/*
Theme Name: Santa Pelu V2
Theme URI: https://santapelu.com
Author: Santa Pelu
Description: Tema propio de Santa Pelu para grooming premium, caniches, Asian Style y dermocosmetica.
Version: 1.2.0
Requires at least: 6.8
Requires PHP: 8.1
Text Domain: santa-pelu
*/

:root {
  --ink: #0a0a0a;
  --paper: #f2f0eb;
  --acid: #948a68;
  --salon-green: #948a68;
  --salon-green-deep: #6f6a50;
  --muted: #a3a3a3;
}

/* Legal pages */
.legal-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid #303030;
}
.legal-links a {
  color: #aaa;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.legal-links a:hover {
  color: white;
}
.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 7rem 5vw 8rem;
  font-size: 1rem;
  line-height: 1.75;
}
.legal-page header {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #c9c6bf;
}
.legal-page h1 {
  margin: 1.2rem 0 0;
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.legal-page h2 {
  margin: 3.2rem 0 1rem;
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}
.legal-page p,
.legal-page li {
  color: #353535;
}
.legal-page a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.legal-page ul {
  padding-left: 1.25rem;
}
.legal-updated {
  margin-top: 1.5rem;
  color: #777 !important;
  font-size: 0.85rem;
}
@media (max-width: 720px) {
  .legal-page {
    padding: 4rem 1.4rem 6rem;
  }
  .legal-page header {
    margin-bottom: 3rem;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 86px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  gap: 3rem;
  background: var(--ink);
  color: white;
  border-bottom: 1px solid #252525;
  position: relative;
  z-index: 10;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.78;
  font-size: 1.1rem;
  letter-spacing: -0.07em;
}
.brand strong {
  font-size: 1.65rem;
}
.site-header nav {
  display: flex;
  gap: 2rem;
  margin-left: auto;
}
.site-header nav a {
  font-size: 0.81rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #bdbdbd;
}
.site-header nav a:hover {
  color: white;
}
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  padding: 1rem 1.25rem;
  border: 1px solid;
}
.header-cta {
  border-color: #484848;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  color: white;
}
.hero {
  min-height: 720px;
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 46% 54%;
  position: relative;
  overflow: hidden;
}
.hero-copy {
  padding: 9.5rem 4vw 5rem;
  position: relative;
  z-index: 2;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.72rem;
  font-weight: 800;
  color: #b4b4b4;
}
.eyebrow.dark {
  color: #555;
}
.hero h1 {
  font-size: clamp(5rem, 11vw, 10.5rem);
  line-height: 0.78;
  letter-spacing: -0.09em;
  margin: 2.4rem 0;
}
.hero-lead {
  max-width: 34rem;
  color: #b8b8b8;
  font-size: 1.12rem;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.2rem;
}
.button-light {
  background: white;
  color: black;
  border-color: white;
}
.button-dark {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.button:hover {
  background: var(--acid);
  color: black;
  border-color: var(--acid);
}
.text-link {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #777;
  padding-bottom: 0.35rem;
}
.hero-location {
  display: flex;
  gap: 0.55rem;
  color: #858585;
  font-size: 0.78rem;
  margin-top: 5.5rem;
}
.hero-visual {
  margin: 2.2rem 2.2rem 2.2rem 0;
  min-height: 650px;
  background: linear-gradient(145deg, #272727, #060606 68%);
  position: relative;
  overflow: hidden;
}
.hero-visual:before,
.specialism-media:after,
.work-card:before {
  content: "";
  position: absolute;
  background: radial-gradient(
    circle at 50% 30%,
    #bbb 0 6%,
    #515151 7% 22%,
    #191919 23% 44%,
    transparent 45%
  );
  filter: blur(3px);
  opacity: 0.78;
}
.hero-visual:before {
  inset: 8% 5% 0;
}
.hero-stamp {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 92px;
  height: 92px;
  border: 1px solid #666;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.52rem;
  letter-spacing: 0.18em;
}
.hero-stamp strong {
  font-size: 1.5rem;
  letter-spacing: 0;
}
.image-label {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  text-transform: uppercase;
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
.vertical-note {
  position: absolute;
  right: 0.4rem;
  top: 42%;
  writing-mode: vertical-rl;
  color: #666;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
}
.trust-strip {
  background: var(--acid);
  padding: 1.6rem 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rating {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.rating > span {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.08em;
}
.stars {
  letter-spacing: 0.08em;
}
.rating small {
  font-size: 0.7rem;
}
.trust-strip p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
}
.trust-strip > a {
  font-size: 0.72rem;
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.section {
  padding: 8rem 6vw;
}
.section-head h2,
.specialism h2,
.lorena h2,
.final-cta h2 {
  font-size: clamp(3.7rem, 8vw, 8.5rem);
  letter-spacing: -0.08em;
  line-height: 0.82;
  margin: 1.4rem 0;
}
.services {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 4rem;
}
.service-list {
  border-top: 1px solid #b8b6b0;
}
.service-list article {
  display: grid;
  grid-template-columns: 45px 1fr 30px;
  gap: 1.2rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid #b8b6b0;
}
.service-list h3 {
  margin: 0 0 0.7rem;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}
.service-list p {
  margin: 0;
  max-width: 34rem;
  color: #595959;
  line-height: 1.6;
}
.service-list > article > span {
  font-size: 0.7rem;
  color: #777;
}
.specialism {
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 760px;
  background: var(--ink);
  color: white;
}
.specialism-media {
  background: linear-gradient(135deg, #171717, #353535);
  position: relative;
}
.specialism-media:after {
  inset: 12% 13%;
}
.specialism-media span {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  left: 2rem;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
}
.specialism-copy {
  padding: 8rem 6vw;
}
.specialism h2 {
  font-size: clamp(3.2rem, 6vw, 6.8rem);
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.specialism-copy > p:not(.eyebrow) {
  color: #aaa;
  max-width: 32rem;
  line-height: 1.7;
  font-size: 1.05rem;
  margin: 2.5rem 0;
}
.work .row,
.reviews .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-head.row > p {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.work-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 0.9fr;
  gap: 1rem;
  margin-top: 4rem;
}
.work-card {
  height: 520px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  background: #161616;
  position: relative;
  overflow: hidden;
}
.work-card:before {
  inset: 15% 10%;
}
.work-card span,
.work-card strong {
  position: relative;
  z-index: 1;
}
.work-card span {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
}
.work-card strong {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.05;
}
.work-two {
  height: 600px;
  margin-top: -40px;
  background: #d7d7d3;
  color: #0a0a0a;
}
.work-three {
  background: #30302f;
}
.lorena {
  background: var(--acid);
  padding: 8rem 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
}
.lorena-copy {
  padding-top: 3rem;
}
.lorena-copy .quote {
  font:
    italic 2rem/1.35 Georgia,
    serif;
  max-width: 36rem;
}
.lorena-copy > p:last-child {
  max-width: 31rem;
  line-height: 1.6;
}
.big-score {
  font-size: 3rem;
  font-weight: 900;
}
.big-score span {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.review-grid blockquote {
  margin: 0;
  padding: 2.5rem;
  border-right: 1px solid #bbb;
  font:
    1.25rem/1.5 Georgia,
    serif;
}
.review-grid blockquote:last-child {
  border: 0;
}
.review-grid cite {
  display: block;
  margin-top: 2rem;
  font: normal 0.7rem Arial;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.final-cta {
  background: var(--ink);
  color: white;
  text-align: center;
  padding: 8rem 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.final-cta h2 {
  font-size: clamp(4rem, 10vw, 10rem);
  margin: 2rem 0 3rem;
}
.final-cta small {
  margin-top: 1.5rem;
  color: #777;
  letter-spacing: 0.1em;
}
footer {
  background: var(--ink);
  color: white;
  border-top: 1px solid #282828;
  padding: 4rem 4vw 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
footer p {
  margin: 0;
  color: #858585;
  line-height: 1.6;
  font-size: 0.85rem;
}
.footer-links {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}
.footer-links a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.78rem;
  text-transform: uppercase;
}
.footer-meta {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #282828;
  padding-top: 1.5rem;
  margin-top: 2rem;
  color: #5f5f5f;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.floating-whatsapp {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--acid);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0 5px 20px #0005;
}
@media (max-width: 900px) {
  .site-header {
    height: 70px;
    padding: 0 1.2rem;
  }
  .site-header nav,
  .header-cta {
    display: none;
  }
  .menu-button {
    display: block;
    margin-left: auto;
  }
  .hero {
    display: block;
    min-height: auto;
    padding-bottom: 1rem;
  }
  .hero-copy {
    padding: 6rem 1.2rem 3rem;
  }
  .hero h1 {
    font-size: clamp(4.6rem, 24vw, 7.5rem);
    margin: 2rem 0 1.5rem;
  }
  .hero-lead {
    font-size: 1rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.3rem;
  }
  .hero-location {
    margin-top: 3rem;
  }
  .hero-visual {
    margin: 1rem 1.2rem;
    min-height: 470px;
  }
  .vertical-note {
    display: none;
  }
  .trust-strip {
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1.3rem 1.2rem;
  }
  .trust-strip p {
    display: none;
  }
  .section {
    padding: 5.5rem 1.2rem;
  }
  .services {
    display: block;
  }
  .section-head h2,
  .specialism h2,
  .lorena h2 {
    font-size: clamp(3.5rem, 18vw, 6rem);
  }
  .service-list {
    margin-top: 3.5rem;
  }
  .service-list article {
    grid-template-columns: 30px 1fr 22px;
  }
  .specialism {
    display: flex;
    flex-direction: column;
  }
  .specialism-media {
    min-height: 500px;
  }
  .specialism-copy {
    padding: 5.5rem 1.2rem;
  }
  .work .row,
  .reviews .row {
    display: block;
  }
  .section-head.row > p {
    margin-top: 2rem;
  }
  .work-grid {
    display: block;
    margin-top: 3rem;
  }
  .work-card,
  .work-two {
    height: 460px;
    margin: 0 0 1rem;
  }
  .lorena {
    display: block;
    padding: 5.5rem 1.2rem;
  }
  .lorena-copy {
    padding-top: 1rem;
  }
  .lorena-copy .quote {
    font-size: 1.5rem;
  }
  .big-score {
    margin-top: 2rem;
  }
  .review-grid {
    display: block;
  }
  .review-grid blockquote {
    border-right: 0;
    border-bottom: 1px solid #bbb;
    padding: 2rem 0;
  }
  .final-cta {
    padding: 6rem 1rem;
  }
  .final-cta h2 {
    font-size: clamp(4rem, 20vw, 7rem);
  }
  footer {
    grid-template-columns: 1fr;
  }
  .footer-links {
    justify-content: flex-start;
  }
  .footer-meta {
    display: block;
  }
  .footer-meta span {
    display: block;
    margin-top: 0.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.hero-visual {
  background: #080808 url("assets/images/santa-pelu-hero.png") center/cover no-repeat;
}
.hero-visual:before {
  inset: 0;
  background: linear-gradient(90deg, #0008, transparent 45%);
  filter: none;
}
.mobile-menu {
  display: none;
  margin-left: auto;
}
.mobile-menu summary {
  list-style: none;
  cursor: pointer;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu > div {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: #0a0a0a;
  border-top: 1px solid #292929;
  padding: 1.4rem;
  display: grid;
  gap: 1.2rem;
}
.mobile-menu a {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.mobile-menu a:last-child {
  color: var(--acid);
}
@media (max-width: 900px) {
  .mobile-menu {
    display: block;
  }
  .menu-button {
    display: none;
  }
}
.hero-visual {
  background-image:
    linear-gradient(90deg, #000b, transparent 55%),
    url("assets/images/santa-pelu-clientes.webp");
  background-position: center;
  background-size: cover;
}
.specialism-media {
  background: #171717 url("assets/images/santa-pelu-caniche-negro.webp") center/cover
    no-repeat;
}
.specialism-media:after {
  inset: 0;
  background: linear-gradient(0deg, #000b, transparent 48%);
  filter: none;
}
.work-card {
  background-image:
    linear-gradient(0deg, #000b, transparent 55%),
    url("assets/images/santa-pelu-clientes.webp");
  background-size: cover;
  background-position: center;
}
.work-card:before {
  display: none;
}
.work-two {
  background-image:
    linear-gradient(0deg, #f2f0ebdd, transparent 60%),
    url("assets/images/santa-pelu-caniches.webp");
  background-position: center 35%;
}
.work-three {
  background-image:
    linear-gradient(0deg, #000b, transparent 55%),
    url("assets/images/santa-pelu-caniche-negro.webp");
  background-position: center;
}
.brand-logo {
  width: 150px;
  height: 64px;
  display: flex;
  align-items: center;
}
.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-visual {
  background-image:
    linear-gradient(90deg, #000b, transparent 58%),
    url("assets/images/lorena-caniches.webp");
  background-position: center 28%;
}
.specialism-media {
  background-image:
    linear-gradient(0deg, #000b, transparent 48%),
    url("assets/images/trabajo-manto-largo.webp");
  background-position: center;
}
.specialism-media:after {
  display: none;
}
.work-grid {
  grid-template-columns: repeat(3, 1fr);
}
.work-card,
.work-two,
.work-three {
  height: 520px;
  margin: 0;
  background-color: #171717;
}
.work-poodle {
  background-image:
    linear-gradient(0deg, #000c, transparent 55%),
    url("assets/images/santa-pelu-caniches.webp");
}
.work-coat {
  background-image:
    linear-gradient(0deg, #000c, transparent 55%),
    url("assets/images/trabajo-manto-negro.webp");
  color: #fff;
}
.work-bulldog {
  background-image:
    linear-gradient(0deg, #000c, transparent 55%),
    url("assets/images/trabajo-bulldog.webp");
}
.work-husky {
  background-image:
    linear-gradient(0deg, #000c, transparent 55%),
    url("assets/images/trabajo-husky.webp");
}
.work-australian {
  background-image:
    linear-gradient(0deg, #000c, transparent 55%),
    url("assets/images/trabajo-australian.webp");
}
.work-bernes {
  background-image:
    linear-gradient(0deg, #000c, transparent 55%),
    url("assets/images/trabajo-bernes.webp");
}
.work-poodle,
.work-coat,
.work-bulldog,
.work-husky,
.work-australian,
.work-bernes {
  background-size: cover;
  background-position: center;
}
.lorena {
  background: var(--salon-green);
  color: #0a0a0a;
}
.lorena .eyebrow {
  color: #29271e;
}
.lorena-photo {
  height: 530px;
  margin-top: 2.5rem;
  background: #101010 url("assets/images/lorena-competicion.webp") center 30% / cover
    no-repeat;
}
.lorena-copy {
  align-self: end;
  padding-bottom: 4rem;
}
.lorena-copy > p:last-child {
  color: #26241c;
}
.trust-strip,
.floating-whatsapp {
  background: var(--salon-green);
}
.button:hover {
  background: var(--salon-green-deep);
  border-color: var(--salon-green-deep);
}
.mobile-menu a:last-child {
  color: #d8d2bb;
}
@media (max-width: 900px) {
  .brand-logo {
    width: 125px;
    height: 54px;
  }
  .hero-visual {
    background-position: 58% center;
  }
  .work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }
  .work-card,
  .work-two,
  .work-three {
    height: 360px;
    margin: 0;
  }
  .lorena-photo {
    height: 430px;
  }
  .lorena-copy {
    padding-bottom: 0;
  }
}
@media (max-width: 560px) {
  .work-grid {
    grid-template-columns: 1fr;
  }
  .work-card,
  .work-two,
  .work-three {
    height: 460px;
  }
}
.specialism-media {
  background-image:
    linear-gradient(0deg, #000b, transparent 48%),
    url("assets/images/santa-pelu-effect.webp");
  background-position: center 38%;
}
@media (max-width: 900px) {
  .specialism-media {
    background-position: center 28%;
  }
}
.hero-visual {
  background-image:
    linear-gradient(90deg, #0008, transparent 60%),
    url("assets/images/tecnica-premium.webp");
  background-position: center;
  background-size: cover;
}
.work-poodle {
  background-image:
    linear-gradient(0deg, #000c, transparent 58%),
    url("assets/images/forma-textura-actitud.webp");
  background-position: center 28%;
}
.dermo {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 760px;
  background: var(--salon-green);
  color: #0a0a0a;
}
.dermo-visual {
  min-height: 680px;
  margin: 3rem 0 3rem 3rem;
  background: #18211c url("assets/images/trabajo-manto-largo.webp") center/cover
    no-repeat;
  position: relative;
}
.dermo-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #000a, transparent 52%);
}
.dermo-visual span {
  position: absolute;
  z-index: 1;
  left: 1.5rem;
  bottom: 1.5rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.dermo-copy {
  padding: 7rem 6vw;
}
.dermo-copy .eyebrow {
  color: #29271e;
}
.dermo-copy h2 {
  font-size: clamp(3.4rem, 6.5vw, 7rem);
  letter-spacing: -0.08em;
  line-height: 0.84;
  margin: 1.5rem 0 2.5rem;
}
.dermo-copy > p:not(.eyebrow) {
  max-width: 37rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #26241c;
}
.dermo-copy ul {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 3rem;
  border-top: 1px solid #0a0a0a44;
}
.dermo-copy li {
  padding: 1rem 0;
  border-bottom: 1px solid #0a0a0a44;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.dermo-copy li:before {
  content: "＋";
  margin-right: 0.8rem;
  color: #0a0a0a;
}
@media (max-width: 900px) {
  .hero-visual {
    background-position: 58% center;
  }
  .dermo {
    display: block;
  }
  .dermo-visual {
    min-height: 480px;
    margin: 0;
  }
  .dermo-copy {
    padding: 5rem 1.2rem;
  }
  .dermo-copy h2 {
    font-size: clamp(3.5rem, 17vw, 6rem);
  }
  .work-poodle {
    background-position: center 25%;
  }
}

/* Brand colour system sampled from the real Santa Pelu salon wall. */
.trust-strip {
  background: var(--salon-green);
  color: #0a0a0a;
}
.lorena,
.dermo {
  background: var(--salon-green);
  color: #0a0a0a;
}
.lorena .eyebrow,
.dermo-copy .eyebrow {
  color: #29271e;
}
.lorena-copy > p:last-child,
.dermo-copy > p:not(.eyebrow) {
  color: #26241c;
}
.dermo-copy ul {
  border-color: #0a0a0a44;
}
.dermo-copy li {
  border-color: #0a0a0a44;
}
.dermo-copy li:before {
  color: #0a0a0a;
}
.button {
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.button:hover {
  background: var(--salon-green-deep);
  border-color: var(--salon-green-deep);
  color: #fff;
}
.header-cta:hover {
  border-color: var(--salon-green);
  color: #fff;
}
.floating-whatsapp {
  background: #fff;
  color: #0a0a0a;
  border: 1px solid #d9d5ca;
}
.floating-whatsapp:hover {
  background: var(--salon-green);
  border-color: var(--salon-green);
}
.mobile-menu a:last-child {
  color: #d8d2bb;
}
.brand-logo img {
  object-fit: contain;
}
footer .footer-logo {
  width: 190px;
  height: 118px;
  margin-top: -1.6rem;
  align-self: start;
}
footer .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 900px) {
  footer .footer-logo {
    width: 180px;
    height: 108px;
    margin-top: -1rem;
  }
}

/* Multi-page editorial system */
.site-header nav {
  gap: 1.25rem;
}
.site-header nav a {
  font-size: 0.72rem;
}
.site-header nav a:focus-visible,
.button:focus-visible,
.text-link:focus-visible {
  outline: 2px solid var(--salon-green);
  outline-offset: 4px;
}
.service-list > a {
  display: block;
}
.service-list > a:hover article {
  padding-left: 0.7rem;
}
.service-list article {
  transition: padding 0.25s ease;
}
.home-dermo {
  background-image:
    linear-gradient(0deg, #000a, transparent 52%),
    url("assets/images/material/dermocosmetica-tratamiento-arcillas.jpg");
  background-position: center 48%;
}
.home-lorena {
  background-image: url("assets/images/material/lorena-con-sus-perros.jpg");
  background-position: center 38%;
}
.work-water {
  background-image:
    linear-gradient(0deg, #000c, transparent 55%),
    url("assets/images/material/perro-agua-rincon-santa-pelu.jpg");
  background-size: cover;
  background-position: center 38%;
}
.section-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.review-grid blockquote p {
  font:
    normal 0.95rem/1.55 Arial,
    Helvetica,
    sans-serif;
  color: #555;
}

.page-hero {
  min-height: 690px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 48% 52%;
}
.page-hero-copy {
  padding: 8rem 6vw 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page-hero h1,
.simple-hero h1,
.reviews-hero h1,
.contact-page h1 {
  font-size: clamp(4rem, 8vw, 8.5rem);
  line-height: 0.82;
  letter-spacing: -0.075em;
  margin: 1.5rem 0 2rem;
}
.page-hero-copy > p:not(.eyebrow) {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #bababa;
  max-width: 38rem;
  margin: 0 0 2.2rem;
}
.page-hero-image {
  margin: 2rem 2rem 2rem 0;
  min-height: 620px;
  overflow: hidden;
}
.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.editorial-intro {
  padding: 8rem 12vw;
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 2rem 6rem;
  align-items: start;
}
.editorial-intro .eyebrow {
  grid-row: 1/3;
}
.editorial-intro h2 {
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
  margin: 0;
}
.editorial-intro > p:last-child {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 46rem;
  margin: 1rem 0 0;
  color: #494949;
}
.numbered-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: #fff;
  padding: 0 4vw;
}
.numbered-grid article {
  min-height: 360px;
  padding: 3rem 2rem;
  border-right: 1px solid #303030;
}
.numbered-grid article:last-child {
  border: 0;
}
.numbered-grid span {
  font-size: 0.72rem;
  color: var(--salon-green);
  letter-spacing: 0.14em;
}
.numbered-grid h3 {
  font-size: 1.7rem;
  letter-spacing: -0.04em;
  margin: 5rem 0 1.3rem;
}
.numbered-grid p {
  color: #aaa;
  line-height: 1.65;
  margin: 0;
}
.detail-list {
  padding: 8rem 8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  background: var(--salon-green);
}
.detail-list h2,
.detail-note h2,
.image-story h2,
.google-link h2 {
  font-size: clamp(3rem, 5.5vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
  margin: 1.3rem 0 2rem;
}
.detail-list > div > p:last-child {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 36rem;
}
.detail-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #0a0a0a55;
}
.detail-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.4rem 0;
  border-bottom: 1px solid #0a0a0a55;
  font-size: 1rem;
  line-height: 1.45;
}
.detail-list li svg {
  flex: none;
  margin-top: 0.15rem;
}
.detail-note {
  padding: 8rem 15vw;
  text-align: center;
}
.detail-note h2 {
  max-width: 65rem;
  margin: 1.5rem auto 2rem;
}
.detail-note > p:last-child {
  max-width: 48rem;
  margin: auto;
  color: #4f4f4f;
  line-height: 1.7;
  font-size: 1.08rem;
}
.related-pages {
  display: grid;
  grid-template-columns: 1fr repeat(3, 1fr);
  background: #171717;
  color: #fff;
  padding: 2rem 4vw;
  align-items: center;
}
.related-pages > span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #777;
}
.related-pages a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem;
  border-left: 1px solid #333;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.related-pages a:hover {
  background: #242424;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 4vw 8rem;
}
.value-grid article {
  padding: 3rem 2rem;
  border: 1px solid #c6c2b8;
  border-right: 0;
}
.value-grid article:last-child {
  border-right: 1px solid #c6c2b8;
}
.value-grid svg {
  color: var(--salon-green-deep);
}
.value-grid h3 {
  font-size: 1.45rem;
  margin: 2.5rem 0 1rem;
}
.value-grid p {
  line-height: 1.65;
  color: #555;
}
.image-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--salon-green);
}
.image-story > div:first-child {
  min-height: 720px;
}
.image-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-story > div:last-child {
  padding: 8rem 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-story > div:last-child > p:not(.eyebrow) {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 38rem;
}

.simple-hero {
  background: var(--ink);
  color: #fff;
  padding: 9rem 6vw 7rem;
}
.simple-hero h1 {
  margin-bottom: 2rem;
}
.simple-hero > p:last-child {
  font-size: 1.15rem;
  color: #aaa;
  max-width: 40rem;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem;
  background: var(--ink);
}
.portfolio-grid figure {
  margin: 0;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.portfolio-grid figure.wide {
  grid-column: span 2;
}
.portfolio-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.portfolio-grid figure:hover img {
  transform: scale(1.025);
}
.portfolio-grid figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4rem 1.4rem 1.4rem;
  background: linear-gradient(transparent, #000d);
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}
.portfolio-grid figcaption span {
  color: #bbb;
}

.reviews-hero {
  background: var(--ink);
  color: #fff;
  padding: 8rem 7vw;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 6rem;
  align-items: end;
}
.reviews-hero > div:first-child > p:last-child {
  color: #aaa;
  line-height: 1.7;
  max-width: 40rem;
  font-size: 1.08rem;
}
.google-score {
  border-left: 1px solid #3b3b3b;
  padding-left: 3rem;
}
.google-score strong {
  display: block;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.08em;
}
.google-score > span {
  display: block;
  color: var(--salon-green);
  letter-spacing: 0.1em;
  margin: 0.8rem 0 1.8rem;
}
.google-score p {
  color: #bbb;
  line-height: 1.5;
}
.google-score small {
  color: #777;
}
.verified-reviews {
  padding: 6rem 5vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.verified-reviews article {
  background: #fff;
  padding: 2.5rem;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd9cf;
}
.review-top,
.review-by {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.review-top span {
  color: var(--salon-green-deep);
  letter-spacing: 0.08em;
}
.review-top small {
  color: #777;
}
.verified-reviews blockquote {
  font:
    italic 2rem/1.25 Georgia,
    serif;
  margin: 3.5rem 0 1.3rem;
}
.verified-reviews article > p {
  color: #555;
  line-height: 1.65;
  margin: 0 0 2.5rem;
}
.review-by {
  margin-top: auto;
  border-top: 1px solid #ddd9cf;
  padding-top: 1.3rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.review-by span {
  color: #777;
}
.google-link {
  background: var(--salon-green);
  padding: 7rem 8vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
}
.google-link > div > p:last-child {
  max-width: 42rem;
  line-height: 1.65;
}
.google-link .button {
  flex: none;
}

.contact-page {
  min-height: 760px;
  background: var(--ink);
  color: #fff;
  padding: 8rem 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  align-items: center;
}
.contact-page > div:first-child > p:not(.eyebrow) {
  color: #aaa;
  line-height: 1.7;
  max-width: 38rem;
  font-size: 1.08rem;
  margin-bottom: 2.3rem;
}
.contact-cards {
  border-top: 1px solid #333;
}
.contact-cards > a,
.contact-cards > div {
  display: flex;
  gap: 1.3rem;
  padding: 2rem 0;
  border-bottom: 1px solid #333;
}
.contact-cards svg {
  color: var(--salon-green);
  flex: none;
}
.contact-cards span {
  color: #aaa;
  line-height: 1.55;
}
.contact-cards strong {
  display: block;
  color: #fff;
  margin-bottom: 0.35rem;
}

@media (max-width: 900px) {
  .page-hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .page-hero-copy {
    padding: 6rem 1.2rem 4rem;
  }
  .page-hero h1,
  .simple-hero h1,
  .reviews-hero h1,
  .contact-page h1 {
    font-size: clamp(3.7rem, 17vw, 6.4rem);
  }
  .page-hero-image {
    margin: 0 1.2rem 1.2rem;
    min-height: 480px;
  }
  .editorial-intro {
    padding: 5.5rem 1.2rem;
    display: block;
  }
  .editorial-intro h2 {
    margin: 1.5rem 0 2rem;
  }
  .numbered-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .numbered-grid article {
    min-height: 310px;
    border-bottom: 1px solid #303030;
    padding: 2.2rem 1.2rem;
  }
  .numbered-grid h3 {
    margin-top: 3.5rem;
  }
  .detail-list {
    grid-template-columns: 1fr;
    padding: 5.5rem 1.2rem;
    gap: 3rem;
  }
  .detail-note {
    padding: 5.5rem 1.2rem;
  }
  .related-pages {
    grid-template-columns: 1fr;
  }
  .related-pages > span {
    padding: 1rem;
  }
  .related-pages a {
    border-left: 0;
    border-top: 1px solid #333;
  }
  .value-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .value-grid article:nth-child(2) {
    border-right: 1px solid #c6c2b8;
  }
  .image-story {
    display: flex;
    flex-direction: column;
  }
  .image-story > div:first-child {
    min-height: 520px;
  }
  .image-story > div:last-child {
    padding: 5rem 1.2rem;
  }
  .simple-hero {
    padding: 7rem 1.2rem 5rem;
  }
  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }
  .portfolio-grid figure,
  .portfolio-grid figure.wide {
    grid-column: auto;
    height: 430px;
  }
  .reviews-hero {
    grid-template-columns: 1fr;
    padding: 6rem 1.2rem;
    gap: 3rem;
  }
  .google-score {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #3b3b3b;
    padding-top: 2.5rem;
  }
  .verified-reviews {
    padding: 1rem;
    grid-template-columns: 1fr;
  }
  .google-link {
    display: block;
    padding: 5rem 1.2rem;
  }
  .google-link .button {
    margin-top: 2rem;
  }
  .contact-page {
    grid-template-columns: 1fr;
    padding: 6rem 1.2rem;
    gap: 4rem;
  }
  .site-header nav {
    display: none;
  }
  .section-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .numbered-grid,
  .value-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .value-grid article {
    border-right: 1px solid #c6c2b8;
    border-bottom: 0;
  }
  .value-grid article:last-child {
    border-bottom: 1px solid #c6c2b8;
  }
  .portfolio-grid figure {
    height: 480px;
  }
  .verified-reviews article {
    padding: 2rem 1.3rem;
  }
  .verified-reviews blockquote {
    font-size: 1.65rem;
  }
  .google-score strong {
    font-size: 5rem;
  }
}

/* Compact typographic signature in the header; the complete official mark stays in the footer. */
.header-wordmark {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.42rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
}
.header-wordmark span {
  font:
    italic 1.55rem/1 Georgia,
    serif;
  letter-spacing: -0.04em;
}
.header-wordmark strong {
  font:
    900 1.7rem/0.9 Arial,
    Helvetica,
    sans-serif;
  letter-spacing: 0.025em;
}
footer .footer-logo {
  width: 210px;
  height: 208px;
  margin-top: -2rem;
  padding: 8px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
footer .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 900px) {
  .header-wordmark span {
    font-size: 1.4rem;
  }
  .header-wordmark strong {
    font-size: 1.55rem;
  }
  footer .footer-logo {
    width: 170px;
    height: 168px;
    margin-top: -1rem;
    padding: 6px;
  }
}

/* Reserva: ficha, cálculo de tiempos y disponibilidad real */
.booking-hero {
  background: var(--ink);
  color: #fff;
  padding: 8rem 7vw 6rem;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 6rem;
  align-items: end;
}
.booking-hero h1 {
  font-size: clamp(4rem, 8vw, 8.5rem);
  line-height: 0.82;
  letter-spacing: -0.075em;
  margin: 1.5rem 0 0;
}
.booking-hero > p {
  color: #aaa;
  line-height: 1.7;
  font-size: 1.08rem;
  max-width: 34rem;
}
.booking-layout {
  padding: 6rem 6vw 8rem;
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 6vw;
  align-items: start;
}
.booking-layout > aside {
  position: sticky;
  top: 120px;
}
.booking-layout > aside h2 {
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 1.3rem 0 2rem;
}
.booking-layout > aside > p:last-of-type {
  line-height: 1.7;
  color: #555;
}
.schedule-note {
  margin-top: 2.5rem;
  border-top: 1px solid #bbb7ad;
  padding-top: 1.4rem;
  display: grid;
  gap: 0.65rem;
}
.schedule-note strong {
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.schedule-note span {
  font-size: 0.9rem;
  color: #555;
}
.schedule-note span b {
  color: #111;
}
.schedule-note small {
  margin-top: 0.4rem;
  color: #666;
  line-height: 1.45;
}
.booking-form {
  display: grid;
  gap: 1.2rem;
}
.booking-form fieldset {
  border: 1px solid #c7c3b9;
  margin: 0;
  padding: 2rem;
  background: #f8f7f3;
}
.booking-form legend {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  padding: 0 0.75rem;
}
.booking-form legend span {
  font-size: 0.72rem;
  color: var(--salon-green-deep);
  letter-spacing: 0.1em;
  margin-right: 0.7rem;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 0.8rem;
}
.form-grid label,
.booking-form > fieldset > label {
  display: grid;
  gap: 0.55rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.form-grid .full {
  grid-column: 1/-1;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid #aaa69b;
  background: #fff;
  color: #111;
  border-radius: 0;
  padding: 0.9rem 1rem;
  font:
    normal 1rem/1.3 Arial,
    Helvetica,
    sans-serif;
  letter-spacing: 0;
  min-height: 50px;
}
.form-grid textarea {
  resize: vertical;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  outline: 2px solid var(--salon-green-deep);
  outline-offset: 1px;
}
.choice-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.choice-grid.two {
  grid-template-columns: 1fr 1fr;
}
.choice-grid label,
.slot-grid label {
  border: 1px solid #aaa69b;
  padding: 1.15rem;
  background: #fff;
  cursor: pointer;
  display: grid;
  gap: 0.35rem;
}
.choice-grid label.selected,
.slot-grid label.selected {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.choice-grid input,
.slot-grid input {
  position: absolute;
  opacity: 0;
}
.choice-grid strong {
  font-size: 1rem;
}
.choice-grid small {
  font-size: 0.82rem;
  color: #666;
}
.choice-grid .selected small {
  color: #bbb;
}
.time-estimate {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem 1rem;
  align-items: center;
  margin-top: 1.4rem;
  background: var(--salon-green);
  padding: 1.2rem;
}
.time-estimate strong {
  font-size: 1.4rem;
}
.time-estimate .price-label {
  grid-column: 2;
  font-weight: 800;
}
.time-estimate .price-value {
  grid-column: 3;
  font-size: 1.8rem;
}
.time-estimate .price-detail {
  grid-column: 2/-1;
}
.time-estimate small {
  grid-column: 2/-1;
  color: #39372e;
}
.field-note {
  color: #555;
  line-height: 1.55;
}
.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  margin-top: 1.3rem;
}
.slot-grid label {
  text-transform: capitalize;
  font-size: 0.88rem;
  line-height: 1.35;
}
.loading-slots {
  padding: 2rem;
  background: #ece9e1;
}
.manual-review {
  background: var(--salon-green);
  padding: 2.2rem;
}
.manual-review h3 {
  font-size: 1.7rem;
  margin: 0 0 0.8rem;
}
.manual-review p {
  line-height: 1.6;
  max-width: 42rem;
}
.policy-box {
  background: #111;
  color: #fff;
  padding: 1.6rem;
  margin: 1rem 0 1.4rem;
}
.policy-box h3 {
  font-size: 1.45rem;
  margin: 0 0 1rem;
}
.policy-box ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #c7c7c7;
  line-height: 1.65;
}
.check-line {
  display: flex !important;
  grid-template-columns: auto 1fr !important;
  align-items: flex-start;
  gap: 0.75rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.94rem !important;
  line-height: 1.4;
  margin: 1rem 0;
}
.check-line input {
  width: 18px;
  height: 18px;
  flex: none;
}
.submit-booking {
  border: 0;
  cursor: pointer;
  margin-top: 1.2rem;
}
.submit-booking:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.submit-note {
  display: block;
  max-width: 38rem;
  margin-top: 1rem;
  color: #666;
  line-height: 1.5;
}
.form-error {
  background: #5b1818;
  color: #fff;
  padding: 1rem 1.2rem;
  margin: 0;
}
.booking-success {
  max-width: 760px;
  margin: 6rem auto;
  padding: 4rem;
  background: #fff;
  border: 1px solid #cbc7bc;
  text-align: center;
}
.success-mark {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--salon-green);
  display: grid;
  place-items: center;
  margin: 0 auto 1.5rem;
}
.booking-success h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  margin: 1rem 0 2rem;
}
.booking-success > p {
  font-size: 1.05rem;
  line-height: 1.6;
}
.deposit-card {
  background: var(--salon-green);
  padding: 1.5rem;
  margin: 2rem 0;
}
.deposit-card span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}
.deposit-card strong {
  font-size: 3.6rem;
  letter-spacing: -0.06em;
}
.deposit-card p {
  margin: 0.3rem 0 0;
}
.booking-success .button {
  margin-top: 1rem;
}
@media (max-width: 900px) {
  .booking-hero {
    grid-template-columns: 1fr;
    padding: 6rem 1.2rem 4rem;
    gap: 2rem;
  }
  .booking-hero h1 {
    font-size: clamp(3.7rem, 17vw, 6.4rem);
  }
  .booking-layout {
    grid-template-columns: 1fr;
    padding: 4rem 1.2rem 6rem;
    gap: 3rem;
  }
  .booking-layout > aside {
    position: static;
  }
  .form-grid,
  .choice-grid.two {
    grid-template-columns: 1fr;
  }
  .form-grid .full {
    grid-column: auto;
  }
  .slot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .booking-form fieldset {
    padding: 1.35rem;
  }
  .booking-success {
    margin: 3rem 1.2rem;
    padding: 2.5rem 1.3rem;
  }
}
@media (max-width: 520px) {
  .slot-grid {
    grid-template-columns: 1fr;
  }
}

.faq {
  background: #f2efe7;
}
.faq-intro {
  max-width: 31rem;
  color: #555;
  line-height: 1.6;
}
.faq-list {
  border-top: 1px solid #aaa69b;
}
.faq-list details {
  border-bottom: 1px solid #aaa69b;
  padding: 0;
}
.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding: 1.5rem 0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 1.8rem;
  font-weight: 400;
  transition: transform 0.2s ease;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  max-width: 54rem;
  margin: 0;
  padding: 0 3rem 1.5rem 0;
  color: #4c4a43;
  line-height: 1.7;
}
