:root {
  --ink: #123c38;
  --teal: #075e5a;
  --teal-deep: #064a47;
  --cream: #f7f4ed;
  --paper: #fffefa;
  --copy: #526966;
  --line: #d8e2dc;
  --coral: #e76243;
  --soft-green: #eaf5ef;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(18, 60, 56, .09);
}

html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); }
.site-shell { overflow: clip; }
.container { width: min(100% - 40px, 1160px); }

.site-header {
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border-bottom: 1px solid rgba(18, 60, 56, .09);
  backdrop-filter: blur(16px);
}
.brand { letter-spacing: .015em; }
.desktop-nav a { font-weight: 650; }
.desktop-nav a:hover, .language-link:hover { color: var(--teal); }

.hero-section {
  min-height: auto;
  padding: clamp(70px, 9vw, 124px) 0 clamp(60px, 8vw, 100px);
  background:
    linear-gradient(115deg, rgba(247,244,237,.97) 8%, rgba(247,244,237,.78) 58%, rgba(234,245,239,.64)),
    var(--cream);
}
.hero-orb { display: none; }
.hero-grid { gap: clamp(36px, 7vw, 88px); align-items: center; }
.hero-copy { max-width: 620px; }
.hero-copy .eyebrow, .section-heading .eyebrow, .final-card > .eyebrow {
  letter-spacing: .02em;
  text-transform: none;
  font-size: 13px;
}
.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(46px, 6.4vw, 84px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 760;
}
.hero-copy h1 span { display: inline; }
.hero-copy h1 span + span::before { content: " "; }
.hero-body { max-width: 620px; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.65; }
.hero-price-chip { border-radius: 10px; box-shadow: none; }
.hero-actions a, .header-cta, .mobile-nav-cta, .final-button {
  min-height: 46px;
  border-radius: 9px !important;
  font-weight: 760 !important;
}
.primary-cta, .header-cta, .mobile-nav-cta, .final-button,
.quick-button, .area-button, .post-reno-quote-button,
.package-button, .service-cta, .coverage-button {
  background: var(--teal) !important;
  background-color: var(--teal) !important;
  color: white !important;
}
.primary-cta:hover, .header-cta:hover, .mobile-nav-cta:hover, .final-button:hover { background: var(--teal-deep) !important; }
.image-frame { border-radius: 18px; box-shadow: var(--shadow); }
.image-frame::after { border-radius: inherit; }
.image-badge { border-radius: 9px; box-shadow: 0 8px 24px rgba(18,60,56,.12); }
.quick-card-wrap { margin-top: 38px; }
.quick-card { border-radius: 14px; box-shadow: none; border: 1px solid var(--line); }

