:root {
  --navy: #0a2540;
  --navy-2: #133b5c;
  --blue: #1769d2;
  --blue-dark: #0d51a9;
  --sky: #dbeefd;
  --mist: #f3f6f9;
  --line: #d8e0e7;
  --text: #152536;
  --muted: #5b6b7a;
  --white: #ffffff;
  --success: #1c9366;
  --shadow: 0 22px 60px rgba(10, 37, 64, 0.14);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.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; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--white); color: var(--navy); border: 2px solid var(--blue); }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--navy); color: #d9e5ee; font-size: .78rem; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner strong { color: var(--white); letter-spacing: .02em; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); }
.logo-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 6px; color: var(--white); background: var(--blue); font-size: .88rem; font-weight: 900; letter-spacing: -.04em; }
.logo-name { display: flex; flex-direction: column; line-height: 1; }
.logo-name strong { font-size: 1.16rem; letter-spacing: -.045em; }
.logo-name small { margin-top: 4px; color: #52687a; font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 700; color: #30465a; }
.site-nav > a:not(.nav-button):hover { color: var(--blue); }
.nav-button { padding: 12px 18px; border-radius: 6px; background: var(--blue); color: var(--white); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: var(--white); border-radius: 5px; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { overflow: hidden; background: linear-gradient(180deg, #f8fafc 0%, #eef4f8 100%); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: .93fr 1.07fr; gap: 68px; align-items: center; padding-block: 68px; }
.kicker { margin: 0 0 20px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1 { max-width: 620px; margin: 0; color: var(--navy); font-size: clamp(3.5rem, 6.3vw, 5.6rem); line-height: .95; letter-spacing: -.065em; }
h1 span { color: var(--blue); }
.hero-lead { max-width: 570px; margin: 28px 0 0; color: var(--muted); font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; font-size: .9rem; font-weight: 800; transition: .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 10px 24px rgba(23,105,210,.22); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { background: var(--white); border-color: #c9d4dd; color: var(--navy); }
.rate-inline { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.rate-inline strong { color: var(--navy); font-size: 2rem; line-height: 1; }
.rate-inline > span { color: var(--muted); font-size: .88rem; line-height: 1.2; }
.rate-inline small { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }

.hero-media { min-height: 520px; position: relative; }
.hero-media::before { content: ""; position: absolute; inset: 28px -150px -28px 58px; background: var(--navy); border-radius: 12px 0 0 12px; }
.hero-media > img { position: absolute; inset: 0 0 0 22px; width: calc(100% - 22px); height: 100%; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow); }
.availability-card, .media-label { position: absolute; z-index: 2; background: var(--white); box-shadow: 0 14px 36px rgba(10,37,64,.18); }
.availability-card { left: -18px; top: 40px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border-radius: 7px; }
.availability-card div { display: flex; flex-direction: column; }
.availability-card strong { color: var(--navy); font-size: .83rem; }
.availability-card small { color: var(--muted); font-size: .72rem; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(28,147,102,.13); }
.media-label { right: -16px; bottom: 24px; min-width: 195px; padding: 15px 18px; border-left: 4px solid var(--blue); border-radius: 4px; }
.media-label { display: flex; flex-direction: column; }
.media-label strong { font-size: .85rem; color: var(--navy); }
.media-label span { color: var(--muted); font-size: .75rem; }

.proof-strip { color: var(--white); background: var(--navy); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 22px 30px; border-right: 1px solid rgba(255,255,255,.14); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { font-size: .95rem; }
.proof-grid span { margin-top: 4px; color: #afc2d1; font-size: .78rem; }

.section { padding-block: 108px; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.heading-row { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.section-heading p:last-child { margin: 0; color: var(--muted); font-size: 1.05rem; }
h2 { margin: 0; color: var(--navy); font-size: clamp(2.4rem, 4.5vw, 4rem); line-height: 1.04; letter-spacing: -.05em; }
h3 { margin: 0; color: var(--navy); font-size: 1.25rem; letter-spacing: -.02em; }
.section-lead { margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }

.solutions { background: var(--white); }
.tab-list { display: inline-flex; gap: 6px; padding: 5px; margin-bottom: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--mist); }
.tab-button { min-height: 46px; padding: 0 20px; color: var(--muted); border: 0; border-radius: 5px; background: transparent; font-weight: 800; cursor: pointer; }
.tab-button.active { color: var(--white); background: var(--navy); }
.tab-button:focus-visible { outline: 3px solid var(--sky); outline-offset: 2px; }
.tab-panel { display: none; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.tab-panel.active { display: grid; }
.solution-card { min-height: 290px; padding: 32px 28px; border-right: 1px solid var(--line); background: var(--white); }
.solution-card:last-child { border-right: 0; }
.solution-card.featured { background: var(--mist); }
.card-number { display: block; margin-bottom: 74px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.solution-card h3 { margin-bottom: 13px; }
.solution-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.room-section { background: var(--mist); }
.room-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 84px; align-items: center; }
.room-image { min-height: 590px; position: relative; }
.room-image::before { content: ""; position: absolute; inset: 28px 32px -28px -32px; background: var(--navy); border-radius: 10px; }
.room-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow); }
.image-note { position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; color: var(--navy); background: rgba(255,255,255,.94); border-radius: 6px; }
.image-note strong { font-size: .9rem; }
.image-note span { color: var(--muted); font-size: .75rem; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 0; margin: 38px 0 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; padding: 20px 14px 20px 0; border-bottom: 1px solid var(--line); }
.feature-list li:nth-child(odd) { margin-right: 15px; border-right: 1px solid var(--line); }
.feature-list li > span { display: grid; place-items: center; flex: 0 0 23px; height: 23px; margin-top: 1px; color: var(--white); background: var(--blue); border-radius: 50%; font-size: .72rem; }
.feature-list div { display: flex; flex-direction: column; }
.feature-list strong { color: var(--navy); font-size: .9rem; }
.feature-list small { margin-top: 3px; color: var(--muted); font-size: .74rem; }

.pricing-section { color: var(--white); background: var(--navy); }
.pricing-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: center; }
.kicker.light { color: #79b7ff; }
.pricing-copy h2 { color: var(--white); }
.pricing-copy h2 span { color: #75b5ff; }
.pricing-copy > p:last-child { max-width: 590px; margin: 28px 0 0; color: #bdccd8; font-size: 1.05rem; }
.price-card { padding: 42px; color: var(--text); background: var(--white); border-radius: 10px; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.price-card > p { margin: 0; color: var(--muted); font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; margin: 8px 0 24px; color: var(--navy); }
.price > span { align-self: flex-start; margin-top: 16px; font-size: 1.4rem; font-weight: 800; }
.price strong { font-size: 5.5rem; line-height: 1; letter-spacing: -.07em; }
.price small { margin-left: 8px; color: var(--muted); font-size: .9rem; }
.price-card ul { padding: 22px 0; margin: 0 0 24px; list-style: none; border-block: 1px solid var(--line); }
.price-card li { position: relative; padding: 8px 0 8px 28px; font-size: .9rem; }
.price-card li::before { content: "\2713"; position: absolute; left: 0; color: var(--success); font-weight: 800; }
.price-card .button { width: 100%; }
.price-note { display: block; margin-top: 14px; color: var(--muted); text-align: center; font-size: .73rem; }

.process-section { background: var(--white); }
.centered { max-width: 660px; margin-inline: auto; text-align: center; }
.centered > p:last-child { margin-top: 20px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 58px 0 0; list-style: none; counter-reset: process; border-top: 1px solid var(--line); }
.process-grid li { position: relative; padding: 52px 34px 0 0; }
.process-grid li::after { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
.process-grid li:not(:last-child)::before { content: ""; position: absolute; top: -1px; right: 24px; width: 18px; height: 1px; background: var(--line); }
.process-grid li > span { display: block; margin-bottom: 32px; color: #b5c0ca; font-size: 2.8rem; font-weight: 800; line-height: 1; }
.process-grid h3 { margin-bottom: 10px; }
.process-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.delivery-figure { position: relative; min-height: 410px; margin: 76px 0 0; overflow: hidden; border-radius: 10px; background: var(--navy); }
.delivery-figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; opacity: .86; }
.delivery-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,31,.82), rgba(4,18,31,.08) 66%); }
.delivery-figure figcaption { position: absolute; z-index: 2; left: 42px; bottom: 38px; display: flex; flex-direction: column; max-width: 390px; color: var(--white); }
.delivery-figure strong { font-size: 1.45rem; }
.delivery-figure span { margin-top: 7px; color: #d2e0ea; font-size: .88rem; }

.local-section { padding-block: 70px; color: var(--white); background: var(--blue); }
.local-grid { display: grid; grid-template-columns: 160px 1fr 1fr; align-items: center; gap: 50px; }
.local-mark { display: grid; place-items: center; width: 140px; height: 140px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 1.2rem; font-weight: 800; letter-spacing: .18em; }
.local-grid h2 { color: var(--white); font-size: clamp(2.3rem, 4vw, 3.5rem); }
.local-grid > p { margin: 0; color: #dcebff; font-size: 1.02rem; }

.faq-section { background: var(--mist); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:not(.kicker) { margin: 24px 0; color: var(--muted); }
.text-link { color: var(--blue); font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 25px 46px 25px 0; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 19px; color: var(--blue); font-size: 1.5rem; font-weight: 400; }
details[open] summary::after { content: "\2212"; }
details p { margin: -6px 42px 25px 0; color: var(--muted); font-size: .92rem; }

.enquiry-section { color: var(--white); background: #071b2d; }
.enquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.enquiry-copy { padding-top: 24px; }
.enquiry-copy h2 { color: var(--white); font-size: clamp(2.6rem, 4.8vw, 4.3rem); }
.enquiry-copy > p:not(.kicker) { margin: 26px 0; color: #b6c7d5; }
.enquiry-points { display: grid; gap: 15px; margin-top: 40px; }
.enquiry-points span { display: flex; align-items: center; gap: 12px; color: #dce7ef; font-size: .88rem; }
.enquiry-points b { display: grid; place-items: center; width: 28px; height: 28px; color: var(--white); border: 1px solid #567187; border-radius: 50%; font-size: .7rem; }
.enquiry-form { padding: 38px; color: var(--text); background: var(--white); border-radius: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; color: var(--navy); font-size: .82rem; font-weight: 800; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; padding: 12px 13px; color: var(--text); background: #fbfcfd; border: 1px solid #cbd5dd; border-radius: 5px; font-size: .95rem; }
.enquiry-form input, .enquiry-form select { min-height: 48px; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { outline: 3px solid var(--sky); border-color: var(--blue); }
.submit-button { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: 13px 0 0; color: var(--muted); text-align: center; font-size: .72rem; }
.form-success { display: flex; flex-direction: column; gap: 5px; margin-top: 18px; padding: 16px; color: #0d6246; background: #e8f7f1; border: 1px solid #a8ddca; border-radius: 5px; }
.form-success[hidden] { display: none; }
.form-success span { font-size: .78rem; }

.site-footer { color: #b9c8d4; background: #04121f; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-block: 68px; }
.footer-logo { color: var(--white); }
.footer-logo .logo-name small { color: #9fb3c3; }
.footer-top > div:first-child p { max-width: 310px; margin: 18px 0 0; font-size: .86rem; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: .83rem; }
.footer-links strong { margin-bottom: 5px; color: var(--white); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 72px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .site-nav .nav-button { margin-top: 6px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .rate-inline { justify-content: center; }
  .hero-media { width: min(680px, 100%); margin-inline: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:first-child { padding-left: 30px; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .section { padding-block: 82px; }
  .heading-row, .room-grid, .pricing-grid, .faq-grid, .enquiry-grid { grid-template-columns: 1fr; gap: 52px; }
  .tab-panel { grid-template-columns: repeat(2, 1fr); }
  .solution-card:nth-child(2) { border-right: 0; }
  .solution-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .room-image { min-height: 520px; width: min(680px, calc(100% - 34px)); margin-left: 34px; }
  .pricing-grid { max-width: 680px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 48px; }
  .local-grid { grid-template-columns: 130px 1fr; }
  .local-mark { width: 120px; height: 120px; }
  .local-grid > p { grid-column: 2; }
  .faq-intro { position: static; }
  .footer-top { grid-template-columns: 1.6fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .utility-inner { justify-content: center; }
  .utility-inner span { display: none; }
  .header-inner { min-height: 70px; }
  .hero-grid { min-height: auto; padding-block: 48px 56px; }
  h1 { font-size: clamp(3.25rem, 15vw, 4.6rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-media { min-height: 390px; }
  .hero-media > img { left: 0; width: 100%; }
  .hero-media::before { inset: 20px -30px -20px 30px; }
  .availability-card { left: 12px; top: 18px; }
  .media-label { right: 10px; bottom: 14px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 90px; padding: 18px 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .proof-grid > div:first-child { padding-left: 10px; }
  .section { padding-block: 68px; }
  .heading-row { gap: 22px; }
  .tab-list { width: 100%; }
  .tab-button { flex: 1; padding-inline: 10px; font-size: .8rem; }
  .tab-panel { grid-template-columns: 1fr; }
  .solution-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-card:last-child { border-bottom: 0; }
  .card-number { margin-bottom: 46px; }
  .room-image { min-height: 410px; width: 100%; margin-left: 0; }
  .room-image::before { inset: 18px 18px -18px -18px; }
  .image-note { left: 14px; right: 14px; bottom: 14px; align-items: flex-start; flex-direction: column; gap: 3px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list li:nth-child(odd) { margin-right: 0; border-right: 0; }
  .price-card { padding: 30px 22px; }
  .price strong { font-size: 4.7rem; }
  .process-grid { grid-template-columns: 1fr; border-top: 0; }
  .process-grid li { padding-top: 0; padding-left: 52px; }
  .process-grid li::after { top: 4px; }
  .process-grid li:not(:last-child)::before { top: 13px; right: auto; bottom: -38px; left: 4px; width: 1px; height: auto; }
  .process-grid li > span { position: absolute; left: 20px; top: 0; margin: 0; font-size: 1rem; }
  .delivery-figure { min-height: 330px; margin-top: 56px; }
  .delivery-figure figcaption { left: 22px; right: 22px; bottom: 24px; }
  .local-grid { grid-template-columns: 1fr; gap: 28px; }
  .local-mark { width: 95px; height: 95px; }
  .local-grid > p { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-form { padding: 26px 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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