:root {
  --teal-950: #183c3d;
  --teal-900: #214b4c;
  --teal-800: #2f6867;
  --teal-600: #6ba8a2;
  --cream: #fff7ef;
  --pearl: #fffdf8;
  --blush: #f8d7d0;
  --clay: #bd8175;
  --clay-soft: #edc4bc;
  --plum: #402b3c;
  --ink: #243d3c;
  --muted: rgba(36, 61, 60, 0.68);
  --light-muted: rgba(36, 61, 60, 0.64);
  --line-dark: rgba(23, 43, 45, 0.14);
  --line-light: rgba(23, 43, 45, 0.1);
  --shadow: 0 28px 90px rgba(194, 125, 111, 0.14);
  --serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Manrope, Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: var(--ink);
  background:
    linear-gradient(115deg, rgba(223, 245, 239, 0.34), transparent 42%),
    linear-gradient(180deg, var(--pearl) 0%, var(--cream) 100%);
  font-family: var(--sans);
  letter-spacing: 0;
  overflow-x: clip;
}

img,
svg,
video {
  max-width: 100%;
}

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

.container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 74px;
  padding: 10px max(18px, calc((100vw - 1160px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid rgba(23, 43, 45, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  justify-items: center;
  color: #dfbfa8;
  text-align: center;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}

.brand-mark img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(191, 155, 107, 0.14));
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.topnav--left {
  justify-content: flex-start;
}

.topnav--right {
  justify-content: flex-end;
}

.topnav a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #dfbfa8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.topnav a:hover {
  color: var(--teal-800);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(223, 191, 168, 0.52);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.7);
  color: #dfbfa8;
  place-items: center;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.menu-toggle span {
  grid-column: 1;
  grid-row: 1;
  width: 17px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform 220ms ease, opacity 180ms ease;
}

.menu-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.mobile-menu {
  display: none;
}

.topnav a:focus-visible,
.menu-toggle:focus-visible,
.button:focus-visible,
.contact-links a:focus-visible {
  outline: 2px solid rgba(107, 168, 162, 0.54);
  outline-offset: 4px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  padding: 48px 0 56px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(110deg, #fffdf8 0%, #fde9e2 54%, #e7f5ef 100%),
    linear-gradient(180deg, #fffdf8 0%, #fff1e9 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(90deg, transparent 0, transparent 46px, rgba(255, 255, 255, 0.5) 47px, transparent 48px),
    linear-gradient(0deg, transparent 0, transparent 54px, rgba(185, 121, 103, 0.06) 55px, transparent 56px);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  pointer-events: none;
}

.section {
  padding: 72px 0;
  overflow-x: clip;
}

.section--cream {
  background: var(--cream);
}

.section--teal {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.82), transparent 46%),
    linear-gradient(180deg, #e5f7f1 0%, #fff8ef 100%);
}

.section--rose {
  background:
    linear-gradient(135deg, rgba(223, 245, 239, 0.38), transparent 46%),
    linear-gradient(180deg, #fff9f4 0%, #f9d8cf 100%);
}

.section--wild {
  min-height: auto;
  padding: 58px 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(248, 215, 208, 0.42), transparent 34%),
    linear-gradient(135deg, rgba(223, 245, 239, 0.72), transparent 48%),
    linear-gradient(180deg, #fffdf8 0%, #fff1e9 100%);
}

.section--lineage {
  padding: 86px 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.2), rgba(255, 247, 239, 0.88)),
    linear-gradient(110deg, #f8d7d0 0%, #fff8ef 52%, #dff5ef 100%);
}

.section--final {
  min-height: 560px;
  display: flex;
  align-items: center;
  color: var(--pearl);
  background:
    linear-gradient(180deg, rgba(244, 168, 184, 0.18), rgba(24, 60, 61, 0.34)),
    linear-gradient(110deg, rgba(248, 215, 208, 0.58), rgba(223, 245, 239, 0.24)),
    url("assets/images/lena-field-collage.jpg");
  background-size: cover;
  background-position: 50% 42%;
}

.hero__grid,
.intro-grid,
.music-grid,
.gift-grid,
.contact-grid,
.festival-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 50px;
  align-items: center;
}

.hero__grid {
  position: relative;
  z-index: 1;
}

.kicker {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section--teal .kicker,
.section--final .kicker {
  color: var(--clay);
}

.kicker--dark {
  color: var(--clay);
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--teal-950);
}

h1 {
  font-size: clamp(62px, 8vw, 116px);
  line-height: 0.84;
}

.hero h1 {
  color: var(--teal-950);
  background: linear-gradient(112deg, var(--teal-950) 0%, #245653 34%, #c4a64e 62%, #e4c994 78%, #b9846d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 18px 42px rgba(196, 166, 78, 0.1);
}

h2 {
  max-width: 820px;
  font-size: clamp(38px, 5.2vw, 76px);
  line-height: 0.94;
}

h3 {
  margin: 0;
  color: var(--teal-950);
  font-size: 21px;
  line-height: 1.16;
}

.hero__role {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--teal-950);
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 500;
  line-height: 1.24;
}

.hero__lead,
.section-text,
.section-head p,
.text-block p,
.gift-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.hero__lead {
  max-width: 660px;
  margin: 18px 0 0;
}

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

.actions--vertical {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

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

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(194, 125, 111, 0.12);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

.button--primary {
  color: var(--pearl);
  background: var(--clay-soft);
  border-color: rgba(189, 129, 117, 0.18);
  text-shadow: 0 1px 12px rgba(80, 45, 39, 0.16);
}

.button--primary:hover,
.button--primary:focus-visible {
  color: var(--pearl);
  background:
    linear-gradient(135deg, rgba(223, 245, 239, 0.9), rgba(248, 215, 208, 0.72));
  border-color: rgba(228, 201, 148, 0.58);
}

.button--soft {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.66);
  border-color: rgba(189, 129, 117, 0.22);
}

.button--soft:hover,
.button--soft:focus-visible,
.button--line-dark:hover,
.button--line-dark:focus-visible {
  color: var(--teal-950);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.78), rgba(223, 245, 239, 0.66));
  border-color: rgba(228, 201, 148, 0.48);
}

