:root {
  --espresso: #171318;
  --ink: #221c25;
  --brown: #e2a9f0;
  --brown-deep: #171318;
  --caramel: #e2a9f0;
  --caramel-light: #f2d5f7;
  --cream: #ffffff;
  --sand: #fff3fd;
  --sage: #e2a9f0;
  --sage-light: #faeafb;
  --muted: #706874;
  --line: #f0d9f5;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(121, 52, 72, 0.16);
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --display: 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 15px; background: var(--cream); color: var(--ink); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.topbar { position: absolute; inset: 0 0 auto; z-index: 12; color: rgba(255, 253, 250, .82); border-bottom: 1px solid rgba(255,255,255,.14); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.topbar__inner { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__review { color: var(--caramel); }
.topbar__instagram { transition: color .2s ease; }
.topbar__instagram:hover { color: var(--caramel); }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--caramel); box-shadow: 0 0 0 4px rgba(226,169,240,.18); }
.star, .stars { color: var(--caramel); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 11; color: var(--white); transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(0,0,0,.88); box-shadow: 0 8px 24px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 90px; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: var(--caramel); }
.brand__mark svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.brand__mark--logo { overflow: hidden; border: 0; background: var(--caramel); }
.brand__mark--logo img { width: 100%; height: 100%; object-fit: cover; }
.brand__type { display: flex; flex-direction: column; line-height: 1; }
.brand__type strong { font-family: var(--display); font-size: 26px; font-style: italic; font-weight: 600; letter-spacing: -.04em; }
.brand__type small { margin-top: 5px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); margin-left: auto; margin-right: 20px; font-size: 13px; font-weight: 500; }
.main-nav a { position: relative; padding-block: 8px; color: rgba(255,255,255,.82); transition: color .2s ease; }
.main-nav a::after { position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--caramel); content: ''; transition: width .25s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.header-call { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: var(--white); font-size: 12px; font-weight: 600; transition: background .2s ease, border-color .2s ease; }
.header-call:hover { border-color: var(--caramel); background: rgba(226,169,240,.16); }
.header-call svg, .floating-call svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px 9px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px auto; background: var(--white); }

