/* ── FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --black: #080808;
  --off-black: #0f0f0f;
  --surface: #161616;
  --surface2: #1e1e1e;
  --border: rgba(255,255,255,0.08);
  --border2: rgba(255,255,255,0.13);
  --white: #f0ede8;
  --white2: rgba(240,237,232,0.7);
  --white3: rgba(240,237,232,0.35);
  --white4: rgba(240,237,232,0.12);
  --bg: #f8f7f5;
  --bg2: #f0ede8;
  --bg3: #e8e5e0;
  --ink: #111110;
  --ink2: #3a3936;
  --ink3: #888580;
  --ink4: #c0bdb8;
  --lborder: #e2dfd9;
  --lborder2: #c8c5bf;
  --lsurface: #ffffff;
  --lsurface2: #f3f0eb;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); overflow-x: hidden; -webkit-font-smoothing: antialiased; cursor: none; }

/* ── CURSOR ── */
.cursor { position: fixed; pointer-events: none; z-index: 9999; width: 20px; height: 24px; transform: translate(-50%,-50%); mix-blend-mode: difference; transition: width 0.22s cubic-bezier(0.22,1,0.36,1), height 0.22s cubic-bezier(0.22,1,0.36,1); }
.cursor svg { width: 100%; height: 100%; display: block; overflow: visible; }
.cursor-ring { position: fixed; pointer-events: none; z-index: 9998; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid white; mix-blend-mode: difference; transform: translate(-50%,-50%); transition: width 0.3s cubic-bezier(0.22,1,0.36,1), height 0.3s cubic-bezier(0.22,1,0.36,1); }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 2px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--lborder2); }

/* ── GRAIN OVERLAY ── */
body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.028'/%3E%3C/svg%3E"); opacity: 1; pointer-events: none; z-index: 9000; }

/* ── FONT CLASSES ── */
.font-serif { font-family: var(--serif); }
.font-sans { font-family: var(--sans); }

/* ── NAV ── */
nav#nav { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; background: rgba(15,15,15,0.75); backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px); border: 1px solid var(--border2); border-radius: 100px; padding: 5px 5px 5px 18px; gap: 0; z-index: 8000; box-shadow: 0 4px 32px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.06); white-space: nowrap; transition: background 0.3s; }
nav#nav.light { background: rgba(248,247,245,0.88); border-color: rgba(0,0,0,0.1); box-shadow: 0 2px 20px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04); }
nav#nav.light .nav-logo-name { color: var(--ink); }
nav#nav.light .nav-btn { color: rgba(17,17,16,0.55); }
nav#nav.light .nav-btn:hover, nav#nav.light .nav-btn.active { background: rgba(0,0,0,0.06); color: var(--ink); }
nav#nav.light .nav-logo { border-right-color: rgba(0,0,0,0.1); }
nav#nav.light .nav-cta { background: var(--ink); color: var(--bg); }
nav#nav.light .nav-dd { background: rgba(248,247,245,0.98); border-color: rgba(0,0,0,0.1); }
nav#nav.light .dd-link:hover { background: rgba(0,0,0,0.04); }
nav#nav.light .dd-icon { background: var(--bg2); border-color: var(--lborder); }
nav#nav.light .dd-icon svg { stroke: var(--ink3); }
nav#nav.light .dd-text strong { color: var(--ink); }
nav#nav.light .dd-text span { color: var(--ink3); }
nav#nav.light .dd-sep { background: var(--lborder); }
nav#nav.light .dd-section-label { color: rgba(17,17,16,0.3); }

