:root {
  --ink: #090b0b;
  --panel: #111414;
  --panel-2: #171a1a;
  --line: #2b3030;
  --paper: #ecede8;
  --muted: #929a96;
  --signal: #d9ff43;
  --ember: #ff5b35;
  --max: 1320px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--paper);
  background: var(--ink);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.announcement {
  padding: .55rem 1rem;
  color: #111;
  background: var(--signal);
  text-align: center;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.site-header {
  min-height: 78px;
  padding: 0 max(1.25rem, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 11, 11, .93);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: .8rem; font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--paper); border-radius: 50%; font-family: Georgia, serif; font-size: 1.1rem; }
nav { display: flex; gap: 2rem; font-size: .77rem; letter-spacing: .09em; text-transform: uppercase; }
nav a, footer a { transition: color .2s ease; }
nav a:hover, footer a:hover { color: var(--signal); }
.bag-button {
  justify-self: end;
  border: 0;
  color: var(--paper);
  background: transparent;
  font-weight: 700;
  font-size: .77rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.bag-count { min-width: 25px; height: 25px; margin-left: .45rem; display: inline-grid; place-items: center; color: var(--ink); background: var(--signal); border-radius: 50%; }
.menu-toggle { display: none; }
.hero {
  min-height: calc(100vh - 113px);
  padding: 7vw max(1.25rem, calc((100vw - var(--max)) / 2)) 2rem;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: 1fr auto;
  gap: 3rem;
  overflow: hidden;
  position: relative;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, transparent, black 30%, black 80%, transparent);
}
.hero-copy, .hero-object, .hero-meta { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1.35rem; color: var(--signal); font-size: .7rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 850px;
  margin-bottom: 2rem;
  font-size: clamp(3.8rem, 7.8vw, 7.8rem);
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.065em;
}
h1 em { color: var(--signal); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 650px; color: #bbc0bd; font-size: clamp(1rem, 1.55vw, 1.3rem); }
.hero-actions { margin-top: 2.4rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button {
  min-height: 52px;
  padding: .9rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border: 1px solid var(--signal);
  border-radius: 0;
  font-weight: 800;
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.button-primary { color: var(--ink); background: var(--signal); }
.button-primary:hover { background: #efffa8; }
.text-link { padding-bottom: .25rem; border-bottom: 1px solid var(--muted); font-size: .8rem; font-weight: 700; }
.text-link span { color: var(--signal); }
.hero-object { min-height: 520px; display: grid; place-items: center; }
.object-orbit { position: absolute; border: 1px solid #343a38; border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 340px; height: 340px; border-style: dashed; transform: rotate(25deg); }
.product-monolith {
  width: 210px;
  height: 390px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  color: #171a19;
  background: linear-gradient(145deg, #b7bcb7, #6e7470 45%, #dadcd8);
  border-radius: 5px 5px 24px 5px;
  box-shadow: -35px 40px 80px rgba(0,0,0,.55), inset 1px 1px rgba(255,255,255,.55);
  transform: rotate(9deg);
}
.monolith-label { font-size: .65rem; letter-spacing: .2em; }
.monolith-line { width: 45px; height: 4px; margin-top: auto; background: var(--signal); }
.product-monolith strong { margin-top: 1rem; font-size: 1.15rem; line-height: 1.1; text-transform: uppercase; }
.spec-tag { position: absolute; padding: .6rem .8rem; color: var(--muted); background: #0c0e0e; border: 1px solid var(--line); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.spec-tag span { margin-right: .7rem; color: var(--signal); }
.spec-one { top: 23%; right: 0; }
.spec-two { bottom: 22%; left: 1%; }
.hero-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; color: var(--muted); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.trust-strip { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-width: 1px 0; }
.trust-strip div { min-height: 115px; padding: 1.6rem; display: flex; align-items: flex-start; gap: 1.2rem; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { color: var(--signal); font-size: .68rem; }
.trust-strip span { font-size: .78rem; font-weight: 700; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.section { max-width: var(--max); margin: auto; padding: 8rem 0; }
.section-heading { margin-bottom: 4rem; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 4rem; }
.section-heading h2, .story h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.8rem, 5.5vw, 5rem); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.section-heading > p { max-width: 440px; margin-bottom: .5rem; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.product-card { background: var(--ink); }
.product-visual { min-height: 430px; padding: 1.4rem; display: grid; place-items: center; overflow: hidden; position: relative; background: var(--panel); }
.product-index, .material-note { position: absolute; color: var(--muted); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.product-index { top: 1.4rem; left: 1.4rem; }
.material-note { right: 1.4rem; bottom: 1.4rem; }
.pack-shape { width: 230px; height: 280px; padding: 25px; border: 1px solid #575d59; border-radius: 18px 18px 35px 35px; background: linear-gradient(145deg,#363b38,#171a19); box-shadow: -22px 30px 55px #050606; transform: rotate(-5deg); }
.pack-shape::before, .pack-shape::after { content:""; position: absolute; }
.pack-shape span { height: 105px; display: block; border: 1px solid #555b57; border-radius: 8px 8px 18px 18px; background: #242825; }
.flask-shape { width: 135px; height: 290px; padding-top: 70px; display: grid; place-items: center; border-radius: 24px 24px 42px 42px; color: #1a1e1c; background: linear-gradient(110deg,#4b514d,#c1c5c0 50%,#565c58); box-shadow: -20px 30px 55px #050606; font-size: .7rem; letter-spacing: .2em; transform: rotate(6deg); }
.flask-shape::before { content:""; width: 88px; height: 40px; position: absolute; top: 48px; border-radius: 15px 15px 5px 5px; background: #252927; }
.lamp-shape { width: 300px; height: 300px; position: relative; }
.lamp-shape::before { content:""; width: 210px; height: 18px; position: absolute; left: 45px; bottom: 30px; background: #565d59; border-radius: 50%; box-shadow: 0 10px 20px #060707; }
.lamp-shape i { width: 14px; height: 230px; position: absolute; left: 142px; bottom: 42px; background: linear-gradient(90deg,#3b403d,#afb4b0,#4e5551); transform: rotate(12deg); transform-origin: bottom; }
.lamp-shape b { width: 150px; height: 70px; position: absolute; top: 15px; left: 120px; border-radius: 60px 60px 14px 14px; background: #9fa5a1; transform: rotate(20deg); box-shadow: inset 0 -15px 25px #343936, 0 25px 45px rgba(217,255,67,.08); }
.tray-shape { width: 310px; height: 220px; position: relative; border: 12px solid #4c524f; border-radius: 28px; background: #121514; box-shadow: -22px 32px 55px #050606, inset 0 0 0 1px #6d7470; transform: perspective(600px) rotateX(52deg) rotateZ(-12deg); }
.tray-shape span,.tray-shape i,.tray-shape b { position: absolute; border: 1px solid #555c58; border-radius: 12px; }
.tray-shape span { inset: 18px 155px 18px 18px; }
.tray-shape i { inset: 18px 18px 110px 170px; }
.tray-shape b { inset: 115px 18px 18px 170px; }
.product-info { min-height: 235px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; }
.product-type { margin-bottom: .5rem; color: var(--signal); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-info h3 { margin-bottom: .8rem; font-size: 1.7rem; font-weight: 600; letter-spacing: -.03em; }
.product-info p { max-width: 520px; color: var(--muted); }
.product-buy { padding-top: 1rem; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); font-size: .85rem; font-weight: 700; }
.product-buy button { border: 0; color: var(--signal); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; align-items: start; }
.story-number { color: var(--signal); font-size: clamp(8rem, 18vw, 16rem); font-weight: 700; line-height: .75; letter-spacing: -.1em; }
.story-number span { font-size: 1rem; letter-spacing: .08em; }
.story-copy > p:not(.eyebrow) { max-width: 720px; margin: 2rem 0 3.5rem; color: var(--muted); font-size: 1.15rem; }
.story-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.story-stats div { padding: 1.5rem; background: var(--ink); }
.story-stats strong, .story-stats span { display: block; }
.story-stats strong { color: var(--signal); font-size: 1.9rem; }
.story-stats span { color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.contact-details > p:not(.eyebrow) { max-width: 480px; margin: 2rem 0 3rem; color: var(--muted); }
dl { margin: 0; border-top: 1px solid var(--line); }
dl div { padding: 1rem 0; display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
dd { margin: 0; font-size: .9rem; }
.contact-form { padding: 2.4rem; background: var(--panel); border: 1px solid var(--line); }
.form-heading { margin-bottom: 2rem; display: flex; justify-content: space-between; gap: 1rem; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-heading span:last-child { color: var(--muted); font-weight: 500; }
label, legend { color: #b8beba; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
label { display: block; margin-bottom: 1.25rem; }
label small { color: var(--muted); font-weight: 400; }
input, select, textarea {
  width: 100%;
  margin-top: .5rem;
  padding: .85rem .1rem;
  border: 0;
  border-bottom: 1px solid #464c49;
  border-radius: 0;
  outline: 0;
  color: var(--paper);
  background: transparent;
}
select { background: var(--panel); }
input:focus, select:focus, textarea:focus { border-color: var(--signal); }
textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.contact-form .button { width: 100%; justify-content: space-between; }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .7rem; }
.form-success, .order-success { margin-top: 1rem; padding: 1rem; color: var(--signal); border: 1px solid var(--signal); font-size: .8rem; }
footer { max-width: var(--max); min-height: 190px; margin: auto; padding: 2.5rem 0; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
footer .brand { color: var(--paper); }
footer p { margin: 0; }
footer div { display: flex; gap: 1.5rem; }
footer > span { grid-column: 1 / -1; }
.order-shell, .cart-shell { position: fixed; inset: 0; z-index: 50; overflow: hidden; visibility: hidden; }
.order-shell.is-open, .cart-shell.is-open { visibility: visible; }
.order-backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.72); opacity: 0; transition: opacity .3s; cursor: pointer; }
.order-shell.is-open .order-backdrop, .cart-shell.is-open .order-backdrop { opacity: 1; }
.order-panel { width: min(620px, 100%); height: 100%; padding: 2.5rem; position: absolute; top: 0; right: 0; overflow-x: hidden; overflow-y: auto; background: var(--panel); border-left: 1px solid var(--line); transform: translateX(100%); transition: transform .35s ease; }
.order-shell.is-open .order-panel, .cart-shell.is-open .order-panel { transform: translateX(0); }
.order-top { margin-bottom: 2rem; display: flex; justify-content: space-between; gap: 2rem; }
.order-top h2 { margin: 0; font-size: 2.3rem; letter-spacing: -.04em; }
.close-order { border: 0; color: var(--paper); background: transparent; font-size: 2.3rem; cursor: pointer; }
fieldset { margin: 0 0 1.5rem; padding: 0; border: 0; }
legend { margin-bottom: .7rem; }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.option-grid.two { grid-template-columns: repeat(2, 1fr); }
.option-grid label { margin: 0; }
.option-grid input { width: 1px; height: 1px; margin: 0; padding: 0; position: absolute; opacity: 0; pointer-events: none; }
.option-grid span { min-height: 62px; padding: .8rem; display: flex; align-items: center; gap: .55rem; border: 1px solid var(--line); color: var(--paper); cursor: pointer; font-size: .69rem; }
.option-grid input:checked + span { border-color: var(--signal); box-shadow: inset 0 0 0 1px var(--signal); }
.option-grid small { margin-left: auto; color: var(--muted); }
.swatch { width: 16px; height: 16px; display: inline-block; border: 1px solid #666; border-radius: 50%; }
.swatch.obsidian { background: #171a1a; }
.swatch.mineral { background: #9da29e; }
.swatch.ember { background: var(--ember); }
.order-summary { margin: 1.5rem 0; padding: 1.2rem; border: 1px solid var(--line); }
.order-summary div { display: flex; justify-content: space-between; align-items: center; }
.order-summary strong { color: var(--signal); font-size: 1.5rem; }
.order-summary p { margin: .5rem 0 0; color: var(--muted); font-size: .7rem; }
#order-form > .button { width: 100%; justify-content: space-between; }
.cart-empty { min-height: 60vh; display: grid; place-content: center; justify-items: start; }
.cart-empty strong { font-size: 1.7rem; }
.cart-empty p { margin: .4rem 0 1.5rem; color: var(--muted); }
.cart-items { border-top: 1px solid var(--line); }
.cart-item { padding: 1.25rem 0; display: grid; grid-template-columns: 1fr auto; gap: 1rem; border-bottom: 1px solid var(--line); }
.cart-item h3 { margin: 0 0 .2rem; font-size: 1.05rem; }
.cart-item p { margin: 0; color: var(--muted); font-size: .73rem; }
.cart-item-price { color: var(--signal); font-weight: 800; }
.cart-controls { margin-top: .8rem; display: flex; align-items: center; gap: .45rem; }
.cart-controls button { width: 30px; height: 30px; border: 1px solid var(--line); color: var(--paper); background: transparent; cursor: pointer; }
.cart-controls .cart-remove { width: auto; margin-left: .5rem; border: 0; color: var(--muted); font-size: .69rem; text-decoration: underline; }
.cart-quantity { min-width: 1.5rem; text-align: center; font-size: .8rem; }
.cart-total { margin: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; }
.cart-total span { display: grid; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cart-total small { color: var(--muted); font-size: .62rem; font-weight: 400; }
.cart-total strong { color: var(--signal); font-size: 2rem; }
.cart-checkout { width: 100%; justify-content: space-between; }
body.order-open { overflow: hidden; }

@media (max-width: 1050px) {
  .section, footer { padding-left: 1.25rem; padding-right: 1.25rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-object { min-height: 450px; }
  .story, .contact { gap: 3rem; }
}
@media (max-width: 760px) {
  .site-header { min-height: 68px; grid-template-columns: 1fr auto auto; gap: .65rem; }
  .site-header nav { display: none; padding: 1.5rem; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: var(--panel); border-bottom: 1px solid var(--line); }
  .site-header nav.is-open { display: flex; }
  .menu-toggle { justify-self: end; display: block; border: 0; color: var(--paper); background: transparent; font-size: .7rem; text-transform: uppercase; }
  .bag-button { display: block; }
  .bag-label { display: none; }
  .bag-count { margin-left: 0; }
  .hero { padding-top: 5rem; }
  h1 { font-size: clamp(3.3rem, 16vw, 5.2rem); }
  .hero-object { min-height: 390px; transform: scale(.82); }
  .hero-meta span:nth-child(2) { display: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .section-heading, .story, .contact { grid-template-columns: 1fr; gap: 2.5rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { min-height: 370px; }
  .story-number { font-size: 9rem; }
  .story-stats { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; }
  footer > span { grid-column: auto; }
  .order-panel { padding: 1.5rem; }
  .option-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
