/* Inner-page hero — shared across services-page body (Services, Pricing, About, Contact, Onboarding, How We Work). */
body.services-page .hero {
  padding: var(--hero-inner-padding-top) 0 var(--hero-inner-padding-bottom);
  min-height: var(--hero-inner-min-height);
  background:
    radial-gradient(1200px 500px at 0% 50%, rgba(255, 255, 255, 0.08), transparent 58%),
    linear-gradient(135deg, #081a35 0%, #1a3f73 56%, #2a5a95 100%);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

body.services-page .hero::before {
  display: block;
  content: "";
  position: absolute;
  inset: auto -8% -34% auto;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(242, 143, 69, 0.16), transparent 66%);
  pointer-events: none;
  z-index: 0;
}

body.services-page .hero::after {
  background: linear-gradient(180deg, rgba(3, 11, 24, 0.2) 0%, rgba(8, 23, 47, 0.16) 44%, rgba(6, 16, 34, 0.4) 100%);
}

body.services-page .hero-copy-wrap {
  max-width: var(--hero-inner-copy-max);
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  body.services-page .hero {
    max-height: none;
  }
}

body.services-page .eyebrow {
  margin: 0 0 20px;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1;
  padding: 5px 14px;
  border: 1px solid rgba(242, 143, 69, 0.45);
  color: var(--color-orange, #f4a660);
  background: rgba(242, 143, 69, 0.12);
}

body.services-page .hero h1 {
  margin: 0 0 14px;
  max-width: 760px;
  font-size: clamp(2.3rem, 5vw, 3.95rem);
  line-height: 1.16;
  text-wrap: pretty;
}

body.services-page .hero-title-accent {
  display: block;
  color: rgba(247, 177, 116, 1);
  font-style: italic;
  font-weight: 600;
  text-decoration: none !important;
  text-shadow: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

body.services-page .hero-copy {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.02rem;
  line-height: 1.6;
  opacity: 0.96;
}

body.services-page .eyebrow,
body.services-page .hero h1,
body.services-page .hero-copy {
  opacity: 0;
  transform: translateY(16px);
  animation: heroDropIn 560ms cubic-bezier(0.22, 0.68, 0.18, 1) forwards;
}

body.services-page .hero h1 {
  animation-delay: 0.08s;
}

body.services-page .hero-copy {
  animation-delay: 0.16s;
}

body.services-page .hero .services-hero-cta.service-primary-cta {
  margin-top: 22px;
  margin-bottom: 0;
}

body.services-page .services-hero-cta {
  opacity: 0;
  transform: translateY(16px);
  animation: heroDropIn 560ms cubic-bezier(0.22, 0.68, 0.18, 1) forwards;
  animation-delay: 0.24s;
}

@keyframes heroDropIn {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.services-page .eyebrow,
  body.services-page .hero h1,
  body.services-page .hero-copy,
  body.services-page .services-hero-cta {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

body.about-page .hero-copy-wrap {
  max-width: 940px;
}

body.about-page .hero h1 {
  max-width: 920px;
}

body.about-page .hero-title-line,
body.about-page .hero-title-accent {
  white-space: nowrap;
}

body.about-page .hero-title-accent {
  text-decoration: none !important;
  text-shadow: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Why Webb Inspirations — About page story section only */
body.about-page .about-story-section {
  position: relative;
  padding-top: 24px;
  padding-bottom: 62px;
  background: #fcfaf6;
}

body.about-page .about-story-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0d2342 0%, rgba(34, 153, 161, 0.65) 45%, #f28f45 100%);
  pointer-events: none;
}

body.about-page .about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(22px, 3vw, 32px);
  align-items: stretch;
}

body.about-page .about-story-copy {
  max-width: 40rem;
}

body.about-page .about-story-side {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.about-page .about-story-copy .section-kicker-pill {
  padding: 4px 10px;
  font-size: 0.72rem;
  background: #ffe8d1;
  color: #dd742a;
}

body.about-page .about-story-copy h2 {
  margin: 0;
  font-size: clamp(1.72rem, 3vw, 2.38rem);
  line-height: 1.16;
  font-weight: 600;
}

body.about-page .about-story-standfirst {
  margin: 14px 0 0;
  font-size: clamp(1.02rem, 1.8vw, 1.12rem);
  line-height: 1.5;
  font-weight: 600;
  color: #2a3f5c;
  max-width: 36ch;
}

body.about-page .about-story-pullquote {
  margin: clamp(18px, 2.5vw, 24px) 0 0;
  padding: clamp(14px, 2vw, 18px) clamp(16px, 2.2vw, 20px);
  border: 0;
  border-left: 3px solid #f28f45;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(90deg, rgba(255, 232, 209, 0.45) 0%, rgba(255, 255, 255, 0.35) 100%);
}

body.about-page .about-story-pullquote p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.58;
  color: #4a5f78;
}

body.about-page .about-story-mission {
  margin: clamp(16px, 2.2vw, 20px) 0 0;
  color: #5f6f86;
  font-size: 0.94rem;
  line-height: 1.62;
  max-width: 42ch;
}

body.about-page .about-story-copy strong {
  color: #2d415f;
}

body.about-page .about-story-beliefs {
  margin-top: clamp(20px, 2.8vw, 26px);
  padding-top: clamp(18px, 2.5vw, 22px);
  border-top: 1px solid rgba(13, 35, 66, 0.1);
  display: grid;
  gap: clamp(14px, 2vw, 18px);
}

body.about-page .about-story-belief {
  padding-left: 14px;
  border-left: 3px solid rgba(34, 153, 161, 0.45);
}

body.about-page .about-story-belief-label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(34, 153, 161, 0.95);
  line-height: 1.3;
}

body.about-page .about-story-belief-text {
  margin: 6px 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5f6f86;
}

body.about-page .about-story-media {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(13, 35, 66, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 12px 28px rgba(10, 24, 45, 0.1);
  background: #eef1f5;
}

body.about-page .about-story-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

body.about-page .about-story-caption {
  margin: 12px 4px 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(13, 35, 66, 0.55);
  text-align: left;
}

/* What We Stand For — About page studio bento panel (section only) */
body.about-page .about-values-section {
  position: relative;
  background: #fcfaf6;
  padding-top: clamp(32px, 4.5vw, 48px);
  padding-bottom: clamp(60px, 7vw, 84px);
}

body.about-page .about-values-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0d2342 0%, rgba(34, 153, 161, 0.65) 45%, #f28f45 100%);
  pointer-events: none;
}

body.about-page .about-values-section .section-kicker-pill {
  background: #ffe8d1;
  color: #dd742a;
}

body.about-page .section-kicker-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 12px;
}

body.about-page .about-values-header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}

body.about-page .about-values-header h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.12;
}

body.about-page .about-values-intro {
  margin: 14px auto 0;
  max-width: 36rem;
  color: #5f6f86;
  font-size: clamp(1rem, 1.6vw, 1.08rem);
  line-height: 1.55;
}