.nav-logo { text-decoration: none; display: flex; align-items: center; gap: 9px; padding-right: 14px; border-right: 1px solid var(--border); margin-right: 6px; flex-shrink: 0; }
.nav-logo-triangle { width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-logo-triangle svg { width: 16px; height: 16px; }
.nav-logo-name { font-family: var(--serif); font-size: 0.78rem; color: var(--white); letter-spacing: 0.06em; font-weight: 400; }
.nav-links { display: flex; align-items: center; gap: 0; }
.nav-item { position: relative; }
.nav-btn { display: flex; align-items: center; gap: 5px; padding: 7px 13px; border-radius: 100px; font-size: 0.73rem; letter-spacing: 0.02em; color: #fff;     text-decoration: none; font-weight: 400; background: none; border: none; cursor: none; font-family: var(--sans); transition: background 0.15s, color 0.15s; }
.nav-btn:hover, .nav-btn.active { background: var(--white4); color: var(--white); }
.nav-btn svg { width: 7px; height: 7px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; transition: transform 0.2s; opacity: 0.5; }
.nav-item:hover .nav-btn svg { transform: rotate(180deg); }

/* ── DROPDOWN ── */
.nav-dd { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(-6px); background: rgba(18,18,18,0.96); backdrop-filter: blur(24px); border: 1px solid var(--border2); border-radius: 16px; padding: 7px; min-width: 260px; box-shadow: 0 20px 60px rgba(0,0,0,0.6), 0 2px 8px rgba(0,0,0,0.4); opacity: 0; pointer-events: none; transition: opacity 0.18s, transform 0.18s;  margin-top: -12px; padding-top: 19px; }
.nav-item:hover .nav-dd { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.dd-link { display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: 10px; text-decoration: none; cursor: none; transition: background 0.12s; }
.dd-link:hover { background: var(--white4); }
.dd-icon { width: 30px; height: 30px; border-radius: 7px; background: var(--surface); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dd-icon svg { width: 13px; height: 13px; stroke: var(--white3); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.dd-text strong { display: block; font-size: 0.78rem; font-weight: 500; color: var(--white); line-height: 1.2; }
.dd-text span { font-size: 0.66rem; color: var(--white3); }
.dd-sep { height: 1px; background: var(--border); margin: 5px 4px; }
.dd-section-label { font-size: 0.56rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(240,237,232,0.22); padding: 6px 12px 2px; font-weight: 400; }
.nav-cta { margin-left: 6px; font-size: 0.72rem; font-weight: 500;     text-decoration: none; letter-spacing: 0.03em; padding: 8px 18px; border-radius: 100px; background: var(--white); color: var(--black); border: none; cursor: none; font-family: var(--sans); transition: opacity 0.18s; flex-shrink: 0; }
.nav-cta:hover { opacity: 0.88; }
.nav-ham { display: none; flex-direction: column; gap: 4px; cursor: none; padding: 8px; background: none; border: none; margin-left: 4px; }
.nav-ham span { display: block; width: 18px; height: 1px; background: var(--white3); }

.mob-menu { display: none; position: fixed; top: 70px; left: 50%; transform: translateX(-50%); background: rgba(18,18,18,0.96); backdrop-filter: blur(24px); border: 1px solid var(--border2); border-radius: 16px; padding: 1.2rem; z-index: 7999; min-width: 220px; box-shadow: 0 20px 60px rgba(0,0,0,0.6); flex-direction: column; gap: 4px; max-height: 80vh; overflow-y: auto; }
.mob-menu.open { display: flex; }
.mob-menu button, .mob-menu a { font-size: 0.88rem; color: var(--white2); text-decoration: none; background: none; border: none; cursor: none; font-family: var(--sans); padding: 9px 12px; text-align: left; border-radius: 8px; transition: background 0.12s; }
.mob-menu button:hover, .mob-menu a:hover { background: var(--white4); }
.mob-menu .mob-sub { padding-left: 2rem; font-size: 0.8rem; color: rgba(240,237,232,0.45); }
.mob-menu .mob-label { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(240,237,232,0.25); padding: 6px 12px 2px; pointer-events: none; }

/* ── SHARED COMPONENTS ── */
.eyebrow { font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink3); font-weight: 400; margin-bottom: 1rem; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--lborder2); }
.sh { font-family: var(--serif); font-size: clamp(2rem,4vw,3rem); line-height: 1.08; color: var(--ink); margin-bottom: 1.2rem; font-weight: 300; }
.sb { font-size: 0.88rem; color: var(--ink2); line-height: 1.85; font-weight: 300; max-width: 520px; }
.sec { padding: 7rem 6%; }
.sec-inner { max-width: 1240px; margin: 0 auto; }
.card { background: var(--lsurface); border: 1px solid var(--lborder); border-radius: 14px; overflow: hidden; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; }
.card:hover { border-color: var(--lborder2); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.06); }
.card-pad { padding: 2rem 1.8rem; }
.tl { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink3); text-decoration: none; border-bottom: 1px solid var(--lborder); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; cursor: none; }
.tl:hover { color: var(--ink); border-color: var(--ink3); }
.btn { display: inline-flex; align-items: center; gap: 9px; background: var(--ink); color: var(--bg); font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; padding: 11px 22px; border-radius: 100px; border: none; cursor: none; font-family: var(--sans); text-decoration: none; transition: opacity 0.18s; }
.btn:hover { opacity: 0.8; }
.btn-outline { background: transparent; color: var(--ink2); border: 1px solid var(--lborder2); }
.btn-outline:hover { background: var(--bg2); opacity: 1; border-color: var(--ink3); }
.person { background: var(--lsurface); border: 1px solid var(--lborder); border-radius: 14px; overflow: hidden; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; }
.person:hover { border-color: var(--lborder2); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.07); }
.person-photo { aspect-ratio: 3/4; background: var(--bg2); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border-bottom: 1px solid var(--lborder); }
.person-photo svg { width: 40px; height: 40px; stroke: var(--lborder2); fill: none; stroke-width: 0.8; }
.person-photo-lbl { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink4); }
.person-info { padding: 1.4rem; }
.person-name { font-family: var(--serif); font-size: 1.1rem; color: var(--ink); margin-bottom: 3px; font-weight: 400; }
.person-role { font-size: 0.68rem; letter-spacing: 0.06em; color: var(--ink3); text-transform: uppercase; margin-bottom: 0.9rem; }
.person-bio { font-size: 0.78rem; color: var(--ink2); line-height: 1.72; font-weight: 300; }
.r { opacity: 0; transform: translateY(18px); transition: opacity 0.75s cubic-bezier(0.22,1,0.36,1), transform 0.75s cubic-bezier(0.22,1,0.36,1); }
.r.in { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.08s; } .d2 { transition-delay: 0.16s; } .d3 { transition-delay: 0.24s; } .d4 { transition-delay: 0.32s; }
.div { height: 1px; background: var(--lborder); margin: 4rem 0; }

