:root {
  --ink: #050403;
  --ink-soft: #0b0907;
  --panel: #11100e;
  --panel-raised: #18140f;
  --paper: #fffaf0;
  --muted: #aaa08f;
  --muted-light: #d5cab8;
  --gold: #d7a93f;
  --gold-light: #f5d883;
  --orange: #ff6a00;
  --orange-soft: #ff9b45;
  --line: rgba(215, 169, 63, .23);
  --line-soft: rgba(255, 255, 255, .1);
  --shadow: 0 30px 90px rgba(0, 0, 0, .48);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tech: Orbitron, var(--sans);
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body.public-site {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 4%, rgba(255, 106, 0, .1), transparent 27rem),
    radial-gradient(circle at 88% 34%, rgba(215, 169, 63, .09), transparent 29rem),
    var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.public-site::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  pointer-events: none;
}

img { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-140%); background: var(--paper); padding: 10px 14px; color: var(--ink); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.public-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  min-height: 82px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(5, 4, 3, .84);
  padding: 10px clamp(18px, 4.5vw, 72px);
  backdrop-filter: blur(22px) saturate(135%);
}
.public-brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.public-brand img { width: 54px; height: 54px; border: 1px solid var(--line); border-radius: 16px; object-fit: cover; box-shadow: 0 0 28px rgba(255,106,0,.16); }
.public-brand span { display: grid; gap: 2px; }
.public-brand strong { font: 700 13px var(--tech); letter-spacing: .18em; }
.public-brand small { color: var(--gold); font: 700 7px var(--tech); letter-spacing: .22em; text-transform: uppercase; }
.public-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 30px); }
.public-nav a { position: relative; color: #d6cec0; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.public-nav a::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 1px; transform: scaleX(0); background: var(--orange); content: ""; transition: transform .2s ease; }
.public-nav a:hover::after, .public-nav a[aria-current="page"]::after { transform: scaleX(1); }
.public-nav a[aria-current="page"] { color: white; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.menu-btn { display: none; border: 1px solid var(--line); border-radius: 12px; background: transparent; padding: 8px 11px; font-size: 20px; cursor: pointer; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 0 20px; font: 800 10px var(--tech); letter-spacing: .11em; text-decoration: none; text-transform: uppercase; transition: border-color .2s ease, transform .2s ease, filter .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-primary { background: linear-gradient(110deg, #a96813, var(--gold-light) 52%, #b37b22); color: #110b03; box-shadow: 0 18px 40px rgba(215,169,63,.17); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.03); color: var(--paper); }
.button-orange { background: linear-gradient(110deg, #c64b00, var(--orange), #ff9e4b); color: white; box-shadow: 0 18px 40px rgba(255,106,0,.18); }
.button-small { min-height: 42px; padding-inline: 16px; font-size: 8px; }
.text-link { color: var(--gold-light); font-size: 12px; font-weight: 800; text-underline-offset: 5px; }

.site-main { min-height: 70vh; }
.section-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: clamp(74px, 9vw, 132px); }
.section-compact { padding-block: clamp(50px, 6vw, 80px); }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin: 0; color: var(--gold); font: 800 9px var(--tech); letter-spacing: .26em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 1px; background: currentColor; content: ""; }
.display-title { max-width: 900px; margin: 18px 0 22px; font: 500 clamp(52px, 8.5vw, 122px)/.82 var(--display); letter-spacing: -.045em; }
.display-title em { color: var(--gold-light); font-weight: 500; }
.section-title { margin: 14px 0 18px; font: 500 clamp(42px, 6vw, 78px)/.92 var(--display); letter-spacing: -.035em; }
.section-lede { max-width: 720px; margin: 0; color: var(--muted-light); font-size: clamp(15px, 1.6vw, 19px); line-height: 1.75; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-head > div { max-width: 760px; }

.home-hero { position: relative; isolation: isolate; min-height: calc(100svh - 82px); overflow: hidden; }
.home-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5,4,3,.97) 0%, rgba(5,4,3,.84) 36%, rgba(5,4,3,.25) 70%, rgba(5,4,3,.65) 100%), linear-gradient(0deg, var(--ink), transparent 31%); content: ""; }
.hero-backdrop { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 34%; opacity: .78; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .55fr); align-items: end; gap: 45px; min-height: calc(100svh - 82px); padding-block: clamp(72px, 9vw, 130px); }
.hero-copy { max-width: 880px; }
.hero-copy .slogan { margin: 24px 0 0; color: white; font: italic 500 clamp(24px, 3vw, 42px) var(--display); }
.hero-copy > p:not(.eyebrow):not(.slogan) { max-width: 650px; color: #d7cebf; font-size: clamp(15px, 1.5vw, 19px); line-height: 1.7; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.hero-proof { align-self: end; border: 1px solid var(--line); background: rgba(8,6,4,.68); padding: 24px; backdrop-filter: blur(16px); }
.hero-proof small { display: block; color: var(--gold); font: 700 8px var(--tech); letter-spacing: .2em; }
.hero-proof strong { display: block; margin: 10px 0; font: 500 32px var(--display); }
.hero-proof p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.dna-preview { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1fr); align-items: center; gap: clamp(40px, 7vw, 105px); }
.dna-visual { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 2px; box-shadow: var(--shadow); }
.dna-visual img { display: block; width: 100%; aspect-ratio: .8; object-fit: cover; object-position: center; }
.dna-visual::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.1); margin: 12px; content: ""; pointer-events: none; }
.dna-copy p { color: var(--muted-light); line-height: 1.8; }
.dna-pillars { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin: 30px 0; background: var(--line); border: 1px solid var(--line); }
.dna-pillars div { min-height: 120px; background: var(--ink-soft); padding: 20px; }
.dna-pillars small { color: var(--orange-soft); font: 700 8px var(--tech); letter-spacing: .18em; }
.dna-pillars strong { display: block; margin-top: 10px; font: 500 24px var(--display); }

