/*
Theme Name: SIWATER
Theme URI: https://siwater.id/
Author: SIWATER
Description: Clean block theme for SIWATER with a SaaS-style dashboard feel, rounded cards, water-inspired gradients, and templates for Home, Blog, Portofolio, About, and Contact.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siwater
Tags: block-patterns, block-styles, full-site-editing, responsive-layout, one-column, two-columns, wide-blocks
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --siwater-primary: #0cadef;
  --siwater-secondary: #089fcc;
  --siwater-background: #ffffff;
  --siwater-surface: rgba(255, 255, 255, 0.82);
  --siwater-surface-strong: #ffffff;
  --siwater-border: rgba(12, 173, 239, 0.16);
  --siwater-text: #0f172a;
  --siwater-muted: #475569;
  --siwater-shadow: 0 24px 60px rgba(11, 79, 110, 0.12);
  --siwater-shadow-soft: 0 12px 30px rgba(11, 79, 110, 0.08);
  --siwater-radius: 28px;
  --siwater-radius-sm: 18px;
  --siwater-shell: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--siwater-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: #ffffff;
}

body::before,
body::after {
  content: none;
}

a {
  color: var(--siwater-secondary);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
}

a:hover {
  color: var(--siwater-primary);
}

.wp-site-blocks {
  position: relative;
  z-index: 0;
}

.siwater-shell {
  width: var(--siwater-shell);
  margin-inline: auto;
  box-sizing: border-box;
}

.siwater-page-shell {
  width: var(--siwater-shell);
  margin-inline: auto;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-block: 0;
  box-sizing: border-box;
}

.siwater-site-header,
.siwater-site-footer,
.siwater-section,
.siwater-panel,
.siwater-card,
.siwater-map,
.siwater-contact-form,
.siwater-contact-card,
.siwater-testimonial,
.siwater-visual {
  backdrop-filter: blur(18px);
}

.siwater-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-top: 0;
  padding: 12px 18px;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: none;
}

.siwater-header-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.siwater-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--siwater-primary);
  text-decoration: none;
}

.siwater-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--siwater-primary);
}

.siwater-brand-mark svg {
  width: 100%;
  height: 100%;
}

.siwater-brand-copy {
  display: grid;
  gap: 2px;
}

.siwater-brand-copy strong {
  color: var(--siwater-text);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.siwater-brand-copy small {
  color: var(--siwater-muted);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.siwater-site-header .wp-block-navigation {
  justify-content: center;
  font-size: 0.95rem;
}

.siwater-site-header .wp-block-navigation a {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  color: var(--siwater-muted);
  font-weight: 600;
}

.siwater-site-header .wp-block-navigation a:hover,
.siwater-site-header .wp-block-navigation .current-menu-item > a {
  color: var(--siwater-primary);
  background: rgba(12, 173, 239, 0.08);
}

.siwater-site-header .wp-block-buttons {
  margin-left: auto;
}

.wp-block-button__link,
.wp-element-button,
.siwater-contact-form button,
.siwater-contact-form input[type="submit"] {
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(12, 173, 239, 0.18);
  background: linear-gradient(135deg, var(--siwater-primary), var(--siwater-secondary)) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  background: rgba(255, 255, 255, 0.82) !important;
  color: var(--siwater-secondary) !important;
  border-color: rgba(12, 173, 239, 0.18) !important;
  box-shadow: none;
}

.siwater-hero {
  position: relative;
  overflow: hidden;
  margin-top: clamp(20px, 4vw, 48px);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 36px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}


.siwater-hero-grid,
.siwater-split-grid,
.siwater-contact-grid,
.siwater-portfolio-grid {
  position: relative;
  display: grid !important;
  gap: clamp(18px, 3vw, 36px);
}

.siwater-hero-grid > .wp-block-column,
.siwater-split-grid > .wp-block-column,
.siwater-contact-grid > .wp-block-column,
.siwater-portfolio-grid > .wp-block-column {
  min-width: 0;
  padding: 0;
}

.siwater-hero-grid {
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
}

.siwater-split-grid,
.siwater-contact-grid,
.siwater-portfolio-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
}

.siwater-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(12, 173, 239, 0.22);
  border-radius: 999px;
  background: rgba(12, 173, 239, 0.03);
  color: var(--siwater-secondary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.siwater-hero h1,
.siwater-section h2,
.siwater-panel h2 {
  margin: 0;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.siwater-hero h1 {
  max-width: 8ch;
  font-size: clamp(2.9rem, 4.8vw, 4.6rem);
  line-height: 0.98;
}

.siwater-hero h1 .accent,
.siwater-section h2 .accent {
  color: var(--siwater-primary);
}

.siwater-lead {
  max-width: 38ch;
  margin-top: 18px;
  color: var(--siwater-muted);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.65;
}

.siwater-hero-actions,
.siwater-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.siwater-hero-points {
  display: none;
}

.siwater-mini-pill,
.siwater-stat,
.siwater-feature,
.siwater-chip,
.siwater-logomark,
.siwater-info-card,
.siwater-testimonial,
.siwater-contact-card,
.siwater-contact-form,
.siwater-map,
.siwater-section,
.siwater-panel {
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--siwater-radius);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.siwater-mini-pill {
  padding: 14px 16px;
}

.siwater-mini-pill strong,
.siwater-stat strong {
  display: block;
  color: var(--siwater-text);
  font-size: 1rem;
}

.siwater-mini-pill span,
.siwater-stat span,
.siwater-feature p,
.siwater-testimonial p,
.siwater-contact-card p,
.siwater-contact-form p {
  color: var(--siwater-muted);
}

.siwater-visual {
  position: relative;
  min-height: 560px;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 34px;
  background: #ffffff;
  overflow: hidden;
}

.siwater-visual::before,
.siwater-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.siwater-visual::before {
  inset: 20px 20px auto auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12, 173, 239, 0.09), rgba(12, 173, 239, 0));
  filter: blur(4px);
}

.siwater-visual::after {
  inset: auto -8% -12% auto;
  width: 280px;
  height: 180px;
  background: radial-gradient(circle at 30% 40%, rgba(12, 173, 239, 0.05), transparent 24%), radial-gradient(circle at 70% 30%, rgba(8, 159, 204, 0.05), transparent 24%);
  clip-path: polygon(0 100%, 18% 42%, 32% 52%, 48% 14%, 64% 44%, 82% 18%, 100% 56%, 100% 100%);
  opacity: 0.35;
}

.siwater-hero-laptop {
  position: relative;
  margin-top: 14px;
  min-height: 410px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, #f8fafc 0%, #eef6fb 100%);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
}

.siwater-hero-laptop::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, #ffffff, #fbfdff),
    radial-gradient(circle at 18% 22%, rgba(12, 173, 239, 0.08), transparent 18%),
    radial-gradient(circle at 82% 16%, rgba(8, 159, 204, 0.06), transparent 12%);
}

.siwater-hero-laptop::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -20px;
  height: 20px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.02));
  filter: blur(2px);
}

.siwater-badge-card {
  position: relative;
  z-index: 2;
  width: fit-content;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 24px rgba(15, 23, 42, 0.08);
}

.siwater-dashboard-card {
  position: absolute;
  inset: 18px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 24px rgba(15, 23, 42, 0.08);
}

.siwater-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: var(--siwater-text);
  font-weight: 800;
}

.siwater-dashboard-title {
  font-size: 0.95rem;
}

.siwater-dashboard-status {
  color: var(--siwater-primary);
}

.siwater-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.siwater-dashboard-metrics div {
  padding: 10px 12px;
  border-radius: 16px;
  background: #f8fbff;
}

.siwater-dashboard-metrics strong {
  display: block;
  color: var(--siwater-text);
  font-size: 1.2rem;
  font-weight: 800;
}

.siwater-dashboard-metrics span {
  display: block;
  color: var(--siwater-muted);
  font-size: 0.78rem;
}

.siwater-dashboard-chart {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 48%;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(12, 173, 239, 0.16), rgba(12, 173, 239, 0.05)),
    linear-gradient(90deg, rgba(15, 23, 42, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0 1px, transparent 1px 100%);
  background-size: auto, 46px 100%, 100% 46px;
  overflow: hidden;
}

.siwater-dashboard-chart::before {
  content: "";
  display: block;
  height: 100%;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(12, 173, 239, 0), rgba(12, 173, 239, 0.85), rgba(12, 173, 239, 0));
  clip-path: polygon(0 75%, 12% 72%, 24% 68%, 34% 74%, 47% 52%, 58% 56%, 70% 36%, 83% 42%, 100% 22%, 100% 100%, 0 100%);
  opacity: 0.9;
}

.siwater-phone-card {
  position: relative;
  width: 124px;
  height: 230px;
  margin-left: auto;
  margin-top: -84px;
  margin-right: 16px;
  border: 8px solid #d6e6f0;
  border-radius: 30px;
  background:
    linear-gradient(180deg, #f8fbff, #eef8fc);
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.12);
}

.siwater-phone-card::before {
  content: "";
  position: absolute;
  inset: 14px 11px 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 16%, rgba(12, 173, 239, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(12, 173, 239, 0.12), transparent 18%),
    linear-gradient(180deg, #ffffff, #f0faff);
}

.siwater-floating-card {
  position: relative;
  width: fit-content;
  margin-top: 12px;
  padding: 12px 14px;
}

.siwater-floating-card .value {
  display: block;
  color: var(--siwater-text);
  font-size: 1rem;
  font-weight: 800;
}

.siwater-floating-card .label {
  color: var(--siwater-muted);
  font-size: 0.82rem;
}

.siwater-badge-card {
  margin-bottom: 14px;
  width: fit-content;
}

.siwater-badge-card strong,
.siwater-badge-card span {
  display: block;
}

.siwater-feature-grid,
.siwater-stat-grid,
.siwater-logo-grid,
.siwater-testimonial-grid {
  display: grid !important;
}

.siwater-home-row {
  margin-top: clamp(16px, 3vw, 26px);
}

.siwater-home-heading {
  margin: 0 0 14px;
  color: var(--siwater-secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.siwater-feature-grid .siwater-feature,
.siwater-stat-grid .siwater-stat,
.siwater-logo-grid .siwater-info-card,
.siwater-testimonial-grid .siwater-testimonial {
  background: #ffffff;
}

.siwater-section,
.siwater-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 36px);
  margin-top: clamp(18px, 4vw, 32px);
}

.siwater-section::after,
.siwater-panel::after {
  content: "";
  position: absolute;
  inset: auto -6% -40% auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(12, 173, 239, 0.16), transparent 62%);
  pointer-events: none;
}

.siwater-section h2,
.siwater-panel h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.siwater-section .subtitle,
.siwater-panel .subtitle {
  max-width: 58ch;
  margin-top: 10px;
  color: var(--siwater-muted);
  line-height: 1.7;
}

.siwater-feature-grid,
.siwater-stat-grid,
.siwater-logo-grid,
.siwater-testimonial-grid,
.siwater-team-grid,
.siwater-contact-links {
  display: grid;
  gap: 16px;
}

.siwater-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.siwater-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.siwater-logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  margin-top: 0;
}

.siwater-testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.siwater-contact-grid {
  align-items: start;
}

.siwater-feature,
.siwater-stat,
.siwater-testimonial,
.siwater-contact-card,
.siwater-contact-form,
.siwater-map,
.siwater-info-card {
  padding: 18px;
}

.siwater-feature {
  min-height: 150px;
  text-align: center;
  padding-inline: 14px;
}

.siwater-feature .icon,
.siwater-stat .icon,
.siwater-contact-card .icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(12, 173, 239, 0.1);
  color: var(--siwater-primary);
  font-size: 1.1rem;
  font-weight: 800;
}

.siwater-stat {
  min-height: 140px;
  text-align: center;
}

.siwater-stat strong {
  margin-top: 6px;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
}

.siwater-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  color: var(--siwater-secondary);
  background: rgba(12, 173, 239, 0.05);
  font-size: 0.8rem;
  font-weight: 700;
}

.siwater-logo-grid .wp-block-site-logo,
.siwater-logo-grid img {
  width: 100%;
  max-width: 120px;
  filter: grayscale(0) opacity(0.88);
}

.siwater-info-card {
  display: grid;
  place-items: center;
  gap: 2px;
  min-height: 64px;
  padding: 10px 8px;
  border: 0;
  box-shadow: none;
  text-align: center;
}

.siwater-info-card strong,
.siwater-info-card span {
  display: block;
}

.siwater-info-card strong {
  color: var(--siwater-text);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.siwater-info-card span {
  color: var(--siwater-muted);
  font-size: 0.76rem;
}

.siwater-map {
  min-height: 430px;
  position: relative;
  background:
    radial-gradient(circle at 28% 34%, rgba(12, 173, 239, 0.2), transparent 12%),
    radial-gradient(circle at 52% 26%, rgba(12, 173, 239, 0.18), transparent 10%),
    radial-gradient(circle at 74% 42%, rgba(12, 173, 239, 0.2), transparent 10%),
    linear-gradient(180deg, #f9feff, #eefbff);
}

.siwater-map::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.05) 0 0),
    linear-gradient(150deg, rgba(12, 173, 239, 0.16), transparent 45%);
  clip-path: polygon(7% 72%, 12% 62%, 17% 66%, 22% 54%, 29% 58%, 34% 45%, 40% 52%, 46% 34%, 53% 40%, 61% 28%, 69% 36%, 76% 20%, 83% 38%, 90% 28%, 95% 48%, 92% 68%, 84% 72%, 72% 62%, 65% 76%, 53% 68%, 44% 80%, 34% 72%, 25% 82%, 14% 76%);
  opacity: 0.24;
}

.siwater-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 28%, rgba(12, 173, 239, 0.88) 0 5px, transparent 6px),
    radial-gradient(circle at 31% 50%, rgba(12, 173, 239, 0.88) 0 5px, transparent 6px),
    radial-gradient(circle at 48% 34%, rgba(12, 173, 239, 0.88) 0 5px, transparent 6px),
    radial-gradient(circle at 63% 58%, rgba(12, 173, 239, 0.88) 0 5px, transparent 6px),
    radial-gradient(circle at 82% 39%, rgba(12, 173, 239, 0.88) 0 5px, transparent 6px),
    radial-gradient(circle at 80% 65%, rgba(12, 173, 239, 0.88) 0 5px, transparent 6px);
  opacity: 0.78;
}

.siwater-contact-form {
  display: grid;
  gap: 14px;
}

.siwater-contact-form form,
.siwater-contact-form .form-grid {
  display: grid;
  gap: 14px;
}

.siwater-contact-form input,
.siwater-contact-form textarea,
.siwater-contact-form select {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--siwater-text);
  padding: 14px 16px;
  font: inherit;
  box-sizing: border-box;
}

.siwater-contact-form textarea {
  min-height: 156px;
  resize: vertical;
}

.siwater-contact-form label {
  display: grid;
  gap: 8px;
  color: var(--siwater-text);
  font-size: 0.95rem;
  font-weight: 700;
}

.siwater-contact-card {
  display: grid;
  gap: 16px;
}

.siwater-contact-card .contact-item {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.siwater-contact-card .contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.siwater-testimonial {
  display: grid;
  gap: 12px;
}

.siwater-testimonial blockquote {
  margin: 0;
  color: var(--siwater-text);
  font-size: 1.02rem;
  line-height: 1.7;
}

.siwater-testimonial cite {
  color: var(--siwater-muted);
  font-style: normal;
  font-size: 0.95rem;
}

.siwater-site-footer {
  margin: 28px auto 18px;
  padding: clamp(22px, 2.8vw, 34px);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 252, 255, 0.98));
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.siwater-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.8fr) minmax(180px, 0.85fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: start;
}

.siwater-footer-grid h3,
.siwater-footer-grid p {
  margin: 0;
}

.siwater-footer-grid h3 {
  color: var(--siwater-text);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.siwater-footer-grid > .wp-block-group:first-child p {
  max-width: 44ch;
  color: var(--siwater-muted);
  line-height: 1.7;
}

.siwater-footer-links {
  display: grid;
  gap: 6px;
  padding: 0;
  list-style: none;
}

.siwater-footer-links a {
  color: var(--siwater-muted);
  font-weight: 600;
  text-decoration: none;
}

.siwater-footer-links a:hover {
  color: var(--siwater-primary);
}

.siwater-footer-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.siwater-footer-cta .wp-block-button__link {
  padding: 0.72rem 1.05rem;
  box-shadow: none;
}

.siwater-site-footer .wp-block-group > p + p {
  margin-top: 8px;
}

.siwater-site-footer .wp-block-group > p {
  color: var(--siwater-muted);
  line-height: 1.7;
}

.siwater-site-footer .wp-block-group:last-child p {
  line-height: 1.55;
}

/* Final overrides: fixed header, fluid hero, denser buttons. */
:root {
  --siwater-header-offset: 65px;
}

