:root {
  --art-accent: #d7a45c;
  --art-accent-dark: #9d6f32;
  --art-accent-glow: rgba(215, 164, 92, 0.28);
  --art-accent-subtle: rgba(215, 164, 92, 0.08);
  --art-link: #285d73;
  --art-link-hover: #123849;
  --art-link-underline: #86bdc6;
  --art-ornament: #86bdc6;
  --art-subtitle-color: #d9d2b2;
  --art-hero-accent-line: rgba(215, 164, 92, 0.72);
}

body {
  background:
    radial-gradient(circle at top, rgba(33, 58, 75, 0.09), transparent 38%),
    linear-gradient(180deg, #f7f2ea 0%, #f3ece1 100%);
}

.art-hero {
  min-height: 660px;
  background: #0d1824;
}

.art-hero__media img {
  object-position: center 34%;
  filter: saturate(0.9) contrast(1.05);
}

.art-hero__overlay {
  background:
    linear-gradient(180deg,
      rgba(8, 18, 28, 0.18) 0%,
      rgba(8, 18, 28, 0.12) 18%,
      rgba(8, 18, 28, 0.18) 48%,
      rgba(8, 18, 28, 0.74) 78%,
      rgba(8, 18, 28, 0.98) 100%
    );
}

.art-hero__content {
  max-width: 1150px;
}

.art-hero__subtitle {
  display: none;
}

.art-intro .art-lead {
  max-width: var(--measure);
}

.art-author-bar {
  position: relative;
  z-index: 5;
  margin-top: -1px;
}

.art-section--cream {
  background:
    linear-gradient(180deg, rgba(181, 157, 124, 0.06), rgba(181, 157, 124, 0.02)),
    #f2eadf;
}

.art-section--light {
  background: rgba(255, 255, 255, 0.6);
}


.vks-expert {
  display: grid;
  grid-template-columns: minmax(150px, 220px) 1fr;
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  align-items: center;
  max-width: 800px;
  margin: var(--space-2xl) auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(16, 34, 48, 0.96), rgba(25, 52, 67, 0.94));
  color: #f7f1e6;
  box-shadow: 0 24px 60px rgba(10, 20, 30, 0.18);
}

.vks-expert__portrait {
  margin: 0;
}

.vks-expert__portrait img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  display: block;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.vks-expert__portrait figcaption {
  padding: 0.4rem 0 0;
  font-size: 0.7rem;
  color: rgba(247, 241, 230, 0.4);
  text-align: center;
}

.vks-expert__eyebrow {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: #d7a45c;
  font-weight: 700;
}

/* Reduce gap between Leeke painting and next section */
#opening-thesis .art-figure:last-child {
  margin-bottom: 0;
}

/* Reduce gap before "Ships Built for Gods" */
#famous-ships {
  padding-bottom: var(--space-xl);
}

.vks-expert__quote {
  margin: 0;
}

.vks-expert__quote p {
  margin: 0;
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  line-height: 1.16;
}

.vks-expert__cite {
  margin: 1rem 0 0;
  color: rgba(247, 241, 230, 0.8);
}

.vks-expert__cite a {
  color: rgba(247, 241, 230, 0.8);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.vks-expert__cite a:hover {
  color: #d7a45c;
}

.vks-map-wrap {
  background: transparent;
  padding: 0;
}

/* Map + capabilities as one visual unit */
.vks-map-unit {
  max-width: 960px;
  margin: var(--space-xl) auto var(--space-2xl);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #112233, #0e1d2d);
  box-shadow: 0 24px 60px rgba(10, 20, 30, 0.18);
}

.vks-range-map {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 0;
}

.vks-range-map__link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: zoom-in;
}

.vks-range-map .vks-map-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(0.65rem, 1.6vw, 0.95rem) clamp(0.65rem, 1.6vw, 0.95rem) 0.35rem;
}

.vks-range-map img {
  display: block;
  width: 100%;
  height: auto;
}

