:root {
  --navy-950: #04101d;
  --navy-900: #071827;
  --navy-850: #0a2032;
  --navy-800: #0d293d;
  --ink: #102536;
  --gold: #d7b45c;
  --gold-light: #f2d889;
  --teal: #2bb5a9;
  --cream: #f6f3eb;
  --paper: #fbfaf6;
  --mist: #e8eceb;
  --line: rgba(16, 37, 54, 0.14);
  --muted: #66737c;
  --shell: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: var(--navy-950); background: var(--gold-light); font-size: 12px; font-weight: 750; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  color: white;
  background: rgba(4, 16, 29, 0.93);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }

.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 10px; border: 1px solid rgba(215, 180, 92, 0.35); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: 0.14em; }
.brand-copy small { margin-top: 6px; color: #94a4ae; font-size: 9px; text-transform: uppercase; letter-spacing: 0.12em; }

.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #c8d1d6; font-size: 13px; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--gold-light); }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-gold { background: var(--gold); color: var(--navy-950); box-shadow: 0 10px 30px rgba(215, 180, 92, .16); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { color: white; border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .05); }
.button-ghost:hover { border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .09); }
.button-navy { color: white; background: var(--navy-900); }
.button-navy:hover { background: var(--navy-800); }
.arrow { font-size: 16px; font-weight: 500; transition: transform .2s ease; }
a:hover .arrow { transform: translate(2px, -2px); }
.play { font-size: 10px; color: var(--gold-light); }

.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { width: 42px; height: 42px; cursor: pointer; list-style: none; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 1px; background: white; display: block; }
.mobile-menu nav { position: absolute; top: 50px; right: 0; width: min(290px, calc(100vw - 32px)); padding: 13px; background: var(--navy-900); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.mobile-menu nav a { display: block; padding: 13px 10px; color: #dbe3e7; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu nav a:last-child { border-bottom: 0; color: var(--gold-light); }

.hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 81% 15%, rgba(43,181,169,.11), transparent 25%),
    radial-gradient(circle at 63% 100%, rgba(215,180,92,.09), transparent 30%),
    linear-gradient(124deg, var(--navy-950), #071a2a 62%, #0a2031);
}
.hero::after { content: ""; position: absolute; inset: auto -12% -41% 38%; height: 560px; border: 1px solid rgba(215,180,92,.12); transform: rotate(-7deg); border-radius: 50%; }
.hero-grid, .workflow-grid, .cta-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, black 45%, black); }

