
:root{
  --bg:#061015; --panel:#0b1920; --panel2:#0e2028; --text:#eef7f8; --muted:#a7bbc1; --line:rgba(255,255,255,.14); --ice:#d7fbff; --cyan:#37d6e8; --green:#64ff8a; --amber:#d8b26e; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;overflow-x:hidden} a{color:inherit;text-decoration:none} img{max-width:100%;display:block} em{color:#fff}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(18px,4vw,46px);background:linear-gradient(180deg,rgba(3,9,13,.72),rgba(3,9,13,0));backdrop-filter:blur(12px)}.brand{display:flex;gap:12px;align-items:center;letter-spacing:.02em}.brand span{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);font-weight:800}.brand b{text-transform:uppercase;font-size:.82rem;letter-spacing:.16em}.site-nav{display:flex;align-items:center;gap:26px;font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted)}.site-nav a:hover{color:#fff}.pill{border:1px solid var(--line);border-radius:999px;padding:10px 16px;color:#fff!important}.nav-toggle{display:none;background:transparent;border:0;width:42px;height:42px}.nav-toggle span{display:block;height:2px;background:#fff;margin:7px 0}.hero{min-height:100vh;position:relative;display:grid;align-items:end;padding:150px clamp(18px,6vw,76px) 90px;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.1);transform:scale(1.02)}.hero-vignette{position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(55,214,232,.05),transparent 40%),linear-gradient(90deg,rgba(3,7,9,.92),rgba(3,7,9,.35) 45%,rgba(3,7,9,.7)),linear-gradient(0deg,rgba(6,16,21,1),rgba(6,16,21,0) 44%)}.hero-content{position:relative;max-width:1000px}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.22em;color:var(--cyan);font-weight:800;margin:0 0 14px}.hero h1,.page-hero h1{font-size:clamp(3.2rem,9vw,9.2rem);line-height:.88;letter-spacing:-.08em;margin:0 0 26px;max-width:1000px}.lede{font-size:clamp(1.05rem,2vw,1.45rem);max-width:780px;color:#d8e8eb}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;border:1px solid var(--line)}.primary{background:#e8fbff;color:#061015;border-color:#e8fbff}.ghost{background:rgba(255,255,255,.05);color:#fff}.scroll-cue{position:absolute;right:36px;bottom:32px;color:var(--muted);font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;writing-mode:vertical-rl}.section{max-width:var(--max);margin:0 auto;padding:110px clamp(18px,4vw,42px)}.proof-strip{max-width:calc(var(--max) + 84px);margin:-48px auto 0;position:relative;z-index:3;display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:26px;overflow:hidden}.proof-strip div{background:rgba(9,25,32,.9);padding:26px 22px}.proof-strip strong{display:block;font-size:1.15rem;color:#fff}.proof-strip span{display:block;color:var(--muted);font-size:.86rem}.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.intro-grid h2,.section-heading h2,.contact-band h2{font-size:clamp(2.1rem,5vw,5.2rem);line-height:.95;letter-spacing:-.06em;margin:0}.rich-copy{font-size:1.12rem;color:#cfe0e4}.rich-copy p:first-child{margin-top:0}.section-heading{margin-bottom:34px}.section-heading p:last-child{color:var(--muted);font-size:1.05rem;max-width:640px}.reel-frame{position:relative;border-radius:28px;overflow:hidden;background:#000;box-shadow:0 40px 120px rgba(0,0,0,.45);border:1px solid var(--line)}.reel-frame img{width:100%;aspect-ratio:16/8;object-fit:cover;opacity:.78}.play-card{position:absolute;left:28px;bottom:28px;background:rgba(4,12,16,.68);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:22px;padding:20px;display:grid;gap:4px}.play-icon{font-size:2.2rem}.play-card small{color:var(--muted)}.timeline{position:relative;display:grid;gap:18px}.timeline:before{content:"";position:absolute;left:117px;top:8px;bottom:8px;width:1px;background:linear-gradient(var(--cyan),transparent)}.timeline article{display:grid;grid-template-columns:120px 1fr;gap:26px;padding:20px 0}.timeline span{color:var(--amber);font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;font-weight:800}.timeline h3{margin:0;font-size:1.7rem;letter-spacing:-.03em}.timeline p{margin:6px 0 0;color:var(--muted);max-width:720px}.feature-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.feature-card{position:relative;min-height:360px;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#000;display:grid;align-items:end}.feature-card.tall{grid-row:span 2;min-height:740px}.feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.62;transition:transform .7s ease,opacity .7s ease}.feature-card:hover img{transform:scale(1.04);opacity:.78}.feature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,7,9,.96),rgba(3,7,9,0) 62%)}.feature-card div{position:relative;z-index:2;padding:30px}.feature-card h3{font-size:clamp(1.7rem,3vw,3.8rem);line-height:.96;margin:0 0 12px;letter-spacing:-.06em}.feature-card p:last-child{color:#d0e0e4;max-width:560px}.shot-index{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.shot-index article{background:var(--panel);border:1px solid var(--line);border-radius:24px;overflow:hidden}.shot-index img{width:100%;aspect-ratio:4/3;object-fit:cover}.shot-index article span{display:block;color:var(--green);font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;font-weight:800;margin:20px 20px 0}.shot-index h3{margin:8px 20px;font-size:1.35rem;line-height:1.02}.shot-index p{margin:0 20px 22px;color:var(--muted);font-size:.92rem}.quote-band{min-height:46vh;display:grid;place-items:center;background:linear-gradient(135deg,rgba(55,214,232,.10),rgba(100,255,138,.05)),#07151c;border-block:1px solid var(--line);padding:80px 22px;text-align:center}.quote-band blockquote{font-size:clamp(2.6rem,8vw,8rem);line-height:.9;letter-spacing:-.08em;margin:0;max-width:1000px}.contact-band{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer{display:flex;justify-content:space-between;gap:26px;max-width:var(--max);margin:0 auto;padding:46px clamp(18px,4vw,42px);border-top:1px solid var(--line);color:var(--muted)}.footer strong{color:#fff}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.subpage{padding-top:90px}.page-hero{max-width:var(--max);margin:0 auto;padding:100px clamp(18px,4vw,42px) 40px}.page-hero h1{font-size:clamp(3.4rem,8vw,8rem)}.page-hero p:last-child{max-width:760px;color:var(--muted);font-size:1.2rem}.credits-list{display:grid;gap:16px}.credit-row{display:grid;grid-template-columns:180px 1fr 220px;gap:24px;align-items:center;border:1px solid var(--line);background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border-radius:24px;padding:16px}.credit-row img{width:180px;aspect-ratio:16/10;object-fit:cover;border-radius:16px}.credit-row span{color:var(--amber);font-weight:800;letter-spacing:.18em;text-transform:uppercase;font-size:.75rem}.credit-row h2{margin:4px 0 6px;line-height:1.05}.credit-row p{margin:0;color:var(--muted)}.credit-tag{justify-self:end;border:1px solid var(--line);border-radius:999px;padding:9px 14px;color:var(--ice);font-size:.76rem;text-transform:uppercase;letter-spacing:.14em}.split-panel,.system-hero{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.split-panel.reverse div:first-child{order:2}.split-panel img,.system-hero img{border-radius:30px;border:1px solid var(--line);width:100%;object-fit:cover}.split-panel h2,.system-hero h2{font-size:clamp(2rem,4vw,4.5rem);line-height:.95;letter-spacing:-.06em;margin:0 0 20px}.split-panel p,.system-hero p{color:var(--muted);font-size:1.05rem}.systems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.systems-grid article{background:var(--panel);border:1px solid var(--line);border-radius:24px;overflow:hidden}.systems-grid img{aspect-ratio:4/3;object-fit:cover;width:100%}.systems-grid h3{font-size:1.4rem;margin:20px 20px 8px}.systems-grid p{color:var(--muted);margin:0 20px 22px}.notes{display:grid;gap:22px}.notes article{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:28px;overflow:hidden}.notes img{height:100%;min-height:340px;width:100%;object-fit:cover}.notes div{padding:32px}.notes h2{font-size:clamp(2rem,4vw,4rem);line-height:.95;letter-spacing:-.06em;margin:0 0 16px}.notes p:last-child{color:var(--muted)}.masonry{columns:3 280px;column-gap:16px}.masonry img{break-inside:avoid;margin:0 0 16px;border-radius:20px;border:1px solid var(--line)}.contact-card{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;background:var(--panel);border:1px solid var(--line);border-radius:30px}.contact-card h2{font-size:clamp(2rem,4vw,4.5rem);line-height:.95;letter-spacing:-.06em;margin:0 0 16px}.contact-card p{color:var(--muted)}.contact-lines{display:grid;align-content:center;gap:14px}.contact-lines a{padding:18px;border:1px solid var(--line);border-radius:18px;color:var(--ice);background:rgba(255,255,255,.03)}.reveal{opacity:1;transform:none;transition:opacity .8s ease,transform .8s ease}.js .reveal{opacity:0;transform:translateY(24px)}.js .reveal.in{opacity:1;transform:none}
@media(max-width:900px){.site-nav{position:fixed;top:72px;left:18px;right:18px;display:none;flex-direction:column;background:rgba(5,14,18,.96);border:1px solid var(--line);border-radius:22px;padding:22px}.site-nav.open{display:flex}.nav-toggle{display:block}.proof-strip{grid-template-columns:1fr;margin:0 18px}.intro-grid,.feature-grid,.split-panel,.system-hero,.contact-card,.notes article{grid-template-columns:1fr}.feature-card.tall{min-height:480px}.shot-index,.systems-grid{grid-template-columns:1fr 1fr}.credit-row{grid-template-columns:1fr}.credit-row img{width:100%}.credit-tag{justify-self:start}.timeline:before{left:0}.timeline article{grid-template-columns:1fr;padding-left:28px}.footer,.contact-band{flex-direction:column;align-items:flex-start}.hero{padding-top:120px}.hero h1{font-size:clamp(3.4rem,17vw,6rem)}}
@media(max-width:580px){.shot-index,.systems-grid{grid-template-columns:1fr}.hero{min-height:92vh}.hero-actions{display:grid}.button{width:100%}.reel-frame img{aspect-ratio:16/12}.play-card{left:14px;right:14px;bottom:14px}.site-header{padding:14px 16px}.brand b{display:none}}


/* v3 refinement: remove public placeholder feel, improve mobile pacing and text rendering */
h1,h2,h3,.quote-band blockquote{ text-wrap: balance; }
.hero h1,.page-hero h1{ letter-spacing:-.065em; }
.hero{ min-height:96vh; }
.hero-content{ max-width:1040px; }
.hero .lede{ max-width:720px; }
.shot-index article{ box-shadow:0 24px 80px rgba(0,0,0,.22); }
.reel-card-link{display:block;}
@media(max-width:900px){
  .site-header{background:linear-gradient(180deg,rgba(3,9,13,.92),rgba(3,9,13,.62));backdrop-filter:blur(16px)}
  .hero{min-height:auto;padding:128px 28px 64px;align-items:end;}
  .hero h1{font-size:clamp(4.1rem,15.5vw,7.1rem);line-height:.90;letter-spacing:-.07em;}
  .hero .lede{font-size:1.28rem;line-height:1.48;}
  .section{padding:76px 28px;}
  .proof-strip{margin:0 28px 24px;border-radius:26px;}
  .intro-grid h2,.section-heading h2,.contact-band h2{font-size:clamp(3rem,10vw,5.4rem);}
  .shot-index{gap:28px;}
  .shot-index article{border-radius:28px;}
  .shot-index img{aspect-ratio:16/11;}
  .shot-index h3{font-size:2.35rem;margin:10px 26px;}
  .shot-index p{font-size:1.2rem;margin:0 26px 28px;}
  .shot-index article span{margin:26px 26px 0;font-size:.95rem;}
  .feature-card{min-height:560px;border-radius:30px;}
  .feature-card.tall{min-height:640px;}
  .feature-card div{padding:34px;}
  .feature-card h3{font-size:3rem;}
  .feature-card p:last-child{font-size:1.25rem;}
  .timeline h3{font-size:2.1rem;}
  .timeline p{font-size:1.16rem;}
  .quote-band blockquote{font-size:clamp(3.5rem,12vw,6rem);}
}
@media(max-width:580px){
  .hero{padding:120px 24px 56px;}
  .hero h1{font-size:clamp(4rem,16vw,5.6rem);line-height:.91;}
  .hero .lede{font-size:1.17rem;}
  .eyebrow{font-size:.86rem;letter-spacing:.24em;}
  .proof-strip{margin:0 20px 18px;}
  .proof-strip div{padding:22px 20px;}
  .intro-grid h2,.section-heading h2,.contact-band h2{font-size:clamp(2.8rem,11vw,4.5rem);}
  .section{padding:68px 22px;}
  .site-nav.open{display:flex;}
  .button{min-height:58px;}
  .scroll-cue{display:none;}
}


/* v1.1: Field Notes direction, no public reel placeholder, R2-ready hero video, captions */
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.86;z-index:0;background:#020609}.hero .hero-bg{z-index:0}.hero-video:not([src]) + picture .hero-bg{display:block}.hero-vignette,.hero-content,.scroll-cue{position:relative}.caption-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.caption-grid figure{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:26px;overflow:hidden}.caption-grid img{width:100%;aspect-ratio:16/11;object-fit:cover}.caption-grid figcaption{padding:18px 20px 22px;color:var(--muted);font-size:.98rem}.field-records{background:linear-gradient(180deg,rgba(55,214,232,.035),rgba(55,214,232,0))}.compact-records{grid-template-columns:1fr;}.compact-records article{min-height:0}.compact-records article:nth-child(even){grid-template-columns:1.1fr .9fr}.compact-records article:nth-child(even) img{order:2}.visual-worlds .section-heading h2{max-width:900px}.credit-row span{color:var(--cyan)}
@media(max-width:900px){.caption-grid{grid-template-columns:1fr}.caption-grid figure{border-radius:28px}.caption-grid figcaption{font-size:1.08rem;padding:20px 22px 24px}.compact-records article,.compact-records article:nth-child(even){grid-template-columns:1fr}.compact-records article:nth-child(even) img{order:0}.notes article{border-radius:30px}.notes div{padding:36px 30px}.notes h2{font-size:clamp(2.8rem,10vw,4.6rem)}.notes p:last-child{font-size:1.16rem}.hero-video{opacity:.78}}
@media(max-width:580px){.caption-grid{gap:24px}.caption-grid img{aspect-ratio:16/12}.caption-grid figcaption{font-size:1rem}.proof-strip{display:none}.page-hero p:last-child{font-size:1.1rem}.credit-row h2{font-size:2rem}}

/* v1.2: hero readability pass for bright ice / video backgrounds */
.hero-vignette{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 74% 24%, rgba(55,214,232,.08), transparent 38%),
    linear-gradient(90deg, rgba(2,8,12,.88) 0%, rgba(2,8,12,.72) 34%, rgba(2,8,12,.32) 58%, rgba(2,8,12,.66) 100%),
    linear-gradient(0deg, rgba(6,16,21,1) 0%, rgba(6,16,21,.78) 10%, rgba(6,16,21,0) 48%),
    linear-gradient(180deg, rgba(2,8,12,.72) 0%, rgba(2,8,12,0) 24%);
  z-index:1;
}
.hero-content{z-index:2;text-shadow:0 4px 28px rgba(0,0,0,.72), 0 1px 2px rgba(0,0,0,.88)}
.hero h1{color:#f2fbfc;text-shadow:0 8px 48px rgba(0,0,0,.78), 0 2px 6px rgba(0,0,0,.82)}
.hero .lede{color:#f0fbfd;text-shadow:0 4px 22px rgba(0,0,0,.82), 0 1px 3px rgba(0,0,0,.95);font-weight:520}
.hero .eyebrow{text-shadow:0 3px 16px rgba(0,0,0,.72)}
.hero-video{z-index:0}.hero-bg{z-index:0}.scroll-cue{z-index:2}
@media(max-width:900px){
  .hero-vignette{
    background:
      linear-gradient(90deg, rgba(2,8,12,.58), rgba(2,8,12,.42)),
      linear-gradient(0deg, rgba(6,16,21,1) 0%, rgba(6,16,21,.72) 12%, rgba(6,16,21,0) 50%),
      linear-gradient(180deg, rgba(2,8,12,.64) 0%, rgba(2,8,12,0) 26%);
  }
  .hero h1{font-size:clamp(3.65rem,14vw,6.35rem)}
  .hero .lede{font-size:1.13rem;line-height:1.42;color:#f5fdff}
}
@media(max-width:580px){
  .hero{padding-bottom:46px}
  .hero-vignette{
    background:
      linear-gradient(90deg, rgba(2,8,12,.46), rgba(2,8,12,.34)),
      linear-gradient(0deg, rgba(6,16,21,1) 0%, rgba(6,16,21,.78) 14%, rgba(6,16,21,0) 52%),
      linear-gradient(180deg, rgba(2,8,12,.62) 0%, rgba(2,8,12,0) 28%);
  }
  .hero h1{font-size:clamp(3.6rem,13.6vw,5.45rem)}
}


/* v1.3: R2 hero video fix + cinematic through-line image section */
.hero{isolation:isolate;background:#02090d}
.hero-video{z-index:1 !important;display:block;pointer-events:none}
.hero-bg{z-index:0 !important}
.hero-vignette{z-index:2 !important;pointer-events:none}
.hero-content{z-index:3 !important}
.scroll-cue{z-index:3 !important}
.hero-vignette{
  background:
    radial-gradient(circle at 22% 44%, rgba(0,0,0,.38), transparent 28%),
    radial-gradient(circle at 72% 34%, rgba(55,214,232,.05), transparent 36%),
    linear-gradient(90deg,rgba(2,7,10,.96) 0%, rgba(2,7,10,.72) 26%, rgba(2,7,10,.42) 52%, rgba(2,7,10,.72) 100%),
    linear-gradient(0deg,rgba(3,10,13,1) 0%, rgba(3,10,13,.58) 26%, rgba(3,10,13,0) 56%);
}
.hero h1,.hero .lede{color:#f4fdff}
.intro-cinematic{position:relative;overflow:hidden;max-width:none;margin:0;padding-left:clamp(18px,6vw,76px);padding-right:clamp(18px,6vw,76px);border-block:1px solid var(--line);min-height:560px;align-items:center}
.intro-cinematic:before{content:"";position:absolute;inset:0;background:url('../img/hero-antarctica-3d.webp') center center/cover no-repeat;opacity:.48;filter:saturate(.85) contrast(1.05)}
.intro-cinematic:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,10,13,.96) 0%,rgba(3,10,13,.82) 38%,rgba(3,10,13,.64) 100%),linear-gradient(0deg,rgba(3,10,13,.98),rgba(3,10,13,.24) 52%,rgba(3,10,13,.92));}
.intro-cinematic > *{position:relative;z-index:1;max-width:var(--max);width:100%}
.intro-cinematic .rich-copy{background:rgba(2,9,12,.36);border:1px solid rgba(225,248,252,.10);border-radius:28px;padding:30px;backdrop-filter:blur(8px)}
.intro-cinematic .rich-copy p{color:#dcecef}
@media(max-width:900px){
  .hero-vignette{background:linear-gradient(90deg,rgba(3,9,12,.84),rgba(3,9,12,.48)),linear-gradient(0deg,rgba(3,10,13,.96) 0%,rgba(3,10,13,.22) 56%)}
  .intro-cinematic{min-height:auto;padding-top:96px;padding-bottom:96px}
  .intro-cinematic .rich-copy{padding:24px;border-radius:24px}
}
@media(max-width:580px){
  .hero h1{color:#f6fdff;text-shadow:0 8px 42px rgba(0,0,0,.88),0 2px 8px rgba(0,0,0,.95)}
  .hero .lede{color:#f8feff;text-shadow:0 4px 22px rgba(0,0,0,.95)}
  .intro-cinematic:before{opacity:.34;background-position:center top}
  .intro-cinematic:after{background:linear-gradient(180deg,rgba(3,10,13,.82),rgba(3,10,13,.95)),linear-gradient(90deg,rgba(3,10,13,.96),rgba(3,10,13,.68))}
}


/* v1.4: hero composition, archive page, protected contact form */
.hero-video{object-position:68% center;opacity:.92}
.hero-content{max-width:980px}
.hero h1{max-width:980px}
.hero-vignette{
  background:
    radial-gradient(circle at 72% 42%, rgba(40,230,245,.16), transparent 34%),
    linear-gradient(90deg, rgba(0,10,13,.94) 0%, rgba(0,10,13,.82) 35%, rgba(0,10,13,.42) 66%, rgba(0,10,13,.28) 100%),
    linear-gradient(0deg, rgba(4,12,15,1) 0%, rgba(4,12,15,.46) 34%, rgba(4,12,15,0) 62%),
    linear-gradient(180deg, rgba(2,8,12,.78) 0%, rgba(2,8,12,0) 28%);
}
.site-nav{gap:28px}.site-nav a{white-space:nowrap}
.archive-hero{background:linear-gradient(90deg,rgba(3,10,13,.94),rgba(3,10,13,.72)),url('../img/alucia-submersibles-night.webp') center center/cover no-repeat;border-bottom:1px solid var(--line)}
.archive-showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.archive-card{background:var(--panel);border:1px solid var(--line);border-radius:30px;overflow:hidden;display:grid;grid-template-rows:auto 1fr;box-shadow:0 24px 90px rgba(0,0,0,.22)}.archive-card.large{grid-column:1 / -1;grid-template-columns:1.1fr .9fr;grid-template-rows:auto}.archive-card img{width:100%;height:100%;min-height:300px;object-fit:cover}.archive-card div{padding:34px}.archive-card h2{font-size:clamp(2.7rem,5vw,5.2rem);line-height:.94;letter-spacing:-.06em;margin:0 0 18px}.archive-card h3{font-size:clamp(2rem,3.2vw,3.6rem);line-height:.98;letter-spacing:-.055em;margin:0 0 16px}.archive-card p:last-child{color:var(--muted);font-size:1.06rem}.licensing-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:start;background:linear-gradient(135deg,rgba(55,214,232,.07),rgba(100,255,138,.03));border-block:1px solid var(--line);max-width:none;padding-left:clamp(18px,6vw,76px);padding-right:clamp(18px,6vw,76px)}.licensing-panel h2{font-size:clamp(3rem,6vw,6.5rem);line-height:.92;letter-spacing:-.07em;margin:0}.licensing-panel .rich-copy{max-width:740px}.contact-form-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:start}.contact-intro,.secure-form{background:var(--panel);border:1px solid var(--line);border-radius:30px;padding:34px}.contact-intro h2{font-size:clamp(2.3rem,4.6vw,5rem);line-height:.95;letter-spacing:-.06em;margin:0 0 18px}.contact-intro p{color:var(--muted)}.security-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px}.security-list span{border:1px solid var(--line);border-radius:999px;padding:10px 14px;color:var(--ice);background:rgba(255,255,255,.035);font-size:.92rem}.secure-form{display:grid;gap:18px}.secure-form label{display:grid;gap:8px;color:var(--ice);font-weight:800;letter-spacing:.02em}.secure-form input,.secure-form select,.secure-form textarea{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.045);color:var(--text);border-radius:16px;padding:15px 16px;font:inherit;outline:none}.secure-form textarea{resize:vertical}.secure-form input:focus,.secure-form select:focus,.secure-form textarea:focus{border-color:rgba(55,214,232,.74);box-shadow:0 0 0 4px rgba(55,214,232,.12)}.hp-field{position:absolute;left:-9999px}.turnstile-note{border:1px dashed rgba(55,214,232,.34);border-radius:18px;padding:16px;color:var(--muted);font-size:.94rem}.form-status{min-height:1.4em;color:var(--cyan);font-weight:800}.contact-page .page-hero p:last-child{max-width:900px}.footer-links{gap:26px;flex-wrap:wrap}
@media(max-width:1100px){.site-nav{gap:18px}.brand b{font-size:.78rem}.archive-card.large{grid-template-columns:1fr}}
@media(max-width:900px){.hero-video{object-position:66% center}.hero-vignette{background:linear-gradient(90deg,rgba(3,9,12,.86),rgba(3,9,12,.46)),linear-gradient(0deg,rgba(3,10,13,.96) 0%,rgba(3,10,13,.20) 56%)}.archive-showcase,.licensing-panel,.contact-form-shell{grid-template-columns:1fr}.archive-card div,.contact-intro,.secure-form{padding:28px}.archive-card img{min-height:auto;aspect-ratio:16/11}.security-list{grid-template-columns:1fr}.site-nav{gap:14px}}
@media(max-width:580px){.hero-video{object-position:64% center}.hero-content{max-width:100%}.hero h1{max-width:8.2ch}.archive-card,.contact-intro,.secure-form{border-radius:26px}.archive-showcase{gap:26px}.archive-card div{padding:26px 24px}.archive-card h3{font-size:2.35rem}.licensing-panel{padding-top:72px;padding-bottom:72px}.site-nav.open{gap:18px}.footer-links{gap:18px}}


/* v1.5: tighter homepage pacing and revised credits copy */
/* The Through-Line block was removed from index.html. Keep this fallback in case old markup is cached. */
.intro-grid.intro-cinematic{display:none !important}
.field-records{padding-top:110px}
@media(max-width:580px){.field-records{padding-top:80px}}


/* v1.6: public-facing contact, archive symmetry, social icons */
.site-header{gap:18px}.site-nav{gap:22px}.header-social{display:flex;align-items:center;gap:9px;margin-left:2px;margin-right:2px}.social-icons{display:flex;align-items:center;gap:10px}.social-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;font-size:.9rem;line-height:1;box-shadow:0 8px 22px rgba(0,0,0,.25);transition:transform .18s ease, filter .18s ease}.social-icon:hover{transform:translateY(-1px);filter:brightness(1.12)}.social-icon span{display:block;transform:translateY(-.5px)}.social-icon.tiktok{background:#050708}.social-icon.instagram{background:radial-gradient(circle at 32% 106%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 92%)}.social-icon.facebook{background:#1877f2;font-family:Arial,sans-serif;font-size:1.05rem}.social-icon.youtube{background:#ff0000;font-size:.72rem}.footer{align-items:flex-start}.footer-right{display:grid;gap:22px;justify-items:end}.footer-social .social-icon{width:40px;height:40px;font-size:1rem}.footer-social .social-icon.facebook{font-size:1.2rem}.footer-social .social-icon.youtube{font-size:.86rem}
.archive-page .archive-hero{max-width:none;margin:0;min-height:72vh;padding:clamp(120px,14vw,190px) clamp(18px,6vw,76px) clamp(80px,10vw,130px);display:flex;flex-direction:column;justify-content:center;border-radius:0;background:linear-gradient(90deg,rgba(3,10,13,.97) 0%,rgba(3,10,13,.88) 42%,rgba(3,10,13,.62) 72%,rgba(3,10,13,.86) 100%),linear-gradient(0deg,rgba(3,10,13,.98),rgba(3,10,13,.36) 50%,rgba(3,10,13,.84)),url('../img/alucia-submersibles-night.webp') center center/cover no-repeat}.archive-page .archive-hero h1,.archive-page .archive-hero p{max-width:980px}.archive-page .archive-hero h1{font-size:clamp(4rem,8vw,9.5rem);line-height:.88}.archive-page .archive-hero p:last-child{font-size:clamp(1.05rem,1.55vw,1.35rem);max-width:820px;color:#d6e8ec}.licensing-panel{min-height:auto;grid-template-columns:1fr 1fr;align-items:center}.licensing-panel h2{max-width:720px}.licensing-panel .rich-copy p{font-size:1.2rem;color:#d9e9ec}.licensing-panel .rich-copy{display:grid;gap:24px}.contact-page .page-hero h1{max-width:900px}.contact-intro p{font-size:1.06rem}.public-tags{grid-template-columns:repeat(2,1fr)}.public-tags span{text-align:center}.contact-page .turnstile-note{display:none!important}
@media(max-width:1180px){.header-social{display:none}.site-nav{gap:22px}}
@media(max-width:900px){.footer-right{justify-items:start}.footer-social .social-icon{width:38px;height:38px}.archive-page .archive-hero{min-height:68vh;padding-top:128px}.licensing-panel{grid-template-columns:1fr}.licensing-panel h2{font-size:clamp(3.2rem,12vw,6rem)}}
@media(max-width:580px){.archive-page .archive-hero{min-height:78vh;background-position:center center}.archive-page .archive-hero h1{font-size:clamp(3.6rem,14vw,5.6rem)}.public-tags{grid-template-columns:1fr}.footer-social{gap:12px}.social-icon{width:34px;height:34px}.site-nav.open .header-social{display:flex;margin:10px 0}.site-nav.open .social-icon{width:40px;height:40px}}


/* v1.7: refined SVG social icons */
.social-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.08);overflow:hidden;font-size:0}
.social-icon svg{width:58%;height:58%;display:block;fill:currentColor}
.social-icon.instagram svg{width:60%;height:60%;fill:none}
.social-icon.instagram circle:last-child{fill:currentColor;stroke:none}
.social-icon.tiktok{background:#050708;color:#fff}
.social-icon.instagram{background:radial-gradient(circle at 30% 105%,#fdf497 0 8%,#fd5949 42%,#d6249f 62%,#285AEB 100%);color:#fff}
.social-icon.facebook{background:#1877f2;color:#fff}
.social-icon.youtube{background:#ff0000;color:#fff}
.header-social{gap:12px}
.footer-social .social-icon{width:48px;height:48px}
.site-nav.open .social-icon{width:46px;height:46px}
@media(max-width:1180px){.header-social{display:none}}
@media(max-width:580px){.site-nav.open .header-social{display:flex}.social-icon{width:40px;height:40px}.footer-social .social-icon{width:44px;height:44px}}

/* v1.8: hero balance after upgraded underwater 3D loop */
.hero{
  min-height:92vh;
  align-items:end;
  padding-top:128px;
  padding-bottom:66px;
}
.hero-video{
  opacity:1 !important;
  object-position:72% center !important;
  filter:saturate(1.08) contrast(1.05) brightness(1.12);
}
.hero-vignette{
  background:
    radial-gradient(circle at 76% 42%, rgba(55,214,232,.20), transparent 34%),
    linear-gradient(90deg,
      rgba(3,9,12,.93) 0%,
      rgba(3,9,12,.78) 34%,
      rgba(3,9,12,.42) 58%,
      rgba(3,9,12,.16) 78%,
      rgba(3,9,12,.50) 100%),
    linear-gradient(0deg, rgba(3,10,13,.92) 0%, rgba(3,10,13,.08) 52%) !important;
}
.hero-content{
  max-width:880px !important;
}
.hero h1{
  max-width:880px !important;
  font-size:clamp(4.7rem,7.25vw,7.9rem) !important;
  line-height:.91 !important;
  letter-spacing:-.075em;
}
.hero .lede{
  max-width:690px;
  font-size:clamp(1.02rem,1.38vw,1.24rem) !important;
  line-height:1.42;
  font-weight:650;
}
.hero-actions{margin-top:28px;}

@media(max-width:1100px){
  .hero h1{font-size:clamp(4.1rem,9.4vw,6.2rem) !important;max-width:760px !important;}
  .hero-content{max-width:760px !important;}
}

@media(max-width:900px){
  .hero{
    min-height:auto;
    padding:118px 32px 56px;
  }
  .hero-video{
    object-position:78% center !important;
    filter:saturate(1.05) contrast(1.04) brightness(1.08);
  }
  .hero-vignette{
    background:
      linear-gradient(90deg, rgba(3,9,12,.90), rgba(3,9,12,.44)),
      linear-gradient(0deg, rgba(3,10,13,.92) 0%, rgba(3,10,13,.18) 52%) !important;
  }
  .hero h1{
    font-size:clamp(3.35rem,12.8vw,5.6rem) !important;
    max-width:7.8ch !important;
    line-height:.93 !important;
    letter-spacing:-.065em;
  }
  .hero .lede{
    font-size:1.08rem !important;
    line-height:1.44;
    max-width:95%;
  }
}

@media(max-width:580px){
  .hero{
    padding:116px 24px 42px;
  }
  .hero-video{
    object-position:82% center !important;
    opacity:1 !important;
  }
  .hero h1{
    font-size:clamp(3.05rem,12.9vw,4.75rem) !important;
    max-width:7.2ch !important;
  }
  .hero .lede{
    font-size:1.02rem !important;
    line-height:1.43;
  }
  .hero-actions{margin-top:26px;}
}

/* v1.9: contact endpoint, cleaner public copy, split hero so video and typography do not fight */
.hero.hero-split{
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:112px clamp(18px,5.2vw,76px) 64px;
  background:
    radial-gradient(circle at 82% 20%, rgba(55,214,232,.10), transparent 30%),
    linear-gradient(180deg,#041014 0%,#061015 100%);
  overflow:hidden;
}
.hero.hero-split .hero-shell{
  width:100%;
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(520px,.95fr) minmax(460px,.85fr);
  gap:clamp(34px,5vw,80px);
  align-items:center;
}
.hero.hero-split .hero-media{
  position:relative;
  min-height:clamp(440px,58vh,720px);
  border:1px solid rgba(225,248,252,.16);
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 42px 120px rgba(0,0,0,.46);
  background:#02090d;
  order:2;
}
.hero.hero-split .hero-video,
.hero.hero-split .hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:58% center;
  opacity:1 !important;
  filter:saturate(1.22) contrast(1.08) brightness(.88);
  transform:none;
}
.hero.hero-split .hero-video{z-index:1!important;}
.hero.hero-split .hero-bg{z-index:0!important;}
.hero.hero-split .hero-media-shade{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(2,8,12,.08),rgba(2,8,12,.28)),
    radial-gradient(circle at 68% 38%,rgba(55,214,232,.10),transparent 34%);
}
.hero.hero-split .hero-vignette{display:none!important;}
.hero.hero-split .hero-content{
  position:relative;
  z-index:3!important;
  max-width:760px!important;
  text-shadow:none;
  order:1;
}
.hero.hero-split h1{
  font-size:clamp(4.6rem,6.8vw,8.1rem)!important;
  line-height:.88;
  letter-spacing:-.07em;
  max-width:780px!important;
  margin-bottom:24px;
  text-shadow:0 10px 38px rgba(0,0,0,.38);
}
.hero.hero-split .lede{
  max-width:690px;
  font-size:clamp(1.08rem,1.45vw,1.34rem)!important;
  line-height:1.42!important;
  color:#e6f4f6;
  text-shadow:none;
  font-weight:620;
}
.hero.hero-split .hero-actions{margin-top:30px;}
.hero.hero-split .scroll-cue{right:24px;bottom:28px;opacity:.68;}
.contact-band .button.primary{white-space:nowrap;}

@media(max-width:1100px){
  .hero.hero-split .hero-shell{grid-template-columns:1fr;gap:34px;}
  .hero.hero-split .hero-media{order:1;min-height:clamp(280px,42vh,520px);border-radius:28px;}
  .hero.hero-split .hero-content{order:2;max-width:880px!important;}
  .hero.hero-split h1{font-size:clamp(4rem,10vw,7.2rem)!important;max-width:880px!important;}
  .hero.hero-split .lede{max-width:760px;}
}
@media(max-width:580px){
  .hero.hero-split{
    min-height:auto;
    padding:110px 20px 44px;
  }
  .hero.hero-split .hero-shell{gap:26px;}
  .hero.hero-split .hero-media{
    min-height:310px;
    border-radius:26px;
  }
  .hero.hero-split .hero-video,
  .hero.hero-split .hero-bg{object-position:58% center;filter:saturate(1.18) contrast(1.06) brightness(.86);}
  .hero.hero-split h1{
    font-size:clamp(3.25rem,12.6vw,4.8rem)!important;
    line-height:.92;
    max-width:9.5ch!important;
    margin-bottom:18px;
  }
  .hero.hero-split .lede{
    font-size:1.06rem!important;
    line-height:1.43!important;
    font-weight:590;
  }
  .hero.hero-split .hero-actions{margin-top:22px;}
}


/* v2.0: clean contact form, remove scroll cue, rebalance desktop split hero */
.scroll-cue{display:none!important;}
.hero.hero-split{
  min-height:100vh;
  padding:118px clamp(22px,4.8vw,82px) 70px;
}
.hero.hero-split .hero-shell{
  max-width:1500px;
  grid-template-columns:minmax(470px,.86fr) minmax(560px,1fr);
  gap:clamp(42px,6vw,96px);
}
.hero.hero-split .hero-content{
  max-width:650px!important;
}
.hero.hero-split h1{
  font-size:clamp(4rem,5.25vw,6.6rem)!important;
  line-height:.91!important;
  max-width:650px!important;
  letter-spacing:-.068em;
  margin-bottom:22px;
}
.hero.hero-split .lede{
  max-width:640px!important;
  font-size:clamp(.98rem,1.12vw,1.16rem)!important;
  line-height:1.42!important;
  font-weight:620;
}
.hero.hero-split .hero-media{
  min-height:clamp(390px,42vw,610px);
  align-self:center;
  border-radius:30px;
}
.hero.hero-split .hero-video,
.hero.hero-split .hero-bg{
  object-position:52% center!important;
  filter:saturate(1.28) contrast(1.08) brightness(.95)!important;
}
.hero.hero-split .hero-media-shade{
  background:linear-gradient(180deg,rgba(2,8,12,.04),rgba(2,8,12,.14)),radial-gradient(circle at 55% 45%,rgba(55,214,232,.08),transparent 36%);
}
.contact-page .secure-form > p,
.contact-page .turnstile-note{display:none!important;}

@media(min-width:1101px){
  .hero.hero-split .eyebrow{margin-bottom:18px;}
  .hero.hero-split .hero-actions{margin-top:28px;}
}

@media(max-width:1100px){
  .hero.hero-split .hero-shell{grid-template-columns:1fr;gap:28px;}
  .hero.hero-split .hero-media{order:1;min-height:clamp(310px,48vh,560px);}
  .hero.hero-split .hero-content{order:2;max-width:900px!important;}
  .hero.hero-split h1{font-size:clamp(3.8rem,10.2vw,7rem)!important;max-width:900px!important;}
  .hero.hero-split .lede{max-width:820px!important;font-size:1.08rem!important;}
}

@media(max-width:580px){
  .hero.hero-split{padding:110px 20px 44px;}
  .hero.hero-split .hero-media{min-height:310px;border-radius:26px;}
  .hero.hero-split .hero-video,
  .hero.hero-split .hero-bg{object-position:50% center!important;filter:saturate(1.22) contrast(1.04) brightness(.93)!important;}
  .hero.hero-split h1{font-size:clamp(3.2rem,12.4vw,4.7rem)!important;max-width:9.6ch!important;line-height:.92!important;}
}

/* v2.2 compliance and polish */
.copyright{margin:.7rem 0 0;color:var(--muted);font-size:.86rem;line-height:1.4}
.legal-copy{max-width:900px}.legal-copy h2{font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.04em;margin:0 0 12px}.legal-copy p{color:var(--muted);font-size:1.08rem;margin:0 0 34px}.privacy-page .page-hero h1{max-width:850px}
.contact-page{position:relative;isolation:isolate;overflow:hidden}.contact-page:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(3,10,13,.98) 0%,rgba(3,10,13,.90) 46%,rgba(3,10,13,.64) 100%),linear-gradient(0deg,rgba(3,10,13,1),rgba(3,10,13,.20) 46%,rgba(3,10,13,.92)),url('../img/panther-wildthings.webp') right 11% top 120px/auto 58vh no-repeat;opacity:.72}.contact-page:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 82% 24%,rgba(55,214,232,.13),transparent 28%)}
.contact-page .page-hero,.contact-page .contact-form-shell{position:relative}.contact-page .page-hero{padding-bottom:22px}.contact-page .secure-form > p{display:none!important}.contact-page .turnstile-note{display:none!important}
.contact-band h2{max-width:1120px}.footer .footer-links a[href="privacy.html"]{opacity:.82}
@media(max-width:580px){.contact-page:before{background:linear-gradient(0deg,rgba(3,10,13,.99),rgba(3,10,13,.68)),url('../img/panther-wildthings.webp') center 100px/cover no-repeat;opacity:.55}.copyright{font-size:.82rem}}

