:root {
  --ink: #050b13;
  --ink-2: #081523;
  --ink-3: #0d2034;
  --panel: rgba(13, 31, 50, .76);
  --panel-solid: #0d2034;
  --paper: #f5efe5;
  --paper-soft: #dbe3ec;
  --muted: #9baabd;
  --gold: #d9a653;
  --gold-2: #f1cb87;
  --gold-dark: #9e6927;
  --blue: #5d9ed3;
  --line: rgba(255, 255, 255, .11);
  --line-gold: rgba(241, 203, 135, .28);
  --shadow: 0 36px 100px rgba(0, 0, 0, .46);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, .28);
  --radius: 30px;
  --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 75% 5%, rgba(63, 123, 176, .15), transparent 27%),
    radial-gradient(circle at 12% 58%, rgba(190, 118, 48, .09), transparent 32%),
    var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  background: linear-gradient(120deg, #03070c, #0b1b2c 52%, #03070c);
  animation: page-curtain 1.08s cubic-bezier(.65, 0, .35, 1) forwards;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
}
.skip-link:focus { top: 16px; }

.page-grain {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.78'/%3E%3C/svg%3E");
}
.ambient {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(130px);
  opacity: .12;
}
.ambient-a { width: 480px; height: 480px; right: -180px; top: 3%; background: #346f9f; }
.ambient-b { width: 420px; height: 420px; left: -220px; top: 60%; background: #9c642f; }

/* No fixed navigation: the first screen is the identity. */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(54px, 7vw, 92px) 0 clamp(86px, 9vw, 124px);
  overflow: clip;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(255,255,255,.022) 9% 9.06%, transparent 9.06% 91%, rgba(255,255,255,.022) 91% 91.06%, transparent 91.06%),
    radial-gradient(circle at 73% 40%, rgba(67, 128, 181, .28), transparent 28%),
    radial-gradient(circle at 68% 82%, rgba(217, 166, 83, .12), transparent 27%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 6.5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241,203,135,.32), transparent);
  opacity: calc(1 - var(--scene-progress, 0));
}
.hero-halo {
  position: absolute;
  width: min(70vw, 920px);
  aspect-ratio: 1;
  right: -17vw;
  top: 6vh;
  z-index: -2;
  border: 1px solid rgba(241, 203, 135, .10);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(255,255,255,.008), 0 0 0 16vw rgba(255,255,255,.005);
  transform: translate3d(0, calc(var(--scene-progress, 0) * 100px), 0) rotate(calc(var(--scene-progress, 0) * 18deg));
  opacity: .75;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, .72fr);
  align-items: center;
  gap: clamp(52px, 7vw, 110px);
  position: relative;
  z-index: 2;
}
.hero-copy {
  position: relative;
  padding: 12px 0 20px;
  --scene-y: calc(var(--scene-progress, 0) * -58px);
}
.hero-heading-group, .hero-bottom-panel { position: relative; }
.hero-copy::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 2px;
  width: 1px;
  height: 142px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  opacity: .62;
}
.kicker {
  margin: 0 0 25px;
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .30em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  max-width: 830px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 7.15vw, 116px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.058em;
  text-transform: uppercase;
  text-shadow: 0 25px 64px rgba(0, 0, 0, .28);
}
.hero h1 span { display: block; }
.hero-first { color: var(--paper); }
.hero-last {
  position: relative;
  top: .04em;
  padding-top: .02em;
  line-height: .92;
  color: transparent;
  background: linear-gradient(105deg, #fff2d8 0%, #d7a353 45%, #f6dba2 73%, #986529 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 20px 38px rgba(0, 0, 0, .24));
}
.hero-line {
  max-width: 640px;
  margin: 38px 0 32px;
  color: #dce5ee;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.85vw, 28px);
  font-style: italic;
  line-height: 1.45;
}
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.primary-action, .submit-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 8px 8px 25px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f1cd8a, #c98d37);
  color: var(--ink);
  box-shadow: 0 17px 42px rgba(177, 115, 39, .24);
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}
.primary-action i, .submit-button i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 18px;
  font-style: normal;
  transition: transform .28s ease;
}
.primary-action:hover, .submit-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 23px 52px rgba(177, 115, 39, .32);
  filter: brightness(1.05);
}
.primary-action:hover i, .submit-button:hover i { transform: rotate(-8deg) scale(1.05); }
.hero-social { display: flex; gap: 8px; }
.social-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(241,203,135,.31);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(241,203,135,.09), rgba(255,255,255,.018));
  color: var(--paper);
  box-shadow: inset 0 1px rgba(255,255,255,.05), 0 14px 34px rgba(0,0,0,.20);
  backdrop-filter: blur(16px);
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.social-icon svg { width: 18px; height: 18px; fill: currentColor; }
.social-icon:hover, .social-icon:focus-visible {
  transform: translateY(-3px);
  border-color: var(--gold-2);
  background: linear-gradient(135deg, #f1cb87, #c98c37);
  color: var(--ink);
}
.hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 510px;
  margin-top: 45px;
}
.hero-facts div {
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.048), rgba(255,255,255,.013));
  box-shadow: inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
}
.hero-facts strong { display: block; color: var(--paper); font: 400 23px/1 Georgia, serif; }
.hero-facts span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.hero-media {
  position: relative;
  width: 100%;
  max-width: 555px;
  justify-self: end;
  --scene-y: calc(var(--scene-progress, 0) * 72px);
  transform-style: preserve-3d;
}
.hero-frame-ring {
  position: absolute;
  inset: -24px;
  z-index: -1;
  border: 1px solid rgba(241,203,135,.23);
  border-radius: 270px 270px 38px 38px;
  box-shadow: 0 0 100px rgba(59, 119, 172, .14);
  transform: scale(var(--scene-scale, 1));
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 8% -15% -10% 18%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73, 132, 184, .31), transparent 66%);
  filter: blur(42px);
}
.hero-image {
  aspect-ratio: 4 / 5;
  border-radius: 270px 270px 34px 34px;
  border-color: rgba(255,255,255,.17) !important;
  box-shadow: 0 45px 112px rgba(0,0,0,.5) !important;
  clip-path: inset(var(--scene-inset, 0%) round 270px 270px 34px 34px);
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) scale(var(--scene-scale, 1));
  transition: transform .35s cubic-bezier(.2,.8,.2,1), clip-path .15s linear;
}
.hero-signature {
  position: absolute;
  left: 50%;
  bottom: clamp(10px, 2vw, 24px);
  z-index: 14;
  width: min(92%, 520px);
  aspect-ratio: 1600 / 390;
  transform: translate3d(-50%, 0, 54px) rotate(-3.8deg);
  transform-origin: 52% 80%;
  isolation: isolate;
  cursor: default;
  filter: drop-shadow(0 15px 24px rgba(0,0,0,.58));
  transition: transform .48s cubic-bezier(.2,.8,.2,1), filter .48s ease;
}
.hero-signature-aura {
  position: absolute;
  inset: 20% -4% 2%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(2,8,15,.78) 0%, rgba(2,8,15,.36) 44%, transparent 74%);
  filter: blur(13px);
  opacity: .82;
  transition: opacity .45s ease, transform .45s ease;
}
.hero-signature-ink {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  clip-path: inset(0 0 0 0);
  transform-origin: 48% 72%;
  will-change: clip-path, transform, filter;
}
.hero-signature-ink img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.05) brightness(1.04);
  transform: translateZ(0);
}
.hero-signature-glint {
  position: absolute;
  z-index: 3;
  top: 4%;
  bottom: 2%;
  left: -11%;
  width: 19%;
  pointer-events: none;
  opacity: 0;
  transform: skewX(-14deg);
  background: linear-gradient(90deg, transparent, rgba(255,244,205,.94), transparent);
  filter: blur(5px);
  mix-blend-mode: screen;
}
.hero-signature:hover {
  transform: translate3d(-50%, -5px, 72px) rotate(-2.8deg) scale(1.025);
  filter: drop-shadow(0 21px 32px rgba(0,0,0,.66)) drop-shadow(0 0 14px rgba(241,203,135,.18));
}
.hero-signature:hover .hero-signature-aura { opacity: 1; transform: scale(1.035); }
.hero-signature.is-writing .hero-signature-ink { animation: signature-write 1.48s cubic-bezier(.22,.76,.18,1) both; }
.hero-signature.is-writing .hero-signature-glint { animation: signature-glint 1.48s cubic-bezier(.22,.76,.18,1) both; }
.hero-contact-orb {
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: clamp(24px, 4vw, 58px);
  z-index: 10;
  display: grid;
  width: 96px;
  height: 96px;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(241,203,135,.36);
  border-radius: 50%;
  background: rgba(7, 18, 31, .60);
  color: var(--paper);
  box-shadow: 0 18px 50px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.05);
  backdrop-filter: blur(18px);
  text-align: center;
  transition: transform .3s ease, background .3s ease;
}
.hero-contact-orb span { font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-contact-orb i { color: var(--gold-2); font-style: normal; }
.hero-contact-orb:hover { transform: translateY(-5px) rotate(3deg); background: rgba(15,39,62,.82); }
.scroll-line {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 1px;
  height: 58px;
  overflow: hidden;
  background: rgba(255,255,255,.12);
}
.scroll-line i {
  display: block;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, transparent, var(--gold-2));
  animation: scroll-line 2s ease-in-out infinite;
}

.section-space { padding-top: 110px; }
.intro-gallery {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: .72fr 1.45fr .72fr;
  gap: 16px;
  align-items: center;
  padding-bottom: 70px;
}
.intro-gallery::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12%;
  z-index: -1;
  width: 70%;
  height: 45%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(62, 126, 180, .17), transparent 68%);
  filter: blur(34px);
}
.intro-cell .image-slot { width: 100%; height: 100%; min-height: 370px; }
.intro-small .image-slot { aspect-ratio: 4 / 5; }
.intro-wide .image-slot { aspect-ratio: 16 / 10; }
.intro-small:first-child { margin-top: 88px; }
.intro-small:last-child { margin-top: -70px; }

/* Images and lightweight premium holders */
.image-slot {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 28px;
  background: #0b1929;
  box-shadow: var(--shadow-soft);
  transition: transform .42s cubic-bezier(.2,.8,.2,1), border-color .32s ease, box-shadow .32s ease;
}
.image-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), inset 0 -90px 100px rgba(2,7,13,.12);
}
.image-slot img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.18,.8,.2,1), filter .45s ease; }
.image-slot:hover { transform: translateY(-2px); border-color: rgba(241,203,135,.27); box-shadow: 0 30px 76px rgba(0,0,0,.34); }
.image-slot:hover img { transform: scale(1.022); filter: saturate(1.025) contrast(1.01); }

