@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/fraunces-latin-variable.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../fonts/instrument-sans-latin-variable.woff2")
    format("woff2-variations");
}

:root {
  --wht-about-navy: #071624;
  --wht-about-navy-soft: #112b3d;
  --wht-about-olive: #596f43;
  --wht-about-olive-dark: #3f542f;
  --wht-about-gold: #d9bd66;
  --wht-about-paper: #fffdf8;
  --wht-about-paper-soft: #f4f0e6;
  --wht-about-sage: #e9ede2;
  --wht-about-ink: #18221d;
  --wht-about-muted: #5e6964;
  --wht-about-border: rgba(48, 57, 47, 0.14);
  --wht-about-serif: "Fraunces", Georgia, serif;
  --wht-about-sans: "Instrument Sans", Arial, sans-serif;
  --wht-about-shell: 1320px;
  --wht-about-shadow: 0 24px 70px rgba(7, 22, 36, 0.12);
  --wht-sans: var(--wht-about-sans);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body.wht-about-us-clean {
  margin: 0;
  overflow-x: clip;
  background: var(--wht-about-paper);
  color: var(--wht-about-ink);
  font-family: var(--wht-about-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.wht-about-us-clean *,
body.wht-about-us-clean *::before,
body.wht-about-us-clean *::after {
  box-sizing: border-box;
}

body.wht-about-us-clean img {
  display: block;
  max-width: 100%;
}

body.wht-about-us-clean a {
  color: inherit;
}

body.wht-about-us-clean button,
body.wht-about-us-clean input,
body.wht-about-us-clean textarea,
body.wht-about-us-clean select {
  font: inherit;
}

body.wht-about-us-clean .wht-about-page {
  min-width: 0;
  background: var(--wht-about-paper);
}

.wht-about-shell {
  width: min(var(--wht-about-shell), calc(100% - clamp(40px, 6.4vw, 128px)));
  margin-inline: auto;
}

.wht-about-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999999;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  text-decoration: none;
  transform: translateY(-160%);
}

.wht-about-skip-link:focus {
  transform: translateY(0);
}

.wht-about-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Approved WHT header system */
.wht-vineyard-header {
  --wht-vineyard-header-text: #fffdf8;
  --wht-vineyard-header-gold: #d7c89d;
  --wht-vineyard-header-top: 96px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(7, 22, 36, 0.82) 0%,
    rgba(7, 22, 36, 0.42) 58%,
    transparent 100%
  );
  color: var(--wht-vineyard-header-text);
  font-family: var(--wht-about-sans);
}

.wht-vineyard-header__inner {
  display: flex;
  min-height: var(--wht-vineyard-header-top);
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  width: 100%;
  margin: 0 auto;
  padding: 18px clamp(24px, 3.2vw, 64px);
}

.wht-vineyard-header__logo {
  display: inline-flex;
  width: clamp(220px, 18vw, 320px);
  min-width: 220px;
  flex: 0 0 auto;
  align-items: center;
  text-decoration: none;
}

.wht-vineyard-header__logo-img {
  width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.wht-vineyard-header__nav {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2vw, 34px);
  min-width: 0;
  margin-left: auto;
}

.wht-vineyard-header__menu-group {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.wht-vineyard-header__menu-button,
.wht-vineyard-header__wine-shop {
  appearance: none;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  padding: 0.52em 0.72em;
  background: transparent;
  box-shadow: none;
  color: #fffdf8;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.wht-vineyard-header__menu-button::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.wht-vineyard-header__wine-shop {
  color: var(--wht-vineyard-header-gold);
}

.wht-vineyard-header__menu-button:hover,
.wht-vineyard-header__menu-button:focus-visible,
.wht-vineyard-header__wine-shop:hover,
.wht-vineyard-header__wine-shop:focus-visible {
  color: #fff4c9;
}

.wht-vineyard-header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 920;
  display: grid;
  width: min(368px, calc(100vw - 32px));
  min-width: min(306px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  gap: 1px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px;
  background: rgba(7, 22, 36, 0.98);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  list-style: none;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate(var(--wht-submenu-shift, 0), 8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.wht-vineyard-header__menu-group--private .wht-vineyard-header__submenu {
  width: min(224px, calc(100vw - 32px));
  min-width: min(212px, calc(100vw - 32px));
}

.wht-vineyard-header__menu-group.is-open:not(.is-force-closed) .wht-vineyard-header__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(var(--wht-submenu-shift, 0), 0);
}

.wht-vineyard-header__menu-group.is-force-closed
  .wht-vineyard-header__submenu {
  opacity: 0;
  pointer-events: none;
  transform: translate(var(--wht-submenu-shift, 0), 8px);
}

.wht-vineyard-header__submenu li {
  margin: 0;
  padding: 0;
}

.wht-vineyard-header__submenu a {
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 9px 11px;
  color: #fffdf8;
  font-size: 0.84rem;
  font-weight: 550;
  line-height: 1.32;
  text-decoration: none;
  white-space: normal;
}

.wht-vineyard-header__submenu a:hover,
.wht-vineyard-header__submenu a:focus-visible {
  background: rgba(255, 253, 248, 0.1);
  color: #fffdf8;
}

.wht-vineyard-header__actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  margin-left: clamp(4px, 1.2vw, 18px);
}

.wht-vineyard-header__hamburger,
.wht-vineyard-header__social {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(7, 22, 36, 0.14);
  color: #fffdf8;
}

.wht-vineyard-header__hamburger {
  appearance: none;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 8px;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
}

.wht-vineyard-header__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.wht-vineyard-header__social {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.wht-vineyard-header__social:hover,
.wht-vineyard-header__social:focus-visible,
.wht-vineyard-header__hamburger:hover,
.wht-vineyard-header__hamburger:focus-visible {
  background: rgba(255, 253, 248, 0.12);
  transform: translateY(-1px);
}

.wht-vineyard-header__social-svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.wht-vineyard-header__contact {
  display: inline-grid;
  min-height: 50px;
  place-items: center;
  border: 1px solid #fffdf8;
  border-radius: 8px;
  padding: 0 24px;
  background: #fffdf8;
  color: #071624;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

body.wht-about-us-clean .wht-about-page .wht-vineyard-header__contact:link,
body.wht-about-us-clean .wht-about-page .wht-vineyard-header__contact:visited,
body.wht-about-us-clean .wht-about-page .wht-vineyard-header__contact:hover,
body.wht-about-us-clean
  .wht-about-page
  .wht-vineyard-header__contact:focus-visible {
  border-color: #fffdf8 !important;
  background: #fffdf8 !important;
  color: #071624 !important;
  -webkit-text-fill-color: #071624 !important;
}

.wht-vineyard-mobile-panel[hidden],
.wht-vineyard-mobile-panel {
  display: none !important;
}

/* Hero */
.wht-about-hero {
  position: relative;
  display: grid;
  min-height: clamp(720px, 86vh, 920px);
  align-items: end;
  overflow: hidden;
  background: var(--wht-about-navy);
  color: #fffdf8;
}

.wht-about-hero__media,
.wht-about-hero__media img,
.wht-about-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wht-about-hero__media img {
  object-fit: cover;
  object-position: center 46%;
}

.wht-about-hero__overlay {
  background: linear-gradient(
      90deg,
      rgba(5, 17, 28, 0.94) 0%,
      rgba(5, 17, 28, 0.74) 43%,
      rgba(5, 17, 28, 0.18) 76%,
      rgba(5, 17, 28, 0.32) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 17, 28, 0.06) 35%,
      rgba(5, 17, 28, 0.72) 100%
    );
}

.wht-about-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(180px, 22vh, 250px);
  padding-bottom: clamp(150px, 16vh, 190px);
}

.wht-about-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--wht-about-olive);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wht-about-kicker::before {
  display: block;
  width: 32px;
  height: 1px;
  background: currentColor;
  content: "";
}

.wht-about-kicker--light {
  color: #f0d77c;
}

.wht-about-hero h1,
.wht-about-section h2,
.wht-about-footer h2 {
  margin: 0;
  font-family: var(--wht-about-serif);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.wht-about-hero h1 {
  max-width: 11.2ch;
  font-size: clamp(4.4rem, 7.4vw, 8.3rem);
  line-height: 0.91;
  text-wrap: balance;
}

.wht-about-hero__lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(1.06rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}

.wht-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.wht-about-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wht-about-olive);
  border-radius: 8px;
  padding: 13px 22px;
  background: var(--wht-about-olive);
  color: #fffdf8;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.wht-about-button:hover,
.wht-about-button:focus-visible {
  border-color: var(--wht-about-olive-dark);
  background: var(--wht-about-olive-dark);
  color: #fffdf8;
  transform: translateY(-2px);
}

.wht-about-button--ghost {
  border-color: rgba(255, 253, 248, 0.55);
  background: rgba(7, 22, 36, 0.1);
  color: #fffdf8;
  backdrop-filter: blur(4px);
}

.wht-about-button--ghost:hover,
.wht-about-button--ghost:focus-visible {
  border-color: #fffdf8;
  background: #fffdf8;
  color: var(--wht-about-navy);
}

.wht-about-hero__proof {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(900px, calc(100% - 40px));
  margin-inline: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: rgba(7, 22, 36, 0.78);
  box-shadow: 0 -14px 44px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.wht-about-hero__proof span {
  display: grid;
  min-height: 68px;
  place-items: center;
  padding: 16px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.wht-about-hero__proof span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

/* Shared sections */
.wht-about-section {
  padding-block: clamp(84px, 8vw, 132px);
}

.wht-about-section h2 {
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.98;
  text-wrap: balance;
}

.wht-about-lead {
  font-size: clamp(1.14rem, 1.8vw, 1.45rem);
  font-weight: 650;
  line-height: 1.48;
}

/* Approved footer system, contextualised for About Us */
.wht-about-footer {
  padding-top: clamp(64px, 6vw, 92px);
  background: var(--wht-about-paper);
  color: var(--wht-about-ink);
}

.wht-about-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.55fr) minmax(
      220px,
      0.65fr
    );
  gap: clamp(42px, 7vw, 110px);
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(50px, 6vw, 78px);
  border-top: 1px solid var(--wht-about-border);
}

.wht-about-footer__brand > img {
  width: 245px;
  height: auto;
  margin-bottom: 25px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(9%) saturate(553%)
    hue-rotate(97deg) brightness(93%) contrast(93%);
}

.wht-about-footer__eyebrow {
  margin: 0 0 12px !important;
  color: var(--wht-about-olive) !important;
  font-size: 0.7rem !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wht-about-footer h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: 0.98;
}

.wht-about-footer h3 {
  margin: 0 0 20px;
  font-family: var(--wht-about-serif);
  font-size: 1.35rem;
}

.wht-about-footer p,
.wht-about-footer li,
.wht-about-footer a,
.wht-about-footer__bottom {
  color: var(--wht-about-muted);
}

.wht-about-footer p {
  margin: 18px 0 0;
}

.wht-about-footer ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wht-about-footer a {
  text-decoration: none;
}

.wht-about-footer a:hover,
.wht-about-footer a:focus-visible {
  color: var(--wht-about-olive);
}

.wht-about-footer__cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border-radius: 8px;
  padding: 11px 18px;
  background: var(--wht-about-olive);
  color: #fff !important;
  font-weight: 750;
}

