@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800&display=swap");

/* Hydro University Our Story. All page rules are wrapper-scoped. */
.hydrou-story-page {
  --story-blue: #214f92;
  --story-blue-deep: #071b52;
  --story-white: #ffffff;
  --story-ink: #181818;
  --story-shell: 1036px;
  --story-pad: clamp(20px, 4.4vw, 60px);
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  min-width: 0;
  margin: 0 0 0 -50vw;
  overflow: hidden;
  background: var(--story-white);
  color: var(--story-ink);
  font-family: Heebo, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.46;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}.hydrou-story-page,
.hydrou-story-page * { box-sizing: border-box; }.hydrou-story-page img,
.hydrou-story-page svg { display: block; max-width: 100%; }.hydrou-story-page h1,
.hydrou-story-page h2,
.hydrou-story-page p,
.hydrou-story-page figure,
.hydrou-story-page address { margin: 0; }.hydrou-story-page a { color: inherit; text-decoration: none; }.hydrou-story-page .story-shell {
  width: min(calc(100% - (var(--story-pad) * 2)), var(--story-shell));
  margin-inline: auto;
}.hydrou-story-page .story-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 11px 17px;
  transform: translateY(-160%);
  background: var(--story-blue);
  color: var(--story-white);
  font-weight: 800;
  transition: transform 180ms ease;
}.hydrou-story-page .story-skip-link:focus { transform: translateY(0); }.hydrou-story-page a:focus-visible {
  outline: 3px solid var(--story-white);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px var(--story-blue-deep);
}

/* Geometric brand band */
.hydrou-story-page .story-brand {
  position: relative;
  display: grid;
  min-height: clamp(104px, 10.5vw, 135px);
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--story-blue-deep);
}.hydrou-story-page .story-brand__texture {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("img/webinars-brand-band.jpg") center 55% / cover no-repeat;
}.hydrou-story-page .story-brand__logo {
  width: clamp(330px, 39.2vw, 502px);
  height: auto;
  filter: drop-shadow(0 5px 13px rgba(0, 0, 0, 0.22));
}

/* Story copy and media */
.hydrou-story-page .story-content {
  padding: clamp(54px, 5.35vw, 69px) 0 clamp(88px, 9.35vw, 120px);
  background: var(--story-white);
}.hydrou-story-page .story-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(30px, 2.7vw, 35px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
}.hydrou-story-page .story-copy p {
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 400;
  line-height: 1.35;
}.hydrou-story-page .story-copy p + p { margin-top: 25px; }.hydrou-story-page .story-video-wrap {
  width: min(100%, 740px);
  margin: clamp(68px, 7.6vw, 98px) auto 0;
}.hydrou-story-page .story-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--story-blue);
}.hydrou-story-page .story-video iframe,
.hydrou-story-page .story-video img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}.hydrou-story-page .story-video--poster img { transform: scale(1.08); }.hydrou-story-page .story-video figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 16px;
  background: rgba(5, 23, 50, 0.94);
  color: var(--story-white);
  font-size: 13px;
  line-height: 1.25;
}.hydrou-story-page .story-video figcaption strong { font-size: 14px; }.hydrou-story-page .story-video figcaption span { color: rgba(255, 255, 255, 0.8); }.hydrou-story-page .story-video-link {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 16px auto 0;
  color: var(--story-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Contact band */
.hydrou-story-page .story-contact {
  min-height: clamp(280px, 26.2vw, 336px);
  padding: clamp(49px, 4.75vw, 61px) 0;
  background: var(--story-blue);
  color: var(--story-white);
}.hydrou-story-page .story-contact__inner { padding-inline: 10px; }.hydrou-story-page .story-contact h2 {
  margin-bottom: 34px;
  font-size: clamp(29px, 2.65vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}.hydrou-story-page .story-contact address {
  display: grid;
  gap: 22px;
  font-style: normal;
}.hydrou-story-page .story-contact address a {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 16px;
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 700;
}.hydrou-story-page .story-contact__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}.hydrou-story-page .story-contact__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}@media (max-width: 768px) {.hydrou-story-page {
    --story-pad: 28px;
    left: auto;
    width: 100%;
    margin-left: 0;
  }.hydrou-story-page .story-brand { min-height: 100px; }.hydrou-story-page .story-brand__logo { width: min(88vw, 440px); }.hydrou-story-page .story-content { padding-block: 50px 76px; }.hydrou-story-page .story-copy p { line-height: 1.48; }.hydrou-story-page .story-video-wrap { margin-top: 62px; }.hydrou-story-page .story-contact__inner { padding-inline: 0; }
}@media (max-width: 480px) {.hydrou-story-page { --story-pad: 20px; }.hydrou-story-page .story-brand { min-height: 92px; }.hydrou-story-page .story-content { padding-block: 43px 60px; }.hydrou-story-page .story-copy h1 { margin-bottom: 20px; font-size: 30px; }.hydrou-story-page .story-copy p { font-size: 16px; line-height: 1.5; }.hydrou-story-page .story-copy p + p { margin-top: 21px; }.hydrou-story-page .story-video-wrap { margin-top: 48px; }.hydrou-story-page .story-video figcaption {
    min-height: 42px;
    padding-inline: 11px;
    font-size: 11px;
  }.hydrou-story-page .story-video figcaption strong { font-size: 12px; }.hydrou-story-page .story-contact { min-height: 270px; padding-block: 46px; }.hydrou-story-page .story-contact h2 { margin-bottom: 30px; }.hydrou-story-page .story-contact address a { gap: 12px; font-size: 15px; overflow-wrap: anywhere; }.hydrou-story-page .story-contact__icon { width: 40px; height: 40px; flex-basis: 40px; }
}@media (prefers-reduced-motion: reduce) {.hydrou-story-page *,
.hydrou-story-page *::before,
.hydrou-story-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Shared Hydro University quick-link submenu. Build output scopes these rules per page wrapper. */
.hydrou-story-page .hydrou-submenu {
  position: fixed;
  top: 50%;
  right: clamp(16px, 2vw, 32px);
  z-index: 400;
  display: grid;
  gap: 6px;
  width: 184px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  background: rgba(113, 137, 176, 0.8);
  box-shadow: 0 14px 32px rgba(0, 18, 49, 0.24);
  transform: translateY(-50%);
  backdrop-filter: blur(2px);
}.hydrou-story-page .hydrou-submenu a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(5, 46, 72, 0.06);
  border-radius: 5px;
  background: #ffffff;
  color: #052e48;
  font-family: Heebo, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}.hydrou-story-page .hydrou-submenu a:hover,
.hydrou-story-page .hydrou-submenu a.is-active {
  background: #003b5c;
  color: #ffffff;
  transform: translateY(-1px);
}.hydrou-story-page .hydrou-submenu a.is-active { transform: none; }@media (max-width: 840px) {.hydrou-story-page .hydrou-submenu {
    top: auto;
    right: auto;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 50%;
    width: min(calc(100vw - 24px), 512px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
    border-radius: 12px;
    transform: translateX(-50%);
    backdrop-filter: blur(5px);
  }.hydrou-story-page .hydrou-submenu a {
    min-height: 50px;
    padding: 6px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }
}@media (prefers-reduced-motion: reduce) {.hydrou-story-page .hydrou-submenu a { transition: none; }
}