/* ── PAGE HERO ── */
.ph { background: var(--bg2); min-height: 48vh; display: flex; align-items: flex-end; padding: 5rem 6% 4.5rem; position: relative; overflow: hidden; border-bottom: 1px solid var(--lborder); }
.ph::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px); background-size: 78px 78px; }
.ph-inner { position: relative; max-width: 1240px; width: 100%; margin: 0 auto; }
.ph .eyebrow { color: var(--ink3); }
.ph .eyebrow::before { background: var(--lborder2); }
.ph-title { font-family: var(--serif); font-size: clamp(2.5rem,5.5vw,4.2rem); color: var(--ink); line-height: 1.05; font-weight: 300; max-width: 720px; }
.ph-sub { font-size: 0.88rem; color: var(--ink2); line-height: 1.82; max-width: 520px; margin-top: 1.4rem; font-weight: 300; }

/* ── PAGE LAYOUT ── */
.page-content { padding-top: 80px; background: var(--bg); }

/* ── STATS ── */
.stats { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--lborder); background: var(--bg); }
.stat { padding: 2.4rem 2rem; text-align: center; border-right: 1px solid var(--lborder); }
.stat:last-child { border-right: none; }
.stat-n { font-family: var(--serif); font-size: 2.4rem; color: var(--ink); line-height: 1; font-weight: 300; }
.stat-l { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink3); margin-top: 0.5rem; }
.stat-bar { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--lborder); border-radius: 14px; overflow: hidden; margin-bottom: 3.5rem; }
.stat-bar-item { padding: 2rem 1.6rem; text-align: center; border-right: 1px solid var(--lborder); }
.stat-bar-item:last-child { border-right: none; }
.stat-bar-n { font-family: var(--serif); font-size: 2rem; color: var(--ink); line-height: 1; font-weight: 300; }
.stat-bar-l { font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink3); margin-top: 0.4rem; }

/* ── BENTO ── */
.bento { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--lborder); border: 1px solid var(--lborder); border-radius: 18px; overflow: hidden; margin-top: 3.5rem; }
.bento-cell { background: var(--lsurface); padding: 2.8rem 2.4rem; display: flex; flex-direction: column; gap: 1rem; cursor: none; transition: background 0.2s; position: relative; overflow: hidden; text-decoration: none; color: inherit; }
.bento-cell:hover { background: var(--bg2); }
.bento-cell.wide { grid-column: span 2; }
.bento-num { font-size: 0.58rem; letter-spacing: 0.24em; color: var(--ink3); }
.bento-icon { width: 38px; height: 38px; border-radius: 9px; border: 1px solid var(--lborder); background: var(--bg2); display: flex; align-items: center; justify-content: center; margin: 0.4rem 0; }
.bento-icon svg { width: 16px; height: 16px; stroke: var(--ink3); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.bento-name { font-family: var(--serif); font-size: 1.3rem; color: var(--ink); font-weight: 300; line-height: 1.1; }
.bento-desc { font-size: 0.79rem; color: var(--ink2); line-height: 1.72; font-weight: 300; }
.bento-link { margin-top: auto; font-size: 0.68rem; letter-spacing: 0.08em; color: var(--ink3); transition: color 0.2s; }
.bento-cell:hover .bento-link { color: var(--ink); }

/* ── PILLARS ── */
.pillars-sec { background: var(--black); padding: 0; overflow: hidden; }
.pillars-inner { max-width: 1440px; margin: 0 auto; display: flex; flex-direction: column; }
.pillars-header { padding: 5rem 6% 4rem; display: flex; flex-direction: column; gap: 1.2rem; }
.pillars-header .eyebrow { color: var(--white3); }
.pillars-header .eyebrow::before { background: var(--border2); }
.pillars-header .sh { color: var(--white); }
.pillars-track { display: flex; align-items: stretch; height: 560px; border-top: 1px solid var(--border); }
.pillar { flex: 1; position: relative; overflow: hidden; border-right: 1px solid var(--border); cursor: none; display: flex; flex-direction: column; justify-content: flex-end; transition: flex 0.55s cubic-bezier(0.22,1,0.36,1); outline: none; opacity: 0; transform: translateY(32px); transition: flex 0.55s cubic-bezier(0.22,1,0.36,1), opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.pillar:last-child { border-right: none; }
.pillar.in { opacity: 1; transform: translateY(0); }
.pillar.in { transition: flex 0.55s cubic-bezier(0.22,1,0.36,1), opacity 0s, transform 0s; }
.pillar:nth-child(1) { transition-delay: 0s; } .pillar:nth-child(2) { transition-delay: 0.07s; } .pillar:nth-child(3) { transition-delay: 0.14s; } .pillar:nth-child(4) { transition-delay: 0.21s; } .pillar:nth-child(5) { transition-delay: 0.28s; }
.pillar-fill { position: absolute; inset: 0; top: 100%; background: var(--off-black); transition: top 0.55s cubic-bezier(0.22,1,0.36,1); z-index: 0; }
.pillar:hover .pillar-fill, .pillar:focus .pillar-fill { top: 0; }
.pillar-line-wrap { position: absolute; left: 0; top: 0; bottom: 0; width: 1px; overflow: hidden; z-index: 2; }
.pillar-line { position: absolute; left: 0; bottom: 0; width: 1px; height: 0; background: rgba(240,237,232,0.5); transition: height 0.55s cubic-bezier(0.22,1,0.36,1) 0.05s; }
.pillar:hover .pillar-line, .pillar:focus .pillar-line { height: 100%; }
.pillar-content { position: relative; z-index: 1; padding: 2.4rem 2rem 2.6rem; display: flex; flex-direction: column; gap: 0.7rem; height: 100%; justify-content: flex-end; }
.pillar-num { position: absolute; top: 2rem; right: 1.8rem; font-size: 0.58rem; letter-spacing: 0.28em; color: var(--white3); font-weight: 300; transition: opacity 0.3s; }
.pillar:hover .pillar-num { opacity: 0.5; }
.pillar-icon { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border); background: rgba(255,255,255,0.04); display: flex; align-items: center; justify-content: center; margin-bottom: 0.4rem; flex-shrink: 0; transition: border-color 0.3s, background 0.3s, transform 0.4s cubic-bezier(0.22,1,0.36,1); }
.pillar-icon svg { width: 17px; height: 17px; color: var(--white3); transition: color 0.3s, transform 0.4s cubic-bezier(0.22,1,0.36,1); }
.pillar:hover .pillar-icon { border-color: var(--border2); background: rgba(255,255,255,0.08); transform: translateY(-4px); }
.pillar:hover .pillar-icon svg { color: var(--white); }
.pillar-name { font-family: var(--serif); font-size: clamp(1.5rem,2.2vw,2.2rem); color: var(--white); font-weight: 300; line-height: 1.05; letter-spacing: -0.01em; transition: transform 0.45s cubic-bezier(0.22,1,0.36,1); }
.pillar:hover .pillar-name { transform: translateY(-6px); }
.pillar-tagline { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white3); transition: opacity 0.3s, transform 0.45s cubic-bezier(0.22,1,0.36,1); }
.pillar:hover .pillar-tagline { opacity: 0.6; transform: translateY(-4px); }
.pillar-detail { overflow: hidden; max-height: 0; opacity: 0; transition: max-height 0.5s cubic-bezier(0.22,1,0.36,1), opacity 0.4s 0.08s; display: flex; flex-direction: column; gap: 1rem; }
.pillar:hover .pillar-detail, .pillar:focus .pillar-detail { max-height: 160px; opacity: 1; }
.pillar-detail p { font-size: 0.8rem; color: rgba(240,237,232,0.45); line-height: 1.75; font-weight: 300; margin: 0; }
.pillar-cta { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(240,237,232,0.5); padding-bottom: 2px; border-bottom: 1px solid rgba(240,237,232,0.18); align-self: flex-start; transition: color 0.2s, border-color 0.2s; }
.pillar:hover .pillar-cta { color: var(--white); border-color: rgba(240,237,232,0.45); }

