/* ==========================================================================
   OmniXPro — site vitrine (après base.css)
   ========================================================================== */

/* ---------- 4. En-tête ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.site-header.is-scrolled { border-bottom-color: var(--border); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; gap: 12px; height: var(--header-h); }

.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); margin-right: auto; }
.logo:hover { color: var(--text); }
.logo-mark { width: 36px; height: 36px; }
.logo-text { font-size: 1.25rem; font-weight: 800; letter-spacing: -.02em; }
.logo-text strong { color: var(--primary); font-weight: 800; }
.logo-invert, .logo-invert:hover { color: #fff; }
.logo-invert .logo-text strong { color: var(--cyan); }

.header-tools { display: flex; align-items: center; gap: 4px; }
.icon-btn, .lang-switch {
  display: inline-grid; place-items: center; width: 44px; height: 44px;
  border: 0; border-radius: 50%; background: transparent; color: var(--text);
  cursor: pointer; font: inherit; font-weight: 800; font-size: .85rem; text-decoration: none;
}
.icon-btn:hover, .lang-switch:hover { background: var(--bg-alt); color: var(--primary); }
.icon-btn .icon { width: 22px; height: 22px; }

/* Icône du thème : lune en clair, soleil en sombre */
.icon-sun { display: none; }
:root[data-theme="dark"] .icon-sun { display: block; }
:root[data-theme="dark"] .icon-moon { display: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .icon-sun { display: block; }
  :root:not([data-theme="light"]) .icon-moon { display: none; }
}

.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* Navigation mobile : panneau déroulant */
.main-nav {
  position: fixed; inset: var(--header-h) 0 auto 0;
  max-height: calc(100dvh - var(--header-h)); overflow-y: auto;
  padding: 12px var(--gutter) 24px;
  background: var(--bg); border-bottom: 1px solid var(--border); box-shadow: var(--shadow);
  display: none;
}
.main-nav.is-open { display: block; animation: nav-in .2s ease-out; }
@keyframes nav-in { from { opacity: 0; transform: translateY(-8px); } }
.main-nav ul { list-style: none; margin: 0; padding: 0; }
.main-nav li a {
  display: block; padding: 12px 8px; border-bottom: 1px solid var(--border);
  color: var(--text); font-weight: 600; text-decoration: none;
}
.main-nav li a:hover, .main-nav a[aria-current="page"] { color: var(--primary); }
.nav-extra { display: grid; gap: 10px; margin-top: 16px; }

@media (min-width: 1000px) {
  :root { --header-h: 76px; }
  .nav-toggle { display: none; }
  .main-nav {
    position: static; display: flex !important; align-items: center; gap: 20px;
    max-height: none; overflow: visible; padding: 0; background: none; border: 0; box-shadow: none; animation: none;
  }
  .main-nav ul { display: flex; gap: 4px; }
  .main-nav li a { position: relative; padding: 8px 12px; border: 0; font-size: .95rem; }
  .main-nav li a[aria-current="page"]::after {
    content: ""; position: absolute; left: 12px; right: 12px; bottom: 0; height: 2px; border-radius: 2px; background: var(--primary);
  }
  .nav-extra { display: flex; margin: 0; }
  .header-tools { order: 3; }
}

