/* ============================================================
   The Organization Consultant — Home (Architectural)
   Ported from Home - Architectural.dc.html
   ============================================================ */

:root {
  --toc-clay-300: #C9B49C;
  --bg: #F6F3EE; --bg-elev: #FBFAF7; --surface: #ffffff; --surface-2: #EFEAE2;
  --border: rgba(31,30,27,.10); --border-strong: rgba(31,30,27,.18);
  --text: #3C3A35; --text-strong: #1F1E1B; --text-mute: #6E6A61; --text-faint: #938E84;
  --accent: #95755F; --accent-hover: #7C6250; --brass: #B89A5E;
  --nav-bg: rgba(246,243,238,.85);
  --band: #1F1E1B; --band-2: #161512; --card-r: 8px;
}
[data-theme="dark"] {
  --bg: #161512; --bg-elev: #1d1b16; --surface: #221F19; --surface-2: #2A271F;
  --border: rgba(245,240,230,.10); --border-strong: rgba(245,240,230,.18);
  --text: #ECE6DB; --text-strong: #FBF7EF; --text-mute: #B6AFA3; --text-faint: #8A8377;
  --accent: #A6856A; --accent-hover: #C9B49C; --brass: #D8C18C;
  --nav-bg: rgba(15,14,12,.85);
  --band: #221F19; --band-2: #0F0E0C;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; padding: 0; overflow-x: hidden;
  background: var(--bg); color: var(--text);
  font-family: 'Mulish', system-ui, sans-serif; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
section, header, nav, footer, article, figure, aside { transition: background-color .5s ease, border-color .5s ease; }
h1, h2, h3, h4, p, a, span, figcaption, label, div, select, input { transition: color .4s ease; }
input::placeholder { color: var(--text-faint); }
::selection { background: var(--accent); color: #FBF7EF; }

@keyframes tocMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes tocNavDrop { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: none; } }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 90;
  background: var(--nav-bg);
  -webkit-backdrop-filter: saturate(140%) blur(14px); backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 3px clamp(16px,5vw,44px);
  display: flex; align-items: center; gap: 12px; min-height: 55px;
}
.nav-actions { display: flex; gap: 8px; margin-left: auto; align-items: center; }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-link {
  color: var(--text-mute); text-decoration: none; font-size: 12px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; padding: 9px 14px; border-radius: 999px;
}
.nav-link:hover { color: var(--text-strong); background: var(--surface-2); }
.icon-btn {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; flex: none; border-radius: 999px;
  border: 1px solid var(--border-strong); background: transparent; cursor: pointer; color: var(--text-strong);
}
.icon-btn:hover { background: var(--surface-2); }
.theme-btn { margin-left: 4px; }
.theme-btn .icon-sun { display: none; }
.theme-btn .icon-moon { display: block; }
[data-theme="dark"] .theme-btn .icon-sun { display: block; }
[data-theme="dark"] .theme-btn .icon-moon { display: none; }
.menu-btn { display: none; }
.menu-btn .icon-close { display: none; }
.menu-btn[aria-expanded="true"] .icon-burger { display: none; }
.menu-btn[aria-expanded="true"] .icon-close { display: block; }
.nav-dropdown {
  position: absolute; top: 100%; left: 0; right: 0;
  animation: tocNavDrop .3s cubic-bezier(.16,1,.3,1) both; transform-origin: top;
  background: var(--bg-elev); border-bottom: 1px solid var(--border);
  box-shadow: 0 26px 40px -24px rgba(0,0,0,.5);
}
.nav-dropdown-inner {
  max-width: 1280px; margin: 0 auto; padding: 6px clamp(20px,5vw,44px) 22px;
  display: flex; flex-direction: column;
}
.nav-dropdown-link {
  padding: 15px 2px; color: var(--text-strong); text-decoration: none;
  font-size: 15px; font-weight: 600; letter-spacing: .03em;
}
.nav-dropdown-link:not(:last-child) { border-bottom: 1px solid var(--border); }