.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.experience-card { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--line-soft); background: var(--panel); padding: 28px; }
.experience-card::before { position: absolute; inset: 0; background: radial-gradient(circle at 90% 5%, rgba(255,106,0,.13), transparent 40%); content: ""; }
.experience-card > * { position: relative; }
.experience-card span { color: var(--gold); font: 700 9px var(--tech); letter-spacing: .2em; }
.experience-card h3 { margin: 75px 0 14px; font: 500 36px/.95 var(--display); }
.experience-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.image-strip { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 8px; }
.image-strip a { position: relative; overflow: hidden; min-height: 430px; border: 1px solid var(--line-soft); }
.image-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.image-strip a:hover img { transform: scale(1.035); }
.image-strip span { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.25); padding-top: 12px; font: 700 8px var(--tech); letter-spacing: .14em; text-transform: uppercase; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(88px, 12vw, 170px) clamp(70px, 9vw, 125px); }
.page-hero::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 75% 20%, rgba(255,106,0,.16), transparent 34rem), linear-gradient(180deg, transparent, rgba(0,0,0,.3)); content: ""; }
.page-hero p:not(.eyebrow) { max-width: 720px; color: var(--muted-light); font-size: clamp(16px, 1.7vw, 21px); line-height: 1.7; }
.breadcrumb { margin-bottom: 28px; color: var(--muted); font-size: 11px; }
.breadcrumb a { color: var(--gold); text-underline-offset: 4px; }