/* v2.3: footer symmetry, true 16:9 hero video, native Formspree submit, brighter contact visual */
.hero.hero-split .hero-media{
  aspect-ratio:16 / 9 !important;
  min-height:0 !important;
  height:auto !important;
  width:100%;
}
.hero.hero-split .hero-video,
.hero.hero-split .hero-bg{
  object-fit:cover !important;
  object-position:50% center !important;
}
@media(min-width:1101px){
  .hero.hero-split{min-height:92vh;padding-top:118px;padding-bottom:70px;}
  .hero.hero-split .hero-shell{
    grid-template-columns:minmax(430px,.82fr) minmax(600px,1fr);
    gap:clamp(48px,6vw,110px);
    align-items:center;
  }
  .hero.hero-split .hero-content{max-width:620px!important;}
  .hero.hero-split h1{font-size:clamp(4.05rem,4.75vw,6rem)!important;max-width:620px!important;}
  .hero.hero-split .hero-media{max-width:780px;justify-self:end;}
}
@media(max-width:1100px){
  .hero.hero-split .hero-media{aspect-ratio:16 / 9 !important;min-height:0 !important;}
}
@media(max-width:580px){
  .hero.hero-split .hero-media{aspect-ratio:16 / 9 !important;min-height:0 !important;}
}