/* ============ HERO ============ */
.hero { position: relative; min-height: 84vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-img {
  position: absolute; top: -6%; left: 0; width: 100%; height: 112%;
  object-fit: cover; display: block; will-change: transform; z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1; opacity: .45;
  background: linear-gradient(to top, rgba(20,19,16,.92) 0%, rgba(20,19,16,.45) 45%, rgba(20,19,16,.65) 100%);
}
.hero-content {
  position: relative; z-index: 2; width: 100%; max-width: 1280px; margin: 0 auto;
  padding: 0 clamp(20px,5vw,44px) clamp(56px,8vw,104px);
}
.hero-copy { max-width: 760px; }
.hero-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: #D8C18C;
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow-rule { width: 30px; height: 1px; background: #D8C18C; opacity: .7; }
.hero-title {
  font-family: 'Cormorant', serif; font-size: clamp(52px,8.5vw,116px); line-height: .92;
  letter-spacing: -.02em; font-weight: 500; margin: 24px 0 0; color: #FBF7EF; text-wrap: balance;
}
.hero-title em { font-style: italic; color: #E7D6B8; }
.hero-sub {
  font-size: clamp(16px,1.5vw,20px); max-width: 52ch; color: #D8D1C4; margin: 26px 0 0; line-height: 1.7;
}
.hero-ctas { display: flex; gap: 16px; align-items: center; justify-content: flex-start; margin-top: 38px; flex-wrap: wrap; }
.btn-primary {
  border: none; cursor: pointer; background: var(--accent); color: #FBF7F1;
  font-family: 'Mulish', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; padding: 15px 32px; border-radius: 999px;
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.btn-hero { background: #95755F; padding: 16px 34px; }
.btn-hero:hover { background: #1F1E1B; transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(149,117,95,.7); }
.hero-link {
  color: #FBF7EF; text-decoration: none; font-size: 13px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  border-bottom: 1px solid rgba(251,247,239,.4); padding-bottom: 3px;
}
.hero-link:hover { border-color: #D8C18C; color: #D8C18C; }

/* ============ CAPTION STRIP ============ */
.caption-strip {
  max-width: 1280px; margin: 0 auto; padding: 14px clamp(20px,5vw,44px) 18px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 10.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--text-faint);
}
.caption-left { display: inline-flex; gap: .5em; }

/* ============ MANIFESTO ============ */
.manifesto { background: var(--surface-2); padding: clamp(56px,8vw,104px) 0; border-bottom: 1px solid var(--border); }
.manifesto-inner { max-width: 1000px; margin: 0 auto; padding: 0 clamp(20px,5vw,44px); text-align: center; }
.manifesto-inner p {
  font-family: 'Cormorant', serif; font-style: italic; font-size: clamp(26px,3.6vw,44px);
  line-height: 1.32; font-weight: 500; color: var(--text-strong); margin: 0; text-wrap: balance;
}
.manifesto-inner p span { color: var(--accent); }

/* ============ SERVICES ============ */
.services { padding: clamp(64px,9vw,128px) 0; background: var(--bg); scroll-margin-top: 72px; }
.services-inner { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px,5vw,44px); }
.section-title {
  font-family: 'Cormorant', serif; font-size: clamp(26px,3.6vw,44px); margin: 0;
  letter-spacing: -.02em; font-weight: 500; line-height: 1; color: var(--text-strong);
}
.section-tag {
  font-family: 'Cormorant', serif; font-style: italic; font-size: clamp(20px,2vw,28px);
  color: var(--accent); margin: 14px 0 0; line-height: 1.2;
}
.services-head {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: clamp(14px,1.6vw,22px); align-items: flex-end; margin-bottom: clamp(32px,4vw,56px);
}
.services-desc {
  grid-column: 2 / -1; margin: 0; color: var(--text-mute);
  font-size: clamp(15px,1.3vw,17px); line-height: 1.7;
}
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: clamp(14px,1.6vw,22px); }
.svc-tile {
  text-align: left; cursor: pointer; padding: 0; font-family: inherit; background: none;
  position: relative; aspect-ratio: 4/5; overflow: hidden;
  border-radius: var(--card-r); border: 1px solid var(--border); display: block;
}
.svc-tile:hover { border-color: var(--accent); }
.svc-tile img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 1.2s cubic-bezier(.16,1,.3,1);
}
.svc-tile:hover img { transform: scale(1.06); }
.svc-shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,19,16,.92) 6%, rgba(20,19,16,.15) 60%, rgba(20,19,16,.30) 100%);
}
.svc-tile-soft .svc-shade { opacity: .6; }
.svc-bar {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 24px 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.svc-bar h3 { font-family: 'Cormorant', serif; font-weight: 500; font-size: 25px; color: #FBF7EF; margin: 0; line-height: 1.1; }
.svc-plus {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 999px;
  border: 1px solid rgba(245,240,230,.32); color: #FBF7EF;
  transition: background .3s ease, border-color .3s ease;
}
.svc-tile:hover .svc-plus { background: rgba(245,240,230,.14); }
.services-extra {
  max-height: 0; opacity: 0; margin-top: 0; overflow: hidden;
  transition: max-height .7s cubic-bezier(.16,1,.3,1), opacity .4s ease, margin-top .6s ease;
}
.services-extra.open {
  max-height: 2600px; opacity: 1; margin-top: clamp(14px,1.6vw,22px); overflow: visible;
  transition: max-height 1s cubic-bezier(.16,1,.3,1), opacity .7s ease, margin-top .6s ease;
}
.services-toggle-row { margin-top: clamp(28px,3vw,44px); display: flex; justify-content: center; }
.services-toggle {
  cursor: pointer; color: var(--text-strong); background: none;
  font-family: 'Mulish', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid var(--border-strong); padding: 14px 28px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.services-toggle:hover { border-color: var(--text-strong); background: var(--text-strong); color: var(--bg); }

/* ============ TESTIMONIALS ============ */
.testimonials { padding: clamp(64px,9vw,120px) 0; background: var(--surface-2); overflow: hidden; scroll-margin-top: 72px; }
.testimonials-head {
  max-width: 1280px; margin: 0 auto clamp(36px,4vw,56px); padding: 0 clamp(20px,5vw,44px); text-align: left;
}
.marquee { display: flex; gap: 22px; width: max-content; animation: tocMarquee 80s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.t-card {
  margin: 0; flex: 0 0 auto; width: clamp(300px,30vw,400px);
  background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--card-r);
  padding: 30px 30px 28px; display: flex; flex-direction: column; justify-content: space-between;
}
.t-card p { font-family: 'Cormorant', serif; font-style: italic; font-size: 19px; line-height: 1.42; color: var(--text); margin: 0; }
.t-card .t-name { margin-top: 22px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); }

/* ============ ABOUT / FOUNDER ============ */
.about { padding: clamp(64px,9vw,128px) 0; background: var(--band); }
.about-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px,5vw,44px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: clamp(32px,5vw,72px); align-items: center;
}
.founder-wrap { position: relative; width: 100%; max-width: 460px; justify-self: center; }
.founder-frame { aspect-ratio: 4/5; overflow: hidden; border: 1px solid rgba(245,240,230,.14); border-radius: var(--card-r); }
.founder-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-card {
  position: absolute; left: -14px; bottom: 26px; background: #1F1E1B;
  border: 1px solid rgba(245,240,230,.14); padding: 14px 20px; border-radius: 2px;
}
.founder-name { font-family: 'Cormorant', serif; font-size: 21px; font-weight: 600; color: #FBF7EF; line-height: 1; }
.founder-role { font-size: 10.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #D8C18C; margin-top: 6px; }
.about-title { color: #FBF7EF; }
.about-text p { font-size: clamp(15px,1.3vw,17px); color: #B6AFA3; margin: 18px 0 0; line-height: 1.8; max-width: 52ch; }
.about-text p:first-of-type { margin-top: 24px; }
.about-cta { margin-top: 32px; display: flex; justify-content: flex-start; }
.btn-about:hover { background: #EFEAE2; color: #1F1E1B; transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(149,117,95,.7); }

/* ============ CTA BAND ============ */
.cta-band { padding: clamp(72px,10vw,132px) 0; background: #95755F; text-align: center; }
.cta-inner { max-width: 860px; margin: 0 auto; padding: 0 clamp(20px,5vw,44px); }
.cta-inner h2 {
  font-family: 'Cormorant', serif; font-style: italic; font-size: clamp(30px,4.4vw,50px);
  line-height: 1.22; font-weight: 500; color: #FBF7F1; margin: 0; text-wrap: balance;
}
.cta-btn-row { margin-top: 36px; }
.btn-cta {
  border: none; cursor: pointer; background: #1F1E1B; color: #F6F3EE;
  font-family: 'Mulish', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; padding: 17px 40px; border-radius: 999px;
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.btn-cta:hover { background: #EFEAE2; color: #1F1E1B; transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(0,0,0,.6); }

/* ============ FOOTER ============ */
.footer { background: var(--band-2); color: #B6AFA3; padding: clamp(56px,7vw,88px) 0 36px; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px,5vw,44px); }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px,1fr)); gap: clamp(28px,4vw,56px); }
.footer-brand { min-width: 220px; }
.footer-brand p { font-size: 13.5px; line-height: 1.7; color: #807668; margin: 0; max-width: 30ch; }
.footer h4 {
  font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: #ECE6DB; margin: 0 0 18px;
}
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 14px; align-items: flex-start; }
.footer-links a { color: #B6AFA3; text-decoration: none; }
.footer-links a:hover { color: #FBF7EF; }
.footer-links button {
  text-align: left; background: transparent; border: none; padding: 0; cursor: pointer;
  color: #B6AFA3; font-family: 'Mulish', sans-serif; font-size: 14px;
}
.footer-links button:hover { color: #FBF7EF; }
.footer-links span { color: #B6AFA3; }
.footer-links .footer-dim { color: #807668; line-height: 1.6; }
.footer-email { word-break: break-all; }
.footer-bottom {
  margin-top: clamp(40px,5vw,64px); padding-top: 24px; border-top: 1px solid rgba(245,240,230,.08);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #6E6A61;
}
.footer-tagline { color: #A89E8E; }

/* ============ OVERLAYS / MODALS ============ */
.overlay {
  position: fixed; inset: 0; z-index: 200; background: rgba(15,14,12,.66);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: clamp(16px,5vh,64px) 16px; overflow: auto;
}
.overlay[hidden] { display: none; }
.modal {
  position: relative; background: var(--bg-elev); color: var(--text); width: 100%; max-width: 580px;
  border-radius: 2px; box-shadow: 0 40px 80px -24px rgba(0,0,0,.6); padding: clamp(28px,4vw,52px);
}
.modal-close {
  position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 999px;
  border: 1px solid var(--border-strong); background: transparent; cursor: pointer; color: var(--text);
  font-size: 18px; line-height: 1; display: flex; align-items: center; justify-content: center;
}
.modal-close:hover { background: var(--surface-2); }
.modal-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); }
.modal-title {
  font-family: 'Cormorant', serif; font-size: clamp(30px,4vw,42px); font-weight: 500;
  letter-spacing: -.01em; color: var(--text-strong); margin: 10px 0 0; line-height: 1.04;
}
.modal-sub { font-size: 14.5px; color: var(--text-mute); margin: 14px 0 26px; line-height: 1.65; }
.modal form { display: flex; flex-direction: column; gap: 18px; }
.field-row { display: flex; gap: 14px; flex-wrap: wrap; }
.field { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 600; color: var(--text-strong); }
.field-row .field { flex: 1 1 180px; }
.field-row .field-city { flex: 2 1 160px; }
.field-row .field-state { flex: 1 1 90px; }
.field-row .field-zip { flex: 1 1 110px; }
.field input, .field select, .field textarea {
  font-family: 'Mulish', sans-serif; font-size: 15px; color: var(--text);
  padding: 12px 14px; background: var(--surface); border: 1px solid var(--border-strong); border-radius: 2px;
}
.field select { cursor: pointer; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(149,117,95,.18);
}
.chips-block { display: flex; flex-direction: column; gap: 10px; }
.chips-label { font-size: 13px; font-weight: 600; color: var(--text-strong); }
.chips-label span { font-weight: 500; color: var(--text-faint); }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  font-family: 'Mulish', sans-serif; font-size: 13.5px; font-weight: 600; cursor: pointer;
  padding: 9px 15px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--border-strong); color: var(--text-mute);
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.chip.selected { background: var(--accent); border-color: var(--accent); color: #FBF7F1; }
.msel { position: relative; }
.msel-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-family: 'Mulish', sans-serif; font-size: 15px; color: var(--text); text-align: left; cursor: pointer;
  padding: 12px 14px; background: var(--surface); border: 1px solid var(--border-strong); border-radius: 2px;
}
.msel-trigger:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(149,117,95,.18);
}
.msel-value { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.msel-placeholder { color: var(--text-faint); }
.msel-caret { flex: none; color: var(--text-mute); transition: transform .2s ease; }
.msel.open .msel-caret { transform: rotate(180deg); }
.msel-panel {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 30;
  background: var(--surface); border: 1px solid var(--border-strong); border-radius: 2px;
  max-height: 264px; overflow: auto; padding: 6px 0;
  box-shadow: 0 22px 44px -20px rgba(31,30,27,.4);
}
.msel-opt {
  width: 100%; display: flex; align-items: center; gap: 13px; text-align: left; cursor: pointer;
  background: none; border: none; padding: 11px 16px;
  font-family: 'Mulish', sans-serif; font-size: 14.5px; color: var(--text);
}
.msel-opt:hover { background: var(--surface-2); }
.msel-box {
  flex: none; width: 18px; height: 18px; border-radius: 2px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--surface); border: 1px solid var(--border-strong); color: transparent;
  transition: background-color .15s ease, border-color .15s ease;
}
.msel-opt[aria-pressed="true"] .msel-box { background: var(--accent); border-color: var(--accent); color: #FBF7F1; }
.modal-submit {
  margin-top: 6px; border: none; cursor: pointer; background: var(--accent); color: #FBF7F1;
  font-family: 'Mulish', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; padding: 16px; border-radius: 2px; width: 100%;
  transition: background .25s ease;
}
.modal-submit:hover { background: #7C6250; }
.consult-thanks-view, .careers-thanks-view { text-align: center; padding: 24px 0 8px; }
.thanks-rule { width: 48px; height: 1px; background: var(--brass); margin: 0 auto 26px; }
.thanks-title { font-family: 'Cormorant', serif; font-size: clamp(32px,5vw,46px); font-weight: 500; color: var(--text-strong); margin: 0; line-height: 1.05; }
.thanks-sub { font-size: 15.5px; color: var(--text-mute); margin: 18px auto 30px; line-height: 1.7; max-width: 38ch; }
.thanks-close {
  border: none; cursor: pointer; background: var(--text-strong); color: var(--bg);
  font-family: 'Mulish', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; padding: 14px 34px; border-radius: 999px;
  transition: background .25s ease;
}
.thanks-close:hover { background: var(--accent); }

/* Service detail modal */
.detail-modal { max-width: 940px; border-radius: var(--card-r); overflow: hidden; padding: 0; }
.detail-close {
  z-index: 3; width: 40px; height: 40px;
  border: 1px solid rgba(245,240,230,.4); background: rgba(15,14,12,.4); color: #FBF7EF;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.detail-close:hover { background: rgba(15,14,12,.7); }
.detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); }
.detail-img { position: relative; min-height: 280px; background-color: var(--surface-2); background-size: cover; background-position: center; }
.detail-img-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,19,16,.55), rgba(20,19,16,.05)); }
.detail-body { padding: clamp(28px,3.5vw,46px); }
.detail-title {
  font-family: 'Cormorant', serif; font-size: clamp(28px,3.6vw,42px); font-weight: 500;
  letter-spacing: -.01em; color: var(--text-strong); margin: 10px 0 0; line-height: 1.06;
}
.detail-desc { font-size: 15.5px; color: var(--text-mute); margin: 22px 0 0; line-height: 1.75; }
.detail-includes { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--border); }
.detail-includes-label {
  font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--text-faint); margin-bottom: 14px;
}
.detail-includes-list { display: flex; flex-direction: column; gap: 11px; }
.detail-include { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; line-height: 1.5; color: var(--text); }
.detail-include svg { flex: none; margin-top: 3px; color: var(--accent); }
.btn-detail { margin-top: 30px; }
.btn-detail:hover { background: #1F1E1B; transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(149,117,95,.7); }

/* Careers modal */
.careers-modal { max-width: 600px; border-radius: var(--card-r); }

/* Reveal-on-scroll (styles applied by JS; this is the no-JS fallback) */
[data-reveal] { opacity: 1; }

/* ============ MOBILE (≤760px) ============ */
@media (max-width: 760px) {
  .nav-links { display: none; }
  .icon-btn { width: 44px; height: 44px; }
  .menu-btn { display: flex; }
  .nav-actions { gap: 6px; }
  .hero-overlay { opacity: .6; }
  .hero-ctas, .about-cta { justify-content: center; }
  .caption-strip { flex-direction: column; align-items: center; text-align: center; gap: 7px; }
  .caption-left { display: flex; flex-direction: column; align-items: center; gap: 7px; }
  .services-desc { grid-column: 1 / -1; }
}
@media (min-width: 761px) {
  .nav-dropdown { display: none !important; }
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee { animation: none; flex-wrap: wrap; width: auto; padding: 0 clamp(20px,5vw,44px); }
  .marquee .t-dupe { display: none; }
  .svc-tile img, .btn-primary, .btn-cta { transition: none; }
  .nav-dropdown { animation: none; }
  .services-extra, .services-extra.open { transition: none; }
}

/* ============ FORM SUBMISSION ============ */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-error { margin: 14px 0 0; font-size: 13.5px; line-height: 1.5; color: #B0483B; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #B0483B; }
.field.invalid input:focus, .field.invalid select:focus, .field.invalid textarea:focus { border-color: #B0483B; }
.field-error { font-size: 12px; font-weight: 500; line-height: 1.4; color: #B0483B; }
