/* Better Site trust-first brand refresh. Loaded after the generated stylesheet. */
:root {
  color-scheme: light;
  --bg: #f6f9f7;
  --bg-soft: #edf6f2;
  --bg-elevated: #ffffff;
  --panel: rgba(255, 255, 255, 0.96);
  --panel-solid: #ffffff;
  --ink: #102a3a;
  --muted: #60727c;
  --muted-strong: #304a57;
  --line: #d8e6e1;
  --line-strong: #b4cbc3;
  --blue: #23699d;
  --blue-dark: #154f78;
  --teal: #0f766e;
  --gold: #b7791f;
  --gold-soft: #f3d48b;
  --ivory: #fffaf0;
  --orange: #bc6f3c;
  --lime: #d9b746;
  --danger: #b42318;
  --shadow: 0 24px 70px rgba(16, 42, 58, 0.12);
  --shadow-soft: 0 14px 36px rgba(16, 42, 58, 0.1);
  --radius: 8px;
  --radius-sm: 6px;
}

html {
  background: var(--bg);
}

body {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(239, 248, 244, 0.92) 0%, rgba(255, 255, 255, 0) 420px),
    var(--bg);
}

body.menu-open::after {
  background: rgba(16, 42, 58, 0.18);
  backdrop-filter: blur(16px) saturate(1.08);
}

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

p,
li,
.best-for,
.review-preview,
.review-full,
.hero-subhead,
.page-subhead {
  color: var(--muted-strong);
}

a,
.text-link,
.contact-email,
.legal-card a {
  color: var(--blue-dark);
}

:focus-visible {
  outline-color: rgba(21, 79, 120, 0.72);
}

.site-header {
  background: rgba(246, 249, 247, 0.9);
  border-bottom: 1px solid rgba(216, 230, 225, 0.78);
  backdrop-filter: blur(18px) saturate(1.05);
}

.site-header.is-open,
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(16, 42, 58, 0.12);
}

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

.brand small {
  color: var(--muted);
}

.primary-nav,
.nav-cta,
.btn,
.skip-link,
.status-pill,
.legal-meta span,
.feature-list li,
.mockup-proof-row span,
.mockup-header-links > a:not(.nav-cta),
.preview-label,
.demo-art-button,
.process-step span,
.not-found-links a,
.mobile-nav-cta {
  border-radius: 8px;
}

.primary-nav {
  border-color: rgba(180, 203, 195, 0.82);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(16, 42, 58, 0.08);
}

.primary-nav a {
  color: #304a57;
  border-radius: 6px;
}

.primary-nav a:focus-visible,
.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--blue-dark);
  background: #e7f2ef;
}

.nav-cta,
.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #23699d 0%, #0f766e 100%);
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: 0 16px 34px rgba(35, 105, 157, 0.2);
}

.nav-cta:hover,
.btn-primary:focus-visible,
.btn-primary:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #154f78 0%, #0b625c 100%);
}

.btn-secondary {
  color: var(--blue-dark);
  background: #ffffff;
  border-color: rgba(180, 203, 195, 0.95);
  box-shadow: 0 12px 28px rgba(16, 42, 58, 0.08);
}

.btn-secondary:hover {
  border-color: rgba(35, 105, 157, 0.38);
  background: #f6fbf9;
}

.btn-light {
  color: #ffffff;
  background: var(--blue-dark);
  box-shadow: 0 18px 40px rgba(16, 42, 58, 0.18);
}

.skip-link {
  color: #ffffff;
  background: var(--blue-dark);
}

