:root {
  --ink: #16241e;
  --ink-soft: #2f4339;
  --muted: #5b6a61;
  --muted-dark: #b7c7bd;
  --line: rgba(22, 36, 30, 0.13);
  --line-dark: rgba(255, 255, 255, 0.15);
  --bg: #ffffff;
  --bg-quiet: #eef2ea;
  --bg-dark: #10221b;
  --brand: #1f6f57;
  --brand-dark: #16513f;
  --brand-soft: #d6e8de;
  --accent: #d6814a;
  --accent-dark: #b9612b;
  --accent-soft: #f6e6d6;
  --focus: #2f9c7e;
  --font-sans: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Hanken Grotesk", sans-serif;
  --container-max: 1180px;
  --container-px: 22px;
  --radius: 12px;
  --radius-lg: 22px;
  --shadow: 0 26px 64px rgba(16, 34, 27, 0.14);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.65 var(--font-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; }

h1, h2, h3, h4 {
  margin: 0 0 0.65em;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
h1 { font-size: 2.55rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1rem; }

@media (min-width: 760px) {
  h1 { font-size: 4rem; }
  h2 { font-size: 2.65rem; }
  h3 { font-size: 1.35rem; }
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-px);
}
.section { padding-block: 72px; }
.section--quiet { background: var(--bg-quiet); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  color: var(--brand-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 2px;
  background: var(--accent);
}
.eyebrow--on-dark { color: var(--brand-soft); }
.lead {
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.08rem;
}
.lead--on-dark { color: var(--muted-dark); }
.section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}
.section-head > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-head--split {
  max-width: none;
  display: grid;
  gap: 20px;
  text-align: left;
}
@media (min-width: 860px) {
  .section-head--split { grid-template-columns: 1fr 0.8fr; align-items: end; }
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 0.65rem 0.9rem;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.skip-link:focus { transform: none; }
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.78rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn .whatsapp-logo,
.floating-whatsapp .whatsapp-logo {
  display: block;
  width: 1.24rem;
  height: 1.24rem;
  flex: 0 0 auto;
  border-radius: 0.35rem;
  object-fit: cover;
}
.whatsapp-wordmark {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}
.btn[href*="wa.me"],
.btn[href^="/out/whatsapp"] {
  color: #fff;
  border-color: #25d366;
  background: #25d366;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.22);
}
.btn[href*="wa.me"]:hover,
.btn[href^="/out/whatsapp"]:hover {
  color: #fff;
  border-color: #1ebe5b;
  background: #1ebe5b;
}
.social-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
}
.social-logo {
  width: 1.06rem;
  height: 1.06rem;
  flex: 0 0 auto;
}
.social-logo--instagram {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-logo--linkedin {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-chip--instagram {
  color: #fff !important;
  border-color: transparent !important;
  background:
    radial-gradient(circle at 28% 105%, #feda75 0 18%, transparent 34%),
    linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 72%, #515bd4 100%) !important;
  box-shadow: 0 12px 28px rgba(221, 42, 123, 0.20);
}
.social-chip--linkedin {
  color: #fff !important;
  border-color: transparent !important;
  background: #0a66c2 !important;
  box-shadow: 0 12px 28px rgba(10, 102, 194, 0.18);
}
.social-chip--instagram:hover,
.social-chip--linkedin:hover {
  color: #fff !important;
  transform: translateY(-1px);
}
.btn--primary { background: var(--brand); color: #fff; border-color: var(--brand); }
.btn--primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.btn--ghost { background: transparent; color: currentColor; border-color: currentColor; }
.btn--text { background: transparent; color: var(--brand-dark); border-color: transparent; }
.btn--lg { min-height: 52px; padding: 0.95rem 1.35rem; }
.btn--block { width: 100%; }
.whatsapp-badge {
  position: relative;
  overflow: visible;
}
.whatsapp-badge::after {
  content: "1";
  position: absolute;
  top: -9px;
  right: -7px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #e11d2e;
  color: #fff;
  font: 900 0.76rem/1 var(--font-sans);
  box-shadow: 0 10px 22px rgba(225, 29, 46, 0.35);
  animation: whatsapp-badge-pulse 1800ms ease-in-out infinite;
}
@keyframes whatsapp-badge-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-badge::after { animation: none; }
}

.site-header {
  --header-control-height: 52px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(16, 34, 27, 0.06);
}
.site-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-header__brand {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
.site-header__brand .site-logo {
  width: 226px;
  max-width: 62vw;
  height: auto;
  color: var(--ink);
}
.site-logo__word {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
  fill: currentColor;
}
.site-logo__tag {
  font-family: var(--font-sans);
  font-weight: 600;
  fill: var(--accent);
}
.site-nav,
.site-search,
.site-header__actions,
.site-header__cta { display: none; }
.site-nav {
  align-items: center;
  flex: 0 0 auto;
  gap: 2px;
  height: var(--header-control-height);
}
.site-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 40px;
  min-height: 40px;
  padding-inline: 0.85rem;
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: color 150ms ease, background 150ms ease;
}
.site-nav__link:hover { color: var(--brand-dark); background: var(--brand-soft); }
.site-nav__link.is-active { color: var(--brand-dark); }
.site-nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 5px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
}
.site-nav__group {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.site-nav__caret { margin-left: 0.35rem; font-size: 0.7rem; }
.site-nav__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 290px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 150ms ease, transform 150ms ease;
}
/* Transparent bridge over the gap between the trigger and the panel so the
   dropdown stays open while the cursor crosses down into it. */
.site-nav__dropdown::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: -14px;
  height: 14px;
}
.site-nav__group:hover .site-nav__dropdown,
.site-nav__group:focus-within .site-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.site-nav__dropdown a {
  display: block;
  padding: 0.78rem 0.9rem;
  border-radius: 8px;
  color: var(--ink-soft);
  font-weight: 600;
}
.site-nav__dropdown a:hover { background: var(--brand-soft); color: var(--brand-dark); }
.site-search {
  align-items: center;
  flex: 0 0 148px;
  width: 148px;
  height: var(--header-control-height);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-quiet);
}
.site-search input {
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 14px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
}
.site-search button {
  flex: 0 0 46px;
  width: 46px;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  background: transparent;
  border: 0;
}
.site-search svg,
.site-header__toggle svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
}
.site-header__toggle {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
}
.site-header__cta {
  min-height: var(--header-control-height);
  height: var(--header-control-height);
  padding-block: 0;
  padding-inline: 1.15rem;
  flex: 0 0 auto;
  border-color: #25d366;
  background: #25d366;
  color: #08120c;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.18);
}
.site-header__cta:hover {
  border-color: #20bd5a;
  background: #20bd5a;
  color: #071009;
}
#site-nav-toggle { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; pointer-events: none; }
.site-mobile-nav {
  display: none;
  padding: 12px var(--container-px) 22px;
  border-top: 1px solid var(--line);
  background: #fff;
}
#site-nav-toggle:checked ~ .site-mobile-nav { display: block; }
.site-mobile-nav__link,
.site-mobile-nav__sub a {
  display: block;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}
