:root {
  --deep: #073c3a;
  --deep-2: #0c5550;
  --ink: #102b2a;
  --muted: #526563;
  --gold: #d8b35f;
  --gold-dark: #8c631d;
  --cream: #f6f3ec;
  --mist: #edf5f3;
  --line: #ccd9d6;
  --white: #fff;
  --danger: #a22d2d;
  --shadow: 0 24px 80px rgba(5, 38, 37, .14);
  --radius: 4px;
  --shell: min(1280px, 90vw);
}

* { box-sizing: border-box; }
html:not([data-division]) .division-only,
html[data-division="office"] .landing-only,
html[data-division="office"] .home-only,
html[data-division="home"] .landing-only,
html[data-division="home"] .office-only { display: none !important; }
html { scroll-behavior: auto; scroll-padding-top: 172px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6vw, 6.1rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.2rem); }
h3 { line-height: 1.25; }

.company-hero { position: relative; overflow: hidden; min-height: calc(100vh - 132px); padding: clamp(32px, 4.2vw, 58px) 5vw 24px; color: white; background: radial-gradient(circle at 82% 12%, rgba(216,179,95,.18), transparent 24%), linear-gradient(135deg, #031f1e 0%, #073c3a 62%, #0b4a46 100%); }
.company-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; }
.company-hero::after { content: ""; position: absolute; width: 35vw; height: 35vw; right: -18vw; top: 12%; border: 1px solid rgba(216,179,95,.28); border-radius: 50%; pointer-events: none; }
.company-hero > * { position: relative; z-index: 1; width: min(1280px, 100%); margin-inline: auto; }
.company-hero-copy { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: clamp(35px, 6vw, 90px); align-items: end; }
.company-hero-copy .eyebrow { grid-column: 1 / -1; }
.company-hero h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(2.85rem, 5.2vw, 5.7rem); }
.company-hero h1 em { color: #f0d28b; font-weight: 400; }
.company-hero-copy > p:last-of-type { max-width: 620px; margin-bottom: 24px; color: #d1e1de; font-size: 1.05rem; }
.company-assurances { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 24px; }
.company-assurances span { padding: 7px 12px; color: #f8e8bd; border: 1px solid rgba(213,172,89,.48); border-radius: 999px; font-size: .76rem; font-weight: 800; letter-spacing: .025em; }
.division-gateway { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(216,179,95,.42); border: 1px solid rgba(216,179,95,.42); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.division-card { position: relative; min-height: clamp(310px, 38vh, 390px); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: clamp(26px, 3vw, 42px); text-decoration: none; isolation: isolate; transition: transform .3s ease, filter .3s ease; }
.division-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background-size: cover; background-position: center; filter: saturate(.82); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.division-card::after { content: ""; position: absolute; z-index: -1; inset: 0; }
.division-office::before { background-image: url("assets/office-blue-artwork.png"); }
.division-office::after { background: linear-gradient(180deg, rgba(3,21,28,.04) 0%, rgba(3,25,31,.28) 35%, rgba(3,24,29,.96) 100%); }
.division-home::before { background-image: url("assets/verified-tradespeople-secure-home.webp"); }
.division-home::after { background: linear-gradient(180deg, rgba(20,15,7,.04) 0%, rgba(35,26,11,.32) 35%, rgba(32,24,10,.96) 100%); }
.division-card:hover { transform: translateY(-6px); filter: brightness(1.04); }
.division-card:hover::before { transform: scale(1.045); filter: saturate(1); }
.division-card small { color: #f3d895; font-weight: 900; letter-spacing: .14em; }
.division-card h2 { max-width: 620px; margin: 8px 0 10px; font-size: clamp(2.25rem, 3.35vw, 3.65rem); }
.division-card p { max-width: 570px; margin-bottom: 8px; color: #e2ebe9; }
.division-card strong { display: flex; justify-content: space-between; gap: 20px; margin-top: 8px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.42); letter-spacing: .01em; }
.hero-location { margin: 17px 0 0; color: #b9d0cc; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.division-ribbon { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 17px 5vw; color: var(--deep); background: var(--gold); }
.division-ribbon span, .division-ribbon small { font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.division-ribbon strong { font: 700 1.16rem/1.2 Georgia, serif; }
.division-ribbon small { text-align: right; }
.division-ribbon-dark { color: white; background: #052e2d; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }

.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; padding: 12px 18px; color: #fff; background: #000; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.eyebrow { margin: 0 0 16px; color: var(--deep-2); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.eyebrow.light { color: #efd493; }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 5vw; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; min-width: 0; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { min-width: 0; }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--deep); font: 700 2rem/1 Georgia, serif; letter-spacing: .04em; }
.brand small { margin-top: 5px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.site-header nav { display: flex; align-items: center; gap: 10px; }
.site-header nav a { padding: 10px 12px; color: #294b49; font-size: .9rem; font-weight: 700; text-decoration: none; border-radius: 999px; }
.site-header nav a:hover { color: var(--deep); background: var(--mist); }
.site-header nav .nav-call { padding-inline: 20px; color: white; background: var(--deep); }
.site-header nav .nav-call:hover { color: white; background: var(--deep-2); }
.site-header nav .switch-division { color: var(--gold-dark); border: 1px solid #dccb9e; }
.menu-toggle { display: none; position: relative; width: 50px; height: 46px; padding: 11px; color: var(--deep); background: transparent; border: 1px solid var(--line); border-radius: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 4px auto; background: currentColor; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

.contact-strip { position: sticky; top: 84px; z-index: 95; display: grid; grid-template-columns: auto repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 1px; padding: 0 5vw; color: white; background: #245d59; box-shadow: 0 8px 24px rgba(7,59,58,.12); }
.contact-strip > strong { display: flex; align-items: center; gap: 9px; padding: 10px 24px 10px 0; color: #f5d98f; background: var(--deep); font-size: .7rem; letter-spacing: .11em; }
.contact-dot { width: 7px; height: 7px; border-radius: 50%; background: #8cdda9; box-shadow: 0 0 0 4px rgba(140,221,169,.12); }
.contact-strip a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 8px 14px; color: white; background: var(--deep); font-size: .91rem; font-weight: 800; text-align: center; text-decoration: none; }
.contact-strip a:hover { color: #fff0c7; background: var(--deep-2); }
.contact-strip a span { color: #f0cf82; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.office-section { --deep: #0a3345; --deep-2: #12506a; --mist: #edf3f6; --line: #ccd8de; overflow: hidden; background: white; }
.office-hero { width: var(--shell); min-height: 720px; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(38px, 5vw, 74px); align-items: center; padding: clamp(58px, 7vw, 100px) 0; margin: auto; }
.office-hero-copy .lede { max-width: 700px; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 40px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid transparent; border-radius: 7px; font-size: .92rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--deep); border-color: var(--deep); }
.button-primary:hover { color: white; background: var(--deep-2); border-color: var(--deep-2); box-shadow: 0 10px 25px rgba(7, 59, 58, .18); }
.button-secondary { color: var(--deep); background: white; border-color: var(--deep); }
.button-secondary:hover, .button-outline:hover { background: var(--mist); }
.button-gold { color: #092f2d; background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: #e5c06e; }
.button-outline { color: var(--deep); background: white; border-color: var(--line); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); }
.hero-facts div { padding: 18px; background: white; }
.hero-facts dt { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-facts dd { margin: 4px 0 0; font-weight: 700; }

.mall-figure { position: relative; margin: 0; padding: 12px; background: var(--cream); box-shadow: var(--shadow); cursor: zoom-in; }
.mall-figure::before { content: "ACTUAL LOCATION"; position: absolute; z-index: 2; top: 26px; left: 26px; padding: 8px 11px; color: white; background: var(--deep); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.mall-figure img { display: block; width: 100%; min-height: 520px; object-fit: cover; }
.hero-room::before { content: "ACTUAL FLEURS INTERIOR"; background: #0a3345; }
.mall-figure figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 16px 4px 4px; }
.mall-figure figcaption strong { color: var(--deep); }
.mall-figure figcaption span { color: var(--muted); font-size: .82rem; text-align: right; }

.rates-shell { padding: 80px 5vw; background: var(--cream); }
.rates-shell > * { width: min(1280px, 100%); margin-inline: auto; }
.section-intro { max-width: 820px; margin-bottom: 34px; }
.section-intro.compact { display: grid; grid-template-columns: 1.2fr .8fr; max-width: none; align-items: end; column-gap: 60px; }
.section-intro.compact .eyebrow { grid-column: 1 / -1; }
.section-intro h2 { margin-bottom: 14px; }
.section-intro p:last-child { color: var(--muted); }
.rate-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.rate-card { min-height: 370px; display: flex; flex-direction: column; padding: 34px; background: white; border: 1px solid #d9d2c4; border-top: 4px solid var(--deep); }
.rate-card.featured { color: white; background: var(--deep); border-color: var(--deep); }
.rate-kicker { font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.rate-card > strong { display: block; margin-top: 24px; font: 400 clamp(2.8rem, 5vw, 4.6rem)/1 Georgia, serif; letter-spacing: -.04em; }
.rate-card > small { margin: 6px 0 20px; color: var(--muted); font-weight: 700; }
.rate-card.featured > small, .rate-card.featured p { color: #cfe0dd; }
.rate-card p { color: var(--muted); }
.text-button { display: flex; justify-content: space-between; gap: 15px; width: 100%; margin-top: auto; padding: 15px 0 5px; color: inherit; background: transparent; border: 0; border-top: 1px solid currentColor; font-weight: 800; text-align: left; cursor: pointer; }
.calculation-card { display: flex; align-items: center; gap: 22px; margin-top: 18px; padding: 22px 26px; background: #fff; border: 1px solid #d9d2c4; }
.calculation-card > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; color: white; background: var(--deep); border-radius: 50%; font-weight: 800; }
.calculation-card p { margin: 3px 0 0; color: var(--muted); }
.calculation-card b { color: var(--ink); }

.office-proof { width: var(--shell); padding: 105px 0; margin: auto; }
.gallery-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px 70px; align-items: end; margin-bottom: 34px; }
.gallery-heading .eyebrow { grid-column: 1/-1; margin-bottom: -4px; }
.gallery-heading h2, .gallery-heading p { margin-bottom: 0; }
.gallery-heading p:last-child { color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 10px; }
.gallery-grid figure { position: relative; min-height: 440px; margin: 0; overflow: hidden; background: var(--mist); cursor: zoom-in; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-grid figure:hover img { transform: scale(1.02); }
.gallery-grid figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; color: white; background: rgba(5, 46, 45, .88); font-size: .78rem; font-weight: 700; }

.meeting-selector { padding: 80px 5vw 95px; background: var(--mist); }
.meeting-selector > * { width: min(1280px, 100%); margin-inline: auto; }
.meeting-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.meeting-grid article { min-height: 275px; display: flex; flex-direction: column; padding: 28px; background: white; border: 1px solid var(--line); }
.meeting-grid article.selected { border-color: var(--gold-dark); box-shadow: inset 0 0 0 2px var(--gold); }
.meeting-grid article > span { color: var(--gold-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.meeting-grid h3 { margin: 18px 0 10px; font: 400 1.6rem/1.18 Georgia, serif; }
.meeting-grid p { color: var(--muted); }
.meeting-grid button { margin-top: auto; padding: 12px 0 3px; color: var(--deep); background: transparent; border: 0; border-top: 1px solid var(--line); font-weight: 800; text-align: left; cursor: pointer; }
.meeting-grid button::after { content: " →"; }
.meeting-grid button:hover { color: var(--gold-dark); }
.meeting-grid article.selected button { color: var(--gold-dark); }

.home-section { --deep: #163c34; --deep-2: #245b4e; --mist: #edf3ef; --gold: #d6ab58; color: white; background: #163c34; }
.home-intro { width: var(--shell); display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 7vw, 100px); align-items: center; padding: 100px 0; margin: auto; }
.home-intro figure { margin: 0; background: #052e2d; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.home-intro img { display: block; width: 100%; min-height: 430px; object-fit: cover; }
.home-intro figcaption { padding: 12px 18px; color: #d9e8e5; font-size: .78rem; letter-spacing: .05em; }
.home-intro h2 { margin-bottom: 24px; }
.home-intro > div > p:not(.eyebrow) { color: #d2e1de; font-size: 1.05rem; }
.assurance-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 34px; }
.assurance-pills span { padding: 8px 11px; color: #f7e8c3; border: 1px solid rgba(213,172,89,.55); border-radius: 999px; font-size: .78rem; font-weight: 700; }

.service-shell { padding: 95px 5vw; color: var(--ink); background: white; }
.service-shell > * { width: min(1280px, 100%); margin-inline: auto; }
.service-list > article { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; background: var(--cream); }
.service-list > article img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.service-list > article div { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 80px); }
.service-list > article span { color: var(--gold-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.service-list h3 { margin: 15px 0; font: 400 clamp(2rem, 3.5vw, 3.5rem)/1.05 Georgia, serif; }
.service-list p { color: var(--muted); }
.services-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px 70px; align-items: end; margin: 80px 0 32px; }
.services-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -2px; }
.services-heading h2 { margin: 0; font-size: clamp(2.2rem, 3.5vw, 3.8rem); }
.services-heading > p:last-child { margin: 0; color: var(--muted); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 16px 0; }
.service-cards article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--deep); transition: transform .2s ease, box-shadow .2s ease; }
.service-cards article:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(22,60,52,.1); }
.service-cards h3 { margin: 0 0 13px; font-size: 1.35rem; }
.service-cards p { font-size: .92rem; }
.availability-note { max-width: 900px; margin: 20px 0 80px; font-size: .86rem; }

.entry-standard { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding: 60px; background: var(--mist); border-left: 5px solid var(--gold); }
.entry-standard h2 { font-size: clamp(2.2rem, 3.6vw, 3.6rem); }
.entry-standard ol { margin: 0; padding: 0; counter-reset: steps; list-style: none; }
.entry-standard li { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 20px; padding: 18px 0 18px 56px; border-bottom: 1px solid #bfd0cc; counter-increment: steps; }
.entry-standard li::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 17px; color: var(--gold-dark); font-weight: 800; }
.entry-standard li span { color: var(--muted); }
.safety-note { grid-column: 1 / -1; margin: 20px 0 0; padding: 18px 22px; color: white; background: var(--deep); }

.enquiry-section { padding: 110px 5vw; background: linear-gradient(135deg, var(--cream), #fff 70%); }
.enquiry-section > * { width: min(1280px, 100%); margin-inline: auto; }
.enquiry-heading { max-width: 780px; margin-bottom: 45px; }
.enquiry-heading p:last-child { color: var(--muted); }
.enquiry-layout { display: grid; grid-template-columns: 1.45fr .55fr; gap: 24px; align-items: start; }
form { padding: clamp(24px, 4vw, 48px); background: white; border: 1px solid #d9d2c4; box-shadow: var(--shadow); }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend, form h3 { margin-bottom: 20px; font: 700 1.1rem/1.3 Arial, sans-serif; }
.offer-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
html[data-division="office"] .offer-choices { grid-template-columns: repeat(2, 1fr); }
html[data-division="home"] .offer-choices { grid-template-columns: 1fr; }
.offer-choices legend { grid-column: 1 / -1; }
.offer-choices label { position: relative; cursor: pointer; }
.offer-choices input { position: absolute; opacity: 0; }
.offer-choices label > span { min-height: 108px; display: flex; flex-direction: column; justify-content: center; padding: 16px; border: 2px solid var(--line); border-radius: 10px; }
.offer-choices b, .offer-choices small { display: block; }
.offer-choices small { margin-top: 5px; color: var(--muted); }
.offer-choices input:checked + span { color: white; background: var(--deep); border-color: var(--deep); box-shadow: 0 10px 25px rgba(7,59,58,.15); }
.offer-choices input:checked + span small { color: #d0e2df; }
.offer-choices input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.conditional-panel, .contact-fields { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
form label { display: grid; gap: 7px; color: #274745; font-size: .86rem; font-weight: 800; }
form label small { font-weight: 400; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--ink); background: white; border: 1px solid #9eb3af; border-radius: 5px; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--deep); outline: 3px solid rgba(7,59,58,.12); }
.contact-fields > label { margin-top: 18px; }
.consent { grid-template-columns: 22px 1fr; align-items: start; font-weight: 400; }
.consent input { width: 19px; min-height: 19px; margin-top: 4px; accent-color: var(--deep); }
.inline-calculation { padding: 13px 16px; color: var(--deep); background: var(--mist); border-left: 4px solid var(--gold); }
.form-actions { display: flex; margin-top: 30px; }
.form-error { padding: 12px 14px; color: #711f1f; background: #fff0f0; border-left: 4px solid var(--danger); }
.form-success { color: #0d5235; background: #eaf9f0; border-left-color: #25935d; }

.direct-contact { position: sticky; top: 154px; padding: 34px; color: white; background: var(--deep); box-shadow: var(--shadow); }
.direct-contact h2 { margin-bottom: 28px; font-size: 2.2rem; }
.contact-card { display: block; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.contact-card span, .contact-card strong, .contact-card small { display: block; }
.contact-card span, .address-card > span { color: #efd493; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { margin: 4px 0; overflow-wrap: anywhere; }
.contact-card small { color: #bdd2cf; }
.contact-card:hover strong { color: #efd493; }
.scan-connect { grid-column: 1 / -1; margin-top: 26px; padding: 22px; color: var(--ink); background: white; }
.scan-connect .eyebrow { margin-bottom: 15px; }
.scan-connect > p:last-child { margin: 14px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.qr-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.qr-grid a { display: grid; align-content: start; padding: 10px; color: var(--deep); background: var(--mist); border: 1px solid var(--line); text-align: center; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.qr-grid a:hover { transform: translateY(-2px); border-color: var(--gold-dark); }
.qr-grid img { width: 100%; height: auto; padding: 5px; background: white; }
.qr-grid strong { margin-top: 8px; font-size: .78rem; }
.qr-grid small { color: var(--muted); font-size: .68rem; }
.address-card { margin-top: 25px; padding: 22px; color: var(--ink); background: white; }
.address-card strong { display: block; margin-top: 7px; }
.address-card p { margin: 10px 0; color: var(--muted); font-size: .9rem; }
.address-card a { color: var(--deep); font-weight: 800; text-underline-offset: 3px; }

footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 35px; align-items: center; padding: 48px 5vw 80px; color: #d4e4e1; background: #052e2d; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 68px; height: 68px; padding: 4px; background: white; border-radius: 8px; }
.footer-brand p { margin: 0; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; font: 700 1.8rem/1 Georgia, serif; }
.footer-brand span { margin-top: 5px; font-size: .75rem; font-weight: 700; }
footer > p { margin: 0; font-size: .88rem; }
footer nav { display: flex; flex-direction: column; align-items: flex-start; }
footer nav button { padding: 4px 0; color: #f0d69b; background: transparent; border: 0; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
.policy-library { grid-column: 1 / -1; display: grid; grid-template-columns: .75fr 1.25fr; gap: 25px 70px; margin-top: 12px; padding: 38px 0 8px; border-top: 1px solid rgba(255,255,255,.18); }
.policy-library > div span { color: #f0d69b; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.policy-library h2 { margin: 8px 0 0; color: white; font-size: clamp(2rem, 3.4vw, 3.4rem); }
.policy-library nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.policy-library nav a { display: flex; justify-content: space-between; gap: 16px; padding: 13px 15px; color: white; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); font-size: .86rem; font-weight: 700; text-decoration: none; }
.policy-library nav a:hover { color: #f5d98f; border-color: rgba(216,179,95,.65); background: rgba(216,179,95,.08); }
.policy-library > p { grid-column: 1 / -1; margin: 0; color: #9fbcb7; font-size: .78rem; }

dialog { width: min(680px, 92vw); padding: 30px; color: var(--ink); background: white; border: 0; border-top: 6px solid var(--gold); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(3, 25, 24, .78); backdrop-filter: blur(4px); }
dialog h2 { margin: 0; font-size: 2rem; }
dialog p { color: var(--muted); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.dialog-head button { width: 42px; height: 42px; flex: 0 0 42px; color: white; background: var(--deep); border: 0; border-radius: 50%; font-size: 1.6rem; cursor: pointer; }

.floating-enquiry { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: flex; flex-direction: column; padding: 12px 18px; color: #092f2d; background: var(--gold); border: 2px solid white; border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.25); text-decoration: none; }
.floating-enquiry span { font-weight: 900; }
.floating-enquiry small { font-size: .65rem; }

.image-dialog { width: min(1180px, 94vw); max-width: none; padding: 0; background: #061d1c; border: 0; overflow: visible; }
.image-dialog img { display: block; width: 100%; max-height: 86vh; object-fit: contain; }
.image-dialog > button { position: absolute; z-index: 2; top: -18px; right: -18px; width: 48px; height: 48px; color: white; background: var(--deep); border: 2px solid white; border-radius: 50%; font-size: 1.7rem; cursor: pointer; }

html[data-division="office"] .enquiry-section { --deep: #0a3345; --deep-2: #12506a; --mist: #edf3f6; --line: #ccd8de; }
html[data-division="home"] .enquiry-section { --deep: #163c34; --deep-2: #245b4e; --mist: #edf3ef; }

@media (prefers-reduced-motion: no-preference) {
  .division-card h2, .division-card p, .division-card strong { transition: transform .35s ease; }
  .division-card:hover h2, .division-card:hover p, .division-card:hover strong { transform: translateY(-3px); }
}

@media (max-width: 1050px) {
  .site-header nav { gap: 0; }
  .company-hero-copy { grid-template-columns: 1fr; }
  .company-hero-copy .eyebrow, .company-assurances { grid-column: auto; }
  .division-card { min-height: 380px; }
  .office-hero { grid-template-columns: 1fr; }
  .mall-figure { max-width: 850px; }
  .section-intro.compact { grid-template-columns: 1fr; }
  .rate-grid { grid-template-columns: 1fr 1fr; }
  .rate-card.featured { min-height: 300px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-main { grid-column: 1 / -1; }
  .meeting-grid { grid-template-columns: repeat(2, 1fr); }
  .home-intro { grid-template-columns: 1fr; }
  .home-intro figure { max-width: 850px; }
  .service-cards { grid-template-columns: repeat(2, 1fr); }
  .entry-standard { grid-template-columns: 1fr; gap: 20px; padding: 40px; }
  .enquiry-layout { grid-template-columns: 1fr; }
  .direct-contact { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
  .direct-contact > .eyebrow, .direct-contact > h2, .address-card { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr 1fr; }
  .policy-library { grid-template-columns: 1fr; gap: 22px; }
  .policy-library > p { grid-column: auto; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 210px; }
  .site-header { min-height: 78px; padding-inline: 4vw; }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 1.55rem; }
  .brand small { font-size: .58rem; letter-spacing: .04em; }
  .menu-toggle { display: block; }
  .site-header nav { position: fixed; inset: 78px 0 auto; max-height: calc(100vh - 78px); display: none; flex-direction: column; align-items: stretch; gap: 7px; padding: 25px 5vw 35px; background: white; border-top: 1px solid var(--line); box-shadow: 0 20px 50px rgba(7,59,58,.18); overflow-y: auto; }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: 14px; border-radius: 7px; }
  .contact-strip { position: sticky; top: 78px; grid-template-columns: 1fr 1fr; padding: 0; }
  .contact-strip > strong { grid-column: 1 / -1; justify-content: center; min-height: 34px; padding: 7px 12px; }
  .contact-strip a { min-height: 48px; padding: 7px 9px; font-size: .82rem; }
  .contact-strip a:first-of-type { grid-column: 1 / -1; }
  .contact-strip a span { font-size: .6rem; }
  .company-hero { min-height: auto; padding: 44px 5vw 26px; }
  .company-hero h1 { font-size: clamp(3rem, 13vw, 4.8rem); }
  .division-gateway { grid-template-columns: 1fr; }
  .division-card { min-height: 390px; }
  .division-ribbon { grid-template-columns: auto 1fr; padding-inline: 5vw; }
  .division-ribbon small { display: none; }
  .office-hero { width: 90vw; min-height: auto; padding: 55px 0; }
  h1 { font-size: clamp(2.9rem, 12vw, 4.5rem); }
  h2 { font-size: clamp(2.2rem, 9vw, 3.4rem); }
  .mall-figure img { min-height: 380px; }
  .mall-figure figcaption { flex-direction: column; gap: 2px; }
  .mall-figure figcaption span { text-align: left; }
  .rate-grid { grid-template-columns: 1fr; }
  .rate-card.featured { grid-column: auto; }
  .rate-card { min-height: 330px; padding: 28px; }
  .calculation-card { align-items: flex-start; }
  .office-proof { width: 90vw; padding: 60px 0; }
  .gallery-heading { grid-template-columns: 1fr; gap: 12px; }
  .gallery-heading .eyebrow { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-main { grid-column: auto; }
  .gallery-grid figure { min-height: 360px; }
  .gallery-grid .gallery-main { min-height: 300px; }
  .meeting-grid { grid-template-columns: 1fr; }
  .meeting-grid article { min-height: 245px; }
  .home-intro { width: 90vw; padding: 70px 0; }
  .home-intro img { min-height: 300px; }
  .service-list > article { grid-template-columns: 1fr; }
  .service-list > article img { min-height: 300px; }
  .service-cards { grid-template-columns: 1fr; }
  .services-heading { grid-template-columns: 1fr; gap: 12px; margin-top: 58px; }
  .services-heading .eyebrow { grid-column: auto; }
  .entry-standard { padding: 28px 22px; }
  .entry-standard li { grid-template-columns: 1fr; gap: 2px; padding-left: 44px; }
  .offer-choices { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .direct-contact { grid-template-columns: 1fr; }
  .direct-contact > .eyebrow, .direct-contact > h2, .address-card { grid-column: auto; }
  .scan-connect { grid-column: auto; }
  footer { grid-template-columns: 1fr; padding-bottom: 105px; }
  footer small { grid-column: 1; }
  .policy-library { grid-column: 1; }
  .policy-library nav { grid-template-columns: 1fr; }
  .floating-enquiry { right: 12px; bottom: 12px; }
}

@media (max-width: 480px) {
  .brand small { max-width: 180px; white-space: normal; line-height: 1.2; }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; }
  .mall-figure { padding: 8px; }
  .mall-figure::before { top: 18px; left: 18px; }
  .mall-figure img { min-height: 300px; }
  .image-dialog > button { top: 8px; right: 8px; }
  .rates-shell, .meeting-selector, .service-shell, .enquiry-section { padding-inline: 5vw; }
  .offer-choices { grid-template-columns: 1fr; }
  .offer-choices label > span { min-height: 84px; }
  form { padding: 22px 17px; }
  .form-actions .button { width: 100%; }
  .direct-contact { padding: 28px 22px; }
  .qr-grid { grid-template-columns: 1fr 1fr; }
  .floating-enquiry { left: 12px; right: 12px; flex-direction: row; justify-content: center; align-items: baseline; gap: 8px; text-align: center; }
}

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