.hero,
.page-hero,
.not-found-hero {
  background:
    radial-gradient(circle at 92% 8%, rgba(15, 118, 110, 0.1), transparent 34%),
    linear-gradient(180deg, #f7fbf9 0%, #ffffff 78%);
}

.hero {
  min-height: calc(100vh - 74px);
}

.hero-subhead,
.page-subhead {
  max-width: 760px;
}

.eyebrow,
.label,
.review-label,
.proof-browser-bar span {
  color: var(--teal);
}

.soft-band,
body .care-fit-section {
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #eef6f2 100%);
}

.audience-card,
.bio-card,
.demo-card,
.faq-item,
.feature-card,
.legal-card,
.mini-proof,
.mockup-form,
.note-panel,
.portfolio-card,
.pricing-card,
.process-step,
.proof-browser,
.quote-panel,
.request-panel,
.review-card,
.service-card,
.not-found-panel,
.proof-summary,
.proof-metrics span,
.brief-list li,
.support-strip,
.why-hero-card,
.contact-panel,
.demo-mini-card,
.demo-proof-list article,
.payment-steps article,
.timeline article {
  color: var(--ink);
  background: var(--panel-solid);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
  backdrop-filter: none;
}

.proof-browser,
.demo-shot,
.project-shot {
  background: #ffffff;
}

.proof-browser-bar {
  border-bottom-color: var(--line);
  color: var(--muted-strong);
  background: #f8fbf9;
}

.proof-browser-bar a {
  color: var(--blue-dark);
}

.proof-summary {
  border-radius: 8px;
}

.proof-metrics span {
  border-radius: 8px;
}

.status-pill {
  color: var(--teal);
  border-color: rgba(15, 118, 110, 0.24);
  background: #e7f5f2;
}

.status-pill::before {
  background: var(--teal);
}

.three-grid {
  background: #ffffff;
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.three-grid::before,
.three-grid::after {
  border-color: rgba(15, 118, 110, 0.12);
}

.three-grid .feature-card:not(:last-child),
.three-grid .service-card:not(:last-child) {
  border-right-color: var(--line);
}

.three-grid .feature-card::before,
.three-grid .service-card::before {
  width: 5px;
  border-radius: 3px;
  background: var(--teal);
}

.card-icon,
.care-icon,
.main-service-icon,
.service-icon,
.why-icon {
  color: var(--teal);
  background: #e7f5f2;
  border-color: rgba(15, 118, 110, 0.22);
  box-shadow: none;
  border-radius: 8px;
}

body .three-grid.affordable-blueprint-grid .card-icon,
body .three-grid.pricing-factor-grid .card-icon,
body .three-grid.redesign-scan-grid .card-icon,
body .three-grid.small-business-stack-grid .card-icon,
body .three-grid.redesign-tool-grid .card-icon,
body .why-benefit-grid .why-icon {
  border-radius: 8px;
}

body .pricing-grid:not(.care-plan-grid) .pricing-card,
body .care-plan-grid .pricing-card,
body .care-fit-section .three-grid.care-flow-grid .feature-card,
body .services-start .three-grid.service-orbit-grid .service-card,
body .three-grid.service-lane-grid .feature-card,
body .three-grid.affordable-blueprint-grid .feature-card,
body .three-grid.pricing-factor-grid .feature-card,
body .three-grid.redesign-scan-grid .feature-card,
body .three-grid.small-business-stack-grid .feature-card,
body .three-grid.redesign-tool-grid .service-card,
body .why-benefit-grid .why-card {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
  box-shadow: 0 16px 42px rgba(16, 42, 58, 0.08);
}

body .pricing-grid:not(.care-plan-grid) .pricing-card h3,
body .pricing-grid:not(.care-plan-grid) .pricing-card .label,
body .care-plan-grid .pricing-card h3,
body .care-plan-grid .pricing-card .plan-price,
body .care-plan-grid .pricing-card .label,
body .care-fit-section .three-grid.care-flow-grid .feature-card h3,
body .services-start .three-grid.service-orbit-grid .service-card h3,
body .three-grid.service-lane-grid .feature-card h3,
body .three-grid.affordable-blueprint-grid .feature-card h3,
body .three-grid.pricing-factor-grid .feature-card h3,
body .three-grid.redesign-scan-grid .feature-card h3,
body .three-grid.small-business-stack-grid .feature-card h3,
body .three-grid.redesign-tool-grid .service-card h3,
body .why-benefit-grid .why-card h3 {
  color: var(--ink);
}

body .pricing-grid:not(.care-plan-grid) .pricing-card p,
body .pricing-grid:not(.care-plan-grid) .pricing-card .best-for,
body .pricing-grid:not(.care-plan-grid) .pricing-card li,
body .care-plan-grid .pricing-card p,
body .care-plan-grid .pricing-card .best-for,
body .care-plan-grid .pricing-card li,
body .care-fit-section .three-grid.care-flow-grid .feature-card p,
body .services-start .three-grid.service-orbit-grid .service-card p,
body .three-grid.service-lane-grid .feature-card p,
body .three-grid.affordable-blueprint-grid .feature-card p,
body .three-grid.pricing-factor-grid .feature-card p,
body .three-grid.redesign-scan-grid .feature-card p,
body .three-grid.small-business-stack-grid .feature-card p,
body .three-grid.redesign-tool-grid .service-card p,
body .why-benefit-grid .why-card p {
  color: var(--muted-strong);
}

body .why-benefit-grid .why-card:hover,
body .why-benefit-grid .why-card:focus-within {
  color: var(--ink);
  background: #f4f7f5;
  border-color: rgba(15, 118, 110, 0.24);
  box-shadow: 0 18px 44px rgba(16, 42, 58, 0.1);
}

body .why-benefit-grid .why-card:hover h3,
body .why-benefit-grid .why-card:focus-within h3 {
  color: var(--ink);
}

body .why-benefit-grid .why-card:hover p,
body .why-benefit-grid .why-card:focus-within p {
  color: var(--muted-strong);
}

body .pricing-grid:not(.care-plan-grid) .pricing-card:nth-child(1),
body .care-plan-grid .pricing-card:nth-child(1),
body .care-fit-section .three-grid.care-flow-grid .feature-card:nth-child(1),
body .services-start .three-grid.service-orbit-grid .service-card:nth-child(1),
body .three-grid.service-lane-grid .feature-card:nth-child(1),
body .three-grid.affordable-blueprint-grid .feature-card:nth-child(1),
body .three-grid.pricing-factor-grid .feature-card:nth-child(1),
body .three-grid.redesign-scan-grid .feature-card:nth-child(1),
body .three-grid.small-business-stack-grid .feature-card:nth-child(1),
body .three-grid.redesign-tool-grid .service-card:nth-child(1),
body .why-benefit-grid .why-card:nth-child(3n+1) {
  border-color: rgba(15, 118, 110, 0.22);
  border-top-color: var(--teal);
}

body .pricing-grid:not(.care-plan-grid) .pricing-card:nth-child(2),
body .care-plan-grid .pricing-card:nth-child(2),
body .care-fit-section .three-grid.care-flow-grid .feature-card:nth-child(2),
body .services-start .three-grid.service-orbit-grid .service-card:nth-child(2),
body .three-grid.service-lane-grid .feature-card:nth-child(2),
body .three-grid.affordable-blueprint-grid .feature-card:nth-child(2),
body .three-grid.pricing-factor-grid .feature-card:nth-child(2),
body .three-grid.redesign-scan-grid .feature-card:nth-child(2),
body .three-grid.small-business-stack-grid .feature-card:nth-child(2),
body .three-grid.redesign-tool-grid .service-card:nth-child(2),
body .why-benefit-grid .why-card:nth-child(3n+2) {
  border-color: rgba(183, 121, 31, 0.22);
  border-top-color: var(--gold);
}

body .pricing-grid:not(.care-plan-grid) .pricing-card:nth-child(3),
body .care-plan-grid .pricing-card:nth-child(3),
body .care-fit-section .three-grid.care-flow-grid .feature-card:nth-child(3),
body .services-start .three-grid.service-orbit-grid .service-card:nth-child(3),
body .three-grid.service-lane-grid .feature-card:nth-child(3),
body .three-grid.affordable-blueprint-grid .feature-card:nth-child(3),
body .three-grid.pricing-factor-grid .feature-card:nth-child(3),
body .three-grid.redesign-scan-grid .feature-card:nth-child(3),
body .three-grid.small-business-stack-grid .feature-card:nth-child(3),
body .three-grid.redesign-tool-grid .service-card:nth-child(3),
body .why-benefit-grid .why-card:nth-child(3n) {
  border-color: rgba(35, 105, 157, 0.22);
  border-top-color: var(--blue);
}

body .pricing-grid:not(.care-plan-grid) .pricing-card.recommended,
body .care-plan-grid .pricing-card.recommended {
  border-color: rgba(35, 105, 157, 0.28);
  border-top-color: var(--blue);
  box-shadow: 0 18px 48px rgba(35, 105, 157, 0.12);
}

.recommended-badge,
.review-label,
.label,
.legal-meta span,
.feature-list li,
.mockup-proof-row span,
.preview-label {
  color: var(--blue-dark);
  background: #edf6f2;
  border-color: rgba(180, 203, 195, 0.88);
}

.label,
.review-label,
.recommended-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 6px;
  line-height: 1.1;
}

.pricing-card .label,
.portfolio-card .label,
.demo-card .label {
  margin-bottom: 12px;
}

.recommended-badge {
  position: absolute;
  top: 18px;
  right: 18px;
}

.review-rating strong,
.review-meta cite,
.plan-price,
.contact-email {
  color: var(--ink);
}

.rating-stars span {
  background: var(--gold);
}

.check-list li::before,
body .pricing-grid:not(.care-plan-grid) .pricing-card .check-list li::before,
body .care-plan-grid .pricing-card .check-list li::before {
  color: var(--teal);
}

.personal-section,
.customer-reviews,
.section-pad {
  background-color: transparent;
}

.final-cta {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(21, 79, 120, 0.96), rgba(15, 118, 110, 0.94));
}

.final-cta h2,
.final-cta p {
  color: #ffffff;
}

.final-cta .btn-light {
  color: var(--blue-dark);
  background: #ffffff;
}

