:root {
  --bg: #f6efe2;
  --paper: rgba(255, 250, 242, 0.8);
  --surface: rgba(138, 23, 23, 0.08);
  --surface-strong: rgba(109, 18, 18, 0.92);
  --text: #271513;
  --muted: #6e5248;
  --line: rgba(39, 21, 19, 0.1);
  --accent: #a52a1f;
  --accent-deep: #742015;
  --accent-soft: #d98752;
  --leaf: #556b2f;
  --action: #1f5f73;
  --action-deep: #174754;
  --action-soft: #3d8aa1;
  --shadow: 0 24px 70px rgba(89, 27, 11, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#biografie,
#schichten,
#kunst,
#buch,
#reisen,
#produkte,
#buchen {
  scroll-margin-top: 170px;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(217, 135, 82, 0.28), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(85, 107, 47, 0.18), transparent 18%),
    linear-gradient(180deg, #f8f1e7 0%, #f4e9db 42%, #f0e4d7 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

[data-shared-header] {
  position: sticky;
  top: 0;
  z-index: 35;
  display: block;
  margin-inline: calc(50% - 50vw);
  padding: 0 max(16px, calc((100vw - var(--max-width)) / 2 + 16px)) 28px;
  background: linear-gradient(180deg, #f8f1e7 0%, #f8f1e7 72%, rgba(248, 241, 231, 0) 100%);
}

.admin-bar [data-shared-header] {
  top: 32px;
}

[data-shared-header]::after {
  content: "";
  display: block;
  height: 22px;
  margin: -2px auto 0;
  width: min(100%, var(--max-width));
  background: linear-gradient(180deg, rgba(80, 48, 29, 0.16), rgba(80, 48, 29, 0));
  filter: blur(16px);
  opacity: 0.42;
  pointer-events: none;
}

.site-header {
  position: relative;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  margin: 0;
  background: rgba(255, 248, 240, 0.72);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0 0 42px 42px;
  box-shadow: 0 14px 30px rgba(89, 27, 11, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  gap: 0;
}

.brand-mark-frame {
  width: 106px;
  height: 106px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand-image {
  display: block;
  width: 112px;
  height: auto;
  max-height: 112px;
  object-fit: contain;
  object-position: center;
  background: #fbf1e6;
  mix-blend-mode: normal;
}

.brand-wordmark {
  font-family: Optima, Candara, "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.95;
  margin-left: -2px;
}

.header-right {
  display: grid;
  justify-items: end;
  gap: 10px;
  min-width: 0;
}

.language-picker {
  position: relative;
  min-height: 1.2rem;
  min-width: 260px;
  text-align: right;
}

.language-word {
  position: absolute;
  inset: 0 0 auto auto;
  color: var(--accent-deep);
  font-family: Optima, Candara, "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(8px);
  animation: language-cycle 16s infinite ease-in-out;
}

.language-word-en {
  animation-delay: 4s;
}

.language-word-fr {
  animation-delay: 8s;
}

.language-word-es {
  animation-delay: 12s;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav ul,
.site-nav-list {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav li {
  display: contents;
}

.site-nav a {
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 700;
  transition:
    color 180ms ease,
    transform 180ms ease,
    text-decoration-color 180ms ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
  text-decoration-color: transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent-deep);
  transform: translateY(-1px);
  text-decoration-color: currentColor;
}

.menu-toggle {
  display: none;
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
  padding: 56px 0 32px;
  min-height: calc(100vh - 130px);
}

.hero-copy h1,
.section-heading h2,
.feature-panel h2,
.booking-shell h2,
.intro-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  font-size: clamp(2.72rem, 5.6vw, 4.96rem);
  font-weight: 300;
  line-height: 0.92;
  max-width: 13ch;
}

.hero-line {
  display: block;
}

.hero-line-intro {
  font-size: 0.84em;
  font-weight: 700;
  color: var(--accent-deep);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.hero-text,
.intro-card p,
.split-layout p,
.layer-card p,
.content-card p,
.feature-panel p,
.product-card p,
.booking-shell p,
.site-footer p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff9f3;
  background: linear-gradient(135deg, var(--action-deep) 0%, var(--action-soft) 120%);
  box-shadow: 0 18px 30px rgba(23, 71, 84, 0.24);
}

.button-secondary {
  color: var(--action-deep);
  background: linear-gradient(135deg, rgba(31, 95, 115, 0.14) 0%, rgba(61, 138, 161, 0.2) 120%);
  border: 1px solid rgba(31, 95, 115, 0.26);
  box-shadow: 0 14px 24px rgba(23, 71, 84, 0.12);
}

.button-secondary .wp-block-button__link,
.button-secondary {
  color: var(--action-deep);
}

.hero-art {
  position: relative;
  min-height: 580px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 210, 174, 0.9), transparent 24%),
    radial-gradient(circle at 65% 30%, rgba(165, 42, 31, 0.84), transparent 19%),
    radial-gradient(circle at 58% 56%, rgba(116, 32, 21, 0.9), transparent 24%),
    linear-gradient(155deg, rgba(255, 248, 241, 0.78), rgba(232, 216, 197, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow);
}

.story-stage {
  position: absolute;
  inset: 0;
}

.story-random {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--action-deep) 0%, var(--action-soft) 120%);
  color: #fff9f3;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 28px rgba(23, 71, 84, 0.24);
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.story-random:hover,
.story-random:focus-visible {
  transform: translateY(-2px) scale(1.02);
  background: linear-gradient(135deg, var(--action) 0%, var(--action-soft) 120%);
}

.story-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 24px 60px rgba(71, 27, 13, 0.18);
  background: rgba(255, 248, 240, 0.72);
  opacity: 0;
  transform: translateY(20px) scale(0.96) rotate(0deg);
  transition:
    opacity 800ms ease,
    transform 1100ms ease,
    filter 800ms ease;
  filter: saturate(0.92);
}

.story-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(var(--story-rotate, 0deg));
  filter: saturate(1);
}

.story-card-a {
  top: 4%;
  left: 10%;
  width: 34%;
  aspect-ratio: 0.92;
  --story-rotate: -8deg;
}

.story-card-b {
  top: 8%;
  right: 8%;
  width: 42%;
  aspect-ratio: 0.95;
  --story-rotate: 6deg;
}

.story-card-c {
  bottom: 26%;
  left: 8%;
  width: 31%;
  aspect-ratio: 0.84;
  --story-rotate: -10deg;
}

.story-card-d {
  top: 4%;
  left: 18%;
  width: 68%;
  aspect-ratio: 1.18;
  --story-rotate: -4deg;
}

.story-card-e {
  bottom: 22%;
  right: 9%;
  width: 34%;
  aspect-ratio: 0.8;
  --story-rotate: 7deg;
}

.story-card-f {
  bottom: 20%;
  left: 16%;
  width: 48%;
  aspect-ratio: 1.06;
  --story-rotate: -6deg;
}

.story-card-g {
  top: 6%;
  right: 6%;
  width: 38%;
  aspect-ratio: 1.2;
  --story-rotate: 8deg;
}

.story-card-h {
  top: 12%;
  left: 12%;
  width: 44%;
  aspect-ratio: 0.95;
  --story-rotate: -5deg;
}

.story-card-i {
  top: 10%;
  right: 10%;
  width: 36%;
  aspect-ratio: 0.92;
  --story-rotate: 5deg;
}

.story-card-j {
  bottom: 16%;
  left: 10%;
  width: 34%;
  aspect-ratio: 1.12;
  --story-rotate: -7deg;
}

.story-card-k {
  bottom: 18%;
  right: 12%;
  width: 32%;
  aspect-ratio: 0.96;
  --story-rotate: 4deg;
}

.story-card-l {
  top: 8%;
  left: 20%;
  width: 62%;
  aspect-ratio: 0.98;
  --story-rotate: -3deg;
}

.story-card-m {
  bottom: 18%;
  left: 18%;
  width: 28%;
  aspect-ratio: 0.98;
  --story-rotate: -9deg;
}

.story-card-n {
  top: 18%;
  right: 10%;
  width: 34%;
  aspect-ratio: 1.1;
  --story-rotate: 6deg;
}

.story-card-o {
  bottom: 18%;
  right: 8%;
  width: 40%;
  aspect-ratio: 1.05;
  --story-rotate: 7deg;
}

.story-card-p {
  top: 10%;
  left: 14%;
  width: 38%;
  aspect-ratio: 1;
  --story-rotate: -8deg;
}

.story-card-q {
  top: 8%;
  right: 18%;
  width: 28%;
  aspect-ratio: 0.96;
  --story-rotate: 8deg;
}

.story-card-r {
  bottom: 14%;
  left: 14%;
  width: 38%;
  aspect-ratio: 1.04;
  --story-rotate: -5deg;
}

.story-card-s {
  top: 14%;
  right: 8%;
  width: 34%;
  aspect-ratio: 1.15;
  --story-rotate: 5deg;
}

.story-card-t {
  bottom: 16%;
  right: 10%;
  width: 34%;
  aspect-ratio: 0.88;
  --story-rotate: 4deg;
}

.story-card-u {
  top: 12%;
  left: 22%;
  width: 28%;
  aspect-ratio: 0.98;
  --story-rotate: -6deg;
}

.story-card-v {
  top: 8%;
  right: 12%;
  width: 44%;
  aspect-ratio: 1.02;
  --story-rotate: 6deg;
}

.story-card-w {
  bottom: 16%;
  right: 9%;
  width: 34%;
  aspect-ratio: 1.08;
  --story-rotate: 5deg;
}

.story-card-x {
  bottom: 14%;
  left: 10%;
  width: 42%;
  aspect-ratio: 0.98;
  --story-rotate: -4deg;
}

.story-card-y {
  top: 10%;
  left: 18%;
  width: 58%;
  aspect-ratio: 1.04;
  --story-rotate: -2deg;
}

.hero-card {
  position: absolute;
  right: 24px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  border: 0;
  box-shadow: none;
}

.hero-card-line {
  display: inline;
  margin: 0;
  padding: 0.14em 0.34em 0.2em;
  color: #fffdf8;
  background: rgba(116, 32, 21, 0.88);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.14rem, 1.7vw, 1.55rem);
  font-weight: 600;
  line-height: 1.18;
}

