/*
Theme Name: Benjamin Riske — Sitio Completo
Theme URI: https://benjaminriske.com
Author: Benjamin Riske
Description: Tema completo para benjaminriske.com con portada, precios, portfolio, contacto, cursos, enlaces, tarjeta digital, iniciativa para iglesias y páginas SEO por ciudad.
Version: 2.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: benjamin-riske
*/

:root {
	--font-geist-sans: 'Geist', Arial, sans-serif;
	--font-geist-mono: 'Geist Mono', monospace;
  --background: #ffffff;
  --hero-photo-bg: #f8f8f8;
  --surface: #ffffff;
  --ink: #111111;
  --muted: #5f5f5f;
  --quiet: #8a8a8a;
  --line: #e5e5e5;
  --line-strong: #111111;
  --shadow: 0 18px 50px rgba(17, 17, 17, 0.07);
  --sans: var(--font-geist-sans), Inter, Manrope, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

.blog-coming-soon {
  min-height: calc(100svh - 6rem);
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 1rem;
  padding: clamp(5rem, 13vw, 10rem) 1.5rem;
  text-align: center;
}

.blog-coming-soon-kicker {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-coming-soon h1 {
  margin: 0;
  font-size: clamp(4rem, 15vw, 13rem);
  font-weight: 850;
  letter-spacing: -0.09em;
  line-height: 0.86;
}

.contact-page-hero {
  width: min(100%, 116rem);
  min-height: calc(100svh - 5.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(24rem, 0.98fr);
  align-items: stretch;
  gap: clamp(2rem, 5vw, 6rem);
  margin-inline: auto;
  padding: clamp(1.25rem, 2.5vw, 2.75rem) clamp(1rem, 4vw, 4.5rem) clamp(4rem, 7vw, 7rem);
}

.contact-page-copy {
  align-self: start;
  padding-top: clamp(0.5rem, 1.5vw, 1.5rem);
  max-width: 48rem;
}

.contact-page-intro {
  margin: 0 0 clamp(1.25rem, 2.5vw, 2.25rem);
  color: var(--muted);
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 680;
}

.contact-page-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.5rem, 9vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-wrap: balance;
}

.contact-page-lede {
  max-width: 34rem;
  margin: clamp(1rem, 2vw, 1.75rem) 0 0;
  color: #3f3f3f;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.contact-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: clamp(1.5rem, 2.5vw, 2.25rem);
}

.contact-page-primary,
.contact-page-secondary {
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.95rem 1.2rem;
  border: 1px solid var(--ink);
  font-size: 0.95rem;
  font-weight: 750;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-page-primary {
  min-width: min(100%, 18.5rem);
  background: var(--ink);
  color: var(--surface);
}

.contact-page-secondary {
  background: var(--surface);
  color: var(--ink);
}

.contact-page-primary:hover,
.contact-page-primary:focus-visible,
.contact-page-secondary:hover,
.contact-page-secondary:focus-visible {
  transform: translateY(-2px);
}

.contact-page-primary:hover,
.contact-page-primary:focus-visible {
  background: #2d2d2d;
}

.contact-page-secondary:hover,
.contact-page-secondary:focus-visible {
  background: #f1f1f1;
}

.contact-page-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem clamp(2rem, 5vw, 5rem);
  margin: clamp(1rem, 2vw, 1.5rem) 0 0;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.contact-page-details div {
  display: grid;
  gap: 0.35rem;
}

.contact-page-details dt {
  color: var(--quiet);
  font-size: 0.75rem;
  font-weight: 700;
}

.contact-page-details dd {
  margin: 0;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 650;
}

.contact-page-details a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25em;
  transition: text-decoration-color 180ms ease;
}

.contact-page-details a:hover,
.contact-page-details a:focus-visible {
  text-decoration-color: currentColor;
}

.contact-page-portrait {
  position: relative;
  width: min(100%, 34rem);
  height: clamp(28rem, 39vw, 33rem);
  justify-self: center;
  margin: 0;
  overflow: hidden;
  background: #f3f3f3;
}

.contact-page-portrait img {
  object-fit: cover;
  object-position: center 42%;
}

.contact-page-portrait figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.65rem 0.8rem;
  background: var(--surface);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 680;
}

@media (max-width: 860px) {
  .contact-page-hero {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-top: 2.25rem;
  }

  .contact-page-copy {
    max-width: 42rem;
  }

  .contact-page-intro {
    margin-bottom: 1.75rem;
  }

  .contact-page-portrait {
    width: 100%;
    height: min(108vw, 34rem);
  }
}

@media (max-width: 520px) {
  .contact-page-hero h1 {
    font-size: clamp(3.75rem, 19vw, 5rem);
  }

  .contact-page-actions,
  .contact-page-primary,
  .contact-page-secondary {
    width: 100%;
  }

  .contact-page-details {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page-primary,
  .contact-page-secondary,
  .contact-page-details a {
    transition: none;
  }

  .contact-page-primary:hover,
  .contact-page-primary:focus-visible,
  .contact-page-secondary:hover,
  .contact-page-secondary:focus-visible {
    transform: none;
  }
}

/* WordPress-specific finishing rules. */
.entry-content { color: #3f3f3f; font-size: 1rem; line-height: 1.7; }
.entry-content > * { max-width: 70ch; margin-inline: auto; }
.entry-content a { text-decoration: underline; text-underline-offset: .2em; }
.entry-content img { display: block; max-width: 100%; height: auto; }
.pricing-card { display: grid; gap: .75rem; align-content: start; }
.pricing-card h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 400; }
.pricing-card-price { display: block; font-size: clamp(3.3rem, 8vw, 5.5rem); letter-spacing: -.08em; line-height: .9; }
.pricing-card .button { margin-top: 1rem; }
[hidden] { display: none !important; }

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

img {
  max-width: 100%;
}

.city-hub-intro {
  max-width: 62ch;
  margin: 1rem 0 2rem;
  color: var(--muted);
  line-height: 1.7;
}

.city-route-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  border-top: 1px solid var(--line);
}

.city-route-list a {
  display: grid;
  gap: 0.3rem;
  padding: 1.25rem 1rem;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s ease, color 0.2s ease;
}

.city-route-list a:hover,
.city-route-list a:focus-visible {
  background: var(--ink);
  color: var(--surface);
}

.city-route-list span {
  color: var(--muted);
  font-size: 0.8rem;
}

.city-route-list a:hover span,
.city-route-list a:focus-visible span {
  color: rgba(255, 255, 255, 0.72);
}

.footer-city-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1rem;
}

.footer-city-links a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* Route CSS from the city landing is bundled globally by Vinext. These
   higher-specificity rules preserve the shared site navigation everywhere
   outside a city page. */
body:not(:has(.city-seo-page)) .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.7rem clamp(1rem, 3vw, 2rem);
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
  pointer-events: none;
}

body:not(:has(.city-seo-page)) .nav-shell {
  width: min(100%, 116rem);
  min-height: 4rem;
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 1.7vw, 1.5rem);
  margin-inline: auto;
  padding: 0.45rem 0.85rem 0.45rem 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.125rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.1);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

body:not(:has(.city-seo-page)) .brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.75rem;
  min-width: 14rem;
  white-space: nowrap;
}

body:not(:has(.city-seo-page)) .brand-mark {
  width: 4rem;
  height: 2.625rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 0.625rem;
  background: var(--surface);
}

body:not(:has(.city-seo-page)) .brand-copy {
  display: grid;
  gap: 0.15rem;
  line-height: 1.08;
}

body:not(:has(.city-seo-page)) .brand-copy strong {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body:not(:has(.city-seo-page)) .brand-copy span {
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0;
}

body:not(:has(.city-seo-page)) .nav-links {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  gap: clamp(0.55rem, 1.6vw, 2rem);
  min-width: 0;
  color: var(--muted);
}

body:not(:has(.city-seo-page)) .nav-links a {
  position: relative;
  min-width: 4.75rem;
  min-height: 2.875rem;
  display: inline-grid;
  align-content: center;
  justify-items: center;
  gap: 0.2rem;
  padding: 0.25rem 0.4rem 0.32rem;
  border-radius: 0.75rem;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.05;
  text-align: center;
  text-transform: none;
}

body:not(:has(.city-seo-page)) .nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0.05rem;
  width: 1rem;
  height: 0.1875rem;
  border-radius: 999px;
  transform: translateX(-50%) scaleX(0.5);
  background: var(--ink);
  opacity: 0;
}

body:not(:has(.city-seo-page)) .nav-links a:hover,
body:not(:has(.city-seo-page)) .nav-links a:focus-visible,
body:not(:has(.city-seo-page)) .nav-links a[aria-current="page"] {
  color: var(--ink);
  background: rgba(17, 17, 17, 0.055);
}

body:not(:has(.city-seo-page)) .nav-links a:hover::after,
body:not(:has(.city-seo-page)) .nav-links a:focus-visible::after,
body:not(:has(.city-seo-page)) .nav-links a[aria-current="page"]::after {
  right: auto;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

body:not(:has(.city-seo-page)) .nav-item-icon {
  display: grid;
  place-items: center;
  color: currentColor;
}

body:not(:has(.city-seo-page)) .nav-item-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body:not(:has(.city-seo-page)) .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.1rem;
  border: 1px solid var(--ink);
  border-radius: 0.875rem;
  background: var(--ink);
  color: var(--surface);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.16);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

::selection {
  background: var(--ink);
  color: var(--surface);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--surface);
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.7rem clamp(1rem, 3vw, 2rem);
  background: transparent;
  pointer-events: none;
}

.nav-shell {
  width: min(100%, 116rem);
  min-height: 4rem;
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 1.7vw, 1.5rem);
  margin-inline: auto;
  padding: 0.45rem 0.85rem 0.45rem 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.125rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.1);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.75rem;
  min-width: 14rem;
  white-space: nowrap;
}

.brand-mark {
  width: 4rem;
  height: 2.625rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 0.625rem;
  background: var(--surface);
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
  line-height: 1.08;
}

.brand-copy strong {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-copy span {
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  gap: clamp(0.55rem, 1.6vw, 2rem);
  color: var(--muted);
  min-width: 0;
}

.nav-links a,
.header-cta,
.button {
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.nav-links a {
  position: relative;
  min-width: 4.75rem;
  min-height: 2.875rem;
  display: inline-grid;
  align-content: center;
  justify-items: center;
  gap: 0.2rem;
  padding: 0.25rem 0.4rem 0.32rem;
  border-radius: 0.75rem;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.05;
  text-align: center;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.05rem;
  width: 1rem;
  height: 0.1875rem;
  border-radius: 999px;
  transform: translateX(-50%) scaleX(0.5);
  transform-origin: center;
  background: var(--ink);
  opacity: 0;
  transition: transform 0.22s ease;
}

.nav-item-icon {
  display: grid;
  place-items: center;
  color: currentColor;
}

.nav-item-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: var(--ink);
  background: rgba(17, 17, 17, 0.055);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.1rem;
  border: 1px solid var(--ink);
  border-radius: 0.875rem;
  background: var(--ink);
  color: var(--surface);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.16);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #2a2a2a;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: calc(100svh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(21rem, 0.88fr);
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  column-gap: clamp(1.5rem, 3.4vw, 4rem);
  row-gap: clamp(1rem, 2.1vw, 1.65rem);
  margin-top: -5.4rem;
  padding: clamp(6.45rem, 8vw, 7.65rem) clamp(1.25rem, 5vw, 4.5rem) clamp(1.1rem, 2vw, 1.9rem);
  overflow: hidden;
  background: var(--hero-photo-bg);
}

.hero-cross {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 1;
  width: clamp(22rem, 38vw, 43rem);
  height: auto;
  opacity: 0.045;
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: grayscale(1) contrast(1.2);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.72) 55%, transparent 76%);
  mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0, 0, 0, 0.72) 55%, transparent 76%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 55rem;
  padding-top: 0;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: #6b6b6b;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.36em;
  line-height: 1.7;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 53rem;
  margin: 0.75rem 0 0.78rem;
  font-family: var(--serif);
  font-size: clamp(3.35rem, 5.1vw, 5.55rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.94;
  text-wrap: balance;
}

.hero-description {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.94rem, 1.1vw, 1.04rem);
  line-height: 1.54;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.95rem;
  flex-wrap: wrap;
}

.hero-price-links {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-price-link {
  position: absolute;
  display: grid;
  gap: 0.42rem;
  width: clamp(8.8rem, 13vw, 12.8rem);
  min-height: clamp(5.1rem, 7vw, 6.7rem);
  align-content: center;
  justify-items: center;
  overflow: hidden;
  padding: 0.92rem 1rem 0.85rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.18);
  pointer-events: auto;
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

.hero-price-link:hover,
.hero-price-link:focus-visible {
  border-color: rgba(17, 17, 17, 0.34);
  background: var(--surface);
  transform: translateY(-2px);
}

.hero-price-link span {
  width: calc(100% + 2rem);
  margin: -0.92rem -1rem 0;
  padding: 0.55rem 0.5rem;
  color: var(--surface);
  background: var(--ink);
  font-size: clamp(0.7rem, 1vw, 1.05rem);
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.hero-price-link strong {
  color: var(--ink);
  font-size: clamp(2.25rem, 4.5vw, 4.8rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.9;
}

.hero-price-link-business {
  top: 19%;
  left: 50%;
  transform: translate(-50%, -12%);
  width: clamp(10rem, 15vw, 14.5rem);
}

.hero-price-link-starter {
  left: 0;
  top: 51%;
  transform: translate(-16%, -50%);
}

.hero-price-link-landing {
  right: 0;
  top: 53%;
  transform: translate(12%, -50%);
}

.hero-price-link-business:hover,
.hero-price-link-business:focus-visible {
  transform: translate(-50%, -16%);
}

.hero-price-link-starter:hover,
.hero-price-link-starter:focus-visible {
  transform: translate(-16%, calc(-50% - 2px));
}

.hero-price-link-landing:hover,
.hero-price-link-landing:focus-visible {
  transform: translate(12%, calc(-50% - 2px));
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.95rem;
  gap: 1rem;
  padding: 0 2.05rem;
  border: 1px solid var(--ink);
  font-size: 0.98rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  line-height: 1;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:active,
.header-cta:active {
  transform: translateY(0);
}

.button-primary {
  background: var(--ink);
  color: var(--surface);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #2a2a2a;
}

.button-secondary {
  background: var(--surface);
  color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #f1f1f1;
}

.button-tertiary {
  border-color: transparent;
  background: transparent;
  color: var(--ink);
}

.button-tertiary:hover,
.button-tertiary:focus-visible {
  border-color: var(--line);
  background: var(--surface);
}

.trust-row {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  align-self: end;
  justify-self: center;
  transform: translateY(-1.6rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 78rem);
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.035);
  backdrop-filter: blur(12px);
}

.service-item {
  background: var(--surface);
  border: 1px solid var(--line);
}

.trust-card {
  position: relative;
  min-height: 5.6rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 1.8vw, 1.6rem);
  padding: 1rem clamp(1.4rem, 2.6vw, 3rem);
  transition:
    background 0.22s ease,
    transform 0.22s ease;
}

.trust-card + .trust-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  bottom: 1.15rem;
  width: 1px;
  background: rgba(17, 17, 17, 0.12);
}

.trust-card:hover,
.trust-card:focus-visible {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
}

.trust-icon,
.service-index {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  background: var(--ink);
  color: var(--surface);
  font-size: 0.68rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

.trust-icon {
  background: transparent;
  color: rgba(17, 17, 17, 0.58);
}

.trust-icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.trust-copy {
  display: grid;
  gap: 0.32rem;
  min-width: 0;
}

.trust-copy strong {
  color: var(--ink);
  font-size: clamp(0.74rem, 0.92vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.05;
  text-transform: uppercase;
}

.trust-copy span {
  color: var(--muted);
  font-size: clamp(0.9rem, 1.25vw, 1.22rem);
  font-weight: 500;
  line-height: 1.25;
}

.service-item h3 {
  margin: 0 0 0.5rem;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.15;
}

.service-item p,
.section-copy,
.contact p,
.site-footer {
  color: var(--muted);
}

.service-item p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 27rem;
}

.hero-image {
  position: relative;
  z-index: 1;
  width: min(35rem, 100%);
  max-height: calc(100svh - 142px);
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.digital-stats-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(18rem, 0.85fr);
  grid-template-rows: auto 1fr auto;
  column-gap: clamp(2rem, 3.5vw, 4.5rem);
  row-gap: clamp(1.25rem, 2vw, 2rem);
  align-items: center;
  margin: clamp(1rem, 2vw, 2rem) clamp(1rem, 2vw, 2rem) 0;
  padding: clamp(2.25rem, 3.5vw, 4rem) clamp(1.5rem, 4vw, 5rem) clamp(1.25rem, 2vw, 1.75rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: #fafafa;
}

.digital-stats-banner::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 22%;
  opacity: 0.45;
  background-image: radial-gradient(circle, rgba(17, 17, 17, 0.12) 1px, transparent 1px);
  background-size: 9px 9px;
  -webkit-mask-image: linear-gradient(to left, #000, transparent);
  mask-image: linear-gradient(to left, #000, transparent);
  pointer-events: none;
}

.digital-stats-intro,
.digital-stats-list,
.digital-stats-action,
.digital-stats-source {
  position: relative;
  z-index: 1;
}

.digital-stats-intro,
.digital-stats-list,
.digital-stats-source {
  grid-column: 1;
}

.digital-stats-list {
  grid-row: 2;
}

.digital-stats-action {
  grid-column: 2;
  grid-row: 1 / 3;
}

.digital-stats-source {
  grid-row: 3;
}

.digital-stats-kicker {
  margin: 0 0 0.8rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.35em;
}

.digital-stats-intro h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 3.5vw, 4.3rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.03;
  text-wrap: balance;
}

.digital-stats-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.digital-stat {
  min-width: 0;
  padding: 0 clamp(1.25rem, 2vw, 2.25rem);
  text-align: center;
}

.digital-stat + .digital-stat {
  border-left: 1px solid #d8d8d8;
}

.digital-stat-icon {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.65rem;
}

.digital-stat-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.digital-stat strong {
  display: block;
  font-size: clamp(2rem, 3vw, 3.45rem);
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  line-height: 1;
}

.digital-stat p {
  max-width: 12rem;
  margin: 0.55rem auto 0;
  color: #343434;
  font-size: clamp(0.82rem, 1vw, 1rem);
  line-height: 1.45;
  text-wrap: balance;
}

.digital-stats-action {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding-left: clamp(1.75rem, 3vw, 4rem);
  border-left: 1px solid #d8d8d8;
}

.digital-stats-action p {
  margin: 0;
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  line-height: 1.5;
  text-wrap: pretty;
}

.digital-stats-action a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 3.75rem;
  padding: 0 1.4rem;
  background: var(--ink);
  color: var(--surface);
  font-weight: 750;
  transition: background 0.2s ease, transform 0.2s ease;
}

.digital-stats-action a:hover,
.digital-stats-action a:focus-visible {
  background: #303030;
  transform: translateY(-2px);
}

.digital-stats-source {
  margin: 0;
  color: #777;
  font-size: 0.78rem;
  text-align: center;
}

.digital-stats-source a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.digital-stats-source a:hover,
.digital-stats-source a:focus-visible {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.section {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 4.5rem);
  border-top: 1px solid var(--line);
}

.about-section {
  padding: clamp(4.75rem, 7.6vw, 7.25rem) clamp(1.25rem, 4vw, 4.25rem);
  border-top: 1px solid var(--line);
  background: var(--background);
}

.home-pricing-preview {
  padding: clamp(4.75rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4.25rem);
  border-top: 1px solid var(--line);
  background: #fff;
}

.home-pricing-heading,
.home-pricing-list,
.home-pricing-link {
  width: min(100%, 84rem);
  margin-inline: auto;
}

.home-pricing-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.home-pricing-heading .section-label { margin-bottom: 1.4rem; }

.home-pricing-heading h2 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6.3vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.92;
  text-wrap: balance;
}

.home-pricing-lede {
  max-width: 30rem;
  margin: 0 0 0.45rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}

.home-pricing-list { display: grid; gap: 1.25rem; }

.home-pricing-row {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr) minmax(11rem, 0.42fr);
  align-items: center;
  min-height: 10rem;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  background: #fff;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home-pricing-row:hover {
  border-color: #111;
  box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 7%);
  transform: translateY(-2px);
}

