@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  --color-primary-deep:#011714;
  --color-primary-dark:#06241F;
  --color-primary:#123B34;
  --color-cream:#F4EFE5;
  --color-ivory:#FBF8F2;
  --color-accent:#C7A86B;
  --color-text:#192426;
  --color-text-muted:#5E6968;
  --color-border:#D9D4C8;
  --font-body:"Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --deep:#011714;
  --navy:#06241F;
  --navy-2:#123B34;
  --blue:#C7A86B;
  --cyan:#F4EFE5;
  --green:#6F9A7D;
  --red:#B85B4B;
  --gold:#C7A86B;
  --ink:#192426;
  --muted:#5E6968;
  --line:#D9D4C8;
  --surface:#F4EFE5;
  --cream:#F4EFE5;
  --ivory:#FBF8F2;
  --white:#FFFFFF;
  --shadow:0 18px 50px rgba(1,23,20,.14);
  --radius:20px;
  --max:1180px;
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  color:var(--ink);
  background:var(--ivory);
  font-family:var(--font-body);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img {
  max-width:100%;
  height:auto;
  display:block
}
a {
  color:inherit
}
button,input,textarea,select {
  font:inherit
}
.skip-link {
  position:absolute;
  left:-999px;
  top:10px;
  z-index:999;
  background:#fff;
  color:#000;
  padding:.7rem 1rem;
  border-radius:8px
}
.skip-link:focus {
  left:10px
}
.container {
  width:min(var(--max),calc(100% - 40px));
  margin-inline:auto
}
.narrow {
  width:min(820px,calc(100% - 40px));
  margin-inline:auto
}
.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(251,248,242,.96);
  border-bottom:1px solid rgba(217,212,200,.9);
  backdrop-filter:blur(14px);
}
.header-inner {
  height:76px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:28px;
}
.brand-lockup {
  justify-self:start;
  display:inline-flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
}
.brand {
  display:inline-flex;
  align-items:baseline;
  gap:.34rem;
  white-space:nowrap;
  line-height:1;
}
.brand-main {
  color:var(--navy);
  font-family:var(--font-body);
  font-size:1.08rem;
  font-weight:900;
  letter-spacing:.16em;
}
.brand-seo {
  color:#C7A86B;
  font-family:var(--font-display);
  font-style:italic;
  font-size:1.2rem;
  font-weight:700;
  letter-spacing:.055em;
}
.footer-logo,.footer-brand {
  display:inline-flex;
  align-items:baseline;
  gap:.34rem
}
.nh-footer .brand-main,.site-footer .brand-main,.footer-brand .brand-main {
  color:#fff
}
.nh-footer .brand-seo,.site-footer .brand-seo,.footer-brand .brand-seo {
  color:#F4EFE5
}
.site-nav {
  justify-self:center;
  display:flex;
  align-items:center;
  gap:30px;
}
.site-nav a {
  text-decoration:none;
  font-size:.94rem;
  font-weight:700;
  color:#42504F
}
.site-nav a:hover,.site-nav a[aria-current="page"] {
  color:var(--blue)
}
.header-cta {
  justify-self:end
}
.header-cta,.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid transparent;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  padding:.82rem 1.18rem;
  transition:.2s ease;
}
.header-cta,.button-primary {
  background:var(--navy);
  color:#fff
}
.header-cta:hover,.button-primary:hover {
  transform:translateY(-2px);
  background:var(--navy-2)
}
.button-secondary {
  background:#fff;
  color:var(--navy);
  border-color:#CFC4B4
}
.button-secondary:hover {
  transform:translateY(-2px);
  border-color:var(--blue);
  color:#9C7D45
}
.button-light {
  background:#fff;
  color:var(--navy)
}
.button-light:hover {
  transform:translateY(-2px)
}
.nav-toggle {
  display:none;
  border:0;
  background:transparent;
  padding:8px;
  cursor:pointer
}
.nav-toggle span {
  display:block;
  width:24px;
  height:2px;
  background:var(--navy);
  margin:5px 0
}
.hero {
  position:relative;
  overflow:hidden;
  color:#fff;
  padding:70px 0 58px;
  background:     radial-gradient(circle at 88% 12%,rgba(199,168,107,.10),transparent 31%),     linear-gradient(135deg,#011714 0%,#06241F 62%,#123B34 100%);
}
.hero:before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.65;
  background:     linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),     linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:44px 44px;
}
.hero:after {
  content:"";
  position:absolute;
  right:-170px;
  top:-170px;
  width:560px;
  height:560px;
  border:1px solid rgba(199,168,107,.18);
  border-radius:50%;
}
.hero-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
  align-items:center;
  gap:70px;
}
.hero-copy {
  max-width:720px
}
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--cyan);
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.78rem;
}
.eyebrow:before {
  content:"";
  width:28px;
  height:2px;
  background:currentColor
}
h1,h2 {
  font-family:var(--font-display);
  font-weight:700;
  line-height:1.05;
  margin:0;
  color:var(--navy)
}
h3 {
  font-family:var(--font-body);
  font-weight:800;
  line-height:1.2;
  margin:0;
  color:var(--navy)
}
.hero h1 {
  font-family:var(--font-display);
  font-weight:700;
  max-width:720px;
  margin:18px 0 24px;
  color:#fff;
  font-size:clamp(3rem,5vw,4.75rem);
  line-height:1.02;
  letter-spacing:-.012em;
}
.hero .lead {
  max-width:680px;
  margin:0 0 30px;
  color:#EDE5D8;
  font-size:clamp(1.05rem,1.6vw,1.22rem);
}
.button-row {
  display:flex;
  flex-wrap:wrap;
  gap:12px
}
.hero-secondary-button {
  color:#fff;
  border-color:rgba(255,255,255,.45);
  background:transparent;
}
.hero-photo {
  width:min(100%,470px);
  margin:0;
  justify-self:end;
}
.hero-photo img {
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:cover;
  object-position:center 18%;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 30px 80px rgba(0,0,0,.30);
}
.hero-badge {
  position:static;
  padding:13px 0 0;
  color:#fff;
  text-align:center;
  font-size:.9rem;
  font-weight:800;
  letter-spacing:.01em;
}
.hero-feedback {
  padding:42px 0;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.hero-feedback-head {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:24px;
}
.hero-feedback h2 {
  max-width:820px;
  margin-top:8px;
  font-size:clamp(2rem,3.2vw,2.85rem);
  letter-spacing:-.032em;
}
.hero-feedback-grid {
  grid-template-columns:repeat(3,1fr)
}
.hero-feedback-card {
  padding:22px 24px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--surface);
}
.hero-feedback-card blockquote {
  margin:10px 0 12px;
  color:#42504F;
  font-size:.94rem;
  line-height:1.58;
}
.hero-feedback-card cite {
  color:var(--muted);
  font-size:.8rem;
  font-style:normal;
  font-weight:800;
}
.service-strip {
  background:#06241F;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.service-strip-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.service-strip a {
  min-height:112px;
  padding:20px 18px;
  border-right:1px solid rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
  transition:.2s ease;
}
.service-strip a:first-child {
  border-left:1px solid rgba(255,255,255,.12)
}
.service-strip a:hover {
  background:rgba(255,255,255,.07)
}
.service-strip span {
  display:block;
  color:#F4EFE5;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.14em;
}
.service-strip strong {
  display:block;
  margin-top:6px;
  color:#fff;
  font-size:1rem;
}
.service-strip small {
  display:block;
  margin-top:3px;
  color:#C7BCAA;
  font-size:.78rem;
}
.section {
  padding:88px 0
}
.section-soft {
  background:var(--surface)
}
.section-dark {
  background:var(--navy);
  color:#fff
}
.section-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:40px
}
.section-head .copy {
  max-width:700px
}
.section h2 {
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(2.2rem,3.8vw,3.45rem);
  letter-spacing:-.018em;
  margin-top:10px
}
.section-dark h2,.section-dark h3 {
  color:#fff
}
.section-intro {
  font-size:1.08rem;
  color:var(--muted);
  margin:16px 0 0
}
.section-dark .section-intro {
  color:#D7CCBC
}
.kicker {
  color:#A88448;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:850;
  font-size:.76rem
}
.grid {
  display:grid;
  gap:24px
}
.services-grid {
  grid-template-columns:repeat(3,1fr)
}
.service-card,.case-card,.mini-card,.review-card,.stat-card,.contact-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow)
}
.service-card {
  padding:30px;
  position:relative;
  overflow:hidden
}
.service-card:before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,var(--blue),var(--cyan))
}
.service-card .num {
  color:#9B9F98;
  font-weight:900;
  font-size:.82rem;
  letter-spacing:.14em
}
.service-card h3 {
  font-size:1.34rem;
  margin:14px 0 12px
}
.service-card p {
  margin:0;
  color:var(--muted)
}
.service-card a {
  display:inline-block;
  margin-top:18px;
  color:#A88448;
  font-weight:800;
  text-decoration:none
}
.case-grid {
  grid-template-columns:repeat(2,1fr)
}
.case-card {
  overflow:hidden;
  transition:.22s ease
}
.case-card:hover {
  transform:translateY(-4px);
  box-shadow:0 25px 60px rgba(7,25,45,.14)
}
.case-card .media {
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:16/9;
  background:#F4EFE5;
  overflow:hidden;
}
.case-card .media img {
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:contain;
}
.case-card .body {
  padding:26px
}
.tags {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:16px
}
.tag {
  display:inline-flex;
  padding:.34rem .65rem;
  border-radius:999px;
  background:#F1ECE3;
  color:#9C7D45;
  font-size:.75rem;
  font-weight:800
}
.case-card h3 {
  font-size:1.58rem;
  margin-bottom:10px
}
.case-card p {
  color:var(--muted);
  margin:0 0 18px
}
.text-link {
  color:#9C7D45;
  font-weight:850;
  text-decoration:none
}
.text-link:hover {
  text-decoration:underline
}
.expertise-grid {
  grid-template-columns:repeat(4,1fr)
}
.mini-card {
  padding:24px;
  box-shadow:none
}
.mini-card h3 {
  font-size:1.22rem;
  margin-bottom:8px
}
.mini-card p {
  font-size:.94rem;
  color:var(--muted);
  margin:0
}
.reviews-grid {
  grid-template-columns:repeat(3,1fr)
}
.review-card {
  padding:28px
}
.stars {
  color:#ef7f1a;
  letter-spacing:.12em
}
.review-card blockquote {
  margin:16px 0;
  color:#42504F;
  font-size:.98rem
}
.review-card cite {
  font-style:normal;
  color:var(--muted);
  font-size:.84rem;
  font-weight:700
}
.feedback-shot-grid {
  grid-template-columns:repeat(2,1fr)
}
.feedback-shot-grid .case-card .media img {
  aspect-ratio:16/7;
  object-fit:contain;
  background:#fff
}
.feedback-shot-grid .case-card .body {
  padding:22px
}
.feedback-shot-grid .case-card h3 {
  font-size:1.12rem
}
.feedback-shot-grid .case-card p {
  font-size:.94rem
}
.about-split {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:60px;
  align-items:center
}
.about-image {
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--shadow)
}
.about-image img {
  aspect-ratio:1/1.05;
  object-fit:cover;
  object-position:center 15%
}
.check-list {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px 28px;
  padding:0;
  margin:26px 0;
  list-style:none
}
.check-list li {
  position:relative;
  padding-left:28px
}
.check-list li:before {
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#6F9A7D;
  font-weight:900
}
.cta {
  background:linear-gradient(135deg,#0b2a4b,var(--navy));
  color:#fff;
  border-radius:28px;
  padding:52px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px
}
.cta h2 {
  font-family:var(--font-display);
  font-weight:700;
  color:#fff;
  font-size:clamp(2.1rem,3.5vw,3rem);
  max-width:760px
}
.cta p {
  color:#DDD5C8;
  margin:12px 0 0;
  max-width:700px
}
.page-hero {
  padding:72px 0 62px;
  background:linear-gradient(135deg,#FBF8F2,#EEE7DC);
  border-bottom:1px solid var(--line)
}
.breadcrumbs {
  font-size:.86rem;
  color:var(--muted);
  margin-bottom:18px
}
.breadcrumbs a {
  text-decoration:none;
  color:#9C7D45;
  font-weight:700
}
.page-hero h1 {
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(2.5rem,5.5vw,4.8rem);
  letter-spacing:-.02em;
  max-width:1000px
}
.page-hero p {
  font-size:1.16rem;
  color:var(--muted);
  max-width:820px;
  margin:22px 0 0
}
.service-block {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:48px;
  padding:50px 0;
  border-top:1px solid var(--line);
  scroll-margin-top:100px
}
.service-block:first-child {
  border-top:0
}
.service-block h2 {
  font-size:2.15rem
}
.service-block p {
  color:var(--muted)
}
.detail-list {
  columns:2;
  column-gap:34px;
  padding-left:20px
}
.detail-list li {
  break-inside:avoid;
  margin-bottom:9px
}
.case-hero {
  padding:64px 0;
  background:var(--surface);
  border-bottom:1px solid var(--line)
}
.case-hero-grid {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:55px;
  align-items:center
}
.case-hero h1 {
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(2.35rem,4.3vw,4.4rem);
  line-height:1.05;
  letter-spacing:-.045em;
  text-wrap: balance;
}
.case-hero p {
  font-size:1.12rem;
  color:var(--muted)
}
.case-hero .media {
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:3/2;
  object-fit:contain;
  overflow:hidden;
  border: 1px solid rgba(20, 32, 29, 0.12);
  border-radius:20px;
  box-shadow:var(--shadow);
  background:#ffffff
}
.case-hero .media img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.snapshot-grid {
  grid-template-columns:repeat(4,1fr);
  margin-top:-28px;
  position:relative;
  z-index:4
}
.stat-card {
  padding:22px;
  box-shadow:0 12px 35px rgba(7,25,45,.08)
}
.stat-card span {
  font-size:.74rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted);
  font-weight:850
}
.stat-card strong {
  display:block;
  color:var(--navy);
  margin-top:5px
}
.content-grid {
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:60px
}
.prose h2 {
  font-family:var(--font-display);
  font-weight:700;
  font-size:2rem;
  margin:42px 0 16px
}
.prose h2:first-child {
  margin-top:0
}
.prose h3 {
  font-size:1.25rem;
  margin:28px 0 10px
}
.prose p,.prose li {
  color:#52605E
}
.prose ul {
  padding-left:22px
}
.sidebar-card {
  position:sticky;
  top:105px;
  border:1px solid var(--line);
  border-radius:20px;
  padding:26px;
  background:var(--surface)
}
.sidebar-card h3 {
  font-size:1.2rem
}
.sidebar-card ul {
  padding-left:18px;
  color:var(--muted)
}
.sidebar-card .button {
  width:100%;
  margin-top:10px
}
.gallery {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px
}
.gallery-single {
  grid-template-columns: minmax(0, 1fr);
}

.gallery-single .figure img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.figure {
  margin:0;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:#fff
}
.figure img {
  width:100%;
  aspect-ratio:16/10;
  object-fit:contain;
  background:#F1ECE3
}
.figure figcaption {
  padding:13px 16px;
  color:var(--muted);
  font-size:.84rem;
  border-top:1px solid var(--line)
}
.quote-large {
  margin:40px 0;
  padding:32px;
  border-left:5px solid var(--blue);
  background:#FBF8F2;
  border-radius:0 18px 18px 0;
  color:#354644;
  font-size:1.08rem
}
.quote-large cite {
  display:block;
  font-size:.86rem;
  color:var(--muted);
  font-style:normal;
  margin-top:12px;
  font-weight:800
}
.additional-grid {
  grid-template-columns:repeat(3,1fr)
}
.additional-grid .case-card h3 {
  font-size:1.15rem
}
.additional-grid .case-card .body {
  padding:20px
}
.contact-grid {
  grid-template-columns:repeat(3,1fr)
}
.contact-card {
  padding:28px
}
.contact-card h3 {
  font-size:1.2rem
}
.contact-card p {
  color:var(--muted)
}
.contact-card a {
  color:#9C7D45;
  font-weight:800;
  word-break:break-word
}
.brief-box {
  padding:34px;
  background:var(--surface);
  border-radius:24px;
  border:1px solid var(--line)
}
.brief-box ol {
  padding-left:22px
}
.site-footer {
  background:#061527;
  color:#bcd0df;
  padding:54px 0 30px
}
.footer-grid {
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:44px
}
.footer-brand {
  color:#fff;
  font-size:1.25rem;
  font-weight:900;
  letter-spacing:.1em
}
.footer-grid h3 {
  color:#fff;
  font-size:.92rem;
  margin-bottom:14px
}
.footer-grid ul {
  list-style:none;
  padding:0;
  margin:0
}
.footer-grid li {
  margin:8px 0
}
.footer-grid a {
  color:#bcd0df;
  text-decoration:none
}
.footer-grid a:hover {
  color:#fff
}
.footer-bottom {
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:36px;
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:.82rem
}
.notice {
  border:1px solid #F4EFE5;
  background:#FBF8F2;
  color:#6c5320;
  padding:14px 18px;
  border-radius:12px;
  font-size:.9rem;
  margin:24px 0
}
@media (max-width:980px) {
  .header-inner {
    grid-template-columns:1fr auto
  }
  .brand-lockup {
    grid-column:1
  }
  .site-nav {
    display:none
  }
  .nav-toggle {
    display:block;
    grid-column:2;
    justify-self:end
  }
  .header-cta {
    display:none
  }
  .services-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .expertise-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .reviews-grid,.hero-feedback-grid {
    grid-template-columns:1fr
  }
  .hero-grid,.about-split,.case-hero-grid,.content-grid,.service-block {
    grid-template-columns:1fr
  }
  .hero-photo {
    justify-self:start;
    max-width:440px
  }
  .service-strip-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .service-strip a:nth-child(3) {
    border-right:0
  }
  .service-strip a:nth-child(n+4) {
    border-top:1px solid rgba(255,255,255,.12)
  }
  .snapshot-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .additional-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .footer-grid {
    grid-template-columns:repeat(2,1fr)
  }
}
@media (max-width:760px) {
  .container,.narrow {
    width:min(100% - 28px,var(--max))
  }
  .header-inner {
    height:68px;
    display:flex
  }
  .brand-lockup {
    margin-right:auto;
    gap:10px
  }
  .brand-role {
    display:none
  }
  .nav-toggle {
    display:block
  }
  .site-nav {
    display:none;
    position:absolute;
    left:14px;
    right:14px;
    top:72px;
    z-index:80;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    padding:18px;
    box-shadow:var(--shadow);
    flex-direction:column;
    align-items:stretch;
  }
  .site-nav.open {
    display:flex
  }
  .site-nav a {
    padding:8px
  }
  .header-cta {
    display:none
  }
  .hero {
    padding:54px 0 46px
  }
  .hero-grid {
    gap:34px
  }
  .hero h1 {
    font-family:var(--font-display);
    font-weight:700;
    font-size:clamp(2.45rem,12vw,3.75rem)
  }
  .hero-photo {
    max-width:360px
  }
  .hero-feedback {
    padding:38px 0
  }
  .hero-feedback-head {
    align-items:flex-start;
    flex-direction:column
  }
  .service-strip-grid {
    grid-template-columns:1fr
  }
  .service-strip a,   .service-strip a:first-child {
    min-height:auto;
    border-left:0;
    border-right:0;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .service-strip a:first-child {
    border-top:0
  }
  .section {
    padding:62px 0
  }
  .section-head {
    align-items:flex-start;
    flex-direction:column
  }
  .services-grid,.case-grid,.additional-grid,.contact-grid,.gallery {
    grid-template-columns:1fr
  }
  .expertise-grid {
    grid-template-columns:1fr
  }
  .snapshot-grid {
    grid-template-columns:1fr;
    margin-top:20px
  }
  .check-list {
    grid-template-columns:1fr
  }
  .detail-list {
    columns:1
  }
  .cta {
    padding:32px;
    align-items:flex-start;
    flex-direction:column
  }
  .footer-grid {
    grid-template-columns:1fr
  }
  .footer-bottom {
    flex-direction:column
  }
}
/* Refined heading scale: larger than v4, still below the original oversized version */ .page-hero h1 {
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(2.8rem,5.8vw,5.15rem);
}
.section-head .copy {
  max-width:780px
}
.mobile-nav-contact {
  display:none
}
.service-strip-grid-four {
  grid-template-columns:repeat(4,1fr)
}
.support-grid {
  grid-template-columns:repeat(3,1fr)
}
.case-grid-all {
  grid-template-columns:repeat(2,1fr)
}
.case-grid-all .case-card h2 {
  font-size:1.58rem;
  margin-bottom:10px
}
.contact-process {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start
}
.next-steps {
  padding-top:10px
}
.next-step-grid {
  grid-template-columns:1fr;
  gap:14px
}
.contact-card h2 {
  font-size:1.5rem;
  margin-bottom:10px
}
.service-strip-grid-four a:nth-child(3) {
  border-right:1px solid rgba(255,255,255,.12)
}
.service-strip-grid-four a:nth-child(4) {
  border-right:1px solid rgba(255,255,255,.12)
}
@media (max-width:980px) {
  .mobile-nav-contact {
    display:block
  }
  .service-strip-grid-four {
    grid-template-columns:repeat(2,1fr)
  }
  .service-strip-grid-four a:nth-child(2) {
    border-right:0
  }
  .service-strip-grid-four a:nth-child(n+3) {
    border-top:1px solid rgba(255,255,255,.12)
  }
  .support-grid {
    grid-template-columns:1fr
  }
  .contact-process {
    grid-template-columns:1fr
  }
}
@media (max-width:760px) {
  .service-strip-grid-four {
    grid-template-columns:1fr
  }
  .service-strip-grid-four a,   .service-strip-grid-four a:first-child {
    border-left:0;
    border-right:0;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .service-strip-grid-four a:first-child {
    border-top:0
  }
  .case-grid-all {
    grid-template-columns:1fr
  }
}
/* Marketing rewrite v7 */ .service-strip-grid-five {
  grid-template-columns:repeat(5,1fr)
}
.problem-grid {
  grid-template-columns:repeat(4,1fr)
}
.contact-fit-grid {
  margin-top:10px
}
.service-intro {
  padding-bottom:20px
}
.service-block h3 {
  margin:0 0 14px;
  color:var(--navy);
  font-size:1.1rem
}
.service-outcome {
  margin:20px 0;
  padding:16px 18px;
  border-left:4px solid var(--blue);
  background:#F4EFE5;
  border-radius:0 10px 10px 0;
}
.case-results-band {
  padding:32px 0;
  background:#06241F;
  color:#fff
}
.result-band-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:rgba(255,255,255,.13)
}
.result-band-grid article {
  padding:24px;
  background:#06241F;
  text-align:center
}
.result-band-grid strong {
  display:block;
  color:#fff;
  font-size:2.1rem;
  letter-spacing:-.04em
}
.result-band-grid span {
  display:block;
  margin-top:5px;
  color:#CFC4B4;
  font-size:.86rem
}
@media (max-width:980px) {
  .service-strip-grid-five {
    grid-template-columns:repeat(2,1fr)
  }
  .service-strip-grid-five a:nth-child(2n) {
    border-right:0
  }
  .service-strip-grid-five a:nth-child(n+3) {
    border-top:1px solid rgba(255,255,255,.12)
  }
  .problem-grid {
    grid-template-columns:repeat(2,1fr)
  }
}
@media (max-width:760px) {
  .service-strip-grid-five {
    grid-template-columns:1fr
  }
  .service-strip-grid-five a,   .service-strip-grid-five a:first-child {
    border-left:0;
    border-right:0;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .service-strip-grid-five a:first-child {
    border-top:0
  }
  .problem-grid {
    grid-template-columns:1fr
  }
  .result-band-grid {
    grid-template-columns:1fr
  }
}
.project-result-callout {
  margin:28px 0;
  padding:18px 20px;
  border-left:4px solid var(--blue);
  border-radius:0 12px 12px 0;
  background:#F4EFE5;
  color:#42504F;
  line-height:1.65;
}
.project-result-callout strong {
  color:var(--navy)
}
/* V10 Technical SEO + AI SEO positioning */ .service-strip-grid-six {
  grid-template-columns:repeat(6,1fr)
}
.problem-grid-six {
  grid-template-columns:repeat(3,1fr)
}
.ai-search-section {
  background:     radial-gradient(circle at 85% 20%,rgba(39,157,221,.14),transparent 30%),     linear-gradient(135deg,#F7F2E9,#ffffff);
}
.ai-search-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:54px;
  align-items:start
}
.ai-capability-grid {
  grid-template-columns:repeat(2,1fr)
}
.ai-service-block {
  border:1px solid #DDCFAF;
  box-shadow:0 20px 50px rgba(10,56,91,.08);
}
.ai-service-block .kicker {
  color:#9C7D45
}
.service-best-for {
  margin:12px 0 0;
  padding-left:20px;
  color:#52605E;
}
.service-best-for li {
  margin:7px 0
}
.related-service-band {
  padding:40px 0
}
.related-service-card {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:30px 34px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#FBF8F2;
}
.related-service-card h2 {
  margin:7px 0 8px
}
.related-service-card p {
  margin:0;
  max-width:760px
}
@media (max-width:1100px) {
  .service-strip-grid-six {
    grid-template-columns:repeat(3,1fr)
  }
  .service-strip-grid-six a:nth-child(3n) {
    border-right:0
  }
  .service-strip-grid-six a:nth-child(n+4) {
    border-top:1px solid rgba(255,255,255,.12)
  }
}
@media (max-width:980px) {
  .problem-grid-six {
    grid-template-columns:repeat(2,1fr)
  }
  .ai-search-grid {
    grid-template-columns:1fr
  }
  .related-service-card {
    align-items:flex-start;
    flex-direction:column
  }
}
@media (max-width:760px) {
  .service-strip-grid-six {
    grid-template-columns:1fr
  }
  .service-strip-grid-six a,   .service-strip-grid-six a:first-child {
    border-left:0;
    border-right:0;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .service-strip-grid-six a:first-child {
    border-top:0
  }
  .problem-grid-six {
    grid-template-columns:1fr
  }
  .ai-capability-grid {
    grid-template-columns:1fr
  }
}
.feedback-links {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
  text-align:right;
}
.case-grid-all .case-card:last-child {
  max-width:none;
}
@media (max-width:760px) {
  .feedback-links {
    align-items:flex-start;
    text-align:left;
  }
}
/* last-1: merged Technical SEO audit + implementation service */ .service-strip-grid-five {
  grid-template-columns:repeat(5,1fr)
}
.service-subheading {
  margin-top:30px !important;
  padding-top:24px;
  border-top:1px solid var(--line);
}
@media (max-width:1100px) {
  .service-strip-grid-five {
    grid-template-columns:repeat(3,1fr)
  }
  .service-strip-grid-five a:nth-child(3n) {
    border-right:0
  }
  .service-strip-grid-five a:nth-child(n+4) {
    border-top:1px solid rgba(255,255,255,.12)
  }
}
@media (max-width:760px) {
  .service-strip-grid-five {
    grid-template-columns:1fr
  }
  .service-strip-grid-five a,   .service-strip-grid-five a:first-child {
    border-left:0;
    border-right:0;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .service-strip-grid-five a:first-child {
    border-top:0
  }
}
/* 2026 blog-led homepage */ .new-home {
  background:#fff
}
.nh-hero {
  position:relative;
  overflow:hidden;
  padding:52px 0 58px;
  color:#fff;
  background:radial-gradient(circle at 92% 15%,rgba(26,126,210,.22),transparent 32%),linear-gradient(125deg,#081E20 0%,#123235 58%,#1D474A 100%)
}
.nh-hero:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:44px 44px;
  pointer-events:none
}
.nh-hero:after {
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  border:1px solid rgba(118,215,255,.15);
  border-radius:50%;
  right:-220px;
  top:-160px
}
.nh-hero-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);
  gap:66px;
  align-items:center
}
.nh-hero-copy h1 {
  font-family:var(--font-display);
  font-weight:700;
  max-width:650px;
  margin:20px 0 24px;
  color:#fff;
  font-size:clamp(3rem,4.65vw,4.4rem);
  line-height:1.06;
  letter-spacing:-.02em
}
.nh-hero-copy p {
  max-width:620px;
  margin:0 0 32px;
  color:#E9E0D1;
  font-size:1.12rem;
  line-height:1.7
}
.nh-light-button {
  display:inline-flex;
  align-items:center;
  gap:22px;
  padding:1rem 1.4rem;
  border-radius:999px;
  background:#fff;
  color:#06241F;
  font-weight:850;
  text-decoration:none;
  box-shadow:0 10px 25px rgba(0,0,0,.14)
}
.nh-featured {
  background:#fff;
  color:#172524;
  border-radius:20px;
  padding:24px;
  box-shadow:0 24px 65px rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.55)
}
.nh-featured-label {
  text-transform:uppercase;
  color:#A88448;
  font-weight:900;
  letter-spacing:.13em;
  font-size:.78rem;
  margin-bottom:18px
}
.nh-featured-image {
  display:block;
  overflow:hidden;
  border-radius:13px;
  background:#06241F;
  aspect-ratio:16/8.7
}
.nh-featured-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}
.nh-featured h2 {
  font-family:var(--font-display);
  font-weight:700;
  font-size:1.7rem;
  line-height:1.15;
  margin:22px 0 10px;
  letter-spacing:-.012em
}
.nh-featured h2 a {
  text-decoration:none
}
.nh-featured p {
  margin:0 0 18px;
  color:#687271;
  line-height:1.55
}
.nh-arrow-link {
  display:inline-flex;
  gap:12px;
  color:#9C7D45;
  font-weight:850;
  text-decoration:none;
  border-bottom:2px solid #C7A86B;
  padding-bottom:3px
}
.nh-section {
  padding:58px 0
}
.nh-heading-row {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:28px
}
.nh-heading-row h2,.nh-services h2 {
  font-family:var(--font-display);
  font-weight:700;
  font-size:2rem;
  letter-spacing:-.015em
}
.nh-heading-row>a {
  color:#9C7D45;
  font-weight:800;
  text-decoration:none
}
.nh-article-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.nh-article-item {
  display:grid;
  grid-template-columns:150px 1fr;
  gap:20px;
  align-items:start;
  padding-right:18px;
  border-right:1px solid #DDD5C8
}
.nh-article-item:last-child {
  border-right:0;
  padding-right:0
}
.nh-thumb {
  display:block;
  aspect-ratio:1.12/1;
  overflow:hidden;
  border-radius:10px;
  background:#F1ECE3
}
.nh-thumb img {
  width:100%;
  height:100%;
  object-fit:cover
}
.nh-article-item span,.nh-about span {
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.69rem;
  color:#9C7D45;
  font-weight:900
}
.nh-article-item h3 {
  font-size:1.05rem;
  line-height:1.25;
  margin:6px 0 8px
}
.nh-article-item h3 a {
  text-decoration:none
}
.nh-article-item p {
  font-size:.87rem;
  line-height:1.52;
  color:#687271;
  margin:0 0 10px
}
.nh-article-item div>a {
  font-size:.84rem;
  color:#9C7D45;
  font-weight:850;
  text-decoration:none
}
.nh-services {
  margin:0 auto;
  padding:36px 0 42px;
  background:linear-gradient(135deg,#06241F,#123B34);
  color:#fff
}
.nh-services h2 {
  color:#fff;
  margin-bottom:24px
}
.nh-service-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}
.nh-service-grid article {
  padding:24px;
  border:1px solid rgba(85,177,255,.46);
  border-radius:14px;
  background:rgba(255,255,255,.02)
}
.nh-service-grid h3 {
  color:#fff;
  font-size:1.08rem;
  margin:12px 0 8px
}
.nh-service-grid p {
  color:#DDD5C8;
  font-size:.88rem;
  line-height:1.55;
  margin:0 0 14px
}
.nh-service-grid a {
  color:#F4EFE5;
  font-weight:850;
  text-decoration:none;
  font-size:.85rem
}
.nh-icon {
  width:44px;
  height:44px;
  border:1px solid #C7A86B;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#D8C28F;
  font-weight:900;
  font-size:1.2rem
}
.nh-cases {
  background:linear-gradient(180deg,#F7F2E9,#EEE7DC)
}
.nh-case-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px
}
.nh-case-card {
  display:grid;
  grid-template-columns:210px 1fr;
  gap:26px;
  padding:18px;
  border-radius:16px;
  background:#fff;
  border:1px solid #DDD5C8;
  box-shadow:0 14px 35px rgba(7,25,45,.08)
}
.nh-case-card img {
  width:100%;
  height:100%;
  min-height:180px;
  object-fit:cover;
  border-radius:12px;
  background:#06241F
}
.nh-case-card h3 {
  font-size:1.25rem;
  margin:6px 0 12px
}
.nh-case-card ul {
  margin:0 0 14px;
  padding-left:1.2rem;
  color:#687271
}
.nh-case-card a,.nh-about a {
  color:#9C7D45;
  font-weight:850;
  text-decoration:none
}
.nh-about {
  background:#fff
}
.nh-about-grid {
  display:grid;
  grid-template-columns:280px 1fr;
  gap:42px;
  align-items:center;
  max-width:900px
}
.nh-about img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center 20%;
  border-radius:16px
}
.nh-about h2 {
  font-family:var(--font-display);
  font-weight:700;
  font-size:2rem;
  margin:5px 0 10px
}
.nh-about p {
  color:#687271;
  margin:0 0 14px
}
.nh-cta {
  padding:0 0 54px
}
.nh-cta>.container {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:26px 34px;
  border-radius:18px;
  background:#F1ECE3;
  border:1px solid #DED2BF
}
.nh-cta>.container>div:first-child {
  display:flex;
  align-items:center;
  gap:20px
}
.nh-cta span {
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:50%;
  border:2px solid #C7A86B;
  color:#9C7D45;
  font-size:1.6rem;
  background:#fff
}
.nh-cta h2 {
  font-family:var(--font-display);
  font-weight:700;
  font-size:1.45rem;
  max-width:570px
}
.nh-cta>.container>div:last-child {
  display:flex;
  gap:12px
}
.nh-footer {
  background:#081E20;
  color:#fff;
  padding:28px 0
}
.nh-footer>.container {
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px
}
.nh-footer strong {
  font-size:1.3rem;
  letter-spacing:.12em
}
.nh-footer strong span {
  color:#C7A86B
}
.nh-footer small {
  display:block;
  color:#BDB4A7
}
.nh-footer nav {
  display:flex;
  gap:26px
}
.nh-footer nav a {
  color:#fff;
  text-decoration:none;
  font-size:.86rem
}
.nh-footer p {
  justify-self:end;
  margin:0;
  color:#BDB4A7;
  font-size:.82rem
}
@media(max-width:1050px) {
  .nh-hero-grid {
    grid-template-columns:1fr;
    gap:38px
  }
  .nh-featured {
    max-width:720px
  }
  .nh-article-grid {
    grid-template-columns:1fr
  }
  .nh-article-item {
    border-right:0;
    border-bottom:1px solid #DDD5C8;
    padding:0 0 20px
  }
  .nh-service-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .nh-case-grid {
    grid-template-columns:1fr
  }
}
@media(max-width:720px) {
  .nh-hero {
    padding:42px 0
  }
  .nh-hero-copy h1 {
    font-family:var(--font-display);
    font-weight:700;
    font-size:clamp(2.55rem,12vw,3.4rem)
  }
  .nh-hero-grid {
    grid-template-columns:1fr
  }
  .nh-featured {
    padding:18px
  }
  .nh-featured h2 {
    font-family:var(--font-display);
    font-weight:700;
    font-size:1.45rem
  }
  .nh-article-item {
    grid-template-columns:110px 1fr
  }
  .nh-service-grid {
    grid-template-columns:1fr
  }
  .nh-case-card {
    grid-template-columns:1fr
  }
  .nh-case-card img {
    height:210px
  }
  .nh-about-grid {
    grid-template-columns:1fr
  }
  .nh-about img {
    max-width:360px
  }
  .nh-cta>.container {
    align-items:flex-start;
    flex-direction:column
  }
  .nh-cta>.container>div:last-child {
    flex-wrap:wrap
  }
  .nh-footer>.container {
    grid-template-columns:1fr
  }
  .nh-footer nav {
    flex-wrap:wrap
  }
  .nh-footer p {
    justify-self:start
  }
}
.article-layout {
  padding:54px 0 84px
}
.article-hero-image {
  width:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:20px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  margin-bottom:18px
}
.article-meta {
  font-size:.9rem;
  color:var(--muted);
  margin-bottom:42px
}
.article-layout>h2 {
  font-family:var(--font-display);
  font-weight:700;
  font-size:2rem;
  margin:42px 0 12px
}
.article-layout>p {
  font-size:1.08rem;
  color:#687271
}
.article-cta {
  margin-top:58px;
  padding:32px;
  border-radius:20px;
  background:var(--surface);
  border:1px solid var(--line)
}
.article-cta h2 {
  font-family:var(--font-display);
  font-weight:700;
  margin:0 0 8px;
  font-size:1.65rem
}
.article-cta p {
  margin:0 0 18px;
  color:var(--muted)
}
/* Featured article image: dedicated 16:9 editorial artwork */ .nh-featured-image img {
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center
}
/* Mivon-inspired editorial theme: deep teal, warm cream and muted brass */ body {
  background:var(--ivory);
  color:var(--ink)
}
.site-header {
  background:rgba(251,248,242,.96);
  border-bottom-color:rgba(221,213,200,.92)
}
.brand-main {
  color:var(--navy)
}
.brand-seo {
  color:var(--blue)
}
.site-nav a {
  color:#354644
}
.site-nav a:hover,.site-nav a[aria-current="page"] {
  color:#9C7D45
}
.header-cta,.button-primary {
  background:var(--navy);
  color:var(--ivory)
}
.header-cta:hover,.button-primary:hover {
  background:var(--navy-2)
}
.button-secondary {
  background:var(--ivory);
  color:var(--navy);
  border-color:#CFC4B4
}
.button-secondary:hover {
  border-color:var(--blue);
  color:#7F6538
}
.hero,.nh-hero {
  background:radial-gradient(circle at 92% 15%,rgba(199,168,107,.17),transparent 32%),linear-gradient(125deg,#081E20 0%,#06241F 58%,#123B34 100%)
}
.hero:after,.nh-hero:after {
  border-color:rgba(226,210,173,.18)
}
.eyebrow {
  color:var(--cyan)
}
.nh-light-button {
  background:var(--cream);
  color:var(--navy)
}
.nh-featured {
  background:var(--ivory);
  color:var(--ink);
  border-color:rgba(226,210,173,.45)
}
.nh-featured-label,.nh-arrow-link,.nh-heading-row>a,.nh-article-item span,.nh-about span,.nh-article-item div>a,.nh-case-card a,.nh-about a {
  color:#9C7D45
}
.nh-arrow-link {
  border-bottom-color:var(--blue)
}
.nh-section,.nh-about {
  background:var(--ivory)
}
.nh-thumb {
  background:var(--surface)
}
.nh-services {
  background:linear-gradient(135deg,#081E20,#123B34)
}
.nh-service-grid article {
  border-color:rgba(199,168,107,.48);
  background:rgba(244,239,229,.025)
}
.nh-service-grid p {
  color:#DDD5C8
}
.nh-service-grid a {
  color:#F4EFE5
}
.nh-icon {
  border-color:var(--blue);
  color:var(--cyan)
}
.nh-cases {
  background:linear-gradient(180deg,#F4EFE5,#EEE7DC)
}
.nh-case-card {
  background:var(--ivory);
  border-color:var(--line);
  box-shadow:0 14px 35px rgba(12,39,42,.10)
}
.nh-cta>.container {
  background:#EEE7DC;
  border-color:#D9CDBB
}
.nh-cta span {
  border-color:var(--blue);
  color:#9C7D45;
  background:var(--ivory)
}
.nh-footer,.site-footer {
  background:#081E20
}
.nh-footer .brand-seo,.site-footer .brand-seo,.footer-brand .brand-seo {
  color:var(--blue)
}
.card,.mini-card,.service-card,.case-card,.article-card {
  border-color:var(--line)
}

/* Homepage verified feedback module */
.nh-feedback {
  padding: 72px 0;
  background: #06241f;
  color: #fbf8f2;
}

.nh-feedback-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.nh-feedback .eyebrow {
  margin-bottom: 10px;
  color: #c7a86b;
}

.nh-feedback h2 {
  max-width: 760px;
  margin: 0;
  color: #fbf8f2;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.nh-feedback-link {
  flex: 0 0 auto;
  color: #f4efe5;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.nh-feedback-link:hover,
.nh-feedback-link:focus-visible {
  color: #c7a86b;
}

.nh-feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nh-feedback-card {
  min-height: 290px;
  padding: 28px;
  border: 1px solid rgba(199, 168, 107, 0.72);
  border-radius: 14px;
  background: #123b34;
  display: flex;
  flex-direction: column;
}

.nh-feedback-stars {
  margin-bottom: 20px;
  color: #c7a86b;
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.nh-feedback-card blockquote {
  margin: 0 0 24px;
  color: #fbf8f2;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
}

.nh-feedback-card cite {
  margin-top: auto;
  color: #e2ddd2;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .nh-feedback-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .nh-feedback-grid {
    grid-template-columns: 1fr;
  }

  .nh-feedback-card {
    min-height: auto;
  }
}


/* Version 6: two-card Latest Articles module */
.nh-articles .nh-article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.nh-articles .nh-article-item {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: var(--color-white);
  box-shadow: 0 18px 42px rgba(1, 23, 20, 0.08);
}

.nh-articles .nh-article-item:last-child {
  border-right: 1px solid var(--color-border);
}

.nh-articles .nh-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.nh-articles .nh-article-content {
  padding: 26px 28px 28px;
}

.nh-articles .nh-article-item h3 {
  margin: 8px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.nh-articles .nh-article-item p {
  max-width: 56ch;
  margin-bottom: 18px;
  font-size: 0.95rem;
}

/* Version 6: redesigned homepage CTA */
.nh-cta {
  padding: 64px 0;
  background: var(--color-ivory);
}

.nh-cta .nh-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  overflow: hidden;
  padding: 52px 56px;
  border: 1px solid rgba(199, 168, 107, 0.58);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(199, 168, 107, 0.15), transparent 28%),
    linear-gradient(130deg, #011714 0%, #06241f 62%, #123b34 100%);
  color: var(--color-ivory);
  box-shadow: 0 24px 52px rgba(1, 23, 20, 0.16);
}

.nh-cta .nh-cta-card::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -140px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(199, 168, 107, 0.2);
  border-radius: 50%;
}

.nh-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.nh-cta .eyebrow {
  margin-bottom: 14px;
  color: var(--color-accent);
}

.nh-cta h2 {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--color-ivory);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 600;
  line-height: 1.02;
}

.nh-cta p {
  max-width: 65ch;
  margin: 0;
  color: rgba(251, 248, 242, 0.82);
  line-height: 1.7;
}

.nh-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
}

.nh-cta-link {
  color: var(--color-ivory);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(251, 248, 242, 0.5);
  padding-bottom: 4px;
}

.nh-cta-link:hover,
.nh-cta-link:focus-visible {
  color: var(--color-accent);
  border-bottom-color: var(--color-accent);
}

@media (max-width: 900px) {
  .nh-articles .nh-article-grid {
    grid-template-columns: 1fr;
  }

  .nh-cta .nh-cta-card {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 40px 32px;
  }

  .nh-cta-actions {
    flex-wrap: wrap;
  }
}


/* Version 7 homepage refinements */
.nh-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nh-article-item .nh-thumb {
  display: block;
  cursor: default;
}

.nh-article-item .nh-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.nh-service-grid article {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nh-service-grid h3 a {
  color: var(--ivory);
  text-decoration: none;
}

.nh-service-grid h3 a:hover,
.nh-service-grid h3 a:focus-visible {
  color: var(--color-accent);
}

.nh-case-card-editorial {
  overflow: hidden;
  align-items: stretch;
}

.nh-case-card-editorial > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #eef2f3;
  padding: 12px;
}

.nh-case-card-editorial > div {
  padding: 24px 26px 28px;
}

.nh-case-card-editorial p {
  color: var(--color-text-muted);
  margin: 10px 0 18px;
}

.nh-cta-cream {
  background: var(--color-ivory);
  padding: 42px 0 72px;
}

.nh-cta-card-cream {
  background: var(--color-cream);
  color: var(--color-text);
  border: 1px solid rgba(199, 168, 107, 0.52);
  box-shadow: 0 18px 50px rgba(1, 23, 20, 0.08);
  border-radius: 24px;
  padding: 44px 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
}

.nh-cta-card-cream h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1.08;
  text-wrap: balance;
}

