/* Ardent Steel Private Limited — site stylesheet
   Plain, typographic, information-first. No frameworks. */

:root {
  --ink: #1c1c1c;
  --ink-2: #454545;
  --muted: #6f6f6f;
  --paper: #ffffff;
  --panel: #f6f5f2;
  --rule: #e0ddd7;
  --rule-strong: #b8b3ab;
  --field: #767676;
  --red: #d2232a;
  --red-dark: #a51c22;
  --link: #1f3f78;
  --font-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --max: 1120px;
  --gutter: 24px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  border-top: 3px solid var(--red);
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--link); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red-dark); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: var(--ink);
  letter-spacing: -0.01em;
}
h1 { font-size: 2.125rem; margin-bottom: 0.6em; }
h2 { font-size: 1.5rem; margin-top: 2.2em; }
h3 { font-size: 1.2rem; margin-top: 1.8em; }
h4 { font-size: 1.05rem; margin-top: 1.4em; font-family: var(--font-sans); font-weight: 600; }
h1 + h2, h1 + h3, h2 + h3 { margin-top: 1em; }

p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.3em; }
li { margin-bottom: 0.3em; }
strong { font-weight: 600; }
small { font-size: 0.875rem; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: #fff; padding: 8px 12px; z-index: 100;
}
.skip-link:focus { left: 8px; top: 8px; }