.image-holder {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(79,139,188,.22), transparent 31%),
    radial-gradient(circle at 82% 82%, rgba(195,132,54,.17), transparent 35%),
    linear-gradient(145deg, #17324f 0%, #0b1a2b 52%, #050d17 100%);
}
.image-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(116deg, transparent 13%, rgba(255,255,255,.045) 38%, transparent 59%),
    linear-gradient(180deg, transparent 52%, rgba(2,7,13,.52) 100%);
  opacity: .88;
}
.image-holder::after {
  content: "";
  position: absolute;
  inset: 15px;
  z-index: 10;
  border: 1px solid rgba(241,203,135,.22);
  border-radius: 21px;
  pointer-events: none;
}
.holder-symbol {
  position: absolute;
  left: 50%;
  bottom: 7%;
  z-index: 3;
  width: 31%;
  height: 57%;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 44% 44% 16% 16% / 25% 25% 11% 11%;
  background: linear-gradient(112deg, #294966 0%, #0b1726 63%, #1b3048 100%);
  box-shadow: 0 24px 48px rgba(0,0,0,.30);
}
.holder-symbol::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12%;
  width: 31%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(145deg, #d2ae7b, #725039);
  box-shadow: 0 0 0 7px rgba(255,255,255,.02);
}
.holder-symbol::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 30%;
  width: 64%;
  height: 2px;
  transform: rotate(23deg);
  background: linear-gradient(90deg, transparent, rgba(241,203,135,.75), transparent);
}
.holder-horizon {
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: -1%;
  z-index: 2;
  height: 29%;
  background: linear-gradient(180deg, transparent, rgba(1,5,10,.9));
  clip-path: polygon(0 56%, 18% 36%, 34% 53%, 50% 29%, 68% 58%, 84% 39%, 100% 55%, 100% 100%, 0 100%);
}
.holder-monogram {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translate(-50%, -50%);
  color: rgba(241,203,135,.19);
  font: 400 clamp(44px, 6vw, 88px)/1 Georgia, serif;
  letter-spacing: -.12em;
}
.holder-monogram i { display: block; width: 1px; height: .7em; background: rgba(241,203,135,.22); }
.holder-stage .holder-symbol {
  width: 23%;
  height: 49%;
  box-shadow: -72px 24px 0 -12px rgba(24,49,73,.75), 72px 24px 0 -12px rgba(24,49,73,.75), 0 24px 48px rgba(0,0,0,.30);
}
.holder-stage .holder-symbol::after { display: none; }
.holder-celebration .holder-symbol {
  width: 27%;
  height: 51%;
  box-shadow: -58px 20px 0 -9px rgba(30,55,79,.72), 58px 20px 0 -9px rgba(30,55,79,.72), 0 24px 48px rgba(0,0,0,.30);
}
.holder-celebration .holder-symbol::after { display: none; }
.holder-lifestyle .holder-symbol {
  top: 15%;
  bottom: auto;
  width: 34%;
  height: 49%;
  border: 0;
  border-radius: 49% 49% 45% 45%;
  background: linear-gradient(130deg, #efd18e 0%, #b16f27 50%, #5a3318 100%);
  box-shadow: 0 22px 48px rgba(0,0,0,.32);
  clip-path: polygon(50% 0, 84% 12%, 100% 43%, 82% 76%, 58% 100%, 42% 100%, 18% 76%, 0 43%, 16% 12%);
}
.holder-lifestyle .holder-symbol::before {
  top: auto;
  bottom: -17%;
  width: 21%;
  height: 17%;
  aspect-ratio: auto;
  border: 2px solid rgba(241,203,135,.58);
  border-top: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.holder-lifestyle .holder-symbol::after { display: none; }
.slot-hero .holder-symbol { width: 37%; height: 62%; bottom: 7%; }
.slot-hero .holder-monogram { font-size: clamp(64px, 8vw, 112px); }

.content-section { padding-top: clamp(125px, 12vw, 190px); }
.section-heading {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(255,255,255,.12) 34%, transparent 91%);
  transform: scaleX(var(--scene-progress, 1));
  transform-origin: left;
}
.section-heading span { color: var(--gold-2); font: italic 15px/1 Georgia, serif; }
.section-heading h2 {
  margin: 0;
  color: var(--paper);
  font: 400 clamp(50px, 6.2vw, 92px)/.88 Georgia, "Times New Roman", serif;
  letter-spacing: -.047em;
  text-transform: uppercase;
}

.story-layout, .personality-layout {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}
.story-visual, .personality-visual { position: relative; align-self: stretch; }
.story-visual-inner, .personality-visual {
  position: sticky;
  top: 7vh;
  height: 86vh;
  max-height: 840px;
}
.story-visual-inner .image-slot { width: 100%; height: 100%; aspect-ratio: 4 / 5; border-radius: 34px; }
.story-stat {
  position: absolute;
  right: -22px;
  bottom: 28px;
  z-index: 14;
  width: 126px;
  height: 126px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(241,203,135,.36);
  border-radius: 50%;
  background: rgba(7,18,31,.76);
  box-shadow: 0 22px 58px rgba(0,0,0,.4);
  backdrop-filter: blur(18px);
  text-align: center;
}
.story-stat strong { color: var(--gold-2); font: 400 27px/1 Georgia, serif; }
.story-stat span { margin-top: 6px; color: var(--muted); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.story-steps, .personality-steps { padding: 8vh 0 13vh; }
.story-step {
  min-height: 48vh;
  display: flex;
  align-items: center;
  margin: 0 0 4vh;
  padding: clamp(31px, 4.5vw, 58px);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(241,203,135,.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0, rgba(82, 145, 197, .10), transparent 30%),
    linear-gradient(145deg, rgba(15, 38, 61, .70), rgba(6, 17, 29, .82));
  box-shadow: 0 28px 78px rgba(0,0,0,.26), inset 0 1px rgba(255,255,255,.035);
  opacity: .32;
  filter: saturate(.65);
  transform: scale(.965);
  transition: opacity .6s ease, transform .75s cubic-bezier(.2,.8,.2,1), border-color .5s ease, filter .5s ease, box-shadow .5s ease;
}
.story-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  transform: scaleY(.15);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease;
}
.story-step::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -140px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(241,203,135,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(255,255,255,.007), 0 0 0 90px rgba(255,255,255,.004);
}
.story-step.is-active {
  opacity: 1;
  filter: none;
  transform: scale(1);
  border-color: rgba(241,203,135,.28);
  box-shadow: 0 36px 96px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.055);
}
.story-step.is-active::before { opacity: 1; transform: scaleY(1); }
.story-step p { position: relative; z-index: 2; margin: 0; color: #d8e2ec; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.82; }
.story-step strong { color: var(--gold-2); font-size: .82em; letter-spacing: .10em; }
.cinematic-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.cinematic-pair .image-slot { aspect-ratio: 16 / 10; }
.cinematic-pair > :first-child { margin-top: 72px; }

.personality-layout { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.personality-visual { padding: 0 12% 58px 0; }
.personality-primary, .personality-primary .image-slot { height: 100%; }
.personality-primary .image-slot { aspect-ratio: auto; border-radius: 36px; }
.personality-secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 52%;
  filter: drop-shadow(0 30px 48px rgba(0,0,0,.42));
}
.personality-secondary .image-slot { aspect-ratio: 16 / 10; border-color: rgba(241,203,135,.24); border-radius: 24px; }
.personality-steps { padding-top: 1vh; }
.personality-steps .story-step { min-height: 57vh; }
.personal-gallery {
  display: grid;
  grid-template-columns: 1.45fr .62fr .62fr;
  gap: 20px;
  align-items: start;
  margin-top: 40px;
}
.personal-gallery > div { min-width: 0; }
.personal-gallery .image-slot { width: 100%; height: auto; aspect-ratio: 4 / 5; }
.personal-gallery .personal-stage .image-slot { aspect-ratio: 16 / 10; }
.personal-gallery > :nth-child(2) { margin-top: 72px; }
.personal-gallery > :nth-child(3) { margin-top: 14px; }

.live-section {
  position: relative;
  margin-top: clamp(130px, 14vw, 210px);
  padding: clamp(115px, 12vw, 180px) 0 clamp(125px, 13vw, 190px);
  overflow: clip;
  border-top: 1px solid rgba(241,203,135,.13);
  border-bottom: 1px solid rgba(241,203,135,.13);
  background:
    radial-gradient(circle at 80% 12%, rgba(70, 135, 188, .18), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(217,166,83,.10), transparent 30%),
    linear-gradient(145deg, #0b2035, #050d17 58%, #0b1c2f);
}
.live-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(255,255,255,.022) 10% 10.06%, transparent 10.06% 90%, rgba(255,255,255,.022) 90% 90.06%, transparent 90.06%),
    radial-gradient(circle at 55% 50%, rgba(255,255,255,.025), transparent 36%);
  transform: translateY(calc(var(--scene-progress, 0) * 70px));
}
.live-shell { position: relative; z-index: 2; }
.live-stage { position: relative; min-height: min(980px, 92vw); }
.live-main { width: 82%; margin-left: auto; }
.live-main .image-slot {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 38px;
  clip-path: inset(var(--scene-inset, 6%) round 38px);
  transform: scale(var(--scene-scale, .96));
  transition: clip-path .12s linear, transform .12s linear;
}
.live-floating {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 6;
  width: 38%;
}
.live-floating .image-slot { aspect-ratio: 16 / 10; border-color: rgba(241,203,135,.24); }
.live-copy {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 18px;
}
.live-copy p {
  margin: 0;
  padding: clamp(27px, 3.6vw, 44px);
  border: 1px solid rgba(241,203,135,.18);
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(16,42,68,.92), rgba(5,16,28,.95));
  box-shadow: 0 30px 85px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.045);
  color: #d8e2ec;
  backdrop-filter: blur(20px);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.78;
}
.live-copy strong { color: var(--gold-2); font-size: .78em; letter-spacing: .12em; }