.nh-cta-proof {
  margin-top: 22px;
}

.nh-cta-stars {
  color: var(--color-accent);
  letter-spacing: 0.12em;
  font-size: 1.15rem;
}

.nh-cta-proof p {
  margin: 8px 0 2px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.nh-cta-proof span {
  color: #9c7d45;
  font-size: 0.9rem;
  font-weight: 650;
}

.nh-cta-card-cream .nh-cta-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nh-cta-card-cream .nh-cta-link {
  color: var(--color-primary-dark);
  font-weight: 800;
  text-decoration: none;
}

.nh-cta-card-cream .nh-cta-link:hover,
.nh-cta-card-cream .nh-cta-link:focus-visible {
  color: #9c7d45;
}

@media (max-width: 900px) {
  .nh-article-grid {
    grid-template-columns: 1fr;
  }

  .nh-cta-card-cream {
    grid-template-columns: 1fr;
    padding: 34px 28px;
  }

  .nh-cta-card-cream .nh-cta-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Version 8 homepage refinements */

.nh-hero {
  padding: 64px 0 70px;
  background:
    radial-gradient(circle at 92% 15%, rgba(199, 168, 107, 0.17), transparent 32%),
    linear-gradient(125deg, #011714 0%, #06241F 58%, #123B34 100%);
}

.nh-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 4.8vw, 4.5rem);
}

.nh-hero-copy p {
  max-width: 680px;
  font-size: 1.02rem;
  line-height: 1.75;
}

.nh-articles {
  padding-top: 54px;
  padding-bottom: 56px;
}

.nh-articles .nh-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.nh-articles .nh-article-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: var(--color-white);
  box-shadow: 0 12px 32px rgba(1, 23, 20, 0.06);
}

