:root {
  --ink: #16350e;
  --ink-soft: #5a7350;
  --ink-strong: #082501;
  --bg: #fff;
  --surface: #fff;
  --surface-soft: #edf7ef;
  --paper: #fff;
  --paper-2: #dfeee7;
  --line: rgba(22, 53, 14, .13);
  --brand: #2f7d20;
  --brand-dark: #143f07;
  --green: #143f07;
  --shadow: 0 22px 70px rgba(20, 63, 7, .13);
  --menu-bg: rgba(20, 63, 7, .97);
  --dropdown-bg: rgba(19, 44, 10, .97);
  --focus: #1f5eff;
  --footer-bg: #103407;
  --footer-text: rgba(255, 255, 255, .75);
  --radius-card: 8px;
  --radius-media: 6px;
  --radius-pill: 999px;
  --radius-round: 50%;
  --card-bg-soft: rgba(255, 255, 255, .82);
  --card-bg: rgba(255, 255, 255, .86);
  --card-bg-strong: rgba(255, 255, 255, .9);
  --card-bg-glass: rgba(255, 255, 255, .94);
  --shadow-card-soft: 0 16px 44px rgba(20, 63, 7, .06);
  --shadow-card: 0 18px 52px rgba(20, 63, 7, .07);
  --shadow-frame: 0 26px 70px rgba(20, 63, 7, .14);
  --shadow-photo: 0 24px 68px rgba(20, 63, 7, .15);
  --motion-card: transform .42s cubic-bezier(.16, 1.24, .32, 1), box-shadow .24s ease;
  --motion-row: transform .38s cubic-bezier(.16, 1.22, .32, 1), box-shadow .24s ease;
  color-scheme: light;
}

:root[data-theme='light'] {
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) {
    --ink: #f7f2eb;
    --ink-soft: #d3c5b6;
    --ink-strong: #f7f2eb;
    --bg: #1a1510;
    --surface: #221a13;
    --surface-soft: #2a2118;
    --paper: #1a1510;
    --paper-2: #2a2118;
    --line: rgba(243, 236, 226, .12);
    --brand: #cb7b54;
    --brand-dark: #7d4a32;
    --green: #254d36;
    --footer-bg: #120d08;
    --footer-text: rgba(248, 244, 237, .75);
    --focus: #8ab6ff;
    --menu-bg: rgba(13, 10, 8, .96);
    --dropdown-bg: rgba(34, 24, 16, .94);
    --card-bg-soft: rgba(34, 26, 19, .82);
    --card-bg: rgba(34, 26, 19, .88);
    --card-bg-strong: rgba(34, 26, 19, .94);
    --card-bg-glass: rgba(34, 26, 19, .96);
    --shadow-card-soft: 0 16px 44px rgba(0, 0, 0, .2);
    --shadow-card: 0 18px 52px rgba(0, 0, 0, .24);
    --shadow-frame: 0 26px 70px rgba(0, 0, 0, .28);
    --shadow-photo: 0 24px 68px rgba(0, 0, 0, .3);
    color-scheme: dark;
  }
}

:root[data-theme='dark'] {
  --ink: #f7f2eb;
  --ink-soft: #d3c5b6;
  --ink-strong: #f7f2eb;
  --bg: #1a1510;
  --surface: #221a13;
  --surface-soft: #2a2118;
  --paper: #1a1510;
  --paper-2: #2a2118;
  --line: rgba(243, 236, 226, .12);
  --brand: #cb7b54;
  --brand-dark: #7d4a32;
  --green: #254d36;
  --footer-bg: #120d08;
  --footer-text: rgba(248, 244, 237, .75);
  --focus: #8ab6ff;
  --menu-bg: rgba(13, 10, 8, .96);
  --dropdown-bg: rgba(34, 24, 16, .94);
  --card-bg-soft: rgba(34, 26, 19, .82);
  --card-bg: rgba(34, 26, 19, .88);
  --card-bg-strong: rgba(34, 26, 19, .94);
  --card-bg-glass: rgba(34, 26, 19, .96);
  --shadow-card-soft: 0 16px 44px rgba(0, 0, 0, .2);
  --shadow-card: 0 18px 52px rgba(0, 0, 0, .24);
  --shadow-frame: 0 26px 70px rgba(0, 0, 0, .28);
  --shadow-photo: 0 24px 68px rgba(0, 0, 0, .3);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

.skip-link {
  position: absolute;
  left: -1000px;
  top: 8px;
  color: var(--ink);
  background: var(--surface);
  border-radius: var(--radius-pill);
  padding: 10px 14px;
  border: 1px solid var(--line);
  z-index: 100;
  transition: transform .2s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  left: 12px;
  transform: none;
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

button:focus-visible,
a:focus-visible,
.post-card:focus-visible,
.hero__dot:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

@keyframes elastic-rise {
  0% { opacity: 0; transform: translateY(26px) scale(.96); }
  62% { opacity: 1; transform: translateY(-5px) scale(1.018); }
  82% { transform: translateY(2px) scale(.995); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hero-copy-in {
  0% { opacity: 0; transform: translateY(30px) scale(.98); }
  70% { opacity: 1; transform: translateY(-3px) scale(1.006); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(.985);
}

.reveal.is-visible {
  animation: elastic-rise .72s cubic-bezier(.2, .78, .24, 1) forwards;
}

.reveal:nth-child(2) { animation-delay: .04s; }
.reveal:nth-child(3) { animation-delay: .08s; }
.reveal:nth-child(4) { animation-delay: .12s; }

.wrap { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 88px 0; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: .78rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.25rem); line-height: 1; letter-spacing: -.035em; max-width: 880px; }
h2 { font-size: clamp(2.05rem, 3.5vw, 3.65rem); line-height: 1.06; letter-spacing: -.025em; font-weight: 500; }
h3 { font-size: 1.25rem; margin-bottom: 8px; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); color: var(--ink-soft); max-width: 790px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius-pill);
  background: var(--brand);
  color: white;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(163, 75, 31, .3);
  border: 0;
  cursor: pointer;
  transform-origin: center;
  transition: transform .42s cubic-bezier(.16, 1.32, .32, 1), box-shadow .25s ease, filter .25s ease;
}
.button:hover,
.button:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-3px) scale(1.035);
  box-shadow: 0 18px 42px rgba(47, 125, 32, .26);
}

.button--light { background: var(--surface); color: var(--brand-dark); }
.button:focus-visible,
.button--light:focus-visible {
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  min-height: 76px;
  background: linear-gradient(180deg, rgba(16, 11, 7, .82), rgba(16, 11, 7, .32));
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 56px);
  margin-inline: auto;
  width: min(1280px, calc(100% - 36px));
  color: white;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; font-size: 1.1rem; letter-spacing: -.02em; }
.brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--brand);
  color: white;
  font-weight: 950;
}
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-nav__item { list-style: none; position: relative; }
.nav-disclosure {
  position: relative;
}
.nav-disclosure > summary {
  list-style: none;
  cursor: pointer;
}
.nav-disclosure > summary::-webkit-details-marker {
  display: none;
}
.main-nav__item > a,
.nav-disclosure > summary {
  display: inline-flex;
  padding: 9px 10px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: .9rem;
  min-height: 44px;
  align-items: center;
  white-space: nowrap;
}
.main-nav__link {
  text-decoration: none;
  color: white;
}
.main-nav__item > a:hover,
.main-nav__item > a:focus-visible,
.main-nav__item:focus-within > a,
.nav-disclosure > summary:hover,
.nav-disclosure > summary:focus-visible {
  background: rgba(255,255,255,.12);
}
.main-nav__item.is-current > a,
.main-nav__item.is-current .nav-disclosure > summary {
  background: rgba(255,255,255,.18);
}
.nav-disclosure > summary::after {
  content: "▾";
  margin-left: 6px;
  font-size: .78rem;
}
.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 70;
  min-width: 235px;
  padding: 10px;
  border-radius: 18px;
  background: var(--dropdown-bg);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  display: none;
}
.dropdown li { list-style: none; }
.dropdown a {
  display: block;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  color: white;
}
.dropdown a:hover,
.dropdown a:focus-visible { background: rgba(255,255,255,.12); }
.nav-disclosure[open] > .dropdown { display: block; }
.main-nav__link--overview {
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-weight: 800;
}

.theme-switch {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: var(--radius-pill);
  padding: 3px;
  align-items: center;
}

.theme-switch__option {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  color: white;
  background: transparent;
  border-radius: var(--radius-pill);
  cursor: pointer;
}

.theme-switch__option svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-switch__option.is-active,
.theme-switch__option[aria-pressed='true'] {
  background: rgba(255,255,255,.18);
}

.theme-switch__option:focus-visible {
  outline-offset: 1px;
}

.nav-button {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,.12);
  color: white;
}

