html { scroll-behavior: smooth }
body { margin: 0; background: #fbfaf5; color: #1d2723; font-family: Arial, Helvetica, sans-serif }

.water-page {
  --ink: #1d2723;
  --cream: #f4f0e6;
  --paper: #fbfaf5;
  --coral: #e95f47;
  --coral-dark: #bd3f2d;
  --lime: #d7e262;
  --teal: #9bcfc3;
  --line: #cbd2c8;
  --muted: #68736d;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.water-page * { box-sizing: border-box }
.water-page a { color: inherit; text-decoration: none }
.water-page img { display: block; width: 100%; height: 100%; object-fit: cover }
.water-page h1, .water-page h2, .water-page h3, .water-page p, .water-page figure { margin-top: 0 }
.water-page button, .water-page input, .water-page select, .water-page textarea { font: inherit }
.water-page button:focus-visible, .water-page a:focus-visible, .water-page input:focus-visible, .water-page select:focus-visible, .water-page textarea:focus-visible { outline: 3px solid var(--coral-dark); outline-offset: 3px }
.water-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto }

.water-header { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line) }
.water-brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 900; letter-spacing: -.04em }
.water-brand em { color: var(--coral); font-style: normal }
.water-brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 10px; letter-spacing: -.1em }
.water-header-actions { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 800 }
.water-header-actions > a:first-child:hover { color: var(--coral) }
.water-nav-cta { padding-bottom: 6px; border-bottom: 1px solid var(--ink) }

.water-hero { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(42px, 7vw, 100px); align-items: center; min-height: 740px; padding-top: 62px; padding-bottom: 78px }
.water-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase }
.water-eyebrow > span { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--coral) }
.water-hero h1 { margin: 0 0 30px; font-size: clamp(66px, 8.4vw, 112px); font-weight: 800; line-height: .82; letter-spacing: -.085em }
.water-hero h1 i, .water-section-heading h2 i { color: var(--coral); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.07em }
.water-lead { max-width: 500px; margin-bottom: 30px; color: var(--muted); font-size: 16px; line-height: 1.65 }
.water-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px }
.water-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 20px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 900; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s }
.water-button:hover { transform: translateY(-2px) }
.water-page .water-button-dark { background: var(--ink); color: var(--paper) }
.water-page .water-button-dark:hover { background: var(--coral); color: white }
.water-button-giant { min-width: min(100%, 360px); min-height: 72px; padding: 0 27px; font-size: 17px }
.water-page .water-button-coral { background: var(--coral); color: white }
.water-page .water-button-coral:hover { background: var(--coral-dark); color: white }
.water-page .water-button-lime { background: var(--lime); color: var(--ink) }
.water-page .water-button-lime:hover { background: var(--paper); color: var(--ink) }
.water-page .water-button-outline { border-color: var(--ink); background: transparent; color: var(--ink) }
.water-page .water-button-outline:hover { background: var(--ink); color: white }
.water-text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800 }
.water-text-link:hover { color: var(--coral); border-color: var(--coral) }
.water-page .water-giant-cta { width: min(1180px, calc(100% - 64px)); min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 0 auto 30px; padding: 20px 42px; border-radius: 2px; background: var(--coral); color: white; transition: background .2s, transform .2s }
.water-page .water-giant-cta:hover { background: var(--ink); color: white; transform: translateY(-3px) }
.water-giant-cta span { font-size: clamp(46px, 7vw, 88px); font-weight: 800; letter-spacing: -.08em }
.water-giant-cta b { color: var(--lime); font-size: clamp(48px, 7vw, 86px); font-weight: 400 }
.water-mobile-order, .water-mobile-dock { display: none }
.water-hero-image { position: relative; height: 575px; overflow: hidden; border-radius: 2px; background: var(--teal) }
.water-hero-image img { object-position: 53% center }
.water-hero-image > span { position: absolute; top: 22px; left: 22px; padding: 9px 11px; background: var(--lime); font-size: 12px; font-weight: 900 }
.water-hero-image > p { position: absolute; right: 22px; bottom: 18px; margin: 0; padding: 12px 14px; background: var(--ink); color: white; font-size: 11px; font-weight: 800 }

