:root {
  --orange: #8b5e3c;
  --orange-dark: #6b432c;
  --green: #a9745a;
  --forest: #2e1f16;
  --cream: #f9f5f0;
  --sand: #e9ded6;
  --ink: #2e1f16;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; text-shadow: 0 0 0.4px currentColor; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.site-header {
  --spot-x: 72%; --spot-y: 50%;
  position: fixed; inset: 16px clamp(16px, 3vw, 48px) auto; height: 72px; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 18px 0 20px; border: 1px solid rgba(255,255,255,.52); border-radius: 20px; color: var(--ink);
  background: linear-gradient(115deg, rgba(249,245,240,.86), rgba(194,158,136,.48) 44%, rgba(255,255,255,.7) 100%); background-size: 180% 180%;
  box-shadow: 0 12px 38px rgba(46,31,22,.13), 0 2px 9px rgba(46,31,22,.08), inset 0 1px 0 rgba(255,255,255,.68);
  -webkit-backdrop-filter: blur(22px) saturate(135%); backdrop-filter: blur(22px) saturate(135%);
  isolation: isolate; animation: navGlassMorph 13s ease-in-out infinite alternate;
  transition: height .25s ease, inset .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header::before { content: ""; position: absolute; inset: 0; z-index: 0; border-radius: inherit; background: radial-gradient(260px circle at var(--spot-x) var(--spot-y), rgba(255,255,255,.24), rgba(255,255,255,.08) 34%, transparent 68%); pointer-events: none; transition: background .25s ease, opacity .25s ease; }
.site-header.is-scrolled { height: 66px; border-color: rgba(255,255,255,.58); background: linear-gradient(115deg, rgba(249,245,240,.92), rgba(194,158,136,.62) 46%, rgba(255,255,255,.8)); box-shadow: 0 15px 42px rgba(46,31,22,.17), 0 3px 12px rgba(46,31,22,.09), inset 0 1px 0 rgba(255,255,255,.7); }
.brand, .nav, .menu-button { position: relative; z-index: 2; }
.nav-glint { position: absolute; z-index: 1; width: 46px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent); filter: blur(.15px); opacity: .44; pointer-events: none; }
.nav-glint-one { top: 8px; left: 12%; animation: dewGlintOne 8.5s ease-in-out infinite; }
.nav-glint-two { right: 14%; bottom: 8px; animation: dewGlintTwo 10.5s ease-in-out infinite; }
.brand { display: flex; align-items: center; white-space: nowrap; }
.brand span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.brand img { width: 132px; height: auto; max-width: 145px; object-fit: contain; flex: 0 0 auto; }
.nav { display: flex; align-items: center; gap: 4px; padding: 5px; border: 1px solid rgba(255,255,255,.42); border-radius: 18px; background: rgba(255,255,255,.27); font-family: Inter, "SF Pro Text", "Segoe UI", sans-serif; font-size: 13px; font-weight: 450; letter-spacing: .01em; }
.nav a { position: relative; padding: 10px 13px 14px; border-radius: 16px; color: rgba(46,31,22,.78); transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease; }
.nav a::after { content: attr(data-fruit); position: absolute; left: 50%; bottom: 1px; width: auto; height: auto; opacity: 0; font-size: 10px; line-height: 1; filter: grayscale(1) sepia(1) saturate(.35) brightness(.65) drop-shadow(0 2px 3px rgba(46,31,22,.12)); transform: translate(-50%, 5px) scale(.45) rotate(-10deg); transition: opacity .25s ease, transform .25s cubic-bezier(.2,.8,.2,1.2); }
.nav a:hover { color: var(--forest); background: rgba(255,255,255,.48); transform: translateY(-1px); box-shadow: 0 7px 18px rgba(46,31,22,.08), inset 0 1px 0 rgba(255,255,255,.5); }
.nav a.active { color: var(--orange-dark); background: rgba(255,255,255,.4); box-shadow: inset 0 0 0 1px rgba(139,94,60,.12); }
.nav a.active::after { opacity: .7; transform: translate(-50%, 0) scale(1) rotate(0); }
.menu-button { display: none; }
@keyframes navGlassMorph { 0% { background-position: 0% 45%; border-radius: 20px 22px 19px 21px; } 50% { background-position: 58% 52%; border-radius: 22px 19px 21px 20px; } 100% { background-position: 100% 55%; border-radius: 19px 21px 22px 20px; } }
@keyframes dewGlintOne { 0%, 100% { opacity: .18; transform: translateX(0) scaleX(.58); } 48% { opacity: .58; transform: translateX(92px) scaleX(1); } 72% { opacity: .28; transform: translateX(132px) scaleX(.7); } }
@keyframes dewGlintTwo { 0%, 100% { opacity: .16; transform: translateX(0) scaleX(.52); } 42% { opacity: .52; transform: translateX(-78px) scaleX(.92); } 76% { opacity: .26; transform: translateX(-126px) scaleX(.66); } }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; padding: 120px clamp(22px, 7vw, 112px) 90px; color: var(--white); }
.hero-image { position: absolute; inset: 0; background: url('../images/hero-delikost.png') center/cover no-repeat; transform: scale(1.02); animation: heroZoom 14s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(46,31,22,.9) 0%, rgba(46,31,22,.56) 45%, rgba(46,31,22,.08) 78%), linear-gradient(0deg, rgba(28,18,13,.56), transparent 45%); }
.hero-content { position: relative; width: min(720px, 68vw); animation: enter 1s .15s ease both; }
.eyebrow { margin: 0 0 20px; color: var(--orange); font-size: 12px; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; font-weight: 900; }
.hero-kicker { color: #e9d5c8; }
.hero h1 { margin: 0; font-size: clamp(64px, 9vw, 138px); line-height: .82; letter-spacing: -.075em; font-weight: 900; }
.hero-copy { margin: 34px 0 0; max-width: 580px; font-size: clamp(19px, 2vw, 26px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: .03em; transition: transform .3s ease, background .3s ease; }
.button:hover { transform: translateY(-3px); }
.button-light { background: var(--white); color: var(--forest); }
.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { color: var(--orange); }
.opening-card { position: absolute; right: clamp(22px, 6vw, 90px); bottom: 64px; display: grid; gap: 4px; padding: 26px 30px; min-width: 215px; background: var(--orange); color: var(--white); border-radius: 2px; box-shadow: 0 22px 50px rgba(0,0,0,.22); animation: enter 1s .45s ease both; }
.opening-card span { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; opacity: .8; }
.opening-card strong { margin-top: 6px; font-size: 19px; }
.opening-card b { font-size: 15px; }
.scroll-cue { position: absolute; left: 26px; bottom: 64px; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; }
.scroll-cue span { color: var(--orange); margin-bottom: 8px; }
.hero-notice { position: absolute; z-index: 6; top: clamp(104px, 13vw, 128px); left: clamp(16px, 3vw, 48px); right: clamp(16px, 3vw, 48px); display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; padding: 16px 26px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; background: color-mix(in srgb, var(--notice-color) 58%, transparent); -webkit-backdrop-filter: blur(18px) saturate(150%); backdrop-filter: blur(18px) saturate(150%); color: var(--notice-text); box-shadow: 0 22px 60px rgba(0,0,0,.32), 0 6px 18px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.16); animation: enter 1s .55s ease both, heroNoticePulse 3.6s cubic-bezier(.45,0,.55,1) .8s infinite; }
.hero-notice-label { padding-right: 20px; border-right: 1px solid color-mix(in srgb, var(--notice-text) 32%, transparent); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.hero-notice-copy { flex: 1 1 240px; font-family: var(--notice-font, inherit); font-size: var(--notice-size, 15px); line-height: 1.5; }
.hero-notice-copy p { margin: 0; }
.hero-notice-copy a { text-decoration: underline; text-underline-offset: 3px; }
@keyframes heroNoticePulse { 0%, 100% { transform: scale(1); box-shadow: 0 22px 60px rgba(0,0,0,.32), 0 6px 18px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.16); } 50% { transform: scale(1.018); box-shadow: 0 26px 70px rgba(0,0,0,.38), 0 8px 22px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.22); } }