.nav-button span { display: block; width: 26px; height: 2px; background: white; }
.anchor-point {
  position: relative;
  top: -90px;
  display: block;
  visibility: hidden;
  width: 1px;
  height: 0;
}

.blog-hero { background: linear-gradient(120deg, #221810, #382617); color: white; padding-top: 128px; }
.blog-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.post-card {
  display: block;
  padding: 24px;
  background: var(--surface);
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 36px rgba(34, 24, 16, .05);
}
.post-card h3 { margin-bottom: 10px; }
.post-card p { color: var(--ink-soft); margin-bottom: 10px; }
.post-card__meta { color: var(--ink-soft); font-weight: 700; font-size: .9rem; }
.split-heading--category { align-items: start; }
.split-heading--category p:last-child { margin: 0; }

.article-shell {
  max-width: 900px;
}
.article-body {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.article-body p { color: var(--ink); max-width: 76ch; }
.article-body ul,
.article-body ol {
  max-width: 76ch;
  padding-left: 1.35rem;
  color: var(--ink);
}
.article-body li {
  margin: .45rem 0;
  overflow-wrap: break-word;
}
.article-body a {
  color: var(--brand);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .16em;
}
.article-body a:hover,
.article-body a:focus-visible {
  color: var(--brand-dark);
}
.article-body > div[style*="padding-bottom"] {
  margin: 22px 0 12px;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--surface-soft);
  box-shadow: 0 14px 34px rgba(34, 24, 16, .08);
}
.article-body iframe {
  display: block;
}
.article-body pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}
.article-body img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(34, 24, 16, .08);
}

.roger-voice-mark,
.article-body .roger-voice-mark {
  float: left;
  width: 68px;
  max-width: 68px;
  margin: .2rem .85rem .35rem 0;
}

.roger-voice-mark img,
.article-body .roger-voice-mark img {
  display: block;
  width: 68px !important;
  max-width: 68px !important;
  aspect-ratio: 1;
  max-height: 68px !important;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(20, 63, 7, .16);
}

.article-body .roger-voice-mark + p {
  margin-top: 0;
}

.article-body::after {
  content: "";
  display: block;
  clear: both;
}
.article-body table {
  display: block;
  width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: .95rem;
}
.article-body th,
.article-body td {
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.article-body th {
  background: var(--surface-soft);
  color: var(--ink);
  font-weight: 900;
}
.article-body tr:nth-child(even) td {
  background: rgba(111, 146, 69, .05);
}
.meta-row { color: var(--ink-soft); margin: 10px 0 22px; font-weight: 700; }
.meta-row a { color: var(--brand); text-decoration: none; font-weight: 800; }
.meta-row a:hover,
.meta-row a:focus-visible { text-decoration: underline; }
.no-posts { color: var(--ink-soft); font-style: italic; }
.article-back { margin-top: 24px; }

.pmp-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(237, 247, 239, .72), transparent 560px),
    var(--bg);
}

.pmp-hero {
  position: relative;
  padding-top: 146px;
}

.pmp-hero::before,
.pmp-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(47, 125, 32, .1);
}

.pmp-hero::before {
  width: 220px;
  height: 34px;
  top: 114px;
  right: 10%;
}

.pmp-hero::after {
  width: 88px;
  height: 88px;
  left: 7%;
  bottom: 74px;
}

.pmp-hero__grid,
.pmp-explainer__grid,
.pmp-video-grid,
.pmp-article-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(390px, 1.04fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.pmp-formula-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 30px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg-glass);
  box-shadow: var(--shadow-card);
}

.pmp-formula-card span,
.pmp-formula-card strong {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  background: var(--surface-soft);
  color: var(--ink-strong);
  font-weight: 900;
}

.pmp-formula-card strong {
  min-width: 36px;
  justify-content: center;
  background: var(--brand);
  color: white;
}

.pmp-hero__media {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: var(--shadow-frame);
}

.pmp-hero__media img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: var(--radius-media);
  transition: transform .52s cubic-bezier(.16, 1.18, .32, 1), filter .24s ease;
}

.pmp-hero__media:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.pmp-hero__media figcaption {
  position: absolute;
  left: -24px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 12px;
  width: min(300px, calc(100% - 28px));
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg-glass);
  box-shadow: 0 18px 48px rgba(20, 63, 7, .18);
}

.pmp-hero__media figcaption span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--brand);
}

.pmp-hero__media figcaption strong {
  color: var(--ink-strong);
  line-height: 1.12;
}

.pmp-hero__media figcaption em {
  color: var(--ink-soft);
  font-style: normal;
  font-size: .9rem;
}

.pmp-hero__media svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pmp-explainer {
  background: var(--surface);
}

.pmp-animation,
.pmp-explainer__copy,
.pmp-checklist,
.pmp-article {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
}

.pmp-animation {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: clamp(24px, 4vw, 40px);
  display: grid;
  align-content: center;
  gap: 28px;
}

.pmp-log {
  position: relative;
  width: min(560px, 100%);
  height: 190px;
  margin-inline: auto;
  border-radius: 110px;
  background:
    linear-gradient(90deg, rgba(81, 45, 24, .18), rgba(133, 82, 38, .55), rgba(81, 45, 24, .18)),
    repeating-linear-gradient(90deg, #7f4f28 0 16px, #9a6334 16px 26px);
  box-shadow: inset 0 0 0 1px rgba(66, 34, 18, .26), 0 24px 64px rgba(20, 63, 7, .13);
}

.pmp-log__ring {
  position: absolute;
  left: 24px;
  top: 50%;
  width: 150px;
  height: 150px;
  border-radius: var(--radius-round);
  transform: translateY(-50%);
  background:
    radial-gradient(circle, #d7b36d 0 18%, #8d5429 19% 21%, #d3a55f 22% 34%, #8d5429 35% 37%, #c6914e 38% 51%, #70411f 52% 54%, #b07336 55% 100%);
  border: 7px solid #6b3d1f;
}

.pmp-log__measure {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--brand-dark);
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(20, 63, 7, .16);
}

.pmp-log__measure--diameter {
  left: 74px;
  top: 50%;
  transform: translateY(-50%);
}

.pmp-log__measure--diameter::before,
.pmp-log__measure--length::before {
  content: "";
  position: absolute;
  background: var(--brand);
}

.pmp-log__measure--diameter::before {
  width: 3px;
  height: 146px;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.pmp-log__measure--length {
  right: 34px;
  bottom: -18px;
}

.pmp-log__measure--length::before {
  width: 290px;
  height: 3px;
  right: 50%;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.pmp-log__scan {
  position: absolute;
  inset: 0;
  width: 42px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .6), transparent);
  animation: pmp-scan 3.2s ease-in-out infinite;
}

@keyframes pmp-scan {
  0%, 100% { transform: translateX(0); opacity: .15; }
  50% { transform: translateX(510px); opacity: .8; }
}

.pmp-animation__formula {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pmp-animation__formula span,
.pmp-animation__formula strong {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: var(--radius-pill);
  background: var(--surface-soft);
  color: var(--ink-strong);
  font-weight: 900;
}

.pmp-animation__formula strong {
  background: var(--brand);
  color: white;
}

.pmp-explainer__copy {
  padding: clamp(24px, 4vw, 36px);
  background: var(--card-bg-strong);
}

.pmp-step-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.pmp-step-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.pmp-step-list strong {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-round);
  background: var(--brand);
  color: white;
}

.pmp-step-list p {
  margin: 0;
  color: var(--ink-soft);
}

.pmp-video-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 125, 32, .12), transparent 28%),
    var(--bg);
}

.pmp-video-grid {
  grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
}

.pmp-video-copy,
.pmp-video-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
}

.pmp-video-copy {
  padding: clamp(24px, 4vw, 34px);
  background: var(--card-bg-strong);
}

.pmp-video-copy p:not(.eyebrow) {
  color: var(--ink-soft);
}

.pmp-video-copy .service-link {
  margin-top: 18px;
}

.pmp-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--ink-strong);
}

.pmp-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pmp-article-section {
  background: var(--surface-soft);
}

.pmp-article-grid {
  grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr);
  align-items: start;
}

.pmp-checklist {
  position: sticky;
  top: 104px;
  padding: 28px;
  background: var(--card-bg-strong);
}

.pmp-checklist ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.pmp-checklist li {
  position: relative;
  padding-left: 26px;
  color: var(--ink-soft);
  font-weight: 760;
}

.pmp-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 10px;
  height: 10px;
  border-radius: var(--radius-round);
  background: var(--brand);
}

.pmp-article {
  padding: 30px;
  background: var(--surface);
}

.pmp-article .article-body {
  border-top: 0;
  padding-top: 0;
}

.pmp-article .article-body h4 {
  color: var(--ink-strong);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  margin: 30px 0 12px;
}

