:root { --ink: #191b17; --paper: #f4f2ed; --gold: #d5b17b; --line: #d8d7ce; --muted: #66695e; --serif: Georgia,'Times New Roman',serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0px; background: var(--paper); color: var(--ink); font: 16px / 1.6 "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3, blockquote { margin: 0px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: rgb(173, 118, 52) solid 3px; outline-offset: 5px; }
::selection { background: var(--gold); color: var(--ink); }
.skip-link { position: fixed; top: 10px; left: 10px; background: white; color: rgb(17, 17, 17); padding: 12px; z-index: 500; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0px; z-index: 50; min-height: 96px; padding: 16px 4.2%; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--ink); color: white; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand img { object-fit: contain; width: 36px; height: 43px; }
.brand strong { display: block; font-size: 14px; letter-spacing: 0.13em; }
.brand small { font-size: 10px; letter-spacing: 0.14em; color: rgb(198, 199, 188); }
.site-header nav { display: flex; gap: 26px; font-size: 14px; }
.site-header nav a:hover { color: var(--gold); }
.header-phone { border-left: 1px solid rgba(255, 255, 255, 0.19); padding-left: 26px; line-height: 1.3; }
.header-phone small { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--gold); }
.header-phone svg { width: 15px; fill: currentcolor; }
.header-phone strong { display: block; font-size: 25px; letter-spacing: 0.03em; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; background: var(--ink); color: var(--paper); }
.hero-copy { padding: 40px 6% 36px 8.4%; display: flex; align-items: flex-start; flex-direction: column; }
.rating-pill { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 12px; margin-bottom: 44px; }
.google-g { font: 700 23px Arial; color: rgb(255, 255, 255); }
.rating-pill strong { font-size: 16px; }
.rating-pill > span:last-child { color: rgb(208, 209, 200); }
.stars { color: rgb(217, 174, 102); letter-spacing: 3px; white-space: nowrap; }
.eyebrow { font-size: 12px; letter-spacing: 0.16em; font-weight: 600; margin-bottom: 22px; }
.hero .eyebrow { color: var(--gold); }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.07; letter-spacing: -0.045em; }
h1 { font-size: clamp(52px, 5.45vw, 86px); }
em { font-weight: 400; color: var(--gold); }
.hero-intro { margin: 25px 0px 29px; color: rgb(208, 208, 198); font-size: 16px; line-height: 1.75; }
.button { padding: 16px 23px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 54px; font-size: 14px; font-weight: 650; border: 1px solid transparent; transition: background 0.2s; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: rgb(232, 201, 151); }
.hero-whatsapp { margin-top: 18px; display: flex; gap: 12px; align-items: center; font-size: 13px; color: rgb(211, 211, 201); }
.hero-whatsapp strong { font-size: 24px; color: white; letter-spacing: 0.02em; }
.discover { margin-top: auto; padding-top: 34px; font-size: 13px; color: rgb(214, 214, 202); }
.discover span { margin-left: 28px; }
.hero-visual { position: relative; min-width: 0px; overflow: hidden; }
.hero-visual > img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 52% 52%; }
.photo-label { position: absolute; bottom: 22px; left: 25px; right: 25px; padding: 20px 23px; background: rgba(25, 27, 23, 0.867); backdrop-filter: blur(8px); display: grid; grid-template-columns: 1fr auto; gap: 3px 16px; }
.photo-label span { font-size: 10px; letter-spacing: 0.14em; color: rgb(212, 185, 143); }
.photo-label strong { font: 22px var(--serif); grid-row: 2; }
.photo-label a { grid-area: 1 / 2 / 3; font-size: 30px; }
.first-review { padding: 25px 4.2%; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; border-bottom: 1px solid var(--line); background: rgb(232, 231, 223); }
.first-review p { font: italic 19px/1.5 var(--serif); max-width: 790px; }
.first-review a { font-size: 13px; white-space: nowrap; }
.first-review small { display: block; color: var(--muted); font-size: 12px; }
.section { padding: 95px max(4.2%, 50% - 680px); }
h2 { font-size: clamp(42px, 4.4vw, 67px); }
.works h2 em, .about h2 em, .contact h2 em { color: rgb(118, 123, 97); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 45px; margin-bottom: 45px; }
.section-heading > p { max-width: 390px; color: var(--muted); }
.project-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px 30px; }
.project { min-width: 0px; }
.project-photo { display: block; position: relative; overflow: hidden; background: rgb(222, 221, 213); aspect-ratio: 1.18 / 1; }
.project-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.project-photo:hover img { transform: scale(1.025); }
.project-wide .project-photo { aspect-ratio: 1.18 / 1; }
.project:nth-child(2) { padding-top: 80px; }
.project figcaption { padding-top: 17px; }
.project h3 { font-family: var(--serif); font-weight: 400; font-size: 26px; line-height: 1.2; }
.project figcaption p { color: var(--muted); font-size: 14px; margin-top: 8px; }
.zoom { position: absolute; right: 15px; bottom: 15px; width: 40px; height: 40px; display: grid; place-items: center; background: rgba(244, 242, 237, 0.92); font-size: 24px; }
.reviews { display: grid; grid-template-columns: 1fr 1.2fr; background: var(--ink); color: var(--paper); gap: 8%; }
.reviews .eyebrow { color: var(--gold); }
.reviews h2 { font-size: clamp(40px, 3.6vw, 56px); }
.rating-large { display: flex; align-items: center; gap: 24px; margin-top: 25px; font-size: 13px; }
.rating-large > strong { font-size: 68px; line-height: 1.4; font-weight: 400; letter-spacing: -0.04em; }
.rating-large strong span { font-size: 23px; color: rgb(170, 170, 170); }
.rating-large .stars { font-size: 19px; }
.review-date { color: rgb(175, 177, 163); font-size: 12px; margin-top: 5px; }
.review-cards { display: grid; gap: 20px; align-content: center; }
.review-cards article { border: 1px solid rgba(255, 255, 255, 0.145); padding: 27px 30px; }
.review-cards blockquote { font: 22px/1.45 var(--serif); margin: 15px 0px 20px; }
.review-cards a strong { font-weight: 500; font-size: 14px; }
.review-cards small { display: block; color: rgb(184, 187, 174); font-size: 12px; }
.business-grid { grid-template-columns: 1fr 1fr; }
.business-grid .project-wide { grid-column: 1 / -1; }
.business-grid .project-wide .project-photo { aspect-ratio: 2.3 / 1; }
.business-grid .project-wide img { object-position: 50% 50%; }
.business-grid .project:nth-child(2) { padding-top: 0px; }
.business-grid .project:not(.project-wide) .project-photo { aspect-ratio: 1.5 / 1; }
.more-photos { margin-top: 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.more-photos > summary { padding: 22px 0px; display: flex; justify-content: space-between; font-size: 16px; }
.extra-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 20px 0px 40px; }
.extra-grid .project { padding: 0px; }
.extra-grid .project-photo { aspect-ratio: 1 / 1; }
.extra-grid h3 { font-size: 20px; }
.about { display: grid; grid-template-columns: 0.9fr 1fr; gap: 9%; background: rgb(230, 229, 220); align-items: center; }
.about-image { height: 640px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-copy > p:not(.eyebrow) { margin-top: 23px; color: rgb(86, 89, 77); }
.services { margin: 26px 0px; }
.services > div { display: flex; gap: 20px; padding: 13px 0px; border-bottom: 1px solid rgb(199, 201, 186); }
.services strong { font-size: 12px; color: rgb(116, 118, 95); }
.text-link { font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.care { background: rgb(48, 55, 44); color: white; display: grid; grid-template-columns: 1fr 0.8fr; gap: 12%; align-items: center; }
.care .eyebrow { color: rgb(213, 193, 159); }
.care h2 { font-size: clamp(55px, 5.5vw, 80px); }
.care-lead { font: 28px/1.35 var(--serif); margin: 25px 0px 18px; }
.care-copy > p:not(.eyebrow):not(.care-lead) { color: rgb(208, 213, 201); max-width: 510px; }
.care ul { list-style: none; padding: 0px; margin: 26px 0px 0px; }
.care li { padding: 11px 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.145); font-size: 15px; }
.care li::before { content: "✓"; margin-right: 15px; color: var(--gold); }
.care-plan { border: 1px solid rgb(187, 189, 158); padding: 36px 34px; background: rgba(255, 255, 255, 0.02); }
.plan-label { font-size: 12px; letter-spacing: 0.16em; color: rgb(221, 216, 197); }
.price { font-size: 100px; line-height: 1.2; letter-spacing: -0.05em; margin: 20px 0px 15px; }
.price span { font-size: 24px; letter-spacing: -0.02em; margin-left: 7px; }
.care-plan h3 { font: 28px/1.3 var(--serif); margin-bottom: 30px; }
.care-plan .button { width: 100%; }
.plan-note { font-size: 13px; color: rgb(208, 213, 201); margin: 20px 0px 13px; }
.care-plan .text-link { font-size: 12px; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.contact > div > p:not(.eyebrow) { margin-top: 25px; max-width: 440px; color: var(--muted); }
.contact-number { display: block; font-size: clamp(28px, 3.4vw, 48px); font-weight: 500; letter-spacing: -0.035em; margin-top: 26px; }
.contact-wa { display: flex; align-items: center; gap: 8px; font-size: 15px; margin: 6px 0px 15px; }
.contact-wa svg { width: 21px; fill: currentcolor; }
.contact-email { display: block; text-decoration: underline; text-underline-offset: 5px; }
.contact .contact-area { font-size: 14px; }
.contact-form { align-self: center; }
.contact-form label { display: block; font-size: 14px; margin-bottom: 18px; }
.contact-form label > span { color: var(--muted); }
.contact-form input, .contact-form textarea { display: block; width: 100%; border: 1px solid rgb(200, 202, 190); border-radius: 0px; padding: 12px; background: transparent; color: var(--ink); margin-top: 7px; }
.contact-form textarea { resize: vertical; min-height: 140px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.button-dark { background: var(--ink); color: white; width: 100%; }
.button-dark:hover { background: rgb(53, 61, 45); }
.form-note, .form-privacy { font-size: 12px; color: var(--muted); margin-top: 14px; }
.form-privacy a { text-decoration: underline; }
.legal { padding-top: 0px; padding-bottom: 55px; }
.legal > details { border-top: 1px solid var(--line); }
.legal > details:last-child { border-bottom: 1px solid var(--line); }
.legal summary { display: flex; justify-content: space-between; padding: 19px 0px; font-size: 14px; }
.legal-copy { max-width: 850px; padding: 15px 0px 35px; font-size: 14px; line-height: 1.8; }
.legal-copy h3 { font-size: 18px; margin: 15px 0px; }
.legal-copy p { margin-bottom: 15px; }
.legal-copy a { text-decoration: underline; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--ink); color: rgb(198, 201, 189); padding: 30px 4.2% 45px; font-size: 12px; }
.site-footer img { width: 180px; height: auto; }
.site-footer nav { display: flex; gap: 20px; }
.back-top { white-space: nowrap; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: flex; align-items: center; gap: 8px; color: white; background: rgb(24, 123, 67); border: 1px solid rgba(255, 255, 255, 0.27); padding: 12px 18px; border-radius: 40px; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 18px; font-size: 14px; }
.whatsapp-float svg { width: 24px; height: 24px; fill: currentcolor; }
.lightbox { border: 0px; padding: 50px 20px 20px; background: rgb(23, 25, 20); color: white; width: min(96vw, 1250px); max-width: 96vw; max-height: 95dvh; }
.lightbox::backdrop { background: rgba(0, 0, 0, 0.867); }
.lightbox img { max-height: 76dvh; max-width: 100%; width: auto; height: auto; margin: auto; object-fit: contain; }
.lightbox p { text-align: center; padding-top: 12px; }
.lightbox-close { position: absolute; top: 4px; right: 12px; background: transparent; border: 0px; color: white; font-size: 34px; width: 44px; height: 44px; }
body:has(dialog[open]) { overflow: hidden; }
@media (min-width: 1600px) {
  .hero { min-height: 760px; }
  .hero-copy { padding-top: 65px; }
  .hero-visual > img { object-position: center 55%; }
}
@media (max-width: 1100px) {
  .site-header nav { gap: 16px; font-size: 13px; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 9px; }
  .header-phone { padding-left: 15px; }
  .header-phone strong { font-size: 21px; }
  .hero-copy { padding-top: 30px; }
  .rating-pill { gap: 7px; margin-bottom: 32px; }
  .rating-pill > span:last-child { flex-basis: 100%; margin-left: 0px; }
  .hero { min-height: 655px; }
  .section { padding-top: 70px; padding-bottom: 70px; }
  .first-review { gap: 20px; }
  .first-review p { font-size: 17px; }
  .care { gap: 6%; }
  .site-footer { flex-wrap: wrap; }
  .legal { padding-top: 0px; }
  .about-image { height: 580px; }
}
@media (max-width: 800px) {
  .site-header { min-height: 78px; padding: 13px 5%; gap: 15px; }
  .header-phone { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; padding: 9px 0px 9px 12px; border: 0px; background: transparent; color: white; font-size: 14px; }
  .site-header nav { display: none; position: absolute; left: 0px; right: 0px; top: 100%; background: var(--ink); padding: 24px 5%; border-bottom: 1px solid rgba(255, 255, 255, 0.19); font-size: 18px; }
  .site-header nav.open { display: grid; gap: 20px; }
  .hero { grid-template-columns: 1fr 1fr; min-height: 630px; }
  .hero-copy { padding: 30px 7% 30px 10%; }
  h1 { font-size: 48px; }
  .hero-intro { font-size: 15px; }
  .hero .button { padding: 14px 15px; gap: 10px; font-size: 13px; }
  .hero-whatsapp { flex-wrap: wrap; gap: 3px 8px; }
  .hero-whatsapp strong { font-size: 22px; }
  .first-review { grid-template-columns: 1fr auto; }
  .first-review > .stars { grid-column: 1 / -1; }
  .section-heading > p { max-width: 290px; }
  .section-heading { gap: 25px; }
  .reviews { gap: 5%; grid-template-columns: 1fr 1fr; }
  .review-cards article { padding: 20px; }
  .review-cards blockquote { font-size: 20px; }
  .about { gap: 6%; }
  .about-image { height: 590px; }
  .care-plan { padding: 28px 22px; }
  .price { font-size: 82px; }
  .contact { gap: 6%; }
  .field-row { grid-template-columns: 1fr; gap: 0px; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer { padding-bottom: 80px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 90px; }
  .brand strong { font-size: 12px; letter-spacing: 0.08em; }
  .brand small { font-size: 9px; letter-spacing: 0.06em; }
  .brand { gap: 9px; }
  .brand img { width: 29px; height: 35px; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { padding: 25px 6% 30px; }
  .rating-pill { margin-bottom: 28px; gap: 9px; font-size: 11px; }
  .rating-pill > span:last-child { flex-basis: auto; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 16px; }
  h1 { font-size: clamp(48px, 12.7vw, 69px); }
  .hero-intro { margin: 20px 0px 23px; font-size: 16px; }
  .hero .button { font-size: 14px; min-height: 54px; padding: 14px 19px; }
  .hero-whatsapp { margin-top: 16px; gap: 12px; }
  .hero-whatsapp strong { font-size: 27px; }
  .discover { padding-top: 25px; }
  .hero-visual { height: 370px; }
  .hero-visual > img { object-position: 50% 52%; }
  .photo-label { bottom: 16px; left: 16px; right: 16px; padding: 15px; }
  .photo-label strong { font-size: 21px; }
  .first-review { padding: 24px 6%; gap: 13px; grid-template-columns: 1fr; }
  .first-review a { font-size: 13px; }
  .first-review p { font-size: 19px; }
  .first-review > .stars { grid-column: auto; }
  .section { padding: 60px 6%; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { max-width: none; margin-top: 23px; }
  .eyebrow { font-size: 10px; margin-bottom: 16px; }
  h2 { font-size: 44px; }
  .project-grid { grid-template-columns: 1fr; gap: 30px; }
  .project:nth-child(2) { padding: 0px; }
  .project-photo, .project-wide .project-photo { aspect-ratio: 1.13 / 1; }
  .project h3 { font-size: 25px; }
  .project figcaption p { font-size: 14px; }
  .reviews { grid-template-columns: 1fr; gap: 30px; }
  .reviews h2 { font-size: 44px; }
  .review-cards { gap: 14px; }
  .review-cards article { padding: 23px; }
  .review-cards blockquote { font-size: 22px; }
  .rating-large { margin-top: 17px; }
  .rating-large > strong { font-size: 70px; }
  .business-grid .project-wide .project-photo { aspect-ratio: 1.15 / 1; }
  .business-grid .project:not(.project-wide) .project-photo { aspect-ratio: 1.15 / 1; }
  .extra-grid { grid-template-columns: 1fr 1fr; gap: 22px 15px; }
  .extra-grid h3 { font-size: 18px; }
  .extra-grid .zoom { width: 32px; height: 32px; font-size: 20px; right: 8px; bottom: 8px; }
  .about { grid-template-columns: 1fr; gap: 32px; }
  .about-image { height: 390px; }
  .about-image img { object-position: center 38%; }
  .about-copy > p:not(.eyebrow) { margin-top: 20px; }
  .care { grid-template-columns: 1fr; gap: 30px; }
  .care h2 { font-size: 61px; }
  .care-lead { font-size: 28px; }
  .care-plan { padding: 30px; }
  .price { font-size: 92px; }
  .contact { grid-template-columns: 1fr; gap: 36px; }
  .contact-number { font-size: 42px; }
  .field-row { grid-template-columns: 1fr; }
  .legal { padding-top: 0px; padding-bottom: 35px; }
  .site-footer { display: grid; grid-template-columns: 1fr; gap: 20px; padding: 28px 6% 90px; }
  .site-footer img { width: 170px; }
  .site-footer nav { gap: 18px; }
  .whatsapp-float { width: 48px; height: 48px; right: 15px; bottom: max(16px,env(safe-area-inset-bottom)); padding: 0px; justify-content: center; }
  .whatsapp-float svg { width: 25px; height: 25px; }
  .whatsapp-float span { display: none; }
  .lightbox { padding: 50px 10px 15px; }
  .lightbox p { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { transition: none !important; animation: auto ease 0s 1 normal none running none !important; }
}
.stars { font-size: 27px; line-height: 1.25; letter-spacing: 3px; }
.rating-pill { gap: 12px; }
.rating-pill .stars { font-size: 25px; }
.rating-large .stars { font-size: 30px; }
.first-review > .stars { font-size: 27px; }
.reviews { grid-template-columns: minmax(0px, 0.85fr) minmax(0px, 1.45fr); gap: 6%; align-items: center; }
.review-heading { min-width: 0px; }
.review-heading .rating-large { flex-wrap: wrap; gap: 12px 22px; }
.all-reviews { display: inline-block; margin-top: 22px; color: rgb(208, 213, 201); }
.review-carousel { min-width: 0px; }
.review-cards { display: flex; align-items: stretch; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) #ffffff14; padding: 4px 2px 19px; overscroll-behavior-x: contain; }
.review-cards .review-slide { flex: 0 0 calc(50% - 10px); min-width: 0px; min-height: 340px; display: flex; flex-direction: column; scroll-snap-align: start; padding: 27px 24px; border: 1px solid rgba(255, 255, 255, 0.19); background: rgba(255, 255, 255, 0.01); }
.review-cards blockquote { font-size: 22px; margin: 22px 0px 26px; line-height: 1.4; }
.review-cards article > a { margin-top: auto; }
.review-cards .stars { font-size: 27px; }
.review-cards small { margin-top: 6px; }
.review-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
.review-position { font-size: 14px; color: rgb(201, 203, 187); font-variant-numeric: tabular-nums; }
.review-controls > div { display: flex; gap: 10px; }
.review-controls button { width: 48px; height: 48px; border: 1px solid rgb(180, 183, 159); background: transparent; color: var(--paper); font-size: 25px; display: grid; place-items: center; }
.review-controls button:hover:not(:disabled) { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.review-controls button:disabled { opacity: 0.3; cursor: default; }
.site-footer { flex-wrap: wrap; }
.footer-credit { flex-basis: 100%; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.125); padding-top: 24px; display: flex; justify-content: flex-end; }
.powered-by { display: inline-flex; align-items: baseline; gap: 0.5rem; color: rgba(255, 255, 255, 0.6); transition: color 0.2s, transform 0.2s; }
.powered-by > span { font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; }
.powered-by strong { color: rgb(255, 255, 255); font-size: 0.84rem; font-weight: 800; letter-spacing: -0.015em; }
.powered-by strong span { color: rgb(255, 86, 52); }
.powered-by:hover { color: rgb(255, 255, 255); transform: translateY(-1px); }
.legal-dialog { border: 1px solid var(--line); padding: 0px 30px 15px; width: min(90vw, 850px); max-height: 85dvh; color: var(--ink); background: var(--paper); }
.legal-dialog::backdrop { background: rgba(0, 0, 0, 0.733); backdrop-filter: blur(4px); }
.legal-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; position: sticky; top: 0px; background: var(--paper); padding: 20px 0px; border-bottom: 1px solid var(--line); z-index: 1; }
.legal-dialog-head h2 { font-size: 30px; letter-spacing: -0.02em; line-height: 1.15; }
.legal-dialog-head button { flex-shrink: 0; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; font-size: 30px; color: var(--ink); }
.legal-dialog .legal-copy { padding: 10px 0px; font-size: 15px; }
.legal-dialog a:focus-visible { outline: rgb(173, 118, 52) solid 2px; outline-offset: 3px; }
@media (max-width: 1100px) {
  .reviews { grid-template-columns: minmax(0px, 0.8fr) minmax(0px, 1.2fr); gap: 5%; }
  .review-cards .review-slide { flex-basis: calc(100% - 35px); min-height: 300px; }
  .rating-pill { flex-wrap: wrap; }
  .rating-pill > span:last-child { flex-basis: 100%; }
}
@media (max-width: 700px) {
  .reviews { grid-template-columns: 1fr; gap: 30px; }
  .review-cards .review-slide { flex-basis: calc(100% - 28px); min-height: 320px; padding: 25px; }
  .review-cards blockquote { font-size: 23px; }
  .review-heading .rating-large { gap: 18px; }
  .review-heading .rating-large > strong { font-size: 65px; }
  .rating-large .stars { font-size: 27px; }
  .rating-pill .stars { font-size: 26px; }
  .rating-pill > span:last-child { flex-basis: 100%; }
  .first-review > .stars { font-size: 28px; }
  .footer-credit { justify-content: flex-start; }
  .legal-dialog { padding: 0px 20px 15px; width: 94vw; }
  .legal-dialog-head h2 { font-size: 25px; }
  .review-controls { margin-top: 15px; }
}
@media (min-width: 701px) {
  .footer-credit { justify-content: center; }
}
.legal-updated { color: var(--muted); font-size: 13px; }
.legal-copy ul { margin: 0px 0px 20px; padding-left: 22px; }
.legal-copy li { margin-bottom: 8px; }
.legal-table { display: grid; margin: 14px 0px 22px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.legal-table > [role="row"] { display: grid; grid-template-columns: minmax(160px, 0.75fr) minmax(250px, 1.25fr); }
.legal-table > [role="row"] > * { padding: 11px 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-table > [role="row"]:first-child { background: rgb(229, 226, 216); }
.legal-dialog .legal-copy h3 { margin-top: 27px; }
.legal-dialog .legal-copy > p:last-child { margin-bottom: 5px; }
@media (max-width: 600px) {
  .legal-table > [role="row"] { grid-template-columns: 1fr; }
  .legal-table > [role="row"] > * { padding: 10px; }
  .legal-table > [role="row"]:first-child strong:last-child { display: none; }
  .legal-table > [role="row"] span:last-child::before { content: "Base giuridica: "; font-weight: 700; }
  .legal-dialog .legal-copy { font-size: 14px; line-height: 1.7; }
}
.care-status { font: clamp(45px,5vw,72px)/1.02 var(--serif); letter-spacing: -0.045em; margin: 22px 0px 20px; }
.care-status em { color: var(--gold); }
.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.footer-brand span { color: var(--gold); font: italic 13px/1.3 var(--serif); letter-spacing: 0.015em; text-align: center; }
.brand small { display: block; max-width: 245px; margin-top: 3px; font-size: 8px; line-height: 1.2; letter-spacing: 0.09em; color: var(--gold); }
@media (max-width: 600px) {
  .care-status { font-size: 50px; }
  .brand small { max-width: 185px; font-size: 6.5px; }
  .footer-brand { align-items: flex-start; }
  .footer-brand span { text-align: left; }
}
.site-footer { align-items: flex-end; }
.footer-left { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-left .footer-brand { align-items: flex-start; }
.footer-left .footer-brand span { text-align: left; }
.footer-left > p { color: rgb(198, 201, 189); }
.site-footer .footer-credit { flex: 0 0 auto; width: auto; border-top: 0px; padding-top: 0px; margin-left: auto; justify-content: flex-end; }
@media (max-width: 800px) {
  .site-footer { align-items: flex-start; }
  .site-footer .footer-credit { margin-left: auto; }
}
@media (max-width: 600px) {
  .site-footer .footer-credit { margin-left: 0px; justify-content: flex-start; }
}
.site-footer { display: block; padding: 34px 4.2% 28px; }
.footer-main { display: grid; grid-template-columns: minmax(190px, 260px) minmax(230px, 1fr) auto auto; align-items: center; gap: clamp(28px, 4vw, 70px); }
.footer-main .footer-brand { display: block; }
.footer-main .footer-brand img { width: 220px; max-width: 100%; height: auto; }
.footer-info strong { display: block; margin-bottom: 9px; color: var(--gold); font-size: 9px; letter-spacing: 0.16em; }
.footer-info p { color: rgb(198, 201, 189); font-size: 12px; line-height: 1.65; }
.footer-main nav { display: flex; gap: 24px; white-space: nowrap; }
.footer-main nav a:hover, .footer-main .back-top:hover { color: var(--gold); }
.site-footer .footer-credit { display: flex; width: 100%; margin: 26px 0px 0px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.125); justify-content: flex-start; }
.whatsapp-float { bottom: calc(22px + var(--footer-overlap,0px)); transition: bottom 0.12s linear, background 0.2s; }
@media (max-width: 900px) {
  .footer-main { grid-template-columns: 200px 1fr; align-items: start; }
  .footer-main nav { grid-column: 2; flex-wrap: wrap; }
  .footer-main .back-top { grid-column: 2; }
}
@media (max-width: 600px) {
  .site-footer { padding: 30px 6% 26px; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; }
  .footer-main .footer-brand img { width: 190px; }
  .footer-main nav, .footer-main .back-top { grid-column: 1; }
  .footer-main nav { gap: 18px; }
  .site-footer .footer-credit { margin-top: 23px; }
  .whatsapp-float { bottom: calc(max(16px,env(safe-area-inset-bottom)) + var(--footer-overlap,0px)); }
}
.site-footer .footer-main { display: grid !important; grid-template-columns: 1fr minmax(360px, auto) 1fr !important; align-items: center !important; gap: 40px !important; }
.site-footer .footer-brand { grid-column: 1 !important; justify-self: start !important; display: block !important; }
.site-footer .footer-info { grid-column: 2 !important; justify-self: center !important; text-align: center !important; }
.site-footer .footer-info p { margin: 0px 0px 12px !important; color: rgb(198, 201, 189) !important; font-size: 12px !important; line-height: 1.65 !important; }
.site-footer .footer-info nav { display: flex !important; justify-content: center !important; gap: 24px !important; white-space: nowrap !important; }
.site-footer .footer-info .back-top { display: inline-block !important; margin-top: 12px !important; }
.site-footer .footer-balance { grid-column: 3 !important; }
.site-footer .footer-credit { justify-content: flex-start !important; margin-left: 0px !important; }
.whatsapp-float { transition: opacity 0.18s, visibility 0.18s, transform 0.18s, background 0.2s !important; }
.footer-reached .whatsapp-float { opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transform: translateY(12px) !important; }
@media (max-width: 800px) {
  .site-footer .footer-main { grid-template-columns: 190px 1fr !important; align-items: center !important; gap: 30px !important; }
  .site-footer .footer-info { grid-column: 2 !important; }
  .site-footer .footer-balance { display: none !important; }
}
@media (max-width: 600px) {
  .site-footer .footer-main { grid-template-columns: 1fr !important; gap: 24px !important; }
  .site-footer .footer-brand, .site-footer .footer-info { grid-column: 1 !important; justify-self: start !important; }
  .site-footer .footer-info { text-align: left !important; }
  .site-footer .footer-info nav { justify-content: flex-start !important; flex-wrap: wrap !important; }
  .site-footer .footer-info .back-top { margin-top: 14px !important; }
}
.site-footer .footer-info { display: flex !important; align-items: center !important; justify-content: center !important; gap: 20px !important; width: max-content !important; max-width: 100% !important; white-space: nowrap !important; }
.site-footer .footer-info p { margin: 0px !important; }
.site-footer .footer-info nav { margin: 0px !important; }
.site-footer .footer-credit { justify-content: center !important; }
.site-footer .powered-by { margin-inline: auto !important; }
@media (max-width: 1000px) {
  .site-footer .footer-info { flex-wrap: wrap !important; width: auto !important; white-space: normal !important; gap: 10px 18px !important; }
  .site-footer .footer-info nav { flex-wrap: wrap !important; }
}
@media (max-width: 600px) {
  .site-footer .footer-info { justify-content: flex-start !important; }
  .site-footer .footer-credit { justify-content: center !important; }
  .site-footer .powered-by { margin-inline: auto !important; }
}
.footer-reached .whatsapp-float { display: none !important; }