/* Menstudio — brand site. Tokens mirror the storefront's "Minimal White" theme. */
:root {
  --paper: #fcfcfb;
  --ink: #18181b;
  --muted: #71717a;
  --soft: #f3f3f1;
  --line: #e4e4e1;
  --steel: #6b7076;
  --heading: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --body: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --gutter: clamp(16px, 5vw, 56px);
  --max: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--ink); color: var(--paper); }

h1, h2, h3 {
  font-family: var(--heading);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin: 0;
}

.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }

/* Placeholder marker: anything still waiting on real info. Grep for "todo" before deploy. */
.todo { background: #fde68a; outline: 1px dashed #b45309; padding: 0 4px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.wordmark {
  font-family: var(--heading); font-weight: 800; font-size: 20px;
  letter-spacing: 0.22em; text-decoration: none;
}
.nav { display: flex; gap: clamp(12px, 3vw, 32px); font-size: 13px; }
.nav a { text-decoration: none; color: var(--muted); }
.nav a:hover { color: var(--ink); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 22px;
  font-family: var(--heading); font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none;
  border: 1.5px solid var(--ink); transition: background .15s, color .15s;
}
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark:hover { background: #000; }
.btn-light { background: transparent; color: var(--ink); }
.btn-light:hover { background: var(--ink); color: var(--paper); }

/* Hero */
.hero { padding-block: clamp(56px, 10vw, 120px) clamp(48px, 8vw, 96px); border-bottom: 1px solid var(--line); }
.eyebrow { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--steel); margin: 0 0 20px; }
.hero h1 { font-size: clamp(40px, 8vw, 92px); font-weight: 800; max-width: 12ch; }
.hero p { max-width: 56ch; margin: 28px 0 36px; color: #3f3f46; font-size: 16px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Proof strip */
.proof { border-bottom: 1px solid var(--line); }
.proof .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof .wrap > div { padding: 28px 24px 28px 0; }
.proof .wrap > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.proof strong { display: block; font-family: var(--heading); text-transform: uppercase; font-size: 14px; letter-spacing: 0.04em; margin-bottom: 4px; }
.proof span { color: var(--muted); font-size: 13px; }

/* Sections */
section { padding-block: clamp(56px, 9vw, 104px); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(28px, 4.5vw, 48px); font-weight: 800; }
.section-head p { margin: 0; color: var(--muted); max-width: 44ch; }

/* Collections */
.grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card { background: var(--paper); padding: 28px 22px 32px; display: flex; flex-direction: column; gap: 14px; min-height: 260px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card svg { width: 44px; height: 44px; stroke: var(--ink); fill: none; stroke-width: 1.4; }
.card h3 { font-size: 18px; font-weight: 700; }
.card .id { font-size: 12px; color: var(--steel); letter-spacing: 0.08em; text-transform: uppercase; margin-top: -8px; }
.card p { margin: 0; color: #52525b; font-size: 13px; }
.models { margin-top: auto; font-size: 12px; color: var(--muted); }

/* About */
.about { background: var(--soft); border-block: 1px solid var(--line); }
.about .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.about h2 { font-size: clamp(28px, 4.5vw, 48px); font-weight: 800; }
.about p { margin: 0 0 18px; color: #3f3f46; }
.facts { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.facts li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.facts li span:first-child { color: var(--muted); }
.facts li span:last-child { text-align: right; }

/* Shop */
.shop-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.shop { border: 1.5px solid var(--ink); padding: 24px; display: flex; flex-direction: column; gap: 10px; text-decoration: none; transition: background .15s, color .15s; }
.shop:hover { background: var(--ink); color: var(--paper); }
.shop:hover .shop-note { color: #d4d4d8; }
.shop-name { font-family: var(--heading); font-weight: 800; text-transform: uppercase; font-size: 20px; }
.shop-note { font-size: 13px; color: var(--muted); }
.shop-go { margin-top: 8px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }

/* Contact / footer */
.contact { border-top: 1px solid var(--line); }
.contact .wrap { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; }
.contact h2 { font-size: clamp(28px, 4.5vw, 48px); font-weight: 800; }
.contact a.mail { font-family: var(--heading); font-weight: 700; font-size: clamp(18px, 3vw, 28px); text-decoration: none; border-bottom: 2px solid var(--ink); word-break: break-all; }
.contact dl { margin: 0; display: grid; grid-template-columns: max-content 1fr; gap: 10px 20px; font-size: 13px; }
.contact dt { color: var(--muted); }
.contact dd { margin: 0; }

.site-footer { border-top: 1px solid var(--line); padding-block: 28px; font-size: 12px; color: var(--muted); }
.site-footer .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.site-footer a { color: var(--muted); }

/* Privacy page */
.legal { padding-block: clamp(48px, 8vw, 88px); }
.legal .wrap { max-width: 780px; }
.legal h1 { font-size: clamp(32px, 6vw, 56px); font-weight: 800; margin-bottom: 12px; }
.legal .updated { color: var(--muted); font-size: 13px; margin: 0 0 40px; }
.legal h2 { font-size: 18px; font-weight: 700; margin: 40px 0 12px; }
.legal p, .legal li { color: #3f3f46; }
.legal ul { padding-left: 20px; }

@media (max-width: 1000px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .nav a:not(.nav-shop) { display: none; }
  .grid { grid-template-columns: 1fr; }
  .proof .wrap { grid-template-columns: 1fr; }
  .proof .wrap > div, .proof .wrap > div + div { padding: 20px 0; border-left: 0; }
  .proof .wrap > div + div { border-top: 1px solid var(--line); }
  .about .wrap, .contact .wrap { grid-template-columns: 1fr; }
}
