:root {
  --cream: #fbf7f2;
  --paper: #f5eee6;
  --rose: #e8bec0;
  --berry: #5c1928;
  --berry-dark: #351019;
  --ink: #241b19;
  --muted: #766a65;
  --muted-on-rose: #514743;
  --line: rgba(36, 27, 25, .16);
  --green: #657a54;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; }
body.modal-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--berry); outline-offset: 4px; }
.hero :focus-visible, footer :focus-visible, .story-section :focus-visible { outline-color: var(--rose); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 11px 15px; color: white; background: var(--berry); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw; color: white; transition: .35s ease; }
.site-header.scrolled { height: 68px; color: var(--ink); background: rgba(251,247,242,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { display: block; width: 158px; }
.brand-logo { display: block; width: 100%; height: auto; color: white; }
.site-header.scrolled .brand-logo { color: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 500; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; height: 1px; background: currentColor; inset: auto 100% -5px 0; transition: .25s; }
.site-nav a:hover::after { right: 0; }
.nav-order { display: inline-flex; align-items: center; min-height: 44px; border: 1px solid currentColor; background: transparent; border-radius: 100px; padding: 0 18px; cursor: pointer; }
.nav-enquiry { min-height: 44px; padding: 0; border: 0; border-bottom: 1px solid transparent; background: none; font-size: 13px; cursor: pointer; transition: border-color .2s ease; }
.nav-enquiry:hover { border-color: currentColor; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: none; padding: 12px 8px; }
.menu-toggle span { display: block; width: 100%; height: 1px; background: currentColor; margin: 7px 0; transition: .25s; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; background: #b77f75; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { background: linear-gradient(180deg, rgba(35,13,12,.38), transparent 24%), linear-gradient(90deg, rgba(43,19,17,.7) 0%, rgba(43,19,17,.38) 40%, rgba(43,19,17,0) 70%); }
.hero-content { position: relative; z-index: 2; max-width: 700px; margin-left: 9vw; padding-top: 60px; color: white; }
.eyebrow { margin: 0 0 22px; font-size: 11px; letter-spacing: .24em; font-weight: 600; }
.hero h1, h2 { font-family: "Italiana", serif; font-weight: 400; }
.hero h1 { margin: 0; font-size: clamp(58px, 7.5vw, 116px); line-height: .88; letter-spacing: -.045em; }
em { font-weight: 400; color: var(--rose); }
.hero-intro { max-width: 490px; margin: 31px 0; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; border-radius: 100px; border: 0; padding: 0 24px; font-weight: 600; font-size: 13px; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--berry); color: white; }
.hero .button-dark { background: white; color: var(--berry); }
.text-link { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 13px; }
.hero-note { position: absolute; z-index: 2; right: 3vw; bottom: 42px; width: 92px; height: 92px; display: grid; place-content: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); color: white; font-size: 8px; line-height: 1.7; letter-spacing: .2em; text-align: center; transform: rotate(8deg); }

.ticker { overflow: hidden; color: white; background: var(--berry); padding: 14px 0; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 30px; animation: ticker 24s linear infinite; font-size: 10px; letter-spacing: .22em; }
.ticker i { color: var(--rose); font-style: normal; font-size: 13px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 6vw; background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-strip span { display: flex; align-items: baseline; justify-content: center; gap: 8px; min-height: 76px; padding: 24px 18px; color: var(--muted); border-right: 1px solid var(--line); font-size: 13px; }
.trust-strip span:first-child { border-left: 1px solid var(--line); }
.trust-strip strong { color: var(--berry); font-family: "Italiana", serif; font-size: 22px; font-weight: 400; }

.section { padding: 115px 6vw; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; max-width: 1320px; margin: 0 auto 55px; }
.section-heading h2, .locations-title h2, .cta-section h2 { font-size: clamp(46px, 5.5vw, 82px); letter-spacing: -.035em; line-height: 1; margin: 0; }
.section-copy { max-width: 440px; color: var(--muted); line-height: 1.7; margin: 0 0 6px; }
.menu-quick-order { display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1320px; margin: -15px auto 30px; padding: 22px 24px; background: #f0dedc; border: 1px solid rgba(92,25,40,.14); border-radius: 14px; }
.menu-quick-order div { display: grid; gap: 4px; }
.menu-quick-order strong { font-family: "Italiana", serif; font-size: 24px; font-weight: 400; }
.menu-quick-order div span { color: var(--muted); font-size: 14px; }
.filter-row { display: flex; gap: 8px; max-width: 1320px; margin: 0 auto 26px; }
.filter { min-height: 44px; border: 1px solid var(--line); border-radius: 100px; background: transparent; padding: 0 16px; font-size: 12px; cursor: pointer; touch-action: manipulation; transition: color .16s ease, background-color .16s ease, border-color .16s ease; }
.filter:hover { border-color: rgba(92,25,40,.45); }
.filter.active { background: var(--berry); border-color: var(--berry); color: white; }
.filter:disabled { cursor: default; opacity: 1; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1320px; margin: auto; will-change: height; }
.product-card { transform-origin: center top; }
.product-card.hidden { display: none; }
.product-image-wrap { position: relative; aspect-ratio: 1 / 1.1; overflow: hidden; background: var(--paper); }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.product-card:hover img { transform: scale(1.035); }
.product-tag { position: absolute; top: 15px; left: 15px; padding: 8px 11px; border-radius: 100px; background: var(--berry); color: white; font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.product-tag.green { background: var(--green); }
.product-info { display: flex; justify-content: space-between; gap: 20px; padding: 19px 2px 12px; }
.product-info h3 { margin: 0 0 8px; font-family: "Italiana", serif; font-size: 24px; font-weight: 400; }
.product-info p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.product-info strong { white-space: nowrap; font-size: 14px; }
.product-enquire { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 44px; padding: 0 2px; color: var(--berry); border: 0; border-bottom: 1px solid var(--line); background: transparent; font-size: 12px; font-weight: 600; cursor: pointer; }
.product-enquire:hover { color: var(--berry-dark); }
.menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1320px; margin: 22px auto 0; }
.menu-note, .hours-note { color: var(--muted); font-size: 13px; }
.menu-note { margin: 0; }
.menu-order-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; color: white; background: var(--berry); border: 0; border-radius: 100px; font-size: 12px; font-weight: 600; cursor: pointer; transition: transform .2s ease, background-color .2s ease; }
.menu-order-link:hover { background: var(--berry-dark); transform: translateY(-2px); }
.show-more-products { display: none; min-height: 44px; padding: 0; color: var(--berry); border: 0; border-bottom: 1px solid rgba(92,25,40,.35); background: transparent; font-size: 13px; font-weight: 600; cursor: pointer; }

.story-section { min-height: 710px; display: grid; grid-template-columns: 1fr 1fr; background: var(--berry); color: white; overflow: hidden; }
.story-art { position: relative; display: grid; place-items: center; min-height: 610px; border-right: 1px solid rgba(255,255,255,.15); }
.outline-word { position: absolute; font-family: "Italiana", serif; font-size: clamp(120px, 20vw, 310px); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.15); transform: rotate(-10deg); }
.story-orbit { position: relative; z-index: 2; width: 250px; height: 250px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); }
.story-orbit::before, .story-orbit::after { content: ""; position: absolute; inset: 21px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.story-orbit::after { inset: 72px; background: var(--rose); border: 0; }
.story-orbit span { position: relative; z-index: 2; color: var(--berry); font-family: "Italiana", serif; font-size: 44px; }
.flower { position: absolute; color: var(--rose); }
.flower-one { top: 18%; left: 21%; font-size: 35px; }
.flower-two { right: 19%; bottom: 19%; font-size: 28px; }
.story-copy { align-self: center; padding: 90px 10vw 90px 8vw; }
.eyebrow.light { color: var(--rose); }
.story-copy h2 { font-size: clamp(52px, 5.4vw, 82px); line-height: .98; margin: 0 0 28px; }
.story-copy p:not(.eyebrow) { max-width: 520px; margin-bottom: 32px; color: rgba(255,255,255,.72); line-height: 1.85; }
.button-light { background: var(--rose); color: var(--berry-dark); }

.locations-section { background: var(--paper); }
.locations-title { text-align: center; margin-bottom: 55px; }
.locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1320px; margin: auto; }
.location-card { min-height: 500px; padding: 35px 34px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--cream); }
.location-card + .location-card { border-left: 0; }
.location-number { align-self: end; font-family: "Italiana", serif; font-size: 20px; color: var(--muted); }
.location-label { font-size: 9px; letter-spacing: .2em; font-weight: 600; color: var(--berry); }
.location-card h3 { margin: 10px 0 14px; font-family: "Italiana", serif; font-size: 50px; font-weight: 400; }
.location-card p { line-height: 1.65; color: var(--muted); }
.location-contact { display: inline-flex; align-items: center; gap: 8px; width: max-content; min-height: 44px; margin-top: 4px; padding: 8px 0 3px; color: var(--berry); border-bottom: 1px solid rgba(92,25,40,.28); transition: border-color .2s ease, opacity .2s ease; }
.contact-icon { display: grid; place-items: center; width: 19px; height: 19px; color: var(--berry); }
.contact-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.location-contact strong { font-size: 13px; letter-spacing: .02em; }
.location-contact:hover { border-color: var(--berry); opacity: .72; }
.hours { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; }
.hours small { grid-column: 1 / -1; margin-top: 8px; color: var(--muted); }
.location-card > a { display: flex; align-items: center; justify-content: space-between; min-height: 44px; font-weight: 600; font-size: 13px; }
.accent-card { background: var(--rose); }
.accent-card p, .accent-card .location-number, .accent-card .hours small { color: var(--muted-on-rose); }
.airport-card { background: #efe4da; }
.hours-note { max-width: 1320px; text-align: center; margin-top: 20px; }
.hours small a { display: inline-flex; align-items: center; min-height: 44px; color: var(--berry); text-decoration: underline; text-underline-offset: 4px; }

.cta-section { text-align: center; padding: 120px 20px; background: var(--cream); }
.cta-section h2 { margin-bottom: 25px; }
.cta-section p:not(.eyebrow) { max-width: 520px; margin: 0 auto 30px; color: var(--muted); line-height: 1.7; }
.cta-section em { color: var(--berry); }

footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; padding: 70px 6vw 30px; background: var(--berry-dark); color: white; }
.footer-brand { display: block; width: 190px; }
.footer-brand svg { display: block; width: 100%; height: auto; color: white; }
.footer-links { display: grid; gap: 15px; font-size: 13px; }
footer > p { margin: 0; color: rgba(255,255,255,.65); line-height: 1.7; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .08em; }

