/* =========================================================================
   Property Different — Financial Advisor landing page
   Figma: BN3dMd5YXEfEZthDRT68c6 · node 1:498  (design frame 1600px)
   ========================================================================= */

:root{
  --orange:#ED3C27;
  --ink:#080A0B;
  --ink-2:#0F0F0F;
  --ink-3:#07090A;
  --navy:#132B49;
  --muted:#767676;
  --soft:#F8F8F8;
  --foot-muted:#A8B4C4;

  --container:1290px;      /* content width  */
  --container-wide:1433px; /* navbar pill    */
  --gutter:24px;
  --band-gap:65px;        /* vertical rhythm between full-bleed bands (Figma) */

  /* fluid scale: 1 unit == 1px at the 1600px design width */
  --s:1px;
}

*,*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%}

body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:"Sora",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.6;
  overflow-x:hidden;
}

img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
h1,h2,h3,p,ul{margin:0}
ul{list-style:none;padding:0}

.pd-container{
  width:100%;
  max-width:calc(var(--container) + var(--gutter)*2);
  margin-inline:auto;
  padding-inline:var(--gutter);
}

/* ---------- shared type ---------- */
.section-title{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:clamp(30px,3vw,48px);
  line-height:1.25;
  letter-spacing:-.03em;
}

.eyebrow{
  font-family:"Outfit",sans-serif;
  font-weight:400;
  font-size:clamp(18px,1.5vw,24px);
  line-height:40px;
  color:var(--orange);
  text-align:center;
}

/* ---------- buttons ---------- */
.btn-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-radius:40px;
  font-family:"Inter",sans-serif;
  font-weight:600;
  white-space:nowrap;
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-pill:hover{transform:translateY(-2px)}
.btn-pill__ico{flex:none;width:30px;height:30px}
.btn-pill__ico--lg{width:37.5px;height:37.5px}

.btn-pill--dark{
  background:var(--ink-2);
  border:.833px solid #545454;
  color:#fff;
  font-size:12.5px;
  line-height:18px;
  padding:6.667px 6.667px 6.667px 25px;
}
.btn-pill--light{
  background:#fff;
  color:var(--ink-2);
  font-size:16.87px;
  line-height:24.375px;
  padding:7.5px 7.5px 7.5px 30px;
}
.approach__card .btn-pill--light{
  font-size:15px;
  line-height:22px;
  padding:6.667px 6.667px 6.667px 26.667px;
  gap:5px;
}
.approach__card .btn-pill__ico{width:33.333px;height:33.333px}

.btn-rect{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#000;
  color:#fff;
  border-radius:6px;
  padding:18px 36px;
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:16px;
  line-height:24px;
  letter-spacing:-.01em;
  transition:opacity .2s ease;
}
.btn-rect:hover{opacity:.85;color:#fff}

/* ---------- form feedback (subscribe + appointment forms) ---------- */
/* Minimal pill, on-brand for a success state — orange text/icon on a soft
   orange wash, sized to sit quietly under a form rather than announce
   itself. Both forms it appears on (newsletter, appointment) sit on a dark
   surface, so this is tuned for that; error state is a distinct hue so the
   two are never ambiguous next to each other. */
.form-note{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
  padding:8px 14px;
  border-radius:8px;
  font-family:"DM Sans",sans-serif;
  font-size:13.5px;
  line-height:20px;
}
.form-note__icon{width:16px;height:16px;flex:none}
.form-note--ok{background:rgba(237,60,39,.14);color:var(--orange)}
.form-note--error{background:rgba(255,90,90,.12);color:#ff8a80}
.form-field-error{
  margin:6px 0 0;
  font-family:"DM Sans",sans-serif;
  font-size:12.5px;
  color:#ff8a80;
}

/* =========================================================================
   HERO  (design y: 0 – 1638)
   ========================================================================= */
.hero{
  position:relative;
  background:var(--ink-2);
  isolation:isolate;
  padding-bottom:52px;
  overflow:hidden;
}
.hero-photo{
  position:absolute;
  inset:0 0 auto 0;
  height:900px;
  background:url("../img/hero-bg.jpg") center/cover no-repeat;
  z-index:-2;
}
.hero-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(15,15,15,0) 0%,var(--ink-2) 46.8%);
  z-index:-1;
}

/* ---------- navbar ---------- */
.site-header{padding-top:25px}
.nav-shell{
  width:100%;
  max-width:calc(var(--container-wide) + var(--gutter)*2);
  margin-inline:auto;
  padding-inline:var(--gutter);
}
.nav-pill{
  display:flex;
  align-items:center;
  height:83.333px;
  background:#fff;
  border:.833px solid rgba(255,255,255,.2);
  border-radius:83.333px;
  padding:0 20px 0 81.667px;
}
.nav-logo img{width:125.42px;height:auto}

/* Figma (node 1:640/1:645) centers the link row in the space between the
   logo and the actions — it isn't pinned at a fixed offset from the logo.
   flex:1 + justify-content:center reproduces that regardless of how wide
   the link row itself renders (e.g. the "Property"/"Resources" dropdown
   labels are shorter than the design's flat, un-grouped nav items). */
.nav-links{
  display:flex;
  flex:1 1 auto;
  justify-content:center;
  align-items:center;
  gap:26.667px;
  font-family:"Outfit",sans-serif;
  font-weight:400;
  font-size:15px;
  line-height:21.667px;
}
.nav-links a{color:var(--ink);transition:color .2s ease}
.nav-links a:hover,.nav-links a.is-active{color:var(--orange)}

.nav-actions{
  display:flex;
  align-items:center;
  gap:19.67px;
}
.nav-burger{
  width:43.333px;
  height:43.333px;
  flex:none;
  padding:0;
  border:0;
  background:transparent;
  border-radius:50%;
}
.nav-burger img{width:100%;height:100%}

/* ---------- headline + locator ---------- */
.hero-inner{position:relative}

.hero-main{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:40px;
}
.hero-copy{padding-top:339px;max-width:855px}

.hero-title{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:clamp(40px,5.16vw,82.5px);
  line-height:1.212;
  letter-spacing:-.02em;
  color:#fff;
}
.hero-title .dot{color:var(--orange)}
.hero-cta{margin-top:68px}

.locator{
  flex:none;
  width:366.667px;
  height:357.5px;
  margin-top:316.67px;
  margin-right:27.5px;
  background:#fff;
  border-radius:16.667px;
  padding:30px 30px 71.6px;
}
.locator__title{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:18.333px;
  line-height:26.667px;
  letter-spacing:-.02em;
  color:var(--ink-3);
}
.field{position:relative}
.field:first-of-type{margin-top:32.1px}
.field + .field{margin-top:16.5px}
.field::after{
  content:"";
  position:absolute;
  right:38.33px;
  top:50%;
  width:6.667px;
  height:7.333px;
  transform:translateY(-50%);
  background:url("../img/arrow-down.svg") center/contain no-repeat;
  pointer-events:none;
}
.field__select{
  width:100%;
  height:47.667px;
  background:var(--soft);
  border:.833px solid rgba(19,43,73,.2);
  border-radius:5px;
  padding:0 44px 0 16.667px;
  font-family:"Sora",sans-serif;
  font-size:13.333px;
  line-height:25px;
  color:rgba(19,43,73,.75);
  appearance:none;
  -webkit-appearance:none;
  outline:0;
}
.field__select:focus{border-color:rgba(19,43,73,.5)}
.locator__btn{
  width:100%;
  height:46.667px;
  margin-top:39.42px;
  background:var(--ink-3);
  color:#fff;
  border:0;
  border-radius:5px;
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:13.333px;
  line-height:20px;
  letter-spacing:-.01em;
  transition:opacity .2s ease;
}
.locator__btn:hover{opacity:.88}

/* ---------- stats strip ---------- */
.stats{
  display:flex;
  margin-top:82.5px;
}
.stat{
  flex:1 1 0;
  min-width:0;
  height:200px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0 20px;
  border:.833px solid rgba(255,255,255,.1);
  color:#fff;
}
.stat + .stat{margin-left:-.833px}
.stat__ico{width:35.417px;height:35.417px}
.stat__ico--wide{width:55.78px;height:35.417px}
.stat__label{
  font-family:"Outfit",sans-serif;
  font-size:10.625px;
  line-height:1;
  margin-top:19px;
}
.stat__rule{
  display:block;
  width:70.833px;
  height:.59px;
  background:#fff;
  border-radius:18px;
  margin-top:11px;
}
.stat__num{
  font-family:"Outfit",sans-serif;
  font-weight:600;
  font-size:28.333px;
  line-height:1;
  margin-top:10px;
}

