:root {
  --ink: #111111;
  --paper: #f5f3ee;
  --sand: #cb889a;
  --stone: #8d8a86;
  --cream: #e7dcc1;
  --tan: #bd9970;
  --line: rgba(17, 17, 17, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: "DM Sans", "PP Neue Montreal", Arial, sans-serif; }
button, input { font: inherit; }
.page-shell { min-height: 100svh; padding: 28px clamp(24px, 5.5vw, 88px) 25px; display: flex; flex-direction: column; position: relative; overflow: hidden; isolation: isolate; }
.wood-grain-background { position: fixed; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; opacity: .35; mix-blend-mode: multiply; }
.noise { position: fixed; inset: 0; z-index: 0; opacity: .2; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.site-header { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.wordmark { display: block; color: var(--ink); font-size: clamp(1.65rem, 2.5vw, 2.1rem); font-weight: 400; letter-spacing: -.08em; line-height: 1; white-space: nowrap; }
.wordmark-object { color: var(--tan); }
.wordmark-the, .wordmark-object, .wordmark-living { display: inline-block; }
.header-note, .eyebrow, .site-footer, .waitlist-form label { font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.header-note { color: rgba(17, 17, 17, .65); }
.hero { flex: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4vw; padding: clamp(55px, 10vh, 115px) 0 clamp(45px, 8vh, 85px); position: relative; z-index: 1; }
.hero-copy { max-width: 670px; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 25px; }
.eyebrow span { height: 1px; width: 34px; background: var(--ink); display: inline-block; }
h1 { margin: 0; font-size: clamp(3.45rem, 7.4vw, 7.5rem); line-height: .88; letter-spacing: -.065em; font-weight: 400; }
h1 em { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.14em; letter-spacing: -.06em; font-weight: 500; color: var(--tan); }
.intro { max-width: 430px; margin: 31px 0 0; font-size: 15px; line-height: 1.6; color: rgba(17, 17, 17, .72); }
.waitlist-form { margin-top: 40px; width: min(100%, 465px); }
.waitlist-form label { display: block; margin-bottom: 12px; }
.field-row { display: flex; border-bottom: 1px solid var(--ink); }
.field-row input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; padding: 13px 5px 12px 0; color: var(--ink); font-size: 14px; }
.field-row input::placeholder { color: rgba(17,17,17,.46); }
.field-row button { appearance: none; border: 0; background: transparent; cursor: pointer; padding: 11px 0 11px 16px; color: var(--ink); font-size: 12px; font-weight: 500; transition: color .2s ease, transform .2s ease; }
.field-row button:hover { color: var(--tan); transform: translateX(3px); }
.field-row button span { margin-left: 5px; font-size: 16px; }
.form-status { min-height: 20px; margin: 9px 0 0; font-size: 12px; color: rgba(17,17,17,.7); }
.hero-art { min-height: 440px; position: relative; display: flex; align-items: center; justify-content: center; }
.three-canvas { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.three-canvas canvas { width: 100% !important; height: 100% !important; display: block; }
.craft-canvas { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; }
.sun { display: none; }
.mark-outline { width: min(25vw, 300px); aspect-ratio: 1; position: relative; z-index: 1; border: clamp(20px, 3vw, 37px) solid var(--tan); border-radius: 50%; animation: drift 7s ease-in-out infinite; box-shadow: 0 0 0 1px rgba(189, 153, 112, .24), 0 0 0 17px rgba(189, 153, 112, .055), 0 0 0 34px rgba(189, 153, 112, .04), 0 17px 42px rgba(102, 75, 42, .1); }
.mark-dot { position: absolute; width: clamp(30px, 4.2vw, 52px); aspect-ratio: 1; border-radius: 50%; right: clamp(-75px, -6.3vw, -49px); bottom: clamp(-26px, -1.7vw, -14px); background: var(--tan); }
.orbit, .scene-index { position: absolute; z-index: 2; color: rgba(17, 17, 17, .56); font-size: 9px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.orbit { padding: 7px 9px; border: 1px solid rgba(189, 153, 112, .45); border-radius: 99px; background: rgba(245, 243, 238, .7); backdrop-filter: blur(3px); }
.orbit-one { top: 15%; left: 16%; animation: orbitFloatOne 6.5s ease-in-out infinite; }
.orbit-two { right: 10%; top: 25%; animation: orbitFloatTwo 7.3s ease-in-out infinite; }
.orbit-three { left: 21%; bottom: 20%; animation: orbitFloatThree 5.7s ease-in-out infinite; }
.scene-index { top: 1%; right: 0; writing-mode: vertical-rl; transform: rotate(180deg); }
.product-orbit { position: absolute; z-index: 2; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(189, 153, 112, .42); border-radius: 50%; background: rgba(245, 243, 238, .82); backdrop-filter: blur(4px); box-shadow: 0 7px 22px rgba(83, 59, 28, .05); }
.product-orbit svg { width: 25px; height: 25px; stroke: var(--tan); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.product-board { top: 7%; left: 34%; animation: productFloatA 7.2s ease-in-out infinite; }
.product-bowl { top: 37%; right: 0; animation: productFloatB 8.4s ease-in-out infinite; }
.product-tray { bottom: 6%; left: 34%; animation: productFloatC 6.8s ease-in-out infinite; }
.product-spoon { top: 47%; left: 3%; animation: productFloatD 7.7s ease-in-out infinite; }
.product-roller { top: 3%; right: 17%; animation: productFloatE 8.2s ease-in-out infinite; }
.product-spice-box { right: 12%; bottom: 7%; animation: productFloatF 7.1s ease-in-out infinite; }
.site-footer { padding-top: 19px; border-top: 1px solid var(--line); color: rgba(17,17,17,.66); }
.site-footer p { margin: 0; }
.site-footer a { color: var(--ink); text-decoration: none; transition: color .2s ease; }
.site-footer a:hover { color: var(--tan); }
.social-links { display: flex; align-items: center; gap: clamp(13px, 2vw, 25px); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }
@keyframes drift { 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes orbitFloatOne { 50% { transform: translate(15px, -9px) rotate(5deg); } }
@keyframes orbitFloatTwo { 50% { transform: translate(-13px, 13px) rotate(-5deg); } }
@keyframes orbitFloatThree { 50% { transform: translate(-5px, -15px) rotate(4deg); } }
@keyframes productFloatA { 50% { transform: translate(10px, -13px) rotate(7deg); } }
@keyframes productFloatB { 50% { transform: translate(-9px, -15px) rotate(-8deg); } }
@keyframes productFloatC { 50% { transform: translate(12px, 9px) rotate(-6deg); } }
@keyframes productFloatD { 50% { transform: translate(-6px, 14px) rotate(9deg); } }
@keyframes productFloatE { 50% { transform: translate(7px, 12px) rotate(8deg); } }
@keyframes productFloatF { 50% { transform: translate(-11px, 8px) rotate(-7deg); } }
@media (max-width: 720px) {
  .page-shell { padding: 20px 24px 20px; }
  .site-header { padding-bottom: 18px; }
  .header-note { display: none; }
  .hero { grid-template-columns: 1fr; padding: 61px 0 55px; gap: 30px; }
  h1 { font-size: clamp(3.3rem, 16vw, 5.5rem); }
  .intro { margin-top: 24px; font-size: 14px; }
  .waitlist-form { margin-top: 33px; }
  .hero-art { min-height: 245px; order: -1; }
  .mark-outline { width: min(51vw, 245px); border-width: 27px; }
  .mark-dot { width: 40px; right: -53px; bottom: -13px; }
  .orbit { font-size: 7px; letter-spacing: .12em; }
  .orbit-one { top: 8%; left: 2%; }
  .orbit-two { right: 0; top: 14%; }
  .orbit-three { left: 2%; bottom: 8%; }
  .scene-index { display: none; }
  .product-orbit { width: 37px; height: 37px; }
  .product-orbit svg { width: 21px; height: 21px; }
  .product-board { top: 1%; left: 36%; }
  .product-bowl { right: 0; top: 38%; }
  .product-tray { bottom: 0; left: 38%; }
  .product-spoon { left: 0; top: 45%; }
  .product-roller { top: 4%; right: 7%; }
  .product-spice-box { right: 8%; bottom: 6%; }
  .site-footer { align-items: flex-start; gap: 17px; flex-direction: column; font-size: 8px; letter-spacing: .12em; }
  .social-links { gap: 14px; flex-wrap: wrap; }
}
