:root {
  color-scheme: dark;
  --black: #070707;
  --ink: #0d0d0d;
  --ivory: #f2eee8;
  --muted: #a9a39c;
  --wine: #6d1325;
  --wine-bright: #9f2842;
  --line: rgba(242, 238, 232, 0.22);
  --serif: Didot, "Bodoni MT", "Times New Roman", serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.55;
}

a { color: inherit; }

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

::selection {
  background: var(--wine-bright);
  color: var(--ivory);
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-160%);
  padding: 0.7rem 1rem;
  background: var(--ivory);
  color: var(--black);
}

.skip-link:focus { transform: translateY(0); }

.topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 2rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  letter-spacing: 0.17em;
}

.topbar p { margin: 0; color: var(--muted); }
.wordmark, .topbar-link { text-decoration: none; }
.wordmark { font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0.06em; }
.topbar-link { justify-self: end; border-bottom: 1px solid currentColor; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  align-items: stretch;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 22% 60%, rgba(109, 19, 37, 0.24), transparent 31rem),
    linear-gradient(90deg, transparent 49.95%, rgba(255,255,255,.07) 50%, transparent 50.05%);
}

.hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 8.8rem 2rem 5.5rem;
}

.eyebrow, .index, .meta, .hero-note, figcaption {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow { color: var(--muted); }
.eyebrow span { color: var(--wine-bright); }

h1, h2, h3, p { overflow-wrap: anywhere; }

h1 {
  margin: 1.2rem 0 0;
  font-family: var(--serif);
  font-size: clamp(6rem, 13.5vw, 13rem);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: -0.08em;
}

h1 span {
  display: block;
  margin-left: 0.32em;
  color: transparent;
  -webkit-text-stroke: 1px var(--ivory);
}

.hero-line {
  margin: 2.5rem 0 0;
  max-width: 33rem;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  font-style: italic;
  line-height: 1.02;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2.7rem;
}

.button {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.4rem;
  border: 1px solid var(--ivory);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--ivory); color: var(--black); }
.button-light:hover, .button-light:focus-visible { background: var(--wine-bright); border-color: var(--wine-bright); color: var(--ivory); }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--ivory); color: var(--black); }
.full { width: 100%; }

.hero-note { margin-top: 1.5rem; color: var(--muted); }

.hero-visual {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #140609;
}

.hero-visual > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(.8);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,7,7,.22), transparent 35%, rgba(7,7,7,.5));
  pointer-events: none;
}

.hero-visual figcaption {
  position: absolute;
  right: 1.2rem;
  bottom: 1.25rem;
  z-index: 2;
}

.tag-mark {
  position: absolute;
  z-index: 2;
  top: 16%;
  right: -5%;
  width: min(22vw, 17rem);
  opacity: .72;
  mix-blend-mode: screen;
  filter: grayscale(1) brightness(2.2) contrast(1.7);
  transform: rotate(-7deg);
}

.scroll-cue {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  z-index: 3;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-decoration: none;
}

.scroll-cue span { color: var(--wine-bright); }

.section {
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) 2rem;
  border-top: 1px solid var(--line);
}

.index { color: var(--muted); }

.manifesto {
  display: grid;
  grid-template-columns: minmax(8rem, .45fr) 1.55fr;
  gap: 2rem;
}

.manifesto-copy { max-width: 72rem; }

h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 9vw, 9rem);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.055em;
}

.manifesto-copy > p:not(.accent-copy) {
  max-width: 49rem;
  margin: 3rem 0 0 auto;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  line-height: 1.35;
}

.accent-copy {
  margin: 3rem 0 0;
  color: var(--wine-bright);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-style: italic;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.current-release {
  display: grid;
  grid-template-columns: 7rem 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2.2rem 0;
  border-top: 1px solid var(--ivory);
  border-bottom: 1px solid var(--ivory);
}

.release-number {
  color: var(--wine-bright);
  font-family: var(--serif);
  font-size: 2rem;
  font-style: italic;
}

.current-release h3 {
  margin: .25rem 0 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 400;
  line-height: .9;
}

.current-release p:not(.meta) { margin: .8rem 0 0; color: var(--muted); }
.meta { color: var(--muted); }

.round-link {
  display: grid;
  width: 8.4rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--ivory);
  border-radius: 50%;
  font-size: .7rem;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.round-link:hover, .round-link:focus-visible { background: var(--ivory); color: var(--black); transform: rotate(-6deg); }

.release-sequence { margin-top: 5rem; }
.release-row {
  display: grid;
  grid-template-columns: 4rem 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--line);
  color: #5b5855;
}

.release-row span, .release-row em { font-size: .75rem; letter-spacing: .18em; font-style: normal; }
.release-row strong { font-family: var(--serif); font-size: clamp(1.7rem, 4vw, 3.4rem); font-weight: 400; }
.release-row.unlocked { color: var(--ivory); }
.release-row.unlocked em { color: var(--wine-bright); }
.sequence-note { margin: 1.2rem 0 0; color: var(--muted); font-style: italic; }

