main { width: min(1440px, 100%); display: flex; flex-direction: column; margin-inline: auto; }
.concept-hero { order: 1; }
.tour-feature { order: 2; }
.benefit-band { order: 3; }
.concept-section { order: 4; }
.more-storage-section { order: 5; }
.closing-section { order: 6; }
#advantages, #facilities { scroll-margin-top: 165px; }

/* Hero */
.concept-hero { position: relative; min-height: 0; display: flex; align-items: center; aspect-ratio: 16 / 9; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 3; padding: 220px 0 115px; color: #fff; }
.hero-copy::before { content: ""; position: absolute; z-index: -1; top: 170px; bottom: 65px; left: -22px; width: min(790px, 68vw); border-radius: 18px; background: rgb(0 40 75 / 38%); box-shadow: 0 0 30px 18px rgb(0 40 75 / 18%); filter: blur(14px); pointer-events: none; }
.hero-copy .kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--green-light); font-size: clamp(.62rem, .7vw, .72rem); line-height: 1.2; letter-spacing: .13em; }
.hero-copy .kicker::before { content: ""; width: 30px; height: 3px; flex: 0 0 30px; background: var(--green); }
.hero-copy h1 { max-width: 720px; margin: 0 0 24px; font-size: clamp(2.25rem, 3.2vw, 3.35rem); line-height: 1.02; letter-spacing: -.05em; }
.hero-copy > p:not(.kicker) { max-width: 680px; margin: 0; color: #edf5f8; font-size: 1.05rem; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 24px; }
.primary-cta, .hero-availability-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 4px; font-size: .8rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.primary-cta { background: var(--green); color: #fff; }
.primary-cta:hover { background: #5f8e00; }
.hero-availability-button { border: 1px solid rgb(255 255 255 / 82%); background: rgb(0 40 75 / 34%); color: #fff; }
.hero-availability-button:hover { background: #fff; color: var(--navy); }
.concept-hero::after { content: ""; position: absolute; z-index: 1; right: 0; bottom: -1px; left: 0; height: 105px; background: linear-gradient(180deg, rgb(0 47 80 / 0%) 0%, rgb(0 47 80 / 18%) 42%, rgb(0 47 80 / 65%) 76%, #002f50 100%); pointer-events: none; }

/* Tour */
.tour-feature { padding: 0 0 90px; background: #002f50; color: #fff; }
.tour-intro { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: end; gap: 56px; width: min(1180px, 100%); margin: 0 auto -74px; transform: translateY(-108px); }
.tour-intro-copy { order: 2; text-align: right; }
.tour-rule { display: block; width: 46px; height: 4px; margin: 0 0 14px auto; background: var(--green); }
.tour-intro h2 { max-width: 720px; margin: 0 0 14px auto; font-size: clamp(2.25rem, 3.2vw, 3.2rem); line-height: 1.02; letter-spacing: -.05em; }
.tour-intro-copy > p { max-width: 620px; margin: 0 0 0 auto; color: #e7f1f5; font-size: 1rem; line-height: 1.5; }
.tour-preview { order: 1; border-top: 4px solid var(--green); background: #fff; color: var(--navy); box-shadow: 0 18px 40px rgb(0 24 43 / 16%); }
.tour-preview > strong { display: block; padding: 16px 20px 13px; border-bottom: 1px solid var(--line); color: var(--green-dark); font-size: .95rem; font-weight: 900; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.tour-preview ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; }
.tour-preview li { position: relative; min-height: 58px; display: flex; align-items: center; padding: 13px 20px 13px 50px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .9rem; font-weight: 700; line-height: 1.4; }
.tour-preview li:nth-child(2n) { border-right: 0; }
.tour-preview li:nth-last-child(-n + 2) { border-bottom: 0; }
.tour-preview li::before { content: "✓"; position: absolute; top: 50%; left: 18px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: .75rem; transform: translateY(-50%); }
.tour-media-card { position: relative; z-index: 2; width: min(1180px, 100%); margin: -8px auto 0; padding: 6px; border-radius: 14px; background: #fff; box-shadow: 0 34px 80px rgb(0 0 0 / 36%); }
.tour-video { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px; }
.tour-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tour-caption { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 12px 9px; }
.tour-caption strong, .tour-caption span { display: block; }
.tour-caption strong { color: var(--navy); }
.tour-caption span { color: var(--muted); }
.tour-caption .caption-proof { color: var(--green-dark); font-weight: 800; }

/* Benefit grid */
.benefit-band { border-top: 5px solid var(--green); background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-grid article { position: relative; min-height: 145px; padding: 28px 48px 24px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid article:nth-child(4n) { border-right: 0; }
.benefit-grid article:nth-last-child(-n + 4) { border-bottom: 0; }
.benefit-grid article::after { content: "✓"; position: absolute; top: 24px; right: 20px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 900; }
.benefit-grid small, .service-card small { display: block; margin-bottom: 8px; color: var(--green-dark); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.benefit-grid strong { display: block; color: var(--navy); font-size: 1rem; line-height: 1.3; }
.benefit-grid span { display: block; margin-top: 9px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.benefit-grid .benefit-wash { background: #f4f8e9; }
.benefit-card-link { display: inline-block; margin-top: 10px; color: var(--green-dark); font-size: .8rem; font-weight: 900; text-underline-offset: 4px; }
.benefit-card-link span { display: inline; color: inherit; }

/* Indoor-storage advantages */
.concept-section { min-height: 820px; display: flex; align-items: center; padding: 70px 0; background: linear-gradient(90deg, rgb(0 40 75 / 25%), rgb(0 40 75 / 11%)), url("../images/indoor-private-bays.jpg") center / cover no-repeat; }
.advantages-panel { width: min(1000px, calc(100% - 80px)); margin-inline: auto; padding: 54px 58px; border-left: 7px solid var(--green); background: rgb(0 40 75 / 91%); color: #fff; }
.advantages-panel > .kicker { color: var(--green); text-align: center; }
.advantages-panel h2 { max-width: 800px; margin: 0 auto 22px; font-size: clamp(2.6rem, 4.5vw, 4.25rem); line-height: 1.05; letter-spacing: -.045em; text-align: center; }
.advantages-lead { max-width: 780px; margin: 0 auto; color: #fff; font-size: 1.1rem; line-height: 1.65; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.outcome-grid article { padding: 20px 18px; border: 1px solid rgb(255 255 255 / 20%); background: rgb(255 255 255 / 8%); }
.outcome-grid strong { display: block; font-size: 1rem; line-height: 1.25; }
.outcome-grid span { display: block; margin-top: 8px; color: #dce8ef; font-size: .82rem; line-height: 1.45; }
.included-proof { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 25%); }
.included-proof > strong { display: block; color: var(--green); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.proof-points { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 11px; }
.proof-points span { font-size: .84rem; font-weight: 700; }
.proof-points span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }
.advantages-link { display: inline-block; margin-top: 24px; color: #fff; font-weight: 800; text-underline-offset: 6px; }

/* Additional storage */
.more-storage-section { padding: 78px 0 70px; background: linear-gradient(180deg, #f2f7fa 0%, #fff 100%); }
.more-storage-heading { max-width: 900px; margin: 0 auto 42px; text-align: center; }
.more-storage-heading h2, .review-heading h2, .location-heading h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1.05; letter-spacing: -.045em; }
.more-storage-heading > p:last-child { max-width: 760px; margin: 16px auto 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 285px; padding: 34px; border-top: 4px solid var(--green); background: #fff; box-shadow: 0 14px 34px rgb(0 40 75 / 8%); }
.service-card-featured { background: var(--navy); color: #fff; }
.service-card h3 { margin: 0; color: var(--navy); font-size: 1.45rem; line-height: 1.2; letter-spacing: -.025em; }
.service-card-featured h3 { color: #fff; }
.service-card p { margin: 16px 0 20px; color: #496477; font-size: .94rem; line-height: 1.62; }
.service-card-featured p { color: #d7e6ee; }
.service-card a { color: var(--navy); font-weight: 900; text-underline-offset: 5px; }
.service-card-featured a { color: #fff; text-decoration-color: var(--green); }

/* Reviews and locations */
.closing-section { background: var(--pale); }
.review-section { max-width: 1100px; margin-inline: auto; padding: 82px 0 70px; }
.review-heading { text-align: center; }
.review-proof { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; margin: 0 0 22px; text-align: center; }
.review-proof span, .review-stars { color: #ffbd00; letter-spacing: .08em; }
.review-proof span { font-size: clamp(2.3rem, 4vw, 3.2rem); line-height: 1; }
.review-proof strong { color: var(--green-dark); font-size: clamp(.92rem, 1.35vw, 1.08rem); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.review-heading h2 span { display: block; margin-top: 7px; color: #486477; font-size: .48em; font-weight: 750; letter-spacing: -.015em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.review-card { position: relative; padding: 23px 22px 25px; border-top: 4px solid var(--green); background: #fff; box-shadow: 0 12px 30px rgb(0 40 75 / 8%); }
.review-card::after { content: "“"; position: absolute; right: 24px; bottom: -10px; color: #e4eef3; font: 5.5rem/1 Georgia, serif; }
.review-card header { display: flex; align-items: center; gap: 13px; padding-right: 40px; }
.review-avatar { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: .74rem; font-weight: 900; letter-spacing: .05em; }
.review-card header > span:last-child { display: grid; gap: 2px; }
.review-card header strong { color: var(--navy); font-size: .94rem; }
.review-card header small { color: #597081; font-size: .64rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.review-card .review-stars { margin-top: 15px; font-size: 1.25rem; line-height: 1; }
.review-card blockquote { position: relative; z-index: 1; margin: 12px 0 0; color: var(--navy); font-size: .9rem; font-weight: 700; line-height: 1.58; }
.review-note { margin: 22px 0 0; color: #647987; font-size: .76rem; text-align: center; }
.location-block { margin-bottom: 32px; padding: 72px 0 78px; border-bottom: 4px solid var(--green); background: var(--navy); color: #fff; box-shadow: 0 14px 30px rgb(0 40 75 / 10%); }
.location-heading { max-width: 900px; margin: 0 auto 38px; text-align: center; }
.location-heading .kicker { color: var(--green-light); }
.location-heading h2 { color: #fff; }
.location-service-area { max-width: 760px; margin: 16px auto 0; color: #c8dce7; }
.location-cards { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 850px; margin-inline: auto; }
.location-cards article { padding: 10px 40px; border-right: 1px solid rgb(255 255 255 / 20%); }
.location-cards article:last-child { border: 0; }
.location-cards article > span { color: var(--green-light); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.location-note { margin: 8px 0 14px; color: #c8dce7; font-size: .82rem; }
.location-cards address { margin: 0 0 18px; font-size: 1.18rem; font-style: normal; font-weight: 700; line-height: 1.55; }
.location-cards a { font-weight: 900; text-underline-offset: 5px; }

@media (max-width: 1000px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(4n) { border-right: 1px solid var(--line); }
  .benefit-grid article:nth-child(2n) { border-right: 0; }
  .benefit-grid article:nth-last-child(-n + 4) { border-bottom: 1px solid var(--line); }
  .benefit-grid article:nth-last-child(-n + 2) { border-bottom: 0; }
}

@media (max-width: 900px) {
  .concept-hero { min-height: 0; display: block; aspect-ratio: auto; background: var(--navy); }
  .hero-photo { position: relative; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
  .hero-copy { padding: 48px 0 70px; }
  .hero-copy::before { display: none; }
  .hero-copy h1 { max-width: 760px; }
  .concept-hero::after { height: 80px; }
  .tour-feature { padding-top: 0; }
  .tour-intro { grid-template-columns: 1fr; gap: 24px; width: min(100% - 28px, 760px); margin: 0 auto 30px; transform: none; }
  .tour-intro-copy { order: 1; text-align: center; }
  .tour-rule { margin-inline: auto; }
  .tour-intro h2, .tour-intro-copy > p { margin-inline: auto; }
  .tour-preview { order: 2; width: min(620px, 100%); margin-inline: auto; }
  .tour-media-card { width: min(100% - 28px, 1180px); margin-top: 0; }
  .concept-section { min-height: 0; padding: 55px 0; background-position: 62% center; }
  .advantages-panel { width: 100%; padding: 38px 28px; }
  .advantages-panel > .kicker, .advantages-panel h2 { text-align: left; }
  .advantages-panel h2 { margin-inline: 0; font-size: 2.65rem; }
  .outcome-grid, .service-grid, .review-grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .hero-copy { padding: 38px 0 62px; }
  .hero-copy .kicker { font-size: .66rem; }
  .hero-copy h1 { font-size: 2.15rem; letter-spacing: -.035em; }
  .hero-copy > p:not(.kicker) { font-size: .95rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-actions a { width: 100%; }
  .tour-feature { padding-bottom: 54px; }
  .tour-intro h2 { font-size: 2.2rem; }
  .tour-intro-copy > p { font-size: .9rem; }
  .tour-preview ul { grid-template-columns: 1fr; }
  .tour-preview li, .tour-preview li:nth-child(2n), .tour-preview li:nth-last-child(-n + 2) { min-height: 52px; border-right: 0; border-bottom: 1px solid var(--line); }
  .tour-preview li:last-child { border-bottom: 0; }
  .tour-media-card { padding: 4px; border-radius: 9px; }
  .tour-caption { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:nth-child(2n), .benefit-grid article:nth-last-child(-n + 2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-grid article:last-child { border-bottom: 0; }
  .advantages-panel h2 { font-size: 2.25rem; }
  .more-storage-section, .review-section, .location-block { padding-top: 58px; padding-bottom: 58px; }
  .location-block { margin-bottom: 20px; }
  .service-card { min-height: 0; padding: 28px 25px; }
  .review-card { min-height: 0; padding: 25px 23px 27px; }
  .location-cards { grid-template-columns: 1fr; }
  .location-cards article { padding: 24px 10px; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 20%); }
}
