@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap');
:root{--blue:#103c7c;--blue2:#1958a6;--green:#55aa36;--yellow:#ffcc3e;--ink:#17334c;--muted:#64778a;--line:#dfe7ee;--bg:#f4f7fb;--white:#fff;--shadow:0 12px 38px rgba(13,49,94,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',system-ui,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.wrap{max-width:1200px;margin:auto;padding-left:24px;padding-right:24px}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:86px;gap:20px}.brand{display:flex;gap:11px;align-items:center;text-decoration:none;min-width:0}.brand img{width:62px;height:62px;object-fit:contain}.brand strong{display:block;font:800 24px/1 'Outfit',sans-serif;color:var(--blue)}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.site-header nav{display:flex;gap:6px}.nav{border:0;background:none;border-radius:12px;padding:12px 16px;color:var(--muted);font-weight:800}.nav:hover,.nav.active{background:#ecf4ff;color:var(--blue)}.count{display:inline-grid;place-items:center;background:var(--yellow);border-radius:99px;min-width:21px;height:21px;padding:0 5px;color:var(--ink);font-size:12px}.hero{margin-top:22px;background:radial-gradient(circle at 77% 12%,#387fbd 0,transparent 28%),linear-gradient(115deg,#103c7c 6%,#1658a2 65%,#298f78 100%);border-radius:30px;min-height:350px;position:relative;overflow:hidden;display:flex;align-items:center;box-shadow:0 22px 50px rgba(16,60,124,.19)}.hero:before,.hero:after{content:'';position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%}.hero:before{width:510px;height:510px;right:-160px;top:-180px}.hero:after{width:300px;height:300px;right:120px;bottom:-210px}.hero-copy{position:relative;z-index:2;padding:46px 52px;width:63%;color:white}.eyebrow,.kicker{font-size:11px;font-weight:800;letter-spacing:.15em}.eyebrow{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:99px;padding:9px 13px;display:inline-block}.hero h1{font:800 clamp(38px,5vw,62px)/1.04 'Outfit',sans-serif;letter-spacing:-.04em;margin:21px 0 12px}.hero em{font-style:normal;color:var(--yellow)}.hero p{font-size:17px;line-height:1.5;color:#e3effb;max-width:460px;margin:0 0 24px}.hero-mascot{position:absolute;width:47%;height:115%;object-fit:contain;object-position:center bottom;right:2%;bottom:-7%;filter:drop-shadow(0 20px 30px rgba(0,20,60,.25));z-index:1}.primary{border:0;border-radius:13px;background:var(--blue);color:white;font-weight:800;padding:14px 18px;min-height:48px;display:inline-flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 7px 18px rgba(16,60,124,.17)}.primary:hover{background:#17539e}.primary.white{background:white;color:var(--blue);box-shadow:none}.primary.white:hover{background:#eef6ff}.primary.full{width:100%}.primary:disabled{opacity:.55;cursor:wait}.subtle{background:#edf4fc;color:var(--blue);border:1px solid #d9e6f5;border-radius:12px;padding:11px 14px;font-weight:800;min-height:42px}.subtle:hover{background:#dcecff}.announcement{display:flex;align-items:center;gap:10px;padding:18px 4px;color:var(--blue);font-weight:700;font-size:13px}.dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #e2f3df}.announcement-side{margin-left:auto;color:var(--muted);font-weight:600}.view{padding:15px 0 50px;min-height:420px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:20px}.section-title h2{font:800 clamp(26px,3vw,36px)/1.15 'Outfit',sans-serif;letter-spacing:-.03em;margin:6px 0}.section-title p{color:var(--muted);margin:0;font-size:14px}.kicker{color:var(--green)}.search-wrap input{width:min(300px,100%);height:46px}.chips{display:flex;gap:8px;overflow-x:auto;padding:0 0 18px}.chip{white-space:nowrap;background:#fff;border:1px solid var(--line);padding:10px 17px;border-radius:99px;color:var(--muted);font-weight:800}.chip.active{background:var(--blue);color:#fff;border-color:var(--blue)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.product-card,.panel,.order-card,.admin-product{background:white;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.product-card{padding:14px;display:flex;flex-direction:column;min-width:0}.product-icon{height:130px;border-radius:14px;display:grid;place-items:center;background:radial-gradient(circle at 76% 24%,#e7f3cc,transparent 45%),linear-gradient(140deg,#edf4ff,#f5faed);font-size:60px}.product-card h3{font:700 18px 'Outfit',sans-serif;margin:15px 0 4px}.product-card p{font-size:13px;color:var(--muted);margin:0 0 15px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.price{font:800 21px 'Outfit',sans-serif;color:var(--blue)}.stock{font-size:11px;color:var(--muted);display:block}.product-bottom button{background:#eaf3ff;border:0;border-radius:10px;color:var(--blue);font-size:21px;font-weight:800;width:39px;height:39px;flex-shrink:0}.product-bottom button:hover{background:var(--blue);color:white}.product-bottom button:disabled{opacity:.5;cursor:not-allowed}.panel{padding:23px}.panel h3{font:700 20px 'Outfit',sans-serif;margin:0 0 18px}.checkout-grid{display:grid;grid-template-columns:1fr 420px;gap:20px;align-items:start}.cart-line{border-bottom:1px solid var(--line);padding:14px 0;display:flex;justify-content:space-between;align-items:center;gap:15px}.cart-line b{font-size:15px}.cart-line small{display:block;color:var(--muted);margin-top:4px}.quantity{display:flex;align-items:center;gap:10px}.quantity button{border:1px solid var(--line);border-radius:9px;background:#f8fafc;width:31px;height:31px}.empty{text-align:center;color:var(--muted);padding:55px 12px}.empty strong{display:block;color:var(--ink);font-size:18px;margin:8px 0}.form-panel label,.login-card label,.verify-grid label,.product-admin-grid label{display:block;font-size:12px;font-weight:800;color:var(--ink);margin-bottom:13px}.form-panel input,.form-panel select,.form-panel textarea,.login-card input,.verify-grid input,.product-admin-grid input,.search-wrap input,#statusFilter{width:100%;margin-top:6px;border:1px solid #d5e0e8;background:#fff;border-radius:11px;padding:11px 12px;min-height:44px;color:var(--ink);outline:none}.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus,.login-card input:focus,.verify-grid input:focus,.product-admin-grid input:focus,.search-wrap input:focus{border-color:#72a7e5;box-shadow:0 0 0 3px #e6f2ff}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.optional{color:var(--muted);font-weight:500}.space-top{margin-top:24px!important}.pay-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pay-choice{border:1px solid var(--line);border-radius:13px;padding:12px;display:flex!important;align-items:center;gap:8px;cursor:pointer}.pay-choice:has(input:checked){border-color:var(--blue);background:#eff6ff}.pay-choice input{width:auto!important;min-height:0!important;margin:0!important}.pay-choice small{display:block;font-size:11px;font-weight:500;color:var(--muted)}.test-card{background:#fff8e3;border:1px solid #f4df9f;border-radius:14px;padding:14px;margin:14px 0}.test-card p{font-size:12px;margin:0 0 12px}.checkout-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:20px 0 16px;margin-top:16px}.checkout-total strong{font:800 25px 'Outfit',sans-serif;color:var(--blue)}.fine{font-size:11px;line-height:1.5;color:var(--muted);margin:12px 0 0}.orders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.order-card{padding:22px}.order-head{display:flex;justify-content:space-between;gap:10px;align-items:start}.order-head strong{font:800 27px 'Outfit',sans-serif;color:var(--blue)}.order-head small{display:block;color:var(--muted)}.status{border-radius:99px;background:#edf4ff;color:var(--blue);padding:7px 10px;font-size:11px;font-weight:800;white-space:nowrap}.status.ready{background:#e4f4df;color:#287935}.status.preparing{background:#fff2d5;color:#815500}.status.delivered{background:#e6f1ea;color:#327251}.status.no_show,.status.cancelled{background:#f0f0f0;color:#626d78}.order-meta{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:13px;margin-top:14px;font-size:13px}.pickup-code{background:#f0f6ff;border:1px solid #d8e6f8;border-radius:14px;padding:14px;margin-top:15px;display:flex;justify-content:space-between;align-items:center;gap:8px}.pickup-code small{display:block;color:var(--muted);font-size:11px}.pickup-code b{font:800 24px 'Outfit',sans-serif;letter-spacing:.12em;color:var(--blue)}.countdown{color:#b36b00;font-size:12px;margin:10px 0 0;font-weight:800}.footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:14px;color:var(--muted);font-size:12px;padding-top:25px;padding-bottom:35px}.footer a{color:var(--blue);font-weight:800}.toast{position:fixed;z-index:80;bottom:25px;left:50%;transform:translate(-50%,15px);background:#15304a;color:#fff;max-width:min(94vw,500px);text-align:center;padding:12px 18px;border-radius:12px;box-shadow:0 15px 36px #15304a44;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}.staff-main{padding-top:24px;padding-bottom:55px}.staff-head{display:flex;gap:10px;align-items:center}.staff-label{color:var(--muted);font-size:13px}.login-card{max-width:460px;margin:65px auto;padding:35px}.login-card h1{font:800 35px 'Outfit';margin:12px 0}.login-card p{color:var(--muted);line-height:1.5}.login-card form{margin-top:28px}.staff-banner{border-radius:25px;padding:30px 35px;background:linear-gradient(115deg,#103c7c,#176ab0);color:#fff;display:flex;justify-content:space-between;align-items:center}.staff-banner .kicker{color:#bde6c0}.staff-banner h1{font:800 38px 'Outfit';margin:7px 0}.staff-banner p{color:#d7ecfc;margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0 22px}.stat{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px}.stat b{font:800 30px 'Outfit';color:var(--blue);display:block}.stat span{color:var(--muted);font-size:12px;font-weight:700}.staff-tabs{display:flex;border-bottom:1px solid var(--line);gap:20px;margin-bottom:20px;overflow:auto}.staff-tabs button{border:0;border-bottom:3px solid transparent;background:none;padding:13px 4px;color:var(--muted);font-weight:800;white-space:nowrap}.staff-tabs button.active{color:var(--blue);border-color:var(--green)}.staff-order-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.staff-order-grid .order-card{padding:20px}.order-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.order-actions button{border:1px solid var(--line);background:#f4f8fc;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:800;color:var(--blue)}.order-actions button.primary{color:white;background:var(--blue)}#statusFilter{width:170px}.verify-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.access-card p{font-size:14px;color:var(--muted)}.access-qr{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;width:max-content;margin:20px auto}.access-qr svg{display:block;width:200px;height:200px}#accessUrl{display:block;text-align:center;overflow-wrap:anywhere;font-size:12px;margin:10px 0 16px}.access-card button{display:block;margin:auto}.verified{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.verified h4{margin:0 0 9px;font:800 22px 'Outfit'}.verified p{color:var(--muted);font-size:13px}.product-admin-grid{display:grid;grid-template-columns:340px 1fr;align-items:start;gap:18px}.admin-product-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.admin-product{display:flex;align-items:center;gap:10px;padding:14px}.admin-product .icon{font-size:30px}.admin-product .detail{min-width:0;flex:1}.admin-product b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-product small{color:var(--muted)}.admin-product button{border:0;border-radius:9px;background:#edf4fb;padding:8px;font-size:11px;color:var(--blue);font-weight:800}.admin-product button.off{background:#fff1e7;color:#9c5712}.edit-form{display:grid;gap:8px;margin-top:10px}.edit-form input{min-width:0}.edit-form .field-row{grid-template-columns:1fr 1fr}.badge{font-size:12px;color:var(--muted)}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.checkout-grid{grid-template-columns:1fr 380px}.hero-mascot{width:48%}.admin-product-list{grid-template-columns:1fr}}
@media(max-width:760px){.wrap{padding-left:16px;padding-right:16px}.header-inner{min-height:70px}.brand img{width:46px;height:46px}.brand strong{font-size:20px}.brand small{font-size:10px}.site-header nav{gap:0}.nav{padding:9px 7px;font-size:12px}.nav:first-child{display:none}.hero{margin-top:14px;min-height:305px;border-radius:22px}.hero-copy{padding:27px;width:72%}.hero h1{font-size:36px}.hero p{font-size:13px;max-width:235px}.hero-mascot{width:54%;right:-6%;height:83%;bottom:0}.announcement-side{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-icon{height:110px;font-size:50px}.product-card{padding:10px}.product-card h3{font-size:16px}.checkout-grid,.orders-grid,.staff-order-grid,.verify-grid,.product-admin-grid{grid-template-columns:1fr}.section-title{align-items:start;flex-direction:column}.search-wrap,.search-wrap input{width:100%}.stats{grid-template-columns:repeat(2,1fr)}.staff-banner{padding:24px}.staff-banner h1{font-size:29px}.staff-banner .primary{padding:10px;font-size:12px}.staff-label{display:none}.staff-main{padding-top:16px}.admin-product-list{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.hero-copy{width:78%;padding:23px}.hero h1{font-size:31px}.hero-mascot{opacity:.84;width:57%;right:-8%;height:75%}.hero .primary{padding:10px 12px;font-size:12px}.pay-options,.field-row,.admin-product-list{grid-template-columns:1fr}.product-icon{height:85px;font-size:41px}.product-card h3{font-size:14px}.product-card p{font-size:11px}.panel{padding:17px}.footer{flex-direction:column}.nav{font-size:11px;padding:8px 5px}.brand small{max-width:88px}.staff-tabs{gap:13px}.staff-tabs button{font-size:12px}}
.product-icon svg{width:58px;height:58px;color:#235c9e}.pickup-code span:last-child{font-size:11px;color:var(--blue);font-weight:800;text-align:right}.admin-product .icon{font:800 17px 'Outfit',sans-serif;display:grid;place-items:center;flex-shrink:0;width:35px;height:35px;border-radius:10px;background:#eaf3ff;color:var(--blue)}
.campus-life{padding:12px 0 30px}.campus-life-heading{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:17px}.campus-life-heading h2{font:800 clamp(25px,3vw,35px)/1.12 'Outfit',sans-serif;letter-spacing:-.035em;margin:6px 0 0}.campus-life-heading p{max-width:320px;margin:0;color:var(--muted);font-size:13px;line-height:1.45}.campus-life-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.campus-photo{position:relative;display:block;min-width:0;overflow:hidden;min-height:230px;border-radius:20px;background:#173e68;color:#fff;isolation:isolate;box-shadow:var(--shadow)}.campus-photo img{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.campus-photo-wide img{object-position:center 52%}.campus-photo:not(.campus-photo-wide) img{object-position:center 38%}.campus-photo:hover img{transform:scale(1.035)}.campus-photo:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.campus-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 34%,rgba(6,35,69,.8) 100%);z-index:1}.campus-photo-copy{position:absolute;bottom:19px;left:21px;right:16px;z-index:2;display:grid;gap:3px;text-shadow:0 1px 6px #16334b8c}.campus-photo-copy small{font-size:10px;letter-spacing:.16em;font-weight:800;color:#e3f7d9}.campus-photo-copy strong{font:800 clamp(19px,2.3vw,27px)/1.15 'Outfit',sans-serif}.campus-photo-copy>span{font-size:11px;font-weight:800;margin-top:4px}.campus-credit{margin:10px 2px 0;color:var(--muted);font-size:11px}.campus-credit a{color:var(--blue);font-weight:700}.campus-life+.view{padding-top:17px}
@media(max-width:760px){.campus-life{padding:7px 0 21px}.campus-life-heading{align-items:start;gap:4px;flex-direction:column;margin-bottom:12px}.campus-life-heading p{font-size:12px;max-width:none}.campus-life-grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 1px 8px}.campus-life-grid::-webkit-scrollbar{display:none}.campus-photo{flex:0 0 min(78vw,370px);height:175px;min-height:0;scroll-snap-align:start;border-radius:16px}.campus-photo-copy{left:15px;bottom:14px}.campus-photo-copy strong{font-size:19px}.campus-credit{margin-top:4px}.campus-life+.view{padding-top:14px}}
@media(max-width:400px){.campus-photo{height:160px}.campus-life-heading h2{font-size:25px}}
@media(max-width:480px){.header-inner{gap:6px}.brand{gap:5px}.brand img{width:42px;height:42px}.brand strong{font-size:17px;white-space:nowrap}.brand small{font-size:9px;white-space:nowrap;max-width:none}.site-header nav{gap:2px}.nav{font-size:10px;padding:8px 5px}.hero p{max-width:195px}.hero-mascot{width:50%;right:-10%;height:68%}}
.photo-gallery{min-width:0;background:#fff;border:1px solid var(--line);border-radius:20px;padding:11px;box-shadow:var(--shadow)}.gallery-top{display:flex;justify-content:space-between;align-items:center;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.13em;margin:2px 4px 9px}.gallery-count{color:var(--muted);letter-spacing:0}.photo-gallery .campus-photo{min-height:0;height:230px;border-radius:13px;box-shadow:none}.photo-gallery .campus-photo img{top:0;bottom:auto;height:calc(100% + 50px);object-position:center top;transition:opacity .18s ease;opacity:1}.photo-gallery .campus-photo:hover img{transform:none}.photo-gallery .campus-photo.changing img{opacity:0}.gallery-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:9px 3px 0}.gallery-bottom strong{display:block;font:700 16px/1.15 'Outfit',sans-serif;color:var(--ink)}.gallery-source{display:inline-block;color:var(--blue);font-size:11px;font-weight:700;margin-top:4px}.gallery-controls{display:flex;gap:5px;flex-shrink:0}.gallery-controls button{border:1px solid var(--line);background:#edf4fc;color:var(--blue);width:36px;height:36px;border-radius:10px;font-weight:800}.gallery-controls button:hover{background:#dcecff}.gallery-controls button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.feedback-section{margin:10px 0 44px;padding:28px;border-radius:24px;background:linear-gradient(120deg,#e8f3ea,#ebf4ff);display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:27px;align-items:center}.feedback-intro h2{font:800 clamp(26px,3vw,36px)/1.12 'Outfit',sans-serif;letter-spacing:-.03em;margin:7px 0 10px}.feedback-intro p{font-size:14px;color:var(--muted);line-height:1.5;max-width:340px}.feedback-form{box-shadow:none}.feedback-form label{display:block;font-size:12px;font-weight:800;margin-bottom:13px}.feedback-form input,.feedback-form select,.feedback-form textarea{display:block;width:100%;margin-top:6px;border:1px solid #d5e0e8;background:#fff;border-radius:11px;padding:11px 12px;min-height:44px;color:var(--ink)}.feedback-form textarea{resize:vertical}.feedback-form input:focus,.feedback-form select:focus,.feedback-form textarea:focus{outline:2px solid #72a7e5;outline-offset:1px}.feedback-form-bottom{display:flex;gap:14px;align-items:end}.feedback-form-bottom label{flex:1;margin-bottom:0}.feedback-form-bottom button{flex-shrink:0}.feedback-message{min-height:17px;font-size:12px;color:#287935;font-weight:800;margin:10px 0 0}.feedback-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.feedback-item{padding:19px}.feedback-item h3{font:700 18px 'Outfit',sans-serif;margin:7px 0}.feedback-item p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.45;margin:8px 0 14px}.feedback-item .fine{margin:0}.feedback-item .feedback-state{color:#287935;font-weight:800;font-size:12px}.feedback-item .subtle{margin-top:12px}
@media(max-width:760px){.photo-gallery{flex:0 0 min(78vw,370px);scroll-snap-align:start;padding:8px;border-radius:16px}.photo-gallery .campus-photo{width:100%;height:175px;flex:none;border-radius:10px}.gallery-bottom strong{font-size:14px}.gallery-bottom{min-height:65px}.feedback-section{grid-template-columns:1fr;gap:7px;padding:20px 16px;margin-bottom:30px}.feedback-intro p{margin:0 0 12px}.feedback-list{grid-template-columns:1fr}}
@media(max-width:480px){.photo-gallery .campus-photo{height:160px}.feedback-form-bottom{flex-direction:column;align-items:stretch}.feedback-form-bottom label{width:100%}.feedback-form-bottom button{width:100%}}

/* Keep navigation destinations and controls fully visible below the sticky header. */
.view,.staff-view{scroll-margin-top:105px}
.brand img{flex-shrink:0}
.product-photo{display:block;width:100%;height:auto;aspect-ratio:4/3;border-radius:14px;object-fit:cover;background:#e9eef2}
.admin-product{min-width:0}
.admin-product .detail{overflow-wrap:anywhere}
.admin-product b{white-space:normal;overflow:visible;text-overflow:clip}
@media(max-width:760px){
 .header-inner{display:flex;flex-wrap:wrap;gap:4px 12px;padding-top:7px;padding-bottom:7px}
 .site-header nav{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
 .nav:first-child{display:block}
 .nav{min-width:0;min-height:44px;padding:9px 5px;font-size:14px}
 .view,.staff-view{scroll-margin-top:120px}
 .campus-life-grid{display:grid;grid-template-columns:minmax(0,1fr);overflow:visible;gap:12px;padding:0}
 .photo-gallery{min-width:0;width:100%;flex:none;scroll-snap-align:none}
 .photo-gallery .campus-photo{width:100%;height:200px}
 .chips{flex-wrap:wrap;overflow:visible;padding-bottom:14px}
 .chip{min-height:44px;padding:9px 14px;font-size:14px}
 .staff-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;overflow:visible}
 .staff-tabs button{white-space:normal;text-align:center;min-height:48px;font-size:14px;line-height:1.25;padding:9px 5px}
 .admin-product{flex-wrap:wrap}
 .admin-product .detail{flex:1 1 calc(100% - 45px)}
 .admin-product button{flex:1 1 45%;min-height:44px;font-size:14px}
 .order-head{flex-wrap:wrap}
 .status{white-space:normal}
 .pickup-code{flex-wrap:wrap;overflow-wrap:anywhere}
 .staff-banner{flex-wrap:wrap;gap:15px}
 .staff-banner .primary{min-height:44px}
}
@media(max-width:480px){
 .brand small{max-width:none;font-size:11px}
 .brand strong{font-size:19px}
 .hero{min-height:0;display:flex;flex-direction:column;align-items:stretch}
 .hero-copy{width:100%;padding:24px 22px 12px}
 .hero h1{font-size:33px;margin:0 0 10px}
 .hero p{max-width:none;margin-bottom:15px;font-size:14px}
 .hero .primary{min-height:44px;font-size:14px}
 .hero-mascot{position:relative;align-self:flex-end;width:160px;height:138px;right:auto;bottom:auto;margin:-37px 14px -3px 0;opacity:1}
 .photo-gallery .campus-photo{height:180px}
 .product-card h3{font-size:15px}
 .product-photo{border-radius:10px}
 .product-card p{font-size:13px}
 .stock{font-size:12px}
 .price{font-size:19px}
 .staff-banner{flex-direction:column;align-items:stretch}
 .staff-banner .primary{width:100%;justify-content:center;font-size:14px}
 .login-card{margin:28px auto;padding:22px}
}