.nh-articles .nh-article-item:last-child {
  border-right: 1px solid var(--color-border);
}

.nh-articles .nh-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0;
  background: var(--surface);
}

.nh-articles .nh-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nh-articles .nh-article-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.nh-articles .nh-article-item span {
  margin-bottom: 8px;
  font-size: 0.66rem;
}

.nh-articles .nh-article-item h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 1.75vw, 1.5rem);
  line-height: 1.15;
}

.nh-articles .nh-article-item p {
  margin: 0 0 14px;
  font-size: 0.9rem;
  line-height: 1.56;
  color: var(--color-text-muted);
}

.nh-articles .nh-article-item div > a {
  margin-top: auto;
  font-size: 0.84rem;
  font-weight: 800;
}

.nh-heading-row-light h2,
.nh-heading-row-light > a {
  color: var(--color-ivory);
}

.nh-heading-row-light > a:hover,
.nh-heading-row-light > a:focus-visible {
  color: var(--color-accent);
}

.nh-services {
  padding: 58px 0 64px;
  background: linear-gradient(125deg, #011714 0%, #06241F 52%, #123B34 100%);
}

.nh-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nh-service-card {
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(199, 168, 107, 0.52);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(244, 239, 229, 0.05), rgba(244, 239, 229, 0.015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.nh-service-card:hover,
.nh-service-card:focus-within {
  transform: translateY(-3px);
  border-color: var(--color-accent);
  background: linear-gradient(180deg, rgba(244, 239, 229, 0.09), rgba(244, 239, 229, 0.03));
}

.nh-service-card .nh-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
}

.nh-service-card h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.28;
  color: var(--color-ivory);
  max-width: 15ch;
}

.nh-service-card h3 a {
  color: var(--color-ivory);
  text-decoration: none;
}

.nh-service-card h3 a:hover,
.nh-service-card h3 a:focus-visible {
  color: var(--color-accent);
}

.nh-cases {
  padding-top: 60px;
  padding-bottom: 66px;
  background: linear-gradient(180deg, #F4EFE5 0%, #FBF8F2 100%);
}

.nh-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.nh-case-card-stacked {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border-radius: 22px;
  background: var(--color-ivory);
  border: 1px solid var(--color-border);
  box-shadow: 0 16px 40px rgba(1, 23, 20, 0.08);
}

.nh-case-media {
  padding: 16px 16px 0;
  background: #EEF2F3;
}

.nh-case-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #EEF2F3;
  border-radius: 12px 12px 0 0;
  padding: 0;
}

.nh-case-content {
  padding: 20px 22px 24px;
}

.nh-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.nh-case-tags span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #EFE7DA;
  color: #9C7D45;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
}