.wht-about-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  padding-block: 24px 30px;
  border-top: 1px solid var(--wht-about-border);
  font-size: 0.78rem;
}

.wht-about-footer__bottom span {
  margin-right: auto;
}

.wht-about-footer__bottom button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--wht-about-muted);
  cursor: pointer;
}

.wht-about-footer__bottom button:hover,
.wht-about-footer__bottom button:focus-visible {
  color: var(--wht-about-olive);
}

@media (max-width: 1199px) {
  .wht-vineyard-header {
    --wht-vineyard-header-top: 82px;
    z-index: 99990;
  }

  .wht-vineyard-header__inner {
    min-height: 82px;
    gap: 10px;
    padding: 12px 20px;
  }

  .wht-vineyard-header__logo {
    width: clamp(145px, 30vw, 190px);
    min-width: 0;
  }

  .wht-vineyard-header__logo-img {
    max-height: 34px;
  }

  .wht-vineyard-header__nav,
  .wht-vineyard-header__contact {
    display: none;
  }

  .wht-vineyard-header__actions {
    margin-left: auto;
  }

  .wht-vineyard-header__hamburger,
  .wht-vineyard-header__social {
    display: inline-flex;
  }

  body.wht-vineyard-mobile-menu-open {
    overflow: hidden;
  }

  body.wht-vineyard-mobile-menu-open .wht-vineyard-mobile-panel:not([hidden]) {
    position: fixed;
    top: var(--wht-vineyard-mobile-panel-top, 82px);
    right: 0;
    left: 0;
    z-index: 99999;
    display: block !important;
    max-height: calc(100dvh - var(--wht-vineyard-mobile-panel-top, 82px));
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px max(22px, env(safe-area-inset-right)) 22px
      max(22px, env(safe-area-inset-left));
    background: linear-gradient(
      180deg,
      rgba(3, 9, 15, 0.995),
      rgba(7, 22, 36, 0.995)
    );
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.34);
    overflow-y: auto;
  }

  .wht-vineyard-mobile-panel__close {
    appearance: none;
    display: grid;
    width: 44px;
    height: 44px;
    margin: 0 0 12px auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    padding: 0;
    background: rgba(255, 255, 255, 0.06);
    color: #fffdf8;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
  }

  .wht-vineyard-mobile-panel__list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .wht-vineyard-mobile-panel__list a {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 7px;
    padding: 13px 15px;
    background: rgba(255, 255, 255, 0.04);
    color: #fffdf8 !important;
    font-size: 0.96rem;
    font-weight: 600;
    text-decoration: none;
  }

  .wht-vineyard-mobile-panel__list a::after {
    margin-left: 14px;
    color: var(--wht-vineyard-header-gold);
    content: "→";
  }

  .wht-vineyard-mobile-panel__list li:last-child a {
    margin-top: 10px;
    border-color: #fffdf8;
    background: #fffdf8;
    color: var(--wht-about-navy) !important;
  }

  .wht-about-belief__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wht-about-gallery__grid {
    grid-template-columns: 1.3fr 0.7fr;
    grid-template-rows: 1fr 1fr;
  }

  .wht-about-gallery__wide {
    grid-row: 1 / span 2;
  }

  .wht-about-gallery img {
    min-height: 320px;
  }

  .wht-about-gallery__wide img {
    min-height: 654px;
  }

  .wht-about-choose__grid {
    grid-template-columns: 1fr;
  }

  .wht-about-choose__grid > a {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .wht-about-story__grid,
  .wht-about-heart__grid,
  .wht-about-proof__inner {
    grid-template-columns: 1fr;
  }

  .wht-about-story__timeline {
    grid-template-columns: 1fr;
  }

  .wht-about-story__timeline li + li {
    border-top: 1px solid var(--wht-about-border);
    border-left: 0;
  }

  .wht-about-belief__heading,
  .wht-about-gallery__heading {
    grid-template-columns: 1fr;
  }

  .wht-about-belief__heading .wht-about-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }

  .wht-about-proof__note {
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    border-left: 0;
    padding-top: 28px;
    padding-left: 0;
  }

  .wht-about-heart__copy {
    max-width: 700px;
  }

  .wht-about-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .wht-about-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .wht-about-shell {
    width: min(100% - 40px, 620px);
  }

  .wht-vineyard-header__inner {
    padding-inline: 14px;
    gap: 8px;
  }

  .wht-vineyard-header__logo {
    width: clamp(128px, 34vw, 158px);
  }

  .wht-vineyard-header__hamburger,
  .wht-vineyard-header__social {
    width: 46px;
    height: 46px;
  }

  .wht-about-hero {
    min-height: 820px;
  }

  .wht-about-hero__media img {
    object-position: center 45%;
  }

  .wht-about-hero__overlay {
    background: linear-gradient(
        180deg,
        rgba(7, 22, 36, 0.26) 0%,
        rgba(7, 22, 36, 0.34) 24%,
        rgba(7, 22, 36, 0.82) 61%,
        #071624 100%
      ),
      linear-gradient(90deg, rgba(7, 22, 36, 0.24), rgba(7, 22, 36, 0.08));
  }

  .wht-about-hero__inner {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .wht-about-hero h1 {
    max-width: 9.5ch;
    font-size: clamp(3.35rem, 15vw, 4.7rem);
    line-height: 0.94;
  }

  .wht-about-hero__lead {
    max-width: 34ch;
    margin-top: 20px;
    font-size: 1rem;
  }

  .wht-about-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 26px;
  }

  .wht-about-button {
    width: 100%;
    min-height: 56px;
  }

  .wht-about-hero__proof {
    width: calc(100% - 28px);
  }

  .wht-about-hero__proof span {
    min-height: 62px;
    padding: 10px 7px;
    font-size: 0.58rem;
    letter-spacing: 0.055em;
  }

  .wht-about-section {
    padding-block: 72px;
  }

  .wht-about-section h2 {
    font-size: clamp(2.55rem, 11vw, 3.55rem);
    line-height: 0.98;
  }

  .wht-about-story__grid {
    gap: 36px;
  }

  .wht-about-story__portrait {
    order: -1;
  }

  .wht-about-story__portrait figcaption {
    right: 10px;
    bottom: 10px;
    min-width: 190px;
    padding: 12px 14px;
  }

  .wht-about-story__timeline {
    margin-top: 0;
  }

  .wht-about-story__timeline li {
    padding: 24px 10px;
  }

  .wht-about-belief__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .wht-about-belief__grid article {
    min-height: 0;
    padding: 24px;
  }

  .wht-about-belief__grid h3 {
    margin-top: 24px;
  }

  .wht-about-gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    margin-top: 40px;
  }

  .wht-about-gallery__wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .wht-about-gallery img,
  .wht-about-gallery__wide img {
    min-height: 260px;
  }

  .wht-about-gallery__wide img {
    aspect-ratio: 16 / 10;
  }

  .wht-about-gallery figcaption {
    font-size: 0.66rem;
  }

  .wht-about-proof h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .wht-about-heart__grid {
    gap: 42px;
  }

  .wht-about-heart__images {
    grid-template-columns: 1fr 0.52fr;
    gap: 9px;
  }

  .wht-about-heart__main img {
    min-height: 420px;
  }

  .wht-about-heart__caption {
    padding: 14px;
    font-size: 1rem;
  }

  .wht-about-choose__grid > a {
    grid-template-columns: auto 1fr auto;
    padding: 22px 18px;
  }

  .wht-about-footer {
    padding-top: 40px;
  }

  .wht-about-footer__grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 42px;
  }

  .wht-about-footer__brand {
    grid-column: auto;
  }

  .wht-about-footer__brand > img {
    width: 220px;
  }

  .wht-about-footer__bottom {
    display: grid;
    gap: 11px;
    padding-bottom: 30px;
  }
}

