@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --woma-navy: #071b2b;
  --woma-navy-2: #0d2639;
  --woma-ink: #102334;
  --woma-ivory: #f1ede4;
  --woma-paper: #e8e0d2;
  --woma-oxblood: #8d282b;
  --woma-gold: #c9a465;
  --woma-line: rgba(16, 35, 52, .18);
  --woma-light-line: rgba(241, 237, 228, .22);
  --woma-serif: "Cormorant Garamond", Georgia, serif;
  --woma-sans: "Inter", Arial, sans-serif;
  --woma-pad: clamp(24px, 4.2vw, 112px);
  --woma-header-h: 74px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--woma-header-h);
}

body.woma-concept-page {
  margin: 0;
  padding-bottom: 0 !important;
  background: var(--woma-navy);
  color: var(--woma-ink);
  font-family: var(--woma-sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden !important;
}

body.woma-concept-page > .elementor-location-popup,
body.woma-concept-page > .elementor-popup-modal,
body.woma-concept-page > .elementor-location-footer,
body.woma-concept-page > .site-footer,
body.woma-concept-page > .aux-site-footer {
  display: none !important;
}

.woma-concept-page #trp-floater-ls,
.woma-concept-page #trp_ald_popup_select_container,
.woma-concept-page #trp_ald_modal_container,
.woma-concept-page .trp_model_container,
.woma-concept-page .cya11y-container {
  display: none !important;
}

.woma-concept-page *,
.woma-concept-page *::before,
.woma-concept-page *::after {
  box-sizing: border-box;
}

.woma-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;
}

.woma-concept-page img {
  display: block;
  max-width: 100%;
}

.woma-concept-page button,
.woma-concept-page input {
  font: inherit;
}

.woma-concept-page a {
  color: inherit;
  text-decoration: none;
}

.woma-concept-page a:focus-visible,
.woma-concept-page button:focus-visible,
.woma-concept-page input:focus-visible,
.woma-marker:focus-visible {
  outline: 2px solid var(--woma-gold);
  outline-offset: 4px;
}

.woma-site {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  min-height: 100vh;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.5), transparent 32%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E"),
    var(--woma-ivory);
}

.woma-skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 16px;
  background: var(--woma-ivory);
  color: var(--woma-navy);
  border: 1px solid var(--woma-gold);
}

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

.woma-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--woma-header-h);
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 0 var(--woma-pad);
  color: var(--woma-ivory);
  background: linear-gradient(180deg, rgba(4, 18, 29, .92), rgba(4, 18, 29, .72));
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  transition: transform .45s ease, background .3s ease;
}

.woma-header.is-scrolled {
  background: rgba(4, 18, 29, .97);
}

.woma-header.is-hidden {
  transform: translateY(-105%);
}

.woma-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-family: var(--woma-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: .9;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.woma-wordmark small {
  display: block;
  margin-bottom: 5px;
  font-family: var(--woma-sans);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .32em;
}

.woma-mark {
  width: 30px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.woma-mark--logo {
  width: 36px;
  height: 40px;
  object-fit: contain;
  fill: none;
  stroke: none;
}

.woma-desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3.1vw, 48px);
}

.woma-desktop-nav a,
.woma-languages,
.woma-menu-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.woma-desktop-nav a {
  position: relative;
  padding: 29px 0 25px;
}

.woma-desktop-nav a::after {
  content: "";
  position: absolute;
  inset: auto 50% 18px;
  height: 1px;
  background: var(--woma-oxblood);
  transform: translateX(-50%);
  width: 0;
  transition: width .25s ease;
}

.woma-desktop-nav a:hover::after,
.woma-desktop-nav a:focus-visible::after {
  width: 100%;
}

.woma-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.woma-languages {
  display: flex;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
}

.woma-languages a[aria-current="page"] {
  color: var(--woma-gold);
}

.woma-menu-languages {
  display: none;
}

.woma-icon-button,
.woma-menu-toggle {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.woma-icon-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.woma-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0;
}

.woma-menu-lines {
  display: grid;
  gap: 6px;
  width: 25px;
}

.woma-menu-lines i {
  display: block;
  height: 1px;
  background: currentColor;
  transition: transform .25s ease, width .25s ease;
}

.woma-menu-lines i:last-child {
  width: 65%;
  justify-self: end;
  background: var(--woma-oxblood);
}

.woma-menu-toggle[aria-expanded="true"] .woma-menu-lines i:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.woma-menu-toggle[aria-expanded="true"] .woma-menu-lines i:last-child {
  width: 100%;
  transform: translateY(-3.5px) rotate(-45deg);
}

.woma-menu-panel[hidden],
.woma-search-dialog[hidden] {
  display: none;
}

.woma-menu-panel {
  position: fixed;
  z-index: 900;
  inset: var(--woma-header-h) 0 0;
  color: var(--woma-ivory);
  background:
    linear-gradient(110deg, rgba(7,27,43,.97), rgba(7,27,43,.9)),
    var(--woma-navy);
  overflow: auto;
}

.woma-menu-inner {
  min-height: calc(100vh - var(--woma-header-h));
  display: grid;
  grid-template-columns: 1fr minmax(320px, .55fr);
  align-items: center;
  gap: 10vw;
  padding: 8vh var(--woma-pad);
}

.woma-menu-inner > .woma-eyebrow {
  grid-column: 1 / -1;
  align-self: end;
}

.woma-menu-inner nav {
  display: grid;
}

.woma-menu-inner nav a {
  display: flex;
  gap: 30px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--woma-light-line);
  font-family: var(--woma-serif);
  font-size: clamp(36px, 5vw, 74px);
  line-height: 1;
}