/* ---------- 5. Hero ---------- */
.hero, .page-hero {
  position: relative; isolation: isolate; overflow: clip;
  background: radial-gradient(1200px 600px at 85% -10%, #1b3f82 0%, transparent 60%),
              radial-gradient(800px 500px at -10% 110%, #0d4d6b 0%, transparent 55%),
              linear-gradient(180deg, var(--night) 0%, var(--night-2) 100%);
  color: #fff;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 75%);
}
.hero { overflow: visible; }
.hero-inner > *, .split > *, .contact-grid > *, .footer-grid > * { min-width: 0; }
.hero-inner { display: grid; gap: 32px; align-items: center; padding-block: 48px 24px; }
.hero-title { margin-bottom: .35em; }
.hero-tagline { margin: -.2em 0 1em; font-size: 1.05rem; font-weight: 600; font-style: italic; color: var(--cyan); }
.hero-lead { max-width: 58ch; font-size: 1.1rem; color: #bccbe0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-visual { margin: 0; max-width: 520px; justify-self: center; width: 100%; }

.hv-sea { fill: rgba(34, 211, 238, .06); }
.hv-cable { fill: none; stroke: rgba(34, 211, 238, .35); stroke-width: 2; stroke-dasharray: 2 6; }
.hv-pulse { fill: none; stroke: var(--cyan); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 18 400; animation: flow 4s linear infinite; }
.hv-pulse-2 { animation-delay: -2s; }
.hv-links path { stroke: rgba(120, 160, 255, .35); stroke-width: 1.5; fill: none; }
.hv-flows path { stroke: url(#hv-link); stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-dasharray: 26 260; animation: flow 3.2s linear infinite; }
.hv-flows .d2 { animation-delay: -1.1s; }
.hv-flows .d3 { animation-delay: -2.2s; }
.hv-dot { fill: #10254a; stroke: #3b7bff; stroke-width: 2; }
.hv-node:first-of-type .hv-dot { stroke: var(--cyan); }
.hv-glyph { fill: none; stroke: #cfe0ff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hv-labels text { fill: #9fb3cf; font: 700 13px var(--font); letter-spacing: .08em; }
.hv-node circle:first-child { animation: glow 3.5s ease-in-out infinite; transform-origin: center; }
@keyframes flow { to { stroke-dashoffset: -420; } }
@keyframes glow { 50% { opacity: .45; } }

.stats {
  display: grid; gap: 1px; margin: 16px 0 0; transform: translateY(40px);
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--border); box-shadow: var(--shadow-lg);
}
.stat { display: grid; gap: 4px; padding: 22px 24px; background: var(--surface); color: var(--text); }
.stat-value { font-size: clamp(2rem, 5vw, 2.75rem); font-weight: 800; letter-spacing: -.03em; line-height: 1; color: var(--primary); }
.stat-value small { font-size: .45em; font-weight: 700; margin-left: .25em; color: var(--text); letter-spacing: 0; }
.stat-label { color: var(--text-muted); font-weight: 600; font-size: .95rem; }
.hero + .section { padding-top: 104px; }

@media (min-width: 700px) {
  .stats { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1000px) {
  .hero-inner { grid-template-columns: 1.1fr .9fr; padding-block: 88px 32px; }
}

/* En-tête des pages intérieures */
.page-hero { padding-block: 56px 60px; }
.page-hero h1 { max-width: 20ch; }
.page-lead { max-width: 62ch; font-size: 1.1rem; color: #bccbe0; margin: 0; }
.page-hero-sm { padding-block: 44px; }
.page-hero-error { padding-block: 88px; text-align: center; }
.page-hero-error h1, .page-hero-error .page-lead { margin-inline: auto; }
.page-hero-error .hero-actions { justify-content: center; }
.error-code { font-size: clamp(4rem, 14vw, 7rem); font-weight: 800; line-height: 1; margin: 0 0 .1em; color: transparent; -webkit-text-stroke: 2px var(--cyan); }
@media (min-width: 1000px) { .page-hero { padding-block: 88px 92px; } }

/* ---------- 6. Sections ---------- */
.section { padding-block: 64px; }
.section-alt { background: var(--bg-alt); }
@media (min-width: 1000px) { .section { padding-block: 96px; } }
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head-left { margin: 0; text-align: left; }
.section-head-left .eyebrow { justify-content: flex-start; }
.split { display: grid; gap: 40px; }
@media (min-width: 1000px) {
  .split { grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
  .split > .section-head-left { position: sticky; top: calc(var(--header-h) + 32px); }
}

/* Cartes */
.card-grid { display: grid; gap: 16px; }
@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .card-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; } .card-grid-3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  position: relative; padding: 24px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.card p { margin: 0; color: var(--text-muted); font-size: .96rem; }
.card h3 a { color: inherit; text-decoration: none; }
.card h3 a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; } /* carte entièrement cliquable */
.card-link:hover, .card-link:focus-within { transform: translateY(-4px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--primary) 45%, var(--border)); }
.card-link:focus-within { outline: 3px solid var(--focus); outline-offset: 2px; }
.card-link h3 a:focus-visible { outline: none; }
.card-icon {
  display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px;
  border-radius: 12px; color: var(--primary);
  background: color-mix(in srgb, var(--primary) 10%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--primary) 20%, transparent);
}
.card-icon .icon { width: 24px; height: 24px; }
.card-icon-lg { width: 56px; height: 56px; margin: 0; }
.card-icon-lg .icon { width: 28px; height: 28px; }
.card-cta {
  display: flex; flex-direction: column; justify-content: space-between; gap: 20px;
  background: linear-gradient(145deg, var(--night-2), var(--night-3)); color: #fff; border-color: transparent;
}
.card-cta h3 { margin: 0; font-size: 1.35rem; }

/* Liste d'arguments */
.feature-list { display: grid; gap: 12px; }
@media (min-width: 640px) { .feature-list { grid-template-columns: repeat(2, 1fr); } }
.feature-list-compact { grid-template-columns: 1fr !important; }
.feature { display: flex; gap: 16px; padding: 20px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); }
.feature h3 { font-size: 1.05rem; margin-bottom: .3em; }
.feature p { margin: 0; color: var(--text-muted); font-size: .95rem; }
.feature-icon { flex: none; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, transparent); }

/* Bandeau des sites */
.band { background: var(--night); color: #fff; padding-block: 36px; border-block: 1px solid rgba(255, 255, 255, .06); }
.band-inner { display: grid; gap: 20px; align-items: center; }
.band-title { font-size: 1.15rem; margin: 0; color: #cfe0ff; }
.site-list { display: flex; flex-wrap: wrap; gap: 10px; }
.site-list li {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); font-weight: 600; font-size: .92rem;
}
.site-list .icon { color: var(--cyan); }
@media (min-width: 1000px) { .band-inner { grid-template-columns: auto 1fr; gap: 40px; } .site-list { justify-content: flex-end; } }

/* Étapes */
.steps { display: grid; gap: 16px; counter-reset: step; margin-bottom: 32px !important; }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; padding: 28px 24px 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); }
.step h3 { margin-top: 16px; }
.step p { margin: 0; color: var(--text-muted); font-size: .95rem; }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--primary); color: #fff; box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary) 15%, transparent); }
.step-num { position: absolute; top: 18px; right: 22px; font-size: 2.6rem; font-weight: 800; line-height: 1; color: var(--border); }
@media (min-width: 1000px) {
  .step:not(:last-child)::after {
    content: ""; position: absolute; top: 52px; left: calc(24px + 48px + 12px); right: -12px; height: 2px;
    background: repeating-linear-gradient(90deg, var(--primary) 0 6px, transparent 6px 12px); opacity: .35;
  }
}

/* Appel à l'action */
.cta { padding-block: 64px; background: linear-gradient(120deg, var(--night) 0%, #10306a 60%, #0c5a78 100%); color: #fff; }
.cta-inner { display: grid; gap: 24px; align-items: center; }
.cta h2 { margin-bottom: .3em; }
.cta p { margin: 0; color: #bccbe0; font-size: 1.1rem; max-width: 56ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (min-width: 1000px) { .cta-inner { grid-template-columns: 1fr auto; gap: 48px; } }

/* ---------- 7. Page Services ---------- */
.chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 32px; scrollbar-width: thin; }
.chip {
  display: inline-flex; align-items: center; gap: 8px; flex: none; padding: 8px 14px; min-height: 44px;
  border-radius: 999px; border: 1px solid var(--border); background: var(--surface);
  color: var(--text); font-weight: 600; font-size: .9rem; text-decoration: none;
}
.chip .icon { color: var(--primary); }
.chip:hover { border-color: var(--primary); color: var(--primary); }
@media (min-width: 1000px) { .chips { flex-wrap: wrap; justify-content: center; overflow: visible; } }

.service-list { display: grid; gap: 20px; }
.service {
  display: grid; gap: 16px; padding: 24px;
  border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border);
}
.service-head { display: flex; align-items: center; gap: 16px; }
.service-head h2 { font-size: clamp(1.3rem, 3vw, 1.6rem); margin: 0; }
.service-body .lead { margin-bottom: 1em; }
.check-list { display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list .icon { margin-top: .2em; color: var(--success); stroke-width: 2.5; }
@media (min-width: 640px) { .check-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) {
  .service { grid-template-columns: 320px 1fr; gap: 40px; padding: 36px; }
  .service-head { flex-direction: column; align-items: flex-start; }
}

/* ---------- 8. Page SLA ---------- */
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--border); background: var(--surface); }
.sla-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.sla-table caption { padding: 16px 20px; text-align: left; font-weight: 700; color: var(--text-muted); caption-side: top; border-bottom: 1px solid var(--border); }
.sla-table th, .sla-table td { padding: 16px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); }
.sla-table thead th { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); background: var(--surface-2); }
.sla-table tbody tr:last-child > * { border-bottom: 0; }
.sla-table tbody th { white-space: nowrap; }
.prio {
  display: inline-grid; place-items: center; min-width: 40px; height: 28px; padding: 0 8px; margin-right: 8px;
  border-radius: 6px; font-weight: 800; font-size: .85rem; color: #fff;
}
.prio-p1 { background: #c81e1e; }
.prio-p2 { background: #c2410c; }
.prio-p3 { background: #1f5eff; }
.prio-p4 { background: #475569; }
.prio-name { font-weight: 700; }

/* Tableau empilé sur mobile */
@media (max-width: 759px) {
  .sla-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .sla-table tr { display: block; padding: 16px 20px; border-bottom: 1px solid var(--border); }
  .sla-table tbody tr:last-child { border-bottom: 0; }
  .sla-table th, .sla-table td { display: block; padding: 4px 0; border: 0; }
  .sla-table tbody th { padding-bottom: 10px; }
  .sla-table td[data-label]::before { content: attr(data-label) " : "; font-weight: 600; color: var(--text-muted); }
}

.note { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0 0; color: var(--text-muted); font-size: .95rem; }
.note .icon { margin-top: .2em; color: var(--accent); }
.indicator { margin-top: 40px; padding: 24px; border-radius: var(--radius); background: var(--surface-2); border: 1px solid var(--border); }
.indicator ul { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.indicator li { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; }
.sla-dot { width: 14px; height: 14px; border-radius: 50%; box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 18%, transparent); }
.sla-green { background: #16a34a; color: #16a34a; }
.sla-orange { background: #f59e0b; color: #f59e0b; }
.sla-red { background: #dc2626; color: #dc2626; }

/* ---------- 9. À propos ---------- */
.prose { max-width: 72ch; }
.prose h2 { font-size: 1.35rem; margin-top: 1.8em; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--text-muted); }
.placeholder-text { padding: 12px 16px; border-radius: var(--radius-sm); border: 1px dashed var(--warning); background: var(--warning-bg); color: var(--text) !important; font-style: italic; }
.founder { display: grid; gap: 32px; align-items: center; }
.founder-photo {
  display: grid; place-content: center; justify-items: center; gap: 12px; aspect-ratio: 6 / 7; max-width: 380px; width: 100%;
  border-radius: var(--radius-lg); border: 2px dashed var(--border); background: var(--surface); color: var(--text-muted); text-align: center; padding: 16px;
}
.founder-photo .icon { width: 64px; height: 64px; stroke-width: 1.2; }
.founder-role { font-weight: 700; color: var(--accent); }
@media (min-width: 800px) { .founder { grid-template-columns: 380px 1fr; gap: 56px; } }

/* ---------- 10. Contact et formulaires ---------- */
.contact-grid { display: grid; gap: 24px; }
@media (min-width: 1000px) { .contact-grid { grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: start; } }
.form-card { padding: 24px; }
@media (min-width: 640px) { .form-card { padding: 36px; } }
.contact-aside { display: grid; gap: 24px; }
.info-list { display: grid; gap: 18px; margin: 0; }
.info-list dt { display: flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); }
.info-list dt .icon { color: var(--accent); }
.info-list dd { margin: 4px 0 0; font-weight: 600; }
.info-list a { color: var(--text); text-decoration: none; }
.info-list a:hover { color: var(--primary); }
.map { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--border); aspect-ratio: 4 / 3; background: var(--bg-alt); }
.map iframe { display: block; width: 100%; height: 100%; border: 0; }

/* ---------- 11. Pied de page ---------- */
.site-footer { background: var(--night); color: #a8b8d0; padding-top: 56px; font-size: .95rem; }
.footer-grid { display: grid; gap: 32px; padding-bottom: 40px; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr; gap: 48px; } }
.footer-brand p { max-width: 38ch; margin-top: 16px; }
.footer-emergency { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-weight: 700; }
.footer-title { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer-links, .footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer a { color: #d2ddee; text-decoration: none; }
.site-footer a:hover { color: var(--cyan); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact .icon { margin-top: .2em; color: var(--cyan); }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  padding-block: 20px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .88rem;
}
.footer-bottom p { margin: 0; }
.footer-bottom ul { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }

/* ---------- 12. Animations au défilement ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.stats .stat:nth-child(2), .card-grid > :nth-child(2), .steps > :nth-child(2), .feature-list > :nth-child(2) { transition-delay: .08s; }
.stats .stat:nth-child(3), .card-grid > :nth-child(3), .steps > :nth-child(3), .feature-list > :nth-child(3) { transition-delay: .16s; }
.card-grid > :nth-child(4), .steps > :nth-child(4), .feature-list > :nth-child(4) { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------- 13. Impression ---------- */
@media print {
  .site-header, .site-footer, .cta, .hero-visual, .map { display: none !important; }
  .hero, .page-hero, .band { background: none !important; color: #000 !important; }
  .js .reveal { opacity: 1 !important; transform: none !important; }
}

/* ---------- 14. Éléments personnalisables (CMS) ---------- */
.announce { padding: 9px 0; font-size: .9rem; font-weight: 600; text-align: center; }
.announce a { color: inherit; text-decoration: none; }
.announce a:hover { text-decoration: underline; color: inherit; }
.announce-accent { background: var(--cyan); color: var(--night); }
.announce-info { background: var(--primary); color: #fff; }
.announce-warning { background: #f59e0b; color: #1f1300; }
.whatsapp-fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 60; display: grid; place-items: center;
  width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: var(--shadow-lg);
}
.whatsapp-fab:hover { color: #fff; transform: scale(1.05); }
.whatsapp-fab svg { width: 30px; height: 30px; }
.socials { display: flex; gap: 8px; margin-top: 16px; list-style: none; padding: 0; }
.socials a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); color: #d2ddee; font-size: .78rem; font-weight: 800; text-decoration: none; }
.socials a:hover { border-color: var(--cyan); color: var(--cyan); }
.hero-photo { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); max-width: 560px; justify-self: center; }
.hero-photo img { width: 100%; height: auto; display: block; }
.founder-img { width: 100%; max-width: 380px; aspect-ratio: 6 / 7; object-fit: cover; border-radius: var(--radius-lg); }
.maintenance { min-height: 100vh; display: grid; place-content: center; text-align: center; padding: 24px; background: var(--night); color: #fff; }
.maintenance h1 { font-size: clamp(1.6rem, 5vw, 2.6rem); }
.maintenance p { color: #bccbe0; max-width: 60ch; margin-inline: auto; }
