.ww-body {
  --ww-forest: #2b4436;
  --ww-forest-deep: #20352a;
  --ww-olive: #566353;
  --ww-paper: #f8f4ec;
  --ww-paper-deep: #eee7dc;
  --ww-gold: #bd8c37;
  --ww-gold-pale: #d9ba7b;
  --ww-ink: #17150f;
  --ww-line: rgba(23, 21, 15, 0.16);
  margin: 0;
  background: var(--ww-paper);
  color: var(--ww-ink);
}

.ww-body.menu-open,
.ww-body.video-open {
  overflow: hidden;
}

.ww-body h1,
.ww-body h2,
.ww-body h3,
.ww-body p,
.ww-body figure {
  margin-top: 0;
}

.ww-shell {
  width: min(88rem, calc(100vw - 8rem));
  margin-inline: auto;
}

.ww-section {
  padding-block: clamp(6rem, 9vw, 10rem);
}

.ww-kicker {
  margin-bottom: 1.3rem;
  color: var(--ww-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ww-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 7rem;
  padding-inline: clamp(1.25rem, 3vw, 3rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  grid-template-columns: 7rem 1fr auto;
  align-items: center;
  gap: 2rem;
  color: var(--white);
  background: linear-gradient(180deg, rgba(11, 12, 9, 0.7), rgba(11, 12, 9, 0));
  transition: height 260ms var(--ease), background-color 260ms ease, border-color 260ms ease;
}

.ww-header.is-scrolled {
  height: 5.5rem;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(19, 17, 13, 0.97);
  backdrop-filter: blur(12px);
}

.ww-brand {
  width: 5.7rem;
  height: 6rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.ww-brand img {
  width: auto;
  height: 6rem;
  object-fit: contain;
  transition: height 260ms var(--ease);
}

.ww-header.is-scrolled .ww-brand,
.ww-header.is-scrolled .ww-brand img {
  height: 5rem;
}

.ww-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2.5rem);
}

.ww-nav a,
.ww-header-cta {
  position: relative;
  padding-block: 0.55rem;
  color: inherit;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.ww-nav a::after,
.ww-header-cta::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0.18rem;
  left: 0;
  height: 1px;
  background: var(--ww-gold-pale);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease);
}

.ww-nav a:hover::after,
.ww-nav a:focus-visible::after,
.ww-header-cta:hover::after,
.ww-header-cta:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ww-header-tools {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.ww-languages {
  padding: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  display: flex;
  align-items: center;
  background: rgba(17, 16, 12, 0.42);
  backdrop-filter: blur(10px);
}

.ww-languages button {
  min-width: 2.05rem;
  min-height: 2.05rem;
  padding: 0.4rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.ww-languages button[aria-pressed="true"] {
  background: var(--ww-gold);
  color: var(--white);
}

.ww-hero {
  position: relative;
  min-height: max(50rem, 100svh);
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  background: #273127;
  color: var(--white);
  overflow: hidden;
}

.ww-hero-background,
.ww-hero-background::after {
  position: absolute;
  inset: 0;
}

.ww-hero-background {
  z-index: -3;
  margin: 0;
}

.ww-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
  filter: saturate(0.94) contrast(1.01) brightness(0.98);
  transform: scale(1.015);
}

.ww-hero-background::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 14, 10, 0.68) 0%, rgba(10, 14, 10, 0.38) 40%, rgba(10, 14, 10, 0.04) 74%),
    linear-gradient(0deg, rgba(10, 14, 10, 0.62) 0%, transparent 48%),
    linear-gradient(180deg, rgba(10, 14, 10, 0.28), transparent 32%);
}

.ww-hero-copy {
  width: min(65rem, calc(100vw - 8rem));
  margin: 0 auto;
  padding: clamp(10rem, 18vh, 14rem) 0 13.5rem;
}

.ww-hero-copy .ww-kicker {
  color: var(--ww-gold-pale);
}

