:root {
  --bg: #FAF9F6;
  --bg-alt: #F6F4EE;
  --card-bg: #FFFFFF;
  --border: #E8E5DD;
  --text: #262421;
  --text-muted: #6B675E;
  --text-faint: #8A8577;
  --sage: #6B7A63;
  --sage-dark: #3D4B3B;
  --terracotta: #C7754F;
  --terracotta-dark: #A85F3D;
  --dark: #262421;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --font-heading: 'Spectral', serif;
  --font-body: 'Karla', sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--font-heading); font-weight: 600; line-height: 1.3; }

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

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--dark); color: #fff; padding: 10px 14px; border-radius: 8px; transition: top .2s var(--ease); }
.skip-link:focus { top: 16px; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 40px; }

/* ---- icons (inline SVG via mask, follow currentColor) ---- */
[class^="icon-"] {
  display: inline-block;
  width: 18px; height: 18px;
  background-color: currentColor;
  mask-repeat: no-repeat; mask-position: center; mask-size: contain;
  -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain;
  vertical-align: -3px;
}
.icon-phone { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); }
.icon-whatsapp { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E"); }
.icon-heart { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E"); }
.icon-home { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E"); }
.icon-leaf { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 18c8 1 16-4 16-14C10 4 4 10 4 18z'/%3E%3Cpath d='M4 18c2-4 5-7 10-9'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 18c8 1 16-4 16-14C10 4 4 10 4 18z'/%3E%3Cpath d='M4 18c2-4 5-7 10-9'/%3E%3C/svg%3E"); }
.icon-message { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.5 8.5 0 0 1-8.5 8.5H4l1.3-3.9A8.5 8.5 0 1 1 21 11.5z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.5 8.5 0 0 1-8.5 8.5H4l1.3-3.9A8.5 8.5 0 1 1 21 11.5z'/%3E%3C/svg%3E"); }

/* ---- header ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--card-bg);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s var(--ease), padding .3s var(--ease);
}
.site-header.scrolled { box-shadow: 0 2px 16px rgba(38,36,33,0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 40px; transition: padding .3s var(--ease); }
.site-header.scrolled .header-inner { padding: 14px 40px; }
.logo { display: block; width: 164px; flex-shrink: 0; line-height: 0; }
.logo img { display: block; width: 100%; height: auto; }
.main-nav { display: flex; flex: 1; min-width: 0; justify-content: space-evenly; gap: 22px; margin: 0 18px; flex-wrap: nowrap; align-items: center; }
.main-nav a { padding: 5px 0; font-size: 13px; color: var(--text-muted); transition: color .2s; white-space: nowrap; }
.main-nav a:hover { color: var(--terracotta); }

/* ---- nav dropdown ---- */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: flex; align-items: center; gap: 5px; background: none; border: none; padding: 5px 0; font-family: var(--font-body); font-size: 13px; color: var(--text-muted); cursor: pointer; white-space: nowrap; transition: color .2s; }
.nav-dropdown-toggle:hover, .nav-dropdown.open .nav-dropdown-toggle { color: var(--terracotta); }
.dropdown-arrow { width: 10px; height: 10px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s var(--ease); }
.nav-dropdown.open .dropdown-arrow, .nav-dropdown:hover .dropdown-arrow { transform: rotate(-135deg) translateY(1px); }
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 14px); left: 0; z-index: 40;
  background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 8px; min-width: 210px; box-shadow: 0 12px 28px rgba(38,36,33,0.10);
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-menu a { display: block; padding: 9px 12px; border-radius: 8px; font-size: 13px; white-space: nowrap; }
.nav-dropdown-menu a:hover { background: var(--bg-alt); color: var(--terracotta); }
.nav-dropdown-menu a.nav-dropdown-extra { border-top: 1px solid var(--border); margin-top: 6px; padding-top: 12px; }
.header-actions { display: flex; flex-shrink: 0; align-items: center; gap: 14px; }
.phone-link { display: flex; flex-shrink: 0; align-items: center; gap: 6px; font-size: 14px; color: var(--text); white-space: nowrap; }
.header-calculator-link { white-space: nowrap; }
.nav-calculator-link { display: none; }

@media (min-width: 1280px) {
  .site-header .header-inner { display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; max-width: 1500px; padding-left: 24px; padding-right: 32px; }
  .site-header.scrolled .header-inner { padding-left: 24px; padding-right: 32px; }
  .main-nav { justify-content: center; gap: 34px; margin: 0; }
  .header-actions { margin-left: 34px; padding-left: 28px; border-left: 1px solid var(--border); }
}

@media (min-width: 1025px) and (max-width: 1350px) {
  .phone-link { display: none; }
  .header-actions { gap: 10px; }
}
.menu-toggle { display: none; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { width: 22px; height: 2px; background: var(--text); transition: transform .25s, opacity .25s; }

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 24px; font-size: 14px; font-weight: 500; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s; }
.btn-sm { padding: 9px 18px; font-size: 13px; }
.btn-primary { background: var(--terracotta); color: #fff; }
.btn-primary:hover { background: var(--terracotta-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(199,117,79,0.28); }
.btn-outline { border: 1px solid var(--text); color: var(--text); }
.btn-outline:hover { background: var(--text); color: var(--bg); transform: translateY(-2px); }
.btn-outline--light { border-color: var(--bg); color: var(--bg); }
.btn-outline--light:hover { background: var(--bg); color: var(--text); }
.btn-block { display: flex; justify-content: center; width: 100%; }

/* ---- coverage cross-links ---- */
.coverage { padding: 56px 0 72px; text-align: center; }
.coverage-links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 20px; }
.coverage-links a { font-size: 13px; color: var(--text-muted); background: var(--card-bg); border: 1px solid var(--border); border-radius: 20px; padding: 8px 16px; transition: color .2s, border-color .2s; }
.coverage-links a:hover { color: var(--terracotta); border-color: var(--terracotta); }

/* ---- includes + price ---- */
.includes { padding: 72px 0; }
.includes-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: start; }
.includes-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.includes-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--text-muted); }
.includes-list li span { color: var(--sage); margin-top: 3px; flex-shrink: 0; }
.price-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 28px; text-align: center; }
.price-label { font-size: 13px; color: var(--text-faint); margin-bottom: 4px; }
.price-value { font-family: var(--font-heading); font-size: 32px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.price-note { font-size: 12px; color: var(--text-muted); margin-bottom: 18px; line-height: 1.5; }

/* ---- service pricing ---- */
.pricing-section { padding: 64px 0; background: var(--bg-alt); }
.pricing-intro { max-width: 660px; margin: -20px auto 30px; color: var(--text-muted); text-align: center; font-size: 14px; line-height: 1.65; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 860px; margin: 0 auto; }
.pricing-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; }
.pricing-card { padding: 26px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--card-bg); }
.pricing-card--accent { border-color: var(--terracotta); box-shadow: 0 12px 28px rgba(38,36,33,.08); }
.pricing-card h3, .pricing-additional h3 { margin: 0 0 6px; color: var(--sage-dark); font-size: 20px; }
.pricing-card-note { min-height: 42px; margin: 0 0 18px; color: var(--text-muted); font-size: 12px; line-height: 1.45; }
.pricing-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pricing-table th { padding: 9px 0; border-bottom: 1px solid var(--border); color: var(--text-faint); font-size: 11px; font-weight: 600; letter-spacing: .05em; text-align: left; text-transform: uppercase; }
.pricing-table th:last-child, .pricing-table td:last-child { text-align: right; white-space: nowrap; }
.pricing-table td { padding: 11px 0; border-bottom: 1px solid var(--border); color: var(--text-muted); }
.pricing-table td:last-child { color: var(--text); font-weight: 600; }
.pricing-table tbody tr:last-child td { border-bottom: 0; }
.pricing-additional { max-width: 860px; margin: 24px auto 0; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--card-bg); }
.pricing-additional h3 { margin-bottom: 16px; }
.pricing-additional p, .pricing-footnote { color: var(--text-muted); font-size: 13px; line-height: 1.6; }
.pricing-additional p { margin: 16px 0 0; }
.pricing-footnote { max-width: 860px; margin: 18px auto 0; text-align: center; }

