@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Inter:wght@300;400;500;600&family=Poppins:wght@400;500;600;700;800&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

:root {
  /* Palette from your reference swatch */
  --rose: #d6bbaa;
  --rose-deep: #c4a894;
  --cream: #fce6d6;
  --cream-deep: #f5dcc8;
  --sage: #a9ac99;
  --sage-dark: #7d8070;
  --sage-deep: #6a6d61;
  --white: #fffcf9;
  --main: #e8ddd4;
  --bg: #fce6d6;
  --surface: #fffcf9;
  --cream2: #fff8f3;
  --text: #5a5854;
  --text-strong: #3f3d3a;
  --muted: #7a7772;
  --brand: #7d8070;
  --brand-dark: #6a6d61;
  --brand-soft: #d6bbaa;
  --accent: #7d8070;
  --accent-hover: #6a6d61;
  --accent-soft: #d6bbaa;
  --border: #d4c4b8;
  --line: #e0d2c8;
  --accent-text: #ffffff;
  --shadow: 0 12px 40px rgba(63, 61, 58, 0.07);
  --shadow-lg: 0 28px 64px rgba(63, 61, 58, 0.1);
  --font: "Inter", "Poppins", "DM Sans", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --font-display: "Poppins", "Inter", "DM Sans", system-ui, sans-serif;
  --max: 920px;
  --max-wide: 1200px;
  --pad: clamp(24px, 5vw, 48px);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --radius: 14px;
  --head-h: 88px;
  --bp-sm: 480px;
  --bp-md: 768px;
  --bp-lg: 1024px;
  --bp-xl: 1280px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

main {
  width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--text);
  background: linear-gradient(165deg, var(--cream) 0%, var(--cream2) 42%, var(--white) 100%);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img.img-fallback {
  object-fit: cover;
  background: #fffdfb;
}

figure:has(> img.img-fallback),
.blog-card__media:has(img.img-fallback),
.hero-pro__visual:has(img.img-fallback),
.intro-editorial__visual:has(img.img-fallback) {
  background: #fffdfb;
}

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

.shell {
  width: min(var(--max-wide), 100%);
  margin-inline: auto;
}

.is-center {
  text-align: center;
}

.is-center .display,
.is-center .heading,
.is-center .body-lg,
.is-center .lede {
  margin-inline: auto;
}

.is-center .actions {
  justify-content: center;
}

.screen--sand,
.split-section.screen--sand {
  background: linear-gradient(180deg, var(--main) 0%, var(--cream-deep) 100%);
}

.screen--white,
.split-section.screen--white {
  background: linear-gradient(180deg, var(--white) 0%, var(--cream2) 100%);
}

.screen--rose {
  background: linear-gradient(135deg, var(--rose) 0%, var(--cream-deep) 100%);
}

/* —— Homepage CTA —— */
.cta-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(88px, 14vh, 128px) var(--pad);
  background-color: var(--white);
  background-image: linear-gradient(
    180deg,
    rgba(252, 230, 214, 0.25) 0%,
    var(--white) 35%,
    var(--cream2) 100%
  );
}

.cta-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: min(640px, 100%);
  margin-inline: auto;
}

.cta-section__inner .label,
.is-center .label,
.section-head .label {
  align-self: center;
  margin-inline: auto;
}

.cta-section__inner .title-xl {
  margin-inline: auto;
  max-width: 22ch;
}

.cta-section__inner .lede {
  margin-inline: auto;
  max-width: 42ch;
}

.cta-section__inner .actions {
  justify-content: center;
  margin-top: clamp(28px, 4vh, 40px);
}

/* —— Homepage: brand watermark (before footer) —— */
.brand-watermark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(220px, 32vh, 360px);
  padding: clamp(48px, 8vh, 72px) var(--pad);
  background: #fdf8f4;
  border-top: 1px solid var(--line);
  overflow: hidden;
  text-align: center;
}

.brand-watermark__text {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 20vw, 12rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(232, 221, 210, 0.55);
  pointer-events: none;
  user-select: none;
}

/* Optional: use a faint logo image instead of text — add class brand-watermark--logo to the section */
.brand-watermark--logo .brand-watermark__text {
  display: none;
}

.brand-watermark--logo::after {
  content: "";
  display: block;
  width: min(420px, 75vw);
  height: clamp(120px, 22vh, 200px);
  background: url("../assets/brand/logo-dark.svg") center / contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

/* —— Bold full-width header (no box) —— */
.site-head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--sage-deep);
  border-bottom: 4px solid var(--rose);
  transition: box-shadow 0.3s var(--ease);
}

.site-head.is-scrolled {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

.site-head__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 40px);
  min-height: 84px;
  width: min(1440px, 100% - var(--pad) * 2);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.logo {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  max-width: min(200px, 42vw);
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  transition: opacity 0.2s var(--ease);
}

.logo:hover {
  opacity: 0.88;
  color: #fff;
}

.logo__img {
  display: block;
  width: auto;
  height: clamp(30px, 5vw, 40px);
  max-width: min(180px, 40vw);
  object-fit: contain;
  object-position: left center;
}

.logo--has-img .logo__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.logo:not(.logo--has-img) .logo__img {
  display: none;
}

.logo-mark {
  color: var(--rose);
}

.logo--footer .logo__img {
  height: clamp(28px, 4vw, 34px);
  max-width: 160px;
  filter: none;
}

.logo--footer.logo--has-img:not(.logo--footer-wordmark) .logo__text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(8px, 2vw, 32px);
}

.menu a {
  position: relative;
  padding: 8px 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s var(--ease);
}

.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--rose);
  transform: scaleX(0);
  transition: transform 0.25s var(--ease-out);
}

.menu a:hover {
  color: #fff;
}

.menu a:hover::after,
.menu a.is-active::after {
  transform: scaleX(1);
}

.menu a.is-active {
  color: #fff;
}

.site-head__end {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.head-cta {
  display: inline-block;
  padding: 14px 28px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-strong);
  background: var(--rose);
  border: 2px solid var(--rose);
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    border-color 0.2s var(--ease);
}

.head-cta:hover {
  background: #fff;
  border-color: #fff;
  color: var(--sage-deep);
}

.head-cta.is-active {
  background: #fff;
  color: var(--sage-deep);
  border-color: #fff;
}

.menu-contact {
  display: none;
}

.menu-btn {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.menu-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.menu-btn__line {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s var(--ease-out), opacity 0.2s var(--ease);
}

.site-head.is-open .menu-btn__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.site-head.is-open .menu-btn__line:nth-child(2) {
  opacity: 0;
}

.site-head.is-open .menu-btn__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

main {
  padding-top: var(--head-h);
}

/* —— Type —— */
.label {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 6px 14px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  background: rgba(255, 252, 249, 0.7);
  border: 1px solid var(--border);
  border-radius: 999px;
}

.template-hint {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 14px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--muted);
  background: rgba(255, 252, 249, 0.85);
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  max-width: 42ch;
}

.display {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  max-width: 14ch;
}

.display--xl {
  font-size: clamp(2.35rem, 5.8vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: none;
  max-width: 14ch;
}

.display--light {
  color: #fff;
}

.title-xl {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: none;
  max-width: 20ch;
}

.title-brand {
  color: var(--sage-deep);
}

.heading {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--text-strong);
  max-width: 22ch;
}

.heading--brand {
  color: var(--sage-deep);
}

.kicker {
  margin: 0 0 14px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text);
}

.lede,
.body-lg {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text);
  opacity: 0.92;
  max-width: 46ch;
  margin: 0;
}

.template-note {
  margin-top: 20px;
  font-size: 0.8125rem;
  color: var(--muted);
  max-width: 42ch;
}

.template-note code {
  font-size: 0.75rem;
  padding: 2px 6px;
  background: var(--main);
  border-radius: 2px;
  color: var(--text-strong);
}

/* —— Buttons —— */
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-block;
  padding: 14px 26px;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--accent-text);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.btn:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--text-strong);
  border-color: var(--border);
  box-shadow: none;
}

.btn-outline:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-text);
}

.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
}

.btn-brand:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.link-arrow {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-strong);
  border-bottom: 1px solid var(--text-strong);
  padding-bottom: 3px;
  transition: opacity 0.2s;
}

.link-arrow:hover {
  opacity: 0.75;
}

/* —— Split sections —— */
.split-section {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(96px, 11vh, 128px) var(--pad);
}

.split-section--short {
  min-height: auto;
  padding-block: clamp(80px, 10vh, 112px);
  padding-inline: var(--pad);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  width: 100%;
}

.split--reverse .split__content {
  order: 2;
}

.split--reverse .split__media {
  order: 1;
}

.split__content--left {
  text-align: left;
}

.split__content--center {
  text-align: center;
}

.split__content--right {
  text-align: right;
}

.split__content--left .display,
.split__content--left .heading,
.split__content--left .body-lg,
.split__content--left .lede,
.split__content--left .template-note {
  margin-left: 0;
  margin-right: auto;
}

.split__content--center .display,
.split__content--center .heading,
.split__content--center .body-lg,
.split__content--center .lede {
  margin-inline: auto;
}

.split__content--right .display,
.split__content--right .heading,
.split__content--right .body-lg,
.split__content--right .lede,
.split__content--right .template-note {
  margin-left: auto;
  margin-right: 0;
}

.split__content--left .actions {
  justify-content: flex-start;
}

.split__content--center .actions {
  justify-content: center;
}

.split__content--right .actions {
  justify-content: flex-end;
}

.split__media {
  position: relative;
}

.split__media::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  background: var(--rose);
  opacity: 0.55;
  border-radius: var(--radius);
  z-index: 0;
}

.split__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: min(76vh, 680px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

/* —— Work index —— */
.section-head {
  max-width: 520px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 48px;
}

.work-index {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.work-index__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--cream2);
  min-height: 280px;
  color: inherit;
  transition: background 0.25s var(--ease);
}

.work-index__item:hover {
  background: #ffffff;
}

.work-index__item:nth-child(even) {
  direction: rtl;
}

.work-index__item:nth-child(even) > * {
  direction: ltr;
}

.work-index__img img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.work-index__meta {
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.work-index__num {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-soft);
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.work-index__meta h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.375rem;
  color: var(--text-strong);
}

.work-index__meta p {
  margin: 0 0 16px;
  font-size: 0.9375rem;
  color: var(--muted);
}

/* —— Metrics —— */
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 800px;
  margin-inline: auto;
  padding: 48px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.metrics__val {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: var(--text-strong);
  margin: 0 0 6px;
}

.metrics__lbl {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.metrics__note {
  grid-column: 1 / -1;
  margin: 16px 0 0;
  font-size: 0.75rem;
  color: var(--muted);
  text-align: center;
}

/* —— Quote —— */
.quote {
  margin: 0 auto;
  font-family: "Source Sans 3", var(--font);
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  color: var(--text-strong);
  max-width: 28ch;
}

.quote-by {
  margin-top: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--muted);
}

/* —— Testimonial showcase (full viewport, open) —— */
.testimonial-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100dvh - var(--head-h));
  min-height: calc(100svh - var(--head-h));
  width: 100%;
  padding: clamp(32px, 5vh, 56px) var(--pad);
  overflow: hidden;
  color: var(--text);
  background-color: var(--cream2);
  background-image: linear-gradient(
    165deg,
    var(--white) 0%,
    var(--cream2) 40%,
    rgba(252, 230, 214, 0.35) 100%
  );
}