.hero-card-line-secondary {
  padding: 0;
  color: var(--text);
  background: transparent;
  font-size: clamp(1.14rem, 1.7vw, 1.55rem);
  font-weight: 500;
  line-height: 1.4;
}

.hero-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 10px;
}

.hero-card.is-active .hero-card-line {
  animation: text-rise 900ms ease both;
}

.hero-card.is-active .hero-card-meta .hero-card-line-secondary:first-child {
  animation-delay: 240ms;
}

.hero-card.is-active .hero-card-meta .hero-card-line-secondary:last-child {
  animation-delay: 420ms;
}

.section {
  padding: 42px 0;
}

.intro-grid,
.book-travel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.intro-card,
.stat-card,
.quote-panel,
.layer-card,
.content-card,
.feature-panel,
.product-card,
.booking-shell,
.booking-card {
  border-radius: var(--radius-lg);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
}

.intro-card,
.feature-panel,
.booking-shell {
  padding: 30px;
}

.stat-card,
.quote-panel,
.layer-card,
.content-card,
.product-card,
.booking-card {
  padding: 26px;
}

.stat-card {
  display: grid;
  align-content: end;
  min-height: 220px;
}

.news-entry-card,
.story-invite-card,
.podcast-teaser-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 560px;
  overflow: hidden;
}

