:root {
  --orange: #bd6b5d;
  --orange-dark: #934e43;
  --ink: #3e2d29;
  --navy: #68463f;
  --paper: #f8f3ef;
  --white: #fff;
  --muted: #7d6c67;
  --line: #e5d9d3;
  --heading: "Barlow Condensed", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--body); line-height: 1.65; }
img { max-width: 100%; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--heading); line-height: .98; text-transform: uppercase; }
h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 6vw, 4.5rem); letter-spacing: -.02em; }
h3 { font-size: 1.55rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; font-weight: 700; transition: .25s ease; cursor: pointer; }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.55); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { transform: translateY(-2px); background: var(--paper); }

.site-header { position: absolute; z-index: 20; top: 0; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); }
.site-header.scrolled { position: fixed; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(0,0,0,.08); animation: slideDown .3s ease; }
@keyframes slideDown { from { transform: translateY(-100%); } }
.nav-wrap { display: flex; min-height: 84px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo { display: block; width: 180px; max-width: 42vw; height: auto; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--orange); font-family: var(--heading); font-size: 1.15rem; font-weight: 800; transform: skew(-5deg); }
.brand-name { font-family: var(--heading); font-size: 1.7rem; font-weight: 800; letter-spacing: .025em; }
.brand-name span { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .86rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transition: .2s; }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 12px 19px; color: var(--white); background: var(--orange); }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: currentColor; }