.vks-range-map figcaption {
  margin: 0;
  padding: 0.5rem 1rem 0.75rem;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(247, 241, 230, 0.68);
}

.vks-range-map figcaption a {
  color: rgba(247, 241, 230, 0.68);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.vks-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vks-capabilities__card {
  padding: 1.25rem 1.2rem 1.35rem;
  background: linear-gradient(180deg, #112233, #0e1d2d);
}

.vks-capabilities__number {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #d7a45c;
}

.vks-capabilities__card h3 {
  margin: 0.45rem 0 0.65rem;
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.05;
  color: #f7f1e6;
}

.vks-capabilities__card p:last-child {
  margin: 0;
  line-height: 1.7;
  color: rgba(247, 241, 230, 0.74);
}

.vks-note {
  margin-top: var(--space-xl);
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1.1rem, 2.4vw, 1.75rem);
  border-left: 4px solid var(--art-accent);
  border-radius: 0 20px 20px 0;
  background: rgba(18, 56, 73, 0.08);
}

.vks-note p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
}

/* ==========================================================================
   OCEAN SECTION — Ship types on dark "sea" background
   ========================================================================== */

.vks-ocean {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) var(--space-xl);
  background:
    linear-gradient(180deg, rgba(8, 19, 30, 0.97), rgba(12, 28, 42, 0.95)),
    #0e1f2d;
  color: #f7f1e6;
  overflow: hidden;
}

/* Decorative blobs — ocean depth atmosphere.
   Uses a single pseudo-element with multiple radial gradients
   to create several blobs without extra markup. */
.vks-ocean::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 92% 6%, rgba(134, 189, 198, 0.24) 0%, transparent 18%),
    radial-gradient(circle at 3% 28%, rgba(120, 175, 195, 0.20) 0%, transparent 14%),
    radial-gradient(circle at 80% 48%, rgba(100, 160, 190, 0.16) 0%, transparent 10%),
    radial-gradient(circle at 15% 72%, rgba(134, 189, 198, 0.22) 0%, transparent 16%),
    radial-gradient(circle at 58% 90%, rgba(100, 160, 190, 0.14) 0%, transparent 8%),
    radial-gradient(circle at 40% 15%, rgba(120, 175, 195, 0.12) 0%, transparent 6%),
    radial-gradient(circle at 68% 78%, rgba(134, 189, 198, 0.10) 0%, transparent 5%);
  pointer-events: none;
}

.vks-ocean::after {
  display: none;
}

.vks-ocean__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}

/* Section header — centered intro */
.vks-ocean__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d7a45c;
  text-align: center;
}

.vks-ocean__title {
  margin: 0;
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(2.3rem, 5vw, 3.5rem);
  line-height: 1.06;
  text-align: center;
}

.vks-ocean__lead {
  max-width: 42rem;
  margin: 1.25rem auto 0;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
  color: rgba(247, 241, 230, 0.74);
  text-align: center;
}

/* Ship type cards grid */
.vks-types {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  margin-top: var(--space-2xl);
}

/* Base card — warm wood on dark sea */
.vks-types__card {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.2rem, 2.8vw, 2rem);
  align-items: start;
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
  border-radius: 24px;
  background: linear-gradient(180deg, #b8956a, #a07a50);
  border: 1px solid rgba(90, 62, 30, 0.25);
  box-shadow: 0 18px 48px rgba(4, 10, 18, 0.4);

}

.vks-types__figure {
  margin: 0;
  align-self: end;
}

.vks-types__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
}

.vks-types__figure figcaption {
  margin-top: 0.55rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #4a3822;
}

.vks-types__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.vks-types__kicker {
  margin: 0 0 0.18rem;
  color: #3d2810;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vks-types__card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 1.05;
  color: #1a1008;
}

.vks-types__card p {
  margin: 0.8rem 0 0;
  line-height: 1.72;
  color: #2a1e12;
}

/* Alternate layout: image right */
.vks-types__card:nth-child(even) {
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
}

.vks-types__card:nth-child(even) .vks-types__figure {
  order: 2;
}

