/* ============================================================
   HERLONG ARCHITECTS + INTERIORS — Home page styles (v2)
   Sage #8E9BA1 untouched. Sage sections use charcoal text (AA).
   ============================================================ */

:root{
  --cream:    #FCFAF5;  /* lightened again per feedback. Previous good value if too light: #FBF8F2 */
  --cream-light:#FFFEFB;/* barely-warm off-white — lighter than cream, less ivory, not pure white */
  --tan:      #D6CFC0;  /* PMS 7527 */
  --sage:     #8E9BA1;  /* PMS 443 — exact */
  --sage-tint:#B8C0C4;  /* lightened sage — ~4.8:1 on charcoal, passes AA at any size */
  --charcoal: #4A4A48;  /* PMS 2336 */
  --charcoal-light:#4D4D4B;/* the footer brown (#4A4A48) lifted just +3 — same hue, barely lighter */
  --white:    #FFFFFF;
  --ink:      #3F3F3D;
  --hairline: rgba(74,74,72,.26);

  --ff-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --maxw: 1280px;
  --ease: cubic-bezier(.65,0,.35,1);   /* symmetric ease-in-out — feels handmade vs mechanical */
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
/* overflow-x:clip (not hidden) prevents sideways scroll WITHOUT breaking position:sticky */
body{overflow-x:clip;}
img,svg,video,iframe{max-width:100%;}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto;}}

body{
  margin:0;font-family:var(--ff-body);font-weight:400;color:var(--ink);
  background:var(--cream);line-height:1.7;font-size:17px;letter-spacing:.005em;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{display:block;max-width:100%;height:auto;}
a{color:inherit;text-decoration:none;}

.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}
.skip-link{position:absolute;left:16px;top:-60px;z-index:200;background:var(--charcoal);color:var(--cream);padding:.7em 1.2em;border-radius:2px;transition:top .2s var(--ease);}
.skip-link:focus{top:16px;}
:focus-visible{outline:2px solid var(--charcoal);outline-offset:3px;}
.hero:focus-visible{outline-offset:-4px;outline-color:var(--white);}
.testimonials:focus-visible{outline-offset:-4px;}
.section--charcoal :focus-visible,.site-footer :focus-visible{outline-color:var(--cream);}