.home-pricing-number,
.home-pricing-copy,
.home-pricing-price {
  min-height: 100%;
  display: flex;
  align-items: center;
}

.home-pricing-number {
  justify-content: center;
  border-right: 1px solid #e5e5e5;
  color: #666;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.28em;
}

.home-pricing-copy { flex-direction: column; align-items: flex-start; justify-content: center; padding: 1.5rem clamp(1.25rem, 3.5vw, 3rem); }
.home-pricing-copy h3 { margin: 0 0 0.4rem; font-family: var(--serif); font-size: clamp(2.2rem, 3.5vw, 3.55rem); font-weight: 500; letter-spacing: -0.02em; line-height: 1; }
.home-pricing-copy p { max-width: 34rem; margin: 0; color: var(--muted); font-size: clamp(0.95rem, 1.25vw, 1.15rem); line-height: 1.45; }

.home-pricing-price { justify-content: center; border-left: 1px solid #e5e5e5; font-size: clamp(3.8rem, 6vw, 6rem); font-weight: 800; letter-spacing: -0.07em; line-height: 1; }

.home-pricing-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 1.8rem;
  margin-top: 2.25rem;
  color: var(--ink);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 750;
  text-decoration: none;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.65rem;
}

.home-pricing-link span { font-size: 1.9em; font-weight: 400; line-height: 0.5; transition: transform 180ms ease; }
.home-pricing-link:hover span,
.home-pricing-link:focus-visible span { transform: translateX(0.3rem); }

@media (max-width: 760px) {
  .home-pricing-heading { grid-template-columns: 1fr; gap: 1.75rem; }
  .home-pricing-heading h2 { max-width: 11ch; font-size: clamp(3rem, 13vw, 5rem); }
  .home-pricing-lede { max-width: 34rem; }
  .home-pricing-row { grid-template-columns: 3.75rem minmax(0, 1fr); min-height: 0; }
  .home-pricing-number { align-self: stretch; }
  .home-pricing-copy { min-height: 9rem; padding: 1.35rem 1rem 1.35rem 1.25rem; }
  .home-pricing-copy h3 { font-size: clamp(1.85rem, 8vw, 2.6rem); }
  .home-pricing-price { grid-column: 2; justify-content: flex-start; min-height: 4.25rem; padding: 0 1.25rem; border-top: 1px solid #e5e5e5; border-left: 0; font-size: clamp(3.2rem, 14vw, 4.6rem); }
}

.about-grid {
  display: grid;
  grid-template-columns:
    minmax(15rem, 0.9fr)
    minmax(18rem, 0.8fr)
    minmax(24rem, 1.1fr);
  gap: clamp(1.75rem, 3.2vw, 4.25rem);
  align-items: center;
  max-width: 84rem;
  margin: 0 auto;
}

.section-label {
  display: block;
  margin: 0 0 1.15rem;
  color: #6b6b6b;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.36em;
  line-height: 1.7;
  text-transform: uppercase;
}

.about-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.15rem, 5.05vw, 5.45rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.93;
  text-wrap: balance;
}

.about-heading h2.about-heading-seo {
  max-width: 23ch;
  font-size: clamp(1.5rem, 2.15vw, 2.35rem);
  letter-spacing: -0.02em;
  line-height: 1.06;
  text-wrap: pretty;
}

.about-photo {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #efede8;
  aspect-ratio: 4 / 5;
}

.about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 49%;
  filter: saturate(0.12) contrast(1.03);
}

.about-info {
  display: grid;
  gap: clamp(1.2rem, 2.4vw, 2.2rem);
  padding-top: 0;
}

.about-side {
  display: grid;
  gap: clamp(2rem, 3vw, 3rem);
  align-self: center;
}

.about-info-item {
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr);
  gap: 1.35rem;
  align-items: center;
}

.about-info-icon {
  display: inline-grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  color: var(--ink);
}

.about-info-icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.about-flag {
  width: 2.25rem;
  height: 1.45rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background:
    linear-gradient(#000 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.about-flag-paraguay {
  background:
    linear-gradient(#d52b1e 0 33.333%, #ffffff 33.333% 66.666%, #0038a8 66.666%);
}

.about-nationality-flags {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.about-info-copy {
  display: grid;
  gap: 0.28rem;
  color: var(--ink);
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.45;
}

.about-info-copy strong {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.98em;
  font-weight: 560;
}

.about-info-copy span {
  color: var(--ink);
}

.about-copy {
  max-width: 34rem;
  padding-top: clamp(1.15rem, 2vw, 1.6rem);
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(0.92rem, 0.98vw, 1.02rem);
  line-height: 1.72;
}

.about-copy p {
  margin: 0;
}

.about-copy p + p {
  margin-top: 1.45rem;
}

.about-copy a {
  color: var(--ink);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.4vw, 2rem);
  max-width: 92rem;
  margin: clamp(3rem, 5vw, 4.55rem) auto 0;
}

.principle {
  min-height: clamp(11.75rem, 18vw, 14.1rem);
  display: grid;
  grid-template-columns: 6.2rem minmax(0, 1fr);
  column-gap: clamp(1.15rem, 2.2vw, 2rem);
  align-content: start;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

.principle-top,
.principle-source {
  display: grid;
  align-items: center;
}

.principle-top {
  grid-row: 1 / span 2;
  grid-template-columns: 2.6rem 1fr;
  gap: 1.35rem;
  align-items: start;
  padding-top: 0.25rem;
}

.principle-top::after {
  content: "";
  width: 1px;
  min-height: 7.7rem;
  background: var(--line);
}

.principle-number,
.principle-label {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.principle-number {
  display: inline-grid;
  place-items: center;
  width: auto;
  height: auto;
  padding-top: 0.1rem;
  background: transparent;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.principle-label {
  color: var(--quiet);
  text-align: left;
  white-space: nowrap;
}

.principle blockquote {
  margin: 1.95rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.34rem, 1.75vw, 1.78rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
}

.principle-source {
  grid-column: 2;
  width: fit-content;
  margin-top: 1.55rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
  grid-auto-flow: column;
  gap: 0.55rem;
}

.principle-source:hover,
.principle-source:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.24em;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.65fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
  margin-top: 1.25rem;
}

.section h2,
.section-heading h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 5.25rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

.section-copy {
  font-size: 1rem;
  line-height: 1.8;
}

.section-copy p {
  margin: 0;
}

.section-copy p + p {
  margin-top: 1rem;
}

.section-heading {
  max-width: 54rem;
}

.section-heading h2 {
  margin-top: 1rem;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2.25rem, 5vw, 4rem);
  background: var(--line);
  border: 1px solid var(--line);
}

.service-item {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.35rem, 3vw, 2rem);
  transition:
    background 0.22s ease,
    transform 0.22s ease;
}

.service-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.service-icon {
  display: grid;
  place-items: center;
  width: clamp(4rem, 5.5vw, 5rem);
  height: clamp(4rem, 5.5vw, 5rem);
  color: var(--ink);
}

.service-icon svg {
  width: 68%;
  height: 68%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.service-item:hover {
  background: #fbfbfb;
  transform: translateY(-2px);
}

.service-item h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.1rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.contact {
  padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 4.5rem);
  text-align: center;
  border-top: 1px solid var(--line);
  background: var(--hero-photo-bg);
}

.contact h2 {
  margin-top: 1rem;
}

.contact p:not(.section-kicker) {
  max-width: 37rem;
  margin: 1.1rem auto 1.8rem;
  line-height: 1.75;
}

.contact-actions {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.75rem;
}

.contact-action-preferred {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
}

.preferred-badge {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.web-page {
  background: var(--background);
}

.web-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(26rem, 0.9fr) minmax(38rem, 1.1fr);
  gap: clamp(1rem, 3vw, 3.5rem);
  align-items: center;
  margin-top: -5.4rem;
  padding: clamp(6.75rem, 9vw, 8rem) clamp(1.25rem, 5vw, 4.5rem) clamp(2.5rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 82% 18%, rgba(17, 17, 17, 0.06), transparent 34%),
    var(--hero-photo-bg);
}

.web-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 58rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: clamp(0.8rem, 1.5vh, 1.25rem);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--ink);
}

.web-hero h1 {
  max-width: 56rem;
  margin: clamp(0.55rem, 1.2vh, 0.85rem) 0 clamp(0.75rem, 1.5vh, 1.1rem);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6.3vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.94;
  text-wrap: balance;
}

.web-hero p:not(.eyebrow) {
  max-width: 43rem;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  line-height: 1.58;
}

.web-hero-showcase {
  position: relative;
  align-self: stretch;
  min-height: min(43rem, calc(100svh - 9rem));
  isolation: isolate;
}

.web-hero-showcase::before {
  content: "BR";
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -2;
  color: rgba(17, 17, 17, 0.035);
  font-family: var(--serif);
  font-size: clamp(17rem, 25vw, 29rem);
  font-weight: 700;
  letter-spacing: -0.18em;
  line-height: 0.6;
  transform: translate(-51%, -47%);
  pointer-events: none;
}

.web-hero-person {
  position: absolute;
  left: 50%;
  bottom: -1rem;
  z-index: 1;
  width: min(43rem, 100%);
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 8px 8px rgba(17, 17, 17, 0.12));
}

.web-hero-plans {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.web-hero-plan {
  position: absolute;
  width: clamp(12.5rem, 16vw, 16rem);
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 6px 8px rgba(17, 17, 17, 0.15);
  transition:
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
  animation: web-plan-enter 700ms backwards cubic-bezier(0.22, 1, 0.36, 1);
}

.web-hero-plan:hover,
.web-hero-plan:focus-within {
  z-index: 5;
  box-shadow: 0 8px 8px rgba(17, 17, 17, 0.22);
}

.web-hero-plan-starter {
  left: 0;
  top: 28%;
  animation-delay: 120ms;
}

.web-hero-plan-business {
  left: 50%;
  top: 6%;
  width: clamp(14rem, 18vw, 18rem);
  padding: 1.2rem;
  transform: translateX(-50%);
  animation-name: web-plan-business-enter;
  animation-delay: 240ms;
}

.web-hero-plan-landing {
  right: 0;
  top: 32%;
  animation-delay: 360ms;
}

.web-hero-plan-starter:hover,
.web-hero-plan-starter:focus-within {
  transform: translateY(-8px) scale(1.08);
}

.web-hero-plan-business:hover,
.web-hero-plan-business:focus-within {
  transform: translate(-50%, -9px) scale(1.09);
}

.web-hero-plan-landing:hover,
.web-hero-plan-landing:focus-within {
  transform: translateY(-8px) scale(1.08);
}

@keyframes web-plan-enter {
  from { transform: translateY(1.5rem) scale(0.97); }
  to { transform: translateY(0) scale(1); }
}

@keyframes web-plan-business-enter {
  from { transform: translate(-50%, 1.5rem) scale(0.97); }
  to { transform: translate(-50%, 0) scale(1); }
}

.web-hero-plan-heading {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
}

.web-hero-plan-icon {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  line-height: 1;
}

.web-hero-plan-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.web-hero-plan h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.web-hero-plan-heading p,
.web-hero .web-hero-plan-heading p:not(.eyebrow) {
  margin: 0.3rem 0 0;
  color: #727272;
  font-size: 0.58rem;
  line-height: 1.35;
}

.web-hero-plan-price {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  margin-top: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #d9d9d9;
  font-variant-numeric: tabular-nums;
}

.web-hero-plan-price strong {
  font-size: clamp(2.45rem, 3.6vw, 3.6rem);
  font-weight: 780;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.web-hero-plan-price small {
  color: #767676;
  font-size: 0.56rem;
}

.web-hero-plan ul {
  display: grid;
  gap: 0.48rem;
  margin: 0.85rem 0;
  padding: 0;
  list-style: none;
}

.web-hero-plan li {
  display: grid;
  grid-template-columns: 0.9rem 1fr;
  gap: 0.4rem;
  align-items: center;
  color: #3d3d3d;
  font-size: 0.58rem;
  line-height: 1.3;
}

.web-hero-plan li span {
  display: grid;
  width: 0.85rem;
  height: 0.85rem;
  place-items: center;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  font-size: 0.46rem;
}

.web-hero-plan > a {
  display: flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.75rem;
  border-radius: 7px;
  background: #111;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  transition: background 200ms ease;
}

.web-hero-plan > a:hover,
.web-hero-plan > a:focus-visible {
  background: #303030;
}

.web-hero-plan > a span {
  transition: transform 220ms ease;
}

.web-hero-plan > a:hover span,
.web-hero-plan > a:focus-visible span {
  transform: translateX(3px);
}

.web-hero-plan-badge {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.deliverable-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2.25rem, 5vw, 4rem);
  border: 1px solid var(--line);
  background: var(--line);
}

.deliverable-item {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  text-align: center;
  background: var(--surface);
}

.deliverable-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1.35;
  overflow: hidden;
  border-radius: 0.55rem;
  background: #e7edf5;
}