.collection-hero {
  padding-top: 128px;
  background:
    radial-gradient(circle at 12% 20%, rgba(111, 146, 69, .28), transparent 26%),
    linear-gradient(135deg, #f4f9f0, #ffffff 58%, #eef6e8);
}
.collection-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}
.collection-count {
  min-width: 180px;
  padding: 22px;
  border: 1px solid rgba(70, 102, 43, .22);
  border-radius: 18px;
  background: var(--card-bg-soft);
  box-shadow: 0 18px 44px rgba(34, 24, 16, .08);
}
.collection-count strong {
  display: block;
  color: var(--brand-dark);
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: .9;
}
.collection-count span {
  color: var(--ink-soft);
  font-weight: 800;
}
.collection-list {
  display: grid;
  gap: 18px;
}
.collection-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 16px 36px rgba(34, 24, 16, .06);
}
.collection-card__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #eef6e8;
  color: var(--brand-dark);
}
.collection-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.regions-page {
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(237, 247, 239, .72), transparent 520px),
    var(--bg);
}

.regions-page h1,
.regions-page h2,
.regions-page h3,
.regions-page strong,
.regions-page small,
.regions-page .button {
  min-width: 0;
  overflow-wrap: anywhere;
}

.regions-page h1,
.regions-page h2 {
  letter-spacing: 0;
}

.regions-page h1 {
  max-width: 100%;
  font-size: clamp(2.35rem, 5.2vw, 4.8rem);
}

.regions-hero {
  position: relative;
  padding-top: 132px;
}

.regions-hero::before {
  content: "";
  position: absolute;
  top: 112px;
  right: 10%;
  width: 220px;
  height: 34px;
  background: rgba(47, 125, 32, .1);
}

.regions-hero__grid,
.region-detail__grid,
.region-local-content__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .38fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.regions-hero__grid > *,
.region-detail__grid > *,
.region-local-content__grid > * {
  min-width: 0;
}

.regions-hero__panel,
.region-summary,
.region-localities,
.region-local-article {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
}

.regions-hero__panel {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: 28px;
  background: var(--card-bg-strong);
}

.regions-hero__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--brand);
}

.regions-hero__icon svg,
.region-locality-card svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.regions-hero__panel strong {
  color: var(--ink-strong);
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1;
}

.regions-hero__panel p,
.region-card em,
.region-card small,
.region-source-note,
.regions-empty,
.region-summary dd,
.region-local-article .article-body {
  color: var(--ink-soft);
}

.regions-directory {
  background: var(--surface);
}

.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.region-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow-card);
  transition: var(--motion-card);
}

.region-card:hover,
.region-card:focus-visible {
  transform: translateY(-6px);
  background: var(--surface);
  box-shadow: 0 28px 68px rgba(20, 63, 7, .13);
}

.region-card__code {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-round);
  background: var(--brand);
  color: white;
  font-weight: 950;
}

.region-card strong {
  color: var(--ink-strong);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.region-card em,
.region-card small {
  font-style: normal;
  font-weight: 740;
}

.region-detail,
.region-local-content {
  background: var(--surface-soft);
}

.region-detail__grid,
.region-local-content__grid {
  grid-template-columns: minmax(280px, .34fr) minmax(0, 1fr);
  align-items: start;
}

.region-summary {
  position: sticky;
  top: 104px;
  width: 100%;
  max-width: 100%;
  padding: 28px;
  background: var(--card-bg-strong);
}

.region-summary h2 {
  max-width: 100%;
  font-size: clamp(1.75rem, 2.35vw, 2.4rem);
  line-height: 1.1;
}

.region-summary dl {
  display: grid;
  gap: 12px;
  margin: 22px 0 26px;
}

.region-summary div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.region-summary dt {
  color: var(--brand-dark);
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.region-summary dd {
  margin: 6px 0 0;
  font-weight: 850;
}

.region-localities,
.region-local-article {
  padding: clamp(24px, 4vw, 34px);
  background: var(--surface);
}

.region-localities > h2 {
  max-width: 100%;
  font-size: clamp(1.9rem, 3.2vw, 3.25rem);
  line-height: 1.1;
}

.region-mrc-groups {
  display: grid;
  gap: clamp(24px, 4vw, 34px);
  margin-top: 22px;
}

.region-mrc-group {
  display: grid;
  gap: 14px;
}

.region-mrc-group h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--brand-dark);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.region-mrc-group h3 span {
  color: var(--ink-soft);
  font-size: .86rem;
  font-weight: 850;
}

.region-locality-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.region-locality-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 4px 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  color: inherit;
  text-decoration: none;
  transition: var(--motion-card);
}

.region-locality-card:hover,
.region-locality-card:focus-visible {
  transform: translateY(-4px);
  background: var(--surface-soft);
}

.region-locality-card span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--brand);
}

.region-locality-card strong {
  color: var(--ink-strong);
  overflow-wrap: anywhere;
}

.region-locality-card em {
  justify-self: end;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  background: var(--brand);
  color: white;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.region-locality-card small {
  grid-column: 2 / 4;
  color: var(--ink-soft);
  font-weight: 800;
}

.region-source-note {
  margin-top: 18px;
  font-size: .95rem;
}
.collection-card h2 {
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}
.collection-card h2 a {
  color: var(--ink);
  text-decoration: none;
}
.collection-card h2 a:hover,
.collection-card h2 a:focus-visible {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: .16em;
}
.collection-card p {
  max-width: 82ch;
  margin-bottom: 10px;
  color: var(--ink-soft);
}
.collection-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--ink-soft);
  font-weight: 800;
  font-size: .92rem;
}
.collection-card__action {
  white-space: nowrap;
}

.measure-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(237, 247, 239, .72), transparent 520px),
    var(--bg);
}

.measure-hero {
  position: relative;
  padding-top: 146px;
}

.measure-hero::before,
.measure-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(47, 125, 32, .1);
}

.measure-hero::before {
  width: 210px;
  height: 34px;
  top: 116px;
  right: 11%;
}

.measure-hero::after {
  width: 86px;
  height: 86px;
  left: 7%;
  bottom: 78px;
}

.measure-hero__grid,
.measure-helper__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.measure-intro p {
  color: var(--ink-soft);
  max-width: 720px;
  font-size: 1.08rem;
}

.measure-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}

.measure-hero__media {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: var(--shadow-frame);
}

.measure-hero__media img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: var(--radius-media);
  transition: transform .52s cubic-bezier(.16, 1.18, .32, 1), filter .24s ease;
}

.measure-hero__media:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.measure-hero__media figcaption {
  position: absolute;
  left: -24px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 12px;
  width: min(290px, calc(100% - 28px));
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg-glass);
  box-shadow: 0 18px 48px rgba(20, 63, 7, .18);
}

.measure-hero__media figcaption span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--brand);
}

.measure-hero__media figcaption strong {
  color: var(--ink-strong);
  line-height: 1.12;
}

.measure-hero__media figcaption em {
  color: var(--ink-soft);
  font-style: normal;
  font-size: .9rem;
}

.measure-hero__media svg,
.measure-resource-card__icon svg,
.measure-video-note__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.measure-downloads {
  background: var(--surface);
  scroll-margin-top: 86px;
}

.measure-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.measure-resource-card,
.measure-tip,
.measure-video-note {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
}

.measure-resource-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  min-height: 360px;
  padding: 24px;
  transition: var(--motion-card);
}

.measure-resource-card:hover,
.measure-resource-card:focus-within {
  transform: translateY(-7px) scale(1.01);
  background: var(--surface);
  box-shadow: 0 28px 68px rgba(20, 63, 7, .13);
}

.measure-resource-card__icon,
.measure-video-note__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--brand);
  transition: transform .42s cubic-bezier(.16, 1.34, .32, 1), background .24s ease, color .24s ease;
}

.measure-resource-card:hover .measure-resource-card__icon,
.measure-resource-card:focus-within .measure-resource-card__icon {
  background: var(--brand);
  color: white;
  transform: scale(1.11) rotate(-4deg);
}

.measure-resource-card h3 {
  color: var(--ink-strong);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.measure-resource-card p,
.measure-tip p,
.measure-video-note p {
  color: var(--ink-soft);
}

.measure-resource-card__links {
  display: grid;
  gap: 10px;
}

.measure-resource-card__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: var(--radius-pill);
  background: var(--surface-soft);
  color: var(--brand-dark);
  font-weight: 900;
  text-align: center;
  transition: transform .24s ease, background .2s ease, color .2s ease;
}

.measure-resource-card__links a:hover,
.measure-resource-card__links a:focus-visible {
  background: var(--brand);
  color: white;
  transform: translateY(-2px);
}

.measure-demo {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg-strong);
  box-shadow: var(--shadow-card);
}

.measure-demo__copy {
  padding: 10px;
}

.measure-demo__copy h2 {
  font-size: clamp(1.65rem, 2.7vw, 2.4rem);
  margin-bottom: 12px;
}

.measure-demo__copy p:not(.eyebrow) {
  color: var(--ink-soft);
}