/* ---------- approach panel ---------- */
.approach{
  position:relative;
  margin-top:61px;
  padding-top:41.667px;
  display:flex;
  justify-content:flex-end;
}
.approach__stat{
  position:absolute;
  left:90px;
  top:66.67px;
  width:170px;
  height:150px;
  background:#fff;
  border-radius:8.333px 8.333px 0 0;
  padding:29px 20px 0;
  display:flex;
  flex-direction:column;
}
.approach__stat-num{
  font-family:"Sora",sans-serif;
  font-weight:700;
  font-size:50px;
  line-height:58.333px;
  letter-spacing:-.01em;
  color:var(--ink-2);
}
.approach__stat-label{
  font-family:"Inter",sans-serif;
  font-weight:600;
  font-size:13.333px;
  line-height:1;
  color:#545454;
  margin-top:12px;
  white-space:nowrap;
}
.approach__card{
  position:relative;
  width:543.333px;
  min-height:333.333px;
  margin-right:21.67px;
  background:rgba(255,255,255,.1);
  border-radius:15px;
  padding:83.333px 33.333px 33.333px;
}
.approach__badge{
  position:absolute;
  top:-41.667px;
  left:33.333px;
  width:83.333px;
  height:83.333px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.approach__badge img{width:39.42px;height:38.66px}
.approach__text{
  font-family:"Inter",sans-serif;
  font-size:23.333px;
  line-height:33.333px;
  letter-spacing:-.01em;
  color:#F5F5F5;
  max-width:476.667px;
}
.approach__card .btn-pill{margin-top:36px}

/* =========================================================================
   WHAT WE OFFER
   ========================================================================= */
.offer{
  position:relative;
  background:#fff;
  overflow:hidden;
  padding:71px 0 79px;
}
.offer__glow{
  position:absolute;
  left:calc(50% - 155px);
  top:-888px;
  width:1588px;
  max-width:none;
  height:1588px;
  pointer-events:none;
  z-index:0;
}
.offer .pd-container{position:relative;z-index:1}

.offer__title{
  max-width:1080px;
  margin:15px auto 0;
  text-align:center;
  color:#000;
}
.offer__lead{
  max-width:1026px;
  margin:34px auto 0;
  text-align:center;
  font-family:"Sora",sans-serif;
  font-size:18px;
  line-height:32px;
  color:var(--muted);
}
.offer__grid{
  display:flex;
  flex-wrap:wrap;
  gap:57px;
  margin-top:113px;
}
.feature{
  display:flex;
  align-items:flex-start;
  flex:1 1 300px;
  min-width:0;
}
.feature__ico{
  flex:none;
  width:90px;
  height:90px;
  margin-top:4px;
  border-radius:10px;
  background:#fff;
  box-shadow:0 4px 4px rgba(0,0,0,.25);
  display:flex;
  align-items:center;
  justify-content:center;
}
.feature__ico img{width:48px;height:48px}
.feature__body{margin-left:24px;min-width:0}
.feature__title{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:24px;
  line-height:34px;
  letter-spacing:-.02em;
  color:#000;
}
.feature__text{
  margin-top:4px;
  font-family:"Sora",sans-serif;
  font-size:16px;
  line-height:30px;
  color:var(--navy);
  max-width:280px;
}
.offer__cta{margin-top:102px;text-align:center}

/* =========================================================================
   FOUR PILLARS
   ========================================================================= */
.pillars{
  position:relative;
  background:#0b0b0b url("../img/pillars-bg.jpg") center/cover no-repeat;
  padding:78px 0 171px;
  isolation:isolate;
}
.pillars::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.8);
  z-index:-1;
}
.pillars__title{
  text-align:center;
  color:#fff;
  max-width:636px;
  margin:0 auto;
}
.pillars__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:114px;
}
.pillar{
  position:relative;
  min-height:348px;
  background:#fff;
  border-radius:20px;
  padding:30px 28px 94px;
  display:flex;
  flex-direction:column;
}
.pillar__ico{
  width:70px;
  height:70px;
  border-radius:10px;
  background:var(--soft);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  transition:background-color .3s ease;
}
.pillar__ico img{width:36px;height:36px;transition:filter .3s ease}
/* Hover state (Figma: the 2nd card). The raised card shows it by default and
   hands it to whichever card is hovered. */
.pillar{transition:box-shadow .3s ease}
.pillar:hover,
.pillars__grid:not(:has(.pillar:hover)) .pillar--raised{box-shadow:0 1px 66px rgba(0,0,0,.12)}
.pillar:hover .pillar__ico,
.pillars__grid:not(:has(.pillar:hover)) .pillar--raised .pillar__ico{background:#000}
.pillar:hover .pillar__ico img,
.pillars__grid:not(:has(.pillar:hover)) .pillar--raised .pillar__ico img{filter:brightness(0) invert(1)}
.pillar__title{
  margin-top:auto;
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:22px;
  line-height:32px;
  letter-spacing:-.02em;
  color:var(--ink);
}
.pillar__text{
  margin-top:8px;
  font-family:"Sora",sans-serif;
  font-size:16px;
  line-height:30px;
  color:var(--navy);
}

/* =========================================================================
   CLIENT OUTCOME BAND
   ========================================================================= */
.outcome{
  position:relative;
  background:#0a0f1c url("../img/outcome-bg.jpg") center 44%/100% auto no-repeat;
  padding:77px 24px 80px;
  margin-top:var(--band-gap);
  isolation:isolate;
}
.outcome::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(10,15,28,.85) 0%,rgba(10,15,28,.78) 50%,rgba(10,15,28,.95) 100%);
  z-index:-1;
}
.outcome__inner{
  max-width:636px;
  margin-inline:auto;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:33px;
  align-items:center;
}
.outcome__eyebrow{
  font-family:"DM Sans",sans-serif;
  font-size:clamp(18px,1.5vw,24px);
  line-height:40px;
  color:#fff;
}
.outcome__title{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:clamp(28px,3vw,48px);
  line-height:1.25;
  letter-spacing:-.03em;
  color:#fff;
}

/* =========================================================================
   TESTIMONIALS
   ========================================================================= */
