.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 78% 30%,#c9a24b29,#c9a24b00 55%),linear-gradient(120deg,#f6f0e6,#efe6d6 45%,#e4d8c3);z-index:0}.hero__inner{position:relative;z-index:1;width:100%;max-width:1440px;height:100%;margin:0 auto;padding:0 clamp(24px,6vw,96px);display:grid;grid-template-columns:minmax(280px,460px) 1fr;align-items:center;gap:clamp(24px,5vw,64px)}.hero__copy{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.hero__eyebrow{margin:0;font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;letter-spacing:.32em;text-transform:uppercase;color:#a9895a}.hero__headline{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(2.6rem,5vw,4.4rem);line-height:1.08;color:#3a3128;letter-spacing:.01em}.hero__subtitle{margin:0;max-width:38ch;font-family:Helvetica Neue,Arial,sans-serif;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6;color:#6c6153}.hero__cta{margin-top:12px;padding:16px 38px;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:#3a3128;background:transparent;border:1px solid #c9a24b;border-radius:999px;cursor:pointer;transition:background .4s ease,color .4s ease,box-shadow .4s ease}.hero__cta:hover{background:#c9a24b;color:#fffaf0;box-shadow:0 8px 24px #c9a24b59}.hero__visual{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.hero__face-svg{width:100%;height:auto;max-height:92vh;overflow:visible}.hero__portrait-image{filter:saturate(.96) contrast(1.02)}.hero__path-base{fill:none;stroke:#f9f4eb;stroke-width:1.4;stroke-linecap:round;opacity:.28;vector-effect:non-scaling-stroke}.hero__path-trail{fill:none;stroke-width:2.2;stroke-linecap:round;opacity:.85;vector-effect:non-scaling-stroke}.hero__orb-group{will-change:transform}.hero__orb-core{fill:#fffdf6}@media (max-width: 900px){.hero__inner{grid-template-columns:1fr;grid-template-rows:auto 1fr;padding-top:96px;padding-bottom:48px;gap:24px}.hero__copy{align-items:center;text-align:center}.hero__subtitle{max-width:42ch}.hero__visual{height:100%}.hero__face-svg{max-height:56vh}}.hero__scroll-cue{display:none;position:absolute;left:50%;bottom:28px;transform:translate(-50%);width:1px;height:46px;background:#3a312833;z-index:1}.hero__scroll-cue span{position:absolute;top:0;left:-1.5px;width:4px;height:4px;border-radius:50%;background:#c9a24b;animation:scrollCue 2.2s ease-in-out infinite}@keyframes scrollCue{0%{top:0;opacity:0}20%{opacity:1}80%{opacity:1}to{top:42px;opacity:0}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:#f3ede4}body{font-family:Georgia,Times New Roman,serif}
