:root {
  --ink: #1e2020;
  --muted: #6f7470;
  --paper: #f3f0e9;
  --paper-deep: #e6e1d6;
  --lime: #d8ed65;
  --terracotta: #c96b49;
  --forest: #334c42;
  --line: rgba(30, 32, 32, 0.16);
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body { margin: 0; min-width: 320px; background: var(--paper); }

.page-shell {
  min-height: 100vh;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 30px clamp(24px, 5vw, 74px) 24px;
  display: flex;
  flex-direction: column;
}

.site-nav, .site-footer { display: flex; align-items: center; justify-content: space-between; }
.site-nav { border-bottom: 1px solid var(--line); padding-bottom: 21px; }
.brand { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); font-size: 20px; font-weight: 800; letter-spacing: -0.06em; text-decoration: none; }
.brand-mark { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-family: "Playfair Display", serif; font-size: 18px; font-style: italic; letter-spacing: 0; }
.brand-dot { color: var(--terracotta); }
.nav-note, .eyebrow, .stage-label, .footer-status { color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }

.hero { flex: 1; min-height: 620px; display: grid; grid-template-columns: minmax(0, 0.93fr) minmax(400px, 1.07fr); gap: clamp(40px, 8vw, 126px); align-items: center; padding: 58px 0 76px; }
.hero-copy { max-width: 550px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 30px; color: var(--terracotta); }
.eyebrow-line { width: 34px; height: 1px; background: var(--terracotta); }
h1 { max-width: 560px; margin: 0; font-size: clamp(64px, 8vw, 118px); font-weight: 700; letter-spacing: -0.085em; line-height: 0.9; }
h1 em { color: var(--forest); font-family: "Playfair Display", serif; font-weight: 600; letter-spacing: -0.06em; }
.intro { max-width: 430px; margin: 39px 0 31px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.notify-form { display: flex; max-width: 492px; border-bottom: 1px solid var(--ink); padding-bottom: 9px; }
.notify-form input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font: 500 13px "Manrope", sans-serif; }
.notify-form input::placeholder { color: #9b9e96; }
.notify-form button { border: 0; background: transparent; color: var(--ink); cursor: pointer; font: 700 12px "Manrope", sans-serif; white-space: nowrap; }
.notify-form button span { display: inline-block; margin-left: 12px; color: var(--terracotta); font-size: 17px; transition: transform 180ms ease; }
.notify-form button:hover span { transform: translate(3px, -3px); }
.form-message { min-height: 16px; margin: 9px 0 0; color: var(--forest); font-size: 11px; }
.privacy-note { margin: 3px 0 0; color: #999c95; font: 10px "DM Mono", monospace; }

.visual-stage { position: relative; aspect-ratio: 0.92; max-height: 610px; overflow: hidden; background: #d6dfcf; isolation: isolate; animation: rise-in 900ms cubic-bezier(.2,.8,.2,1) both; }
.visual-stage::before { position: absolute; z-index: 2; inset: 0; border: 1px solid rgba(30, 32, 32, .13); content: ""; pointer-events: none; }
.stage-label { position: absolute; z-index: 5; top: 22px; left: 24px; color: rgba(255,255,255,.85); }
.sun { position: absolute; z-index: -1; top: 18%; left: 53%; width: 38%; aspect-ratio: 1; border-radius: 50%; background: #f1bc76; box-shadow: 0 0 80px 18px rgba(241, 188, 118, .5); }
.window-glow { position: absolute; z-index: -2; inset: 0 0 28% 0; background: linear-gradient(110deg, rgba(238, 174, 124, .75), rgba(224, 226, 172, .1) 70%); }
.landscape { position: absolute; right: -15%; left: -15%; border-radius: 50% 50% 0 0; transform: rotate(-4deg); }
.landscape-back { z-index: 1; bottom: 26%; height: 34%; background: #8aa28a; }
.landscape-front { z-index: 3; bottom: -8%; height: 44%; background: var(--forest); transform: rotate(5deg); }
.table-line { position: absolute; z-index: 4; right: -4%; bottom: 22%; left: -4%; height: 3px; background: rgba(30, 32, 32, .27); transform: rotate(-2deg); }
.cup { position: absolute; z-index: 5; right: 17%; bottom: 11%; width: 24%; aspect-ratio: 1.12; border-radius: 10% 10% 37% 37%; background: #ede2ce; box-shadow: 10px 15px 0 rgba(20, 44, 36, .15); transform: rotate(-6deg); }
.cup::before { position: absolute; top: -6%; left: -2%; width: 104%; height: 24%; border-radius: 50%; background: #9a6948; content: ""; }
.cup-handle { position: absolute; top: 19%; right: -35%; width: 40%; height: 48%; border: 9px solid #ede2ce; border-left: 0; border-radius: 0 50% 50% 0; }
.steam { position: absolute; z-index: 1; bottom: 97%; width: 12px; height: 50px; border-left: 2px solid rgba(255, 255, 255, .48); border-radius: 50%; transform: rotate(12deg); animation: drift 3s ease-in-out infinite; }
.steam-one { left: 32%; }
.steam-two { left: 57%; height: 39px; animation-delay: 1s; }
.stage-caption { position: absolute; z-index: 6; right: 24px; bottom: 23px; left: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.88); font: 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { border-top: 1px solid var(--line); padding-top: 18px; color: #999c95; font: 10px "DM Mono", monospace; }
.footer-status { color: var(--forest); }
.footer-status i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--terracotta); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@keyframes rise-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes drift { 0%, 100% { opacity: 0; transform: translateY(0) rotate(12deg); } 40% { opacity: 1; } 70% { opacity: 0; transform: translateY(-22px) rotate(-8deg); } }

@media (max-width: 760px) {
  .page-shell { padding: 22px 20px 18px; }
  .nav-note { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 46px; padding: 56px 0 56px; }
  h1 { max-width: 430px; font-size: clamp(64px, 18vw, 96px); }
  .intro { margin-top: 30px; }
  .visual-stage { width: 100%; max-height: none; }
  .site-footer { align-items: flex-start; flex-wrap: wrap; gap: 12px 24px; line-height: 1.5; }
  .footer-status { order: -1; width: 100%; }
}

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