.news-entry-card {
  color: #f5f7fb;
  background:
    linear-gradient(155deg, #0f2840 0%, #184765 52%, #1f5f73 100%);
}

.news-entry-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.15) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 26%, rgba(255, 255, 255, 0.1) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0 10%, transparent 11%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0 24%, transparent 25%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0 37%, transparent 38%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 28px);
  transform: scale(1.18);
}

.news-entry-copy,
.podcast-teaser-head,
.podcast-teaser-copy,
.story-invite-copy {
  position: relative;
  z-index: 1;
}

.news-entry-copy {
  display: grid;
  gap: 16px;
}

.news-entry-card .eyebrow,
.news-entry-card p,
.news-entry-card h2 {
  color: #f5f7fb;
}

.news-entry-card h2,
.podcast-teaser-card h2,
.story-invite-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 3.8vw, 3.25rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.news-entry-copy p:last-child {
  max-width: 18ch;
  color: rgba(245, 247, 251, 0.88);
  font-size: 1.05rem;
  line-height: 1.8;
}

.news-entry-button {
  position: relative;
  z-index: 1;
  align-self: center;
  margin-top: auto;
  color: #0f2840;
  background: #f5f7fb;
  box-shadow: 0 18px 34px rgba(5, 22, 38, 0.28);
}

.story-invite-card {
  background:
    radial-gradient(circle at 20% 16%, rgba(31, 95, 115, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.92), rgba(247, 236, 223, 0.9));
}

.story-invite-copy {
  display: grid;
  gap: 14px;
}

.story-invite-copy h2 {
  background: linear-gradient(135deg, #174754 0%, #a52a1f 52%, #d6e09a 100%);
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shifting-story-tone 9s ease-in-out infinite;
}

.story-invite-copy .eyebrow {
  margin-bottom: 0;
}

.story-invite-button {
  align-self: center;
  margin-top: auto;
  color: var(--action-deep);
  background: rgba(255, 248, 240, 0.88);
  border: 1px solid rgba(31, 95, 115, 0.24);
  box-shadow: 0 18px 32px rgba(31, 95, 115, 0.14);
}

.podcast-teaser-card {
  color: #fff9f0;
  background:
    radial-gradient(circle at 86% 18%, rgba(245, 223, 183, 0.18), transparent 18%),
    linear-gradient(160deg, #742015 0%, #9a3b1f 42%, #1f5f73 110%);
}

.podcast-teaser-head {
  display: grid;
  align-content: start;
  gap: 12px;
}

.podcast-teaser-card .eyebrow {
  color: rgba(255, 249, 240, 0.78);
  margin-bottom: 0;
}

.podcast-symbol-frame {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(100%, 260px);
  aspect-ratio: 1;
  margin: 22px auto 4px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 244, 230, 0.2), rgba(255, 255, 255, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(255, 249, 240, 0.16),
    0 18px 34px rgba(27, 7, 4, 0.18);
}

.podcast-rotator {
  overflow: hidden;
}

.podcast-symbol {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1200ms ease;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.18));
}

.podcast-symbol.is-active {
  opacity: 1;
}

.podcast-teaser-button {
  align-self: center;
  margin-top: auto;
  color: #fff9f0;
  background: linear-gradient(135deg, rgba(255, 249, 240, 0.18), rgba(255, 249, 240, 0.08));
  border: 1px solid rgba(255, 249, 240, 0.32);
  box-shadow: 0 18px 34px rgba(27, 7, 4, 0.22);
}

.stat-card span {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  line-height: 1;
  color: var(--accent);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.newsletter-card {
  position: relative;
  align-content: space-between;
  gap: 22px;
  overflow: hidden;
  min-height: 560px;
  color: #fff8f0;
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #174754 0%, #1f5f73 48%, #82291f 130%);
}

.newsletter-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -58px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 248, 240, 0.08);
}