.about-feature { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.75fr); gap: clamp(45px,7vw,110px); align-items: start; }
.about-copy h2 { margin-top: 0; }
.about-copy p { color: var(--muted-light); font-size: 16px; line-height: 1.85; }
.about-portrait { position: sticky; top: 112px; }
.about-portrait img { display: block; width: 100%; border: 1px solid var(--line); box-shadow: var(--shadow); }
.about-quote { margin: 34px 0; border-left: 2px solid var(--orange); padding: 5px 0 5px 25px; color: var(--gold-light); font: italic 500 clamp(30px,4vw,50px)/1 var(--display); }
.about-signature { display: block; width: min(420px, 100%); height: auto; margin: 28px 0 34px; border: 1px solid var(--line); }
.principles { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.principle { display: grid; grid-template-columns: 50px 1fr; gap: 18px; background: var(--ink-soft); padding: 22px; }
.principle b { color: var(--orange); font: 800 11px var(--tech); }
.principle strong { display: block; margin-bottom: 7px; font: 500 24px var(--display); }
.principle p { margin: 0; color: var(--muted); font-size: 13px; }

.coming-soon { display: grid; min-height: calc(100svh - 82px); place-items: center; padding-block: 80px; text-align: center; }
.coming-soon-inner { max-width: 850px; }
.coming-soon-mark { display: grid; width: 96px; height: 96px; place-items: center; margin: 0 auto 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font: 500 50px var(--display); box-shadow: 0 0 55px rgba(215,169,63,.12); }
.coming-soon p { max-width: 600px; margin: 0 auto 30px; color: var(--muted-light); line-height: 1.8; }

.gallery-grid { columns: 4 260px; column-gap: 10px; }
.gallery-item { position: relative; display: block; width: 100%; break-inside: avoid; overflow: hidden; margin: 0 0 10px; border: 0; background: var(--panel); padding: 0; cursor: zoom-in; }
.gallery-item img { display: block; width: 100%; height: auto; transition: opacity .25s ease, transform .55s ease; }
.gallery-item:hover img { transform: scale(1.025); opacity: .84; }
.gallery-item span { position: absolute; right: 0; bottom: 0; left: 0; transform: translateY(100%); background: linear-gradient(transparent, rgba(0,0,0,.88)); padding: 55px 17px 15px; text-align: left; font: 700 8px var(--tech); letter-spacing: .14em; text-transform: uppercase; transition: transform .25s ease; }
.gallery-item:hover span, .gallery-item:focus-visible span { transform: none; }
.lightbox { position: fixed; z-index: 500; inset: 0; display: grid; grid-template-rows: auto 1fr; background: rgba(0,0,0,.94); padding: 18px; backdrop-filter: blur(16px); }
.lightbox[hidden] { display: none; }
.lightbox-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 13px; }
.lightbox-bar strong { font: 700 9px var(--tech); letter-spacing: .17em; text-transform: uppercase; }
.lightbox-close { border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.05); padding: 9px 14px; cursor: pointer; }
.lightbox figure { display: grid; min-height: 0; place-items: center; margin: 0; }
.lightbox img { max-width: 100%; max-height: calc(100svh - 90px); object-fit: contain; }

.merch-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.product-card.featured { grid-column: 1/-1; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(310px,.7fr); }
.product-visual { position: relative; background: #f2f0ec; }
.product-visual img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-card.featured .product-visual img { height: 100%; min-height: 540px; aspect-ratio: auto; }
.product-badge { position: absolute; top: 18px; left: 18px; border-radius: 999px; background: var(--orange); padding: 9px 13px; color: white; font: 800 8px var(--tech); letter-spacing: .14em; text-transform: uppercase; }
.product-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(27px,4vw,52px); }
.product-copy small { color: var(--gold); font: 700 8px var(--tech); letter-spacing: .19em; text-transform: uppercase; }
.product-copy h2 { margin: 12px 0; font: 500 clamp(34px,4vw,56px)/.93 var(--display); }
.product-copy p { color: var(--muted); line-height: 1.7; }
.product-status { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 25px; border-top: 1px solid var(--line-soft); padding-top: 18px; }
.product-status strong { color: var(--gold-light); font: 700 9px var(--tech); letter-spacing: .14em; text-transform: uppercase; }
.product-thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border-top: 1px solid var(--line); background: var(--line); }
.product-thumbs img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; background: #eee; }
.merch-note { margin-top: 24px; border: 1px solid var(--line); background: rgba(255,106,0,.06); padding: 18px 20px; color: var(--muted-light); font-size: 12px; line-height: 1.6; }