.deliverable-media img {
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.deliverable-item:hover .deliverable-media img {
  transform: scale(1.04);
}

.deliverable-item p {
  margin: 0;
  max-width: 18rem;
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  font-weight: 650;
  line-height: 1.3;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2.25rem, 5vw, 4rem);
  border: 1px solid var(--line);
  background: var(--line);
}

.pricing-section {
  position: relative;
  scroll-margin-top: 5.5rem;
}

.pricing-intro {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 92rem;
  margin-inline: auto;
  text-align: center;
}

.pricing-intro h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.5rem, 10vw, 9rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-wrap: balance;
}

.pricing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.1vw, 2rem);
  align-items: center;
  max-width: 92rem;
  margin: clamp(3rem, 6vw, 5.75rem) auto 0;
}

.pricing-cta {
  min-height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding: 0 1.2rem;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 0.84rem;
  font-weight: 800;
  transition:
    background 240ms ease,
    border-color 240ms ease,
    color 240ms ease,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pricing-cta:hover,
.pricing-cta:focus-visible {
  border-color: #111;
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

.pricing-arrow {
  font-size: 1.2rem;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pricing-cta:hover .pricing-arrow,
.pricing-cta:focus-visible .pricing-arrow {
  transform: translateX(4px);
}

/* Plan showcase: overview first, focused details on selection. */
.pricing-hint {
  position: relative;
  z-index: 3;
  margin: clamp(2.5rem, 5vw, 4.5rem) auto 0;
  color: #4c4c4c;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.pricing-showcase {
  position: relative;
  z-index: 2;
  max-width: 92rem;
}

.hosting-support-section {
  padding: clamp(1rem, 2vw, 1.75rem) clamp(1rem, 3vw, 3rem) clamp(2.5rem, 4vw, 4rem);
  background: #f7f7f7;
}

.hosting-support-shell {
  position: relative;
  max-width: 92rem;
  margin: 0 auto;
  padding: clamp(2rem, 3.5vw, 3.5rem);
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 1rem;
  background: #fbfbfb;
  box-shadow: 0 8px 8px rgba(17, 17, 17, 0.06);
}

.hosting-support-shell::before {
  content: "BR";
  position: absolute;
  top: -0.28em;
  right: -0.04em;
  color: rgba(17, 17, 17, 0.025);
  font-family: var(--serif);
  font-size: clamp(15rem, 31vw, 32rem);
  line-height: 1;
  pointer-events: none;
}

.hosting-support-heading,
.hosting-plan-grid,
.on-demand-heading,
.on-demand-grid,
.hosting-support-footer {
  position: relative;
  z-index: 1;
}

.hosting-support-heading {
  max-width: 58rem;
}

.hosting-support-heading h2 {
  max-width: 17ch;
  margin: 0.55rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 3.7vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-wrap: balance;
}

.hosting-support-heading > p:last-child {
  max-width: 66ch;
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
  line-height: 1.5;
}

.hosting-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  margin-top: clamp(1.5rem, 2.5vw, 2.25rem);
}

.hosting-plan {
  padding: clamp(1.1rem, 1.8vw, 1.6rem);
  border: 1px solid #dedede;
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 7px 8px rgba(17, 17, 17, 0.07);
}

.hosting-plan.is-featured {
  border-color: #111;
  background: #111;
  color: #fff;
}

.hosting-plan-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #dedede;
}

.hosting-plan.is-featured .hosting-plan-header,
.hosting-plan.is-featured .hosting-plan-prices {
  border-color: rgba(255, 255, 255, 0.2);
}

.hosting-plan-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #f0f0f0;
}

.hosting-plan.is-featured .hosting-plan-icon {
  background: #2d2d2d;
}

.hosting-plan-icon svg,
.on-demand-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hosting-plan h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hosting-plan-badge {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: #ededed;
  font-size: 0.65rem;
  font-weight: 750;
  white-space: nowrap;
}

.hosting-plan.is-featured .hosting-plan-badge {
  background: #2d2d2d;
}

.hosting-plan-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0.9rem 0;
  border-bottom: 1px solid #dedede;
}

.hosting-plan-prices p {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 0;
}

.hosting-plan-prices p + p {
  padding-left: clamp(1rem, 3vw, 2.5rem);
  border-left: 1px solid #dedede;
}

.hosting-plan.is-featured .hosting-plan-prices p + p {
  border-color: rgba(255, 255, 255, 0.2);
}

.hosting-plan-prices strong {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  letter-spacing: -0.035em;
}

.hosting-plan-prices span {
  color: #595959;
  font-size: 0.82rem;
}

.hosting-plan.is-featured .hosting-plan-prices span {
  color: #bdbdbd;
}

.hosting-plan ul {
  display: grid;
  gap: 0.48rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.hosting-plan li {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.55rem;
  color: #444;
  font-size: 0.82rem;
  line-height: 1.4;
}

.hosting-plan.is-featured li {
  color: #e0e0e0;
}

.hosting-plan li span {
  color: #111;
  font-weight: 850;
}

.hosting-plan.is-featured li span {
  color: #fff;
}

.on-demand-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d8d8d8;
}

.on-demand-heading > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.on-demand-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #aaa;
  border-radius: 50%;
}

.on-demand-heading h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
}

.on-demand-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.on-demand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.2vw, 1rem);
  margin-top: 0.85rem;
}

.on-demand-item {
  min-height: 9.5rem;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 6px 7px rgba(17, 17, 17, 0.055);
}

.on-demand-index {
  display: block;
  color: #777;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.on-demand-item h4 {
  margin: 0.6rem 0 0;
  font-size: 0.84rem;
  line-height: 1.25;
}

.on-demand-item strong {
  display: block;
  margin-top: 0.4rem;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  letter-spacing: -0.025em;
}

.on-demand-item p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.hosting-support-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(1.4rem, 2.5vw, 2.25rem);
}

.hosting-support-footer p {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 56rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  line-height: 1.25;
}

.hosting-support-footer p > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-family: var(--sans);
}

.hosting-support-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 3.35rem;
  padding: 0 1.4rem;
  background: #111;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
  transition: background 220ms ease, transform 220ms ease;
}

.hosting-support-footer a:hover,
.hosting-support-footer a:focus-visible {
  background: #2a2a2a;
  transform: translateY(-2px);
}

.hosting-support-section + .web-section {
  padding-top: clamp(3rem, 4vw, 4rem);
}

@media (max-width: 1080px) {
  .hosting-plan-header {
    grid-template-columns: auto 1fr;
  }

  .hosting-plan-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .hosting-plan-prices {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .hosting-plan-prices p + p {
    padding: 0;
    border-left: 0;
  }

  .on-demand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hosting-support-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .hosting-support-section {
    padding: 0.75rem 0.75rem 4rem;
  }

  .hosting-support-shell {
    padding: 1.75rem 1rem 1.1rem;
    border-radius: 0.75rem;
  }

  .hosting-support-heading h2 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .hosting-plan-grid,
  .on-demand-grid {
    grid-template-columns: 1fr;
  }

  .hosting-plan {
    padding: 1rem;
  }

  .hosting-plan-header {
    gap: 0.8rem;
  }

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

  .hosting-plan-prices p {
    display: grid;
    gap: 0.2rem;
  }

  .hosting-plan-prices p + p {
    padding-left: 1rem;
    border-left: 1px solid #dedede;
  }

  .hosting-plan.is-featured .hosting-plan-prices p + p {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hosting-plan-prices strong {
    font-size: 1.18rem;
  }

  .on-demand-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2rem;
  }

  .on-demand-item {
    min-height: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
    padding: 1rem;
  }

  .on-demand-index {
    grid-row: 1 / 4;
    padding-top: 0.15rem;
  }

  .on-demand-item h4,
  .on-demand-item strong,
  .on-demand-item p {
    grid-column: 2;
  }

  .on-demand-item h4 {
    margin-top: 0;
  }

  .on-demand-item strong {
    margin-top: 0.4rem;
  }

  .on-demand-item p {
    margin-top: 0.55rem;
  }

  .hosting-support-footer {
    gap: 1.5rem;
  }

  .hosting-support-footer p {
    align-items: flex-start;
    font-size: 1.15rem;
  }

  .hosting-support-footer a {
    width: 100%;
  }
}

@media (min-width: 901px) {
  .pricing-showcase {
    margin-bottom: -5rem;
  }
}

.pricing-plan {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  color: #111;
  cursor: pointer;
  text-align: center;
}

.pricing-plan:focus-visible,
.pricing-thumb:focus-visible {
  outline: 3px solid #111;
  outline-offset: 5px;
}

.pricing-plan-label { display: inline-flex; align-self: center; min-height: 3.6rem; align-items: center; padding: 0.82rem 2.5rem; border: 2px solid #d7d7d7; border-radius: 1.8rem; font-size: clamp(0.82rem, 1.2vw, 1.08rem); font-weight: 800; letter-spacing: 0.22em; line-height: 1; text-transform: uppercase; }
.pricing-plan-divider { width: 3.5rem; height: 2px; margin: clamp(0.8rem, 1.5vw, 1.2rem) auto; background: #d8d8d8; }
.pricing-plan-phase { font-size: clamp(0.78rem, 1.1vw, 1rem); font-weight: 800; letter-spacing: 0.2em; line-height: 1; text-transform: uppercase; }
.pricing-plan-intent { display: block; max-width: 22ch; min-height: 5.2rem; margin: 0.9rem auto 0; font-size: clamp(1.55rem, 3.2vw, 2.75rem); font-weight: 780; letter-spacing: -0.035em; line-height: 1.12; text-wrap: balance; }
.pricing-plan-price { display: flex; align-items: flex-start; justify-content: center; margin: 0.7rem 0 clamp(1.1rem, 2vw, 1.6rem); font-size: clamp(5.75rem, 12.5vw, 10rem); font-weight: 820; letter-spacing: -0.075em; line-height: 0.82; }
.pricing-plan-price small { margin: 0.1em 0.1em 0 0; font-size: 0.38em; letter-spacing: 0; }
.pricing-plan-features { display: grid; text-align: left; }
.pricing-feature { min-height: 6.2rem; display: grid; grid-template-columns: 6rem minmax(0, 1fr); gap: 1.5rem; align-items: center; padding: 0.15rem 0; border-top: 1px solid #dedede; font-size: clamp(1rem, 2.5vw, 1.8rem); line-height: 1.22; }
.pricing-feature > span:last-child { max-width: 20ch; }
.pricing-feature:last-child { border-bottom: 1px solid #dedede; }
.pricing-feature-icon { display: grid; width: 5.75rem; height: 5.75rem; place-items: center; border-radius: 50%; background: #f3f3f3; }
.pricing-plan-prompt { display: flex; align-items: center; justify-content: center; gap: 1rem; min-height: 3.8rem; margin-top: 0.8rem; border-radius: 0.8rem; background: #050505; color: #fff; font-size: clamp(1.15rem, 2.8vw, 1.85rem); font-weight: 800; }
.pricing-plan-prompt span { font-size: 1.5em; font-weight: 400; line-height: 0.5; }

.pricing-details {
  z-index: 4;
}

.pricing-navigation {
  z-index: 6;
  transition: opacity 300ms ease;
}

.pricing-navigation { right: max(1rem, calc((100vw - 92rem) / 2)); bottom: clamp(5rem, 8vw, 7rem); display: flex; justify-content: center; gap: clamp(0.65rem, 1.6vw, 1.4rem); }
.pricing-thumb { min-width: 7.5rem; max-width: 10.5rem; flex: 1 1 0; display: grid; justify-items: center; gap: 0.62rem; padding: 0.85rem 0.9rem 1rem; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #777; cursor: pointer; font-size: clamp(1rem, 1.55vw, 1.25rem); font-weight: 750; transition: color 200ms ease, border-color 200ms ease, transform 200ms ease; }
.pricing-thumb img { width: 1.9rem; height: 1.9rem; object-fit: contain; }
.pricing-thumb:hover,
.pricing-thumb.is-selected { border-color: #111; color: #111; transform: translateY(-3px); }

.pricing-plan-arrows {
  z-index: 7;
}

.pricing-plan-arrow {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 8px rgba(17, 17, 17, 0.16);
  color: #111;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  pointer-events: auto;
  transition: transform 180ms ease, background 180ms ease;
}

.pricing-plan-arrow:hover { background: #f0f0f0; transform: scale(1.06); }
.pricing-plan-arrow:focus-visible { outline: 3px solid #111; outline-offset: 4px; }

@media (max-width: 620px) {
  .pricing-hint { margin-top: 2.25rem; font-size: 0.62rem; }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-plan,
  .pricing-details,
  .pricing-navigation,
  .pricing-plan-arrow { transition-duration: 0.01ms !important; }
}

.church-hero-with-image {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  min-height: min(720px, calc(100vh - 150px));
}

.church-hero-copy {
  position: relative;
  z-index: 1;
  top: -2.25rem;
}

.church-hero-visual {
  margin: 0;
  min-height: 450px;
  height: clamp(450px, 55vw, 650px);
  overflow: hidden;
  border-radius: 2rem;
  background: #171717;
}

.church-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.35) contrast(1.05);
}

.church-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
}

.church-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.church-values-section {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.church-values-background {
  position: absolute;
  inset: 0 1.5rem 5rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #171717;
}

.church-values-background::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.38));
  content: "";
}

.church-values-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
}

.church-values-section .church-values {
  position: relative;
  z-index: 1;
  padding: 2.5rem 1.5rem 1.5rem;
  color: #fff;
}

.church-values-section .church-value {
  border-top-color: rgba(255, 255, 255, 0.38);
}

.church-values-section .church-value p {
  color: rgba(255, 255, 255, 0.78);
}

.church-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
}

.church-gallery-intro {
  grid-column: span 4;
  padding: 0 1rem 1rem 0;
}

.church-gallery-intro h2 {
  max-width: 14ch;
  margin: 0.8rem 0 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4.8rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.church-gallery figure {
  margin: 0;
  min-height: 250px;
  overflow: hidden;
  border-radius: 1.35rem;
  background: #e8e8e5;
}

.church-gallery figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  filter: grayscale(0.28) contrast(1.04);
  transition: transform 500ms ease, filter 500ms ease;
}

.church-gallery figure:hover img {
  transform: scale(1.035);
  filter: grayscale(0) contrast(1.04);
}

.church-gallery-feature {
  grid-column: span 8;
  min-height: 390px !important;
}

.church-gallery figure:not(.church-gallery-feature) {
  grid-column: span 4;
}

.church-gallery-feature img {
  min-height: 390px !important;
}

.church-gallery figure:nth-of-type(3),
.church-gallery figure:nth-of-type(4) {
  grid-column: span 4;
}

@media (max-width: 800px) {
  .church-hero-with-image {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    min-height: auto;
  }

  .church-hero-visual {
    min-height: 320px;
    height: 62vw;
    max-height: 470px;
    border-radius: 1.25rem;
  }

  .church-values-background {
    inset: 0 1.15rem 4rem;
  }

  .church-values-section .church-values {
    padding-inline: 0;
  }

  .church-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .church-gallery-intro,
  .church-gallery-feature,
  .church-gallery figure:not(.church-gallery-feature),
  .church-gallery figure:nth-of-type(3),
  .church-gallery figure:nth-of-type(4) {
    grid-column: span 2;
  }

  .church-gallery-intro {
    padding: 0;
  }

  .church-gallery figure,
  .church-gallery figure img,
  .church-gallery-feature,
  .church-gallery-feature img {
    min-height: 230px !important;
  }
}

/* Responsive hero lockup: preserve every element in the opening frame. */
.church-hero-with-image {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}

.church-hero-with-image h1 {
  max-width: 12.5ch;
  font-size: clamp(3.25rem, 4.35vw, 5rem);
  line-height: 0.92;
}

.church-hero-visual {
  width: 100%;
  max-width: 540px;
  height: min(390px, calc(100svh - 340px));
  min-height: 300px;
}

@media (max-width: 1050px) and (min-width: 801px) {
  .church-hero-with-image {
    gap: 2rem;
    padding-inline: 2rem;
  }

  .church-hero-with-image h1 {
    font-size: clamp(3rem, 5vw, 4.25rem);
  }

  .church-hero-with-image .extra-hero-lede {
    font-size: 0.9rem;
  }

  .church-hero-visual {
    min-height: 280px;
    height: min(340px, calc(100svh - 360px));
  }
}

@media (max-width: 800px) {
  .church-hero-with-image {
    display: flex;
    gap: 1.4rem;
  }

  .church-hero-with-image h1 {
    max-width: 12ch;
    font-size: clamp(2.8rem, 10.5vw, 4rem);
  }

  .church-hero-with-image .extra-hero-lede {
    margin-top: 1rem;
  }

  .church-hero-visual {
    height: min(390px, 58vw);
    min-height: 250px;
  }
}

/* Iglesias hero: keep the complete first impression inside the opening viewport. */
.church-hero-with-image {
  min-height: calc(100svh - 108px);
  padding-top: 2.5rem;
  padding-bottom: 3.25rem;
}

.church-hero-with-image h1 {
  max-width: 11ch;
  font-size: clamp(3.5rem, 5vw, 5.5rem);
}

.church-hero-with-image .extra-hero-lede {
  max-width: 35rem;
  margin-top: 1.25rem;
}

.church-hero-with-image .extra-actions {
  margin-top: 1.5rem;
}

.church-hero-visual {
  height: min(540px, calc(100svh - 250px));
  min-height: 390px;
}

@media (max-width: 800px) {
  .church-hero-with-image {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .church-hero-with-image h1 {
    max-width: 12ch;
    font-size: clamp(2.9rem, 11vw, 4.2rem);
  }

  .church-hero-copy {
    top: -1rem;
  }

  .church-hero-visual {
    height: min(440px, 68vw);
    min-height: 300px;
  }
}

.card-page .card-button-dark {
  color: #fff;
}

.not-found-icon svg {
  stroke: currentColor;
}

/* Final proportion pass for the Iglesias composition. */
.church-hero-with-image {
  width: min(100%, 1280px);
}

.church-hero-with-image > * {
  min-width: 0;
}

.church-hero-visual {
  justify-self: end;
  width: min(100%, 570px);
  height: min(420px, calc(100svh - 300px));
  min-height: 340px;
}

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

.church-gallery-intro {
  grid-column: span 2;
}

.church-gallery-feature,
.church-gallery figure:not(.church-gallery-feature),
.church-gallery figure:nth-of-type(3),
.church-gallery figure:nth-of-type(4) {
  grid-column: span 1;
  min-height: 360px !important;
}

.church-gallery-feature img,
.church-gallery figure:not(.church-gallery-feature) img {
  min-height: 360px !important;
}

@media (max-width: 800px) {
  .church-hero-visual {
    width: 100%;
    height: min(440px, 68vw);
    min-height: 300px;
  }

  .church-gallery,
  .church-gallery-intro,
  .church-gallery-feature,
  .church-gallery figure:not(.church-gallery-feature),
  .church-gallery figure:nth-of-type(3),
  .church-gallery figure:nth-of-type(4) {
    grid-column: span 2;
  }

  .church-gallery-feature,
  .church-gallery figure:not(.church-gallery-feature),
  .church-gallery-feature img,
  .church-gallery figure:not(.church-gallery-feature) img {
    min-height: 230px !important;
  }
}
.church-gift {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(100% - 4rem, 910px);
  margin: 2.1rem auto 0;
  padding: 1.6rem 2.15rem;
  border: 1px solid #dedede;
  border-radius: 1.2rem;
  background: #101010;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.church-gift-label {
  color: #d7b36a;
  font-size: .58rem;
  letter-spacing: .26em;
}

.church-gift h2 {
  max-width: 31rem;
  margin: .55rem 0 .3rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 400;
  line-height: 1.1;
}

.church-gift p {
  margin: 0;
  color: #bcbcbc;
  font-size: .8rem;
}

.church-gift p strong { color: #fff; }
.church-gift .card-button { flex: 0 0 auto; min-width: 14rem; border-color: #fff; }
.church-gift .card-button span { margin-left: .35rem; font-size: 1.25rem; }

@media (max-width: 760px) {
  .church-gift {
    display: grid;
    gap: 1.2rem;
    width: calc(100% - 2.3rem);
    margin-top: 1.4rem;
    padding: 1.4rem 1.15rem;
    border-radius: 1rem;
  }

  .church-gift h2 { font-size: 1.35rem; }
  .church-gift .card-button { width: 100%; min-width: 0; }
}

@media (min-width: 761px) {
  .card-page .card-header {
    padding-top: .8rem;
  }

  .card-page .card-hero {
    min-height: 535px;
    padding-top: 3.25rem;
  }

  .card-page .card-copy {
    padding-top: 1.9rem;
  }

  .card-page .card-stage {
    min-height: 510px;
  }

  .card-page .card-portrait {
    width: auto;
    height: 700px;
    left: 4%;
  }

  .card-page .offer-card {
    top: 1rem;
    min-height: 30rem;
    padding-top: 3.8rem;
  }

  .card-page .benefits {
    margin-top: -.35rem;
    padding-block: 1.2rem;
  }
}

.portfolio-section {
  background: #fbfbfb;
}

.portfolio-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.42fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
}

.portfolio-heading > p {
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
  margin-top: clamp(2.25rem, 5vw, 4rem);
}

.portfolio-card {
  display: flex;
  min-height: 27rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.portfolio-card:hover {
  border-color: #c8c8c8;
  box-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
  transform: translateY(-2px);
}

.portfolio-preview {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #ededed;
}

.portfolio-preview img {
  display: block;
}

.portfolio-desktop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.36s ease;
}

.portfolio-card:hover .portfolio-desktop {
  transform: scale(1.03);
}

.portfolio-mobile {
  position: absolute;
  right: 1rem;
  bottom: 0.8rem;
  width: clamp(4.2rem, 7vw, 5.5rem);
  aspect-ratio: 390 / 844;
  object-fit: cover;
  object-position: top center;
  border: 3px solid var(--surface);
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.26);
}

.portfolio-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.1rem;
  padding: clamp(1.1rem, 2vw, 1.35rem);
}

.portfolio-card-body span {
  color: var(--quiet);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.portfolio-card-body h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  font-weight: 500;
  line-height: 1.05;
}

.portfolio-card-body a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 0.42rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.portfolio-card-body a:hover,
.portfolio-card-body a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.24em;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem clamp(1.25rem, 5vw, 4.5rem);
  border-top: 1px solid var(--line);
  background: var(--background);
  font-size: 0.78rem;
}

.site-footer p {
  margin: 0;
}

/* Portfolio page */
.portfolio-page {
  min-height: 100svh;
  background: #f7f7f7;
}

.portfolio-page-hero {
  position: relative;
  display: block;
  min-height: 29rem;
  margin-top: -5.4rem;
  padding: 8.25rem 1.25rem 2rem;
  background: #f7f7f7;
  overflow: hidden;
  text-align: center;
}

.portfolio-hero-copy {
  position: relative;
  z-index: 4;
  padding: 0;
  transform: translateY(9.5rem);
}

.portfolio-page-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 9vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.95;
}

.portfolio-page-hero p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.portfolio-hero-devices {
  position: absolute;
  inset: 16.5rem 1.5rem 1rem;
  width: auto;
  height: auto;
  isolation: isolate;
  pointer-events: none;
}

.portfolio-hero-device {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0.65rem 0.8rem rgba(17, 17, 17, 0.13));
}

.portfolio-hero-laptop {
  z-index: 1;
  top: 0;
  right: 0;
  width: auto;
}

.portfolio-hero-tablet {
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
}

.portfolio-hero-phone {
  z-index: 3;
  top: -11rem;
  left: 50%;
  width: auto;
  height: 11rem;
  transform: translateX(-50%);
}

.portfolio-projects {
  max-width: 112rem;
  margin-inline: auto;
  padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 3.5vw, 3.5rem) clamp(4rem, 8vw, 8rem);
}