.button--line {
  color: var(--teal-950);
  border-color: rgba(5, 41, 44, 0.18);
  background: rgba(251, 243, 232, 0.38);
}

.button--line-dark {
  color: var(--ink);
  border-color: var(--line-dark);
  background: transparent;
}

.portrait-card {
  position: relative;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.56);
  border: 1px solid rgba(194, 125, 111, 0.16);
  box-shadow: 0 30px 90px rgba(189, 129, 117, 0.13);
}

.portrait-frame {
  position: relative;
  min-height: 418px;
}

.portrait-slot {
  position: absolute;
  inset: 0;
  min-height: 410px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(255, 253, 248, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.portrait-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 247, 239, 0.08)),
    linear-gradient(135deg, rgba(248, 215, 208, 0.06), rgba(223, 245, 239, 0.1));
  pointer-events: none;
}

.portrait-slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
  filter: saturate(0.96) contrast(0.98) brightness(1.02);
}

.portrait-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 22px;
  z-index: 1;
  padding: 12px 18px;
  text-align: center;
  background: rgba(226, 188, 166, 0.72);
  backdrop-filter: blur(10px);
}

.portrait-caption span {
  color: var(--pearl);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(36, 61, 60, 0.12);
}

.portrait-card p {
  margin: 16px 6px 2px;
  color: var(--muted);
  line-height: 1.5;
}

.section--about {
  padding: 58px 0;
  background:
    linear-gradient(135deg, rgba(223, 245, 239, 0.28), transparent 42%),
    linear-gradient(180deg, #fff8f2 0%, #fffdf8 100%);
}

.about-showcase {
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1fr);
  grid-template-areas:
    "visual copy"
    "visual points";
  gap: 16px 44px;
  align-items: start;
}

.about-copy h2 {
  font-size: clamp(42px, 4.6vw, 62px);
  line-height: 0.98;
}

.about-visual {
  position: relative;
  grid-area: visual;
  height: clamp(430px, 43vw, 520px);
  align-self: start;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(189, 129, 117, 0.12);
}