/* ---------- Layout ---------- */
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(22px,5vw,64px);}
.wrap--mid{max-width:980px;}
.wrap--wide{max-width:1120px;}
.center{text-align:center;}
.section{padding:clamp(64px,9vw,128px) 0;}
.section--cream{background:var(--cream);color:var(--ink);}
.section--tan{background:var(--tan);color:var(--charcoal);}
.section--sage{background:#9CA7AC;color:#3B3B3A;}   /* sage lifted from #8E9BA1 (dE 4.7) so text can sit at #3B3B3A — 4.56:1. --sage itself is unchanged; it still drives accents site-wide. */
.section--charcoal{background:var(--charcoal);color:var(--cream);}

/* Begin Your Project — charcoal band (matches testimonials); cream text passes AA.
   Sits between two photo image bands, reading as a deliberate editorial pause. */
.cta-band{position:relative;}
.cta-band > .wrap{position:relative;}

/* ---------- Unified heading (all sections = H1 size/treatment) ---------- */
.h-display{
  font-family:var(--ff-display);font-weight:400;
  font-size:clamp(2.2rem,4.8vw,3.7rem);line-height:1.08;
  letter-spacing:.012em;margin:.1em 0 .5em;color:var(--charcoal);
}
.section--charcoal .h-display{color:var(--cream);}
.section--sage .h-display,.section--tan .h-display{color:var(--charcoal);}
.section--sage .lead{color:#3B3B3A;}   /* WCAG AA: 4.56:1 on #9CA7AC (h-display is large text, 3:1, so it stays charcoal) */
@media (min-width:1180px){
  .h-display--nowrap{white-space:nowrap;}
}

.eyebrow{font-family:var(--ff-body);font-weight:500;font-size:.74rem;letter-spacing:.26em;text-transform:uppercase;margin:0 0 1.4em;color:#68757D;}   /* WCAG AA: 4.55:1 on cream — do not lighten */
.eyebrow--light{color:var(--tan);}
.eyebrow{display:block;text-align:center;}
.section--tan .eyebrow:not(.eyebrow--light){color:#505B60;}   /* WCAG AA: 4.51:1 on tan #D6CFC0 — do not lighten */
/* Hairline ornament above each section eyebrow / badge — print-style chapter rule */
.eyebrow::before,.since-badge::before{content:"";display:block;width:48px;height:1px;background:currentColor;opacity:.5;margin:0 auto 1.4em;}
@media (min-width:1180px){.eyebrow--wide{white-space:nowrap;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;}}
.lead{font-size:clamp(1.12rem,1.7vw,1.4rem);line-height:1.55;font-weight:300;color:var(--charcoal);}
.section--charcoal .lead{color:var(--cream);}
.lead--block{max-width:62ch;margin-left:auto;margin-right:auto;}
.intro p + p{margin-top:1.25em;}
.intro p{max-width:80ch;margin-left:auto;margin-right:auto;color:var(--ink);text-align:justify;text-align-last:center;}   /* justified body (#4) */
.intro .lead{color:var(--charcoal);max-width:66ch;text-align:center;text-align-last:auto;}
.intro .h-display{margin-bottom:.7em;}   /* more space below h2 (#4) */
.approach .lead--block{margin-bottom:1em;}
.approach-body{max-width:70ch;margin:0 auto;color:var(--ink);}
/* even top/bottom breathing room around the centered content (#5, #6) */
.intro .btn-pair-wrap{margin-bottom:.6em;}
.cta-band .btn--solid{margin-top:.4em;}
/* Body paragraph on the charcoal band — same 70ch/17px/1.7 metrics as .approach-body,
   but cream (approach-body is --ink, invisible on charcoal). */
.cta-band .cta-copy{max-width:70ch;margin:0 auto 1.7em;color:var(--cream);}
.desktop-break{display:none;}
@media (min-width:760px){.desktop-break{display:inline;}}
.mobile-break{display:inline;}
@media (min-width:760px){.mobile-break{display:none;}}
/* intro: symmetric space above & below the lead (#13) */
.intro .lead{margin-top:1.6em;margin-bottom:1.6em;}
/* more breathing room below the story lead on desktop only (#13) */
@media (min-width:760px){.story .lead--block{margin-bottom:clamp(64px,7vw,104px);}}

/* ---------- Buttons ---------- */
/* Bottom-to-top fill via background-size (grows from the bottom edge). Avoids the
   sub-pixel white sliver the old 200% gradient slide sometimes left at the border. */
.btn{display:inline-block;font-family:var(--ff-body);font-weight:500;font-size:.76rem;letter-spacing:.18em;text-transform:uppercase;padding:1.05em 2.4em;border-radius:1px;cursor:pointer;text-align:center;line-height:1.4;background-repeat:no-repeat;background-position:bottom center;transition:background-size .55s var(--ease),color .45s var(--ease),border-color .45s var(--ease);}

/* Outline → charcoal fills up from the bottom, text inverts to cream */
.btn--outline{border:1px solid var(--charcoal);color:var(--charcoal);background-color:transparent;background-image:linear-gradient(var(--charcoal),var(--charcoal));background-size:100% 0%;}
.btn--outline:hover,.btn--outline:focus-visible{background-size:100% 100%;color:var(--cream);}

/* Solid charcoal → cream fills up from the bottom, text inverts to charcoal */
.btn--solid{border:1px solid var(--charcoal);color:var(--cream);background-color:var(--charcoal);background-image:linear-gradient(var(--cream),var(--cream));background-size:100% 0%;}
.btn--solid:hover,.btn--solid:focus-visible{background-size:100% 100%;color:var(--charcoal);}

/* Equal-width button pair (sized to the wider label) */
.btn-pair-wrap{display:flex;justify-content:center;margin-top:3.4em;}
.btn-pair{display:inline-grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:18px;}
.btn-pair .btn{width:100%;}
.btn-single{margin-top:2.2em;}
@media (max-width:600px){
  .btn-pair{grid-auto-flow:row;grid-auto-columns:auto;width:100%;max-width:340px;}
  .btn-pair-wrap{width:100%;}
}

/* ============================================================ HEADER */
.site-header{position:sticky;position:-webkit-sticky;top:0;z-index:100;background:var(--cream);background:rgba(252,250,245,.92);-webkit-backdrop-filter:saturate(1.1) blur(10px);backdrop-filter:saturate(1.1) blur(10px);border-bottom:1px solid var(--hairline);transition:background .35s var(--ease);}
.header-inner{max-width:var(--maxw);margin:0 auto;padding:20px clamp(22px,5vw,64px);display:flex;align-items:center;justify-content:space-between;gap:24px;transition:padding .35s var(--ease);}
.site-header.is-condensed .header-inner{padding-top:11px;padding-bottom:11px;}
.brand{flex:0 0 auto;}
.brand-logo{height:60px;width:auto;transition:height .35s var(--ease);}
.site-header.is-condensed .brand-logo{height:48px;}
.mobile-phone,.hamburger{display:none;}

/* When condensed, nudge the whole nav cluster left so the left gap (logo→HOME)
   tightens and the right side gains open space — balancing both sides as the logo shrinks. */
.primary-nav{transition:transform .35s var(--ease);}
.site-header.is-condensed .primary-nav{transform:translateX(clamp(-40px,-2.4vw,-14px));}

/* Desktop nav */
.primary-nav{flex:1 1 auto;}
.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:clamp(14px,1.7vw,30px);}
.nav-list > li{flex:0 0 auto;}
.nav-list > li > a{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;color:var(--charcoal);padding:.4em 0;position:relative;display:inline-block;white-space:nowrap;}
.nav-list > li > a::after{content:"";position:absolute;left:0;bottom:-2px;height:1px;width:0;background:var(--charcoal);transition:width .35s var(--ease);}
.nav-list > li > a:hover::after,.nav-list > li:focus-within > a::after,.nav-list > li.has-menu:hover > a::after{width:100%;}
/* extra space on the two outer gaps only (#3 prev) — kept small to avoid wrap */
.nav-list > li:first-child{margin-right:clamp(4px,0.8vw,14px);}
.nav-list > li.nav-cta{margin-left:clamp(10px,1.8vw,30px);}
.nav-cta > a span{white-space:nowrap;}

/* Dropdowns — bridged so hover survives the gap */
.has-menu{position:relative;}
.submenu{
  list-style:none;margin:0;padding:14px 0;position:absolute;top:calc(100% + 16px);
  left:50%;transform:translateX(-50%) translateY(8px);
  min-width:240px;background:var(--cream);border:1px solid var(--hairline);
  box-shadow:0 18px 44px rgba(74,74,72,.14);
  opacity:0;visibility:hidden;transition:opacity .26s var(--ease),transform .26s var(--ease);z-index:20;
}
.submenu::before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px;background:transparent;} /* hover bridge (fixes #4) */
.has-menu:hover > .submenu,.has-menu:focus-within > .submenu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.submenu li a{display:block;padding:.6em 26px;font-size:.78rem;letter-spacing:.04em;text-transform:none;color:var(--ink);white-space:nowrap;transition:background .2s var(--ease),color .2s var(--ease);}  /* single line (#5) */
.submenu:not(.submenu--grouped) li a:hover{background:var(--tan);color:var(--charcoal);}

/* Begin Your Project submenu — centered under the button (#2) */
.submenu--right{left:50%;right:auto;transform:translateX(-50%) translateY(8px);}
.has-menu:hover > .submenu--right,.has-menu:focus-within > .submenu--right{transform:translateX(-50%) translateY(0);}

/* Grouped submenu (About) — heads + sub-subs behave like main dropdown links: tan fill hover, no underline */
.submenu--grouped{min-width:300px;padding:8px 0;}
.submenu--about{min-width:330px;}
.submenu-group{padding:6px 0;}
.submenu-group + .submenu-group{border-top:none;margin-top:6px;padding-top:10px;position:relative;}
.submenu-group + .submenu-group::before{content:"";position:absolute;top:0;left:26px;right:26px;height:1px;background:var(--hairline);}
.submenu--grouped a{text-decoration:none!important;}
.group-head{display:block;padding:.6em 26px;font-family:var(--ff-body);font-weight:600;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--charcoal);white-space:nowrap;text-decoration:none;transition:background .2s var(--ease),color .2s var(--ease);}
a.group-head:hover,a.group-head--link:hover{background:var(--tan);color:var(--charcoal);}
.submenu-group ul{list-style:none;margin:0;padding:0;}
.submenu-group--solo{padding-bottom:6px;}
/* sub-sub links: underline hover (no fill) to read as sub-sub-nav (#4) */
.submenu-group ul li a{display:inline-block;padding:.5em 26px;font-size:.78rem;letter-spacing:.04em;text-transform:none;color:var(--ink);white-space:nowrap;text-decoration:none;position:relative;transition:color .2s var(--ease);}
.submenu--grouped .group-head{text-transform:uppercase;}
.submenu-group ul li a::after{content:"";position:absolute;left:26px;right:26px;bottom:.32em;height:1px;background:var(--charcoal);transform:scaleX(0);transform-origin:left;transition:transform .26s var(--ease);}
.submenu-group ul li a:hover{background:transparent;color:var(--charcoal);}
.submenu-group ul li a:hover::after{transform:scaleX(1);}
.loc-list{columns:2;column-gap:12px;}
.loc-list li{break-inside:avoid;}

/* Begin Your Project — hairline accent box (#6 keeps its dropdown) */
.nav-cta > a{border:1px solid var(--charcoal);padding:.72em 1.3em!important;transition:background .35s var(--ease),color .35s var(--ease);}
.nav-cta > a::after{display:none;}
.nav-cta > a:hover{background:var(--charcoal);color:var(--cream);}

/* ============================================================ HERO */
.hero{position:relative;width:100%;height:clamp(460px,86vh,1000px);overflow:hidden;background:var(--tan);}
.hero-track{position:absolute;inset:0;}
/* Each slide stacks in place. Inactive sits BELOW (z-index 0); active sits ON TOP
   (z-index 2) so during the 1.8s cross-fade you never see the outgoing image
   above the incoming one. The fading-out slide drops to z-index 1 momentarily. */
.hero-slide{position:absolute;inset:0;z-index:0;opacity:0;visibility:hidden;transition:opacity 1.8s var(--ease),visibility 0s linear 1.8s;}
.hero-slide.is-active{z-index:2;opacity:1;visibility:visible;transition:opacity 1.8s var(--ease),visibility 0s linear 0s;}
.hero-slide img{width:100%;height:100%;object-fit:cover;display:block;transform-origin:center center;transform:scale(1.08);}

/* Ken Burns — pure CSS, driven by the .is-active class (no JS restart).
   Image rests at scale(1.08); the active slide animates from 1.04 UP to 1.08
   and holds. Resting scale == animation end, so nothing ever jumps. The active
   slide is layered on top, so the incoming image always wins the cross-fade. */
@media (prefers-reduced-motion: no-preference){
  .hero-slide.is-active img{animation:kenburns 7.5s ease-out both;will-change:transform;}
}
@keyframes kenburns{from{transform:scale(1.04);}to{transform:scale(1.08);}}

/* Arrows — semi-transparent circle + hairline border (#7) */
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(74,74,72,.26);border:1px solid rgba(255,255,255,.4);color:var(--white);cursor:pointer;z-index:3;backdrop-filter:blur(2px);transition:background .3s var(--ease),transform .3s var(--ease);}
.hero-arrow:hover{background:rgba(74,74,72,.42);}
.hero-prev{left:clamp(10px,2.4vw,30px);}
.hero-next{right:clamp(10px,2.4vw,30px);}
.hero-prev:hover{transform:translateY(-50%) translateX(-2px);}
.hero-next:hover{transform:translateY(-50%) translateX(2px);}

/* Pagination — thin lines */
.hero-dots{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:3;}
.hero-dots button{width:30px;height:0;padding:0;border:none;cursor:pointer;background:transparent;border-top:2px solid rgba(255,255,255,.55);transition:border-color .3s var(--ease),width .3s var(--ease);filter:drop-shadow(0 1px 3px rgba(0,0,0,.4));}
.hero-dots button[aria-selected="true"]{border-top-color:var(--white);width:46px;}

@media (max-width:768px){
  .hero{height:clamp(340px,68vh,520px);}
  .hero-arrow{width:38px;height:38px;}
  .hero-arrow svg{width:16px;height:16px;}
  .section--sage.story.reveal.is-in { padding-top: 48px; }    
}

/* ============================================================ VIDEO / STORY (sage section) */
.story .h-display{margin-bottom:.55em;}
.story .lead--block{margin-bottom:clamp(48px,6vw,80px);}   /* even space above video */
.story .eyebrow{color:#3B3B3A;}                            /* WCAG AA: 4.56:1 on #9CA7AC (was cream, 2.74:1) */
.video-wide{position:relative;width:min(1500px,94vw);margin:0 auto;}
.video-facade{position:relative;z-index:1;cursor:pointer;overflow:hidden;border-radius:3px;aspect-ratio:16/9;background:var(--charcoal);box-shadow:0 30px 70px -28px rgba(74,74,72,.45);}
.video-facade::before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.14);z-index:3;pointer-events:none;border-radius:3px;}
.video-facade img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease);}
.video-facade:hover img{transform:scale(1.03);}
.video-facade::after{content:"";position:absolute;inset:0;background:rgba(74,74,72,.22);transition:background .4s var(--ease);}
.video-facade:hover::after{background:rgba(74,74,72,.1);}
.video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:92px;height:92px;border-radius:50%;background:rgba(251,248,242,.94);color:var(--charcoal);display:flex;align-items:center;justify-content:center;padding-left:5px;transition:transform .4s var(--ease),background .4s var(--ease);box-shadow:0 6px 24px rgba(0,0,0,.28);}
.video-facade:hover .video-play{transform:translate(-50%,-50%) scale(1.08);background:var(--cream);}
.video-facade iframe{position:absolute;inset:0;width:100%;height:100%;border:0;z-index:4;}
.video-facade.is-playing{cursor:default;}
.video-facade.is-playing::after,.video-facade.is-playing::before{display:none;}
.story .btn-single{margin-top:clamp(40px,5vw,64px);}
.story{padding-bottom:clamp(36px,4.5vw,60px);}   /* trim excess below the button */
@media (max-width:768px){
  .video-play{width:60px;height:60px;padding-left:3px;}
  .video-play svg{width:20px;height:20px;}
}