.order-modal { width: min(570px, calc(100% - 30px)); max-height: 92vh; border: 0; border-radius: 16px; padding: 45px; color: var(--ink); background: var(--cream); box-shadow: 0 30px 80px rgba(39,12,18,.35); }
.order-modal::backdrop { background: rgba(35,10,16,.7); backdrop-filter: blur(5px); }
.order-modal h2 { font-size: 48px; margin: 0 0 15px; }
.order-modal > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.modal-close { position: absolute; right: 18px; top: 15px; width: 42px; height: 42px; border-radius: 50%; background: none; border: 0; font-size: 30px; cursor: pointer; transition: background-color .2s ease; }
.modal-close:hover { background: var(--paper); }
#order-form { display: grid; gap: 16px; margin-top: 25px; }
#order-form label { display: grid; gap: 7px; font-size: 11px; letter-spacing: .08em; font-weight: 600; text-transform: uppercase; }
.optional { color: var(--muted); font-size: 9px; font-weight: 500; }
#order-form input, #order-form select, #order-form textarea { width: 100%; border: 1px solid var(--line); background: white; padding: 13px; color: var(--ink); outline: none; text-transform: none; letter-spacing: 0; }
#order-form input:focus, #order-form select:focus, #order-form textarea:focus { border-color: var(--berry); }
.form-status { min-height: 20px; margin: 0; color: var(--green); font-size: 12px; }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
.footer-order { width: max-content; padding: 0; color: inherit; border: 0; background: transparent; font: inherit; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.motion-ready .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) and (min-width: 821px) {
  .locations-grid { grid-template-columns: 1fr 1fr; }
  .airport-card { grid-column: 1 / -1; min-height: 410px; border-top: 0; border-left: 1px solid var(--line) !important; }
  .location-card { min-height: 460px; }
}