.contact-section {
  position: relative;
  overflow: clip;
  padding: clamp(115px, 12vw, 180px) 0;
  background:
    radial-gradient(circle at 18% 15%, rgba(80,140,192,.14), transparent 27%),
    linear-gradient(140deg, #0b1e32, #050c15 64%);
}
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(46px, 7vw, 92px); align-items: stretch; }
.contact-copy { display: flex; min-width: 0; flex-direction: column; }
.contact-copy h2 {
  margin: 0 0 42px;
  font: 400 clamp(58px, 7vw, 104px)/.86 Georgia, serif;
  letter-spacing: -.053em;
  text-transform: uppercase;
}
.contact-copy > a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 11px 0;
  border-bottom: 1px solid rgba(217,166,83,.5);
  font-size: 18px;
  overflow-wrap: anywhere;
}
.social-links { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 22px; }
.social-links a { color: var(--gold-2); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-photo {
  width: 100%;
  min-width: 0;
  margin-top: auto;
  padding-top: 46px;
  transform: none !important;
}
.contact-photo .image-slot {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
}
.contact-photo .image-slot img,
.contact-photo .image-slot picture {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-photo .image-slot img {
  object-fit: cover;
  object-position: center;
}
.contact-form {
  position: relative;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(241,203,135,.20);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0, rgba(217,166,83,.12), transparent 30%),
    linear-gradient(145deg, rgba(17,42,67,.98), rgba(6,18,31,.98));
  box-shadow: 0 38px 105px rgba(0,0,0,.43), inset 0 1px rgba(255,255,255,.055);
  color: var(--paper);
}
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: block; margin-bottom: 22px; }
.field span, .field-label { display: block; margin-bottom: 9px; color: var(--gold-2); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.field input, .field textarea, .date-trigger, .native-date-input {
  width: 100%;
  padding: 15px 16px;
  outline: none;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 15px;
  background: rgba(2,10,18,.58);
  color: var(--paper);
  box-shadow: inset 0 1px rgba(255,255,255,.02);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 165px; resize: vertical; }
.field input:focus, .field textarea:focus, .date-trigger:focus-visible { border-color: rgba(241,203,135,.66); box-shadow: 0 0 0 4px rgba(217,166,83,.12); }
.native-date-input { margin-bottom: 10px; }
.js .native-date-input { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.date-field-wrap { position: relative; margin-bottom: 22px; }
.date-trigger { display: none; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; }
.js .date-trigger { display: flex; }
.date-trigger i { font-size: 20px; font-style: normal; }
.calendar-popover {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  z-index: 30;
  padding: 18px;
  border: 1px solid rgba(241,203,135,.22);
  border-radius: 21px;
  background: #0d2034;
  box-shadow: 0 30px 90px rgba(0,0,0,.52);
  color: var(--paper);
}
.calendar-head { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; margin-bottom: 12px; text-align: center; }
.calendar-head strong { text-transform: capitalize; }
.calendar-nav { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: #10263e; cursor: pointer; }
.calendar-nav:hover { background: #17314c; }
.calendar-nav:disabled { opacity: .35; cursor: not-allowed; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.calendar-weekdays span { padding: 5px 0; color: #9cabbc; text-align: center; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.calendar-day { position: relative; aspect-ratio: 1; border: 0; border-radius: 11px; background: #14283d; color: var(--paper); cursor: pointer; font-size: 12px; font-weight: 800; transition: transform .15s ease, box-shadow .15s ease; }
.calendar-day:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 7px 16px rgba(0,0,0,.24); }
.calendar-day.free { background: #17392e; color: #a9e6be; }
.calendar-day.held { background: #47391e; color: #f0cf88; }
.calendar-day.busy, .calendar-day.off { background: #3b252a; color: #dba6ad; cursor: not-allowed; text-decoration: line-through; }
.calendar-day.past { opacity: .34; cursor: not-allowed; }
.calendar-day.selected { outline: 2px solid var(--gold-2); outline-offset: 2px; }
.calendar-day.empty { visibility: hidden; }
.calendar-legend { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.calendar-legend span { display: flex; align-items: center; gap: 6px; font-size: 10px; }
.calendar-legend i { width: 9px; height: 9px; border-radius: 50%; }
.calendar-legend i.free { background: #56a66d; }
.calendar-legend i.held { background: #d1a244; }
.calendar-legend i.busy { background: #b96b6b; }
.submit-button { width: 100%; margin-top: 4px; }
.submit-button[disabled] { cursor: wait; opacity: .65; }
.form-status { min-height: 24px; margin: 15px 0 0; font-size: 13px; }
.form-status.is-success { color: #8bd7aa; }
.form-status.is-error { color: #ef9da7; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.site-footer { padding: 25px 0 90px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.site-footer .shell { display: flex; justify-content: space-between; }
.mobile-contact { display: none; }

/* Motion system: only transform and opacity are animated. */
[data-parallax] { --parallax-y: 0px; }
.reveal {
  --reveal-y: 0px;
  --reveal-scale: 1;
  transform: translate3d(0, calc(var(--reveal-y) + var(--parallax-y, 0px) + var(--scene-y, 0px)), 0) scale(var(--reveal-scale));
  opacity: 1;
}
.motion-prep .reveal, .motion-ready .reveal {
  --reveal-y: 38px;
  --reveal-scale: .985;
  opacity: 0;
  transition: opacity .9s ease, transform 1.05s cubic-bezier(.2,.75,.2,1);
}
.motion-ready .reveal.is-visible, .motion-fallback .reveal { --reveal-y: 0px; --reveal-scale: 1; opacity: 1; }
.delay-1 { transition-delay: .12s !important; }
.delay-2 { transition-delay: .23s !important; }

@keyframes page-curtain { 0%, 68% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }
@keyframes scroll-line { 0% { transform: translateY(-110%); } 50%, 100% { transform: translateY(250%); } }
@keyframes signature-write {
  0% { clip-path: inset(0 100% 0 0); transform: translate3d(-2px, 1px, 0) scale(.992); filter: brightness(.92); }
  20% { filter: brightness(1.10); }
  78% { clip-path: inset(0 0 0 0); transform: translate3d(0, 0, 0) scale(1.006); filter: brightness(1.12); }
  100% { clip-path: inset(0 0 0 0); transform: translate3d(0, 0, 0) scale(1); filter: brightness(1); }
}
@keyframes signature-glint {
  0% { left: -11%; opacity: 0; }
  14% { opacity: .18; }
  48% { opacity: .88; }
  83% { opacity: .18; }
  100% { left: 102%; opacity: 0; }
}


@media (max-width: 1080px) {
  :root { --shell: min(100% - 36px, 980px); }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 42px; }
  .hero h1 { font-size: clamp(66px, 9.4vw, 105px); }
  .hero-contact-orb { width: 84px; height: 84px; }
  .story-layout, .personality-layout { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .story-step { padding: 34px; }
  .live-stage { min-height: 860px; }
  .contact-grid { gap: 46px; }
}

@media (max-width: 780px) {
  :root { --shell: calc(100% - 28px); --radius: 23px; }
  html { scroll-padding-top: 12px; }
  /* Mobile hero: one cinematic full-screen composition instead of stacked copy and image. */
  .hero {
    min-height: max(760px, 100svh);
    padding: 0;
    display: block;
    background: #050b13;
  }
  .hero::before {
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(3,8,14,.82) 0%, rgba(3,8,14,.22) 24%, rgba(3,8,14,.05) 47%, rgba(3,8,14,.62) 71%, #050b13 100%),
      linear-gradient(90deg, rgba(3,8,14,.48), transparent 58%),
      radial-gradient(circle at 72% 35%, rgba(63,125,179,.26), transparent 35%);
    pointer-events: none;
  }
  .hero::after {
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 5;
    opacity: .34;
  }
  .hero-halo {
    z-index: 1;
    width: 104vw;
    right: -56vw;
    top: 8vh;
    opacity: .48;
  }
  .hero-grid {
    width: 100%;
    min-height: max(760px, 100svh);
    display: block;
    position: relative;
  }
  .hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    justify-self: auto;
    overflow: hidden;
    opacity: 1;
  }
  .hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(3,8,14,.48) 0%, transparent 24%, transparent 52%, rgba(3,8,14,.24) 64%, rgba(3,8,14,.86) 91%, #050b13 100%),
      radial-gradient(ellipse at 50% 35%, transparent 27%, rgba(3,8,14,.14) 70%, rgba(3,8,14,.48) 100%);
  }
  .hero-media::after {
    inset: auto -15% 19% 30%;
    width: 86%;
    height: 48%;
    z-index: 1;
    opacity: .72;
    filter: blur(55px);
  }
  .hero-frame-ring { display: none; }
  .hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    clip-path: none;
    transform: translate3d(0, var(--hero-mobile-shift, 0px), 0) scale(var(--scene-scale, 1.025));
    transform-origin: 50% 38%;
    transition: transform .18s linear;
  }
  .hero-image::after { border-radius: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); }
  .hero-image img { object-position: 27% top !important; transform: scale(1.015); }
  .hero-image:hover { transform: translate3d(0, var(--hero-mobile-shift, 0px), 0) scale(var(--scene-scale, 1.025)); }
  .hero-image:hover img { transform: scale(1.015); filter: none; }
  .hero-image .image-holder { transform: scale(1.03); transform-origin: 50% 38%; }
  .hero-image .image-holder::after { inset: 18px; border-radius: 34px; opacity: .58; }
  .hero-copy {
    position: relative;
    z-index: 4;
    min-height: max(760px, 100svh);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    padding: max(28px, env(safe-area-inset-top)) 20px calc(27px + env(safe-area-inset-bottom));
    --scene-y: 0px;
  }
  .hero-copy::before {
    left: 20px;
    top: max(31px, env(safe-area-inset-top));
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold-2), transparent);
    opacity: .78;
  }
  .hero-heading-group {
    padding-top: 25px;
    max-width: 100%;
    text-shadow: 0 18px 42px rgba(0,0,0,.55);
    transform: translate3d(0, var(--hero-heading-shift, 0px), 0);
    opacity: var(--hero-heading-opacity, 1);
  }
  .hero .kicker {
    max-width: 82%;
    margin: 0 0 16px;
    padding-left: 0;
    color: #f4d89f;
    font-size: 9px;
    letter-spacing: .25em;
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(50px, 14.9vw, 69px);
    line-height: .84;
    letter-spacing: -.062em;
  }
  .hero-first { color: #fffaf0; }
  .hero-last {
    top: .075em;
    padding-top: .055em;
    font-size: .84em;
    line-height: .93;
    background: linear-gradient(104deg, #fff3d6 0%, #f0bf68 43%, #d99b3f 72%, #f6d79b 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .hero-bottom-panel {
    width: 100%;
    margin-top: auto;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 26px;
    background:
      linear-gradient(145deg, rgba(12,27,43,.78), rgba(5,13,23,.62)),
      radial-gradient(circle at 12% 0, rgba(241,203,135,.12), transparent 34%);
    box-shadow: 0 24px 68px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.06);
    backdrop-filter: blur(22px) saturate(1.12);
    -webkit-backdrop-filter: blur(22px) saturate(1.12);
    transform: translate3d(0, var(--hero-panel-shift, 0px), 0);
  }
  .hero-bottom-panel::before {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(241,203,135,.76), transparent);
  }
  .hero-line {
    max-width: 100%;
    margin: 0 0 16px;
    color: rgba(245,239,229,.93);
    font-size: 16px;
    line-height: 1.46;
    text-shadow: 0 9px 24px rgba(0,0,0,.46);
  }
  .hero-actions { gap: 9px; }
  .primary-action {
    flex: 1;
    min-height: 54px;
    padding-left: 20px;
    box-shadow: 0 16px 36px rgba(177,115,39,.3);
  }
  .primary-action i { width: 38px; height: 38px; }
  .social-icon { width: 44px; height: 44px; background: rgba(5,13,23,.58); }
  .hero-facts {
    max-width: none;
    margin-top: 14px;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.10);
  }
  .hero-facts div {
    min-height: 61px;
    padding: 14px 14px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .hero-facts div + div {
    padding-left: 16px;
    border-left: 1px solid rgba(255,255,255,.10);
  }
  .hero-facts strong { font-size: 22px; }
  .hero-facts span { margin-top: 4px; font-size: 8px; letter-spacing: .15em; }
  .hero-signature {
    left: 56%;
    top: 55.5%;
    bottom: auto;
    z-index: 12;
    width: min(78%, 350px);
    transform: translate3d(-50%, -50%, 42px) rotate(-4deg);
    filter: drop-shadow(0 13px 22px rgba(0,0,0,.68));
  }
  .hero-signature-aura { opacity: .64; }
  .hero-signature:hover { transform: translate3d(-50%, calc(-50% - 3px), 50px) rotate(-3.3deg) scale(1.015); }
  .hero-contact-orb { display: none; }
  .scroll-line { bottom: 7px; z-index: 6; height: 30px; opacity: .58; }

  .section-space { padding-top: 75px; }
  .intro-gallery { grid-template-columns: 1fr 1fr; gap: 10px; padding-bottom: 20px; }
  .intro-wide { grid-column: 1 / -1; grid-row: 1; }
  .intro-small:first-child, .intro-small:last-child { margin-top: 0; }
  .intro-cell .image-slot { min-height: 0; }
  .intro-cell .image-slot { border-radius: 20px; }

  .content-section { padding-top: 108px; }
  .section-heading { gap: 12px; margin-bottom: 31px; padding-bottom: 19px; }
  .section-heading h2 { font-size: clamp(42px, 12.7vw, 66px); }
  .story-layout, .personality-layout { display: block; }
  .story-visual-inner, .personality-visual { position: relative; top: auto; height: auto; max-height: none; }
  .story-visual-inner .image-slot { aspect-ratio: 4 / 5; }
  .story-stat { right: -5px; bottom: 18px; width: 104px; height: 104px; }
  .story-steps, .personality-steps { padding: 20px 0 0; }
  .story-step, .personality-steps .story-step {
    min-height: 0;
    margin-bottom: 12px;
    padding: 28px 23px;
    opacity: 1;
    filter: none;
    transform: none;
    border-radius: 23px;
  }
  .story-step p { font-size: 15px; line-height: 1.75; }
  .cinematic-pair { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }
  .cinematic-pair > :first-child { margin-top: 0; }

  .personality-visual { min-height: 520px; padding: 0 10% 45px 0; margin-bottom: 15px; }
  .personality-primary, .personality-primary .image-slot { height: 100%; }
  .personality-secondary { width: 54%; }
  .personal-gallery { grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 13px; }
  .personal-gallery .personal-stage { grid-column: 1 / -1; }
  .personal-gallery .personal-stage .image-slot { aspect-ratio: 16 / 10; }
  .personal-gallery > :nth-child(2), .personal-gallery > :nth-child(3) { margin-top: 0; }

  .live-section { margin-top: 105px; padding: 92px 0 100px; }
  .live-stage { min-height: 0; display: flex; flex-direction: column; gap: 12px; }
  .live-main { width: 100%; margin: 0; }
  .live-main .image-slot { border-radius: 24px; clip-path: none; transform: none; }
  .live-floating { position: relative; left: auto; top: auto; width: 72%; margin: -18% 0 0 auto; z-index: 6; }
  .live-copy { position: relative; left: auto; right: auto; bottom: auto; display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 6px; }
  .live-copy p { padding: 25px 22px; border-radius: 22px; font-size: 15px; }

  .contact-section { padding: 96px 0 115px; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; align-items: start; }
  .contact-copy { display: block; }
  .contact-photo { margin-top: 38px; padding-top: 0; }
  .contact-copy h2 { font-size: clamp(53px, 15vw, 80px); }
  .contact-form { padding: 25px 18px; border-radius: 25px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .calendar-popover { position: fixed; left: 12px; right: 12px; top: auto; bottom: 12px; z-index: 200; max-height: 78vh; overflow: auto; border-radius: 24px; }
  .mobile-contact {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 90;
    display: block;
    padding: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f1cd8a, #c98d37);
    color: var(--ink);
    box-shadow: 0 14px 34px rgba(0,0,0,.38);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    text-align: center;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
    transition: opacity .3s ease, transform .35s cubic-bezier(.2,.8,.2,1);
  }
  .mobile-contact.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .site-footer { padding-bottom: 80px; }

  [data-parallax] { --parallax-y: 0px !important; }
  .hero-copy, .hero-media { --scene-y: 0px; }
}

@media (max-width: 470px) {
  .hero h1 { font-size: 14.45vw; }
  .hero-copy { padding-inline: 14px; }
  .hero-copy::before { left: 14px; }
  .hero-bottom-panel { padding: 16px; border-radius: 23px; }
  .hero-line { font-size: 15px; }
  .hero-facts div { padding: 13px 10px 0 0; }
  .hero-facts div + div { padding-left: 13px; }
  .hero-facts strong { font-size: 19px; }
  .primary-action { padding-left: 18px; }
  .social-icon { width: 42px; height: 42px; }
  .hero-signature { top: 54.5%; width: 82%; }
  .personality-visual { min-height: 430px; }
  .personality-secondary { width: 56%; }
  .personal-gallery { gap: 9px; }
  .calendar-grid, .calendar-weekdays { gap: 3px; }
  .calendar-popover { padding: 14px; }
  .calendar-day { font-size: 11px; }
  .site-footer .shell { gap: 10px; }
}

@media (max-width: 780px) and (max-height: 760px) {
  .hero, .hero-grid, .hero-copy { min-height: 100svh; }
  .hero-copy { gap: 14px; padding-top: max(18px, env(safe-area-inset-top)); padding-bottom: calc(12px + env(safe-area-inset-bottom)); }
  .hero-heading-group { padding-top: 12px; }
  .hero .kicker { margin-bottom: 9px; font-size: 8px; }
  .hero h1 { font-size: 12.75vw; line-height: .82; }
  .hero-last { font-size: .88em; }
  .hero-bottom-panel { padding: 13px 14px; border-radius: 20px; }
  .hero-line { margin-bottom: 10px; font-size: 13.5px; line-height: 1.4; }
  .primary-action { min-height: 49px; }
  .primary-action i { width: 35px; height: 35px; }
  .hero-facts { margin-top: 9px; }
  .hero-facts div { min-height: 49px; padding-top: 9px; }
  .hero-facts strong { font-size: 18px; }
  .hero-facts span { font-size: 7px; }
  .hero-signature { top: 49.5%; width: 68%; }
  .scroll-line { display: none; }
}

@media (max-width: 780px) and (orientation: landscape) {
  .hero, .hero-grid, .hero-copy { min-height: 680px; }
  .hero-copy { padding-inline: 26px; }
  .hero-heading-group { width: 58%; }
  .hero h1 { font-size: clamp(48px, 10vw, 72px); }
  .hero-bottom-panel { width: min(56%, 480px); margin-left: auto; }
  .hero-signature { left: 30%; top: 69%; width: 44%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body::before { display: none; }
  .motion-prep .reveal, .motion-ready .reveal, .reveal { --reveal-y: 0px; --reveal-scale: 1; opacity: 1; transition: none; }
  [data-parallax] { --parallax-y: 0px !important; }
  .hero-copy, .hero-media { --scene-y: 0px; }
  .hero-image, .live-main .image-slot { clip-path: none; transform: none; transition: none; }
  .hero-signature, .hero-signature:hover { transform: translate3d(-50%, 0, 0) rotate(-3deg); transition: none; }
  .hero-signature.is-writing .hero-signature-ink, .hero-signature.is-writing .hero-signature-glint { animation: none; }
  .scroll-line i,
  .image-slot.is-placeholder.is-inview .holder-glow,
  .image-slot.is-placeholder.is-inview .holder-beam,
  .image-slot.is-placeholder.is-inview .holder-orbit,
  .image-slot.is-placeholder.is-inview .holder-monogram,
  .image-slot.is-placeholder.is-inview .holder-balloon { animation: none; }
  .image-slot, .image-slot img, .primary-action, .submit-button, .story-step { transition: none; }
}

/* v4.1 mobile hero: title anchored to the lower-left of the portrait; signature stays desktop-only. */
@media (max-width: 780px) {
  .hero::before,
  .hero-media::before {
    display: none;
  }
  .hero-copy {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    align-content: stretch;
    justify-content: normal;
    gap: 12px;
    padding: max(24px, env(safe-area-inset-top)) 20px calc(22px + env(safe-area-inset-bottom));
  }
  .hero-heading-group {
    display: contents;
  }
  .hero .kicker {
    grid-row: 1;
    align-self: start;
    width: min(82%, 330px);
    margin: 28px 0 0;
    padding: 0;
    color: #f4d89f;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: .25em;
    text-shadow: 0 8px 22px rgba(0,0,0,.78);
  }
  .hero h1 {
    grid-row: 2;
    align-self: end;
    width: min(100%, 360px);
    margin: 0 0 2px;
    font-size: clamp(46px, 14.2vw, 64px);
    line-height: .82;
    letter-spacing: -.058em;
    transform: translate3d(0, var(--hero-heading-shift, 0px), 0);
    opacity: var(--hero-heading-opacity, 1);
    text-shadow: 0 16px 42px rgba(0,0,0,.72), 0 2px 8px rgba(0,0,0,.72);
  }
  .hero h1::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f4d590, #b5762b 72%, transparent);
    box-shadow: 0 0 20px rgba(228,177,92,.26);
  }
  .hero-first {
    color: #fffaf0;
  }
  .hero-last {
    top: .08em;
    padding-top: .05em;
    font-size: .82em;
    line-height: .94;
    background: linear-gradient(104deg, #fff1cf 0%, #f2c36f 38%, #d8983b 72%, #f7dca3 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .hero-bottom-panel {
    grid-row: 3;
    margin: 0;
  }
  .hero-signature {
    display: none !important;
  }
  .hero-media::before {
    background:
      linear-gradient(180deg, rgba(3,8,14,.46) 0%, rgba(3,8,14,.08) 25%, transparent 46%, rgba(3,8,14,.18) 58%, rgba(3,8,14,.66) 76%, #050b13 100%),
      linear-gradient(90deg, rgba(3,8,14,.58) 0%, rgba(3,8,14,.18) 42%, transparent 74%),
      radial-gradient(ellipse at 50% 35%, transparent 28%, rgba(3,8,14,.10) 70%, rgba(3,8,14,.42) 100%);
  }
  .hero-image img {
    object-position: 27% top !important;
  }
}

@media (max-width: 470px) {
  .hero-copy {
    padding-inline: 15px;
    gap: 10px;
  }
  .hero .kicker {
    margin-top: 24px;
    font-size: 8px;
  }
  .hero h1 {
    width: min(100%, 340px);
    font-size: clamp(44px, 14.1vw, 59px);
  }
  .hero h1::after {
    width: 48px;
    margin-top: 12px;
  }
}

@media (max-width: 780px) and (max-height: 760px) {
  .hero-copy {
    grid-template-rows: minmax(0, 1fr) auto auto;
    gap: 8px;
    padding-top: max(17px, env(safe-area-inset-top));
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }
  .hero .kicker {
    margin-top: 12px;
    font-size: 7.5px;
  }
  .hero h1 {
    width: min(100%, 310px);
    margin-bottom: 0;
    font-size: clamp(40px, 12.6vw, 54px);
  }
  .hero h1::after {
    width: 42px;
    margin-top: 9px;
  }
}

@media (max-width: 780px) and (orientation: landscape) {
  .hero-copy {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 46%);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px 24px;
    padding-inline: 26px;
  }
  .hero .kicker {
    grid-column: 1;
    grid-row: 1;
  }
  .hero h1 {
    grid-column: 1;
    grid-row: 2;
    width: min(100%, 430px);
    font-size: clamp(44px, 8.8vw, 68px);
  }
  .hero-bottom-panel {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: end;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 780px) {
  .hero h1 {
    transform: none;
    opacity: 1;
  }
}


/* v4.2 — refined first impression and a dedicated mobile portrait composition. */
.hero-topline {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
}
.hero-topline .kicker { margin: 0; }
.hero-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-image.has-image img { object-position: var(--hero-focus-desktop, center center); }
.intro-gallery,
.content-section,
.live-section,
.contact-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 920px;
}

@media (min-width: 781px) {
  .hero {
    padding-top: clamp(58px, 6vw, 86px);
    padding-bottom: clamp(74px, 7vw, 104px);
  }
  .hero-grid {
    grid-template-columns: minmax(0, .98fr) minmax(440px, .88fr);
    gap: clamp(34px, 4.7vw, 76px);
  }
  .hero-copy {
    display: grid;
    align-content: center;
    gap: clamp(24px, 3.2vw, 42px);
    padding-left: clamp(6px, 1.2vw, 18px);
  }
  .hero-copy::before {
    left: -8px;
    top: 54px;
    height: 126px;
  }
  .hero-heading-group { z-index: 6; }
  .hero h1 {
    max-width: 780px;
    font-size: clamp(72px, 7.05vw, 114px);
  }
  .hero-bottom-panel {
    max-width: 630px;
  }
  .hero-line {
    margin: 0 0 26px;
    max-width: 610px;
  }
  .hero-actions { align-items: center; }
  .hero-facts {
    max-width: 520px;
    margin-top: 30px;
  }
  .hero-facts div {
    padding: 15px 18px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,255,255,.042), rgba(255,255,255,.011));
  }
  .hero-media {
    max-width: 620px;
    margin-right: clamp(-28px, -1.5vw, -8px);
  }
  .hero-frame-ring {
    inset: -16px;
    border-radius: 310px 310px 40px 40px;
    border-color: rgba(241,203,135,.18);
    box-shadow: 0 0 0 1px rgba(255,255,255,.018), 0 54px 130px rgba(0,0,0,.25);
  }
  .hero-image {
    border-radius: 310px 310px 38px 38px;
    clip-path: inset(var(--scene-inset, 0%) round 310px 310px 38px 38px);
  }
  .hero-image.has-image::before {
    content: "";
    position: absolute;
    z-index: 7;
    inset: -18% auto -18% -42%;
    width: 26%;
    pointer-events: none;
    opacity: 0;
    transform: skewX(-12deg);
    background: linear-gradient(90deg, transparent, rgba(255,244,214,.22), transparent);
    filter: blur(10px);
    mix-blend-mode: screen;
  }
  .motion-ready .hero-media.is-visible .hero-image.has-image::before {
    animation: hero-photo-glint 1.45s .72s cubic-bezier(.2,.75,.2,1) both;
  }
  .hero-contact-orb {
    width: 84px;
    height: 84px;
    right: clamp(22px, 3.4vw, 52px);
    bottom: clamp(22px, 3vw, 44px);
    opacity: .82;
  }
}

@keyframes hero-photo-glint {
  0% { left: -42%; opacity: 0; }
  18% { opacity: .18; }
  58% { opacity: .42; }
  100% { left: 118%; opacity: 0; }
}

@media (max-width: 780px) {
  .hero {
    height: 100svh;
    min-height: 620px;
    max-height: 980px;
    padding: 0;
    background: #040a12;
  }
  .hero::before {
    display: block;
    z-index: 2;
    background:
      linear-gradient(180deg, rgba(3,8,14,.58) 0%, rgba(3,8,14,.12) 22%, transparent 43%, rgba(3,8,14,.10) 54%, rgba(3,8,14,.60) 74%, #040a12 100%),
      linear-gradient(90deg, rgba(3,8,14,.44) 0%, rgba(3,8,14,.08) 49%, transparent 76%),
      radial-gradient(circle at 74% 30%, rgba(70,136,190,.20), transparent 36%);
  }
  .hero::after {
    left: 16px;
    right: 16px;
    bottom: 9px;
    z-index: 8;
    opacity: .24;
  }
  .hero-halo {
    z-index: 1;
    width: 112vw;
    right: -68vw;
    top: 8vh;
    opacity: .36;
  }
  .hero-grid,
  .hero-copy {
    width: 100%;
    height: 100%;
    min-height: 0;
  }
  .hero-grid { position: relative; }
  .hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: hidden;
  }
  .hero-media::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    z-index: 12;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(2,7,12,.35) 0%, transparent 25%, transparent 50%, rgba(2,7,12,.18) 62%, rgba(2,7,12,.72) 81%, #040a12 100%),
      radial-gradient(ellipse at 62% 32%, transparent 28%, rgba(2,7,12,.08) 62%, rgba(2,7,12,.36) 100%);
  }
  .hero-media::after {
    inset: auto -20% 12% 20%;
    width: 100%;
    height: 43%;
    opacity: .52;
    filter: blur(58px);
  }
  .hero-frame-ring { display: none; }
  .hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    clip-path: none;
    transform: translate3d(0, var(--hero-mobile-shift, 0px), 0) scale(var(--scene-scale, 1.018));
    transform-origin: 50% 34%;
    transition: transform .18s linear;
  }
  .hero-image::after {
    border-radius: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.022);
  }
  .hero-image picture,
  .hero-image img { width: 100%; height: 100%; }
  .hero-image.has-image img {
    object-fit: cover;
    object-position: var(--hero-focus-mobile, center center) !important;
    transform: none;
    filter: saturate(.98) contrast(1.015);
  }
  .hero-image:hover,
  .hero-image:hover img {
    transform: translate3d(0, var(--hero-mobile-shift, 0px), 0) scale(var(--scene-scale, 1.018));
    filter: saturate(.98) contrast(1.015);
  }
  .hero-image.is-placeholder .image-holder {
    transform: none;
    transform-origin: 50% 38%;
  }
  .hero-image.is-placeholder .image-holder::after {
    inset: 13px;
    border-radius: 30px;
    opacity: .52;
  }
  .hero-image.is-placeholder .holder-subject-main {
    left: 66%;
    bottom: 13%;
    width: 45%;
    height: 64%;
  }
  .hero-image.is-placeholder .holder-orbit {
    left: 66%;
    top: 39%;
    width: 82%;
  }
  .hero-image.is-placeholder .holder-monogram {
    left: 66%;
    top: 42%;
    font-size: clamp(74px, 24vw, 118px);
  }
  .hero-copy {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 12px;
    padding: max(18px, env(safe-area-inset-top)) 16px calc(15px + env(safe-area-inset-bottom));
    --scene-y: 0px;
  }
  .hero-copy::before { display: none; }
  .hero-topline {
    grid-row: 1;
    min-height: 40px;
    align-items: center;
    text-shadow: 0 8px 22px rgba(0,0,0,.74);
  }
  .hero-topline .kicker,
  .hero .kicker {
    width: min(75%, 320px);
    max-width: none;
    margin: 0;
    padding: 0;
    color: #f2d496;
    font-size: 8px;
    line-height: 1.45;
    letter-spacing: .24em;
  }
  .hero-social {
    display: flex;
    gap: 7px;
    margin-left: auto;
  }
  .social-icon {
    width: 38px;
    height: 38px;
    border-color: rgba(241,203,135,.28);
    background: rgba(4,12,21,.46);
    box-shadow: 0 10px 28px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .social-icon svg { width: 15px; height: 15px; }
  .hero-heading-group {
    grid-row: 2;
    align-self: end;
    display: block;
    max-width: 100%;
    margin: 0 0 7px;
    padding: 0 2px;
    text-shadow: 0 18px 46px rgba(0,0,0,.80), 0 3px 10px rgba(0,0,0,.60);
    transform: translate3d(0, var(--hero-heading-shift, 0px), 0);
    opacity: var(--hero-heading-opacity, 1);
  }
  .hero h1 {
    width: min(100%, 352px);
    max-width: none;
    margin: 0;
    font-size: clamp(45px, 13.8vw, 62px);
    line-height: .83;
    letter-spacing: -.059em;
  }
  .hero h1::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f4d590, #b5762b 72%, transparent);
    box-shadow: 0 0 20px rgba(228,177,92,.24);
  }
  .hero-first { color: #fffaf1; }
  .hero-last {
    top: .075em;
    padding-top: .05em;
    font-size: .82em;
    line-height: .95;
    background: linear-gradient(104deg, #fff1cf 0%, #f2c36f 38%, #d8983b 72%, #f7dca3 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .hero-bottom-panel {
    grid-row: 3;
    width: 100%;
    margin: 0;
    padding: 14px 15px 13px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    background:
      linear-gradient(145deg, rgba(12,27,43,.84), rgba(5,13,23,.72)),
      radial-gradient(circle at 12% 0, rgba(241,203,135,.10), transparent 35%);
    box-shadow: 0 24px 64px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.055);
    backdrop-filter: blur(20px) saturate(1.08);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
    transform: translate3d(0, var(--hero-panel-shift, 0px), 0);
  }
  .hero-bottom-panel::before {
    left: 20px;
    right: 20px;
    background: linear-gradient(90deg, transparent, rgba(241,203,135,.62), transparent);
  }
  .hero-line {
    max-width: 100%;
    margin: 0 0 11px;
    color: rgba(247,241,232,.93);
    font-size: 13.5px;
    line-height: 1.42;
    text-shadow: 0 8px 20px rgba(0,0,0,.36);
  }
  .hero-actions { display: block; }
  .primary-action {
    width: 100%;
    min-height: 49px;
    padding: 6px 6px 6px 18px;
    box-shadow: 0 15px 34px rgba(177,115,39,.28);
  }
  .primary-action i { width: 37px; height: 37px; }
  .hero-facts {
    max-width: none;
    margin-top: 10px;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.09);
  }
  .hero-facts div {
    min-height: 48px;
    padding: 10px 10px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .hero-facts div + div {
    padding-left: 13px;
    border-left: 1px solid rgba(255,255,255,.09);
  }
  .hero-facts strong { font-size: 18px; }
  .hero-facts span { margin-top: 3px; font-size: 7px; letter-spacing: .15em; }
  .hero-signature { display: none !important; }
  .hero-contact-orb { display: none; }
  .scroll-line { bottom: 4px; z-index: 9; height: 25px; opacity: .45; }
}

@media (max-width: 470px) {
  .hero-copy { padding-inline: 13px; }
  .hero-topline .kicker,
  .hero .kicker { width: 72%; font-size: 7.5px; }
  .social-icon { width: 35px; height: 35px; }
  .hero h1 { width: min(100%, 330px); font-size: clamp(42px, 13.5vw, 57px); }
  .hero-bottom-panel { padding: 13px 13px 12px; border-radius: 20px; }
  .hero-line { font-size: 13px; }
}

@media (max-width: 780px) and (max-height: 720px) {
  .hero { min-height: 560px; }
  .hero-copy {
    gap: 7px;
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
  }
  .hero-topline { min-height: 31px; }
  .hero-topline .kicker,
  .hero .kicker { font-size: 7px; }
  .social-icon { width: 32px; height: 32px; }
  .hero-heading-group { margin-bottom: 2px; }
  .hero h1 { width: min(100%, 300px); font-size: clamp(38px, 11.9vw, 50px); }
  .hero h1::after { width: 40px; margin-top: 8px; }
  .hero-bottom-panel { padding: 10px 12px 9px; border-radius: 18px; }
  .hero-line { margin-bottom: 8px; font-size: 12px; line-height: 1.35; }
  .primary-action { min-height: 43px; padding-left: 15px; }
  .primary-action i { width: 32px; height: 32px; }
  .hero-facts { margin-top: 7px; }
  .hero-facts div { min-height: 38px; padding-top: 6px; }
  .hero-facts strong { font-size: 16px; }
  .hero-facts span { font-size: 6.5px; }
  .scroll-line { display: none; }
}

@media (max-width: 780px) and (orientation: landscape) {
  .hero { height: auto; min-height: 620px; max-height: none; }
  .hero-copy {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 43%);
    grid-template-rows: auto minmax(0, 1fr);
    gap: 16px 24px;
    padding-inline: 24px;
  }
  .hero-topline { grid-column: 1 / -1; grid-row: 1; }
  .hero-heading-group { grid-column: 1; grid-row: 2; align-self: end; }
  .hero h1 { width: min(100%, 430px); font-size: clamp(44px, 8.5vw, 68px); }
  .hero-bottom-panel { grid-column: 2; grid-row: 2; align-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .hero-media.is-visible .hero-image.has-image::before { animation: none; }
}


/* v4.2.2 — full spacing, overflow and tablet-layout audit. */
.intro-gallery,
.content-section,
.live-section,
.contact-section {
  content-visibility: visible;
  contain: none;
}

.story-step p,
.live-copy p,
.contact-copy h2,
.contact-copy > a {
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (min-width: 961px) {
  .content-section { padding-top: clamp(108px, 9.5vw, 154px); }
  .section-heading { margin-bottom: 42px; }

  .story-steps,
  .personality-steps {
    padding: clamp(22px, 3vh, 34px) 0 clamp(48px, 6vh, 70px);
  }
  .story-step {
    min-height: clamp(290px, 34vh, 360px);
    margin-bottom: clamp(18px, 2.2vh, 26px);
    padding: clamp(30px, 3.4vw, 48px);
  }
  .personality-steps .story-step {
    min-height: clamp(310px, 36vh, 390px);
  }

  .live-section {
    margin-top: clamp(105px, 9vw, 145px);
    padding: clamp(94px, 8.5vw, 132px) 0 clamp(100px, 9vw, 142px);
  }
  .live-stage { min-height: clamp(760px, 78vw, 880px); }

  .contact-section { padding: clamp(98px, 9vw, 140px) 0; }
  .contact-grid {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: clamp(40px, 5vw, 72px);
  }
  .contact-copy h2 {
    max-width: 100%;
    margin-bottom: 34px;
    font-size: clamp(52px, 5.1vw, 74px);
    line-height: .92;
    letter-spacing: -.043em;
  }
  .contact-photo { padding-top: 34px; }
}

/* A dedicated tablet composition prevents the text column collapsing at 781–900 px. */
@media (min-width: 781px) and (max-width: 960px) {
  .content-section { padding-top: 104px; }
  .section-heading { margin-bottom: 36px; }

  .story-layout,
  .personality-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .story-visual-inner {
    position: relative;
    top: auto;
    width: min(100%, 560px);
    height: auto;
    max-height: none;
    margin-inline: auto;
  }
  .story-visual-inner .image-slot {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }
  .story-steps,
  .personality-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
  }
  .story-step,
  .personality-steps .story-step {
    min-height: 0;
    margin: 0;
    padding: 28px;
    opacity: 1;
    filter: none;
    transform: none;
  }
  .story-steps .story-step:last-child,
  .personality-steps .story-step:last-child {
    grid-column: 1 / -1;
  }

  .personality-visual {
    position: relative;
    top: auto;
    width: min(100%, 620px);
    height: 560px;
    max-height: none;
    margin-inline: auto;
    padding: 0 10% 42px 0;
  }
  .personality-primary,
  .personality-primary .image-slot { height: 100%; }

  .live-section {
    margin-top: 100px;
    padding: 90px 0 100px;
  }
  .live-stage { min-height: 790px; }

  .contact-section { padding: 96px 0 110px; }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
    column-gap: 44px;
    align-items: end;
  }
  .contact-copy .kicker,
  .contact-copy h2,
  .contact-copy > a,
  .contact-copy .social-links { grid-column: 1; }
  .contact-copy h2 {
    font-size: clamp(58px, 8vw, 76px);
    line-height: .92;
  }
  .contact-photo {
    grid-column: 2;
    grid-row: 1 / span 6;
    align-self: end;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 780px) {
  .content-section { padding-top: 88px; }
  .section-heading {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 27px;
    padding-bottom: 17px;
  }
  .section-heading h2 {
    max-width: calc(100% - 32px);
    font-size: clamp(38px, 11.5vw, 56px);
    line-height: .95;
    letter-spacing: -.037em;
  }

  .story-steps,
  .personality-steps { padding-top: 16px; }
  .story-step,
  .personality-steps .story-step {
    margin-bottom: 10px;
    padding: 24px 22px;
  }
  .story-step p { line-height: 1.68; }

  /* The former 100%-height child resolved to zero inside an auto-height parent. */
  .personality-visual {
    position: relative;
    min-height: clamp(400px, 115vw, 500px);
    padding: 0;
    margin-bottom: 14px;
  }
  .personality-primary {
    position: absolute;
    inset: 0 10% 44px 0;
    height: auto !important;
  }
  .personality-primary .image-slot {
    width: 100%;
    height: 100% !important;
    aspect-ratio: auto;
  }
  .personality-secondary {
    right: 0;
    bottom: 0;
    width: 54%;
  }

  .live-section {
    margin-top: 82px;
    padding: 76px 0 84px;
  }
  .contact-section { padding: 82px 0 96px; }
  .contact-grid { gap: 34px; }
  .contact-copy h2 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: clamp(46px, 13vw, 56px);
    line-height: .94;
    letter-spacing: -.04em;
  }
  .contact-photo { margin-top: 30px; }
}

/* v4.2.2 audit follow-up: eliminate the 781–1080 px gallery overflow and trim remaining dead space. */
.intro-cell { min-width: 0; }
.intro-cell .image-slot { min-height: 0; }

@media (min-width: 961px) {
  .story-step { min-height: clamp(300px, 32vh, 340px); }
  .personality-steps .story-step { min-height: clamp(320px, 34vh, 360px); }
  .live-section {
    margin-top: clamp(72px, 6.5vw, 104px);
    padding-top: clamp(80px, 7vw, 112px);
  }
}

@media (min-width: 781px) and (max-width: 1080px) {
  .intro-gallery { overflow: hidden; }
  .intro-cell,
  .intro-cell .image-slot { max-width: 100%; }
}

/* v4.3.1 — mobile-first premium refinement.
   The mobile composition is intentionally different from desktop: one clear hero,
   compact cinematic galleries, continuous editorial text panels and a tighter rhythm. */
@media (max-width: 780px) {
  :root {
    --shell: calc(100% - 28px);
    --mobile-section-gap: 66px;
    --mobile-card-radius: 22px;
  }

  body {
    background:
      radial-gradient(circle at 84% 3%, rgba(66, 128, 181, .13), transparent 22%),
      radial-gradient(circle at 6% 58%, rgba(183, 111, 45, .07), transparent 25%),
      #050b13;
  }
  body::before { animation-duration: .88s; }

  /* Hero — balanced top label, portrait, title and bottom action deck. */
  .hero {
    height: 100svh;
    min-height: 690px;
    max-height: 930px;
    overflow: hidden;
    background: #040a12;
  }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(2,7,12,.48) 0%, rgba(2,7,12,.08) 19%, transparent 42%, rgba(2,7,12,.08) 52%, rgba(2,7,12,.62) 76%, #040a12 100%),
      linear-gradient(90deg, rgba(2,7,12,.44) 0%, rgba(2,7,12,.10) 42%, transparent 78%),
      radial-gradient(circle at 76% 29%, rgba(70,136,190,.18), transparent 35%);
  }
  .hero::after { display: none; }
  .hero-halo {
    width: 106vw;
    right: -65vw;
    top: 10vh;
    opacity: .29;
  }
  .hero-copy {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    min-height: 0;
    padding: max(18px, env(safe-area-inset-top)) 14px calc(14px + env(safe-area-inset-bottom));
  }
  .hero-topline {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 2px;
    align-items: center;
  }
  .hero-topline .kicker,
  .hero .kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: auto;
    max-width: calc(100% - 88px);
    color: #f2d69d;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .16em;
    white-space: normal;
    text-shadow: 0 8px 22px rgba(0,0,0,.66);
  }
  .hero-topline .kicker::before {
    content: "";
    flex: 0 0 22px;
    width: 22px;
    height: 1px;
    background: linear-gradient(90deg, #f0c77f, rgba(240,199,127,.16));
    box-shadow: 0 0 16px rgba(240,199,127,.22);
  }
  .hero-social { gap: 6px; }
  .social-icon {
    width: 36px;
    height: 36px;
    border-color: rgba(241,203,135,.25);
    background: rgba(5,14,24,.42);
    box-shadow: inset 0 1px rgba(255,255,255,.045), 0 10px 24px rgba(0,0,0,.20);
  }
  .social-icon svg { width: 14px; height: 14px; }

  .hero-heading-group {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    min-height: 0;
    margin: 0;
    padding: 0 3px 15px;
  }
  .hero h1 {
    width: min(100%, 350px);
    margin: 0;
    font-size: clamp(45px, 13.2vw, 58px);
    line-height: .84;
    letter-spacing: -.056em;
    text-shadow: 0 16px 42px rgba(0,0,0,.78), 0 2px 8px rgba(0,0,0,.62);
  }
  .hero h1::after {
    width: 46px;
    height: 1px;
    margin-top: 12px;
    background: linear-gradient(90deg, #f2cb84, #a86c28 72%, transparent);
  }
  .hero-last {
    top: .075em;
    padding-top: .055em;
    font-size: .83em;
    line-height: .95;
  }

  .hero-bottom-panel {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.115);
    border-radius: 24px;
    background:
      radial-gradient(circle at 15% -10%, rgba(241,203,135,.10), transparent 38%),
      linear-gradient(145deg, rgba(13,31,50,.82), rgba(5,14,24,.76));
    box-shadow: 0 24px 58px rgba(0,0,0,.40), inset 0 1px rgba(255,255,255,.052);
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
  }
  .hero-bottom-panel::before {
    left: 18px;
    right: 18px;
    opacity: .72;
  }
  .hero-line {
    margin: 0 0 13px;
    font-size: 14px;
    line-height: 1.42;
  }
  .primary-action {
    min-height: 50px;
    padding: 6px 6px 6px 18px;
    box-shadow: 0 14px 32px rgba(177,115,39,.25);
  }
  .primary-action i { width: 37px; height: 37px; }
  .hero-facts {
    margin-top: 12px;
    border-top-color: rgba(255,255,255,.085);
  }
  .hero-facts div {
    min-height: 50px;
    padding: 11px 10px 0 0;
  }
  .hero-facts div + div { padding-left: 15px; }
  .hero-facts strong { font-size: 19px; }
  .hero-facts span { margin-top: 4px; font-size: 7px; letter-spacing: .14em; }
  .scroll-line { display: none; }

  /* A stronger mobile placeholder so the empty site still has a composed portrait. */
  .hero-image.is-placeholder .holder-subject-main {
    left: 68%;
    bottom: 12%;
    width: 48%;
    height: 69%;
  }
  .hero-image.is-placeholder .holder-orbit {
    left: 68%;
    top: 35%;
    width: 88%;
  }
  .hero-image.is-placeholder .holder-monogram {
    left: 68%;
    top: 39%;
    font-size: clamp(72px, 23vw, 108px);
  }

  /* Intro imagery becomes a compact editorial carousel instead of a tall stack. */
  .intro-gallery {
    display: flex;
    width: 100%;
    max-width: none;
    gap: 12px;
    margin: 0;
    padding: 38px 14px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 14px;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .intro-gallery::-webkit-scrollbar { display: none; }
  .intro-cell {
    flex: 0 0 min(64vw, 252px);
    min-width: 0;
    margin: 0 !important;
    scroll-snap-align: start;
  }
  .intro-wide {
    order: -1;
    flex-basis: min(82vw, 330px);
  }
  .intro-cell .image-slot {
    height: auto;
    border-radius: 22px;
    box-shadow: 0 20px 46px rgba(0,0,0,.28);
  }
  .intro-wide .image-slot { aspect-ratio: 16 / 10; }
  .intro-small .image-slot { aspect-ratio: 4 / 5; }

  /* Shared mobile rhythm and editorial section headings. */
  .content-section { padding-top: var(--mobile-section-gap); }
  .section-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: 0 10px;
    margin-bottom: 22px;
    padding-bottom: 14px;
  }
  .section-heading span {
    align-self: start;
    padding-top: 5px;
    font-size: 12px;
  }
  .section-heading h2 {
    max-width: 100%;
    font-size: clamp(37px, 10.8vw, 48px);
    line-height: .93;
    letter-spacing: -.038em;
  }
  .section-heading::after {
    background: linear-gradient(90deg, rgba(241,203,135,.90), rgba(255,255,255,.11) 38%, transparent 92%);
  }

  /* Experience/personality copy becomes one calm premium panel with separators. */
  .story-visual-inner .image-slot { border-radius: 25px; }
  .story-stat {
    right: 10px;
    bottom: 10px;
    width: 92px;
    height: 92px;
  }
  .story-stat strong { font-size: 23px; }
  .story-stat span { font-size: 7.5px; }
  .story-steps,
  .personality-steps {
    display: block;
    margin-top: 13px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(241,203,135,.14);
    border-radius: var(--mobile-card-radius);
    background:
      radial-gradient(circle at 8% 0, rgba(82,145,197,.075), transparent 30%),
      linear-gradient(145deg, rgba(14,35,56,.72), rgba(6,17,29,.86));
    box-shadow: 0 22px 54px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.028);
  }
  .story-step,
  .personality-steps .story-step {
    min-height: 0;
    margin: 0;
    padding: 21px 19px 21px 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    filter: none;
    transform: none;
  }
  .story-step + .story-step,
  .personality-steps .story-step + .story-step {
    border-top: 1px solid rgba(255,255,255,.075);
  }
  .story-step::before {
    left: 0;
    top: 21px;
    bottom: auto;
    width: 2px;
    height: 27px;
    opacity: .72;
    transform: scaleY(1);
    background: linear-gradient(180deg, #f0c77f, rgba(176,111,38,.14));
  }
  .story-step::after { display: none; }
  .story-step.is-active {
    border-color: transparent;
    background: linear-gradient(90deg, rgba(241,203,135,.035), transparent 46%);
    box-shadow: none;
  }
  .story-step p {
    font-size: 14.5px;
    line-height: 1.64;
  }
  .story-step strong {
    font-size: .80em;
    letter-spacing: .09em;
  }

  .cinematic-pair {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    gap: 10px;
    margin-top: 12px;
  }
  .cinematic-pair > :first-child { margin-top: 0; }
  .cinematic-pair .image-slot {
    height: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
  }

  .personality-visual {
    min-height: clamp(370px, 103vw, 455px);
    margin-bottom: 12px;
  }
  .personality-primary { inset: 0 9% 40px 0; }
  .personality-primary .image-slot { border-radius: 25px; }
  .personality-secondary {
    width: 52%;
    filter: drop-shadow(0 22px 38px rgba(0,0,0,.36));
  }
  .personality-secondary .image-slot { border-radius: 18px; }
  .personal-gallery {
    gap: 9px;
    margin-top: 12px;
  }
  .personal-gallery .image-slot { border-radius: 19px; }

  /* Live section uses a single editorial text deck instead of two unrelated cards. */
  .live-section {
    margin-top: 64px;
    padding: 64px 0 70px;
  }
  .live-section .section-heading { margin-bottom: 22px; }
  .live-stage { gap: 10px; }
  .live-main .image-slot { border-radius: 24px; }
  .live-floating {
    width: 68%;
    margin-top: -16%;
  }
  .live-floating .image-slot { border-radius: 18px; }
  .live-copy {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid rgba(241,203,135,.16);
    border-radius: var(--mobile-card-radius);
    background: linear-gradient(145deg, rgba(16,42,68,.88), rgba(5,16,28,.94));
    box-shadow: 0 24px 62px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.035);
  }
  .live-copy p {
    padding: 21px 19px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 14.5px;
    line-height: 1.66;
  }
  .live-copy p + p { border-top: 1px solid rgba(255,255,255,.075); }

  /* Contact section: tighter hierarchy, image and form with equal visual weight. */
  .contact-section { padding: 68px 0 82px; }
  .contact-grid { gap: 26px; }
  .contact-copy .kicker {
    margin-bottom: 15px;
    font-size: 10px;
    letter-spacing: .22em;
  }
  .contact-copy h2 {
    margin-bottom: 24px;
    font-size: clamp(43px, 12vw, 52px);
    line-height: .92;
  }
  .contact-copy > a {
    margin: 6px 0;
    font-size: 16px;
  }
  .social-links { margin-top: 16px; }
  .contact-photo { margin-top: 24px; }
  .contact-photo .image-slot {
    border-radius: 21px;
    box-shadow: 0 22px 54px rgba(0,0,0,.28);
  }
  .contact-form {
    padding: 21px 18px;
    border-radius: 24px;
    box-shadow: 0 26px 68px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.045);
  }
  .field { margin-bottom: 17px; }
  .field span, .field-label { margin-bottom: 7px; }
  .field input, .field textarea, .date-trigger, .native-date-input {
    padding: 14px 15px;
    border-radius: 14px;
  }
  .field textarea { min-height: 138px; }
  .date-field-wrap { margin-bottom: 17px; }
  .submit-button { min-height: 52px; }
  .site-footer { padding: 22px 0 72px; }

  .mobile-contact {
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    min-height: 48px;
    padding: 13px 18px;
    box-shadow: 0 14px 34px rgba(0,0,0,.34);
  }

  /* Mobile-only entrance choreography; movement remains restrained and purposeful. */
  .motion-ready .hero-topline {
    animation: mobile-hero-top .78s .18s cubic-bezier(.2,.75,.2,1) both;
  }
  .motion-ready .hero-heading-group {
    animation: mobile-hero-title .9s .34s cubic-bezier(.2,.75,.2,1) both;
  }
  .motion-ready .hero-bottom-panel {
    animation: mobile-hero-panel .9s .50s cubic-bezier(.2,.75,.2,1) both;
  }
}

@keyframes mobile-hero-top {
  from { opacity: 0; transform: translate3d(0,-10px,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes mobile-hero-title {
  from { opacity: 0; transform: translate3d(0,18px,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes mobile-hero-panel {
  from { opacity: 0; transform: translate3d(0,20px,0) scale(.985); }
  to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}

@media (max-width: 380px) {
  :root { --mobile-section-gap: 60px; }
  .hero { min-height: 650px; }
  .hero-copy { padding-inline: 12px; }
  .hero-topline .kicker,
  .hero .kicker { font-size: 9.5px; letter-spacing: .145em; }
  .hero-topline .kicker::before { flex-basis: 18px; width: 18px; }
  .hero h1 { font-size: clamp(41px, 12.9vw, 51px); }
  .hero-bottom-panel { padding: 14px; border-radius: 21px; }
  .hero-line { font-size: 13px; }
  .hero-facts strong { font-size: 18px; }
  .section-heading h2 { font-size: clamp(34px, 10.5vw, 43px); }
  .story-step p, .live-copy p { font-size: 14px; }
}

@media (max-width: 780px) and (max-height: 720px) {
  .hero { min-height: 620px; }
  .hero-copy { padding-top: max(11px, env(safe-area-inset-top)); padding-bottom: calc(9px + env(safe-area-inset-bottom)); }
  .hero-topline { min-height: 32px; }
  .hero-topline .kicker,
  .hero .kicker { font-size: 9px; }
  .social-icon { width: 32px; height: 32px; }
  .hero-heading-group { padding-bottom: 8px; }
  .hero h1 { font-size: clamp(39px, 11.8vw, 48px); }
  .hero h1::after { margin-top: 8px; }
  .hero-bottom-panel { padding: 11px 12px; border-radius: 18px; }
  .hero-line { margin-bottom: 8px; font-size: 12px; line-height: 1.34; }
  .primary-action { min-height: 43px; }
  .primary-action i { width: 32px; height: 32px; }
  .hero-facts { margin-top: 7px; }
  .hero-facts div { min-height: 38px; padding-top: 6px; }
  .hero-facts strong { font-size: 16px; }
  .hero-facts span { font-size: 6.5px; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 780px) {
  .motion-ready .hero-topline,
  .motion-ready .hero-heading-group,
  .motion-ready .hero-bottom-panel {
    animation: none;
  }
}

/* v4.3.1 final mobile alignment pass. */
@media (max-width: 780px) {
  .hero-heading-group {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .hero h1 { text-align: left; }
  .hero-topline:not(:has(.hero-social)) .kicker { max-width: 100%; }
}
@media (max-width: 780px) {
  .hero-heading-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media (max-width: 780px) {
  .hero-heading-group {
    width: 100%;
    align-self: stretch;
  }
}
@media (max-width: 780px) {
  .hero h1 { align-self: flex-start; }
}

@media (min-width: 560px) and (max-width: 780px) {
  .hero-copy { padding-inline: 24px; }
  .hero-topline .kicker,
  .hero .kicker { font-size: 11px; }
  .hero-heading-group { padding-bottom: 18px; }
  .hero h1 {
    width: min(100%, 500px);
    font-size: clamp(58px, 8.7vw, 68px);
  }
  .hero-bottom-panel {
    width: min(100%, 480px);
    align-self: flex-start;
  }
}
@media (max-width: 780px) {
  .mobile-contact {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
  }
  .mobile-contact.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

/* v4.3.2 — calmer premium hero motion.
   The portrait stays still; only its frame responds on hover.
   The signature is presented as a quiet visual mark without writing or glint effects. */
@media (min-width: 781px) {
  .hero-media {
    --scene-y: 0px;
    transform-style: flat;
  }

  .hero-frame-ring {
    transform: none;
    transition: border-color .35s ease, box-shadow .35s ease, opacity .35s ease;
  }

  .hero-image,
  .hero-image:hover {
    transform: none;
    clip-path: inset(0 round 310px 310px 38px 38px);
    transition: border-color .35s ease, box-shadow .35s ease;
  }

  .hero-image img,
  .hero-image:hover img {
    transform: none;
    filter: none;
    transition: none;
  }

  .hero-image.has-image::before,
  .motion-ready .hero-media.is-visible .hero-image.has-image::before {
    display: none;
    animation: none;
  }

  .hero-media:hover .hero-frame-ring {
    border-color: rgba(241,203,135,.42);
    box-shadow: 0 0 0 1px rgba(241,203,135,.08), 0 48px 118px rgba(0,0,0,.30);
  }

  .hero-signature,
  .hero-signature:hover {
    pointer-events: none;
    transform: translate3d(-50%, 0, 0) rotate(-3.2deg);
    filter: drop-shadow(0 13px 22px rgba(0,0,0,.54));
    transition: opacity .35s ease;
  }

  .hero-signature-aura,
  .hero-signature:hover .hero-signature-aura {
    opacity: .72;
    transform: none;
    transition: none;
  }

  .hero-signature-ink {
    clip-path: none;
    transform: none;
    filter: none;
    will-change: auto;
  }

  .hero-signature-ink img {
    transform: none;
    filter: saturate(1.01) contrast(1.02) brightness(1.01);
  }

  .hero-signature-glint {
    display: none;
  }

  .hero-signature.is-writing .hero-signature-ink,
  .hero-signature.is-writing .hero-signature-glint {
    animation: none;
  }
}

/* v4.4 — inline gallery and video library */
.media-section {
  position: relative;
  padding-top: clamp(96px, 9vw, 150px);
}
.media-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(76vw, 980px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 123, 176, .10), transparent 66%);
  filter: blur(28px);
  pointer-events: none;
  z-index: -1;
}
.video-section { padding-bottom: clamp(96px, 9vw, 148px); }
.expandable-media { position: relative; }
.expandable-media:not(.is-expanded) [data-expand-item] { display: none; }
.expandable-media:not(.is-expanded) [data-expand-item].is-initial-desktop { display: block; }
.expandable-media.is-expanded [data-expand-item] {
  animation: media-item-in .55s cubic-bezier(.2,.72,.24,1) both;
  animation-delay: min(calc(var(--media-index, 0) * 38ms), 260ms);
}
.premium-gallery-grid,
.premium-video-grid {
  display: grid;
  gap: clamp(16px, 1.8vw, 25px);
}
.premium-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(241,203,135,.14);
  border-radius: clamp(20px, 2.2vw, 30px);
  background: rgba(9, 22, 36, .82);
  box-shadow: 0 24px 65px rgba(0,0,0,.28);
  isolation: isolate;
}
.gallery-card.is-featured { grid-column: 1 / -1; }
.gallery-card.is-featured .image-slot { aspect-ratio: 16 / 7; }
.gallery-card:not(.is-featured) .image-slot { aspect-ratio: 16 / 10; }
.gallery-card .image-slot {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
}
.gallery-card .image-slot img,
.gallery-card .image-holder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.65,.2,1), filter .45s ease;
}
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
  background: linear-gradient(180deg, transparent 55%, rgba(3,8,14,.64));
  opacity: .62;
  transition: opacity .35s ease, box-shadow .35s ease;
}
.gallery-card:hover .image-slot img,
.gallery-card:hover .image-holder { transform: scale(1.025); }
.gallery-card:hover::after {
  opacity: .42;
  box-shadow: inset 0 0 0 1px rgba(241,203,135,.22);
}
.gallery-caption {
  position: absolute;
  left: clamp(18px, 2vw, 28px);
  right: clamp(18px, 2vw, 28px);
  bottom: clamp(16px, 1.8vw, 25px);
  z-index: 3;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.25;
  text-shadow: 0 8px 25px rgba(0,0,0,.7);
}

.premium-video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.video-card { min-width: 0; }
.video-card.is-featured { grid-column: 1 / -1; }
.video-player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(241,203,135,.16);
  border-radius: clamp(20px, 2.2vw, 30px);
  background: #07111c;
  box-shadow: 0 25px 72px rgba(0,0,0,.34);
  isolation: isolate;
}
.video-card.is-featured .video-player { max-height: min(66vh, 690px); }
.video-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.video-facade > img,
.video-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.65,.2,1), filter .45s ease;
}
.video-placeholder {
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(217,166,83,.24), transparent 25%),
    linear-gradient(135deg, #0d2942, #07111c 56%, #1b2530);
}
.video-placeholder::before,
.video-placeholder::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(241,203,135,.16);
}
.video-placeholder::before { width: 56%; aspect-ratio: 1; right: -10%; top: -24%; }
.video-placeholder::after { width: 28%; aspect-ratio: 1; left: 12%; bottom: -12%; }
.video-placeholder b {
  color: rgba(241,203,135,.76);
  font: 400 clamp(42px, 7vw, 100px)/1 Georgia, serif;
  letter-spacing: -.08em;
}
.video-placeholder i {
  position: absolute;
  inset: 10% 20%;
  border-left: 1px solid rgba(255,255,255,.09);
  transform: skewX(-18deg);
}
.video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,7,12,.08) 30%, rgba(2,7,12,.88) 100%);
  transition: background .35s ease;
}
.video-play {
  position: absolute;
  left: 50%;
  top: 48%;
  display: grid;
  width: clamp(62px, 6vw, 88px);
  aspect-ratio: 1;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background: rgba(5,11,19,.55);
  box-shadow: 0 15px 45px rgba(0,0,0,.35), inset 0 0 0 6px rgba(255,255,255,.035);
  backdrop-filter: blur(10px);
  transition: transform .32s ease, border-color .32s ease, background .32s ease;
}
.video-play i {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--gold-2);
}
.video-title {
  position: absolute;
  left: clamp(18px, 2.1vw, 30px);
  right: clamp(18px, 2.1vw, 30px);
  bottom: clamp(17px, 2vw, 28px);
  z-index: 2;
  display: grid;
  gap: 5px;
}
.video-title small {
  color: var(--gold-2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .24em;
}
.video-title strong {
  overflow: hidden;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.35vw, 23px);
  font-weight: 400;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-facade:hover > img,
.video-facade:hover .video-placeholder { transform: scale(1.025); filter: saturate(1.06); }
.video-facade:hover .video-play {
  transform: translate(-50%, -50%) scale(1.06);
  border-color: rgba(241,203,135,.74);
  background: rgba(9,20,32,.72);
}
.video-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.media-expand-button {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: clamp(30px, 4vw, 52px) auto 0;
  padding: 0 25px;
  border: 1px solid rgba(241,203,135,.25);
  border-radius: 999px;
  background: rgba(11,27,44,.72);
  color: var(--gold-2);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}
.media-expand-button i {
  font-size: 16px;
  font-style: normal;
  transition: transform .32s ease;
}
.media-expand-button:hover {
  transform: translateY(-2px);
  border-color: rgba(241,203,135,.52);
  background: rgba(17,40,63,.82);
}
.expandable-media.is-expanded .media-expand-button i { transform: rotate(180deg); }

@keyframes media-item-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 780px) {
  .media-section { padding-top: 68px; }
  .video-section { padding-bottom: 76px; }
  .expandable-media:not(.is-expanded) [data-expand-item].is-initial-desktop { display: none; }
  .expandable-media:not(.is-expanded) [data-expand-item].is-initial-mobile { display: block; }
  .premium-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .gallery-card { border-radius: 18px; }
  .gallery-card.is-featured { grid-column: 1 / -1; }
  .gallery-card.is-featured .image-slot { aspect-ratio: 16 / 10; }
  .gallery-card:not(.is-featured) .image-slot { aspect-ratio: 4 / 5; }
  .gallery-caption {
    left: 13px;
    right: 13px;
    bottom: 12px;
    font-size: 14px;
  }
  .premium-video-grid { grid-template-columns: 1fr; gap: 13px; }
  .video-card.is-featured { grid-column: auto; }
  .video-player { border-radius: 19px; }
  .video-card.is-featured .video-player { max-height: none; }
  .video-title { left: 16px; right: 16px; bottom: 15px; }
  .video-title strong { font-size: 17px; }
  .video-play { width: 62px; backdrop-filter: blur(7px); }
  .media-expand-button {
    width: 100%;
    min-height: 52px;
    margin-top: 24px;
    padding-inline: 16px;
    letter-spacing: .13em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .expandable-media.is-expanded [data-expand-item] { animation: none; }
  .gallery-card .image-slot img,
  .gallery-card .image-holder,
  .video-facade > img,
  .video-placeholder,
  .video-play,
  .media-expand-button,
  .media-expand-button i { transition: none !important; }
}

/* v4.4.2 — mobile rendering budget and static temporary holders. */
@media (max-width: 780px) {
  body::before,
  .page-grain,
  .ambient { display: none !important; }

  .social-icon,
  .hero-facts div,
  .hero-bottom-panel,
  .story-stat,
  .live-copy p,
  .video-play {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .hero-bottom-panel {
    background:
      radial-gradient(circle at 15% -10%, rgba(241,203,135,.08), transparent 37%),
      linear-gradient(145deg, rgba(13,31,50,.965), rgba(5,14,24,.955));
  }
  .social-icon { background: rgba(5,14,24,.94); }
  .video-play { background: rgba(5,11,19,.90); }

  .motion-prep .reveal,
  .motion-ready .reveal {
    --reveal-y: 14px;
    --reveal-scale: 1;
    transition-duration: .42s;
    transition-timing-function: ease-out;
  }
  .delay-1 { transition-delay: .05s !important; }
  .delay-2 { transition-delay: .09s !important; }

  [data-parallax] {
    --parallax-y: 0px !important;
    transform: translate3d(0, var(--reveal-y, 0px), 0) scale(var(--reveal-scale, 1)) !important;
  }
  [data-scroll-progress] {
    --scene-progress: 1 !important;
    --scene-scale: 1 !important;
    --scene-inset: 0% !important;
    --hero-mobile-shift: 0px !important;
    --hero-heading-shift: 0px !important;
    --hero-heading-opacity: 1 !important;
    --hero-panel-shift: 0px !important;
  }
  .hero-media,
  .hero-copy { --scene-y: 0px !important; }
  .hero-image,
  .live-main .image-slot { clip-path: none !important; }

  .intro-gallery { content-visibility: auto; contain-intrinsic-size: auto 680px; }
  .story-section { content-visibility: auto; contain-intrinsic-size: auto 1900px; }
  .personality-section { content-visibility: auto; contain-intrinsic-size: auto 1600px; }
  .live-section { content-visibility: auto; contain-intrinsic-size: auto 1120px; }
  .gallery-section { content-visibility: auto; contain-intrinsic-size: auto 980px; }
  .video-section { content-visibility: auto; contain-intrinsic-size: auto 900px; }
  .contact-section { content-visibility: auto; contain-intrinsic-size: auto 1420px; }

  .image-slot,
  .image-slot img,
  .gallery-card .image-holder,
  .video-placeholder { transition-duration: .25s; }
  .image-slot:hover,
  .gallery-card:hover .image-slot { transform: none; }
  .image-slot:hover img,
  .gallery-card:hover .image-holder,
  .video-facade:hover > img,
  .video-facade:hover .video-placeholder { transform: none; filter: none; }

  .image-holder::after { inset: 10px; border-radius: 15px; }
  .holder-symbol { box-shadow: 0 15px 30px rgba(0,0,0,.25); }
  .holder-stage .holder-symbol { box-shadow: -46px 17px 0 -9px rgba(24,49,73,.72), 46px 17px 0 -9px rgba(24,49,73,.72), 0 15px 30px rgba(0,0,0,.25); }
  .holder-celebration .holder-symbol { box-shadow: -39px 14px 0 -7px rgba(30,55,79,.68), 39px 14px 0 -7px rgba(30,55,79,.68), 0 15px 30px rgba(0,0,0,.25); }
}

@media (hover: none), (pointer: coarse) {
  .image-slot:hover,
  .primary-action:hover,
  .submit-button:hover,
  .social-icon:hover,
  .hero-contact-orb:hover { transform: none; }
}

/* Mobile top image composition: one landscape lead image and two proportional portraits. */
@media (max-width: 780px) {
  .intro-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 10px;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 34px 14px 16px;
    overflow: visible;
    scroll-snap-type: none;
    scroll-padding: 0;
  }

  .intro-gallery::before {
    top: 8%;
    width: 92%;
    height: 54%;
    filter: none;
    opacity: .72;
  }

  .intro-cell {
    flex: none;
    width: auto;
    min-width: 0;
    margin: 0 !important;
    scroll-snap-align: none;
  }

  .intro-cell:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
  }

  .intro-cell:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .intro-cell:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .intro-cell .image-slot {
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 20px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .27);
  }

  .intro-wide .image-slot {
    aspect-ratio: 16 / 10;
  }

  .intro-small .image-slot {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 360px) {
  .intro-gallery {
    gap: 8px;
    padding-inline: 12px;
  }

  .intro-cell .image-slot {
    border-radius: 18px;
  }
}

