/* Studio Beleza Brasil — direção editorial contemporânea */

:root {
  color-scheme: light;
  --ivory: #fffaf6;
  --pearl: #ffffff;
  --sand: #f3eee4;
  --blush: #f5f1e8;
  --blush-strong: #e9dfc8;
  --rose-gold: #c5a255;
  --rose-deep: #806529;
  --champagne: #c9a957;
  --champagne-light: #ead99e;
  --espresso: #30221d;
  --ink: #241a17;
  --ink-soft: #6b5f59;
  --surface: #ffffff;
  --surface-soft: #fffaf6;
  --surface-tint: #f6f1e7;
  --surface-contrast: #30221d;
  --line: rgba(48, 34, 29, 0.13);
  --line-gold: rgba(197, 162, 85, 0.34);
  --header-bg: rgba(255, 250, 246, 0.93);
  --shadow: 0 28px 80px rgba(74, 46, 39, 0.12);
  --shadow-soft: 0 16px 48px rgba(74, 46, 39, 0.08);
  --display: "Safira Marcah", "Safira March", "TAN Garland", Georgia, "Times New Roman", serif;
  --serif: "TAN Garland", "Safira Marcah", Georgia, "Times New Roman", serif;
  --sans: "Bubblebody Neue", "Eastman Pack", Garet, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --container: min(1240px, calc(100% - 56px));
  --header-height: 92px;
  --radius-sm: 12px;
  --radius-md: 24px;
  --radius-lg: 44px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --ivory: #241a17;
  --pearl: #2b1f1b;
  --sand: #382823;
  --blush: #302b23;
  --blush-strong: #403729;
  --rose-gold: #d4b76a;
  --rose-deep: #ead593;
  --champagne: #d9bd78;
  --champagne-light: #f0dfac;
  --espresso: #160f0d;
  --ink: #fffaf6;
  --ink-soft: #c9bbb4;
  --surface: #2b1f1b;
  --surface-soft: #241a17;
  --surface-tint: #342d24;
  --surface-contrast: #160f0d;
  --line: rgba(255, 250, 246, 0.13);
  --line-gold: rgba(212, 183, 106, 0.34);
  --header-bg: rgba(36, 26, 23, 0.94);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  --shadow-soft: 0 16px 48px rgba(0, 0, 0, 0.18);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 36px);
  background: var(--ivory);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--surface-soft);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open,
body.lightbox-open { overflow: hidden; }

img { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, blockquote, figure { margin-top: 0; }

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--rose-gold) 75%, white);
  outline-offset: 4px;
}

.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  border-radius: 999px;
  padding: 10px 18px;
  background: var(--espresso);
  color: #fffaf6;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.skip-link:focus { transform: translateY(0); }

.section { position: relative; padding: 128px 0; }

.section-kicker,
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: var(--rose-deep);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-kicker::before,
.eyebrow > span:first-child {
  width: 32px;
  height: 1px;
  background: currentColor;
  content: "";
}

.section-title {
  max-width: 810px;
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(2.9rem, 5.4vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.section-lead {
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 1.5vw, 1.25rem);
  line-height: 1.75;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.65fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 68px;
}

.section-heading .section-title { margin-bottom: 0; }
.section-heading__text { margin-bottom: 7px; color: var(--ink-soft); font-size: 1.02rem; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 29px;
  background: linear-gradient(110deg, #8c6b27, var(--rose-gold) 52%, var(--champagne-light));
  color: #fff;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(133, 101, 34, 0.2);
  transition: transform 0.28s var(--ease), box-shadow 0.28s ease, filter 0.28s ease;
}

.button:hover { transform: translateY(-3px); filter: saturate(1.05) brightness(1.03); box-shadow: 0 20px 44px rgba(133, 101, 34, 0.28); }
.button--small { min-height: 43px; padding: 11px 20px; font-size: 0.68rem; }
.button--light { border-color: rgba(255, 255, 255, 0.72); background: #fffaf6; color: #30221d; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16); }
.button--light:hover { background: var(--champagne-light); }
.button--full { width: 100%; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.text-link:hover { border-color: var(--rose-gold); color: var(--rose-deep); }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Header */
.topbar { position: relative; z-index: 101; background: var(--blush); color: var(--espresso); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
html[data-theme="dark"] .topbar { background: #160f0d; color: #fffaf6; }
.topbar__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar p span:first-child { margin-right: 7px; color: var(--rose-gold); }
.topbar a { color: var(--rose-deep); font-weight: 850; }
html[data-theme="dark"] .topbar a { color: var(--champagne-light); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: var(--header-bg);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: box-shadow 0.25s ease, height 0.25s ease;
}

.site-header.is-scrolled { box-shadow: 0 14px 40px rgba(74, 46, 39, 0.09); }
.header__inner { display: grid; height: 100%; grid-template-columns: 150px 1fr auto; gap: 28px; align-items: center; }

.brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  overflow: hidden;
  width: 142px;
  height: 84px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.brand-logo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity 0.25s ease, transform 0.25s ease; }
.brand-logo--on-light { filter: none; }
.brand-logo--on-dark { opacity: 0; transform: scale(1.08); }
html[data-theme="dark"] .brand-logo--on-light { opacity: 0; }
html[data-theme="dark"] .brand-logo--on-dark { opacity: 1; }

.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 30px); }
.main-nav a { position: relative; padding: 10px 0; color: var(--ink-soft); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s ease; }
.main-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: linear-gradient(90deg, var(--rose-gold), var(--champagne)); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 0.26s var(--ease); }
.main-nav a:hover, .main-nav a.is-active { color: var(--rose-deep); }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }

.header-actions { display: flex; align-items: center; gap: 9px; }
.language-control select, .theme-toggle { height: 41px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.38); }
html[data-theme="dark"] .language-control select, html[data-theme="dark"] .theme-toggle { background: rgba(255, 255, 255, 0.04); }
.language-control select { min-width: 61px; padding: 0 11px; font-size: 0.72rem; font-weight: 850; }
.theme-toggle { position: relative; width: 41px; padding: 0; color: var(--rose-deep); }
.theme-toggle span { position: absolute; inset: 0; display: grid; place-items: center; font-size: 1.06rem; transition: opacity 0.2s ease, transform 0.3s var(--ease); }
.theme-toggle__moon, html[data-theme="dark"] .theme-toggle__sun { opacity: 0; transform: rotate(-45deg) scale(0.5); }
html[data-theme="dark"] .theme-toggle__moon { opacity: 1; transform: rotate(0) scale(1); }