.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.02), rgba(255, 247, 239, 0.26)),
    linear-gradient(135deg, rgba(248, 215, 208, 0.16), rgba(223, 245, 239, 0.2)),
    radial-gradient(circle at 18% 18%, rgba(255, 253, 248, 0.42), transparent 34%);
  pointer-events: none;
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: 50% 68%;
  filter: saturate(0.74) contrast(0.84) brightness(1.2);
}

.about-visual figcaption {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 1;
  width: min(72%, 360px);
  padding: 16px 20px;
  color: var(--pearl);
  background: rgba(226, 188, 166, 0.76);
  border: 1px solid rgba(255, 253, 248, 0.42);
  text-align: center;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}

.about-copy {
  grid-area: copy;
  max-width: 650px;
  align-self: start;
}

.about-lede {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.about-points {
  grid-area: points;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-self: start;
}

.about-points article {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 15px 16px;
  border: 1px solid rgba(189, 129, 117, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.68);
  box-shadow: 0 12px 38px rgba(194, 125, 111, 0.06);
}

.about-points span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
}

.about-points h3 {
  margin-top: 16px;
  font-size: 17.5px;
  line-height: 1.14;
}

.about-points p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.38;
}

.text-block {
  display: grid;
  gap: 18px;
}

.text-block p,
.gift-copy p,
.section-text,
.section-head p {
  margin: 20px 0 0;
}

.text-block p:first-child {
  margin-top: 0;
}

.inline-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(194, 125, 111, 0.14);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 24px 70px rgba(194, 125, 111, 0.12);
}

.inline-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.08), rgba(255, 247, 239, 0.24)),
    linear-gradient(135deg, rgba(248, 215, 208, 0.18), rgba(223, 245, 239, 0.18));
  pointer-events: none;
}

.inline-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.9) brightness(1.08);
}

.inline-photo--about {
  height: 250px;
  margin-top: 8px;
}

.inline-photo--about img {
  object-position: 50% 62%;
  filter: saturate(0.78) contrast(0.88) brightness(1.18);
}

.facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.fact,
.practice-card,
.download-panel,
.album-card {
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.7);
  box-shadow: 0 18px 60px rgba(194, 125, 111, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.fact:hover,
.practice-card:hover,
.album-card:hover,
.download-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(64, 43, 60, 0.14);
}

.fact {
  padding: 22px;
}

.fact span {
  color: var(--clay);
  font-weight: 800;
  font-size: 13px;
}

.fact strong {
  display: block;
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.18;
}

.fact p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.section-head {
  display: grid;
  gap: 20px;
}

.section-head p {
  max-width: 760px;
  color: var(--muted);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.practice-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: var(--pearl);
  background: var(--teal-900);
  border: 2px solid rgba(255, 253, 248, 0.88);
  outline: 1px solid rgba(228, 201, 148, 0.34);
  outline-offset: 3px;
  box-shadow:
    inset 0 0 0 2px rgba(228, 201, 148, 0.34),
    inset 0 0 28px rgba(244, 216, 148, 0.12),
    0 18px 60px rgba(194, 125, 111, 0.1);
}

.practice-card::before,
.practice-card::after {
  content: "";
  position: absolute;
  inset: 0;
}

.practice-card::before {
  background-image: var(--practice-image);
  background-size: var(--practice-size, cover);
  background-position: var(--practice-position, center);
  background-repeat: no-repeat;
  filter: var(--practice-filter, saturate(0.78) contrast(0.88) brightness(1.07));
  transform: scale(var(--practice-scale, 1.04));
  transition: transform 420ms ease;
}

.practice-card::after {
  background: var(--practice-overlay,
    linear-gradient(180deg, rgba(255, 253, 248, 0.1) 0%, rgba(27, 62, 61, 0.38) 52%, rgba(24, 60, 61, 0.84) 100%),
    linear-gradient(135deg, rgba(248, 215, 208, 0.22), rgba(244, 216, 148, 0.14) 45%, rgba(107, 168, 162, 0.3)));
}

.practice-card:hover::before {
  transform: scale(var(--practice-hover-scale, 1.08));
}

