/* Main colours and reusable design settings */
:root {
  --black: #181714;
  --charcoal: #25231f;
  --charcoal-light: #34312b;
  --white: #f1eddf;
  --muted: #aaa497;
  --line: rgba(241, 237, 223, 0.16);
  --blue: #7994a2;
  --blue-light: #b3c0bd;
  --orange: #c98259;
  --glass: rgba(255, 255, 255, 0.07);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }

/* Announcement and navigation */
.announcement-bar {
  padding: 9px 20px;
  background: var(--blue);
  color: var(--black);
  text-align: center;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.announcement-bar span { padding: 0 9px; opacity: 0.55; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 10, 13, 0.82);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1440px, 100%);
  min-height: 78px;
  margin: 0 auto;
  padding: 0 42px;
}

.logo {
  width: fit-content;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.17em;
  line-height: 1;
  transform: rotate(-5deg) skewX(-8deg);
  text-shadow: 2px 2px 0 rgba(201, 130, 89, 0.5);
}

.logo span { color: var(--blue); }

.nav-links { display: flex; gap: 28px; }
.nav-links a { color: #d7d9dd; font-size: 0.78rem; font-weight: 800; transition: color 0.2s ease; }
.nav-links a:hover { color: var(--blue-light); }

.nav-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid rgba(141, 169, 255, 0.6);
  border-radius: 999px;
  background: rgba(76, 125, 255, 0.15);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-button:hover { background: var(--blue); color: var(--black); transform: translateY(-2px); }

/* Shared labels, headings, and buttons */
.eyebrow { margin-bottom: 18px; color: var(--blue-light); font-size: 0.69rem; font-weight: 900; letter-spacing: 0.14em; }

h1, h2, h3 { font-weight: 900; letter-spacing: -0.085em; line-height: 0.88; }
h1 { margin-bottom: 27px; font-size: clamp(3.9rem, 9.6vw, 9.4rem); }
h1 span { color: var(--blue); }
h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5.5vw, 5.8rem); }
h3 { margin-bottom: 7px; font-size: 1.05rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.79rem;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--blue); color: var(--black); box-shadow: 0 12px 30px rgba(76, 125, 255, 0.22); }
.button-primary:hover { background: var(--blue-light); box-shadow: 0 16px 38px rgba(76, 125, 255, 0.34); }
.button-ghost { border-color: rgba(255, 255, 255, 0.34); background: rgba(255, 255, 255, 0.04); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.12); }

/* Main hero and the large CSS product visual */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
  min-height: 720px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 30% 44%, #1c2750 0, var(--black) 40%);
}

.hero-copy {
  z-index: 1;
  width: min(100%, 745px);
  justify-self: end;
  align-self: center;
  padding: 110px 80px 110px 42px;
}

.hero-copy > p:not(.eyebrow) { max-width: 465px; margin-bottom: 34px; color: #ced1d7; font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.hero-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: linear-gradient(145deg, #416eff, #162343 70%);
}

.city-grid {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image: linear-gradient(rgba(9, 10, 13, 0.54) 1px, transparent 1px), linear-gradient(90deg, rgba(9, 10, 13, 0.54) 1px, transparent 1px);
  background-size: 52px 52px;
}

.hero-code, .hero-location, .hero-badge { position: absolute; z-index: 3; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.11em; line-height: 1.35; }
.hero-code { top: 37px; left: 38px; }
.hero-location { right: 38px; bottom: 34px; text-align: right; }
.hero-badge { top: 38px; right: 38px; padding: 9px 10px; border: 1px solid rgba(9, 10, 13, 0.65); background: rgba(245, 246, 247, 0.17); backdrop-filter: blur(8px); }
.glow-orb { position: absolute; top: 15%; right: -11%; width: 330px; height: 330px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 100px rgba(255, 91, 46, 0.5); }

