@font-face {
    font-family: "PP Editorial New";
    src: local("PP Editorial New"), local("PPEditorialNew-Variable"), url("https://pangrampangram.com/cdn/shop/files/PPEditorialNew-Variable.woff2?v=7118928251243937550") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --bg: #fafafa;
    --surface: #fff;
    --ink: #262626;
    --ink-2: #434343;
    --muted: #7d7d7d;
    --line: rgba(38, 38, 38, .13);
    --line-soft: rgba(38, 38, 38, .075);
    --lime: #3182f6;
    --lime-soft: #eaf3ff;
    --blue: #8ecbff;
    --blue-deep: #174a9c;
    --sans: "Albert Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
    --serif: "Times New Roman", Times, serif;
    --display: "PP Editorial New", "Editorial New", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 16px/1.55 var(--serif); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 80px 80px; opacity: .22; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, h4, p { text-wrap: pretty; }
h1, h2, h3, h4, .wordmark { font-family: var(--sans); }
h1, h2, h3, h4 { margin: 0; line-height: .98; letter-spacing: -.055em; }
em { font-style: normal; }
.container { width: min(calc(100% - 96px), 1260px); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 999px; background: var(--ink); color: #fff; text-decoration: none; }
.skip-link:focus { top: 18px; }
.side-rail { display: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: transform .28s ease; }
.site-header.is-hidden { transform: translateY(-120%); }
.metadata-bar { height: 39px; background: var(--lime-soft); border-bottom: 1px solid rgba(49, 130, 246, .34); }
.metadata-bar__inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; color: #173f78; font-size: 12px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
.metadata-bar__middle { text-align: center; }
.metadata-bar__status { justify-self: end; }
.metadata-bar__status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(49, 130, 246, .18); }

.nav { height: 76px; margin-top: 13px; padding: 0 20px 0 22px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(38, 38, 38, .08); border-radius: 999px; background: rgba(255, 255, 255, .76); box-shadow: 0 18px 45px rgba(31, 31, 31, .08); backdrop-filter: blur(22px) saturate(1.25); }
.wordmark { position: relative; width: 110px; height: 50px; flex: 0 0 auto; overflow: hidden; text-decoration: none; }
.wordmark__logo { position: absolute; left: -11px; top: -36px; width: 130px; height: 130px; max-width: none; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.nav-links a { text-decoration: none; font-size: 17px; font-weight: 600; line-height: 1; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--lime); transition: right .2s ease; }
.nav-links > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { min-height: 50px; display: inline-flex; align-items: center; gap: 18px; padding: 0 24px; border-radius: 999px; background: var(--ink); color: #fff; box-shadow: 4px 4px 0 var(--lime); }
.nav-cta span { color: var(--lime); }
.nav-toggle { display: none; }

.hero { position: relative; min-height: 100svh; padding: 178px 0 52px; overflow: hidden; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; border: 1px solid var(--line); border-radius: 50%; }
.hero::before { width: 520px; height: 520px; left: -320px; top: 190px; box-shadow: inset 0 0 0 80px transparent, inset 0 0 0 81px var(--line), inset 0 0 0 160px transparent, inset 0 0 0 161px var(--line); }
.hero::after { width: 380px; height: 235px; right: -170px; top: 275px; border-radius: 50%; transform: rotate(-28deg); background: var(--blue); filter: blur(20px); opacity: .48; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr); }
.hero__copy { width: min(100%, 970px); margin-inline: auto; text-align: center; }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 28px; color: var(--blue-deep); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 2px; background: var(--lime); box-shadow: 10px 0 0 rgba(49, 130, 246, .24); }
.hero h1 { position: relative; padding: 22px 0; font-size: clamp(54px, 7.8vw, 106px); font-weight: 700; line-height: .9; letter-spacing: -.075em; white-space: nowrap; }
.hero h1 em { display: inline-block; transform: skewX(-7deg); }
.hero h1 i, h2 i { color: var(--lime); font-style: normal; }
.hero__slogan { margin: 28px auto 0; color: var(--ink); font-size: clamp(23px, 2.35vw, 33px); font-weight: 600; line-height: 1.25; }
.hero__founded { margin: 13px auto 0; color: var(--blue-deep); font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero__lead { max-width: 800px; margin: 20px auto 0; color: var(--ink-2); font-size: 20px; line-height: 1.5; }
.hero__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 30px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 17px; font-weight: 600; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--ink); color: #fff; box-shadow: 4px 4px 0 var(--lime); }
.button--primary span { color: var(--lime); }
.button--ghost { border-color: var(--line); background: #fff; }
.button--ghost:hover { box-shadow: 4px 4px 0 var(--blue); }
.button--disabled { border-color: var(--line); background: rgba(255,255,255,.55); color: var(--muted); cursor: default; }
.button--disabled:hover { transform: none; }
.hero__stats { width: min(100%, 840px); margin: 38px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.75); }
.hero__stats div { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); }
.hero__stats div:last-child { border: 0; }
.hero__stats strong { font-size: 30px; line-height: 1; letter-spacing: -.05em; }
.hero__stats span { color: var(--muted); font-size: 15px; font-weight: 600; text-transform: uppercase; }

