:root {
  --ink: #171613;
  --paper: #f4efe5;
  --red: #ef3f28;
  --gold: #e8b46f;
  --line: rgba(23, 22, 19, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Arial Narrow", "PingFang SC", "Microsoft YaHei", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  min-height: 44px;
  padding: 12px 16px;
  transform: translateY(-150%);
  background: white;
  color: black;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 60px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.brand { font-size: 22px; font-weight: 950; letter-spacing: -0.05em; }
.brand span { display: block; font-size: 10px; letter-spacing: 0.18em; }
nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 800; }
nav a { min-height: 44px; display: inline-flex; align-items: center; }
.nav-action { padding: 0 18px; background: var(--ink); color: white; }

.hero {
  display: grid;
  min-height: calc(100svh - 74px);
  border-bottom: 1px solid var(--line);
}
.hero-image {
  position: relative;
  min-height: 58vh;
  background:
    linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.28)),
    url("../fashion-campaign/assets/hero-fashion.png") center 22% / cover;
}
.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 20px 42px;
}
.case-tags {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: calc(100% - 36px);
}
.case-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(23, 22, 19, 0.72);
  background: rgba(244, 239, 229, 0.92);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(23, 22, 19, 0.12);
  backdrop-filter: blur(6px);
}
.case-tags span:first-child { background: var(--gold); }
.edition { margin: 0 0 12px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: 0.18em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(50px, 14vw, 112px); line-height: 0.84; letter-spacing: -0.075em; text-transform: uppercase; }
h1 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 580px; margin-bottom: 24px; font-size: 17px; line-height: 1.75; }
.hero-actions, .store-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 900;
}
.button-dark { background: var(--ink); color: white; }
.button-line { background: transparent; }
.button-red { border-color: var(--red); background: var(--red); color: white; }
.button-light { border-color: white; color: white; }
.hero-offer { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 32px 0 0; border-top: 1px solid var(--line); }
.hero-offer div { padding-top: 14px; }
.hero-offer dt { font-size: 11px; font-weight: 900; }
.hero-offer dd { margin: 5px 0 0; font-size: 20px; font-weight: 950; }

.lookbook { padding: 72px 20px; }
.section-index { padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.lookbook-heading { display: grid; gap: 10px; padding: 28px 0; }
.lookbook-heading p { color: var(--red); font-weight: 900; }
.lookbook h2, .offer h2, .store h2, .closing h2 { margin-bottom: 0; font-size: clamp(38px, 10vw, 80px); line-height: .98; letter-spacing: -.06em; }
.look-grid { display: grid; gap: 14px; }
.look-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: #fffaf1; }
.look-photo { aspect-ratio: 1 / 1; height: auto; overflow: hidden; background: #e8dfd1; }
.look-photo img { width: 300%; max-width: none; height: auto; }
.look-photo-one img { transform: translateX(0); }
.look-photo-two img { transform: translateX(-33.333%); }
.look-photo-three img { transform: translateX(-66.666%); }
.look-caption { padding: 20px; }
.look-caption span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.look-caption h3 { margin: 8px 0 4px; font-size: 25px; }
.look-caption p { margin-bottom: 10px; color: #685d50; }
.look-caption b { font-size: 23px; }
.look-side { display: grid; gap: 14px; }

.offer { padding: 72px 20px; background: var(--red); color: white; }
.offer-title span { font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.offer-list { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.45); }
.offer-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.offer-list li > span { color: var(--gold); font-weight: 900; }
.offer-list b { font-size: 21px; }
.offer-list p { margin: 6px 0 0; line-height: 1.65; }
.offer-note { margin: 18px 0 0; font-size: 12px; line-height: 1.6; }

.store { display: grid; }
.store-photo { position: relative; min-height: 420px; background: #ddd; }
.store-photo img { height: 100%; object-fit: cover; }
.store-photo span { position: absolute; right: 16px; bottom: 16px; padding: 8px 10px; background: white; font-size: 11px; font-weight: 900; }
.store-copy { padding: 56px 20px; }
.store-copy > p { color: var(--red); font-weight: 900; }
.store-copy dl { margin: 34px 0; border-top: 1px solid var(--line); }
.store-copy dl div { display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.store-copy dt { font-size: 12px; font-weight: 900; }
.store-copy dd { margin: 0; line-height: 1.6; }

.closing { padding: 72px 20px; background: var(--ink); color: white; }
.closing p { color: var(--gold); font-weight: 900; }
.closing .button { margin-top: 32px; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 26px 20px; border-top: 1px solid rgba(255,255,255,.2); background: var(--ink); color: white; }
footer a { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; }
footer p { margin: 0; align-self: center; font-size: 12px; }

a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
@media (min-width: 760px) {
  .hero { grid-template-columns: 1.08fr .92fr; }
  .hero-image { min-height: calc(100vh - 74px); }
  .hero-copy { padding: 60px clamp(36px, 5vw, 80px); }
  .lookbook, .offer, .store-copy, .closing { padding: 100px clamp(36px, 6vw, 96px); }
  .lookbook-heading { grid-template-columns: .32fr 1fr; }
  .look-grid { grid-template-columns: 1.45fr .55fr; }
  .offer { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
  .offer-list { margin-top: 0; }
  .offer-note { grid-column: 2; }
  .store { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  nav a:not(.nav-action) { display: none; }
  .nav-action { padding-inline: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