body.about-page .about-testimonials-section .container {
  text-align: center;
}

body.about-page .about-testimonials-section .section-intro {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

body.about-page .about-values-atelier {
  margin-top: clamp(26px, 3.5vw, 36px);
  padding: clamp(16px, 2.5vw, 22px);
  border-radius: 20px;
  border: 1px solid rgba(13, 35, 66, 0.1);
  background: linear-gradient(165deg, #fff 0%, #fdfbf7 48%, #f8f6f1 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 32px rgba(10, 24, 45, 0.07);
}

body.about-page .about-values-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "lead lead affordable"
    "fast personal local"
    "photoL partner photoR";
  gap: clamp(12px, 1.8vw, 16px);
  align-items: start;
  grid-auto-rows: min-content;
}

body.about-page .about-value-tile {
  position: relative;
  overflow: hidden;
  align-self: start;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(16px, 2.2vw, 20px) clamp(16px, 2vw, 18px) clamp(14px, 2vw, 18px);
  border-radius: 14px;
  border: 1px solid rgba(13, 35, 66, 0.09);
  background: #fff;
  box-shadow: 0 4px 12px rgba(10, 24, 45, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.about-page .about-value-tile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: rgba(34, 153, 161, 0.75);
}

body.about-page .about-value-tile--affordable::before,
body.about-page .about-value-tile--personal::before,
body.about-page .about-value-tile--partner::before {
  background: linear-gradient(90deg, rgba(242, 143, 69, 0.9), rgba(242, 143, 69, 0.45));
}

body.about-page .about-value-tile--lead {
  grid-area: lead;
  background: linear-gradient(145deg, #fff 0%, #f3f9fa 100%);
  border-color: rgba(34, 153, 161, 0.22);
}

body.about-page .about-value-tile--lead::before {
  height: 4px;
  background: linear-gradient(90deg, #0d2342 0%, #2299a1 55%, #f28f45 100%);
}

body.about-page .about-value-tile--affordable {
  grid-area: affordable;
}

body.about-page .about-value-tile--fast {
  grid-area: fast;
}

body.about-page .about-value-tile--personal {
  grid-area: personal;
}

body.about-page .about-value-tile--local {
  grid-area: local;
}

body.about-page .about-value-tile--partner {
  grid-area: partner;
  align-self: stretch;
}

body.about-page .about-value-photo {
  margin: 0;
  align-self: stretch;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(13, 35, 66, 0.09);
  box-shadow: 0 4px 12px rgba(10, 24, 45, 0.04);
  background: #eef1f5;
}

body.about-page .about-value-photo--left {
  grid-area: photoL;
}

body.about-page .about-value-photo--right {
  grid-area: photoR;
}

body.about-page .about-value-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 11.5rem;
  object-fit: cover;
  object-position: center center;
}

body.about-page .about-value-photo--left img {
  object-position: center 40%;
}

body.about-page .about-value-photo--right img {
  object-position: center 45%;
}

body.about-page .about-value-tile-tag {
  display: inline-block;
  margin: 0 0 10px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #dd742a;
  background: rgba(255, 232, 209, 0.65);
}

body.about-page .about-value-tile--lead .about-value-tile-tag {
  color: #1a5f66;
  background: rgba(34, 153, 161, 0.14);
}

body.about-page .about-value-tile h3 {
  margin: 0;
  font-size: clamp(1.02rem, 1.6vw, 1.16rem);
  line-height: 1.2;
  font-weight: 600;
  color: #1a2f4a;
}

body.about-page .about-value-tile--lead h3 {
  font-size: clamp(1.18rem, 2vw, 1.38rem);
}

body.about-page .about-value-tile p {
  margin: 8px 0 0;
  color: #5f6f86;
  font-size: clamp(0.86rem, 1.3vw, 0.94rem);
  line-height: 1.55;
}

body.about-page .about-value-tile--lead p {
  font-size: clamp(0.9rem, 1.4vw, 0.98rem);
  max-width: 52ch;
}

@media (hover: hover) and (pointer: fine) {
  body.about-page .about-value-tile:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 153, 161, 0.28);
    box-shadow: 0 10px 22px rgba(10, 24, 45, 0.09);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.about-page .about-value-tile {
    transition: none;
  }

  body.about-page .about-value-tile:hover {
    transform: none;
  }
}

body.about-page .about-areas-section {
  background: #fcfaf6;
  padding-top: 18px;
  padding-bottom: 84px;
}

body.about-page .about-areas-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

body.about-page .about-areas-copy .section-kicker-pill {
  background: #ffe8d1;
  color: #dd742a;
}

body.about-page .about-areas-copy h2 {
  margin: 0;
  font-size: clamp(1.72rem, 3vw, 2.42rem);
  line-height: 1.14;
}

body.about-page .about-areas-copy p {
  margin: 12px 0 0;
  color: #5f6f86;
  font-size: 0.95rem;
  line-height: 1.58;
  max-width: 58ch;
}

body.about-page .about-areas-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.about-page .about-areas-list li {
  position: relative;
  padding: 9px 10px 9px 30px;
  border-radius: 10px;
  border: 1px solid rgba(13, 35, 66, 0.1);
  background: #fff;
  box-shadow: 0 4px 10px rgba(10, 24, 45, 0.04);
  color: #5f6f86;
  font-size: 0.88rem;
  line-height: 1.3;
}

body.about-page .about-areas-list li::before {
  content: "●";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5rem;
  color: #f4a660;
}

body.about-page .about-areas-list li.about-area-primary {
  font-weight: 700;
  border-color: rgba(34, 153, 161, 0.28);
  background: rgba(34, 153, 161, 0.1);
}

body.about-page .about-areas-card {
  background: linear-gradient(135deg, #153554 0%, #122d4b 52%, #102846 100%);
  color: #fff;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 26px rgba(8, 24, 45, 0.2);
  padding: 20px 20px 18px;
  margin-top: 0;
  align-self: center;
}

body.about-page .about-areas-card h3 {
  margin: 0;
  font-size: 1.86rem;
  line-height: 1.1;
  color: #fff;
}

body.about-page .about-areas-card p {
  margin: 10px 0 0;
  color: rgba(239, 246, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.48;
}

body.about-page .about-areas-stats {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.about-page .about-areas-stats article {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  padding: 10px 10px 9px;
  text-align: center;
}

body.about-page .about-areas-stats strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}

body.about-page .about-areas-stats span {
  display: block;
  margin-top: 4px;
  color: rgba(236, 245, 255, 0.92);
  font-size: 0.78rem;
  line-height: 1.2;
}

body.about-page .about-areas-cta {
  margin-top: 12px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #243953;
  background: linear-gradient(135deg, #ef9f4d, #e18a30);
  border: 1px solid rgba(255, 187, 100, 0.5);
  transition: transform 0.2s ease, filter 0.2s ease;
}

body.about-page .about-areas-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

body.about-page .about-workflow-section {
  background: #fff;
  padding-top: 18px;
  padding-bottom: 86px;
}

body.about-page .about-workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 26px;
  align-items: start;
}

body.about-page .about-workflow-copy {
  border: 1px solid rgba(13, 35, 66, 0.08);
  border-radius: 18px;
  background: #fcfaf6;
  padding: 24px 24px 22px;
}

body.about-page .about-workflow-copy .section-kicker-pill {
  background: #ffe8d1;
  color: #dd742a;
}

body.about-page .about-workflow-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.14;
}

body.about-page .about-workflow-copy p {
  margin: 12px 0 0;
  color: #5f6f86;
  font-size: 0.95rem;
  line-height: 1.62;
  max-width: 62ch;
}

body.about-page .about-workflow-panel {
  border-radius: 20px;
  border: 1px solid rgba(13, 35, 66, 0.11);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  color: #1d3655;
  box-shadow: 0 10px 20px rgba(10, 24, 45, 0.08);
  padding: 22px 22px 20px;
}

body.about-page .about-workflow-panel h3 {
  margin: 0;
  color: #16395c;
  font-size: 1.24rem;
  line-height: 1.2;
}

body.about-page .about-workflow-points {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.about-page .about-workflow-points li {
  position: relative;
  padding-left: 18px;
  color: #4e637d;
  font-size: 0.9rem;
  line-height: 1.45;
}

body.about-page .about-workflow-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #dd742a;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

body.about-page .about-workflow-cta {
  margin-top: 14px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 18px;
  min-height: 44px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(140deg, #2299A1, #1a7f86);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: transform 0.2s ease, filter 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 6px 16px rgba(26, 127, 134, 0.3);
}

body.about-page .about-workflow-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

@media (max-width: 1100px) {
  body.about-page .hero-copy-wrap {
    max-width: 780px;
  }

  body.about-page .hero h1 {
    max-width: 760px;
  }

  body.about-page .hero-title-line,
  body.about-page .hero-title-accent {
    white-space: normal;
  }

  body.about-page .about-story-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  body.about-page .about-story-copy {
    order: 2;
  }

  body.about-page .about-story-side {
    order: 1;
    display: block;
    min-height: 0;
  }

  body.about-page .about-story-media {
    flex: none;
    position: static;
  }

  body.about-page .about-story-media img {
    position: static;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  body.about-page .about-areas-grid {
    grid-template-columns: 1fr;
  }

  body.about-page .about-areas-card {
    margin-top: 0;
  }

  body.about-page .about-workflow-grid {
    grid-template-columns: 1fr;
  }

}

body.services-page .services-detail {
  padding-top: 0;
  padding-bottom: clamp(48px, 6vw, 68px);
}

body.services-page .service-stack > .service-panel-primary:first-child {
  padding-top: 0;
}

body.services-page .service-stack {
  display: grid;
  gap: clamp(22px, 3vw, 28px);
}

body.services-page .service-panel {
  background: #fff;
  border: 1px solid rgba(13, 35, 66, 0.07);
  border-radius: 16px;
  padding: 18px 18px 20px;
  margin-bottom: 0;
  box-shadow: 0 6px 18px rgba(10, 24, 45, 0.04);
}

body.services-page .service-panel:last-child {
  margin-bottom: 0;
  padding-bottom: 26px;
}

body.services-page .service-panel-primary {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(22px, 3vw, 30px);
  align-items: start;
  padding: clamp(22px, 2.8vw, 30px) clamp(24px, 3.2vw, 36px);
  box-sizing: border-box;
}

body.services-page .service-panel-secondary {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(22px, 3vw, 30px);
  align-items: start;
  padding: clamp(22px, 2.8vw, 30px) clamp(24px, 3.2vw, 36px);
  box-sizing: border-box;
  background: #fcfaf6;
  border-color: rgba(186, 166, 136, 0.14);
  box-shadow: none;
}

/* Keep desktop visual alternation while preserving semantic DOM order. */
body.services-page .service-panel-secondary .service-primary-left {
  order: 2;
}

body.services-page .service-panel-secondary .service-includes-card {
  order: 1;
}

body.services-page .service-primary-left {
  min-width: 0;
  max-width: 660px;
  align-self: start;
  padding: 2px 4px 2px 2px;
  box-sizing: border-box;
}

body.services-page .service-panel-secondary .service-primary-left {
  padding: 2px 2px 2px 4px;
}

body.services-page .service-device-icon {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
  border-radius: 999px;
  background: var(--color-teal, #2299A1);
  color: #fff;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(34, 153, 161, 0.14);
}

body.services-page .service-device-icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.services-page .service-kicker {
  margin: 0 0 5px;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--color-orange, #f4a660);
  display: block;
  max-width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.32;
  text-wrap: pretty;
}

/* Top service row only: centre the cream “What's Included” box beside the lead copy */
body.services-page .service-stack > .service-panel-primary:first-child {
  align-items: center;
}

body.services-page .service-stack > .service-panel-primary:first-child .service-includes-card {
  align-self: center;
}

/* Website Design row: centre “What's Included” copy inside the cream panel */
body.services-page #website-design .service-includes-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 2.5vh, 28px) 20px;
}

body.services-page #website-design .service-includes-card h3 {
  margin: 0 0 10px;
}

body.services-page #website-design .service-includes-card ul {
  margin: 0;
}

@media (max-width: 1024px) {
  body.services-page #website-design .service-includes-card {
    align-self: auto;
    display: flex;
    justify-content: center;
    padding: 18px 20px;
  }
}

body.services-page .section-kicker-pill,
body.about-page .section-kicker-pill {
  color: var(--color-orange, #f4a660) !important;
}

body.services-page .service-panel h2 {
  margin: 0 0 8px;
  font-size: clamp(1.65rem, 2.6vw, 2.15rem);
  line-height: 1.22;
  text-wrap: pretty;
}

body.services-page .service-panel h2 span {
  display: inline;
}

body.services-page .service-panel h3 {
  margin: 0 0 8px;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3a485d;
}

body.services-page .service-panel p {
  margin: 0;
  color: var(--text-muted);
  max-width: 980px;
  font-size: 0.96rem;
  line-height: 1.62;
}

body.services-page .service-primary-cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  min-height: 42px;
  font-size: 0.94rem;
  font-weight: 700;
  border-radius: 999px;
  background: linear-gradient(140deg, #f4a660, #dd742a);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 12px rgba(232, 155, 92, 0.25);
}

body.services-page .service-primary-cta:hover {
  background: linear-gradient(140deg, #f7b16c, #e28135);
  transform: translateY(-1px);
}

body.services-page .service-includes-card {
  min-width: 0;
  border: 1px solid rgba(186, 166, 136, 0.18);
  border-radius: 14px;
  padding: 18px 20px 20px;
  background: #fcfaf6;
  box-sizing: border-box;
}

body.services-page .service-panel-secondary .service-includes-card {
  background: #fff;
  border-color: rgba(13, 35, 66, 0.08);
  box-shadow: 0 6px 16px rgba(10, 24, 45, 0.04);
}

body.services-page .service-includes-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

body.services-page .service-includes-card ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

body.services-page .service-includes-card li {
  position: relative;
  margin: 5px 0;
  padding-left: 22px;
  line-height: 1.5;
  font-size: 0.92rem;
}

body.services-page .service-includes-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-orange, #f4a660);
  font-size: 0.9rem;
  font-weight: 700;
}

body.services-page .service-panel ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

body.services-page .service-panel li {
  margin: 6px 0;
}

body.services-page .services-features .section-intro {
  max-width: 680px;
  line-height: 1.58;
  font-size: 0.96rem;
}

body.services-page .services-features .container {
  text-align: center;
}

body.services-page .services-features {
  padding: clamp(44px, 5.5vw, 64px) 0;
  background: #fcfaf6;
  border-top: 1px solid rgba(186, 166, 136, 0.08);
  border-bottom: 1px solid rgba(186, 166, 136, 0.08);
}

body.services-page .section-kicker-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  background: #ffe8d1;
  color: #dd742a;
  margin-bottom: 12px;
}

body.services-page .services-features h2 {
  margin-top: 0;
}

body.services-page .services-includes-head {
  max-width: 42rem;
  margin: 0 auto;
}

body.services-page .services-includes-editorial {
  margin: clamp(28px, 4vw, 40px) auto 0;
  max-width: 56rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  text-align: left;
  border-top: 1px solid rgba(13, 35, 66, 0.09);
}

body.services-page .services-includes-row {
  display: grid;
  gap: 6px;
  align-content: start;
  padding: clamp(16px, 2.4vw, 22px) clamp(18px, 2.8vw, 26px);
  border-bottom: 1px solid rgba(13, 35, 66, 0.08);
  background: transparent;
}

body.services-page .services-includes-row:nth-child(odd) {
  border-right: 1px solid rgba(13, 35, 66, 0.07);
  padding-right: clamp(22px, 3.2vw, 32px);
}

body.services-page .services-includes-row:nth-child(even) {
  padding-left: clamp(22px, 3.2vw, 32px);
}

body.services-page .services-includes-row__title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

body.services-page .services-includes-row__icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--color-teal, #2299A1);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
}

body.services-page .services-includes-row h3 {
  margin: 0;
  font-size: clamp(0.94rem, 1.35vw, 1.02rem);
  line-height: 1.28;
  font-weight: 600;
  color: var(--color-navy, #0d2342);
}

body.services-page .services-includes-row__text {
  margin: 0;
  padding-left: 0;
  color: var(--text-muted, #5f6f86);
  font-size: 0.88rem;
  line-height: 1.55;
  max-width: 38ch;
}

@media (max-width: 1024px) {
  body.services-page .service-panel-primary {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: clamp(20px, 4vw, 26px) clamp(20px, 4.5vw, 28px);
  }

  body.services-page .service-panel-secondary {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: clamp(20px, 4vw, 26px) clamp(20px, 4.5vw, 28px);
  }

  body.services-page .service-panel {
    padding: 16px 14px 18px;
  }

  body.services-page .service-primary-left,
  body.services-page .service-panel-secondary .service-primary-left {
    padding: 0;
  }

  body.services-page .service-panel-secondary .service-primary-left,
  body.services-page .service-panel-secondary .service-includes-card {
    order: initial;
  }
}

@media (max-width: 820px) {
  body.services-page .services-includes-editorial {
    grid-template-columns: 1fr;
    max-width: 36rem;
  }

  body.services-page .services-includes-row:nth-child(odd) {
    border-right: none;
    padding-right: clamp(16px, 4vw, 22px);
  }

  body.services-page .services-includes-row:nth-child(even) {
    padding-left: clamp(16px, 4vw, 22px);
  }
}

body.services-page .services-intro {
  text-align: center;
  padding: clamp(24px, 3.5vw, 36px) 0 clamp(18px, 2.5vw, 26px);
  border-bottom: 1px solid rgba(13, 35, 66, 0.06);
}

body.services-page .services-intro h2 {
  margin: 0;
  font-size: clamp(1.72rem, 2.8vw, 2.2rem);
  line-height: 1.16;
}

body.services-page .services-intro .section-intro {
  margin: 10px auto 0;
  max-width: 40rem;
  font-size: 0.96rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  body.services-page .services-intro {
    padding: 20px 0 22px;
  }
}

body.contact-page .contact-section {
  padding-top: 34px;
  padding-bottom: 76px;
  background: #fcfaf6;
}

body.contact-page .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 20px;
  align-items: start;
}

body.contact-page .contact-left h2,
body.contact-page .contact-form-shell h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.14;
}

body.contact-page .contact-left .section-intro {
  margin-top: 12px;
  max-width: 58ch;
}

body.contact-page .contact-info-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

body.contact-page .contact-info-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  border: 1px solid rgba(13, 35, 66, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 14px;
}

body.contact-page .contact-info-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  background: var(--color-teal, #2299A1);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}

body.contact-page .contact-info-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

body.contact-page .contact-info-card p {
  margin: 2px 0 0;
  color: #304760;
  line-height: 1.4;
}

body.contact-page .contact-info-card small {
  display: block;
  margin-top: 2px;
  color: #677a91;
  font-size: 0.84rem;
}

body.contact-page .contact-areas-card {
  margin-top: 12px;
  border-radius: 14px;
  background: linear-gradient(140deg, #142f4d 0%, #112a46 56%, #0f2742 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 22px rgba(8, 24, 45, 0.2);
  padding: 14px;
}

body.contact-page .contact-areas-card h3 {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

body.contact-page .contact-areas-card ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body.contact-page .contact-areas-card li {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 6px 7px;
  text-align: center;
  font-size: 0.74rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(243, 250, 255, 0.95);
  background: rgba(255, 255, 255, 0.1);
}

body.contact-page .contact-areas-card li.contact-area-primary {
  font-weight: 700;
  background: rgba(34, 153, 161, 0.26);
  border: 1px solid rgba(34, 153, 161, 0.48);
}

body.contact-page .contact-form-shell {
  position: relative;
  border: 1px solid rgba(13, 35, 66, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(10, 24, 45, 0.05);
  padding: 24px 22px;
}

body.contact-page .contact-form-intro {
  margin: 8px 0 0;
  color: #5f6f86;
  font-size: 0.94rem;
}

body.contact-page .contact-form-status {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid rgba(13, 35, 66, 0.14);
  padding: 12px 14px;
  font-size: 0.9rem;
  line-height: 1.5;
  display: grid;
  gap: 6px;
}

body.contact-page .contact-form-status::before {
  content: "✓";
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
}

body.contact-page .contact-form-status.is-success {
  background: rgba(34, 153, 161, 0.1);
  border-color: rgba(34, 153, 161, 0.36);
  color: #24495a;
}

body.contact-page .contact-form-status.is-success::before {
  background: var(--color-teal, #2299A1);
  color: #fff;
}

body.contact-page .contact-form-status.is-error {
  background: rgba(221, 116, 42, 0.1);
  border-color: rgba(221, 116, 42, 0.38);
  color: #6d3e22;
}

body.contact-page .contact-form-status.is-error::before {
  content: "!";
  background: #dd742a;
  color: #fff;
}

body.contact-page .contact-form {
  margin-top: 14px;
}

body.contact-page .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

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

body.contact-page .contact-form label {
  display: grid;
  gap: 6px;
}

body.contact-page .contact-form label span {
  font-weight: 600;
  color: #2c3f59;
  font-size: 0.92rem;
}

body.contact-page .contact-form label em {
  color: #d06e39;
  font-style: normal;
}

body.contact-page .contact-form input,
body.contact-page .contact-form select,
body.contact-page .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(13, 35, 66, 0.12);
  border-radius: 10px;
  background: #fff;
  color: #2f435e;
  padding: 10px 12px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.contact-page .contact-form input::placeholder,
body.contact-page .contact-form textarea::placeholder {
  color: #8b9bb2;
}

body.contact-page .contact-form input:focus,
body.contact-page .contact-form select:focus,
body.contact-page .contact-form textarea:focus {
  border-color: rgba(242, 143, 69, 0.55);
  box-shadow: 0 0 0 3px rgba(242, 143, 69, 0.14);
}

body.contact-page .form-full {
  margin-top: 12px;
}

body.contact-page .contact-form textarea {
  min-height: 108px;
  resize: vertical;
}

body.contact-page .field-helper {
  margin-top: 2px;
  color: #6d7f95;
  font-size: 0.78rem;
  line-height: 1.45;
}

body.contact-page .contact-optin {
  margin-top: 12px;
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  color: #4f627d;
}

body.contact-page .contact-optin input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--color-teal, #2299A1);
}

body.contact-page .contact-optin span {
  font-weight: 500 !important;
  font-size: 0.84rem !important;
  line-height: 1.45;
}

body.contact-page .contact-submit {
  margin-top: 12px;
  width: 100%;
  border: 1px solid rgba(242, 143, 69, 0.55);
  border-radius: 999px;
  background: linear-gradient(140deg, #f4a660, #dd742a);
  color: #fff;
  padding: 12px 18px;
  min-height: 44px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 12px rgba(232, 155, 92, 0.25);
}

body.contact-page .contact-submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

body.contact-page .contact-disclaimer {
  margin: 10px 0 0;
  color: #6d7f95;
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

body.legal-page .legal-content {
  padding-top: 28px;
  padding-bottom: 72px;
  background: #fcfaf6;
}

body.legal-page .legal-shell {
  max-width: 980px;
}

body.legal-page .legal-updated {
  margin: 0 0 14px;
  color: #5f6f86;
  font-size: 0.86rem;
}

body.legal-page .legal-card {
  background: #fff;
  border: 1px solid rgba(13, 35, 66, 0.09);
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(10, 24, 45, 0.04);
  padding: 16px 16px 14px;
}

body.legal-page .legal-card + .legal-card {
  margin-top: 10px;
}

body.legal-page .legal-card h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  line-height: 1.2;
}

body.legal-page .legal-card p,
body.legal-page .legal-card li {
  margin: 8px 0 0;
  color: #5f6f86;
  font-size: 0.92rem;
  line-height: 1.58;
}

body.legal-page .legal-card ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

body.legal-page .legal-card a {
  color: #225a7e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.services-page .pricing-packages-section {
  padding-top: 22px;
}

body.services-page .pricing-packages-section .section-intro {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

body.services-page .pricing-social-proof {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 0;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(34, 153, 161, 0.34);
  background: rgba(34, 153, 161, 0.1);
  color: var(--color-teal, #2299A1);
  font-size: 0.8rem;
  font-weight: 600;
}

body.services-page .pricing-columns {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

body.services-page .pricing-column-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(13, 35, 66, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(10, 24, 45, 0.04);
  overflow: hidden;
}

body.services-page .pricing-column-head {
  padding: 16px 16px 14px;
  text-align: left;
  background: #fcfaf6;
  border-bottom: 1px solid rgba(13, 35, 66, 0.1);
  min-height: 170px;
}

body.services-page .pricing-column-head h3 {
  margin: 0;
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.74rem;
  line-height: 1.08;
  font-weight: 500;
}

body.services-page .pricing-column-price {
  margin: 7px 0 0;
  font-size: 1.56rem;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.01em;
  color: #31445e;
}

body.services-page .pricing-column-copy {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

body.services-page .pricing-column-meta {
  margin: 8px 0 0;
  color: #5a6f89;
  font-size: 0.82rem;
  font-weight: 500;
}

body.services-page .pricing-column-list {
  list-style: none;
  margin: 0;
  padding: 14px 16px 0;
  text-align: left;
  display: grid;
  gap: 7px;
}

body.services-page .pricing-column-list li {
  position: relative;
  padding-left: 19px;
  color: #33465f;
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.services-page .pricing-column-list li::before {
  content: "○";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 0.72rem;
  color: #3d6f90;
}

body.services-page .pricing-column-cta {
  margin: auto 16px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(242, 143, 69, 0.42);
  color: #fff;
  background: linear-gradient(140deg, #f4a660, #dd742a);
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 12px rgba(232, 155, 92, 0.25);
}

body.services-page .pricing-column-cta:hover {
  transform: translateY(-1px);
  background: linear-gradient(140deg, #f7b16c, #e28135);
  border-color: rgba(242, 143, 69, 0.62);
  color: #fff;
}

body.services-page .pricing-column-card.is-featured {
  border-color: rgba(12, 98, 114, 0.62);
  box-shadow: 0 12px 26px rgba(9, 61, 78, 0.14);
  transform: translateY(-10px);
}

body.services-page .pricing-column-card.is-featured .pricing-column-head {
  background: linear-gradient(135deg, #0f6174 0%, #1a7688 55%, #1f8291 100%);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

body.services-page .pricing-column-card.is-featured .pricing-column-head h3,
body.services-page .pricing-column-card.is-featured .pricing-column-price,
body.services-page .pricing-column-card.is-featured .pricing-column-copy,
body.services-page .pricing-column-card.is-featured .pricing-column-meta {
  color: #fff;
}

body.services-page .pricing-column-card.is-featured .pricing-column-price {
  color: rgba(255, 255, 255, 0.9);
}

body.services-page .pricing-column-card.is-featured .pricing-column-cta {
  background: linear-gradient(140deg, #f4a660, #dd742a);
  border-color: rgba(242, 143, 69, 0.62);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 12px rgba(232, 155, 92, 0.25);
}

body.services-page .pricing-column-card.is-featured .pricing-column-cta:hover {
  background: linear-gradient(140deg, #f7b16c, #e28135);
  border-color: rgba(242, 143, 69, 0.62);
  color: #fff;
}

body.services-page .pricing-column-badge {
  margin: 0 0 7px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border-radius: 999px;
  background: linear-gradient(140deg, var(--color-orange, #f4a660), #dd742a);
  color: var(--color-white, #ffffff);
  border: 1px solid rgba(242, 143, 69, 0.45);
  padding: 4px 9px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.services-page .pricing-column-badge::before {
  content: "★";
  font-size: 0.62rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
}

body.services-page .pricing-columns-note {
  margin: 18px 0 0;
  text-align: center;
  color: #5d6d84;
  font-size: 0.83rem;
}

body.services-page .pricing-custom-callout {
  margin: 14px 0 0;
  text-align: center;
  color: #51667f;
  font-size: 0.9rem;
}

body.services-page .pricing-custom-callout a {
  color: var(--color-teal, #2299A1);
  font-weight: 600;
  text-decoration: none;
}

body.services-page .pricing-custom-callout a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.services-page .pricing-addons-section {
  padding-top: 18px;
  padding-bottom: 66px;
  background: #fcfaf6;
}

body.services-page .pricing-addons-section .container {
  text-align: center;
}

body.services-page .pricing-addons-section .section-kicker-pill {
  background: #ffe8d1;
  color: #dd742a;
}

body.services-page .pricing-addons-section h2 {
  margin: 0;
  font-size: clamp(1.72rem, 3vw, 2.32rem);
  line-height: 1.16;
  font-weight: 600;
}

body.services-page .pricing-addons-section .section-intro {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #6a778c;
}

body.services-page .pricing-addons-editorial {
  margin: clamp(24px, 3.5vw, 32px) auto 0;
  max-width: 52rem;
  text-align: left;
  border-top: 1px solid rgba(13, 35, 66, 0.09);
}

body.services-page .pricing-addons-row {
  display: grid;
  grid-template-columns: minmax(9.5rem, 11.5rem) minmax(0, 1fr);
  gap: clamp(14px, 2.5vw, 22px);
  align-items: start;
  padding: clamp(16px, 2.4vw, 20px) 0;
  border-bottom: 1px solid rgba(13, 35, 66, 0.08);
  background: transparent;
}

body.services-page .pricing-addon-rate {
  margin: 2px 0 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: #d7e8e1;
  color: #3b5d5a;
  font-weight: 600;
  font-size: 0.78rem;
  white-space: nowrap;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  text-align: center;
}

body.services-page .pricing-addon-copy h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.24;
  font-weight: 600;
}

body.services-page .pricing-addon-copy p {
  margin: 6px 0 0;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.44;
}

body.services-page .pricing-process-section {
  padding-top: 10px;
  padding-bottom: 62px;
  background: #fcfaf6;
}

body.services-page .pricing-faq-section {
  padding-top: 18px;
  padding-bottom: 56px;
  background: #fff;
}

body.services-page .pricing-faq-section .container {
  text-align: center;
}

body.services-page .pricing-faq-section .section-intro {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

body.services-page .pricing-faq-list {
  margin-top: 20px;
  display: grid;
  gap: 10px;
  text-align: left;
}

body.services-page .pricing-faq-item {
  border: 1px solid rgba(13, 35, 66, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(10, 24, 45, 0.04);
  padding: 0 14px;
}

body.services-page .pricing-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  font-weight: 600;
  color: #2a405d;
}

body.services-page .pricing-faq-item summary::-webkit-details-marker {
  display: none;
}

body.services-page .pricing-faq-item summary::after {
  content: "+";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
  color: var(--color-teal, #2299A1);
  border: 1px solid rgba(34, 153, 161, 0.32);
  background: rgba(34, 153, 161, 0.08);
  flex-shrink: 0;
}

body.services-page .pricing-faq-item[open] summary::after {
  content: "−";
}

body.services-page .pricing-faq-item p {
  margin: 0;
  padding: 0 0 14px;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

body.services-page .pricing-process-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: start;
}

body.services-page .pricing-process-left {
  display: flex;
  flex-direction: column;
}

body.services-page .pricing-process-left .section-kicker-pill {
  background: #ffe8d1;
  color: #dd742a;
}

body.services-page .pricing-process-left h2 {
  margin: 0;
  font-size: clamp(1.72rem, 3vw, 2.32rem);
  line-height: 1.16;
  font-weight: 600;
}

body.services-page .pricing-process-steps {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

body.services-page .pricing-process-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

body.services-page .pricing-process-step-num {
  min-width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(140deg, var(--color-orange, #f4a660), #dd742a);
  color: #fff;
  border: 1px solid rgba(242, 143, 69, 0.6);
  box-shadow: 0 6px 12px rgba(232, 155, 92, 0.24);
  font-weight: 700;
  font-size: 0.8rem;
}

body.services-page .pricing-process-steps h3 {
  margin: 2px 0 0;
  font-size: 1.02rem;
  line-height: 1.2;
  font-weight: 600;
}

body.services-page .pricing-process-steps p {
  margin: 5px 0 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

body.services-page .pricing-process-cta {
  background: linear-gradient(135deg, #173654 0%, #142f4c 52%, #112846 100%);
  color: #fff;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 22px rgba(7, 25, 45, 0.2);
  padding: 20px 20px 18px;
  height: auto;
  display: flex;
  flex-direction: column;
}

body.services-page .pricing-process-cta h3 {
  margin: 0;
  font-size: 1.46rem;
  line-height: 1.16;
  font-weight: 600;
  color: #fff;
}

body.services-page .pricing-process-cta p {
  margin: 8px 0 0;
  color: rgba(238, 246, 255, 0.9);
  font-size: 0.84rem;
  line-height: 1.44;
}

body.services-page .pricing-process-cta ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

body.services-page .pricing-process-cta li {
  position: relative;
  padding-left: 18px;
  color: rgba(244, 250, 255, 0.96);
  font-size: 0.86rem;
}

body.services-page .pricing-process-cta li::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.72rem;
  color: #e3a75a;
}

body.services-page .pricing-process-cta-button {
  margin-top: 16px;
  margin-bottom: 2px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 18px;
  min-height: 44px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(140deg, #2299A1, #1a7f86);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: transform 0.2s ease, filter 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 6px 16px rgba(26, 127, 134, 0.3);
}

body.services-page .pricing-process-cta-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

@media (max-width: 900px) {
  body.contact-page .contact-layout {
    grid-template-columns: 1fr;
  }

  body.contact-page .contact-areas-card ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.contact-page .form-grid {
    grid-template-columns: 1fr;
  }

  body.services-page .pricing-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.services-page .pricing-column-card.is-featured,
  body.pricing-page .pricing-column-card.is-featured {
    transform: translateY(0);
  }

  body.services-page .pricing-addons-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.services-page .pricing-process-grid {
    grid-template-columns: 1fr;
  }

  body.services-page .hero {
    padding-top: 116px;
    min-height: var(--hero-inner-min-height);
  }
}

@media (max-width: 900px) {
  body.about-page .about-values-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "lead lead"
      "affordable fast"
      "personal local"
      "photoL photoR"
      "partner partner";
  }

  body.about-page .about-value-photo img {
    min-height: 9.5rem;
  }

  body.about-page .about-value-tile--partner {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 768px) {
  body.about-page .about-values-atelier {
    padding: 14px;
  }

  body.about-page .about-values-bento {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  body.about-page .about-value-tile--lead,
  body.about-page .about-value-tile--affordable,
  body.about-page .about-value-tile--fast,
  body.about-page .about-value-tile--personal,
  body.about-page .about-value-tile--local,
  body.about-page .about-value-tile--partner,
  body.about-page .about-value-photo--left,
  body.about-page .about-value-photo--right {
    grid-area: auto;
  }

  body.about-page .about-value-photo {
    display: none;
  }

  body.about-page .about-areas-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.about-page .about-areas-list li {
    padding: 8px 10px 8px 22px;
    border-radius: 999px;
    border: 1px solid rgba(242, 143, 69, 0.35);
    background: rgba(244, 166, 96, 0.14);
    box-shadow: none;
    font-size: 0.8rem;
    line-height: 1.2;
  }

  body.about-page .about-areas-list li::before {
    left: 10px;
    font-size: 0.42rem;
  }
}

@media (max-width: 640px) {
  body.contact-page .contact-section {
    padding-top: 24px;
    padding-bottom: 56px;
  }

  body.contact-page .contact-form-shell,
  body.contact-page .contact-areas-card {
    padding: 16px;
  }

  body.contact-page .contact-areas-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.about-page .about-areas-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.about-page .about-areas-stats {
    grid-template-columns: 1fr 1fr;
  }

  body.about-page .about-workflow-copy,
  body.about-page .about-workflow-panel {
    padding: 18px 16px;
  }

  body.services-page .pricing-columns {
    grid-template-columns: 1fr;
  }

  body.services-page .pricing-column-head {
    min-height: 0;
  }

  body.services-page .hero {
    padding: 96px 0 28px;
    min-height: auto;
  }

  body.services-page .service-primary-cta,
  body.services-page .pricing-column-cta,
  body.services-page .pricing-process-cta-button,
  body.about-page .about-workflow-cta,
  body.contact-page .contact-submit {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Pricing page — tighter bridge from hero to package cards (Pass 2). */
body.pricing-page .pricing-packages-section.services-intro {
  padding-top: 12px;
  padding-bottom: 16px;
}

body.pricing-page .pricing-packages-section .section-intro {
  margin-top: 10px;
  max-width: 52ch;
  font-size: 0.98rem;
  line-height: 1.55;
}

body.pricing-page .pricing-packages-section .pricing-social-proof {
  margin-top: 8px;
}

body.pricing-page .pricing-packages-section .pricing-columns {
  margin-top: 16px;
}

/* Pricing page — package cards aligned to homepage body.home-page #pricing tokens. */
body.services-page.pricing-page .pricing-columns {
  gap: clamp(22px, 3vw, 32px);
  align-items: stretch;
  margin-top: clamp(32px, 4.5vw, 48px);
}

body.pricing-page .pricing-column-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border-radius: 22px;
  border: 1px solid rgba(13, 35, 66, 0.09);
  background: #fff;
  box-shadow: 0 6px 22px rgba(10, 24, 45, 0.06);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

body.pricing-page .pricing-column-card:hover {
  transform: none;
  box-shadow: 0 10px 26px rgba(10, 24, 45, 0.08);
}

body.pricing-page .pricing-column-card.is-featured {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(ellipse 70% 55% at 100% 100%, rgba(42, 90, 149, 0.45), transparent 58%),
    linear-gradient(135deg, #081a35 0%, #1a3f73 56%, #2a5a95 100%);
  box-shadow: 0 22px 44px rgba(8, 22, 44, 0.22);
  color: rgba(255, 255, 255, 0.92);
  transform: none;
  z-index: 2;
}

body.pricing-page .pricing-column-card.is-featured:hover {
  transform: none;
  box-shadow: 0 24px 48px rgba(8, 22, 44, 0.24);
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-head {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

body.pricing-page .pricing-column-card:not(.is-featured) .pricing-column-head {
  background: #fff;
  border-bottom: 1px solid rgba(13, 35, 66, 0.08);
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-head h3,
body.pricing-page .pricing-column-card.is-featured .pricing-column-price {
  color: #fff;
}

body.pricing-page .pricing-column-badge {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  border: 0;
  border-radius: 999px;
  background: var(--accent, #f4a660);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(221, 116, 42, 0.28);
}

body.pricing-page .pricing-column-badge::before {
  content: none;
  display: none;
}

body.pricing-page .pricing-addon-rate {
  background: linear-gradient(140deg, #f4a660, #dd742a);
  color: #ffffff;
}

body.pricing-page .pricing-process-step-num {
  background: rgba(244, 166, 96, 0.2);
  color: #dd742a;
}

body.pricing-page .pricing-column-head {
  padding: clamp(26px, 3.5vw, 34px) clamp(26px, 3.5vw, 34px) clamp(20px, 2.5vw, 24px);
  min-height: 0;
}

body.pricing-page .pricing-column-head h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--brand-dark, #102946);
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-head h3 {
  color: #fff;
}

body.pricing-page .pricing-column-price {
  margin: 18px 0 6px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 3.4vw, 2.65rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--brand-dark, #102946);
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-price {
  color: #fff;
}

body.pricing-page .pricing-column-copy {
  display: block;
  margin: 0 0 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--accent-deep, #dd742a);
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-copy {
  color: rgba(244, 166, 96, 0.95);
}

body.pricing-page .pricing-column-meta {
  margin: 12px 0 0;
  max-width: 42ch;
  font-size: 0.94rem;
  line-height: 1.62;
  font-weight: 400;
  color: var(--text-muted, #5a6f89);
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-meta {
  color: rgba(255, 255, 255, 0.78);
}

body.pricing-page .pricing-column-list {
  margin: 0;
  padding: 0 clamp(26px, 3.5vw, 34px) clamp(8px, 1.5vw, 12px);
  gap: 0;
  border-top: 1px solid rgba(13, 35, 66, 0.08);
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-list {
  border-top-color: rgba(255, 255, 255, 0.14);
}

body.pricing-page .pricing-column-list li {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 26px;
  font-size: 0.92rem;
  line-height: 1.58;
  color: var(--text-muted, #5a6f89);
  border-bottom: 1px solid rgba(13, 35, 66, 0.06);
}

body.pricing-page .pricing-column-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

body.pricing-page .pricing-column-list li:first-child {
  padding-top: 16px;
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-list li {
  color: rgba(255, 255, 255, 0.86);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.pricing-page .pricing-column-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 4px;
  margin-top: -1px;
  border-left: 1.75px solid currentColor;
  border-bottom: 1.75px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
  color: var(--brand-dark, #102946);
  font-size: 0;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-list li::before {
  color: var(--accent, #f4a660);
}

body.pricing-page .pricing-column-list li:has(strong)::before {
  display: none;
}

body.pricing-page .pricing-column-list li:has(strong) {
  padding-left: 0;
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(13, 35, 66, 0.08);
  border-bottom: 0;
  color: var(--brand-dark, #102946);
  font-size: 0.85rem;
  letter-spacing: 0.01em;
}

body.pricing-page .pricing-column-list li:has(strong) strong {
  font-weight: 600;
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-list li:has(strong) {
  border-top-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-list li:has(strong) strong {
  color: #fff;
}

body.pricing-page .pricing-column-cta {
  margin: 22px 26px 26px;
  align-self: stretch;
  text-align: center;
  justify-content: center;
  padding: 13px 20px;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  background: #fff;
  border: 1px solid rgba(13, 35, 66, 0.22);
  color: var(--brand-dark, #102946);
  box-shadow: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

body.pricing-page .pricing-column-cta:hover {
  background: #fff;
  border-color: rgba(13, 35, 66, 0.35);
  color: var(--brand-dark, #102946);
  transform: none;
  box-shadow: 0 4px 14px rgba(10, 24, 45, 0.08);
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-cta {
  background: linear-gradient(140deg, #f4a660, #dd742a);
  border: 1px solid rgba(242, 143, 69, 0.62);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 12px rgba(232, 155, 92, 0.25);
}

body.pricing-page .pricing-column-card.is-featured .pricing-column-cta:hover {
  background: linear-gradient(140deg, #f7b16c, #e28135);
  border-color: rgba(242, 143, 69, 0.62);
  color: #fff;
  transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 12px rgba(232, 155, 92, 0.25);
}

@media (min-width: 1024px) {
  body.services-page.pricing-page .pricing-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 1fr);
    gap: clamp(22px, 2.2vw, 30px);
  }

  body.pricing-page .pricing-column-card.is-featured {
    transform: translateY(-14px);
  }

  body.pricing-page .pricing-column-card.is-featured:hover {
    transform: translateY(-14px);
  }

  body.pricing-page .pricing-column-list li:first-child {
    padding-top: 18px;
  }
}

@media (min-width: 1200px) {
  body.services-page.pricing-page .pricing-columns {
    gap: clamp(24px, 2.4vw, 36px);
  }

  body.pricing-page .pricing-column-card.is-featured {
    transform: translateY(-16px);
  }

  body.pricing-page .pricing-column-card.is-featured:hover {
    transform: translateY(-16px);
  }
}

@media (max-width: 767px) {
  body.pricing-page .pricing-column-head {
    padding: 22px 18px 18px;
  }

  body.pricing-page .pricing-column-list {
    padding: 0 18px 8px;
  }

  body.pricing-page .pricing-column-cta {
    margin: 22px 18px 18px;
  }
}


/* Project-start explainer — pricing page */
body.pricing-page .pricing-start-section {
  padding-top: 20px;
  padding-bottom: 58px;
  background: #fff;
}

body.pricing-page .pricing-start-panel {
  padding: clamp(22px, 4vw, 34px);
  border-radius: 24px;
  border: 1px solid rgba(13, 35, 66, 0.1);
  background:
    radial-gradient(circle at top left, rgba(34, 153, 161, 0.13), transparent 36%),
    radial-gradient(circle at bottom right, rgba(244, 166, 96, 0.18), transparent 32%),
    #f8fbfd;
  box-shadow: 0 18px 40px rgba(10, 24, 45, 0.08);
  text-align: center;
}

body.pricing-page .pricing-start-panel .section-intro {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

body.pricing-page .pricing-start-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}

body.pricing-page .pricing-start-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(13, 35, 66, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(10, 24, 45, 0.05);
}

body.pricing-page .pricing-start-card h3 {
  margin: 0 0 8px;
  font-size: 1.03rem;
  line-height: 1.28;
  color: #173654;
}

body.pricing-page .pricing-start-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.52;
}

/* Private Project Workspace — how we work page only */
body.how-we-work-page .hww-workspace-section {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f9fc 100%);
}

body.how-we-work-page .hww-workspace-lead {
  max-width: 42rem;
}

body.how-we-work-page .hww-workspace-bridge {
  margin: 0 0 clamp(24px, 3.5vw, 36px);
  max-width: 40rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-muted, #5a6f89);
}

body.how-we-work-page .hww-workspace-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(22px, 3vw, 32px);
  align-items: start;
}

body.how-we-work-page .hww-workspace-visual {
  margin: 0;
}

body.how-we-work-page .hww-workspace-visual-frame {
  border-radius: 18px;
  border: 1px solid rgba(13, 35, 66, 0.12);
  overflow: hidden;
  background: #eef2f7;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 32px rgba(10, 24, 45, 0.1);
  aspect-ratio: 16 / 10;
}

body.how-we-work-page .hww-workspace-visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 38%;
}

body.how-we-work-page .hww-workspace-visual-caption {
  margin: 12px 4px 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(13, 35, 66, 0.55);
}

body.how-we-work-page .hww-workspace-capabilities {
  padding: clamp(20px, 2.5vw, 26px);
  border-radius: 18px;
  border: 1px solid rgba(13, 35, 66, 0.1);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(10, 24, 45, 0.06);
  border-top: 3px solid #f28f45;
}

body.how-we-work-page .hww-workspace-capabilities-title {
  margin: 0 0 clamp(16px, 2vw, 20px);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0d2342;
  line-height: 1.25;
}

body.how-we-work-page .hww-workspace-groups {
  display: grid;
  gap: clamp(14px, 2vw, 18px);
}

body.how-we-work-page .hww-workspace-group {
  padding-top: clamp(14px, 2vw, 16px);
  border-top: 1px solid rgba(13, 35, 66, 0.08);
}

body.how-we-work-page .hww-workspace-group:first-child {
  padding-top: 0;
  border-top: 0;
}

body.how-we-work-page .hww-workspace-group-label {
  margin: 0 0 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(34, 153, 161, 0.95);
}

body.how-we-work-page .hww-workspace-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.how-we-work-page .hww-workspace-group li {
  position: relative;
  padding-left: 14px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4a617c;
}

body.how-we-work-page .hww-workspace-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #f28f45;
  transform: translateY(-50%);
}

@media (max-width: 980px) {
  body.pricing-page .pricing-start-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.how-we-work-page .hww-workspace-layout {
    grid-template-columns: 1fr;
  }

  body.how-we-work-page .hww-workspace-visual-frame {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 680px) {
  body.pricing-page .pricing-start-grid {
    grid-template-columns: 1fr;
  }
}


/* Mobile polish: lighter, neater section label pills */
@media (max-width: 768px) {
  body.services-page .section-kicker-pill,
  body.about-page .section-kicker-pill {
    min-width: 0;
    min-height: 26px;
    padding: 4px 10px;
    margin-bottom: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.035em;
    line-height: 1;
  }
}

/* About page highlights now use value-led trust points rather than inflated numerical stats */
body.about-page .about-areas-highlights article {
  align-content: start;
}

body.about-page .about-areas-highlights strong {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.15;
}

body.about-page .about-areas-highlights span {
  line-height: 1.45;
}