/* ---- service calculator ---- */
.calculator-hero { padding-bottom: 34px; }
.calculator-section { padding: 22px 0 64px; background: var(--bg-alt); }
.calculator-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .8fr); gap: 28px; align-items: start; }
.calculator-form, .calculator-result { border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--card-bg); padding: 30px; }
.calculator-form fieldset { min-width: 0; margin: 0; padding: 0 0 26px; border: 0; }
.calculator-form fieldset + fieldset { padding-top: 26px; border-top: 1px solid var(--border); }
.calculator-form fieldset:last-of-type { padding-bottom: 0; }
.calculator-form legend { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--text); font-family: var(--font-heading); font-size: 19px; font-weight: 600; }
.calculator-form legend span { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; border-radius: 50%; background: var(--sage); color: #fff; font-family: var(--font-body); font-size: 12px; }
.field-intro { margin: -4px 0 14px; color: var(--text-muted); font-size: 13px; line-height: 1.55; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.choice-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.choice-card { position: relative; display: block; min-height: 64px; padding: 14px 14px 14px 40px; border: 1px solid var(--border); border-radius: var(--radius-sm); color: var(--text-muted); cursor: pointer; line-height: 1.35; transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease); }
.choice-card:hover { border-color: var(--sage); }
.choice-card:has(input:checked) { border-color: var(--terracotta); background: #fdf6f1; color: var(--text); box-shadow: 0 4px 12px rgba(199,117,79,.10); }
.choice-card input { position: absolute; top: 17px; left: 14px; width: 16px; height: 16px; accent-color: var(--terracotta); }
.choice-card small { display: block; margin-top: 4px; color: var(--text-faint); font-size: 11px; line-height: 1.35; }
.choice-card.is-disabled { opacity: .55; cursor: not-allowed; }
.calculator-help { margin: 24px 0 0; color: var(--text-faint); font-size: 12px; line-height: 1.55; }
.aftercare-comparison { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--border); }
.aftercare-comparison h2 { margin: 0 0 18px; color: var(--sage-dark); font-size: 24px; }
.aftercare-intro { max-width: 720px; margin: -8px 0 18px; color: var(--text-muted); font-size: 13px; line-height: 1.6; }
.aftercare-comparison-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.aftercare-comparison-card { padding: 17px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--bg-alt); }
.aftercare-comparison-card h3 { margin: 0 0 7px; color: var(--text); font-family: var(--font-heading); font-size: 17px; line-height: 1.2; }
.aftercare-comparison-meta { margin: 0 0 13px; color: var(--terracotta); font-size: 11px; font-weight: 600; line-height: 1.45; }
.aftercare-comparison-card ol { margin: 0; padding-left: 18px; color: var(--text-muted); font-size: 11px; line-height: 1.45; }
.aftercare-comparison-card li + li { margin-top: 5px; }
.package-details summary { display: none; }
.package-definition-list { display: grid; gap: 10px; }
.package-definition-list li + li { margin-top: 0; }
.package-definition-list strong { display: block; color: var(--text); font-size: 11px; }
.package-definition-list span { display: block; margin-top: 2px; }
.calculator-result { position: sticky; top: 104px; box-shadow: 0 12px 28px rgba(38,36,33,.06); }
.calculator-result h2 { margin: 0 0 20px; color: var(--sage-dark); font-size: 27px; }
.calculator-breakdown { display: flex; flex-direction: column; gap: 12px; }
.calculator-line { display: flex; justify-content: space-between; gap: 18px; color: var(--text-muted); font-size: 14px; line-height: 1.45; }
.calculator-line strong { color: var(--text); white-space: nowrap; font-weight: 600; }
.calculator-includes { margin: 2px 0 0; padding: 14px; border-radius: var(--radius-sm); background: var(--bg-alt); color: var(--text-muted); font-size: 12px; line-height: 1.55; }
.calculator-includes-intro { margin: 0 0 10px; }
.calculator-includes-title { margin: 0 0 6px; color: var(--text); font-weight: 600; }
.calculator-includes-list { margin: 0; padding-left: 19px; }
.calculator-includes-list li + li { margin-top: 4px; }
.calculator-total { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--border); }
.calculator-total span { color: var(--text-muted); font-size: 14px; }
.calculator-total strong { color: var(--sage-dark); font-family: var(--font-heading); font-size: 32px; line-height: 1; }
.calculator-note { min-height: 38px; margin: 16px 0; color: var(--text-muted); font-size: 12px; line-height: 1.55; }
.calculator-cta { width: 100%; justify-content: center; text-align: center; }
.calculator-secondary { display: block; margin-top: 16px; text-align: center; }
.calculator-prompt { padding: 52px 0; background: var(--bg-alt); }
.calculator-prompt-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; max-width: 920px; padding: 28px 32px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--card-bg); }
.calculator-prompt h2 { margin: 0 0 8px; color: var(--sage-dark); font-size: 25px; }
.calculator-prompt p:not(.section-kicker) { max-width: 600px; margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.65; }
.hero-calculator-link { display: inline-block; margin-top: 15px; color: var(--terracotta); font-size: 13px; font-weight: 600; }