.practice-card > * {
  position: relative;
  z-index: 1;
}

.practice-card span {
  width: fit-content;
  margin-bottom: 12px;
  padding-bottom: 5px;
  color: #f3d8a5;
  border-bottom: 1px solid rgba(243, 216, 165, 0.54);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.practice-card h3 {
  color: var(--pearl);
  font-size: 23px;
  line-height: 1.12;
  text-shadow: 0 2px 18px rgba(13, 35, 35, 0.18);
}

.practice-card p {
  margin: 12px 0 0;
  color: rgba(255, 253, 248, 0.84);
  line-height: 1.48;
  text-shadow: 0 2px 18px rgba(13, 35, 35, 0.16);
}

.practice-card--scenarios {
  --practice-image: url("assets/images/lena-scenarios-pastel-lite.jpg");
  --practice-position: 40% 18%;
  --practice-size: cover;
  --practice-filter: saturate(0.86) contrast(0.9) brightness(1.04);
  --practice-scale: 1;
  --practice-hover-scale: 1.04;
}

.practice-card--body {
  --practice-image: url("assets/images/lena-body-pastel-lite.jpg");
  --practice-position: 52% 46%;
  --practice-size: 118% auto;
  --practice-filter: saturate(0.9) contrast(0.9) brightness(1.03);
  --practice-scale: 1;
  --practice-hover-scale: 1.04;
}

.practice-card--threshold {
  --practice-image: url("assets/images/lena-threshold-pastel-lite.jpg");
  --practice-position: 44% 42%;
  --practice-size: 174% auto;
  --practice-filter: saturate(0.9) contrast(0.9) brightness(1.02);
  --practice-overlay:
    linear-gradient(180deg, rgba(255, 253, 248, 0.04) 0%, rgba(36, 67, 64, 0.16) 38%, rgba(24, 60, 61, 0.82) 100%),
    linear-gradient(135deg, rgba(248, 215, 208, 0.14), rgba(244, 216, 148, 0.1) 45%, rgba(107, 168, 162, 0.22));
}

.practice-card--subtle {
  --practice-image: url("assets/images/lena-subtle-pastel-lite.jpg");
  --practice-position: 51% 28%;
  --practice-size: cover;
  --practice-filter: saturate(0.88) contrast(0.9) brightness(1.02);
  --practice-scale: 1;
  --practice-hover-scale: 1.04;
}

.practice-card--subtle::after {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.06) 0%, rgba(30, 70, 68, 0.44) 48%, rgba(24, 60, 61, 0.88) 100%),
    linear-gradient(135deg, rgba(248, 215, 208, 0.24), rgba(244, 216, 148, 0.12) 48%, rgba(107, 168, 162, 0.28));
}

.methods {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 34px;
}

.methods span {
  padding: 9px 11px;
  border-radius: 999px;
  border: 1px solid rgba(189, 129, 117, 0.2);
  background: rgba(255, 253, 248, 0.62);
  color: var(--ink);
  font-size: 13px;
  white-space: nowrap;
}

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

.album-card {
  display: grid;
  grid-template-columns: 188px 1fr;
  gap: 20px;
  align-items: center;
  padding: 16px;
  background: rgba(255, 253, 248, 0.68);
}

.cover {
  position: relative;
  aspect-ratio: 1;
  border-radius: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(255, 250, 244, 0.92);
  background:
    linear-gradient(180deg, rgba(5, 41, 44, 0.02), rgba(5, 41, 44, 0.12)),
    radial-gradient(circle at 22% 20%, rgba(223, 245, 239, 0.94), transparent 34%),
    linear-gradient(135deg, #f9d8cf 0%, #fff8ef 48%, #dff5ef 100%);
  border: 1px solid rgba(255, 255, 255, 0.54);
}

.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 253, 248, 0.58), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(223, 245, 239, 0.42), transparent 34%),
    radial-gradient(circle at 36% 86%, rgba(248, 215, 208, 0.36), transparent 42%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.34), rgba(244, 216, 148, 0.16) 44%, rgba(202, 236, 229, 0.3));
  mix-blend-mode: screen;
  opacity: 0.72;
}