.nh-case-content h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  line-height: 1.08;
  color: var(--color-primary-dark);
}

.nh-case-content p {
  margin: 0 0 18px;
  color: var(--color-text-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.nh-case-content a {
  color: #9C7D45;
  font-weight: 800;
  text-decoration: none;
}

.nh-cta-cream {
  background: var(--color-ivory);
  padding: 38px 0 74px;
}

.nh-cta-cream > .container {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
}

.nh-cta-card-cream {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  padding: 38px 42px;
  border-radius: 24px;
  border: 1px solid rgba(199, 168, 107, 0.5);
  background: var(--color-cream);
  color: var(--color-text);
  box-shadow: 0 16px 40px rgba(1, 23, 20, 0.07);
}

.nh-cta-card-cream::after {
  display: none;
}

.nh-cta-card-cream h2 {
  margin: 0 0 16px;
  max-width: 14ch;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 2.7vw, 2.45rem);
  line-height: 1.12;
}

.nh-cta-proof {
  margin-top: 0;
}

.nh-cta-stars {
  color: var(--color-accent);
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.nh-cta-proof p {
  margin: 8px 0 4px;
  color: var(--color-primary-dark);
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
}

.nh-cta-meta {
  display: block;
  color: #9C7D45;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.nh-cta-card-cream .nh-cta-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nh-cta-card-cream .button-primary {
  background: var(--color-primary-dark);
  color: var(--color-ivory);
  padding: 0.95rem 1.45rem;
  box-shadow: 0 10px 28px rgba(1, 23, 20, 0.12);
}

.nh-cta-card-cream .button-primary:hover,
.nh-cta-card-cream .button-primary:focus-visible {
  background: var(--color-primary);
}

.nh-cta-card-cream .nh-cta-link {
  color: var(--color-primary-dark);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(6, 36, 31, 0.25);
  padding-bottom: 3px;
}

.nh-cta-card-cream .nh-cta-link:hover,
.nh-cta-card-cream .nh-cta-link:focus-visible {
  color: #9C7D45;
  border-bottom-color: #9C7D45;
}

@media (max-width: 1050px) {
  .nh-articles .nh-article-grid,
  .nh-case-grid,
  .nh-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .nh-cta-card-cream {
    grid-template-columns: 1fr;
    padding: 32px 28px;
  }

  .nh-cta-card-cream h2 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .nh-articles .nh-article-grid,
  .nh-service-grid,
  .nh-case-grid {
    grid-template-columns: 1fr;
  }

  .nh-hero {
    padding: 44px 0 48px;
  }

  .nh-hero-copy h1 {
    font-size: clamp(2.55rem, 12vw, 3.45rem);
  }

  .nh-articles .nh-article-content,
  .nh-case-content {
    padding: 18px 18px 20px;
  }
}


/* Homepage CTA final layout */
.nh-cta-cream {
  padding: 44px 0 76px;
  background: var(--color-ivory);
}

.nh-cta-cream > .container {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.nh-cta-card-cream {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 52px;
  padding: 54px 62px;
  border: 1px solid rgba(199, 168, 107, 0.5);
  border-radius: 26px;
  background: linear-gradient(180deg, #FBF8F2 0%, #F7F1E8 100%);
  box-shadow: 0 18px 44px rgba(1, 23, 20, 0.08);
}

.nh-cta-card-cream::after {
  display: none;
}

.nh-cta-card-cream h2 {
  max-width: 14ch;
  margin: 0 0 20px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.nh-cta-proof {
  margin: 0;
}

.nh-cta-stars {
  margin-bottom: 10px;
  color: var(--color-accent);
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.nh-cta-proof p {
  margin: 0 0 6px;
  color: var(--color-primary-dark);
  font-family: var(--font-body);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.55;
}

.nh-cta-meta {
  display: block;
  color: #9C7D45;
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 700;
}

.nh-cta-card-cream .nh-cta-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}

.nh-cta-card-cream .nh-cta-primary,
.nh-cta-card-cream .nh-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 14px;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nh-cta-card-cream .nh-cta-primary {
  border: 1px solid var(--color-primary-dark);
  background: var(--color-primary-dark);
  color: var(--color-ivory);
  box-shadow: 0 10px 24px rgba(1, 23, 20, 0.14);
}

.nh-cta-card-cream .nh-cta-primary:hover,
.nh-cta-card-cream .nh-cta-primary:focus-visible {
  border-color: var(--color-primary);
  background: var(--color-primary);
}

.nh-cta-card-cream .nh-cta-secondary {
  border: 1px solid rgba(199, 168, 107, 0.75);
  background: rgba(251, 248, 242, 0.72);
  color: var(--color-primary-dark);
}

.nh-cta-card-cream .nh-cta-secondary:hover,
.nh-cta-card-cream .nh-cta-secondary:focus-visible {
  border-color: var(--color-primary-dark);
  background: var(--color-ivory);
}

.nh-cta-card-cream .nh-cta-primary span,
.nh-cta-card-cream .nh-cta-secondary span {
  color: var(--color-accent);
  font-size: 1.15rem;
  line-height: 1;
}

@media (max-width: 980px) {
  .nh-cta-card-cream {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 42px 38px;
  }

  .nh-cta-card-cream h2 {
    max-width: 18ch;
  }
}

@media (max-width: 640px) {
  .nh-cta-card-cream {
    padding: 32px 24px;
  }

  .nh-cta-card-cream .nh-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nh-cta-card-cream .nh-cta-primary,
  .nh-cta-card-cream .nh-cta-secondary {
    width: 100%;
  }
}

/* CTA specificity correction */
.nh-cta.nh-cta-cream {
  padding: 44px 0 76px;
  background: var(--color-ivory);
}

.nh-cta.nh-cta-cream > .container {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.nh-cta.nh-cta-cream .nh-cta-card.nh-cta-card-cream {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 52px;
  padding: 54px 62px;
  border: 1px solid rgba(199, 168, 107, 0.5);
  border-radius: 26px;
  background: linear-gradient(180deg, #FBF8F2 0%, #F7F1E8 100%);
  color: var(--color-text);
  box-shadow: 0 18px 44px rgba(1, 23, 20, 0.08);
  overflow: visible;
}

.nh-cta.nh-cta-cream .nh-cta-card.nh-cta-card-cream::after {
  display: none;
  content: none;
}

.nh-cta.nh-cta-cream .nh-cta-card.nh-cta-card-cream h2 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.nh-cta.nh-cta-cream .nh-cta-proof {
  margin: 0;
}

.nh-cta.nh-cta-cream .nh-cta-stars {
  width: auto;
  height: auto;
  display: block;
  margin: 0 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-accent);
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.nh-cta.nh-cta-cream .nh-cta-proof p {
  margin: 0 0 6px;
  color: var(--color-primary-dark);
  font-family: var(--font-body);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.55;
}

.nh-cta.nh-cta-cream .nh-cta-meta {
  display: block;
  color: #9C7D45;
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 700;
}

.nh-cta.nh-cta-cream .nh-cta-actions {
  position: static;
  z-index: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}

.nh-cta.nh-cta-cream .nh-cta-primary,
.nh-cta.nh-cta-cream .nh-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 14px;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nh-cta.nh-cta-cream .nh-cta-primary {
  border: 1px solid var(--color-primary-dark);
  background: var(--color-primary-dark);
  color: var(--color-ivory);
  box-shadow: 0 10px 24px rgba(1, 23, 20, 0.14);
}

.nh-cta.nh-cta-cream .nh-cta-secondary {
  border: 1px solid rgba(199, 168, 107, 0.75);
  background: rgba(251, 248, 242, 0.72);
  color: var(--color-primary-dark);
}

.nh-cta.nh-cta-cream .nh-cta-primary span,
.nh-cta.nh-cta-cream .nh-cta-secondary span {
  width: auto;
  height: auto;
  display: inline;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-accent);
  font-size: 1.15rem;
  line-height: 1;
}

@media (max-width: 980px) {
  .nh-cta.nh-cta-cream .nh-cta-card.nh-cta-card-cream {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 42px 38px;
  }

  .nh-cta.nh-cta-cream .nh-cta-card.nh-cta-card-cream h2 {
    max-width: 18ch;
  }
}

@media (max-width: 640px) {
  .nh-cta.nh-cta-cream .nh-cta-card.nh-cta-card-cream {
    padding: 32px 24px;
  }

  .nh-cta.nh-cta-cream .nh-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nh-cta.nh-cta-cream .nh-cta-primary,
  .nh-cta.nh-cta-cream .nh-cta-secondary {
    width: 100%;
  }
}
/* Compact homepage Services module */

.nh-services.nh-services-compact {
  padding: 42px 0 0;
  background: #011714;
}

.nh-services-compact .nh-heading-row {
  margin-bottom: 28px;
}

.nh-service-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(251, 248, 242, 0.14);
  border-bottom: 1px solid rgba(251, 248, 242, 0.14);
}

.nh-service-strip-item {
  min-height: 138px;
  padding: 22px 18px 24px;
  border-right: 1px solid rgba(251, 248, 242, 0.14);
  background: transparent;
}

.nh-service-strip-item:last-child {
  border-right: 0;
}

.nh-service-number {
  display: block;
  margin-bottom: 10px;
  color: #c7a86b;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nh-service-strip-item h3 {
  margin: 0 0 6px;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.35;
}

.nh-service-strip-item h3 a {
  color: #fbf8f2;
  text-decoration: none;
}

.nh-service-strip-item h3 a:hover,
.nh-service-strip-item h3 a:focus-visible {
  color: #c7a86b;
}

.nh-service-strip-item p {
  margin: 0;
  color: rgba(251, 248, 242, 0.72);
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .nh-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh-service-strip-item {
    border-bottom: 1px solid rgba(251, 248, 242, 0.14);
  }
}

@media (max-width: 620px) {
  .nh-service-strip {
    grid-template-columns: 1fr;
  }

  .nh-service-strip-item {
    min-height: auto;
    border-right: 0;
  }
}
/* Breadcrumbs */

.breadcrumbs {
  padding: 18px 22px 16px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-ivory);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 0.82rem;
  line-height: 1.5;
}

.breadcrumbs li:not(:last-child)::after {
  content: "→";
  margin-left: 8px;
  color: var(--color-accent);
}

.breadcrumbs a {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--color-primary-dark);
}

.breadcrumbs li[aria-current="page"] {
  color: var(--color-text-muted);
}

@media (max-width: 620px) {
  .breadcrumbs {
    padding: 14px 16px 12px;
  }

  .breadcrumbs li {
    font-size: 0.76rem;
  }

  .breadcrumbs li[aria-current="page"] {
    max-width: 100%;
  }
}

/* =========================================================
   Version 10 — Long-form article experience
   ========================================================= */

.article-page {
  background: #ffffff;
  color: var(--color-text);
}

.article-page main,
.article-page .article-shell,
.article-page .article-layout {
  background: #ffffff;
}

.article-page .breadcrumbs {
  background: var(--color-ivory);
}

.article-page-hero {
  padding: 64px 0 54px;
  background:
    radial-gradient(circle at 88% 12%, rgba(199, 168, 107, 0.10), transparent 34%),
    linear-gradient(135deg, #fbf8f2 0%, #f4efe5 100%);
}

.article-page-hero .eyebrow {
  color: var(--color-primary);
}

.article-page-hero h1 {
  max-width: 930px;
  color: var(--color-primary-dark);
  font-size: clamp(2.65rem, 5.2vw, 4.75rem);
  line-height: 1.02;
  text-wrap: balance;
}

.article-page-hero p {
  max-width: 900px;
  color: #465452;
  font-size: clamp(1.03rem, 1.6vw, 1.18rem);
  line-height: 1.72;
}

.article-page .article-layout {
  padding: 52px 0 96px;
}

.article-page .article-hero-image {
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(1, 23, 20, 0.10);
  margin: 0 0 28px;
}

.article-page .article-meta {
  margin: 22px 0 44px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e4db;
  color: #687371;
  font-size: 0.86rem;
  font-weight: 600;
}

.article-page .article-meta a {
  color: var(--color-primary);
  font-weight: 800;
  text-decoration: none;
}

.article-page .article-layout > p,
.article-page .article-layout > ul,
.article-page .article-layout > ol,
.article-page .article-layout > pre,
.article-page .article-layout > table {
  color: #344240;
  font-size: 1.045rem;
  line-height: 1.82;
}

.article-page .article-layout > p {
  margin: 0 0 1.2rem;
}

.article-page .article-layout > ul,
.article-page .article-layout > ol {
  margin: 0 0 1.55rem;
  padding-left: 1.45rem;
}

.article-page .article-layout li {
  margin-bottom: 0.52rem;
}

.article-page .article-layout > h2 {
  margin: 58px 0 18px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  text-wrap: balance;
  scroll-margin-top: 110px;
}

.article-page .article-layout > h3 {
  margin: 34px 0 12px;
  color: var(--color-primary);
  font-family: var(--font-body);
  font-size: 1.13rem;
  font-weight: 800;
  line-height: 1.4;
  scroll-margin-top: 110px;
}

.article-page .article-layout a:not(.button):not(.related-article-media) {
  color: #80622f;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.article-page .article-layout a:not(.button):not(.related-article-media):hover,
.article-page .article-layout a:not(.button):not(.related-article-media):focus-visible {
  color: var(--color-primary-dark);
}

.article-page .article-layout strong {
  color: #142b27;
  font-weight: 800;
}

.article-page .article-layout code {
  padding: 0.08em 0.34em;
  border: 1px solid #dfd9cd;
  border-radius: 5px;
  background: #f7f3eb;
  color: #173b34;
  font-size: 0.91em;
}

.article-page .article-layout pre {
  overflow-x: auto;
  margin: 22px 0 30px;
  padding: 18px 20px;
  border: 1px solid #d8d2c7;
  border-left: 4px solid var(--color-accent);
  border-radius: 12px;
  background: #f8f5ef;
  color: #17352f;
  line-height: 1.65;
}

.article-page .article-layout pre code {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

/* Article summary */

.article-summary {
  display: grid;
  grid-template-columns: minmax(150px, 0.36fr) minmax(0, 1fr);
  gap: 30px;
  margin: 0 0 28px;
  padding: 28px 30px;
  border: 1px solid #d8d0c2;
  border-left: 5px solid var(--color-accent);
  border-radius: 16px;
  background: var(--color-ivory);
}

.article-summary-heading span,
.article-section-intro > span,
.related-articles-heading > span,
.article-author-kicker,
.article-cta-kicker,
.priority-levels-heading > span {
  display: block;
  margin-bottom: 7px;
  color: #8a6b38;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.article-summary h2 {
  margin: 0;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1.1;
}

.article-summary .article-summary-list {
  margin: 0;
  padding-left: 1.25rem;
  color: #3f4c4a;
  font-size: 0.96rem;
  line-height: 1.72;
}

.article-summary .article-summary-list li {
  margin-bottom: 0.65rem;
}

.article-summary .article-summary-list li:last-child {
  margin-bottom: 0;
}

/* Consistent article figures */

.article-page .article-figure,
.article-page .article-layout > figure {
  margin: 34px 0 42px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.article-page .article-figure img,
.article-page .article-layout > figure img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  background: #ffffff;
}

.article-page .article-figure figcaption,
.article-page .article-layout > figure figcaption {
  padding: 13px 16px 14px;
  border-top: 1px solid var(--color-border);
  background: var(--color-ivory);
  color: #65706e;
  font-size: 0.82rem;
  line-height: 1.55;
}

/* Designed priority levels */

.priority-levels {
  margin: 34px 0 46px;
}

.priority-levels-heading {
  margin-bottom: 18px;
}

.priority-levels-heading h3 {
  margin: 0;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: 1.85rem;
  line-height: 1.15;
}

.priority-grid {
  display: grid;
  gap: 16px;
}

.priority-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.44fr) minmax(0, 1fr);
  column-gap: 28px;
  row-gap: 8px;
  padding: 24px 26px;
  border: 1px solid var(--color-border);
  border-left-width: 5px;
  border-radius: 14px;
  background: #ffffff;
}

.priority-card.priority-critical {
  border-left-color: var(--color-primary-deep);
  background: linear-gradient(90deg, rgba(1, 23, 20, 0.045), #ffffff 38%);
}

.priority-card.priority-high {
  border-left-color: var(--color-primary);
  background: linear-gradient(90deg, rgba(18, 59, 52, 0.045), #ffffff 38%);
}

.priority-card.priority-medium {
  border-left-color: var(--color-accent);
  background: linear-gradient(90deg, rgba(199, 168, 107, 0.065), #ffffff 38%);
}

.priority-card.priority-low {
  border-left-color: #cfc8bc;
  background: linear-gradient(90deg, rgba(217, 212, 200, 0.16), #ffffff 38%);
}

.priority-card-header {
  grid-row: 1 / span 2;
}

.priority-card-header > span {
  display: inline-flex;
  margin-bottom: 9px;
  color: #5b6664;
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.priority-card-header h3 {
  margin: 0;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: 1.42rem;
  line-height: 1.18;
}

.priority-examples-label {
  margin: 0;
  color: #67716f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.priority-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 22px;
  margin: 0;
  padding-left: 1.15rem;
  color: #3c4947;
  font-size: 0.91rem;
  line-height: 1.55;
}

.priority-card li {
  margin: 0;
}

/* Checklist */

.article-checklist {
  margin: 54px 0 46px;
  padding: 30px;
  border: 1px solid #d7d0c4;
  border-radius: 18px;
  background: #fbf8f2;
}

.article-section-intro {
  margin-bottom: 22px;
}

.article-section-intro h2 {
  margin: 0;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.12;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.checklist-group {
  padding: 18px 20px;
  border: 1px solid #e1dbcf;
  border-radius: 12px;
  background: #ffffff;
}

.checklist-group h3 {
  margin: 0 0 12px;
  color: var(--color-primary);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.checklist-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist-items li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 22px;
  color: #44514f;
  font-size: 0.88rem;
  line-height: 1.55;
}

.checklist-items li:last-child {
  margin-bottom: 0;
}

.checklist-items li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #8a6b38;
  font-weight: 900;
}

/* FAQ */

.article-faq {
  margin: 54px 0 48px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 20px 22px;
  border: 1px solid #e0dbd1;
  border-radius: 12px;
  background: #ffffff;
}

.faq-item h3 {
  margin: 0 0 8px;
  color: var(--color-primary-dark);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.faq-item p {
  margin: 0;
  color: #4a5654;
  font-size: 0.92rem;
  line-height: 1.7;
}

/* Responsive tables */

.article-table-wrap {
  overflow-x: auto;
  margin: 24px 0 40px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #ffffff;
}

.article-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: #394745;
  font-size: 0.88rem;
  line-height: 1.5;
}

.article-table th,
.article-table td {
  padding: 13px 15px;
  border-bottom: 1px solid #e6e1d8;
  text-align: left;
  vertical-align: top;
}

.article-table th {
  background: var(--color-primary-dark);
  color: #ffffff;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-table tbody tr:nth-child(even) {
  background: #fbf8f2;
}

.article-table tbody tr:last-child td {
  border-bottom: 0;
}

/* Author credibility panel */

.article-author-panel {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin: 58px 0 26px;
  padding: 24px;
  border: 1px solid #d8d1c5;
  border-radius: 18px;
  background: linear-gradient(135deg, #fbf8f2, #f4efe5);
}

.article-author-panel img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  object-position: center 20%;
  border: 3px solid #ffffff;
  border-radius: 24px;
  box-shadow: 0 8px 22px rgba(1, 23, 20, 0.12);
}

.article-author-panel h2 {
  margin: 0 0 7px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.14;
}

.article-author-panel p {
  margin: 0 0 8px;
  color: #4d5a58;
  font-size: 0.91rem;
  line-height: 1.65;
}

/* Conversion + hub navigation CTA */

.article-page .article-navigation-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  margin: 26px 0 58px;
  padding: 34px;
  border: 1px solid rgba(199, 168, 107, 0.34);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 168, 107, 0.12), transparent 35%),
    linear-gradient(135deg, var(--color-primary-deep), var(--color-primary-dark));
  color: #ffffff;
}

.article-cta-copy h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  line-height: 1.08;
  text-wrap: balance;
}

.article-cta-copy p {
  margin: 0 0 20px;
  color: rgba(251, 248, 242, 0.78);
  font-size: 0.94rem;
  line-height: 1.7;
}

.article-cta-kicker {
  color: var(--color-accent);
}

.article-hub-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.article-page .article-hub-links a {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  justify-content: center;
  padding: 16px 17px;
  border: 1px solid rgba(251, 248, 242, 0.16);
  border-radius: 13px;
  background: rgba(251, 248, 242, 0.06);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.article-page .article-hub-links a:hover,
.article-page .article-hub-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(199, 168, 107, 0.7);
  background: rgba(251, 248, 242, 0.10);
  color: #ffffff;
}

.article-hub-links span {
  color: rgba(251, 248, 242, 0.65);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-hub-links strong {
  margin-top: 3px;
  color: #ffffff !important;
  font-size: 0.97rem;
}

/* Related articles */

.related-articles {
  margin: 0 0 12px;
  padding-top: 4px;
}

.related-articles-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e3ded4;
}

.related-articles-heading h2 {
  margin: 0;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.15rem);
  line-height: 1.12;
}

.related-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.related-article-card {
  overflow: hidden;
  border: 1px solid #ddd7cc;
  border-radius: 15px;
  background: #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.related-article-card:hover {
  transform: translateY(-3px);
  border-color: #c7a86b;
}

.related-article-media {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e4dfd6;
  background: #f4efe5;
}

.related-article-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-article-card:hover .related-article-media img {
  transform: scale(1.025);
}

.related-article-body {
  padding: 17px 18px 19px;
}

.related-article-body > span {
  display: block;
  margin-bottom: 7px;
  color: #8a6b38;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.related-article-body h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.24rem;
  line-height: 1.16;
}

.article-page .related-article-body h3 a {
  color: var(--color-primary-dark);
  text-decoration: none;
}

.related-article-body p {
  margin: 0 0 12px;
  color: #65706e;
  font-size: 0.78rem;
  line-height: 1.55;
}

.article-page .related-article-body .text-link {
  font-size: 0.76rem;
}

/* Blog archive V10 cards */

.blog-v10-intro {
  max-width: 760px;
}

@media (max-width: 900px) {
  .article-summary,
  .article-page .article-navigation-cta {
    grid-template-columns: 1fr;
  }

  .priority-card {
    grid-template-columns: 1fr;
  }

  .priority-card-header {
    grid-row: auto;
  }

  .priority-card ul,
  .related-article-grid {
    grid-template-columns: 1fr;
  }

  .related-article-card {
    display: grid;
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  }

  .related-article-media {
    border-right: 1px solid #e4dfd6;
    border-bottom: 0;
  }

  .related-article-media img {
    height: 100%;
    min-height: 190px;
    aspect-ratio: auto;
  }
}

@media (max-width: 720px) {
  .article-page-hero {
    padding: 46px 0 40px;
  }

  .article-page-hero h1 {
    font-size: clamp(2.3rem, 12vw, 3.45rem);
  }

  .article-page .article-layout {
    padding: 34px 0 72px;
  }

  .article-summary {
    gap: 18px;
    padding: 22px;
  }

  .article-page .article-layout > h2 {
    margin-top: 46px;
  }

  .priority-card,
  .article-checklist,
  .article-page .article-navigation-cta {
    padding: 22px;
  }

  .priority-card ul,
  .checklist-grid,
  .article-hub-links {
    grid-template-columns: 1fr;
  }

  .article-author-panel {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 17px;
    padding: 20px;
  }

  .article-author-panel img {
    width: 82px;
    height: 82px;
    border-radius: 18px;
  }

  .article-author-panel h2 {
    font-size: 1.3rem;
  }

  .related-articles-heading {
    display: block;
  }

  .related-article-card {
    display: block;
  }

  .related-article-media {
    border-right: 0;
    border-bottom: 1px solid #e4dfd6;
  }

  .related-article-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 480px) {
  .article-summary,
  .article-checklist,
  .article-page .article-navigation-cta {
    border-radius: 15px;
  }

  .article-author-panel {
    grid-template-columns: 1fr;
  }

  .article-author-panel img {
    width: 92px;
    height: 92px;
  }
}

/* ========================================================================== 
   VERSION 11 — CONTACT FORM, GLOBAL CTA/FOOTER, ARTICLE CTA, BLOG HUB
   ========================================================================== */

/* Shared global CTA placement */
.global-cta {
  border-top: 1px solid rgba(217, 212, 200, 0.65);
}

.global-cta .nh-cta-primary {
  min-width: 228px;
}

/* Standardized footer */
.site-footer .footer-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  text-decoration: none;
}

.site-footer .footer-grid > div:first-child p {
  max-width: 330px;
  margin: 20px 0 0;
  color: #bcd0df;
  line-height: 1.65;
}

.site-footer .footer-grid a {
  text-underline-offset: 0.18em;
}

/* Contact page */
.contact-page-v11 {
  background: var(--color-ivory);
}

.contact-v11-hero {
  padding: 76px 0 68px;
  border-bottom: 1px solid var(--color-border);
  background:
    radial-gradient(circle at 86% 18%, rgba(199, 168, 107, 0.14), transparent 30%),
    linear-gradient(180deg, #fbf8f2 0%, #f4efe5 100%);
}

.contact-v11-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: 72px;
}

.contact-v11-hero h1 {
  max-width: 780px;
  margin: 12px 0 20px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.35rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.contact-v11-hero p {
  max-width: 760px;
  margin: 0;
  color: #465452;
  font-size: clamp(1.03rem, 1.5vw, 1.16rem);
  line-height: 1.75;
}

.contact-v11-proof {
  padding: 24px 26px;
  border: 1px solid rgba(199, 168, 107, 0.55);
  border-radius: 18px;
  background: rgba(251, 248, 242, 0.82);
}

.contact-v11-proof > span {
  display: block;
  margin-bottom: 8px;
  color: #8a6b38;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-v11-proof strong {
  display: block;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.14;
}

.contact-v11-proof p {
  margin: 10px 0 0;
  color: #5f6a68;
  font-size: 0.88rem;
  line-height: 1.6;
}

.project-review-section {
  padding: 84px 0 96px;
  background: #ffffff;
}

.project-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  align-items: start;
  gap: 72px;
}

.project-review-intro {
  position: sticky;
  top: 110px;
  padding-top: 20px;
}

.project-review-intro h2 {
  margin: 10px 0 18px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.project-review-intro > p {
  margin: 0;
  color: #566260;
  line-height: 1.75;
}

.project-review-benefits {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.project-review-benefits li {
  position: relative;
  padding-left: 28px;
  color: #31413e;
  font-weight: 700;
  line-height: 1.55;
}

.project-review-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #9c7d45;
  font-weight: 900;
}

.project-review-alternative {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--color-border);
}

.project-review-alternative span {
  display: block;
  margin-bottom: 6px;
  color: #6b7573;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.project-review-alternative a {
  color: var(--color-primary-dark);
  font-weight: 800;
  text-underline-offset: 0.2em;
}

.project-review-form-card {
  padding: 36px;
  border: 1px solid #d9d3c8;
  border-radius: 24px;
  background: #fbf8f2;
  box-shadow: 0 22px 54px rgba(1, 23, 20, 0.09);
}

.project-review-form {
  display: grid;
  gap: 24px;
}

.form-field {
  display: grid;
  gap: 9px;
}

.form-field label,
.form-label-row label {
  color: var(--color-primary-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.form-label-row > span {
  color: #807b72;
  font-size: 0.75rem;
  font-weight: 700;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border: 1px solid #cfc8bc;
  border-radius: 11px;
  background: #ffffff;
  color: #1f302d;
  font: inherit;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-field input,
.form-field select {
  min-height: 52px;
  padding: 0 15px;
}

.form-field textarea {
  min-height: 180px;
  padding: 14px 15px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #8a918f;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: 0;
  border-color: var(--color-primary);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(18, 59, 52, 0.11);
}

.form-field small {
  color: #6f7775;
  font-size: 0.76rem;
  line-height: 1.55;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.project-review-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 2px;
  border-radius: 12px;
  font-size: 0.98rem;
}

.project-review-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-privacy-note {
  margin: -6px 0 0;
  color: #707977;
  font-size: 0.76rem;
  line-height: 1.55;
  text-align: center;
}

.form-status {
  display: none;
  padding: 15px 17px;
  border-radius: 11px;
  font-size: 0.86rem;
  line-height: 1.55;
}

.form-status strong,
.form-status span {
  display: block;
}

.form-status-success,
.form-status-error {
  display: block;
}

.form-status-success {
  border: 1px solid rgba(18, 59, 52, 0.28);
  background: rgba(18, 59, 52, 0.07);
  color: #123b34;
}

.form-status-error {
  border: 1px solid rgba(128, 72, 54, 0.25);
  background: rgba(128, 72, 54, 0.07);
  color: #633b2f;
}

.form-status a {
  color: inherit;
  font-weight: 800;
}

.contact-next-steps {
  padding: 78px 0 84px;
  border-top: 1px solid var(--color-border);
  background: var(--color-cream);
}

.contact-next-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.contact-next-heading h2 {
  margin: 8px 0 0;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.04;
}

.contact-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-next-grid article {
  padding: 25px;
  border: 1px solid #d8d1c5;
  border-radius: 16px;
  background: #ffffff;
}

.contact-next-grid article > span {
  color: #9c7d45;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.contact-next-grid h3 {
  margin: 13px 0 8px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: 1.4rem;
  line-height: 1.15;
}

.contact-next-grid p {
  margin: 0;
  color: #5a6664;
  font-size: 0.88rem;
  line-height: 1.65;
}

/* Mid-article conversion module */
.article-mid-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin: 58px 0;
  padding: 34px 36px;
  border: 1px solid rgba(199, 168, 107, 0.55);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 168, 107, 0.13), transparent 38%),
    linear-gradient(180deg, #fbf8f2, #f6f0e7);
}

.article-mid-cta-copy > span {
  display: block;
  margin-bottom: 8px;
  color: #8a6b38;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-page .article-mid-cta h2 {
  margin: 0 0 10px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 650;
  line-height: 1.08;
}

.article-page .article-mid-cta p {
  max-width: 650px;
  margin: 0;
  color: #53605e;
  font-size: 0.92rem;
  line-height: 1.68;
}

.article-mid-cta-actions {
  display: grid;
  gap: 12px;
  min-width: 230px;
  text-align: center;
}

.article-page .article-mid-cta-link {
  color: var(--color-primary-dark) !important;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none !important;
}

.article-page .article-mid-cta-link:hover,
.article-page .article-mid-cta-link:focus-visible {
  color: #80622f !important;
}

/* Blog hub V11 */
.blog-hub-v11 {
  background: var(--color-ivory);
}

.blog-hub-hero {
  padding: 78px 0 72px;
  border-bottom: 1px solid var(--color-border);
  background:
    radial-gradient(circle at 92% 4%, rgba(199, 168, 107, 0.14), transparent 31%),
    linear-gradient(180deg, #fbf8f2, #f4efe5);
}

.blog-hub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 72px;
}

.blog-hub-hero h1 {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.blog-hub-hero p {
  margin: 0 0 8px;
  color: #4f5c5a;
  font-size: 1.02rem;
  line-height: 1.75;
}

.blog-featured-section,
.blog-library {
  padding: 78px 0;
  background: #ffffff;
}

.blog-library {
  padding-top: 10px;
  padding-bottom: 92px;
}

.blog-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 28px;
}

.blog-section-heading > div > span {
  display: block;
  margin-bottom: 7px;
  color: #8a6b38;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-section-heading h2 {
  margin: 0;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.03;
}

.blog-section-heading > p {
  max-width: 470px;
  margin: 0;
  color: #606b69;
  font-size: 0.9rem;
  line-height: 1.65;
}

.blog-featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(340px, 0.68fr);
  gap: 22px;
}

.blog-featured-primary,
.blog-featured-secondary,
.blog-compact-card {
  overflow: hidden;
  border: 1px solid #dcd6cb;
  border-radius: 18px;
  background: #ffffff;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.blog-featured-primary:hover,
.blog-featured-secondary:hover,
.blog-compact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 168, 107, 0.88);
  box-shadow: 0 18px 42px rgba(1, 23, 20, 0.09);
}

.blog-featured-media,
.blog-compact-media {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e0d7;
  background: var(--color-cream);
}

.blog-featured-media img,
.blog-compact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-featured-primary .blog-featured-media {
  aspect-ratio: 16 / 8.7;
}

.blog-featured-secondary .blog-featured-media {
  aspect-ratio: 16 / 10.5;
}

.blog-featured-primary:hover img,
.blog-featured-secondary:hover img,
.blog-compact-card:hover img {
  transform: scale(1.025);
}

.blog-featured-body {
  padding: 27px 28px 30px;
}

.blog-featured-secondary .blog-featured-body {
  padding: 23px 24px 26px;
}

.blog-featured-body > span,
.blog-compact-body > span {
  display: block;
  margin-bottom: 9px;
  color: #8a6b38;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-featured-body h2,
.blog-compact-body h3 {
  margin: 0 0 11px;
  font-family: var(--font-display);
  line-height: 1.08;
}

.blog-featured-primary .blog-featured-body h2 {
  font-size: clamp(2rem, 3.2vw, 3.1rem);
}

.blog-featured-secondary .blog-featured-body h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.blog-featured-body h2 a,
.blog-compact-body h3 a {
  color: var(--color-primary-dark);
  text-decoration: none;
}

.blog-featured-body h2 a:hover,
.blog-featured-body h2 a:focus-visible,
.blog-compact-body h3 a:hover,
.blog-compact-body h3 a:focus-visible {
  color: #80622f;
}

.blog-featured-body p,
.blog-compact-body p {
  margin: 0 0 18px;
  color: #626e6c;
  line-height: 1.65;
}

.blog-featured-body p {
  font-size: 0.91rem;
}

.blog-read-link {
  color: #80622f;
  font-size: 0.79rem;
  font-weight: 850;
  text-decoration: none;
}

.blog-read-link:hover,
.blog-read-link:focus-visible {
  color: var(--color-primary-dark);
}

.blog-library-heading {
  padding-top: 66px;
  border-top: 1px solid var(--color-border);
}

.blog-compact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.blog-compact-media {
  aspect-ratio: 16 / 9;
}

.blog-compact-body {
  padding: 20px 21px 23px;
}

.blog-compact-body h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.blog-compact-body p {
  font-size: 0.8rem;
}

@media (max-width: 1040px) {
  .contact-v11-hero-grid,
  .project-review-grid,
  .blog-hub-hero-grid,
  .blog-featured-layout {
    grid-template-columns: 1fr;
  }

  .project-review-intro {
    position: static;
    max-width: 760px;
  }

  .project-review-form-card {
    max-width: 820px;
  }

  .blog-featured-secondary {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  }

  .blog-featured-secondary .blog-featured-media {
    border-right: 1px solid #e5e0d7;
    border-bottom: 0;
    aspect-ratio: auto;
  }

  .blog-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .contact-v11-hero,
  .blog-hub-hero {
    padding: 54px 0 50px;
  }

  .project-review-section,
  .blog-featured-section {
    padding: 58px 0 68px;
  }

  .project-review-form-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .contact-next-grid,
  .blog-compact-grid {
    grid-template-columns: 1fr;
  }

  .article-mid-cta {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 24px;
  }

  .article-mid-cta-actions {
    min-width: 0;
    text-align: left;
  }

  .blog-section-heading {
    display: block;
  }

  .blog-section-heading > p {
    margin-top: 14px;
  }

  .blog-featured-secondary {
    display: block;
  }

  .blog-featured-secondary .blog-featured-media {
    border-right: 0;
    border-bottom: 1px solid #e5e0d7;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 600px) {
  .contact-v11-proof {
    padding: 20px;
  }

  .project-review-form-card {
    padding: 22px 18px;
  }

  .blog-featured-body,
  .blog-featured-secondary .blog-featured-body {
    padding: 21px 20px 24px;
  }

  .blog-compact-body {
    padding: 18px 18px 21px;
  }

  .global-cta .nh-cta-primary {
    min-width: 0;
  }
}


/* ================================================================
   VERSION 11.1 HOTFIX — FORMSPREE, MID-ARTICLE CTA, SERVICES CLEANUP
   ================================================================ */

/* Formspree AJAX messages and field validation */
.project-review-form [data-fs-success],
.project-review-form [data-fs-error] {
  display: none !important;
}

.project-review-form [data-fs-success][data-fs-active],
.project-review-form [data-fs-error][data-fs-active] {
  display: block !important;
}

.project-review-form .form-status {
  margin: 0;
}

.project-review-form .form-field-error {
  margin: -2px 0 0;
  color: #7a4034;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.45;
}

.project-review-form [data-fs-field][aria-invalid="true"] {
  border-color: #8b4a3b;
  box-shadow: 0 0 0 4px rgba(139, 74, 59, 0.10);
}

/* Dark forest mid-article conversion module */
.article-mid-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(199, 168, 107, 0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 168, 107, 0.15), transparent 40%),
    linear-gradient(135deg, #06241f 0%, #123b34 100%);
  box-shadow: 0 20px 44px rgba(1, 23, 20, 0.13);
}

.article-mid-cta::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -86px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(251, 248, 242, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.article-mid-cta-copy,
.article-mid-cta-actions {
  position: relative;
  z-index: 1;
}

.article-mid-cta-copy > span {
  color: #c7a86b;
}

.article-page .article-mid-cta h2 {
  color: #fbf8f2;
}

.article-page .article-mid-cta p {
  color: rgba(251, 248, 242, 0.82);
}

.article-mid-cta-actions {
  min-width: 240px;
}

.article-page .article-mid-cta .article-mid-cta-primary,
.article-page .article-mid-cta .article-mid-cta-secondary {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none !important;
}

.article-page .article-mid-cta .article-mid-cta-primary {
  border: 1px solid #fbf8f2;
  background: #fbf8f2;
  color: #06241f !important;
}

.article-page .article-mid-cta .article-mid-cta-primary:hover,
.article-page .article-mid-cta .article-mid-cta-primary:focus-visible {
  border-color: #f4efe5;
  background: #f4efe5;
  color: #011714 !important;
}

.article-page .article-mid-cta .article-mid-cta-secondary {
  border: 1px solid rgba(199, 168, 107, 0.72);
  background: transparent;
  color: #fbf8f2 !important;
}

.article-page .article-mid-cta .article-mid-cta-secondary:hover,
.article-page .article-mid-cta .article-mid-cta-secondary:focus-visible {
  border-color: #c7a86b;
  background: rgba(199, 168, 107, 0.12);
  color: #ffffff !important;
}

@media (max-width: 780px) {
  .article-mid-cta-actions {
    width: 100%;
  }
}


/* ========================================================================== */
/* MURAT SEO — Version 12                                                    */
/* ========================================================================== */

/* Blog hub: balanced featured cards and sharper, uncropped card graphics. */
.blog-hub-v12 .blog-featured-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.blog-hub-v12 .blog-featured-primary,
.blog-hub-v12 .blog-featured-secondary {
  align-self: start;
  height: auto;
}

.blog-hub-v12 .blog-featured-primary .blog-featured-media,
.blog-hub-v12 .blog-featured-secondary .blog-featured-media,
.blog-hub-v12 .blog-compact-media {
  aspect-ratio: 16 / 9;
  background: #f7f3eb;
}

.blog-hub-v12 .blog-featured-media img,
.blog-hub-v12 .blog-compact-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.blog-hub-v12 .blog-featured-primary .blog-featured-body h2,
.blog-hub-v12 .blog-featured-secondary .blog-featured-body h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.55rem);
}

/* Contact modal */
.contact-modal {
  width: min(900px, calc(100% - 32px));
  max-height: min(90vh, 900px);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(199, 168, 107, 0.58);
  border-radius: 20px;
  background: #fbf8f2;
  color: var(--color-text);
  box-shadow: 0 30px 90px rgba(1, 23, 20, 0.28);
}

.contact-modal::backdrop {
  background: rgba(1, 23, 20, 0.72);
  backdrop-filter: blur(3px);
}

.contact-modal-shell {
  position: relative;
  padding: 34px;
}

.contact-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d6d0c4;
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-primary-dark);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.contact-modal-close:hover,
.contact-modal-close:focus-visible {
  border-color: var(--color-accent);
}

.contact-modal-intro {
  max-width: 680px;
  padding-right: 58px;
  margin-bottom: 26px;
}

.contact-modal-intro h2 {
  margin: 8px 0 10px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  line-height: 1.03;
}

.contact-modal-intro p {
  margin: 0;
  color: #52605d;
  line-height: 1.65;
}

.contact-modal-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-modal-wide {
  grid-column: 1 / -1;
}

.contact-modal-submit-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
}