.contact-layout { display: grid; grid-template-columns: minmax(280px,.68fr) minmax(0,1fr); gap: clamp(40px,7vw,105px); }
.contact-aside { position: sticky; top: 115px; align-self: start; }
.contact-aside p { color: var(--muted-light); line-height: 1.75; }
.contact-list { display: grid; gap: 1px; margin-top: 30px; border: 1px solid var(--line); background: var(--line); }
.contact-list div { background: var(--ink-soft); padding: 18px; }
.contact-list small { display: block; margin-bottom: 5px; color: var(--gold); font: 700 8px var(--tech); letter-spacing: .14em; text-transform: uppercase; }
.contact-list strong { font: 500 21px var(--display); }
.form-card { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(24,20,15,.92), rgba(8,7,6,.95)); padding: clamp(24px,4vw,52px); box-shadow: var(--shadow); }
.form-card h2 { margin: 0 0 8px; font: 500 clamp(36px,4vw,54px) var(--display); }
.form-card > p { margin: 0 0 30px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1/-1; }
.field label, .choice-label { color: #c5b9a5; font: 700 8px var(--tech); letter-spacing: .14em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); outline: none; background: rgba(0,0,0,.36); padding: 14px 15px; color: white; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,169,63,.08); }
.field small { color: #82796b; font-size: 10px; line-height: 1.5; }
.form-consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; margin: 23px 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.form-consent input { margin-top: 2px; accent-color: var(--orange); }
.honeypot { position: absolute; left: -9999px; }
.form-card .button { width: 100%; }

.access-hero { display: grid; grid-template-columns: minmax(0,.9fr) minmax(340px,.66fr); align-items: center; gap: clamp(45px,7vw,110px); min-height: calc(100svh - 82px); padding-block: 70px; }
.access-art { position: relative; }
.access-art img { display: block; width: 100%; border: 1px solid var(--line); }
.access-art::before { position: absolute; z-index: -1; inset: -20px 30px 20px -30px; border: 1px solid var(--line); content: ""; }
.access-copy h1 { margin: 14px 0; font: 500 clamp(48px,6vw,82px)/.88 var(--display); }
.access-copy > p { color: var(--muted-light); line-height: 1.75; }
.access-steps { display: grid; gap: 12px; margin: 26px 0 32px; }
.access-step { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.access-step b { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font: 700 9px var(--tech); }
.access-step strong { display: block; margin-bottom: 4px; font-size: 13px; }
.access-step span { color: var(--muted); font-size: 11px; line-height: 1.5; }

.auth-shell { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.72fr); min-height: 100svh; }
.auth-art { position: relative; min-height: 100%; overflow: hidden; }
.auth-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.auth-art::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, var(--ink)), linear-gradient(0deg, rgba(0,0,0,.5), transparent 35%); content: ""; }
.auth-home { position: absolute; z-index: 2; top: 25px; left: 25px; }
.auth-panel { position: relative; display: grid; place-items: center; padding: clamp(30px,6vw,85px); }
.auth-card { width: min(470px,100%); }
.auth-card .public-brand { margin-bottom: 42px; }
.auth-card h1 { margin: 12px 0; font: 500 clamp(48px,5vw,70px)/.9 var(--display); }
.auth-card > p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.auth-form { display: grid; gap: 17px; margin-top: 30px; }
.auth-form .button { width: 100%; }
.auth-status { min-height: 20px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.auth-status.is-error { color: #ff9e91; }
.auth-status.is-success { color: #83d9a0; }
.auth-links { display: flex; justify-content: space-between; gap: 15px; margin-top: 20px; color: var(--muted); font-size: 10px; }
.auth-links a { color: var(--gold); }

.admin-shell { padding-block: 55px 90px; }
.admin-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.admin-top h1 { margin: 8px 0 0; font: 500 58px var(--display); }
.admin-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 18px; align-items: start; }
.admin-card { border: 1px solid var(--line); background: var(--panel); padding: 24px; }
.admin-card h2 { margin: 0 0 18px; font: 500 31px var(--display); }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--line-soft); padding: 12px 8px; text-align: left; font-size: 11px; }
.admin-table th { color: var(--gold); font: 700 7px var(--tech); letter-spacing: .12em; text-transform: uppercase; }
.admin-table button { border: 1px solid var(--line); background: transparent; padding: 7px 9px; color: var(--muted-light); cursor: pointer; }
.admin-empty { padding: 35px 10px; color: var(--muted); text-align: center; }
.admin-form { display: grid; gap: 14px; }

