:root {
  --navy: #0a2140;
  --navy-deep: #06172e;
  --navy-soft: #12395f;
  --orange: #ff7900;
  --orange-soft: #ff9a3d;
  --cream: #f3efe6;
  --paper: #fbfaf6;
  --white: #fff;
  --ink: #0b213d;
  --muted: #657282;
  --line: #d8d8d2;
  --green: #41b977;
  --shadow: 0 24px 70px rgba(6, 24, 47, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Aptos, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 16px; padding: 12px 16px; background: var(--white); color: var(--navy); box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 120px 0; }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(6, 23, 46, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
  backdrop-filter: blur(10px);
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.site-header.is-scrolled { position: fixed; background: rgba(6, 23, 46, .96); box-shadow: 0 8px 28px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.header-inner { width: min(1240px, calc(100% - 48px)); min-height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; line-height: 1; }
.brand-mark { width: 46px; height: 46px; display: inline-grid; flex: 0 0 auto; place-items: center; padding: 3px; overflow: hidden; background: #fffaf1; border: 1px solid rgba(255,255,255,.55); border-radius: 11px 11px 11px 3px; box-shadow: 0 8px 22px rgba(0,0,0,.14); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.brand-type strong { display: block; font-size: 22px; font-weight: 850; letter-spacing: -.8px; }
.brand-type small { display: block; margin-top: 6px; color: var(--orange-soft); font-size: 8px; font-weight: 850; letter-spacing: 2.7px; }
.desktop-nav { display: flex; gap: 31px; margin-left: auto; font-size: 13px; font-weight: 700; color: #e2e9f1; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 3px; left: 0; width: 0; height: 2px; background: var(--orange); transition: width .2s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { width: 100%; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 56px;
  padding: 0 25px;
  border: 0;
  border-radius: 7px;
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(255,121,0,.2);
  font-size: 14px;
  font-weight: 820;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: #ff891f; box-shadow: 0 16px 34px rgba(255,121,0,.28); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(255,121,0,.55); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 12px; box-shadow: none; }
.menu-toggle { display: none; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.25); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 6px auto; background: var(--white); transition: .2s ease; }
.mobile-menu { display: none; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr); overflow: hidden; background: var(--navy); color: var(--white); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 150px clamp(48px, 4vw, 72px) 72px max(48px, calc((100vw - 1180px) / 2)); background: radial-gradient(circle at 19% 27%, #123960 0, var(--navy) 37%, var(--navy-deep) 100%); }
.hero-copy > * { width: min(100%, 650px); }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: 1.65px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #c8d2de; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 720px; margin: 0; font-size: clamp(55px, 5.5vw, 79px); line-height: .98; letter-spacing: -4.7px; font-weight: 850; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 625px; margin: 29px 0 0; color: #bec9d7; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #dbe2ea; font-size: 13px; font-weight: 760; }
.call-dot { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #35506d; border-radius: 50%; color: var(--orange); }
.trust-row { display: flex; gap: 24px; margin-top: 58px; color: #9eb0c4; font-size: 13px; line-height: 1.45; }
.trust-row span { min-width: 132px; padding-left: 15px; border-left: 1px solid #2d4662; }
.trust-row span:last-child { min-width: 210px; }
.trust-row b { display: block; margin-bottom: 5px; color: var(--white); font-size: 16px; line-height: 1.2; }
.hero-visual { position: relative; display: grid; place-items: center; min-width: 0; padding: 110px 48px 60px; background-color: #dce0e2; background-image: linear-gradient(120deg, rgba(255,255,255,.68), transparent 42%), repeating-linear-gradient(90deg, transparent 0 74px, rgba(9,33,63,.035) 74px 75px); }
.hero-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 18px 0 45px rgba(8,30,53,.11); }
.storage-frame { width: min(455px, 100%); padding: 17px 17px 21px; background: #e8eaeb; border: 10px solid #b7bec3; border-bottom-width: 18px; box-shadow: 0 32px 65px rgba(4,20,40,.27); transform: perspective(1000px) rotateY(-3deg); }
.storage-label { height: 38px; display: flex; align-items: center; gap: 10px; color: #5b6670; font-size: 10px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.storage-label span { width: 9px; height: 9px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(65,185,119,.13); }
.storage-door { position: relative; height: 398px; overflow: hidden; background: linear-gradient(90deg,#e2e6e8,#f4f5f5 58%,#d9dddf); border: 3px solid #a4adb3; }
.door-ridges { position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 22px, rgba(47,63,77,.18) 22px 24px); }
.door-handle { position: absolute; z-index: 3; top: 45%; right: 21px; width: 18px; height: 55px; border: 4px solid #69737b; border-left: 0; border-radius: 0 7px 7px 0; }
.box { position: absolute; z-index: 2; display: grid; place-items: center; background: #c89452; border: 1px solid #986d37; color: rgba(48,31,12,.66); box-shadow: inset 0 2px rgba(255,255,255,.22); font-size: 8px; font-weight: 900; letter-spacing: 1px; }
.box i { position: absolute; top: 10px; left: 12px; font-style: normal; }
.box-one { left: 31px; bottom: 0; width: 150px; height: 120px; }
.box-two { left: 181px; bottom: 0; width: 100px; height: 75px; background: #b98043; }
.box-three { left: 66px; bottom: 120px; width: 95px; height: 62px; background: #d3a065; }
.stored-object { position: absolute; z-index: 1; display: block; height: auto; pointer-events: none; user-select: none; filter: saturate(.88) drop-shadow(0 9px 10px rgba(16,34,49,.2)); transition: filter .35s ease, opacity .35s ease; }
.stored-object-bike { right: -14px; bottom: 5px; width: 220px; opacity: .9; animation: stored-bike-png-idle 7.2s 1.5s infinite ease-in-out; }
.storage-door:hover .stored-object { filter: saturate(1.02) drop-shadow(0 12px 13px rgba(16,34,49,.25)); opacity: 1; }
.price-sticker { position: absolute; z-index: 5; top: 125px; left: 4%; width: 128px; height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--orange); color: var(--white); border-radius: 50%; transform: rotate(-8deg); box-shadow: 0 14px 32px rgba(128,55,0,.25); }
.price-sticker small { font-size: 9px; font-weight: 900; letter-spacing: 2px; }
.price-sticker strong { font-size: 39px; line-height: 1.05; }
.price-sticker span { font-size: 10px; font-weight: 750; }
.location-chip { position: absolute; z-index: 5; right: 5%; bottom: 99px; min-width: 238px; padding: 11px 16px 11px 42px; background: var(--white); color: var(--navy); border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.13); line-height: 1.25; }
.location-chip > span { position: absolute; left: 14px; top: 15px; color: var(--orange); font-size: 20px; }
.location-chip b { display: block; font-size: 11px; }
.location-chip small { color: #71808c; font-size: 9px; }
.price-note { position: absolute; bottom: 31px; right: 44px; margin: 0; color: #68747e; font-size: 9px; }

/* Living CSS artifacts: restrained motion that gives the storage scene depth. */
.hero-copy .eyebrow { animation: hero-content-in .65s .05s both cubic-bezier(.22,1,.36,1); }
.hero-copy h1 { animation: hero-content-in .75s .12s both cubic-bezier(.22,1,.36,1); }
.hero-copy .hero-lead { animation: hero-content-in .7s .2s both cubic-bezier(.22,1,.36,1); }
.hero-copy .hero-actions { animation: hero-content-in .7s .28s both cubic-bezier(.22,1,.36,1); }
.hero-copy .trust-row { animation: hero-content-in .7s .36s both cubic-bezier(.22,1,.36,1); }
.storage-frame { animation: storage-frame-in .9s .1s both cubic-bezier(.22,1,.36,1), storage-breathe 7s 1.1s infinite ease-in-out; }
.storage-door::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.42) 46%, transparent 68%); transform: translateX(-120%); animation: door-light-sweep 8s 2s infinite ease-in-out; }
.box-one { animation: box-arrive .65s .58s both cubic-bezier(.2,.9,.25,1.25), box-idle-one 5.5s 1.4s infinite ease-in-out; }
.box-two { animation: box-arrive .65s .72s both cubic-bezier(.2,.9,.25,1.25), box-idle-two 6.2s 1.5s infinite ease-in-out; }
.box-three { animation: box-arrive .65s .86s both cubic-bezier(.2,.9,.25,1.25), box-idle-three 5.8s 1.6s infinite ease-in-out; }
.price-sticker { animation: price-pop .72s .35s both cubic-bezier(.2,.9,.25,1.3), price-float 4.6s 1.1s infinite ease-in-out; }
.location-chip { animation: chip-in .65s .7s both cubic-bezier(.22,1,.36,1), chip-float 5.2s 1.4s infinite ease-in-out; }

@keyframes hero-content-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes storage-frame-in { from { opacity: 0; transform: perspective(1000px) translateY(34px) rotateY(-8deg) scale(.97); } to { opacity: 1; transform: perspective(1000px) translateY(0) rotateY(-3deg) scale(1); } }
@keyframes storage-breathe { 0%,100% { transform: perspective(1000px) translateY(0) rotateY(-3deg); } 50% { transform: perspective(1000px) translateY(-7px) rotateY(-1.5deg); } }
@keyframes door-light-sweep { 0%,72%,100% { transform: translateX(-120%); } 86% { transform: translateX(120%); } }
@keyframes box-arrive { from { opacity: 0; transform: translateY(40px) scale(.92); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes box-idle-one { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes box-idle-two { 0%,100% { transform: translate(0,0); } 50% { transform: translate(2px,-4px); } }
@keyframes box-idle-three { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-5px) rotate(-.8deg); } }
@keyframes stored-bike-png-idle { 0%,100% { transform: translate(0,0) rotate(0); } 50% { transform: translate(-3px,-3px) rotate(-.3deg); } }
@keyframes price-pop { from { opacity: 0; transform: scale(.6) rotate(-18deg); } to { opacity: 1; transform: scale(1) rotate(-8deg); } }
@keyframes price-float { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-8px) rotate(-5deg); } }
@keyframes chip-in { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: translateX(0); } }
@keyframes chip-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 95px; align-items: start; }
h2 { margin: 0; font-size: clamp(42px, 4.25vw, 62px); line-height: 1.04; letter-spacing: -3.1px; font-weight: 840; }
h2 span { color: var(--orange); }
.intro-copy { padding-top: 38px; }
.intro-copy > p { margin: 0 0 30px; color: #526274; font-size: 18px; line-height: 1.8; }
.arrow-link { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 5px; border-bottom: 1px solid var(--navy); font-size: 13px; font-weight: 820; transition: color .2s ease, border-color .2s ease; }
.arrow-link span { color: var(--orange); font-size: 18px; transition: transform .25s ease; }
.arrow-link:hover { color: var(--orange); border-color: var(--orange); }
.arrow-link:hover span { transform: translate(4px, 3px); }

.proof-band { background: var(--orange); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid article { min-height: 175px; display: flex; flex-direction: column; justify-content: center; padding: 25px 40px; border-left: 1px solid rgba(255,255,255,.25); }
.proof-grid article:last-child { border-right: 1px solid rgba(255,255,255,.25); }
.proof-grid strong { font-size: 48px; line-height: 1; letter-spacing: -2px; white-space: nowrap; }
.proof-grid strong em { margin-right: 3px; font-size: 15px; font-style: normal; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.proof-grid sup { margin-left: 3px; font-size: 16px; letter-spacing: 0; }
.proof-grid span { margin-top: 12px; color: #ffe2c6; font-size: 11px; font-weight: 750; }

.facility-showcase { position: relative; min-height: 680px; overflow: hidden; background: var(--navy-deep); color: var(--white); }
.facility-photo { position: absolute; inset: 0; margin: 0; overflow: hidden; }
.facility-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,23,46,.96) 0%,rgba(6,23,46,.79) 32%,rgba(6,23,46,.22) 68%,rgba(6,23,46,.08) 100%),linear-gradient(0deg,rgba(6,23,46,.45),transparent 45%); }
.facility-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transform: scale(1.025); transition: transform 8s cubic-bezier(.2,.8,.2,1); }
.facility-showcase:hover .facility-photo img { transform: scale(1.07); }
.facility-photo figcaption,.clean-photo figcaption { position: absolute; z-index: 3; right: 22px; bottom: 17px; padding: 6px 9px; background: rgba(6,23,46,.7); color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.14); border-radius: 3px; backdrop-filter: blur(8px); font-size: 9px; font-weight: 700; letter-spacing: .4px; }
.facility-panel { position: relative; z-index: 2; width: min(1180px,calc(100% - 48px)); min-height: 680px; display: flex; flex-direction: column; justify-content: center; margin: 0 auto; padding: 90px min(680px,48vw) 90px 0; }
.facility-panel h2 { max-width: 670px; font-size: clamp(43px,4.55vw,68px); }
.facility-panel > p:not(.section-kicker) { max-width: 615px; margin: 28px 0 32px; color: #c3cfdb; font-size: 16px; line-height: 1.8; }
.facility-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.facility-pills span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(6,23,46,.38); color: #f0f4f8; backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; letter-spacing: .45px; text-transform: uppercase; transition: border-color .25s ease,background .25s ease,transform .25s ease; }
.facility-pills span:hover { transform: translateY(-3px); border-color: var(--orange); background: rgba(255,121,0,.16); }

.advantages { background: var(--navy-deep); color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 70px; }
.section-heading > p { max-width: 490px; margin: 0 0 6px; color: #aebdce; font-size: 16px; line-height: 1.8; }
.section-kicker.light { color: var(--orange-soft); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #28415c; border-bottom: 1px solid #28415c; }
.benefit-card { position: relative; min-height: 345px; padding: 37px 27px; border-left: 1px solid #28415c; transition: background .25s ease, transform .25s ease; }
.benefit-card:last-child { border-right: 1px solid #28415c; }
.benefit-card:hover { z-index: 2; background: #0e2a4d; transform: translateY(-7px); }
.benefit-card.reveal.is-visible:hover { z-index: 2; transform: translateY(-7px); transition-delay: 0s; }
.benefit-card .icon { transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.benefit-card:hover .icon { transform: translateY(-5px) rotate(-3deg); border-color: var(--orange); background: rgba(255,121,0,.08); }
.benefit-number { position: absolute; top: 26px; right: 23px; color: #486078; font-size: 10px; font-weight: 850; letter-spacing: 1px; }
.icon { position: relative; width: 64px; height: 64px; display: grid; place-items: center; margin: 32px 0 52px; border: 1px solid #38516b; color: var(--orange); font-size: 28px; }
.brand-icon img { width: 47px; height: 47px; display: block; object-fit: contain; transition: transform .3s cubic-bezier(.22,1,.36,1); }
.benefit-card:hover .brand-icon img { transform: scale(1.09) rotate(2deg); }
.access-icon::before { content: ""; width: 23px; height: 23px; border: 3px solid var(--orange); border-radius: 50%; }
.access-icon::after { content: ""; position: absolute; width: 3px; height: 12px; top: 19px; left: 31px; background: var(--orange); transform-origin: bottom; transform: rotate(48deg); }
.camera-icon::before { content: ""; width: 31px; height: 20px; border: 3px solid var(--orange); border-radius: 5px; }
.camera-icon i { position: absolute; right: 11px; width: 10px; height: 10px; border: 2px solid var(--orange); border-left: 0; transform: rotate(45deg); }
.benefit-card h3 { margin: 0 0 14px; font-size: 20px; letter-spacing: -.5px; }
.benefit-card p { margin: 0; color: #9eafc2; font-size: 13px; line-height: 1.75; }

.solutions { background: var(--paper); }
.center-heading { max-width: 730px; margin: 0 auto 65px; text-align: center; }
.center-heading > p:last-child { max-width: 620px; margin: 23px auto 0; color: var(--muted); font-size: 16px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { overflow: hidden; background: var(--white); border: 1px solid #e1e1dc; box-shadow: 0 8px 26px rgba(10,33,64,.06); transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.solution-card.reveal.is-visible:hover { transform: translateY(-8px); transition-delay: 0s; }
.solution-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 22%, rgba(255,255,255,.28) 48%, transparent 72%); transform: translateX(-125%); transition: transform .8s ease; }
.solution-card:hover .solution-visual::after { transform: translateX(125%); }
.solution-visual { position: relative; height: 240px; overflow: hidden; background: #dedfdc; }
.home-card .solution-visual { background: linear-gradient(#e8e6df 70%,#bfc1bb 70%); }
.business-card .solution-visual { background: linear-gradient(120deg,#aab1b5,#e6e8e8); }
.student-card .solution-visual { background: #f0a94b; }
.sofa { position: absolute; left: 58px; bottom: 35px; width: 200px; height: 74px; background: #707c83; border-radius: 12px 12px 3px 3px; box-shadow: 0 13px 18px rgba(0,0,0,.15); }
.sofa::before, .sofa::after { content: ""; position: absolute; top: -24px; width: 92px; height: 57px; background: #7f8a90; border-radius: 13px 13px 3px 3px; }
.sofa::before { left: 0; }.sofa::after { right: 0; }.sofa i::before, .sofa i::after { content: ""; position: absolute; bottom: -9px; width: 6px; height: 10px; background: #40494d; }.sofa i::before { left: 17px; }.sofa i::after { right: 17px; }
.lamp { position: absolute; right: 31px; bottom: 34px; width: 5px; height: 115px; background: #60686c; }.lamp::before { content: ""; position: absolute; left: -21px; top: -25px; width: 48px; height: 33px; background: #cda86c; clip-path: polygon(20% 0,80% 0,100% 100%,0 100%); }.lamp::after { content: ""; position: absolute; bottom: 0; left: -18px; width: 41px; height: 5px; background: #60686c; }
.plant { position: absolute; left: 14px; bottom: 28px; width: 38px; height: 42px; color: #446c52; font-size: 55px; transform: rotate(-10deg); }
.shelf { position: absolute; inset: 38px 42px 25px; display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; padding: 18px 15px; border: 7px solid #4b565d; background: #b2b8bb; box-shadow: 0 18px 28px rgba(0,0,0,.2); }
.shelf i { position: relative; background: #be8850; border: 1px solid #8e6236; }
.shelf i::after { content: "↑↑"; position: absolute; top: 5px; left: 7px; color: #7d552e; font-size: 8px; font-style: normal; }
.desk { position: absolute; left: 38px; bottom: 49px; width: 180px; height: 14px; background: #2b4052; box-shadow: 0 7px 14px rgba(0,0,0,.15); }.desk::before,.desk::after { content: ""; position: absolute; top: 14px; width: 10px; height: 75px; background: #2b4052; }.desk::before { left: 14px; }.desk::after { right: 14px; }.desk i { position: absolute; width: 50px; height: 37px; bottom: 14px; left: 65px; background: #d9dee0; border: 4px solid #273b4c; }
.mini-fridge { position: absolute; right: 30px; bottom: 34px; width: 72px; height: 134px; background: #e8ecec; border: 4px solid #aeb5b6; }.mini-fridge::after { content: ""; position: absolute; top: 57px; left: 0; width: 100%; height: 3px; background: #aeb5b6; }
.student-box { position: absolute; right: 112px; bottom: 34px; width: 75px; height: 58px; display: grid; place-items: center; background: #b97736; color: #73471f; font-size: 8px; font-weight: 900; }
.sofa,.lamp,.plant,.shelf,.desk,.mini-fridge,.student-box { transition: transform .45s cubic-bezier(.22,1,.36,1); }
.home-card:hover .sofa { transform: translateY(-8px); }
.home-card:hover .lamp { transform: translateY(-4px) rotate(2deg); }
.home-card:hover .plant { transform: translateY(-6px) rotate(-4deg); }
.business-card:hover .shelf { transform: translateY(-6px) scale(1.015); }
.business-card:hover .shelf i:nth-child(odd) { transform: translateY(-3px); }
.student-card:hover .desk { transform: translateY(-7px); }
.student-card:hover .mini-fridge { transform: translateY(-4px) rotate(1deg); }
.student-card:hover .student-box { transform: translateY(-9px) rotate(-2deg); }
.solution-body { padding: 33px 31px 35px; }
.solution-tag { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }
.solution-body h3 { margin: 11px 0 13px; font-size: 24px; line-height: 1.18; letter-spacing: -1px; }
.solution-body p { min-height: 92px; margin: 0 0 26px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.solution-body a { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 830; transition: color .2s ease; }.solution-body a span { color: var(--orange); transition: transform .25s ease; }.solution-body a:hover { color: var(--orange); }.solution-body a:hover span { transform: translateX(5px); }

.student-offer { overflow: hidden; background: var(--orange); color: var(--white); }
.student-grid { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 720px; }
.student-copy { align-self: center; padding: 85px 85px 85px 0; }
.student-copy h2 { font-size: clamp(45px,4.5vw,66px); }.student-copy h2 em { color: var(--navy); font-style: normal; }
.student-copy > p:not(.section-kicker) { max-width: 580px; margin: 26px 0; color: #fff0e1; font-size: 16px; }
.student-copy ul { display: grid; gap: 9px; margin: 28px 0; padding: 0; list-style: none; font-size: 13px; font-weight: 720; }.student-copy li span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 9px; background: var(--navy); border-radius: 50%; font-size: 10px; }
.student-tip { display: flex; gap: 14px; max-width: 540px; margin: 32px 0; padding: 17px 19px; border: 1px dashed rgba(255,255,255,.55); background: rgba(255,255,255,.08); transform: rotate(-1deg); }.student-tip b { min-width: 43px; height: 25px; display: grid; place-items: center; background: var(--white); color: var(--orange); font-size: 10px; text-transform: uppercase; }.student-tip span { font-size: 12px; line-height: 1.55; }
.button-white { background: var(--white); color: var(--navy); box-shadow: none; }.button-white:hover { background: var(--navy); color: var(--white); }
.student-visual { position: relative; min-height: 720px; background: #f5ba72; background-image: linear-gradient(125deg,rgba(255,255,255,.28),transparent 45%), repeating-linear-gradient(90deg,transparent 0 60px,rgba(121,65,7,.04) 60px 61px); }
.summer-label { position: absolute; top: 75px; right: 54px; color: rgba(255,255,255,.7); font-size: 42px; font-weight: 900; line-height: .84; letter-spacing: -3px; text-align: right; transform: rotate(4deg); }
.move-box { position: absolute; display: grid; place-items: center; background: #bd7b3e; border: 2px solid #8f5829; color: #724119; box-shadow: 0 23px 35px rgba(92,49,8,.19), inset 0 3px rgba(255,255,255,.2); font-size: 13px; font-weight: 900; letter-spacing: 2px; }.move-box-one { left: 18%; bottom: 102px; width: 245px; height: 213px; }.move-box-one span { font-size: 35px; }.move-box-one small { position: absolute; bottom: 18px; font-size: 8px; }.move-box-two { right: 7%; bottom: 102px; width: 175px; height: 147px; background: #ca8d51; }.move-box-three { right: 14%; bottom: 249px; width: 135px; height: 112px; background: #d39a5d; font-size: 10px; }.tape { position: absolute; z-index: 3; top: 245px; left: 19%; width: 335px; padding: 9px; background: #122b48; color: #ffb863; font-size: 10px; font-weight: 900; letter-spacing: 7px; text-align: center; transform: rotate(-13deg); box-shadow: 0 5px 12px rgba(0,0,0,.13); }
.skateboard { position: absolute; left: 10%; bottom: 61px; width: 280px; height: 21px; background: #17314c; border-radius: 60% 60% 18px 18px; transform: rotate(-6deg); }.skateboard i { position: absolute; top: 18px; width: 22px; height: 22px; background: #3e4b56; border: 4px solid #d7d9d9; border-radius: 50%; }.skateboard i:first-child { left: 37px; }.skateboard i:last-child { right: 37px; }
.student-offer .move-box-one { animation: move-box-one 5.8s infinite ease-in-out; }
.student-offer .move-box-two { animation: move-box-two 6.4s .4s infinite ease-in-out; }
.student-offer .move-box-three { animation: move-box-three 5.4s .8s infinite ease-in-out; }
.student-offer .tape { animation: tape-drift 7s infinite ease-in-out; }
.student-offer .skateboard { animation: skateboard-drift 6.5s infinite ease-in-out; }
@keyframes move-box-one { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-7px) rotate(-.7deg); } }
@keyframes move-box-two { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes move-box-three { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-6px) rotate(1deg); } }
@keyframes tape-drift { 0%,100% { transform: translateY(0) rotate(-13deg); } 50% { transform: translateY(-5px) rotate(-11.5deg); } }
@keyframes skateboard-drift { 0%,100% { transform: translateX(0) rotate(-6deg); } 50% { transform: translateX(10px) rotate(-4.5deg); } }

.clean-section { background: #edece6; }
.clean-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.clean-visual { position: relative; min-height: 585px; padding: 48px; background: #d2d6d7; box-shadow: var(--shadow); }
.clean-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(255,255,255,.6),transparent 45%); }
.clean-photo { min-height: 650px; margin: 0; padding: 0; overflow: visible; background: var(--navy-deep); }
.clean-photo::before { z-index: 2; pointer-events: none; background: linear-gradient(180deg,transparent 55%,rgba(6,23,46,.42)); }
.clean-photo img { width: 100%; height: 650px; display: block; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1),filter .5s ease; }
.clean-photo:hover img { transform: scale(1.025); filter: saturate(1.05) contrast(1.02); }
.clean-door { position: relative; height: 100%; min-height: 490px; overflow: hidden; background: linear-gradient(90deg,#e0e4e5,#f4f5f5,#d8dddf); border: 12px solid #afb6b9; box-shadow: inset 0 0 35px rgba(6,23,46,.11); }.clean-door::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg,transparent 0 25px,rgba(55,69,78,.18) 25px 27px); }.clean-door span { position: absolute; z-index: 2; top: 18px; left: 18px; width: 43px; height: 28px; display: grid; place-items: center; background: var(--orange); color: var(--white); font-size: 10px; font-weight: 900; }.clean-door i { position: absolute; z-index: 2; top: 45%; right: 23px; width: 17px; height: 55px; border: 4px solid #68727a; border-left: 0; border-radius: 0 7px 7px 0; }
.clean-seal { position: absolute; z-index: 3; right: -40px; bottom: 52px; width: 145px; height: 145px; display: grid; place-items: center; align-content: center; background: var(--navy); color: #b9c7d6; border: 8px solid var(--orange); border-radius: 50%; box-shadow: 0 18px 35px rgba(6,23,46,.2); font-size: 9px; font-weight: 850; line-height: 1.6; letter-spacing: 1px; text-align: center; transform: rotate(9deg); }.clean-seal b { color: var(--white); font-size: 17px; }
.clean-seal { animation: seal-float 6s infinite ease-in-out; }
@keyframes seal-float { 0%,100% { transform: translateY(0) rotate(9deg); } 50% { transform: translateY(-8px) rotate(5deg); } }
.clean-copy { padding-left: 25px; }.clean-copy > p:not(.section-kicker) { margin: 27px 0 35px; color: var(--muted); font-size: 16px; }.clean-points { border-top: 1px solid #c8c9c4; }.clean-points article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid #c8c9c4; }.clean-points article > b { color: var(--orange); font-size: 10px; }.clean-points span { color: var(--muted); font-size: 12px; }.clean-points strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: 15px; }

.process { background: var(--paper); }
.section-heading.dark-text > p { color: var(--muted); }
.process-list { margin: 0; padding: 0; border-top: 1px solid #cfd1ce; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 90px 1fr 50px; gap: 28px; align-items: center; min-height: 180px; border-bottom: 1px solid #cfd1ce; transition: background .2s ease, padding .25s ease; }.process-list li:hover { padding-left: 14px; background: #f4f1ea; }.step-number { color: var(--orange); font-size: 11px; font-weight: 900; }.step-icon { width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid #bfc4c4; color: var(--navy); font-size: 30px; transition: transform .3s ease, border-color .3s ease, background .3s ease; }.process-list li:hover .step-icon { transform: rotate(-5deg) scale(1.06); border-color: var(--orange); background: var(--white); }.process-list h3 { margin: 0 0 5px; font-size: 25px; letter-spacing: -.9px; }.process-list p { max-width: 650px; margin: 0; color: var(--muted); font-size: 13px; }.process-list a { color: var(--orange); font-size: 27px; text-align: right; transition: transform .25s ease; }.process-list li:hover > a { transform: translate(4px,-4px); }

.location { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; background: var(--navy); color: var(--white); }
.location-map { position: relative; overflow: hidden; min-height: 680px; background: #d7dad8; color: var(--navy); }
.map-grid { position: absolute; inset: -50px; background: linear-gradient(28deg,transparent 45%,#f6f5ef 45% 48%,transparent 48% 64%,#f6f5ef 64% 68%,transparent 68%), linear-gradient(95deg,transparent 34%,#f6f5ef 34% 38%,transparent 38% 71%,#f6f5ef 71% 75%,transparent 75%), repeating-linear-gradient(0deg,transparent 0 75px,rgba(8,33,64,.07) 75px 77px), repeating-linear-gradient(90deg,transparent 0 95px,rgba(8,33,64,.07) 95px 97px); transform: rotate(-8deg) scale(1.2); }
.map-road { position: absolute; color: #8a9699; font-size: 9px; font-weight: 900; letter-spacing: 2px; }.road-one { top: 25%; left: 20%; transform: rotate(20deg); }.road-two { right: 15%; bottom: 24%; transform: rotate(-70deg); }
.map-pin { position: absolute; top: 44%; left: 49%; display: grid; justify-items: center; min-width: 180px; padding: 19px; background: var(--white); border-radius: 6px; box-shadow: 0 20px 50px rgba(7,28,54,.2); transform: translate(-50%,-50%); }.brand-mark.mini { width: 47px; height: 47px; margin-bottom: 9px; padding: 2px; background: #fffaf1; }.map-pin b { font-size: 13px; }.map-pin small { color: var(--muted); font-size: 10px; }.map-landmark { position: absolute; left: 15%; bottom: 16%; padding: 7px 10px; background: rgba(255,255,255,.7); color: #647177; font-size: 9px; font-weight: 800; }
.map-pin { animation: map-pin-float 5s infinite ease-in-out; }
.map-pin::after { content: ""; position: absolute; z-index: -1; left: 50%; bottom: -12px; width: 34px; height: 10px; border-radius: 50%; background: rgba(7,28,54,.18); transform: translateX(-50%); animation: map-pin-shadow 5s infinite ease-in-out; }
@keyframes map-pin-float { 0%,100% { transform: translate(-50%,-50%); } 50% { transform: translate(-50%,calc(-50% - 9px)); } }
@keyframes map-pin-shadow { 0%,100% { transform: translateX(-50%) scale(1); opacity: .7; } 50% { transform: translateX(-50%) scale(.72); opacity: .35; } }
.location-copy { align-self: center; padding: 90px max(48px,calc((100vw - 1180px)/2)) 90px 80px; }.location-copy > p:not(.section-kicker) { max-width: 560px; margin: 27px 0 35px; color: #b5c3d2; }.location-copy address { display: flex; gap: 19px; margin: 0 0 35px; padding: 23px 0; border-top: 1px solid #2d4661; border-bottom: 1px solid #2d4661; font-style: normal; }.location-copy address > span { color: var(--orange); font-size: 28px; }.location-copy address small,.location-copy address strong,.location-copy address em { display: block; }.location-copy address small { color: #778aa0; font-size: 8px; font-weight: 900; letter-spacing: 1.5px; }.location-copy address strong { margin: 3px 0; font-size: 17px; }.location-copy address em { color: #9eafc1; font-size: 11px; font-style: normal; }.location-actions { display: flex; align-items: center; gap: 26px; }.light-link { text-decoration: underline; text-underline-offset: 5px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }.faq-intro { position: sticky; top: 130px; }.faq-intro h2 { font-size: clamp(38px,3.5vw,52px); }.faq-intro > p:not(.section-kicker) { margin: 27px 0 10px; color: var(--muted); }.accordion { border-top: 1px solid #cfd1ce; }.accordion details { border-bottom: 1px solid #cfd1ce; }.accordion summary { position: relative; padding: 25px 55px 25px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span::before,.accordion summary span::after { content: ""; position: absolute; top: 50%; right: 10px; width: 16px; height: 2px; background: var(--orange); }.accordion summary span::after { transform: rotate(90deg); transition: transform .2s ease; }.accordion details[open] summary span::after { transform: rotate(0); }.accordion details p { max-width: 700px; margin: -4px 65px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.accordion summary { transition: color .2s ease, padding-left .25s ease; }
.accordion details:hover summary { padding-left: 9px; color: var(--orange); }

.contact { padding: 120px 0; background: var(--orange); color: var(--white); }.contact-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; align-items: start; }.contact-copy { position: sticky; top: 130px; }.contact-copy h2 { font-size: clamp(49px,5vw,72px); }.contact-copy > p:not(.section-kicker) { max-width: 470px; margin: 28px 0 45px; color: #ffead8; }.direct-contact { display: grid; gap: 16px; }.direct-contact a { display: block; }.direct-contact span { display: block; color: #6f3a0b; font-size: 8px; font-weight: 900; letter-spacing: 1.5px; }.direct-contact strong { display: block; font-size: 16px; }.contact-form { padding: 47px; background: var(--white); color: var(--navy); box-shadow: 0 30px 70px rgba(100,48,2,.2); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.contact-form label { display: block; margin-bottom: 21px; }.contact-form label > span:first-child { display: block; margin-bottom: 8px; color: #6f7c88; font-size: 10px; font-weight: 850; }.contact-form input:not([type="checkbox"]),.contact-form select,.contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #cfd3d4; border-radius: 0; background: transparent; color: var(--navy); outline: 0; padding: 8px 0 12px; font-size: 14px; transition: border-color .2s ease; }.contact-form textarea { resize: vertical; }.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: var(--orange); }.contact-form input::placeholder,.contact-form textarea::placeholder { color: #aab0b3; }.contact-form select { cursor: pointer; }.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; margin: 7px 0 25px; }.consent input { margin-top: 4px; accent-color: var(--orange); }.contact-form .consent span { margin: 0; color: #7b868f; font-size: 10px; line-height: 1.5; }.form-submit { width: 100%; }.form-status { min-height: 21px; margin: 12px 0 0; color: #378a5e; font-size: 12px; text-align: center; }
.direct-contact strong { transition: transform .25s ease, color .25s ease; }
.direct-contact a:hover strong { transform: translateX(6px); color: var(--navy); }

.site-footer { background: var(--navy-deep); color: var(--white); }.footer-top { display: grid; grid-template-columns: 1.05fr 1fr .75fr 1.2fr; gap: 55px; padding: 75px 0 62px; }.footer-top > p { margin: 0; color: #a1b2c5; font-size: 13px; line-height: 1.8; }.footer-links,.footer-contact { display: grid; align-content: start; gap: 9px; }.footer-links a,.footer-contact a,.footer-contact span { color: #a1b2c5; font-size: 12px; }.footer-links a:hover,.footer-contact a:hover { color: var(--orange); }.footer-bottom { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #233c58; color: #6e8299; font-size: 9px; }.footer-bottom > div { display: flex; gap: 22px; }.footer-credit { margin-left: 7px; white-space: nowrap; }.footer-credit a { color: #9aafc4; font-weight: 850; letter-spacing: .3px; }.footer-bottom button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font-size: inherit; }.footer-bottom button:hover,.footer-bottom a:hover { color: var(--white); }
.legal-dialog { width: min(620px,calc(100% - 32px)); padding: 42px; border: 0; color: var(--navy); box-shadow: 0 25px 80px rgba(3,18,37,.35); }.legal-dialog::backdrop { background: rgba(3,18,37,.75); backdrop-filter: blur(3px); }.legal-dialog h2 { margin-bottom: 24px; font-size: 38px; }.legal-dialog p { color: var(--muted); font-size: 14px; }.legal-dialog a { color: var(--orange); text-decoration: underline; }.dialog-close { position: absolute; top: 15px; right: 18px; width: 38px; height: 38px; border: 1px solid #d8d9d5; background: none; cursor: pointer; font-size: 24px; }.mobile-quick-actions { display: none; }

.reveal { opacity: 0; filter: blur(5px); transform: translateY(30px) scale(.985); transition: opacity .7s ease, filter .7s ease, transform .7s cubic-bezier(.22,1,.36,1); }.reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }.benefit-card:nth-child(2),.solution-card:nth-child(2),.proof-grid article:nth-child(2) { transition-delay: .08s; }.benefit-card:nth-child(3),.solution-card:nth-child(3),.proof-grid article:nth-child(3) { transition-delay: .16s; }.benefit-card:nth-child(4),.proof-grid article:nth-child(4) { transition-delay: .24s; }
.shelf i { transition: transform .35s cubic-bezier(.22,1,.36,1); }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }.header-cta { display: none; }
  .hero { grid-template-columns: 1fr 48%; }.hero-copy { padding-left: 34px; padding-right: 34px; }.trust-row { gap: 14px; font-size: 11px; }.trust-row span,.trust-row span:last-child { min-width: 0; }.trust-row b { font-size: 14px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }.benefit-card:nth-child(2) { border-right: 1px solid #28415c; }.benefit-card:nth-child(-n+2) { border-bottom: 1px solid #28415c; }
  .solution-grid { gap: 14px; }.solution-body { padding: 28px 24px; }.solution-body h3 { font-size: 21px; }
  .student-copy { padding-right: 50px; }.move-box-one { left: 8%; }.move-box-two { right: 3%; }.tape { left: 8%; }
  .facility-panel { padding-right: 48%; }.clean-grid { gap: 60px; }.location-copy { padding-left: 55px; }.faq-grid,.contact-grid { gap: 60px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 74px; }.section-shell { width: min(100% - 36px,680px); }.section-pad { padding: 86px 0; }
  .header-inner { width: calc(100% - 36px); min-height: 76px; }.desktop-nav,.header-cta { display: none; }.menu-toggle { display: block; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: absolute; z-index: 5; top: 100%; left: 0; display: grid; width: 100%; max-height: 0; overflow: hidden; padding: 0 18px; background: var(--navy-deep); box-shadow: 0 22px 36px rgb(0 0 0 / 24%); transition: max-height .3s ease,padding .3s ease; }.mobile-menu.is-open { max-height: 420px; padding: 18px; border-top: 1px solid #29415c; }.mobile-menu a { padding: 14px 3px; border-bottom: 1px solid #243d59; font-size: 15px; font-weight: 750; }
  .hero { grid-template-columns: 1fr; }.hero-copy { min-height: 690px; padding: 126px 28px 65px; }.hero-visual { min-height: 640px; }.price-sticker { left: 9%; }
  .intro-grid,.section-heading,.student-grid,.clean-grid,.faq-grid,.contact-grid { grid-template-columns: 1fr; }.intro-grid,.section-heading,.clean-grid,.faq-grid,.contact-grid { gap: 45px; }.intro-copy { padding-top: 0; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }.proof-grid article { min-height: 150px; border-bottom: 1px solid rgba(255,255,255,.25); }.proof-grid article:nth-child(2) { border-right: 1px solid rgba(255,255,255,.25); }
  .facility-showcase,.facility-panel { min-height: 760px; }.facility-photo::after { background: linear-gradient(0deg,rgba(6,23,46,.97) 0%,rgba(6,23,46,.72) 55%,rgba(6,23,46,.12) 100%); }.facility-photo img { object-position: 56% center; }.facility-panel { justify-content: flex-end; width: calc(100% - 36px); padding: 90px 0 72px; }.facility-panel > p:not(.section-kicker) { max-width: 620px; }
  .section-heading { align-items: start; }.benefit-card { min-height: 300px; }
  .solution-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }.solution-body p { min-height: 0; }.solution-visual { height: 285px; }
  .student-copy { padding: 90px 0 65px; }.student-visual { min-height: 570px; margin: 0 -18px; }.summer-label { top: 42px; }
  .clean-visual { width: min(560px,calc(100% - 30px)); margin: 0 auto; }.clean-photo,.clean-photo img { min-height: 0; height: auto; }.clean-copy { padding: 0; }
  .process-list li { grid-template-columns: 50px 74px 1fr 35px; gap: 14px; }.step-icon { width: 58px; height: 58px; }
  .location { grid-template-columns: 1fr; }.location-map { min-height: 550px; }.location-copy { padding: 85px 28px; }
  .faq-intro,.contact-copy { position: static; }.contact-form { padding: 38px; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-bottom { padding: 22px 0; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  body { padding-bottom: 58px; }.section-shell { width: calc(100% - 32px); }.section-pad { padding: 72px 0; }
  .brand-mark { width: 39px; height: 39px; padding: 2px; }.brand-type strong { font-size: 19px; }
  h1 { font-size: clamp(45px,13.4vw,62px); letter-spacing: -3.7px; }.hero-copy { min-height: 680px; padding: 118px 20px 52px; }.hero-lead { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 19px; }.hero-actions .button { width: 100%; }.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin-top: 43px; }.trust-row span { padding-left: 8px; }.trust-row b { font-size: 12px; }
  .hero-visual { min-height: 520px; padding: 70px 18px 52px; }.storage-frame { border-width: 7px; }.storage-door { height: 330px; }.price-sticker { top: 50px; left: 5px; width: 108px; height: 108px; }.price-sticker strong { font-size: 34px; }.location-chip { right: 13px; bottom: 54px; min-width: 220px; }.price-note { display: none; }.stored-object-bike { right: -16px; width: 174px; }
  h2 { font-size: clamp(39px,12vw,52px); letter-spacing: -2.4px; }.intro-copy > p { font-size: 16px; }.proof-grid article { padding: 20px; }.proof-grid strong { font-size: 39px; }
  .facility-showcase,.facility-panel { min-height: 660px; }.facility-panel { width: calc(100% - 32px); padding-bottom: 62px; }.facility-panel h2 { font-size: 42px; }.facility-panel > p:not(.section-kicker) { margin: 22px 0 27px; font-size: 14px; }.facility-photo figcaption { right: 12px; top: 92px; bottom: auto; }.facility-pills { gap: 7px; }.facility-pills span { padding: 8px 10px; font-size: 8px; }
  .benefit-grid { grid-template-columns: 1fr; }.benefit-card,.benefit-card:nth-child(2),.benefit-card:nth-child(-n+2) { border: 0; border-bottom: 1px solid #28415c; }.benefit-card:first-child { border-top: 1px solid #28415c; }.benefit-card { min-height: 280px; }.icon { margin-bottom: 38px; }
  .solution-visual { height: 230px; }.solution-body { padding: 28px 23px; }.sofa { left: 33px; }.lamp { right: 22px; }.shelf { inset: 34px 28px 23px; }
  .student-copy h2 { font-size: 44px; }.student-copy { padding-top: 74px; }.student-tip { align-items: flex-start; }.student-visual { min-height: 490px; }.summer-label { right: 20px; font-size: 32px; }.move-box-one { left: 3%; bottom: 90px; width: 185px; height: 172px; }.move-box-two { right: -4%; bottom: 90px; width: 135px; height: 115px; }.move-box-three { right: 2%; bottom: 205px; width: 105px; height: 87px; }.tape { top: 198px; left: 0; width: 260px; }.skateboard { left: 2%; bottom: 54px; width: 230px; }
  .clean-visual { min-height: 0; padding: 0; }.clean-door { min-height: 386px; }.clean-seal { right: -22px; width: 120px; height: 120px; border-width: 6px; }.clean-seal b { font-size: 14px; }.clean-photo figcaption { right: 10px; bottom: 10px; }
  .process-list li { position: relative; grid-template-columns: 42px 1fr; gap: 15px; min-height: 210px; padding: 25px 0; }.step-icon { display: none; }.process-list li > div { grid-column: 2; }.process-list li > a { position: absolute; top: 25px; right: 5px; }.process-list h3 { padding-right: 35px; }
  .location-map { min-height: 450px; }.map-pin { left: 53%; }.location-copy { padding: 72px 20px; }.location-actions { align-items: stretch; flex-direction: column; }.location-actions .button { width: 100%; }.light-link { justify-content: center; }
  .faq-intro h2 { font-size: 38px; }.accordion summary { font-size: 14px; }.accordion details p { margin-right: 38px; }
  .contact { padding: 75px 0; }.contact-copy h2 { font-size: 51px; }.contact-form { padding: 29px 22px; }.form-row { grid-template-columns: 1fr; gap: 0; }.direct-contact strong { font-size: 14px; }
  .footer-top { grid-template-columns: 1fr; gap: 27px; padding: 58px 0 45px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }.footer-bottom > div { flex-wrap: wrap; }.footer-credit { display: block; margin: 5px 0 0; }
  .legal-dialog { padding: 38px 24px 28px; }.legal-dialog h2 { font-size: 31px; }
  .mobile-quick-actions { position: fixed; z-index: 55; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; height: 58px; box-shadow: 0 -6px 24px rgba(4,18,35,.18); }.mobile-quick-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--navy); color: var(--white); font-size: 12px; font-weight: 850; }.mobile-quick-actions a:last-child { background: var(--orange); }.mobile-quick-actions span { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation: none !important; }
  .reveal { opacity: 1; filter: none; transform: none; }
  .facility-photo img,.facility-showcase:hover .facility-photo img,.clean-photo:hover img { transform: none !important; filter: none !important; }
}