@media (max-width: 820px) {
  .site-header { height: 68px; padding: 0 20px; }
  .site-header.scrolled { -webkit-backdrop-filter: none; backdrop-filter: none; }
  .brand { width: 138px; }
  .menu-toggle { display: block; position: relative; z-index: 2; cursor: pointer; }
  .menu-toggle.active { color: var(--ink); }
  .menu-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 24px; color: var(--ink); background: var(--cream); transform: translateY(-100%); visibility: hidden; pointer-events: none; transition: transform .35s ease, visibility .35s; font-family: "Italiana", serif; font-size: 34px; }
  .site-nav.open { transform: none; visibility: visible; pointer-events: auto; }
  .nav-order, .nav-enquiry { font-family: "DM Sans", sans-serif; font-size: 12px; }
  .nav-enquiry { min-height: 44px; }
  .hero { min-height: 820px; align-items: end; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(35,13,12,.45), transparent 24%), linear-gradient(0deg, rgba(43,19,17,.84), rgba(43,19,17,.12) 78%); }
  .hero-content { margin: 0; padding: 0 24px 85px; }
  .hero h1 { font-size: clamp(57px, 17vw, 80px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-note { display: none; }
  .trust-strip { grid-template-columns: 1fr; padding: 0 20px; }
  .trust-strip span { justify-content: flex-start; min-height: 58px; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip span:first-child { border-left: 0; }
  .trust-strip span:last-child { border-bottom: 0; }
  .section { padding: 64px 20px; }
  .section-heading { display: block; }
  .section-heading h2, .locations-title h2, .cta-section h2 { font-size: 52px; }
  .section-copy { margin-top: 24px; }
  .menu-quick-order { align-items: flex-start; flex-direction: column; margin-top: -10px; padding: 20px; }
  .filter-row { flex-wrap: wrap; overflow: visible; }
  .filter { white-space: nowrap; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 18px; }
  .product-image-wrap { aspect-ratio: 1 / .95; }
  .story-section { grid-template-columns: 1fr; }
  .story-art { min-height: 420px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .story-orbit { width: 210px; height: 210px; }
  .story-copy { padding: 75px 24px; }
  .locations-grid { grid-template-columns: 1fr; }
  .airport-card { grid-column: auto; }
  .location-card { min-height: 450px; padding: 30px; }
  .location-card + .location-card { border-left: 1px solid var(--line); border-top: 0; }
  footer { grid-template-columns: 1fr; gap: 35px; padding: 55px 25px 25px; }
  .footer-bottom { grid-column: 1; margin-top: 15px; }
  .order-modal { padding: 38px 24px 25px; }
}

@media (max-width: 560px) {
  .menu-grid:not(.expanded) .product-card:nth-child(n+4):not(.hidden) { display: none; }
  .menu-grid { grid-template-columns: 1fr; gap: 42px; }
  .menu-footer { align-items: flex-start; flex-direction: column; }
  .show-more-products { display: inline-flex; align-items: center; }
  .story-art { display: none; }
  .story-copy { padding: 64px 24px; }
  .location-card { min-height: 425px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

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