@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');

:root {
  --logo-blue: #08086f;
  --white: #ffffff;

  --brown: var(--logo-blue);
  --brown-deep: var(--logo-blue);
  --brown-soft: var(--logo-blue);
  --caramel: var(--logo-blue);
  --caramel-light: var(--white);
  --cream: var(--white);
  --paper: var(--white);
  --green: var(--logo-blue);
  --green-soft: var(--white);
  --coral: var(--logo-blue);
  --muted: rgba(8, 8, 111, 0.7);
  --line: rgba(8, 8, 111, 0.15);
  --shadow: 0 16px 40px rgba(8, 8, 111, 0.08);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--brown-deep); background: var(--cream); font-family: 'DM Sans', system-ui, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
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% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); padding: 10px 16px; border-radius: 6px; background: var(--brown-deep); color: white; }
.skip-link:focus { transform: translateY(0); }

.topline { background: var(--brown-deep); color: #f4f6ff; font-size: 11px; letter-spacing: .04em; }
.topline-inner { display: flex; align-items: center; gap: 26px; min-height: 33px; }
.topline a { color: var(--caramel-light); font-weight: 700; }
.topline-note { margin-left: auto; opacity: .75; }
.open-status { display: inline-flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: #8b9be8; box-shadow: 0 0 0 3px rgba(139, 155, 232, .18); }
.status-dot.is-open { background: #3158c9; box-shadow: 0 0 0 3px rgba(49, 88, 201, .18); }

.site-header { position: absolute; top: 33px; z-index: 10; width: 100%; color: var(--brown-deep); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(255, 255, 255, .96); color: var(--brown-deep); box-shadow: 0 8px 30px rgba(8, 8, 111, .05); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 89px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--caramel); }
.brand-icon img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: 'Fraunces', Georgia, serif; font-size: 25px; font-weight: 600; letter-spacing: -.04em; }
.brand-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; opacity: .78; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; opacity: .88; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: currentColor; transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border: 1px solid rgba(8, 22, 64, .28); border-radius: 100px; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.is-scrolled .nav-cta { border-color: var(--caramel); }
.nav-cta:hover { background: var(--caramel); color: white; border-color: var(--caramel); }
.phone-icon { font-size: 15px; line-height: 1; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px 0 10px 10px; color: currentColor; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 720px; overflow: hidden; padding: 150px 0 35px; background: var(--white); color: var(--brown-deep); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .12; background: radial-gradient(circle at 78% 10%, var(--logo-blue) 0 1px, transparent 1.5px) 0 0/24px 24px; mask-image: linear-gradient(90deg, transparent, black); }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-shape-one { width: 620px; height: 620px; right: -300px; bottom: -300px; border: 1px solid rgba(8, 8, 111, .08); }
.hero-shape-two { width: 480px; height: 480px; right: -230px; bottom: -230px; border: 1px solid rgba(8, 8, 111, .04); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); align-items: center; gap: 75px; }
.hero-copy { padding-top: 25px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--caramel); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 610px; margin-bottom: 25px; font-size: clamp(48px, 5.6vw, 81px); }
h1 em, h2 em, blockquote em { color: var(--caramel); font-style: normal; }
.hero-text { max-width: 465px; margin-bottom: 30px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 47px; padding: 12px 20px; border: 1px solid transparent; border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; line-height: 0; }
.button-primary { background: var(--logo-blue); color: var(--white); }
.button-primary:hover { background: rgba(8, 8, 111, 0.9); }
.button-quiet { border-color: var(--logo-blue); color: var(--logo-blue); }
.button-quiet:hover { border-color: var(--logo-blue); color: var(--white); background: var(--logo-blue); }
.button-dark { background: var(--brown-deep); color: white; }
.button-dark:hover { background: var(--green); }
.button-cream { background: var(--cream); color: var(--brown-deep); }
.button-cream:hover { background: white; }
.button-outline { border-color: var(--brown); color: var(--brown); }
.button-outline:hover { background: var(--brown); color: white; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 44px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 29px; height: 29px; margin-right: -6px; border: 2px solid var(--paper); border-radius: 50%; background: var(--caramel-light); color: var(--brown); font-size: 13px; }
.avatar-stack span:nth-child(2) { background: #e2e8ff; }.avatar-stack span:nth-child(3) { background: #d5dfff; }
.hero-proof strong { display: block; font-size: 13px; line-height: 1.2; }.hero-proof small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }.stars { color: var(--caramel); letter-spacing: .06em; }
.hero-visual { position: relative; min-height: 525px; }
.hero-photo { position: absolute; overflow: hidden; border: 7px solid var(--paper); background: var(--caramel-light); box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.main-photo { top: 25px; right: 30px; width: min(80%, 440px); height: 495px; border-radius: 220px 220px 18px 18px; transform: rotate(3deg); }
.small-photo { left: 8px; bottom: 17px; width: 190px; height: 205px; border-radius: 18px; transform: rotate(-8deg); }
.hero-note { position: absolute; top: 43px; left: -14px; display: flex; align-items: center; gap: 10px; padding: 16px 16px 14px 13px; border-radius: 11px 11px 11px 2px; background: var(--logo-blue); color: var(--white); transform: rotate(-7deg); box-shadow: 0 12px 30px rgba(8, 8, 111, .2); font-family: 'Fraunces', Georgia, serif; font-size: 17px; line-height: 1.05; }
.hero-note em { color: var(--caramel-light); font-style: normal; }.note-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.14); color: var(--caramel); }
.hero-scribble { position: absolute; right: -4px; bottom: -1px; color: var(--caramel); font-family: Caveat, cursive; font-size: 24px; transform: rotate(-6deg); }.hero-scribble span { display: inline-block; margin-left: 3px; font-family: 'DM Sans', sans-serif; font-size: 14px; }
.hero-bottom { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; margin-top: 2px; color: rgba(255,247,235,.58); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.scroll-line { width: 84px; height: 1px; background: rgba(255,255,255,.3); }.hero-bottom span:last-child { margin-left: auto; }


.intro-strip { background: var(--caramel-light); color: var(--brown-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1fr 1.7fr auto; align-items: center; gap: 55px; min-height: 145px; }
.intro-label { display: flex; align-items: center; gap: 14px; color: var(--brown-deep); font-family: 'Fraunces', Georgia, serif; font-size: 16px; line-height: 1.25; }
.small-star { color: var(--caramel); font-size: 22px; }
.intro-grid p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.text-link, .social-link { display: inline-flex; align-items: center; gap: 9px; width: fit-content; border-bottom: 1px solid currentColor; padding-bottom: 3px; color: var(--caramel); font-size: 11px; font-weight: 700; }
.text-link span, .social-link span { font-size: 16px; line-height: .6; }
.intro-grid .text-link { color: var(--caramel); white-space: nowrap; }


.section { padding: 120px 0; }.offer-section { background: var(--cream); }.section-heading { margin-bottom: 56px; }.split-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: end; }.section-heading .eyebrow { color: var(--brown-soft); }.section-heading h2, .gallery-header h2, .instagram-inner h2 { margin-bottom: 0; font-size: clamp(42px, 4.7vw, 63px); }.section-heading h2 em, .gallery-header h2 em, .instagram-inner h2 em { color: var(--brown-soft); }.heading-intro { max-width: 360px; margin: 0 0 2px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.menu-tabs { display: flex; gap: 10px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }.tab-button { padding: 12px 4px; margin-right: 22px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 12px; font-weight: 600; }.tab-button.active, .tab-button:hover { border-bottom-color: var(--brown); color: var(--brown); }
.menu-panel { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr 1fr; gap: 22px; }.menu-card { overflow: hidden; border-radius: 18px; background: white; box-shadow: 0 8px 30px rgba(2,3,72,.06); }.menu-card-featured { display: grid; grid-row: span 2; grid-template-rows: 270px 1fr; }.menu-card-image { position: relative; overflow: hidden; }.menu-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }.menu-card:hover img { transform: scale(1.04); }.image-tag { position: absolute; left: 19px; bottom: 17px; padding: 6px 11px; border-radius: 100px; background: var(--cream); color: var(--brown); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.menu-card-copy { padding: 26px 28px; }.menu-number { display: block; margin-bottom: 12px; color: var(--caramel); font-size: 10px; font-weight: 700; letter-spacing: .14em; }.menu-card h3 { margin-bottom: 8px; color: var(--brown); font-family: 'Fraunces', Georgia, serif; font-size: 26px; font-weight: 500; letter-spacing: -.04em; }.menu-card p { max-width: 390px; margin-bottom: 15px; color: var(--muted); font-size: 13px; line-height: 1.7; }.menu-card ul { display: flex; flex-wrap: wrap; gap: 8px 19px; margin: 0; padding: 0; list-style: none; color: var(--brown-soft); font-size: 11px; }.menu-card li::before { content: '✦'; margin-right: 6px; color: var(--coral); }.menu-card-side { display: grid; grid-template-columns: 1fr 40%; min-height: 198px; }.menu-card-side .menu-card-copy { padding: 22px 25px; }.menu-card-side h3 { font-size: 22px; }.menu-card-side .text-link { margin-top: 8px; }.side-image { overflow: hidden; }.side-image img { width: 100%; height: 100%; object-fit: cover; }.compact-card { background: var(--caramel-light); }.compact-card .menu-card-copy { padding-top: 19px; }.mini-flavor { display: grid; place-content: center; gap: 5px; background: var(--caramel); color: var(--brown); text-align: center; font-family: Caveat, cursive; font-size: 24px; line-height: .85; }.mini-flavor span { font-family: serif; font-size: 28px; }.mini-flavor strong { font-weight: 500; }.offer-footnote { display: flex; gap: 11px; align-items: center; margin-top: 18px; color: var(--muted); font-size: 11px; }.offer-footnote span { color: var(--coral); font-size: 16px; }

.feature-section { padding: 120px 0 140px; background: var(--paper); }.feature-grid { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: 115px; }.feature-visual { position: relative; min-height: 575px; }.feature-photo { position: absolute; left: 35px; top: 0; width: min(75%, 390px); height: 520px; overflow: hidden; border-radius: 200px 200px 20px 20px; transform: rotate(-4deg); }.feature-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,3,72,.17)); }.feature-photo img { width: 100%; height: 100%; object-fit: cover; }.feature-sticker { position: absolute; right: 5px; bottom: 70px; display: grid; place-content: center; width: 128px; height: 128px; border-radius: 50%; background: var(--coral); color: #f4f6ff; text-align: center; font-family: Caveat, cursive; font-size: 22px; line-height: .8; transform: rotate(11deg); box-shadow: 0 14px 35px rgba(29,63,159,.22); }.feature-sticker strong { margin-top: 10px; color: #dce2ff; font-family: serif; font-size: 18px; }.feature-caption { position: absolute; bottom: 0; left: 0; display: flex; gap: 11px; align-items: center; color: var(--muted); font-size: 10px; line-height: 1.3; }.caption-line { width: 30px; height: 1px; background: var(--coral); }.feature-caption em { color: var(--brown); font-style: normal; }.feature-copy .eyebrow { color: var(--brown-soft); }.feature-copy h2 { margin-bottom: 28px; color: var(--brown); font-size: clamp(46px, 5vw, 68px); }.feature-copy h2 em { color: var(--coral); }.feature-copy > p { max-width: 465px; color: var(--muted); font-size: 14px; line-height: 1.9; }.feature-list { display: grid; gap: 16px; margin: 31px 0 34px; }.feature-list > div { display: flex; align-items: flex-start; gap: 13px; }.feature-list-icon { display: grid; place-items: center; flex: 0 0 31px; height: 31px; border-radius: 50%; background: var(--green-soft); color: var(--green); }.feature-list strong, .feature-list small { display: block; }.feature-list strong { color: var(--brown); font-size: 12px; }.feature-list small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.quote-section { background: var(--logo-blue); color: var(--white); }
.quote-inner { position: relative; display: flex; flex-direction: column; align-items: center; padding: 105px 20px 95px; text-align: center; }
.quote-mark { position: absolute; top: 45px; color: rgba(255, 255, 255, .12); font-family: Georgia, serif; font-size: 80px; line-height: 1; }
.quote-inner blockquote { margin: 0 0 20px; font-family: 'Fraunces', Georgia, serif; font-size: clamp(38px, 5vw, 63px); font-weight: 500; letter-spacing: -.06em; line-height: 1.03; }
.quote-inner blockquote em { color: var(--white); }
.quote-signature { font-family: Caveat, cursive; font-size: 22px; }

.visit-section { background: var(--cream); }.centered-heading { text-align: center; }.centered-heading .eyebrow { justify-content: center; }.visit-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }.visit-card { min-height: 365px; padding: 31px 31px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }.visit-card-hours { background: var(--brown); color: white; }.card-icon { display: grid; place-items: center; width: 37px; height: 37px; margin-bottom: 26px; border: 1px solid var(--caramel); border-radius: 50%; color: var(--caramel); font-size: 22px; line-height: 1; }.card-kicker { display: block; margin-bottom: 9px; color: var(--brown-soft); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.visit-card-hours .card-kicker { color: var(--caramel); }.visit-card h3 { margin-bottom: 24px; font-family: 'Fraunces', Georgia, serif; font-size: 28px; font-weight: 500; letter-spacing: -.05em; line-height: 1; }.hours-list { display: grid; gap: 6px; }.hours-list div { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.66); font-size: 11px; }.hours-list strong { color: white; font-weight: 600; }.hours-list div.is-today { color: var(--caramel-light); }.hours-list div.is-today strong { color: var(--caramel-light); }.hours-note { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--caramel-light); font-size: 10px; }.hours-note .status-dot { width: 6px; height: 6px; }.visit-card-address address { margin: 0 0 23px; color: var(--brown); font-family: 'Fraunces', Georgia, serif; font-size: 24px; font-style: normal; line-height: 1.3; }.visit-card-address address span { color: var(--muted); font-family: 'DM Sans', system-ui, sans-serif; font-size: 12px; }.visit-card-events { background: var(--green-soft); border-color: transparent; }.visit-card-events .card-icon { border-color: var(--green); color: var(--green); }.visit-card-events .card-kicker { color: var(--green); }.visit-card-events p { max-width: 260px; margin-bottom: 26px; color: var(--green); font-size: 13px; line-height: 1.75; }.visit-card-events .text-link { color: var(--green); }