.ww-hero h1 {
  max-width: 11.5ch;
  margin-bottom: 1.8rem;
  font-family: var(--serif);
  font-size: clamp(4.8rem, 8vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.86;
  text-wrap: balance;
}

.ww-hero-lead {
  max-width: 45rem;
  margin-bottom: 2.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.62;
}

.ww-hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.ww-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.ww-text-link b {
  color: var(--ww-gold-pale);
  font-size: 1rem;
  font-weight: 400;
  transition: transform 220ms var(--ease);
}

.ww-text-link:hover b,
.ww-text-link:focus-visible b {
  transform: translate(0.18rem, 0.18rem);
}

.ww-text-link-dark {
  color: var(--ww-ink);
}

.ww-wedding-seal {
  position: absolute;
  z-index: 2;
  top: 22%;
  right: clamp(3rem, 10vw, 11rem);
  width: clamp(11rem, 15vw, 15.5rem);
  aspect-ratio: 1;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 0.45rem;
  color: var(--white);
  text-align: center;
  background: rgba(15, 20, 15, 0.1);
  box-shadow: inset 0 0 0 0.45rem rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(3px);
  transform: rotate(-4deg);
}

.ww-wedding-seal::before,
.ww-wedding-seal::after {
  width: 2.5rem;
  height: 1px;
  content: "";
  background: var(--ww-gold-pale);
}

.ww-wedding-seal span {
  max-width: 10rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ww-seal-mark {
  width: clamp(4rem, 5vw, 5.2rem);
  height: clamp(4rem, 5vw, 5.2rem);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.12);
}

.ww-hero-facts {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 9rem;
  padding-inline: max(4rem, calc((100vw - 88rem) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(24, 37, 29, 0.72);
  backdrop-filter: blur(14px);
}

.ww-hero-facts > div {
  padding: 1.5rem clamp(1.5rem, 3vw, 3.5rem);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem;
}

.ww-hero-facts > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.ww-hero-facts strong {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ww-hero-facts span {
  max-width: 13rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ww-intro {
  background: var(--ww-paper);
}

.ww-intro-heading {
  width: min(72rem, 100%);
  margin: 0 auto clamp(3rem, 5vw, 5rem);
  text-align: center;
}

.ww-intro-heading h2 {
  margin-bottom: 2rem;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6.2vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-wrap: balance;
}

.ww-intro-heading > p:last-child {
  max-width: 49rem;
  margin-inline: auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.75;
}

.ww-intro-panorama {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #1b211a;
}

.ww-intro-panorama::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 12, 9, 0.8), transparent 52%);
}

.ww-intro-panorama img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
  filter: saturate(0.92) contrast(1.02) brightness(1.03);
}

.ww-intro-panorama figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(1.5rem, 4vw, 4rem);
  left: clamp(1.5rem, 4vw, 4rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  color: var(--white);
}

.ww-intro-panorama figcaption span {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ww-intro-panorama figcaption strong {
  max-width: 19rem;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 400;
  line-height: 1.1;
  text-align: right;
}

.ww-formats {
  background: #e9e3da;
}

.ww-section-heading {
  max-width: 72rem;
  margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.ww-section-heading h2,
.ww-film-heading h2,
.ww-day-heading h2,
.ww-gallery-heading h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.5vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-wrap: balance;
}

.ww-format-list {
  display: grid;
  gap: clamp(2.5rem, 5vw, 5rem);
}

.ww-format-row {
  min-height: 34rem;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(23rem, 0.78fr);
  background: var(--ww-paper);
  box-shadow: 0 1.5rem 4rem rgba(23, 21, 15, 0.08);
}

.ww-format-row-reverse {
  grid-template-columns: minmax(23rem, 0.78fr) minmax(0, 1.22fr);
  background: var(--ww-forest);
  color: var(--white);
}

.ww-format-row-reverse figure {
  grid-column: 2;
}

.ww-format-row-reverse .ww-format-copy {
  grid-row: 1;
  grid-column: 1;
}

.ww-format-row figure {
  position: relative;
  min-width: 0;
  min-height: 34rem;
  margin: 0;
  overflow: hidden;
}

.ww-format-row figure::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 14, 10, 0.5), transparent 44%);
  pointer-events: none;
}

