:root{--navy:#102a43;--green:#1f7a4d;--mint:#e9f7ef;--cream:#fbfaf4;--ink:#18313f;--muted:#6b7c85;--line:#dce5df;--white:#fff;--orange:#ed8a34;--red:#b64343}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:var(--navy);color:white;padding:26px 20px;display:flex;flex-direction:column;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:18px}.brand-mark{width:42px;height:42px;border-radius:14px;background:var(--green);display:grid;place-items:center;font-size:22px}.nav{display:flex;flex-direction:column;gap:6px}.nav a{padding:11px 13px;border-radius:12px;color:#d6e2ea;font-weight:600}.nav a.active,.nav a:hover{background:#1a3a56;color:white}.sidebar-foot{margin-top:auto}.user-chip{background:#173852;padding:13px;border-radius:14px;font-size:13px}.main{padding:30px 34px 60px;max-width:1440px;width:100%;margin:auto}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.1em;color:var(--green);text-transform:uppercase}.title{font-size:30px;line-height:1.15;margin:4px 0 6px}.muted{color:var(--muted)}.grid{display:grid;grid-gap:16px;gap:16px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:white;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:0 8px 30px rgba(16,42,67,.045)}.stat-label{font-size:13px;color:var(--muted);font-weight:700}.stat-value{font-size:28px;font-weight:850;margin-top:7px}.stat-hint{font-size:12px;color:var(--green);margin-top:5px}.section{margin-top:22px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section h2{font-size:18px;margin:0}.button{border:0;border-radius:12px;padding:11px 16px;background:var(--green);color:white;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:7px}.button.secondary{background:var(--mint);color:var(--green)}.button.ghost{background:#eef2f4;color:var(--navy)}.button.danger{background:#faeeee;color:var(--red)}.button.small{padding:8px 12px;font-size:13px}.notice{padding:14px 16px;border-radius:14px;background:#fff7e8;border:1px solid #f4d7a2;color:#714b12;font-size:14px}.success{background:var(--mint);border-color:#bfe1ce;color:#175c3d}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.avatar{width:40px;height:40px;border-radius:13px;background:var(--mint);color:var(--green);display:grid;place-items:center;font-weight:850}.list{display:flex;flex-direction:column}.list-item{padding:14px 0;border-bottom:1px solid #edf1ee}.list-item:last-child{border:0}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--mint);color:var(--green);font-size:12px;font-weight:750}.badge.warn{background:#fff2dd;color:#8b5613}.badge.red{background:#faeeee;color:#a63232}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table td,.table th{text-align:left;padding:13px 12px;border-bottom:1px solid #edf1ee;font-size:14px}.table th{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:750}.input{width:100%;border:1px solid #cfdbd4;background:white;border-radius:12px;padding:11px 12px;color:var(--ink);outline:none}.input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(31,122,77,.1)}textarea.input{min-height:90px;resize:vertical}.auth{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:white}.auth-visual{background:linear-gradient(145deg,#102a43,#15523d);color:white;padding:64px;display:flex;flex-direction:column;justify-content:space-between}.auth-copy{max-width:550px}.auth-copy h1{font-size:48px;line-height:1.05;margin:18px 0}.auth-panel{display:grid;place-items:center;padding:32px}.auth-card{width:min(430px,100%)}.auth-card h2{font-size:28px;margin:0 0 7px}.auth-card form{display:flex;flex-direction:column;gap:15px;margin-top:26px}.score-row{display:flex;gap:7px;flex-wrap:wrap}.score input{position:absolute;opacity:0}.score span{width:38px;height:38px;border:1px solid #cddbd3;border-radius:10px;display:grid;place-items:center;font-weight:800}.score input:checked+span{background:var(--green);border-color:var(--green);color:white}.student-card{border-left:4px solid var(--green)}.observation-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px;margin:17px 0}.score-title{font-size:12px;font-weight:750;margin-bottom:7px}.footer-note{margin-top:28px;font-size:12px;color:var(--muted);text-align:center}@media(max-width:1000px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr}.observation-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.shell{display:block}.sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:10;padding:12px 16px;display:flex;flex-direction:row;align-items:center}.sidebar .nav,.sidebar-foot{display:none}.main{padding:22px 16px 90px}.title{font-size:25px}.form-grid,.grid-2,.grid-4{grid-template-columns:1fr}.field.full{grid-column:auto}.auth{grid-template-columns:1fr}.auth-visual{display:none}.auth-panel{min-height:100vh}.observation-grid{grid-template-columns:1fr}.topbar{align-items:flex-start}.mobile-nav{position:fixed;display:flex!important;bottom:0;left:0;right:0;background:white;border-top:1px solid var(--line);padding:9px 12px;z-index:20;justify-content:space-around}.mobile-nav a{font-size:12px;font-weight:700;color:var(--muted)}}@media(min-width:761px){.mobile-nav{display:none}}.club-site{--club-red:#d20a0d;--club-dark:#090a0c;--club-paper:#f4f0e8;background:var(--club-paper);color:#171719;overflow:hidden}.club-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.club-nav{position:absolute;top:0;left:0;right:0;z-index:20;color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}.nav-inner{min-height:88px;justify-content:space-between;gap:28px}.club-brand,.nav-inner{display:flex;align-items:center}.club-brand{gap:12px;text-transform:uppercase;letter-spacing:.03em}.club-brand img{object-fit:contain}.club-brand span{display:flex;flex-direction:column}.club-brand b{font-size:19px;line-height:1}.club-brand small{font-size:9px;letter-spacing:.18em;margin-top:5px;opacity:.72}.club-links{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:750}.club-links a{position:relative}.club-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--club-red);transition:.25s}.club-links a:hover:after{right:0}.nav-actions{display:flex;align-items:center;gap:18px}.login-link{font-size:13px;font-weight:750}.club-button{display:inline-flex;align-items:center;justify-content:center;border-radius:3px;background:var(--club-red);color:white;padding:13px 20px;font-size:13px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--club-red);transition:.2s}.club-button:hover{transform:translateY(-2px);background:#eb1216}.club-button.large{padding:16px 24px}.club-button.outline{background:transparent;border-color:rgba(255,255,255,.65)}.club-button.outline:hover{background:white;color:#111}.club-hero{position:relative;min-height:790px;background:#111;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.hero-photo{object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,4,5,.92),rgba(3,4,5,.62) 48%,rgba(3,4,5,.25)),linear-gradient(0deg,rgba(3,4,5,.8),transparent 55%)}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .65fr;align-items:center;padding:160px 0 120px}.hero-copy{max-width:720px}.hero-kicker,.section-kicker{display:inline-flex;align-items:center;gap:12px;color:var(--club-red);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.2em}.hero-kicker:before,.section-kicker:before{content:"";width:38px;height:2px;background:currentColor}.hero-copy h1{font-size:clamp(56px,7vw,96px);line-height:.9;letter-spacing:-.055em;text-transform:uppercase;margin:24px 0 25px}.hero-copy h1 em{font-style:normal;color:var(--club-red)}.hero-copy p{font-size:18px;line-height:1.7;color:rgba(255,255,255,.77);max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:34px}.hero-badge{justify-self:end;filter:drop-shadow(0 22px 45px rgba(0,0,0,.45))}.hero-badge img{width:min(270px,24vw);height:auto}.hero-stats{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.25)}.hero-stats>div{padding:24px 28px;display:flex;align-items:center;gap:15px;border-right:1px solid rgba(255,255,255,.18)}.hero-stats>div:last-child{border:0}.hero-stats b{font-size:25px}.hero-stats span{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.62)}.club-section{padding:110px 0}.section-kicker.light{color:#ff3d40}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:100px;gap:100px;align-items:start}.heritage h2,.intro h2,.prereg-copy h2,.section-heading h2{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.045em;margin:22px 0 0}.intro-grid>div:last-child{font-size:17px;line-height:1.8;color:#59595d}.intro-grid>div:last-child p:first-child{margin-top:0}.age-section{background:var(--club-dark);color:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;margin:20px 0 55px}.section-heading h2{margin:0}.section-heading p{max-width:380px;color:rgba(255,255,255,.58);line-height:1.7}.section-heading.dark p{color:#6b6865}.age-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #333}.age-card{position:relative;padding:36px 32px 40px;border-right:1px solid #333;min-height:330px;transition:.25s}.age-card:last-child{border-right:0}.age-card:hover{background:var(--club-red);transform:translateY(-8px)}.age-card>span{position:absolute;right:26px;top:28px;color:#69696d;font-weight:800}.age-card strong{display:block;font-size:64px;letter-spacing:-.05em;margin-top:25px}.age-card strong small{font-size:20px}.age-card h3{font-size:22px;margin:35px 0 12px}.age-card p{color:#aaa;line-height:1.65}.age-card:hover p,.age-card:hover>span{color:#fff}.gallery-section{background:#fff}.section-heading.dark{color:#151517}.photo-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-rows:340px;grid-gap:12px;gap:12px}.photo-grid figure{position:relative;margin:0;overflow:hidden;background:#ddd}.photo-grid .photo-wide{grid-column:span 2}.photo-grid img{object-fit:cover;transition:transform .5s}.photo-grid figure:hover img{transform:scale(1.035)}.heritage{background:#8f080a;color:#fff}.heritage-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:80px;gap:80px;align-items:center}.heritage-copy>p{font-size:17px;line-height:1.8;color:rgba(255,255,255,.75)}.heritage-note{margin-top:42px;padding-left:20px;border-left:3px solid white;display:flex;flex-direction:column;gap:7px}.heritage-note span{color:rgba(255,255,255,.7);line-height:1.6}.news-collage{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;grid-gap:12px;gap:12px;height:620px}.news-collage figure{position:relative;margin:0;background:#eee;overflow:hidden}.news-collage .news-main{grid-row:1/-1}.news-collage img{object-fit:cover;object-position:top}.prereg-section{background:#111214;color:#fff}.prereg-layout{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:80px;gap:80px;align-items:start}.prereg-copy{position:-webkit-sticky;position:sticky;top:40px}.prereg-copy>p{color:#aaa;line-height:1.75;font-size:17px}.contact-chip{margin-top:35px;padding:18px 20px;border:1px solid #393a3d;display:flex;justify-content:space-between;align-items:center}.contact-chip span{font-size:12px;color:#aaa;text-transform:uppercase;letter-spacing:.1em}.contact-chip b{color:#fff}.prereg-card{background:#fff;color:#1c1c1e;padding:35px;border-top:5px solid var(--club-red)}.prereg-card h3{font-size:27px;margin:0 0 5px}.prereg-card>p{color:#777;margin:0 0 28px}.prereg-form{position:relative}.prereg-form .consent-row{align-items:flex-start;font-size:12px;line-height:1.5;color:#666}.consent-row input{margin-top:3px}.site-submit{width:100%;background:var(--club-red);border-radius:3px;padding:15px;text-transform:uppercase;letter-spacing:.06em}.prereg-form .input{border-radius:3px;border-color:#d8d8da;background:#fafafa}.prereg-form .input:focus{border-color:var(--club-red);box-shadow:0 0 0 3px rgba(210,10,13,.1)}.club-footer{background:#050506;color:#fff;border-top:1px solid #252528;padding:34px 0}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-grid>p{color:#777;font-size:13px}.footer-grid>div{display:flex;gap:22px;font-size:13px}.footer-grid>div a:first-child{color:#ff3d40}@media(max-width:900px){.club-links{display:none}.hero-content{grid-template-columns:1fr}.hero-badge{position:absolute;right:0;opacity:.35}.heritage-grid,.intro-grid,.prereg-layout{grid-template-columns:1fr;gap:45px}.age-grid{grid-template-columns:1fr}.age-card{border-right:0;border-bottom:1px solid #333;min-height:auto}.prereg-copy{position:static}.news-collage{height:540px}.section-heading{align-items:start;flex-direction:column;gap:20px}}@media(max-width:640px){.club-container{width:min(100% - 28px,1180px)}.club-nav{position:absolute}.nav-inner{min-height:74px;gap:10px}.club-brand{gap:8px}.club-brand img{width:42px;height:42px}.club-brand b{font-size:14px}.club-brand small{font-size:8px}.nav-actions{gap:8px;flex-shrink:0}.nav-actions .login-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.65);border-radius:3px;padding:9px 10px;font-size:11px;line-height:1;font-weight:850;text-transform:uppercase;letter-spacing:.04em;background:rgba(0,0,0,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.club-button{padding:10px 11px;font-size:11px}.club-hero{min-height:760px}.hero-content{padding:135px 0 105px}.hero-copy h1{font-size:52px}.hero-copy p{font-size:16px}.hero-actions{align-items:stretch}.hero-actions .club-button{flex:1 1;padding:14px 10px}.hero-badge{top:108px;right:-32px}.hero-badge img{width:170px}.hero-stats{width:100%;grid-template-columns:1fr}.hero-stats>div{padding:12px 20px;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.hero-stats>div:last-child{display:none}.club-section{padding:78px 0}.intro-grid{gap:35px}.heritage h2,.intro h2,.prereg-copy h2,.section-heading h2{font-size:40px}.section-heading{margin-bottom:35px}.photo-grid{grid-template-columns:1fr;grid-auto-rows:280px}.photo-grid .photo-wide{grid-column:auto}.news-collage{height:500px;grid-template-columns:1fr 1fr;grid-template-rows:1.35fr .65fr}.news-collage .news-main{grid-column:1/-1;grid-row:auto}.prereg-card{padding:24px 18px}.prereg-card .form-grid{grid-template-columns:1fr}.footer-grid{flex-direction:column;text-align:center}.footer-grid>div{flex-direction:column;gap:8px}}.auth-visual{position:relative;isolation:isolate;background:linear-gradient(145deg,rgba(5,14,25,.88),rgba(8,36,30,.62)),url(/media/login-mountain.jpg) 50%/cover no-repeat}.auth-visual:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(3,8,14,.48),transparent 55%)}@media(max-width:760px){.auth-panel{position:relative;background:linear-gradient(rgba(255,255,255,.91),rgba(255,255,255,.96)),url(/media/login-mountain.jpg) 50%/cover no-repeat}.auth-card{background:rgba(255,255,255,.9);padding:24px;border-radius:18px;box-shadow:0 18px 55px rgba(10,25,35,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.shell{--navy:#111214;--green:#d20a0d;--mint:#fff0f0;--cream:#f5f1ea;--ink:#171719;--muted:#6d6870;--line:#e5ded4;--red:#d20a0d;background:radial-gradient(circle at top right,rgba(210,10,13,.08),transparent 34%),var(--cream)}.sidebar{background:linear-gradient(180deg,#070708,#151518 48%,#8f080a);border-right:1px solid rgba(255,255,255,.08);box-shadow:18px 0 45px rgba(10,10,12,.12)}.panel-brand{align-items:center;text-transform:uppercase;letter-spacing:.035em}.panel-brand span:last-child{display:flex;flex-direction:column;gap:4px}.panel-brand b{font-size:17px;line-height:1;color:#fff}.panel-brand small{font-size:10px;letter-spacing:.16em;color:rgba(255,255,255,.62)}.logo-mark{width:58px;height:58px;border-radius:50%;background:#fff;padding:4px;box-shadow:0 14px 30px rgba(0,0,0,.32);overflow:hidden}.logo-mark img{width:100%;height:100%;object-fit:contain}.nav{gap:8px}.nav a{border:1px solid transparent;color:rgba(255,255,255,.74);border-radius:14px;font-weight:780;letter-spacing:.01em}.nav a.active,.nav a:hover{background:rgba(210,10,13,.18);border-color:rgba(255,255,255,.16);color:#fff;transform:translateX(2px)}.user-chip{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 35px rgba(0,0,0,.18)}.main{position:relative}.main:before{content:"";position:fixed;right:34px;top:26px;width:160px;height:160px;background:url(/media/logo.png) 50%/contain no-repeat;opacity:.035;pointer-events:none}.topbar{background:linear-gradient(135deg,#111214,#2a0a0b 58%,#d20a0d);color:#fff;border-radius:24px;padding:24px 26px;box-shadow:0 20px 55px rgba(17,18,20,.16);overflow:hidden;position:relative}.topbar:after{content:"";position:absolute;right:-36px;top:-46px;width:180px;height:180px;background:url(/media/logo.png) 50%/contain no-repeat;opacity:.12;pointer-events:none}.topbar>*{position:relative;z-index:1}.topbar .muted,.topbar .title{color:#fff}.topbar .muted{opacity:.72}.eyebrow{color:#d20a0d}.topbar .eyebrow{color:#ffb5b7}.title{letter-spacing:-.035em}.card{border-color:rgba(17,18,20,.08);box-shadow:0 16px 42px rgba(17,18,20,.07);border-radius:20px}.card:hover{box-shadow:0 20px 55px rgba(17,18,20,.1)}.stat-value{color:#111214}.stat-hint{color:#d20a0d;font-weight:800}.button{background:#d20a0d;border-radius:999px;box-shadow:0 10px 24px rgba(210,10,13,.22)}.button:hover{background:#ed1216;transform:translateY(-1px)}.button.secondary{background:#fff0f0;color:#b1070a;box-shadow:none}.button.ghost{background:#f0ece6;color:#171719;box-shadow:none}.button.danger{box-shadow:none}.badge,.button.danger{background:#fff0f0;color:#b1070a}.avatar{background:#111214;color:#fff}.student-card{border-left-color:#d20a0d}.input:focus{border-color:#d20a0d;box-shadow:0 0 0 3px rgba(210,10,13,.1)}.score input:checked+span{background:#d20a0d;border-color:#d20a0d}.mobile-nav{box-shadow:0 -16px 35px rgba(17,18,20,.12)}.mobile-nav a{color:#171719}@media(max-width:760px){.sidebar{background:linear-gradient(90deg,#080808,#8f080a);box-shadow:0 10px 28px rgba(17,18,20,.16)}.logo-mark{width:48px;height:48px}.panel-brand b{font-size:14px}.panel-brand small{font-size:9px}.topbar{border-radius:20px;padding:20px}.main:before{display:none}}.observation-print-sheet{background:#fff}.observation-print-header{display:flex;justify-content:space-between;gap:24px;margin-bottom:18px;border-bottom:2px solid #111214;padding-bottom:14px}.observation-print-header h2{font-size:28px;margin:4px 0}.print-group{page-break-inside:avoid;break-inside:avoid;margin-top:22px}.observation-paper-table th{background:#111214!important;color:#fff!important}.observation-paper-table td{height:42px}.observation-paper-table td:nth-child(n+4){min-width:86px}.announcements-section{background:#fff}.announcement-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.announcement-card{background:#f7f3ed;border:1px solid #e6ddd1;border-top:5px solid #d20a0d;padding:24px;min-height:220px}.announcement-card span{display:inline-flex;color:#d20a0d;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.announcement-card h3{font-size:23px;line-height:1.15;margin:16px 0 12px;color:#151517}.announcement-card p{white-space:pre-wrap;color:#5d5854;line-height:1.65;margin:0}.announcement-card.empty{grid-column:1/-1;min-height:auto}@media(max-width:900px){.announcement-grid{grid-template-columns:1fr}}@media print{body{background:#fff!important}.mobile-nav,.print-hide,.sidebar,.topbar.print-hide{display:none!important}.shell{display:block!important}.main{padding:0!important;max-width:none!important}.main:before{display:none!important}.card{box-shadow:none!important;border:0!important;border-radius:0!important;padding:0!important}.observation-print-sheet{font-size:11px}.observation-print-header{margin-bottom:10px}.observation-print-header h2{font-size:22px}.notice.print-hide{display:none!important}.table td,.table th{padding:6px!important;border:1px solid #777!important}.print-group{page-break-inside:avoid}.section-head{margin:12px 0 6px!important}.badge{border:1px solid #999;background:#fff!important;color:#111!important}}.heritage-intro{max-width:820px;margin-bottom:62px}.heritage-intro h2{font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.05em;margin:22px 0}.heritage-intro>p{max-width:700px;color:rgba(255,255,255,.75);font-size:18px;line-height:1.75}.heritage-stories{display:grid;grid-gap:28px;gap:28px}.heritage-story{display:grid;grid-template-columns:1fr 1fr;min-height:490px;background:#fff;color:#19191b}.heritage-story.reverse .story-image{order:2}.story-image{position:relative;min-height:490px;overflow:hidden;background:#eee}.story-image img{object-fit:cover;object-position:top}.story-body{padding:52px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.story-body>span{color:#a20a0c;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.story-body h3{font-size:34px;line-height:1.08;letter-spacing:-.035em;margin:17px 0}.story-body p{color:#646468;line-height:1.75;margin:0 0 28px}.story-body a{display:inline-flex;align-items:center;gap:8px;padding-bottom:6px;border-bottom:2px solid #c90a0d;color:#98080a;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.story-body a:hover{color:#d20a0d}.story-body a b{font-size:17px}@media(max-width:760px){.heritage-intro{margin-bottom:38px}.heritage-intro h2{font-size:42px}.heritage-story{grid-template-columns:1fr;min-height:auto}.heritage-story.reverse .story-image{order:0}.story-image{min-height:390px}.story-body{padding:30px 24px 36px}.story-body h3{font-size:28px}}