.hero-centered{background:var(--brand-background);padding:var(--spacing-section) 0 calc(var(--spacing-section) * .85)}.hero-centered__eyebrow{font-family:var(--brand-font-accent);font-size:1.4rem;font-weight:500;color:var(--brand-accent);margin-bottom:1rem}.hero-centered__headline{font-family:var(--brand-font-heading);font-size:clamp(3rem,6vw,5.5rem);line-height:1.05;letter-spacing:-.03em;color:var(--brand-text);max-width:820px;margin-bottom:2rem}.hero-centered__sub{font-family:var(--brand-font-body);font-size:1.125rem;line-height:1.7;color:var(--brand-text-muted);max-width:520px;margin-bottom:3rem;font-weight:300}.hero-centered__actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.hero-centered__secondary{font-family:var(--brand-font-body);font-size:.9375rem;font-weight:500;color:var(--brand-text-muted);transition:color .15s}.hero-centered__secondary:hover{color:var(--brand-text)}.hero-centered__btn{display:inline-block;font-family:var(--brand-font-body);font-size:.9375rem;font-weight:500;letter-spacing:.01em;border:none;border-radius:var(--radius-md);padding:.875rem 2rem;background:var(--brand-primary);color:var(--brand-on-primary);transition:opacity .15s}.hero-centered__btn:hover{opacity:.88}.hero-centered__image{margin-top:5rem;height:480px;border-radius:var(--radius-lg);background-size:cover;background-position:50%}@media (max-width:768px){.hero-centered__image{height:280px}}.hero-editorial{position:relative;overflow:hidden;background:var(--brand-accent);padding:var(--spacing-section) 0}.hero-editorial__grid{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.hero-editorial__portrait-wrap{position:relative;margin-top:2rem}.hero-editorial__portrait{height:clamp(420px,52vw,620px);border-radius:var(--radius-lg);background-size:cover;background-position:50%}.hero-editorial__script{position:absolute;left:1.5rem;bottom:1.5rem;margin:0;max-width:80%;font-family:var(--brand-font-accent);font-size:clamp(1.75rem,3vw,2.75rem);line-height:1.1;color:var(--brand-on-primary)}.hero-editorial__content{display:flex;flex-direction:column;align-items:flex-start}.hero-editorial__headline{font-family:var(--brand-font-heading);font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;letter-spacing:-.02em;color:var(--brand-on-primary);margin-bottom:1.5rem}.hero-editorial__sub{font-family:var(--brand-font-body);font-size:1.0625rem;line-height:1.7;color:var(--brand-on-primary-muted);max-width:460px;margin-bottom:2.5rem;font-weight:300}.hero-editorial__actions{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;margin-bottom:3rem}.hero-editorial .btn--primary{background:var(--brand-secondary);color:var(--brand-primary)}.hero-editorial .btn--primary:hover{opacity:.9}.hero-editorial__secondary{font-family:var(--brand-font-body);font-size:.9375rem;font-weight:500;color:var(--brand-on-primary);transition:color .15s}.hero-editorial__secondary:hover{color:var(--brand-secondary)}.hero-editorial__secondary-img{width:80%;height:clamp(220px,26vw,320px);margin-left:auto}.hero-editorial__accent-img,.hero-editorial__secondary-img{border-radius:var(--radius-lg);background-size:cover;background-position:50%}.hero-editorial__accent-img{display:none;position:absolute;top:50%;right:0;transform:translate(35%,-50%);width:300px;height:420px;z-index:0}@media (max-width:1023px){.hero-editorial__grid{gap:2.5rem}.hero-editorial__sub{max-width:none}}@media (min-width:1024px){.hero-editorial__accent-img{display:block}}@media (max-width:768px){.hero-editorial__grid{grid-template-columns:1fr;gap:2rem}.hero-editorial__portrait-wrap{margin-top:0}.hero-editorial__portrait{height:clamp(360px,80vw,480px)}.hero-editorial__secondary-img{width:100%}}