/* ---- scroll reveal ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal[data-delay="3"] { transition-delay: .36s; }

/* ---- photo slots (placeholders until real photography is ready) ---- */
.photo-slot { position: relative; border: 2px dashed #D6D1C4; background: var(--bg-alt); display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.photo-slot::after { content: "TÍTULO: " attr(data-photo-title) "\A DESCRIPCIÓN: " attr(data-photo) "\A TAMAÑO RECOMENDADO: " attr(data-photo-size); white-space: pre-line; font-size: 12px; line-height: 1.65; color: var(--text-faint); padding: 18px 24px; }
.photo-slot--tall { min-height: 340px; border-radius: var(--radius-lg); }
.photo-slot--card { height: 160px; border-radius: var(--radius-md) var(--radius-md) 0 0; border-bottom-width: 2px; }
.photo-slot--card::after { font-size: 10px; line-height: 1.45; padding: 12px; }
.photo-slot--bg { position: absolute; inset: 0; border: none; border-radius: 0; background: var(--dark); }
.photo-slot--bg::after { color: rgba(255,255,255,0.6); content: "FONDO\A TÍTULO: " attr(data-photo-title) "\A DESCRIPCIÓN: " attr(data-photo) " (con capa oscura para legibilidad)\A TAMAÑO RECOMENDADO: " attr(data-photo-size); }

/* ---- breadcrumb ---- */
.breadcrumb { padding: 18px 32px 0; font-size: 13px; color: var(--text-faint); }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--terracotta); }

