
    :root {
      --ivory:#f5f1e8;
      --paper:#eae3d4;
      --night:#06100d;
      --forest:#0b211a;
      --green:#16372c;
      --gold:#bda36d;
      --muted:#acb8b2;
      --line:rgba(255,255,255,.14);
      --dark-line:rgba(6,16,13,.16);
    }
    * { box-sizing:border-box; }
    html { scroll-behavior:smooth; }
    body { margin:0; color:var(--ivory); background:var(--night); font:16px/1.65 "DM Sans",Arial,sans-serif; -webkit-font-smoothing:antialiased; }
    a { color:inherit; }
    .shell { width:min(1160px,calc(100% - 44px)); margin:0 auto; }

    header { position:absolute; inset:0 0 auto; z-index:10; border-bottom:1px solid var(--line); background:rgba(6,16,13,.28); backdrop-filter:blur(12px); }
    nav { min-height:86px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
    .brand { display:flex; align-items:center; gap:15px; text-decoration:none; font-size:.82rem; font-weight:700; letter-spacing:.13em; }
    .brand img { width:52px; height:42px; object-fit:contain; }
    .nav-link { padding-bottom:3px; border-bottom:1px solid transparent; color:#d8ddd9; text-decoration:none; font-size:.86rem; font-weight:600; }
    .nav-link:hover { border-color:var(--gold); color:#fff; }

    .hero { position:relative; min-height:820px; display:grid; align-items:center; overflow:hidden; isolation:isolate; }
    .hero-image { position:absolute; inset:0; z-index:-2; width:100%; height:100%; object-fit:cover; object-position:center; }
    .hero::after { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(4,12,9,.98) 0%,rgba(4,12,9,.88) 31%,rgba(4,12,9,.35) 60%,rgba(4,12,9,.08) 100%),linear-gradient(0deg,rgba(4,12,9,.65),transparent 45%); }
    .hero-content { width:min(790px,68%); padding:170px 0 95px; }
    .eyebrow { color:var(--gold); font-size:.72rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; }
    h1,h2 { font-family:"Cormorant Garamond",Georgia,serif; font-weight:500; }
    h1 { max-width:790px; margin:20px 0 24px; font-size:clamp(4.2rem,8vw,7.5rem); line-height:.85; letter-spacing:-.055em; }
    .lede { max-width:650px; margin:0; color:#c0cbc5; font-size:clamp(1.03rem,1.7vw,1.23rem); }
    .actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:36px; }
    .button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:12px 20px; border:1px solid var(--gold); background:var(--gold); color:#0b1511; text-decoration:none; font-size:.86rem; font-weight:700; }
    .button.secondary { background:rgba(6,16,13,.28); color:var(--ivory); border-color:rgba(255,255,255,.32); backdrop-filter:blur(6px); }

    .credentials { border-block:1px solid var(--line); background:#081611; }
    .credential-row { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:25px; color:#9eaaa4; font-size:.7rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
    .credential-row span + span::before { content:""; display:inline-block; width:26px; height:1px; margin:0 25px 4px 0; background:var(--gold); }

    section { padding:105px 0; }
    .section-grid { display:grid; grid-template-columns:.75fr 1.45fr; gap:76px; align-items:start; }
    h2 { margin:10px 0 0; font-size:clamp(2.8rem,5vw,4.8rem); line-height:.98; letter-spacing:-.035em; }
    .section-copy { max-width:720px; color:#48554e; font-size:1.06rem; }
    .section-copy p:first-child { margin-top:2px; }
    .about { background:var(--ivory); color:#102019; }

    .capabilities { border-top:1px solid var(--line); background:var(--night); }
    .capabilities h2 { max-width:850px; }
    .cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; margin-top:50px; background:var(--line); border:1px solid var(--line); }
    .card { min-height:235px; padding:34px; background:var(--forest); }
    .card span { color:var(--gold); font:600 1.05rem/1 "Cormorant Garamond",Georgia,serif; }
    .card h3 { margin:54px 0 10px; font-size:1rem; letter-spacing:.015em; }
    .card p { max-width:450px; margin:0; color:#9fada6; font-size:.9rem; }

    .focus { background:var(--paper); color:#102019; }
    .focus .section-copy { color:#4f5d56; }
    .regions { display:flex; flex-wrap:wrap; gap:9px; margin-top:30px; }
    .region { padding:8px 13px; border:1px solid rgba(6,16,13,.2); color:#304239; font-size:.76rem; font-weight:600; }

    .contact { position:relative; overflow:hidden; background:var(--green); text-align:center; }
    .contact::before { content:""; position:absolute; inset:0; opacity:.07; background:url('/whitefish-subsurface-hero.jpg') center 52%/cover no-repeat; }
    .contact .shell { position:relative; }
    .contact h2 { max-width:760px; margin:13px auto 18px; }
    .contact p { max-width:650px; margin:0 auto 30px; color:#bdc8c2; }
    footer { padding:29px 0 40px; border-top:1px solid var(--line); color:#7f8d86; font-size:.76rem; }
    .footer-row { display:flex; justify-content:space-between; gap:22px; flex-wrap:wrap; }

    @media (max-width:780px) {
      .shell { width:min(100% - 28px,1160px); }
      .brand { font-size:.72rem; }
      .brand img { width:46px; height:37px; }
      .hero { min-height:760px; }
      .hero-image { object-position:62% center; }
      .hero::after { background:linear-gradient(90deg,rgba(4,12,9,.96),rgba(4,12,9,.42)),linear-gradient(0deg,rgba(4,12,9,.72),transparent 45%); }
      .hero-content { width:100%; padding:150px 0 70px; }
      h1 { font-size:clamp(4rem,18vw,6rem); }
      .credential-row { padding:18px 0; flex-wrap:wrap; justify-content:flex-start; }
      .credential-row span + span::before { width:16px; margin-right:16px; }
      .section-grid { grid-template-columns:1fr; gap:28px; }
      .cards { grid-template-columns:1fr; }
      section { padding:76px 0; }
    }
  
a:focus-visible{outline:3px solid var(--gold);outline-offset:5px}.read-more{display:inline-block;margin-top:18px;text-underline-offset:4px}.page-header{position:relative}.page-intro{padding:65px 0;background:var(--forest)}.page-intro h1{font-size:clamp(2.6rem,6vw,5rem);line-height:1.05;letter-spacing:-.035em}.breadcrumbs{font-size:.85rem;color:var(--muted);margin-bottom:25px}.article-body{background:var(--ivory);color:#102019;padding:65px 0}.article-copy{max-width:800px}.article-copy h2{font-size:clamp(2rem,4vw,2.9rem);line-height:1.12;margin:35px 0 18px}.article-copy h2:first-child{margin-top:0}.article-copy p,.article-copy li{color:#48554e}.article-copy li{margin-bottom:10px}.related{display:flex;flex-wrap:wrap;gap:20px;margin-top:32px}.skip-link{position:absolute;top:-80px;left:12px;z-index:20;padding:12px;background:var(--ivory);color:var(--night)}.skip-link:focus{top:12px}@media(max-width:780px){.page-header nav{flex-wrap:wrap;padding:15px 0;gap:12px}.page-intro,.article-body{padding:48px 0}.contact .button{overflow-wrap:anywhere;max-width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
