@import url('../_ds/industry-6f9f0e70-101c-4f8e-b9fe-d7259d190928/styles.css');

:root {
  --page: 48px;
  --page-max: 1280px;
}

body[data-palette="brand"] {
  --color-bg: #d9d2c3;
  --color-surface: #cfc8b8;
  --color-text: #2a2014;
  --color-accent: #5c4a35;
  --color-accent-2: #6a5640;
  --color-divider: color-mix(in srgb, #2a2014 18%, transparent);
  --color-accent-100: #efe9de;
  --color-accent-200: #e0d7c6;
  --color-accent-300: #c9bca4;
  --color-accent-400: #a8967a;
  --color-accent-500: #866f52;
  --color-accent-600: #6a5640;
  --color-accent-700: #4f3f2d;
  --color-accent-800: #3d2f1e;
  --color-accent-900: #2a2014;
  --color-accent-2-100: #efe9de;
  --color-accent-2-200: #e0d7c6;
  --color-accent-2-300: #c9bca4;
  --color-accent-2-400: #a8967a;
  --color-accent-2-500: #866f52;
  --color-accent-2-600: #6a5640;
  --color-accent-2-700: #4f3f2d;
  --color-accent-2-800: #3d2f1e;
  --color-accent-2-900: #2a2014;
  --color-neutral-100: #f1ede6;
  --color-neutral-200: #e3ddd2;
  --color-neutral-300: #cfc8b8;
  --color-neutral-400: #b0a898;
  --color-neutral-500: #8f877a;
  --color-neutral-600: #726a5e;
  --color-neutral-700: #564f45;
  --color-neutral-800: #3d372f;
  --color-neutral-900: #26211b;
}

html { scroll-behavior: smooth; }
body { background: var(--color-bg); color: var(--color-text); }
img { width: 100%; height: 100%; object-fit: cover; }
a { color: var(--color-accent-700); }
a:hover { color: var(--color-accent-900); }

.skip {
  position: absolute; left: -999px; top: 8px;
}
.skip:focus { left: 8px; z-index: 80; background: var(--color-bg); padding: 8px 12px; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 26px;
  padding: 16px var(--page);
  background: color-mix(in srgb, var(--color-bg) 88%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-divider);
}
.site-header.is-over-hero {
  position: absolute; inset: 0 0 auto 0;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--color-accent-900) 35%, transparent), transparent);
  border-bottom: 0; color: var(--color-bg);
}
.site-header.is-over-hero a { color: inherit; }
.site-header.is-over-hero .btn { border-color: var(--color-bg); color: var(--color-bg); }
.nav-brand {
  letter-spacing: .14em; text-transform: uppercase; font-size: 15px;
  color: inherit; text-decoration: none; margin-right: auto;
}
.nav-links { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.nav-links a { color: inherit; text-decoration: none; font-size: 14px; }
.nav-links a[aria-current="page"] { color: var(--color-accent-700); }
.site-header.is-over-hero .nav-links a[aria-current="page"] { color: var(--color-bg); text-decoration: underline; text-underline-offset: 6px; }
.menu-btn {
  display: none; width: 44px; height: 44px; padding: 0;
  border: 0; background: none; color: inherit; cursor: pointer;
}
.menu-btn svg { display: block; margin: auto; }

.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 50;
  background: var(--color-bg); padding: 20px;
  flex-direction: column; gap: 8px;
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a {
  display: block; padding: 16px 8px;
  color: inherit; text-decoration: none;
  font-family: var(--font-heading); font-weight: 600;
  font-size: 32px; text-transform: uppercase; border-bottom: 1px solid var(--color-divider);
}
.mobile-nav .close { align-self: flex-end; margin-bottom: 12px; }

.wrap { width: min(var(--page-max), 100%); margin: 0 auto; padding: 0 var(--page); }
.section { padding: 96px 0; }
.kicker {
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
  font-weight: 600; color: var(--color-accent-700);
}
.fx {
  position: relative; background: var(--color-surface);
  transition: transform .7s cubic-bezier(.2,.7,.2,1), box-shadow .7s cubic-bezier(.2,.7,.2,1);
}
a.fx { color: inherit; text-decoration: none; display: block; }
a.fx:hover, .fx:has(.duotone):hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.duotone { position: relative; overflow: hidden; background: var(--color-accent-900); }
.duotone img { transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.fx:hover .duotone img { transform: scale(1.05); }
.panel { background: var(--color-surface); box-shadow: var(--shadow-md); }
.muted { color: var(--color-neutral-700); }

.hero {
  position: relative; min-height: 100svh; background: var(--color-accent-900);
  color: var(--color-bg); overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media.kenburns { animation: bt6-kb 28s ease-in-out infinite alternate; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, var(--color-accent-900) 0%, color-mix(in srgb, var(--color-accent-900) 70%, transparent) 40%, transparent 70%);
  pointer-events: none;
}
.hero-copy {
  position: absolute; left: var(--page); right: var(--page); bottom: 56px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 40px;
}
.hero-copy h1 {
  font-size: clamp(44px, 8vw, 96px); line-height: .98;
  text-transform: uppercase; margin: 0 0 22px;
  animation: bt6-up 1.1s cubic-bezier(.2,.7,.2,1) .15s both;
}
.hero-copy p { font-size: 18px; max-width: 520px; margin: 0 0 28px; color: color-mix(in srgb, var(--color-bg) 88%, transparent); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .btn-primary { background: var(--color-bg); color: var(--color-accent-900); border-color: var(--color-bg); }
.hero-actions .btn { border-color: var(--color-bg); color: var(--color-bg); padding: 12px 24px; font-size: 15px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.grid-8 { display: grid; grid-template-columns: repeat(8, 1fr); gap: 20px; }
.media-340 { height: 340px; }
.media-280 { height: 280px; }
.media-260 { height: 260px; }
.media-220 { height: 220px; }
.media-380 { height: 380px; }
.media-520 { height: 520px; }
.media-full { min-height: 620px; }
.pad { padding: 22px 24px 26px; }
.row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }

.pillars .fx h3 { text-transform: uppercase; letter-spacing: .02em; font-size: 28px; margin: 0 0 6px; }
.event-card { display: flex; flex-direction: column; }
.event-card .meta { display: flex; justify-content: space-between; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--color-neutral-700); }
.event-card h3 { margin: 0; font-size: 26px; line-height: 1.1; }
.event-card .buy { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; gap: 12px; }
.price { font-family: var(--font-heading); font-weight: 600; font-size: 20px; }

.silhouette { position: relative; overflow: hidden; background: var(--color-accent-900); }
.silhouette .head, .silhouette .body {
  position: absolute; left: 50%; background: var(--color-accent-600);
  transform: translateX(-50%);
  animation: bt6-breathe 6s ease-in-out infinite alternate;
}
.silhouette .head { top: 18%; width: 30%; aspect-ratio: 1; border-radius: 50%; filter: blur(12px); }
.silhouette .body { top: 56%; width: 78%; height: 70%; border-radius: 50% 50% 0 0; filter: blur(14px); }
.badge {
  position: absolute; left: 16px; top: 16px;
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 10px; border: 1px solid color-mix(in srgb, var(--color-bg) 60%, transparent);
  color: var(--color-bg);
}

.press-bar {
  padding: 40px 0; border-top: 1px solid var(--color-divider);
  border-bottom: 1px solid var(--color-divider);
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.marquee-wrap { flex: 1; overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent); opacity: .7; }
.marquee { display: flex; gap: 72px; width: max-content; animation: bt6-marquee 28s linear infinite; }
.marquee span {
  font-family: var(--font-heading); font-weight: 600; font-size: 22px;
  letter-spacing: .1em; text-transform: uppercase; white-space: nowrap;
}

.split-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.split-hero .copy { padding: 80px 64px 80px 0; display: flex; flex-direction: column; justify-content: flex-end; }
.split-hero h1 { font-size: clamp(44px, 6vw, 84px); line-height: .96; text-transform: uppercase; margin: 0 0 24px; animation: bt6-up 1.1s cubic-bezier(.2,.7,.2,1) .15s both; }

.dark-band {
  background: radial-gradient(120% 90% at 15% 0%, var(--color-accent-700), transparent 60%), var(--color-accent-900);
  color: var(--color-bg);
}
.dark-band .btn-primary { background: var(--color-bg); color: var(--color-accent-900); border-color: var(--color-bg); }
.dark-band .input { background: transparent; color: var(--color-bg); border-color: color-mix(in srgb, var(--color-bg) 40%, transparent); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; }
.form-grid .full { grid-column: 1 / -1; }
.site-footer {
  padding: 32px var(--page);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 13px; color: var(--color-neutral-700);
}
.site-footer a { color: inherit; text-decoration: none; }
.site-footer nav { display: flex; gap: 20px; flex-wrap: wrap; }

.sticky-buy {
  position: sticky; top: 88px;
}
.hold { font-family: var(--font-heading); font-weight: 600; font-variant-numeric: tabular-nums; }
.qty { display: flex; align-items: center; }
.qty button { border: 0; background: none; min-width: 44px; min-height: 44px; font-size: 18px; cursor: pointer; color: inherit; }
.confirm-hero { position: relative; min-height: 520px; background: var(--color-accent-900); color: var(--color-bg); overflow: hidden; }
.confirm-hero .copy { position: absolute; left: 28px; right: 28px; bottom: 28px; animation: bt6-reveal 1.2s ease 1.2s both; }
.confirm-hero h1 { text-transform: uppercase; font-size: clamp(40px, 5vw, 64px); line-height: .98; margin: 0 0 8px; }
.reveal-img { position: absolute; inset: 0; animation: bt6-reveal 1.6s cubic-bezier(.2,.7,.2,1) .4s both; }
.filters { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hidden { display: none !important; }
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  background: var(--color-accent-900); color: var(--color-bg);
  padding: 12px 18px; font-size: 14px; z-index: 70;
}

@keyframes bt6-kb { from { transform: scale(1); } to { transform: scale(1.08); } }
@keyframes bt6-breathe { from { opacity: .65; } to { opacity: 1; } }
@keyframes bt6-up { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes bt6-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes bt6-reveal { from { opacity: 0; filter: blur(14px); transform: translateY(8px); } to { opacity: 1; filter: blur(0); transform: none; } }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
}

@media (max-width: 900px) {
  :root { --page: 20px; }
  .nav-links, .site-header .desk-cta { display: none; }
  .menu-btn { display: inline-flex; }
  .hero { min-height: 640px; }
  .hero-copy { flex-direction: column; align-items: stretch; bottom: 28px; }
  .hero-copy h1 { font-size: 54px; }
  .hero-actions .btn { flex: 1; min-height: 48px; }
  .grid-2, .grid-3, .grid-4, .grid-6, .grid-8, .split-hero, .form-grid { grid-template-columns: 1fr; }
  .split-hero .copy { padding: 48px 0 36px; }
  .section { padding: 48px 0; }
  .press-bar { flex-direction: column; align-items: stretch; }
  .sticky-buy { position: sticky; bottom: 0; top: auto; }
  .site-header.is-over-hero { position: absolute; }
}