@media (max-width: 430px) {
  .wht-vineyard-header__logo {
    width: 122px;
  }

  .wht-vineyard-header__hamburger,
  .wht-vineyard-header__social {
    width: 42px;
    height: 42px;
  }

  .wht-about-hero {
    min-height: 790px;
  }

  .wht-about-kicker {
    font-size: 0.68rem;
  }

  .wht-about-story__portrait img {
    aspect-ratio: 4 / 3;
  }

  .wht-about-gallery__grid {
    grid-template-columns: 1fr;
  }

  .wht-about-gallery__wide {
    grid-column: auto;
  }

  .wht-about-gallery img,
  .wht-about-gallery__wide img {
    min-height: 310px;
    aspect-ratio: 4 / 3;
  }

  .wht-about-gallery__tall img {
    aspect-ratio: 4 / 5;
  }

  .wht-about-heart__images {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .wht-about-heart__main {
    grid-row: auto;
  }

  .wht-about-heart__main img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .wht-about-heart__small img {
    aspect-ratio: 16 / 10;
    object-position: center 38%;
  }

  .wht-about-choose__grid > a {
    grid-template-columns: auto 1fr;
  }

  .wht-about-choose__grid > a > b {
    position: absolute;
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 370px) {
  .wht-vineyard-header__inner {
    gap: 5px;
    padding-inline: 9px;
  }

  .wht-vineyard-header__logo {
    width: 108px;
  }

  .wht-vineyard-header__hamburger,
  .wht-vineyard-header__social {
    width: 38px;
    height: 38px;
  }

  .wht-about-hero__proof span {
    font-size: 0.52rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .wht-about-page *,
  .wht-about-page *::before,
  .wht-about-page *::after {
    transition: none !important;
  }
}

@media print {
  .wht-vineyard-header,
  .wht-about-actions,
  .wht-about-hero__proof,
  .wht-about-footer__cta,
  .wht-about-footer__bottom button {
    display: none !important;
  }

  .wht-about-hero {
    min-height: 0;
    padding: 40px 0;
    background: #fff;
    color: #000;
  }

  .wht-about-hero__media,
  .wht-about-hero__overlay {
    display: none;
  }

  .wht-about-hero__inner {
    padding: 0;
  }

  .wht-about-section {
    padding-block: 36px;
  }
}

/* --------------------------------------------------------------------------
   V3 — an editorial, human About Us story
   -------------------------------------------------------------------------- */

.wht-about-story {
  --wht-story-navy: #071b2a;
  --wht-story-navy-soft: #102f3f;
  --wht-story-cream: #fbf7ee;
  --wht-story-cream-deep: #f0e8d8;
  --wht-story-ink: #13231d;
  --wht-story-muted: #4a5a53;
  --wht-story-gold: #e4c568;
  --wht-story-green: #55703f;
  overflow: clip;
  background: var(--wht-story-cream);
  color: var(--wht-story-ink);
}

.wht-about-story .wht-vineyard-header {
  position: relative;
  background: var(--wht-story-navy);
}

.wht-about-story .wht-vineyard-header__menu-button,
.wht-about-story .wht-vineyard-header__contact,
.wht-about-story .wht-vineyard-header__social,
.wht-about-story .wht-vineyard-header__hamburger {
  color: #fffdf8;
}

.wht-about-story-shell {
  width: min(1240px, calc(100% - clamp(40px, 7vw, 128px)));
  margin-inline: auto;
}

.wht-about-story-section {
  padding-block: clamp(88px, 9vw, 150px);
}

.wht-about-story h1,
.wht-about-story h2,
.wht-about-story h3,
.wht-about-story p,
.wht-about-story blockquote,
.wht-about-story figure {
  margin-top: 0;
}

.wht-about-story h1,
.wht-about-story h2,
.wht-about-story h3 {
  font-family: var(--wht-about-serif);
  font-weight: 680;
  letter-spacing: -0.035em;
}

.wht-about-story h1 {
  max-width: 10.8ch;
  margin-bottom: 28px;
  color: #fffdf8;
  font-size: clamp(3.6rem, 5.7vw, 6.8rem);
  line-height: 0.94;
}

.wht-about-story h2 {
  max-width: 13ch;
  margin-bottom: 26px;
  color: var(--wht-story-ink);
  font-size: clamp(3rem, 4.8vw, 5.4rem);
  line-height: 0.98;
}

.wht-about-story h3 {
  color: inherit;
}

.wht-about-story p {
  color: var(--wht-story-muted);
}

.wht-about-story-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 21px;
  color: var(--wht-story-green) !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.wht-about-story-kicker::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.wht-about-story-kicker--light {
  color: var(--wht-story-gold) !important;
}

.wht-about-story-lead {
  color: var(--wht-story-ink) !important;
  font-size: clamp(1.16rem, 1.55vw, 1.4rem);
  line-height: 1.55;
}

.wht-about-story-split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: clamp(64px, 9vw, 150px);
  align-items: start;
}

.wht-about-story-prose {
  max-width: 660px;
}

.wht-about-story-prose > p + p {
  margin-top: 24px;
}

/* Hero */
.wht-about-story-hero {
  display: grid;
  min-height: min(820px, calc(100vh - 96px));
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  background: var(--wht-story-navy);
}

.wht-about-story-hero__copy {
  display: flex;
  align-items: center;
  padding: clamp(72px, 9vw, 140px) clamp(42px, 7vw, 130px);
}

.wht-about-story-hero__copy-inner {
  width: min(100%, 650px);
  margin-left: auto;
}

.wht-about-story-hero__lead {
  max-width: 610px;
  margin-bottom: 38px;
  color: #f4efe5 !important;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  line-height: 1.62;
}

.wht-about-story-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  color: #fffdf8;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wht-about-story-hero__facts span + span::before {
  margin-right: 22px;
  color: var(--wht-story-gold);
  content: "•";
}

.wht-about-story-hero__media {
  position: relative;
  min-width: 0;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
  background: #d7d7d3;
}

.wht-about-story-hero__media picture,
.wht-about-story-hero__media img {
  width: 100%;
  height: 100%;
}

.wht-about-story-hero__media img {
  object-fit: cover;
  object-position: 52% 59%;
}

.wht-about-story-hero__media figcaption {
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 42px);
  width: min(430px, calc(100% - 36px));
  border-left: 3px solid var(--wht-story-gold);
  padding: 18px 20px;
  background: rgba(7, 27, 42, 0.93);
  color: #fffdf8;
  backdrop-filter: blur(8px);
}