.gallery-section { padding: 110px 0 125px; background: var(--cream); color: var(--brown-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gallery-header { display: grid; grid-template-columns: 1.1fr .8fr auto; align-items: end; gap: 40px; margin-bottom: 51px; }
.gallery-header .eyebrow { color: var(--caramel); }
.gallery-header h2 { color: var(--brown-deep); }
.gallery-header h2 em { color: var(--caramel); }
.gallery-header > p { max-width: 250px; margin-bottom: 3px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.gallery-header .social-link { margin-bottom: 3px; color: var(--caramel); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .7fr .85fr; grid-template-rows: 225px 185px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; min-width: 0; padding: 0; border: 0; border-radius: 12px; background: var(--caramel-light); text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(2,3,72,.65)); }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item span { position: absolute; z-index: 1; left: 16px; bottom: 14px; color: white; font-family: Caveat, cursive; font-size: 19px; }
.gallery-item-large { grid-row: span 2; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item:first-child img { object-position: center 44%; }
.gallery-item:nth-child(2) img { object-position: center; }
.gallery-item:nth-child(3) img { object-position: center; }
.gallery-ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
.gallery-ai-grid .gallery-item { min-height: 220px; }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .86fr 1fr; gap: 110px; align-items: start; }
.contact-copy .eyebrow { color: var(--brown-soft); }
.contact-copy h2 { margin-bottom: 25px; color: var(--brown); font-size: clamp(46px, 5vw, 70px); }
.contact-copy h2 em { color: var(--coral); }
.contact-copy > p { max-width: 370px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.contact-phone { display: flex; flex-direction: column; width: fit-content; margin: 32px 0; border-bottom: 1px solid var(--line); padding-bottom: 13px; }
.contact-phone span { color: var(--brown); font-family: 'Fraunces', Georgia, serif; font-size: 31px; letter-spacing: -.04em; }
.contact-phone small { margin-top: 2px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-phone b { margin-left: 8px; font-size: 15px; }
.social-row { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; }
.social-row a { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 50%; color: var(--brown); font-size: 13px; font-weight: 700; }
.contact-form { padding: 33px 35px 37px; border-radius: 18px; background: var(--cream); border: 1px solid var(--line); }
.form-heading { display: grid; grid-template-columns: 32px 1fr; column-gap: 7px; margin-bottom: 24px; }
.form-heading span { grid-row: span 2; color: var(--caramel); font-size: 11px; font-weight: 700; }
.form-heading strong { color: var(--brown); font-family: 'Fraunces', Georgia, serif; font-size: 25px; font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.form-heading small { grid-column: 2; color: var(--muted); font-size: 11px; }
.contact-form label { display: block; margin: 16px 0; color: var(--brown-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--brown); font-size: 13px; font-weight: 400; resize: vertical; }
.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--brown) 50%), linear-gradient(135deg, var(--brown) 50%, transparent 50%); background-position: calc(100% - 8px) 55%, 100% 55%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--brown); }
.contact-form .button { margin-top: 13px; }
.form-status { min-height: 19px; margin: 10px 0 0; color: var(--green); font-size: 11px; }

.map-section { padding: 0 0 115px; background: var(--paper); }.map-wrap { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 385px; overflow: hidden; border-radius: 19px; background: var(--brown); }.map-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 40px; color: white; }.map-pin { display: grid; place-items: center; width: 37px; height: 37px; margin-bottom: 23px; border: 1px solid var(--caramel); border-radius: 50%; color: var(--caramel); font-size: 20px; }.map-copy > span:not(.map-pin) { color: var(--caramel-light); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.map-copy strong { margin: 15px 0 27px; font-family: 'Fraunces', Georgia, serif; font-size: 48px; font-weight: 500; letter-spacing: -.06em; line-height: .9; }.map-copy em { color: var(--caramel); font-style: normal; }.map-frame { position: relative; min-height: 385px; overflow: hidden; background: #dbe0f0; background-image: linear-gradient(rgba(219,224,240,.72),rgba(219,224,240,.72)), repeating-linear-gradient(118deg, transparent 0 44px, rgba(8,8,111,.14) 45px 46px), repeating-linear-gradient(22deg, transparent 0 66px, rgba(8,8,111,.12) 67px 69px); }.map-frame::before { content: ''; position: absolute; inset: 0; opacity: .32; background: radial-gradient(circle at 64% 44%, transparent 0 28px, var(--coral) 29px 32px, transparent 33px), linear-gradient(65deg, transparent 49.7%, var(--green) 50% 50.5%, transparent 50.8%); }.map-frame iframe { width: 100%; height: 100%; min-height: 385px; border: 0; filter: saturate(.65) sepia(.12); }.privacy-placeholder { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px; color: var(--brown); text-align: center; }.map-frame .privacy-placeholder { background: rgba(247,248,253,.72); backdrop-filter: blur(4px); }.privacy-placeholder strong { font-family: 'Fraunces', Georgia, serif; font-size: 24px; font-weight: 500; }.privacy-placeholder p { max-width: 250px; margin: 6px 0 10px; color: var(--muted); font-size: 11px; line-height: 1.5; }.map-placeholder-icon, .insta-placeholder-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 8px; border: 1px solid var(--caramel); border-radius: 50%; color: var(--brown); font-size: 22px; }.consent-trigger { border: 0; background: transparent; padding: 0; }

.instagram-section { background: var(--cream); }.instagram-inner { display: grid; grid-template-columns: 1fr .9fr auto; align-items: center; gap: 40px; }.instagram-inner .eyebrow { color: var(--brown-soft); }.instagram-preview { display: grid; grid-template-columns: 1.45fr .75fr; gap: 8px; min-height: 245px; }.instagram-preview a { display: block; overflow: hidden; border-radius: 12px; background: var(--caramel-light); }.instagram-preview-main { min-height: 245px; }.instagram-preview-side { display: grid; grid-template-rows: 1fr 1fr; gap: 8px; min-height: 245px; }.instagram-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }.instagram-preview a:hover img { transform: scale(1.06); }.instagram-inner > .button { white-space: nowrap; }

.site-footer { background: var(--brown-deep); color: rgba(255,247,235,.72); }.footer-main { display: grid; grid-template-columns: 1.4fr .7fr .9fr 1fr; gap: 50px; padding: 75px 0 65px; }.brand-light { color: white; }.brand-light .brand-icon { color: var(--caramel); }.footer-brand > p { margin: 23px 0 0; color: rgba(255,247,235,.55); font-family: 'Fraunces', Georgia, serif; font-size: 18px; line-height: 1.3; }.footer-column, .footer-rating { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 11px; }.footer-label { margin-bottom: 11px; color: var(--caramel); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }.footer-column a { color: rgba(255,247,235,.88); }.footer-column a:hover, .footer-rating a:hover { color: var(--caramel); }.footer-rating strong { color: white; font-family: 'Fraunces', Georgia, serif; font-size: 31px; font-weight: 500; line-height: 1; }.footer-rating > span:not(.footer-label) { font-size: 10px; }.footer-rating a { margin-top: 7px; color: var(--caramel-light); font-size: 11px; border-bottom: 1px solid currentColor; padding-bottom: 3px; }.legal-wrap { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 24px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,247,235,.42); font-size: 10px; }.legal-wrap div { display: flex; gap: 18px; }.legal-button, .inline-button { border: 0; padding: 0; background: transparent; color: inherit; font-size: inherit; }.legal-button:hover, .inline-button:hover { color: var(--caramel-light); }.cookie-banner { position: fixed; z-index: 50; right: 24px; bottom: 22px; left: 24px; display: flex; align-items: center; justify-content: space-between; gap: 25px; max-width: 960px; margin: auto; padding: 18px 21px; border: 1px solid rgba(111,78,55,.2); border-radius: 14px; background: rgba(255,253,250,.96); box-shadow: 0 14px 45px rgba(60,43,33,.2); backdrop-filter: blur(16px); }.cookie-banner.hidden { display: none; }.cookie-banner strong { display: block; color: var(--brown); font-family: 'Fraunces', Georgia, serif; font-size: 16px; font-weight: 500; }.cookie-banner p { max-width: 510px; margin: 3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }.cookie-actions { display: flex; flex-shrink: 0; gap: 8px; }.cookie-actions .button { min-height: 38px; padding: 8px 14px; font-size: 10px; }.button-cookie { background: var(--brown); color: white; }.button-cookie-quiet { border-color: var(--line); color: var(--brown); }.noscript-note { position: fixed; z-index: 60; inset: auto 0 0; padding: 15px; background: var(--brown-deep); color: white; text-align: center; }