.ww-format-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03) brightness(1.02);
  transition: transform 900ms var(--ease);
}

.ww-format-row:first-child img {
  object-position: center 48%;
}

.ww-format-row-reverse img {
  object-position: center 56%;
}

.ww-format-row:hover img {
  transform: scale(1.025);
}

.ww-format-number {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 1.5rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 1;
}

.ww-format-copy {
  padding: clamp(3rem, 5vw, 5.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ww-format-label {
  margin-bottom: 1.4rem;
  color: var(--ww-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.ww-format-copy h3 {
  margin-bottom: 1.6rem;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.ww-format-copy > p:not(.ww-format-label) {
  margin-bottom: 2.2rem;
  color: var(--muted);
  line-height: 1.78;
}

.ww-format-row-reverse .ww-format-copy > p:not(.ww-format-label) {
  color: rgba(255, 255, 255, 0.7);
}

.ww-capacity {
  width: 100%;
  padding-top: 1.6rem;
  border-top: 1px solid var(--ww-line);
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.ww-format-row-reverse .ww-capacity {
  border-color: rgba(255, 255, 255, 0.2);
}

.ww-capacity strong {
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ww-capacity span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ww-film-section {
  color: var(--white);
  background: var(--ww-forest-deep);
}

.ww-film-heading {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.55fr);
  align-items: end;
  gap: 4rem;
}

.ww-film-heading h2 {
  max-width: 58rem;
}

.ww-film-heading > p {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
}

.ww-video-shell {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  aspect-ratio: 16 / 7.5;
  overflow: hidden;
  background: #080b08;
}

.ww-video-shell::after {
  position: absolute;
  z-index: 1;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 7, 5, 0.62), transparent 52%), linear-gradient(90deg, rgba(5, 7, 5, 0.18), transparent 55%);
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ww-video-shell.is-expanded::after {
  opacity: 0;
}

.ww-video-shell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ww-video-shell.is-expanded {
  position: fixed;
  z-index: 300;
  inset: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  margin: 0;
  aspect-ratio: auto;
  background: #050605;
}

.ww-video-shell.is-expanded video {
  object-fit: contain;
}

.ww-video-play {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  border: 0;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 0.65rem;
  color: var(--white);
  text-align: center;
  background: transparent;
  cursor: pointer;
  transition: opacity 220ms ease;
}

.ww-video-shell.is-expanded .ww-video-play {
  opacity: 0;
  pointer-events: none;
}

.ww-video-close {
  position: absolute;
  z-index: 5;
  top: 1.2rem;
  right: 1.2rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  display: none;
  place-items: center;
  color: var(--white);
  font-family: var(--sans);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  background: rgba(7, 9, 7, 0.58);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.ww-video-shell.is-expanded .ww-video-close {
  display: grid;
}

.ww-video-play > span {
  width: clamp(5rem, 8vw, 7rem);
  aspect-ratio: 1;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  text-indent: 0.25rem;
  background: rgba(10, 12, 9, 0.24);
  backdrop-filter: blur(8px);
  transition: color 220ms ease, background-color 220ms ease, transform 220ms var(--ease);
}

.ww-video-play:hover > span,
.ww-video-play:focus-visible > span {
  color: var(--ww-ink);
  background: var(--ww-gold-pale);
  transform: scale(1.05);
}

.ww-video-play strong {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ww-video-play small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ww-day {
  background: var(--ww-paper);
}

.ww-day-heading {
  max-width: 73rem;
  margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.ww-day-heading h2 {
  margin-bottom: 1.8rem;
}

.ww-day-heading > p:last-child {
  max-width: 48rem;
  color: var(--muted);
  font-size: 1.12rem;
}

.ww-day-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ww-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.ww-day-list li {
  min-height: 24rem;
  padding: 2rem clamp(1.4rem, 2.4vw, 2.5rem);
  border-right: 1px solid var(--ww-line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}

.ww-day-list li:first-child {
  border-left: 1px solid var(--ww-line);
}

.ww-day-list > li > span {
  color: var(--ww-gold);
  font-family: var(--serif);
  font-size: 2.2rem;
}

.ww-day-list h3 {
  margin-bottom: 1rem;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.ww-day-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.ww-possibilities {
  color: var(--white);
  background: var(--ww-forest);
}

.ww-section-heading-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.5fr);
  align-items: end;
  column-gap: 5rem;
}

.ww-section-heading-wide .ww-kicker {
  grid-column: 1 / -1;
}

.ww-section-heading-wide h2 {
  max-width: 53rem;
}

.ww-section-heading-wide > p:last-child {
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.ww-feature-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ww-feature {
  min-height: 19rem;
  padding: clamp(1.8rem, 3vw, 3rem);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  transition: color 260ms ease, background-color 260ms ease;
}

.ww-feature:hover {
  color: var(--ww-ink);
  background: var(--ww-gold-pale);
}

.ww-feature > span {
  margin-bottom: auto;
  color: var(--ww-gold-pale);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.ww-feature:hover > span {
  color: var(--ww-forest);
}

.ww-feature h3 {
  margin-bottom: 0.9rem;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.3vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.ww-feature p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.93rem;
  line-height: 1.65;
}

.ww-feature:hover p {
  color: rgba(23, 21, 15, 0.72);
}

.ww-promise {
  position: relative;
  min-height: 42rem;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: clamp(5rem, 9vw, 9rem) 4rem;
  color: var(--white);
  text-align: center;
  overflow: hidden;
}

.ww-promise-background {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("assets/images/wedding-real-terrace-wide-v2.jpg") center 52% / cover no-repeat;
  filter: saturate(0.75);
}

.ww-promise::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background: rgba(13, 17, 13, 0.58);
}

.ww-promise-copy {
  width: min(72rem, 100%);
}

.ww-promise-copy h2 {
  margin-bottom: 1.8rem;
  font-family: var(--serif);
  font-size: clamp(3.6rem, 6.7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-wrap: balance;
}

.ww-promise-copy > p:last-child {
  max-width: 42rem;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}

.ww-yacht {
  background: var(--ww-paper);
}

.ww-yacht-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(26rem, 0.85fr);
  align-items: center;
  gap: clamp(4rem, 8vw, 9rem);
}

.ww-yacht-image {
  position: relative;
  margin: 0;
}

.ww-yacht-image::before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.ww-yacht-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
}

.ww-yacht-image figcaption {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 1rem 1.25rem;
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(12, 15, 12, 0.72);
}

.ww-yacht-copy h2 {
  margin-bottom: 1.8rem;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.ww-yacht-copy > p:not(.ww-kicker) {
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.ww-yacht-points {
  margin: 0 0 2.2rem;
  padding: 0;
  border-top: 1px solid var(--ww-line);
  list-style: none;
}

.ww-yacht-points li {
  position: relative;
  padding: 1rem 0 1rem 1.8rem;
  border-bottom: 1px solid var(--ww-line);
  color: #4b4942;
}

.ww-yacht-points li::before {
  position: absolute;
  content: "";
  top: 1.7rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--ww-gold);
  border-radius: 50%;
}

.ww-yacht-film {
  color: var(--white);
  background: #252d29;
}

.ww-film-heading-light .ww-kicker {
  color: var(--ww-gold-pale);
}

.ww-video-shell-yacht video {
  object-position: center 58%;
}

.ww-gallery {
  background: var(--ww-paper-deep);
}

.ww-gallery-heading {
  max-width: 73rem;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.ww-gallery-cinematic {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  grid-template-rows: repeat(2, minmax(17rem, 1fr));
  gap: 1.25rem;
}

.ww-gallery-cinematic figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #1b211a;
}

.ww-gallery-main {
  grid-row: 1 / 3;
}

.ww-gallery-detail {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 5;
}

.ww-gallery-detail img {
  object-position: center 46%;
}

.ww-gallery-cinematic figure::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 9, 7, 0.68), transparent 46%);
}

.ww-gallery-cinematic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02) brightness(1.02);
  transition: transform 900ms var(--ease);
}

.ww-gallery-cinematic figure:hover img {
  transform: scale(1.025);
}

.ww-gallery-cinematic figcaption {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.4rem;
  left: 1.5rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.3vw, 2.4rem);
  line-height: 1.08;
}

.ww-inquiry {
  color: var(--white);
  background:
    radial-gradient(circle at 10% 18%, rgba(189, 140, 55, 0.16), transparent 32rem),
    var(--ww-forest-deep);
}

.ww-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(4rem, 8vw, 9rem);
}

.ww-inquiry-intro {
  position: sticky;
  top: 8rem;
}

.ww-inquiry-intro h2 {
  margin-bottom: 1.8rem;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.ww-inquiry-intro > p:not(.ww-kicker) {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
}

.ww-contact-card {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 0.45rem;
}

.ww-contact-card span {
  margin-bottom: 0.4rem;
  color: var(--ww-gold-pale);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ww-contact-card a {
  width: fit-content;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.35rem;
  text-decoration: none;
}

.ww-form-wrap {
  padding: clamp(2rem, 4vw, 4rem);
  color: var(--ww-ink);
  background: var(--ww-paper);
}

.ww-form-progress {
  margin: 0 0 3rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.ww-form-progress li {
  position: relative;
  padding-top: 2.4rem;
  border-top: 1px solid var(--ww-line);
  color: #8a857c;
}

.ww-form-progress li::before {
  position: absolute;
  content: "";
  top: -1px;
  right: 100%;
  left: 0;
  height: 2px;
  background: var(--ww-gold);
  transition: right 260ms var(--ease);
}

.ww-form-progress li.active::before,
.ww-form-progress li.completed::before {
  right: 0;
}

.ww-form-progress li span {
  position: absolute;
  top: 0.55rem;
  left: 0;
  font-size: 0.62rem;
  font-weight: 700;
}

.ww-form-progress li em {
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ww-form-progress li.active,
.ww-form-progress li.completed {
  color: var(--ww-ink);
}

.ww-form-errors {
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid #a64235;
  color: #7a2c22;
  background: #f8e8e4;
}

.ww-form-errors p {
  margin: 0;
}

.ww-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ww-form-step[hidden] {
  display: none;
}

.ww-step-kicker {
  margin-bottom: 0.75rem;
  color: var(--ww-gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ww-form-step h3 {
  margin-bottom: 2.2rem;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.ww-choice-fieldset {
  min-width: 0;
  margin: 0 0 2.2rem;
  padding: 0;
  border: 0;
}

.ww-choice-fieldset legend {
  width: 100%;
  margin-bottom: 0.85rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ww-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.ww-choice-card-wide {
  grid-column: 1 / -1;
}

.ww-choice-card {
  position: relative;
  cursor: pointer;
}

.ww-choice-card input {
  position: absolute;
  opacity: 0;
}

.ww-choice-card > span {
  min-height: 7.4rem;
  padding: 1.25rem;
  border: 1px solid var(--ww-line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.2);
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.ww-choice-card input:checked + span {
  border-color: var(--ww-gold);
  color: var(--ww-ink);
  background: #efe1c5;
}

.ww-choice-card input:focus-visible + span {
  outline: 3px solid var(--ww-gold-pale);
  outline-offset: 3px;
}

.ww-choice-card strong {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}

.ww-choice-card small {
  color: var(--muted);
  font-size: 0.78rem;
}

.ww-field-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.ww-field {
  display: grid;
  gap: 0.55rem;
}

.ww-field-full {
  margin-bottom: 1.5rem;
}

.ww-field > span {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ww-field input,
.ww-field textarea {
  width: 100%;
  padding: 0.9rem 0;
  border: 0;
  border-bottom: 1px solid rgba(23, 21, 15, 0.4);
  border-radius: 0;
  color: var(--ww-ink);
  background: transparent;
}

.ww-field textarea {
  min-height: 8rem;
  padding: 1rem;
  border: 1px solid var(--ww-line);
  resize: vertical;
}

.ww-field input:focus,
.ww-field textarea:focus {
  border-color: var(--ww-gold);
  outline: none;
}

.ww-field input[aria-invalid="true"],
.ww-field textarea[aria-invalid="true"] {
  border-color: #a64235;
}

.ww-guest-message {
  min-height: 2.5rem;
  margin-top: 0.8rem;
  color: var(--ww-olive);
  font-size: 0.86rem;
}

.ww-service-choices {
  border-top: 1px solid var(--ww-line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ww-service-choices label {
  position: relative;
  min-height: 4.2rem;
  padding: 0 1rem;
  border-right: 1px solid var(--ww-line);
  border-bottom: 1px solid var(--ww-line);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.ww-service-choices label:nth-child(odd) {
  border-left: 1px solid var(--ww-line);
}

.ww-service-choices input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--ww-gold);
}

.ww-service-choices span {
  font-size: 0.9rem;
}

.ww-consent {
  margin-block: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #555047;
  font-size: 0.86rem;
  cursor: pointer;
}

.ww-consent input {
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  accent-color: var(--ww-gold);
}

.ww-form-note {
  color: #777168;
  font-size: 0.82rem;
}

.ww-form-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ww-form-actions-end {
  justify-content: flex-end;
}

.ww-form-actions .button[disabled] {
  opacity: 0.55;
  cursor: wait;
}

.ww-footer {
  min-height: 17rem;
  padding: 3rem max(2rem, calc((100vw - 88rem) / 2));
  display: grid;
  grid-template-columns: 10rem 1fr auto;
  align-items: center;
  gap: 3rem;
  color: rgba(255, 255, 255, 0.68);
  background: #19231d;
}

.ww-footer-brand {
  width: 7rem;
  height: 8rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.ww-footer-brand img {
  width: auto;
  height: 8rem;
  object-fit: contain;
}

.ww-footer p {
  margin-bottom: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ww-footer > a:last-child {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--ww-gold-pale);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.ww-reveal {
  /* Content must remain visible even when IntersectionObserver is delayed or
     unavailable (notably on some Safari/in-app browser combinations). */
  opacity: 1;
  transform: none;
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.ww-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1240px) {
  .ww-header {
    grid-template-columns: 6.5rem 1fr auto;
    gap: 1rem;
  }

  .ww-nav {
    gap: 1rem;
  }

  .ww-header-cta {
    display: none;
  }

  .ww-hero-copy {
    width: min(58rem, calc(100vw - 6rem));
  }

  .ww-wedding-seal {
    right: 5vw;
  }

  .ww-hero-facts {
    padding-inline: 3rem;
  }

  .ww-hero-facts > div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .ww-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .ww-shell {
    width: min(100% - 3rem, 56rem);
  }

  .ww-header {
    height: 5.8rem;
    grid-template-columns: 5.2rem 1fr;
  }

  .ww-brand,
  .ww-brand img,
  .ww-header.is-scrolled .ww-brand,
  .ww-header.is-scrolled .ww-brand img {
    height: 5rem;
  }

  .ww-nav {
    display: none;
  }

  .ww-header-tools {
    justify-self: end;
  }

  .ww-hero {
    min-height: 52rem;
  }

  .ww-hero-copy {
    width: min(100% - 3rem, 56rem);
    padding: 11rem 0 12.5rem;
  }

  .ww-hero h1 {
    max-width: 10.5ch;
    font-size: clamp(4.2rem, 10vw, 7rem);
  }

  .ww-wedding-seal {
    top: 17%;
    right: 5%;
    width: 10.5rem;
  }

  .ww-hero-facts {
    min-height: 8rem;
    padding-inline: 1.5rem;
  }

  .ww-hero-facts > div {
    padding-inline: 1.5rem;
  }

  .ww-hero-facts strong {
    font-size: clamp(2.4rem, 6vw, 3.5rem);
  }

  .ww-intro-panorama {
    aspect-ratio: 16 / 9;
  }

  .ww-format-row,
  .ww-format-row-reverse {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ww-format-row figure,
  .ww-format-row-reverse figure {
    min-height: 0;
    aspect-ratio: 16 / 9;
    grid-row: auto;
    grid-column: auto;
  }

  .ww-format-row-reverse .ww-format-copy {
    grid-row: auto;
    grid-column: auto;
  }

  .ww-film-heading,
  .ww-section-heading-wide {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ww-video-shell {
    aspect-ratio: 16 / 8;
  }

  .ww-day-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ww-day-list li {
    min-height: 19rem;
    border-bottom: 1px solid var(--ww-line);
  }

  .ww-day-list li:nth-child(3) {
    border-left: 1px solid var(--ww-line);
  }

  .ww-yacht-grid,
  .ww-inquiry-grid {
    grid-template-columns: 1fr;
  }

  .ww-inquiry-intro {
    position: static;
  }

  .ww-gallery-cinematic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .ww-gallery-main {
    grid-row: auto;
  }

  .ww-gallery-detail {
    grid-column: auto;
  }

  .ww-gallery-cinematic figure {
    aspect-ratio: 16 / 9;
  }

  .ww-footer {
    grid-template-columns: 8rem 1fr;
  }

  .ww-footer > a:last-child {
    grid-column: 2;
    width: fit-content;
  }
}

@media (max-width: 680px) {
  .ww-section {
    padding-block: 5.2rem;
  }

  .ww-shell {
    width: calc(100% - 2rem);
  }

  .ww-header,
  .ww-header.is-scrolled {
    height: 5.5rem;
    padding-inline: 0.85rem;
    grid-template-columns: 4.5rem 1fr;
    gap: 0.5rem;
    background: rgba(16, 15, 12, 0.94);
  }

  .ww-brand,
  .ww-brand img,
  .ww-header.is-scrolled .ww-brand,
  .ww-header.is-scrolled .ww-brand img {
    width: auto;
    height: 4.6rem;
  }

  .ww-languages {
    padding: 0.15rem;
  }

  .ww-languages button {
    min-width: 1.9rem;
    min-height: 1.9rem;
    padding: 0.32rem;
    font-size: 0.6rem;
  }

  .ww-hero {
    min-height: 48rem;
  }

  .ww-hero-background img {
    object-position: 54% center;
    filter: saturate(0.94) contrast(1.02) brightness(0.98);
  }

  .ww-hero-background::after {
    background:
      linear-gradient(0deg, rgba(8, 11, 8, 0.7) 0%, rgba(8, 11, 8, 0.36) 57%, rgba(8, 11, 8, 0.08) 100%),
      linear-gradient(90deg, rgba(8, 11, 8, 0.2), transparent);
  }

  .ww-hero-copy {
    width: calc(100% - 2rem);
    padding: 15.8rem 0 11rem;
  }

  .ww-hero h1 {
    max-width: 10.5ch;
    margin-bottom: 1.25rem;
    font-size: clamp(3.35rem, 14.5vw, 5.2rem);
    line-height: 0.89;
  }

  .ww-hero-lead {
    max-width: 35rem;
    margin-bottom: 1.6rem;
    font-size: 0.97rem;
    line-height: 1.55;
  }

  .ww-hero-actions {
    align-items: stretch;
    gap: 1rem;
  }

  .ww-hero-actions .button {
    width: 100%;
  }

  .ww-text-link {
    justify-content: center;
  }

  .ww-wedding-seal {
    top: 6.5rem;
    right: 1rem;
    width: 8.4rem;
    padding: 1rem;
    gap: 0.3rem;
  }

  .ww-wedding-seal span {
    font-size: 0.48rem;
  }

  .ww-seal-mark {
    width: 3.5rem;
    height: 3.5rem;
  }

  .ww-hero-facts {
    min-height: 7.7rem;
    padding-inline: 0;
  }

  .ww-hero-facts > div {
    padding: 1rem 0.55rem;
    gap: 0.35rem;
    text-align: center;
  }

  .ww-hero-facts strong {
    font-size: clamp(2rem, 8vw, 2.7rem);
  }

  .ww-hero-facts span {
    margin-inline: auto;
    font-size: 0.49rem;
    letter-spacing: 0.08em;
    line-height: 1.35;
  }

  .ww-intro-heading {
    margin-bottom: 2.5rem;
    text-align: left;
  }

  .ww-intro-heading h2,
  .ww-section-heading h2,
  .ww-film-heading h2,
  .ww-day-heading h2,
  .ww-gallery-heading h2,
  .ww-promise-copy h2,
  .ww-yacht-copy h2,
  .ww-inquiry-intro h2 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  .ww-intro-heading > p:last-child {
    font-size: 1rem;
  }

  .ww-intro-panorama,
  .ww-format-row figure,
  .ww-format-row-reverse figure,
  .ww-yacht-image img,
  .ww-gallery-cinematic figure {
    aspect-ratio: 4 / 3;
  }

  .ww-video-shell,
  .ww-gallery-cinematic figure,
  .ww-gallery-detail {
    aspect-ratio: 16 / 9;
  }

  .ww-intro-panorama figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ww-intro-panorama figcaption strong {
    max-width: 16rem;
    text-align: left;
  }

  .ww-format-copy {
    padding: 2.2rem 1.5rem 2.5rem;
  }

  .ww-format-copy h3 {
    font-size: clamp(2.5rem, 11vw, 3.4rem);
  }

  .ww-capacity strong {
    font-size: 3.4rem;
  }

  .ww-film-heading {
    margin-bottom: 2rem;
  }

  .ww-video-play > span {
    width: 4.5rem;
  }

  .ww-day-list {
    grid-template-columns: 1fr;
  }

  .ww-day-list li,
  .ww-day-list li:nth-child(3) {
    min-height: 0;
    padding: 1.5rem 0;
    border-right: 0;
    border-left: 0;
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    gap: 1rem;
  }

  .ww-day-list li:first-child {
    border-left: 0;
  }

  .ww-day-list h3 {
    font-size: 2rem;
  }

  .ww-feature-grid {
    grid-template-columns: 1fr;
  }

  .ww-feature {
    min-height: 15rem;
  }

  .ww-promise {
    min-height: 36rem;
    padding-inline: 1rem;
    text-align: left;
  }

  .ww-promise-copy > p:last-child {
    margin-inline: 0;
  }

  .ww-yacht-grid,
  .ww-inquiry-grid {
    gap: 3rem;
  }

  .ww-yacht-image figcaption {
    font-size: 0.52rem;
  }

  .ww-gallery-cinematic {
    gap: 0.8rem;
  }

  .ww-form-wrap {
    padding: 1.5rem 1rem 2rem;
  }

  .ww-form-progress {
    margin-bottom: 2.3rem;
  }

  .ww-form-progress li em {
    font-size: 0.53rem;
    letter-spacing: 0.08em;
  }

  .ww-choice-grid,
  .ww-field-row,
  .ww-service-choices {
    grid-template-columns: 1fr;
  }

  .ww-choice-card-wide {
    grid-column: auto;
  }

  .ww-choice-card > span {
    min-height: 5.8rem;
  }

  .ww-field-row {
    gap: 1.4rem;
  }

  .ww-service-choices label,
  .ww-service-choices label:nth-child(odd) {
    border-left: 1px solid var(--ww-line);
  }

  .ww-form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .ww-form-actions .button {
    width: 100%;
  }

  .ww-form-actions-end {
    flex-direction: column;
  }

  .ww-footer {
    min-height: 0;
    padding: 3rem 1rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .ww-footer-brand {
    margin-inline: auto;
  }

  .ww-footer > a:last-child {
    grid-column: auto;
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ww-body *,
  .ww-body *::before,
  .ww-body *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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