:root {
  --wine: #6d1635;
  --wine-deep: #4f0d27;
  --rose: #b95774;
  --blush: #f3dce0;
  --cream: #fffaf4;
  --paper: #fbf4eb;
  --sand: #d1a05f;
  --ink: #2b1b21;
  --muted: #6b5960;
  --line: rgba(109, 22, 53, 0.15);
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(82, 21, 45, 0.12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --container: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.6; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.04; letter-spacing: -0.04em; }
h1 { max-width: 770px; margin-bottom: 24px; font-size: clamp(3.1rem, 6vw, 5.8rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4vw, 4rem); }
h3 { margin-bottom: 10px; font-size: 1.48rem; }

.container { width: var(--container); margin: 0 auto; }
.section { padding: 128px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: -60px; padding: 10px 16px; background: var(--wine); color: #fff; border-radius: 8px; transition: top .2s ease; }
.skip-link:focus { top: 20px; }
.eyebrow { margin-bottom: 18px; color: #ae7838; font-size: 0.68rem; font-weight: 700; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 21px; border: 1px solid var(--wine); border-radius: 999px; background: var(--wine); color: #fff; font-size: .92rem; font-weight: 700; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { box-shadow: 0 12px 24px rgba(109, 22, 53, .22); transform: translateY(-2px); }
.button:focus-visible, .text-button:focus-visible, .main-nav a:focus-visible, .slider-button:focus-visible, .journey-tab:focus-visible { outline: 3px solid #e6b663; outline-offset: 4px; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .81rem; }
.button-light { border-color: #fff; background: #fff; color: var(--wine); }
.text-button, .arrow-link { display: inline-flex; align-items: center; gap: 9px; border: 0; padding: 0; background: none; color: var(--wine); font-weight: 700; }
.text-button span, .arrow-link span { transition: transform .2s ease; }
.text-button:hover span, .arrow-link:hover span { transform: translate(3px, -2px); }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid transparent; background: rgba(255, 250, 244, .8); backdrop-filter: blur(14px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(66, 17, 34, .05); }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--wine); font-family: var(--display); font-size: 1.25rem; font-weight: 700; letter-spacing: -.03em; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--wine); color: #fff; font-family: var(--display); font-size: 1.37rem; }
.main-nav { display: flex; align-items: center; gap: 27px; color: #55313e; font-size: .88rem; font-weight: 600; }
.main-nav > a { position: relative; }
.main-nav > a::after { position: absolute; bottom: -6px; left: 0; width: 0; height: 1px; background: var(--wine); content: ""; transition: width .2s ease; }
.main-nav > a:hover::after { width: 100%; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1.5px; margin: 4px auto; background: var(--wine); transition: transform .25s ease; }

.hero { position: relative; overflow: hidden; padding: 94px 0 110px; background: radial-gradient(circle at 80% 23%, rgba(243, 220, 224, .72), transparent 24%), var(--cream); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(34px, 5vw, 85px); }
.hero-copy { padding: 44px 0; }
.hero-lead { max-width: 610px; margin-bottom: 30px; color: #443039; font-size: 1.09rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-bottom: 30px; }
.rating-inline { display: flex; align-items: center; gap: 9px; color: #58464e; font-size: .87rem; }
.rating-inline strong { color: var(--ink); }
.rating-star { color: #bb853d; font-size: 1.05rem; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: #b7a2a8; }
.hero-visual { min-height: 550px; display: grid; place-items: center; }
.visual-card { position: relative; width: min(100%, 486px); min-height: 510px; overflow: hidden; border: 1px solid rgba(109, 22, 53, .07); border-radius: 46% 46% 34% 34% / 32% 32% 44% 44%; background: #f0dce1; box-shadow: var(--shadow); }
.visual-card::before { position: absolute; inset: 36px; border: 1px solid rgba(109, 22, 53, .12); border-radius: 50%; content: ""; }
.visual-label { position: absolute; z-index: 1; top: 48px; left: 50px; color: var(--wine); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 600; letter-spacing: -.05em; }
.botanical-art { position: absolute; right: -17px; bottom: -12px; width: 100%; height: 88%; }
.botanical-art .leaf { fill: #a74665; opacity: .7; }
.botanical-art .stem { fill: none; stroke: #c49351; stroke-linecap: round; stroke-width: 7; }
.botanical-art .petal { fill: url(#petalFill); transform-origin: 309px 177px; }
.botanical-art .petal-a { opacity: .95; }
.botanical-art .petal-b { opacity: .85; }
.botanical-art .petal-c { opacity: .91; }
.botanical-art .petal-d { opacity: .72; }
.botanical-art .petal-e { opacity: .77; }
.flower-core { fill: #fff8ec; stroke: #c49351; stroke-width: 4; }
.stamen { fill: none; stroke: #c49351; stroke-linecap: round; stroke-width: 5; }
.stamen-dot { fill: #c49351; }
.follicle-lines path { fill: none; stroke: #c49351; stroke-linecap: round; stroke-width: 4; }
.care-stamp { position: absolute; right: 35px; bottom: 40px; display: flex; width: 132px; height: 132px; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(109, 22, 53, .13); border-radius: 50%; background: rgba(255, 250, 244, .82); color: var(--wine); transform: rotate(-7deg); }
.care-stamp span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--wine); color: #fff; font-family: var(--display); }
.care-stamp small { font-size: .67rem; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.hero-petal { position: absolute; width: 170px; height: 78px; border-radius: 100% 0 100% 0; background: rgba(185, 87, 116, .12); animation: drift 7s ease-in-out infinite alternate; }
.petal-one { top: 19%; right: 2%; transform: rotate(18deg); }
.petal-two { bottom: 5%; left: 3%; width: 92px; height: 44px; opacity: .7; transform: rotate(-42deg); animation-delay: -3s; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbf5ed; }
.trust-strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip p { display: flex; min-height: 82px; align-items: center; justify-content: center; gap: 11px; margin: 0; border-right: 1px solid var(--line); color: #5d464e; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.trust-strip p:first-child { border-left: 1px solid var(--line); }
.trust-strip span { color: #ba8440; font-size: .7rem; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 10vw, 160px); }
.about-art { position: relative; min-height: 390px; }
.art-orbit { position: absolute; border: 1px solid rgba(109, 22, 53, .2); border-radius: 50%; }
.orbit-one { inset: 20px 13% 20px 0; }
.orbit-two { inset: 80px 0 80px 17%; border-color: rgba(185, 87, 116, .35); }
.art-core { position: absolute; top: 50%; left: 46%; display: flex; width: 188px; height: 188px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--wine); color: #fff; transform: translate(-50%, -50%); box-shadow: 0 25px 45px rgba(109, 22, 53, .18); }
.art-core span { margin-bottom: 8px; font-family: var(--display); font-size: 3rem; }
.art-core small { text-align: center; font-size: .71rem; font-weight: 700; letter-spacing: .04em; line-height: 1.4; text-transform: uppercase; }
.section-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); }
.arrow-link { margin-top: 12px; }

.services { background: var(--cream); }
.section-heading, .reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 320px; margin-bottom: 7px; color: var(--muted); font-size: .95rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 269px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fffdf9; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card:hover { border-color: rgba(109, 22, 53, .3); box-shadow: 0 20px 36px rgba(82, 21, 45, .08); transform: translateY(-6px); }
.service-card::after { position: absolute; right: -46px; bottom: -52px; width: 128px; height: 128px; border-radius: 50%; background: var(--blush); content: ""; opacity: .6; transition: transform .3s ease; }
.service-card:hover::after { transform: scale(1.2); }
.service-number { position: absolute; top: 26px; right: 27px; color: #bd8b4e; font-size: .72rem; font-weight: 700; letter-spacing: .13em; }
.service-icon { position: relative; z-index: 1; display: flex; width: 54px; height: 54px; align-items: center; justify-content: center; margin-bottom: 45px; color: var(--wine); }
.icon-follicle { gap: 6px; align-items: end; }
.icon-follicle i { width: 7px; height: 35px; border: 2px solid var(--wine); border-radius: 50% 50% 45% 45%; }
.icon-follicle i:nth-child(2) { height: 46px; background: var(--blush); }
.icon-wave { flex-direction: column; align-items: flex-start; gap: 5px; }
.icon-wave i { display: block; width: 42px; height: 9px; border-top: 2px solid currentColor; border-radius: 50%; transform: rotate(-10deg); }
.icon-wave i:nth-child(2) { width: 31px; margin-left: 9px; }
.icon-wave i:nth-child(3) { width: 21px; margin-left: 19px; }
.icon-scan { border: 2px solid var(--wine); border-radius: 50%; }
.icon-scan i { width: 15px; height: 15px; border: 2px solid var(--sand); border-radius: 50%; }
.icon-spark { font-size: 3.2rem; line-height: 1; }
.icon-plan { flex-direction: column; align-items: flex-start; gap: 7px; padding: 10px 8px; border: 2px solid var(--wine); border-radius: 8px; }
.icon-plan i { width: 28px; height: 2px; background: var(--wine); }
.icon-plan i:nth-child(2) { width: 22px; }
.icon-plan i:nth-child(3) { width: 33px; background: var(--sand); }
.icon-follow { border: 2px solid var(--wine); border-radius: 50%; font-size: 1.8rem; }
.service-card h3, .service-card p { position: relative; z-index: 1; }
.service-card p { max-width: 270px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.journey { background: var(--blush); }
.journey-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 68px; }
.journey-intro > p:not(.eyebrow) { max-width: 390px; color: #69525a; }
.journey-interactive { display: grid; grid-template-columns: .94fr 1.06fr; overflow: hidden; border: 1px solid rgba(109, 22, 53, .14); border-radius: var(--radius-lg); background: rgba(255, 250, 244, .78); box-shadow: 0 22px 44px rgba(109, 22, 53, .08); }
.journey-tabs { display: flex; flex-direction: column; padding: 14px; border-right: 1px solid var(--line); }
.journey-tab { display: flex; align-items: center; gap: 13px; padding: 17px 13px; border: 0; border-radius: 13px; background: transparent; color: #5e3c47; text-align: left; transition: background .25s ease, color .25s ease; }
.journey-tab:hover, .journey-tab.is-active { background: #fffaf4; color: var(--wine); }
.journey-tab span { color: #bd8b4e; font-size: .65rem; font-weight: 700; letter-spacing: .08em; }
.journey-panel { display: flex; min-height: 329px; flex-direction: column; justify-content: center; padding: 40px; background: linear-gradient(155deg, rgba(255,255,255,.58), rgba(243,220,224,.45)); }
.journey-panel .panel-count { color: #ae7838; font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.journey-panel h3 { font-size: 2rem; }
.journey-panel > p:last-child { margin: 0; color: var(--muted); font-size: .92rem; }

.why-us { background: var(--wine); color: #fffaf4; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.why-us .eyebrow { color: #e5b66c; }
.why-us .section-copy > p:not(.eyebrow) { color: rgba(255,250,244,.77); }
.reasons { display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; }
.reasons li { display: flex; align-items: center; gap: 14px; padding: 14px 2px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .96rem; font-weight: 600; }
.reasons span { color: #e5b66c; }

.reviews { background: var(--paper); }
.reviews-heading { align-items: center; }
.reviews-heading > div:last-child { max-width: 620px; }
.reviews-heading h2 { margin-bottom: 10px; }
.reviews-heading > div > p:last-child { margin: 0; color: var(--muted); }
.review-score { display: flex; min-width: 265px; min-height: 176px; flex-direction: column; justify-content: center; padding: 28px; border-radius: var(--radius-md); background: var(--wine); color: #fff; }
.review-score strong { font-family: var(--display); font-size: 3.25rem; line-height: 1; }
.review-score strong span { font-size: 1.5rem; }
.review-score > span { margin: 7px 0; color: #e5b66c; letter-spacing: .08em; }
.review-score small { font-size: .68rem; font-weight: 600; }
.testimonial-shell { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream); }
.testimonial-track { display: flex; transition: transform .45s cubic-bezier(.22,.61,.36,1); }
.testimonial { min-width: 100%; padding: clamp(36px, 7vw, 80px) clamp(30px, 8vw, 136px); text-align: center; }
.quote-mark { display: block; height: 45px; color: #bd8b4e; font-family: var(--display); font-size: 5rem; line-height: 1; }
.testimonial p { max-width: 760px; margin: 8px auto 24px; font-family: var(--display); font-size: clamp(1.65rem, 3vw, 2.65rem); font-weight: 500; line-height: 1.23; letter-spacing: -.03em; }
.testimonial > span:last-child { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.slider-controls { display: flex; align-items: center; justify-content: center; gap: 17px; padding: 0 0 33px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.slider-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--wine); transition: background .2s ease, color .2s ease; }
.slider-button:hover { background: var(--wine); color: #fff; }
.reviews .arrow-link { margin-top: 33px; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 80px; }
.contact-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 31px; }
.location-card { display: grid; grid-template-columns: auto 1fr; gap: 15px 18px; padding: clamp(30px, 5vw, 52px); border: 1px solid rgba(109, 22, 53, .1); border-radius: var(--radius-lg); background: #f4e3e4; box-shadow: 0 20px 40px rgba(82, 21, 45, .08); }
.location-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(109, 22, 53, .2); border-radius: 50%; color: var(--wine); font-size: 1.5rem; }
.location-card strong { color: var(--wine); font-family: var(--display); font-size: 1.44rem; }
.location-card p { margin: 6px 0 0; color: #5e4a51; font-size: .91rem; line-height: 1.7; }
.location-meta { display: flex; grid-column: 1 / -1; justify-content: space-between; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(109, 22, 53, .15); font-size: .82rem; font-weight: 700; }
.location-meta span::before { margin-right: 7px; color: #b88342; content: "◷"; }
.location-meta a { color: var(--wine); }

.consultation-banner { padding: 0 0 128px; background: var(--cream); }
.consultation-inner { position: relative; overflow: hidden; padding: clamp(60px, 9vw, 115px) 30px; border-radius: var(--radius-lg); background: var(--wine); color: #fffaf4; text-align: center; }
.consultation-inner::before, .consultation-inner::after { position: absolute; width: 330px; height: 140px; border: 1px solid rgba(255,255,255,.17); border-radius: 100% 0; content: ""; }
.consultation-inner::before { top: -55px; left: -90px; transform: rotate(20deg); }
.consultation-inner::after { right: -85px; bottom: -46px; transform: rotate(198deg); }
.consultation-inner > * { position: relative; z-index: 1; }
.consultation-inner .eyebrow { color: #e5b66c; }
.consultation-inner h2 { margin-bottom: 13px; }
.consultation-inner > p:not(.eyebrow) { margin-bottom: 29px; color: rgba(255,250,244,.78); }

.site-footer { padding: 68px 0 31px; border-top: 1px solid var(--line); background: #f8f0e7; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 35px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid p { max-width: 350px; margin: 0; color: var(--muted); font-size: .88rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; color: var(--wine); font-size: .86rem; font-weight: 700; }
.footer-booking { border: 0; padding: 0; background: none; color: inherit; font-weight: inherit; }
.footer-bottom { display: flex; justify-content: space-between; gap: 35px; padding-top: 42px; margin-top: 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.footer-bottom p:first-child { max-width: 720px; }
.footer-bottom p:last-child { flex: none; }

.booking-dialog { width: min(620px, calc(100% - 32px)); max-height: min(840px, calc(100vh - 32px)); padding: 34px; overflow: auto; border: 0; border-radius: 26px; background: var(--cream); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.booking-dialog::backdrop { background: rgba(40, 12, 24, .55); backdrop-filter: blur(4px); }
.dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 25px; }
.dialog-header h2 { margin: 0; font-size: 2.1rem; }
.dialog-close { display: grid; flex: none; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--wine); font-size: 1.6rem; line-height: 1; }
.booking-dialog form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.booking-dialog label { display: grid; gap: 7px; color: #5a4049; font-size: .8rem; font-weight: 700; }
.booking-dialog label:nth-of-type(3), .booking-dialog label:nth-of-type(5), .form-note, .booking-dialog .button { grid-column: 1 / -1; }
.booking-dialog input, .booking-dialog select, .booking-dialog textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px; outline: none; background: #fffdf9; color: var(--ink); font-size: .95rem; }
.booking-dialog textarea { resize: vertical; }
.booking-dialog input:focus, .booking-dialog select:focus, .booking-dialog textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(109, 22, 53, .1); }
.form-note { margin: 1px 0 -5px; color: var(--muted); font-size: .74rem; line-height: 1.5; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes drift { from { translate: 0 0; rotate: 0deg; } to { translate: 16px -17px; rotate: 8deg; } }

@media (max-width: 960px) {
  .main-nav { gap: 16px; }
  .hero-grid, .about-grid, .journey-grid, .why-grid, .contact-grid { gap: 50px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-visual { min-height: 450px; }
  .visual-card { min-height: 425px; }
  .visual-label { top: 36px; left: 38px; }
  .journey-grid, .contact-grid { grid-template-columns: 1fr; }
  .journey-intro > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { max-width: 600px; }
  .contact-grid { gap: 36px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 36px, 620px); }
  .section { padding: 82px 0; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .header-inner { min-height: 72px; }
  .brand { font-size: 1.08rem; }
  .brand-mark { width: 35px; height: 35px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; padding: 15px 18px 21px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 28px rgba(59, 17, 31, .08); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a { padding: 12px 0; }
  .main-nav > a::after { display: none; }
  .main-nav .button { margin-top: 9px; }
  .menu-toggle.is-open span:nth-of-type(2) { transform: translateY(2.75px) rotate(45deg); }
  .menu-toggle.is-open span:nth-of-type(3) { transform: translateY(-2.75px) rotate(-45deg); }
  .hero { padding: 45px 0 75px; }
  .hero-grid, .about-grid, .why-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 12px 0 0; }
  .hero-lead { font-size: 1rem; }
  .hero-visual { min-height: 365px; }
  .visual-card { min-height: 365px; width: min(100%, 400px); }
  .visual-card::before { inset: 27px; }
  .visual-label { top: 30px; left: 31px; font-size: 1.9rem; }
  .care-stamp { width: 110px; height: 110px; right: 20px; bottom: 24px; }
  .care-stamp small { font-size: .56rem; }
  .trust-strip-inner { grid-template-columns: 1fr; }
  .trust-strip p { min-height: 59px; justify-content: flex-start; padding: 0 9px; border-right: 0; border-bottom: 1px solid var(--line); font-size: .67rem; }
  .trust-strip p:first-child { border-left: 0; }
  .trust-strip p:last-child { border-bottom: 0; }
  .about-art { min-height: 290px; }
  .art-core { width: 148px; height: 148px; }
  .section-heading, .reviews-heading { display: grid; align-items: start; gap: 23px; margin-bottom: 35px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 228px; }
  .service-icon { margin-bottom: 30px; }
  .journey-interactive { grid-template-columns: 1fr; }
  .journey-tabs { display: grid; grid-template-columns: 1fr 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-tab { padding: 13px 9px; font-size: .77rem; }
  .journey-tab:last-child { grid-column: 1 / -1; }
  .journey-panel { min-height: 245px; padding: 32px; }
  .review-score { min-width: 0; min-height: 155px; }
  .testimonial { padding: 40px 25px 50px; }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .location-card { grid-template-columns: 1fr; }
  .location-meta { flex-direction: column; }
  .consultation-banner { padding-bottom: 82px; }
  .footer-grid, .footer-bottom { flex-direction: column; }
  .footer-links { align-items: flex-start; }
  .footer-bottom { gap: 15px; padding-top: 26px; margin-top: 28px; }
  .booking-dialog { padding: 25px 20px; }
  .booking-dialog form { grid-template-columns: 1fr; }
  .booking-dialog label:nth-of-type(3), .booking-dialog label:nth-of-type(5), .form-note, .booking-dialog .button { grid-column: auto; }
}

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