.contact-modal-submit-row .form-privacy-note {
  margin: 0;
  color: #66716f;
  font-size: 0.78rem;
  line-height: 1.5;
}

.form-optional {
  color: #7f8987;
  font-size: 0.75rem;
  font-weight: 600;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  margin-top: 16px;
}

.form-status.is-success,
.form-status.is-error {
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 700;
}

.form-status.is-success {
  border: 1px solid rgba(18, 59, 52, 0.35);
  background: #edf5f1;
  color: #123b34;
}

.form-status.is-error {
  border: 1px solid rgba(126, 63, 35, 0.35);
  background: #f8efea;
  color: #6c351f;
}

body.contact-modal-open {
  overflow: hidden;
}

/* Services V12 */
.services-page-v12 {
  background: var(--color-cream);
}

.services-v12-hero {
  padding: 88px 0 78px;
  background: #011714;
  color: #fbf8f2;
}

.services-v12-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  align-items: center;
  gap: 70px;
}

.services-v12-hero .eyebrow,
.services-v12-results .eyebrow,
.services-v12-specialist .eyebrow {
  color: #c7a86b;
}

.services-v12-hero h1 {
  max-width: 760px;
  margin: 14px 0 22px;
  color: #fbf8f2;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.1vw, 3.4rem);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.services-v12-hero p {
  max-width: 700px;
  margin: 0 0 14px;
  color: #e7e4db;
  font-size: 1.08rem;
  line-height: 1.68;
}