.wht-about-story-hero__media figcaption span,
.wht-about-story-hero__media figcaption strong {
  display: block;
}

.wht-about-story-hero__media figcaption span {
  margin-bottom: 5px;
  color: var(--wht-story-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wht-about-story-hero__media figcaption strong {
  color: #fffdf8;
  font-size: 0.92rem;
  line-height: 1.45;
}

/* Beginning */
.wht-about-story-opening {
  background: var(--wht-story-cream);
}

.wht-about-story-opening blockquote {
  margin: 38px 0 0;
  border-left: 3px solid var(--wht-story-green);
  padding: 4px 0 4px 28px;
  color: var(--wht-story-ink);
  font-family: var(--wht-about-serif);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 580;
  line-height: 1.35;
}

/* The first yes */
.wht-about-story-first {
  background: var(--wht-story-navy);
  color: #fffdf8;
}

.wht-about-story-first__grid {
  display: grid;
  grid-template-columns: 0.68fr minmax(0, 1.32fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.wht-about-story-first__number {
  color: var(--wht-story-gold);
  font-family: var(--wht-about-serif);
  font-size: clamp(13rem, 29vw, 30rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.68;
  opacity: 0.96;
}

.wht-about-story-first h2,
.wht-about-story-first p {
  color: #fffdf8;
}

.wht-about-story-first__copy > p:not(.wht-about-story-kicker) {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: 1.08rem;
  line-height: 1.68;
}

.wht-about-story-first__thanks {
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 28px;
  color: #fff1bd !important;
  font-family: var(--wht-about-serif);
  font-size: clamp(1.35rem, 2vw, 1.8rem) !important;
  font-weight: 580;
  line-height: 1.42 !important;
}

/* Life in the middle */
.wht-about-story-life {
  background: #fffdf8;
}

.wht-about-story-life__grid,
.wht-about-story-learning__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}

.wht-about-story-life figure,
.wht-about-story-learning figure,
.wht-about-story-heart figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.wht-about-story-life figure {
  border-radius: 4px 100px 4px 4px;
}

.wht-about-story-life figure img {
  width: 100%;
  height: clamp(390px, 48vw, 650px);
  object-fit: cover;
  object-position: 53% center;
}

.wht-about-story-life figcaption,
.wht-about-story-learning figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 13px 16px;
  background: rgba(7, 27, 42, 0.91);
  color: #fffdf8;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
}

.wht-about-story-life__grid > div > p:not(.wht-about-story-kicker),
.wht-about-story-learning__grid > div > p:not(.wht-about-story-kicker) {
  max-width: 580px;
}

.wht-about-story-life__grid > div > p + p,
.wht-about-story-learning__grid > div > p + p {
  margin-top: 22px;
}

/* The team */
.wht-about-story-team {
  background: var(--wht-story-navy-soft);
  color: #fffdf8;
}

.wht-about-story-team__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}

.wht-about-story-team h2,
.wht-about-story-team h3,
.wht-about-story-team p {
  color: #fffdf8;
}

.wht-about-story-team__heading > p {
  max-width: 570px;
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.wht-about-story-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(58px, 7vw, 100px);
}

.wht-about-story-values article {
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: clamp(26px, 3vw, 38px);
  background: rgba(255, 255, 255, 0.045);
}

.wht-about-story-values span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--wht-story-gold);
  color: var(--wht-story-navy);
  font-size: 0.72rem;
  font-weight: 850;
}