/* ---- hero ---- */
.hero { padding: 72px 0; }
.hero--service .hero-text p { max-width: 460px; }
.hero-media { position: relative; }
.hero-media .quote-overlay { bottom: 20px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero-text h1 { font-size: 32px; margin-bottom: 20px; }
.eyebrow, .section-kicker { color: var(--terracotta); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.section-kicker { text-align: center; }
.hero .eyebrow, .guide-prompt .section-kicker { text-align: left; }
.hero-subhead { font-family: var(--font-heading); font-size: 19px; font-weight: 500; color: var(--sage-dark); margin-bottom: 18px; }
.hero-text > p { color: var(--text-muted); font-size: 15px; margin-bottom: 30px; max-width: 480px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-ctas--center { justify-content: center; }
.hero-note { margin-top: 14px; font-size: 12px; color: var(--text-faint); }

/* ---- trust stats ---- */
.trust-stats { padding: 28px 0 64px; }
.trust-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; text-align: center; }
.stat-number { font-family: var(--font-heading); font-size: 26px; font-weight: 600; color: var(--terracotta); margin-bottom: 4px; }
.stat-label { font-size: 12px; color: var(--text-muted); }

/* ---- reviews ---- */
.reviews { padding: 28px 0 64px; }
.reviews-grid { display: flex; gap: 18px; flex-wrap: wrap; }
.review-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 20px 22px; max-width: 320px; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.review-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(38,36,33,0.06); }
.stars { color: var(--terracotta); font-size: 13px; margin-bottom: 8px; }
.review-card p { font-size: 14px; margin-bottom: 10px; }
.review-author { font-size: 12px; color: var(--text-faint); }

/* ---- reassurance ---- */
.reassurance { padding: 28px 0 64px; }
.reassurance-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.reassurance-item { display: flex; align-items: flex-start; gap: 14px; padding: 20px; background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-sm); }
.reassurance-icon { width: 24px; height: 24px; color: var(--terracotta); flex-shrink: 0; margin-top: 3px; }
.reassurance-item h2 { font-size: 16px; margin-bottom: 5px; }
.reassurance-item p { font-size: 13px; color: var(--text-muted); line-height: 1.55; }

/* ---- section titles ---- */
.section-title { text-align: center; font-size: 26px; margin-bottom: 44px; }
.section-title--left { text-align: left; margin-bottom: 30px; }

/* ---- services ---- */
.services { padding: 72px 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.services-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin: 0 auto; }
.service-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(38,36,33,0.08); }
.service-card-body { padding: 22px 24px; }
.service-card h3 { font-size: 18px; margin-bottom: 10px; }
.service-card p { color: var(--text-muted); font-size: 14px; margin-bottom: 16px; }
.service-link { color: var(--terracotta); font-weight: 500; font-size: 14px; }

/* Service cards on municipality pages */
.location-page .includes .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin: 0 auto; }
.location-page .includes .service-card-body { text-align: center; }

/* ---- how it works ---- */
.how-it-works { padding: 72px 0; background: var(--bg-alt); }
.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; text-align: center; }
.step-icon { width: 30px; height: 30px; color: var(--sage); margin-bottom: 12px; }
.step p { font-size: 14px; color: var(--text-muted); }
.step strong { color: var(--text); font-weight: 600; }

/* ---- guide prompt ---- */
.guide-prompt { padding: 28px 0 72px; }
.guide-prompt-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 34px 40px; background: #EAF0E6; border-radius: var(--radius-lg); }
.guide-prompt h2 { font-size: 25px; margin-bottom: 10px; color: var(--sage-dark); }
.guide-prompt p:not(.section-kicker) { max-width: 610px; color: var(--text-muted); font-size: 15px; }
.guide-prompt--priority { padding-top: 0; }
.guide-prompt--priority .guide-prompt-inner { background: var(--sage-dark); box-shadow: 0 18px 36px rgba(61,75,59,.16); }
.guide-prompt--priority .section-kicker { color: #F4C7B4; }
.guide-prompt--priority h2 { color: #fff; font-size: 28px; }
.guide-prompt--priority p:not(.section-kicker) { color: rgba(255,255,255,.86); }
.guide-prompt-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; flex-shrink: 0; }
.btn-guide { background: #fff; color: var(--sage-dark); }
.btn-guide:hover { background: var(--bg-alt); color: var(--sage-dark); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.16); }
.guide-text-link { color: #fff; font-size: 14px; font-weight: 600; }
.guide-text-link:hover { color: #F4C7B4; }

/* ---- euthanasia service page ---- */
.section-kicker--left { text-align: left; }
.service-intro { padding: 80px 0; }
.service-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.service-intro h2, .service-care h2 { font-size: 28px; color: var(--sage-dark); }
.service-intro-grid > div:last-child p { font-size: 16px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.7; }
.service-steps { padding: 80px 0; background: var(--bg-alt); }
.service-steps-grid { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; counter-reset: none; }
.service-steps-grid li { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 22px; }
.service-steps-grid span { display: block; font-family: var(--font-heading); color: var(--terracotta); font-size: 15px; margin-bottom: 22px; }
.service-steps-grid h3 { font-size: 17px; margin-bottom: 8px; }
.service-steps-grid p { color: var(--text-muted); font-size: 14px; line-height: 1.55; }
.service-care { padding: 88px 0; }
.service-care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.photo-slot--care { min-height: 340px; border-radius: var(--radius-lg); }
.service-care h2 { margin-bottom: 14px; }
.service-care p { font-size: 15px; color: var(--text-muted); margin-bottom: 22px; line-height: 1.7; }
.service-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.service-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--text-muted); font-size: 14px; }
.service-list [class^="icon-"] { color: var(--terracotta); flex-shrink: 0; margin-top: 3px; }
.aftercare { padding: 28px 0 80px; }
.aftercare-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; max-width: 760px; margin: 0 auto; }
.aftercare-grid--single { grid-template-columns: minmax(0, 480px); justify-content: center; }
.aftercare-card { padding: 26px; background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-md); }
.aftercare-card h3 { font-size: 19px; margin-bottom: 9px; }
.aftercare-card p { font-size: 14px; line-height: 1.6; color: var(--text-muted); margin-bottom: 18px; }