.hero-art { position: relative; min-height: 650px; margin-top: 56px; padding: 52px; overflow: hidden; border: 1px solid var(--line); border-radius: 36px; background-color: #f3f4f1; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 46px 46px; box-shadow: 0 40px 100px rgba(38,38,38,.1); }
.plate { margin: 0; }
.plate--main { position: absolute; inset: 52px 78px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 24px 60px rgba(38,38,38,.12); }
.plate--main > img { width: 100%; height: calc(100% - 42px); object-fit: cover; filter: saturate(.86) contrast(1.02); }
.plate figcaption { height: 42px; display: flex; align-items: center; justify-content: flex-end; gap: 20px; padding: 0 16px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.corner { position: absolute; z-index: 2; width: 15px; height: 15px; background: var(--lime); }
.corner--tl { left: -1px; top: -1px; }
.corner--tr { right: -1px; top: -1px; }
.corner--bl { left: -1px; bottom: 41px; }
.corner--br { right: -1px; bottom: 41px; }
.hero-art__logo { position: absolute; z-index: 5; left: 18px; top: 18px; width: 112px; height: 112px; padding: 9px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 20px 40px rgba(38,38,38,.14); transform: rotate(-3deg); }
.hero-art__logo img { width: 100%; height: 100%; border-radius: 13px; object-fit: cover; }
.hero-art__note { position: absolute; left: 18px; bottom: 22px; margin: 0; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.section { position: relative; padding: 76px 0; }
.about { padding: 48px 0 72px; }
.section-rule { display: grid; grid-template-columns: 1fr; align-items: center; gap: 18px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.about__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 8vw, 125px); padding-top: 48px; }
h2 { max-width: 800px; font-size: clamp(50px, 6.1vw, 84px); font-weight: 700; }
h2 em { position: relative; z-index: 0; }
h2 em::after { content: ""; position: absolute; z-index: -1; left: -2px; right: -3px; bottom: .03em; height: .18em; background: var(--lime); }
.about__grid .eyebrow, .section-heading .eyebrow, .archive__intro .eyebrow, .join .eyebrow { justify-content: flex-start; }
.about__body { padding-top: 36px; }
.about__body p { margin: 0; color: var(--ink-2); font-size: 19px; line-height: 1.65; }
.about__body p + p { margin-top: 28px; }
.city-globe { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); align-items: stretch; min-height: 300px; margin-top: 46px; }
.city-globe__visual { position: relative; min-height: 300px; overflow: hidden; isolation: isolate; }
.city-globe canvas { position: absolute; z-index: 0; left: 50%; top: 50%; width: 300px; height: auto; aspect-ratio: 1; display: block; pointer-events: none; transform: translate(-50%, -50%); }
.city-globe__legend { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 18px; align-content: center; padding-left: clamp(22px, 4vw, 64px); }
.city-globe__legend > span { min-width: 0; min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 17px 4px 14px; border-top: 1px solid var(--line); transition: border-color .2s ease, transform .2s ease; }
.city-globe__legend b { font-family: var(--sans); font-size: 18px; font-weight: 650; line-height: 1.15; letter-spacing: -.025em; }
.city-globe__legend small { margin-top: 8px; color: var(--muted); font-family: var(--sans); font-size: 9px; font-weight: 600; line-height: 1.35; letter-spacing: .035em; text-transform: uppercase; }
.city-globe__legend > span:hover { border-color: var(--lime); transform: translateY(-2px); }
.city-globe__legend .city-globe__more b { color: var(--blue-deep); font-family: var(--display); font-size: 34px; font-weight: 700; letter-spacing: .08em; line-height: .7; }

.work { background: #f3f4f1; }
.section-heading { padding-top: 42px; }
.section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading--split > p { max-width: 460px; margin: 0 0 7px; color: var(--muted); font-size: 18px; line-height: 1.5; }
.practice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 42px; }
.practice-card { position: relative; min-height: 310px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 18px 50px rgba(38,38,38,.055); transition: transform .2s ease, background .2s ease, color .2s ease; }
.practice-card::after { content: ""; position: absolute; right: -90px; bottom: -90px; width: 180px; height: 180px; border: 1px solid var(--line); border-radius: 50%; box-shadow: inset 0 0 0 28px transparent, inset 0 0 0 29px var(--line); }
.practice-card:hover { transform: translateY(-4px); background: var(--ink); color: #fff; }
.practice-card__top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 13px; font-weight: 650; text-transform: uppercase; }
.practice-card__num { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: var(--lime); color: var(--ink); }
.practice-card h3 { max-width: 300px; margin: 58px 0 16px; font-size: 25px; font-weight: 700; }
.practice-card p { max-width: 300px; margin: 0; color: var(--muted); font-size: 17px; }
.practice-card a { position: absolute; z-index: 2; left: 26px; bottom: 25px; color: inherit; font-size: 15px; font-weight: 700; text-decoration: none; }
.practice-card a span { color: var(--lime); }
.practice-card__arrow { position: absolute; z-index: 2; right: 22px; bottom: 22px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); }

