:root{
  --navy:#061827;
  --navy2:#082238;
  --gold:#c9942d;
  --gold2:#d7ad62;
  --ivory:#fbf8f1;
  --paper:#fffdf8;
  --line:#dfd0b8;
  --muted:#66727d;
  --ink:#101820;
  --shadow:0 22px 52px rgba(6,24,39,.13);
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Inter",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ivory);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.55;
}
body.mobile-nav-open{overflow:hidden}
.container{width:min(1180px,calc(100% - 72px));margin:0 auto}
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,253,248,.97);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.site-nav{
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  width:min(1180px,calc(100% - 72px));
  margin:0 auto;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:var(--navy);
  flex:0 0 auto;
}
.brand img{
  width:46px;
  height:46px;
  object-fit:contain;
  display:block;
}
.brand b{
  display:block;
  font-family:var(--serif);
  font-size:31px;
  letter-spacing:.105em;
  line-height:.85;
}
.brand small{
  display:block;
  font-size:10px;
  color:#617080;
  letter-spacing:.055em;
  margin-top:6px;
}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{
  position:relative;
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
  font-size:14px;
}
.nav-links a.active:after,
.nav-links a:hover:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-12px;
  height:2px;
  background:var(--gold);
}
.nav-toggle{
  display:none;
  width:46px;
  height:46px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--paper);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  padding:0;
}
.nav-toggle span{
  display:block;
  width:21px;
  height:2px;
  background:var(--navy);
  transition:transform .22s ease,opacity .22s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-panel{
  display:none;
  position:fixed;
  left:0;
  right:0;
  top:78px;
  background:rgba(255,253,248,.99);
  border-bottom:1px solid var(--line);
  box-shadow:0 22px 44px rgba(6,24,39,.12);
  padding:18px 24px 24px;
  z-index:99;
}
.mobile-panel a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:48px;
  color:var(--navy);
  text-decoration:none;
  font-weight:850;
  border-bottom:1px solid rgba(223,208,184,.65);
}
.mobile-panel a.active{color:#9a6119}
.mobile-panel .btn{
  margin-top:16px;
  border-bottom:0;
  justify-content:center;
  min-height:48px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:13px 22px;
  border-radius:6px;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
  white-space:nowrap;
  border:0;
  cursor:pointer;
  font-family:var(--sans);
}
.btn-navy{background:var(--navy);color:white;box-shadow:0 14px 32px rgba(6,24,39,.18)}
.btn-gold{background:var(--gold);color:white;box-shadow:0 14px 28px rgba(201,148,45,.22)}
.btn-outline{border:1px solid var(--gold);color:#8a5914;background:rgba(255,253,248,.72)}
.line-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  color:var(--gold);
  flex:0 0 38px;
}
.line-icon svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.eyebrow{
  display:inline-flex;
  gap:14px;
  align-items:center;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#a8641c;
  font-weight:900;
  font-size:11px;
}
.eyebrow:before{
  content:"";
  display:block;
  width:32px;
  height:1px;
  background:var(--gold);
}
.center{text-align:center}
.centered{display:flex;justify-content:center}
.centered:before{display:none}
h1,h2,h3{
  font-family:var(--serif);
  font-weight:700;
  letter-spacing:-.018em;
  color:var(--navy);
  margin:0;
}
h1{
  font-size:clamp(52px,5.1vw,72px);
  line-height:.98;
}
h1 em,h2 em{font-style:normal;color:var(--gold)}
h2{
  font-size:clamp(34px,3.25vw,48px);
  line-height:1.06;
}
h3{font-size:23px;line-height:1.12}

.hero-home{
  position:relative;
  min-height:560px;
  overflow:hidden;
  background:var(--ivory);
  border-bottom:1px solid var(--line);
}
.hero-art{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  display:block;
}
.hero-fade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(251,248,241,1) 0%,
      rgba(251,248,241,.99) 29%,
      rgba(251,248,241,.82) 47%,
      rgba(251,248,241,.28) 69%,
      rgba(251,248,241,.03) 100%);
}
.hero-inner{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
}
.hero-copy{
  max-width:480px;
  padding:34px 0 30px;
}
.hero-copy h1{margin-top:18px}
.hero-copy p{
  font-size:18px;
  color:#1f2b35;
  margin:24px 0 26px;
  max-width:430px;
  line-height:1.52;
}
.trust-strip{background:linear-gradient(90deg,#061827,#082238);color:white}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.trust-grid div{
  min-height:116px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:22px;
  border-right:1px solid rgba(255,255,255,.17);
}
.trust-grid div:last-child{border-right:0}
.trust-grid .line-icon{width:42px;height:42px;flex-basis:42px}
.trust-grid .line-icon svg{width:34px;height:34px}
.trust-grid p{
  font-size:15px;
  font-weight:650;
  line-height:1.35;
  margin:10px 0 0;
  color:white;
}
.zones-section{padding:68px 0 58px}
.zones-section h2{
  font-size:clamp(32px,3.1vw,42px);
  line-height:1.08;
  margin:16px auto 38px;
  max-width:820px;
}
.zone-row{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:0;
}
.zone-row div{
  min-height:98px;
  padding:0 14px;
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
}
.zone-row div:last-child{border-right:0}
.zone-row .line-icon{width:38px;height:38px}
.zone-row .line-icon svg{width:30px;height:30px}
.zone-row span:last-child{
  font-weight:800;
  font-size:12.5px;
  line-height:1.25;
  color:var(--navy);
}
.roadmap-showcase{
  padding:66px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,#fffdf8,#fbf8f1);
}
.roadmap-grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:66px;
  align-items:center;
}
.device-wrap{
  position:relative;
  min-height:320px;
}
.laptop{
  position:absolute;
  left:0;
  bottom:0;
  width:540px;
  max-width:88%;
  filter:drop-shadow(0 22px 40px rgba(6,24,39,.17));
}
.screen{
  background:#101820;
  border:12px solid #111820;
  border-radius:11px 11px 4px 4px;
  aspect-ratio:16/10;
  overflow:hidden;
}
.screen img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}
.base{
  height:22px;
  background:linear-gradient(180deg,#d8d8d8,#aeb3b7);
  border-radius:0 0 30px 30px;
  margin:0 26px;
}
.book-card{
  position:absolute;
  right:10px;
  bottom:34px;
  width:170px;
  height:230px;
  background:linear-gradient(135deg,#061827,#0d2d47);
  border:1px solid rgba(201,148,45,.55);
  box-shadow:0 22px 44px rgba(6,24,39,.23);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  transform:rotate(2deg);
}
.book-card span{
  font-family:var(--serif);
  font-size:22px;
  color:white;
  line-height:1.16;
}
.book-card small{
  color:var(--gold);
  font-family:var(--serif);
  font-size:21px;
  margin-top:22px;
}
.roadmap-copy p{
  font-size:17px;
  color:#293540;
  margin:22px 0 26px;
}
.offers-section{padding:64px 0}
.offer-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin-top:30px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.offer-grid article{
  padding:32px 32px;
  border-right:1px solid var(--line);
}
.offer-grid article:last-child{border-right:0}
.offer-grid .line-icon{
  background:var(--navy);
  border-radius:50%;
  width:62px;
  height:62px;
  flex-basis:62px;
  margin-bottom:20px;
}
.offer-grid .line-icon svg{width:31px;height:31px}
.offer-grid h3{
  font-family:var(--sans);
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.offer-grid p{font-size:14.5px;color:#2d3942}
.offer-grid a{color:#a8641c;font-weight:900;text-decoration:none}
.leadership-section{
  padding:70px 0;
  border-top:1px solid var(--line);
  background:linear-gradient(180deg,#fffdf8,#fbf8f1);
}
.leadership-grid{
  display:grid;
  grid-template-columns:.95fr repeat(3,1fr);
  gap:36px;
  align-items:end;
}
.leader-intro p{color:#2d3942;margin:18px 0 22px}
.leader-card{text-align:center}
.leader-card img{
  width:100%;
  max-height:320px;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:8px;
  box-shadow:0 16px 38px rgba(6,24,39,.11);
  display:block;
  margin-bottom:15px;
}
.leader-card h3{font-size:19px}
.leader-card p{font-size:13px;margin:4px 0 0;color:#34434f}
.teaser-section{
  padding:68px 0;
  background:var(--ivory);
  border-top:1px solid var(--line);
}
.testimonial-teasers{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-top:30px;
}
.testimonial-teasers article{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:8px;
  padding:26px;
  min-height:260px;
  display:flex;
  flex-direction:column;
  box-shadow:0 16px 38px rgba(6,24,39,.04);
}
.testimonial-teasers b{
  font-family:var(--serif);
  font-size:40px;
  color:var(--gold);
  line-height:.7;
}
.testimonial-teasers blockquote{
  font-family:var(--serif);
  font-size:20px;
  line-height:1.35;
  margin:14px 0 22px;
  flex:1;
}
.testimonial-meta{display:grid;gap:4px}
.testimonial-meta strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.testimonial-meta span{font-size:12px;color:var(--muted)}
.read-more{
  margin-top:18px;
  align-self:flex-start;
  padding:0;
  border:0;
  background:transparent;
  color:#a8641c;
  font:900 13px var(--sans);
  cursor:pointer;
}
.more-results{margin-top:30px}
.discovery-section{
  padding:72px 0;
  background:linear-gradient(135deg,#061827,#0b2b45);
  border-top:1px solid rgba(255,255,255,.08);
}
.discovery-panel{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:52px;
  align-items:start;
}
.discovery-copy{
  color:white;
  padding-top:8px;
}
.discovery-copy .eyebrow{color:var(--gold2)}
.discovery-copy h2{
  color:white;
  margin-top:16px;
  font-size:clamp(36px,3.4vw,50px);
}
.discovery-copy p{
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.55;
}
.discovery-copy ul{
  list-style:none;
  padding:0;
  margin:28px 0 0;
  display:grid;
  gap:14px;
}
.discovery-copy li{
  color:white;
  padding-left:28px;
  position:relative;
  font-weight:650;
}
.discovery-copy li:before{
  content:"";
  position:absolute;
  left:0;
  top:.42em;
  width:13px;
  height:13px;
  border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 0 5px rgba(201,148,45,.14);
}
.discovery-form{
  background:var(--paper);
  border:1px solid rgba(201,148,45,.36);
  border-radius:12px;
  box-shadow:0 24px 54px rgba(0,0,0,.24);
  padding:30px;
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.discovery-form label{
  display:grid;
  gap:7px;
  color:var(--navy);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.discovery-form input,
.discovery-form select,
.discovery-form textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:7px;
  background:#fff;
  color:var(--ink);
  font:500 15px var(--sans);
  padding:12px 12px;
  outline:none;
}
.discovery-form textarea{resize:vertical;min-height:108px}
.discovery-form input:focus,
.discovery-form select:focus,
.discovery-form textarea:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(201,148,45,.16);
}
.discovery-form .full{grid-column:1/-1}
.discovery-form button{margin-top:20px}
.form-note{
  margin:14px 0 0;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.4;
}
.form-response{
  margin-top:18px;
  padding:14px 16px;
  border-radius:8px;
  background:#f4ecd8;
  border:1px solid #e0c991;
  color:var(--navy);
}
.form-response p{margin:6px 0 0;font-size:13px}
.final-cta{
  background:linear-gradient(90deg,#061827,#092741);
  color:white;
  padding:44px 0;
}
.final-grid{
  display:grid;
  grid-template-columns:96px 1fr auto;
  gap:36px;
  align-items:center;
}
.final-grid img{
  width:82px;
  height:82px;
  object-fit:contain;
  filter:drop-shadow(0 0 20px rgba(201,148,45,.2));
}
.final-cta h2{
  font-size:38px;
  color:white;
}
.final-cta h2 em{color:var(--gold)}
.final-cta p{margin:7px 0 0;color:rgba(255,255,255,.8)}
.site-footer{background:var(--paper);border-top:1px solid var(--line)}
.footer-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  padding:20px 0;
}
.footer-grid span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:13px;
  font-weight:700;
  color:var(--navy);
  border-right:1px solid var(--line);
}
.footer-grid span:last-child{border-right:0}
.footer-grid .line-icon{width:30px;height:30px;flex-basis:30px}
.footer-grid .line-icon svg{width:24px;height:24px}

/* Results-style testimonial modal reused on homepage */
.modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
}
.modal[aria-hidden="false"]{display:block}
.modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,24,39,.72);
  backdrop-filter:blur(4px);
}
.modal-dialog{
  position:relative;
  width:min(680px,calc(100% - 40px));
  max-height:calc(100vh - 60px);
  overflow:auto;
  margin:30px auto;
  top:50%;
  transform:translateY(-50%);
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
  padding:34px;
}
.modal-close{
  position:absolute;
  right:16px;
  top:12px;
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:var(--navy);
  color:white;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.modal .quote-mark{
  font-family:var(--serif);
  font-size:62px;
  color:var(--gold);
  line-height:.7;
}
.modal-quote{
  white-space:pre-line;
  margin:18px 0 24px;
  color:#17232d;
  font-family:var(--serif);
  font-size:24px;
  line-height:1.38;
}
.modal-dialog h3{
  font-family:var(--sans);
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.modal-title-line{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:13px;
}

@media(max-width:1100px){
  .nav-links{gap:18px}
  .nav-links a{font-size:13px}
  .nav-cta{padding-inline:16px}
}
@media(max-width:980px){
  .nav-links,.nav-cta{display:none}
  .nav-toggle{display:flex}
  body.mobile-nav-open .mobile-panel{display:block}
  .site-nav{height:74px}
  .mobile-panel{top:74px}
  .hero-home,.hero-inner{min-height:540px}
  .hero-copy{max-width:440px}
  h1{font-size:clamp(46px,9vw,60px)}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid div:nth-child(2){border-right:0}
  .trust-grid div{border-bottom:1px solid rgba(255,255,255,.17)}
  .zone-row{grid-template-columns:repeat(2,1fr);gap:24px}
  .zone-row div{
    border-right:0;
    min-height:auto;
    padding:18px 12px;
    background:rgba(255,253,248,.55);
    border:1px solid var(--line);
    border-radius:8px;
  }
  .roadmap-grid,.leadership-grid,.discovery-panel,.final-grid{grid-template-columns:1fr}
  .device-wrap{min-height:390px}
  .offer-grid,.testimonial-teasers{grid-template-columns:1fr}
  .offer-grid article{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .leader-intro{text-align:center}
  .leader-intro .eyebrow{justify-content:center}
  .leader-intro .eyebrow:before{display:none}
  .leadership-grid{
    gap:18px;
    max-width:700px;
  }
  .leader-card{
    display:grid;
    grid-template-columns:112px 1fr;
    gap:18px;
    align-items:center;
    text-align:left;
    background:var(--paper);
    border:1px solid var(--line);
    border-radius:10px;
    padding:14px;
  }
  .leader-card img{
    width:112px;
    height:136px;
    max-height:none;
    margin:0;
    aspect-ratio:auto;
    border-radius:7px;
  }
  .leader-card h3{font-size:22px}
  .leader-card p{font-size:13px}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid span{border-right:0;justify-content:flex-start}
  .final-grid{text-align:center}
  .final-grid img{margin:auto}
}
@media(max-width:680px){
  .container,.site-nav{width:min(100% - 34px,1180px)}
  .brand img{width:40px;height:40px}
  .brand b{font-size:24px}
  .brand small{font-size:9px;letter-spacing:.045em}
  .nav-toggle{width:42px;height:42px}
  .hero-art{object-position:center}
  .hero-fade{
    background:
      linear-gradient(90deg,rgba(251,248,241,.98) 0%,rgba(251,248,241,.86) 56%,rgba(251,248,241,.62) 100%),
      linear-gradient(0deg,rgba(251,248,241,.96) 0%,rgba(251,248,241,.2) 45%);
  }
  .hero-home,.hero-inner{min-height:505px}
  .hero-copy{max-width:100%;padding:40px 0 28px}
  h1{font-size:43px;line-height:1.02}
  h2{font-size:32px}
  .hero-copy p{font-size:16px;max-width:350px}
  .btn{width:100%;min-height:46px}
  .trust-grid{grid-template-columns:1fr}
  .trust-grid div{
    min-height:94px;
    border-right:0;
    padding:18px 16px;
  }
  .zones-section,.offers-section,.leadership-section,.teaser-section,.discovery-section{padding:52px 0}
  .zones-section h2{font-size:30px;margin-bottom:28px}
  .zone-row{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }
  .zone-row div{padding:16px 10px}
  .zone-row .line-icon{width:34px;height:34px;flex-basis:34px}
  .zone-row .line-icon svg{width:27px;height:27px}
  .zone-row span:last-child{font-size:11.5px}
  .roadmap-showcase{padding:52px 0}
  .device-wrap{min-height:268px}
  .laptop{position:relative;width:100%;max-width:100%}
  .book-card{display:none}
  .screen{border-width:9px}
  .base{height:16px}
  .offer-grid{margin-top:24px}
  .offer-grid article{padding:26px 22px}
  .offer-grid .line-icon{width:54px;height:54px;flex-basis:54px}
  .leader-card{
    grid-template-columns:88px 1fr;
    gap:14px;
    padding:12px;
  }
  .leader-card img{
    width:88px;
    height:106px;
  }
  .leader-card h3{font-size:19px}
  .leader-card p{font-size:12.5px}
  .testimonial-teasers{gap:18px;margin-top:24px}
  .testimonial-teasers article{
    min-height:0;
    padding:22px;
  }
  .testimonial-teasers blockquote{
    font-size:19px;
    margin-bottom:18px;
  }
  .discovery-panel{gap:26px}
  .discovery-copy h2{font-size:32px}
  .discovery-copy p{font-size:15.5px}
  .form-grid{grid-template-columns:1fr;gap:14px}
  .discovery-form{padding:22px}
  .final-cta{padding:38px 0}
  .final-cta h2{font-size:30px}
  .final-grid{gap:22px}
  .final-grid img{width:68px;height:68px}
  .footer-grid{grid-template-columns:1fr;gap:12px}
  .footer-grid span{
    justify-content:center;
    border:0;
    padding:8px 0;
  }
  .modal-dialog{
    width:calc(100% - 28px);
    max-height:calc(100vh - 38px);
    margin:19px auto;
    padding:26px 22px;
  }
  .modal-quote{font-size:21px}
}
