:root{--navy:#1a2332;--deep:#0e1116;--orange:#ff8c42;--orange-dark:#e0722e;--light:#f8fafc;--border:#e2e8f0;--surface:#fff;--muted:#4b5563}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--light);color:var(--navy);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}
img{display:block;max-width:100%}
.shell{width:min(100% - 3rem,70rem);margin-inline:auto}
.skip-link{position:absolute;top:-5rem;left:1rem;z-index:10;padding:.75rem 1rem;background:var(--surface);color:var(--navy)}
.skip-link:focus{top:1rem}
.site-header{background:var(--deep);border-bottom:1px solid #ffffff1c}
.header-inner{min-height:6rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.logo-link{display:inline-flex;align-items:center;min-height:3.5rem}
.logo-link img{height:3.5rem;width:auto}
.header-link{display:inline-flex;align-items:center;min-height:3rem;color:#e2e8f0;font-size:.9rem;font-weight:600;text-decoration:none}
.header-link:hover{color:var(--orange)}
.hero{position:relative;isolation:isolate;overflow:hidden;background:var(--deep);color:#fff}
.hero::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0e1116 0%,#0e1116f2 40%,#0e1116a3 70%,#0e11164d 100%),var(--hero-image) center/cover no-repeat}
.hero-inner{padding:5.5rem 0 6rem}
.eyebrow{display:block;margin-bottom:1.25rem;color:var(--orange);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1{max-width:48rem;margin-bottom:1.35rem;font-size:clamp(2.75rem,5.6vw,5.25rem);line-height:1.04;letter-spacing:-.055em}
.hero-copy{max-width:39rem;margin-bottom:2rem;color:#e2e8f0;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.6}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:.8rem 1.4rem;border-radius:.5rem;background:var(--orange);color:var(--navy);font-size:.95rem;font-weight:700;text-decoration:none;transition:background-color .18s ease}
.button:hover{background:var(--orange-dark)}
.main-content{padding:5rem 0 6rem}
.section-heading{max-width:45rem;margin-bottom:2.25rem}
.section-label{display:block;margin-bottom:.9rem;color:#9a4a1c;font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
h2{margin-bottom:.8rem;font-size:clamp(1.9rem,3.5vw,2.75rem);line-height:1.14;letter-spacing:-.04em}
.section-heading p,.process-copy p{margin-bottom:0;color:var(--muted);font-size:1.03rem;line-height:1.65}
.criteria{border-top:1px solid var(--border)}
.criterion{display:grid;grid-template-columns:minmax(11rem,.35fr) minmax(0,1fr);gap:2rem;padding:1.55rem 0;border-bottom:1px solid var(--border)}
.criterion h3{margin:0;font-size:1.08rem;line-height:1.35}
.criterion p{max-width:44rem;margin:0;color:var(--muted);line-height:1.6}
.examples{margin-top:5.5rem}
.example-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.example-card{min-width:0;padding:1.5rem;border:1px solid var(--border);border-radius:.75rem;background:var(--surface);box-shadow:0 2px 10px #0e111608}
.example-identity{display:flex;align-items:center;gap:.85rem}
.example-avatar{display:grid;place-items:center;flex:none;width:3rem;height:3rem;border-radius:50%;background:var(--navy);color:#fff;font-weight:700}
.example-identity h3{margin:0 0 .2rem;font-size:1.05rem}
.example-identity p{margin:0;color:var(--muted);font-size:.9rem}
.example-experience{margin:1.1rem 0 .9rem;color:var(--muted);font-size:.86rem}
.example-answers{margin:0;border-top:1px solid var(--border)}
.example-answers div{display:flex;justify-content:space-between;gap:1rem;padding:.7rem 0;border-bottom:1px solid var(--border);font-size:.88rem;line-height:1.4}
.example-answers div:last-child{border-bottom:0;padding-bottom:0}
.example-answers dt{color:var(--muted)}
.example-answers dd{margin:0;color:var(--navy);font-weight:700;text-align:right}
.process{margin-top:5.5rem;padding:3rem;border:1px solid var(--border);border-radius:.75rem;background:var(--surface);display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:4rem;box-shadow:0 2px 10px #0e111608}
.process-copy h2{max-width:22rem}
.process-steps{margin:0;padding:0;list-style:none}
.process-steps li{padding:1.1rem 0;border-bottom:1px solid var(--border);color:var(--muted);line-height:1.55}
.process-steps li:first-child{padding-top:0}
.process-steps li:last-child{border-bottom:0;padding-bottom:0}
.process-steps strong{display:block;margin-bottom:.25rem;color:var(--navy);font-weight:700}
.closing{margin-top:5.5rem;padding:3.5rem;background:var(--navy);color:#fff;border-radius:.75rem}
.closing h2{max-width:37rem;color:#fff}
.closing p{max-width:38rem;color:#cbd5e1;line-height:1.65}
.closing .button{margin-top:.5rem}
.related{margin-top:3.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}
.related p{margin-bottom:1rem;color:var(--muted);font-size:.83rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.related ul{display:flex;flex-wrap:wrap;gap:.65rem 1.5rem;margin:0;padding:0;list-style:none}
.related a{color:var(--navy);font-size:.94rem;text-decoration-color:var(--orange-dark);text-underline-offset:4px}
.related a:hover{color:var(--orange-dark)}
.site-footer{padding:2rem 0;background:var(--deep);color:#94a3b8}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;font-size:.85rem}
.footer-inner .logo-link img{height:2rem}
a:focus-visible{outline:3px solid var(--orange);outline-offset:4px}
@media(max-width:720px){.shell{width:min(100% - 2rem,70rem)}.header-inner{min-height:5rem}.logo-link img{height:2.8rem}.hero::before{background:linear-gradient(90deg,#0e1116f7,#0e1116c7),var(--hero-image) center/cover no-repeat}.hero-inner{padding:4rem 0 4.5rem}.main-content{padding:3.5rem 0 4rem}.criterion{grid-template-columns:1fr;gap:.35rem}.examples{margin-top:3.5rem}.example-grid{grid-template-columns:1fr}.process{margin-top:3.5rem;padding:2rem;grid-template-columns:1fr;gap:2rem}.closing{margin-top:3.5rem;padding:2rem}.related{margin-top:3rem}}
@media(max-width:420px){.header-inner{gap:.75rem}.header-link{font-size:.72rem}.logo-link img{height:2.7rem}.hero-inner{padding:3.5rem 0 4rem}h1{font-size:2.55rem}.process,.closing{padding:1.5rem}.footer-inner{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