/* ============================================================ IMAGE BANDS */
.img-band{width:100%;overflow:hidden;line-height:0;font-size:0;background:var(--tan);}
.img-band picture{display:block;width:100%;line-height:0;}
.img-band img{width:100%;height:clamp(480px,76vh,920px);object-fit:cover;display:block;margin-bottom:-1px;transform:translateZ(0);}   /* -1px overlap kills the intermittent cream sliver between bands */
.img-band + .section--charcoal{margin-top:-1px;position:relative;z-index:1;}   /* testimonials / cta-band sit flush after a photo band */
.section--charcoal + .img-band{margin-top:-1px;}

/* ============================================================ BEGIN YOUR PROJECT */
/* Tan label + hairline ornament, matching the testimonials eyebrow (.eyebrow--light).
   Hairline follows via currentColor. Tan-on-charcoal ~5.7:1 passes AA for normal
   text; on the old sage ground this small text failed AA, which is why the band
   moved to charcoal. */
.since-badge{font-family:var(--ff-body);font-weight:500;font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;margin:0 0 1.4em;color:var(--tan);}
/* The band's btn--solid is charcoal-on-charcoal here (invisible), so invert it:
   cream outline + cream text at rest, filling cream from the bottom on hover with
   charcoal text. Same fill mechanic as the site's outline buttons, tuned for dark
   ground. Scoped to .cta-band so the identical button in the sage story section is
   untouched. For a louder CTA, swap the rest state to a solid cream fill. */
.cta-band .btn--solid{border-color:var(--cream);color:var(--cream);background-color:transparent;background-image:linear-gradient(var(--cream),var(--cream));background-size:100% 0%;}
.cta-band .btn--solid:hover,.cta-band .btn--solid:focus-visible{background-size:100% 100%;color:var(--charcoal);}

/* ============================================================ FAQ (two columns) */
.faq .h-display{margin-bottom:1.4em;}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 clamp(34px,5vw,72px);max-width:1080px;margin:0 auto;border-top:1px solid rgba(74,74,72,.24);align-items:start;}
.faq-item{border-bottom:1px solid rgba(74,74,72,.24);}
.faq-item summary{list-style:none;cursor:pointer;padding:1.25em 44px 1.25em 0;position:relative;font-family:var(--ff-display);font-size:clamp(1.32rem,2.1vw,1.62rem);font-weight:500;color:var(--charcoal);line-height:1.3;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"";position:absolute;right:6px;top:1.5em;width:14px;height:14px;background:linear-gradient(var(--charcoal),var(--charcoal)) center/14px 1px no-repeat,linear-gradient(var(--charcoal),var(--charcoal)) center/1px 14px no-repeat;transition:transform .3s var(--ease);}
.faq-item[open] summary::after{background:linear-gradient(var(--charcoal),var(--charcoal)) center/14px 1px no-repeat;}
.faq-body{padding:0 44px 1.45em 0;}
.faq-body p{margin:0;max-width:60ch;color:#403f3a;}
@media (max-width:760px){.faq-grid{grid-template-columns:1fr;}}

/* ============================================================ TESTIMONIALS (fixed height via grid-stack) */
.testimonials .eyebrow{margin-bottom:1.8em;}
.testi-track{display:grid;}                       /* all slides share one cell → height = tallest */
.testi{grid-area:1/1;margin:0;opacity:0;visibility:hidden;transition:opacity .7s var(--ease);display:flex;flex-direction:column;justify-content:center;align-items:center;}
.testi.is-active{opacity:1;visibility:visible;}
.testi p,.testi-stack-quote{font-family:var(--ff-display);font-weight:400;font-style:italic;font-size:clamp(1.25rem,2.3vw,1.85rem);line-height:1.45;color:var(--cream);}
.testi p{max-width:52ch;margin:0 0 1.1em;}
.testi cite,.testi-stack-cite{font-family:var(--ff-body);font-style:normal;font-weight:500;font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;}
.testi cite{color:#B1BABF;}   /* WCAG AA: 4.50:1 on charcoal (was --sage, 3.11:1) */
@media (max-width:767px){
  .testi p,.testi-stack-quote{font-size:1.75rem;}   /* larger quote text on mobile; desktop unchanged */
}
.testi-controls{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:2.6em;}
.testi-arrow{background:transparent;border:none;color:var(--tan);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .3s var(--ease);}
.testi-arrow:hover{color:var(--cream);}
.testi-dots{display:flex;gap:10px;}
.testi-dots button{width:22px;height:0;padding:0;border:none;cursor:pointer;background:transparent;border-top:2px solid rgba(214,207,192,.45);transition:border-color .3s var(--ease),width .3s var(--ease);}
.testi-dots button[aria-selected="true"]{border-top-color:var(--cream);width:34px;}

/* ============================================================ AWARDS */
.award-list{list-style:none;margin:1.4em auto 0;padding:0;width:-moz-fit-content;width:fit-content;max-width:100%;}
.award-list li{width:100%;padding:1.05em 4px;border-bottom:1px solid rgba(74,74,72,.22);font-size:1.02rem;color:#403f3a;text-align:center;}  /* all lines = longest award width (#11) */
.award-list li:first-child{border-top:1px solid rgba(74,74,72,.22);}
@media (min-width:1000px){.award-list li{white-space:nowrap;}}
.badges{display:flex;gap:40px;justify-content:center;align-items:center;margin-top:3em;flex-wrap:wrap;}
.badge{height:74px;width:auto;opacity:.85;}
.badge--adpro{height:140px;}   /* larger ADPRO logo */
@media (max-width:600px){
  .badges{flex-direction:column;gap:28px;}   /* stack logos on mobile (#10) */
}

/* ============================================================ FOOTER */
.site-footer{background:var(--charcoal);color:var(--cream);padding:clamp(60px,8vw,104px) 0 44px;}
.footer-logo{height:104px;width:auto;margin:0 auto;filter:brightness(0) invert(1);opacity:.96;}  /* larger (#12) */
.footer-brand{display:block;padding-bottom:38px;margin-bottom:32px;border-bottom:1px solid rgba(244,240,230,.16);}  /* line below logo (#12) */
.footer-social{list-style:none;display:flex;flex-wrap:wrap;gap:12px 26px;justify-content:center;padding:0 0 35px;margin:0;border-bottom:1px solid rgba(244,240,230,.16);} 
.footer-social li { line-height: 1; }
.footer-social a{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#F4F0E6;opacity:.85;transition:opacity .25s var(--ease);}
.footer-social a:hover{opacity:1;}
.footer-nav{display:flex;flex-wrap:wrap;gap:12px 30px;justify-content:center;margin:32px 0;padding:0 0 32px;border-bottom:1px solid rgba(244,240,230,.16);}
.footer-nav a{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#F4F0E6;opacity:.85;transition:opacity .25s var(--ease);}
.footer-nav a:hover{opacity:1;}
.footer-locations{display:grid;grid-template-columns:repeat(3,auto);gap:24px clamp(40px,6vw,80px);justify-content:center;padding-bottom:2.4em;border-bottom:1px solid rgba(244,240,230,.16);}  /* hairline below (#19) */
.loc-col{font-style:normal;font-size:.84rem;line-height:1.62;color:rgba(244,240,230,.86);text-align:left;}
.loc-col strong{display:inline-block;margin-bottom:.4em;color:var(--cream);font-weight:600;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;}  /* Contact Info heading matches By Appointment (#12) */
.loc-col a{position:relative;transition:color .2s var(--ease);}
.loc-col a.map-link{display:inline;text-decoration-line:underline;text-decoration-color:transparent;text-underline-offset:3px;transition:color .2s var(--ease),text-decoration-color .25s var(--ease);}
.loc-col a.map-link:hover{color:var(--cream);text-decoration-color:rgba(251,248,242,.7);}
.loc-col a:hover{color:var(--cream);}
.copyright{margin-top:2.4em;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(244,240,230,.75);}
.cr-dot{display:inline-block;vertical-align:middle;margin:0 .7em;font-size:1.5em;line-height:0;color:rgba(244,240,230,.75);}   /* larger dot (#11) */
@media (max-width:720px){
  .eyebrow.eyebrow--wide { text-align: inherit; }
  .footer-social{/*display:grid;*/grid-template-columns:auto auto;justify-content:center;gap:14px 30px;}
  .footer-locations{grid-template-columns:1fr;text-align:center;padding-bottom: 2.0em;}
  .loc-col{text-align:center;}
  .cr-dot{display:none;}                
  .cr-name,.cr-since{display:block;}    
}

/* ============================================================ REVEAL */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease),transform .9s var(--ease);}
.reveal.is-in{opacity:1;transform:none;}
@media (max-width:760px){
  .reveal,.reveal-loop{opacity:1;transform:none;transition:none;}   /* no delayed body fade on mobile */
}

/* ============================================================ MOBILE NAV */
@media (max-width:1100px){
  .primary-nav{display:none;}
  .header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:16px clamp(18px,5vw,28px);}
  .mobile-phone{display:flex;align-items:center;color:var(--charcoal);justify-self:start;}
  .brand{justify-self:center;}
  .brand-logo{height:40px;}
  .hamburger{display:flex;flex-direction:column;justify-content:center;gap:7px;justify-self:end;width:34px;height:34px;background:transparent;border:none;cursor:pointer;padding:0;}
  .hamburger .bar{display:block;width:30px;background:var(--charcoal);transition:transform .35s var(--ease),opacity .25s var(--ease);}
  .hamburger .bar-top{height:1px;}
  .hamburger .bar-bottom{height:2px;}
  .hamburger[aria-expanded="true"] .bar-top{transform:translateY(4.5px) rotate(45deg);}
  .hamburger[aria-expanded="true"] .bar-bottom{transform:translateY(-4.5px) rotate(-45deg);height:1px;}
}
.menu-overlay{position:fixed;inset:0;z-index:98;background:rgba(74,74,72,.4);opacity:0;transition:opacity .35s var(--ease);}
.menu-overlay.is-open{opacity:1;}
.mobile-menu{position:fixed;top:0;right:0;z-index:99;height:100dvh;width:min(88vw,430px);background:var(--cream);transform:translateX(100%);transition:transform .42s var(--ease);padding:74px 0 40px;overflow-y:auto;box-shadow:-20px 0 60px rgba(74,74,72,.18);}
.mobile-menu.is-open{transform:translateX(0);}
.m-nav{list-style:none;margin:0;padding:0;}
.m-nav > li{border-bottom:1px solid var(--hairline);}
.m-nav > li:last-child{border-bottom:none;}
.m-nav > li > a,.m-row > a{display:block;padding:1.05em clamp(22px,6vw,32px);font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;color:var(--charcoal);}
.m-row{display:flex;align-items:center;justify-content:space-between;}
.m-row > a{flex:1;}
.m-expander{width:56px;align-self:stretch;background:transparent;border:none;border-left:1px solid var(--hairline);cursor:pointer;position:relative;}
.m-expander::before,.m-expander::after{content:"";position:absolute;top:50%;left:50%;background:var(--charcoal);transition:transform .3s var(--ease),opacity .3s var(--ease);}
.m-expander::before{width:13px;height:1px;transform:translate(-50%,-50%);}
.m-expander::after{width:1px;height:13px;transform:translate(-50%,-50%);}
.m-expander[aria-expanded="true"]::after{opacity:0;}
.m-sub{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;background:rgba(214,207,192,.3);transition:max-height .4s var(--ease);border-top:0 solid var(--hairline);}
.m-sub.is-open{max-height:1200px;border-top-width:1px;}
.m-sub li a{display:block;padding:.72em clamp(22px,6vw,32px) .72em clamp(34px,9vw,46px);font-size:.84rem;letter-spacing:.02em;text-transform:none;color:var(--ink);}
.m-sub li.m-subhead{padding:.9em clamp(22px,6vw,32px) .35em;}
.m-sub li.m-subhead:first-child{padding-top:1.5em;}   /* more space above THE FIRM (#3) */
.m-sub li.m-subhead:last-child{padding-bottom:1.5em;} /* more space below CAREERS (#3) */
.m-subhead{padding:.9em clamp(22px,6vw,32px) .35em;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--charcoal);}
.m-sub li.m-subhead a,.m-subhead a{display:inline;padding:0;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--charcoal)!important;text-decoration:none;}
.m-sub li.m-subhead a:hover{color:#616E75!important;}   /* WCAG AA: 4.50:1 on the drawer's tinted bg #F1EDE5 — do not lighten */
.m-cta-wrap > .m-row > a{color:var(--charcoal);}
.mobile-menu .m-social-wrap{border-top:1px solid var(--hairline);margin-top:0;padding:1.4em clamp(22px,6vw,32px) 0;}
.mobile-menu .m-social{list-style:none!important;display:flex!important;flex-wrap:wrap!important;gap:10px 24px!important;margin:0!important;justify-content:center!important;padding:0!important;}
.mobile-menu .m-social li{text-align:center; line-height: 1;}
.mobile-menu .m-social a{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#5F6E78;}
body.menu-open{overflow:hidden;}

@media (max-width:767px){
  .section--charcoal.cta-band.reveal.is-in { padding-top: 60px; }
  .video-wide{width:100%;}
  .story .btn-single{margin-top:clamp(28px,7vw,40px);}
  .story{padding-bottom:clamp(28px,7vw,44px);} 
  .team-image-band { min-height: clamp(240px, 20vh, 540px); }
}

/* ---------- Motion off ---------- */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important;}
  .reveal{opacity:1;transform:none;}
  .hero-slide{transition:opacity .001ms;}
}

