:root {
  --evergreen: #071f1b;
  --ink: #10231e;
  --sage: #a2c47b;
  --sage-muted: #7f9c73;
  --sage-pale: #dbe8ce;
  --paper: #f6f7f2;
  --light-muted: #aab9b3;
  --grey-green: #697d76;
  --white: #fff;
  --line: rgba(16,35,30,.16);
  --shell-max: 1920px;
  --shell-gutter: clamp(22px,4vw,72px);
  --shell: min(calc(100% - (2 * var(--shell-gutter))),var(--shell-max));
  --section-space: clamp(78px,10vw,148px);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter,Arial,sans-serif; font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.partner-shell { width: var(--shell); margin-inline: auto; }
.partner-shell > *, .hero-layout > *, .footer-top > *, .social-grid > *, .application-layout > * { min-width: 0; }
.section-space { padding-block: var(--section-space); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

:focus-visible { outline: 3px solid var(--sage); outline-offset: 4px; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--sage); }

.partner-header { position: fixed; inset: 0 0 auto; z-index: 50; min-height: 104px; padding-inline: max(var(--shell-gutter),calc((100vw - var(--shell-max)) / 2)); display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.14); background: var(--evergreen); color: var(--white); transition: min-height .3s ease, background .3s ease; }
.partner-header.is-scrolled { min-height: 78px; background: rgba(7,31,27,.94); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 16px; width: max-content; color: var(--white); font-size: 17px; font-weight: 600; line-height: 1.03; letter-spacing: -.025em; }
.brand img { width: 96px; height: 60px; object-fit: contain; transition: width .3s ease, height .3s ease; }
.partner-header.is-scrolled .brand img { width: 74px; height: 46px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.67); font-size: 13px; }
.desktop-nav a { position: relative; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--sage); transition: right .25s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; font-size: 13px; }
.header-actions a { min-height: 46px; display: inline-flex; align-items: center; gap: 14px; padding: 10px 17px; border-radius: 999px; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.header-actions span { transition: transform .25s ease; }
.header-actions a:hover span { transform: translate(3px,-3px); }
.header-community { color: rgba(255,255,255,.75); white-space: nowrap; }
.header-community:hover { color: var(--white); }
.header-partner { border: 1px solid rgba(255,255,255,.32); }
.header-partner:hover { border-color: var(--sage); background: var(--sage); color: var(--evergreen); }
.menu-button { justify-self: end; width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; padding: 0; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.menu-button:hover { border-color: var(--sage); background: var(--sage); color: var(--evergreen); }
.menu-button > span:not(.sr-only) { width: 18px; height: 1px; display: block; background: currentColor; transition: transform .3s ease; }
.menu-button[aria-expanded="true"] > span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 104px 0 0; z-index: 49; overflow-y: auto; display: block; padding-block: clamp(55px,7vw,100px); background: var(--paper); color: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-18px); transition: opacity .35s ease, visibility .35s ease, transform .45s cubic-bezier(.22,1,.36,1), inset .3s ease; }
.partner-header.is-scrolled .mobile-menu { inset: 78px 0 0; }
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.menu-layout { min-height: calc(100% - clamp(55px,7vw,100px)); display: grid; grid-template-columns: minmax(360px,1fr) minmax(320px,.7fr); gap: clamp(70px,10vw,170px); align-items: center; }
.menu-links > p { margin: 0 0 24px; color: var(--grey-green); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.menu-links > a { min-height: 84px; display: grid; grid-template-columns: 48px 1fr; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); font-size: clamp(31px,4vw,62px); font-weight: 400; letter-spacing: -.055em; transition: color .25s ease, padding-inline .3s ease, background .3s ease; }
.menu-links > a:first-of-type { border-top: 1px solid var(--line); }
.menu-links > a span { color: var(--sage-muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.menu-links > a:hover { padding-inline: 18px; background: var(--sage-pale); color: var(--evergreen); }
.menu-details { max-width: 520px; padding-left: clamp(28px,4vw,64px); border-left: 1px solid var(--line); }
.menu-details .eyebrow { margin-bottom: 30px; }
.menu-details h2 { margin: 0; font-size: clamp(46px,5.3vw,80px); font-weight: 400; letter-spacing: -.07em; line-height: .94; }
.menu-details > p:not(.eyebrow) { margin: 30px 0 0; color: var(--grey-green); font-size: 18px; line-height: 1.6; }
.menu-details > .button { margin-top: 36px; }
.menu-socials { margin-top: 36px; padding-top: 25px; display: flex; flex-wrap: wrap; gap: 15px 28px; border-top: 1px solid var(--line); }
.menu-socials a { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.menu-socials a span { color: var(--sage-muted); transition: transform .25s ease; }
.menu-socials a:hover span { transform: translate(4px,-4px); }

.partner-hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: center; background: var(--evergreen); color: var(--white); isolation: isolate; }
.partner-hero::before { content: ""; position: absolute; width: 54vw; height: 54vw; right: -18vw; top: 2%; border-radius: 50%; background: rgba(162,196,123,.045); filter: blur(8px); }
.partner-hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(90deg,#000,transparent 72%); }
.hero-layout { min-height: 100svh; padding-block: clamp(180px,18vw,250px) clamp(90px,9vw,130px); display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 2; width: min(100%,1180px); }
.eyebrow { margin: 0 0 34px; color: var(--grey-green); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: var(--light-muted); }
.partner-hero h1, .section-intro h2, .application h2 { margin: 0; font-size: clamp(64px,7.4vw,130px); font-weight: 400; letter-spacing: -.075em; line-height: .9; }
.partner-hero h1 span { color: var(--sage); }
.hero-intro { max-width: 720px; margin: 42px 0 0; color: var(--light-muted); font-size: clamp(18px,1.55vw,23px); line-height: 1.55; letter-spacing: -.025em; }
.hero-buttons { margin-top: 46px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; width: max-content; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 600; cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.button span { transition: transform .25s ease; }
.button:hover span { transform: translate(4px,-4px); }
.button-sage { background: var(--sage); color: var(--evergreen); }
.button-sage:hover { background: var(--white); }
.button-outline { border-color: rgba(255,255,255,.28); color: var(--white); }
.button-outline:hover { border-color: var(--white); background: var(--white); color: var(--evergreen); }

.section-label { margin: 0; display: flex; align-items: center; gap: 16px; color: var(--grey-green); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.section-label span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.section-label-light { color: rgba(255,255,255,.55); }
.section-label-light span { border-color: rgba(255,255,255,.2); }
.section-intro { margin-top: clamp(48px,6vw,82px); display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(50px,8vw,130px); align-items: end; }
.section-intro h2 { font-size: clamp(52px,7vw,104px); }
.section-intro h2 span { color: var(--sage-muted); }
.section-intro > p { max-width: 460px; margin: 0 0 6px; color: var(--grey-green); font-size: clamp(18px,1.55vw,23px); line-height: 1.55; letter-spacing: -.025em; }

.benefit-grid { margin-top: clamp(78px,9vw,120px); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit { min-height: 360px; padding: 32px clamp(26px,3vw,48px) 40px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.benefit:first-child { padding-left: 0; }
.benefit:last-child { padding-right: 0; border-right: 0; }
.item-number { color: var(--sage-muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.benefit h3, .process-card h3 { max-width: 330px; margin: auto 0 28px; font-size: clamp(28px,3vw,46px); font-weight: 400; letter-spacing: -.055em; line-height: 1.03; }
.benefit p, .process-card p { max-width: 350px; margin: 0; color: var(--grey-green); font-size: 16px; line-height: 1.65; }

.partnership-paths { overflow: hidden; background: var(--evergreen); color: var(--white); }
.paths-intro > p { color: rgba(255,255,255,.57); }
.paths-intro h2 span { color: var(--sage); }
.path-list { margin-top: clamp(75px,8vw,110px); border-top: 1px solid rgba(255,255,255,.19); }
.path-row { position: relative; min-height: 190px; display: grid; grid-template-columns: 64px minmax(220px,.75fr) minmax(320px,1fr) auto; gap: clamp(24px,4vw,65px); align-items: center; border-bottom: 1px solid rgba(255,255,255,.19); isolation: isolate; transition: padding-inline .4s ease, color .35s ease; }
.path-row::before { content: ""; position: absolute; inset: 0 100% 0 0; z-index: -1; background: var(--sage); transition: inset .55s cubic-bezier(.22,1,.36,1); }
.path-row:hover { padding-inline: 24px; color: var(--evergreen); }
.path-row:hover::before { inset: 0; }
.path-row h3 { margin: 0; font-size: clamp(31px,3.5vw,54px); font-weight: 400; letter-spacing: -.055em; }
.path-row p { max-width: 510px; margin: 0; color: rgba(255,255,255,.57); transition: color .35s ease; }
.path-row:hover p, .path-row:hover .item-number { color: var(--evergreen); }
.path-row a { min-height: 44px; display: inline-flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.path-row a span { transition: transform .25s ease; }
.path-row a:hover span { transform: translate(3px,3px); }

.process-grid { margin-top: clamp(64px,8vw,105px); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-card { min-height: 370px; padding: 32px clamp(27px,3vw,45px) 42px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .35s ease, transform .35s ease; }
.process-card:hover { background: var(--sage-pale); transform: translateY(-5px); }
.process-card h3 { margin-top: auto; }

.application { background: var(--sage-pale); scroll-margin-top: 76px; }
.application-layout { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(460px,1.22fr); gap: clamp(70px,10vw,160px); align-items: start; }
.application h2 { font-size: clamp(52px,6.2vw,94px); }
.application h2 span { color: var(--sage-muted); }
.application-copy > p:not(.eyebrow) { max-width: 520px; margin: 38px 0 0; color: var(--grey-green); font-size: clamp(18px,1.5vw,22px); }
.contact-link { margin-top: 38px; display: inline-flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.contact-link span { transition: transform .25s ease; }
.contact-link:hover span { transform: translate(4px,-4px); }
.partner-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 22px; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field { display: flex; flex-direction: column; gap: 10px; }
.field-wide { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: 13px; font-weight: 600; }
.optional { color: var(--grey-green); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 55px; padding: 14px 15px; border: 1px solid rgba(16,35,30,.28); border-radius: 0; outline: none; background: rgba(246,247,242,.5); color: var(--ink); transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 165px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(16,35,30,.46); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--evergreen); background: var(--paper); box-shadow: 0 0 0 3px rgba(127,156,115,.24); }
.form-submit { padding-top: 4px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.form-submit p { max-width: 280px; margin: 0; color: var(--grey-green); font-size: 12px; }
.button-dark { border: 0; background: var(--evergreen); color: var(--white); }
.button-dark:hover { background: var(--sage-muted); color: var(--evergreen); }
.form-status { min-height: 24px; margin: -8px 0 0; color: var(--evergreen); font-size: 13px; font-weight: 600; }

.partner-footer { padding-block: 70px 27px; background: var(--evergreen); color: var(--white); }
.footer-application { margin-bottom: 72px; padding: clamp(36px,5vw,68px); display: flex; justify-content: space-between; align-items: end; gap: 50px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); }
.footer-application p { margin: 0 0 30px; color: var(--light-muted); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.footer-application h2 { margin: 0; font-size: clamp(42px,5vw,76px); font-weight: 400; letter-spacing: -.065em; line-height: .96; }
.footer-application h2 span { color: var(--sage); }
.footer-application > .button { flex: 0 0 auto; margin-bottom: 4px; }
.footer-top { padding-bottom: 60px; display: grid; grid-template-columns: minmax(230px,.7fr) minmax(0,1.3fr); gap: clamp(60px,10vw,150px); align-items: start; }
.footer-brand { gap: 12px; font-size: 14px; }
.footer-brand img { width: 92px; height: 56px; object-fit: contain; }
.footer-identity > p { max-width: 240px; margin: 24px 0 0; color: rgba(255,255,255,.51); font-size: 14px; }
.footer-link-groups { display: grid; grid-template-columns: repeat(3,minmax(120px,1fr)); gap: 35px; }
.footer-link-groups > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-link-groups h3 { margin: 0 0 8px; color: var(--sage); font-size: 17px; font-weight: 500; }
.footer-link-groups a { color: rgba(255,255,255,.68); font-size: 14px; transition: color .25s ease; }
.footer-link-groups a:hover, .footer-link-groups a[aria-current="page"] { color: var(--white); }
.social-section { padding-bottom: 58px; }
.social-section > p { margin: 0 0 18px; color: rgba(255,255,255,.46); font-size: 12px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.social-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.social-card { position: relative; min-height: 230px; overflow: hidden; padding: 34px; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 27px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.025); transition: color .4s ease, background .4s ease, border-color .4s ease, transform .4s cubic-bezier(.22,1,.36,1); }
.social-card::before { content: ""; position: absolute; width: 270px; height: 270px; right: -100px; top: -140px; border-radius: 50%; background: rgba(162,196,123,.08); transition: transform .5s ease, background .4s ease; }
.social-card:hover { border-color: var(--sage); background: var(--sage); color: var(--evergreen); transform: translateY(-5px); }
.social-card:hover::before { background: rgba(255,255,255,.18); transform: scale(1.35); }
.social-mark { position: relative; z-index: 1; width: 82px; height: 82px; display: grid; place-items: center; }
.social-mark svg { width: 100%; height: 100%; fill: currentColor; }
.social-instagram .social-mark svg { fill: none; stroke: currentColor; stroke-width: 1.65; }
.social-instagram .social-dot { fill: currentColor; stroke: none; }
.social-copy { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.social-copy small { color: rgba(255,255,255,.5); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: color .4s ease; }
.social-card:hover .social-copy small { color: rgba(7,31,27,.58); }
.social-copy strong { overflow: hidden; font-size: clamp(24px,2.25vw,38px); font-weight: 500; letter-spacing: -.045em; text-overflow: ellipsis; }
.social-arrow { position: relative; z-index: 1; align-self: start; font-size: 27px; transition: transform .25s ease; }
.social-card:hover .social-arrow { transform: translate(5px,-5px); }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.43); font-size: 11px; }
.footer-bottom p { margin: 0; }
.secondary-socials { display: flex; gap: 24px; }
.secondary-socials a { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; transition: color .25s ease; }
.secondary-socials a:hover { color: var(--sage); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1); transition-delay: var(--delay,0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1280px) {
  .partner-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-actions { display: none; }
  .menu-layout { grid-template-columns: 1fr; gap: 55px; align-items: start; }
  .menu-details { max-width: 720px; padding: 0; border-left: 0; }
  .path-row { grid-template-columns: 48px minmax(190px,.8fr) 1fr; padding-block: 32px; }
  .path-row a { grid-column: 2 / -1; }
}

@media (max-width: 980px) {
  .section-intro, .application-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 790px; }
  .section-intro { gap: 36px; }
  .section-intro > p { max-width: 620px; }
  .benefit-grid, .process-grid { grid-template-columns: 1fr; border-left: 1px solid var(--line); border-bottom: 0; }
  .benefit { min-height: 280px; padding: 30px 32px 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .benefit:first-child, .benefit:last-child { padding-inline: 32px; }
  .process-card { min-height: 290px; }
  .application-layout { gap: 70px; }
  .footer-application { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; }
  .social-card { min-height: 200px; padding: 26px; gap: 18px; }
  .social-mark { width: 62px; height: 62px; }
}

@media (max-width: 620px) {
  :root { --shell-gutter: 22px; --shell: min(calc(100% - (2 * var(--shell-gutter))),var(--shell-max)); }
  .partner-header { min-height: 88px; padding-inline: 22px; }
  .partner-header.is-scrolled { min-height: 72px; }
  .brand { gap: 10px; font-size: 14px; }
  .brand img { width: 72px; height: 45px; }
  .partner-header.is-scrolled .brand img { width: 64px; height: 40px; }
  .mobile-menu { inset: 88px 0 0; padding-block: 38px; }
  .partner-header.is-scrolled .mobile-menu { inset: 72px 0 0; }
  .menu-layout { gap: 42px; }
  .menu-links > a { min-height: 68px; grid-template-columns: 34px 1fr; gap: 14px; font-size: clamp(27px,8vw,42px); }
  .menu-details h2 { font-size: clamp(43px,12vw,62px); }
  .menu-details > p:not(.eyebrow) { font-size: 16px; }
  .menu-details > .button { width: 100%; }
  .hero-layout { padding-block: 145px 84px; }
  .partner-hero h1 { font-size: clamp(55px,16vw,78px); }
  .hero-intro { margin-top: 32px; }
  .hero-buttons { align-items: stretch; flex-direction: column; }
  .hero-buttons .button { width: 100%; }
  .section-intro h2, .application h2 { font-size: clamp(48px,13vw,70px); }
  .benefit-grid, .process-grid { margin-top: 60px; }
  .benefit, .process-card { min-height: 255px; padding: 26px 24px 30px; }
  .benefit:first-child, .benefit:last-child { padding-inline: 24px; }
  .path-list { margin-top: 60px; }
  .path-row { min-height: 0; padding-block: 30px; grid-template-columns: 1fr 32px; gap: 16px; }
  .path-row .item-number { grid-column: 2; grid-row: 1; justify-self: end; }
  .path-row h3, .path-row p, .path-row a { grid-column: 1 / -1; }
  .path-row h3 { grid-row: 1; padding-right: 38px; }
  .path-row:hover { padding-inline: 14px; }
  .partner-form { grid-template-columns: 1fr; }
  .field, .field-wide { grid-column: 1; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .footer-application { margin-bottom: 58px; padding: 28px 22px; }
  .footer-application h2 { font-size: clamp(39px,11vw,56px); }
  .footer-application > .button { width: 100%; }
  .footer-link-groups { grid-template-columns: 1fr 1fr; }
  .social-grid { grid-template-columns: 1fr; }
  .social-card { min-height: 174px; grid-template-columns: 52px 1fr auto; padding: 22px 20px; }
  .social-mark { width: 48px; height: 48px; }
  .social-copy strong { font-size: clamp(20px,6vw,28px); }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  :root { --shell-gutter: 16px; }
  .partner-header { padding-inline: 16px; }
  .brand { font-size: 13px; }
  .brand img { width: 66px; height: 42px; }
  .partner-hero h1 { font-size: clamp(48px,15vw,62px); }
  .footer-link-groups { grid-template-columns: 1fr; }
  .social-card { grid-template-columns: 44px minmax(0,1fr) auto; gap: 13px; padding-inline: 16px; }
  .social-mark { width: 42px; height: 42px; }
}

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