.site-footer {
  color: var(--ink);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.site-footer p,
.site-footer a,
.footer-bottom,
.footer-policy-row a {
  color: var(--muted-strong);
}

.personal-section .quote-person img {
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

@media (min-width: 721px) {
  .personal-section .quote-panel {
    overflow: hidden;
  }

  .personal-section .quote-person img {
    right: -16px;
    bottom: 58px;
    width: min(260px, 118%);
    opacity: 0.92;
  }
}

@media (max-width: 720px) {
  .personal-section .quote-panel {
    overflow: hidden;
  }

  .personal-section .quote-person {
    min-height: 380px;
  }

  .personal-section .quote-person img {
    width: min(235px, 72vw);
    margin: 0 auto 20px;
  }
}

.site-footer .brand strong {
  color: var(--ink);
}

.copyright-mark {
  color: var(--teal);
}

.field label,
.mockup-form label {
  color: var(--ink);
}

input,
select,
textarea,
.field input,
.field select,
.field textarea {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
}

input:focus,
select:focus,
textarea:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(35, 105, 157, 0.12);
}

.form-status {
  color: var(--blue-dark);
  background: #edf6f2;
  border-color: rgba(15, 118, 110, 0.2);
  border-radius: 8px;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 1003;
  display: block;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  background: #020403;
  opacity: 1;
  visibility: visible;
  transition: none;
}

html body > .page-loader:not([data-route-loader]) {
  display: block !important;
}

html body > .page-loader[data-conversion-loader]:not([data-route-loader]) {
  z-index: 4999;
  display: block !important;
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html body > .page-loader[data-conversion-loader]:not([data-route-loader])::before,
html body > .page-loader[data-conversion-loader]:not([data-route-loader])::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

.page-loader-shell {
  display: none !important;
}

.page-loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(480px, 72vw);
  height: 4px;
  background: #ffffff;
  border-radius: 0;
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: left center;
  animation: better-site-loader-fill 680ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-loader::after {
  content: "Better Site";
  position: absolute;
  top: calc(50% + 22px);
  left: 50%;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.page-loader.is-fading {
  opacity: 1;
  visibility: visible;
  animation: better-site-loader-fade 420ms 340ms ease forwards;
}

.page-loader.is-fading::before {
  transform-origin: center center;
  animation: better-site-loader-expand 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-loader.is-fading::after {
  opacity: 0;
  transition: opacity 160ms ease;
}

@keyframes better-site-loader-fill {
  to {
    transform: translate(-50%, -50%) scaleX(1);
  }
}

@keyframes better-site-loader-expand {
  0% {
    width: min(480px, 72vw);
    height: 4px;
    transform: translate(-50%, -50%) scaleX(1);
  }
  45% {
    width: 100vw;
    height: 4px;
    transform: translate(-50%, -50%) scaleX(1);
  }
  100% {
    width: 100vw;
    height: 120vh;
    transform: translate(-50%, -50%) scaleX(1);
  }
}

@keyframes better-site-loader-fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1080px) {
  .primary-nav.is-open {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(16, 42, 58, 0.18);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero,
  .page-hero {
    padding-top: 72px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .btn,
  .nav-cta {
    width: 100%;
  }
}



/* Unified pricing page. */
#website-projects,
#care-plans,
#pricing-questions {
  scroll-margin-top: 108px;
}

.pricing-page-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(36px, 6vw, 64px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 54px rgba(16, 42, 58, 0.08);
}

.pricing-page-index a {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 18px 22px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.pricing-page-index a + a {
  border-left: 1px solid var(--line);
}

.pricing-page-index a:hover,
.pricing-page-index a:focus-visible {
  color: var(--teal);
  background: rgba(15, 118, 110, 0.055);
}

.pricing-page-index span {
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

/* Word labels replace generic section numbering. */
.pricing-page-index span {
  min-width: 58px;
  padding-right: 12px;
  border-right: 1px solid var(--line);
}

/* Headings now stand on their own without eyebrow labels. */
.hero-copy > h1,
.commercial-intro h1,
.section-heading > h2,
.split-heading h2,
.case-study-copy > h2,
.personal-note > h2,
.pricing-section-head > h2,
.why-reasons-intro > h2,
.final-cta-inner > h2,
.request-detail-grid article > h2,
.project-copy > h2 {
  margin-top: 0;
}

.pricing-section-head {
  max-width: 780px;
  margin-bottom: clamp(30px, 5vw, 48px);
}

.pricing-section-head h2 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.pricing-section-head > p:last-child {
  max-width: 660px;
  color: var(--muted-strong);
  font-size: 1.05rem;
}

.website-plan-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.revision-care-link {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted-strong);
  font-size: 0.94rem;
}

.revision-care-link a {
  color: var(--teal);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.pricing-clarity {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.pricing-clarity article {
  min-height: 142px;
  padding: 22px;
}

.pricing-clarity article + article {
  border-left: 1px solid var(--line);
}

.pricing-clarity span {
  display: block;
  margin-bottom: 11px;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-clarity strong {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.55;
}

.care-plan-section {
  border-block: 1px solid rgba(180, 203, 195, 0.66);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.055), transparent 44%),
    var(--bg-soft);
}

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

.care-plan-heading {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
}

.billing-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.billing-toggle-option {
  min-height: 36px;
  padding: 7px 13px;
  border: 0;
  border-radius: 999px;
  color: var(--muted-strong);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 850;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.billing-toggle-option:hover,
.billing-toggle-option:focus-visible {
  color: var(--ink);
}

.billing-toggle-option.is-active {
  color: #061019;
  background: var(--teal);
  box-shadow: 0 4px 14px rgba(15, 118, 110, 0.18);
}

.care-plan-grid .pricing-card {
  padding-inline: clamp(20px, 2.4vw, 28px);
}

.care-action-strip {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.care-action-strip p {
  max-width: 690px;
  margin: 0;
}

.care-action-strip > div {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
  align-items: center;
}

.care-edit-note {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 24px clamp(32px, 6vw, 84px);
  align-items: start;
  margin-top: 28px;
  padding: 24px 0;
  border-block: 1px solid var(--line);
}

.care-edit-note h3,
.care-edit-note p {
  margin: 0;
}

.care-edit-note h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.care-edit-note p {
  color: var(--muted-strong);
}

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

@media (max-width: 760px) {
  #website-projects,
  #care-plans,
  #pricing-questions {
    scroll-margin-top: 86px;
  }

  .pricing-page-index,
  .pricing-clarity,
  .website-plan-grid,
  .care-plan-grid {
    grid-template-columns: 1fr;
  }

  .care-plan-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .care-edit-note {
    grid-template-columns: 1fr;
  }

  .pricing-page-index a {
    min-height: 62px;
    padding: 14px 18px;
  }

  .pricing-page-index a + a,
  .pricing-clarity article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .pricing-clarity article {
    min-height: 0;
  }

  .care-action-strip,
  .care-action-strip > div {
    align-items: stretch;
    flex-direction: column;
  }

  .care-action-strip .btn {
    width: 100%;
  }
}

/* Better Site signature motion: draw, reveal, settle. */
:root {
  --motion-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.site-motion-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
}

.site-motion-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue) 0%, var(--teal) 62%, var(--gold) 100%);
  box-shadow: 0 0 16px rgba(15, 118, 110, 0.28);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

html.motion-refresh .site-header {
  isolation: isolate;
}

html.js.motion-refresh .motion-heading.reveal,
html.js.motion-refresh .commercial-intro.reveal > .motion-heading {
  opacity: 0;
  clip-path: inset(0 0 78% 0);
  transform: translateY(28px);
  transition:
    opacity 720ms var(--motion-ease),
    clip-path 880ms var(--motion-ease),
    transform 880ms var(--motion-ease);
  will-change: opacity, clip-path, transform;
}

html.js.motion-refresh .motion-heading.reveal.is-visible,
html.js.motion-refresh .commercial-intro.reveal.is-visible > .motion-heading {
  opacity: 1;
  clip-path: inset(0);
  transform: none;
}

.motion-heading {
  position: relative;
}

.motion-heading::after {
  content: "";
  display: block;
  width: min(150px, 30vw);
  height: 3px;
  margin-top: 24px;
  background: linear-gradient(90deg, var(--teal) 0 72%, var(--gold) 72% 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 740ms var(--motion-ease) 140ms;
}

.motion-heading.reveal.is-visible::after,
.commercial-intro.reveal.is-visible > .motion-heading::after,
.final-cta-inner.reveal.is-visible::after {
  transform: scaleX(1);
}

.final-cta-inner.motion-heading::after {
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(255,255,255,.9) 0 72%, var(--gold-soft) 72% 100%);
}

html.js.motion-refresh.intro-active .hero .motion-hero-copy h1[data-intro] {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(26px);
  transition:
    opacity 760ms var(--motion-ease),
    clip-path 920ms var(--motion-ease),
    transform 920ms var(--motion-ease);
  transition-delay: var(--intro-delay, 0ms);
}

html.js.motion-refresh.intro-active .hero .motion-hero-copy h1[data-intro].is-intro-visible {
  opacity: 1;
  clip-path: inset(0);
  transform: none;
}

.motion-hero-copy .eyebrow {
  position: relative;
  padding-left: 48px;
}

.motion-hero-copy .eyebrow::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 34px;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms var(--motion-ease) var(--intro-delay, 0ms);
}

.motion-hero-copy .eyebrow.is-intro-visible::before,
html.intro-complete .motion-hero-copy .eyebrow::before {
  transform: scaleX(1);
}

html.js.motion-refresh .motion-hero-proof.reveal[data-slow-reveal] {
  opacity: 0;
  clip-path: inset(0 0 82% 0 round 8px);
  transform: translateY(32px) scale(0.985);
  transition:
    opacity 760ms var(--motion-ease),
    clip-path 980ms var(--motion-ease),
    transform 980ms var(--motion-ease);
}

html.js.motion-refresh .motion-hero-proof.reveal[data-slow-reveal].is-visible {
  opacity: 1;
  clip-path: inset(0 round 8px);
  transform: none;
}

.motion-media {
  position: relative;
  overflow: hidden;
}

.motion-media img {
  transform: translate3d(0, var(--motion-media-y, 0), 0) scale(1.035);
  transition: transform 180ms linear;
  will-change: transform;
}

html.js.motion-refresh .motion-media-owner.reveal:not(.is-visible).motion-media,
html.js.motion-refresh .motion-media-owner.reveal:not(.is-visible) .motion-media {
  clip-path: inset(0 80% 0 0 round 8px);
}

html.js.motion-refresh .motion-media-owner.reveal.motion-media,
html.js.motion-refresh .motion-media-owner.reveal .motion-media {
  transition:
    clip-path 940ms var(--motion-ease),
    opacity 680ms var(--motion-ease),
    transform 760ms var(--motion-ease);
}

html.js.motion-refresh .motion-media-owner.reveal.is-visible.motion-media,
html.js.motion-refresh .motion-media-owner.reveal.is-visible .motion-media {
  clip-path: inset(0 round 8px);
}

.motion-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
}

.motion-surface {
  --motion-x: 50%;
  --motion-y: 50%;
  position: relative;
  isolation: isolate;
  transition:
    transform 260ms var(--motion-ease),
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.motion-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(360px circle at var(--motion-x) var(--motion-y), rgba(15,118,110,.12), transparent 58%);
  transition: opacity 220ms ease;
}

.motion-surface.is-motion-active::after,
.motion-surface:focus-within::after {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .motion-surface:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 118, 110, 0.3);
    box-shadow: 0 24px 58px rgba(16, 42, 58, 0.14);
  }
}

html.motion-refresh .btn,
html.motion-refresh .nav-cta,
html.motion-refresh .mobile-direct-cta {
  overflow: hidden;
}

html.motion-refresh .btn::after,
html.motion-refresh .nav-cta::after,
html.motion-refresh .mobile-direct-cta::after {
  content: "↗";
  display: inline-block;
  width: 1em;
  margin-left: 9px;
  line-height: 1;
  transform: translate3d(-2px, 2px, 0);
  transition: transform 240ms var(--motion-ease);
}

html.motion-refresh .btn:hover::after,
html.motion-refresh .nav-cta:hover::after,
html.motion-refresh .mobile-direct-cta:hover::after {
  transform: translate3d(2px, -2px, 0);
}

html.motion-refresh .text-link {
  background-image: linear-gradient(90deg, var(--teal), var(--gold));
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 0 2px;
  transition: background-size 300ms var(--motion-ease), color 200ms ease;
}

html.motion-refresh .text-link:hover,
html.motion-refresh .text-link:focus-visible {
  background-size: 100% 2px;
}

.motion-home .home-process-grid {
  --motion-process: 0;
  position: relative;
  padding-top: 32px;
}

.process-motion-rail {
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(180, 203, 195, 0.7);
}

.process-motion-rail::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--teal) 70%, var(--gold));
  transform: scaleX(var(--motion-process));
  transform-origin: left center;
  will-change: transform;
}