.footer{
  max-width:1440px;
  display:grid !important;
  grid-template-columns:1fr auto 1fr;
  align-items:start !important;
  gap:34px;
  padding-top:54px;
  padding-bottom:54px;
}
.footer > div:first-child{justify-self:start;max-width:600px;}
.footer-right{justify-self:stretch;display:contents !important;}
.footer-links{
  justify-self:center;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
  text-align:center;
}
.footer-social{
  justify-self:end;
  align-self:start;
  justify-content:flex-end;
  display:flex;
  gap:14px;
}
@media(max-width:900px){
  .footer{
    grid-template-columns:1fr !important;
    justify-items:center;
    text-align:center;
    gap:28px;
  }
  .footer > div:first-child,
  .footer-links,
  .footer-social{justify-self:center;}
  .footer > div:first-child{max-width:680px;}
  .footer-links{gap:22px;}
  .footer-social{justify-content:center;}
}
@media(max-width:580px){
  .footer{padding:42px 26px 48px;}
  .footer-links{gap:18px 24px;}
}

.contact-page:before{
  opacity:.95 !important;
  background:
    linear-gradient(90deg,rgba(3,10,13,.98) 0%,rgba(3,10,13,.88) 38%,rgba(3,10,13,.55) 70%,rgba(3,10,13,.88) 100%),
    linear-gradient(0deg,rgba(3,10,13,1) 0%,rgba(3,10,13,.46) 48%,rgba(3,10,13,.84) 100%),
    url('../img/triton-night-deploy.webp') center top 84px/cover no-repeat !important;
}
.contact-page:after{
  background:
    radial-gradient(circle at 74% 22%,rgba(55,214,232,.18),transparent 30%),
    radial-gradient(circle at 50% 78%,rgba(100,255,138,.05),transparent 34%) !important;
}
.contact-page .contact-form-shell{padding-top:64px;}
.secure-form button[type="submit"]{cursor:pointer;}
.secure-form button[type="submit"]:hover{filter:brightness(1.04);transform:translateY(-1px);}
.secure-form .form-status{display:none!important;}
@media(max-width:900px){
  .contact-page:before{
    background:
      linear-gradient(0deg,rgba(3,10,13,.99) 0%,rgba(3,10,13,.72) 45%,rgba(3,10,13,.92) 100%),
      url('../img/triton-night-deploy.webp') center top 96px/cover no-repeat !important;
    opacity:.88 !important;
  }
}