/* ── LEADERSHIP DARK STRIP ── */
.lead-sec { background: var(--off-black); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.lead-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: start; max-width: 1240px; margin: 0 auto; padding: 7rem 6%; }
.lead-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.lead-sec .eyebrow { color: var(--white3); }
.lead-sec .eyebrow::before { background: var(--border2); }
.lead-sec .sh { color: var(--white); }
.lead-sec .sb { color: var(--white3); }
.lead-sec .btn-outline { color: var(--white); border-color: var(--border2); }
.lead-sec .btn-outline:hover { background: var(--white4); }
.lead-sec .person { background: var(--surface); border-color: var(--border); }
.lead-sec .person:hover { border-color: var(--border2); }
.lead-sec .person-photo { background: var(--surface2); border-bottom-color: var(--border); }
.lead-sec .person-photo svg { stroke: var(--border2); }
.lead-sec .person-photo-lbl { color: var(--border2); }
.lead-sec .person-name { color: var(--white); }
.lead-sec .person-role { color: var(--white3); }
.lead-sec .person-bio { color: var(--white3); }
.lead-sec .person-photo img {
    height: 100%;
    object-fit: cover;
}
/* ── FEATURE GRID ── */
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--lborder); border: 1px solid var(--lborder); border-radius: 14px; overflow: hidden; margin-top: 2.5rem; }
.feature-card { background: var(--lsurface); padding: 2.4rem 2rem; transition: background 0.2s; }
.feature-card:hover { background: var(--bg2); }
.feature-card-icon { width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--lborder); background: var(--bg2); display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.feature-card-icon svg { width: 18px; height: 18px; stroke: var(--ink3); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.feature-card-title { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); font-weight: 300; margin-bottom: 0.6rem; line-height: 1.2; }
.feature-card-body { font-size: 0.8rem; color: var(--ink2); line-height: 1.72; font-weight: 300; }

/* ── PORTFOLIO STRIP ── */
.portfolio-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--lborder); border: 1px solid var(--lborder); border-radius: 14px; overflow: hidden; margin-top: 2.5rem; }
.portfolio-cell { background: var(--lsurface); padding: 3rem 2.8rem; transition: background 0.2s; }
.portfolio-cell:hover { background: var(--bg2); }
.portfolio-cell-tag { font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink3); margin-bottom: 0.8rem; }
.portfolio-cell-name { font-family: var(--serif); font-size: 1.6rem; color: var(--ink); font-weight: 300; line-height: 1.1; margin-bottom: 0.8rem; }
.portfolio-cell-body { font-size: 0.84rem; color: var(--ink2); line-height: 1.78; font-weight: 300; margin-bottom: 1.5rem; }
.portfolio-cell-specs { display: flex; flex-wrap: wrap; gap: 6px; }
.ps { padding: 5px 10px; border: 1px solid var(--lborder); border-radius: 5px; background: var(--bg2); }
.ps-v { font-size: 0.8rem; font-weight: 500; color: var(--ink); display: block; }
.ps-k { font-size: 0.54rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink3); margin-top: 1px; display: block; }