.measure-demo__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-card);
  background: var(--ink-strong);
  box-shadow: 0 18px 48px rgba(20, 63, 7, .16);
}

.measure-demo__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.measure-helper {
  background: var(--surface-soft);
}

.measure-helper__grid {
  grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr);
  align-items: stretch;
}

.measure-tip,
.measure-video-note {
  padding: 28px;
}

.measure-video-note {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: start;
  background: var(--card-bg-strong);
}

.measure-video-note .button {
  margin-top: 10px;
}

.hero { min-height: 78vh; position: relative; overflow: hidden; background: var(--green); color: white; }
.hero__slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  min-height: 78vh;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transition: opacity .8s ease;
}
.hero__slide.is-active { opacity: 1; }
.hero__content { padding-top: 72px; position: relative; z-index: 1; }
.hero__title {
  font-size: clamp(2.7rem, 6vw, 5.25rem);
  line-height: 1;
  letter-spacing: -.035em;
  max-width: 880px;
  font-weight: 700;
}
.hero__slide.is-active .hero__content > * {
  animation: hero-copy-in .82s cubic-bezier(.2, .84, .25, 1) both;
}
.hero__slide.is-active .hero__content > :nth-child(2) { animation-delay: .06s; }
.hero__slide.is-active .hero__content > :nth-child(3) { animation-delay: .13s; }
.hero__slide.is-active .hero__content > :nth-child(4) { animation-delay: .2s; }
.hero__content p:not(.eyebrow) { max-width: 610px; font-size: 1.2rem; color: rgba(255,255,255,.86); }
.hero__dots { position: absolute; z-index: 3; left: 50%; bottom: 34px; display: flex; gap: 10px; transform: translateX(-50%); }
.hero__dot {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.hero__dot::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 34px;
  height: 5px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.35);
  transition: width .32s cubic-bezier(.18, 1.35, .3, 1), background .2s ease, transform .2s ease;
}
.hero__dot:hover::before,
.hero__dot:focus-visible::before { transform: scaleX(1.16); }
.hero__dot.is-active::before { width: 42px; background: white; }

.intro { text-align: center; }
.intro .lead { margin-inline: auto; }
.service-overview {
  position: relative;
  padding-top: 82px;
}
.service-overview::before,
.service-overview::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background: rgba(54, 126, 92, .12);
  z-index: -1;
}
.service-overview::before { top: 20px; left: 7%; }
.service-overview::after { right: 8%; bottom: 30px; height: 32px; width: 210px; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 76px;
  text-align: center;
}
.feature-card {
  min-height: 238px;
  padding: 28px 30px 34px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition: transform .38s cubic-bezier(.16, 1.24, .32, 1), background .25s ease;
}
.feature-card:hover,
.feature-card:focus-within {
  background: rgba(237, 247, 239, .72);
  transform: translateY(-6px);
}
.feature-card:nth-child(3n) { border-right: 0; }
.feature-card:nth-last-child(-n + 3) { border-bottom: 0; }
.feature-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border-radius: var(--radius-pill);
  background: #f2f5f0;
  color: var(--brand);
  transition: transform .45s cubic-bezier(.16, 1.4, .32, 1), background .25s ease, color .25s ease;
}
.feature-card:hover .feature-card__icon,
.feature-card:focus-within .feature-card__icon {
  background: var(--brand);
  color: white;
  transform: translateY(-5px) scale(1.12) rotate(-3deg);
}
.feature-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-card h3 {
  color: var(--ink-strong);
  font-size: 1.42rem;
  font-weight: 500;
}
.feature-card p { color: var(--ink-soft); margin-bottom: 0; font-size: 1.03rem; }

.gallery-section { background: var(--surface); }
.centered-heading {
  text-align: center;
  margin-bottom: 52px;
}
.centered-heading p {
  max-width: 760px;
  margin-inline: auto;
  color: var(--ink-soft);
}
.centered-heading--left {
  text-align: left;
}
.centered-heading--left p {
  margin-inline: 0;
}
.field-story {
  display: grid;
  grid-template-columns: minmax(150px, .55fr) minmax(420px, 1.6fr) minmax(180px, .65fr);
  gap: 22px;
  align-items: start;
}
.field-note {
  color: var(--ink-soft);
  font-size: .96rem;
  line-height: 1.5;
}
.field-note--left { padding-top: 36px; }
.field-note--right img {
  width: 100%;
  aspect-ratio: 3 / 4.25;
  object-fit: cover;
  margin-bottom: 18px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.gallery-item {
  margin: 0;
  overflow: hidden;
  background: var(--paper-2);
  min-height: 180px;
  transition: transform .42s cubic-bezier(.16, 1.22, .32, 1), box-shadow .28s ease;
}
.gallery-item:nth-child(3) {
  grid-row: span 2;
}
.gallery-item img { width: 100%; height: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; transition: transform .35s ease; }
.gallery-item:nth-child(3) img { aspect-ratio: 1 / 1.45; }
.gallery-item:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 24px 58px rgba(20, 63, 7, .13);
}
.gallery-item:hover img { transform: scale(1.055); }

.roger-home {
  padding-top: 70px;
}
.roger__panel {
  display: grid;
  grid-template-columns: .86fr 1.12fr;
  gap: 36px;
  align-items: center;
  margin-top: 34px;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}
.roger__copy { padding: clamp(34px, 5vw, 72px); }
.roger__copy p:not(.eyebrow) { color: rgba(255,255,255,.8); font-size: 1.08rem; }
.roger__panel img {
  width: 100%;
  height: auto;
  max-height: 560px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(20, 63, 7, .12);
  transform-origin: center;
  transition: transform .52s cubic-bezier(.16, 1.2, .32, 1), filter .25s ease;
}
.roger__panel img:hover {
  transform: translateY(-5px) scale(1.018);
  filter: saturate(1.04);
}
.quote-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 0; }
.quote-card { padding: 22px 24px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(20, 63, 7, .06); transition: transform .38s cubic-bezier(.16, 1.2, .32, 1), box-shadow .24s ease; }
.quote-card:hover,
.quote-card:focus-within {
  transform: translateX(8px) scale(1.012);
  box-shadow: 0 22px 48px rgba(20, 63, 7, .12);
}
.quote-card p { color: var(--ink-soft); font-size: .95rem; }
.quote-card strong, .quote-card span { display: block; }
.quote-card span { color: var(--brand); font-weight: 700; font-size: .9rem; }
.roger-home > .button { margin-top: 18px; }

.roger-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 14%, rgba(111, 146, 69, .16), transparent 28%),
    linear-gradient(180deg, rgba(237, 247, 239, .72), transparent 520px),
    var(--bg);
}

.roger-hero {
  padding-top: 146px;
}

.roger-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.roger-hero__copy h1 {
  max-width: 760px;
}

.roger-hero__text {
  display: grid;
  gap: 16px;
  max-width: 780px;
  margin-top: 18px;
}

.roger-hero__text p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.75;
}

.roger-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
}

.roger-app-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 14px solid var(--surface);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 28px 78px rgba(20, 63, 7, .16);
  transition: transform .48s cubic-bezier(.16, 1.18, .32, 1), box-shadow .24s ease;
}

.roger-app-card:hover,
.roger-app-card:focus-visible {
  transform: translateY(-7px) scale(1.015);
  box-shadow: 0 34px 88px rgba(20, 63, 7, .2);
}

.roger-app-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.roger-app-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  justify-content: center;
  padding: 13px 16px;
  border-radius: var(--radius-pill);
  background: var(--card-bg-glass);
  color: var(--brand-dark);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(20, 63, 7, .18);
}

.memere { text-align: left; background: var(--surface-soft); width: 100%; max-width: none; padding-inline: max(18px, calc((100vw - 1160px) / 2)); }
.memere h2 { max-width: 850px; }
.memere .lead { max-width: 760px; margin-inline: 0; }
.memere-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.memere-grid figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(20, 63, 7, .07);
}
.memere-grid img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.memere-grid figcaption { display: grid; gap: 8px; padding: 18px; }
.memere-grid figcaption strong { font-size: .96rem; color: var(--brand-dark); }
.memere-grid figcaption p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .98rem;
  line-height: 1.62;
  overflow-wrap: break-word;
}
.service-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(237, 247, 239, .62), transparent 430px),
    var(--bg);
}

.service-hero {
  position: relative;
  padding-top: 146px;
}

.service-hero::before,
.service-hero::after,
.service-icons::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(47, 125, 32, .1);
}

.service-hero::before {
  width: 156px;
  height: 156px;
  top: 112px;
  right: 10%;
}

.service-hero::after {
  width: 72px;
  height: 72px;
  top: 214px;
  left: 8%;
}

.service-hero__grid,
.service-process__grid,
.service-roger__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
}

.service-hero__copy p:not(.eyebrow):not(.lead) {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}

