*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.5;
}
.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.brand {
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  color: #111;
  font-size: 22px;
}
.nav {
  display: flex;
  gap: 28px;
}
.nav a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .04em;
}
.nav a:hover {
  opacity: .7;
}
.actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.icon-btn {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #111;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}
.icon-btn:hover {
  background: #f7f7f7;
}
.cart-count {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 700;
}
.hero {
  padding: 56px 0;
  background: #fafafa;
}
.hero-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}
.hero-text h1 {
  font-size: clamp(36px, 6vw, 80px);
  line-height: 0.95;
  margin: 8px 0 20px;
  font-weight: 900;
}
.eyebrow {
  color: #777;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 700;
}
.eyebrow.small {
  font-size: 11px;
}
.sub {
  color: #555;
  max-width: 540px;
}
.sub.center {
  margin-left: auto;
  margin-right: auto;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .06em;
  border: 1.5px solid #111;
  color: #111;
}
.btn.primary {
  background: #111;
  color: #fff;
}
.btn.outline:hover {
  background: #111;
  color: #fff;
}
.hero-media img {
  width: 100%;
  height: min(620px, 70vh);
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.stats {
  background: #111;
  color: #fff;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 26px 0;
}
.stat {
  text-align: center;
}
.value {
  font-weight: 900;
  font-size: 28px;
}
.label {
  color: #bbb;
  font-size: 12px;
  letter-spacing: .12em;
}
.story {
  background: #111;
  color: #fff;
  padding: 64px 0;
}
.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}
.story-text h2 {
  font-size: clamp(28px, 5vw, 64px);
  line-height: 1.02;
  margin: 8px 0 18px;
  font-weight: 900;
}
.story-media img {
  width: 100%;
  height: min(560px, 64vh);
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.link {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .06em;
  color: #111;
  border-bottom: 1.5px solid #111;
}
.story .link {
  color: #fff;
  border-color: #fff;
}
.arrivals {
  padding: 72px 0 48px;
}
.center {
  text-align: center;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 32px 0 36px;
}
.product {
  border: 1.5px solid #111;
  border-radius: 6px;
  padding: 16px;
  background: #fff;
}
.image-wrap {
  aspect-ratio: 1 / 1;
  border: 1.5px solid #111;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}
.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.badge {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 6px 8px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.category {
  color: #777;
  font-size: 12px;
  letter-spacing: .12em;
  margin: 6px 0;
}
.product h3 {
  margin: 0;
  font-size: 18px;
}
.price {
  margin-top: 4px;
  font-weight: 800;
}
.about-contact {
  padding: 72px 0;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.about-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  gap: 36px;
  align-items: stretch;
}
.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-copy h2 {
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1;
  margin: 8px 0 16px;
  font-weight: 900;
}
.about-copy p:last-child {
  color: #555;
  margin: 0;
  max-width: 420px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.contact-card {
  min-height: 180px;
  border: 1.5px solid #111;
  border-radius: 6px;
  background: #fff;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-label {
  color: #777;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0;
}
.contact-card p:last-child,
.contact-card a {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin: 24px 0 0;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.contact-card a:hover {
  border-bottom: 1.5px solid #111;
}
.collections {
  padding: 64px 0;
}
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 22px;
}
.collection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.collection-card {
  position: relative;
  border: 3px solid #111;
  border-radius: 6px;
  overflow: hidden;
  background: #eee;
}
.collection-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.collection-card .overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
  color: #fff;
}
.collection-card h3 {
  margin: 4px 0 8px;
  font-size: 28px;
  font-weight: 900;
}
.newsletter {
  background: #f4f4f4;
  padding: 72px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.subscribe-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  width: min(620px, 92vw);
  margin: 22px auto 12px;
}
.subscribe-form input {
  border: 1.5px solid #111;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 14px;
}
.fine {
  color: #777;
  font-size: 12px;
}
.footer {
  background: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 28px;
  padding: 36px 0;
  border-bottom: 1px solid #e5e5e5;
}
.footer-brand .brand {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 8px;
}
.social {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.social a {
  color: #111;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 8px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-title {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .12em;
}
.footer-col a {
  text-decoration: none;
  color: #111;
}
.footer-col a:hover {
  opacity: .7;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-size: 13px;
}
.footer-links {
  display: flex;
  gap: 16px;
}
@media (max-width: 1000px) {
  .hero-content,
  .story-grid,
  .about-contact-grid {
    grid-template-columns: 1fr;
  }
  .collection-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nav {
    display: none;
  }
}
@media (max-width: 560px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .subscribe-form {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