.menu-toggle { display: none; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { width: 18px; height: 1px; background: var(--ink); transition: transform 0.25s ease, opacity 0.2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: calc(100svh - 126px); overflow: hidden; background: var(--ivory); }
.hero-carousel, .hero-slide { min-height: inherit; }
.hero-slide { position: absolute; inset: 0; z-index: 0; display: grid; overflow: hidden; background: var(--surface-soft); opacity: 0; pointer-events: none; transform: translateX(20px); transition: opacity 0.75s var(--ease), transform 1s var(--ease); }
.hero-slide.is-active { position: relative; z-index: 1; opacity: 1; pointer-events: auto; transform: translateX(0); }
.hero-slide--bridal { background: linear-gradient(135deg, var(--surface-soft), var(--sand)); }
.hero-slide__media { position: absolute; z-index: 1; inset: 0 0 0 auto; width: 51%; overflow: hidden; background: var(--sand); }
.hero-slide--unit1 .hero-slide__media { width: 60%; }
.hero-slide__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 250, 246, 0.22), transparent 22%), linear-gradient(180deg, transparent 65%, rgba(24, 20, 16, 0.22)); content: ""; pointer-events: none; }
html[data-theme="dark"] .hero-slide__media::after { background: linear-gradient(90deg, rgba(22, 18, 13, 0.3), transparent 25%), linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.32)); }
.hero-slide__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.001); }
.hero-slide--studio .hero-slide__media img { object-position: center 51%; }
.hero-slide--unit1 .hero-slide__media img { object-position: center 40%; }
.hero-slide--unit2 .hero-slide__media img { object-position: center 48%; }
.hero-slide--bridal .hero-slide__media img { object-position: center 32%; }
.hero-media-caption { position: absolute; z-index: 3; right: 34px; bottom: 28px; margin: 0; color: #fff; font-size: 0.63rem; font-weight: 800; letter-spacing: 0.12em; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55); text-transform: uppercase; }
.hero-slide__wash { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, var(--surface-soft) 0%, var(--surface-soft) 43%, color-mix(in srgb, var(--surface-soft) 92%, transparent) 49%, transparent 62%); pointer-events: none; }
.hero-slide__inner { position: relative; z-index: 3; display: grid; min-height: calc(100svh - 126px); grid-template-columns: minmax(0, 0.87fr) minmax(390px, 1.13fr); gap: 44px; align-items: center; padding-top: 58px; padding-bottom: 92px; }
.hero-copy { position: relative; z-index: 3; max-width: 650px; }
.hero-copy h1, .hero-copy h2 { max-width: 720px; margin-bottom: 28px; font-family: var(--display); font-size: clamp(3.8rem, 6.7vw, 7rem); font-weight: 400; letter-spacing: -0.075em; line-height: 0.9; }
.hero-slide--studio .hero-copy { width: min(760px, 58vw); max-width: 760px; }
.hero-slide--studio .hero-copy h1 { max-width: 760px; font-size: clamp(3.5rem, 5.5vw, 5.6rem); letter-spacing: -0.065em; line-height: 0.94; }
.hero-copy__lead { max-width: 560px; margin-bottom: 36px; color: var(--ink-soft); font-size: clamp(1.03rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px 27px; align-items: center; }
.hero-trust { display: grid; max-width: 610px; grid-template-columns: repeat(3, 1fr); margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-trust > div { display: grid; padding-right: 18px; }
.hero-trust > div + div { border-left: 1px solid var(--line); padding-left: 22px; }
.hero-trust strong { margin-bottom: 3px; color: var(--rose-deep); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.hero-trust span { color: var(--ink-soft); font-size: 0.62rem; letter-spacing: 0.06em; line-height: 1.45; text-transform: uppercase; }
.hero-side-note { position: absolute; z-index: 4; right: 24px; top: 50%; display: flex; align-items: center; gap: 11px; color: var(--espresso); transform: rotate(90deg) translateX(50%); transform-origin: right center; }
.hero-side-note span { color: var(--rose-gold); font-family: var(--serif); font-size: 1.2rem; }
.hero-side-note p { margin: 0; font-size: 0.64rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.bridal-points { display: flex; flex-wrap: wrap; gap: 8px; margin: -12px 0 30px; }
.bridal-points span { border: 1px solid var(--line-gold); border-radius: 999px; padding: 7px 12px; color: var(--rose-deep); font-size: 0.59rem; font-weight: 820; letter-spacing: 0.08em; text-transform: uppercase; }

.hero-controls { position: absolute; z-index: 10; right: max(42px, calc((100vw - min(1240px, calc(100vw - 56px))) / 2)); bottom: 28px; display: flex; align-items: center; gap: 13px; }
.hero-controls > button, .testimonial-controls > button { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: color-mix(in srgb, var(--surface) 88%, transparent); color: var(--ink); transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
.hero-controls > button:hover, .testimonial-controls > button:hover { transform: translateY(-2px); border-color: var(--rose-gold); color: var(--rose-deep); }
.carousel-dots { display: flex; gap: 7px; }
.carousel-dots button { width: 22px; height: 3px; border: 0; border-radius: 99px; padding: 0; background: color-mix(in srgb, var(--ink) 20%, transparent); transition: width 0.25s ease, background 0.25s ease; }
.carousel-dots button.is-active { width: 42px; background: linear-gradient(90deg, var(--rose-gold), var(--champagne)); }

/* Marquee */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--pearl); }
.marquee__track { display: flex; width: max-content; align-items: center; animation: marquee 30s linear infinite; }
.marquee span { padding: 23px 27px; color: var(--ink); font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 2.35rem); font-style: italic; white-space: nowrap; }
.marquee b { color: var(--rose-gold); font-size: 0.66rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* About */
.about { overflow: hidden; background: var(--surface-soft); }
.about-crown { position: absolute; top: 10%; right: -8%; width: min(540px, 42vw); opacity: 0.025; transform: rotate(-7deg); pointer-events: none; }
html[data-theme="dark"] .about-crown { filter: invert(1); opacity: 0.035; }
.about__grid { display: grid; grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr); gap: clamp(60px, 8vw, 120px); align-items: center; }
.about-copy { position: relative; z-index: 2; }
.about-body { display: grid; gap: 28px; color: var(--ink-soft); }
.about-body > p { margin-bottom: 0; }
.about-copy blockquote { position: relative; margin: 4px 0 8px; border-left: 1px solid var(--rose-gold); padding: 7px 0 7px 28px; }
.about-copy blockquote > span { position: absolute; top: -24px; left: 18px; color: color-mix(in srgb, var(--rose-gold) 28%, transparent); font-family: var(--serif); font-size: 5rem; line-height: 1; }
.about-copy blockquote p { position: relative; margin: 0; color: var(--ink); font-family: var(--serif); font-size: 1.38rem; font-style: italic; line-height: 1.48; }
.about-copy > .text-link { margin-top: 34px; }

.about-collage { position: relative; min-height: 720px; }
.about-photo { position: absolute; overflow: hidden; margin: 0; background: var(--sand); box-shadow: var(--shadow-soft); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo--main { inset: 2% 13% 12% 7%; border-radius: 48% 48% 16px 16px; }
.about-photo--main img { object-position: center; }
.about-photo--detail { right: -2%; bottom: 0; width: 44%; height: 38%; border: 10px solid var(--surface-soft); border-radius: 120px 120px 10px 10px; }
.about-photo--detail img { object-position: 73% center; }
.about-number { position: absolute; z-index: 3; top: 8%; right: 0; display: grid; width: 155px; height: 155px; place-content: center; border-radius: 50%; background: linear-gradient(140deg, var(--blush-strong), var(--champagne-light)); color: var(--espresso); text-align: center; box-shadow: var(--shadow-soft); }
.about-number strong { font-family: var(--display); font-size: 3.2rem; font-weight: 400; line-height: 0.9; }
.about-number span { max-width: 92px; margin: 9px auto 0; font-size: 0.59rem; font-weight: 850; letter-spacing: 0.08em; line-height: 1.35; text-transform: uppercase; }
.about-vertical { position: absolute; bottom: 10%; left: -3%; margin: 0; color: var(--rose-gold); font-size: 0.62rem; font-weight: 850; letter-spacing: 0.19em; writing-mode: vertical-rl; transform: rotate(180deg); }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 108px; }
.value-card { position: relative; min-height: 255px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px 56px 4px 4px; padding: 34px; background: var(--pearl); transition: transform 0.3s var(--ease), box-shadow 0.3s ease, border-color 0.3s ease; }
.value-card::after { position: absolute; right: -50px; bottom: -62px; width: 150px; height: 150px; border: 1px solid var(--line-gold); border-radius: 50%; content: ""; }
.value-card:hover { transform: translateY(-7px); border-color: var(--line-gold); box-shadow: var(--shadow-soft); }
.value-card > span { display: inline-block; margin-bottom: 45px; color: var(--rose-gold); font-family: var(--serif); font-size: 1.05rem; }
.value-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.value-card p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; }

/* Services */
.services { overflow: hidden; background: var(--surface-tint); }
.services::before { position: absolute; top: -220px; right: -180px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(197, 162, 85, 0.11), transparent 68%); content: ""; }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 310px; gap: 20px; }
.service-card { position: relative; grid-column: span 5; display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--pearl); box-shadow: 0 8px 30px rgba(74, 46, 39, 0.04); transition: transform 0.45s var(--ease), box-shadow 0.35s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card--feature { grid-column: span 7; grid-row: span 2; }
.service-card--wide { grid-column: span 12; grid-template-columns: 0.92fr 1.08fr; }
.service-card__image { min-height: 0; overflow: hidden; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease), filter 0.5s ease; }
.service-card:hover .service-card__image img { transform: scale(1.045); filter: saturate(1.04); }
.service-card:nth-child(2) .service-card__image img { object-position: center 42%; }
.service-card:nth-child(3) .service-card__image img { object-position: 72% center; }
.service-card--feature .service-card__image { min-height: 400px; }
.service-card--wide .service-card__image { order: 2; }
.service-card__body { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px 14px; align-content: center; padding: 28px 30px; }
.service-card__body > span { grid-row: 1 / 4; color: var(--rose-gold); font-family: var(--serif); font-size: 1rem; }
.service-card h3 { grid-column: 2 / 4; margin-bottom: 0; font-family: var(--serif); font-size: clamp(1.65rem, 2.8vw, 2.7rem); font-weight: 400; letter-spacing: -0.035em; line-height: 1; }
.service-card p { grid-column: 2 / 4; margin: 0; color: var(--ink-soft); font-size: 0.77rem; line-height: 1.55; }
.service-card__body > a { grid-column: 2 / 4; display: inline-flex; width: max-content; align-items: center; gap: 10px; margin-top: 3px; color: var(--rose-deep); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.service-card__body > a b { font-size: 1rem; font-weight: 400; transition: transform 0.2s ease; }
.service-card__body > a:hover b { transform: translate(3px, -3px); }
.services-note { margin: 26px 0 0; color: var(--ink-soft); font-size: 0.76rem; text-align: center; }

/* Dia da Noiva */
.bridal-feature { position: relative; overflow: hidden; padding: 112px 0; background: #26231e; color: #fffaf6; }
.bridal-feature::before { position: absolute; right: -16vw; bottom: -35vw; width: 70vw; height: 70vw; border: 1px solid rgba(201, 169, 87, 0.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(201, 169, 87, 0.045), 0 0 0 140px rgba(201, 169, 87, 0.025); content: ""; }
.bridal-feature__inner { position: relative; display: grid; grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr); gap: clamp(52px, 8vw, 110px); align-items: center; }
.bridal-feature__gallery { display: grid; min-height: 680px; grid-template-columns: 1.16fr 0.84fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.bridal-feature__media { position: relative; min-height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28); }
.bridal-feature__media--main { grid-row: 1 / 3; border-radius: 180px 12px 12px 12px; }
.bridal-feature__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.bridal-feature__media--preparation img { object-position: center 30%; }
.bridal-feature__media--hair img { object-position: center 38%; }
.bridal-feature__media--main::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.58)); content: ""; }
.bridal-feature__media--main figcaption { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 28px; margin: 0; color: rgba(255, 250, 246, 0.82); font-family: var(--serif); font-size: 1.02rem; font-style: italic; }
.bridal-feature .section-kicker { color: var(--champagne-light); }
.bridal-feature__copy h2 { max-width: 720px; margin-bottom: 28px; font-family: var(--display); font-size: clamp(3.5rem, 6.2vw, 6.5rem); font-weight: 400; letter-spacing: -0.065em; line-height: 0.92; }
.bridal-feature__copy > p:not(.section-kicker) { max-width: 650px; margin-bottom: 30px; color: rgba(255, 250, 246, 0.72); font-size: 1.03rem; }
.bridal-feature__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 0 0 38px; border-top: 1px solid rgba(255, 255, 255, 0.13); }
.bridal-feature__list span { position: relative; padding: 16px 0 16px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); color: rgba(255, 250, 246, 0.82); font-size: 0.73rem; font-weight: 760; letter-spacing: 0.05em; text-transform: uppercase; }
.bridal-feature__list span::before { position: absolute; left: 0; color: var(--champagne); content: "✦"; }