.water-ticker { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--lime) }
.water-ticker > div { min-width: 980px; display: flex; justify-content: space-around; padding: 17px 0; font-family: Georgia, serif; font-size: 19px; font-style: italic; letter-spacing: -.04em }
.water-ticker b { font-family: Arial, sans-serif; font-size: 12px; font-style: normal }

.water-section { padding-top: 112px; padding-bottom: 122px }
.water-section-heading { max-width: 820px; margin-bottom: 50px }
.water-section-heading h2, .water-seal-copy h2, .water-ripples h2 { margin: 0; font-size: clamp(46px, 6vw, 76px); font-weight: 800; line-height: .87; letter-spacing: -.08em }
.water-section-heading-split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 70px; align-items: end }
.water-section-heading-split > p { margin: 0 0 3px; color: var(--muted); font-size: 14px; line-height: 1.65 }

.water-comfort-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 48px; align-items: stretch }
.water-photo { position: relative; overflow: hidden; margin: 0; border-radius: 2px; background: var(--cream) }
.water-photo-home { min-height: 505px }
.water-comfort-list { border-top: 1px solid var(--line) }
.water-comfort-list article { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line) }
.water-comfort-list article > span { color: var(--coral); font-size: 11px; font-weight: 900 }
.water-comfort-list h3 { margin: 0 0 9px; font-size: 21px; letter-spacing: -.055em }
.water-comfort-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55 }

.water-seal-section { padding: 96px 0; background: var(--ink); color: white }
.water-seal-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center }
.water-eyebrow-light { color: var(--lime) }
.water-seal-copy h2 { max-width: 500px; margin-bottom: 24px; color: white }
.water-seal-copy > p:not(.water-eyebrow) { max-width: 470px; margin-bottom: 29px; color: #bdc7c2; font-size: 15px; line-height: 1.7 }
.water-photo-seal { min-height: 490px }
.water-photo figcaption { position: absolute; right: 16px; bottom: 15px; padding: 10px 12px; background: var(--paper); color: var(--ink); font-size: 10px; font-weight: 800 }

.water-process-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10px }
.water-photo-delivery { min-height: 540px }
.water-process-steps { display: grid; grid-template-rows: repeat(3, 1fr); gap: 10px }
.water-process-steps article { padding: 24px; border: 1px solid var(--line); background: var(--cream) }
.water-process-steps article:nth-child(2) { background: var(--teal) }
.water-process-steps article:nth-child(3) { background: var(--coral); color: white }
.water-process-steps b { color: var(--coral-dark); font-size: 10px; letter-spacing: .1em }
.water-process-steps article:nth-child(3) b { color: #ffd6ca }
.water-process-steps h3 { margin: 28px 0 8px; font-size: 21px; letter-spacing: -.05em }
.water-process-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5 }
.water-process-steps article:nth-child(3) p { color: #ffe2da }
.water-photo-exchange { height: 425px; margin-top: 10px }
.water-photo-exchange img { object-position: center 48% }
.water-photo-exchange figcaption { right: auto; left: 18px; display: flex; flex-direction: column; gap: 5px; padding: 15px 17px; background: var(--lime) }
.water-photo-exchange figcaption strong { font-size: 16px; letter-spacing: -.04em }
.water-photo-exchange figcaption span { font-size: 10px }

.water-quality-section { padding: 108px 0 118px; background: var(--coral); color: white }
.water-quality-section .water-section-heading-split > p { color: #ffe0d7 }
.water-quality-section .water-section-heading h2 { color: white }
.water-quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center }
.water-photo-pipes { min-height: 430px; box-shadow: 16px 16px 0 var(--lime) }
.water-quality-copy > p { max-width: 520px; color: #ffe8e1; font-size: 15px; line-height: 1.7 }
.water-sources { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 29px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.42); font-size: 11px }
.water-sources span { color: #ffd3c7; font-weight: 900; letter-spacing: .11em; text-transform: uppercase }
.water-sources a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.55); font-weight: 800 }
.water-sources a:hover { color: var(--lime) }