.bitten-apple-mark {
  position: relative;
  width: 138px;
  aspect-ratio: 1;
  margin-left: auto;
  border-radius: 48% 52% 46% 54% / 42% 44% 56% 58%;
  background:
    radial-gradient(circle at 86% 32%, #174754 0 18px, transparent 19px),
    linear-gradient(145deg, rgba(255, 248, 240, 0.94), rgba(255, 214, 154, 0.9));
  box-shadow: inset -16px -18px 0 rgba(130, 41, 31, 0.16), 0 24px 42px rgba(0, 0, 0, 0.18);
}

.bitten-apple-mark::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 58px;
  width: 16px;
  height: 42px;
  border-radius: 999px;
  background: #62351f;
  transform: rotate(12deg);
}

.bitten-apple-leaf {
  position: absolute;
  top: -34px;
  left: 78px;
  width: 48px;
  height: 26px;
  border-radius: 100% 0 100% 0;
  background: #d6e09a;
  transform: rotate(-17deg);
}

.newsletter-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.newsletter-card .eyebrow,
.newsletter-card p {
  color: rgba(255, 248, 240, 0.82);
}

.newsletter-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  line-height: 0.96;
  color: #fff8f0;
}

.newsletter-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.newsletter-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 248, 240, 0.4);
  border-radius: 999px;
  padding: 0 18px;
  color: #1f1818;
  background: rgba(255, 248, 240, 0.94);
  font: inherit;
  outline: none;
}

.newsletter-form input:focus {
  border-color: #fff8f0;
  box-shadow: 0 0 0 4px rgba(255, 248, 240, 0.22);
}

.newsletter-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.illustration-stat-card {
  align-content: space-between;
  gap: 18px;
  overflow: hidden;
  min-height: 560px;
}

.illustration-stat-card .button {
  justify-self: start;
}

.apple-illustration-loop {
  position: relative;
  width: 100%;
  min-height: 420px;
  margin: -38px auto -28px;
}

.apple-illustration-loop img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 96%;
  object-fit: contain;
  opacity: 0;
  mix-blend-mode: multiply;
  animation: apple-illustration-fade 24s ease-in-out infinite;
}

.apple-illustration-loop img:first-child {
  animation-delay: -0.72s;
}

.apple-illustration-loop img:nth-child(2) {
  animation-delay: 4s;
}

.apple-illustration-loop img:nth-child(3) {
  animation-delay: 8s;
}

.apple-illustration-loop img:nth-child(4) {
  animation-delay: 12s;
}

.apple-illustration-loop img:nth-child(5) {
  animation-delay: 16s;
}

.apple-illustration-loop img:nth-child(6) {
  animation-delay: 20s;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin-bottom: 22px;
}

.section-heading h2,
.feature-panel h2,
.booking-shell h2,
.intro-card h2 {
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  line-height: 0.98;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 20px;
}

.quote-panel {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(165, 42, 31, 0.95), rgba(116, 32, 21, 0.95));
}

.quote-panel p {
  margin: 0;
  color: #fff7f0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.05;
}

.layer-stack,
.cards-grid,
.product-grid {
  display: grid;
  gap: 20px;
}

.layer-stack {
  position: relative;
  min-height: 860px;
  overflow: visible;
}

.layer-card {
  position: relative;
  position: absolute;
  width: clamp(240px, 27vw, 332px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 38px;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    opacity 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
  color: rgba(39, 21, 19, 0.88);
  opacity: 0.78;
  text-decoration: none;
}

.layer-card:nth-child(1) {
  top: 12px;
  left: 92px;
}

.layer-card:nth-child(2) {
  top: 10px;
  right: 92px;
}

.layer-card:nth-child(3) {
  top: 258px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.layer-card:nth-child(4) {
  bottom: 20px;
  left: 96px;
}

.layer-card:nth-child(5) {
  bottom: 20px;
  right: 92px;
}

.layer-card--blue {
  background: rgba(150, 176, 228, 0.78);
}

.layer-card--peach {
  background: rgba(250, 186, 138, 0.78);
}

.layer-card--green {
  background: rgba(162, 203, 126, 0.74);
}

.layer-card--yellow {
  background: rgba(252, 217, 99, 0.8);
}

.layer-card--violet {
  background: rgba(164, 131, 204, 0.8);
}

.layer-card-kicker {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.layer-card h3,
.content-card h3,
.product-card h3,
.booking-card h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.layer-card p {
  max-width: 16ch;
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.layer-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-top: 10px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.layer-card:hover,
.layer-card:focus-visible,
.layer-card.is-active {
  color: #fffdf8;
  opacity: 1;
  box-shadow: 0 26px 48px rgba(39, 21, 19, 0.18);
}

.layer-card--blue:hover,
.layer-card--blue:focus-visible,
.layer-card--blue.is-active {
  background: #7f9fd7;
}

.layer-card--peach:hover,
.layer-card--peach:focus-visible,
.layer-card--peach.is-active {
  background: #f2aa72;
}

.layer-card--green:hover,
.layer-card--green:focus-visible,
.layer-card--green.is-active {
  background: #86b85f;
}

.layer-card--yellow:hover,
.layer-card--yellow:focus-visible,
.layer-card--yellow.is-active {
  background: #f0c63d;
}

.layer-card--violet:hover,
.layer-card--violet:focus-visible,
.layer-card--violet.is-active {
  background: #8f69b9;
}

.layer-card:hover .layer-card-arrow,
.layer-card:focus-visible .layer-card-arrow,
.layer-card.is-active .layer-card-arrow {
  opacity: 1;
  transform: translateY(0);
}

.split-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.split-line {
  display: inline;
  padding: 0.14em 0.34em 0.2em;
  color: #fffdf8;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.22rem, 2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.18;
}

.split-line-primary {
  background: rgba(116, 32, 21, 0.88);
}

.split-line-secondary {
  background: rgba(33, 75, 67, 0.9);
}

.cards-grid {
  grid-template-columns: repeat(3, 1fr);
}

.book-travel-grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}

.travel-panel {
  display: grid;
  align-content: start;
  gap: 24px;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.9), rgba(252, 239, 221, 0.9)),
    radial-gradient(circle at top right, rgba(85, 107, 47, 0.14), transparent 30%);
}

.travel-panel-image {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 30px 30px;
}

.travel-panel-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
  filter: saturate(0.92) contrast(0.98);
}