/* ---- cremation service page ---- */
.options { padding: 80px 0; background: var(--bg-alt); }
.options-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; max-width: 800px; margin: 0 auto; }
.option-card { padding: 30px; background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-md); }
.option-card--featured { border: 2px solid var(--sage); }
.option-label { color: var(--terracotta); text-transform: uppercase; letter-spacing: .06em; font-size: 11px; font-weight: 600; margin-bottom: 14px; }
.option-card h3 { font-size: 21px; margin-bottom: 12px; }
.option-card > p:not(.option-label) { color: var(--text-muted); font-size: 15px; line-height: 1.6; margin-bottom: 20px; }
.options-note { max-width: 650px; margin: 22px auto 0; text-align: center; font-size: 13px; color: var(--text-muted); }
.notice-panel { padding: 28px 0 80px; }
.notice-panel-inner { display: flex; align-items: center; gap: 20px; padding: 28px 32px; border: 1px solid var(--border); background: #EAF0E6; border-radius: var(--radius-md); }
.notice-icon { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; flex-shrink: 0; border: 1.5px solid currentColor; border-radius: 50%; color: var(--terracotta); font-family: var(--font-heading); font-size: 18px; font-weight: 600; line-height: 1; }
.notice-panel h2 { color: var(--sage-dark); font-size: 21px; margin-bottom: 12px; }
.notice-panel p { color: var(--text-muted); font-size: 14px; line-height: 1.7; }
.notice-panel .btn { margin-left: auto; flex-shrink: 0; }

/* ---- promise ---- */
.promise { padding: 80px 0; }
.promise-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: center; }
.promise-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.promise-item .icon-heart, .promise-item .icon-home, .promise-item .icon-leaf { color: var(--sage); margin-top: 3px; flex-shrink: 0; }
.promise-item p { font-size: 15px; color: var(--text-muted); }

