:root {
  --bg: #111713;
  --bg-strong: #1a231d;
  --surface: rgba(22, 31, 26, 0.88);
  --surface-strong: #202b24;
  --ink: #eef3ec;
  --muted: #a5b3ab;
  --line: rgba(226, 235, 229, 0.12);
  --brand: #335c2d;
  --brand-strong: #203f1b;
  --accent: #c9964d;
  --accent-soft: rgba(201, 150, 77, 0.18);
  --shadow: 0 22px 60px rgba(4, 8, 6, 0.28);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1180px;
  --header-height: 84px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  background: #101612;
}

body {
  margin: 0;
  min-width: 100%;
  min-height: 100vh;
  font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(201, 150, 77, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(51, 92, 45, 0.12), transparent 28%),
    linear-gradient(180deg, #101612 0%, #121a15 34%, #161f19 100%);
  overflow-x: clip;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #edf3ed;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(24px) saturate(135%);
  background:
    linear-gradient(180deg, rgba(227, 235, 229, 0.14), rgba(86, 112, 94, 0.12)),
    linear-gradient(135deg, rgba(71, 104, 79, 0.14), rgba(201, 150, 77, 0.08)),
    rgba(233, 240, 235, 0.08);
  border-bottom: 1px solid rgba(236, 242, 238, 0.2);
  box-shadow: 0 10px 28px rgba(5, 10, 7, 0.1);
}

.nav-shell,
.hero,
.section-shell,
.footer-shell,
.blog-shell,
.article-shell {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 1rem 0;
  gap: 1rem;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
}

.brand img {
  width: 62px;
  height: 52px;
  object-fit: contain;
  border-radius: 14px;
  background: transparent;
  padding: 0;
  box-shadow: none;
  filter: drop-shadow(0 4px 12px rgba(4, 8, 6, 0.18));
}

.brand-copy span {
  display: block;
}

.brand-copy span:first-child {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(238, 243, 236, 0.82);
}

.brand-copy span:last-child {
  font-size: 0.92rem;
  line-height: 1.15;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.96rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.menu-toggle {
  display: none;
}

.menu-toggle__bars {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.menu-toggle__bars span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #eef3ec;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button,
.button-secondary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  box-shadow: 0 16px 30px rgba(32, 63, 27, 0.2);
}

.button-secondary {
  color: #eef3ec;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.button-ghost {
  color: #eef3ec;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.button:hover,
.button-secondary:hover,
.button-ghost:hover {
  transform: translateY(-2px);
}

.hero {
  width: 100%;
  margin: 0;
  padding: 0 0 3rem;
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.hero-copy h1,
.hero-glass-card h1,
.section-heading h2,
.article-hero h1 {
  margin: 0.8rem 0 1rem;
  font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  max-width: 10ch;
}

.hero-glass-card h1 {
  font-size: clamp(2.65rem, 5.8vw, 5.3rem);
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 520;
}

.hero-copy p {
  max-width: 62ch;
  font-size: 1.05rem;
}

.hero-glass-card p {
  max-width: 46rem;
  margin: 0 auto;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-copy-lead {
  display: inline;
}

.hero-actions,
.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}

.mini-stat,
.service-card,
.proof-card,
.blog-card,
.faq-item,
.contact-card,
.article-card,
.area-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  border-radius: var(--radius-lg);
}

.mini-stat {
  padding: 1rem;
}

.mini-stat strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}

.hero-media {
  position: relative;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  min-height: 560px;
  background: #24351f;
  box-shadow: 0 40px 70px rgba(24, 32, 19, 0.24);
}

.hero-panel-full {
  min-height: calc(100svh - var(--header-height) + 10rem);
  border-radius: 0;
  box-shadow: none;
}

.hero-panel video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(24, 32, 19, 0.08), rgba(24, 32, 19, 0.72));
  color: #fff;
}

.hero-overlay-centered {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: calc(var(--header-height) + 2.5rem) 1.75rem 3rem;
  gap: 1.5rem;
  background: linear-gradient(180deg, rgba(24, 32, 19, 0.18), rgba(24, 32, 19, 0.54));
}

.hero-overlay-centered .contact-chip {
  align-self: center;
}

.contact-chip {
  align-self: flex-start;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  font-size: 0.92rem;
}

.hero-note {
  max-width: 24rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.hero-glass-card {
  width: min(1120px, calc(100% - 2rem));
  padding: 2rem 2rem 2.1rem;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 30px 80px rgba(14, 20, 11, 0.26);
  backdrop-filter: blur(20px);
}

.hero-glass-card .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #f5f1e8;
}

.hero-actions-centered {
  justify-content: center;
}

.hero-highlights-overlay {
  width: min(940px, 100%);
  margin-top: 0;
}

.hero-highlights-overlay .mini-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
}

.hero-highlights-overlay .mini-stat strong,
.hero-highlights-overlay .mini-stat span {
  color: #fff;
}

