/* DELTA V75 — preserve V74 visual identity; targeted stability patch */
:root{--delta-orange:#f59a3d;--delta-navy:#071522}
html,body,body *,button,input,textarea,select,option{font-family:'Peyda',sans-serif!important}
.header.page{position:sticky;top:0;z-index:1000;backdrop-filter:blur(14px)}
.header.page .nav{min-height:76px}
.header.page .links{gap:clamp(10px,2vw,28px)}
.header.page .links a{white-space:nowrap}
.menu{display:none;cursor:pointer}
@media(max-width:900px){
 .header.page .nav{padding:10px 16px;gap:10px}
 .header.page .logo img{max-width:118px;height:auto}
 .header.page .head-actions{gap:7px}
 .header.page .head-actions .theme-toggle,.header.page .head-actions .primary{display:none}
 .menu{display:inline-flex!important;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(245,154,61,.35);border-radius:12px;background:rgba(245,154,61,.08);color:inherit;font-size:22px}
 .header.page .links{position:absolute;top:calc(100% + 8px);right:12px;left:12px;display:flex;flex-direction:column;align-items:stretch;gap:4px;padding:12px;border:1px solid rgba(245,154,61,.24);border-radius:18px;background:rgba(7,21,34,.98);box-shadow:0 20px 60px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.22s ease}
 body.mobile-open .header.page .links{opacity:1;visibility:visible;transform:none}
 .header.page .links a{padding:13px 15px!important;border-radius:10px;text-align:center}
 .header.page .links a:hover,.header.page .links a.active{background:rgba(245,154,61,.12)}
 .domain-showcase{grid-template-columns:1fr!important}
 .domain-feature{min-height:330px!important}
 .intro-video-card{grid-template-columns:1fr!important}
 .footer-grid{grid-template-columns:1fr!important}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}