.backstage { background: var(--ivory); color: var(--black); }
.backstage .index, .backstage .meta { color: #5f5a55; }
.backstage-intro { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; }
.access-counter { text-align: right; }
.access-counter span { display: block; font-size: .72rem; letter-spacing: .18em; }
.access-counter strong { font-family: var(--serif); font-size: clamp(3rem, 6vw, 5rem); font-weight: 400; line-height: .9; color: var(--wine); }
.backstage-grid { display: grid; grid-template-columns: 1fr minmax(20rem, .8fr); gap: clamp(3rem, 8vw, 8rem); margin-top: 4rem; }
.backstage h2 span { font-family: sans-serif; font-size: .55em; }
.backstage-lede { max-width: 42rem; margin-top: 2.5rem; font-size: clamp(1.1rem, 2vw, 1.55rem); }
.edition-details ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #9f9992; }
.edition-details li { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #c6c0b9; }
.edition-details li span { color: var(--wine); font-weight: 700; letter-spacing: .08em; }
.price-line { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid #9f9992; font-size: 1.05rem; letter-spacing: .06em; }
.price-line.sold { color: #8b857f; text-decoration: line-through; }
.fine-print { margin: 1.4rem 0; color: #4f4a45; font-size: .9rem; }
.backstage .button-light { background: var(--black); border-color: var(--black); color: var(--ivory); }
.backstage .button-light:hover, .backstage .button-light:focus-visible { background: var(--wine); border-color: var(--wine); }

.world-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.world-card { min-height: 28rem; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); text-decoration: none; transition: transform .3s ease, background .3s ease, color .3s ease; }
.world-card + .world-card { border-left: 0; }
.world-card strong { margin-top: auto; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .85; }
.world-card p { max-width: 25rem; margin: 1.2rem 0 3rem; }
.card-link { font-size: .76rem; letter-spacing: .14em; }
.world-card-light { background: var(--ivory); color: var(--black); }
.world-card-wine { background: var(--wine); }
.world-card:hover, .world-card:focus-visible { transform: translateY(-.7rem); }

.live { display: grid; grid-template-columns: minmax(8rem, .45fr) 1.55fr; gap: 2rem; background: linear-gradient(140deg, #080808 25%, #19070b 100%); }
.live-copy p:not(.meta) { max-width: 38rem; margin-top: 2.5rem; font-size: 1.2rem; color: #c5beb7; }
.text-link { display: inline-block; margin-top: 1rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-size: .8rem; letter-spacing: .12em; text-decoration: none; }

.contact { min-height: 85vh; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 2.5rem; background: var(--wine); }
.contact h2 { max-width: 70rem; }
.contact > p:not(.index) { max-width: 36rem; font-size: 1.2rem; }

footer { padding: 3rem 2rem; background: var(--ivory); color: var(--black); }
.footer-mark { font-family: var(--serif); font-size: clamp(5rem, 17vw, 16rem); line-height: .75; letter-spacing: -.08em; }
footer nav { display: flex; flex-wrap: wrap; gap: 1.3rem 2rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid #aaa39b; }
footer nav a { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
footer > p { margin: 2rem 0 0; color: #5b5651; font-size: .72rem; letter-spacing: .14em; }

.reveal { opacity: 0; transform: translateY(2.2rem); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 2px solid var(--wine-bright); outline-offset: 4px; }

@media (max-width: 880px) {
  .topbar { grid-template-columns: 1fr auto; padding: 1.1rem 1rem; }
  .topbar p { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 78svh; padding: 7rem 1rem 4rem; }
  .hero-visual { min-height: 70svh; }
  .tag-mark { top: 10%; right: -8%; width: 44vw; }
  .scroll-cue { display: none; }
  .section { padding: 5rem 1rem; }
  .manifesto, .live { grid-template-columns: 1fr; }
  .manifesto-copy { margin-top: 3rem; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 2.2rem; }
  .current-release { grid-template-columns: 3.5rem 1fr; }
  .round-link { grid-column: 2; width: auto; aspect-ratio: auto; min-height: 3.3rem; border-radius: 0; }
  .backstage-grid { grid-template-columns: 1fr; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card { min-height: 22rem; }
  .world-card + .world-card { border-left: 1px solid var(--line); border-top: 0; }
  footer { padding: 3rem 1rem; }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(5.1rem, 29vw, 8rem); }
  h2 { font-size: clamp(3.3rem, 18vw, 6rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .release-row { grid-template-columns: 2.5rem 1fr; }
  .release-row em { grid-column: 2; }
  .backstage-intro { display: block; }
  .access-counter { margin-top: 2rem; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* V2 extends the original editorial system. */
:root{--wine-bright:#c75a73}html{scroll-padding-top:1.5rem}h1,h2,h3{overflow-wrap:normal}h2{line-height:.96}button{font:inherit}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.reveal{opacity:1;transform:none}.topbar{grid-template-columns:1fr auto 1fr;background:rgba(7,7,7,.82)}.desktop-nav{display:flex;gap:1.8rem}.desktop-nav a{font-size:.875rem;letter-spacing:.09em;text-decoration:none}.desktop-nav a:hover{color:var(--wine-bright)}.menu-toggle,.mobile-nav{display:none}.hero{min-height:760px;height:min(100svh,1080px)}.hero-copy{padding-top:8rem}.hero-visual>img:first-child{object-position:center 35%;filter:none}.hero-visual{min-height:0}.tag-mark{width:12vw;top:auto;bottom:5rem;right:1rem;opacity:.55}.hero-line{line-height:1.12}.button{font-size:.875rem;letter-spacing:.1em}.topbar-link,.text-link,.card-link{font-size:.875rem}.current-release{grid-template-columns:minmax(9rem,18rem) 1fr auto;gap:clamp(1.5rem,4vw,4rem)}.release-cover{aspect-ratio:1;width:100%;height:auto}.release-row{color:#a29b95}.backstage h2{font-size:clamp(3.2rem,7.7vw,8rem);overflow-wrap:anywhere}.price-line.sold{color:#6f6862}.world-card-wine .meta,.contact>.index{color:#e8cdd3}.creator-bridge{display:grid;grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--line);text-decoration:none}.creator-bridge p{margin:0;color:#c5beb7}.creator-bridge .card-link{text-align:right}.creator-bridge:hover .card-link{color:var(--wine-bright)}
.creator-work{background:#111012}.creator-intro{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,.85fr);gap:clamp(2rem,5vw,5rem);margin-top:4.5rem;align-items:center}.creator-copy .eyebrow{color:#c9b5bb;margin-bottom:2rem;letter-spacing:.16em}.creator-copy h2{font-size:clamp(2.65rem,6.2vw,6rem);line-height:1;letter-spacing:-.045em}.creator-copy h2 em{font-weight:400;color:#c9b5bb}.creator-copy>p:not(.eyebrow){max-width:42rem;font-size:1.15rem;color:#cbc4c0;margin:2rem 0 0}.creator-copy .text-link{margin-top:2rem}.creator-portrait{margin:0}.creator-portrait img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover}.creator-portrait figcaption{padding:1rem 0;color:var(--muted)}.capabilities{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;margin:5rem 0 7rem}.capabilities article{padding-top:1.5rem;border-top:1px solid var(--line)}.capabilities h3{margin:1.7rem 0 1rem;font-size:.95rem;font-weight:500;letter-spacing:.08em}.capabilities p{color:#bcb4b1;margin:0}.portfolio-heading{display:flex;gap:2rem;align-items:end;justify-content:space-between}.portfolio-heading .eyebrow{max-width:34rem;line-height:1.8;letter-spacing:.12em;color:#bcb4b1}.portfolio-heading h3,.creative-heading h3{font:400 clamp(3rem,6vw,6rem)/.95 var(--serif);letter-spacing:-.04em;margin:1.3rem 0 0}.portfolio-heading>p{color:#bcb4b1;margin:0 0 .3rem}.filters{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin:2.5rem 0;border-bottom:1px solid var(--line)}.filters button{background:none;color:#aaa39c;border:0;border-bottom:2px solid transparent;min-height:48px;padding:.65rem .1rem;font-size:.95rem;cursor:pointer}.filters button[aria-pressed=true]{color:var(--ivory);border-bottom-color:var(--ivory)}.filters button:hover{color:var(--ivory)}
.ugc-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2.5rem 1.5rem;margin-top:2.5rem;align-items:start}.ugc-piece{grid-column:span 3;margin:0}.ugc-piece:nth-child(1),.ugc-piece:nth-child(2),.ugc-piece:nth-child(7),.ugc-piece:nth-child(8){grid-column:span 6}.ugc-piece img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;transition:filter .25s}.ugc-piece:nth-child(1) img,.ugc-piece:nth-child(2) img{aspect-ratio:5/4}.ugc-piece:nth-child(7) img,.ugc-piece:nth-child(8) img{aspect-ratio:3/2}.ugc-piece img:hover{filter:brightness(1.07)}.ugc-piece figcaption{margin-top:.85rem;font-size:.75rem;letter-spacing:.08em;color:#c9c2bb}.ugc-gallery.is-filtered{grid-template-columns:repeat(3,minmax(0,1fr))}.ugc-gallery.is-filtered .ugc-piece{grid-column:auto}.ugc-gallery.is-filtered .ugc-piece img{aspect-ratio:4/5}.ugc-videos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin-top:3rem}.ugc-video{margin:0;min-width:0}.ugc-video video{width:100%;aspect-ratio:9/16;background:#080808;display:block;object-fit:contain}.ugc-video figcaption{margin-top:.9rem;font-size:.75rem;letter-spacing:.07em}.ugc-video a{display:inline-block;margin-top:.7rem;font-size:.875rem;color:#c5beb7}
.brand-value{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;margin-top:7rem;padding-top:4rem;border-top:1px solid var(--line)}.brand-value h3{font:400 clamp(2.5rem,5vw,5rem)/.95 var(--serif);letter-spacing:-.045em;margin:2rem 0}.value-tagline{font:italic 1.5rem/1.3 var(--serif);max-width:25rem;color:#c9b5bb}.services{margin:0}.services>div{padding:1.25rem 0;border-bottom:1px solid var(--line)}.services>div:first-child{padding-top:0}.services dt{font-size:1.15rem}.services dd{margin:.5rem 0 0;color:#bcb4b1}.creative-work{margin-top:7rem;padding-top:4rem;border-top:1px solid var(--line)}.creative-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:end}.creative-heading>p{font-size:1.15rem;color:#c5beb7;margin-bottom:0}.credentials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem;margin:3rem 0}.credentials h4{font-size:.875rem;font-weight:500;letter-spacing:.12em;margin:0 0 1rem}.credentials p{color:#bcb4b1;margin:0}.film-links{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.film-links a{display:flex;flex-direction:column;align-items:start;padding:2rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-decoration:none}.film-links strong{font:400 clamp(1.6rem,3vw,2.6rem)/1.15 var(--serif);margin:1.25rem 0 2rem}.film-links a>span:last-child{font-size:.875rem;letter-spacing:.1em;margin-top:auto}.film-links a:hover{color:#e4a5b2}.ugc-contact{margin-top:7rem;padding:clamp(2rem,5vw,5rem);border:1px solid #6e555e;background:#21171c}.ugc-contact h3{margin:2rem 0;font:400 clamp(2.3rem,4.8vw,4.5rem)/1 var(--serif);letter-spacing:-.04em}.ugc-contact>p:not(.eyebrow){max-width:40rem;color:#c5beb7;margin:1.5rem 0 2rem}.ugc-contact .text-link{margin-left:2rem}.live-photo{margin:0 0 3rem;max-width:30rem}.live-photo img{width:100%;height:auto}.live-photo figcaption{margin-top:1rem;color:var(--muted)}.live-copy>h2{margin-top:1.5rem}.contact-actions{display:flex;flex-wrap:wrap;gap:1rem}.contact h2{font-size:clamp(3rem,8vw,8rem)}.contact :focus-visible,.backstage :focus-visible{outline-color:currentColor}.anchor-alias{position:absolute;top:0}
@media(min-width:1441px){.section,.hero-copy{padding-left:max(2rem,calc((100vw - 1440px)/2));padding-right:max(2rem,calc((100vw - 1440px)/2))}}
@media(max-width:1024px){.desktop-nav{gap:1rem}.topbar-link{display:none}.topbar{grid-template-columns:1fr auto}.creator-copy h2{font-size:5.7vw}.creator-bridge{grid-template-columns:1fr 2fr}.creator-bridge .card-link{grid-column:2;text-align:left}.capabilities{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:2.5rem}.credentials{gap:1.5rem}.current-release{grid-template-columns:12rem 1fr}.current-release .round-link{grid-column:2;aspect-ratio:auto;width:max-content;border-radius:0;min-height:3.35rem;padding:0 1.2rem}.release-cover{grid-row:span 2}}
@media(max-width:880px){.desktop-nav{display:none}.menu-toggle{display:block;color:var(--ivory);background:none;border:1px solid var(--line);min-height:44px;padding:.6rem .8rem;font-size:.875rem;letter-spacing:.1em;cursor:pointer}.menu-toggle span{margin-left:1rem}.mobile-nav{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:1rem;background:#0d0d0d;border-bottom:1px solid var(--line)}.mobile-nav a{min-height:48px;display:flex;align-items:center;font-size:1rem;text-decoration:none;border-bottom:1px solid var(--line)}.hero{height:auto;min-height:auto}.hero-copy{min-height:680px;padding:8.5rem 1rem 4rem}.hero-visual{height:auto;aspect-ratio:4/5;min-height:0}.hero-visual>img:first-child{height:100%;object-position:center 32%}.tag-mark{width:25vw;right:1rem;bottom:4rem;top:auto}.creator-intro{gap:2rem;grid-template-columns:1.2fr .8fr}.creator-copy h2{font-size:5.5vw}.creator-copy>p:not(.eyebrow){font-size:1rem}.creator-copy .eyebrow{font-size:.75rem}.ugc-videos{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-value,.creative-heading{gap:2rem}.credentials{grid-template-columns:1fr}.ugc-piece{grid-column:span 6}.ugc-piece img,.ugc-piece:nth-child(7) img,.ugc-piece:nth-child(8) img,.ugc-piece:nth-child(1) img,.ugc-piece:nth-child(2) img{aspect-ratio:4/5}.ugc-gallery.is-filtered{grid-template-columns:repeat(2,minmax(0,1fr))}.ugc-contact .text-link{display:table;margin-left:0;margin-top:1.5rem}.backstage h2{font-size:clamp(3rem,10vw,6.5rem)}.world-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.world-card{min-height:24rem;padding:1.2rem}.world-card strong{font-size:5vw}.world-card+.world-card{border-top:1px solid var(--line)}.world-card p{font-size:.95rem}.world-card .card-link{font-size:.75rem}}
@media(max-width:600px){.hero-copy{min-height:640px}.hero-visual{aspect-ratio:4/5}.hero-line{font-size:1.9rem}.current-release{grid-template-columns:minmax(0,1fr);gap:1.5rem}.release-cover{grid-row:auto;max-width:100%}.current-release .round-link{grid-column:auto;width:100%}.world-grid{grid-template-columns:1fr}.world-card{min-height:20rem;padding:2rem}.world-card strong{font-size:4rem}.world-card p{font-size:1rem}.world-card .card-link{font-size:.875rem}.creator-bridge{display:flex;flex-direction:column;align-items:start;gap:1rem;padding:2rem 0}.creator-intro{grid-template-columns:1fr;margin-top:3rem}.creator-copy h2{font-size:clamp(2.2rem,10vw,3.7rem);letter-spacing:-.05em}.creator-portrait{margin-top:1rem;max-width:85%;margin-left:auto}.capabilities{gap:2rem 1.3rem;margin:3rem 0 5rem}.capabilities h3{font-size:.85rem;letter-spacing:.03em}.capabilities p{font-size:1rem}.portfolio-heading{display:block}.portfolio-heading>p{margin-top:1.5rem}.ugc-gallery{gap:1.8rem 1rem}.ugc-piece:nth-child(1),.ugc-piece:nth-child(2){grid-column:span 12}.ugc-piece:nth-child(1) img,.ugc-piece:nth-child(2) img{aspect-ratio:5/4}.ugc-gallery.is-filtered .ugc-piece{grid-column:auto}.ugc-piece figcaption{line-height:1.6;font-size:.75rem}.ugc-videos{gap:2rem 1rem}.ugc-video figcaption{font-size:.75rem;line-height:1.6}.brand-value,.creative-heading,.film-links{grid-template-columns:1fr}.brand-value,.creative-work,.ugc-contact{margin-top:5rem}.brand-value h3{font-size:2.7rem}.ugc-contact{padding:2rem 1.2rem}.ugc-contact h3{font-size:2.3rem}.contact h2{font-size:clamp(2.75rem,10vw,4rem)}.contact-actions{width:100%}.live-copy h2{font-size:13.5vw}}
.tag-mark{height:auto}
.ugc-piece:nth-child(1) img,.ugc-piece:nth-child(2) img{aspect-ratio:4/5;object-position:center 25%}
@media(max-width:600px){.ugc-piece:nth-child(1) img,.ugc-piece:nth-child(2) img{aspect-ratio:4/5}}

/* A photo-led cover and a quieter editorial rhythm. */
:root{--black:#101011;--ink:#171617;--ivory:#ede9e3;--muted:#aaa4a1;--line:rgba(237,233,227,.16)}
.topbar{position:relative;background:var(--black);padding:1.4rem clamp(1.25rem,4vw,4rem);border-bottom:0}.wordmark{font-size:1.4rem;letter-spacing:-.035em}.desktop-nav{gap:1.7rem}.desktop-nav a,.topbar-link{font-size:.72rem;letter-spacing:.1em}.topbar-link{border:0}
.hero{max-width:1440px;margin:0 auto;height:auto;min-height:0;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:clamp(2rem,5vw,5rem);padding:1.5rem clamp(1.25rem,4vw,4rem) 4rem;align-items:center}.hero::before{display:none}.hero-copy{min-height:0;padding:2rem 0!important;justify-content:center}.hero-copy .eyebrow{font-size:.64rem;letter-spacing:.16em;color:#b2aba7}.hero h1{font-size:clamp(4rem,7.7vw,7rem);letter-spacing:-.06em;line-height:.98;margin:1.6rem 0 0}.hero-line{font-size:clamp(1.45rem,2.3vw,2rem);line-height:1.35;margin-top:1.5rem;color:#cfc7c3}.hero-actions{margin-top:2rem;gap:1rem;align-items:center}.hero-actions .button{font-size:.65rem;min-height:44px;letter-spacing:.09em;padding:.7rem 1rem}.hero-actions .button-ghost{border-color:transparent;padding-left:.3rem;padding-right:.3rem;font-weight:400;border-bottom:1px solid #6b6261}.hero-actions .button-ghost:hover{background:transparent;color:#e4adba;border-bottom-color:currentColor}.hero-visual{height:auto;min-height:0;aspect-ratio:auto;background:transparent;overflow:visible}.hero-visual>img:first-child{width:100%;height:clamp(460px,72svh,720px);object-fit:cover;object-position:center 34%;filter:none}.hero-visual::after{display:none}.hero-visual figcaption{position:static;text-align:right;margin-top:.75rem;font-size:.6rem;letter-spacing:.13em;color:#9c9390}
.section{padding:clamp(4.5rem,7vw,7rem) clamp(1.25rem,5vw,5rem)}.index{font-size:.64rem;letter-spacing:.12em}h2{font-size:clamp(2.8rem,5.7vw,5.5rem);line-height:1.03;letter-spacing:-.045em}.section-heading{margin-bottom:3rem;align-items:center}.manifesto{grid-template-columns:.35fr 1.65fr;gap:2rem}.manifesto-copy{max-width:850px}.manifesto-copy>p:not(.accent-copy){font-size:clamp(1.05rem,1.6vw,1.4rem);max-width:40rem;line-height:1.65;margin:2rem 0 0}.accent-copy{font-size:1.35rem;margin-top:2rem;line-height:1.5}.manifesto h2{font-size:clamp(2.8rem,5vw,4.8rem)}
.music .section-heading h2{font-size:clamp(2.4rem,4.8vw,4.4rem)}.current-release{grid-template-columns:clamp(130px,18vw,230px) 1fr auto;border:0;padding:0;gap:3rem}.current-release h3{font-size:clamp(2.8rem,5vw,5rem)}.round-link{width:auto;aspect-ratio:auto;min-height:44px;border-radius:0;border:0;border-bottom:1px solid #8d8380;font-size:.7rem;letter-spacing:.1em;padding:.6rem 0}.round-link:hover{transform:none;background:transparent;color:#d997a7}.release-details{margin-top:3rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.release-details summary{cursor:pointer;list-style:none;font-size:.85rem;letter-spacing:.02em;padding:1.3rem 0;color:#bab1ab;display:flex;align-items:center;justify-content:space-between;gap:1rem}.release-details summary::-webkit-details-marker{display:none}.release-details summary span{font-size:1.2rem;transition:transform .2s}.release-details[open] summary span{transform:rotate(45deg)}.release-sequence{margin-top:0;padding-bottom:1rem}.release-row{padding:1rem 0}.release-row strong{font-size:clamp(1.5rem,3vw,2.2rem)}.release-row span,.release-row em{font-size:.65rem;letter-spacing:.1em}.sequence-note{font-size:.8rem;margin:0 0 1.5rem}
.backstage{background:#e7e2da}.backstage-grid{margin-top:2.5rem;gap:clamp(2rem,7vw,7rem)}.backstage h2{font-size:clamp(2.7rem,5.5vw,5.5rem);overflow-wrap:normal}.access-counter strong{font-size:2.8rem}.access-counter span{font-size:.6rem}.backstage-lede{font-size:1.05rem;line-height:1.8;margin-top:1.5rem;max-width:34rem}.edition-details li{font-size:.9rem;padding:.8rem 0}.price-line{padding:1rem 0;font-size:.9rem}.fine-print{font-size:.8rem}.backstage .button{font-size:.7rem;min-height:46px}
.world-grid{gap:2rem}.world-card,.world-card-light,.world-card-wine{background:transparent;color:var(--ivory);min-height:0;padding:1.8rem 0 0;border:0;border-top:1px solid var(--line)}.world-card+.world-card{border-left:0;border-top:1px solid var(--line)}.world-card strong{font-size:clamp(2.3rem,4vw,3.8rem);margin-top:2rem}.world-card p{font-size:.95rem;color:#b9b0aa;line-height:1.65;margin:1.3rem 0 2rem;max-width:20rem}.world-card .meta,.world-card-wine .meta{color:#a89e98;font-size:.65rem}.world-card .card-link{font-size:.7rem;margin-top:auto;color:#cbb8bd}.world-card:hover,.world-card:focus-visible{transform:none;background:transparent}.creator-bridge{padding:2.2rem 0;margin-top:1.5rem;grid-template-columns:.85fr 1.4fr .8fr;gap:2rem}.creator-bridge .meta,.creator-bridge .card-link{font-size:.65rem}.creator-bridge p{font-size:.95rem}
.creator-work{background:#151415}.creator-intro{margin-top:3rem;gap:clamp(2rem,7vw,7rem);grid-template-columns:1.2fr .8fr}.creator-copy h2{font-size:clamp(2.4rem,4.8vw,4.5rem);line-height:1.08}.creator-copy .eyebrow{font-size:.63rem;margin-bottom:1.5rem;line-height:1.7}.creator-copy>p:not(.eyebrow){font-size:1.05rem;line-height:1.8;max-width:33rem;margin-top:1.5rem}.creator-portrait{max-width:360px;justify-self:end}.creator-portrait figcaption{font-size:.6rem}.text-link{font-size:.7rem;letter-spacing:.09em}.capabilities{gap:2rem;margin:3.5rem 0 5rem}.capabilities h3{font-size:.75rem;margin:1.3rem 0 .8rem}.capabilities p{font-size:.9rem;line-height:1.65}.capabilities .meta{font-size:.62rem}.portfolio-heading .eyebrow{font-size:.65rem;letter-spacing:.08em;max-width:33rem}.portfolio-heading h3,.creative-heading h3{font-size:clamp(2.7rem,4.8vw,4.4rem);line-height:1.03}.portfolio-heading>p{font-size:.95rem}.filters{margin:2rem 0}.filters button{font-size:.8rem;min-height:44px}.ugc-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem 1.4rem;margin-top:2rem}.ugc-piece,.ugc-piece:nth-child(1),.ugc-piece:nth-child(2),.ugc-piece:nth-child(7),.ugc-piece:nth-child(8){grid-column:auto}.ugc-piece img,.ugc-piece:nth-child(1) img,.ugc-piece:nth-child(2) img,.ugc-piece:nth-child(7) img,.ugc-piece:nth-child(8) img{aspect-ratio:3/4;object-position:center 25%}.ugc-piece figcaption{font-size:.64rem;letter-spacing:.04em;line-height:1.5}.ugc-videos{gap:1.4rem}.ugc-video figcaption{font-size:.65rem;line-height:1.5}.ugc-video a{font-size:.75rem;color:#9f958f}
.brand-value{margin-top:5rem;padding-top:3rem;gap:4rem}.brand-value h3{font-size:clamp(2.4rem,4.4vw,4rem);line-height:1.05;margin:1.5rem 0}.brand-value .eyebrow,.creative-work>.eyebrow,.ugc-contact .eyebrow{font-size:.65rem}.value-tagline{font-size:1.25rem}.services dt{font-size:1rem}.services dd{font-size:.95rem;line-height:1.65}.creative-work{margin-top:5rem;padding-top:3rem}.creative-heading>p{font-size:1rem;line-height:1.8}.credentials{gap:2.5rem}.credentials h4{font-size:.7rem;letter-spacing:.08em}.credentials p{font-size:.95rem;line-height:1.7}.film-links{gap:2rem}.film-links strong{font-size:1.8rem;margin:1rem 0 1.5rem}.film-links a>span{font-size:.65rem!important}.ugc-contact{padding:2.7rem 0 0;border:0;border-top:1px solid var(--line);background:transparent;margin-top:4rem}.ugc-contact h3{font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.1;margin:1.4rem 0}.ugc-contact>p:not(.eyebrow){font-size:1rem;line-height:1.8;max-width:40rem;margin:1rem 0}.ugc-contact .text-link{margin-left:0;font-size:.75rem}
.live{background:var(--black);grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(3rem,7vw,7rem);align-items:center}.live .index{margin-bottom:2rem}.live-photo{max-width:360px;margin:0}.live-photo figcaption{font-size:.65rem}.live-copy h2{font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.06}.live-copy p:not(.meta){font-size:1rem;line-height:1.8;margin-top:1.6rem}.contact{background:#21171a;min-height:0;gap:1.7rem}.contact h2{font-size:clamp(2.8rem,5.7vw,5.4rem);line-height:1.07}.contact>p:not(.index){font-size:1rem;line-height:1.7;max-width:35rem}.contact .button{font-size:.7rem;min-height:44px}.contact .button-ghost{border-color:#8c7179;font-weight:400}footer{padding:3.5rem clamp(1.25rem,5vw,5rem)}.footer-mark{font-size:clamp(4rem,9vw,8rem);letter-spacing:-.065em}.footer-mark+nav{margin-top:2rem}footer nav{margin-top:2rem;gap:1rem 1.8rem}footer nav a{font-size:.7rem}footer>p{font-size:.6rem;margin-top:1.7rem}
@media(max-width:1024px){.hero{gap:2rem;grid-template-columns:.9fr 1.1fr}.hero h1{font-size:7.5vw}.hero-actions{gap:.8rem}.hero-actions .button{font-size:.6rem;padding:.65rem .8rem}.current-release{grid-template-columns:160px 1fr}.current-release .round-link{grid-column:2;min-height:40px;border-radius:0;border:0;border-bottom:1px solid #8d8380;padding:0;width:max-content}.release-cover{grid-row:span 2}.creator-bridge{grid-template-columns:1fr 1.6fr}.creator-bridge .card-link{grid-column:2}.world-card strong{font-size:3.8vw}}
@media(max-width:880px){.topbar{padding:1rem 1.25rem}.menu-toggle{border:0;padding:.4rem 0;color:var(--ivory);min-height:44px;font-size:.75rem}.mobile-nav{background:var(--black);padding:1rem 1.25rem}.hero{grid-template-columns:1fr;gap:0;padding:1rem 1.25rem 3.5rem;max-width:680px}.hero-visual{grid-row:1;aspect-ratio:auto}.hero-visual>img:first-child{height:clamp(350px,58svh,590px);object-position:center 30%}.hero-visual figcaption{font-size:.55rem;margin-top:.55rem}.hero-copy{grid-row:2;padding:2.2rem 0 0!important;min-height:0}.hero-copy .eyebrow{font-size:.6rem}.hero h1{font-size:clamp(3.8rem,12vw,6rem);margin-top:1.1rem}.hero-line{font-size:1.4rem;margin-top:1rem}.hero-line br{display:none}.hero-actions{margin-top:1.5rem;gap:1.5rem;flex-direction:row}.hero-actions .button{font-size:.65rem;padding:.7rem 1rem;width:auto}.hero-actions .button-ghost{padding-left:0;padding-right:0}.manifesto{grid-template-columns:1fr;gap:1.8rem}.manifesto-copy{margin-top:0}.manifesto-copy>p:not(.accent-copy){margin-top:1.5rem}.section-heading{display:flex;gap:2rem}.section-heading h2{margin-top:0}.world-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.world-card{padding:1.5rem 0 0;min-height:0}.world-card strong{font-size:2.5rem}.creator-intro{grid-template-columns:1fr .8fr;gap:2rem}.creator-copy h2{font-size:4.7vw}.ugc-gallery,.ugc-gallery.is-filtered{grid-template-columns:repeat(2,minmax(0,1fr))}.ugc-piece,.ugc-piece:nth-child(1),.ugc-piece:nth-child(2),.ugc-piece:nth-child(7),.ugc-piece:nth-child(8){grid-column:auto}.backstage-grid{grid-template-columns:1fr;gap:2.5rem}.backstage-lede{max-width:100%}.access-counter strong{font-size:2.5rem}.backstage-intro{display:flex}.credentials{grid-template-columns:1fr}.live{grid-template-columns:.8fr 1.2fr;gap:2rem}.live-copy h2{font-size:4.8vw}.brand-value,.creative-heading{gap:2rem}}
@media(max-width:600px){.hero-visual>img:first-child{height:clamp(330px,53svh,460px)}.hero-copy{padding-top:1.8rem!important}.hero h1{font-size:15vw}.hero-line{font-size:1.23rem}.hero-actions{gap:1.4rem}.section{padding:4rem 1.25rem}.manifesto h2,h2{font-size:clamp(2.5rem,10vw,3.8rem);line-height:1.03}.manifesto-copy>p:not(.accent-copy){font-size:1rem;line-height:1.8}.accent-copy{font-size:1.2rem}.section-heading{align-items:flex-start;gap:1rem;flex-direction:column;margin-bottom:2rem}.section-heading h2{font-size:2.8rem}.current-release{grid-template-columns:110px 1fr;gap:1rem 1.4rem;align-items:start}.release-cover{grid-row:span 2}.current-release h3{font-size:2.35rem;line-height:1}.current-release .meta{font-size:.58rem;letter-spacing:.06em}.current-release p:not(.meta){font-size:.85rem;line-height:1.65;margin-top:.75rem}.current-release .round-link{grid-column:2;width:max-content;font-size:.63rem;min-height:36px}.release-details{margin-top:2rem}.backstage h2{font-size:clamp(2.45rem,10.3vw,3.8rem)}.backstage-intro{display:flex;align-items:center;gap:1rem}.access-counter{margin:0;text-align:right}.access-counter strong{font-size:2.2rem}.access-counter span{font-size:.55rem}.backstage-grid{margin-top:2.3rem}.backstage-lede{font-size:1rem;margin-top:1.3rem}.world-grid{grid-template-columns:1fr;gap:2rem}.world-card{padding-top:1.5rem;display:grid;grid-template-columns:1fr auto;gap:0 1.5rem;min-height:0}.world-card .meta{grid-column:1/-1}.world-card strong{font-size:2.8rem;margin-top:1.2rem;grid-column:1/-1}.world-card p{grid-column:1/-1;max-width:100%;margin:1rem 0;font-size:.95rem}.world-card .card-link{grid-column:1/-1;margin-top:.3rem}.creator-bridge{display:flex;gap:.8rem;margin-top:1rem}.creator-intro{grid-template-columns:1fr;margin-top:2rem;gap:2rem}.creator-copy h2{font-size:clamp(2.3rem,9.6vw,3.5rem)}.creator-copy>p:not(.eyebrow){font-size:1rem}.creator-portrait{width:75%;max-width:290px;margin:0 0 0 auto}.capabilities{grid-template-columns:1fr 1fr;gap:1.6rem;margin:3rem 0 4rem}.capabilities h3{font-size:.73rem;letter-spacing:.03em}.capabilities p{font-size:.88rem}.portfolio-heading h3,.creative-heading h3{font-size:3rem}.portfolio-heading .eyebrow{font-size:.6rem}.portfolio-heading>p{font-size:.9rem;margin-top:1rem}.ugc-gallery{gap:1.5rem .85rem}.ugc-piece img,.ugc-piece:nth-child(1) img,.ugc-piece:nth-child(2) img,.ugc-piece:nth-child(7) img,.ugc-piece:nth-child(8) img{aspect-ratio:3/4}.ugc-piece figcaption{font-size:.6rem;margin-top:.65rem}.ugc-videos{grid-template-columns:1fr 1fr;gap:1.5rem .85rem;margin-top:2rem}.ugc-video figcaption{font-size:.61rem}.ugc-video a{font-size:.7rem}.brand-value,.creative-heading,.film-links{grid-template-columns:1fr;gap:2rem}.brand-value,.creative-work{margin-top:3.5rem;padding-top:2.5rem}.brand-value h3{font-size:2.5rem}.credentials{gap:1.8rem;margin:2.4rem 0}.ugc-contact{margin-top:3rem;padding:2rem 0 0}.ugc-contact h3{font-size:2.4rem}.live{grid-template-columns:1fr;gap:2rem}.live-photo{max-width:260px}.live-copy h2{font-size:10.8vw}.live-copy>.meta{font-size:.63rem}.contact{gap:1.4rem}.contact h2{font-size:10.5vw}.contact .button{width:auto;min-height:44px}.contact-actions{gap:1rem}.footer-mark{font-size:18vw}footer nav{gap:1rem 1.4rem}}
/* Aranea live photography: full frames, quiet controls, native touch navigation. */
.hero.live-cover{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,6vw,6rem);padding-top:1rem;padding-bottom:3rem}
.live-cover .hero-copy{align-self:stretch;position:relative;justify-content:center;padding-bottom:7rem!important}
.live-cover .hero-copy .eyebrow{font-size:.75rem}
.live-cover .hero-actions .button{font-size:.875rem;letter-spacing:.065em}
.live-cover-note{position:absolute;bottom:1.75rem;left:0;border-left:1px solid #746965;padding-left:1.25rem}
.live-cover-note>span{font-size:.75rem;letter-spacing:.15em;color:var(--muted)}
.live-cover-note>p{font-family:var(--serif);font-size:1.8rem;line-height:1.2;margin:.35rem 0 0}
.live-carousel{width:min(100%,460px);justify-self:end;min-width:0}
.live-carousel-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem;font-size:.75rem;letter-spacing:.12em;color:#bcb4b0}
.live-carousel-counter{font-variant-numeric:tabular-nums;white-space:nowrap;letter-spacing:.08em}
.live-carousel-counter [data-current]{color:var(--ivory)}
.live-carousel-stage{position:relative;background:#151719}
.live-carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;aspect-ratio:1365/2048}
.live-carousel-track::-webkit-scrollbar{display:none}
.live-slide{flex:0 0 100%;width:100%;margin:0;scroll-snap-align:center;scroll-snap-stop:always}
.live-slide img{width:100%;height:100%;object-fit:contain;user-select:none}
.live-carousel button,.live-lightbox button{color:var(--ivory);cursor:pointer}
.live-carousel button:focus-visible,.live-lightbox button:focus-visible{outline-color:#f0ddd4;outline-offset:3px}
.live-expand{position:absolute;top:1rem;right:1rem;width:44px;height:44px;display:grid;place-items:center;border:1px solid #ffffff60;background:#101011b3;backdrop-filter:blur(8px);transition:background .2s}
.live-expand:hover{background:#101011}
.live-carousel svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.live-carousel-controls{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.5rem 0 0}
.live-carousel-select{display:flex;gap:.4rem;align-items:center;flex:1;max-width:9rem}
.live-photo-dot{width:50%;height:44px;background:none;border:0;padding:0 .15rem;display:flex;align-items:center}
.live-photo-dot span{display:block;width:100%;height:2px;background:#645d5a;transition:background .25s,height .25s}
.live-photo-dot[aria-current=true] span{background:#e0d7d1;height:3px}
.live-photo-dot:hover span{background:#c7b1b6}
.live-carousel-nav{display:flex;align-items:center;gap:.3rem}
.live-arrow,.live-play{background:transparent;border:1px solid transparent;display:inline-flex;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;line-height:1;transition:background .2s}
.live-arrow:hover,.live-play:hover,.live-play[aria-pressed=true]{background:#ffffff0d;border-color:#ffffff26}
.live-play{margin-right:.6rem;color:#bcb4b0!important}
.live-photo-credit{margin:.4rem 0 0;font-size:.75rem;letter-spacing:.04em;color:#a69e99}
.live-lightbox{position:fixed;inset:0;width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;border:0;padding:1rem clamp(1rem,3vw,3rem);background:#101011;color:var(--ivory);overflow:auto}
.live-lightbox[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:.8rem}
.live-lightbox::backdrop{background:#070707ef}
.live-lightbox-top,.live-lightbox-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.live-lightbox-top p{margin:0;font-size:.875rem;letter-spacing:.09em}
.live-lightbox-close{display:flex;gap:.8rem;align-items:center;min-height:44px;border:0;padding:.3rem;background:transparent;font-size:.75rem;letter-spacing:.09em}
.live-lightbox-close span{font-size:1.8rem;line-height:1}
.live-lightbox-image{min-height:0;display:flex;justify-content:center;align-items:center}
.live-lightbox-image img{display:block;width:100%;height:100%;min-height:0;object-fit:contain}
.live-lightbox-bottom p{margin:0;font-size:.75rem;color:var(--muted)}
.live-lightbox-bottom>div{display:flex;align-items:center;gap:1rem}
[data-lightbox-count]{font-size:.875rem;white-space:nowrap;font-variant-numeric:tabular-nums}
body.has-lightbox{overflow:hidden}
@media(min-width:881px){.live-carousel{width:min(100%,460px,calc((100svh - 220px)*.6665))}}
@media(max-width:880px){.hero.live-cover{grid-template-columns:1fr;max-width:680px;gap:0;padding-top:.5rem;padding-bottom:3rem}.live-carousel{grid-row:1;justify-self:center;width:min(100%,420px)}.live-cover .hero-copy{grid-row:2;padding:2rem 0 0!important}.live-cover-note{display:none}.live-cover .hero-copy .eyebrow{font-size:.75rem}.live-cover .hero-actions{gap:1.1rem}.live-cover .hero-actions .button{font-size:.875rem}.live-carousel-heading{font-size:.75rem}.live-cover h1{font-size:clamp(3.8rem,14vw,6rem)}}
@media(max-width:380px){.live-carousel-heading{letter-spacing:.055em;font-size:.75rem}.live-cover .hero-actions{gap:.8rem}.live-cover .hero-actions .button{font-size:.8rem}.live-lightbox-top p{max-width:12rem}.live-lightbox-bottom{flex-wrap:wrap}.live-lightbox-bottom>div{gap:.4rem}}

/* Restore the wine and violet accents around the lighter layout. */
:root{--black:#0d0a10;--ink:#17111c;--ivory:#f2eee8;--wine:#6d1325;--wine-bright:#d47b96;--violet:#b999e0}
.hero.live-cover::before{display:block;background:radial-gradient(ellipse at 17% 45%,#66264270,transparent 58%),radial-gradient(ellipse at 72% 37%,#57317c55,transparent 62%);pointer-events:none}
.live-cover .hero-copy .eyebrow,.live-cover-note>span{color:#dda1b5}
.live-cover-note{border-left-color:#ba678f}
.live-cover .hero-actions .button-light{background:#713254;border-color:#935176;color:var(--ivory)}
.live-cover .hero-actions .button-light:hover,.live-cover .hero-actions .button-light:focus-visible{background:#8b426b;border-color:#d694b5}
.live-cover .hero-actions .button-ghost{border-bottom-color:#ab718e;color:#e6bed0}
.live-carousel-heading{color:#cfb4e4}
.live-photo-dot[aria-current=true] span{background:#d691b6}
.live-photo-dot span{background:#775a80}
.live-arrow:hover,.live-play:hover,.live-play[aria-pressed=true]{background:#723b6940;border-color:#b778a466}
.live-expand{background:#311b35bf;border-color:#b690b399}
.live-expand:hover{background:#462244}
.index,.music .meta,.creator-work .eyebrow{color:#d496af}
.round-link{border-bottom-color:#bb6d9a;color:#e5b2ce}
.backstage{background:#f0e7e6}
.backstage h2{color:#591529}
.world-card{padding:1.8rem 1.5rem;background:#1c1220;border-top-color:#79486a}
.world-card:hover,.world-card:focus-visible{background:#25182a}
.world-card-light,.world-card-light:hover,.world-card-light:focus-visible{background:#efe6ed;color:#29192d;border-top-color:#b696b8}
.world-card-light p,.world-card-light .meta{color:#634b63}
.world-card-light .card-link{color:#6d2353}
.world-card-wine,.world-card-wine:hover,.world-card-wine:focus-visible{background:var(--wine);border-top-color:#c7758c}
.world-card-wine p,.world-card-wine .meta,.world-card-wine .card-link{color:#f0d4dc}
.creator-work{background:#17111d}
.creator-copy h2 em,.value-tagline,.creative-heading h3 em{color:#c4a4df}
.filters button[aria-pressed=true]{color:#ecd8fc;border-bottom-color:#ba85de}
.live{background:linear-gradient(130deg,#0d0a10 20%,#251022 100%)}
.contact{background:var(--wine)}
.contact .index,.contact>p:not(.index){color:#efd5dd}
.contact .button-ghost{border-color:#cb8da0}
.footer-mark{color:#6d1325}

/* The live photograph owns the hero, independent of a short browser window. */
.hero.immersive-cover{--hero-photo-height:clamp(620px,calc(100svh - 80px),1000px);display:block;max-width:none;width:100%;padding:0;margin:0;isolation:isolate;z-index:1}
.hero.immersive-cover::before{display:none}
.immersive-cover .live-carousel{width:100%;max-width:none;position:relative}
.immersive-cover .live-carousel-stage{background:#170d1c}
.immersive-cover .live-carousel-track{width:100%;height:var(--hero-photo-height);aspect-ratio:auto}
.immersive-cover .live-slide{position:relative;overflow:hidden;background:#170d1c}
.immersive-cover .live-slide img{width:76%;max-width:none;height:100%;margin-left:24%;object-fit:cover;object-position:50% 20%}
.immersive-cover .live-slide:nth-child(2) img{object-position:50% 33%}
.immersive-cover .live-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#170d1c 4%,#291124e8 24%,#29112480 39%,transparent 58%),linear-gradient(0deg,#100b15bd,transparent 28%);pointer-events:none}
.immersive-cover .hero-copy{position:absolute;top:0;bottom:84px;left:0;z-index:2;max-width:44%;padding:4rem 0 4rem clamp(1.25rem,4vw,5rem)!important;justify-content:center;pointer-events:none}
.immersive-cover .hero-copy a{pointer-events:auto}
.immersive-cover h1{font-size:clamp(5rem,9.2vw,10.5rem);line-height:.92;margin-top:1.5rem;letter-spacing:-.065em}
.immersive-cover .hero-line{font-size:clamp(1.3rem,2.1vw,2.2rem);color:#eee0e8;max-width:27rem;line-height:1.4;text-shadow:0 2px 20px #160b18}
.immersive-cover .hero-copy .eyebrow{font-size:.75rem;color:#e8b9d0;max-width:28rem}
.immersive-cover .hero-actions{margin-top:2.2rem;gap:1.3rem}
.immersive-cover .hero-actions .button{font-size:.8rem}
.immersive-cover .live-carousel-heading{position:absolute;top:1.5rem;left:clamp(1.25rem,4vw,5rem);right:clamp(1.25rem,4vw,5rem);z-index:3;margin:0;color:#f3e4f0;text-shadow:0 1px 10px #100b15;pointer-events:none}
.immersive-cover .live-expand{top:4rem;right:clamp(1.25rem,4vw,5rem);z-index:3}
.immersive-cover .live-carousel-controls{position:absolute;right:clamp(1.25rem,4vw,5rem);bottom:102px;z-index:3;gap:1.4rem;padding:0 0 0 1rem;background:#130c1ad9;border:1px solid #cfb4e433;backdrop-filter:blur(12px)}
.immersive-cover .live-carousel-select{width:6rem;flex:none}
.immersive-cover .live-carousel-nav{padding:.3rem}
.immersive-cover .live-photo-credit{position:absolute;right:clamp(1.25rem,4vw,5rem);bottom:167px;z-index:2;margin:0;color:#e3d3e0;font-size:.75rem;text-shadow:0 1px 8px #000}
.live-event-strip{display:flex;align-items:center;gap:clamp(1.5rem,4vw,5rem);padding:1rem clamp(1.25rem,4vw,5rem);min-height:84px;background:#1d101e;border-top:1px solid #e6bbd433}
.live-event-detail{display:flex;align-items:center;gap:.9rem;min-width:0}
.live-event-detail>svg,.live-event-map>svg{width:21px;height:21px;flex:none;fill:none;stroke:#d996be;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
.live-event-detail small{display:block;font-size:.7rem;letter-spacing:.12em;color:#c5a9c3;text-transform:uppercase}
.live-event-detail p{margin:.1rem 0 0;font-size:.95rem;color:#f3e8ee;line-height:1.5}
.live-event-detail p span{color:#bda7bd;font-size:.875rem}
.live-event-map{margin-left:auto;display:inline-flex;gap:.7rem;align-items:center;min-height:44px;text-decoration:none;border-bottom:1px solid #8d5b81;font-size:.875rem;white-space:nowrap}
.live-event-map:hover{color:#eebdda;border-color:currentColor}
@media(min-width:1600px){.immersive-cover .live-slide img{width:70%;margin-left:30%;object-position:50% 24%}}
@media(max-width:900px) and (min-width:701px){.immersive-cover .hero-copy{max-width:50%}.immersive-cover h1{font-size:10vw}.immersive-cover .hero-actions{gap:.8rem}.immersive-cover .hero-actions .button{font-size:.72rem}.immersive-cover .live-slide img{width:88%;margin-left:12%}.immersive-cover .live-slide::after{background:linear-gradient(90deg,#170d1cf5,#291124a8 25%,transparent 65%),linear-gradient(0deg,#100b15bd,transparent 35%)}}
@media(max-width:700px){.hero.immersive-cover{--hero-photo-height:clamp(720px,calc(100svh - 64px),980px)}.immersive-cover .live-slide img{width:100%;margin:0;object-position:50% 10%}.immersive-cover .live-slide:nth-child(2) img{object-position:50% 25%}.immersive-cover .live-slide::after{background:linear-gradient(0deg,#190d1ff5 2%,#301629e8 15%,#29112455 41%,transparent 65%),linear-gradient(180deg,#160b188c,transparent 22%)}.immersive-cover .hero-copy{max-width:none;width:100%;top:calc(var(--hero-photo-height) - 286px);bottom:auto;padding:0 1.25rem!important;justify-content:flex-end}.immersive-cover h1{font-size:18vw;max-width:100%;margin-top:.875rem}.immersive-cover .hero-line{font-size:1.125rem;max-width:22rem;margin-top:.75rem}.immersive-cover .hero-line br{display:none}.immersive-cover .hero-actions{margin-top:1.3rem;gap:1.3rem}.immersive-cover .hero-actions .button{font-size:.75rem}.immersive-cover .hero-copy .eyebrow{font-size:.7rem}.immersive-cover .live-carousel-heading{top:1rem;font-size:.7rem}.immersive-cover .live-expand{top:3rem}.immersive-cover .live-carousel-controls{position:relative;bottom:auto;right:auto;background:#160e1c;border-width:0 0 1px;padding:.3rem 1.25rem;gap:1rem;justify-content:space-between;backdrop-filter:none}.immersive-cover .live-photo-credit{bottom:auto;top:calc(var(--hero-photo-height) - 28px);left:1.25rem;right:auto;font-size:.7rem}.live-event-strip{flex-wrap:wrap;gap:1rem 1.5rem;padding:1.2rem 1.25rem;align-items:flex-start}.live-event-detail{gap:.6rem}.live-event-detail p{font-size:.875rem}.live-event-detail p span{font-size:.8rem}.live-event-map{margin-left:0;font-size:.8rem}.live-event-detail small{font-size:.65rem}}
@media(max-width:380px){.immersive-cover .hero-copy{top:calc(var(--hero-photo-height) - 286px)}.immersive-cover h1{font-size:18vw}.immersive-cover .hero-line{font-size:1.15rem}.immersive-cover .hero-actions{gap:1rem}.immersive-cover .hero-actions .button{font-size:.7rem}}
.live-event-strip{position:absolute;bottom:0;left:0;right:0;z-index:4;background:#1d101ef0;backdrop-filter:blur(12px)}
.live-map-details{margin-left:auto}
.live-map-details>summary{list-style:none;cursor:pointer}
.live-map-details>summary::-webkit-details-marker{display:none}
.map-toggle-mark{font-size:1.3rem;margin-left:.35rem;transition:transform .2s}
.live-map-details[open] .map-toggle-mark{transform:rotate(45deg)}
.live-map-panel{position:absolute;top:100%;right:clamp(1.25rem,4vw,5rem);left:clamp(1.25rem,4vw,5rem);padding:1.25rem;background:#211327;border:1px solid #865173;box-shadow:0 18px 55px #0009}
.live-map-title{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}
.live-map-title p{margin:0;font-size:.95rem}
.live-map-title p span{display:block;font-size:.8rem;color:#c9b9cb;margin-top:.25rem}
.live-map-title a{font-size:.75rem;text-decoration:none;border-bottom:1px solid #a980a7;padding:.5rem 0}
.live-map-panel iframe{display:block;width:100%;height:320px;border:0;background:#e6e3e8;color-scheme:light}
@media(max-width:700px){.live-event-strip{position:relative;bottom:auto;backdrop-filter:none}.live-map-panel{left:1rem;right:1rem;padding:1rem}.live-map-title{align-items:flex-start;flex-direction:column;gap:.4rem}.live-map-details{margin-left:0}.live-map-panel iframe{height:280px}}

/* DEITÉ: the artist's original label, presented as a forthcoming release. */
.commercial-services{margin-top:4rem;padding-top:3rem;border-top:1px solid #b385a34d}
.commercial-services>.eyebrow{font-size:.75rem}
.commercial-services h3{font:400 clamp(2.4rem,4.5vw,4.3rem)/1.08 var(--serif);letter-spacing:-.035em;margin:1.5rem 0}
.commercial-services>p:not(.eyebrow){max-width:39rem;font-size:1rem;line-height:1.8;color:#cfc1ce}
.commercial-service-links{margin-top:2rem}
.commercial-service-links>a{display:grid;grid-template-columns:2.5rem 1fr auto;align-items:center;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #b385a33d;text-decoration:none}
.commercial-service-links>a:hover h4{color:#e4afd1}
.commercial-service-links h4{font:400 clamp(1.3rem,2.3vw,1.8rem)/1.25 var(--serif);margin:0 0 .4rem}
.commercial-service-links p{font-size:1rem;color:#bcaabe;margin:0;line-height:1.6}
.commercial-service-links .service-list-number{font-size:.75rem;color:#ca92b8;align-self:start;padding-top:.35rem}
.commercial-service-links>a>span:last-child{font-size:1.5rem;color:#d099c0}
footer nav.footer-services{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #6d13252b;gap:.75rem 1.5rem}
footer nav.footer-services a{font-size:.875rem}
@media(max-width:600px){.commercial-service-links>a{grid-template-columns:1.5rem 1fr auto;gap:.7rem}.commercial-service-links h4{font-size:1.4rem}.commercial-service-links p{font-size:1rem}.commercial-services h3{font-size:2.7rem}}
.wine-coming{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(3rem,7vw,8rem);background:radial-gradient(ellipse at 80% 45%,#69344f66,transparent 65%),linear-gradient(120deg,#421525,#291326);border-top:1px solid #b7728e55;border-bottom:1px solid #b7728e55}
.wine-coming-copy{max-width:34rem;justify-self:center;width:100%}
.wine-coming .index{color:#e3b8cc;font-size:.75rem}
.wine-coming-status{display:flex;align-items:center;gap:.65rem;margin:3rem 0 1.5rem;font-size:.875rem;letter-spacing:.18em;color:#f0c9dc}
.wine-coming-status>span{width:6px;height:6px;border-radius:50%;background:#edb7d3}
.wine-coming h2{font-size:clamp(5.5rem,10vw,10rem);font-weight:400;line-height:.9;letter-spacing:-.055em;margin:0}
.wine-coming-lede{font:400 clamp(1.8rem,3vw,3rem)/1.15 var(--serif);margin:2rem 0 0}
.wine-coming-lede em{font-weight:400;color:#e9c3de}
.wine-coming-origin{margin:1.5rem 0 0;color:#d5bccd;line-height:1.75;font-size:1rem}
.wine-coming-link{display:inline-flex;align-items:center;gap:2rem;min-height:48px;margin-top:2.2rem;padding:.65rem 0;border-bottom:1px solid #c58aa8;text-decoration:none;font-size:.875rem;letter-spacing:.1em}
.wine-coming-link>span[aria-hidden]{font-size:1.15rem}
.wine-coming-link:hover{color:#f4bbdc;border-bottom-color:currentColor}
.wine-coming-link:focus-visible{outline:2px solid #f4bbdc;outline-offset:6px}
.wine-coming-art{margin:0;width:min(100%,400px);justify-self:center}
.wine-coming-art img{width:100%;height:auto;box-shadow:0 25px 65px #0d05094d}
.wine-coming-art figcaption{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;color:#d1b4c9;font-size:.75rem;letter-spacing:.12em}
@media(max-width:900px) and (min-width:701px){.wine-coming{gap:2.5rem}.wine-coming h2{font-size:9vw}.wine-coming-status{margin-top:2rem}}
@media(max-width:700px){.wine-coming{grid-template-columns:1fr;gap:3rem;padding:4rem 1.25rem}.wine-coming-copy{max-width:none}.wine-coming h2{font-size:clamp(5.5rem,22vw,8.5rem)}.wine-coming-status{margin-top:2rem}.wine-coming-lede{font-size:2.25rem;margin-top:1.5rem}.wine-coming-origin{margin-top:1rem}.wine-coming-link{margin-top:1.5rem}.wine-coming-art{width:min(100%,360px)}.wine-coming-art figcaption{font-size:.75rem}}