.hero { position: relative; display: grid; min-height: 790px; align-items: center; overflow: hidden; color: var(--white); background: #4b3732; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(58,43,39,.98) 0%, rgba(58,43,39,.9) 45%, rgba(58,43,39,.34) 100%), url("assets/foto-portada-taller.jpg") center 34% / cover no-repeat; content: ""; transform: scale(1.01); }
.hero::after { position: absolute; top: 0; right: -8%; width: 48%; height: 100%; background: repeating-linear-gradient(120deg, transparent 0 34px, rgba(255,255,255,.035) 35px 36px); content: ""; transform: skewX(-9deg); }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 80% 60%, rgba(255,255,255,.13), transparent 30%); }
.hero-content { position: relative; z-index: 2; padding-top: 85px; }
.hero h1 { max-width: 100%; margin-bottom: 24px; font-size: clamp(4rem, 10vw, 8.4rem); font-weight: 700; letter-spacing: -.035em; white-space: nowrap; }
.hero h1 span { color: var(--orange); }
.hero-text { max-width: 570px; color: #f2e5df; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 13px; margin-top: 35px; }
.hero-details { display: flex; gap: 50px; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-details div { display: grid; gap: 3px; }
.hero-details strong { color: var(--orange); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-details span { color: #f9f0eb; font-size: .88rem; }

.quick-bar { color: var(--white); background: var(--orange); }
.quick-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.quick-grid > div { display: flex; min-height: 122px; align-items: center; gap: 18px; padding: 24px 35px; border-right: 1px solid rgba(255,255,255,.25); }
.quick-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.quick-number { color: rgba(255,255,255,.45); font-family: var(--heading); font-size: 2rem; font-weight: 800; }
.quick-grid p { display: grid; margin: 0; }
.quick-grid small { opacity: .76; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 440px; color: var(--muted); }
.section-heading.centered { justify-content: center; text-align: center; }
.services-stage { position: relative; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); transition: opacity .24s ease, transform .24s ease; }
.services-grid.is-hiding { opacity: 0; transform: translateX(-22px); pointer-events: none; }
.service-card { min-height: 285px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s ease; }
.service-card:hover { position: relative; z-index: 1; box-shadow: 0 18px 50px rgba(17,19,23,.11); transform: translateY(-5px); }
.service-icon { display: block; margin-bottom: 42px; color: var(--orange); font-family: var(--heading); font-size: 1.7rem; font-weight: 800; }
.service-card p { color: var(--muted); }
.service-card a, .service-more, .service-back, .text-link { color: var(--orange); font-size: .86rem; font-weight: 700; }
.service-more { padding: 0; border: 0; background: transparent; cursor: pointer; }
.service-featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-featured p { color: #ead7cf; }
.service-detail { position: absolute; z-index: 3; inset: 0; min-height: 100%; padding: 44px 38px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 24px 80px rgba(17,19,23,.16); animation: serviceDetailIn .34s ease both; }
.service-detail[hidden] { display: none; }
.service-back { margin-bottom: 34px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.service-detail-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: stretch; gap: 70px; }
.service-detail.no-image .service-detail-grid { grid-template-columns: 1fr; }
.service-detail-copy h3 { margin-bottom: 22px; color: var(--ink); font-size: 2rem; }
.service-detail-summary { margin-bottom: 34px; color: var(--muted); font-size: 1rem; font-weight: 600; }
.service-long-text { display: grid; gap: 14px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.service-long-text p { margin: 0; }
.service-image-placeholder { display: grid; min-height: 420px; place-items: center; padding: 32px; color: #90786f; border: 1px dashed #cfbab1; background: repeating-linear-gradient(45deg,#efe4de,#efe4de 12px,#f8efea 12px,#f8efea 24px); text-align: center; }
.service-image-placeholder:has(.service-image:not([hidden])) { padding: 0; overflow: hidden; border-style: solid; background: var(--paper); }
.service-image { display: block; width: 100%; height: 560px; object-fit: cover; object-position: center 48%; }
.service-image[hidden] { display: none; }
.service-detail.no-image .service-image-placeholder { display: none; }
@keyframes serviceDetailIn {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: none; }
}

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.about-image { position: relative; }
.about-photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
}
.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center 42%;
}
.image-placeholder, .map-placeholder { display: grid; min-height: 560px; place-items: center; color: #90786f; border: 1px dashed #cfbab1; background: repeating-linear-gradient(45deg,#efe4de,#efe4de 12px,#f8efea 12px,#f8efea 24px); text-align: center; }
.experience { position: absolute; right: -35px; bottom: -35px; display: flex; width: 200px; height: 130px; align-items: center; justify-content: center; gap: 12px; color: var(--white); background: var(--orange); }
.experience strong { font-family: var(--heading); font-size: 3.4rem; }
.experience span { font-size: .78rem; font-weight: 600; line-height: 1.3; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li::before { margin-right: 12px; color: var(--orange); content: "✓"; font-weight: 800; }

.process { color: var(--white); background: var(--navy); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.process-grid article { padding: 15px 32px 10px; border-left: 1px solid #907067; }
.process-grid article:last-child { border-right: 1px solid #907067; }
.process-grid span { display: grid; width: 52px; height: 52px; margin-bottom: 36px; place-items: center; color: var(--white); border: 1px solid var(--orange); border-radius: 50%; font-family: var(--heading); font-weight: 700; }
.process-grid p { color: #ead7cf; font-size: .9rem; }

.appointment { color: var(--white); background: var(--orange); }
.appointment .eyebrow { color: var(--white); opacity: .75; }
.appointment-copy > p:not(.eyebrow) {
  margin: 0 0 12px;
  color: var(--white);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .75;
}
.appointment-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.contact-highlight { display: grid; gap: 8px; margin-top: 30px; }
.contact-highlight h4 {
  margin: 0;
  color: var(--white);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .75;
}
.contact-highlight a { color: #f2e5df; font-size: .9rem; font-weight: 700; }
.contact-highlight strong { font-family: var(--heading); font-size: 2rem; }
.form-card { padding: 42px; color: var(--ink); background: var(--white); box-shadow: 0 20px 70px rgba(78,51,43,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-card label { display: grid; gap: 7px; margin-bottom: 17px; font-size: .76rem; font-weight: 700; }
.form-card input:not([type="checkbox"]), .form-card select, .form-card textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: #fdfaf7; font-family: var(--body); font-size: .9rem; font-weight: 400; }
.form-card input::placeholder, .form-card textarea::placeholder { color: #aaa; font-weight: 700; opacity: 1; }
.form-card select:invalid { font-weight: 700; }
.form-card select:valid { font-weight: 400; }
.form-card input:not([type="checkbox"]), .form-card select { height: 52px; }
.form-card textarea { min-height: 130px; resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--orange); }
.form-card .privacy { display: flex; align-items: center; font-weight: 400; }
.privacy input[type="checkbox"] { width: 22px; height: 22px; margin: 0; padding: 0; border: 2px solid var(--muted); border-radius: 5px; accent-color: var(--orange); }
.privacy a { color: var(--orange); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.email-confirmation { padding: 14px; border: 1px solid rgba(184,50,16,.25); background: #fff4ef; color: #4e332b; line-height: 1.5; }
.email-confirmation[hidden] { display: none; }
.form-message { margin: 14px 0 0; font-size: .85rem; }
.booking-calendar input,.booking-calendar select{min-height:52px}.booking-calendar input[type="date"]{font-family:var(--body);font-weight:700;color:#aaa;-webkit-text-fill-color:#aaa;color-scheme:light}.booking-calendar input[type="date"]::-webkit-date-and-time-value{font:inherit;text-align:left}.booking-calendar input[type="date"]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:1}.review-summary{margin:-26px 0 28px;color:var(--muted)}.review-summary strong{color:var(--orange);font-size:1.4rem}.cookie-preferences{width:min(520px,calc(100% - 28px));padding:30px;border:1px solid var(--line);color:var(--ink);background:var(--white);box-shadow:0 22px 80px rgba(58,43,39,.28)}.cookie-preferences::backdrop{background:rgba(30,22,20,.65)}.cookie-preferences label{display:flex;gap:10px;margin:18px 0}.cookie-preferences .cookie-actions{margin-top:26px}

.testimonials { background: var(--paper); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
blockquote { margin: 0; padding: 35px; background: var(--white); }
.stars { color: var(--orange); letter-spacing: 4px; }
blockquote > p { min-height: 100px; color: #503934; font-size: 1.03rem; }
blockquote footer { display: grid; font-weight: 700; }
blockquote footer span { color: var(--muted); font-size: .75rem; font-weight: 400; }

.careers { color: var(--white); background: linear-gradient(120deg, #503a35, #77574f); }
.careers-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 100px; }
.careers-grid > div:first-child > p:not(.eyebrow) { max-width: 580px; color: #ead8d1; }
.job-card { padding: 40px; border-top: 4px solid var(--orange); color: var(--ink); background: var(--white); }
.job-card > span { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.job-card h3 { margin: 15px 0; font-size: 2rem; }
.job-card p, .job-card li { color: var(--muted); }
.job-card .button { margin-top: 12px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.accordion article { border-top: 1px solid var(--line); }
.accordion article:last-child { border-bottom: 1px solid var(--line); }
.accordion button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 24px 0; border: 0; color: var(--ink); background: transparent; font-weight: 700; text-align: left; cursor: pointer; }
.accordion button span { color: var(--orange); font-size: 1.5rem; transition: transform .2s; }
.accordion article > div { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .45s ease-in-out; }
.accordion article.open > div { max-height: 320px; }
.accordion article.open button span { transform: rotate(45deg); }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1.4fr .6fr; min-height: 470px; }
.map-placeholder { position: relative; min-height: 470px; overflow: hidden; border: 0; background: var(--white); }
.map-placeholder iframe { display: block; width: 100%; height: 100%; min-height: 470px; }
.map-placeholder iframe:not([src]) { display: none; }
.map-consent { display: grid; min-height: 470px; place-items: center; gap: 16px; padding: 34px; color: var(--ink); background: var(--white); text-align: center; }
.map-consent[hidden] { display: none; }
.map-consent p { max-width: 320px; margin: 0; color: var(--muted); }
.contact-info { display: flex; flex-direction: column; justify-content: center; padding: 50px; color: var(--white); background: var(--navy); }
.contact-info div { display: grid; gap: 3px; margin-bottom: 24px; }
.contact-info small { color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-info strong { font-size: .9rem; }

.site-footer { padding: 75px 0 25px; color: #dfcec7; background: #3a2b27; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-logo { width: 200px; max-width: 100%; }
.footer-grid > div:first-child p { max-width: 290px; }
.footer-grid h3 { margin-bottom: 20px; color: var(--white); font-family: var(--body); font-size: .72rem; letter-spacing: .12em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; font-size: .85rem; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 65px; padding-top: 24px; border-top: 1px solid #694f48; font-size: .75rem; }
.footer-top-link{
    justify-self: end;
}

.footer-copy{
    justify-self: center;
}
.footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 40px; /* añade separación */
}
.footer-copy { grid-column: 2; justify-self: center; text-align: center; }

.legal-main { padding: 150px 0 95px; background: var(--paper); }
.legal-card { max-width: 900px; padding: 54px; background: var(--white); box-shadow: 0 18px 60px rgba(78,51,43,.1); }
.legal-card h1 { margin-bottom: 26px; color: var(--ink); font-size: clamp(2.8rem, 7vw, 5rem); }
.legal-card h2 { margin: 42px 0 14px; font-size: 2rem; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card a { color: var(--orange); font-weight: 700; }
.legal-card ul { display: grid; gap: 8px; padding-left: 20px; }
.legal-card .button { margin-top: 28px; color: var(--white); }
.legal-page .site-header { position: fixed; }
.legal-page .main-nav { position: static; display: flex; flex-direction: row; gap: 30px; color: inherit; background: transparent; font-size: .86rem; transform: none; }

.cookie-banner {
  position: fixed;
  z-index: 50;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  max-width: 980px;
  margin-inline: auto;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 22px 80px rgba(58,43,39,.2);
}
.cookie-banner[hidden] { display: none; }
.location-chooser { width: min(460px, calc(100% - 28px)); padding: 0; border: 0; color: var(--ink); background: transparent; }
.location-chooser::backdrop { background: rgba(30,22,20,.65); }
.location-chooser-content { padding: 34px; background: var(--white); box-shadow: 0 22px 80px rgba(58,43,39,.28); }
.location-chooser h2 { margin-bottom: 16px; font-size: 2.4rem; }
.location-chooser p:not(.eyebrow) { margin: 0; color: var(--muted); }
.location-chooser-actions { display: grid; gap: 12px; margin-top: 28px; }
.location-chooser-actions .button-light { border-color: var(--line); }
.location-chooser-close { display: block; margin: 22px auto 0; padding: 8px; border: 0; color: var(--muted); background: transparent; font-weight: 700; cursor: pointer; }
.cookie-copy { display: grid; gap: 6px; }
.cookie-copy strong {
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cookie-copy p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.cookie-copy a { color: var(--orange); font-size: .86rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .button { min-height: 46px; padding-inline: 20px; }
.cookie-actions .button-light { border-color: var(--line); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section { padding: 80px 0; }
  .menu-toggle { position: relative; z-index: 22; display: block; color: inherit; }
  .main-nav { position: fixed; inset: 0; z-index: 21; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; color: var(--white); background: var(--navy); font-size: 1.1rem; transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: none; }
  .hero { min-height: 760px; }
  .hero::before { background: linear-gradient(90deg, rgba(58,43,39,.96) 0%, rgba(58,43,39,.82) 62%, rgba(58,43,39,.58) 100%), url("assets/foto-portada-taller.jpg") center 36% / cover no-repeat; }
  .quick-grid, .services-grid { grid-template-columns: 1fr 1fr; }
  .quick-grid > div:last-child { grid-column: 1 / -1; }
  .service-detail-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-detail { position: relative; inset: auto; min-height: 0; }
  .service-detail .service-image-placeholder { order: -1; }
  .experience { right: 0; }
  .about-grid, .appointment-grid, .careers-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 40px 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .legal-page .main-nav { display: none; }
  .cookie-banner { grid-template-columns: 1fr; align-items: stretch; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .button { flex: 1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 64px 0; }
  .nav-wrap { min-height: 72px; }
  .brand-logo { width: 145px; }
  .menu-toggle { min-width: 44px; min-height: 44px; padding: 6px; }
  .main-nav { gap: 20px; padding: max(88px, env(safe-area-inset-top)) 24px max(32px, env(safe-area-inset-bottom)); font-size: 1.05rem; }
  .main-nav a { display: grid; min-height: 48px; place-items: center; }
  .hero { min-height: 100svh; }
  .hero::before { background: linear-gradient(180deg, rgba(58,43,39,.64) 0%, rgba(58,43,39,.86) 55%, #3a2b27 100%), url("assets/foto-portada-taller.jpg") center center / cover no-repeat; }
  .hero-content { padding-top: 100px; padding-bottom: 40px; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 4.35rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-details { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; margin-top: 38px; }
  .hero-details > div:first-child { grid-column: 1 / -1; }
  .quick-grid, .services-grid, .process-grid { grid-template-columns: 1fr; }
  .service-detail { padding: 28px 20px; }
  .service-image-placeholder { min-height: 300px; }
  .service-image { height: min(70svh, 420px); object-position: center 42%; }
  .service-detail-copy h3 { font-size: 1.75rem; }
  .quick-grid > div:last-child { grid-column: auto; }
  .quick-grid > div { min-height: 100px; border-bottom: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
  .section-heading { align-items: start; flex-direction: column; gap: 10px; }
  .experience { right: 15px; bottom: -25px; }
  .about-grid { gap: 52px; }
  .about-photo { aspect-ratio: 4 / 5; }
  .experience { width: 160px; height: 105px; }
  .experience strong { font-size: 2.8rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 26px 20px; }
  .form-card input, .form-card select, .form-card textarea { font-size: 16px; }
  .appointment-grid { gap: 40px; }
  .contact-info { padding: 35px 25px; }
  .map-placeholder, .map-placeholder iframe, .map-consent { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  .footer-copy { grid-column: auto; justify-self: start; text-align: left; }
  .legal-main { padding: 105px 0 70px; }
  .legal-card { padding: 34px 22px; }
  .cookie-banner { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); left: 14px; max-height: calc(100svh - 28px); overflow-y: auto; padding: 18px; }
  .cookie-actions { flex-direction: column-reverse; }
  .location-chooser-content { padding: 28px 22px; }
  .accordion button { min-height: 64px; gap: 18px; padding: 18px 0; }
  .accordion article.open > div { max-height: 520px; }
}

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

.service-extra-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px 45px;
    margin:30px 0;
}

.service-extra-item h4{
    margin:0 0 10px;
    font-size:1.15rem;
    font-family:var(--heading);
    color:var(--ink);
    text-transform:none;
}

.service-extra-item p{
    margin:0;
    color:var(--muted);
    line-height:1.7;
}

.service-page-main { min-height: 100vh; padding: 150px 0 80px; background: var(--paper); }
.service-page-card { padding: 54px; background: var(--white); box-shadow: 0 18px 60px rgba(78,51,43,.1); }
.service-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.service-page-copy h1 { margin-bottom: 22px; color: var(--ink); font-size: clamp(3rem, 6vw, 5rem); letter-spacing: -.02em; }
.service-page-copy .button { margin-top: 30px; }
.service-page-image { overflow: hidden; min-height: 430px; background: var(--paper); }
.service-page-image img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.service-page-home { color: var(--orange); font-size: .86rem; font-weight: 700; }

@media (max-width:900px){
    .service-extra-grid{
        grid-template-columns:1fr;
    }
    .service-page-grid { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width:600px) {
  .service-page-main { padding: 104px 0 44px; }
  .service-page-card { padding: 0; background: transparent; box-shadow: none; }
  .service-page-grid { gap: 28px; }
  .service-page-copy { padding: 0 2px; }
  .service-page-copy h1 { margin-top: 24px; font-size: clamp(2.8rem, 14vw, 4rem); }
  .service-page-image { min-height: 310px; }
  .service-page-image img { min-height: 310px; height: min(65svh, 440px); }
}