.hero-note strong,
.service-card h3,
.proof-card h3,
.blog-card h3,
.article-card h3,
.area-card h3 {
  display: block;
  margin-bottom: 0.45rem;
  color: #f3f6f2;
}

.section {
  padding: 2rem 0 4rem;
}

.section-shell {
  display: grid;
  gap: 1.6rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  max-width: 11ch;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.section-heading p {
  max-width: 54ch;
}

.section-heading-centered {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-heading-centered p {
  max-width: 48rem;
}

.section-heading-wide h2 {
  max-width: 18ch;
}

.section-heading-wide p {
  max-width: 56rem;
}

.section-heading-compact h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  max-width: none;
}

.service-grid,
.proof-grid,
.blog-grid,
.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card,
.proof-card,
.blog-card,
.area-card {
  overflow: hidden;
}

.service-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(24, 34, 28, 0.94), rgba(17, 24, 20, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
  opacity: 0.9;
}

.card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #293f22;
}

.card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 32, 19, 0.1), rgba(24, 32, 19, 0.55));
}

.card-body,
.proof-body,
.blog-body,
.area-body {
  padding: 1.35rem;
}

.service-card .card-body {
  display: grid;
  gap: 0.55rem;
}

.service-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #edf3ed;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-card.featured {
  transform: translateY(-18px);
  box-shadow: 0 28px 70px rgba(27, 35, 20, 0.16);
}

.inline-service-image {
  margin: 0.9rem 0 1rem;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(34, 42, 25, 0.12);
}

.inline-service-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-list,
.check-list,
.article-list {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.service-list li,
.check-list li,
.article-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--muted);
}

.service-list li::before,
.check-list li::before,
.article-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--accent);
}

.band {
  padding: 4rem 0;
}

.band-shell {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(32, 63, 27, 0.96), rgba(20, 27, 18, 0.96)),
    #1f291a;
  color: #f7f3eb;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  box-shadow: 0 40px 70px rgba(24, 32, 19, 0.24);
}

.band-shell p,
.band-shell li {
  color: rgba(247, 243, 235, 0.82);
}

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

.proof-card {
  background:
    linear-gradient(180deg, rgba(23, 31, 27, 0.94), rgba(17, 24, 20, 0.98));
}

.proof-card {
  padding: 1.25rem;
}

.proof-card .quote {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.areas-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-card,
.article-card {
  display: flex;
  flex-direction: column;
}

.blog-card .meta,
.article-card .meta,
.article-hero .meta {
  color: #9fcb93;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.blog-card p,
.article-card p {
  flex: 1;
  color: #d9e3dd;
}

.blog-card h3,
.article-card h3 {
  color: #f4f7f3;
}

.faq-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.2rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 1.15rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: inherit;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
}

.faq-answer {
  padding: 0 1.2rem 1.2rem;
  display: none;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1.2rem;
}

.contact-card {
  padding: 1.35rem;
}

.contact-lines {
  display: grid;
  gap: 1rem;
}

.contact-label {
  font-size: 0.82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-value {
  font-size: 1.1rem;
  font-weight: 700;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field label {
  font-size: 0.9rem;
  color: #f4f7f3;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--ink);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-shell {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.blog-hero,
.article-hero {
  padding: 4rem 0 2rem;
}

.blog-hero h1,
.article-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  max-width: 12ch;
}

.blog-shell,
.article-shell {
  display: grid;
  gap: 1.4rem;
  padding-bottom: 4rem;
}

.blog-shell-centered {
  justify-items: center;
  text-align: center;
}

.blog-shell-centered h1 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  max-width: none;
}

.blog-shell-centered p {
  max-width: 48rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.4rem;
}

.article-main {
  display: grid;
  gap: 1.1rem;
}

.article-section {
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  background: rgba(20, 28, 24, 0.9);
  box-shadow: var(--shadow);
}

.article-section h2 {
  margin-top: 0;
  font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-weight: 650;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.article-section h3 {
  margin-bottom: 0.4rem;
}

.article-aside {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.aside-card {
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  background: rgba(20, 28, 24, 0.9);
  box-shadow: var(--shadow);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.tag {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--brand-strong);
  font-size: 0.85rem;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 99;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 999px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1rem;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 20, 12, 0.02), rgba(15, 20, 12, 0.62));
}

.gallery-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  color: #fff;
}

.gallery-caption strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
}

.rhythm-band {
  padding: 0 0 4rem;
}

.rhythm-shell {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1.2rem;
}

.rhythm-copy,
.rhythm-metrics {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.rhythm-copy {
  padding: 1.75rem;
  background:
    radial-gradient(circle at top left, rgba(201, 150, 77, 0.12), transparent 45%),
    linear-gradient(180deg, rgba(23, 31, 27, 0.96), rgba(16, 23, 19, 0.95));
}

.rhythm-copy h2 {
  margin: 0.7rem 0 1rem;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.rhythm-metrics {
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(32, 63, 27, 0.98), rgba(24, 33, 21, 0.96));
  color: #f7f2e7;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.metric-card {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  min-height: 150px;
}

.metric-card strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.35rem;
}