.wht-about-story-values h3 {
  margin: 58px 0 16px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.08;
}

.wht-about-story-values p {
  margin-bottom: 0;
  color: #e9eee9;
  line-height: 1.58;
}

/* Gratitude */
.wht-about-story-gratitude {
  background: var(--wht-story-cream);
}

.wht-about-story-gratitude__image {
  position: relative;
  margin: clamp(58px, 8vw, 110px) 0 0;
  overflow: hidden;
  border-radius: 4px 4px 90px 4px;
}

.wht-about-story-gratitude__image img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center 48%;
}

.wht-about-story-gratitude__image figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 420px;
  padding: 16px 19px;
  background: rgba(255, 253, 248, 0.95);
  color: var(--wht-story-ink);
  font-family: var(--wht-about-serif);
  font-size: 1rem;
  font-weight: 620;
}

/* Learning */
.wht-about-story-learning {
  background: var(--wht-story-cream-deep);
}

.wht-about-story-learning__grid {
  grid-template-columns: minmax(380px, 0.88fr) minmax(0, 1.12fr);
}

.wht-about-story-learning figure {
  border-radius: 120px 4px 4px 4px;
}

.wht-about-story-learning figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

/* Fundación Olivares */
.wht-about-story-heart {
  background: var(--wht-story-navy);
  color: #fffdf8;
}

.wht-about-story-heart__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}

.wht-about-story-heart h2,
.wht-about-story-heart p {
  color: #fffdf8;
}

.wht-about-story-heart__grid > div > p:not(.wht-about-story-kicker) {
  max-width: 650px;
  margin-bottom: 21px;
  line-height: 1.68;
}

.wht-about-story-heart figure {
  border-radius: 4px 100px 4px 4px;
}

.wht-about-story-heart figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.wht-about-story-heart figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 14px 17px;
  background: rgba(7, 27, 42, 0.94);
  color: #fffdf8;
}