.hero-layout { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; position: relative; z-index: 2; padding-block: 72px 80px; }
.hero-copy { max-width: 590px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-family: Consolas, "Courier New", monospace; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; position: relative; }
.eyebrow span::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: currentColor; position: absolute; right: -1px; top: -1.5px; }
.eyebrow.dark { color: #5d735f; }
.hero h1 { margin: 24px 0 22px; font-size: clamp(48px, 5.4vw, 75px); line-height: .99; letter-spacing: -.055em; font-weight: 520; }
.hero h1 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; }
.hero-copy > p { margin: 0; color: #b7c3ca; font-size: 18px; line-height: 1.72; max-width: 585px; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.hero-trust { margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); display: flex; align-items: center; gap: 14px; color: #91a1aa; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.hero-trust i { width: 3px; height: 3px; border-radius: 50%; background: var(--teal); }

.system-card { position: relative; padding: 22px; border: 1px solid rgba(215,180,92,.28); background: linear-gradient(152deg, rgba(12,38,55,.92), rgba(4,16,29,.88)); box-shadow: 0 34px 100px rgba(0,0,0,.34); }
.system-card::before, .system-card::after { content: ""; position: absolute; width: 20px; height: 20px; border-color: var(--gold); opacity: .7; }
.system-card::before { left: -1px; top: -1px; border-left: 2px solid; border-top: 2px solid; }
.system-card::after { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }
.system-topline, .system-footer { display: flex; align-items: center; justify-content: space-between; color: #6f8490; font-family: Consolas, "Courier New", monospace; font-size: 8px; letter-spacing: .13em; }
.system-live { color: #66d9cd; display: flex; gap: 6px; align-items: center; }
.system-live i { width: 5px; height: 5px; background: currentColor; border-radius: 50%; box-shadow: 0 0 10px currentColor; }
.system-title { margin: 25px 0 20px; display: flex; justify-content: space-between; align-items: end; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.09); }
.system-title span { color: #788e9a; font-size: 10px; }
.system-title strong { font-size: 14px; font-weight: 600; }
.system-flow { padding: 3px 4px; }
.system-node { min-height: 67px; display: flex; align-items: center; gap: 12px; padding: 12px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09); }
.system-node.active { border-color: rgba(43,181,169,.35); background: linear-gradient(90deg, rgba(43,181,169,.1), rgba(255,255,255,.025)); }
.system-node.gold-node { border-color: rgba(215,180,92,.28); background: linear-gradient(90deg, rgba(215,180,92,.09), rgba(255,255,255,.025)); }
.system-node.studio-node { border-color: rgba(229,142,72,.32); background: linear-gradient(90deg, rgba(229,142,72,.1), rgba(255,255,255,.025)); }
.system-node > span:not(.product-mark) { display: flex; flex-direction: column; gap: 4px; }
.system-node small { color: #647984; font-family: Consolas, "Courier New", monospace; font-size: 7px; letter-spacing: .12em; }
.system-node strong { font-size: 12px; font-weight: 600; }
.system-node b { margin-left: auto; padding: 5px 7px; color: #55c9be; background: rgba(43,181,169,.1); font-family: Consolas, "Courier New", monospace; font-size: 7px; letter-spacing: .1em; }
.system-split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.flow-line { height: 22px; display: grid; place-content: center; }
.flow-line span { height: 22px; width: 1px; background: linear-gradient(var(--teal), rgba(43,181,169,.15)); position: relative; }
.flow-line span::after { content: ""; width: 5px; height: 5px; border-right: 1px solid var(--teal); border-bottom: 1px solid var(--teal); position: absolute; bottom: 1px; left: -2px; transform: rotate(45deg); }
.system-footer { margin-top: 21px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.09); gap: 11px; }
.system-footer div { height: 3px; background: rgba(255,255,255,.08); flex: 1; }
.system-footer div i { width: 100%; height: 100%; display: block; background: linear-gradient(90deg, var(--teal), var(--gold)); }
.system-footer strong { color: var(--gold-light); font-size: 9px; }

.product-mark { width: 45px; height: 45px; flex: 0 0 45px; display: grid; place-items: center; position: relative; overflow: hidden; color: white; background: #183d58; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.025); }
.product-mark::before, .product-mark::after { content: ""; position: absolute; box-sizing: border-box; }
.visual-icon::before, .visual-icon::after { display: none; }
.visual-icon img { width: 100%; height: 100%; object-fit: cover; }
.mark-revit { color: #79d5ee; background: #0e3f5a; }
.mark-revit::before { width: 21px; height: 25px; left: 9px; top: 10px; border: 2px solid currentColor; background: repeating-linear-gradient(to bottom, transparent 0 5px, currentColor 5px 6px); transform: skewY(-8deg); }
.mark-revit::after { width: 8px; height: 20px; right: 8px; top: 12px; border: 2px solid currentColor; border-left: 0; opacity: .65; transform: skewY(12deg); }
.mark-cad { color: #ff8e71; background: #4b2530; }
.mark-cad::before { width: 24px; height: 24px; border: 1px solid currentColor; background: linear-gradient(currentColor,currentColor) center/1px 100% no-repeat, linear-gradient(90deg,currentColor,currentColor) center/100% 1px no-repeat; opacity: .7; }
.mark-cad::after { width: 26px; height: 2px; background: currentColor; transform: rotate(-38deg); box-shadow: 0 -5px 0 -0.5px rgba(255,142,113,.55); }
.mark-pdf { color: #f1cf73; background: #4d4023; }
.mark-pdf::before { width: 21px; height: 27px; left: 12px; top: 8px; border: 2px solid currentColor; border-radius: 1px; background: linear-gradient(135deg, transparent 0 7px, rgba(241,207,115,.18) 7px); }
.mark-pdf::after { content: "PDF"; left: 8px; right: 8px; bottom: 10px; padding: 2px 0; color: #4d4023; background: currentColor; font: 800 7px/1 Consolas, "Courier New", monospace; letter-spacing: .04em; text-align: center; }
.mark-termination { color: #80ddd3; background: #164b48; }
.mark-termination::before { width: 28px; height: 2px; left: 8px; top: 21px; background: currentColor; opacity: .7; }
.mark-termination::after { width: 7px; height: 7px; left: 8px; top: 18px; border: 2px solid currentColor; border-radius: 50%; background: #164b48; box-shadow: 10px 0 0 -2px #164b48, 10px 0 0 0 currentColor, 20px 0 0 -2px #164b48, 20px 0 0 0 currentColor; }
.mark-lighting { color: #ffe77f; background: #4d4520; }
.mark-lighting::before { width: 19px; height: 19px; left: 12px; top: 7px; border: 2px solid currentColor; border-radius: 50%; box-shadow: 0 0 12px rgba(255,231,127,.28); }
.mark-lighting::after { width: 12px; height: 8px; left: 16px; top: 25px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; box-shadow: 0 4px 0 -1px currentColor; }
.mark-studio { background: #5b3018; }
.mark-overview { color: #c0c8ff; background: #30385c; }
.mark-overview::before { content: "i"; width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 800 14px/1 Georgia, serif; }
.mark-overview::after { display: none; }

.suite-strip { position: relative; z-index: 4; color: white; background: #0b2233; border-top: 1px solid rgba(255,255,255,.07); }
.suite-strip-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.suite-strip a { min-height: 106px; padding: 20px 18px; display: flex; align-items: center; gap: 12px; border-left: 1px solid rgba(255,255,255,.08); transition: background .2s ease; }
.suite-strip a:last-child { border-right: 1px solid rgba(255,255,255,.08); }
.suite-strip a:hover { background: rgba(255,255,255,.045); }
.suite-strip .product-mark { width: 39px; height: 39px; flex-basis: 39px; border-radius: 7px; }
.suite-strip a > span:not(.product-mark):not(.arrow) { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.suite-strip small { color: #788e99; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.suite-strip strong { font-size: 11px; white-space: nowrap; }
.suite-strip .arrow { margin-left: auto; color: #617784; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.section-heading h2, .pdf-copy h2, .workflow-copy h2, .about-copy h2 { margin: 18px 0 0; font-size: clamp(38px, 4.1vw, 58px); line-height: 1.04; letter-spacing: -.045em; font-weight: 570; }
.section-heading > p, .split-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.center-heading { max-width: 700px; margin-inline: auto; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading > p { margin-top: 20px; }

.suite-section { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.product-card { min-height: 495px; grid-column: span 2; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 28px 70px rgba(16,37,54,.1); }
.product-card::after { content: ""; height: 3px; position: absolute; inset: auto 0 0; background: var(--card-accent, var(--teal)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.product-card:hover::after { transform: scaleX(1); }
.product-revit { --card-accent: #2e9dc2; }
.product-cad { --card-accent: #d46045; }
.product-pdf { --card-accent: var(--gold); }
.product-termination { --card-accent: var(--teal); }
.product-lighting { --card-accent: #cdb633; }
.product-studio { --card-accent: #dc833f; }
.product-card-head { display: flex; align-items: start; justify-content: space-between; margin-bottom: 30px; }
.product-number { color: #a6afb5; font-family: Consolas, "Courier New", monospace; font-size: 9px; letter-spacing: .14em; }
.product-card > small { color: #6e7f86; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.product-card h3 { margin: 9px 0 13px; font-size: 23px; letter-spacing: -.025em; }
.product-card > p { margin: 0; min-height: 92px; color: #68767e; font-size: 13px; line-height: 1.65; }
.product-card ul { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 9px; }
.product-card li { padding-left: 16px; color: #384b57; font-size: 11px; position: relative; }
.product-card li::before { content: ""; width: 5px; height: 5px; border-right: 1px solid var(--card-accent); border-bottom: 1px solid var(--card-accent); transform: rotate(-45deg); position: absolute; left: 1px; top: 4px; }
.product-status { margin-top: auto; display: flex; align-items: center; gap: 7px; color: #7a878d; font-family: Consolas, "Courier New", monospace; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.product-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--card-accent); }
.ownership-tag { margin-top: 16px; padding-top: 14px; display: flex; flex-direction: column; gap: 5px; border-top: 1px solid var(--line); }
.ownership-tag span { color: #8a969b; font-family: Consolas, "Courier New", monospace; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.ownership-tag strong { color: #4d5e67; font-size: 10px; line-height: 1.35; }
.ownership-cv strong { color: #267b99; }

.showcase-section { color: white; background: #061522; overflow: hidden; }
.showcase-heading .eyebrow { color: var(--gold-light); }
.showcase-heading h2 { color: white; }
.showcase-heading > p { color: #91a4af; }
.showcase { position: relative; border: 1px solid rgba(255,255,255,.12); background: #0b1d2b; box-shadow: 0 34px 100px rgba(0,0,0,.3); }
.showcase-stage { min-height: 690px; position: relative; overflow: hidden; background: #101d26; }
.showcase-slide { visibility: hidden; position: absolute; inset: 0; display: grid; grid-template-rows: 1fr auto; opacity: 0; transform: translateX(24px); transition: opacity .55s ease, transform .55s ease, visibility .55s; }
.showcase-slide.is-active { visibility: visible; opacity: 1; transform: translateX(0); z-index: 2; }
.showcase-slide > img { width: 100%; height: 600px; object-fit: contain; background: #e9edef; }
.showcase-caption { min-height: 90px; padding: 20px 24px; display: grid; grid-template-columns: 110px 1fr; gap: 25px; align-items: center; background: linear-gradient(90deg, #0a2132, #0c293a); border-top: 1px solid rgba(255,255,255,.1); }
.showcase-caption > span { color: var(--gold-light); font-family: Consolas, "Courier New", monospace; font-size: 8px; letter-spacing: .12em; }
.showcase-caption strong { display: block; font-size: 16px; }
.showcase-caption p { margin: 6px 0 0; color: #8fa2ac; font-size: 11px; line-height: 1.55; }
.showcase-controls { min-height: 78px; padding: 0 18px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 14px; border-top: 1px solid rgba(255,255,255,.09); }
.showcase-arrow { width: 42px; height: 42px; cursor: pointer; color: white; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.16); font-size: 18px; transition: border-color .2s ease, color .2s ease; }
.showcase-arrow:hover { color: var(--gold-light); border-color: rgba(215,180,92,.55); }
.showcase-tabs { display: grid; grid-template-columns: repeat(6, 1fr); }
.showcase-tabs button { min-height: 48px; cursor: pointer; color: #748a96; background: transparent; border: 0; border-left: 1px solid rgba(255,255,255,.08); font: 700 8px/1 Consolas, "Courier New", monospace; letter-spacing: .1em; }
.showcase-tabs button:last-child { border-right: 1px solid rgba(255,255,255,.08); }
.showcase-tabs button.is-active { color: var(--gold-light); background: rgba(215,180,92,.08); }
.showcase-progress { height: 3px; background: rgba(255,255,255,.07); overflow: hidden; }
.showcase-progress i { width: 0; height: 100%; display: block; background: linear-gradient(90deg, var(--teal), var(--gold)); }
.showcase.is-playing .showcase-progress i { animation: showcase-progress 6.5s linear forwards; }
@keyframes showcase-progress { from { width: 0; } to { width: 100%; } }

.studio-section { color: white; background: linear-gradient(125deg, #071827, #0c2b3d 62%, #102d3b); position: relative; overflow: hidden; }
.studio-section::before { content: ""; width: 520px; height: 520px; position: absolute; right: -180px; bottom: -280px; border: 1px solid rgba(229,142,72,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(229,142,72,.025), 0 0 0 140px rgba(229,142,72,.018); }
.studio-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.studio-copy h2 { margin: 20px 0 0; font-size: clamp(38px, 4.1vw, 58px); line-height: 1.04; letter-spacing: -.045em; font-weight: 570; }
.studio-copy h2 em { color: #f0a766; font-family: Georgia, serif; font-weight: 400; }
.studio-copy > p { margin: 24px 0 0; color: #a8b8c1; font-size: 15px; line-height: 1.75; }
.studio-facts { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.studio-facts div { min-height: 78px; padding: 15px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.studio-facts strong { color: #f0a766; font-size: 15px; }
.studio-facts span { color: #718995; font-family: Consolas, "Courier New", monospace; font-size: 7px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.studio-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 10px; }
.studio-list li { padding-left: 19px; color: #bcc8ce; font-size: 11px; line-height: 1.5; position: relative; }
.studio-list li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 1px; top: 5px; border-right: 1px solid #f0a766; border-bottom: 1px solid #f0a766; transform: rotate(-45deg); }
.studio-visual { margin: 0; padding: 10px; position: relative; background: rgba(255,255,255,.04); border: 1px solid rgba(240,167,102,.28); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.studio-visual::before, .studio-visual::after { content: ""; width: 22px; height: 22px; position: absolute; z-index: 2; border-color: #e08c48; }
.studio-visual::before { left: -1px; top: -1px; border-left: 2px solid; border-top: 2px solid; }
.studio-visual::after { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }
.studio-visual img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; background: #08141d; }
.studio-visual .studio-brand-art { aspect-ratio: 3 / 2; object-fit: contain; background: #02060b; }
.studio-visual figcaption { min-height: 64px; padding: 15px 9px 5px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.studio-visual figcaption span { color: #e6a469; font-family: Consolas, "Courier New", monospace; font-size: 7px; letter-spacing: .12em; }
.studio-visual figcaption strong { color: #8ea2ad; font-size: 9px; font-weight: 600; text-align: right; }

.workflow-section { color: white; background: linear-gradient(115deg, #061524, #0a2437); position: relative; overflow: hidden; }
.workflow-grid { mask-image: linear-gradient(to left, transparent, black 35%, black); opacity: .22; }
.workflow-layout { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }
.workflow-copy h2 em, .about-copy h2 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; }
.workflow-copy > p { margin: 24px 0 0; color: #a9b9c1; line-height: 1.75; font-size: 16px; }
.qa-proof { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; gap: 18px; }
.qa-proof div { display: flex; flex-direction: column; gap: 7px; }
.qa-proof strong { color: var(--gold-light); font-size: 26px; font-weight: 500; }
.qa-proof span { color: #738995; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.qa-steps { display: grid; gap: 10px; }
.qa-steps article { min-height: 100px; display: grid; grid-template-columns: 45px 1fr 32px; align-items: center; gap: 17px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.qa-steps article > span { color: var(--gold); font-family: Consolas, "Courier New", monospace; font-size: 10px; }
.qa-steps h3 { margin: 0 0 6px; font-size: 16px; }
.qa-steps p { margin: 0; color: #8fa1ab; line-height: 1.5; font-size: 11px; }
.qa-steps article > i { width: 27px; height: 27px; display: grid; place-content: center; justify-self: end; color: var(--teal); border: 1px solid rgba(43,181,169,.35); border-radius: 50%; font-style: normal; font-size: 10px; }

.pdf-section { background: var(--cream); overflow: hidden; }
.pdf-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.pdf-workspace { min-height: 610px; position: relative; display: grid; place-items: center; perspective: 1200px; }
.pdf-workspace::before { content: ""; width: 78%; height: 64%; position: absolute; left: 12%; bottom: 7%; background: rgba(13,41,61,.18); filter: blur(34px); transform: rotate(-5deg); }
.pdf-real-view { width: 670px; max-width: 100%; margin: 0; padding: 9px; position: relative; background: #0b1d2b; border: 1px solid rgba(215,180,92,.32); box-shadow: 0 30px 80px rgba(16,37,54,.25); transform: rotateY(2deg) rotateZ(-.6deg); }
.pdf-real-view img { width: 100%; height: auto; aspect-ratio: 1.86 / 1; object-fit: cover; background: #eef1f2; }
.pdf-real-view figcaption { min-height: 56px; padding: 13px 9px 5px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.pdf-real-view figcaption span { color: var(--gold-light); font: 7px/1.4 Consolas, "Courier New", monospace; letter-spacing: .1em; }
.pdf-real-view figcaption strong { color: #8499a4; font-size: 8px; text-align: right; }
.pdf-window { width: 490px; max-width: 100%; position: relative; overflow: hidden; color: #dce5e8; background: #0b1d2b; border: 1px solid rgba(215,180,92,.28); border-radius: 8px; box-shadow: 0 35px 90px rgba(16,37,54,.22); transform: rotateY(4deg) rotateZ(-1.2deg); }
.pdf-window::after { content: "BLUEBEAM-AWARE MARKUP"; position: absolute; right: 13px; bottom: 9px; color: #6f8590; font: 6px/1 Consolas, "Courier New", monospace; letter-spacing: .12em; }
.pdf-toolbar { height: 55px; display: flex; align-items: center; gap: 9px; padding: 0 14px; color: #d9e2e6; background: #071522; border-bottom: 1px solid rgba(255,255,255,.1); }
.pdf-brand-dot { width: 11px; height: 11px; border: 2px solid var(--gold); transform: rotate(45deg); }
.pdf-toolbar strong { font-size: 9px; letter-spacing: .12em; }
.pdf-toolbar > div { margin-left: auto; display: flex; gap: 5px; }
.pdf-toolbar > div span { padding: 6px 7px; color: #718691; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); font: 6px/1 Consolas, "Courier New", monospace; letter-spacing: .08em; }
.pdf-stage { min-height: 492px; display: grid; grid-template-columns: 62px 1fr; background: #173040; }
.pdf-stage aside { display: flex; flex-direction: column; align-items: center; gap: 15px; padding-top: 19px; background: #0b1b28; border-right: 1px solid rgba(255,255,255,.08); }
.pdf-stage aside span { color: #607682; font: 6px/1 Consolas, "Courier New", monospace; letter-spacing: .1em; writing-mode: vertical-rl; transform: rotate(180deg); }
.pdf-stage aside i { width: 22px; height: 4px; background: #334b59; border-radius: 5px; }
.pdf-stage aside i.active { background: var(--gold); box-shadow: 0 0 10px rgba(215,180,92,.28); }
.pdf-sheet { width: 324px; aspect-ratio: .72; margin: 22px auto 40px; position: relative; overflow: hidden; color: var(--ink); background: #fdfcf8; border: 1px solid #d9dedc; box-shadow: 0 13px 35px rgba(0,0,0,.24); }
.sheet-title { height: 55px; margin: 18px 20px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--gold); }
.sheet-title b { font-size: 9px; letter-spacing: .08em; }
.sheet-title span { color: #7d898f; font: 6px/1 Consolas, "Courier New", monospace; }
.sheet-grid { position: absolute; inset: 93px 27px 55px; opacity: .38; background-image: linear-gradient(#bdc8ca 1px, transparent 1px), linear-gradient(90deg,#bdc8ca 1px,transparent 1px); background-size: 27px 27px; }
.sheet-grid i { position: absolute; height: 2px; background: #6a7f88; transform-origin: left; }
.sheet-grid i:nth-child(1) { width: 115px; left: 25px; top: 70px; transform: rotate(14deg); }
.sheet-grid i:nth-child(2) { width: 95px; left: 100px; top: 105px; transform: rotate(90deg); }
.sheet-grid i:nth-child(3) { width: 132px; left: 37px; top: 178px; transform: rotate(-12deg); }
.sheet-grid i:nth-child(4) { width: 74px; left: 163px; top: 230px; transform: rotate(90deg); }
.sheet-grid i:nth-child(5) { width: 145px; left: 50px; top: 284px; transform: rotate(8deg); }
.sheet-grid i:nth-child(6) { width: 92px; left: 157px; top: 39px; transform: rotate(90deg); }
.markup-callout { position: absolute; right: 27px; top: 127px; width: 135px; padding: 9px; color: #0f4854; background: #d9f1ee; border: 1px solid #59a99f; box-shadow: 0 4px 12px rgba(16,37,54,.08); }
.markup-callout::before { content: ""; width: 47px; height: 1px; position: absolute; left: -42px; bottom: -15px; background: #3d968c; transform: rotate(-36deg); }
.markup-callout b, .markup-callout span { display: block; }
.markup-callout b { font-size: 7px; letter-spacing: .06em; }
.markup-callout span { margin-top: 4px; color: #4f7477; font-size: 6px; }
.markup-cloud { width: 95px; height: 65px; position: absolute; left: 42px; top: 238px; border: 3px dashed #d66d57; border-radius: 42% 48% 45% 51%; transform: rotate(-7deg); }
.markup-stamp { position: absolute; right: 35px; bottom: 83px; padding: 7px 9px; color: #4c9189; border: 2px solid #65a59e; transform: rotate(-7deg); font: 800 7px/1 Consolas, "Courier New", monospace; letter-spacing: .08em; }
.sheet-footer { position: absolute; inset: auto 20px 17px; padding-top: 8px; display: flex; justify-content: space-between; color: #8a969b; border-top: 1px solid #dfe4e2; font: 6px/1 Consolas, "Courier New", monospace; letter-spacing: .08em; }
.pdf-visual { min-height: 605px; position: relative; display: grid; place-items: center; }
.report-shadow { position: absolute; inset: 15% 10% 4%; background: rgba(13,41,61,.13); filter: blur(35px); transform: rotate(-5deg); }
.report-page { width: 370px; aspect-ratio: .71; position: absolute; background: white; border: 1px solid #dfe3e1; box-shadow: 0 24px 70px rgba(16,37,54,.13); }
.report-back { transform: translate(48px, -10px) rotate(6deg); background: #e4e8e6; }
.report-front { padding: 28px; transform: translate(-9px, 4px) rotate(-2deg); }
.report-header { height: 55px; display: flex; align-items: center; gap: 10px; border-bottom: 2px solid var(--gold); }
.report-header img { width: 39px; height: 39px; border-radius: 4px; }
.report-header > div { display: flex; flex-direction: column; gap: 3px; }
.report-header strong { color: var(--navy-900); font-size: 12px; letter-spacing: .12em; }
.report-header span { color: #849097; font-family: Consolas, "Courier New", monospace; font-size: 6px; letter-spacing: .12em; }
.report-header small { margin-left: auto; padding: 4px 6px; color: #7b6c3d; border: 1px solid #d6c48a; font-family: Consolas, "Courier New", monospace; font-size: 6px; }
.report-title { margin-top: 31px; color: var(--navy-900); font-size: 25px; font-weight: 630; line-height: 1.15; letter-spacing: -.035em; }
.report-meta { display: grid; grid-template-columns: 1.5fr 1fr; gap: 12px; margin: 22px 0 27px; }
.report-meta span { padding-top: 7px; color: #96a0a5; border-top: 1px solid #dde2e0; font-family: Consolas, "Courier New", monospace; font-size: 6px; line-height: 1.7; }
.report-meta b { color: #40515a; font-size: 7px; }
.report-chart { height: 100px; display: flex; align-items: end; gap: 9px; padding: 12px 14px 0; border-left: 1px solid #dfe4e2; border-bottom: 1px solid #dfe4e2; background-image: linear-gradient(#edf0ef 1px, transparent 1px); background-size: 100% 25px; }
.report-chart i { width: 39px; background: #7bbfba; }
.report-chart i:nth-child(1) { height: 50%; }
.report-chart i:nth-child(2) { height: 72%; }
.report-chart i:nth-child(3) { height: 60%; background: var(--gold); }
.report-chart i:nth-child(4) { height: 88%; }
.report-chart i:nth-child(5) { height: 81%; }
.report-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 17px 0 24px; }
.report-kpis span { padding: 9px; color: #849097; background: #f4f6f5; font-family: Consolas, "Courier New", monospace; font-size: 6px; }
.report-kpis b { display: block; margin-bottom: 3px; color: var(--navy-900); font-size: 11px; }
.report-lines { display: grid; gap: 7px; }
.report-lines i { height: 7px; background: #e6eae8; }
.report-lines i:nth-child(2) { width: 83%; }
.report-lines i:nth-child(3) { width: 92%; }
.report-lines i:nth-child(4) { width: 65%; }
.report-stamp { position: absolute; right: 25px; bottom: 25px; padding: 7px 9px; color: #54928b; border: 2px solid #75aca6; transform: rotate(-4deg); font-family: Consolas, "Courier New", monospace; font-size: 7px; letter-spacing: .1em; }
.pdf-copy h2 { margin-top: 20px; }
.pdf-copy > p { margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-list { list-style: none; padding: 0; margin: 31px 0 34px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.feature-list li > span { color: #8aa19d; font-family: Consolas, "Courier New", monospace; font-size: 9px; padding-top: 2px; }
.feature-list li > div { display: flex; flex-direction: column; gap: 5px; }
.feature-list strong { font-size: 13px; }
.feature-list small { color: #77848b; font-size: 11px; line-height: 1.5; }
.inline-actions { display: flex; align-items: center; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); border-bottom: 1px solid rgba(16,37,54,.3); padding-bottom: 4px; font-size: 12px; font-weight: 720; }

.downloads-section { color: white; background: #071827; }
.downloads-section .section-heading > p { color: #8fa1ab; }
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.download-card { min-height: 330px; padding: 25px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.featured-download { background: linear-gradient(135deg, rgba(215,180,92,.16), rgba(255,255,255,.035)); border-color: rgba(215,180,92,.28); }
.download-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.download-top > span:not(.product-mark) { color: #6f8490; font-family: Consolas, "Courier New", monospace; font-size: 7px; letter-spacing: .12em; }
.download-card h3 { margin: 0 0 12px; font-size: 22px; }
.featured-download h3 { font-size: 22px; }
.download-card > p { margin: 0 0 25px; color: #93a4ad; font-size: 12px; line-height: 1.65; }
.download-card .button, .download-card .text-link { margin-top: auto; align-self: flex-start; }
.download-card .text-link { color: white; border-bottom-color: rgba(255,255,255,.28); }
.download-card > small { margin-top: 13px; color: #768995; font-size: 8px; line-height: 1.5; }
.studio-download { border-color: rgba(229,142,72,.25); background: linear-gradient(135deg, rgba(229,142,72,.11), rgba(255,255,255,.035)); }
.safety-note { margin-top: 14px; padding: 17px 20px; display: grid; grid-template-columns: 150px 1fr; gap: 20px; color: #80939e; border: 1px solid rgba(255,255,255,.08); font-size: 10px; line-height: 1.5; }
.safety-note strong { color: var(--gold-light); text-transform: uppercase; letter-spacing: .08em; }

.demo-section { background: var(--paper); }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.video-card { background: white; border: 1px solid var(--line); }
.video-frame { aspect-ratio: 16 / 9; background: var(--navy-900); overflow: hidden; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-card > div:last-child { min-height: 74px; padding: 16px 19px; display: grid; grid-template-columns: 30px 1fr 30px; gap: 13px; align-items: center; }
.video-card > div:last-child > span { color: #9aa4a9; font-family: Consolas, "Courier New", monospace; font-size: 8px; }
.video-card h3 { margin: 0; font-size: 15px; }
.video-card > div:last-child a { width: 30px; height: 30px; display: grid; place-content: center; color: var(--teal); border: 1px solid var(--line); }

.about-section { color: white; background: linear-gradient(115deg, #0b2233, #061524); }
.about-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
.portrait-wrap { position: relative; }
.portrait-frame { overflow: hidden; border: 1px solid rgba(215,180,92,.28); position: relative; }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 80px rgba(4,16,29,.18); }
.portrait-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.portrait-badge { position: absolute; right: -34px; bottom: -30px; min-width: 240px; padding: 17px; display: flex; align-items: center; gap: 13px; color: #8da0aa; background: var(--navy-950); border: 1px solid rgba(215,180,92,.25); box-shadow: 0 20px 50px rgba(0,0,0,.3); font-size: 9px; line-height: 1.55; text-transform: uppercase; letter-spacing: .08em; }
.portrait-badge img { width: 49px; height: 49px; border-radius: 7px; }
.portrait-badge strong { color: white; font-size: 10px; }
.about-copy h2 { margin-top: 20px; }
.about-lead { margin: 25px 0 0; color: #a7b7c0; font-size: 16px; line-height: 1.8; }
.about-ownership { margin-top: 25px; padding: 18px 20px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.04); }
.about-ownership > span { color: var(--gold-light); font-family: Consolas, "Courier New", monospace; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.about-ownership p { margin: 9px 0 0; color: #9eafb8; font-size: 11px; line-height: 1.7; }
.about-ownership strong { color: white; }
.about-lead strong { color: white; }
.about-copy blockquote { margin: 28px 0; padding: 4px 0 4px 22px; color: var(--gold-light); border-left: 2px solid var(--gold); font-family: Georgia, serif; font-size: 18px; line-height: 1.55; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.contact-grid a { min-height: 75px; padding: 16px; display: flex; flex-direction: column; justify-content: center; gap: 6px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .2s ease; }
.contact-grid a:hover { background: rgba(255,255,255,.04); }
.contact-grid small { color: #69808c; font-family: Consolas, "Courier New", monospace; font-size: 7px; letter-spacing: .12em; }
.contact-grid strong { color: #dfe6e9; font-size: 11px; font-weight: 520; }

.cta-section { position: relative; overflow: hidden; color: white; background: #0b2132; border-top: 1px solid rgba(255,255,255,.08); }
.cta-grid { opacity: .18; mask-image: linear-gradient(to right, transparent, black, transparent); }
.cta-inner { min-height: 285px; position: relative; display: grid; grid-template-columns: 90px 1fr auto; gap: 34px; align-items: center; }
.cta-inner > img { width: 80px; height: 80px; border-radius: 12px; border: 1px solid rgba(215,180,92,.28); }
.cta-inner span { color: #7f939e; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.cta-inner h2 { margin: 11px 0 0; font-size: clamp(31px, 3.6vw, 48px); line-height: 1.06; letter-spacing: -.04em; }

footer { color: #758994; background: var(--navy-950); }
.footer-grid { min-height: 145px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; }
.footer-brand { display: inline-flex; align-items: center; gap: 13px; }
.footer-brand img { width: 48px; height: 48px; border-radius: 8px; }
.footer-brand span { display: flex; flex-direction: column; gap: 6px; }
.footer-brand strong { color: white; font-size: 14px; letter-spacing: .12em; }
.footer-brand small { color: #526b78; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > p { margin: 0; font-family: Consolas, "Courier New", monospace; font-size: 8px; letter-spacing: .1em; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; color: #a0afb6; font-size: 11px; }
.footer-bottom { min-height: 58px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .hero-layout { gap: 38px; }
  .system-card { padding: 18px; }
  .suite-strip-grid { overflow-x: auto; width: 100%; }
  .suite-strip a { min-width: 205px; }
  .pdf-layout, .workflow-layout, .about-layout, .studio-layout { gap: 60px; }
  .download-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-stage { min-height: 600px; }
  .showcase-slide > img { height: 510px; }
}

@media (max-width: 860px) {
  .desktop-nav, .desktop-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { max-width: 700px; }
  .system-card { width: min(100%, 610px); margin-inline: auto; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card { grid-column: auto; }
  .workflow-layout, .pdf-layout, .about-layout, .studio-layout { grid-template-columns: 1fr; }
  .studio-copy { max-width: 700px; }
  .studio-visual { width: min(100%, 760px); margin-inline: auto; }
  .showcase-stage { min-height: 515px; }
  .showcase-slide > img { height: 420px; }
  .showcase-tabs button { font-size: 7px; }
  .workflow-layout { gap: 55px; }
  .pdf-visual, .pdf-workspace { order: 2; min-height: 560px; }
  .about-layout { gap: 80px; }
  .portrait-wrap { width: min(520px, 86%); margin-inline: auto; }
  .cta-inner { grid-template-columns: 70px 1fr; padding-block: 55px; }
  .cta-inner > img { width: 66px; height: 66px; }
  .cta-inner .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .site-header { height: 68px; }
  .brand img { width: 38px; height: 38px; }
  .brand-copy small { display: none; }
  .hero-layout { min-height: auto; padding: 70px 0 60px; gap: 50px; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { flex-wrap: wrap; row-gap: 10px; }
  .system-card { padding: 15px; }
  .system-title { align-items: start; flex-direction: column; gap: 8px; }
  .system-split { grid-template-columns: 1fr; }
  .system-node { min-height: 61px; }
  .section { padding: 82px 0; }
  .section-heading h2, .pdf-copy h2, .workflow-copy h2, .about-copy h2 { font-size: 39px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { grid-column: auto; min-height: auto; }
  .product-card > p { min-height: auto; }
  .studio-facts { grid-template-columns: 1fr 1fr; }
  .studio-visual { padding: 6px; }
  .studio-visual figcaption { align-items: flex-start; flex-direction: column; gap: 8px; }
  .studio-visual figcaption strong { text-align: left; }
  .showcase-stage { min-height: 420px; }
  .showcase-slide > img { height: 285px; }
  .showcase-caption { min-height: 135px; padding: 16px; grid-template-columns: 1fr; gap: 8px; }
  .showcase-controls { padding: 9px; grid-template-columns: 40px 1fr 40px; gap: 7px; }
  .showcase-arrow { width: 38px; height: 38px; }
  .showcase-tabs button { min-height: 40px; font-size: 0; }
  .showcase-tabs button::after { content: ""; width: 5px; height: 5px; display: block; margin: auto; border-radius: 50%; background: #526c78; }
  .showcase-tabs button.is-active::after { background: var(--gold-light); box-shadow: 0 0 10px rgba(242,216,137,.45); }
  .pdf-real-view { transform: none; }
  .qa-proof { gap: 9px; }
  .qa-proof strong { font-size: 23px; }
  .qa-steps article { grid-template-columns: 30px 1fr; }
  .qa-steps article > i { display: none; }
  .pdf-visual, .pdf-workspace { min-height: 480px; transform: scale(.83); margin: -45px -40px; }
  .pdf-window { width: 470px; }
  .inline-actions { align-items: flex-start; flex-direction: column; }
  .download-grid { grid-template-columns: 1fr; }
  .download-card { min-height: 315px; }
  .safety-note { grid-template-columns: 1fr; gap: 8px; }
  .video-grid { grid-template-columns: 1fr; }
  .portrait-wrap { width: 100%; }
  .portrait-badge { right: 12px; bottom: -45px; min-width: 220px; }
  .about-copy { margin-top: 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; gap: 18px; text-align: left; }
  .cta-inner .button { grid-column: auto; }
  .footer-grid { padding: 45px 0; grid-template-columns: 1fr; gap: 24px; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { min-height: 80px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; }
}

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

:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