.site-mobile-nav__sub { padding-left: 18px; }
.site-search--mobile {
  display: flex;
  width: 100%;
  margin: 16px 0;
}
@media (min-width: 1160px) {
  /* Brand and actions take their natural width (auto); the nav is a
     content-sized block centred in the flexible middle track. Centring it
     (rather than letting it stretch) keeps it at its single-line max-content
     width, so multi-word links never collapse to two lines.
     The header lives inside the 1180px content container, which isn't wide
     enough for the full eight-item nav AND the inline search AND the CTA, so
     the desktop header drops the search box (it stays in the mobile menu and
     the /buscar page). That leaves brand + nav + CTA with comfortable margins
     at every width. */
  .site-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 16px;
  }
  .site-header__brand {
    justify-self: start;
    flex: none;
  }
  .site-header__brand .site-logo { width: 230px; }
  .site-nav {
    display: flex;
    justify-self: center;
  }
  .site-nav__link {
    padding-inline: 0.8rem;
    font-size: 0.94rem;
  }
  .site-header__actions {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
  }
  .site-header__actions .site-header__cta { display: flex; }
  .site-header__toggle,
  .site-mobile-nav { display: none !important; }
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(120% 90% at 84% 8%, var(--accent-soft) 0%, transparent 46%),
    linear-gradient(180deg, var(--bg-quiet) 0%, #ffffff 78%);
}
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.58) 42%, rgba(0,0,0,0.22) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.14), rgba(0,0,0,0.55));
}
.hero__content {
  position: relative;
  padding-block: 90px 70px;
}
.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.1rem;
  color: var(--brand-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero__kicker::before {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 2px;
  background: var(--accent);
}
.hero h1 {
  max-width: 860px;
  margin-bottom: 1rem;
  color: var(--ink);
}
.hero__lead {
  max-width: 680px;
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 1.14rem;
}
.hero__actions,
.page-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero__facts {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin: 34px 0 0;
}
.hero__facts div {
  padding: 16px 16px 16px 18px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.7);
}
.hero__facts dt {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--brand-dark);
}
.hero__facts dd { margin: 0; color: var(--muted); }
@media (min-width: 760px) {
  .hero__facts { grid-template-columns: repeat(3, 1fr); }
  .hero__image { object-position: 76% top; }
  .hero h1 { max-width: 740px; }
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.trust-strip__inner {
  display: grid;
  gap: 18px;
  align-items: center;
  padding-block: 20px;
}
.trust-strip img {
  width: min(360px, 100%);
  padding: 10px;
  border: 1px solid rgba(31, 111, 87, 0.24);
  border-radius: var(--radius);
  background: var(--brand);
}
.trust-strip__copy p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 700;
}
.trust-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.trust-strip__links a {
  min-height: 40px;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--brand-dark);
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
@media (min-width: 880px) {
  .trust-strip__inner { grid-template-columns: 360px minmax(0, 1fr) auto; }
}