body {
  padding-top: var(--siwater-header-offset);
}

.siwater-site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  width: 100%;
  max-width: none;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.siwater-page-shell > .siwater-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  border-radius: 0;
  min-height: calc(100vh - var(--siwater-header-offset));
}

.siwater-page-shell > .siwater-hero > .wp-block-columns {
  min-height: calc(100vh - var(--siwater-header-offset));
}

.wp-block-button__link,
.wp-element-button,
.siwater-contact-form button,
.siwater-contact-form input[type="submit"],
.siwater-footer-cta .wp-block-button__link {
  min-height: 40px;
  padding: 0.62rem 1rem;
  border-radius: 999px;
  font-size: 0.92rem;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(12, 173, 239, 0.14);
}

.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  box-shadow: none;
}

.siwater-site-header .wp-block-button__link {
  min-height: 38px;
  padding: 0.58rem 0.9rem;
}

@media (max-width: 760px) {
  :root {
    --siwater-header-offset: 76px;
  }

  body {
    padding-top: var(--siwater-header-offset);
  }

  .siwater-site-header {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .wp-block-button__link,
  .wp-element-button,
  .siwater-contact-form button,
  .siwater-contact-form input[type="submit"],
  .siwater-footer-cta .wp-block-button__link {
    min-height: 38px;
    padding: 0.58rem 0.92rem;
    font-size: 0.9rem;
  }

  .siwater-page-shell > .siwater-hero {
    min-height: calc(100vh - var(--siwater-header-offset));
  }
}

/* Hero wrapper: full-bleed background outside the content container. */
.siwater-hero-shell {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  overflow: hidden;
}

.siwater-hero-shell-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.92), rgba(255, 255, 255, 0.88)),
    url("assets/hero-bg.jpg") center top / cover no-repeat #ffffff;
}