.cover img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.68) contrast(0.78) brightness(1.12);
}

.album-card--voice .cover {
  background:
    radial-gradient(circle at 50% 44%, rgba(244, 216, 148, 0.18), transparent 44%),
    linear-gradient(145deg, #09282c, #1a4948 58%, #071f24);
}

.album-card--mantra .cover {
  background:
    radial-gradient(circle at 45% 36%, rgba(223, 245, 239, 0.22), transparent 42%),
    linear-gradient(145deg, #0c2229, #244653 62%, #07161b);
}

.cover span {
  position: relative;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 2px 16px rgba(5, 41, 44, 0.18);
}

.album-card span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.album-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.album-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--clay);
  font-weight: 800;
}

.download-panel {
  overflow: hidden;
  padding: 0 30px 30px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.86), rgba(223, 245, 239, 0.34)),
    rgba(255, 253, 248, 0.74);
}

.download-photo {
  position: relative;
  height: 188px;
  margin: 0 -30px 26px;
  overflow: hidden;
}

.download-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.02), rgba(255, 253, 248, 0.66)),
    linear-gradient(135deg, rgba(248, 215, 208, 0.2), rgba(223, 245, 239, 0.08));
}

.download-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 38% 42%;
  filter: saturate(0.86) contrast(0.9) brightness(1.04);
}

.download-panel ol {
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.6;
}

.small {
  margin: 18px 0 0;
  color: rgba(23, 43, 45, 0.52);
  font-size: 14px;
  line-height: 1.45;
}

.festival-copy {
  max-width: 780px;
}

.section--wild .festival-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(330px, 0.74fr);
  gap: 42px;
}

.section--wild h2 {
  max-width: 760px;
  font-size: clamp(36px, 4.1vw, 58px);
  line-height: 0.98;
}

.section--wild .section-text {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.5;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.event-meta span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(189, 129, 117, 0.2);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.66);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.festival-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.festival-list article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 8px 14px;
  padding: 15px 16px;
  border: 1px solid rgba(189, 129, 117, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.64);
  box-shadow: 0 16px 48px rgba(194, 125, 111, 0.06);
}

.festival-list span {
  grid-row: span 2;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
}

.festival-list h3 {
  font-size: 20px;
}

.festival-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.46;
}

.festival-visual {
  position: relative;
  height: clamp(430px, 37vw, 545px);
  min-height: 0;
  align-self: center;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 253, 248, 0.64);
  box-shadow: 0 30px 90px rgba(189, 129, 117, 0.14);
}

.festival-visual--mobile {
  display: none;
}

.festival-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 247, 239, 0.2)),
    linear-gradient(135deg, rgba(248, 215, 208, 0.18), rgba(223, 245, 239, 0.14));
}

.festival-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: 52% 42%;
  filter: saturate(0.86) contrast(0.9) brightness(1.08);
}

.festival-visual figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 14px 18px;
  color: var(--pearl);
  background: rgba(226, 188, 166, 0.74);
  border: 1px solid rgba(255, 253, 248, 0.42);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.lineage-panel {
  position: relative;
  width: min(1180px, calc(100% - 72px));
  display: grid;
  grid-template-columns: minmax(440px, 0.94fr) minmax(360px, 0.78fr);
  gap: 44px;
  align-items: center;
}

.lineage-media {
  position: relative;
  justify-self: end;
  width: min(100%, 620px);
  margin: 0;
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.72);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(189, 129, 117, 0.12);
}

.lineage-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.06), rgba(255, 247, 239, 0.2)),
    linear-gradient(135deg, rgba(248, 215, 208, 0.12), rgba(223, 245, 239, 0.16));
}

.lineage-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.9) contrast(0.92) brightness(1.04);
}

.lineage-copy {
  position: relative;
  z-index: 1;
  max-width: 610px;
  margin: 0;
  padding: 0;
  justify-self: start;
  text-align: left;
  color: var(--teal-950);
}

.lineage-copy h2 {
  max-width: 560px;
  color: var(--teal-950);
  text-shadow: 0 18px 46px rgba(255, 253, 248, 0.7);
}