.vks-types__card:nth-child(even) .vks-types__body {
  order: 1;
}

/* Cargo card — banner layout: image top, then text + quote */
.vks-types__card--cargo {
  grid-template-columns: 1fr;
  gap: 0;
}


.vks-types__card--cargo .vks-types__figure {
  margin: calc(-1 * clamp(1.4rem, 2.4vw, 1.9rem));
  margin-bottom: clamp(1.2rem, 2vw, 1.6rem);
}

.vks-types__card--cargo .vks-types__figure img {
  width: 100%;
  aspect-ratio: 2.8 / 1;
  object-fit: cover;
  object-position: center 60%;
  border-radius: 24px 24px 0 0;
}

.vks-types__card--cargo .vks-types__figure figcaption {
  padding-left: clamp(1.4rem, 2.4vw, 1.9rem);
}

.vks-types__card--cargo .vks-types__body {
  padding: 0 clamp(0.4rem, 1.5vw, 1rem);
}

.vks-types__card--cargo .vks-types-quote {
  margin: 0 clamp(0.4rem, 1.5vw, 1rem);
}

/* Quote — clean, no border or background */
.vks-types-quote {
  margin-top: 0.5rem;
  padding: clamp(0.8rem, 1.5vw, 1.2rem) clamp(1rem, 2vw, 1.5rem);
  border-radius: 0;
  background: none;
}

.vks-types-quote__text {
  margin: 0;
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.3;
  font-style: italic;
  color: #2a1e12;
}

.vks-types-quote__cite {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #6f5a3e;
}

/* Ocean section — closing prose and figure (light text on dark) */
.vks-ocean-prose {
  max-width: 800px;
  margin: var(--space-2xl) auto 0;
}

.vks-ocean-figure {
  margin-top: var(--space-xl);
}

.vks-ocean-figure figcaption {
  color: rgba(247, 241, 230, 0.55);
}

/* ==========================================================================
   PRODUCTION — Compact fact box between sections
   ========================================================================== */

.vks-production-box {
  max-width: 800px;
  margin: var(--space-2xl) auto 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f7f1e6;
}

.vks-production-box__title {
  margin: 0 0 1.5rem;
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  color: #f7f1e6;
  text-align: center;
}

.vks-production-box__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.vks-production-box__stat {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 1.2rem 0.8rem;
  background: rgba(255, 255, 255, 0.03);
}

.vks-production-box__stat strong {
  display: block;
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.1;
}

.vks-production-box__stat span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(247, 241, 230, 0.65);
}

.vks-production-box__body p {
  margin: 0 0 0.8rem;
  font-family: 'Glacial Indifference', var(--font-body), sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(247, 241, 230, 0.82);
}

.vks-production-box__body p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   HERO QUOTE — Full-width dramatic pullquote
   Dark band that breaks the cream flow, demands attention.
   ========================================================================== */

.vks-hero-quote {
  margin: var(--space-2xl) calc(-1 * var(--space-xl));
  padding: clamp(3rem, 6vw, 5rem) var(--space-xl);
  background:
    linear-gradient(180deg, rgba(8, 19, 30, 0.97), rgba(14, 31, 45, 0.95)),
    #0e1f2d;
  text-align: center;
  position: relative;
}

/* Decorative gold line above */
.vks-hero-quote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--art-accent), transparent);
}

.vks-hero-quote__text {
  margin: 0 auto;
  max-width: 720px;
}

.vks-hero-quote__text p {
  margin: 0;
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  color: #f7f1e6;
}

.vks-hero-quote__cite {
  display: block;
  margin-top: 1.25rem;
  font-family: 'Glacial Indifference', var(--font-body), sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--art-accent);
}

.vks-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
}

.vks-lightbox[hidden] {
  display: none;
}

.vks-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 14, 22, 0.82);
  backdrop-filter: blur(6px);
}

/* ==========================================================================
   VIDEO EMBED
   ========================================================================== */

.vks-video {
  max-width: 740px;
  margin: var(--space-2xl) auto 0;
}

