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

:root {
  --navy: #071b31;
  --navy-2: #0c2946;
  --ink: #101820;
  --blue: #1d5d91;
  --white: #ffffff;
  --soft: #f3f5f6;
  --sand: #e9e5dd;
  --line: #d7dde1;
  --muted: #64707b;
  --font-display: "Manrope", Arial, sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --shell: min(1320px, calc(100vw - 80px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-weight: 300; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 140px 0; }
.section-navy { color: var(--white); background: var(--navy); }
.section-soft { background: var(--soft); }
.section-sand { background: var(--sand); }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-140%); background: #fff; color: #000; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .35s, color .35s, box-shadow .35s; }
.site-header.is-scrolled { color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 10px 35px rgba(7,27,49,.08); backdrop-filter: blur(18px); border-color: rgba(7,27,49,.08); }
.header-inner { height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { min-width: 246px; display: inline-flex; align-items: center; gap: 13px; line-height: 1; }
.brand-mark { position: relative; width: 35px; height: 38px; display: inline-flex; align-items: stretch; gap: 5px; }
.brand-mark i { display: block; width: 9px; background: currentColor; }
.brand-mark i:last-child { height: 65%; align-self: end; }
.brand-type { display: grid; gap: 6px; }
.brand-type strong { font-family: var(--font-display); font-size: 15px; letter-spacing: .16em; font-weight: 600; }
.brand-type small { font-size: 8px; letter-spacing: .34em; font-weight: 500; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; font-size: 12px; letter-spacing: .08em; font-weight: 400; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.language-switch { display: flex; gap: 5px; align-items: center; font-size: 10px; letter-spacing: .1em; }
.language-switch button { padding: 4px 1px; opacity: .48; border: 0; background: none; cursor: pointer; }
.language-switch button.is-active { opacity: 1; font-weight: 600; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .3s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 28px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 500; letter-spacing: .07em; cursor: pointer; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 19px; font-size: 9px; }
.button-light { color: var(--ink); background: #fff; }
.site-header.is-scrolled .button-light { color: #fff; background: var(--navy); }
.button-primary { color: var(--ink); background: #fff; }
.button-dark { color: #fff; background: var(--navy); }
.button-ghost { color: var(--navy); border-color: #bac1c7; background: transparent; }
.text-link, .line-link { display: inline-flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 500; letter-spacing: .05em; }
.text-link i, .line-link i { font-style: normal; font-size: 20px; transition: transform .25s; }
.text-link:hover i, .line-link:hover i { transform: translate(4px,-4px); }
.line-link { padding-bottom: 10px; border-bottom: 1px solid var(--ink); }

.hero { position: relative; min-height: 880px; height: 100svh; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.hero-media { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1444723121867-7a241cacace9?auto=format&fit=crop&w=2200&q=88') center 55% / cover no-repeat; transform: scale(1.03); animation: hero-in 1.8s var(--ease) forwards; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,32,.92) 0%, rgba(4,25,44,.75) 42%, rgba(3,23,40,.24) 76%, rgba(2,15,28,.52) 100%), linear-gradient(0deg, rgba(1,14,27,.66), transparent 40%); }
.hero::after { content: ""; position: absolute; right: -15vw; top: -25vh; width: 75vw; height: 120vh; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: rotate(-19deg); }
.hero-inner { position: relative; z-index: 2; padding-top: 80px; }
.eyebrow, .kicker { margin-bottom: 24px; font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { color: rgba(255,255,255,.76); }
.hero h1 { max-width: 900px; margin-bottom: 30px; font-family: var(--font-display); font-size: clamp(54px, 6.2vw, 102px); font-weight: 300; line-height: .98; letter-spacing: -.055em; }
.hero-copy { max-width: 660px; margin-bottom: 40px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-foot { position: absolute; z-index: 2; left: 50%; bottom: 34px; display: grid; grid-template-columns: repeat(3, 1fr); transform: translateX(-50%); border-top: 1px solid rgba(255,255,255,.25); }
.hero-foot div { min-width: 0; padding: 22px 30px 0 0; display: flex; gap: 20px; align-items: baseline; }
.hero-foot div:last-child { padding-right: 70px; }
.hero-foot span { color: rgba(255,255,255,.45); font-size: 9px; }
.hero-foot p { min-width: 0; margin: 0; font-size: 11px; line-height: 1.4; letter-spacing: .05em; }
.hero-foot.reveal { transform: translate(-50%, 24px); }
.hero-foot.reveal.is-visible { transform: translate(-50%, 0); }
.scroll-cue { position: absolute; z-index: 3; right: 30px; bottom: 28px; width: 34px; height: 55px; border: 1px solid rgba(255,255,255,.45); border-radius: 50px; }
.scroll-cue span { position: absolute; top: 12px; left: 50%; width: 3px; height: 3px; border-radius: 50%; background: #fff; animation: scroll-cue 1.8s infinite; }

/* The Spanish headline is substantially longer than the English version. */
html[lang="es"] .hero-inner { padding-top: 145px; padding-bottom: 130px; }
html[lang="es"] .hero h1 { max-width: 1080px; font-size: clamp(48px, 3.75vw, 76px); line-height: 1.02; }
html[lang="es"] .hero-copy { max-width: 760px; }

.section-index { display: flex; align-items: center; gap: 20px; margin-bottom: 80px; }
.section-index span { color: var(--muted); font-size: 10px; }
.section-index p { margin: 0; font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.section-index::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.statement-grid { display: grid; }
.statement-content { margin-left: 23%; }
.statement .kicker { color: var(--blue); }
.display-heading { margin-bottom: 56px; font-family: var(--font-display); font-size: clamp(48px, 6.4vw, 90px); font-weight: 300; line-height: 1.06; letter-spacing: -.055em; }
.two-column-copy { max-width: 900px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 75px; margin-bottom: 45px; color: #4b5660; font-size: 16px; }

.principles { position: relative; overflow: hidden; }
.principles::after { content: ""; position: absolute; top: -40%; right: -16%; width: 60vw; height: 60vw; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.section-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 80px; margin-bottom: 74px; }
.section-heading h2, .model-intro h2, .trust-content h2, .relationship-heading h2, .meeting-copy h2, .faq-heading h2 { margin-bottom: 0; font-family: var(--font-display); font-size: clamp(42px, 4.4vw, 67px); font-weight: 300; line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; }
.heading-light > p { color: rgba(255,255,255,.6); }
.heading-light .kicker { color: #8fb8d8; }
.principle-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.principle-card { min-height: 410px; padding: 28px 25px 38px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transition: background .3s, transform .3s; }
.principle-card:hover { background: rgba(255,255,255,.05); transform: translateY(-5px); }
.principle-card > span { color: rgba(255,255,255,.4); font-size: 9px; }
.principle-card h3 { margin: auto 0 18px; font-family: var(--font-display); font-size: 20px; font-weight: 400; }
.principle-card p { margin: 0; color: rgba(255,255,255,.57); font-size: 13px; }
.icon-line, .icon-grid, .icon-report, .icon-shield { width: 76px; height: 76px; margin-top: 54px; }
.icon-line { display: flex; align-items: end; gap: 8px; }
.icon-line i { display: block; width: 10px; border: 1px solid rgba(255,255,255,.55); }
.icon-line i:nth-child(1) { height: 28px; }.icon-line i:nth-child(2) { height: 50px; }.icon-line i:nth-child(3) { height: 68px; }
.icon-shield { border: 1px solid rgba(255,255,255,.5); border-radius: 38px 38px 47px 47px; clip-path: polygon(50% 0, 100% 18%, 88% 76%, 50% 100%, 12% 76%, 0 18%); }
.icon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }.icon-grid i { border: 1px solid rgba(255,255,255,.5); }
.icon-report { position: relative; border: 1px solid rgba(255,255,255,.5); }.icon-report i { position: absolute; left: 15px; height: 1px; background: rgba(255,255,255,.5); }.icon-report i:nth-child(1){top:20px;width:44px}.icon-report i:nth-child(2){top:35px;width:31px}.icon-report i:nth-child(3){top:50px;width:38px}

.model-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.model-intro { position: sticky; top: 140px; align-self: start; }
.model-intro .kicker, .section-heading .kicker, .relationship-heading .kicker, .meeting-copy .kicker, .faq-heading .kicker { color: var(--blue); }
.model-intro h2 { margin-bottom: 32px; }
.model-intro > p:last-child { max-width: 480px; color: var(--muted); }
.process-list { border-top: 1px solid var(--ink); }
.process-row { display: grid; grid-template-columns: 55px 150px 1fr; gap: 20px; padding: 35px 0; border-bottom: 1px solid var(--line); align-items: start; }
.process-row span { color: var(--muted); font-size: 10px; }
.process-row h3 { margin: 0; font-family: var(--font-display); font-size: 20px; font-weight: 500; }
.process-row p { margin: 0; color: var(--muted); font-size: 14px; }

.opportunity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.opportunity-card { position: relative; min-height: 600px; overflow: hidden; color: #fff; background: var(--navy); }
.card-image { position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform .8s var(--ease); }
.opportunity-card:hover .card-image { transform: scale(1.04); }
.card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,17,31,.92), rgba(4,23,41,.05) 70%); }
.opportunity-flip .card-image { background-image: url('https://images.unsplash.com/photo-1564013799919-ab600027ffc6?auto=format&fit=crop&w=1500&q=86'); }
.opportunity-spec .card-image { background-image: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1500&q=86'); }
.opportunity-multi .card-image { background-image: url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?auto=format&fit=crop&w=1500&q=86'); }
.opportunity-land .card-image { background-image: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1500&q=86'); }
.card-content { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 48px; }
.card-content > span { font-size: 9px; color: rgba(255,255,255,.6); }
.card-content h3 { margin: 10px 0 12px; font-family: var(--font-display); font-size: 36px; font-weight: 300; }
.card-content p { max-width: 430px; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }

.trust { padding: 0; display: grid; grid-template-columns: 1fr 1fr; }
.trust-image { min-height: 800px; background: url('https://images.unsplash.com/photo-1487958449943-2429e8be8625?auto=format&fit=crop&w=1600&q=86') center / cover no-repeat; }
.trust-content { padding: 120px max(7vw,60px); display: flex; flex-direction: column; justify-content: center; }
.trust-content .kicker { color: #8fb8d8; }
.trust-content h2 { margin-bottom: 30px; }
.trust-content > p:not(.kicker) { max-width: 590px; color: rgba(255,255,255,.63); }
.trust-list { list-style: none; margin: 55px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.trust-list li { padding: 24px 0; display: flex; gap: 30px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.trust-list span { color: rgba(255,255,255,.36); font-size: 9px; }
.trust-list strong { font-weight: 400; font-size: 14px; }

.relationship-heading { max-width: 850px; margin: 0 auto 85px; text-align: center; }
.relationship-heading h2 { margin-bottom: 30px; }
.relationship-heading > p:last-child { max-width: 660px; margin: 0 auto; color: var(--muted); }
.relationship-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.relationship-steps::before { content: ""; position: absolute; top: 26px; left: 7%; right: 7%; height: 1px; background: var(--line); }
.relationship-steps article { position: relative; padding: 0 32px; text-align: center; }
.relationship-steps article > span { position: relative; z-index: 1; width: 52px; height: 52px; margin: 0 auto 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 9px; }
.relationship-steps h3 { margin-bottom: 15px; font-family: var(--font-display); font-size: 18px; font-weight: 500; }
.relationship-steps p { color: var(--muted); font-size: 13px; }

.meeting-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.meeting-copy { position: sticky; top: 140px; }
.meeting-copy h2 { margin-bottom: 30px; }
.meeting-copy > p:not(.kicker) { color: #5d635f; }
.privacy-note { margin-top: 45px; padding-top: 25px; display: flex; gap: 18px; border-top: 1px solid rgba(7,27,49,.16); }
.privacy-note i { width: 25px; height: 30px; border: 1px solid var(--navy); clip-path: polygon(50% 0, 100% 18%, 88% 76%, 50% 100%, 12% 76%, 0 18%); }
.privacy-note p { display: grid; margin: 0; font-size: 12px; }
.privacy-note strong { font-weight: 600; }.privacy-note span { color: #6f736f; }
.partner-form { padding: 52px; background: #fff; box-shadow: 0 28px 70px rgba(7,27,49,.08); }
.form-progress { display: flex; align-items: center; margin-bottom: 48px; }
.form-progress button { min-width: 58px; padding: 0; display: grid; gap: 4px; justify-items: start; border: 0; background: none; color: #9ca2a7; cursor: default; }
.form-progress button span { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #cbd0d4; border-radius: 50%; font-size: 8px; }
.form-progress button small { font-size: 9px; letter-spacing: .08em; }
.form-progress button.is-active, .form-progress button.is-complete { color: var(--navy); }
.form-progress button.is-active span { color: #fff; border-color: var(--navy); background: var(--navy); }
.form-progress button.is-complete span { border-color: var(--navy); }
.form-progress > i { height: 1px; flex: 1; margin: 0 16px 15px; background: #d9dddf; }
.form-step { display: none; margin: 0; padding: 0; border: 0; }
.form-step.is-active { display: block; animation: form-in .45s var(--ease); }
.form-step legend { margin-bottom: 7px; font-family: var(--font-display); font-size: 27px; font-weight: 400; letter-spacing: -.03em; }
.form-step > p { margin-bottom: 35px; color: var(--muted); font-size: 12px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
.field-full { grid-column: 1 / -1; }
.field { display: grid; gap: 8px; font-size: 11px; font-weight: 500; letter-spacing: .03em; }
.field input, .field select, .field textarea { width: 100%; min-height: 51px; padding: 12px 0; color: var(--ink); border: 0; border-bottom: 1px solid #bbc2c7; border-radius: 0; outline: none; background: transparent; transition: border .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); }
.field input.is-invalid, .field select.is-invalid, .choice-grid.is-invalid { border-color: #a83d35; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 48px; padding: 10px 14px; display: grid; place-items: center; border: 1px solid #ccd1d4; color: #545e66; text-align: center; font-size: 11px; transition: .2s; }
.choice-grid input:checked + span { color: #fff; border-color: var(--navy); background: var(--navy); }
.consent { display: flex; gap: 12px; align-items: flex-start; color: #545e66; font-size: 11px; }
.consent input { margin-top: 4px; accent-color: var(--navy); }
.form-buttons { margin-top: 38px; display: flex; justify-content: flex-end; gap: 12px; }
.form-status { display: none; margin-bottom: 24px; padding: 12px 14px; color: #7b2722; background: #f9e9e7; font-size: 12px; }
.form-status.is-visible { display: block; }
.honeypot { position: absolute !important; left: -9999px !important; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 110px; }
.faq-heading { position: sticky; top: 140px; align-self: start; }
.faq-heading h2 { margin-bottom: 28px; }.faq-heading > p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 28px 0; display: flex; justify-content: space-between; gap: 25px; align-items: center; border: 0; background: none; text-align: left; cursor: pointer; }
.faq-item button span { font-family: var(--font-display); font-size: 17px; font-weight: 400; }
.faq-item button i { position: relative; flex: 0 0 18px; height: 18px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 50%; left: 0; width: 18px; height: 1px; background: var(--ink); transition: transform .25s; }
.faq-item button i::after { transform: rotate(90deg); }.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-answer p { max-width: 720px; padding: 0 40px 28px 0; margin: 0; color: var(--muted); font-size: 14px; }

.closing { position: relative; min-height: 700px; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; }
.closing-media { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2200&q=88') center / cover no-repeat; }
.closing-overlay { position: absolute; inset: 0; background: rgba(3,19,34,.78); }
.closing::before, .closing::after { content: ""; position: absolute; z-index: 1; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.closing::before { left: -500px; }.closing::after { right: -500px; }
.closing-content { position: relative; z-index: 2; }
.closing .kicker { color: rgba(255,255,255,.64); }
.closing h2 { margin-bottom: 40px; font-family: var(--font-display); font-size: clamp(52px, 7vw, 95px); font-weight: 300; line-height: 1; letter-spacing: -.055em; }

.site-footer { padding: 85px 0 30px; color: #fff; background: #041322; }
.footer-main { display: grid; grid-template-columns: 1.4fr .65fr .9fr 1fr; gap: 50px; padding-bottom: 70px; }
.brand-footer { align-self: start; }
.footer-nav { display: grid; align-content: start; gap: 9px; font-size: 12px; color: rgba(255,255,255,.57); }
.footer-nav p { margin-bottom: 15px; color: #fff; font-size: 9px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.footer-nav a:hover { color: #fff; }
.footer-quote p { font-family: var(--font-display); font-size: 20px; font-weight: 300; line-height: 1.4; }
.footer-legal { padding-top: 25px; display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.42); font-size: 9px; }
.footer-legal p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-in { from { transform: scale(1.11); } to { transform: scale(1.03); } }
@keyframes scroll-cue { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,24px); } }
@keyframes form-in { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 48px, 1120px); }
  .main-nav { gap: 18px; }.main-nav a { font-size: 10px; }.button-small { display: none; }
  .brand { min-width: 210px; }.principle-card { min-height: 380px; }.meeting-grid { gap: 55px; }
}

@media (max-width: 920px) {
  :root { --shell: calc(100% - 40px); }
  .section { padding: 100px 0; }
  .header-inner { height: 74px; }.brand { min-width: auto; margin-right: auto; }
  .menu-toggle { display: block; order: 3; }
  .main-nav { position: fixed; inset: 74px 0 0; padding: 50px 25px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; color: #fff; background: var(--navy); transform: translateX(100%); transition: transform .4s var(--ease); }
  .main-nav.is-open { transform: none; }
  .main-nav a { width: 100%; padding: 18px 0; font-family: var(--font-display); font-size: 30px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .main-nav a::after { display: none; }.header-actions { margin-left: 16px; }.site-header.is-scrolled .language-switch { color: var(--ink); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 760px; }.hero h1 { max-width: 720px; }.hero-copy { max-width: 560px; }.hero-foot { grid-template-columns: 1fr 1fr 1fr; }.scroll-cue { display: none; }
  html[lang="es"] .hero { min-height: 860px; height: auto; }
  html[lang="es"] .hero-inner { padding-top: 135px; padding-bottom: 150px; }
  html[lang="es"] .hero h1 { max-width: 700px; font-size: clamp(43px, 7vw, 61px); line-height: 1.03; }
  .statement-content { margin-left: 8%; }.section-heading { grid-template-columns: 1fr; gap: 28px; }.principle-grid { grid-template-columns: repeat(2, 1fr); }
  .model-layout, .meeting-grid, .faq-grid { grid-template-columns: 1fr; gap: 70px; }.model-intro, .meeting-copy, .faq-heading { position: static; }
  .opportunity-card { min-height: 510px; }.trust { grid-template-columns: 1fr; }.trust-image { min-height: 520px; }.trust-content { padding: 90px 8vw; }
  .relationship-steps { grid-template-columns: repeat(2, 1fr); gap: 55px 0; }.relationship-steps::before { display: none; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.footer-quote { display: none; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  .section { padding: 78px 0; }.header-inner { height: 68px; }.brand-mark { width: 27px; height: 31px; }.brand-type strong { font-size: 11px; }.brand-type small { font-size: 6px; }.header-actions { margin-left: 3px; }.language-switch span { display: none; }.language-switch { gap: 7px; }.menu-toggle { width: 35px; }
  .main-nav { inset: 68px 0 0; }.hero { min-height: 720px; height: 100svh; }.hero-inner { padding-top: 50px; }.hero h1 { font-size: clamp(47px, 15vw, 68px); }.hero-copy { font-size: 14px; line-height: 1.65; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-foot { bottom: 22px; grid-template-columns: 1fr; }.hero-foot div { display: none; }.hero-foot div:first-child { display: flex; }.hero::after { width: 130vw; right: -75vw; }
  html[lang="es"] .hero { min-height: 840px; height: auto; }
  html[lang="es"] .hero-inner { padding-top: 115px; padding-bottom: 120px; }
  html[lang="es"] .hero h1 { max-width: 100%; font-size: clamp(38px, 10.5vw, 49px); line-height: 1.04; }
  html[lang="es"] .hero-copy { max-width: 100%; }
  .section-index { margin-bottom: 50px; }.statement-content { margin-left: 0; }.display-heading { font-size: 44px; }.two-column-copy { grid-template-columns: 1fr; gap: 10px; font-size: 14px; }
  .section-heading h2, .model-intro h2, .trust-content h2, .relationship-heading h2, .meeting-copy h2, .faq-heading h2 { font-size: 39px; }
  .principle-grid { grid-template-columns: 1fr; }.principle-card { min-height: 310px; }.principle-card h3 { margin-top: auto; }.icon-line, .icon-grid, .icon-report, .icon-shield { margin-top: 30px; }
  .process-row { grid-template-columns: 36px 1fr; }.process-row p { grid-column: 2; }.opportunity-grid { grid-template-columns: 1fr; }.opportunity-card { min-height: 460px; }.card-content { padding: 30px; }.card-content h3 { font-size: 31px; }
  .trust-image { min-height: 390px; }.trust-content { padding: 75px 25px; }.relationship-steps { grid-template-columns: 1fr; }.relationship-steps article { padding-inline: 15px; }
  .partner-form { padding: 30px 20px; }.form-progress button small { display: none; }.form-progress > i { margin-bottom: 0; }.field-grid { grid-template-columns: 1fr; }.field-full { grid-column: 1; }.choice-grid, .choice-grid-three { grid-template-columns: 1fr 1fr; }.form-buttons { justify-content: stretch; }.form-buttons .button { flex: 1; padding-inline: 15px; }
  .closing { min-height: 570px; }.closing h2 { font-size: 49px; }.footer-main { grid-template-columns: 1fr 1fr; }.brand-footer { grid-column: 1 / -1; margin-bottom: 25px; }.footer-legal { grid-template-columns: 1fr; gap: 14px; }
}

@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; }
}