.wht-about-story-heart figcaption span,
.wht-about-story-heart figcaption strong {
  display: block;
}

.wht-about-story-heart figcaption span {
  color: var(--wht-story-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wht-about-story-heart figcaption strong {
  margin-top: 4px;
  color: #fffdf8;
  font-size: 0.86rem;
}

.wht-about-story-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  border-bottom: 1px solid var(--wht-story-gold);
  padding-bottom: 5px;
  color: #fff1bd !important;
  font-weight: 800;
  text-decoration: none;
}

.wht-about-story-link:hover,
.wht-about-story-link:focus-visible {
  color: #fffdf8 !important;
}

/* Closing note */
.wht-about-story-closing {
  background: #fffdf8;
}

.wht-about-story-closing__inner {
  max-width: 900px;
  text-align: center;
}

.wht-about-story-closing .wht-about-story-kicker {
  justify-content: center;
}

.wht-about-story-closing h2 {
  max-width: 16ch;
  margin-inline: auto;
}

.wht-about-story-closing__inner > p:not(.wht-about-story-kicker) {
  max-width: 760px;
  margin: 0 auto 20px;
  color: var(--wht-story-ink);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.68;
}

.wht-about-story-signature {
  margin-top: 42px !important;
  color: var(--wht-story-green) !important;
  font-family: var(--wht-about-serif);
  font-size: clamp(1.4rem, 2vw, 1.85rem) !important;
  font-style: italic;
  font-weight: 640;
}

/* The shared footer remains navigation, but every word stays readable. */
.wht-about-story .wht-about-footer,
.wht-about-story .wht-about-footer p,
.wht-about-story .wht-about-footer h2,
.wht-about-story .wht-about-footer h3,
.wht-about-story .wht-about-footer a,
.wht-about-story .wht-about-footer button,
.wht-about-story .wht-about-footer span {
  color: #fffdf8;
}

.wht-about-story .wht-about-footer h2 {
  max-width: 23ch;
  font-size: clamp(1.9rem, 2.5vw, 2.45rem);
  line-height: 1.08;
}

.wht-about-story .wht-about-footer__eyebrow,
.wht-about-story .wht-about-footer nav h3,
.wht-about-story .wht-about-footer > .wht-about-shell > div > h3 {
  color: var(--wht-story-gold);
}

.wht-about-story a:focus-visible,
.wht-about-story button:focus-visible {
  outline: 3px solid #f4cc52;
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .wht-about-story-hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  }

  .wht-about-story-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wht-about-story-values article {
    min-height: 240px;
  }

  .wht-about-story-heart__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  }
}