.photo-ribbon {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-dark);
}
.photo-ribbon img {
  width: 100%;
  height: clamp(260px, 34vw, 430px);
  object-fit: cover;
}
.photo-ribbon img:first-child { object-position: 72% 22%; }
.photo-ribbon img:nth-child(2) { object-position: 72% 22%; }
@media (min-width: 760px) {
  .photo-ribbon { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.cards-grid,
.problem-grid,
.post-grid,
.pricing-grid,
.link-grid,
.thanks-grid {
  display: grid;
  gap: 18px;
}
.cards-grid--3,
.cards-grid--4,
.post-grid { grid-template-columns: 1fr; }
@media (min-width: 740px) {
  .cards-grid--3,
  .cards-grid--4,
  .post-grid,
  .pricing-grid,
  .thanks-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .thanks-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1060px) {
  .cards-grid--4,
  .pricing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.card,
.problem-card,
.testimonial-card,
.price-card,
.contact-form-card,
.contact-card,
.direct-booking,
.sticky-aside {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.card {
  display: block;
  padding: 24px;
  min-height: 100%;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.card p { color: var(--muted); }
.card:hover,
.post-card:hover,
.problem-card:hover,
.testimonial-card:hover {
  border-color: rgba(31, 111, 87, 0.45);
  box-shadow: 0 18px 44px rgba(18, 16, 17, 0.10);
  transform: translateY(-2px);
}
.service-card span,
.link-grid a span {
  display: block;
  margin-top: 1rem;
  color: var(--brand-dark);
  font-weight: 800;
}
.problem-grid { grid-template-columns: 1fr; }
@media (min-width: 860px) { .problem-grid { grid-template-columns: repeat(4, 1fr); } }
.problem-card { padding: 22px; }
.problem-card span,
.method-card > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--brand-dark);
  font-weight: 900;
}
.problem-card p { margin: 0; color: var(--ink-soft); font-weight: 700; }

.about-band {
  background: var(--bg-dark);
  color: #fff;
}
.about-band--intro {
  padding-block: 48px 64px;
}
.about-band__grid,
.location-band__grid,
.booking-band__grid,
.about-hero__grid,
.about-credentials,
.service-intro__grid,
.contact-layout,
.split-content,
.press-band__inner {
  display: grid;
  gap: 32px;
}
.about-band__media img,
.about-credentials__media img,
.location-band img,
.about-hero img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
}
.about-band__media img {
  aspect-ratio: 4 / 5;
  background: #fff;
  object-position: center top;
}
.about-band__copy p { color: var(--muted-dark); }
@media (min-width: 860px) {
  .about-band__grid,
  .location-band__grid,
  .booking-band__grid,
  .about-credentials,
  .service-intro__grid,
  .contact-layout,
  .press-band__inner { grid-template-columns: 0.9fr 1.1fr; align-items: center; }
  .split-content { grid-template-columns: minmax(0, 1fr) 310px; align-items: start; }
  .about-hero__grid { grid-template-columns: 1fr 420px; align-items: end; }
  .about-band--intro .about-band__grid { align-items: start; }
  .about-band--intro .about-band__media img { max-height: 560px; }
}

.method-card { padding-top: 28px; }
.press-band {
  background: var(--ink);
  color: #fff;
}
.press-band p { color: var(--muted-dark); }
.press-band__inner { gap: 40px; }
.press-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(144px, 220px));
  justify-content: end;
  gap: 12px;
}
@media (min-width: 860px) {
  .press-band__inner {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  }
}
@media (min-width: 1040px) {
  .press-logos {
    grid-template-columns: repeat(4, minmax(132px, 1fr));
  }
}
.press-logos a {
  display: block;
  border-radius: var(--radius);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.press-logos a:hover,
.press-logos a:focus-visible {
  box-shadow: 0 16px 34px rgba(0,0,0,0.24);
  transform: translateY(-2px);
}
.press-logos a:focus-visible {
  outline: 2px solid var(--brand-soft);
  outline-offset: 3px;
}
.press-logos img {
  width: 100%;
  aspect-ratio: 2.25 / 1;
  object-fit: contain;
  padding: 9px 11px;
  border-radius: var(--radius);
  background: #fff;
}
.testimonial-card {
  margin: 0;
  padding: 24px;
}
.testimonial-card blockquote {
  margin: 0 0 1.2rem;
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.35;
}
.testimonial-card figcaption {
  color: var(--ink);
  font-weight: 900;
}
.testimonial-card figcaption span {
  display: block;
  color: var(--muted);
  font-weight: 600;
}
.booking-band {
  background: var(--brand-soft);
}
.booking-actions {
  display: grid;
  gap: 12px;
}
.scheduler-section { background: #fff; }
.scheduler-section--quiet { background: var(--bg-quiet); }
.scheduler-grid {
  display: grid;
  gap: 30px;
  align-items: center;
}
.scheduler-grid > div:first-child p:not(.eyebrow) {
  max-width: 56ch;
  color: var(--muted);
}
.scheduler-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.scheduler-frame {
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.scheduler-frame iframe {
  width: 100%;
  height: 680px;
  border: 0;
}
@media (min-width: 900px) {
  .scheduler-grid { grid-template-columns: 0.72fr 1fr; }
}
.location-band {
  background: var(--bg-quiet);
}

.page-hero,
.about-hero,
.post-hero {
  padding-block: 96px 70px;
  background: var(--bg-dark);
  color: #fff;
}
.page-hero--compact { padding-block: 72px 54px; }
.page-hero--compact h1 {
  max-width: 780px;
  font-size: 2.3rem;
}
.page-hero h1,
.about-hero h1,
.post-hero h1 { max-width: 900px; color: #fff; }
@media (min-width: 760px) {
  .page-hero--compact h1 { font-size: 3.2rem; }
}
.page-hero .btn--ghost,
.about-hero .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.72); }
.about-hero img {
  max-height: 560px;
  object-position: center top;
}
.about-story {
  display: grid;
  gap: 24px;
}
@media (min-width: 860px) {
  .about-story { grid-template-columns: 0.75fr 1fr; }
}

.pricing-head {
  margin-bottom: 28px;
}
.pricing-grid { align-items: stretch; }
.price-card {
  position: relative;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), #fff 42%),
    var(--bg-quiet);
  box-shadow: 0 18px 48px rgba(18, 16, 17, 0.07);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), rgba(31, 111, 87, 0.18));
  opacity: 0;
}
.price-card:hover {
  border-color: rgba(31, 111, 87, 0.42);
  box-shadow: 0 22px 58px rgba(18, 16, 17, 0.11);
  transform: translateY(-2px);
}
.price-card h3 {
  max-width: 10ch;
  margin-bottom: 0.55rem;
  font-size: clamp(1.72rem, 2.4vw, 2.08rem);
}
.price-card p {
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.65;
}
.price-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}
.price-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(31, 111, 87, 0.22);
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand-dark);
}
.price-card__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.price-card__kicker {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
}
.price-card.is-featured {
  border-color: var(--brand);
  background:
    linear-gradient(180deg, #fff 0%, #fbf8f8 54%, #f4eff0 100%);
  box-shadow: 0 26px 70px rgba(18, 16, 17, 0.14);
}
.price-card.is-featured::before {
  opacity: 1;
}
.price-card__badge {
  display: inline-flex;
  width: max-content;
  margin: -6px 0 18px auto;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(31, 111, 87, 0.2);
  color: var(--brand-dark);
  font-weight: 900;
  font-size: 0.78rem;
  box-shadow: 0 10px 28px rgba(18, 16, 17, 0.08);
}
.price-card__features {
  display: grid;
  gap: 9px;
  margin: 20px 0 26px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  list-style: none;
}
.price-card__features li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-card__features li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(31, 111, 87, 0.12);
}
.price-card__footer {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(18, 16, 17, 0.1);
}
.price-card__price {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.95;
}
.price-card__price span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font: 700 0.95rem/1.3 var(--font-sans);
}
.price-card.is-featured .btn--primary {
  background: var(--ink);
  border-color: var(--ink);
}
.price-card.is-featured .btn--primary:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}
.pricing-note {
  margin: 22px 0 0;
  color: var(--muted);
  text-align: center;
}
.link-grid {
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.link-grid a {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  font-weight: 900;
}
.link-grid a:hover { border-color: var(--brand); }

.check-list {
  list-style: none;
  display: grid;
  gap: 12px;
}
.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink-soft);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
}
.sticky-aside {
  padding: 26px 24px;
}
.sticky-aside h2 { font-size: 1.5rem; margin-bottom: 0.6rem; }
.sticky-aside p { margin-bottom: 1.4rem; }
.sticky-aside .btn { width: 100%; }
.sticky-aside .btn + .btn { margin-top: 12px; }
@media (min-width: 860px) {
  .sticky-aside {
    position: sticky;
    top: 104px;
  }
}