.motion-home .home-process-grid article {
  transition:
    transform 360ms var(--motion-ease),
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.motion-home .home-process-grid article.is-motion-past {
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: 0 18px 42px rgba(15, 118, 110, 0.1);
}

.motion-home .home-process-grid article.is-motion-past span {
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 8px 24px rgba(15, 118, 110, 0.18);
}

.motion-home .home-depth-scroll {
  --premium-depth-bg: 0px;
  --premium-depth-content: 0px;
  --web-progress: 0;
}

.motion-home .home-depth-web {
  opacity: 0.24;
  transform: translate3d(0, var(--premium-depth-bg), 0) !important;
}

.motion-home .home-depth-layer {
  transform: translate3d(0, var(--premium-depth-content), 0) !important;
}

.motion-home .home-depth-web path {
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--web-progress));
  transition: stroke-dashoffset 90ms linear;
}

.motion-home .home-depth-web circle {
  opacity: var(--web-progress);
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(calc(.45 + var(--web-progress) * .55));
  transition: opacity 160ms linear, transform 160ms linear;
}

html.motion-refresh.page-leaving main,
html.motion-refresh.page-leaving .site-header,
html.motion-refresh.page-leaving .site-footer {
  opacity: 0.38;
  filter: blur(2px);
  transform: translate3d(-7px, 0, 0);
  transition: opacity 210ms ease, filter 210ms ease, transform 210ms var(--motion-ease);
}

@media (max-width: 720px) {
  .motion-heading::after {
    width: 96px;
    margin-top: 18px;
  }

  .motion-hero-copy .eyebrow {
    padding-left: 38px;
  }

  .motion-hero-copy .eyebrow::before {
    width: 26px;
  }

  .motion-media img {
    transform: scale(1.015);
  }

  .motion-home .home-depth-web {
    opacity: 0.16;
  }
}

@media (max-width: 370px) {
  html.motion-refresh .mobile-direct-cta::after {
    content: "Mockup";
    width: auto;
    margin-left: 0;
    font-size: 0.76rem;
    transform: none;
  }
}



.mobile-direct-cta {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(15, 118, 110, 0.24);
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #23699d, #0f766e);
  box-shadow: 0 12px 28px rgba(35, 105, 157, 0.18);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.commercial-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px 44px;
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.commercial-intro > div:first-child {
  max-width: 820px;
}

.commercial-intro h1 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(2.5rem, 5vw, 4.45rem);
  line-height: 1;
}

.commercial-intro p,
.trust-inline {
  color: var(--muted-strong);
}

.intro-kicker {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.intro-actions,
.trust-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}

.intro-actions {
  justify-content: flex-end;
}

.trust-inline {
  margin: 20px 0 0;
  font-size: 0.9rem;
  font-weight: 820;
}

.trust-inline span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}

.home-offers {
  background: linear-gradient(180deg, #ffffff 0%, #edf6f2 100%);
}

.home-offer-grid .pricing-card {
  min-height: 100%;
}

.offer-price {
  margin: 8px 0 14px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1;
}

.offer-price small {
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.home-case-study {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: center;
}

.home-case-study .project-shot {
  margin: 0;
}

.case-study-copy h2 {
  margin-bottom: 18px;
}

.case-study-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.case-study-metrics span {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--muted-strong);
  font-size: 0.84rem;
}

.case-study-metrics strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 1rem;
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-process-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.home-process-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--teal);
  font-weight: 950;
}

.objection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin-inline: auto;
}

.objection-grid .faq-item {
  min-height: 100%;
}

.pricing-facts,
.request-detail-grid,
.client-proof-compact {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.pricing-facts {
  margin-top: 28px;
  padding: clamp(22px, 4vw, 34px);
}

.pricing-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.pricing-fact-grid article {
  padding: 18px;
  border-left: 3px solid var(--teal);
  background: var(--bg-soft);
}

.pricing-fact-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.request-lead {
  max-width: 650px;
}

.request-intake-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: 46px;
  align-items: start;
}

.request-lead h1 {
  max-width: 690px;
}

.request-detail-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 8px;
  overflow: hidden;
}

.request-detail-grid article {
  padding: 24px;
}

.request-detail-grid article + article {
  border-left: 1px solid var(--line);
}

.client-proof-compact {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
}

.client-proof-compact img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.client-proof-compact blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 850;
}