.water-places-section { background: var(--paper) }
.water-places-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px }
.water-places-grid article { border: 1px solid var(--line); background: white }
.water-places-grid article .water-photo { height: 330px }
.water-places-grid article > div:last-child { padding: 25px 26px 30px }
.water-places-grid article > div:last-child > span { color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase }
.water-places-grid h3 { margin: 24px 0 10px; font-size: 29px; letter-spacing: -.065em }
.water-places-grid p { max-width: 470px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55 }

.water-ripples { position: relative; min-height: 510px; display: grid; align-items: end; overflow: hidden; background: var(--teal) }
.water-ripples > img { position: absolute; inset: 0; object-position: center 55% }
.water-ripples::after { content: ""; position: absolute; inset: 0; background: rgba(29,39,35,.25) }
.water-ripples > div { position: relative; z-index: 1; padding-bottom: 64px; color: white }
.water-ripples p { margin-bottom: 14px; font-family: Georgia, serif; font-size: 21px; font-style: italic }
.water-ripples h2 { max-width: 820px; color: white }

.water-order-section { background: var(--teal) }
.water-order-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10px; align-items: start }
.water-order-visual { position: sticky; top: 20px; background: var(--ink); color: white }
.water-order-visual > img { width: 100%; height: 350px; object-fit: cover }
.water-order-selection { padding: 27px }
.water-order-selection > span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase }
.water-order-selection strong { display: block; margin: 22px 0 8px; font-size: 25px; letter-spacing: -.055em }
.water-order-selection p { color: #b8c6c0; font-size: 13px }
.water-order-selection dl { margin: 22px 0 14px; border-top: 1px solid rgba(255,255,255,.18) }
.water-order-selection dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #b8c6c0; font-size: 11px }
.water-order-selection dt, .water-order-selection dd { margin: 0 }
.water-order-selection dd { color: white; font-weight: 900; text-align: right }
.water-order-selection dl .is-total { padding: 17px 0; color: white; font-size: 13px; font-weight: 900 }
.water-order-selection dl .is-total dd { color: var(--lime); font-size: 18px }
.water-order-selection em { display: block; margin-bottom: 17px; color: #95a69f; font-size: 9px; font-style: normal; line-height: 1.5 }
.water-order-selection button { min-height: 38px; padding: 0; border: 0; border-bottom: 1px solid var(--lime); color: var(--lime); background: transparent; font-size: 11px; font-weight: 900; cursor: pointer }
.water-order-selection small { min-height: 16px; display: block; margin-top: 11px; color: #9eaaa5 }
.water-booking-form { padding: clamp(24px, 4vw, 46px); background: var(--paper); border: 1px solid rgba(29,39,35,.2) }
.water-product-field { margin: 0 0 24px; padding: 0; border: 0 }
.water-product-field legend { margin-bottom: 12px; font-size: 13px; font-weight: 900 }
.water-product-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px }
.water-product-options button { min-height: 120px; display: flex; flex-direction: column; align-items: flex-start; padding: 15px; border: 1px solid var(--line); border-radius: 2px; color: var(--ink); background: white; text-align: left; cursor: pointer }
.water-product-options button:hover, .water-product-options button.is-selected { border-color: var(--ink); background: var(--lime) }
.water-product-options span { font-size: 13px; font-weight: 900 }
.water-product-options b { margin: 9px 0 auto; color: var(--coral-dark); font-size: 17px }
.water-product-options small { color: var(--muted); font-size: 10px; line-height: 1.35 }
.water-steppers { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px }
.water-stepper-field { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px; border: 1px solid var(--line); background: var(--cream) }
.water-stepper-field > div:first-child { display: flex; flex-direction: column; gap: 5px }
.water-stepper-field span { font-size: 12px; font-weight: 900 }
.water-stepper-field small { color: var(--muted); font-size: 10px }
.water-stepper { display: grid; grid-template-columns: 34px 36px 34px; align-items: center; border: 1px solid var(--ink); background: white }
.water-stepper button { height: 36px; border: 0; background: transparent; font-size: 18px; cursor: pointer }
.water-stepper button:hover { background: var(--lime) }
.water-stepper output { text-align: center; font-size: 14px; font-weight: 900 }
.water-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px }
.water-field { min-width: 0; display: flex; flex-direction: column; gap: 7px }
.water-field > span { font-size: 11px; font-weight: 900 }
.water-field input, .water-field select, .water-field textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 2px; color: var(--ink); background: white; font-size: 13px }
.water-field textarea { resize: vertical }
.water-field-wide { grid-column: 1 / -1 }
.water-form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px }
.water-submit-large { flex: 1; min-height: 68px; padding: 0 27px; font-size: 16px }
.water-demo-success { margin-top: 24px; padding: 24px; border-left: 6px solid var(--coral); background: var(--lime) }
.water-demo-success > span { color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase }
.water-demo-success h3 { margin: 10px 0 8px; font-size: 25px; letter-spacing: -.05em }
.water-demo-success p { color: #4e5b55; font-size: 13px; line-height: 1.55 }
.water-demo-success > div { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 8px; margin-top: 18px }
.water-demo-success b { font-size: 10px }
.water-demo-success i { height: 1px; background: rgba(29,39,35,.4) }

.water-contact-strip { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--lime) }
.water-contact-strip .water-shell { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center }
.water-contact-strip .water-shell > div { min-height: 86px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 0 20px; border-left: 1px solid rgba(29,39,35,.3) }
.water-contact-strip span { color: var(--coral-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase }
.water-contact-strip b { font-size: 12px }
.water-contact-strip small { padding-left: 18px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase }
.water-footer { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 11px }
.water-footer > a:last-child { color: var(--ink); font-weight: 900 }
.water-footer > a:last-child:hover { color: var(--coral) }

@media (max-width: 900px) {
  .water-shell { width: min(100% - 36px, 680px) }
  .water-giant-cta { width: min(100% - 36px, 680px) }
  .water-header { height: 76px }
  .water-header-actions > a:first-child { display: none }
  .water-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 60px }
  .water-hero-image { height: 430px }
  .water-section { padding-top: 85px; padding-bottom: 92px }
  .water-section-heading-split, .water-comfort-grid, .water-seal-grid, .water-process-grid, .water-quality-grid, .water-order-layout { grid-template-columns: 1fr }
  .water-section-heading-split { gap: 24px }
  .water-photo-home, .water-photo-seal, .water-photo-delivery, .water-photo-pipes { min-height: 410px }
  .water-seal-grid { gap: 46px }
  .water-process-steps { grid-template-columns: repeat(3, 1fr); grid-template-rows: none }
  .water-process-steps article { min-height: 190px }
  .water-photo-exchange { height: 360px }
  .water-quality-grid { gap: 48px }
  .water-order-visual { position: relative; top: auto; display: grid; grid-template-columns: 1fr 1fr }
  .water-order-visual > img { height: 100% }
  .water-contact-strip .water-shell { grid-template-columns: 1fr 1fr }
  .water-contact-strip small { padding: 18px 20px; border-left: 1px solid rgba(29,39,35,.3) }
}

