:root{--black:#090909;--muted:#707070}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--black);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;overflow-x:hidden}.brand{position:fixed;z-index:50;top:20px;left:26px;display:flex;align-items:center;gap:7px;font-size:14px;font-weight:600;letter-spacing:-.025em;transition:opacity .3s}.brand img{width:22px;height:22px;object-fit:contain}.scene{height:180vh;position:relative;background:#fff}.stage{position:sticky;z-index:5;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:7vw;overflow:hidden}.hero h1,h2{margin:0;max-width:1300px;font-weight:600;letter-spacing:-.058em;line-height:.93}.hero h1{font-size:clamp(48px,6.8vw,112px)}h2{font-size:clamp(54px,8.1vw,136px)}h2 span{color:#737373}.dots{letter-spacing:.06em}.emoji{font-size:.7em}.hero-leaf{width:clamp(90px,8vw,130px);height:auto;margin:0 0 34px;filter:drop-shadow(0 12px 15px rgba(20,70,0,.10))}.scroll-cue{position:absolute;bottom:30px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#777;font-size:10px;letter-spacing:.06em}.scroll-cue i{width:18px;height:29px;border:1px solid #999;border-radius:10px;position:relative}.scroll-cue i:after{content:"";position:absolute;left:7px;top:6px;width:2px;height:5px;border-radius:2px;background:#777;animation:wheel 1.8s infinite}@keyframes wheel{0%{transform:translateY(0);opacity:0}30%{opacity:1}100%{transform:translateY(10px);opacity:0}}.image-scene{background:#fff}.visual,.veil{position:sticky;top:0;height:100vh;width:100%;overflow:hidden}.visual{z-index:1;background-size:cover;background-position:center;transform:scale(1.06)}.veil{z-index:2;margin-top:-100vh;background:rgba(255,255,255,.14);pointer-events:none}.image-scene .stage{z-index:3;margin-top:-100vh}.leaf-scene .visual{background-image:url('assets/leaf-macro.jpg');background-position:35% center}.leaf-scene .veil{background:linear-gradient(90deg,rgba(255,255,255,.03) 0 40%,rgba(255,255,255,.95) 73%,#fff 100%)}.leaf-scene .stage.right{align-items:flex-end;text-align:left;padding-right:8vw}.leaf-scene h2{font-size:clamp(50px,6.5vw,108px);max-width:650px}.diamond-scene .visual{background-image:url('assets/diamond.jpg')}.diamond-scene .veil{background:rgba(255,255,255,.23)}.diamond-scene h2{font-size:clamp(54px,7vw,118px);text-shadow:0 1px 24px rgba(255,255,255,.9)}.prism-scene .visual{background-image:url('assets/prism.jpg')}.prism-scene .veil{background:rgba(255,255,255,.2)}.prism-scene h2{font-size:clamp(62px,9.2vw,156px)}.waves-scene .visual{background-image:url('assets/waves.jpg');background-position:center 60%}.waves-scene .veil{background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.06) 55%,rgba(255,255,255,.2))}.waves-scene h2{font-size:clamp(60px,8.3vw,140px)}.finest{height:155vh}.finest .stage{background:linear-gradient(180deg,#fff 0,#fff 45%,#f8f8f8 100%)}.glow{position:absolute;inset:25% 10%;background:radial-gradient(ellipse,rgba(225,230,235,.6),transparent 65%);filter:blur(30px)}.finest h2{font-size:clamp(58px,8vw,132px)}.finale{height:155vh}.final-leaf{width:clamp(100px,9vw,150px);height:auto;margin-bottom:16px;filter:drop-shadow(0 12px 16px rgba(20,70,0,.1))}.signature{font-family:"Snell Roundhand","Segoe Script","Brush Script MT",cursive;font-size:clamp(78px,11vw,184px);line-height:.95;letter-spacing:-.055em}.signature span{color:#1d7617}.finale p{text-transform:uppercase;letter-spacing:.34em;font-size:11px;margin:30px 0 0;color:#555}.mobile{display:none}@media(max-width:760px){.brand{top:17px;left:18px}.brand img{width:20px;height:20px}.scene{height:160vh}.stage{padding:9vw}.hero h1{font-size:clamp(44px,13vw,72px)}h2{font-size:clamp(48px,13vw,80px)}.hero-leaf{width:86px;margin-bottom:25px}.mobile{display:block}.leaf-scene .visual{background-position:25% center}.leaf-scene .veil{background:linear-gradient(180deg,rgba(255,255,255,.05) 0 36%,rgba(255,255,255,.93) 68%,#fff 100%)}.leaf-scene .stage.right{align-items:center;text-align:center;justify-content:flex-end;padding:0 8vw 16vh}.leaf-scene h2{font-size:clamp(45px,12vw,72px)}.diamond-scene .visual{background-position:62% center}.prism-scene h2,.waves-scene h2{font-size:clamp(50px,13vw,82px)}.signature{font-size:clamp(72px,22vw,112px)}.final-leaf{width:92px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scene{height:100vh}.visual{transform:none}.scroll-cue i:after{animation:none}}

/* V3 refinements */
.hero{background:#fff}
.hero .stage{background:#fff}
.hero-leaf,.final-leaf,.brand img{background:transparent!important;border:0!important;border-radius:0!important}

.leaf-scene .visual{
  background-image:
    radial-gradient(circle at 72% 24%,rgba(192,255,95,.22),transparent 18%),
    radial-gradient(circle at 20% 80%,rgba(0,70,20,.38),transparent 35%),
    url('assets/leaf-macro.jpg');
  background-position:center;
  background-size:cover;
}
.leaf-scene .veil{
  background:linear-gradient(90deg,rgba(3,35,12,.08) 0 44%,rgba(255,255,255,.88) 73%,#fff 100%);
}
.scroll-cue{
  position:fixed;
  z-index:60;
  left:50%;
  transform:translateX(-50%);
  bottom:26px;
  transition:opacity .22s ease,transform .22s ease;
  pointer-events:none;
}
body.scrolled-past-hero .scroll-cue{
  opacity:0;
  transform:translate(-50%,12px);
}
@media(max-width:760px){
  .leaf-scene .veil{
    background:linear-gradient(180deg,rgba(2,35,10,.05) 0 40%,rgba(255,255,255,.92) 70%,#fff 100%);
  }
}