.lineage-copy p {
  margin: 22px 0 0;
  max-width: 600px;
  color: rgba(23, 43, 45, 0.74);
  font-size: 20px;
  line-height: 1.54;
}

.lineage-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 30px;
}

.contact-sanctuary {
  display: grid;
  gap: 32px;
  justify-items: center;
  text-align: center;
  padding: 48px 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 253, 248, 0.2), transparent 52%),
    linear-gradient(180deg, rgba(24, 60, 61, 0.48), rgba(24, 60, 61, 0.28));
  box-shadow: 0 28px 90px rgba(24, 60, 61, 0.16);
  backdrop-filter: blur(3px);
}

.contact-copy {
  max-width: 780px;
}

.contact-copy h2 {
  max-width: none;
  color: var(--pearl);
  text-shadow: 0 8px 32px rgba(13, 35, 35, 0.58);
}

.section--final .section-text {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 253, 248, 0.96);
  text-shadow: 0 4px 22px rgba(13, 35, 35, 0.54);
}

.section--final .kicker {
  color: #f3d8a5;
  text-shadow: none;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(6, 52px) minmax(220px, auto);
  justify-content: center;
  gap: 12px;
}

.contact-links a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 253, 248, 0.46);
  color: var(--pearl);
  background: rgba(189, 129, 117, 0.72);
  font-weight: 760;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, background 180ms ease;
}

.contact-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.contact-links .contact-cluster {
  min-width: 220px;
  padding: 0 22px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.78);
  border-color: rgba(255, 253, 248, 0.62);
}

.contact-links a:hover {
  transform: translateY(-2px);
  background: rgba(202, 144, 132, 0.82);
}

.contact-links a:active {
  transform: translateY(0) scale(0.96);
}

.portrait-slot,
.about-visual,
.festival-visual,
.lineage-media,
.download-photo {
  border: 2px solid rgba(255, 253, 248, 0.86);
  outline: 1px solid rgba(228, 201, 148, 0.26);
  outline-offset: 3px;
}

.about-points article,
.festival-list article,
.album-card,
.download-panel,
.practice-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.about-points article:hover,
.festival-list article:hover,
.album-card:hover,
.download-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(107, 168, 162, 0.34);
  box-shadow: 0 18px 50px rgba(107, 168, 162, 0.12);
}

.practice-card:hover {
  border-color: rgba(255, 253, 248, 0.78);
  box-shadow: 0 22px 64px rgba(24, 60, 61, 0.16);
}

@supports not (overflow-x: clip) {
  html,
  body,
  .section {
    overflow-x: hidden;
  }
}

