:root {
  --cream: #fff9f3;
  --cream-2: #f8efe7;
  --cream-3: #efe1d6;
  --paper: #fffdf9;
  --rose: #c98f91;
  --rose-dark: #9f656a;
  --rose-soft: #f1d8d7;
  --ink: #2e2522;
  --muted: #746762;
  --dark: #312824;
  --dark-2: #433631;
  --line: rgba(77, 54, 46, .13);
  --shadow: 0 24px 70px rgba(89, 58, 47, .12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 249, 243, .92);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(77, 54, 46, .08);
}
.header-inner { height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark {
  width: 42px; height: 42px; border: 1px solid rgba(159, 101, 106, .35); border-radius: 50%;
  display: grid; place-items: center; font-family: Georgia, serif; font-style: italic; font-size: 24px; color: var(--rose-dark);
  background: rgba(255,255,255,.42);
}
.brand strong { display: block; font: 600 17px/1.05 Georgia, serif; letter-spacing: .02em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: 13px; color: #5e514c; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--rose-dark); }
.header-phone { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 650; white-space: nowrap; }
.header-phone svg { color: var(--rose-dark); }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.menu-button span { display: block; height: 1.5px; background: var(--ink); margin: 6px 0; transition: transform .2s ease; }
.mobile-menu { display: none; }

.hero { min-height: 770px; padding: 140px 0 70px; overflow: hidden; position: relative; }
.hero::before {
  content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; right: -220px; top: -120px;
  background: radial-gradient(circle, rgba(239, 209, 205, .65), rgba(239,209,205,0) 68%); pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; left: -180px; bottom: 20px;
  background: radial-gradient(circle, rgba(218, 191, 166, .28), rgba(218,191,166,0) 70%); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 78px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--rose-dark); font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: .45; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
.hero h1 { margin: 24px 0 24px; font-size: clamp(48px, 5vw, 74px); line-height: .99; max-width: 700px; }
.hero h1 em { color: var(--rose-dark); font-weight: 400; }
.hero-lead { max-width: 610px; font-size: 18px; line-height: 1.68; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin: 34px 0 32px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--rose-dark); color: white; box-shadow: 0 14px 30px rgba(159,101,106,.22); }
.button--primary:hover { background: #8e595e; }
.button--ghost { border: 1px solid var(--line); background: rgba(255,255,255,.48); }
.button--ghost:hover { border-color: rgba(159,101,106,.3); background: rgba(255,255,255,.8); }
.hero-facts { display: flex; gap: 20px; flex-wrap: wrap; color: #665953; font-size: 12px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 7px; }
.hero-facts svg { color: var(--rose-dark); }
.hero-visual { min-height: 560px; position: relative; }
.hero-photo { position: absolute; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); background: white; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo--main { inset: 0 0 44px 72px; transform: rotate(1.5deg); }
.hero-photo--small { width: 205px; height: 250px; left: 0; bottom: 0; transform: rotate(-4deg); border: 8px solid rgba(255,255,255,.85); }
.hero-note { position: absolute; right: -26px; bottom: 20px; padding: 17px 20px; background: rgba(255,253,249,.93); border: 1px solid rgba(255,255,255,.85); border-radius: 18px; box-shadow: 0 14px 40px rgba(77,54,46,.12); backdrop-filter: blur(12px); }
.hero-note strong,.hero-note span { display: block; }
.hero-note strong { font: 600 15px Georgia, serif; }
.hero-note span { color: var(--muted); font-size: 11px; margin-top: 3px; }

.intro-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.26); }
.strip-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.strip-grid > div { padding: 0 28px; border-right: 1px solid var(--line); }
.strip-grid > div:first-child { padding-left: 0; }
.strip-grid > div:last-child { border-right: 0; }
.strip-grid strong { display: block; font: 600 18px Georgia, serif; margin-bottom: 6px; }
.strip-grid span { color: var(--muted); font-size: 12px; }

.section { padding: 104px 0; }
.section--soft { background: var(--cream-2); }
.section--dark { background: var(--dark); color: #fff8f2; }
.section-heading { display: flex; justify-content: space-between; gap: 70px; align-items: flex-end; margin-bottom: 48px; }
.section-heading > div { max-width: 680px; }
.section-heading h2 { margin: 15px 0 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.04; }
.section-heading > p { max-width: 420px; margin-bottom: 4px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.section-heading.centered { display: block; text-align: center; max-width: 790px; margin-left: auto; margin-right: auto; }
.section-heading.centered > div, .section-heading.centered > p { max-width: none; }
.section-heading.centered > p { margin: 18px auto 0; max-width: 660px; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 245px; gap: 16px; }
.gallery-card { grid-column: span 4; border: 0; padding: 0; overflow: hidden; border-radius: 24px; position: relative; cursor: zoom-in; background: #eee; }
.gallery-card--wide { grid-column: span 8; grid-row: span 2; }
.gallery-card:nth-child(2), .gallery-card:nth-child(3) { grid-row: span 1; }
.gallery-card:nth-child(4), .gallery-card:nth-child(5), .gallery-card:nth-child(6), .gallery-card:nth-child(7) { grid-column: span 3; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.6,.2,1); }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(35,25,21,.42)); }
.gallery-card span { position: absolute; z-index: 2; left: 18px; bottom: 16px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .02em; }

.occasion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.occasion-card { min-height: 220px; padding: 30px; background: rgba(255,255,255,.62); border: 1px solid rgba(89,58,47,.08); border-radius: var(--radius-md); }
.occasion-card > span { color: var(--rose-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.occasion-card h3 { margin: 42px 0 10px; font: 600 24px Georgia, serif; }
.occasion-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.price-group + .price-group { margin-top: 46px; }
.section-kicker { margin-bottom: 18px; font: 600 20px Georgia, serif; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.price-card { position: relative; min-height: 185px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: rgba(255,255,255,.68); border: 1px solid var(--line); border-radius: 22px; }
.price-card--featured { border-color: rgba(159,101,106,.34); background: #fff8f7; box-shadow: 0 18px 45px rgba(99,70,62,.08); }
.price-badge { position: absolute; top: 16px; right: 16px; background: var(--rose-soft); color: #865458; border-radius: 999px; padding: 6px 9px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-card h3 { margin: 0 0 7px; max-width: 85%; font: 600 20px Georgia, serif; }
.price-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.price-line { display: flex; align-items: baseline; gap: 10px; }
.price-line strong { font-size: 20px; letter-spacing: -.03em; }
.old-price { text-decoration: line-through; color: #9b8f89; font-size: 12px; }
.included-card { margin-top: 28px; padding: 32px; border-radius: 24px; background: var(--cream-2); display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: center; }
.included-card h3 { margin: 10px 0 0; font: 600 26px Georgia, serif; }
.included-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 13px; }

.fillings-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: start; }
.section--dark .eyebrow { color: #d9aeb0; }
.fillings-intro { position: sticky; top: 120px; }
.fillings-intro h2 { margin: 18px 0 20px; font-size: clamp(38px, 4vw, 54px); line-height: 1.03; }
.fillings-intro p { color: rgba(255,248,242,.65); font-size: 14px; line-height: 1.75; }
.text-link { margin-top: 16px; display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 750; color: #f0cbcc; }
.filling-group { border-top: 1px solid rgba(255,255,255,.12); }
.filling-group:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.filling-toggle { width: 100%; min-height: 78px; display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: center; color: inherit; background: transparent; border: 0; padding: 0; text-align: left; cursor: pointer; }
.filling-toggle > span:first-child { font: 500 23px Georgia, serif; }
.filling-count { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: rgba(255,255,255,.64); font-size: 10px; }
.chevron { transition: transform .25s ease; }
.filling-group.is-open .chevron { transform: rotate(180deg); }
.filling-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.filling-group.is-open .filling-content { grid-template-rows: 1fr; }
.filling-list { overflow: hidden; }
.filling-item { padding: 2px 44px 18px 0; }
.filling-item h4 { margin: 0 0 5px; font-size: 13px; font-weight: 750; }
.filling-item p { margin: 0; color: rgba(255,248,242,.56); font-size: 12px; line-height: 1.55; }

.promo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.promo-card { min-height: 230px; padding: 34px; border-radius: 28px; background: linear-gradient(135deg, #efd8d6, #f8ebe4); position: relative; overflow: hidden; }
.promo-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -50px; bottom: -70px; background: rgba(255,255,255,.35); }
.promo-card > span { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.65); color: var(--rose-dark); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.promo-card h3 { margin: 60px 0 10px; max-width: 610px; font: 600 28px Georgia, serif; }
.promo-card p { margin: 0; max-width: 650px; color: #725f59; font-size: 13px; line-height: 1.65; }
.promo-card--quiet { grid-column: 1 / -1; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; align-items: center; }
.about-images { min-height: 620px; position: relative; }
.about-image-main { position: absolute; inset: 0 60px 70px 0; width: calc(100% - 60px); height: calc(100% - 70px); object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.about-image-small { position: absolute; width: 210px; height: 260px; right: 0; bottom: 0; object-fit: cover; border-radius: 22px; border: 8px solid var(--cream-2); box-shadow: 0 18px 40px rgba(89,58,47,.13); }
.about-copy h2 { margin: 18px 0 26px; font-size: clamp(38px, 4vw, 55px); line-height: 1.04; }
.about-copy p { color: var(--muted); line-height: 1.78; font-size: 14px; }
.signature { margin-top: 28px; font: italic 38px Georgia, serif; color: var(--rose-dark); transform: rotate(-4deg); transform-origin: left center; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.benefit { padding: 28px; border: 1px solid var(--line); border-radius: 24px; min-height: 210px; }
.benefit > span { display: block; color: var(--rose-dark); font: 500 34px Georgia, serif; margin-bottom: 35px; }
.benefit h3 { margin: 0 0 8px; font: 600 18px Georgia, serif; }
.benefit p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step { min-height: 250px; padding: 28px; background: rgba(255,255,255,.65); border-radius: 24px; }
.step b { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; background: var(--rose-soft); color: var(--rose-dark); font-size: 10px; letter-spacing: .05em; }
.step h3 { margin: 58px 0 10px; font: 600 19px Georgia, serif; }
.step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.62; }

.order-section { padding: 80px 0 110px; background: var(--cream); }
.order-card { padding: 58px; background: var(--dark); color: #fff8f2; border-radius: 36px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 76px; align-items: center; position: relative; overflow: hidden; }
.order-card::before { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; left: -160px; bottom: -180px; background: rgba(197,137,140,.18); }
.order-copy { position: relative; z-index: 1; }
.order-copy .eyebrow { color: #e0b7b9; }
.order-copy h2 { margin: 18px 0 18px; font-size: clamp(40px, 4vw, 55px); line-height: 1.02; }
.order-copy p { color: rgba(255,248,242,.63); font-size: 13px; line-height: 1.72; }
.contact-buttons { display: grid; gap: 10px; position: relative; z-index: 1; }
.contact-button { min-height: 74px; padding: 15px 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 12px; border-radius: 18px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.05); transition: transform .2s ease, background .2s ease; }
.contact-button:hover { transform: translateX(4px); background: rgba(255,255,255,.085); }
.contact-button strong,.contact-button span { grid-column: 1; }
.contact-button strong { font-size: 13px; }
.contact-button span { color: rgba(255,248,242,.55); font-size: 11px; margin-top: 2px; }
.contact-button svg { grid-column: 2; grid-row: 1 / span 2; color: #efc5c7; }
.contact-button--telegram { background: #f0dbd9; color: #3c302c; }
.contact-button--telegram span { color: #77635e; }
.contact-button--telegram svg { color: var(--rose-dark); }
.max-note { padding: 14px 18px; display: flex; align-items: center; gap: 12px; color: rgba(255,248,242,.64); font-size: 11px; }
.max-note strong { color: #fff8f2; }

.footer { background: #241d1a; color: rgba(255,248,242,.8); padding: 62px 0 22px; }
.footer-inner { display: grid; grid-template-columns: 1.2fr .8fr .7fr; gap: 40px; align-items: start; }
.brand--footer .brand-mark { color: #e4bfc0; border-color: rgba(228,191,192,.28); background: rgba(255,255,255,.04); }
.brand--footer strong { color: #fff8f2; }
.brand--footer small { color: rgba(255,248,242,.46); }
.footer-inner p { margin: 18px 0 0; color: rgba(255,248,242,.44); font-size: 11px; }
.footer-links,.footer-contact { display: grid; gap: 11px; font-size: 12px; }
.footer-links a,.footer-contact a { color: rgba(255,248,242,.65); }
.footer-links a:hover,.footer-contact a:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; color: rgba(255,248,242,.35); font-size: 10px; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; background: rgba(25,19,17,.91); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; padding: 30px; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { margin: 0; max-width: min(860px, 82vw); max-height: 88vh; display: flex; flex-direction: column; align-items: center; }
.lightbox figure img { max-height: 82vh; width: auto; border-radius: 18px; box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.lightbox figcaption { margin-top: 12px; color: rgba(255,255,255,.75); font-size: 11px; }
.lightbox-close,.lightbox-nav { position: absolute; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); cursor: pointer; }
.lightbox-close { width: 44px; height: 44px; border-radius: 50%; right: 24px; top: 24px; display: grid; place-items: center; }
.lightbox-nav { width: 50px; height: 66px; top: 50%; transform: translateY(-50%); border-radius: 18px; font-size: 30px; }
.lightbox-prev { left: 28px; }
.lightbox-next { right: 28px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.65,.2,1); }
.reveal-delay { transition-delay: .1s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .header-phone { margin-left: auto; }
  .menu-button { display: block; }
  .mobile-menu { position: absolute; left: 20px; right: 20px; top: 72px; padding: 14px; border-radius: 18px; background: rgba(255,253,249,.98); box-shadow: var(--shadow); border: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .mobile-menu.is-open { display: grid; opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu a { padding: 13px 12px; border-radius: 10px; font-size: 13px; }
  .hero-grid { gap: 44px; }
  .hero-photo--main { left: 40px; }
  .section-heading { gap: 40px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid,.steps-grid { grid-template-columns: repeat(2, 1fr); }
  .fillings-layout { gap: 48px; }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --radius-lg: 26px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { height: 68px; gap: 12px; }
  .brand-mark { width: 37px; height: 37px; font-size: 21px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .header-phone span { display: none; }
  .header-phone { width: 40px; height: 40px; justify-content: center; border: 1px solid var(--line); border-radius: 50%; margin-left: auto; }
  .hero { min-height: auto; padding: 110px 0 54px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(44px, 12.2vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-facts { display: grid; gap: 10px; }
  .hero-visual { min-height: 465px; }
  .hero-photo--main { inset: 0 8px 38px 46px; border-radius: 24px; }
  .hero-photo--small { width: 150px; height: 185px; border-width: 6px; }
  .hero-note { right: 0; bottom: 8px; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); padding: 16px 0; }
  .strip-grid > div { min-height: 74px; display: flex; flex-direction: column; justify-content: center; padding: 12px 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .strip-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .strip-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .strip-grid > div:first-child { padding-left: 16px; }
  .strip-grid strong { font-size: 15px; }
  .strip-grid span { font-size: 10px; }
  .section { padding: 76px 0; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading h2 { font-size: 40px; }
  .section-heading > p { margin-top: 18px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; gap: 10px; }
  .gallery-card,.gallery-card:nth-child(4),.gallery-card:nth-child(5),.gallery-card:nth-child(6),.gallery-card:nth-child(7) { grid-column: span 1; }
  .gallery-card--wide { grid-column: 1 / -1; grid-row: span 2; }
  .occasion-grid,.price-grid,.promo-grid { grid-template-columns: 1fr; }
  .occasion-card { min-height: 190px; }
  .included-card { grid-template-columns: 1fr; gap: 16px; }
  .fillings-layout { grid-template-columns: 1fr; gap: 38px; }
  .fillings-intro { position: static; }
  .fillings-intro h2 { font-size: 40px; }
  .filling-toggle > span:first-child { font-size: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-images { min-height: 500px; }
  .about-copy h2 { font-size: 41px; }
  .benefit-grid,.steps-grid { grid-template-columns: 1fr 1fr; }
  .order-card { padding: 34px 24px; border-radius: 28px; grid-template-columns: 1fr; gap: 34px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
  .mobile-cta { display: block; position: fixed; z-index: 45; bottom: 12px; left: 12px; right: 12px; pointer-events: none; }
  .mobile-cta a { pointer-events: auto; display: flex; justify-content: center; align-items: center; min-height: 50px; background: var(--rose-dark); color: white; border-radius: 999px; box-shadow: 0 16px 35px rgba(82,49,50,.28); font-size: 13px; font-weight: 750; }
  .footer { padding-bottom: 90px; }
  .lightbox-nav { width: 42px; height: 56px; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .lightbox-close { right: 12px; top: 12px; }
}

@media (max-width: 460px) {
  .gallery-grid { grid-auto-rows: 165px; }
  .hero-photo--main { left: 32px; }
  .hero-photo--small { width: 132px; height: 165px; }
  .hero-note { padding: 14px 16px; }
  .benefit-grid,.steps-grid { grid-template-columns: 1fr; }
  .about-images { min-height: 430px; }
  .about-image-main { right: 45px; bottom: 52px; width: calc(100% - 45px); height: calc(100% - 52px); }
  .about-image-small { width: 145px; height: 185px; border-width: 6px; }
}

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


/* v1.6 — mobile polish */
[id] { scroll-margin-top: 86px; }
button, a { -webkit-tap-highlight-color: transparent; }

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  [id] { scroll-margin-top: 78px; }

  .site-header.is-scrolled { background: rgba(255,249,243,.96); }
  .header-inner { padding-top: env(safe-area-inset-top, 0px); }
  .mobile-menu {
    top: calc(68px + env(safe-area-inset-top, 0px));
    left: 14px;
    right: 14px;
    padding: 10px;
    border-radius: 20px;
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
  }
  .mobile-menu a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-size: 14px;
  }
  .menu-button { width: 44px; height: 44px; padding: 10px; }
  .menu-button.is-open span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

  .hero {
    padding-top: calc(98px + env(safe-area-inset-top, 0px));
    padding-bottom: 48px;
  }
  .hero-grid { gap: 34px; }
  .eyebrow { font-size: 10px; letter-spacing: .13em; }
  .hero h1 {
    margin: 18px 0 18px;
    font-size: clamp(40px, 11.4vw, 50px);
    line-height: 1.015;
    letter-spacing: -.04em;
  }
  .hero-lead { font-size: 15px; line-height: 1.62; }
  .hero-actions { margin: 26px 0 25px; gap: 9px; }
  .button { min-height: 50px; padding: 0 18px; }
  .hero-facts { font-size: 11px; }

  .hero-visual { min-height: 410px; }
  .hero-photo--main { inset: 0 4px 34px 40px; border-radius: 22px; }
  .hero-photo--small { width: 138px; height: 172px; border-width: 5px; }
  .hero-note { right: 2px; bottom: 6px; padding: 13px 15px; border-radius: 15px; }
  .hero-note strong { font-size: 14px; }
  .hero-note span { font-size: 10px; }

  .strip-grid { padding: 10px 0; }
  .strip-grid > div { min-height: 68px; padding: 10px 12px; }
  .strip-grid > div:first-child { padding-left: 12px; }

  .section { padding: 66px 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2,
  .fillings-intro h2,
  .about-copy h2 { font-size: clamp(34px, 9.4vw, 39px); line-height: 1.05; }
  .section-heading > p,
  .section-heading.centered > p { font-size: 13px; line-height: 1.65; }

  .gallery-grid { grid-auto-rows: 176px; gap: 8px; }
  .gallery-card { border-radius: 18px; }
  .gallery-card span { left: 13px; bottom: 12px; font-size: 11px; }

  .occasion-card { min-height: 0; padding: 24px; border-radius: 20px; }
  .occasion-card h3 { margin-top: 30px; font-size: 22px; }

  .price-group + .price-group { margin-top: 34px; }
  .section-kicker { margin-bottom: 14px; font-size: 19px; }
  .price-card { min-height: 156px; padding: 20px; border-radius: 19px; }
  .price-card h3 { font-size: 19px; }
  .price-line { flex-wrap: wrap; }
  .price-line strong { font-size: 19px; }
  .included-card { margin-top: 20px; padding: 24px; border-radius: 20px; }
  .included-card h3 { font-size: 23px; }

  .fillings-layout { gap: 28px; }
  .filling-toggle { min-height: 70px; }
  .filling-toggle > span:first-child { font-size: 19px; line-height: 1.2; }
  .filling-item { padding-right: 0; padding-bottom: 16px; }

  .promo-card { min-height: 0; padding: 25px; border-radius: 22px; }
  .promo-card h3 { margin: 38px 0 9px; font-size: 25px; line-height: 1.1; }

  .about-grid { gap: 34px; }
  .about-images { min-height: 455px; }
  .about-copy p { font-size: 13px; line-height: 1.72; }
  .signature { margin-top: 22px; font-size: 34px; }

  .benefit-grid, .steps-grid { gap: 9px; }
  .benefit, .step { padding: 23px; border-radius: 20px; }
  .benefit { min-height: 185px; }
  .benefit > span { margin-bottom: 26px; font-size: 31px; }
  .step { min-height: 220px; }
  .step h3 { margin-top: 42px; }

  .order-section { padding: 54px 0 92px; }
  .order-card { padding: 29px 20px; gap: 28px; border-radius: 24px; }
  .order-copy h2 { font-size: clamp(35px, 9.8vw, 42px); }
  .contact-buttons { gap: 8px; }
  .contact-button { min-height: 66px; padding: 13px 15px; border-radius: 16px; }

  .mobile-cta {
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-cta a { min-height: 52px; }
  .mobile-cta.is-hidden { opacity: 0; transform: translateY(14px); pointer-events: none; }

  .footer { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }

  .lightbox { padding: 18px 10px calc(18px + env(safe-area-inset-bottom)); }
  .lightbox figure { max-width: 94vw; max-height: 88dvh; }
  .lightbox figure img { max-width: 94vw; max-height: 80dvh; border-radius: 14px; }
  .lightbox-nav { width: 40px; height: 52px; background: rgba(20,15,13,.42); }
  .lightbox-close { width: 42px; height: 42px; top: max(10px, env(safe-area-inset-top)); }
}

@media (max-width: 460px) {
  .container { width: calc(100% - 24px); }
  .header-inner { gap: 8px; }
  .brand { gap: 8px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand strong { font-size: 14px; }
  .header-phone { width: 38px; height: 38px; }

  .hero h1 { font-size: clamp(39px, 11vw, 46px); }
  .hero-visual { min-height: 375px; }
  .hero-photo--main { left: 34px; bottom: 30px; }
  .hero-photo--small { width: 122px; height: 153px; }
  .hero-note { padding: 11px 13px; }

  .gallery-grid { grid-auto-rows: 155px; }
  .benefit-grid, .steps-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 0; }
  .step { min-height: 0; }
  .step h3 { margin-top: 34px; }

  .about-images { min-height: 405px; }
  .about-image-main { right: 40px; bottom: 48px; width: calc(100% - 40px); height: calc(100% - 48px); }
  .about-image-small { width: 140px; height: 180px; }

  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-inner > div:first-child { grid-column: auto; }
  .footer-bottom { margin-top: 34px; }
}