.prose {
  max-width: 780px;
}
.prose h2 { margin-top: 2.2rem; font-size: 2rem; }
.prose h3 { margin-top: 1.6rem; }
.prose p,
.prose li { color: var(--ink-soft); }
.prose a {
  color: var(--brand-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose ul,
.prose ol { padding-left: 1.25rem; margin: 0 0 1.2rem; }
.prose blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem 1.25rem 3.2rem;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(230, 222, 223, 0.78), rgba(255, 255, 255, 0.96));
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(18, 16, 17, 0.08);
}
.prose blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0.95rem;
  top: 0.25rem;
  color: var(--brand-dark);
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1;
  opacity: 0.35;
}
.prose blockquote p {
  margin: 0 0 0.75rem;
  color: inherit;
}
.prose blockquote p:last-child { margin-bottom: 0; }
.prose img {
  margin: 1.8rem 0;
  border-radius: var(--radius);
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  display: block;
  overflow-x: auto;
}
.prose th,
.prose td {
  padding: 0.75rem;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.prose .btn {
  text-decoration: none;
  color: #fff;
}
.legal-page .prose {
  max-width: 920px;
}
.legal-page .prose > *:first-child {
  margin-top: 0;
}
.legal-summary,
.legal-note {
  margin: 0 0 2rem;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-quiet);
}
.legal-summary p,
.legal-note p {
  margin-bottom: 0;
}
.legal-updated {
  color: var(--muted);
  font-size: 0.95rem;
}
.cookie-table th {
  background: var(--bg-quiet);
  color: var(--ink);
  font-weight: 900;
}
.cookie-table td:first-child {
  color: var(--ink);
  font-weight: 800;
}
.legal-page details {
  margin: 1rem 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.legal-page summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}