.services-v12-hero-note {
  color: #bfc9c6 !important;
  font-size: 0.95rem !important;
}

.services-v12-actions,
.case-v12-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button-light {
  border-color: #fbf8f2;
  background: #fbf8f2;
  color: #06241f;
}

.button-light:hover,
.button-light:focus-visible {
  border-color: #c7a86b;
  background: #f4efe5;
  color: #011714;
}

.button-outline-light {
  border: 1px solid rgba(251, 248, 242, 0.62);
  background: transparent;
  color: #fbf8f2;
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
  border-color: #c7a86b;
  background: rgba(255, 255, 255, 0.06);
  color: #fbf8f2;
}

.services-v12-process-visual {
  padding: 26px;
  border: 1px solid rgba(199, 168, 107, 0.38);
  border-radius: 18px;
  background: rgba(18, 59, 52, 0.55);
}

.services-v12-process-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 14px;
  align-items: center;
}

.services-v12-process-step span {
  grid-row: 1 / 3;
  color: #c7a86b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.services-v12-process-step strong {
  color: #fbf8f2;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.services-v12-process-step small {
  color: #bfc9c6;
}

.services-v12-process-line {
  width: 1px;
  height: 22px;
  margin: 7px 0 7px 19px;
  background: rgba(199, 168, 107, 0.45);
}