.vks-video__wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.vks-video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vks-video figcaption {
  font-family: 'Glacial Indifference', var(--font-body), sans-serif;
  font-size: 0.78rem;
  color: var(--color-text-muted, #888);
  font-style: italic;
  margin-top: 0.75rem;
  text-align: center;
}

.vks-lightbox__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  width: min(1700px, calc(100vw - 1.5rem));
  max-height: calc(100vh - 1.5rem);
}

.vks-lightbox__image {
  display: block;
  width: 100%;
  max-width: none;
  max-height: calc(100vh - 1.5rem);
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.vks-lightbox__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(15, 20, 28, 0.72);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.vks-lightbox__close:hover {
  background: rgba(21, 28, 37, 0.92);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.vks-lightbox-open {
  overflow: hidden;
}

.vks-registry {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.vks-registry__item {
  padding: clamp(1.2rem, 2.2vw, 1.7rem);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(16, 34, 48, 0.95), rgba(20, 40, 56, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: 2px solid var(--art-accent);
  box-shadow: 0 14px 36px rgba(10, 20, 30, 0.2);
  color: #f7f1e6;
}

.vks-registry__item h3 {
  margin: 0;
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.12;
  color: #f7f1e6;
}

.vks-registry__item h3 span {
  display: block;
  margin-top: 0.25rem;
  font-family: 'Glacial Indifference', var(--font-body), sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(247, 241, 230, 0.5);
}

.vks-registry__figure {
  margin: calc(-1 * clamp(1.2rem, 2.2vw, 1.7rem));
  margin-bottom: clamp(1rem, 1.5vw, 1.2rem);
}

.vks-registry__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.vks-registry__figure figcaption {
  padding: 0.5rem clamp(1.2rem, 2.2vw, 1.7rem) 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(247, 241, 230, 0.45);
  font-style: italic;
}

.vks-registry__item p {
  margin: 0.9rem 0 0;
  line-height: 1.72;
  color: rgba(247, 241, 230, 0.78);
}

.vks-registry__item a {
  color: #d7a45c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(215, 164, 92, 0.4);
}

.vks-registry__item a:hover {
  text-decoration-color: #d7a45c;
}

@media (max-width: 900px) {
  .vks-capabilities,
  .vks-types,
  .vks-registry {
    grid-template-columns: 1fr;
  }

  .vks-production-box__stats {
    grid-template-columns: 1fr;
  }

  .vks-types__card,
  .vks-types__card:nth-child(even),
  .vks-types__card--cargo {
    grid-template-columns: 1fr;
  }

  .vks-types__figure {
    order: 0;
    align-self: start;
  }

  .vks-types__card:nth-child(even) .vks-types__figure,
  .vks-types__card:nth-child(even) .vks-types__body {
    order: 0;
  }

  .vks-types__card--cargo .vks-types__figure {
    margin: 0;
  }

  .vks-types__card--cargo .vks-types__figure img {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .vks-types__card--cargo .vks-types__body {
    padding: 0;
  }

  .vks-types__card--cargo .vks-types-quote {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .art-hero__media img {
    object-position: 30% 35%;
  }

  /* Leeke painting — larger on mobile */
  #opening-thesis .art-figure--spread {
    padding: 0;
  }

  /* Tighten intro → first section transition on mobile */
  .art-intro__inner {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-sm);
  }

  .art-lead {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .art-section {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
  }

  .art-card-grid {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-lg);
  }

  .art-sources {
    padding-top: var(--space-lg);
  }

  .vks-expert {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vks-expert__portrait {
    max-width: 220px;
    justify-self: center;
  }

  .vks-map-unit {
    border-radius: 20px;
    padding: 0.75rem 0.75rem 0;
  }

  .vks-range-map .vks-map-wrap {
    padding: 0;
  }

  .vks-range-map .vks-map-wrap img {
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .vks-ocean {
    padding-inline: var(--space-lg);
  }

  .vks-types__card,
  .vks-registry__item {
    border-radius: 18px;
  }
}