.client-proof-compact cite {
  display: block;
  margin-top: 8px;
  color: var(--muted-strong);
  font-size: 0.86rem;
  font-style: normal;
}

.field-help {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.field select {
  width: 100%;
  min-height: 50px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--ink);
  background-color: #ffffff;
}

.optional-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.request-detail-grid h2 {
  margin-bottom: 10px;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
}

.field-error:not(:empty) {
  display: block;
  margin-top: 2px;
  color: var(--danger);
}

[aria-invalid="true"] {
  border-color: var(--danger) !important;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.1) !important;
}

.form-status.is-error {
  color: var(--danger);
  border-color: rgba(180, 35, 24, 0.24);
  background: #fff1f0;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-note-positive {
  margin-top: 14px;
  color: var(--muted-strong);
  font-size: 0.88rem;
  text-align: center;
}

.form-note-positive a {
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.services-start .service-card .text-link {
  color: var(--blue-dark) !important;
}

.care-plan-grid .plan-price span {
  color: var(--muted-strong) !important;
}

.care-plan-grid .plan-price [data-plan-price] {
  color: var(--ink) !important;
}

.js .reveal[data-scroll-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.home-depth-layer,
.home-depth-web {
  transform: none !important;
}

.js .reveal {
  transition-duration: 360ms;
}

.footer-policy-row a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

@media (max-width: 1080px) {
  .mobile-direct-cta {
    display: inline-flex;
  }

  html:not(.js) .nav-shell {
    grid-template-columns: 1fr;
  }

  html:not(.js) .primary-nav {
    position: static;
    display: grid;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  html:not(.js) .menu-toggle {
    display: none;
  }
}

@media (max-width: 1024px) {
  .request-intake-grid {
    grid-template-columns: 1fr;
  }

  .request-intake-grid .request-copy {
    position: static;
  }
}

@media (max-width: 860px) {
  .commercial-intro,
  .home-case-study,
  .client-proof-compact {
    grid-template-columns: 1fr;
  }

  .commercial-intro {
    align-items: start;
  }

  .intro-actions {
    justify-content: flex-start;
  }

  .home-process-grid,
  .pricing-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-proof-compact .btn {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .mobile-direct-cta {
    min-height: 42px;
    padding-inline: 11px;
    font-size: 0.76rem;
  }

  .commercial-intro h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .intro-actions,
  .intro-actions .btn {
    width: 100%;
  }

  .trust-inline {
    display: grid;
  }

  .trust-inline span {
    justify-content: center;
    width: 100%;
  }

  .home-process-grid,
  .objection-grid,
  .pricing-fact-grid,
  .request-detail-grid {
    grid-template-columns: 1fr;
  }

  .case-study-metrics {
    grid-template-columns: 1fr;
  }

  .request-detail-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .request-grid .mockup-form {
    order: 2;
  }

  .request-grid .request-lead {
    order: 1;
  }

  .request-grid .request-detail-grid,
  .request-grid .client-proof-compact {
    order: 3;
  }

  .footer-policy-row a {
    min-height: 44px;
  }
}

@media (max-width: 370px) {
  .mobile-direct-cta {
    font-size: 0;
  }

  .mobile-direct-cta::after {
    content: "Mockup";
    font-size: 0.76rem;
  }
}



/* Final cascade for the restrained branded motion system. */
html.js.motion-refresh .reveal:not(.motion-heading):not(.motion-media-owner):not([data-scroll-reveal]):not([data-slow-reveal]) {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

html.js.motion-refresh .motion-heading.reveal,
html.js.motion-refresh .commercial-intro.reveal > .motion-heading {
  opacity: 1;
  clip-path: inset(0 0 100% 0);
  transform: translateY(18px);
  transition: clip-path 820ms var(--motion-ease), transform 820ms var(--motion-ease);
  will-change: clip-path, transform;
}

html.js.motion-refresh.intro-active .hero .motion-hero-copy h1[data-intro] {
  opacity: 1;
  transition: clip-path 880ms var(--motion-ease), transform 880ms var(--motion-ease);
}

html.js.motion-refresh .motion-hero-proof.reveal[data-slow-reveal] {
  opacity: 1;
  clip-path: inset(0 0 100% 0 round 8px);
  transform: translateY(18px);
  transition: clip-path 920ms var(--motion-ease), transform 920ms var(--motion-ease);
}

html.js.motion-refresh .motion-media-owner.reveal.motion-media,
html.js.motion-refresh .motion-media-owner.reveal .motion-media {
  transition: clip-path 900ms var(--motion-ease);
}

html.motion-refresh.page-leaving main,
html.motion-refresh.page-leaving .site-header,
html.motion-refresh.page-leaving .site-footer {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}

html.js.motion-refresh .motion-media-owner.reveal {
  opacity: 1 !important;
  transform: none !important;
}

.care-plan-grid .pricing-card.recommended {
  order: initial;
}

/* Better Site studio composition: denser, asymmetric, and content-safe. */
:root {
  --studio-paper: #f5f8f5;
  --studio-ink: #0b2737;
  --studio-rule: rgba(15, 118, 110, 0.26);
  --studio-dark: #0b2737;
}

body {
  background:
    linear-gradient(90deg, transparent calc(50% - 620px), rgba(15, 118, 110, 0.045) calc(50% - 620px), rgba(15, 118, 110, 0.045) calc(50% - 619px), transparent calc(50% - 619px)),
    var(--studio-paper);
}

.section-pad {
  padding-block: clamp(64px, 7vw, 88px);
}

.compact-page-start {
  padding-top: clamp(44px, 5vw, 68px);
}

/* Important content never waits on JavaScript to become visible. */
html.js .reveal,
html.js.motion-refresh .reveal,
html.js.motion-refresh .motion-heading.reveal,
html.js.motion-refresh .commercial-intro.reveal > .motion-heading,
html.js.motion-refresh .motion-hero-proof.reveal[data-slow-reveal],
html.js.motion-refresh.intro-active .hero [data-intro] {
  opacity: 1 !important;
  clip-path: none !important;
  transform: none !important;
  transition: none !important;
}

html.js.motion-refresh .motion-media,
html.js.motion-refresh .motion-media-owner .motion-media {
  clip-path: none !important;
}

.motion-heading::after,
.commercial-intro.reveal > .motion-heading::after,
.final-cta-inner.motion-heading::after {
  transform: scaleX(1);
  transition: none;
}

.site-header {
  padding-block: 10px;
}

.nav-shell {
  min-height: 58px;
}

.primary-nav {
  border-radius: 4px;
  box-shadow: none;
}

.primary-nav a,
.nav-cta,
.btn {
  border-radius: 4px;
}

.eyebrow,
.intro-kicker,
.label,
.service-index,
.why-card-number,
.contact-detail-ledger span,
.faq-studio-index > span {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading,
.split-heading,
.pricing-section-head {
  max-width: none;
  margin: 0 0 clamp(34px, 5vw, 56px);
  text-align: left;
}

.section-heading h2,
.split-heading h2,
.pricing-section-head h2 {
  max-width: 820px;
  font-size: clamp(2.25rem, 4.8vw, 4.5rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.section-heading p,
.split-heading p,
.pricing-section-head p {
  max-width: 640px;
}

.commercial-intro {
  position: relative;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  padding: 28px 0 clamp(48px, 6vw, 76px);
  border-top: 1px solid var(--studio-rule);
}

.commercial-intro::before {
  display: none;
}

.commercial-intro > div:first-child {
  max-width: 850px;
}

.commercial-intro h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.6vw, 6.5rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.commercial-intro > div:first-child > p:not(.intro-kicker) {
  max-width: 650px;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.intro-actions {
  justify-content: flex-start;
  padding-bottom: 4px;
}

.intro-actions .btn {
  width: 100%;
}

/* Homepage: studio cover, mixed-width offers, editorial proof. */
.hero {
  min-height: auto;
  padding-block: clamp(68px, 8vw, 112px);
  background:
    linear-gradient(90deg, rgba(15,118,110,.055) 0 1px, transparent 1px) calc(50% - 590px) 0 / 100% 100% no-repeat,
    linear-gradient(180deg, #f8fbf9 0%, #f2f7f4 100%);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: clamp(48px, 7vw, 100px);
}

.hero-copy h1 {
  max-width: 790px;
  font-size: clamp(3.8rem, 7.5vw, 7.2rem);
  line-height: 0.86;
  letter-spacing: -0.07em;
}

.hero-copy .hero-subhead {
  max-width: 650px;
}

.hero-proof {
  position: relative;
  padding-top: 0;
}

.hero-proof::before {
  display: none;
}

.proof-browser,
.proof-summary,
.proof-metrics span {
  border-radius: 4px;
}

.home-offers {
  background: #fff;
}

.home-offer-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.home-offer-grid .pricing-card:nth-child(1) { grid-column: span 7; }
.home-offer-grid .pricing-card:nth-child(2) { grid-column: span 5; }

.home-offer-grid-single .pricing-card:nth-child(1) {
  grid-column: 1 / -1 !important;
}

.home-offer-grid .pricing-card,
.studio-service-grid .service-card,
.demo-grid .demo-card,
.proof-card-grid .proof-card {
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(16,42,58,.075);
}

.home-offer-grid .pricing-card:nth-child(1) {
  padding-top: 50px;
  background: linear-gradient(155deg, #edf7f3, #fff 58%);
}

.home-offer-grid .pricing-card:nth-child(3) {
  background: var(--studio-dark);
}

body .home-offer-grid .pricing-card:nth-child(3) {
  border-color: var(--studio-dark);
  background: var(--studio-dark);
}

body .home-offer-grid.pricing-grid .pricing-card:nth-child(3) h3,
body .home-offer-grid.pricing-grid .pricing-card:nth-child(3) p,
body .home-offer-grid.pricing-grid .pricing-card:nth-child(3) li,
body .home-offer-grid.pricing-grid .pricing-card:nth-child(3) .offer-price,
body .home-offer-grid.pricing-grid .pricing-card:nth-child(3) .offer-price small {
  color: #fff !important;
}

body .home-offer-grid.pricing-grid .pricing-card:nth-child(3) .label {
  color: #0b2737 !important;
  background: #edf6f2;
  border-color: #edf6f2;
}

body .home-offer-grid.pricing-grid .pricing-card:nth-child(3) .check-list li::before {
  color: #67e0d7 !important;
}

.home-offer-grid .pricing-card:nth-child(3) h3,
.home-offer-grid .pricing-card:nth-child(3) p,
.home-offer-grid .pricing-card:nth-child(3) li,
.home-offer-grid .pricing-card:nth-child(3) .offer-price,
.home-offer-grid .pricing-card:nth-child(3) .label {
  color: #fff;
}

.pricing-note {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: 0.84rem;
  text-align: left;
}

.pricing-note a {
  color: var(--teal);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

main > section:has(.home-case-study) {
  color: #fff;
  background: var(--studio-dark);
}

.home-case-study {
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: clamp(42px, 7vw, 92px);
}

.home-case-study h2,
.home-case-study p,
.home-case-study blockquote,
.home-case-study cite,
.home-case-study .case-study-metrics strong {
  color: #fff;
}

.home-case-study .project-shot {
  align-self: center;
  min-height: 0;
  border: 0;
  border-radius: 2px;
  background: #fff;
}

.home-case-study .project-shot img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
}

.home-case-study .case-study-metrics span {
  color: #304a57 !important;
  background: #fff;
  border-color: rgba(255,255,255,.72);
}

.home-case-study .case-study-metrics strong {
  color: #0b2737 !important;
}

.personal-section {
  background: #eaf3ef;
}

.personal-strip {
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
}

.personal-note,
.quote-bubble {
  border-radius: 4px;
}

.home-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 20px;
  border-top: 1px solid var(--line-strong);
}

.home-process-grid article {
  min-height: 260px;
  padding: 26px 28px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-process-grid article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.home-process-grid span {
  place-items: start;
  width: auto;
  height: auto;
  color: var(--teal);
  background: transparent !important;
  box-shadow: none !important;
  font: 900 0.7rem/1 ui-monospace, Consolas, monospace;
}

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

.demo-card .demo-shot + h3,
.proof-card .project-shot + h3 {
  margin-top: 22px;
}

.demo-grid .demo-card:nth-child(1),
.proof-card-grid .proof-card:nth-child(1) { grid-column: span 5; }
.demo-grid .demo-card:nth-child(2),
.proof-card-grid .proof-card:nth-child(2) { grid-column: span 3; }
.demo-grid .demo-card:nth-child(3),
.proof-card-grid .proof-card:nth-child(3) { grid-column: span 4; }

.demo-grid .demo-card:nth-child(2) .demo-shot,
.proof-card-grid .proof-card:nth-child(2) .project-shot {
  aspect-ratio: .92;
}

/* Work page: one strong proof block, then an uneven concept gallery. */
.portfolio-client-grid {
  margin-top: 8px;
}

.project-feature {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  border-radius: 4px;
}

.portfolio-demo-heading {
  margin-top: clamp(64px, 8vw, 108px);
}

/* Services: a bento offer set and compact support ledger. */
.studio-service-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.studio-service-grid::before,
.studio-service-grid::after {
  display: none;
}

.studio-service-grid .service-card {
  min-height: 320px;
  padding: 32px;
  border: 1px solid var(--line) !important;
}

.studio-service-grid .service-card:nth-child(1) { grid-column: span 5; }
.studio-service-grid .service-card:nth-child(2) { grid-column: span 4; }
.studio-service-grid .service-card:nth-child(3) { grid-column: span 3; }

.studio-service-grid.website-service-grid .service-card:nth-child(1) { grid-column: span 7; }
.studio-service-grid.website-service-grid .service-card:nth-child(2) { grid-column: span 5; }

.studio-service-grid .service-card:nth-child(2) {
  background: #e8f3ef;
}

.studio-service-grid .service-card:nth-child(3) {
  color: #fff;
  background: var(--studio-dark);
}

body .studio-service-grid .service-card:nth-child(2) {
  background: #e8f3ef;
}

body .studio-service-grid .service-card:nth-child(3) {
  border-color: var(--studio-dark) !important;
  color: #fff !important;
  background: var(--studio-dark) !important;
}

body .studio-service-grid .service-card:nth-child(3) h2,
body .studio-service-grid .service-card:nth-child(3) p,
body .studio-service-grid .service-card:nth-child(3) a {
  color: #fff !important;
}

body .studio-service-grid .service-card:nth-child(3) .service-index {
  color: #82e5dd !important;
}

body .studio-service-grid .service-card:nth-child(3) .label {
  color: #0b2737 !important;
  background: #edf6f2;
  border-color: #edf6f2;
}

.final-cta-with-plan .cta-plan {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: end;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.42);
  border-bottom: 1px solid rgba(255,255,255,.42);
}

.cta-plan span {
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 20px 16px;
  color: #fff;
  font-size: .85rem;
  font-weight: 800;
}

.cta-plan span + span { border-left: 1px solid rgba(255,255,255,.28); }
.cta-plan b { color: #86e4dd; font: 900 .68rem/1 ui-monospace, Consolas, monospace; letter-spacing: .12em; }

@media (min-width: 821px) {
  .demo-grid,
  .proof-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .demo-grid .demo-card:nth-child(n),
  .proof-card-grid .proof-card:nth-child(n) { grid-column: auto; }
}

/* Client proof: one composed case-study panel instead of disconnected columns. */
.home-case-study {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px);
  align-items: stretch;
  padding: clamp(26px, 3vw, 46px);
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.025);
}

.home-case-study .project-shot {
  grid-column: span 7;
  align-self: center;
  display: grid;
  grid-template-rows: auto auto;
  min-height: 0;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
  background: #fff;
  box-shadow: 18px 18px 0 rgba(88,214,202,.09);
  overflow: hidden;
}

.home-case-study .project-shot figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 52px;
  padding: 16px 18px;
  color: #0b2737;
  background: #edf6f2;
  border-bottom: 1px solid #cbded7;
  font: 900 .68rem/1.2 ui-monospace, Consolas, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-case-study .project-shot figcaption a {
  color: #075f69;
  text-decoration: none;
}

.home-case-study .project-shot figcaption a::after { content: " ↗"; }

.home-case-study .project-shot img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.home-case-study .case-study-copy {
  grid-column: span 5;
  align-self: center;
  max-width: 590px;
  padding-block: 10px;
}

.home-case-study .case-study-copy h2 {
  max-width: 11ch;
  margin: 18px 0 24px;
  font-size: clamp(2.8rem, 3.5vw, 4.2rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.home-case-study .case-study-copy > p:not(.eyebrow) {
  max-width: 56ch;
  line-height: 1.7;
}

.case-study-quote {
  margin-top: clamp(30px, 4vw, 48px);
  padding: 24px 0 0 24px;
  border-top: 1px solid rgba(255,255,255,.26);
  border-left: 3px solid #58d6ca;
}

.case-study-quote blockquote {
  max-width: 36ch;
  margin: 0 0 12px;
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  line-height: 1.5;
}

.case-study-quote cite {
  color: rgba(255,255,255,.72) !important;
  font-size: .86rem;
}

.home-case-study .case-study-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(250px, 1.35fr);
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.home-case-study .case-study-metrics span {
  display: grid;
  align-content: center;
  min-height: 116px;
  padding: 20px 24px;
  border: 0;
  border-right: 1px solid #d8e5e0;
  border-radius: 0;
}

.home-case-study .case-study-metrics .btn {
  align-self: stretch;
  min-height: 116px;
  border-radius: 0;
  text-align: center;
}

@media (max-width: 1050px) {
  .home-case-study .project-shot,
  .home-case-study .case-study-copy { grid-column: 1 / -1; }
  .home-case-study .case-study-copy { max-width: 760px; }
  .home-case-study .case-study-copy h2 { max-width: 13ch; }
  .home-case-study .case-study-metrics { grid-template-columns: repeat(3, 1fr); }
  .home-case-study .case-study-metrics .btn { grid-column: 1 / -1; min-height: 70px; }
}

@media (max-width: 680px) {
  .home-case-study { padding: 18px; }
  .home-case-study .project-shot { box-shadow: 8px 8px 0 rgba(88,214,202,.09); }
  .home-case-study .project-shot figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .home-case-study .project-shot img { min-height: 220px; }
  .home-case-study .case-study-copy h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .home-case-study .case-study-metrics { grid-template-columns: 1fr; }
  .home-case-study .case-study-metrics span { min-height: 0; border-right: 0; border-bottom: 1px solid #d8e5e0; }
  .home-case-study .case-study-metrics .btn { grid-column: auto; }
}

@media (max-width: 820px) {
  .final-cta-with-plan .cta-plan { grid-column: 1; }
}

@media (max-width: 520px) {
  .final-cta-with-plan .cta-plan { grid-template-columns: 1fr; }
  .cta-plan span { min-height: 0; grid-template-columns: 36px 1fr; align-items: center; }
  .cta-plan span + span { border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
}

.studio-service-grid .service-card:nth-child(3) h2,
.studio-service-grid .service-card:nth-child(3) p,
.studio-service-grid .service-card:nth-child(3) a {
  color: #fff;
}

.studio-service-grid h2 {
  margin: 20px 0 18px;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: .95;
  letter-spacing: -.05em;
}

.service-index {
  display: block;
  margin-bottom: 28px;
  color: var(--teal);
}

.existing-site-section {
  background: #fff;
}

.existing-site-layout {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: start;
}

.existing-site-intro h2,
.why-reasons-intro h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .9;
  letter-spacing: -.06em;
}

.why-reasons-intro {
  position: relative;
}

.why-reasons-intro > p {
  max-width: 34rem;
  margin: 24px 0 0;
  font-size: 1.02rem;
  line-height: 1.7;
}

.why-personal-cta {
  margin-top: 28px;
}

.why-reasons-intro::after { display: none; }

.service-ledger {
  border-top: 1px solid var(--line-strong);
}

.service-ledger article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.service-ledger span,
.studio-reason-list > article > span {
  color: var(--teal);
  font: 900 .7rem/1 ui-monospace, Consolas, monospace;
}

.service-ledger p {
  margin: 0;
}

/* Why us: editorial statement and numbered reasons, no card wall. */
.why-hero {
  padding-block: clamp(64px, 8vw, 112px);
}

.why-hero-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: clamp(56px, 9vw, 140px);
}

.why-hero h1 {
  max-width: 850px;
  font-size: clamp(3.4rem, 7vw, 7rem);
  line-height: .87;
  letter-spacing: -.07em;
}

.why-hero-card {
  align-self: end;
  padding: 32px;
  border-radius: 2px;
  color: #fff;
  background: var(--studio-dark);
}

.why-hero-card blockquote {
  margin: 42px 0 22px;
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  font-weight: 800;
  line-height: 1.05;
}

.why-hero-card p,
.why-hero-card a {
  color: rgba(255,255,255,.82);
}

.why-card-number {
  color: var(--gold-soft);
}

.why-reasons-section {
  background: #fff;
}

.why-reasons-layout {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  gap: clamp(52px, 10vw, 150px);
}

.studio-reason-list {
  display: block;
  border-top: 1px solid var(--line-strong);
}

.studio-reason-list .why-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 26px;
  min-height: 0;
  padding: 28px 0;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.studio-reason-list .why-card > span {
  color: var(--teal);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.studio-reason-list .why-card::before,
.studio-reason-list .why-card::after {
  display: none !important;
}

.studio-reason-list .why-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.studio-reason-list .why-card p {
  max-width: 600px;
  margin: 0;
}

/* FAQ: compact question ledger with a real index. */
.faq-studio-layout {
  display: grid;
  grid-template-columns: minmax(240px, .38fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}

.faq-studio-index {
  position: sticky;
  top: 108px;
  padding-top: 22px;
  border-top: 1px solid var(--line-strong);
}

.faq-studio-index > span {
  color: var(--teal);
}

.faq-studio-index strong {
  display: block;
  margin: 28px 0 16px;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.05;
}

.faq-studio-layout .faq-list {
  display: block;
  margin: 0;
}

.faq-studio-layout .faq-item {
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.faq-studio-layout .faq-item:first-child {
  border-top: 1px solid var(--line-strong);
}

.faq-studio-layout .faq-item summary {
  min-height: 76px;
  padding-inline: 0 44px;
  font-size: 1.02rem;
}

.faq-studio-layout .faq-item > p,
.faq-studio-layout .faq-answer {
  max-width: 760px;
  padding-inline: 0 44px;
}

/* Contact: one composed panel, no duplicated CTA section. */
.contact-studio-page {
  background: linear-gradient(135deg, #eef6f2 0 48%, #fff 48% 100%);
}

.contact-studio-grid {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(480px, 1.22fr);
  gap: clamp(56px, 9vw, 130px);
  align-items: start;
}

.contact-studio-copy {
  position: sticky;
  top: 116px;
  padding-top: 26px;
  border-top: 1px solid var(--studio-rule);
}

.contact-studio-copy h1,
.contact-studio-copy h2 {
  max-width: 650px;
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  line-height: .87;
  letter-spacing: -.065em;
}

.contact-detail-ledger {
  margin: 42px 0 28px;
  border-top: 1px solid var(--line);
}

.contact-detail-ledger > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.contact-detail-ledger a,
.contact-detail-ledger strong {
  color: var(--ink);
  font-size: .92rem;
}

.contact-studio-form {
  padding: clamp(28px, 4vw, 52px);
  border-radius: 2px;
  box-shadow: 0 28px 80px rgba(16,42,58,.11);
}

/* Pricing and all remaining commercial pages share the tighter rhythm. */
.pricing-cluster,
.care-plan-section,
#pricing-questions {
  padding-block: clamp(64px, 7vw, 88px);
}

.pricing-page-index,
.pricing-clarity,
.care-action-strip,
.client-proof-compact {
  border-radius: 2px;
}

.pricing-grid .pricing-card {
  border-radius: 4px;
}

/* Supporting and policy pages use an editorial ledger instead of a card stack. */
.legal-layout {
  grid-template-columns: minmax(190px, .3fr) minmax(0, 1fr);
  gap: 0 clamp(44px, 8vw, 110px);
  max-width: 1180px;
}

.legal-layout > .legal-meta {
  position: sticky;
  top: 108px;
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: start;
  display: grid;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--line-strong);
}

.legal-layout > .legal-card {
  grid-column: 2;
  padding: 30px 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.legal-layout > .legal-card:first-of-type {
  padding-top: 20px;
  border-top: 1px solid var(--line-strong);
}

.legal-layout > .legal-card h2 {
  max-width: 760px;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
}

main .three-grid:not(.studio-service-grid) {
  border-radius: 2px;
}

/* Final CTA is a compact editorial close, not an empty billboard. */
.final-cta {
  min-height: 0;
  padding: 0 !important;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
  gap: 24px 70px;
  align-items: end;
  min-height: 0;
  padding-block: clamp(58px, 7vw, 84px);
  text-align: left;
}

.final-cta-inner h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: .9;
  letter-spacing: -.06em;
}

.final-cta-inner p:not(.eyebrow) {
  align-self: start;
  max-width: 520px;
  margin: 0;
}

.final-cta-inner .btn {
  grid-column: 2;
  width: fit-content;
}

.final-cta-inner .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255,255,255,.72);
}

.final-cta-inner::after {
  display: none;
}

@media (max-width: 980px) {
  .commercial-intro,
  .hero-grid,
  .why-hero-grid,
  .existing-site-layout,
  .why-reasons-layout,
  .contact-studio-grid {
    grid-template-columns: 1fr;
  }

  .commercial-intro::before {
    display: none;
  }

  .intro-actions .btn {
    width: fit-content;
  }

  .home-offer-grid .pricing-card:nth-child(1),
  .home-offer-grid .pricing-card:nth-child(2) {
    grid-column: span 6;
  }

  .studio-service-grid .service-card:nth-child(1),
  .studio-service-grid .service-card:nth-child(2),
  .studio-service-grid .service-card:nth-child(3) {
    grid-column: span 4;
  }

  .contact-studio-copy,
  .faq-studio-index,
  .legal-layout > .legal-meta {
    position: static;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-layout > .legal-meta,
  .legal-layout > .legal-card {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .section-pad {
    padding-block: 54px;
  }

  .commercial-intro,
  .final-cta-inner,
  .faq-studio-layout {
    grid-template-columns: 1fr;
  }

  .commercial-intro h1,
  .hero-copy h1,
  .why-hero h1,
  .contact-studio-copy h1,
  .contact-studio-copy h2 {
    font-size: clamp(2.75rem, 14vw, 4.4rem);
    line-height: .9;
  }

  .intro-actions,
  .intro-actions .btn {
    width: 100%;
  }

  .home-offer-grid,
  .studio-service-grid,
  .demo-grid,
  .proof-card-grid {
    grid-template-columns: 1fr;
  }

  .home-offer-grid .pricing-card:nth-child(1),
  .home-offer-grid .pricing-card:nth-child(2),
  .studio-service-grid .service-card:nth-child(1),
  .studio-service-grid .service-card:nth-child(2),
  .studio-service-grid .service-card:nth-child(3),
  .demo-grid .demo-card:nth-child(1),
  .demo-grid .demo-card:nth-child(2),
  .demo-grid .demo-card:nth-child(3),
  .proof-card-grid .proof-card:nth-child(1),
  .proof-card-grid .proof-card:nth-child(2),
  .proof-card-grid .proof-card:nth-child(3) {
    grid-column: auto;
  }

  .studio-service-grid .service-card {
    min-height: 250px;
  }

  .home-case-study,
  .personal-strip,
  .project-feature {
    grid-template-columns: 1fr;
  }

  .home-case-study .project-shot {
    min-height: 300px;
  }

  .home-process-grid {
    grid-template-columns: 1fr;
  }

  .home-process-grid article {
    min-height: 0;
    padding: 24px clamp(18px, 4vw, 28px);
    border-bottom: 1px solid var(--line);
  }

  .home-process-grid article + article {
    padding-left: 0;
    border-left: 0;
  }

  .contact-studio-page {
    background: #eef6f2;
  }

  .contact-studio-grid {
    gap: 42px;
  }

  .contact-studio-form {
    padding: 24px 18px;
  }

  .final-cta-inner .btn {
    grid-column: 1;
    width: 100%;
  }
}

/* Focused polish: client proof, concept gallery, and footer contrast. */
.site-footer a:hover,
.site-footer a:focus-visible,
.footer-policy-row a:hover,
.footer-policy-row a:focus-visible {
  color: var(--blue-dark) !important;
  background: rgba(35, 105, 157, 0.07);
}

.footer-brand:hover,
.footer-brand:focus-visible {
  background: transparent;
}

.footer-brand:hover strong,
.footer-brand:focus-visible strong {
  color: var(--blue-dark);
}

.split-heading:has(#demos-heading)::after,
.portfolio-demo-heading::after {
  display: none;
}

.demo-grid,
.proof-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.demo-grid .demo-card:nth-child(1),
.demo-grid .demo-card:nth-child(2),
.demo-grid .demo-card:nth-child(3),
.proof-card-grid .proof-card:nth-child(1),
.proof-card-grid .proof-card:nth-child(2),
.proof-card-grid .proof-card:nth-child(3) {
  grid-column: auto;
}

.demo-grid .demo-card,
.proof-card-grid .proof-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.demo-grid .demo-shot,
.proof-card-grid .project-shot,
.demo-grid .demo-card:nth-child(2) .demo-shot,
.proof-card-grid .proof-card:nth-child(2) .project-shot {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.demo-grid .demo-shot img,
.proof-card-grid .project-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.demo-grid .text-link,
.proof-card-grid .text-link {
  margin-top: auto;
}

@media (max-width: 760px) {
  .demo-grid,
  .proof-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Final responsive safeguards: every persistent mobile action has a full tap
   target, and the short-landscape hero gets to its CTA without crowding. */
@media (max-width: 1080px) {
  .nav-actions .nav-cta {
    display: none;
  }

  .site-header .brand,
  .mobile-direct-cta,
  .site-footer a,
  .proof-browser-bar a,
  .home-case-study .project-shot figcaption a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .mobile-direct-cta {
    min-height: 44px;
  }

  .site-footer .footer-policy-row a {
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 8px 7px;
  }
}

@media (orientation: landscape) and (max-height: 500px) and (min-width: 600px) {
  .hero {
    padding-block: 28px 54px;
  }

  .hero-copy h1 {
    margin-bottom: 12px;
    font-size: clamp(2.75rem, 6.5vw, 3.35rem);
    line-height: .92;
  }

  .hero-copy .hero-subhead {
    margin-bottom: 14px;
    font-size: .92rem;
    line-height: 1.45;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .btn {
    min-height: 44px;
    padding: 10px 14px;
    font-size: .86rem;
  }
}