.portfolio-filters {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  overflow-x: auto;
  scrollbar-width: none;
}

.portfolio-filters::-webkit-scrollbar { display: none; }

.portfolio-filters button {
  min-height: 3rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0 1.25rem;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: transparent;
  color: #555;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 750;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.portfolio-filters button:hover,
.portfolio-filters button:focus-visible { border-color: #111; color: #111; }
.portfolio-filters button:active { transform: scale(0.97); }
.portfolio-filters button.is-active { border-color: #111; background: #111; color: #fff; }

.portfolio-filters button:has(.portfolio-church-icon) {
  min-height: 4rem;
  flex-direction: column;
}

.portfolio-church-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #111;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 2;
}

.portfolio-filters button.is-active .portfolio-church-icon { color: #fff; }

.portfolio-church-note {
  max-width: 44rem;
  margin: calc(clamp(2.5rem, 5vw, 4.5rem) * -0.45) auto clamp(2.5rem, 5vw, 4rem);
  color: #444;
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  line-height: 1.6;
  text-align: center;
}

.portfolio-church-note a {
  color: #111;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.portfolio-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
}

.portfolio-project {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 8px rgba(17, 17, 17, 0.08);
  transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 350ms ease;
}

.portfolio-project:hover,
.portfolio-project:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 8px 8px rgba(17, 17, 17, 0.13);
}

.portfolio-project-devices {
  position: relative;
  height: clamp(15rem, 25vw, 24rem);
  overflow: hidden;
  background: #ececec;
}

.portfolio-project-devices .laptop-mockup { left: 4%; width: 92%; }
.portfolio-project-devices .phone-mockup { right: 3%; bottom: 6%; width: 23%; }

.portfolio-project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 7.5rem;
  padding: 1.25rem clamp(1.1rem, 2vw, 1.5rem);
}

.portfolio-project-meta span:first-child {
  color: #666;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-project-meta h2 {
  margin: 0.35rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 500;
  line-height: 1.05;
}

.portfolio-project-arrow {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 1.15rem;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-project:hover .portfolio-project-arrow { transform: translate(2px, -2px); }

.portfolio-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 4.5rem);
  background: #111;
  color: #fff;
}