@media (max-width: 640px) {
  .water-page { padding-bottom: calc(78px + env(safe-area-inset-bottom)); overflow: clip }
  .water-shell { width: min(100% - 24px, 560px) }
  .water-header { height: 64px }
  .water-brand { gap: 9px; font-size: 13px }
  .water-brand-mark { width: 29px; height: 29px }
  .water-header-actions { display: none }
  .water-hero { gap: 22px; padding-top: 20px; padding-bottom: 30px }
  .water-eyebrow { margin-bottom: 12px; font-size: 9px }
  .water-hero h1 { margin-bottom: 17px; font-size: clamp(42px, 12.6vw, 54px); line-height: .84 }
  .water-lead { margin-bottom: 18px; font-size: 13px; line-height: 1.48 }
  .water-hero-actions, .water-page .water-giant-cta, .water-ticker { display: none }

  .water-mobile-order { display: block; overflow: hidden; border: 1px solid var(--ink); border-radius: 10px; background: white; box-shadow: 8px 8px 0 var(--lime) }
  .water-mobile-order-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 13px 10px; border-bottom: 1px solid var(--line) }
  .water-mobile-order-title span { color: var(--coral-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase }
  .water-mobile-order-title strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap }
  .water-mobile-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; padding: 8px }
  .water-mobile-products button { min-width: 0; min-height: 62px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 6px; padding: 9px 8px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: var(--cream); text-align: left; cursor: pointer }
  .water-mobile-products button.is-selected { border-color: var(--ink); background: var(--lime); box-shadow: inset 0 0 0 1px var(--ink) }
  .water-mobile-products span { overflow: hidden; max-width: 100%; font-size: 11px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap }
  .water-mobile-products b { color: var(--coral-dark); font-size: 11px; white-space: nowrap }
  .water-mobile-steppers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 0 8px 8px }
  .water-mobile-steppers > div { min-width: 0; display: flex; align-items: stretch; flex-direction: column; gap: 5px; padding: 7px; border: 1px solid var(--line); border-radius: 4px }
  .water-mobile-steppers > div > span { font-size: 10px; font-weight: 900 }
  .water-mobile-steppers .water-stepper { grid-template-columns: 42px minmax(26px, 1fr) 42px; width: 100% }
  .water-mobile-steppers .water-stepper button { height: 42px }
  .water-mobile-order-cta { min-height: 58px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 11px; padding: 0 15px; background: var(--coral); color: white; font-size: 15px; font-weight: 900 }
  .water-mobile-order-cta strong { color: white; font-size: 12px }
  .water-mobile-order-cta b { color: var(--lime); font-size: 24px; font-weight: 400 }

  .water-hero-image { height: 238px }
  .water-hero-image > span { top: 12px; left: 12px }
  .water-hero-image > p { right: 12px; bottom: 12px; left: 12px; font-size: 10px; text-align: center }
  .water-section { padding-top: 64px; padding-bottom: 68px }
  .water-section-heading { margin-bottom: 30px }
  .water-section-heading h2, .water-seal-copy h2, .water-ripples h2 { font-size: clamp(39px, 11.8vw, 52px) }
  .water-section-heading-split { gap: 16px }
  .water-photo-home, .water-photo-seal, .water-photo-delivery, .water-photo-pipes { min-height: 290px }
  .water-seal-section { padding: 66px 0 }
  .water-seal-grid { gap: 34px }
  .water-process-steps { grid-template-columns: 1fr }
  .water-process-steps article { min-height: 150px }
  .water-photo-exchange { height: 285px }
  .water-photo-exchange figcaption { right: 12px; left: 12px }
  .water-places-grid { grid-template-columns: 1fr }
  .water-places-grid article .water-photo { height: 240px }
  .water-ripples { min-height: 390px }

  .water-order-section { padding-top: 56px }
  .water-order-section .water-section-heading { margin-bottom: 22px }
  .water-order-section .water-section-heading-split > p { font-size: 12px }
  .water-order-layout { gap: 0 }
  .water-order-visual { grid-template-columns: 1fr }
  .water-order-visual > img { display: none }
  .water-order-selection { padding: 17px 16px 13px }
  .water-order-selection strong { margin: 10px 0 4px; font-size: 19px }
  .water-order-selection p { margin-bottom: 8px }
  .water-order-selection dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0 13px; margin: 10px 0 8px }
  .water-order-selection dl > div { min-width: 0; flex-direction: column; gap: 4px; padding: 8px 0 }
  .water-order-selection dl .is-total { grid-column: 1 / -1; flex-direction: row; padding: 10px 0 }
  .water-order-selection em { margin-bottom: 8px }
  .water-order-selection button { min-height: 42px }
  .water-order-selection small { min-height: 12px; margin-top: 4px }
  .water-booking-form { scroll-margin-top: 10px; padding: 17px 14px 19px }
  .water-product-field { margin-bottom: 14px }
  .water-product-options { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px }
  .water-product-options button { min-width: 0; min-height: 83px; padding: 9px 7px }
  .water-product-options span { overflow: hidden; max-width: 100%; font-size: 10px; text-overflow: ellipsis; white-space: nowrap }
  .water-product-options b { margin: 7px 0 0; font-size: 11px }
  .water-product-options small { display: none }
  .water-steppers { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-bottom: 16px }
  .water-stepper-field { min-width: 0; align-items: stretch; flex-direction: column; gap: 8px; padding: 9px }
  .water-stepper-field > div:first-child { min-height: 29px }
  .water-stepper-field small { display: none }
  .water-stepper-field .water-stepper { grid-template-columns: 44px minmax(30px, 1fr) 44px; width: 100% }
  .water-stepper-field .water-stepper button { height: 44px }
  .water-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 8px }
  .water-field-wide { grid-column: 1 / -1 }
  .water-field input, .water-field select, .water-field textarea { min-width: 0; min-height: 48px; padding: 10px; font-size: 16px }
  .water-field > span { font-size: 10px }
  .water-form-actions { margin-top: 16px }
  .water-form-actions .water-button { width: 100% }
  .water-submit-large { min-height: 62px }
  .water-demo-success { padding: 18px }
  .water-demo-success > div { grid-template-columns: 1fr; gap: 6px }
  .water-demo-success i { width: 1px; height: 10px; margin-left: 3px }
  .water-contact-strip .water-shell { grid-template-columns: 1fr }
  .water-contact-strip .water-shell > div, .water-contact-strip small { border-right: 1px solid rgba(29,39,35,.3) }
  .water-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding: 30px 0 }

  .water-mobile-dock { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1000; min-height: calc(70px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.18); background: var(--ink); color: white; box-shadow: 0 -12px 30px rgba(29,39,35,.2) }
  .water-mobile-dock > span { min-width: 86px; display: flex; flex-direction: column; gap: 2px }
  .water-mobile-dock small { color: #b8c6c0; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase }
  .water-mobile-dock strong { font-size: 14px }
  .water-mobile-dock > b { min-height: 50px; flex: 1; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-radius: 5px; background: var(--coral); font-size: 16px }
  .water-mobile-dock i { color: var(--lime); font-size: 24px; font-style: normal; font-weight: 400 }
}

