:root {
  --ink: #0b0a09;
  --paper: #eee9df;
  --muted: #a7a197;
  --copper: #d2622f;
  --line: rgba(238, 233, 223, .2);
}

* { box-sizing: border-box; }
.preview-locked body > *:not(.preview-gate) { display: none !important; }
.preview-gate { display: none; min-height: 100vh; padding: 34px; place-items: center; background: var(--ink); color: var(--paper); }
.preview-locked .preview-gate { display: grid; }
.preview-gate-card { width: min(100%, 680px); border: 1px solid var(--line); padding: clamp(28px, 6vw, 68px); }
.preview-gate-card > img { width: 96px; height: 96px; object-fit: contain; margin-bottom: 44px; }
.preview-gate-card h1 { font: 650 clamp(42px, 7vw, 78px)/.96 "Manrope", sans-serif; letter-spacing: -.055em; margin: 28px 0; }
.preview-gate-card > p:not(.kicker) { max-width: 530px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.preview-gate-card form { margin-top: 42px; }
.preview-gate-card label { display: block; margin-bottom: 9px; color: var(--muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.preview-gate-card form > div { display: flex; }
.preview-gate-card input { min-width: 0; flex: 1; border: 1px solid var(--line); background: rgba(255,255,255,.05); color: var(--paper); padding: 16px; font: inherit; }
.preview-gate-card button { border: 0; background: var(--copper); color: var(--ink); padding: 16px 22px; font: inherit; font-weight: 800; cursor: pointer; }
#preview-status { min-height: 20px; margin: 11px 0 0; color: var(--copper); font-size: 13px; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
main { display: flex; flex-direction: column; }
.hero { order: 0; }
.heritage-strip { order: 1; }
.upcoming-section { order: 2; }
.manifesto { order: 3; }
.work-section { order: 4; }
.approach-section { order: 5; }
.about-section { order: 6; }
.artists-section { order: 7; }
.projects-section { order: 8; }
.beyond-section { order: 9; }
.contact-section { order: 10; }
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.site-header {
  min-height: 88px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 72px); border-bottom: 1px solid var(--line); position: relative; z-index: 30;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 22px/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.fox-mark { color: var(--copper); font-size: 39px; line-height: .5; transform: rotate(-12deg); display: inline-block; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 52px); font-size: 14px; }
nav a { color: var(--muted); transition: color .2s; }
nav a:hover, nav a:focus-visible { color: var(--paper); }
.nav-contact { color: var(--paper); border-bottom: 1px solid var(--copper); padding-bottom: 4px; }
.menu-button { display: none; color: var(--paper); background: transparent; border: 1px solid var(--line); padding: 9px 13px; font: inherit; }
.hero { min-height: calc(100vh - 88px); position: relative; padding: clamp(46px, 7vh, 90px) clamp(22px, 4vw, 72px) 42px; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow, .kicker, .overline { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: var(--muted); }
.hero h1 { font: 700 clamp(60px, 9.7vw, 160px)/.83 "Manrope", sans-serif; letter-spacing: -.075em; margin: 6vh 0; max-width: 1280px; }
.hero h1 span { color: var(--copper); font-style: italic; font-weight: 600; }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.lede { max-width: 540px; margin: 0; font-size: clamp(20px, 2vw, 30px); line-height: 1.25; letter-spacing: -.025em; }
.circle-link { width: 114px; height: 114px; border: 1px solid var(--paper); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; font-size: 13px; transition: background .25s, color .25s; }
.circle-link:hover { background: var(--paper); color: var(--ink); }
.circle-link b { font-size: 22px; }
.scar { position: absolute; background: var(--copper); height: 2px; transform-origin: left; }
.scar-one { width: 22vw; right: -4vw; top: 42%; transform: rotate(-23deg); }
.manifesto { background: var(--paper); color: var(--ink); padding: clamp(80px, 12vw, 190px) clamp(22px, 8vw, 140px); }
.manifesto p { font: 600 clamp(38px, 6vw, 94px)/1.05 "Manrope", sans-serif; letter-spacing: -.055em; margin: 0; }
.manifesto .accent { color: var(--copper); }
.heritage-strip { display: grid; grid-template-columns: 1fr; align-items: center; padding: 22px clamp(22px, 4vw, 72px); background: var(--copper); color: var(--ink); }
.heritage-strip strong { font: 700 clamp(15px, 2vw, 22px)/1.1 "Manrope", sans-serif; letter-spacing: -.02em; text-transform: none; }
.artists-section, .live-section, .watch-section, .press-section, .projects-section, .beyond-section, .work-section, .approach-section, .about-section, .contact-section, .upcoming-section { padding: clamp(80px, 10vw, 160px) clamp(22px, 4vw, 72px); }
.upcoming-section { background: #171512; }
.upcoming-heading { display: grid; grid-template-columns: 1fr 2.4fr; gap: 40px; margin-bottom: 65px; }
.upcoming-heading h2 { font: 600 clamp(42px, 6vw, 90px)/.98 "Manrope", sans-serif; letter-spacing: -.055em; margin: 0; }
.upcoming-list { border-top: 1px solid var(--line); }
.upcoming-item { display: grid; grid-template-columns: minmax(130px, .55fr) 2fr auto; gap: clamp(20px, 4vw, 60px); align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); }
.upcoming-item > time { color: var(--copper); font: 650 clamp(22px, 2.5vw, 34px)/1.05 "Manrope", sans-serif; letter-spacing: -.04em; }
.upcoming-item time small { color: var(--muted); font: 500 12px/1 "DM Sans", sans-serif; letter-spacing: .1em; }
.upcoming-item span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.upcoming-item h3 { font: 650 clamp(28px, 3.5vw, 52px)/1 "Manrope", sans-serif; letter-spacing: -.05em; margin: 12px 0; }
.upcoming-item p { color: var(--muted); max-width: 620px; margin: 0; line-height: 1.5; }
.upcoming-item > a { align-self: center; color: var(--paper); border-bottom: 1px solid var(--copper); padding-bottom: 5px; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; }
.tour-dates { grid-column: 2 / -1; margin-top: 8px; }
.tour-dates summary { color: var(--copper); cursor: pointer; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.tour-dates ol { list-style: none; padding: 18px 0 0; margin: 0; }
.tour-dates li { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 18px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 14px; }
.tour-dates li time { color: var(--copper); }
.tour-dates li span { color: var(--paper); text-transform: none; letter-spacing: 0; font-size: inherit; }
.tour-dates li b { color: var(--muted); font-weight: 400; }
.section-intro { display: grid; grid-template-columns: 1fr 2.4fr; gap: 40px; margin-bottom: 90px; }
.section-deck { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.55; }
.section-intro h2, .approach-grid h2, .about-grid h2 { font: 600 clamp(42px, 6vw, 90px)/.98 "Manrope", sans-serif; letter-spacing: -.055em; margin: 0; }
.service-list { border-top: 1px solid var(--line); }
.section-tagline { margin: clamp(65px, 9vw, 130px) 0 0; padding-top: 24px; border-top: 1px solid var(--copper); color: var(--copper); font: 600 clamp(34px, 5vw, 74px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.about-tagline { color: var(--ink); }
.artists-section { background: #11100e; }
.artist-stack { border-top: 1px solid var(--line); }
.artist-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 7vw, 110px); padding: 42px 0; border-bottom: 1px solid var(--line); }
.artist-heading { display: grid; grid-template-columns: 42px 1fr; align-content: start; }
.artist-heading span { color: var(--copper); font-size: 12px; padding-top: 9px; }
.artist-heading h3 { font: 650 clamp(32px, 4.8vw, 70px)/.95 "Manrope", sans-serif; letter-spacing: -.06em; margin: 0; }
.artist-heading p { grid-column: 2; color: var(--muted); margin: 12px 0 0; }
.artist-body iframe { border-radius: 0; display: block; }
.artist-photo { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; margin: 0 0 25px; filter: grayscale(100%) contrast(1.08); transition: filter .35s; }
.artist-card:hover .artist-photo { filter: grayscale(15%) contrast(1.03); }
.photo-credit { margin: -17px 0 24px; color: var(--muted); font-size: 12px; letter-spacing: .05em; }
.artist-logo { display: block; width: min(100%, 360px); height: auto; margin: 0 0 24px; mix-blend-mode: screen; }
.artist-bio { color: var(--muted); font-size: 17px; line-height: 1.55; margin: 0 0 24px; max-width: 680px; }
.latest-release { display: grid; grid-template-columns: 120px 1fr auto; gap: 18px; align-items: baseline; padding: 17px 0; margin-bottom: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.latest-release span, .latest-release small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.latest-release strong { font: 600 19px/1.2 "Manrope", sans-serif; }
.artist-news { display: grid; grid-template-columns: 90px 1fr auto; gap: 18px; align-items: start; margin: 0 0 24px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.artist-news span { color: var(--copper); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.artist-news p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.artist-news b { color: var(--copper); }
.artist-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 18px; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; }
.artist-links a { border-bottom: 1px solid var(--copper); padding-bottom: 4px; }
.live-section { background: var(--ink); }
.live-intro { color: var(--muted); max-width: 620px; font-size: 18px; line-height: 1.55; margin: -45px 0 70px auto; }
.live-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.live-widget { background: var(--ink); padding: clamp(25px, 4vw, 55px); min-height: 240px; }
.live-widget span { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.live-widget h3 { font: 650 clamp(25px, 3vw, 42px)/1 "Manrope", sans-serif; letter-spacing: -.04em; margin: 0 0 30px; }
.live-widget h3 { margin-top: 70px; }
.live-widget b { color: var(--copper); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.live-widget:hover { background: #171512; }
.live-fallback { display: inline-block; color: var(--copper); border-bottom: 1px solid var(--copper); padding-bottom: 5px; }
.bit-widget { font-family: "DM Sans", sans-serif !important; }
.watch-section { background: #171512; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 54px 18px; }
.video-grid article:first-child { grid-column: 1 / -1; }
.video-wrap { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.artist-video { margin-top: 22px; }
.artist-video p { margin: 10px 0 0; color: var(--muted); font-size: 13px; letter-spacing: .04em; }
.artist-video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.artist-live { display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; align-items: center; margin-top: 24px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.artist-live span, .artist-live b { color: var(--copper); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.artist-live p { margin: 0; color: var(--paper); font-size: 15px; }
.artist-press { display: block; margin-top: 22px; padding: 24px; border-left: 3px solid var(--copper); background: rgba(255,255,255,.035); transition: background .25s; }
.artist-press:hover { background: rgba(255,255,255,.07); }
.artist-press span, .artist-press b { color: var(--copper); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.artist-press blockquote { font: 500 clamp(20px, 2vw, 30px)/1.25 "Manrope", sans-serif; letter-spacing: -.035em; margin: 20px 0; }
.video-grid h3 { font: 650 24px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; margin: 18px 0 5px; }
.video-grid p { color: var(--muted); margin: 0; font-size: 13px; }
.press-section { background: var(--ink); }
.press-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.press-grid a { min-height: 320px; padding: clamp(24px, 4vw, 50px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s; }
.press-grid a:hover { background: #171512; }
.press-grid span, .press-grid b { color: var(--copper); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.press-grid blockquote { font: 500 clamp(23px, 2.6vw, 38px)/1.2 "Manrope", sans-serif; letter-spacing: -.04em; margin: auto 0 30px; }
.projects-section { background: var(--paper); color: var(--ink); }
.projects-section .kicker { color: #6e685f; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.project-card { min-height: 380px; border: 1px solid rgba(11,10,9,.25); padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; transition: background .25s, color .25s, transform .25s; }
.project-card.feature { grid-row: span 2; min-height: 776px; background: var(--copper); color: var(--ink); }
.project-card.screaming-owls { grid-column: 1 / -1; min-height: 330px; }
a.project-card:hover { background: var(--ink); color: var(--paper); transform: translateY(-4px); }
.project-card span { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; opacity: .65; }
.project-card h3 { font: 650 clamp(34px, 4vw, 61px)/.95 "Manrope", sans-serif; letter-spacing: -.055em; margin: auto 0 24px; }
.project-card p { max-width: 520px; font-size: 18px; line-height: 1.5; margin: 0 0 35px; }
.project-card b { font-size: 13px; text-transform: uppercase; letter-spacing: .07em; }
.beyond-section { background: #f2efe7; color: var(--ink); position: relative; border-top: 12px solid var(--copper); }
.beyond-label { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(11,10,9,.28); padding-bottom: 14px; color: #6e685f; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.beyond-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(45px, 8vw, 130px); padding: clamp(60px, 9vw, 130px) 0 80px; }
.beyond-section .kicker { color: var(--copper); }
.beyond-section h2 { font: 750 clamp(64px, 9vw, 138px)/.8 "Manrope", sans-serif; letter-spacing: -.085em; margin: 35px 0 0; text-transform: uppercase; }
.dagsson-photo { width: min(420px, 82%); aspect-ratio: 1; object-fit: cover; margin-top: 55px; filter: grayscale(100%) contrast(1.1); transform: rotate(-2deg); box-shadow: 15px 15px 0 var(--copper); }
.dagsson-copy { padding-top: 40px; }
.dagsson-intro { font: 600 clamp(25px, 3vw, 40px)/1.15 "Manrope", sans-serif; letter-spacing: -.045em; margin: 0 0 32px; }
.dagsson-copy > p:not(.dagsson-intro) { color: #5d5851; font-size: 18px; line-height: 1.6; }
.dagsson-lanes { display: flex; flex-wrap: wrap; gap: 8px; margin: 45px 0 32px; }
.dagsson-lanes span { border: 1px solid rgba(11,10,9,.35); padding: 10px 13px; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.dark-links a { border-color: var(--ink); }
.dagsson-opportunities { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(11,10,9,.28); border-left: 1px solid rgba(11,10,9,.28); }
.dagsson-opportunities article { min-height: 275px; padding: 25px; border-right: 1px solid rgba(11,10,9,.28); border-bottom: 1px solid rgba(11,10,9,.28); }
.dagsson-opportunities span { color: var(--copper); font-size: 12px; }
.dagsson-opportunities h3 { font: 650 24px/1.05 "Manrope", sans-serif; letter-spacing: -.04em; margin: 65px 0 18px; }
.dagsson-opportunities p { color: #5d5851; font-size: 14px; line-height: 1.5; }
.concept-note { border-top: 1px solid rgba(11,10,9,.28); padding-top: 24px; max-width: 850px; color: #6e685f; font-size: 13px; line-height: 1.6; }
.service { display: grid; grid-template-columns: 90px 1fr auto; gap: 25px; align-items: start; padding: 38px 0; border-bottom: 1px solid var(--line); transition: padding .25s, color .25s; }
.service:hover { padding-left: 14px; color: #fff; }
.service-number { color: var(--copper); font-size: 13px; }
.service h3 { font: 600 clamp(25px, 3vw, 43px)/1.05 "Manrope", sans-serif; letter-spacing: -.04em; margin: 0 0 13px; }
.service p { max-width: 680px; color: var(--muted); line-height: 1.65; margin: 0; }
.service-arrow { font-size: 34px; color: var(--copper); }
.approach-section { background: #171512; position: relative; overflow: hidden; }
.approach-grid, .about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(45px, 9vw, 150px); margin-top: 80px; }
.approach-grid h2 em { color: var(--copper); font-weight: 600; }
.approach-copy > p, .about-copy p { font-size: clamp(19px, 2vw, 27px); line-height: 1.45; letter-spacing: -.02em; margin: 0 0 44px; }
.approach-copy ul { list-style: none; padding: 0; margin: 70px 0 0; border-top: 1px solid var(--line); }
.approach-copy li { padding: 19px 0; border-bottom: 1px solid var(--line); display: flex; gap: 25px; }
.approach-copy li span { color: var(--copper); font-size: 12px; }
.scar-two { width: 380px; left: -100px; bottom: 70px; transform: rotate(17deg); }
.about-section { background: var(--paper); color: var(--ink); }
.about-section .kicker, .about-section .overline { color: #6e685f; }
.about-copy { padding-top: 42px; }
.about-copy p:last-child { color: #6e685f; }
.profile-link { display: inline-block; border-bottom: 1px solid var(--copper); padding-bottom: 5px; font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.history-line { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 90px; border-top: 1px solid rgba(11,10,9,.25); border-left: 1px solid rgba(11,10,9,.25); }
.history-line div { padding: 22px; min-height: 125px; border-right: 1px solid rgba(11,10,9,.25); border-bottom: 1px solid rgba(11,10,9,.25); }
.history-line span { color: var(--copper); font: 700 19px/1 "Manrope", sans-serif; }
.history-line p { margin: 30px 0 0; font-size: 13px; line-height: 1.4; }
.contact-section { min-height: 82vh; display: flex; flex-direction: column; justify-content: space-between; }
.contact-link { display: flex; justify-content: space-between; align-items: flex-end; padding: 70px 0; border-bottom: 1px solid var(--line); font: 600 clamp(48px, 8vw, 125px)/.9 "Manrope", sans-serif; letter-spacing: -.065em; }
.contact-link b { color: var(--copper); font-size: .6em; transition: transform .25s; }
.contact-link:hover b { transform: translate(8px, -8px); }
.contact-form { max-width: 820px; margin: 0 0 70px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-form label { display: grid; gap: 9px; margin-bottom: 18px; color: var(--muted); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.24); border-radius: 0; background: rgba(255,255,255,.045); color: var(--paper); padding: 15px 16px; font: inherit; letter-spacing: normal; text-transform: none; }
.contact-form select option { color: #111; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid var(--copper); outline-offset: 2px; border-color: transparent; }
.form-submit { border: 0; background: var(--copper); color: #111; padding: 16px 20px; font: inherit; font-weight: 800; cursor: pointer; }
.form-submit:hover { filter: brightness(1.08); }
.form-note, .form-status { color: var(--muted); font-size: 12px; }
.form-note a { color: var(--paper); border-bottom: 1px solid var(--copper); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-meta { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; padding-top: 60px; }
.contact-meta a { border-bottom: 1px solid var(--copper); padding-bottom: 4px; }
.contact-meta p { color: var(--muted); margin: 0; }
footer { display: flex; align-items: center; justify-content: space-between; padding: 34px clamp(22px, 4vw, 72px); border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-socials { display: flex; gap: 22px; }
.footer-socials a:hover { color: var(--paper); }
.footer-link-button { border: 0; border-bottom: 1px solid var(--copper); background: transparent; color: inherit; padding: 0 0 3px; font: inherit; cursor: pointer; }
.footer-brand { color: var(--paper); }
.footer-brand img { width: 56px; height: 56px; }
.media-consent { min-height: 152px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.035); color: var(--paper); }
.video-wrap .media-consent { position: absolute; inset: 0; z-index: 1; }
.media-consent p { display: grid; gap: 6px; margin: 0; }
.media-consent span { max-width: 440px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.media-consent button { flex: 0 0 auto; border: 1px solid var(--copper); background: transparent; color: var(--paper); padding: 11px 14px; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.media-consent button:hover, .media-consent button:focus-visible { background: var(--copper); color: #111; }
.privacy-section { order: 11; display: grid; grid-template-columns: .8fr 1.7fr; gap: clamp(40px, 8vw, 130px); padding: clamp(80px, 10vw, 150px) clamp(22px, 4vw, 72px); background: var(--paper); color: var(--ink); }
.privacy-heading h1, .privacy-heading h2 { margin: 18px 0 0; font: 600 clamp(40px, 6vw, 86px)/.94 "Manrope", sans-serif; letter-spacing: -.055em; }
.privacy-copy { max-width: 860px; }
.privacy-copy p { margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(11,10,9,.18); line-height: 1.65; }
.privacy-copy strong { color: var(--copper-dark, #a74626); }
.privacy-copy .privacy-updated { border: 0; color: #69645e; font-size: 13px; }
.privacy-back { display: inline-block; margin-top: 38px; border-bottom: 1px solid var(--copper); font-weight: 700; }
.legal-page .privacy-section { min-height: calc(100vh - 100px); padding-top: clamp(110px, 13vw, 190px); }
.media-banner[hidden] { display: none; }
.media-banner { position: fixed; z-index: 90; left: 22px; right: 22px; bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1120px; margin: 0 auto; padding: 18px 20px; border: 1px solid rgba(255,255,255,.28); background: rgba(11,10,9,.97); box-shadow: 0 20px 70px rgba(0,0,0,.38); color: var(--paper); }
.media-banner strong { font-size: 17px; }
.media-banner p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.media-banner a { color: var(--paper); border-bottom: 1px solid var(--copper); }
.media-banner-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.media-banner button { border: 1px solid rgba(255,255,255,.3); background: transparent; color: var(--paper); padding: 11px 14px; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.media-banner #media-accept { border-color: var(--copper); background: var(--copper); color: #111; }

@media (max-width: 760px) {
  .site-header { min-height: 72px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 28px 22px; background: var(--ink); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 22px; }
  nav.open { display: flex; }
  .hero { min-height: calc(100vh - 72px); }
  .hero h1 { margin: 10vh 0 8vh; font-size: clamp(56px, 18vw, 90px); }
  .heritage-strip { grid-template-columns: 1fr; text-align: left; }
  .hero-bottom { align-items: center; }
  .circle-link { width: 82px; height: 82px; flex: 0 0 auto; }
  .section-intro, .approach-grid, .about-grid { grid-template-columns: 1fr; }
  .upcoming-heading { grid-template-columns: 1fr; margin-bottom: 45px; }
  .upcoming-item { grid-template-columns: 1fr; gap: 18px; }
  .upcoming-item > a { justify-self: start; }
  .tour-dates { grid-column: 1; }
  .tour-dates li { grid-template-columns: 65px 1fr; }
  .tour-dates li b { grid-column: 2; }
  .section-intro { margin-bottom: 50px; }
  .service { grid-template-columns: 42px 1fr auto; gap: 10px; }
  .artist-card { grid-template-columns: 1fr; }
  .artist-video-grid { grid-template-columns: 1fr; }
  .latest-release { grid-template-columns: 1fr; gap: 5px; }
  .artist-live { grid-template-columns: 1fr auto; gap: 7px 14px; }
  .artist-live p { grid-column: 1; }
  .artist-live b { grid-column: 2; grid-row: 1 / 3; }
  .live-grid, .project-grid { grid-template-columns: 1fr; }
  .video-grid, .press-grid { grid-template-columns: 1fr; }
  .video-grid article:first-child { grid-column: auto; }
  .beyond-grid { grid-template-columns: 1fr; }
  .dagsson-opportunities { grid-template-columns: 1fr 1fr; }
  .beyond-label { gap: 20px; }
  .live-intro { margin: -15px 0 50px; }
  .project-card.feature { grid-row: auto; min-height: 480px; }
  .project-card.screaming-owls { grid-column: auto; }
  .project-card { min-height: 330px; }
  .service-arrow { font-size: 22px; }
  .approach-grid, .about-grid { margin-top: 50px; }
  .contact-section { min-height: 70vh; }
  .contact-meta { align-items: flex-start; flex-direction: column; }
  .privacy-section { grid-template-columns: 1fr; }
  .media-consent { align-items: flex-start; flex-direction: column; }
  .media-banner { align-items: flex-start; flex-direction: column; }
  .media-banner-actions { width: 100%; }
  .media-banner-actions button { flex: 1; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .history-line { grid-template-columns: 1fr 1fr; }
  footer { flex-wrap: wrap; gap: 22px; }
}

@media (max-width: 470px) {
  .dagsson-opportunities { grid-template-columns: 1fr; }
}

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