.modal, .text-modal { position: fixed; z-index: 40; inset: 0; display: none; align-items: center; justify-content: center; padding: 25px; background: rgba(2,3,72,.85); }.modal.is-open, .text-modal.is-open { display: flex; }.modal img { max-width: min(95vw, 1000px); max-height: 88vh; border: 7px solid var(--cream); border-radius: 14px; object-fit: contain; }.modal-close, .text-modal-close { position: absolute; top: 25px; right: 30px; border: 0; background: transparent; color: white; font-size: 37px; font-weight: 300; line-height: 1; }.text-modal { z-index: 45; }.text-modal-panel { position: relative; width: min(560px, 100%); max-height: 85vh; overflow-y: auto; padding: 42px; border-radius: 19px; background: var(--cream); color: var(--brown-deep); }.text-modal-panel .eyebrow { color: var(--brown-soft); }.text-modal-panel h2 { margin-bottom: 22px; color: var(--brown); font-size: 48px; }.text-modal-panel p { color: var(--muted); font-size: 13px; line-height: 1.75; }.text-modal-panel a { color: var(--brown); font-weight: 700; }.text-modal-close { top: 21px; right: 24px; color: var(--brown); font-size: 30px; }.placeholder-text { color: var(--coral); }.legal-hint { margin-top: 24px; padding: 13px 15px; border-left: 3px solid var(--coral); background: #e6e9fb; color: var(--brown) !important; font-size: 11px !important; }

@media (max-width: 950px) {
  .container { width: min(100% - 38px, 720px); }.main-nav { gap: 17px; }.hero-grid { grid-template-columns: .9fr 1fr; gap: 30px; }.hero-visual { min-height: 465px; }.main-photo { height: 425px; }.small-photo { width: 150px; height: 170px; }.hero-note { left: 0; }.intro-grid { gap: 25px; }.split-heading, .contact-grid { gap: 45px; }.feature-grid { gap: 60px; }.feature-visual { min-height: 500px; }.feature-photo { height: 455px; }.gallery-header { grid-template-columns: 1fr .8fr; }.gallery-header .social-link { grid-column: 2; }.footer-main { gap: 25px; }.cookie-banner { max-width: calc(100% - 32px); }
}
@media (max-width: 720px) {
  .container { width: calc(100% - 34px); }.topline-inner { min-height: 30px; gap: 12px; font-size: 10px; }.topline-note { display: none; }.site-header { top: 30px; }.nav-wrap { min-height: 76px; }.brand-copy strong { font-size: 23px; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 71px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; border-radius: 0 0 16px 16px; background: var(--cream); color: var(--brown-deep); box-shadow: 0 14px 22px rgba(60,43,33,.1); }.main-nav.is-open { display: flex; }.main-nav > a { padding: 13px 0 !important; border-bottom: 1px solid var(--line); }.main-nav > a::after { display: none; }.nav-cta { justify-content: center; margin-top: 13px; border-color: var(--brown); }.site-header.is-scrolled .main-nav { top: 76px; }.hero { min-height: auto; padding: 125px 0 23px; }.hero-grid { grid-template-columns: 1fr; gap: 20px; }.hero-copy { padding-top: 22px; }.hero-text { font-size: 14px; }.hero-proof { margin-top: 29px; }.hero-visual { min-height: 390px; margin-top: 8px; }.main-photo { top: 0; right: 9%; width: 72%; height: 365px; border-radius: 180px 180px 15px 15px; }.small-photo { left: 3%; bottom: 12px; width: 126px; height: 145px; }.hero-note { top: 31px; left: 1px; font-size: 14px; }.hero-scribble { right: 2%; bottom: -2px; }.hero-bottom { margin-top: 3px; font-size: 8px; }.intro-grid { grid-template-columns: 1fr; gap: 17px; padding: 28px 0; }.intro-grid .text-link { margin-top: 2px; }.section { padding: 75px 0; }.split-heading { grid-template-columns: 1fr; gap: 21px; margin-bottom: 38px; }.heading-intro { font-size: 13px; }.menu-tabs { gap: 0; overflow-x: auto; margin-right: -17px; padding-bottom: 1px; }.tab-button { flex-shrink: 0; margin-right: 17px; font-size: 11px; }.menu-panel { grid-template-columns: 1fr; grid-template-rows: auto; gap: 17px; }.menu-card-featured { grid-row: auto; grid-template-rows: 215px auto; }.menu-card-copy { padding: 23px 22px; }.menu-card-side { min-height: 182px; }.menu-card h3 { font-size: 24px; }.feature-section { padding: 75px 0 88px; }.feature-grid { grid-template-columns: 1fr; gap: 54px; }.feature-visual { min-height: 440px; }.feature-photo { left: 12%; width: 66%; height: 400px; }.feature-sticker { right: 8%; bottom: 50px; width: 107px; height: 107px; font-size: 19px; }.feature-caption { left: 1%; }.feature-copy h2 { font-size: 48px; }.quote-inner { padding: 85px 10px 72px; }.quote-mark { top: 33px; font-size: 65px; }.quote-inner blockquote { font-size: 40px; }.visit-grid { grid-template-columns: 1fr; gap: 14px; }.visit-card { min-height: auto; padding: 25px; }.visit-card-hours { min-height: 350px; }.gallery-section { padding: 75px 0 80px; }.gallery-header { display: block; margin-bottom: 32px; }.gallery-header > p { margin: 20px 0 14px; }.gallery-header .social-link { margin-top: 12px; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 160px 160px; gap: 9px; }.gallery-item-large { grid-row: span 2; }.gallery-item-tall { grid-row: span 2; }.gallery-item-bottom { grid-column: span 2; }.contact-grid { grid-template-columns: 1fr; gap: 50px; }.contact-copy h2 { font-size: 50px; }.contact-form { padding: 26px 21px 29px; }.map-section { padding-bottom: 75px; }.map-wrap { grid-template-columns: 1fr; }.map-copy { min-height: 280px; padding: 30px 26px; }.map-copy strong { font-size: 43px; }.map-frame, .map-frame iframe { min-height: 300px; }.instagram-inner { grid-template-columns: 1fr; gap: 24px; }.instagram-inner > .button { width: fit-content; order: 2; }.footer-main { grid-template-columns: 1fr 1fr; gap: 38px 22px; padding: 55px 0 45px; }.footer-brand { grid-column: span 2; }.footer-rating { grid-column: span 2; }.legal-wrap { flex-direction: column; gap: 10px; }.legal-wrap div { gap: 12px; flex-wrap: wrap; }.cookie-banner { right: 10px; bottom: 10px; left: 10px; display: block; padding: 16px; }.cookie-actions { margin-top: 13px; }.cookie-actions .button { flex: 1; padding: 7px 8px; }.text-modal-panel { padding: 34px 24px; }.text-modal-panel h2 { font-size: 42px; }
}
@media (max-width: 720px) {
  .gallery-ai-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 9px; }
  .gallery-ai-grid .gallery-item { min-height: 190px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button, .main-nav > a::after, .menu-card img, .gallery-item img { transition: none; } }