.preview-bar { background: var(--ink); color: #fff; font-size: 0.85rem; text-align: center; padding: 8px 16px; }

/* ---------- Header ---------- */

.site-header {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  padding-bottom: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 1 auto;
  min-width: 0;
  text-decoration: none;
}
.brand-mark { height: 48px; width: auto; flex: 0 0 auto; }
.brand-name {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.nav-toggle {
  display: none;
  font: inherit; font-weight: 500; font-size: 0.95rem;
  background: none; border: 1px solid var(--field); color: var(--ink);
  padding: 8px 14px; cursor: pointer;
}
.nav-toggle[aria-expanded="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }

.site-nav { border-top: 1px solid var(--rule); }
.site-nav ul { list-style: none; margin: 0; padding: 0; }
.site-nav > .wrap > ul { display: flex; gap: 0; align-items: stretch; }
.site-nav > .wrap > ul > li { position: relative; margin: 0; }
.site-nav > .wrap > ul > li:first-child > a { padding-left: 0; }
.site-nav > .wrap > ul > li > a {
  display: block;
  padding: 13px 12px 11px;
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.site-nav > .wrap > ul > li > a:hover,
.site-nav > .wrap > ul > li:focus-within > a { border-bottom-color: var(--ink); }
.site-nav > .wrap > ul > li.current > a { border-bottom-color: var(--red); }
.site-nav > .wrap > ul > li.utility { margin-left: auto; }
.site-nav > .wrap > ul > li.utility > a { color: var(--muted); font-weight: 400; padding-right: 0; }

.site-nav li ul {
  display: none;
  position: absolute;
  top: 100%; left: 0;
  min-width: 250px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-top: 2px solid var(--ink);
  padding: 6px 0;
  z-index: 50;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.site-nav li:hover > ul,
.site-nav li:focus-within > ul { display: block; }
.site-nav li[data-closed] > ul { display: none; }
.site-nav > .wrap > ul > li.menu-right > ul { left: auto; right: 0; }
.site-nav li ul li { margin: 0; }
.site-nav li ul a {
  display: block;
  padding: 7px 16px;
  font-size: 0.92rem;
  color: var(--ink-2);
  text-decoration: none;
}
.site-nav li ul a:hover { background: var(--panel); color: var(--ink); }
.site-nav li ul li.current a { color: var(--ink); font-weight: 500; }

/* ---------- Home ---------- */

.overline {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 12px;
}

.hero-full { position: relative; background: #161616; color: #fff; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; }
.hero-slides .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.6s ease; }
.hero-slides .slide.is-active { opacity: 1; }
.hero-slides img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(16,16,16,0.84) 0%, rgba(16,16,16,0.66) 38%, rgba(16,16,16,0.28) 72%, rgba(16,16,16,0.18) 100%),
    linear-gradient(0deg, rgba(16,16,16,0.62) 0%, rgba(16,16,16,0) 42%);
}
.hero-content {
  position: relative; z-index: 2;
  min-height: clamp(460px, 62vh, 620px);
  display: flex; flex-direction: column; justify-content: center;
  padding-block: 72px 112px;
}
.hero-content .overline { color: rgba(255,255,255,0.78); margin-bottom: 18px; }
.hero-rule { width: 56px; height: 3px; background: var(--red); margin: 0 0 24px; }
.hero-content h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4.3vw, 3.4rem);
  line-height: 1.1;
  max-width: 17ch;
  margin-bottom: 0.5em;
}
.hero-content .lede { color: rgba(255,255,255,0.86); max-width: 54ch; font-size: 1.15rem; line-height: 1.55; margin-bottom: 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.btn {
  display: inline-block; font-weight: 600; font-size: 0.95rem;
  padding: 12px 24px; text-decoration: none; border: 1px solid transparent;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn-primary { background: var(--red); color: #fff; border-color: var(--red); }
.btn-primary:hover { background: #fff; color: var(--red-dark); border-color: #fff; }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,0.75); }
.btn-ghost:hover { background: rgba(255,255,255,0.14); color: #fff; border-color: #fff; }
.hero-full a:focus-visible, .hero-full button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.hero-bar { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; }
.hero-bar .wrap {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding-block: 14px; border-top: 1px solid rgba(255,255,255,0.22);
}
.hero-caption { font-size: 0.85rem; color: rgba(255,255,255,0.8); margin: 0; }
.hero-controls { display: flex; align-items: center; gap: 14px; }
.hero-dots { display: flex; gap: 9px; }
.hero-dots button {
  width: 11px; height: 11px; border-radius: 50%; padding: 0; cursor: pointer;
  border: 1px solid rgba(255,255,255,0.85); background: transparent;
}
.hero-dots button[aria-current="true"] { background: #fff; }
.hero-pause {
  width: 34px; height: 34px; display: grid; place-items: center; cursor: pointer;
  background: transparent; border: 1px solid rgba(255,255,255,0.6); color: #fff; padding: 0;
}
.hero-pause:hover { border-color: #fff; background: rgba(255,255,255,0.12); }
.hero-pause svg { width: 12px; height: 12px; fill: #fff; }
.hero-pause .icon-play { display: none; }
.hero-full.is-paused .icon-play { display: block; }
.hero-full.is-paused .icon-pause { display: none; }

.intro { padding-block: 64px 8px; }
.intro-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: start; }
.intro h2 { margin-top: 0; font-size: 1.85rem; line-height: 1.2; max-width: 18ch; }
.intro p { font-size: 1.05rem; color: var(--ink-2); }
.intro .overline { margin-bottom: 14px; }

.highlight-wrap { padding-block: 48px 0; }
.highlight {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; align-items: center;
  background: var(--panel); border-left: 4px solid var(--red); padding: 36px 40px;
}
.highlight h2 { margin-top: 0; font-size: 1.7rem; }
.highlight p { color: var(--ink-2); }
.highlight p:last-child { margin-bottom: 0; }
.stat-row { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 0; }
.stat-row div { border-top: 1px solid var(--rule-strong); padding-top: 10px; }
.stat-row dt { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 500; }
.stat-row dd { margin: 2px 0 0; font-family: var(--font-serif); font-size: 1.7rem; font-weight: 600; line-height: 1.1; }

.home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding-block: 40px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-top: 48px;
}
.home-grid h2 { margin-top: 0; }
.home-grid p:last-of-type { margin-bottom: 0.4em; }

.facts { padding-block: 40px 8px; }
.facts h2 { margin-top: 0; }
.fact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
  margin: 0;
}
.fact-list div { border-top: 1px solid var(--rule-strong); padding-top: 12px; }
.fact-list dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 500; }
.fact-list dd { margin: 4px 0 0; font-size: 1.05rem; font-weight: 500; }

.quicklinks { padding-block: 40px 56px; }
.quicklinks h2 { margin-top: 0; }
.quicklinks ul { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 40px; }
.quicklinks li { break-inside: avoid; border-bottom: 1px solid var(--rule); padding: 10px 0; margin: 0; }
.quicklinks a { text-decoration: none; font-weight: 500; }
.quicklinks a:hover { text-decoration: underline; }
.quicklinks span { display: block; color: var(--muted); font-size: 0.9rem; font-weight: 400; }

/* ---------- Inner pages ---------- */

.page {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 64px;
  padding-block: 48px 72px;
}
.page--single { grid-template-columns: minmax(0, 1fr); }

.side { font-size: 0.95rem; }
.side-title {
  font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--muted); font-weight: 500; margin-bottom: 10px;
}
.side-title a { color: inherit; text-decoration: none; }
.side-title a:hover { color: var(--ink); text-decoration: underline; }
.side ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule-strong); }
.side li { margin: 0; border-bottom: 1px solid var(--rule); }
.side li a { display: block; padding: 9px 0; color: var(--ink-2); text-decoration: none; }
.side li a:hover { color: var(--ink); }
.side li.current a { color: var(--ink); font-weight: 600; box-shadow: inset 3px 0 0 var(--red); padding-left: 12px; }

.content { max-width: 72ch; }
.page--single .content, .content--wide { max-width: 100%; }
.content--wide > h1, .content--wide > p.lead, .content--wide > p { max-width: 72ch; }
.page--single .content > h1, .page--single .content > p.lead { max-width: 72ch; }
.page--single .content .table-wrap, .page--single .content .docs { max-width: 72ch; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-top: 8px;
}
.split > div > h2:first-child, .side-panel h2:first-child { margin-top: 0; }
.side-panel { background: var(--panel); padding: 22px 24px 6px; font-size: 0.95rem; }
.side-panel a, .addr dd a { overflow-wrap: anywhere; }
.side-panel h2 { font-size: 1.15rem; margin-top: 1.6em; }
.side-panel .addr dd { margin-bottom: 0.9em; }
.content .crumb { font-size: 0.85rem; color: var(--muted); margin-bottom: 8px; }
.content .crumb a { color: var(--muted); text-decoration: none; }
.content .crumb a:hover { text-decoration: underline; }
.content > h1 { padding-bottom: 18px; border-bottom: 1px solid var(--rule-strong); margin-bottom: 28px; }
.content p.lead { font-size: 1.1rem; color: var(--ink-2); }
.content table { width: 100%; }

.note { color: var(--muted); font-size: 0.92rem; }
.muted { color: var(--muted); }

/* Section index (landing) lists */
.index-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule-strong); }
.index-list li { margin: 0; padding: 16px 0; border-bottom: 1px solid var(--rule); }
.index-list a { font-weight: 600; text-decoration: none; font-size: 1.05rem; }
.index-list a:hover { text-decoration: underline; }
.index-list p { margin: 4px 0 0; color: var(--ink-2); font-size: 0.95rem; }