.upcoming-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 24px; margin-top: 42px; }
.upcoming-card, .upcoming-card--reverse { min-width: 0; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: 360px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: 0 30px 80px rgba(38,38,38,.08); }
.upcoming-card--reverse .event-image { order: 0; }
.event-image { position: relative; min-width: 0; margin: 0; padding: 16px; background: #f0f1ee; }
.event-image::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 38px 38px; }
.event-image img { position: relative; width: 100%; height: 100%; object-fit: cover; border-radius: 21px; filter: saturate(.9); }
.event-image--contain { background: #11132d; }
.event-image--contain::before { display: none; }
.event-image--contain img { object-fit: contain; object-position: center; filter: none; }
.event-image__date { position: absolute; z-index: 4; left: 28px; top: 28px; padding: 10px 14px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.event-image .corner { display: none; }
.upcoming-card__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 4vw, 52px); }
.event-type { color: var(--blue-deep); font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.upcoming-card h3 { max-width: 660px; margin: 24px 0 18px; font-size: clamp(34px, 3.25vw, 48px); font-weight: 700; }
.upcoming-card__body p { margin: 0 0 38px; color: var(--muted); }

.archive { overflow: hidden; background: #1f1f1f; color: #fff; }
.archive::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 400px; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; }
.archive .section-rule { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.48); }
.archive .eyebrow, .archive .text-link span, .archive .event-card__link { color: var(--lime); }
.archive__intro { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-top: 42px; }
.text-link { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.3); color: #fff; text-decoration: none; font-size: 15px; font-weight: 650; }
.series-block { position: relative; margin-top: 52px; }
.series-block__heading { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.18); }
.series-block__heading > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 700; }
.series-block__heading h3 { font-size: 34px; }
.series-block__heading p { margin: 9px 0 0; color: rgba(255,255,255,.58); font-size: 17px; }
.event-carousel { position: relative; }
.event-row { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(380px, 40vw, 540px); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-behavior: auto; touch-action: pan-y; cursor: grab; padding: 24px 0 28px; }
.event-row::-webkit-scrollbar { display: none; }
.event-row:focus-visible { outline: 2px solid var(--lime); outline-offset: 8px; }
.event-row.is-dragging { cursor: grabbing; user-select: none; }
.event-carousel__button { position: absolute; z-index: 7; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(49,130,246,.34); border-radius: 13px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(234,243,255,.92)); color: var(--blue-deep); box-shadow: 3px 3px 0 rgba(49,130,246,.88), 0 14px 30px rgba(0,0,0,.2); cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(12px); transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease; }
.event-carousel__button--prev { left: -18px; }
.event-carousel__button--next { right: -18px; }
.event-carousel__button > span { width: 9px; height: 9px; display: block; border: solid currentColor; border-width: 0 1.5px 1.5px 0; }
.event-carousel__button--prev > span { transform: translateX(2px) rotate(135deg); }
.event-carousel__button--next > span { transform: translateX(-2px) rotate(-45deg); }
.event-carousel__button:hover:not(:disabled) { border-color: var(--lime); background: #fff; color: var(--blue-deep); box-shadow: 5px 5px 0 var(--lime), 0 18px 36px rgba(0,0,0,.24); transform: translateY(-50%) scale(1.035); }
.event-carousel__button:active:not(:disabled) { box-shadow: 2px 2px 0 var(--lime), 0 8px 18px rgba(0,0,0,.2); transform: translateY(-50%) translate(1px, 1px); }
.event-carousel__button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.event-carousel__button:disabled { opacity: .22; box-shadow: none; cursor: default; }
.event-card { width: 100%; border-right: 1px solid rgba(255,255,255,.14); }
.event-card:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.event-card > a, .event-card__static { display: block; height: 100%; padding: 0 18px; color: inherit; text-decoration: none; }
.event-card figure { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 18px; background: #303030; }
.event-card figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .25s ease, filter .25s ease; }
.event-card a:hover img { transform: scale(1.02); filter: saturate(1); }
.event-card figure span { position: absolute; left: 12px; bottom: 12px; padding: 8px 11px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 700; }
.event-card > a > div, .event-card__static > div { padding: 24px 0 12px; }
.event-card p { margin: 0 0 14px; color: rgba(255,255,255,.58); font-size: 14px; text-transform: uppercase; }
.event-card h4 { min-height: 76px; font-size: 27px; font-weight: 650; line-height: 1.1; }
.event-card__link { display: block; margin-top: 30px; font-size: 15px; font-weight: 650; }
.event-card__link--muted { color: rgba(255,255,255,.4) !important; }

.partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.partners-grid > a, .partners-grid__more { min-height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 18px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .18s ease, transform .18s ease; }
.partners-grid a:hover { background: var(--lime-soft); }
.partners-grid img { width: 100%; height: 42px; object-fit: contain; filter: grayscale(1) contrast(.85); mix-blend-mode: multiply; }
.partners-grid span { color: var(--muted); font-size: 11px; font-weight: 650; text-align: center; text-transform: uppercase; }
.partners-grid__more span { color: var(--blue-deep); font-family: var(--sans); font-size: 42px; font-weight: 500; line-height: 1; letter-spacing: .12em; transform: translateY(-6px); }
.partners-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; text-align: right; text-transform: uppercase; }