.section { padding: clamp(72px, 9vw, 118px) 0; }
.section-heading { max-width: 760px; }
.section-heading h2, .faq-heading h2, .final-card h2 {
  letter-spacing: -.04em;
  line-height: 1.04;
}
.service-grid, .why-grid, .package-grid { gap: 18px; }
.service-card, .why-card, .package-card, .scope-card, .process-card, .faq-item {
  border-radius: var(--radius);
  box-shadow: none;
}
.service-card, .why-card, .package-card { border: 1px solid var(--line); }
.service-card:hover, .package-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.service-number, .why-number { display: none; }
.why-card-top > span { color: var(--copy) !important; }
.process-number { color: var(--copy) !important; }
.popular-pill, .package-badge { background: #a83b24 !important; color: white !important; }
.service-media { border-radius: 10px; overflow: hidden; }
.coverage-section { background: var(--ink); color: white; }
.coverage-section h2, .coverage-section h3 { color: white; }
.coverage-section p { color: #d7e6df; }
.coverage-section .area-panel,
.coverage-section .area-panel h2,
.coverage-section .area-panel h3 { color: var(--ink); }
.coverage-section .area-panel p { color: var(--copy); }
.post-renovation-highlight { background: var(--paper); }
.why-section, .faq-section { background: var(--cream); }
.package-card.featured { border: 2px solid var(--teal); transform: none; }
.package-card .package-badge { border-radius: 7px; }
.process-step-number { border-radius: 8px; }
.faq-grid { align-items: start; }
.faq-trigger { font-size: 16px; text-decoration: none !important; }
.faq-answer { display: block; margin-top: 8px; color: var(--copy); font-weight: 450; line-height: 1.65; }
.faq-trigger svg { display: none; }
.final-section { padding: clamp(70px, 9vw, 112px) 0; background: var(--paper); }
.final-card { border-radius: 18px; background: var(--ink); }
.final-spark { display: none; }
.site-footer { background: #0d302d; }
.site-footer, .site-footer p, .site-footer span, .site-footer a { color: #d5e5df; }
.site-footer a:hover { color: white; }

.ol-booking { padding: clamp(70px, 9vw, 108px) 0; background: var(--paper); }
.ol-booking-grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(30px,6vw,72px); align-items: start; }
.ol-booking-copy h2 { margin: 0 0 14px; font-size: clamp(34px,4.5vw,56px); letter-spacing: -.045em; line-height: 1.02; }
.ol-booking-copy p { max-width: 440px; color: var(--copy); font-size: 17px; line-height: 1.65; }
.ol-booking-panel { min-width: 0; border: 1px solid var(--line); border-radius: 16px; padding: 22px; background: var(--cream); }
.ol-booking-meta { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 14px; color: var(--copy); font-size: 13px; }
.ol-days { display: flex; gap: 8px; overflow-x: auto; padding: 2px 2px 12px; scrollbar-width: thin; }
.ol-day { min-width: 62px; padding: 9px 7px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); font: inherit; cursor: pointer; }
.ol-day span { display: block; }
.ol-day .dow { margin-bottom: 3px; color: var(--copy); font-size: 11px; }
.ol-day .num { font-size: 22px; font-weight: 780; }
.ol-day.active { background: var(--teal); border-color: var(--teal); color: white; }
.ol-day.active .dow { color: #dcebe5; }
.ol-selected { margin: 16px 0 8px; font-size: 19px; font-weight: 760; }
.ol-slot { display: grid; grid-template-columns: minmax(150px,.7fr) minmax(220px,1.3fr); align-items: center; gap: 18px; padding: 15px 2px; border-top: 1px solid var(--line); }
.ol-slot[hidden] { display: none; }
.ol-period strong, .ol-period small { display: block; }
.ol-period small { margin-top: 2px; color: var(--copy); font-size: 12px; }
.ol-capacity { min-width: 0; }
.ol-capacity-labels { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 7px; color: var(--copy); font-size: 12px; }
.ol-capacity-labels strong { color: #08773f; }
.ol-balance-bar { width: 100%; height: 12px; overflow: hidden; border: 1px solid #d5dedb; border-radius: 999px; background: #35a768; }
.ol-balance-bar span { display: block; width: 100%; height: 100%; }
.ol-bar-balance { background: #35a768; }
.ol-balance-bar.limited .ol-bar-balance { background: #d89522; }
.ol-balance-bar.full .ol-bar-balance { background: #718092; }
.ol-status, .ol-empty, .ol-error { color: var(--copy); font-size: 12px; line-height: 1.5; }
.ol-status { margin: 14px 0 0; }
.ol-empty, .ol-error { margin: 14px 0 0; padding: 12px; border-radius: 9px; background: white; }
.ol-error { background: #fff0eb; color: #8a351f; }
.ol-booking-cta { display: inline-flex; margin-top: 18px; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 9px; background: #a83b24; color: white; text-decoration: none; font-weight: 760; }
.ol-booking-cta:hover { background: #87301f; }

/* Availability overview: red = allocated, green = available. Past dates remain visibly closed. */
.ol-calendar-weekdays, .ol-month-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; }
.ol-calendar-weekdays { margin-bottom: 7px; color: var(--copy); font-size: 11px; font-weight: 760; text-align: center; }
.ol-calendar-day, .ol-calendar-blank { min-height: 66px; border-radius: 9px; }
.ol-calendar-day { position: relative; display: flex; flex-direction: column; gap: 7px; padding: 7px; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; }
a.ol-calendar-day:hover { border-color: var(--teal); box-shadow: 0 4px 12px rgba(18,60,56,.11); transform: translateY(-1px); }
.ol-calendar-day time { font-size: 15px; font-weight: 780; line-height: 1; }
.ol-calendar-day.is-past { background: #edf0ee; border-color: #e2e7e3; color: #a0aaa4; cursor: not-allowed; }
.ol-calendar-day.is-past .ol-ratio { opacity: .28; filter: grayscale(1); }
.ol-ratio { display: flex; width: 100%; height: 7px; overflow: hidden; border-radius: 20px; background: #dce5df; }
.ol-ratio i { display: block; height: 100%; }
.ol-ratio-booked { background: #d9534f; }
.ol-ratio-open { background: #35a768; }
.ol-day-markers { min-height: 12px; margin-top: auto; display: flex; gap: 3px; font-size: 10px; line-height: 1; }
.ol-calendar-day.is-public { background: linear-gradient(135deg, #fff8dc, #fffdf7); border-color: #e8bc53; box-shadow: inset 0 3px 0 #e4af32; }
.ol-calendar-day.has-water { border-color: #79b9db; box-shadow: inset 3px 0 0 #4b9bc5; }
.ol-calendar-day.is-public.has-water { background: linear-gradient(135deg, #fff8dc 0 52%, #eff9ff 52%); border-color: #a7b987; box-shadow: inset 0 3px 0 #e4af32, inset 3px 0 0 #4b9bc5; }
.ol-calendar-day.is-public .ol-day-markers { color: #9b6b00; font-weight: 800; }
.ol-calendar-day.has-water .ol-day-markers { color: #247ca8; font-weight: 800; }
.ol-calendar-day.is-school { background: linear-gradient(135deg, #f3fbff, #f2f7e7); border-color: #c8dfd0; }

/* Homepage availability board: each month reads as a cleaning schedule, not a generic calendar. */
.ol-booking-panel { border: 2px solid #d7e3dc; box-shadow: 0 18px 45px rgba(18,60,56,.1); }
.ol-booking .ol-calendar-legend { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 16px; color: var(--copy); font-size: 12px; font-weight: 720; }
.ol-calendar-legend span { display: inline-flex; align-items: center; gap: 5px; }
.ol-calendar-legend i { width: 19px; height: 8px; border-radius: 99px; }
.ol-legend-booked { background: #d9534f; }
.ol-legend-open { background: #35a768; }
.ol-booking .ol-calendar-weekdays { margin-bottom: 8px; font-size: 10px; }
.ol-booking .ol-month-grid { gap: 8px; }
.ol-booking .ol-calendar-day, .ol-booking .ol-calendar-blank { min-height: 82px; border-radius: 11px; }
.ol-booking .ol-calendar-day { gap: 5px; padding: 9px; border: 1px solid #cbd9d1; }
.ol-booking .ol-calendar-day time { font-size: 18px; }
.ol-booking a.ol-calendar-day:hover { border-color: var(--teal); transform: translateY(-2px); box-shadow: 0 8px 17px rgba(18,60,56,.16); }
.ol-booking .ol-ratio { height: 11px; margin-top: auto; border: 1px solid rgba(18,60,56,.12); }
.ol-booking .ol-calendar-status { display: flex; min-height: 17px; align-items: center; gap: 3px; overflow: hidden; }
.ol-booking .ol-calendar-status b { max-width: 100%; overflow: hidden; padding: 3px 5px; border-radius: 4px; font-size: 9px; font-weight: 820; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.ol-booking .ol-marker-holiday { background: #f4c95d; color: #694600; }
.ol-booking .ol-marker-water { background: #9ed8f4; color: #124d70; }
.ol-booking .ol-calendar-day.is-johor { background: #fff1bd; border-color: #e4b84a; box-shadow: inset 0 3px 0 #dba82a; }
.ol-booking .ol-calendar-day.is-singapore { background: #fee7e2; border-color: #e79b8b; box-shadow: inset 0 3px 0 #d75b46; }
.ol-booking .ol-calendar-day.is-school { background: #eaf6e8; border-color: #9bc89b; box-shadow: inset 0 3px 0 #54a15b; }
.ol-booking .ol-calendar-day.has-water { background: #e5f5ff; border-color: #7fc0e3; box-shadow: inset 3px 0 0 #3797c9; }
.ol-booking .ol-calendar-day.is-johor.has-water { background: linear-gradient(135deg, #fff1bd 0 53%, #e5f5ff 53%); border-color: #aab982; box-shadow: inset 0 3px 0 #dba82a, inset 3px 0 0 #3797c9; }
.ol-booking .ol-calendar-day.is-singapore.has-water { background: linear-gradient(135deg, #fee7e2 0 53%, #e5f5ff 53%); border-color: #cda79f; box-shadow: inset 0 3px 0 #d75b46, inset 3px 0 0 #3797c9; }
.ol-booking .ol-calendar-day.is-past { background: #e7ece9; border-color: #d8dfda; box-shadow: none; }

.availability-page { min-height: 100vh; background: var(--paper); }
.availability-main { padding: clamp(44px, 7vw, 82px) 0; }
.availability-top { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 28px; }
.availability-top h1 { margin: 0; font-size: clamp(38px, 6vw, 68px); line-height: 1; letter-spacing: -.05em; }
.availability-top p { max-width: 620px; color: var(--copy); line-height: 1.65; }
.availability-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .65fr); gap: 22px; align-items: start; }
.availability-card { padding: clamp(16px, 3vw, 28px); border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.availability-card h2 { margin: 0; font-size: 21px; }
.availability-month { margin: 18px 0; }
.availability-detail { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.availability-detail-date { margin: 0 0 12px; font-size: 20px; }
.availability-shifts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.availability-shift { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.availability-shift h3 { margin: 0 0 4px; font-size: 16px; }
.availability-shift small, .availability-note { color: var(--copy); line-height: 1.5; }
.availability-shift .ol-ratio { margin: 15px 0 10px; height: 11px; }
.availability-count { margin: 0; color: #08773f; font-size: 15px; font-weight: 780; }
.availability-action { display: inline-flex; margin-top: 16px; padding: 12px 15px; border-radius: 9px; background: var(--teal); color: #fff; font-weight: 760; text-decoration: none; }
.availability-info { display: grid; gap: 14px; }
.availability-banner { padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.availability-banner h2 { margin: 0 0 8px; font-size: 17px; }
.availability-banner p { margin: 0; color: var(--copy); font-size: 14px; line-height: 1.6; }
.availability-banner a { color: var(--teal); font-weight: 720; }
.availability-banner.water-alert { background: #f0f8ff; border-color: #b8d7eb; }
.availability-top--quiet { display: block; margin: 0 0 16px; }
.availability-top--quiet p { margin: 0; font-size: 15px; }
.availability-layout--calendar { display: block; }
.availability-layout--calendar .availability-card { max-width: 820px; margin: 0 auto; }
.availability-tail-heading { margin: 22px auto 0; max-width: 820px; color: var(--copy); font-size: 14px; font-weight: 680; }
.availability-sheet { position: fixed; z-index: 20; right: max(20px, calc((100vw - 1160px) / 2)); bottom: 20px; width: min(490px, calc(100vw - 40px)); max-height: min(78vh, 680px); overflow: auto; padding: 14px 18px 18px; border: 1px solid rgba(255,255,255,.82); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(240,249,246,.72)); box-shadow: 0 22px 70px rgba(18,60,56,.22), inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(18px) saturate(1.12); -webkit-backdrop-filter: blur(18px) saturate(1.12); transform: translateY(22px); opacity: 0; transition: transform .24s cubic-bezier(.2,.8,.2,1), opacity .2s ease; }
.availability-sheet[hidden] { display: none; }
.availability-sheet.is-open { transform: translateY(0); opacity: 1; }
.availability-sheet.is-closing { transform: translateY(110%); opacity: 0; }
.availability-sheet-handle { width: 36px; height: 4px; margin: 0 auto 12px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(83,116,108,.35); touch-action: none; }
.availability-sheet-heading { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.availability-sheet-heading p { margin: 0 0 3px; color: var(--copy); font-size: 12px; }
.availability-sheet-heading h2 { margin: 0; font-size: 19px; line-height: 1.25; }
.availability-close { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font: inherit; font-size: 24px; line-height: 1; cursor: pointer; }
.availability-contexts { display: grid; gap: 8px; margin: 13px 0; }
.availability-context { position: relative; display: grid; grid-template-columns: 23px 1fr; gap: 7px; padding: 10px 12px; border-left: 3px solid #cfdad4; background: #f7faf8; color: var(--copy); font-size: 13px; line-height: 1.45; }
.availability-context > span { font-size: 14px; }
.availability-context p { margin: 0; }
.availability-context strong { color: var(--ink); }
.availability-holiday { border-left-color: #d89d19; background: #fff4ce; color: #72520f; box-shadow: inset 0 0 0 1px #f0d486; }
.availability-holiday strong { color: #6b4c0c; }
.availability-water { border-left-color: #4b9bc5; background: #eff8fd; }
.availability-context details { grid-column: 2; margin-top: 3px; }
.availability-context summary { color: var(--teal); font-weight: 720; cursor: pointer; }
.availability-context details p { max-height: 140px; overflow: auto; margin-top: 7px; font-size: 12px; white-space: normal; }
.availability-source { grid-column: 2; justify-self: end; color: var(--teal); font-size: 11px; font-weight: 720; text-decoration: none; }
.availability-sheet .availability-shifts { gap: 8px; }
.availability-sheet .availability-shift { padding: 11px; border-radius: 10px; }
.availability-sheet .availability-shift h3 { font-size: 14px; }
.availability-sheet .availability-shift small { font-size: 11px; }
.availability-sheet .availability-shift .ol-ratio { height: 8px; margin: 10px 0 7px; }
.availability-sheet .availability-count { font-size: 13px; }
.availability-sheet .availability-action { width: 100%; min-height: 40px; margin-top: 12px; justify-content: center; padding: 9px 12px; font-size: 14px; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #ee987f !important; outline-offset: 3px; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 999; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 14px; }

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 1160px); }
  .hero-section { padding-top: 54px; }
  .hero-grid, .ol-booking-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-visual { margin-top: 8px; }
  .image-badge { display: none; }
  .proof-row { gap: 8px 16px; }
  .ol-booking-panel { padding: 17px 13px; }
  .ol-day { min-width: 57px; }
  .ol-calendar-day, .ol-calendar-blank { min-height: 56px; }
  .ol-calendar-day { padding: 6px; }
  .ol-booking .ol-month-grid { gap: 4px; }
  .ol-booking .ol-calendar-day, .ol-booking .ol-calendar-blank { min-height: 64px; border-radius: 7px; }
  .ol-booking .ol-calendar-day { padding: 6px 4px; }
  .ol-booking .ol-calendar-day time { font-size: 16px; }
  .ol-booking .ol-calendar-status { min-height: 13px; }
  .ol-booking .ol-calendar-status b { padding: 2px 3px; font-size: 8px; }
  .ol-booking .ol-ratio { height: 8px; }
  .availability-top, .availability-layout { display: block; }
  .availability-layout > * + * { margin-top: 16px; }
  .availability-sheet { right: 0; bottom: 0; width: 100%; max-height: 72vh; padding: 10px 14px max(14px, env(safe-area-inset-bottom)); border-radius: 22px 22px 0 0; }
  .availability-sheet .availability-shifts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ol-slot { grid-template-columns: 1fr; gap: 10px; }
  .service-grid, .why-grid, .package-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
