@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #1d1d1f;
  --muted: #6c727d;
  --light: #f7f7f7;
  --blue: #2e6dff;
  --blue-soft: #eaf4ff;
  --line: rgba(29, 29, 31, .12);
  --white: #fff;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--white); border-radius: 999px; }
.skip-link:focus { top: 1rem; }

.film {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  background: #101216;
  color: #fff;
  isolation: isolate;
}
.film__media, .film__veil { position: absolute; inset: 0; }
.film__media { z-index: -2; overflow: hidden; }
.film__media iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 177.77777778vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%) scale(1.035);
  pointer-events: none;
}
.film__media video { display: block; width: 100%; height: 100%; object-fit: cover; }
.film__veil { z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.24)); }
.film__content { text-align: center; padding: 2rem; opacity: 0; transform: translateY(24px); animation: arrive 1.4s .45s var(--ease) forwards; }
.film__eyebrow { margin: 0 0 1.1rem; font-size: clamp(.68rem, 1vw, .83rem); letter-spacing: .19em; text-transform: uppercase; }
.film h1 { margin: 0; font-size: clamp(3.2rem, 8.5vw, 8.5rem); font-weight: 500; letter-spacing: -.07em; line-height: .92; text-wrap: balance; }
.scroll-cue { position: absolute; bottom: clamp(1.5rem, 4vw, 3rem); display: grid; gap: .7rem; justify-items: center; color: #fff; text-decoration: none; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 1px; height: 42px; overflow: hidden; background: rgba(255,255,255,.3); }
.scroll-cue i::after { content: ""; position: absolute; inset: -100% 0 100%; background: #fff; animation: travel 2s infinite ease-in-out; }

.film--portrait { color: var(--ink); background: linear-gradient(135deg, var(--white), var(--blue-soft)); }
.film--portrait .film__media, .film--portrait .film__veil { top: 0; bottom: 0; width: var(--portrait-width); }
.film--portrait .film__media iframe { inset: 0; width: 100%; min-width: 0; height: 100%; min-height: 0; transform: none; }
.film--portrait.film--video-left .film__media, .film--portrait.film--video-left .film__veil { right: auto; left: 0; }
.film--portrait.film--video-right .film__media, .film--portrait.film--video-right .film__veil { right: 0; left: auto; }
.film--portrait.film--video-center .film__media, .film--portrait.film--video-center .film__veil { right: 0; left: 0; margin-inline: auto; }
.film--portrait .film__content { position: absolute; display: flex; top: 0; bottom: 0; width: calc(100% - var(--portrait-width)); flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 6rem); }
.film--portrait .film__content h1 { font-size: clamp(3rem, 5.8vw, 6.7rem); }
.film--portrait.film--text-left .film__content { right: auto; left: 0; text-align: left; }
.film--portrait.film--text-right .film__content { right: 0; left: auto; text-align: right; }
.film--portrait.film--text-center .film__content { right: 0; left: 0; width: min(92%, 980px); margin-inline: auto; color: #fff; text-align: center; text-shadow: 0 2px 24px rgba(0,0,0,.25); }
.film--portrait.film--video-left.film--text-left .film__content, .film--portrait.film--video-right.film--text-right .film__content { width: var(--portrait-width); color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,.25); }
.film--portrait.film--video-left.film--text-right .scroll-cue { right: 0; left: auto; width: calc(100% - var(--portrait-width)); }
.film--portrait.film--video-right.film--text-left .scroll-cue { right: auto; left: 0; width: calc(100% - var(--portrait-width)); }
.film--portrait:not(.film--text-center) .scroll-cue { color: var(--ink); }
.film--portrait:not(.film--text-center) .scroll-cue i { background: rgba(29,29,31,.2); }
.film--portrait:not(.film--text-center) .scroll-cue i::after { background: var(--blue); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 clamp(1.2rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(29,29,31,.08);
  background: rgba(255,255,255,.87);
  backdrop-filter: blur(18px);
}
.brand { font-size: .96rem; font-weight: 500; letter-spacing: -.03em; text-decoration: none; }
.brand span { color: var(--blue); }
.nav-links { display: flex; gap: clamp(1rem, 2.5vw, 2.6rem); margin-left: auto; margin-right: 2rem; }
.nav-links a { position: relative; color: #575c65; font-size: .74rem; font-weight: 600; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; right: 100%; bottom: -.35rem; left: 0; height: 1px; background: var(--blue); transition: right .3s var(--ease); }
.nav-links a:hover::after { right: 0; }
.header-cta { padding: .7rem 1.05rem; border-radius: 999px; background: var(--ink); color: #fff; font-size: .78rem; font-weight: 600; text-decoration: none; transition: transform .25s var(--ease), background .25s; }
.header-cta:hover { background: var(--blue); transform: translateY(-2px); }

.opening {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, .72fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  min-height: calc(100svh - 74px);
  padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 7vw, 8rem);
  background: radial-gradient(circle at 87% 22%, var(--blue-soft), transparent 30%), var(--white);
}
.kicker { margin: 0 0 1.5rem; color: var(--blue); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.opening h2 { max-width: 920px; margin: 0; font-size: clamp(3.1rem, 6.5vw, 7rem); font-weight: 500; letter-spacing: -.072em; line-height: .94; text-transform: uppercase; }
.opening h2 span { color: #9197a1; }
.location { display: flex; gap: .8rem; align-items: center; margin: 2rem 0 0; color: var(--muted); font-size: clamp(.8rem, 1.1vw, .95rem); }
.location i { width: 3px; height: 3px; border-radius: 50%; background: var(--blue); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; gap: 1rem; min-height: 54px; padding: 0 1.35rem; border: 1px solid var(--line); border-radius: 999px; font-size: .88rem; font-weight: 600; text-decoration: none; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
.button span { font-size: 1rem; transition: transform .3s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button:hover span { transform: translate(2px, -2px); }
.button--primary { border-color: var(--blue); background: var(--blue); color: #fff; }
.button--quiet:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.portrait { margin: 0; }
.portrait__frame { position: relative; overflow: hidden; aspect-ratio: .79; border-radius: 50vw 50vw 1.2rem 1.2rem; background: var(--blue-soft); }
.portrait__frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; pointer-events: none; }
.portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; transition: transform 1.2s var(--ease); }
.portrait:hover img { transform: scale(1.018); }
.portrait__video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; background: #101216; }
.media-audio { position: absolute; right: 1rem; bottom: 1rem; z-index: 3; display: flex; align-items: center; gap: .65rem; min-height: 44px; padding: .45rem .85rem .45rem .5rem; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(20,22,27,.75); color: #fff; font: inherit; font-size: .68rem; font-weight: 600; backdrop-filter: blur(12px); cursor: pointer; transition: background .25s, transform .25s var(--ease); }
.media-audio:hover { background: rgba(20,22,27,.92); transform: translateY(-2px); }
.media-audio i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--blue); font-style: normal; font-size: 1rem; }
.media-audio[aria-pressed="true"] i { background: #fff; color: var(--blue); }
.portrait figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; font-size: .72rem; font-weight: 600; }
.portrait figcaption span { color: var(--muted); font-weight: 400; }
.section-number { margin: 0 0 2rem; color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.section-intro h2, .section-heading h2, .authority__heading h2 { margin: 0; font-size: clamp(3rem, 6.8vw, 7rem); font-weight: 500; letter-spacing: -.07em; line-height: .94; }
.section-intro h2 span, .section-heading h2 span, .authority__heading h2 span { color: #949aa5; }

.weight { padding: clamp(6rem, 12vw, 11rem) clamp(1.4rem, 7vw, 8rem); overflow: hidden; background: var(--blue-soft); }
.section-intro { max-width: 1050px; }
.words { position: relative; min-height: min(820px, 78vw); margin-top: 5rem; border: 1px solid rgba(46,109,255,.14); border-radius: 50%; }
.words::before, .words::after { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(46,109,255,.1); border-radius: 50%; }
.words::after { inset: 32%; }
.word { position: absolute; z-index: 2; padding: .7rem 1.1rem; border: 1px solid rgba(29,29,31,.1); border-radius: 999px; background: rgba(255,255,255,.78); backdrop-filter: blur(8px); font-size: clamp(.75rem, 1.25vw, 1.1rem); animation: float 6s ease-in-out infinite; }
.word--1 { left: 8%; top: 14%; }.word--2 { left: 44%; top: 3%; animation-delay: -1s; }.word--3 { right: 8%; top: 21%; animation-delay: -3s; }.word--4 { left: 19%; top: 46%; animation-delay: -2s; }.word--5 { right: 19%; top: 43%; animation-delay: -4s; }.word--6 { left: 7%; bottom: 17%; animation-delay: -1.4s; }.word--7 { left: 42%; bottom: 4%; animation-delay: -3.4s; }.word--8 { right: 4%; bottom: 16%; animation-delay: -2.6s; }.word--9 { left: 40%; top: 23%; animation-delay: -1.7s; }.word--10 { left: 48%; bottom: 25%; animation-delay: -4.8s; }
.words__center { position: absolute; inset: 0; display: grid; align-content: center; justify-items: center; }
.words__center span { color: var(--muted); font-size: clamp(.8rem, 1.2vw, 1rem); text-transform: uppercase; letter-spacing: .16em; }
.words__center strong { font-size: clamp(4.4rem, 11vw, 10rem); font-weight: 500; letter-spacing: -.08em; line-height: .82; }
.weight__statement { display: grid; grid-template-columns: .55fr 1.45fr; gap: 1rem 5rem; align-items: start; margin-top: clamp(6rem, 11vw, 10rem); padding-top: 2rem; border-top: 1px solid rgba(29,29,31,.15); }
.weight__statement > p:first-child { margin: .5rem 0 0; color: var(--muted); font-size: .85rem; }
.statement-large { max-width: 950px; margin: 0; font-size: clamp(2.4rem, 5.4vw, 5.7rem); font-weight: 500; letter-spacing: -.065em; line-height: 1; }
.statement-note { grid-column: 2; max-width: 640px; margin-top: 3rem; padding-left: 2rem; border-left: 2px solid var(--blue); }
.statement-note span { display: block; margin-bottom: .7rem; font-weight: 700; }
.statement-note p { margin: 0; color: var(--muted); line-height: 1.7; }

.services { padding: clamp(6rem, 12vw, 11rem) clamp(1.4rem, 7vw, 8rem); }
.section-heading { display: grid; grid-template-columns: minmax(260px, 1.5fr) minmax(240px, .5fr); gap: 2rem 6rem; align-items: end; margin-bottom: clamp(4rem, 8vw, 7rem); }
.section-heading .section-number { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading > p:last-child { max-width: 370px; margin: 0 0 .7rem; color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 370px; padding: clamp(1.5rem, 3vw, 2.7rem); overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: color .45s var(--ease), background .45s var(--ease), transform .45s var(--ease); }
.service-card::before { content: ""; position: absolute; inset: auto -20% -60% 40%; aspect-ratio: 1; border-radius: 50%; background: var(--blue-soft); transition: transform .6s var(--ease); }
.service-card:hover { z-index: 2; color: #fff; background: var(--blue); transform: translateY(-8px); }
.service-card:hover::before { transform: scale(2.5); opacity: .1; }
.service-card__icon { display: inline-grid; position: relative; width: 42px; height: 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--blue); font-size: .67rem; }
.service-card:hover .service-card__icon, .service-card--blue .service-card__icon { color: #fff; }
.service-card h3 { position: relative; margin: 4.3rem 0 1.3rem; font-size: clamp(1.55rem, 2.1vw, 2.15rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.service-card p { position: relative; max-width: 300px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; transition: color .45s; }
.service-card:hover p, .service-card--blue p { color: rgba(255,255,255,.78); }
.service-card > i { position: absolute; right: 2rem; top: 2rem; font-style: normal; opacity: 0; transform: translate(-10px, 10px); transition: opacity .4s, transform .4s var(--ease); }
.service-card:hover > i { opacity: 1; transform: translate(0); }
.service-card--blue { color: #fff; background: var(--blue); }

.process { padding: clamp(6rem, 12vw, 11rem) clamp(1.4rem, 7vw, 8rem); background: var(--light); }
.process__lead { display: flex; justify-content: space-between; gap: 2rem; align-items: start; }
.process__lead h2 { margin: 0; font-size: clamp(3rem, 6.8vw, 7rem); font-weight: 500; letter-spacing: -.07em; line-height: .94; text-align: right; }
.timeline { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: clamp(5rem, 9vw, 8rem) 0 0; padding: 0; border-top: 1px solid var(--line); }
.timeline li { position: relative; min-height: 280px; padding: 2rem 1.4rem 1rem 0; border-right: 1px solid var(--line); }
.timeline li:last-child { border-right: 0; padding-left: 1.4rem; }
.timeline li:not(:first-child) { padding-left: 1.4rem; }
.timeline li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
.timeline li span { color: var(--blue); font-size: .7rem; font-weight: 700; }
.timeline h3 { margin: 4rem 0 1rem; font-size: clamp(1.5rem, 2.5vw, 2.4rem); font-weight: 500; letter-spacing: -.04em; }
.timeline p { max-width: 250px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.process__quote { max-width: 1050px; margin: 6rem auto 0; padding: 0; border: 0; font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.06em; line-height: 1.04; text-align: center; }
.process__quote span { color: var(--blue); }

.about { display: grid; grid-template-columns: minmax(340px, .78fr) minmax(400px, 1.22fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; padding: clamp(6rem, 12vw, 11rem) clamp(1.4rem, 7vw, 8rem); }
.about__portrait { position: relative; overflow: hidden; min-height: 620px; border-radius: 1.5rem; background: var(--blue-soft); }
.about__portrait img { display: block; width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center; }
.about__copy h2 { margin: 0; font-size: clamp(3rem, 5.8vw, 6.2rem); font-weight: 500; letter-spacing: -.07em; line-height: .96; }
.about__copy h2 span { color: #9aa0aa; }
.about__text { max-width: 700px; margin: 4rem 0 0 auto; }
.about__text > p { color: #50555e; font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 1.75; }
.about__closing { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); color: var(--ink) !important; }
.about__closing strong { color: var(--blue); font-weight: 600; }

.authority { padding: clamp(6rem, 12vw, 11rem) clamp(1.4rem, 7vw, 8rem); background: var(--blue-soft); }
.authority__heading { margin-bottom: clamp(4rem, 8vw, 7rem); }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(46,109,255,.18); border-left: 1px solid rgba(46,109,255,.18); }
.credential { display: flex; min-height: 220px; padding: 2rem; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(46,109,255,.18); border-bottom: 1px solid rgba(46,109,255,.18); transition: background .35s, transform .35s var(--ease); }
.credential:hover { background: var(--white); transform: translateY(-4px); }
.credential strong { font-size: clamp(1.5rem, 2.3vw, 2.3rem); font-weight: 500; letter-spacing: -.045em; }
.credential span { color: var(--muted); font-size: .75rem; }
.credential--feature { color: #fff; background: var(--blue); }
.credential--feature:hover { background: var(--blue); }
.credential--feature strong { font-size: clamp(5rem, 9vw, 9rem); line-height: .75; }
.credential--feature span { color: rgba(255,255,255,.75); }

.locations { padding: clamp(6rem, 12vw, 11rem) clamp(1.4rem, 7vw, 8rem); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.location-card { min-height: 420px; display: flex; flex-direction: column; padding: 2.2rem; border: 1px solid var(--line); border-radius: 1.2rem; background: var(--light); transition: transform .4s var(--ease), border-color .4s; }
.location-card:hover { border-color: var(--blue); transform: translateY(-8px); }
.location-card > span { color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.location-card h3 { margin: auto 0 1rem; font-size: clamp(2.5rem, 4.2vw, 4.5rem); font-weight: 500; letter-spacing: -.065em; }
.location-card p { max-width: 260px; margin: 0 0 2.4rem; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.location-card a { display: flex; justify-content: space-between; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .82rem; font-weight: 600; text-decoration: none; }
.location-card a i { font-style: normal; }
.location-card--online { color: #fff; background: var(--blue); }
.location-card--online > span, .location-card--online p { color: rgba(255,255,255,.74); }
.location-card--online a { border-color: rgba(255,255,255,.28); }

.final-cta { position: relative; overflow: hidden; padding: clamp(7rem, 15vw, 14rem) 1.4rem; text-align: center; }
.final-cta__mark { position: absolute; inset: 50% auto auto 50%; z-index: -1; color: var(--blue-soft); font-size: min(75vw, 880px); font-weight: 700; letter-spacing: -.15em; line-height: .8; transform: translate(-54%, -50%); }
.final-cta h2 { margin: 0; font-size: clamp(4rem, 10vw, 11rem); font-weight: 500; letter-spacing: -.085em; line-height: .82; }
.final-cta h2 span { color: var(--blue); }
.final-cta__copy { margin: 3rem auto; color: var(--muted); line-height: 1.7; }
.final-button { display: flex; width: min(720px, 100%); min-height: 90px; align-items: center; justify-content: space-between; margin: 0 auto; padding: 0 2rem; border-radius: 999px; background: var(--blue); color: #fff; font-size: clamp(1rem, 1.8vw, 1.35rem); font-weight: 600; text-decoration: none; transition: transform .4s var(--ease), background .3s; }
.final-button i { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: #fff; color: var(--blue); font-style: normal; transition: transform .4s var(--ease); }
.final-button:hover { background: #1456ed; transform: scale(1.015); }
.final-button:hover i { transform: rotate(45deg); }
.privacy-note { color: #8a909a; font-size: .68rem; }

.footer { display: grid; grid-template-columns: 1fr auto; gap: 5rem 2rem; padding: 4rem clamp(1.4rem, 7vw, 8rem) 2rem; border-top: 1px solid var(--line); background: var(--light); }
.footer__brand { display: flex; flex-direction: column; gap: .35rem; }
.footer__brand strong { font-size: 1.05rem; }.footer__brand span, .footer__where { color: var(--muted); font-size: .76rem; }
.footer__where { display: flex; gap: .8rem; align-items: center; }.footer__where i { width: 3px; height: 3px; border-radius: 50%; background: var(--blue); }
.socials { display: flex; flex-wrap: wrap; gap: 1.5rem; }.socials a, .socials span { font-size: .76rem; text-decoration: none; }.socials span { color: #9ca1aa; }
.footer__legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.5rem; color: #888e98; font-size: .68rem; }.footer__legal a { text-decoration: none; }
.motus-credit { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line); text-align: right; }
.motus-credit a, .legal-footer a, .confirmation-footer a { color: #6f7580; font-size: .7rem; font-weight: 600; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: color .25s; }
.motus-credit a:hover, .legal-footer a:hover, .confirmation-footer a:hover { color: var(--blue); }
.motus-credit a span, .legal-footer a span, .confirmation-footer a span { color: var(--blue); }
.floating-wa { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 30; display: flex; align-items: center; gap: .8rem; padding: .6rem .6rem .6rem 1rem; border-radius: 999px; background: var(--ink); color: #fff; font-size: .72rem; font-weight: 600; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(20px); box-shadow: 0 12px 35px rgba(29,29,31,.16); transition: transform .3s var(--ease), opacity .3s; }
.floating-wa.is-active { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-wa:hover { transform: translateY(-4px); }.floating-wa i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--blue); font-style: normal; }

.legal-page { min-height: 100vh; background: var(--light); }
.legal-header { display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 0 clamp(1.4rem, 7vw, 8rem); border-bottom: 1px solid var(--line); background: var(--white); }
.legal-header a { font-size: .82rem; font-weight: 600; text-decoration: none; }
.legal-content { width: min(850px, calc(100% - 2.8rem)); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.legal-content .section-number { margin-bottom: 1.2rem; }
.legal-content h1 { margin: 0 0 4rem; font-size: clamp(3.4rem, 7vw, 6.5rem); font-weight: 500; letter-spacing: -.07em; line-height: .92; }
.legal-content h2 { margin: 3.5rem 0 1rem; font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 600; letter-spacing: -.035em; }
.legal-content p, .legal-content li { color: #555b65; line-height: 1.8; }
.legal-content ul { padding-left: 1.2rem; }
.legal-content .legal-updated { color: #8a9098; font-size: .75rem; }
.legal-footer { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.5rem clamp(1.4rem, 7vw, 8rem); border-top: 1px solid var(--line); background: var(--white); color: #8a9098; font-size: .7rem; }
.confirmation { display: grid; min-height: 100svh; padding: 2rem; place-items: center; background: radial-gradient(circle at 50% 38%, var(--blue-soft), transparent 42%), var(--white); text-align: center; }
.confirmation__card { width: min(780px, 100%); }
.confirmation__mark { display: grid; width: 70px; height: 70px; margin: 0 auto 2rem; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 1.8rem; }
.confirmation h1 { margin: 0; font-size: clamp(3.2rem, 8vw, 7rem); font-weight: 500; letter-spacing: -.075em; line-height: .92; }
.confirmation p { max-width: 530px; margin: 2rem auto; color: var(--muted); line-height: 1.75; }
.confirmation-footer { margin-top: -58px; padding: 1.2rem 2rem; text-align: center; }
.reveal { opacity: 0; transform: translateY(50px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes arrive { to { opacity: 1; transform: translateY(0); } }
@keyframes travel { 0% { transform: translateY(0); } 100% { transform: translateY(200%); } }
@keyframes float { 0%, 100% { transform: translateY(-6px); } 50% { transform: translateY(8px); } }

@media (max-width: 850px) {
  .film--portrait { color: #fff; background: #101216; }
  .film--portrait .film__media, .film--portrait .film__veil { inset: 0; width: 100%; margin: 0; }
  .film--portrait .film__media iframe { transform: none; }
  .film--portrait .film__content, .film--portrait.film--text-left .film__content, .film--portrait.film--text-right .film__content, .film--portrait.film--text-center .film__content, .film--portrait.film--video-left.film--text-left .film__content, .film--portrait.film--video-right.film--text-right .film__content { inset: 0; width: 100%; margin: 0; padding: 2rem; color: #fff; text-align: center; text-shadow: 0 2px 24px rgba(0,0,0,.25); }
  .film--portrait .scroll-cue, .film--portrait.film--video-left.film--text-right .scroll-cue, .film--portrait.film--video-right.film--text-left .scroll-cue { right: auto; left: 50%; width: auto; color: #fff; transform: translateX(-50%); }
  .film--portrait .scroll-cue i { background: rgba(255,255,255,.3); }
  .film--portrait .scroll-cue i::after { background: #fff; }
  .nav-links { display: none; }
  .opening { grid-template-columns: 1fr; min-height: auto; }
  .opening__copy { padding-top: 1rem; }
  .portrait { width: min(100%, 520px); justify-self: center; }
  .portrait figcaption { flex-direction: column; gap: .25rem; }
  .weight__statement, .section-heading, .about { grid-template-columns: 1fr; }
  .statement-note { grid-column: 1; }
  .service-grid, .credentials { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline li:nth-child(2) { border-right: 0; }
  .timeline li:nth-child(3), .timeline li:nth-child(4) { border-top: 1px solid var(--line); }
  .process__lead { flex-direction: column; }
  .process__lead h2 { text-align: left; }
  .about__portrait { width: min(100%, 560px); }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 340px; }
  .footer { grid-template-columns: 1fr; gap: 2rem; }
  .footer__legal { justify-content: flex-start; }
  .motus-credit { text-align: left; }
}
@media (max-width: 520px) {
  .film h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .film__media iframe { transform: translate(-50%, -50%) scale(1.55); }
  .site-header { min-height: 66px; }
  .opening { padding-top: 4rem; }
  .opening h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .actions { align-items: stretch; flex-direction: column; }
  .button { justify-content: space-between; }
  .header-cta { font-size: .72rem; }
  .words { min-height: 540px; margin-inline: -4rem; }
  .word--3, .word--6 { display: none; }
  .weight__statement { margin-top: 5rem; }
  .service-grid, .credentials { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li, .timeline li:not(:first-child), .timeline li:last-child { min-height: 230px; padding: 2rem 0; border-right: 0; border-top: 1px solid var(--line); }
  .timeline li:first-child { border-top: 0; }
  .timeline h3 { margin-top: 2.5rem; }
  .about__portrait, .about__portrait img { min-height: 480px; }
  .about__text { margin-top: 2.5rem; }
  .credential { min-height: 180px; }
  .final-button { min-height: 74px; padding-left: 1.3rem; }
  .final-button i { width: 44px; height: 44px; }
  .floating-wa span { display: none; }.floating-wa { padding: .5rem; }
  .legal-footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
