/* =========================================================
   Ummah Design — Final
   Style test: Hero + Nav (option C)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

:root {
  --color-dark: #333333;
  --color-dark-2: #4B4B4B;
  --color-green: #9AC53B;
  --color-green-bright: #C0ED6D;
  --color-green-deep: #99CC3A;
  --color-text-light: #F2F7EF;
  --color-text-secondary: #8B8B8B;
  --color-chevron: #878787;

  --font-sans: 'Google Sans Flex', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container-max: 1280px;
  --gutter: 80px;
}

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

html, body { margin: 0; padding: 0; }

body {
  font-family: var(--font-sans);
  background: var(--color-dark);
  color: var(--color-text-light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

.container {
  width: 100%;
  max-width: calc(var(--container-max) + var(--gutter) * 2);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* =========================================================
   Site Header / Nav
   ========================================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding-top: 24px;
  padding-bottom: 16px;
  transition: padding 0.3s ease;
}

/* Single dark backdrop that covers the header AND can extend to cover the
   Services dropdown when it opens. One element = no seams. */
.site-header::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(17, 17, 17, 0.92);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
          backdrop-filter: saturate(140%) blur(12px);
  opacity: 0;
  transition: opacity 0.35s ease, bottom 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: -1;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
}
.site-header.is-scrolled::before {
  opacity: 1;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* When the Services dropdown opens on a scrolled (dark) header, grow the
   dark bar downward so the dropdown reads as part of the header. */
.site-header.is-scrolled:has(.has-dropdown:hover)::before,
.site-header.is-scrolled:has(.has-dropdown:focus-within)::before {
  bottom: -150px;
}

.nav-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  height: 48px;
  position: relative;
}
.nav-container > .logo { grid-column: 1; justify-self: start; }
.nav-container > .primary-nav { grid-column: 2; justify-self: center; }
.nav-container > .cta-button { grid-column: 3; justify-self: end; }
.nav-container > .nav-toggle { grid-column: 3; justify-self: end; }

.logo img {
  height: 42px;
  width: auto;
  display: block;
}
.logo .logo-scroll { display: none; }
.site-header.is-scrolled .logo .logo-default { display: none; }
.site-header.is-scrolled .logo .logo-scroll { display: block; }

/* Primary nav -------------------------------------------- */
.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--color-text-secondary);
  line-height: 1;
  transition: color .2s ease;
}

.primary-nav a:hover {
  color: var(--color-green);
}

.primary-nav a.is-active {
  color: var(--color-green);
}

.chevron {
  width: 16px;
  height: 16px;
  background: none;
  display: inline-block;
  position: relative;
}

.chevron::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 6px; height: 6px;
  border-top: 1.5px solid var(--color-chevron);
  border-right: 1.5px solid var(--color-chevron);
  border-radius: 1px;
  transform-origin: center;
  transform: translate(-65%, -50%) rotate(45deg);
  transition: transform .2s ease;
}

/* Dropdown menu (e.g. Services) ------------------------- */
.has-dropdown { position: relative; z-index: 20; }
.primary-nav .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 0 14px;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  pointer-events: none;
}

/* Right-side aside that appears alongside the Services dropdown */
.nav-services-aside {
  position: absolute;
  top: 100%;
  right: 100px;
  z-index: 1;
  padding-top: 90px;
  max-width: 300px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-secondary);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  pointer-events: none;
}
.nav-services-aside p { margin: 0; }
.nav-services-aside a {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  transition: color .2s ease;
}
.nav-services-aside a:hover { color: var(--color-green); }

/* Show the aside only when the Services dropdown opens AND the header is in
   its dark scrolled state (matches the dropdown bar visibility). */
.site-header.is-scrolled:has(.has-dropdown:hover) .nav-services-aside,
.site-header.is-scrolled:has(.has-dropdown:focus-within) .nav-services-aside {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 1023px) {
  .nav-services-aside { display: none; }
}
.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.has-dropdown:hover > a .chevron::before,
.has-dropdown:focus-within > a .chevron::before {
  transform: translate(-50%, -65%) rotate(135deg);
}

/* When the header is in its dark scrolled state the dropdown sits on the
   extended dark bar — links need to be light. */
.site-header.is-scrolled .primary-nav .nav-dropdown a {
  color: var(--color-text-secondary);
}
.site-header.is-scrolled .primary-nav .nav-dropdown a:hover,
.site-header.is-scrolled .primary-nav .nav-dropdown a.is-active {
  color: var(--color-green);
}

/* CTA button --------------------------------------------- */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 24px 7px 32px;
  border-radius: 9999px;
  background: linear-gradient(160deg, var(--color-green-bright) 0%, var(--color-green-deep) 100%);
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  height: 48px;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.cta-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 8px 20px rgba(154, 197, 59, 0.25);
}

.cta-button .cta-arrow { flex-shrink: 0; }

/* Mobile nav toggle (hidden on desktop) ------------------ */
.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
}
.nav-toggle span {
  width: 18px; height: 2px;
  background: var(--color-text-light);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}

/* =========================================================
   Animations
   ========================================================= */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes bgZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.12); }
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  min-height: 750px;
  background: var(--color-dark);
  color: var(--color-text-light);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 90%;
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,26,26,0.25) 0%, rgba(26,26,26,0.45) 100%);
  z-index: 0;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  width: 100%;
}

/* Headline ----------------------------------------------- */
.hero-headline {
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  font-size: 88px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.hero-headline .line-1 {
  font-weight: 300;
  color: var(--color-text-light);
  display: block;
  margin-bottom: -12px;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.hero-headline .line-2 {
  font-weight: 600;
  color: var(--color-green);
  display: block;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}

/* Divider ------------------------------------------------ */
.hero-divider {
  width: min(1000px, 100%);
  height: 1px;
  background: linear-gradient(90deg, var(--color-dark) 0%, var(--color-dark-2) 50%, var(--color-dark) 100%);
  animation: fadeIn 0.6s ease 0.9s both;
}

/* Stats -------------------------------------------------- */
.hero-stats {
  width: 100%;
  max-width: 1160px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
}

.hero-stats li {
  position: relative;
  text-align: center;
  padding: 4px 24px;
}

.hero-stats li + li::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 36px;
  background: rgba(255, 255, 255, 0.12);
}

.stat-num {
  display: inline-flex;
  align-items: baseline;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--color-text-light);
  line-height: 1;
}

.stat-num .plus {
  color: var(--color-green);
  margin-left: 4px;
  font-weight: 600;
}

.stat-num--text {
  font-size: 28px;
  letter-spacing: -0.02em;
}

.stat-label {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--color-text-secondary);
}

/* =========================================================
   Responsive
   ========================================================= */

/* Tablet & smaller desktop */
@media (max-width: 1200px) {
  :root { --gutter: 48px; }

  .hero-headline { font-size: 64px; }

  .primary-nav ul { gap: 18px; }
  .primary-nav a { font-size: 14px; }
}

/* Tablet — switch to hamburger here so desktop nav doesn't crowd */
@media (max-width: 1100px) {
  .nav-toggle { display: flex; }

  .primary-nav,
  .cta-button { display: none; }

  .primary-nav.is-open {
    display: block;
    position: fixed;
    top: 70px;
    left: var(--gutter);
    right: var(--gutter);
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 16px;
  }

  .primary-nav.is-open ul {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .primary-nav.is-open a {
    padding: 10px 12px;
    font-size: 16px;
    white-space: normal;
    word-break: break-word;
  }

  .primary-nav.is-open .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    padding: 8px 0 0 16px;
    gap: 8px;
    white-space: normal;
  }
  .primary-nav.is-open .nav-dropdown a {
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
  }

  /* Open menu sits on a dark backdrop — force light text on every page
     variant so links stay readable on light-header pages. */
  .primary-nav.is-open a,
  .site-header--light .primary-nav.is-open a,
  body.page-portfolio .site-header--light .primary-nav.is-open a,
  body.page-case .site-header--light .primary-nav.is-open a {
    color: var(--color-text-light);
  }
  .primary-nav.is-open a.is-active,
  .site-header--light .primary-nav.is-open a.is-active,
  body.page-portfolio .site-header--light .primary-nav.is-open a.is-active,
  body.page-case .site-header--light .primary-nav.is-open a.is-active {
    color: var(--color-green);
  }
  .primary-nav.is-open .chevron::before {
    border-color: var(--color-text-light);
  }
}

/* Tablet portrait */
@media (max-width: 900px) {
  :root { --gutter: 32px; }

  .hero { min-height: 600px; padding-top: 110px; padding-bottom: 60px; }
  .hero-inner { gap: 48px; }

  .hero-headline { font-size: 48px; letter-spacing: -0.025em; }
  .hero-headline .line-1 { margin-bottom: -6px; }

  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .hero-stats li { padding: 12px 16px; }
  .hero-stats li:nth-child(3)::before,
  .hero-stats li:nth-child(odd)::before { display: none; }

  .stat-num { font-size: 32px; }
  .stat-num--text { font-size: 22px; }
  .stat-label { font-size: 15px; }
}

/* Mobile */
@media (max-width: 600px) {
  :root { --gutter: 20px; }

  .logo img { height: 32px; }

  .hero { min-height: auto; padding-top: 100px; padding-bottom: 56px; }
  .hero-inner { gap: 40px; }

  .hero-headline { font-size: 36px; line-height: 1.15; }
  .hero-headline .line-1 { margin-bottom: -2px; }

  .hero-divider { width: 100%; }

  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .stat-num { font-size: 28px; }
  .stat-num--text { font-size: 18px; }
  .stat-label { font-size: 13px; margin-top: 4px; }
}

/* Small phones (iPhone SE, narrow Android) */
@media (max-width: 420px) {
  .hero-headline { font-size: 32px; }
  .hero-stats { grid-template-columns: 1fr; gap: 20px; }
  .hero-stats li::before { display: none !important; }
  .stat-num { font-size: 30px; }
  .stat-label { font-size: 14px; }
}

/* Respect reduced-motion preference ---------------------- */
@media (prefers-reduced-motion: reduce) {
  .hero-headline .line-1,
  .hero-headline .line-2,
  .hero-divider,
  .hero-stats { animation: none; }
}

/* =========================================================
   About
   ========================================================= */
.about {
  background: #f5feef;
  padding: 120px 0;
  overflow: hidden;
}

/* Centred row capped at 1440px — image bleeds to row edge, not viewport edge */
.about-inner {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 80px;
}

.about-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-text > * + * { margin-top: 40px; }
.about-text > .about-heading { margin-top: 16px; }

.about-label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #9AC53A;
}

.about-heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 48px;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #333333;
}

.ah-light { font-weight: 400; }
.ah-bold  { font-weight: 600; }

.about-body {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.6;
  color: #595959;
}

.about-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 999px 120px 120px 999px;
}

.about-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transform: scale(1.18);
  transform-origin: center;
  will-change: transform;
}

.about-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #9AC53A 0%, transparent 60%);
  opacity: 0.1;
  pointer-events: none;
}

/* =========================================================
   About Responsive
   ========================================================= */
@media (max-width: 1100px) {
  .about-inner {
    grid-template-columns: 1fr 1fr;
    padding-left: 48px;
  }
}

@media (max-width: 900px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .about-image-wrap { order: -1; }
  .about-image,
  .about-image-overlay { border-radius: 24px; }
}

@media (max-width: 600px) {
  .about { padding: 80px 0; }
  .about-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-heading { font-size: 36px; }
  .about-text { gap: 28px; }
}

/* =========================================================
   Benefits
   ========================================================= */
.benefits {
  background: #ffffff;
  overflow: hidden;
}

.benefits .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Decorative UD strip ------------------------------------ */
.benefits-deco {
  display: none; /* hidden — remove to bring back */
  align-items: flex-end;
  gap: 16px;
  height: 97px;
  overflow: hidden;
}

.deco-u {
  flex-shrink: 0;
  width: 96px;
  height: 97px;
  background: #E6EFE0;
  border-radius: 48px 48px 0 0;
}

.deco-d {
  flex-shrink: 0;
  width: 96px;
  height: 97px;
  background: #E6EFE0;
  border-radius: 0 48px 48px 0;
}

/* Header ------------------------------------------------ */
.benefits-header {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 492px;
  margin-left: auto;
  margin-right: auto;
}

.benefits-label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  color: #9AC53B;
  text-transform: uppercase;
  line-height: 1.1;
}

.benefits-heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.48px;
  color: #333333;
}

.bh-light { font-weight: 400; }
.bh-bold  { font-weight: 600; }

/* Cards ------------------------------------------------- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-card {
  height: 200px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 56px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Card colours from Figma */