.travel-panel-copy {
  display: grid;
  gap: 14px;
  padding: 0 30px 30px;
}

.book-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.95), rgba(246, 232, 214, 0.92)),
    radial-gradient(circle at 82% 18%, rgba(31, 95, 115, 0.08), transparent 28%);
}

.book-panel p {
  margin: 0;
}

.book-showcase {
  display: grid;
  justify-items: center;
  margin-top: 6px;
  padding: 8px 0 4px;
}

.book-mockup {
  position: relative;
  margin: 0;
  width: min(100%, 260px);
  transform: perspective(1400px) rotateY(-17deg) rotateX(3deg) rotateZ(-2deg);
  transform-origin: center left;
  filter: drop-shadow(0 24px 34px rgba(58, 25, 14, 0.2));
}

.book-mockup::before {
  content: "";
  position: absolute;
  inset: 10px -14px -10px 22px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(143, 58, 36, 0.16), rgba(31, 95, 115, 0.12));
  z-index: -1;
}

.book-mockup::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: -11px;
  width: 13px;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(180deg, rgba(248, 222, 186, 0.95), rgba(222, 186, 149, 0.98));
  box-shadow: inset 2px 0 0 rgba(255, 255, 255, 0.55);
}

.book-mockup img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(123, 63, 33, 0.18);
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.book-actions .button-primary {
  justify-content: center;
  flex: 1 1 260px;
}

.book-actions .button-secondary {
  justify-content: center;
  flex: 0 0 auto;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--accent-deep);
  font-weight: 700;
}

.product-grid {
  grid-template-columns: repeat(3, 1fr);
}

.product-card {
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.88), rgba(247, 233, 218, 0.9));
}

.booking-shell {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  margin-bottom: 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(217, 135, 82, 0.25), transparent 18%),
    linear-gradient(135deg, rgba(255, 247, 238, 0.86), rgba(240, 226, 213, 0.92));
}

.booking-card {
  background: rgba(255, 255, 255, 0.64);
}

.booking-card ul {
  margin: 0 0 24px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.support-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.72fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 34px;
}

.support-card,
.newsletter-square {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
}

.support-card {
  display: grid;
  gap: 16px;
  align-content: center;
  min-height: 330px;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.94), rgba(248, 239, 226, 0.9)),
    radial-gradient(circle at 88% 22%, rgba(31, 95, 115, 0.08), transparent 26%);
}

.support-card h2,
.newsletter-square h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 46ch;
}

.support-card .button {
  justify-self: start;
  margin-top: 6px;
}

.newsletter-square {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: 330px;
  padding: 28px;
  overflow: hidden;
  color: #fff8f0;
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(150deg, #174754 0%, #1f5f73 54%, #7c3121 120%);
}

.newsletter-square::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -36px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 248, 240, 0.08);
}

.newsletter-square .eyebrow,
.newsletter-square p {
  color: rgba(255, 248, 240, 0.84);
}

.newsletter-square-copy,
.newsletter-square-form {
  position: relative;
  z-index: 1;
}

.newsletter-square-copy {
  display: grid;
  gap: 12px;
}

.newsletter-square-form {
  display: grid;
  gap: 12px;
}

.newsletter-square-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 248, 240, 0.42);
  border-radius: 999px;
  padding: 0 18px;
  color: #1f1818;
  background: rgba(255, 248, 240, 0.94);
  font: inherit;
}

.newsletter-square-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px 28px;
  margin: 24px 0 42px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(180deg, rgba(236, 223, 208, 0.72), rgba(230, 214, 197, 0.92));
  border-top: 1px solid rgba(39, 21, 19, 0.12);
}

.site-footer p {
  margin: 0;
}

.site-footer-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.site-footer-nav a {
  color: var(--muted);
  transition: color 180ms ease;
}

.site-footer-nav a:hover,
.site-footer-nav a:focus-visible {
  color: var(--accent-deep);
}