/* ============================================================ INTERIOR PAGES */
/* Shared styles for interior/service pages (e.g. Architecture). */

/* Shorter single-image hero (vs. the taller home slider) */
.page-hero{position:relative;width:100%;height:clamp(360px,54vh,600px);overflow:hidden;background:var(--tan);}
.page-hero picture{display:block;width:100%;height:100%;line-height:0;}   /* picture must fill hero or object-fit crop drifts */
.page-hero img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}
/* Architecture hero: on mobile keep the front door / stair axis centered
   (door sits ~47% across the source; 42% object-position maps that to viewport center) */
@media (max-width:760px){
  .page-hero--architecture img{object-position:42% 40%;}
}

/* Anchor targets: offset for the sticky header so headings aren't hidden on jump */
#services,#team,#collections,#our-team,#philosophy,#awards,#press,#testimonials,.svc-acc-item{scroll-margin-top:104px;}

/* ---------- About page: Philosophy pull-quote ---------- */
.philosophy .pull-quote{font-family:var(--ff-display);font-weight:400;font-style:italic;font-size:clamp(1.5rem,3vw,2.35rem);line-height:1.32;color:var(--charcoal);max-width:none;margin:.3em auto .2em;}
.philosophy .pull-attrib{font-family:var(--ff-body);font-size:1.05rem;line-height:1.6;color:var(--charcoal);max-width:none;margin:1.6em auto 1.9em;}
.philosophy .pull-attrib strong{font-weight:600;}

/* ---------- About page: Press magazine masonry ---------- */
.press-grid{width:min(1500px,92vw);margin:clamp(40px,5vw,64px) auto 0;display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(10px,1.2vw,18px);}   /* row-major order, aligned rows */
.press-grid figure{margin:0;}
.press-grid img{width:100%;height:100%;aspect-ratio:3/4;object-fit:cover;display:block;border-radius:1px;box-shadow:0 14px 34px -22px rgba(74,74,72,.5);}
.press-grid figcaption{margin-top:.4em;font-family:var(--ff-body);font-size:.72rem;letter-spacing:.04em;color:var(--ink);text-align:center;}
@media (max-width:1080px){.press-grid{grid-template-columns:repeat(4,1fr);}}
@media (max-width:760px){.press-grid{grid-template-columns:repeat(3,1fr);}}
@media (max-width:460px){.press-grid{grid-template-columns:repeat(2,1fr);}}

/* ---------- About: Press section background (matches Real Estate team section) ---------- */
.press{background:var(--cream-light);border-top:1px solid var(--hairline);}   /* line + tone shift, like the Real Estate team section */

/* ---------- About: wider container so long award lines breathe ---------- */
.awards-wide{width:min(1440px,92vw);margin:0 auto;}

/* ---------- About: stacked testimonials (hairline-divided, like the awards list) ---------- */
.testi-stack-section{background:var(--charcoal-light);border-bottom:1px solid rgba(252,250,245,.2);}   /* lighter than the footer so they don't blend */
.testi-stack{list-style:none;margin:clamp(32px,4vw,54px) auto 0;padding:0;max-width:none;}   /* full wrap width so the hairlines match the footer */
.testi-stack li{padding:clamp(26px,3.2vw,44px) 4px;border-bottom:1px solid rgba(252,250,245,.16);}
.testi-stack li:first-child{border-top:1px solid rgba(252,250,245,.16);}
.testi-stack-quote{max-width:58rem;margin:0 auto .85em;}
.testi-stack-cite{color:var(--tan);}