.service-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  color: var(--brand);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.service-link:hover,
.service-link:focus-visible {
  color: var(--brand-dark);
}

.service-hero__media {
  position: relative;
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-frame);
}

.service-hero__media img {
  width: 100%;
  aspect-ratio: 1.12 / .92;
  object-fit: cover;
  border-radius: var(--radius-media);
}

.service-stat {
  position: absolute;
  left: -24px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 12px;
  max-width: 250px;
  padding: 14px 16px;
  border-radius: var(--radius-card);
  background: var(--card-bg-glass);
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(20, 63, 7, .18);
}

.service-stat span {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--brand);
}

.service-stat strong {
  color: var(--ink-strong);
  line-height: 1.1;
}

.service-stat em {
  color: var(--ink-soft);
  font-style: normal;
  font-size: .9rem;
}

.service-icons {
  position: relative;
}

.service-icons::after {
  right: max(18px, calc((100vw - 1160px) / 2));
  bottom: 36px;
  width: 240px;
  height: 34px;
}

.service-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.service-feature,
.service-step,
.service-quote,
.service-refrain {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg-soft);
  box-shadow: var(--shadow-card-soft);
}

.service-feature {
  min-height: 250px;
  padding: 26px;
  transition: transform .42s cubic-bezier(.16, 1.28, .32, 1), box-shadow .24s ease, background .24s ease;
}

.service-feature:hover,
.service-feature:focus-within {
  transform: translateY(-7px) scale(1.012);
  background: var(--surface);
  box-shadow: 0 26px 64px rgba(20, 63, 7, .13);
}

.service-icon,
.service-step__icon,
.service-quote__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--brand);
}

.service-icon {
  margin-bottom: 22px;
  transition: transform .45s cubic-bezier(.16, 1.36, .32, 1), background .24s ease, color .24s ease;
}

.service-feature:hover .service-icon,
.service-feature:focus-within .service-icon {
  background: var(--brand);
  color: white;
  transform: scale(1.12) rotate(-4deg);
}

.service-icon svg,
.service-step__icon svg,
.service-quote__icon svg,
.service-stat svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-feature h3,
.service-step h3,
.service-quote strong {
  color: var(--ink-strong);
}

.service-feature p,
.service-step p,
.service-quote p,
.service-refrain span {
  color: var(--ink-soft);
}

.service-process {
  background: var(--surface-soft);
}

.service-process__grid {
  grid-template-columns: .82fr 1.18fr;
  align-items: start;
}

.service-process__intro {
  position: sticky;
  top: 104px;
}

.service-step-list {
  display: grid;
  gap: 14px;
}

.service-step {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  transition: var(--motion-row);
}

.service-step:hover {
  transform: translateX(8px);
  box-shadow: 0 22px 54px rgba(20, 63, 7, .11);
}

.service-step__number {
  min-width: 42px;
  color: rgba(47, 125, 32, .42);
  font-weight: 950;
  font-size: 1.2rem;
  line-height: 52px;
}

.service-step h3 {
  margin-bottom: 5px;
}

.service-step p {
  margin-bottom: 0;
}

.service-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.service-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--surface-soft);
  min-height: 190px;
  transition: var(--motion-card);
}

.service-gallery__item--tall {
  grid-row: span 2;
}

.service-gallery__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / .86;
  object-fit: cover;
  transition: transform .36s ease, filter .24s ease;
}

.service-gallery__item--tall img {
  aspect-ratio: 1 / 1.78;
}

.service-gallery__item:hover {
  transform: translateY(-7px) scale(1.015);
  box-shadow: 0 26px 62px rgba(20, 63, 7, .16);
}

.service-gallery__item:hover img {
  transform: scale(1.055);
  filter: saturate(1.06);
}

.service-roger {
  background: linear-gradient(180deg, var(--surface), var(--surface-soft));
}

.service-roger__grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
}

.service-roger__copy p:not(.eyebrow) {
  color: var(--ink-soft);
  max-width: 700px;
}

.service-roger__portrait {
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: 0 24px 68px rgba(20, 63, 7, .16);
}

.service-roger__portrait img {
  width: 100%;
  aspect-ratio: 1 / .88;
  object-fit: cover;
  transition: transform .52s cubic-bezier(.16, 1.18, .32, 1), filter .24s ease;
}

.service-roger__portrait:hover img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.service-quote-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.service-quote {
  padding: 18px;
  transition: transform .34s cubic-bezier(.16, 1.2, .32, 1), box-shadow .22s ease;
}

.service-quote:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(20, 63, 7, .1);
}

.service-quote__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
}

.service-quote p {
  font-size: .92rem;
}

.service-quote strong,
.service-quote span {
  display: block;
}

.service-quote span {
  color: var(--brand);
  font-size: .86rem;
  font-weight: 800;
}

.service-memere {
  background: var(--surface);
}

.service-refrain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.service-refrain {
  overflow: hidden;
  margin: 0;
}

.service-refrain img {
  width: 100%;
  aspect-ratio: 1 / .72;
  object-fit: cover;
}

.service-refrain figcaption {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.service-refrain strong {
  color: var(--ink-strong);
}

.service-cta {
  padding: 58px 0;
  color: white;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.service-cta .eyebrow {
  color: rgba(255, 255, 255, .72);
}

.service-cta h2 {
  margin: 0;
  max-width: 760px;
}

.service-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.team-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(237, 247, 239, .72), transparent 520px),
    var(--bg);
}

.team-hero {
  position: relative;
  padding-top: 146px;
}

.team-hero::before,
.team-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(47, 125, 32, .1);
}

.team-hero::before {
  width: 210px;
  height: 34px;
  top: 118px;
  right: 12%;
}

.team-hero::after {
  width: 86px;
  height: 86px;
  left: 8%;
  bottom: 82px;
}

.team-hero__grid,
.team-routing__grid,
.team-contact-band__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(410px, 1.06fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.team-hero__copy p:not(.eyebrow):not(.lead) {
  color: var(--ink-soft);
}

.team-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}

.team-hero__visual {
  position: relative;
  min-height: 520px;
}

.team-hero__visual--single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.team-portrait {
  position: relative;
  width: min(520px, 100%);
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: var(--shadow-frame);
  transition: transform .52s cubic-bezier(.16, 1.2, .32, 1), box-shadow .24s ease;
}

.team-portrait::before {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 130px;
  height: 130px;
  background: rgba(47, 125, 32, .1);
  z-index: -1;
}

.team-portrait img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-media);
}

.team-hero__visual--single:hover .team-portrait {
  transform: translateY(-6px) rotate(.5deg);
  box-shadow: 0 32px 78px rgba(20, 63, 7, .18);
}

.team-hero__visual--single .team-hero__badge {
  position: static;
  width: min(520px, 100%);
  margin-top: 0;
}

.team-photo-stack {
  position: relative;
  margin: 0;
  min-height: 520px;
}

.team-photo-stack__image {
  position: absolute;
  object-fit: cover;
  border: 12px solid var(--surface);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-photo);
  transition: transform .52s cubic-bezier(.16, 1.22, .32, 1), filter .24s ease;
}

.team-photo-stack__image--1 {
  width: 58%;
  aspect-ratio: 1 / .86;
  top: 8%;
  left: 0;
  z-index: 2;
}

.team-photo-stack__image--2 {
  width: 70%;
  aspect-ratio: 1.15 / .82;
  right: 0;
  top: 0;
  z-index: 1;
}

.team-photo-stack__image--3 {
  width: 52%;
  aspect-ratio: 1 / 1.08;
  right: 10%;
  bottom: 0;
  z-index: 3;
}

.team-hero__visual:hover .team-photo-stack__image--1 { transform: translate(-8px, -4px) rotate(-1.5deg); }
.team-hero__visual:hover .team-photo-stack__image--2 { transform: translate(8px, -6px) rotate(1.2deg); }
.team-hero__visual:hover .team-photo-stack__image--3 { transform: translateY(8px) rotate(-.8deg); }

.team-hero__badge {
  position: absolute;
  left: 28px;
  bottom: 54px;
  z-index: 4;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 12px;
  width: min(300px, calc(100% - 56px));
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg-glass);
  box-shadow: 0 18px 48px rgba(20, 63, 7, .18);
}

.team-hero__badge span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--brand);
}

.team-hero__badge strong {
  color: var(--ink-strong);
  line-height: 1.12;
}

.team-hero__badge em {
  color: var(--ink-soft);
  font-style: normal;
  font-size: .9rem;
}

.team-hero__badge svg,
.team-card__role-icon svg,
.team-route__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-profiles {
  background: var(--surface);
}

.team-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.team-card {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
  transition: transform .42s cubic-bezier(.16, 1.24, .32, 1), box-shadow .24s ease, background .24s ease;
}

.team-card:hover,
.team-card:focus-within {
  transform: translateY(-7px) scale(1.01);
  background: var(--surface);
  box-shadow: 0 28px 68px rgba(20, 63, 7, .13);
}

