:root {
  --ink: #241522;
  --plum: #3a1730;
  --berry: #a82b52;
  --cherry: #d74667;
  --lavender: #f4eff8;
  --blush: #ead8e3;
  --champagne: #c79a5b;
  --white: #fffdfd;
  --muted: #756672;
  --line: rgba(58, 23, 48, .14);
  --shadow: 0 24px 70px rgba(58, 23, 48, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
body::selection { color: var(--white); background: var(--berry); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; color: white; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.demo-bar { display: flex; justify-content: center; gap: 28px; padding: 8px 24px; color: #f7edf3; background: var(--ink); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.demo-bar span + span { color: #d9bdcc; }
.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; min-height: 88px; padding: 12px clamp(24px, 5vw, 76px); background: rgba(255,253,253,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 52px; color: var(--white); background: var(--berry); border-radius: 50% 50% 45% 45% / 58% 58% 34% 34%; font: italic 600 28px/1 "Playfair Display", Georgia, serif; box-shadow: inset 0 -5px 0 rgba(36,21,34,.12); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 700 24px/1 "Playfair Display", Georgia, serif; letter-spacing: -.04em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 44px); font-size: 13px; font-weight: 600; }
.main-nav a { position: relative; }
.main-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--berry); content: ""; transform: scaleX(0); transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language { width: 42px; height: 42px; color: var(--plum); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 24px; color: white; background: var(--berry); border: 1px solid var(--berry); border-radius: 999px; font-size: 14px; font-weight: 700; box-shadow: 0 10px 28px rgba(168,43,82,.2); transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--plum); border-color: var(--plum); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; font-size: 12px; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); }