.siwater-hero-shell-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.15) 55%, rgba(255, 255, 255, 0.45) 100%);
}

.siwater-hero-shell .siwater-hero {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100vw - 48px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) 0;
  background: transparent;
}

.siwater-hero-shell .siwater-hero-grid {
  align-items: center;
}

.siwater-hero-shell .siwater-visual {
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(8px);
}

/* Final visual tuning to match the reference more closely. */
.siwater-header-grid {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.siwater-site-header .wp-block-navigation {
  justify-content: flex-end;
}

.siwater-site-header .wp-block-navigation__container {
  justify-content: flex-end;
  width: 100%;
}

.siwater-site-header .wp-block-navigation .wp-block-navigation-item {
  flex: 0 0 auto;
}

.wp-block-button__link,
.wp-element-button,
.siwater-contact-form button,
.siwater-contact-form input[type="submit"],
.siwater-footer-cta .wp-block-button__link,
.siwater-site-header .wp-block-button__link {
  border-radius: 14px;
}

.siwater-site-header .wp-block-button__link {
  min-height: 38px;
  padding: 0.58rem 1rem;
  font-weight: 700;
}

.siwater-site-header .wp-block-buttons {
  margin-left: auto;
}

.siwater-hero-actions .wp-block-button__link {
  min-width: 0;
}

.siwater-stat-grid,
.siwater-feature-grid,
.siwater-logo-grid {
  gap: 12px;
}

.siwater-feature-grid > .siwater-feature,
.siwater-stat-grid > .siwater-stat,
.siwater-logo-grid > .siwater-info-card {
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.siwater-feature-grid > .siwater-feature,
.siwater-stat-grid > .siwater-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 132px;
}

.siwater-feature-grid > .siwater-feature .icon,
.siwater-stat-grid > .siwater-stat .icon,
.siwater-logo-grid > .siwater-info-card .icon {
  margin-bottom: 8px;
}

.siwater-stat-grid > .siwater-stat {
  padding: 16px 14px 14px;
}

.siwater-stat-value {
  order: 0;
  color: var(--siwater-primary);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 800;
  line-height: 1;
}

.siwater-stat-grid > .siwater-stat strong {
  order: 1;
  margin-top: 0;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 800;
}

.siwater-stat-grid > .siwater-stat span {
  order: 2;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--siwater-muted);
}

.siwater-logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.siwater-logo-grid > .siwater-info-card {
  min-height: 84px;
  gap: 6px;
}

.siwater-logo-grid > .siwater-info-card .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}

.siwater-logo-grid > .siwater-info-card strong {
  font-size: 0.8rem;
}

@media (max-width: 1100px) {
  .siwater-hero-shell .siwater-hero {
    width: min(100vw - 24px, 1440px);
  }
}

