/* Homepage headline and paired actions. */
.editorial-home .hero-actions { gap: 14px; align-items: stretch; }
.editorial-home .hero-actions .button { min-height: 54px; padding: 15px 22px; font: 600 16px/1.4 Arial, sans-serif; display: inline-flex; align-items: center; justify-content: center; gap: 14px; text-decoration: none; border: 1px solid #172529; border-radius: 5px; }
.editorial-home .hero-actions .button-outline { color: #075f63; background: #e9f0e9; border-color: #087e83; box-shadow: none; }
.editorial-home .hero-actions .button-outline:hover { background: #075f63; border-color: #075f63; color: #fffdf8; }
.editorial-home .hero h1 mark { display: inline; }
.editorial-home .hero h1 { font-size: clamp(42px, 4.8vw, 74px); }
@media (max-width: 1100px) { .editorial-home .hero h1 { font-size: clamp(36px, 5.6vw, 58px); } }
@media (max-width: 760px) { .editorial-home .hero h1 { font-size: clamp(32px, 8.6vw, 58px); } }
@media (max-width: 480px) { .editorial-home .hero-actions { flex-direction: column; align-items: stretch; } .editorial-home .hero-actions .button { width: 100%; } }
/* Full brand statement, with balanced line lengths. */
.editorial-home .hero h1.hero-manifesto { font-size: clamp(32px, 3.4vw, 50px); line-height: 1.14; letter-spacing: -.035em; }
.editorial-home .hero-manifesto > span, .editorial-home .hero-manifesto > mark { display: block; }
.editorial-home .hero-manifesto > span + span { margin-top: .22em; }
.editorial-home .hero-manifesto > mark { margin-top: .32em; }
@media (max-width: 760px) { .editorial-home .hero h1.hero-manifesto { font-size: clamp(30px, 7.6vw, 44px); } }

/* Show one focus ring around the domain search, not across its button. */
.editorial-home .domain-input-row { gap: 8px; align-items: stretch; }
.editorial-home .domain-input-row:focus-within { border-color: #087e83; box-shadow: 0 0 0 3px rgba(8,126,131,.16); }
.editorial-home .domain-input-row input,
.editorial-home .domain-input-row input:focus,
.editorial-home .domain-input-row input:focus-visible { min-width: 0; outline: none; box-shadow: none; border: 0; }
.editorial-home .domain-input-row button { flex-shrink: 0; }
.editorial-home .domain-input-row button:focus-visible { outline: 2px solid #087e83; outline-offset: 2px; }
/* VDS service assurances: light surface with accessible text contrast. */
.editorial-home .vds-assurances { background: #edf0e8; border-color: #d8d6cd; border-radius: 7px; color: #172529; }
.editorial-home .vds-assurances div { border-color: #d8d6cd; }
.editorial-home .vds-assurances span { color: #075f63; font-size: 12px; }
.editorial-home .vds-assurances strong { color: #172529; font-size: 15px; }
.editorial-home .vds-assurances p { color: #52605d; font-size: 14px; line-height: 1.6; }