
:root {
  --background: #090b0d;
  --foreground: #f2eddf;
  --muted: #a7a397;
  --line: rgba(242, 237, 223, 0.17);
  --crimson: #9d332e;
  --cobalt: #17324d;
  --radius: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--background); }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
section[id] { scroll-margin-top: 88px; }
:focus-visible { outline: 2px solid #e9c887; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 88px;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  gap: 32px;
  padding: 18px clamp(24px, 5vw, 78px);
  border-bottom: 1px solid rgba(242, 237, 223, .12);
}
.brand { width: 170px; height: 48px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 118px; transform: scale(1.4); transform-origin: left center; }
.site-header nav { display: flex; justify-content: center; gap: clamp(24px, 3vw, 54px); }
.site-header nav a { color: #d1cdc1; font-size: 13px; letter-spacing: .04em; transition: color .25s ease; }
.site-header nav a:hover { color: #fff8e8; }
.header-cta { justify-self: end; padding: 12px 15px; border: 1px solid rgba(242,237,223,.32); font-size: 12px; letter-spacing: .04em; transition: background .25s ease, color .25s ease; }
.header-cta:hover { background: #f2eddf; color: #111; }
.site-header.solid { position: sticky; top: 0; z-index: 50; background: rgba(10,12,14,.94); backdrop-filter: blur(14px); }
.mobile-menu { display: none; position: relative; justify-self: end; z-index: 30; }
.mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(242,237,223,.3); cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 17px; height: 1px; background: #f2eddf; }
.mobile-menu > div { position: absolute; right: 0; top: 50px; width: 220px; display: flex; flex-direction: column; padding: 16px; border: 1px solid rgba(242,237,223,.18); background: rgba(8,10,12,.97); box-shadow: 0 18px 60px rgba(0,0,0,.4); }
.mobile-menu > div a { padding: 12px 8px; border-bottom: 1px solid rgba(242,237,223,.09); font-size: 14px; }
.mobile-menu > div a:last-child { border-bottom: 0; color: #d7ad76; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 130px 24px 80px;
  background: #050607;
}
.hero-content { width: min(660px, 92vw); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 34px; }
.eyebrow { margin: 0 0 24px; color: #9d988b; font-size: 11px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.hero-logo { width: min(560px, 88vw); max-height: 330px; object-fit: contain; filter: drop-shadow(0 10px 40px rgba(0,0,0,.5)); }
.primary-button { display: inline-flex; align-items: center; gap: 26px; padding: 15px 20px; border: 1px solid rgba(242,237,223,.48); font-size: 13px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.primary-button:hover { background: #f2eddf; color: #101214; transform: translateY(-2px); }

.battles { padding: clamp(80px, 10vw, 150px) clamp(22px, 5vw, 78px); background: radial-gradient(circle at 76% 38%, rgba(115,47,39,.12), transparent 34%), #0a0c0e; border-top: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: .75fr 1.3fr 1fr; align-items: end; gap: clamp(24px, 4vw, 72px); margin-bottom: 74px; }
.section-intro .eyebrow { align-self: start; margin-top: 10px; }
.section-intro h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(42px, 5vw, 78px); line-height: .98; letter-spacing: -.04em; }
.section-intro > p:last-child { max-width: 410px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.65; }

.timeline { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 32px; padding-bottom: 24px; }
.timeline-line { position: absolute; left: 5%; right: 5%; bottom: 3px; height: 1px; background: rgba(242,237,223,.18); }
.timeline-line span { display: block; height: 100%; background: var(--crimson); transition: width .55s cubic-bezier(.22,1,.36,1); }
.timeline-item { position: relative; min-height: 88px; padding: 0 8px; border: 0; background: transparent; color: #78766f; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 11px; transition: color .25s ease, transform .25s ease; }
.timeline-item:hover { color: #ddd7c9; transform: translateY(-2px); }
.timeline-item > span { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.timeline-item img { width: min(126px, 90%); height: 42px; object-fit: contain; opacity: .44; filter: sepia(.2); transition: opacity .25s ease, filter .25s ease; }
.timeline-item i { position: absolute; width: 7px; height: 7px; border: 1px solid #77736a; border-radius: 50%; bottom: -24px; background: #0a0c0e; z-index: 2; transition: all .25s ease; }
.timeline-item.active { color: #f2eddf; }
.timeline-item.active img { opacity: 1; filter: none; }
.timeline-item.active i { width: 10px; height: 10px; border: 2px solid #0a0c0e; box-shadow: 0 0 0 1px currentColor, 0 0 18px var(--crimson); }

.battle-stage { min-height: 620px; position: relative; overflow: hidden; display: grid; grid-template-columns: .95fr 1.1fr 1fr; border: 1px solid rgba(242,237,223,.16); background: radial-gradient(circle at 78% 40%, var(--battle-glow), transparent 32%), linear-gradient(100deg, #111316, #090b0d 68%); }
.battle-stage::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 49.8%, rgba(242,237,223,.08) 50%, transparent 50.2%); }
.battle-copy { z-index: 2; padding: clamp(34px, 5vw, 74px); display: flex; flex-direction: column; align-items: flex-start; }
.battle-count { color: var(--battle-accent); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.battle-year { margin: 34px 0 -18px; color: rgba(242,237,223,.3); font-family: Georgia, "Times New Roman", serif; font-size: 46px; }
.battle-logo { width: min(340px, 90%); height: 130px; object-fit: contain; object-position: left center; animation: reveal-logo .55s ease both; }
.battle-copy h3 { max-width: 390px; margin: 12px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 2.5vw, 40px); line-height: 1.08; font-weight: 400; }
.battle-copy > p:last-of-type { max-width: 430px; margin: 0 0 28px; color: #aaa69b; font-size: 16px; line-height: 1.68; }
.battle-copy a { display: inline-flex; gap: 28px; border-bottom: 1px solid rgba(242,237,223,.35); padding: 0 0 8px; font-size: 13px; }
.battle-map { position: relative; display: grid; place-items: center; opacity: .72; background: radial-gradient(circle, rgba(118,96,67,.15), transparent 60%); }
.battle-map::before, .battle-map::after { content: ""; position: absolute; border: 1px solid rgba(190,166,122,.17); border-radius: 50%; }
.battle-map::before { width: 68%; aspect-ratio: 1; }
.battle-map::after { width: 42%; aspect-ratio: 1; }
.battle-map span { font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.5vw, 38px); letter-spacing: .08em; color: rgba(190,166,122,.44); transform: rotate(-8deg); }
.battle-map i { position: absolute; width: 72%; height: 1px; background: linear-gradient(90deg, transparent, var(--battle-accent), transparent); transform: rotate(-24deg); box-shadow: 0 32px 0 rgba(190,166,122,.12), 0 -38px 0 rgba(190,166,122,.1); }
.battle-product { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; padding: 42px 32px 26px; }
.battle-product img { position: relative; z-index: 2; width: min(460px, 100%); aspect-ratio: 1; object-fit: contain; mix-blend-mode: screen; filter: contrast(1.05) saturate(.65); animation: reveal-product .6s ease both; }
.battle-product p { position: relative; z-index: 2; align-self: end; margin: 4px 0 0; color: #9b978d; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.product-halo { position: absolute; width: 65%; aspect-ratio: 1; border-radius: 50%; background: var(--battle-glow); filter: blur(42px); }

.clothing {
  display: grid;
  grid-template-columns: .9fr 1.2fr .8fr;
  min-height: 780px;
  padding: clamp(76px, 9vw, 136px) clamp(22px, 5vw, 78px);
  gap: clamp(34px, 5vw, 80px);
  background: #e9e2d3;
  color: #151719;
}
.clothing .eyebrow { color: #766e60; }
.clothing-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.clothing-copy h2,
.gallery h2,
.project h2,
.order h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.5vw, 84px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.045em;
}
.clothing-copy > p:not(.eyebrow) { max-width: 440px; margin: 30px 0; color: #555249; font-size: 16px; line-height: 1.7; }
.text-link { display: inline-flex; gap: 28px; padding-bottom: 8px; border-bottom: 1px solid rgba(21,23,25,.38); font-size: 13px; }
.garment-view { position: relative; min-height: 560px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-left: 1px solid rgba(21,23,25,.14); border-right: 1px solid rgba(21,23,25,.14); overflow: hidden; }
.garment-view::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: rgba(167,124,72,.14); filter: blur(30px); }
.garment-view img { position: relative; z-index: 1; width: min(430px, 82%); height: 500px; object-fit: contain; mix-blend-mode: multiply; animation: reveal-product .5s ease both; }
.garment-label { position: absolute; z-index: 2; left: 24px; top: 32px; display: flex; align-items: center; gap: 12px; color: #6b665c; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.garment-label i { width: 60px; height: 1px; background: rgba(21,23,25,.35); }
.side-switch { position: relative; z-index: 3; display: flex; gap: 5px; padding: 4px; border: 1px solid rgba(21,23,25,.2); background: rgba(233,226,211,.7); backdrop-filter: blur(8px); }
.side-switch button { border: 0; padding: 10px 18px; background: transparent; color: #726c61; font-size: 12px; cursor: pointer; }
.side-switch button.active { background: #17191b; color: #f2eddf; }
.material-notes { display: flex; flex-direction: column; justify-content: center; }
.material-notes > div { padding: 28px 0; border-top: 1px solid rgba(21,23,25,.16); }
.material-notes > div:last-child { border-bottom: 1px solid rgba(21,23,25,.16); }
.material-notes span { color: #9b332e; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.material-notes h3 { margin: 10px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; }
.material-notes p { margin: 0; color: #676258; font-size: 14px; line-height: 1.55; }

.gallery { padding: clamp(80px, 10vw, 150px) clamp(22px, 5vw, 78px); background: #0a0c0e; }
.gallery-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 40px; margin-bottom: 60px; }
.gallery-heading > p { justify-self: end; max-width: 390px; margin: 0 0 8px; color: #9a978e; font-size: 16px; line-height: 1.65; }
.contact-sheet { display: grid; grid-template-columns: 1.2fr .75fr 1fr 1fr; grid-template-rows: 260px 340px; gap: 10px; }
.shot { position: relative; overflow: hidden; margin: 0; background: #151719; }
.shot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.56) contrast(1.05) brightness(.75); transition: transform .65s cubic-bezier(.22,1,.36,1), filter .4s ease; }
.shot:hover img { transform: scale(1.035); filter: saturate(.78) contrast(1.04) brightness(.85); }
.shot figcaption { position: absolute; left: 18px; bottom: 16px; padding: 7px 9px; background: rgba(8,10,12,.72); color: #d9d3c6; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(7px); }
.shot-tall { grid-row: 1 / 3; }
.shot-detail { grid-column: 2; grid-row: 1; }
.shot-wide { grid-column: 3 / 5; grid-row: 1; }
.shot-small { grid-column: 2 / 4; grid-row: 2; }
.shot-last { grid-column: 4; grid-row: 2; }
.shot-wide img, .shot-small img { object-position: center 28%; }

.project {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  padding: clamp(82px, 10vw, 150px) clamp(22px, 6vw, 96px);
  background: radial-gradient(circle at 70% 44%, rgba(53,98,137,.44), transparent 34%), linear-gradient(110deg, #091625, #102f4b 58%, #0a1a29);
  border-top: 1px solid rgba(242,237,223,.16);
  border-bottom: 1px solid rgba(242,237,223,.16);
}
.project::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(118deg, transparent 0 54px, rgba(242,237,223,.14) 55px, transparent 56px 110px); opacity: .08; mix-blend-mode: screen; }
.project-copy { position: relative; z-index: 2; }
.project-copy > p:last-child { max-width: 560px; margin: 34px 0 0; color: #bfc7cb; font-size: 17px; line-height: 1.75; }
.project-logo { position: relative; z-index: 2; width: min(560px, 100%); justify-self: center; filter: drop-shadow(0 22px 50px rgba(0,0,0,.42)); }
.project-art { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-around; align-items: flex-end; padding-right: 2vw; color: rgba(242,237,223,.035); font-family: Georgia, "Times New Roman", serif; font-size: clamp(70px, 12vw, 190px); line-height: .7; pointer-events: none; }

.order { padding: clamp(82px, 10vw, 150px) clamp(22px, 5vw, 78px); background: #0b0d0f; }
.order-heading { display: grid; grid-template-columns: .72fr 2fr; align-items: start; margin-bottom: 48px; }
.order-heading .eyebrow { padding-top: 10px; }
.order-button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; background: #e9e2d3; color: #141619; font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2.3vw, 32px); transition: background .25s ease; }
.order-button:hover { background: #fff8e9; }

footer { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 30px; padding: 32px clamp(22px, 5vw, 78px) 26px; border-top: 1px solid var(--line); background: #080a0c; color: #8e8a81; font-size: 11px; }
.footer-brand { width: 150px; height: 50px; overflow: hidden; display: flex; align-items: center; }
.footer-brand img { width: 102px; transform: scale(1.4); transform-origin: left center; }
.footer-links { display: flex; justify-content: center; gap: 34px; }
footer > a:nth-of-type(2) { justify-self: end; color: #d2ccc0; }
footer p { grid-column: 1 / -1; margin: 14px 0 0; padding-top: 20px; border-top: 1px solid rgba(242,237,223,.09); letter-spacing: .1em; text-transform: uppercase; }

.inner-page { min-height: 100svh; background: #0a0c0e; color: #f2eddf; }
.collection-hero { display: grid; grid-template-columns: .55fr 1.25fr .8fr; align-items: end; gap: 48px; padding: clamp(74px, 8vw, 124px) clamp(22px, 5vw, 78px) 72px; background: radial-gradient(circle at 72% 24%, rgba(31,70,104,.24), transparent 30%), #0a0c0e; border-bottom: 1px solid var(--line); }
.collection-hero .eyebrow { align-self: start; padding-top: 12px; }
.collection-hero h1, .product-info h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(60px, 8.5vw, 132px); line-height: .83; letter-spacing: -.055em; font-weight: 400; }
.collection-hero > div p { margin: 0 0 25px; color: #aaa69c; font-size: 16px; line-height: 1.65; }
.collection-hero > div span { color: #6f8599; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.collection-filter { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px clamp(22px, 5vw, 78px); overflow-x: auto; border-bottom: 1px solid var(--line); }
.collection-filter > div { flex: 0 0 auto; display: flex; gap: 12px; }
.collection-filter button { flex: 0 0 auto; padding: 10px 14px; border: 1px solid rgba(242,237,223,.17); background: transparent; color: #aaa69c; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.collection-filter button:hover { border-color: rgba(242,237,223,.46); color: #f2eddf; }
.collection-filter button.active { background: #e9e2d3; color: #17191b; border-color: #e9e2d3; }
.collection-filter > span { flex: 0 0 auto; color: #6f8599; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(22px, 5vw, 78px); }
.product-card { min-width: 0; padding: clamp(20px, 2vw, 34px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s ease; }
.product-card:nth-child(3n) { border-right: 0; }
.product-card:hover { background: #111418; }
.product-card-image { position: relative; overflow: hidden; aspect-ratio: 1 / 1.07; display: grid; place-items: center; background: radial-gradient(circle at 50% 43%, #f1eadb, #d9d0be 72%); }
.product-card-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(21,23,25,.09); pointer-events: none; }
.product-card-image > span { position: absolute; left: 18px; top: 15px; z-index: 2; color: #a33a32; font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.product-card-image img { width: 86%; height: 88%; object-fit: contain; mix-blend-mode: multiply; filter: saturate(.72) contrast(1.04); transition: transform .6s cubic-bezier(.22,1,.36,1); }
.product-card:hover img { transform: scale(1.035); }
.product-card-copy { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-items: end; gap: 6px 16px; padding: 20px 2px 2px; }
.product-card-copy p { grid-column: 1 / -1; margin: 0; color: #77756f; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.product-card-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 2.5vw, 38px); font-weight: 400; }
.product-card-copy > span { color: #a9a49a; font-size: 11px; white-space: nowrap; }
.product-card-copy i { margin-left: 12px; font-style: normal; }
.collection-outro { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 52px clamp(22px, 5vw, 78px); background: #e9e2d3; color: #17191b; }
.collection-outro p { max-width: 580px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.2; }
.collection-outro a { padding: 16px 18px; border: 1px solid rgba(21,23,25,.35); font-size: 13px; }

.product-detail { min-height: calc(100svh - 88px); display: grid; grid-template-columns: 1.12fr .88fr; }
.product-visual { position: relative; min-height: 720px; overflow: hidden; display: grid; place-items: center; padding: 70px; background: radial-gradient(circle at 50% 45%, rgba(94,74,51,.28), transparent 48%), #111315; border-right: 1px solid var(--line); }
.product-visual img { position: relative; z-index: 2; width: min(620px, 88%); height: min(680px, 76vh); object-fit: contain; filter: saturate(.72) contrast(1.03); }
.product-visual > p { position: absolute; left: 28px; bottom: 22px; margin: 0; color: #6f6d68; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.product-watermark { position: absolute; left: 4%; bottom: 1%; color: rgba(242,237,223,.045); font-family: Georgia, "Times New Roman", serif; font-size: clamp(150px, 25vw, 420px); line-height: .7; }
.product-info { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(48px, 6vw, 96px); }
.back-link { margin-bottom: 70px; color: #77756f; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.product-info .eyebrow { margin-bottom: 18px; color: #9d332e; }
.product-info h1 { font-size: clamp(68px, 8vw, 118px); }
.product-battle { margin: 18px 0 0; color: #d9d3c6; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.product-description { max-width: 560px; margin: 30px 0; color: #a7a39a; font-size: 16px; line-height: 1.7; }
.product-principle { width: 100%; display: grid; grid-template-columns: 34px 1fr; margin-bottom: 34px; border-top: 1px solid var(--line); }
.product-principle span, .product-principle p { margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.product-principle span { color: #9d332e; font-weight: 700; }
.product-principle p { color: #aaa69c; }
.store-button { width: 100%; display: flex; justify-content: space-between; padding: 18px 20px; background: #e9e2d3; color: #151719; font-size: 14px; transition: background .25s ease; }
.store-button:hover { background: #fff8e9; }
.product-info small { margin-top: 13px; color: #66645f; font-size: 10px; line-height: 1.5; }
.next-product { display: grid; grid-template-columns: .5fr 1.5fr auto; align-items: center; gap: 24px; padding: 42px clamp(22px, 5vw, 78px); border-top: 1px solid var(--line); background: #0b1d2d; }
.next-product span { color: #82909c; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.next-product strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 3vw, 42px); font-weight: 400; }
.next-product i { font-size: 28px; font-style: normal; }

.battle-page { --battle-accent: #9d332e; --battle-glow: rgba(157,51,46,.26); }
.battle-detail-hero { position: relative; min-height: calc(100svh - 88px); overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; isolation: isolate; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 76% 42%, var(--battle-glow), transparent 34%), linear-gradient(112deg, #0b0d0f 0 58%, #101214 58%); }
.battle-detail-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .18; background: repeating-linear-gradient(118deg, transparent 0 54px, rgba(242,237,223,.07) 55px, transparent 56px 110px); mask-image: linear-gradient(90deg, transparent 15%, #000 70%); }
.battle-detail-year { position: absolute; z-index: -1; left: -2vw; bottom: -6vw; color: rgba(242,237,223,.035); font-family: Georgia, "Times New Roman", serif; font-size: clamp(210px, 35vw, 600px); line-height: .66; letter-spacing: -.08em; }
.battle-detail-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(76px, 8vw, 140px) clamp(28px, 6vw, 100px); }
.battle-detail-copy .back-link { margin: 0 0 clamp(48px, 7vh, 86px); }
.battle-detail-copy .eyebrow { color: var(--battle-accent); margin-bottom: 12px; }
.battle-detail-copy > img { width: min(430px, 86%); height: 110px; object-fit: contain; object-position: left center; margin-bottom: 10px; }
.battle-detail-copy h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 7.2vw, 118px); font-weight: 400; line-height: .87; letter-spacing: -.055em; }
.battle-detail-lead { max-width: 560px; margin: 30px 0 15px; color: #e1dacb; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.1vw, 34px); line-height: 1.14; }
.battle-detail-intro { max-width: 590px; margin: 0; color: #99958d; font-size: 16px; line-height: 1.7; }
.battle-scroll-link { display: inline-flex; gap: 42px; margin-top: 34px; padding-bottom: 9px; border-bottom: 1px solid rgba(242,237,223,.32); color: #d8d2c4; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.battle-detail-object { position: relative; min-width: 0; display: grid; place-items: center; padding: 72px clamp(24px, 5vw, 80px); border-left: 1px solid rgba(242,237,223,.1); }
.battle-detail-object > img { position: relative; z-index: 2; width: min(660px, 92%); height: min(690px, 72vh); object-fit: contain; filter: saturate(.62) contrast(1.06) drop-shadow(0 35px 50px rgba(0,0,0,.42)); }
.battle-detail-object > span { position: absolute; right: 28px; bottom: 24px; color: #77736b; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.battle-orbit { position: absolute; width: min(620px, 78%); aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--battle-accent) 40%, transparent); border-radius: 50%; opacity: .52; }
.battle-orbit::before, .battle-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(242,237,223,.12); border-radius: 50%; }
.battle-orbit::after { inset: 27%; }
.battle-orbit i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--battle-accent); box-shadow: 0 0 20px var(--battle-accent); }
.battle-orbit i:nth-child(1) { left: 8%; top: 28%; }
.battle-orbit i:nth-child(2) { right: 5%; top: 48%; }
.battle-orbit i:nth-child(3) { left: 45%; bottom: -3px; }

.battle-facts { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(22px, 5vw, 78px); border-bottom: 1px solid var(--line); background: #0e1012; }
.battle-facts > div { min-height: 158px; display: grid; grid-template-columns: 40px 1fr; align-content: center; gap: 5px 14px; padding: 28px clamp(20px, 3vw, 46px); border-right: 1px solid var(--line); }
.battle-facts > div:last-child { border-right: 0; }
.battle-facts span { grid-row: 1 / 3; color: var(--battle-accent); font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.battle-facts p { margin: 0; color: #6f6c65; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.battle-facts strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 1.8vw, 27px); line-height: 1.18; font-weight: 400; }

.battle-history { display: grid; grid-template-columns: .62fr 1.35fr .58fr; gap: clamp(34px, 6vw, 100px); padding: clamp(90px, 11vw, 170px) clamp(22px, 6vw, 100px); background: #e8e1d3; color: #17191b; }
.battle-history-aside { display: flex; flex-direction: column; justify-content: space-between; }
.battle-history-aside .eyebrow { color: #7a756b; }
.battle-history-aside > span { color: color-mix(in srgb, var(--battle-accent) 68%, #17191b); font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 8vw, 124px); line-height: .75; writing-mode: vertical-rl; transform: rotate(180deg); }
.battle-history-copy h2 { max-width: 860px; margin: 0 0 48px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5.4vw, 86px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.battle-history-copy p { max-width: 800px; margin: 0 0 28px; color: #45433e; font-size: clamp(18px, 1.4vw, 21px); line-height: 1.78; }
.battle-history-copy p:first-of-type::first-letter { float: left; margin: 4px 10px 0 0; color: var(--battle-accent); font-family: Georgia, "Times New Roman", serif; font-size: 72px; line-height: .72; }
.battle-history-mark { align-self: end; min-width: 0; padding: 26px 0 0; border-top: 1px solid rgba(21,23,25,.22); }
.battle-history-mark img { width: 100%; height: 100px; object-fit: contain; object-position: left center; filter: invert(1); opacity: .72; }
.battle-history-mark span { display: block; margin-top: 16px; color: #777269; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }

.battle-sequence { padding: clamp(86px, 10vw, 150px) clamp(22px, 5vw, 78px); background: radial-gradient(circle at 22% 26%, var(--battle-glow), transparent 27%), #090b0d; }
.battle-sequence-heading { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 40px; margin-bottom: 80px; }
.battle-sequence-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5.4vw, 82px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.battle-sequence ol { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.battle-sequence ol::before { content: ""; position: absolute; top: 52px; left: 7%; right: 7%; height: 1px; background: linear-gradient(90deg, transparent, var(--battle-accent) 8% 92%, transparent); opacity: .6; }
.battle-sequence li { position: relative; min-height: 290px; padding: 0 clamp(20px, 3vw, 48px); border-right: 1px solid var(--line); }
.battle-sequence li:last-child { border-right: 0; }
.battle-sequence li > span { color: var(--battle-accent); font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.battle-sequence li i { position: absolute; top: 47px; left: clamp(20px, 3vw, 48px); width: 11px; height: 11px; border: 2px solid #090b0d; border-radius: 50%; background: var(--battle-accent); box-shadow: 0 0 0 1px var(--battle-accent), 0 0 22px var(--battle-accent); }
.battle-sequence li h3 { margin: 74px 0 17px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 2.2vw, 36px); font-weight: 400; }
.battle-sequence li p { max-width: 360px; margin: 0; color: #959188; font-size: 15px; line-height: 1.66; }

.battle-wear { padding: clamp(86px, 10vw, 150px) clamp(22px, 5vw, 78px); border-top: 1px solid var(--line); background: #0d0f11; }
.battle-wear-heading { display: grid; grid-template-columns: .62fr 1.2fr .72fr; align-items: end; gap: clamp(28px, 4vw, 70px); margin-bottom: 65px; }
.battle-wear-heading .eyebrow { align-self: start; padding-top: 9px; color: var(--battle-accent); }
.battle-wear-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5vw, 78px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.battle-wear-heading > p:last-child { margin: 0 0 4px; color: #96928a; font-size: 16px; line-height: 1.65; }
.battle-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.battle-product-grid .product-card { border-right: 1px solid var(--line); }
.battle-product-grid .product-card:last-child { border-right: 0; }

.battle-pager { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.battle-pager a { min-height: 190px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 9px 24px; padding: 38px clamp(24px, 5vw, 78px); transition: background .3s ease; }
.battle-pager a:hover { background: color-mix(in srgb, var(--battle-accent) 16%, #0a0c0e); }
.battle-pager a:first-child { border-right: 1px solid var(--line); }
.battle-pager a:last-child { text-align: right; }
.battle-pager span { grid-column: 1 / -1; color: #77736b; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.battle-pager strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.2vw, 48px); font-weight: 400; }
.battle-pager small { align-self: end; color: var(--battle-accent); font-family: Georgia, "Times New Roman", serif; font-size: 20px; }

@keyframes reveal-logo { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-product { from { opacity: 0; transform: translateX(18px) scale(.98); } to { opacity: 1; transform: translateX(0) scale(1); } }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .section-intro { grid-template-columns: 1fr 1fr; }
  .section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
  .battle-stage { grid-template-columns: 1fr 1fr; }
  .battle-map { position: absolute; inset: 0 42% 0 22%; opacity: .35; }
  .clothing { grid-template-columns: 1fr 1.1fr; }
  .material-notes { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); }
  .material-notes > div { padding: 24px; border-bottom: 1px solid rgba(21,23,25,.16); border-right: 1px solid rgba(21,23,25,.16); }
  .material-notes > div:last-child { border-right: 0; }
  .contact-sheet { grid-template-columns: 1fr 1fr 1fr; }
  .shot-wide { grid-column: 2 / 4; }
  .shot-small { grid-column: 2 / 3; }
  .shot-last { grid-column: 3; }
  .collection-hero { grid-template-columns: .4fr 1fr; }
  .collection-hero > div:last-child { grid-column: 2; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .product-card:nth-child(2n) { border-right: 0; }
  .product-detail { grid-template-columns: 1fr; }
  .product-visual { min-height: 620px; border-right: 0; border-bottom: 1px solid var(--line); }
  .battle-detail-hero { grid-template-columns: 1fr 1fr; }
  .battle-detail-copy { padding-left: 42px; padding-right: 30px; }
  .battle-history { grid-template-columns: .35fr 1.4fr; }
  .battle-history-mark { display: none; }
  .battle-wear-heading { grid-template-columns: .45fr 1fr; }
  .battle-wear-heading > p:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  .site-header { min-height: 72px; grid-template-columns: 1fr auto; padding: 13px 18px; }
  .brand { width: 142px; height: 46px; }
  .brand img { width: 100px; }
  .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { padding-top: 110px; }
  .hero-logo { width: min(440px, 92vw); }
  .battles { padding-left: 18px; padding-right: 18px; }
  .section-intro { grid-template-columns: 1fr; margin-bottom: 48px; }
  .section-intro .eyebrow { grid-column: auto; }
  .section-intro h2 { font-size: 46px; }
  .timeline { display: flex; overflow-x: auto; margin-right: -18px; padding-right: 18px; scrollbar-width: none; }
  .timeline::-webkit-scrollbar { display: none; }
  .timeline-line { display: none; }
  .timeline-item { flex: 0 0 98px; min-height: 80px; border-bottom: 1px solid rgba(242,237,223,.17); }
  .timeline-item i { bottom: -5px; }
  .battle-stage { grid-template-columns: 1fr; }
  .battle-stage::before { display: none; }
  .battle-copy { padding: 36px 26px 18px; }
  .battle-map { inset: 12% -22% auto 28%; height: 46%; }
  .battle-product { padding: 0 24px 28px; }
  .battle-product img { width: min(380px, 100%); }
  .clothing { grid-template-columns: 1fr; }
  .garment-view { min-height: 540px; border: 1px solid rgba(21,23,25,.14); }
  .material-notes { grid-column: auto; grid-template-columns: 1fr; }
  .material-notes > div { padding-left: 0; padding-right: 0; border-right: 0; }
  .gallery-heading { grid-template-columns: 1fr; }
  .gallery-heading > p { justify-self: start; }
  .contact-sheet { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 250px 320px; }
  .shot-tall { grid-column: 1; grid-row: 1; }
  .shot-detail { grid-column: 2; grid-row: 1; }
  .shot-wide { grid-column: 1 / 3; grid-row: 2; }
  .shot-small { grid-column: 1; grid-row: 3; }
  .shot-last { grid-column: 2; grid-row: 3; }
  .project { grid-template-columns: 1fr; }
  .project-logo { width: min(440px, 94%); }
  .order-heading { grid-template-columns: 1fr; gap: 10px; }
  footer { grid-template-columns: 1fr auto; }
  .footer-links { display: none; }
  .collection-hero { grid-template-columns: 1fr; padding-top: 62px; }
  .collection-hero .eyebrow { padding-top: 0; }
  .collection-hero > div:last-child { grid-column: auto; }
  .collection-hero h1 { font-size: clamp(56px, 19vw, 72px); overflow-wrap: anywhere; }
  .collection-filter { align-items: flex-start; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card:nth-child(3n), .product-card:nth-child(2n) { border-right: 0; }
  .collection-outro { grid-template-columns: 1fr; }
  .collection-outro a { justify-self: start; }
  .product-visual { min-height: 500px; padding: 30px; }
  .product-visual img { width: 92%; height: 430px; }
  .product-info { padding: 48px 22px 58px; }
  .back-link { margin-bottom: 48px; }
  .product-info h1 { font-size: clamp(56px, 19vw, 72px); overflow-wrap: anywhere; }
  .next-product { grid-template-columns: 1fr auto; }
  .next-product span { grid-column: 1 / -1; }
  .battle-detail-hero { min-height: auto; grid-template-columns: 1fr; }
  .battle-detail-copy { min-height: 680px; padding: 72px 22px 58px; }
  .battle-detail-copy .back-link { margin-bottom: 54px; }
  .battle-detail-copy > img { height: 82px; }
  .battle-detail-copy h1 { font-size: clamp(48px, 16vw, 58px); overflow-wrap: anywhere; }
  .battle-detail-object { min-height: 500px; padding: 36px 20px 54px; border-left: 0; border-top: 1px solid var(--line); }
  .battle-detail-object > img { width: 96%; height: 430px; }
  .battle-detail-year { bottom: 47%; font-size: 170px; }
  .battle-facts { grid-template-columns: 1fr; padding: 0 18px; }
  .battle-facts > div { min-height: 126px; border-right: 0; border-bottom: 1px solid var(--line); padding-left: 8px; padding-right: 8px; }
  .battle-facts > div:last-child { border-bottom: 0; }
  .battle-history { grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
  .battle-history-aside { flex-direction: row; align-items: flex-start; }
  .battle-history-aside > span { font-size: 58px; writing-mode: initial; transform: none; }
  .battle-history-copy h2 { margin-bottom: 36px; font-size: 45px; }
  .battle-history-copy p { font-size: 17px; }
  .battle-sequence-heading { grid-template-columns: 1fr; margin-bottom: 58px; }
  .battle-sequence-heading h2 { font-size: 44px; }
  .battle-sequence ol { grid-template-columns: 1fr; }
  .battle-sequence ol::before { top: 0; bottom: 0; left: 15px; width: 1px; height: auto; background: linear-gradient(180deg, var(--battle-accent), transparent); }
  .battle-sequence li { min-height: 235px; padding: 0 0 42px 56px; border-right: 0; }
  .battle-sequence li i { top: 8px; left: 10px; }
  .battle-sequence li h3 { margin-top: 38px; }
  .battle-wear-heading { grid-template-columns: 1fr; }
  .battle-wear-heading > p:last-child { grid-column: auto; }
  .battle-product-grid { grid-template-columns: 1fr; }
  .battle-product-grid .product-card { border-right: 0; }
  .battle-pager { grid-template-columns: 1fr; }
  .battle-pager a { min-height: 150px; }
  .battle-pager a:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* WordPress integration */
body.admin-bar .site-header.solid { top: 32px; }
.ukr-empty-state { padding: 48px; border: 1px solid var(--line); color: var(--muted); }
.product-card[hidden] { display: none !important; }
.battle-history-copy > :last-child { margin-bottom: 0; }
.ukr-generic-page { padding: clamp(110px, 12vw, 180px) clamp(22px, 8vw, 140px); }
.ukr-generic-page > h1,
.ukr-generic-page article > h1,
.ukr-not-found h1 { max-width: 1000px; margin: 0 0 44px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 8vw, 118px); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.ukr-generic-content,
.ukr-generic-list { max-width: 850px; color: #b1ada3; font-size: 17px; line-height: 1.75; }
.ukr-generic-list article { padding: 28px 0; border-top: 1px solid var(--line); }
.ukr-generic-list h2 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 400; }
.ukr-not-found > p:not(.eyebrow) { margin: 0 0 34px; color: var(--muted); font-size: 17px; }

@media screen and (max-width: 782px) {
  body.admin-bar .site-header.solid { top: 46px; }
}
