/* Paulina Wojcik Beauty — warm editorial light theme */
:root {
  --ink: #27231f;
  --ink-soft: #5f5a54;
  --ivory: #faf8f5;
  --white: #fffdf9;
  --linen: #f1ece4;
  --blush: #eaded8;
  --olive: #737b6a;
  --olive-dark: #5e6656;
  --champagne: #ae9566;
  --line: rgba(39, 35, 31, 0.13);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", "Helvetica Neue", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 400;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
::selection { color: var(--white); background: var(--olive); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, 90%); margin-inline: auto; }

/* Preloader */
.preloader {
  position: fixed; inset: 0; z-index: 200; display: grid; place-items: center;
  background: var(--ivory); transition: opacity .65s ease, visibility .65s;
}
.preloader.done { opacity: 0; visibility: hidden; }
.preloader-inner { text-align: center; }
.preloader-name {
  display: block; font-family: var(--serif); font-size: 1.15rem; font-style: italic;
  color: var(--champagne); opacity: 0; animation: fadeUp .8s .1s var(--ease) forwards;
}
.preloader-logo {
  display: block; font-family: var(--serif); font-weight: 600; letter-spacing: .28em;
  text-indent: .28em; font-size: clamp(1.7rem, 4vw, 2.5rem); color: var(--ink);
  opacity: 0; animation: fadeUp .8s .22s var(--ease) forwards;
}
.preloader-line {
  display: block; height: 1px; width: 0; margin: 1rem auto 0; background: var(--champagne);
  animation: growLine .8s .45s var(--ease) forwards;
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes growLine { to { width: 150px; } }

/* Navigation */
.nav { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .35s, box-shadow .35s; }
.nav.scrolled {
  background: rgba(250,248,245,.93); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--line);
}
.nav.menu-open {
  background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: none;
}
.nav-inner {
  width: min(1320px, 92%); margin-inline: auto; padding: 1.05rem 0;
  display: flex; align-items: center; justify-content: space-between; transition: padding .35s;
}
.nav.scrolled .nav-inner { padding: .72rem 0; }
.brand { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.brand-first { font-family: var(--serif); font-style: italic; font-size: .9rem; color: var(--champagne); }
.brand-last { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; letter-spacing: .25em; color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: clamp(1.1rem, 2vw, 2rem); }
.nav-links a {
  position: relative; padding: .3rem 0; text-decoration: none; text-transform: uppercase;
  font-size: .67rem; font-weight: 700; letter-spacing: .12em; color: var(--ink-soft); transition: color .25s;
}
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--olive); transition: width .3s var(--ease);
}
.nav-links a:hover { color: var(--olive-dark); }
.nav-links a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta {
  padding: .65rem 1.35rem !important; border-radius: 999px; color: var(--white) !important;
  background: var(--olive); transition: background .25s, transform .25s !important;
}
.nav-cta:hover { background: var(--olive-dark); transform: translateY(-2px); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: none; cursor: pointer; z-index: 110; }
.nav-toggle span { display: block; width: 24px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: .3s var(--ease); }
.nav-toggle.open span:first-child { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:last-child { transform: rotate(-45deg); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.75rem; border-radius: 999px; text-decoration: none; text-transform: uppercase;
  font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  transition: transform .3s var(--ease), box-shadow .3s, background .3s, color .3s, border-color .3s;
}
.btn .ic { width: 17px; height: 17px; }
.btn-gold { color: var(--white); background: var(--olive); box-shadow: 0 12px 30px rgba(94,102,86,.16); }
.btn-gold:hover { background: var(--olive-dark); transform: translateY(-3px); box-shadow: 0 18px 38px rgba(94,102,86,.22); }
.btn-ghost, .btn-outline { border: 1px solid rgba(39,35,31,.25); color: var(--ink); }
.btn-ghost:hover, .btn-outline:hover { color: var(--white); background: var(--ink); border-color: var(--ink); transform: translateY(-3px); }
.btn-sm { padding: .75rem 1.35rem; font-size: .63rem; }

/* Hero */
.hero { position: relative; min-height: 100svh; padding: 8rem 0 4.5rem; overflow: hidden; background: var(--ivory); display: grid; align-items: center; }
.hero::before {
  content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid var(--line);
  border-radius: 50%; left: -300px; top: 16%; pointer-events: none;
}
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero-content { position: relative; z-index: 2; }
.hero-eyebrow {
  display: flex; align-items: center; gap: .65rem; margin-bottom: 1.6rem; color: var(--olive-dark);
  font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.hero-eyebrow::before { content: ""; width: 38px; height: 1px; background: var(--champagne); }
.hero-eyebrow span { color: var(--champagne); }
.hero-title {
  font-family: var(--serif); font-size: clamp(3.4rem, 6.4vw, 5.8rem); font-weight: 600;
  line-height: .96; letter-spacing: -.04em; color: var(--ink); display: flex; flex-direction: column;
}
.hero-script { font-style: italic; font-weight: 400; color: var(--olive); margin-left: clamp(1rem, 4vw, 4rem); }
.hero-sub { max-width: 590px; margin-top: 1.8rem; color: var(--ink-soft); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.2rem; }
.hero-stats { display: flex; align-items: center; gap: 1.5rem; margin-top: 3.4rem; }
.stat { display: flex; flex-direction: column; gap: .2rem; }
.stat-num { font-family: var(--serif); font-size: 1rem; font-weight: 600; color: var(--ink); }
.stat-label { font-size: .57rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #8b847c; }
.stat-divider { width: 1px; height: 36px; background: var(--line); }
.hero-visual { position: relative; min-width: 0; padding: 1.1rem 0 2.5rem 1.5rem; }
.hero-image-wrap {
  position: relative; margin-left: auto; width: min(100%, 470px); aspect-ratio: 4 / 5;
  padding: 12px; border: 1px solid rgba(174,149,102,.32); border-radius: 180px 180px 32px 32px;
  background: rgba(255,255,255,.62); box-shadow: 0 30px 80px rgba(70,58,48,.12);
}
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; border-radius: 168px 168px 22px 22px; }
.hero-note {
  position: absolute; left: 0; bottom: 0; min-width: 210px; padding: 1.15rem 1.25rem;
  display: flex; align-items: center; gap: .9rem; background: var(--white); border: 7px solid var(--ivory);
  border-radius: 22px; box-shadow: 0 18px 45px rgba(70,58,48,.13);
}
.hero-note span { display: grid; place-items: center; width: 48px; height: 48px; flex: none; border: 1px solid rgba(174,149,102,.4); border-radius: 50%; font-family: var(--serif); color: var(--champagne); }
.hero-note p { font-family: var(--serif); font-size: 1.08rem; line-height: 1.25; }
.hero-flower { position: absolute; right: -1.2rem; top: 15%; display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: var(--blush); color: var(--champagne); font-size: 1.3rem; }

/* Moving service line */
.marquee { overflow: hidden; padding: .95rem 0; background: var(--olive); color: var(--white); }
.marquee-track { display: flex; align-items: center; gap: 2.2rem; width: max-content; animation: marquee 34s linear infinite; }
.marquee-track span { white-space: nowrap; font-family: var(--serif); font-size: .93rem; letter-spacing: .12em; text-transform: uppercase; }
.marquee-track i { color: #ddd4bd; font-style: normal; font-size: .62rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Shared section typography */
.section { position: relative; padding: clamp(5rem, 9vw, 8rem) 0; }
.section-head { max-width: 700px; margin-bottom: clamp(2.7rem, 5vw, 4.2rem); }
.kicker {
  display: flex; align-items: center; gap: .8rem; margin-bottom: .9rem; color: var(--olive-dark);
  font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.kicker::before { content: ""; width: 36px; height: 1px; background: var(--champagne); }
h2 { font-family: var(--serif); font-size: clamp(2.45rem, 4.7vw, 4.25rem); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; color: var(--ink); }
h2 em { color: var(--olive); font-weight: 400; }
.section-sub { max-width: 56ch; margin-top: 1rem; color: var(--ink-soft); }

/* About */
.about { overflow: hidden; background: var(--white); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.about-visual { position: relative; width: min(100%, 470px); }
.portrait-frame { aspect-ratio: 4 / 5; padding: 11px; border: 1px solid rgba(174,149,102,.35); border-radius: 28px 180px 28px 28px; background: var(--ivory); }
.portrait-image { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; border-radius: 20px 168px 20px 20px; }
.about-badge {
  position: absolute; right: -2.2rem; bottom: 2.2rem; display: flex; align-items: center; gap: .8rem;
  padding: 1rem 1.2rem; color: var(--ink); background: var(--ivory); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 16px 42px rgba(60,48,40,.12); font-size: .58rem; font-weight: 700; line-height: 1.55; letter-spacing: .11em; text-transform: uppercase;
}
.about-badge-num { color: var(--champagne); font-size: 1.35rem; }
.about-copy h2 { margin-bottom: 1.4rem; }
.about-copy p { color: var(--ink-soft); }
.about-copy .lead { margin-bottom: 1rem; color: var(--ink); font-family: var(--serif); font-size: 1.22rem; line-height: 1.65; }
.about-list { list-style: none; margin: 1.6rem 0 2.2rem; display: grid; gap: .65rem; }
.about-list li { display: flex; align-items: baseline; gap: .75rem; color: var(--ink-soft); font-size: .9rem; }
.about-list i { color: var(--olive); font-style: normal; font-weight: 700; }

/* Services */
.services { background: var(--linen); }
.services .section-head, .booking .section-head, .reviews .section-head { text-align: center; margin-inline: auto; }
.services .kicker, .booking .kicker, .reviews .kicker { justify-content: center; }
.services .kicker::after, .booking .kicker::after, .reviews .kicker::after { content: ""; width: 36px; height: 1px; background: var(--champagne); }
.services .section-sub { margin-inline: auto; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.service-card {
  position: relative; overflow: hidden; display: grid; grid-template-columns: 45% 55%; min-height: 330px;
  background: var(--white); border: 1px solid rgba(39,35,31,.08); border-radius: 24px;
  box-shadow: 0 18px 50px rgba(68,54,45,.06); transition: transform .4s var(--ease), box-shadow .4s;
}
.service-card:hover { transform: translateY(-7px); box-shadow: 0 26px 65px rgba(68,54,45,.12); }
.service-image { grid-row: 1 / span 3; min-height: 100%; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-card h3 { padding: 1.8rem 1.7rem .5rem; align-self: end; font-family: var(--serif); font-size: 1.55rem; font-weight: 600; line-height: 1.15; }
.service-card > p { padding: 0 1.7rem .9rem; color: var(--ink-soft); font-size: .82rem; line-height: 1.65; }
.service-card ul { align-self: start; list-style: none; margin: 0 1.7rem 1.6rem; padding-top: .9rem; border-top: 1px solid var(--line); display: grid; gap: .35rem; }
.service-card li { color: var(--olive-dark); font-size: .61rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-card li::before { content: "—"; margin-right: .5rem; color: var(--champagne); }

/* Pricing */
.pricing { overflow: hidden; background: var(--ivory); }
.pricing-ornament { position: absolute; right: -1rem; top: 2rem; color: rgba(174,149,102,.08); font-size: 15rem; pointer-events: none; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.35rem; }
.price-group { padding: 2rem 2.1rem; background: var(--white); border: 1px solid var(--line); border-radius: 22px; }
.price-group h3 { display: flex; align-items: baseline; gap: .8rem; padding-bottom: .9rem; margin-bottom: 1rem; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.price-group h3 span { font-family: var(--sans); color: var(--champagne); font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.price-row { display: flex; align-items: baseline; gap: .7rem; padding: .48rem 0; }
.price-name { color: var(--ink); font-size: .86rem; font-weight: 500; white-space: nowrap; }
.price-name small { display: block; margin-top: .05rem; color: #948c83; font-size: .57rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.dots { flex: 1; border-bottom: 1px dotted rgba(39,35,31,.2); transform: translateY(-4px); }
.price { color: var(--olive-dark); font-family: var(--serif); font-size: 1.05rem; font-weight: 600; white-space: nowrap; }
.price-note { margin-top: .9rem; color: #8e867e; font-size: .72rem; }
.price-cta { display: grid; justify-items: start; gap: .8rem; margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.price-cta p { font-family: var(--serif); font-size: 1.08rem; font-style: italic; }

/* Booking */
.booking { background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 4rem; }
.step { position: relative; padding: 2rem 1.65rem; background: var(--ivory); border: 1px solid var(--line); border-radius: 20px; text-align: center; transition: transform .35s var(--ease); }
.step:hover { transform: translateY(-5px); }
.step-num { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1rem; border: 1px solid rgba(174,149,102,.45); border-radius: 50%; color: var(--champagne); font-family: var(--serif); }
.step h3 { margin-bottom: .45rem; font-family: var(--serif); font-size: 1.3rem; }
.step p { color: var(--ink-soft); font-size: .82rem; }
.step a { color: var(--olive-dark); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(115,123,106,.3); }
.policies { max-width: 780px; margin-inline: auto; }
.policies-title { margin-bottom: 1.4rem; text-align: center; font-family: var(--serif); font-size: 1.5rem; }
.accordion { display: grid; gap: .7rem; }
.accordion details { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--ivory); }
.accordion details[open] { border-color: rgba(115,123,106,.45); }
.accordion summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.3rem; font-family: var(--serif); font-size: 1.03rem; font-weight: 600; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { position: relative; width: 13px; height: 13px; flex: none; }
.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; background: var(--olive); transition: transform .3s; }
.accordion summary i::before { top: 50%; left: 0; right: 0; height: 1px; }
.accordion summary i::after { left: 50%; top: 0; bottom: 0; width: 1px; }
.accordion details[open] summary i::after { transform: rotate(90deg); }
.accordion-body { padding: 0 1.3rem 1.1rem; }
.accordion-body ul { list-style: none; display: grid; gap: .45rem; }
.accordion-body li { position: relative; padding-left: 1.15rem; color: var(--ink-soft); font-size: .82rem; }
.accordion-body li::before { content: "✦"; position: absolute; left: 0; color: var(--champagne); font-size: .55rem; }
.accordion-body strong { color: var(--olive-dark); }
.policies-note { margin-top: 1.3rem; text-align: center; color: #8d857c; font-family: var(--serif); font-size: .82rem; font-style: italic; }

/* Reviews */
.reviews { background: var(--linen); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-card { display: flex; flex-direction: column; gap: 1rem; padding: 2rem 1.7rem; background: var(--white); border: 1px solid var(--line); border-radius: 20px; transition: transform .35s var(--ease); }
.review-card:hover { transform: translateY(-5px); }
.review-stars { color: var(--champagne); font-size: .76rem; letter-spacing: .22em; }
.review-card blockquote { flex: 1; color: var(--ink); font-family: var(--serif); font-size: 1.05rem; font-style: italic; line-height: 1.6; }
.review-card figcaption { color: #8f877e; font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* Instagram */
.insta { background: var(--ivory); }
.insta-inner { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.insta-copy .btn { margin-top: 1.7rem; }
.insta-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.tile { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: 18px; text-decoration: none; }
.tile:nth-child(2), .tile:nth-child(3) { transform: translateY(1.1rem); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.tile::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(28,24,21,.65)); }
.tile span { position: absolute; z-index: 2; left: 1rem; bottom: .85rem; color: #fff; font-family: var(--serif); font-size: 1rem; }
.tile:hover img { transform: scale(1.05); }

/* Contact */
.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.contact-list { list-style: none; margin-top: 2rem; display: grid; gap: 1.15rem; }
.contact-list li { display: flex; align-items: center; gap: 1rem; }
.contact-ic { display: grid; place-items: center; width: 48px; height: 48px; flex: none; border: 1px solid rgba(174,149,102,.4); border-radius: 50%; color: var(--champagne); }
.contact-ic svg { width: 20px; height: 20px; }
.contact-list strong { display: block; margin-bottom: .05rem; color: var(--olive-dark); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-list p, .contact-list a { color: var(--ink-soft); font-size: .9rem; text-decoration: none; }
.contact-card { position: relative; overflow: hidden; display: grid; justify-items: center; gap: 1.2rem; padding: 3.5rem 2.5rem; text-align: center; color: var(--white); background: var(--olive); border-radius: 28px; box-shadow: 0 28px 65px rgba(82,88,74,.18); }
.contact-card-orn { position: absolute; right: -1rem; top: -2rem; color: rgba(255,255,255,.09); font-size: 9rem; }
.contact-card-script { position: relative; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-style: italic; line-height: 1.1; }
.contact-card p { position: relative; max-width: 32ch; color: rgba(255,255,255,.82); font-size: .86rem; }
.contact-card .btn-gold { color: var(--ink); background: var(--white); box-shadow: none; }
.contact-card .btn-gold:hover { background: var(--linen); }
.contact-card-small { color: rgba(255,255,255,.65); font-size: .57rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

/* Footer and floating contact */
.footer { padding: 3.4rem 0 2.4rem; color: var(--ink); background: var(--linen); border-top: 1px solid var(--line); }
.footer-inner { display: grid; justify-items: center; gap: 1.6rem; text-align: center; }
.footer-brand { display: flex; flex-direction: column; line-height: 1.05; }
.footer-brand .brand-first { font-size: 1rem; }
.footer-brand .brand-last { font-size: 1.65rem; }
.footer-tag { margin-top: .45rem; color: #8e857c; font-size: .56rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
.footer-links a { color: var(--ink-soft); font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.footer-note { color: #8f877e; font-size: .7rem; }
.wa-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 90; display: grid; place-items: center; width: 56px; height: 56px; color: #fff; background: #668069; border: 3px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 12px 30px rgba(51,58,48,.22); transition: transform .3s var(--ease); }
.wa-float svg { width: 27px; height: 27px; }
.wa-float:hover { transform: translateY(-4px) scale(1.04); }

/* Scroll reveals */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; } .reveal.d2 { transition-delay: .18s; }
.reveal.d3 { transition-delay: .26s; } .reveal.d4 { transition-delay: .34s; }
.reveal.d5 { transition-delay: .42s; } .reveal.d6 { transition-delay: .5s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
}

@media (max-width: 1020px) {
  .nav-links { gap: 1rem; }
  .service-card { grid-template-columns: 42% 58%; }
  .hero-inner { gap: 3rem; }
  .hero-title { font-size: clamp(3.1rem, 7vw, 4.8rem); }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .brand { position: relative; z-index: 110; }
  .nav-links {
    position: fixed; inset: 0; z-index: 100; width: 100%; height: 100dvh; min-height: 100svh;
    flex-direction: column; justify-content: center; gap: clamp(.9rem, 2.8vh, 1.5rem);
    padding: max(6rem, env(safe-area-inset-top)) 1.5rem max(1.75rem, env(safe-area-inset-bottom));
    overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
    opacity: 0; visibility: hidden; background: var(--ivory); transition: opacity .3s, visibility .3s;
  }
  .nav-links.open { opacity: 1; visibility: visible; }
  .nav-links a { font-size: .82rem; }
  .hero { min-height: auto; padding-top: 8rem; }
  .hero-inner, .about-grid, .insta-inner, .contact-grid { grid-template-columns: 1fr; }
  .hero-content { max-width: 680px; }
  .hero-visual { width: min(90%, 520px); margin-inline: auto; }
  .hero-image-wrap { margin-inline: auto; }
  .about-visual { margin-inline: auto; }
  .services-grid, .pricing-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .steps, .reviews-grid { grid-template-columns: 1fr; }
  .insta-inner { gap: 3.5rem; }
}

@media (max-width: 860px) and (max-height: 560px) {
  .nav-links { justify-content: flex-start; gap: .7rem; padding-top: 5.25rem; }
  .nav-links a { font-size: .74rem; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 2rem, 1180px); }
  .hero { padding: 7.5rem 0 3.5rem; }
  .hero-title { font-size: clamp(2.9rem, 15vw, 4rem); }
  .hero-script { margin-left: .6rem; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .stat-divider { display: none; }
  .hero-visual { width: 100%; padding-left: 0; }
  .hero-note { left: -.25rem; min-width: 195px; }
  .hero-flower { right: -.5rem; }
  .about-badge { right: -.3rem; }
  .service-card { display: block; }
  .service-image { height: 230px; min-height: 0; }
  .service-card h3 { padding-top: 1.35rem; }
  .price-group { padding: 1.6rem 1.25rem; }
  .price-name { white-space: normal; }
  .contact-card { padding: 3rem 1.4rem; }
  .tile:nth-child(2), .tile:nth-child(3) { transform: none; }
  .insta-tiles { gap: .55rem; }
}