/* Inline prose links inside intro copy */
.intro p a{color:inherit;border-bottom:1px solid var(--sage);transition:border-color .2s var(--ease);}
.intro p a:hover{border-bottom-color:var(--charcoal);}

/* ---------- Real Estate team (luxury cards) ---------- */
.team{background:var(--cream-light);border-top:1px solid var(--hairline);}   /* warm ivory, one step lighter than the cream intro above */
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,5vw,84px);margin-top:clamp(44px,6vw,84px);}
.team-member{text-align:center;}
.team-photo{position:relative;width:100%;aspect-ratio:4/5;overflow:hidden;border-radius:3px;margin-bottom:clamp(20px,2.4vw,30px);box-shadow:0 26px 64px -34px rgba(74,74,72,.5);}   /* fixed 4:5 box — all portraits same height in every row */
.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%;display:block;filter:grayscale(100%);transition:filter .6s var(--ease),transform .6s var(--ease);}   /* face-aligned crop; fills box edge-to-edge */
.team-member:hover .team-photo img{filter:grayscale(0%);transform:scale(1.03);}
.team-name{font-family:var(--ff-display);font-weight:500;font-size:clamp(1.6rem,2.6vw,2.2rem);line-height:1.1;color:var(--charcoal);margin:0 0 .15em;}
.team-role{font-family:var(--ff-body);font-weight:500;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);margin:0 0 1.3em;}
.team-contact{margin:0 0 1.3em;color:var(--ink);font-size:.98rem;line-height:2;}
.team-contact a{color:var(--ink);border-bottom:1px solid transparent;transition:border-color .2s var(--ease);}
.team-contact a:hover{border-bottom-color:currentColor;}
.team-links{display:flex;justify-content:center;gap:1.6em;margin:0;}
.team-links a{font-family:var(--ff-body);font-weight:500;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--charcoal);border-bottom:1px solid var(--hairline);padding-bottom:3px;transition:border-color .2s var(--ease);}
.team-links a:hover{border-bottom-color:var(--charcoal);}
@media (max-width:700px){.team-grid{grid-template-columns:1fr;gap:52px;max-width:26rem;margin-left:auto;margin-right:auto;}}

/* ---------- Meet Our Team: roster (3 per row, centered last row) ---------- */
.team-roster{width:min(1560px,92vw);margin:clamp(44px,5vw,72px) auto 0;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:clamp(46px,4.5vw,76px) clamp(30px,3vw,54px);}
.team-roster .team-member{flex:0 0 auto;width:calc((100% - 2 * clamp(30px,3vw,54px)) / 3);max-width:30rem;scroll-margin-top:120px;}
.team-roster .team-name{font-size:clamp(1.4rem,2vw,1.75rem);}
.team-roster .team-role{margin-bottom:0;}
.team-roster .team-email{margin:.4em 0 0;font-family:var(--ff-body);font-size:.9rem;}
.team-roster .team-email a{color:var(--charcoal);border-bottom:1px solid transparent;padding-bottom:1px;transition:color .2s var(--ease),border-color .2s var(--ease);}
.team-roster .team-email a:hover{color:var(--sage);border-bottom-color:currentColor;}
@media (max-width:900px){.team-roster .team-member{width:calc((100% - clamp(30px,3vw,54px)) / 2);}}
@media (max-width:600px){.team-roster{gap:46px;}.team-roster .team-member{width:100%;max-width:24rem;}}
#leadership-team,#architecture-team,#interior-design-team{scroll-margin-top:100px;}

/* Credentials list inside a bio */
.team-bio-creds{list-style:none;margin:1.4em 0 0;padding:0;text-align:left;}
.team-bio-creds li{position:relative;padding-left:1.1em;margin:0 0 .5em;font-family:var(--ff-body);font-size:.9rem;line-height:1.5;color:var(--ink);}
.team-bio-creds li::before{content:"–";position:absolute;left:0;color:var(--sage);}
.team-bio-creds li:last-child{margin-bottom:0;}

/* Bio expander */
.team-bio{margin-top:.7em;}
.team-bio > summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5em;font-family:var(--ff-body);font-weight:500;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--charcoal);border-bottom:1px solid var(--hairline);padding-bottom:3px;transition:border-color .2s var(--ease);}
.team-bio > summary::-webkit-details-marker{display:none;}
.team-bio > summary:hover{border-bottom-color:var(--charcoal);}
.team-bio-icon{width:.85em;height:.85em;flex-shrink:0;transition:transform .3s var(--ease);}
.team-bio[open] > summary .team-bio-icon{transform:rotate(180deg);}
.team-bio-text{margin-top:1.3em;text-align:center;font-family:var(--ff-body);font-size:.95rem;line-height:1.72;color:var(--ink);}
.team-bio-text p{margin:0 0 1em;text-align:justify;}
.team-bio-text p:last-child{margin-bottom:0;}

/* Full-width image band between team sections — height + overlay like the Our Team CTA */
.team-image-band{position:relative;width:100%;min-height:clamp(320px,50vh,540px);overflow:hidden;}
.team-image-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;    object-position: bottom;}
.team-image-band::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(74,74,72,.32),rgba(74,74,72,.62));}

/* ---------- Experience Our Work: location cards (3 per row, centered last row) ---------- */
.location-grid{width:min(1600px,92vw);margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:clamp(40px,4vw,60px) clamp(22px,2.4vw,38px);}
.location-card{display:block;flex:0 0 auto;width:calc((100% - 2 * clamp(22px,2.4vw,38px)) / 3);max-width:none;margin:0;scroll-margin-top:110px;text-decoration:none;}
.location-card-img{overflow:hidden;border-radius:3px;box-shadow:0 22px 54px -32px rgba(74,74,72,.5);}
.location-card-img img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .7s var(--ease);}
.location-card:hover .location-card-img img{transform:scale(1.04);}
.location-card-label{margin:.9em 0 0;text-align:center;font-family:var(--ff-display);font-weight:500;font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.15;color:var(--charcoal);}
@media (max-width:900px){.location-card{width:calc((100% - clamp(22px,2.4vw,38px)) / 2);}}
@media (max-width:600px){.location-grid{gap:40px;}.location-card{width:100%;max-width:26rem;}}

/* Experience Our Work — page-scoped spacing: room below the intro, tiles pulled up */
.eow-top{padding-bottom:0;}
.eow-top .portfolio-rule{margin:clamp(48px,5.5vw,72px) 0 0;}
.eow-locations{padding-top:clamp(48px,5.5vw,72px);}

/* ---------- Portfolio feature CTAs (image bands linking to sub-collections) ---------- */
.portfolio-features{display:flex;flex-direction:column;}
.portfolio-feature{position:relative;display:flex;align-items:center;justify-content:center;min-height:clamp(320px,50vh,540px);overflow:hidden;text-align:center;text-decoration:none;}
.portfolio-feature-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease);}
.portfolio-feature:hover .portfolio-feature-img{transform:scale(1.05);}
.portfolio-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(74,74,72,.32),rgba(74,74,72,.62));}
.portfolio-feature-inner{position:relative;z-index:2;color:var(--cream);padding:2rem;text-shadow:0 2px 22px rgba(0,0,0,.35);}
.portfolio-feature-title{font-family:var(--ff-display);font-weight:500;font-size:clamp(2rem,4.6vw,3.4rem);line-height:1.05;color:var(--cream);margin:0 0 .35em;}
.portfolio-feature-desc{font-family:var(--ff-body);font-weight:300;font-size:clamp(1rem,1.5vw,1.15rem);color:var(--cream);max-width:44rem;margin:0 auto 1.4em;}
.portfolio-feature-link{display:inline-block;font-family:var(--ff-body);font-weight:500;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--cream);border-bottom:1px solid rgba(252,250,245,.55);padding-bottom:4px;transition:border-color .25s var(--ease);}
.portfolio-feature:hover .portfolio-feature-link{border-bottom-color:var(--cream);}

/* ---------- Portfolio page top (reusable: eyebrow + h1 + full-width rule) ---------- */
.portfolio-top{padding-top:clamp(30px,4vw,54px);padding-bottom:clamp(48px,8vw,96px);}   /* even bottom space before CTA */
.portfolio-top .h-display{margin-bottom:clamp(22px,2.6vw,36px);}
.portfolio-top .eyebrow{color:var(--charcoal);}   /* brown eyebrow + hairline (uses currentColor) */
.portfolio-rule{width:100%;height:1px;background:var(--hairline);margin:0 0 clamp(34px,4vw,56px);}

/* ---------- Project detail hero (visible image, light text, rule at bottom) ---------- */

/* video hero uses <video>, not CSS background image */
.pd-hero--video::before{display:none;}
.pd-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:var(--pd-pos,center center);display:block;z-index:0;pointer-events:none;}