@media (max-width: 760px) {
  .siwater-hero-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .siwater-hero-shell .siwater-hero {
    width: min(100vw - 20px, 1440px);
    padding: 22px 0 24px;
  }

  .siwater-site-header .wp-block-navigation {
    justify-content: flex-start;
  }

  .siwater-site-header .wp-block-buttons {
    margin-left: 0;
  }
}

/* Final hero full-bleed override to ensure the background reaches the viewport edges. */
.siwater-page-shell > .siwater-hero-shell {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.siwater-page-shell > .siwater-hero-shell .siwater-hero {
  width: min(1440px, calc(100vw - 48px));
  margin-inline: auto;
}

@media (max-width: 1100px) {
  .siwater-page-shell > .siwater-hero-shell .siwater-hero {
    width: min(100vw - 24px, 1440px);
  }
}

@media (max-width: 760px) {
  .siwater-page-shell > .siwater-hero-shell .siwater-hero {
    width: min(100vw - 20px, 1440px);
  }
}

.siwater-page-content {
  padding: clamp(22px, 4vw, 36px);
}

.siwater-page-content > * + * {
  margin-top: 18px;
}

.siwater-query-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.siwater-post-card {
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.siwater-post-card .wp-block-post-featured-image {
  margin-bottom: 16px;
}

.siwater-post-card img {
  border-radius: 18px;
}

.siwater-post-card .wp-block-post-title {
  margin: 0;
  line-height: 1.15;
}

.siwater-post-card .wp-block-post-excerpt {
  color: var(--siwater-muted);
  line-height: 1.7;
}

.siwater-pagination {
  margin-top: 28px;
}

.siwater-crumbs {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.siwater-crumbs .siwater-chip {
  border: 1px solid rgba(12, 173, 239, 0.14);
}

.siwater-empty-state {
  padding: 28px;
  text-align: center;
  color: var(--siwater-muted);
}

@media (max-width: 1100px) {
  .siwater-header-grid,
  .siwater-hero-grid,
  .siwater-split-grid,
  .siwater-contact-grid,
  .siwater-portfolio-grid,
  .siwater-footer-grid {
    grid-template-columns: 1fr;
  }

  .siwater-site-header {
    border-radius: 28px;
  }

  .siwater-site-header .wp-block-navigation {
    justify-content: flex-start;
  }

  .siwater-site-header .wp-block-buttons {
    margin-left: 0;
  }

  .siwater-hero h1 {
    max-width: none;
  }

  .siwater-hero-points,
  .siwater-feature-grid,
  .siwater-stat-grid,
  .siwater-logo-grid,
  .siwater-testimonial-grid,
  .siwater-query-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .siwater-shell {
    width: min(100vw - 20px, 100%);
  }

  .siwater-page-shell,
  .siwater-site-footer {
    width: min(100vw - 20px, 100%);
  }

  .siwater-hero,
  .siwater-section,
  .siwater-panel,
  .siwater-page-content {
    padding: 18px;
    border-radius: 24px;
  }

  .siwater-hero-points,
  .siwater-feature-grid,
  .siwater-stat-grid,
  .siwater-logo-grid,
  .siwater-testimonial-grid,
  .siwater-query-grid,
  .siwater-hero-grid,
  .siwater-split-grid,
  .siwater-contact-grid,
  .siwater-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .siwater-visual {
    min-height: 420px;
  }
}

/* Home page overrides to match the screenshot more closely. */
.siwater-page-shell {
  padding-top: 0;
}

.siwater-site-header {
  margin-top: 0;
  padding: 16px 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  box-shadow: none;
}

.siwater-site-header .wp-block-navigation a {
  border-radius: 0;
  background: transparent;
  color: #1f2937;
  padding: 0.35rem 0.6rem;
}

.siwater-site-header .wp-block-navigation a:hover,
.siwater-site-header .wp-block-navigation .current-menu-item > a {
  background: transparent;
  color: var(--siwater-primary);
}

.siwater-hero {
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.siwater-hero-grid {
  gap: 8px;
  align-items: center;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.siwater-hero h1 {
  max-width: 8ch;
  font-size: clamp(2.85rem, 4.8vw, 4.7rem);
  line-height: 0.98;
}

.siwater-lead {
  max-width: 40ch;
  font-size: 0.98rem;
  line-height: 1.7;
}

.siwater-hero-actions {
  margin-top: 22px;
}

.siwater-hero-actions .wp-block-button__link {
  min-width: 154px;
  text-align: center;
}

.siwater-hero-grid > .wp-block-column:first-child {
  padding-top: 34px;
}

.siwater-visual {
  min-height: 540px;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.siwater-visual::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 100%;
  height: 215px;
  background:
    linear-gradient(180deg, rgba(240, 247, 252, 0.97), rgba(255, 255, 255, 0.96));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 79% 100%, 74% 82%, 67% 90%, 59% 68%, 52% 78%, 43% 54%, 35% 68%, 28% 44%, 20% 62%, 13% 36%, 7% 54%, 0 42%);
  z-index: 0;
}

.siwater-visual::after {
  content: "";
  position: absolute;
  left: -2%;
  bottom: 2px;
  width: 44%;
  height: 120px;
  background:
    radial-gradient(circle at 12% 72%, rgba(12, 173, 239, 0.16), transparent 14%),
    radial-gradient(circle at 26% 78%, rgba(12, 173, 239, 0.18), transparent 18%),
    radial-gradient(circle at 40% 66%, rgba(12, 173, 239, 0.12), transparent 16%);
  clip-path: polygon(0 100%, 0 62%, 10% 50%, 20% 66%, 30% 46%, 40% 64%, 50% 40%, 60% 58%, 70% 42%, 82% 60%, 92% 50%, 100% 64%, 100% 100%);
  z-index: 1;
}

.siwater-skyline {
  position: absolute;
  inset: 24px 24px auto;
  height: 195px;
  z-index: 0;
}

.siwater-skyline .cloud {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.siwater-skyline .cloud::before,
.siwater-skyline .cloud::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 999px;
  background: inherit;
}

.siwater-skyline .cloud-1 {
  top: 4px;
  right: 20%;
  width: 92px;
  height: 28px;
}

.siwater-skyline .cloud-1::before {
  width: 34px;
  height: 34px;
  left: 10px;
  top: -12px;
}

.siwater-skyline .cloud-1::after {
  width: 28px;
  height: 28px;
  left: 44px;
  top: -10px;
}

.siwater-skyline .cloud-2 {
  top: 22px;
  right: 36%;
  width: 68px;
  height: 22px;
  opacity: 0.8;
}

.siwater-skyline .cloud-2::before {
  width: 28px;
  height: 28px;
  left: 6px;
  top: -10px;
}

.siwater-skyline .cloud-2::after {
  width: 22px;
  height: 22px;
  left: 30px;
  top: -8px;
}

.siwater-skyline .stack {
  position: absolute;
  bottom: 0;
  width: 16px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #b9c4cd, #8b99a7);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.siwater-skyline .stack::before,
.siwater-skyline .stack::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.siwater-skyline .stack::before {
  top: -20px;
  height: 8px;
}

.siwater-skyline .stack::after {
  top: -32px;
  height: 10px;
}

.siwater-skyline .stack-1 {
  left: 16%;
  height: 124px;
}

.siwater-skyline .stack-2 {
  left: 43%;
  width: 20px;
  height: 166px;
}

.siwater-skyline .stack-3 {
  right: 12%;
  width: 18px;
  height: 142px;
}

.siwater-hero-laptop {
  position: relative;
  z-index: 2;
  margin-top: 72px;
  margin-left: 18px;
  min-height: 320px;
  width: min(100%, 620px);
  border-radius: 26px;
  background: linear-gradient(180deg, #f7fafc, #eef5fb);
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.15);
}

.siwater-hero-laptop::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, #ffffff, #fbfdff),
    radial-gradient(circle at 18% 22%, rgba(12, 173, 239, 0.08), transparent 18%),
    radial-gradient(circle at 82% 16%, rgba(8, 159, 204, 0.06), transparent 12%);
}

.siwater-hero-laptop::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: -18px;
  height: 18px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0.03));
  filter: blur(2px);
}

.siwater-badge-card {
  position: relative;
  z-index: 3;
  width: fit-content;
  margin: 4px 0 0;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 20px rgba(15, 23, 42, 0.08);
}

.siwater-dashboard-card {
  position: absolute;
  inset: 16px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(90deg, #10233f 0 27%, #ffffff 27% 100%);
  box-shadow: 0 16px 22px rgba(15, 23, 42, 0.08);
}

.siwater-dashboard-sidebar {
  position: absolute;
  inset: 0 auto 0 0;
  width: 27%;
  padding: 16px 12px;
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, #10233f 0%, #0d1b31 100%);
}

.siwater-dashboard-sidebar .sidebar-brand {
  width: 82%;
  height: 18px;
  margin-bottom: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.48));
}