@keyframes language-cycle {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  4% {
    opacity: 1;
    transform: translateY(0);
  }
  21% {
    opacity: 1;
    transform: translateY(0);
  }
  25% {
    opacity: 0;
    transform: translateY(-6px);
  }
  100% {
    opacity: 0;
    transform: translateY(-6px);
  }
}

@keyframes text-rise {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes apple-illustration-fade {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.985);
  }
  7% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  18% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  25% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.01);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.01);
  }
}

@keyframes shifting-story-tone {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@media (max-width: 1080px) {
  .hero,
  .intro-grid,
  .split-layout,
  .cards-grid,
  .book-travel-grid,
  .product-grid,
  .booking-shell,
  .support-strip {
    grid-template-columns: 1fr 1fr;
  }

  .layer-stack {
    min-height: 760px;
  }

  .layer-card:nth-child(1),
  .layer-card:nth-child(2),
  .layer-card:nth-child(3),
  .layer-card:nth-child(4),
  .layer-card:nth-child(5) {
    width: clamp(210px, 32vw, 292px);
  }

  .layer-card:nth-child(1) {
    top: 8px;
    left: 44px;
  }

  .layer-card:nth-child(2) {
    top: 8px;
    right: 44px;
  }

  .layer-card:nth-child(3) {
    top: 224px;
    left: 50%;
    transform: translateX(-50%);
  }

  .layer-card:nth-child(4) {
    bottom: 12px;
    left: 42px;
  }

  .layer-card:nth-child(5) {
    bottom: 12px;
    right: 42px;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .podcast-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .admin-bar [data-shared-header] {
    top: 46px;
  }

  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  [data-shared-header] {
    padding: 0 10px 22px;
  }

  .site-header {
    align-items: flex-start;
    border-radius: 0 0 28px 28px;
  }

  .header-right {
    width: 100%;
    justify-items: start;
  }

  .language-picker {
    min-width: 0;
    text-align: left;
  }

  .language-word {
    inset: 0 auto auto 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    padding-top: 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav ul,
  .site-nav-list,
  .site-nav li {
    display: contents;
  }

  .hero,
  .intro-grid,
  .split-layout,
  .layer-stack,
  .cards-grid,
  .book-travel-grid,
  .product-grid,
  .booking-shell,
  .support-strip,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
  }

  .hero-art {
    min-height: 420px;
  }

  .story-card-a {
    width: 38%;
  }

  .story-card-b,
  .story-card-d,
  .story-card-f {
    width: 54%;
  }

  .story-card-c,
  .story-card-e,
  .story-card-g {
    width: 36%;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .hero-line-intro {
    font-size: 0.76em;
  }

  .book-mockup {
    width: min(100%, 220px);
    transform: perspective(1200px) rotateY(-13deg) rotateX(2deg) rotateZ(-1.5deg);
  }

  .site-footer {
    display: grid;
    justify-items: start;
  }

  .story-submit-grid {
    grid-template-columns: 1fr;
  }

  .layer-stack {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .layer-card {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    transform: none !important;
  }
}

.subpage-main {
  padding-bottom: 72px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb a {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 248, 240, 0.72);
  border: 1px solid rgba(39, 21, 19, 0.08);
  transition: color 180ms ease;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--action-deep);
}

.subpage-hero {
  padding: 18px 0 34px;
  max-width: 900px;
}

.subpage-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.subpage-intro {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.9;
}

.timeline-card {
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 242, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
}

.news-chip {
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  color: var(--accent-deep);
  background: rgba(255, 248, 240, 0.86);
  border: 1px solid rgba(39, 21, 19, 0.08);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-side-panel {
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 242, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
}

.news-article-quote,
.wp-block-quote {
  margin: 26px 0;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(255, 248, 240, 0.76);
  border-left: 6px solid rgba(31, 95, 115, 0.7);
}

.wp-block-quote p:last-child {
  margin-bottom: 0;
}

.news-overview {
  display: grid;
  gap: 26px;
}

.news-overview-heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.news-overview-heading h1,
.news-channel-copy h2,
.news-magazine-card h2,
.news-channel-body h1,
.news-side-link strong {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.news-overview-heading h1 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.news-overview-grid,
.news-magazine-grid,
.news-channel-layout {
  display: grid;
  gap: 24px;
}

.news-overview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-channel-card,
.news-magazine-card,
.news-channel-main {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.news-channel-card,
.news-channel-main {
  background: rgba(255, 250, 242, 0.84);
}

.news-channel-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.news-channel-card-inverse {
  color: #fff9f2;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(155deg, #174754 0%, #1f5f73 55%, #742015 135%);
}

.news-channel-card-inverse .eyebrow,
.news-channel-card-inverse p,
.news-channel-card-inverse .text-link {
  color: rgba(255, 249, 242, 0.88);
}

.news-channel-card-inverse .news-channel-copy p {
  color: #ffffff;
}

.news-channel-image {
  margin: 0;
  aspect-ratio: 1.26;
  overflow: hidden;
}

.news-channel-image img,
.news-channel-hero-image img,
.apple-shot-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-channel-image img {
  filter: saturate(0.95) contrast(0.96);
}

.news-channel-copy,
.news-channel-body,
.news-magazine-card {
  padding: 28px;
}

.news-channel-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.news-channel-copy h2 {
  font-size: clamp(2rem, 3.8vw, 3rem);
}

.news-channel-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.news-channel-emphasis {
  color: #d6ecf7 !important;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3.1vw, 2.7rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.news-channel-card-feature .text-link,
.news-channel-card-inverse .text-link {
  margin-top: 6px;
}

.news-magazine-grid {
  grid-template-columns: 0.88fr 1.12fr;
  align-items: start;
}

.news-magazine-card {
  display: grid;
  gap: 16px;
  min-height: 100%;
  background: rgba(255, 250, 242, 0.84);
}

.news-chip-card {
  align-content: start;
}

.news-chip-card h2,
.apple-shot-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.news-chip-story {
  margin: 0;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.72rem, 3vw, 2.6rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.apple-shot-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.9), rgba(244, 233, 219, 0.92)),
    radial-gradient(circle at 86% 16%, rgba(31, 95, 115, 0.12), transparent 28%);
}

.apple-shot-head {
  display: grid;
  gap: 8px;
}

.apple-shot-frame {
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 6px);
  aspect-ratio: 1.45;
}

.news-channel-page {
  display: grid;
  gap: 20px;
}

.news-channel-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.news-channel-bar .eyebrow {
  margin: 0;
}

.news-channel-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--accent-deep);
  background: rgba(255, 248, 240, 0.86);
  border: 1px solid rgba(39, 21, 19, 0.08);
  font-family: Optima, Candara, "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-channel-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.52fr);
  align-items: start;
}

.news-channel-main {
  display: grid;
  gap: 0;
}

.news-channel-hero-image {
  margin: 0;
  aspect-ratio: 1.58;
  overflow: hidden;
}

.news-channel-body {
  display: grid;
  gap: 16px;
}

.news-channel-body h1 {
  font-size: clamp(2.7rem, 5vw, 4.6rem);
}

.news-channel-lead,
.news-channel-body p,
.news-article-body p,
.news-article-body blockquote {
  color: var(--muted);
  line-height: 1.9;
  font-size: 1.02rem;
}

.news-channel-body p {
  margin: 0;
}

.news-channel-sidebar .news-side-panel {
  padding: 24px;
  position: sticky;
  top: 140px;
}

.news-side-panel {
  padding: 24px;
  position: sticky;
  top: 140px;
}

.news-side-link {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-top: 1px solid rgba(39, 21, 19, 0.08);
}

.news-side-link:first-of-type {
  border-top: 0;
  padding-top: 6px;
}

.news-side-link strong {
  font-size: 1.5rem;
  font-weight: 600;
}

.news-side-link span {
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.news-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: 24px;
}

.news-article-main {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 242, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
}

.news-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.news-article-image {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 6px);
}

.news-article-image img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.essay-page {
  display: grid;
  gap: 26px;
}

.essay-back {
  justify-self: start;
}

.essay-shell {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px clamp(22px, 4vw, 48px);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 242, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
}

.essay-kicker {
  margin: 0 0 14px;
  color: var(--accent-deep);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.essay-title,
.essay-subheading {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.03em;
}

.essay-title {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.3rem);
  line-height: 0.92;
}

.essay-lead {
  margin: 28px 0 0;
  color: var(--text);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.8;
}

.essay-body {
  margin-top: 30px;
}

.essay-body p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.95;
}

