:root {
  --ink: #171a19;
  --graphite: #263b3e;
  --paper: #f4f0e7;
  --muted: #b6b9af;
  --beige: #b9b4a7;
  --teal: #16545a;
  --aqua: #73aaa5;
  --amber: #c99254;
  --line: rgba(41, 49, 47, .2);
  --light-line: rgba(244, 240, 231, .22);
  --accent: var(--amber);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --page-max-width: 1200px;
  --section-space: 4rem;
  --section-heading-gap: 1.5rem;
  --gap-xs: .5rem;
  --gap-sm: 1rem;
  --gap-md: 1.5rem;
  --gap-lg: 2.5rem;
  --gap-xl: 3.5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .65rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header { align-items: center; display: flex; gap: 2.5rem; justify-content: space-between; left: 0; padding: 1.4rem 5vw; position: absolute; right: 0; top: 0; z-index: 5; }
.wordmark { font-size: .95rem; font-weight: 700; letter-spacing: .18em; white-space: nowrap; }
.wordmark span { font-weight: 400; }
.wordmark img { height: 2.7rem; object-fit: contain; width: auto; }
nav { display: flex; gap: 1.65rem; margin-left: auto; }
nav a, .header-cta { color: rgba(241,239,233,.8); font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
nav a:hover, .header-cta:hover { color: white; }
.header-cta { border-bottom: 1px solid var(--accent); color: white; padding-bottom: .45rem; }
.hero { min-height: 100svh; overflow: hidden; position: relative; }
.hero-image, .hero-shade { inset: 0; position: absolute; }
.hero-image { background: url("assets/astor/hero-city.png") center / cover; filter: saturate(.75); }
.hero-shade { background: linear-gradient(90deg, rgba(17,50,56,.86), rgba(17,50,56,.18) 78%), linear-gradient(0deg, rgba(17,50,56,.7), transparent 58%); }
.hero-content { max-width: 720px; padding: 26vh 10vw 10vh; position: relative; z-index: 1; }
.eyebrow, .section-kicker { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: rgba(241,239,233,.66); margin: 0 0 1.2rem; }
.hero .hero-collaboration { color: #f4f0e7; }
.hero .hero-collaboration .hero-collaboration-x {
  color: #e62117 !important;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
  -webkit-text-fill-color: #e62117 !important;
}
.accent { color: var(--accent); }
h1, h2 { font-size: clamp(3.2rem, 8vw, 7.7rem); font-weight: 500; letter-spacing: -.055em; line-height: .93; margin: 0; }
h2 { font-size: clamp(3rem, 6vw, 6.1rem); }
em { font-family: var(--serif); font-weight: 500; letter-spacing: -.07em; }
.hero-copy { color: rgba(241,239,233,.82); font-size: clamp(1.05rem, 1.7vw, 1.3rem); margin: 2rem 0; max-width: 25rem; }
.hero-actions, .platforms { align-items: center; display: flex; flex-wrap: wrap; gap: 1.5rem; }
.button { align-items: center; display: inline-flex; font-size: .73rem; gap: 1rem; letter-spacing: .12em; padding: 1rem 1.25rem; text-transform: uppercase; }
.button-primary { background: var(--accent); color: white; }
.button-dark { background: var(--ink); color: var(--paper); }
.button:hover { filter: brightness(1.1); }
.text-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: .76rem; gap: .8rem; letter-spacing: .1em; padding-bottom: .35rem; text-transform: uppercase; }
.text-link.light { border-color: rgba(241,239,233,.55); color: white; }
.hero-note, .scroll-cue { bottom: 2rem; color: rgba(241,239,233,.62); font-size: .66rem; letter-spacing: .16em; position: absolute; text-transform: uppercase; z-index: 1; }
.hero-note { right: 5vw; }.scroll-cue { align-items: center; display: flex; gap: .65rem; left: 5vw; }.scroll-cue span { background: var(--accent); border-radius: 50%; height: .35rem; width: .35rem; }
.section { padding: 7rem 10vw; }.section-kicker { align-items: center; color: var(--ink); display: flex; gap: 1rem; margin-bottom: 3.5rem; }.section-kicker span { color: var(--accent); }
.release { background: var(--paper); color: var(--ink); }.release-grid { align-items: center; display: grid; gap: 10vw; grid-template-columns: minmax(250px, 430px) 1fr; margin: 0 auto; max-width: 1120px; }.album-art-wrap { position: relative; }.album-art-wrap img { aspect-ratio: 1; object-fit: cover; width: 100%; }.album-stamp { background: var(--accent); bottom: 1rem; color: white; font-size: .65rem; left: 1rem; letter-spacing: .13em; padding: .6rem .8rem; position: absolute; text-transform: uppercase; }.release-copy { max-width: 510px; }.release-copy h2 { margin-bottom: 1.3rem; }.release-copy > p:not(.eyebrow) { color: #66645f; max-width: 32rem; }.release-meta { border-bottom: 1px solid #cfccc4; border-top: 1px solid #cfccc4; display: flex; font-size: .68rem; justify-content: space-between; letter-spacing: .12em; margin: 1.7rem 0; padding: .85rem 0; text-transform: uppercase; }.catalog { border-top: 1px solid #cfccc4; display: grid; gap: 1rem; margin: 6rem auto 0; max-width: 1120px; }.catalog article { align-items: center; border-bottom: 1px solid #cfccc4; display: grid; gap: 1rem; grid-template-columns: 2.5rem 1fr auto; padding: 1.1rem 0; }.catalog article span { color: var(--accent); font-size: .7rem; }.catalog h3 { font-size: 1rem; font-weight: 500; margin: 0; }.catalog a { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.video-feature { background: #10282e; }.light-kicker { color: var(--paper); }.video-layout { align-items: center; display: grid; gap: 8vw; grid-template-columns: minmax(300px, 1.5fr) 1fr; margin: 0 auto; max-width: 1120px; }.video-card { position: relative; }.video-card img { aspect-ratio: 16 / 9; object-fit: cover; opacity: .92; width: 100%; }.video-card a { display: block; position: relative; }.play-button { align-items: center; background: var(--accent); border-radius: 50%; display: flex; font-size: 1rem; height: 4.4rem; justify-content: center; left: 50%; padding-left: .2rem; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 4.4rem; }.video-label { bottom: 1rem; font-size: .65rem; letter-spacing: .1em; position: absolute; right: 1rem; text-transform: uppercase; }.video-copy h2 { margin-bottom: 1.3rem; }.video-copy > p:not(.eyebrow) { color: var(--muted); max-width: 22rem; }
.story { background: var(--paper); color: var(--ink); }.story-grid { display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: 1120px; }.story-text { color: #66645f; max-width: 31rem; padding-top: 1.1rem; }.story-text p { margin-top: 0; margin-bottom: 1.5rem; }.stats { border-top: 1px solid #cfccc4; display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); margin: 6rem auto 0; max-width: 1120px; padding-top: 1.8rem; }.stats strong { display: block; font-family: var(--serif); font-size: 3.2rem; font-weight: 500; line-height: 1; }.stats span { color: #77746e; display: block; font-size: .68rem; letter-spacing: .12em; margin-top: .5rem; text-transform: uppercase; }
.story-copy { min-width: 0; }.story-photo { margin: 0; }.story-photo img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }.story-photo figcaption { color: #6b7776; font-size: .62rem; letter-spacing: .08em; margin-top: .55rem; text-transform: uppercase; }
.gallery { background: var(--paper); color: var(--ink); }.gallery-heading { align-items: end; display: flex; gap: 8vw; justify-content: space-between; margin: 0 auto 3rem; max-width: 1120px; }.gallery-heading > p { color: #6b7776; max-width: 22rem; }.gallery-grid { display: grid; gap: 1.25rem; grid-template-columns: 1.05fr .95fr 1fr; grid-auto-rows: 230px; margin: 0 auto; max-width: 1120px; }.gallery-item { margin: 0; overflow: hidden; }.gallery-item img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }.gallery-item:hover img { transform: scale(1.03); }.gallery-item-tall { grid-row: span 2; }.gallery-item-wide { grid-column: span 2; }.gallery-item:nth-child(2) { grid-column: span 2; }
.photo-album { display: grid; gap: 2rem; grid-template-columns: minmax(270px, .82fr) minmax(0, 1.18fr); margin: 0 auto; max-width: 1120px; }.photo-hero { margin: 0; }.photo-hero img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }.photo-hero figcaption, .photo-new-grid figcaption, .photo-slide figcaption { color: #6b7776; font-size: .62rem; letter-spacing: .08em; margin-top: .55rem; text-transform: uppercase; }.photo-album-side { min-width: 0; }.photo-new-grid { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; margin-bottom: 3rem; }.photo-new-grid figure { margin: 0; overflow: hidden; }.photo-new-grid img { aspect-ratio: 1.25; object-fit: cover; transition: transform .5s ease; width: 100%; }.photo-new-grid figure:hover img { transform: scale(1.03); }.photo-new-feature { grid-column: span 2; }.photo-new-feature img { aspect-ratio: 2 / 1; }.photo-archive { border-top: 1px solid #cfccc4; padding-top: 1.4rem; }.photo-carousel { display: flex; gap: 1rem; margin: 0; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; padding: .2rem 0 1.1rem; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--accent) #e3e1d8; scrollbar-width: thin; }.photo-slide { flex: 0 0 clamp(170px, 19vw, 220px); margin: 0; scroll-snap-align: start; }.photo-slide img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }.photo-carousel:focus-visible { outline: 2px solid var(--accent); outline-offset: .35rem; }
.photo-album-side { display: contents; }.photo-new-grid { grid-column: 2; min-width: 0; }.photo-archive { grid-column: 1 / -1; min-width: 0; }
.contact { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; }.contact h2 { margin-bottom: 1.5rem; }.contact-copy p { color: var(--muted); }.contact-links { border-top: 1px solid var(--light-line); }.contact-links a { border-bottom: 1px solid var(--light-line); display: grid; font-size: clamp(1rem, 1.8vw, 1.35rem); grid-template-columns: 9rem 1fr auto; padding: 1.35rem 0; }.contact-links span { color: var(--accent); font-size: .65rem; letter-spacing: .12em; padding-top: .25rem; text-transform: uppercase; }.contact-links b { font-weight: 400; }
.release-grid > *, .video-layout > *, .story-grid > *, .contact > * { min-width: 0; }
.site-footer { background: #0b2025; padding: 4rem 5vw 2rem; }.footer-top, .footer-bottom { align-items: center; display: flex; justify-content: space-between; }.footer-top { border-bottom: 1px solid var(--light-line); padding-bottom: 3rem; }.footer-top p { color: var(--muted); font-family: var(--serif); font-size: 1.25rem; margin: 0; }.footer-bottom { color: #93a09d; font-size: .65rem; letter-spacing: .1em; padding-top: 1.4rem; text-transform: uppercase; }.socials { display: flex; gap: 1.1rem; }.socials a { color: var(--paper); }
.bio-details { border-top: 1px solid #cfccc4; margin-top: 2.5rem; padding-top: 1.35rem; }.bio-details summary { cursor: pointer; font-size: .72rem; letter-spacing: .1em; list-style: none; text-transform: uppercase; }.bio-details summary::-webkit-details-marker { display: none; }.bio-details summary:after { color: var(--accent); content: " +"; }.bio-details[open] summary:after { content: " −"; }.bio-details p { color: #66645f; font-size: .94rem; max-width: 44rem; }
.video-library { background: #e9f0ed; color: var(--ink); }.library-heading { align-items: end; display: flex; gap: 5vw; justify-content: space-between; margin: 0 auto 3.5rem; max-width: 1120px; }.library-heading > p { color: #607370; margin: 0; max-width: 25rem; }.video-grid { display: grid; gap: 2.7rem 1.25rem; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1120px; }.video-tile { min-width: 0; }.video-tile a { display: block; position: relative; }.video-tile img { aspect-ratio: 16 / 9; background: #c9d7d3; object-fit: cover; width: 100%; }.video-tile h3 { font-size: .88rem; font-weight: 500; line-height: 1.3; margin: .85rem 0 .35rem; }.video-tile p { color: #607370; font-size: .68rem; letter-spacing: .08em; margin: 0; text-transform: uppercase; }.tile-play { align-items: center; background: var(--accent); border-radius: 50%; bottom: .8rem; display: flex; height: 2.4rem; justify-content: center; padding-left: .12rem; position: absolute; right: .8rem; width: 2.4rem; }.channel-link { margin-top: 3.5rem; text-align: center; }.channel-link .text-link { border-color: var(--accent); }
.video-library .light-kicker { color: var(--ink); }
.video-feature > .video-library { margin: 5rem -10vw -7rem; padding: 5rem 10vw 5.5rem; }.library-heading h3 { color: var(--ink); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; margin: 0; }.carousel-head { align-items: center; border-bottom: 1px solid #c5d3cf; color: #607370; display: flex; font-size: .68rem; justify-content: space-between; letter-spacing: .12em; margin: 0 auto 1.3rem; max-width: 1120px; padding-bottom: .85rem; text-transform: uppercase; }.carousel-controls { display: flex; gap: .5rem; }.carousel-controls button { background: transparent; border: 1px solid #9fb3ae; border-radius: 50%; color: var(--ink); cursor: pointer; font-size: 1rem; height: 2.4rem; line-height: 1; width: 2.4rem; }.carousel-controls button:hover, .carousel-controls button:focus-visible { background: var(--ink); color: var(--paper); }.video-carousel { display: flex; gap: 1.25rem; margin: 0 auto; max-width: 1120px; overflow-x: auto; overscroll-behavior-inline: contain; padding: .2rem 0 1.2rem; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--accent) #d5e0dc; scrollbar-width: thin; }.video-carousel .video-tile { flex: 0 0 clamp(230px, 27vw, 300px); scroll-snap-align: start; }.video-tile h4 { color: var(--ink); font-size: .88rem; font-weight: 500; line-height: 1.3; margin: .85rem 0 .35rem; }.video-carousel:focus-visible { outline: 2px solid var(--accent); outline-offset: .35rem; }
.archive-details { border-top: 1px solid #cfccc4; margin: 4rem auto 0; max-width: 1120px; padding-top: 1.4rem; }.archive-details summary { cursor: pointer; font-size: .72rem; letter-spacing: .1em; list-style: none; text-transform: uppercase; }.archive-details summary::-webkit-details-marker { display: none; }.archive-details summary:after { color: var(--accent); content: " +"; }.archive-details[open] summary:after { content: " −"; }.archive-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); margin-top: 1.8rem; }.archive-grid figure { margin: 0; }.archive-grid img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }.archive-grid figcaption { color: #6b7776; font-size: .62rem; margin-top: .45rem; }
/* Compact editorial rhythm */
.section { padding: 2.5rem 10vw; }.section-kicker { margin-bottom: 1.25rem; }.catalog { margin-top: 2rem; }.stats { margin-top: 2rem; }.gallery-heading { margin-bottom: 1.5rem; }.photo-new-grid { margin-bottom: 1.5rem; }.video-feature > .video-library { margin: 2.5rem -10vw -2.5rem; padding: 2.5rem 10vw 3rem; }.library-heading { margin-bottom: 2rem; }.channel-link { margin-top: 2rem; }.contact-links a { padding: .9rem 0; }
@media (max-width: 760px) {
  .site-header { padding: 1.2rem 6vw; }.site-header nav { display: none; }.header-cta { margin-left: auto; }.hero-content { padding: 24vh 8vw 12vh; }.hero-note { display: none; }.scroll-cue { left: 8vw; }.section { padding: 4.25rem 8vw; }.section-kicker { margin-bottom: 2.25rem; }.release-grid, .video-layout, .story-grid, .contact { grid-template-columns: 1fr; }.release-grid, .video-layout { gap: 2.75rem; }.release-copy h2, .video-copy h2 { font-size: clamp(3rem, 15vw, 5rem); }.release-meta { gap: .6rem; margin: 1.5rem 0; }.release-meta span { font-size: .56rem; }.catalog { margin-top: 4rem; }.stats { margin-top: 4rem; }.story-photo img { aspect-ratio: 4 / 5; }.video-feature > .video-library { margin: 3.5rem -8vw -4.25rem; padding: 3.75rem 8vw 4.5rem; }.library-heading { align-items: flex-start; flex-direction: column; gap: 1.5rem; }.library-heading h3 { font-size: clamp(2.7rem, 13vw, 4.5rem); }.carousel-head { align-items: flex-start; gap: 1rem; flex-direction: column; }.video-carousel { gap: .8rem; margin-right: -8vw; padding-right: 8vw; }.video-carousel .video-tile { flex-basis: 78vw; }.video-grid { gap: 2rem .8rem; grid-template-columns: repeat(2, 1fr); }.video-tile h3 { font-size: .78rem; }.archive-grid { grid-template-columns: repeat(2, 1fr); }.gallery-heading { align-items: start; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; }.photo-album { grid-template-columns: 1fr; }.photo-new-grid, .photo-archive { grid-column: 1; }.photo-hero img { aspect-ratio: 4 / 5; }.photo-new-grid { margin-bottom: 2.5rem; }.photo-new-feature img { aspect-ratio: 1.35; }.photo-carousel { gap: .8rem; margin-right: -8vw; padding-right: 8vw; }.photo-slide { flex-basis: 68vw; }.gallery-grid { grid-auto-rows: 180px; grid-template-columns: 1fr 1fr; }.gallery-item-tall { grid-row: span 2; }.gallery-item-wide, .gallery-item:nth-child(2) { grid-column: span 2; }.contact-links a { gap: .8rem; grid-template-columns: 7rem 1fr auto; overflow-wrap: anywhere; }.footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 1.2rem; }.footer-bottom { gap: 1.2rem; }.socials { order: 2; }
}

.footer-top .wordmark img { height: 3.4rem; }
@media (max-width: 760px) {
  .wordmark img { height: 2.25rem; }
  .footer-top .wordmark img { height: 2.9rem; }
}

/* Consolidated YouTube channel: featured player left, navigable cards right. */
.video-feature .video-layout {
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  max-width: var(--content-max);
}

.video-player-panel,
.video-library {
  min-width: 0;
}

.video-player-panel {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.video-player-frame {
  aspect-ratio: 16 / 9;
  background: #09272e;
  border: 1px solid rgba(244, 240, 231, .24);
  box-shadow: 0 1.25rem 3rem rgba(7, 29, 34, .2);
  overflow: hidden;
}

.video-player-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.video-player-panel .video-copy {
  max-width: 34rem;
}

.video-player-panel .video-copy h2 {
  margin-bottom: .85rem;
}

.video-player-panel .video-copy > p:not(.eyebrow) {
  max-width: 31rem;
}

.video-library {
  align-self: start;
  background: transparent;
  color: var(--paper);
  margin: 0;
  padding: 0;
}

.video-library .library-heading {
  align-items: start;
  display: block;
  margin: 0 0 1.4rem;
  max-width: none;
}

.video-library .light-kicker,
.video-library .library-heading h3,
.video-library .video-tile h4 {
  color: var(--paper);
}

.video-library .library-heading h3 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  margin-top: .3rem;
}

.video-library .library-heading > p {
  color: rgba(244, 240, 231, .72);
  margin: .9rem 0 0;
  max-width: 29rem;
}

.video-library .carousel-head {
  border-color: rgba(244, 240, 231, .22);
  color: rgba(244, 240, 231, .7);
  margin: 0 0 .85rem;
  max-width: none;
  padding-bottom: .7rem;
}

.video-library .carousel-controls button {
  border-color: rgba(244, 240, 231, .5);
  color: var(--paper);
}

.video-library .carousel-controls button:hover,
.video-library .carousel-controls button:focus-visible {
  background: var(--paper);
  color: var(--ink);
}

.video-library .video-carousel {
  display: grid;
  gap: 1.1rem .9rem;
  grid-auto-columns: calc(50% - .45rem);
  grid-auto-flow: column;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  overflow-x: auto;
  padding: .2rem 0 1rem;
  scroll-snap-type: x mandatory;
}

.video-library .video-carousel .video-tile {
  flex: initial;
  min-width: 0;
  scroll-snap-align: start;
}

.video-library .video-tile a {
  border: 1px solid rgba(244, 240, 231, .18);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.video-library .video-tile a:hover,
.video-library .video-tile a:focus-visible {
  border-color: var(--amber);
  box-shadow: 0 0 0 1px var(--amber);
  transform: translateY(-2px);
}

.video-library .video-tile img {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-library .video-tile p {
  color: rgba(244, 240, 231, .58);
  font-size: .58rem;
  margin-top: .6rem;
}

.video-library .video-tile h4 {
  font-size: .82rem;
  margin: .3rem 0 0;
}

.video-library .video-tile.is-active a {
  border-color: var(--amber);
  box-shadow: 0 0 0 1px var(--amber);
}

.video-library .tile-play {
  bottom: .55rem;
  height: 2rem;
  right: .55rem;
  width: 2rem;
}

.video-library .channel-link {
  align-items: center;
  background: #e62117;
  border: 1px solid #e62117;
  color: #fff;
  display: inline-flex;
  font-size: .68rem;
  gap: .65rem;
  justify-content: center;
  margin-top: 1.1rem;
  min-height: 44px;
  padding: .8rem 1rem;
  text-align: center;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
  width: 100%;
}

.video-library .channel-link:hover,
.video-library .channel-link:focus-visible {
  background: #b91c14;
  border-color: #b91c14;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .video-feature .video-layout {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .video-player-panel {
    gap: 1rem;
  }

  .video-player-frame {
    aspect-ratio: 16 / 10;
  }

  .video-library .video-carousel {
    display: flex;
    gap: .8rem;
    margin-right: -8vw;
    padding-right: 8vw;
  }

  .video-library .video-carousel .video-tile {
    flex: 0 0 min(78vw, 280px);
  }

  .video-library .channel-link {
    width: auto;
  }
}
@media (max-width: 760px) {
  .section { padding: 1.5rem 8vw; }.section-kicker { margin-bottom: .75rem; }.release-grid, .video-layout { gap: 1.5rem; }.release-meta { margin: .9rem 0; }.catalog { margin-top: 1.5rem; }.stats { margin-top: 1.5rem; }.video-feature > .video-library { margin: 1.5rem -8vw -1.5rem; padding: 2rem 8vw 2.5rem; }.library-heading { margin-bottom: 1.5rem; }.gallery-heading { margin-bottom: 1rem; }.photo-new-grid { margin-bottom: 1rem; }.photo-carousel { padding-bottom: .7rem; }.contact-links a { padding: .75rem 0; }
}

/* Final compact pass and alternating section rhythm */
body { font-size: 15px; }
.hero-content { padding: 18vh 10vw 8vh; }.hero-copy { font-size: clamp(.95rem, 1.5vw, 1.15rem); margin: 1.35rem 0; }.hero-actions { gap: 1rem; }
h1, h2 { font-size: clamp(2.7rem, 6.5vw, 6.2rem); }.section { padding: 2.5rem 10vw; }.section-kicker { margin-bottom: 1.1rem; }.release-copy h2, .video-copy h2 { margin-bottom: 1rem; }.story-text p { margin-bottom: 1rem; }.bio-details { margin-top: 1.5rem; padding-top: .95rem; }.catalog { margin-top: 1.75rem; }.catalog article { padding: .8rem 0; }.stats { margin-top: 1.75rem; padding-top: 1.2rem; }.stats strong { font-size: 2.7rem; }.gallery-heading { margin-bottom: 1.25rem; }.photo-album { align-items: stretch; }.photo-hero { align-self: stretch; display: flex; flex-direction: column; }.photo-hero img { aspect-ratio: auto; flex: 1; height: auto; min-height: 0; }.photo-new-grid { margin-bottom: 1.5rem; }.photo-archive { margin-top: 0; }.video-feature > .video-library { margin: 2rem -10vw -2.5rem; padding: 2.5rem 10vw 3rem; }.library-heading { margin-bottom: 1.6rem; }.channel-link { margin-top: 1.6rem; }.contact-links a { padding: .85rem 0; }

.release { background: #10282e; color: var(--paper); }.release .section-kicker, .release .catalog h3, .release .catalog a { color: var(--paper); }.release-copy > p:not(.eyebrow) { color: rgba(247,243,234,.72); }.release-meta, .catalog, .catalog article { border-color: var(--light-line); }.release .text-link { border-color: var(--light-line); color: var(--paper); }.release .button-dark { background: var(--paper); color: var(--ink); }
.video-feature { background: #e9f0ed; color: var(--ink); }.video-feature .section-kicker, .video-feature .video-copy h2 { color: var(--ink); }.video-feature .video-copy > p:not(.eyebrow) { color: #607370; }.video-feature .text-link.light { border-color: var(--ink); color: var(--ink); }.video-library { background: #e9f0ed; }
.gallery { background: #10282e; color: var(--paper); }.gallery .gallery-heading > p, .gallery .photo-hero figcaption, .gallery .photo-new-grid figcaption, .gallery .photo-slide figcaption { color: rgba(247,243,234,.62); }.gallery .photo-archive { border-color: var(--light-line); }.gallery .carousel-head { border-color: var(--light-line); color: rgba(247,243,234,.66); }.gallery .carousel-controls button { border-color: rgba(247,243,234,.48); color: var(--paper); }.gallery .carousel-controls button:hover, .gallery .carousel-controls button:focus-visible { background: var(--paper); color: var(--ink); }.gallery .photo-carousel { scrollbar-color: var(--accent) #173c43; }
.contact { background: #0b2025; color: var(--paper); }.contact .section-kicker { color: var(--paper); }

@media (max-width: 760px) {
  .hero-content { padding: 16vh 8vw 6vh; }.hero-copy { margin: 1rem 0; }.hero-actions { gap: .85rem; }.section { padding: 1rem 8vw; }.section-kicker { margin-bottom: .55rem; }.release-grid, .video-layout { gap: 1.15rem; }.release-copy h2, .video-copy h2 { font-size: clamp(2.5rem, 12vw, 4.2rem); margin-bottom: .85rem; }.catalog { margin-top: 1.25rem; }.stats { margin-top: 1.25rem; }.stats strong { font-size: 2.45rem; }.video-feature > .video-library { margin: 1.25rem -8vw -1rem; padding: 1.75rem 8vw 2rem; }.library-heading { margin-bottom: 1.25rem; }.library-heading h3 { font-size: clamp(2.3rem, 11vw, 4rem); }.gallery-heading { gap: 1rem; margin-bottom: .8rem; }.photo-new-grid { margin-bottom: 1rem; }.contact-links a { padding: .65rem 0; }
}

/* Last visual corrections */
.hero-content { padding-top: 14vh; }.story-photo img { aspect-ratio: 3 / 2; height: auto; }.gallery .section-kicker { color: var(--paper); }
@media (max-width: 760px) {
  .hero-content { padding: 12vh 8vw 5vh; }.story-photo img { aspect-ratio: 3 / 2; }.contact-links a { font-size: .85rem; grid-template-columns: 6rem minmax(0, 1fr) auto; overflow-wrap: normal; word-break: normal; }
}

/* Final editorial density and alignment pass */
:root {
  --content-max: 1200px;
  --gutter: clamp(2rem, 7vw, 6rem);
}

body { font-size: 16px; }
h1 { font-size: clamp(3.5rem, 6vw, 6.5rem); }
h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }

.section { padding: clamp(3.5rem, 5vw, 5rem) var(--gutter); }
.section-kicker { margin-bottom: clamp(1rem, 1.8vw, 1.75rem); }
.release-grid, .video-layout, .story-grid, .gallery-heading, .photo-album,
.stats, .catalog, .video-grid, .library-heading, .carousel-head,
.video-carousel, .archive-details { max-width: var(--content-max); }
.release-grid, .video-layout, .story-grid, .contact { gap: clamp(2.25rem, 5vw, 4.5rem); }
.release-grid { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); }
.video-layout { grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr); }
.album-art-wrap { max-width: 420px; }
.catalog { margin-top: 3rem; }
.stats { margin-top: 3rem; }
.video-feature > .video-library {
  margin: 2.75rem calc(var(--gutter) * -1) -4rem;
  padding: 2.75rem var(--gutter) 3.5rem;
}
.library-heading { margin-bottom: 2rem; }
.library-heading h3 { font-size: clamp(2rem, 2.5vw, 2.5rem); }
.video-carousel .video-tile { flex-basis: clamp(220px, 24vw, 280px); }
.photo-new-grid { margin-bottom: 0; }
.photo-hero { align-self: start; min-height: 0; }
.photo-hero img { flex: 1 1 0; height: 0; min-height: 0; }
.photo-hero img { aspect-ratio: 2.9 / 4; flex: 0 0 auto; height: auto; }
.button {
  border-radius: 2px;
  gap: .7rem;
  min-height: 44px;
  padding: 0 1.15rem;
}
.text-link { align-items: center; gap: .65rem; min-height: 44px; padding-bottom: .25rem; }
.contact-links a { align-items: start; grid-template-columns: 10rem minmax(0, 1fr) auto; }

@media (max-width: 760px) {
  body { font-size: 15px; }
  h1 { font-size: clamp(2.75rem, 12vw, 3.75rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .section { padding: 2rem 8vw; }
  .section-kicker { margin-bottom: .85rem; }
  .release-grid, .video-layout, .story-grid, .contact { grid-template-columns: 1fr; }
  .release-grid, .video-layout, .story-grid, .contact { gap: 2rem; }
  .release-copy h2, .video-copy h2 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .album-art-wrap { max-width: none; }
  .catalog, .stats { margin-top: 2rem; }
  .video-feature > .video-library {
    margin: 2.5rem -8vw -2rem;
    padding: 2.5rem 8vw 3rem;
  }
  .library-heading { margin-bottom: 1.5rem; }
  .library-heading h3 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .photo-album { gap: 1.5rem; }
  .photo-new-grid { gap: .75rem; margin-bottom: 0; }
  .photo-hero img { aspect-ratio: 4 / 5; flex: none; height: auto; }
  .contact-links a { font-size: .88rem; grid-template-columns: 6.5rem minmax(0, 1fr) auto; }
}

/* Chromatic direction: charcoal, warm white, deep teal, muted aqua, amber and grey-beige. */
body { background: var(--ink); color: var(--paper); }
.site-header { background: linear-gradient(180deg, rgba(23,26,25,.38), transparent); }
nav a, .header-cta { color: rgba(244,240,231,.8); }
nav a:hover, .header-cta:hover { color: var(--paper); }
.hero-image { filter: saturate(.72) contrast(1.03); }
.hero-shade { background: linear-gradient(90deg, rgba(15,52,56,.9), rgba(23,26,25,.16) 78%), linear-gradient(0deg, rgba(23,26,25,.72), transparent 58%); }
.eyebrow, .hero-copy, .hero-note, .scroll-cue { color: rgba(244,240,231,.74); }
.accent, .section-kicker span, .contact-links span, .catalog article span { color: var(--amber); }
.button-primary, .album-stamp, .play-button, .tile-play { background: var(--amber); color: var(--ink); }
.button-primary:hover, .album-stamp:hover, .play-button:hover, .tile-play:hover { background: #ddb071; }
.button-dark { background: var(--graphite); color: var(--paper); }
.release { background: var(--graphite); color: var(--paper); }
.release-copy > p:not(.eyebrow), .story-text, .bio-details p { color: var(--beige); }
.release-meta, .catalog, .catalog article, .bio-details, .stats { border-color: rgba(244,240,231,.22); }
.release .button-dark { background: var(--paper); color: var(--ink); }
.video-feature { background: var(--teal); color: var(--paper); }
.video-feature .section-kicker, .video-feature .video-copy h2 { color: var(--paper); }
.video-feature .video-copy > p:not(.eyebrow) { color: rgba(244,240,231,.72); }
.video-feature .text-link.light { border-color: var(--amber); color: var(--paper); }
.video-library { background: #dfe8e3; color: var(--ink); }
.video-library .light-kicker, .library-heading h3, .video-tile h4 { color: var(--ink); }
.library-heading > p, .video-tile p, .carousel-head { color: #526563; }
.carousel-head { border-color: rgba(41,49,47,.22); }
.carousel-controls button { border-color: var(--aqua); color: var(--ink); }
.carousel-controls button:hover, .carousel-controls button:focus-visible { background: var(--teal); color: var(--paper); }
.video-carousel { scrollbar-color: var(--amber) #c8d6d1; }
.story { background: var(--paper); color: var(--ink); }
.story-text, .story-photo figcaption, .gallery-heading > p, .photo-hero figcaption, .photo-new-grid figcaption, .photo-slide figcaption { color: #68736f; }
.stats { border-color: #c8c2b5; }
.stats span { color: #7d8279; }
.gallery { background: var(--graphite); color: var(--paper); }
.gallery .gallery-heading > p, .gallery .photo-hero figcaption, .gallery .photo-new-grid figcaption, .gallery .photo-slide figcaption { color: rgba(244,240,231,.68); }
.gallery .photo-archive, .gallery .carousel-head { border-color: rgba(244,240,231,.22); }
.gallery .carousel-head { color: rgba(244,240,231,.72); }
.gallery .carousel-controls button { border-color: rgba(244,240,231,.5); color: var(--paper); }
.gallery .carousel-controls button:hover, .gallery .carousel-controls button:focus-visible { background: var(--amber); color: var(--ink); }
.gallery .photo-carousel { scrollbar-color: var(--amber) #344947; }
.contact { background: var(--ink); color: var(--paper); }
.contact-copy p { color: var(--muted); }
.contact-links { border-color: var(--light-line); }
.contact-links a { border-color: var(--light-line); }
.site-footer { background: #101413; }
.footer-top p { color: var(--muted); }
.footer-bottom { color: var(--beige); }

/* Primary identity: the variation-03 mark lives in the hero, not the header. */
.hero-content { padding-top: clamp(5.5rem, 10vh, 8rem); }
.hero-brand {
  margin: 0 0 clamp(2rem, 3.5vw, 3.5rem);
  max-width: 40rem;
}
.hero-brand img {
  display: block;
  filter: drop-shadow(0 0 14px rgba(255,214,143,.3)) drop-shadow(0 8px 18px rgba(8,26,30,.24));
  height: auto;
  transform: rotate(-3.5deg) scale(1.06);
  transform-origin: center center;
  width: clamp(400px, 56vw, 820px);
}

@media (max-width: 760px) {
  .hero-content { padding-top: 10vh; }
  .hero-brand { margin-bottom: 2rem; max-width: none; }
  .hero-brand img {
    max-width: none;
    transform: rotate(-2.5deg) scale(1.03);
    width: min(100vw, 500px);
  }
}

/* History background treatment: keep the portrait left and the copy readable on the right. */
.story-with-background {
  background: url("assets/astor/history.jpg") center / cover no-repeat;
  color: var(--paper);
  isolation: isolate;
  min-height: 82svh;
  overflow: hidden;
  padding-block: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
}
.story-with-background::before {
  background:
    linear-gradient(90deg, rgba(9,29,33,.08) 0%, rgba(9,29,33,.18) 32%, rgba(9,29,33,.72) 58%, rgba(9,29,33,.96) 100%),
    linear-gradient(0deg, rgba(9,29,33,.55), transparent 45%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.story-with-background > * { position: relative; z-index: 1; }
.story-with-background > .section-kicker {
  color: var(--paper);
  justify-content: flex-end;
  margin-inline: auto;
  max-width: var(--content-max);
}
.story-with-background .story-grid {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin: 0 auto;
  max-width: var(--content-max);
}
.story-with-background .story-copy {
  background: linear-gradient(90deg, rgba(9,29,33,0), rgba(9,29,33,.18));
  border-left: 1px solid rgba(244,240,231,.32);
  max-width: 35rem;
  padding: .75rem 0 .75rem clamp(1.5rem, 3vw, 3rem);
}
.story-with-background .story-copy h2 { color: var(--paper); }
.story-with-background .story-text,
.story-with-background .bio-details p { color: rgba(244,240,231,.84); }
.story-with-background .story-text p { margin-bottom: .7rem; }
.story-with-background .bio-details { border-color: rgba(244,240,231,.34); }
.story-with-background .bio-details summary { color: var(--paper); }
.story-with-background .story-quote {
  border-left: 2px solid var(--amber);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-style: italic;
  line-height: 1.25;
  margin: .75rem 0 0;
  padding-left: 1rem;
}
.story-with-background .stats {
  border-color: rgba(244,240,231,.34);
  color: var(--paper);
  margin-left: auto;
  margin-right: 0;
  margin-top: 1rem;
  max-width: 35rem;
  padding-top: .75rem;
}
.story-with-background .stats span { color: rgba(244,240,231,.68); }

@media (max-width: 760px) {
  .story-with-background {
    background-position: 28% center;
    min-height: 82svh;
  }
  .story-with-background::before {
    background: linear-gradient(180deg, rgba(9,29,33,.12), rgba(9,29,33,.68) 32%, rgba(9,29,33,.95) 76%);
  }
  .story-with-background > .section-kicker { justify-content: flex-start; }
  .story-with-background .story-grid { display: block; }
  .story-with-background .story-copy {
    background: rgba(9,29,33,.74);
    border-left: 0;
    border-top: 1px solid rgba(244,240,231,.32);
    max-width: none;
    padding: 1.25rem;
  }
  .story-with-background .stats {
    margin-left: 0;
    max-width: none;
  }
}

/* Music player: Spotify catalog over the new collaboration image. */
.release {
  background-color: #10282e;
  background-image: linear-gradient(rgba(8, 20, 24, .16), rgba(8, 20, 24, .16)), url("assets/astor/music-background-new.jpg");
  background-position: center;
  background-size: cover;
  color: var(--paper);
  overflow: hidden;
  padding-block: 1.75rem;
}
.release > .section-kicker {
  color: var(--paper);
  isolation: isolate;
  position: relative;
  z-index: 3;
}
.music-player {
  align-items: stretch;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--content-max);
}
.music-console {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  box-shadow: none;
  isolation: isolate;
  min-width: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.music-console::before {
  background: radial-gradient(ellipse 84% 58% at center, rgba(8,24,28,.34) 0%, rgba(8,24,28,.18) 46%, rgba(8,24,28,.05) 68%, transparent 88%);
  border-radius: 50%;
  content: "";
  filter: blur(18px);
  height: clamp(18rem, 27vw, 21rem);
  left: -2.25rem;
  opacity: .72;
  pointer-events: none;
  position: absolute;
  right: -2.25rem;
  top: 2.5rem;
  z-index: -1;
}
.music-console-title, .music-artist-link, .music-now-playing > a {
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.music-console-head { align-items: end; border-bottom: 1px solid var(--light-line); display: flex; justify-content: flex-end; margin-bottom: 1rem; padding-bottom: .7rem; text-align: right; }
.music-console-head .eyebrow { margin-bottom: .25rem; }
.music-console-title { color: rgba(244,240,231,.68); margin: 0; }
.music-artist-link { border-bottom: 1px solid var(--amber); color: var(--paper); padding-bottom: .25rem; white-space: nowrap; }
.music-now-playing { align-items: end; display: grid; gap: 1rem; grid-template-columns: 2.5rem minmax(0, 1fr); padding: .25rem 0 1rem; }
.music-now-index { color: var(--amber); font-family: var(--serif); font-size: 1.4rem; }
.music-now-copy > span { color: var(--amber); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.music-now-copy h2 { font-size: clamp(2rem, 4vw, 3.6rem); margin: .35rem 0 .65rem; }
.music-now-copy p { color: rgba(244,240,231,.7); margin: 0; }
.music-now-link { border-bottom: 1px solid rgba(244,240,231,.35); color: rgba(244,240,231,.78); padding-bottom: .25rem; }
.music-embed-wrap { background: rgba(7,24,28,.5); border: 1px solid rgba(244,240,231,.18); margin-bottom: 1rem; overflow: hidden; }
.music-embed-wrap iframe { border: 0; display: block; height: 120px; width: 100%; }
.music-track-list { border-top: 1px solid var(--light-line); max-height: 190px; overflow-y: auto; padding-right: .45rem; scrollbar-color: var(--amber) rgba(244,240,231,.12); scrollbar-width: thin; }
.music-page {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(244,240,231,.16);
  color: var(--paper);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: .8rem;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto 1.5rem;
  padding: .72rem .6rem;
  text-align: left;
  transition: background .2s ease, color .2s ease;
  width: 100%;
}
.music-page:hover, .music-page:focus-visible { background: rgba(244,240,231,.08); outline: none; }
.music-page.is-active { background: rgba(201,146,84,.16); }
.music-page-number { color: var(--amber); font-family: var(--serif); font-size: 1rem; }
.music-page-info { display: grid; gap: .15rem; min-width: 0; }
.music-page-info strong { font-size: .9rem; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.music-page-info small, .music-page-year { color: rgba(244,240,231,.58); font-size: .65rem; letter-spacing: .08em; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.music-page-play { color: var(--amber); font-size: .62rem; opacity: .7; }
.music-page.is-active .music-page-play { opacity: 1; }
.music-track-list:focus-visible { outline: 2px solid var(--amber); outline-offset: .35rem; }
.music-release-info {
  align-self: end;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  box-shadow: none;
  margin-top: clamp(17rem, 42vh, 24rem);
  padding: 0;
  isolation: isolate;
  position: relative;
  width: 100%;
}
.music-release-info::before {
  background: radial-gradient(ellipse 78% 92% at center, rgba(8,24,28,.23) 0%, rgba(8,24,28,.09) 44%, transparent 80%);
  content: "";
  filter: blur(13px);
  inset: -1.9rem -2.75rem;
  opacity: .58;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.music-release-info .eyebrow,
.music-release-info h2,
.music-release-lead { text-shadow: 0 .12rem .75rem rgba(0,0,0,.64); }
.music-release-info .eyebrow { margin-bottom: 1rem; }
.music-release-info h2 { color: var(--paper); font-size: clamp(2.4rem, 4.8vw, 4.8rem); margin-bottom: 1rem; }
.music-release-lead { color: rgba(244,240,231,.95); font-size: clamp(.98rem, 1.35vw, 1.1rem); max-width: 34rem; }
.music-release-lead strong { color: var(--paper); font-weight: 500; }
.music-release-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.25rem; }
.music-release-links a { border: 1px solid transparent; color: white; font-size: .68rem; letter-spacing: .12em; padding: .7rem .9rem; text-shadow: none; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, filter .2s ease, transform .2s ease; }
.music-release-links a[href*="youtube.com"] { background: #e52b2f; border-color: #e52b2f; }
.music-release-links a[href*="open.spotify.com"] { background: #1db954; border-color: #1db954; color: #06150d; }
.music-release-links a:hover, .music-release-links a:focus-visible { border-color: currentColor; filter: brightness(1.08); outline: none; transform: translateY(-1px); }
.music-release-meta { border-bottom: 1px solid var(--light-line); border-top: 1px solid var(--light-line); color: rgba(244,240,231,.65); font-size: .65rem; letter-spacing: .12em; margin: 1.5rem 0 1.75rem; padding: .85rem 0; text-transform: uppercase; }

@media (max-width: 1100px) and (min-width: 761px) {
  .music-player { gap: clamp(2rem, 4vw, 3.5rem); }
  .music-release-info { margin-top: clamp(12rem, 32vh, 18rem); }
  .music-release-info h2 { font-size: clamp(2.3rem, 4.8vw, 3.8rem); }
}

@media (max-width: 760px) {
  .release { background-image: linear-gradient(rgba(8, 20, 24, .14), rgba(8, 20, 24, .14)), url("assets/astor/music-background-new.jpg"); background-position: 67% center; padding-block: 1rem; }
  .music-player { gap: 1.25rem; grid-template-columns: 1fr; }
  .music-console-head { align-items: start; gap: 1rem; }
  .music-now-playing { grid-template-columns: 2rem minmax(0, 1fr); }
  .music-now-link { grid-column: 2; justify-self: start; }
  .music-track-list { max-height: 300px; }
  .music-page { grid-template-columns: 2rem minmax(0, 1fr) auto 1.25rem; padding-inline: .35rem; }
  .music-release-info { align-self: start; margin-top: 1.5rem; max-width: none; padding: 0; }
  .music-console::before { filter: blur(13px); height: 20rem; left: -1rem; opacity: .56; right: -1rem; top: 2rem; }
  .music-release-info::before { filter: blur(10px); inset: -1rem -1.25rem; opacity: .48; }
  .music-release-info h2 { font-size: clamp(2.7rem, 14vw, 4.7rem); }
}

/* Final consolidated video layout overrides. */
.video-feature .video-layout {
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  max-width: var(--content-max);
}
.video-player-panel, .video-library { min-width: 0; }
.video-player-panel { display: flex; flex-direction: column; gap: 1.35rem; }
.video-player-panel .video-copy { order: 1; }
.video-player-panel .video-player-frame { order: 2; }
.video-player-panel #video-current-link { align-self: center; order: 3; }
.video-player-frame { aspect-ratio: 16 / 9; background: #09272e; border: 1px solid rgba(244,240,231,.24); box-shadow: 0 1.25rem 3rem rgba(7,29,34,.2); overflow: hidden; }
.video-player-frame iframe { border: 0; display: block; height: 100%; width: 100%; }
.video-player-panel .video-copy { max-width: 34rem; }
.video-player-panel .video-copy h2 { margin-bottom: .85rem; }
.video-player-panel .video-copy > p:not(.eyebrow) { max-width: 31rem; }
.video-library { align-self: start; background: transparent; color: var(--paper); margin: 0; padding: 0; }
.video-library .library-heading { align-items: start; display: block; margin: 0 0 1.4rem; max-width: none; }
.video-library .light-kicker, .video-library .library-heading h3, .video-library .video-tile h4 { color: var(--paper); }
.video-library .library-heading h3 { font-size: clamp(2rem, 3.2vw, 3rem); margin-top: .3rem; }
.video-library .library-heading > p { color: rgba(244,240,231,.72); margin: .9rem 0 0; max-width: 29rem; }
.video-library .carousel-head { border-color: rgba(244,240,231,.22); color: rgba(244,240,231,.7); margin: 0 0 .85rem; max-width: none; padding-bottom: .7rem; }
.video-library .carousel-controls button { border-color: rgba(244,240,231,.5); color: var(--paper); }
.video-library .carousel-controls button:hover, .video-library .carousel-controls button:focus-visible { background: var(--paper); color: var(--ink); }
.video-library .video-carousel { display: grid; gap: 1.1rem .9rem; grid-auto-columns: calc(50% - .45rem); grid-auto-flow: column; grid-template-rows: repeat(2,minmax(0,1fr)); margin: 0; max-width: none; overflow-x: auto; padding: .2rem 0 1rem; scroll-snap-type: x mandatory; }
.video-library .video-carousel .video-tile { flex: initial; min-width: 0; scroll-snap-align: start; }
.video-library .video-tile a { border: 1px solid rgba(244,240,231,.18); overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.video-library .video-tile a:hover, .video-library .video-tile a:focus-visible { border-color: var(--amber); box-shadow: 0 0 0 1px var(--amber); transform: translateY(-2px); }
.video-library .video-tile img { aspect-ratio: 16 / 9; width: 100%; }
.video-library .video-tile p { color: rgba(244,240,231,.58); font-size: .58rem; margin-top: .6rem; }
.video-library .video-tile h4 { font-size: .82rem; margin: .3rem 0 0; }
.video-library .video-tile.is-active a { border-color: var(--amber); box-shadow: 0 0 0 1px var(--amber); }
.video-library .tile-play { bottom: .55rem; height: 2rem; right: .55rem; width: 2rem; }
.video-library .channel-link { align-items: center; align-self: flex-start; background: #e62117; border: 1px solid #e62117; color: #fff; display: inline-flex; font-size: .68rem; gap: .65rem; justify-content: center; margin-top: 1.1rem; min-height: 44px; padding: .8rem 1rem; text-align: center; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, transform .2s ease; width: auto; }
.video-library .channel-link:hover, .video-library .channel-link:focus-visible { background: #b91c14; border-color: #b91c14; color: #fff; transform: translateY(-1px); }
.video-player-panel #video-current-link { align-items: center; background: #e62117; border: 1px solid #e62117; color: #fff; display: inline-flex; font-size: .68rem; gap: .65rem; letter-spacing: .1em; max-width: 100%; min-height: 44px; padding: .8rem 1rem; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.video-player-panel #video-current-link:hover, .video-player-panel #video-current-link:focus-visible { background: #b91c14; border-color: #b91c14; color: #fff; transform: translateY(-1px); }
@media (max-width: 760px) {
  .video-feature .video-layout { gap: 2rem; grid-template-columns: 1fr; }
  .video-player-panel { gap: 1rem; }
  .video-player-frame { aspect-ratio: 16 / 10; }
  .video-library .video-carousel { display: flex; gap: .8rem; margin-right: -8vw; padding-right: 8vw; }
  .video-library .video-carousel .video-tile { flex: 0 0 min(78vw,280px); }
  .video-library .channel-link { width: auto; }
}

/* Photo section: full-bleed portrait background with a left editorial copy block and right photo books. */
.gallery {
  background-color: #102d33;
  background-image: linear-gradient(90deg, rgba(10,31,35,.78) 0%, rgba(10,31,35,.48) 43%, rgba(10,31,35,.18) 100%), url("assets/astor/photos-background.jpeg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.gallery .section-kicker { color: var(--paper); position: relative; z-index: 1; }
.gallery .section-kicker span { color: var(--amber); }
.gallery .photo-layout { align-items: start; display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); margin: 0 auto; max-width: var(--content-max); position: relative; z-index: 1; }
.gallery .photo-copy { margin-top: clamp(10rem, 15vw, 13rem); max-width: 29rem; padding-top: .2rem; text-shadow: 0 .25rem 1.4rem rgba(4,18,22,.34); }
.gallery .photo-copy h2 { color: var(--paper); margin: .25rem 0 1rem; }
.gallery .photo-copy > p:not(.eyebrow) { color: rgba(244,240,231,.78); font-size: 1rem; line-height: 1.65; max-width: 28rem; }
.gallery .photo-archive { border-top: 1px solid rgba(244,240,231,.28); grid-column: 2; min-width: 0; padding-top: .9rem; }
.gallery .carousel-head { border-color: rgba(244,240,231,.28); color: rgba(244,240,231,.82); margin: 0 0 1rem; max-width: none; padding-bottom: .75rem; }
.gallery .carousel-controls button { border-color: rgba(244,240,231,.56); color: var(--paper); }
.gallery .carousel-controls button:hover, .gallery .carousel-controls button:focus-visible { background: var(--amber); color: var(--ink); }
.gallery .photo-carousel { display: flex; gap: 1rem; margin: 0; max-width: none; overflow-x: auto; padding: .2rem 0 1rem; scroll-snap-type: x mandatory; scrollbar-color: var(--amber) rgba(244,240,231,.18); }
.gallery .photo-book { display: grid; flex: 0 0 100%; gap: .85rem; min-width: 0; scroll-snap-align: start; }
.gallery .photo-book-feature, .gallery .photo-book-row .photo-slide { margin: 0; min-width: 0; }
.gallery .photo-book-feature img { aspect-ratio: 16 / 8.4; object-fit: cover; width: 100%; }
.gallery .photo-book-row { display: grid; gap: .85rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery .photo-book-row .photo-slide img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.gallery .photo-book figcaption { color: rgba(244,240,231,.7); font-size: .6rem; letter-spacing: .09em; margin-top: .45rem; text-transform: uppercase; }
.gallery .photo-book-feature figcaption { color: var(--amber); }
.gallery .photo-book-row-last { grid-template-columns: minmax(0, 1fr); max-width: 25%; }
@media (max-width: 760px) {
  .gallery { background-image: linear-gradient(180deg, rgba(10,31,35,.72) 0%, rgba(10,31,35,.32) 65%, rgba(10,31,35,.72) 100%), url("assets/astor/photos-background.jpeg"); background-position: 30% center; }
  .gallery .photo-layout { gap: 1.75rem; grid-template-columns: 1fr; }
  .gallery .photo-copy { margin-top: 1.75rem; }
  .gallery .photo-archive { grid-column: 1; }
  .gallery .photo-copy { max-width: 31rem; }
  .gallery .photo-book { flex-basis: 100%; }
  .gallery .photo-book-feature img { aspect-ratio: 4 / 3; }
  .gallery .photo-book-row { gap: .65rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery .photo-book-row-last { max-width: 50%; }
  .gallery .photo-carousel { margin-right: -8vw; padding-right: 8vw; }
}

/* Spotify shell: softly diffuse the image immediately behind the player. */
.release .music-embed-wrap {
  -webkit-backdrop-filter: blur(14px) saturate(.86);
  backdrop-filter: blur(14px) saturate(.86);
  background: rgba(7, 24, 28, .34);
  border: 1px solid rgba(244, 240, 231, .46);
  border-radius: 10px;
  box-sizing: border-box;
  height: 122px;
  box-shadow: 0 1.1rem 2.4rem rgba(4, 18, 22, .2), inset 0 1px 0 rgba(244, 240, 231, .1);
  isolation: isolate;
  padding: 0 .35rem;
  line-height: 0;
}
.release .music-embed-wrap::before {
  background: radial-gradient(ellipse at center, rgba(8, 24, 28, .24) 0%, rgba(8, 24, 28, .1) 48%, transparent 78%);
  content: "";
  filter: blur(22px);
  inset: -2rem -3rem;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.release .music-embed-wrap iframe {
  border-radius: 7px;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .release .music-embed-wrap {
    border-radius: 8px;
    height: 122px;
    padding: 0 .35rem;
  }
  .release .music-embed-wrap iframe { border-radius: 6px; }
}

/* Chronological catalog: improve contrast with a soft, borderless diffusion. */
.release .music-track-list {
  isolation: isolate;
  position: relative;
}
.release .music-track-list::before {
  background: radial-gradient(ellipse 96% 76% at 42% 42%, rgba(6, 25, 28, .64) 0%, rgba(6, 25, 28, .34) 52%, transparent 88%);
  content: "";
  filter: blur(22px);
  inset: -1.8rem -2rem;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.release .music-now-playing {
  isolation: isolate;
  position: relative;
}
.release .music-now-playing::before {
  background: radial-gradient(ellipse 88% 150% at 44% 48%, rgba(8, 28, 31, .48) 0%, rgba(8, 28, 31, .25) 46%, transparent 84%);
  content: "";
  filter: blur(22px);
  inset: -1.45rem -2rem;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.release .music-console::after {
  background: linear-gradient(90deg, rgba(3, 13, 18, .8) 0%, rgba(5, 27, 32, .66) 46%, rgba(6, 29, 34, .3) 76%, transparent 100%);
  border-radius: 2rem;
  content: "";
  filter: blur(24px);
  inset: -2.6rem -4rem -2.6rem -3rem;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.release > .section-kicker,
.release .music-console-title,
.release .music-artist-link,
.release .music-now-link {
  color: rgba(244, 240, 231, .94);
  text-shadow: 0 1px 9px rgba(0, 0, 0, .42);
}
.release > .section-kicker span,
.release .music-console-head .eyebrow,
.release .music-now-index,
.release .music-now-copy > span,
.release .music-page-number,
.release .music-page-play {
  color: #e0a05e;
  text-shadow: 0 1px 9px rgba(0, 0, 0, .42);
}
.release .music-now-copy h2 {
  color: #fbf8ef;
  font-weight: 500;
  text-shadow: 0 .16rem 1rem rgba(0, 0, 0, .58);
}
.release .music-now-copy p { color: rgba(244, 240, 231, .94); text-shadow: 0 1px 9px rgba(0, 0, 0, .42); }
.release .music-page-info strong { color: #fbf8ef; }
.release .music-page-info small,
.release .music-page-year { color: rgba(244, 240, 231, .88); }
.release .music-page-play { opacity: .92; }
@media (max-width: 760px) {
  .release .music-console::after {
    background: linear-gradient(180deg, rgba(3, 13, 18, .76) 0%, rgba(5, 27, 32, .5) 54%, transparent 100%);
    filter: blur(20px);
    inset: -2rem -1.5rem;
  }
}
.release .music-page {
  color: rgba(244, 240, 231, .96);
  text-shadow: 0 1px 8px rgba(4, 18, 22, .28);
}
.release .music-page-info strong { color: #fbf8ef; }
.release .music-page-info small,
.release .music-page-year { color: rgba(244, 240, 231, .88); }
.release .music-page-number,
.release .music-page-play { text-shadow: 0 1px 8px rgba(4, 18, 22, .3); }

/* Professional contact architecture: one compact, industry-facing intake experience. */
.contact-pro {
  background: #071a1f;
  color: var(--paper);
  display: block;
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  padding-block: clamp(4rem, 6vw, 6rem);
  position: relative;
}
.contact-pro::before {
  background-image: url("assets/astor/contact-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: blur(2.4px) saturate(.84) contrast(.98);
  inset: -5px;
  position: absolute;
  transform: scale(1.012);
  z-index: 0;
}
.contact-pro::after {
  -webkit-backdrop-filter: blur(.7px);
  backdrop-filter: blur(.7px);
  background-image:
    linear-gradient(90deg, rgba(3,17,21,.82) 0%, rgba(4,20,24,.66) 44%, rgba(3,15,19,.58) 100%),
    repeating-linear-gradient(104deg, transparent 0 4.8rem, rgba(226,242,240,.028) 4.9rem, transparent 5.08rem 8.8rem),
    radial-gradient(ellipse 3px 18px at 14% 18%, rgba(232,245,243,.13) 0%, rgba(232,245,243,.04) 38%, transparent 72%),
    radial-gradient(ellipse 2px 13px at 32% 64%, rgba(232,245,243,.1) 0%, transparent 74%),
    radial-gradient(ellipse 3px 21px at 72% 28%, rgba(232,245,243,.1) 0%, transparent 72%),
    radial-gradient(ellipse 2px 15px at 88% 72%, rgba(232,245,243,.09) 0%, transparent 74%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.contact-pro :where(.contact-pro-intro, .contact-categories, .contact-form-heading, .contact-form) {
  position: relative;
  z-index: 2;
}
.contact-pro .section-kicker { color: var(--paper); margin-bottom: 1.25rem; }
.contact-pro .section-kicker span { color: var(--amber); }
.contact-pro-intro { max-width: 44rem; }
.contact-pro-intro h2 { color: var(--paper); font-size: clamp(2.7rem, 5vw, 4.7rem); margin-bottom: 1rem; }
.contact-pro-intro > p:not(.eyebrow) { color: rgba(244,240,231,.86); font-size: clamp(.98rem, 1.35vw, 1.08rem); max-width: 42rem; }
.contact-categories { display: grid; gap: .8rem; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 2.3rem auto 2.6rem; max-width: var(--content-max); }
.contact-category { background: rgba(244,240,231,.045); border: 1px solid rgba(244,240,231,.2); min-height: 10rem; padding: 1rem 1.1rem 1.15rem; }
.contact-category .eyebrow { margin-bottom: .75rem; }
.contact-category h3 { color: var(--paper); font-size: 1rem; font-weight: 500; line-height: 1.2; margin: 0 0 .55rem; }
.contact-category p:last-child { color: rgba(244,240,231,.76); font-size: .82rem; line-height: 1.5; margin: 0; }
.contact-form-shell { align-items: start; border-top: 1px solid rgba(244,240,231,.24); display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr); margin: 0 auto; max-width: var(--content-max); padding-top: 2rem; }
.contact-form-heading { max-width: 19rem; }
.contact-form-heading .eyebrow { margin-bottom: .8rem; }
.contact-form-heading h3 { color: var(--paper); font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; margin: 0 0 1rem; }
.contact-form-heading p:last-child { color: rgba(244,240,231,.7); font-size: .9rem; margin: 0; }
.contact-form { background: rgba(5,23,28,.28); border: 1px solid rgba(244,240,231,.2); padding: clamp(1.25rem, 2.2vw, 2rem); }
.contact-form-grid { display: grid; gap: 1rem .9rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-field { min-width: 0; }
.form-field label { color: rgba(244,240,231,.9); display: block; font-size: .68rem; letter-spacing: .1em; margin-bottom: .4rem; text-transform: uppercase; }
.form-field label > span { color: var(--amber); }
.form-field label small { color: rgba(244,240,231,.52); font-size: .58rem; letter-spacing: .06em; text-transform: none; }
.form-field input, .form-field select, .form-field textarea { appearance: none; background: rgba(7,28,33,.62); border: 1px solid rgba(244,240,231,.3); border-radius: 2px; color: var(--paper); font: inherit; font-size: .9rem; line-height: 1.4; min-height: 2.85rem; padding: .65rem .75rem; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; width: 100%; }
.form-field select { background-image: linear-gradient(45deg, transparent 50%, var(--amber) 50%), linear-gradient(135deg, var(--amber) 50%, transparent 50%); background-position: calc(100% - 1rem) 1.2rem, calc(100% - .7rem) 1.2rem; background-repeat: no-repeat; background-size: .3rem .3rem, .3rem .3rem; padding-right: 2rem; }
.form-field select:invalid { color: rgba(244,240,231,.58); }
.form-field option { background: #102d33; color: var(--paper); }
.form-field textarea { min-height: 7rem; resize: vertical; }
.form-field input::placeholder { color: rgba(244,240,231,.4); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { background: rgba(7,28,33,.82); border-color: var(--amber); box-shadow: 0 0 0 2px rgba(201,146,84,.18); outline: none; }
.form-field input:user-invalid, .form-field select:user-invalid, .form-field textarea:user-invalid { border-color: #e17b70; }
.form-field-wide { grid-column: 1 / -1; }
.contact-form-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.25rem; }
.contact-submit { border: 0; cursor: pointer; }
.form-status { color: rgba(244,240,231,.74); flex: 1 1 14rem; font-size: .78rem; margin: 0; }
.form-status.is-error { color: #f0a39b; }
.form-status.is-success { color: #bfe2c1; }

@media (max-width: 980px) {
  .contact-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-form-shell { grid-template-columns: minmax(180px, .5fr) minmax(0, 1.5fr); }
}
@media (max-width: 760px) {
  .contact-pro { padding-block: 3rem; }
  .contact-categories { gap: .7rem; grid-template-columns: 1fr; margin: 1.8rem auto 2rem; }
  .contact-category { min-height: 0; padding: .9rem 1rem; }
  .contact-category .eyebrow { margin-bottom: .55rem; }
  .contact-form-shell { display: block; padding-top: 1.5rem; }
  .contact-form-heading { margin-bottom: 1.5rem; max-width: 26rem; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .contact-form-actions { align-items: flex-start; flex-direction: column; }
  .form-status { flex-basis: auto; }
}

/* Video section background: preserve the cinematic player/card composition over the new image. */
.video-feature {
  background-color: #0b3037;
  background-image:
    linear-gradient(90deg, rgba(5,27,34,.9) 0%, rgba(8,46,53,.7) 46%, rgba(8,46,53,.36) 78%, rgba(8,46,53,.16) 100%),
    url("assets/astor/video-background.jpeg");
  background-position: center center;
  background-size: cover;
}
@media (max-width: 760px) {
  .video-feature {
    background-image:
      linear-gradient(180deg, rgba(5,27,34,.86) 0%, rgba(8,46,53,.56) 58%, rgba(8,46,53,.82) 100%),
      url("assets/astor/video-background.jpeg");
    background-position: 56% center;
  }
}

/* Video editorial refinement: related frames, localized diffusion and tighter alignment. */
.video-feature > .section-kicker,
.video-feature .video-copy,
.video-feature .video-library {
  text-shadow: 0 1px 9px rgba(3,18,22,.38);
}
.video-feature > .section-kicker {
  color: rgba(244,240,231,.96);
}
.video-feature > .section-kicker span,
.video-feature .video-copy .accent,
.video-feature .video-library .accent {
  color: #e0a05e;
}
.video-player-panel .video-copy {
  isolation: isolate;
  position: relative;
}
.video-player-panel .video-copy::before {
  background: radial-gradient(ellipse 82% 115% at 28% 44%, rgba(4,23,29,.56) 0%, rgba(5,28,34,.26) 54%, transparent 86%);
  content: "";
  filter: blur(16px);
  inset: -1.2rem -1.5rem;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.video-player-panel .video-copy h2 {
  color: #fbf8ef;
  text-shadow: 0 .12rem .8rem rgba(0,0,0,.48);
}
.video-player-panel .video-copy > p:not(.eyebrow) {
  color: rgba(244,240,231,.9);
}
.video-player-frame {
  background: rgba(5,23,28,.46);
  border: 1px solid rgba(197,139,73,.55);
  border-radius: 4px;
  box-shadow: 0 .9rem 2.4rem rgba(3,18,22,.24), 0 0 .9rem rgba(197,139,73,.08);
  padding: .3rem;
}
.video-player-frame iframe {
  border-radius: 2px;
}
.video-player-panel #video-current-link {
  align-self: center;
  margin-inline: auto;
  margin-top: -.15rem;
}
.video-library {
  -webkit-backdrop-filter: blur(8px) saturate(.92);
  backdrop-filter: blur(8px) saturate(.92);
  background: rgba(8,22,25,.22);
  border: 1px solid rgba(197,139,73,.36);
  border-radius: 4px;
  box-shadow: 0 .9rem 2.5rem rgba(3,18,22,.16), inset 0 1px 0 rgba(244,240,231,.06);
  padding: clamp(1rem, 1.7vw, 1.5rem);
}
.video-library .library-heading h3 {
  color: #fbf8ef;
  text-shadow: 0 .12rem .75rem rgba(0,0,0,.42);
}
.video-library .library-heading > p,
.video-library .carousel-head {
  color: rgba(244,240,231,.84);
}
.video-library .carousel-head {
  border-color: rgba(244,240,231,.22);
}
.video-library .carousel-controls button {
  border-color: rgba(197,139,73,.62);
  box-shadow: 0 0 .6rem rgba(197,139,73,.06);
}
.video-library .video-tile a {
  border-color: rgba(244,240,231,.3);
  box-shadow: 0 .35rem 1rem rgba(3,18,22,.12);
}
.video-library .video-tile a:hover,
.video-library .video-tile a:focus-visible {
  border-color: rgba(197,139,73,.7);
  box-shadow: 0 0 0 1px rgba(197,139,73,.7), 0 .5rem 1.1rem rgba(3,18,22,.2);
}
.video-library .video-tile img {
  opacity: .98;
  transition: filter .2s ease, transform .35s ease;
}
.video-library .video-tile a:hover img,
.video-library .video-tile a:focus-visible img {
  filter: saturate(1.04);
  transform: scale(1.015);
}
.video-library .video-tile p {
  color: rgba(244,240,231,.78);
}
.video-library .video-tile h4 {
  color: #fbf8ef;
  text-shadow: 0 1px 6px rgba(0,0,0,.34);
}
.video-library .tile-play {
  border: 1px solid rgba(244,240,231,.36);
  box-shadow: 0 .25rem .7rem rgba(3,18,22,.22);
}
@media (max-width: 760px) {
  .video-player-frame {
    border-radius: 3px;
    padding: .25rem;
  }
  .video-library {
    border-radius: 3px;
    padding: .8rem;
  }
}

/* Global vertical rhythm: one spacing system from Historia through Footer. */
:root {
  --content-max: var(--page-max-width);
}

main > .section {
  height: auto;
  min-height: 0;
  padding-block: var(--section-space);
  padding-inline: var(--gutter);
}

main > .section > .section-kicker,
.contact-pro-intro,
.footer-top,
.footer-bottom {
  margin-inline: auto;
  max-width: var(--page-max-width);
  width: 100%;
}

main > .section > .section-kicker,
.contact-pro .section-kicker {
  margin-bottom: var(--section-heading-gap);
}

.story-with-background {
  min-height: 0;
  padding-block: var(--section-space);
}

.story-with-background > .section-kicker {
  justify-content: flex-start;
}

.story-with-background .story-grid,
.music-player,
.video-feature .video-layout,
.gallery .photo-layout,
.contact-categories,
.contact-form-shell {
  max-width: var(--page-max-width);
}

.story-with-background .story-text p,
.story-with-background .story-quote {
  margin-bottom: var(--gap-sm);
}

.story-with-background .bio-details,
.story-with-background .stats {
  margin-top: var(--gap-md);
}

.release {
  padding-block: var(--section-space);
}

.music-player,
.video-feature .video-layout,
.gallery .photo-layout,
.contact-form-shell {
  gap: var(--gap-lg);
}

.music-release-info {
  margin-top: 0;
}

.music-console-head,
.music-embed-wrap {
  margin-bottom: var(--gap-sm);
}

.video-player-panel {
  gap: var(--gap-md);
}

.video-library .library-heading {
  margin-bottom: var(--gap-md);
}

.gallery .photo-copy {
  align-self: center;
  margin-top: 0;
}

.contact-pro {
  padding-block: var(--section-space);
}

.contact-categories {
  margin-block: var(--gap-lg);
}

.contact-form-shell {
  padding-top: var(--gap-md);
}

.site-footer {
  padding: var(--section-space) var(--gutter) calc(var(--section-space) / 2);
}

.footer-top {
  padding-bottom: var(--gap-lg);
}

.footer-bottom {
  padding-top: var(--gap-md);
}

@media (max-width: 1024px) and (min-width: 761px) {
  :root {
    --section-space: 3.5rem;
    --section-heading-gap: 1.25rem;
    --gap-lg: 2rem;
  }
}

@media (max-width: 760px) {
  :root {
    --section-space: 3rem;
    --section-heading-gap: 1rem;
    --gap-lg: 1.5rem;
  }

  main > .section,
  .story-with-background,
  .release,
  .contact-pro {
    padding-block: var(--section-space);
  }

  main > .section {
    padding-inline: 8vw;
  }

  .story-with-background .story-copy {
    padding: var(--gap-md);
  }

  .music-release-info,
  .gallery .photo-copy,
  .contact-form-heading {
    margin-top: 0;
  }

  .contact-categories {
    margin-block: var(--gap-md);
  }

  .site-footer {
    padding: var(--section-space) 8vw calc(var(--section-space) / 2);
  }
}

/* Contact refinement: compact editorial hierarchy with the form fixed to the right on desktop. */
@media (min-width: 761px) {
  .contact-pro-intro {
    align-items: end;
    display: grid;
    gap: 1.25rem 2.5rem;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  }

  .contact-pro-intro .section-kicker {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .contact-pro-intro h2,
  .contact-pro-intro > p:not(.eyebrow) {
    margin: 0;
  }

  .contact-pro-intro > p:not(.eyebrow) {
    align-self: end;
    max-width: 46rem;
    padding-bottom: .25rem;
  }

  .contact-form {
    display: grid;
    gap: .75rem 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form > .contact-form-grid {
    display: contents;
  }

  .contact-form .form-field:has(#contact-message) {
    grid-column: 1 / -1;
  }

  .contact-form .form-field:has(#contact-message) textarea {
    height: 6.875rem;
  }

  .contact-form-actions {
    align-self: end;
    flex-direction: row-reverse;
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 0;
  }
}

.contact-pro-intro h2 {
  font-size: clamp(3rem, 4.1vw, 4.25rem);
  line-height: .88;
}

.contact-pro-intro > p:not(.eyebrow) {
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.5;
}

.contact-categories {
  gap: .8rem;
  margin-block: 1.25rem;
}

.contact-category {
  display: block;
  height: 7rem;
  min-height: 0;
  padding: .9rem 1rem;
  position: relative;
}

.contact-category .eyebrow {
  font-size: .75rem;
  margin: 0;
  position: absolute;
  right: 1rem;
  top: .9rem;
}

.contact-category h3 {
  font-size: 1.12rem;
  margin-bottom: .25rem;
  padding-right: 2rem;
}

.contact-category p:last-child {
  font-size: .86rem;
  line-height: 1.35;
}

.contact-form-shell {
  gap: 2rem;
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr);
  padding-top: 1.25rem;
}

.contact-form-heading {
  max-width: 22rem;
}

.contact-form-heading .eyebrow {
  margin-bottom: .6rem;
}

.contact-form-heading h3 {
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  line-height: .9;
  margin-bottom: .75rem;
}

.contact-form-heading p:last-child {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 22rem;
}

.contact-form {
  position: relative;
  padding: 1rem;
}

.contact-honeypot {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.contact-form-grid {
  gap: .75rem 1rem;
}

.form-field label {
  font-size: .72rem;
  margin-bottom: .35rem;
}

.form-field input,
.form-field select {
  min-height: 3rem;
}

.form-field textarea {
  box-sizing: border-box;
  height: 6.875rem;
  max-width: 100%;
  min-height: 6.875rem;
  padding: .875rem 1rem;
  resize: vertical;
  width: 100%;
}

.contact-submit {
  min-height: 3rem;
}

@media (max-width: 760px) {
  .contact-pro::before {
    background-position: 62% center;
  }

  .contact-pro::after {
    background-image:
      linear-gradient(180deg, rgba(3,17,21,.78) 0%, rgba(4,20,24,.67) 48%, rgba(3,15,19,.76) 100%),
      repeating-linear-gradient(104deg, transparent 0 4.8rem, rgba(226,242,240,.025) 4.9rem, transparent 5.08rem 8.8rem);
  }

  .contact-pro-intro {
    display: block;
  }

  .contact-pro-intro h2 {
    font-size: clamp(2.65rem, 13vw, 3.75rem);
    margin-bottom: .8rem;
  }

  .contact-categories {
    margin-block: 1.5rem;
  }

  .contact-category {
    height: auto;
    min-height: 0;
    padding: 1rem;
  }

  .contact-form-shell {
    gap: 1.5rem;
    padding-top: 1.25rem;
  }

  .contact-form-heading {
    margin-bottom: 1.25rem;
  }

  .contact-form {
    display: block;
    padding: 1.1rem;
  }

  .contact-form > .contact-form-grid {
    display: grid;
  }

  .contact-form .form-field:has(#contact-message),
  .contact-form-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-form .form-field:has(#contact-message) textarea {
    height: 6.875rem;
  }

  .contact-form-actions {
    margin-top: 1rem;
  }

  .contact-submit {
    justify-content: center;
    width: 100%;
  }
}

/* Contact two-column composition: editorial context left, professional action right. */
.contact-pro {
  height: auto;
}

@media (min-width: 981px) {
  .contact-pro {
    align-items: start;
    column-gap: clamp(2.5rem, 4vw, 4rem);
    display: grid;
    grid-template-areas:
      "contact-intro ."
      "contact-categories contact-form";
    grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
    grid-template-rows: auto auto;
    row-gap: clamp(1.5rem, 2vw, 2rem);
  }

  .contact-pro-intro {
    display: block;
    grid-area: contact-intro;
    margin: 0;
    max-width: none;
    width: auto;
  }

  .contact-pro-intro .section-kicker,
  .contact-form-heading .eyebrow {
    font-size: .7rem;
    letter-spacing: .18em;
    line-height: 1.5;
    margin: 0 0 1rem;
  }

  .contact-pro-intro h2,
  .contact-form-heading h3 {
    font-size: clamp(3rem, 4.1vw, 4.25rem);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .88;
    margin: 0 0 1rem;
  }

  .contact-pro-intro > p:not(.eyebrow),
  .contact-form-heading p:last-child {
    color: rgba(244,240,231,.86);
    font-size: 1.05rem;
    line-height: 1.55;
    margin: 0;
    max-width: 30rem;
    padding: 0;
  }

  .contact-categories {
    align-self: stretch;
    display: grid;
    gap: .8rem;
    grid-area: contact-categories;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    height: 100%;
    margin: 0;
    max-width: none;
    width: auto;
  }

  .contact-category {
    height: auto;
    min-height: 0;
    padding: 1.15rem 1.2rem;
  }

  .contact-category .eyebrow {
    right: 1.2rem;
    top: 1.15rem;
  }

  .contact-category h3 {
    font-size: 1.05rem;
  }

  .contact-category p:last-child {
    font-size: .86rem;
    line-height: 1.42;
  }

  .contact-form-shell {
    align-self: stretch;
    border-top: 0;
    display: block;
    grid-area: contact-form;
    height: 100%;
    margin: 0;
    max-width: none;
    padding: 0;
    width: auto;
  }

  .contact-form-heading {
    grid-area: request-intro;
    margin: 0;
    max-width: 34rem;
  }

  .contact-form {
    align-self: stretch;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(5, 23, 28, .4);
    box-sizing: border-box;
    gap: 1.125rem;
    grid-area: auto;
    height: 100%;
    padding: clamp(1.75rem, 2vw, 2rem);
  }

  .contact-form-grid {
    gap: 1.125rem;
  }

  .contact-form .form-field:has(#contact-message) textarea {
    height: 9rem;
    min-height: 9rem;
  }
}

@media (max-width: 980px) {
  .contact-pro {
    display: block;
  }

  .contact-form-heading h3 {
    font-size: clamp(3rem, 4.1vw, 4.25rem);
    line-height: .88;
  }

  .contact-pro-intro {
    display: block;
  }

  .contact-pro-intro h2 {
    margin-bottom: .9rem;
  }

  .contact-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-block: 1.5rem 2rem;
  }

  .contact-category {
    height: auto;
    min-height: 8.25rem;
  }

  .contact-form-shell {
    border-top: 1px solid rgba(244,240,231,.18);
    display: block;
    margin: 0;
    padding-top: 1.5rem;
  }

  .contact-form-heading {
    margin-bottom: 1.25rem;
    max-width: 30rem;
  }
}

@media (max-width: 760px) {
  .contact-form-heading h3 {
    font-size: clamp(2.65rem, 13vw, 3.75rem);
  }

  .contact-form {
    padding: 1.1rem;
  }

  .contact-form > .contact-form-grid {
    gap: .875rem;
  }
}

@media (max-width: 520px) {
  .contact-categories {
    grid-template-columns: 1fr;
  }

  .contact-category {
    min-height: 0;
  }
}

/* Compact brand footer: a restrained close to the page, not another full section. */
.site-footer {
  border-top: 1px solid rgba(244,240,231,.1);
  height: auto;
  padding: 2.5rem var(--gutter) 1.75rem;
}

.footer-top,
.footer-bottom {
  margin-inline: auto;
  max-width: var(--page-max-width);
  width: 100%;
}

.footer-top {
  align-items: center;
  border-bottom: 1px solid rgba(244,240,231,.12);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto 1fr;
  padding-bottom: 1rem;
}

.footer-brand {
  align-items: center;
  display: flex;
  gap: clamp(1.25rem, 2.4vw, 2rem);
  justify-self: start;
  min-width: 0;
}

.footer-top .wordmark img {
  height: 3rem;
  width: auto;
}

.footer-tagline {
  color: rgba(244,240,231,.82);
  font-size: clamp(.72rem, .9vw, .82rem);
  font-weight: 500;
  justify-self: end;
  letter-spacing: .14em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.socials {
  align-items: center;
  display: flex;
  gap: clamp(.875rem, 1.3vw, 1.125rem);
  justify-self: center;
}

.social-link {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  transition: opacity .2s ease, transform .2s ease;
  width: 2rem;
}

.social-icon {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

.social-link:hover {
  opacity: .9;
  transform: translateY(-2px) scale(1.04);
}

.social-link:focus-visible,
.footer-credit a:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
}

.footer-bottom {
  align-items: center;
  color: rgba(244,240,231,.62);
  display: flex;
  font-size: .75rem;
  gap: 1.5rem;
  justify-content: space-between;
  letter-spacing: .04em;
  padding-top: .75rem;
  text-transform: none;
}

.footer-credit a {
  color: rgba(244,240,231,.76);
  margin-left: .25rem;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: .25rem;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.footer-credit a:hover {
  color: var(--amber);
  text-decoration-color: currentColor;
}

@media (max-width: 760px) {
  .site-footer {
    padding: 2.25rem 8vw 2rem;
  }

  .footer-top,
  .footer-bottom,
  .footer-brand {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-top {
    display: flex;
    gap: 1.15rem;
    padding-bottom: 1.25rem;
  }

  .footer-brand {
    gap: .65rem;
  }

  .footer-tagline {
    justify-self: auto;
    white-space: normal;
  }

  .footer-top .wordmark img {
    height: 2.75rem;
  }

  .footer-bottom {
    gap: .55rem;
    padding-top: .9rem;
  }

  .social-link {
    height: 1.875rem;
    width: 1.875rem;
  }

  .social-icon {
    height: 1.375rem;
    width: 1.375rem;
  }
}

/* Final interaction and accessibility audit. */
main > section[id] {
  scroll-margin-top: 1rem;
}

a[href],
button,
select,
summary {
  cursor: pointer;
}

.site-header nav a,
.header-cta,
.music-artist-link,
.music-now-link,
.music-release-links a,
#video-current-link,
.carousel-controls button,
.contact-submit,
.social-link,
.footer-credit a,
.back-to-top {
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease,
    color .18s ease, opacity .18s ease, transform .18s ease;
}

.site-header nav a,
.header-cta,
.music-artist-link,
.music-now-link {
  align-items: center;
  display: inline-flex;
  min-height: 2.5rem;
}

.carousel-controls button,
.social-link {
  height: 2.75rem;
  min-height: 2.75rem;
  min-width: 2.75rem;
  width: 2.75rem;
}

.social-icon {
  height: 1.5rem;
  width: 1.5rem;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}

.contact-form [aria-invalid="true"] {
  border-color: #f0a39b;
  box-shadow: 0 0 0 2px rgba(240, 163, 155, .18);
}

.contact-submit:disabled {
  cursor: wait;
  filter: saturate(.75);
  opacity: .72;
  transform: none;
}

.form-status.is-loading {
  color: rgba(244, 240, 231, .78);
}

.back-to-top {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(8, 30, 35, .82);
  border: 1px solid rgba(197, 139, 73, .7);
  border-radius: 50%;
  bottom: 1.5rem;
  box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .2);
  color: var(--paper);
  display: inline-flex;
  font-size: 1.05rem;
  height: 2.75rem;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1.5rem;
  transform: translateY(.5rem);
  visibility: hidden;
  width: 2.75rem;
  z-index: 20;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

@media (hover: hover) {
  .button:hover,
  .music-release-links a:hover,
  #video-current-link:hover,
  .contact-submit:hover {
    box-shadow: 0 .55rem 1.35rem rgba(0, 0, 0, .15);
    transform: translateY(-2px);
  }

  .button:hover > span,
  .header-cta:hover > span,
  #video-current-link:hover > span,
  .contact-submit:hover > span {
    transform: translate(2px, -2px);
  }

  .button > span,
  .header-cta > span,
  #video-current-link > span,
  .contact-submit > span {
    transition: transform .18s ease;
  }

  .site-header nav a:hover,
  .music-artist-link:hover,
  .music-now-link:hover,
  .footer-credit a:hover {
    color: var(--amber);
  }

  .carousel-controls button:hover,
  .social-link:hover,
  .back-to-top:hover {
    transform: translateY(-2px);
  }

  .video-tile a:hover img {
    transform: scale(1.015);
  }
}

@media (max-width: 760px) {
  .site-header nav a,
  .header-cta,
  .music-artist-link,
  .music-now-link {
    min-height: 2.75rem;
  }

  .social-link {
    height: 2.5rem;
    min-height: 2.5rem;
    min-width: 2.5rem;
    width: 2.5rem;
  }

  .back-to-top {
    bottom: 1rem;
    right: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .back-to-top,
  .button,
  .social-link,
  .video-tile a,
  .video-tile img {
    transform: none !important;
  }
}

/* 03 Videos — editorial player and selected-channel library. */
.video-feature .video-layout {
  align-items: stretch;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.video-player-panel,
.video-library {
  align-content: start;
  display: grid;
  grid-template-rows: auto auto;
  min-width: 0;
}

.video-player-panel {
  gap: var(--gap-md);
}

.video-player-panel .video-copy,
.video-library .library-heading {
  margin: 0;
  min-height: 0;
}

.video-player-panel .video-copy {
  order: 0;
}

.video-player-panel .video-copy h2,
.video-library .library-heading h3 {
  color: var(--amber);
}

.video-player-panel .video-copy > p:not(.eyebrow) {
  color: rgba(244, 240, 231, .9);
}

.video-library {
  align-self: stretch;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--paper);
  gap: var(--gap-md);
  padding: 0;
}

.video-library .library-heading {
  display: block;
}

.video-library .library-heading h3 {
  text-shadow: 0 .12rem .75rem rgba(0, 0, 0, .36);
}

.video-library .library-heading > p {
  color: rgba(244, 240, 231, .78);
}

.video-player-module {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  min-width: 0;
  order: 1;
}

.video-player-module .video-player-frame {
  flex-shrink: 0;
}

.video-fallback {
  height: 100%;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-fallback[hidden] {
  display: none;
}

.video-fallback::after {
  background: linear-gradient(180deg, rgba(3, 14, 17, .12) 0%, rgba(3, 14, 17, .82) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.video-fallback > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: .72;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.video-fallback-content {
  align-items: flex-start;
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: .55rem;
  left: clamp(1.25rem, 3vw, 2.5rem);
  max-width: min(80%, 30rem);
  position: absolute;
}

.video-fallback-content p {
  color: var(--amber);
  font-size: .64rem;
  letter-spacing: .12em;
  margin: 0;
  text-transform: uppercase;
}

.video-fallback-content strong {
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: .96;
}

.video-fallback-content a {
  align-items: center;
  background: #e62117;
  color: #fff;
  display: inline-flex;
  font-size: .66rem;
  gap: .55rem;
  letter-spacing: .1em;
  margin-top: .35rem;
  min-height: 44px;
  padding: .7rem .95rem;
  text-transform: uppercase;
}

.video-player-module #video-current-link {
  align-self: center;
  margin: 0 auto;
}

.video-selection-frame {
  -webkit-backdrop-filter: blur(6px) saturate(.9);
  backdrop-filter: blur(6px) saturate(.9);
  background: rgba(5, 23, 28, .32);
  border: 1px solid rgba(197, 139, 73, .5);
  border-radius: 4px;
  box-shadow: 0 .9rem 2.4rem rgba(3, 18, 22, .2), inset 0 1px 0 rgba(244, 240, 231, .05);
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  padding: clamp(.75rem, 1.1vw, 1rem);
}

.video-library .video-selection-frame .carousel-head {
  border: 0;
  margin: 0 0 .7rem;
  min-height: 1rem;
  padding: 0;
}

.video-library .video-selection-frame .video-carousel {
  display: grid;
  flex: 1;
  gap: .8rem;
  grid-auto-columns: calc(50% - .4rem);
  grid-auto-flow: column;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  min-height: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.video-library .video-selection-frame .video-carousel::-webkit-scrollbar {
  display: none;
}

.video-library .video-selection-frame .video-tile {
  aspect-ratio: 16 / 9;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}

.video-library .video-selection-frame .video-tile a {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.video-library .video-selection-frame .video-tile a::after {
  background: linear-gradient(180deg, transparent 18%, rgba(3, 14, 17, .12) 48%, rgba(3, 14, 17, .84) 100%);
  content: "";
  inset: 32% 0 0;
  pointer-events: none;
  position: absolute;
}

.video-library .video-selection-frame .video-tile img {
  aspect-ratio: auto;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.video-library .video-selection-frame .video-tile p,
.video-library .video-selection-frame .video-tile h4 {
  left: .65rem;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 2.9rem;
  text-overflow: ellipsis;
  text-shadow: 0 1px 7px rgba(0, 0, 0, .72);
  white-space: nowrap;
  z-index: 2;
}

.video-library .video-selection-frame .video-tile p {
  bottom: 2rem;
  color: #e0a05e;
  font-size: .54rem;
}

.video-library .video-selection-frame .video-tile h4 {
  bottom: .65rem;
  color: #fbf8ef;
  font-size: clamp(.68rem, .72vw, .82rem);
}

.video-library .video-selection-frame .tile-play {
  bottom: .55rem;
  right: .55rem;
  z-index: 3;
}

.video-carousel-controls {
  align-items: center;
  justify-content: flex-end;
  margin-top: .75rem;
}

.video-carousel-controls button:disabled,
.photo-controls button:disabled {
  cursor: not-allowed;
  opacity: .34;
  transform: none;
}

/* 04 Photos — one stable viewer with recent and archive collections. */
.gallery {
  background-image:
    linear-gradient(90deg, rgba(7, 27, 31, .2) 0%, rgba(7, 27, 31, .07) 42%, rgba(7, 27, 31, 0) 76%),
    url("assets/astor/photos-background.jpeg");
  background-position: center center;
  background-size: cover;
}

.gallery .photo-layout {
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
}

.gallery .photo-copy {
  align-self: center;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.gallery .photo-copy::before {
  -webkit-backdrop-filter: blur(5px);
  -webkit-mask-image: radial-gradient(ellipse at left center, #000 0%, rgba(0, 0, 0, .82) 52%, transparent 88%);
  backdrop-filter: blur(5px);
  background: radial-gradient(ellipse at left center, rgba(5, 23, 27, .3) 0%, rgba(5, 23, 27, .14) 54%, transparent 86%);
  content: "";
  inset: -1.25rem -2.5rem;
  mask-image: radial-gradient(ellipse at left center, #000 0%, rgba(0, 0, 0, .82) 52%, transparent 88%);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.gallery .photo-copy .eyebrow {
  color: #c99254;
}

.gallery .photo-copy h2 {
  color: #f4f0e7;
  text-shadow: 0 .12rem .85rem rgba(0, 0, 0, .34);
}

.gallery .photo-copy > p:not(.eyebrow) {
  color: rgba(244, 240, 231, .88);
}

.photo-gallery {
  min-width: 0;
}

.photo-gallery-head {
  align-items: end;
  border-bottom: 1px solid rgba(244, 240, 231, .25);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: .75rem;
}

.photo-tabs {
  display: flex;
  gap: 1.25rem;
  position: relative;
}

.photo-tabs::before {
  -webkit-backdrop-filter: blur(7px) saturate(.92);
  -webkit-mask-image: radial-gradient(ellipse at left center, #000 0%, rgba(0, 0, 0, .82) 54%, transparent 92%);
  backdrop-filter: blur(7px) saturate(.92);
  background: radial-gradient(ellipse at left center, rgba(4, 20, 24, .38) 0%, rgba(4, 20, 24, .18) 58%, transparent 92%);
  content: "";
  inset: -.45rem -1.4rem -.35rem -.75rem;
  mask-image: radial-gradient(ellipse at left center, #000 0%, rgba(0, 0, 0, .82) 54%, transparent 92%);
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.photo-tab {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: rgba(244, 240, 231, .75);
  font: inherit;
  font-size: .68rem;
  letter-spacing: .11em;
  margin-bottom: -1px;
  padding: .6rem 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.photo-tab.is-active {
  border-color: var(--amber);
  color: var(--amber);
}

.photo-gallery-head > p {
  color: rgba(244, 240, 231, .72);
  font-size: .68rem;
  letter-spacing: .04em;
  margin: 0 0 .6rem;
  text-align: right;
}

.photo-viewer {
  -webkit-backdrop-filter: blur(5px) saturate(.92);
  backdrop-filter: blur(5px) saturate(.92);
  background: rgba(4, 20, 24, .3);
  border: 1px solid rgba(197, 139, 73, .5);
  box-shadow: 0 .9rem 2.4rem rgba(3, 18, 22, .2), inset 0 1px 0 rgba(244, 240, 231, .05);
  min-width: 0;
  padding: .75rem;
}

.photo-stage {
  aspect-ratio: 16 / 9;
  background: #081b1f;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.photo-stage-backdrop {
  background-position: center;
  background-size: cover;
  filter: blur(24px) saturate(.78);
  inset: -9%;
  opacity: .48;
  position: absolute;
  transform: scale(1.08);
}

.photo-stage::after {
  background: linear-gradient(180deg, transparent 62%, rgba(3, 15, 18, .72) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.photo-stage #photo-main-image {
  display: block;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  position: relative;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.photo-stage #photo-main-image.is-changing {
  opacity: .38;
}

.photo-stage figcaption {
  bottom: .75rem;
  color: rgba(244, 240, 231, .92);
  font-size: .62rem;
  left: .85rem;
  letter-spacing: .09em;
  margin: 0;
  position: absolute;
  right: .85rem;
  text-shadow: 0 1px 7px rgba(0, 0, 0, .7);
  text-transform: uppercase;
  z-index: 3;
}

.photo-thumbnails {
  display: flex;
  gap: .6rem;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: .75rem 0 .25rem;
  scroll-behavior: smooth;
  scrollbar-color: var(--amber) rgba(244, 240, 231, .14);
  scrollbar-width: thin;
}

.photo-thumbnail {
  aspect-ratio: 4 / 3;
  background: rgba(4, 20, 24, .36);
  border: 1px solid rgba(244, 240, 231, .25);
  flex: 0 0 clamp(82px, 8vw, 108px);
  overflow: hidden;
  padding: 2px;
}

.photo-thumbnail img {
  display: block;
  height: 100%;
  object-fit: cover;
  opacity: .76;
  transition: opacity .18s ease;
  width: 100%;
}

.photo-thumbnail.is-active {
  border-color: var(--amber);
  box-shadow: 0 0 0 1px rgba(197, 139, 73, .34);
}

.photo-thumbnail.is-active img,
.photo-thumbnail:hover img,
.photo-thumbnail:focus-visible img {
  opacity: 1;
}

.photo-viewer-footer {
  align-items: center;
  border-top: 1px solid rgba(244, 240, 231, .18);
  display: flex;
  justify-content: space-between;
  margin-top: .6rem;
  padding-top: .6rem;
}

.photo-position {
  color: rgba(244, 240, 231, .75);
  font-size: .64rem;
  letter-spacing: .1em;
}

.photo-controls {
  justify-content: flex-end;
}

.gallery .photo-controls button {
  border-color: rgba(197, 139, 73, .62);
}

@media (hover: hover) {
  .photo-tab:hover {
    color: var(--paper);
  }

  .photo-thumbnail:hover {
    border-color: rgba(197, 139, 73, .7);
  }
}

@media (max-width: 900px) {
  .video-feature .video-layout,
  .gallery .photo-layout {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .video-player-panel,
  .video-library {
    display: block;
  }

  .video-player-module,
  .video-selection-frame {
    margin-top: 1rem;
  }

  .video-player-frame {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
  }

  .video-library .library-heading {
    margin-bottom: 1rem;
  }

  .gallery {
    background-image:
      linear-gradient(180deg, rgba(7, 27, 31, .3) 0%, rgba(7, 27, 31, .08) 54%, rgba(7, 27, 31, .24) 100%),
      url("assets/astor/photos-background.jpeg");
    background-position: 30% center;
  }

  .gallery .photo-copy {
    max-width: 32rem;
  }
}

@media (max-width: 600px) {
  .video-selection-frame,
  .photo-viewer {
    padding: .6rem;
  }

  .video-library .video-selection-frame .video-carousel {
    display: flex;
    gap: .7rem;
  }

  .video-library .video-selection-frame .video-tile {
    flex: 0 0 min(74vw, 280px);
  }

  .photo-gallery-head {
    align-items: flex-start;
    flex-direction: column;
    gap: .15rem;
  }

  .photo-gallery-head > p {
    margin-bottom: .65rem;
    text-align: left;
  }

  .photo-tabs {
    gap: 1rem;
  }

  .photo-stage {
    aspect-ratio: 4 / 3;
  }

  .photo-thumbnail {
    flex-basis: 84px;
  }
}

/* Persistent section navigation with an unobtrusive idle state. */
.site-header {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: transparent;
  border-bottom: 0;
  justify-content: flex-end;
  padding: .72rem 5vw;
  position: fixed;
  transform: translateY(0);
  transition: opacity .28s ease, transform .28s ease;
  z-index: 50;
}

.site-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - 2px));
}

.site-header nav {
  align-items: center;
  gap: clamp(1.15rem, 2.5vw, 2.25rem);
  isolation: isolate;
  justify-content: flex-end;
  margin: 0;
  position: relative;
}

.site-header nav::before {
  -webkit-backdrop-filter: blur(7px) saturate(.92);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 38%, rgba(0, 0, 0, .64) 58%, transparent 82%);
  backdrop-filter: blur(7px) saturate(.92);
  background: radial-gradient(ellipse at center, rgba(5, 23, 28, .2) 0%, rgba(5, 23, 28, .08) 56%, transparent 80%);
  content: "";
  inset: -.45rem -1.1rem;
  mask-image: radial-gradient(ellipse at center, #000 38%, rgba(0, 0, 0, .64) 58%, transparent 82%);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.site-header nav a {
  color: rgba(244, 240, 231, .76);
  min-height: 2.5rem;
  padding: .65rem 0 .55rem;
  position: relative;
  text-shadow: 0 1px 8px rgba(3, 14, 17, .72);
}

.site-header nav a::after {
  background: var(--amber);
  bottom: .28rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.site-header nav a.is-active {
  color: var(--paper);
}

.site-header nav a.is-active::after {
  transform: scaleX(1);
}

main > section[id] {
  scroll-margin-top: 4rem;
}

@media (max-width: 760px) {
  .site-header {
    overflow-x: auto;
    padding: .45rem 1rem;
    scrollbar-width: none;
  }

  .site-header::-webkit-scrollbar {
    display: none;
  }

  .site-header nav {
    display: flex;
    gap: clamp(.75rem, 3.4vw, 1.15rem);
    margin-left: auto;
    margin-right: 0;
    min-width: max-content;
  }

  .site-header nav a {
    font-size: clamp(.56rem, 2.4vw, .68rem);
    letter-spacing: .09em;
    min-height: 2.4rem;
    padding-block: .6rem .5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-header nav a::after {
    transition: none;
  }
}

/* 03 Videos: equal editorial titles without repeated internal labels. */
.video-player-panel .video-copy h2,
.video-library .library-heading h3 {
  color: #f4f0e7;
  font-family: var(--sans);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .93;
  margin-top: 0;
}

@media (max-width: 760px) {
  .video-player-panel .video-copy h2,
  .video-library .library-heading h3 {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }
}
