:root {
  --color-background: 36 40% 93%;
  --color-surface: 44 45% 96%;
  --color-ink: 24 25% 14%;
  --color-muted: 28 12% 37%;
  --color-accent: 19 42% 48%;
  --color-deep: 24 21% 14%;
  --color-line: 35 23% 76%;
  --color-light: 40 45% 94%;
  --color-sand: 37 32% 85%;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Karla", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 76px; }
body { margin: 0; background: hsl(var(--color-background)); color: hsl(var(--color-ink)); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: hsl(var(--color-accent) / .28); }
:focus-visible { outline: 2px solid hsl(var(--color-accent)); outline-offset: 4px; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 100; padding: 12px 18px; background: hsl(var(--color-deep)); color: hsl(var(--color-light)); }
.skip-link:focus { top: 16px; }
.section-shell { width: min(100% - 96px, 1320px); margin-inline: auto; }

.announcement { min-height: 30px; padding: 6px max(48px, calc((100vw - 1320px) / 2)); display: flex; justify-content: space-between; gap: 24px; background: hsl(var(--color-deep)); color: hsl(var(--color-light)); font-size: 10px; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.announcement span span { padding-inline: 5px; color: hsl(var(--color-accent)); }
.site-header { position: sticky; top: 0; z-index: 50; height: 76px; background: hsl(var(--color-surface) / .97); border-bottom: 1px solid hsl(var(--color-line) / .65); backdrop-filter: blur(14px); }
.header-inner { width: min(100% - 96px, 1320px); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; font-family: var(--font-display); font-size: 39px; font-weight: 600; letter-spacing: -.055em; line-height: 1; }
.brand-mark { width: 29px; height: 29px; color: hsl(var(--color-accent)); flex: none; }
.brand-dot { color: hsl(var(--color-accent)); }
.site-nav { display: flex; align-items: center; gap: clamp(28px, 3.2vw, 55px); margin-left: auto; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; font-size: 13px; font-weight: 600; letter-spacing: .01em; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; bottom: 7px; left: 0; width: 100%; height: 1px; background: hsl(var(--color-accent)); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 41px; padding: 0 18px 0 22px; margin-left: 13px; border: 1px solid hsl(var(--color-ink)); border-radius: 99px; font-size: 12px; font-weight: 700; transition: color .2s ease, background .2s ease; }
.nav-cta:hover { background: hsl(var(--color-ink)); color: hsl(var(--color-light)); }
.nav-cta span { font-size: 17px; font-weight: 400; line-height: 1; }
.menu-toggle { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); min-height: 660px; max-height: 770px; background: hsl(var(--color-background)); }
.hero-copy { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding: 80px 54px 70px max(6vw, calc((100vw - 1320px) / 2)); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0; color: hsl(var(--color-accent)); font-size: 11px; font-weight: 700; letter-spacing: .21em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 29px; height: 1px; flex: none; background: currentColor; }
.hero h1, .section-heading h2, .story-section h2, .visit-section h2 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.045em; }
.hero h1 { margin: 29px 0 24px; font-size: clamp(63px, 4.6vw, 76px); line-height: .99; }
.hero h1 em, .section-heading h2 em, .story-section h2 em, .visit-section h2 em { font-weight: 500; }
.hero h1 em { color: hsl(var(--color-accent)); }
.hero-description { max-width: 410px; margin: 0; color: hsl(var(--color-muted)); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 52px; padding: 0 24px; border: 1px solid hsl(var(--color-ink)); border-radius: 99px; font-size: 13px; font-weight: 700; transition: color .22s ease, background .22s ease, transform .22s ease; }
.button span { font-size: 19px; font-weight: 400; }
.button-primary { background: hsl(var(--color-ink)); color: hsl(var(--color-light)); }
.button-primary:hover { background: hsl(var(--color-accent)); border-color: hsl(var(--color-accent)); transform: translateY(-2px); }
.text-link, .story-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 3px; border-bottom: 1px solid hsl(var(--color-accent)); font-size: 13px; font-weight: 700; }
.text-link span, .story-link span { font-size: 19px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.text-link:hover span, .story-link:hover span { transform: translateX(4px); }
.hero-note { position: absolute; bottom: 39px; left: max(6vw, calc((100vw - 1320px) / 2)); margin: 0; color: hsl(var(--color-muted)); font-family: var(--font-display); font-size: 19px; font-style: italic; }
.hero-photo { position: relative; min-height: 0; background: hsl(var(--color-sand)); overflow: visible; }
.hero-photo::after { content: ""; position: absolute; inset: 40% 0 0; pointer-events: none; background: linear-gradient(to bottom, transparent, hsl(var(--color-deep) / .28)); }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 59% center; animation: image-settle 1.2s ease both; }
.photo-caption { position: absolute; right: 37px; bottom: 38px; z-index: 1; color: hsl(var(--color-light)); font-family: var(--font-display); font-size: 25px; font-weight: 500; line-height: 1.05; text-align: right; text-shadow: 0 1px 15px hsl(var(--color-deep) / .5); }
.photo-caption em { font-weight: 500; }
.round-stamp { position: absolute; left: -54px; bottom: 52px; z-index: 2; display: grid; place-items: center; width: 108px; height: 108px; border: 1px solid hsl(var(--color-ink) / .75); border-radius: 50%; background: hsl(var(--color-background)); color: hsl(var(--color-ink)); text-align: center; transform: rotate(-14deg); }
.round-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px solid hsl(var(--color-line)); border-radius: 50%; }
.round-stamp span { position: relative; font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 1.5; }
.round-stamp strong { color: hsl(var(--color-accent)); font-family: var(--font-display); font-size: 20px; font-style: italic; font-weight: 600; letter-spacing: 0; line-height: 1; }