.woma-menu-inner nav a span {
  min-width: 26px;
  color: var(--woma-gold);
  font-family: var(--woma-sans);
  font-size: 10px;
  letter-spacing: .2em;
}

.woma-menu-inner nav a:hover {
  color: var(--woma-gold);
}

.woma-menu-inner--all {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: clamp(35px, 7vw, 100px);
}

.woma-menu-inner--all > nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(25px, 5vw, 75px);
}

.woma-menu-inner--all > nav a {
  font-size: clamp(26px, 3.2vw, 48px);
}

.woma-menu-note {
  align-self: end;
  max-width: 360px;
  padding: 28px;
  border: 1px solid var(--woma-light-line);
}

.woma-menu-note p {
  margin: 0 0 34px;
  font-family: var(--woma-serif);
  font-size: 28px;
  line-height: 1.15;
}

.woma-menu-note a,
.woma-map-story a {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.woma-search-dialog {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.woma-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 11, 18, .86);
  backdrop-filter: blur(9px);
}

.woma-search-panel {
  position: relative;
  width: min(760px, 100%);
  padding: clamp(32px, 7vw, 76px);
  background: var(--woma-ivory);
  border: 1px solid var(--woma-gold);
}

.woma-search-panel h2 {
  margin: 0 0 40px;
  font-family: var(--woma-serif);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  line-height: 1;
}

.woma-search-close {
  position: absolute;
  top: 14px;
  right: 18px;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--woma-ink);
  font-size: 36px;
  cursor: pointer;
}

.woma-search-panel label {
  display: block;
  margin-bottom: 9px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.woma-search-panel form > div {
  display: flex;
  border-bottom: 1px solid var(--woma-ink);
}

.woma-search-panel input {
  flex: 1;
  min-width: 0;
  padding: 14px 2px;
  border: 0;
  background: transparent;
  font-family: var(--woma-serif);
  font-size: 25px;
}

.woma-search-panel button[type="submit"] {
  border: 0;
  background: transparent;
  color: var(--woma-oxblood);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
}

.woma-dialog-open,
.woma-menu-open {
  overflow: hidden;
}

.woma-hero {
  position: relative;
  min-height: min(900px, 100svh);
  color: var(--woma-navy);
  overflow: hidden;
  background: #d8d1c6;
}

.woma-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 64%;
  filter: saturate(.75) contrast(1.04);
  animation: womaHeroDrift 20s ease-out both;
}

.woma-hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(242,237,228,.98) 0%, rgba(242,237,228,.91) 31%, rgba(242,237,228,.24) 61%, rgba(5,22,34,.15) 100%),
    linear-gradient(180deg, rgba(7,27,43,.16), transparent 28%, rgba(7,27,43,.15));
}

.woma-hero-content {
  position: relative;
  z-index: 1;
  width: min(910px, 67vw);
  padding: clamp(150px, 20vh, 210px) 0 110px var(--woma-pad);
}

.woma-eyebrow {
  margin: 0 0 18px;
  color: var(--woma-oxblood);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .24em;
  line-height: 1.4;
  text-transform: uppercase;
}

.woma-hero h1 {
  margin: 0 0 28px;
  max-width: 800px;
  font-family: var(--woma-serif);
  font-size: clamp(68px, 7vw, 132px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .82;
}

.woma-hero h1 span {
  white-space: nowrap;
}

html:not([lang^="en"]) .woma-hero h1 span {
  white-space: normal;
}

.woma-site :is(h1, h2, h3, h4, p, a, button) {
  overflow-wrap: break-word;
}

html[lang^="zh"] .woma-site :is(h1, h2, h3, h4, p, a, button) {
  line-break: strict;
  word-break: normal;
}

@media (min-width: 1800px) {
  .woma-hero-content {
    width: min(1120px, 64vw);
  }

  .woma-hero h1 {
    max-width: 1000px;
  }

  .woma-content-site .woma-page-hero__copy {
    width: min(1040px, calc(100% - (2 * var(--woma-pad))));
  }

  .woma-content-site .woma-page-hero__copy h1 {
    max-width: 1000px;
  }
}

.woma-hero-copy {
  max-width: 520px;
  margin: 0 0 34px;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.75;
}

.woma-hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

.woma-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 9px 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.woma-text-link::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 54px;
  height: 1px;
  background: var(--woma-oxblood);
}

.woma-text-link span,
.woma-event-arrow,
.woma-button span {
  transition: transform .25s ease;
}

.woma-text-link:hover span,
.woma-event-card:hover .woma-event-arrow,
.woma-button:hover span {
  transform: translateX(6px);
}

.woma-text-link--gold {
  color: var(--woma-gold);
}

.woma-text-link--gold::after {
  background: var(--woma-gold);
}

.woma-soundscape {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0;
  border: 0;
  color: var(--woma-ink);
  background: transparent;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
}

.woma-sound-bars {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 14px;
}

.woma-sound-bars i {
  width: 1px;
  height: 4px;
  background: currentColor;
}

.woma-soundscape[aria-pressed="true"] .woma-sound-bars i {
  animation: womaSound .8s ease-in-out infinite alternate;
}

.woma-soundscape[aria-pressed="true"] .woma-sound-bars i:nth-child(2) { animation-delay: -.25s; }
.woma-soundscape[aria-pressed="true"] .woma-sound-bars i:nth-child(3) { animation-delay: -.5s; }
.woma-soundscape[aria-pressed="true"] .woma-sound-bars i:nth-child(4) { animation-delay: -.7s; }

