: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: 1.08;
  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.18;
}
.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; }

/* Modern month calendar: Sunday-first, with holiday meaning carried by each cell. */
.ol-calendar-weekdays, .ol-month-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.ol-calendar-weekdays { margin-bottom: 7px; color: #64736f; font-size: 10px; font-weight: 800; text-align: center; }
.ol-calendar-weekdays span { padding: 5px 1px; }
.ol-calendar-weekdays .is-sunday { color: #b52e35; }
.ol-calendar-day, .ol-calendar-blank { min-height: 78px; border-radius: 10px; }
.ol-calendar-day { position: relative; display: flex; min-width: 0; flex-direction: column; gap: 6px; padding: 8px; overflow: hidden; border: 1px solid #d3ddd8; background: #fff; color: var(--ink); text-decoration: none; }
.ol-calendar-day:is(button) { width: 100%; cursor: pointer; font: inherit; text-align: left; }
.ol-calendar-day time { position: relative; z-index: 1; font-size: 17px; font-weight: 810; line-height: 1; }
.ol-calendar-day.is-sunday time { color: #cf3f43 !important; }
.ol-calendar-day.is-past { border-color: #dfe5e2; background: #edf0ee; color: #8d9994; cursor: not-allowed; opacity: .62; }
.ol-calendar-day.is-past .ol-ratio { opacity: .34; filter: grayscale(1); }
.ol-calendar-day.is-school { border-color: #dfb828; background: #ffe58a; box-shadow: inset 0 3px 0 #d8aa10; }
.ol-calendar-day.is-johor, .ol-calendar-day.is-singapore { border-color: #b6a3e5; background: #eee8ff; box-shadow: inset 0 3px 0 #7656c7; }
.ol-calendar-day.selected { z-index: 1; outline: 3px solid var(--teal); outline-offset: 1px; opacity: 1; }
a.ol-calendar-day:hover { border-color: var(--teal); box-shadow: 0 5px 14px rgba(18,60,56,.14); transform: translateY(-1px); }
.ol-holiday-art { position: absolute; z-index: 0; top: 7px; right: 7px; font-size: 23px; line-height: 1; }
.ol-calendar-status { position: relative; z-index: 1; display: flex; min-height: 17px; align-items: center; align-content: end; gap: 3px; margin-top: auto; overflow: hidden; }
.ol-calendar-status b { max-width: 100%; overflow: hidden; padding: 3px 5px; border-radius: 4px; font-size: 8px; font-weight: 840; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.ol-marker-holiday { background: #7051bd; color: #fff; }
.ol-marker-school { background: #ffd84f; color: #654d00; }
.is-school:not(.is-johor, .is-singapore) .ol-marker-school { background: rgba(255,255,255,.65); }
.ol-marker-water { background: #d9f1ff; color: #176b91; }
.ol-ratio { display: flex; position: relative; z-index: 1; width: 100%; height: 7px; flex: none; 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-booking-panel { border: 2px solid #d7e3dc; box-shadow: 0 18px 45px rgba(18,60,56,.1); }
.ol-calendar-legend { display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 14px 0 16px; color: var(--copy); font-size: 11px; font-weight: 720; }
.ol-booking .ol-calendar-legend { margin: 0 0 16px; }
.ol-calendar-legend span { display: inline-flex; align-items: center; gap: 5px; }
.ol-calendar-legend i { display: inline-flex; width: 19px; height: 11px; align-items: center; justify-content: center; border-radius: 3px; font-style: normal; font-size: 7px; font-weight: 850; line-height: 1; }
.ol-legend-booked { background: #d9534f; }
.ol-legend-open { background: #35a768; }
.ol-legend-jb, .ol-legend-sg { border: 1px solid #b6a3e5; background: #eee8ff; color: #6748af; }
.ol-legend-school { border: 1px solid #dfb828; background: #ffe58a; }
.ol-calendar-legend .ol-legend-water { height: 14px; background: #d9f1ff; color: #176b91; font-size: 10px; }
.ol-legend-sunday { border: 1px solid #efc6c8; background: #fff; color: #cf3f43; }
.ol-calendar-masthead { display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.ol-calendar-masthead strong { display: block; margin-top: 5px; color: var(--teal); font-size: clamp(24px, 4vw, 34px); line-height: 1; letter-spacing: -.035em; }
.ol-calendar-masthead > span { color: var(--copy); font-size: 11px; font-weight: 720; }
.ol-booking .ol-calendar-weekdays { margin-bottom: 8px; }
.ol-booking .ol-month-grid { gap: 6px; }
.ol-booking .ol-calendar-day, .ol-booking .ol-calendar-blank { min-height: 94px; border-radius: 11px; }
.ol-booking .ol-calendar-day { padding: 9px; }
.ol-booking .ol-calendar-day time { font-size: 18px; }
.ol-booking .ol-ratio { height: 10px; border: 1px solid rgba(18,60,56,.12); }

.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: 16px; width: min(380px, calc(100vw - 40px)); max-height: min(65vh, 520px); overflow: auto; padding: 10px 13px 13px; border: 1px solid rgba(255,255,255,.82); border-radius: 15px; background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(240,249,246,.72)); box-shadow: 0 18px 54px rgba(18,60,56,.2), 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(18px); 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.is-dragging { transition:none; user-select:none; }
.availability-sheet-handle { width: 30px; height: 4px; margin: 0 auto 8px; 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: 17px; line-height: 1.2; }
.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; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin: 9px 0; }
.availability-contexts > .availability-water, .availability-contexts > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.availability-context { position: relative; display: grid; grid-template-columns: 19px 1fr; gap: 5px; padding: 7px 9px; border-left: 3px solid #cfdad4; background: #f7faf8; color: var(--copy); font-size: 12px; line-height: 1.35; }
.availability-context > span { font-size: 13px; }
.availability-context p { margin: 0; }
.availability-context strong { color: var(--ink); }
.availability-holiday { border-left-color: #7656c7; background: #eee8ff; color: #594590; box-shadow: inset 0 0 0 1px #d2c6f3; }
.availability-holiday strong { color: #4c367f; }
.availability-school { border-left-color: #d8aa10; background: #fff4bd; color: #6b5508; box-shadow: inset 0 0 0 1px #ead477; }
.availability-school strong { color: #584500; }
.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: 10px; font-weight: 720; text-decoration: none; }
.availability-sheet .availability-shifts { gap: 6px; }
.availability-sheet .availability-shift { padding: 8px; border-radius: 9px; }
.availability-sheet .availability-shift h3 { font-size: 14px; }
.availability-sheet .availability-shift small { font-size: 11px; }
.availability-sheet .availability-shift .ol-ratio { height: 7px; margin: 7px 0 5px; }
.availability-sheet .availability-count { font-size: 12px; }
.availability-sheet .availability-action { width: 100%; min-height: 40px; margin-top: 8px; justify-content: center; padding: 8px 10px; font-size: 13px; }

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; }

/* Readable editorial typography and restrained interaction across both languages. */
.hero-copy h1, .section-heading h2, .faq-heading h2, .final-card h2 {
  text-wrap: balance;
}
html:lang(zh-MY) .hero-copy h1 {
  line-height: 1.16;
  letter-spacing: -.035em;
}
.hero-body, .section-heading p { text-wrap: pretty; }
.hero-price-chip { border: 1px solid var(--line); background: var(--paper); }
.hero-price-chip span { color: #a83b24; }
.hero-actions a { padding: 14px 22px; height: auto; white-space: normal; text-align: center; }
.secondary-cta { border-color: var(--line); background: var(--paper); color: var(--ink); }
.service-card-content {
  background: linear-gradient(180deg, transparent 12%, rgba(6, 48, 44, .55) 40%, #06302c 76%);
}
.service-card p { color: #f0f7f4; }
.service-card .service-fit { color: #d3e9df; }
.service-card:focus-within, .package-card:focus-within {
  border-color: var(--teal);
  box-shadow: var(--shadow);
}
section[id] { scroll-margin-top: 100px; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--teal) !important;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px var(--paper);
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .hero-actions a { transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
  .hero-actions a:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(18,60,56,.12); }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 1160px); }
  .hero-section { padding-top: 40px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero-actions a { width: 100%; min-height: 50px; }
  .hero-copy, .hero-visual { min-width: 0; }
  .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-weekdays, .ol-month-grid { gap: 4px; }
  .ol-calendar-weekdays { font-size: 8px; }
  .ol-calendar-day, .ol-calendar-blank { min-height: 72px; border-radius: 7px; }
  .ol-calendar-day { gap: 4px; padding: 6px 4px; }
  .ol-calendar-day time { font-size: 15px; }
  .ol-holiday-art { top: 5px; right: 4px; font-size: 16px; }
  .ol-calendar-status { min-height: 13px; flex-wrap: wrap; gap: 2px; overflow: visible; }
  .ol-calendar-status b { padding: 2px; font-size: 7px; }
  .ol-marker-water { font-size: 0 !important; }
  .ol-marker-water::before { content: "💧"; font-size: 8px; }
  .ol-booking .ol-month-grid { gap: 4px; }
  .ol-booking .ol-calendar-day, .ol-booking .ol-calendar-blank { min-height: 76px; border-radius: 7px; }
  .ol-booking .ol-calendar-day { padding: 6px 4px; }
  .ol-booking .ol-calendar-day time { font-size: 16px; }
  .ol-booking .ol-ratio { height: 8px; }
  .ol-calendar-masthead { align-items: start; flex-direction: column; gap: 5px; }
  .availability-top, .availability-layout { display: block; }
  .availability-layout > * + * { margin-top: 16px; }
  .availability-sheet { right: 12px; bottom: 12px; width: calc(100% - 24px); max-height: 64vh; padding: 8px 10px max(10px, env(safe-area-inset-bottom)); border-radius: 16px; }
  .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; }
}

/* Keep primary content visible during first paint. */
.hero-copy > *, .hero-visual, .quick-card-wrap, .image-badge { animation: none !important; }
.quick-fields > span { color: #3c5853; }
.ol-booking .ol-month-grid { min-height: 594px; }
.ol-water-link a { color: var(--teal); text-underline-offset: 4px; font-size: 14px; }
.ol-ratio-unknown { background: #dce5df; }
.ol-ratio { display:block; height:8px; overflow:hidden; border-radius:99px; background:#e5ece9; }
.ol-ratio-open { display:block; height:100%; border-radius:inherit; background:#20c6d8; }
.ol-full-badge,.slot-full { color:#b52e35; font-size:11px; font-weight:800; }
.package-options { display:grid; gap:5px; margin-top:8px; }
.package-option { display:flex; justify-content:space-between; gap:6px; padding:7px 8px; border:1px solid var(--line); border-radius:7px; color:var(--ink); text-decoration:none; font-size:11px; }
.package-option:not(.is-disabled) { background:#e9fbfc; border-color:#8adce3; }
.package-option.is-disabled { opacity:.42; cursor:not-allowed; pointer-events:none; }
.wipe-frame { position:relative; max-width:720px; aspect-ratio:16/9; overflow:hidden; border-radius:16px; touch-action:pan-y; }
.wipe-frame > img,.wipe-dirty,.wipe-canvas { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.wipe-dirty { clip-path:inset(0 0 0 0); }
.wipe-dirty img { width:100%; height:100%; object-fit:cover; }
.wipe-hint { position:absolute; right:12px; bottom:12px; padding:6px 9px; border-radius:99px; background:#fff;color:var(--ink);font-size:12px; }
.water-heading { max-width: 800px; margin-bottom: 32px; }
.water-heading h1 { font-size: clamp(36px, 5vw, 64px); line-height: 1.16; letter-spacing: -.035em; text-wrap: balance; }
.water-heading p, .water-notice p { line-height: 1.7; color: var(--copy); }
.water-districts { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.water-districts a { padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--teal); background: var(--paper); text-decoration: none; }
.water-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.water-notice { padding: clamp(20px, 3vw, 30px); background: var(--paper); border: 1px solid var(--line); border-radius: 16px; }
.water-notice h3 { margin: 0 0 12px; font-size: 20px; }
.water-notice a { color: var(--teal); text-underline-offset: 4px; }
.water-region { margin-bottom: 40px; }
.water-summary { margin: 32px 0; padding: 24px; background: var(--soft-green); border-radius: 16px; line-height: 1.7; }
@media (max-width: 780px) {
  .ol-booking .ol-month-grid { min-height: 476px; }
  .water-grid { grid-template-columns: 1fr; }
}