@media (max-width: 900px) {
  .wht-about-story-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .wht-about-story-hero__copy {
    min-height: 660px;
    padding: 90px clamp(26px, 7vw, 64px);
  }

  .wht-about-story-hero__copy-inner {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .wht-about-story-hero__media {
    min-height: 680px;
  }

  .wht-about-story-split,
  .wht-about-story-life__grid,
  .wht-about-story-learning__grid,
  .wht-about-story-heart__grid,
  .wht-about-story-team__heading {
    grid-template-columns: 1fr;
  }

  .wht-about-story-first__grid {
    grid-template-columns: 0.48fr minmax(0, 1.52fr);
  }

  .wht-about-story-life figure {
    order: 2;
  }

  .wht-about-story-life__grid > div {
    order: 1;
  }

  .wht-about-story-learning figure,
  .wht-about-story-heart figure {
    max-width: 720px;
  }

  .wht-about-story-heart figure {
    margin-top: 10px;
  }
}

@media (max-width: 720px) {
  .wht-about-story-shell {
    width: min(100% - 36px, 1240px);
  }

  .wht-about-story-section {
    padding-block: 76px;
  }

  .wht-about-story h1 {
    max-width: 11ch;
    margin-bottom: 22px;
    font-size: clamp(3.05rem, 14vw, 4.35rem);
  }

  .wht-about-story h2 {
    max-width: 14ch;
    margin-bottom: 22px;
    font-size: clamp(2.65rem, 12.5vw, 3.75rem);
  }

  .wht-about-story-kicker {
    margin-bottom: 16px;
    font-size: 0.67rem;
  }

  .wht-about-story-hero__copy {
    min-height: 640px;
    padding: 72px 22px;
  }

  .wht-about-story-hero__lead {
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .wht-about-story-hero__facts {
    gap: 8px 13px;
    font-size: 0.64rem;
  }

  .wht-about-story-hero__facts span + span::before {
    margin-right: 13px;
  }

  .wht-about-story-hero__media {
    min-height: 590px;
  }

  .wht-about-story-hero__media img {
    object-position: center 60%;
  }

  .wht-about-story-hero__media figcaption {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .wht-about-story-split {
    gap: 18px;
  }

  .wht-about-story-opening blockquote {
    margin-top: 30px;
    padding-left: 20px;
  }

  .wht-about-story-first__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .wht-about-story-first__number {
    font-size: 12rem;
    line-height: 0.62;
  }

  .wht-about-story-first__copy > p:not(.wht-about-story-kicker) {
    font-size: 1rem;
  }

  .wht-about-story-life__grid,
  .wht-about-story-learning__grid,
  .wht-about-story-heart__grid,
  .wht-about-story-team__heading {
    gap: 38px;
  }

  .wht-about-story-life figure {
    border-radius: 4px 58px 4px 4px;
  }

  .wht-about-story-life figure img {
    height: 330px;
  }

  .wht-about-story-values {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 44px;
  }

  .wht-about-story-values article {
    min-height: 0;
    padding: 25px;
  }

  .wht-about-story-values h3 {
    margin-top: 32px;
  }

  .wht-about-story-gratitude__image {
    margin-top: 48px;
    border-radius: 4px 4px 50px 4px;
  }

  .wht-about-story-gratitude__image img {
    min-height: 330px;
    aspect-ratio: auto;
  }

  .wht-about-story-gratitude__image figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .wht-about-story-learning figure {
    border-radius: 62px 4px 4px 4px;
  }

  .wht-about-story-learning figure img {
    aspect-ratio: 4 / 4.4;
  }

  .wht-about-story-heart figure {
    border-radius: 4px 58px 4px 4px;
  }

  .wht-about-story-heart figure img {
    min-height: 300px;
    aspect-ratio: 4 / 3.3;
  }

  .wht-about-story-closing__inner {
    text-align: left;
  }

  .wht-about-story-closing .wht-about-story-kicker {
    justify-content: flex-start;
  }

  .wht-about-story-closing h2,
  .wht-about-story-closing__inner > p:not(.wht-about-story-kicker) {
    margin-left: 0;
  }
}

@media (max-width: 390px) {
  .wht-about-story-shell {
    width: min(100% - 28px, 1240px);
  }

  .wht-about-story-hero__copy {
    min-height: 610px;
    padding-inline: 18px;
  }

  .wht-about-story h1 {
    font-size: clamp(2.8rem, 13vw, 3.5rem);
  }

  .wht-about-story h2 {
    font-size: clamp(2.45rem, 12vw, 3.15rem);
  }

  .wht-about-story-hero__facts span + span::before {
    display: none;
  }

  .wht-about-story-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wht-about-story * {
    scroll-behavior: auto !important;
  }
}

@media print {
  .wht-about-story .wht-vineyard-header,
  .wht-about-story .wht-about-footer {
    display: none !important;
  }

  .wht-about-story-hero,
  .wht-about-story-first,
  .wht-about-story-team,
  .wht-about-story-heart {
    background: #fff !important;
    color: #000 !important;
  }

  .wht-about-story-hero *,
  .wht-about-story-first *,
  .wht-about-story-team *,
  .wht-about-story-heart * {
    color: #000 !important;
  }
}

/* V3 final specificity guard: keep editorial text intact after legacy rules. */
.wht-about-story p,
.wht-about-story h1,
.wht-about-story h2,
.wht-about-story h3,
.wht-about-story blockquote,
.wht-about-story figcaption {
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 430px) {
  .wht-about-story-shell {
    width: min(100% - 28px, 1240px);
  }
}

/* --------------------------------------------------------------------------
   V3.1 — smaller framed photography and an open, collective ending
   -------------------------------------------------------------------------- */

.wht-about-story-hero {
  min-height: 0;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.68fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  padding: clamp(68px, 8vw, 122px) clamp(40px, 7vw, 130px);
}

.wht-about-story-hero__copy {
  padding: 0;
}

.wht-about-story-hero__copy-inner {
  width: min(100%, 690px);
  margin: 0;
}

.wht-about-story-hero__media,
.wht-about-story-life figure,
.wht-about-story-gratitude__image,
.wht-about-story-learning figure,
.wht-about-story-heart figure {
  border: 1px solid rgba(19, 35, 29, 0.15);
  border-radius: 9px;
  padding: 10px;
  background: #fffdf8;
  box-shadow: 0 22px 55px rgba(7, 27, 42, 0.14);
}

.wht-about-story-hero__media {
  width: min(100%, 400px);
  min-height: 0;
  aspect-ratio: auto;
  justify-self: center;
}

.wht-about-story-hero__media picture {
  display: block;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 3 / 3.72;
}

.wht-about-story-hero__media img {
  height: 100%;
  object-position: 52% 62%;
}

.wht-about-story-hero__media figcaption,
.wht-about-story-life figcaption,
.wht-about-story-learning figcaption,
.wht-about-story-heart figcaption,
.wht-about-story-gratitude__image figcaption {
  position: static;
  width: auto;
  max-width: none;
  margin: 0;
  border: 0;
  border-left: 3px solid var(--wht-story-gold);
  padding: 14px 14px 6px;
  background: transparent;
  color: var(--wht-story-ink);
  box-shadow: none;
  backdrop-filter: none;
}

.wht-about-story-hero__media figcaption span,
.wht-about-story-heart figcaption span {
  color: var(--wht-story-green);
}

.wht-about-story-hero__media figcaption strong,
.wht-about-story-heart figcaption strong {
  color: var(--wht-story-ink);
}

.wht-about-story-life__grid {
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
}

.wht-about-story-life figure {
  width: min(100%, 440px);
  justify-self: start;
}

.wht-about-story-life figure img {
  height: 300px;
  border-radius: 4px;
}

.wht-about-story-gratitude__image {
  width: min(100%, 680px);
  margin: clamp(52px, 7vw, 90px) auto 0;
}

.wht-about-story-gratitude__image img {
  border-radius: 4px;
  aspect-ratio: 16 / 9;
}

.wht-about-story-learning__grid {
  grid-template-columns: minmax(330px, 0.7fr) minmax(0, 1.3fr);
}

.wht-about-story-learning figure {
  width: min(100%, 380px);
  justify-self: center;
}

.wht-about-story-learning figure img {
  border-radius: 4px;
  aspect-ratio: 4 / 4.35;
}

.wht-about-story-heart__grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
}

.wht-about-story-heart figure {
  width: min(100%, 440px);
  justify-self: end;
}

.wht-about-story-heart figure img {
  min-height: 0;
  border-radius: 4px;
  aspect-ratio: 4 / 3;
}

.wht-about-story-milestones {
  background: var(--wht-story-cream-deep);
}

.wht-about-story-milestones__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(54px, 7vw, 92px);
  border-top: 1px solid rgba(19, 35, 29, 0.22);
  border-bottom: 1px solid rgba(19, 35, 29, 0.22);
}

.wht-about-story-milestones__row > div {
  min-height: 190px;
  padding: 34px clamp(24px, 3vw, 42px);
}

.wht-about-story-milestones__row > div + div {
  border-left: 1px solid rgba(19, 35, 29, 0.22);
}

.wht-about-story-milestones__row strong,
.wht-about-story-milestones__row span {
  display: block;
}

.wht-about-story-milestones__row strong {
  color: var(--wht-story-green);
  font-family: var(--wht-about-serif);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 690;
  letter-spacing: -0.045em;
  line-height: 1;
}

.wht-about-story-milestones__row span {
  max-width: 27ch;
  margin-top: 18px;
  color: var(--wht-story-muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.48;
}

.wht-about-story-closing {
  background: #fffdf8;
}

.wht-about-story-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 20px auto 36px;
  border: 1px solid var(--wht-story-green);
  border-radius: 999px;
  padding: 13px 24px;
  background: transparent;
  color: var(--wht-story-green) !important;
  font-weight: 800;
  text-decoration: none;
}

.wht-about-story-contact:hover,
.wht-about-story-contact:focus-visible {
  background: var(--wht-story-green);
  color: #fffdf8 !important;
}

.wht-about-story-thanks {
  margin-top: 28px !important;
  border-top: 1px solid rgba(19, 35, 29, 0.16);
  padding-top: 34px;
}

@media (max-width: 1100px) {
  .wht-about-story-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.75fr);
    padding-inline: clamp(34px, 5vw, 72px);
  }

  .wht-about-story-life__grid,
  .wht-about-story-learning__grid,
  .wht-about-story-heart__grid {
    gap: clamp(42px, 6vw, 74px);
  }
}