.woma-hero-index {
  position: absolute;
  right: var(--woma-pad);
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--woma-ivory);
  font-size: 9px;
  letter-spacing: .18em;
}

.woma-hero-index i {
  display: block;
  width: 110px;
  height: 1px;
  background: linear-gradient(90deg, var(--woma-oxblood) 35%, rgba(255,255,255,.45) 35%);
}

.woma-scroll-cue {
  position: absolute;
  z-index: 2;
  left: var(--woma-pad);
  bottom: 30px;
  display: grid;
  gap: 8px;
  color: var(--woma-ink);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.woma-scroll-cue i {
  width: 1px;
  height: 42px;
  background: var(--woma-oxblood);
}

.woma-introduction {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr);
  gap: clamp(44px, 7vw, 110px);
  padding: clamp(80px, 10vw, 150px) var(--woma-pad);
  background: var(--woma-ivory);
}

.woma-introduction__media {
  min-height: 620px;
  margin: 0;
}

.woma-introduction__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woma-introduction__media figcaption,
.woma-culture-story figcaption {
  margin-top: 10px;
  color: rgba(16,35,52,.6);
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.woma-introduction__copy {
  align-self: center;
  max-width: 690px;
}

.woma-introduction__copy h2,
.woma-culture-access__heading h2 {
  margin: 0 0 34px;
  font: 500 clamp(58px, 6.2vw, 96px)/.9 var(--woma-serif);
  letter-spacing: -.045em;
}

.woma-introduction__copy > p:not(.woma-eyebrow) {
  max-width: 620px;
  margin: 0 0 18px;
  color: rgba(16,35,52,.76);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.7;
}

.woma-theme-index {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, .68fr) minmax(0, 1.32fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: start;
  padding-top: clamp(65px, 8vw, 105px);
  border-top: 1px solid var(--woma-line);
}

.woma-theme-index h3 {
  margin: 0;
  font: 500 clamp(44px, 4.6vw, 72px)/.94 var(--woma-serif);
  letter-spacing: -.035em;
}

.woma-theme-index nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--woma-line);
  border-left: 1px solid var(--woma-line);
}

.woma-theme-index a {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 18px;
  border-right: 1px solid var(--woma-line);
  border-bottom: 1px solid var(--woma-line);
  font-family: var(--woma-serif);
  font-size: 22px;
  line-height: 1.05;
  transition: color .25s ease, background .25s ease;
}

.woma-theme-index a:hover,
.woma-theme-index a:focus-visible {
  color: var(--woma-ivory);
  background: var(--woma-navy);
}

.woma-theme-index a span {
  color: var(--woma-oxblood);
  font: 600 8px/1 var(--woma-sans);
  letter-spacing: .14em;
}

.woma-theme-index a i {
  font: normal 14px/1 var(--woma-sans);
}

.woma-terroir,
.woma-gateways,
.woma-events {
  padding: clamp(70px, 9vw, 130px) var(--woma-pad);
}

.woma-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .65fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: 55px;
}

.woma-section-heading h2,
.woma-contact-band h2,
.woma-archive h2 {
  margin: 0;
  font-family: var(--woma-serif);
  font-size: clamp(50px, 5.6vw, 84px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .96;
}

.woma-section-heading > p {
  max-width: 520px;
  margin: 0;
  color: rgba(16,35,52,.72);
  font-size: 14px;
}

.woma-terroir-grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 280px;
  min-height: 550px;
  border: 1px solid var(--woma-line);
}

.woma-map-controls {
  padding: 24px 0;
  border-right: 1px solid var(--woma-line);
}