.testimonial-section__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 10% 15%, rgba(214, 187, 170, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 92% 80%, rgba(169, 172, 153, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.testimonial-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(1100px, 100%);
  margin-inline: auto;
  flex: 1;
}

.testimonial-section__head {
  text-align: center;
  margin-bottom: clamp(36px, 6vh, 56px);
}

.testimonial-section__kicker {
  margin: 0 0 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.testimonial-section__title {
  margin: 0;
  max-width: 20ch;
  margin-inline: auto;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.8vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--sage-deep);
}

.testimonial-showcase {
  position: relative;
  width: 100%;
  text-align: center;
}

.testimonial-showcase__mark {
  display: block;
  margin-bottom: clamp(8px, 1.5vh, 16px);
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(214, 187, 170, 0.5);
  pointer-events: none;
  user-select: none;
}

.testimonial-showcase__viewport {
  display: grid;
  grid-template-areas: "slide";
  min-height: clamp(180px, 26vh, 260px);
}

.testimonial-showcase__slide {
  grid-area: slide;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 3.5vh, 36px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 0.45s var(--ease-out),
    visibility 0.45s var(--ease-out),
    transform 0.45s var(--ease-out);
}

.testimonial-showcase__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.testimonial-showcase__quote {
  margin: 0 auto;
  max-width: 46ch;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--text-strong);
}

.testimonial-showcase__author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
}

.testimonial-showcase__avatar {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, var(--sage-deep) 0%, var(--rose-deep) 100%);
}

.testimonial-showcase__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

.testimonial-showcase__slide .testimonial-showcase__meta {
  text-align: left;
}

.testimonial-showcase__name {
  font-style: normal;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-strong);
}

.testimonial-showcase__role {
  font-size: 0.875rem;
  color: var(--muted);
}

.testimonial-showcase__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 32px);
  margin-top: clamp(28px, 4vh, 40px);
}

.testimonial-showcase__nav {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--sage-deep);
  cursor: pointer;
  transition:
    background 0.25s var(--ease),
    border-color 0.25s var(--ease),
    color 0.25s var(--ease),
    transform 0.2s var(--ease);
}

.testimonial-showcase__nav:hover {
  background: rgba(255, 252, 249, 0.8);
  border-color: var(--rose);
  color: var(--sage-deep);
}

.testimonial-showcase__nav:focus-visible {
  outline: 2px solid var(--sage-deep);
  outline-offset: 3px;
}

.testimonial-showcase__nav:active {
  transform: scale(0.94);
}

.testimonial-showcase__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-showcase__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(169, 172, 153, 0.45);
  cursor: pointer;
  transition:
    width 0.3s var(--ease-out),
    background 0.25s var(--ease),
    border-radius 0.3s var(--ease-out);
}

.testimonial-showcase__dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--sage-deep);
}

.testimonial-showcase__dot:focus-visible {
  outline: 2px solid var(--sage-deep);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-showcase__slide {
    transform: none;
    transition: opacity 0.2s, visibility 0.2s;
  }
}

/* —— Gallery —— */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery a {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}

.gallery a:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.gallery a:hover img {
  transform: scale(1.04);
}

.gallery figcaption {
  padding: 14px 16px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-strong);
}

.gallery figcaption span {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 2px;
}

/* —— Services —— */
.svc-list {
  max-width: 720px;
  margin-inline: auto;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}

.svc-list__row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 28px 32px;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.svc-list__row:last-child {
  border-bottom: none;
}

.svc-list__row strong {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--accent-soft);
  letter-spacing: 0.08em;
}

.svc-list__row h3 {
  margin: 0 0 6px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text-strong);
}

.svc-list__row p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted);
}

/* —— Plans —— */
.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin-inline: auto;
  text-align: left;
}

.plan {
  padding: 32px 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.plan--highlight {
  border-color: var(--sage);
  background: var(--cream2);
  box-shadow: var(--shadow);
}

.plan h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 700;
}

.plan .price {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-strong);
  margin: 16px 0 20px;
}

.plan ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  color: var(--muted);
}

.plan li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.plan li:last-child {
  border-bottom: none;
}

.plan .btn,
.plan .btn-outline {
  width: 100%;
  text-align: center;
}

/* —— Team —— */
.team {
  max-width: 560px;
  margin-inline: auto;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}

.team__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  border-bottom: 1px solid var(--line);
}

.team__row:last-child {
  border-bottom: none;
}

.team__row h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-strong);
}

.team__row p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--muted);
}

/* —— Form —— */
.form-field {
  margin-bottom: 18px;
}

.form-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  font: inherit;
  color: var(--text-strong);
  border-radius: var(--radius);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--accent-soft);
  box-shadow: 0 0 0 3px rgba(185, 207, 173, 0.45);
}

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

.form .btn {
  width: 100%;
  margin-top: 8px;
}

.form--minimal .form-field input,
.form--minimal .form-field textarea,
.form--minimal .form-field select {
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.form--minimal .form-field input:focus,
.form--minimal .form-field textarea:focus,
.form--minimal .form-field select:focus {
  border-bottom-color: var(--sage-deep);
  box-shadow: none;
}

.form--minimal .form-field select {
  cursor: pointer;
}

.form--modern .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(20px, 3vw, 28px);
}

.form--modern .form-field {
  margin-bottom: clamp(20px, 3vh, 28px);
}

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

.form--modern .form-field input,
.form--modern .form-field textarea,
.form--modern .form-field select {
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  transition:
    border-color 0.25s var(--ease),
    background 0.25s var(--ease);
}

.form--modern .form-field input:focus,
.form--modern .form-field textarea:focus,
.form--modern .form-field select:focus {
  border-color: var(--sage-dark);
  background: var(--white);
  box-shadow: none;
}

.form--modern .form-field textarea {
  min-height: 160px;
}

.form--modern .form-field select {
  cursor: pointer;
}

.form-honey {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-status {
  margin-bottom: clamp(20px, 3vh, 28px);
  padding: clamp(16px, 2.5vh, 20px) clamp(18px, 2.5vw, 22px);
  border-radius: var(--radius);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.form-status p {
  margin: 0;
}

.form-status--success {
  background: rgba(169, 172, 153, 0.2);
  border: 1px solid var(--sage);
  color: var(--text-strong);
}

.form-status--error {
  background: rgba(196, 168, 148, 0.25);
  border: 1px solid var(--rose-deep);
  color: var(--text-strong);
}

#contact-form-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* —— Case study —— */
.case-detail {
  padding: clamp(64px, 10vh, 96px) var(--pad);
  border-top: 1px solid var(--line);
}

.case-detail__wrap {
  width: min(var(--max-wide), 100%);
  margin-inline: auto;
}

.case-gallery {
  padding: clamp(64px, 10vh, 96px) var(--pad);
  border-top: 1px solid var(--line);
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 56px;
  margin: 0 auto clamp(40px, 6vh, 56px);
  padding: clamp(28px, 4vh, 36px) 0;
  max-width: 900px;
  border-block: 1px solid var(--line);
}

.case-meta div {
  text-align: center;
}

.case-meta dt {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 6px;
}

.case-meta dd {
  margin: 0;
  color: var(--text-strong);
  font-weight: 600;
}

.case-copy {
  max-width: 54ch;
  margin-inline: auto;
  text-align: center;
}

.case-copy p {
  color: var(--muted);
  margin: 0 0 18px;
}

.case-shots {
  display: grid;
  gap: 20px;
}

.case-shots img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.case-shots .wide {
  aspect-ratio: 16 / 9;
}

.case-shots .pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.case-shots .pair img {
  aspect-ratio: 4 / 5;
}

/* —— Footer —— */
.site-foot {
  background: #fdf8f4;
  color: var(--text);
  padding: clamp(72px, 11vh, 104px) var(--pad) clamp(40px, 6vh, 56px);
  border-top: 1px solid var(--line);
}

/* Sign-up (left) | pages | included | brand (right) */
.site-foot__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.65fr) minmax(100px, 0.7fr) minmax(120px, 0.8fr) minmax(220px, 1.05fr);
  grid-template-areas: "signup pages included brand";
  align-items: start;
  gap: clamp(36px, 5vw, 52px) clamp(28px, 3.5vw, 44px);
  text-align: left;
  padding-bottom: clamp(48px, 7vh, 64px);
  border-bottom: 1px solid rgba(212, 196, 184, 0.65);
}

.foot-col--signup {
  grid-area: signup;
  min-width: 0;
}

.foot-col--nav:nth-of-type(1) {
  grid-area: pages;
}

.foot-col--nav:nth-of-type(2) {
  grid-area: included;
}

.site-foot__brand--end {
  grid-area: brand;
}

.site-foot__brand {
  min-width: 0;
  padding-top: 2px;
}

.site-foot__brand--end {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: min(380px, 100%);
  margin-left: auto;
}

/* Footer uses logo-dark.svg only (SVG includes the wordmark — no duplicate HTML text) */
.site-foot__brand--end .logo.logo--footer-mark {
  display: inline-block;
  margin-bottom: clamp(18px, 3vh, 24px);
  opacity: 1;
}

.site-foot__brand--end .logo.logo--footer-mark:hover {
  opacity: 0.85;
}

.site-foot__brand--end .logo.logo--footer-mark .logo__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-foot__brand--end .logo.logo--footer-mark .logo__img {
  display: block;
  width: auto;
  height: clamp(48px, 8vw, 64px);
  max-width: min(260px, 100%);
  object-fit: contain;
  object-position: left center;
}

.site-foot__brand-text {
  margin: 0 0 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #6f6b66;
}

.site-foot__brand-text code {
  font-size: 0.8125rem;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e8ddd4;
  border-radius: 3px;
  color: #5a5854;
}

.site-foot__contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 22px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6f6b66;
}

.site-foot__contact-link {
  color: #5a5854;
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.site-foot__contact-link:hover {
  color: var(--text-strong);
}

.site-foot__contact-loc {
  display: block;
}

.foot-col--signup .foot-col__title {
  margin-bottom: 12px;
}

.foot-signup__lede {
  margin: 0 0 10px;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #6f6b66;
  max-width: 34ch;
}

.foot-signup__popup-link {
  display: inline-block;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 0.8125rem;
  color: #8b7355;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.foot-signup__popup-link:hover {
  color: #5c4a38;
}

.foot-signup__status {
  margin-bottom: 14px;
  padding: 12px 14px;
  font-size: 0.8125rem;
  border-radius: 4px;
}

.foot-signup__status p {
  margin: 0;
}

.foot-signup__form.form--modern .form-field {
  margin-bottom: 0;
}

.foot-signup__form .form-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8580;
}

.foot-signup__form .form-field input {
  width: 100%;
  padding: 13px 14px;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: var(--text-strong);
  background: #fff;
  border: 1px solid #e3d9d0;
  border-radius: 3px;
  box-shadow: none;
  transition: border-color 0.2s var(--ease);
}

.foot-signup__form .form-field input::placeholder {
  color: #b5aea6;
  opacity: 1;
}

.foot-signup__form .form-field input:focus {
  border-color: var(--sage);
  background: #fff;
  outline: none;
}

.foot-signup__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 16px 14px;
  margin-bottom: 16px;
}

.foot-signup__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6f6b66;
  cursor: pointer;
}

.foot-signup__consent input {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  border: 1px solid #cfc4ba;
  border-radius: 2px;
  accent-color: #7d8070;
}

