:root {
  --mint: #7eb892;
  --mint-bright: #8fd4a4;
  --mint-dim: rgba(126, 184, 146, 0.14);
  --omd-green: #2ba745;
  --omd-orange: #f39221;
  --ink: #09090b;
  --ink-2: #111113;
  --ink-3: #18181b;
  --line: rgba(255, 255, 255, 0.08);
  --text: #fafafa;
  --muted: rgba(250, 250, 250, 0.62);
  --muted-2: rgba(250, 250, 250, 0.42);
  --paper: #f4f1ea;
  --paper-2: #ebe6db;
  --ink-light: #141413;
  --header-h: 72px;
  --radius: 12px;
  --font: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg, var(--ink));
  color: var(--fg, var(--text));
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.mock-bar {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 20px;
  min-height: 36px;
  background: #1a1a16;
  color: #f4f1ea;
  font-size: 12px;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mock-bar a { color: var(--mint-bright); font-weight: 600; }
.mock-bar nav { display: flex; gap: 14px; flex-wrap: wrap; }

.site-header {
  position: sticky;
  top: 37px;
  z-index: 40;
  height: var(--header-h);
  display: flex;
  align-items: center;
  backdrop-filter: blur(16px);
  background: color-mix(in srgb, var(--bg, var(--ink)) 78%, transparent);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.15;
  flex-shrink: 0;
}
.logo img { width: 36px; height: 36px; object-fit: contain; }
.logo .lockup { display: flex; flex-direction: column; gap: 2px; }
.logo span { display: block; opacity: 0.72; font-size: 10px; letter-spacing: 0.16em; }
.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  color: var(--muted);
}
.nav a:hover { color: var(--fg, var(--text)); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.ghost-chip {
  border: 1px solid var(--line);
  background: transparent;
  color: inherit;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-mint { background: var(--mint); color: #0b1a10; }
.btn-mint:hover { background: var(--mint-bright); }
.btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.22);
  color: var(--text);
}
.btn-ghost-dark {
  background: transparent;
  border-color: rgba(20,20,19,0.22);
  color: var(--ink-light);
}
.btn-orange { background: var(--omd-orange); color: #1a1208; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mint);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--mint);
}

h1, h2 { letter-spacing: -0.045em; line-height: 0.98; font-weight: 700; }
h1 { font-size: clamp(40px, 6.4vw, 72px); max-width: 14ch; }
h2 { font-size: clamp(32px, 4.4vw, 52px); }
h2 .accent, h1 .accent { color: var(--mint); }
.lead { color: var(--muted); max-width: 62ch; font-size: 16px; }
.section { padding: 88px 0; }
.section-head { margin-bottom: 40px; max-width: 720px; }

.hero {
  position: relative;
  min-height: calc(100vh - 110px);
  display: grid;
  align-items: end;
  padding: 80px 0 72px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-color: #09090b;
  background-image:
    linear-gradient(180deg, rgba(9,9,11,0.28) 0%, rgba(9,9,11,0.55) 42%, rgba(9,9,11,0.92) 100%),
    url("images/hero-atelier.jpg");
  background-size: cover;
  background-position: center 30%;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
  pointer-events: none;
}
.hero-visual {
  position: absolute;
  right: 5%;
  top: 14%;
  width: min(38%, 460px);
  aspect-ratio: 3/4;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0,0,0,0.4);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.96);
}
.hero-copy { position: relative; z-index: 2; }
.hero-copy p { max-width: 54ch; color: var(--muted); margin: 22px 0 28px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.trust-pills { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted-2); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.trust-pills span { display: flex; align-items: center; gap: 6px; }
.trust-pills span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }

.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  overflow: hidden;
}
.marquee p {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 16px;
}
.logo-row {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  opacity: 0.72;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 18px;
  white-space: nowrap;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid var(--line);
}
.metric {
  padding: 32px 22px 36px;
  border-right: 1px solid var(--line);
}
.metric:last-child { border-right: none; }
.metric strong {
  display: block;
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 10px 0 6px;
}
.metric em {
  display: block;
  font-style: normal;
  color: var(--mint);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 650;
}
.metric p { color: var(--muted); font-size: 13px; }

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.facility-card {
  background: var(--ink-3);
  border: 1px solid var(--line);
  padding: 18px;
}
.facility-card .shot {
  height: 340px;
  overflow: hidden;
}
.facility-card .shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}
.facility-card figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  font-size: 13px;
  color: var(--muted);
}

.cards-4, .cards-3 { display: grid; gap: 16px; }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--ink-3);
  border: 1px solid var(--line);
  padding: 24px;
  min-height: 220px;
  overflow: hidden;
}
.card .card-photo {
  display: block;
  width: calc(100% + 48px);
  margin: -24px -24px 18px;
  height: 128px;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.98);
}
.card h3 { font-size: 18px; letter-spacing: -0.03em; margin: 12px 0 8px; }
.card .kicker {
  color: var(--mint);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 650;
}
.card p { color: var(--muted); font-size: 14px; }
.ico {
  width: 28px; height: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid; place-items: center;
  color: var(--mint); font-size: 12px;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
  align-items: start;
}
.why-copy h2 { margin-bottom: 18px; max-width: 12ch; }

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  counter-reset: step;
}
.step {
  padding: 0 16px 8px 0;
  border-top: 0;
  counter-increment: step;
}
.step img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin-bottom: 16px;
  filter: saturate(0.85);
}
.step { border-top: 1px solid var(--line); padding-top: 18px; }
.step::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  color: var(--mint);
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  font-weight: 650;
}
.step h3 { font-size: 18px; margin-bottom: 8px; letter-spacing: -0.03em; }
.step p { color: var(--muted); font-size: 14px; }

.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product {
  background: var(--ink-2);
  border: 1px solid var(--line);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.product img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) brightness(0.92);
}
.product::before {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(9,9,11,0.05) 20%, rgba(9,9,11,0.78) 100%);
}
.product > * { position: relative; z-index: 2; }
.product .tag { font-size: 11px; color: var(--mint); letter-spacing: 0.1em; text-transform: uppercase; }
.product h3 { font-size: 18px; margin: 6px 0; letter-spacing: -0.03em; }
.product p { font-size: 13px; color: var(--muted); }