/* ── ARC DETAILS ── */
.arc-details { display: flex; flex-direction: column; gap: 3px; margin-top: 2rem; }
.arc-detail { padding: 1.2rem 1.5rem; background: var(--lsurface); border: 1px solid var(--lborder); border-radius: 10px; }
.arc-detail-label { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink3); margin-bottom: 0.3rem; }
.arc-detail-val { font-size: 0.88rem; color: var(--ink); font-weight: 300; }
.arc-stats-col { display: flex; flex-direction: column; gap: 10px; }
.arc-s { padding: 2rem; background: var(--lsurface); border: 1px solid var(--lborder); border-radius: 12px; text-align: center; }
.arc-s-n { font-family: var(--serif); font-size: 2.2rem; color: var(--ink); font-weight: 300; line-height: 1; }
.arc-s-l { font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink3); margin-top: 0.4rem; }

/* ── SCHOOLS ── */
.schools-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--lborder); border: 1px solid var(--lborder); border-radius: 14px; overflow: hidden; }
.school-card { background: var(--lsurface); padding: 2.2rem 2rem; transition: background 0.2s; }
.school-card:hover { background: var(--bg2); }
.school-city { font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink3); margin-bottom: 0.6rem; }
.school-name { font-family: var(--serif); font-size: 1.1rem; color: var(--ink); margin-bottom: 0.5rem; font-weight: 300; }
.school-desc { font-size: 0.8rem; color: var(--ink2); line-height: 1.72; font-weight: 300; margin-bottom: 1rem; }
.school-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.s-tag { font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink2); background: var(--bg2); padding: 4px 9px; border-radius: 5px; border: 1px solid var(--lborder); }

/* ── KEYED BLOCK ── */
.keyed-block { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; padding: 3rem; background: var(--lsurface); border: 1px solid var(--lborder); border-radius: 16px; }
.keyed-feats { display: flex; flex-direction: column; gap: 8px; margin-top: 1.5rem; }
.keyed-feat { display: flex; align-items: flex-start; gap: 10px; padding: 11px 13px; background: var(--bg2); border-radius: 8px; border: 1px solid var(--lborder); font-size: 0.8rem; color: var(--ink2); line-height: 1.5; }
.keyed-feat-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ink4); flex-shrink: 0; margin-top: 5px; }
.keyed-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ks { padding: 1.5rem; border: 1px solid var(--lborder); border-radius: 10px; text-align: center; background: var(--bg2); }
.ks-n { font-family: var(--serif); font-size: 1.8rem; color: var(--ink); font-weight: 300; }
.ks-l { font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink3); margin-top: 4px; }

/* ── SPORT ── */
.sport-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }

/* ── EVENTS / MEDIA ── */
.events-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 2rem; }
.event-card { padding: 1.8rem; background: var(--lsurface); border: 1px solid var(--lborder); border-radius: 12px; }
.event-date { font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink3); margin-bottom: 0.6rem; }
.event-name { font-family: var(--serif); font-size: 1.1rem; color: var(--ink); margin-bottom: 0.3rem; font-weight: 300; }
.event-sub { font-size: 0.72rem; color: var(--ink2); letter-spacing: 0.04em; }
.props-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--lborder); border: 1px solid var(--lborder); border-radius: 14px; overflow: hidden; }
.prop-card { background: var(--lsurface); padding: 2.2rem 2rem; transition: background 0.2s; }
.prop-card:hover { background: var(--bg2); }
.prop-card-tag { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink3); margin-bottom: 0.7rem; }
.prop-card-name { font-family: var(--serif); font-size: 1.2rem; color: var(--ink); margin-bottom: 0.5rem; font-weight: 300; line-height: 1.2; }
.prop-card-body { font-size: 0.8rem; color: var(--ink2); line-height: 1.72; font-weight: 300; margin-bottom: 1.2rem; }
.media-page-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.media-article { padding: 2rem; background: var(--lsurface); border: 1px solid var(--lborder); border-radius: 14px; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; }
.media-article:hover { border-color: var(--lborder2); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.06); }
.ma-pub { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink3); margin-bottom: 0.7rem; display: flex; align-items: center; gap: 8px; }
.ma-pub::before { content: ''; width: 10px; height: 1px; background: var(--lborder2); }
.ma-title { font-family: var(--serif); font-size: 1.1rem; color: var(--ink); font-weight: 300; line-height: 1.4; margin-bottom: 0.7rem; }
.ma-body { font-size: 0.79rem; color: var(--ink2); line-height: 1.7; font-weight: 300; }