.team-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.team-avatar {
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  border-radius: var(--radius-round);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, .92), transparent 34%),
    linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: white;
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 18px 40px rgba(20, 63, 7, .18);
}

.team-card__role-icon,
.team-route__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--brand);
  transition: transform .42s cubic-bezier(.16, 1.34, .32, 1), background .24s ease, color .24s ease;
}

.team-card:hover .team-card__role-icon,
.team-card:focus-within .team-card__role-icon,
.team-route:hover .team-route__icon {
  background: var(--brand);
  color: white;
  transform: scale(1.11) rotate(-4deg);
}

.team-card h3 {
  margin-bottom: 10px;
  color: var(--ink-strong);
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
}

.team-card p {
  color: var(--ink-soft);
}

.team-card__summary {
  color: var(--ink);
  font-weight: 760;
}

.team-skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: auto 0 24px;
}

.team-skill-list li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  background: var(--surface-soft);
  color: var(--brand-dark);
  font-size: .9rem;
  font-weight: 850;
}

.team-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: fit-content;
  padding: 0 18px;
  border-radius: var(--radius-pill);
  background: var(--brand);
  color: white;
  font-weight: 850;
  transition: transform .34s cubic-bezier(.16, 1.28, .32, 1), box-shadow .22s ease;
}

.team-card__link:hover,
.team-card__link:focus-visible {
  transform: translateY(-3px) scale(1.025);
  box-shadow: 0 16px 36px rgba(47, 125, 32, .24);
}

.team-routing {
  background: var(--surface-soft);
}

.team-routing__grid {
  grid-template-columns: .82fr 1.18fr;
  align-items: start;
}

.team-routing__intro {
  position: sticky;
  top: 104px;
}

.team-routing__intro p:not(.eyebrow) {
  color: var(--ink-soft);
}

.team-routing__cards {
  display: grid;
  gap: 14px;
}

.team-route {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg-soft);
  box-shadow: var(--shadow-card-soft);
  transition: var(--motion-row);
}

.team-route:hover {
  transform: translateX(8px);
  box-shadow: 0 22px 54px rgba(20, 63, 7, .11);
}

.team-route h3 {
  color: var(--ink-strong);
  margin-bottom: 5px;
}

.team-route p {
  color: var(--ink-soft);
  margin: 0;
}

.team-contact-band {
  background: var(--surface);
}

.team-contact-band__grid {
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
}

.team-contact-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: 0 22px 58px rgba(20, 63, 7, .08);
}

.team-contact-panel h2 {
  margin-bottom: 24px;
}

.team-contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.team-contact-list div {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.team-contact-list dt {
  color: var(--brand);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.team-contact-list dd {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-weight: 720;
}

.team-contact-list a {
  color: var(--ink-strong);
  text-decoration: underline;
  text-underline-offset: .18em;
}

.team-mini-gallery {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 14px;
  align-items: end;
}

.team-mini-gallery img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-card);
  box-shadow: 0 20px 56px rgba(20, 63, 7, .13);
}

.team-mini-gallery img:first-child {
  aspect-ratio: 1 / 1.1;
}

.team-mini-gallery img:last-child {
  aspect-ratio: 1 / .72;
}

.team-cta {
  margin-top: 0;
}

.profile-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(237, 247, 239, .72), transparent 500px),
    var(--bg);
}

.profile-hero {
  position: relative;
  padding-top: 142px;
}

.profile-hero::before,
.profile-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(47, 125, 32, .1);
}

.profile-hero::before {
  width: 160px;
  height: 34px;
  top: 118px;
  right: 11%;
}

.profile-hero::after {
  width: 82px;
  height: 82px;
  left: 8%;
  bottom: 70px;
}

.profile-hero__grid,
.profile-detail__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.profile-back {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 22px;
  color: var(--brand);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.profile-back::before {
  content: "←";
  margin-right: 8px;
}

.profile-title-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.profile-avatar {
  width: 112px;
  height: 112px;
  font-size: 2.25rem;
}

.profile-hero__copy p:not(.eyebrow):not(.lead) {
  color: var(--ink-soft);
  max-width: 680px;
  font-size: 1.08rem;
}

.profile-chip-list {
  margin: 24px 0 0;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}

.profile-hero__media {
  position: relative;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: var(--shadow-frame);
}

.profile-hero__media img {
  width: 100%;
  aspect-ratio: 1 / .92;
  object-fit: cover;
  border-radius: var(--radius-media);
  transition: transform .52s cubic-bezier(.16, 1.18, .32, 1), filter .24s ease;
}

.profile-hero__media:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.profile-role-badge {
  position: absolute;
  left: -24px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 12px;
  width: min(280px, calc(100% - 28px));
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg-glass);
  box-shadow: 0 18px 48px rgba(20, 63, 7, .18);
}

.profile-role-badge span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--brand);
}

.profile-role-badge strong {
  color: var(--ink-strong);
  line-height: 1.12;
}

.profile-role-badge em {
  color: var(--ink-soft);
  font-style: normal;
  font-size: .9rem;
}

.profile-role-badge svg,
.profile-focus-card svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-focus {
  background: var(--surface);
}

.profile-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.profile-focus-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  box-shadow: var(--shadow-card-soft);
  transition: var(--motion-card);
}

.profile-focus-card:hover,
.profile-focus-card:focus-within {
  transform: translateY(-7px) scale(1.012);
  box-shadow: 0 26px 64px rgba(20, 63, 7, .13);
}

.profile-focus-card .team-route__icon {
  margin-bottom: 20px;
}

.profile-focus-card h3 {
  color: var(--ink-strong);
}

.profile-focus-card p {
  color: var(--ink-soft);
  margin-bottom: 0;
}

.profile-detail {
  background: var(--surface-soft);
}

.profile-detail__grid {
  grid-template-columns: minmax(280px, .44fr) minmax(0, 1fr);
  align-items: start;
}

.profile-contact-card,
.profile-original {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  box-shadow: var(--shadow-card);
}

.profile-contact-card {
  position: sticky;
  top: 104px;
  padding: 28px;
}

.profile-contact-card h2 {
  margin-bottom: 18px;
}

.profile-contact-card .team-card__link {
  margin-top: 22px;
}

.profile-original {
  padding: 28px;
}

.profile-original .article-body {
  border-top: 0;
  padding-top: 0;
}

.profile-original .article-body h2:first-child {
  margin-top: 0;
}

.profile-original .article-body h2 {
  color: var(--ink-strong);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  margin: 26px 0 12px;
}

.profile-original .article-body p {
  color: var(--ink-soft);
  max-width: 78ch;
}

.profile-next {
  padding: 58px 0;
  color: white;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.profile-next .eyebrow {
  color: rgba(255, 255, 255, .72);
}

.profile-next h2 {
  margin-bottom: 8px;
}

.profile-next p {
  color: rgba(255, 255, 255, .78);
  margin-bottom: 0;
  max-width: 720px;
}

.profile-next__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.video-page {
  --video-ink: #2a1b14;
  --video-muted: #6f5a4a;
  --video-paper: #fff7ea;
  --video-panel: #fffdf8;
  --video-line: rgba(143, 92, 50, .22);
  --video-red: #d6422b;
  --video-red-dark: #9f2b1d;
  --video-amber: #c9912c;
  --video-cyan: #2f817c;
  color: var(--video-ink);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(214, 66, 43, .08), transparent 360px),
    linear-gradient(180deg, var(--video-paper), #fff 720px);
}

.video-page h1,
.video-page h2,
.video-page h3 {
  color: var(--video-ink);
}

.video-page .lead,
.video-page p {
  color: var(--video-muted);
}

.video-eyebrow {
  margin: 0 0 12px;
  color: var(--video-red);
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
}

.video-hero {
  position: relative;
  padding-top: 142px;
}

.video-hero::before,
.video-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.video-hero::before {
  top: 98px;
  right: 7%;
  width: 210px;
  height: 42px;
  background: rgba(47, 129, 124, .12);
}

.video-hero::after {
  left: 5%;
  bottom: 78px;
  width: 92px;
  height: 92px;
  background:
    linear-gradient(90deg, rgba(214, 66, 43, .12) 50%, transparent 50%),
    linear-gradient(rgba(214, 66, 43, .12) 50%, transparent 50%);
  background-size: 24px 24px;
}

.video-hero__grid,
.video-intro__grid,
.video-original__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.video-hero__copy p:not(.video-eyebrow):not(.lead) {
  max-width: 690px;
  font-size: 1.08rem;
}

.video-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.video-hero__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--video-line);
  border-radius: var(--radius-pill);
  background: rgba(255, 253, 248, .82);
  color: var(--video-muted);
  font-weight: 850;
}

.video-hero__stats strong {
  color: var(--video-red-dark);
  margin-right: 5px;
}

