@charset "UTF-8";
:root{--bg:#fcfcf9;--surface:#fff;--surface-soft:#f1f3ee;--ink:#203a31;--muted:#69756e;--green:#204d3d;--green-light:#e8eee6;--accent:#d5df9c;--line:#dfe5db;--serif:"STSong","Songti SC","SimSun",serif;--sans:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--shadow:0 16px 48px #193b3012}
:root[data-theme="dark"]{--bg:#111e19;--surface:#192922;--surface-soft:#203029;--ink:#e8eee6;--muted:#afbab1;--green:#c6d8a9;--green-light:#283d30;--accent:#d5df9c;--line:#35463a;--shadow:0 16px 48px #0003;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.7 var(--sans);-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button{border:0}a{color:inherit;text-decoration:none}button:disabled{cursor:default}img{max-width:100%;display:block;object-fit:cover}svg{width:24px;height:24px;display:block;flex-shrink:0}button svg{pointer-events:none}[hidden]{display:none!important}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #91ad68;outline-offset:5px}::selection{background:#d9e5b4;color:#193b30}h1,h2,h3,h4,p{margin:0}h2{font-size:clamp(28px,3.1vw,42px);letter-spacing:-1px;font-weight:600;line-height:1.45}h3{font-size:21px;line-height:1.5;font-weight:600}p{color:var(--muted)}.wrap{width:min(1248px,calc(100% - 112px));margin-inline:auto}.section-space{padding-block:104px}.eyebrow{font-size:12px;letter-spacing:2.5px;font-weight:600;color:var(--green);display:block;margin-bottom:20px}.skip-link{position:fixed;top:-80px;left:20px;background:var(--surface);padding:12px 20px;z-index:1000}.skip-link:focus{top:15px}.site-header{height:88px;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 3.5%;background:var(--bg);border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand-mark{height:45px;width:45px;background:#234b3e;color:white;display:grid;place-items:center;border-radius:50%;font-family:var(--serif);font-size:28px;line-height:1}.brand strong{font-size:24px;font-weight:650;letter-spacing:1px;line-height:1.2;display:block}.brand-dot{color:#658257}.brand small{display:block;font-size:9px;letter-spacing:2.1px;margin-top:6px;line-height:1.2;color:var(--muted)}.desktop-nav{display:flex;gap:29px;align-items:center}.desktop-nav a{font-size:14px;position:relative;white-space:nowrap;padding:32px 0}.desktop-nav a:after{content:"";position:absolute;bottom:21px;left:50%;width:0;height:2px;background:var(--green);transform:translateX(-50%);transition:width .2s}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:18px}.header-actions{display:flex;align-items:center;gap:17px}.icon-button{background:transparent;display:grid;place-items:center;width:40px;height:40px;padding:8px;border-radius:50%;flex-shrink:0}.icon-button:hover{background:var(--green-light)}.header-cta{font-size:13px;background:var(--green);color:var(--bg);border-radius:4px;padding:11px 15px;white-space:nowrap}.header-cta span{margin-left:12px}.menu-button,.mobile-nav{display:none}.hero{position:relative;height:min(780px,calc(100svh - 88px));min-height:620px;color:#fff;background:#16382e;overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-position:center 52%;animation:hero-intro 1.7s ease both}.hero-shade{background:linear-gradient(90deg,rgba(9,32,25,.82) 0%,rgba(9,32,25,.66) 31%,rgba(9,32,25,.12) 75%),linear-gradient(0deg,rgba(10,26,20,.5),transparent 45%)}.hero-content{position:relative;padding-top:clamp(75px,8.5vw,125px);width:min(1248px,calc(100% - 112px));margin:auto;z-index:1}.hero-eyebrow{display:flex;align-items:center;gap:12px;font-size:13px;letter-spacing:2px;color:#f0f3e8;margin-bottom:26px}.eyebrow-line{width:32px;height:1px;background:#dbe4bc}.hero-year{font-size:10px;letter-spacing:2px;margin-left:8px;opacity:.6}.hero h1{font-family:var(--serif);font-size:clamp(54px,5.9vw,86px);font-weight:500;line-height:1.35;letter-spacing:3px;text-shadow:0 2px 20px #001a1244}.hero-serif{color:#e0e8bc}.hero-content>p{color:#e2e7df;font-size:16px;font-weight:350;line-height:1.9;letter-spacing:1px;margin-top:24px}.hero-buttons{display:flex;gap:32px;align-items:center;margin-top:36px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:14px 24px;font-size:14px;font-weight:550;border-radius:4px;min-height:50px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button.light{background:#f4f5e9;color:#234437}.button.light:hover{background:#e0e8bc}.button.green{background:var(--green);color:var(--bg)}.button span{font-size:20px;font-weight:400;line-height:1}.hero-text-link{font-size:14px;color:#fff}.hero-text-link span{margin-left:14px}.hero-bottom{position:absolute;bottom:32px;left:max(56px,calc((100% - 1248px)/2));right:max(56px,calc((100% - 1248px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px;color:#edf2e5}.hero-location{display:flex;align-items:center;gap:8px;letter-spacing:1px}.hero-location svg{width:17px;height:17px}.hero-motto{font-family:var(--serif);font-size:16px;letter-spacing:5px;display:flex;gap:25px;align-items:center;opacity:.86}.hero-motto i{height:1px;width:42px;background:#c5d0bc}.hero-pagination{display:flex;align-items:center;gap:12px;font-size:16px;font-variant-numeric:tabular-nums}.hero-pagination em{font-style:normal;font-size:12px;opacity:.5;margin:0 18px 0 8px}.round-button{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:transparent;color:inherit;border:1px solid #ffffff66;line-height:1;transition:background .2s}.round-button:hover{background:#ffffff25}.hero-vertical{position:absolute;right:25px;top:40%;writing-mode:vertical-rl;font-size:9px;letter-spacing:3px;opacity:.65}.quicklinks{display:grid;grid-template-columns:repeat(4,1fr);background:var(--surface);border:1px solid var(--line);border-top:0}.quicklinks>a{display:flex;gap:16px;align-items:center;padding:28px 24px;border-right:1px solid var(--line);transition:background .2s}.quicklinks>a:last-child{border-right:0}.quicklinks>a:hover{background:var(--surface-soft)}.quick-icon{color:var(--green);flex-shrink:0}.quick-icon svg{height:27px;width:27px}.quicklinks strong{font-size:15px;display:block;font-weight:600}.quicklinks small{font-size:12px;display:block;color:var(--muted);margin-top:3px}.quick-arrow{margin-left:auto;font-size:21px;color:var(--muted)}.intro{display:grid;grid-template-columns:1fr 1.1fr;gap:90px;align-items:start}.intro h2{font-size:33px;font-family:var(--serif);font-weight:500;letter-spacing:1px;line-height:1.6}.intro-copy>p{line-height:2;font-size:14px;margin-top:6px}.intro-facts{display:flex;align-items:center;gap:50px;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.intro-facts strong{font-size:33px;font-weight:450;line-height:1.2;font-family:Georgia,serif}.intro-facts strong span{font-family:var(--sans);font-size:12px;margin-left:6px}.intro-facts small{display:block;font-size:12px;color:var(--muted);margin-top:7px}.intro-facts a{margin-left:auto;font-size:13px;display:flex;gap:15px;align-items:center}.intro-facts a span{font-size:23px}.campus-section{background:var(--surface-soft)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:42px}.section-heading p{font-size:14px;margin-top:14px}.section-heading .eyebrow{margin-bottom:15px}.text-button{display:inline-flex;align-items:center;gap:18px;background:transparent;padding:5px 0;border-bottom:1px solid var(--line);font-size:14px;flex-shrink:0;line-height:1.7}.text-button:hover{color:var(--green);border-bottom-color:var(--green)}.text-button span{font-size:22px}.text-button.small{font-size:12px}.campus-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:22px}.campus-card{position:relative;min-width:0;text-align:left;padding:0;background:var(--surface);border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #1b392807;transition:transform .3s,box-shadow .3s}.campus-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.campus-card .image-wrap{height:275px;overflow:hidden;position:relative}.campus-card img{width:100%;height:100%;transition:transform .6s}.campus-card:hover img{transform:scale(1.035)}.photo-label{position:absolute;left:18px;top:18px;font-size:11px;letter-spacing:1px;background:#fffE;color:#294336;padding:4px 10px;border-radius:3px}.photo-caption{padding:22px 23px 24px;position:relative}.photo-caption h3{font-size:19px}.photo-caption p{font-size:13px;line-height:1.8;margin-top:8px;padding-right:15px}.photo-caption>span{position:absolute;right:23px;top:18px;font-size:27px;font-weight:300}.source-note{font-size:12px;color:var(--muted);margin-top:24px;line-height:1.8}.college-tools{display:flex;align-items:center;gap:24px;justify-content:space-between;margin-top:8px}.filter-list{display:flex;gap:8px;flex-wrap:wrap}.filter-list button{font-size:13px;background:transparent;color:var(--muted);padding:8px 15px;border:1px solid var(--line);border-radius:4px;transition:background .2s}.filter-list button.active{background:var(--green);color:var(--bg);border-color:var(--green)}.filter-list button:hover:not(.active){background:var(--green-light)}.search-field{display:flex;gap:10px;align-items:center;border:1px solid var(--line);border-radius:4px;padding:8px 12px;width:270px;max-width:100%;flex-shrink:0;color:var(--muted);background:var(--surface)}.search-field svg{width:18px;height:18px}.search-field input{width:100%;min-width:0;background:transparent;border:0;outline:0;color:var(--ink);font-size:13px;padding:0;line-height:1.8}.search-field:focus-within{outline:2px solid #91ad68;outline-offset:2px}.search-field kbd{font-size:12px;border:1px solid var(--line);border-radius:3px;padding:0 5px}.results-summary{display:flex;justify-content:space-between;align-items:center;min-height:55px;color:var(--muted);font-size:12px}.college-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.college-card{text-align:left;background:var(--surface);border:1px solid var(--line);padding:26px 25px;min-height:180px;position:relative;border-radius:6px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:flex-start}.college-card:hover{border-color:#97ad7c;transform:translateY(-3px);box-shadow:var(--shadow)}.college-card-top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:20px}.college-symbol{display:grid;place-items:center;background:var(--green-light);border-radius:8px;width:39px;height:39px;color:var(--green)}.college-symbol svg{width:22px;height:22px}.college-card-top>span:last-child{font-family:Georgia,serif;font-size:12px;color:var(--muted)}.college-card h3{font-size:17px;line-height:1.5;padding-right:12px}.college-card p{font-size:12px;line-height:1.8;margin-top:10px;padding-right:14px}.college-card .college-more{font-size:12px;color:var(--green);margin-top:18px;display:flex;justify-content:space-between;align-items:center;width:100%}.college-more b{font-size:22px;line-height:1;font-weight:400}.empty-state{text-align:center;border:1px dashed var(--line);padding:50px 20px;border-radius:8px}.empty-state>span{display:flex;justify-content:center;margin-bottom:20px}.empty-state p{margin:12px 0 25px}.life-section{background:var(--surface-soft)}.editorial-note{color:var(--muted);font-family:var(--serif);font-size:16px;letter-spacing:1px}.life-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:68px;align-items:center}.life-photo{height:460px;border-radius:6px;overflow:hidden;position:relative}.life-photo img{width:100%;height:100%}.life-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0c2c20a8,transparent 70%)}.life-photo>div{position:absolute;bottom:34px;left:34px;z-index:1;color:#fff}.life-photo>div>span{font-size:10px;letter-spacing:3px}.life-photo>div>p{font-family:var(--serif);font-size:32px;line-height:1.55;color:#fff;margin-top:12px;letter-spacing:2px}.life-tabs{display:flex;border-bottom:1px solid var(--line);gap:30px;margin-bottom:32px}.life-tabs button{padding:12px 0;position:relative;background:transparent;color:var(--muted);font-size:14px;white-space:nowrap}.life-tabs button[aria-selected="true"]{color:var(--ink);font-weight:600}.life-tabs button[aria-selected="true"]:after{content:"";height:2px;position:absolute;bottom:-1px;left:0;right:0;background:var(--green)}#life-panel h3{font-family:var(--serif);font-size:30px;font-weight:500;line-height:1.5;letter-spacing:1px}#life-panel>p{font-size:14px;line-height:1.9;margin-top:17px}.life-suggestions{list-style:none;padding:0;margin:27px 0}.life-suggestions li{display:flex;gap:15px;border-top:1px solid var(--line);padding:16px 0;font-size:14px}.life-suggestions li>span{font-family:Georgia,serif;font-size:13px;color:var(--muted);margin-top:2px}.life-suggestions strong{display:block;font-weight:550}.life-suggestions p{font-size:12px;margin-top:3px}.guide-section{display:grid;grid-template-columns:1fr 1.08fr;gap:100px;align-items:start}.guide-intro{padding-top:18px}.guide-intro h2{font-size:43px;line-height:1.5;font-family:var(--serif);letter-spacing:1px;font-weight:500}.guide-intro>p{font-size:14px;line-height:1.9;margin:25px 0 28px}.guide-tip{display:flex;gap:13px;max-width:380px;margin-top:36px;padding-top:24px;border-top:1px solid var(--line)}.guide-tip svg{height:20px;width:20px;color:var(--muted);margin-top:3px}.guide-tip p{font-size:12px;line-height:1.9}.checklist-card{padding:30px;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.checklist-title{display:flex;justify-content:space-between;gap:20px;align-items:center}.checklist-title .eyebrow{font-size:10px;letter-spacing:2px;margin-bottom:8px}.checklist-title h3{font-size:20px}.checklist-title>strong{font-size:33px;font-family:Georgia,serif;font-weight:400;white-space:nowrap}.checklist-title small{font-size:17px;color:var(--muted)}progress{appearance:none;display:block;width:100%;height:4px;border:0;background:var(--green-light);border-radius:4px;margin:23px 0 15px;overflow:hidden}progress::-webkit-progress-bar{background:var(--green-light)}progress::-webkit-progress-value{background:var(--green);transition:width .3s}progress::-moz-progress-bar{background:var(--green)}.checklist-item{display:flex;align-items:flex-start;gap:14px;cursor:pointer;padding:15px 0;border-bottom:1px solid var(--line)}.checklist-item input{appearance:none;width:19px;height:19px;border:1px solid #a1afa0;border-radius:4px;margin:4px 0 0;flex-shrink:0;cursor:pointer;display:grid;place-content:center}.checklist-item input:checked{background:var(--green);border-color:var(--green)}.checklist-item input:checked:after{content:"✓";color:var(--bg);font-size:14px;line-height:1}.checklist-item strong{font-size:14px;font-weight:500;display:block}.checklist-item small{font-size:12px;color:var(--muted);display:block;margin-top:1px}.checklist-item:has(input:checked) strong{text-decoration:line-through;color:var(--muted)}.checklist-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:16px;font-size:11px;color:var(--muted)}.checklist-footer button{border:0}.checklist-complete{font-size:13px;background:var(--green-light);padding:10px 14px;margin-top:15px;border-radius:4px}.faq-section{padding-top:25px;display:grid;grid-template-columns:1fr 1.8fr;gap:100px}.faq-section h2{font-size:30px;font-family:var(--serif);font-weight:500}.faq-section>div>p{font-size:13px;margin-top:16px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{display:flex;align-items:center;justify-content:space-between;list-style:none;padding:23px 0;cursor:pointer;gap:20px;font-size:15px}summary::-webkit-details-marker{display:none}summary>span{font-size:22px;font-weight:300;transition:transform .2s;flex-shrink:0}details[open] summary>span{transform:rotate(45deg)}details>div{padding:0 30px 24px 0;font-size:14px;line-height:1.9}details .text-button{margin-top:16px;font-size:13px}.closing{background:#1d4436;color:#f0f1e6;padding:76px 0 95px;position:relative;overflow:hidden;text-align:center}.closing .wrap{position:relative;z-index:1}.closing .eyebrow{color:#cad6ad;font-size:10px;letter-spacing:3px}.closing h2{font-family:var(--serif);font-size:43px;font-weight:500;letter-spacing:3px}.closing p{color:#c2cfbf;font-size:14px;letter-spacing:1px;margin:18px 0 27px}.closing-type{position:absolute;bottom:-90px;left:50%;transform:translateX(-50%);font-family:Georgia,serif;font-size:clamp(130px,24vw,330px);letter-spacing:-4px;line-height:1;color:#ffffff05;pointer-events:none;white-space:nowrap}.site-footer{padding-top:50px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:35px}.site-footer .brand-mark{height:38px;width:38px;font-size:23px}.site-footer .brand strong{font-size:20px}.site-footer .brand small{font-size:10px;letter-spacing:1px}.site-footer>div>p{font-size:11px;margin-top:20px}.footer-links{display:flex;gap:27px;font-size:12px;color:var(--muted)}.footer-links button{padding:0;background:transparent;font-size:12px}.footer-links a:hover,.footer-links button:hover{color:var(--green)}.footer-bottom{width:100%;display:flex;justify-content:space-between;font-size:10px;color:var(--muted);border-top:1px solid var(--line);padding:21px 0;gap:20px}dialog{background:var(--bg);color:var(--ink);padding:0;border:1px solid var(--line);border-radius:12px;box-shadow:0 30px 90px #0003;width:min(640px,calc(100% - 36px));max-height:85svh;overflow:auto}dialog::backdrop{background:#0a201caa;backdrop-filter:blur(7px)}.dialog-close{position:sticky;top:16px;margin:16px 16px -50px auto;z-index:5;background:var(--surface);border:1px solid var(--line);font-size:25px;line-height:1}#dialog-body{padding:45px}.detail-dialog h2{font-size:28px;padding-right:26px;line-height:1.5;margin-bottom:15px}.detail-dialog .dialog-intro{font-size:14px;line-height:1.9;margin-bottom:25px}.detail-dialog h3{font-size:15px;margin:27px 0 14px}.major-list{display:flex;flex-wrap:wrap;gap:10px}.major-tag{background:var(--green-light);padding:7px 12px;font-size:13px;border-radius:4px}.detail-dialog .dialog-note{font-size:12px;margin:22px 0;color:var(--muted);line-height:1.9}.dialog-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.dialog-links .button{font-size:13px;padding:12px 18px;gap:15px}.source-links{list-style:none;padding:0;margin:18px 0}.source-links li{padding:11px 0;border-bottom:1px solid var(--line);font-size:13px}.source-links a{display:flex;justify-content:space-between;gap:16px}.source-links a:hover{color:var(--green)}.gallery-dialog{width:min(1160px,calc(100% - 36px));background:#111e19;color:#fff;border-color:#314237}.gallery-dialog .dialog-close{background:#213a2ecc;border-color:#ffffff44;color:#fff}.gallery-stage{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:12px;padding:65px 20px 0}.gallery-stage img{width:100%;height:min(60svh,640px);object-fit:contain}.gallery-stage button{justify-self:center}.gallery-caption{display:flex;align-items:center;gap:25px;padding:25px 40px 30px}.gallery-caption h2{font-size:21px;letter-spacing:0}.gallery-caption p{font-size:12px;color:#b8c8bc;margin-top:5px}.gallery-caption a{margin-left:auto;font-size:12px;border-color:#ffffff33}.gallery-caption>span{font-size:12px;color:#b8c8bc;white-space:nowrap}.toast{position:fixed;z-index:200;left:50%;bottom:28px;transform:translateX(-50%);background:var(--ink);color:var(--bg);padding:12px 24px;border-radius:6px;box-shadow:var(--shadow);font-size:14px;max-width:calc(100% - 32px);text-align:center}.noscript{padding:20px;background:var(--green-light);text-align:center}.mobile-nav[hidden]{display:none}@keyframes hero-intro{from{transform:scale(1.035)}to{transform:scale(1)}}
@media(min-width:1600px){.hero-content{padding-top:130px}.hero h1{font-size:90px}.hero{height:820px}.hero-content>p{font-size:17px}.hero-buttons{margin-top:40px}}
@media(max-width:1200px){.desktop-nav{gap:20px}.header-cta{display:none}.site-header{padding-inline:4%}.wrap{width:calc(100% - 80px)}.hero-content{width:calc(100% - 100px)}.hero-bottom{left:50px;right:50px}.quicklinks>a{padding:25px 20px;gap:12px}.quicklinks small{font-size:11px}.intro{gap:55px}.intro-facts{gap:30px}.intro-facts a{font-size:12px;gap:8px}.campus-card .image-wrap{height:230px}.guide-section,.faq-section{gap:65px}.life-layout{gap:45px}.college-tools{flex-wrap:wrap}.college-tools .search-field{margin-left:auto}.footer-links{gap:18px}}
@media(max-width:900px){.desktop-nav{gap:16px}.desktop-nav a{font-size:12px}.brand strong{font-size:21px}.brand-mark{width:39px;height:39px;font-size:25px}.brand small{font-size:8px}.site-header{gap:20px;height:76px}.header-actions{gap:0}.hero{height:690px;min-height:600px}.hero-content{padding-top:90px}.hero h1{font-size:68px}.hero-bottom{bottom:30px}.hero-motto{display:none}.quicklinks{grid-template-columns:repeat(2,1fr)}.quicklinks>a:nth-child(2){border-right:0}.quicklinks>a:nth-child(-n+2){border-bottom:1px solid var(--line)}.section-space{padding-block:80px}.intro{grid-template-columns:1fr;gap:26px}.intro h2 br{display:none}.intro-copy>p br{display:none}.intro-facts{justify-content:flex-start;gap:65px}.intro-facts a{margin-left:auto}.intro-facts>div{flex-shrink:0}.campus-grid{grid-template-columns:repeat(3,1fr);gap:14px}.campus-card .image-wrap{height:205px}.photo-caption{padding:18px}.photo-caption h3{font-size:17px}.photo-caption p{font-size:12px}.photo-caption>span{right:15px;font-size:23px}.college-grid{grid-template-columns:repeat(2,1fr)}.college-card{padding:23px}.college-tools{align-items:stretch;gap:16px}.college-tools .search-field{margin-left:0;width:100%}.life-layout{gap:30px}.life-photo{height:475px}.life-photo>div{left:25px}.life-photo>div>p{font-size:28px}.life-tabs{gap:20px}.guide-section{gap:40px}.guide-intro h2{font-size:36px}.checklist-card{padding:24px}.checklist-title h3{font-size:17px}.guide-tip p br{display:none}.faq-section{grid-template-columns:1fr;gap:35px;padding-top:0}.footer-links{flex-wrap:wrap}.site-footer{gap:28px}}
@media(max-width:640px){html{scroll-padding-top:80px}.wrap{width:calc(100% - 40px)}.section-space{padding-block:60px}.site-header{height:70px;padding:0 20px;gap:15px}.brand{gap:9px}.brand-mark{height:36px;width:36px;font-size:23px}.brand strong{font-size:20px}.brand small{font-size:7px;letter-spacing:1.7px;margin-top:5px}.desktop-nav{display:none}.header-actions{gap:4px}.icon-button{width:36px;height:36px;padding:7px}.icon-button svg{width:21px;height:21px}.menu-button{display:grid}.mobile-nav{display:flex;position:absolute;top:70px;left:0;right:0;padding:15px 24px 22px;background:var(--bg);border-bottom:1px solid var(--line);flex-direction:column;box-shadow:var(--shadow)}.mobile-nav a{font-size:15px;padding:11px 0}.hero{min-height:610px;height:calc(88svh - 70px);max-height:730px}.hero-image{object-position:62% center}.hero-shade{background:linear-gradient(90deg,#0a261ddb,#0c2c2073 68%,#0a261d30),linear-gradient(0deg,#0a261d7a,transparent 60%)}.hero-content{width:calc(100% - 48px);padding-top:80px}.hero-eyebrow{font-size:11px;letter-spacing:1.5px;margin-bottom:25px;gap:9px}.eyebrow-line{width:21px}.hero-year{display:none}.hero h1{font-size:clamp(45px,11vw,63px);letter-spacing:1px;line-height:1.4}.hero-content>p{font-size:14px;line-height:1.9;margin-top:22px;letter-spacing:.4px}.hero-buttons{gap:22px;margin-top:30px}.button{padding:12px 18px;min-height:48px;font-size:13px;gap:20px}.hero-text-link{font-size:12px}.hero-text-link span{margin-left:6px}.hero-bottom{left:24px;right:24px;bottom:25px;gap:15px}.hero-location{font-size:10px;letter-spacing:0;gap:5px}.hero-location svg{width:14px;height:14px}.hero-pagination{font-size:14px;gap:8px}.hero-pagination em{font-size:10px;margin:0 8px 0 4px}.round-button{width:33px;height:33px}.hero-vertical{right:12px;top:40%;font-size:8px;letter-spacing:2px;opacity:.45}.quicklinks{width:100%;border-inline:0}.quicklinks>a{padding:21px 20px;gap:12px}.quick-icon svg{width:24px;height:24px}.quicklinks strong{font-size:13px}.quicklinks small{font-size:10px;margin-top:3px}.quick-arrow{display:none}.eyebrow{font-size:10px;letter-spacing:1.8px;margin-bottom:16px}h2{font-size:29px;letter-spacing:-.5px}.intro{gap:22px}.intro h2{font-size:28px;line-height:1.6;letter-spacing:.4px}.intro h2 br{display:block}.intro-copy>p{font-size:13px;line-height:2}.intro-facts{gap:35px;margin-top:22px;padding-top:20px;flex-wrap:wrap}.intro-facts strong{font-size:30px}.intro-facts small{font-size:11px}.intro-facts a{margin-left:auto;max-width:90px;line-height:1.8}.section-heading{display:block;margin-bottom:28px}.section-heading p{font-size:13px;margin-top:12px}.section-heading .text-button{margin-top:20px;font-size:12px;gap:16px}.section-heading .eyebrow{margin-bottom:14px}.campus-grid{grid-template-columns:1fr 1fr;gap:14px}.campus-card:first-child{grid-column:1/-1}.campus-card:first-child .image-wrap{height:230px}.campus-card .image-wrap{height:155px}.photo-caption{padding:17px 15px}.photo-caption h3{font-size:16px;padding-right:15px}.photo-caption p{font-size:11px;padding-right:0;margin-top:7px;line-height:1.8}.photo-caption>span{font-size:20px;right:14px;top:15px}.photo-label{left:12px;top:12px;font-size:9px;padding:3px 7px}.source-note{font-size:11px;margin-top:18px;line-height:1.8}.filter-list{gap:7px}.filter-list button{padding:7px 12px;font-size:12px}.college-tools{gap:16px}.search-field{padding:10px 12px}.search-field input{font-size:14px}.results-summary{font-size:11px;min-height:50px}.college-grid{gap:12px}.college-card{padding:19px 16px;min-height:200px}.college-card h3{font-size:15px;padding-right:0}.college-card p{font-size:11px;padding-right:0;line-height:1.85;margin-top:9px}.college-card-top{margin-bottom:16px}.college-symbol{width:33px;height:33px;border-radius:6px}.college-symbol svg{width:19px;height:19px}.college-card-top>span:last-child{font-size:10px}.college-card .college-more{font-size:11px;margin-top:15px}.college-more b{font-size:20px}.editorial-note{display:none}.life-layout{grid-template-columns:1fr;gap:25px}.life-photo{height:320px}.life-photo>div{bottom:25px;left:25px}.life-photo>div>span{font-size:9px}.life-photo>div>p{font-size:29px}.life-tabs{margin-bottom:25px;gap:30px}.life-tabs button{font-size:13px;padding:12px 0}#life-panel h3{font-size:26px}#life-panel>p{font-size:13px;margin-top:15px}.life-suggestions{margin:22px 0}.life-suggestions li{padding:14px 0;font-size:13px}.life-suggestions p{font-size:11px}.guide-section{grid-template-columns:1fr;gap:32px}.guide-intro{padding-top:0}.guide-intro h2{font-size:34px}.guide-intro>p{font-size:13px;margin:19px 0 24px}.guide-tip{margin-top:25px;padding-top:21px;max-width:none}.guide-tip p{font-size:11px}.checklist-card{padding:25px 22px}.checklist-title h3{font-size:18px}.checklist-title>strong{font-size:30px}.checklist-title .eyebrow{font-size:9px}.checklist-item{padding:14px 0;gap:12px}.checklist-item strong{font-size:13px}.checklist-item small{font-size:11px}.checklist-footer{font-size:10px;gap:8px}.checklist-footer button{font-size:11px}.faq-section{padding-top:0;gap:25px}.faq-section h2{font-size:28px}.faq-section>div>p{font-size:12px;margin-top:13px}summary{font-size:13px;padding:20px 0;gap:15px}details>div{font-size:12px;padding:0 5px 22px 0}details .text-button{font-size:12px}.closing{padding:60px 0 67px}.closing h2{font-size:32px;letter-spacing:1px}.closing p{font-size:12px;letter-spacing:.5px;margin:16px 0 25px}.closing .eyebrow{font-size:9px;letter-spacing:2px}.closing-type{bottom:-20px;font-size:105px;letter-spacing:-3px}.site-footer{padding-top:35px;gap:25px}.site-footer .brand small{font-size:9px}.site-footer>div>p{font-size:10px;margin-top:15px}.footer-links{gap:18px;width:100%;font-size:11px}.footer-links button{font-size:11px}.footer-bottom{font-size:9px;padding:18px 0;flex-wrap:wrap;gap:6px}.footer-bottom span:last-child{margin-left:auto}#dialog-body{padding:48px 25px 30px}.detail-dialog h2{font-size:24px}.detail-dialog .dialog-intro{font-size:13px}.detail-dialog h3{font-size:14px}.major-tag{font-size:12px}.dialog-links{gap:12px}.gallery-stage{grid-template-columns:30px 1fr 30px;gap:3px;padding:60px 8px 0}.gallery-stage img{height:45svh}.gallery-stage button{width:29px;height:29px;font-size:13px}.gallery-caption{padding:20px 22px 26px;gap:12px;flex-wrap:wrap}.gallery-caption h2{font-size:19px}.gallery-caption>div{width:100%}.gallery-caption p{font-size:11px}.gallery-caption a{margin-left:0;font-size:11px}.gallery-caption>span{margin-left:auto;font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Reading sizes: body copy remains comfortable on phones and wide screens. */
.intro-copy>p,.section-heading p,.guide-intro>p,#life-panel>p{font-size:16px}
.photo-caption p,.college-card p,.life-suggestions p,.guide-tip p,.checklist-item small{font-size:14px}
.filter-list button,.search-field input,.college-card .college-more,.footer-links,.footer-links button{font-size:14px}
.checklist-item strong,.life-suggestions li,details>div{font-size:16px}
.source-note,.checklist-footer,.checklist-title .eyebrow,.photo-label,.brand small,.footer-bottom{font-size:12px}
.brand small{font-size:9px}.photo-label{font-size:11px}.college-card .college-more{margin-top:auto;padding-top:18px}
@media(max-width:900px){.desktop-nav a{font-size:14px}.desktop-nav{gap:14px}}
@media(max-width:640px){.intro-copy>p,.section-heading p,.guide-intro>p,#life-panel>p{font-size:15px}.photo-caption p,.college-card p,.life-suggestions p,.guide-tip p,.checklist-item small{font-size:14px}.checklist-item strong,.life-suggestions li,details>div{font-size:15px}.college-card h3{font-size:16px}.filter-list button,.college-card .college-more,.life-tabs button,summary,.text-button,.section-heading .text-button{font-size:14px}.college-card .college-more{font-size:12px}.photo-label{font-size:10px}.brand small{font-size:8px}.footer-bottom{font-size:11px}.quicklinks small{font-size:12px}.quicklinks strong{font-size:14px}.quicklinks>a{padding-inline:18px;gap:10px}.quick-icon svg{width:21px;height:21px}.checklist-footer{font-size:12px}.checklist-footer button{font-size:12px}.guide-tip p{font-size:13px}.source-note{font-size:12px}}