@media (max-width: 940px) {
  .topbar {
    min-height: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    padding: 12px 18px;
  }

  .topnav {
    justify-content: center;
    gap: 14px;
  }

  .hero__grid,
  .intro-grid,
  .about-showcase,
  .music-grid,
  .gift-grid,
  .contact-grid,
  .festival-grid,
  .section--wild .festival-grid,
  .lineage-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lineage-panel {
    width: min(100% - 36px, 1120px);
  }

  .section--wild h2 {
    max-width: 100%;
    font-size: clamp(38px, 9vw, 58px);
  }

  .section--wild .section-text {
    max-width: 100%;
  }

  .festival-copy {
    max-width: 100%;
  }

  .festival-visual {
    width: min(100%, 560px);
    height: auto;
    aspect-ratio: 4 / 5;
    justify-self: center;
  }

  .lineage-media {
    width: min(100%, 620px);
    justify-self: center;
  }

  .lineage-copy {
    max-width: 100%;
  }

  .about-visual,
  .about-visual img {
    height: 520px;
  }

  .about-copy,
  .about-visual,
  .about-points {
    grid-column: 1;
    grid-row: auto;
  }

  .about-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .contact-links {
    grid-template-columns: repeat(6, 52px);
  }

  .contact-links .contact-cluster {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .hero,
  .section {
    min-height: auto;
    padding: 64px 0;
  }

}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .lineage-panel {
    width: min(100% - 28px, 1120px);
  }

  .topbar {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    justify-items: center;
    padding: 14px 20px;
    gap: 8px 12px;
  }

  .brand {
    grid-column: 2;
    justify-items: center;
  }

  .brand-mark {
    display: grid;
    width: 40px;
    height: 40px;
  }

  .brand-mark img {
    width: 38px;
    height: 38px;
  }

  .hero,
  .section {
    padding: 52px 0;
  }

  .topnav {
    display: none;
  }

  .menu-toggle {
    grid-column: 3;
    display: grid;
    justify-self: end;
  }

  .topbar.is-menu-open .menu-toggle {
    background: rgba(248, 215, 208, 0.52);
    border-color: rgba(228, 201, 148, 0.52);
  }

  .topbar.is-menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  .topbar.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .topbar.is-menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .mobile-menu {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height 260ms ease, opacity 220ms ease, transform 220ms ease;
  }

  .topbar.is-menu-open .mobile-menu {
    max-height: 320px;
    opacity: 1;
    transform: translateY(0);
    padding-top: 8px;
  }

  .mobile-menu a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(223, 191, 168, 0.38);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.68);
    color: #c69d83;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  h1 {
    max-width: 100%;
    font-size: 54px;
    line-height: 0.9;
  }

  .hero__role {
    font-size: 20px;
  }

  .hero__lead,
  .section-text,
  .section-head p,
  .text-block p,
  .gift-copy p {
    font-size: 16px;
  }

  .facts,
  .practice-grid,
  .actions--vertical {
    grid-template-columns: 1fr;
  }

  .practice-grid {
    width: 100%;
    gap: 14px;
  }

  .practice-card {
    width: 100%;
    min-height: 300px;
    padding: 22px;
  }

  .methods {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    overflow: visible;
    justify-content: flex-start;
  }

  .methods span {
    max-width: 100%;
  }

  .contact-links {
    grid-template-columns: repeat(3, 52px);
  }

  .contact-links .contact-cluster {
    width: 100%;
  }

  .album-card {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .portrait-slot {
    min-height: 300px;
  }

  .portrait-frame {
    min-height: 340px;
  }

  .portrait-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .portrait-caption span {
    font-size: 11px;
  }

  .inline-photo--about {
    height: 280px;
  }

  .about-visual,
  .about-visual img {
    height: 360px;
  }

  .about-copy {
    order: 1;
  }

  .about-visual {
    order: 2;
    margin-top: 6px;
  }

  .about-points {
    order: 3;
  }

  .about-visual img {
    object-position: 50% 64%;
    transform: scale(1.06);
  }

  .about-visual figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 13px 14px;
    font-size: 11px;
    transform: none;
  }

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

  .about-points article {
    min-height: 0;
  }

  .download-photo {
    height: 170px;
  }

  .section--wild h2,
  .lineage-copy h2 {
    font-size: clamp(38px, 12vw, 50px);
    line-height: 0.98;
  }

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

  .festival-list article {
    grid-template-columns: 30px 1fr;
    padding: 14px;
  }

  .festival-visual {
    aspect-ratio: 4 / 5;
    max-height: 520px;
  }

  .section--wild .festival-grid > .festival-visual {
    display: none;
  }

  .festival-copy .festival-visual--mobile {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    max-height: 520px;
    margin: 24px 0 0;
  }

  .festival-list {
    margin-top: 18px;
  }

  .lineage-media {
    aspect-ratio: 4 / 3;
    order: 2;
  }

  .lineage-copy {
    text-align: left;
    order: 1;
  }

  .lineage-copy p {
    font-size: 16px;
  }

  .lineage-actions {
    justify-content: flex-start;
  }

  .contact-sanctuary {
    padding: 34px 18px;
    gap: 24px;
  }

}

@media (prefers-reduced-motion: no-preference) {
  .brand-mark img {
    animation: eyeBreath 4.8s ease-in-out infinite;
    transform-origin: 50% 50%;
  }

  html.reveal-ready .reveal-item {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 560ms ease,
      transform 560ms ease,
      filter 560ms ease;
    animation: none;
    filter: saturate(0.92);
  }

  html.reveal-ready .reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: saturate(1);
  }

}

@keyframes eyeBreath {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}