.section { padding: clamp(90px, 11vw, 160px) clamp(22px, 7vw, 110px); }
.section-tight { padding: 0 clamp(22px, 7vw, 110px) clamp(90px, 11vw, 160px); }
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.intro h2, .section-heading h2, .story-card h2, .cafe-copy h2, .contact h2, .gallery h2 { margin: 0; font-size: clamp(44px, 6vw, 88px); line-height: .98; letter-spacing: -.065em; }
h2 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.intro-copy { font-size: 18px; line-height: 1.75; max-width: 590px; padding-top: 32px; }
.intro-copy p:first-child { font-size: 24px; line-height: 1.55; }
.signature { margin-top: 32px; color: var(--green); font-family: Georgia, serif; font-size: 22px; font-style: italic; }

.image-story { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 0; }
.storefront { position: relative; margin: 0; height: min(780px, 72vw); overflow: hidden; }
.storefront img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.storefront:hover img { transform: scale(1.03); }
.storefront figcaption { position: absolute; left: 22px; bottom: 22px; padding: 10px 14px; background: rgba(255,255,255,.92); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.story-card { position: relative; z-index: 2; margin-left: -30px; padding: clamp(42px, 6vw, 86px); background: var(--forest); color: var(--white); box-shadow: 0 30px 80px rgba(46,31,22,.22); }
.story-card .number { position: absolute; top: 28px; right: 32px; color: rgba(255,255,255,.18); font-size: 54px; font-weight: 900; }
.story-card h2 { font-size: clamp(42px, 5vw, 72px); }
.story-card > p:not(.eyebrow):not(.demeter-note) { margin: 30px 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }
.demeter-note { display: flex; align-items: center; gap: 10px; margin-top: 34px; font-size: 13px; font-weight: 800; }
.demeter-note span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--orange); }