.essay-subheading {
  margin: 36px 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.04;
}

.essay-figure {
  margin: 34px 0;
}

.essay-figure img {
  width: 100%;
  border-radius: 22px;
  aspect-ratio: 1.52;
  object-fit: cover;
}

.essay-figure figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.96rem;
  font-style: italic;
  line-height: 1.7;
}

.podcast-page,
.story-submit-page,
.donation-page {
  display: grid;
  gap: 26px;
}

.podcast-hero,
.story-submit-form {
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 242, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
}

.podcast-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: 28px;
}

.podcast-portrait-placeholder {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  min-height: 420px;
  border-radius: calc(var(--radius-lg) - 6px);
  color: #fff9f0;
  text-align: center;
  background:
    radial-gradient(circle at 22% 18%, rgba(245, 223, 183, 0.2), transparent 22%),
    linear-gradient(155deg, #174754 0%, #1f5f73 46%, #742015 130%);
}

.podcast-portrait-placeholder img {
  width: min(100%, 240px);
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.24));
}

.podcast-portrait-placeholder p {
  max-width: 24ch;
  margin: 0;
  color: rgba(255, 249, 240, 0.84);
  line-height: 1.7;
}

.podcast-hero-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.podcast-hero-copy h1,
.story-submit-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.podcast-hero-copy p,
.story-submit-hero p,
.story-upload-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.donation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  gap: 24px;
  align-items: start;
}

.donation-intro,
.donation-checkout {
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 242, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
}

.donation-intro {
  padding: 32px;
  display: grid;
  gap: 16px;
}

.donation-intro h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.9rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.donation-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.donation-checkout {
  padding: 28px;
  display: grid;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.92), rgba(246, 234, 220, 0.92)),
    radial-gradient(circle at 82% 14%, rgba(31, 95, 115, 0.08), transparent 26%);
}

.donation-checkout-head {
  display: grid;
  gap: 8px;
}

