:root {
  --olive: #c94f5e;
  --olive-dark: #9f3442;
  --cream: #ffffff;
  --beige: #f8f1f2;
  --brown: #4f3034;
  --ink: #191516;
  --magenta: #d13f50;
  --white: #fff;
  --line: rgba(112, 62, 69, .15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", "Gilroy", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis,
html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.promo-bar { min-height: 38px; padding: 8px 48px; position: relative; display: flex; align-items: center; justify-content: center; background: var(--magenta); color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.promo-bar p { margin: 0; }
.promo-bar p span { font-weight: 700; }
.promo-bar__close { position: absolute; right: 28px; top: 50%; translate: 0 -50%; border: 0; background: none; color: #fff; font-size: 24px; cursor: pointer; }

.header { position: absolute; z-index: 10; top: 38px; left: 0; right: 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.25); }
.header__inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.logo__mark { width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 22px; font-style: italic; }
.logo__text { display: flex; flex-direction: column; font-family: var(--serif); font-size: 16px; letter-spacing: .16em; line-height: 1.1; }
.logo__text small { font-family: var(--sans); font-size: 7px; letter-spacing: .35em; text-transform: uppercase; margin-top: 4px; opacity: .75; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.nav a:hover::after { right: 0; }
.header__contact { display: flex; align-items: center; gap: 20px; }
.header__contact > div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 6px; font-size: 10px; }
.header__contact a { grid-column: 1 / -1; font-size: 15px; font-weight: 600; margin-top: 2px; }
.status-dot { width: 6px; height: 6px; background: #ec7a86; border-radius: 50%; box-shadow: 0 0 0 3px rgba(236,122,134,.2); }
.menu-toggle { display: none; }

.button { border: 0; min-height: 60px; padding: 18px 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--olive); color: #fff; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .2s, transform .2s; }
.button:hover { background: var(--olive-dark); transform: translateY(-2px); }
.button--white { color: var(--olive-dark); background: #fff; }
.button--white:hover { color: #fff; background: var(--olive-dark); }
.button--small { min-height: 44px; padding: 12px 22px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.7); backdrop-filter: blur(8px); }

.hero { min-height: 820px; height: 100svh; max-height: 980px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: #4b3034 url("assets/hero-laser-season.jpg") 68% 52%/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(54,20,25,.91) 0%, rgba(95,37,45,.65) 38%, rgba(105,42,50,.09) 70%, rgba(35,17,20,.16)); }
.hero__backdrop { position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(201,79,94,.1), transparent 52%); }
.hero__content { position: relative; z-index: 2; padding-top: 110px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--olive-dark); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow--light { color: rgba(255,255,255,.72); }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.hero h1 { max-width: 740px; font-size: clamp(56px, 6vw, 88px); }
h1 em, h2 em { color: inherit; font-weight: 400; }
.hero h1 em { color: #f5dfe2; }
.hero__content > p { max-width: 560px; margin: 28px 0 32px; color: rgba(255,255,255,.82); font-size: 17px; }
.hero__actions { display: flex; gap: 14px; }
.hero__actions .button { min-width: 265px; }
.hero__note { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.hero__note-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--serif); font-size: 18px; }
.hero__note > span:last-child { display: flex; flex-direction: column; font-size: 12px; color: rgba(255,255,255,.68); }
.hero__note strong { color: #fff; font-size: 13px; }
.hero__scroll { position: absolute; z-index: 2; right: 38px; bottom: 34px; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__scroll svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hero__logo-art { display: none; }

/* A portrait source should not be scaled by width on ultrawide displays. */
@media (min-width: 1600px) and (min-aspect-ratio: 21/9) {
  .hero {
    background-color: #6d333c;
    background-position: right center;
    background-size: auto 112%;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(54,20,25,.94) 0%, rgba(82,31,39,.86) 42%, rgba(91,37,45,.48) 67%, rgba(47,21,25,.2) 100%),
      linear-gradient(90deg, #71333d 0%, transparent 70%);
  }
}

@media (min-width: 761px) {
  .hero {
    background-color: #622b34;
    background-image:
      radial-gradient(circle at 78% 45%, rgba(215,100,112,.16), transparent 30%),
      linear-gradient(115deg, #4d2027 0%, #6e303a 55%, #8e4651 100%);
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(39,15,19,.35) 0%, transparent 58%),
      radial-gradient(circle at 12% 75%, rgba(209,63,80,.16), transparent 35%);
  }

  .hero__content {
    padding-right: 0;
    flex: none;
  }

  .hero h1 {
    width: min(56vw, 700px);
    max-width: 700px;
  }

  .hero__content > p {
    width: min(48vw, 560px);
    max-width: 560px;
  }

  .hero .eyebrow {
    width: max-content;
    max-width: 50vw;
    white-space: nowrap;
  }

  .hero__actions,
  .hero__note {
    width: max-content;
    max-width: 52vw;
  }

  .hero__note > span:last-child {
    min-width: 230px;
  }

  .hero__logo-art {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: max(5vw, calc((100vw - 1280px) / 2));
    width: clamp(360px, 25vw, 850px);
    display: block;
    translate: 0 -45%;
    pointer-events: none;
  }

  .hero__logo-art img {
    width: 100%;
    max-height: 76vh;
    filter: brightness(0) invert(1) drop-shadow(0 28px 45px rgba(44,10,16,.14));
  }
}

.trust { background: #fff; }
.trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust article { position: relative; min-height: 245px; padding: 48px 42px; border-right: 1px solid var(--line); }
.trust article:first-child { border-left: 1px solid var(--line); }
.trust__number { position: absolute; right: 24px; top: 20px; color: rgba(81,57,45,.28); font-family: var(--serif); font-size: 12px; }
.icon-wrap { width: 46px; height: 46px; margin-bottom: 25px; display: grid; place-items: center; color: var(--olive); border: 1px solid rgba(140,145,108,.45); border-radius: 50%; }
.icon-wrap svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.trust h3, .steps h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.trust p, .steps p { margin: 0; color: #75696b; font-size: 13px; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 52px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
h2 { font-size: clamp(44px, 5vw, 68px); color: var(--brown); }
h2 em { color: var(--olive); }
.section-heading > p { max-width: 390px; margin: 0 0 8px; color: #74686a; font-size: 14px; }
.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.service-card { position: relative; min-height: 425px; padding: 34px; overflow: hidden; display: flex; align-items: flex-end; background: #f8f1f2; border-radius: 14px; color: var(--brown); }
.service-card--featured { color: #fff; background: var(--olive); }
.service-card__badge { position: absolute; z-index: 2; top: 22px; right: 22px; padding: 7px 13px; color: #fff; background: var(--magenta); border-radius: 999px; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.service-card__lineart { position: absolute; inset: 0; opacity: .15; background: radial-gradient(ellipse at 70% 24%, transparent 0 16%, currentColor 16.3% 16.8%, transparent 17.1%), radial-gradient(ellipse at 70% 105%, transparent 0 44%, currentColor 44.2% 44.7%, transparent 45%); }
.service-card__lineart--legs { background: linear-gradient(75deg, transparent 49.5%, currentColor 50%, transparent 50.5%) 60% 10%/80px 320px no-repeat, linear-gradient(105deg, transparent 49.5%, currentColor 50%, transparent 50.5%) 80% 10%/80px 320px no-repeat; }
.service-card__lineart--face { background: radial-gradient(ellipse at 70% 28%, transparent 0 20%, currentColor 20.3% 20.8%, transparent 21%), radial-gradient(ellipse at 60% 90%, transparent 0 35%, currentColor 35.3% 35.8%, transparent 36%); }
.service-card__content { position: relative; z-index: 1; width: 100%; }
.service-card__kicker { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.service-card h3 { margin: 8px 0 5px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.service-card p { max-width: 260px; min-height: 42px; margin: 0 0 24px; font-size: 12px; opacity: .72; }
.price { display: flex; align-items: center; gap: 12px; }
.price strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.price s { opacity: .55; font-size: 12px; }
.round-link { position: absolute; right: 0; bottom: 0; width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; background: transparent; font-size: 20px; cursor: pointer; transition: all .2s; }
.round-link:hover { color: #fff; background: var(--magenta); border-color: var(--magenta); transform: rotate(45deg); }
.price-list { margin-top: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-list__toggle { width: 100%; padding: 24px 4px; display: flex; justify-content: space-between; border: 0; background: none; font-weight: 600; cursor: pointer; }
.price-list__plus { font-size: 24px; font-weight: 400; transition: rotate .25s; }
.price-list__toggle[aria-expanded="true"] .price-list__plus { rotate: 45deg; }
.price-list__content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 42px; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s; }
.price-list__content.open { max-height: 300px; padding-bottom: 25px; }
.price-list__content div { display: flex; justify-content: space-between; padding: 13px 4px; border-top: 1px solid var(--line); font-size: 13px; }

.about { background: #fff; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about__visual { min-height: 650px; position: relative; }
.about__arch { height: 620px; overflow: hidden; border-radius: 300px 300px 16px 16px; background: var(--beige); }
.about__arch img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.about__experience { position: absolute; right: -45px; bottom: 55px; width: 160px; height: 160px; padding: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--magenta); color: #fff; border-radius: 50%; text-align: center; }
.about__experience strong { font-family: var(--serif); font-size: 45px; font-weight: 400; line-height: 1; }
.about__experience span { margin-top: 6px; font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: .06em; }
.about__lead { margin: 30px 0 20px; color: var(--brown); font-family: var(--serif); font-size: 22px; line-height: 1.45; }
.about__content > p:not(.about__lead) { color: #756a6c; font-size: 14px; }
.about__stats { margin: 38px 0; padding: 28px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about__stats div { display: flex; flex-direction: column; gap: 5px; }
.about__stats strong { color: var(--olive-dark); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.about__stats span { font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.text-link { padding: 0 0 7px; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--brown); font-size: 12px; font-weight: 600; cursor: pointer; }
.text-link span { margin-left: 20px; }

.steps { background: var(--beige); }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(112,62,69,.18); }
.steps article { padding: 36px 45px 0 0; border-right: 1px solid rgba(112,62,69,.18); }
.steps article:not(:first-child) { padding-left: 45px; }
.steps article:last-child { border: 0; }
.steps article > span { display: block; margin-bottom: 75px; color: var(--magenta); font-family: var(--serif); font-size: 12px; }
.steps h3 { font-size: 27px; }

.offer { padding: 95px 0; position: relative; overflow: hidden; color: #fff; background: #873642; }
.offer::after { content: "E"; position: absolute; right: 4%; top: -54%; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 600px; font-style: italic; line-height: 1; }
.offer__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.offer h2 { color: #fff; }
.offer h2 em { color: #f5dfe2; }
.offer__copy > p { max-width: 480px; color: rgba(255,255,255,.7); font-size: 14px; }
.lead-form { padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 14px; color: var(--ink); background: #fff; border-radius: 14px; }
.lead-form label, .modal-form label { display: flex; flex-direction: column; gap: 7px; }
.lead-form label span, .modal-form label span { color: #786c6e; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lead-form input, .modal-form input, .modal-form select { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); outline: none; background: transparent; border-radius: 0; font-size: 13px; }
.lead-form input:focus, .modal-form input:focus, .modal-form select:focus { border-color: var(--olive); }
.lead-form .button { grid-column: 1 / -1; color: #fff; background: var(--olive); }
.lead-form small { grid-column: 1 / -1; color: #9a918c; font-size: 8px; text-align: center; }

.reviews { overflow: hidden; background: #fff; }
.reviews__heading { align-items: center; }
.reviews__intro { max-width: 400px; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.reviews__intro p { margin: 0; color: #74686a; font-size: 14px; }
.reviews__controls { display: flex; align-items: center; gap: 9px; }
.reviews__controls > span { margin-right: 8px; color: var(--olive-dark); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.reviews__arrow { width: 43px; height: 43px; padding: 0; display: grid; place-items: center; color: var(--olive-dark); background: transparent; border: 1px solid var(--line); border-radius: 50%; font-size: 17px; cursor: pointer; transition: color .2s, background .2s, opacity .2s; }
.reviews__arrow:hover { color: #fff; background: var(--olive); border-color: var(--olive); }
.reviews__arrow:disabled { opacity: .3; cursor: default; }
.reviews__arrow:disabled:hover { color: var(--olive-dark); background: transparent; border-color: var(--line); }
.reviews__track { width: calc(100vw - max(24px, (100vw - 1180px) / 2)); padding: 8px max(24px, calc((100vw - 1180px) / 2)) 38px 0; display: flex; align-items: flex-start; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.reviews__track::-webkit-scrollbar { display: none; }
.reviews__track.is-dragging { scroll-snap-type: none; cursor: grabbing; user-select: none; }
.reviews__track.is-dragging img { pointer-events: none; }
.review-shot { width: clamp(285px, 25vw, 360px); margin: 0; flex: none; scroll-snap-align: start; }
.review-shot:nth-child(even) { margin-top: 54px; }
.review-shot img { width: 100%; height: auto; display: block; background: #222328; border: 8px solid var(--cream); border-radius: 22px; box-shadow: 0 18px 45px rgba(69,35,40,.12); user-select: none; -webkit-user-drag: none; transition: transform .3s ease, box-shadow .3s ease; }
.review-shot:hover img { transform: translateY(-7px); box-shadow: 0 26px 55px rgba(69,35,40,.18); }

.faq { background: var(--cream); }
.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq__grid > div:first-child > p { max-width: 360px; color: #786c6e; font-size: 13px; }
.accordion { border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item button { width: 100%; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; border: 0; background: none; font-family: var(--serif); font-size: 21px; text-align: left; cursor: pointer; }
.accordion__item i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: var(--sans); font-style: normal; font-size: 16px; }
.accordion__answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.accordion__answer p { max-width: 620px; margin: 0; padding: 0 50px 25px 0; color: #74686a; font-size: 13px; }
.accordion__item:first-child .accordion__answer { max-height: 180px; }

.contacts { padding: 120px 0; background: #fff; }
.contacts__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: stretch; }
.contact-row { padding: 22px 0; display: grid; grid-template-columns: 130px 1fr; border-bottom: 1px solid var(--line); font-size: 13px; }
.contact-row > span { color: #928883; }
.contact-row strong { font-weight: 500; }
.contact-row a { font-family: var(--serif); font-size: 22px; }
.contacts__actions { margin-top: 34px; display: flex; align-items: center; gap: 10px; }
.social-link { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; font-weight: 600; }
.map { min-height: 550px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #eee7e8; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map__open { position: absolute; z-index: 2; right: 16px; bottom: 16px; padding: 13px 18px; color: #fff; background: var(--magenta); border-radius: 999px; font-size: 10px; font-weight: 600; letter-spacing: .04em; box-shadow: 0 10px 28px rgba(81,57,45,.2); transition: transform .2s, background .2s; }
.map__open:hover { transform: translateY(-2px); background: #b82f43; }

.footer { padding: 42px 0; color: rgba(255,255,255,.72); background: #3f292c; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer p, .footer__inner > a:not(.logo) { font-size: 9px; }

.floating-booking { position: fixed; z-index: 15; right: 24px; bottom: 24px; width: 90px; height: 90px; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 5px solid rgba(255,255,255,.82); border-radius: 50%; color: #fff; background: var(--magenta); box-shadow: 0 10px 30px rgba(81,57,45,.18); cursor: pointer; isolation: isolate; transition: transform .2s; }
.floating-booking::before,
.floating-booking::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.floating-booking::before { inset: -7px; border: 2px solid rgba(255,255,255,.52); }
.floating-booking::after { inset: -14px; background: rgba(215,63,82,.34); box-shadow: 0 0 0 12px rgba(215,63,82,.18); animation: booking-wave 2.2s ease-in-out infinite alternate; }
.floating-booking:hover { transform: scale(1.05); }
.floating-booking svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.floating-booking span { font-size: 8px; line-height: 1.2; letter-spacing: .06em; text-transform: uppercase; }

@keyframes booking-wave {
  from { transform: scale(.94); opacity: .62; }
  to { transform: scale(1.08); opacity: 1; }
}

.modal { position: fixed; z-index: 100; inset: 0; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.modal.open { visibility: visible; opacity: 1; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(29,24,21,.68); backdrop-filter: blur(5px); }
.modal__dialog { position: absolute; right: 0; top: 0; bottom: 0; width: min(520px, 100%); padding: 68px 60px; overflow-y: auto; background: #fff; translate: 100% 0; transition: translate .35s ease; }
.modal.open .modal__dialog { translate: 0; }
.modal__close { position: absolute; right: 28px; top: 24px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: none; font-size: 24px; cursor: pointer; }
.modal h2 { font-size: 47px; }
.modal__dialog > p { color: #766b65; font-size: 13px; }
.modal-form { margin-top: 35px; display: grid; gap: 22px; }
.modal-form .button { margin-top: 8px; width: 100%; }
.modal-form small { color: #9a918c; font-size: 8px; text-align: center; }

.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; min-width: 320px; padding: 15px 20px; display: flex; align-items: center; gap: 12px; color: #fff; background: #873642; border-radius: 10px; opacity: 0; pointer-events: none; translate: -50% 30px; transition: opacity .25s, translate .25s; box-shadow: 0 14px 40px rgba(0,0,0,.2); }
.toast.show { opacity: 1; translate: -50% 0; }
.toast > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.toast p { margin: 0; display: flex; flex-direction: column; font-size: 10px; color: rgba(255,255,255,.65); }
.toast strong { color: #fff; font-size: 12px; }

.gift-strip { padding: 34px 0; color: #fff; background: var(--magenta); }
.gift-strip__grid { display: grid; grid-template-columns: 1fr auto 1fr auto; align-items: center; gap: 28px; }
.gift-strip__grid > div { display: flex; align-items: center; gap: 16px; }
.gift-strip__grid > div > strong { font-family: var(--serif); font-size: 40px; font-weight: 400; line-height: 1; }
.gift-strip__grid p { margin: 0; display: flex; flex-direction: column; }
.gift-strip__grid b { font-size: 12px; }
.gift-strip__grid p span { max-width: 230px; color: rgba(255,255,255,.72); font-size: 9px; }
.text-link--light { color: #fff; }

.complex-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.complex-card { min-height: 340px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; background: #f8f1f2; border: 1px solid rgba(185,95,105,.08); border-radius: 14px; }
.complex-card--accent { color: #fff; background: var(--olive); }
.complex-card > span { color: var(--olive-dark); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.complex-card--accent > span { color: rgba(255,255,255,.7); }
.complex-card h3 { margin: 24px 0 auto; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.3; }
.complex-card .price { margin: 28px 0 20px; }
.complex-card .price strong { color: var(--magenta); font-size: 31px; }
.complex-card--accent .price strong { color: #fff; }
.complex-card .button { min-height: 50px; padding: 14px 25px; }

.catalog { background: #fff; }
.catalog__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.price-group { padding: 34px; background: var(--cream); border-radius: 12px; }
.price-group h3 { margin: 0 0 22px; color: var(--brown); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.price-group > div:not(.price-group__columns),
.price-group__columns > div { padding: 12px 0; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); color: #706466; font-size: 12px; }
.price-group strong { color: var(--brown); white-space: nowrap; }
.price-group--wide { grid-column: 1 / -1; }
.price-group__columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 45px; }
.catalog__cta { margin-top: 22px; padding: 25px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--beige); border-radius: 12px; }
.catalog__cta p { margin: 0; font-family: var(--serif); font-size: 22px; }
.catalog__cta .button { min-height: 50px; }
.catalog__seo { margin-top: 22px; padding: 36px 40px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; background: #f8f3f1; border: 1px solid var(--line); border-radius: 12px; }
.catalog__seo h3 { margin: 0; color: var(--brown); font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.2; }
.catalog__seo p { margin: 0; color: #706466; font-size: 13px; line-height: 1.75; }
.catalog__seo p + p { margin-top: 14px; }
.seo-about { padding-top: 0; background: var(--cream); }
.seo-about .catalog__seo { margin-top: 0; background: #fff; }

.benefit-list { margin-top: 30px; border-top: 1px solid var(--line); }
.benefit-list > div { padding: 17px 0; display: grid; grid-template-columns: 35px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.benefit-list > div > span { color: var(--magenta); font-family: var(--serif); font-size: 11px; }
.benefit-list p { margin: 0; display: flex; flex-direction: column; color: #756a6c; font-size: 12px; }
.benefit-list strong { margin-bottom: 3px; color: var(--brown); font-family: var(--serif); font-size: 19px; font-weight: 400; }

.masters { overflow: hidden; background: var(--beige); }
.masters__heading { align-items: center; }
.masters__grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px; align-items: start; }
.master-card { min-width: 0; }
.master-card--offset { margin-top: 95px; }
.master-card__photo { aspect-ratio: 2 / 3; position: relative; overflow: hidden; background: #e9dfe1; border-radius: 240px 240px 14px 14px; }
.master-card--offset .master-card__photo { border-radius: 14px 14px 240px 240px; }
.master-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .7s ease; }
.master-card:hover .master-card__photo img { transform: scale(1.025); }
.master-card__info { padding: 22px 3px 0; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.master-card__info h3 { margin: 0 0 4px; color: var(--brown); font-family: var(--serif); font-size: 31px; font-weight: 400; }
.master-card__info p { margin: 0; color: #7b6e70; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.master-card__info .round-link { position: static; flex: none; color: var(--olive-dark); }
.master-card__info .round-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.results { overflow: hidden; background: #fff; }
.results__heading { align-items: center; }
.results__intro { max-width: 400px; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.results__intro p { margin: 0; color: #74686a; font-size: 14px; }
.results__controls { display: flex; align-items: center; gap: 9px; }
.results__controls > span { margin-right: 8px; color: var(--olive-dark); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.results__arrow { width: 43px; height: 43px; padding: 0; display: grid; place-items: center; color: var(--olive-dark); background: transparent; border: 1px solid var(--line); border-radius: 50%; font-size: 17px; cursor: pointer; transition: color .2s, background .2s, opacity .2s; }
.results__arrow:hover { color: #fff; background: var(--olive); border-color: var(--olive); }
.results__arrow:disabled { opacity: .3; cursor: default; }
.results__arrow:disabled:hover { color: var(--olive-dark); background: transparent; border-color: var(--line); }
.results__track { width: calc(100vw - max(24px, (100vw - 1180px) / 2)); padding: 5px max(24px, calc((100vw - 1180px) / 2)) 25px 0; display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.results__track.is-dragging { scroll-snap-type: none; cursor: grabbing; user-select: none; }
.results__track.is-dragging img { pointer-events: none; }
.results__track::-webkit-scrollbar { display: none; }
.result-card { width: clamp(260px, 27vw, 350px); margin: 0; flex: none; scroll-snap-align: start; }
.result-card img { width: 100%; aspect-ratio: 761 / 1350; display: block; object-fit: cover; border-radius: 150px 150px 12px 12px; user-select: none; -webkit-user-drag: none; transition: transform .35s ease, box-shadow .35s ease; }
.result-card:hover img { transform: translateY(-6px); box-shadow: 0 22px 42px rgba(79,48,52,.12); }
.result-card figcaption { padding: 14px 3px 0; display: flex; align-items: center; gap: 12px; color: #776a6c; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.result-card figcaption span { color: var(--olive); font-family: var(--serif); font-size: 15px; letter-spacing: 0; }
.results__note { max-width: 760px; margin: 22px 0 0; color: #998d8f; font-size: 9px; line-height: 1.6; }

.steps__grid--four { grid-template-columns: repeat(4, 1fr); }
.steps__grid--four article { padding-right: 28px; }
.steps__grid--four article:not(:first-child) { padding-left: 28px; }

.equipment { padding: 120px 0; color: #fff; background: #773641; }
.equipment__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.equipment__photo { height: 650px; overflow: hidden; border-radius: 300px 300px 14px 14px; }
.equipment__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.equipment h2 { color: #fff; }
.equipment h2 em { color: #f5dfe2; }
.equipment__lead { margin: 27px 0; color: #fff; font-family: var(--serif); font-size: 21px; line-height: 1.45; }
.equipment__content > p:last-child { color: rgba(255,255,255,.65); font-size: 13px; }
.equipment__facts { margin: 32px 0; border-top: 1px solid rgba(255,255,255,.18); }
.equipment__facts div { padding: 18px 0; display: grid; grid-template-columns: 125px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.equipment__facts strong { color: #f5dfe2; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.equipment__facts span { color: rgba(255,255,255,.7); font-size: 11px; }

.studio-photo { background: #fff; }
.studio-photo__heading > p { max-width: 430px; }
.studio-gallery { padding: 20px 0 60px; display: grid; grid-template-columns: 1.12fr .88fr 1.12fr .88fr; gap: 22px; align-items: start; }
.studio-gallery__item { margin: 0; position: relative; }
.studio-gallery__item:nth-child(2),
.studio-gallery__item:nth-child(4),
.studio-gallery__item:nth-child(6),
.studio-gallery__item:nth-child(8) { margin-top: 76px; }
.studio-gallery__item:nth-child(3),
.studio-gallery__item:nth-child(7) { margin-top: 28px; }
.studio-gallery__item > div { aspect-ratio: 2 / 3; padding: 20px; position: relative; overflow: hidden; display: flex; align-items: flex-end; justify-content: space-between; color: var(--olive-dark); background: var(--beige); border: 1px solid var(--line); border-radius: 180px 180px 12px 12px; transition: transform .35s ease, box-shadow .35s ease; }
.studio-gallery__item:nth-child(3n + 2) > div { border-radius: 12px 12px 180px 180px; }
.studio-gallery__item:nth-child(4n) > div { border-radius: 110px 12px 110px 12px; }
.studio-gallery__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.studio-gallery__item:hover > div { transform: translateY(-8px); box-shadow: 0 24px 45px rgba(79,48,52,.12); }
.studio-gallery__item:hover img { transform: scale(1.035); }
.studio-gallery__item figcaption { padding: 13px 3px 0; display: flex; align-items: center; gap: 9px; color: #806f72; font-family: var(--serif); font-size: 14px; font-style: italic; }
.studio-gallery__item figcaption::before { content: ""; width: 22px; height: 1px; background: var(--olive); }

.lead-form .consent, .modal-form .consent { grid-column: 1 / -1; display: flex; flex-direction: row; align-items: flex-start; gap: 9px; cursor: pointer; }
.lead-form .consent input, .modal-form .consent input { width: 17px; height: 17px; margin: 1px 0 0; flex: none; accent-color: var(--olive); }
.lead-form .consent span, .modal-form .consent span { color: #766c66; font-size: 9px; font-weight: 400; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.consent a { text-decoration: underline; }
.self-booking { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #918781; font-size: 9px; }
.self-booking div { display: flex; gap: 8px; }
.self-booking a { padding: 9px 14px; color: var(--brown); border: 1px solid var(--line); border-radius: 999px; font-size: 10px; }
.messenger-note { max-width: 430px; margin-top: 16px; color: #948a84; font-size: 9px; }

.legal-page { background: var(--cream); }
.legal-header { padding: 24px 0; color: var(--brown); border-bottom: 1px solid var(--line); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.legal-header .container > a:last-child { font-size: 11px; }
.legal-content { max-width: 900px; padding-top: 80px; padding-bottom: 100px; }
.legal-content h1 { margin: 0 0 45px; color: var(--brown); font-family: var(--serif); font-size: clamp(42px, 6vw, 70px); font-weight: 400; line-height: 1.05; }
.legal-content h2 { margin: 48px 0 14px; font-size: 27px; }
.legal-content p { color: #665c56; font-size: 14px; }
.legal-note { margin-top: 45px; padding: 22px; background: var(--beige); border-radius: 10px; }
.legal-note a { color: var(--olive-dark); text-decoration: underline; }

.thanks-page { min-height: 100vh; color: #fff; background: radial-gradient(circle at 18% 22%, rgba(215,63,82,.26), transparent 32%), linear-gradient(135deg, #5b2530 0%, #873642 48%, #3f292c 100%); }
.thanks { min-height: 100vh; padding: 28px; display: grid; place-items: center; }
.thanks__card { width: min(100%, 760px); padding: clamp(34px, 6vw, 70px); position: relative; overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; box-shadow: 0 30px 90px rgba(31,14,18,.28); backdrop-filter: blur(16px); }
.thanks__card::after { content: ""; position: absolute; right: -90px; top: -90px; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.thanks__icon { width: 62px; height: 62px; margin: 44px 0 22px; display: grid; place-items: center; color: #873642; background: #fff; border-radius: 50%; font-size: 27px; }
.thanks h1 { max-width: 620px; margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 88px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.thanks h1 em { color: #f5dfe2; font-weight: 400; }
.thanks__card > p:not(.eyebrow) { max-width: 540px; margin: 24px 0 34px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.65; }
.thanks__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.thanks__actions .button { background: var(--magenta); }
.thanks__actions .button--white { color: var(--brown); background: #fff; }
.thanks__socials { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: rgba(255,255,255,.64); font-size: 12px; }
.thanks__socials a { padding: 9px 14px; color: #fff; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1050px) {
  .nav { display: none; }
  .menu-toggle { width: 42px; height: 42px; padding: 0; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; order: 3; }
  .menu-toggle span { width: 17px; height: 1px; margin: 0 auto; background: #fff; transition: transform .2s; }
  .menu-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav.open { position: absolute; left: 0; right: 0; top: 94px; padding: 28px 24px; display: flex; flex-direction: column; align-items: flex-start; background: rgba(37,31,27,.96); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card--featured { grid-column: 1 / -1; }
  .about__grid, .faq__grid { gap: 60px; }
  .offer__inner { gap: 50px; }
  .gift-strip__grid { grid-template-columns: 1fr auto; }
  .steps__grid--four { grid-template-columns: repeat(2, 1fr); }
  .steps__grid--four article:nth-child(2) { border-right: 0; }
  .equipment__grid { gap: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .promo-bar { padding-inline: 32px; font-size: 9px; }
  .promo-bar__close { right: 10px; }
  .header__inner { min-height: 76px; }
  .header__contact { display: none; }
  .nav.open { top: 76px; }
  .hero { min-height: 760px; height: 100svh; background-position: 58% center; }
  .hero::before { background: linear-gradient(90deg, rgba(54,20,25,.94), rgba(88,36,43,.51)), linear-gradient(0deg, rgba(54,20,25,.64), transparent 55%); }
  .hero__content { padding-top: 100px; }
  .hero h1 { font-size: 49px; }
  .hero__content > p { font-size: 14px; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .hero__actions .button { width: min(100%, 340px); min-width: 0; }
  .hero__scroll { display: none; }
  .trust__grid { grid-template-columns: 1fr; padding-block: 15px; }
  .trust article, .trust article:first-child { min-height: 0; padding: 30px 25px; display: grid; grid-template-columns: auto 1fr; column-gap: 18px; border: 0; border-bottom: 1px solid var(--line); }
  .trust article:last-child { border: 0; }
  .trust .icon-wrap { grid-row: 1 / 3; margin: 0; }
  .trust h3 { margin-top: 2px; }
  .section, .contacts { padding: 80px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 36px; }
  h2 { font-size: 43px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card--featured { grid-column: auto; min-height: 360px; }
  .price-list__content { grid-template-columns: 1fr; }
  .price-list__content.open { max-height: 600px; }
  .about__grid, .offer__inner, .faq__grid, .contacts__grid { grid-template-columns: 1fr; gap: 45px; }
  .about__grid { display: flex; flex-direction: column-reverse; }
  .about__visual { width: 100%; min-height: 500px; }
  .about__arch { height: 500px; }
  .about__experience { right: -4px; bottom: -18px; width: 130px; height: 130px; padding: 23px; }
  .about__stats { gap: 15px; }
  .about__stats strong { font-size: 23px; }
  .masters__grid { grid-template-columns: 1fr; gap: 45px; }
  .master-card--offset { margin-top: 0; }
  .master-card__photo { aspect-ratio: 3 / 4; }
  .results__heading { gap: 24px; }
  .results__track { width: calc(100% + 16px); margin-right: -16px; padding-right: 16px; }
  .result-card { width: min(76vw, 310px); }
  .steps__grid { grid-template-columns: 1fr; }
  .steps article, .steps article:not(:first-child) { padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(81,57,45,.24); }
  .steps article > span { margin-bottom: 25px; }
  .offer { padding: 75px 0; }
  .lead-form { padding: 28px 22px; grid-template-columns: 1fr; }
  .lead-form .button, .lead-form small { grid-column: auto; }
  .rating { align-self: flex-start; }
  .contacts__grid { gap: 55px; }
  .map { min-height: 390px; }
  .footer__inner { flex-wrap: wrap; }
  .footer .logo { width: 100%; }
  .floating-booking { width: 72px; height: 72px; right: 14px; bottom: 14px; border-width: 4px; }
  .floating-booking svg { width: 18px; }
  .floating-booking span { font-size: 7px; }
  .modal__dialog { padding: 65px 24px 35px; }
  .modal h2 { font-size: 40px; }
  .gift-strip__grid { grid-template-columns: 1fr; gap: 20px; }
  .gift-strip__grid > div { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.25); }
  .complex-grid, .catalog__grid, .price-group__columns, .equipment__grid { grid-template-columns: 1fr; }
  .price-group--wide { grid-column: auto; }
  .complex-card { min-height: 310px; }
  .catalog__cta { align-items: flex-start; flex-direction: column; }
  .catalog__seo { padding: 28px 24px; grid-template-columns: 1fr; gap: 22px; }
  .catalog__seo h3 { font-size: 27px; }
  .steps__grid--four { grid-template-columns: 1fr; }
  .steps__grid--four article, .steps__grid--four article:not(:first-child) { padding: 25px 0; border-right: 0; }
  .equipment { padding: 80px 0; }
  .equipment__photo { height: 480px; }
  .studio-gallery { width: calc(100% + 16px); margin-right: -16px; padding: 8px 16px 28px 0; display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .studio-gallery::-webkit-scrollbar { display: none; }
  .studio-gallery__item,
  .studio-gallery__item:nth-child(n) { width: min(72vw, 290px); margin-top: 0; flex: none; scroll-snap-align: start; }
  .studio-gallery__item > div { border-radius: 140px 140px 12px 12px; }
  .studio-gallery__item:nth-child(even) > div { border-radius: 12px 12px 140px 140px; }
  .reviews__heading { gap: 24px; }
  .reviews__track { width: calc(100% + 16px); margin-right: -16px; padding-right: 16px; gap: 14px; }
  .review-shot { width: min(78vw, 320px); }
  .review-shot:nth-child(even) { margin-top: 28px; }
  .lead-form .consent { grid-column: auto; }
  .legal-header .container { align-items: flex-start; flex-direction: column; }
  .legal-content { padding-top: 55px; }
}

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

@page {
  size: A3 landscape;
  margin: 0;
}

@media print {
  *,
  *::before,
  *::after {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .floating-booking,
  .modal,
  .toast {
    display: none !important;
  }

  .result-card,
  .master-card,
  .service-card,
  .complex-card,
  .review-card {
    break-inside: avoid;
  }
}