@media (prefers-reduced-motion: reduce) {
  .water-page { scroll-behavior: auto }
  .water-button { transition: none }
}


/* === DANANG AQUA SANDBOX EXTENSIONS === */
.water-product-options {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.water-mobile-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.water-order-success {
  margin-top: 24px;
  padding: 28px;
  border: 2px solid var(--ink);
  background: var(--cream);
  border-radius: 4px;
  animation: fadeInOrder 0.3s ease-in-out;
}
@keyframes fadeInOrder {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.water-order-success-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--lime);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 2px;
}
.water-order-success-title {
  margin: 16px 0 8px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -.05em;
}
.water-order-success-number {
  color: var(--coral);
}
.water-order-success-subtitle {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.water-order-success-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 2px;
  margin-bottom: 24px;
}
.water-order-success-details dt {
  font-size: 10px;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 4px;
}
.water-order-success-details dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}
.water-order-success-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.water-order-success-hint {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.water-button-telegram {
  background: #24a1de !important;
  color: white !important;
  border: none !important;
}
.water-button-telegram:hover {
  background: #1c88bd !important;
}
.water-button:disabled, .water-button.is-loading {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 900px) {
  .water-product-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .water-mobile-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .water-mobile-dock-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
  }
  .water-mobile-dock-btn-app {
    flex: 1.1;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 8px;
    border-radius: 4px;
    background: #24a1de;
    color: white;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
  }
  .water-mobile-dock-btn-web {
    flex: 1;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 8px;
    border-radius: 4px;
    background: var(--coral);
    color: white;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
  }
}

@media (min-width: 901px) {
  .water-desktop-dock {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 990;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--ink);
    padding: 10px 14px;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  }
  .water-desktop-dock a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }
  .water-desktop-dock-order {
    background: var(--coral);
    color: white !important;
    padding: 8px 16px;
    border-radius: 20px;
    transition: background 0.15s;
  }
  .water-desktop-dock-order:hover {
    background: var(--coral-dark);
  }
  .water-desktop-dock-tg {
    color: var(--lime) !important;
    padding: 8px 12px;
  }
  .water-desktop-dock-tg:hover {
    color: white !important;
  }
}