.donation-checkout-head h2 {
  margin: 0;
  font-size: 1.5rem;
}

.donation-checkout-head p,
.donation-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.donation-note-success {
  border-left: 4px solid #4f7d32;
}

.donation-note-error,
.donation-note-warning {
  border-left: 4px solid var(--accent);
}

.donation-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.donation-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(31, 95, 115, 0.18);
  background: rgba(255, 248, 240, 0.92);
  font-weight: 700;
  color: var(--action-deep);
  cursor: pointer;
}

.donation-chip input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.donation-chip.is-active {
  color: #fff9f3;
  background: linear-gradient(135deg, var(--action-deep) 0%, var(--action-soft) 120%);
  box-shadow: 0 12px 24px rgba(23, 71, 84, 0.18);
}

.donation-fields {
  display: grid;
  gap: 14px;
}

.donation-fields label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.donation-fields input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(39, 21, 19, 0.12);
  border-radius: 16px;
  padding: 0 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  font: inherit;
}

.donation-fields-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.donation-cta {
  width: 100%;
}

.podcast-subscribe,
.podcast-episodes,
.story-submit-form {
  padding: 28px;
}

.podcast-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.podcast-episode-list {
  display: grid;
  gap: 16px;
}

.podcast-episode-card {
  padding: 22px 24px;
  border-radius: calc(var(--radius-lg) - 6px);
  background: rgba(255, 248, 240, 0.78);
  border: 1px solid rgba(39, 21, 19, 0.08);
}

.podcast-episode-card h3 {
  margin: 12px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  line-height: 1.02;
}

.podcast-episode-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.story-submit-hero {
  display: grid;
  gap: 14px;
  max-width: 880px;
}

.story-submit-form {
  display: grid;
  gap: 22px;
}

.story-submit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.story-submit-form label,
.story-textarea,
.story-upload-note {
  display: grid;
  gap: 10px;
}

.story-submit-form span {
  font-weight: 700;
}

.story-submit-form input[type="text"],
.story-submit-form input[type="email"],
.story-submit-form textarea {
  width: 100%;
  border: 1px solid rgba(39, 21, 19, 0.12);
  border-radius: 18px;
  padding: 14px 16px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
}

.story-submit-form textarea {
  resize: vertical;
  min-height: 240px;
  line-height: 1.7;
}

.story-consent-box {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 248, 240, 0.88);
  border: 1px solid rgba(39, 21, 19, 0.08);
}

.consent-line {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
}

.consent-line span {
  font-weight: 500;
  line-height: 1.7;
}

.consent-line input {
  margin-top: 3px;
}

.timeline-track {
  position: relative;
  padding: 34px 0 50px;
}

.timeline-track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 42px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 248, 240, 0.08),
    rgba(31, 95, 115, 0.12),
    rgba(116, 32, 21, 0.1),
    rgba(255, 248, 240, 0.08)
  );
}

.timeline-entry {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 420px;
  margin: -86px 0 0;
}

.timeline-entry:first-child {
  margin-top: 18px;
}

.timeline-entry-left .timeline-card {
  grid-column: 1;
  margin-right: 70px;
}

.timeline-entry-right .timeline-card {
  grid-column: 2;
  margin-left: 70px;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--action-deep), var(--accent));
  box-shadow: 0 0 0 18px rgba(255, 248, 240, 0.58);
  z-index: 2;
}

.timeline-card {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  min-height: 440px;
  aspect-ratio: 1 / 1.02;
  position: relative;
}

.timeline-image {
  position: absolute;
  inset: 0;
  min-height: 100%;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.92) brightness(1.04);
  transform: scale(1.04);
}

.timeline-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 248, 240, 0.04) 0%,
    rgba(255, 248, 240, 0.08) 36%,
    rgba(255, 248, 240, 0.42) 66%,
    rgba(255, 248, 240, 0.95) 100%
  );
}

.timeline-copy {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 108px 28px 28px;
  display: grid;
  align-content: end;
  min-height: 100%;
}

.timeline-copy h2 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.28rem, 2.1vw, 1.8rem);
  line-height: 1.06;
}

.timeline-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.98rem;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 700ms ease, transform 900ms ease;
}

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

@media (max-width: 1080px) {
  .news-overview-grid,
  .news-magazine-grid {
    grid-template-columns: 1fr;
  }

  .timeline-entry {
    margin-top: -62px;
  }

  .timeline-entry:first-child {
    margin-top: 18px;
  }

  .timeline-card {
    min-height: 400px;
  }
}

@media (max-width: 860px) {
  .timeline-entry,
  .donation-layout,
  .news-article-layout,
  .news-channel-layout {
    grid-template-columns: 1fr;
  }

  .news-channel-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .timeline-track::before {
    left: 18px;
    transform: none;
    width: 24px;
  }

  .timeline-dot {
    left: 18px;
  }

  .timeline-entry-left .timeline-card,
  .timeline-entry-right .timeline-card {
    grid-column: 1;
    margin-left: 44px;
    margin-right: 0;
  }

  .news-side-panel {
    position: static;
    top: auto;
  }
}

@media (max-width: 640px) {
  .donation-amounts,
  .donation-fields-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