.woma-map-controls button {
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 22px;
  border: 0;
  border-left: 3px solid transparent;
  color: var(--woma-ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.woma-map-controls button + button {
  border-top: 1px solid var(--woma-line);
}

.woma-map-controls button[aria-selected="true"] {
  border-left-color: var(--woma-oxblood);
  background: rgba(141,40,43,.07);
}

.woma-map-controls svg {
  flex: 0 0 auto;
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.woma-map-controls span {
  display: grid;
  gap: 2px;
  font-size: 10px;
  line-height: 1.4;
}

.woma-map-controls strong {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.woma-terrain {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.7), transparent 68%),
    #ddd6c9;
}

.woma-terrain::after {
  content: "AEGEAN SEA";
  position: absolute;
  top: 48px;
  right: 35px;
  font-size: 9px;
  letter-spacing: .25em;
  transform: rotate(90deg);
  transform-origin: right top;
}

.woma-terrain-svg {
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.woma-terrain-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(.78) contrast(1.01);
  transition: opacity .28s ease;
}

.woma-terrain-art.is-changing {
  opacity: .32;
}

.woma-map-markers--raster {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.woma-map-markers--raster .woma-marker {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 2px solid var(--woma-ivory);
  border-radius: 50%;
  background: var(--woma-oxblood);
  box-shadow: 0 9px 24px rgba(7, 27, 43, .28);
  transform: translate(-50%, -50%);
  transition: transform .25s ease, box-shadow .25s ease;
}

.woma-map-markers--raster .woma-marker::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  width: 1px;
  height: 38px;
  background: var(--woma-oxblood);
}

.woma-map-markers--raster .woma-marker i {
  position: absolute;
  inset: 8px;
  display: block;
  border: 1px solid rgba(255, 255, 255, .8);
  transform: rotate(45deg);
}

.woma-map-markers--raster .woma-marker:hover,
.woma-map-markers--raster .woma-marker.is-active {
  transform: translate(-50%, -50%) scale(1.22);
  box-shadow: 0 12px 35px rgba(7, 27, 43, .4);
}

.woma-marker--west {
  left: 30%;
  top: 53%;
}

.woma-marker--central {
  left: 51.5%;
  top: 57%;
}

.woma-marker--high {
  left: 66.5%;
  top: 67%;
}

.woma-wind-lines,
.woma-vineyard-plots,
.woma-altitude-lines {
  transition: opacity .3s ease;
}

.woma-vineyard-plots path {
  fill: rgba(141,40,43,.25);
  stroke: var(--woma-oxblood);
  stroke-width: 2;
}

.woma-terrain[data-layer="altitude"] .woma-wind-lines,
.woma-terrain[data-layer="altitude"] .woma-vineyard-plots { opacity: .18; }
.woma-terrain[data-layer="sea-wind"] .woma-wind-lines { opacity: 1; }
.woma-terrain[data-layer="sea-wind"] .woma-altitude-lines,
.woma-terrain[data-layer="sea-wind"] .woma-vineyard-plots { opacity: .2; }
.woma-terrain[data-layer="soil"] .woma-land-shape { fill: #a99a83; }
.woma-terrain[data-layer="soil"] .woma-wind-lines,
.woma-terrain[data-layer="soil"] .woma-vineyard-plots { opacity: .12; }
.woma-terrain[data-layer="vineyards"] .woma-vineyard-plots { opacity: 1; }
.woma-terrain[data-layer="vineyards"] .woma-wind-lines,
.woma-terrain[data-layer="vineyards"] .woma-altitude-lines { opacity: .18; }

.woma-marker {
  color: var(--woma-oxblood);
  cursor: pointer;
}

.woma-marker circle {
  fill: var(--woma-oxblood);
  stroke: var(--woma-ivory);
  stroke-width: 3;
  transition: r .2s ease;
}

.woma-marker path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.woma-marker path:last-child {
  fill: var(--woma-ivory);
  stroke: none;
}

.woma-marker:hover circle,
.woma-marker.is-active circle {
  r: 20;
}

.woma-map-scale path {
  fill: none;
  stroke: var(--woma-ink);
  stroke-width: 1;
}

.woma-map-scale text {
  fill: var(--woma-ink);
  font-family: var(--woma-sans);
  font-size: 10px;
}

.woma-map-facts {
  position: absolute;
  inset: auto 28px 24px;
  display: flex;
  gap: 34px;
}

.woma-map-facts span {
  display: grid;
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.woma-map-facts em {
  font-style: normal;
}

.woma-map-facts strong {
  font-family: var(--woma-serif);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.woma-map-story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 32px;
  color: var(--woma-ivory);
  background: var(--woma-navy);
}

.woma-map-story-number {
  margin-bottom: 32px;
  color: var(--woma-gold);
  font-family: var(--woma-serif);
  font-size: 74px;
  line-height: 1;
}

.woma-map-story .woma-eyebrow {
  color: var(--woma-gold);
}

.woma-map-story h3 {
  margin: 0 0 20px;
  font-family: var(--woma-serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.woma-map-story > p:not(.woma-eyebrow) {
  margin: 0 0 38px;
  color: rgba(241,237,228,.72);
  font-size: 13px;
}

.woma-map-story a {
  color: var(--woma-gold);
}

.woma-seasons {
  padding: clamp(70px, 8vw, 115px) var(--woma-pad);
  color: var(--woma-ivory);
  background:
    radial-gradient(circle at 80% 0%, rgba(93,125,145,.28), transparent 30%),
    var(--woma-navy);
}

.woma-section-heading--light > p {
  color: rgba(241,237,228,.7);
}

.woma-section-heading--light .woma-eyebrow {
  color: var(--woma-gold);
}

.woma-season-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 28px;
  border: 1px solid var(--woma-light-line);
}

.woma-season-tabs button {
  min-height: 62px;
  border: 0;
  border-right: 1px solid var(--woma-light-line);
  color: rgba(241,237,228,.65);
  background: transparent;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
}

.woma-season-tabs button:last-child {
  border-right: 0;
}

.woma-season-tabs button[aria-selected="true"] {
  color: var(--woma-navy);
  background: var(--woma-gold);
}

.woma-season-tabs button:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--woma-ivory);
  outline-offset: -4px;
}

.woma-season-panel {
  display: grid;
  grid-template-columns: minmax(310px, .75fr) minmax(0, 1.4fr);
  align-items: center;
  border: 1px solid var(--woma-light-line);
}

.woma-season-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: clamp(35px, 5vw, 70px);
}

.woma-season-copy .woma-eyebrow {
  color: var(--woma-gold);
}

.woma-season-copy h3 {
  margin: 0 0 24px;
  font-family: var(--woma-serif);
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 500;
  line-height: .95;
}

.woma-season-copy > p:not(.woma-eyebrow) {
  max-width: 430px;
  margin: 0 0 30px;
  color: rgba(241,237,228,.72);
  font-size: 14px;
}

.woma-season-facts {
  display: grid;
  gap: 10px;
  max-width: 430px;
  margin: 0 0 30px;
}

.woma-season-facts > div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(241,237,228,.16);
}

.woma-season-facts dt,
.woma-season-facts dd {
  margin: 0;
}

.woma-season-facts dt {
  color: var(--woma-gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.woma-season-facts dd {
  color: rgba(241,237,228,.82);
  font-size: 12px;
  line-height: 1.4;
}

.woma-season-image-wrap {
  position: relative;
  height: clamp(430px, 33vw, 520px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #0c2638;
}

.woma-season-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,27,43,.34), transparent 32%);
  pointer-events: none;
}

.woma-season-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.05);
  transition: opacity .25s ease, transform .7s ease;
}