.pd-hero{position:relative;overflow:hidden;text-align:center;background:var(--charcoal);height:clamp(360px,54vh,600px);}   /* matches .page-hero; breadcrumb sits flush below */
/* --pd-pos: shift the crop for tall photos / bottom-heavy scenes (default center) */
.pd-hero::before{content:"";position:absolute;inset:0;background:var(--pd-bg,none) var(--pd-pos,center center)/cover no-repeat;}
.pd-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(45,45,44,.40),rgba(45,45,44,.56));}  /* moderate scrim keeps the image visible + text legible */
.pd-hero--focus-top{--pd-pos:center top;}
.pd-hero--focus-center{--pd-pos:center center;}
.pd-hero--focus-bottom{--pd-pos:center bottom;}
.pd-hero--focus-left{--pd-pos:left center;}
.pd-hero--focus-right{--pd-pos:right center;}
.pd-hero-inner{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:clamp(16px,4vw,24px) clamp(22px,5vw,64px);gap:clamp(10px,1.2vw,14px);text-shadow:0 2px 24px rgba(0,0,0,.32);}   /* overlay centered in full hero; sides match .wrap */
.pd-hero .eyebrow{color:var(--cream);margin:0;}
.pd-hero .eyebrow::before{margin-bottom:clamp(.75em,2vw,1.4em);}
.pd-hero .h-display{color:var(--cream);margin:0;line-height:1.05;}   /* spacing handled by flex gap for true centering */
.pd-hero .pd-location{font-family:var(--ff-body);font-size:1.1rem;color:var(--cream);margin:0;}
.pd-hero .pd-services{font-family:var(--ff-body);font-weight:500;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--cream);margin:0;line-height:1.65;}
.pd-hero .pd-award{margin:clamp(.5em,1.35vw,.72em) 0 0;font-family:var(--ff-body);font-size:.82rem;letter-spacing:.05em;color:var(--cream);}
.award-sep{display:none;}   /* the " – " between award parts: shows on desktop, hidden where it would end a mobile line */
@media (min-width:760px){.award-sep{display:inline;}}
.pd-hero-rule{position:absolute;bottom:0;left:0;right:0;z-index:2;height:1px;background:rgba(252,250,245,.32);}   /* hairline at image bottom; does not affect overlay centering */
.pd-hero + .breadcrumb-bar{margin-top:-1px;}   /* flush with hero, like interior .page-hero pages */
@media (max-width:760px){
  .pd-hero-inner{padding:clamp(16px,4vw,22px);}   /* even top/side padding on mobile */
  .pd-hero .eyebrow::before{width:40px;margin-bottom:.65em;}   /* less top weight so overlay sits visually centered */
  .pd-hero-inner{gap:clamp(10px,3vw,14px);}   /* keep even spacing around H1 on mobile */
}

/* ---------- Project gallery (alternating 1/2, hover-zoom, click → lightbox) ---------- */
.project-gallery{width:min(1600px,92vw);margin:0 auto;display:flex;flex-direction:column;gap:clamp(14px,1.7vw,28px);}
@media (max-width:760px){
  /* Match the gallery's 4vw side gutter (fixes extra top spacing on mobile). */
  .section:has(.project-gallery){padding-top:4vw;}
}
.gallery-back{margin:clamp(44px,5.5vw,76px) auto;text-align:center;}   /* even space above/below Back to Portfolio */
.section:has(.gallery-back){padding-bottom:0;}   /* spacing lives on .gallery-back, not the section */
.pg-row{display:grid;gap:clamp(14px,1.7vw,28px);}

@media (max-width:760px){
  /* Balance space above/below the Back to Portfolio button on mobile. */
  .gallery-back{ margin-top:clamp(28px,5vw,36px);margin-bottom:clamp(28px,5vw,36px); }
  .section:has(.gallery-back) + .section--charcoal.cta-band{padding-top:0;}
}

/* On the Boards — Instagram CTA above Begin Your Project band */
.otb-more-boards{padding-top:0;padding-bottom:0;}
.otb-more-boards .wrap{padding:clamp(44px,5vw,72px) 0;}
@media (max-width:760px){
  .otb-more-boards .wrap{padding:clamp(28px,5vw,36px) 0;}
  .otb-more-boards + .section--charcoal.cta-band{padding-top:0;}
}
.pg-row--single{grid-template-columns:1fr;}
.pg-row--pair{grid-template-columns:1fr 1fr;}
.pg-img{display:block;overflow:hidden;border-radius:2px;cursor:pointer;}
.pg-img img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .8s var(--ease);}
.pg-img img.focus-top{object-position:center top;}
.pg-img img.focus-bottom{object-position:center bottom;}
.pg-img img.focus-left{object-position:left center;}
.pg-img img.focus-right{object-position:right center;}
.pg-img:hover img{transform:scale(1.05);}
.pg-row--single .pg-img{aspect-ratio:16/9;}
.pg-row--pair .pg-img{aspect-ratio:4/3;}
@media (max-width:640px){
  .pg-row--pair{grid-template-columns:1fr;}
  .pg-row--single .pg-img,.pg-row--pair .pg-img{aspect-ratio:3/2;}
}

/* ---------- Lightbox (click an image to scroll through the gallery) ---------- */
.lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(42,39,35,.97);}   /* warm dark brown, not black */
.lightbox[hidden]{display:none;}
.lightbox-stage{display:flex;flex-direction:column;align-items:center;gap:clamp(20px,2.8vw,34px);margin:0;max-width:100%;}
.lightbox-img{max-width:84vw;max-height:80vh;object-fit:contain;border-radius:2px;box-shadow:0 40px 90px -45px #000;}
.lightbox-counter{margin:0;color:var(--cream);font-family:var(--ff-body);font-size:.8rem;letter-spacing:.26em;opacity:.6;}
.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(74,74,72,.26);border:1px solid rgba(255,255,255,.38);color:var(--cream);cursor:pointer;z-index:2;backdrop-filter:blur(2px);transition:background .3s var(--ease),transform .3s var(--ease);touch-action:manipulation;-webkit-tap-highlight-color:transparent;}
.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:rgba(74,74,72,.44);}
.lightbox-close{top:clamp(16px,2.4vw,30px);right:clamp(16px,2.4vw,32px);width:46px;height:46px;}
.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%);width:52px;height:52px;}
.lightbox-prev{left:clamp(10px,2.5vw,34px);}
.lightbox-next{right:clamp(10px,2.5vw,34px);}
.lightbox-prev:hover{transform:translateY(-50%) translateX(-2px);}
.lightbox-next:hover{transform:translateY(-50%) translateX(2px);}
.lightbox svg{width:42%;height:42%;display:block;}
@media (max-width:600px){
  .lightbox{padding:16px;flex-wrap:wrap;align-content:center;row-gap:22px;column-gap:34px;}
  .lightbox-stage{order:1;flex:0 0 100%;max-width:100%;}
  .lightbox-prev,.lightbox-next{position:relative;top:auto;left:auto;right:auto;transform:none;flex:0 0 auto;z-index:1;width:52px;height:52px;}
  .lightbox-prev{order:2;}
  .lightbox-next{order:3;}
  .lightbox-prev:hover,.lightbox-next:hover{transform:none;}
  .lightbox-close{top:14px;right:14px;width:40px;height:40px;}
  /* Invisible hit-target — near-miss taps resolve to the button, not the backdrop */
  .lightbox-close::before,.lightbox-prev::before,.lightbox-next::before{content:'';position:absolute;inset:-14px;}
  .lightbox-img{max-height:calc(100vh - 175px);max-height:calc(100svh - 175px);}
}

/* ---------- Featured Projects grid (single image + name + location) ---------- */
.projects-inner{width:min(1600px,92vw);margin:0 auto;}                      /* wide, so the images read large */
.project-toolbar{display:flex;justify-content:center;align-items:center;gap:.85em;flex-wrap:wrap;margin-bottom:clamp(30px,3.5vw,48px);}
.project-filter-label{font-family:var(--ff-body);font-weight:500;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);}
.project-filter{font-family:var(--ff-body);font-size:.95rem;color:var(--charcoal);background-color:var(--white);border:1px solid var(--hairline);border-radius:2px;padding:.6em 2.4em .6em 1em;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234A4A48' stroke-width='1.4'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right .85em center;}
.project-filter:focus-visible{outline:2px solid var(--sage);outline-offset:2px;}

@media (max-width:760px){
  /* Mobile: give the dropdown the same breathing room as above the label. */
  .project-toolbar{flex-direction:column;gap:14px;margin-bottom:clamp(44px,8vw,72px);}
}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(22px,2.4vw,38px);}
.project-card{display:block;text-decoration:none;}
.project-card[hidden]{display:none;}   /* filter hides non-matching cards (overrides .project-card display) */
.project-card-img{position:relative;overflow:hidden;border-radius:2px;aspect-ratio:4/3;box-shadow:0 20px 50px -34px rgba(74,74,72,.5);}
.project-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .9s var(--ease);}
.project-card-soon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--tan);}
.project-card-soon span{font-family:var(--ff-body);font-weight:500;font-size:.82rem;letter-spacing:.24em;text-transform:uppercase;color:var(--charcoal);}
.project-card:hover .project-card-img img{transform:scale(1.05);}
.project-card-name{font-family:var(--ff-display);font-weight:500;font-size:clamp(1.2rem,1.7vw,1.55rem);line-height:1.2;color:var(--charcoal);text-align:center;margin:.85em 0 .12em;}
.project-card:hover .project-card-name{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;}
.project-card-location{font-family:var(--ff-body);font-size:.82rem;letter-spacing:.05em;color:var(--ink);text-align:center;margin:0;}
@media (max-width:1000px){.project-grid{grid-template-columns:1fr 1fr;gap:26px;}}
@media (max-width:600px){.project-grid{grid-template-columns:1fr;}}