.legal-page summary + * {
  margin-top: 1rem;
}

.prose details {
  margin: 0.9rem 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}
.prose details[open] {
  border-color: rgba(31, 111, 87, 0.36);
  box-shadow: 0 12px 28px rgba(18, 16, 17, 0.08);
}
.prose summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1rem 1.1rem;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}
.prose summary::-webkit-details-marker { display: none; }
.prose summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-dark);
  font-weight: 900;
  line-height: 1;
}
.prose details[open] summary::after {
  content: "-";
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}
.prose details > p,
.prose details > div,
.prose details > ul,
.prose details > ol {
  margin: 0;
  padding: 0 1.1rem 1rem;
}
.prose details > div > :last-child { margin-bottom: 0; }
.post-faq__answer p,
.post-faq__answer li,
.prose details > div p,
.prose details > div li { color: var(--muted); }

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px 20px;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-dark);
  font-weight: 900;
  line-height: 1;
}
.faq-list details[open] summary::after {
  content: "-";
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}
.faq-list p { margin: 12px 0 0; color: var(--muted); }

.contact-layout { align-items: start; }
.contact-form-card,
.contact-card,
.direct-booking { padding: 24px; }
.form-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 680px) {
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-field--full { grid-column: 1 / -1; }
}
.contact-field span {
  display: block;
  margin-bottom: 7px;
  font-weight: 900;
}
.contact-field em { color: var(--brand-dark); font-style: normal; }
.contact-field input,
.contact-field select,
.contact-field textarea,
.search-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.85rem 0.95rem;
  background: #fff;
  color: var(--ink);
}
.contact-field textarea { resize: vertical; }
.contact-form .btn { margin-top: 16px; }
.contact-form__footnote {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.contact-form__footnote a { text-decoration: underline; }
.contact-side {
  display: grid;
  gap: 16px;
}
.contact-channels {
  list-style: none;
  display: grid;
  gap: 10px;
}
.contact-channels a {
  display: block;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.contact-channels strong {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
}
.contact-channels .whatsapp-logo {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 0.35rem;
}
.contact-channels span {
  display: block;
  color: var(--muted);
}

.post-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.post-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--bg-quiet);
}
.post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card__body { padding: 20px; }
.post-card__meta {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}
.post-card__title {
  margin-bottom: 0.6rem;
  font-family: var(--font-display);
  font-size: 1.03rem;
  line-height: 1.16;
}
.post-card__excerpt {
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-hero {
  background: var(--bg-quiet);
  color: var(--ink);
}
.post-hero--media { padding-block: 72px; }
.post-hero__grid {
  display: grid;
  gap: 30px;
  align-items: center;
}
.post-hero h1 {
  max-width: 820px;
  color: var(--ink);
  font-size: 2rem;
}
@media (min-width: 760px) {
  .post-hero h1 { font-size: 2.7rem; }
}
@media (min-width: 900px) {
  .post-hero__grid { grid-template-columns: minmax(0, 1fr) 480px; }
}
.post-hero__crumb {
  color: var(--brand-dark);
  font-weight: 900;
}
.post-hero__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.post-featured {
  padding-block: 32px 0;
  background: var(--bg-quiet);
}
.post-featured img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: var(--radius);
}
.post-body .prose { max-width: none; }
.blog-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.blog-pager a,
.blog-pager span {
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.blog-pager .disabled { color: var(--muted); }
.empty,
.search-empty { text-align: center; color: var(--muted); }

.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 680px;
  margin-top: 24px;
}
.search-form input { flex: 1 1 260px; }
.search-meta { color: var(--muted-dark); }
.search-results { list-style: none; }
.search-result a {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.search-result a:hover {
  border-color: rgba(31, 111, 87, 0.52);
  box-shadow: 0 18px 42px rgba(30, 24, 26, 0.10);
  transform: translateY(-2px);
}
.search-result__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: #e8e0e2;
}
.search-result__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-result__body {
  display: grid;
  gap: 9px;
  padding: 20px;
}
.search-result p { color: var(--muted); }

