:root {
  --blue: #26426a;
  --blue-bright: #3d6cae;
  --green: #477c5e;
  --green-deep: #12664a;
  --yellow: #edc02e;
  --ink: #173052;
  --paper: #f7f8f3;
  --white: #ffffff;
  --text: #455162;
  --shadow: 0 24px 70px rgba(20, 47, 79, .17);
  --wrap: min(1280px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 74px; overflow-x: clip; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "Montserrat", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: clip; }
html.menu-open, body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 9999; padding: 11px 18px; border-radius: 0 0 8px 8px; color: var(--blue); background: var(--yellow); font-weight: 800; }
.skip-link:focus { top: 0; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1001; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--yellow); box-shadow: 0 0 12px rgba(237,192,46,.7); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 74px; color: #fff; background: linear-gradient(90deg, rgba(61,108,174,.97), rgba(71,125,94,.97)); box-shadow: 0 4px 22px rgba(10,35,55,.13); transition: height .25s ease, box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(10,35,55,.22); }
.header-inner { width: var(--wrap); min-width: 0; height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: clamp(18px, 2.4vw, 34px); }
.brand { flex: 0 0 auto; }
.brand img { width: 160px; max-height: 54px; object-fit: contain; }
.main-nav { min-width: 0; display: flex; flex: 0 1 auto; align-self: stretch; align-items: center; justify-content: flex-end; gap: clamp(10px, 1.35vw, 22px); padding-right: clamp(10px, 1.2vw, 18px); }
.main-nav a { position: relative; text-decoration: none; font-size: clamp(.67rem, .78vw, .73rem); font-weight: 700; letter-spacing: .01em; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 3px; border-radius: 4px; background: var(--yellow); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; position: relative; flex: 0 0 44px; width: 44px; height: 44px; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--yellow); background: rgba(38,66,106,.18); cursor: pointer; appearance: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.menu-toggle span { position: absolute; left: 9px; display: block; width: 24px; height: 2px; margin: 0; border-radius: 2px; background: currentColor; pointer-events: none; transition: top .2s ease, transform .2s ease, opacity .15s ease; }
.menu-toggle span:nth-child(1) { top: 13px; }
.menu-toggle span:nth-child(2) { top: 20px; }
.menu-toggle span:nth-child(3) { top: 27px; }