.foot-signup__submit.btn-brand {
  width: 100%;
  margin: 0;
  padding: 15px 24px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: #7d8070;
  border: 1px solid #7d8070;
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.foot-signup__submit.btn-brand:hover {
  background: #6a6d61;
  border-color: #6a6d61;
  transform: none;
}

.site-foot .logo {
  position: static;
  color: var(--text-strong);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

.site-foot .logo:not(.logo--has-img) {
  display: inline-block;
}

.site-foot .logo-mark {
  color: var(--rose-deep);
}


.foot-col__title {
  margin: 0 0 20px;
  padding-top: 2px;
  font-family: var(--font-display);
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8580;
}

.foot-col a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 11px;
  color: #5a5854;
  transition: color 0.2s var(--ease);
}

.foot-col a:hover {
  color: var(--text-strong);
}

.foot-note {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  color: #6f6b66;
}

.site-foot__bar {
  margin: clamp(40px, 6vh, 52px) auto 0;
  padding-top: clamp(8px, 1.5vh, 16px);
  max-width: var(--max-wide);
  font-size: 0.75rem;
  color: var(--muted);
  text-align: center;
}

.site-foot__bar code {
  font-size: 0.6875rem;
  padding: 2px 6px;
  background: rgba(255, 252, 249, 0.9);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--text-strong);
}

/* —— Scroll reveal —— */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s var(--ease-out),
    transform 0.9s var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .marquee__track {
    animation: none !important;
  }

}

/* —— Full-viewport hero —— */
.hero-pro {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100dvh - var(--head-h));
  min-height: calc(100svh - var(--head-h));
  width: 100%;
  padding: clamp(24px, 4vh, 48px) var(--pad);
  background: linear-gradient(180deg, var(--white) 0%, var(--cream2) 100%);
  border-bottom: 1px solid var(--line);
}

.hero-pro__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
  width: min(1280px, 100%);
  margin-inline: auto;
  flex: 1;
}

.hero-pro__content {
  max-width: none;
  min-width: 0;
}

.hero-pro__content .label {
  margin-bottom: 12px;
  background: var(--white);
}

.hero-pro__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.8vw, 3.5rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--text-strong);
  max-width: none;
}

.hero-pro__lede {
  margin: 0 0 20px;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 48ch;
}

.hero-pro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.hero-pro__actions .btn {
  min-width: 160px;
  text-align: center;
  border-radius: var(--radius);
  letter-spacing: 0.08em;
}

.hero-pro__meta {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.hero-pro__meta span {
  margin-inline: 10px;
  color: var(--border);
}

.hero-pro__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 0;
  width: 100%;
  height: min(78vh, calc(100dvh - var(--head-h) - 64px));
}

.hero-pro__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: min(78vh, calc(100dvh - var(--head-h) - 64px));
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

/* —— Marquee —— */
.marquee {
  background: var(--sage-deep);
  color: #fff;
  overflow: hidden;
  padding: 18px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
  gap: 48px;
}

.marquee__track span {
  font-family: var(--font-display);
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 48px;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* —— Intro block (inner pages — centered) —— */
.intro-block {
  padding: clamp(64px, 10vh, 96px) var(--pad);
  background: var(--white);
}

/* —— Intro editorial (homepage — full viewport) —— */
.intro-editorial {
  display: flex;
  align-items: center;
  min-height: calc(100dvh - var(--head-h));
  min-height: calc(100svh - var(--head-h));
  width: 100%;
  padding: clamp(24px, 4vh, 48px) var(--pad);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.intro-editorial__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
  width: min(1280px, 100%);
  margin-inline: auto;
  flex: 1;
}

.intro-editorial__copy {
  max-width: none;
}

.intro-editorial__copy .kicker {
  margin-bottom: clamp(20px, 3vh, 32px);
  color: var(--muted);
}

.intro-editorial__title {
  margin: 0 0 clamp(20px, 3vh, 28px);
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--sage-deep);
}

.intro-editorial__copy .lede {
  margin: 0 0 clamp(28px, 4vh, 40px);
  max-width: 36ch;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text);
}

.intro-editorial__copy .actions {
  margin: 0;
  gap: 16px;
}

.intro-editorial__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: min(78vh, calc(100dvh - var(--head-h) - 64px));
}

.intro-editorial__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: min(78vh, calc(100dvh - var(--head-h) - 64px));
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

/* —— Stats showcase —— */
.stats-showcase {
  padding: clamp(56px, 9vh, 88px) var(--pad);
  background-color: var(--cream);
  background-image: linear-gradient(
    160deg,
    rgba(252, 230, 214, 0.7) 0%,
    var(--cream2) 38%,
    rgba(169, 172, 153, 0.14) 100%
  );
}

.stats-showcase__wrap {
  width: min(1000px, 100%);
  margin-inline: auto;
  text-align: center;
}

.stats-showcase__eyebrow {
  margin: 0 0 clamp(36px, 6vh, 52px);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.stats-showcase__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stats-showcase__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 clamp(20px, 4vw, 40px);
}

.stats-showcase__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: var(--line);
}

.stats-showcase__val {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 6.5vw, 4.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--sage-deep);
}

.stats-showcase__val::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin: clamp(14px, 2vh, 20px) auto clamp(10px, 1.5vh, 14px);
  background: linear-gradient(90deg, var(--rose) 0%, var(--sage) 100%);
}

.stats-showcase__lbl {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  max-width: 14ch;
}

/* —— Value / process section (homepage) —— */
.value-section {
  padding: clamp(88px, 14vh, 132px) var(--pad);
  background: linear-gradient(180deg, var(--white) 0%, var(--cream2) 100%);
}

.value-section__wrap {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.value-section__intro {
  margin-bottom: clamp(48px, 8vh, 72px);
}

.value-section__intro-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: clamp(24px, 4vh, 36px);
}

.value-section__eyebrow {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-dark);
}

.value-section__jump {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage-deep);
  border-bottom: 2px solid var(--rose);
  padding-bottom: 2px;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.value-section__jump:hover {
  color: var(--rose-deep);
  border-color: var(--sage-deep);
}

.value-section__title {
  margin: 0 0 clamp(20px, 3vh, 28px);
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: var(--sage-deep);
  max-width: 15ch;
}

.value-section__summary {
  margin: 0 0 clamp(36px, 5vh, 48px);
  font-size: clamp(1.0625rem, 1.8vw, 1.1875rem);
  line-height: 1.75;
  color: var(--text);
  max-width: 52ch;
}

.value-highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 0;
  margin: 0;
  padding: clamp(22px, 3vh, 28px) 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.value-highlights__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--sage-deep);
}

.value-highlights__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.15em;
  margin: 0 clamp(18px, 3.5vw, 32px);
  background: var(--line);
  vertical-align: middle;
}

.value-highlights__dot {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rose);
}

.value-highlights__item--sage .value-highlights__dot {
  background: var(--sage-deep);
}

.value-highlights__item--cream .value-highlights__dot {
  background: var(--sage);
}

.value-highlights__item--rose {
  color: var(--rose-deep);
}

.value-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(40px, 7vw, 88px);
}

.value-section__visual {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vh, 32px);
}

.value-section__frame {
  position: relative;
  margin: 0;
}

.value-section__frame-accent {
  position: absolute;
  left: -12px;
  bottom: -12px;
  width: 55%;
  height: 55%;
  background: var(--rose);
  opacity: 0.35;
  border-radius: 50% 0 0 0;
  z-index: 0;
  filter: blur(0);
}

.value-section__frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 2px;
}

.value-section__visual .actions {
  margin: 0;
  gap: 12px;
}

.value-section__panel {
  padding: 0;
}

.value-section__panel-label {
  margin: 0 0 clamp(28px, 4vh, 40px);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-dark);
}

.value-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.value-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 12px 28px;
  padding: 0 0 clamp(28px, 4vh, 36px);
  margin-bottom: clamp(28px, 4vh, 36px);
}

.value-timeline__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.value-timeline__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.75rem;
  bottom: 0;
  width: 1px;
  background: var(--line);
}

.value-timeline__num {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--rose-deep);
  transition: color 0.25s var(--ease);
}

.value-timeline__item:hover .value-timeline__num {
  color: var(--sage-deep);
}

.value-timeline__content {
  padding: 2px 0 0;
}

.value-timeline__title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-strong);
  transition: color 0.25s var(--ease);
}

.value-timeline__item:hover .value-timeline__title {
  color: var(--sage-deep);
}

.value-timeline__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 42ch;
}

/* —— Featured three-tile row (work page) —— */
.featured-section {
  padding: clamp(64px, 10vh, 96px) var(--pad);
}

.featured-section .section-head {
  margin-bottom: 48px;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 20px;
  align-items: end;
  max-width: 1000px;
  margin-inline: auto;
}

.featured-grid__item {
  display: block;
  min-width: 0;
  color: inherit;
  transition: opacity 0.3s var(--ease);
}

.featured-grid__item:hover {
  opacity: 0.92;
}

.featured-grid__item > img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.featured-grid__item:hover > img {
  transform: scale(1.04);
}

.featured-grid a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  transition: opacity 0.3s var(--ease);
}

.featured-grid a:hover {
  opacity: 0.92;
}

.featured-grid img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.featured-grid a:hover img {
  transform: scale(1.04);
}

.featured-grid__side img,
.featured-grid__item.featured-grid__side > img {
  aspect-ratio: 1;
}

.featured-grid__center {
  transform: translateY(-20px);
}

.featured-grid__center img,
.featured-grid__item.featured-grid__center > img {
  aspect-ratio: 4 / 5;
}

.featured-grid__caption {
  display: block;
  margin-top: 14px;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-strong);
  letter-spacing: 0.01em;
}

.featured-grid__caption em {
  display: block;
  margin-top: 4px;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

/* —— Work page: education & resources —— */
.work-education {
  padding: clamp(72px, 11vh, 104px) var(--pad);
  border-block: 1px solid var(--line);
}

.work-education__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
}

.work-education__intro .label {
  margin-bottom: 14px;
}

.work-education__intro .heading {
  max-width: none;
  margin-inline: 0;
}

.work-education__intro .lede {
  margin-inline: 0;
  margin-bottom: clamp(24px, 4vh, 32px);
}

.work-education__intro .btn {
  margin-bottom: clamp(32px, 5vh, 44px);
}

.work-education__visual {
  margin: 0;
  overflow: hidden;
}

.work-education__visual img {
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: min(52vh, 480px);
  min-height: 380px;
  object-fit: cover;
}

.work-education__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-block: 1px solid var(--line);
}

.work-education__item {
  padding: clamp(24px, 3.5vh, 32px) 0 clamp(24px, 3.5vh, 32px) clamp(20px, 3vw, 28px);
  border-bottom: 1px solid var(--line);
  border-left: 3px solid transparent;
  transition:
    border-color 0.25s var(--ease),
    background 0.3s var(--ease);
}

.work-education__item:last-child {
  border-bottom: none;
}

.work-education__item:hover {
  border-left-color: var(--rose);
  background: rgba(252, 230, 214, 0.25);
}

.work-education__format {
  margin: 0 0 8px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.work-education__name {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.3125rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--sage-deep);
}

.work-education__text {
  margin: 0 0 12px;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--text);
  max-width: 48ch;
}