.assortment { background: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 70px; }
.assortment-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.feature-card { position: relative; min-height: 300px; overflow: hidden; color: var(--white); }
.feature-card.large { grid-row: span 2; min-height: 620px; }
.feature-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.feature-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(31,20,14,.8)); }
.feature-card:hover img { transform: scale(1.045); }
.feature-card > div:not(.card-illustration) { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 30px; }
.feature-card span { font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.feature-card h3 { margin: 7px 0 6px; font-size: clamp(28px, 3.2vw, 46px); letter-spacing: -.04em; }
.feature-card p { margin: 0; max-width: 430px; opacity: .82; line-height: 1.5; }
.feature-card.orange { background: var(--orange); }
.feature-card.orange::after { display: none; }
.card-illustration { position: absolute; right: 30px; top: 15px; color: rgba(255,255,255,.18); font-size: 140px; }

.cafe { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.cafe-collage { position: relative; padding: 0 58px 70px 0; }
.cafe-main { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; }
.cafe-small { position: absolute; right: 0; bottom: 0; width: 43%; aspect-ratio: 1; object-fit: cover; border: 12px solid var(--cream); }
.cafe-copy > p:not(.eyebrow) { max-width: 560px; font-size: 19px; line-height: 1.7; color: #6f5b4e; margin: 30px 0; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; }
.pill-list li { padding: 10px 14px; border: 1px solid #d8c5b8; border-radius: 999px; font-size: 12px; font-weight: 800; }

.gallery { padding-right: 0; overflow: hidden; background: var(--sand); }
.intro, .assortment, .cafe, .gallery { position: relative; isolation: isolate; }
.intro::before, .assortment::before, .cafe::before, .gallery::before { content: ""; position: absolute; inset: 0; z-index: 0; background: url('../images/background_picture.png') left top / clamp(480px, 44vw, 720px) auto repeat; opacity: .14; pointer-events: none; }
.intro > *, .assortment > *, .cafe > *, .gallery > * { position: relative; z-index: 1; }
.gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; padding-right: clamp(22px, 7vw, 110px); }
.gallery-meta { display: flex; align-items: center; gap: 18px; }
.gallery-count { margin: 0; min-width: 58px; color: #836a5a; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.gallery-controls { display: flex; gap: 8px; }
.gallery-controls button { display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--forest); color: var(--white); font-size: 23px; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.gallery-controls button:hover { background: var(--orange); transform: translateY(-2px); }
.gallery-controls button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.gallery-slider { outline: none; }
.gallery-slider:focus-visible { box-shadow: 0 0 0 3px var(--orange); }
.gallery-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 31vw); gap: 16px; overflow-x: auto; padding: 0 clamp(22px, 7vw, 110px) 24px 0; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery figure { margin: 0; position: relative; aspect-ratio: 4 / 3; overflow: hidden; scroll-snap-align: start; }
.gallery-image-button { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; color: inherit; cursor: zoom-in; }
.gallery-image-button:focus-visible { outline: 4px solid var(--orange); outline-offset: -4px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.gallery figure:hover img, .gallery-image-button:focus-visible img { transform: scale(1.04); }
.gallery figcaption { position: absolute; right: 16px; top: 16px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 11px; font-weight: 900; }

.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 1100; display: grid; grid-template-columns: minmax(64px, 1fr) minmax(0, 12fr) minmax(64px, 1fr); grid-template-rows: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 22px 30px; color: var(--white); background: rgba(28,18,13,.95); backdrop-filter: blur(15px); animation: lightboxFade .3s ease both; }
.lightbox-topbar { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; }
.lightbox-topbar p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.lightbox-topbar p span { color: var(--white); }
.lightbox-close, .lightbox-nav { display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.08); color: var(--white); cursor: pointer; transition: background .22s ease, border-color .22s ease, transform .22s ease; }
.lightbox-close { width: 48px; height: 48px; font-size: 30px; line-height: 1; }
.lightbox-nav { width: 56px; height: 56px; justify-self: center; font-size: 25px; }
.lightbox-close:hover, .lightbox-nav:hover { border-color: var(--orange); background: var(--orange); transform: scale(1.06); }
.lightbox-close:focus-visible, .lightbox-nav:focus-visible { outline: 3px solid #c29e88; outline-offset: 3px; }
.lightbox-prev { grid-column: 1; grid-row: 2; }
.lightbox-next { grid-column: 3; grid-row: 2; }
.lightbox-figure { grid-column: 2; grid-row: 2; display: grid; grid-template-rows: minmax(0, 1fr) auto; justify-items: center; gap: 16px; width: 100%; height: 100%; margin: 0; overflow: hidden; }
.lightbox-figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; animation: lightboxImageIn .42s cubic-bezier(.2,.75,.2,1) both; }
.lightbox-figure figcaption { max-width: 760px; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.4; text-align: center; animation: lightboxCaptionIn .38s .08s ease both; }
.lightbox-hint { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.38); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
@keyframes lightboxFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lightboxImageIn { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes lightboxCaptionIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.team { position: relative; overflow: hidden; background: var(--white); }
.team::before { content: ""; position: absolute; inset: 0; background: url('../images/background_picture.png') left top / clamp(480px, 44vw, 720px) auto repeat; opacity: .1; pointer-events: none; }
.team > * { position: relative; z-index: 1; }
.team-head { width: min(980px, 100%); margin: 0 auto 64px; text-align: center; }
.team-head h2 { margin: 0; color: var(--forest); font-size: clamp(42px, 5.8vw, 78px); line-height: 1; letter-spacing: -.06em; }
.team-head h2 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.team-head > p:last-child { width: min(820px, 100%); margin: 28px auto 0; color: #6f5b4e; font-size: 18px; line-height: 1.75; }
.team-feature { display: grid; grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr); width: min(1180px, 100%); margin: 0 auto; overflow: hidden; border-radius: 20px; background: var(--forest); color: var(--white); box-shadow: 0 30px 80px rgba(46,31,22,.2); }
.team-image { position: relative; min-height: 520px; margin: 0; overflow: hidden; }
.team-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.team-feature:hover .team-image img { transform: scale(1.035); }
.team-image figcaption { position: absolute; left: 22px; bottom: 22px; padding: 10px 14px; border-radius: 999px; background: rgba(249,245,240,.9); color: var(--forest); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.team-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 82px); }
.team-copy h3 { margin: 0 0 26px; font-size: clamp(38px, 4.7vw, 66px); line-height: 1; letter-spacing: -.055em; }
.team-copy > p:not(.eyebrow) { margin: 0 0 20px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.7; }
.team-copy .button { align-self: flex-start; margin-top: 12px; }

.contact { position: relative; overflow: hidden; padding: clamp(90px, 11vw, 155px) clamp(22px, 7vw, 110px); background: var(--orange); color: var(--white); }
.contact-pattern { position: absolute; inset: 0; background: url('../images/icons-pattern.jpg') center/540px; mix-blend-mode: screen; opacity: .08; }
.contact-inner { position: relative; z-index: 2; }
.contact .eyebrow { color: #e9d5c8; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 64px 0 48px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.32); }
.contact-grid span { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; opacity: .65; }
.contact-grid p { font-size: 18px; line-height: 1.6; }
.contact-grid a { border-bottom: 1px solid rgba(255,255,255,.65); }
.button-dark { background: var(--forest); color: var(--white); }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; padding: 28px clamp(22px, 5vw, 72px); background: #2e1f16; color: rgba(255,255,255,.72); font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: var(--white); font-weight: 900; font-size: 14px; }
.footer-brand img { width: 112px; height: auto; filter: brightness(0) invert(1); }
.footer-links { display: flex; gap: 18px; }
.footer-links button { padding: 0; border: 0; background: none; color: inherit; font: inherit; cursor: pointer; }
.footer-links button:hover, .footer-links a:hover { color: var(--white); }

.instagram-float { position: fixed; right: clamp(16px, 2.4vw, 34px); bottom: clamp(16px, 2.4vw, 34px); z-index: 70; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.58); border-radius: 16px; color: var(--forest); background: linear-gradient(135deg, rgba(249,245,240,.9), rgba(194,158,136,.7)); box-shadow: 0 16px 44px rgba(46,31,22,.2), 0 4px 12px rgba(46,31,22,.1), inset 0 1px 0 rgba(255,255,255,.72); -webkit-backdrop-filter: blur(20px) saturate(135%); backdrop-filter: blur(20px) saturate(135%); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.instagram-float:hover { color: var(--forest); background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(194,158,136,.82)); box-shadow: 0 20px 52px rgba(46,31,22,.25), 0 6px 16px rgba(46,31,22,.12), inset 0 1px 0 rgba(255,255,255,.82); transform: translateY(-3px) scale(1.02); }
.instagram-float:focus-visible { outline: 3px solid rgba(139,94,60,.72); outline-offset: 3px; }
.instagram-icon { position: relative; display: block; width: 24px; height: 24px; flex: 0 0 24px; border: 2px solid currentColor; border-radius: 7px; transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.instagram-icon::before { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; transform: translate(-50%, -50%); }
.instagram-icon::after { content: ""; position: absolute; top: 4px; right: 4px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.instagram-float:hover .instagram-icon, .instagram-float:focus-visible .instagram-icon { color: #fff; border-color: rgba(255,255,255,.94); background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045); box-shadow: 0 6px 16px rgba(193,53,132,.38), inset 0 1px 0 rgba(255,255,255,.32); transform: scale(1.12) rotate(-4deg); }

body.modal-open { overflow: hidden; }
.legal-modal[hidden] { display: none; }
.legal-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: rgba(28,18,13,.82); backdrop-filter: blur(8px); animation: modalFade .22s ease both; }
.legal-dialog { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; width: min(1080px, 94vw); height: min(860px, 92vh); overflow: hidden; border-radius: 18px; background: var(--forest); box-shadow: 0 12px 34px rgba(0,0,0,.3), 0 42px 110px rgba(0,0,0,.58); transform: translateZ(0); animation: modalRise .3s cubic-bezier(.2,.7,.2,1) both; }
.legal-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 22px 17px 28px; color: var(--white); background: var(--forest); }
.legal-dialog-header span { color: #c29e88; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.legal-dialog-header h2 { margin: 4px 0 0; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.04em; }
.legal-close { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.08); color: var(--white); font-size: 28px; line-height: 1; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.legal-close:hover { background: var(--orange); transform: rotate(4deg); }
.legal-close:focus-visible { outline: 3px solid #c29e88; outline-offset: 2px; }
.legal-dialog iframe { width: 100%; height: 100%; border: 0; background: var(--white); }
.legal-dialog-footer { display: flex; justify-content: flex-end; padding: 12px 24px; border-top: 1px solid #e4d8cf; background: var(--cream); }
.legal-dialog-footer a { color: var(--forest); font-size: 12px; font-weight: 800; }
@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalRise { from { opacity: 0; transform: translateY(22px) scale(.985) translateZ(0); } to { opacity: 1; transform: translateZ(0); } }

[data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.gallery figure[data-reveal] { transition: opacity .55s ease, transform .55s cubic-bezier(.2,.75,.25,1); }
.gallery figure[data-reveal].gallery-slide-enter, .gallery figure[data-reveal].is-visible.gallery-slide-exit { opacity: 0; transform: translateY(48px) scale(.96); }
@keyframes enter { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.02); } }

@media (max-width: 900px) {
  .site-header { inset: 12px 12px auto; height: 64px; padding: 0 14px 0 16px; border-radius: 20px; }
  .site-header.is-scrolled { height: 64px; }
  .brand img { width: 116px; height: auto; max-width: 124px; }
  .menu-button { display: grid; gap: 6px; padding: 10px; border: 0; border-radius: 16px; background: rgba(255,255,255,.32); z-index: 3; transition: background .25s ease, transform .25s ease; }
  .menu-button:hover { background: rgba(255,255,255,.5); transform: translateY(-1px); }
  .menu-button span { display: block; width: 23px; height: 1px; background: var(--forest); transition: transform .25s ease, opacity .25s ease; }
  .nav { display: none; position: absolute; top: calc(100% + 10px); right: 0; left: 0; padding: 14px; border: 1px solid rgba(255,255,255,.48); border-radius: 20px; background: rgba(249,245,240,.9); box-shadow: 0 18px 48px rgba(46,31,22,.2), inset 0 1px 0 rgba(255,255,255,.6); -webkit-backdrop-filter: blur(22px) saturate(130%); backdrop-filter: blur(22px) saturate(130%); flex-direction: column; align-items: stretch; gap: 5px; font-size: 15px; }
  .nav.is-open { display: flex; }
  .nav a { width: 100%; padding: 13px 14px; border-radius: 16px; }
  .nav a.active { color: var(--orange-dark); background: rgba(194,158,136,.17); box-shadow: inset 2px 0 0 rgba(139,94,60,.9); }
  .nav a::after { position: static; display: inline-block; margin-left: 8px; opacity: 0; font-size: 14px; vertical-align: -1px; filter: grayscale(1) sepia(1) saturate(.35) brightness(.65); transform: translateX(-4px) scale(.4); }
  .nav a.active::after { opacity: .7; transform: none; }
  .hero { min-height: 820px; padding: 120px 24px 140px; align-items: flex-end; }
  .hero-content { width: 100%; }
  .hero h1 { font-size: clamp(62px, 17vw, 92px); }
  .hero-overlay { background: linear-gradient(0deg, rgba(46,31,22,.93) 0%, rgba(46,31,22,.46) 68%, rgba(46,31,22,.14)); }
  .opening-card { right: 24px; left: 24px; bottom: 24px; min-width: 0; grid-template-columns: 1fr auto; align-items: center; }
  .hero-notice { top: 92px; left: 16px; right: 16px; padding: 14px 18px; }
  .opening-card span { grid-column: 1; }
  .opening-card strong { grid-column: 1; }
  .opening-card b { grid-column: 2; grid-row: 1 / span 2; }
  .scroll-cue { display: none; }
  .intro, .image-story, .cafe { grid-template-columns: 1fr; }
  .team-feature { grid-template-columns: 1fr; }
  .team-image { min-height: 380px; }
  .intro { gap: 20px; }
  .intro-copy { padding-top: 0; }
  .image-story { padding-left: 0; padding-right: 0; }
  .storefront { height: 680px; }
  .story-card { margin: -60px 22px 0; }
  .assortment-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .feature-card.large { grid-row: auto; min-height: 500px; }
  .feature-card { min-height: 360px; }
  .cafe { gap: 70px; }
  .gallery-track { grid-auto-columns: minmax(280px, 72vw); }
  .lightbox { grid-template-columns: 54px minmax(0, 1fr) 54px; padding: 14px 16px; }
  .lightbox-nav { width: 48px; height: 48px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .instagram-float { width: 44px; height: 44px; border-radius: 15px; }
  .legal-modal { padding: 10px; }
  .legal-dialog { width: 100%; height: calc(100svh - 20px); border-radius: 12px; }
  .legal-dialog-header { padding: 15px 16px 14px 20px; }
  .legal-dialog-footer { padding: 10px 18px; }
}

@media (max-width: 560px) {
  .hero-notice { top: 84px; flex-direction: column; align-items: flex-start; gap: 9px; padding: 15px 17px; }
  .hero-notice-label { padding: 0 0 8px; border-right: 0; border-bottom: 1px solid color-mix(in srgb, var(--notice-text) 30%, transparent); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-copy { font-size: 18px; }
  .section { padding: 84px 22px; }
  .intro h2, .section-heading h2, .story-card h2, .cafe-copy h2, .contact h2, .gallery h2 { font-size: 45px; }
  .intro-copy p:first-child { font-size: 20px; }
  .storefront { height: 540px; }
  .story-card { padding: 44px 28px; }
  .section-heading { margin-bottom: 42px; }
  .feature-card.large { min-height: 430px; }
  .feature-card { min-height: 320px; }
  .feature-card > div:not(.card-illustration) { left: 24px; right: 24px; bottom: 24px; }
  .cafe-collage { padding-right: 35px; }
  .gallery-head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .gallery-meta { width: 100%; justify-content: space-between; }
  .gallery-track { grid-auto-columns: minmax(260px, 84vw); }
  .lightbox { grid-template-columns: 1fr 1fr; grid-template-rows: auto minmax(0, 1fr) auto auto; gap: 12px; padding: 12px 14px 16px; }
  .lightbox-topbar { grid-column: 1 / -1; }
  .lightbox-figure { grid-column: 1 / -1; grid-row: 2; }
  .lightbox-prev { grid-column: 1; grid-row: 3; justify-self: end; }
  .lightbox-next { grid-column: 2; grid-row: 3; justify-self: start; }
  .lightbox-hint { grid-column: 1 / -1; grid-row: 4; }
  .lightbox-nav { width: 46px; height: 46px; }
  .contact-grid { grid-template-columns: 1fr; gap: 18px; }
  .contact-grid p { margin-top: 6px; }
}

.error-page { min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(28px, 6vw, 52px); padding: 60px 24px; background: radial-gradient(1200px 600px at 50% -10%, var(--sand), var(--cream) 60%); text-align: center; }
.error-brand { display: flex; align-items: center; gap: 9px; }
.error-brand img { width: 138px; height: auto; }
.error-brand span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.error-card { display: grid; justify-items: center; gap: 18px; max-width: 480px; animation: enter .9s ease both; }
.error-avocado { width: clamp(150px, 24vw, 190px); height: auto; filter: drop-shadow(0 18px 26px rgba(46,31,22,.16)); animation: errorAvocadoBob 4.4s ease-in-out infinite; }
.error-avocado-shadow { fill: rgba(46,31,22,.1); transform-box: fill-box; transform-origin: center; animation: errorShadowPulse 4.4s ease-in-out infinite; }
.error-page .eyebrow { margin: 0; }
.error-page h1 { margin: 0; font-size: clamp(30px, 4.4vw, 48px); line-height: 1.1; letter-spacing: -.03em; color: var(--forest); }
.error-copy { margin: 0; max-width: 420px; color: #6f5b4e; font-size: 17px; line-height: 1.65; }
@keyframes errorAvocadoBob { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-12px) rotate(2deg); } }
@keyframes errorShadowPulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.86); opacity: .7; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
