@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700;9..144,850&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");

:root {
  --ink: #171411;
  --muted: #6f665d;
  --paper: #fff8ed;
  --card: #fffdf7;
  --line: #d9cdbc;
  --ember: #c94d26;
  --moss: #546b3f;
  --blue: #265f8f;
  --gold: #ba8a28;
  --shadow: #171411;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 12% 8%, #ffd6a2 0 14rem, transparent 28rem), linear-gradient(135deg, #fff8ed, #f0eadf); }
a { color: inherit; }
.sl-topbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1180px, calc(100% - 36px)); margin: auto; border-bottom: 1px solid var(--ink); }
.sl-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.sl-brand span { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--ink); font-weight: 800; }
.sl-brand strong { letter-spacing: -.02em; }
.sl-topbar nav { display: flex; gap: 18px; align-items: center; }
.sl-topbar nav a { color: var(--muted); text-decoration: none; font-size: .88rem; font-weight: 700; }
.sl-topbar nav a:hover { color: var(--ember); }
main { width: min(1180px, calc(100% - 36px)); margin: auto; }
.eyebrow { margin: 0; color: var(--ember); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.sl-hero { min-height: 68vh; display: grid; align-content: center; padding: 70px 0; border-bottom: 1px solid var(--ink); }
.sl-hero h1 { max-width: 12ch; margin: 18px 0 0; font-family: Fraunces, serif; font-size: clamp(4rem, 11vw, 9rem); line-height: .82; letter-spacing: -.07em; }
.sl-hero p:last-child { max-width: 760px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.6; }
.portfolio, .owner-note, .product-detail, .domain-note { padding: 70px 0; border-bottom: 1px solid var(--line); }
.section-head h2 { margin: 12px 0 28px; font-family: Fraunces, serif; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: .92; letter-spacing: -.055em; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { min-height: 330px; display: flex; flex-direction: column; padding: 24px; color: var(--ink); background: var(--card); border: 1px solid var(--ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 9px 9px 0 var(--shadow); }
.product-card span { color: var(--ember); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin: 18px 0 10px; font-family: Fraunces, serif; font-size: 2.2rem; line-height: .95; }
.product-card p { color: var(--muted); line-height: 1.55; }
.product-card b { margin-top: auto; color: var(--ember); }
.product-card.live { color: #fff; background: var(--ink); }
.product-card.live p { color: #dfd5c8; }
.owner-note { max-width: 850px; }
.owner-note h2 { margin: 10px 0; font-family: Fraunces, serif; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.04em; }
.owner-note p:last-child { color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
footer { min-height: 96px; display: flex; align-items: center; gap: 18px; width: min(1180px, calc(100% - 36px)); margin: auto; color: var(--muted); }
footer strong { color: var(--ink); }
.product-page main { min-height: calc(100vh - 180px); }
.product-hero { position: relative; min-height: 62vh; display: grid; align-content: center; padding: 74px 0; border-bottom: 1px solid var(--ink); overflow: hidden; }
.product-hero::after { content: ""; position: absolute; right: 0; bottom: 50px; width: min(36vw, 380px); aspect-ratio: 1; border: 1px solid var(--ink); background: repeating-linear-gradient(135deg, #0000 0 16px, #171411 17px 18px); opacity: .16; }
.product-status { width: max-content; margin-top: 18px; padding: 8px 11px; border: 1px solid var(--ink); background: #fffaf1; font-weight: 800; }
.product-hero h1 { margin: 20px 0 0; font-family: Fraunces, serif; font-size: clamp(4rem, 12vw, 10rem); line-height: .82; letter-spacing: -.08em; }
.product-hero h2 { max-width: 760px; margin: 24px 0 0; font-size: clamp(1.7rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.055em; }
.product-hero p { max-width: 680px; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.button { display: inline-flex; align-items: center; min-height: 48px; padding: 0 18px; border: 1px solid var(--ink); text-decoration: none; font-weight: 800; }
.button.primary { color: #fff; background: var(--ink); }
.button.secondary { background: #fffaf1; }
.product-detail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-detail article { min-height: 180px; padding: 22px; background: var(--card); border: 1px solid var(--line); }
.product-detail span { color: var(--ember); font-weight: 800; }
.product-detail h3 { margin: 34px 0 0; font-size: 1.25rem; line-height: 1.15; }
.domain-note { max-width: 760px; }
.domain-note strong { color: var(--ember); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.domain-note p { color: var(--muted); font-size: 1.1rem; line-height: 1.6; }

@media (max-width: 900px) {
  .product-grid, .product-detail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .sl-topbar { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .sl-topbar nav { flex-wrap: wrap; }
  .product-grid, .product-detail { grid-template-columns: 1fr; }
  .sl-hero h1, .product-hero h1 { font-size: clamp(3.4rem, 20vw, 6rem); }
}