/* v2.4: full-width top hero video, revised bio copy, footer symmetry, Formspree-native contact */
.hero.hero-video-first{
  min-height:auto !important;
  display:block !important;
  padding:88px 0 74px !important;
  overflow:hidden;
}
.hero.hero-video-first .hero-shell{
  max-width:none !important;
  width:100% !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
}
.hero.hero-video-first .hero-media{
  order:1 !important;
  width:100vw !important;
  max-width:none !important;
  margin:0 !important;
  border-radius:0 !important;
  border:0 !important;
  aspect-ratio:16 / 9 !important;
  min-height:0 !important;
  height:auto !important;
  justify-self:stretch !important;
  box-shadow:none !important;
  background:#02070a;
}
.hero.hero-video-first .hero-video,
.hero.hero-video-first .hero-bg{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  filter:saturate(1.22) contrast(1.05) brightness(.98) !important;
}
.hero.hero-video-first .hero-media-shade{
  background:linear-gradient(180deg,rgba(2,8,12,.02),rgba(2,8,12,.06)) !important;
}
.hero.hero-video-first .hero-content{
  order:2 !important;
  width:min(1180px,calc(100vw - 44px)) !important;
  max-width:1180px !important;
  margin:54px auto 0 !important;
  padding:0 !important;
}
.hero.hero-video-first h1{
  font-size:clamp(4.2rem,7.2vw,8.2rem) !important;
  line-height:.9 !important;
  max-width:960px !important;
  margin-bottom:24px !important;
}
.hero.hero-video-first .lede{
  max-width:860px !important;
  font-size:clamp(1.04rem,1.35vw,1.32rem) !important;
  line-height:1.45 !important;
}
.hero.hero-video-first .hero-actions{margin-top:30px !important;}
@media(min-width:1400px){
  .hero.hero-video-first .hero-media{max-height:78vh !important;}
}
@media(max-width:900px){
  .hero.hero-video-first{padding:106px 0 54px !important;}
  .hero.hero-video-first .hero-content{width:calc(100vw - 44px) !important;margin-top:38px !important;}
  .hero.hero-video-first h1{font-size:clamp(3.35rem,12vw,6.4rem) !important;max-width:10.5ch !important;}
  .hero.hero-video-first .lede{font-size:1.05rem !important;max-width:100% !important;}
}
@media(max-width:580px){
  .hero.hero-video-first{padding:106px 0 42px !important;}
  .hero.hero-video-first .hero-content{width:calc(100vw - 40px) !important;margin-top:32px !important;}
  .hero.hero-video-first h1{font-size:clamp(3.1rem,13vw,4.8rem) !important;max-width:9.8ch !important;}
}
.footer{
  max-width:1440px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(360px,auto) minmax(0,1fr) !important;
  align-items:start !important;
  gap:38px !important;
}
.footer > div:first-child{justify-self:start !important;max-width:620px !important;text-align:left !important;}
.footer-right{display:contents !important;}
.footer-links{justify-self:center !important;text-align:center !important;justify-content:center !important;align-items:center !important;gap:30px !important;}
.footer-social{justify-self:end !important;justify-content:flex-end !important;align-self:start !important;}
@media(max-width:900px){
  .footer{grid-template-columns:1fr !important;justify-items:center !important;text-align:center !important;gap:26px !important;}
  .footer > div:first-child{justify-self:center !important;text-align:center !important;max-width:680px !important;}
  .footer-links{justify-self:center !important;gap:20px 24px !important;}
  .footer-social{justify-self:center !important;justify-content:center !important;}
}
.contact-page:before{
  background:
    linear-gradient(90deg,rgba(3,10,13,.99) 0%,rgba(3,10,13,.88) 46%,rgba(3,10,13,.62) 100%),
    linear-gradient(0deg,rgba(3,10,13,1) 0%,rgba(3,10,13,.42) 45%,rgba(3,10,13,.88) 100%),
    url('../img/triton-night-deploy.webp') center top 86px/cover no-repeat !important;
  opacity:.82 !important;
}
.secure-form .form-submit{width:100%;border:none;appearance:none;-webkit-appearance:none;}