.services-v12-proof-strip {
  border-bottom: 1px solid #d8d2c7;
  background: #fbf8f2;
}

.services-v12-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-v12-proof-grid span {
  padding: 22px 16px;
  border-right: 1px solid #ded8cd;
  color: #123b34;
  font-size: 0.8rem;
  font-weight: 800;
  text-align: center;
}

.services-v12-proof-grid span:last-child {
  border-right: 0;
}

.services-v12-grid-section {
  padding: 10px 0 104px;
}

.services-v12-process,
.services-v12-faq {
  padding: 104px 0;
}

.services-v12-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.services-v12-section-head h2 {
  margin: 10px 0 14px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4vw, 3.7rem);
  line-height: 1.05;
}

.services-v12-section-head p {
  color: #5f6c69;
  font-size: 1.02rem;
  line-height: 1.7;
}

.services-v12-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.services-v12-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 32px;
  border: 1px solid #d8d1c5;
  border-radius: 18px;
  background: #fbf8f2;
  box-shadow: 0 12px 32px rgba(1, 23, 20, 0.05);
}

.services-v12-card:hover {
  border-color: #123b34;
}

.services-v12-number {
  color: #9a7b45;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.services-v12-card h3 {
  margin: 12px 0 8px;
  color: #06241f;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.7vw, 2.35rem);
  line-height: 1.08;
}

.services-v12-card h4 {
  margin: 0 0 14px;
  color: #172725;
  font-size: 0.98rem;
  line-height: 1.45;
}

.services-v12-card p,
.services-v12-card li {
  color: #56625f;
  font-size: 0.91rem;
  line-height: 1.63;
}

.services-v12-card ul {
  margin: 8px 0 22px;
  padding-left: 20px;
}

.services-v12-card-link {
  margin-top: auto;
  color: #80622f;
  font-weight: 800;
  text-decoration: none;
}

.services-v12-card-link:hover,
.services-v12-card-link:focus-visible {
  color: #06241f;
}

.services-v12-card-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 42px;
  border-color: rgba(199, 168, 107, 0.5);
  background: #06241f;
}

.services-v12-card-featured h3,
.services-v12-card-featured h4,
.services-v12-card-featured .services-v12-card-link {
  color: #fbf8f2;
}

.services-v12-card-featured p,
.services-v12-card-featured li {
  color: #cbd4d1;
}

.services-v12-results {
  padding: 96px 0;
  background: #123b34;
}

.services-v12-section-head-light h2 {
  color: #fbf8f2;
}

.services-v12-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.services-v12-result-grid article {
  padding: 28px;
  border: 1px solid rgba(199, 168, 107, 0.32);
  border-radius: 16px;
  background: rgba(1, 23, 20, 0.34);
}

.services-v12-result-grid strong {
  display: block;
  color: #c7a86b;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 4rem);
  line-height: 1;
}

.services-v12-result-grid h3 {
  margin: 12px 0 8px;
  color: #fbf8f2;
  font-family: var(--font-display);
  font-size: 1.65rem;
}

.services-v12-result-grid p {
  color: #cbd4d1;
  line-height: 1.6;
}

.services-v12-result-grid a {
  color: #f4efe5;
  font-weight: 800;
}

.services-v12-results-button {
  margin-top: 28px;
}

.services-v12-process {
  background: #fbf8f2;
}

.services-v12-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.services-v12-process-grid article {
  position: relative;
  padding: 8px 24px 8px 0;
  border-top: 1px solid #c7a86b;
}

.services-v12-process-grid article:not(:last-child) {
  margin-right: 24px;
}

.services-v12-process-grid span {
  display: inline-block;
  transform: translateY(-50%);
  padding-right: 10px;
  background: #fbf8f2;
  color: #9a7b45;
  font-weight: 850;
}

.services-v12-process-grid h3 {
  margin: 0 0 8px;
  color: #06241f;
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.services-v12-process-grid p {
  color: #596663;
  line-height: 1.62;
}

.services-v12-specialist {
  padding: 96px 0;
  background: #011714;
}

.services-v12-specialist-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 72px;
  align-items: center;
}

.services-v12-specialist h2 {
  margin: 12px 0 18px;
  color: #fbf8f2;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.65rem);
  line-height: 1.06;
}

.services-v12-specialist p {
  color: #cbd4d1;
  line-height: 1.7;
}

.services-v12-benefits {
  display: grid;
  gap: 14px;
}

.services-v12-benefits article {
  padding: 20px;
  border-left: 2px solid #c7a86b;
  background: rgba(18, 59, 52, 0.58);
}

.services-v12-benefits h3 {
  margin: 0 0 6px;
  color: #fbf8f2;
}

.services-v12-faq {
  background: #f4efe5;
}

.services-v12-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 70px;
}

.services-v12-faq h2 {
  margin: 10px 0 0;
  color: #06241f;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.services-v12-accordion details {
  border-top: 1px solid #d4cec2;
}

.services-v12-accordion details:last-child {
  border-bottom: 1px solid #d4cec2;
}

.services-v12-accordion summary {
  padding: 20px 42px 20px 0;
  color: #06241f;
  font-weight: 800;
  cursor: pointer;
}

.services-v12-accordion p {
  padding: 0 0 20px;
  color: #596663;
  line-height: 1.65;
}

/* Case studies V12 */
.case-studies-page-v12 {
  background: #f4efe5;
}

.case-v12-hero {
  padding: 82px 0 78px;
  border-bottom: 1px solid #d8d2c7;
  background: #f4efe5;
}

.case-v12-hero-inner {
  max-width: 860px;
}

.case-v12-hero h1 {
  margin: 12px 0 18px;
  color: #06241f;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.case-v12-hero p {
  max-width: 760px;
  color: #53605d;
  font-size: 1.08rem;
  line-height: 1.7;
}

.case-v12-metrics {
  border-bottom: 1px solid #ddd7cc;
  background: #fbf8f2;
}

.case-v12-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-v12-metrics article {
  padding: 28px 22px;
  border-right: 1px solid #ddd7cc;
}

.case-v12-metrics article:last-child {
  border-right: 0;
}

.case-v12-metrics article > span {
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 14px;
  background: #c7a86b;
}

.case-v12-metrics strong {
  display: block;
  color: #06241f;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 1;
}

.case-v12-metrics p {
  margin: 8px 0 0;
  color: #596663;
  font-size: 0.86rem;
  line-height: 1.5;
}

.case-v12-featured,
.case-v12-more,
.case-v12-method {
  padding: 104px 0;
}

.case-v12-more {
  background: #fbf8f2;
}

.case-v12-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.case-v12-section-head h2 {
  margin: 10px 0 14px;
  color: #06241f;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  line-height: 1.06;
}

.case-v12-section-head p {
  color: #5b6764;
  line-height: 1.7;
}

.case-v12-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.case-v12-feature-card,
.case-v12-compact-card {
  overflow: hidden;
  border: 1px solid #d8d1c5;
  border-radius: 18px;
  background: #fbf8f2;
  box-shadow: 0 12px 32px rgba(1, 23, 20, 0.055);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.case-v12-feature-card:hover,
.case-v12-compact-card:hover {
  transform: translateY(-4px);
  border-color: #123b34;
  box-shadow: 0 18px 42px rgba(1, 23, 20, 0.09);
}

.case-v12-image,
.case-v12-compact-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid #ddd7cc;
  background: #fbf8f2;
}

.case-v12-image img,
.case-v12-compact-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.28s ease;
}

.case-v12-feature-card:hover img,
.case-v12-compact-card:hover img {
  transform: scale(1.015);
}

.case-v12-card-body {
  padding: 30px 32px 34px;
}

.case-v12-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}

.case-v12-tags span {
  padding: 6px 9px;
  border: 1px solid #ddd2bf;
  border-radius: 999px;
  background: #f4efe5;
  color: #123b34;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.case-v12-card-body h3,
.case-v12-compact-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  line-height: 1.08;
}

.case-v12-card-body h3 {
  font-size: clamp(1.9rem, 3vw, 2.55rem);
}

.case-v12-card-body h3 a,
.case-v12-compact-card h3 a {
  color: #06241f;
  text-decoration: none;
}

.case-v12-card-body p,
.case-v12-compact-card p {
  color: #596663;
  line-height: 1.62;
}

.case-v12-highlight {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 20px 0;
  padding-top: 18px;
  border-top: 1px solid #e0dad0;
}

.case-v12-highlight strong {
  color: #06241f;
  font-family: var(--font-display);
  font-size: 2.15rem;
}

.case-v12-highlight span {
  color: #6a7572;
  font-size: 0.78rem;
}

.case-v12-link {
  color: #80622f;
  font-weight: 850;
  text-decoration: none;
}

.case-v12-link:hover,
.case-v12-link:focus-visible {
  color: #06241f;
}

.case-v12-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.case-v12-compact-card > div {
  padding: 24px;
}

.case-v12-compact-card h3 {
  font-size: 1.62rem;
}

.case-v12-compact-card p {
  font-size: 0.88rem;
}

.case-v12-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-v12-method-grid article {
  padding: 18px 24px 0 0;
  border-top: 1px solid #c7a86b;
}

.case-v12-method-grid article:not(:last-child) {
  margin-right: 24px;
}

.case-v12-method-grid span {
  display: inline-block;
  transform: translateY(-60%);
  padding-right: 10px;
  background: #f4efe5;
  color: #9a7b45;
  font-weight: 850;
}

.case-v12-method-grid h3 {
  margin: 0 0 8px;
  color: #06241f;
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.case-v12-method-grid p {
  color: #596663;
  line-height: 1.6;
}

.case-v12-specialist {
  padding: 96px 0;
  background: #123b34;
}

.case-v12-specialist-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 72px;
  align-items: center;
}

.case-v12-specialist .eyebrow {
  color: #c7a86b;
}

.case-v12-specialist h2 {
  margin: 12px 0 18px;
  color: #fbf8f2;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4vw, 3.6rem);
  line-height: 1.06;
}

.case-v12-specialist p {
  color: #d0d8d5;
  line-height: 1.7;
}

.case-v12-specialist-benefits {
  display: grid;
  gap: 14px;
}

.case-v12-specialist-benefits article {
  padding: 20px;
  border-left: 2px solid #c7a86b;
  background: rgba(1, 23, 20, 0.34);
}

.case-v12-specialist-benefits h3 {
  margin: 0 0 6px;
  color: #fbf8f2;
}

.case-v12-specialist-benefits p {
  margin: 0;
}

.case-v12-final-cta {
  padding: 92px 0;
  background: #011714;
  color: #fbf8f2;
  text-align: center;
}

.case-v12-final-cta .container {
  max-width: 820px;
}

.case-v12-final-cta .eyebrow {
  color: #c7a86b;
}

.case-v12-final-cta h2 {
  margin: 12px 0 14px;
  color: #fbf8f2;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.04;
}

.case-v12-final-cta p {
  color: #cbd4d1;
  font-size: 1.05rem;
  line-height: 1.7;
}

.case-v12-final-cta > .container > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 18px;
}

.case-v12-final-cta small {
  color: #9eaaa6;
}

/* Case-study detail hero image consistency. */
.case-study-page .case-hero img,
.case-study-hero img,
.case-hero img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}

@media (max-width: 1040px) {
  .services-v12-hero-grid,
  .services-v12-specialist-grid,
  .case-v12-specialist-grid,
  .services-v12-faq-grid {
    grid-template-columns: 1fr;
  }

  .services-v12-grid,
  .case-v12-featured-grid,
  .case-v12-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-v12-result-grid,
  .services-v12-process-grid,
  .case-v12-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .services-v12-process-grid article,
  .case-v12-method-grid article {
    margin-right: 0 !important;
  }

  .blog-hub-v12 .blog-featured-layout {
    grid-template-columns: 1fr;
  }

  .blog-hub-v12 .blog-featured-secondary {
    display: block;
  }
}

