:root{
  --navy:#071A33;
  --navy2:#0B2342;
  --gold:#B29362;
  --gold2:#D4AF37;
  --cream:#FBF8F2;
  --text:#14213A;
  --muted:#596678;
  --line:#DED8CD;
  --pale:#F5F8FB;
  --white:#fff;
  --shadow:0 16px 38px rgba(7,26,51,.08);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55}
a{color:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:linear-gradient(90deg,var(--navy),var(--navy2));color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none}
.brand-mark{width:50px;height:50px;display:block;flex:0 0 auto}
.brand-mark svg{display:block;width:100%;height:100%}
.brand-copy{display:flex;flex-direction:column;line-height:1.15}
.brand-copy strong{font-size:15px;letter-spacing:.03em}
.brand-copy small{font-size:10px;margin-top:6px;color:var(--gold2);font-weight:700;letter-spacing:.08em}
.site-nav{display:flex;align-items:center;gap:32px}
.site-nav a{text-decoration:none;font-size:14px;font-weight:650;color:#f7f9fc}
.site-nav a:hover{color:var(--gold2)}
.menu-button{display:none;border:1px solid rgba(255,255,255,.25);border-radius:9px;background:transparent;color:white;padding:9px 12px}
.hero{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fff 0%,#fff 52%,#fffaf2 100%)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;min-height:530px}
.hero-copy{padding:80px 42px 70px 0;align-self:center}
.eyebrow{margin:0 0 12px;color:#B66F00;font-size:12px;font-weight:800;letter-spacing:.08em}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(42px,5.6vw,68px);line-height:1.04;letter-spacing:-.035em;margin-bottom:24px;max-width:800px}
.lead{font-size:18px;line-height:1.7;color:#33415b;max-width:720px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:52px;border-radius:7px;padding:0 24px;text-decoration:none;font-weight:750;font-size:14px}
.button-primary{background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(7,26,51,.14)}
.button-primary:hover{background:#0d2b52}
.button-secondary{border:1px solid #7b8aa2;background:#fff}
.button-secondary:hover{border-color:var(--gold);color:#8a5c1c}
.trust-row{display:flex;flex-wrap:wrap;gap:24px 34px;margin-top:34px;color:#33415b;font-size:13px;font-weight:650}
.trust-row span::first-letter{color:var(--gold)}
.hero-art{display:flex;align-items:stretch;justify-content:center;min-height:500px;border-left:1px solid #eee7db;background:linear-gradient(135deg,#fff 0%,#fff9ef 100%)}
.hero-art svg{width:100%;height:100%;min-height:500px}
.section{padding:64px 0;border-bottom:1px solid var(--line)}
.section-soft{background:#fcfcfb}
.section h2,.about-section h2,.contact-strip h2{font-size:clamp(31px,4vw,44px);letter-spacing:-.025em;line-height:1.15;margin-bottom:30px}
.cards{display:grid;gap:26px}
.cards.three{grid-template-columns:repeat(3,1fr)}
.card{padding:34px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 5px 18px rgba(7,26,51,.025)}
.card h3{font-size:19px;margin-bottom:12px}
.card p{margin:0;color:var(--muted)}
.icon{width:54px;height:54px;border-radius:50%;background:#fff7e9;color:#bf7412;display:grid;place-items:center;font-size:27px;margin-bottom:20px}
.principles{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:10px}
.principles article{text-align:center;padding:10px 30px;border-right:1px solid var(--line)}
.principles article:last-child{border-right:0}
.round-icon{margin:0 auto 18px;width:58px;height:58px;border:2px solid #d78c20;color:#d17600;border-radius:50%;display:grid;place-items:center;font-size:26px}
.principles h3{font-size:17px;margin-bottom:10px}
.principles p{font-size:14px;color:var(--muted);margin:0}
.focus-note{margin-top:42px;padding:24px 28px;border:1px solid #cddbeb;border-radius:12px;background:linear-gradient(90deg,#f8fbff,#f2f8ff);display:grid;grid-template-columns:54px 1fr;gap:22px;align-items:center}
.focus-note .info-icon{width:48px;height:48px;border:2px solid #2a4a76;border-radius:50%;display:grid;place-items:center;font-size:24px;font-family:Georgia,serif}
.focus-note strong{display:block;margin-bottom:6px}
.focus-note p{margin:0;color:var(--muted)}
.about-section{background:var(--cream)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.about-grid p{color:#435168;font-size:16px}
.company-facts{margin:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.company-facts div{display:grid;grid-template-columns:160px 1fr;gap:20px;padding:14px 18px;border-bottom:1px solid var(--line)}
.company-facts div:last-child{border-bottom:0}
.company-facts dt{font-size:13px;font-weight:800;color:#6a5635}
.company-facts dd{margin:0}
.company-facts a{color:#12395f}
.contact-strip{padding:36px 0;background:#fff}
.contact-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px}
.contact-row h2{margin-bottom:4px;font-size:30px}
.contact-row p{margin:0;color:var(--muted)}
.contact-email{font-size:18px;font-weight:800;text-decoration:none;display:flex;align-items:center;gap:28px}
.contact-email .contact-address{color:var(--text);font-size:16px}
.site-footer{background:linear-gradient(90deg,var(--navy),var(--navy2));color:#e9edf3}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:32px 0 24px}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand .mini-mark{width:42px;height:42px;border:1px solid var(--gold);border-radius:4px;color:var(--gold);font-family:Georgia,serif;display:grid;place-items:center;font-size:17px}
.footer-brand span:last-child{display:flex;flex-direction:column}
.footer-brand small{color:var(--gold2);font-size:9px;letter-spacing:.08em;margin-top:3px}
.site-footer nav{display:flex;flex-wrap:wrap;gap:22px}
.site-footer nav a{color:#fff;text-decoration:none;font-size:13px}
.legal-line{padding:17px 0 20px;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;font-size:11px;color:#bfc9d6}
.legal-page{padding:70px 0;background:#fff}
.narrow{max-width:880px}
.legal-page h1{font-size:52px;margin-bottom:8px}
.legal-updated{color:var(--muted);margin-bottom:45px}
.legal-page h2{font-size:23px;margin-top:35px;margin-bottom:10px}
.legal-page p{color:#425169}
.legal-page a{color:#174c7c}
.legal-note{margin-top:42px;padding:20px 22px;background:#f6f8fb;border:1px solid #dbe3ed;border-radius:10px;color:#48566a}
.always-visible{display:flex}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:58px 0 38px}
  .hero-art{min-height:330px;border-left:0;border-top:1px solid #eee7db}
  .hero-art svg{min-height:330px}
  .cards.three{grid-template-columns:1fr}
  .principles{grid-template-columns:1fr 1fr;gap:30px 0}
  .principles article:nth-child(2){border-right:0}
  .about-grid{grid-template-columns:1fr;gap:35px}
}
@media(max-width:720px){
  .wrap{width:min(100% - 28px,1180px)}
  .nav-wrap{min-height:70px}
  .brand-copy strong{font-size:12px}
  .brand-copy small{font-size:8px}
  .brand-mark{width:43px;height:43px}
  .menu-button{display:block}
  .site-nav:not(.always-visible){position:absolute;left:14px;right:14px;top:70px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px;background:var(--navy2);border:1px solid rgba(255,255,255,.12);border-radius:10px;box-shadow:0 18px 40px rgba(0,0,0,.15)}
  .site-nav.open{display:flex}
  .site-nav:not(.always-visible) a{padding:12px 14px}
  .hero-copy{padding-top:45px}
  h1{font-size:44px}
  .lead{font-size:16px}
  .trust-row{display:grid;grid-template-columns:1fr}
  .principles{grid-template-columns:1fr}
  .principles article{border-right:0;border-bottom:1px solid var(--line);padding:25px 12px}
  .principles article:last-child{border-bottom:0}
  .focus-note{grid-template-columns:1fr}
  .contact-row{grid-template-columns:1fr}
  .contact-email{font-size:15px;word-break:break-all}
  .footer-top{align-items:flex-start;flex-direction:column}
  .legal-line{flex-direction:column}
  .company-facts div{grid-template-columns:1fr;gap:3px}
}

/* v0.3 approved refinements */
#building,
#approach,
#about,
#contact{
  scroll-margin-top:110px;
}

.line-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.card .line-icon{
  color:#C87500;
}

.round-icon.line-icon{
  color:#C87500;
}

.round-icon.line-icon svg{
  width:27px;
  height:27px;
}

.contact-methods{
  display:grid;
  gap:10px;
  min-width:min(520px,100%);
}

.contact-method{
  display:grid;
  grid-template-columns:34px 1fr auto;
  align-items:center;
  gap:12px;
  min-height:44px;
  color:var(--text);
  text-decoration:none;
  font-size:16px;
  font-weight:750;
}

.contact-method.pending{
  grid-template-columns:34px 1fr;
  color:#647184;
  font-weight:650;
}

.contact-method small{
  font-size:12px;
  font-weight:600;
  color:#8A94A3;
}

.contact-icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  color:#1C436F;
}

.contact-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.contact-arrow{
  color:#C87500;
  font-size:24px;
  font-weight:400;
}

@media(max-width:720px){
  #building,
  #approach,
  #about,
  #contact{
    scroll-margin-top:86px;
  }

  .contact-methods{
    min-width:0;
    width:100%;
  }

  .contact-method{
    font-size:14px;
  }
}

/* v0.4 — approved mobile colour consistency control */
:root{
  color-scheme: light;
}

html{
  color-scheme: light;
  background:#ffffff;
}

body{
  background:#ffffff;
}

/*
  Re-state the approved BL Gerson Studios palette even where a device/browser
  reports a dark preference. The site intentionally ships as a light-only
  brand experience at this stage.
*/
@media (prefers-color-scheme: dark){
  :root{
    --navy:#071A33;
    --navy2:#0B2342;
    --gold:#B29362;
    --gold2:#D4AF37;
    --cream:#FBF8F2;
    --text:#14213A;
    --muted:#596678;
    --line:#DED8CD;
    --pale:#F5F8FB;
    --white:#ffffff;
    color-scheme: light;
  }

  html,
  body{
    background:#ffffff;
    color:var(--text);
  }

  .hero{
    background:linear-gradient(90deg,#ffffff 0%,#ffffff 52%,#fffaf2 100%);
  }

  .hero-art{
    background:linear-gradient(135deg,#ffffff 0%,#fff9ef 100%);
  }

  .section,
  .card,
  .contact-strip,
  .company-facts{
    background:#ffffff;
    color:var(--text);
  }

  .section-soft{
    background:#fcfcfb;
  }

  .about-section{
    background:var(--cream);
  }

  .focus-note{
    background:linear-gradient(90deg,#f8fbff,#f2f8ff);
  }

  .card p,
  .principles p,
  .contact-row p,
  .legal-page p{
    color:var(--muted);
  }
}

/* Small-screen polish approved after mobile QA */
@media(max-width:720px){
  .hero-copy{
    padding-bottom:32px;
  }

  .hero-actions{
    gap:12px;
  }

  .button{
    width:100%;
    justify-content:space-between;
  }

  .trust-row{
    gap:12px;
    margin-top:26px;
  }

  .section{
    padding:52px 0;
  }

  .card{
    padding:28px;
  }

  .about-section{
    padding-top:54px;
  }

  .company-facts{
    border-radius:14px;
  }

  .contact-strip{
    padding:34px 0;
  }

  .site-footer{
    padding-top:4px;
  }
}


/* v0.4.1 deployment hardening — explicit SVG rendering */
.line-icon svg,
.line-icon svg *,
.contact-icon svg,
.contact-icon svg *{
  fill:none !important;
  stroke:currentColor !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.line-icon svg{
  width:28px !important;
  height:28px !important;
  max-width:28px !important;
  max-height:28px !important;
}

.contact-icon svg{
  width:22px !important;
  height:22px !important;
  max-width:22px !important;
  max-height:22px !important;
}

.contact-icon{
  overflow:hidden;
}


/* v0.4.2 — final launch-candidate refinements */
.contact-email .contact-address{
  color:var(--text) !important;
  font-size:16px !important;
  line-height:1.35;
  overflow-wrap:anywhere;
  word-break:normal;
}

.contact-email .contact-arrow{
  color:#C87500 !important;
  font-size:24px !important;
}

html{
  scroll-padding-top:118px;
}

#building,
#approach,
#about,
#contact{
  scroll-margin-top:118px;
}

@media(max-width:720px){
  html{
    scroll-padding-top:108px;
  }

  #building,
  #approach,
  #about,
  #contact{
    scroll-margin-top:108px;
  }

  .contact-email .contact-address{
    font-size:15px !important;
  }

  .contact-method{
    grid-template-columns:30px minmax(0,1fr) auto;
    gap:10px;
  }

  .contact-method.pending{
    grid-template-columns:30px minmax(0,1fr);
  }
}
