:root {
  --board-ink: #10131a;
  --board-paper: #f6f0e5;
  --board-white: #fffdf8;
  --board-orange: #ff5c35;
  --board-blue: #2864ff;
  --board-lime: #d8ff45;
  --board-pink: #ff98ba;
  --board-yellow: #ffcc33;
  --board-line: rgba(16, 19, 26, .18);
  --board-serif: Georgia, "Times New Roman", serif;
  --board-sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

.style-board-page {
  background: var(--board-paper);
  color: var(--board-ink);
  font-family: var(--board-sans);
  overflow-x: hidden;
}

.style-board-page * { box-sizing: border-box; }
.style-board-page main { overflow: hidden; }
.style-board-page .container,
.board-container { width: min(1320px, calc(100% - 64px)); margin: 0 auto; }

.board-header .glass-nav {
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid var(--board-line);
  backdrop-filter: blur(18px);
}
.board-header .nav-inner { min-height: 86px; }
.board-header .logo-brand img { width: 218px; height: auto; }
.board-header .nav-links a { color: var(--board-ink); font-weight: 800; }
.board-header .nav-links > li > a { text-transform: uppercase; font-size: 12px; letter-spacing: .12em; }
.board-header .icon-theme { color: var(--board-ink); }

.board-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.board-kicker::before { content: ""; width: 28px; height: 3px; background: currentColor; }

.board-hero {
  min-height: 760px;
  padding: 72px 0 78px;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(16,19,26,.08) 50%, transparent 50.1%),
    linear-gradient(rgba(16,19,26,.05) 1px, transparent 1px);
  background-size: 100% 100%, 100% 42px;
}
.board-hero-grid {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 62px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 3; padding-left: max(0px, calc((100vw - 1440px) / 2)); }
.hero-copy h1 {
  max-width: 720px;
  margin: 24px 0 22px;
  font-family: var(--board-serif);
  font-size: clamp(58px, 6vw, 96px);
  line-height: .9;
  letter-spacing: -.055em;
  font-weight: 500;
}
.hero-deck { max-width: 610px; margin: 0; font-size: 19px; line-height: 1.65; color: #474952; }
.board-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.board-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border: 2px solid var(--board-ink);
  color: var(--board-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .2s, box-shadow .2s;
}
.board-button:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--board-ink); }
.board-button.dark { background: var(--board-ink); color: #fff; }
.board-button.light { background: var(--board-lime); }
.board-button.outline { background: transparent; }
.text-link { color: var(--board-ink); font-size: 14px; font-weight: 900; text-decoration: none; border-bottom: 2px solid; padding-bottom: 4px; }
.editor-note {
  max-width: 470px;
  margin-top: 52px;
  padding: 18px 18px 18px 92px;
  position: relative;
  border: 1px solid var(--board-line);
  background: rgba(255,255,255,.5);
  font-family: var(--board-serif);
  font-size: 15px;
  line-height: 1.4;
  transform: rotate(-1deg);
}
.editor-note span {
  position: absolute; left: 14px; top: 16px; width: 62px;
  font-family: var(--board-sans); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
}

.hero-board { position: relative; min-height: 620px; }
.style-tile {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 8px solid var(--board-white);
  box-shadow: 0 22px 50px rgba(16,19,26,.19);
  color: #fff;
  text-decoration: none;
  transition: transform .25s ease, z-index 0s;
}
.style-tile:hover { z-index: 8; transform: rotate(0) scale(1.025); }
.style-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(8,10,15,.82)); }
.style-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s; }
.style-tile:hover img { transform: scale(1.04); }
.style-tile.minimal { width: 43%; height: 380px; left: 0; top: 30px; transform: rotate(-5deg); }
.style-tile.sneaker { width: 44%; height: 420px; right: 4%; top: 6px; transform: rotate(4deg); }
.style-tile.street { width: 47%; height: 335px; left: 27%; bottom: 6px; transform: rotate(-1.5deg); }
.tile-no, .tile-name, .tile-caption { position: absolute; z-index: 2; }
.tile-no { top: 16px; left: 16px; padding: 6px 8px; background: var(--board-lime); color: var(--board-ink); font-size: 11px; font-weight: 900; }
.tile-name { left: 18px; right: 16px; bottom: 40px; font-family: var(--board-serif); font-size: clamp(29px, 3vw, 46px); line-height: .95; }
.tile-caption { left: 20px; bottom: 17px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.board-sticker { position: absolute; z-index: 9; display: grid; place-items: center; text-align: center; font-weight: 950; font-size: 10px; line-height: 1.1; letter-spacing: .1em; }
.sticker-one { width: 88px; height: 88px; right: 42%; top: 4px; background: var(--board-orange); border-radius: 50%; transform: rotate(10deg); }
.sticker-two { width: 94px; height: 58px; right: 0; bottom: 70px; background: var(--board-blue); color: #fff; transform: rotate(-8deg); }

.board-section { padding: 100px 0; }
.board-heading {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 50px;
  margin-bottom: 44px; padding-bottom: 22px; border-bottom: 2px solid var(--board-ink);
}
.board-heading h2 { margin: 12px 0 0; font-family: var(--board-serif); font-size: clamp(44px, 5vw, 74px); font-weight: 500; line-height: .95; letter-spacing: -.04em; }
.board-heading > p { max-width: 470px; margin: 0; color: #555864; line-height: 1.6; }
.board-heading.inverse { color: #fff; border-color: rgba(255,255,255,.55); }
.board-heading.inverse > p { color: rgba(255,255,255,.75); }

.outfit-builder { background: var(--board-white); }
.outfit-columns { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.outfit-step {
  position: relative; min-height: 490px; display: flex; flex-direction: column;
  padding: 10px; border: 1px solid var(--board-line); background: var(--board-paper); color: var(--board-ink); text-decoration: none;
  transition: transform .2s, background .2s;
}
.outfit-step:nth-child(even) { transform: translateY(24px); }
.outfit-step:hover { transform: translateY(-7px); background: var(--board-lime); }
.outfit-step:nth-child(even):hover { transform: translateY(17px); }
.outfit-step img { width: 100%; height: 310px; object-fit: cover; filter: saturate(.82); }
.outfit-step:hover img { filter: saturate(1.08); }
.step-index { position: absolute; top: 21px; left: 21px; z-index: 2; padding: 7px 9px; background: var(--board-white); font-weight: 900; font-size: 11px; }
.outfit-step > div { padding: 18px 8px 8px; }
.step-label { display: block; font-size: 11px; letter-spacing: .16em; font-weight: 900; text-transform: uppercase; color: var(--board-orange); }
.outfit-step strong { display: block; margin: 7px 0 10px; font-family: var(--board-serif); font-size: 24px; font-weight: 500; line-height: 1.05; }
.outfit-step small { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.category-board { background: var(--board-blue); color: #fff; }
.category-collage { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 240px; gap: 14px; }
.category-piece { position: relative; overflow: hidden; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.3); }
.category-piece:nth-child(2), .category-piece:nth-child(7) { transform: translateY(14px); }
.category-piece img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s, filter .4s; }
.category-piece::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(8,10,15,.78)); }
.category-piece:hover img { transform: scale(1.06); filter: saturate(1.25); }
.category-piece span { position: absolute; z-index: 2; left: 18px; bottom: 17px; font-family: var(--board-serif); font-size: 32px; line-height: 1; }
.category-piece small { position: absolute; z-index: 2; right: 14px; top: 14px; background: var(--board-lime); color: var(--board-ink); padding: 6px 7px; font-weight: 900; }

.featured-board { background: #ffd1df; }
.look-groups { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.look-group { border: 2px solid var(--board-ink); background: var(--board-white); }
.look-group header { min-height: 185px; padding: 24px; }
.look-group header > span { font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.look-group h3 { margin: 14px 0 10px; font-family: var(--board-serif); font-size: 42px; font-weight: 500; line-height: .95; }
.look-group header p { margin: 0; color: #555864; line-height: 1.5; }
.look-minimal header { background: #e6e1d9; }
.look-sneaker header { background: var(--board-lime); }
.look-layer header { background: var(--board-orange); color: #fff; }
.look-layer header p { color: rgba(255,255,255,.8); }
.look-products { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--board-ink); border-top: 2px solid var(--board-ink); }
.look-products a { position: relative; display: block; height: 280px; overflow: hidden; color: #fff; text-decoration: none; background: #ddd; }
.look-products img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.look-products a::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.look-products a:hover img { transform: scale(1.06); }
.look-products span { position: absolute; z-index: 2; left: 14px; right: 12px; bottom: 13px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }

.process-board { background: var(--board-ink); color: #fff; }
.process-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.process-steps li { min-height: 270px; display: flex; gap: 22px; padding: 34px 30px; border-right: 1px solid rgba(255,255,255,.35); }
.process-steps li:last-child { border-right: 0; }
.process-steps li > span { flex: 0 0 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-family: var(--board-serif); font-size: 28px; }
.process-steps h3 { margin: 4px 0 16px; font-family: var(--board-serif); font-size: 34px; font-weight: 500; line-height: 1; }
.process-steps p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.65; }
.agent-note { margin-top: 36px; display: grid; grid-template-columns: 220px 1fr auto; gap: 30px; align-items: center; padding: 24px 28px; background: var(--board-lime); color: var(--board-ink); transform: rotate(-.35deg); }
.agent-note > span { font-size: 10px; font-weight: 950; letter-spacing: .14em; }
.agent-note p { margin: 0; font-family: var(--board-serif); font-size: 18px; line-height: 1.4; }
.agent-note a { color: var(--board-ink); font-size: 12px; font-weight: 900; text-transform: uppercase; text-decoration: none; border-bottom: 2px solid; padding-bottom: 4px; white-space: nowrap; }

.journal-board { background: var(--board-paper); }
.publishing-cadence {
  display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 1px;
  margin: -20px 0 26px; border: 1px solid var(--board-ink); background: var(--board-ink);
}
.publishing-cadence > * { padding: 13px 16px; background: var(--board-lime); font-size: 11px; line-height: 1.3; letter-spacing: .07em; text-transform: uppercase; }
.publishing-cadence strong { background: var(--board-orange); color: #fff; }
.journal-grid { display: grid; grid-template-columns: 1.12fr .88fr; border: 2px solid var(--board-ink); background: var(--board-ink); gap: 2px; }
.journal-lead { display: grid; grid-template-rows: 430px 1fr; background: var(--board-white); color: var(--board-ink); text-decoration: none; }
.journal-lead img { width: 100%; height: 430px; object-fit: cover; filter: saturate(.8); }
.journal-lead > div { padding: 28px; }
.journal-lead span, .journal-stack span { font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--board-orange); }
.journal-lead h3 { max-width: 700px; margin: 12px 0; font-family: var(--board-serif); font-size: 46px; line-height: 1; font-weight: 500; }
.journal-lead p { margin: 0 0 20px; color: #555864; line-height: 1.55; }
.journal-lead strong { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.journal-stack { display: grid; grid-template-rows: repeat(5,1fr); gap: 2px; background: var(--board-ink); }
.journal-stack a { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 142px; padding: 24px 60px 24px 26px; background: var(--board-white); color: var(--board-ink); text-decoration: none; transition: background .2s; }
.journal-stack a:hover { background: var(--board-lime); }
.journal-stack h3 { margin: 9px 0 0; font-family: var(--board-serif); font-size: 25px; line-height: 1.08; font-weight: 500; }
.journal-stack i { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); }

.faq-board { background: var(--board-yellow); }
.faq-grid { display: grid; grid-template-columns: .42fr .58fr; gap: 72px; }
.faq-intro { position: relative; }
.faq-intro h2 { margin: 18px 0 18px; font-family: var(--board-serif); font-size: clamp(48px,5.4vw,78px); line-height: .92; font-weight: 500; letter-spacing: -.04em; }
.faq-intro p { max-width: 500px; line-height: 1.6; }
.faq-stamp { width: 150px; height: 150px; margin-top: 46px; display: grid; place-items: center; text-align: center; border: 3px solid var(--board-ink); border-radius: 50%; font-size: 12px; font-weight: 950; line-height: 1.35; letter-spacing: .12em; transform: rotate(-10deg); }
.faq-list { border-top: 2px solid var(--board-ink); }
.faq-list details { border-bottom: 2px solid var(--board-ink); }
.faq-list summary { position: relative; padding: 28px 54px 28px 0; cursor: pointer; list-style: none; font-family: var(--board-serif); font-size: 25px; line-height: 1.15; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary i { position: absolute; right: 8px; top: 31px; font-size: 16px; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -8px 50px 28px 0; color: #464851; line-height: 1.65; }

.seo-board { padding: 62px 0; background: var(--board-white); border-top: 1px solid var(--board-line); }
.seo-board .board-container { display: grid; grid-template-columns: 180px 1fr 230px; gap: 34px; align-items: start; }
.seo-board span { font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.seo-board h2 { margin: 0 0 12px; font-family: var(--board-serif); font-size: 34px; font-weight: 500; }
.seo-board p { margin: 0; line-height: 1.65; color: #555864; }
.seo-board a { justify-self: end; color: var(--board-ink); font-size: 12px; font-weight: 900; text-decoration: none; border-bottom: 2px solid; padding-bottom: 4px; }

.board-footer { background: var(--board-blue) !important; color: #fff !important; border-top: 0 !important; }
.board-footer .footer-brand { font-family: var(--board-serif); font-size: 32px; color: #fff; }
.board-footer p, .board-footer .muted, .board-footer .footer-bottom { color: rgba(255,255,255,.72) !important; }
.board-footer h4 { color: var(--board-lime); }
.board-footer a { color: #fff !important; }
.board-footer .footer-bottom { border-color: rgba(255,255,255,.25) !important; }

html[data-theme="dark"] .style-board-page { --board-paper:#17191f; --board-white:#22252d; --board-ink:#f5f0e5; --board-line:rgba(255,255,255,.18); }
html[data-theme="dark"] .board-header .glass-nav { background: rgba(23,25,31,.95); }
html[data-theme="dark"] .board-header .nav-links a,
html[data-theme="dark"] .board-header .icon-theme { color: #fff; }
html[data-theme="dark"] .hero-deck,
html[data-theme="dark"] .board-heading > p,
html[data-theme="dark"] .look-group header p,
html[data-theme="dark"] .journal-lead p,
html[data-theme="dark"] .faq-list details p,
html[data-theme="dark"] .seo-board p { color: #b9bac2; }
html[data-theme="dark"] .category-board,
html[data-theme="dark"] .board-footer { background: #1548c8 !important; }
html[data-theme="dark"] .featured-board { background: #6c3347; }
html[data-theme="dark"] .faq-board { background: #b48600; }
html[data-theme="dark"] .outfit-step:hover { color: #10131a; }

/* Keep the editorial board proportionate on 2K/4K desktop displays. */
@media (min-width: 2200px) {
  .style-board-page .container,
  .board-container,
  .board-hero-grid {
    width: min(90vw, 2880px);
  }
  .board-header .nav-inner { min-height: 104px; }
  .board-header .logo-brand img { width: 260px; }
  .board-header .nav-links > li > a { font-size: 15px; }
  .board-hero { min-height: 900px; padding: 88px 0 96px; }
  .board-hero-grid { grid-template-columns: .92fr 1.08fr; gap: clamp(90px, 5vw, 190px); }
  .hero-copy h1 {
    max-width: 1240px;
    font-size: clamp(96px, 3.25vw, 126px);
    line-height: .91;
  }
  .hero-deck { max-width: 820px; font-size: 23px; }
  .editor-note { max-width: 640px; font-size: 18px; }
  .hero-board { min-height: 780px; }
  .style-tile.minimal { height: 500px; }
  .style-tile.sneaker { height: 550px; }
  .style-tile.street { height: 440px; }
  .tile-name { font-size: clamp(46px, 2.4vw, 76px); }
  .tile-caption { font-size: 13px; }
  .board-sticker { font-size: 13px; }
  .sticker-one { width: 112px; height: 112px; }
  .sticker-two { width: 128px; height: 76px; }
  .board-section { padding: 126px 0; }
  .board-heading h2 { font-size: clamp(74px, 3vw, 108px); }
  .board-heading > p { max-width: 650px; font-size: 19px; }
  .outfit-columns { gap: 20px; }
  .outfit-step { min-height: 610px; }
  .outfit-step img { height: 410px; }
  .outfit-step strong { font-size: 31px; }
  .category-collage { grid-auto-rows: 340px; gap: 20px; }
  .category-piece span { font-size: 44px; }
  .look-group header { min-height: 235px; padding: 34px; }
  .look-group h3 { font-size: 54px; }
  .look-products a { height: 380px; }
  .process-steps li { min-height: 330px; padding: 46px 42px; }
  .process-steps h3 { font-size: 43px; }
  .process-steps p { font-size: 18px; }
  .journal-lead { grid-template-rows: 560px 1fr; }
  .journal-lead img { height: 560px; }
  .journal-stack a { min-height: 184px; }
  .journal-stack h3 { font-size: 32px; }
}

@media (max-width: 1100px) {
  .board-hero { min-height: 0; }
  .board-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-left: 0; }
  .hero-copy h1 { max-width: 900px; }
  .hero-board { min-height: 600px; width: min(860px,100%); margin: 0 auto; }
  .outfit-columns { grid-template-columns: repeat(3,1fr); }
  .outfit-step:nth-child(even) { transform: none; }
  .outfit-step:hover, .outfit-step:nth-child(even):hover { transform: translateY(-7px); }
  .category-collage { grid-template-columns: repeat(2,1fr); }
  .category-piece:nth-child(2), .category-piece:nth-child(7) { transform: none; }
  .look-groups { grid-template-columns: 1fr; }
  .look-group { display: grid; grid-template-columns: .38fr .62fr; }
  .look-group header { min-height: 0; }
  .process-steps li { flex-direction: column; }
  .agent-note { grid-template-columns: 170px 1fr; }
  .agent-note a { grid-column: 2; justify-self: start; }
  .faq-grid { gap: 42px; }
}

@media (max-width: 760px) {
  .style-board-page .container, .board-container, .board-hero-grid { width: min(100% - 32px, 1320px); }
  .board-header .logo-brand img { width: 168px; }
  .board-header .nav-inner { min-height: 74px; }
  .board-hero { padding: 52px 0 48px; }
  .hero-copy h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-deck { font-size: 16px; }
  .hero-board { min-height: 720px; }
  .style-tile.minimal { width: 63%; height: 320px; }
  .style-tile.sneaker { width: 61%; height: 345px; top: 215px; }
  .style-tile.street { width: 66%; height: 285px; left: 2%; }
  .sticker-one { right: 3%; top: 74px; }
  .sticker-two { bottom: 30px; }
  .board-section { padding: 70px 0; }
  .board-heading { display: block; }
  .board-heading h2 { font-size: 48px; }
  .board-heading > p, .board-heading > a { margin-top: 20px; }
  .outfit-columns { display: flex; overflow-x: auto; padding-bottom: 18px; scroll-snap-type: x mandatory; }
  .outfit-step { flex: 0 0 76vw; min-height: 440px; scroll-snap-align: start; }
  .outfit-step img { height: 275px; }
  .category-collage { grid-auto-rows: 205px; gap: 9px; }
  .category-piece span { font-size: 25px; }
  .look-group { display: block; }
  .look-products a { height: 230px; }
  .process-steps { display: block; }
  .process-steps li { min-height: 0; flex-direction: row; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); padding: 28px 4px; }
  .process-steps li:last-child { border-bottom: 0; }
  .agent-note { grid-template-columns: 1fr; transform: none; }
  .agent-note a { grid-column: auto; }
  .journal-grid { grid-template-columns: 1fr; }
  .publishing-cadence { grid-template-columns: 1fr 1fr; }
  .journal-lead { grid-template-rows: 300px 1fr; }
  .journal-lead img { height: 300px; }
  .journal-lead h3 { font-size: 38px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-stamp { display: none; }
  .seo-board .board-container { grid-template-columns: 1fr; }
  .seo-board a { justify-self: start; }
}

@media (max-width: 480px) {
  .hero-board { min-height: 670px; }
  .style-tile { border-width: 5px; }
  .style-tile.minimal { width: 75%; }
  .style-tile.sneaker { width: 72%; }
  .style-tile.street { width: 78%; }
  .category-collage { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .look-products { grid-template-columns: 1fr 1fr; }
  .look-products a { height: 210px; }
  .process-steps li { gap: 16px; }
  .process-steps li > span { flex-basis: 46px; height: 46px; }
  .journal-stack a { min-height: 130px; }
  .publishing-cadence { grid-template-columns: 1fr; }
}