.woma-season-image-wrap img.is-changing {
  opacity: .2;
  transform: scale(1.025);
}

.woma-season-counter {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 22px;
  font-size: 9px;
  letter-spacing: .2em;
}

.woma-gateway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.woma-map-controls,
.woma-season-tabs,
.woma-gateway-grid {
  scrollbar-width: none;
}

.woma-map-controls::-webkit-scrollbar,
.woma-season-tabs::-webkit-scrollbar,
.woma-gateway-grid::-webkit-scrollbar {
  display: none;
}

.woma-gateway-card {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  color: var(--woma-ivory);
  overflow: hidden;
  background: var(--woma-navy);
}

.woma-gateway-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,27,43,.04) 25%, rgba(7,27,43,.93) 93%);
}

.woma-gateway-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.68);
  transition: transform .7s ease, filter .4s ease;
}

.woma-gateway-card:hover img {
  transform: scale(1.04);
  filter: saturate(.88);
}

.woma-gateway-index,
.woma-gateway-card > div {
  position: relative;
  z-index: 1;
}

.woma-gateway-index {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  font-family: var(--woma-serif);
  font-size: 18px;
}

.woma-gateway-card .woma-eyebrow {
  color: var(--woma-gold);
}

.woma-gateway-card h3 {
  margin: 0 0 24px;
  color: var(--woma-ivory) !important;
  font-family: var(--woma-serif);
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 500;
  line-height: .95;
}

.woma-gateway-card > div > span {
  color: var(--woma-ivory) !important;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.woma-archive {
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(360px, .75fr) minmax(340px, .7fr);
  color: var(--woma-ivory);
  background: var(--woma-navy);
  overflow: hidden;
}

.woma-archive-art {
  position: relative;
  min-height: 660px;
  background: var(--woma-paper);
  overflow: hidden;
}

.woma-archive-art img {
  position: absolute;
  width: 145%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  opacity: .18;
  mix-blend-mode: multiply;
  filter: invert(1);
}

.woma-archive-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(45px, 6vw, 95px);
}

.woma-archive-copy .woma-eyebrow {
  color: var(--woma-gold);
}

.woma-archive-copy > p:not(.woma-eyebrow) {
  color: rgba(241,237,228,.72);
  font-size: 14px;
}

.woma-archive-copy blockquote {
  margin: 28px 0 34px;
  padding-left: 22px;
  border-left: 1px solid var(--woma-gold);
  font-family: var(--woma-serif);
  font-size: 26px;
  font-style: italic;
  line-height: 1.2;
}

.woma-archive-photo {
  position: relative;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
}

.woma-archive-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.6);
}

.woma-archive-photo figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 8px 12px;
  color: var(--woma-navy);
  background: rgba(241,237,228,.9);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.woma-event-list {
  border-top: 1px solid var(--woma-line);
}

.woma-event-card {
  display: grid;
  grid-template-columns: 140px 210px minmax(0, 1fr) 70px;
  min-height: 170px;
  align-items: center;
  border-bottom: 1px solid var(--woma-line);
}

.woma-event-date {
  display: grid;
  justify-items: start;
}

.woma-event-date strong {
  font-family: var(--woma-serif);
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}

.woma-event-date span {
  margin-top: 5px;
  font-size: 9px;
  letter-spacing: .18em;
}

.woma-event-image {
  width: 170px;
  height: 110px;
  overflow: hidden;
}

.woma-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7);
  transition: transform .5s ease;
}

.woma-event-card:hover .woma-event-image img {
  transform: scale(1.05);
}

.woma-event-copy .woma-eyebrow {
  margin-bottom: 9px;
}

.woma-event-copy h3 {
  margin: 0;
  font-family: var(--woma-serif);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.1;
}

.woma-event-arrow {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 1px solid var(--woma-line);
  border-radius: 50%;
}

.woma-contact-band {
  display: grid;
  grid-template-columns: 1fr minmax(280px, .65fr) auto;
  gap: 5vw;
  align-items: center;
  padding: clamp(55px, 7vw, 90px) var(--woma-pad);
  border-top: 1px solid var(--woma-line);
  background: var(--woma-paper);
}

.woma-contact-band h2 {
  max-width: 620px;
  font-size: clamp(40px, 4.4vw, 66px);
}

.woma-contact-band > p {
  margin: 0;
  color: rgba(16,35,52,.72);
  font-size: 14px;
}

.woma-button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-width: 180px;
  min-height: 54px;
  padding: 0 20px;
  color: var(--woma-ivory) !important;
  background: var(--woma-oxblood);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.woma-footer {
  padding: 70px var(--woma-pad) 30px;
  color: var(--woma-ivory);
  background: var(--woma-navy);
}

.woma-footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  gap: 7vw;
  align-items: start;
  padding-bottom: 65px;
}

.woma-wordmark--footer {
  color: var(--woma-gold);
}

.woma-footer-main > p {
  margin: 0;
  color: rgba(241,237,228,.62);
  font-family: var(--woma-serif);
  font-size: 23px;
  line-height: 1.25;
}

.woma-footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 40px;
}

.woma-footer-links a {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--woma-light-line);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.woma-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
  border-top: 1px solid var(--woma-light-line);
  color: rgba(241,237,228,.5);
  font-size: 8px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.woma-mobile-dock {
  display: none;
}

.woma-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.woma-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes womaHeroDrift {
  from { transform: scale(1.04); }
  to { transform: scale(1); }
}

@keyframes womaSound {
  from { height: 3px; }
  to { height: 14px; }
}