/* Unhas */
.nails-feature { overflow: hidden; background: var(--surface-tint); }
.nails-feature__inner { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr); gap: clamp(54px, 8vw, 110px); align-items: center; }
.nails-feature__inner > * { min-width: 0; }
.nails-feature__copy .section-title { max-width: 650px; }
.nails-feature__services { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 38px 0; border-top: 1px solid var(--line); }
.nails-feature__services span { position: relative; padding: 15px 0 15px 21px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 0.7rem; font-weight: 780; letter-spacing: 0.06em; text-transform: uppercase; }
.nails-feature__services span::before { position: absolute; left: 0; color: var(--rose-gold); content: "✦"; }
.nails-feature__media { position: relative; width: 100%; min-height: 650px; overflow: hidden; border-radius: 12px 190px 12px 12px; margin: 0; background: var(--sand); box-shadow: var(--shadow); }
.nails-feature__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.nails-feature__media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(27, 23, 18, 0.5)); content: ""; }
.nails-feature__media figcaption { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 28px; margin: 0; color: #fffaf6; font-family: var(--serif); font-size: 1.08rem; font-style: italic; text-shadow: 0 2px 13px rgba(0, 0, 0, 0.45); }

/* Gallery */
.gallery { background: var(--surface-soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 235px; gap: 16px; }
.gallery-item { position: relative; grid-column: span 4; overflow: hidden; border: 0; border-radius: var(--radius-sm); padding: 0; background: var(--sand); color: #fff; text-align: left; }
.gallery-item--portrait { grid-column: span 5; grid-row: span 2; }
.gallery-item--wide { grid-column: span 7; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease), filter 0.5s ease; }
.gallery-item--portrait img { object-position: center 28%; }
.gallery-item--wide img { object-position: center 52%; }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(48, 34, 29, 0.68)); content: ""; }
.gallery-item span { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; font-family: var(--serif); font-size: 1.27rem; }
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.07); }
.gallery-note { margin: 22px 0 0; color: var(--ink-soft); font-size: 0.73rem; text-align: center; }

