.guide-page { background: #17120e; }
.guide-header { min-height: 82px; padding: 0 clamp(20px, 5vw, 74px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #584633; background: #0b0a08; }
.return-link { min-height: 48px; display: flex; align-items: center; gap: 15px; color: #d6cbb7; text-decoration: none; font-size: 11px; text-transform: uppercase; letter-spacing: .17em; }
.return-link span { color: #e0b83f; font-size: 20px; }
.guide-hero { position: relative; min-height: 730px; padding: clamp(100px, 13vw, 180px) clamp(24px, 8vw, 130px) 90px; display: grid; align-content: center; overflow: hidden; background: radial-gradient(circle at 82% 30%, #b874343c 0 3%, transparent 24%), repeating-linear-gradient(90deg, transparent 0 9%, #69462913 9.1% 9.3%, transparent 9.5% 18%), linear-gradient(120deg,#0c0b09,#2a1b11 58%,#0b0a08); border-bottom: 10px solid #704323; }
.guide-hero::after { content: ''; position: absolute; right: -10%; top: -20%; width: 55vw; aspect-ratio: 1; border: 1px solid #d6bd8338; border-radius: 50%; box-shadow: inset 0 0 0 50px #17120e, inset 0 0 0 51px #d6bd832d, inset 0 0 0 105px #17120e, inset 0 0 0 106px #d6bd832d; }
.guide-hero > * { position: relative; z-index: 2; }
.guide-hero h1 { margin: 20px 0 34px; max-width: 950px; font: 500 clamp(68px, 10vw, 146px)/.84 var(--display); letter-spacing: -.06em; }
.guide-hero h1 em { color: #d6bd83; font-weight: 400; }
.guide-lede { max-width: 650px; color: #d1c9ba; font-size: 21px; }
.guide-meta { margin-top: 50px; display: flex; flex-wrap: wrap; gap: 8px 30px; color: #8f8371; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.guide-meta span { min-height: 35px; display: flex; align-items: center; }
.guide-mark { position: absolute; right: 10%; bottom: 12%; width: 190px; height: 190px; border: 2px solid #d6bd83; border-radius: 50%; }
.guide-mark i { position: absolute; left: calc(50% - 1px); top: -14px; width: 2px; height: 218px; background: #d6bd83; transform: rotate(calc(var(--r) * 30deg)); }
.guide-mark i:nth-child(1){--r:0}.guide-mark i:nth-child(2){--r:1}.guide-mark i:nth-child(3){--r:2}.guide-mark i:nth-child(4){--r:3}.guide-mark i:nth-child(5){--r:4}.guide-mark i:nth-child(6){--r:5}
.guide-article { display: grid; grid-template-columns: 230px minmax(0, 820px); gap: clamp(40px, 7vw, 110px); padding: clamp(90px, 12vw, 170px) clamp(24px, 8vw, 130px); background: #e8e0cf; color: #21160f; }
.guide-toc { align-self: start; position: sticky; top: 30px; display: grid; border-top: 3px solid #cf352e; }
.guide-toc span { padding: 18px 0 25px; font-size: 10px; letter-spacing: .2em; color: #665744; }
.guide-toc a { padding: 12px 0; border-top: 1px solid #b3a590; color: #413426; text-decoration: none; font-size: 13px; letter-spacing: .08em; }
.guide-toc a:hover { padding-left: 8px; color: #a32e27; }
.guide-copy section { position: relative; padding: 0 0 72px; margin-bottom: 68px; border-bottom: 1px solid #a89a84; }
.guide-copy section:last-child { border: 0; margin: 0; padding-bottom: 20px; }
.guide-number { position: absolute; left: -70px; top: 8px; color: #b7352c; font-size: 11px; letter-spacing: .15em; }
.guide-copy h2 { margin: 0 0 35px; font: 500 clamp(45px, 6vw, 74px)/.95 var(--display); letter-spacing: -.045em; }
.guide-copy h3 { margin: 36px 0 10px; font: 600 25px/1.1 var(--display); }
.guide-copy p { margin: 0 0 1.2em; font-size: 18px; line-height: 1.68; }
.guide-copy code { background: #d3c6af; padding: .12em .35em; color: #6c241e; font-family: var(--body); font-size: .88em; }
.swatches { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #9d8e77; margin: 40px 0; }
.swatches div { padding: 14px; border: 1px solid #b8aa93; }
.swatches i { display: block; height: 70px; background: var(--swatch); margin-bottom: 12px; border: 2px solid #76664f; }
.swatches span { font-size: 13px; line-height: 1.2; }.swatches b { font-size: 10px; letter-spacing: .1em; color: #6d5b45; }
.reproduce { background: #1a1510; color: #e9dfce; padding: 60px 60px 65px!important; border: 0!important; box-shadow: 14px 14px 0 #704323; }
.reproduce .guide-number { left: 22px; top: 28px; color: #e0b83f; }.reproduce p { color: #c9bfaf; }

@media (max-width: 800px) {
  .guide-hero { min-height: 660px; }.guide-mark{opacity:.18;right:-5%}.guide-article{grid-template-columns:1fr}.guide-toc{position:static;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #a99c87}.guide-toc span{grid-column:1/-1}.guide-toc a{font-size:11px}.guide-number{position:static;display:block;margin-bottom:15px}.guide-copy section{padding-bottom:60px;margin-bottom:60px}.reproduce .guide-number{position:static}
}
@media (max-width: 560px) {
  .guide-header{padding:0 18px}.guide-header .brand small{display:none}.return-link{font-size:9px}.guide-hero{min-height:600px;padding:82px 20px 60px}.guide-hero h1{font-size:59px}.guide-lede{font-size:18px}.guide-meta{margin-top:28px;display:flex;gap:2px 16px}.guide-meta span{min-height:28px}.guide-article{padding:68px 20px}.guide-toc{grid-template-columns:1fr 1fr}.guide-toc a{min-height:44px;display:flex;align-items:center}.guide-copy h2{font-size:45px}.guide-copy p{font-size:17px}.swatches{grid-template-columns:1fr 1fr}.swatches i{height:55px}.reproduce{padding:45px 24px!important;box-shadow:8px 8px 0 #704323}
}

/* Pass 2 field-manual treatment */
.guide-page { background: #0a0907; }
.guide-header { position: relative; z-index: 10; border-bottom-color: #d6bd8342; }
.return-link { transition: color .2s, transform .2s; }
.return-link:hover { color: #fff3d9; transform: translateX(-5px); }
.guide-hero { min-height: 820px; isolation: isolate; background: radial-gradient(circle at 82% 30%,#b8743447 0 2%,transparent 25%),repeating-linear-gradient(90deg,transparent 0 8.9%,#c5995f16 9% 9.15%,transparent 9.3% 18%),linear-gradient(118deg,#080807,#2b1a0f 62%,#090806); box-shadow: inset 0 0 150px #000; }
.guide-hero::before { content: 'DECK ELEVATION  ·  PLATE 116'; position: absolute; z-index: 2; right: 3%; bottom: 22px; color: #d6bd8354; font-size: 8px; letter-spacing: .22em; }
.guide-hero::after { opacity: .72; border-color: #d6bd8348; }
.guide-hero h1 { max-width: 1050px; line-height: .78; text-shadow: 0 12px 60px #000; }
.guide-hero h1 em { display: inline-block; transform: translateX(8%); color: #e0c683; }
.guide-lede { border-left: 3px solid #cf352e; padding-left: 22px; }
.guide-meta span::before { content: '×'; margin-right: 10px; color: #cf352e; }
.guide-mark { right: 8%; bottom: 15%; width: 160px; height: 160px; opacity: .72; }
.guide-mark i { height: 186px; }
.guide-battery { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 88px; display: grid; grid-template-columns: repeat(6,1fr); border-top: 5px solid #3d2718; background: linear-gradient(#0d0b09c7,#080706); opacity: .88; }
.guide-battery span { position: absolute; left: 0; right: 0; top: 26px; height: 2px; background: #d6bd8333; }
.guide-battery i { position: relative; border-right: 1px solid #d6bd8326; }
.guide-battery i::before { content: ''; position: absolute; left: 22%; top: 20px; width: 44%; height: 24px; border-radius: 50% 50% 3px 3px; background: #020202; box-shadow: 12px 15px 0 -7px #9b6237; }

.guide-article { max-width: none; grid-template-columns: minmax(190px,230px) minmax(0,900px); justify-content: center; background-color: #e9e1d0; background-image: linear-gradient(90deg,transparent 0 97%,#6a402512 97.1%),repeating-linear-gradient(0deg,transparent 0 79px,#7058440a 80px 81px); }
.guide-toc { top: 44px; border-top-width: 5px; }
.guide-toc::after { content: '1805'; margin-top: 42px; color: #7b311f1f; font: 700 88px/1 var(--display); transform: rotate(-90deg) translateX(-35%); }
.guide-toc a { transition: padding-left .2s, color .2s, background-color .2s; }
.guide-toc a:hover { background: #cf352e0d; }
.guide-copy section { scroll-margin-top: 42px; }
.guide-copy h2 { max-width: 760px; line-height: .88; }
.guide-copy h3 { text-wrap: balance; }
.guide-pull { margin: 45px 0 0!important; padding: 38px 42px; border-block: 1px solid #9f8362; color: #3d2819; font: 500 clamp(27px,3.5vw,47px)/1.15 var(--display)!important; }
.guide-pull em { color: #a42f27; font-weight: 400; }
.technique-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 50px; border-top: 1px solid #8f7a60; }
.technique-grid article { position: relative; padding: 44px 34px 42px 0; border-bottom: 1px solid #a89a84; }
.technique-grid article:nth-child(even) { padding-left: 34px; padding-right: 0; border-left: 1px solid #a89a84; }
.technique-grid article > b { color: #b12f28; font-size: 9px; letter-spacing: .2em; }
.technique-grid article h3 { margin-top: 18px; }
.technique-grid article p { font-size: 16px; line-height: 1.62; }

.swatches { grid-template-columns: 1.1fr .8fr 1.1fr; border: 0; gap: 1px; background: #9d8e77; }
.swatches div { position: relative; min-height: 132px; border: 0; background: #e9e1d0; }
.swatches i { height: 74px; border: 0; box-shadow: inset 0 0 0 1px #39271c55; }
.swatches div:nth-child(1), .swatches div:nth-child(4) { transform: translateY(-8px); }
.type-specimen { display: grid; grid-template-columns: 180px 1fr; align-items: end; gap: 28px; margin: 52px 0 26px; padding: 28px 32px; background: #18120e; color: #e9dfce; border-left: 6px solid #cf352e; }
.type-specimen > span { grid-row: span 2; font: italic 500 112px/.74 var(--display); color: #d6bd83; }
.type-specimen p { margin: 0; font: 500 24px/1 var(--display); }
.type-specimen p b { display: block; margin-top: 9px; color: #867b6a; font: 500 9px/1 var(--body); letter-spacing: .18em; }
.type-specimen i { color: #c9bfaf; font-size: 11px; letter-spacing: .16em; font-style: normal; }
.reproduce { position: relative; isolation: isolate; overflow: hidden; box-shadow: 18px 18px 0 #704323; }
.reproduce::after { content: ''; position: absolute; z-index: -1; right: -15%; top: -45%; width: 70%; aspect-ratio: 1; border: 1px solid #d6bd8336; border-radius: 50%; box-shadow: inset 0 0 0 40px #1a1510,inset 0 0 0 41px #d6bd8321,inset 0 0 0 90px #1a1510,inset 0 0 0 91px #d6bd8321; }
.reproduce h2 { max-width: none; }
.reproduce p { max-width: 690px; }

@media (max-width: 800px) {
  .guide-hero { min-height: 720px; }
  .guide-battery { height: 70px; }
  .guide-article { grid-template-columns: 1fr; }
  .guide-toc::after { display: none; }
  .technique-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .guide-header { min-height: 74px; }
  .return-link { max-width: 145px; text-align: right; line-height: 1.25; }
  .guide-hero { min-height: 690px; padding-top: 96px; }
  .guide-hero h1 { font-size: clamp(51px,15vw,59px); line-height: .82; }
  .guide-hero h1 em { transform: none; }
  .guide-lede { padding-left: 16px; }
  .guide-mark { width: 120px; height: 120px; right: -20px; bottom: 13%; opacity: .25; }
  .guide-mark i { height: 146px; }
  .guide-battery { height: 55px; opacity: .55; }
  .guide-article { padding-top: 58px; }
  .guide-pull { padding: 28px 20px; }
  .technique-grid { grid-template-columns: 1fr; }
  .technique-grid article, .technique-grid article:nth-child(even) { padding: 35px 0; border-left: 0; }
  .swatches { grid-template-columns: 1fr 1fr; }
  .swatches div { min-height: 115px; }
  .swatches div:nth-child(n) { transform: none; }
  .type-specimen { grid-template-columns: 105px 1fr; padding: 22px 18px; gap: 14px; }
  .type-specimen > span { font-size: 76px; }
  .type-specimen p { font-size: 18px; }
  .reproduce { padding: 46px 24px 50px!important; }
  .reproduce h2 { font-size: 43px; }
}

@media (prefers-reduced-motion: reduce) {
  .guide-battery, .guide-mark { animation: none; }
}

/* Pass 3: the asset workflow becomes a full-width production plate. */
.technique-grid .asset-workflow {
  grid-column: 1 / -1;
  min-height: 250px;
  padding: 52px 34% 48px 0;
  border-left: 0;
  overflow: hidden;
}
.technique-grid .asset-workflow::after {
  content: 'GPT IMAGE 2  →  KLING 3.0';
  position: absolute;
  right: 0;
  top: 46px;
  width: 29%;
  min-height: 142px;
  display: grid;
  place-content: center;
  padding: 18px;
  color: #e8dbc3;
  background: radial-gradient(circle at 74% 26%, #ba783754, transparent 24%), linear-gradient(135deg, #0d0c0a, #392315);
  box-shadow: 12px 14px 0 #704323;
  font: 600 11px/1.55 var(--body);
  letter-spacing: .18em;
  text-align: center;
}
.guide-copy code { font-variant-numeric: tabular-nums; }
.guide-toc a:focus-visible, .return-link:focus-visible { color: #fff3d9; }

@media (max-width: 1000px) {
  .technique-grid .asset-workflow { padding: 42px 0 215px; }
  .technique-grid .asset-workflow::after { top: auto; left: 0; right: 12px; bottom: 34px; width: auto; min-height: 145px; }
}

@media (max-width: 560px) {
  .technique-grid .asset-workflow { padding: 35px 0 190px; }
  .technique-grid .asset-workflow::after { top: auto; left: 0; right: 10px; bottom: 30px; width: auto; min-height: 126px; }
}