.woma-culture-access {
  padding: clamp(80px, 10vw, 145px) var(--woma-pad);
  background: #e2d9ca;
}

.woma-culture-access__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .62fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: clamp(50px, 7vw, 90px);
}

.woma-culture-access__heading h2 {
  max-width: 900px;
  margin-bottom: 0;
}

.woma-culture-access__heading > p {
  max-width: 520px;
  margin: 0;
  color: rgba(16,35,52,.76);
  font-size: 16px;
  line-height: 1.75;
}

.woma-culture-access__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 46px);
}

.woma-culture-story {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(16,35,52,.22);
  background: rgba(241,237,228,.72);
}

.woma-culture-story figure {
  margin: 0;
  padding: 14px 14px 0;
}

.woma-culture-story figure img {
  width: 100%;
  height: clamp(300px, 30vw, 470px);
  object-fit: cover;
}

.woma-culture-story figcaption {
  margin: 10px 4px 0;
}

.woma-culture-story > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 460px;
  padding: clamp(28px, 4vw, 54px);
}

.woma-culture-story__number {
  align-self: flex-end;
  margin-bottom: -10px;
  color: rgba(16,35,52,.32);
  font: 500 54px/1 var(--woma-serif);
}

.woma-culture-story h3 {
  max-width: 570px;
  margin: 0 0 24px;
  font: 500 clamp(37px, 3.6vw, 58px)/.94 var(--woma-serif);
  letter-spacing: -.035em;
}

.woma-culture-story > div > p:not(.woma-eyebrow) {
  margin: 0 0 30px;
  color: rgba(16,35,52,.76);
  font-size: 14px;
  line-height: 1.8;
}

.woma-culture-story .woma-text-link {
  margin-top: auto;
}

@media (max-width: 1320px) {
  .woma-languages {
    display: none;
  }

  .woma-menu-languages {
    display: block;
    margin: 0 0 24px;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--woma-light-line);
  }

  .woma-menu-languages .woma-languages {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }

  .woma-menu-inner .woma-menu-languages .woma-languages a {
    display: inline-flex;
    padding: 4px 0;
    border: 0;
    font-family: var(--woma-sans);
    font-size: 11px;
    letter-spacing: .16em;
    line-height: 1;
  }
}

