:root {
  --paper: #f8f6f0;
  --paper-deep: #eee7da;
  --ink: #242721;
  --muted: #62665d;
  --moss: #73806d;
  --forest: #314033;
  --forest-deep: #1d241e;
  --line: #d6d0c4;
  --white: #fffdf8;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --shell: 1312px;
  --shadow: 0 18px 45px rgba(31, 37, 30, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.45; }
body.nav-is-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }

:focus-visible { outline: 3px solid #9cab61; outline-offset: 4px; }
.shell { width: min(var(--shell), calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 10px 14px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 10; background: var(--paper); color: var(--ink); }
.nav-shell { position: relative; min-height: 106px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 18px; font-style: italic; font-weight: 400; }
.brand-copy { display: grid; gap: 3px; }
.brand-copy small { font-size: 6px; font-weight: 800; letter-spacing: .02em; }
.site-nav { justify-self: center; display: flex; gap: clamp(18px, 3.3vw, 44px); align-items: center; }
.site-nav a { position: relative; padding: 9px 0; color: inherit; font-size: 10px; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }
.site-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: currentColor; content: ""; opacity: 0; transform: scaleX(.35); transition: opacity .2s ease, transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { opacity: 1; transform: scaleX(1); }
.open-chip { display: inline-flex; align-items: center; gap: 8px; min-width: 128px; justify-content: center; padding: 8px 14px; border: 1px solid #a2a990; border-radius: 99px; font-size: 9px; letter-spacing: .02em; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.open-chip:hover { background: var(--forest); border-color: var(--forest); color: var(--white); }
.open-chip span { width: 7px; height: 7px; border-radius: 50%; background: #a9b96c; }
.open-chip b { font-weight: 800; }
.nav-toggle { display: none; border: 0; background: transparent; color: inherit; }

.site-header-dark { background: var(--forest); color: var(--white); }
.site-header-dark .open-chip { border-color: rgba(255,255,255,.6); }
.site-header-dark .open-chip:hover { background: var(--white); color: var(--forest); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: currentColor; font-size: 10px; font-weight: 800; letter-spacing: .02em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { display: block; width: 21px; height: 1px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .display-quote { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
h1 { margin-bottom: 26px; font-size: clamp(3.8rem, 7.2vw, 7.2rem); line-height: .9; }
h2 { margin-bottom: 20px; font-size: clamp(2.85rem, 5.2vw, 5.2rem); line-height: .92; }
h3 { margin-bottom: 12px; font-size: clamp(1.7rem, 2.2vw, 2.35rem); line-height: .95; }
em { color: var(--moss); font-style: italic; }
.hero-lede { max-width: 440px; color: var(--muted); font-family: var(--serif); font-size: clamp(1.1rem, 1.6vw, 1.34rem); line-height: 1.05; }
.body-large { max-width: 450px; color: var(--muted); font-family: var(--serif); font-size: clamp(1.15rem, 1.65vw, 1.44rem); line-height: 1.06; }

.button-row { display: flex; flex-wrap: wrap; gap: 16px; margin: 35px 0 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 50px; gap: 30px; padding: 13px 16px; border: 1px solid var(--ink); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .02em; line-height: 1.1; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 7px 0 rgba(31, 37, 30, .14); }
.button-dark { border-color: var(--forest-deep); background: var(--forest-deep); color: var(--white); }
.button-dark:hover { background: var(--forest); }
.button-outline { background: transparent; }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-light { border-color: var(--white); background: var(--white); color: var(--forest-deep); }
.button-light:hover { background: #f1efe5; }
.button-ghost { border-color: rgba(255,255,255,.6); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--forest); }
.desktop-call-link { display: inline-flex; align-items: center; min-height: 50px; gap: 9px; padding: 13px 0; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .02em; line-height: 1.1; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .34em; text-transform: uppercase; }
.desktop-call-link--light { color: var(--white); text-decoration-color: rgba(255,255,255,.65); }
.desktop-call-link:hover { transform: translateY(-1px); text-decoration-color: currentColor; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; transition: gap .2s ease; }
.text-link:hover { gap: 14px; }

.hero-home { display: grid; grid-template-columns: minmax(0, .96fr) minmax(440px, 1.08fr); align-items: center; gap: clamp(42px, 8vw, 130px); min-height: 605px; padding-block: 50px 68px; }
.hero-copy { padding-block: 30px; }
.hero-copy .hero-lede { margin-bottom: 0; }
.hero-meta { display: flex; justify-content: space-between; gap: 18px; max-width: 525px; margin-top: 48px; padding-top: 17px; border-top: 1px solid var(--line); color: #4f544a; font-size: 10px; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; }
.media-frame { position: relative; overflow: hidden; background: var(--paper-deep); }
.hero-media { min-height: 505px; }
.hero-media img { width: 100%; height: 100%; min-height: 505px; object-fit: cover; object-position: 62% center; }
.media-croissant img { object-position: 68% center; }
.hero-media figcaption { position: absolute; right: 0; bottom: 26px; max-width: 182px; padding: 12px 15px; background: var(--white); color: var(--ink); font-family: var(--serif); font-size: 15px; font-style: italic; line-height: .92; }
.hero-media figcaption span { display: block; margin-bottom: 7px; font-family: var(--sans); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .02em; }

.section { padding-block: clamp(66px, 10vw, 142px); }
.section-soft { background: var(--paper-deep); }
.section-forest { background: var(--forest); color: var(--white); }
.section-forest em { color: #dbe0d3; }
.intro-section { padding-top: clamp(75px, 9vw, 130px); }
.split-heading, .section-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(260px, .72fr); align-items: end; gap: 60px; }
.split-heading .body-large, .section-heading .body-large { margin-bottom: 7px; }
.value-grid { display: grid; grid-template-columns: 1.15fr .82fr .82fr; gap: 18px; margin-top: clamp(46px, 7vw, 88px); }
.value-card { min-height: 334px; padding: 25px; background: rgba(255,255,255,.25); border: 1px solid rgba(99, 102, 91, .08); }
.value-card:not(.image-card) { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.value-card p { margin-bottom: 22px; color: var(--muted); font-size: 13px; line-height: 1.08; }
.value-card .text-link { margin-top: auto; }
.image-card { position: relative; padding: 0; overflow: hidden; }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-card p { position: absolute; right: 18px; bottom: 16px; left: 18px; margin: 0; padding: 12px 15px; background: var(--white); color: var(--ink); font-family: var(--serif); font-size: 16px; font-style: italic; line-height: 1; }
.card-number { margin-bottom: auto; color: var(--moss); font-size: 9px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.quote-band { padding-block: 34px 55px; background: var(--paper); }
.quote-band .eyebrow { margin-bottom: 0; }
.display-quote { max-width: 760px; margin: -4px 0 16px clamp(42px, 20vw, 280px); font-size: clamp(2.3rem, 4.1vw, 4.4rem); line-height: .91; }
.caption { margin-left: clamp(42px, 20vw, 280px); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.feature-split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); min-height: 530px; background: var(--forest); color: var(--white); }
.feature-copy { display: grid; align-items: center; padding: clamp(50px, 8vw, 116px); background: var(--moss); color: var(--white); }
.feature-copy em { color: #e6eadf; }
.feature-copy p:not(.eyebrow) { max-width: 370px; color: rgba(255,255,255,.88); font-family: var(--serif); font-size: 18px; line-height: 1.03; }
.feature-copy .button { margin-top: 26px; }
.feature-image { overflow: hidden; min-height: 440px; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.newsletter-section { background: #f3eee4; }
.newsletter-wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); align-items: center; gap: clamp(46px, 10vw, 150px); }
.inline-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 24px; }
input, textarea { width: 100%; border: 1px solid #b9b5ab; border-radius: 0; background: transparent; color: var(--ink); }
input { min-height: 51px; padding: 13px 15px; }
textarea { min-height: 132px; padding: 13px 15px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #77796f; }
.form-status { grid-column: 1 / -1; min-height: 22px; margin: 4px 0 0; color: #3a583f; font-size: 13px; font-weight: 700; }
.form-note { grid-column: 1 / -1; margin: -4px 0 0; color: var(--muted); font-size: 11px; }

.page-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .75fr); align-items: end; gap: clamp(50px, 12vw, 190px); min-height: 330px; padding-block: 68px 80px; }
.page-hero-copy h1 { margin-bottom: 0; }
.page-hero-aside { padding-bottom: 12px; }
.page-hero-aside .text-link { margin-top: 16px; }
.menu-feature { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); min-height: 440px; background: var(--forest); color: var(--white); }
.menu-feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(50px, 7vw, 90px) max(48px, calc((100vw - var(--shell)) / 2)); padding-right: 55px; }
.menu-feature-copy em { color: #e5e8df; }
.menu-feature-copy > p:not(.eyebrow) { max-width: 360px; color: rgba(255,255,255,.83); font-family: var(--serif); font-size: 17px; line-height: 1.05; }
.menu-feature-copy .button { margin-top: 24px; }
.menu-feature-image { min-height: 440px; overflow: hidden; }
.menu-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.menu-section { padding-top: clamp(70px, 10vw, 130px); }
.menu-heading { margin-bottom: 42px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.filter-button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.filter-button:hover, .filter-button.is-selected { border-color: var(--forest); background: var(--forest); color: var(--white); }
.filter-status { min-height: 24px; margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px 56px; padding-top: 36px; }
.menu-list { border-top: 1px solid var(--line); }
.menu-list h3 { margin: 16px 0 14px; font-size: 29px; }
.menu-list ul { margin: 0; padding: 0; list-style: none; }
.menu-list li { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-top: 1px solid #e2ddd3; font-size: 13px; font-weight: 700; }
.menu-list li b { color: var(--muted); font-size: 10px; letter-spacing: .01em; text-align: right; text-transform: uppercase; }
.menu-note, .callout-row { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 75px; padding: 22px; border-top: 1px solid var(--line); background: var(--paper-deep); }
.menu-note p, .callout-row p { max-width: 620px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 18px; font-style: italic; line-height: 1.05; }
.two-column-cta { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); align-items: center; gap: 80px; }
.two-column-cta h2 { margin-bottom: 0; }
.two-column-cta .button { margin-top: 20px; }

.pastry-hero, .story-hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr); align-items: center; gap: clamp(45px, 10vw, 150px); min-height: 590px; padding-block: 45px 80px; }
.pastry-hero-copy .button { margin-top: 20px; }
.pastry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 65px; }
.pastry-grid article { min-height: 100%; background: var(--white); }
.pastry-grid img { width: 100%; aspect-ratio: 1.1 / .85; object-fit: cover; }
.pastry-grid h3, .pastry-grid p { margin-inline: 20px; }
.pastry-grid h3 { margin-top: 22px; font-size: 28px; }
.pastry-grid p { padding-bottom: 24px; color: var(--muted); font-family: var(--serif); font-size: 14px; font-style: italic; }
.pastry-text-card { display: flex; flex-direction: column; padding: 26px 20px; background: var(--forest) !important; color: var(--white); }
.pastry-text-card .card-number { margin-bottom: auto; color: #dfe4d9; }
.pastry-text-card h3, .pastry-text-card p { margin-inline: 0; }
.pastry-text-card p { color: rgba(255,255,255,.8); }
.pastry-text-card .text-link { margin-top: auto; }
.feature-split-reverse .feature-copy { background: var(--forest); }
.question-section { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.12fr); gap: clamp(55px, 12vw, 200px); }
.accordion-list details { border-top: 1px solid var(--line); }
.accordion-list details:last-child { border-bottom: 1px solid var(--line); }
.accordion-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; list-style: none; font-family: var(--serif); font-size: 23px; line-height: 1; cursor: pointer; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary span { font-family: var(--sans); font-size: 21px; font-weight: 400; transition: transform .2s ease; }
.accordion-list details[open] summary span { transform: rotate(45deg); }
.accordion-list p { max-width: 620px; margin: 0; padding-bottom: 22px; color: var(--muted); }

.story-hero { grid-template-columns: minmax(0, .86fr) minmax(430px, 1.14fr); }
.story-hero-image { min-height: 590px; overflow: hidden; }
.story-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.story-heading { margin-bottom: 80px; }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; }
.three-up article { padding-top: 22px; border-top: 1px solid var(--line); }
.three-up h3 { margin-top: 22px; font-size: 29px; }
.three-up p { max-width: 300px; color: var(--muted); font-size: 13px; line-height: 1.1; }
.story-manifesto { padding-block: clamp(70px, 10vw, 140px); background: var(--forest); color: var(--white); }
.story-manifesto h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.story-manifesto em { color: #dce3d7; }
.story-process { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); align-items: center; gap: clamp(42px, 8vw, 125px); }
.story-process-image { min-height: 560px; overflow: hidden; }
.story-process-image img { width: 100%; height: 100%; object-fit: cover; }
.story-process ol { margin: 38px 0 0; padding: 0; list-style: none; }
.story-process li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 17px 0; border-top: 1px solid var(--line); }
.story-process li:last-child { border-bottom: 1px solid var(--line); }
.story-process li > span { color: var(--moss); font-size: 10px; font-weight: 800; }
.story-process h3 { margin-bottom: 5px; font-size: 23px; }
.story-process p { margin: 0; color: var(--muted); font-size: 13px; }

.visit-page { background: var(--paper); }
.visit-hero { background: var(--forest); color: var(--white); }
.visit-hero em { color: #dce3d7; }
.visit-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); align-items: center; gap: clamp(45px, 9vw, 140px); min-height: 520px; padding-block: 45px 80px; }
.visit-hero .hero-lede { color: rgba(255,255,255,.82); }
.visit-hero-image { min-height: 440px; overflow: hidden; }
.visit-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.visit-details { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); min-height: 720px; background: var(--paper-deep); }
.visit-details-image { min-height: 600px; overflow: hidden; padding: clamp(44px, 6vw, 94px); background: var(--paper); }
.visit-details-image img { width: 100%; height: 100%; object-fit: cover; }
.visit-details-copy { align-self: center; padding: clamp(60px, 8vw, 125px) clamp(40px, 8vw, 140px) clamp(60px, 7vw, 95px) clamp(40px, 6vw, 92px); }
.detail-list { margin: 45px 0 28px; }
.detail-list > div { padding: 17px 0; border-top: 1px solid #d3cbbb; }
.detail-list > div:last-child { border-bottom: 1px solid #d3cbbb; }
.detail-list span, .contact-callout span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.detail-list p, .detail-list address { margin: 0; font-family: var(--serif); font-size: 19px; line-height: 1.02; }
.detail-list a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.visit-promise { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; }
.visit-promise h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.1vw, 4.4rem); }
.contact-section { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); gap: clamp(60px, 12vw, 190px); }
.contact-callout { margin-top: 40px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-callout a { display: inline-flex; gap: 10px; font-family: var(--serif); font-size: 21px; line-height: 1; }
.contact-form { display: grid; gap: 12px; padding: clamp(24px, 4vw, 48px); background: var(--paper-deep); }
.contact-form label { font-size: 11px; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.field-row > div { display: grid; gap: 7px; }
.contact-form > .button { justify-self: start; margin-top: 7px; }
.contact-form .form-status { margin-bottom: 0; }
.contact-form .form-note { margin: 0; }

.site-footer { padding-top: 58px; background: var(--forest-deep); color: #f1f1e8; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 2.2fr) repeat(3, minmax(0, .8fr)); gap: 48px; padding-bottom: 54px; }
.footer-grid .brand { margin-bottom: 22px; }
.footer-grid > div > p, .footer-grid address { margin: 0; color: rgba(241,241,232,.78); font-family: var(--serif); font-size: 16px; line-height: 1.05; }
.footer-label { display: block; margin-bottom: 16px; color: rgba(241,241,232,.62); font-size: 9px; font-weight: 800; letter-spacing: .03em; }
.footer-grid a:not(.brand) { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: text-decoration-color .2s ease; }
.footer-grid a:not(.brand):hover { text-decoration-color: currentColor; }
.footer-base { display: flex; justify-content: space-between; gap: 24px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.2); color: rgba(241,241,232,.66); font-size: 8px; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }

@media (max-width: 1040px) {
  .shell { width: min(var(--shell), calc(100% - 64px)); }
  .hero-home, .pastry-hero, .story-hero, .visit-hero-grid { gap: 50px; }
  .hero-home { grid-template-columns: minmax(0, .9fr) minmax(390px, 1fr); }
  .hero-media, .hero-media img { min-height: 455px; }
  .feature-copy { padding: 64px; }
  .menu-feature-copy { padding-left: 48px; }
  .three-up { gap: 32px; }
  .story-process { gap: 58px; }
  .footer-grid { grid-template-columns: 1.8fr repeat(3, .85fr); gap: 32px; }
}

@media (max-width: 820px) {
  .shell { width: min(var(--shell), calc(100% - 42px)); }
  .nav-shell { min-height: 76px; grid-template-columns: auto 1fr auto; gap: 14px; }
  .brand-mark { width: 28px; height: 28px; font-size: 16px; }
  .nav-toggle { display: grid; justify-self: end; width: 38px; height: 38px; place-content: center; gap: 6px; padding: 0; }
  .nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .site-header.nav-open .nav-toggle span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: calc(100% - 1px); right: -21px; left: -21px; display: grid; gap: 0; padding: 14px 21px 24px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 18px 28px rgba(31,37,30,.13); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .site-header-dark .site-nav { background: var(--forest); border-color: rgba(255,255,255,.2); }
  .site-header.nav-open .site-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(68,72,64,.14); font-size: 11px; }
  .site-header-dark .site-nav a { border-color: rgba(255,255,255,.15); }
  .site-nav a::after { display: none; }
  .open-chip { min-width: 0; padding: 7px 11px; }
  .open-chip b { font-size: 8px; }
  .hero-home, .pastry-hero, .story-hero, .visit-hero-grid { grid-template-columns: 1fr; gap: 38px; min-height: 0; padding-block: 42px 58px; }
  .hero-copy { padding-block: 0; }
  .hero-home .hero-copy { order: 1; }
  .hero-home .hero-media { order: 2; }
  .hero-media, .hero-media img { min-height: 410px; }
  .hero-meta { margin-top: 35px; }
  .split-heading, .section-heading, .newsletter-wrap, .page-hero, .two-column-cta, .question-section, .contact-section { grid-template-columns: 1fr; gap: 25px; }
  .value-grid { grid-template-columns: 1.15fr 1fr; }
  .value-card:last-child { grid-column: span 2; min-height: 255px; }
  .display-quote, .caption { margin-left: 0; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-copy { min-height: 370px; padding: 62px 9vw; }
  .feature-image { min-height: 390px; }
  .inline-form { grid-template-columns: 1fr; }
  .inline-form .button { justify-content: center; }
  .menu-feature { grid-template-columns: 1fr; }
  .menu-feature-copy { min-height: 370px; padding: 60px 9vw; }
  .menu-feature-image { min-height: 380px; }
  .pastry-grid { grid-template-columns: 1fr 1fr; }
  .pastry-grid .pastry-text-card { grid-column: span 2; min-height: 260px; }
  .story-hero-image { min-height: 460px; }
  .story-heading { margin-bottom: 44px; }
  .three-up { gap: 26px; }
  .story-process { grid-template-columns: 1fr; gap: 40px; }
  .story-process-image { min-height: 430px; }
  .visit-details { grid-template-columns: 1fr; }
  .visit-details-image { min-height: 430px; padding: 42px; }
  .visit-details-copy { padding: 60px 9vw; }
  .visit-promise { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .shell { width: min(var(--shell), calc(100% - 32px)); }
  .site-nav { right: -16px; left: -16px; padding-right: 16px; padding-left: 16px; }
  .open-chip { display: none; }
  h1 { font-size: clamp(3.45rem, 16vw, 5.2rem); }
  h2 { font-size: clamp(2.7rem, 13.6vw, 4rem); }
  .eyebrow { margin-bottom: 17px; font-size: 9px; }
  .hero-lede { font-size: 18px; }
  .button-row { margin: 28px 0 26px; }
  /* On the visit hero the second action becomes a text link below the full-width direction button. */
  .visit-hero .button-row { gap: 24px; margin-bottom: 34px; }
  .button { width: 100%; min-height: 48px; }
  .hero-meta { display: grid; gap: 7px; margin-top: 28px; }
  .hero-media, .hero-media img { min-height: 335px; }
  .hero-media figcaption { right: 0; bottom: 16px; max-width: 155px; padding: 10px 12px; font-size: 13px; }
  .section { padding-block: 62px; }
  .value-grid, .pastry-grid, .menu-grid, .three-up { grid-template-columns: 1fr; }
  .value-card, .value-card:last-child, .pastry-grid .pastry-text-card { grid-column: auto; min-height: 270px; }
  .value-card.image-card { min-height: 310px; }
  .display-quote { font-size: 37px; }
  .quote-band { padding-block: 31px 47px; }
  .feature-copy { min-height: 350px; padding: 58px 32px; }
  .feature-image { min-height: 310px; }
  .newsletter-wrap { gap: 10px; }
  .page-hero { min-height: 0; padding-block: 43px 58px; }
  .page-hero-aside { padding-bottom: 0; }
  .menu-feature-copy { min-height: 345px; padding: 56px 32px; }
  .menu-feature-image { min-height: 300px; }
  .menu-grid { gap: 45px; }
  .menu-note, .callout-row { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 52px; padding: 20px; }
  .menu-note .button, .callout-row .button { justify-content: center; }
  .pastry-grid { margin-top: 45px; }
  .pastry-grid article { min-height: 0; }
  .pastry-text-card { min-height: 240px !important; }
  .story-hero-image, .story-process-image { min-height: 330px; }
  .three-up { gap: 25px; }
  .story-manifesto { padding-block: 68px; }
  .visit-hero-grid { padding-block: 43px 60px; }
  .visit-hero-image { min-height: 325px; }
  .visit-details-image { min-height: 360px; padding: 30px; }
  .visit-details-copy { padding: 57px 32px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 18px; }
  .footer-base { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
/* Desktop phone numbers remain readable text; mobile restores tap-to-call. */
@media (min-width: 821px) {
  a[data-phone-desktop="true"] {
    display: inline !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
    text-transform: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    pointer-events: none !important;
    cursor: default !important;
  }
  a[data-phone-desktop="true"]::before,
  a[data-phone-desktop="true"]::after,
  a[data-phone-desktop="true"] [aria-hidden="true"] {
    content: none !important;
    display: none !important;
  }
}

/* Small-screen polish: add definition to the pale header and keep menu rows readable. */
.site-header { border-bottom: 1px solid var(--line); box-shadow: 0 4px 18px rgba(31, 37, 30, .06); }
@media (max-width: 820px) {
  .nav-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(36, 39, 33, .24);
    border-radius: 50%;
    background: var(--paper-deep);
  }
  .site-nav a { min-width: 0; overflow-wrap: break-word; }
  .menu-list li > * { min-width: 0; }
  .menu-list li b { max-width: 38%; overflow-wrap: anywhere; }
  .footer-grid > * { min-width: 0; }
}
@media (max-width: 390px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-base { overflow-wrap: anywhere; }
}
