:root {
  color-scheme: light;
  --ink: #183129;
  --muted: #65756f;
  --leaf: #4d8c6b;
  --leaf-dark: #285b43;
  --leaf-light: #edf7f0;
  --lilac: #a88ad2;
  --peach: #efa38e;
  --gold: #ddb85d;
  --paper: #fff;
  --line: rgba(24, 49, 41, 0.11);
  --shadow: 0 28px 90px rgba(35, 73, 57, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1.62;
}

a { color: var(--leaf-dark); text-underline-offset: 0.18em; }
a:hover { color: var(--leaf); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--lilac); outline-offset: 4px; border-radius: 6px; }
.skip { position: absolute; left: 1rem; top: -5rem; padding: 0.7rem 1rem; background: var(--ink); color: white; z-index: 10; }
.skip:focus { top: 1rem; }

.nav, footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav { min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-weight: 750; letter-spacing: -0.02em; }
.brand img { border-radius: 12px; box-shadow: 0 4px 18px rgba(40, 91, 67, 0.12); }
nav { display: flex; gap: 26px; }
nav a { text-decoration: none; font-weight: 650; }
nav a[aria-current="page"] { color: var(--leaf); }

main { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.hero { min-height: 810px; padding: 7.5rem 0 8rem; display: grid; grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { color: var(--leaf); font-size: 0.78rem; font-weight: 760; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2 { font-family: ui-rounded, "SF Pro Rounded", -apple-system, sans-serif; letter-spacing: -0.045em; line-height: 1.02; text-wrap: balance; }
h1 { margin: 0.45rem 0 1.4rem; font-size: clamp(3.4rem, 6.2vw, 6.4rem); }
h2 { margin: 0.5rem 0 1.2rem; font-size: clamp(2rem, 4vw, 3.5rem); }
.lede { max-width: 780px; color: var(--muted); font-size: clamp(1.2rem, 2.4vw, 1.6rem); line-height: 1.48; }
.assurance { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2.2rem; }
.assurance span { padding: 0.5rem 0.8rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 0.88rem; font-weight: 650; }

.product-story { position: relative; width: 100%; aspect-ratio: 1 / 1.08; border: 1px solid var(--line); border-radius: 38px; background: linear-gradient(145deg, #fff 28%, #f8fbf9); box-shadow: var(--shadow); overflow: hidden; isolation: isolate; }
.product-story::before { content: ""; position: absolute; inset: 12% -20% auto auto; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(162,214,180,.19), transparent 68%); }
.mac-window { position: absolute; inset: 11% 12% 12% 9%; overflow: hidden; border: 1px solid rgba(24,49,41,.12); border-radius: 23px; background: #fff; box-shadow: 0 18px 50px rgba(43,68,57,.10); }
.window-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid var(--line); color: #87948f; font-size: 11px; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #e7ebe8; }
.window-bar span { margin-left: auto; margin-right: auto; transform: translateX(-15px); }
.window-copy { padding: 30px 28px 18px; display: flex; flex-direction: column; }
.window-copy b { font-family: ui-rounded, "SF Pro Rounded", sans-serif; font-size: 23px; letter-spacing: -.03em; }
.window-copy span { color: var(--muted); font-size: 12px; }
.source-card { position: absolute; width: 34%; height: 25%; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: #fbfcfb; box-shadow: 0 8px 18px rgba(30,54,44,.06); }
.source-card span { display: block; height: 6px; margin: 7px 0; border-radius: 9px; background: #dbe5df; }
.source-card span:nth-child(2) { width: 72%; }
.source-one { left: 9%; top: 32%; } .source-two { left: 48%; top: 32%; } .source-three { left: 28%; top: 62%; }
.source-one::before,.source-two::before,.source-three::before { content: ""; display: block; height: 32px; border-radius: 8px; background: linear-gradient(135deg, #e6f3ea, #d8e9f0); }
.source-two::before { background: linear-gradient(135deg, #f3e8f7, #e8e1f2); }.source-three::before { background: linear-gradient(135deg, #f9eadf, #f1dcc9); }
.trellis { position: absolute; z-index: 4; top: 16%; right: 2.7%; width: 38%; min-height: 66%; padding: 17px 14px; border: 1px solid rgba(38,91,66,.14); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: -14px 18px 44px rgba(38,73,58,.15); animation: trellis-arrive 12s cubic-bezier(.2,.75,.25,1) infinite; }
.trellis-head { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; color: var(--ink); font-size: 12px; }.trellis-head img { width: 24px; height: 24px; border-radius: 7px; }
.vine-stem { position: absolute; top: 58px; bottom: 55px; left: 24px; width: 1.5px; background: linear-gradient(var(--leaf), rgba(77,140,107,.1)); transform-origin: top; animation: stem-grow 12s ease-in-out infinite; }
.vine-card { position: relative; margin: 0 0 9px 22px; height: 69px; padding: 9px; border: 1px solid var(--line); border-radius: 11px; background: white; box-shadow: 0 6px 16px rgba(41,75,60,.07); opacity: 0; transform: translateX(-18px) scale(.94); }
.vine-card::before { content: ""; position: absolute; left: -13px; top: 21px; width: 13px; height: 8px; border-bottom: 1.5px solid var(--leaf); border-radius: 0 0 0 100%; }
.vine-card em { position: absolute; right: 7px; top: 5px; color: #9ba8a2; font-size: 8px; font-style: normal; }.vine-card span { display:block; height: 100%; border-radius: 7px; background: linear-gradient(135deg,#edf6f0,#dcebe2); }.vine-two span { background: linear-gradient(135deg,#f4edf8,#e7dcf0); }.vine-three span { background: linear-gradient(135deg,#faeee6,#f3ddd0); }
.vine-one { animation: card-grow 12s ease-in-out infinite .8s; }.vine-two { animation: card-grow 12s ease-in-out infinite 1.45s; }.vine-three { animation: card-grow 12s ease-in-out infinite 2.1s; }
.vine-ready { margin: 13px 0 0 22px; padding: 7px 8px; border-radius: 8px; color: var(--leaf-dark); background: var(--leaf-light); font-size: 9px; font-weight: 700; text-align: center; opacity: 0; animation: ready-show 12s ease infinite; }
.palette { position: absolute; z-index: 5; right: 7%; bottom: 6%; width: 33%; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: 0 18px 40px rgba(50,62,56,.14); opacity: 0; transform: translateY(24px); animation: palette-show 12s ease-in-out infinite; }.palette strong { font-size: 11px; }.paint-row { display:flex; gap:8px; margin:12px 0; }.paint-row i { width:25px; height:22px; border-radius: 55% 45% 52% 48%; background:var(--leaf); }.paint-row i:nth-child(2){background:var(--lilac);transform:rotate(12deg)}.paint-row i:nth-child(3){background:var(--peach);transform:rotate(-9deg)}.paint-row i:nth-child(4){background:var(--gold)}.tool-line{height:6px;border-radius:6px;background:#e6ece8;margin:7px 0}.tool-line.short{width:64%}
.share-sheet { position:absolute; z-index:6; left:20%; top:39%; width:58%; padding:22px; border:1px solid rgba(77,140,107,.18); border-radius:20px; background:rgba(255,255,255,.98); box-shadow:0 24px 60px rgba(36,70,54,.18); text-align:center; opacity:0; transform:scale(.9); animation: share-show 12s ease-in-out infinite; }.share-sheet span{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 9px;border-radius:50%;background:var(--leaf);color:#fff}.share-sheet b,.share-sheet small{display:block}.share-sheet b{font-size:14px}.share-sheet small{color:var(--muted);font-size:10px}
.story-label { position:absolute; z-index:8; padding:6px 9px; border:1px solid var(--line); border-radius:999px; background:#fff; color:var(--muted); box-shadow:0 5px 16px rgba(32,61,48,.08); font-size:9px; font-weight:720; letter-spacing:.04em; text-transform:uppercase; opacity:0; }.story-label-capture{left:8%;bottom:7%;animation: label-one 12s ease infinite}.story-label-grow{left:41%;bottom:7%;animation: label-two 12s ease infinite}.story-label-share{right:6%;bottom:7%;animation: label-three 12s ease infinite}

@keyframes trellis-arrive { 0%,6%{transform:translateX(115%);opacity:0} 12%,88%{transform:none;opacity:1} 96%,100%{transform:translateX(115%);opacity:0} }
@keyframes stem-grow { 0%,13%{transform:scaleY(0)} 34%,88%{transform:scaleY(1)} 100%{transform:scaleY(0)} }
@keyframes card-grow { 0%,12%{opacity:0;transform:translateX(-18px) scale(.94)} 20%,76%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-5px)} }
@keyframes ready-show { 0%,32%{opacity:0;transform:translateY(5px)} 39%,68%{opacity:1;transform:none} 75%,100%{opacity:0} }
@keyframes palette-show { 0%,39%{opacity:0;transform:translateY(24px)} 47%,69%{opacity:1;transform:none} 76%,100%{opacity:0;transform:translateY(10px)} }
@keyframes share-show { 0%,66%{opacity:0;transform:scale(.9)} 74%,88%{opacity:1;transform:scale(1)} 96%,100%{opacity:0;transform:scale(1.03)} }
@keyframes label-one { 0%,5%{opacity:0} 9%,27%{opacity:1} 34%,100%{opacity:0} } @keyframes label-two { 0%,27%{opacity:0} 34%,61%{opacity:1} 68%,100%{opacity:0} } @keyframes label-three { 0%,65%{opacity:0} 72%,91%{opacity:1} 100%{opacity:0} }

.promise {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) 1.25fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  margin-bottom: 8rem;
  padding: clamp(2rem, 6vw, 5rem);
  border: 1px solid var(--line);
  border-radius: 42px;
  background: rgba(255,255,255,0.76);
  box-shadow: var(--shadow);
}
.promise img { width: 100%; height: auto; border-radius: 28%; }
.button { display: inline-block; margin-top: 0.6rem; padding: 0.75rem 1rem; border-radius: 13px; background: var(--leaf-dark); color: white; text-decoration: none; font-weight: 720; }
.button:hover { color: white; background: var(--leaf); }

.document { max-width: 780px; padding: 7rem 0 8rem; }
.document h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.document h2 { margin-top: 3rem; font-size: 1.65rem; letter-spacing: -0.025em; }
.document li { margin: 0.55rem 0; }
.document strong { color: var(--ink); }

footer { min-height: 110px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; }

@media (max-width: 720px) {
  .nav { min-height: 72px; }
  .brand img { width: 38px; height: 38px; }
  nav { gap: 15px; font-size: 0.92rem; }
  .hero { min-height: auto; padding: 5rem 0 7rem; grid-template-columns: 1fr; gap: 4rem; }
  .product-story { width: min(100%, 560px); margin: 0 auto; }
  .promise { grid-template-columns: 1fr; border-radius: 28px; }
  .promise img { width: min(70%, 280px); justify-self: center; }
  .document { padding: 5rem 0 6rem; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .trellis,.vine-stem,.vine-card,.vine-ready,.palette,.share-sheet,.story-label { animation: none; }
  .trellis,.vine-card,.vine-ready { opacity: 1; transform: none; }
  .palette,.share-sheet,.story-label { display: none; }
}

@media (prefers-contrast: more) {
  :root { --muted: #2f4d5b; --line: rgba(16, 43, 58, 0.35); }
}
