:root { --ink:#090909; --paper:#f5f3ee; --muted:#77746b; --line:#dedbd2; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.promo { height: 32px; display: grid; place-items: center; color: #fff; background: var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 20; height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(18px,4vw,48px); background: rgba(245,243,238,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.logo-link { display: inline-flex; align-items: center; }
.logo-link img { width: clamp(142px,18vw,220px); height: auto; display: block; }
.footer-brand img { width: 150px; filter: invert(1); }
.desktop-nav, .header-actions { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.header-actions { justify-content: flex-end; }
.cart-button, .icon-button, .add-button { border: 0; color: inherit; background: transparent; cursor: pointer; }
.cart-button { display: inline-flex; align-items: center; gap: 8px; padding: 0; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.cart-button strong { min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 12px; }
.menu-button { display: none; width: 34px; height: 34px; padding: 8px; }
.menu-button span { display: block; height: 2px; margin: 6px 0; background: var(--ink); }
.mobile-nav { display: none; padding: 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
.mobile-nav a { display: block; padding: 13px 0; font-weight: 900; text-transform: uppercase; }
.hero { position: relative; min-height: calc(100vh - 102px); overflow: hidden; background: #d5d1c9; }
.hero img { width: 100%; height: 100%; min-height: calc(100vh - 102px); object-fit: cover; object-position: 58% center; display: block; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.12) 60%, rgba(0,0,0,.22)); }
.hero-copy { position: absolute; z-index: 1; left: clamp(20px,6vw,78px); bottom: clamp(44px,10vw,110px); max-width: 690px; color: white; }
.hero-copy p, .section-heading p, .launch-copy p, .launch-points span, .material-copy p, .material-specs span { margin: 0 0 14px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.hero-copy h1 { max-width: 13ch; margin: 0 0 30px; font-size: clamp(48px,8vw,104px); line-height: .92; }
.primary-link { display: inline-flex; align-items: center; min-height: 44px; padding: 0 24px; border: 1px solid currentColor; color: white; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.primary-link.secondary { background: rgba(255,255,255,.12); }
.text-link { display: inline-flex; margin-top: 26px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.category-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--line); }
.category-strip a { min-height: 92px; display: grid; place-items: center; border-right: 1px solid var(--line); font-size: clamp(13px,1.4vw,18px); font-weight: 900; text-transform: uppercase; }
.category-strip a:last-child { border-right: 0; }
.section { padding: clamp(38px,7vw,88px) clamp(16px,4vw,48px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-heading p { margin: 0; font-size: clamp(24px,4vw,48px); line-height: 1; }
.section-heading a { font-size: 13px; font-weight: 900; text-transform: uppercase; }
.editorial-heading { align-items: start; }
.editorial-heading h2 { max-width: 11ch; margin: 8px 0 0; font-size: clamp(42px,6vw,86px); line-height: .94; }
.material-section { display: grid; grid-template-columns: minmax(280px,.82fr) 1.18fr; gap: clamp(28px,6vw,90px); align-items: stretch; border-bottom: 1px solid var(--line); background: #efede5; }
.material-copy h2 { max-width: 12ch; margin: 0; font-size: clamp(42px,6.3vw,92px); line-height: .94; }
.material-panel { display: grid; grid-template-columns: .82fr 1fr; min-height: 520px; border: 1px solid var(--line); background: var(--paper); }
.fabric-swatch { position: relative; overflow: hidden; background: linear-gradient(135deg,rgba(255,255,255,.08),transparent 38%), repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 1px,transparent 1px 14px), repeating-linear-gradient(0deg,rgba(255,255,255,.045) 0 1px,transparent 1px 12px), radial-gradient(circle at 48% 34%,#30302e,#050505 72%); }
.fabric-swatch::before { content: "AEROWEAVE"; position: absolute; left: 22px; bottom: 22px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.fabric-swatch::after { content: ""; position: absolute; inset: 16%; border: 1px solid rgba(255,255,255,.22); background: linear-gradient(45deg,transparent 47%,rgba(255,255,255,.2) 49% 51%,transparent 53%), linear-gradient(-45deg,transparent 47%,rgba(255,255,255,.12) 49% 51%,transparent 53%); background-size: 28px 28px; opacity: .55; }
.material-specs { display: grid; gap: 1px; background: var(--line); }
.material-specs article { display: flex; flex-direction: column; justify-content: end; min-height: 172px; padding: 24px; background: #f8f6ef; }
.material-specs h3 { margin: auto 0 10px; font-size: clamp(21px,2.2vw,32px); line-height: 1; }
.material-specs p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.product-card { position: relative; overflow: hidden; background: #ece8df; }
.product-visual { min-height: 430px; position: relative; overflow: hidden; background: #e8e2d6; }
.product-visual > img { width: 100%; height: 430px; display: block; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-visual > img { transform: scale(1.035); }
.product-info { display: flex; justify-content: space-between; gap: 16px; padding: 16px; }
.product-info h2, .product-info p { margin: 0; font-size: 13px; }
.product-info p { color: var(--muted); margin-top: 4px; }
.add-button { position: absolute; right: 14px; top: 14px; min-width: 50px; height: 34px; border-radius: 999px; color: white; background: var(--ink); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.model-lookbook { border-top: 1px solid var(--line); background: #f7f5ef; }
.luxury-tops { border-top: 1px solid var(--line); background: #111; color: #f7f5ef; }
.look-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.look-card { display: grid; align-content: start; background: #ece8df; overflow: hidden; }
.luxury-tops .look-card { background: #1d1d1a; }
.look-media { position: relative; overflow: hidden; }
.look-media > img { width: 100%; height: 520px; display: block; object-fit: cover; object-position: center top; transition: transform .5s ease; }
.look-card:hover .look-media > img { transform: scale(1.03); }
.look-card div { display: grid; gap: 8px; padding: 18px; }
.look-card .look-media { display: block; padding: 0; }
.look-card span { font-size: 11px; font-weight: 900; text-transform: uppercase; color: var(--muted); }
.luxury-tops .look-card span, .luxury-tops .look-card p { color: rgba(247,245,239,.66); }
.look-card h2, .look-card p { margin: 0; }
.look-card h2 { font-size: clamp(20px,2vw,30px); line-height: 1; }
.look-card p { min-height: 58px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.look-card strong { font-size: 18px; }
.premium strong { color: #fff; }
.collection-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; min-height: 520px; border-block: 1px solid var(--line); }
.collection-card { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(22px,4vw,42px); color: white; border-right: 1px solid rgba(255,255,255,.26); }
.collection-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--collection-image); background-size: cover; background-position: center; transition: transform .55s ease; }
.collection-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.6)); }
.collection-card:hover::before { transform: scale(1.04); }
.collection-card span { font-size: 12px; font-weight: 900; }
.collection-card h2 { max-width: 9ch; margin: 0; font-size: clamp(34px,5vw,72px); line-height: .96; }
.training { --collection-image: url("assets/noar-ai-hero.png"); }
.recovery { --collection-image: url("assets/noar-women-black-leggings.png"); }
.travel { --collection-image: url("assets/noar-blond-man-navy-top.png"); }
.us-launch { display: grid; grid-template-columns: minmax(280px,.85fr) 1.15fr; gap: clamp(26px,5vw,80px); align-items: start; border-top: 1px solid var(--line); background: #eeece4; }
.launch-copy h2 { max-width: 11ch; margin: 0; font-size: clamp(42px,6vw,88px); line-height: .95; }
.launch-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line); }
.launch-points article { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: var(--paper); }
.launch-points h3 { margin: auto 0 12px; font-size: clamp(20px,2vw,28px); line-height: 1; }
.launch-points p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.newsletter { display: grid; justify-items: center; padding: clamp(50px,8vw,96px) 18px; text-align: center; border-top: 1px solid var(--line); }
.newsletter h2 { margin: 0 0 10px; font-size: clamp(36px,6vw,78px); line-height: 1; }
.newsletter p { margin: 0 0 24px; color: var(--muted); }
.newsletter form { width: min(540px,100%); display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--ink); }
.newsletter input { min-width: 0; border: 0; padding: 16px; background: transparent; }
.newsletter button { border: 0; padding: 0 22px; color: white; background: var(--ink); font-weight: 900; text-transform: uppercase; cursor: pointer; }
#formMessage { min-height: 24px; margin-top: 14px; font-size: 13px; font-weight: 800; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 38px clamp(18px,4vw,48px); color: white; background: var(--ink); }
footer p { max-width: 420px; margin: 14px 0 0; color: rgba(255,255,255,.72); }
.footer-links { display: grid; grid-template-columns: repeat(2,auto); gap: 14px 32px; align-content: start; font-size: 13px; font-weight: 900; text-transform: uppercase; }
@media (max-width: 900px) {
  .desktop-nav, .header-actions a { display: none; }
  .menu-button { display: block; }
  .mobile-nav.is-open { display: block; }
  .category-strip, .product-grid, .look-grid, .collection-grid, footer { grid-template-columns: 1fr 1fr; }
  .collection-grid { min-height: auto; }
  .collection-card { min-height: 340px; }
  .collection-card:first-child { grid-column: 1 / -1; }
  .us-launch, .launch-points, .material-section, .material-panel { grid-template-columns: 1fr; }
  .launch-copy h2, .material-copy h2 { max-width: 14ch; }
  .fabric-swatch { min-height: 320px; }
}
@media (max-width: 620px) {
  .site-header { height: 62px; padding: 0 16px; }
  .logo-link img { width: 124px; }
  .hero, .hero img { min-height: 720px; }
  .hero img { object-position: 61% center; }
  .hero-copy h1 { font-size: 52px; }
  .category-strip, .product-grid, .look-grid, .collection-grid, footer { grid-template-columns: 1fr; }
  .category-strip a { min-height: 64px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-visual, .product-visual > img { min-height: 350px; height: 350px; }
  .look-media > img { height: 480px; }
  .section-heading { align-items: start; flex-direction: column; gap: 12px; }
  .newsletter form { grid-template-columns: 1fr; }
  .newsletter button { min-height: 48px; }
  .footer-links { grid-template-columns: 1fr; }
}