.hero { position: relative; min-height: 100svh; padding-top: 74px; color: var(--blue); background: #f6f8f4 url("../img/bg-topo.jpg") center/cover no-repeat; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,255,255,.03) 0 45%, rgba(255,255,255,.72) 80%, rgba(255,255,255,.9)); pointer-events: none; }
.hero-content { position: relative; min-height: calc(100svh - 74px); display: grid; grid-template-columns: 43% 57%; align-content: center; }
.hero-copy { position: relative; z-index: 3; align-self: center; padding: 48px 0 125px; }
.eyebrow, .section-kicker { margin: 0 0 12px; color: var(--green); font-size: .73rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--blue); }
.hero-number { width: min(100%, 410px); margin-bottom: 22px; }
.hero-tagline { width: min(100%, 290px); margin-bottom: 24px; }
.hero-lead { max-width: 575px; margin: 0; color: #314962; font-size: clamp(1rem, 1.3vw, 1.19rem); font-weight: 600; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 23px; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-size: .79rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--blue); background: var(--yellow); box-shadow: 0 14px 30px rgba(237,192,46,.3); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(237,192,46,.42); }
.button-ghost { border-color: rgba(38,66,106,.25); color: var(--blue); background: rgba(255,255,255,.64); backdrop-filter: blur(7px); }
.hero-portrait { position: absolute; z-index: 2; right: 6%; bottom: 0; width: min(47vw, 650px); pointer-events: none; }
.hero-portrait img { position: relative; z-index: 2; width: 100%; filter: drop-shadow(0 22px 22px rgba(16,39,66,.22)); }
.hero-glow { position: absolute; z-index: 0; width: 48vw; height: 48vw; right: -10vw; top: 10vh; border-radius: 50%; }
.hero-stats { position: absolute; z-index: 4; left: 0; bottom: 24px; display: flex; width: min(720px, 61%); min-height: 88px; padding: 18px 28px; border-left: 6px solid var(--yellow); color: #fff; background: rgba(38,66,106,.95); box-shadow: 0 18px 45px rgba(22,45,75,.25); backdrop-filter: blur(12px); }
.stat { display: flex; align-items: center; flex: 1; gap: 9px; padding: 0 16px; border-right: 1px solid rgba(255,255,255,.18); }
.stat:last-child { border-right: 0; }
.stat strong { color: var(--yellow); font-size: clamp(1.85rem, 3vw, 2.75rem); font-weight: 900; line-height: 1; }
.stat span { font-size: .66rem; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.hero-ribbons, .footer-ribbons { position: absolute; inset: auto 0 0; height: 12px; display: grid; grid-template-columns: 20% 27% 30% 23%; transform: translateY(50%); }
.hero-ribbons i:nth-child(1) { background: var(--yellow); }.hero-ribbons i:nth-child(2) { background: #09a8c6; }.hero-ribbons i:nth-child(3) { background: #0e77b7; }.hero-ribbons i:nth-child(4) { background: var(--green); }

.section { position: relative; padding: clamp(82px, 9vw, 138px) 0; }
.section h2, .commitments h2 { margin: 0; color: var(--ink); font-size: clamp(2.1rem, 4.5vw, 4.6rem); font-weight: 800; line-height: 1.04; letter-spacing: -.055em; }
.section h2 em, .commitments h2 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.about { background: var(--paper); }
.about::before { content: "30"; position: absolute; right: -2vw; top: 8%; color: rgba(38,66,106,.035); font-size: min(31vw, 430px); font-weight: 900; line-height: 1; }
.about-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.about-photo { position: relative; padding: 0 0 34px 34px; }
.about-photo::before { content: ""; position: absolute; inset: 9% 9% 0 0; border-radius: 60% 8px 8px; background: var(--yellow); }
.about-photo img { position: relative; width: 100%; aspect-ratio: .83; border-radius: 54% 12px 12px; object-fit: cover; box-shadow: var(--shadow); }
.photo-caption { position: absolute; right: -25px; bottom: 0; padding: 17px 22px; color: #fff; background: var(--blue); box-shadow: 0 12px 30px rgba(21,48,82,.22); }
.photo-caption span, .photo-caption strong { display: block; line-height: 1.25; }.photo-caption span { color: var(--yellow); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.photo-caption strong { font-size: .9rem; }
.about-copy h2 { max-width: 680px; margin-bottom: 30px; }
.about-copy > p:not(.section-kicker) { max-width: 680px; margin: 0 0 16px; font-size: .98rem; }
.timeline-section { min-height: 100vh; padding: 0; color: #fff; background: var(--blue); display: grid; grid-template-columns: 38% 62%; }
.timeline-photo { min-height: 100%; background: linear-gradient(rgba(38,66,106,.1), rgba(38,66,106,.55)), url("../img/Davi-Bemerg-30-de-76.webp") center/cover no-repeat; }
.timeline-content { width: auto; margin: 0; padding: clamp(76px, 8vw, 125px) clamp(28px, 7vw, 105px); }
.section-heading { max-width: 760px; }
.section-heading h2, .timeline-section h2 { color: #fff; }.timeline-section h2 em { color: var(--yellow); }
.section-kicker.light { color: var(--yellow); }
.section-heading > p:last-child { max-width: 620px; color: rgba(255,255,255,.72); }
.timeline { position: relative; margin: 58px 0 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 23px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(var(--yellow), rgba(255,255,255,.14)); }
.timeline li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 28px; padding: 0 0 35px; }
.timeline-index { position: relative; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid rgba(255,255,255,.32); border-radius: 50%; color: var(--yellow); background: var(--blue); font-size: .7rem; font-weight: 900; }
.timeline-label { margin: 0 0 4px; color: var(--yellow); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.timeline h3 { margin: 0 0 7px; color: #fff; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.25; }
.timeline li p:last-child { max-width: 690px; margin: 0; color: rgba(255,255,255,.68); font-size: .88rem; line-height: 1.55; }
.timeline-future .timeline-index { border-color: var(--yellow); color: var(--blue); background: var(--yellow); box-shadow: 0 0 0 8px rgba(237,192,46,.12); }

.experience { color: #fff; background: linear-gradient(135deg, #417659 0%, #24496d 72%); overflow: hidden; }
.experience::before { content: ""; position: absolute; width: 520px; height: 520px; right: -100px; top: -180px; border: 80px solid rgba(255,255,255,.035); border-radius: 50%; }
.experience-intro { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: end; }
.experience-intro .section-kicker { grid-column: 1 / -1; margin-bottom: -32px; color: var(--yellow); }
.experience-intro h2 { color: #fff; }.experience-intro h2 em { color: var(--yellow); }
.experience-intro > p:last-child { max-width: 470px; margin: 0 0 8px; color: rgba(255,255,255,.75); font-size: 1.05rem; }
.pillars { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 0 55px; margin-top: 76px; }
.pillar { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.2); }
.pillar-number { color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.pillar h3 { margin: -5px 0 8px; color: #fff; font-size: 1.12rem; }
.pillar p { margin: 0; color: rgba(255,255,255,.66); font-size: .87rem; }
.experience-word { position: absolute; left: -1%; bottom: -6%; color: rgba(255,255,255,.026); font-size: 17vw; font-weight: 900; letter-spacing: -.08em; line-height: 1; pointer-events: none; }

.commitments { min-height: 100vh; display: grid; grid-template-columns: 43% 57%; background: #fff; }
.commitments-media { position: sticky; top: 74px; height: calc(100vh - 74px); }
.commitments-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,48,78,.74), transparent 55%); }
.commitments-media img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.commitments-quote { position: absolute; z-index: 2; left: clamp(25px, 5vw, 65px); right: 30px; bottom: 60px; color: #fff; font-size: clamp(1.15rem, 2vw, 1.75rem); line-height: 1.2; }
.commitments-quote strong { color: var(--yellow); font-size: 1.2em; }
.commitments-content { padding: clamp(80px, 9vw, 130px) clamp(28px, 7vw, 105px); }
.commitments h2 { margin-bottom: 50px; font-size: clamp(2.1rem, 4vw, 4rem); }
.commitment-list { border-top: 1px solid #dfe5e1; }
.commitment { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 29px 0; border-bottom: 1px solid #dfe5e1; }
.commitment > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--blue); background: var(--yellow); font-size: .67rem; font-weight: 900; }
.commitment h3 { margin: 1px 0 8px; color: var(--ink); font-size: 1.12rem; line-height: 1.3; }
.commitment p { max-width: 650px; margin: 0; font-size: .87rem; line-height: 1.62; }

.callout { min-height: 780px; padding-bottom: 0; color: #fff; background: var(--blue); overflow: hidden; }
.callout-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(41,71,200,.98) 0%, rgba(41,71,200,.97) 20%, rgba(41,71,200,.90) 32%, rgba(41,71,200,.70) 44%, rgba(41,71,200,.42) 57%, rgba(41,71,200,.16) 70%, rgba(41,71,200,.04) 82%, rgba(41,71,200,0) 100%), url("../img/bg-interior2.webp") center/cover no-repeat; }
.callout-grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 55% 45%; align-items: center; }
.callout-copy { z-index: 2; padding-bottom: 70px; }
.callout h2 { color: #fff; font-size: clamp(2.35rem, 5vw, 5.2rem); }.callout h2 em { color: var(--yellow); }
.callout blockquote { max-width: 720px; margin: 38px 0 24px; padding-left: 25px; border-left: 4px solid var(--yellow); color: rgba(255,255,255,.8); font-family: Georgia, serif; font-size: clamp(1.05rem, 1.7vw, 1.35rem); font-style: italic; line-height: 1.7; }
.quote-author { display: flex; gap: 14px; align-items: center; color: #fff; text-transform: uppercase; }
.quote-author strong { font-size: .82rem; }.quote-author span { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.3); color: var(--yellow); font-size: .65rem; font-weight: 800; }
.callout-candidate { position: absolute; right: -2%; bottom: 0; width: 50%; height: 95%; }
.candidate-photo { position: absolute; right: 0; bottom: 0; width: min(100%, 570px); max-height: 100%; object-fit: contain; object-position: bottom; filter: drop-shadow(0 18px 28px rgba(0,0,0,.25)); }
.closing-message { position: absolute; z-index: 3; left: 50%; bottom: 20px; width: min(25vw, 320px); height: auto; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(8,28,51,.28)); transform: translateX(-50%); }

.social { background: var(--paper); }
.social-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.social-head h2 { font-size: clamp(2.15rem, 4vw, 4.25rem); }.social-head > p { max-width: 380px; margin: 0; }
.instagram-feed { min-height: 360px; padding: 18px; border: 1px solid #dce3df; border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(30,62,90,.07); }
.instagram-feed noscript p { margin: 0; padding: 40px 20px; color: var(--text); text-align: center; }
.social-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 22px; }
.social-links a { display: grid; grid-template-columns: 42px 1fr auto; gap: 13px; align-items: center; padding: 17px 18px; border: 1px solid #dce3df; border-radius: 5px; text-decoration: none; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.social-links a:hover { transform: translateY(-3px); border-color: var(--yellow); box-shadow: 0 12px 30px rgba(30,62,90,.08); }
.social-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--blue); font-size: .74rem; font-weight: 900; }
.social-icon img { width: 21px; height: 21px; object-fit: contain; }
.social-icon.instagram { background: radial-gradient(circle at 30% 105%, #feda75 0 18%, #fa7e1e 30%, #d62976 54%, #962fbf 74%, #4f5bd5 100%); }
.social-icon.facebook { background: #1877f2; }
.social-icon.youtube { background: #ff0000; }
.social-links a > span:nth-child(2) { min-width: 0; font-size: .67rem; overflow: hidden; text-overflow: ellipsis; }.social-links strong { display: block; color: var(--ink); font-size: .8rem; }.social-links b { color: var(--green); }

.site-footer { position: relative; color: #fff; background: linear-gradient(100deg, #203b61, #376f59); }
.footer-ribbons { top: 0; bottom: auto; height: 7px; transform: none; grid-template-columns: 34% 33% 33%; }.footer-ribbons i:nth-child(1){background:var(--yellow)}.footer-ribbons i:nth-child(2){background:#0e8fb5}.footer-ribbons i:nth-child(3){background:var(--green)}
.footer-main { min-height: 230px; display: grid; grid-template-columns: 235px minmax(210px, .8fr) minmax(330px, 1.25fr) auto; gap: clamp(28px, 4vw, 55px); align-items: center; }
.footer-main > img { width: 235px; }
.footer-message { display: flex; flex-direction: column; }.footer-message strong { color: var(--yellow); font-size: 1.15rem; }.footer-message span { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact { display: grid; gap: 17px; padding-left: 26px; border-left: 1px solid rgba(255,255,255,.18); }
.contact-item { display: grid; gap: 3px; }
.contact-label { color: var(--yellow); font-size: .61rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-item a, .contact-item address { color: rgba(255,255,255,.9); font-size: .73rem; font-style: normal; line-height: 1.5; text-decoration: none; }
.contact-item a:hover { color: var(--yellow); text-decoration: underline; text-underline-offset: 4px; }
.back-top { text-decoration: none; font-size: .73rem; font-weight: 800; }.back-top span { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-left: 8px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.footer-legal { padding: 16px 0; color: rgba(255,255,255,.77); background: rgba(8,25,44,.3); }
.footer-legal .wrap { display: flex; justify-content: space-between; gap: 20px; }.footer-legal p { margin: 0; font-size: .63rem; font-weight: 700; letter-spacing: .06em; }

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

@media (max-width: 1020px) {
  :root { --wrap: min(100% - 36px, 920px); }
  .menu-toggle { z-index: 1003; display: block; margin-left: auto; opacity: 1; visibility: visible; pointer-events: auto; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 20px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
  .main-nav { position: fixed; z-index: 1001; inset: 74px 0 0; display: grid; width: 100%; height: calc(100svh - 74px); max-height: none; align-content: start; justify-content: stretch; gap: 0; padding: clamp(34px, 7vh, 68px) clamp(26px, 7vw, 72px); overflow-y: auto; background: linear-gradient(135deg, #3d6cae, #487d5e); box-shadow: none; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px); transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }.main-nav a { display: block; width: 100%; padding: 15px 0; font-size: clamp(1rem, 2.2vw, 1.2rem); text-align: left; }.main-nav a::after { right: auto; bottom: 5px; width: 0; transition: width .25s ease; }.main-nav a:hover::after, .main-nav a.active::after { right: auto; width: 44px; }
  .hero-content { grid-template-columns: 51% 49%; }.hero-copy { padding-top: 25px; }.hero-portrait { right: -9%; width: 59vw; }.hero-stats { width: 78%; }
  .stat { padding: 0 10px; }.stat span { font-size: .58rem; }
  .timeline-section { grid-template-columns: 34% 66%; }.timeline-content { padding-inline: 45px; }
  .commitments { grid-template-columns: 39% 61%; }.commitments-content { padding-inline: 45px; }
  .social-links { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 220px 1fr auto; padding-block: 32px; }
  .footer-contact { grid-column: 2 / 4; grid-template-columns: .9fr 1.3fr; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
}

@media (max-width: 760px) {
  :root { --wrap: calc(100% - 32px); }
  html { scroll-padding-top: 66px; }.site-header { height: 66px; }.brand img { width: 137px; }.main-nav { top: 66px; bottom: 0; height: calc(100svh - 66px); max-height: none; }
  .hero { padding-top: 66px; min-height: auto; background-position: 37% center; }
  .hero::after { background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.7) 42%, rgba(255,255,255,.1) 72%); }
  .hero-content { min-height: auto; display: block; padding-top: 35px; padding-bottom: 84px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; padding: 0; text-align: center; }.hero .eyebrow { font-size: .64rem; }.hero-number { width: 245px; margin: 0 auto 14px; }.hero-tagline { width: 210px; margin: 0 auto 14px; }.hero-lead { max-width: 330px; margin-inline: auto; font-size: .89rem; line-height: 1.5; }
  .hero-actions { justify-content: center; gap: 8px; margin-top: 20px; }.button { min-height: 44px; padding: 0 16px; font-size: .7rem; }.button-ghost { display: none; }
  .hero-portrait { position: relative; right: auto; bottom: auto; width: min(108vw, 610px); max-width: none; margin: 18px 0 0 50%; transform: translateX(-50%); }
  .hero-stats { left: -16px; right: -16px; bottom: 17px; width: auto; min-height: 74px; padding: 13px 11px 13px 23px; border-left-width: 4px; }
  .stat { display: block; padding: 0 7px; text-align: center; }.stat strong, .stat span { display: block; }.stat strong { font-size: 1.65rem; }.stat span { font-size: .46rem; line-height: 1.25; }
  .section { padding: 78px 0; }.section h2, .commitments h2 { font-size: clamp(2.05rem, 11vw, 3.2rem); }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }.about-photo { width: min(90%, 430px); margin: auto; padding-left: 22px; }.photo-caption { right: -12px; }
  .timeline-section { display: block; }.timeline-photo { min-height: 52vh; background-position: center; }.timeline-content { padding: 72px 22px; }.timeline { margin-top: 43px; }.timeline li { gap: 18px; }.timeline li p:last-child { font-size: .82rem; }
  .experience-intro { grid-template-columns: 1fr; gap: 24px; }.experience-intro .section-kicker { grid-column: auto; margin-bottom: 0; }.pillars { grid-template-columns: 1fr; margin-top: 48px; }.pillar { grid-template-columns: 45px 1fr; }.experience-word { font-size: 27vw; bottom: -1%; }
  .commitments { display: block; }.commitments-media { position: relative; top: auto; height: 65vh; min-height: 480px; }.commitments-content { padding: 75px 22px; }.commitment { grid-template-columns: 44px 1fr; gap: 13px; }.commitment p { font-size: .82rem; }
  .callout { min-height: 900px; padding: 72px 0 0; }.callout-bg { background: linear-gradient(180deg, rgba(41,71,200,.99) 0%, rgba(41,71,200,.97) 22%, rgba(41,71,200,.88) 38%, rgba(41,71,200,.66) 53%, rgba(41,71,200,.38) 67%, rgba(41,71,200,.12) 82%, rgba(41,71,200,0) 100%), url("../img/bg-interior2.webp") center/cover no-repeat; }.callout-grid { min-height: 828px; display: block; }.callout-copy { padding-bottom: 0; }.callout blockquote { margin-top: 24px; font-size: .96rem; line-height: 1.55; }.callout-candidate { left: 0%; right: auto; bottom: 0; width: 100%; height: 45%; transform: none; }.candidate-photo { left: 50%; right: auto; bottom: 0; height: 100%; width: auto; transform: translateX(-50%); }.closing-message { bottom: 14px; width: min(54vw, 255px); height: auto; }
  .social-head { display: block; }.social-head > p { margin-top: 18px; }.instagram-feed { min-height: 300px; padding: 10px; }.social-links { margin-top: 15px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding-block: 55px 38px; text-align: center; }.footer-main > img { margin: auto; }.footer-message { align-items: center; }.footer-contact { grid-column: auto; grid-template-columns: 1fr; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }.back-top { margin-top: 5px; }.footer-legal .wrap { display: block; text-align: center; }.footer-legal p + p { margin-top: 6px; }
}

@media (max-width: 430px) {
  .hero { min-height: auto; }.hero-content { min-height: auto; }.hero-number { width: 215px; }.hero-tagline { width: 190px; }.hero-portrait { right: auto; width: 112vw; margin-top: 16px; }.hero-lead { font-size: .82rem; max-width: 290px; }.hero-stats { bottom: 12px; }
  .instagram-feed { min-height: 280px; }
}

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