/* ---- origin story ---- */
.origin { padding: 28px 0 72px; }
.origin-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; }
.origin-grid p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
.origin-features { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 20px; }
.origin-feature { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 18px; }
.origin-feature .icon-home, .origin-feature .icon-heart { color: var(--terracotta); margin-bottom: 10px; }
.origin-feature h4 { font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.origin-feature p { font-size: 12px; margin: 0; }

/* ---- comparison ---- */
.compare { padding: 28px 0 72px; }
.compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.compare-card { border-radius: var(--radius-md); padding: 28px; }
.compare-card--theirs { background: var(--bg-alt); }
.compare-card--ours { background: var(--card-bg); border: 2px solid var(--sage); }
.compare-badge { display: inline-block; background: #E4EADF; color: var(--sage-dark, #3D4B3B); font-size: 11px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; margin-bottom: 14px; }
.compare-card h3 { font-size: 17px; margin-bottom: 18px; }
.compare-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.compare-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.compare-card--theirs li { color: var(--text-muted); }
.compare-card--ours li { color: var(--text); }
.compare-mark { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; margin-top: 1px; }
.compare-mark--x { background: var(--border); color: var(--text-faint); }
.compare-mark--check { background: var(--sage); color: #fff; }

/* ---- values bento ---- */
.values { padding: 28px 0 72px; }
.values-bento { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.value-card { border-radius: var(--radius-md); padding: 24px; min-height: 150px; }
.value-card h3 { font-size: 16px; margin-bottom: 8px; }
.value-card p { font-size: 13px; line-height: 1.55; margin: 0; }
.value-card--light { background: var(--card-bg); border: 1px solid var(--border); }
.value-card--light h3 { color: var(--terracotta); }
.value-card--light p { color: var(--text-muted); }
.value-card--dark { background: var(--sage-dark, #3D4B3B); color: #fff; }
.value-card--dark p { color: rgba(255,255,255,0.8); }
.value-card--accent { background: #F3E4DA; }
.value-card--accent h3 { color: var(--terracotta-dark); }
.value-card--accent p { color: #6B5142; }
.value-icon { width: 22px; height: 22px; margin-bottom: 10px; }

/* ---- quote photo ---- */
.quote-photo-wrap { position: relative; margin-bottom: 56px; }
.quote-photo { min-height: 260px; border-radius: var(--radius-lg); }
.quote-overlay { position: absolute; left: 24px; bottom: -24px; max-width: 260px; background: #EAF0E6; border-radius: var(--radius-sm); padding: 18px 20px; box-shadow: 0 16px 32px rgba(38,36,33,0.12); }
.quote-overlay p { font-family: var(--font-heading); font-size: 16px; font-style: italic; color: var(--sage-dark, #3D4B3B); margin: 0 0 8px; line-height: 1.4; }
.quote-overlay span { font-size: 11px; letter-spacing: .03em; text-transform: uppercase; color: var(--sage); font-weight: 600; }

/* ---- team ---- */
.team { padding: 28px 0 72px; }
.team-card { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: center; background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 24px; max-width: 640px; margin: 0 auto; }
.team-photo { height: 220px; border-radius: var(--radius-sm); }
.team-info h3 { font-size: 18px; margin-bottom: 4px; }
.team-role { font-size: 13px; color: var(--sage); margin-bottom: 12px; }
.team-quote { font-size: 14px; color: var(--text-muted); font-style: italic; line-height: 1.6; }
.real-photo { display: block; width: 100%; object-fit: cover; border-radius: var(--radius-sm); }
.real-photo--hero { height: 520px; border-radius: var(--radius-md); }
.real-photo--care { height: 420px; border-radius: var(--radius-md); }
.team-card--profile { max-width: 820px; grid-template-columns: 280px 1fr; align-items: stretch; }
.team-card--profile .team-photo { height: 100%; min-height: 330px; }
.team-info > p:not(.team-role) { color: var(--text-muted); font-size: 14px; line-height: 1.7; }
.credential-list { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); }
.credential-list p { margin: 0 0 7px; color: var(--text-muted); font-size: 13px; line-height: 1.5; }
.credential-list strong { color: var(--text); }

/* ---- contact methods ---- */
.contact-methods { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 24px 0; }
.contact-method { display: flex; align-items: center; gap: 12px; background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px 16px; font-size: 13px; color: var(--text-muted); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.contact-method .icon-whatsapp, .contact-method .icon-phone, .contact-method .icon-home, .contact-method .icon-heart { color: var(--terracotta); flex-shrink: 0; }
.contact-method:not(.contact-method--static):hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(38,36,33,0.06); }
.contact-method strong { color: var(--text); font-weight: 500; }
.contact-details { padding: 72px 0; background: var(--bg-alt); }
.contact-methods--full { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 760px; margin: 0 auto; }
.footer-contact { margin-bottom: 7px !important; }

/* ---- guide ---- */
.guide { padding: 28px 0 72px; }
.guide-content { max-width: 680px; margin: 0 auto; }
.guide-content h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 600; margin: 28px 0 10px; color: var(--sage-dark); }
.guide-content h3:first-child { margin-top: 0; }
.guide-content p { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; }
.guide-content ul { list-style: none; margin: 0 0 20px; }
.guide-content ul li { font-size: 14px; color: var(--text-muted); line-height: 1.6; padding-left: 18px; position: relative; margin-bottom: 8px; }
.guide-content ul li::before { content: "\2014"; position: absolute; left: 0; color: var(--terracotta); }
.guide-closing { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px 24px; margin-top: 24px; }
.guide-closing p { margin: 0; color: var(--text); font-size: 14px; }
.guide-closing .clinical-byline { margin-top: 12px; color: var(--text-muted); font-size: 12px; }

/* ---- clinical responsibility ---- */
.clinical-assurance { padding: 52px 0; background: var(--card-bg); }
.clinical-assurance-inner { display: grid; grid-template-columns: 112px minmax(0, 640px); gap: 24px; align-items: center; max-width: 820px; margin: 0 auto; }
.clinical-assurance-inner img { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; border: 3px solid var(--bg-alt); }
.clinical-assurance-inner h2 { margin: 0 0 8px; color: var(--sage-dark); font-size: 23px; }
.clinical-assurance-inner p:not(.section-kicker) { margin: 0 0 12px; color: var(--text-muted); font-size: 14px; line-height: 1.65; }

/* ---- faq (full page spacing) ---- */
.faq--full .section-title--left { margin-top: 40px; }
.faq--full .section-title--left:first-child { margin-top: 0; }
.faq--full .faq-list { margin-bottom: 8px; max-width: none; }

/* ---- faq ---- */
.faq { padding: 72px 0; background: var(--bg-alt); }
.faq-list { max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 18px 20px; font-family: var(--font-body); font-size: 15px; font-weight: 500; color: var(--text); display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.faq-toggle { width: 16px; height: 16px; border-radius: 50%; border: 1px solid var(--text-faint); position: relative; flex-shrink: 0; transition: transform .3s var(--ease); }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; background: var(--text); top: 50%; left: 50%; }
.faq-toggle::before { width: 8px; height: 1px; transform: translate(-50%,-50%); }
.faq-toggle::after { width: 1px; height: 8px; transform: translate(-50%,-50%); transition: opacity .2s; }
.faq-item.open .faq-toggle { transform: rotate(180deg); background: var(--terracotta); border-color: var(--terracotta); }
.faq-item.open .faq-toggle::before, .faq-item.open .faq-toggle::after { background: #fff; }
.faq-item.open .faq-toggle::after { opacity: 0; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-answer p { padding: 0 20px 18px; font-size: 14px; color: var(--text-muted); }
.faq-more { text-align: center; margin-top: 20px; }
.faq-more a { color: var(--terracotta); font-weight: 500; font-size: 14px; }
.faq-link { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-size: 15px; font-weight: 500; color: var(--text); }
.faq-link:hover { color: var(--terracotta); }
.faq-link-arrow { color: var(--terracotta); font-size: 14px; flex-shrink: 0; }

/* ---- review placeholders (replace with verified reviews before publishing) ---- */
.reviews-section { padding: 72px 0; }
.reviews-section .section-title { margin-bottom: 14px; }
.reviews-notice { max-width: 760px; margin: 0 auto 28px; padding: 11px 14px; border-radius: var(--radius-sm); background: #FFF7E9; color: var(--text-muted); font-size: 12px; text-align: center; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { display: flex; flex-direction: column; min-height: 215px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--card-bg); }
.review-stars { color: var(--terracotta); font-size: 15px; letter-spacing: 2px; margin-bottom: 16px; }
.review-card blockquote { margin: 0; color: var(--text); font-family: var(--font-display); font-size: 18px; line-height: 1.45; }
.review-card footer { margin-top: auto; padding-top: 20px; color: var(--text-faint); font-size: 13px; }
@media (max-width: 760px) { .reviews-grid { grid-template-columns: 1fr; } .review-card { min-height: 0; } }

/* ---- location coverage map ---- */
.location-map { padding: 72px 0; }
.location-map-copy { max-width: 620px; margin: -22px 0 24px; color: var(--text-muted); font-size: 14px; line-height: 1.65; }
.map-frame { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--bg-alt); }
.map-frame iframe { display: block; width: 100%; height: 360px; border: 0; filter: saturate(.78) contrast(.94); }

/* ---- final cta ---- */
.final-cta { position: relative; padding: 88px 0; text-align: center; color: #fff; overflow: hidden; }
.final-cta-inner { position: relative; z-index: 2; }
.final-cta-text { font-family: var(--font-heading); font-size: 24px; margin-bottom: 24px; }
.final-cta-support { margin: -14px 0 24px; color: rgba(255,255,255,.82); font-size: 15px; }
.footer-brand-logo { display: block; width: 164px; height: auto; margin-bottom: 8px; }

/* ---- footer ---- */
.site-footer { padding: 44px 0; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr; gap: 24px; }
.footer-logo { font-family: var(--font-heading); font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.footer-muted { font-size: 12px; color: var(--text-faint); }
.footer-heading { font-size: 12px; font-weight: 600; margin-bottom: 12px; }
.site-footer a { display: block; font-size: 13px; color: var(--text-muted); margin-bottom: 8px; transition: color .2s; }
.site-footer a:hover { color: var(--terracotta); }

/* ---- floating whatsapp button ---- */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--terracotta); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(199,117,79,0.4);
  animation: pulse 2.6s infinite;
}
.whatsapp-float .icon-whatsapp { width: 26px; height: 26px; }
@keyframes pulse {
  0% { box-shadow: 0 8px 24px rgba(199,117,79,0.4), 0 0 0 0 rgba(199,117,79,0.5); }
  70% { box-shadow: 0 8px 24px rgba(199,117,79,0.4), 0 0 0 14px rgba(199,117,79,0); }
  100% { box-shadow: 0 8px 24px rgba(199,117,79,0.4), 0 0 0 0 rgba(199,117,79,0); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .whatsapp-float { animation: none; }
  .reveal { opacity: 1; transform: none; }
}

/* ---- responsive ---- */
/* ---- generous visual rhythm ---- */
main > section { padding-top: 96px; padding-bottom: 96px; }
main > .guide-prompt { padding-top: 40px; padding-bottom: 96px; }
main > .guide-prompt--priority { padding-top: 28px; }
.section-kicker { margin-bottom: 18px; }
.section-title { margin-bottom: 52px; }
.hero-grid, .includes-grid, .promise-grid, .service-intro-grid, .service-care-grid { gap: 64px; }
.services-grid, .steps-grid, .service-steps-grid, .aftercare-grid, .options-grid, .compare-grid, .reviews-grid { gap: 28px; }
.service-card-body { padding: 30px 32px; }
.price-card, .pricing-card, .aftercare-card, .option-card, .compare-card, .team-card, .review-card { padding: 32px; }
.reassurance-item { padding: 24px; }
.faq-question, .faq-link { padding: 22px 24px; }
.faq-answer p { padding: 0 24px 22px; }
.final-cta-inner { padding-left: 24px; padding-right: 24px; }
.home-service-photo { display: block; width: 100%; height: 200px; object-fit: cover; }
.content-photo-wide { display: block; width: 100%; min-height: 360px; height: 100%; object-fit: cover; border-radius: var(--radius-lg); }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(27, 31, 26, .54); }
.final-cta-bg { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1024px) {
  .container { padding-left: 28px; padding-right: 28px; }
  main > section { padding-top: 80px; padding-bottom: 80px; }
  main > .guide-prompt { padding-top: 32px; padding-bottom: 80px; }
  .hero-grid, .includes-grid, .promise-grid, .service-intro-grid, .service-care-grid { gap: 36px; }
  .header-inner, .site-header.scrolled .header-inner { gap: 8px; padding: 12px 16px; }
  .logo { width: 120px; }
  .main-nav, .phone-link, .header-actions .btn { display: none; }
  .header-actions .header-calculator-link { display: inline-flex; padding: 9px 10px; font-size: 11px; }
  .menu-toggle { display: flex; padding: 8px 4px; }
  .hero-grid, .promise-grid, .includes-grid { grid-template-columns: 1fr; }
  .service-intro-grid, .service-care-grid { grid-template-columns: 1fr; gap: 28px; }
  .service-steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-care .photo-slot { order: 2; }
  .aftercare-grid { grid-template-columns: 1fr; }
  .pricing-grid, .pricing-grid--three { grid-template-columns: 1fr; max-width: 620px; }
  .calculator-layout { grid-template-columns: 1fr; }
  .calculator-result { position: static; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid--four { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .aftercare-comparison-grid { grid-template-columns: 1fr; }
  .package-details summary { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--border); color: var(--terracotta); cursor: pointer; font-size: 13px; font-weight: 600; list-style: none; }
  .package-details summary::-webkit-details-marker { display: none; }
  .package-details summary::after { content: '+'; font-size: 20px; font-weight: 400; }
  .package-details[open] summary::after { content: '−'; }
  .package-details .package-definition-list { margin-top: 14px; }
  .calculator-prompt-inner { flex-direction: column; align-items: flex-start; padding: 24px; }
  .options-grid { grid-template-columns: 1fr; }
  .notice-panel-inner { align-items: flex-start; flex-wrap: wrap; padding: 24px; }
  .notice-panel .btn { margin-left: 42px; }
  .reassurance-grid { grid-template-columns: 1fr; }
  .promise .photo-slot { order: 2; }
  .services-grid { grid-template-columns: 1fr; }
  .location-page .includes .services-grid { grid-template-columns: 1fr; }
  .trust-stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 16px; }
  .team-card { grid-template-columns: 1fr; text-align: center; }
  .team-photo { height: 180px; }
  .team-card--profile { grid-template-columns: 1fr; }
  .team-card--profile .team-photo { height: 300px; min-height: 0; }
  .real-photo--hero { height: 400px; }
  .real-photo--care { height: 340px; }
  .contact-methods { grid-template-columns: 1fr; }
  .origin-grid, .compare-grid { grid-template-columns: 1fr; }
  .origin-features, .values-bento { grid-template-columns: 1fr; }
  .quote-overlay { position: static; margin-top: -24px; margin-left: 16px; margin-right: 16px; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 32px 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .guide-prompt-inner { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .clinical-assurance-inner { grid-template-columns: 76px 1fr; gap: 16px; }
  .clinical-assurance-inner img { width: 76px; height: 76px; }
  .hero-text h1 { font-size: 26px; }
}

@media (max-width: 640px) {
  .container { padding-left: 22px; padding-right: 22px; }
  main > section { padding-top: 72px; padding-bottom: 72px; }
  main > .guide-prompt { padding-top: 28px; padding-bottom: 72px; }
  .section-title { margin-bottom: 36px; }
  .service-card-body { padding: 26px 24px; }
  .price-card, .pricing-card, .aftercare-card, .option-card, .compare-card, .team-card, .review-card { padding: 26px 24px; }
  .home-service-photo { height: 190px; }
}


@media (max-width: 640px) {
  .guide-prompt--priority .guide-prompt-inner { margin-left: 22px; margin-right: 22px; }
}


/* ---- mobile navigation panel ---- */
@media (max-width: 1024px) {
  .header-inner { position: relative; }
  .main-nav.is-open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 70;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 14px 22px 22px;
    background: var(--card-bg);
    border-top: 1px solid var(--border);
    box-shadow: 0 14px 28px rgba(38,36,33,.14);
  }
  .main-nav.is-open > a,
  .main-nav.is-open .nav-dropdown-toggle {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
  }
  .main-nav.is-open .nav-dropdown { width: 100%; }
  .main-nav.is-open .nav-dropdown-toggle { justify-content: space-between; }
  .main-nav.is-open .nav-dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    min-width: 0;
    margin: 4px 0 8px;
    padding: 4px 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }
  .main-nav.is-open .nav-dropdown-menu.open { display: block; }
  .main-nav.is-open .nav-dropdown-menu a { padding: 10px 12px; }
}


/* ---- footer contrast ---- */
.site-footer {
  background: var(--sage-dark);
  color: #fff;
  border-top: 0;
}
.site-footer .footer-muted { color: rgba(255,255,255,.72); }
.site-footer .footer-heading { color: #fff; }
.site-footer a { color: rgba(255,255,255,.82); }
.site-footer a:hover { color: #F4C7B4; }


/* ---- hero quote overlap on mobile ---- */
@media (max-width: 1024px) {
  .hero-media .quote-overlay {
    position: relative;
    z-index: 2;
    margin-top: -56px;
  }
}


/* ---- calculator step circle and package choices ---- */
.calculator-form legend span {
  flex: 0 0 25px;
  min-width: 25px;
  min-height: 25px;
  aspect-ratio: 1 / 1;
}

.choice-card--package {
  padding: 0;
  cursor: default;
}

.choice-card--package > .choice-card-option {
  position: relative;
  display: block;
  min-height: 64px;
  padding: 14px 14px 14px 40px;
  cursor: pointer;
}

.choice-card--package > .choice-card-option input {
  position: absolute;
  top: 17px;
  left: 14px;
  width: 16px;
  height: 16px;
  accent-color: var(--terracotta);
}

.choice-card--package > .choice-card-option span {
  display: block;
}

.choice-card--package .package-details--choice {
  margin: 0 14px 14px 40px;
}

.choice-card--package .package-definition-list {
  margin: 14px 0 0;
  padding-left: 18px;
}

@media (max-width: 1024px) {
  .choice-card--package .package-details--choice {
    margin-left: 14px;
  }
}


/* ---- calculator package typography on mobile ---- */
@media (max-width: 1024px) {
  .choice-card--package .package-definition-list {
    gap: 12px;
  }

  .choice-card--package .package-definition-list li {
    font-size: 14px;
    line-height: 1.3;
  }

  .choice-card--package .package-definition-list strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }

  .choice-card--package .package-definition-list span {
    margin-top: 3px;
    color: var(--text-faint);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
  }
}