.thanks-grid { align-items: stretch; }
.thanks-grid .card { min-height: 0; }
.thanks-grid ol { padding-left: 1.25rem; }
.thanks-links { padding-left: 1.1rem; }
.thanks-links a { color: var(--brand-dark); text-decoration: underline; }
.not-found-grid .card {
  min-height: 0;
}
.not-found-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.1rem;
}
.not-found-list a {
  color: var(--brand-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer {
  background: var(--bg-dark);
  color: #fff;
  padding-block: 54px 24px;
}
.site-footer__top {
  display: grid;
  gap: 28px;
}
.site-footer__brand .site-logo {
  width: 250px;
  max-width: 80vw;
  height: auto;
  margin-bottom: 18px;
  color: #fff;
}
.site-footer__credential {
  max-width: 310px;
  margin: 18px 0;
  padding: 8px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius);
  background: var(--brand);
}
.site-footer__credential img {
  width: 100%;
  margin: 0;
  filter: none;
}
.site-footer p,
.site-footer li,
.site-footer a,
.site-footer__bottom { color: var(--muted-dark); }
.site-footer h4 {
  margin-bottom: 1rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 900;
}
.site-footer ul {
  display: grid;
  gap: 9px;
  list-style: none;
}
.footer-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
}
.footer-whatsapp-link .whatsapp-logo {
  width: 1.18rem;
  height: 1.18rem;
  border-radius: 0.32rem;
}
.site-footer a:hover { color: #fff; }
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer__social a {
  min-height: 38px;
  padding: 0.45rem 0.6rem;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.04);
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
  font-size: 0.92rem;
}
.site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (min-width: 820px) {
  .site-footer__top { grid-template-columns: 1.5fr 0.8fr 0.8fr 1fr; }
}