.benefit-card:nth-child(1) { background: #EEF6DD; }
.benefit-card:nth-child(2) { background: #E2EFC7; }
.benefit-card:nth-child(3) { background: #F1F6E4; }
.benefit-card:nth-child(4) { background: #E2EFC7; }
.benefit-card:nth-child(5) { background: #DCECC2; }
.benefit-card:nth-child(6) { background: #EFF6E5; }
.benefit-card:nth-child(7) { background: #E4F0C9; }
.benefit-card:nth-child(8) { background: #F1F6E4; }

.bc-text {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.bc-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-decoration: none;
  border-radius: inherit;
}
.bc-link:focus-visible {
  outline: 2px solid #9AC53B;
  outline-offset: -4px;
}

/* Faint icon — hidden by default, revealed on hover */
.bc-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  width: 126px;
  height: 126px;
  transform: translateY(-50%) scale(0.85);
  opacity: 0;
  pointer-events: none;
  filter: invert(1) brightness(2);
  transition: opacity 0.3s ease, transform 0.4s ease;
  z-index: 0;
}

/* Hover/touch: dark background, light text, icon reveal */
.benefit-card:hover,
.benefit-card:active { background: #333333; }
.benefit-card:hover .bc-text,
.benefit-card:active .bc-text { color: #F2F7EF; }
.benefit-card:hover .bc-icon,
.benefit-card:active .bc-icon {
  opacity: 0.18;
  transform: translateY(-50%) scale(1);
}

/* =========================================================
   SERVICES
   ========================================================= */

.services {
  background: #333333;
  position: relative;
  overflow: hidden;
}

.services::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url('/assets/images/32fe6feb71cb.png') bottom center / cover no-repeat;
  opacity: 0.45;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 30%, black 70%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 30%, black 70%);
}

.services .container {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.services-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 492px;
  text-align: center;
}

.services-label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  color: #9AC53B;
  text-transform: uppercase;
  line-height: 1.1;
}

.services-heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.48px;
  color: #F2F7EF;
}

.sh-light { font-weight: 400; }
.sh-bold  { font-weight: 600; }

/* Cards grid */
.services-grid {
  display: flex;
  gap: 12px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card {
  background: #F7FCF5;
  border-radius: 16px;
  padding: 24px 24px 40px;
  min-height: 420px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  overflow: hidden;
  transition: background-color 0.35s ease;
}

/* Hovered card: light green tint, text colours unchanged */
.service-card:hover {
  background-color: #D9E3D3;
}

/* Icon container */
.sc-icon {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-icon-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.25s ease;
}

.sc-icon-hover { opacity: 0; }
.service-card:hover .sc-icon-default { opacity: 0; }
.service-card:hover .sc-icon-hover   { opacity: 1; }

/* Card body (text + footer) */
.sc-body {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 0;
}

.sc-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-height: 0;
}

.sc-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 1.1;
  text-align: center;
  transition: color 0.3s ease;
}

.sc-desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  line-height: 1.5;
  letter-spacing: -0.28px;
  text-align: center;
  transition: color 0.3s ease;
}

.sc-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  flex-shrink: 0;
}

.sc-price {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  letter-spacing: -0.32px;
  text-align: center;
  transition: color 0.3s ease;
}

.sc-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #9AC53B;
  letter-spacing: -0.32px;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Services responsive */
@media (max-width: 1100px) {
  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .services-header { width: auto; }
  .service-card {
    min-height: 360px;
    transition: background-color 0.3s ease;
  }
  /* Disable accordion on tablet */
  .services-grid:hover .service-card:not(:hover) { flex: 1; }
  .service-card:hover { flex: 1; }
}

@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .services-heading { font-size: 36px; letter-spacing: -0.36px; }
  .service-card { min-height: 0; }
}

/* Office image (parallax) -------------------------------- */
.benefits-image-wrap {
  width: 100%;
  height: 500px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: 120px;
  background-image: url("/assets/images/benefits-office.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Benefits responsive ----------------------------------- */
@media (max-width: 1100px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-header { width: auto; }
}

@media (max-width: 600px) {
  .benefits-deco { height: 64px; gap: 8px; }
  .deco-u, .deco-d { width: 60px; height: 64px; }
  .deco-u { border-radius: 30px 30px 0 0; }
  .deco-d { border-radius: 0 30px 30px 0; }
  .benefits-heading { font-size: 36px; letter-spacing: -0.36px; }
  .benefit-card { height: 160px; padding: 48px 32px; }
  .bc-text { font-size: 16px; }
  .bc-icon { width: 96px; height: 96px; left: 16px; }
  .benefits-image-wrap {
    height: 260px;
    border-radius: 32px;
    background-attachment: scroll;
  }
}

/* =========================================================
   PORTFOLIO
   ========================================================= */

.portfolio { background: #FFFFFF; }

.portfolio .container {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.portfolio-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.portfolio-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.portfolio-label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  color: #9AC53B;
  text-transform: uppercase;
  line-height: 1.1;
}

.portfolio-heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.48px;
  color: #333333;
}

.ph-light { font-weight: 400; }
.ph-bold  { font-weight: 600; }

/* Nav arrows */
.portfolio-nav {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pnav-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.pnav-btn:disabled { opacity: 0.35; cursor: default; }

.pnav-prev {
  background: #F7FCF5;
  color: #595959;
}

.pnav-next {
  background: linear-gradient(135deg, #C0ED6D 0%, #9AC53B 100%);
  color: #FFFFFF;
}

/* Progress line */
.portfolio-progress {
  position: relative;
  height: 1px;
  background: #D2E2CD;
  border-radius: 999px;
}

.portfolio-progress-fill {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  background: #9AC53B;
  border-radius: 999px;
  width: 33.33%;
  transition: width 0.45s cubic-bezier(0.4,0,0.2,1);
}

/* Carousel */
.portfolio-track-wrap { overflow: hidden; }

.portfolio-track {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cards */
.portfolio-card {
  flex: 0 0 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.portfolio-card-link,
.portfolio-card-static {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: inherit;
  text-decoration: none;
}

.portfolio-card-link { transition: transform 0.3s ease; }
.portfolio-card-link:hover { transform: translateY(-4px); }
.portfolio-card-link:hover .pc-title { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.pc-image {
  width: 500px;
  height: 500px;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* Letter-mask pattern: U, D, U, D, ... (alternating) */
/* U — flat top, fully rounded bottom */
.portfolio-card:nth-child(odd) .pc-image {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L100 0 L100 50 C100 78 78 100 50 100 C22 100 0 78 0 50 Z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L100 0 L100 50 C100 78 78 100 50 100 C22 100 0 78 0 50 Z' fill='black'/%3E%3C/svg%3E");
}

/* D — flat left, fully rounded right */
.portfolio-card:nth-child(even) .pc-image {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L50 0 C78 0 100 22 100 50 C100 78 78 100 50 100 L0 100 Z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L50 0 C78 0 100 22 100 50 C100 78 78 100 50 100 L0 100 Z' fill='black'/%3E%3C/svg%3E");
}

.pc-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.18);
  transform-origin: center;
  will-change: transform;
}

.pc-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pc-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 1.1;
}

.pc-category {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  letter-spacing: -0.28px;
  line-height: 1.5;
}

/* Stats strip */
.pc-stats {
  display: flex;
  align-items: center;
  padding: 20px 32px;
  background: linear-gradient(135deg, #C0ED6D 0%, #9AC53B 100%);
  border-radius: 999px;
}

.pc-stat { flex: 1; display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center; }

.pc-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(0,0,0,0.15);
  margin: 0 20px;
  flex-shrink: 0;
}

.pc-stat-num {
  font-size: 24px;
  font-weight: 600;
  color: #1A1A1A;
  letter-spacing: -0.48px;
  line-height: 1.1;
}

.pc-stat-label {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,0.6);
  line-height: 1.4;
}

/* Compact variant — 4 cards visible (used on service pages) */
.portfolio--compact .portfolio-track { gap: 24px; }
.portfolio--compact .portfolio-card { flex: 0 0 290px; gap: 16px; }
.portfolio--compact .pc-image { width: 290px; height: 290px; }
.portfolio--compact .pc-title { font-size: 18px; }
.portfolio--compact .pc-category { font-size: 13px; }

/* Portfolio responsive */
@media (max-width: 1100px) {
  .portfolio-track { gap: 24px; }
  .portfolio-card { flex: 0 0 380px; }
  .pc-image { width: 380px; height: 380px; }
  .portfolio--compact .portfolio-card { flex: 0 0 240px; }
  .portfolio--compact .pc-image { width: 240px; height: 240px; }
}

@media (max-width: 600px) {
  .portfolio-heading { font-size: 36px; }
  .portfolio-card { flex: 0 0 80vw; }
  .pc-image { width: 100%; height: auto; aspect-ratio: 1 / 1; }
  .pc-stat-num { font-size: 18px; }
}

/* ─── Client logos pill (inside portfolio section) ─── */
.pc-logos {
  padding-top: 64px;
}

.pc-logos-pill {
  max-width: 1280px;
  margin: 0 auto;
  height: 120px;
  background: transparent;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.pc-logos-inner {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  width: max-content;
  animation: pc-logos-scroll 28s linear infinite;
}

.pc-logos-inner:hover { animation-play-state: paused; }

.pc-logo-item {
  flex-shrink: 0;
  height: 60px;
  display: flex;
  align-items: center;
}

.pc-logo-item img {
  height: 60px;
  width: auto;
  display: block;
}

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

@media (max-width: 600px) {
  .pc-logos { padding-top: 32px; }
  .pc-logos-pill { height: 80px; }
  .pc-logos-inner { animation-duration: 20s; }
  .pc-logo-item {
    width: 110px;
    height: 48px;
    justify-content: center;
    padding: 0 6px;
    box-sizing: border-box;
  }
  .pc-logo-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
  }
}

/* ─── Why Us ─── */
.why-us {
  background-color: #1A1A1A;
  padding: 120px 0 140px;
  overflow: hidden;
  position: relative;
}

.why-us::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/why-us-bg.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform: scale(1.08);
  animation: wuDrift 24s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes wuDrift {
  0%   { transform: scale(1.08) translate3d(0, 0, 0); }
  50%  { transform: scale(1.08) translate3d(2%, -1%, 0); }
  100% { transform: scale(1.08) translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .why-us::before { animation: none; }
}

.wu-header {
  text-align: center;
  margin-bottom: 72px;
  position: relative;
  z-index: 2;
}

.wu-label {
  color: #9AC53B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.wu-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  line-height: 1.1;
}

.wu-h-light {
  color: #F2F7EF;
  font-size: 48px;
  font-weight: 400;
}

.wu-h-bold {
  color: #F2F7EF;
  font-size: 48px;
  font-weight: 700;
}

.wu-grid-wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 2;
  overflow: hidden;
  padding: 60px 0;
}

.wu-pill {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1280px;
  max-width: 100%;
  height: 390px;
  border: 8px solid #9AC53B;
  border-radius: 9999px;
  pointer-events: none;
  z-index: 1;
  box-sizing: border-box;
  animation: wuPillPulse 5s ease-in-out infinite;
}

@keyframes wuPillPulse {
  0%, 100% {
    box-shadow:
      0 0 0   rgba(154, 197, 59, 0),
      inset 0 0 0   rgba(154, 197, 59, 0);
    border-color: #9AC53B;
  }
  50% {
    box-shadow:
      0 0 60px rgba(154, 197, 59, 0.35),
      inset 0 0 30px rgba(154, 197, 59, 0.15);
    border-color: #B6DFA2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wu-pill { animation: none; }
}

.wu-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 984px;
  margin: 0 auto;
  z-index: 2;
}

.wu-card {
  background: #F7FCF5;
  border-radius: 16px;
  padding: 32px;
  min-height: 244px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.45s ease,
              background-color 0.35s ease;
}

/* Green sheen that sweeps across on hover */
.wu-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 60%;
  height: 200%;
  background: linear-gradient(115deg,
    transparent 0%,
    rgba(154, 197, 59, 0.18) 45%,
    rgba(154, 197, 59, 0.32) 50%,
    rgba(154, 197, 59, 0.18) 55%,
    transparent 100%);
  transform: skewX(-20deg);
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.wu-card:hover,
.wu-card:active {
  background-color: #D9E3D3;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -12px rgba(154, 197, 59, 0.35),
              0 8px 16px -8px rgba(0, 0, 0, 0.2);
}

.wu-card:hover::after,
.wu-card:active::after {
  opacity: 1;
  transform: skewX(-20deg) translateX(280%);
}

.wu-card-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 86px;
  height: 86px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
}

.wu-card-icon img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block;
  transition: filter 0.3s ease;
}

.wu-card:hover .wu-card-icon img,
.wu-card:active .wu-card-icon img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(53%) saturate(491%) hue-rotate(43deg) brightness(0.95) contrast(0.82);
}

.wu-card-title,
.wu-card-desc {
  position: relative;
  z-index: 1;
}

.wu-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 1.25;
  margin: 0;
  max-width: 260px;
}

.wu-card-desc {
  font-size: 14px;
  color: #595959;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 900px) {
  .wu-h-light, .wu-h-bold { font-size: 36px; }
  .wu-grid { max-width: 100%; }
  .wu-pill { height: 340px; border-width: 6px; }
}

@media (max-width: 600px) {
  .why-us { padding: 72px 0 80px; }
  .wu-header { margin-bottom: 32px; }
  .wu-grid-wrap { padding: 0; }
  .wu-grid { grid-template-columns: 1fr; gap: 16px; }
  .wu-h-light, .wu-h-bold { font-size: 28px; }
  .wu-pill { display: none; }
  .wu-card { min-height: 0; padding: 24px 88px 24px 24px; }
  .wu-card-icon { width: 56px; height: 56px; top: 20px; right: 16px; }
  .wu-card-icon img { width: 44px; height: 44px; }
  .wu-card-title { max-width: 100%; }
  .wu-card-title br { display: none; }
}

/* ─── Testimonials ─── */
.testimonials {
  background: #F2F7EF;
  padding: 120px 0 100px;
  overflow: hidden;
}

.testi-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 56px;
}

.testi-header { max-width: 60%; }

.testi-label {
  color: #9AC53B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.testi-heading {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.1;
  color: #333333;
}

.th-light { font-size: 48px; font-weight: 400; }
.th-bold  { font-size: 48px; font-weight: 700; }

.testi-lead {
  max-width: 380px;
  margin: 0 0 8px;
  color: #64748B;
  font-size: 14px;
  line-height: 1.6;
}

/* Two-column layout: featured video left + scrolling testimonials right. */
.testi-layout {
  display: grid;
  grid-template-columns: minmax(0, 400px) 1fr;
  gap: 40px;
  align-items: start;
}

/* Featured video card */
.testi-feat {
  display: flex;
  flex-direction: column;
}

.testi-feat-video {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #0F172A;
}

.testi-feat-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testi-feat-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: #0F172A;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 9999px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.testi-feat-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9AC53B;
}

.testi-feat-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  z-index: 3;
  transition: opacity 0.2s ease;
}

.testi-feat-play::before {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  position: absolute;
  transition: transform 0.2s ease;
}

.testi-feat-play:hover::before { transform: scale(1.06); }
.testi-feat-play svg { position: relative; z-index: 1; }

.testi-feat-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 0 4px;
}

.testi-feat-avatar {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.testi-feat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.testi-feat-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}

.testi-feat-loc {
  font-size: 13px;
  color: #64748B;
  margin-top: 3px;
}

/* Vertical-scrolling testimonial column */
.testi-scroller {
  position: relative;
  height: 720px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}

.testi-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: testiScrollUp 90s linear infinite;
  will-change: transform;
}

.testi-scroller:hover .testi-stack { animation-play-state: paused; }

@keyframes testiScrollUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

.testi-quote {
  flex-shrink: 0;
  position: relative;
  background: #F7FCF5;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: background 0.25s ease;
}

.testi-quote:hover { background: #E2EFC7; }

.testi-qmark {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: #D9E3D3;
  font-weight: 700;
  pointer-events: none;
}

.testi-stars {
  color: #9AC53B;
  font-size: 16px;
  letter-spacing: 2px;
}

.testi-quote p {
  font-size: 15px;
  line-height: 1.6;
  color: #1E293B;
  margin: 0;
}

.testi-who {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.testi-av {
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.testi-av img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.testi-nm {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 1.2;
}

.testi-lc {
  font-size: 12px;
  color: #64748B;
  margin-top: 3px;
}

@media (max-width: 1100px) {
  .testi-top { flex-direction: column; align-items: flex-start; }
  .testi-header { max-width: 100%; }
}

@media (max-width: 900px) {
  .testimonials { padding: 80px 0; }
  .th-light, .th-bold { font-size: 36px; }
  .testi-layout { grid-template-columns: 1fr; gap: 32px; }
  .testi-feat-video { max-width: 480px; margin-inline: auto; width: 100%; }
  .testi-feat-meta { justify-content: center; }
}

@media (max-width: 600px) {
  .th-light, .th-bold { font-size: 28px; }
  .testi-scroller { height: 580px; }
  .testi-quote { padding: 22px; }
  .testi-quote p { font-size: 14.5px; }
  .testi-feat-play::before { width: 64px; height: 64px; }
}

/* ─── News & Blog ─── */
.blog {
  background: #f5feef;
  padding: 120px 0 100px;
}

.blog-header {
  text-align: center;
  margin-bottom: 48px;
}

.blog-label {
  color: #9AC53B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.blog-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  line-height: 1.1;
  color: #333333;
}

.bh-light { font-size: 48px; font-weight: 400; }
.bh-bold  { font-size: 48px; font-weight: 700; }

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

.blog-row {
  display: flex;
  align-items: center;
  gap: 102px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.blog-row:hover { transform: translateX(4px); }

.br-image {
  flex: 0 0 539px;
  height: 200px;
  border-radius: 9999px;
  overflow: hidden;
  background: #1A1A1A;
}

.br-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.18);
  transform-origin: center;
  will-change: transform;
}

.br-text {
  flex: 1;
  min-width: 0;
}

.br-date {
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  margin-bottom: 16px;
}

.br-title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 1.3;
  margin: 0;
  max-width: 480px;
  transition: color 0.2s ease;
}

.blog-row:hover .br-title { color: #5A8520; }

.blog-footer {
  display: flex;
  justify-content: center;
}

.blog-readall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: #9AC53B;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 9999px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.blog-readall:hover { background: #B0D958; transform: translateY(-1px); }

@media (max-width: 1100px) {
  .blog-row { gap: 48px; }
  .br-image { flex: 0 0 400px; height: 180px; }
}

@media (max-width: 900px) {
  .blog { padding: 80px 0; }
  .bh-light, .bh-bold { font-size: 36px; }
  .blog-row { gap: 32px; }
  .br-image { flex: 0 0 320px; height: 160px; }
  .br-title { font-size: 20px; }
}

@media (max-width: 700px) {
  .blog-row { flex-direction: column; align-items: stretch; gap: 20px; }
  .br-image { flex: 0 0 auto; width: 100%; height: 180px; border-radius: 24px; }
  .br-title { max-width: 100%; }
}

@media (max-width: 600px) {
  .bh-light, .bh-bold { font-size: 28px; }
}

/* ─── Contact ─── */
.contact {
  background: #F2F7EF;
  padding: 120px 0;
}

.contact-header {
  text-align: center;
  margin-bottom: 36px;
}

.contact-label {
  color: #9AC53B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.contact-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  line-height: 1.1;
  color: #333333;
}

.ch-light { font-size: 48px; font-weight: 400; }
.ch-bold  { font-size: 48px; font-weight: 700; }

.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

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

.contact-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 36px;
  padding: 0;
  border: 0;
}

.contact-tab {
  position: relative;
  display: inline-block;
}

.contact-tab input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.contact-tab span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  height: 38px;
  border-radius: 9999px;
  border: 1px solid #D5E8CF;
  background: #E2EEDC;
  color: #595959;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-tab span:hover {
  background: #D5E8CF;
  border-color: #B6DFA2;
}

.contact-tab input:checked + span {
  background: #B6DFA2;
  border-color: #ACD19A;
  color: #333333;
  font-weight: 600;
}

.contact-tab input:focus-visible + span {
  outline: 2px solid #9AC53B;
  outline-offset: 2px;
}

.contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.cf-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cf-right { display: flex; }