/* Definition-style blocks (addresses, contacts) */
.addr { margin: 0 0 1.6em; }
.addr dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 500; margin-bottom: 4px; }
.addr dd { margin: 0 0 1em; }
.addr dd p { margin: 0; }

/* Tables */
.table-wrap { overflow-x: auto; margin: 0 0 1.5em; }
table { border-collapse: collapse; font-size: 0.95rem; }
th, td { text-align: left; padding: 9px 12px 9px 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
thead th { font-weight: 600; border-bottom: 1px solid var(--ink); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; }
tbody th { font-weight: 400; }
td:last-child, th:last-child { padding-right: 0; }
tr.group th { padding-top: 22px; font-family: var(--font-serif); font-weight: 600; font-size: 1.05rem; border-bottom: 1px solid var(--ink); }
table.docs td:last-child, table.docs thead th:last-child { white-space: nowrap; text-align: right; }
table.docs .size { color: var(--muted); font-size: 0.85rem; margin-left: 6px; }
table.docs .na { color: var(--muted); font-style: italic; font-size: 0.9rem; }
table.spec td:nth-child(2) { font-variant-numeric: tabular-nums; }

details { border-top: 1px solid var(--rule-strong); border-bottom: 1px solid var(--rule-strong); margin: 1.5em 0; }
summary { cursor: pointer; padding: 12px 0; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+" / ""; font-weight: 400; color: var(--muted); font-size: 1.2rem; }
details[open] summary::after { content: "\2212" / ""; }
details > *:not(summary) { margin-bottom: 1em; }
details + details { border-top: none; margin-top: -1.5em; }
details.spec-group summary { padding: 16px 0; align-items: center; }
details.spec-group summary > span { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; }
.spec-name { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 600; }
.spec-sub { color: var(--muted); font-weight: 400; font-size: 0.92rem; }
details.spec-group h3:first-of-type { margin-top: 0.4em; }
table.spec-summary td, table.spec-summary th { white-space: nowrap; }
table.spec-summary tbody th { white-space: normal; }
table.spec-summary thead th { white-space: normal; }

/* Management */
.people { list-style: none; padding: 0; margin: 0; }
.people li { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--rule); margin: 0; }
.people li.no-photo { grid-template-columns: 1fr; }
.people img { width: 96px; height: 100px; object-fit: cover; object-position: top; }
.people h2 { margin: 0 0 2px; font-size: 1.1rem; }
.people .role { color: var(--muted); font-size: 0.9rem; margin-bottom: 10px; }
.people p { margin-bottom: 0.6em; }

/* Forms */
form.plain { max-width: 520px; }
form.plain .field { margin-bottom: 18px; }
form.plain label { display: block; font-weight: 500; margin-bottom: 6px; font-size: 0.95rem; }
form.plain label small { display: block; font-weight: 400; color: var(--muted); }
form.plain input[type="text"], form.plain input[type="email"], form.plain input[type="tel"], form.plain textarea, form.plain select {
  width: 100%; font: inherit; padding: 9px 10px;
  border: 1px solid var(--field); background: #fff; color: var(--ink);
}
form.plain select { appearance: none; -webkit-appearance: none; padding-right: 36px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231c1c1c' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; }
form.plain input::placeholder, form.plain textarea::placeholder { color: var(--muted); opacity: 1; }
form.plain input:focus, form.plain textarea:focus, form.plain select:focus { outline: 2px solid var(--ink); outline-offset: 1px; border-color: var(--ink); }
form.plain textarea { min-height: 140px; resize: vertical; }
form.plain input[type="file"] { font: inherit; font-size: 0.92rem; }
form.plain button {
  font: inherit; font-weight: 600; font-size: 0.95rem;
  background: var(--ink); color: #fff; border: 1px solid var(--ink);
  padding: 10px 22px; cursor: pointer;
}
form.plain button:hover { background: var(--red-dark); border-color: var(--red-dark); }
.form-error { color: var(--red-dark); font-size: 0.92rem; margin: 8px 0 0; }
form.plain .field-check { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: start; }
form.plain .field-check input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--ink); }
form.plain .field-check label { margin: 0; font-weight: 400; }
.plain-list { list-style: none; padding: 0; margin: 0 0 1em; }
.plain-list li { padding: 8px 0; border-bottom: 1px solid var(--rule); margin: 0; }
.plain-list li:last-child { border-bottom: none; }
.form-error:empty { margin: 0; }
.req { color: var(--red); }
.hp { position: absolute; left: -9999px; }

