:root {
  color-scheme: light;
  --ink: #081729;
  --muted: #53647b;
  --blue: #1d5dcc;
  --blue-dark: #124bab;
  --green: #138440;
  --line: #dce3ec;
  --mist: #edf5fc;
  --mint: #eff8f3;
  --radius: 32px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
img { display: block; max-width: 100%; height: auto; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex='-1']:focus-visible { outline: 3px solid #1379ec; outline-offset: 5px; }
button, a, summary { touch-action: manipulation; }
[hidden] { display: none !important; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 14px 20px; background: white; transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 13px 30px; border-radius: 100px; font-size: 16px; line-height: 1.25; font-weight: 600; transition: background .18s, box-shadow .18s, transform .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 5px 18px #1d5dcc26; }
.button-soft { color: var(--blue); background: #e4efff; }
.button-soft:hover { background: #d5e6ff; }
.button-outline { background: #fff; color: var(--blue); border: 1px solid #6a91d9; }
.button-outline:hover { background: var(--mist); }
.text-link { color: var(--blue); padding: 5px 0; border-bottom: 1px solid currentColor; background: none; font-size: 16px; font-weight: 600; }
.text-link:hover { color: var(--blue-dark); }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; border-radius: 50%; background: #f0f4fa; }
.icon-button:hover { background: #e3ecf9; }
.site-header { position: fixed; z-index: 20; top: 22px; left: 50%; transform: translateX(-50%); }
.navigation { display: flex; align-items: center; gap: 34px; padding: 11px 21px 11px 25px; border-radius: 100px; background: #ffffffed; box-shadow: 0 5px 22px #15365d13, 0 0 1px #1b355330; backdrop-filter: blur(16px); white-space: nowrap; }
.brand { width: 200px; flex-shrink: 0; }
.nav-links { display: flex; align-items: center; gap: 35px; }
.nav-links a { font-size: 14px; padding: 10px 0; }
.nav-links a:hover, .site-footer a:hover, .site-footer button:hover { color: var(--blue); }
.nav-cta { min-height: 40px; padding: 10px 26px; font-size: 14px; }
.menu-toggle { display: none; }
.hero { position: relative; height: 960px; margin: 59px 30px 0; text-align: center; isolation: isolate; }
.hero-landscape { position: absolute; z-index: -1; inset: 0 0 72px; border-radius: 44px; background: #eaf6ff url('assets/pond-landscape.webp') center center / cover no-repeat; }
.hero-copy { padding-top: 71px; }
.hero h1 { margin: 0; font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif; font-size: clamp(66px, 6vw, 92px); line-height: .92; font-weight: 850; letter-spacing: -.055em; }
.hero-copy > p { margin: 10px auto 0; padding: 0 24px; font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 31px; margin-top: 21px; }
.hero-actions .button { min-width: 212px; }
.hero-product { position: absolute; width: 260px; height: 520px; left: calc(50% - 130px); top: 390px; }
.phone { position: relative; width: 260px; height: 518px; padding: 8px; border: 2px solid #555b60; border-radius: 45px; background: #141719; box-shadow: inset 2px 0 1px #b8bbbd, inset -2px 0 1px #9b9d9e, -5px 0 0 #727777, -8px 0 0 #b0b3b5, 1px 4px 1px #020405, 0 22px 27px -16px #1b2a3b68; transform: rotate(-1.8deg); }
.phone::before { content: ''; position: absolute; left: -11px; top: 112px; width: 3px; height: 36px; border-radius: 2px; background: #838b8c; box-shadow: 0 49px 0 #838b8c; }
.phone-screen { position: relative; height: 100%; border-radius: 35px; overflow: hidden; background: #fbfcff; padding: 12px 16px 18px; text-align: left; }
.phone-status { display: flex; align-items: center; justify-content: space-between; height: 20px; font-size: 10px; font-weight: 700; padding: 0 9px; }
.phone-island { position: absolute; left: 50%; transform: translateX(-50%); top: 10px; width: 78px; height: 22px; border-radius: 20px; background: #050506; }
.status-symbols { letter-spacing: 2px; font-size: 10px; }
.phone-brand { margin-top: 11px; display: flex; align-items: center; justify-content: space-between; }
.phone-brand img { width: 143px; }
.phone-brand .icon { width: 15px; height: 15px; }
.phone h2 { font-size: 21px; margin: 22px 0 0; font-weight: 700; letter-spacing: -.055em; }
.phone-report-label { color: #667994; text-align: right; font-size: 8px; margin-top: 3px; }
.pond-title { display: flex; align-items: center; gap: 9px; margin: 10px 0 8px; }
.pond-icon { width: 40px; height: 40px; display: grid; place-items: center; color: #227bf2; background: #e9f3ff; border-radius: 50%; }
.pond-title strong { display: block; font-size: 14px; letter-spacing: -.025em; }
.pond-title span:not(.pond-icon) { display: block; font-size: 9px; margin-top: 4px; }
.ready-status { display: inline-flex; align-items: center; gap: 4px; font-size: 9px; background: #daf2e4; color: #165a3b; border-radius: 20px; padding: 5px 7px; }
.ready-status .icon { width: 11px; height: 11px; background: #15864b; color: white; border-radius: 50%; padding: 1px; }
.phone-readings { margin: 10px 0 14px; background: #f6f8fc; border: 1px solid #e8edf5; border-radius: 9px; padding: 0 7px; }
.phone-readings > div { display: grid; grid-template-columns: 1fr auto 8px; gap: 7px; align-items: center; min-height: 22px; border-bottom: 1px solid #e5ebf5; font-size: 8.5px; color: #284365; }
.phone-readings > div:last-child { border: 0; }
.phone-readings dd { margin: 0; }
.phone-readings .icon { width: 8px; height: 8px; }
.phone-actions { display: grid; gap: 7px; }
.phone-actions .button { font-size: 10px; min-height: 44px; padding: 8px; border-radius: 14px; }
.phone-actions .icon { width: 14px; height: 14px; }
.floating-conversation { position: absolute; top: 94px; left: 272px; width: 328px; padding: 24px 21px; border-radius: 24px; background: #fffffff5; text-align: left; box-shadow: 0 12px 35px #34547008; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.floating-conversation:hover { transform: translateY(-4px); box-shadow: 0 12px 35px #34547020; }
.conversation-question { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.conversation-question > span:last-child { padding: 17px 12px; border-radius: 22px 22px 22px 6px; background: #e0edff; flex: 1; white-space: nowrap; letter-spacing: -.035em; }
.shrimp-avatar { display: block; width: 49px; height: 49px; padding: 7px; border-radius: 50%; overflow: hidden; background: #eff3f7; flex-shrink: 0; }
.shrimp-avatar img { width: 165px; max-width: none; height: 35px; }
.conversation-answer { display: block; font-size: 16px; line-height: 1.32; border-radius: 6px 20px 20px; padding: 13px 15px; margin: 12px 22px 12px 8px; background: #f0f3f8; letter-spacing: -.025em; }
.conversation-dots { display: flex; align-items: center; justify-content: center; gap: 5px; margin-left: 9px; width: 62px; height: 35px; border-radius: 17px 17px 17px 4px; background: #eff3f8; }
.conversation-dots i { width: 7px; height: 7px; background: #2068d3; border-radius: 50%; }
.conversation-dots i:first-child { background: #b9cdea; }
.illustration-note { position: absolute; bottom: 13px; width: 100%; margin: 0; font-size: 11px; color: #415573; }
.section-shell { max-width: 1476px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.app-section { padding-top: 110px; padding-bottom: 110px; }
.section-intro { text-align: center; margin: 0 0 55px; }
.section-intro h2 { margin: 0; font-size: clamp(38px, 4.2vw, 64px); line-height: 1.02; letter-spacing: -.052em; }
.section-intro p { margin: 22px 0 0; color: var(--muted); font-size: 22px; line-height: 1.4; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; }
.feature { position: relative; isolation: isolate; display: grid; grid-template-rows: subgrid; grid-row: span 2; border: 1px solid #dbe8f4; border-radius: var(--radius); padding: 50px 40px 0; overflow: hidden; box-shadow: 0 24px 60px -48px #183d6b80; }
.feature::after { content: ''; position: absolute; z-index: -1; width: 310px; height: 310px; right: -105px; top: -130px; border-radius: 50%; background: #ffffff66; }
.feature-results { background: linear-gradient(145deg, #f4f9ff 0%, #e8f3ff 100%); }
.feature-ai { border-color: #d9eae2; background: linear-gradient(145deg, #f6fbf8 0%, #eaf7f0 100%); }
.feature-copy { position: relative; z-index: 1; max-width: 470px; }
.feature-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--blue); font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.feature-kicker::before { content: ''; width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
.feature-ai .feature-kicker { color: var(--green); }
.feature-copy h3 { font-size: 38px; letter-spacing: -.045em; line-height: 1.1; margin: 0; }
.feature-copy p { color: var(--muted); font-size: 19px; line-height: 1.4; max-width: 370px; margin: 17px 0 32px; }
.results-preview, .ai-preview { position: relative; display: flex; flex-direction: column; min-height: 410px; padding: 0 28px 26px; border: 1px solid #dce7f2; border-bottom: 0; border-radius: 28px 28px 0 0; background: #fbfdff; box-shadow: 0 28px 55px -34px #153d6d66, 0 2px 7px #21466f0a; }
.ai-preview { border-color: #dbe9e2; background: #fcfefd; }
.preview-app-bar { display: flex; align-items: center; min-height: 64px; margin: 0 -28px 25px; padding: 0 24px; border-bottom: 1px solid #e7edf4; color: #1c314d; font-size: 12px; font-weight: 700; }
.preview-app-mark { display: flex; align-items: center; width: 118px; height: 36px; margin-right: 11px; }
.preview-app-mark img { width: 118px; height: auto; }
.preview-app-mark.ai-mark { width: 118px; }
.preview-sync { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: #587087; font-size: 10px; font-weight: 600; }
.preview-sync i { width: 7px; height: 7px; border-radius: 50%; background: #1ea968; box-shadow: 0 0 0 3px #dff4e9; }
.preview-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.preview-heading h4 { font-size: 24px; letter-spacing: -.04em; margin: 2px 0 0; }
.preview-heading > span { color: #176641; border-radius: 999px; padding: 7px 10px; background: #e5f5eb; font-size: 10px; font-weight: 700; }
.preview-eyebrow { color: #6b7f96; font-size: 10px; font-weight: 600; }
.report-filters { display: flex; gap: 7px; margin: 19px 0; }
.report-filters button { min-height: 40px; min-width: 44px; padding: 7px 16px; border: 1px solid transparent; border-radius: 40px; background: #f0f4f8; font-size: 12px; transition: transform .18s cubic-bezier(.22, 1, .36, 1), background .18s, border-color .18s; }
.report-filters button:hover { transform: translateY(-1px); border-color: #cddced; background: #f8fbfe; }
.report-filters button.selected { border-color: var(--blue); background: var(--blue); color: #f9fcff; box-shadow: 0 7px 14px -9px #1d5dcc; }
.sample-reports { min-height: 192px; }
.report-row { width: calc(100% + 16px); display: grid; grid-template-columns: 38px 1fr auto 10px; align-items: center; gap: 11px; margin-left: -8px; padding: 10px 8px; border-radius: 14px; background: transparent; text-align: left; transition: transform .18s cubic-bezier(.22, 1, .36, 1), background .18s; }
.report-row:hover { transform: translateX(3px); background: #f2f7fd; }
.report-row:hover strong { color: var(--blue); }
.report-icon { height: 37px; width: 37px; display: grid; place-items: center; border-radius: 50%; }
.report-icon .icon { width: 18px; height: 18px; }
.blue { background: #e7f1ff; color: var(--blue); }
.sand { background: #f6efe6; color: #87633d; }
.mint { background: #e2f4e9; color: var(--green); }
.report-row strong { display: block; font-size: 13px; }
.report-row small { display: block; color: var(--muted); font-size: 11px; margin-top: 5px; }
.report-ready { background: #e5f5eb; color: #176641; font-size: 10px; padding: 6px 8px; border-radius: 20px; }
.small-chevron { width: 12px; height: 12px; color: #7790b2; }
.preview-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 52px; padding: 15px 18px; border: 1px solid #d7e4f5; background: #edf4ff; color: var(--blue); border-radius: 15px; font-size: 14px; font-weight: 700; text-align: left; margin-top: auto; transition: transform .18s cubic-bezier(.22, 1, .36, 1), background .18s, box-shadow .18s; }
.preview-link:hover { transform: translateY(-2px); background: #e2edff; box-shadow: 0 12px 20px -16px #1d5dcc; }
.preview-link .icon { width: 19px; height: 19px; transition: transform .18s cubic-bezier(.22, 1, .36, 1); }
.preview-link:hover .icon { transform: translateX(3px); }
.ai-thread-label { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; color: #20364e; font-size: 14px; font-weight: 700; }
.ai-thread-label small { color: #718299; font-size: 10px; font-weight: 500; }
.user-message { margin: 20px 0 14px auto; width: fit-content; border: 1px solid #d8e5f6; border-radius: 18px 18px 5px 18px; background: #e8f1ff; padding: 12px 15px; color: #193a62; font-size: 13px; line-height: 1.4; box-shadow: 0 7px 18px -15px #214c82; }
.assistant-row { display: flex; align-items: flex-start; gap: 10px; }
.assistant-avatar { width: 31px; height: 31px; flex: 0 0 31px; border: 1px solid #dce9e3; border-radius: 10px; background: #eef8f2; overflow: hidden; }
.assistant-avatar img { width: 112px; max-width: none; height: 31px; object-fit: contain; object-position: left center; }
.assistant-message { border: 1px solid #e2e9ef; background: #f3f6f8; padding: 14px 16px; max-width: 330px; border-radius: 5px 17px 17px; font-size: 14px; line-height: 1.45; }
.source-reference { display: flex; gap: 11px; align-items: center; margin: 14px 0 17px 41px; padding: 12px 0; border-top: 1px solid #e9eef2; border-bottom: 1px solid #e9eef2; font-size: 12px; color: var(--muted); }
.source-reference .icon { color: var(--blue); width: 20px; }
.source-reference span { display: grid; gap: 2px; }
.source-reference strong { color: #31485f; font-size: 11px; }
.source-reference small { color: #718299; font-size: 10px; }
.section-caption { text-align: center; color: var(--muted); font-size: 14px; margin-top: 28px; line-height: 1.5; }
.services-section { padding-top: 80px; padding-bottom: 100px; }
.services-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.services-heading h2 { margin: 0; font-size: clamp(38px, 4.15vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.services-heading > p { max-width: 400px; color: var(--muted); font-size: 20px; line-height: 1.45; margin: 0; }
.service { border-bottom: 1px solid var(--line); }
.service:first-child { border-top: 1px solid var(--line); }
.service summary { cursor: pointer; display: grid; grid-template-columns: 64px 1fr 1.35fr 30px; align-items: center; gap: 28px; list-style: none; padding: 34px 0; }
.service summary::-webkit-details-marker { display: none; }
.service-number { color: var(--blue); font-size: 20px; }
.service h3 { font-size: 24px; line-height: 1.15; letter-spacing: -.035em; margin: 0; }
.service summary > p { color: var(--muted); font-size: 16px; line-height: 1.5; margin: 0; }
.service summary > .icon { color: var(--blue); transition: transform .2s; }
.service[open] summary > .icon { transform: rotate(90deg); }
.service summary:hover h3 { color: var(--blue); }
.service-detail { margin: -2px 30px 38px 92px; padding: 28px 32px; border-radius: 22px; background: var(--mist); font-size: 16px; line-height: 1.6; color: var(--muted); }
.service-actions { display: flex; gap: 24px; align-items: center; margin: 35px 0 0; }
.service-actions > span { color: var(--muted); font-size: 15px; }
.test-menu { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 18px; align-items: stretch; }
.test-menu-card { display: flex; flex-direction: column; min-width: 0; padding: 30px; border: 1px solid #dce6ef; border-radius: 26px; background: #f7faff; }
.test-menu-card.soil-menu { border-color: #eadfce; background: #fbf8f2; }
.test-menu-card.shrimp-menu { border-color: #d7e9df; background: #f3faf6; }
.test-menu-card header { display: grid; grid-template-columns: 36px 1fr; gap: 13px; align-items: start; min-height: 130px; }
.test-menu-card header p { margin: 1px 0 8px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.test-menu-card.soil-menu header p { color: #896535; }
.test-menu-card.shrimp-menu header p { color: var(--green); }
.test-menu-card h3 { margin: 0; font-size: 23px; line-height: 1.15; letter-spacing: -.035em; }
.test-menu-card ul { flex: 1; margin: 8px 0 26px; padding: 0; list-style: none; }
.test-menu-card li { padding: 14px 0; border-top: 1px solid #dce5ed; }
.test-menu-card.soil-menu li { border-color: #e8dfd2; }
.test-menu-card.shrimp-menu li { border-color: #d9e7df; }
.test-menu-card li strong { display: block; font-size: 14px; line-height: 1.3; }
.test-menu-card li span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.test-menu-card .text-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 9px; }
.test-menu-card .text-link .icon { width: 18px; height: 18px; }
.care-callout { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 18px; padding: 30px; border: 1px solid #d8e2ed; border-radius: 24px; background: #f8fafc; }
.care-callout h3 { margin: 3px 0 8px; font-size: 25px; letter-spacing: -.035em; }
.care-callout p:not(.eyebrow) { max-width: 70ch; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.care-callout .button { flex-shrink: 0; }
.pilot-section { padding-top: 25px; }
.pilot-panel { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 32px; border-radius: var(--radius); background: #e7f3fc url('assets/pond-landscape.webp') center bottom / cover; padding: 64px 50px 190px; }
.pilot-logo { width: 235px; height: auto; margin-bottom: 30px; }
.pilot-copy h2 { font-size: clamp(38px, 3.7vw, 56px); line-height: 1.06; letter-spacing: -.052em; margin: 0 0 25px; }
.pilot-copy h3 { font-size: 22px; line-height: 1.3; letter-spacing: -.025em; margin: 0 0 15px; }
.pilot-copy > p { width: fit-content; max-width: 470px; margin: 0 0 25px; padding: 10px 14px; border: 1px solid #d5e5f1; border-radius: 13px; background: #f8fcfff0; box-shadow: 0 8px 24px -20px #173e68; color: #142b46; font-size: 20px; line-height: 1.45; }
.tablet-preview { margin-top: 0; border: 9px solid #171b1d; border-radius: 25px; background: #f7fbfd; min-height: 390px; overflow: hidden; box-shadow: 0 0 0 2px #8e9aa5, 0 20px 30px -18px #2443617a; }
.ap-app-shell { display: grid; grid-template-columns: 112px 1fr; min-height: 390px; background: linear-gradient(110deg, #eef8fc 0%, #e7f3ff 52%, #f6faf8 100%); }
.ap-app-sidebar { background: #fff; border-right: 1px solid #d9e5e9; padding: 17px 11px 14px; }
.ap-app-sidebar > img { display: block; width: 88px; height: auto; margin: 0 0 20px; }
.ap-app-sidebar nav { display: flex; flex-direction: column; gap: 3px; }
.ap-app-sidebar nav span { display: flex; align-items: center; gap: 8px; min-height: 32px; padding: 8px; color: #526b75; border-radius: 8px; font-size: 9px; font-style: normal; white-space: nowrap; }
.ap-app-sidebar nav .active { background: #e8f1ff; color: #0960fb; font-weight: 650; }
.ap-app-sidebar .icon { width: 13px; height: 13px; stroke-width: 1.8; }
.ap-icon { position: relative; display: inline-block; width: 13px; height: 13px; flex: 0 0 13px; }
.ap-icon-grid { background: linear-gradient(#0960fb 0 0) 0 0/5px 5px, linear-gradient(#0960fb 0 0) 100% 0/5px 5px, linear-gradient(#0960fb 0 0) 0 100%/5px 5px, linear-gradient(#0960fb 0 0) 100% 100%/5px 5px; background-repeat: no-repeat; }
.ap-icon-chart::before { content: ''; position: absolute; inset: 2px 1px 1px; border-left: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; }
.ap-icon-chart::after { content: ''; position: absolute; left: 4px; bottom: 3px; width: 2px; height: 5px; background: currentColor; box-shadow: 4px -3px 0 currentColor, 8px -1px 0 currentColor; }
.ap-app-main { position: relative; min-width: 0; padding: 15px 16px 13px; }
.ap-toolbar { display: flex; justify-content: space-between; gap: 10px; color: #58727c; font-size: 8px; }
.ap-toolbar small { font: inherit; text-transform: uppercase; letter-spacing: .06em; }
.ap-pond-heading { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-top: 11px; padding: 0 0 10px; border-bottom: 1px solid #c9dadd; }
.ap-pond-heading > div:first-child { display: flex; align-items: center; gap: 7px; }
.ap-pond-heading strong { font-size: 15px; letter-spacing: -.03em; }
.ap-pond-heading span { padding: 4px 7px; border-radius: 12px; background: #fff3d6; color: #d89516; font-size: 7px; font-weight: 650; white-space: nowrap; }
.ap-pond-heading p { margin: 0; color: #58727c; font-size: 7px; white-space: nowrap; }
.ap-heading-actions { display: flex; gap: 5px; }
.ap-heading-actions b { padding: 6px 8px; border: 1px solid #c7dae1; border-radius: 7px; background: #fff; color: #0960fb; font-size: 7px; white-space: nowrap; }
.ap-heading-actions b:first-child { background: #0960fb; border-color: #0960fb; color: #fff; }
.ap-kpis { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; margin-top: 12px; }
.ap-kpis > div { min-width: 0; min-height: 70px; display: flex; flex-direction: column; align-items: flex-start; padding: 9px 8px 7px; border: 1px solid #cfdee3; border-radius: 10px; background: #fff; }
.ap-kpis span { width: 100%; overflow: hidden; color: #58727c; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.ap-kpis strong { margin: 9px 0 6px; color: #10282e; font-size: clamp(11px, 1.1vw, 15px); line-height: 1; white-space: nowrap; }
.ap-kpis strong.positive { color: #28a66d; }
.ap-kpis em { margin-top: auto; align-self: flex-end; padding: 3px 6px; border-radius: 10px; background: #e9f2ff; color: #0960fb; font-size: 6px; font-style: normal; white-space: nowrap; }
.ap-kpis em.good { background: #e4f5ed; color: #22a06b; }
.ap-kpis em.watch { background: #fff2dc; color: #d88b0b; }
.ap-content-grid { display: grid; grid-template-columns: 1.3fr .8fr; gap: 8px; margin-top: 10px; }
.ap-attention, .ap-mortality { min-width: 0; border: 1px solid #cfdee3; border-radius: 11px; background: #fff; padding: 10px; }
.ap-attention header, .ap-mortality header { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-bottom: 8px; font-size: 9px; }
.ap-attention header span { padding: 3px 6px; border-radius: 8px; background: #fff0e4; color: #ec721d; font-size: 6px; }
.ap-alert { display: grid; grid-template-columns: auto 1fr; gap: 5px; padding: 7px 7px 7px 9px; border: 1px solid #d7e3e6; border-left: 3px solid #e4a10e; border-radius: 8px; color: #58727c; font-size: 6px; }
.ap-alert + .ap-alert { margin-top: 5px; }
.ap-alert.urgent { border-left-color: #ef741c; }
.ap-alert b { color: #dd741c; font-size: 6px; }
.ap-alert span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ap-alert p { grid-column: 1 / -1; margin: 2px 0 0; color: #213b43; font-size: 7px; line-height: 1.35; }
.ap-mortality header { justify-content: flex-start; }
.ap-mortality header .icon { width: 12px; height: 12px; color: #00a4bd; }
.ap-mortality > div { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 6px; padding: 8px; border-radius: 8px; background: #f4f8f8; text-align: center; }
.ap-mortality span { color: #637b83; font-size: 6px; text-transform: uppercase; }
.ap-mortality strong { font-size: 10px; }
.ap-mortality button { display: block; width: 100%; margin-top: 7px; padding: 6px; border-radius: 7px; background: #0960fb; color: #fff; font-size: 7px; font-weight: 650; pointer-events: none; }
.ap-advisor { position: absolute; right: 14px; bottom: 10px; display: flex; align-items: center; gap: 5px; padding: 7px 10px; border-radius: 14px; background: #0960fb; color: #fff; box-shadow: 0 5px 12px #0960fb33; font-size: 7px; font-weight: 650; }
.closing { padding-top: 65px; padding-bottom: 60px; text-align: center; }
.closing h2 { font-size: clamp(32px, 3.5vw, 52px); letter-spacing: -.05em; margin: 0 0 28px; line-height: 1.12; }
.closing-actions { display: flex; gap: 18px; justify-content: center; }
.site-footer { display: flex; gap: 40px; align-items: center; justify-content: space-between; padding-top: 15px; padding-bottom: 40px; }
.footer-brand { max-width: 225px; }
.site-footer nav { display: flex; align-items: center; gap: 26px; }
.site-footer nav a, .site-footer nav button { font-size: 13px; color: #405473; padding: 10px 0; background: none; }
.site-footer > p { font-size: 11px; color: var(--muted); }
dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 40px); overflow: auto; border: 1px solid #dbe4ee; border-radius: 26px; padding: 28px; color: var(--ink); box-shadow: 0 25px 100px #0c23304d; }
dialog::backdrop { background: #06182b66; backdrop-filter: blur(7px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.dialog-top > img { width: min(190px, calc(100% - 64px)); }
body:has(dialog[open]) { overflow: hidden; }
.dialog-eyebrow { color: var(--muted); font-size: 12px; margin: 0 0 10px; }
dialog h2 { font-size: 31px; letter-spacing: -.04em; margin: 0 0 13px; line-height: 1.15; }
dialog p { line-height: 1.55; color: var(--muted); }
.dialog-report { margin: 25px 0; }
.dialog-report > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.dialog-report dd { margin: 0; font-weight: 600; }
.dialog-note { background: var(--mist); font-size: 13px; padding: 13px 17px; border-radius: 12px; }
.dialog-options { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.dialog-options button { padding: 10px 13px; min-height: 42px; border-radius: 20px; font-size: 12px; color: var(--blue); background: #eaf2ff; }
.dialog-options button[aria-pressed='true'] { background: var(--blue); color: white; }
.dialog-answer { background: #f2f6fa; padding: 20px; border-radius: 17px; min-height: 155px; }
.dialog-answer strong { display: block; font-size: 15px; }
.dialog-answer p { font-size: 14px; margin-bottom: 0; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 23px; }
.pilot-points { padding-left: 20px; color: var(--muted); line-height: 1.8; }

@media (min-width: 1600px) {
  .hero { max-width: 1536px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 1150px) {
  .hero h1 { font-size: 78px; }
  .hero-copy > p { font-size: 20px; }
  .hero-product { top: 370px; left: calc(50% - 180px); }
  .hero { height: 940px; }
  .floating-conversation { left: 272px; width: 270px; padding: 19px 16px; }
  .conversation-question { gap: 7px; font-size: 12px; }
  .conversation-question > span:last-child { padding: 14px 10px; }
  .shrimp-avatar { width: 40px; height: 40px; padding: 5px; }
  .shrimp-avatar img { height: 30px; width: 143px; }
  .conversation-answer { font-size: 14px; }
  .pilot-panel { padding: 45px 32px 150px; gap: 24px; }
  .tablet-preview { min-height: 350px; }
  .ap-app-shell { grid-template-columns: 92px 1fr; min-height: 350px; }
  .ap-app-sidebar { padding-left: 8px; padding-right: 8px; }
  .ap-app-sidebar > img { width: 76px; }
  .ap-app-sidebar nav span { padding-left: 6px; padding-right: 6px; }
  .ap-kpis { grid-template-columns: repeat(3, 1fr); }
  .ap-kpis > div { min-height: 58px; }
  .ap-content-grid { display: none; }
  .site-footer { flex-wrap: wrap; gap: 25px; }
  .site-footer > p { width: 100%; margin: 0; }
  .report-ready { display: none; }
  .report-row { grid-template-columns: 37px 1fr 12px; }
}
@media (max-width: 800px) {
  .site-header { top: 15px; width: calc(100% - 40px); }
  .navigation { justify-content: space-between; gap: 10px; padding: 12px 16px; }
  .brand { width: 175px; }
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 12px; }
  .nav-cta { font-size: 12px; padding: 10px 18px; }
  .hero { margin: 45px 18px 0; height: 940px; }
  .hero-landscape { bottom: 75px; border-radius: 32px; }
  .hero-copy { padding-top: 85px; }
  .hero h1 { font-size: 64px; }
  .hero-copy > p { font-size: 18px; max-width: 600px; line-height: 1.45; }
  .desktop-break { display: none; }
  .hero-product { top: 365px; left: calc(50% - 245px); }
  .floating-conversation { left: 272px; width: 230px; top: 120px; }
  .conversation-question .shrimp-avatar { display: none; }
  .conversation-question > span:last-child { white-space: normal; font-size: 13px; }
  .feature { padding: 30px 20px 0; }
  .feature-copy h3 { font-size: 32px; }
  .feature-copy p { font-size: 17px; }
  .results-preview, .ai-preview { min-height: 390px; padding: 0 16px 20px; }
  .preview-app-bar { margin: 0 -16px 20px; padding: 0 16px; }
  .preview-heading h4 { font-size: 21px; }
  .report-filters { gap: 4px; }
  .report-filters button { padding: 7px 11px; }
  .services-heading { display: block; }
  .services-heading > p { margin-top: 25px; }
  .service summary { grid-template-columns: 35px 1fr 24px; gap: 16px; padding: 28px 0; }
  .service summary > p { grid-column: 2; grid-row: 2; }
  .service summary > .icon { grid-column: 3; grid-row: 1; }
  .service-detail { margin-left: 51px; margin-right: 0; }
  .pilot-panel { grid-template-columns: 1fr; padding: 40px 32px 155px; }
  .pilot-copy h2 { font-size: 48px; }
  .tablet-preview { max-width: 560px; width: 100%; margin: 20px auto 0; }
  .ap-app-shell { grid-template-columns: 104px 1fr; }
  .ap-content-grid { display: grid; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 100px; }
  .site-header { width: calc(100% - 24px); top: 12px; }
  .navigation { padding: 11px 13px; gap: 10px; border-radius: 30px; }
  .brand { width: 148px; }
  .nav-cta { min-height: 44px; padding: 9px 13px; font-size: 11px; }
  .menu-toggle { display: inline-flex; width: 44px; height: 44px; padding: 9px; background: transparent; }
  .nav-links { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; border-radius: 20px; padding: 12px; background: #fff; box-shadow: 0 10px 25px #2037511c; }
  .nav-links.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links a { font-size: 16px; padding: 14px 16px; border-radius: 10px; }
  .nav-links a:hover { background: var(--mist); }
  .hero { margin: 39px 12px 0; height: 1170px; }
  .hero-landscape { bottom: 72px; border-radius: 28px; background-position: center bottom; }
  .hero-copy { padding-top: 82px; }
  .hero h1 { font-size: clamp(34px, 10.1vw, 57px); letter-spacing: -.058em; line-height: 1.04; }
  .hero-copy > p { font-size: 16px; line-height: 1.5; padding: 0 19px; margin-top: 18px; max-width: 450px; }
  .hero-actions { gap: 20px; margin-top: 22px; }
  .hero-actions .button { min-width: 0; padding: 13px 22px; font-size: 14px; }
  .hero-actions .text-link { font-size: 13px; }
  .hero-product { top: 430px; left: calc(50% - 130px); }
  .floating-conversation { top: 538px; left: -16px; width: 292px; padding: 15px 17px; }
  .conversation-question .shrimp-avatar { display: block; }
  .conversation-question > span:last-child { font-size: 12px; padding: 12px; }
  .conversation-answer { margin: 9px 0 0; font-size: 14px; padding: 12px; }
  .conversation-dots { display: none; }
  .illustration-note { bottom: 4px; }
  .section-shell { padding-left: 20px; padding-right: 20px; }
  .app-section { padding-top: 80px; padding-bottom: 55px; }
  .section-intro { margin-bottom: 32px; }
  .section-intro h2 { font-size: 36px; }
  .section-intro p { font-size: 17px; margin-top: 17px; }
  .feature-grid { grid-template-columns: 1fr; gap: 20px; }
  .feature { grid-row: auto; grid-template-rows: auto 1fr; border-radius: 25px; padding: 30px 18px 0; }
  .feature::after { width: 220px; height: 220px; right: -95px; top: -100px; }
  .feature-kicker { margin-bottom: 11px; }
  .feature-copy h3 { font-size: 33px; }
  .feature-copy p { margin-bottom: 25px; }
  .results-preview, .ai-preview { min-height: 430px; padding: 0 16px 20px; border-radius: 23px 23px 0 0; }
  .preview-app-bar { min-height: 58px; }
  .preview-app-mark, .preview-app-mark.ai-mark { width: 108px; margin-right: 8px; }
  .preview-app-mark img { width: 108px; }
  .preview-sync { gap: 0; font-size: 0; }
  .preview-heading { align-items: center; }
  .preview-heading h4 { font-size: 22px; }
  .report-ready { display: inline-block; font-size: 9px; padding: 5px; }
  .report-row { grid-template-columns: 34px 1fr auto 9px; gap: 7px; }
  .report-row strong { font-size: 11px; }
  .report-filters button { font-size: 11px; padding: 8px 14px; min-height: 44px; }
  .ai-thread-label { font-size: 13px; }
  .assistant-message { font-size: 13px; }
  .source-reference { margin-left: 0; }
  .section-caption { font-size: 12px; padding: 0 10px; }
  .services-section { padding-top: 55px; padding-bottom: 55px; }
  .services-heading h2 { font-size: 37px; }
  .services-heading > p { font-size: 18px; }
  .services-heading { margin-bottom: 32px; }
  .service h3 { font-size: 21px; }
  .service summary { column-gap: 10px; grid-template-columns: 28px 1fr 22px; }
  .service-number { font-size: 16px; }
  .service summary > p { font-size: 14px; }
  .service-detail { margin: -5px 0 26px 38px; padding: 22px; font-size: 14px; }
  .service-actions { gap: 22px; flex-wrap: wrap; }
  .service-actions .button { font-size: 14px; padding: 13px 21px; }
  .service-actions > span { font-size: 14px; line-height: 1.5; }
  .pilot-section { padding-left: 12px; padding-right: 12px; }
  .pilot-panel { padding: 33px 22px 100px; border-radius: 25px; }
  .pilot-logo { width: 190px; margin-bottom: 24px; }
  .pilot-copy h2 { font-size: 37px; }
  .pilot-copy h3 { font-size: 19px; }
  .pilot-copy > p { font-size: 17px; }
  .pilot-copy .button { font-size: 14px; padding: 13px 22px; }
  .tablet-preview { border-width: 7px; min-height: 320px; border-radius: 20px; }
  .ap-app-shell { grid-template-columns: 1fr; min-height: 320px; }
  .ap-app-sidebar { display: none; }
  .ap-app-main { padding: 13px 11px; }
  .ap-pond-heading { grid-template-columns: 1fr auto; }
  .ap-pond-heading > p { display: none; }
  .ap-heading-actions b:last-child { display: none; }
  .ap-kpis { grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .ap-kpis > div { min-height: 62px; padding: 7px; }
  .ap-content-grid { grid-template-columns: 1fr; }
  .ap-mortality { display: none; }
  .closing { padding-top: 54px; padding-bottom: 45px; }
  .closing h2 { font-size: 35px; }
  .closing-actions { flex-direction: column; align-items: center; gap: 12px; }
  .closing-actions .button { min-width: 230px; font-size: 14px; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 22px; padding-top: 20px; }
  .footer-brand { max-width: 195px; }
  .site-footer nav { gap: 24px; flex-wrap: wrap; }
  .site-footer > p { font-size: 10px; }
  dialog { padding: 23px; border-radius: 22px; }
  dialog h2 { font-size: 27px; }
}
@media (max-width: 360px) {
  .brand { width: 127px; }
  .navigation { gap: 6px; padding: 11px; }
  .nav-cta { font-size: 10px; padding: 9px 10px; }
  .hero-product { top: 455px; }
  .hero { height: 1200px; }
  .report-ready { display: none; }
  .report-row { grid-template-columns: 34px 1fr 9px; }
}
/* Additions use the approved page's typography, colors and spacing. */
.eyebrow { color: var(--blue); font-size: 13px; font-weight: 600; margin: 0 0 20px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.brand, .footer-brand { display: inline-flex; align-items: center; min-height: 44px; }
.nav-links a, .site-footer nav a, .site-footer nav button { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; }
.icon-button { flex-shrink: 0; }
.testing-section { padding-top: 35px; padding-bottom: 65px; }
.testing-steps { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.testing-steps li { border-top: 1px solid var(--line); padding-top: 24px; }
.step-top { display: flex; align-items: center; justify-content: space-between; color: var(--blue); margin-bottom: 25px; }
.step-top > .icon { width: 30px; height: 30px; }
.step-top > span { font-size: 13px; }
.testing-steps h3 { font-size: 23px; letter-spacing: -.035em; line-height: 1.18; margin: 0 0 15px; max-width: 270px; }
.testing-steps p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0; max-width: 32ch; }
.service-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; margin: 0; }
.service-facts dt { color: var(--ink); font-size: 15px; font-weight: 600; margin-bottom: 7px; }
.service-facts dd { margin: 0; }
.service-enquiry { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 22px; margin-top: 26px; border-top: 1px solid #cbdced; }
.service-enquiry p { max-width: 48ch; margin: 0; font-size: 14px; }
.service-enquiry .text-link { flex-shrink: 0; }
.trust-section { padding-bottom: 80px; }
.trust-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 42px 64px; background: var(--mint); border-radius: var(--radius); padding: 55px 50px; }
.trust-intro h2, .faq-intro h2 { font-size: clamp(38px, 4vw, 60px); letter-spacing: -.05em; line-height: 1.02; margin: 0; }
.trust-intro > p:last-child { color: var(--muted); font-size: 20px; line-height: 1.5; max-width: 39ch; margin: 24px 0 0; }
.lab-photo { position: relative; min-height: 310px; margin: 0; border: 1px solid #c8ddd1; border-radius: 22px; overflow: hidden; background: #dfece6; box-shadow: 0 22px 42px -32px #173d2c80; }
.lab-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.lab-photo figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 15px 17px; border: 1px solid #dbe8e1; border-radius: 15px; background: #fbfefcf2; box-shadow: 0 12px 26px -20px #173d2c; }
.lab-photo strong { display: block; color: var(--ink); font-size: 18px; letter-spacing: -.025em; }
.lab-photo span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.trust-details { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-column: 1 / -1; gap: 32px; border-top: 1px solid #ccdfd4; padding-top: 32px; }
.trust-details h3 { font-size: 18px; letter-spacing: -.025em; margin: 0 0 12px; }
.trust-details p { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; }
.trust-panel > .text-link { justify-self: start; }
.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding-top: 110px; padding-bottom: 60px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.5; max-width: 30ch; margin: 24px 0 14px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 24px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 600; letter-spacing: -.02em; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 19px; height: 19px; color: var(--blue); }
.faq-list details[open] summary .icon { transform: rotate(90deg); }
.faq-list details p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0 40px 25px 0; }
.legal-notices { padding-bottom: 30px; color: var(--muted); font-size: 13px; }
.legal-notices summary { cursor: pointer; min-height: 44px; padding: 14px 0; }
.legal-notices details { border-top: 1px solid var(--line); }
.legal-notices p { line-height: 1.6; max-width: 75ch; margin: 0 0 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 24px 0; }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { display: block; font-size: 14px; font-weight: 600; line-height: 1.5; margin-bottom: 8px; }
.form-field label span { color: var(--muted); font-weight: 400; font-size: 12px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 46px; background: #fff; color: var(--ink); border: 1px solid #98abc3; border-radius: 10px; padding: 11px 12px; font-size: 16px; }
.form-field textarea { resize: vertical; }
.form-field select { padding-right: 24px; }
.form-field small { display: block; color: var(--muted); font-size: 12px; line-height: 1.5; margin-top: 7px; }
.form-field .field-error { color: #a12b24; font-size: 13px; margin: 8px 0 0; }
.form-field [aria-invalid='true'] { border-color: #a12b24; background: #fff8f7; }
.form-error-summary { color: #8a2821; background: #fff1ef; border: 1px solid #e5b4af; border-radius: 12px; padding: 13px 16px; font-size: 14px; }
.form-footnote { font-size: 12px; margin-bottom: 0; }
.enquiry-submit { width: 100%; }
.success-icon { display: grid; place-items: center; width: 54px; height: 54px; background: var(--mint); color: var(--green); border-radius: 50%; margin-bottom: 22px; }
.dialog-options button { min-height: 44px; }
@media (min-width: 601px) {
  .form-field:not(.form-field-wide) label { min-height: 42px; }
  .form-field:not(.form-field-wide) label span { display: block; }
}
@media (max-width: 1000px) {
  .testing-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 40px; }
  .testing-steps p { max-width: 45ch; }
  .test-menu { grid-template-columns: 1fr 1fr; }
  .test-menu-card.water-menu { grid-column: 1 / -1; }
  .test-menu-card.water-menu ul { columns: 2; column-gap: 34px; }
  .test-menu-card.water-menu li { break-inside: avoid; }
  .service-enquiry { flex-direction: column; align-items: flex-start; gap: 12px; }
  .trust-panel { gap: 32px; padding: 40px 32px; }
  .trust-details { grid-template-columns: 1fr 1fr; }
  .faq-section { gap: 40px; }
}
@media (max-width: 800px) {
  .faq-section { grid-template-columns: 1fr; padding-top: 75px; }
  .service-facts { gap: 25px; }
  .nav-links { gap: 13px; }
  .nav-cta { padding-left: 16px; padding-right: 16px; }
}
@media (max-width: 600px) {
  .brand { width: 133px; }
  .nav-cta { padding: 9px 12px; font-size: 11px; }
  .hero-actions { gap: 22px; }
  .testing-section { padding-top: 30px; padding-bottom: 30px; }
  .testing-steps { grid-template-columns: 1fr; gap: 0; margin-bottom: 10px; }
  .testing-steps li { padding: 23px 0; }
  .step-top { margin-bottom: 18px; }
  .testing-steps h3 { max-width: 100%; font-size: 22px; }
  .testing-steps h3 br { display: none; }
  .testing-steps p { font-size: 15px; }
  .test-menu { grid-template-columns: 1fr; gap: 14px; }
  .test-menu-card, .test-menu-card.water-menu { grid-column: auto; padding: 24px 21px; border-radius: 22px; }
  .test-menu-card header { min-height: 0; margin-bottom: 10px; }
  .test-menu-card h3 { font-size: 22px; }
  .test-menu-card.water-menu ul { columns: auto; }
  .care-callout { align-items: flex-start; flex-direction: column; gap: 22px; padding: 24px 21px; }
  .care-callout .button { width: 100%; }
  .service-facts { grid-template-columns: 1fr; }
  .service-detail { margin-left: 0; }
  .service-enquiry .text-link { font-size: 14px; }
  .trust-section { padding: 0 12px 40px; }
  .trust-panel { grid-template-columns: 1fr; padding: 32px 24px; border-radius: 25px; gap: 28px; }
  .trust-intro h2, .faq-intro h2 { font-size: 37px; }
  .trust-intro > p:last-child { font-size: 17px; }
  .lab-photo { min-height: 285px; }
  .lab-photo figcaption { left: 12px; right: 12px; bottom: 12px; }
  .trust-details { grid-template-columns: 1fr; gap: 25px; }
  .faq-section { gap: 30px; padding-top: 65px; padding-bottom: 20px; }
  .faq-list summary { font-size: 16px; }
  .faq-list details p { font-size: 15px; margin-right: 8px; }
  .form-grid { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 360px) {
  .brand { width: 111px; }
  .nav-cta { font-size: 10px; padding: 9px 10px; }
  .hero-actions .button { padding-left: 18px; padding-right: 18px; }
}

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