:root {
  --navy: #092d4b;
  --navy-deep: #061f35;
  --blue: #0d4e75;
  --sky: #d9edf3;
  --sky-soft: #edf7f8;
  --coral: #ed1c24;
  --coral-dark: #c9141b;
  --sand: #f6f1e8;
  --cream: #fbf9f5;
  --ink: #162a3a;
  --muted: #5d6f7b;
  --line: #dbe3e7;
  --white: #fff;
  --radius: 20px;
  --shadow: 0 18px 60px rgba(7, 37, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 16px/1.65 "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong { font-family: "Manrope", sans-serif; }
h1 { font-size: clamp(3rem, 6.6vw, 6.6rem); line-height: .98; letter-spacing: -.055em; }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
h3 { line-height: 1.25; }
em { font-family: Georgia, serif; font-weight: 400; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 14px; color: var(--coral-dark); font: 800 .76rem/1.2 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #86d3df; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 8px; padding: 14px 24px; color: #fff; background: var(--navy); font: 700 .92rem/1.2 "Manrope", sans-serif; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--blue); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(6, 31, 53, .18); }
.button:focus-visible, a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible { outline: 3px solid #f6b72b; outline-offset: 3px; }
.button-small { min-height: 44px; padding: 12px 20px; }
.button-coral { background: var(--coral); }
.button-coral:hover { background: var(--coral-dark); }
.button-ghost { border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.15); }
.button-light { color: var(--navy); background: #fff; }
.button-light:hover { color: #fff; background: var(--coral); }
.text-arrow { display: inline-flex; align-items: center; gap: 14px; color: var(--navy); font: 700 .93rem "Manrope", sans-serif; }
.text-arrow span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: background .2s, color .2s; }
.text-arrow:hover span { color: #fff; background: var(--coral); border-color: var(--coral); }

.preview-toolbar { position: relative; z-index: 30; color: #10141a; background: #75d5d7; font-family: "Manrope", sans-serif; }
.preview-ribbon { display: flex; min-height: 29px; align-items: center; justify-content: center; gap: 8px; padding: 6px 18px; color: #fff; background: #57278a; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.preview-ribbon b { color: #83dde0; }
.preview-meta { min-height: 48px; }
.preview-meta-inner { display: grid; min-height: 48px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.preview-client, .preview-contact { display: flex; align-items: center; gap: 7px; font-size: .68rem; }
.preview-client span::before { margin-right: 7px; content: "·"; }
.preview-links { display: flex; align-items: center; gap: 6px; }
.preview-links a { display: grid; min-width: 34px; height: 29px; place-items: center; border: 1px solid rgba(4,24,39,.28); border-radius: 4px; padding: 0 6px; font-size: .58rem; font-weight: 800; letter-spacing: .03em; transition: color .2s, background .2s; }
.preview-links svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.preview-links svg.social-fill { fill: currentColor; stroke: none; }
.preview-links a:hover { color: #fff; background: var(--navy-deep); }
.preview-contact { justify-content: flex-end; }
.preview-contact i { opacity: .45; font-style: normal; }
.site-header { position: absolute; z-index: 20; top: 77px; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2); }
.header-inner { display: flex; min-height: 88px; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; line-height: 0; }
.brand picture { display: block; }
.brand-logo { display: block; width: 205px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.main-nav a, .text-link { position: relative; font-size: .86rem; font-weight: 600; }
.nav-dropdown { position: relative; }
.nav-dropdown > button { display: flex; align-items: center; gap: 5px; border: 0; padding: 8px 0; color: inherit; background: transparent; font: 600 .86rem "DM Sans", sans-serif; cursor: pointer; }
.nav-dropdown > button span { color: #86d3df; font-size: 1.05rem; transition: transform .2s; }
.nav-dropdown[data-open] > button span { transform: rotate(180deg); }
.locations-menu { position: absolute; z-index: 40; top: calc(100% + 20px); left: 50%; display: none; width: 530px; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border-radius: 14px; color: var(--ink); background: var(--line); box-shadow: 0 22px 65px rgba(4,24,39,.26); transform: translateX(-38%); }
.nav-dropdown[data-open] .locations-menu { display: grid; }
.locations-menu a { display: grid; gap: 1px; min-height: 70px; align-content: center; padding: 13px 18px; background: #fff; transition: color .2s, background .2s; }
.locations-menu a::after { display: none; }
.locations-menu a:hover { color: var(--navy); background: var(--sky-soft); }
.locations-menu strong { font-size: .87rem; }
.locations-menu small { color: var(--muted); font-size: .67rem; }
.locations-menu .menu-all { grid-column: 1 / -1; min-height: 55px; color: #fff; background: var(--navy); }
.locations-menu > a:nth-child(7) { grid-column: 1 / -1; }
.locations-menu .menu-all:hover { color: #fff; background: var(--coral); }
.main-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; content: ""; background: var(--coral); transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; margin-left: 8px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: #fff; }

.hero { position: relative; min-height: 830px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--navy-deep); }
.hero-photo { position: absolute; inset: 0; background: url('/themes/custom/hss_theme/assets/hss-media/gallery-iwilei.webp') center 42% / cover; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,25,43,.96) 0%, rgba(5,34,56,.83) 40%, rgba(5,32,52,.25) 76%), linear-gradient(0deg, rgba(0,0,0,.28), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-top: 105px; }
.hero h1 { max-width: 820px; margin-bottom: 28px; }
.hero h1 em { color: #8ad8df; }
.hero-copy { max-width: 640px; margin-bottom: 34px; color: #e0eaee; font-size: 1.18rem; }
.hero-actions { display: flex; gap: 13px; }
.trust-list { display: flex; gap: 30px; margin: 35px 0 0; padding: 0; color: #d9e6eb; list-style: none; font-size: .82rem; }
.trust-list span { color: #85d4df; }
.scroll-cue { position: absolute; z-index: 2; right: 34px; bottom: 30px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue i { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-style: normal; }

.quick-finder { padding-top: 0; background: var(--cream); }
.finder-panel { position: relative; z-index: 5; margin-top: -54px; padding: 46px 48px 36px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.finder-intro-copy { display: grid; grid-template-columns: .9fr 1.2fr 1fr; align-items: end; gap: 32px; }
.finder-intro-copy h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.2rem); }
.finder-intro-copy p:last-child { margin: 0; color: var(--muted); }
.need-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 38px; }
.need-card { display: grid; min-height: 164px; align-content: start; border: 1px solid var(--line); border-radius: 12px; padding: 20px; transition: border .2s, transform .2s, box-shadow .2s; }
.need-card:hover { border-color: var(--coral); transform: translateY(-4px); box-shadow: 0 12px 28px rgba(6,31,53,.1); }
.need-icon { display: grid; width: 40px; height: 40px; margin-bottom: 18px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--sky-soft); font-size: 1.2rem; }
.need-card strong { margin-bottom: 4px; }
.need-card small { color: var(--muted); line-height: 1.4; }
.finder-link { display: flex; justify-content: flex-end; gap: 12px; margin-top: 24px; color: var(--blue); font-weight: 700; }
.finder-link span { color: var(--coral); }

.size-story { background: var(--sand); }
.two-column { display: grid; grid-template-columns: .74fr 1.26fr; gap: 100px; align-items: center; }
.section-copy > p:not(.eyebrow) { max-width: 440px; color: var(--muted); font-size: 1.05rem; }
.section-copy .text-arrow { margin-top: 16px; }
.size-stack { border-top: 1px solid #cfd6d5; }
.size-row { display: grid; grid-template-columns: 50px 1fr auto; gap: 20px; align-items: center; padding: 28px 8px; border-bottom: 1px solid #cfd6d5; transition: padding .2s, background .2s; }
.size-row:hover { padding-inline: 18px; background: rgba(255,255,255,.65); }
.size-num { color: var(--coral); font: 700 .72rem "Manrope", sans-serif; }
.size-row > span:nth-child(2) { display: grid; }
.size-row strong { font-size: 1.2rem; }
.size-row small { color: var(--muted); }
.size-row > i { color: var(--navy); font: 800 1.05rem "Manrope", sans-serif; font-style: normal; }
.size-row > i small { margin-left: 2px; font-size: .68rem; font-weight: 500; }

.locations-section { background: #fff; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.split-heading h2 { margin-bottom: 0; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.location-card { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: box-shadow .2s, transform .2s; }
.location-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.location-photo { position: relative; display: block; height: 225px; overflow: hidden; background: var(--sky); }
.location-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.location-card:hover .location-photo img { transform: scale(1.04); }
.location-photo > span { position: absolute; bottom: 12px; left: 12px; border-radius: 20px; padding: 6px 10px; color: var(--navy); background: rgba(255,255,255,.94); font-size: .68rem; font-weight: 700; }
.location-body { display: flex; justify-content: space-between; gap: 18px; padding: 22px; }
.location-body h3 { margin-bottom: 5px; font-size: 1.35rem; }
.location-body p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.location-price { display: grid; flex: 0 0 auto; align-content: start; text-align: right; }
.location-price small { color: var(--muted); font-size: .65rem; }
.location-price strong { color: var(--coral-dark); font-size: 1.45rem; line-height: 1.1; }
.location-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding: 14px 22px; color: var(--muted); font-size: .73rem; }
.location-foot a { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); }
.location-pills { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; }
.location-pills a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 10px; border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; }
.location-pills a:hover { border-color: var(--coral); }
.location-pills span { font-weight: 700; }
.location-pills small { grid-row: 2; color: var(--muted); }
.location-pills i { grid-row: 1 / span 2; grid-column: 2; color: var(--coral); font-style: normal; }

.experience-section { padding: 0; color: #fff; background: var(--navy); }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; }
.experience-image { position: relative; width: calc(100% + (100vw - min(1180px, calc(100vw - 48px))) / 2); margin-left: calc((100vw - min(1180px, calc(100vw - 48px))) / -2); background: linear-gradient(0deg, rgba(6,31,53,.15), rgba(6,31,53,.15)), url('/themes/custom/hss_theme/assets/hss-media/people-service.jpg') center / cover; }
.anniversary-badge { position: absolute; right: -58px; bottom: 70px; display: flex; width: 132px; height: 132px; align-items: center; justify-content: center; gap: 7px; border: 8px solid var(--navy); border-radius: 50%; color: var(--navy); background: #8bd6de; transform: rotate(-8deg); }
.anniversary-badge strong { font-size: 2.7rem; line-height: 1; }
.anniversary-badge small { font-size: .65rem; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.experience-copy { align-self: center; padding: 80px 0 80px 90px; }
.experience-copy h2 em { color: #8bd6de; }
.experience-copy > p:not(.eyebrow) { color: #c9d9e1; font-size: 1.04rem; }
.feature-list { display: grid; gap: 20px; margin: 32px 0 38px; }
.feature-list > div { display: grid; grid-template-columns: 43px 1fr; column-gap: 14px; align-items: center; }
.feature-list span { grid-row: 1 / span 2; display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: #83d2dc; background: rgba(255,255,255,.08); }
.feature-list strong { font-size: .96rem; }
.feature-list small { color: #aabfc9; }

.impact-section { background: var(--cream); }
.centered { max-width: 750px; margin: 0 auto 55px; text-align: center; }
.centered > p:last-child { color: var(--muted); }
.stat-grid, .metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.stat-grid > div, .metric-grid > div { display: grid; padding: 34px 24px; text-align: center; border-right: 1px solid var(--line); }
.stat-grid > div:last-child, .metric-grid > div:last-child { border: 0; }
.stat-grid strong, .metric-grid strong { color: var(--navy); font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.05em; }
.stat-grid span, .metric-grid span { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.center-action { margin-top: 36px; text-align: center; }
.cta-band, .page-cta { padding: 70px 0; color: #fff; background: var(--navy-deep); }
.cta-band .container, .page-cta .container { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 55px; }
.cta-band h2, .page-cta h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); }
.cta-band p:not(.eyebrow), .page-cta p { margin: 0; color: #c0d1d9; }

.site-footer { padding: 75px 0 24px; color: #c2d0d7; background: #041827; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; }
.brand-light { color: #fff; }
.footer-logo { width: 255px; }
.footer-grid > div:first-child p { margin-top: 25px; font-size: .85rem; }
.footer-grid h2 { margin-bottom: 20px; color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: start; gap: 9px; font-size: .82rem; }
.footer-grid a:hover { color: #fff; }
.footer-social-icons { display: flex; gap: 8px; margin-top: 20px; }
.footer-social-icons a { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transition: background .2s, border-color .2s; }
.footer-social-icons a:hover { border-color: #83d3dc; background: rgba(131,211,220,.12); }
.footer-social-icons svg { width: 17px; height: 17px; fill: currentColor; }
.footer-social-icons svg.instagram { fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social-icons .play { fill: var(--navy-deep); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; }

.compact-hero, .content-hero { position: relative; padding: 210px 0 105px; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(64,153,176,.45), transparent 30%), linear-gradient(125deg, var(--navy-deep), var(--blue)); }
.compact-hero::after, .content-hero::after { position: absolute; right: -100px; bottom: -280px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); content: ""; }
.compact-hero h1, .content-hero h1 { position: relative; z-index: 1; max-width: 900px; margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 6rem); }
.compact-hero h1 em { color: #8bd6de; }
.compact-hero .container > p:last-child, .content-hero .container > p:last-child { position: relative; z-index: 1; max-width: 680px; color: #d8e6eb; font-size: 1.14rem; }
.finder-section { min-height: 600px; background: #f4f7f7; }
.prototype-notice { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; border: 1px solid #b7dbe0; border-radius: 9px; padding: 12px 17px; color: #345d69; background: #e7f5f6; font-size: .78rem; }
.prototype-notice span { flex: 0 0 auto; border-radius: 20px; padding: 4px 9px; color: #fff; background: var(--blue); font-weight: 700; }
.prototype-notice p { margin: 0; }
.filter-panel { display: grid; grid-template-columns: 1.2fr 1.2fr 1fr .8fr; gap: 12px; border-radius: 14px; padding: 18px; background: #fff; box-shadow: 0 8px 30px rgba(6,31,53,.08); }
.filter-panel label { display: grid; gap: 5px; }
.filter-panel label > span { color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.filter-panel select { width: 100%; height: 48px; border: 1px solid var(--line); border-radius: 7px; padding: 0 12px; color: var(--ink); background: #fff; }
.check-filter { align-content: end; }
.check-filter input { position: absolute; opacity: 0; }
.check-filter > span { display: flex; height: 48px; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 7px; padding: 0 12px; color: var(--ink) !important; font-size: .75rem !important; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
.check-filter i { display: block; width: 19px; height: 19px; border: 2px solid #9baab2; border-radius: 4px; }
.check-filter input:checked + span i { border-color: var(--coral); background: var(--coral); box-shadow: inset 0 0 0 3px #fff; }
.result-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 62px 0 25px; }
.result-heading h2 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); }
.result-heading > p { max-width: 310px; margin: 0; color: var(--muted); font-size: .8rem; text-align: right; }
.unit-list { display: grid; gap: 13px; }
.unit-card { display: grid; grid-template-columns: 190px 1fr 200px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 4px 18px rgba(6,31,53,.04); }
.unit-card[hidden] { display: none; }
.unit-visual { display: grid; min-height: 225px; grid-template-rows: 1fr auto; overflow: hidden; color: #fff; background: #fff; }
.unit-visual img { width: 100%; height: 158px; padding: 7px; object-fit: contain; mix-blend-mode: multiply; }
.unit-visual > div { display: grid; justify-items: center; padding: 10px 12px 13px; background: var(--blue); }
.unit-visual span { font: 800 1.08rem "Manrope", sans-serif; }
.unit-visual small { color: #c6e2e7; font-size: .68rem; }
.unit-main { padding: 25px 26px; }
.unit-title { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.unit-title p { margin-bottom: 2px; color: var(--coral-dark); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.unit-title h3 { margin: 0; font-size: 1.55rem; }
.unit-title h3 span { color: var(--muted); font-family: "DM Sans", sans-serif; font-size: .9rem; font-weight: 400; }
.availability { flex: 0 0 auto; border-radius: 20px; padding: 4px 9px; color: #176044; background: #e2f5e9; font-size: .67rem; font-weight: 700; }
.availability.low { color: #a5412e; background: #fff0eb; }
.unit-use { margin: 18px 0 14px; color: var(--muted); font-size: .86rem; }
.unit-use strong { color: var(--ink); }
.unit-features { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 0; padding: 0; color: var(--muted); list-style: none; font-size: .72rem; }
.unit-features li::before { margin-right: 7px; color: #3f9dae; content: "✓"; }
.unit-price { display: grid; align-content: center; justify-items: stretch; border-left: 1px solid var(--line); padding: 18px; text-align: right; }
.promo-pill { justify-self: end; border-radius: 20px; padding: 4px 8px; color: #a6442e; background: #fff0ea; font-size: .63rem; font-weight: 700; }
.unit-price > div { display: grid; grid-template-columns: 1fr auto; align-items: end; margin: 10px 0; }
.unit-price > div > small { grid-column: 1 / span 2; color: var(--muted); font-size: .65rem; }
.unit-price strong { color: var(--navy); font-size: 2rem; line-height: 1; }
.unit-price sup { font-size: .75rem; }.unit-price sub { font-size: .65rem; font-weight: 500; }
.unit-price del { color: #8c9aa1; font-size: .75rem; }
.unit-cta { width: 100%; min-height: 44px; padding: 10px; background: var(--coral); }
.demo-label { margin-top: 5px; color: #84949b; font-size: .59rem; text-align: center; }
.empty-state { border: 1px dashed #aabbc2; border-radius: 14px; padding: 60px 25px; text-align: center; }
.empty-state[hidden] { display: none; }
.empty-state h2 { font-size: 2rem; }
.demo-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4,24,39,.76); backdrop-filter: blur(6px); }
.demo-modal[hidden] { display: none; }
.demo-modal-card { position: relative; max-width: 520px; border-radius: 18px; padding: 46px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.3); text-align: center; }
.demo-modal-card > button:first-child { position: absolute; top: 12px; right: 14px; width: 35px; height: 35px; border: 0; border-radius: 50%; color: var(--navy); background: var(--sky-soft); font-size: 1.5rem; cursor: pointer; }
.modal-icon { display: grid; width: 60px; height: 60px; margin: 0 auto 20px; place-items: center; border-radius: 50%; color: #fff; background: #3c9e77; font-size: 1.5rem; }
.demo-modal-card h2 { margin-bottom: 16px; font-size: 2.2rem; }
.demo-modal-card p { color: var(--muted); }
.demo-modal-card > div { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 28px; }

.location-hero { position: relative; display: flex; min-height: 620px; align-items: end; padding: 175px 0 80px; color: #fff; background: var(--navy) var(--location-image) center / cover; }
.location-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,24,40,.9), rgba(3,24,40,.38) 65%, rgba(3,24,40,.2)), linear-gradient(0deg, rgba(3,24,40,.7), transparent 70%); }
.location-hero .container { position: relative; z-index: 1; }
.back-link { display: inline-block; margin-bottom: 55px; color: #d2e2e8; font-size: .8rem; }
.location-badge { display: inline-block; margin-bottom: 14px; border-radius: 20px; padding: 5px 11px; color: var(--navy); background: #91dbe2; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.location-hero h1 { margin-bottom: 12px; }
.location-hero-copy > p { color: #e1ebef; font-size: 1.05rem; }
.location-hero-copy > div { display: flex; gap: 12px; margin-top: 28px; }
.location-overview { background: #fff; }
.location-overview-grid { display: grid; grid-template-columns: 1.5fr .65fr; gap: 100px; }
.location-overview-grid > div > p:not(.eyebrow) { max-width: 740px; color: var(--muted); font-size: 1.05rem; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-grid li { border-top: 1px solid var(--line); padding-top: 12px; font-size: .86rem; }
.check-grid span { margin-right: 10px; color: #3c9e77; }
.location-overview aside { align-self: start; border-radius: 14px; padding: 28px; background: var(--sand); }
.location-overview aside > div { display: grid; padding: 16px 0; border-bottom: 1px solid #d9d3c9; }
.location-overview aside small { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.location-overview aside strong, .location-overview aside a:not(.text-arrow) { font-weight: 700; }
.location-overview aside .text-arrow { margin-top: 20px; }
.location-units { background: #f4f7f7; }

.content-hero { padding-bottom: 90px; }
.content-hero .container > p:last-child { font-size: 1.17rem; }
.content-hero-community { background: radial-gradient(circle at 80% 20%, rgba(237,107,77,.33), transparent 30%), linear-gradient(125deg, #102d2b, #205e52); }
.content-hero-students { background: radial-gradient(circle at 80% 20%, rgba(239,171,61,.35), transparent 30%), linear-gradient(125deg, #112e58, #235e92); }
.content-contact { position: relative; z-index: 2; display: flex; gap: 25px; margin-top: 24px; }
.content-contact a { border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 700; }
.content-section { background: #fff; }
.content-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.content-card-grid article { min-height: 260px; border: 1px solid var(--line); border-radius: 15px; padding: 28px; background: var(--cream); }
.content-icon { display: block; width: 48px; height: 48px; margin-bottom: 30px; border-radius: 50%; background: var(--sky); }
.content-icon::after { display: grid; width: 100%; height: 100%; place-items: center; color: var(--navy); content: "✦"; }
.icon-shield::after { content: "✓"; }.icon-phone::after { content: "▯"; }.icon-box::after { content: "□"; }.icon-heart::after { content: "♥"; }.icon-scholar::after { content: "◇"; }.icon-team::after { content: "●"; }
.content-card-grid h2 { margin-bottom: 12px; font-size: 1.3rem; letter-spacing: -.025em; }
.content-card-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.metric-grid { margin-bottom: 70px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 30px; background: var(--line); }
.steps-grid article { min-height: 290px; padding: 38px; background: var(--cream); }
.steps-grid article > span { color: var(--coral); font: 800 .75rem "Manrope", sans-serif; }
.steps-grid h2 { margin: 55px 0 14px; font-size: 1.45rem; }
.steps-grid p { color: var(--muted); font-size: .88rem; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-layout > div:first-child { position: sticky; top: 40px; align-self: start; }
.faq-layout > div:first-child h2 { font-size: 2.5rem; }
.faq-layout > div:first-child > p:last-child { color: var(--muted); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 15px; border: 0; padding: 22px 0; color: var(--ink); background: transparent; font-weight: 700; text-align: left; cursor: pointer; }
.faq-item button span { color: var(--coral); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { padding: 0 45px 22px 0; color: var(--muted); font-size: .9rem; }
.faq-answer p { margin: 0; }
.student-options { margin-top: 75px; border-radius: 20px; padding: 45px; color: #fff; background: var(--navy); }
.student-options > div:first-child { display: flex; align-items: end; justify-content: space-between; }
.student-options h2 { max-width: 700px; font-size: 2.7rem; }
.student-options > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.student-options article { border: 1px solid rgba(255,255,255,.15); border-radius: 12px; padding: 24px; background: rgba(255,255,255,.05); }
.student-options article span { display: block; margin-bottom: 20px; color: #82d2db; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.student-options article strong { display: block; margin-bottom: 7px; font-size: 1.3rem; }
.student-options article p { margin: 0; color: #c2d2da; font-size: .82rem; }
.page-cta .container { grid-template-columns: 1fr .8fr auto; }
.page-cta h2 { font-size: 3rem; }

.transaction-hero { position: relative; min-height: 540px; display: flex; align-items: end; padding: 195px 0 78px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 25%, rgba(68,175,192,.4), transparent 30%), linear-gradient(125deg, var(--navy-deep), var(--blue)); }
.transaction-hero::after { position: absolute; right: -100px; bottom: -280px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); content: ""; }
.transaction-hero .container { position: relative; z-index: 1; }
.transaction-hero h1 { max-width: 940px; margin-bottom: 18px; font-size: clamp(3.3rem, 6vw, 6rem); }
.transaction-hero h1 em { color: #8bd6de; }
.transaction-hero p:last-child { max-width: 680px; margin: 0; color: #d8e6eb; font-size: 1.08rem; }
.transaction-hero .back-link { margin-bottom: 32px; }
.pay-hero { background: linear-gradient(90deg, rgba(4,27,46,.92), rgba(4,27,46,.46)), url('/themes/custom/hss_theme/assets/hss-media/gallery-iwilei.webp') center / cover; }
.pay-location-section { background: #f4f7f7; }
.pay-location-section .split-heading > p { max-width: 420px; color: var(--muted); }
.pay-location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 45px; }
.pay-location-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 7px 28px rgba(6,31,53,.05); }
.pay-location-card img { width: 100%; height: 190px; object-fit: cover; }
.pay-location-card > div { display: grid; padding: 24px; }
.pay-location-card span { color: var(--coral-dark); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pay-location-card h3 { margin: 5px 0 7px; font-size: 1.5rem; }
.pay-location-card p { min-height: 52px; color: var(--muted); font-size: .82rem; }
.pay-location-card .button { width: 100%; }
.pay-location-card > div > small { margin-top: 8px; color: #83929a; font-size: .62rem; text-align: center; }
.payment-help { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 45px; margin-top: 55px; border-radius: 18px; padding: 38px; color: #fff; background: var(--navy-deep); }
.payment-help h2 { margin: 0; font-size: 2.3rem; }
.payment-help > p { margin: 0; color: #c0d1d9; }
.tier-section, .checkout-section { background: #f4f7f7; }
.selected-unit { display: grid; grid-template-columns: 170px 1fr 240px; align-items: center; gap: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; padding: 18px 24px 18px 18px; background: #fff; box-shadow: 0 9px 34px rgba(6,31,53,.07); }
.selected-unit img { width: 160px; height: 145px; object-fit: contain; }
.selected-unit > div > span { color: var(--coral-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.selected-unit h2 { margin: 2px 0 3px; font-size: 2.1rem; }
.selected-unit p { margin: 0; color: var(--muted); }
.selected-unit aside { display: grid; border-left: 1px solid var(--line); padding-left: 25px; }
.selected-unit aside small { color: var(--muted); font-size: .67rem; }
.selected-unit aside strong { color: var(--navy); }
.tier-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin: 80px 0 35px; }
.tier-intro h2 { margin: 0; font-size: 3rem; }
.tier-intro > p { margin: 0; color: var(--muted); }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.tier-card { position: relative; display: grid; min-height: 500px; align-content: start; border: 1px solid var(--line); border-radius: 17px; padding: 30px; background: #fff; box-shadow: 0 7px 24px rgba(6,31,53,.04); }
.tier-card::before { position: absolute; top: 0; right: 0; left: 0; height: 7px; border-radius: 17px 17px 0 0; content: ""; background: var(--blue); }
.tier-choice::before { background: #3d9cae; }.tier-cherry::before { background: var(--coral); }
.tier-tag, .summary-badge { justify-self: start; border-radius: 20px; padding: 5px 10px; color: var(--navy); background: var(--sky); font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tier-card h3 { margin: 19px 0 5px; font-size: 1.75rem; }
.tier-card > p { min-height: 82px; color: var(--muted); font-size: .85rem; }
.tier-price { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; margin: 10px 0 25px; border: 1px solid var(--line); border-radius: 10px; }
.tier-price > div { display: grid; padding: 18px 14px; border-right: 1px solid var(--line); }
.tier-price > div:last-child { border: 0; background: #f7f8f8; }
.tier-price small { color: var(--muted); font-size: .65rem; }
.tier-price strong { color: var(--navy); font-size: 1.35rem; }
.tier-price sup, .tier-price sub { font-size: .62rem; }
.tier-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.button-outline { border: 2px solid var(--coral); color: var(--coral); background: #fff; }
.button-outline:hover { color: #fff; background: var(--coral); }
.tier-note { margin-top: 9px; color: #8a989f; font-size: .6rem; text-align: center; }
.booking-reassurance { display: flex; justify-content: center; gap: 35px; margin-top: 35px; color: var(--muted); font-size: .76rem; }
.checkout-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; align-items: start; }
.checkout-form, .order-summary { border: 1px solid var(--line); border-radius: 18px; padding: 35px; background: #fff; box-shadow: 0 8px 30px rgba(6,31,53,.06); }
.checkout-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 45px; border-bottom: 1px solid var(--line); }
.checkout-progress span { display: flex; align-items: center; gap: 9px; padding: 0 0 16px; color: #94a1a7; font-size: .75rem; }
.checkout-progress span::first-letter { font-weight: 800; }
.checkout-progress .active { color: var(--coral-dark); border-bottom: 3px solid var(--coral); }
.checkout-progress .complete { color: #2d8462; border-bottom: 3px solid #65b994; }
.checkout-form-heading h2 { margin-bottom: 10px; font-size: 2.7rem; }
.checkout-form-heading > p:last-child { color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 32px; }
.field-grid label { display: grid; gap: 6px; }
.field-grid label > span { color: var(--ink); font-size: .72rem; font-weight: 700; }
.field-grid input { width: 100%; height: 52px; border: 1px solid var(--line); border-radius: 8px; padding: 0 14px; background: #fbfcfc; }
.field-full { grid-column: 1 / -1; }
.checkout-callout { display: grid; gap: 8px; margin-top: 24px; border-radius: 10px; padding: 20px; color: #315663; background: var(--sky-soft); font-size: .76rem; }
.checkout-callout span::before { margin-right: 8px; color: #3c9e77; content: "✓"; }
.checkout-next { min-width: 250px; margin-top: 28px; }
.protection-options { display: grid; gap: 11px; margin-top: 30px; }
.protection-options label { cursor: pointer; }
.protection-options input { position: absolute; opacity: 0; }
.protection-options label > span { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; border: 2px solid var(--line); border-radius: 10px; padding: 18px 20px; background: #fbfcfc; transition: border-color .2s, background .2s; }
.protection-options input:checked + span { border-color: var(--coral); background: #fff7f7; }
.protection-options b { font-size: .88rem; }
.protection-options small { grid-column: 1; color: var(--muted); font-size: .7rem; }
.protection-options strong { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--blue); font-size: .67rem; }
.emergency-fields { margin-top: 25px; }
.checkout-navigation { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.agreement-summary { margin-top: 28px; border: 1px solid var(--line); border-radius: 10px; padding: 22px; background: #fbfcfc; }
.agreement-summary h3 { margin-bottom: 15px; font-size: 1rem; }
.agreement-summary dl { margin: 0; }
.agreement-summary dl > div { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 9px 0; font-size: .73rem; }
.agreement-summary dt { color: var(--muted); }
.agreement-summary dd { margin: 0; font-weight: 700; text-align: right; }
.sample-agreement { margin-top: 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.sample-agreement summary { display: flex; justify-content: space-between; padding: 17px 20px; color: var(--blue); font-weight: 800; cursor: pointer; list-style: none; }
.sample-agreement summary::-webkit-details-marker { display: none; }
.sample-agreement[open] summary span { transform: rotate(45deg); }
.sample-agreement > div { border-top: 1px solid var(--line); padding: 20px; color: var(--muted); font-size: .72rem; }
.sample-agreement p:last-child { margin-bottom: 0; }
.agreement-checks { display: grid; gap: 10px; margin: 20px 0; }
.agreement-checks label { display: flex; align-items: start; gap: 11px; color: var(--ink); font-size: .73rem; cursor: pointer; }
.agreement-checks input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--coral); }
.signature-field { display: grid; gap: 6px; }
.signature-field > span { font-size: .72rem; font-weight: 700; }
.signature-field input { height: 52px; border: 1px solid var(--line); border-radius: 8px; padding: 0 14px; background: #fbfcfc; }
.signature-field small { color: var(--muted); font-size: .65rem; }
.order-summary { position: sticky; top: 24px; }
.order-summary img { width: 100%; height: 220px; margin: 18px 0; object-fit: contain; }
.order-summary > p { margin: 0; color: var(--coral-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.order-summary h2 { font-size: 1.65rem; }
.order-summary ul { margin: 25px 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.order-summary li { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .75rem; }
.order-summary li:last-child { border: 0; }
.order-summary li span, .order-summary > small { color: var(--muted); }
.order-summary > small { display: block; line-height: 1.5; }
.order-summary > a { display: inline-block; margin-top: 18px; color: var(--blue); font-size: .75rem; font-weight: 700; }

.proof-strip { color: #fff; background: var(--coral); }
.proof-strip .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-strip span { padding: 17px 24px; border-right: 1px solid rgba(255,255,255,.26); font-size: .76rem; text-align: center; }
.proof-strip span:last-child { border: 0; }
.proof-strip b { margin-right: 5px; }
.rental-process { color: #fff; background: var(--navy-deep); }
.rental-process .container { display: grid; min-height: 82px; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 25px; }
.rental-process span { display: flex; align-items: center; gap: 13px; opacity: .48; }
.rental-process span.active { opacity: 1; }
.rental-process b { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #fff; font-size: .78rem; }
.rental-process .active b { border-color: #82d4dc; color: var(--navy); background: #82d4dc; }
.rental-process small { font: 700 .78rem "Manrope", sans-serif; }
.rental-process i { color: #718793; font-style: normal; }
.rental-process-checkout { background: var(--coral-dark); }
.rental-process-checkout .active b { border-color: #fff; color: var(--coral-dark); background: #fff; }
.finder-stage-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin: 55px 0 32px; }
.finder-stage-heading h2 { margin: 0; font-size: clamp(2.1rem, 3.5vw, 3.6rem); }
.finder-stage-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.finder-location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.finder-location-card { display: grid; min-height: 190px; grid-template-columns: 175px 1fr 100px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; padding: 0; color: var(--ink); background: #fff; text-align: left; cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; }
.finder-location-card:hover { border-color: var(--coral); box-shadow: 0 14px 38px rgba(6,31,53,.1); transform: translateY(-3px); }
.finder-location-card > img { width: 100%; height: 100%; object-fit: cover; }
.finder-location-body { display: grid; align-content: center; padding: 20px; }
.finder-location-body > small { color: var(--coral-dark); font: 800 .58rem "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.finder-location-body > strong { margin: 4px 0 5px; font-size: 1.25rem; }
.finder-location-body > span { color: var(--muted); font-size: .72rem; line-height: 1.45; }
.finder-location-body > b { margin-top: 8px; color: var(--blue); font-size: .7rem; }
.finder-location-price { display: grid; align-content: center; justify-items: center; border-left: 1px solid var(--line); padding: 16px 10px; background: var(--cream); }
.finder-location-price small { color: var(--muted); font-size: .62rem; }
.finder-location-price strong { color: var(--coral-dark); font-size: 1.5rem; }
.finder-location-price i { margin-top: 18px; color: var(--blue); font-size: .66rem; font-weight: 800; font-style: normal; }
.unit-results-stage[hidden], .location-first[hidden] { display: none; }
.change-location { border: 0; border-bottom: 1px solid var(--blue); padding: 4px 0; color: var(--blue); background: transparent; font-weight: 700; cursor: pointer; }

.services-hero { position: relative; overflow: hidden; padding: 220px 0 115px; color: #fff; background: linear-gradient(120deg, rgba(4,24,39,.98), rgba(9,45,75,.87)), url('/themes/custom/hss_theme/assets/hss-media/service-air-conditioned.webp') center / cover; }
.services-hero-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 80px; }
.services-hero h1 { max-width: 870px; margin-bottom: 28px; font-size: clamp(3.2rem, 6vw, 6rem); }
.services-hero h1 em { color: #87d5df; }
.services-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 650px; color: #d2e1e6; font-size: 1.08rem; }
.services-hero .button { margin-top: 17px; }
.services-hero-image span { display: grid; width: 190px; height: 190px; place-content: center; border-radius: 50%; color: var(--navy); background: #84d5dd; text-align: center; transform: rotate(6deg); }
.services-hero-image strong { font-size: 3.2rem; line-height: 1; }
.services-hero-image small { font-weight: 800; text-transform: uppercase; }
.service-proof-bar { color: #fff; background: var(--coral); }
.service-proof-bar .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-proof-bar span { padding: 18px 22px; border-right: 1px solid rgba(255,255,255,.25); font-size: .76rem; text-align: center; }
.service-proof-bar span:last-child { border: 0; }
.awards-section { padding: 75px 0; background: #fff; }
.awards-grid { display: grid; grid-template-columns: .55fr 1.45fr; align-items: center; gap: 65px; }
.awards-grid h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3.5rem); }
.awards-grid > div:first-child > p:last-child { margin: 0; color: var(--muted); font-size: .83rem; }
.awards-art { border-left: 1px solid var(--line); padding-left: 55px; }
.awards-art img { width: 100%; }
.awards-art small { display: block; margin-top: 12px; color: var(--muted); font-size: .62rem; text-align: right; }
.service-feature-grid { display: grid; gap: 18px; }
.service-feature-grid article { display: grid; min-height: 370px; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--cream); }
.service-feature-grid article:nth-child(even) { grid-template-columns: 1.1fr .9fr; }
.service-feature-grid article:nth-child(even) .service-feature-copy { grid-column: 2; grid-row: 1; }
.service-feature-grid article:nth-child(even) img { grid-column: 1; grid-row: 1; }
.service-feature-copy { display: grid; align-content: center; padding: 45px; }
.service-feature-copy > span { color: var(--coral); font: 800 .7rem "Manrope", sans-serif; }
.service-feature-copy h3 { margin: 8px 0 0; font-size: 2rem; }
.service-feature-copy > strong { margin: 0 0 15px; color: var(--blue); font-size: .8rem; }
.service-feature-copy p { color: var(--muted); }
.service-feature-copy a { color: var(--blue); font-size: .78rem; font-weight: 800; }
.service-feature-grid img { width: 100%; height: 100%; object-fit: cover; }
.service-app-section { color: #fff; background: var(--navy); }
.service-app-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.service-app-image img { width: 100%; min-height: 550px; object-fit: cover; border-radius: 18px; }
.service-app-grid h2 em { color: #87d5df; }
.service-app-grid > div:last-child > p:not(.eyebrow) { color: #bfd0d9; }
.app-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 32px 0; }
.app-feature-grid span { display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; padding: 13px; }
.app-feature-grid i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--navy); background: #87d5df; font-style: normal; }
.app-feature-grid strong { font-size: .77rem; }
.app-store-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.app-store-actions a { display: grid; min-width: 170px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; padding: 10px 18px; background: #041827; }
.app-store-actions small { font-size: .58rem; }
.app-store-actions strong { font-size: 1rem; }
.packing-section { background: var(--sand); }
.packing-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.packing-image { position: relative; }
.packing-image img { width: 100%; min-height: 590px; object-fit: cover; border-radius: 18px; }
.packing-image > div { position: absolute; right: 20px; bottom: 20px; display: grid; border-radius: 10px; padding: 16px 20px; color: #fff; background: var(--navy); }
.packing-image span { color: #bcd0d8; font-size: .65rem; }
.packing-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.bundle-list { display: grid; gap: 9px; margin: 28px 0; }
.bundle-list article { border: 1px solid #ddd4c4; border-radius: 10px; padding: 16px 18px; background: rgba(255,255,255,.65); }
.bundle-list article > div { display: flex; align-items: center; justify-content: space-between; }
.bundle-list span { font-family: "Manrope", sans-serif; font-weight: 800; }
.bundle-list strong { color: var(--coral-dark); font-size: 1.3rem; }
.bundle-list p { margin: 4px 0 0; color: var(--muted); font-size: .73rem; }
.packing-actions { display: flex; gap: 10px; }
.specialty-services { background: #fff; }
.specialty-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.specialty-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); }
.specialty-grid img { width: 100%; height: 245px; object-fit: cover; }
.specialty-grid article > div { padding: 25px; }
.specialty-grid span { color: var(--coral-dark); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.specialty-grid h3 { margin: 6px 0 10px; font-size: 1.35rem; }
.specialty-grid p { color: var(--muted); font-size: .8rem; }
.specialty-grid a { color: var(--blue); font-size: .75rem; font-weight: 800; }
.visual-size-guide { background: #fff; }
.visual-size-guide .split-heading > p, .location-gallery-map .split-heading > p { max-width: 430px; color: var(--muted); }
.visual-size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.visual-size-grid > article { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); transition: transform .2s, box-shadow .2s; }
.visual-size-grid > article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.visual-size-grid > article > div:last-child { display: grid; gap: 5px; padding: 22px; }
.visual-size-video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; padding: 0 !important; background: #f0f4f5; }
.visual-size-video iframe, .skybox-video iframe, .video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.visual-size-grid span { color: var(--coral-dark); font: 800 .67rem "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.visual-size-grid strong { font-size: 1.05rem; }
.visual-size-grid small { margin-top: 8px; color: var(--blue); font-weight: 700; }
.skybox-section { padding-block: 80px; background: var(--sky-soft); }
.skybox-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 75px; }
.skybox-copy h2 em { color: var(--blue); }
.skybox-copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); }
.skybox-locations { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 25px 0 30px; font-size: .78rem; }
.skybox-locations span { width: 100%; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.skybox-locations a { color: var(--blue); font-weight: 700; }
.skybox-video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 10px solid #fff; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.testimonials-section { background: var(--sand); }
.review-summary { display: grid; min-width: 190px; justify-items: end; }
.review-summary strong { color: #f6a700; letter-spacing: .12em; }
.review-summary span { color: var(--muted); font-size: .72rem; }
.review-summary a { margin-top: 5px; color: var(--blue); font-size: .72rem; font-weight: 700; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.testimonial-grid figure { position: relative; display: grid; min-height: 300px; align-content: space-between; margin: 0; border: 1px solid #e4ddd1; border-radius: 16px; padding: 34px; background: #fff; box-shadow: 0 8px 28px rgba(6,31,53,.05); }
.quote-mark { position: absolute; top: 15px; right: 26px; color: var(--sky); font: 700 5.5rem/1 Georgia, serif; }
.testimonial-grid blockquote { position: relative; z-index: 1; margin: 32px 0 45px; color: var(--navy); font: 600 1.15rem/1.6 "Manrope", sans-serif; }
.testimonial-grid figcaption { display: grid; border-top: 1px solid var(--line); padding-top: 18px; }
.testimonial-grid figcaption strong { font-size: .85rem; }
.testimonial-grid figcaption span { color: var(--muted); font-size: .68rem; }
.review-disclaimer { max-width: 820px; margin: 24px auto 0; color: var(--muted); font-size: .69rem; text-align: center; }
.home-media-section { color: #fff; background: var(--navy); }
.home-media-section h2 em { color: #87d5df; }
.text-arrow-light { color: #fff; }
.text-arrow-light span { border-color: rgba(255,255,255,.3); }
.home-media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.media-feature-card { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.055); }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #041827; }
.media-feature-card > div:last-child { padding: 25px 28px 28px; }
.media-feature-card span, .media-gallery-card span { color: #87d5df; font: 800 .66rem "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.media-feature-card h3 { margin: 7px 0; font-size: 1.45rem; }
.media-feature-card p { margin: 0; color: #bed0d9; font-size: .82rem; }

.media-hero { position: relative; padding: 225px 0 115px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 35%, rgba(117,213,215,.27), transparent 26%), linear-gradient(125deg, #041827, var(--blue)); }
.media-hero::before { position: absolute; inset: auto -100px -250px auto; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); content: ""; }
.media-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.media-hero h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(3.2rem, 6vw, 6rem); }
.media-hero h1 em { color: #8bd6de; }
.media-hero-grid > div:first-child > p:last-child { max-width: 650px; color: #d5e4e9; font-size: 1.08rem; }
.media-hero-art { display: grid; width: 220px; height: 220px; place-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--navy); background: #86d5dd; text-align: center; transform: rotate(5deg); }
.media-hero-art span { font: 800 .67rem "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.media-hero-art strong { font-size: 2.2rem; line-height: 1.2; }
.media-hero-art small { font-size: .72rem; }
.media-gallery-section { background: #fff; }
.media-gallery-section .split-heading > p { max-width: 430px; color: var(--muted); }
.youtube-playlist-feature { display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; border-radius: 17px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.youtube-playlist-feature > div:last-child { display: grid; align-content: center; padding: 38px; }
.youtube-playlist-feature > div:last-child > span { color: #84d5dd; font: 800 .64rem "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.youtube-playlist-feature h3 { margin: 8px 0 12px; font-size: 1.75rem; }
.youtube-playlist-feature p { color: #bcd0d9; font-size: .8rem; }
.youtube-playlist-feature .text-arrow { margin-top: 10px; color: #fff; }
.youtube-playlist-feature .text-arrow b { color: #84d5dd; }
.youtube-library-tools { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: 55px 0 24px; }
.youtube-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.youtube-filters button { border: 1px solid var(--line); border-radius: 30px; padding: 9px 14px; color: var(--muted); background: #fff; font-size: .7rem; font-weight: 700; cursor: pointer; }
.youtube-filters button:hover, .youtube-filters button.active { border-color: var(--navy); color: #fff; background: var(--navy); }
.youtube-filters span { display: inline-grid; min-width: 20px; height: 20px; margin-left: 5px; place-items: center; border-radius: 50%; color: var(--navy); background: #84d5dd; font-size: .58rem; }
.youtube-search { position: relative; flex: 0 0 235px; }
.youtube-search input { width: 100%; height: 43px; border: 1px solid var(--line); border-radius: 30px; padding: 0 42px 0 16px; color: var(--ink); background: var(--cream); }
.youtube-search i { position: absolute; top: 7px; right: 14px; color: var(--blue); font-size: 1.2rem; font-style: normal; }
.youtube-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.youtube-video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; padding: 0; color: var(--ink); background: var(--cream); text-align: left; cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; }
.youtube-video-card:hover { border-color: var(--coral); box-shadow: 0 12px 30px rgba(6,31,53,.11); transform: translateY(-4px); }
.youtube-video-card[hidden] { display: none; }
.youtube-thumbnail { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy-deep); }
.youtube-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.youtube-thumbnail i { position: absolute; top: 50%; left: 50%; display: grid; width: 52px; height: 38px; place-items: center; border-radius: 9px; color: #fff; background: var(--coral); font-size: .92rem; font-style: normal; transform: translate(-50%, -50%); transition: transform .2s, background .2s; }
.youtube-video-card:hover .youtube-thumbnail i { background: var(--coral-dark); transform: translate(-50%, -50%) scale(1.08); }
.youtube-card-copy { display: grid; min-height: 155px; align-content: start; padding: 19px 20px; }
.youtube-card-copy small { color: var(--coral-dark); font: 800 .59rem "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.youtube-card-copy strong { margin: 7px 0 14px; font-size: .89rem; line-height: 1.45; }
.youtube-card-copy b { margin-top: auto; color: var(--blue); font-size: .67rem; }
.youtube-empty { margin-top: 20px; border: 1px dashed #aebdc3; border-radius: 13px; padding: 50px 20px; text-align: center; }
.youtube-empty[hidden] { display: none; }
.youtube-empty h3 { margin-bottom: 5px; }
.youtube-empty p { margin: 0; color: var(--muted); }
.youtube-modal { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 25px; background: rgba(4,24,39,.88); backdrop-filter: blur(8px); }
.youtube-modal[hidden] { display: none; }
.youtube-modal-card { position: relative; width: min(960px, 100%); border-radius: 16px; padding: 28px; color: #fff; background: var(--navy-deep); box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.youtube-modal-card > button { position: absolute; z-index: 2; top: 13px; right: 13px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: #fff; font-size: 1.6rem; cursor: pointer; }
.youtube-modal-card h2 { margin: 0 55px 20px 0; font-size: clamp(1.2rem, 2.3vw, 2rem); }
.youtube-modal-card > a { display: inline-block; margin-top: 17px; color: #84d5dd; font-size: .74rem; font-weight: 700; }
.media-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.media-gallery-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.media-gallery-card > div:last-child { padding: 25px 28px 28px; }
.media-gallery-card span { color: var(--coral-dark); }
.media-gallery-card h3 { margin: 7px 0; font-size: 1.45rem; }
.media-gallery-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.social-hub-section { color: #fff; background: var(--navy-deep); }
.social-hub-section .split-heading > p { max-width: 430px; color: #b8cbd4; }
.social-hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.social-channel { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; padding: 24px; background: rgba(255,255,255,.05); transition: transform .2s, border-color .2s, background .2s; }
.social-channel:hover { border-color: #85d5de; background: rgba(255,255,255,.09); transform: translateY(-3px); }
.social-icon { display: grid; width: 55px; height: 55px; place-items: center; border-radius: 14px; color: var(--navy); background: #85d5de; font: 800 1.5rem "Manrope", sans-serif; }
.social-icon svg { width: 28px; height: 28px; fill: currentColor; }
.social-channel-instagram .social-icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-channel-youtube .social-icon svg .play { fill: #85d5de; }
.social-channel div { display: grid; }
.social-channel small { color: #86d4dd; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.social-channel strong { font-size: 1rem; }
.social-channel p { margin: 2px 0 0; color: #afc4cd; font-size: .72rem; }
.social-channel i { color: #85d5de; font-size: 1.2rem; font-style: normal; }
.social-note { max-width: 850px; margin: 25px auto 0; color: #aec3cc; font-size: .72rem; text-align: center; }
.social-story-section { background: var(--sky-soft); }
.social-story-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 75px; }
.social-story-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.social-story-grid ul { display: grid; gap: 10px; margin: 28px 0 34px; padding: 0; list-style: none; }
.social-story-grid li { position: relative; padding-left: 28px; font-size: .84rem; }
.social-story-grid li::before { position: absolute; left: 0; color: var(--coral); content: "✓"; font-weight: 800; }
.social-story-mosaic { display: grid; height: 530px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.social-story-mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.social-story-mosaic img:first-child { grid-row: 1 / span 2; }
.real-hawaii-section { color: #fff; background: var(--navy-deep); }
.real-hawaii-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.real-hawaii-copy p:not(.eyebrow) { max-width: 450px; color: #bfd0d9; }
.real-hawaii-copy h2 em { color: #87d5df; }
.real-hawaii-copy .button { margin-top: 18px; }
.real-hawaii-mosaic { display: grid; height: 560px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.real-hawaii-mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.real-hawaii-mosaic img:first-child { grid-row: 1 / span 2; }
.location-gallery-map { background: var(--sand); }
.gallery-map-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 42px; }
.facility-gallery { display: grid; min-height: 540px; grid-template-columns: 1.5fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.facility-gallery img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: 12px; }
.facility-gallery img:first-child { grid-row: 1 / span 2; }
.facility-map { overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 7px 28px rgba(6,31,53,.09); }
.facility-map iframe { display: block; width: 100%; height: 390px; border: 0; }
.facility-map > div { display: grid; padding: 23px; }
.facility-map span { color: var(--muted); font-size: .82rem; }
.facility-map a { margin-top: 12px; color: var(--blue); font-size: .78rem; font-weight: 700; }
.mobile-action-bar { display: none; }

@media (max-width: 980px) {
  .preview-meta-inner { grid-template-columns: 1fr auto; }
  .preview-links { display: none; }
  .brand-logo { width: 182px; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 72px; right: 24px; left: 24px; display: none; padding: 20px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
  .main-nav[data-open] { display: grid; }
  .nav-dropdown > button { width: 100%; justify-content: space-between; color: var(--ink); }
  .locations-menu { position: static; width: 100%; grid-template-columns: 1fr 1fr; margin: 8px 0; transform: none; box-shadow: none; }
  .header-actions .text-link { display: none; }
  .finder-intro-copy { grid-template-columns: 1fr 1.2fr; }
  .finder-intro-copy > p:last-child { grid-column: 1 / -1; }
  .need-grid { grid-template-columns: 1fr 1fr; }
  .two-column { gap: 50px; }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .location-card:last-child { grid-column: 1 / -1; }
  .location-pills { grid-template-columns: 1fr 1fr; }
  .experience-copy { padding-left: 60px; }
  .anniversary-badge { right: -45px; }
  .filter-panel { grid-template-columns: 1fr 1fr; }
  .unit-card { grid-template-columns: 175px 1fr 185px; }
  .location-overview-grid { gap: 45px; }
  .content-card-grid { grid-template-columns: 1fr 1fr; }
  .faq-layout { gap: 50px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .gallery-map-grid { grid-template-columns: 1fr; }
  .real-hawaii-grid { gap: 40px; }
  .skybox-grid, .social-story-grid { gap: 42px; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid figure:last-child { grid-column: 1 / -1; min-height: 240px; }
  .media-hero-art { width: 170px; height: 170px; }
  .youtube-video-grid { grid-template-columns: 1fr 1fr; }
  .youtube-playlist-feature { grid-template-columns: 1.1fr .9fr; }
  .finder-location-card { grid-template-columns: 135px 1fr 90px; }
  .service-app-grid, .packing-grid { gap: 45px; }
  .service-feature-copy { padding: 35px; }
  .awards-grid { gap: 35px; }
  .awards-art { padding-left: 35px; }
  .pay-location-grid { grid-template-columns: 1fr 1fr; }
  .payment-help { grid-template-columns: 1fr 1fr; }
  .payment-help .button { grid-column: 1 / -1; }
  .tier-grid { grid-template-columns: 1fr; }
  .tier-card { min-height: auto; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 30px, 1180px); }
  .section { padding: 75px 0; }
  .preview-ribbon { min-height: 36px; gap: 5px; padding: 5px 10px; font-size: .5rem; line-height: 1.25; }
  .preview-meta, .preview-meta-inner { min-height: 42px; }
  .preview-meta-inner { grid-template-columns: 1fr auto; gap: 12px; }
  .preview-client { font-size: .6rem; }
  .preview-client span { display: none; }
  .preview-contact { font-size: .6rem; }
  .preview-contact i, .preview-contact a:last-child { display: none; }
  .site-header { top: 78px; }
  .brand-logo { width: 160px; }
  .header-actions { display: none; }
  .hero { min-height: 760px; align-items: end; padding-bottom: 70px; }
  .hero-photo { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(3,24,41,.97), rgba(3,24,41,.5) 73%, rgba(3,24,41,.42)); }
  .hero-content { padding-top: 170px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; }
  .trust-list { flex-direction: column; gap: 7px; margin-top: 24px; }
  .scroll-cue { display: none; }
  .finder-panel { margin-top: -35px; padding: 30px 20px 24px; }
  .proof-strip .container { width: 100%; grid-template-columns: 1fr; }
  .proof-strip span { padding: 11px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.23); }
  .rental-process .container { min-height: 68px; gap: 7px; }
  .rental-process span { justify-content: center; gap: 7px; }
  .rental-process b { width: 28px; height: 28px; }
  .rental-process small { font-size: .61rem; }
  .rental-process i { font-size: .7rem; }
  .finder-stage-heading { align-items: start; flex-direction: column; gap: 15px; margin-top: 38px; }
  .finder-location-grid { grid-template-columns: 1fr; }
  .finder-location-card { min-height: 155px; grid-template-columns: 115px 1fr 78px; }
  .finder-location-body { padding: 15px; }
  .finder-location-price { padding: 10px 6px; }
  .services-hero { padding: 185px 0 80px; }
  .services-hero-grid, .service-app-grid, .packing-grid { grid-template-columns: 1fr; }
  .awards-grid { grid-template-columns: 1fr; }
  .awards-art { border-top: 1px solid var(--line); border-left: 0; padding: 30px 0 0; }
  .services-hero-image { display: none; }
  .service-proof-bar .container { width: 100%; grid-template-columns: 1fr; }
  .service-proof-bar span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); padding: 11px 15px; }
  .service-feature-grid article, .service-feature-grid article:nth-child(even) { grid-template-columns: 1fr; }
  .service-feature-grid article:nth-child(even) .service-feature-copy, .service-feature-grid article:nth-child(even) img { grid-column: auto; grid-row: auto; }
  .service-feature-grid img { height: 260px; grid-row: 1 !important; }
  .service-feature-copy { grid-row: 2 !important; padding: 28px 23px; }
  .service-app-image img, .packing-image img { min-height: 400px; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-grid img { height: 260px; }
  .finder-intro-copy { display: block; }
  .finder-intro-copy h2 { margin-bottom: 14px; }
  .need-grid { gap: 8px; margin-top: 28px; }
  .need-card { min-height: 150px; padding: 16px; }
  .finder-link { justify-content: start; font-size: .85rem; }
  .two-column { grid-template-columns: 1fr; }
  .size-row { grid-template-columns: 32px 1fr; }
  .size-row > i { grid-column: 2; }
  .split-heading { align-items: start; flex-direction: column; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card:last-child { grid-column: auto; }
  .location-pills { grid-template-columns: 1fr; }
  .visual-size-grid { grid-template-columns: 1fr; }
  .skybox-grid, .social-story-grid, .media-hero-grid { grid-template-columns: 1fr; }
  .skybox-grid { gap: 40px; }
  .testimonial-grid, .home-media-grid, .media-gallery-grid, .social-hub-grid { grid-template-columns: 1fr; }
  .youtube-playlist-feature, .youtube-video-grid { grid-template-columns: 1fr; }
  .youtube-playlist-feature > div:last-child { padding: 27px 23px; }
  .youtube-library-tools { align-items: stretch; flex-direction: column; margin-top: 38px; }
  .youtube-search { flex-basis: auto; width: 100%; }
  .youtube-card-copy { min-height: 135px; }
  .youtube-modal { padding: 12px; }
  .youtube-modal-card { padding: 18px; }
  .testimonial-grid figure, .testimonial-grid figure:last-child { grid-column: auto; min-height: 250px; padding: 28px; }
  .review-summary { justify-items: start; }
  .home-media-section .split-heading { align-items: start; }
  .media-hero { padding: 185px 0 80px; }
  .media-hero-art { display: none; }
  .social-story-mosaic { height: 420px; }
  .social-channel { grid-template-columns: 48px 1fr auto; padding: 19px; }
  .social-icon { width: 48px; height: 48px; }
  .real-hawaii-grid { grid-template-columns: 1fr; }
  .real-hawaii-mosaic { height: 440px; }
  .facility-gallery { min-height: 440px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.2fr .8fr; }
  .facility-gallery img:first-child { grid-column: 1 / span 2; grid-row: auto; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-image { width: 100vw; min-height: 430px; margin-left: calc((100vw - min(100vw - 30px, 1180px)) / -2); }
  .anniversary-badge { right: 20px; bottom: -48px; }
  .experience-copy { padding: 95px 0 70px; }
  .stat-grid, .metric-grid { grid-template-columns: 1fr 1fr; }
  .stat-grid > div:nth-child(2), .metric-grid > div:nth-child(2) { border-right: 0; }
  .stat-grid > div:nth-child(-n+2), .metric-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cta-band .container, .page-cta .container { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-logo { width: 225px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .compact-hero, .content-hero { padding: 175px 0 72px; }
  .transaction-hero { min-height: 500px; padding: 175px 0 65px; }
  .transaction-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .locations-menu { grid-template-columns: 1fr; }
  .locations-menu .menu-all { grid-column: auto; }
  .locations-menu > a:nth-child(7) { grid-column: auto; }
  .pay-location-grid { grid-template-columns: 1fr; }
  .payment-help { grid-template-columns: 1fr; gap: 20px; padding: 28px 22px; }
  .payment-help .button { grid-column: auto; }
  .selected-unit { grid-template-columns: 100px 1fr; padding: 14px; }
  .selected-unit img { width: 100px; height: 100px; }
  .selected-unit aside { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; padding: 14px 0 0; }
  .tier-intro { grid-template-columns: 1fr; gap: 20px; margin-top: 60px; }
  .tier-intro h2 { font-size: 2.3rem; }
  .tier-card { padding: 25px 20px; }
  .tier-actions { grid-template-columns: 1fr; }
  .booking-reassurance { align-items: start; flex-direction: column; gap: 8px; }
  .checkout-form, .order-summary { padding: 25px 20px; }
  .checkout-progress b { display: none; }
  .field-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .checkout-next { width: 100%; min-width: 0; }
  .checkout-navigation { flex-direction: column-reverse; }
  .checkout-navigation .button { width: 100%; }
  .protection-options label > span { grid-template-columns: 1fr; }
  .protection-options strong { grid-column: 1; grid-row: auto; }
  .compact-hero h1, .content-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .prototype-notice { align-items: start; flex-direction: column; gap: 8px; }
  .filter-panel { grid-template-columns: 1fr; }
  .result-heading { align-items: start; flex-direction: column; margin-top: 42px; }
  .result-heading > p { text-align: left; }
  .unit-card { grid-template-columns: 1fr; }
  .unit-visual { min-height: 215px; }
  .unit-visual img { height: 170px; }
  .unit-price { border-top: 1px solid var(--line); border-left: 0; text-align: left; }
  .promo-pill { justify-self: start; }
  .unit-price > div { max-width: 170px; }
  .location-hero { min-height: 600px; }
  .location-hero h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .location-hero-copy > div { align-items: stretch; flex-direction: column; }
  .location-overview-grid { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr; }
  .content-card-grid, .steps-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-layout > div:first-child { position: static; }
  .student-options { padding: 30px 20px; }
  .student-options > div:last-child { grid-template-columns: 1fr; }
  .demo-modal-card { padding: 42px 24px 28px; }
  .demo-modal-card > div { align-items: stretch; flex-direction: column; }
  body { padding-bottom: 68px; }
  .mobile-action-bar { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.12fr; color: #fff; background: var(--navy-deep); box-shadow: 0 -8px 25px rgba(4,24,39,.2); }
  .mobile-action-bar a { display: grid; min-height: 68px; align-content: center; padding: 9px 14px; border-right: 1px solid rgba(255,255,255,.15); text-align: center; }
  .mobile-action-bar a:last-child { background: var(--coral); }
  .mobile-action-bar span { font-size: .58rem; opacity: .78; }
  .mobile-action-bar strong { font-size: .76rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