.stories{
  position:relative;
  background:#fff;
  overflow:hidden;
  padding:70px 0 152px;
}
.stories__glow{
  position:absolute;
  left:calc(50% - 1482px);
  top:-180px;
  width:1588px;
  max-width:none;
  height:1588px;
  pointer-events:none;
  z-index:0;
}
.stories .pd-container{position:relative;z-index:1}
.stories__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
.quote-card{
  position:relative;
  min-height:386px;
  background:#fff;
  border:1px solid rgba(8,10,11,.1);
  padding:30px;
  display:flex;
  flex-direction:column;
}
.quote-card__head{display:flex;align-items:flex-start;gap:20px}
.quote-card__avatar{position:relative;flex:none;width:100px;height:60px;display:block}
.quote-card__photo{position:absolute;left:0;top:0;width:60px;height:60px}
.quote-card__badge{position:absolute;left:40px;top:0;width:30px;height:30px}
.quote-card__who{display:flex;flex-direction:column;padding-top:11px}
.quote-card__name{
  font-family:"Outfit",sans-serif;
  font-weight:600;
  font-size:18px;
  line-height:1;
  color:var(--ink);
}
.quote-card__role{
  margin-top:9px;
  font-family:"DM Sans",sans-serif;
  font-size:14px;
  line-height:1;
  color:var(--muted);
}
.quote-card__text{
  margin-top:40px;
  font-family:"DM Sans",sans-serif;
  font-size:18px;
  line-height:26px;
  color:var(--muted);
}
.quote-card__foot{
  margin-top:auto;
  padding-top:26px;
  border-top:1px solid rgba(8,10,11,.1);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.quote-card__logo{width:106px;height:37.2px;object-fit:contain}
.quote-card__stars{width:110px;height:20px}

/* =========================================================================
   NEWSLETTER
   ========================================================================= */
.subscribe{
  background:#0a0f1c url("../img/cta-bg.jpg") center/cover no-repeat;
  min-height:230px;
  display:flex;
  align-items:center;
  padding:35px 0;
  margin-top:var(--band-gap);
}
.subscribe__inner{
  width:100%;
  max-width:calc(var(--container) + var(--gutter)*2);
  margin-inline:auto;
  padding-inline:var(--gutter);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}
.subscribe__title{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:clamp(28px,3vw,48px);
  line-height:1.25;
  letter-spacing:-.03em;
  color:#fff;
  max-width:373px;
}
.subscribe__box{
  flex:none;
  display:flex;
  width:630px;
  max-width:100%;
  height:60px;
  background:#fff;
}
.subscribe__input{
  flex:1 1 auto;
  min-width:0;
  border:0;
  outline:0;
  padding:0 30px;
  font-family:"DM Sans",sans-serif;
  font-size:16px;
  color:var(--ink);
  background:#fff;
}
.subscribe__input::placeholder{color:var(--muted)}
.subscribe__btn{
  flex:none;
  width:169px;
  border:0;
  background:var(--ink);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-family:"DM Sans",sans-serif;
  font-weight:600;
  font-size:16px;
  line-height:26px;
  transition:opacity .2s ease;
}
.subscribe__btn img{width:10px;height:10px}
.subscribe__btn:hover{opacity:.85}
/* Wraps the form so a validation/success note (.form-note) can sit under
   the pill without disturbing the title/form flex row above it. */
.subscribe__form{flex:none;max-width:100%}
.subscribe__input.is-invalid{box-shadow:inset 0 0 0 2px #ff8a80}

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer{
  position:relative;
  background:var(--ink);
  color:#fff;
  overflow:hidden;
  padding-top:93.8px;
  margin-top:var(--band-gap);
}
.site-footer__mark{
  position:absolute;
  right:-45px;
  bottom:83px;
  width:430px;
  height:422px;
  opacity:.9;
  pointer-events:none;
}
.site-footer .pd-container{position:relative;z-index:1}

.site-footer__grid{
  display:flex;
  flex-wrap:wrap;
  gap:57px 105px;
  padding-bottom:76px;
}
.foot-brand{width:349px;max-width:100%}
.foot-brand__logo{width:144.76px;height:49.34px}
.foot-brand__text{
  margin-top:29px;
  font-family:"Inter",sans-serif;
  font-size:17px;
  line-height:28.9px;
  color:var(--foot-muted);
}
.foot-brand__rule{
  display:block;
  width:300px;
  max-width:100%;
  height:1px;
  background:rgba(255,255,255,.1);
  margin-top:29px;
}
.foot-support{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-top:41px;
}
.foot-support img{width:24px;height:24px;margin-top:2px}
.foot-support__label{
  display:block;
  font-family:"DM Sans",sans-serif;
  font-weight:500;
  font-size:24px;
  line-height:1;
  color:#fff;
}
.foot-support__num{
  display:block;
  margin-top:14px;
  font-family:"DM Sans",sans-serif;
  font-size:17px;
  line-height:1;
  color:#fff;
}

.foot-col--links{width:165px}
.foot-col--contact{width:200px}
.foot-col__title{
  font-family:"Outfit",sans-serif;
  font-weight:700;
  font-size:20px;
  line-height:30px;
  text-transform:capitalize;
  color:#fff;
}
.foot-col__title--jost{font-family:"Jost",sans-serif}

.foot-links{margin-top:23px}
.foot-links li + li{margin-top:24px}
.foot-links a{
  display:flex;
  align-items:center;
  gap:9px;
  font-family:"DM Sans",sans-serif;
  font-size:17px;
  line-height:1;
  color:#fff;
  white-space:nowrap;
  transition:color .2s ease;
}
.foot-links a:hover{color:var(--orange)}
.foot-links img{width:13.5px;height:11.5px;flex:none}

.foot-contact{margin-top:23px}
.foot-contact li{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.foot-contact li + li{margin-top:38px}
.foot-contact img{flex:none;margin-top:3px}
.foot-contact__label{
  display:block;
  font-family:"DM Sans",sans-serif;
  font-size:17px;
  line-height:1;
  color:#fff;
}
.foot-contact__value{
  display:block;
  margin-top:12px;
  font-family:"DM Sans",sans-serif;
  font-size:14px;
  line-height:1;
  color:rgba(255,255,255,.7);
}

.site-footer__bar{
  position:relative;
  z-index:1;
  border-top:1px solid rgba(255,255,255,.1);
}
.site-footer__bar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-block:26px;
}
.copyright,.legal{
  font-family:"DM Sans",sans-serif;
  font-size:16px;
  line-height:26px;
  margin:0;
}
.copyright{color:#fff}
.copyright strong{font-weight:600}
.legal{color:rgba(255,255,255,.7)}
.legal a:hover{color:#fff}

/* =========================================================================
   OFFCANVAS (mobile nav)
   ========================================================================= */
.pd-offcanvas{background:var(--ink-2);color:#fff;width:320px}
.pd-offcanvas .btn-close{filter:invert(1) grayscale(1) brightness(2)}
.pd-offcanvas__nav{display:flex;flex-direction:column;gap:18px;margin-bottom:32px}
.pd-offcanvas__nav a{
  font-family:"Outfit",sans-serif;
  font-size:17px;
  color:#fff;
}
.pd-offcanvas__nav a.is-active,.pd-offcanvas__nav a:hover{color:var(--orange)}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width:1599.98px){
  .hero-copy{padding-top:22vw}
  .locator{margin-top:20vw;margin-right:0}
  .stat{padding:0 10px}
}

@media (max-width:1399.98px){
  .nav-links{gap:18px;font-size:14px}
  .nav-pill{padding-left:40px}
  .offer__grid{gap:32px}
  .feature__ico{width:76px;height:76px}
  .feature__ico img{width:40px;height:40px}
  .feature__title{font-size:21px;line-height:30px}
}

@media (max-width:1199.98px){
  .nav-links{display:none}
  .nav-pill{padding-left:28px;padding-right:16px}
  .hero-copy{padding-top:190px}
  .locator{margin-top:170px}
  .stats{flex-wrap:wrap}
  .stat{flex:1 1 33.333%;height:180px}
  .approach{padding-top:60px;justify-content:center}
  .approach__stat{position:static;margin:0 auto 32px}
  .approach{flex-direction:column;align-items:center}
  .approach__card{margin-right:0;width:100%;max-width:543.333px}
  .pillars__grid{grid-template-columns:repeat(2,1fr);gap:24px}
  .stories__grid{grid-template-columns:repeat(2,1fr)}
  .site-footer__grid{gap:48px 64px}
}

@media (max-width:991.98px){
  .hero{padding-bottom:60px}
  .hero-main{flex-direction:column;align-items:stretch}
  .hero-copy{padding-top:150px;max-width:100%}
  .locator{margin-top:48px;width:100%;max-width:420px}
  .offer{padding:56px 0 64px}
  .offer__grid{margin-top:64px;flex-direction:column;gap:36px}
  .feature{flex:1 1 auto}
  .feature__text{max-width:none}
  .offer__cta{margin-top:56px}
  .pillars{padding:56px 0 72px}
  .pillars__grid{margin-top:56px}
  .pillar{min-height:auto;padding-bottom:36px}
  .pillar__title{margin-top:32px}
  .outcome{padding:56px 24px}
  .stories{padding:56px 0 72px}
  .subscribe__inner{flex-direction:column;align-items:flex-start;gap:24px}
  .subscribe{padding:48px 0}
  .subscribe__title{max-width:none}
  .site-footer{padding-top:64px}
  .site-footer__mark{opacity:.35;right:-120px}
}

@media (max-width:767.98px){
  :root{--gutter:18px}
  .site-header{padding-top:14px}
  .nav-pill{height:68px;border-radius:68px;padding-left:20px;padding-right:12px}
  .nav-logo img{width:104px}
  .btn-pill--dark{font-size:11.5px;padding-left:18px}
  .hero-copy{padding-top:110px}
  .hero-cta{margin-top:32px}
  .stats{margin-top:56px}
  .stat{flex:1 1 50%;height:160px}
  .stories__grid{grid-template-columns:1fr}
  .pillars__grid{grid-template-columns:1fr}
  .quote-card{padding:24px}
  .quote-card__text{font-size:16px;line-height:24px;margin-top:28px}
  .subscribe__box{flex-wrap:wrap;height:auto;background:transparent;gap:12px}
  .subscribe__input{height:56px;width:100%;flex:1 1 100%;background:#fff}
  .subscribe__btn{width:100%;height:56px}
  .site-footer__bar-inner{flex-direction:column;align-items:flex-start;gap:8px;text-align:left}
  .foot-col--links,.foot-col--contact,.foot-brand{width:100%}
}

@media (max-width:575.98px){
  .nav-actions .btn-pill--dark span{display:none}
  .btn-pill--dark{padding:6px}
  .stat{flex:1 1 50%;height:150px;padding:0 8px}
  .stat__label{font-size:10px}
  .stat__num{font-size:24px}
  .approach__card{padding:70px 24px 28px}
  .approach__text{font-size:19px;line-height:29px}
  .locator{padding:28px 22px}
}

/* =========================================================================
   Inner pages (about.html, services.html, ...)
   Figma: BN3dMd5YXEfEZthDRT68c6 · nodes 1:81 "04_About_Us", 1:1756 "Our Service"
   Note: the design's photography/team images were not fetchable at build
   time (Figma's asset CDN returned an AWS WAF bot-challenge to this
   environment), so existing site photography is reused in their place;
   layout, type, color and spacing follow the design file.
   ========================================================================= */

/* ---------- breadcrumb hero (shared by every inner page) ---------- */
.page-hero{
  position:relative;
  background:var(--ink-2);
  isolation:isolate;
  padding:64px 0 90px;
  overflow:hidden;
}
.page-hero__bg{
  position:absolute;inset:0;
  background:url("../img/hero-bg.jpg") left center/cover no-repeat;
  opacity:.5;
  z-index:-2;
}
/* The design keeps the artwork on the left and fades it horizontally into
   near-black toward the right, where the title sits (Figma node 1:180). */
.page-hero__shade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(11,16,20,.35) 0%,rgba(11,16,20,.72) 45%,#0B1014 78%),
    linear-gradient(180deg,rgba(11,16,20,.55) 0%,rgba(11,16,20,.35) 45%,rgba(11,16,20,.8) 100%);
  z-index:-1;
}
.page-hero__body{padding-top:64px;text-align:center}
.page-hero__title{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:clamp(40px,6vw,80px);
  line-height:1;
  letter-spacing:-.02em;
  color:#fff;
  margin:0;
}
.page-hero__title .dot{color:var(--orange)}
.page-hero__crumb{
  display:flex;align-items:center;justify-content:center;gap:10px;
  margin-top:20px;
  font-family:"DM Sans",sans-serif;
  font-size:15px;color:#fff;
}
.page-hero__crumb a{color:#fff;font-weight:600}
.page-hero__crumb .current{font-weight:400;opacity:.85}
.page-hero__sep{width:6px;height:10px;flex:none;color:#fff;opacity:.7}

/* ---------- about: breadcrumb hero (Figma 1:175) ---------- */
/* The About frame's hero is a fixed 500px band: dartboard photo under a dark
   wash, title cap-top 250px down, crumb 338px down. */
.page-hero--about{height:500px;padding:0}
.page-hero--about .page-hero__bg{
  background:url("../img/about/hero.jpg") 50% 3%/cover no-repeat;
  opacity:1;
}
.page-hero--about .page-hero__shade{
  background:linear-gradient(180deg,rgba(11,16,20,.73) 0%,rgba(11,16,20,.7) 50%,rgba(11,16,20,.79) 100%);
}
.page-hero--about .page-hero__body{padding-top:247px}
.page-hero--about .page-hero__title{font-size:80px;line-height:71.4px;letter-spacing:-1.4px}
.page-hero--about .page-hero__crumb{margin-top:16px;line-height:21.667px}

/* ---------- about: intro statement (Figma 1:83 / 1:497) ---------- */
/* 310px dark gradient band; copy box is 1111px wide starting at x=251 of the
   1600 frame (i.e. 549px left of centre), P-house watermark bleeds off right. */
.about-intro{
  position:relative;
  overflow:hidden;
  min-height:310px;
  padding-block:82px 36px; /* design top is the cap line (text-box-trim) */
  background:linear-gradient(90deg,#262626 0%,#000 100%);
}
.about-intro__mark{
  position:absolute;top:0;right:-41.6px;
  width:331.2px;height:auto;max-width:none;
  pointer-events:none;
}
.about-intro__text{
  --inset:max(var(--gutter),calc(50% - 549px));
  position:relative;
  margin-left:var(--inset);
  width:min(1111px,calc(100% - var(--inset) - var(--gutter)));
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:48px;
  line-height:60px;
  letter-spacing:-.48px;
  color:#F8F9FA;
}

/* ---------- about: video (Figma 1:493) ---------- */
.about-video{position:relative;padding-top:58px;overflow:hidden}
/* Ellipse 1978 glow, placed at its Figma coordinates relative to this band. */
.about-video__glow{
  position:absolute;top:-849px;left:calc(50% - 87px);
  width:1588px;height:1588px;max-width:none;
  pointer-events:none;
}
.about-video__frame{
  --inset:max(var(--gutter),calc(50% - 555px));
  position:relative;
  z-index:1;
  margin-left:var(--inset);
  width:min(1078.333px,calc(100% - var(--inset) - var(--gutter)));
  aspect-ratio:1078.333/606.24;
  overflow:hidden;
}
.about-video__poster{width:100%;height:100%;object-fit:cover}
.about-video__frame::after{
  content:"";position:absolute;inset:0;background:rgba(0,0,0,.2);pointer-events:none;
}
/* Polygon 5, rotated to point right; its box sits 8.4px left of centre. */
.about-video__play{
  position:absolute;z-index:1;
  left:calc(50% - 8.4px);top:50%;
  transform:translateY(-50%);
  transition:transform .2s ease;
}
.about-video__play img{width:86.667px;height:98.286px}
.about-video__play:hover{transform:translateY(-50%) scale(1.06)}

/* ---------- about: 2x2 dark/photo split (Figma 1:192) ---------- */
/* 1221.67 x 790 black box: two 610.83 x 395 panels and two crops of the same
   key-handover photo, with the keychain cut-out overlapping the seam. */
.about-split{padding-top:57.76px}
.about-split__grid{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  width:min(1221.667px,calc(100% - var(--gutter)*2));
  margin-inline:auto;
  background:#000;
}
.about-split__panel{min-height:395px;color:#fff}
/* Figma lets this panel's bottom padding overflow the 395px cell, so only
   the top padding is applied; min-height holds the row at 395. */
.about-split__panel--lead{padding:95.415px 71.458px 0 130.411px}
.about-split__body{min-height:204.17px}
.about-split__panel--story{padding:49.17px 24px 49.17px 125px}
.about-split__title{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:40px;
  line-height:50px;
  letter-spacing:-1.2px;
  max-width:340px;
  margin:0 0 17.865px;
}
.about-split__title + .about-split__text{padding-top:2.977px}
.about-split__text{
  font-family:"Hanken Grotesk","DM Sans",sans-serif;
  font-weight:300;
  font-size:10.123px;
  line-height:14.292px;
  color:#fff;
  max-width:357px;
  margin:0 0 14.292px;
}
.about-split__panel--story .about-split__text{max-width:383.333px}
.about-split__btn{
  display:inline-flex;
  align-items:center;
  gap:2.922px;
  padding:3.896px 3.896px 3.896px 15.585px;
  border-radius:40px;
  background:#fff;
  color:var(--ink-2);
  font-family:"Inter",sans-serif;
  font-weight:600;
  font-size:8.77px;
  line-height:12.663px;
  white-space:nowrap;
  transition:transform .2s ease;
}
.about-split__btn:hover{transform:translateY(-2px);color:var(--ink-2)}
.about-split__btn img{flex:none;width:19.481px;height:19.481px}
.about-split__panel--story .about-split__btn{margin-top:17.865px}
/* Crop offsets are the Figma image-fill transforms for nodes 1:208 / 1:211. */
.about-split__photo{position:relative;overflow:hidden;aspect-ratio:610.833/394.643}
.about-split__photo img{position:absolute;max-width:none}
.about-split__photo--keys img{width:344.41%;height:233.75%;left:-186.77%;top:-5.19%}
.about-split__photo--hand img{width:312.75%;height:212.26%;left:-67.49%;top:-94.54%}
.about-split__keys{
  position:absolute;z-index:1;
  left:47.408%;top:21.624%;
  width:6.132%;height:auto;
  pointer-events:none;
}

/* ---------- about: our mission (Figma 1:213) ---------- */
/* Full-bleed 216.67px band: 555px textured black block (title aligned with
   the split box's left edge, x=188) + white copy panel with a soft shadow. */
.about-mission{
  display:flex;
  min-height:216.667px;
  margin-top:115.57px;
  background:#fff;
  box-shadow:0 0 60px rgba(0,0,0,.08);
}
.about-mission__label{
  flex:0 0 34.6875%;
  display:flex;
  align-items:center;
  padding:24px 24px 24px max(var(--gutter),calc(50% - 612px));
  background:#000 url("../img/about/mission-bg.jpg") center/cover no-repeat;
  color:#fff;
}
.about-mission__label h2{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:48px;
  line-height:60px;
  letter-spacing:-1.44px;
  white-space:nowrap;
  margin:0;
}
.about-mission__text{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px var(--gutter) 24px 53.75px;
  font-family:"DM Sans",sans-serif;
  font-size:15px;
  line-height:21.667px;
  color:#000;
}
.about-mission__text p{max-width:825.833px}
.about-mission__text p + p{margin-top:21.667px}

/* ---------- about: values + team share one glow (Figma 1:94) ---------- */
/* 63.9 + the footer's 65px --band-gap = the design's 128.9px card-to-footer gap. */
.about-lower{position:relative;overflow:hidden;padding-bottom:63.9px}
.about-lower__glow{
  position:absolute;top:137.76px;left:calc(50% - 1601px);
  width:1588px;height:1588px;max-width:none;
  pointer-events:none;
}

/* ---------- about: our values (Figma 1:223) ---------- */
.about-values{position:relative;padding-top:76.67px}
.about-values__title{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:48px;
  line-height:60px;
  letter-spacing:-1.44px;
  text-align:center;
  color:var(--ink);
  margin:0 0 36px;
}
/* Four 275px columns (circle centres 275px apart), dashed wave between. */
.about-values__grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  max-width:1100px;
  margin-inline:auto;
}
.about-values__line{
  position:absolute;left:18.94%;top:51.24px;
  width:62.164%;height:auto;max-width:none;
}
.value-step{display:flex;flex-direction:column;align-items:center;text-align:center;cursor:default}
.value-step__icon{
  position:relative;
  width:125px;height:125px;
  border-radius:50%;
  border:.833px dashed rgba(8,10,11,.3);
  display:flex;align-items:center;justify-content:center;
}
/* Hover state (Figma: step 02). The active step shows it by default and
   hands it to whichever step is hovered. */
.value-step__icon{transition:background-color .3s ease,box-shadow .3s ease}
.value-step__num{transition:background-color .3s ease,color .3s ease}
.value-step__title{transition:color .3s ease}
.value-step:hover .value-step__icon,
.about-values__grid:not(:has(.value-step:hover)) .value-step--active .value-step__icon{background:#fff;box-shadow:0 0 50px rgba(21,24,27,.1)}
.value-step__img{width:50px;height:50px}
.value-step__img--lg{width:54.024px;height:54.167px;transform:scaleY(-1)} /* layer is flipped in Figma */
.value-step__num{
  position:absolute;left:-.833px;top:-.833px;
  width:33.333px;height:33.333px;
  border-radius:50%;
  background:#F4F1EE;
  display:flex;align-items:center;justify-content:center;
  font-family:"Outfit",sans-serif;
  font-weight:800;
  font-size:13.333px;
  line-height:21.667px;
  color:var(--muted);
}
.value-step:hover .value-step__num,
.about-values__grid:not(:has(.value-step:hover)) .value-step--active .value-step__num{background:var(--ink);color:#fff}
.value-step__title{
  margin:34.49px 0 0;
  font-family:"Outfit",sans-serif;
  font-weight:600;
  font-size:20px;
  line-height:28.333px;
  color:var(--muted);
}
.value-step:hover .value-step__title,
.about-values__grid:not(:has(.value-step:hover)) .value-step--active .value-step__title{color:#000}
.value-step__text{
  margin:12.84px 0 0;
  max-width:250px;
  font-family:"Roboto",sans-serif;
  font-size:13.333px;
  line-height:21.667px;
  color:var(--muted);
}

/* ---------- about: meet the team (Figma 1:272) ---------- */
.about-team{position:relative;padding-top:82.2px;text-align:center}
.about-team__inner{max-width:1160px;margin-inline:auto}
.about-team__eyebrow{
  font-family:"Outfit",sans-serif;
  font-size:19.419px;
  line-height:32.365px;
  color:var(--orange);
  margin:0;
}
.about-team__title{
  font-family:"Sora",sans-serif;
  font-weight:600;
  font-size:48px;
  line-height:60px;
  letter-spacing:-1.44px;
  color:var(--ink);
  margin:19px 0 0;
}
.about-team__lead{
  max-width:504.887px;
  margin:30.54px auto 0;
  font-family:"DM Sans",sans-serif;
  font-size:12.946px;
  line-height:21.037px;
  color:var(--muted);
}
.about-team__row{position:relative;margin-top:41px}
.about-team__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,331.736px));
  justify-content:center;
  gap:24.28px;
  text-align:left;
}
/* Cards 1 and 3 are the design's grey "image here" placeholders; card 2
   carries the portrait at its Figma crop. */
.team-card{
  position:relative;
  margin:0;
  aspect-ratio:331.736/351.896;
  overflow:hidden;
  background:#C4C4C4;
}
.team-card__photo{
  position:absolute;
  width:231.71%;height:202.13%;
  left:-65.86%;top:-14.9%;
  max-width:none;
}
.team-card::after{
  content:"";
  position:absolute;left:0;right:0;bottom:0;
  height:43.227%;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);
}
.team-card__caption{position:absolute;z-index:1;left:32.36px;bottom:32.74px;color:#fff}
.team-card__name{
  font-family:"Outfit",sans-serif;
  font-weight:600;
  font-size:19.419px;
  line-height:21.037px;
  color:#fff;
  margin:0;
}
.team-card__role{
  font-family:"DM Sans",sans-serif;
  font-size:12.946px;
  line-height:21.037px;
  margin:3.9px 0 0;
}
.team-card__social{display:flex;gap:9.71px;margin-top:16.4px}
.team-card__social a{display:block;border-radius:50%;transition:transform .2s ease}
.team-card__social a:hover{transform:translateY(-2px)}
.team-card__social img{width:40.456px;height:40.456px}
.about-team__arrow{
  position:absolute;top:204.68px;
  width:25.083px;height:25.083px;
  padding:0;border:0;border-radius:50%;
  background:none;
  transition:transform .2s ease;
}
.about-team__arrow:hover{transform:scale(1.1)}
.about-team__arrow img{width:25.083px;height:25.083px}
.about-team__arrow--prev{left:0}
.about-team__arrow--prev img{transform:scaleX(-1)}
.about-team__arrow--next{right:0}

/* ---------- about page responsive ---------- */
/* The Figma frame is desktop-only (1600px); below it the layout keeps the
   design's proportions and relaxes the fixed sizes so copy stays readable. */
@media (max-width:1199.98px){
  .about-intro__text{font-size:40px;line-height:52px}
  .about-split__keys{display:none}
  .about-split__panel{min-height:0}
  .about-split__panel--lead,
  .about-split__panel--story{padding:56px 40px}
  .about-split__body{min-height:0;margin-bottom:8px}
  .about-split__title{font-size:34px;line-height:42px}
  .about-split__text{font-size:13px;line-height:19px;max-width:none}
  .about-split__panel--story .about-split__text{max-width:none}
  .about-split__btn{font-size:12px;line-height:18px;padding:5px 5px 5px 18px;gap:8px}
  .about-split__btn img{width:24px;height:24px}
  /* Rows grow with the copy here, so let the photos fill their cell. */
  .about-split__photo{aspect-ratio:auto;min-height:320px}
  .about-split__photo img{inset:0;width:100%;height:100%;object-fit:cover}
  .about-split__photo--keys img{object-position:80% 15%}
  .about-split__photo--hand img{object-position:30% 80%}
  .about-values__grid{grid-template-columns:repeat(2,1fr);row-gap:56px;max-width:640px}
  .about-values__line{display:none}
  .about-team__title{font-size:40px;line-height:52px}
  /* Once the cards fill the container the edge arrows would sit on top of
     them, so move the pair underneath. */
  .about-team__row{padding-bottom:49px}
  .about-team__arrow{top:auto;bottom:0}
  .about-team__arrow--prev{left:calc(50% - 33px)}
  .about-team__arrow--next{right:calc(50% - 33px)}
}
@media (max-width:991.98px){
  .page-hero__body{padding-top:96px}
  .page-hero--about{height:420px}
  .page-hero--about .page-hero__body{padding-top:170px}
  .page-hero--about .page-hero__title{font-size:64px;line-height:64px}
  .about-intro{min-height:0;padding-block:64px}
  .about-intro__text{font-size:32px;line-height:42px}
  .about-intro__mark{width:240px;right:-60px;opacity:.6}
  /* Stack as text -> photo -> text -> photo so each block of copy is
     followed by its own image. */
  .about-split__grid{grid-template-columns:1fr}
  .about-split__grid > :nth-child(1){order:1}
  .about-split__grid > :nth-child(2){order:2}
  .about-split__grid > :nth-child(4){order:3}
  .about-split__grid > :nth-child(3){order:4}
  .about-split__photo{min-height:0;aspect-ratio:16/9}
  .about-mission{flex-direction:column;margin-top:80px}
  .about-mission__label{flex:none;min-height:160px;padding:40px var(--gutter)}
  .about-mission__label h2{white-space:normal}
  .about-mission__text{padding:40px var(--gutter)}
  .about-team__grid{grid-template-columns:repeat(2,minmax(0,331.736px))}
  .about-team__title{font-size:34px;line-height:44px}
}
@media (max-width:767.98px){
  .page-hero--about{height:340px}
  .page-hero--about .page-hero__body{padding-top:130px}
  .page-hero--about .page-hero__title{font-size:48px;line-height:52px}
  .about-intro__text{font-size:26px;line-height:34px;letter-spacing:-.26px}
  .about-video{padding-top:40px}
  .about-video__play img{width:52px;height:59px}
  .about-split{padding-top:40px}
  .about-split__panel--lead,
  .about-split__panel--story{padding:40px 24px}
  .about-split__title{font-size:28px;line-height:36px}
  .about-mission{margin-top:64px}
  .about-mission__label h2,
  .about-values__title{font-size:34px;line-height:44px;letter-spacing:-1px}
  .about-values{padding-top:56px}
  .about-values__grid{grid-template-columns:1fr;row-gap:48px}
  .about-team{padding-top:64px}
  .about-team__title{font-size:26px;line-height:34px;letter-spacing:-.5px}
  .about-team__grid{grid-template-columns:minmax(0,331.736px)}
  .about-lower{padding-bottom:80px}
}

/* ---------- services intro ---------- */
.services-intro{padding:88px 0 56px;text-align:center}
.services-intro__eyebrow{
  font-family:"Outfit",sans-serif;font-weight:400;
  font-size:clamp(18px,1.6vw,24px);line-height:40px;color:var(--orange);
  margin:0 0 8px;
}
.services-intro__title{
  font-family:"Sora",sans-serif;font-weight:600;
  font-size:clamp(28px,3.6vw,48px);line-height:1.25;letter-spacing:-.03em;
  color:var(--ink);max-width:1080px;margin:0 auto 24px;
}
.services-intro__lead{
  font-family:"Sora",sans-serif;font-size:18px;line-height:32px;color:var(--muted);
  max-width:1026px;margin:0 auto;
}
.services-intro__lead p+p{margin-top:16px}

/* ---------- service cards grid ---------- */
.services-grid{padding:8px 0 0}
.services-grid__row{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
}
.service-card{
  background:#fff;border:1px solid #d9d9d9;border-radius:20px;
  padding:40px 36px;min-height:414px;
  transition:box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}
/* Hover state: per the Figma file, every service card's icon tile inverts to
   black-with-white-icon and the card lifts with a soft shadow on hover — the
   design shows this as a static "demo" card per group, but it's a hover
   interaction and applies to every card of this kind (see get_design_context
   on nodes 1:1866 / 1:2205, the "2" card, vs the plain "1"/"3" cards). */
.service-card:hover{
  border-color:transparent;
  box-shadow:0 4px 75px rgba(0,0,0,.15);
  transform:translateY(-4px);
}
.service-card__icon{
  width:80px;height:80px;border-radius:10px;background:#fff;
  border:1px solid #eee;
  display:flex;align-items:center;justify-content:center;margin-bottom:32px;
  transition:background-color .25s ease, border-color .25s ease;
}
.service-card:hover .service-card__icon{background:#000;border-color:#000}
.service-card__icon img{width:48px;height:48px;transition:filter .25s ease}
.service-card:hover .service-card__icon img{filter:invert(1) brightness(10)}
.service-card__title{
  font-family:"Sora",sans-serif;font-weight:600;font-size:22px;line-height:32px;
  letter-spacing:-.02em;color:var(--ink);margin:0 0 16px;
}
.service-card__text{
  font-family:"Sora",sans-serif;font-weight:400;font-size:16px;line-height:30px;
  color:var(--navy);margin:0;
}

/* ---------- who this is for ---------- */
.who-band{background:var(--soft);padding:80px 0;margin-top:var(--band-gap)}
.who-band__tag{
  display:table;margin:0 auto 24px;
  background:#000;color:#fff;padding:6px 24px;border-radius:6px;
  font-family:"Sora",sans-serif;font-size:16px;letter-spacing:-.01em;
}
.who-band__title{
  font-family:"Sora",sans-serif;font-weight:600;
  font-size:clamp(28px,3.6vw,48px);line-height:1.25;letter-spacing:-.03em;
  text-align:center;color:var(--ink);margin:0 0 56px;
}
.who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.who-card{
  position:relative;border-radius:16px;padding:24px;min-height:212px;
  display:flex;flex-direction:column;justify-content:flex-end;
}
.who-card{
  background:#fff;color:var(--ink);box-shadow:0 1px 40px rgba(0,0,0,.08);
  transition:background-color .3s ease,color .3s ease;
}
.who-card__icon{width:40px;height:40px;margin-bottom:24px;object-fit:contain;transition:filter .3s ease}
/* Hover state (Figma: the 1st card). The dark card shows it by default and
   hands it to whichever card is hovered. */
.who-card:hover,
.who-grid:not(:has(.who-card:hover)) .who-card--dark{background:#000;color:#fff}
.who-card:hover .who-card__icon,
.who-grid:not(:has(.who-card:hover)) .who-card--dark .who-card__icon{filter:brightness(0) invert(1)}
.who-card__text{
  font-family:"Outfit",sans-serif;font-weight:600;font-size:16px;line-height:1.4;
  margin:0;
}

/* ---------- services page responsive ---------- */
@media (max-width:1199.98px){
  .services-grid__row{grid-template-columns:repeat(2,1fr)}
  .who-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767.98px){
  .services-intro{padding:56px 0 40px}
  .services-grid__row{grid-template-columns:1fr}
  .service-card{padding:32px 24px;min-height:auto}
  .who-band{padding:56px 0}
  .who-grid{grid-template-columns:1fr}
}

/* ---------- inner-page navbar (flush white bar, not the homepage's floating pill) ---------- */
.site-header--inner{padding-top:0}
.inner-bar{
  position:relative;z-index:5;
  background:#fff;
  box-shadow:0 3px 41px rgba(0,0,0,.08);
}
.inner-bar__row{
  max-width:calc(var(--container-wide) + var(--gutter)*2);
  margin-inline:auto;
  padding-inline:var(--gutter);
  display:flex;
  align-items:center;
  height:83.333px;
}
.inner-logo{flex:none;margin-right:auto}
.inner-logo img{width:125px;height:auto}
/* Figma (node 1:1112 "navber"): links are Outfit Regular 13.333px with a
   34.167px gap — not the bold 15px Inter used elsewhere on the site. */
.inner-nav{
  display:flex;
  align-items:center;
  gap:34.167px;
  font-family:"Outfit",sans-serif;
  font-weight:400;
  font-size:13.333px;
}
.inner-nav a{color:var(--ink);transition:color .2s ease}
.inner-nav a:hover,.inner-nav a.is-active{color:var(--orange)}
.inner-actions{
  display:flex;
  align-items:center;
  gap:20px;
  margin-left:auto;
  padding-left:28px;
}
.inner-search{width:15px;height:15px;color:var(--ink);flex:none}
/* The design shows no burger at desktop width — the horizontal nav covers
   it. It only earns its place once .inner-nav is hidden below. */
.inner-actions .nav-burger{display:none}

@media (max-width:1199.98px){
  .inner-nav{display:none}
  .inner-bar__row{padding-inline:18px}
  .inner-actions .nav-burger{display:block}
}
@media (max-width:767.98px){
  .inner-bar__row{height:68px}
  .inner-logo img{width:104px}
  .inner-actions{gap:12px;padding-left:0}
}
@media (max-width:575.98px){
  /* Keep the burger reachable: drop the search icon and collapse the CTA to
     its arrow so the row can't overflow the viewport. */
  .inner-search{display:none}
  .inner-actions .btn-pill--dark span{display:none}
  .inner-actions .btn-pill--dark{padding:6px}
  .nav-burger{width:38px;height:38px}
}

/* =========================================================================
   Property Selection page (property-selection.html)
   Figma: BN3dMd5YXEfEZthDRT68c6 · node 1:2098 "Our Service"
   ========================================================================= */

/* ---------- filter / search bar ---------- */
.filter-bar{padding:0 0 64px}
.filter-bar__row{
  display:flex;flex-wrap:wrap;gap:16px;
}
.filter-pill{
  flex:1 1 240px;
  position:relative;
}
.filter-pill__select{
  width:100%;height:60px;
  background:#fff;
  border:1px solid #efefef;
  border-radius:999px;
  padding:0 44px 0 24px;
  font-family:"Plus Jakarta Sans","Sora",sans-serif;
  font-size:16px;color:#727272;
  appearance:none;-webkit-appearance:none;outline:0;
  transition:border-color .2s ease;
}
.filter-pill__select:focus{border-color:rgba(19,43,73,.35)}
.filter-pill::after{
  content:"";
  position:absolute;right:24px;top:50%;transform:translateY(-50%) rotate(180deg);
  width:12px;height:8px;
  background:url("../img/arrow-down.svg") center/contain no-repeat;
  pointer-events:none;
}
.filter-bar__submit{
  flex:0 0 auto;
  display:inline-flex;align-items:center;gap:14px;
  height:60px;padding:0 8px 0 28px;
  background:var(--orange);color:#fff;border:0;border-radius:999px;
  font-family:"Sora",sans-serif;font-weight:600;font-size:16px;
  transition:opacity .2s ease;
}
.filter-bar__submit:hover{opacity:.9}
.filter-bar__submit-ico{
  flex:none;width:44px;height:44px;border-radius:50%;
  background:rgba(255,255,255,.18);
  display:flex;align-items:center;justify-content:center;
}
.filter-bar__submit-ico svg{width:18px;height:18px;stroke:#fff;fill:none}

/* ---------- promo banner (dark photo band + white card) ---------- */
.promo-banner{
  position:relative;
  margin-top:var(--band-gap);
  padding:64px 0;
  background:var(--ink-2);
  isolation:isolate;
  overflow:hidden;
}
.promo-banner__bg{
  position:absolute;inset:0;
  background:url("../img/promo-bg.jpg") center/cover no-repeat; /* Figma 1:2227 */
  z-index:-2;
}
.promo-banner__shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.85) 40%,rgba(33,33,33,.85) 92%);
  z-index:-1;
}
.promo-card{
  background:#fff;border-radius:20px;
  display:flex;flex-wrap:wrap;overflow:hidden;
  min-height:380px;
}
.promo-card__body{
  flex:1 1 520px;padding:48px 56px;
  display:flex;flex-direction:column;justify-content:center;
}
.promo-card__title{
  font-family:"Sora",sans-serif;font-weight:600;
  font-size:clamp(28px,4vw,60px);line-height:1.2;letter-spacing:-.03em;
  color:var(--ink);margin:0 0 24px;
}
.promo-card__text{
  font-family:"Sora",sans-serif;font-size:16px;line-height:30px;color:var(--navy);
  max-width:665px;margin:0;
}
.promo-card__photo{
  flex:0 0 430px;min-height:280px;
  background:url("../img/promo-chess.jpg") center/cover no-repeat; /* Figma 1:2236, 430 x 380 */
}

/* ---------- property selection responsive ---------- */
@media (max-width:1199.98px){
  .filter-bar__row{gap:12px}
  .filter-pill{flex-basis:45%}
  .filter-bar__submit{flex:1 1 100%;justify-content:center}
}
@media (max-width:991.98px){
  .promo-card__photo{flex-basis:100%;min-height:220px;order:-1}
  .promo-card__body{padding:40px}
}
@media (max-width:767.98px){
  .filter-bar{padding-bottom:48px}
  .filter-pill{flex-basis:100%}
}

/* =========================================================================
   Client Success Stories page (success-stories.html)
   Figma: BN3dMd5YXEfEZthDRT68c6 · node 1:980 "Testimonial"
   Card grid reuses the homepage's .stories__grid / .quote-card component —
   same testimonial card, no need to redefine it.
   ========================================================================= */
.testimonials{padding:88px 0 40px}
.testimonials__head{text-align:center;margin-bottom:56px}
.testimonials__eyebrow{
  font-family:"Outfit",sans-serif;font-weight:400;
  font-size:clamp(18px,1.6vw,24px);line-height:40px;color:var(--orange);
  margin:0 0 4px;
}
.testimonials__title{
  font-family:"Outfit",sans-serif;font-weight:700;
  font-size:clamp(28px,3.4vw,48px);line-height:1.2;
  color:var(--ink);margin:0;
}
.testimonials__dots{
  display:flex;justify-content:center;gap:10px;margin-top:56px;
}
.testimonials__dots span{
  width:10px;height:10px;border-radius:50%;background:rgba(8,10,11,.15);
}
.testimonials__dots span.is-active{background:var(--orange);width:28px;border-radius:6px}

@media (max-width:1199.98px){
  .testimonials .stories__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767.98px){
  .testimonials{padding:56px 0 32px}
  .testimonials .stories__grid{grid-template-columns:1fr}
}

/* =========================================================================
   Contact Us page (contact.html)
   Figma: BN3dMd5YXEfEZthDRT68c6 · node 1:1398 "Contact Us"
   ========================================================================= */
.contact-section{padding:64px 0 96px}
.contact-panel{
  position:relative;
  background:var(--soft);
  border-radius:20px;
  padding:56px;
  display:flex;
  flex-wrap:wrap;
  gap:48px;
}
.contact-panel__main{flex:1 1 480px;min-width:0}
.contact-panel__title{
  font-family:"Sora",sans-serif;font-weight:600;
  font-size:clamp(28px,3.6vw,48px);line-height:1.25;letter-spacing:-.03em;
  color:var(--ink);margin:0 0 24px;
}
.contact-panel__lead{
  font-family:"Sora",sans-serif;font-size:18px;line-height:32px;color:var(--navy);
  max-width:593px;margin:0 0 56px;
}
.contact-info{
  display:flex;flex-wrap:wrap;gap:40px 48px;
  padding-bottom:32px;border-bottom:1px solid rgba(8,10,11,.1);
  margin-bottom:24px;
}
.contact-info__item{flex:1 1 220px;padding-left:64px;position:relative;min-height:48px}
.contact-info__icon{
  position:absolute;left:0;top:0;
  width:48px;height:48px;border-radius:6px;
  background:#172426;
  display:flex;align-items:center;justify-content:center;
}
.contact-info__icon img{width:24px;height:24px;filter:invert(1) brightness(10)}
.contact-info__title{
  font-family:"Sora",sans-serif;font-weight:600;font-size:20px;line-height:30px;
  color:#172426;margin:0 0 12px;
}
.contact-info__text{
  font-family:"Manrope","DM Sans",sans-serif;font-size:16px;line-height:26px;
  color:#3f4e50;margin:0;
}
.contact-info__text + .contact-info__text{margin-top:4px}
.contact-hours{
  font-family:"Manrope","DM Sans",sans-serif;font-size:18px;line-height:30px;color:#3f4e50;
  margin:0;
}

.appointment-card{
  flex:0 0 420px;
  position:relative;
  border-radius:20px;
  overflow:hidden;
  padding:40px 36px 44px;
  color:#fff;
  isolation:isolate;
}
.appointment-card__bg{
  position:absolute;inset:0;z-index:-2;
  background:url("../img/cta-bg.jpg") center/cover no-repeat;
}
.appointment-card__shade{position:absolute;inset:0;z-index:-1;background:rgba(8,10,11,.87)}
.appointment-card__title{
  font-family:"Sora",sans-serif;font-weight:600;
  font-size:28px;line-height:38px;letter-spacing:-.02em;
  margin:0 0 12px;
}
.appointment-card__lead{font-family:"Sora",sans-serif;font-size:16px;line-height:30px;margin:0 0 34px}
.appointment-field{margin-bottom:16px}
.appointment-field__input,
.appointment-field__textarea{
  width:100%;
  background:#fff;border:0;border-radius:6px;
  padding:10px 20px;
  font-family:"Sora",sans-serif;font-size:16px;color:var(--navy);
  outline:0;
}
.appointment-field__input{height:50px}
.appointment-field__textarea{height:100px;resize:none;padding-top:11px;font-family:"Sora",sans-serif}
.appointment-field__input::placeholder,
.appointment-field__textarea::placeholder{color:var(--navy);opacity:1}
.appointment-card__submit{
  display:inline-flex;align-items:center;justify-content:center;
  margin-top:6px;
  background:#fff;color:#080a0b;border:0;border-radius:6px;
  padding:18px 32px;
  font-family:"Sora",sans-serif;font-weight:600;font-size:16px;letter-spacing:-.01em;
  transition:opacity .2s ease;
}
.appointment-card__submit:hover{opacity:.85}
.appointment-field__input.is-invalid{box-shadow:inset 0 0 0 2px #ff8a80}
.appointment-card .form-note{margin:0 0 20px}

/* ---------- contact page responsive ---------- */
@media (max-width:991.98px){
  .contact-panel{padding:40px;flex-direction:column}
  .appointment-card{flex-basis:auto;width:100%}
}
@media (max-width:767.98px){
  .contact-section{padding:48px 0 64px}
  .contact-panel{padding:28px}
  .contact-info{gap:28px}
}

/* =========================================================================
   Resources & Learning Hub page (resources.html)
   Figma: BN3dMd5YXEfEZthDRT68c6 · node 1:2350 "Resources & Learning Hub."
   ========================================================================= */
.resources-block{padding:64px 0 0}
.resources-block__head{text-align:center;max-width:1080px;margin:0 auto}
/* Plain orange eyebrow, matching the testimonials heading on
   success-stories.html — no black pill background here. */
.resources-block__tag{
  display:block;
  font-family:"Outfit",sans-serif;font-weight:400;
  font-size:clamp(18px,1.6vw,24px);line-height:40px;color:var(--orange);
  margin:0 0 4px;
}

.resources-kicker{display:flex;align-items:center;gap:16px;margin:64px 0 40px}
.resources-kicker__line{width:50px;height:1px;background:rgba(8,10,11,.2);flex:none}
.resources-kicker__label{
  font-family:"Outfit",sans-serif;font-weight:600;font-size:13px;letter-spacing:.08em;
  text-transform:uppercase;color:var(--ink);white-space:nowrap;
}

.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog-card{
  position:relative;
  background:#fff;border:1px solid rgba(19,43,73,.3);border-radius:20px;
  overflow:hidden;
}
.blog-card__image{
  height:320px;background:#ccc center/cover no-repeat;
  border-top-left-radius:20px;border-top-right-radius:20px;
}
.blog-card__body{padding:24px 28px 88px}
.blog-card__meta{
  display:flex;align-items:center;gap:10px;
  font-family:"Sora",sans-serif;font-size:16px;color:var(--navy);
}
.blog-card__dot{width:5px;height:5px;border-radius:50%;background:var(--navy);flex:none}
.blog-card__title{
  margin-top:18px;
  font-family:"Sora",sans-serif;font-weight:600;font-size:22px;line-height:32px;
  letter-spacing:-.02em;color:var(--ink);
}
.blog-card__excerpt{
  margin-top:16px;
  font-family:"Hanken Grotesk","DM Sans",sans-serif;font-size:16px;line-height:26px;
  color:var(--ink);
}
.blog-card__more{
  position:absolute;left:28px;bottom:28px;
  width:44px;height:44px;border-radius:50%;
  background:#000;color:#fff;
  display:flex;align-items:center;justify-content:center;
  transition:background-color .2s ease;
}
.blog-card__more:hover{background:var(--orange)}
.blog-card__more svg{width:18px;height:18px}

.pagination-row{display:flex;justify-content:center;gap:12px;margin:48px 0 96px}
.pagination-row button{
  width:60px;height:60px;border-radius:12px;
  border:1px solid rgba(8,10,11,.1);background:#fff;
  font-family:"Sora",sans-serif;font-size:18px;color:var(--ink);
  display:flex;align-items:center;justify-content:center;
  transition:background-color .2s ease, color .2s ease, border-color .2s ease;
}
.pagination-row button.is-active,
.pagination-row button:hover{background:#000;color:#fff;border-color:#000}
.pagination-row button svg{width:18px;height:18px;stroke:currentColor;fill:none}

/* Dark photo band that the white consultation card sits on. Figma wraps this
   card in a full-bleed image + dark gradient on every page that uses it
   (nodes 1:1976, 1:2536, 1:2737) — it is not a card on plain white. */
.cta-band{
  position:relative;
  margin-top:var(--band-gap);
  padding:112px 0;
  background:#0B1014;
  isolation:isolate;
  overflow:hidden;
}
.cta-band__bg{
  position:absolute;inset:0;z-index:-2;
  background:url("../img/outcome-bg.jpg") center/cover no-repeat;
}
.cta-band__shade{
  position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,rgba(0,0,0,.85) 40%,rgba(33,33,33,.85) 92%);
}
/* Figma 1:2740: 1296 x 329 card; copy at 108/70, button 387px wide at
   right 34 / top 138. The card is 6px wider than the page container. */
.pd-container:has(> .consult-card){max-width:calc(1296px + var(--gutter)*2)}
.consult-card{
  background:#fff;border-radius:20px;box-shadow:0 4px 40px rgba(0,0,0,.06);
  min-height:329px;
  padding:70px 34px 55px 108px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:"title cta" "text cta";
  align-content:start;
  column-gap:24px;
}
.consult-card__title{
  grid-area:title;
  font-family:"Sora",sans-serif;font-weight:600;
  font-size:60px;line-height:72px;letter-spacing:-1.8px;
  color:#000;margin:0 0 12px;
}
.consult-card__text{
  grid-area:text;
  font-family:"Sora",sans-serif;font-size:16px;line-height:30px;color:var(--navy);
  max-width:665px;margin:0 0 0 6px;
}
.consult-card__cta{
  grid-area:cta;align-self:start;
  margin-top:68px;
  width:387px;justify-content:center;
  background:#000;border:0;
  padding:7.799px 7.799px 7.799px 31.197px;gap:5.849px;
  font-size:17.11px;line-height:24.712px;
}
.consult-card__cta .btn-pill__ico{width:38.997px;height:38.997px}
@media (max-width:1199.98px){
  .consult-card{grid-template-columns:1fr;grid-template-areas:"title" "text" "cta";padding:56px 56px 48px}
  .consult-card__title{font-size:48px;line-height:58px}
  .consult-card__text{margin-left:0}
  .consult-card__cta{margin-top:32px;justify-self:start}
}
@media (max-width:575.98px){
  .consult-card__title{font-size:34px;line-height:42px;letter-spacing:-1px}
  .consult-card__cta{width:100%;font-size:14px;padding-left:20px}
  .consult-card__cta .btn-pill__ico{width:32px;height:32px}
}

/* ---------- resources page responsive ---------- */
@media (max-width:1199.98px){
  .blog-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:991.98px){
  .consult-card{padding:40px}
}
@media (max-width:767.98px){
  .resources-block{padding:48px 0 0}
  .resources-kicker{margin:48px 0 28px}
  .blog-grid{grid-template-columns:1fr}
  .pagination-row{gap:8px}
  .pagination-row button{width:48px;height:48px;font-size:16px}
  .consult-card{padding:28px}
}

/* =========================================================================
   Wealth Strategy & Tax Reduction page (wealth-strategy.html)
   Figma: BN3dMd5YXEfEZthDRT68c6 · node 1:2643 "Wealth Strategy & Tax Reduction."
   The "Free Consultation" band reuses .consult-card from resources.html —
   identical content and component in the design.
   ========================================================================= */
.wealth-banner{
  background:#0a0f1c url("../img/cta-bg.jpg") center/cover no-repeat;
  min-height:256px;
  display:flex;align-items:center;
  padding:40px 0;
  margin-top:var(--band-gap);
}
.wealth-banner__inner{
  width:100%;
  max-width:calc(var(--container) + var(--gutter)*2);
  margin-inline:auto;
  padding-inline:var(--gutter);
  display:flex;flex-wrap:wrap;align-items:center;gap:40px;
}
.wealth-banner__title{
  flex:1 1 360px;
  font-family:"Sora",sans-serif;font-weight:600;
  font-size:clamp(28px,3.2vw,42px);line-height:1.2;letter-spacing:-.02em;
  color:#fff;margin:0;
}
.wealth-banner__text{
  flex:1 1 460px;
  font-family:"Sora",sans-serif;font-size:18px;line-height:32px;
  color:rgba(255,255,255,.85);margin:0;
}

/* ---------- how-it-works process ---------- */
.process-section{padding:64px 0 130px;text-align:center}
.process-section__tag{
  display:inline-flex;align-items:center;justify-content:center;
  background:#000;color:#fff;border-radius:6px;padding:6px 24px;
  font-family:"Sora",sans-serif;font-size:18px;margin-bottom:33px;
}
.process-section__title{
  font-family:"Sora",sans-serif;font-weight:600;
  font-size:clamp(28px,3.6vw,48px);line-height:1.25;letter-spacing:-.03em;
  color:var(--ink);max-width:636px;margin:0 auto;
}
.process-row{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
  position:relative;margin-top:64px;
}
.process-row::before{
  content:"";position:absolute;left:0;right:0;top:26px;height:1px;
  background:rgba(8,10,11,.1);z-index:0;
}
.process-step{position:relative;z-index:1}
.process-step__badge{
  display:inline-flex;align-items:center;justify-content:center;
  background:#000;color:#fff;border-radius:12px;padding:14px 22px;
  font-family:"Sora",sans-serif;font-weight:600;font-size:16px;letter-spacing:-.01em;
}
.process-step__title{
  margin-top:48px;
  font-family:"Sora",sans-serif;font-weight:600;font-size:24px;line-height:34px;
  letter-spacing:-.02em;color:#052e26;
}
.process-step__text{
  margin-top:16px;
  font-family:"Sora",sans-serif;font-size:16px;line-height:30px;color:var(--navy);
}

/* ---------- wealth strategy page responsive ---------- */
@media (max-width:991.98px){
  .process-row{grid-template-columns:repeat(2,1fr);row-gap:56px}
  .process-row::before{display:none}
}
@media (max-width:767.98px){
  .wealth-banner{padding:32px 0}
  .wealth-banner__inner{gap:20px}
  .process-section{padding:48px 0 80px}
  .process-row{grid-template-columns:1fr}
}

/* =========================================================================
   Navbar "Property" dropdown
   Figma: BN3dMd5YXEfEZthDRT68c6 · node 1:1829 (225px panel, orange header row,
   10.975px bottom radius, hairline dividers, 32.925px/5% shadow)
   ========================================================================= */
.nav-drop{position:relative}
.nav-drop__toggle{
  display:inline-flex;align-items:center;gap:6px;
  padding:0;border:0;background:transparent;
  font:inherit;color:var(--ink);cursor:pointer;
  transition:color .2s ease;
}
.nav-drop__caret{width:10px;height:6px;flex:none;transition:transform .2s ease}
.nav-drop:hover .nav-drop__toggle,
.nav-drop:focus-within .nav-drop__toggle,
.nav-drop.is-open .nav-drop__toggle,
.nav-drop.is-active .nav-drop__toggle{color:var(--orange)}
.nav-drop:hover .nav-drop__caret,
.nav-drop.is-open .nav-drop__caret{transform:rotate(180deg)}

.nav-drop__menu{
  position:absolute;left:50%;top:calc(100% + 18px);
  transform:translateX(-50%) translateY(-6px);
  width:225px;
  background:#fff;
  border-radius:0 0 10.975px 10.975px;
  box-shadow:0 0 32.925px rgba(0,0,0,.05);
  overflow:hidden;
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, visibility .2s;
  z-index:50;
}
.nav-drop:hover .nav-drop__menu,
.nav-drop:focus-within .nav-drop__menu,
.nav-drop.is-open .nav-drop__menu{
  opacity:1;visibility:visible;pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
/* Hover bridge spanning the gap between the toggle and the panel, so moving the
   cursor down into the menu doesn't drop the :hover chain. It lives on the
   .nav-drop parent (NOT on the menu) because the menu sets overflow:hidden for
   its rounded corners, which would clip a bridge drawn above it. It is as wide
   as the panel so diagonal moves toward either option stay inside the chain. */
.nav-drop::after{
  content:"";
  position:absolute;
  left:50%;transform:translateX(-50%);
  width:225px;
  top:100%;height:20px;
  display:none;
}
.nav-drop:hover::after,
.nav-drop:focus-within::after,
.nav-drop.is-open::after{display:block}

.nav-drop__menu a{
  display:block;
  padding:11px 22px;
  font-family:"Inter",sans-serif;font-weight:500;font-size:14px;line-height:18px;
  color:var(--ink);
  border-top:1px solid #E3DBD8;
  transition:background-color .2s ease, color .2s ease;
}
.nav-drop__menu a:first-child{border-top:0}
/* The solid orange row in the design marks the CURRENT page (it is the first
   item only because each dropdown was captured on its own page — see nodes
   1:1829 and 1:2399). Drive it from the active state, not from :first-child. */
.nav-drop__menu a.is-active{
  background:var(--orange);color:#fff;font-weight:600;
}
.nav-drop__menu a:not(.is-active):hover{color:var(--orange);background:var(--soft)}

/* Mobile offcanvas: no hover — show the group as a labelled sub-list. */
.pd-offcanvas__group{
  font-family:"Outfit",sans-serif;font-size:12px;letter-spacing:.08em;
  text-transform:uppercase;color:rgba(255,255,255,.45);margin-top:4px;
}
.pd-offcanvas__sub{padding-left:14px;border-left:1px solid rgba(255,255,255,.15)}

@media (max-width:1199.98px){
  .nav-drop{display:none}
}