.cf-input,
.cf-textarea {
  width: 100%;
  padding: 17px 24px;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  color: #333333;
  background: #F7FCF5;
  border: 1px solid transparent;
  border-radius: 16px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

/* ── Inline form status panels (success / error) ───────────────── */
.contact-form-status {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px 28px;
  border-radius: 16px;
  margin: 0 auto 24px;
  max-width: 720px;
}
.contact-form-status[hidden] { display: none; }
.contact-form-status--success {
  background: #EEF6DD;
  border: 1px solid #B6DFA2;
  color: #1A1A1A;
}
.contact-form-status--error {
  background: #FFF3F0;
  border: 1px solid #F4A78D;
  color: #1A1A1A;
}
.cfs-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-top: 2px;
}
.contact-form-status--success .cfs-icon { color: #6B9929; }
.contact-form-status--error .cfs-icon { color: #C04A2D; }
.cfs-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
}
.cfs-body {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #4d4d4d;
}
.cfs-body a { color: inherit; text-decoration: underline; }

.cf-input:hover,
.cf-textarea:hover { background: #F3FCEF; }

.cf-input:focus,
.cf-textarea:focus {
  background: #F3FCEF;
  border-color: #6B9929;
  box-shadow: 0 0 0 3px rgba(154, 197, 59, 0.15);
}

.cf-input::placeholder,
.cf-textarea::placeholder { color: #595959; }

.cf-textarea {
  flex: 1;
  height: 184px;
  min-height: 184px;
  border-radius: 32px;
  padding: 32px;
  resize: vertical;
  line-height: 1.5;
}

.contact-submit-wrap {
  display: flex;
  justify-content: center;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #9AC53B;
  color: #333333;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-submit:hover {
  background: #B0D958;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(154, 197, 59, 0.3);
}

@media (max-width: 900px) {
  .contact { padding: 80px 0; }
  .ch-light, .ch-bold { font-size: 36px; }
  .contact-fields { grid-template-columns: 1fr; }
  .cf-textarea { height: 160px; min-height: 160px; }
}

@media (max-width: 600px) {
  .ch-light, .ch-bold { font-size: 28px; }
  .contact-tab span { padding: 12px 20px; font-size: 13px; height: 44px; }
  .cf-input, .cf-textarea { font-size: 16px; }
  .contact-submit { padding: 16px 32px; font-size: 15px; min-height: 48px; }
}

/* ─── Footer ─── */
.footer {
  position: relative;
  background-color: #1A1A1A;
  color: #ffffff;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/32fe6feb71cb.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  opacity: 0.65;
  pointer-events: none;
  z-index: 0;
  display: none; /* temporarily hidden — remove this line to bring back */
}

.footer__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer__content {
  position: relative;
  z-index: 2;
  padding: 132px 0 62px;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 132px;
}

.footer__left { flex: 1; min-width: 0; }

.footer__heading {
  font-family: inherit;
  font-size: clamp(36px, 6.3vw, 72px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.0;
  color: #F2F7EF;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.footer__tagline {
  font-family: inherit;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  color: #989898;
  margin: 0 0 32px;
}

.footer__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #B8DE5E 0%, #9AC53B 55%, #88B62E 100%);
  color: #111111;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  border-radius: 9999px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.footer__cta-primary svg {
  stroke: #111111;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer__cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(154, 197, 59, 0.35);
}

.footer__cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background-color: transparent;
  color: #9AC53B;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  border: 1.5px solid #9AC53B;
  border-radius: 9999px;
  transition: background-color 0.2s, color 0.2s;
}

.footer__cta-outline svg {
  stroke: #9AC53B;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s;
}

.footer__cta-outline:hover {
  background-color: #9AC53B;
  color: #111111;
}

.footer__cta-outline:hover svg { stroke: #111111; }

/* TO TOP button — top right, dark pill */
.footer__totop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 122px;
  height: 143px;
  background: #242424;
  border-radius: 32px;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer__totop:hover {
  background: #2e2e2e;
  transform: translateY(-3px);
}

.footer__totop-arrow {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.footer__totop-text {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #8A8A8A;
}

/* Bottom row: copyright (left) + socials (right) */
.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 32px;
}

.footer__copyright {
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  color: #777777;
  margin: 0;
}

.footer__socials {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer__social {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border-radius: 9999px;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.footer__social svg {
  width: 28px;
  height: 28px;
}

.footer__social:hover {
  background: #9AC53B;
  color: #ffffff;
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .footer__content { padding: 80px 0 40px; }
  .footer__top { margin-bottom: 64px; }
  .footer__totop { width: 100px; height: 120px; border-radius: 24px; }
  .footer__totop-arrow { width: 36px; height: 36px; }
  .footer__totop-text { font-size: 14px; }
}

@media (max-width: 767px) {
  .footer__canvas { opacity: 0.4; }
  .footer__top { gap: 24px; margin-bottom: 48px; }
  .footer__heading { font-size: 32px; }
  .footer__tagline { font-size: 14px; margin-bottom: 20px; }
  .footer__ctas { flex-direction: column; gap: 10px; }
  .footer__cta-primary,
  .footer__cta-outline {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding: 14px 24px;
    font-size: 15px;
  }
  .footer__totop { width: 84px; height: 100px; border-radius: 20px; gap: 6px; }
  .footer__totop-arrow { width: 28px; height: 28px; }
  .footer__totop-arrow svg { width: 20px; height: 20px; }
  .footer__totop-text { font-size: 12px; }
  .footer__row { gap: 16px; padding-top: 24px; }
  .footer__copyright { font-size: 12px; order: 2; }
  .footer__socials { order: 1; gap: 4px; }
  .footer__social { width: 56px; height: 56px; }
  .footer__social svg { width: 22px; height: 22px; }
}

@media (max-width: 420px) {
  .footer__social { width: 48px; height: 48px; }
  .footer__social svg { width: 20px; height: 20px; }
}

/* ─── Floating WhatsApp ─── */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 998;
  width: 56px;
  height: 56px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

@media (max-width: 767px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
    bottom: 16px;
    right: 16px;
  }
}

/* =========================================================
   About page — Hero
   ========================================================= */
.about-hero {
  position: relative;
  background: #F1F6EF;
  padding: 240px 0 100px;
  overflow: hidden;
}

.about-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 56px;
}

.about-hero-label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9AC53B;
  line-height: 1.1;
  animation: fadeSlideUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

.about-hero-headline {
  margin: 0;
  font-size: 88px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
}

.about-hero-headline .ahh-light {
  font-weight: 300;
  display: block;
  text-wrap: balance;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.about-hero-headline .ahh-bold {
  font-weight: 600;
  display: block;
  text-wrap: balance;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.about-hero-lead {
  margin: 0;
  max-width: 800px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #333333;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}

.about-hero-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #EAF2E6;
  border-radius: 9999px;
  padding: 28px 56px;
  max-width: 100%;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s both;
}

.ahp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 4px 36px;
  position: relative;
  text-align: center;
}

.ahp-item + .ahp-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 56px;
  width: 1px;
  background: #DBE5D5;
  transform: translateY(-50%);
}

.ahp-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  letter-spacing: -0.01em;
  line-height: 1.2;
  white-space: nowrap;
}

.ahp-sub {
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

@media (max-width: 1100px) {
  .about-hero { padding: 170px 0 90px; }
  .about-hero-headline { font-size: 64px; }
}

@media (max-width: 900px) {
  .about-hero { padding: 150px 0 80px; }
  .about-hero-inner { gap: 40px; }
  .about-hero-headline { font-size: 48px; letter-spacing: -0.025em; }
  .about-hero-lead { font-size: 16px; }
  .about-hero-pill {
    flex-direction: column;
    border-radius: 28px;
    padding: 28px 32px;
    width: 100%;
    max-width: 480px;
    gap: 20px;
  }
  .ahp-item { padding: 0; }
  .ahp-item + .ahp-item::before {
    left: 50%;
    top: -10px;
    width: 80px;
    height: 1px;
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .about-hero { padding: 130px 0 64px; }
  .about-hero-inner { gap: 32px; }
  .about-hero-headline { font-size: 36px; line-height: 1.15; }
  .about-hero-lead { font-size: 15px; }
  .about-hero-pill { padding: 24px; }
  .ahp-title { font-size: 18px; white-space: normal; }
}

@media (max-width: 480px) {
  .about-hero-headline { font-size: 30px; }
}

@media (max-width: 380px) {
  .about-hero-headline { font-size: 26px; }
}

/* =========================================================
   About page — Intro (dark)
   ========================================================= */
.intro-dark {
  background: #333333;
  padding: 120px 0;
  overflow: hidden;
}

.intro-dark-heading {
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #F2F7EF;
  max-width: 800px;
}

.idh-light { font-weight: 400; text-wrap: balance; }
.idh-bold  { font-weight: 600; text-wrap: balance; }

.intro-dark-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.intro-dark-cols p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #8B8B8B;
}

.intro-dark-cols--lower p {
  color: #BBBBBB;
}

.intro-dark-image-wrap {
  margin: 56px 0;
  border-radius: 9999px;
  overflow: hidden;
  height: 400px;
  position: relative;
}

.intro-dark-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.18);
  transform-origin: center;
  will-change: transform;
}

@media (max-width: 1100px) {
  .intro-dark-image-wrap { height: 340px; }
}

@media (max-width: 900px) {
  .intro-dark { padding: 90px 0; }
  .intro-dark-heading { font-size: 36px; margin-bottom: 40px; }
  .intro-dark-cols { grid-template-columns: 1fr; gap: 20px; }
  .intro-dark-image-wrap {
    margin: 40px 0;
    height: 280px;
    border-radius: 32px;
  }
}

@media (max-width: 600px) {
  .intro-dark { padding: 72px 0; }
  .intro-dark-heading { font-size: 28px; margin-bottom: 32px; }
  .intro-dark-image-wrap { height: 220px; border-radius: 24px; margin: 32px 0; }
  .intro-dark-cols p { font-size: 15px; }
}

/* =========================================================
   About page — Vision / Mission
   ========================================================= */
.vm-section {
  background: #F5FEEF;
  overflow: hidden;
  padding: 120px 0;
}

.vm-section + .vm-section { padding-top: 0; }

.vm-inner {
  display: grid;
  align-items: center;
  gap: 80px;
  max-width: 1440px;
  margin-inline: auto;
}

.vm-vision .vm-inner {
  grid-template-columns: 500px 1fr;
  padding-left: 80px;
}

.vm-mission .vm-inner {
  grid-template-columns: 1fr 500px;
  padding-right: 80px;
}

.vm-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 500px;
}


.vm-heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 48px;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #333333;
}

.vmh-light { font-weight: 400; }
.vmh-bold  { font-weight: 600; }

.vm-body {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.6;
  color: #595959;
}

.vm-image-wrap {
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 100%;
}

.vm-vision .vm-image-wrap {
  border-radius: 999px 120px 120px 999px;
}

.vm-mission .vm-image-wrap {
  border-radius: 120px 999px 999px 120px;
}

.vm-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.18);
  transform-origin: center;
  will-change: transform;
}

@media (max-width: 1100px) {
  .vm-section { padding: 90px 0; }
  .vm-inner { gap: 56px; }
  .vm-vision .vm-inner { padding-left: 48px; }
  .vm-mission .vm-inner { padding-right: 48px; }
  .vm-image-wrap { height: 420px; }
}

@media (max-width: 900px) {
  .vm-section { padding: 64px 0; }
  .vm-section + .vm-section { padding-top: 0; }
  .vm-vision .vm-inner,
  .vm-mission .vm-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
    padding-left: 24px;
    padding-right: 24px;
  }
  .vm-text { max-width: 100%; }
  .vm-vision .vm-text,
  .vm-mission .vm-text { justify-self: stretch; }

  /* Stack: image first on both, keep D-shape from desktop */
  .vm-vision .vm-image-wrap,
  .vm-mission .vm-image-wrap {
    order: -1;
    height: 300px;
    max-width: 100%;
    justify-self: stretch;
  }
  .vm-vision .vm-image-wrap {
    border-radius: 999px 32px 32px 999px;
  }
  .vm-mission .vm-image-wrap {
    border-radius: 32px 999px 999px 32px;
  }
}

@media (max-width: 600px) {
  .vm-section { padding: 48px 0; }
  .vm-vision .vm-inner,
  .vm-mission .vm-inner {
    padding-left: 16px;
    padding-right: 16px;
    gap: 28px;
  }
  .vm-heading { font-size: 32px; }
  .vm-body { font-size: 15px; }
  .vm-vision .vm-image-wrap,
  .vm-mission .vm-image-wrap {
    height: 220px;
  }
  .vm-vision .vm-image-wrap {
    border-radius: 999px 24px 24px 999px;
  }
  .vm-mission .vm-image-wrap {
    border-radius: 24px 999px 999px 24px;
  }
  .vm-text { gap: 20px; }
}

/* About-page contact gradient (matches Figma spec) */
.contact--gradient {
  background: linear-gradient(180deg, #EAF2E6 0%, #F2F7EF 100%);
}

/* =========================================================
   Web Design page (web-design.html)
   ========================================================= */

body.page-web-design {
  background: #F2F7EF;
  font-family: 'Google Sans Flex', var(--font-sans);
}

/* Header on light hero — invert palette so links read on light bg */
.site-header--light .primary-nav a {
  color: #333333;
}
.site-header--light .primary-nav a:hover {
  color: var(--color-green);
}
.site-header--light .primary-nav a.is-active {
  color: var(--color-green);
}
.site-header--light .nav-toggle span {
  background: #333333;
}
/* When the page scrolls past hero, header still goes dark via .is-scrolled */
.site-header--light.is-scrolled .primary-nav a { color: var(--color-text-secondary); }
.site-header--light.is-scrolled .primary-nav a:hover { color: var(--color-green); }
.site-header--light.is-scrolled .primary-nav a.is-active { color: var(--color-green); }
.site-header--light.is-scrolled .nav-toggle span { background: #fff; }

/* ---- Hero ------------------------------------------------ */
.web-hero {
  position: relative;
  background: #F1F6EF;
  color: #333333;
  padding: 240px 0 96px;
  overflow: hidden;
  isolation: isolate;
}

.web-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.web-hero-eyebrow {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9AC53B;
  animation: fadeSlideUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.web-hero-headline {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 88px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #333333;
  max-width: 900px;
}
.web-hero-headline .wh-light {
  font-weight: 300;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.web-hero-headline .wh-bold {
  font-weight: 600;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.web-hero-sub {
  margin: 0;
  max-width: 800px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #595959;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

.web-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px 64px;
  width: 100%;
  max-width: 877px;
  margin-top: 24px;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
}
.web-hero-reality {
  margin: 16px auto 0;
  max-width: 800px;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #595959;
  text-align: center;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.85s both;
}
.web-hero-reality strong {
  color: #333333;
  font-weight: 600;
}
.whc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0 24px;
}
.whc-item + .whc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 51px;
  background: #E5E5E5;
}
.whc-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #1A1A1A;
  text-align: center;
}
.whc-sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #444444;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .web-hero-eyebrow,
  .web-hero-headline .wh-light,
  .web-hero-headline .wh-bold,
  .web-hero-sub,
  .web-hero-cards { animation: none; }
}

/* ---- Story rows ----------------------------------------- */
.story {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.story--dark {
  background: #333333;
  color: #F2F7EF;
}
.story--light {
  background: #F2F7EF;
  color: #333333;
}
/* Stack: story-row on top, optional story-quote below */
.story > .story-row + .container { margin-top: 96px; }

/* The image+text row uses the about-style bleed grid.
   Capped at the same 1440px max-width as the rest of the site so
   the row stays centred on wide monitors. The image bleeds to the
   row edge — which equals the viewport edge up to 1440px and sits
   visually inset on wider screens. */
.story-row {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 80px;
  align-items: center;
  max-width: 1440px;
  margin-inline: auto;
}

/* Image LEFT — image bleeds to row's LEFT edge, text padded right */
.story--img-left .story-row {
  grid-template-columns: 1fr 500px;
  padding-right: 80px;
}
.story--img-left .story-image-wrap {
  border-radius: 120px 999px 999px 120px;
}

/* Image RIGHT — image bleeds to row's RIGHT edge, text padded left */
.story--img-right .story-row {
  grid-template-columns: 500px 1fr;
  padding-left: 80px;
}
.story--img-right .story-image-wrap {
  border-radius: 999px 120px 120px 999px;
}

.story-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 780 / 500;
  width: 100%;
}
.story-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.18);
  transform-origin: center;
  will-change: transform;
}

/* ============================================================
   Device mockup variant — laptop + phone inside .story-image-wrap
   Used to showcase a real client site responsively.
   ============================================================ */
.story-image-wrap--devices {
  background:
    radial-gradient(ellipse 55% 60% at 38% 45%, rgba(141, 211, 178, 0.28) 0%, rgba(141, 211, 178, 0) 70%),
    linear-gradient(135deg, #5a6a64 0%, #455551 40%, #3a4843 100%);
}
.story-image-wrap--devices::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.6;
  pointer-events: none;
}
.story-image-wrap--devices::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 45% 55% at 40% 50%, rgba(255, 255, 255, 0.18) 0%, transparent 60%);
  pointer-events: none;
}
.device-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
}
.device-laptop {
  position: relative;
  width: 78%;
  aspect-ratio: 16 / 10;
  background: #1f1f1f;
  border: 8px solid #1f1f1f;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55), 0 8px 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transform: translateX(-6%);
}
.device-laptop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 118%;
  height: 14px;
  background: linear-gradient(180deg, #2a2a2a, #0a0a0a);
  border-radius: 0 0 14px 14px;
  z-index: -1;
}
.device-laptop-screen {
  width: 100%;
  height: 100%;
  background: #0F172A;
  overflow: hidden;
}
.device-laptop-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.device-phone {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 22%;
  aspect-ratio: 9 / 19;
  background: #0a0a0a;
  border-radius: 28px;
  padding: 8px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55), 0 10px 24px rgba(0, 0, 0, 0.45);
  border: 2px solid #2a2a2a;
  z-index: 2;
}
.story-image-wrap--with-phone .story-image {
  transform: scale(1.05);
}
.device-phone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  height: 5px;
  background: #000;
  border-radius: 999px;
  z-index: 2;
}
.device-phone-screen {
  width: 100%;
  height: 100%;
  background: #0F172A;
  border-radius: 22px;
  overflow: hidden;
}
.device-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   Analytics dashboard variant — fills .story-image-wrap oval
   Used on web design page to visualise conversion / traffic uplift
   ============================================================ */
