@font-face { font-family: "Instrument Sans"; src: url("/fonts/instrument-sans-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("/fonts/instrument-sans-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("/fonts/instrument-sans-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Recursive"; src: url("/fonts/recursive-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }

:root { color-scheme: light; --paper: #f5f2ea; --ink: #171a17; --blue: #3157d5; --coral: #ff6846; --line: #c9c6bc; --muted: #60685f; --sans: "Instrument Sans", sans-serif; --mono: "Recursive", monospace; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
button, a { color: inherit; font: inherit; }
a { text-underline-offset: 3px; }
img { max-width: 100%; }
::selection { background: #aebeff; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 20; left: 12px; top: 12px; transform: translateY(-180%); padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { transform: none; }
.shop-note { min-height: 34px; padding: 0 max(22px, calc((100vw - 1480px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; background: var(--blue); font: 600 10px/1 var(--mono); letter-spacing: .08em; }
.site-header, main, footer { width: min(100% - 44px, 1480px); margin-inline: auto; }
.site-header { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--ink); }
.wordmark { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: var(--ink); text-decoration: none; font-size: 18px; font-weight: 700; letter-spacing: -.03em; }
.wordmark img { width: 29px; height: 29px; border-radius: 8px; }
.wordmark span { color: var(--blue); }
.site-header nav { display: flex; gap: 26px; font-size: 13px; font-weight: 600; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { color: var(--blue); }
.micro-login { justify-self: end; min-height: 42px; padding: 0 14px 0 9px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--ink); border-radius: 9px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 600; }
.micro-login img { width: 25px; height: 25px; border-radius: 7px; }
.micro-login:hover { color: white; border-color: var(--blue); background: var(--blue); }
.hero { min-height: min(800px, calc(100vh - 116px)); display: grid; grid-template-columns: .82fr 1.18fr; border-bottom: 1px solid var(--ink); }
.hero-copy { padding: clamp(70px, 10vw, 145px) clamp(30px, 6vw, 90px) 70px 0; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0; color: var(--blue); font: 600 10px/1.2 var(--mono); letter-spacing: .09em; }
.hero h1 { max-width: 7.5ch; margin: 45px 0 36px; font-size: clamp(70px, 8vw, 132px); font-weight: 700; line-height: .83; letter-spacing: -.075em; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 41ch; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.45; }
.shop-link { margin-top: auto; padding-top: 50px; display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 600; }
.shop-link span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); }
.hero-image { position: relative; min-width: 0; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: white; }
.hero-image picture { min-width: 0; min-height: 0; overflow: hidden; }
.hero-image picture img { width: 100%; height: 100%; display: block; object-fit: cover; }
.image-stamp { position: absolute; right: 25px; bottom: 25px; width: 112px; height: 112px; padding: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--ink); font: 600 12px/1.2 var(--mono); text-align: center; transform: rotate(9deg); }
.collection { padding: 110px 0 130px; }
.collection > header { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; margin-bottom: 55px; }
.collection h2, .story h2 { margin: 14px 0 0; font-size: clamp(52px, 6vw, 88px); line-height: .88; letter-spacing: -.065em; }
.collection > header > p { max-width: 49ch; margin: 0 0 7px auto; color: var(--muted); line-height: 1.5; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px 18px; }
.product { min-width: 0; }
.product-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #eadfcb; }
.product-image picture, .product-image picture img { width: 100%; height: 100%; display: block; }
.product-image picture img { object-fit: cover; transition: transform .35s ease; }
.product:hover .product-image picture img { transform: scale(1.018); }
.product-image > span { position: absolute; top: 16px; left: 16px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--blue); font: 600 10px/1 var(--mono); }
.product-info { padding-top: 18px; display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.product-info h3 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.product-info p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.interest { padding: 9px 0; border: 0; border-bottom: 1px solid; background: transparent; cursor: pointer; white-space: nowrap; font-size: 12px; font-weight: 600; }
.interest:hover { color: var(--blue); }
.interest:disabled { opacity: .55; cursor: wait; }
.status { min-height: 28px; margin: 36px 0 0; color: var(--blue); font-size: 13px; }
.story { min-height: 620px; padding: 100px 0; display: grid; grid-template-columns: .55fr 1.2fr .55fr; gap: 50px; align-items: start; border-top: 1px solid var(--ink); }
.story h2 { margin-top: 0; }
.story > div:nth-child(2) p { max-width: 56ch; margin: 34px 0 0; color: var(--muted); font-size: 18px; line-height: 1.5; }
.story-mark { justify-self: end; padding-top: 8px; display: grid; gap: 18px; font: 600 11px/1.5 var(--mono); }
.story-mark img { width: 76px; height: 76px; border-radius: 18px; }
footer { min-height: 120px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 5px solid var(--blue); color: var(--muted); font-size: 11px; }
footer p { margin: 0; }
footer > span { text-align: right; }

@media (max-width: 820px) {
  .shop-note span:last-child, .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 590px; padding: 70px 0 50px; }
  .hero h1 { font-size: clamp(64px, 18vw, 94px); }
  .hero-image { aspect-ratio: 1 / 1; }
  .collection { padding: 80px 0 95px; }
  .collection > header { grid-template-columns: 1fr; gap: 24px; }
  .collection > header > p { margin-left: 0; }
  .product-grid { grid-template-columns: 1fr; gap: 48px; }
  .story { min-height: auto; grid-template-columns: 1fr; padding: 75px 0; }
  .story-mark { justify-self: start; }
  footer { padding: 32px 0; grid-template-columns: 1fr; gap: 14px; }
  footer > span { text-align: left; }
}

@media (max-width: 430px) {
  .site-header, main, footer { width: min(100% - 28px, 1480px); }
  .wordmark { font-size: 16px; }
  .micro-login { padding-right: 10px; }
  .micro-login span { font-size: 0; }
  .micro-login span::after { content: "Login"; font-size: 12px; }
  .hero-copy { min-height: 540px; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .product-info { flex-direction: column; gap: 10px; }
  .image-stamp { width: 90px; height: 90px; font-size: 10px; }
}
