:root { --paper: #f3f0e8; --ink: #142923; --muted: #63736c; --green: #143f35; --lime: #d6f06d; --line: rgba(20, 41, 35, 0.14); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 82px; padding: 0 clamp(24px, 5vw, 76px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: 18px; font-weight: 800; letter-spacing: -0.04em; }
.brand-mark { display: flex; align-items: flex-end; gap: 2px; width: 24px; height: 24px; padding: 5px; border-radius: 50%; background: var(--green); }
.brand-mark span { display: block; width: 3px; border-radius: 3px; background: var(--lime); }
.brand-mark span:nth-child(1) { height: 7px; } .brand-mark span:nth-child(2) { height: 13px; } .brand-mark span:nth-child(3) { height: 10px; }
nav { display: flex; gap: 32px; color: #40524b; font-size: 13px; font-weight: 600; }
nav a:hover { color: var(--ink); }
.header-action { justify-self: end; padding: 12px 18px; border: 1px solid var(--green); border-radius: 999px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.header-action:hover { color: var(--paper); background: var(--green); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); min-height: 680px; padding: 88px clamp(24px, 6vw, 94px) 76px; overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 460px; height: 460px; left: -230px; top: 90px; border: 1px solid var(--line); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: #597068; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #7f9b2f; box-shadow: 0 0 0 4px rgba(127,155,47,.13); }
h1 { margin: 0; max-width: 750px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 7.2vw, 108px); font-weight: 400; line-height: .9; letter-spacing: -.065em; }
h1 em { color: #537168; font-weight: 400; }
.hero-intro { max-width: 620px; margin: 32px 0 34px; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.search { display: flex; align-items: center; max-width: 720px; padding: 8px 8px 8px 22px; border: 1px solid rgba(20,63,53,.25); border-radius: 16px; background: white; box-shadow: 0 22px 60px rgba(32,58,49,.11); }
.search-icon { position: relative; flex: 0 0 auto; width: 17px; height: 17px; margin-right: 13px; border: 2px solid #60736c; border-radius: 50%; }
.search-icon::after { content: ''; position: absolute; width: 7px; height: 2px; right: -5px; bottom: -2px; background: #60736c; transform: rotate(45deg); }
.search input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 15px; }
.search input::placeholder { color: #829089; }
.search button, .closing a { flex: 0 0 auto; padding: 15px 20px; border: 0; border-radius: 11px; color: white; background: var(--green); font-size: 13px; font-weight: 800; cursor: pointer; }
.search button span, .closing a span { margin-left: 7px; color: var(--lime); }
.suggestions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 17px; color: #75847e; font-size: 11px; }
.suggestions button { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #4f625b; background: rgba(255,255,255,.38); cursor: pointer; }
.suggestions button:hover { border-color: #7f9b2f; background: white; }
.trust-row { display: flex; gap: 30px; margin-top: 50px; }
.trust-row div { display: flex; flex-direction: column; gap: 5px; padding-left: 15px; border-left: 1px solid rgba(20,41,35,.21); }
.trust-row strong { font-family: Georgia, serif; font-size: 16px; }
.trust-row span { color: #75847e; font-size: 11px; }

.adam-stage { position: relative; display: grid; place-items: center; min-height: 510px; }
.adam-stage::before { content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle at 42% 38%, #edf6aa 0, #cde45e 34%, #8d9f36 74%, #607327 100%); box-shadow: 0 45px 100px rgba(57,75,20,.25); }
.orbit { position: absolute; border: 1px solid rgba(20,41,35,.2); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; } .orbit-two { width: 600px; height: 600px; border-style: dashed; opacity: .45; }
.adam-card { position: relative; z-index: 2; display: flex; gap: 18px; align-items: center; width: 310px; padding: 20px; border: 1px solid rgba(255,255,255,.4); border-radius: 24px; color: white; background: rgba(20,63,53,.91); box-shadow: 0 25px 80px rgba(16,42,34,.28); backdrop-filter: blur(14px); }
.adam-face { position: relative; flex: 0 0 82px; height: 96px; border-radius: 41px 41px 34px 34px; background: var(--lime); box-shadow: inset 0 -8px 18px rgba(54,81,26,.15); }
.adam-face::before, .adam-face::after { content: ''; position: absolute; top: -8px; width: 17px; height: 24px; border-radius: 10px 10px 4px 4px; background: var(--lime); }
.adam-face::before { left: 16px; transform: rotate(-12deg); } .adam-face::after { right: 16px; transform: rotate(12deg); }
.adam-eye { position: absolute; top: 37px; width: 8px; height: 11px; border-radius: 50%; background: var(--green); }
.adam-eye.left { left: 22px; } .adam-eye.right { right: 22px; }
.adam-smile { position: absolute; left: 50%; bottom: 22px; width: 25px; height: 12px; border-bottom: 3px solid var(--green); border-radius: 0 0 18px 18px; transform: translateX(-50%); }
.adam-card h2 { margin: 8px 0 4px; font-family: Georgia, serif; font-size: 19px; font-weight: 400; line-height: 1.12; }
.adam-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 11px; }
.adam-status { display: flex; align-items: center; gap: 6px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.adam-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(214,240,109,.12); }
.floating-tag { position: absolute; z-index: 3; padding: 10px 13px; border: 1px solid rgba(20,41,35,.1); border-radius: 10px; color: #5c6a65; background: rgba(255,255,255,.9); box-shadow: 0 12px 34px rgba(20,41,35,.12); font-size: 10px; backdrop-filter: blur(8px); }
.floating-tag strong { display: block; margin-top: 3px; color: var(--ink); font-size: 11px; }
.tag-one { left: 1%; top: 20%; transform: rotate(-4deg); } .tag-two { right: -2%; top: 26%; transform: rotate(3deg); } .tag-three { right: 4%; bottom: 14%; transform: rotate(-2deg); }

.demo { padding: 86px clamp(24px, 6vw, 94px) 100px; color: #eaf0ed; background: var(--green); }
.demo .eyebrow { color: #b8c7c1; }
.demo-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 42px; }
.demo-heading h2, .closing h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 58px); font-weight: 400; letter-spacing: -.04em; }
.demo-heading > p { max-width: 280px; margin: 0; color: #9fb2aa; font-size: 13px; line-height: 1.5; }
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.result-card { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.055); transition: .25s ease; }
.result-card:hover { transform: translateY(-4px); border-color: rgba(214,240,109,.5); }
.is-active .result-card { animation: reveal .45s both; animation-delay: var(--delay); }
@keyframes reveal { from { opacity: .35; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.result-visual { position: relative; height: 190px; overflow: hidden; background: linear-gradient(145deg, #b68f62, #4d4038); }
.result-visual.blue { background: linear-gradient(145deg, #789eac, #263e47); } .result-visual.rose { background: linear-gradient(145deg, #b8786f, #593b3b); }
.scene-light { position: absolute; width: 170px; height: 170px; right: -25px; top: -50px; border-radius: 50%; background: rgba(255,246,195,.38); }
.person { position: absolute; bottom: -25px; width: 88px; height: 155px; border-radius: 48px 48px 18px 18px; background: rgba(20,41,35,.7); }
.person::before { content: ''; position: absolute; left: 24px; top: -32px; width: 45px; height: 50px; border-radius: 50%; background: inherit; }
.person-one { left: 24%; transform: rotate(-5deg); } .person-two { right: 21%; transform: rotate(7deg); background: rgba(242,231,207,.58); }
.timestamp { position: absolute; right: 11px; bottom: 10px; padding: 5px 7px; border-radius: 5px; color: white; background: rgba(10,19,16,.74); font-size: 10px; font-weight: 700; }
.result-content { padding: 20px; }
.match-kind { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.result-content h3 { margin: 10px 0 6px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.result-content p { min-height: 38px; margin: 0 0 14px; color: #bac8c2; font-size: 12px; line-height: 1.5; }
.result-meta { color: #829890; font-size: 10px; }

.closing { padding: 110px 24px; text-align: center; background: #dce7c5; }
.closing .eyebrow { justify-content: center; }
.closing h2 { margin-bottom: 35px; font-size: clamp(40px, 5.5vw, 72px); }
.closing a { display: inline-block; padding: 17px 24px; }
footer { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 30px clamp(24px, 5vw, 76px); border-top: 1px solid var(--line); color: #718079; font-size: 10px; }
.footer-brand { color: var(--ink); font-size: 15px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; } nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .adam-stage { min-height: 560px; }
  .result-grid { grid-template-columns: 1fr 1fr; } .result-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .site-header { height: 70px; padding: 0 18px; } .header-action { padding: 10px 13px; font-size: 11px; }
  .hero { min-height: auto; padding: 56px 18px 36px; } h1 { font-size: clamp(52px, 17vw, 78px); } .hero-intro { font-size: 16px; }
  .search { align-items: stretch; flex-wrap: wrap; padding: 14px; } .search-icon { margin-top: 10px; } .search input { width: calc(100% - 34px); min-height: 38px; } .search button { width: 100%; margin-top: 8px; }
  .trust-row { display: grid; grid-template-columns: 1fr; gap: 15px; margin-top: 38px; }
  .adam-stage { min-height: 500px; transform: scale(.86); margin: -25px -35px; }
  .demo { padding: 70px 18px; } .demo-heading { align-items: start; flex-direction: column; }
  .result-grid { grid-template-columns: 1fr; } .result-card:last-child { grid-column: auto; }
  footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
