:root {
  --navy: #071f4a;
  --ink: #17385c;
  --blue: #16a9df;
  --red: #ee3342;
  --green: #159447;
  --cream: #f6f8f7;
  --line: #dbe5ec;
  --white: #ffffff;
  --container: 1180px;
  --radius: 28px;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 17px; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: var(--font-sans); font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
[id] { scroll-margin-top: 125px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: -80px; padding: 10px 16px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; z-index: 40; top: 0; height: 112px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,31,74,.08); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { width: 108px; height: 102px; display: flex; flex: 0 0 auto; align-items: center; justify-content: center; }
.brand img { width: 100px; height: 98px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.site-nav a { position: relative; font-size: .9rem; font-weight: 750; letter-spacing: .015em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.language-switch { display: flex; align-items: center; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; }
.language-switch span { width: 1px; height: 13px; background: var(--line); }
.lang-button { border: 0; color: #77889a; background: transparent; padding: 3px 8px; font-size: .76rem; font-weight: 800; cursor: pointer; }
.lang-button.active { color: var(--navy); }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; }
.menu-toggle span { width: 24px; height: 2px; display: block; margin: 5px; background: var(--navy); }

.hero { position: relative; min-height: calc(100vh - 112px); overflow: hidden; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg, #fff 0%, #f9fcfd 65%, #f5faf7 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: center; padding-block: 82px 55px; }
.eyebrow { display: flex; gap: 5px; align-items: center; margin-bottom: 28px; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 3px; }
.eyebrow > span:nth-child(1) { background: var(--blue); }.eyebrow > span:nth-child(2) { background: var(--red); }.eyebrow > span:nth-child(3) { background: var(--green); margin-right: 8px; }
.hero h1, .section-heading h2, .community h2 { margin: 0; font-family: var(--font-display); font-size: clamp(3.45rem, 6.3vw, 6.75rem); font-weight: 400; line-height: .97; letter-spacing: -.05em; }
.hero h1 em, .section-heading h2 em, .community h2 em, .lead em { color: var(--red); font-weight: 400; }
.hero-copy > p { max-width: 700px; margin: 34px 0; color: #485f76; font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 26px; align-items: center; }
.button { display: inline-flex; gap: 22px; align-items: center; justify-content: center; padding: 16px 22px; border-radius: 999px; font-size: .84rem; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(7,31,74,.14); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { color: white; background: var(--navy); }
.text-link { display: flex; gap: 10px; font-size: .82rem; font-weight: 750; border-bottom: 1px solid var(--navy); padding-bottom: 5px; }
.hero-card { padding: 32px 34px; background: rgba(255,255,255,.86); border: 1px solid rgba(7,31,74,.11); border-radius: var(--radius); box-shadow: 0 28px 80px rgba(20,56,92,.11); backdrop-filter: blur(15px); }
.card-kicker { margin: 0 0 19px; color: #718398; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.manifesto-word { display: flex; align-items: baseline; gap: 17px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.manifesto-word span { color: #9aa9b7; font-size: .62rem; }
.manifesto-word strong { font-size: clamp(1.2rem, 2vw, 1.65rem); letter-spacing: -.03em; }
.manifesto-word:nth-of-type(2) strong { color: var(--blue); }.manifesto-word:nth-of-type(3) strong { color: var(--red); }.manifesto-word:nth-of-type(4) strong { color: var(--green); }
.hero-card > p:last-child { margin: 20px 0 0; color: #64778a; font-size: .8rem; }
.hero-foot { position: relative; z-index: 2; display: flex; gap: 18px; align-items: center; padding-bottom: 28px; color: #8292a1; font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-foot div { flex: 1; height: 1px; background: var(--line); }
.ribbon { position: absolute; z-index: 0; width: 850px; height: 260px; right: -160px; border: 48px solid; border-left-color: transparent !important; border-radius: 50%; transform: rotate(-16deg); opacity: .12; }
.ribbon-one { top: -100px; border-color: var(--blue); }.ribbon-two { top: -65px; right: -195px; border-color: var(--red); }.ribbon-three { top: -30px; right: -230px; border-color: var(--green); }

.section { padding: 125px 0; }
.split-layout { display: grid; grid-template-columns: 230px 1fr; gap: 60px; }
.section-label { display: flex; align-items: baseline; gap: 16px; font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section-label span { color: var(--red); }.section-label p { margin: 0; }
.lead { max-width: 900px; margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.15; letter-spacing: -.035em; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 900px; margin-top: 54px; color: #536b81; font-size: 1rem; line-height: 1.8; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 55px; }
.purpose-grid article { padding: 28px; background: #f5f9fc; border: 1px solid var(--line); border-radius: 22px; }
.purpose-grid article:last-child { color: white; background: var(--navy); border-color: var(--navy); }
.purpose-grid span { color: var(--red); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.purpose-grid article:last-child span { color: #5bc7e9; }
.purpose-grid h3 { margin: 10px 0 12px; font-size: 1.18rem; line-height: 1.35; }
.purpose-grid p { margin: 0; color: #64778a; font-size: .84rem; }
.purpose-grid article:last-child p { color: #b9c5d2; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 70px; }
.stats > div { border-top: 1px solid var(--line); padding-top: 20px; }
.stats strong { display: block; font-family: Georgia, serif; font-size: 2.8rem; font-weight: 400; }
.stats span { color: #708396; font-size: .73rem; }
.values { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 35px; }
.values span { padding: 8px 12px; color: #4d647a; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .68rem; font-weight: 750; }

.programs { color: white; background: var(--navy); }
.section-heading { display: grid; grid-template-columns: 230px 1fr; gap: 60px; margin-bottom: 70px; }
.section-heading h2 { max-width: 850px; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.section-heading h2 em { color: #5bc7e9; }
.section-label.light span { color: #5bc7e9; }
.program-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.program-card { grid-column: span 2; }
.community-model .program-card:nth-child(4) { grid-column: 2 / span 2; }
.community-model .program-card:nth-child(5) { grid-column: 4 / span 2; }
.program-card { position: relative; min-height: 410px; display: flex; flex-direction: column; padding: 32px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; transition: transform .25s, background .25s; }
.program-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.06); }
.program-index { position: absolute; top: 31px; right: 31px; color: #7f8da2; font-size: .66rem; }
.program-icon { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #5bc7e9; font-size: 1.5rem; }
.program-card:nth-child(2) .program-icon { color: #ff6875; }.program-card:nth-child(3) .program-icon { color: #5fc887; }
.program-card:nth-child(4) .program-icon { color: #f4cf58; }.program-card:nth-child(5) .program-icon { color: #b8a2ef; }
.program-card h3 { max-width: 230px; margin: auto 0 10px; font-size: 1.35rem; }
.program-card p { margin: 0 0 28px; color: #bcc6d3; font-size: .9rem; line-height: 1.7; }
.program-card a { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.15); font-size: .72rem; font-weight: 800; }
.journey { display: flex; align-items: center; gap: 15px; margin-top: 18px; padding: 22px 25px; color: #c2ccda; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; font-size: .72rem; }
.journey strong { margin-right: auto; color: #5bc7e9; letter-spacing: .08em; text-transform: uppercase; }
.journey i { color: #6f829b; font-style: normal; }

.workshop { background: #f4f8fb; }
.workshop-intro { display: grid; grid-template-columns: 230px 1fr; gap: 60px; align-items: start; }
.workshop-badge { display: inline-flex; margin-bottom: 24px; padding: 7px 12px; color: var(--green); background: rgba(21,148,71,.09); border: 1px solid rgba(21,148,71,.2); border-radius: 999px; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.workshop h2 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.workshop h2 em { color: var(--green); font-weight: 400; }
.workshop-summary { max-width: 720px; margin: 28px 0 0; color: #607488; font-size: 1rem; }
.workshop-weeks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 65px 0 0; padding: 0; list-style: none; }
.workshop-week { min-height: 310px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 24px; }
.week-number { display: grid; width: 48px; height: 48px; place-items: center; color: white; background: var(--navy); border-radius: 50%; font-family: Georgia, serif; font-size: 1.05rem; }
.workshop-week:nth-child(2) .week-number { background: var(--red); }
.workshop-week:nth-child(3) .week-number { background: var(--green); }
.week-label { margin: 52px 0 7px; color: #8292a1; font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.workshop-week h3 { margin: 0 0 14px; font-size: 1.22rem; line-height: 1.3; }
.workshop-week > p:last-child { margin: 0; color: #64778a; font-size: .84rem; }
.workshop-details { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; margin-top: 18px; padding: 27px 30px; color: white; background: var(--navy); border-radius: 24px; }
.workshop-details > div { display: grid; gap: 4px; }
.workshop-details strong { color: #5bc7e9; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.workshop-details span { color: #c2ccda; font-size: .78rem; }
.workshop-details .button { color: var(--navy); background: white; white-space: nowrap; }
.workshop-details .button span { color: inherit; }

.departments { background: white; }
.department-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.department-card { position: relative; isolation: isolate; min-height: 285px; padding: 28px; overflow: hidden; color: white; background: var(--blue); border-radius: 24px; transition: transform .3s ease, box-shadow .3s ease; }
.department-card:nth-child(2) { background: var(--red); }.department-card:nth-child(3) { background: #d72d5b; }.department-card:nth-child(4) { background: var(--green); }
.department-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(7,31,74,.16); }
.department-card > span, .department-card h3, .department-card p { position: relative; z-index: 2; }
.department-card > span { color: rgba(255,255,255,.78); font-size: .65rem; font-weight: 700; letter-spacing: .12em; }
.department-card h3 { max-width: 245px; margin: 104px 0 13px; font-size: 1.17rem; line-height: 1.3; }
.department-card p { max-width: 270px; margin: 0; color: rgba(255,255,255,.88); font-size: .8rem; }
.department-card::after { content: ""; position: absolute; z-index: -1; right: -45px; bottom: -45px; width: 130px; height: 130px; border: 24px solid rgba(255,255,255,.08); border-radius: 50%; }
.department-visual { position: absolute; z-index: 0; top: 12px; right: -12px; width: 86%; height: 152px; object-fit: contain; object-position: right top; opacity: .72; pointer-events: none; transform: translateZ(0); transition: opacity .3s ease, transform .45s ease; }
.department-card:hover .department-visual { opacity: .92; transform: translate3d(-4px, 2px, 0) scale(1.035); }
.department-note { max-width: 660px; margin: 25px 0 0 auto; color: #6a7d90; font-size: .76rem; text-align: right; }

.section-heading.dark h2 em { color: var(--red); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.person-card { min-height: 510px; padding: 28px 24px 23px; text-align: center; background: #fbfcfd; border: 1px solid #d6e4ec; border-radius: 28px; cursor: pointer; transition: transform .25s, box-shadow .25s; }
.person-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(7,31,74,.08); }
.portrait-wrap { width: 205px; aspect-ratio: 1; margin: 0 auto 25px; border-radius: 50%; }
.portrait-wrap img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.person-card h3 { margin: 0 0 9px; font-size: 1.12rem; }
.person-card p { min-height: 42px; margin: 0; color: #526a80; font-size: .72rem; font-weight: 800; line-height: 1.45; text-transform: uppercase; }
.affiliation { display: block; min-height: 48px; margin-top: 11px; color: #61778c; font-size: .76rem; line-height: 1.6; }
.flag-line { display: flex; justify-content: center; gap: 3px; margin-top: 20px; }
.flag-line i { width: 35px; height: 4px; }.flag-line i:nth-child(1) { background: var(--blue); }.flag-line i:nth-child(2) { background: var(--red); }.flag-line i:nth-child(3) { background: var(--green); }
.profile-open { margin-top: 18px; padding: 8px 14px; color: var(--navy); background: white; border: 1px solid #cbdbe5; border-radius: 999px; cursor: pointer; font-size: .69rem; font-weight: 800; transition: color .2s, background .2s, border-color .2s; }
.person-card:hover .profile-open, .profile-open:focus-visible { color: white; background: var(--navy); border-color: var(--navy); }

.profile-dialog { width: min(920px, calc(100% - 32px)); max-height: min(88vh, 900px); margin: auto; padding: 0; color: var(--navy); background: white; border: 0; border-radius: 28px; box-shadow: 0 35px 100px rgba(4,19,45,.28); }
.profile-dialog::backdrop { background: rgba(4,19,45,.72); backdrop-filter: blur(5px); }
.profile-close { position: sticky; z-index: 2; top: 18px; float: right; width: 42px; height: 42px; margin: 18px 18px -60px 0; color: white; background: var(--navy); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.6rem; line-height: 1; }
.profile-header { display: grid; grid-template-columns: 170px 1fr; gap: 34px; align-items: center; padding: 42px; color: white; background: linear-gradient(135deg, var(--navy), #123f72); }
.profile-header img { width: 175px; height: 175px; object-fit: cover; background: white; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,255,255,.16); }
.profile-role { display: block; margin-bottom: 10px; color: #78d6ef; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.profile-header h2 { max-width: 590px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 5vw, 4.5rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.profile-content { display: grid; gap: 34px; padding: 42px; }
.profile-content section { min-width: 0; }
.profile-content h3 { margin: 0 0 14px; color: var(--red); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
#profile-bio { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
#profile-bio p { margin: 0; color: #496278; font-size: .96rem; line-height: 1.8; }
.profile-tags, .profile-links { display: flex; flex-wrap: wrap; gap: 9px; }
.profile-tags span { padding: 8px 12px; color: #38536d; background: #f0f7fb; border: 1px solid #d8e8f1; border-radius: 999px; font-size: .72rem; font-weight: 700; }
.profile-links a { max-width: 100%; padding: 10px 14px; overflow-wrap: anywhere; color: white; background: var(--navy); border-radius: 999px; font-size: .74rem; font-weight: 800; }
.profile-links a:hover { background: #154b80; }
.publication-list { display: grid; gap: 13px; margin: 0; padding-left: 22px; }
.publication-list li { padding: 18px 20px; background: #f7fafc; border: 1px solid var(--line); border-radius: 16px; }
.publication-list p { margin: 0 0 8px; color: #465e74; font-size: .79rem; line-height: 1.6; }
.publication-list a { color: #086ea8; font-size: .72rem; font-weight: 800; overflow-wrap: anywhere; }

.community { position: relative; overflow: hidden; padding: 110px 0; color: white; background: var(--red); }
.community::after { content: "ARS"; position: absolute; right: -30px; bottom: -100px; color: rgba(255,255,255,.07); font-size: 24rem; font-weight: 900; line-height: 1; }
.community-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.community-kicker { display: block; margin-bottom: 25px; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.community h2 { font-size: clamp(3.4rem, 6vw, 6.2rem); }.community h2 em { color: var(--navy); }
.community-copy p { margin: 0 0 28px; font-size: .95rem; }
.button-light { color: var(--navy); background: white; }

.site-footer { color: #dfe6ee; background: #04132d; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 75px; }
.footer-brand img { width: 96px; height: 96px; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { max-width: 310px; margin-top: 20px; color: #8c9bae; font-size: .82rem; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-links h3 { margin: 0 0 20px; color: #687c94; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { display: block; width: max-content; margin: 10px 0; font-size: .78rem; }
.footer-links a:hover { color: #5bc7e9; }
.social-links { display: flex; flex-direction: column; align-items: flex-start; }
.social-link { display: inline-flex !important; gap: 10px; align-items: center; min-width: 135px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; transition: color .2s, background .2s, border-color .2s; }
.social-link:hover { color: white !important; background: rgba(255,255,255,.07); border-color: rgba(91,199,233,.55); }
.social-link svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-link span { font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #71839a; font-size: .6rem; letter-spacing: .08em; }
.footer-bottom i { display: inline-block; width: 3px; height: 3px; margin: 0 7px; background: var(--red); border-radius: 50%; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 84px; }.brand { width: 78px; height: 76px; }.brand img { width: 74px; height: 72px; }
  .menu-toggle { display: block; margin-left: auto; cursor: pointer; }
  .site-nav { position: fixed; inset: 84px 0 auto; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 15px 24px 25px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 12px 25px rgba(7,31,74,.08); }
  .site-nav.open { display: flex; }.site-nav a { width: 100%; padding: 13px 0; }
  .hero { min-height: calc(100vh - 84px); }.hero-grid { grid-template-columns: 1fr; gap: 45px; padding-block: 70px 35px; }.hero-card { max-width: 520px; }
  .split-layout, .section-heading, .workshop-intro { grid-template-columns: 1fr; gap: 28px; }.program-grid, .team-grid, .department-grid { grid-template-columns: repeat(2, 1fr); }
  .program-card, .community-model .program-card:nth-child(4), .community-model .program-card:nth-child(5) { grid-column: auto; }
  .journey { flex-wrap: wrap; }.journey strong { width: 100%; }.journey i { transform: rotate(90deg); }
  .workshop-weeks { grid-template-columns: 1fr; }.workshop-week { min-height: 0; }.workshop-details { grid-template-columns: 1fr 1fr; }.workshop-details .button { width: max-content; }
  .community-inner { grid-template-columns: 1fr; gap: 48px; }.community-copy { max-width: 480px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 30px, var(--container)); }.language-switch { margin-left: -6px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }.hero-grid { padding-top: 54px; }.hero-actions { align-items: flex-start; flex-direction: column; }.ribbon { right: -520px; }
  .section { padding: 85px 0; }.about-columns, .purpose-grid, .stats { grid-template-columns: 1fr; gap: 22px; }.stats { margin-top: 45px; }.stats > div { display: flex; align-items: baseline; gap: 18px; }
  .section-heading { margin-bottom: 45px; }.program-grid, .team-grid, .department-grid { grid-template-columns: 1fr; }.program-card { min-height: 350px; }
  .journey { align-items: flex-start; flex-direction: column; }.journey i { transform: rotate(90deg); }.department-card { min-height: 230px; }.department-note { text-align: left; }
  .workshop-weeks { margin-top: 45px; }.workshop-details { grid-template-columns: 1fr; }.workshop-details .button { width: 100%; }.week-label { margin-top: 35px; }
  .person-card { min-height: 380px; }.community { padding: 85px 0; }.community h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .profile-dialog { width: calc(100% - 18px); max-height: 94vh; border-radius: 20px; }.profile-header { grid-template-columns: 1fr; gap: 20px; padding: 34px 24px; }.profile-header img { width: 125px; height: 125px; }.profile-content { gap: 28px; padding: 30px 24px; }#profile-bio { grid-template-columns: 1fr; gap: 16px; }.profile-close { top: 10px; margin: 10px 10px -52px 0; }
  .footer-top { grid-template-columns: 1fr; gap: 45px; }.footer-bottom { flex-direction: column; }.footer-bottom span:last-child { line-height: 2; }
}

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