.ritual-strip { border-top: 1px solid hsl(var(--color-line)); border-bottom: 1px solid hsl(var(--color-line)); background: hsl(var(--color-surface)); }
.ritual-inner { width: min(100% - 96px, 1320px); min-height: 96px; margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.ritual-inner > div { display: flex; align-items: center; gap: 20px; min-height: 34px; padding-left: 36px; border-left: 1px solid hsl(var(--color-line)); font-family: var(--font-display); font-size: 23px; font-weight: 500; }
.ritual-inner > div:first-child { padding-left: 0; border-left: 0; }
.ritual-number { color: hsl(var(--color-accent)); font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: .1em; }

.menu-section { padding-block: 112px 120px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.section-heading h2 { margin: 21px 0 0; font-size: clamp(56px, 4.1vw, 69px); line-height: .97; }
.section-heading h2 em { color: hsl(var(--color-accent)); }
.menu-heading > p { max-width: 350px; margin: 0 0 5px; color: hsl(var(--color-muted)); font-size: 16px; line-height: 1.65; }
.favorites-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 47px; }
.favorite-card { min-width: 0; }
.favorite-photo { position: relative; aspect-ratio: .93; overflow: hidden; background: hsl(var(--color-sand)); }
.favorite-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.favorite-card:hover .favorite-photo img { transform: scale(1.045); }
.favorite-photo-coffee img { object-position: 75% center; }
.favorite-card:nth-child(3) img { object-position: center 48%; }
.favorite-label { position: absolute; left: 17px; bottom: 17px; padding: 10px 13px; background: hsl(var(--color-surface) / .94); color: hsl(var(--color-ink)); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.favorite-info { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; padding-top: 23px; }
.favorite-index { color: hsl(var(--color-accent)); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.favorite-card h3 { margin: 7px 0 0; font-family: var(--font-display); font-size: 34px; font-weight: 600; letter-spacing: -.025em; line-height: 1; }
.price { padding-bottom: 3px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.favorite-card > p { margin: 12px 0 0; color: hsl(var(--color-muted)); font-size: 14px; line-height: 1.55; }

.story-section { position: relative; overflow: hidden; background: hsl(var(--color-deep)); color: hsl(var(--color-light)); }
.story-section::before { content: ""; position: absolute; top: -280px; right: -180px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, hsl(var(--color-accent) / .15), transparent 65%); pointer-events: none; }
.story-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 610px; align-items: center; gap: 100px; padding-block: 90px; }
.story-copy { max-width: 555px; }
.story-copy .eyebrow { color: hsl(var(--color-sand)); }
.story-section h2 { margin: 24px 0 27px; font-size: clamp(59px, 4.4vw, 75px); line-height: .98; }
.story-section h2 em { color: hsl(var(--color-sand)); }
.story-copy > p:not(.eyebrow) { max-width: 430px; margin: 0 0 16px; color: hsl(var(--color-light) / .78); font-size: 16px; line-height: 1.7; }
.story-link { margin-top: 22px; border-color: hsl(var(--color-sand)); color: hsl(var(--color-light)); }
.story-art { position: relative; display: grid; place-items: center; height: 450px; border: 1px solid hsl(var(--color-sand) / .35); overflow: hidden; }
.story-orbit { position: absolute; border: 1px solid hsl(var(--color-sand) / .28); border-radius: 50%; }
.orbit-one { width: 405px; height: 405px; }
.orbit-two { width: 325px; height: 325px; }
.story-art::before, .story-art::after { content: ""; position: absolute; z-index: 1; width: 11px; height: 11px; border-radius: 50%; background: hsl(var(--color-accent)); }
.story-art::before { top: 44px; left: 50%; }
.story-art::after { right: 52px; bottom: 50%; }
.story-art-small { position: absolute; top: 55px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.story-art-word { position: relative; z-index: 2; font-family: var(--font-display); font-size: clamp(82px, 8vw, 130px); font-weight: 500; letter-spacing: -.075em; line-height: 1; }
.story-art-word span { color: hsl(var(--color-accent)); }
.story-art-bottom { position: absolute; bottom: 37px; font-size: 9px; font-weight: 700; letter-spacing: .15em; white-space: nowrap; }
.story-art-bottom span { padding-inline: 10px; color: hsl(var(--color-accent)); font-size: 16px; vertical-align: middle; }

.visit-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 650px; background: hsl(var(--color-surface)); }
.visit-photo { position: relative; overflow: hidden; background: hsl(var(--color-sand)); }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.visit-photo-tag { position: absolute; left: 40px; bottom: 37px; color: hsl(var(--color-light)); font-family: var(--font-display); font-size: 29px; font-style: italic; font-weight: 600; text-shadow: 0 2px 18px hsl(var(--color-deep) / .6); }
.visit-copy { display: flex; align-items: center; padding: 80px max(6vw, calc((100vw - 1320px) / 2)) 80px 9%; }
.visit-copy-inner { width: min(100%, 470px); }
.visit-section h2 { margin: 24px 0 24px; font-size: clamp(60px, 4.7vw, 78px); line-height: .96; }
.visit-section h2 em { color: hsl(var(--color-accent)); }
.visit-copy-inner > p:not(.eyebrow) { max-width: 420px; margin: 0; color: hsl(var(--color-muted)); font-size: 16px; line-height: 1.65; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 36px 0 34px; padding-top: 26px; border-top: 1px solid hsl(var(--color-line)); }
.visit-details > div { display: flex; flex-direction: column; gap: 11px; }
.visit-details span { color: hsl(var(--color-accent)); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visit-details strong { font-size: 14px; font-weight: 600; line-height: 1.55; }

.site-footer { background: hsl(var(--color-ink)); color: hsl(var(--color-light)); }
.footer-top { display: flex; justify-content: space-between; gap: 70px; padding-block: 76px 70px; }
.footer-brand { font-size: 52px; }
.footer-top p { margin: 17px 0 0; color: hsl(var(--color-light) / .72); font-family: var(--font-display); font-size: 23px; line-height: 1.13; }
.footer-top nav { display: grid; grid-template-columns: repeat(2, minmax(100px, 1fr)); gap: 19px 80px; align-content: center; }
.footer-top nav a { width: max-content; font-size: 13px; font-weight: 600; }
.footer-top nav a:hover { color: hsl(var(--color-sand)); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 21px; border-top: 1px solid hsl(var(--color-light) / .2); color: hsl(var(--color-light) / .62); font-size: 11px; letter-spacing: .025em; }

@keyframes image-settle { from { opacity: .7; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1100px) {
  .section-shell, .header-inner, .ritual-inner { width: min(100% - 64px, 1320px); }
  .hero-copy { padding-left: 5vw; padding-right: 36px; }
  .hero-note { left: 5vw; }
  .hero h1 { font-size: clamp(61px, 5.3vw, 72px); }
  .story-inner { gap: 60px; }
  .visit-copy { padding-right: 6%; }
}

@media (max-width: 850px) {
  .announcement { padding-inline: 32px; }
  .site-header { height: 70px; }
  .site-nav { gap: 24px; }
  .site-nav > a:not(.nav-cta) { font-size: 12px; }
  .nav-cta { margin-left: 0; }
  .hero { grid-template-columns: 1fr 1fr; min-height: 580px; }
  .hero-copy { padding: 65px 30px 70px 32px; }
  .hero h1 { font-size: clamp(54px, 6.8vw, 68px); }
  .hero-description { font-size: 16px; }
  .hero-note { left: 32px; bottom: 26px; font-size: 17px; }
  .round-stamp { width: 90px; height: 90px; left: -45px; bottom: 40px; }
  .round-stamp span { font-size: 8px; }
  .round-stamp strong { font-size: 17px; }
  .ritual-inner > div { gap: 11px; padding-left: 18px; font-size: 19px; }
  .favorites-grid { gap: 18px; }
  .favorite-card h3 { font-size: 28px; }
  .story-inner { gap: 30px; }
  .story-art { height: 370px; }
  .orbit-one { width: 310px; height: 310px; }
  .orbit-two { width: 250px; height: 250px; }
  .story-art-word { font-size: 86px; }
  .visit-section { min-height: 580px; }
  .visit-copy { padding: 60px 35px; }
  .visit-details { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  section[id] { scroll-margin-top: 68px; }
  .section-shell, .header-inner, .ritual-inner { width: min(100% - 40px, 1320px); }
  .announcement { min-height: 27px; justify-content: center; padding: 6px 20px; font-size: 9px; }
  .announcement > span:first-child { display: none; }
  .site-header { height: 68px; }
  .brand { font-size: 36px; }
  .brand-mark { width: 26px; height: 26px; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 42px; height: 42px; padding: 0; border: 1px solid hsl(var(--color-line)); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 17px; height: 1px; background: hsl(var(--color-ink)); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px 20px 24px; border-bottom: 1px solid hsl(var(--color-line)); background: hsl(var(--color-surface)); box-shadow: 0 16px 20px hsl(var(--color-deep) / .08); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.nav-cta) { padding: 14px 2px; border-bottom: 1px solid hsl(var(--color-line) / .7); font-size: 15px; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { align-self: flex-start; margin-top: 16px; }
  .hero { display: flex; flex-direction: column; min-height: 0; max-height: none; }
  .hero-copy { min-height: 490px; padding: 56px 24px 78px; }
  .hero h1 { margin-top: 26px; margin-bottom: 19px; font-size: clamp(60px, 13vw, 76px); }
  .hero-description { max-width: 410px; font-size: 17px; }
  .hero-actions { gap: 24px; margin-top: 28px; }
  .hero-note { bottom: 25px; left: 24px; }
  .hero-photo { height: 420px; flex: none; overflow: hidden; }
  .hero-photo > img { object-position: center 55%; }
  .round-stamp { left: 19px; bottom: 25px; }
  .photo-caption { right: 22px; bottom: 28px; font-size: 22px; }
  .ritual-inner { min-height: 0; grid-template-columns: 1fr; padding-block: 13px; }
  .ritual-inner > div { min-height: 42px; padding: 0; border: 0; border-bottom: 1px solid hsl(var(--color-line) / .6); font-size: 18px; }
  .ritual-inner > div:last-child { border-bottom: 0; }
  .ritual-number { width: 29px; }
  .menu-section { padding-block: 76px 84px; }
  .section-heading { display: block; }
  .section-heading h2 { font-size: clamp(54px, 11vw, 68px); }
  .menu-heading > p { max-width: 520px; margin: 20px 0 0; }
  .favorites-grid { grid-template-columns: 1fr; gap: 43px; margin-top: 36px; }
  .favorite-photo { aspect-ratio: 1.15; }
  .favorite-card h3 { font-size: 33px; }
  .story-inner { grid-template-columns: 1fr; min-height: 0; gap: 52px; padding-block: 80px; }
  .story-section h2 { font-size: clamp(55px, 11.5vw, 73px); }
  .story-art { max-width: 500px; height: 350px; }
  .visit-section { display: flex; flex-direction: column; }
  .visit-photo { height: 365px; flex: none; }
  .visit-copy { padding: 77px 24px 82px; }
  .visit-section h2 { font-size: clamp(61px, 12vw, 78px); }
  .visit-details { grid-template-columns: 1fr 1fr; }
  .footer-top { padding-block: 64px 55px; }
}

@media (max-width: 460px) {
  .hero-copy { min-height: 506px; padding-top: 49px; }
  .hero h1 { font-size: 59px; }
  .hero-actions { gap: 16px; }
  .button { min-height: 50px; padding-inline: 20px; gap: 20px; }
  .text-link { font-size: 12px; }
  .hero-photo { height: 355px; }
  .photo-caption { font-size: 19px; }
  .favorite-photo { aspect-ratio: 1.1; }
  .story-art { height: 310px; }
  .orbit-one { width: 270px; height: 270px; }
  .orbit-two { width: 215px; height: 215px; }
  .story-art-word { font-size: 76px; }
  .story-art-bottom { font-size: 7px; }
  .visit-photo { height: 300px; }
  .visit-copy { padding-inline: 20px; }
  .visit-details { gap: 14px; }
  .footer-top { flex-direction: column; gap: 40px; }
  .footer-top nav { gap: 18px 30px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

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