.work-education__meta {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* —— About page: team profiles —— */
.about-team {
  padding: clamp(88px, 12vh, 128px) var(--pad);
  border-block: 1px solid var(--line);
}

.about-team__head {
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
  margin-bottom: clamp(52px, 8vh, 72px);
}

.about-team__head .heading,
.about-team__head .lede {
  margin-inline: auto;
}

.about-team__head .lede strong {
  font-weight: 600;
  color: var(--text-strong);
}

.team-profiles.svc-accordion {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  align-items: stretch;
  width: 100%;
  border: none;
}

.team-profiles .svc-accordion__item {
  border: none;
  background: transparent;
}

.team-profiles .svc-accordion__item.is-open::before {
  display: none;
}

.team-profile {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition:
    border-color 0.35s var(--ease),
    box-shadow 0.35s var(--ease-out);
}

.team-profile:hover {
  border-color: var(--border);
  box-shadow: var(--shadow);
}

.team-profile.is-open {
  border-color: var(--sage-deep);
  box-shadow: var(--shadow-lg);
}

.team-profile__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--cream2);
  aspect-ratio: 5 / 4;
  flex-shrink: 0;
}

.team-profile__figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  transition: transform 0.55s var(--ease-out);
}

.team-profile:hover .team-profile__figure img {
  transform: scale(1.03);
}

.team-profile__badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 12px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-strong);
  background: rgba(255, 252, 249, 0.95);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.team-profile__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(18px, 2.5vw, 22px);
}

.team-profile__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text-strong);
}

.team-profile__role {
  margin: 6px 0 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.team-profile__toggle.svc-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 12px 0 0;
  border: none;
  border-top: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-family: var(--font);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  transition: color 0.25s var(--ease);
}

.team-profile__toggle.svc-accordion__trigger:hover {
  color: var(--text-strong);
}

.team-profile.is-open .team-profile__toggle.svc-accordion__trigger {
  padding-left: 0;
  color: var(--rose-deep);
}

.team-profile__toggle-icon {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.35s var(--ease-out), background 0.25s var(--ease);
}

.team-profile__toggle-icon::before,
.team-profile__toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.35s var(--ease-out);
}

.team-profile__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.team-profile.is-open .team-profile__toggle-icon {
  background: var(--cream2);
  transform: rotate(180deg);
}

.team-profile.is-open .team-profile__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.team-profile__panel {
  margin-top: clamp(12px, 2vh, 16px);
  padding-top: clamp(16px, 2.5vh, 20px);
  border-top: 1px solid var(--line);
}

.team-profile__panel .svc-accordion__panel-inner p {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--text);
}

.about-story__content .body-lg {
  margin: clamp(16px, 3vh, 24px) 0 0;
  max-width: 42ch;
  color: var(--text);
}

@media (max-width: 1024px) {
  .work-education__layout {
    grid-template-columns: 1fr;
    gap: clamp(40px, 6vh, 48px);
  }

  .work-education__visual img {
    min-height: 320px;
    max-height: min(48vh, 420px);
  }

}

@media (max-width: 768px) {
  .work-education__visual img {
    min-height: 280px;
    max-height: min(44vh, 360px);
  }

  .work-education__item {
    padding-left: 16px;
  }

  .work-education__text {
    max-width: none;
  }

  .team-profiles.svc-accordion {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: min(420px, 100%);
    margin-inline: auto;
  }

  .team-profile__figure {
    aspect-ratio: 4 / 3;
  }

  .team-profile__figure img {
    max-height: none;
    min-height: 100%;
    height: 100%;
    width: 100%;
    object-position: center 20%;
  }

  .team-profile__name {
    font-size: 1.125rem;
  }

  .team-profile__body {
    padding: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .team-profiles.svc-accordion {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: min(640px, 100%);
    margin-inline: auto;
    gap: clamp(16px, 3vw, 22px);
  }
}

/* —— Homepage: client logos —— */
.clients-section {
  padding: clamp(48px, 8vh, 72px) var(--pad);
  background: var(--cream2);
  border-block: 1px solid var(--line);
}

.clients-section__wrap {
  width: min(1100px, 100%);
  margin-inline: auto;
  text-align: center;
}

.clients-section__eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.clients-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 3vh, 28px) clamp(28px, 5vw, 56px);
  margin: clamp(24px, 4vh, 32px) 0 0;
  padding: 0;
  list-style: none;
}

.clients-section__list li span {
  font-family: var(--font-display);
  font-size: clamp(0.875rem, 2vw, 1.0625rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sage-dark);
  opacity: 0.55;
  transition: opacity 0.25s var(--ease);
}

.clients-section__list li:hover span {
  opacity: 0.85;
}

/* —— Homepage: services preview (magazine list) —— */
.services-preview {
  position: relative;
  padding: clamp(88px, 14vh, 128px) var(--pad);
  overflow: hidden;
}

.services-preview__bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/strategy.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-preview__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    165deg,
    rgba(255, 252, 249, 0.94) 0%,
    rgba(252, 230, 214, 0.88) 45%,
    rgba(255, 248, 243, 0.92) 100%
  );
}

.services-preview__wrap {
  position: relative;
  z-index: 1;
  width: min(1000px, 100%);
  margin-inline: auto;
}

.services-preview__intro {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto clamp(56px, 8vh, 80px);
}

.services-preview__intro .kicker {
  color: var(--rose-deep);
}

.services-preview__title-main {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text-strong);
}

.services-preview__intro .lede {
  margin-inline: auto;
}

.services-preview__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-preview__item {
  margin: 0;
}

.services-preview__row {
  display: grid;
  grid-template-columns: minmax(0, 11rem) 1fr auto;
  align-items: baseline;
  gap: clamp(20px, 4vw, 48px);
  padding: clamp(28px, 4.5vh, 40px) 0;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s var(--ease);
}

.services-preview__item:nth-child(even) .services-preview__row {
  grid-template-columns: 1fr minmax(0, 11rem) auto;
  padding-left: clamp(0px, 10vw, 100px);
}

.services-preview__item:nth-child(even) .services-preview__name {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
}

.services-preview__item:nth-child(even) .services-preview__desc {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
  justify-self: end;
}

.services-preview__item:nth-child(even) .services-preview__arrow {
  grid-column: 3;
  grid-row: 1;
}

.services-preview__row:hover {
  opacity: 0.82;
}

.services-preview__row:hover .services-preview__name {
  color: var(--rose-deep);
}

.services-preview__row:hover .services-preview__arrow {
  transform: translateX(6px);
  color: var(--sage-deep);
}

.services-preview__name {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.8vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--sage-deep);
  transition: color 0.25s var(--ease);
}

.services-preview__desc {
  max-width: 42ch;
  font-size: 1.03125rem;
  line-height: 1.65;
  color: var(--text);
}

.services-preview__item:nth-child(even) .services-preview__desc {
  max-width: 38ch;
}

.services-preview__arrow {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 300;
  line-height: 1;
  color: var(--muted);
  transition: transform 0.3s var(--ease-out), color 0.25s var(--ease);
}

.services-preview__foot {
  margin: clamp(48px, 7vh, 64px) 0 0;
  text-align: center;
}

/* —— Homepage: about preview —— */
.about-preview {
  padding: 0 var(--pad);
  background: var(--sage-deep);
}

.about-preview__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: min(72vh, 640px);
  width: 100%;
  max-width: min(1440px, 100% - var(--pad) * 2);
  margin-inline: auto;
}

.about-preview__visual {
  margin: 0;
  min-height: 320px;
  overflow: hidden;
}

.about-preview__visual img {
  width: 100%;
  height: 100%;
  min-height: min(72vh, 640px);
  object-fit: cover;
  object-position: center;
}

.about-preview__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(16px, 2.5vh, 24px);
  padding: clamp(48px, 8vh, 80px) clamp(32px, 6vw, 72px);
  color: #fff;
}

.about-preview__kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(252, 230, 214, 0.9);
}

.about-preview__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 14ch;
}

.about-preview__text {
  margin: 0;
  max-width: 38ch;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.about-preview__points {
  margin: clamp(8px, 1.5vh, 16px) 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-preview__points li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.about-preview__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rose);
}

.about-preview__cta {
  align-self: flex-start;
  margin-top: clamp(12px, 2vh, 20px);
  background: var(--cream);
  color: var(--sage-deep);
  border-color: var(--cream);
}

.about-preview__cta:hover {
  background: #fff;
  border-color: #fff;
  color: var(--sage-deep);
}

/* —— Homepage: contact strip —— */
.contact-strip {
  padding: clamp(40px, 6vh, 56px) var(--pad);
  background: linear-gradient(90deg, var(--main) 0%, rgba(252, 230, 214, 0.35) 50%, var(--main) 100%);
  border-block: 1px solid var(--line);
}

.contact-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 40px;
  width: min(var(--max-wide), 100%);
  margin-inline: auto;
}

.contact-strip__label {
  margin: 0 0 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.contact-strip__text {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--text-strong);
  max-width: 36ch;
}

.contact-strip__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}

.contact-strip__email {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--sage-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-strip__email:hover {
  color: var(--rose-deep);
}

/* —— Top projects pair —— */
.projects-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.projects-duo a {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.4s var(--ease-out);
}

.projects-duo a:hover {
  transform: scale(1.02);
}

.projects-duo img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

/* —— FAQ (homepage) —— */
.faq-section {
  position: relative;
  padding: clamp(88px, 14vh, 128px) var(--pad);
  background-color: var(--cream2);
  background-image: linear-gradient(
    165deg,
    rgba(252, 230, 214, 0.45) 0%,
    var(--cream2) 35%,
    var(--white) 100%
  );
  overflow: hidden;
}

.faq-section::before {
  content: "?";
  position: absolute;
  top: clamp(24px, 6vh, 48px);
  right: clamp(-8px, 4vw, 48px);
  font-family: var(--font-display);
  font-size: clamp(7rem, 22vw, 14rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(169, 172, 153, 0.07);
  pointer-events: none;
  user-select: none;
}

.faq-section__wrap {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  margin-inline: auto;
}

.faq-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px 32px;
  margin-bottom: clamp(44px, 6vh, 60px);
  padding-bottom: clamp(28px, 4vh, 36px);
  border-bottom: 1px solid var(--line);
}

.faq-section__head-main {
  max-width: 36rem;
}

.faq-section__head .kicker {
  margin-bottom: 14px;
  color: var(--rose-deep);
}

.faq-section__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--sage-deep);
}

.faq-section__head .lede {
  margin: 0;
  max-width: 40ch;
  font-size: 1.03125rem;
  line-height: 1.7;
  color: var(--text);
}

.faq-section__cta {
  flex-shrink: 0;
  display: inline-block;
  padding: 14px 28px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--sage-deep);
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.faq-section__cta:hover {
  background: var(--brand-dark);
  color: #fff;
  transform: translateY(-2px);
}

.faq-accordion {
  --faq-text-indent: 0;
}

.faq-accordion .svc-accordion__item {
  border-bottom-color: rgba(224, 210, 200, 0.9);
  transition: background 0.35s var(--ease);
}

.faq-accordion .svc-accordion__item:first-child {
  border-top: 1px solid rgba(224, 210, 200, 0.9);
}

.faq-accordion .svc-accordion__item.is-open {
  background: linear-gradient(
    90deg,
    rgba(252, 230, 214, 0.35) 0%,
    rgba(255, 252, 249, 0.5) 45%,
    transparent 100%
  );
}

.faq-accordion .svc-accordion__item.is-open::before {
  display: none;
}

.faq-accordion .svc-accordion__trigger {
  padding: clamp(24px, 3.5vh, 30px) 0;
  padding-left: var(--faq-text-indent);
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
}

.faq-accordion .svc-accordion__item.is-open .svc-accordion__trigger {
  padding-left: var(--faq-text-indent);
  color: var(--sage-deep);
}

.faq-accordion .svc-accordion__icon {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(169, 172, 153, 0.2);
  font-size: 1.375rem;
  font-weight: 300;
  color: var(--sage-deep);
  transition:
    transform 0.35s var(--ease-out),
    background 0.25s var(--ease),
    color 0.25s var(--ease);
}