.video-featured,
.video-topic,
.video-card,
.video-original__content,
.video-original__aside {
  border: 1px solid var(--video-line);
  border-radius: var(--radius-card);
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 24px 64px rgba(85, 45, 25, .1);
}

.video-featured {
  position: relative;
  padding: 14px;
  transform-origin: center;
  transition: transform .46s cubic-bezier(.16, 1.2, .32, 1), box-shadow .24s ease;
}

.video-featured:hover {
  transform: translateY(-6px) rotate(.35deg);
  box-shadow: 0 30px 78px rgba(85, 45, 25, .16);
}

.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-media);
  background: #1b1410;
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-featured__label {
  position: absolute;
  left: -22px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 12px;
  width: min(310px, calc(100% - 28px));
  padding: 14px 16px;
  border: 1px solid var(--video-line);
  border-radius: var(--radius-card);
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 18px 48px rgba(85, 45, 25, .18);
}

.video-featured__label span,
.video-topic__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-round);
  background: rgba(214, 66, 43, .12);
  color: var(--video-red);
}

.video-featured__label span {
  grid-row: span 2;
}

.video-featured__label strong {
  color: var(--video-ink);
  line-height: 1.12;
}

.video-featured__label em {
  color: var(--video-muted);
  font-style: normal;
  font-size: .9rem;
}

.video-featured__label svg,
.video-topic__icon svg,
.video-topic-strip svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.video-intro {
  padding-top: 34px;
}

.video-intro__grid {
  grid-template-columns: minmax(0, .76fr) minmax(420px, 1.24fr);
}

.video-intro__copy h2 {
  margin-bottom: 14px;
}

.video-topic-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.video-topic-strip a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid var(--video-line);
  border-radius: var(--radius-card);
  background: rgba(255, 253, 248, .84);
  color: var(--video-ink);
  font-weight: 900;
  transition: transform .36s cubic-bezier(.16, 1.24, .32, 1), background .22s ease;
}

.video-topic-strip a:hover,
.video-topic-strip a:focus-visible {
  transform: translateY(-4px);
  background: white;
}

.video-topic-strip span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: var(--radius-round);
  background: rgba(47, 129, 124, .12);
  color: var(--video-cyan);
  flex: 0 0 auto;
}

.video-library {
  background: #fff;
}

.video-library__heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.video-topic-list {
  display: grid;
  gap: 18px;
}

.video-topic {
  padding: clamp(20px, 3vw, 32px);
  transition: transform .42s cubic-bezier(.16, 1.2, .32, 1), box-shadow .24s ease;
}

.video-topic:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 76px rgba(85, 45, 25, .14);
}

.video-topic__header {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 20px;
}

.video-topic__icon {
  width: 56px;
  height: 56px;
}

.video-topic__header h3 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
}

.video-topic__header p:last-child {
  max-width: 880px;
  margin-bottom: 0;
}

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

.video-card {
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(85, 45, 25, .08);
}

.video-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 14px;
}

.video-card__footer strong {
  color: var(--video-ink);
}

.video-card__footer a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  background: var(--video-red);
  color: white;
  font-weight: 900;
  white-space: nowrap;
  transition: transform .28s cubic-bezier(.16, 1.24, .32, 1), background .2s ease;
}

.video-card__footer a:hover,
.video-card__footer a:focus-visible {
  background: var(--video-red-dark);
  transform: translateY(-2px);
}

.video-original {
  background:
    linear-gradient(180deg, rgba(201, 145, 44, .09), transparent),
    var(--video-paper);
}

.video-original__grid {
  grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr);
  align-items: start;
}

.video-original__aside {
  position: sticky;
  top: 104px;
  padding: 26px;
}

.video-original__aside h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.video-original__content {
  padding: 28px;
}

.video-original .article-body {
  border-top: 0;
  padding-top: 0;
}

.video-original .article-body > div[style*="padding-bottom"] {
  display: none;
}

.video-original .article-body h2 {
  color: var(--video-red-dark);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  margin: 32px 0 12px;
}

.video-original .article-body h2:first-child {
  margin-top: 0;
}

.video-original .article-body h3 {
  color: var(--video-ink);
  font-size: 1.12rem;
}

.video-original .article-body p {
  color: var(--video-muted);
}

.video-original .article-body a {
  color: var(--video-red-dark);
}

.contact-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(237, 247, 239, .72), transparent 520px),
    var(--bg);
}

.contact-hero {
  position: relative;
  padding-top: 146px;
}

.contact-hero::before,
.contact-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(47, 125, 32, .1);
}

.contact-hero::before {
  width: 220px;
  height: 34px;
  top: 112px;
  right: 10%;
}

.contact-hero::after {
  width: 86px;
  height: 86px;
  left: 7%;
  bottom: 70px;
}

.contact-hero__grid,
.contact-details__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.contact-hero__copy p:not(.eyebrow):not(.lead) {
  color: var(--ink-soft);
}

.contact-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}

.contact-hero__photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.contact-hero__photo-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 12px solid var(--surface);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-photo);
  transition: transform .46s cubic-bezier(.16, 1.18, .32, 1), box-shadow .24s ease;
}

.contact-hero__photo-grid figure:first-child {
  transform: translateY(34px);
}

.contact-hero__photo-grid figure:hover {
  transform: translateY(-6px) rotate(-.7deg);
  box-shadow: 0 30px 78px rgba(20, 63, 7, .18);
}

.contact-hero__photo-grid figure:first-child:hover {
  transform: translateY(24px) rotate(.7deg);
}

.contact-hero__photo-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.contact-hero__photo-grid figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: var(--radius-card);
  background: var(--card-bg-strong);
  color: var(--ink-strong);
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(20, 63, 7, .16);
}

.contact-people {
  background: var(--surface);
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.contact-person-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg-strong);
  box-shadow: var(--shadow-card);
  transition: var(--motion-card);
}

.contact-person-card:hover,
.contact-person-card:focus-within {
  transform: translateY(-7px) scale(1.01);
  box-shadow: 0 28px 68px rgba(20, 63, 7, .13);
}

.contact-person-card__media {
  position: relative;
  background: var(--surface-soft);
}

.contact-person-card__media img {
  width: 100%;
  aspect-ratio: 1 / .72;
  object-fit: cover;
}

.contact-person-card__icon {
  position: absolute;
  left: 22px;
  bottom: -27px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 6px solid var(--surface);
  border-radius: var(--radius-round);
  background: var(--brand);
  color: white;
  box-sizing: content-box;
}

.contact-person-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-person-card__body {
  padding: 42px 26px 26px;
}

.contact-person-card__body h3 {
  color: var(--ink-strong);
  font-size: clamp(1.65rem, 2.4vw, 2.2rem);
}

.contact-person-card__body p {
  color: var(--ink-soft);
}

.contact-person-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}

.contact-details {
  background: var(--surface-soft);
}

.contact-details__grid {
  grid-template-columns: minmax(280px, .44fr) minmax(0, 1fr);
  align-items: start;
}

.contact-detail-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card-bg-strong);
  box-shadow: var(--shadow-card);
}

.contact-route-list {
  display: grid;
  gap: 14px;
}

.call-modal {
  width: min(620px, calc(100vw - 32px));
  max-height: min(88vh, 760px);
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: var(--ink);
  overflow: visible;
}

.call-modal::backdrop {
  background: rgba(14, 22, 10, .58);
  backdrop-filter: blur(4px);
}

.call-modal__panel {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 4vw, 30px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 30px 90px rgba(14, 22, 10, .28);
}

.call-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.call-modal__header .eyebrow {
  margin: 0;
}

.call-modal h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.call-modal img {
  display: block;
  width: 100%;
  max-height: min(58vh, 520px);
  object-fit: contain;
  border-radius: 12px;
  background: var(--surface-soft);
}

.call-modal__close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-round);
  background: var(--surface-soft);
  color: var(--ink);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.call-modal__close:hover,
.call-modal__close:focus-visible {
  background: var(--brand);
  color: white;
}

.contact { background: linear-gradient(135deg, var(--brand-dark), var(--brand)); color: white; }
.contact__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact p { color: rgba(255,255,255,.82); max-width: 700px; }

