:root {
  --ink: #1c1a15;
  --muted: #655e50;
  --paper: #eee3ca;
  --paper-deep: #dfcfac;
  --green: #0b2b22;
  --green-deep: #061914;
  --green-soft: #15392e;
  --gold: #d1a646;
  --gold-light: #f0ce7a;
  --line: #a28d62;
  --shell: 1280px;
  --download-button-width: 245px;
  --download-button-height: 56px;
  --control-height: 56px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--green-deep); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font: 17px/1.55 var(--serif);
  background: var(--paper);
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: .14;
  background-image: radial-gradient(circle at 20% 10%, #7d5d28 0 1px, transparent 1.4px), repeating-linear-gradient(0deg, transparent 0 4px, #4d351314 5px);
  background-size: 19px 23px, auto;
}
img { max-width: 100%; }
a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease, transform .16s cubic-bezier(.2,.8,.2,1);
}
a:not(.button):not(.brand):not(.utility-brand):not(.skip-link) {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .24em;
  text-decoration-color: #a683455c;
}
a:not(.button):not(.brand):not(.utility-brand):not(.skip-link):hover,
a:not(.button):not(.brand):not(.utility-brand):not(.skip-link):focus-visible { text-decoration-color: currentColor; }
a:not(.button):hover { opacity: .84; }
a:not(.button):active { opacity: .68; transform: translateY(1px) scale(.975); transition-duration: .08s; }
.text-link, .faq-list a, .inline-link { display: inline-block; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: -5rem;
  left: 1rem;
  padding: .8rem 1rem;
  color: #fff;
  background: #000;
}
.skip-link:focus { top: 1rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  width: 100%;
  color: #f3ead6;
  background: linear-gradient(180deg, rgba(6, 28, 21, .985), rgba(4, 21, 16, .97));
  border-bottom: 1px solid #b391523d;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
}
.header-inner {
  position: relative;
  width: min(var(--shell), calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
}
.brand {
  width: 170px;
  height: 74px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.brand img { width: 162px; height: auto; max-height: 70px; object-fit: contain; }
.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(.25rem, .7vw, .7rem);
}
.site-nav a {
  position: relative;
  padding: .8rem clamp(.65rem, 1vw, 1rem);
  color: #e7ddc7;
  font: 700 14px/1 var(--serif);
  letter-spacing: .012em;
  white-space: nowrap;
  text-decoration: none !important;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .16s cubic-bezier(.2,.8,.2,1);
}
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-light);
  opacity: 1;
  background: rgba(255, 255, 255, .045);
  border-color: rgba(209, 166, 70, .2);
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 640px;
  min-height: calc(100svh - 82px);
  display: grid;
  isolation: isolate;
  overflow: hidden;
  color: #f8f0df;
  background: var(--green-deep);
}
.hero-art, .hero-shade { position: absolute; inset: 0; }
.hero-art { z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 17, 13, .97) 0%, rgba(4, 21, 16, .88) 34%, rgba(5, 22, 17, .33) 68%, rgba(5, 18, 14, .2)), linear-gradient(0deg, rgba(3, 15, 11, .72), transparent 55%);
}
.hero-inner {
  width: min(var(--shell), calc(100% - 48px));
  margin: 0 auto;
  padding: 7.25rem 0 3rem;
  align-self: center;
}
.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3.3rem, 5vw, 5.3rem);
  line-height: .94;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 3px 16px #000b;
}
.hero-copy {
  max-width: 580px;
  margin: 1.5rem 0 1.8rem;
  color: #eee6d7;
  font-size: 1.16rem;
  line-height: 1.55;
  text-shadow: 0 2px 8px #000b;
}
.hero-actions, .download-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button {
  height: var(--control-height);
  min-height: var(--control-height);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  overflow: hidden;
  padding: .8rem 1.35rem;
  border: 1px solid var(--gold);
  border-radius: 0;
  font: 700 17px/1 var(--serif);
  text-decoration: none;
  transition: transform .24s cubic-bezier(.2,.8,.2,1), filter .24s ease, background .24s ease, box-shadow .24s ease;
}
.button::after { position: absolute; inset: -35% auto -35% -45%; width: 28%; content: ""; pointer-events: none; transform: translateX(-210%) skewX(-18deg); background: linear-gradient(90deg, transparent, #fff7, transparent); transition: transform .6s ease; }
.button:hover::after { transform: translateX(650%) skewX(-18deg); }
.button > span, .button > svg { position: relative; z-index: 1; }
.button svg { width: 20px; height: 20px; flex: 0 0 auto; }
.button .icon-download { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button .icon-steam { fill: currentColor; stroke: none; }
.button .icon-home { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0) scale(.98); }
.button-primary { color: #1d160a; background: linear-gradient(#f1d57b, #c48d32); box-shadow: inset 0 0 0 2px #56391445, 0 8px 22px #0003; }
.button-primary:hover { filter: brightness(1.08); box-shadow: inset 0 0 0 2px #56391445, 0 12px 28px #0006; }
.button-secondary { color: #fff3d8; background: #0a2019c7; }
.button-secondary:hover { background: #18372c; box-shadow: 0 12px 28px #0005; }
.button-outline { color: var(--green); background: transparent; box-shadow: inset 0 0 0 1px #795c2740; }
.button-outline:hover { color: #f8eed9; background: var(--green); box-shadow: 0 12px 28px #0004; }
.button-large { height: var(--control-height); min-height: var(--control-height); padding-inline: 1.6rem; font-size: 17px; }
.button-download {
  width: var(--download-button-width);
  min-width: var(--download-button-width);
  max-width: var(--download-button-width);
  height: var(--download-button-height);
  min-height: var(--download-button-height);
  max-height: var(--download-button-height);
  flex: 0 0 var(--download-button-width);
  padding: 0 22px;
  gap: 10px;
  font: 700 17px/1 var(--serif);
  white-space: nowrap;
}
.pillars { position: relative; z-index: 3; color: #f1e6cf; background: var(--green); border-block: 1px solid #8d7240; }
.pillars-inner { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.pillars article { min-height: 122px; display: flex; align-items: center; gap: 1rem; padding: 1.5rem 1.4rem; border-right: 1px solid #ffffff1f; }
.pillars article:first-child { padding-left: 0; }
.pillars article:last-child { padding-right: 0; border: 0; }
.pillars article > span { color: var(--gold-light); font-size: 2rem; }
.pillars h2 { margin: 0 0 .25rem; font-size: 1.04rem; }
.pillars p { margin: 0; color: #bbb6a9; font: 13px/1.35 var(--sans); }

.section-shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; padding: 7rem 0; }
.story h2, .section-heading h2, .legacy h2, .download-panel h2 { margin: 0; font-size: clamp(2.6rem, 4.2vw, 4.5rem); line-height: 1; letter-spacing: -.035em; text-wrap: balance; }

.section-heading { margin-bottom: 2.4rem; display: grid; grid-template-columns: 1fr minmax(260px, 420px); align-items: end; gap: 3rem; }
.section-heading > div > p { margin: 0 0 .6rem; color: #755c31; font: 700 11px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.section-heading > p { margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.25rem; }
.feature-card { grid-column: span 3; position: relative; min-height: 430px; display: flex; align-items: end; isolation: isolate; overflow: hidden; color: #fff7e4; border: 1px solid #8d794e; background: #13261f; }
.feature-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.feature-card::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(0deg, rgba(4, 16, 12, .96) 0%, rgba(6, 18, 14, .67) 40%, transparent 75%); }
.feature-card:hover img { transform: scale(1.035); }
.feature-card-wide { grid-column: span 3; }
.feature-card > div { width: 100%; padding: 2rem; }
.feature-card span { color: var(--gold-light); font: 700 11px var(--sans); letter-spacing: .15em; }
.feature-card h3 { margin: .5rem 0 .45rem; font-size: 1.55rem; }
.feature-card p { max-width: 480px; margin: 0; color: #d8d2c3; font-size: .98rem; line-height: 1.45; }
.story-feature-grid .feature-card { grid-column: span 2; min-height: 430px; }

.legacy { min-height: 540px; display: grid; grid-template-columns: 1.2fr 1fr; color: #f5ead3; background: var(--green-deep); }
.legacy-image { min-height: 540px; overflow: hidden; }
.legacy-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.legacy-copy { padding: clamp(3rem, 8vw, 8rem); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at top right, #1c4436, #0a211a 66%); border-left: 1px solid #9d7f46; }
.overline { margin: 0 0 .8rem; color: var(--gold-light); font: 700 11px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.legacy-copy > p:not(.overline) { max-width: 570px; margin: 1.4rem 0 1.6rem; color: #cfc7b6; font-size: 1.08rem; }
.inline-link { width: fit-content; padding-bottom: .2rem; color: var(--gold-light); font-weight: 700; }
.inline-link span { display: inline-block; transition: transform .2s; }
.inline-link:hover span { transform: translateX(4px); }

.profession-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.profession-grid article { overflow: hidden; border: 1px solid #a58d61; background: #e4d5b7; }
.profession-grid img { width: 100%; height: 230px; display: block; object-fit: cover; transition: transform .4s ease; }
.profession-grid article:hover img { transform: scale(1.035); }
.profession-grid article > div { min-height: 150px; padding: 1.1rem; }
.profession-grid span { color: #785e2e; font: 700 10px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.profession-grid h3 { margin: .4rem 0 .25rem; font-size: 1.25rem; }
.profession-grid p { margin: 0; color: #5e5547; font-size: .9rem; line-height: 1.4; }

.media-section { color: #f4ead6; background: #071b15; border-block: 1px solid #8d7240; }
.section-heading-dark > div > p { color: var(--gold-light); }
.section-heading-dark > p { color: #b9b3a6; }
.media-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, 300px); gap: 1rem; }
.media-card { position: relative; padding: 0; overflow: hidden; color: #fff; text-align: left; cursor: pointer; border: 1px solid #76613b; background: #0b1511; }
.media-card-large { grid-row: 1 / 3; }
.media-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.media-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, #000a, transparent 45%); }
.media-card:hover img { transform: scale(1.025); filter: brightness(1.05); }
.media-card span { position: absolute; z-index: 1; right: 1rem; bottom: 1rem; padding: .45rem .65rem; border: 1px solid #e1c36d; font: 700 12px var(--sans); background: #071712a8; }

.download-section { min-height: 600px; display: grid; grid-template-columns: 1.05fr 1fr; color: #f8eed9; background: #0a211a; }
.download-art { min-height: 600px; overflow: hidden; }
.download-art img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 70% center; }
.download-panel { padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(130deg, #0d3026, #061813 75%); border-left: 1px solid #9d7f46; }
.download-panel > p:not(.overline) { max-width: 600px; margin: 1.4rem 0 1.7rem; color: #cec6b6; font-size: 1.08rem; }
.requirements-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.requirements article { padding: 2rem; border: 1px solid #a28c61; background: #e3d4b5; }
.requirements h3 { margin: 0 0 1.2rem; color: var(--green); font-size: 1.4rem; }
.requirements dl { margin: 0; font-family: var(--sans); font-size: .88rem; }
.requirements dl div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: .65rem 0; border-top: 1px solid #7b684832; }
.requirements dt { color: #67563c; font-weight: 700; }
.requirements dd { margin: 0; }

.faq { padding-top: 3rem; }
.faq .section-heading { grid-template-columns: 1fr; }
.faq-list { width: 100%; max-width: none; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; cursor: pointer; font-size: 1.08rem; font-weight: 700; list-style: none; transition: color .2s ease; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: #6f5120; }
.faq-list summary::before, .faq-list summary::after { position: absolute; top: 50%; right: .35rem; width: 18px; height: 2px; content: ""; background: #785d2c; transform: translateY(-50%); transition: transform .28s ease, opacity .28s ease; }
.faq-list summary::after { transform: translateY(-50%) rotate(90deg); }
.faq-list details[open] summary::after { opacity: 0; transform: translateY(-50%) rotate(90deg) scaleX(0); }
.faq-answer { overflow: hidden; }
.faq-list p { max-width: 900px; margin: 0; padding: 0 0 1.5rem; color: #554c3d; }

.site-footer { color: #d7cdb8; background: #051510; border-top: 1px solid #9b7b43; }
.footer-main { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; padding: 4rem 0 3rem; display: grid; grid-template-columns: minmax(260px, .85fr) 1.4fr; gap: clamp(3rem, 9vw, 8rem); }
.footer-brand img { width: 200px; height: auto; display: block; }
.footer-brand > p { max-width: 360px; margin: 1rem 0 1.5rem; color: #aaa392; font-size: .92rem; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-nav > div { display: flex; flex-direction: column; align-items: flex-start; gap: .72rem; }
.footer-nav h2 { margin: 0 0 .45rem; color: var(--gold-light); font: 700 11px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.footer-nav a { color: #c8c0ae; font-size: .94rem; }
.footer-nav a:hover { color: #fff0c7; }
.footer-bottom { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; padding: 1.4rem 0 2rem; display: flex; justify-content: flex-start; gap: 2rem; border-top: 1px solid #ffffff1c; }
.footer-bottom p { max-width: 650px; margin: 0; color: #858175; font: 11px/1.5 var(--sans); }

.lightbox { width: min(1440px, 94vw); max-width: 94vw; padding: 0; overflow: visible; opacity: 0; transform: translateY(16px) scale(.94); border: 0; background: transparent; }
.lightbox[open] { animation: lightbox-in .3s cubic-bezier(.2,.8,.2,1) forwards; }
.lightbox.is-closing { animation: lightbox-out .22s ease-in forwards; }
.lightbox::backdrop { background: #0000; }
.lightbox[open]::backdrop { animation: backdrop-in .3s ease forwards; }
.lightbox.is-closing::backdrop { animation: backdrop-out .22s ease forwards; }
.lightbox img { width: auto; max-width: 100%; max-height: 90vh; display: block; margin: auto; border: 1px solid #9e814a; box-shadow: 0 20px 70px #000; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: #fff; cursor: pointer; background: #071c16e8; box-shadow: 0 5px 20px #0009; transition: transform .2s ease, background .2s ease; }
.lightbox-close:hover { transform: rotate(90deg) scale(1.06); background: #174033; }
.lightbox-close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
@keyframes lightbox-in { from { opacity: 0; transform: translateY(16px) scale(.94); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes lightbox-out { from { opacity: 1; transform: translateY(0) scale(1); } to { opacity: 0; transform: translateY(10px) scale(.97); } }
@keyframes backdrop-in { from { background: #0000; } to { background: #000d; } }
@keyframes backdrop-out { from { background: #000d; } to { background: #0000; } }

.utility-body {
  min-height: 100vh;
  color: #f5ead5;
  background: linear-gradient(90deg, #04150ff2, #071c16b8), url('/assets/hero.jpg') 58% center / cover fixed;
}
.utility-header {
  min-height: 82px;
  padding: 0 max(24px, calc((100vw - var(--shell)) / 2));
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9f80485c;
  background: #051812f2;
  backdrop-filter: blur(12px);
}
.utility-brand { width: 170px; height: 74px; display: flex; align-items: center; }
.utility-brand img { width: 160px; height: auto; max-height: 70px; object-fit: contain; }
.utility-main { width: min(860px, calc(100% - 48px)); min-height: calc(100vh - 150px); margin: 0 auto; padding: clamp(3rem, 8vw, 7rem) 0; display: grid; place-items: center; }
.utility-card { width: 100%; padding: clamp(2rem, 5vw, 4.5rem); color: var(--ink); border: 1px solid #9c8051; background: #f1e4cbd9; box-shadow: 0 24px 80px #000a; backdrop-filter: blur(18px); }
.utility-card-wide { max-width: 860px; }
.utility-card .eyebrow { color: #795a27; }
.utility-card h1 { max-width: 700px; margin: 0 0 1.2rem; font-size: clamp(2.8rem, 7vw, 5.4rem); line-height: .95; letter-spacing: -.04em; }
.utility-card > p:not(.eyebrow, .error-code) { max-width: 680px; color: #584f41; font-size: 1.08rem; }
.utility-actions { margin-top: 1.8rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.utility-actions .text-link { color: var(--green); font-weight: 700; }
.error-code { margin: 0 0 .6rem; color: #9c7936; font: 700 clamp(4rem, 12vw, 8rem)/.8 var(--sans); letter-spacing: -.06em; opacity: .48; }
.utility-footer { min-height: 68px; padding: 1rem 24px; display: grid; place-items: center; color: #a9a293; font: 12px/1.4 var(--sans); letter-spacing: .08em; text-transform: uppercase; border-top: 1px solid #9f80483d; background: #051510; }
.privacy-page p { margin-block: 1rem; }
.unavailable { min-height: 100vh; padding: 14vh max(1.5rem, calc((100vw - 760px) / 2)); color: var(--ink); background: var(--paper); }
.unavailable h1 { margin: .5rem 0 1rem; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; }
.unavailable .text-link { display: block; width: fit-content; margin-top: 1.2rem; color: var(--green); }
.text-link { color: var(--green); }
.eyebrow { margin: 0 0 .6rem; color: #755c31; font: 700 11px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.button.gold { color: #1d160a; background: linear-gradient(#f1d57b, #c48d32); box-shadow: inset 0 0 0 2px #56391445; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #f1c960; outline-offset: 3px; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 150px minmax(0, 1fr); gap: 1rem; }
  .brand { width: 145px; }
  .brand img { width: 140px; }
  .site-nav { gap: 0; }
  .site-nav a { padding-inline: .65rem; font-size: 13px; }
  .profession-grid { grid-template-columns: repeat(3, 1fr); }
  .legacy-copy, .download-panel { padding: 4rem; }
}

@media (max-width: 860px) {
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .brand { height: 64px; }
  .menu-toggle { position: fixed; z-index: 40; top: 14px; right: 16px; width: 43px; height: 41px; display: grid; gap: 5px; place-content: center; color: #f6ead1; border: 1px solid #8f7648; background: #071b15; }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 1px; display: block; background: currentColor; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: .75rem 24px 1rem; flex-direction: column; align-items: stretch; gap: 0; background: #061b14; border-bottom: 1px solid #8f7648; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .9rem .65rem; font-size: 15px; border: 0; border-bottom: 1px solid #ffffff16; border-radius: 0; }
  .hero { min-height: calc(100svh - 70px); }
  .hero-inner { padding-top: 5rem; }
  .hero h1 { max-width: 560px; font-size: clamp(3rem, 9vw, 4.5rem); }
  .pillars-inner { grid-template-columns: repeat(2, 1fr); }
  .pillars article:first-child { padding-left: 1.4rem; }
  .pillars article:nth-child(2) { border-right: 0; }
  .pillars article:nth-child(-n+2) { border-bottom: 1px solid #ffffff1f; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading > p { max-width: 620px; }
  .feature-card { min-height: 390px; }
  .legacy, .download-section { grid-template-columns: 1fr; }
  .legacy-image, .download-art { min-height: 400px; }
  .legacy-copy, .download-panel { padding: 4rem max(24px, calc((100vw - 680px) / 2)); border-left: 0; border-top: 1px solid #9d7f46; }
  .media-grid { grid-template-columns: 1fr; grid-template-rows: 440px repeat(2, 300px); }
  .media-card-large { grid-row: auto; }
  .requirements-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .header-inner, .hero-inner, .pillars-inner, .section-shell, .footer-main, .footer-bottom { width: min(100% - 32px, var(--shell)); }
  .brand { width: 135px; }
  .brand img { width: 132px; }
  .hero { min-height: calc(100svh - 70px); }
  .hero-art { object-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3, 17, 13, .94), rgba(4, 20, 15, .66)), linear-gradient(0deg, rgba(3, 15, 11, .83), transparent 65%); }
  .hero-inner { padding: 4.5rem 0 2.5rem; align-self: end; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 3.5rem); overflow-wrap: break-word; }
  .hero-copy { margin-block: 1.2rem 1.4rem; font-size: 1rem; }
  .hero-actions, .download-actions { display: grid; grid-template-columns: 1fr; }
  .pillars-inner { grid-template-columns: 1fr; }
  .pillars article, .pillars article:first-child { min-height: 92px; padding: 1rem .35rem; border-right: 0; border-bottom: 1px solid #ffffff1f; }
  .pillars article:last-child { border-bottom: 0; }
  .section-shell { padding-block: 4.5rem; }
  .story h2, .section-heading h2, .legacy h2, .download-panel h2 { font-size: clamp(2.25rem, 10vw, 3.2rem); }
  .lead { font-size: 1.1rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card-wide, .story-feature-grid .feature-card { grid-column: auto; min-height: 370px; }
  .feature-card > div { padding: 1.5rem; }
  .legacy-image, .download-art { min-height: 300px; }
  .legacy-copy, .download-panel { padding: 3rem 1rem; }
  .profession-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
  .profession-grid img { height: 160px; }
  .profession-grid article > div { min-height: 155px; padding: .9rem; }
  .media-grid { grid-template-rows: repeat(3, 260px); }
  .requirements article { padding: 1.3rem; }
  .requirements dl div { grid-template-columns: 1fr; gap: .2rem; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); row-gap: 2.5rem; }
  .footer-bottom { flex-direction: column; }
  .button-download { width: 100%; min-width: 0; max-width: none; flex-basis: auto; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 2.45rem; }
  .profession-grid { grid-template-columns: 1fr; }
  .profession-grid img { height: 210px; }
  .footer-nav { grid-template-columns: 1fr; }
}

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