/* ---------- Footer ---------- */

.site-footer {
  border-top: 1px solid var(--rule-strong);
  background: var(--panel);
  margin-top: 24px;
  font-size: 0.92rem;
  color: var(--ink-2);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-block: 40px 32px;
}
.footer-grid .ft { margin: 0 0 8px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 500; }
.footer-grid p { margin: 0 0 6px; }
.footer-grid a { color: var(--ink-2); }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin: 0 0 4px; }
.footer-bottom {
  border-top: 1px solid var(--rule);
  padding: 16px 0 24px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 0.85rem; color: var(--muted);
}
.footer-bottom a { color: var(--muted); }

/* ---------- Responsive ---------- */

@media (max-width: 1180px) {
  .split { grid-template-columns: minmax(0, 1fr); gap: 36px; }
}

@media (max-width: 1040px) {
  .fact-list { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1000px) {
  .js .nav-toggle { display: inline-block; }
  .header-top { padding-top: 16px; padding-bottom: 14px; }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: block; }
  .site-nav > .wrap > ul { display: block; padding: 8px 0 12px; }
  .site-nav > .wrap > ul > li > a { padding: 10px 0; font-size: 1.05rem; border-bottom: none; }
  .site-nav > .wrap > ul > li.current > a { color: var(--red-dark); }
  .site-nav > .wrap > ul > li.utility { margin-left: 0; }
  .site-nav li ul {
    display: block; position: static; min-width: 0;
    border: none; box-shadow: none; padding: 0 0 8px 0; margin: 0;
  }
  .site-nav li[data-closed] > ul { display: block; }
  .site-nav li ul a { padding: 6px 0 6px 16px; border-left: 2px solid var(--rule); }
  .site-nav li ul a:hover { background: none; }

  .page { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-top: 32px; }
  .side { order: 2; border-top: 1px solid var(--rule-strong); padding-top: 20px; }
  .side ul { border-top: none; }

  .hero-content { min-height: 440px; padding-block: 56px 96px; }
  .intro { padding-block: 44px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .highlight { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .stat-row { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .home-grid { grid-template-columns: 1fr; gap: 28px; }
  .quicklinks ul { columns: 1; }
  h1 { font-size: 1.8rem; }
}

@media (max-width: 560px) {
  .fact-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .people li { grid-template-columns: 1fr; gap: 12px; }
  .header-top { gap: 12px; }
  .brand { gap: 10px; }
  .brand-mark { height: 36px; }
  .stat-row { grid-template-columns: 1fr; }
  .brand-name { font-size: 1.05rem; }
  .side-panel { padding: 20px 20px 4px; }
  .hero-content { min-height: 420px; padding-block: 48px 88px; }
  .hero-content h1 { font-size: 2rem; }
  .hero-content .lede { font-size: 1.02rem; }
  .hero-caption { display: none; }
  .hero-bar .wrap { justify-content: flex-end; }
  .btn { padding: 11px 18px; }
}

@media (max-width: 360px) {
  .brand-mark { height: 32px; }
  .brand-name { font-size: 0.98rem; }
}

@media print {
  .site-nav, .nav-toggle, .skip-link, .site-footer, .side, .hero-bar, .hero-actions, form.plain { display: none; }
  .hero-full { color: inherit; background: none; }
  .hero-slides, .hero-scrim { display: none; }
  .hero-content h1, .hero-content .lede, .hero-content .overline { color: inherit; }
  .split { display: block; }
  .side-panel { background: none; padding: 0; }
  body { border-top: none; }
  .page { display: block; }
  .content { max-width: none; }
  a { color: inherit; text-decoration: none; }
  table.docs a[href$=".pdf"]::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #666; }
}