.site-footer { padding: 32px 0; background: var(--footer-bg); color: var(--footer-text); }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(330px, .9fr) minmax(360px, 1.25fr) minmax(190px, .6fr);
  align-items: center;
  gap: clamp(24px, 4vw, 52px);
}
.footer-roger {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.footer-main {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}
.footer-roger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 240px;
  padding: 0 20px;
  border-radius: 10px;
  background: var(--brand);
  color: white;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
  transition: transform .32s cubic-bezier(.16, 1.2, .32, 1), background .2s ease, box-shadow .2s ease;
}
.footer-roger-button:hover,
.footer-roger-button:focus-visible {
  background: #2f8d25;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}
.footer-portrait-tile {
  display: grid;
  place-items: center;
  width: 146px;
  height: 146px;
  flex: 0 0 146px;
}
.footer-portrait {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  align-content: center;
  max-width: 620px;
}
.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.footer-links a:hover,
.footer-links a:focus-visible { color: white; }
.brand--footer { color: white; }
.footer-meta {
  display: grid;
  gap: 12px;
  justify-items: end;
  align-items: center;
  text-align: right;
}
.theme-switch--footer {
  background: rgba(255, 255, 255, .08);
}
.site-footer p { display: flex; align-items: center; margin: 0; }

@media (max-width: 980px) {
  .nav-button { display: grid; gap: 5px; cursor: pointer; }
  .nav-button span { width: 22px; }
  .main-nav {
    position: absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100svh - 96px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px;
    border-radius: 24px;
    background: var(--menu-bg);
  }
  .main-nav__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .main-nav__item {
    width: 100%;
  }
  .main-nav__item > a,
  .nav-disclosure > summary {
    width: 100%;
    border-radius: 14px;
  }
  .site-header.is-nav-open .main-nav { display: flex; }
  .dropdown {
    position: static;
    display: none;
    margin: 0 0 8px 16px;
    box-shadow: none;
    background: var(--dropdown-bg);
    width: calc(100% - 16px);
  }
  .nav-disclosure[open] > .dropdown {
    display: block;
  }
  .dropdown li { width: 100%; }
  .dropdown a {
    width: 100%;
  }
  .feature-grid, .memere-grid, .footer-grid, .blog-grid, .service-feature-grid, .service-quote-grid, .service-refrain-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .footer-meta {
    grid-column: 1 / -1;
    justify-items: center;
    text-align: center;
  }
  .service-hero__grid,
  .service-process__grid,
  .service-roger__grid,
  .measure-hero__grid,
  .measure-helper__grid,
  .pmp-hero__grid,
  .pmp-explainer__grid,
  .pmp-video-grid,
  .pmp-article-grid,
  .roger-hero__grid,
  .team-hero__grid,
  .team-routing__grid,
  .team-contact-band__grid,
  .profile-hero__grid,
  .profile-detail__grid,
  .video-hero__grid,
  .video-intro__grid,
  .video-original__grid,
  .contact-hero__grid,
  .contact-details__grid,
  .collection-hero__grid,
  .regions-hero__grid,
  .region-detail__grid,
  .region-local-content__grid {
    grid-template-columns: 1fr;
  }
  .service-process__intro,
  .team-routing__intro,
  .profile-contact-card,
  .pmp-checklist,
  .video-original__aside,
  .region-summary {
    position: static;
  }
  .video-topic-strip,
  .video-card-grid {
    grid-template-columns: 1fr 1fr;
  }
  .collection-card {
    grid-template-columns: 56px minmax(0, 1fr);
  }
  .regions-grid,
  .region-locality-list {
    grid-template-columns: 1fr 1fr;
  }
  .collection-card__action {
    grid-column: 2;
    justify-self: start;
  }
  .profile-focus-grid {
    grid-template-columns: 1fr;
  }
  .measure-resource-grid {
    grid-template-columns: 1fr;
  }
  .measure-demo {
    grid-template-columns: 1fr;
  }
  .service-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .field-story,
  .roger__panel {
    grid-template-columns: 1fr;
  }
  .field-note--left { padding-top: 0; }
  .field-note--right {
    display: grid;
    grid-template-columns: .55fr 1fr;
    gap: 18px;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .section { padding: 68px 0; }
  .feature-grid, .gallery-grid, .quote-grid, .memere-grid, .footer-grid, .blog-grid, .service-feature-grid, .service-gallery__grid, .service-quote-grid, .service-refrain-grid { grid-template-columns: 1fr; }
  .footer-grid {
    gap: 20px;
    min-height: 0;
  }
  .footer-main,
  .footer-meta {
    justify-items: start;
    text-align: left;
  }
  .footer-roger {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .footer-roger-button {
    max-width: 100%;
    width: min(100%, 260px);
  }
  .footer-portrait-tile {
    width: 132px;
    height: 132px;
  }
  .service-hero {
    padding-top: 124px;
  }
  .measure-hero {
    padding-top: 124px;
  }
  .regions-hero {
    padding-top: 124px;
  }
  .pmp-hero {
    padding-top: 124px;
  }
  .pmp-hero__media figcaption {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
  .pmp-animation {
    min-height: 360px;
  }
  .pmp-log {
    height: 150px;
  }
  .pmp-log__ring {
    width: 118px;
    height: 118px;
  }
  .pmp-log__measure--diameter::before {
    height: 112px;
  }
  .pmp-log__measure--length::before {
    width: min(210px, 52vw);
  }
  .pmp-log__scan {
    animation-name: pmp-scan-mobile;
  }
  .pmp-article {
    padding: 22px;
  }
  .pmp-formula-card {
    width: 100%;
  }
  .pmp-formula-card span,
  .pmp-formula-card strong {
    flex: 1 1 auto;
    justify-content: center;
  }
  .measure-resource-card {
    min-height: auto;
  }
  .regions-grid,
  .region-locality-list {
    grid-template-columns: 1fr;
  }
  .region-locality-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }
  .region-locality-card em,
  .region-locality-card small {
    grid-column: 2;
    justify-self: start;
  }
  .measure-hero__media figcaption {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
  .measure-video-note {
    grid-template-columns: 1fr;
  }
  .measure-demo {
    padding: 14px;
  }
  .roger-hero {
    padding-top: 124px;
  }
  .roger-app-card {
    border-width: 10px;
    border-radius: 18px;
  }
  .team-hero {
    padding-top: 116px;
  }
  .profile-hero {
    padding-top: 116px;
  }
  .video-hero {
    padding-top: 118px;
  }
  .contact-hero {
    padding-top: 118px;
  }
  .collection-hero {
    padding-top: 118px;
  }
  .service-stat {
    position: static;
    max-width: none;
    margin-top: 12px;
  }
  .service-actions,
  .team-actions,
  .profile-actions,
  .contact-quick-actions,
  .profile-next__inner,
  .service-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-hero__photo-grid,
  .contact-card-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero__photo-grid figure:first-child,
  .contact-hero__photo-grid figure:first-child:hover {
    transform: none;
  }
  .contact-person-card__media img {
    aspect-ratio: 1 / .82;
  }
  .contact-person-card__actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .video-topic-strip,
  .video-card-grid {
    grid-template-columns: 1fr;
  }
  .collection-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }
  .collection-card__action {
    grid-column: auto;
    width: 100%;
    justify-content: center;
  }
  .video-featured__label,
  .video-card__footer {
    position: static;
  }
  .video-featured__label {
    width: 100%;
    margin-top: 12px;
  }
  .video-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .video-topic__header {
    grid-template-columns: 1fr;
  }
  .video-original__content {
    padding: 22px;
  }
  .profile-title-row {
    grid-template-columns: 1fr;
  }
  .profile-role-badge {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
  .profile-original,
  .profile-contact-card {
    padding: 22px;
  }
  .team-hero__visual,
  .team-photo-stack {
    min-height: auto;
  }
  .team-portrait {
    width: 100%;
    padding: 10px;
  }
  .team-portrait::before {
    right: -14px;
    top: -14px;
    width: 84px;
    height: 84px;
  }
  .team-photo-stack {
    display: grid;
    gap: 12px;
  }
  .team-photo-stack__image {
    position: static;
    width: 100%;
    aspect-ratio: 1 / .72;
    border-width: 8px;
  }
  .team-photo-stack__image--3 {
    display: none;
  }
  .team-hero__badge {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
  .team-profile-grid {
    grid-template-columns: 1fr;
  }
  .team-card {
    min-height: auto;
  }
  .team-mini-gallery {
    grid-template-columns: 1fr;
  }
  .team-route:hover {
    transform: translateY(-4px);
  }
  .service-step {
    grid-template-columns: auto 1fr;
  }
  .service-step__number {
    grid-column: 1 / -1;
    line-height: 1;
  }
  .service-gallery__item--tall {
    grid-row: auto;
  }
  .service-gallery__item--tall img {
    aspect-ratio: 1 / .86;
  }
  .feature-card,
  .feature-card:nth-child(3n),
  .feature-card:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .feature-card:last-child { border-bottom: 0; }
  .field-note--right { display: block; }
  .contact__inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: start; text-align: left; }
  .site-footer p { align-items: flex-start; }
  .site-header__inner {
    gap: 10px;
    width: min(1160px, calc(100% - 20px));
    padding-inline: 10px;
  }
  .brand { gap: 0; }
  .brand > span:not(.brand__mark) { display: none; }
}

@keyframes pmp-scan-mobile {
  0%, 100% { transform: translateX(0); opacity: .15; }
  50% { transform: translateX(calc(100vw - 112px)); opacity: .8; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .hero__slide {
    transition: none;
  }

  .gallery-item img {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