.siwater-dashboard-sidebar .sidebar-item {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.siwater-dashboard-sidebar .sidebar-item.active {
  height: 12px;
  background: linear-gradient(90deg, rgba(12, 173, 239, 0.98), rgba(12, 173, 239, 0.42));
}

.siwater-dashboard-main {
  position: relative;
  margin-left: 27%;
  height: 100%;
  padding: 16px 16px 14px;
  background: #ffffff;
}

.siwater-dashboard-main .siwater-dashboard-head {
  margin-bottom: 12px;
}

.siwater-dashboard-main .siwater-dashboard-metrics {
  gap: 10px;
}

.siwater-dashboard-main .siwater-dashboard-metrics div {
  padding: 8px 10px;
  border-radius: 12px;
}

.siwater-dashboard-main .siwater-dashboard-chart {
  left: 16px;
  right: 16px;
  bottom: 14px;
}

.siwater-phone-card {
  position: relative;
  z-index: 4;
  width: 124px;
  height: 230px;
  margin-left: auto;
  margin-top: -86px;
  margin-right: 18px;
  border: 8px solid #d6e6f0;
  border-radius: 30px;
  background: linear-gradient(180deg, #f8fbff, #eef8fc);
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.12);
}

.siwater-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.siwater-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.siwater-logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.siwater-feature,
.siwater-stat,
.siwater-info-card {
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.siwater-feature {
  min-height: 128px;
  text-align: center;
  padding: 18px 16px 16px;
}

.siwater-feature .icon,
.siwater-stat .icon,
.siwater-contact-card .icon {
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: rgba(12, 173, 239, 0.08);
  font-size: 0.98rem;
}

.siwater-feature h3,
.siwater-stat strong {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 0.95rem;
  font-weight: 800;
}

.siwater-feature p,
.siwater-stat span {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.45;
}

.siwater-stat {
  min-height: 122px;
  text-align: center;
  padding: 18px 14px 16px;
}

.siwater-stat .icon {
  margin-bottom: 8px;
}

.siwater-stat strong {
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  color: var(--siwater-primary);
}

.siwater-home-heading {
  margin: 0 0 12px;
  color: var(--siwater-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.siwater-logo-grid .siwater-info-card {
  min-height: 54px;
  padding: 10px 8px;
  border: 0;
  box-shadow: none;
}

.siwater-logo-grid .siwater-info-card:nth-child(1) { color: #f5c300; }
.siwater-logo-grid .siwater-info-card:nth-child(2) { color: #0b63ce; }
.siwater-logo-grid .siwater-info-card:nth-child(3) { color: #0e57ad; }
.siwater-logo-grid .siwater-info-card:nth-child(4) { color: #1f9f78; }
.siwater-logo-grid .siwater-info-card:nth-child(5) { color: #d48728; }

.siwater-info-card strong {
  color: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
}

.siwater-info-card span {
  color: rgba(15, 23, 42, 0.65);
  font-size: 0.72rem;
}

.siwater-home-row {
  margin-top: 22px;
}

@media (max-width: 760px) {
  .siwater-site-header {
    padding: 14px 0 12px;
  }

  .siwater-hero-grid {
    gap: 18px;
  }

  .siwater-hero-grid > .wp-block-column:first-child {
    padding-top: 0;
  }

  .siwater-visual {
    min-height: 430px;
  }

  .siwater-hero-laptop {
    margin-top: 68px;
    margin-left: 0;
    width: 100%;
  }

  .siwater-dashboard-sidebar {
    width: 29%;
  }

  .siwater-dashboard-main {
    margin-left: 29%;
  }
}

/* Final home visual pass. */
.siwater-shell,
.siwater-page-shell {
  width: min(1440px, calc(100vw - 48px));
}

.siwater-page-shell {
  padding-block: 0 44px;
}

.siwater-hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
}

.siwater-hero-grid > .wp-block-column:first-child {
  padding-top: 12px;
}

.siwater-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.2rem, 3vw, 3.25rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.siwater-lead {
  max-width: 37ch;
  font-size: 0.9rem;
  line-height: 1.6;
}

.siwater-hero-actions {
  margin-top: 16px;
}

.siwater-hero-actions .wp-block-button__link {
  min-width: 150px;
  padding: 0.78rem 1.12rem;
}

.siwater-visual {
  min-height: 460px;
}

.siwater-visual-clouds {
  position: absolute;
  inset: 18px 24px auto auto;
  width: 260px;
  height: 70px;
  background:
    radial-gradient(circle at 18px 42px, rgba(255, 255, 255, 0.96) 0 16px, transparent 17px),
    radial-gradient(circle at 54px 28px, rgba(255, 255, 255, 0.96) 0 18px, transparent 19px),
    radial-gradient(circle at 92px 38px, rgba(255, 255, 255, 0.96) 0 18px, transparent 19px),
    radial-gradient(circle at 150px 22px, rgba(255, 255, 255, 0.96) 0 22px, transparent 23px),
    radial-gradient(circle at 190px 36px, rgba(255, 255, 255, 0.96) 0 18px, transparent 19px);
  opacity: 0.92;
}

.siwater-visual-skyline {
  position: absolute;
  inset: 48px 0 auto 0;
  height: 160px;
  background:
    radial-gradient(circle at 28% 100%, rgba(176, 186, 198, 0.95) 0 8px, transparent 9px),
    radial-gradient(circle at 52% 100%, rgba(176, 186, 198, 0.95) 0 8px, transparent 9px),
    radial-gradient(circle at 82% 100%, rgba(176, 186, 198, 0.95) 0 8px, transparent 9px),
    linear-gradient(180deg, transparent 0 60%, rgba(193, 208, 220, 0.4) 60% 100%);
  clip-path: polygon(0 55%, 10% 64%, 19% 54%, 26% 68%, 35% 50%, 45% 70%, 54% 52%, 63% 66%, 74% 44%, 82% 60%, 91% 50%, 100% 64%, 100% 100%, 0 100%);
  opacity: 0.58;
}

.siwater-visual-copycard {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 42px;
  width: 300px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.siwater-visual-copycard strong,
.siwater-visual-copycard span {
  display: block;
}

.siwater-visual-copycard strong {
  color: var(--siwater-text);
  font-size: 0.95rem;
  line-height: 1.2;
}

.siwater-visual-copycard span {
  margin-top: 6px;
  color: var(--siwater-text);
  font-size: 0.88rem;
}

.siwater-placeholder-card {
  position: absolute;
  z-index: 2;
  left: 60px;
  right: 22px;
  top: 126px;
  height: 286px;
  padding: 12px;
  border-radius: 26px;
  background: linear-gradient(180deg, #f9fbff, #eef5fb);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.placeholder-screen {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.placeholder-topbar {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.placeholder-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(12, 173, 239, 0.16);
}

.placeholder-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.placeholder-metrics div {
  padding: 8px 10px;
  border-radius: 14px;
  background: #f5f9ff;
}

.placeholder-metrics strong {
  display: block;
  color: var(--siwater-text);
  font-size: 1rem;
}

.placeholder-metrics span {
  display: block;
  color: var(--siwater-muted);
  font-size: 0.72rem;
}

.placeholder-chart {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 150px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(12, 173, 239, 0.18), rgba(12, 173, 239, 0.05)),
    linear-gradient(90deg, rgba(15, 23, 42, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0 1px, transparent 1px 100%);
  background-size: auto, 44px 100%, 100% 44px;
  overflow: hidden;
}

.placeholder-chart::before {
  content: "";
  display: block;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(12, 173, 239, 0), rgba(12, 173, 239, 0.72), rgba(12, 173, 239, 0));
  clip-path: polygon(0 78%, 13% 76%, 24% 72%, 35% 74%, 48% 54%, 60% 58%, 71% 40%, 83% 46%, 100% 30%, 100% 100%, 0 100%);
}

.siwater-placeholder-phone {
  position: absolute;
  z-index: 3;
  right: 40px;
  bottom: 10px;
  width: 126px;
  height: 228px;
  border: 8px solid #d8e7f2;
  border-radius: 30px;
  background: linear-gradient(180deg, #f9fcff, #eef7fd);
  box-shadow: 0 18px 28px rgba(15, 23, 42, 0.12);
}

.siwater-placeholder-phone::before {
  content: "";
  position: absolute;
  inset: 14px 12px 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 15%, rgba(12, 173, 239, 0.16), transparent 18%),
    linear-gradient(180deg, #ffffff, #f2f9ff);
}

.siwater-feature-grid {
  gap: 10px;
  margin-top: 18px;
}

.siwater-feature {
  min-height: 112px;
  padding: 16px 14px 14px;
}

.siwater-stat-grid {
  gap: 10px;
}

.siwater-stat {
  min-height: 104px;
  padding: 16px 12px 14px;
}

.siwater-logo-grid {
  gap: 10px;
}

.siwater-logo-grid .siwater-info-card {
  min-height: 48px;
  padding: 8px 6px;
}

.siwater-visual::before,
.siwater-visual::after {
  content: none;
}

@media (max-width: 1100px) {
  .siwater-hero-grid {
    grid-template-columns: 1fr;
  }

  .siwater-hero-grid > .wp-block-column:first-child {
    padding-top: 0;
  }

  .siwater-visual {
    min-height: 440px;
  }

  .siwater-placeholder-card {
    right: 18px;
    left: 18px;
  }

  .siwater-placeholder-phone {
    right: 24px;
  }
}

@media (max-width: 760px) {
  .siwater-hero h1 {
    max-width: 9ch;
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .siwater-lead {
    max-width: 100%;
  }

  .siwater-visual {
    min-height: 380px;
  }

  .siwater-visual-copycard {
    left: 16px;
    right: 16px;
    width: auto;
  }

  .siwater-placeholder-card {
    top: 118px;
    left: 14px;
    right: 14px;
    height: 248px;
  }

  .siwater-placeholder-phone {
    width: 112px;
    height: 206px;
    right: 18px;
    bottom: 8px;
  }

  .placeholder-metrics {
    gap: 8px;
  }

  .siwater-feature-grid,
  .siwater-stat-grid,
  .siwater-logo-grid {
    grid-template-columns: 1fr;
  }
}

.siwater-site-header .wp-block-site-logo {
  margin: 0;
}

.siwater-site-header .wp-block-site-logo img {
  display: block;
  width: auto;
  max-width: min(300px, 100%);
  max-height: 56px;
  object-fit: contain;
}

/* Full-bleed enforcement. */
.siwater-shell,
.siwater-page-shell,
.siwater-site-header {
  width: 100%;
  max-width: none;
}

.siwater-shell,
.siwater-page-shell {
  padding-inline: 0;
}

.siwater-site-header {
  padding-inline: clamp(16px, 2.5vw, 40px);
}

.siwater-page-shell {
  padding-top: 0;
}

/* Final full-screen hero enforcement. */
.siwater-page-shell > .siwater-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-block-start: 0;
  min-height: calc(100vh - 88px);
}

.siwater-page-shell > .siwater-hero > .wp-block-columns {
  min-height: calc(100vh - 88px);
  align-items: center;
}

/* Full-width final pass and raster hero background. */
.siwater-shell,
.siwater-page-shell {
  width: 100%;
  max-width: none;
  padding-inline: 0;
  box-sizing: border-box;
}

.siwater-page-shell {
  padding-top: 0;
  padding-bottom: 0;
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.siwater-site-header {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 16px clamp(20px, 4vw, 72px) 14px;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  box-shadow: none;
}

.siwater-hero {
  margin-top: 0;
  padding: clamp(24px, 4vw, 56px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    url("assets/hero-bg.jpg") center top / cover no-repeat #ffffff;
}

.siwater-hero-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 4vw, 56px);
}

.siwater-hero-grid > .wp-block-column:first-child {
  padding-top: 0;
}

.siwater-hero h1 {
  max-width: 8.4ch;
  font-size: clamp(1.85rem, 2.35vw, 2.7rem);
  line-height: 0.93;
  letter-spacing: -0.06em;
}

.siwater-lead {
  max-width: 37ch;
  font-size: 0.86rem;
  line-height: 1.62;
}

.siwater-hero-actions {
  margin-top: 16px;
}

.siwater-hero-actions .wp-block-button__link {
  min-width: 150px;
  padding: 0.78rem 1.12rem;
}

.siwater-visual {
  min-height: 470px;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.siwater-visual::before,
.siwater-visual::after,
.siwater-visual-clouds,
.siwater-visual-skyline {
  display: none;
}
.siwater-visual-copycard {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 28px;
  width: 330px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.siwater-placeholder-card {
  position: absolute;
  z-index: 2;
  left: 8px;
  right: 18px;
  top: 120px;
  height: 290px;
  padding: 12px;
  border-radius: 26px;
  background: linear-gradient(180deg, #f9fbff, #eef5fb);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.siwater-placeholder-phone {
  right: 12px;
  bottom: 12px;
  width: 126px;
  height: 228px;
}

.siwater-feature-grid {
  gap: 10px;
  margin-top: 18px;
}

.siwater-feature {
  min-height: 112px;
  padding: 16px 14px 14px;
}

.siwater-stat-grid {
  gap: 10px;
}

.siwater-stat {
  min-height: 104px;
  padding: 16px 12px 14px;
}

.siwater-logo-grid {
  gap: 10px;
}

.siwater-logo-grid .siwater-info-card {
  min-height: 48px;
  padding: 8px 6px;
}

.siwater-section,
.siwater-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-inline: 0;
}

.siwater-section::after,
.siwater-panel::after {
  content: none;
}

.siwater-home-row {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .siwater-hero {
    background-position: center top;
  }

  .siwater-hero-grid {
    grid-template-columns: 1fr;
  }

  .siwater-hero-grid > .wp-block-column:first-child {
    padding-top: 0;
  }

  .siwater-visual {
    min-height: 420px;
  }

  .siwater-placeholder-card {
    left: 0;
    right: 0;
  }
}

@media (max-width: 760px) {
  .siwater-shell,
  .siwater-page-shell,
  .siwater-site-header {
    padding-inline: 18px;
  }

  .siwater-hero {
    padding-top: 28px;
  }

  .siwater-hero h1 {
    max-width: 10ch;
    font-size: clamp(1.75rem, 10vw, 2.35rem);
  }

  .siwater-lead {
    max-width: 100%;
  }

  .siwater-visual {
    min-height: 380px;
  }

  .siwater-visual-copycard {
    left: 14px;
    right: 14px;
    width: auto;
  }

  .siwater-placeholder-card {
    top: 112px;
    left: 0;
    right: 0;
    height: 246px;
  }

  .siwater-placeholder-phone {
    width: 112px;
    height: 206px;
    right: 14px;
    bottom: 10px;
  }

  .placeholder-metrics {
    gap: 8px;
  }

  .siwater-feature-grid,
  .siwater-stat-grid,
  .siwater-logo-grid {
    grid-template-columns: 1fr;
  }
}

/* Force hero title to use the manual line breaks from the template. */
.siwater-hero h1 {
  max-width: none !important;
  width: auto;
}

.siwater-brand {
  text-decoration: none;
}

.siwater-brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.siwater-mini-pill {
  display: grid;
  gap: 6px;
}

.siwater-mini-pill strong {
  color: var(--siwater-text);
  font-size: 0.98rem;
  font-weight: 800;
}

.siwater-mini-pill span {
  color: var(--siwater-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.siwater-post-card--split {
  display: grid;
  grid-template-columns: minmax(210px, 240px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

@media (max-width: 760px) {
  .siwater-post-card--split {
    grid-template-columns: 1fr;
  }
}

.siwater-query-grid.siwater-query-grid--blog {
  grid-template-columns: 1fr;
}

.siwater-testimonial-grid.siwater-testimonial-grid--stack {
  grid-template-columns: 1fr;
}

.siwater-post-thumb {
  min-height: 170px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(12, 173, 239, 0.18), rgba(12, 173, 239, 0.05)),
    linear-gradient(135deg, #0f172a 0 18%, #ffffff 18% 100%);
  position: relative;
  overflow: hidden;
}

.siwater-post-thumb::before,
.siwater-post-thumb::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.siwater-thumb-dashboard::before {
  left: 12px;
  right: 12px;
  top: 14px;
  height: 34px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 34%, rgba(255, 255, 255, 0.84) 34% 100%);
}

.siwater-thumb-dashboard::after {
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 56px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68));
}

.siwater-thumb-book {
  background:
    linear-gradient(135deg, #0b63ce 0 18%, #ffffff 18% 100%),
    linear-gradient(180deg, rgba(12, 173, 239, 0.18), rgba(12, 173, 239, 0.05));
}

.siwater-thumb-book::before {
  left: 18px;
  top: 22px;
  width: 110px;
  height: 120px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
  transform: rotate(-8deg);
}

.siwater-thumb-engineer {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.02)),
    linear-gradient(135deg, #edf7fd 0 40%, #0cadef 40% 100%);
}

.siwater-thumb-engineer::before {
  left: 18px;
  right: 18px;
  bottom: 16px;
  height: 48px;
  border-radius: 999px 999px 18px 18px;
  background: rgba(255, 255, 255, 0.78);
}

.siwater-post-body {
  display: grid;
  align-content: start;
  gap: 10px;
}

.siwater-post-body h3 {
  margin: 0;
  color: var(--siwater-text);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.25;
}

.siwater-post-body p {
  margin: 0;
  color: var(--siwater-muted);
  line-height: 1.7;
}

.siwater-post-meta {
  color: var(--siwater-muted);
  font-size: 0.9rem;
}

.siwater-post-meta a {
  color: var(--siwater-primary);
  font-weight: 700;
  text-decoration: none;
}

.siwater-map-label {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.siwater-map-label strong {
  color: var(--siwater-text);
  font-size: 0.95rem;
}

.siwater-map-label span {
  color: var(--siwater-muted);
  font-size: 0.8rem;
}

.siwater-contact-card .contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
}

.siwater-contact-card .contact-item .icon {
  grid-row: 1 / span 2;
}

.siwater-contact-card .contact-item strong {
  align-self: end;
  color: var(--siwater-text);
  font-size: 0.95rem;
}

.siwater-contact-card .contact-item span:last-child {
  color: var(--siwater-muted);
}

.siwater-user-list,
.siwater-summary-list,
.siwater-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.siwater-user-list li,
.siwater-summary-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.siwater-user-list li + li,
.siwater-summary-list li + li,
.siwater-check-list li + li {
  margin-top: 10px;
}

.siwater-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--siwater-muted);
  line-height: 1.6;
}

.siwater-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(12, 173, 239, 0.1);
  color: var(--siwater-primary);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}

.siwater-summary-list strong {
  color: var(--siwater-primary);
  font-size: 1rem;
}

.siwater-feature .icon svg,
.siwater-stat .icon svg,
.siwater-contact-card .icon svg {
  width: 1.05em;
  height: 1.05em;
}

.siwater-contact-card .icon {
  font-size: 0.92rem;
}

/* Final spacing polish for cleaner page rhythm. */
.siwater-page-shell {
  width: min(1440px, calc(100vw - 48px));
  margin-inline: auto;
  padding: 0 0 44px;
  box-sizing: border-box;
}

.siwater-page-shell > .siwater-hero {
  width: 100%;
  margin-inline: 0;
}

.siwater-page-shell > :not(.siwater-hero) {
  width: min(1280px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
}

.siwater-page-shell > .siwater-section,
.siwater-page-shell > .siwater-panel,
.siwater-page-shell > .siwater-home-row,
.siwater-page-shell > .siwater-feature-grid,
.siwater-page-shell > .wp-block-columns.siwater-contact-grid,
.siwater-page-shell > .wp-block-columns.siwater-portfolio-grid {
  margin-top: clamp(18px, 2.4vw, 30px);
}

.siwater-section,
.siwater-panel {
  padding: clamp(24px, 2.8vw, 36px);
}

.siwater-section > :not(:first-child),
.siwater-panel > :not(:first-child) {
  margin-top: 16px;
}

.siwater-section h2,
.siwater-panel h2 {
  margin-bottom: 4px;
}

.siwater-section .subtitle,
.siwater-panel .subtitle {
  max-width: 72ch;
}

.siwater-home-row {
  padding: 0;
}

.siwater-contact-form,
.siwater-contact-card,
.siwater-map,
.siwater-post-card,
.siwater-feature,
.siwater-stat,
.siwater-testimonial,
.siwater-info-card {
  padding: clamp(16px, 1.6vw, 22px);
}

.siwater-post-card--split {
  padding: clamp(16px, 1.6vw, 22px);
}

.siwater-map-label {
  left: 20px;
  top: 20px;
}

.siwater-query-grid {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .siwater-page-shell {
    width: min(100vw - 24px, 1440px);
  }

  .siwater-page-shell > :not(.siwater-hero) {
    width: 100%;
  }

  .siwater-section,
  .siwater-panel {
    padding: clamp(20px, 2.8vw, 28px);
  }
}

@media (max-width: 760px) {
  .siwater-page-shell {
    width: min(100vw - 20px, 1440px);
    padding-bottom: 32px;
  }

  .siwater-page-shell > .siwater-section,
  .siwater-page-shell > .siwater-panel,
  .siwater-page-shell > .siwater-home-row,
  .siwater-page-shell > .siwater-feature-grid,
  .siwater-page-shell > .wp-block-columns.siwater-contact-grid,
  .siwater-page-shell > .wp-block-columns.siwater-portfolio-grid {
    margin-top: 16px;
  }

  .siwater-section,
  .siwater-panel {
    padding: 18px;
  }

  .siwater-contact-form,
  .siwater-contact-card,
  .siwater-map,
  .siwater-post-card,
  .siwater-feature,
  .siwater-stat,
  .siwater-testimonial,
  .siwater-info-card {
    padding: 16px;
  }

  .siwater-site-footer {
    padding: 18px;
    margin-top: 20px;
    border-radius: 22px;
  }

  .siwater-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .siwater-footer-cta .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}

/* Uniform home cards. */
.siwater-feature-grid > .siwater-feature,
.siwater-stat-grid > .siwater-stat,
.siwater-logo-grid > .siwater-info-card {
  box-sizing: border-box;
  height: 100%;
}

.siwater-feature-grid > .siwater-feature,
.siwater-stat-grid > .siwater-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 138px;
}

.siwater-stat-grid > .siwater-stat {
  min-height: 128px;
}

.siwater-feature-grid > .siwater-feature .icon,
.siwater-stat-grid > .siwater-stat .icon {
  margin-bottom: 2px;
  flex: 0 0 auto;
}

.siwater-feature-grid > .siwater-feature h3,
.siwater-stat-grid > .siwater-stat strong {
  margin: 0;
  line-height: 1.25;
}

.siwater-feature-grid > .siwater-feature p,
.siwater-stat-grid > .siwater-stat span {
  margin: 0;
  line-height: 1.5;
}

.siwater-logo-grid > .siwater-info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  gap: 4px;
}

.siwater-logo-grid > .siwater-info-card strong {
  line-height: 1.15;
}

.siwater-logo-grid > .siwater-info-card span {
  line-height: 1.2;
}

/* SaaS-style header and hero refinement. */
.siwater-site-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}

.siwater-header-grid {
  gap: 12px;
}

.siwater-site-header .siwater-brand {
  gap: 10px;
}

.siwater-site-header .siwater-brand-mark {
  width: 30px;
  height: 30px;
}

.siwater-site-header .siwater-brand-copy strong {
  font-size: 0.92rem;
  letter-spacing: -0.04em;
}

.siwater-site-header .siwater-brand-copy small {
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}

.siwater-site-header .wp-block-navigation {
  justify-content: center;
}

.siwater-site-header .wp-block-navigation a {
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #334155;
}

.siwater-site-header .wp-block-navigation a:hover,
.siwater-site-header .wp-block-navigation .current-menu-item > a {
  background: rgba(12, 173, 239, 0.08);
  color: var(--siwater-primary);
}

.siwater-site-header .wp-block-buttons {
  margin-left: 0;
}

.siwater-site-header .wp-block-button__link {
  min-height: 36px;
  padding: 0.54rem 0.88rem;
  font-size: 0.88rem;
}

.siwater-site-header .wp-block-button__link:hover {
  transform: translateY(-1px);
}

.siwater-hero {
  padding-top: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(28px, 4vw, 56px);
}

.siwater-page-shell > .siwater-hero > .wp-block-columns {
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}

.siwater-hero-grid > .wp-block-column:first-child {
  max-width: 640px;
}

.siwater-hero h1 {
  max-width: 9.5ch;
  font-size: clamp(2.35rem, 4.2vw, 4.4rem);
  line-height: 0.94;
}

.siwater-lead {
  max-width: 36ch;
  margin-top: 16px;
  font-size: clamp(0.94rem, 1.05vw, 1.03rem);
  line-height: 1.68;
}

.siwater-hero-actions {
  margin-top: 18px;
  gap: 10px;
}

.siwater-hero-actions .wp-block-button__link {
  min-width: 136px;
}

.siwater-hero-grid > .wp-block-column:last-child {
  display: flex;
  justify-content: flex-end;
}

.siwater-visual {
  width: min(100%, 720px);
}

@media (max-width: 1100px) {
  .siwater-site-header .wp-block-navigation {
    justify-content: flex-start;
  }

  .siwater-hero-grid > .wp-block-column:first-child {
    max-width: none;
  }

  .siwater-hero-grid > .wp-block-column:last-child {
    justify-content: flex-start;
  }

  .siwater-visual {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .siwater-site-header {
    padding-inline: 14px;
  }

  .siwater-site-header .wp-block-navigation {
    gap: 2px;
  }

  .siwater-site-header .wp-block-navigation a {
    padding: 0.22rem 0.46rem;
    font-size: 0.8rem;
  }

  .siwater-site-header .wp-block-button__link {
    min-height: 34px;
    padding: 0.48rem 0.76rem;
    font-size: 0.82rem;
  }

  .siwater-hero {
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .siwater-hero-grid {
    gap: 16px;
  }

  .siwater-hero h1 {
    max-width: 10ch;
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .siwater-lead {
    max-width: 100%;
    margin-top: 12px;
  }

  .siwater-hero-actions {
    margin-top: 14px;
  }

  .siwater-hero-actions .wp-block-button__link {
    min-width: 0;
    width: auto;
  }
}

/* Hard override for header nav alignment. */
.siwater-site-header .wp-block-navigation,
.siwater-site-header .wp-block-navigation.is-content-justification-right {
  justify-content: flex-end !important;
}

.siwater-site-header .wp-block-navigation__container,
.siwater-site-header .wp-block-navigation__responsive-container-content {
  justify-content: flex-end !important;
  width: 100%;
}

.siwater-site-header .wp-block-navigation-item {
  flex: 0 0 auto;
}
