:root {
  --ink: #251b19;
  --ink-soft: #493936;
  --muted: #756662;
  --cream: #fbf7f2;
  --paper: #fffdf9;
  --rose: #ba6f74;
  --rose-dark: #7f444b;
  --rose-soft: #eed7d5;
  --champagne: #d9bd8d;
  --sage: #a9b4a1;
  --line: rgba(84, 56, 49, .13);
  --shadow: 0 30px 90px rgba(63, 38, 31, .14);
  --shadow-soft: 0 18px 50px rgba(63, 38, 31, .08);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 12px max(5vw, 22px); background: rgba(251,247,242,.82); border-bottom: 1px solid rgba(84,56,49,.08); backdrop-filter: blur(22px) saturate(1.15); }
.brand { display: inline-flex; align-items: center; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); font-size: .88rem; font-weight: 600; }
.site-nav > a:not(.button) { position: relative; color: var(--ink-soft); }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--rose); transition: right .25s ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; padding: 10px; border: 0; background: transparent; color: var(--ink); font-weight: 700; }

.button { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 27px; overflow: hidden; border: 1px solid var(--rose-dark); border-radius: 999px; background: var(--rose-dark); color: #fff; font-weight: 700; box-shadow: 0 12px 32px rgba(127,68,75,.18); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-3px); background: #69363d; box-shadow: 0 18px 38px rgba(127,68,75,.25); }
.button-small { min-height: 44px; padding: 0 20px; }
.button-outline { background: transparent; color: var(--rose-dark); box-shadow: none; }
.button-light { border-color: #fff; background: #fff; color: var(--rose-dark); }
.button-shine::after { content: ""; position: absolute; inset: -40% auto -40% -35%; width: 24%; transform: rotate(16deg); background: rgba(255,255,255,.25); filter: blur(3px); transition: left .55s ease; }
.button-shine:hover::after { left: 120%; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(37,27,25,.4); font-size: .92rem; font-weight: 700; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr); align-items: center; min-height: 860px; gap: 5vw; padding: 142px max(7vw, 28px) 90px; overflow: hidden; background: radial-gradient(circle at 8% 5%, rgba(238,215,213,.75), transparent 28%), linear-gradient(135deg, #fffdfa 0%, #f7eee8 100%); }
.hero::before { content: "M"; position: absolute; right: -3vw; bottom: -22vw; color: rgba(127,68,75,.035); font: 62vw/.8 var(--serif); pointer-events: none; }
.hero-copy { position: relative; z-index: 4; max-width: 770px; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; padding: 8px 13px; border: 1px solid rgba(127,68,75,.16); border-radius: 999px; background: rgba(255,255,255,.56); color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.hero-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 5px rgba(186,111,116,.12); }
.eyebrow { margin: 0 0 17px; color: var(--rose-dark); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.04; letter-spacing: -.045em; }
h1 { max-width: 800px; font-size: clamp(3.6rem, 6.2vw, 7.1rem); }
h1 em { display: block; color: var(--rose-dark); font-weight: 500; }
.hero-lead { max-width: 650px; margin: 29px 0 32px; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 42px; color: var(--muted); font-size: .79rem; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row b { color: var(--rose-dark); font-size: .66rem; letter-spacing: .12em; }

.hero-visual { position: relative; min-height: 620px; }
.hero-halo { position: absolute; width: 520px; height: 520px; top: 45px; left: 45%; transform: translateX(-50%); border-radius: 50%; background: rgba(235,211,198,.58); filter: blur(1px); }
.editorial-card { position: absolute; right: -4vw; top: 20px; width: min(520px, 45vw); padding: 9px; transform: rotate(6deg); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.editorial-card img { display: block; border-radius: 4px; }
.phone-card { position: absolute; z-index: 3; left: 2%; bottom: 0; width: min(326px, 76vw); min-height: 545px; padding: 25px 31px; transform: rotate(-4deg); border: 8px solid #fff; border-radius: 44px; background: linear-gradient(rgba(255,253,250,.93), rgba(255,253,250,.98)), radial-gradient(circle at top, #ead8cc, transparent 60%); text-align: center; box-shadow: 0 35px 90px rgba(54,34,29,.2); }
.phone-bar { height: 14px; }
.phone-bar span { display: block; width: 68px; height: 5px; margin: auto; border-radius: 8px; background: #dfd2ca; }
.mini-kicker { margin-top: 72px; color: var(--rose-dark); font-size: .68rem; text-transform: uppercase; letter-spacing: .28em; }
.phone-card h2 { font-size: 3.05rem; }
.phone-card h2 span { display: block; color: var(--rose); font-size: 1.9rem; font-style: italic; }
.mini-rule { width: 58px; height: 1px; margin: 28px auto; background: var(--rose); }
.mini-date { font-weight: 700; letter-spacing: .2em; }
.mini-place { color: var(--muted); font-size: .86rem; }
.phone-card button { margin-top: 26px; padding: 12px 18px; border: 0; border-radius: 99px; background: var(--ink); color: #fff; }
.floating-note { position: absolute; z-index: 4; right: -1vw; bottom: 70px; display: flex; align-items: center; gap: 13px; max-width: 260px; padding: 17px 20px; border: 1px solid rgba(84,56,49,.08); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.floating-note i { color: var(--rose); font: 1.8rem var(--serif); }
.floating-note span, .floating-note strong { display: block; }
.floating-note span { color: var(--muted); font-size: .72rem; line-height: 1.35; }
.floating-note strong { color: var(--ink); font-size: .86rem; }

.social-proof { padding: 32px 5vw; background: var(--ink); color: #fff; text-align: center; }
.social-proof p { margin: 0 0 15px; color: #cbbeb8; font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; }
.social-proof div { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(24px, 5vw, 72px); font: 1.15rem var(--serif); }

.section { padding: 120px max(7vw, 24px); }
.section-heading { max-width: 760px; margin: 0 auto 62px; text-align: center; }
.section h2, .final-cta h2 { font-size: clamp(2.65rem, 4.6vw, 5rem); }
.section-heading > p:last-child { max-width: 630px; margin: 23px auto 0; color: var(--muted); }

.showcase { background: #f4ebe5; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1260px; margin: auto; }
.style-card { margin: 0; }
.style-screen { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 510px; padding: 38px; overflow: hidden; border-radius: 180px 180px 20px 20px; text-align: center; box-shadow: var(--shadow-soft); transition: transform .35s ease, box-shadow .35s ease; }
.style-card:hover .style-screen { transform: translateY(-8px); box-shadow: var(--shadow); }
.style-screen::after { content: ""; position: absolute; inset: 15px; border: 1px solid currentColor; border-radius: 165px 165px 12px 12px; opacity: .16; }
.style-screen small, .style-screen span { position: relative; z-index: 2; text-transform: uppercase; letter-spacing: .18em; }
.style-screen small { font-size: .68rem; }
.style-screen strong { position: relative; z-index: 2; margin: 45px 0; font: 3.3rem/.95 var(--serif); }
.style-screen span { font-size: .62rem; }
.style-card > p { margin: 16px 6px 0; font-weight: 700; }
.style-editorial .style-screen { background: linear-gradient(145deg,#f8f1e7,#dcc6ac); color: #543c32; }
.style-quince .style-screen { background: radial-gradient(circle at 50% 20%,#fff8fb,transparent 25%), linear-gradient(150deg,#e9cfdc,#b386a0); color: #fff; }
.style-night .style-screen { background: radial-gradient(circle at 30% 20%,rgba(255,222,143,.2),transparent 4%), radial-gradient(circle at 72% 35%,rgba(255,222,143,.24),transparent 3%), linear-gradient(155deg,#1c1a24,#4a3547); color: #f2dbc2; }
.showcase-hook { display: flex; justify-content: space-between; align-items: center; gap: 25px; max-width: 1260px; margin: 52px auto 0; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); }
.showcase-hook a { color: var(--rose-dark); font-weight: 700; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1250px; margin: auto; }
.step { position: relative; padding: 39px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.55); }
.step::after { content: ""; position: absolute; width: 120px; height: 120px; right: -50px; top: -50px; border-radius: 50%; background: var(--rose-soft); opacity: .45; }
.step > span { color: var(--rose); font: 2.2rem var(--serif); }
.step h3 { margin: 25px 0 10px; font: 1.55rem var(--serif); }
.step p { margin: 0; color: var(--muted); }

.feature-section { padding-top: 30px; }
.feature-card { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: 1240px; margin: auto; padding: 78px; border-radius: 34px; background: linear-gradient(145deg,#eadfd7,#f4ece6); }
.feature-card > div > p:last-child { max-width: 540px; color: var(--muted); font-size: 1.04rem; }
.feature-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 17px; padding: 17px; border: 1px solid rgba(255,255,255,.5); border-radius: 15px; background: rgba(255,255,255,.5); }
.feature-list li > span { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: var(--rose-dark); font-size: 1.25rem; }
.feature-list strong, .feature-list small { display: block; }
.feature-list small { color: var(--muted); }

.pricing { background: #fffaf6; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; max-width: 1200px; margin: auto; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); transition: transform .3s ease, box-shadow .3s ease; }
.price-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-soft); }
.price-card.featured { border-color: rgba(127,68,75,.5); background: linear-gradient(180deg,#fff,#fff8f6); box-shadow: var(--shadow-soft); }
.popular { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 7px 16px; border-radius: 99px; background: var(--rose-dark); color: #fff; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.price-card h3 { font: 1.9rem var(--serif); }
.price-card > p { min-height: 54px; color: var(--muted); }
.price { display: flex; align-items: baseline; gap: 5px; margin: 18px 0; }
.price small { align-self: flex-start; }
.price strong { font: 3.15rem var(--serif); }
.price span { color: var(--muted); }
.price-card ul { flex: 1; margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { padding: 7px 0; color: var(--muted); }

.faq-section { background: #ece6dd; }
.faq-list { max-width: 960px; margin: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 28px 2px; cursor: pointer; list-style: none; font: 1.45rem var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rose-dark); font: 1.3rem var(--sans); transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; margin: -8px 0 28px; color: var(--muted); line-height: 1.75; }

.final-cta { position: relative; margin: 20px max(3vw, 14px); padding: 105px 24px; overflow: hidden; border-radius: 34px; background: radial-gradient(circle at 10% 0%,rgba(231,174,177,.22),transparent 30%), var(--rose-dark); color: #fff; text-align: center; }
.final-cta::after { content: "RA"; position: absolute; right: -2vw; bottom: -8vw; color: rgba(255,255,255,.045); font: 22vw/.8 var(--serif); }
.final-cta > * { position: relative; z-index: 2; }
.final-cta .eyebrow { color: #efd7d1; }
.final-cta p:not(.eyebrow) { margin: 18px 0 31px; color: #efddda; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 45px max(7vw, 24px) 95px; color: var(--muted); }
footer > a:last-child { font-size: .78rem; }
.mobile-cta { display: none; }

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

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; top: 72px; left: 15px; right: 15px; flex-direction: column; align-items: stretch; padding: 24px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,253,249,.98); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { margin: auto; text-align: center; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { width: min(680px,100%); margin: auto; }
  .editorial-card { right: 0; width: 60%; }
  .showcase-grid { grid-template-columns: repeat(2,1fr); }
  .style-card:last-child { grid-column: 1/-1; width: calc(50% - 12px); margin: auto; }
  .steps, .price-grid { grid-template-columns: 1fr; max-width: 620px; }
  .feature-card { grid-template-columns: 1fr; gap: 38px; padding: 52px 34px; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 76px; }
  .site-header { min-height: 70px; padding: 9px 17px; }
  .hero { min-height: auto; gap: 35px; padding: 108px 18px 55px; }
  .hero-badge { font-size: .58rem; }
  h1 { font-size: clamp(3.05rem, 15vw, 4.25rem); }
  .hero-lead { margin: 22px 0 27px; font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; min-height: 58px; }
  .trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 31px; }
  .trust-row span { flex-direction: column; gap: 2px; padding: 10px 4px; border-top: 1px solid var(--line); font-size: .65rem; }
  .hero-visual { min-height: 500px; }
  .hero-halo { width: 380px; height: 380px; top: 60px; }
  .editorial-card { top: 15px; right: -35px; width: 72%; }
  .phone-card { left: 0; min-height: 445px; width: 260px; padding: 19px 22px; border-radius: 36px; }
  .mini-kicker { margin-top: 51px; }
  .phone-card h2 { font-size: 2.35rem; }
  .phone-card button { margin-top: 15px; font-size: .76rem; }
  .floating-note { right: -6px; bottom: 48px; max-width: 175px; padding: 13px; }
  .floating-note i { display: none; }
  .social-proof { padding: 27px 16px; }
  .social-proof div { gap: 10px 24px; font-size: .98rem; }
  .section { padding: 82px 18px; }
  .section-heading { margin-bottom: 42px; }
  .section h2, .final-cta h2 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .showcase-grid { display: flex; gap: 14px; margin: 0 -18px; padding: 0 18px 20px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .style-card, .style-card:last-child { flex: 0 0 82vw; width: auto; scroll-snap-align: center; }
  .style-screen { min-height: 430px; }
  .showcase-hook { align-items: flex-start; flex-direction: column; margin-top: 30px; }
  .step { padding: 30px; }
  .feature-card { padding: 36px 20px; border-radius: 23px; }
  .feature-list li { align-items: flex-start; }
  .price-card { padding: 32px 26px; }
  .final-cta { padding: 76px 20px; border-radius: 25px; }
  footer { flex-direction: column; padding-bottom: 120px; text-align: center; }
  .mobile-cta { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; min-height: 64px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(37,27,25,.94); color: #fff; box-shadow: 0 18px 45px rgba(37,27,25,.28); backdrop-filter: blur(14px); }
  .mobile-cta span, .mobile-cta small { display: block; }
  .mobile-cta span { font-weight: 700; }
  .mobile-cta small { color: #e8ceca; }
}

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

/* Atelier 2026: portada editorial de alto impacto */
.hero.hero-atelier { position: relative; display: block; min-height: 100svh; padding: 0; overflow: hidden; background: #0b1012; color: #fff; }
.hero-atelier::before { display: none; }
.hero-media, .hero-veil { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); animation: atelierZoom 14s ease-out both; }
@keyframes atelierZoom { from { transform: scale(1.08); } to { transform: scale(1.02); } }
.hero-veil { background: linear-gradient(90deg, rgba(5,10,12,.95) 0%, rgba(5,10,12,.78) 37%, rgba(5,10,12,.2) 69%, rgba(5,10,12,.35) 100%), linear-gradient(180deg, rgba(5,10,12,.35), transparent 45%, rgba(5,10,12,.62)); }
.hero-atelier .hero-copy { position: absolute; z-index: 4; left: max(7vw, 28px); top: 50%; width: min(780px, 54vw); max-width: none; transform: translateY(-48%); }
.hero-atelier .hero-copy.visible { transform: translateY(-50%); }
.hero-atelier .hero-badge { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.07); color: rgba(255,255,255,.72); backdrop-filter: blur(12px); }
.hero-atelier .hero-badge span { background: var(--champagne); box-shadow: 0 0 0 5px rgba(217,189,141,.13); }
.hero-atelier .eyebrow { color: var(--champagne); }
.hero-atelier h1 { max-width: 760px; font-size: clamp(4.4rem, 7.5vw, 8.8rem); font-weight: 500; line-height: .87; letter-spacing: -.06em; }
.hero-atelier h1 em { display: block; margin-top: .11em; color: #fff; font-weight: 500; }
.hero-atelier .hero-lead { max-width: 590px; color: rgba(255,255,255,.76); }
.hero-atelier .button { border-color: #fff; background: #fff; color: #151515; box-shadow: 0 18px 48px rgba(0,0,0,.28); }
.hero-atelier .button:hover { background: #f1e6d5; }
.hero-atelier .text-link { color: #fff; border-color: rgba(255,255,255,.48); }
.hero-atelier .trust-row { color: rgba(255,255,255,.62); }
.hero-atelier .trust-row b { color: var(--champagne); }
.hero-demo { position: absolute; z-index: 5; right: max(4.5vw, 24px); bottom: 9vh; display: grid; grid-template-columns: 96px minmax(210px, 1fr); width: min(390px, 34vw); min-height: 122px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(7,11,12,.72); box-shadow: 0 24px 70px rgba(0,0,0,.32); backdrop-filter: blur(18px); }
.hero-demo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; transition: transform .5s ease; }
.hero-demo:hover img { transform: scale(1.05); }
.hero-demo > span { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 17px 48px 17px 19px; }
.hero-demo small, .hero-demo strong { display: block; }
.hero-demo small { margin-bottom: 6px; color: var(--champagne); font-size: .58rem; text-transform: uppercase; letter-spacing: .16em; }
.hero-demo strong { font: 1.25rem/1.14 var(--serif); }
.hero-demo i { position: absolute; right: 18px; top: 50%; color: var(--champagne); font-style: normal; transform: translateY(-50%); }
.hero-index { position: absolute; z-index: 4; left: max(7vw,28px); right: max(4.5vw,24px); bottom: 25px; display: flex; justify-content: space-between; color: rgba(255,255,255,.43); font-size: .58rem; text-transform: uppercase; letter-spacing: .2em; }

.showcase-editorial { grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(2, minmax(320px, 42vw)); max-width: 1380px; }
.experience-card { position: relative; display: block; min-height: 420px; overflow: hidden; border-radius: 4px; background: #171413; color: #fff; box-shadow: 0 30px 80px rgba(32,22,18,.13); }
.experience-card:first-child { grid-row: 1 / span 2; }
.experience-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.experience-wedding img { object-position: center; }
.experience-quince img { object-position: 50% 22%; }
.experience-night img { object-position: 68% center; }
.experience-card:hover img { transform: scale(1.035); }
.experience-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(8,8,8,.82) 100%); }
.experience-copy { position: absolute; z-index: 2; left: clamp(24px,4vw,54px); right: clamp(24px,4vw,54px); bottom: clamp(26px,4vw,52px); }
.experience-copy small, .experience-copy strong, .experience-copy i { display: block; }
.experience-copy small { margin-bottom: 10px; color: #dfc596; font-size: .62rem; text-transform: uppercase; letter-spacing: .17em; }
.experience-copy strong { font: clamp(2.3rem,4.2vw,5rem)/.9 var(--serif); letter-spacing: -.04em; }
.experience-copy i { margin-top: 18px; color: rgba(255,255,255,.76); font-size: .72rem; font-style: normal; text-transform: uppercase; letter-spacing: .14em; }

@media (max-width: 980px) {
  .hero-atelier .hero-copy { width: min(720px, 78vw); }
  .hero-demo { width: 350px; }
  .showcase-editorial { grid-template-columns: 1fr; grid-template-rows: none; }
  .experience-card:first-child { grid-row: auto; min-height: 680px; }
  .experience-card { min-height: 520px; }
}

@media (max-width: 620px) {
  .hero.hero-atelier { min-height: 920px; padding: 0; }
  .hero-media img { object-position: 66% center; }
  .hero-veil { background: linear-gradient(180deg, rgba(5,10,12,.18) 0%, rgba(5,10,12,.38) 34%, rgba(5,10,12,.96) 68%, #070b0d 100%); }
  .hero-atelier .hero-copy { left: 18px; right: 18px; top: auto; bottom: 170px; width: auto; transform: none; text-align: left; }
  .hero-atelier .hero-copy.visible { transform: none; }
  .hero-atelier .hero-badge { margin-bottom: 18px; font-size: .52rem; }
  .hero-atelier h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .hero-atelier .hero-lead { margin: 20px 0 24px; font-size: .94rem; }
  .hero-atelier .hero-actions { align-items: stretch; }
  .hero-atelier .text-link { align-self: flex-start; }
  .hero-atelier .trust-row { display: none; }
  .hero-demo { left: 18px; right: 18px; bottom: 33px; grid-template-columns: 76px 1fr; width: auto; min-height: 102px; }
  .hero-demo strong { font-size: 1.08rem; }
  .hero-index { display: none; }
  .showcase-editorial { display: grid; margin: 0; padding: 0; overflow: visible; }
  .experience-card, .experience-card:first-child { min-height: 560px; width: auto; }
  .experience-wedding img { object-position: 60% center; }
  .experience-copy strong { font-size: 3rem; }
}