.faq-accordion .svc-accordion__item.is-open .svc-accordion__icon {
  transform: rotate(45deg);
  background: var(--sage-deep);
  color: #fff;
}

/* FAQ: answers hidden until + is clicked (overrides default grid accordion) */
.faq-accordion .svc-accordion__panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: var(--faq-text-indent);
  transition:
    max-height 0.45s var(--ease-out),
    opacity 0.35s var(--ease-out);
}

.faq-accordion .svc-accordion__item.is-open .svc-accordion__panel {
  max-height: 32rem;
  opacity: 1;
}

.faq-accordion .svc-accordion__panel-inner {
  padding: 0 0 clamp(28px, 3.5vh, 36px);
  margin-left: 0;
  border-left: none;
  min-height: 0;
}

.faq-accordion .svc-accordion__item:not(.is-open) .svc-accordion__panel-inner {
  padding-bottom: 0;
}

.faq-accordion .svc-accordion__panel-inner p {
  margin: 0;
  padding: 0;
  font-size: 1.03125rem;
  line-height: 1.75;
  color: var(--text);
}

.faq-accordion .svc-accordion__panel-inner a {
  color: var(--sage-deep);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-accordion .svc-accordion__panel-inner a:hover {
  color: var(--rose-deep);
}

/* —— Service accordion (open, no box) —— */
.svc-accordion {
  max-width: none;
  margin-inline: 0;
  border: none;
}

.svc-accordion__item {
  position: relative;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.svc-accordion__item:first-child {
  border-top: 1px solid var(--line);
}

.svc-accordion__item.is-open {
  background: transparent;
}

.svc-accordion__item.is-open::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--rose);
}

.svc-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(22px, 3vh, 28px) 0;
  padding-left: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 2.2vw, 1.3125rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--text-strong);
  transition: color 0.25s var(--ease);
}

.svc-accordion__item.is-open .svc-accordion__trigger {
  color: var(--sage-deep);
  padding-left: 16px;
}

.svc-accordion__icon {
  flex-shrink: 0;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: var(--sage-dark);
  transition: transform 0.35s var(--ease-out), color 0.25s var(--ease);
}

.svc-accordion__item.is-open .svc-accordion__icon {
  transform: rotate(45deg);
  background: transparent;
  border: none;
  color: var(--rose-deep);
}

.svc-accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s var(--ease-out);
}

.svc-accordion__item.is-open .svc-accordion__panel {
  grid-template-rows: 1fr;
}

.svc-accordion__panel-inner {
  min-height: 0;
  overflow: hidden;
}

.svc-accordion__panel-inner p {
  margin: 0;
  padding: 0 0 clamp(24px, 3vh, 32px);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
  max-width: 58ch;
}

.faq-accordion .svc-accordion__panel-inner p {
  max-width: none;
}

.svc-accordion:not(.faq-accordion) .svc-accordion__panel-inner p {
  padding-left: 16px;
}

/* —— Offerings panel (maroon list) —— */
.offerings-panel {
  background: var(--sage-deep);
  color: #fff;
  padding: clamp(64px, 10vh, 96px) var(--pad);
}

.offerings-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.offerings-panel__intro .label {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.offerings-panel .title-xl {
  color: #fff;
  max-width: none;
}

.offerings-panel__intro .lede {
  color: rgba(255, 255, 255, 0.88);
  max-width: 36ch;
}

.offerings-panel .svc-accordion__item {
  border-color: rgba(255, 255, 255, 0.2);
}

.offerings-panel .svc-accordion__trigger {
  color: #fff;
}

.offerings-panel .svc-accordion__item.is-open .svc-accordion__trigger {
  color: #fff;
}

.offerings-panel .svc-accordion__icon {
  color: rgba(255, 255, 255, 0.65);
}

.offerings-panel .svc-accordion__item.is-open .svc-accordion__icon {
  color: var(--rose);
}

.offerings-panel .svc-accordion__panel-inner p {
  color: rgba(255, 255, 255, 0.82);
}

.offerings-panel .svc-accordion__item.is-open::before {
  background: var(--rose);
}

/* —— Services page: pricing cards —— */
.pricing-tiers {
  padding: clamp(88px, 12vh, 128px) var(--pad);
  border-top: 1px solid var(--line);
}

.pricing-tiers__shell {
  width: min(1120px, 100%);
}

.pricing-tiers__head {
  text-align: center;
  max-width: 38rem;
  margin-inline: auto;
  margin-bottom: clamp(52px, 8vh, 72px);
}

.pricing-tiers__head .heading,
.pricing-tiers__head .lede {
  margin-inline: auto;
}

.pricing-tiers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 24px);
  align-items: stretch;
  padding-top: 14px;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(28px, 4vw, 36px) clamp(24px, 3vw, 32px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition:
    border-color 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    transform 0.35s var(--ease-out);
}

.pricing-card:hover {
  border-color: var(--border);
  box-shadow: var(--shadow);
}

.pricing-card--featured {
  padding-top: clamp(36px, 5vw, 44px);
  border-color: var(--sage);
  background: linear-gradient(180deg, var(--white) 0%, var(--cream2) 100%);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.pricing-card--featured:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 72px rgba(63, 61, 58, 0.12);
}

.pricing-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7px 16px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-text);
  background: var(--sage-deep);
  border-radius: 999px;
  white-space: nowrap;
}

.pricing-card__tier {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-dark);
}

.pricing-card__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  line-height: 1.2;
}

.pricing-card__summary {
  margin: 10px 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--muted);
}

.pricing-card__price-block {
  margin-top: clamp(24px, 4vh, 32px);
  padding-top: clamp(24px, 4vh, 32px);
  border-top: 1px solid var(--line);
}

.pricing-card--featured .pricing-card__price-block {
  border-top-color: rgba(106, 109, 97, 0.25);
}

.pricing-card__from {
  display: block;
  margin-bottom: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.pricing-card__price {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--text-strong);
}

.pricing-card__features {
  flex: 1;
  margin: clamp(24px, 4vh, 28px) 0 clamp(28px, 4vh, 32px);
  padding: 0;
  list-style: none;
}

.pricing-card__features li {
  position: relative;
  padding: 10px 0 10px 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text);
  border-bottom: 1px solid var(--line);
}

.pricing-card__features li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pricing-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.125rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 3px rgba(169, 172, 153, 0.25);
}

.pricing-card--featured .pricing-card__features li::before {
  background: var(--sage-deep);
  box-shadow: 0 0 0 3px rgba(106, 109, 97, 0.2);
}

.pricing-card__cta {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.pricing-tiers__note {
  margin: clamp(40px, 6vh, 56px) auto 0;
  max-width: 52ch;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--muted);
}

@media (max-width: 1024px) {
  .pricing-tiers__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-inline: auto;
    gap: 20px;
  }

  .pricing-card--featured {
    transform: none;
    order: -1;
  }

  .pricing-card--featured:hover {
    transform: none;
  }
}

@media (max-width: 480px) {
  .pricing-card {
    padding: 28px 22px;
  }

  .pricing-card__badge {
    font-size: 0.625rem;
    padding: 6px 12px;
  }
}

/* —— Case study: hero & CTA (50/50) —— */
.case-hero,
.case-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: min(90vh, 820px);
  padding-inline: var(--pad);
}

.case-hero {
  background: var(--surface);
}

.case-hero__media,
.case-cta__media {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.case-hero__media img,
.case-cta__media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.case-hero__content,
.case-cta__content {
  padding: clamp(100px, 14vh, 140px) var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  background: var(--surface);
}

.case-hero__title,
.case-cta__title {
  max-width: none;
}

.case-hero__lede,
.case-cta__lede {
  max-width: 42ch;
}

.case-hero__actions,
.case-cta__actions {
  margin-top: clamp(24px, 4vh, 32px);
}

.case-cta {
  background: var(--cream2);
}

/* —— Blog —— */
.blog-hero,
.blog-detail-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: min(90vh, 820px);
  padding-inline: var(--pad);
  background: var(--surface);
}

.blog-hero__media,
.blog-detail-hero__media {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.blog-hero__media img,
.blog-detail-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.blog-hero__content,
.blog-detail-hero__content {
  padding: clamp(100px, 14vh, 140px) var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.blog-hero__title,
.blog-detail-hero__title {
  max-width: none;
}

.blog-hero__lede {
  max-width: 42ch;
}

.blog-detail-hero__back {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--sage-deep);
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

.blog-detail-hero__back:hover {
  color: var(--text-strong);
}

.blog-detail-hero__note {
  margin: 0 0 16px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 36ch;
}

.blog-detail-hero__note a {
  color: var(--sage-deep);
  font-weight: 600;
}

.blog-detail-hero__meta {
  margin: clamp(16px, 2.5vh, 20px) 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
}

.blog-list {
  padding: clamp(64px, 10vh, 96px) var(--pad);
  background: var(--cream2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.blog-page-cta {
  border-top: none;
}

.blog-list__wrap {
  width: min(1440px, 100%);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s var(--ease);
}

.blog-card__link:hover {
  opacity: 0.92;
}

.blog-card__media {
  margin: 0;
  overflow: hidden;
}

.blog-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.55s var(--ease-out);
}

.blog-card__link:hover .blog-card__media img {
  transform: scale(1.03);
}

.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: clamp(18px, 2.5vh, 22px);
}

.blog-card__date {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.blog-card__title {
  margin: 10px 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.3125rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text-strong);
}

.blog-card__excerpt {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text);
  flex: 1;
}

.blog-card__more {
  margin-top: clamp(14px, 2vh, 18px);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--sage-deep);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease);
}

.blog-card__link:hover .blog-card__more {
  color: var(--text-strong);
  border-bottom-color: var(--rose-deep);
}

.blog-article {
  padding: clamp(64px, 10vh, 96px) var(--pad);
  border-top: 1px solid var(--line);
}

.blog-article__wrap {
  width: min(720px, 100%);
  margin-inline: auto;
}

.blog-article--long .blog-article__wrap {
  width: min(780px, 100%);
}

.blog-article__content h3 {
  margin: 1.75em 0 0.65em;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.3125rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-strong);
}

.blog-article__content blockquote {
  margin: 2em 0;
  padding: clamp(20px, 3vh, 28px) clamp(24px, 4vw, 32px);
  border-left: 3px solid var(--rose-deep);
  background: var(--cream2);
  font-size: clamp(1.0625rem, 1.8vw, 1.1875rem);
  line-height: 1.65;
  color: var(--text-strong);
}

.blog-article__content blockquote p {
  margin: 0;
}

.blog-article__figure {
  margin: 2.5em 0;
}

.blog-article__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-article__figure figcaption {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--muted);
}

.blog-article__content {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text);
}

.blog-article__content .lede {
  margin-bottom: clamp(24px, 4vh, 32px);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.65;
  color: var(--text-strong);
}

.blog-article__content p {
  margin: 0 0 1.25em;
}

.blog-article__content h2 {
  margin: 2em 0 0.75em;
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.5vw, 1.625rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-strong);
}

.blog-article__content ul {
  margin: 0 0 1.25em;
  padding-left: 1.25em;
}

.blog-article__content li {
  margin-bottom: 0.5em;
}

.blog-detail-cta {
  padding: clamp(64px, 10vh, 96px) var(--pad);
  border-top: 1px solid var(--line);
  text-align: center;
}

.blog-detail-cta__wrap {
  text-align: center;
}