.success-page { display: grid; min-height: calc(100svh - 82px); place-items: center; padding-block: 80px; text-align: center; }
.success-card { max-width: 680px; border: 1px solid var(--line); background: var(--panel); padding: clamp(35px,6vw,70px); box-shadow: var(--shadow); }
.success-mark { display: grid; width: 70px; height: 70px; place-items: center; margin: 0 auto 25px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 30px; }
.success-card h1 { margin: 0 0 15px; font: 500 clamp(46px,6vw,72px)/.9 var(--display); }
.success-card p { color: var(--muted-light); line-height: 1.75; }

.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(35px, 6vw, 90px); align-items: start; }
.legal-nav { position: sticky; top: 110px; display: grid; gap: 4px; border: 1px solid var(--line); background: var(--panel); padding: 16px; }
.legal-nav strong { margin-bottom: 8px; color: var(--gold); font: 700 8px var(--tech); letter-spacing: .16em; text-transform: uppercase; }
.legal-nav a { border-left: 1px solid transparent; padding: 8px 10px; color: var(--muted); font-size: 11px; text-decoration: none; }
.legal-nav a:hover { border-color: var(--orange); color: white; }
.legal-copy { min-width: 0; }
.legal-copy .legal-updated { border: 1px solid var(--line); background: rgba(215,169,63,.05); padding: 14px 17px; color: var(--muted-light); font-size: 11px; line-height: 1.6; }
.legal-copy h2 { margin: 52px 0 15px; scroll-margin-top: 110px; font: 500 clamp(31px,4vw,46px) var(--display); }
.legal-copy h3 { margin: 28px 0 10px; font: 600 21px var(--display); }
.legal-copy p, .legal-copy li { color: var(--muted-light); font-size: 14px; line-height: 1.8; }
.legal-copy li + li { margin-top: 8px; }
.legal-copy a { color: var(--gold-light); text-underline-offset: 4px; }
.legal-copy table { width: 100%; margin: 22px 0; border-collapse: collapse; }
.legal-copy th, .legal-copy td { border: 1px solid var(--line-soft); padding: 12px; vertical-align: top; color: var(--muted-light); font-size: 12px; line-height: 1.55; text-align: left; }
.legal-copy th { background: var(--panel); color: var(--gold-light); font: 700 8px var(--tech); letter-spacing: .1em; text-transform: uppercase; }
.legal-callout { margin: 28px 0; border-left: 2px solid var(--orange); background: rgba(255,106,0,.05); padding: 16px 20px; }