@media (max-width: 900px) {
  .wht-about-story-hero {
    grid-template-columns: 1fr;
    padding: 76px clamp(26px, 7vw, 64px);
  }

  .wht-about-story-hero__copy {
    min-height: 0;
  }

  .wht-about-story-hero__copy-inner {
    margin-inline: auto;
  }

  .wht-about-story-hero__media {
    width: min(76%, 420px);
    margin-top: 10px;
  }

  .wht-about-story-life__grid,
  .wht-about-story-learning__grid,
  .wht-about-story-heart__grid {
    grid-template-columns: 1fr;
  }

  .wht-about-story-life figure,
  .wht-about-story-learning figure,
  .wht-about-story-heart figure {
    width: min(72%, 480px);
    justify-self: center;
  }

  .wht-about-story-life figure {
    order: 2;
  }
}

@media (max-width: 720px) {
  .wht-about-story-hero {
    gap: 42px;
    padding: 64px 18px 72px;
  }

  .wht-about-story-hero__media {
    width: min(86%, 310px);
    min-height: 0;
    padding: 8px;
  }

  .wht-about-story-hero__media picture {
    height: auto;
    aspect-ratio: 3 / 3.8;
  }

  .wht-about-story-life figure,
  .wht-about-story-learning figure,
  .wht-about-story-heart figure {
    width: min(86%, 320px);
    padding: 8px;
  }

  .wht-about-story-life figure img {
    height: 220px;
  }

  .wht-about-story-gratitude__image {
    width: min(90%, 360px);
    padding: 8px;
  }

  .wht-about-story-gratitude__image img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .wht-about-story-hero__media figcaption,
  .wht-about-story-life figcaption,
  .wht-about-story-learning figcaption,
  .wht-about-story-heart figcaption,
  .wht-about-story-gratitude__image figcaption {
    right: auto;
    bottom: auto;
    left: auto;
    padding: 12px 11px 5px;
  }

  .wht-about-story-milestones__row {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .wht-about-story-milestones__row > div {
    min-height: 0;
    padding: 27px 20px;
  }

  .wht-about-story-milestones__row > div + div {
    border-top: 1px solid rgba(19, 35, 29, 0.22);
    border-left: 0;
  }

  .wht-about-story-contact {
    width: 100%;
    margin-top: 18px;
    padding-inline: 16px;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
   V3.2 — tighter editorial rhythm, stronger solidarity contrast and shared footer
   -------------------------------------------------------------------------- */

@media (min-width: 1101px) {
  .wht-about-story-shell {
    width: min(1120px, calc(100% - clamp(96px, 12vw, 230px)));
  }

  .wht-about-story-split {
    gap: clamp(48px, 5vw, 82px);
  }

  .wht-about-story-hero {
    grid-template-columns: minmax(0, 690px) minmax(320px, 400px);
    justify-content: center;
    gap: clamp(56px, 6vw, 96px);
    padding-inline: clamp(64px, 8.5vw, 170px);
  }
}

.wht-about-story-heart .wht-about-story-lead {
  color: #fff1bd !important;
  font-weight: 680;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}

.wht-about-story-inline-link,
.wht-about-story-inline-link:link,
.wht-about-story-inline-link:visited {
  color: #fff1bd !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.wht-about-story-inline-link:hover,
.wht-about-story-inline-link:focus-visible {
  color: #ffffff !important;
}

.wht-about-story .wht-about-footer {
  padding: clamp(66px, 7vw, 96px) 0 0;
  background: var(--wht-story-navy);
  color: #fffdf8;
}

.wht-about-story .wht-about-footer__grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.7fr) minmax(220px, 0.7fr);
  gap: clamp(38px, 6vw, 84px);
  padding-top: 0;
  border-top: 0;
}

.wht-about-story .wht-about-footer h2,
.wht-about-story .wht-about-footer h3,
.wht-about-story .wht-about-footer a,
.wht-about-story .wht-about-footer button,
.wht-about-story .wht-about-footer span {
  color: #fffdf8;
}

.wht-about-story .wht-about-footer p,
.wht-about-story .wht-about-footer li {
  color: rgba(255, 253, 248, 0.74);
}

.wht-about-story .wht-about-footer__eyebrow,
.wht-about-story .wht-about-footer nav h3,
.wht-about-story .wht-about-footer > .wht-about-shell > div > h3 {
  color: var(--wht-story-gold) !important;
}

.wht-about-story .wht-about-footer__cta {
  background: var(--wht-story-green);
  color: #fffdf8 !important;
}

.wht-about-story .wht-about-footer__bottom {
  border-top-color: rgba(255, 253, 248, 0.18);
  color: rgba(255, 253, 248, 0.72);
}

@media (max-width: 900px) {
  .wht-about-story .wht-about-footer {
    padding-top: 58px;
  }

  .wht-about-story .wht-about-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

/* --------------------------------------------------------------------------
   V3.3 — production SEO, accessibility and lean-asset refinement
   -------------------------------------------------------------------------- */

.wht-about-story a[target="_blank"]:focus-visible {
  outline-offset: 5px;
}

.wht-about-story-inline-link,
.wht-about-story-contact,
.wht-about-footer a {
  overflow-wrap: anywhere;
}

/* --------------------------------------------------------------------------
   V3.3.2 — About Us has no form; suppress globally injected CAPTCHA chrome
   -------------------------------------------------------------------------- */

body.wht-about-us-clean .grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}