.blog-detail-cta__wrap .heading {
  margin: 0 auto 12px;
  max-width: none;
  text-align: center;
}

.blog-detail-cta__wrap .lede {
  margin-inline: auto;
  margin-bottom: clamp(24px, 4vh, 32px);
  text-align: center;
}

.blog-detail-cta__wrap .actions {
  justify-content: center;
}

/* —— Work / About: contact CTA (50/50) —— */
.work-cta,
.about-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: min(90vh, 820px);
  padding-inline: var(--pad);
  background: var(--cream2);
}

.work-cta__content,
.about-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(100px, 14vh, 140px) var(--pad);
  background: var(--surface);
}

.case-cta__title,
.work-cta__title,
.about-cta__title {
  max-width: none;
  font-size: clamp(2rem, 5vw, 3.25rem);
}

.work-cta__lede,
.about-cta__lede {
  max-width: 42ch;
}

.work-cta__actions,
.about-cta__actions {
  margin-top: clamp(24px, 4vh, 32px);
}

.work-cta__media,
.about-cta__media {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.work-cta__media img,
.about-cta__media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

/* —— Work page: alternating showcase —— */
.work-showcase {
  padding: clamp(80px, 12vh, 120px) var(--pad);
}

.work-showcase__layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
}

.work-showcase__aside {
  position: sticky;
  top: calc(var(--head-h) + 24px);
}

.work-showcase__aside .label {
  margin-bottom: 14px;
}

.work-showcase__aside .heading {
  max-width: none;
  margin-inline: 0;
}

.work-showcase__aside .lede {
  margin-inline: 0;
  margin-top: 12px;
  font-size: 0.9375rem;
}

.work-showcase__count {
  margin: clamp(24px, 4vh, 32px) 0 0;
  padding-top: clamp(20px, 3vh, 28px);
  border-top: 1px solid var(--line);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.work-showcase__count strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: none;
  color: var(--sage-deep);
}

.work-showcase__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.work-showcase__item {
  border-bottom: 1px solid var(--line);
}

.work-showcase__item:first-child {
  border-top: 1px solid var(--line);
}

.work-showcase__row {
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(28px, 4vh, 40px) 0;
  color: inherit;
  transition: opacity 0.3s var(--ease);
}

.work-showcase__row:hover {
  opacity: 0.88;
}

.work-showcase__row--flip {
  grid-template-columns: minmax(0, 1fr) minmax(0, 38%);
}

.work-showcase__row--flip .work-showcase__media {
  order: 2;
}

.work-showcase__row--flip .work-showcase__copy {
  order: 1;
  text-align: right;
  align-items: flex-end;
}

.work-showcase__media {
  margin: 0;
  overflow: hidden;
}

.work-showcase__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  max-height: 200px;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.work-showcase__row:hover .work-showcase__media img {
  transform: scale(1.03);
}

.work-showcase__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.work-showcase__num {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

.work-showcase__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  transition: color 0.25s var(--ease);
}

.work-showcase__row:hover .work-showcase__name {
  color: var(--sage-deep);
}

.work-showcase__meta {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 1024px) {
  .work-showcase__layout {
    grid-template-columns: 1fr;
    gap: clamp(32px, 5vh, 48px);
  }

  .work-showcase__aside {
    position: static;
    max-width: 32rem;
  }
}

@media (max-width: 768px) {
  .work-showcase__row,
  .work-showcase__row--flip {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: clamp(24px, 4vh, 32px) 0;
  }

  .work-showcase__row--flip .work-showcase__media,
  .work-showcase__row--flip .work-showcase__copy {
    order: unset;
    text-align: left;
    align-items: flex-start;
  }

  .work-showcase__media img {
    max-height: 180px;
  }
}

/* —— Contact page —— */
.contact-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: min(90vh, 820px);
  padding-inline: var(--pad);
  background: var(--surface);
}

.contact-hero__media {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.contact-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.contact-hero__content {
  padding: clamp(100px, 14vh, 140px) var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.contact-hero__title {
  max-width: none;
}

.contact-hero__lede {
  max-width: 42ch;
}

.contact-hero__email {
  margin: clamp(24px, 4vh, 32px) 0 0;
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  font-weight: 600;
}

.contact-hero__email a {
  color: var(--sage-deep);
  text-decoration: none;
  border-bottom: 1px solid var(--rose-deep);
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.contact-hero__email a:hover {
  color: var(--text-strong);
  border-bottom-color: var(--text-strong);
}

.contact-hero__actions {
  margin-top: clamp(20px, 3vh, 28px);
}

.contact-body {
  padding: clamp(80px, 12vh, 120px) clamp(20px, 4vw, 56px);
  background: var(--cream2);
  border-top: 1px solid var(--line);
}

.contact-body__wrap {
  display: grid;
  grid-template-columns: minmax(320px, 0.46fr) minmax(0, 1fr);
  gap: clamp(40px, 5vw, 64px);
  align-items: stretch;
  width: min(1440px, 100%);
  max-width: none;
  margin-inline: auto;
}

.contact-connect {
  min-width: 0;
}

.contact-connect__panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: clamp(40px, 5vw, 60px) clamp(36px, 4.5vw, 56px);
  background: linear-gradient(160deg, var(--sage-deep) 0%, #55584e 100%);
  color: var(--cream2);
  border-radius: 6px;
}

.contact-connect__label {
  margin-bottom: 16px;
  background: rgba(255, 252, 249, 0.12);
  color: var(--cream);
}

.contact-connect__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--white);
}

.contact-connect__lede {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 252, 249, 0.78);
  max-width: 36ch;
}

.contact-connect__email {
  display: block;
  margin-top: clamp(36px, 5vh, 48px);
  color: inherit;
  text-decoration: none;
}

.contact-connect__email-label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 252, 249, 0.55);
}

.contact-connect__email-value {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--white);
  border-bottom: 1px solid var(--rose);
  transition:
    color 0.25s var(--ease),
    border-color 0.25s var(--ease),
    transform 0.35s var(--ease-out);
}

.contact-connect__email:hover .contact-connect__email-value {
  color: var(--cream);
  border-bottom-color: var(--cream);
  transform: translateX(4px);
}

.contact-connect__phone {
  margin: clamp(20px, 3vh, 28px) 0 0;
  font-size: 1.0625rem;
  font-weight: 500;
}

.contact-connect__phone a {
  color: var(--cream);
  text-decoration: none;
  transition: opacity 0.25s var(--ease);
}

.contact-connect__phone a:hover {
  opacity: 0.8;
}

.contact-connect__location {
  margin: 10px 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 252, 249, 0.65);
}

.contact-connect__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(28px, 4vh, 36px);
}

.contact-connect__chip {
  padding: 8px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 252, 249, 0.9);
  background: rgba(255, 252, 249, 0.1);
  border-radius: 999px;
}

.contact-connect__extra {
  margin-top: auto;
  padding-top: clamp(32px, 4vh, 40px);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 252, 249, 0.35);
  align-self: flex-start;
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.contact-connect__extra:hover {
  color: var(--white);
  border-bottom-color: var(--white);
}

.contact-form-block {
  min-width: 0;
  padding: clamp(40px, 5vw, 60px) clamp(36px, 4.5vw, 56px);
  background: var(--surface);
}

.contact-form-block--card {
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(45, 44, 40, 0.08);
}

.contact-form-block__head {
  margin-bottom: clamp(28px, 4vh, 36px);
  padding-bottom: clamp(24px, 3vh, 32px);
  border-bottom: 1px solid var(--line);
}

.contact-form-block__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text-strong);
}

.contact-form-block__lede {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 52ch;
}

.contact-form-block__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: clamp(8px, 1vh, 12px);
  padding-top: clamp(24px, 3vh, 32px);
  border-top: 1px solid var(--line);
}

.contact-form-block__foot .btn {
  width: auto;
  min-width: 200px;
  margin-top: 0;
}

.contact-form-block__fine {
  margin: 0;
  flex: 1 1 200px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--muted);
}

/* —— 50/50 page heroes & splits (work, services, about) —— */
.portfolio-hero,
.services-hero,
.services-process,
.about-hero,
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: min(90vh, 820px);
  padding-inline: var(--pad);
}

.portfolio-hero {
  background: var(--cream2);
}

.portfolio-hero__media,
.services-hero__media,
.services-process__media,
.about-hero__media,
.about-story__media {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.portfolio-hero__media img,
.services-hero__media img,
.services-process__media img,
.about-hero__media img,
.about-story__media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.portfolio-hero__content,
.services-hero__content,
.services-process__content,
.about-hero__content,
.about-story__content {
  padding: clamp(100px, 14vh, 140px) var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  background: var(--surface);
}

.portfolio-hero__title,
.services-hero__title,
.services-process__title,
.about-hero__title,
.about-story__title {
  max-width: none;
}

.portfolio-hero__lede,
.services-hero__lede,
.services-process__lede,
.about-hero__lede,
.about-story__lede {
  max-width: 42ch;
}

.services-hero__actions,
.about-hero__actions {
  margin-top: clamp(24px, 4vh, 32px);
}

.portfolio-hero__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  margin-top: clamp(24px, 4vh, 32px);
}

.portfolio-hero__thumb {
  margin: 0;
  max-width: clamp(120px, 28vw, 200px);
  flex-shrink: 0;
}

.portfolio-hero__thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.portfolio-hero__nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.portfolio-hero__counter {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.portfolio-hero__actions {
  margin-top: clamp(24px, 4vh, 32px);
}

.portfolio-nav {
  display: flex;
  gap: 12px;
  margin-top: 0;
}

.portfolio-nav button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  transition: background 0.2s, border-color 0.2s;
}

.portfolio-nav button:hover {
  background: var(--sage-dark);
  border-color: var(--sage-dark);
  color: #fff;
}

.portfolio-nav button:focus-visible {
  outline: 2px solid var(--sage-deep);
  outline-offset: 3px;
}