.cookie-banner { position: fixed; z-index: 450; right: 18px; bottom: 18px; left: 18px; display: flex; max-width: 1020px; align-items: center; justify-content: space-between; gap: 30px; margin-inline: auto; border: 1px solid var(--line); background: rgba(10,8,6,.97); padding: 20px; box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font: 600 22px var(--display); }
.cookie-banner p { max-width: 620px; margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.privacy-choice-modal { position: fixed; z-index: 600; inset: 0; display: grid; place-items: center; overflow: auto; background: rgba(0,0,0,.82); padding: 20px; backdrop-filter: blur(14px); }
.privacy-choice-modal[hidden] { display: none; }
.privacy-choice-modal > section { position: relative; width: min(590px,100%); border: 1px solid var(--line); background: var(--ink-soft); padding: clamp(25px,5vw,48px); box-shadow: var(--shadow); }
.privacy-choice-modal h2 { margin: 12px 0; font: 500 45px var(--display); }
.privacy-choice-modal p, .privacy-choice-modal small { color: var(--muted); line-height: 1.65; }
.privacy-choice-modal label { display: grid; grid-template-columns: 1fr auto; gap: 20px; border-top: 1px solid var(--line-soft); padding: 16px 0; }
.privacy-choice-modal label span { display: grid; gap: 4px; }
.privacy-choice-modal label strong { font-size: 12px; }
.privacy-choice-modal label small { font-size: 10px; }
.privacy-choice-modal input { width: 20px; accent-color: var(--orange); }
.privacy-choice-modal section > div { display: flex; gap: 8px; margin: 20px 0; }
.privacy-close { position: absolute; top: 12px; right: 12px; border: 1px solid var(--line); border-radius: 50%; background: transparent; width: 36px; height: 36px; cursor: pointer; }

.public-footer { border-top: 1px solid rgba(255,255,255,.08); background: #040302; }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding-block: 50px 34px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 72px; height: 72px; border-radius: 18px; object-fit: cover; }
.footer-brand strong { display: block; font: 500 35px var(--display); }
.footer-brand span { color: var(--gold); font: 700 8px var(--tech); letter-spacing: .18em; text-transform: uppercase; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 18px; }
.footer-nav a, .footer-nav button { border: 0; background: none; padding: 0; color: var(--muted-light); font-size: 11px; cursor: pointer; text-decoration: none; }
.footer-nav a:hover, .footer-nav button:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.07); padding-block: 20px; color: #716a60; font-size: 9px; }
.social-links { display: flex; gap: 16px; }
.social-links a { color: var(--gold); text-decoration: none; }

@media (max-width: 1050px) {
  .public-header { grid-template-columns: auto auto; }
  .menu-btn { display: block; justify-self: end; }
  .public-header .header-actions { display: none; }
  .public-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); background: rgba(5,4,3,.98); padding: 12px 20px 22px; }
  .public-nav.open { display: flex; }
  .public-nav a { border-bottom: 1px solid rgba(255,255,255,.06); padding: 15px 4px; }
  .public-nav a::after { display: none; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-proof { max-width: 420px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 240px; }
  .experience-card h3 { margin-top: 45px; }
  .image-strip { grid-template-columns: 1fr 1fr; }
  .image-strip a:first-child { grid-column: 1/-1; }
  .about-feature, .contact-layout { grid-template-columns: 1fr; }
  .about-portrait, .contact-aside { position: static; }
  .about-portrait { max-width: 620px; }
  .access-hero { grid-template-columns: 1fr; }
  .access-art { max-width: 680px; }
  .auth-shell { grid-template-columns: 1fr; }
  .auth-art { min-height: 44vh; max-height: 520px; }
  .auth-art::after { background: linear-gradient(0deg, var(--ink), transparent 40%); }
  .admin-grid { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 28px, 1240px); }
  .public-header { min-height: 70px; padding-inline: 14px; }
  .public-brand img { width: 46px; height: 46px; border-radius: 13px; }
  .public-brand small { display: none; }
  .display-title { font-size: clamp(54px, 18vw, 86px); }
  .home-hero, .hero-layout { min-height: calc(100svh - 70px); }
  .home-hero::after { background: linear-gradient(90deg, rgba(5,4,3,.9), rgba(5,4,3,.42)), linear-gradient(0deg, var(--ink), transparent 55%); }
  .hero-backdrop { object-position: 58% center; opacity: .62; }
  .hero-layout { padding-block: 72px 58px; }
  .hero-proof { display: none; }
  .dna-preview { grid-template-columns: 1fr; }
  .dna-visual { max-width: 540px; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 25px; }
  .image-strip { grid-template-columns: 1fr; }
  .image-strip a, .image-strip a:first-child { grid-column: auto; min-height: 390px; }
  .dna-pillars { grid-template-columns: 1fr; }
  .gallery-grid { columns: 2 150px; }
  .merch-grid { grid-template-columns: 1fr; }
  .product-card.featured { grid-column: auto; display: block; }
  .product-card.featured .product-visual img { min-height: 0; aspect-ratio: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .auth-panel { padding: 52px 22px; }
  .admin-top { align-items: start; flex-direction: column; }
  .admin-table thead { display: none; }
  .admin-table tr, .admin-table td { display: block; }
  .admin-table tr { border-bottom: 1px solid var(--line); padding-block: 10px; }
  .admin-table td { border: 0; padding: 5px 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { justify-content: start; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 12px; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 15px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button { width: 100%; }
}

@media (max-width: 470px) {
  .public-brand strong { font-size: 11px; }
  .hero-ctas { display: grid; }
  .button { width: 100%; }
  .gallery-grid { columns: 1; }
  .product-thumbs { grid-template-columns: repeat(2,1fr); }
  .footer-brand img { width: 58px; height: 58px; }
  .footer-brand strong { font-size: 28px; }
  .cookie-actions { grid-template-columns: 1fr; }
  .privacy-choice-modal section > div { display: grid; }
  .privacy-choice-modal .button { width: 100%; }
}

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