.hero { position: relative; min-height: 720px; overflow: hidden; color: var(--white); background: var(--espresso); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; opacity: .72; filter: saturate(.45) contrast(.96); }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.54) 43%, rgba(0,0,0,.26) 100%), linear-gradient(0deg, rgba(0,0,0,.58), transparent 42%); }
.hero__content { position: relative; z-index: 1; display: flex; min-height: 660px; align-items: center; justify-content: flex-start; gap: 60px; padding-top: 115px; padding-bottom: 90px; }
.hero__copy { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--brown); font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--caramel); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.055em; line-height: 1.03; }
h1 { margin-bottom: 20px; font-size: clamp(48px, 5.2vw, 72px); line-height: 1.02; }
h1 em, h2 em, .hero-card em { color: var(--caramel); font-weight: 500; }
h1 em, h2 em, .hero-card em { font-style: italic; }
.hero__lead { max-width: 450px; margin-bottom: 27px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 14px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(226,169,240,.28); }
.button--caramel { background: var(--caramel); color: var(--espresso); }
.button--ghost-light { border-color: rgba(255,255,255,.42); color: var(--white); }
.button--ghost-light:hover { background: rgba(255,255,255,.1); }
.button--outline { border-color: var(--brown); color: var(--brown); }
.button--outline:hover { background: var(--brown); color: var(--white); }
.button--dark { background: var(--brown-deep); color: var(--white); }
.button--cream { background: var(--cream); color: var(--brown-deep); }
.button--full { width: 100%; border-radius: 7px; }
.phone-icon { display: inline-grid; width: 22px; height: 22px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 11px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 31px; color: rgba(255,255,255,.63); font-size: 12px; }
.meta-icon { margin-right: 7px; color: var(--caramel); }
.hero-card { display: none; }
.hero-card__topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.mini-label { color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.open-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 999px; background: rgba(226,169,240,.14); color: var(--caramel-light); font-size: 10px; }
.open-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--caramel); }
.hero-card h2 { margin: 21px 0 22px; font-size: 28px; color: var(--white); }
.hero-card__hours { padding-block: 13px; border-block: 1px solid rgba(255,255,255,.17); }
.hero-card__hours div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 7px; font-size: 11px; }
.hero-card__hours span { color: rgba(255,255,255,.57); }
.hero-card__hours strong { color: var(--caramel-light); font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--brown); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { font-size: 18px; font-weight: 400; line-height: .7; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { margin-top: 22px; color: var(--caramel-light); }
.text-link--brown { margin-top: 24px; color: var(--brown); }
.hero__bottom { position: absolute; right: 0; bottom: 28px; left: 0; z-index: 1; display: flex; align-items: center; justify-content: flex-end; color: rgba(255,255,255,.63); font-size: 11px; }
.scroll-hint { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-hint__line { width: 34px; height: 1px; background: var(--caramel); }
.hero__rating { display: inline-flex; align-items: center; gap: 8px; }
.hero__rating strong { color: var(--white); font-size: 16px; }
.hero__rating .stars { font-size: 10px; letter-spacing: 2px; }

.ticker { position: static; width: 100%; overflow: hidden; color: var(--white); background: var(--caramel); box-shadow: none; }
.ticker__track { display: flex; width: max-content; align-items: center; gap: 28px; padding-block: 12px; animation: ticker 60s linear infinite; font-family: var(--display); font-size: 15px; font-style: italic; white-space: nowrap; }
.ticker b { color: var(--caramel); font-family: var(--sans); font-size: 11px; font-style: normal; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section { padding-block: clamp(86px, 10vw, 142px); }
.section--cream { background: var(--cream); }
.section--sand { background: var(--sand); }
.section-heading { max-width: 720px; }
.section-heading--center { margin: 0 auto 64px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .gallery h2, .visit-section h2, .instagram-section h2 { margin-bottom: 24px; color: var(--brown-deep); font-size: clamp(48px, 6vw, 76px); }
.section-heading__lead { max-width: 520px; margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading--center .section-heading__lead { margin-inline: auto; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.menu-card { overflow: hidden; border-radius: 3px; background: var(--white); box-shadow: 0 10px 35px rgba(0,0,0,.08); }
.menu-card--sage { background: var(--sage-light); }
.menu-card--caramel { background: #f1d9f4; }
.menu-card__image { aspect-ratio: 1.28; overflow: hidden; }
.menu-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.menu-card:hover .menu-card__image img { transform: scale(1.04); }
.menu-card__body { position: relative; min-height: 310px; padding: 26px 27px 30px; }
.menu-card__number { margin-bottom: 24px; color: rgba(226,169,240,.9); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.menu-card h3 { margin-bottom: 14px; color: var(--brown-deep); font-family: var(--display); font-size: 28px; font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.menu-card p { max-width: 270px; margin-bottom: 27px; color: rgba(34,28,37,.72); font-size: 13px; line-height: 1.65; }
.menu-card .text-link { position: absolute; bottom: 29px; left: 27px; }
.menu-note { display: flex; align-items: center; gap: 19px; margin-top: 22px; padding: 18px 22px; border: 1px solid var(--line); background: rgba(255,255,255,.38); }
.menu-note__icon { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--caramel); font-size: 17px; }
.menu-note p { flex: 1; margin: 0; color: var(--muted); font-size: 13px; }
.menu-note p strong { color: var(--brown-deep); }
.menu-note .button { min-height: 42px; padding: 10px 17px; font-size: 10px; }

.story { background: #fff0fc; }
.story__grid { display: grid; grid-template-columns: minmax(0, .91fr) minmax(0, 1fr); align-items: center; gap: clamp(55px, 8vw, 120px); }
.story__media { position: relative; max-width: 480px; }
.story__image-wrap { position: relative; aspect-ratio: .83; overflow: hidden; }
.story__image-wrap::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 63%, rgba(0,0,0,.28)); content: ''; }
.story__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.story__media::before { position: absolute; top: -18px; right: -18px; width: 90%; height: 100%; border: 1px solid rgba(226,169,240,.72); content: ''; }
.story__badge { position: absolute; right: -40px; bottom: 37px; z-index: 1; display: flex; width: 124px; height: 124px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--sage); color: var(--cream); box-shadow: var(--shadow); text-align: center; transform: rotate(9deg); }
.story__badge strong { font-family: var(--display); font-size: 26px; font-style: italic; font-weight: 500; line-height: 1; }
.story__badge span { margin-top: 4px; color: #f6e2fa; font-size: 9px; font-weight: 600; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.story__badge i { position: absolute; bottom: 14px; color: var(--caramel); font-size: 11px; font-style: normal; }
.story__copy { max-width: 550px; }
.story__copy h2 { margin-bottom: 25px; color: var(--brown-deep); font-size: clamp(45px, 5.5vw, 70px); }
.story__copy p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.story__copy .story__lead { color: var(--brown-deep); font-family: var(--display); font-size: 21px; line-height: 1.45; }
.story__features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 36px; padding-top: 27px; border-top: 1px solid rgba(226,169,240,.6); }
.story__features > div { display: flex; flex-direction: column; gap: 4px; }
.feature-icon { display: grid; width: 28px; height: 28px; margin-bottom: 7px; place-items: center; border: 1px solid var(--caramel); border-radius: 50%; color: var(--brown); font-size: 13px; }
.story__features strong { color: var(--brown-deep); font-size: 11px; }
.story__features small { color: var(--muted); font-size: 10px; line-height: 1.35; }

.gallery__intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 49px; }
.gallery__intro h2 { margin-bottom: 0; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; grid-template-rows: 264px 225px; gap: 15px; }
.gallery-tile { position: relative; overflow: hidden; min-width: 0; margin: 0; background: var(--brown); }
.gallery-tile::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.63)); content: ''; pointer-events: none; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-tile:hover img { transform: scale(1.04); }
.gallery-tile--large { grid-column: 1 / 3; grid-row: 1 / 3; }
.gallery-tile--small { grid-column: 3; grid-row: 1; }
.gallery-tile--offset { grid-column: 4; grid-row: 1; }
.gallery-tile--wide { grid-column: 3 / 5; grid-row: 2; }
.gallery-tile figcaption { position: absolute; bottom: 16px; left: 18px; z-index: 1; color: var(--white); font-size: 11px; font-weight: 600; letter-spacing: .04em; }

.visit-section { background: var(--cream); }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 80px; max-width: 100%; margin-bottom: 60px; }
.section-heading--split > div { flex: 1; }
.section-heading--split .section-heading__lead { width: min(100%, 400px); padding-bottom: 8px; }
.visit-grid { display: grid; grid-template-columns: .85fr 1.05fr 1.2fr; gap: 18px; }
.hours-card { padding: 30px; background: var(--sand); }
.card-label { display: flex; align-items: center; gap: 10px; padding-bottom: 20px; border-bottom: 1px solid rgba(226,169,240,.6); color: var(--brown-deep); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-label__icon { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--caramel); border-radius: 50%; color: var(--brown); font-size: 16px; }
.hours-list { padding-block: 13px 10px; }
.hours-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-block: 7px; color: var(--muted); font-size: 12px; }
.hours-row strong { color: var(--brown-deep); font-size: 12px; font-weight: 600; }
.hours-row.is-today { margin-inline: -8px; padding-inline: 8px; border-radius: 3px; background: rgba(226,169,240,.32); color: var(--brown-deep); }
.hours-row.is-today::after { width: 5px; height: 5px; margin-left: auto; border-radius: 50%; background: var(--sage); content: ''; }
.hours-note { display: flex; align-items: center; gap: 8px; margin: 10px 0 0; padding-top: 18px; border-top: 1px solid rgba(226,169,240,.6); color: var(--muted); font-size: 11px; }
.hours-note a { color: var(--brown); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.visit-details { display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 30px 32px; border: 1px solid var(--line); background: var(--white); }
.visit-detail { display: grid; grid-template-columns: 32px 1fr; gap: 13px; }
.detail-icon { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--caramel); border-radius: 50%; color: var(--brown); font-size: 16px; }
.visit-detail div { display: flex; flex-direction: column; gap: 2px; }
.detail-label { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.visit-detail strong { color: var(--brown-deep); font-size: 14px; line-height: 1.5; }
.visit-detail strong a, .visit-detail > div > a { color: var(--brown); }
.visit-detail > div > a { margin-top: 4px; font-size: 11px; font-weight: 700; }
.visit-detail > div > span:last-child { color: var(--muted); font-size: 11px; }
.map-card { position: relative; min-height: 440px; overflow: hidden; background: var(--sage); }
.map-card::before { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(226,169,240,.96), rgba(226,169,240,.8)), repeating-linear-gradient(55deg, transparent, transparent 34px, rgba(255,255,255,.2) 35px, rgba(255,255,255,.2) 36px); content: ''; }
.map-consent { position: absolute; top: 50%; left: 50%; z-index: 1; width: min(260px, calc(100% - 44px)); padding: 28px 24px; background: rgba(255,255,255,.96); box-shadow: 0 18px 35px rgba(0,0,0,.18); text-align: center; transform: translate(-50%, -50%); }
.map-pin { display: grid; width: 39px; height: 39px; margin: 0 auto 15px; place-items: center; border: 1px solid var(--caramel); border-radius: 50%; color: var(--brown); font-size: 21px; }
.map-consent strong { display: block; color: var(--brown-deep); font-family: var(--display); font-size: 21px; font-weight: 500; }
.map-consent p { margin: 10px auto 20px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.map-consent .button { min-height: 42px; padding: 10px 16px; font-size: 10px; }
.map-card iframe { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; border: 0; }

.contact-section { overflow: hidden; background: var(--caramel); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.contact-intro { max-width: 465px; }
.contact-intro h2 { margin-bottom: 24px; color: var(--cream); font-size: clamp(53px, 6vw, 79px); }
.contact-intro > p { color: rgba(255,249,253,.72); font-size: 15px; line-height: 1.8; }
.contact-direct { display: grid; gap: 13px; margin-top: 38px; }
.contact-direct a { display: flex; flex-direction: column; gap: 2px; padding: 13px 16px; border-left: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.16); transition: background .2s ease; }
.contact-direct a:hover { background: rgba(255,255,255,.28); }
.contact-direct span { color: rgba(255,255,255,.8); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct strong { color: var(--white); font-family: var(--display); font-size: 20px; font-weight: 500; }
.contact-form-card { padding: clamp(24px, 4vw, 43px); color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 29px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading > span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--caramel); border-radius: 50%; color: var(--brown); font-size: 10px; font-weight: 700; }
.form-heading div { display: flex; flex-direction: column; }
.form-heading strong { color: var(--brown-deep); font-family: var(--display); font-size: 22px; font-weight: 500; }
.form-heading small { color: var(--muted); font-size: 11px; }
.contact-form-card form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form-card label { display: grid; gap: 7px; }
.contact-form-card label > span { color: var(--brown-deep); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form-card input, .contact-form-card textarea, .contact-form-card select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 2px; outline: 0; background: var(--white); color: var(--ink); font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form-card textarea { min-height: 100px; resize: vertical; }
.contact-form-card input::placeholder, .contact-form-card textarea::placeholder { color: #b39daa; }
.contact-form-card input:focus, .contact-form-card textarea:focus, .contact-form-card select:focus { border-color: var(--brown); box-shadow: 0 0 0 3px rgba(226,169,240,.25); }
.form-note { margin: -3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-status { min-height: 18px; margin: 0; color: var(--sage); font-size: 11px; font-weight: 700; }

.instagram-section { padding-block: 95px; }
.instagram-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 75px; }
.instagram-copy { max-width: 360px; }
.instagram-copy h2 { font-size: clamp(44px, 5vw, 64px); }
.instagram-copy p { margin-bottom: 27px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.instagram-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.instagram-tiles a { aspect-ratio: .9; overflow: hidden; background: var(--sand); }
.instagram-tiles img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.instagram-tiles a:hover img { transform: scale(1.05); }

.site-footer { color: rgba(255,249,253,.75); background: var(--espresso); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 45px 40px; }
.brand--footer .brand__mark { border-color: rgba(226,169,240,.58); }
.brand--footer .brand__type small { color: rgba(255,255,255,.52); }
.footer-note { margin: 0; color: rgba(255,249,253,.52); font-size: 11px; line-height: 1.7; text-align: center; }
.footer-social { color: var(--caramel); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; padding-block: 22px 32px; border-top: 1px solid rgba(255,255,255,.14); }
.legal-details summary { display: flex; align-items: center; justify-content: space-between; color: rgba(255,249,253,.72); font-size: 11px; font-weight: 700; letter-spacing: .08em; list-style: none; text-transform: uppercase; cursor: pointer; }
.legal-details summary::-webkit-details-marker { display: none; }
.legal-details summary span { color: var(--caramel); font-size: 16px; font-weight: 400; transition: transform .2s ease; }
.legal-details[open] summary span { transform: rotate(45deg); }
.legal-content { max-width: 330px; padding-top: 18px; color: rgba(255,249,253,.56); font-size: 11px; line-height: 1.6; }
.legal-content p { margin-bottom: 12px; }
.legal-content a { color: var(--caramel-light); }
.legal-reminder { color: #efc7f5; }
.copyright { grid-column: 3; margin: 0; color: rgba(255,249,253,.4); font-size: 11px; text-align: right; }
.cookie-notice { position: fixed; right: 24px; bottom: 24px; z-index: 30; display: flex; width: min(470px, calc(100% - 48px)); align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.13); background: rgba(0,0,0,.92); box-shadow: 0 20px 40px rgba(0,0,0,.28); color: var(--cream); }
.cookie-notice strong { display: block; margin-bottom: 3px; color: var(--caramel-light); font-family: var(--display); font-size: 18px; font-weight: 500; }
.cookie-notice p { max-width: 300px; margin: 0; color: rgba(255,249,253,.68); font-size: 10px; line-height: 1.45; }
.cookie-notice .button { min-height: 39px; flex: 0 0 auto; padding: 9px 14px; font-size: 10px; }
.floating-call { display: none; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .container { width: min(100% - 44px, 760px); }
  .main-nav { gap: 18px; margin-right: 0; }
  .header-call { display: none; }
  .hero__content { gap: 35px; }
  .hero-card { width: 285px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; }
  .menu-card:last-child .menu-card__image { height: 100%; }
  .menu-card:last-child .menu-card__body { min-height: 255px; }
  .story__grid { gap: 55px; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .map-card { min-height: 350px; grid-column: 1 / -1; }
  .instagram-grid { gap: 45px; }
}

@media (max-width: 720px) {
  .container { width: calc(100% - 36px); }
  .topbar__inner { justify-content: center; min-height: 35px; }
  .topbar__item:not(.topbar__review) { display: none; }
  .topbar__review { font-size: 10px; }
  .site-header { top: 0; }
  .site-header__inner { min-height: 74px; }
  .brand__mark { width: 37px; height: 37px; }
  .brand__type strong { font-size: 23px; }
  .brand__type small { font-size: 8px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% - 5px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 8px; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.94); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { min-height: 740px; }
  .hero__image { object-position: 52% center; }
  .hero__veil { background: linear-gradient(180deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.48) 35%, rgba(0,0,0,.9) 100%); }
  .hero__content { display: block; min-height: 660px; padding-top: 142px; }
  h1 { margin-bottom: 20px; font-size: clamp(48px, 13vw, 68px); }
  .hero__lead { max-width: 370px; font-size: 15px; }
  .hero__meta { margin-top: 25px; }
  .hero-card { width: min(100%, 320px); margin-top: 38px; padding: 20px 21px; }
  .hero-card h2 { margin: 16px 0; font-size: 25px; }
  .hero-card__hours { display: flex; gap: 20px; padding-block: 9px; }
  .hero-card__hours div { display: block; padding-block: 4px; }
  .hero-card__hours strong, .hero-card__hours span { display: block; }
  .hero-card__hours strong { margin-top: 3px; }
  .hero__bottom { bottom: 18px; }
  .scroll-hint { display: none; }
  .hero__rating { font-size: 10px; }
  .ticker__track { padding-block: 14px; font-size: 15px; }
  .section { padding-block: 82px; }
  .section-heading--center { margin-bottom: 40px; }
  .section-heading h2, .gallery h2, .visit-section h2, .instagram-section h2 { font-size: clamp(45px, 13vw, 61px); }
  .menu-grid { display: block; }
  .menu-card, .menu-card:last-child { display: block; margin-bottom: 16px; }
  .menu-card:last-child .menu-card__image { height: auto; }
  .menu-card__body, .menu-card:last-child .menu-card__body { min-height: 285px; }
  .menu-note { display: block; padding: 20px; }
  .menu-note__icon { margin-bottom: 14px; }
  .menu-note p { margin-bottom: 18px; }
  .story__grid { display: flex; flex-direction: column; align-items: stretch; gap: 58px; }
  .story__media { margin-inline: 7px; }
  .story__badge { right: -18px; bottom: 22px; width: 106px; height: 106px; }
  .story__copy h2 { font-size: clamp(44px, 12vw, 60px); }
  .story__features { gap: 10px; }
  .story__features strong { font-size: 10px; }
  .story__features small { font-size: 9px; }
  .gallery__intro, .section-heading--split { display: block; margin-bottom: 35px; }
  .gallery__intro .button { margin-top: 24px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 190px 190px; gap: 10px; }
  .gallery-tile--large { grid-column: 1 / -1; grid-row: 1; }
  .gallery-tile--small { grid-column: 1; grid-row: 2; }
  .gallery-tile--offset { grid-column: 2; grid-row: 2; }
  .gallery-tile--wide { grid-column: 1 / -1; grid-row: 3; }
  .section-heading--split .section-heading__lead { width: 100%; margin-top: 24px; }
  .visit-grid { display: block; }
  .hours-card, .visit-details, .map-card { margin-bottom: 16px; }
  .visit-details { gap: 20px; padding: 27px 24px; }
  .map-card { min-height: 350px; margin-bottom: 0; }
  .contact-grid { display: block; }
  .contact-intro { margin-bottom: 50px; }
  .contact-intro h2 { font-size: clamp(51px, 14vw, 69px); }
  .form-row { display: block; }
  .form-row label + label { margin-top: 17px; }
  .instagram-grid { display: block; }
  .instagram-copy { max-width: 420px; margin-bottom: 40px; }
  .instagram-tiles { gap: 8px; }
  .footer-top { display: grid; grid-template-columns: 1fr auto; align-items: start; }
  .footer-note { grid-column: 1 / -1; order: 3; text-align: left; }
  .footer-social { justify-self: end; padding-top: 10px; }
  .legal-grid { display: block; }
  .legal-details { padding-block: 11px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .legal-details:first-child { border-top: 1px solid rgba(255,255,255,.12); }
  .copyright { margin-top: 22px; text-align: left; }
  .cookie-notice { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 15px; }
  .cookie-notice .button { padding-inline: 11px; }
  .floating-call { position: fixed; right: 18px; bottom: 18px; z-index: 20; display: block; }
  .floating-call a { display: grid; width: 47px; height: 47px; place-items: center; border: 2px solid var(--cream); border-radius: 50%; background: var(--sage); color: var(--ink); box-shadow: 0 10px 25px rgba(0,0,0,.28); }
  .floating-call svg { width: 19px; height: 19px; }
}

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