/* —— Responsive —— */
@media (max-width: 1024px) {
  .split,
  .hero-pro__inner,
  .intro-editorial__layout,
  .portfolio-hero,
  .services-hero,
  .services-process,
  .about-hero,
  .about-story,
  .contact-hero,
  .contact-body__wrap,
  .case-hero,
  .case-cta,
  .blog-hero,
  .blog-detail-hero,
  .work-cta,
  .about-cta,
  .offerings-panel__grid,
  .about-preview__inner {
    grid-template-columns: 1fr;
  }

  .split--reverse .split__content,
  .split--reverse .split__media {
    order: unset;
  }

  .portfolio-hero,
  .services-hero,
  .services-process,
  .about-hero,
  .about-story,
  .contact-hero,
  .case-hero,
  .case-cta,
  .blog-hero,
  .blog-detail-hero,
  .work-cta,
  .about-cta {
    min-height: 0;
    gap: var(--pad);
  }

  .portfolio-hero__media,
  .services-hero__media,
  .services-process__media,
  .about-hero__media,
  .about-story__media,
  .contact-hero__media,
  .case-hero__media,
  .case-cta__media,
  .blog-hero__media,
  .blog-detail-hero__media,
  .work-cta__media,
  .about-cta__media {
    border-radius: var(--radius);
    overflow: hidden;
  }

  .portfolio-hero__media img,
  .services-hero__media img,
  .services-process__media img,
  .about-hero__media img,
  .about-story__media img,
  .contact-hero__media img,
  .case-hero__media img,
  .case-cta__media img,
  .blog-hero__media img,
  .blog-detail-hero__media img,
  .work-cta__media img,
  .about-cta__media img {
    min-height: min(50vh, 480px);
    max-height: 56vh;
  }

  .portfolio-hero__content,
  .services-hero__content,
  .services-process__content,
  .about-hero__content,
  .about-story__content,
  .contact-hero__content,
  .case-hero__content,
  .case-cta__content,
  .blog-hero__content,
  .blog-detail-hero__content,
  .work-cta__content,
  .about-cta__content {
    padding: clamp(48px, 8vh, 72px) var(--pad);
  }

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

  .about-preview__inner {
    min-height: 0;
  }

  .about-preview__visual img {
    min-height: min(44vh, 420px);
  }

  .featured-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .featured-grid__center {
    transform: none;
    grid-column: 1 / -1;
  }

  .featured-grid__center img {
    aspect-ratio: 16 / 9;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .plans {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .metrics {
    grid-template-columns: repeat(2, 1fr);
    padding: clamp(28px, 5vw, 40px);
  }

  .metrics__note {
    grid-column: 1 / -1;
  }

  .site-foot__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "signup signup"
      "pages included"
      "brand brand";
  }

  .foot-col--signup {
    max-width: min(560px, 100%);
  }

  .site-foot__brand--end {
    margin-left: 0;
    max-width: 36ch;
  }

  .value-section__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .value-section__title {
    max-width: none;
  }

}

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

@media (max-width: 768px) {
  :root {
    --head-h: 76px;
  }

  html {
    scroll-padding-top: 80px;
  }

  .split-section {
    min-height: auto;
    padding-block: clamp(64px, 10vh, 96px);
  }

  .split-section--short {
    padding-block: clamp(56px, 8vh, 80px);
    padding-inline: var(--pad);
  }

  .split__media img {
    max-height: min(56vh, 520px);
  }

  .form--modern .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-pro {
    min-height: calc(100dvh - var(--head-h));
    min-height: calc(100svh - var(--head-h));
    padding-block: 20px 28px;
    justify-content: center;
  }

  .hero-pro__inner {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 28px;
  }

  .hero-pro__content {
    max-width: none;
  }

  .hero-pro__title {
    max-width: none;
  }

  .hero-pro__visual {
    flex: none;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .hero-pro__visual img {
    width: 100%;
    height: auto;
    max-height: min(50vh, 420px);
    aspect-ratio: 4 / 5;
    border-radius: 4px;
  }

  .hero-pro__actions .btn {
    min-width: 0;
    flex: 1 1 auto;
  }

  .intro-editorial {
    min-height: calc(100dvh - var(--head-h));
    min-height: calc(100svh - var(--head-h));
    padding-block: 32px;
    justify-content: center;
  }

  .intro-editorial__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .intro-editorial__copy {
    max-width: none;
  }

  .intro-editorial__visual {
    height: auto;
    max-height: none;
  }

  .intro-editorial__visual img {
    width: 100%;
    height: auto;
    max-height: min(50vh, 420px);
    aspect-ratio: 4 / 5;
  }

  .offerings-panel__grid,
  .portfolio-hero,
  .services-hero,
  .services-process,
  .about-hero,
  .about-story,
  .value-section__title {
    max-width: none;
  }

  .value-highlights {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .value-highlights__item:not(:last-child)::after {
    display: none;
  }

  .testimonial-showcase__mark {
    font-size: 3rem;
  }

  .testimonial-showcase__quote {
    font-size: 1.2rem;
  }

  .about-preview__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-preview__visual img {
    min-height: min(50vh, 400px);
  }

  .about-preview__content {
    padding: clamp(40px, 8vh, 56px) var(--pad);
  }

  .about-preview__title {
    max-width: none;
  }

  .faq-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-section__cta {
    width: 100%;
    text-align: center;
  }

  .faq-accordion {
    --faq-bar-pad: 12px;
  }

  .value-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .featured-grid__center {
    transform: none;
  }

  .offerings-panel__grid {
    gap: 32px;
  }

  .portfolio-hero__title,
  .services-hero__title,
  .services-process__title,
  .about-hero__title,
  .about-story__title {
    font-size: clamp(2rem, 7vw, 2.75rem);
  }

  .case-cta__title,
  .work-cta__title,
  .about-cta__title {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
  }

  .portfolio-hero__content,
  .services-hero__content,
  .services-process__content,
  .about-hero__content,
  .about-story__content {
    padding: clamp(40px, 8vh, 56px) var(--pad);
  }

  .portfolio-hero__controls {
    width: 100%;
  }

  .portfolio-hero__nav-wrap {
    flex: 1;
    min-width: 0;
  }

  .testimonial-section {
    min-height: auto;
    padding-block: clamp(56px, 10vh, 80px);
  }

  .testimonial-showcase__author {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .testimonial-showcase__meta {
    text-align: center;
  }

  .team__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 18px 20px;
  }

  .case-meta {
    gap: 24px 32px;
    padding: 24px 20px;
  }

  .svc-accordion__trigger {
    gap: 16px;
    font-size: 1rem;
  }

  .svc-accordion__trigger span:first-child {
    min-width: 0;
    flex: 1;
  }

  .faq-accordion .svc-accordion__trigger {
    align-items: flex-start;
  }

  .contact-strip__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .contact-strip__actions .btn {
    width: 100%;
    text-align: center;
  }

  .contact-strip__email {
    text-align: center;
    word-break: break-word;
  }

  .services-preview__row,
  .services-preview__item:nth-child(even) .services-preview__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: clamp(22px, 4vh, 28px) 0;
    padding-left: 0;
  }

  .services-preview__item + .services-preview__item {
    border-top: 1px solid rgba(90, 88, 84, 0.15);
  }

  .services-preview__name,
  .services-preview__desc,
  .services-preview__arrow,
  .services-preview__item:nth-child(even) .services-preview__name,
  .services-preview__item:nth-child(even) .services-preview__desc,
  .services-preview__item:nth-child(even) .services-preview__arrow {
    grid-column: unset;
    grid-row: unset;
    text-align: left;
    justify-self: unset;
    max-width: none;
  }

  .services-preview__name {
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
    line-height: 1.2;
  }

  .services-preview__desc {
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  .services-preview__arrow {
    margin-top: 2px;
  }

  .contact-strip__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .projects-duo,
  .stats-showcase__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stats-showcase__item:not(:last-child)::after {
    display: none;
  }

  .stats-showcase__item:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--line);
  }

  .split,
  .work-index__item {
    grid-template-columns: 1fr;
  }

  .work-index__item:nth-child(even) {
    direction: ltr;
  }

  .split--reverse .split__content,
  .split--reverse .split__media {
    order: unset;
  }

  .split__media::before {
    display: none;
  }

  .split__content--left,
  .split__content--center,
  .split__content--right {
    text-align: left;
  }

  .split__content--center .display,
  .split__content--center .heading,
  .split__content--center .body-lg,
  .split__content--center .lede,
  .split__content--right .display,
  .split__content--right .heading,
  .split__content--right .body-lg,
  .split__content--right .lede,
  .split__content--right .template-note {
    margin-left: 0;
    margin-right: auto;
  }

  .split__content--center .actions,
  .split__content--right .actions {
    justify-content: flex-start;
  }

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

  .plans {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .metrics__note {
    grid-column: 1 / -1;
  }

  .site-head__inner {
    min-height: 72px;
    position: relative;
  }

  .logo {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }

  .head-cta {
    display: none;
  }

  .menu-btn {
    display: flex;
  }

  .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    background: var(--brand-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  }

  .menu a {
    padding: 18px var(--pad);
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .menu a::after {
    display: none;
  }

  .menu a.is-active {
    background: rgba(255, 255, 255, 0.08);
  }

  .site-head.is-open .menu {
    display: flex;
  }

  .menu-contact {
    display: block;
    background: var(--rose);
    color: var(--text-strong) !important;
    font-weight: 800;
    text-align: center;
    border-bottom: none;
  }

  .menu-contact:hover {
    background: #fff;
    color: var(--sage-deep) !important;
  }

  .case-shots .pair {
    grid-template-columns: 1fr;
  }

  .site-foot__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "signup"
      "pages"
      "included"
      "brand";
    gap: 32px;
  }

  .foot-col--signup {
    max-width: none;
  }

  .foot-signup__fields {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .foot-signup__form .form-field {
    margin-bottom: 14px;
  }
}

@media (max-width: 480px) {
  :root {
    --pad: clamp(20px, 5vw, 32px);
  }

  body {
    font-size: 16px;
  }

  .metrics,
  .gallery,
  .plans,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .metrics {
    padding: 24px 20px;
    gap: 20px;
  }

  .hero-pro__actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-pro__actions .btn {
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .hero-pro__meta {
    font-size: 0.75rem;
    line-height: 1.6;
  }

  .hero-pro__meta span {
    margin-inline: 6px;
  }

  .actions {
    flex-direction: column;
    width: 100%;
  }

  .actions .btn {
    width: 100%;
    text-align: center;
  }

  .featured-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .portfolio-hero__thumb {
    max-width: 140px;
  }

  .portfolio-hero__content,
  .services-hero__content,
  .services-process__content,
  .about-hero__content,
  .about-story__content,
  .work-cta__content,
  .about-cta__content {
    padding: 40px var(--pad);
  }

  .portfolio-hero__controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .portfolio-hero__thumb {
    max-width: 100%;
    width: min(100%, 200px);
  }

  .portfolio-hero__actions .btn {
    width: 100%;
    text-align: center;
  }

  .featured-grid__caption {
    font-size: 0.875rem;
  }

  .about-preview__content {
    padding: clamp(36px, 8vh, 48px) var(--pad);
  }

  .about-preview__title {
    max-width: none;
  }

  .faq-section::before {
    font-size: clamp(4rem, 28vw, 7rem);
    right: -4px;
  }

  .faq-accordion .svc-accordion__icon {
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
  }

  .marquee {
    padding: 14px 0;
  }

  .marquee__track span {
    letter-spacing: 0.12em;
  }

  .display,
  .display--xl {
    max-width: none;
  }

  .site-head__inner {
    min-height: 64px;
    gap: 12px;
  }

  .menu-btn {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 360px) {
  .logo {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }

  .head-cta {
    display: none;
  }
}

@media (min-width: 769px) {
  .site-head.is-open .menu {
    display: none;
  }
}

/* —— Responsive: full-site coverage (phones → large desktop) —— */

/* Large tablet / small laptop */
@media (max-width: 1200px) and (min-width: 769px) {
  .team-profiles.svc-accordion {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: min(720px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Tablet landscape — stack full-height sections earlier */
@media (max-width: 1024px) {
  .hero-pro,
  .intro-editorial {
    min-height: auto;
    padding-block: clamp(48px, 8vh, 72px);
  }

  .hero-pro__visual,
  .intro-editorial__visual {
    height: auto;
  }

  .hero-pro__visual img,
  .intro-editorial__visual img {
    max-height: min(56vh, 520px);
    height: auto;
  }

  .contact-body__wrap {
    grid-template-columns: 1fr;
    gap: clamp(28px, 4vh, 40px);
  }

  .contact-connect__panel {
    min-height: 0;
  }

  .contact-form-block__foot {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-form-block__foot .btn {
    width: 100%;
    min-width: 0;
  }

  .blog-article {
    padding-inline: var(--pad);
  }

  .blog-article__wrap {
    width: min(720px, 100%);
  }

  .case-detail,
  .case-gallery {
    padding-inline: var(--pad);
  }

  .work-education__visual img {
    min-height: 0;
    max-height: min(44vh, 400px);
  }
}

/* Tablet portrait */
@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 28px);
  }

  .services-preview {
    padding-block: clamp(64px, 10vh, 88px);
  }

  /* Stack service rows before magazine grid gets too cramped */
  .services-preview__row,
  .services-preview__item:nth-child(even) .services-preview__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
  }

  .services-preview__item:nth-child(even) .services-preview__name,
  .services-preview__item:nth-child(even) .services-preview__desc,
  .services-preview__item:nth-child(even) .services-preview__arrow {
    grid-column: unset;
    grid-row: unset;
    text-align: left;
    justify-self: unset;
  }

  .services-preview__item:nth-child(even) .services-preview__desc {
    max-width: none;
  }

  .value-section__frame img {
    max-height: min(48vh, 440px);
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .contact-body {
    padding: clamp(48px, 8vh, 72px) var(--pad);
  }

  .contact-connect__panel,
  .contact-form-block {
    padding: clamp(28px, 5vw, 40px) clamp(20px, 4vw, 28px);
  }

  .contact-hero__content,
  .case-hero__content,
  .case-cta__content,
  .blog-hero__content,
  .blog-detail-hero__content {
    padding: clamp(40px, 8vh, 56px) var(--pad);
  }

  .intro-editorial,
  .hero-pro {
    min-height: auto;
  }

  .clients-section__list {
    gap: 16px 24px;
  }

  .clients-section__list li span {
    font-size: 0.8125rem;
  }

  .team-profiles.svc-accordion {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: min(420px, 100%);
    margin-inline: auto;
  }

  .team-profile__figure {
    aspect-ratio: 4 / 3;
    min-height: 200px;
  }

  .team-profile__figure img {
    max-height: none;
    height: 100%;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }

  .blog-article__figure img {
    max-height: min(50vh, 400px);
    width: 100%;
    object-fit: cover;
  }

  .blog-article__content {
    font-size: 1rem;
  }

  .blog-article__content h2 {
    font-size: clamp(1.35rem, 5vw, 1.65rem);
  }

  .case-meta {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-inline: var(--pad);
  }

  .work-showcase__shell {
    padding-inline: 0;
  }

  .work-showcase__aside {
    padding-inline: var(--pad);
  }

  .work-showcase__list {
    padding-inline: var(--pad);
  }

  .portfolio-hero__media img,
  .about-hero__media img {
    min-height: min(44vh, 380px);
    max-height: 52vh;
  }

  .about-story__content {
    order: -1;
  }

  .cta-section {
    padding-block: clamp(64px, 10vh, 88px);
  }

  .cta-section__inner .title-xl {
    max-width: none;
  }

  .testimonial-showcase__quote {
    max-width: none;
    padding-inline: 4px;
  }

  .site-foot {
    padding-block: clamp(48px, 8vh, 64px);
  }

  .site-foot__grid {
    gap: clamp(28px, 5vh, 40px);
  }
}

@media (max-width: 640px) {
  .menu a {
    padding: 16px var(--pad);
  }

  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .blog-card__media img {
    aspect-ratio: 16 / 10;
    max-height: 220px;
  }

  .work-showcase__media img {
    max-height: 200px;
    width: 100%;
  }

  .contact-hero__email {
    font-size: 1rem;
    word-break: break-word;
  }

  .contact-connect__email-value {
    font-size: 1.0625rem;
    word-break: break-word;
  }

  .pricing-tiers__grid {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .contact-body {
    padding-block: 40px;
  }

  .contact-form-block__foot .btn {
    width: 100%;
  }

  .blog-hero__content,
  .blog-detail-hero__content {
    padding: 36px var(--pad);
  }

  .blog-list {
    padding-block: 48px;
  }

  .case-hero__media img,
  .case-cta__media img,
  .contact-hero__media img {
    min-height: 240px;
    max-height: 42vh;
  }

  .work-education__intro .btn {
    width: 100%;
    text-align: center;
  }

  .team-profile__toggle.svc-accordion__trigger {
    font-size: 0.9375rem;
    min-height: 44px;
  }

  .about-team {
    padding-inline: var(--pad);
  }

  .about-team__head {
    margin-bottom: clamp(36px, 6vh, 48px);
  }

  .stats-showcase__val {
    font-size: clamp(2.5rem, 12vw, 3.25rem);
  }

  .services-preview__foot .btn {
    width: 100%;
  }

  .site-foot__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }
}

/* Small phones */
@media (max-width: 360px) {
  .hero-pro__title {
    font-size: 1.75rem;
  }

  .intro-editorial__title {
    font-size: 1.5rem;
  }

  .btn {
    padding: 14px 20px;
    font-size: 0.75rem;
  }

  .portfolio-nav button {
    width: 40px;
    height: 40px;
  }
}

/* Landscape phones & short viewports */
@media (max-height: 520px) and (orientation: landscape) and (max-width: 1024px) {
  .hero-pro,
  .intro-editorial,
  .portfolio-hero,
  .services-hero,
  .about-hero,
  .contact-hero,
  .case-hero,
  .blog-hero,
  .blog-detail-hero {
    min-height: auto;
    padding-block: 20px;
  }

  .hero-pro__visual img,
  .intro-editorial__visual img,
  .portfolio-hero__media img,
  .about-hero__media img,
  .contact-hero__media img {
    max-height: 70vh;
    min-height: 0;
  }
}

/* Large desktops — comfortable reading width */
@media (min-width: 1440px) {
  .shell,
  .hero-pro__inner,
  .intro-editorial__layout {
    width: min(1320px, 100%);
  }

  .blog-list__wrap {
    width: min(1280px, 100%);
    margin-inline: auto;
  }
}

/* Safe area for notched devices */
@supports (padding: max(0px)) {
  .site-head__inner {
    padding-left: max(var(--pad), env(safe-area-inset-left));
    padding-right: max(var(--pad), env(safe-area-inset-right));
  }

  body.menu-open .menu {
    padding-bottom: max(0px, env(safe-area-inset-bottom));
  }

  .inquiry-fab {
    right: max(20px, env(safe-area-inset-right));
    bottom: max(20px, env(safe-area-inset-bottom));
  }
}

/* —— Inquiry popup —— */
body.inquiry-popup-open,
body.signup-popup-open {
  overflow: hidden;
}

.inquiry-popup {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--pad);
}

.inquiry-popup[hidden] {
  display: none;
}

.inquiry-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(63, 61, 58, 0.55);
  backdrop-filter: blur(4px);
}

.inquiry-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100vw - var(--pad) * 2));
  max-height: min(92dvh, 780px);
  overflow: auto;
  padding: clamp(28px, 5vw, 40px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.inquiry-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--text-strong);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.2s var(--ease),
    border-color 0.2s var(--ease),
    color 0.2s var(--ease);
}

.inquiry-popup__close:hover {
  background: var(--cream2);
  border-color: var(--border);
  color: var(--sage-deep);
}

.inquiry-popup__close:focus-visible {
  outline: 2px solid var(--sage-deep);
  outline-offset: 3px;
}

.inquiry-popup__head {
  padding-right: 44px;
  margin-bottom: clamp(20px, 3vh, 28px);
}

.inquiry-popup__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--text-strong);
}