.milestone-grid {
  display: grid;
  gap: 14px;
}
.milestone-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.milestone-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1;
}
.milestone-card span {
  color: var(--muted);
  font-weight: 750;
}
@media (min-width: 760px) {
  .milestone-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: block;
  width: 66px;
  height: 66px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px) scale(1.03);
}
.floating-whatsapp .whatsapp-logo {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(18, 16, 17, 0.24);
}
.floating-whatsapp.whatsapp-badge::after {
  top: -7px;
  right: -7px;
  width: 23px;
  height: 23px;
  border-width: 2px;
  font-size: 0.78rem;
  box-shadow: 0 9px 18px rgba(225, 29, 46, 0.34);
}
.services-page .floating-whatsapp {
  display: none;
}
.legal-page .floating-whatsapp {
  display: none;
}

.hero--editorial {
  min-height: calc(82svh - 76px);
  isolation: isolate;
}
.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.06;
  filter: saturate(0.7);
}
.hero--editorial::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.6) 52%, rgba(255,255,255,0) 100%);
}
.hero__grid {
  display: grid;
  gap: 42px;
  align-items: center;
  padding-block: 56px;
}
.hero--editorial .hero__content {
  padding-block: 0;
}
.hero--editorial h1 {
  max-width: 760px;
}
.hero__visual {
  position: relative;
  display: grid;
  justify-items: center;
}
.hero__visual--mobile { display: none; }
.hero__portrait {
  width: min(420px, 84vw);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  /* Tomás stands on the right of a wide landscape shot; focus there so the
     4:5 crop frames him and not the empty corridor. */
  object-position: 74% center;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow:
    18px 18px 0 0 var(--accent),
    0 30px 64px rgba(16, 34, 27, 0.18);
}
.hero__credential {
  width: min(330px, 82vw);
  margin-top: -42px;
  padding: 8px;
  border-radius: var(--radius);
  background: var(--brand);
  box-shadow: 0 22px 54px rgba(0,0,0,0.30);
}
.hero__credential img {
  width: 100%;
}
@media (min-width: 920px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  }
}

.service-grid .service-card {
  overflow: hidden;
  padding: 0;
}
.service-card img {
  width: 100%;
  height: clamp(210px, 19vw, 265px);
  object-fit: cover;
}
.service-card h3,
.service-card p,
.service-card span {
  margin-inline: 22px;
}
.service-card h3 {
  margin-top: 20px;
}
.service-card span {
  margin-bottom: 22px;
}

.visual-band {
  display: grid;
  background: var(--ink);
  color: #fff;
}
.visual-band__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.visual-band__copy {
  display: grid;
  align-content: center;
  padding: clamp(42px, 7vw, 86px) var(--container-px);
  max-width: 620px;
}
.visual-band__copy p:not(.eyebrow) {
  color: var(--muted-dark);
}
@media (min-width: 860px) {
  .visual-band {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  }
}

.page-hero--media {
  padding-block: 72px;
}
.page-hero__grid {
  display: grid;
  gap: 34px;
  align-items: center;
}
.page-hero__media img {
  width: min(390px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow: 0 28px 70px rgba(0,0,0,0.34);
}
/* About hero: Tomás stands on the right of a wide landscape shot, so frame him
   as a portrait and focus there instead of a centred circle that cuts his head. */
.page-hero__media--portrait img {
  width: min(420px, 100%);
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  object-position: 72% center;
  box-shadow: 18px 18px 0 0 var(--accent), 0 30px 64px rgba(0,0,0,0.34);
}
.page-hero__media--frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-position: center;
}
@media (min-width: 860px) {
  .page-hero__grid {
    grid-template-columns: minmax(0, 1fr) 390px;
  }
  .blog-hero .page-hero__grid,
  .service-hero .page-hero__grid {
    grid-template-columns: minmax(0, 1fr) 460px;
  }
}