/* v4.4.4 analytics consent */
.site-footer .shell{gap:18px}.footer-meta{display:flex;align-items:center;justify-content:flex-end;gap:16px}.cookie-settings-link{appearance:none;border:0;background:none;padding:0;color:rgba(224,232,241,.62);font:inherit;font-size:10px;letter-spacing:.04em;text-decoration:underline;text-decoration-color:rgba(216,165,88,.35);text-underline-offset:4px;cursor:pointer;transition:color .2s}.cookie-settings-link:hover,.cookie-settings-link:focus-visible{color:#efc982}.cookie-consent{position:fixed;z-index:120;left:50%;bottom:max(18px,env(safe-area-inset-bottom));width:min(760px,calc(100% - 36px));display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:18px;padding:17px 18px;border:1px solid rgba(233,191,119,.25);border-radius:20px;background:rgba(7,17,29,.97);box-shadow:0 26px 70px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.05);color:#eef3f8;opacity:0;transform:translate(-50%,18px);transition:opacity .22s ease,transform .22s ease}.cookie-consent[hidden]{display:none}.cookie-consent.is-visible{opacity:1;transform:translate(-50%,0)}.cookie-consent-mark{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(233,191,119,.45);border-radius:50%;color:#efc982;font:600 13px Georgia,serif;letter-spacing:.06em;background:radial-gradient(circle at 35% 25%,rgba(239,201,130,.13),transparent 54%)}.cookie-consent-copy{min-width:0}.cookie-consent-copy strong{display:block;margin-bottom:5px;font:500 18px/1.1 Georgia,serif}.cookie-consent-copy p{margin:0;color:#aeb9c7;font-size:11px;line-height:1.55}.cookie-consent-copy a{display:inline-block;margin-top:6px;color:#e8bc71;font-size:9px;letter-spacing:.05em}.cookie-consent-actions{display:flex;gap:8px}.cookie-button{min-height:42px;border-radius:999px;padding:0 16px;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer}.cookie-button.primary{border:1px solid #dfae5c;background:linear-gradient(135deg,#edc57e,#b87c2d);color:#0c1520;box-shadow:0 10px 24px rgba(177,119,39,.18)}.cookie-button.secondary{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);color:#d7e0e9}.cookie-button:hover{transform:translateY(-1px)}.cookie-button:focus-visible,.cookie-settings-link:focus-visible{outline:2px solid #efc982;outline-offset:3px}
@media(max-width:780px){.site-footer .shell{align-items:flex-start}.footer-meta{align-items:flex-end;flex-direction:column;gap:8px}.cookie-consent{bottom:max(10px,env(safe-area-inset-bottom));width:calc(100% - 20px);grid-template-columns:38px minmax(0,1fr);gap:12px;padding:14px;border-radius:17px}.cookie-consent-mark{width:38px;height:38px;font-size:10px}.cookie-consent-copy strong{font-size:16px}.cookie-consent-copy p{font-size:10px}.cookie-consent-actions{grid-column:1/-1;width:100%}.cookie-button{flex:1;min-height:44px;padding:0 10px;font-size:8px}}
@media(max-width:390px){.cookie-consent{grid-template-columns:1fr}.cookie-consent-mark{display:none}.cookie-consent-actions{grid-column:auto}.cookie-consent-copy p{line-height:1.45}}
@media(prefers-reduced-motion:reduce){.cookie-consent,.cookie-button{transition:none!important}.cookie-button:hover{transform:none}}

/* v4.4.5 — final mobile typography, proportional experience imagery and contact flow. */
@media (min-width: 961px) {
  .contact-grid {
    grid-template-rows: auto minmax(0, 1fr);
  }
  .contact-copy {
    grid-column: 1;
    grid-row: 1;
  }
  .contact-form {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .contact-photo {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    margin-top: 34px;
    padding-top: 0;
  }
}

@media (min-width: 781px) and (max-width: 960px) {
  .contact-copy {
    display: block;
  }
  .contact-copy .kicker,
  .contact-copy h2,
  .contact-copy > a,
  .contact-copy .social-links {
    grid-column: auto;
  }
  .contact-form { order: 2; }
  .contact-photo {
    grid-column: auto;
    grid-row: auto;
    order: 3;
    width: min(100%, 620px);
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 780px) {
  #kontaktai { scroll-margin-top: 8px; }

  /* Top line: clearer label, no decorative dash, larger social targets. */
  .hero-topline {
    min-height: 50px;
    padding-inline: 0;
    gap: 10px;
    align-items: flex-start;
  }
  .hero-topline .kicker,
  .hero .kicker {
    max-width: calc(100% - 106px);
    gap: 0;
    font-size: 12.5px;
    line-height: 1.28;
    letter-spacing: .145em;
  }
  .hero-topline .kicker::before { display: none; }
  .hero-social { gap: 8px; }
  .social-icon {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
  }
  .social-icon svg { width: 18px; height: 18px; }

  /* Requested +1 px hierarchy in the first-screen copy and facts. */
  .hero-line { font-size: 15px; }
  .hero-facts strong { font-size: 20px; }
  .hero-facts span { font-size: 8px; }

  /* Section headings are one pixel quieter; editorial copy is one pixel larger. */
  .section-heading h2 {
    font-size: clamp(36px, calc(10.8vw - 1px), 47px);
  }
  .contact-copy h2 {
    font-size: clamp(42px, calc(12vw - 1px), 51px);
  }
  .story-step p,
  .personality-steps .story-step p,
  .live-copy p { font-size: 15.5px; }
  .gallery-caption { font-size: 15px; }
  .video-title strong { font-size: 18px; }
  .contact-copy > a { font-size: 17px; }
  .social-links a { font-size: 12px; }
  .field span,
  .field-label { font-size: 11px; }
  .field input,
  .field textarea,
  .date-trigger,
  .native-date-input { font-size: 17px; }
  .calendar-weekdays span { font-size: 10px; }
  .calendar-day { font-size: 13px; }
  .calendar-legend span { font-size: 11px; }
  .form-status { font-size: 14px; }
  .site-footer { font-size: 12px; }
  .media-expand-button,
  .primary-action,
  .submit-button { font-size: 12px; }

  /* Experience image pair must always remain inside the mobile viewport. */
  .cinematic-pair {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: hidden;
  }
  .cinematic-pair > * {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .cinematic-pair .image-slot,
  .cinematic-pair picture,
  .cinematic-pair img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .cinematic-pair .image-slot { aspect-ratio: 4 / 5; }

  /* Contact anchor now opens on the information and form; image follows the form. */
  .contact-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .contact-copy { order: 1; }
  .contact-form { order: 2; }
  .contact-photo {
    order: 3;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
  }
}

@media (max-width: 380px) {
  .hero-topline .kicker,
  .hero .kicker { font-size: 11.5px; }
  .hero-line { font-size: 14px; }
  .hero-facts strong { font-size: 19px; }
  .hero-facts span { font-size: 8px; }
  .section-heading h2 { font-size: clamp(33px, calc(10.5vw - 1px), 42px); }
  .story-step p,
  .personality-steps .story-step p,
  .live-copy p { font-size: 15px; }
}

@media (max-width: 780px) and (max-height: 720px) {
  .hero-topline { min-height: 42px; }
  .hero-topline .kicker,
  .hero .kicker { font-size: 11px; }
  .social-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .social-icon svg { width: 17px; height: 17px; }
  .hero-line { font-size: 13px; }
  .hero-facts strong { font-size: 17px; }
  .hero-facts span { font-size: 7.5px; }
}

@media (min-width: 560px) and (max-width: 780px) {
  .hero-topline .kicker,
  .hero .kicker { font-size: 13px; }
}

/* v4.4.6 — mobile contact form always spans the available content width. */
@media (max-width: 780px) {
  .contact-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-items: stretch;
  }
  .contact-copy,
  .contact-form,
  .contact-photo {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .contact-form {
    align-self: stretch;
    margin-inline: 0;
  }
}


/* v4.4.7 — premium Spotify album library: one album initially, up to twelve inline. */
.spotify-section {
  padding-top: clamp(94px, 9vw, 148px);
}
.spotify-section::before {
  background: radial-gradient(circle, rgba(30, 215, 96, .055), rgba(63, 123, 176, .06) 34%, transparent 68%);
}
.spotify-album-list {
  display: grid;
  gap: clamp(18px, 2.3vw, 30px);
}
.spotify-album-card {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: center;
  overflow: hidden;
  padding: clamp(24px, 3.7vw, 52px);
  border: 1px solid rgba(241, 203, 135, .17);
  border-radius: clamp(24px, 3vw, 38px);
  background:
    radial-gradient(circle at 8% 5%, rgba(241, 203, 135, .10), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(30, 215, 96, .055), transparent 26%),
    linear-gradient(135deg, rgba(12, 29, 47, .96), rgba(5, 14, 24, .985));
  box-shadow: 0 34px 95px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .025);
  isolation: isolate;
}
.spotify-album-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.025) 48%, transparent 68%);
}
.spotify-artwork {
  position: relative;
  width: min(100%, 360px);
  margin-inline: auto;
  aspect-ratio: 1;
}
.spotify-vinyl {
  position: absolute;
  z-index: -1;
  top: 6%;
  right: -14%;
  width: 88%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, #d7ac62 0 2.5%, #111 2.8% 9%, #2b2b2b 9.5% 10%, #080808 10.5% 19%, #272727 19.4% 20%, #070707 20.5% 31%, #252525 31.4% 32%, #070707 32.5% 43%, #222 43.4% 44%, #080808 44.5% 100%);
  box-shadow: 14px 22px 54px rgba(0,0,0,.48);
  opacity: .78;
  transition: transform .55s cubic-bezier(.2,.65,.2,1), opacity .35s ease;
}
.spotify-cover {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(241,203,135,.23);
  border-radius: clamp(18px, 2.2vw, 28px);
  background: #091625;
  box-shadow: 0 28px 70px rgba(0,0,0,.42);
  transition: transform .4s ease, border-color .35s ease, box-shadow .35s ease;
}
.spotify-cover img,
.spotify-cover-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spotify-cover-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 24%, rgba(30,215,96,.17), transparent 24%),
    radial-gradient(circle at 26% 78%, rgba(218,169,91,.18), transparent 28%),
    linear-gradient(135deg, #153650, #081522 58%, #172431);
}
.spotify-cover-placeholder::before {
  content: "";
  position: absolute;
  width: 66%;
  aspect-ratio: 1;
  border: 1px solid rgba(241,203,135,.16);
  border-radius: 50%;
}
.spotify-cover-placeholder b {
  color: rgba(241,203,135,.78);
  font: 400 clamp(54px, 8vw, 104px)/1 Georgia, serif;
  letter-spacing: -.08em;
}
.spotify-cover-placeholder i {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 14%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1ed760;
  box-shadow: 0 10px 30px rgba(30,215,96,.22);
}
.spotify-album-copy {
  display: grid;
  min-width: 0;
  align-content: center;
}
.spotify-eyebrow {
  margin-bottom: 10px;
  color: var(--gold-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.spotify-album-copy h3 {
  max-width: 780px;
  margin: 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.1vw, 68px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.spotify-album-copy > p {
  margin: 13px 0 24px;
  color: rgba(236,239,242,.62);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.spotify-player {
  position: relative;
  width: 100%;
  min-height: 102px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: rgba(2,8,14,.52);
}
.spotify-player.is-playing {
  min-height: 352px;
  background: #121212;
}
.spotify-facade {
  display: grid;
  width: 100%;
  min-height: 100px;
  grid-template-columns: 48px minmax(0,1fr) 34px;
  gap: 16px;
  align-items: center;
  padding: 17px 19px;
  border: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  text-align: left;
}
.spotify-mark {
  position: relative;
  display: grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #1ed760;
  box-shadow: 0 12px 30px rgba(30,215,96,.18);
}
.spotify-mark i {
  position: absolute;
  width: 23px;
  height: 8px;
  border-top: 2px solid #07110b;
  border-radius: 50%;
  transform: rotate(8deg);
}
.spotify-mark i:nth-child(1) { top: 14px; }
.spotify-mark i:nth-child(2) { top: 20px; width: 21px; }
.spotify-mark i:nth-child(3) { top: 26px; width: 18px; }
.spotify-facade > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}
.spotify-facade small {
  color: #1ed760;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
}
.spotify-facade strong {
  overflow: hidden;
  font-size: 11px;
  letter-spacing: .13em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.spotify-facade > b {
  display: grid;
  width: 32px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(241,203,135,.21);
  border-radius: 50%;
  color: var(--gold-2);
  font-size: 12px;
  transition: transform .28s ease, border-color .28s ease;
}
.spotify-player iframe {
  display: block;
  width: 100%;
  height: 352px;
  border: 0;
}
.spotify-open-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: 17px;
  color: rgba(236,239,242,.62);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease;
}
.spotify-open-link i { color: var(--gold-2); font-style: normal; }
@media (hover:hover) and (pointer:fine) {
  .spotify-album-card:hover .spotify-cover {
    transform: translateY(-4px);
    border-color: rgba(241,203,135,.42);
    box-shadow: 0 34px 78px rgba(0,0,0,.48);
  }
  .spotify-album-card:hover .spotify-vinyl { transform: translateX(5px); opacity: .92; }
  .spotify-facade:hover { background: rgba(255,255,255,.025); }
  .spotify-facade:hover > b { transform: translate(2px,-2px); border-color: rgba(241,203,135,.48); }
  .spotify-open-link:hover { color: var(--paper); }
}
@media (max-width: 780px) {
  .spotify-section { padding-top: 66px; }
  .spotify-album-card {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 20px 18px 22px;
    border-radius: 24px;
  }
  .spotify-artwork { width: min(78vw, 330px); }
  .spotify-vinyl { right: -10%; opacity: .66; }
  .spotify-cover { border-radius: 20px; }
  .spotify-album-copy h3 { font-size: clamp(32px, 10vw, 46px); line-height: 1.02; }
  .spotify-album-copy > p { margin: 10px 0 18px; font-size: 11px; }
  .spotify-player { min-height: 92px; border-radius: 16px; }
  .spotify-player.is-playing { min-height: 352px; }
  .spotify-facade {
    min-height: 90px;
    grid-template-columns: 43px minmax(0,1fr) 30px;
    gap: 12px;
    padding: 14px;
  }
  .spotify-mark { width: 42px; }
  .spotify-mark i:nth-child(1) { top: 13px; }
  .spotify-mark i:nth-child(2) { top: 19px; }
  .spotify-mark i:nth-child(3) { top: 25px; }
  .spotify-facade strong { font-size: 10px; }
  .spotify-open-link { margin-top: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .spotify-vinyl,
  .spotify-cover,
  .spotify-facade > b,
  .spotify-open-link { transition: none !important; }
}

/* v4.4.8 — cleaner Spotify play action without redundant placeholder caption. */


/* v4.4.9 — balanced mobile contact safe zones. */
@media (max-width: 780px) {
  .contact-section .contact-copy,
  .contact-section .contact-form {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    margin-inline: auto;
  }
}
