@font-face {
  font-family: "Playfair Display Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("fonts/playfair-latin-ext.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Playfair Display Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("fonts/playfair-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Playfair Display Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 400 900;
  src: url("fonts/playfair-latin-ext-italic.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Playfair Display Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 400 900;
  src: url("fonts/playfair-latin-italic.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("fonts/manrope-latin-ext.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("fonts/manrope-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --paper: #f3efe5;
  --paper-soft: #faf7ef;
  --ink: #302b25;
  --sage: #aebc95;
  --olive: #758057;
  --matcha: #bccd92;
  --coffee: #5b4034;
  --sand: #d9c5a8;
  --line: rgba(48, 43, 37, 0.19);
  --serif: "Playfair Display Variable", Georgia, serif;
  --sans: "Manrope Variable", Arial, sans-serif;
  --pointer-x: 0;
  --pointer-y: 0;
  --hero-scroll: 0;
  --page-progress: 0;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--matcha); color: var(--ink); }

.icon {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
  transition: transform .35s ease;
}
.diagonal { transform: rotate(-45deg); }
a:hover .diagonal { transform: rotate(-45deg) translate(3px, 3px); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 88px;
  padding: 0 clamp(22px, 4vw, 70px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  animation: headerDrop .85s .08s cubic-bezier(.22,1,.36,1) both;
}
.wordmark, .footer-wordmark {
  font-family: var(--serif);
  font-weight: 760;
  font-size: 25px;
  letter-spacing: -.055em;
  justify-self: start;
}
.wordmark span, .footer-wordmark span { color: var(--olive); }
.desktop-nav {
  display: flex;
  gap: 34px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transition: right .35s ease;
}
.desktop-nav a:hover::after { right: 0; }
.header-route {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.menu-toggle, .mobile-menu { display: none; }

.hero {
  min-height: 100svh;
  position: relative;
  padding: 116px clamp(22px, 4vw, 70px) 44px;
  background: radial-gradient(circle at 79% 24%, rgba(255,255,255,.55), transparent 24%), var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 34vw;
  aspect-ratio: 1;
  border: 1px solid rgba(117,128,87,.25);
  border-radius: 50%;
  right: -12vw;
  top: 10vh;
  transform: translate3d(0, calc(var(--hero-scroll) * -.045px), 0) rotate(calc(var(--hero-scroll) * .012deg));
  will-change: transform;
}
.hero-wash {
  position: absolute;
  width: min(44vw, 680px);
  aspect-ratio: 1.2;
  right: 4vw;
  top: 15vh;
  border-radius: 48% 52% 58% 42% / 52% 40% 60% 48%;
  background: radial-gradient(circle at 42% 42%, rgba(188,205,146,.18), rgba(217,197,168,.08) 52%, transparent 72%);
  filter: blur(2px);
  animation: washBreathe 8s ease-in-out infinite;
  pointer-events: none;
}
.hero-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .18em;
  font-weight: 700;
}
.hero-meta span {
  animation: metaIn .8s .28s cubic-bezier(.22,1,.36,1) both;
}
.hero-meta span:last-child { animation-delay: .4s; }
.hero-title {
  margin: 6vh 0 4vh;
  align-self: center;
  position: relative;
  z-index: 3;
  font-family: var(--serif);
  font-size: clamp(74px, 9.6vw, 174px);
  line-height: .82;
  letter-spacing: -.067em;
  font-weight: 790;
}
.hero-title em {
  font-weight: 430;
  color: var(--olive);
  font-style: italic;
}
.hero-title > .hero-line {
  display: block;
  width: auto;
  white-space: nowrap;
  transform: translateY(115%);
  animation: heroLineIn 1.05s cubic-bezier(.22,1,.36,1) forwards;
}
.hero-title > .hero-line-one { animation-delay: .2s; }
.hero-title > .hero-line-two {
  animation-delay: .32s;
  font-weight: 500;
}
.hero-title > .hero-line-three {
  margin-left: 21%;
  font-style: italic;
  font-weight: 500;
  animation-delay: .44s;
}
.hero-art {
  align-self: center;
  justify-self: end;
  position: relative;
  z-index: 2;
  width: min(43vw, 650px);
  margin-left: -10vw;
  transform:
    translate3d(
      calc(var(--pointer-x) * 15px),
      calc((var(--pointer-y) * 10px) + (var(--hero-scroll) * .028px)),
      0
    )
    rotate(calc(-2deg + (var(--pointer-x) * 1.4deg)));
  will-change: transform;
  animation: heroArtIn 1.15s .38s cubic-bezier(.22,1,.36,1) both;
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 13% 2% 5% 7%;
  border-radius: 48% 52% 48% 52%;
  box-shadow: 0 30px 80px rgba(70, 60, 45, .12);
  z-index: -1;
}
.hero-art img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  transform-origin: 50% 55%;
  animation: heroImageBreathe 6.5s 1.5s ease-in-out infinite;
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(48,43,37,.28);
  border-radius: 50%;
  pointer-events: none;
}
.hero-orbit-one {
  width: 24%;
  aspect-ratio: 1;
  left: 7%;
  top: 18%;
  animation: drift 8s ease-in-out infinite;
}
.hero-orbit-two {
  width: 12%;
  aspect-ratio: 1;
  right: 6%;
  bottom: 18%;
  animation: drift 8s ease-in-out -3s infinite reverse;
}
.hero-bottom {
  grid-column: 1 / -1;
  align-self: end;
  display: grid;
  grid-template-columns: minmax(260px, 440px) auto;
  align-items: end;
  gap: 38px;
  position: relative;
  z-index: 4;
}
.hero-bottom > p { animation: bottomIn .9s .62s cubic-bezier(.22,1,.36,1) both; }
.hero-bottom > p {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.75;
  max-width: 410px;
}
.round-cta {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 750;
  letter-spacing: .12em;
  transition: background .35s ease, color .35s ease, transform .35s ease;
  position: relative;
  animation: ctaIn .8s .72s cubic-bezier(.22,1,.36,1) both;
}
.round-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid currentColor;
  border-radius: 50%;
  animation: ctaPulse 2.8s 1.8s ease-out infinite;
  pointer-events: none;
}
.round-cta:hover { background: var(--ink); color: var(--paper); transform: rotate(4deg); }
.scroll-note {
  position: absolute;
  right: clamp(22px, 4vw, 70px);
  bottom: 44px;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: .17em;
  text-transform: uppercase;
  opacity: .58;
  animation: scrollNudge 2.2s 1.5s ease-in-out infinite;
}

.section-kicker {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  letter-spacing: .18em;
  font-weight: 750;
  text-transform: uppercase;
}
.duet {
  padding: clamp(90px, 10vw, 160px) clamp(22px, 4vw, 70px);
  background: var(--paper-soft);
}
.duet-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  align-items: end;
  gap: 9vw;
  margin: 65px 0 90px;
}
.duet-heading h2, .menu-intro h2, .visit-main h2 {
  font-family: var(--serif);
  font-size: clamp(57px, 7.3vw, 122px);
  font-weight: 740;
  letter-spacing: -.06em;
  line-height: .88;
  margin: 0;
}
.duet-heading p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  max-width: 420px;
}
.duet-composition {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: center;
}
.ritual {
  min-height: 360px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(25px, 4vw, 55px);
  overflow: hidden;
}
.ritual::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  filter: blur(1px);
  opacity: .26;
  animation: ritualGlow 7s ease-in-out infinite;
}
.ritual-coffee {
  color: #f5eee2;
  background: var(--coffee);
  border-radius: 180px 18px 18px 180px;
}
.ritual-coffee::after { background: #c89d78; right: -80px; bottom: -80px; }
.ritual-matcha {
  color: var(--ink);
  background: var(--matcha);
  border-radius: 18px 180px 180px 18px;
}
.ritual-matcha::after { background: #f2efcf; left: -80px; top: -80px; }
.ritual-number {
  font-size: 10px;
  letter-spacing: .15em;
}
.ritual p {
  margin: 0 0 8px;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ritual h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(60px, 6vw, 104px);
  line-height: .9;
  letter-spacing: -.06em;
}
.ritual-note {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.match-symbol {
  position: relative;
  z-index: 3;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--paper-soft);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 38px;
  border: 1px solid var(--line);
}
.match-symbol span { animation: plusTurn 8s 1.5s ease-in-out infinite; }

.menu-section {
  color: var(--paper-soft);
  background: var(--olive);
  padding: clamp(90px, 10vw, 150px) clamp(22px, 4vw, 70px);
}
.menu-intro {
  display: grid;
  grid-template-columns: 1fr 2.1fr .9fr;
  gap: 5vw;
  align-items: end;
  margin-bottom: 70px;
}
.menu-intro .section-kicker { align-self: start; }
.menu-intro h2 { grid-column: 2; }
.menu-intro h2 em, .visit-main h2 em { font-weight: 420; }
.menu-intro > p {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 1.7;
}
.menu-flow { border-top: 1px solid rgba(250,247,239,.45); }
.menu-line {
  display: grid;
  grid-template-columns: 6vw 1.5fr 1fr 40px;
  align-items: center;
  gap: 30px;
  min-height: 118px;
  border-bottom: 1px solid rgba(250,247,239,.45);
  transition: padding .35s ease, background .35s ease;
}
.menu-line:hover {
  padding: 0 18px;
  background: rgba(255,255,255,.055);
}
.menu-index {
  font-size: 10px;
  letter-spacing: .18em;
}
.menu-line h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 65px);
  letter-spacing: -.045em;
  font-weight: 650;
}
.menu-line p {
  margin: 0;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.menu-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  justify-self: end;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
  animation: dotBreathe 3.6s ease-in-out infinite;
}
.menu-dot.sage { background: #c8d8a9; }
.menu-dot.cream { background: #f3dfbd; }
.menu-dot.coffee { background: #4d3027; }
.menu-dot.olive { background: #9fa773; }
.menu-instagram {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 42px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pause {
  min-height: 85svh;
  background: #dfd0bb;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.pause-copy {
  position: relative;
  z-index: 2;
  text-align: center;
}
.pause-copy span {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 750;
}
.pause-copy p {
  margin: 28px 0 0;
  font-family: var(--serif);
  font-size: clamp(52px, 7.5vw, 118px);
  line-height: .92;
  letter-spacing: -.055em;
}
.pause-shape {
  position: absolute;
  width: min(30vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 35px 80px rgba(69,49,38,.14);
}
.pause-shape::after {
  content: "";
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(48,43,37,.18);
  border-radius: 50%;
}
.pause-shape-left { left: -8vw; top: 7%; background: var(--coffee); }
.pause-shape-right { right: -6vw; bottom: -7%; background: var(--matcha); }
.pause-shape-left { animation: shapeLeft 10s ease-in-out infinite; }
.pause-shape-right { animation: shapeRight 12s -2s ease-in-out infinite; }

.visit {
  padding: clamp(90px, 10vw, 150px) clamp(22px, 4vw, 70px) 90px;
  background: var(--paper);
}
.visit-grid {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 10vw;
  margin-top: 70px;
  align-items: end;
}
.eyebrow {
  margin: 0 0 28px;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 750;
}
.visit-main h2 em { color: var(--olive); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 46px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .14em;
}
.visit-details { border-top: 1px solid var(--ink); }
.visit-details > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  gap: 18px;
}
.visit-details span {
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 750;
}
.visit-details p, .visit-details a {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
.visit-details a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer {
  color: var(--paper);
  background: var(--ink);
  padding: 70px clamp(22px, 4vw, 70px) 35px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  min-height: 340px;
  position: relative;
}
.footer-wordmark {
  color: var(--paper);
  font-size: clamp(52px, 8vw, 130px);
  line-height: .8;
  transition: letter-spacing .6s cubic-bezier(.22,1,.36,1);
}
.footer-wordmark:hover { letter-spacing: -.025em; }
.footer-side {
  min-width: 260px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 32px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-side p {
  grid-row: 1 / 3;
  margin: 0;
  line-height: 1.7;
  opacity: .68;
}
.footer-side a {
  border-bottom: 1px solid rgba(243,239,229,.35);
  padding-bottom: 6px;
}
.footer-note {
  position: absolute;
  left: clamp(22px, 4vw, 70px);
  bottom: 28px;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .13em;
  opacity: .52;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--paper-soft);
  display: grid;
  place-items: center;
  align-content: center;
  animation: introOut .65s 2.35s cubic-bezier(.76,0,.24,1) forwards;
}
.intro-skip {
  position: absolute;
  top: 28px;
  right: 32px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  padding: 4px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .16em;
  z-index: 2;
}
.intro-stage {
  width: 180px;
  height: 105px;
  position: relative;
}
.intro-disc {
  position: absolute;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  top: 0;
  animation: meet 1.15s .15s cubic-bezier(.22,1,.36,1) both;
}
.intro-matcha { background: var(--matcha); left: -50px; }
.intro-coffee {
  background: var(--coffee);
  right: -50px;
  animation-name: meetRight;
}
.intro-plus {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 27px;
  color: var(--paper-soft);
  opacity: 0;
  animation: fadeUp .6s 1.1s ease forwards;
}
.intro-word {
  margin: 26px 0 0;
  font-family: var(--serif);
  font-size: clamp(45px, 6vw, 78px);
  font-weight: 740;
  letter-spacing: -.06em;
  opacity: 0;
  animation: fadeUp .7s .9s ease forwards;
}
.intro-note {
  margin: 12px 0 0;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .21em;
  opacity: 0;
  animation: fadeUp .7s 1.15s ease forwards;
}

.reveal { animation: fadeUp .9s .1s cubic-bezier(.22,1,.36,1) both; }
.delay-1 { animation-delay: .18s; }
.delay-2 { animation-delay: .3s; }
.delay-3 { animation-delay: .42s; }

.motion-progress {
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--olive);
  transform: scaleX(var(--page-progress));
  transform-origin: left center;
  will-change: transform;
  pointer-events: none;
}

.motion-ready [data-reveal] {
  opacity: 0;
  will-change: opacity, transform, clip-path;
  transition:
    opacity .9s cubic-bezier(.22,1,.36,1),
    transform 1.05s cubic-bezier(.22,1,.36,1),
    clip-path 1.05s cubic-bezier(.22,1,.36,1);
}
.motion-ready [data-reveal="up"] { transform: translate3d(0, 44px, 0); }
.motion-ready [data-reveal="left"] { transform: translate3d(-70px, 18px, 0) rotate(-2deg); }
.motion-ready [data-reveal="right"] { transform: translate3d(70px, 18px, 0) rotate(2deg); }
.motion-ready [data-reveal="scale"] { transform: scale(.9); }
.motion-ready [data-reveal="spin"] { transform: scale(.7); }
.motion-ready [data-reveal="clip"] {
  transform: translate3d(0, 34px, 0) skewY(2deg);
  filter: blur(5px);
}
.motion-ready [data-reveal="line"] {
  transform: translate3d(0, 12px, 0) scaleX(.35);
  transform-origin: left center;
}
.motion-ready [data-reveal="menu"] {
  transform: translate3d(0, 38px, 0);
}
.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
  filter: blur(0);
}
.motion-ready .menu-line:nth-child(2) { transition-delay: .09s; }
.motion-ready .menu-line:nth-child(3) { transition-delay: .18s; }
.motion-ready .menu-line:nth-child(4) { transition-delay: .27s; }
.motion-ready .visit-details.is-visible > div {
  animation: detailIn .75s cubic-bezier(.22,1,.36,1) both;
}
.motion-ready .visit-details.is-visible > div:nth-child(2) { animation-delay: .12s; }
.motion-ready .visit-details.is-visible > div:nth-child(3) { animation-delay: .24s; }
.motion-ready .ritual.is-visible h3 { animation: ritualTitleIn .9s .2s cubic-bezier(.22,1,.36,1) both; }
.motion-ready .pause-copy.is-visible p { animation: pauseTypeIn 1.15s .12s cubic-bezier(.22,1,.36,1) both; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes drift {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(9px,-13px,0); }
}
@keyframes meet {
  from { transform: translateX(-90px) scale(.8); opacity: 0; }
  to { transform: translateX(39px) scale(1); opacity: 1; }
}
@keyframes meetRight {
  from { transform: translateX(90px) scale(.8); opacity: 0; }
  to { transform: translateX(-39px) scale(1); opacity: 1; }
}
@keyframes introOut {
  to { clip-path: inset(0 0 100% 0); visibility: hidden; }
}
@keyframes headerDrop {
  from { opacity: 0; transform: translateY(-100%); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes metaIn {
  from { opacity: 0; transform: translateY(-12px); letter-spacing: .32em; }
  to { opacity: 1; transform: translateY(0); letter-spacing: .18em; }
}
@keyframes heroLineIn {
  from { transform: translateY(46px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes heroArtIn {
  from { opacity: 0; filter: blur(10px); }
  to { opacity: 1; filter: blur(0); }
}
@keyframes heroImageBreathe {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(0,-8px,0) scale(1.015); }
}
@keyframes washBreathe {
  0%, 100% { transform: scale(.92) rotate(-4deg); opacity: .65; }
  50% { transform: scale(1.08) rotate(5deg); opacity: 1; }
}
@keyframes bottomIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ctaIn {
  from { opacity: 0; transform: scale(.72) rotate(-25deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes ctaPulse {
  0% { opacity: .45; transform: scale(1); }
  70%, 100% { opacity: 0; transform: scale(1.22); }
}
@keyframes scrollNudge {
  0%, 100% { transform: translateY(0); opacity: .38; }
  50% { transform: translateY(9px); opacity: .72; }
}
@keyframes ritualGlow {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(16px,-12px,0) scale(1.12); }
}
@keyframes plusTurn {
  0%, 100% { transform: scale(1); opacity: .82; }
  50% { transform: scale(1.12); opacity: 1; }
}
@keyframes dotBreathe {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,.12); }
  50% { transform: scale(1.14); box-shadow: 0 0 0 9px rgba(255,255,255,0); }
}
@keyframes shapeLeft {
  0%, 100% { transform: translate3d(0,0,0) rotate(0); border-radius: 50%; }
  50% { transform: translate3d(26px,20px,0) rotate(12deg); border-radius: 46% 54% 58% 42%; }
}
@keyframes shapeRight {
  0%, 100% { transform: translate3d(0,0,0) rotate(0); border-radius: 50%; }
  50% { transform: translate3d(-28px,-24px,0) rotate(-15deg); border-radius: 56% 44% 48% 52%; }
}
@keyframes detailIn {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes ritualTitleIn {
  from { opacity: 0; transform: translateY(45px); letter-spacing: -.1em; }
  to { opacity: 1; transform: translateY(0); letter-spacing: -.06em; }
}
@keyframes pauseTypeIn {
  from { opacity: 0; transform: scale(.88); letter-spacing: -.09em; }
  to { opacity: 1; transform: scale(1); letter-spacing: -.055em; }
}
@keyframes mobileLinkIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .desktop-nav, .header-route { display: none; }
  .site-header {
    grid-template-columns: 1fr auto;
    height: 74px;
  }
  .menu-toggle {
    width: 46px;
    height: 46px;
    justify-self: end;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
    position: relative;
    z-index: 61;
  }
  .menu-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: transform .3s 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); }
  .mobile-menu {
    display: grid;
    position: fixed;
    inset: 0;
    z-index: 50;
    background: var(--matcha);
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s ease, visibility .35s ease;
    place-items: center;
  }
  .mobile-menu.is-open { visibility: visible; opacity: 1; }
  .mobile-menu nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
  }
  .mobile-menu a {
    font-family: var(--serif);
    font-size: 42px;
    letter-spacing: -.04em;
  }
  .mobile-menu a:last-child {
    margin-top: 24px;
    font-family: var(--sans);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .13em;
    display: flex;
    align-items: center;
  }
  .mobile-menu.is-open a {
    animation: mobileLinkIn .65s cubic-bezier(.22,1,.36,1) both;
  }
  .mobile-menu.is-open a:nth-child(2) { animation-delay: .06s; }
  .mobile-menu.is-open a:nth-child(3) { animation-delay: .12s; }
  .mobile-menu.is-open a:nth-child(4) { animation-delay: .18s; }
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto;
    padding-top: 98px;
    min-height: 890px;
  }
  .hero-meta { grid-row: 1; }
  .hero-title {
    grid-row: 2;
    margin: 7vh 0 0;
    font-size: clamp(60px, 13.8vw, 104px);
    line-height: .88;
  }
  .hero-title > .hero-line { margin-left: 0; }
  .hero-title > .hero-line-three { margin-left: 42%; }
  .hero-art {
    grid-row: 3;
    width: min(100%, 570px);
    justify-self: center;
    margin: 0 auto -2vh;
    transform: translate3d(0, calc(var(--hero-scroll) * .02px), 0) rotate(-2deg);
  }
  .hero-bottom {
    grid-row: 4;
    grid-column: 1;
  }
  .duet-heading {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .duet-composition { grid-template-columns: 1fr; }
  .ritual { min-height: 300px; }
  .ritual-coffee { border-radius: 170px 170px 18px 18px; }
  .ritual-matcha { border-radius: 18px 18px 170px 170px; }
  .match-symbol { margin: -15px auto; }
  .menu-intro { grid-template-columns: 1fr; }
  .menu-intro h2 { grid-column: 1; }
  .menu-line { grid-template-columns: 38px 1fr auto; }
  .menu-line p {
    grid-column: 2;
    margin-top: -25px;
  }
  .menu-dot {
    grid-column: 3;
    grid-row: 1 / 3;
  }
  .visit-grid { grid-template-columns: 1fr; }
  .motion-ready [data-reveal="left"] { transform: translate3d(-28px, 14px, 0) rotate(-1deg); }
  .motion-ready [data-reveal="right"] { transform: translate3d(28px, 14px, 0) rotate(1deg); }
}

@media (min-width: 901px) and (max-width: 1240px) {
  .hero-title {
    font-size: clamp(78px, 8.5vw, 106px);
    line-height: .86;
  }
  .hero-art {
    width: min(42vw, 520px);
    margin-left: -5vw;
  }
}

@media (max-width: 560px) {
  .site-header { padding: 0 18px; }
  .wordmark { font-size: 22px; }
  .hero {
    padding: 94px 18px 28px;
    min-height: 800px;
  }
  .hero-meta {
    font-size: 8px;
    letter-spacing: .13em;
  }
  .hero-title {
    margin-top: 44px;
    font-size: clamp(53px, 15vw, 66px);
    line-height: .9;
  }
  .hero-title > .hero-line { margin-left: 0; }
  .hero-title > .hero-line-three { margin-left: 44%; }
  .hero-art {
    width: 100%;
    max-width: 500px;
    margin: 12px auto -12px;
    transform: translate3d(0, calc(var(--hero-scroll) * .012px), 0) rotate(-1deg);
  }
  .hero-bottom {
    grid-template-columns: 1fr 88px;
    align-items: end;
    gap: 15px;
  }
  .hero-bottom > p {
    font-size: 12px;
    line-height: 1.65;
    max-width: 245px;
  }
  .round-cta {
    width: 88px;
    height: 88px;
    font-size: 8px;
  }
  .scroll-note { display: none; }
  .duet, .menu-section, .visit {
    padding-left: 18px;
    padding-right: 18px;
  }
  .duet-heading { margin: 47px 0 55px; }
  .duet-heading h2, .menu-intro h2, .visit-main h2 {
    font-size: clamp(51px, 15vw, 68px);
  }
  .duet-heading p { font-size: 13px; }
  .ritual {
    min-height: 300px;
    padding: 34px 30px 44px;
  }
  .ritual-matcha {
    min-height: 330px;
    padding-bottom: 72px;
    border-radius: 18px 18px 130px 130px;
  }
  .ritual h3 { font-size: 62px; }
  .ritual-note {
    position: relative;
    z-index: 2;
    align-self: center;
    width: 82%;
    text-align: center;
    font-size: 9px;
    line-height: 1.45;
  }
  .menu-intro { margin-bottom: 45px; }
  .menu-line {
    min-height: 102px;
    gap: 12px;
  }
  .menu-line h3 { font-size: 31px; }
  .menu-line p {
    font-size: 8px;
    letter-spacing: .1em;
  }
  .menu-dot {
    width: 20px;
    height: 20px;
  }
  .pause { min-height: 650px; }
  .pause-copy p { font-size: 49px; }
  .pause-shape { width: 190px; }
  .pause-shape-left { left: -100px; }
  .pause-shape-right { right: -90px; }
  .visit-grid {
    margin-top: 50px;
    gap: 65px;
  }
  .visit-details > div { grid-template-columns: 77px 1fr; }
  footer {
    min-height: 400px;
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .footer-wordmark { font-size: 58px; }
  .footer-side { min-width: 0; }
  .intro-stage { transform: scale(.82); }
  .intro-word { font-size: 47px; }
}

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