:root {
  --paper: #f5f0e8;
  --paper-soft: #fbf8f3;
  --ink: #1d1a18;
  --muted: #716863;
  --line: #d8d0c6;
  --berry: #781f3d;
  --berry-dark: #4c1427;
  --coral: #c95f46;
  --white: #fff;
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --shell: min(100% - 72px, 1380px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; color: var(--ink); background: var(--paper-soft); font-family: var(--sans); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 29px; font-size: clamp(4rem, 6.5vw, 7.4rem); }
h2 { margin-bottom: 0; font-size: clamp(3.1rem, 5vw, 5.6rem); }
h3 { font-size: clamp(2rem, 3vw, 3.4rem); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 132px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 16px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.kicker { margin-bottom: 22px; color: var(--berry); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.kicker-light { color: #e9bdc9; }
.section-number { color: #9d9189; font-family: var(--serif); font-size: 1rem; }
.section-number-light { color: #b88da0; }
.section-intro { max-width: 460px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 22px; font-size: .86rem; font-weight: 700; text-decoration: none; }
.button-solid { color: white; background: var(--berry); }
.button-solid:hover { background: var(--berry-dark); }
.button-link { padding-inline: 0; border-bottom: 1px solid var(--ink); }
.button-light { color: var(--ink); background: white; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.42); }

.utility-bar { color: #f8e9ee; background: var(--berry-dark); font-size: .78rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.utility-inner a { font-weight: 700; text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(251,248,243,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(38,29,25,.06); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 36px; }
.logo { width: 168px; height: 62px; overflow: hidden; background: url("assets/nova-moda-logo-source.jpg") center 50% / 168px auto no-repeat; mix-blend-mode: multiply; }
.logo img { width: 100%; height: 100%; opacity: 0; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(21px, 2.3vw, 42px); }
.main-nav a { position: relative; font-size: .84rem; font-weight: 600; text-decoration: none; }
.main-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--berry); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-call { padding: 10px 18px; color: var(--berry); border: 1px solid var(--berry); font-size: .8rem; font-weight: 700; text-decoration: none; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { width: 24px; height: 1px; display: block; margin: 7px auto; background: var(--ink); transition: transform .25s ease; }

.hero { min-height: calc(100svh - 122px); display: grid; grid-template-columns: 49% 51%; background: var(--paper); }
.hero-copy { display: flex; align-items: center; padding: 7vw 5vw 7vw max(36px, calc((100vw - 1380px) / 2)); }
.hero-copy-inner { max-width: 720px; }
.hero-lead { max-width: 620px; margin-bottom: 29px; color: #514a46; font-size: clamp(1.08rem, 1.35vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.walk-in { display: flex; align-items: center; gap: 10px; margin: 34px 0 0; color: var(--muted); font-size: .84rem; }
.walk-in span { width: 7px; height: 7px; border-radius: 50%; background: #3c8f64; }
.hero-media { position: relative; min-height: 690px; overflow: hidden; color: white; background-color: #bd6049; background-image: linear-gradient(180deg, rgba(28,18,15,.04) 45%, rgba(28,18,15,.5)), url("assets/clienta-real-03.jpg"); background-repeat: no-repeat; background-position: center, 63% 88%; background-size: cover, 145%; }
.media-index { position: absolute; top: 32px; right: 34px; left: 34px; display: flex; justify-content: space-between; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.experience-mark { position: absolute; right: 36px; bottom: 34px; display: flex; align-items: center; gap: 14px; }
.experience-mark strong { font-family: var(--serif); font-size: 4.4rem; font-weight: 400; line-height: .8; }
.experience-mark span { font-size: .73rem; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.hero-ceremony { position: absolute; bottom: 30px; left: 30px; width: 38%; height: 42%; margin: 0; overflow: hidden; border: 7px solid var(--paper); box-shadow: 0 22px 50px rgba(35,22,19,.2); }
.hero-ceremony img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.hero-ceremony figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 10px 12px; color: var(--ink); background: rgba(251,248,243,.94); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.trust-bar { border-bottom: 1px solid var(--line); background: var(--paper-soft); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { min-height: 126px; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 22px 30px; border-left: 1px solid var(--line); }
.trust-grid p:last-child { border-right: 1px solid var(--line); }
.trust-grid strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.trust-grid span { margin-top: 4px; color: var(--muted); font-size: .8rem; }

.fitting { background: var(--paper-soft); }
.fitting-intro, .lingerie-heading { display: grid; grid-template-columns: 70px 1fr minmax(300px, 440px); gap: 34px; align-items: end; }
.fitting-intro h2, .lingerie-heading h2 { max-width: 900px; }
.fit-problems { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 86px; border-top: 1px solid var(--ink); }
.fit-problems article { min-height: 280px; padding: 24px 26px 30px 0; border-right: 1px solid var(--line); }
.fit-problems article + article { padding-left: 26px; }
.fit-problems article:last-child { border-right: 0; }
.fit-problems span { color: var(--berry); font-family: var(--serif); font-size: .9rem; }
.fit-problems h3 { margin: 88px 0 12px; font-family: var(--sans); font-size: 1.18rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.15; }
.fit-problems p { margin: 0; color: var(--muted); font-size: .9rem; }

.service { padding-block: 126px; color: white; background: var(--berry-dark); }
.service-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: start; }
.service-statement h2 { max-width: 780px; }
.service-statement > p:last-child { max-width: 650px; margin: 35px 0 0; color: #d9c5ca; font-size: 1.05rem; }
.service-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.3); }
.service-steps li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding-block: 27px; border-bottom: 1px solid rgba(255,255,255,.24); }
.service-steps li > span { color: #d8a8b5; font-family: var(--serif); }
.service-steps strong { display: block; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.service-steps p { margin: 4px 0 0; color: #cfbfc3; font-size: .88rem; }

.lingerie { padding-block: 132px 0; background: var(--paper); }
.lingerie-heading { margin-bottom: 78px; }
.lingerie-stage { display: grid; grid-template-columns: minmax(420px, .92fr) minmax(560px, 1.08fr); min-height: 880px; }
.lingerie-photo { position: relative; min-height: 760px; overflow: hidden; color: white; background-color: #bd6049; background-image: linear-gradient(180deg, rgba(29,19,16,.03) 42%, rgba(29,19,16,.68)), url("assets/clienta-real-03.jpg"); background-position: center, 72% 90%; background-size: cover, 180%; }
.lingerie-photo > span { position: absolute; top: 30px; left: max(30px, calc((100vw - 1380px) / 2)); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lingerie-photo > div { position: absolute; right: 55px; bottom: 54px; left: max(30px, calc((100vw - 1380px) / 2)); display: flex; flex-direction: column; }
.lingerie-photo strong { max-width: 520px; font-family: var(--serif); font-size: clamp(2.7rem, 4vw, 5rem); font-weight: 500; line-height: .95; letter-spacing: -.035em; }
.lingerie-photo small { margin-top: 14px; color: #f5ded8; font-size: .85rem; }
.lingerie-catalog { display: flex; flex-direction: column; justify-content: center; padding: 80px max(36px, calc((100vw - 1380px) / 2)) 80px clamp(45px, 5vw, 90px); background: var(--paper-soft); }
.lingerie-list { border-top: 1px solid var(--ink); }
.lingerie-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.lingerie-list article > span { padding-top: 5px; color: var(--berry); font-family: var(--serif); font-size: .9rem; }
.lingerie-list h3 { margin: 0 0 5px; font-family: var(--sans); font-size: 1.02rem; font-weight: 700; line-height: 1.25; letter-spacing: -.01em; }
.lingerie-list p { margin: 0; color: var(--muted); font-size: .82rem; }
.lingerie-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 34px; }
.lingerie-cta p { max-width: 450px; margin: 0; color: var(--muted); font-size: .8rem; }
.lingerie-cta strong { color: var(--ink); }
.men-section { padding-block: 0; background: #24211f; }
.collection-men { display: grid; grid-template-columns: .8fr .75fr 1fr; gap: 6vw; align-items: end; padding-block: 76px; color: white; background: #24211f; }
.collection-men h3 { max-width: 560px; margin-bottom: 18px; }
.collection-men > p { max-width: 500px; margin: 0 0 7px; color: #c9c2bd; }
.collection-men ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border-top: 1px solid #5b5651; }
.collection-men li { padding: 13px 0; color: #e1d9d5; border-bottom: 1px solid #5b5651; font-size: .88rem; }

.brands { padding-block: 120px 96px; overflow: hidden; background: var(--white); }
.brands-header { display: grid; grid-template-columns: 1fr minmax(300px, 450px); gap: 8vw; align-items: end; }
.brands-header h2 { max-width: 860px; font-size: clamp(3rem, 4.5vw, 5rem); }
.brands-header > p { margin: 0 0 10px; color: var(--muted); }
.brand-rail { display: grid; grid-template-columns: repeat(7, minmax(160px, 1fr)); width: max(100%, 1320px); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-logo { min-height: 150px; display: flex; align-items: center; justify-content: center; padding: 28px; border-right: 1px solid var(--line); }
.brand-logo img { max-width: 126px; max-height: 58px; filter: grayscale(1); opacity: .78; }
.brands-note { width: var(--shell); margin: 23px auto 0; color: var(--muted); font-size: .78rem; }

.reviews { background: #ece5dc; }
.reviews-grid { display: grid; grid-template-columns: .62fr 1.4fr .88fr; gap: 5vw; align-items: start; }
.rating { display: flex; align-items: end; gap: 8px; margin: 15px 0; }
.rating strong { font-family: var(--serif); font-size: 5.8rem; font-weight: 400; line-height: .8; }
.rating span { color: var(--muted); }
.rating-block > p:not(.kicker) { color: var(--muted); font-size: .88rem; }
.rating-block a { font-size: .8rem; font-weight: 700; text-underline-offset: 5px; }
.featured-review { position: relative; margin: 0; padding-left: 70px; }
.quote-mark { position: absolute; top: -25px; left: 0; color: var(--berry); font-family: var(--serif); font-size: 6rem; line-height: 1; }
.featured-review > p { margin-bottom: 35px; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.6rem); line-height: 1.05; letter-spacing: -.025em; }
.featured-review footer, .review-notes footer { display: flex; flex-direction: column; font-size: .82rem; }
.featured-review footer span { color: var(--muted); }
.review-notes { border-top: 1px solid var(--ink); }
.review-notes blockquote { margin: 0; padding-block: 25px; border-bottom: 1px solid var(--line); }
.review-notes blockquote p { margin-bottom: 15px; font-family: var(--serif); font-size: 1.35rem; line-height: 1.2; }
.review-notes footer { color: var(--muted); }
.review-source { margin-top: 55px; color: var(--muted); font-size: .72rem; }

.ceremony { padding-block: 132px 80px; color: white; background: #1e1b1a; }
.ceremony-heading { display: grid; grid-template-columns: 70px 1fr minmax(300px, 450px); gap: 34px; align-items: end; }
.ceremony-heading h2 { max-width: 880px; }
.ceremony-copy { color: #cbc2be; }
.ceremony-copy p { margin-bottom: 24px; }
.ceremony-firms { color: #a99d97; font-size: .76rem; }
.ceremony-gallery { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 12px; margin-top: 76px; }
.ceremony-gallery figure { position: relative; min-height: 680px; margin: 0; overflow: hidden; background: #312d2b; }
.ceremony-gallery figure::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(24,20,18,.76)); content: ""; }
.ceremony-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.ceremony-gallery figure:hover img { transform: scale(1.025); }
.ceremony-gallery figcaption { position: absolute; z-index: 1; right: 28px; bottom: 26px; left: 28px; font-family: var(--serif); font-size: 1.2rem; }
.ceremony-wide img { object-position: center; }
.social-line { display: flex; justify-content: space-between; gap: 30px; padding-top: 36px; color: #bdb4b0; border-top: 1px solid #45403d; }
.social-line p { margin: 0; }
.social-line div { display: flex; gap: 26px; }
.social-line a { color: white; font-size: .82rem; font-weight: 600; text-underline-offset: 5px; }

.story { padding-block: 140px; background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.story-year { color: transparent; font-family: var(--serif); font-size: clamp(10rem, 21vw, 24rem); line-height: .72; letter-spacing: -.08em; -webkit-text-stroke: 1px #c6bbb1; }
.story-copy h2 { margin-bottom: 36px; font-size: clamp(3rem, 4.7vw, 5.2rem); }
.story-copy > p:not(.kicker) { max-width: 620px; color: var(--muted); font-size: 1.03rem; }

.visit { padding-block: 130px; color: white; background: var(--berry-dark); }
.visit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; }
.visit-intro h2 { max-width: 850px; }
.visit-intro > p:not(.kicker) { max-width: 620px; margin: 32px 0; color: #d9c5ca; font-size: 1.05rem; }
.visit-actions { display: flex; gap: 12px; }
.visit-details { border-top: 1px solid rgba(255,255,255,.28); }
.visit-details > div { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding-block: 26px; border-bottom: 1px solid rgba(255,255,255,.22); }
.visit-details span { color: #dca8b7; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.visit-details address, .visit-details p { margin: 0; font-family: var(--serif); font-size: 1.32rem; font-style: normal; line-height: 1.35; }
.visit-details a { text-decoration-thickness: 1px; text-underline-offset: 5px; }

.site-footer { padding-block: 80px 28px; color: #bdb4b0; background: #171413; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .45fr; gap: 8vw; }
.footer-brand img { width: 150px; height: 58px; object-fit: cover; filter: grayscale(1) invert(1); mix-blend-mode: screen; opacity: .75; }
.footer-brand p { max-width: 450px; margin: 20px 0 0; font-size: .84rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; font-size: .82rem; }
.footer-grid strong { margin-bottom: 9px; color: white; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.footer-grid a { text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid #373130; font-size: .72rem; }
.mobile-call { display: none; }

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

@media (max-width: 1160px) {
  :root { --shell: min(100% - 48px, 1050px); }
  .header-inner { grid-template-columns: 185px 1fr auto; gap: 20px; }
  .main-nav { gap: 20px; }
  .main-nav a { font-size: .76rem; }
  .hero { grid-template-columns: 52% 48%; }
  .hero-copy { padding-left: 40px; }
  .fitting-intro, .lingerie-heading, .ceremony-heading { grid-template-columns: 45px 1fr; }
  .fitting-intro .section-intro, .lingerie-heading .section-intro, .ceremony-copy { grid-column: 2; }
  .lingerie-stage { grid-template-columns: .9fr 1.1fr; }
  .reviews-grid { grid-template-columns: .55fr 1.25fr; }
  .review-notes { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 34px, 720px); }
  html { scroll-padding-top: 76px; }
  body { font-size: 16px; padding-bottom: 70px; }
  h1 { font-size: clamp(3.45rem, 15vw, 5.2rem); }
  h2 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
  .section { padding-block: 90px; }
  .utility-bar { display: none; }
  .site-header { top: 0; }
  .header-inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .logo { width: 145px; height: 54px; }
  .header-call { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 17px 28px; border-top: 1px solid var(--line); background: var(--paper-soft); box-shadow: 0 20px 30px rgba(31,24,20,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.35rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 17px 64px; }
  .hero-copy-inner { width: 100%; max-width: 720px; margin-inline: auto; }
  .hero-media { min-height: 480px; background-position: center, 62% 88%; background-size: cover, 150%; }
  .hero-ceremony { width: 43%; height: 46%; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 7px; }
  .button-link { align-self: flex-start; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p { min-height: 105px; padding: 20px 16px; border-bottom: 1px solid var(--line); }
  .trust-grid p:nth-child(2) { border-right: 1px solid var(--line); }
  .fitting-intro, .lingerie-heading, .ceremony-heading { grid-template-columns: 1fr; gap: 18px; }
  .fitting-intro .section-intro, .lingerie-heading .section-intro, .ceremony-copy { grid-column: auto; }
  .fit-problems { grid-template-columns: 1fr; margin-top: 55px; }
  .fit-problems article, .fit-problems article + article { min-height: auto; display: grid; grid-template-columns: 34px 1fr; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fit-problems h3 { margin: 0 0 8px; }
  .fit-problems p { grid-column: 2; }
  .service { padding-block: 90px; }
  .service-grid { grid-template-columns: 1fr; gap: 55px; }
  .lingerie { padding-top: 90px; }
  .lingerie-heading { margin-bottom: 55px; }
  .lingerie-stage { grid-template-columns: 1fr; min-height: auto; }
  .lingerie-photo { min-height: 620px; background-position: center, 74% 92%; background-size: cover, 190%; }
  .lingerie-photo > span { left: 24px; }
  .lingerie-photo > div { right: 24px; bottom: 34px; left: 24px; }
  .lingerie-catalog { padding: 70px 24px; }
  .lingerie-cta { align-items: flex-start; flex-direction: column; }
  .collection-men { grid-template-columns: 1fr; gap: 28px; padding: 60px 0; }
  .brands { padding-block: 90px 70px; }
  .brands-header { grid-template-columns: 1fr; gap: 24px; }
  .brand-rail { grid-template-columns: repeat(7, 155px); overflow: hidden; }
  .brand-logo { min-height: 126px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 60px; }
  .featured-review { padding-left: 48px; }
  .review-notes { grid-column: auto; grid-template-columns: 1fr; gap: 0; }
  .ceremony { padding-block: 90px 60px; }
  .ceremony-gallery { grid-template-columns: 1fr 1fr; }
  .ceremony-gallery figure { min-height: 520px; }
  .ceremony-gallery .ceremony-wide { grid-column: 1 / -1; min-height: 440px; }
  .social-line { flex-direction: column; }
  .story { padding-block: 100px; overflow: hidden; }
  .story-grid { grid-template-columns: 1fr; gap: 55px; }
  .story-year { font-size: 45vw; }
  .visit { padding-block: 90px; }
  .visit-grid { grid-template-columns: 1fr; gap: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-call { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; min-height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; color: white; background: var(--berry); text-decoration: none; box-shadow: 0 -7px 24px rgba(29,19,23,.18); }
  .mobile-call span { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-call strong { font-size: 1rem; }
}

@media (max-width: 520px) {
  :root { --shell: min(100% - 28px, 470px); }
  .hero-copy { padding: 67px 14px 55px; }
  .hero-media { min-height: 420px; background-size: cover, 172%; }
  .hero-ceremony { bottom: 18px; left: 16px; width: 48%; height: 46%; border-width: 5px; }
  .media-index { top: 22px; right: 18px; left: 18px; }
  .experience-mark { right: 18px; bottom: 22px; }
  .experience-mark strong { font-size: 3.6rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p, .trust-grid p:nth-child(2) { min-height: 90px; border-right: 1px solid var(--line); }
  .lingerie-photo { min-height: 520px; background-size: cover, 205%; }
  .lingerie-catalog { padding-inline: 14px; }
  .lingerie-list article { grid-template-columns: 34px 1fr; gap: 12px; }
  .ceremony-gallery { grid-template-columns: 1fr; }
  .ceremony-gallery .ceremony-wide { grid-column: auto; }
  .ceremony-gallery figure, .ceremony-gallery .ceremony-wide { min-height: 500px; }
  .social-line div { flex-wrap: wrap; gap: 18px; }
  .visit-actions { align-items: stretch; flex-direction: column; }
  .visit-details > div { grid-template-columns: 1fr; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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