:root{
  --navy:#071627;
  --navy-2:#0c2238;
  --gold:#c79a56;
  --gold-2:#e0b56f;
  --text:#f6f2ea;
  --muted:rgba(246,242,234,.82);
  --line:rgba(218,178,110,.55);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#06111e;color:var(--text);font-family:Georgia,"Times New Roman",serif}
a{color:inherit}
img{max-width:100%;display:block}
.site-shell{min-height:100svh}
.hero{
  position:relative;
  min-height:100svh;
  display:grid;
  grid-template-rows:auto 1fr auto;
  isolation:isolate;
  background:url("../images/hero-bg.png") center/cover no-repeat;
  overflow:hidden;
}
.hero__scrim{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(180deg,rgba(2,8,15,.24),rgba(2,8,15,.14) 24%,rgba(2,8,15,.22) 68%,rgba(2,8,15,.56)),
    radial-gradient(circle at center, rgba(10,33,59,.16), rgba(4,10,18,.34) 72%);
}
.hero__top{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:start;
  gap:1.5rem;
  padding:clamp(1.2rem,2.6vw,2.7rem) clamp(1.2rem,4.4vw,4.8rem) 0;
  z-index:2;
}
.eyebrow{
  margin:0;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:clamp(.68rem,.82vw,.95rem);
  line-height:1.65;
  color:rgba(255,255,255,.84);
  font-weight:600;
  text-shadow:0 2px 14px rgba(0,0,0,.30)
}
.eyebrow span{color:var(--gold);padding:0 .6rem}
.eyebrow--right{text-align:right;justify-self:end}
.hero__logo-wrap{justify-self:center;}
.hero__logo{width:240px;height:auto;filter:drop-shadow(0 8px 28px rgba(0,0,0,.40))}
.hero__center{
  align-self:center;
  width:min(980px,92vw);
  margin:0 auto;
  text-align:center;
  padding:clamp(1rem,2.6vw,2rem) 1rem 4rem;
  z-index:2;
}
.hero__copy{
  max-width:820px;
  margin:0 auto;
  padding:clamp(1.1rem,2vw,1.6rem) 1rem 1.2rem;
  background:linear-gradient(180deg,rgba(6,23,41,.30),rgba(6,23,41,.12));
  backdrop-filter:blur(2px);
  border-radius:18px;
}
.hero__copy h1{
  margin:0;
  font-size:clamp(2.6rem,5.5vw,5.2rem);
  line-height:1.05;
  font-weight:600;
  letter-spacing:-.03em;
  text-wrap:balance;
  text-shadow:0 8px 30px rgba(0,0,0,.45)
}
.accent-line{width:clamp(50px,5vw,78px);height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-2));margin:1.5rem auto 1.35rem;box-shadow:0 0 18px rgba(199,154,86,.28)}
.hero__lead{margin:0 auto;color:white;font-size:clamp(1.18rem,2vw,1.95rem);line-height:1.45;text-shadow:0 4px 16px rgba(0,0,0,.4)}
.hero__support{margin:1rem auto 1.7rem;max-width:680px;color:var(--muted);font-family:Arial,Helvetica,sans-serif;font-size:clamp(.92rem,1.25vw,1.08rem);line-height:1.65;letter-spacing:.015em}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:1.1rem;min-width:250px;padding:1rem 1.8rem;border:1px solid rgba(255,224,171,.65);border-radius:999px;background:linear-gradient(135deg,#8d642b,#d6a75c 58%,#a87735);box-shadow:0 12px 30px rgba(0,0,0,.25),inset 0 1px rgba(255,255,255,.22);text-decoration:none;text-transform:uppercase;letter-spacing:.26em;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.86rem;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}
.cta svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.25);filter:brightness(1.05)}
.cta:focus-visible{outline:3px solid rgba(255,255,255,.85);outline-offset:4px}
.assurances{z-index:2;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1.15fr;align-items:center;gap:0;padding:clamp(1rem,2vw,1.55rem) clamp(1.2rem,4vw,4.7rem);background:linear-gradient(90deg,rgba(5,19,33,.97),rgba(7,31,51,.94),rgba(4,20,35,.97));border-top:1px solid rgba(213,166,91,.45);box-shadow:0 -18px 50px rgba(0,0,0,.18)}
.assurance{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.45rem 1.15rem}
.assurance__icon{color:var(--gold-2);width:46px;flex:0 0 46px}
.assurance__icon svg{width:100%;height:auto;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.assurance h2{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.14em;color:var(--gold-2);font-size:clamp(.84rem,1.15vw,1.05rem);font-weight:700}
.assurance p{margin:0;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.72);font-family:Arial,Helvetica,sans-serif;font-size:clamp(.64rem,.8vw,.78rem)}
.assurances__divider{width:1px;height:58px;background:var(--line)}
blockquote{margin:0;padding:0 1rem;text-align:center;font-size:clamp(1.05rem,1.5vw,1.45rem);line-height:1.4;color:rgba(255,255,255,.9)}
blockquote em{color:var(--gold-2);font-style:italic}
@media (max-width:1080px){
  .hero__top{grid-template-columns:1fr;justify-items:center;text-align:center;gap:.8rem}
  .eyebrow--right,.eyebrow--left{justify-self:center;text-align:center}
  .hero__logo-wrap{width:min(720px,72vw)}
  .assurances{grid-template-columns:repeat(3,1fr);row-gap:1rem}
  .assurances__divider{display:none}
  blockquote{grid-column:1/-1;border-top:1px solid rgba(218,178,110,.25);padding-top:1rem}
}
@media (max-width:760px){
  .hero{min-height:100svh;background-position:40% center}
  .hero__top{padding:1rem 1rem 0}
  .eyebrow--left{display:none}
  .eyebrow--right{font-size:.6rem;letter-spacing:.18em}
  .hero__logo-wrap{width:min(540px,88vw)}
  .hero__center{padding:1rem .9rem 2.6rem}
  .hero__copy h1{font-size:clamp(2.35rem,11vw,3.8rem)}
  .hero__lead{font-size:1.18rem}
  .hero__support{font-size:.9rem;max-width:34rem}
  .cta{min-width:220px;padding:.9rem 1.4rem;font-size:.76rem}
  .assurances{grid-template-columns:1fr;padding:1.1rem 1rem 1.3rem}
  .assurance{justify-content:flex-start;width:min(340px,100%);margin:0 auto;padding:.35rem .2rem}
  blockquote{grid-column:auto;font-size:1.05rem;margin-top:.35rem}
}
@media (max-width:430px){
  .eyebrow--right{display:none}
  .hero__logo-wrap{width:94vw}
  .hero__copy{padding:1rem .5rem .8rem;background:linear-gradient(180deg,rgba(6,23,41,.18),rgba(6,23,41,.04))}
  .hero__copy h1{font-size:2.7rem}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto}.cta{transition:none}}