.cta-band {
  padding: 96px 0;
  text-align: left;
  border-top: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,9,11,0.88) 0%, rgba(9,9,11,0.62) 55%, rgba(9,9,11,0.4) 100%),
    url("images/fabric-rolls.jpg") center/cover;
  opacity: 0.95;
}
.cta-band .wrap { position: relative; z-index: 1; }
.cta-band h2 { max-width: 16ch; margin-bottom: 12px; }
.cta-band .lead { margin-bottom: 28px; }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 48px 0 28px;
  color: var(--muted);
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}
.site-footer h4 { color: var(--fg, var(--text)); margin-bottom: 12px; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
.site-footer a { display: block; margin: 6px 0; color: var(--muted); }
.site-footer a:hover { color: var(--mint); }
.legal { border-top: 1px solid var(--line); padding-top: 18px; font-size: 12px; color: var(--muted-2); }

/* Light theme */
.theme-light {
  --bg: #f6f3ec;
  --fg: #141413;
  --text: #141413;
  --muted: rgba(20,20,19,0.68);
  --muted-2: rgba(20,20,19,0.42);
  --line: rgba(20,20,19,0.1);
  --ink-2: #efebe2;
  --ink-3: #ffffff;
  --mint: #2f7a4a;
  --mint-bright: #3b9159;
}
.theme-light .site-header { background: rgba(246,243,236,0.86); }
.theme-light .hero-bg {
  background-image:
    linear-gradient(180deg, rgba(246,243,236,0.18) 0%, rgba(246,243,236,0.72) 58%, #f6f3ec 100%),
    url("images/hanging-rail.jpg");
  background-size: cover;
  background-position: center 40%;
}
.theme-light .btn-ghost { color: #141413; border-color: rgba(20,20,19,0.2); }
.theme-light .cta-band { color: #fafafa; --muted: rgba(250,250,250,0.62); }
.theme-light .cta-band h2 { color: #fafafa; }
.theme-light .product::before {
  background: linear-gradient(180deg, rgba(20,20,19,0.02) 10%, rgba(20,20,19,0.72) 100%);
}
.theme-light .hero-visual { border-color: rgba(20,20,19,0.12); }

/* Studio / direction C */
.theme-studio .hero-bg {
  background-image:
    linear-gradient(180deg, rgba(9,9,11,0.45) 0%, rgba(9,9,11,0.78) 70%, #09090b 100%),
    url("images/store.jpg");
  background-size: cover;
  background-position: center;
}
.products { min-height: 0; }
.product { min-height: 360px; }
.form-card {
  background: rgba(17,17,19,0.9);
}
.theme-studio .hero { min-height: auto; padding: 72px 0 48px; align-items: center; }
.theme-studio .hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.form-card {
  background: rgba(17,17,19,0.86);
  border: 1px solid var(--line);
  padding: 28px;
  backdrop-filter: blur(10px);
}
.form-card h3 { margin-bottom: 6px; letter-spacing: -0.03em; }
.form-card p { color: var(--muted); font-size: 13px; margin-bottom: 18px; }
.form-card label { display: block; font-size: 12px; margin: 12px 0 6px; color: var(--muted); }
.form-card input, .form-card textarea {
  width: 100%;
  background: #0c0c0e;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 11px 12px;
  border-radius: 6px;
}
.form-card .btn { width: 100%; justify-content: center; margin-top: 16px; }

.chooser {
  background: #0e0f10;
  color: #fafafa;
  min-height: 100vh;
  padding: 48px 0 80px;
}
.chooser h1 { max-width: 18ch; margin: 12px 0 16px; }
.chooser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.preview {
  border: 1px solid var(--line);
  background: #141416;
  padding: 16px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}
.preview .thumb {
  height: 180px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
}
.thumb-a, .thumb-b, .thumb-c {
  background-size: cover;
  background-position: center;
}
.thumb-a { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.35)), url("images/hero-atelier.jpg"); }
.thumb-b { background-image: linear-gradient(180deg, transparent, rgba(246,243,236,0.25)), url("images/hanging-rail.jpg"); }
.thumb-c { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.4)), url("images/studio-look.jpg"); }
.mark {
  width: 36px; height: 36px;
  border: 1px solid var(--mint);
  border-radius: 50%;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.mark svg { width: 18px; height: 18px; fill: none; stroke: var(--mint); stroke-width: 1.6; }
.preview h2 { font-size: 24px; margin-bottom: 8px; }
.preview p { color: var(--muted); font-size: 14px; flex: 1; }
.preview .btn { margin-top: 18px; align-self: flex-start; }
.notes { margin-top: 56px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; color: var(--muted); }
.notes ul { padding-left: 18px; }
.notes li { margin: 8px 0; }

.nav-toggle { display: none; background: none; border: 0; color: inherit; font-size: 22px; }

@media (max-width: 1024px) {
  .metrics, .cards-4, .products, .process, .chooser-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .why-grid, .theme-studio .hero-layout, .footer-grid, .notes { grid-template-columns: 1fr; }
  .nav { display: none; }
  .nav-toggle { display: block; }
  .hero-visual { display: none; }
  .metric:nth-child(2n) { border-right: none; }
}
@media (max-width: 640px) {
  .metrics, .cards-4, .cards-3, .products, .process, .chooser-grid { grid-template-columns: 1fr; }
  h1 { font-size: 36px; }
  .wrap { width: calc(100% - 28px); }
  .hero { padding: 48px 0; }
}
