/* ==========================================================
   LUMIÈRE — ГОТОВОЕ BEAUTY-РЕШЕНИЕ SOFTFLOW
   Все основные цвета меняются в :root.
========================================================== */
:root {
  --ink: #151211;
  --ink-soft: #211c1a;
  --graphite: #2b2523;
  --paper: #f7f0e9;
  --paper-soft: #efe4da;
  --rose: #b58a83;
  --rose-dark: #8f625b;
  --gold: #c9a76a;
  --gold-light: #ead3a3;
  --white: #fffdf9;
  --muted: #9d918b;
  --line-dark: rgba(234, 211, 163, .18);
  --line-light: rgba(73, 48, 38, .14);
  --shadow: 0 24px 70px rgba(28, 20, 17, .15);
  --radius: 26px;
  --font-body: "Montserrat", Arial, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #3d302b;
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
.site-header.is-scrolled { background: rgba(21,18,17,.94); box-shadow: 0 12px 36px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 9999;
  padding: 12px 18px; color: var(--ink); background: var(--white); border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.demo-bar {
  min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 18px;
  padding: 7px 20px; color: var(--ink); background: linear-gradient(90deg, #d7bb84, #efd9ae, #c9a76a);
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}
.demo-bar a { text-underline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 1000; height: 82px;
  background: rgba(21, 18, 17, .82); border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  transition: height .3s ease, border-color .3s ease, background .3s ease;
}
.site-header.scrolled { height: 70px; background: rgba(21, 18, 17, .96); border-color: var(--line-dark); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(234, 211, 163, .55);
  border-radius: 50% 50% 50% 14%; color: var(--gold-light); font-family: var(--font-display); font-size: 25px;
  transform: rotate(45deg);
}
.brand-mark > span { display: block; transform: rotate(-45deg); }
.brand-mark { text-indent: 1px; }
.brand-name { font-family: var(--font-display); font-size: 23px; font-weight: 600; letter-spacing: .15em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.main-nav a { position: relative; color: rgba(255, 253, 249, .78); text-decoration: none; font-size: 12px; font-weight: 500; letter-spacing: .03em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { right: 0; }
.header-cta { padding: 11px 18px; color: var(--ink); background: var(--gold-light); border-radius: 999px; text-decoration: none; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--white); transition: .25s ease; }

.hero { position: relative; min-height: calc(100svh - 116px); display: grid; align-items: center; overflow: hidden; background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/beauty-hero.webp") center/cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(16, 14, 13, .96) 0%, rgba(16, 14, 13, .86) 34%, rgba(16, 14, 13, .24) 67%, rgba(16, 14, 13, .12) 100%); }
.hero-inner { position: relative; z-index: 2; padding-block: 90px; }
.hero-copy { width: min(600px, 55%); color: var(--white); }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--font-display); line-height: 1.02; }
h1 { margin-bottom: 26px; font-size: clamp(56px, 6.8vw, 96px); font-weight: 500; letter-spacing: -.03em; }
h1 em { color: var(--gold-light); font-weight: 500; }
.hero-lead { width: min(510px, 100%); margin: 0; color: rgba(255, 253, 249, .76); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 25px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 34px rgba(201, 167, 106, .18); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: var(--gold); background: rgba(201,167,106,.1); }
.hero-note { width: min(480px, 100%); margin: 24px 0 0; color: rgba(255,255,255,.49); font-size: 12px; line-height: 1.6; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 24px; width: 26px; height: 46px; border: 1px solid rgba(255,255,255,.28); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 4px; height: 4px; background: var(--gold-light); border-radius: 50%; transform: translateX(-50%); animation: scrollDot 1.8s ease-in-out infinite; }
@keyframes scrollDot { 0%,100% { opacity:.25; transform: translate(-50%,0); } 50% { opacity:1; transform: translate(-50%,17px); } }

.trust-strip { color: var(--white); background: var(--ink-soft); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 28px 18px; text-align: center; border-right: 1px solid var(--line-dark); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { color: var(--gold-light); font-family: var(--font-display); font-size: 30px; line-height: 1; }
.trust-grid span { color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.section-heading { max-width: 660px; margin: 0 auto 55px; text-align: center; }
.section-heading h2, .about-copy h2, .booking-copy h2, .contacts-copy h2, .solution-inner h2 { margin-bottom: 20px; color: var(--ink); font-size: clamp(42px, 5vw, 65px); font-weight: 600; letter-spacing: -.025em; }
.section-heading > p:last-child { margin: 0; color: #76665f; }
.section-heading-light h2 { color: var(--white); }
.section-heading-light > p:last-child { color: rgba(255,255,255,.58); }

.services { background: radial-gradient(circle at 15% 20%, rgba(201,167,106,.14), transparent 26%), var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 30px; background: rgba(255,253,249,.72); border: 1px solid var(--line-light); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(45,31,25,.06); overflow: hidden; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(143,98,91,.35); box-shadow: var(--shadow); }
.service-card::before { content: ""; position: absolute; width: 120px; height: 120px; right: -54px; top: -58px; border: 1px solid rgba(201,167,106,.23); border-radius: 50%; }
.service-number { color: var(--rose-dark); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.service-icon { margin: 24px 0 12px; color: var(--gold); font-size: 27px; }
.service-card h3 { margin-bottom: 12px; color: var(--ink); font-size: 27px; font-weight: 600; }
.service-card p { margin: 0 0 24px; color: #796a63; font-size: 14px; }
.service-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line-light); font-size: 11px; }
.service-meta span { color: #8b7d76; }
.service-meta strong { color: var(--rose-dark); }

.portfolio, .reviews { color: var(--white); background: var(--ink); }
.portfolio-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 16px; }
.portfolio-item { position: relative; min-height: 470px; margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--graphite); }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.portfolio-item:hover img { transform: scale(1.04); }
.portfolio-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(14,12,11,.82)); }
.portfolio-item figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 24px; display: flex; flex-direction: column; }
.portfolio-item figcaption span { margin-bottom: 4px; color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.portfolio-item figcaption strong { font-family: var(--font-display); font-size: 26px; font-weight: 600; }

.about { background: var(--paper-soft); }
.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.about-visual { position: relative; }
.about-visual img { width: 100%; min-height: 560px; object-fit: cover; object-position: 66% center; border-radius: 180px 24px 180px 24px; box-shadow: var(--shadow); }
.experience-card { position: absolute; right: -26px; bottom: 42px; width: 180px; height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px; color: var(--white); background: rgba(31,25,23,.9); border: 1px solid var(--line-dark); border-radius: 50%; text-align: center; backdrop-filter: blur(12px); }
.experience-card strong { color: var(--gold-light); font-family: var(--font-display); font-size: 54px; line-height: 1; }
.experience-card span { font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .06em; }
.about-copy .lead { color: #4b3b35; font-size: 18px; }
.about-copy > p:not(.eyebrow) { color: #76665f; }
.check-list { margin: 30px 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.check-list li { position: relative; padding-left: 25px; color: #554740; font-size: 13px; }
.check-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--rose-dark); font-size: 12px; font-weight: 700; text-underline-offset: 6px; text-transform: uppercase; letter-spacing: .05em; }
.text-link span { font-size: 18px; }

.process { background: var(--white); }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; counter-reset: none; }
.process-grid li { position: relative; padding: 20px 30px 25px; border-left: 1px solid var(--line-light); }
.process-grid li:last-child { border-right: 1px solid var(--line-light); }
.process-grid li > span { color: var(--gold); font-family: var(--font-display); font-size: 38px; }
.process-grid h3 { margin: 18px 0 10px; color: var(--ink); font-size: 24px; }
.process-grid p { margin: 0; color: #7b6b64; font-size: 13px; }

.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review-card { margin: 0; padding: 34px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); border: 1px solid var(--line-dark); border-radius: var(--radius); }
.stars { color: var(--gold); letter-spacing: .2em; }
.review-card > p { margin: 25px 0 30px; color: rgba(255,255,255,.75); font-family: var(--font-display); font-size: 23px; line-height: 1.45; }
.review-card footer { display: flex; flex-direction: column; gap: 3px; }
.review-card footer strong { font-size: 13px; }
.review-card footer span, .demo-caption { color: rgba(255,255,255,.4); font-size: 11px; }
.demo-caption { margin: 22px 0 0; text-align: center; }

.booking { background: radial-gradient(circle at 80% 10%, rgba(181,138,131,.2), transparent 33%), var(--paper); }
.booking-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(45px, 8vw, 100px); align-items: start; }
.booking-copy { position: sticky; top: 110px; }
.booking-copy > p:not(.eyebrow) { color: #76665f; }
.booking-warning { display: grid; grid-template-columns: 34px 1fr; gap: 14px; margin: 32px 0; padding: 20px; border: 1px solid rgba(181,138,131,.3); border-radius: 18px; background: rgba(255,255,255,.46); }
.booking-warning > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--white); background: var(--rose-dark); border-radius: 50%; font-family: var(--font-display); font-size: 20px; }
.booking-warning p { margin: 0; color: #665650; font-size: 12px; }
.booking-contact { display: flex; flex-direction: column; gap: 4px; font-size: 12px; }
.booking-contact span { color: #8c7b74; }
.booking-contact a { color: var(--rose-dark); font-weight: 700; }
.booking-form { position: relative; padding: clamp(28px, 5vw, 48px); background: rgba(255,253,249,.82); border: 1px solid rgba(255,255,255,.7); border-radius: 32px; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.booking-form label { display: block; margin-bottom: 18px; }
.booking-form label > span:first-child { display: block; margin-bottom: 8px; color: #574841; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.booking-form input:not([type="checkbox"]), .booking-form select, .booking-form textarea { width: 100%; min-height: 51px; padding: 13px 15px; color: var(--ink); background: rgba(255,255,255,.78); border: 1px solid var(--line-light); border-radius: 13px; outline: none; transition: border-color .2s, box-shadow .2s; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201,167,106,.12); }
.booking-form .invalid { border-color: #a74d4d !important; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; }
.consent input { margin-top: 4px; accent-color: var(--rose-dark); }
.consent span { margin: 0 !important; color: #776761 !important; font-size: 11px !important; font-weight: 400 !important; line-height: 1.5; text-transform: none !important; letter-spacing: 0 !important; }
.consent a { color: var(--rose-dark); }
.button-submit { width: 100%; border: 0; }
.form-footnote { margin: 15px 0 0; color: #9a8b84; font-size: 10px; text-align: center; }
.honey-field { position: absolute; left: -9999px; }
.form-status { display: none; margin-bottom: 20px; padding: 14px 16px; border-radius: 12px; font-size: 12px; }
.form-status.visible { display: block; }
.form-status.success { color: #315f43; background: #e6f3e9; }
.form-status.error { color: #7d3636; background: #f8e7e7; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-grid .section-heading { margin: 0; text-align: left; }
.faq-list details { border-top: 1px solid var(--line-light); }
.faq-list details:last-child { border-bottom: 1px solid var(--line-light); }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; color: var(--ink); font-family: var(--font-display); font-size: 23px; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 21px; color: var(--gold); font-family: var(--font-body); font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 0 24px; padding-right: 45px; color: #76665f; font-size: 13px; }

.contacts { color: var(--white); background: var(--ink-soft); }
.contacts-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.contacts-copy h2 { color: var(--white); }
.contact-list { margin: 36px 0; padding: 0; list-style: none; }
.contact-list li { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); }
.contact-list span { color: rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong, .contact-list a { color: rgba(255,255,255,.8); font-size: 13px; text-decoration: none; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 40px; height: 40px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid var(--line-dark); border-radius: 50%; text-decoration: none; font-size: 11px; transition: .25s; }
.social-links a:hover { color: var(--ink); background: var(--gold-light); }
.map-card { position: relative; min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; background: radial-gradient(circle at 50% 45%, rgba(201,167,106,.15), transparent 6%), repeating-linear-gradient(30deg, transparent 0 52px, rgba(255,255,255,.035) 53px 54px), repeating-linear-gradient(120deg, transparent 0 62px, rgba(255,255,255,.03) 63px 64px), #26211f; border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; text-align: center; }
.map-card p { max-width: 330px; color: rgba(255,255,255,.56); font-size: 13px; }
.map-card .text-link { color: var(--gold-light); }
.map-pin { width: 54px; height: 54px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50% 50% 50% 12px; transform: rotate(45deg); box-shadow: 0 0 0 12px rgba(201,167,106,.1); }
.map-pin { font-size: 13px; }
.map-decoration span { position: absolute; border: 1px solid rgba(255,255,255,.035); border-radius: 50%; }
.map-decoration span:nth-child(1) { width: 260px; height: 260px; left: -80px; top: -80px; }
.map-decoration span:nth-child(2) { width: 190px; height: 190px; right: -55px; bottom: -65px; }
.map-decoration span:nth-child(3) { width: 90px; height: 90px; right: 18%; top: 12%; }

.solution-offer { padding: 88px 0; background: linear-gradient(135deg, #ede1d7, #f9f3ed); }
.solution-heading { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.solution-heading h2 { margin-bottom: 18px; font-size: clamp(42px, 5vw, 65px); }
.solution-heading > p:last-child { margin: 0; color: #786760; }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.package-card { position: relative; display: flex; flex-direction: column; padding: 34px 30px; background: rgba(255,255,255,.64); border: 1px solid rgba(255,255,255,.86); border-radius: 26px; box-shadow: 0 18px 44px rgba(45,31,25,.08); }
.package-card-featured { color: var(--white); background: linear-gradient(150deg, #302825, #191514); border-color: rgba(234,211,163,.25); transform: translateY(-8px); }
.package-badge { position: absolute; top: 18px; right: 18px; padding: 6px 9px; color: var(--ink); background: var(--gold-light); border-radius: 999px; font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.package-label { margin: 0 0 18px; color: var(--rose-dark); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.package-card-featured .package-label { color: var(--gold); }
.package-card h3 { margin-bottom: 16px; color: var(--ink); font-size: 30px; }
.package-card-featured h3 { color: var(--white); }
.package-price { margin-bottom: 25px; color: var(--rose-dark); font-family: var(--font-display); font-size: 48px; font-weight: 600; line-height: 1; }
.package-card-featured .package-price { color: var(--gold-light); }
.package-price span { font-family: var(--font-body); font-size: 11px; letter-spacing: .1em; }
.package-card ul { flex: 1; margin: 0; padding: 0; list-style: none; }
.package-card li { position: relative; padding: 10px 0 10px 20px; color: #6f6059; border-bottom: 1px solid var(--line-light); font-size: 12px; }
.package-card li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.package-card-featured li { color: rgba(255,255,255,.7); border-color: var(--line-dark); }
.package-time { margin: 24px 0 0; color: #8a7972; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.package-card-featured .package-time { color: rgba(255,255,255,.48); }
.extras-box { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; margin-top: 38px; padding: 42px; background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.82); border-radius: 26px; }
.extras-box h3 { margin-bottom: 12px; color: var(--ink); font-size: 34px; }
.extras-box > div > p:last-child { margin: 0; color: #786760; font-size: 12px; }
.extras-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; margin: 0; padding: 0; list-style: none; }
.extras-list li { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line-light); color: #6b5b54; font-size: 11px; }
.extras-list strong { color: var(--rose-dark); text-align: right; }
.solution-cta { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; margin-top: 20px; padding: 26px 30px; color: var(--white); background: var(--ink-soft); border: 1px solid var(--line-dark); border-radius: 22px; }
.solution-cta strong { color: var(--gold-light); font-family: var(--font-display); font-size: 22px; }
.solution-cta p { max-width: 780px; margin: 6px 0 0; color: rgba(255,255,255,.5); font-size: 10px; }

.site-footer { padding: 60px 0 30px; color: rgba(255,255,255,.65); background: #100e0d; border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 50px; align-items: start; }
.brand-footer { margin-bottom: 20px; }
.site-footer p { max-width: 350px; font-size: 12px; }
.site-footer nav { display: grid; gap: 10px; }
.site-footer nav a, .footer-meta a { font-size: 11px; text-underline-offset: 4px; }
.footer-meta { display: flex; flex-direction: column; gap: 10px; font-size: 11px; text-align: right; }
.floating-booking { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: none; align-items: center; gap: 8px; padding: 13px 18px; color: var(--ink); background: linear-gradient(135deg, var(--gold-light), var(--gold)); border-radius: 999px; box-shadow: 0 12px 32px rgba(0,0,0,.28); text-decoration: none; font-size: 11px; font-weight: 700; text-transform: uppercase; }

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

/* Страница политики */
.legal-page { min-height: 100vh; padding: 80px 0; background: var(--paper); }
.legal-shell { width: min(850px, calc(100% - 40px)); margin: auto; padding: clamp(34px, 6vw, 70px); background: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.85); border-radius: 30px; box-shadow: var(--shadow); }
.legal-shell h1 { color: var(--ink); font-size: clamp(42px, 7vw, 68px); }
.legal-shell h2 { margin-top: 40px; color: var(--ink); font-size: 30px; }
.legal-shell p, .legal-shell li { color: #685952; font-size: 14px; }
.legal-notice { margin: 28px 0 36px; padding: 18px; color: #654d2d; background: #fff4d8; border: 1px solid #e2c982; border-radius: 14px; }
.legal-updated { margin-top: 46px; padding-top: 20px; border-top: 1px solid var(--line-light); }

@media (max-width: 1020px) {
  .main-nav { position: fixed; inset: 104px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 24px 38px; background: rgba(21,18,17,.98); border-top: 1px solid var(--line-dark); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 0; font-family: var(--font-display); font-size: 24px; }
  .main-nav a::after { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-cta { display: none; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .portfolio-grid { grid-template-columns: 1.1fr 1fr; }
  .portfolio-item:last-child { grid-column: 1 / -1; min-height: 360px; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .review-grid { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card-featured { transform: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 78px 0; }
  .demo-bar { justify-content: space-between; font-size: 9px; }
  .site-header { height: 70px; }
  .main-nav { inset-block-start: 104px; }
  .brand-name { font-size: 20px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 760px; align-items: end; }
  .hero-image { background-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(14,12,11,.98) 0%, rgba(14,12,11,.88) 44%, rgba(14,12,11,.18) 78%, rgba(14,12,11,.12) 100%); }
  .hero-inner { padding-block: 340px 80px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(51px, 15vw, 70px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .about-copy h2, .booking-copy h2, .contacts-copy h2 { font-size: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 265px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-item, .portfolio-item:last-child { min-height: 390px; grid-column: auto; }
  .about-grid, .booking-grid, .faq-grid, .contacts-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-visual img { min-height: 430px; border-radius: 100px 22px 100px 22px; }
  .experience-card { right: -4px; bottom: 22px; width: 145px; height: 145px; }
  .check-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { border-right: 1px solid var(--line-light); }
  .booking-copy { position: static; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .faq-grid .section-heading { text-align: center; }
  .contact-list li { grid-template-columns: 85px 1fr; }
  .map-card { min-height: 350px; }
  .extras-box { grid-template-columns: 1fr; gap: 28px; padding: 30px 24px; }
  .extras-list { grid-template-columns: 1fr; }
  .solution-cta { grid-template-columns: 1fr; padding: 24px; }
  .solution-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-meta { text-align: left; }
  .floating-booking { display: flex; }
}

@media (max-width: 420px) {
  .demo-bar span { max-width: 180px; }
  .hero { min-height: 720px; }
  .hero-inner { padding-top: 315px; }
  h1 { font-size: 48px; }
  .trust-grid span { font-size: 9px; }
  .portfolio-item { min-height: 340px; }
  .floating-booking { right: 14px; bottom: 14px; }
}

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