/* ── TIMELINE ── */
.timeline { border-left: 1px solid var(--lborder); margin-left: 0.5rem; margin-top: 2rem; padding-left: 2.2rem; display: flex; flex-direction: column; gap: 0; }
.tl-item { position: relative; padding-bottom: 2.4rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot { position: absolute; left: -2.72rem; top: 4px; width: 9px; height: 9px; border-radius: 50%; background: var(--bg); border: 1px solid var(--lborder2); }
.tl-yr { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink3); margin-bottom: 0.3rem; }
.tl-evt { font-size: 0.88rem; color: var(--ink); font-weight: 400; margin-bottom: 0.2rem; }
.tl-det { font-size: 0.8rem; color: var(--ink2); line-height: 1.65; font-weight: 300; }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1rem; }
.form-group label { font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink3); }
.form-group input, .form-group select, .form-group textarea { padding: 11px 14px; border: 1px solid var(--lborder); border-radius: 8px; font-family: var(--sans); font-size: 0.85rem; color: var(--ink); background: var(--lsurface); transition: border-color 0.2s; outline: none; resize: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--ink3); }
.form-group textarea { min-height: 100px; }
.form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ci-card { border: 1px solid var(--lborder); border-radius: 12px; overflow: hidden; margin-top: 1.5rem; }
.ci-row { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 1.4rem; border-bottom: 1px solid var(--lborder); }
.ci-row:last-child { border-bottom: none; }
.ci-key { font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink3); width: 70px; flex-shrink: 0; padding-top: 1px; }
.ci-val { font-size: 0.82rem; color: var(--ink2); line-height: 1.5; text-decoration: none; transition: color 0.2s; }
a.ci-val:hover { color: var(--ink); }
.sub-links { display: flex; flex-direction: column; gap: 8px; margin-top: 1.5rem; }
.sub-link { display: flex; align-items: center; gap: 12px; padding: 0.9rem 1.2rem; border: 1px solid var(--lborder); border-radius: 9px; text-decoration: none; cursor: none; transition: background 0.15s, border-color 0.15s; }
.sub-link:hover { background: var(--bg2); border-color: var(--lborder2); }
.sub-link-ico { width: 30px; height: 30px; border-radius: 7px; background: var(--bg2); border: 1px solid var(--lborder); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sub-link-ico svg { width: 13px; height: 13px; stroke: var(--ink3); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.sub-link-info strong { display: block; font-size: 0.8rem; font-weight: 500; color: var(--ink); }
.sub-link-info span { font-size: 0.66rem; color: var(--ink3); }
.sub-arr { margin-left: auto; font-size: 0.75rem; color: var(--ink3); }

/* ── FOOTER ── */
footer { background: var(--off-black); border-top: 1px solid var(--border); padding: 4rem 6% 2.5rem; }
.footer-inner { max-width: 1240px; margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid var(--border); margin-bottom: 2rem; }
.footer-brand-n { font-family: var(--serif); font-size: 1.05rem; color: var(--white); margin-bottom: 0.3rem; font-weight: 300; }
.footer-brand-t { font-size: 0.56rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--white3); }
.footer-brand-e { font-size: 0.7rem; color: var(--white3); margin-top: 1rem; line-height: 1.6; }
.footer-cols { display: flex; gap: 4rem; flex-wrap: wrap; }
.footer-col h5 { font-size: 0.58rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--white3); margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul button, .footer-col ul a { font-size: 0.8rem; color: rgba(240,237,232,0.32); text-decoration: none; background: none; border: none; cursor: none; font-family: var(--sans); padding: 0; text-align: left; transition: color 0.18s; }
.footer-col ul button:hover, .footer-col ul a:hover { color: var(--white2); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.68rem; color: rgba(240,237,232,0.18); }
.footer-socials { display: flex; gap: 10px; }
.footer-social { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; cursor: none; transition: border-color 0.2s; }
.footer-social:hover { border-color: var(--border2); }
.footer-social svg { width: 13px; height: 13px; stroke: var(--white3); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

/* ── REAL ESTATE SHOWCASE ── */
.re-showcase { position: relative; width: 100%; height: 100vh; background: var(--black); overflow: hidden; display: flex; flex-direction: column; }
.re-slides { position: absolute; inset: 0; }
.re-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1); pointer-events: none; }
.re-slide.active { opacity: 1; pointer-events: auto; }
.re-slide-bg { position: absolute; inset: 0; }
.re-slide-bg svg { width: 100%; height: 100%; display: block; }
.re-overlay-bot { position: absolute; bottom: 0; left: 0; right: 0; height: 55%; background: linear-gradient(to top, rgba(8,8,8,0.96) 0%, rgba(8,8,8,0.7) 40%, transparent 100%); pointer-events: none; z-index: 2; }
.re-overlay-top { position: absolute; top: 0; left: 0; right: 0; height: 35%; background: linear-gradient(to bottom, rgba(8,8,8,0.7) 0%, transparent 100%); pointer-events: none; z-index: 2; }
.re-top { position: absolute; top: 0; left: 0; right: 0; padding: 88px 6% 0; display: flex; justify-content: space-between; align-items: flex-start; z-index: 10; }
.re-eyebrow { font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(240,237,232,0.35); margin-bottom: 0.9rem; display: flex; align-items: center; gap: 10px; }
.re-eyebrow::before { content: ''; width: 20px; height: 1px; background: rgba(240,237,232,0.2); }
.re-h1 { font-family: var(--serif); font-size: clamp(2.4rem,5vw,4rem); line-height: 1.06; color: var(--white); font-weight: 300; letter-spacing: -0.01em; }
.re-h1 em { font-style: italic; color: rgba(240,237,232,0.5); }
.re-counter { font-family: var(--serif); font-size: 1rem; color: rgba(240,237,232,0.3); font-weight: 300; padding-top: 4px; }
.re-count-slash { margin: 0 4px; opacity: 0.4; }
.re-bottom { position: absolute; bottom: 0; left: 0; right: 0; padding: 0 6% 2.5rem; display: flex; justify-content: space-between; align-items: flex-end; z-index: 10; }
.re-card-wrap { max-width: 480px; width: 100%; }
.re-info-tag { font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(240,237,232,0.35); margin-bottom: 0.7rem; display: flex; align-items: center; gap: 8px; }
.re-info-tag::before { content: ''; width: 14px; height: 1px; background: rgba(240,237,232,0.22); }
.re-info-name { font-family: var(--serif); font-size: clamp(1.6rem,3.5vw,2.8rem); color: var(--white); font-weight: 300; line-height: 1.08; margin-bottom: 0.8rem; }
.re-info-desc { font-size: 0.82rem; color: rgba(240,237,232,0.48); line-height: 1.78; font-weight: 300; margin-bottom: 1.4rem; max-width: 420px; }
.re-info-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.4rem; }
.re-info-spec { padding: 6px 12px; border: 1px solid rgba(240,237,232,0.12); border-radius: 6px; }
.re-info-spec-v { font-size: 0.85rem; font-weight: 500; color: var(--white); }
.re-info-spec-k { font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(240,237,232,0.35); margin-top: 1px; }
.re-info-link { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(240,237,232,0.4); text-decoration: none; cursor: none; border-bottom: 1px solid rgba(240,237,232,0.18); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; background: none; border-top: none; border-left: none; border-right: none; font-family: var(--sans); }
.re-info-link:hover { color: var(--white); border-bottom-color: rgba(240,237,232,0.45); }
.re-nav-row { display: flex; align-items: center; gap: 16px; padding-bottom: 4px; }
.re-arrow { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(240,237,232,0.2); background: rgba(240,237,232,0.05); display: flex; align-items: center; justify-content: center; cursor: none; transition: background 0.18s, border-color 0.18s; }
.re-arrow:hover { background: rgba(240,237,232,0.12); border-color: rgba(240,237,232,0.45); }
.re-arrow svg { width: 14px; height: 14px; stroke: rgba(240,237,232,0.7); }
.re-dots-row { display: flex; gap: 6px; align-items: center; }
.re-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(240,237,232,0.22); cursor: none; transition: background 0.2s, width 0.2s; }
.re-dot.active { width: 20px; border-radius: 3px; background: rgba(240,237,232,0.75); }
.re-upcoming { position: absolute; top: 88px; right: 6%; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; z-index: 10; opacity: 0; pointer-events: none; transition: opacity 0.4s; }
.re-upcoming.show { opacity: 1; pointer-events: auto; }
.re-upcoming-pill { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(240,237,232,0.55); padding: 5px 14px; border: 1px solid rgba(240,237,232,0.22); border-radius: 100px; }
.re-brochure { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--white); background: rgba(240,237,232,0.1); border: 1px solid rgba(240,237,232,0.3); padding: 10px 20px; border-radius: 100px; cursor: none; font-family: var(--sans); transition: background 0.2s, border-color 0.2s; }
.re-brochure:hover { background: rgba(240,237,232,0.18); border-color: rgba(240,237,232,0.55); }
.re-showcase.light-mode .re-overlay-bot { background: linear-gradient(to top, rgba(240,237,232,0.97) 0%, rgba(240,237,232,0.7) 40%, transparent 100%); }
.re-showcase.light-mode .re-overlay-top { background: linear-gradient(to bottom, rgba(240,237,232,0.65) 0%, transparent 100%); }
.re-showcase.light-mode .re-h1 { color: var(--ink); }
.re-showcase.light-mode .re-h1 em { color: var(--ink3); }
.re-showcase.light-mode .re-eyebrow { color: var(--ink3); }
.re-showcase.light-mode .re-eyebrow::before { background: var(--lborder2); }
.re-showcase.light-mode .re-counter { color: var(--ink3); }
.re-showcase.light-mode .re-info-tag { color: var(--ink3); }
.re-showcase.light-mode .re-info-name { color: var(--ink); }
.re-showcase.light-mode .re-info-desc { color: var(--ink2); }
.re-showcase.light-mode .re-info-spec { border-color: var(--lborder2); }
.re-showcase.light-mode .re-info-spec-v { color: var(--ink); }
.re-showcase.light-mode .re-info-spec-k { color: var(--ink3); }
.re-showcase.light-mode .re-info-link { color: var(--ink2); border-bottom-color: var(--lborder2); }
.re-showcase.light-mode .re-info-link:hover { color: var(--ink); }
.re-showcase.light-mode .re-arrow { border-color: rgba(17,17,16,0.2); background: rgba(17,17,16,0.05); }
.re-showcase.light-mode .re-arrow:hover { background: rgba(17,17,16,0.1); border-color: rgba(17,17,16,0.4); }
.re-showcase.light-mode .re-arrow svg { stroke: rgba(17,17,16,0.7); }
.re-showcase.light-mode .re-dot { background: rgba(17,17,16,0.2); }
.re-showcase.light-mode .re-dot.active { background: rgba(17,17,16,0.7); }
@keyframes reCardIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.re-card-wrap.animating { animation: reCardIn 0.5s cubic-bezier(0.22,1,0.36,1) both; }