.hero-jacket {
  position: absolute;
  z-index: 2;
  bottom: -16px;
  left: 50%;
  width: min(70%, 405px);
  height: 590px;
  transform: translateX(-50%);
  border: 3px solid rgba(245, 246, 247, 0.48);
  border-radius: 52px 52px 20px 20px;
  background: linear-gradient(145deg, #d7def9 0%, #5d83ff 31%, #12204b 100%);
  box-shadow: -24px 28px 0 rgba(9, 10, 13, 0.48), 0 25px 70px rgba(9, 10, 13, 0.45);
}

.hero-jacket::before, .hero-jacket::after { content: ""; position: absolute; top: 83px; width: 108px; height: 390px; border: 3px solid rgba(245, 246, 247, 0.48); background: linear-gradient(160deg, #1a2d70, #345be2); }
.hero-jacket::before { left: -90px; border-radius: 65px 0 30px 65px; transform: rotate(11deg); }
.hero-jacket::after { right: -90px; border-radius: 0 65px 65px 30px; transform: rotate(-11deg); }
.jacket-collar { position: absolute; top: -23px; left: 50%; width: 132px; height: 85px; transform: translateX(-50%); border: 3px solid rgba(245, 246, 247, 0.48); border-radius: 48% 48% 22px 22px; background: #152657; }
.jacket-mark { position: absolute; top: 118px; left: 47px; font-size: 7rem; font-weight: 900; letter-spacing: -0.16em; line-height: 1; }
.jacket-copy { position: absolute; right: 33px; bottom: 42px; color: var(--white); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.1em; line-height: 1.25; text-align: right; }

/* Shared section layout */
.section { width: min(1440px, 100%); margin: 0 auto; padding: 125px 42px; }
.section-heading { display: grid; grid-template-columns: 1fr 0.44fr; gap: 65px; align-items: end; margin-bottom: 52px; }
.heading-copy { max-width: 330px; margin: 0 0 8px; color: var(--muted); font-size: 1rem; }

/* Glass featured collection cards */
.featured-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.featured-card { min-width: 0; }
.featured-card:last-child { grid-column: 2 / 4; }
.featured-card .product-art { min-height: 310px; }
.featured-large { grid-row: span 2; }
.featured-large .product-art { min-height: 666px; }

.product-art {
  --product-color: var(--blue);
  position: relative;
  display: grid;
  min-height: 275px;
  overflow: hidden;
  place-items: end center;
  padding-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.13);
  isolation: isolate;
}

.product-art::before, .product-art::after { content: ""; position: absolute; z-index: -1; background: var(--product-color); filter: drop-shadow(0 22px 22px rgba(0,0,0,0.35)); }
.product-art::before { bottom: 38px; width: 45%; height: 54%; }
.product-art::after { bottom: 50%; width: 24%; height: 26%; }
.product-art:hover::before, .product-art:hover::after { transform: translateY(-8px) rotate(2deg); }
.product-art::before, .product-art::after { transition: transform 0.32s ease; }

.art-word { position: relative; z-index: 1; color: var(--white); font-size: 0.8rem; font-weight: 900; letter-spacing: -0.1em; }
.art-code { position: absolute; z-index: 1; bottom: 17px; left: 17px; color: rgba(245, 246, 247, 0.65); font-size: 0.59rem; font-weight: 800; letter-spacing: 0.1em; }
.product-badge { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 6px 8px; border-radius: 999px; background: var(--blue); color: var(--black); font-size: 0.61rem; font-weight: 900; letter-spacing: 0.07em; }
.badge-dark { background: var(--black); color: var(--white); }

/* Different CSS silhouettes make each product type recognisable. */
.art-hoodie::before { width: 44%; height: 57%; border-radius: 35px 35px 8px 8px; }
.art-hoodie::after { width: 27%; height: 25%; border-radius: 52% 52% 17px 17px; }
.art-tshirt::before { width: 43%; height: 47%; border-radius: 11px 11px 7px 7px; }
.art-tshirt::after { bottom: 43%; width: 66%; height: 24%; clip-path: polygon(0 32%, 22% 0, 78% 0, 100% 32%, 82% 72%, 70% 51%, 70% 100%, 30% 100%, 30% 51%, 18% 72%); }
.art-jacket::before { width: 48%; height: 62%; border-radius: 20px 20px 7px 7px; }
.art-jacket::after { bottom: 40%; left: 50%; width: 4px; height: 48%; background: rgba(245,246,247,0.75); }
.art-sneaker::before { bottom: 42px; width: 66%; height: 29%; border-radius: 48% 24% 22px 20px; transform: skewX(-14deg); }
.art-sneaker::after { bottom: 33%; width: 48%; height: 9%; border-radius: 50%; background: rgba(245,246,247,0.8); }
.art-cap::before { bottom: 58px; width: 47%; height: 24%; border-radius: 85% 85% 10px 10px; }
.art-cap::after { bottom: 41%; width: 64%; height: 10%; border-radius: 70% 10% 12px 12px; transform: translateX(24%); }
.art-bag::before { bottom: 43px; width: 48%; height: 44%; border-radius: 8px; }
.art-bag::after { bottom: 53%; width: 28%; height: 20%; border: 5px solid var(--product-color); border-bottom: 0; border-radius: 60px 60px 0 0; background: transparent; filter: none; }

.art-orange { --product-color: var(--orange); background: linear-gradient(145deg, #454953, #171a20); }
.art-blue { --product-color: var(--blue); background: linear-gradient(145deg, #253e96, #15171d); }
.art-grey { --product-color: #d1d5df; background: linear-gradient(145deg, #4b505b, #1a1d24); }
.art-charcoal { --product-color: #1d222c; background: linear-gradient(145deg, #8b95a8, #404653); }
.art-silver { --product-color: #d8dce1; background: linear-gradient(145deg, #50586a, #17191f); }
.art-white { --product-color: #f4f5f7; background: linear-gradient(145deg, #8a95ae, #303846); }

.card-details { display: flex; justify-content: space-between; gap: 14px; padding: 15px 2px 4px; }
.product-category { margin-bottom: 5px; color: var(--muted); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.12em; }
.price { margin: 0; font-size: 0.75rem; font-weight: 900; white-space: nowrap; }

/* Brand story and value features */
.brand-story { display: grid; grid-template-columns: 1.05fr 0.76fr; gap: 13%; border-top: 1px solid var(--line); }
.story-content { align-self: end; }
.story-content > p { max-width: 500px; margin-bottom: 42px; color: #d2d5db; font-size: 1.23rem; line-height: 1.42; }
.story-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.story-numbers div { padding-top: 14px; border-top: 1px solid var(--line); }
.story-numbers strong { display: block; margin-bottom: 6px; color: var(--blue-light); font-size: 1.4rem; letter-spacing: -0.08em; }
.story-numbers span { color: var(--muted); font-size: 0.7rem; }

.choose-section { padding-top: 0; }
.choose-heading { display: grid; grid-template-columns: 1fr 0.42fr; gap: 60px; align-items: end; margin-bottom: 46px; }
.choose-heading p { max-width: 290px; margin-bottom: 8px; color: var(--muted); }
.feature-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.feature-list article { padding: 25px 24px 8px 0; border-right: 1px solid var(--line); }
.feature-list article:not(:first-child) { padding-left: 24px; }
.feature-list article:last-child { border-right: 0; }
.feature-icon { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 58px; border: 1px solid rgba(141, 169, 255, 0.6); border-radius: 50%; color: var(--blue-light); font-size: 0.66rem; font-weight: 900; }
.feature-list p { max-width: 230px; color: var(--muted); font-size: 0.9rem; }

/* Dark city notes panel */
.city-notes { background: linear-gradient(130deg, #111626, #0d0e12 52%, #15151e); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.city-notes-inner { width: min(1440px, 100%); margin: 0 auto; padding: 125px 42px; }
.notes-heading { display: grid; grid-template-columns: 1fr 0.45fr; gap: 65px; align-items: end; margin-bottom: 50px; }
.notes-heading p { max-width: 320px; margin-bottom: 8px; color: var(--muted); }
.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.note-panel { min-height: 270px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 18px; }
.note-panel span { font-size: 0.7rem; font-weight: 900; }
.note-panel h3 { margin: auto 0 9px; font-size: 1.85rem; }
.note-panel p { margin: 0; font-size: 0.95rem; line-height: 1.42; }
.panel-orange { border-color: var(--orange); background: var(--orange); color: var(--black); }
.panel-glass { background: rgba(255,255,255,0.08); backdrop-filter: blur(14px); }
.panel-light { border-color: var(--white); background: var(--white); color: var(--black); }

/* Shop filters and premium product cards */
.shop-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 35px; }
.filter-result { margin: 0 0 8px; color: var(--blue-light); font-size: 0.79rem; font-weight: 800; }
.filter-area { display: grid; grid-template-columns: 1.5fr 0.95fr 180px; gap: 24px; align-items: end; margin-bottom: 44px; padding: 21px; border: 1px solid var(--line); border-radius: 18px; background: var(--glass); backdrop-filter: blur(16px); }
.filter-group > p, .price-select { display: block; margin: 0 0 11px; color: var(--muted); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.1em; }
.filter-buttons { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-button, .collection-button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #dfe2e7; font-size: 0.72rem; font-weight: 800; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease; }
.filter-button:hover, .collection-button:hover, .filter-button.active, .collection-button.active { border-color: var(--blue); background: var(--blue); color: var(--black); transform: translateY(-1px); }
.price-select { margin: 0; }
.price-select select { display: block; width: 100%; margin-top: 11px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: var(--charcoal); color: var(--white); font-size: 0.76rem; cursor: pointer; }
.price-select select:focus { border-color: var(--blue); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,0.045); backdrop-filter: blur(16px); transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease; }
.product-card:hover { transform: translateY(-7px); border-color: rgba(141,169,255,0.75); box-shadow: 0 20px 42px rgba(0,0,0,0.3); }
.product-card .product-art { min-height: 250px; border: 0; border-radius: 0; }
.product-card-content { padding: 18px; }
.product-description { min-height: 42px; margin-bottom: 18px; color: var(--muted); font-size: 0.84rem; line-height: 1.4; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-bottom strong { font-size: 0.83rem; }
.add-button { padding: 9px 11px; border: 1px solid rgba(141,169,255,0.6); border-radius: 999px; background: transparent; color: var(--white); font-size: 0.69rem; font-weight: 900; cursor: pointer; transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.add-button:hover, .add-button.added { background: var(--blue); color: var(--black); transform: translateY(-2px); }
.product-card[hidden] { display: none; }
.empty-message { padding: 30px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); text-align: center; }

/* Customer reviews */
.reviews-section { border-top: 1px solid var(--line); }
.reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.review-card { display: flex; min-height: 250px; flex-direction: column; justify-content: space-between; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.05); backdrop-filter: blur(12px); }
.rating { margin-bottom: 24px; color: var(--blue-light); font-size: 0.73rem; letter-spacing: 0.15em; }
.review-card blockquote { margin-bottom: 28px; font-size: 1.08rem; font-weight: 700; letter-spacing: -0.035em; line-height: 1.25; }
.review-card footer { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 0.72rem; }
.review-card footer strong { color: var(--white); }
.review-accent { border-color: var(--blue); background: linear-gradient(145deg, #254699, #17223e); }

/* Coming-soon feature and contact call to action */
.recommendations-section { background: var(--blue); color: var(--black); }
.recommendations-inner { width: min(1440px, 100%); margin: 0 auto; padding: 112px 42px; }
.recommendations-inner .eyebrow { color: #152357; }
.recommendations-content { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: end; }
.recommendations-content h2 { margin-bottom: 15px; }
.recommendations-content p { max-width: 420px; margin: 0; font-size: 1.08rem; }
.coming-soon { padding: 9px 11px; border: 1px solid var(--black); border-radius: 999px; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.11em; white-space: nowrap; }

.contact-section { max-width: 1100px; margin: 0 auto; padding: 145px 42px; text-align: center; }
.contact-section h2 { font-size: clamp(3.3rem, 7.7vw, 7.4rem); }

/* Footer and social icon links */
.site-footer { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 35px; width: min(1440px, 100%); margin: 0 auto; padding: 46px 42px 27px; border-top: 1px solid var(--line); }
.footer-brand > p { max-width: 235px; margin: 17px 0 20px; color: var(--muted); font-size: 0.85rem; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--white); font-size: 0.62rem; font-weight: 900; transition: background 0.2s ease, color 0.2s ease; }
.social-links a:hover { background: var(--blue); color: var(--black); }
.site-footer > div > a:not(.logo) { display: block; width: fit-content; margin-bottom: 8px; color: #d5d7dc; font-size: 0.78rem; font-weight: 700; }
.site-footer > div > a:not(.logo):hover { color: var(--blue-light); }
.footer-title { margin-bottom: 15px; color: var(--blue-light); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.12em; }
.copyright { grid-column: 1 / -1; margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: #7d818b; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.08em; }

/* Tablet and mobile adjustments keep the site comfortable to browse. */
@media (max-width: 1060px) {
  .hero { grid-template-columns: 1fr 0.8fr; }
  .hero-copy { padding-right: 48px; }
  .feature-list { grid-template-columns: repeat(2, 1fr); }
  .feature-list article:nth-child(2) { border-right: 0; }
  .feature-list article:nth-child(n + 3) { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .filter-area { grid-template-columns: 1fr 1fr; }
  .price-select { grid-column: 1 / -1; max-width: 220px; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .nav-shell { grid-template-columns: 1fr auto; min-height: auto; padding: 16px 21px 12px; }
  .nav-links { grid-row: 2; grid-column: 1 / -1; display: flex; gap: 18px; margin-top: 17px; overflow-x: auto; padding-bottom: 4px; white-space: nowrap; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-button { padding: 9px 12px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { width: 100%; padding: 80px 22px 68px; }
  .hero-visual { min-height: 535px; }
  .hero-jacket { height: 460px; }
  .hero-jacket::before, .hero-jacket::after { top: 70px; height: 295px; width: 81px; }
  .jacket-mark { top: 98px; font-size: 5.6rem; }
  .section, .city-notes-inner, .recommendations-inner { padding: 82px 22px; }
  .section-heading, .brand-story, .choose-heading, .notes-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 38px; }
  .heading-copy, .notes-heading p { margin-bottom: 0; }
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .featured-card:last-child { grid-column: auto; }
  .featured-large { grid-row: auto; grid-column: 1 / -1; }
  .featured-large .product-art { min-height: 420px; }
  .notes-grid { grid-template-columns: 1fr; }
  .note-panel { min-height: 205px; }
  .shop-heading { align-items: start; flex-direction: column; }
  .filter-result { margin: 0; }
  .filter-area { grid-template-columns: 1fr; }
  .price-select { grid-column: auto; max-width: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .recommendations-content { grid-template-columns: 1fr; gap: 20px; }
  .coming-soon { width: fit-content; }
  .site-footer { grid-template-columns: 1.5fr 1fr; padding: 42px 22px 25px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .announcement-bar { padding: 8px 12px; font-size: 0.56rem; }
  .announcement-bar span { padding: 0 3px; }
  h1 { font-size: clamp(3.55rem, 17vw, 5.25rem); }
  h2 { font-size: clamp(2.65rem, 13vw, 4.25rem); }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 270px; }
  .hero-visual { min-height: 440px; }
  .hero-jacket { width: 49%; height: 385px; }
  .hero-jacket::before, .hero-jacket::after { top: 62px; width: 59px; height: 230px; }
  .hero-jacket::before { left: -51px; }
  .hero-jacket::after { right: -51px; }
  .jacket-collar { width: 100px; height: 65px; }
  .jacket-mark { top: 93px; left: 25px; font-size: 4rem; }
  .jacket-copy { right: 15px; bottom: 26px; font-size: 0.5rem; }
  .hero-code { top: 23px; left: 22px; }
  .hero-badge { top: 22px; right: 22px; font-size: 0.55rem; }
  .hero-location { right: 22px; bottom: 22px; }
  .glow-orb { width: 235px; height: 235px; }
  .featured-grid, .product-grid, .reviews-grid { grid-template-columns: 1fr; }
  .featured-large { grid-column: auto; }
  .featured-large .product-art { min-height: 350px; }
  .product-card .product-art { min-height: 280px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list article, .feature-list article:not(:first-child) { margin-top: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); border-top: 0; }
  .feature-list article:last-child { border-bottom: 0; }
  .feature-icon { margin-bottom: 23px; }
  .story-numbers { gap: 9px; }
  .story-numbers strong { font-size: 1.1rem; }
  .filter-area { padding: 16px; }
  .contact-section { padding: 100px 22px; }
  .site-footer { grid-template-columns: 1fr; gap: 25px; }
  .footer-brand { grid-column: auto; }
}

/* Documentary product photography replaces the earlier illustrated silhouettes. */
.hero {
  background: radial-gradient(circle at 25% 45%, #3d413d 0, var(--black) 46%);
}

.hero-visual {
  background: linear-gradient(rgba(24, 23, 20, 0.16), rgba(24, 23, 20, 0.46)), url("https://images.unsplash.com/photo-1523398002811-999ca8dec234?auto=format&fit=crop&w=1200&q=88") center / cover;
}

.hero-visual::after {
  content: "KICKS";
  position: absolute;
  z-index: 2;
  right: -20px;
  bottom: 58px;
  color: rgba(241, 237, 223, 0.32);
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: clamp(5rem, 13vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.18em;
  line-height: 0.8;
  transform: rotate(-13deg) skewX(-9deg);
  text-shadow: 3px 3px 0 rgba(24, 23, 20, 0.42);
  pointer-events: none;
}

.city-grid { opacity: 0.25; mix-blend-mode: multiply; }
.glow-orb, .hero-jacket { display: none; }
.hero-badge { border-color: rgba(241, 237, 223, 0.5); background: rgba(24, 23, 20, 0.5); }

.product-art {
  min-height: 275px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -90px 70px rgba(24, 23, 20, 0.72), inset 0 1px 0 rgba(241, 237, 223, 0.2);
}

.product-art::before, .product-art::after { display: none; }
.product-art:hover { background-size: 108%; }
.art-word { align-self: end; font-family: "Comic Sans MS", "Bradley Hand", cursive; font-size: 1.25rem; letter-spacing: -0.12em; transform: rotate(-5deg); text-shadow: 2px 2px 0 rgba(24, 23, 20, 0.72); }
.art-code { color: rgba(241, 237, 223, 0.82); }

.art-hoodie.art-orange { background-image: url("https://images.unsplash.com/photo-1556821840-3a63f95609a7?auto=format&fit=crop&w=1000&q=85"); }
.art-hoodie.art-grey { background-image: url("https://images.unsplash.com/photo-1551488831-00ddcb6c6bd3?auto=format&fit=crop&w=1000&q=85"); }
.art-tshirt.art-charcoal { background-image: url("https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?auto=format&fit=crop&w=1000&q=85"); }
.art-tshirt.art-white { background-image: url("https://images.unsplash.com/photo-1503341504253-dff4815485f1?auto=format&fit=crop&w=1000&q=85"); }
.art-jacket.art-blue { background-image: url("https://images.unsplash.com/photo-1551028719-00167b16eac5?auto=format&fit=crop&w=1000&q=85"); }
.art-jacket.art-orange { background-image: url("https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1000&q=85"); }
.art-sneaker.art-grey { background-image: url("https://images.unsplash.com/photo-1542291026-7eec264c27ff?auto=format&fit=crop&w=1000&q=85"); }
.art-sneaker.art-blue { background-image: url("https://images.unsplash.com/photo-1460353581641-37baddab0fa2?auto=format&fit=crop&w=1000&q=85"); }
.art-cap.art-silver { background-image: url("https://images.unsplash.com/photo-1521369909029-2afed882baee?auto=format&fit=crop&w=1000&q=85"); }
.art-bag.art-charcoal { background-image: url("https://images.unsplash.com/photo-1553062407-98eeb64c6a62?auto=format&fit=crop&w=1000&q=85"); }

.brand-story, .choose-section, .reviews-section { position: relative; }
.brand-story::before, .city-notes::before, .contact-section::before {
  position: absolute;
  z-index: 0;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-weight: 900;
  letter-spacing: -0.12em;
  pointer-events: none;
}
.brand-story::before { content: "MOVE"; right: 4%; bottom: 22px; color: rgba(201, 130, 89, 0.11); font-size: clamp(5rem, 14vw, 13rem); transform: rotate(-11deg); }
.city-notes { position: relative; overflow: hidden; background: linear-gradient(130deg, #30322d, #171714 55%, #3a2e27); }
.city-notes::before { content: "NO RULES"; top: 25px; right: -25px; color: rgba(241, 237, 223, 0.09); font-size: clamp(4rem, 11vw, 10rem); transform: rotate(-9deg); }
.contact-section::before { content: "KICKS"; left: 50%; top: 20px; color: rgba(121, 148, 162, 0.12); font-size: clamp(5rem, 16vw, 14rem); transform: translateX(-50%) rotate(-7deg); }
.brand-story > *, .city-notes-inner, .contact-section > * { position: relative; z-index: 1; }

.panel-orange { border-color: #d4a27a; background: #c98d68; }
.review-accent { border-color: var(--blue); background: linear-gradient(145deg, #526974, #2a302e); }
.recommendations-section { background: #9aa9a0; }
.recommendations-inner .eyebrow { color: #343d38; }