/* Testimonials */
.testimonials { overflow: hidden; background: var(--blush); }
.testimonials::before { position: absolute; top: -24vw; right: -15vw; width: 50vw; height: 50vw; border: 1px solid rgba(197, 162, 85, 0.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 55px rgba(209, 178, 103, 0.05); }
.testimonials__layout { position: relative; display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 8vw; align-items: center; }
.testimonials .section-title { font-size: clamp(2.9rem, 5vw, 4.9rem); }
.rating-summary { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); }
.rating-summary > span, .stars { color: var(--rose-gold); letter-spacing: 0.18em; }
.rating-summary p { margin: 8px 0 0; color: var(--ink-soft); font-size: 0.78rem; }
.rating-summary strong { margin-right: 5px; color: var(--ink); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.testimonial-carousel { position: relative; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 100px 18px 18px 18px; padding: 46px 48px; background: color-mix(in srgb, var(--surface) 78%, transparent); box-shadow: var(--shadow-soft); }
.testimonial-track { position: relative; }
.testimonial { position: relative; display: none; min-height: 315px; flex-direction: column; opacity: 0; pointer-events: none; }
.testimonial.is-active { display: flex; opacity: 1; pointer-events: auto; animation: testimonial-in 0.55s var(--ease) both; }
@keyframes testimonial-in { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: translateX(0); } }
.quote-mark { height: 50px; color: var(--rose-gold); font-family: var(--serif); font-size: 6rem; line-height: 0.86; }
.testimonial .stars { margin: 14px 0 22px; font-size: 0.7rem; }
.testimonial blockquote { max-width: 720px; margin-bottom: 28px; font-family: var(--serif); font-size: clamp(1.45rem, 2.7vw, 2.35rem); font-weight: 400; line-height: 1.34; }
.testimonial footer { display: grid; padding-left: 20px; border-left: 2px solid var(--rose-gold); }
.testimonial footer strong { font-size: 0.78rem; letter-spacing: 0.07em; text-transform: uppercase; }
.testimonial footer span { color: var(--ink-soft); font-size: 0.72rem; }
.testimonial-controls { display: flex; align-items: center; gap: 14px; }
.carousel-counter { min-width: 66px; color: var(--ink-soft); font-family: var(--serif); text-align: center; }
.carousel-counter b { color: var(--rose-deep); font-weight: 400; }