/* ---------- Architectural Design Services (centered, stacked accordion) ---------- */
.services .h-display{margin-bottom:.2em;}
.svc-accordion{margin-top:clamp(40px,6vw,72px);border-top:1px solid var(--hairline);}
.svc-acc-item{border-bottom:1px solid var(--hairline);}
.svc-acc-item > summary{position:relative;cursor:pointer;list-style:none;text-align:center;padding:clamp(22px,3.2vw,38px) 48px;}
.svc-acc-item > summary::-webkit-details-marker{display:none;}
.svc-acc-title{font-family:var(--ff-display);font-weight:500;font-size:clamp(1.5rem,3vw,2.4rem);line-height:1.15;color:var(--charcoal);transition:color .2s var(--ease);}
.svc-acc-item > summary:hover .svc-acc-title{color:var(--sage);}
.svc-acc-icon{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:inline-flex;color:var(--charcoal);transition:transform .3s var(--ease);}
.svc-acc-item[open] .svc-acc-icon{transform:translateY(-50%) rotate(180deg);}
.svc-acc-body{max-width:68ch;margin:0 auto;padding:0 0 clamp(28px,4vw,40px);color:var(--ink);text-align:center;}
.svc-acc-body p{margin:0 0 1em;}
.svc-acc-body p:last-child{margin-bottom:0;}
/* Smooth open/close of the panel itself (progressive enhancement): modern browsers
   ease block-size 0<->auto via interpolate-size; older ones fall back to an instant
   but fully functional toggle. */
@supports (interpolate-size: allow-keywords){ html{ interpolate-size: allow-keywords; } }
.svc-acc-item::details-content{
  opacity:0;block-size:0;overflow:hidden;
  transition:opacity .5s var(--ease), block-size .5s var(--ease), content-visibility .5s var(--ease);
  transition-behavior:allow-discrete;
}
.svc-acc-item[open]::details-content{opacity:1;block-size:auto;}
@media (max-width:600px){
  .svc-acc-item > summary{padding-left:34px;padding-right:34px;}
  .svc-acc-icon{right:0;}
}
@media (prefers-reduced-motion:reduce){
  .svc-acc-icon{transition:none;}
  .svc-acc-item::details-content{transition:none;}
}

/* ---------- Image collage (balanced masonry via multi-column) ---------- */
.collage-grid{width:min(1500px,94vw);margin:0 auto;columns:2;column-gap:clamp(16px,2vw,30px);}   /* width matches .video-wide; columns auto-balance by height */
.collage-grid img{width:100%;height:auto;display:block;border-radius:2px;box-shadow:0 26px 64px -34px rgba(74,74,72,.5);margin:0 0 clamp(16px,2vw,30px);break-inside:avoid;}
.collage .btn-single{margin-top:clamp(48px,6.5vw,80px);margin-bottom:clamp(40px,5.5vw,72px);}
@media (max-width:760px){
  :root{--eow-gutter:3vw;--collage-btn-space:6vw;}

  .collage-grid{columns:1;width:100%;margin:0;}
  .section.section--tan.collage{padding:var(--eow-gutter) var(--eow-gutter) var(--collage-btn-space);}
  .section.section--cream.intro:has(+ .section.section--tan.collage){padding-bottom:var(--eow-gutter);}
  .collage-grid img{margin:0 0 var(--eow-gutter);}
  .collage-grid img:last-child{margin-bottom:0;}
  .collage .btn-single{margin-top:var(--collage-btn-space);margin-bottom:0;}
}

/* Reveal-loop: fade each image in every time it scrolls into view (up or down),
   not just once — driven by a repeating IntersectionObserver in script.js.
   Opacity-only (no transform) to stay stable inside multi-column layout. */
.reveal-loop{opacity:0;transition:opacity .7s var(--ease);}
.reveal-loop.is-in{opacity:1;}
@media (prefers-reduced-motion:reduce){ .reveal-loop{opacity:1;transition:none;} }

/* ---------- Breadcrumb bar (below the hero, top of interior pages) ---------- */
.breadcrumb-bar{background:var(--cream);border-bottom:1px solid var(--hairline);}
.breadcrumb-bar ol{list-style:none;margin:0;padding:.95em 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65em;font-family:var(--ff-body);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--charcoal);}
.breadcrumb-bar li{display:flex;align-items:center;gap:.65em;}
.breadcrumb-bar li:not(:last-child)::after{content:"/";opacity:.4;}
.breadcrumb-bar a{color:var(--charcoal);text-decoration:none;transition:color .2s var(--ease),border-color .2s var(--ease);}
.breadcrumb-bar a:hover{
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
  text-decoration-color:currentColor;
}
.breadcrumb-bar li[aria-current="page"]{position:relative;color:var(--charcoal);}
/* On all-caps breadcrumbs with letter-spacing, native underline can visually extend
   a touch past the last glyph. Draw a trimmed rule instead. */
.breadcrumb-bar li[aria-current="page"]{text-decoration:none;}
.breadcrumb-bar li[aria-current="page"]::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:.28em;              /* matches previous underline offset */
  height:1px;
  background:currentColor;
  /* Trim the underline by ~1 letter-spacing unit on the right edge */
  clip-path: inset(0 .2em 0 0);
}