.join { background: var(--lime-soft); }
.join__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 135px); align-items: start; padding-top: 42px; }
.join h2 { font-size: clamp(50px, 5.6vw, 76px); }
.join__copy > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 0; color: var(--ink-2); font-size: 19px; line-height: 1.55; }
.join__coordinates { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 32px; color: var(--muted); font-size: 13px; font-weight: 650; text-transform: uppercase; }
.join__coordinates span + span::before { content: "·"; margin-right: 16px; color: var(--blue-deep); }
.join__form { max-height: 680px; overflow: hidden auto; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: 0 30px 80px rgba(38,38,38,.13); scrollbar-color: var(--lime) transparent; }
.join__form-head { position: sticky; top: 0; z-index: 3; display: flex; justify-content: space-between; gap: 20px; padding: 16px 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); color: var(--muted); font-size: 13px; font-weight: 650; text-transform: uppercase; backdrop-filter: blur(14px); }
.join__form iframe { display: block; width: 100%; padding: 8px; border: 0; color-scheme: light; }

.home-contact { background: #fff; }
.home-contact__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.home-contact__card { min-width: 0; display: grid; grid-template-columns: 138px minmax(0, 1fr); gap: 30px; align-items: start; min-height: 330px; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: var(--bg); box-shadow: 0 20px 60px rgba(38,38,38,.055); transition: transform .55s cubic-bezier(.22,1,.36,1), box-shadow .55s cubic-bezier(.22,1,.36,1); }
.home-contact__card:hover { transform: translateY(-4px); box-shadow: 0 30px 76px rgba(38,38,38,.09); }
.home-contact__photo { width: 138px; aspect-ratio: 1; border-radius: 20px; object-fit: cover; box-shadow: 9px 10px 0 var(--lime-soft); }
.home-contact__body { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; height: 100%; }
.home-contact__body h3 { margin: 3px 0 7px; font-size: 35px; line-height: 1; }
.home-contact__role { margin: 0 0 18px; color: var(--blue-deep); font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-contact__body > p:not(.home-contact__role) { margin: 0 0 28px; color: var(--ink-2); font-size: 17px; line-height: 1.6; }
.home-contact__body > a { min-height: 46px; display: inline-flex; align-items: center; gap: 16px; margin-top: auto; padding: 0 19px; border-radius: 999px; background: var(--ink); color: #fff; box-shadow: 3px 3px 0 var(--lime); text-decoration: none; font-size: 15px; font-weight: 650; }
.home-contact__body > a span { color: var(--lime); }

.footer { padding: 64px 0 54px; overflow: hidden; background: #1f1f1f; color: #fff; }
.footer .section-rule { border-color: rgba(255,255,255,.17); color: rgba(255,255,255,.45); }
.footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; margin-top: 44px; }
.footer__top p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; font-weight: 600; text-transform: uppercase; }
.footer__top div { display: flex; flex-direction: column; gap: 10px; }
.footer__top a { width: fit-content; color: #fff; text-decoration: none; font-size: 15px; font-weight: 600; }
.footer__top a:hover { color: var(--lime); }

/* Display type: Editorial New Bold across every headline level. */
h1, h2, h3, h4 {
    font-family: var(--display);
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
    font-variation-settings: "wght" 700;
}

/* Motion language: soft editorial reveals, quiet ambient drift and restrained hover depth. */
.hero-title__mask { display: inline-block; overflow: hidden; padding: .08em .02em .1em; margin: -.08em -.02em -.1em; vertical-align: bottom; }
.hero-title__word { display: inline-block; will-change: transform, opacity; }
.hero-title__blue { color: var(--blue-deep); }
.hero-art, .upcoming-card, .event-image img, .plate--main > img, .partners-grid img { transition: transform .7s cubic-bezier(.22, 1, .36, 1), box-shadow .7s cubic-bezier(.22, 1, .36, 1), filter .7s ease; }
.hero-art:hover { transform: translateY(-4px); box-shadow: 0 46px 112px rgba(38,38,38,.13); }
.hero-art:hover .plate--main > img { transform: scale(1.012); }
.upcoming-card:hover { transform: translateY(-5px); box-shadow: 0 38px 92px rgba(38,38,38,.12); }
.upcoming-card:hover .event-image img { transform: scale(1.018); }
.partners-grid a:hover img { transform: translateY(-3px) scale(1.025); filter: grayscale(.2) contrast(.95); }

@keyframes intro-word {
    0% { opacity: 0; transform: translate3d(0, 115%, 0) rotate(2deg); }
    60% { opacity: 1; }
    100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(0); }
}
@keyframes intro-word-accent {
    0% { opacity: 0; transform: translate3d(0, 115%, 0) rotate(2deg) skewX(-7deg); }
    60% { opacity: 1; }
    100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(0) skewX(-7deg); }
}
@keyframes intro-rise {
    from { opacity: 0; transform: translate3d(0, 18px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes intro-plate {
    from { opacity: 0; clip-path: inset(9% 2% 9% 2% round 34px); transform: translate3d(0, 30px, 0) scale(.985); }
    to { opacity: 1; clip-path: inset(0 0 0 0 round 36px); transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes ambient-blue {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-28deg) scale(1); }
    45% { transform: translate3d(-22px, 14px, 0) rotate(-21deg) scale(1.06); }
    72% { transform: translate3d(8px, -9px, 0) rotate(-31deg) scale(.97); }
}
@keyframes ambient-logo {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-3deg); }
    50% { transform: translate3d(0, -7px, 0) rotate(-1deg); }
}

@media (prefers-reduced-motion: no-preference) {
    .metadata-bar { animation: intro-rise .75s .04s cubic-bezier(.22, 1, .36, 1) both; }
    .site-header .nav { animation: intro-rise .85s .12s cubic-bezier(.22, 1, .36, 1) both; }
    .hero-title__mask:first-child .hero-title__word { animation: intro-word .95s .2s cubic-bezier(.16, 1, .3, 1) both; }
    .hero-title__mask:nth-child(2) .hero-title__word { animation: intro-word-accent 1s .31s cubic-bezier(.16, 1, .3, 1) both; }
    .hero__slogan { animation: intro-rise .8s .5s cubic-bezier(.22, 1, .36, 1) both; }
    .hero__founded { animation: intro-rise .8s .59s cubic-bezier(.22, 1, .36, 1) both; }
    .hero__lead { animation: intro-rise .85s .68s cubic-bezier(.22, 1, .36, 1) both; }
    .hero__actions { animation: intro-rise .85s .77s cubic-bezier(.22, 1, .36, 1) both; }
    .hero__stats { animation: intro-rise .9s .86s cubic-bezier(.22, 1, .36, 1) both; }
    .hero-art { animation: intro-plate 1.15s .66s cubic-bezier(.16, 1, .3, 1) backwards; }
    .hero::after { animation: ambient-blue 13s 1.6s ease-in-out infinite; }
    .hero-art__logo { animation: ambient-logo 5.5s 1.7s ease-in-out infinite; }
    .motion-reveal { opacity: 0; transform: translate3d(0, 14px, 0); transition: opacity .66s cubic-bezier(.22, 1, .36, 1), transform .66s cubic-bezier(.22, 1, .36, 1); transition-delay: var(--motion-delay, 0ms); will-change: opacity, transform; }
    .motion-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
    .motion-reveal[data-motion="scale"] { transform: translate3d(0, 14px, 0); }
    .motion-reveal[data-motion="scale"].is-visible { transform: translate3d(0, 0, 0); }
    .motion-reveal[data-motion="scale"].is-visible.practice-card:hover,
    .motion-reveal[data-motion="scale"].is-visible.upcoming-card:hover,
    .motion-reveal[data-motion="scale"].is-visible.home-contact__card:hover { transform: translate3d(0, -5px, 0); }
}

@media (max-width: 1079px) {
    .container { width: min(calc(100% - 64px), 960px); }
    .metadata-bar__middle { display: none; }
    .metadata-bar__inner { grid-template-columns: 1fr auto; }
    .nav-links > a:not(.nav-cta) { display: none; }
    .about__grid, .section-heading--split, .join__grid { grid-template-columns: 1fr; }
    .about__body { padding-top: 0; }
    .section-heading--split { gap: 32px; align-items: start; }
    .city-globe { grid-template-columns: 280px minmax(0, 1fr); }
    .city-globe canvas { width: 280px; }
    .city-globe__legend { padding-left: 24px; gap: 10px 14px; }
    .city-globe__legend b { font-size: 16px; }
    .practice-grid { grid-template-columns: 1fr 1fr; }
    .upcoming-card, .upcoming-card--reverse { min-height: 680px; grid-template-columns: minmax(0, 1fr); grid-template-rows: 320px 1fr; }
    .upcoming-card__body { padding: 34px; }
    .partners-grid { grid-template-columns: repeat(3, 1fr); }
    .home-contact__card { grid-template-columns: 112px minmax(0, 1fr); gap: 22px; padding: 28px; }
    .home-contact__photo { width: 112px; }
}

@media (max-width: 760px) {
    .container { width: min(calc(100% - 32px), 700px); }
    .metadata-bar { display: none; }
    .nav { height: 62px; margin-top: 10px; padding: 0 10px 0 14px; }
    .wordmark { width: 96px; height: 44px; }
    .wordmark__logo { left: -10px; top: -31px; width: 113px; height: 113px; }
    .nav-toggle { min-height: 40px; display: inline-flex; align-items: center; gap: 9px; padding: 0 13px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font: 600 11px/1 var(--sans); }
    .nav-toggle i, .nav-toggle i::before { display: block; width: 15px; height: 1px; background: currentColor; content: ""; transition: transform .18s ease; }
    .nav-toggle i::before { transform: translateY(5px); }
    .nav-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
    .nav-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }
    .nav-links { display: none; position: absolute; top: 82px; left: 16px; right: 16px; padding: 14px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 24px 60px rgba(38,38,38,.16); backdrop-filter: blur(18px); }
    .nav-links.is-open { display: grid; }
    .nav-links > a:not(.nav-cta) { min-height: 44px; display: flex; align-items: center; padding: 0 8px; border-bottom: 1px solid var(--line); }
    .nav-cta { margin-top: 10px; }
    .hero { min-height: auto; padding: 116px 0 42px; }
    .hero::after { right: -250px; opacity: .35; }
    .hero h1 { padding: 18px 0; font-size: clamp(30px, 10.4vw, 54px); line-height: .92; white-space: nowrap; }
    .hero__slogan { margin-top: 22px; font-size: 21px; }
    .hero__founded { max-width: 290px; font-size: 11px; line-height: 1.5; }
    .hero__lead { font-size: 16px; }
    .hero__stats { border-radius: 22px; }
    .hero__stats div { min-height: 86px; flex-direction: column; gap: 6px; }
    .hero__stats strong { font-size: 24px; }
    .hero__stats span { font-size: 12px; }
    .hero-art { min-height: 500px; margin-top: 42px; padding: 14px; border-radius: 24px; }
    .plate--main { inset: 42px 14px 56px; border-radius: 17px; }
    .plate--main > img { height: calc(100% - 38px); }
    .hero-art__logo { left: 4px; top: 4px; width: 80px; height: 80px; border-radius: 14px; }
    .hero-art__note { display: none; }
    .section { padding: 58px 0; }
    .about { padding-top: 34px; }
    .section-rule { grid-template-columns: 1fr; gap: 8px; font-size: 10px; }
    .section-rule span:nth-child(2) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .event-carousel__button { width: 40px; height: 40px; border-radius: 12px; }
    .event-carousel__button--prev { left: 6px; }
    .event-carousel__button--next { right: 6px; }
    .about__grid, .section-heading { padding-top: 40px; }
    h2 { font-size: clamp(43px, 12vw, 62px); }
    .about__body p { font-size: 16px; }
    .city-globe { grid-template-columns: 1fr; min-height: 0; margin-top: 34px; }
    .city-globe__visual { min-height: 290px; }
    .city-globe canvas { top: 50%; width: min(96%, 280px); }
    .city-globe__legend { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; padding-left: 0; }
    .city-globe__legend > span { min-height: 76px; padding: 14px 2px 10px; }
    .practice-grid { grid-template-columns: 1fr; margin-top: 42px; }
    .upcoming-grid { grid-template-columns: minmax(0, 1fr); margin-top: 42px; }
    .upcoming-card, .upcoming-card--reverse { min-height: 0; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto; border-radius: 24px; }
    .event-image { min-height: 370px; }
    .upcoming-card__body { padding: 38px 22px 44px; }
    .upcoming-card h3 { font-size: 36px; }
    .archive__intro { display: block; }
    .archive__intro .text-link { display: inline-block; margin-top: 34px; }
    .series-block { margin-top: 52px; }
    .event-row { grid-auto-columns: 84vw; gap: 12px; }
    .partners-grid { grid-template-columns: repeat(2, 1fr); margin-top: 38px; border-radius: 18px; }
    .partners-grid > a, .partners-grid__more { min-height: 112px; padding: 16px 10px; }
    .join__grid { padding-top: 38px; }
    .join__form { max-height: 620px; border-radius: 22px; }
    .home-contact__grid { grid-template-columns: 1fr; }
    .home-contact__card { grid-template-columns: 104px minmax(0, 1fr); min-height: 0; gap: 20px; padding: 24px; border-radius: 22px; }
    .home-contact__photo { width: 104px; border-radius: 17px; }
    .home-contact__body h3 { font-size: 30px; }
    .footer__top { grid-template-columns: 1fr 1fr; }
    .footer__top > p { grid-column: 1 / -1; }
}

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