@font-face {
  font-family: "Termina FORGED";
  src: url("assets/fonts/termina-bold-subset.otf") format("opentype");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas FORGED";
  src: url("assets/fonts/neue-haas-55-roman-subset.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas FORGED";
  src: url("assets/fonts/neue-haas-65-medium-subset.otf") format("opentype");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

:root {
  --ink: #0b0c0c;
  --cream: #fffaf2;
  --red: #800007;
  --navy: #00284e;
  --charcoal: #1c1d1c;
  --mid: #85837f;
  --pale: #cecece;
  --line-dark: rgba(11, 12, 12, 0.18);
  --line-light: rgba(255, 250, 242, 0.18);
  --display: "Termina FORGED", "Termina", sans-serif;
  --body: "Neue Haas FORGED", "Neue Haas Grotesk Display Pro", sans-serif;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { width: 100%; max-width: 100%; margin: 0; background: var(--ink); color: var(--ink); font-family: var(--body); line-height: 1.35; overflow-x: clip; }
body.is-loading { overflow: hidden; }
body.quiz-open, body.menu-open, body.cart-open { overflow: hidden; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: -0.04em; line-height: 0.92; }
h1 { letter-spacing: -0.07em; font-kerning: normal; font-variant-ligatures: none; text-rendering: geometricPrecision; }
h2 { font-size: clamp(3rem, 8vw, 7.5rem); text-transform: uppercase; }
em { color: var(--red); font-style: normal; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-preloader { position: fixed; z-index: 2000; inset: 0; min-height: 100svh; display: grid; place-items: center; overflow: hidden; background: var(--ink); color: var(--cream); opacity: 1; visibility: visible; transition: opacity .55s cubic-bezier(.4, 0, .2, 1), visibility 0s linear .55s; }
.site-preloader.is-complete { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-grid { position: absolute; inset: 0; pointer-events: none; color: rgba(255, 250, 242, .18); }
.preloader-axis { position: absolute; display: block; background: currentColor; }
.preloader-axis--horizontal { top: 18%; left: 0; right: 0; height: 1px; }
.preloader-axis--left { top: 0; bottom: 0; left: 10.5%; width: 1px; }
.preloader-axis--right { top: 0; bottom: 14%; right: 16.7%; width: 1px; }
.preloader-junction { position: absolute; top: 10.7%; right: 9.1%; width: clamp(8rem, 15vw, 14rem); aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; }
.preloader-junction::before, .preloader-junction::after { content: ""; position: absolute; top: 50%; left: 50%; background: currentColor; transform: translate(-50%, -50%); }
.preloader-junction::before { width: calc(100% + 10rem); height: 1px; }
.preloader-junction::after { width: 1px; height: calc(100% + 10rem); }
.preloader-corner { position: absolute; left: 0; bottom: 0; width: 32%; height: 23%; border-top: 1px solid currentColor; border-right: 1px solid currentColor; clip-path: polygon(0 0, 62% 0, 100% 100%, 0 100%); }
.preloader-content { position: relative; z-index: 1; width: min(30rem, 58vw); display: grid; justify-items: center; gap: clamp(3.5rem, 7vh, 5rem); transform: translateY(2vh); }
.preloader-mark { width: clamp(10.5rem, 21vw, 19rem); aspect-ratio: 1; object-fit: contain; animation: preloader-mark-in .7s cubic-bezier(.2, .75, .25, 1) both; }
.preloader-track { width: 100%; height: 3px; overflow: hidden; background: var(--cream); }
.preloader-track span { display: block; width: 0; height: 100%; background: var(--red); transition: width .18s linear; }
@keyframes preloader-mark-in { from { opacity: 0; transform: translateY(.8rem); } to { opacity: 1; transform: none; } }

@media (min-width: 721px) and (max-width: 1100px) {
  .preloader-content { width: min(31rem, 48vw); gap: 3.8rem; }
  .preloader-mark { width: clamp(12rem, 24vw, 17rem); }
  .preloader-axis--horizontal { top: 19.5%; }
  .preloader-axis--left { left: 20.3%; }
  .preloader-axis--right { right: 16.5%; }
  .preloader-corner { width: 38%; height: 25%; }
}

@media (max-width: 720px) {
  .preloader-content { width: min(23rem, 68vw); gap: clamp(3.5rem, 7vh, 4.5rem); transform: translateY(1vh); }
  .preloader-mark { width: clamp(10rem, 43vw, 13.5rem); }
  .preloader-axis--horizontal { top: 18.2%; }
  .preloader-axis--left { left: 14.7%; }
  .preloader-axis--right { right: 16.7%; bottom: 14%; }
  .preloader-junction { top: 10.5%; right: 3.2%; width: 27vw; }
  .preloader-corner { width: 48%; height: 24%; }
}

.skip-link { position: fixed; top: 0; left: 1rem; z-index: 999; transform: translateY(-120%); background: var(--cream); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { transform: translateY(0); }
.cream-section { background: var(--cream); }
.dark-section { background: var(--ink); color: var(--cream); }
.eyebrow { font-family: var(--display); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker { display: flex; gap: 1.5rem; align-items: center; font-family: var(--display); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; border-top: 1px solid var(--line-dark); padding-top: .9rem; }
.section-kicker span:first-child { color: var(--red); }
.light-kicker { border-color: var(--line-light); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; width: 100%; max-width: 100%; height: 4.75rem; display: grid; grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr); align-items: center; gap: clamp(1rem, 3vw, 3rem); padding: 0 var(--page-pad); color: var(--ink); border-bottom: 1px solid var(--line-dark); background: rgba(255, 250, 242, .96); backdrop-filter: blur(14px); }
.site-header > *, .header-actions > *, .mobile-menu > * { min-width: 0; }
.brand { max-width: 100%; height: 2.25rem; display: inline-flex; align-items: center; justify-self: start; overflow: hidden; }
.brand img { width: 8.5rem; height: 2.25rem; object-fit: contain; }
.desktop-nav { align-self: center; justify-self: center; display: flex; align-items: center; gap: clamp(1.25rem, 2.1vw, 2.5rem); }
.desktop-nav a { position: relative; color: var(--ink); text-decoration: none; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--red); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; border: 1px solid var(--ink); background: var(--ink); color: var(--cream); padding: 0 1rem; font-family: var(--display); font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.header-cta::after { content: "↗"; font-size: .85rem; line-height: 1; }
.header-cta:hover, .header-cta:focus-visible { color: var(--cream); background: var(--red); border-color: var(--red); transform: translateY(-1px); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .75rem; }
.menu-toggle { display: none; align-items: center; gap: .8rem; min-height: 2.75rem; border: 1px solid var(--line-dark); background: transparent; color: var(--ink); padding: 0 .85rem; font-family: var(--display); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.menu-toggle i { position: relative; width: 1.2rem; height: 1px; background: var(--ink); }
.menu-toggle i::after { content: ""; position: absolute; left: 0; top: .35rem; width: 1.2rem; height: 1px; background: var(--ink); }
.mobile-menu[hidden] { display: none; }
.mobile-menu { position: fixed; z-index: 450; inset: 0; width: 100%; max-width: 100%; padding: 1.25rem var(--page-pad) 2rem; background: var(--ink); color: var(--cream); display: flex; flex-direction: column; overflow-x: hidden; overflow-y: auto; animation: menu-in .28s ease both; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line-light); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mobile-menu-top button { width: 2.6rem; height: 2.6rem; border: 1px solid var(--line-light); color: var(--cream); background: none; font-size: 1.6rem; line-height: 1; }
.mobile-menu nav { margin: auto 0; }
.mobile-menu nav a { display: grid; grid-template-columns: 3rem 1fr; align-items: baseline; padding: .8rem 0; border-bottom: 1px solid var(--line-light); color: var(--cream); text-decoration: none; font-family: var(--display); font-size: clamp(2rem, 8vw, 4.5rem); font-weight: 900; line-height: 1; text-transform: uppercase; }
.mobile-menu nav a span { color: var(--red); font-family: var(--body); font-size: .62rem; letter-spacing: .08em; }
.mobile-menu > p { margin: 1.5rem 0 0; color: var(--mid); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.menu-quiz-cta { margin-top: 2rem; }

.hero { min-height: 100svh; position: relative; overflow: hidden; padding: 7rem var(--page-pad) 2rem; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .65fr); grid-template-rows: auto 1fr auto; column-gap: clamp(2rem, 5vw, 6rem); background: radial-gradient(circle at 12% 32%, rgba(128,0,7,.12), transparent 26%), var(--ink); }
.hero-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-content { position: relative; z-index: 2; align-self: center; min-width: 0; max-width: 70rem; padding: 4rem 0 3rem; }
.hero h1 { margin-bottom: 1.6rem; font-size: clamp(3.4rem, 6vw, 6.8rem); text-transform: uppercase; }
.hero-copy { max-width: 34rem; color: var(--pale); font-size: clamp(1rem, 1.7vw, 1.25rem); }
.hero-visual { position: relative; z-index: 1; align-self: center; justify-self: end; width: min(100%, 28rem); aspect-ratio: 4 / 5; }
.hero-visual video { position: absolute; top: 0; right: 0; display: block; width: auto; max-width: none; height: 100%; object-fit: contain; filter: saturate(.68) contrast(1.08) brightness(.82); -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.18) 12%, #000 42%); mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.18) 12%, #000 42%); }
.scroll-note { grid-column: 1 / -1; margin: 0; display: flex; justify-content: space-between; max-width: 10rem; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.primary-button { width: min(100%, 23rem); display: flex; justify-content: space-between; align-items: center; border: 1px solid currentColor; padding: 1.15rem 1.25rem; font-family: var(--display); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.primary-button:hover { transform: translateY(-2px); }
.primary-button.light { color: var(--ink); background: var(--cream); }
.primary-button.light:hover { color: var(--cream); background: var(--red); border-color: var(--red); }
.primary-button.dark { color: var(--cream); background: var(--ink); }
.primary-button.dark:hover { background: var(--red); border-color: var(--red); }

.manifesto { padding: 7rem var(--page-pad); }
.manifesto-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 5vw; align-items: end; padding: 7rem 0 5rem; }
.manifesto-grid h2 { margin: 0; }
.manifesto-copy { max-width: 33rem; font-size: clamp(1.15rem, 2vw, 1.6rem); }
.manifesto-copy p:last-child { margin-bottom: 0; }
.principles { border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(4, 1fr); }
.principle-card { position: relative; min-width: 0; min-height: 25rem; padding: 1.4rem; border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; justify-content: flex-end; }
.principle-card:first-child { border-left: 1px solid var(--line-dark); }
.principle-card img { position: absolute; top: 4rem; left: 50%; transform: translateX(-50%); width: 6.6rem; height: 6.6rem; object-fit: contain; }
.principle-card .principle-icon--discipline { width: 6.1rem; height: 6.1rem; }
.principle-card .principle-icon--control { width: 6.5rem; height: 6.5rem; }
.principle-card .principle-icon--responsibility { width: 7.1rem; height: 7.1rem; }
.principle-card .principle-icon--brotherhood { width: 6.3rem; height: 6.3rem; }
.principle-card h3 { max-width: 100%; font-size: clamp(1.15rem, 1.45vw, 1.55rem); line-height: 1; text-transform: uppercase; margin-bottom: .7rem; }
.principle-card p { min-height: 3rem; margin: 0; color: #4d4d4b; }
.card-number { position: absolute; top: 1rem; left: 1.2rem; color: var(--red); font-weight: 700; font-size: .72rem; }

.ritual { padding: 7rem var(--page-pad); }
.ritual-intro { display: grid; grid-template-columns: 1.6fr .7fr; gap: 4rem; align-items: end; padding: 7rem 0 5rem; }
.ritual-intro h2 { margin: 0; }
.ritual-intro p { color: var(--pale); font-size: 1.2rem; }
.ritual-steps { list-style: none; margin: 0 0 3rem; padding: 0; border-top: 1px solid var(--line-light); }
.ritual-steps li { display: grid; grid-template-columns: 4rem 1fr 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line-light); align-items: baseline; }
.ritual-steps li span { color: var(--red); }
.ritual-steps strong { font-family: var(--display); text-transform: uppercase; font-size: 1.2rem; }
.ritual-steps small { color: var(--pale); font-size: .9rem; }

.conversations { padding: 7rem var(--page-pad); }
.section-heading-row { display: grid; grid-template-columns: 1.5fr .6fr; gap: 4rem; align-items: end; padding: 6rem 0 4rem; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-row > p { font-size: 1.1rem; }
.episode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.episode-card { border-top: 1px solid var(--ink); padding-top: .7rem; }
.video-shell { position: relative; aspect-ratio: 9 / 12; background: var(--charcoal); overflow: hidden; }
.video-shell video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.08); }
.video-index { position: absolute; top: .7rem; left: .7rem; background: var(--cream); padding: .35rem .45rem; font-size: .65rem; font-weight: 900; pointer-events: none; }
.episode-value { color: var(--red); margin: 1rem 0 .4rem; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.episode-card h3 { font-size: clamp(1.8rem, 3vw, 3rem); text-transform: uppercase; margin-bottom: 1rem; }
.episode-card > p:last-child { color: #454542; }

.journal-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 80svh; background: #d7d7d4; }
.journal-image { min-height: 40rem; overflow: hidden; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.journal-content { padding: 6rem var(--page-pad); display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.journal-label { display: flex; align-items: center; gap: .8rem; margin-top: 1.5rem; }
.journal-label img { width: 2.5rem; height: 2.5rem; object-fit: contain; }
.journal-label .eyebrow { margin: 0; }
.journal-content h2 { font-size: clamp(2.7rem, 5.5vw, 6rem); }
.journal-content > p:not(.eyebrow) { font-size: 1.15rem; max-width: 35rem; }
.feature-list { list-style: none; padding: 0; margin: 2rem 0; border-top: 1px solid var(--line-dark); }
.feature-list li { border-bottom: 1px solid var(--line-dark); padding: 1rem 0; font-family: var(--display); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.text-button { align-self: flex-start; padding: .8rem 0; border: 0; border-bottom: 2px solid var(--red); background: none; color: var(--ink); font-weight: 800; }

.equipment { padding: 7rem var(--page-pad); overflow: hidden; }
.product-track { display: grid; grid-template-columns: repeat(5, minmax(15rem, 1fr)); gap: 1rem; overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: x mandatory; }
.product-card { scroll-snap-align: start; }
.product-media { aspect-ratio: 4 / 5; display: grid; place-items: center; overflow: hidden; background: #eceae6; }
.product-media img { width: 100%; height: 100%; object-fit: contain; transform: translate(var(--product-x, 0), var(--product-y, 0)) scale(var(--product-scale, 1)); transform-origin: center; }
.product-media--shirt { --product-x: -2.5%; --product-y: -1.5%; --product-scale: 1.06; }
.product-media--cap { --product-x: .5%; --product-scale: .88; }
.product-media--bottle { --product-x: -.5%; --product-y: 3.5%; --product-scale: .96; }
.product-media--bracelet { --product-x: -.25%; --product-y: 1%; --product-scale: 1.01; }
.product-media--multitool { --product-x: -.2%; --product-y: -1.4%; --product-scale: .99; }
.product-card > .product-details { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--ink); padding-top: .75rem; margin-top: .65rem; }
.product-card h3 { font-family: var(--body); letter-spacing: 0; line-height: 1.2; font-size: .9rem; text-transform: uppercase; }
.product-card span { white-space: nowrap; color: var(--mid); font-size: .65rem; text-transform: uppercase; }
.add-to-cart { width: 100%; display: flex; justify-content: space-between; margin-top: .8rem; padding: .8rem 0; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; color: var(--ink); font-family: var(--display); font-size: .65rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.add-to-cart span { color: inherit; }
.add-to-cart:hover, .add-to-cart:focus-visible { color: var(--red); }
.add-to-cart.is-added { color: var(--red); }
.shop-actions { display: flex; justify-content: flex-end; margin-top: 2rem; }
.cart-button { min-width: min(100%, 20rem); display: grid; grid-template-columns: 1.4rem 1fr auto auto; align-items: center; gap: .8rem; padding: .85rem 1.2rem; border: 1px solid var(--ink); background: var(--ink); color: var(--cream); font-family: var(--display); font-size: .7rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; text-align: left; }
.cart-button > img { width: 1.4rem; height: 1.4rem; object-fit: contain; filter: invert(1); }
.cart-count { min-width: 1.8rem; height: 1.8rem; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: var(--cream); }
.cart-overlay { position: fixed; z-index: 600; inset: 0; display: grid; grid-template-columns: 1fr min(48rem, 100%); }
.cart-overlay[hidden] { display: none; }
.cart-scrim { border: 0; background: rgba(11,12,12,.72); backdrop-filter: blur(5px); }
.cart-panel { height: 100svh; overflow-y: auto; background: var(--cream); box-shadow: -1rem 0 3rem rgba(0,0,0,.25); animation: cart-in .3s ease both; }
.cart-header { min-height: 8.5rem; display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; padding: 2rem; border-bottom: 1px solid var(--line-dark); }
.cart-title-group { display: flex; align-items: flex-start; gap: 1rem; }
.cart-title-group > img { width: 2.8rem; height: 2.8rem; object-fit: contain; }
.cart-header h2 { margin: .5rem 0 0; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.cart-close { flex: 0 0 auto; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line-dark); background: transparent; font-size: 1.5rem; }
.cart-body { padding: 2rem; }
.cart-items { margin-bottom: 3rem; }
.cart-empty { min-height: 8rem; display: grid; place-items: center; margin: 0; border: 1px solid var(--line-dark); color: var(--mid); text-align: center; }
.cart-line { display: grid; grid-template-columns: 5.5rem minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: .8rem 0; border-bottom: 1px solid var(--line-dark); }
.cart-line:first-child { border-top: 1px solid var(--line-dark); }
.cart-line img { width: 5.5rem; height: 5.5rem; object-fit: contain; background: #eceae6; }
.cart-line h3 { margin: 0 0 .35rem; font-size: .78rem; line-height: 1.1; text-transform: uppercase; }
.cart-line p { margin: 0; color: var(--mid); font-size: .72rem; }
.cart-line button { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--red); padding: .25rem 0; font-size: .65rem; text-transform: uppercase; }
.checkout-form { border-top: 1px solid var(--ink); padding-top: 1.2rem; }
.checkout-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0 2rem; }
.checkout-fields label { display: grid; gap: .45rem; color: var(--mid); font-size: .65rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.checkout-fields .field-wide { grid-column: 1 / -1; }
.checkout-fields input { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; padding: .75rem 0; color: var(--ink); font: 1rem var(--body); }
.checkout-fields input:focus { outline: 0; border-color: var(--red); }
.checkout-summary { display: grid; grid-template-columns: 1fr auto; gap: .7rem 1rem; padding: 1.2rem 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); font-size: .8rem; }
.checkout-summary strong { text-align: right; }
.checkout-button { width: 100%; display: flex; justify-content: space-between; margin-top: 1.5rem; padding: 1.15rem 1.2rem; border: 1px solid var(--ink); background: var(--ink); color: var(--cream); font-family: var(--display); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.checkout-button:hover { background: var(--red); border-color: var(--red); }
.checkout-note { margin: .8rem 0 0; color: var(--mid); font-size: .68rem; text-align: center; }
@keyframes cart-in { from { opacity: 0; transform: translateX(2rem); } to { opacity: 1; transform: none; } }

.experience { padding: 7rem var(--page-pad); }
.experience-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5vw; padding-top: 6rem; align-items: center; }
.experience-copy h2 { font-size: clamp(3rem, 6vw, 7rem); }
.experience-copy > p:not(.eyebrow) { color: var(--pale); font-size: 1.1rem; max-width: 31rem; }
.event-details { margin: 3rem 0 0; border-top: 1px solid var(--line-light); }
.event-details div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line-light); }
.event-details dt { color: var(--mid); font-size: .7rem; text-transform: uppercase; }
.event-details dt img { display: inline-block; width: 1.1rem; height: 1.1rem; margin-right: .45rem; vertical-align: middle; filter: invert(1); }
.event-details dd { margin: 0; font-weight: 700; }
.booth-media video { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--charcoal); }
.booth-media span { display: block; color: var(--mid); font-size: .65rem; text-transform: uppercase; margin-top: .7rem; }

.contact-section { padding: 7rem var(--page-pad); }
.contact-intro { display: grid; grid-template-columns: 1.4fr .6fr; gap: 5vw; align-items: end; padding: 6rem 0 4rem; }
.contact-intro > * { min-width: 0; }
.contact-intro h2 { margin: 0; font-size: clamp(3rem, 7vw, 7rem); }
.contact-intro > p { max-width: 30rem; color: var(--pale); font-size: 1.1rem; }
.contact-methods { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.contact-card { position: relative; min-width: 0; min-height: 18rem; display: grid; grid-template-columns: 1fr auto; align-content: end; gap: .7rem 1rem; padding: 2rem; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); color: var(--cream); text-decoration: none; }
.contact-card img { position: absolute; top: 2rem; left: 2rem; width: 4.5rem; height: 4.5rem; object-fit: contain; filter: invert(1); }
.contact-card span { grid-column: 1 / -1; color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-card strong { min-width: 0; overflow-wrap: anywhere; font-family: var(--display); font-size: clamp(1rem, 2vw, 1.6rem); text-transform: uppercase; }
.contact-card i { font-style: normal; }
.contact-card:hover, .contact-card:focus-visible { background: var(--cream); color: var(--ink); }
.contact-card:hover img, .contact-card:focus-visible img { filter: none; }

.closing { position: relative; min-height: 90svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 7rem var(--page-pad); overflow: hidden; }
.closing h2 { width: min(100%, 88rem); font-size: clamp(3rem, 7vw, 7.2rem); margin-bottom: 3rem; }
.closing-mark { position: static; width: clamp(4rem, 6vw, 6rem); opacity: 1; margin: 0 auto 2rem; }
.closing .primary-button { position: relative; }

.site-footer { background: var(--ink); color: var(--cream); padding: 4rem var(--page-pad) 6rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; }
.site-footer > .footer-logo { width: 10rem; height: auto; }
.site-footer > p { justify-self: end; margin: 0; text-transform: uppercase; font-size: .75rem; font-weight: 800; }
.site-footer div { display: flex; gap: 1.5rem; }
.site-footer a { color: var(--pale); font-size: .75rem; text-transform: uppercase; text-decoration: none; }
.site-footer small { justify-self: end; color: var(--mid); }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .25rem .8rem; font-size: .75rem; }
.footer-meta span + span { position: relative; padding-left: .8rem; }
.footer-meta span + span::before { content: "/"; position: absolute; left: 0; color: #5f5f5c; }
.mobile-nav { display: none; }

.quiz-overlay { position: fixed; z-index: 500; inset: 0; background: var(--ink); color: var(--cream); overflow: auto; }
.quiz-overlay[hidden] { display: none; }
.quiz-header { position: sticky; top: 0; z-index: 2; height: 5rem; display: grid; grid-template-columns: 11rem 1fr 3rem; align-items: center; gap: 2rem; padding: 0 var(--page-pad); color: var(--ink); background: rgba(255,250,242,.97); border-bottom: 1px solid var(--line-dark); }
.quiz-header img { width: 9rem; }
.quiz-close { width: 2.6rem; height: 2.6rem; border: 1px solid var(--line-dark); background: none; color: var(--ink); font-size: 1.6rem; line-height: 1; }
.quiz-close:hover { background: var(--red); }
.quiz-progress-wrap { display: grid; grid-template-columns: auto minmax(8rem, 18rem); gap: 1rem; align-items: center; justify-content: end; font-size: .65rem; text-transform: uppercase; letter-spacing: .07em; }
.quiz-progress { height: 2px; background: var(--line-dark); }
.quiz-progress span { display: block; width: 0; height: 100%; background: var(--red); transition: width .35s ease; }
.quiz-stage { min-height: calc(100svh - 9rem); padding: clamp(3rem, 8vh, 7rem) var(--page-pad); display: grid; place-items: center; background: radial-gradient(circle at 8% 12%, rgba(128,0,7,.14), transparent 28%), radial-gradient(circle at 92% 88%, rgba(0,40,78,.12), transparent 28%), var(--ink); }
.quiz-panel { width: min(100%, 72rem); animation: panel-in .35s ease both; }
.quiz-intro-panel { max-width: 58rem; }
.quiz-panel h2 { font-size: clamp(3rem, 7vw, 7rem); margin-bottom: 2rem; }
.quiz-panel > p:not(.eyebrow) { color: var(--pale); max-width: 38rem; font-size: 1.1rem; }
.quiz-panel .primary-button { margin-top: 2.5rem; }
.question-number { color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.question-title { max-width: 68rem; font-size: clamp(2.4rem, 5.5vw, 5.5rem) !important; }
.answer-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 3rem; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.answer-button { min-height: 7rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; text-align: left; padding: 1.2rem; border: 0; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); color: var(--cream); background: rgba(11,12,12,.72); font-weight: 700; }
.answer-button:hover, .answer-button:focus-visible { background: var(--cream); color: var(--ink); outline: none; }
.answer-button span { color: var(--red); font-size: .7rem; }
.result-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; align-items: start; }
.result-principle { padding: 1.5rem; border: 1px solid var(--line-light); }
.result-principle img { width: 7rem; filter: invert(1); margin-bottom: 4rem; }
.result-principle p { color: var(--red); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.result-principle h2 { font-size: clamp(2rem, 4vw, 4rem); margin: 0; }
.result-content .result-statement { color: var(--cream); font-family: var(--display); font-size: clamp(1.6rem, 3vw, 3rem); font-weight: 900; line-height: 1.05; text-transform: uppercase; }
.action-block, .journal-block { border-top: 1px solid var(--line-light); padding-top: 1rem; margin-top: 2rem; }
.action-block h3, .journal-block h3 { color: var(--red); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.action-block p, .journal-block p { color: var(--cream); font-size: 1.15rem; }
.result-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }
.result-actions button { padding: 1rem 1.2rem; border: 1px solid var(--cream); color: var(--cream); background: transparent; font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.result-actions button:first-child { background: var(--cream); color: var(--ink); }
.result-actions button:hover { background: var(--red); color: var(--cream); border-color: var(--red); }
.quiz-footer { min-height: 4rem; display: flex; justify-content: space-between; padding: 1rem var(--page-pad); border-top: 1px solid var(--line-light); align-items: center; }
.quiz-footer p { margin: 0; font-size: .65rem; text-transform: uppercase; }
.quiz-footer button { border: 0; background: none; color: var(--cream); font-size: .75rem; text-transform: uppercase; }
.quiz-confirmation { color: var(--cream); }

.reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes panel-in { from { opacity: 0; transform: translateY(1rem); } to { opacity: 1; transform: none; } }
@keyframes menu-in { from { opacity: 0; transform: translateY(-1rem); } to { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
}

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .principle-card:nth-child(3) { border-left: 1px solid var(--line-dark); }
  .episode-grid { grid-template-columns: 1fr; gap: 4rem; }
  .video-shell { aspect-ratio: 16 / 9; }
  .experience-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; padding-top: 6.5rem; }
  .hero-meta, .scroll-note { grid-column: 1; }
  .hero-content { padding: 4rem 0 3rem; }
  .hero-visual { justify-self: stretch; width: 100%; max-width: none; aspect-ratio: 16 / 10; margin-bottom: 3rem; }
  .hero-visual video { position: static; width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; -webkit-mask-image: none; mask-image: none; }
}

@media (max-width: 720px) {
  h2 { font-size: clamp(2.35rem, 11vw, 4.5rem); }
  main, main > section, .site-footer { width: 100%; max-width: 100%; }
  main > section > *, .site-footer > *, .hero > *, .journal-section > *, .experience-grid > *, .contact-methods > * { min-width: 0; }
  h1, h2, h3 { max-width: 100%; overflow-wrap: anywhere; }
  .site-header { height: 4.3rem; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; padding: 0 max(1.2rem, env(safe-area-inset-left)) 0 max(1.2rem, env(safe-area-inset-right)); }
  .brand img { width: 7.6rem; }
  .header-cta { display: none; }
  .header-actions { max-width: 100%; }
  .menu-toggle { max-width: 100%; flex: 0 0 auto; padding: 0 .75rem; gap: .65rem; }
  .mobile-menu { padding: max(1rem, env(safe-area-inset-top)) max(1.2rem, env(safe-area-inset-right)) calc(1.5rem + env(safe-area-inset-bottom)) max(1.2rem, env(safe-area-inset-left)); }
  .mobile-menu nav a { grid-template-columns: 2rem minmax(0, 1fr); font-size: clamp(1.05rem, 5.5vw, 2.5rem); overflow-wrap: anywhere; }
  .hero { padding: 5.8rem 1.2rem 2rem; }
  .hero-content { padding: 3.3rem 0 2.7rem; }
  .hero h1 { font-size: clamp(2.2rem, 10.8vw, 4rem); }
  .hero-copy { max-width: 21rem; }
  .hero-visual { aspect-ratio: 4 / 5; margin: 0 0 2.5rem; }
  .hero-visual video { object-position: 48% 28%; }
  .manifesto, .ritual, .conversations, .equipment, .experience, .contact-section, .closing { padding: 5rem 1.2rem; }
  .manifesto-grid, .ritual-intro, .section-heading-row { grid-template-columns: 1fr; gap: 2rem; padding: 4rem 0 3rem; }
  .manifesto-grid > *, .ritual-intro > *, .section-heading-row > * { min-width: 0; }
  .manifesto-copy { font-size: 1.1rem; }
  .principles { grid-template-columns: 1fr; }
  .principle-card, .principle-card:nth-child(3) { min-height: 18rem; border-left: 1px solid var(--line-dark); }
  .principle-card img { width: 5.5rem; height: 5.5rem; top: 3rem; }
  .principle-card .principle-icon--discipline { width: 5rem; height: 5rem; }
  .principle-card .principle-icon--control { width: 5.4rem; height: 5.4rem; }
  .principle-card .principle-icon--responsibility { width: 5.9rem; height: 5.9rem; }
  .principle-card .principle-icon--brotherhood { width: 5.2rem; height: 5.2rem; }
  .ritual-steps li { grid-template-columns: 2rem 1fr; }
  .ritual-steps small { grid-column: 2; }
  .episode-grid { gap: 3rem; }
  .video-shell { aspect-ratio: 9 / 11; }
  .journal-section { grid-template-columns: 1fr; }
  .journal-section, .journal-image, .journal-content { min-width: 0; width: 100%; }
  .journal-image { min-height: auto; aspect-ratio: 1 / 1; }
  .journal-content { padding: 5rem 1.2rem; }
  .journal-content h2, .equipment h2 { overflow-wrap: anywhere; }
  .product-track { grid-template-columns: repeat(5, 78vw); }
  .shop-actions { justify-content: stretch; }
  .cart-button { width: 100%; }
  .cart-overlay { grid-template-columns: 1fr; }
  .cart-scrim { display: none; }
  .cart-header, .cart-body { padding-inline: 1.2rem; }
  .checkout-fields { grid-template-columns: 1fr; }
  .checkout-fields .field-wide { grid-column: auto; }
  .experience-grid { padding-top: 4rem; }
  .contact-intro { grid-template-columns: 1fr; gap: 2rem; padding: 4rem 0 3rem; }
  .contact-intro h2 { overflow-wrap: anywhere; }
  .contact-methods { grid-template-columns: 1fr; }
  .contact-card { min-height: 15rem; padding: 1.5rem; }
  .contact-card img { top: 1.5rem; left: 1.5rem; width: 3.8rem; height: 3.8rem; }
  .site-footer { grid-template-columns: 1fr; padding: 3rem 1.2rem 6rem; }
  .site-footer > p, .site-footer small { justify-self: start; }
  .site-footer div { flex-wrap: wrap; }
  .footer-meta { justify-content: flex-start; }
  .quiz-header { height: 4.3rem; grid-template-columns: 7rem 1fr 2.5rem; gap: .7rem; padding: 0 1rem; }
  .quiz-header img { width: 7rem; }
  .quiz-progress-wrap { grid-template-columns: 1fr; gap: .25rem; text-align: right; }
  .quiz-progress { width: 100%; }
  .quiz-stage { min-height: calc(100svh - 8.3rem); padding: 3rem 1.2rem; align-items: start; }
  .quiz-panel h2 { font-size: clamp(2.8rem, 14vw, 5rem); }
  .answer-grid { grid-template-columns: 1fr; margin-top: 2rem; }
  .answer-button { min-height: 5.2rem; }
  .result-panel { grid-template-columns: 1fr; }
  .result-principle img { margin-bottom: 2rem; width: 5rem; }
  .quiz-footer { padding: 1rem 1.2rem; }
}

@media (max-width: 380px) {
  .site-header { gap: .5rem; padding-inline: max(.85rem, env(safe-area-inset-left)); }
  .brand img { width: 6.8rem; }
  .menu-toggle { padding-inline: .65rem; gap: .5rem; }
  .menu-toggle span { font-size: .6rem; }
  .hero { padding-inline: 1rem; }
  .hero h1 { font-size: clamp(2.2rem, 10.8vw, 2.6rem); }
  .hero-meta { font-size: .58rem; }
  .primary-button { padding: 1rem; }
  .quiz-header { grid-template-columns: 6.4rem minmax(4rem, 1fr) 2.4rem; padding-inline: .75rem; }
  .quiz-header img { width: 6.2rem; }
  .quiz-progress-wrap { font-size: .52rem; }
  .quiz-stage { padding: 2.2rem 1rem; }
  .quiz-panel h2 { font-size: clamp(2.35rem, 13.5vw, 3.2rem); }
  .answer-button { padding: 1rem; font-size: .9rem; }
  .quiz-footer { padding-inline: 1rem; }
  .quiz-footer p { display: none; }
  .quiz-footer { justify-content: flex-end; }
}

@media (orientation: landscape) and (max-height: 560px) and (max-width: 1000px) {
  .mobile-menu nav { margin: 1.2rem 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; }
  .mobile-menu nav a { font-size: clamp(1.4rem, 5vw, 2.4rem); }
  .menu-quiz-cta { margin-top: .5rem; }
  .quiz-stage { padding-top: 2rem; padding-bottom: 2rem; }
  .quiz-panel h2 { font-size: clamp(2.2rem, 7vw, 4rem); }
  .answer-grid { margin-top: 1.5rem; }
  .answer-button { min-height: 4.5rem; }
}

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