.service-photo-strip {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-dark);
}
.service-photo-strip img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media (min-width: 760px) {
  .service-photo-strip {
    grid-template-columns: 1.25fr 0.75fr;
  }
  .service-photo-strip img {
    height: 500px;
  }
}

.service-overview__grid,
.service-fit__grid {
  display: grid;
  gap: 28px;
}
.service-overview__grid > div:first-child > p:not(.eyebrow) {
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.08rem;
}
.service-facts {
  display: grid;
  gap: 12px;
}
.service-facts article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.service-facts strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.05;
}
.service-facts span {
  color: var(--muted);
  font-weight: 650;
}
.service-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.service-panel--dark {
  border-color: var(--line-dark);
  background: var(--bg-dark);
  color: #fff;
}
.service-panel--dark p,
.service-panel--dark .service-steps p {
  color: var(--muted-dark);
}
.service-panel .check-list {
  margin-top: 22px;
}
.service-steps {
  display: grid;
  gap: 16px;
}
.service-steps div {
  padding-top: 16px;
  border-top: 1px solid var(--line-dark);
}
.service-steps span {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--brand-soft);
  font-weight: 900;
}
.service-steps h3 {
  margin-bottom: 0.45rem;
  color: #fff;
}
.service-detail-copy {
  background: #fff;
}
.service-detail-copy .prose > .eyebrow {
  margin-bottom: 1.4rem;
}
@media (min-width: 900px) {
  .service-overview__grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: start;
  }
  .service-fit__grid {
    grid-template-columns: 0.86fr 1.14fr;
    align-items: stretch;
  }
}

.post-card__media {
  background: var(--brand-soft);
}
@keyframes rise-in {
  from { opacity: 1; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .section-head,
    .card,
    .problem-card,
    .testimonial-card,
    .price-card,
    .post-card,
    .milestone-card,
    .about-band__media,
    .about-band__copy,
    .press-band__inner,
    .booking-band__grid,
    .location-band__grid,
    .scheduler-grid {
      animation: rise-in both;
      animation-timeline: view();
      animation-range: entry 8% cover 25%;
    }
  }
}

@media (max-width: 520px) {
  :root { --container-px: 18px; }
  body { font-size: 15.5px; }
  h1 { font-size: 2.08rem; }
  h2 { font-size: 1.8rem; }
  .section { padding-block: 56px; }
  .hero { min-height: auto; }
  .hero__grid { padding-block: 28px 36px; gap: 24px; }
  .hero__visual--desktop { display: none; }
  .hero__visual--mobile {
    display: grid;
    width: 100%;
    margin: 18px 0 18px;
  }
  .hero__portrait { width: min(250px, 68vw); }
  .hero__credential { width: min(232px, 66vw); margin-top: -28px; }
  .hero__shade {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.20), rgba(0,0,0,0.70)),
      rgba(0,0,0,0.28);
  }
  .hero__content { padding-block: 0; }
  .hero__lead { margin-bottom: 0; }
  .hero__facts { margin-top: 24px; }
  .btn { width: 100%; white-space: normal; }
  .hero__actions,
  .page-hero__cta { width: 100%; }
  .press-logos {
    grid-template-columns: minmax(0, 192px);
    justify-content: center;
  }
  .scheduler-frame { min-height: 560px; }
  .scheduler-frame iframe { height: 620px; }
  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 60px;
    height: 60px;
  }
  .floating-whatsapp .whatsapp-logo {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }
  .hero__portrait { box-shadow: 12px 12px 0 0 var(--accent), 0 22px 44px rgba(16, 34, 27, 0.18); }
}

/* Final call-to-action band — deep pine with a warm amber glow. */
.final-cta {
  background:
    radial-gradient(130% 130% at 50% -20%, rgba(214, 129, 74, 0.22), transparent 56%),
    var(--bg-dark);
  color: #fff;
}
.final-cta__inner {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.final-cta h2 { color: #fff; }
.final-cta__inner > p:not(.eyebrow) {
  max-width: 56ch;
  margin-inline: auto;
  color: var(--muted-dark);
  font-size: 1.08rem;
}
.final-cta .eyebrow,
.final-cta .hero__actions { justify-content: center; }

/* Method steps — amber, oversized ordinals read as a real sequence. */
.method-card > span {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-dark);
}