/* ── HERO ── */
.hero { min-height: 100svh; position: relative; overflow: hidden; background: var(--black); display: flex; align-items: flex-end; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 90% 70% at 50% 80%, rgba(255,255,255,0.025) 0%, transparent 60%), radial-gradient(ellipse 60% 40% at 20% 30%, rgba(255,255,255,0.015) 0%, transparent 60%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 72px 72px; }
.hero-bld { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center; }
.hero-bld svg { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; }
.hero-headline { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-55%); text-align: center; z-index: 5; pointer-events: none; width: 100%; padding: 0 5%; animation: hIn 1.6s cubic-bezier(0.16,1,0.3,1) both; }
@keyframes hIn { from { opacity: 0; transform: translate(-50%,-60%); } to { opacity: 1; transform: translate(-50%,-55%); } }
.hero-h { font-family: var(--serif); font-size: clamp(3.5rem,8.5vw,7.5rem); line-height: 1.0; color: var(--white); font-weight: 300; letter-spacing: -0.02em; text-shadow: 0 2px 60px rgba(0,0,0,0.8); }
.hero-h em { font-style: italic; color: rgba(240,237,232,0.5); }
.hero-sub-line { font-size: clamp(0.72rem,1.2vw,0.85rem); letter-spacing: 0.22em; text-transform: uppercase; color: rgba(240,237,232,0.3); margin-top: 1.6rem; font-weight: 300; }