.portfolio-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.portfolio-cta .button-primary { border-color: #fff; background: #fff; color: #111; }

@media (max-width: 1080px) {
  .portfolio-page-hero {
    min-height: 27rem;
    padding-inline: 1.5rem;
  }

  .portfolio-hero-devices { top: 16.5rem; }
  .portfolio-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portfolio-project-devices { height: clamp(18rem, 39vw, 24rem); }
}

@media (max-width: 700px) {
  .portfolio-page-hero {
    min-height: 32rem;
    padding: 7.25rem 0.8rem 0;
    text-align: center;
  }
  .portfolio-hero-copy { padding: 0; }
  .portfolio-page-hero h1 { font-size: clamp(3.8rem, 20vw, 5.5rem); }
  .portfolio-hero-devices {
    inset: 15rem 0.5rem 0.75rem;
    width: auto;
  }
  .portfolio-hero-laptop { top: 9.5rem; right: 0; width: 42%; height: auto; }
  .portfolio-hero-tablet { top: 9.5rem; left: 0; width: 38%; height: auto; }
  .portfolio-hero-phone { top: -9.5rem; left: 50%; width: auto; height: 10rem; }
  .portfolio-projects { padding-inline: 1rem; }
  .portfolio-filters { justify-content: flex-start; margin-inline: -1rem; padding-inline: 1rem; }
  .portfolio-page-grid { grid-template-columns: 1fr; }
  .portfolio-project-devices { height: clamp(16rem, 72vw, 25rem); }
  .portfolio-project-meta { min-height: 6.75rem; }
  .portfolio-cta { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-project,
  .portfolio-project-arrow,
  .portfolio-filters button { transition: none; }
}

/* Homepage web value */
.web-value {
  width: calc(100% - clamp(1.5rem, 3vw, 3rem));
  margin: clamp(2rem, 5vw, 5rem) auto;
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 4.5vw, 5rem) clamp(2.5rem, 4vw, 4rem);
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 8px rgba(17, 17, 17, 0.04);
}

.web-value-heading { text-align: center; }
.web-value-heading h2 {
  max-width: 18ch;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.5vw, 5.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.94;
  text-wrap: balance;
}
.web-value-heading p {
  max-width: 47rem;
  margin: 1.4rem auto 0;
  color: #565656;
  font-size: clamp(0.95rem, 1.15vw, 1.15rem);
  line-height: 1.55;
}

.web-value-layout {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) minmax(28rem, 2.9fr) minmax(12rem, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 1.8rem clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  margin-top: clamp(2.5rem, 4.5vw, 4.75rem);
}
.web-benefit-one { grid-column: 1; grid-row: 1; }
.web-benefit-two { grid-column: 3; grid-row: 1; }
.web-benefit-three { grid-column: 1; grid-row: 2; }
.web-benefit-four { grid-column: 3; grid-row: 2; }
.web-benefit article { max-width: 17rem; }
.web-benefit-rule { display: flex; align-items: center; gap: 1rem; }
.web-benefit-rule span {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  place-items: center;
  background: #111;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 750;
}
.web-benefit-rule i { width: 100%; height: 1px; background: #bcbcbc; }
.web-benefit h3 {
  margin: 1.2rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.02;
}
.web-benefit p { margin: 1rem 0 0; color: #5c5c5c; font-size: 0.9rem; line-height: 1.55; }

.value-browser {
  grid-column: 2;
  grid-row: 1 / 3;
  overflow: hidden;
  border: 1px solid #222;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 28px rgba(17, 17, 17, 0.14);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 500ms ease;
}
.web-value:hover .value-browser { transform: translateY(-4px); box-shadow: 0 22px 32px rgba(17, 17, 17, 0.17); }
.value-browser-bar {
  height: clamp(2.4rem, 3.4vw, 3.25rem);
  display: grid;
  grid-template-columns: 1fr minmax(10rem, 2fr) 1fr;
  align-items: center;
  padding-inline: 1.15rem;
  background: #202020;
  color: #efefef;
  font-size: 0.62rem;
}
.value-browser-lights { display: flex; gap: 0.45rem; }
.value-browser-lights i { width: 0.65rem; height: 0.65rem; border-radius: 50%; background: #777; }
.value-browser-lights i:first-child { background: #ef6b63; }
.value-browser-lights i:nth-child(2) { background: #eabf45; }
.value-browser-lights i:last-child { background: #59b95c; }
.value-browser-address { padding: 0.45rem; border-radius: 7px; background: #363636; text-align: center; }
.value-browser-actions { justify-self: end; }
.value-browser-screen { position: relative; aspect-ratio: 16 / 9.2; overflow: hidden; }
.value-browser-screen img { object-fit: cover; object-position: top center; }

.web-value-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  margin-top: clamp(2.5rem, 4vw, 4rem);
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  text-align: center;
}
.web-value-footer p { margin: 0; font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.25rem); }
.web-value-footer a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: 1rem;
  padding: 0 1.75rem;
  background: #111;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 750;
  transition: background 180ms ease, transform 180ms ease;
}
.web-value-footer a:hover { background: #2a2a2a; transform: translateY(-2px); }

/* Homepage process */
.process-home {
  display: grid;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(30rem, 1.18fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  width: min(calc(100% - clamp(2rem, 7vw, 8rem)), var(--content-wide));
  margin: clamp(4rem, 8vw, 8rem) auto;
  padding: clamp(1rem, 3vw, 3rem) 0;
}
.process-home-intro h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.4vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.94;
  text-wrap: balance;
}
.process-home-description {
  max-width: 27rem;
  margin: 1.7rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.55;
}
.process-home-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 19rem;
  min-height: 3.55rem;
  margin-top: 2.5rem;
  padding: 0 1.65rem;
  border-radius: 0.65rem;
  background: #111;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  transition: background 180ms ease, transform 180ms ease;
}
.process-home-cta:hover,
.process-home-cta:focus-visible { background: #2a2a2a; transform: translateY(-2px); }
.process-home-cta span { font-size: 1.4rem; font-weight: 400; }
.process-home-list { display: grid; gap: 0.75rem; }
.process-home-card {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  min-height: 10.5rem;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 5px 12px rgba(17, 17, 17, 0.035);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.process-home-card:hover { transform: translateY(-3px); box-shadow: 0 14px 24px rgba(17, 17, 17, 0.08); }
.process-home-number {
  display: grid;
  place-items: center;
  border-right: 1px solid #e5e5e5;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 4.4rem);
  line-height: 1;
}
.process-home-card-content { padding: 1.7rem 2rem; }
.process-home-mark { display: block; height: 1.8rem; font-size: 2rem; font-weight: 500; line-height: 1; }
.process-home-card h3 { margin: 0.95rem 0 0; font-family: var(--serif); font-size: clamp(1.35rem, 1.8vw, 1.8rem); line-height: 1.05; }
.process-home-card p { max-width: 30rem; margin: 0.65rem 0 0; color: #4f4f4f; font-size: clamp(0.92rem, 1.1vw, 1.05rem); line-height: 1.45; }

/* Homepage delivery timeline */
.delivery-timeline {
  display: grid;
  grid-template-columns: minmax(17rem, 0.76fr) minmax(28rem, 1.24fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: center;
  width: min(calc(100% - clamp(2rem, 7vw, 8rem)), 78rem);
  margin: clamp(3rem, 6vw, 6rem) auto;
  padding: clamp(3rem, 5vw, 5rem) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.delivery-timeline-intro h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.65rem, 4.3vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.94;
  text-wrap: balance;
}
.delivery-timeline-description {
  max-width: 27rem;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: clamp(0.94rem, 1.05vw, 1.05rem);
  line-height: 1.55;
}
.delivery-timeline-note {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0 0;
  color: #616161;
  font-size: 0.94rem;
}
.delivery-timeline-note span {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid #ececec;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 1.35rem;
}
.delivery-timeline-intro .process-home-cta { min-width: 17rem; min-height: 3.25rem; margin-top: 2rem; }
.delivery-timeline-list { position: relative; display: grid; gap: 0.9rem; }
.delivery-timeline-list::before {
  position: absolute;
  top: 2.25rem;
  bottom: 2.25rem;
  left: -3.3rem;
  width: 1px;
  background: #d2d2d2;
  content: "";
}
.delivery-timeline-card {
  position: relative;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.1rem;
  align-items: center;
  min-height: 7.4rem;
  padding: 1.15rem 1.5rem;
  border: 1px solid #dedede;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 5px 12px rgba(17, 17, 17, 0.035);
}
.delivery-timeline-node {
  position: absolute;
  left: -5rem;
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: #fff;
  font-size: 0.85rem;
  font-weight: 800;
}
.delivery-timeline-card-icon {
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background: #f1f1f1;
}
.delivery-timeline-card-icon img { width: 1.75rem; height: 1.75rem; object-fit: contain; }
.delivery-timeline-card h3 { margin: 0; font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.2; text-wrap: balance; }
.delivery-timeline-card h3 span { font-weight: 400; }
.delivery-timeline-card p { max-width: 34rem; margin: 0.5rem 0 0; color: #4f4f4f; font-size: clamp(0.86rem, 0.95vw, 0.96rem); line-height: 1.45; }

/* Homepage domain and hosting */
.domain-hosting-home {
  position: relative;
  width: min(calc(100% - clamp(1.5rem, 3vw, 3rem)), var(--content-wide));
  margin: clamp(3rem, 6vw, 6rem) auto;
  padding: clamp(3rem, 5vw, 5.5rem);
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 16px;
  background: #fff;
}
.domain-hosting-home::before {
  position: absolute;
  top: -3rem;
  right: -1rem;
  color: #f5f5f5;
  font-family: var(--serif);
  font-size: clamp(12rem, 24vw, 24rem);
  letter-spacing: -0.12em;
  line-height: 0.8;
  content: "BR";
  pointer-events: none;
}
.domain-hosting-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(17rem, 0.78fr) minmax(30rem, 1.22fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: end;
}
.domain-hosting-intro h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.75rem, 4.5vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-wrap: balance;
}
.domain-hosting-intro > p:last-child {
  max-width: 30rem;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: clamp(0.94rem, 1.05vw, 1.05rem);
  line-height: 1.6;
}
.domain-hosting-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.domain-hosting-card {
  min-height: 19rem;
  padding: clamp(1.4rem, 2.2vw, 2rem);
  border: 1px solid #dedede;
  border-radius: 0.8rem;
  background: #fff;
}
.domain-hosting-icon,
.domain-hosting-support-icon {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #f0f0f0;
}
.domain-hosting-icon img { width: 2.25rem; height: 2.25rem; object-fit: contain; }
.domain-hosting-card h3 {
  margin: 1.5rem 0 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedede;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
}
.domain-hosting-card p { min-height: 3.2rem; margin: 1rem 0 0; color: #444; font-size: 0.95rem; line-height: 1.5; }
.domain-hosting-example {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: #f0f0f0;
  font-size: 0.76rem;
  font-weight: 800;
}
.domain-hosting-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  margin-top: clamp(2.5rem, 4vw, 4rem);
  padding-top: 2rem;
  border-top: 1px solid #d8d8d8;
}
.domain-hosting-support-icon { width: 3.6rem; height: 3.6rem; }
.domain-hosting-support-icon img { width: 2rem; height: 2rem; object-fit: contain; }
.domain-hosting-footer h3 { margin: 0; font-size: clamp(1rem, 1.35vw, 1.25rem); }
.domain-hosting-footer p { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.9rem; line-height: 1.5; }
.domain-hosting-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 3.35rem;
  padding: 0 1.45rem;
  border-radius: 0.55rem;
  background: #111;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  transition: background 180ms ease, transform 180ms ease;
}
.domain-hosting-footer a:hover,
.domain-hosting-footer a:focus-visible { background: #2a2a2a; transform: translateY(-2px); }

/* Homepage FAQ */
.faq-home {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(28rem, 1.28fr);
  gap: clamp(3rem, 8vw, 9rem);
  width: min(calc(100% - clamp(2rem, 7vw, 8rem)), var(--content-wide));
  margin: clamp(4rem, 8vw, 8rem) auto;
  padding: 0;
}
.faq-home-heading { align-self: start; }
.faq-home-heading h2 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.2vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.96;
  text-wrap: balance;
}
.faq-home-heading > p:last-child { max-width: 25rem; margin: 1.4rem 0 0; color: var(--muted); font-size: 0.98rem; line-height: 1.6; }
.faq-home-list { border-top: 1px solid #111; }
.faq-home-item { border-bottom: 1px solid #d6d6d6; }
.faq-home-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.75rem;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 700;
}
.faq-home-item summary::-webkit-details-marker { display: none; }
.faq-home-item summary span:first-child { text-wrap: pretty; }
.faq-home-toggle { flex: 0 0 auto; font-size: 1.65rem; font-weight: 400; line-height: 1; transition: transform 180ms ease; }
.faq-home-item[open] .faq-home-toggle { transform: rotate(45deg); }
.faq-home-item p { max-width: 48rem; margin: -0.25rem 3rem 1.4rem 0; color: #4e4e4e; font-size: 0.92rem; line-height: 1.6; }
.faq-home-item summary:focus-visible { outline: 2px solid #111; outline-offset: 4px; }

/* Homepage project carousel */
.work-carousel {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(2.5rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fbfbfb;
}

.work-carousel-header {
  width: min(100% - clamp(2rem, 8vw, 8.5rem), 95rem);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-inline: auto;
}

.work-kicker {
  margin: 0 0 0.9rem;
  color: #606060;
  font-size: 0.64rem;
  font-weight: 720;
  letter-spacing: 0.35em;
}

.work-carousel h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.1vw, 5.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-wrap: balance;
}

.work-intro {
  max-width: 34rem;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  line-height: 1.7;
}

.carousel-arrows {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.carousel-arrows button {
  position: absolute;
  top: 50%;
  width: 4.355rem;
  height: 4.355rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--ink);
  color: var(--surface);
  cursor: pointer;
  font: 400 1.885rem/1 var(--sans);
  pointer-events: auto;
  transform: translateY(-50%);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.carousel-arrow-previous {
  left: clamp(1rem, 10.5vw, 10.5rem);
}

.carousel-arrow-next {
  right: clamp(1rem, 10.5vw, 10.5rem);
}

.carousel-arrows button:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  transform: translateY(calc(-50% - 2px));
}

.carousel-stage {
  position: relative;
  height: clamp(29rem, 39vw, 39rem);
  margin-top: 1.4rem;
  outline: none;
  touch-action: pan-y;
  user-select: none;
}

.project-slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(64vw, 66rem);
  height: 100%;
  display: grid;
  grid-template-columns: minmax(14rem, 0.62fr) minmax(24rem, 1.38fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: var(--surface);
  transform-origin: center bottom;
  transition:
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 500ms ease,
    filter 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-slide-active {
  z-index: 3;
  opacity: 1;
  transform: translateX(-50%) rotate(0deg) scale(1);
}

.project-slide-previous {
  z-index: 1;
  opacity: 0.52;
  filter: saturate(0.75);
  transform: translateX(-137%) rotate(-6deg) scale(0.85);
  cursor: pointer;
}

.project-slide-next {
  z-index: 1;
  opacity: 0.52;
  filter: saturate(0.75);
  transform: translateX(37%) rotate(6deg) scale(0.85);
  cursor: pointer;
}

.project-slide-hidden {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.72);
}

.side-project-target {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: none;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.project-slide-previous .side-project-target,
.project-slide-next .side-project-target {
  display: block;
}

.project-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 3.1vw, 3.5rem) 0 clamp(2rem, 3.1vw, 3.5rem) clamp(2rem, 3.1vw, 3.5rem);
}

.project-number {
  margin-bottom: 1.8rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.project-copy h3 {
  max-width: 15ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.6vw, 2.75rem);
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
}

.project-category {
  margin: 1rem 0 0;
  color: #6f6f6f;
  font-size: 0.77rem;
  line-height: 1.5;
}

.project-description {
  max-width: 25rem;
  margin: 2.2rem 0 0;
  color: #555;
  font-size: 0.85rem;
  line-height: 1.75;
}

.project-copy a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  margin-top: auto;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.project-copy a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.project-devices {
  position: relative;
  align-self: stretch;
  min-width: 0;
}

.laptop-mockup {
  position: absolute;
  left: 3%;
  top: 50%;
  width: 93%;
  transform: translateY(-48%);
  filter: drop-shadow(0 20px 14px rgba(0, 0, 0, 0.18));
}

.laptop-screen {
  position: relative;
  width: 94%;
  margin-inline: auto;
  padding: 1.7% 1.35% 1.35%;
  overflow: hidden;
  border: 1px solid #303030;
  border-radius: 10px 10px 3px 3px;
  background: linear-gradient(145deg, #1b1b1c, #050505);
  aspect-ratio: 16 / 10;
}

.laptop-screen img,
.phone-mockup img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
}

.laptop-viewport,
.phone-viewport {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.phone-viewport {
  border-radius: clamp(16px, 2vw, 25px);
}

.laptop-camera {
  position: absolute;
  top: 0.7%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #444;
  transform: translateX(-50%);
}

.laptop-base {
  position: relative;
  width: 100%;
  height: clamp(0.64rem, 1.05vw, 0.96rem);
  margin-top: -1px;
  border-radius: 1px 1px 45% 45%;
  background:
    linear-gradient(180deg,
      #2d2d2e 0 9%,
      #d1d1d1 10% 22%,
      #a6a6a6 23% 48%,
      #737373 49% 70%,
      #3a3a3a 71% 84%,
      #1d1d1e 85% 100%);
  clip-path: polygon(4.5% 0, 95.5% 0, 100% 62%, 98.5% 83%, 94% 100%, 6% 100%, 1.5% 83%, 0 62%);
}

.laptop-base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  width: 84%;
  height: 16%;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #4a4a4a, #161616 12% 88%, #4a4a4a);
}

.laptop-base::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  height: 12%;
  border-radius: 0 0 999px 999px;
  background: rgba(0, 0, 0, 0.72);
}

.laptop-groove {
  position: absolute;
  top: 10%;
  left: 43%;
  z-index: 1;
  width: 14%;
  height: 23%;
  border-radius: 0 0 7px 7px;
  background: linear-gradient(180deg, #777, #b8b8b8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.38);
}

.phone-mockup {
  position: absolute;
  z-index: 4;
  right: 2%;
  bottom: 8%;
  width: 24%;
  overflow: hidden;
  padding: 1.05%;
  border: 1px solid #555;
  border-radius: clamp(18px, 2.2vw, 29px);
  background: #141414;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.3);
  aspect-ratio: 390 / 820;
}

.phone-mockup img {
  border-radius: clamp(16px, 2vw, 25px);
}

.phone-island {
  position: absolute;
  top: 2.4%;
  left: 50%;
  z-index: 2;
  width: 30%;
  height: 2.05%;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
}

.phone-home {
  position: absolute;
  bottom: 1.3%;
  left: 50%;
  z-index: 2;
  width: 30%;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  transform: translateX(-50%);
}

.project-slide-previous .phone-mockup,
.project-slide-next .phone-mockup,
.project-slide-previous .project-description,
.project-slide-next .project-description,
.project-slide-previous .project-copy a,
.project-slide-next .project-copy a {
  opacity: 0;
}

.carousel-footer {
  position: relative;
  width: min(100% - clamp(2rem, 8vw, 8.5rem), 95rem);
  min-height: 4.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 0;
}

.carousel-dots {
  display: flex;
  gap: 0.75rem;
}

.carousel-dots button {
  width: 1.9rem;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #dedede;
  cursor: pointer;
  transition: background 250ms ease, transform 250ms ease;
}

.carousel-dots button[aria-selected="true"] {
  background: var(--ink);
  transform: scaleX(1.08);
}

.all-projects-cta {
  position: absolute;
  right: 0;
  min-height: 3.75rem;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0 1.8rem;
  background: var(--ink);
  color: var(--surface);
  font-size: 0.88rem;
  font-weight: 750;
  transition: background 180ms ease, transform 180ms ease;
}

.all-projects-cta:hover {
  background: #2a2a2a;
  transform: translateY(-2px);
}

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

/* Business type index */
.business-index {
  display: grid;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(28rem, 1.25fr);
  gap: clamp(3rem, 9vw, 10rem);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem);
  background: #fff;
}
.business-index-intro { position: sticky; top: 8rem; align-self: start; }
.business-index-intro h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.25rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.96;
  text-wrap: balance;
}
.business-index-intro p { max-width: 31rem; margin: 1.5rem 0 0; color: var(--muted); line-height: 1.7; }
.business-index-list { border-top: 1px solid #111; }
.business-index-list a {
  display: grid;
  grid-template-columns: 3.5rem 1fr auto;
  gap: 1.2rem;
  align-items: center;
  min-height: clamp(5rem, 7vw, 7rem);
  border-bottom: 1px solid #cfcfcf;
  transition: padding 300ms cubic-bezier(0.22, 1, 0.36, 1), background 220ms ease;
}
.business-index-list a:hover { padding-inline: 1rem; background: #f7f7f7; }
.business-index-number { color: #6b6b6b; font-size: 0.72rem; font-weight: 750; }
.business-index-list a > span:nth-child(2) { font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.45rem); line-height: 1.05; }
.business-index-arrow { font-size: 1.5rem; transition: transform 220ms ease; }
.business-index-list a:hover .business-index-arrow { transform: translate(3px, -3px); }

@media (max-width: 980px) {
  .web-value-layout { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; }
  .value-browser { grid-column: 1 / -1; grid-row: 1; }
  .web-benefit-one, .web-benefit-two, .web-benefit-three, .web-benefit-four { grid-column: auto; grid-row: auto; }
  .web-benefit article { max-width: none; }
  .process-home { grid-template-columns: 1fr; gap: 3rem; }
  .process-home-intro h2 { max-width: 12ch; }
  .delivery-timeline { grid-template-columns: 1fr; gap: 2.5rem; }
  .delivery-timeline-intro { max-width: 35rem; }
  .delivery-timeline-intro h2 { max-width: 12ch; }
  .delivery-timeline-list::before { left: -1.25rem; }
  .delivery-timeline-node { left: -3.25rem; }
  .domain-hosting-main { grid-template-columns: 1fr; gap: 2.5rem; }
  .domain-hosting-intro { max-width: 38rem; }
  .domain-hosting-intro h2 { max-width: 12ch; }
  .domain-hosting-footer { grid-template-columns: 3.6rem minmax(0, 1fr); }
  .domain-hosting-footer a { grid-column: 2; justify-self: start; }
  .faq-home { grid-template-columns: 1fr; gap: 2.5rem; }
  .faq-home-heading { max-width: 38rem; }
  .faq-home-heading h2 { max-width: 14ch; }
  .business-index { grid-template-columns: 1fr; }
  .business-index-intro { position: static; }
}

@media (max-width: 600px) {
  .web-value { width: calc(100% - 1rem); margin-block: 1rem 3rem; padding: 3.5rem 1rem 2rem; border-radius: 12px; }
  .web-value-heading h2 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .web-value-heading p { font-size: 0.92rem; }
  .web-value-layout { display: flex; flex-direction: column; gap: 2rem; }
  .value-browser { order: -1; width: 100%; }
  .web-benefit { width: 100%; }
  .value-browser-bar { padding-inline: 0.65rem; grid-template-columns: auto 1fr auto; gap: 0.65rem; }
  .value-browser-actions { display: none; }
  .web-value-footer a { width: 100%; justify-content: center; }
  .process-home { width: calc(100% - 2rem); margin-block: 4rem; padding: 0; }
  .process-home-intro h2 { max-width: 11ch; font-size: clamp(2.8rem, 13vw, 4rem); }
  .process-home-description { margin-top: 1.35rem; font-size: 0.95rem; }
  .process-home-cta { width: 100%; min-width: 0; margin-top: 1.75rem; }
  .process-home-card { grid-template-columns: 4.5rem minmax(0, 1fr); min-height: 0; }
  .process-home-number { font-size: 2.75rem; }
  .process-home-card-content { padding: 1.35rem 1.1rem 1.45rem; }
  .process-home-mark { height: 1.55rem; font-size: 1.75rem; }
  .process-home-card h3 { margin-top: 0.7rem; font-size: 1.35rem; }
  .process-home-card p { font-size: 0.9rem; }
  .delivery-timeline { width: calc(100% - 2rem); margin-block: 3rem; padding-block: 3rem; }
  .delivery-timeline-intro h2 { max-width: 11ch; font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .delivery-timeline-description { margin-top: 1.35rem; font-size: 0.95rem; }
  .delivery-timeline-note { margin-top: 2rem; }
  .delivery-timeline-intro .process-home-cta { margin-top: 1.75rem; }
  .delivery-timeline-list { gap: 1rem; margin-left: 2.5rem; }
  .delivery-timeline-list::before { left: -2.75rem; top: 2rem; bottom: 2rem; }
  .delivery-timeline-card { grid-template-columns: 2.75rem minmax(0, 1fr); gap: 0.85rem; min-height: 7rem; padding: 1rem; }
  .delivery-timeline-node { left: -4.75rem; width: 3.5rem; height: 3.5rem; font-size: 0.85rem; }
  .delivery-timeline-card-icon { width: 2.65rem; height: 2.65rem; }
  .delivery-timeline-card-icon img { width: 1.55rem; height: 1.55rem; }
  .delivery-timeline-card h3 { font-size: 1.15rem; }
  .delivery-timeline-card p { margin-top: 0.55rem; font-size: 0.9rem; }
  .domain-hosting-home { width: calc(100% - 1rem); margin-block: 3rem; padding: 3rem 1rem 2rem; border-radius: 12px; }
  .domain-hosting-home::before { top: 0; right: -0.5rem; font-size: 10rem; }
  .domain-hosting-main { gap: 2rem; }
  .domain-hosting-intro h2 { max-width: 11ch; font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .domain-hosting-intro > p:last-child { margin-top: 1.2rem; font-size: 0.94rem; }
  .domain-hosting-cards { grid-template-columns: 1fr; gap: 0.8rem; }
  .domain-hosting-card { min-height: 0; padding: 1.25rem; }
  .domain-hosting-icon { width: 3.25rem; height: 3.25rem; }
  .domain-hosting-icon img { width: 1.85rem; height: 1.85rem; }
  .domain-hosting-card h3 { margin-top: 1rem; }
  .domain-hosting-card p { min-height: 0; }
  .domain-hosting-footer { grid-template-columns: 3rem minmax(0, 1fr); gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; }
  .domain-hosting-support-icon { width: 3rem; height: 3rem; }
  .domain-hosting-support-icon img { width: 1.65rem; height: 1.65rem; }
  .domain-hosting-footer a { grid-column: 1 / -1; width: 100%; justify-content: space-between; }
  .faq-home { width: calc(100% - 2rem); margin-block: 4rem; gap: 2rem; }
  .faq-home-heading h2 { max-width: 11ch; font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .faq-home-heading > p:last-child { margin-top: 1.1rem; font-size: 0.92rem; }
  .faq-home-item summary { min-height: 4.4rem; font-size: 0.98rem; }
  .faq-home-item p { margin-right: 1rem; font-size: 0.9rem; }
  .business-index { padding: 5rem 1rem; gap: 3rem; }
  .business-index-list a { grid-template-columns: 2.2rem 1fr auto; gap: 0.65rem; }
}

.carousel-arrows button:focus-visible,
.carousel-stage:focus-visible,
.carousel-dots button:focus-visible,
.all-projects-cta:focus-visible,
.side-project-target:focus-visible {
  outline: 3px solid #111;
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .project-slide {
    width: min(78vw, 45rem);
    grid-template-columns: minmax(12rem, 0.72fr) minmax(18rem, 1.28fr);
  }

  .project-slide-previous { transform: translateX(-145%) rotate(-6deg) scale(0.84); }
  .project-slide-next { transform: translateX(45%) rotate(6deg) scale(0.84); }
}

@media (max-width: 640px) {
  .work-carousel {
    padding: 4rem 0 2.5rem;
  }

  .work-carousel-header,
  .carousel-footer {
    width: calc(100% - 2rem);
  }

  .work-carousel-header {
    align-items: flex-end;
  }

  .work-carousel h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .work-intro {
    max-width: 29rem;
    font-size: 0.9rem;
  }

  .carousel-arrows {
    display: none;
  }

  .carousel-stage {
    height: 39rem;
    margin-top: 1.75rem;
  }

  .project-slide {
    top: 0;
    width: calc(100vw - 2rem);
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    border-radius: 8px;
  }

  .project-slide-active { transform: translateX(-50%) scale(1); }
  .project-slide-previous { transform: translateX(-151%) rotate(-4deg) scale(0.92); }
  .project-slide-next { transform: translateX(51%) rotate(4deg) scale(0.92); }

  .project-copy {
    padding: 1.4rem 1.35rem 0;
  }

  .project-number { margin-bottom: 0.85rem; }
  .project-copy h3 { font-size: 2rem; }
  .project-category { margin-top: 0.7rem; }
  .project-description {
    margin-top: 0.8rem;
    font-size: 0.78rem;
    line-height: 1.55;
  }
  .project-copy a { display: none; }

  .project-devices {
    min-height: 21.5rem;
  }

  .laptop-mockup {
    left: 3%;
    top: 51%;
    width: 94%;
  }

  .phone-mockup {
    right: 5%;
    bottom: 7%;
    width: 24%;
  }

  .carousel-footer {
    min-height: auto;
    flex-direction: column;
    gap: 1.8rem;
    margin-top: 1.5rem;
  }

  .all-projects-cta {
    position: static;
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-slide,
  .carousel-arrows button,
  .carousel-dots button,
  .all-projects-cta {
    transition-duration: 0.01ms !important;
  }
}

.site-footer p:nth-child(2) {
  text-align: center;
}

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

@media (max-width: 1080px) {
  .site-header {
    padding-inline: 1rem;
  }

  .nav-shell {
    min-height: 3.625rem;
    gap: 0.8rem;
    padding: 0.4rem 0.65rem 0.4rem 0.75rem;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 3.5rem;
    height: 2.25rem;
    border-radius: 0.5625rem;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy span {
    font-size: 0.66rem;
  }

  .nav-links {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 0.35rem;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    min-width: 4.15rem;
    font-size: 0.68rem;
  }

  .header-cta {
    min-height: 2.45rem;
    padding-inline: 0.85rem;
    font-size: 0.72rem;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    margin-top: -5rem;
    padding-top: 7rem;
  }

  .hero-cross {
    left: auto;
    right: clamp(-1rem, 2vw, 1rem);
    top: auto;
    bottom: clamp(15rem, 42vw, 24rem);
    width: clamp(24rem, 72vw, 36rem);
    opacity: 0.14;
    transform: none;
  }

  .hero-visual {
    grid-row: 2;
    min-height: auto;
    margin-top: 0.5rem;
  }

  .hero-image {
    width: min(26rem, 82vw);
    max-height: 34rem;
  }

  .trust-row {
    grid-row: 3;
    width: min(100%, 64rem);
    transform: translateY(-1rem);
  }

  .digital-stats-banner {
    grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.2fr);
    grid-template-rows: auto auto auto;
  }

  .digital-stats-list {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .digital-stats-action {
    grid-column: 2;
    grid-row: 1 / 2;
  }

  .digital-stats-action {
    padding-left: clamp(1.5rem, 4vw, 3rem);
  }

  .digital-stats-source {
    grid-row: 3;
  }

  .about-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    max-width: 68rem;
  }

  .about-heading {
    align-self: center;
  }

  .about-photo {
    min-height: 28rem;
  }

  .about-side {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .about-info {
    padding-top: 0;
  }

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

  .principles {
    max-width: 68rem;
  }

  .principle {
    grid-template-columns: 5rem minmax(0, 1fr);
  }

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

@media (min-width: 1081px) {
  .web-hero-person {
    width: min(49rem, 112%);
    max-width: none;
  }

  .web-hero-plan {
    width: clamp(14rem, 17vw, 17rem);
  }

  .web-hero-plan-business {
    width: clamp(16rem, 19vw, 19rem);
  }
}

@media (min-width: 1081px) and (max-height: 900px) {
  .web-hero {
    min-height: 100svh;
    padding-top: 5.75rem;
    padding-bottom: 1rem;
  }

  .web-hero h1 {
    max-width: 48rem;
    font-size: clamp(3.5rem, 4.6vw, 5rem);
    line-height: 0.92;
  }

  .web-hero p:not(.eyebrow) {
    max-width: 39rem;
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .web-hero .hero-actions {
    margin-top: 0.8rem;
  }

  .web-hero .button {
    min-height: 3.35rem;
    padding-inline: 1.65rem;
    font-size: 0.88rem;
  }

  .web-hero-showcase {
    min-height: calc(100svh - 6.75rem);
  }

  .web-hero-person {
    bottom: -0.5rem;
    width: min(43rem, 102%);
  }

  .web-hero-plan {
    width: clamp(12.5rem, 14vw, 15rem);
    padding: 0.9rem;
  }

  .web-hero-plan-business {
    top: 3.5%;
    width: clamp(14rem, 16vw, 17rem);
    padding: 1rem;
  }

  .web-hero-plan-starter {
    top: 27%;
  }

  .web-hero-plan-landing {
    top: 30%;
  }

  .web-hero-plan-price {
    margin-top: 0.8rem;
    padding-bottom: 0.72rem;
  }

  .web-hero-plan-price strong {
    font-size: clamp(2.5rem, 3vw, 3.25rem);
  }

  .web-hero-plan ul {
    gap: 0.38rem;
    margin-block: 0.68rem;
  }

  .web-hero-plan > a {
    min-height: 2rem;
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .site-header {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .nav-shell {
    min-height: 3.5rem;
  }

  .hero {
    min-height: 100svh;
    padding-top: clamp(5.8rem, 7vw, 6.45rem);
    padding-bottom: clamp(0.9rem, 1.6vw, 1.35rem);
    row-gap: 0.85rem;
  }

  .hero-cross {
    left: 50%;
    top: 47%;
    width: clamp(26rem, 38vw, 42rem);
    opacity: 0.16;
  }

  .eyebrow {
    font-size: 0.56rem;
  }

  .hero h1 {
    max-width: 48rem;
    margin: 0.55rem 0 0.58rem;
    font-size: clamp(2.9rem, 4.65vw, 4.35rem);
    line-height: 0.92;
  }

  .hero-description {
    max-width: 41rem;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .hero-actions {
    margin-top: 1rem;
  }

  .hero-price-link {
    width: clamp(7.5rem, 12vw, 9.5rem);
    min-height: 4.35rem;
    padding: 0.76rem 0.7rem 0.62rem;
  }

  .hero-price-link span {
    margin-top: -0.76rem;
    font-size: 0.58rem;
  }

  .hero-price-link strong {
    font-size: clamp(1.85rem, 3.6vw, 2.7rem);
  }

  .button {
    min-height: 3.15rem;
    padding: 0 1.45rem;
    font-size: 0.86rem;
  }

  .trust-row {
    width: min(100%, 68rem);
  }

  .trust-card {
    min-height: 4.65rem;
    gap: 0.75rem;
    padding: 0.78rem 0.9rem;
  }

  .trust-icon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .trust-icon svg {
    width: 1.45rem;
    height: 1.45rem;
  }

  .trust-copy strong {
    font-size: 0.62rem;
  }

  .trust-copy span {
    font-size: 0.68rem;
  }

  .hero-visual {
    min-height: 22rem;
  }

  .hero-image {
    width: min(31rem, 100%);
    max-height: calc(100svh - 172px);
  }

  .web-hero {
    padding-top: 5.9rem;
    padding-bottom: 1.5rem;
  }

  .web-hero h1 {
    max-width: 46rem;
    font-size: clamp(2.9rem, 5.6vw, 4.8rem);
  }

  .web-hero p:not(.eyebrow) {
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .web-hero .hero-actions {
    margin-top: 0.85rem;
  }
}

@media (max-width: 780px) {
  .site-header {
    padding: 0.75rem 0.8rem;
  }

  .nav-shell {
    min-height: 3.5rem;
    border-radius: 1rem;
  }

  .brand {
    gap: 0.65rem;
    min-width: 0;
  }

  .brand-mark {
    width: 3.25rem;
    height: 2.125rem;
  }

  .header-cta {
    min-height: 2.35rem;
    padding: 0 0.78rem;
    font-size: 0.68rem;
  }

  .nav-links {
    display: none;
  }

  .hero {
    margin-top: -5rem;
    row-gap: 1rem;
    padding: 6.75rem 1rem 2.25rem;
  }

  .digital-stats-banner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1.5rem;
    margin: 0.75rem 0.75rem 0;
    padding: 2.25rem 1.25rem 1.25rem;
  }

  .digital-stats-banner::after {
    width: 55%;
    height: 28%;
  }

  .digital-stats-intro,
  .digital-stats-list,
  .digital-stats-action,
  .digital-stats-source {
    grid-column: 1;
    grid-row: auto;
  }

  .digital-stats-kicker {
    margin-bottom: 0.9rem;
    font-size: 0.62rem;
    letter-spacing: 0.24em;
  }

  .digital-stats-intro h2 {
    font-size: clamp(2.35rem, 11vw, 3.65rem);
  }

  .digital-stats-list {
    grid-template-columns: 1fr;
  }

  .digital-stat {
    display: grid;
    grid-template-columns: 3rem minmax(5.5rem, auto) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 0.8rem 0;
    text-align: left;
  }

  .digital-stat + .digital-stat {
    border-top: 1px solid #d8d8d8;
    border-left: 0;
  }

  .digital-stat-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
  }

  .digital-stat strong {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .digital-stat p {
    margin: 0;
    font-size: 0.86rem;
    text-align: left;
  }

  .digital-stats-action {
    gap: 1rem;
    padding: 1.4rem 0 0;
    border-top: 1px solid #d8d8d8;
    border-left: 0;
  }

  .digital-stats-action p {
    font-size: 1.15rem;
  }

  .digital-stats-action a {
    min-height: 3.5rem;
  }

  .digital-stats-source {
    font-size: 0.7rem;
  }

  .hero-cross {
    right: -2.5rem;
    bottom: 20rem;
    width: 25rem;
    opacity: 0.11;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.22em;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 11.8vw, 4.45rem);
    line-height: 0.94;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-price-link {
    width: clamp(6.35rem, 28vw, 7.4rem);
    min-height: 4.2rem;
    padding: 0.64rem 0.48rem 0.54rem;
  }

  .hero-price-link span {
    margin: -0.64rem -0.48rem 0;
    padding: 0.42rem 0.25rem;
    font-size: 0.48rem;
    letter-spacing: 0.13em;
  }

  .hero-price-link strong {
    font-size: clamp(1.45rem, 8.2vw, 2rem);
  }

  .hero-price-link-business {
    top: 0;
    transform: translate(-50%, -6%);
  }

  .hero-price-link-starter {
    left: 0.2rem;
    top: 34%;
    transform: translate(0, -50%);
  }

  .hero-price-link-landing {
    right: 0.2rem;
    top: 36%;
    transform: translate(0, -50%);
  }

  .hero-price-link-business:hover,
  .hero-price-link-business:focus-visible {
    transform: translate(-50%, -10%);
  }

  .hero-price-link-starter:hover,
  .hero-price-link-starter:focus-visible {
    transform: translate(0, calc(-50% - 2px));
  }

  .hero-price-link-landing:hover,
  .hero-price-link-landing:focus-visible {
    transform: translate(0, calc(-50% - 2px));
  }

  .button {
    min-height: 3rem;
  }

  .trust-row,
  .service-list,
  .process-list,
  .about-grid,
  .principles,
  .portfolio-heading,
  .portfolio-grid,
  .pricing-grid,
  .section-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .trust-row {
    width: 100%;
    transform: translateY(-0.55rem);
  }

  .trust-card {
    min-height: 3.9rem;
    gap: 0.85rem;
    padding: 0.75rem 1rem;
  }

  .trust-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .trust-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .trust-copy strong {
    font-size: 0.68rem;
  }

  .trust-copy span {
    font-size: 0.78rem;
  }

  .web-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: -5rem;
    padding: 6.5rem 1rem 3.5rem;
  }

  .web-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.25rem);
  }

  .contact-actions {
    width: min(100%, 28rem);
    flex-direction: column;
    align-items: stretch;
    margin-inline: auto;
  }

  .contact-action-preferred {
    width: 100%;
  }

  .deliverable-list {
    grid-template-columns: 1fr;
  }

  .deliverable-item {
    min-height: 16rem;
  }

  .deliverable-item:last-child {
    grid-column: auto;
  }

  .portfolio-card {
    min-height: 0;
  }

  .portfolio-preview {
    aspect-ratio: 16 / 10.8;
  }

  .portfolio-mobile {
    right: 0.8rem;
    bottom: 0.7rem;
    width: 4.35rem;
  }

  .trust-card {
    min-height: 0;
  }

  .trust-card + .trust-card::before {
    top: 0;
    right: 1rem;
    bottom: auto;
    left: 1rem;
    width: auto;
    height: 1px;
  }

  .section {
    padding: 4rem 1rem;
  }

  .about-section {
    padding: 4rem 1rem;
  }

  .about-grid {
    gap: 1.5rem;
  }

  .about-heading {
    align-self: start;
  }

  .section h2,
  .section-heading h2,
  .contact h2 {
    font-size: clamp(2.35rem, 11vw, 4rem);
  }

  .about-heading h2 {
    font-size: clamp(2.7rem, 12vw, 4.5rem);
  }

  .about-heading h2.about-heading-seo {
    max-width: 30ch;
    font-size: clamp(1.45rem, 5.7vw, 2.15rem);
    line-height: 1.08;
  }

  .about-photo {
    min-height: 0;
    aspect-ratio: 4 / 4.6;
  }

  .about-side {
    grid-column: auto;
    grid-row: auto;
    gap: 1.35rem;
  }

  .about-info {
    grid-column: auto;
    grid-row: auto;
    gap: 1.05rem;
    padding-top: 0.4rem;
    padding-bottom: 0.35rem;
  }

  .about-info-item {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.95rem;
  }

  .about-info-icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .about-info-icon svg {
    width: 1.65rem;
    height: 1.65rem;
  }

  .about-copy {
    grid-column: auto;
    grid-row: auto;
    max-width: none;
    padding-left: 0;
    border-left: 0;
    padding-top: 1.35rem;
    border-top: 1px solid var(--line);
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .principle {
    min-height: 0;
    grid-template-columns: 4.4rem minmax(0, 1fr);
    padding: 1.2rem;
  }

  .principle blockquote {
    margin-top: 1.45rem;
    font-size: clamp(1.45rem, 7vw, 2.15rem);
    line-height: 1.08;
  }

  .principle-source {
    margin-top: 1.25rem;
  }

  .principle-top {
    grid-template-columns: 2.35rem 1fr;
    gap: 0.95rem;
  }

  .principle-top::after {
    min-height: 6.5rem;
  }

  .service-item {
    min-height: 14rem;
  }

  .site-footer,
  .site-footer p:nth-child(2) {
    text-align: left;
  }
}

@media (max-width: 430px) {
  .brand-copy {
    max-width: 8.6rem;
  }

  .brand-copy strong,
  .brand-copy span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-cta {
    padding-inline: 0.65rem;
    font-size: 0.62rem;
  }

  .hero h1 {
    font-size: 2.85rem;
  }
}

@media (max-width: 1080px) and (min-width: 781px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 58rem;
  }
}

@media (max-width: 780px) {
  .pricing-section {
    padding-inline: 1rem;
  }

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

  .pricing-intro h2 {
    font-size: clamp(4rem, 22vw, 7rem);
  }

  .pricing-grid {
    gap: 1.25rem;
    margin-top: 3.25rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .pricing-cta,
  .pricing-arrow {
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

}

@media (max-width: 1080px) {
  .web-hero-showcase {
    width: min(100%, 52rem);
    min-height: 43rem;
    justify-self: center;
  }

  .web-hero-person {
    bottom: -1.5rem;
    width: min(40rem, 88%);
  }

  .web-hero-plan {
    width: clamp(13rem, 29vw, 15rem);
  }

  .web-hero-plan-business {
    width: clamp(15rem, 32vw, 17rem);
  }
}

@media (max-width: 780px) {
  .web-hero-showcase {
    width: 100%;
    min-height: 34rem;
    margin-top: 0.75rem;
  }

  .web-hero-showcase::before {
    font-size: 16rem;
  }

  .web-hero-person {
    bottom: -0.75rem;
    width: min(33rem, 122%);
    max-width: none;
  }

  .web-hero-plan {
    width: min(10.2rem, 43vw);
    padding: 0.72rem;
    border-radius: 10px;
  }

  .web-hero-plan-starter {
    left: 0;
    top: 35%;
  }

  .web-hero-plan-business {
    top: 3%;
    width: min(11.5rem, 49vw);
    padding: 0.85rem;
  }

  .web-hero-plan-landing {
    right: 0;
    top: 38%;
  }

  .web-hero-plan-heading {
    grid-template-columns: 1.65rem minmax(0, 1fr);
    gap: 0.45rem;
  }

  .web-hero-plan-icon {
    width: 1.65rem;
    height: 1.65rem;
    font-size: 0.85rem;
  }

  .web-hero-plan h2 {
    font-size: 0.62rem;
  }

  .web-hero-plan-heading p,
  .web-hero .web-hero-plan-heading p:not(.eyebrow) {
    font-size: 0.46rem;
  }

  .web-hero-plan-price {
    margin-top: 0.7rem;
    padding-bottom: 0.6rem;
  }

  .web-hero-plan-price strong {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .web-hero-plan-price small {
    display: none;
  }

  .web-hero-plan ul {
    gap: 0.32rem;
    margin-block: 0.55rem;
  }

  .web-hero-plan li {
    grid-template-columns: 0.7rem 1fr;
    gap: 0.28rem;
    font-size: 0.45rem;
  }

  .web-hero-plan li span {
    width: 0.66rem;
    height: 0.66rem;
    font-size: 0.38rem;
  }

  .web-hero-plan > a {
    min-height: 1.75rem;
    padding-inline: 0.55rem;
    font-size: 0.5rem;
  }

  .web-hero-plan-badge {
    padding: 0.28rem 0.55rem;
    font-size: 0.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-hero-plan {
    animation: none;
  }

  .web-hero-plan,
  .web-hero-plan > a span {
    transition-duration: 0.01ms !important;
  }
}

/* Pricing carousel refinement. Each plan is a compact split card: positioning
   and price stay on the left, proof and action stay on the right. */
.pricing-section {
  overflow: hidden;
  overflow-anchor: none;
  padding-bottom: clamp(1.25rem, 2vw, 2rem);
  background: #f7f7f7 !important;
}

section.pricing-section .pricing-showcase {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(118rem, 100%);
  max-width: 118rem;
  min-height: auto !important;
  margin: 0 auto !important;
}

section.pricing-section .pricing-hint {
  margin-top: clamp(1rem, 2.5vw, 2.25rem);
}

section.pricing-section .pricing-stage {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  height: clamp(27rem, 32vw, 32rem);
  order: 1;
}

.pricing-swiper {
  width: 100%;
  height: 100%;
  margin-inline: 0;
  padding: 0 0 1.25rem;
  overflow: visible;
}

/* Swiper's base stylesheet sets overflow:hidden. Keep the slide previews
   visible here; the pricing section itself remains the page-level clipping
   boundary so previews never create horizontal document scroll. */
section.pricing-section .pricing-swiper.swiper {
  overflow: visible;
}

.pricing-swiper .swiper-wrapper {
  align-items: center;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.pricing-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* On larger screens the card stack should define the section height instead
   of being vertically centered inside a tall reserved viewport. */
@media (min-width: 621px) {
  section.pricing-section .pricing-stage,
  section.pricing-section .pricing-swiper {
    height: auto;
  }

  section.pricing-section .pricing-swiper .swiper-wrapper {
    align-items: flex-start;
  }
}

section.pricing-section .pricing-swiper .pricing-plan {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: grid !important;
  grid-template-columns: minmax(14rem, 0.78fr) minmax(20rem, 1.22fr);
  align-items: stretch;
  gap: clamp(1.4rem, 3vw, 2.75rem);
  width: min(56rem, 100%) !important;
  min-height: 0 !important;
  padding: clamp(1.5rem, 3vw, 2.4rem) clamp(1.75rem, 4vw, 3.2rem);
  border: 1px solid #e1e1e1;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 4px 8px rgba(17, 17, 17, 0.1);
  opacity: 0.8;
  transform: translateY(0.5rem) scale(0.72) !important;
  transform-origin: center bottom;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), background 300ms ease, color 300ms ease;
}

section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan {
  opacity: 1;
  transform: translateY(-0.2rem) scale(0.75) !important;
}

section.pricing-section .pricing-swiper .swiper-slide-prev .pricing-plan,
section.pricing-section .pricing-swiper .swiper-slide-next .pricing-plan {
  opacity: 0.8;
  transform: translateY(0.5rem) scale(0.72) !important;
}

section.pricing-section .pricing-swiper .pricing-plan:hover,
section.pricing-section .pricing-swiper .pricing-plan:focus-visible {
  box-shadow: 0 4px 8px rgba(17, 17, 17, 0.14);
  transform: translateY(0.2rem) scale(0.66) !important;
}

section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan:hover,
section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan:focus-visible {
  transform: translateY(-0.4rem) scale(0.77) !important;
}

section.pricing-section .pricing-plan-copy,
section.pricing-section .pricing-plan-summary {
  min-width: 0;
}

section.pricing-section .pricing-plan-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

section.pricing-section .pricing-plan-label {
  align-self: flex-start;
  min-height: 2.7rem;
  padding: 0.62rem 1.45rem;
  border-radius: 999px;
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  letter-spacing: 0.2em;
}

section.pricing-section .pricing-plan-divider {
  width: 2.5rem;
  margin: 0.8rem 0;
}

section.pricing-section .pricing-plan-phase {
  font-size: clamp(0.64rem, 0.9vw, 0.78rem);
  letter-spacing: 0.18em;
}

section.pricing-section .pricing-plan-intent {
  max-width: 17ch;
  min-height: 0;
  margin: 0.75rem 0 0;
  font-size: clamp(1.45rem, 2.35vw, 2.15rem);
  line-height: 1.08;
}

section.pricing-section .pricing-plan-price {
  align-self: flex-start;
  margin: auto 0 0;
  font-size: clamp(4.5rem, 7.5vw, 6.6rem);
  line-height: 0.78;
}

section.pricing-section .pricing-plan-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #e2e2e2;
  padding-left: clamp(1.25rem, 3vw, 2.75rem);
  text-align: left;
}

section.pricing-section .pricing-feature {
  min-height: 4.75rem;
  grid-template-columns: 4.75rem minmax(0, 1fr);
  gap: 1.15rem;
  padding: 0.35rem 0;
  font-size: clamp(0.92rem, 1.35vw, 1.16rem);
  line-height: 1.18;
}

section.pricing-section .pricing-feature > span:last-child {
  max-width: 25ch;
}

section.pricing-section .pricing-feature-icon {
  display: grid;
  width: 4.75rem;
  height: 4.75rem;
  place-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  background: #f5f5f5;
}

section.pricing-section .pricing-feature-icon img {
  display: block;
  width: 3.05rem;
  height: 3.05rem;
}

section.pricing-section .pricing-plan-prompt {
  min-height: 3.15rem;
  margin-top: 0.8rem;
  border-radius: 0.6rem;
  font-size: clamp(0.92rem, 1.3vw, 1.1rem);
}

.pricing-plan-arrows {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: min(35rem, calc(100% - 2rem));
  display: grid;
  grid-template-columns: 3rem 1fr 3rem;
  align-items: center;
  gap: 1rem;
  margin: -0.55rem auto 0;
  transform: none !important;
  pointer-events: auto;
}

.pricing-plan-arrow {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #d0d0d0;
  background: #fff;
  box-shadow: none;
  font-size: 1.2rem;
}

.pricing-plan-arrow:hover,
.pricing-plan-arrow:focus-visible {
  background: #111;
  color: #fff;
  transform: none;
}

.pricing-slide-indicator {
  margin: 0;
  color: #555;
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  text-align: center;
}

section.pricing-section .pricing-details {
  position: relative;
  top: auto;
  left: auto;
  width: min(52rem, 100%);
  max-height: none;
  margin: clamp(2rem, 4vw, 3.5rem) auto 0;
  order: 2;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  transform: none;
}

/* The expanded pricing view is an all-plan comparison grid. It borrows the
   visual language of a spreadsheet: quiet rules, aligned columns, and one
   restrained emphasis column for the selected plan. */
section.pricing-section .pricing-details.pricing-comparison {
  width: min(92rem, 100%);
  min-height: 0;
}

.pricing-comparison-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8d8d8;
}

.pricing-comparison-kicker {
  margin: 0 0 0.45rem;
  color: #666;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pricing-comparison-heading h3 {
  margin: 0;
  color: #111;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.pricing-comparison-active {
  flex: 0 0 auto;
  margin: 0;
  color: #666;
  font-size: 0.82rem;
  line-height: 1.35;
  white-space: nowrap;
}

.pricing-comparison-active strong {
  color: #111;
}

.pricing-comparison-scroll {
  margin-top: 1.25rem;
  overflow-x: auto;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-shadow: 0 6px 16px rgba(17, 17, 17, 0.06);
  overscroll-behavior-x: contain;
  scrollbar-color: #999 transparent;
  scrollbar-width: thin;
}

.pricing-comparison-scroll:focus-visible {
  outline: 3px solid #111;
  outline-offset: 4px;
}

.pricing-comparison-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #222;
}

.pricing-comparison-table col.pricing-comparison-label-column {
  width: 20%;
}

.pricing-comparison-table th,
.pricing-comparison-table td {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.pricing-comparison-table tr > :last-child {
  border-right: 0;
}

.pricing-comparison-table thead th {
  padding: 1rem 0.9rem;
  background: #ebe9e3;
  color: #1c1c1c;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  vertical-align: middle;
}

.pricing-comparison-table thead th:first-child {
  padding-left: 1.2rem;
  text-align: left;
}

.pricing-comparison-table thead th span,
.pricing-comparison-table thead th small,
.pricing-comparison-table thead th strong {
  display: block;
}

.pricing-comparison-table thead th span {
  letter-spacing: 0.01em;
}

.pricing-comparison-table thead th small {
  margin-top: 0.25rem;
  color: #666;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-comparison-table thead th.is-active small {
  color: #cfcfcf;
}

.pricing-comparison-table thead th strong {
  margin-top: 0.35rem;
  font-size: 1.05rem;
  font-weight: 850;
}

.pricing-comparison-table thead th.is-active {
  background: #111;
  color: #fff;
}

.pricing-comparison-table tbody th {
  padding: 1rem 1.2rem;
  background: #f6f6f3;
  color: #222;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  vertical-align: top;
}

.pricing-comparison-table tbody td {
  min-height: 4.55rem;
  padding: 1rem 0.9rem;
  font-size: 0.84rem;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
}

.pricing-comparison-table tbody td.is-active {
  background: #f2f2f2;
}

.pricing-comparison-table tbody tr:last-child th,
.pricing-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

section.pricing-section .pricing-comparison .pricing-cta {
  width: min(22rem, 100%);
  min-height: 3.25rem;
  margin: 1rem 0 0 auto;
  padding-inline: 1.15rem;
  border-color: #111;
  background: #111;
  color: #fff;
}

section.pricing-section .pricing-comparison .pricing-cta:hover,
section.pricing-section .pricing-comparison .pricing-cta:focus-visible {
  border-color: #333;
  background: #333;
  color: #fff;
}

.pricing-navigation {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  display: flex;
  justify-content: center;
  margin: 1rem auto 0;
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media (max-width: 900px) {
  section.pricing-section .pricing-stage {
    height: 30rem;
  }

  section.pricing-section .pricing-swiper .pricing-plan {
    width: min(54rem, 100%) !important;
    padding-inline: 1.5rem;
  }

  .pricing-navigation {
    margin-top: 1.25rem;
  }
}

@media (max-width: 620px) {
  section.pricing-section .pricing-showcase {
    margin-top: 0 !important;
  }

  section.pricing-section .pricing-stage {
    height: 43rem;
  }

  .pricing-swiper {
    width: calc(100% + 2rem);
    margin-inline: -1rem;
    padding-top: 1.5rem;
  }

  section.pricing-section .pricing-swiper .pricing-plan {
    grid-template-columns: 1fr;
    gap: 1rem;
    width: min(86vw, 25rem) !important;
    padding: 1.25rem 1.15rem 1.1rem;
  }

  section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan {
    transform: translateY(-0.2rem) scale(0.84) !important;
  }

  section.pricing-section .pricing-swiper .swiper-slide-prev .pricing-plan,
  section.pricing-section .pricing-swiper .swiper-slide-next .pricing-plan {
    transform: translateY(0.55rem) scale(0.66) !important;
  }

  section.pricing-section .pricing-swiper .pricing-plan-copy {
    align-items: center;
    text-align: center;
  }

  section.pricing-section .pricing-swiper .pricing-plan-label {
    align-self: center;
  }

  section.pricing-section .pricing-swiper .pricing-plan-divider {
    margin-inline: auto;
  }

  section.pricing-section .pricing-swiper .pricing-plan-intent {
    min-height: 4.2rem;
    font-size: 1.55rem;
  }

  section.pricing-section .pricing-swiper .pricing-plan-price {
    align-self: center;
    margin: 0.45rem 0 0.8rem;
    font-size: 6.25rem;
  }

  section.pricing-section .pricing-swiper .pricing-plan-summary {
    border-top: 1px solid #e2e2e2;
    border-left: 0;
    padding-top: 0.35rem;
    padding-left: 0;
  }

  section.pricing-section .pricing-swiper .pricing-feature {
    min-height: 4.2rem;
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1rem;
    padding-block: 0.1rem;
    font-size: 1rem;
  }

  section.pricing-section .pricing-swiper .pricing-feature-icon {
    width: 4rem;
    height: 4rem;
  }

  section.pricing-section .pricing-swiper .pricing-feature-icon img {
    width: 2.6rem;
    height: 2.6rem;
  }

  section.pricing-section .pricing-swiper .pricing-plan-prompt {
    min-height: 4rem;
    margin-top: 0.7rem;
  }

  .pricing-plan-arrows {
    width: min(100%, 21rem);
  }

  .pricing-navigation {
    display: none;
  }

  .pricing-comparison-heading {
    display: block;
  }

  .pricing-comparison-active {
    margin-top: 0.7rem;
    white-space: normal;
  }

  .pricing-comparison-scroll {
    margin-top: 1rem;
  }

  .pricing-comparison-table {
    min-width: 760px;
  }

  .pricing-comparison-table thead th,
  .pricing-comparison-table tbody th,
  .pricing-comparison-table tbody td {
    padding: 0.85rem 0.7rem;
  }

  .pricing-comparison-table tbody td {
    font-size: 0.78rem;
  }

  section.pricing-section .pricing-comparison .pricing-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-swiper .swiper-slide,
  .pricing-swiper .swiper-wrapper,
  section.pricing-section .pricing-swiper .pricing-plan,
  section.pricing-section .pricing-details {
    transition-duration: 0.01ms !important;
  }
}

/* ========================================================================== 
   FLUID RESPONSIVE FOUNDATION
   The visual system remains monochrome and editorial. This final layer gives
   shared layouts one predictable fluid scale from narrow phones to wide
   displays, while preserving the existing component-specific art direction.
   ========================================================================== */

:root {
  --content-max: 75rem;
  --content-wide: 92rem;
  --page-gutter: clamp(1rem, 5vw, 5rem);
  --section-space: clamp(3.75rem, 8vw, 8rem);
}

html {
  overflow-x: clip;
  scroll-padding-top: clamp(4.75rem, 9vw, 6.5rem);
}

body {
  min-width: 320px;
}

img,
video,
iframe {
  max-width: 100%;
}

.container {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-max));
  max-width: var(--content-max);
  margin-inline: auto;
}

.section,
.about-section,
.contact {
  padding-inline: max(var(--page-gutter), env(safe-area-inset-left));
}

.section {
  padding-block: var(--section-space);
}

.about-section {
  padding-block: clamp(4rem, 7vw, 7.25rem);
}

.contact {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.section > .section-heading,
.section > .portfolio-heading,
.section > .deliverable-list,
.section > .portfolio-grid,
.section > .process-list,
.section > .city-hub-intro,
.section > .city-route-list,
.about-grid,
.principles,
.service-list {
  width: min(100%, var(--content-max));
  margin-inline: auto;
}

.digital-stats-banner,
.web-value,
.business-index {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-wide));
  margin-inline: auto;
}

.digital-stats-banner {
  margin-top: clamp(1rem, 2.5vw, 2rem);
  padding-inline: clamp(1.15rem, 4vw, 5rem);
}

.business-index {
  padding-inline: var(--page-gutter);
}

.section-heading h2,
.contact h2,
.web-hero h1,
.portfolio-page-hero h1,
.extra-hero h1,
.work-carousel h2,
.business-index-intro h2,
.web-value-heading h2 {
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero h1 {
  font-size: clamp(2.65rem, 7.2vw, 5.55rem);
  letter-spacing: -0.025em;
}

.section h2,
.section-heading h2,
.contact h2 {
  font-size: clamp(2.25rem, 5.4vw, 5.25rem);
}

.site-header {
  padding-top: max(0.65rem, env(safe-area-inset-top));
  padding-right: max(var(--page-gutter), env(safe-area-inset-right));
  padding-bottom: 0.65rem;
  padding-left: max(var(--page-gutter), env(safe-area-inset-left));
}

.nav-shell {
  width: min(100%, 116rem);
  min-width: 0;
}

.brand,
.nav-links,
.header-cta {
  min-width: 0;
}

.header-cta {
  min-height: 2.75rem;
  white-space: nowrap;
}

.hero {
  min-height: auto;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  margin-top: -5rem;
  padding: clamp(6.4rem, 16vw, 8rem) var(--page-gutter) clamp(2rem, 5vw, 4rem);
}

.hero-copy,
.hero-visual,
.trust-row {
  min-width: 0;
}

.hero-copy {
  width: min(100%, 55rem);
  margin-inline: auto;
}

.hero-description,
.web-hero p:not(.eyebrow),
.section-copy,
.about-copy,
.city-hub-intro {
  max-width: 72ch;
  text-wrap: pretty;
}

.hero-visual {
  min-height: clamp(26rem, 82vw, 35rem);
  margin-top: clamp(0.5rem, 2vw, 1.5rem);
}

.hero-image {
  width: min(100%, 36rem);
  max-height: min(38rem, 72svh);
}

.trust-row {
  width: min(100%, var(--content-max));
}

.digital-stats-list,
.deliverable-list,
.process-list,
.portfolio-grid,
.service-list,
.about-grid,
.principles {
  min-width: 0;
}

.digital-stats-list {
  grid-template-columns: 1fr;
}

.digital-stat {
  min-width: 0;
}

.about-grid,
.section-grid,
.service-list,
.portfolio-grid,
.process-list,
.principles {
  grid-template-columns: 1fr;
}

.about-grid,
.section-grid,
.service-list,
.portfolio-grid,
.process-list,
.principles {
  gap: clamp(1rem, 3vw, 2.5rem);
}

.service-item,
.portfolio-card,
.principle,
.deliverable-item {
  min-width: 0;
}

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

.deliverable-item {
  min-height: clamp(16rem, 30vw, 19rem);
  gap: clamp(1rem, 2vw, 1.35rem);
}

.portfolio-card {
  min-height: 0;
}

.portfolio-preview,
.portfolio-project-devices {
  aspect-ratio: 16 / 10;
}

.portfolio-project-devices {
  height: auto;
  min-height: 0;
}

.portfolio-page-hero {
  min-height: clamp(24rem, 62vw, 32rem);
  margin-top: -5rem;
  padding: clamp(7rem, 16vw, 9rem) var(--page-gutter) 1rem;
}

.portfolio-hero-copy {
  transform: translateY(clamp(3rem, 11vw, 9.5rem));
}

.portfolio-projects {
  width: min(100%, var(--content-wide));
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.portfolio-cta {
  padding-inline: var(--page-gutter);
}

.web-hero {
  min-height: auto;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 6vw, 4rem);
  margin-top: -5rem;
  padding: clamp(6.75rem, 16vw, 9rem) var(--page-gutter) clamp(3rem, 7vw, 5rem);
}

.web-hero-copy {
  width: min(100%, 58rem);
  margin-inline: auto;
}

.web-hero h1 {
  font-size: clamp(2.75rem, 8vw, 6rem);
}

.web-hero-showcase {
  width: min(100%, 56rem);
  min-height: clamp(28rem, 92vw, 43rem);
  margin-inline: auto;
}

.web-hero-person {
  max-width: none;
  width: min(100%, 43rem);
}

.pricing-section {
  padding-inline: 0;
}

section.pricing-section .pricing-showcase {
  width: min(100%, var(--content-wide));
  padding-inline: 0;
}

section.pricing-section .pricing-stage,
section.pricing-section .pricing-swiper {
  height: auto !important;
  min-height: 0;
}

.pricing-swiper .swiper-wrapper {
  align-items: flex-start;
}

section.pricing-section .pricing-swiper .pricing-plan {
  width: min(92vw, 56rem) !important;
  max-width: 100%;
  transform: translateY(0.35rem) scale(0.72) !important;
}

section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan {
  transform: translateY(0) scale(0.76) !important;
}

section.pricing-section .pricing-swiper .pricing-plan:hover,
section.pricing-section .pricing-swiper .pricing-plan:focus-visible {
  transform: translateY(0) scale(0.72) !important;
}

section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan:hover,
section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan:focus-visible {
  transform: translateY(-0.15rem) scale(0.78) !important;
}

.pricing-details.pricing-comparison {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-wide)) !important;
}

.pricing-comparison-scroll {
  max-width: 100%;
}

.pricing-navigation {
  width: min(calc(100% - (var(--page-gutter) * 2)), 50rem);
  flex-wrap: wrap;
}

.work-carousel {
  padding-inline: 0;
}

.work-carousel-header,
.carousel-footer {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-wide));
}

.carousel-stage {
  width: 100%;
}

.project-slide {
  max-width: calc(100vw - (var(--page-gutter) * 2));
}

.work-intro {
  max-width: 65ch;
}

.site-footer {
  padding-right: max(var(--page-gutter), env(safe-area-inset-right));
  padding-bottom: max(2rem, env(safe-area-inset-bottom));
  padding-left: max(var(--page-gutter), env(safe-area-inset-left));
}

.site-footer .brand {
  min-width: 0;
}

.whatsapp-float {
  right: max(0.75rem, env(safe-area-inset-right));
  bottom: max(0.75rem, env(safe-area-inset-bottom));
}

@media (min-width: 40rem) {
  .digital-stats-banner {
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.55fr);
  }

  .digital-stats-list {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .digital-stats-action {
    grid-column: 2;
    grid-row: 1;
  }

  .digital-stats-intro {
    grid-column: 1;
    grid-row: 1;
  }

  .section-grid,
  .portfolio-grid,
  .service-list,
  .principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .business-index {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  }

  .portfolio-cta {
    align-items: center;
    flex-direction: row;
  }
}

@media (min-width: 52rem) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.9fr);
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: min(58rem, calc(100svh - 3rem));
    column-gap: clamp(1.5rem, 4vw, 4rem);
  }

  .hero-copy {
    align-self: center;
  }

  .hero-visual {
    grid-column: 2;
    grid-row: 1;
    min-height: min(42rem, calc(100svh - 9rem));
    margin-top: 0;
  }

  .trust-row {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .about-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  }

  .about-side {
    grid-column: 1 / -1;
  }

  .web-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    min-height: min(52rem, calc(100svh - 2.5rem));
  }

  .web-hero-showcase {
    min-height: min(43rem, calc(100svh - 8rem));
  }

  .section-head {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .city-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

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

  .cluster-box {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  }

  .final-cta-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .footer-top {
    grid-template-columns: 1.6fr 0.7fr 0.7fr;
  }
}

@media (min-width: 68rem) {
  .hero {
    grid-template-columns: minmax(0, 1.12fr) minmax(21rem, 0.88fr);
  }

  .about-grid {
    grid-template-columns: minmax(15rem, 0.9fr) minmax(18rem, 0.8fr) minmax(24rem, 1.1fr);
  }

  .about-side {
    grid-column: auto;
  }

  .deliverable-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .portfolio-grid,
  .portfolio-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-swiper .swiper-slide {
    overflow: visible;
  }

  section.pricing-section .pricing-swiper .pricing-plan {
    transform: translateY(0.35rem) scale(0.72) !important;
  }

  section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan {
    transform: translateY(0) scale(0.76) !important;
  }
}

@media (max-width: 39.99rem) {
  body:not(:has(.city-seo-page)) .nav-shell {
    flex-wrap: wrap;
    gap: 0.45rem;
    padding-inline: 0.55rem;
  }

  body:not(:has(.city-seo-page)) .brand {
    flex: 0 1 auto;
    gap: 0.5rem;
    min-width: 0;
  }

  body:not(:has(.city-seo-page)) .brand-copy {
    max-width: min(28vw, 5.5rem);
  }

  .brand-copy strong,
  .brand-copy span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body:not(:has(.city-seo-page)) .nav-links {
    order: 3;
    flex: 1 0 100%;
    width: 100%;
    min-height: 2.6rem;
    justify-content: flex-start;
    gap: 0.2rem;
    overflow-x: auto;
  }

  body:not(:has(.city-seo-page)) .header-cta {
    flex: 0 0 5.5rem;
    width: 5.5rem;
    min-width: 5.5rem;
    max-width: 5.5rem;
    white-space: normal;
    padding-inline: 0.25rem;
    font-size: 0.58rem;
    line-height: 1.1;
    text-align: center;
  }

  .digital-stats-banner {
    margin-inline: max(0.75rem, env(safe-area-inset-left));
    width: calc(100% - max(1.5rem, env(safe-area-inset-left) + env(safe-area-inset-right)));
  }

  .deliverable-list {
    grid-template-columns: 1fr;
  }

  .pricing-swiper {
    width: calc(100% + (var(--page-gutter) * 2));
    margin-inline: calc(var(--page-gutter) * -1);
  }

  section.pricing-section .pricing-swiper .pricing-plan {
    width: min(92vw, 26rem) !important;
    padding-inline: clamp(1rem, 4vw, 1.25rem);
    transform: translateY(0.35rem) scale(0.88) !important;
  }

  section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan {
    transform: translateY(0) scale(0.94) !important;
  }

  section.pricing-section .pricing-swiper .pricing-plan:hover,
  section.pricing-section .pricing-swiper .pricing-plan:focus-visible {
    transform: translateY(0.35rem) scale(0.88) !important;
  }

  section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan:hover,
  section.pricing-section .pricing-swiper .swiper-slide-active .pricing-plan:focus-visible {
    transform: translateY(-0.15rem) scale(0.96) !important;
  }

  .pricing-details.pricing-comparison {
    width: calc(100% - (var(--page-gutter) * 2)) !important;
  }

  .pricing-navigation {
    display: none;
  }

  .project-slide {
    width: calc(100vw - (var(--page-gutter) * 2));
  }

  .carousel-footer {
    flex-direction: column;
    gap: 1.4rem;
  }

  .all-projects-cta {
    position: static;
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-width: 40rem) and (max-width: 67.99rem) {
  body:not(:has(.city-seo-page)) .nav-shell {
    gap: 0.45rem;
    padding-inline: 0.6rem;
  }

  body:not(:has(.city-seo-page)) .brand {
    min-width: 0;
    flex: 0 1 auto;
  }

  body:not(:has(.city-seo-page)) .brand-copy {
    max-width: 8.5rem;
  }

  body:not(:has(.city-seo-page)) .nav-links {
    gap: 0.2rem;
    overflow-x: auto;
  }

  body:not(:has(.city-seo-page)) .nav-links a {
    min-width: 3.75rem;
    padding-inline: 0.25rem;
    font-size: 0.64rem;
  }

  body:not(:has(.city-seo-page)) .header-cta {
    flex: 0 0 7rem;
    width: 7rem;
    min-width: 7rem;
    max-width: 7rem;
    padding-inline: 0.4rem;
    white-space: normal;
    text-align: center;
    line-height: 1.1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