/* ============================================================ LOCATION PAGE (Experience Our Work sub-pages: Kiawah, etc.) */
.loc-map-section{padding-top:0;}                                              /* tuck the map under the intro's bottom padding */
.loc-map{width:min(1600px,92vw);margin:0 auto;aspect-ratio:16/9;overflow:hidden;border-radius:2px;background:var(--tan);display:flex;align-items:center;justify-content:center;box-shadow:0 22px 54px -32px rgba(74,74,72,.5);}   /* width matches the Featured Projects single image */
.loc-map picture{display:block;width:100%;height:100%;}   /* <picture> must fill the 16/9 figure, else the cover-crop collapses */
.loc-map img{width:100%;height:100%;object-fit:cover;display:block;}
.loc-map-label{font-family:var(--ff-body);font-weight:500;font-size:.8rem;letter-spacing:.26em;text-transform:uppercase;color:var(--charcoal);}
.loc-map--image{width:min(1500px,94vw);aspect-ratio:auto;background:transparent;box-shadow:none;border-radius:2px;}   /* real map PNG: match collage width, natural ratio */
.loc-map--image picture{height:auto;}
.loc-map--image img{width:100%;height:auto;object-fit:contain;display:block;}
@media (max-width:760px){
  .section.section--cream.intro:has(+ .loc-map-section){padding-bottom:var(--eow-gutter);}
  .loc-map-section{padding-top:0;padding-bottom:22px;}
  .loc-map,
  .loc-map--image{width:calc(100% - 2 * var(--eow-gutter));max-width:none;margin-left:auto;margin-right:auto;}
  .loc-map-section + .section.section--tan.collage{padding-top:var(--eow-gutter);}
}
.loc-services{list-style:none;margin:clamp(28px,3.6vw,46px) auto 0;padding:0;max-width:720px;text-align:left;}
.loc-services li{position:relative;padding:.9em 0 .9em 1.7em;border-bottom:1px solid var(--hairline);font-size:1.04rem;line-height:1.5;color:#403f3a;}
.loc-services li:first-child{border-top:1px solid var(--hairline);}
.loc-services li::before{content:"";position:absolute;left:2px;top:1.5em;width:7px;height:7px;border-radius:50%;background:var(--sage);}
.loc-services strong{color:var(--charcoal);font-weight:600;}
.location-card:hover .location-card-label{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;}
.nowrap{white-space:nowrap;}

/* ============================================================ EXPERIENCE OUR WORK — places list + cards lead-in */
.eow-worked-intro{margin-top:clamp(30px,3.6vw,48px);font-weight:500;color:var(--charcoal);}
.eow-places{list-style:none;margin:1.1em auto 0;padding:0;max-width:640px;columns:2;column-gap:clamp(28px,5vw,72px);text-align:left;}
.eow-places li{break-inside:avoid;position:relative;padding:.42em 0 .42em 1.1em;color:#403f3a;}
.eow-places li::before{content:"";position:absolute;left:2px;top:.95em;width:5px;height:5px;border-radius:50%;background:var(--sage);}
.eow-places a{color:var(--charcoal);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .2s var(--ease);}
.eow-places a:hover{color:var(--sage);}
@media (max-width:600px){
  .eow-places{columns:1;width:-moz-fit-content;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.5;}
  .eow-places li{padding:.18em 0 .18em 1.1em;font-size:inherit;font-weight:400;color:#403f3a;}
  .eow-places li::before{top:.72em;}
  .eow-places a{font:inherit;font-weight:inherit;color:#403f3a;}   /* match plain list text on mobile */
}
@media (min-width:1120px){.eow-places{columns:3;max-width:min(960px,100%);column-gap:clamp(28px,2.6vw,46px);}}

/* ===================== Begin Your Project (begin-your-project.php) ===================== */
#contact,#guidebook,#feasibility,#why-it-matters,#what-you-receive,#where-it-begins{scroll-margin-top:104px;}

.byp-jumpnav{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(12px,2.4vw,30px);margin-top:clamp(24px,3vw,38px);}
.byp-jumpnav a{font-family:var(--ff-body);font-size:.74rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--charcoal);text-decoration:none;padding-bottom:5px;border-bottom:1px solid var(--tan);transition:color .2s var(--ease),border-color .2s var(--ease);}
.byp-jumpnav a:hover,.byp-jumpnav a:focus-visible{color:var(--sage);border-color:var(--sage);}

.byp-contact-intro{max-width:60rem;}
.byp-locations{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(28px,6vw,80px);margin:clamp(30px,4vw,48px) auto 0;text-align:left;max-width:760px;}
.byp-loc{flex:1 1 260px;max-width:340px;font-style:normal;font-family:var(--ff-body);color:var(--charcoal);line-height:1.7;}
.byp-loc h3{font-family:var(--ff-body);font-size:.76rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--charcoal);margin:0 0 .55em;}
.byp-loc a{color:var(--charcoal);text-decoration:none;border-bottom:1px solid transparent;transition:color .2s var(--ease),border-color .2s var(--ease);}
.byp-loc a:hover{color:var(--sage);border-color:var(--sage);}
.byp-contact-line{margin:clamp(26px,3.5vw,40px) auto 0;font-family:var(--ff-body);color:var(--charcoal);font-size:.96rem;}
.byp-contact-line a{color:var(--charcoal);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.byp-contact-line a:hover{color:var(--sage);}

.byp-form-card{background:var(--cream-light);border:1px solid var(--hairline);border-radius:2px;padding:clamp(20px,3.4vw,40px);box-shadow:0 30px 70px -44px rgba(74,74,72,.5);max-width:720px;margin:clamp(34px,4.5vw,58px) auto 0;text-align:left;}
.byp-form-card iframe{width:100%;border:none;display:block;}
.byp-form-todo{color:#8a887f;text-align:center;margin:0;padding:28px 0;}

.byp-guidebook{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(30px,5vw,70px);max-width:var(--wide);margin:0 auto;text-align:left;}
.byp-gb-cover{width:min(340px,80vw);margin:clamp(30px,4vw,46px) auto 0;}
.byp-gb-cover img{width:100%;height:auto;border-radius:2px;box-shadow:0 30px 70px -40px rgba(74,74,72,.55);display:block;}
.byp-gb-body{flex:1 1 360px;max-width:560px;}
.byp-gb-body > p{margin-top:0;}
.byp-gb-body .byp-form-card{margin-top:clamp(22px,3vw,32px);}

/* Guidebook: equal space above/below "Request My Copy" (avoid oversized section bottom) */
#guidebook.section{padding-bottom:clamp(40px,6vw,64px);}
#guidebook .btn-single{margin-top:clamp(36px,6vw,52px);margin-bottom:0;}

.byp-feas{max-width:64rem;margin:0 auto;text-align:left;}
.byp-feas h3{font-family:var(--ff-display);font-weight:500;font-size:clamp(1.5rem,3vw,2.15rem);line-height:1.18;color:var(--charcoal);margin:clamp(30px,4vw,48px) 0 .5em;}
.byp-feas h3:first-child{margin-top:0;}
.byp-feas p{margin:0 0 1.1em;}
.byp-feas-img{width:min(1100px,92vw);height:auto;margin:clamp(30px,4vw,50px) auto;display:block;border-radius:2px;box-shadow:0 30px 70px -40px rgba(74,74,72,.5);}
.byp-list,.byp-check{list-style:none;margin:0 0 1.4em;padding:0;}
/* Match surrounding body copy (Inter) — same weight/size feel as .lead nearby */
.byp-list li{position:relative;padding:.42em 0 .42em 1.35em;font-family:var(--ff-body);font-weight:300;font-size:clamp(1.12rem,1.7vw,1.4rem);line-height:1.55;letter-spacing:.005em;color:var(--charcoal);}
.byp-list li strong{font-weight:600;}
.byp-list li::before{content:"";position:absolute;left:2px;top:.92em;width:6px;height:6px;border-radius:50%;background:var(--sage);}
.byp-check li{position:relative;padding:.4em 0 .4em 1.9em;font-family:var(--ff-body);font-weight:300;font-size:clamp(1.12rem,1.7vw,1.4rem);line-height:1.55;color:var(--charcoal);}
.byp-check li::before{content:"\2713";position:absolute;left:.1em;top:.18em;color:var(--sage);font-weight:700;}
/* Inside feature splits, match the adjacent body paragraphs (not .lead) */
.feature-split__body .byp-list li{font-size:1em;font-weight:400;line-height:1.7;color:var(--ink);}
.feature-split__body .byp-list li strong{font-weight:600;}

/* Why Start Here: even gap above/below the bullet list + solid section bottom */
#where-it-begins .lead{margin-top:0;margin-bottom:0;}
#where-it-begins .byp-list{margin:1.6em auto;}
#where-it-begins .feas-why-close{margin-top:0;margin-bottom:0;}
#where-it-begins.section{padding-bottom:clamp(64px,9vw,128px);}

/* Thank-you page: keep the footer from riding up on a short page */
.thankyou{min-height:52vh;display:grid;place-items:center;}

@media (max-width:760px){
  .byp-locations{gap:26px;}
  .byp-guidebook{gap:30px;}
}

/* --- Feasibility: alternating image/content feature sections (begin-your-project.php) --- */
.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(34px,5.5vw,88px);align-items:center;max-width:var(--wide);margin:0 auto;}
.feature-split__media{margin:0;}
.feature-split__media img{width:100%;height:auto;display:block;border-radius:2px;box-shadow:0 34px 74px -40px rgba(74,74,72,.55);}
.feature-split__body{text-align:left;}
.feature-split__body .eyebrow{text-align:left;margin-bottom:1em;}
.feature-split__body .eyebrow::before{margin-left:0;margin-right:auto;}
.feature-split__title{font-family:var(--ff-display);font-weight:500;font-size:clamp(1.7rem,3.2vw,2.5rem);line-height:1.14;color:var(--charcoal);margin:0 0 .6em;}
.feature-split__body > p{margin:0 0 1.1em;}
.feature-split__body .byp-list{margin-bottom:1.2em;}
.byp-list--center{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;text-align:left;}

/* Careers: even spacing above/below the Email Us button */
.careers-fineprint{margin-top:2.2em;color:var(--charcoal-light);}

/* Begin Your Project only: soft dark-cream band for the What is Included section (a touch darker than cream, lighter than tan) */
.feas-shade{background-color:#F5F1E8;}

@media (max-width:860px){
  .feature-split{grid-template-columns:1fr;gap:clamp(22px,5vw,34px);margin-top:clamp(24px,6vw,38px);}
  .feature-split__body{order:1;}
  .feature-split__media{order:2;}   /* mobile: copy above image on all feasibility splits */
  .feature-split__media img{box-shadow:0 24px 54px -34px rgba(74,74,72,.5);}
}

/* Real Estate page only: AgentOwned Realty partner logo above the intro eyebrow */
.re-partner-logo{width:min(200px,52vw);height:auto;margin:0 auto clamp(24px,2.8vw,34px);}   /* native 320x156 — capped at 200px keeps it crisp (1.6x) */

/* New team member with no headshot/bio yet — branded placeholder tile + non-expanding bio line */
.team-photo--soon{display:grid;place-items:center;background:linear-gradient(165deg,#E3DDD0 0%,var(--tan) 55%,#CFC7B6 100%);}
.team-photo--soon::before{content:"";position:absolute;inset:0;background:url("../images/site-logo.png") center/64% auto no-repeat;opacity:.05;}   /* semi-transparent logo watermark — kept faint so the label stays legible */
.team-photo-soon{position:relative;font-family:var(--ff-body);font-weight:500;font-size:.8rem;letter-spacing:.26em;text-transform:uppercase;color:var(--charcoal);text-align:center;line-height:2.1;}
.team-bio-soon{margin:.7em 0 0;font-family:var(--ff-body);font-weight:500;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--charcoal);}   /* same charcoal as the Read Bio summary */