@keyframes gIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hero-glass-h { font-family: var(--serif); font-size: 3.65rem; color: var(--white); line-height: 1.18; margin-bottom: 0.8rem; font-weight: 300; }
.hero-glass-p { font-size: 1rem; color: rgba(240,237,232,0.45); line-height: 1.78; font-weight: 300; margin-bottom: 1.5rem; }
.hero-glass-btn { display: inline-flex; align-items: center; gap: 10px; font-size: 0.72rem; letter-spacing: 0.06em; color: rgba(240,237,232,0.5); background: none; border: none; cursor: none; font-family: var(--sans); padding: 0; transition: color 0.2s; }
.hero-glass-btn:hover { color: var(--white); }
.hero-glass-arrow { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; transition: background 0.2s, border-color 0.2s; }
.hero-glass-arrow svg { width: 10px; height: 10px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-glass-btn:hover .hero-glass-arrow { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.45); }
.hero-scroll { position: absolute; bottom: 2.5rem; right: 4%; z-index: 6; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hero-scroll-txt { font-size: 0.52rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(240,237,232,0.22); }
.hero-scroll-line { width: 1px; height: 44px; background: linear-gradient(to bottom, rgba(240,237,232,0.25), transparent); animation: sP 2.4s ease-in-out infinite; }
@keyframes sP { 0%,100% { opacity: 0.25; } 50% { opacity: 0.7; } }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  div#cursor, .cursor-ring {
    display: none;
}
  .lead-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .lead-grid { grid-template-columns: repeat(2,1fr); }
  .props-grid, .schools-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-strip { grid-template-columns: 1fr; }
  .keyed-block { grid-template-columns: 1fr; gap: 2rem; }
  .sport-2 { grid-template-columns: 1fr; gap: 2rem; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-cell.wide { grid-column: span 2; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .media-page-grid { grid-template-columns: 1fr 1fr; }
  .events-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat { border-bottom: 1px solid var(--lborder); }
  .stat-bar { grid-template-columns: 1fr 1fr; }
  .stat-bar-item:nth-child(2) { border-right: none; }
  .stat-bar-item { border-bottom: 1px solid var(--lborder); }
}
@media(max-width:900px) {
  .pillars-track { height: auto; flex-direction: column; }
  .pillar { border-right: none; border-bottom: 1px solid var(--border); min-height: 120px; }
  .pillar:last-child { border-bottom: none; }
  .pillar-detail { max-height: none !important; opacity: 1 !important; }
  .pillar-num { position: static; order: -1; }
}
@media(max-width:768px) {
  .re-h1 { font-size: clamp(1.8rem,6vw,2.8rem); }
  .re-top { padding: 80px 5% 0; }
  .re-bottom { padding: 0 5% 2rem; flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .re-nav-row { align-self: flex-end; }
  .re-info-name { font-size: clamp(1.4rem,5vw,2rem); }
  .re-upcoming { right: 5%; }
}
@media(max-width:640px) {
  nav#nav .nav-links, .nav-cta { display: none; }
  .nav-ham { display: flex; }
  .hero-h { font-size: clamp(2.8rem,10vw,5rem); }
  .bento, .props-grid, .schools-grid, .lead-grid, .events-grid, .media-page-grid, .feature-grid, .portfolio-strip, .stat-bar { grid-template-columns: 1fr; }
  .bento-cell.wide { grid-column: span 1; }
  .ph { min-height: 32vh; padding: 3.5rem 5% 3rem; }
  .sec { padding: 4.5rem 5%; }
  .form-row2 { grid-template-columns: 1fr; }
  .footer-cols { gap: 2rem; }
  .hero-glass { padding: 1.8rem 2rem 2.4rem; }
}