@media (max-width: 720px) {
  .contact-modal {
    width: calc(100% - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 14px;
  }

  .contact-modal-shell {
    padding: 24px 18px 22px;
  }

  .contact-modal-fields,
  .services-v12-grid,
  .case-v12-featured-grid,
  .case-v12-more-grid,
  .services-v12-result-grid,
  .services-v12-process-grid,
  .case-v12-method-grid {
    grid-template-columns: 1fr;
  }

  .contact-modal-submit-row,
  .services-v12-actions,
  .case-v12-hero-actions,
  .case-v12-final-cta > .container > div {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-modal-submit-row .button,
  .services-v12-actions .button,
  .case-v12-hero-actions .button,
  .case-v12-final-cta .button {
    width: 100%;
  }

  .services-v12-hero,
  .case-v12-hero {
    padding: 66px 0 60px;
  }

  .services-v12-hero h1,
  .case-v12-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.25rem);
  }

  .services-v12-proof-grid,
  .case-v12-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-v12-proof-grid span:nth-child(2),
  .case-v12-metrics article:nth-child(2) {
    border-right: 0;
  }

  .services-v12-proof-grid span:nth-child(-n+2),
  .case-v12-metrics article:nth-child(-n+2) {
    border-bottom: 1px solid #ddd7cc;
  }

  .services-v12-card-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .services-v12-grid-section,
  .services-v12-process,
  .services-v12-faq,
  .case-v12-featured,
  .case-v12-more,
  .case-v12-method,
  .services-v12-results,
  .services-v12-specialist,
  .case-v12-specialist,
  .case-v12-final-cta {
    padding: 72px 0;
  }

  .services-v12-card,
  .case-v12-card-body {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-v12-feature-card,
  .case-v12-compact-card,
  .case-v12-image img,
  .case-v12-compact-image img,
  .blog-hub-v12 img {
    transition: none !important;
  }
}
/* ================================================================
   V12 HOTFIX — SERVICES PAGE FINAL CTA
   ================================================================ */

.services-page-v12 .services-v12-final-cta .nh-cta-card-cream {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.services-page-v12 .services-v12-final-cta .nh-cta-copy {
  max-width: 700px;
}

.services-page-v12 .services-v12-final-cta .eyebrow {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0 0 14px;
  color: #9c7d45;
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.services-page-v12 .services-v12-final-cta .eyebrow::before {
  flex: 0 0 28px;
  width: 28px;
  height: 2px;
  background: currentColor;
}

.services-page-v12 .services-v12-final-cta h2 {
  max-width: 650px;
  margin: 0 0 16px;
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.services-page-v12 .services-v12-final-cta p {
  max-width: 62ch;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.services-page-v12 .services-v12-final-cta .nh-cta-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .services-page-v12 .services-v12-final-cta .nh-cta-card-cream {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 30px;
  }

  .services-page-v12 .services-v12-final-cta .nh-cta-actions {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .services-page-v12 .services-v12-final-cta .eyebrow {
    white-space: normal;
  }

  .services-page-v12 .services-v12-final-cta .nh-cta-actions,
  .services-page-v12 .services-v12-final-cta .button {
    width: 100%;
  }
}

/* ================================================================
   VERSION 13 — HOMEPAGE POSITIONING, EXPLAINERS & NEW GUIDES
   ================================================================ */

.new-home .nh-hero-copy h1 {
  max-width: 760px;
}

.new-home .nh-hero-copy p {
  max-width: 720px;
}

.new-home .nh-service-strip-item {
  min-height: 166px;
  padding: 24px 18px 26px;
}

.new-home .nh-service-strip-item h3 {
  font-size: 0.94rem;
  line-height: 1.38;
}

.new-home .nh-service-strip-item p {
  font-size: 0.77rem;
}

.nh-explainers {
  padding: 96px 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(199, 168, 107, 0.10), transparent 30%),
    #f4efe5;
}

.nh-explainer-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.nh-explainer-heading .eyebrow {
  color: #8a6b38;
}

.nh-explainer-heading h2 {
  margin: 8px 0 14px;
  color: #06241f;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.nh-explainer-heading p {
  max-width: 680px;
  margin: 0;
  color: #586461;
  font-size: 1rem;
  line-height: 1.7;
}

.nh-explainer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.nh-explainer-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid #d8d0c2;
  border-radius: 18px;
  background: #fbf8f2;
}

.nh-explainer-card > span {
  margin-bottom: 18px;
  color: #8a6b38;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nh-explainer-card h3 {
  margin: 0 0 18px;
  color: #06241f;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  line-height: 1.1;
  text-wrap: balance;
}

.nh-explainer-card p {
  margin: 0 0 28px;
  color: #465451;
  font-size: 1rem;
  line-height: 1.72;
}

.nh-explainer-card a {
  margin-top: auto;
  color: #80622f;
  font-weight: 850;
  text-decoration: none;
}

.nh-explainer-card a:hover,
.nh-explainer-card a:focus-visible {
  color: #06241f;
}

.nh-explainer-card-dark {
  border-color: rgba(199, 168, 107, 0.42);
  background: #06241f;
}

.nh-explainer-card-dark > span,
.nh-explainer-card-dark a {
  color: #d8b975;
}

.nh-explainer-card-dark h3 {
  color: #fbf8f2;
}

.nh-explainer-card-dark p {
  color: rgba(251, 248, 242, 0.78);
}

.nh-explainer-card-dark a:hover,
.nh-explainer-card-dark a:focus-visible {
  color: #ffffff;
}

.new-home .nh-about h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.1;
}

.article-page .article-hero-image.article-hero-image-contain {
  aspect-ratio: auto;
  max-height: none;
  object-fit: contain;
  background: #ffffff;
}

.article-page-long-title .article-page-hero h1 {
  font-size: clamp(2.45rem, 4.5vw, 4.15rem);
}

@media (max-width: 900px) {
  .nh-explainers {
    padding: 72px 0;
  }

  .nh-explainer-grid {
    grid-template-columns: 1fr;
  }

  .nh-explainer-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .nh-explainers {
    padding: 58px 0;
  }

  .nh-explainer-card {
    padding: 26px 22px;
  }
}


/* ================================================================
   V14 — HEADER CTA ROUTING & POPUP CONTACT SUPPORT
   ================================================================ */

.mobile-header-cta {
  display: none;
}

.contact-modal-full-page {
  margin: 12px 0 0;
  color: var(--color-text-muted, #5f6966);
  font-size: 0.88rem;
  line-height: 1.5;
}

.contact-modal-full-page a {
  color: var(--color-primary-dark, #06241f);
  font-weight: 800;
  text-underline-offset: 3px;
}

.contact-modal-full-page a:hover {
  color: #9c7d45;
}

@media (max-width: 760px) {
  .header-inner {
    gap: 10px;
  }

  .brand-lockup {
    flex: 0 1 auto;
    min-width: 0;
    margin-right: auto;
  }

  .mobile-header-cta {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #06241f;
    color: #fbf8f2;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, background-color 0.2s ease;
  }

  .mobile-header-cta:hover,
  .mobile-header-cta:focus-visible {
    background: #123b34;
    color: #fbf8f2;
    transform: translateY(-1px);
  }

  .nav-toggle {
    flex: 0 0 auto;
  }
}

@media (max-width: 390px) {
  .header-inner {
    gap: 7px;
  }

  .brand-main {
    font-size: 0.96rem;
    letter-spacing: 0.12em;
  }

  .brand-seo {
    font-size: 1.04rem;
  }

  .mobile-header-cta {
    min-height: 40px;
    padding-inline: 11px;
    font-size: 0.74rem;
  }

  .nav-toggle {
    padding-inline: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-header-cta {
    transition: none;
  }
}


/* ================================================================
   V15 — ABOUT PAGE
   ================================================================ */

.about-page-v15 {
  background: var(--color-ivory);
}

.about-v15-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 82px;
  color: var(--color-ivory);
  background:
    radial-gradient(circle at 88% 12%, rgba(199, 168, 107, 0.14), transparent 31%),
    linear-gradient(128deg, #011714 0%, #06241f 62%, #123b34 100%);
}

.about-v15-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.52;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
}

.about-v15-hero::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(199, 168, 107, 0.24);
  border-radius: 50%;
  pointer-events: none;
}

.about-v15-hero .container {
  position: relative;
  z-index: 1;
}

.about-v15-hero .breadcrumbs {
  margin-bottom: 30px;
  color: rgba(251, 248, 242, 0.72);
}

.about-v15-hero .breadcrumbs a {
  color: #d8bd82;
}

.about-v15-hero .eyebrow {
  margin-bottom: 18px;
  color: #d8bd82;
}

.about-v15-hero h1 {
  max-width: 1000px;
  color: #ffffff;
  font-size: clamp(2.9rem, 5.35vw, 5.15rem);
  line-height: 1;
  letter-spacing: -0.032em;
  text-wrap: balance;
}

.about-v15-hero-copy {
  max-width: 900px;
  margin-top: 28px;
}

.about-v15-hero-copy p {
  margin: 0 0 16px;
  color: rgba(251, 248, 242, 0.84);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.about-v15-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.about-v15-hero .button-primary {
  background: var(--color-cream);
  color: var(--color-primary-dark);
}

.about-v15-hero .button-primary:hover,
.about-v15-hero .button-primary:focus-visible {
  background: #ffffff;
  color: var(--color-primary-deep);
}

.about-v15-profile-link {
  color: #f4efe5;
  font-weight: 800;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.about-v15-profile-link:hover,
.about-v15-profile-link:focus-visible {
  color: #d8bd82;
}

.about-v15-note {
  display: block;
  margin-top: 15px;
  color: rgba(251, 248, 242, 0.65);
  font-size: 0.84rem;
}

.about-v15-section {
  padding: 96px 0;
}

.about-v15-section-soft {
  background: var(--color-cream);
}

.about-v15-profile-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(46px, 7vw, 88px);
}

.about-v15-portrait {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(199, 168, 107, 0.48);
  border-radius: 24px;
  background: #f4efe5;
  box-shadow: 0 22px 55px rgba(1, 23, 20, 0.13);
}

.about-v15-portrait img {
  width: 100%;
  aspect-ratio: 1100 / 1168;
  object-fit: cover;
  object-position: center 14%;
  border-radius: 17px;
}

.about-v15-copy .kicker,
.about-v15-section-heading .kicker {
  display: inline-block;
  margin-bottom: 12px;
}

.about-v15-copy h2,
.about-v15-section-heading h2,
.about-v15-case-callout h2 {
  color: var(--color-primary-dark);
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.4vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.about-v15-copy h2 {
  margin-bottom: 24px;
}

.about-v15-copy p {
  margin: 0 0 17px;
  color: #465451;
  font-size: 1rem;
  line-height: 1.78;
}

.about-v15-proof {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: #ffffff;
}

.about-v15-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-v15-proof-item {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
  text-align: center;
  color: var(--color-primary-dark);
  font-weight: 800;
  line-height: 1.35;
}

.about-v15-proof-item + .about-v15-proof-item {
  border-left: 1px solid var(--color-border);
}

.about-v15-proof-item span {
  display: block;
  color: #9c7d45;
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1;
}

.about-v15-section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.about-v15-section-heading p {
  max-width: 700px;
  margin: 16px 0 0;
  color: var(--color-text-muted);
  font-size: 1.03rem;
}

.about-v15-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.about-v15-process-card {
  position: relative;
  min-height: 280px;
  padding: 30px 26px;
  border: 1px solid #d7cdbc;
  border-radius: 18px;
  background: var(--color-ivory);
}

.about-v15-process-card::before {
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border: 1px solid rgba(199, 168, 107, 0.65);
  border-radius: 50%;
  color: #8a6b38;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.about-v15-process-card h3 {
  margin: 0 0 13px;
  color: var(--color-primary-dark);
  font-size: 1.13rem;
}

.about-v15-process-card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

.about-v15-profile-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-v15-profile-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(1, 23, 20, 0.06);
}

.about-v15-profile-icon {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  border: 1px solid rgba(199, 168, 107, 0.66);
  border-radius: 14px;
  color: var(--color-primary-dark);
  background: var(--color-cream);
}

.about-v15-profile-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-v15-profile-card h3 {
  margin: 0 0 14px;
  color: var(--color-primary-dark);
  font-size: 1.18rem;
}

.about-v15-profile-card p {
  margin: 0 0 24px;
  color: var(--color-text-muted);
  line-height: 1.68;
}

.about-v15-profile-card a {
  margin-top: auto;
  color: #80622f;
  font-weight: 850;
  text-decoration: none;
}

.about-v15-profile-card a:hover,
.about-v15-profile-card a:focus-visible {
  color: var(--color-primary-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-v15-case-section {
  padding: 0 0 96px;
  background: var(--color-ivory);
}

.about-v15-case-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(199, 168, 107, 0.38);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 15%, rgba(199, 168, 107, 0.13), transparent 30%),
    var(--color-primary-dark);
}

.about-v15-case-callout h2 {
  color: #ffffff;
  font-size: clamp(2.15rem, 4vw, 3.3rem);
}

.about-v15-case-callout p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(251, 248, 242, 0.78);
  line-height: 1.72;
}

.about-v15-case-callout .button {
  flex: 0 0 auto;
  background: var(--color-cream);
  color: var(--color-primary-dark);
}

.about-v15-case-callout .button:hover,
.about-v15-case-callout .button:focus-visible {
  background: #ffffff;
}

@media (max-width: 980px) {
  .about-v15-profile-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
  }

  .about-v15-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-v15-profile-cards {
    grid-template-columns: 1fr;
  }

  .about-v15-profile-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .about-v15-hero {
    padding: 34px 0 62px;
  }

  .about-v15-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.85rem);
    line-height: 1.02;
  }

  .about-v15-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-v15-section {
    padding: 68px 0;
  }

  .about-v15-profile-grid {
    grid-template-columns: 1fr;
  }

  .about-v15-portrait {
    width: min(100%, 500px);
    margin-inline: auto;
  }

  .about-v15-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-v15-proof-item:nth-child(3) {
    border-left: 0;
  }

  .about-v15-proof-item:nth-child(n + 3) {
    border-top: 1px solid var(--color-border);
  }

  .about-v15-case-callout {
    grid-template-columns: 1fr;
  }

  .about-v15-case-callout .button {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .about-v15-hero h1 {
    max-width: 18ch;
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  .about-v15-hero .button,
  .about-v15-case-callout .button {
    width: 100%;
  }

  .about-v15-proof-grid,
  .about-v15-process-grid {
    grid-template-columns: 1fr;
  }

  .about-v15-proof-item + .about-v15-proof-item {
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }

  .about-v15-process-card {
    min-height: auto;
  }
}


/* ==========================================================================
   V16 — Professional platform logos
   ========================================================================== */

.platform-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.platform-logo-linkedin {
  -webkit-mask-image: url("/assets/images/icons/linkedin-logo.png");
  mask-image: url("/assets/images/icons/linkedin-logo.png");
}

.platform-logo-upwork {
  -webkit-mask-image: url("/assets/images/icons/upwork-logo.png");
  mask-image: url("/assets/images/icons/upwork-logo.png");
}

.platform-logo-github {
  -webkit-mask-image: url("/assets/images/icons/github-logo.png");
  mask-image: url("/assets/images/icons/github-logo.png");
}

.about-v15-profile-icon .platform-logo {
  width: 25px;
  height: 25px;
}

.footer-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-platform-icon {
  width: 18px;
  height: 18px;
  color: currentColor;
  opacity: 0.95;
}

.footer-profile-link:hover .footer-platform-icon,
.footer-profile-link:focus-visible .footer-platform-icon {
  opacity: 1;
}