.metric-card span,
.metric-card p {
  color: rgba(247, 242, 231, 0.82);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.compare-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: 0 26px 60px rgba(27, 35, 20, 0.16);
}

.compare-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 21, 11, 0.06), rgba(14, 21, 11, 0.7));
}

.compare-label,
.compare-copy {
  position: absolute;
  z-index: 1;
}

.compare-label {
  top: 1rem;
  left: 1rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.compare-copy {
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: #fff;
}

.compare-copy strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.45rem;
}

.compare-copy p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 28rem;
}

.section-shell.tight-top {
  gap: 1rem;
}

@media (max-width: 1080px) {
  .hero,
  .band-shell,
  .rhythm-shell,
  .faq-wrap,
  .contact-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .proof-grid,
  .areas-grid,
  .blog-grid,
  .rhythm-metrics,
  .compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .nav-shell,
  .section-shell,
  .footer-shell,
  .blog-shell,
  .article-shell {
    width: calc(100% - 1rem);
  }

  .hero {
    width: 100%;
  }

  .nav-shell {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.55rem;
    min-height: var(--header-height);
    padding: 0.55rem 0;
  }

  .brand {
    gap: 0.55rem;
    min-width: 0;
    flex: 0 0 auto;
  }

  .brand img {
    width: 58px;
    height: 42px;
    border-radius: 12px;
    padding: 0.2rem;
  }

  .brand-copy {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 8.75rem);
    min-width: 0;
    pointer-events: none;
  }

  .brand-copy span:first-child {
    display: none;
  }

  .brand-copy span:last-child {
    font-size: 0.62rem;
    line-height: 1.12;
    text-align: center;
    white-space: nowrap;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #eef3ec;
    padding: 0;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .nav-links,
  .nav-actions {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(10, 16, 13, 0.96);
    backdrop-filter: blur(18px);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 1rem;
  }

  .nav-links {
    top: calc(100% + 0.5rem);
    gap: 0.9rem;
    box-shadow: var(--shadow);
  }

  .nav-actions {
    top: calc(100% + 17rem);
    gap: 0.75rem;
    box-shadow: var(--shadow);
  }

  .site-header.is-open .nav-links,
  .site-header.is-open .nav-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header.is-open .menu-toggle__bars span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-open .menu-toggle__bars span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .menu-toggle__bars span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    padding-top: 0;
  }

  .section {
    padding: 1.5rem 0 3rem;
  }

  .hero-highlights,
  .service-grid,
  .proof-grid,
  .areas-grid,
  .blog-grid,
  .contact-form,
  .rhythm-metrics,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.85rem;
  }

  .section-heading > * {
    width: 100%;
    max-width: 100%;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    padding: 0.32rem 0.7rem;
  }

  .section-heading p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-panel {
    min-height: 420px;
  }

  .hero-panel-full {
    min-height: max(calc(100svh - var(--header-height) + 4rem), 940px);
  }

  .hero-glass-card {
    width: 100%;
    padding: 1.15rem 1rem 1.2rem;
  }

  .hero-overlay-centered {
    justify-content: flex-start;
    padding: calc(var(--header-height) + 0.05rem) 1rem 1.2rem;
  }

  .hero-glass-card h1 {
    font-size: clamp(1.95rem, 8.4vw, 3.35rem);
    display: block;
    width: min(100%, 12.8ch);
    line-height: 1.03;
    letter-spacing: -0.022em;
    margin: 0.55rem 0 0.7rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-wrap: balance;
  }

  .hero-glass-card p {
    font-size: 0.92rem;
    line-height: 1.48;
    max-width: 25rem;
  }

  .hero-copy-lead {
    display: none;
  }

  .hero-actions,
  .article-actions {
    gap: 0.6rem;
    margin-top: 0.9rem;
  }

  .hero-highlights {
    gap: 0.7rem;
    margin-top: 0.7rem;
  }

  .hero-highlights-overlay {
    width: 100%;
  }

  .mini-stat {
    padding: 0.9rem 0.85rem;
  }

  .mini-stat strong {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }

  .mini-stat span {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .button,
  .button-secondary,
  .button-ghost {
    min-height: 42px;
    padding: 0 0.9rem;
    font-size: 0.9rem;
  }

  .section-heading h2 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1;
    margin: 0.5rem 0 0.75rem;
  }

  .card-body,
  .proof-body,
  .blog-body,
  .area-body {
    padding: 1.1rem;
  }

  .service-card h3,
  .proof-card h3,
  .blog-card h3,
  .article-card h3,
  .area-card h3 {
    font-size: 1.2rem;
    line-height: 1.15;
  }

  .service-card p,
  .proof-card p,
  .blog-card p,
  .area-card p,
  .card-body li,
  .quote {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .service-card.featured {
    transform: none;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    flex-direction: column;
    align-items: flex-start;
  }
}