/* Booking */
.booking { overflow: hidden; background: linear-gradient(135deg, var(--surface-tint), var(--blush)); }
.booking-crown { position: absolute; right: -8%; bottom: -4%; width: min(520px, 43vw); opacity: 0.08; transform: rotate(-8deg); pointer-events: none; }
.booking__grid { position: relative; display: grid; grid-template-columns: 0.76fr 1.24fr; gap: 8vw; align-items: start; }
.booking-copy { position: sticky; top: 130px; }
.booking-promise { display: grid; margin-top: 46px; border-top: 1px solid var(--line); }
.booking-promise div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.booking-promise span { color: var(--rose-gold); font-family: var(--serif); }
.booking-promise p { margin: 0; font-size: 0.88rem; }
.booking-form { display: grid; gap: 20px; border: 1px solid rgba(255, 255, 255, 0.68); border-radius: 8px 80px 8px 8px; padding: clamp(28px, 5vw, 54px); background: var(--surface); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display: grid; gap: 8px; color: var(--ink-soft); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 54px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 12px 2px; background: transparent; color: var(--ink); font-size: 0.92rem; font-weight: 400; letter-spacing: 0; outline: 0; text-transform: none; transition: border-color 0.2s ease; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--rose-gold); }
.booking-form textarea { resize: vertical; }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: color-mix(in srgb, var(--ink-soft) 52%, transparent); }
.booking-form .button { margin-top: 8px; }
.form-privacy { margin: -2px 0 0; color: var(--ink-soft); font-size: 0.67rem; text-align: center; }

