@charset "UTF-8";

:root { color-scheme: light; --ink: #142136; --muted: #596476; --blue: #2355e8; --line: #dce2eb; --paper: #f5f7fa; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; border-radius: 3px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.12; overflow-wrap: anywhere; }
::selection { color: #fff; background: var(--blue); }
.container { width: min(100% - 7rem, 1280px); margin-inline: auto; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 10; padding: .75rem 1.25rem; background: var(--ink); color: #fff; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid #edf0f4; }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap; padding-block: 1rem; }
.wordmark { font-weight: 750; font-size: 2rem; line-height: 1; letter-spacing: -.055em; }
.wordmark span { color: var(--blue); }
nav { display: flex; align-items: center; gap: 1rem 2.6rem; flex-wrap: wrap; }
nav a { font-size: .9375rem; font-weight: 550; padding-block: .7rem; }
nav a:hover, .text-link:hover, .back-to-top:hover { color: var(--blue); }
nav a:last-child { display: flex; gap: .75rem; align-items: center; }
nav a:last-child span { color: var(--blue); font-size: 1.25rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr); align-items: center; gap: 4.5rem; padding-block: 4.75rem 5.5rem; }
.hero-copy, .about-heading, .about-copy { min-width: 0; }
.eyebrow { font-size: .75rem; font-weight: 700; line-height: 1.5; letter-spacing: .12em; color: var(--blue); }
.hero .eyebrow { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.7rem; }
.short-rule { flex: 0 0 1.6rem; height: 2px; background: var(--blue); }
h1 { font-size: clamp(3.5rem, 5.6vw, 5.3rem); font-weight: 720; line-height: 1.08; letter-spacing: -.04em; }
h1 span { color: var(--blue); }
.hero-description { max-width: 28rem; color: var(--muted); font-size: 1.0625rem; line-height: 1.8; margin-top: 1.7rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: clamp(.75rem, 2vw, 2rem); max-width: 100%; padding: 1rem 1.3rem; background: var(--ink); color: #fff; border-radius: 5px; font-size: .9375rem; font-weight: 600; margin-top: 2rem; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--blue); transform: translateY(-2px); }
.button span { font-size: 1.5rem; line-height: 1; font-weight: 400; }
.hero-note { margin-top: 2.25rem; display: flex; align-items: center; gap: .8rem; font-size: .8125rem; color: var(--muted); }
.note-rule { flex: 0 0 1.5rem; height: 1px; background: #a7b2c3; }
.hero-visual { position: relative; width: 100%; min-width: 0; min-height: 22rem; aspect-ratio: .9; background: #e8edf3; border-radius: 9px; overflow: hidden; }
.hero-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgb(6 15 31 / .76) 100%); pointer-events: none; }
.hero-visual figcaption { position: absolute; z-index: 1; left: 2rem; right: 2rem; bottom: 2rem; color: #fff; }
.image-kicker { display: block; font-size: .75rem; font-weight: 650; letter-spacing: .13em; }
.image-title { display: block; margin-block: .6rem 1.2rem; font-size: clamp(1.7rem, 2.7vw, 2.4rem); font-weight: 550; line-height: 1.15; letter-spacing: -.035em; }
.image-detail { display: block; border-top: 1px solid rgb(255 255 255 / .35); padding-top: 1rem; font-size: .75rem; letter-spacing: .1em; }
.collection { background: var(--paper); border-block: 1px solid #e9edf3; padding-block: 5.5rem 3rem; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; margin-bottom: 2.8rem; }
h2 { font-size: clamp(2rem, 3.5vw, 3.1rem); letter-spacing: -.035em; font-weight: 650; }
.section-heading h2 { margin-top: .9rem; }
.section-description { max-width: 23rem; font-size: 1rem; line-height: 1.75; color: var(--muted); padding-bottom: .15rem; }
.collection-meta { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); padding-top: 1.1rem; margin-bottom: 1.6rem; font-size: .75rem; font-weight: 650; letter-spacing: .08em; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 1.65rem; }
.product-card { min-width: 0; background: #fff; border: 1px solid #e4e9f0; border-radius: 8px; overflow: hidden; }
.product-image { aspect-ratio: 1.28; overflow: hidden; position: relative; background: #e9edf2; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image img[src$="headphones.jpg"], .product-image img[src$="usb-hub.jpg"] { object-position: 50% 70%; }
.example-label { position: absolute; top: .9rem; left: .9rem; padding: .25rem .6rem; background: #fff; color: #3a4657; border-radius: 3px; font-size: .75rem; line-height: 1.5; font-weight: 550; box-shadow: 0 1px 4px #00000008; }
.product-content { padding: 1.45rem; }
.product-category { color: var(--blue); font-size: .75rem; line-height: 1.5; font-weight: 650; letter-spacing: .09em; margin-bottom: .6rem; }
h3 { font-size: 1.375rem; font-weight: 650; letter-spacing: -.03em; }
.product-content > p:not(.product-category) { font-size: 1rem; color: var(--muted); line-height: 1.7; margin-top: .7rem; min-height: 3.4em; }
.link-pending { display: flex; justify-content: space-between; align-items: center; gap: .5rem; margin-top: 1.35rem; padding-top: .9rem; border-top: 1px solid #e9edf3; color: #657083; font-size: .875rem; }
.link-pending span { color: #8993a3; }
.disclosure { display: flex; align-items: flex-start; gap: .8rem; margin-top: 2rem; padding-block: .5rem; }
.disclosure-icon { width: 1.1rem; height: 1.1rem; flex: 0 0 1.1rem; border: 1px solid #788394; border-radius: 50%; color: #586375; font-family: Georgia, serif; font-size: .8125rem; line-height: 1; text-align: center; margin-top: .25rem; }
.disclosure p { max-width: 66rem; font-size: .875rem; line-height: 1.8; color: var(--muted); }
.disclosure strong { color: #3e4c60; font-weight: 600; }
.about { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6rem; padding-block: 6rem; }
.about h2 { margin-top: 1rem; }
.about h2 span { color: var(--blue); }
.about-copy { max-width: 34rem; }
.about-copy p { color: var(--muted); margin-bottom: 1rem; }
.about-copy .about-intro { font-size: 1.375rem; line-height: 1.4; font-weight: 600; color: var(--ink); letter-spacing: -.02em; }
.text-link { display: inline-flex; align-items: center; gap: 1.2rem; color: var(--ink); font-size: .9375rem; font-weight: 600; margin-top: .55rem; padding-bottom: .4rem; border-bottom: 1px solid #c7cfdb; }
.text-link span { color: var(--blue); font-size: 1.25rem; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 2rem; }
.footer-inner .wordmark { font-size: 1.65rem; }
.footer-inner p { color: var(--muted); font-size: .8125rem; }
.back-to-top { display: flex; align-items: center; gap: .8rem; white-space: nowrap; font-size: .875rem; font-weight: 550; }

@media (min-width: 1500px) { .hero { gap: 6rem; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 4rem); }
  .hero { gap: 2.5rem; padding-block: 3.5rem 4rem; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .07em; }
  .hero-visual { aspect-ratio: .76; }
  .product-grid { gap: 1.4rem; }
  .product-content { padding: 1.15rem; }
  .link-pending { font-size: .875rem; }
  .about { gap: 3rem; }
}
@media (max-width: 800px) {
  .header-inner { min-height: 86px; }
  .hero { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem; align-items: start; }
  h1 { font-size: 3.5rem; }
  .hero-description { font-size: 1rem; }
  .hero-visual { aspect-ratio: .64; }
  .hero-visual figcaption { inset-inline: 1.25rem; bottom: 1.25rem; }
  .hero-note { font-size: .8125rem; }
  .section-heading { align-items: flex-start; gap: 2rem; }
  .section-description { max-width: 18rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-content { padding: 1.4rem; }
  .collection { padding-block: 4rem 2.5rem; }
  .about { gap: 2rem; padding-block: 4rem; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner p { order: 3; flex-basis: 100%; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 2.5rem); }
  .header-inner { min-height: 80px; gap: 1rem; flex-wrap: wrap; padding-block: 1rem; }
  .wordmark { font-size: 1.75rem; }
  nav { gap: 1.25rem; flex-wrap: wrap; }
  nav a { font-size: .875rem; }
  nav a:last-child { gap: .3rem; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-block: 2.7rem 3rem; gap: 2.4rem; }
  .hero .eyebrow { margin-bottom: 1.35rem; }
  h1 { font-size: clamp(3.25rem, 12vw, 4.3rem); }
  .desktop-break { display: none; }
  .hero-description { margin-top: 1.4rem; max-width: 32rem; }
  .button { margin-top: 1.5rem; }
  .hero-note { margin-top: 1.5rem; }
  .hero-visual { aspect-ratio: 1.12; }
  .image-title { font-size: 1.8rem; }
  .image-detail { padding-top: .7rem; }
  .section-heading { display: block; margin-bottom: 2rem; }
  .section-description { max-width: 32rem; margin-top: 1.15rem; }
  .collection { padding-block: 3rem 2rem; }
  h2 { font-size: 2.25rem; }
  .collection-meta { font-size: .75rem; letter-spacing: .03em; flex-wrap: wrap; }
  .product-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-image { aspect-ratio: 1.35; }
  .product-content { padding: 1.4rem; }
  .product-content > p:not(.product-category) { min-height: 0; }
  .disclosure { margin-top: 1.6rem; }
  .about { grid-template-columns: minmax(0, 1fr); gap: 1.8rem; padding-block: 3.5rem; }
  .footer-inner { gap: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