.story-image-wrap--analytics {
  background:
    radial-gradient(ellipse 65% 75% at 30% 35%, rgba(154, 197, 59, 0.32) 0%, rgba(154, 197, 59, 0) 70%),
    radial-gradient(ellipse 50% 60% at 80% 80%, rgba(154, 197, 59, 0.18) 0%, rgba(154, 197, 59, 0) 70%),
    linear-gradient(135deg, #4a6651 0%, #3a5340 50%, #2d4233 100%);
  box-shadow: inset 0 0 80px rgba(154, 197, 59, 0.08);
}
.analytics-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.analytics-mobile-img {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.analytics-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(242, 247, 239, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 247, 239, 0.1) 1px, transparent 1px);
  background-size: 48px 48px;
  background-position: -1px -1px;
  mask-image: radial-gradient(ellipse 90% 85% at 55% 50%, #000 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 90% 85% at 55% 50%, #000 60%, transparent 100%);
  pointer-events: none;
}
.analytics-chart {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 8%;
  top: 18%;
  width: 92%;
  height: 74%;
  filter: drop-shadow(0 6px 24px rgba(180, 230, 90, 0.45));
}
.analytics-chart .ac-area {
  transform-origin: bottom;
  animation: ac-area-rise 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.analytics-chart .ac-line {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: ac-line-draw 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}
.analytics-chart .ac-dots circle {
  fill: #F2F7EF;
  stroke: #9AC53B;
  stroke-width: 2;
  opacity: 0;
  animation: ac-dot-pop 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.analytics-chart .ac-dots circle:nth-child(1) { animation-delay: 0.7s; }
.analytics-chart .ac-dots circle:nth-child(2) { animation-delay: 0.9s; }
.analytics-chart .ac-dots circle:nth-child(3) { animation-delay: 1.1s; }
.analytics-chart .ac-dots circle:nth-child(4) { animation-delay: 1.3s; }
.analytics-chart .ac-dots circle.ac-dot--lead {
  fill: #9AC53B;
  stroke: rgba(154, 197, 59, 0.35);
  stroke-width: 6;
  paint-order: stroke;
  animation:
    ac-dot-pop 0.4s cubic-bezier(0.22, 1, 0.36, 1) 1.5s forwards,
    ac-dot-pulse 2s ease-in-out 2s infinite;
}

.analytics-kpi {
  position: absolute;
  background: rgba(15, 22, 18, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(154, 197, 59, 0.25);
  border-radius: 14px;
  padding: 14px 18px;
  color: #F2F7EF;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  opacity: 0;
  transform: translateY(8px);
  animation: ac-kpi-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}
.analytics-kpi--top {
  top: 14%;
  right: 8%;
  min-width: 150px;
}
.analytics-kpi--bottom {
  left: 6%;
  bottom: 12%;
  min-width: 200px;
  animation-delay: 0.8s;
}
.akpi-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #BBBBBB;
  margin-bottom: 4px;
}
.akpi-value {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #F2F7EF;
  line-height: 1;
}
.akpi-value--sm { font-size: 22px; }
.akpi-trend {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 11px;
  color: #9AC53B;
  font-weight: 600;
}
.akpi-row {
  display: flex;
  align-items: flex-end;
  gap: 18px;
}
.akpi-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 36px;
}
.akpi-bars span {
  display: block;
  width: 6px;
  height: var(--h, 50%);
  background: linear-gradient(180deg, #9AC53B, #6E9826);
  border-radius: 2px;
  opacity: 0;
  transform: scaleY(0.2);
  transform-origin: bottom;
  animation: ac-bar-rise 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.akpi-bars span:nth-child(1) { animation-delay: 1.0s; }
.akpi-bars span:nth-child(2) { animation-delay: 1.1s; }
.akpi-bars span:nth-child(3) { animation-delay: 1.2s; }
.akpi-bars span:nth-child(4) { animation-delay: 1.3s; }
.akpi-bars span:nth-child(5) { animation-delay: 1.4s; }
.akpi-bars span:nth-child(6) { animation-delay: 1.5s; }
.akpi-bars span:nth-child(7) { animation-delay: 1.6s; }

.analytics-pill {
  position: absolute;
  top: 6%;
  left: 6%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: rgba(15, 22, 18, 0.78);
  border: 1px solid rgba(154, 197, 59, 0.3);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #F2F7EF;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.apill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9AC53B;
  box-shadow: 0 0 0 0 rgba(154, 197, 59, 0.6);
  animation: ac-pill-pulse 1.8s ease-in-out infinite;
}

@keyframes ac-line-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes ac-area-rise {
  from { transform: scaleY(0.2); opacity: 0; }
  to { transform: scaleY(1); opacity: 1; }
}
@keyframes ac-dot-pop {
  to { opacity: 1; }
}
@keyframes ac-dot-pulse {
  0%, 100% { stroke-width: 6; }
  50% { stroke-width: 10; }
}
@keyframes ac-kpi-in {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ac-bar-rise {
  to { opacity: 1; transform: scaleY(1); }
}
@keyframes ac-pill-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(154, 197, 59, 0.6); }
  50% { box-shadow: 0 0 0 6px rgba(154, 197, 59, 0); }
}

@media (max-width: 900px) {
  .analytics-kpi--top { top: 10%; right: 6%; padding: 10px 14px; min-width: 130px; }
  .analytics-kpi--bottom { left: 5%; bottom: 8%; min-width: 170px; padding: 10px 14px; }
  .akpi-value { font-size: 22px; }
  .akpi-value--sm { font-size: 18px; }
  .akpi-bars { height: 28px; }
}
@media (max-width: 900px) {
  .story-image-wrap--analytics { background: none; box-shadow: none; }
  .analytics-stage { display: none; }
  .analytics-mobile-img { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .analytics-chart .ac-area,
  .analytics-chart .ac-line,
  .analytics-chart .ac-dots circle,
  .analytics-kpi,
  .akpi-bars span,
  .apill-dot { animation: none; }
  .analytics-chart .ac-line { stroke-dashoffset: 0; }
  .analytics-chart .ac-dots circle { opacity: 1; }
  .analytics-kpi { opacity: 1; transform: none; }
  .akpi-bars span { opacity: 1; transform: none; }
}

.story-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 500px;
}

.story-heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.story--dark .story-heading,
.story--dark .story-heading .sth-light,
.story--dark .story-heading .sth-bold { color: #F2F7EF; }
.story--light .story-heading,
.story--light .story-heading .sth-light,
.story--light .story-heading .sth-bold { color: #333333; }
.sth-light { font-weight: 400; }
.sth-bold  { font-weight: 600; }

.story-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.story-body p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.story--dark .story-body p { color: #BBBBBB; }
.story--light .story-body p { color: #595959; }

/* Checklist */
.story-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.story-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.story-checklist li + li { border-top: 1px solid; }
.story--dark .story-checklist li { color: #BBBBBB; }
.story--dark .story-checklist li + li { border-color: rgba(242, 247, 239, 0.1); }
.story--light .story-checklist li { color: #595959; }
.story--light .story-checklist li + li { border-color: rgba(51, 51, 51, 0.08); }
.sc-check {
  flex-shrink: 0;
  margin-top: 2px;
}

/* ---- Story quote (decorative blockquote) ---------------- */
.story-quote {
  display: grid;
  grid-template-columns: 226px 1fr;
  gap: 56px;
  align-items: start;
  margin: 0 auto;
  max-width: 943px;
}
.sq-mark {
  display: block;
  width: 226px;
  height: 190px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url('/assets/images/quote-grey-icon.svg') no-repeat center / contain;
          mask: url('/assets/images/quote-grey-icon.svg') no-repeat center / contain;
}
.story--dark .sq-mark { color: #5C5C5C; }
.story--light .sq-mark { color: #B7CDB0; }

.story-quote blockquote {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.story-quote blockquote p {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.story--dark .story-quote blockquote p { color: #F2F7EF; }
.story--light .story-quote blockquote p { color: #333333; }

.story-quote blockquote footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
}
.sq-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}
.sq-role {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.story--dark .sq-name { color: #BBBBBB; }
.story--dark .sq-role { color: #BBBBBB; }
.story--light .sq-name { color: #333333; }
.story--light .sq-role { color: #595959; }

/* ---- Responsive ----------------------------------------- */
@media (max-width: 1200px) {
  .web-hero-headline { font-size: 72px; }
}

@media (max-width: 1100px) {
  .web-hero { padding: 180px 0 80px; }
  .web-hero-headline { font-size: 60px; }

  .story { padding: 96px 0; }
  .story-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 56px;
  }
  .story--img-left .story-row {
    padding-left: 0;
    padding-right: 48px;
  }
  .story--img-right .story-row {
    padding-left: 48px;
    padding-right: 0;
  }
  .story--img-left .story-image-wrap {
    border-radius: 0 24px 24px 0;
  }
  .story--img-right .story-image-wrap {
    border-radius: 24px 0 0 24px;
  }
}

@media (max-width: 900px) {
  .web-hero { padding: 160px 0 72px; }
  .web-hero-inner { gap: 24px; }
  .web-hero-headline { font-size: 44px; letter-spacing: -0.025em; }
  .web-hero-cards {
    grid-template-columns: 1fr;
    padding: 24px 32px;
    gap: 24px;
  }
  .whc-item + .whc-item::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
  }

  .story { padding: 80px 0; }
  .story-row {
    grid-template-columns: 1fr !important;
    gap: 40px;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .story--img-left .story-image-wrap,
  .story--img-right .story-image-wrap {
    order: -1;
    aspect-ratio: 16 / 10;
  }
  .story--img-left .story-image-wrap {
    border-radius: 32px 999px 999px 32px;
  }
  .story--img-right .story-image-wrap {
    border-radius: 999px 32px 32px 999px;
  }
  .story-text { max-width: 100%; }
  .story-heading { font-size: 36px; }
  .story > .story-row + .container { margin-top: 64px; }

  .story-quote {
    grid-template-columns: 120px 1fr;
    gap: 32px;
  }
  .sq-mark { width: 120px; height: 100px; }
}

@media (max-width: 600px) {
  .web-hero { padding: 140px 0 56px; }
  .web-hero-headline { font-size: 32px; line-height: 1.15; }
  .web-hero-sub { font-size: 15px; }
  .web-hero-cards { padding: 20px 24px; }
  .whc-title { font-size: 17px; }
  .whc-sub { font-size: 13px; }

  .story { padding: 64px 0; }
  .story-row {
    padding-left: 20px !important;
    padding-right: 20px !important;
    gap: 32px;
  }
  .story--img-left .story-image-wrap {
    border-radius: 24px 999px 999px 24px;
  }
  .story--img-right .story-image-wrap {
    border-radius: 999px 24px 24px 999px;
  }
  /* Phone overlay (web-design story) — slim bezel on mobile */
  .device-phone {
    width: 22%;
    min-width: 60px;
    padding: 3px;
    border-radius: 12px;
    border-width: 1px;
  }
  .device-phone-screen { border-radius: 9px; }
  .device-phone-notch { top: 4px; width: 24%; height: 3px; }
  .story-heading { font-size: 28px; }
  .story-body p,
  .story-checklist li { font-size: 15px; }
  .story > .story-row + .container { margin-top: 48px; }

  .story-quote {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: left;
  }
  .sq-mark { width: 80px; height: 68px; }
  .story-quote blockquote p { font-size: 17px; }
  .sq-name { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .story-image { transform: none; }
}

/* =========================================================
   Social Media page (social-media.html)
   ========================================================= */
body.page-social-media {
  background: #F2F7EF;
  font-family: 'Google Sans Flex', var(--font-sans);
  color: #333333;
}

/* Shared section header pattern for this page */
.sm-label {
  margin: 0 0 16px;
  color: #9AC53B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sm-section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.sm-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 24px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #333333;
  font-weight: 400;
}
.sm-heading--light,
.sm-heading--light .smh2-light,
.sm-heading--light .smh2-bold { color: #F2F7EF; }
.smh2-light { font-size: 48px; font-weight: 400; }
.smh2-bold  { font-size: 48px; font-weight: 600; }
.sm-sub {
  margin: 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #595959;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.sm-sub--light { color: #BBBBBB; }

/* ---- Hero ------------------------------------------------ */
.sm-hero {
  position: relative;
  background: #F1F6E4;
  color: #333333;
  padding: 240px 0 120px;
  overflow: hidden;
  isolation: isolate;
}
.sm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 360px at 50% 12%, rgba(154,197,59,0.18), transparent 70%),
    radial-gradient(700px 280px at 8% 90%, rgba(154,197,59,0.10), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.sm-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.sm-hero-eyebrow {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9AC53B;
  animation: fadeSlideUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.sm-hero-headline {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 88px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #333333;
  max-width: 920px;
}
.sm-hero-headline .smh-light {
  font-weight: 300;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.sm-hero-headline .smh-bold {
  font-weight: 600;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}
.sm-hero-sub {
  margin: 0;
  max-width: 800px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #595959;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}
.sm-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: #EAF2E6;
  border: 1px solid #DBE5D5;
  border-radius: 16px;
  padding: 24px 56px;
  width: 100%;
  max-width: 800px;
  margin-top: 16px;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.75s both;
}
.sm-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  padding: 4px 16px;
  text-align: center;
}
.sm-stat + .sm-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 44px;
  background: #DBE5D5;
}
.sm-stat-value {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  color: #333333;
  letter-spacing: -0.01em;
}
.sm-stat-value--word { font-size: 22px; }
.sm-stat-label {
  font-size: 13px;
  font-weight: 400;
  color: #595959;
  letter-spacing: -0.01em;
}

/* ---- Intro (DARK split) ---------------------------------- */
.sm-intro {
  background: #333333;
  color: #F2F7EF;
  overflow: hidden;
}
.sm-intro-row {
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: center;
  gap: 80px;
  padding: 120px 0;
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 80px;
}
.sm-intro-text { max-width: 560px; }
.sm-intro-heading {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #F2F7EF;
  font-weight: 400;
}
.smi-light { font-size: 48px; font-weight: 400; }
.smi-bold  { font-size: 48px; font-weight: 600; }
.sm-intro-body p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #BBBBBB;
}
.sm-intro-body p:last-child { margin-bottom: 0; }
.sm-intro-tagline em { font-style: italic; color: #C7E0AB; }
.sm-intro-image-wrap {
  width: 100%;
  height: 500px;
  border-radius: 999px 120px 120px 999px;
  overflow: hidden;
  position: relative;
  background: #1f1f1f;
}
.sm-intro-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.06);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.sm-intro:hover .sm-intro-image,
.sm-intro:active .sm-intro-image { transform: scale(1.12); }

/* ---- Steps ---------------------------------------------- */
.sm-steps {
  background: #F2F7EF;
  padding: 120px 0;
}
.sm-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* One continuous dashed connector that runs from the centre of badge 1
   to the centre of badge 4. Badges sit on top via z-index. */
.sm-steps-grid::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 12.5%;
  right: 12.5%;
  height: 0;
  border-top: 4px dashed #C6D9BC;
  z-index: 0;
  pointer-events: none;
}
.sm-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sm-step-badge {
  width: 120px;
  height: 104px;
  background: #9AC53B;
  border-radius: 32px 9999px 9999px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  box-shadow: 0 16px 32px -16px rgba(154,197,59,0.65);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
  position: relative;
  z-index: 1;
}
.sm-step:hover .sm-step-badge,
.sm-step:active .sm-step-badge {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -16px rgba(154,197,59,0.8);
}
.sm-step-badge span {
  font-size: 40px;
  font-weight: 600;
  color: #F2F7EF;
  line-height: 1;
  letter-spacing: -0.03em;
}
.sm-step-title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #333333;
  max-width: 280px;
}
.sm-step-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: #595959;
  max-width: 280px;
}

/* ---- Pricing (DARK) ------------------------------------- */
.sm-pricing {
  background: #333333;
  color: #F2F7EF;
  padding: 120px 0;
}
.sm-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}
.sm-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #F7FCF5;
  border: 1px solid rgba(154, 197, 59, 0.25);
  border-radius: 16px;
  padding: 32px;
  gap: 32px;
  color: #333333;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}
.sm-price-card:hover,
.sm-price-card:active {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -16px rgba(154,197,59,0.45);
}
.sm-price-card--featured {
  background: linear-gradient(180deg, #C1ED6D 0%, #9AC53B 100%);
  border-color: #9AC53B;
  color: #1A2A0A;
}
.sm-price-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #F2F7EF;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 10px 28px;
  border-radius: 9999px;
  border: 1px solid #D5E8CF;
  white-space: nowrap;
}
.sm-price-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sm-price-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.sm-price-meta {
  margin: 0;
  font-size: 16px;
  color: #595959;
}
.sm-price-card--featured .sm-price-meta { color: #2c4309; }
.sm-price-amount {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.sm-price-currency { font-size: 28px; font-weight: 600; }
.sm-price-num {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}
.sm-price-per {
  font-size: 16px;
  color: #595959;
  margin-left: 4px;
}
.sm-price-card--featured .sm-price-per { color: #2c4309; }
.sm-price-feats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.sm-price-feats li {
  position: relative;
  padding-left: 36px;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}
.sm-price-card--featured .sm-price-feats li { color: #1A2A0A; }
.sm-price-feats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
}
.sm-price-feats li.is-on::before {
  background: #DDF1B7 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23568712' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='5 12 10 17 19 8'/></svg>") center / 14px 14px no-repeat;
}
.sm-price-card--featured .sm-price-feats li.is-on::before {
  background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23568712' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='5 12 10 17 19 8'/></svg>") center / 14px 14px no-repeat;
}
.sm-price-feats li.is-off {
  color: #A2A2A2;
  text-decoration: line-through;
  text-decoration-color: rgba(150,150,150,0.55);
}
.sm-price-feats li.is-off::before {
  background: #ECECEC url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999999' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><line x1='6' y1='6' x2='18' y2='18'/><line x1='18' y1='6' x2='6' y2='18'/></svg>") center / 12px 12px no-repeat;
}
.sm-price-card--featured .sm-price-feats li.is-off { color: #4a5e26; text-decoration-color: rgba(74,94,38,0.5); }
.sm-price-card--featured .sm-price-feats li.is-off::before {
  background: rgba(255,255,255,0.55) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23577a1f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><line x1='6' y1='6' x2='18' y2='18'/><line x1='18' y1='6' x2='6' y2='18'/></svg>") center / 12px 12px no-repeat;
}
.sm-price-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 56px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #C1ED6D 0%, #9AC53B 100%);
  color: #1A2A0A;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  border: 1px solid #1A1A1A;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.sm-price-card--featured .sm-price-cta {
  background: #1A1A1A;
  color: #F2F7EF;
  border-color: #0d0d0d;
}
.sm-price-cta:hover,
.sm-price-cta:active {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -10px rgba(0,0,0,0.45);
  filter: brightness(1.04);
}
.sm-pricing-note {
  margin: 56px auto 0;
  max-width: 720px;
  text-align: center;
  color: #BBBBBB;
  font-size: 17px;
  line-height: 1.6;
}

/* ---- Our Work ------------------------------------------- */
.sm-work {
  background: #EAF2E6;
  padding: 120px 0;
  color: #333333;
}

/* ---- Tabs row (5 client pills, active = dark) ---- */
.sm-work-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}
.sm-work-tab {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px 10px 10px;
  background: #FFFFFF;
  border: 1px solid #E1E6DC;
  border-radius: 9999px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.sm-work-tab:hover,
.sm-work-tab:active {
  border-color: #9AC53B;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -10px rgba(0,0,0,0.18);
}
.sm-work-tab.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
  box-shadow: 0 12px 28px -10px rgba(0,0,0,0.28);
}
.sm-work-avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 2px #fff;
}
.sm-work-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.2;
  min-width: 0;
}
.sm-work-handle {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: inherit;
  white-space: nowrap;
}
.sm-work-cat {
  font-size: 11px;
  color: #888;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.sm-work-tab.is-active .sm-work-cat { color: rgba(255,255,255,0.65); }

/* ---- Carousel (prev / viewport / next) ---- */
.sm-work-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 16px;
}
.sm-work-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E1E6DC;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  font-family: inherit;
}
.sm-work-nav:hover,
.sm-work-nav:active {
  background: #111;
  color: #fff;
  border-color: #111;
  transform: translateY(-2px);
}
.sm-work-viewport {
  position: relative;
  overflow: hidden;
}
.sm-work-track {
  display: none;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 6px 4px 12px;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.sm-work-track::-webkit-scrollbar { display: none; }
.sm-work-track.is-active {
  display: flex;
  animation: sm-work-fade 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.sm-work-track.is-grabbing { cursor: grabbing; }
@keyframes sm-work-fade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---- Instagram-style post card (4:5 media) ---- */
.sm-post {
  flex-shrink: 0;
  width: 320px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}
.sm-post:hover,
.sm-post:active {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
}
.sm-post-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
}
.sm-post-avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #e4c565;
}
.sm-post-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 0;
}
.sm-post-handle {
  font-weight: 600;
  font-size: 13px;
  color: #111;
  letter-spacing: -0.01em;
}
.sm-post-time {
  font-size: 11px;
  color: #888;
}
.sm-post-dots { flex: 0 0 20px; }

/* 4:5 media area — Instagram portrait post ratio */
.sm-post-media {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  overflow: hidden;
  background: #fafafa;
}
.sm-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
.sm-post-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 28px 24px;
  gap: 12px;
  color: #fff;
  text-align: left;
}
.sm-post-text--centered {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sm-post-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.sm-post-headline {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}
.sm-post-ref {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.02em;
}
.sm-post-arabic {
  font-family: 'Amiri', 'Scheherazade New', serif;
  font-size: 56px;
  color: #fff;
  line-height: 1;
}

.sm-post-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px 14px;
}
.sm-post-actions svg {
  width: 22px;
  height: 22px;
}
.sm-post-spacer { flex: 1; }

.sm-work-helper {
  margin: 32px auto 0;
  text-align: center;
  font-size: 14px;
  color: #777;
  letter-spacing: 0.02em;
}

/* ---- FAQ ------------------------------------------------ */
.sm-faq {
  background: #F2F7EF;
  padding: 120px 0;
  color: #333333;
}
.sm-faq-row {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 120px;
  align-items: start;
}
.sm-faq-header { text-align: left; }
.sm-faq-header .sm-label { text-align: left; }
.sm-faq-header .sm-heading {
  align-items: flex-start;
  text-align: left;
  margin: 0;
}
.sm-faq-list {
  display: flex;
  flex-direction: column;
}
.sm-faq-item {
  border-top: 1px solid rgba(51,51,51,0.10);
  padding: 24px 0;
}
.sm-faq-item:last-child { border-bottom: 1px solid rgba(51,51,51,0.10); }
.sm-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #333333;
  transition: color 0.25s ease;
}
.sm-faq-item summary::-webkit-details-marker { display: none; }
.sm-faq-item summary:hover { color: #6B9929; }
.sm-faq-chev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #878787;
  flex: 0 0 32px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.sm-faq-item[open] .sm-faq-chev { transform: rotate(180deg); }
.sm-faq-body {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.65;
  color: #595959;
  max-width: 580px;
  animation: sm-faq-slide 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.sm-faq-body p { margin: 0; }
@keyframes sm-faq-slide {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---- Why Us (DARK) -------------------------------------- */
.sm-why {
  position: relative;
  background: #1A1A1A;
  color: #F2F7EF;
  padding: 120px 0;
  overflow: hidden;
  isolation: isolate;
}
.sm-why-bg {
  position: absolute;
  inset: 0;
  background: url("/assets/images/32fe6feb71cb.png") center / cover no-repeat;
  opacity: 0.18;
  transform: scaleX(-1);
  z-index: 0;
  pointer-events: none;
}
.sm-why .container { position: relative; z-index: 1; }
.sm-why-pill {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 2px solid #9AC53B;
  border-radius: 9999px;
  padding: 40px 32px;
  background: rgba(255,255,255,0.02);
  box-shadow: 0 0 0 6px rgba(154,197,59,0.08);
}
.sm-why-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 8px 24px;
  position: relative;
  gap: 14px;
}
.sm-why-card + .sm-why-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: rgba(154,197,59,0.18);
}
.sm-why-icon {
  width: 44px;
  height: 44px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(57%) saturate(456%) hue-rotate(40deg) brightness(95%) contrast(92%);
  /* tints SVGs to brand green */
}
.sm-why-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #F2F7EF;
  line-height: 1.2;
}
.sm-why-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #BBBBBB;
}

/* ---- Responsive — Social Media page --------------------- */
@media (max-width: 1200px) {
  .sm-hero-headline { font-size: 72px; }
  .sm-faq-row { gap: 64px; }
  .sm-why-pill { padding: 36px 24px; }
}

@media (max-width: 1100px) {
  .sm-hero { padding: 180px 0 96px; }
  .sm-hero-headline { font-size: 60px; }

  .sm-intro-row {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding-left: var(--gutter);
  }
  .sm-intro-image-wrap {
    height: 440px;
    border-radius: 32px 0 0 32px;
  }

  .sm-steps-grid { gap: 32px; }
  .sm-steps-grid::before { display: none; }

  .sm-pricing-grid { gap: 24px; }
  .sm-price-card { padding: 28px; gap: 24px; }
  .sm-price-num { font-size: 56px; }

  .sm-work-carousel { grid-template-columns: 40px 1fr 40px; gap: 12px; }
  .sm-work-nav { width: 40px; height: 40px; }

  .sm-why-pill {
    border-radius: 32px;
    padding: 32px 24px;
  }
}

@media (max-width: 900px) {
  .sm-hero { padding: 160px 0 80px; }
  .sm-hero-headline { font-size: 44px; letter-spacing: -0.025em; }
  .sm-hero-stats {
    padding: 20px 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 0;
    max-width: 480px;
  }
  .sm-stat + .sm-stat::before { display: none; }
  .sm-stat:nth-child(odd)::after,
  .sm-stat:nth-child(2)::after {
    /* no dividers on mobile 2-col grid */
  }

  .sm-intro-row {
    grid-template-columns: 1fr;
    padding: 80px 0;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    gap: 40px;
  }
  .sm-intro-image-wrap {
    border-radius: 24px;
    height: 320px;
  }
  .smi-light, .smi-bold { font-size: 36px; }

  .sm-steps { padding: 80px 0; }
  .sm-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }
  .smh2-light, .smh2-bold { font-size: 36px; }

  .sm-pricing { padding: 80px 0; }
  .sm-pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .sm-pricing-note { margin-top: 40px; }

  .sm-work { padding: 80px 0; }
  .sm-work-tab { padding: 8px 16px 8px 8px; }
  .sm-work-handle { font-size: 13px; }
  .sm-work-cat { font-size: 10px; }

  .sm-faq { padding: 80px 0; }
  .sm-faq-row { grid-template-columns: 1fr; gap: 40px; }
  .sm-faq-item summary { font-size: 17px; }

  .sm-why { padding: 80px 0; }
  .sm-why-pill {
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
    padding: 24px;
    gap: 8px;
  }
  .sm-why-card { padding: 16px; }
  .sm-why-card + .sm-why-card::before { display: none; }
  .sm-why-card:nth-child(2n)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12%;
    bottom: 12%;
    width: 1px;
    background: rgba(154,197,59,0.18);
  }
}

@media (max-width: 600px) {
  .sm-hero { padding: 140px 0 64px; }
  .sm-hero-headline { font-size: 32px; line-height: 1.15; }
  .sm-hero-sub { font-size: 15px; }
  .sm-hero-stats {
    grid-template-columns: 1fr 1fr;
    padding: 16px 16px;
  }
  .sm-stat-value { font-size: 18px; }
  .sm-stat-label { font-size: 12px; }

  .smh2-light, .smh2-bold,
  .smi-light, .smi-bold { font-size: 28px; }
  .sm-section-header { margin-bottom: 40px; }

  .sm-steps-grid { grid-template-columns: 1fr; gap: 32px; }
  .sm-step-title { font-size: 20px; }
  .sm-step-text { font-size: 14px; }

  .sm-price-card { padding: 24px; }
  .sm-price-num { font-size: 48px; }

  /* Mobile: turn the wrapped pill cloud into a single horizontal
     swipeable strip so users can flick through clients. */
  .sm-work-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 16px 12px;
    margin-left: -16px;
    margin-right: -16px;
    scrollbar-width: none;
  }
  .sm-work-tabs::-webkit-scrollbar { display: none; }
  .sm-work-tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 8px 16px 8px 8px;
  }
  .sm-work-handle { font-size: 13px; }
  .sm-work-cat { font-size: 10px; }
  .sm-work-avatar { width: 32px; height: 32px; flex: 0 0 32px; font-size: 11px; }
  .sm-post { width: 280px; }
  .sm-post-headline { font-size: 22px; }
  .sm-post-arabic { font-size: 44px; }

  .sm-why-pill { grid-template-columns: 1fr; padding: 16px; }
  .sm-why-card + .sm-why-card::before,
  .sm-why-card:nth-child(2n)::before { display: none; }
  .sm-why-card { border-top: 1px solid rgba(154,197,59,0.18); padding-top: 20px; }
  .sm-why-card:first-child { border-top: 0; padding-top: 8px; }
}

@media (max-width: 420px) {
  .sm-hero-stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .sm-hero-eyebrow,
  .sm-hero-headline .smh-light,
  .sm-hero-headline .smh-bold,
  .sm-hero-sub,
  .sm-hero-stats { animation: none !important; }
  .sm-intro-image,
  .sm-step-badge,
  .sm-price-card,
  .sm-work-tab,
  .sm-faq-chev { transition: none !important; }
}

/* =========================================================
   Site-wide — Wide-screen pattern
   - Body is full viewport so section backgrounds (hero tints,
     coloured stages, dark footer, etc.) span edge-to-edge on
     huge monitors.
   - Each section's inner content uses `.container` which caps
     at 1440px (1280 content + 160 gutter) and centers — so text
     and images never stretch.
   ========================================================= */
body {
  position: relative;
}
.site-header {
  left: 0;
  right: 0;
}
html {
  background: #ffffff;
}

/* =========================================================
   SEO page (seo.html)
   ========================================================= */
body.page-seo {
  background: #F1F6EF;
  font-family: 'Google Sans Flex', var(--font-sans);
  color: #333333;
}

/* Shared font weights used across .seo-feature/.seo-process/.seo-compare/.seo-stack headings */
.seo-feature .sef-light,
.seo-process .sef-light,
.seo-compare .sef-light,
.seo-stack   .sef-light { font-weight: 400; }
.seo-feature .sef-bold,
.seo-process .sef-bold,
.seo-compare .sef-bold,
.seo-stack   .sef-bold  { font-weight: 600; }

/* Gradient pill CTA used on every feature section */
.seo-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(90deg, #C0ED6D 0%, #99CC3A 100%);
  border-radius: 9999px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, background 0.35s ease;
  align-self: flex-start;
  white-space: nowrap;
}
.seo-cta-button:hover,
.seo-cta-button:active {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -10px rgba(154,197,59,0.55);
  background: linear-gradient(90deg, #B0D958 0%, #9AC53B 100%);
}

/* ---------- HERO ---------- */
.seo-hero {
  position: relative;
  padding: 200px 0 100px;
  background: #F1F6EF;
  text-align: center;
  overflow: hidden;
}
.seo-hero::before {
  content: "";
  position: absolute;
  inset: -10% -10%;
  background: radial-gradient(60% 40% at 50% 30%, rgba(154,197,59,0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.seo-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seo-hero-eyebrow {
  margin: 0 0 16px;
  color: #9AC53B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seo-hero-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 28px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #333333;
  max-width: 1000px;
}
.seoh-light { font-size: 88px; font-weight: 300; }
.seoh-bold  { font-size: 88px; font-weight: 600; }

.seo-hero-sub {
  margin: 0 0 56px;
  max-width: 720px;
  color: #595959;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

/* Stats pill — 4 stats inside #EAF2E6 rounded container with vertical dividers */
.seo-hero-stats {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 32px 64px;
  background: #EAF2E6;
  border-radius: 16px;
  max-width: 100%;
}
.seo-stat {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0 16px;
}
.seo-stat + .seo-stat::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #DBE5D5;
}
.seo-stat-value {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.seo-stat-value--word { font-weight: 600; }
.seo-stat-label {
  font-size: 14px;
  color: #595959;
  letter-spacing: -0.02em;
}

/* ---------- FEATURE — alternating intro/feature sections ---------- */
.seo-feature {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.seo-feature--dark  { background: #333333; }
.seo-feature--light { background: #EAF2E6; }
.seo-feature--white { background: #FFFFFF; }

/* Flush-bottom — image sits on the section's bottom edge instead of floating */
.seo-feature--image-flush-bottom { padding-bottom: 0; }
.seo-feature--image-flush-bottom .seo-feature-image-wrap { align-self: end; }

.seo-feature-row {
  width: 100%;
  max-width: calc(var(--container-max) + var(--gutter) * 2);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding: 0 var(--gutter);
}

/* Image wrap — standalone, image keeps its natural aspect ratio */
.seo-feature-image-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo-feature-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Section 1 only — image bleeds to viewport-left edge with half-pill rounded right */
.seo-feature-image-wrap--rounded-right {
  display: block;
  aspect-ratio: 780 / 500;
  overflow: hidden;
  border-radius: 120px 999px 999px 120px;
  margin-left: calc(0px - var(--gutter));
  width: calc(100% + var(--gutter));
}
.seo-feature-image-wrap--rounded-right .seo-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Image-left places image first in DOM but only on screens where order matters */
.seo-feature--image-left .seo-feature-image-wrap { order: 0; }
.seo-feature--image-left .seo-feature-text       { order: 1; }
.seo-feature--image-right .seo-feature-text      { order: 0; }
.seo-feature--image-right .seo-feature-image-wrap { order: 1; }

.seo-feature-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 560px;
}
.seo-feature-heading {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.seo-feature-heading .sef-light,
.seo-feature-heading .sef-bold {
  font-size: 48px;
}
.seo-feature--dark .seo-feature-heading .sef-light,
.seo-feature--dark .seo-feature-heading .sef-bold { color: #F2F7EF; }
.seo-feature--light .seo-feature-heading .sef-light,
.seo-feature--light .seo-feature-heading .sef-bold,
.seo-feature--white .seo-feature-heading .sef-light,
.seo-feature--white .seo-feature-heading .sef-bold { color: #333333; }

.seo-feature-body {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.seo-feature--dark .seo-feature-body  { color: #BABABA; }
.seo-feature--light .seo-feature-body,
.seo-feature--white .seo-feature-body { color: #595959; }

/* ---------- AUTHORITATIVE LINK BUILDING + 5-STEP PROCESS ---------- */
.seo-process {
  padding: 120px 0;
  background: #FFFFFF;
}
.seo-process-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.seo-process-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 24px;
  color: #333333;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.seo-process-heading .sef-light,
.seo-process-heading .sef-bold { font-size: 48px; }
.seo-process-sub {
  margin: 0;
  color: #595959;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.seo-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.seo-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
}
.seo-step-line {
  position: absolute;
  top: 75px;
  left: 50%;
  right: -50%;
  height: 4px;
  background: #D3E2CD;
  z-index: 0;
}
.seo-step-line--end { right: 50%; }

.seo-step-pill {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 104px;
  background: #9AC53B;
  border-radius: 32px 9999px 9999px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F2F7EF;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.03em;
  transition: transform 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease;
}
.seo-step:hover .seo-step-pill,
.seo-step:active .seo-step-pill {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px -10px rgba(154,197,59,0.55);
}
.seo-step-label {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/* ---------- COMPARISON CARDS (WITH vs WITHOUT) ---------- */
.seo-compare {
  padding: 120px 0;
  background: #EAF2E6;
}
.seo-compare-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.seo-compare-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 24px;
  color: #333333;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.seo-compare-heading .sef-light,
.seo-compare-heading .sef-bold { font-size: 48px; }
.seo-compare-sub {
  margin: 0;
  color: #595959;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.seo-compare-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

/* VS badge — centered between the two comparison cards */
.seo-compare-vs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 4px solid #EAF2E6;
  box-shadow: 0 12px 28px -8px rgba(51,51,51,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #333333;
  font-family: var(--font-sans);
}
.seo-compare-card {
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: transform 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease;
}
.seo-compare-card--with {
  background: #F7FCF5;
  border: 1px solid #99C53B;
}
.seo-compare-card--without {
  background: #333333;
}
.seo-compare-card:hover,
.seo-compare-card:active {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -16px rgba(154,197,59,0.35);
}

.seo-compare-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.seo-compare-card-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.seo-compare-card--with .seo-compare-card-header h3    { color: #333333; }
.seo-compare-card--without .seo-compare-card-header h3 { color: #F2F7EF; }
.seo-compare-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
}
.seo-compare-icon--check {
  background: #10B981;
  box-shadow: 0 6px 14px -4px rgba(16,185,129,0.45);
}
.seo-compare-icon--cross {
  background: #EF4444;
  box-shadow: 0 6px 14px -4px rgba(239,68,68,0.45);
}
.seo-compare-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.seo-compare-list li {
  padding: 16px 0;
}
.seo-compare-card--with  .seo-compare-list li { border-bottom: 1px solid rgba(51,51,51,0.18); }
.seo-compare-card--without .seo-compare-list li { border-bottom: 1px solid rgba(154,197,59,0.45); }
.seo-compare-list li:last-child { border-bottom: none; padding-bottom: 0; }
.seo-compare-list li:first-child { padding-top: 0; }

.seo-compare-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.seo-compare-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.seo-compare-card--with  .seo-compare-title { color: #333333; }
.seo-compare-card--with  .seo-compare-text  { color: #595959; }
.seo-compare-card--without .seo-compare-title { color: #F2F7EF; }
.seo-compare-card--without .seo-compare-text  { color: #BABABA; }

/* ---------- WHAT WE DO — STACK SPLIT ---------- */
.seo-stack {
  padding: 120px 0;
  background: #FFFFFF;
}
.seo-stack-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 56px;
  align-items: end;
}
.seo-stack-label {
  margin: 0 0 16px;
  color: #9AC53B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seo-stack-heading {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #333333;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.seo-stack-heading .sef-light,
.seo-stack-heading .sef-bold { font-size: 48px; }
.seo-stack-intro {
  margin: 0;
  color: #595959;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.seo-stack-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px -24px rgba(51,51,51,0.18);
}
.seo-stack-list {
  background: #333333;
  margin: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
}
.seo-stack-list li {
  border-bottom: 1px solid rgba(242,247,239,0.18);
}
.seo-stack-list li:last-child { border-bottom: none; }

.seo-stack-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 8px;
  background: transparent;
  border: 0;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  color: #F2F7EF;
  transition: background 0.3s ease, color 0.3s ease, padding 0.3s ease;
}
.seo-stack-item span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.seo-stack-item .seo-stack-arrow {
  flex-shrink: 0;
  color: #F2F7EF;
  transition: color 0.3s ease, transform 0.4s cubic-bezier(0.22,1,0.36,1);
}
.seo-stack-item:hover,
.seo-stack-item:active {
  padding-left: 16px;
}
.seo-stack-item:hover .seo-stack-arrow,
.seo-stack-item:active .seo-stack-arrow,
.seo-stack-item.is-active .seo-stack-arrow {
  color: #9AC53B;
  transform: translate(2px, -2px);
}
.seo-stack-item.is-active span { color: #9AC53B; }

.seo-stack-pane {
  background: #F7FCF5;
  padding: 56px 48px;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100%;
}
.seo-stack-pane-content {
  display: none;
  animation: seoFadeIn 0.4s ease;
}
.seo-stack-pane-content.is-active { display: block; }
.seo-stack-pane-content h3 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.seo-stack-pane-content p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #595959;
}
.seo-stack-pane-content p:last-child { margin-bottom: 0; }

@keyframes seoFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- CASE STUDIES — DARK CAROUSEL ---------- */
.seo-cases {
  padding: 120px 0;
  background: #1A1A1A;
  position: relative;
  overflow: hidden;
}
.seo-cases-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.seo-cases-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 16px;
  color: #BABABA;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.seo-cases-slash {
  color: #9AC53B;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.seo-cases-heading {
  margin: 0 0 16px;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #F2F7EF;
}
.seo-cases-sub {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #BABABA;
}

.seo-cases-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.seo-cases-track {
  flex: 1;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  padding: 8px 0;
}
.seo-cases-track::-webkit-scrollbar { display: none; }

.seo-case {
  flex: 0 0 100%;
  margin: 0;
  scroll-snap-align: center;
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.5);
}
.seo-case img {
  width: 100%;
  height: auto;
  display: block;
}

.seo-cases-nav {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(154,197,59,0.35);
  background: rgba(255,255,255,0.04);
  color: #9AC53B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s cubic-bezier(0.22,1,0.36,1), border-color 0.3s ease;
}
.seo-cases-nav:hover,
.seo-cases-nav:active {
  background: #9AC53B;
  border-color: #9AC53B;
  color: #1A1A1A;
  transform: scale(1.08);
}

.seo-cases-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}
.seo-cases-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, width 0.3s ease;
}
.seo-cases-dot.is-active {
  background: #9AC53B;
  width: 28px;
  border-radius: 9999px;
}

/* ---------- RESPONSIVE BREAKPOINTS (matches site convention) ---------- */
@media (max-width: 1100px) {
  .seoh-light, .seoh-bold { font-size: 64px; }
  .seo-feature-heading .sef-light,
  .seo-feature-heading .sef-bold,
  .seo-process-heading .sef-light,
  .seo-process-heading .sef-bold,
  .seo-compare-heading .sef-light,
  .seo-compare-heading .sef-bold,
  .seo-stack-heading .sef-light,
  .seo-stack-heading .sef-bold { font-size: 40px; }
  .seo-hero-stats { gap: 28px; padding: 24px 36px; }
  .seo-stat-value { font-size: 24px; }
}

@media (max-width: 900px) {
  .seo-hero { padding: 160px 0 80px; }
  .seoh-light, .seoh-bold { font-size: 48px; }
  .seo-feature { padding: 80px 0; }
  .seo-feature-row { grid-template-columns: 1fr; gap: 40px; }
  .seo-feature-heading .sef-light,
  .seo-feature-heading .sef-bold,
  .seo-process-heading .sef-light,
  .seo-process-heading .sef-bold,
  .seo-compare-heading .sef-light,
  .seo-compare-heading .sef-bold,
  .seo-stack-heading .sef-light,
  .seo-stack-heading .sef-bold { font-size: 32px; }
  /* Image always shows above text on small screens, regardless of left/right */
  .seo-feature--image-left .seo-feature-image-wrap,
  .seo-feature--image-right .seo-feature-image-wrap { order: 0; }
  .seo-feature--image-left .seo-feature-text,
  .seo-feature--image-right .seo-feature-text       { order: 1; }
  .seo-feature-image-wrap--rounded-right {
    margin-left: 0;
    width: 100%;
    border-radius: 24px;
  }

  .seo-process { padding: 80px 0; }
  .seo-steps { grid-template-columns: 1fr; gap: 32px; }
  .seo-step-line { display: none; }

  .seo-compare { padding: 80px 0; }
  .seo-compare-grid { grid-template-columns: 1fr; gap: 24px; }
  .seo-compare-vs { width: 56px; height: 56px; font-size: 14px; border-width: 3px; }

  .seo-cases { padding: 80px 0; }
  .seo-cases-heading { font-size: 36px; }
  .seo-cases-nav { width: 44px; height: 44px; }
  .seo-cases-nav svg { width: 22px; height: 22px; }

  .seo-stack { padding: 80px 0; }
  .seo-stack-header { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .seo-stack-split { grid-template-columns: 1fr; }
  .seo-stack-list { padding: 24px; }
  .seo-stack-pane { padding: 40px 24px; }
  .seo-stack-item { padding: 14px 4px; }
  .seo-stack-item span { font-size: 17px; }

  .seo-hero-stats { flex-wrap: wrap; gap: 16px 24px; padding: 20px 24px; }
  .seo-stat { flex: 1 0 calc(50% - 24px); }
  .seo-stat + .seo-stat::before { display: none; }
}

@media (max-width: 600px) {
  .seoh-light, .seoh-bold { font-size: 38px; }
  .seo-cases-heading { font-size: 28px; }
  .seo-cases-eyebrow { font-size: 13px; gap: 10px; }
  .seo-cases-nav { width: 40px; height: 40px; }
  .seo-cases-nav svg { width: 18px; height: 18px; }
  .seo-feature-heading .sef-light,
  .seo-feature-heading .sef-bold,
  .seo-process-heading .sef-light,
  .seo-process-heading .sef-bold,
  .seo-compare-heading .sef-light,
  .seo-compare-heading .sef-bold,
  .seo-stack-heading .sef-light,
  .seo-stack-heading .sef-bold { font-size: 28px; }
  .seo-hero { padding: 140px 0 60px; }
  .seo-hero-sub { margin-bottom: 36px; font-size: 16px; }
  .seo-compare-card { padding: 28px; }
  .seo-step-pill { width: 96px; height: 84px; font-size: 32px; }
  .seo-step-label { font-size: 18px; }
}

@media (max-width: 420px) {
  .seo-hero-stats { padding: 16px; }
  .seo-stat-value { font-size: 20px; }
  .seo-stat-label { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-cta-button,
  .seo-step-pill,
  .seo-compare-card,
  .seo-stack-item { transition: none !important; }
  .seo-stack-pane-content { animation: none !important; }
}

/* =========================================================
   Portfolio listing page (portfolio-web-design.html)
   ========================================================= */
body.page-portfolio {
  background: #FFFFFF;
  font-family: 'Google Sans Flex', var(--font-sans);
  color: #1A1A1A;
}

/* ---- Hero ------------------------------------------------ */
.port-hero {
  position: relative;
  background: #F1F6EF;
  padding: 220px 0 72px;
  text-align: center;
}
.port-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.port-hero-eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9AC53B;
  animation: fadeSlideUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}
.port-hero-headline {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 88px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1A1A1A;
  max-width: 900px;
}
.port-hero-headline .ph-light {
  font-weight: 300;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}
.port-hero-headline .ph-bold {
  font-weight: 600;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
.port-hero-sub {
  margin: 0;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #595959;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}

/* ---- Portfolio list -------------------------------------- */
.port-list {
  background: #FFFFFF;
  padding: 96px 0 120px;
}
.port-list .container {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.port-item {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* Image area — plain (no green frame), pure desktop screenshot + phone overlay */
.port-item-media {
  display: block;
  position: relative;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  /* Generous bottom padding so the phone (which extends below the desktop)
     doesn't get clipped by the next card's spacing */
  padding-bottom: 40px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.port-item-media:hover,
.port-item-media:active {
  transform: translateY(-6px);
}

.port-media-frame {
  position: relative;
  width: 100%;
}

/* Desktop screenshot fills the card width, keeps natural aspect ratio */
.port-media-frame > img,
.port-media-frame > .port-desktop {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 30px 60px -22px rgba(26, 26, 26, 0.28),
              0 10px 22px -12px rgba(26, 26, 26, 0.16);
  transition: box-shadow 0.5s ease;
}
.port-item-media:hover .port-media-frame > img,
.port-item-media:hover .port-media-frame > .port-desktop {
  box-shadow: 0 36px 72px -20px rgba(26, 26, 26, 0.32),
              0 14px 28px -10px rgba(26, 26, 26, 0.20);
}

/* Phone overlay — bottom-right, partially extends below desktop */
.port-phone {
  position: absolute;
  right: 5%;
  bottom: -6%;
  width: 14%;
  min-width: 96px;
  max-width: 180px;
  aspect-ratio: 9 / 19;
  background: #1A1A1A;
  border-radius: 22px;
  padding: 8px;
  box-shadow: 0 28px 56px -18px rgba(26, 26, 26, 0.5),
              0 8px 18px -8px rgba(26, 26, 26, 0.3);
  display: block;
}
.port-phone-notch {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 6px;
  background: #1A1A1A;
  border-radius: 999px;
  z-index: 2;
}
.port-phone-screen {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.port-phone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* Info row beneath media */
.port-item-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-top: 4px;
}
.port-item-meta { flex: 1; min-width: 0; }
.port-item-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #595959;
  text-transform: none;
}
.port-item-eyebrow .pi-dash {
  color: #9AC53B;
  margin: 0 4px;
}
.port-item-eyebrow .pi-sector {
  color: #1A1A1A;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(26, 26, 26, 0.25);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.port-item-eyebrow .pi-sector:hover {
  color: #9AC53B;
  text-decoration-color: #9AC53B;
}
.port-item-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #1A1A1A;
  max-width: 720px;
}

/* Read More pill button */
.port-item-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 9999px;
  background: transparent;
  color: #1A1A1A;
  border: 1px solid rgba(26, 26, 26, 0.15);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.25s ease,
              color 0.25s ease,
              border-color 0.25s ease,
              transform 0.25s ease;
}
.port-item-cta svg {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.port-item-cta:hover,
.port-item-cta:active {
  background: #9AC53B;
  border-color: #9AC53B;
  color: #1A1A1A;
}
.port-item-cta:hover svg,
.port-item-cta:active svg {
  transform: translate(2px, -2px);
}

/* Load more */
.port-loadmore-wrap {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.port-loadmore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  border-radius: 9999px;
  background: #1A1A1A;
  color: #F2F7EF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1px solid #1A1A1A;
  transition: background-color 0.25s ease,
              color 0.25s ease,
              transform 0.25s ease,
              box-shadow 0.25s ease;
}
.port-loadmore:hover,
.port-loadmore:active {
  background: #9AC53B;
  color: #1A1A1A;
  border-color: #9AC53B;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -16px rgba(154, 197, 59, 0.55);
}

/* Header on white hero — same pattern as page-web-design */
body.page-portfolio .site-header--light .primary-nav a { color: #1A1A1A; }
body.page-portfolio .site-header--light .primary-nav a:hover { color: var(--color-green); }
body.page-portfolio .site-header--light .primary-nav a.is-active { color: var(--color-green); }
body.page-portfolio .site-header--light .nav-toggle span { background: #1A1A1A; }
body.page-portfolio .site-header--light.is-scrolled .primary-nav a { color: var(--color-text-secondary); }
body.page-portfolio .site-header--light.is-scrolled .primary-nav a:hover { color: var(--color-green); }
body.page-portfolio .site-header--light.is-scrolled .primary-nav a.is-active { color: var(--color-green); }
body.page-portfolio .site-header--light.is-scrolled .nav-toggle span { background: #fff; }

/* ---- Responsive (matches site convention) --------------- */
@media (max-width: 1100px) {
  .port-hero-headline { font-size: 64px; }
  .port-item-title { font-size: 24px; }
}

@media (max-width: 900px) {
  .port-hero { padding: 160px 0 56px; }
  .port-hero-headline { font-size: 48px; }
  .port-list { padding: 64px 0 96px; }
  .port-list .container { gap: 72px; }
  .port-item-media { padding-bottom: 32px; }
  .port-phone { width: 16%; right: 4%; bottom: -5%; min-width: 84px; }
  .port-item-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .port-item-title { font-size: 22px; }
}

@media (max-width: 600px) {
  .port-hero-headline { font-size: 36px; }
  .port-hero-sub { font-size: 15px; }
  .port-list { padding: 48px 0 72px; }
  .port-list .container { gap: 56px; }
  .port-item-media { padding-bottom: 24px; }
  .port-phone {
    width: 20%;
    right: 4%;
    bottom: -4%;
    min-width: 56px;
    border-radius: 12px;
    padding: 3px;
  }
  .port-phone-screen { border-radius: 9px; }
  .port-phone-notch { height: 3px; top: 3px; width: 26%; }
  .port-media-frame > img,
  .port-media-frame > .port-desktop { border-radius: 10px; }
  .port-item-title { font-size: 20px; line-height: 1.3; }
  .port-item-cta { padding: 12px 22px; font-size: 13px; }
  .port-loadmore { padding: 16px 32px; font-size: 14px; }
}

@media (max-width: 420px) {
  .port-hero-headline { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .port-hero-eyebrow,
  .port-hero-headline .ph-light,
  .port-hero-headline .ph-bold,
  .port-hero-sub { animation: none !important; }
  .port-item-media,
  .port-item-cta,
  .port-media-frame > img,
  .port-loadmore { transition: none !important; }
}

/* =========================================================
   Portfolio CASE STUDY detail page (case-*.html)
   ========================================================= */
body.page-case {
  background: #FFFFFF;
  font-family: 'Google Sans Flex', var(--font-sans);
  color: #1A1A1A;
}

/* Header on light hero — same pattern as portfolio listing */
/* Hairline divider above the portfolio carousel — separates the last
   story block from the "Projects that deliver results" section. */
body.page-case .portfolio--compact > .container {
  border-top: 1px solid rgba(26, 26, 26, 0.10);
  padding-top: 96px;
}

body.page-case .site-header--light .primary-nav a { color: #1A1A1A; }
body.page-case .site-header--light .primary-nav a:hover { color: var(--color-green); }
body.page-case .site-header--light .primary-nav a.is-active { color: var(--color-green); }
body.page-case .site-header--light .nav-toggle span { background: #1A1A1A; }
body.page-case .site-header--light.is-scrolled .primary-nav a { color: var(--color-text-secondary); }
body.page-case .site-header--light.is-scrolled .primary-nav a:hover { color: var(--color-green); }
body.page-case .site-header--light.is-scrolled .primary-nav a.is-active { color: var(--color-green); }
body.page-case .site-header--light.is-scrolled .nav-toggle span { background: #fff; }

/* ---- Hero (composite screenshots) ----------------------- */
.case-hero {
  position: relative;
  background: #F1F6EF;
  padding: 220px 0 120px;
}
.case-hero-stage {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  animation: fadeSlideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.case-hero-desktop {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 40px 80px -28px rgba(26, 26, 26, 0.32),
              0 14px 28px -14px rgba(26, 26, 26, 0.18);
}
.case-hero-phone {
  position: absolute;
  right: 4%;
  bottom: -8%;
  width: 16%;
  min-width: 120px;
  max-width: 220px;
  aspect-ratio: 9 / 19;
  background: #1A1A1A;
  border-radius: 28px;
  padding: 10px;
  box-shadow: 0 32px 64px -20px rgba(26, 26, 26, 0.55),
              0 10px 22px -10px rgba(26, 26, 26, 0.32);
  display: block;
}
.case-hero-phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 7px;
  background: #1A1A1A;
  border-radius: 999px;
  z-index: 2;
}
.case-hero-phone-screen {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.case-hero-phone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* ---- Intro (title + body + meta) ------------------------ */
.case-intro {
  background: #FFFFFF;
  padding: 120px 0 96px;
}
.case-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  padding-bottom: 64px;
}
.case-intro-title {
  margin: 0;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #1A1A1A;
  position: relative;
  padding-right: 24px;
}
.case-intro-title::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 12px;
  background: #9AC53B;
  border-radius: 50%;
  vertical-align: 0.18em;
}
.case-intro-body p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.7;
  color: #595959;
}
.case-intro-body p:last-child { margin-bottom: 0; }

.case-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding-top: 40px;
  border-top: 1px solid rgba(26, 26, 26, 0.12);
}
.case-meta-col { min-width: 0; }
.case-meta-label {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9AC53B;
}
.case-meta-value {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
}
.case-meta-value a,
.case-meta-services a {
  color: #1A1A1A;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(26, 26, 26, 0.25);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.case-meta-value a:hover,
.case-meta-services a:hover {
  color: #9AC53B;
  text-decoration-color: #9AC53B;
}
.case-meta-services {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.case-meta-services li {
  font-size: 18px;
  font-weight: 500;
}

/* ---- Brandmark banner (parallax photo bg) --------------- */
.case-brandmark {
  background-color: #12284F;
  background-image: url("/assets/images/dynasty-1-2.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 240px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}
.case-brandmark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 40, 79, 0.35), rgba(18, 40, 79, 0.45));
  pointer-events: none;
}
.case-brandmark .container {
  position: relative;
  z-index: 1;
}
.case-brandmark-logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  height: auto;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.45));
}

/* Samarkand variant: warmer photo, square logo proportions */
.case-brandmark--samarkand {
  background-color: #1A0F08;
  background-image: url("/assets/images/samarkand-brand-bg.jpg");
}
.case-brandmark--samarkand::before {
  background: linear-gradient(180deg, rgba(26, 15, 8, 0.55), rgba(26, 15, 8, 0.65));
}
.case-brandmark-logo--samarkand {
  max-width: 480px;
}

/* World Appeal variant: brand photo background with subtle purple wash */
.case-brandmark--worldappeal {
  background-color: #5A1A6B;
  background-image: url("/assets/images/worldappeal-brand-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.case-brandmark--worldappeal::before {
  background: radial-gradient(ellipse at center, rgba(90, 26, 107, 0.55), rgba(58, 12, 75, 0.75) 70%), linear-gradient(180deg, rgba(90, 26, 107, 0.5), rgba(58, 12, 75, 0.7));
}
.case-brandmark-logo--worldappeal {
  max-width: 360px;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.45));
}

/* National Care Trust variant: brand photo bg with navy/teal wash (parallax) */
.case-brandmark--nationalcaretrust {
  background-color: #0E1F4D;
  background-image: url("/assets/images/nationalcaretrust-brand-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.case-brandmark--nationalcaretrust::before {
  background: radial-gradient(ellipse at center, rgba(14, 31, 77, 0.35), rgba(8, 20, 56, 0.7) 70%), linear-gradient(180deg, rgba(14, 31, 77, 0.5), rgba(8, 20, 56, 0.6));
}
.case-brandmark-logo--nationalcaretrust {
  max-width: 320px;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.55)) brightness(0) invert(1);
}

/* ---- Features grid (case studies) ---------------------- */
.case-features {
  background: #FAFAF7;
  padding: 120px 0;
}
.case-features-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 64px;
}
.case-features-label {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #9AC53B;
  text-transform: uppercase;
}
.case-features-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #1A1A1A;
  max-width: 720px;
}
.case-features-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.case-feature {
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.case-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px -22px rgba(26, 26, 26, 0.18);
}
.case-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(154, 197, 59, 0.12);
  color: #6BA01F;
  margin-bottom: 4px;
}
.case-feature-title {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  color: #1A1A1A;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.case-feature-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #595959;
}

@media (max-width: 1100px) {
  .case-features { padding: 96px 0; }
  .case-features-title { font-size: 34px; }
  .case-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .case-features { padding: 72px 0; }
  .case-features-head { margin-bottom: 48px; }
  .case-features-title { font-size: 28px; }
  .case-features-grid { grid-template-columns: 1fr; gap: 16px; }
  .case-feature { padding: 24px 22px; }
}

/* ---- Showcase (two desktop screenshots on brand dark) --- */
.case-showcase {
  background: #1A1A1A;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.case-showcase-stack {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 520px;
}
.case-showcase-stack figure { margin: 0; }
.case-showcase-stack img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 36px 72px -22px rgba(0, 0, 0, 0.45),
              0 14px 28px -12px rgba(0, 0, 0, 0.28);
}
.case-showcase-back {
  width: 62%;
  position: relative;
  z-index: 1;
}
.case-showcase-front {
  width: 62%;
  position: absolute;
  right: 0;
  top: 96px;
  z-index: 2;
}

/* ---- Story block (heading + body + figure) -------------- */
.case-block {
  padding: 96px 0;
  background: #FFFFFF;
}
.case-block + .case-block { padding-top: 0; }
.case-block-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) auto;
  gap: 64px;
  align-items: start;
  padding-bottom: 64px;
}
.case-block-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #1A1A1A;
}
.case-block-body p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.7;
  color: #595959;
}
.case-block-body p:last-child { margin-bottom: 0; }
.case-block-body ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.case-block-body ul li {
  position: relative;
  padding-left: 26px;
  font-size: 17px;
  line-height: 1.6;
  color: #595959;
}
.case-block-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  background: #9AC53B;
  border-radius: 50%;
}
.case-block-mark {
  align-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(154, 197, 59, 0.12);
  color: #9AC53B;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  border: 1px solid rgba(154, 197, 59, 0.4);
}

/* Figure (full-width image inside container) */
.case-figure {
  margin: 0;
}
.case-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 30px 60px -22px rgba(26, 26, 26, 0.28),
              0 10px 22px -12px rgba(26, 26, 26, 0.16);
}

/* Mobile triptych on hero-tint stage section */
.case-mobile-stage {
  background: #12284F;
  padding: 96px 0;
}
.case-mobile-stage--worldappeal {
  background: #85bb25;
}
.case-mobile-stage--nationalcaretrust {
  background: linear-gradient(135deg, #0E1F4D 0%, #1B3470 60%, #44ad9e 140%);
}
.case-mobile-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.case-mobile-shot {
  display: block;
  width: 100%;
  max-width: 252px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 30px 60px -22px rgba(26, 26, 26, 0.32),
              0 10px 22px -12px rgba(26, 26, 26, 0.18);
}

/* Stacked desktop figure (back + front overlap) */
.case-stack {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 480px;
}
.case-stack figure { margin: 0; }
.case-stack img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 30px 60px -22px rgba(26, 26, 26, 0.28),
              0 10px 22px -12px rgba(26, 26, 26, 0.16);
}
.case-stack-back {
  width: 65%;
  margin-left: auto;
}
.case-stack-front {
  width: 60%;
  position: absolute;
  left: 0;
  bottom: -40px;
}

/* ---- More projects (3-up grid) -------------------------- */
.case-more {
  background: #FFFFFF;
  padding: 120px 0;
}
.case-more-title {
  margin: 0 0 56px;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #1A1A1A;
  text-align: center;
}
.case-more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.case-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.case-card-media {
  display: block;
  position: relative;
  text-decoration: none;
  padding-bottom: 24px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.case-card-media:hover,
.case-card-media:active { transform: translateY(-6px); }
.case-card-frame {
  position: relative;
  width: 100%;
}
.case-card-frame > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 24px 48px -18px rgba(26, 26, 26, 0.28),
              0 8px 18px -10px rgba(26, 26, 26, 0.14);
  transition: box-shadow 0.5s ease;
}
.case-card-media:hover .case-card-frame > img {
  box-shadow: 0 30px 60px -20px rgba(26, 26, 26, 0.34),
              0 12px 24px -10px rgba(26, 26, 26, 0.18);
}
.case-card-phone {
  position: absolute;
  right: 6%;
  bottom: -10%;
  width: 18%;
  min-width: 56px;
  aspect-ratio: 9 / 19;
  background: #1A1A1A;
  border-radius: 14px;
  padding: 5px;
  box-shadow: 0 18px 36px -14px rgba(26, 26, 26, 0.5),
              0 6px 14px -6px rgba(26, 26, 26, 0.3);
}
.case-card-phone-notch {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 4px;
  background: #1A1A1A;
  border-radius: 999px;
  z-index: 2;
}
.case-card-phone-screen {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
}
.case-card-phone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.case-card-eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #595959;
}
.case-card-eyebrow .cc-dash {
  color: #9AC53B;
  margin: 0 4px;
}
.case-card-eyebrow .cc-sector {
  color: #1A1A1A;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(26, 26, 26, 0.25);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.case-card-eyebrow .cc-sector:hover {
  color: #9AC53B;
  text-decoration-color: #9AC53B;
}
.case-card-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-weight: 600;
  color: #1A1A1A;
}
.case-card-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 9999px;
  background: transparent;
  color: #1A1A1A;
  border: 1px solid rgba(26, 26, 26, 0.15);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.25s ease,
              color 0.25s ease,
              border-color 0.25s ease,
              transform 0.25s ease;
  margin-top: 4px;
}
.case-card-cta svg {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.case-card-cta:hover,
.case-card-cta:active {
  background: #9AC53B;
  border-color: #9AC53B;
  color: #1A1A1A;
}
.case-card-cta:hover svg,
.case-card-cta:active svg {
  transform: translate(2px, -2px);
}

/* ---- Responsive ----------------------------------------- */
@media (max-width: 1100px) {
  .case-hero { padding: 200px 0 96px; }
  .case-intro-title { font-size: 44px; }
  .case-block-head {
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
  }
  .case-block-mark { display: none; }
  .case-block-title { font-size: 34px; }
  .case-brandmark { padding: 200px 0; min-height: 460px; }
  .case-brandmark-logo { max-width: 480px; }
  .case-brandmark-logo--samarkand { max-width: 420px; }
  .case-more-title { font-size: 44px; }
  .case-stack { min-height: 380px; }
  .case-showcase-stack { min-height: 420px; }
  .case-showcase-front { top: 64px; }
}

@media (max-width: 900px) {
  .case-hero { padding: 160px 0 80px; }
  .case-hero-phone { width: 18%; right: 4%; bottom: -6%; min-width: 96px; }
  .case-intro { padding: 96px 0 72px; }
  .case-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 48px;
  }
  .case-intro-title { font-size: 36px; padding-right: 0; }
  .case-meta {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 32px;
  }
  /* Disable fixed attachment on touch devices — iOS ignores it and Android stutters */
  .case-brandmark {
    background-attachment: scroll;
    padding: 160px 0;
    min-height: 380px;
  }
  .case-brandmark-logo { max-width: 400px; }
  .case-brandmark-logo--samarkand { max-width: 340px; }
  .case-block { padding: 72px 0; }
  .case-block-head {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 48px;
  }
  .case-block-title { font-size: 28px; }
  .case-mobile-stage { padding: 72px 0; }
  .case-mobile-row { gap: 23px; }
  .case-mobile-shot { max-width: 220px; }
  .case-stack { min-height: auto; }
  .case-stack-back { width: 100%; margin: 0; }
  .case-stack-front {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
  .case-showcase { padding: 80px 0; }
  .case-showcase-stack { min-height: auto; }
  .case-showcase-back { width: 100%; }
  .case-showcase-front {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
  .case-more { padding: 96px 0; }
  .case-more-title { font-size: 32px; margin-bottom: 40px; }
  .case-more-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .case-hero { padding: 130px 0 56px; }
  .case-hero-stage { max-width: 100%; }
  .case-hero-phone {
    width: 22%;
    min-width: 60px;
    border-radius: 14px;
    padding: 4px;
  }
  .case-hero-phone-screen { border-radius: 10px; }
  .case-hero-phone-notch { height: 4px; top: 4px; width: 26%; }
  .case-intro { padding: 72px 0 56px; }
  .case-intro-title { font-size: 28px; }
  .case-intro-body p { font-size: 15px; }
  .case-meta-value,
  .case-meta-services li { font-size: 16px; }
  .case-brandmark { padding: 120px 0; min-height: 300px; }
  .case-brandmark-logo { max-width: 320px; }
  .case-brandmark-logo--samarkand { max-width: 280px; }
  .case-block { padding: 56px 0; }
  .case-block-title { font-size: 24px; }
  .case-block-body p,
  .case-block-body ul li { font-size: 15px; }
  .case-mobile-stage { padding: 56px 0; }
  .case-mobile-row { gap: 30px; }
  .case-mobile-shot { max-width: 180px; border-radius: 14px; }
  .case-figure img,
  .case-stack img,
  .case-showcase-stack img { border-radius: 10px; }
  .case-showcase { padding: 56px 0; }
  .case-more { padding: 72px 0; }
  .case-more-title { font-size: 26px; }
}

@media (max-width: 420px) {
  .case-intro-title { font-size: 24px; }
  .case-block-title { font-size: 22px; }
  .case-brandmark-logo { max-width: 240px; }
  .case-brandmark-logo--samarkand { max-width: 220px; }
  .case-more-title { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .case-hero-stage { animation: none !important; }
  .case-card-media,
  .case-card-cta,
  .case-card-frame > img { transition: none !important; }
}


/* ─────────────────────────────────────────────────────────────
   CONTACT PAGE  (/contact)
   ───────────────────────────────────────────────────────────── */

/* ── Hero ── */
.contact-hero {
  position: relative;
  background: #F1F6EF;
  padding: 240px 0 90px;
  overflow: hidden;
}

.contact-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.contact-hero-label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9AC53B;
  line-height: 1.1;
  animation: fadeSlideUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

.contact-hero-headline {
  margin: 0;
  font-size: 88px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
}

.contact-hero-headline .chh-light {
  font-weight: 300;
  display: block;
  text-wrap: balance;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.contact-hero-headline .chh-bold {
  font-weight: 600;
  display: block;
  text-wrap: balance;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.contact-hero-lead {
  margin: 0;
  max-width: 720px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #4B4B4B;
  animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}

/* ── Channels grid ── */
.channels {
  background: #F1F6EF;
  padding: 0 0 120px;
}

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

.channel-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 36px 32px 32px;
  min-height: 260px;
  background: #ffffff;
  border: 1px solid #E2EEDC;
  border-radius: 24px;
  text-decoration: none;
  color: #333333;
  transition: background 0.25s ease, border-color 0.25s ease,
              transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
  overflow: hidden;
  isolation: isolate;
}

.channel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #C0ED6D 0%, #99CC3A 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.channel-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 20px 40px -20px rgba(154, 197, 59, 0.45);
  color: #1A1A1A;
}

.channel-card:hover::before { opacity: 1; }

.channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #EAF2E6;
  color: #4B7A19;
  margin-bottom: 6px;
  transition: background 0.25s ease, color 0.25s ease;
}

.channel-icon svg { width: 26px; height: 26px; }

.channel-card:hover .channel-icon {
  background: rgba(255, 255, 255, 0.35);
  color: #1A1A1A;
}

.channel-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B7A5E;
  transition: color 0.25s ease;
}

.channel-card:hover .channel-eyebrow { color: #2C3A21; }

.channel-value {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: #1A1A1A;
  word-break: break-word;
}

.channel-meta {
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  transition: color 0.25s ease;
}

.channel-card:hover .channel-meta { color: #2C3A21; }

.channel-arrow {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F2F7EF;
  color: #4B7A19;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.channel-arrow svg { width: 18px; height: 18px; }

.channel-card:hover .channel-arrow {
  background: #1A1A1A;
  color: #C0ED6D;
  transform: translate(2px, -2px);
}

/* Featured (book a call) — slightly distinct resting state */
.channel-card--featured {
  background: #1A1A1A;
  color: #F2F7EF;
  border-color: #1A1A1A;
}

.channel-card--featured .channel-icon {
  background: rgba(192, 237, 109, 0.15);
  color: #C0ED6D;
}

.channel-card--featured .channel-eyebrow { color: #C0ED6D; }
.channel-card--featured .channel-value { color: #ffffff; }
.channel-card--featured .channel-meta { color: #B5BFA9; }

.channel-card--featured .channel-arrow {
  background: #C0ED6D;
  color: #1A1A1A;
}

.channel-card--featured:hover {
  color: #1A1A1A;
}

.channel-card--featured:hover .channel-icon {
  background: rgba(255, 255, 255, 0.4);
  color: #1A1A1A;
}

.channel-card--featured:hover .channel-eyebrow { color: #2C3A21; }
.channel-card--featured:hover .channel-value { color: #1A1A1A; }
.channel-card--featured:hover .channel-meta { color: #2C3A21; }

.channel-card--featured:hover .channel-arrow {
  background: #1A1A1A;
  color: #C0ED6D;
}

/* ── Contact form (page variant — sits between channels and socials) ── */
.contact--page {
  background: #ffffff;
  padding: 120px 0;
}

/* ── Social band ── */
.social-band {
  background: #F1F6EF;
  color: #333333;
  padding: 120px 0 140px;
  position: relative;
  overflow: hidden;
}

/* soft accent blob to add depth without competing with the footer */
.social-band::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -180px;
  top: -200px;
  background: radial-gradient(closest-side, rgba(154, 197, 59, 0.16), rgba(154, 197, 59, 0));
  pointer-events: none;
  z-index: 0;
}

.social-band::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -240px;
  bottom: -260px;
  background: radial-gradient(closest-side, rgba(154, 197, 59, 0.12), rgba(154, 197, 59, 0));
  pointer-events: none;
  z-index: 0;
}

.social-band > .container { position: relative; z-index: 1; }

.social-band-header {
  text-align: center;
  margin-bottom: 56px;
}

.social-band-eyebrow {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B9929;
}

.social-band-heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #333333;
}

.sbh-light { font-size: 56px; font-weight: 300; }
.sbh-bold  { font-size: 56px; font-weight: 600; }

.social-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.social-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  min-height: 200px;
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
  border-radius: 24px;
  text-decoration: none;
  color: #F2F7EF;
  transition: background 0.25s ease, border-color 0.25s ease,
              transform 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  box-shadow: 0 10px 30px -18px rgba(26, 26, 26, 0.45);
}

.social-tile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(192, 237, 109, 0.14);
  color: #C0ED6D;
  transition: background 0.25s ease, color 0.25s ease;
}

.social-tile-icon svg { width: 24px; height: 24px; }

.social-tile-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #F2F7EF;
  transition: color 0.25s ease;
}

.social-tile-handle {
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  color: #8B8B8B;
  transition: color 0.25s ease;
}

.social-tile-arrow {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #F2F7EF;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.social-tile-arrow svg { width: 16px; height: 16px; }

/* Per-platform brand-ish hover tints */
.social-tile:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 24px 50px -20px rgba(26, 26, 26, 0.5);
}

.social-tile[data-platform="facebook"]:hover { background: #1877F2; }
.social-tile[data-platform="instagram"]:hover {
  background: linear-gradient(135deg, #FEDA75 0%, #FA7E1E 25%, #D62976 50%, #962FBF 75%, #4F5BD5 100%);
}
.social-tile[data-platform="tiktok"]:hover { background: #000000; }
.social-tile[data-platform="youtube"]:hover { background: #FF0000; }
.social-tile[data-platform="x"]:hover { background: #000000; }
.social-tile[data-platform="linkedin"]:hover { background: #0A66C2; }

.social-tile:hover .social-tile-icon {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.social-tile:hover .social-tile-name { color: #ffffff; }
.social-tile:hover .social-tile-handle { color: rgba(255, 255, 255, 0.85); }

.social-tile:hover .social-tile-arrow {
  background: #ffffff;
  color: #1A1A1A;
  transform: translate(2px, -2px);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .contact-hero { padding: 170px 0 80px; }
  .contact-hero-headline { font-size: 64px; }
  .sbh-light, .sbh-bold { font-size: 44px; }
}

@media (max-width: 900px) {
  .contact-hero { padding: 150px 0 70px; }
  .contact-hero-headline { font-size: 48px; }
  .contact-hero-lead { font-size: 16px; }

  .channels { padding: 0 0 80px; }
  .channels-grid { grid-template-columns: 1fr; gap: 16px; }
  .channel-card { min-height: 0; padding: 28px 24px; }
  .channel-value { font-size: 20px; }

  .contact--page { padding: 80px 0; }

  .social-band { padding: 80px 0; }
  .social-band-header { margin-bottom: 40px; }
  .sbh-light, .sbh-bold { font-size: 36px; }
  .social-tiles { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .social-tile { padding: 24px; min-height: 170px; }
}

@media (max-width: 560px) {
  .contact-hero-headline { font-size: 38px; }
  .sbh-light, .sbh-bold { font-size: 28px; }
  .social-tiles { grid-template-columns: 1fr; }
  .social-tile { min-height: 0; }
  .channel-arrow, .social-tile-arrow { top: 22px; right: 22px; }
}

/* =========================================================
   FAQ section (used on /web-design and /seo)
   ========================================================= */
.faq {
  background: #1B1B1B;
  color: #F2F7EF;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 90% 10%, rgba(154, 197, 59, 0.08), transparent 60%);
  pointer-events: none;
}
.faq-inner { position: relative; }
.faq-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 64px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(242, 247, 239, 0.08);
}
.faq-eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: #9AC53B;
  margin: 0 0 18px;
}
.faq-headline {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.faq-headline .fh-light { font-weight: 400; color: #BBBBBB; }
.faq-headline .fh-bold { font-weight: 600; color: #F2F7EF; }

.faq-list {
  max-width: 920px;
  margin: 0 auto;
}
.faq-item {
  border-top: 1px solid rgba(242, 247, 239, 0.1);
  padding: 8px 0;
  transition: background 0.2s ease;
}
.faq-item:last-of-type { border-bottom: 1px solid rgba(242, 247, 239, 0.1); }
.faq-item[open] {
  background: linear-gradient(180deg, rgba(154, 197, 59, 0.04), transparent);
}
.faq-question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 8px;
  font-size: 22px;
  font-weight: 500;
  color: #F2F7EF;
  line-height: 1.35;
  transition: color 0.2s ease;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question:hover { color: #C0ED6D; }
.faq-question::after {
  content: "";
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(154, 197, 59, 0.4);
  background:
    linear-gradient(#9AC53B, #9AC53B) center / 14px 1.5px no-repeat,
    linear-gradient(#9AC53B, #9AC53B) center / 1.5px 14px no-repeat;
  transition: transform 0.25s ease, background-color 0.2s ease;
}
.faq-item[open] .faq-question::after {
  transform: rotate(45deg);
  background:
    linear-gradient(#9AC53B, #9AC53B) center / 14px 1.5px no-repeat,
    linear-gradient(#9AC53B, #9AC53B) center / 1.5px 14px no-repeat;
}
.faq-answer {
  padding: 0 56px 28px 8px;
  color: #BBBBBB;
  font-size: 17px;
  line-height: 1.7;
  max-width: 760px;
}
.faq-answer p { margin: 0 0 12px; }
.faq-answer p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .faq { padding: 80px 0; }
  .faq-header { margin-bottom: 40px; }
  .faq-headline { font-size: 40px; }
  .faq-question { font-size: 19px; padding: 22px 4px; gap: 20px; }
  .faq-question::after { width: 32px; height: 32px; }
  .faq-answer { padding: 0 8px 22px 4px; font-size: 16px; }
}
@media (max-width: 560px) {
  .faq-headline { font-size: 32px; }
  .faq-question { font-size: 17px; }
}

/* ============================================================
   Testimonials page (/testimonials)
   ============================================================ */

/* Hero */
.t-hero {
  background: #F2F7EF;
  padding: 160px 0 80px;
  text-align: center;
}

.t-hero-label {
  color: #9AC53B;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 0 18px;
}

.t-hero-headline {
  display: flex;
  flex-direction: column;
  margin: 0 0 24px;
  line-height: 1.05;
  color: #0F172A;
}

.thh-light { font-size: 64px; font-weight: 300; }
.thh-bold  { font-size: 64px; font-weight: 700; }

.t-hero-lead {
  max-width: 720px;
  margin: 0 auto 48px;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}

.t-hero-stats {
  display: flex;
  justify-content: center;
  gap: 56px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.t-hero-stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.t-stat-num {
  font-size: 36px;
  font-weight: 700;
  color: #9AC53B;
  line-height: 1;
}

.t-stat-label {
  font-size: 13px;
  color: #64748B;
  letter-spacing: 0.04em;
}

/* Featured story */
.t-featured {
  background: #fff;
  padding: 100px 0;
}

.t-featured-inner {
  display: grid;
  grid-template-columns: 1fr minmax(0, 420px);
  gap: 60px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.t-featured-label {
  color: #9AC53B;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 0 14px;
}

.t-featured-heading {
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.35;
  color: #0F172A;
  margin: 0 0 18px;
}

.t-featured-body {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 28px;
}

.t-featured-meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.t-featured-avatar {
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.t-featured-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.t-featured-name {
  font-size: 17px;
  font-weight: 600;
  color: #0F172A;
}

.t-featured-loc {
  font-size: 14px;
  color: #64748B;
  margin-top: 2px;
}

.t-featured-video-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #0F172A;
}

.t-featured-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.t-featured-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  z-index: 3;
  transition: opacity 0.2s ease;
}

.t-featured-play::before {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  position: absolute;
  transition: transform 0.2s ease;
}

.t-featured-play:hover::before { transform: scale(1.06); }
.t-featured-play svg { position: relative; z-index: 1; }

/* All reviews */
.t-reviews {
  background: #F2F7EF;
  padding: 100px 0;
}

.t-reviews-header {
  text-align: center;
  margin-bottom: 56px;
}

.t-reviews-label {
  color: #9AC53B;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 0 14px;
}

.t-reviews-heading {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.05;
  color: #0F172A;
}

.trh-light { font-size: 48px; font-weight: 300; }
.trh-bold  { font-size: 48px; font-weight: 700; }

.t-reviews-masonry {
  column-count: 3;
  column-gap: 24px;
}

.t-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  margin: 0 0 24px;
  break-inside: avoid;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 12px -8px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.t-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 14px 32px -16px rgba(15, 23, 42, 0.18);
}

.t-card-stars {
  color: #9AC53B;
  font-size: 17px;
  letter-spacing: 2px;
}

.t-card-quote {
  font-size: 15.5px;
  line-height: 1.65;
  color: #1E293B;
  margin: 0;
}

.t-card-who {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #F1F5F0;
}

.t-card-av {
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.t-card-av img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.t-card-nm {
  font-size: 15px;
  font-weight: 600;
  color: #0F172A;
  line-height: 1.2;
}

.t-card-lc {
  font-size: 13px;
  color: #64748B;
  margin-top: 3px;
}

/* Leave-a-review form */
.t-leave {
  background: #fff;
  padding: 100px 0;
  scroll-margin-top: 80px;
}

.t-leave-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.t-leave-label {
  color: #9AC53B;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 0 14px;
}

.t-leave-heading {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  line-height: 1.05;
  color: #0F172A;
}

.tlh-light { font-size: 44px; font-weight: 300; }
.tlh-bold  { font-size: 44px; font-weight: 700; }

.t-leave-body {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 28px;
}

.t-leave-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t-leave-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #1E293B;
}

.tlp-tick {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E2EFC7;
  color: #5e8826;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Form */
.t-form {
  background: #F7FCF5;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.t-form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.t-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.t-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.t-form-field label {
  font-size: 13px;
  font-weight: 600;
  color: #1E293B;
  letter-spacing: 0.01em;
}

.t-req { color: #9AC53B; }

.t-form-field input,
.t-form-field textarea {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 14px;
  border: 1px solid #D9E3D3;
  border-radius: 10px;
  background: #fff;
  color: #0F172A;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.t-form-field input:focus,
.t-form-field textarea:focus {
  outline: none;
  border-color: #9AC53B;
  box-shadow: 0 0 0 3px rgba(154, 197, 59, 0.18);
}

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

.t-form-field--error input,
.t-form-field--error textarea {
  border-color: #DC2626;
  background: #FEF2F2;
}

.t-form-field--error input:focus,
.t-form-field--error textarea:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.t-form-error {
  color: #DC2626;
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}

.t-form-hint {
  font-size: 12px;
  color: #64748B;
}

/* Star rating (descending order so :hover and :checked ~ select following stars) */
.t-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
  font-size: 80px;
  margin-top: 4px;
  align-self: flex-start;
}

.t-rating input { position: absolute; opacity: 0; pointer-events: none; }

.t-rating label {
  cursor: pointer;
  color: #D9E3D3;
  transition: color 0.15s ease, transform 0.1s ease;
  line-height: 1;
}

.t-rating label:hover,
.t-rating label:hover ~ label,
.t-rating input:checked ~ label {
  color: #9AC53B;
}

.t-rating label:hover { transform: scale(1.1); }

.t-rating input:focus-visible + label {
  outline: 2px solid #9AC53B;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Consent checkbox */
.t-form-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #D9E3D3;
}

.t-form-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #9AC53B;
  cursor: pointer;
}

.t-form-consent label {
  font-size: 14px;
  line-height: 1.55;
  color: #1E293B;
  cursor: pointer;
}

.t-form-consent.t-form-field--error {
  border-color: #DC2626;
  background: #FEF2F2;
}

/* Submit button */
.t-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  padding: 14px 28px;
  background: #9AC53B;
  color: #0F172A;
  border: 0;
  border-radius: 9999px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.t-form-submit:hover { background: #B0D958; transform: translateY(-1px); }
.t-form-submit:disabled { opacity: 0.6; cursor: wait; transform: none; }

/* Status banner */
.t-form-status {
  font-size: 14px;
  line-height: 1.55;
  padding: 0;
  border-radius: 10px;
  min-height: 0;
  transition: padding 0.2s ease, min-height 0.2s ease;
}

.t-form-status--loading,
.t-form-status--success,
.t-form-status--error {
  padding: 12px 14px;
  min-height: 20px;
}

.t-form-status--loading {
  background: #F1F5F9;
  color: #475569;
}

.t-form-status--success {
  background: #E6F4D8;
  color: #3B5C0F;
  border-left: 3px solid #9AC53B;
}

.t-form-status--error {
  background: #FEF2F2;
  color: #991B1B;
  border-left: 3px solid #DC2626;
}

/* CTA */
.t-cta {
  background: #fff;
  padding: 100px 0 120px;
}

.t-cta-inner {
  background: linear-gradient(135deg, #9AC53B 0%, #7AB02C 100%);
  border-radius: 28px;
  padding: 72px 56px;
  text-align: center;
  color: #fff;
  max-width: 960px;
  margin: 0 auto;
}

.t-cta-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #fff;
}

.t-cta-body {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 600px;
  margin: 0 auto 36px;
}

.t-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.t-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: transform 0.2s ease, background 0.2s ease;
}

.t-cta-btn--primary {
  background: #0F172A;
  color: #fff;
}

.t-cta-btn--primary:hover { transform: translateY(-2px); background: #1E293B; }

.t-cta-btn--ghost {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.t-cta-btn--ghost:hover { background: rgba(255, 255, 255, 0.28); transform: translateY(-2px); }

/* Responsive */
@media (max-width: 1024px) {
  .t-reviews-masonry { column-count: 2; }
  .t-featured-inner { grid-template-columns: 1fr; gap: 40px; }
  .t-featured-video-wrap { max-width: 380px; margin: 0 auto; width: 100%; }
  .t-leave-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 900px) {
  .t-hero { padding: 120px 0 60px; }
  .thh-light, .thh-bold { font-size: 48px; }
  .trh-light, .trh-bold { font-size: 36px; }
  .tlh-light, .tlh-bold { font-size: 36px; }
  .t-featured, .t-reviews, .t-leave, .t-cta { padding: 70px 0; }
  .t-cta-inner { padding: 56px 32px; }
  .t-cta-heading { font-size: 32px; }
}

@media (max-width: 700px) {
  .t-hero-stats { gap: 32px; }
  .t-stat-num { font-size: 28px; }
  .t-reviews-masonry { column-count: 1; }
  .t-featured-heading { font-size: 24px; }
  .t-form { padding: 28px 22px; }
  .t-form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .thh-light, .thh-bold { font-size: 36px; }
  .trh-light, .trh-bold { font-size: 28px; }
  .tlh-light, .tlh-bold { font-size: 30px; }
  .t-cta-heading { font-size: 26px; }
  .t-cta-actions { flex-direction: column; align-items: stretch; }
  .t-cta-btn { justify-content: center; }
  .t-form-submit { width: 100%; }
}

/* =========================================================
   Answer block — single 150-word answer paragraph used at
   the top of each service page. Designed for AI-search
   citability (GEO) and to give visitors a clear, scannable
   summary of what the service is.
   ========================================================= */
.answer-block {
  background: #FFFFFF;
  padding: 64px 0 56px;
}
.answer-block .container {
  max-width: 900px;
}
.answer-block-heading {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  font-weight: 600;
  color: #1A1A1A;
}
.answer-block-body {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: #333333;
}
body.page-social-media .answer-block,
body.page-seo .answer-block { background: #F2F7EF; }

@media (max-width: 900px) {
  .answer-block { padding: 56px 0 48px; }
  .answer-block-heading { font-size: 24px; }
}
@media (max-width: 600px) {
  .answer-block { padding: 40px 0 32px; }
  .answer-block-heading { font-size: 22px; }
  .answer-block-body { font-size: 15px; }
}