/* Contact */
.studio-locations { background: var(--surface-tint); }
.studio-locations__grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: stretch; }
.studio-location-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); border-radius: 8px 56px 8px 8px; padding: 22px; background: var(--surface); box-shadow: var(--shadow-soft); }
.studio-location-card--unit2 { border-radius: 56px 8px 8px 8px; }
.studio-location-card__heading { display: grid; grid-template-columns: 40px 1fr; gap: 15px; align-items: start; padding: 8px 5px 22px; }
.studio-location-card__heading > span { color: var(--rose-gold); font-family: var(--serif); font-size: 1.2rem; }
.studio-location-card__heading p { margin: 0 0 5px; color: var(--rose-deep); font-size: 0.63rem; font-weight: 840; letter-spacing: 0.1em; text-transform: uppercase; }
.studio-location-card__heading h3 { margin: 0; font-family: var(--serif); font-size: 1.32rem; font-weight: 400; line-height: 1.2; }
.studio-location-gallery { display: grid; gap: 10px; margin-bottom: 20px; }
.studio-location-gallery--many { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: 190px; }
.studio-location-photo { position: relative; overflow: hidden; border: 0; border-radius: 8px; padding: 0; background: var(--sand); }
.studio-location-photo--feature { grid-column: span 2; grid-row: span 2; }
.studio-location-photo--wide { grid-column: span 2; }
.studio-location-photo--portrait { grid-row: span 2; }
.studio-location-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.studio-location-photo:hover img { transform: scale(1.04); }
.studio-location-card > .text-link { align-self: flex-start; margin: auto 5px 2px; }
.contact { background: var(--surface-soft); }
.locations-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 22px; }
.location-list { display: grid; gap: 14px; }
.location-card { display: grid; grid-template-columns: 38px 1fr 26px; gap: 17px; align-items: start; border: 1px solid var(--line); border-radius: 4px 36px 4px 4px; padding: 27px; background: var(--surface); color: var(--ink); text-align: left; transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; }
.location-card:hover { transform: translateY(-3px); border-color: var(--line-gold); }
.location-card.is-active { border-color: var(--rose-gold); background: linear-gradient(120deg, var(--blush), var(--surface)); box-shadow: var(--shadow-soft); }
.location-card__number { color: var(--rose-gold); font-family: var(--serif); font-size: 1.08rem; }
.location-card__label { margin-bottom: 7px; color: var(--rose-deep); font-size: 0.64rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.location-card h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 1.28rem; font-weight: 400; line-height: 1.2; }
.location-card p:not(.location-card__label), .location-card__phone { margin: 0; color: var(--ink-soft); font-size: 0.77rem; }
.location-card__phone { display: inline-block; margin-top: 7px; font-weight: 750; }
.hours-card { display: grid; gap: 4px; border-top: 1px solid var(--line); padding: 25px 10px 0; }
.hours-card p { margin: 0; color: var(--rose-deep); font-size: 0.67rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.hours-card strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 400; }
.hours-card span { color: var(--ink-soft); font-size: 0.78rem; }
.map-frame { position: relative; min-height: 555px; overflow: hidden; border: 1px solid var(--line); border-radius: 70px 6px 6px 6px; background: var(--surface-tint); }
.map-frame iframe { width: 100%; height: 100%; min-height: 555px; border: 0; filter: grayscale(0.15) sepia(0.05) contrast(0.95); }
html[data-theme="dark"] .map-frame iframe { filter: grayscale(0.45) invert(0.9) hue-rotate(170deg) brightness(0.72); }
.map-link { position: absolute; right: 22px; bottom: 22px; display: inline-flex; min-height: 47px; align-items: center; gap: 10px; border-radius: 99px; padding: 10px 19px; background: var(--espresso); color: #fffaf6; font-size: 0.7rem; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; box-shadow: var(--shadow); }

/* FAQ */
.faq { background: var(--surface-tint); }
.faq__grid { display: grid; grid-template-columns: 0.68fr 1.32fr; gap: 8vw; }
.faq .section-title { font-size: clamp(2.8rem, 4.5vw, 4.5rem); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 26px 48px 26px 0; font-family: var(--serif); font-size: 1.25rem; line-height: 1.35; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { position: absolute; top: 50%; right: 6px; color: var(--rose-gold); content: "+"; font-family: var(--sans); font-size: 1.45rem; transform: translateY(-50%); transition: transform 0.25s ease; }
.accordion details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.accordion details p { max-width: 720px; padding: 0 50px 26px 0; color: var(--ink-soft); font-size: 0.9rem; }

/* Footer */
.site-footer { padding-top: 84px; background: #251a17; color: #fffaf6; }
.footer__main { display: grid; grid-template-columns: 1.55fr repeat(3, 0.68fr); gap: 58px; padding-bottom: 68px; }
.brand--footer { width: min(330px, 100%); height: 124px; margin-bottom: 20px; }
.footer-logo { width: 100%; height: 100%; object-fit: contain; }
.footer-brand > p { max-width: 330px; color: rgba(255, 250, 246, 0.62); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.social-links { display: flex; flex-wrap: wrap; gap: 18px; }
.social-links a { color: var(--champagne-light); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.footer__main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer__main h3 { margin-bottom: 13px; color: var(--champagne-light); font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; }
.footer__main > div:not(.footer-brand) a, .footer__main > div:not(.footer-brand) p { margin: 0; color: rgba(255, 250, 246, 0.58); font-size: 0.8rem; }
.footer__main > div:not(.footer-brand) a:hover { color: #fffaf6; }
.footer__main .text-link { margin-top: 10px; color: #fffaf6 !important; }
.footer__bottom { display: grid; min-height: 98px; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 250, 246, 0.38); font-size: 0.68rem; }
.footer__bottom p { justify-self: start; margin: 0; }
.footer__bottom a { transition: color 0.2s ease; }
.footer__bottom a:hover { color: #fffaf6; }
.footer-developer { display: flex; grid-column: 2; flex-direction: column; align-items: center; gap: 5px; text-align: center; }
.footer-developer > span { color: rgba(255, 250, 246, 0.48); font-size: 0.52rem; font-weight: 700; line-height: 1; letter-spacing: 0.16em; text-transform: uppercase; }
.footer-developer a { display: inline-flex; border-radius: 6px; opacity: 0.88; transition: opacity 0.2s ease, transform 0.2s ease; }
.footer-developer a:hover { opacity: 1; transform: translateY(-1px); }
.footer-developer img { display: block; width: 170px; max-width: 100%; height: auto; }

/* Floating UI */
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: inline-flex; min-height: 55px; align-items: center; gap: 10px; border-radius: 999px; padding: 8px 18px 8px 8px; background: #176b51; color: #fff; box-shadow: 0 16px 36px rgba(16, 66, 52, 0.28); transition: transform 0.25s var(--ease), box-shadow 0.25s ease; }
.whatsapp-float:hover { transform: translateY(-4px); box-shadow: 0 22px 42px rgba(16, 66, 52, 0.36); }
.whatsapp-float__icon { display: grid; width: 39px; height: 39px; flex: 0 0 39px; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; }
.whatsapp-float__icon img { width: 100%; height: 100%; object-fit: cover; }
.whatsapp-float b { font-size: 0.69rem; letter-spacing: 0.08em; text-transform: uppercase; }
.back-to-top { position: fixed; z-index: 88; right: 28px; bottom: 90px; display: grid; width: 41px; height: 41px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--ink); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity 0.25s ease, transform 0.25s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.lightbox { width: min(960px, calc(100vw - 36px)); max-width: none; max-height: calc(100vh - 36px); overflow: visible; border: 0; border-radius: var(--radius-md); padding: 0; background: #211714; color: #fff; box-shadow: 0 32px 90px rgba(0, 0, 0, 0.48); }
.lightbox::backdrop { background: rgba(35, 24, 21, 0.82); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: calc(100vh - 110px); border-radius: var(--radius-md); object-fit: contain; }
.lightbox p { position: absolute; right: 20px; bottom: 12px; left: 20px; margin: 0; color: rgba(255, 255, 255, 0.82); font-family: var(--serif); text-align: center; text-shadow: 0 2px 15px #000; }
.lightbox p[hidden] { display: none; }
.lightbox__close { position: absolute; z-index: 2; top: -14px; right: -14px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; background: var(--rose-gold); color: #fff; font-size: 1.6rem; line-height: 1; }
.toast { position: fixed; z-index: 999; bottom: 28px; left: 50%; max-width: calc(100vw - 40px); border-radius: 999px; padding: 12px 20px; background: var(--espresso); color: #fff; font-size: 0.78rem; opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity 0.25s ease, transform 0.25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Tablet */
@media (max-width: 1080px) {
  :root { --header-height: 80px; }
  .site-header { background: var(--surface-soft); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .header__inner { grid-template-columns: 112px auto 1fr; }
  .brand { width: 105px; height: 68px; }
  .menu-toggle { display: flex; justify-self: end; order: 3; }
  .main-nav { position: fixed; z-index: 100; top: var(--header-height); right: 0; bottom: 0; isolation: isolate; display: flex; width: min(420px, 100%); flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 34px; border-left: 1px solid var(--line); background-color: var(--surface-soft); box-shadow: -30px 35px 70px rgba(48, 34, 29, 0.22); opacity: 0; pointer-events: none; transform: translateX(100%); transition: opacity 0.35s ease, transform 0.45s var(--ease); }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateX(0); }
  .main-nav a { border-bottom: 1px solid var(--line); padding: 19px 4px; color: var(--ink); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .main-nav a::after { display: none; }
  .header-actions { justify-self: end; }
  .hero-slide__inner { grid-template-columns: minmax(0, 0.85fr) minmax(330px, 1.15fr); }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(3.6rem, 7.5vw, 6.4rem); }
  .about__grid { gap: 55px; }
  .about-collage { min-height: 610px; }
  .services-grid { grid-auto-rows: 285px; }
  .service-card--feature { grid-column: span 7; }
  .bridal-feature__inner { gap: 52px; }
  .testimonial-carousel { padding: 42px 38px; }
}

/* Mobile landscape / small tablet */
@media (max-width: 800px) {
  :root { --container: min(100% - 38px, 720px); }
  .section { padding: 88px 0; }
  .topbar__inner { justify-content: center; }
  .topbar a { display: none; }
  .header__inner { grid-template-columns: 100px 1fr auto; gap: 12px; }
  .header-actions { justify-self: end; }
  .header-booking { display: none; }
  .main-nav { top: var(--header-height); }
  .hero { min-height: 920px; }
  .hero-slide__media { inset: 0 0 auto; width: 100%; height: 46%; }
  .hero-slide--unit1 .hero-slide__media { width: 100%; }
  .hero-slide__media::after { background: linear-gradient(180deg, transparent 55%, rgba(24, 20, 16, 0.25)); }
  .hero-slide--studio .hero-slide__media img { object-position: center 47%; }
  .hero-slide--unit1 .hero-slide__media img { object-position: center 38%; }
  .hero-slide--unit2 .hero-slide__media img { object-position: center 44%; }
  .hero-slide--bridal .hero-slide__media img { object-position: center 29%; }
  .hero-slide__wash { background: linear-gradient(0deg, var(--surface-soft) 0%, var(--surface-soft) 48%, color-mix(in srgb, var(--surface-soft) 94%, transparent) 55%, transparent 69%); }
  .hero-slide__inner { min-height: 920px; grid-template-columns: 1fr; align-content: end; padding-top: 390px; padding-bottom: 110px; }
  .hero-copy { max-width: 660px; }
  .hero-slide--studio .hero-copy { width: 100%; max-width: 660px; }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(3.25rem, 11vw, 5.4rem); }
  .hero-slide--studio .hero-copy h1 { font-size: clamp(3.15rem, 10.4vw, 5rem); }
  .hero-copy__lead { max-width: 520px; }
  .hero-trust { margin-top: 32px; }
  .hero-side-note { display: none; }
  .hero-controls { right: 19px; bottom: 24px; }
  .hero-media-caption { right: 22px; bottom: 20px; }
  .section-heading, .about__grid, .testimonials__layout, .booking__grid, .locations-grid, .faq__grid, .bridal-feature__inner, .nails-feature__inner, .studio-locations__grid { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; margin-bottom: 48px; }
  .about-collage { min-height: 650px; }
  .values-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .value-card { min-height: 220px; }
  .services-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .service-card, .service-card--feature, .service-card--wide { grid-column: span 1; grid-row: auto; grid-template-columns: 1fr; }
  .service-card__image, .service-card--feature .service-card__image { min-height: 340px; }
  .service-card--wide .service-card__image { order: 0; }
  .bridal-feature { padding: 90px 0; }
  .bridal-feature__inner { gap: 54px; }
  .bridal-feature__gallery { min-height: 700px; width: min(100%, 620px); }
  .nails-feature__inner { gap: 54px; }
  .nails-feature__media { width: min(100%, 560px); min-height: 620px; justify-self: center; }
  .studio-locations__grid { gap: 26px; }
  .studio-location-gallery--many { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 190px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .gallery-item, .gallery-item--portrait, .gallery-item--wide { grid-column: span 1; grid-row: span 1; }
  .gallery-item--portrait { grid-row: span 2; }
  .testimonials__layout { gap: 56px; }
  .booking-copy { position: static; }
  .booking__grid { gap: 56px; }
  .map-frame { min-height: 480px; }
  .map-frame iframe { min-height: 480px; }
  .faq__grid { gap: 40px; }
  .footer__main { grid-template-columns: 1.25fr 1fr; }
}

/* Phones */
@media (max-width: 560px) {
  :root { --container: calc(100% - 30px); --header-height: 74px; }
  .topbar { font-size: 0.58rem; letter-spacing: 0.04em; }
  .header__inner { grid-template-columns: 96px 1fr auto; }
  .brand { width: 96px; height: 60px; padding: 0; }
  .language-control select { min-width: 55px; padding-inline: 8px; }
  .theme-toggle { width: 39px; height: 39px; }
  .menu-toggle { width: 41px; height: 41px; }
  .header-actions { gap: 6px; }
  .main-nav { top: var(--header-height); padding: 28px; }
  .section { padding: 74px 0; }
  .section-title { font-size: clamp(2.65rem, 13vw, 4.1rem); }
  .hero { min-height: 930px; }
  .hero-slide__media { height: 40%; }
  .hero-slide--studio .hero-slide__media img { object-position: center 48%; }
  .hero-slide--unit1 .hero-slide__media img { object-position: center 37%; }
  .hero-slide--unit2 .hero-slide__media img { object-position: center 43%; }
  .hero-slide--bridal .hero-slide__media img { object-position: center 28%; }
  .hero-slide__wash { background: linear-gradient(0deg, var(--surface-soft) 0%, var(--surface-soft) 55%, color-mix(in srgb, var(--surface-soft) 94%, transparent) 62%, transparent 74%); }
  .hero-slide__inner { min-height: 930px; padding-top: 330px; padding-bottom: 92px; }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(3rem, 14vw, 4.65rem); }
  .hero-slide--studio .hero-copy h1 { font-size: clamp(2.8rem, 12.8vw, 4.25rem); }
  .hero-copy__lead { margin-bottom: 28px; font-size: 0.94rem; }
  .hero-actions { align-items: stretch; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-trust { margin-top: 30px; }
  .hero-trust > div { padding-right: 7px; }
  .hero-trust > div + div { padding-left: 8px; }
  .hero-trust strong { font-size: 1.3rem; }
  .hero-trust span { font-size: 0.5rem; }
  .hero-controls > button { width: 39px; height: 39px; }
  .hero-media-caption { display: none; }
  .bridal-points { gap: 6px; margin-bottom: 24px; }
  .bridal-points span { padding: 6px 9px; font-size: 0.52rem; }
  .marquee span { padding: 18px 20px; }
  .about-collage { min-height: 500px; }
  .about-photo--main { inset: 0 8% 10% 0; }
  .about-photo--detail { width: 48%; height: 33%; border-width: 7px; }
  .about-number { width: 112px; height: 112px; }
  .about-number strong { font-size: 2.45rem; }
  .about-number span { font-size: 0.47rem; }
  .value-card { padding: 27px; }
  .service-card { border-radius: 18px; }
  .service-card__image, .service-card--feature .service-card__image { min-height: 280px; }
  .service-card__body { grid-template-columns: 30px 1fr; padding: 25px 20px; }
  .service-card h3, .service-card p, .service-card__body > a { grid-column: 2; }
  .bridal-feature { padding: 74px 0; }
  .bridal-feature__gallery { min-height: 720px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.2fr 0.8fr; }
  .bridal-feature__media--main { grid-column: 1 / -1; grid-row: 1; border-radius: 120px 10px 10px 10px; }
  .bridal-feature__media--preparation, .bridal-feature__media--hair { grid-row: 2; }
  .bridal-feature__copy h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .bridal-feature__list { grid-template-columns: 1fr; }
  .nails-feature__inner { gap: 44px; }
  .nails-feature__services { grid-template-columns: 1fr; }
  .nails-feature__media { min-height: 520px; border-radius: 10px 120px 10px 10px; }
  .studio-location-card { border-radius: 20px; padding: 14px; }
  .studio-location-gallery--many { grid-auto-rows: 150px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .gallery-item, .gallery-item--portrait, .gallery-item--wide { grid-column: span 1; grid-row: span 1; }
  .testimonial-carousel { border-radius: 60px 14px 14px 14px; padding: 34px 24px; }
  .testimonial { min-height: 405px; }
  .testimonial blockquote { font-size: 1.45rem; }
  .booking-form { border-radius: 6px 52px 6px 6px; padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .location-card { padding: 23px 18px; }
  .map-frame, .map-frame iframe { min-height: 410px; }
  .map-frame { border-radius: 45px 6px 6px 6px; }
  .accordion summary { font-size: 1.12rem; }
  .footer__main { grid-template-columns: 1fr; gap: 34px; }
  .footer__bottom { min-height: 138px; grid-template-columns: 1fr; justify-items: center; gap: 16px; padding: 20px 0 28px; text-align: center; }
  .footer__bottom p { justify-self: center; }
  .footer-developer { grid-column: 1; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 10px; }
  .whatsapp-float b { display: none; }
  .back-to-top { right: 18px; bottom: 82px; }
}

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

@media print {
  .topbar, .site-header, .hero-controls, .whatsapp-float, .back-to-top, .booking-form, .map-frame, .site-footer { display: none !important; }
  body { background: #fff; color: #111; }
  .section { padding: 40px 0; }
  .reveal { opacity: 1; transform: none; }
}