.hero { display: grid; grid-template-columns: minmax(0, .93fr) minmax(380px, .72fr); align-items: stretch; min-height: 720px; background: var(--lavender); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 92px clamp(34px, 7.5vw, 122px); padding-right: 48px; }
.eyebrow { margin: 0 0 18px; color: var(--berry); font-size: 11px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; letter-spacing: -.048em; line-height: .98; }
h1 { max-width: 760px; font-size: clamp(56px, 6.4vw, 104px); }
h1 em { color: var(--berry); font-weight: 600; }
.hero-lead { max-width: 570px; margin: 34px 0 30px; color: #5f4e5b; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 50px; color: var(--muted); font-size: 11px; font-weight: 600; }
.hero-notes span::before { margin-right: 7px; color: var(--champagne); content: "✦"; }
.hero-visual { position: relative; min-height: 660px; padding: 54px 54px 54px 0; }
.hero-photo { position: relative; height: 100%; margin: 0; overflow: hidden; border-radius: 240px 18px 18px 18px; box-shadow: var(--shadow); }
.hero-photo::after { position: absolute; inset: 0; background: linear-gradient(150deg, transparent 55%, rgba(36,21,34,.28)); content: ""; }
.hero-photo img { height: 100%; object-fit: cover; object-position: 50% 42%; }
.hero-photo figcaption, .experience-image > span { position: absolute; z-index: 2; right: 18px; bottom: 16px; padding: 7px 10px; color: white; background: rgba(36,21,34,.72); border-radius: 20px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.availability-card { position: absolute; z-index: 3; left: -78px; bottom: 96px; display: flex; align-items: center; gap: 13px; min-width: 265px; padding: 18px 21px; background: rgba(255,253,253,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 20px 50px rgba(36,21,34,.17); backdrop-filter: blur(12px); }
.availability-card div { display: grid; }
.availability-card small { color: var(--muted); font-size: 10px; }
.availability-card strong { font-size: 13px; }
.status-dot { width: 10px; height: 10px; background: #42b978; border-radius: 50%; box-shadow: 0 0 0 6px rgba(66,185,120,.14); }
.polish-stroke { position: absolute; z-index: 2; top: 94px; right: 16px; width: 28px; height: 170px; background: var(--cherry); border-radius: 50% 50% 15px 15px; transform: rotate(8deg); box-shadow: 0 12px 30px rgba(215,70,103,.23); }

.promo { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 58px); min-height: 82px; padding: 18px clamp(24px, 6vw, 96px); color: white; background: linear-gradient(105deg, var(--berry), #c75f7f 60%, var(--champagne)); }
.promo strong { padding: 7px 13px; color: var(--berry); background: white; border-radius: 999px; font-size: 12px; }
.promo span { font-size: 14px; font-weight: 700; }
.promo a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.72); font-size: 11px; font-weight: 700; }

.shade-finder { display: grid; grid-template-columns: .95fr 1.25fr .8fr; align-items: center; gap: 50px; padding: 48px clamp(28px, 6vw, 96px); color: white; background: var(--plum); }
.shade-finder .eyebrow { color: #e6afc1; }
.finder-heading h2 { font-size: clamp(35px, 3.5vw, 54px); }
.finder-heading p:last-child { margin-bottom: 0; color: #cdbac6; font-size: 13px; }
.swatches { display: flex; justify-content: center; gap: clamp(12px, 2vw, 28px); }
.swatch { display: grid; justify-items: center; gap: 8px; padding: 0; color: #d8c7d1; background: transparent; border: 0; font-size: 10px; cursor: pointer; }
.swatch span { display: block; width: 36px; height: 72px; background: var(--swatch); border: 2px solid transparent; border-radius: 50% 50% 42% 42% / 62% 62% 36% 36%; box-shadow: inset 0 -7px 0 rgba(0,0,0,.12); transition: transform .2s ease, border-color .2s ease; }
.swatch:hover span, .swatch.is-active span { border-color: white; transform: translateY(-7px) rotate(3deg); }
.finder-result { display: grid; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.16); }
.finder-result span { color: #d8c7d1; font-size: 11px; }
.finder-result strong { margin: 2px 0; font: 600 22px/1.2 "Playfair Display", Georgia, serif; }
.finder-result a { width: fit-content; margin-top: 8px; color: #efb9cb; font-size: 12px; font-weight: 700; }

.section-shell { padding: 116px clamp(28px, 7vw, 112px); }
.section-intro { display: grid; grid-template-columns: 1.15fr .7fr; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-intro h2, .experience-copy h2, .reviews h2, .contact-copy h2 { font-size: clamp(44px, 5.2vw, 78px); }
.section-intro > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; }
.service-grid { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 24px; min-height: 132px; padding: 24px 20px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service-card:hover { padding-right: 32px; padding-left: 32px; background: var(--lavender); }
.service-card.featured { background: linear-gradient(90deg, rgba(244,239,248,.9), transparent); }
.service-icon { color: var(--berry); font: italic 600 25px/1 "Playfair Display", Georgia, serif; }
.service-card h3 { margin: 0 0 6px; font: 600 clamp(22px, 2vw, 30px)/1.1 "Playfair Display", Georgia, serif; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.service-card > strong { color: var(--berry); font-size: 13px; }

.experience { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: #e7d8e7; }
.experience-image { position: relative; min-height: 600px; overflow: hidden; }
.experience-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 72%, rgba(58,23,48,.13)); content: ""; }
.experience-image img { height: 100%; object-fit: cover; }
.experience-copy { display: flex; flex-direction: column; justify-content: center; padding: 84px clamp(38px, 7vw, 112px); }
.experience-copy > p:not(.eyebrow) { max-width: 550px; margin: 30px 0 24px; color: #675562; }
.experience-copy > p + p { margin-top: -8px !important; }
.about-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 12px; }
.about-tags span { padding: 7px 11px; color: var(--berry); background: rgba(255,255,255,.55); border: 1px solid rgba(168,43,82,.13); border-radius: 999px; font-size: 10px; font-weight: 700; }
.experience-copy ul { margin: 0; padding: 0; list-style: none; }
.experience-copy li { display: grid; grid-template-columns: 45px 1fr; gap: 12px; padding: 19px 0; border-top: 1px solid rgba(58,23,48,.14); }
.experience-copy li > span { color: var(--berry); font: italic 600 16px/1.2 "Playfair Display", Georgia, serif; }
.experience-copy li div { display: grid; }
.experience-copy li small { margin-top: 4px; color: var(--muted); }

.gallery-heading { align-items: center; }
.demo-label { justify-self: end; padding: 9px 14px; color: var(--berry); background: var(--lavender); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 310px 310px; gap: 18px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-large { grid-row: 1 / 3; }
.gallery-grid figcaption { position: absolute; bottom: 16px; left: 16px; padding: 8px 12px; color: white; background: rgba(36,21,34,.75); border-radius: 99px; font-size: 10px; }
.gallery-quote { display: flex; flex-direction: column; justify-content: center; padding: 40px; color: white; background: var(--berry); }
.gallery-quote::before { position: absolute; top: -46px; right: 20px; color: rgba(255,255,255,.12); font: 700 180px/1 "Playfair Display"; content: "“"; }
.gallery-quote blockquote { position: relative; z-index: 2; margin: 0; font: italic 600 clamp(27px, 3vw, 44px)/1.08 "Playfair Display", Georgia, serif; }
.gallery-quote figcaption { position: static; z-index: 2; padding: 0; margin-top: 24px; background: transparent; }

.reviews { display: grid; justify-items: center; padding: 120px clamp(22px, 7vw, 112px); text-align: center; background: var(--lavender); }
.reviews h2 { max-width: 820px; }
.reviews > p:not(.eyebrow) { max-width: 570px; margin: 28px 0; color: var(--muted); }
.outline-button { padding: 14px 22px; color: var(--berry); border: 1px solid var(--berry); border-radius: 999px; font-size: 13px; font-weight: 700; }
.review-note { margin-top: 16px; color: #8d7d89; font-size: 10px; }
.google-rating { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 16px; margin: 30px 0 36px; padding: 18px 24px; background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 12px 30px rgba(58,23,48,.07); text-align: left; }
.google-rating strong { grid-row: 1 / 3; color: #4285f4; font-size: 17px; }
.google-rating span { color: var(--berry); font-size: 13px; font-weight: 800; }
.google-rating small { color: var(--muted); font-size: 9px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; width: 100%; max-width: 1180px; text-align: left; }
.review-grid blockquote { display: flex; flex-direction: column; min-height: 220px; padding: 28px; margin: 0; background: white; border: 1px solid var(--line); border-radius: 16px; }
.review-grid blockquote > span { color: var(--champagne); font-size: 12px; letter-spacing: .18em; }
.review-grid blockquote p { color: #574752; font: italic 600 20px/1.38 "Playfair Display", Georgia, serif; }
.review-grid cite { margin-top: auto; color: var(--berry); font-size: 11px; font-style: normal; font-weight: 800; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; color: white; background: var(--ink); }
.contact-copy { align-self: center; }
.contact-copy .eyebrow { color: #e7aec1; }
.contact-copy > p:not(.eyebrow) { max-width: 540px; margin: 28px 0 34px; color: #cdbdc8; }
.hours { margin: 0 0 30px; }
.hours h3 { margin: 0 0 10px; font: 600 24px/1.1 "Playfair Display", Georgia, serif; }
.hours p { display: flex; justify-content: space-between; gap: 20px; max-width: 480px; padding: 9px 0; margin: 0; color: #cdbdc8; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 12px; }
.hours strong { color: white; font-weight: 600; }
.contact-list { display: grid; margin-bottom: 32px; border-top: 1px solid rgba(255,255,255,.13); }
.contact-list > * { display: grid; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-list small { color: #bdabb7; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-list strong { margin-top: 3px; font-size: 15px; }
.contact-list em { margin-top: 5px; color: #dc9ab1; font-size: 10px; font-style: normal; }
.map-card { position: relative; min-height: 560px; overflow: hidden; background-color: #e7dce5; background-image: linear-gradient(28deg, transparent 48%, rgba(255,255,255,.8) 49%, rgba(255,255,255,.8) 52%, transparent 53%), linear-gradient(112deg, transparent 45%, rgba(255,255,255,.72) 46%, rgba(255,255,255,.72) 50%, transparent 51%); border-radius: 180px 18px 18px 18px; }
.street { position: absolute; background: rgba(58,23,48,.1); border-radius: 99px; transform: rotate(-26deg); }
.street-one { top: 20%; left: -10%; width: 120%; height: 9px; }
.street-two { top: 62%; left: -10%; width: 120%; height: 16px; }
.street-three { top: 35%; left: 40%; width: 9px; height: 80%; transform: rotate(12deg); }
.map-pin { position: absolute; top: 44%; left: 54%; display: grid; place-items: center; width: 66px; height: 66px; color: white; background: var(--berry); border: 9px solid rgba(255,255,255,.9); border-radius: 50% 50% 50% 8px; box-shadow: var(--shadow); transform: rotate(-45deg); }
.map-pin span { font: 700 28px "Playfair Display"; transform: rotate(45deg); }
.map-caption { position: absolute; right: 24px; bottom: 24px; display: grid; padding: 14px 18px; color: var(--ink); background: rgba(255,255,255,.86); border-radius: 12px; backdrop-filter: blur(10px); }
.map-caption small { color: var(--muted); }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding: 36px clamp(24px, 5vw, 76px); color: #cdbdc8; background: #170e16; font-size: 10px; }
.brand-footer { color: white; }
.brand-footer .brand-mark { width: 34px; height: 42px; font-size: 20px; }
.brand-footer .brand-copy strong { font-size: 19px; }
footer p:nth-child(2) { text-align: center; }
.floating-whatsapp { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; place-items: center; width: 56px; height: 56px; color: white; background: #21b968; border: 5px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 14px 36px rgba(20,70,46,.28); font-size: 11px; font-weight: 800; }

:focus-visible { outline: 3px solid #f2b8cd; outline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 14px; }
  .menu-toggle { display: grid; gap: 4px; width: 43px; height: 43px; padding: 11px; background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 16px 24px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(36,21,34,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 40px; }
  .shade-finder { grid-template-columns: 1fr 1fr; }
  .finder-heading { grid-column: 1 / 3; }
  .contact { gap: 45px; }
}

@media (max-width: 720px) {
  .demo-bar { justify-content: center; padding: 7px 12px; font-size: 8px; text-align: center; }
  .demo-bar span + span { display: none; }
  .site-header { min-height: 72px; padding: 10px 18px; }
  .brand-mark { width: 36px; height: 44px; font-size: 22px; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy small { display: none; }
  .header-actions .button { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 74px 22px 46px; }
  h1 { font-size: clamp(51px, 15.5vw, 72px); }
  .hero-lead { margin-top: 26px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .text-link { width: fit-content; }
  .hero-notes { margin-top: 34px; }
  .hero-visual { min-height: 510px; padding: 0 18px 28px; }
  .hero-photo { border-radius: 150px 14px 14px 14px; }
  .availability-card { left: 34px; bottom: 53px; min-width: 245px; }
  .polish-stroke { top: 42px; right: 4px; width: 22px; height: 125px; }
  .promo { flex-direction: column; gap: 9px; padding: 22px; text-align: center; }
  .shade-finder { grid-template-columns: 1fr; gap: 34px; padding: 58px 22px; }
  .finder-heading { grid-column: auto; }
  .swatches { justify-content: space-between; }
  .swatch span { width: 31px; height: 62px; }
  .finder-result { padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .section-shell { padding: 84px 22px; }
  .section-intro { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }
  .section-intro h2, .experience-copy h2, .reviews h2, .contact-copy h2 { font-size: 44px; }
  .service-card { grid-template-columns: 42px 1fr; gap: 12px; padding: 22px 0; }
  .service-card > strong { grid-column: 2; }
  .service-card:hover { padding-right: 10px; padding-left: 10px; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 480px; }
  .experience-copy { padding: 74px 22px; }
  .gallery-heading .demo-label { justify-self: start; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 460px 270px auto; }
  .gallery-large { grid-row: auto; }
  .gallery-quote { min-height: 290px; }
  .reviews { padding: 88px 22px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote { min-height: 190px; }
  .contact { grid-template-columns: 1fr; gap: 50px; }
  .map-card { min-height: 420px; border-radius: 120px 14px 14px 14px; }
  footer { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  footer .brand { justify-self: center; }
  footer p { margin: 0; }
}

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

/* V2: lacquered, warm and confident */
:root {
  --ink: oklch(20% 0.035 335);
  --plum: oklch(27% 0.09 337);
  --berry: oklch(53% 0.19 354);
  --cherry: oklch(63% 0.21 5);
  --lavender: oklch(96% 0.025 322);
  --blush: oklch(89% 0.055 345);
  --champagne: oklch(78% 0.105 78);
  --white: oklch(98.5% 0.006 330);
  --muted: oklch(50% 0.025 335);
  --line: oklch(25% 0.04 335 / .13);
  --shadow: 0 30px 80px oklch(20% 0.04 335 / .2);
}

body { font-family: "Manrope", Arial, sans-serif; }
h1, h2, .brand-copy strong, .service-card h3, .review-grid blockquote p, .hours h3 { font-family: "Bodoni Moda", Georgia, serif; }

.demo-bar { position: relative; z-index: 80; min-height: 32px; padding: 7px 24px; color: oklch(96% .02 340); background: var(--ink); }
.site-header { position: absolute; top: 32px; right: 0; left: 0; z-index: 70; min-height: 104px; color: var(--white); background: transparent; border: 0; backdrop-filter: none; }
.brand-mark { color: var(--berry); background: var(--white); box-shadow: none; }
.brand-copy small { color: oklch(92% .025 340); }
.main-nav { font-size: 12px; }
.main-nav a::after { background: var(--white); }
.language { color: var(--white); border-color: oklch(100% 0 0 / .32); }
.site-header .button-small { color: var(--berry); background: var(--white); border-color: var(--white); }

.hero { position: relative; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); min-height: 880px; color: var(--white); background: var(--berry); isolation: isolate; }
.hero::before { position: absolute; z-index: -1; left: -2vw; bottom: -9vw; color: oklch(100% 0 0 / .075); content: attr(data-brand); font: 700 clamp(150px, 23vw, 360px)/.75 "Bodoni Moda", Georgia, serif; letter-spacing: -.08em; white-space: nowrap; }
.hero::after { position: absolute; z-index: -1; top: 18%; left: 47%; width: 18vw; height: 18vw; min-width: 190px; min-height: 190px; background: oklch(76% .12 76); border-radius: 50%; content: ""; }
.hero-copy { position: relative; z-index: 3; padding-top: 185px; padding-bottom: 100px; }
.hero .eyebrow { color: oklch(94% .06 82); }
.hero h1 { max-width: 790px; font-size: clamp(74px, 7.8vw, 126px); letter-spacing: -.065em; line-height: .83; }
.hero h1 em { color: oklch(92% .055 84); }
.hero-lead { color: oklch(96% .018 345); font-size: clamp(18px, 1.45vw, 22px); }
.hero .button { color: var(--berry); background: var(--white); border-color: var(--white); box-shadow: 0 16px 40px oklch(23% .08 340 / .18); }
.hero .button:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.hero .text-link { border-color: var(--white); }
.hero-notes { color: oklch(95% .02 340); }
.hero-notes span::before { color: oklch(91% .09 80); }
.hero-visual { z-index: 2; min-height: 760px; padding: 176px 4.5vw 54px 0; }
.hero-photo { border: 10px solid oklch(96% .025 80); border-radius: 48% 48% 22px 22px / 32% 32% 22px 22px; box-shadow: 28px 28px 0 oklch(31% .105 338), var(--shadow); transform: rotate(1.3deg); }
.hero-photo img { object-position: 52% 44%; }
.availability-card { left: -94px; bottom: 92px; color: var(--ink); background: var(--white); border: 0; border-radius: 3px; box-shadow: 12px 14px 0 oklch(76% .12 76); }
.polish-stroke { top: 188px; right: 1.2vw; width: 32px; height: 190px; background: oklch(94% .04 80); box-shadow: none; transform: rotate(10deg); }

.promo { min-height: 98px; color: var(--ink); background: var(--champagne); }
.promo strong { color: var(--white); background: var(--ink); }
.promo a { border-color: var(--ink); }

.services { background: var(--white); }
.section-intro { grid-template-columns: 1.3fr .55fr; }
.section-intro h2, .experience-copy h2, .reviews h2, .contact-copy h2 { font-size: clamp(58px, 6.4vw, 100px); line-height: .86; }
.services .section-intro h2 { max-width: 750px; }
.services .eyebrow, .gallery .eyebrow, .reviews .eyebrow { display: none; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; border-top: 2px solid var(--ink); }
.service-card { grid-template-columns: 45px 1fr auto; min-height: 154px; padding: 28px 4px; }
.service-card:nth-child(2) { border-top: 0; }
.service-card.featured { background: transparent; }
.service-card:hover { padding-right: 12px; padding-left: 12px; background: var(--lavender); }
.service-icon { font-family: "Manrope", Arial, sans-serif; font-size: 11px; font-style: normal; font-weight: 800; }
.service-card h3 { font-size: clamp(27px, 2.2vw, 38px); }
.service-card p { max-width: 340px; }
.service-card > strong { align-self: start; padding: 7px 10px; color: var(--white); background: var(--berry); border-radius: 99px; font-size: 10px; }

.experience { grid-template-columns: 1.04fr .96fr; background: oklch(89% .062 64); }
.experience-image { margin: 70px 0 70px 6vw; border-radius: 18px 180px 18px 18px; box-shadow: 22px 24px 0 var(--berry); }
.experience-image::after { display: none; }
.experience-copy { padding-left: clamp(58px, 7vw, 118px); }
.experience-copy .eyebrow { display: none; }
.experience-copy > p:not(.eyebrow) { color: oklch(33% .035 335); }
.about-tags span { color: var(--white); background: var(--plum); border: 0; border-radius: 3px; }

.gallery { color: var(--white); background: var(--ink); }
.gallery .section-intro > p { color: oklch(82% .02 335); }
.gallery-grid { grid-template-columns: 1.3fr .7fr; grid-template-rows: 350px 350px; gap: 12px; }
.gallery-grid figure { border-radius: 3px; }
.gallery-large { border-radius: 180px 3px 3px 3px !important; }
.gallery-quote { background: var(--cherry); }
.gallery-quote blockquote { font-size: clamp(38px, 4vw, 66px); font-style: normal; line-height: .92; }

.reviews { color: var(--ink); background: var(--blush); }
.google-rating { border: 0; border-radius: 4px; box-shadow: none; }
.review-grid { grid-template-columns: 1.25fr .75fr; grid-template-rows: auto auto; gap: 14px; }
.review-grid blockquote { min-height: 190px; border: 0; border-radius: 4px; }
.review-grid blockquote:first-child { grid-row: 1 / 3; min-height: 394px; justify-content: center; padding: clamp(36px, 5vw, 76px); color: var(--white); background: var(--berry); }
.review-grid blockquote:first-child > span, .review-grid blockquote:first-child cite { color: oklch(91% .1 80); }
.review-grid blockquote:first-child p { color: var(--white); font-size: clamp(32px, 3.3vw, 54px); line-height: 1.05; }
.review-grid blockquote:not(:first-child) p { margin: 14px 0; font-size: 18px; }

.contact { grid-template-columns: .82fr 1.18fr; background: var(--berry); }
.contact-copy .eyebrow { display: none; }
.contact-copy > p:not(.eyebrow), .hours p { color: oklch(95% .02 340); }
.contact-list small { color: oklch(91% .04 340); }
.contact .button { color: var(--berry); background: var(--white); border-color: var(--white); }
.map-card { min-height: 650px; background-color: var(--ink); background-image: linear-gradient(28deg, transparent 48%, oklch(55% .06 335 / .32) 49%, oklch(55% .06 335 / .32) 52%, transparent 53%), linear-gradient(112deg, transparent 45%, oklch(85% .04 335 / .2) 46%, oklch(85% .04 335 / .2) 50%, transparent 51%); border-radius: 260px 6px 6px 6px; }
.map-pin { color: var(--berry); background: var(--white); border-color: var(--champagne); }

footer { background: var(--ink); }
.floating-whatsapp { border-radius: 50% 50% 12px 50%; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle { border-color: oklch(100% 0 0 / .35); }
  .menu-toggle span:not(.sr-only) { background: var(--white); }
  .main-nav { color: var(--ink); }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(65px, 8.6vw, 92px); }
}

@media (max-width: 720px) {
  .site-header { top: 29px; min-height: 74px; }
  .site-header .brand-copy strong { color: var(--white); }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero::after { top: 45%; left: -80px; }
  .hero-copy { padding-top: 145px; padding-bottom: 54px; }
  .hero h1 { font-size: clamp(58px, 17vw, 75px); line-height: .87; }
  .hero-lead { font-size: 16px; }
  .hero-visual { min-height: 560px; padding: 0 28px 44px 18px; }
  .hero-photo { border-width: 7px; border-radius: 48% 48% 14px 14px / 30% 30% 14px 14px; box-shadow: 14px 16px 0 var(--plum); }
  .availability-card { left: 30px; bottom: 65px; }
  .polish-stroke { top: 42px; right: 5px; }
  .promo { min-height: 132px; }
  .section-intro h2, .experience-copy h2, .reviews h2, .contact-copy h2 { font-size: 53px; }
  .service-grid { grid-template-columns: 1fr; column-gap: 0; }
  .service-card:nth-child(2) { border-top: 0; }
  .service-card { grid-template-columns: 34px 1fr; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 520px; margin: 24px 18px 0; border-radius: 12px 110px 12px 12px; box-shadow: 12px 14px 0 var(--berry); }
  .experience-copy { padding-left: 22px; }
  .gallery-grid { grid-template-rows: 480px 270px auto; }
  .gallery-large { border-radius: 110px 3px 3px 3px !important; }
  .review-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .review-grid blockquote:first-child { grid-row: auto; min-height: 330px; }
  .review-grid blockquote:first-child p { font-size: 34px; }
  .contact { grid-template-columns: 1fr; }
  .map-card { min-height: 470px; border-radius: 150px 4px 4px 4px; }
}