.inquiry-popup__lede {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 52ch;
}

.inquiry-popup .form-status {
  margin-bottom: 16px;
}

.form--compact .form-grid {
  grid-template-columns: 1fr;
  gap: 0 20px;
}

.form--compact .form-field {
  margin-bottom: 16px;
}

.form--compact .form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.inquiry-popup .form--compact .form-grid,
.signup-popup .form--compact .form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inquiry-popup .form--compact .form-field--full,
.signup-popup .form--compact .form-field--full {
  grid-column: 1 / -1;
}

.signup-popup .form--compact .form-field {
  margin-bottom: 0;
}

.inquiry-popup__foot {
  margin-top: 8px;
}

.inquiry-popup__foot .btn {
  width: 100%;
}

.inquiry-popup__fine {
  margin: 12px 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
}

.inquiry-fab {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border: none;
  border-radius: 999px;
  background: var(--sage-deep);
  color: #fff;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(63, 61, 58, 0.22);
  transition:
    transform 0.25s var(--ease-out),
    background 0.2s var(--ease),
    box-shadow 0.25s var(--ease);
}

.inquiry-fab:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(63, 61, 58, 0.28);
}

.inquiry-fab:focus-visible {
  outline: 2px solid var(--sage-deep);
  outline-offset: 3px;
}

body.inquiry-popup-open .inquiry-fab {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.inquiry-fab__icon {
  font-size: 1.125rem;
  line-height: 1;
}

@media (max-width: 600px) {
  .inquiry-popup .form--compact .form-grid,
  .signup-popup .form--compact .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 480px) {
  .inquiry-popup {
    padding: 0;
    align-items: flex-end;
  }

  .inquiry-popup__dialog {
    width: 100%;
    max-height: 94dvh;
    border-radius: var(--radius) var(--radius) 0 0;
    padding: 24px var(--pad) max(24px, env(safe-area-inset-bottom));
  }

  .inquiry-fab__text {
    display: none;
  }

  .inquiry-fab {
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

/* —— Sign-up popup (auto after delay) —— */
.signup-popup {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--pad);
}

.signup-popup[hidden] {
  display: none;
}

.signup-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(63, 61, 58, 0.6);
  backdrop-filter: blur(5px);
}

.signup-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, calc(100vw - var(--pad) * 2));
  max-height: min(92dvh, 720px);
  overflow: auto;
  padding: clamp(28px, 5vw, 40px);
  background: linear-gradient(165deg, var(--white) 0%, var(--cream2) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.signup-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--text-strong);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.2s var(--ease),
    border-color 0.2s var(--ease);
}

.signup-popup__close:hover {
  background: var(--cream2);
  border-color: var(--border);
}

.signup-popup__close:focus-visible {
  outline: 2px solid var(--sage-deep);
  outline-offset: 3px;
}

.signup-popup__head {
  padding-right: 44px;
  margin-bottom: clamp(18px, 3vh, 24px);
}

.signup-popup__head .label {
  background: var(--rose);
}

.signup-popup__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--text-strong);
}

.signup-popup__lede {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--muted);
}

.signup-popup .form-status {
  margin-bottom: 16px;
}

.signup-popup__consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 20px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--muted);
  cursor: pointer;
}

.signup-popup__consent input {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 2px;
  accent-color: var(--sage-deep);
}

.signup-popup__foot {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.signup-popup__foot .btn {
  width: 100%;
}

/* Match footer sign-up styling in timed popup */
.signup-popup__foot .btn-brand,
#popup-signup-submit {
  border-radius: 999px;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.14em;
  background: #7d8070;
  border-color: #7d8070;
}

.signup-popup__foot .btn-brand:hover,
#popup-signup-submit:hover {
  background: #6a6d61;
  border-color: #6a6d61;
  transform: none;
}

.signup-popup .form--compact .form-field label {
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  color: #8a8580;
}

.signup-popup .form--compact .form-field input {
  background: #fff;
  border: 1px solid #e3d9d0;
  border-radius: 3px;
}

.signup-popup__skip {
  padding: 8px;
  border: none;
  background: transparent;
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color 0.2s var(--ease);
}

.signup-popup__skip:hover {
  color: var(--text-strong);
}

body.signup-popup-open .inquiry-fab {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 480px) {
  .signup-popup {
    padding: 0;
    align-items: flex-end;
  }

  .signup-popup__dialog {
    width: 100%;
    max-height: 94dvh;
    border-radius: var(--radius) var(--radius) 0 0;
    padding: 24px var(--pad) max(24px, env(safe-area-inset-bottom));
  }
}