@media (max-width: 1180px) {
  :root {
    --woma-pad: 42px;
  }

  .woma-header {
    grid-template-columns: 220px 1fr auto;
  }

  .woma-desktop-nav {
    gap: 22px;
  }

  .woma-hero h1 {
    font-size: clamp(64px, 7vw, 88px);
  }

  .woma-terroir-grid {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .woma-map-story {
    grid-column: 1 / -1;
    min-height: 260px;
    display: grid;
    grid-template-columns: 110px 1fr 1fr;
    align-items: center;
    gap: 28px;
  }

  .woma-map-story-number {
    margin: 0;
  }

  .woma-map-story .woma-eyebrow {
    grid-column: 2;
    margin: 0;
  }

  .woma-map-story h3 {
    grid-column: 2;
  }

  .woma-map-story > p:not(.woma-eyebrow) {
    grid-column: 3;
    grid-row: 1 / span 2;
    margin: 0;
  }

  .woma-map-story a {
    grid-column: 3;
  }

  .woma-archive {
    grid-template-columns: .55fr .9fr;
  }

  .woma-archive-art {
    display: none;
  }

  .woma-introduction {
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: 55px;
  }

  .woma-theme-index {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .woma-culture-story > div {
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  :root {
    --woma-pad: 30px;
    --woma-header-h: 66px;
  }

  .woma-header {
    grid-template-columns: 1fr auto;
  }

  .woma-desktop-nav,
  .woma-menu-label {
    display: none;
  }

  .woma-header-tools {
    grid-column: 2;
  }

  .woma-hero {
    min-height: 840px;
  }

  .woma-hero-content {
    width: min(720px, 85vw);
    padding-top: 150px;
  }

  .woma-hero-wash {
    background:
      linear-gradient(180deg, rgba(242,237,228,.92) 0%, rgba(242,237,228,.68) 48%, rgba(5,22,34,.05) 80%),
      linear-gradient(90deg, rgba(242,237,228,.9), transparent 75%);
  }

  .woma-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .woma-introduction {
    grid-template-columns: 1fr;
  }

  .woma-introduction__media {
    min-height: 520px;
  }

  .woma-introduction__copy {
    max-width: 760px;
  }

  .woma-theme-index nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woma-terroir-grid {
    grid-template-columns: 1fr;
  }

  .woma-map-controls {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--woma-line);
    overflow-x: auto;
  }

  .woma-map-controls button {
    min-width: 150px;
    min-height: 90px;
    border-top: 0 !important;
    border-left: 0;
    border-bottom: 3px solid transparent;
  }

  .woma-map-controls button[aria-selected="true"] {
    border-bottom-color: var(--woma-oxblood);
  }

  .woma-terrain {
    min-height: 500px;
  }

  .woma-map-story {
    display: block;
    padding: 38px;
  }

  .woma-map-story-number {
    float: right;
    font-size: 58px;
  }

  .woma-map-story h3 {
    max-width: 420px;
  }

  .woma-map-story > p:not(.woma-eyebrow) {
    max-width: 620px;
    margin-bottom: 24px;
  }

  .woma-season-panel {
    grid-template-columns: 1fr;
  }

  .woma-season-image-wrap {
    grid-row: 1;
    height: clamp(360px, 58vw, 470px);
  }

  .woma-season-copy {
    grid-row: 2;
    min-height: 0;
  }

  .woma-gateway-grid {
    grid-template-columns: 1fr;
  }

  .woma-gateway-card {
    min-height: 440px;
  }

  .woma-archive {
    grid-template-columns: 1fr 1fr;
  }

  .woma-culture-access__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .woma-culture-access__grid {
    grid-template-columns: 1fr;
  }

  .woma-culture-story {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    grid-template-rows: 1fr;
  }

  .woma-culture-story figure img {
    height: 100%;
    min-height: 560px;
  }

  .woma-culture-story > div {
    min-height: 560px;
  }

  .woma-event-card {
    grid-template-columns: 110px 160px minmax(0, 1fr) 55px;
  }

  .woma-event-image {
    width: 140px;
    height: 95px;
  }

  .woma-contact-band {
    grid-template-columns: 1fr auto;
  }

  .woma-contact-band > p {
    grid-column: 1;
  }

  .woma-contact-band .woma-button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .woma-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .woma-footer-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .woma-search-dialog {
    padding: 16px;
  }

  .woma-search-panel {
    width: 100%;
    max-width: calc(100vw - 32px);
    padding: 36px 32px 32px;
  }

  .woma-search-panel h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .woma-search-panel form > div {
    display: grid;
    gap: 8px;
    padding-bottom: 10px;
  }

  .woma-search-panel input {
    width: 100%;
    padding-bottom: 8px;
    font-size: 22px;
  }

  .woma-search-panel button[type="submit"] {
    min-height: 44px;
    justify-self: start;
    padding: 8px 0;
  }

  .woma-introduction {
    gap: 42px;
    padding: 72px 20px;
  }

  .woma-introduction__media {
    min-height: 410px;
  }

  .woma-introduction__copy h2,
  .woma-culture-access__heading h2 {
    font-size: 55px;
  }

  .woma-introduction__copy > p:not(.woma-eyebrow) {
    font-size: 16px;
  }

  .woma-theme-index {
    padding-top: 54px;
  }

  .woma-theme-index nav {
    grid-template-columns: 1fr;
  }

  .woma-theme-index a {
    min-height: 70px;
  }

  .woma-culture-access {
    padding: 72px 20px;
  }

  .woma-culture-access__grid {
    gap: 24px;
  }

  .woma-culture-story {
    display: block;
  }

  .woma-culture-story figure img {
    height: 310px;
    min-height: 0;
  }

  .woma-culture-story > div {
    min-height: 0;
    padding: 30px 24px 36px;
  }

  .woma-culture-story__number {
    font-size: 42px;
  }

  .woma-culture-story h3 {
    font-size: 40px;
  }

  .woma-menu-inner--all > nav {
    grid-template-columns: 1fr;
  }

  .woma-menu-inner--all > nav a {
    font-size: clamp(25px, 8vw, 35px);
  }

  :root {
    --woma-pad: 20px;
    --woma-header-h: 62px;
  }

  body.woma-concept-page {
    padding-bottom: 70px;
  }

  .woma-header {
    padding: 0 18px;
  }

  .woma-wordmark {
    font-size: 15px;
  }

  .woma-wordmark small {
    font-size: 6px;
  }

  .woma-mark {
    width: 25px;
  }

  .woma-icon-button {
    display: none;
  }

  .woma-menu-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 42px;
    padding-top: 45px;
  }

  .woma-menu-inner > .woma-eyebrow {
    grid-column: auto;
  }

  .woma-menu-inner nav a {
    font-size: 38px;
  }

  .woma-menu-note {
    align-self: start;
  }

  .woma-hero {
    min-height: 790px;
  }

  .woma-hero-image {
    object-position: 42% 70%;
  }

  .woma-hero-wash {
    background:
      linear-gradient(180deg, rgba(242,237,228,.96) 0%, rgba(242,237,228,.82) 42%, rgba(7,27,43,.18) 72%, rgba(7,27,43,.5) 100%);
  }

  .woma-hero-content {
    width: auto;
    padding: 126px var(--woma-pad) 120px;
  }

  .woma-hero h1 {
    max-width: 360px;
    font-size: clamp(50px, 15vw, 69px);
    line-height: .83;
  }

  .woma-hero h1 span {
    white-space: normal;
  }

  .woma-hero-copy {
    max-width: 350px;
    font-size: 13px;
  }

  .woma-hero-actions {
    display: grid;
    gap: 18px;
  }

  .woma-soundscape {
    display: none;
  }

  .woma-scroll-cue {
    display: none;
  }

  .woma-hero-index {
    right: 20px;
    bottom: 22px;
  }

  .woma-section-heading {
    margin-bottom: 34px;
  }

  .woma-section-heading h2,
  .woma-contact-band h2,
  .woma-archive h2 {
    font-size: 45px;
  }

  .woma-terroir,
  .woma-gateways,
  .woma-events,
  .woma-seasons {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .woma-map-controls {
    grid-template-columns: repeat(4, minmax(132px, 1fr));
  }

  .woma-map-controls button {
    padding: 12px 15px;
  }

  .woma-terrain {
    min-height: 350px;
  }

  .woma-terrain-svg {
    min-width: 610px;
    min-height: 350px;
    transform: translateX(-100px);
  }

  .woma-map-facts {
    left: 16px;
    right: 16px;
    bottom: 12px;
    gap: 16px;
  }

  .woma-map-facts span:nth-child(2) {
    display: none;
  }

  .woma-map-story {
    min-height: 310px;
    padding: 32px 24px;
  }

  .woma-season-tabs {
    grid-template-columns: repeat(4, minmax(105px, 1fr));
    overflow-x: auto;
  }

  .woma-season-tabs button {
    padding: 0 15px;
  }

  .woma-season-panel {
    min-height: 0;
  }

  .woma-season-image-wrap {
    height: 300px;
  }

  .woma-season-copy {
    padding: 34px 24px 42px;
  }

  .woma-season-copy h3 {
    font-size: 42px;
  }

  .woma-season-facts > div {
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 10px;
  }

  .woma-gateway-grid {
    display: flex;
    margin-right: calc(var(--woma-pad) * -1);
    padding-right: var(--woma-pad);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .woma-gateway-card {
    flex: 0 0 83vw;
    min-height: 440px;
    scroll-snap-align: start;
  }

  .woma-archive {
    grid-template-columns: 1fr;
  }

  .woma-archive-copy {
    padding: 65px 24px;
  }

  .woma-archive-photo {
    min-height: 450px;
  }

  .woma-event-card {
    grid-template-columns: 76px 86px minmax(0, 1fr) 40px;
    min-height: 130px;
    gap: 8px;
  }

  .woma-event-date strong {
    font-size: 23px;
  }

  .woma-event-image {
    width: 76px;
    height: 76px;
  }

  .woma-event-copy h3 {
    font-size: 19px;
  }

  .woma-event-copy .woma-eyebrow {
    font-size: 7px;
    margin-bottom: 4px;
  }

  .woma-event-arrow {
    width: 34px;
    height: 34px;
  }

  .woma-contact-band {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .woma-contact-band > p,
  .woma-contact-band .woma-button {
    grid-column: auto;
    grid-row: auto;
  }

  .woma-button {
    justify-self: start;
  }

  .woma-footer {
    padding: 55px 20px 30px;
  }

  .woma-footer-main {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .woma-footer-links {
    grid-column: auto;
  }

  .woma-footer-bottom {
    display: grid;
    gap: 8px;
  }

  .woma-mobile-dock {
    position: fixed;
    z-index: 850;
    inset: auto 0 0;
    height: calc(70px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 7px 8px env(safe-area-inset-bottom);
    color: rgba(241,237,228,.68);
    background: rgba(4,18,29,.98);
    border-top: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
  }

  .woma-mobile-dock a {
    min-width: 0;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 3px;
    font-size: 7px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .woma-mobile-dock a[aria-current="page"] {
    color: var(--woma-gold);
  }

  .woma-mobile-dock svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
  }

  .woma-mobile-dock a:first-child svg {
    fill: none;
  }
}

@media (max-width: 370px) {
  .woma-hero h1 {
    font-size: 48px;
  }

  .woma-hero-copy {
    max-width: 300px;
  }

  .woma-event-card {
    grid-template-columns: 68px 70px minmax(0, 1fr);
  }

  .woma-event-arrow {
    display: none;
  }
}

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

  .woma-concept-page *,
  .woma-concept-page *::before,
  .woma-concept-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .woma-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Editorial typography scale — v6.5.1
   Preserve the cinematic hierarchy without allowing display type to obscure
   the photography or push supporting copy below the first viewport. */
.woma-hero-content {
  width: min(1000px, 60vw);
}

.woma-hero h1 {
  max-width: 940px;
  font-size: clamp(58px, 4.9vw, 94px);
  line-height: .9;
  letter-spacing: -.038em;
  text-wrap: balance;
}

html[lang^="el"] .woma-hero-content,
html[lang^="fr"] .woma-hero-content {
  width: min(980px, 61vw);
}

html[lang^="el"] .woma-hero h1,
html[lang^="fr"] .woma-hero h1 {
  max-width: 920px;
  font-size: clamp(54px, 4.25vw, 82px);
  line-height: .92;
  letter-spacing: -.032em;
}

.woma-introduction__copy h2,
.woma-culture-access__heading h2,
.woma-section-heading h2,
.woma-contact-band h2,
.woma-archive h2 {
  font-size: clamp(42px, 4vw, 68px);
  line-height: .94;
  letter-spacing: -.035em;
}

.woma-season-copy h3 {
  font-size: clamp(36px, 3.7vw, 54px);
  line-height: .96;
}

.woma-gateway-card h3 {
  font-size: clamp(30px, 2.8vw, 44px);
  line-height: 1;
}

.woma-map-story h3,
.woma-culture-story h3 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: .98;
}

@media (max-width: 1180px) {
  .woma-hero-content,
  html[lang^="el"] .woma-hero-content,
  html[lang^="fr"] .woma-hero-content {
    width: min(820px, 68vw);
  }

  .woma-hero h1,
  html[lang^="el"] .woma-hero h1,
  html[lang^="fr"] .woma-hero h1 {
    max-width: 760px;
    font-size: clamp(52px, 5.8vw, 72px);
    line-height: .92;
  }
}

@media (max-width: 760px) {
  .woma-hero-content,
  html[lang^="el"] .woma-hero-content,
  html[lang^="fr"] .woma-hero-content {
    width: auto;
  }

  .woma-hero h1,
  html[lang^="el"] .woma-hero h1,
  html[lang^="fr"] .woma-hero h1 {
    max-width: 390px;
    font-size: clamp(42px, 11vw, 56px);
    line-height: .94;
    letter-spacing: -.025em;
  }

  .woma-introduction__copy h2,
  .woma-culture-access__heading h2,
  .woma-section-heading h2,
  .woma-contact-band h2,
  .woma-archive h2 {
    font-size: clamp(34px, 9vw, 44px);
    line-height: .98;
  }

  .woma-season-copy h3,
  .woma-gateway-card h3,
  .woma-map-story h3,
  .woma-culture-story h3 {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1;
  }
}
.woma-i18n-values {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  pointer-events: none !important;
}
