:root {
  --midnight: #12243a;
  --ink: #2c2c2c;
  --muted: #6b7280;
  --amber: #b8864e;
  --amber-dark: #966b3a;
  --cream: #faf8f5;
  --warm: #f2efeb;
  --border: #e2dcd5;
  --white: #ffffff;
  --teal: #0d9488;
  --green: #059669;
  --shadow: 0 24px 80px rgba(18, 36, 58, 0.14);
  --deep-shadow: 0 34px 110px rgba(18, 36, 58, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(250, 248, 245, 0.88);
  border-bottom: 1px solid rgba(226, 220, 213, 0.76);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--midnight);
  font-size: 18px;
  font-weight: 750;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent),
    var(--midnight);
  border: 1px solid rgba(184, 134, 78, 0.32);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(18, 36, 58, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

nav {
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

nav a:hover { color: var(--midnight); }

.header-cta,
.secondary-action,
.primary-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.header-cta {
  padding: 0 18px;
  color: var(--white);
  background: var(--midnight);
}

.header-cta:hover { background: #1a3351; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 72px) 72px;
  background:
    linear-gradient(rgba(18, 36, 58, 0.05), rgba(18, 36, 58, 0.05)),
    radial-gradient(circle at 78% 16%, rgba(13, 148, 136, 0.18), transparent 28%),
    radial-gradient(circle at 42% 82%, rgba(184, 134, 78, 0.2), transparent 34%),
    linear-gradient(135deg, #fffaf3 0%, var(--cream) 42%, #e9f7f4 100%);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 860px;
  margin-bottom: 24px;
  color: var(--midnight);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.98;
  font-weight: 700;
}

h2 {
  color: var(--midnight);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 700;
}

h3 {
  color: var(--midnight);
  font-size: 18px;
  line-height: 1.25;
}

.hero-text {
  max-width: 680px;
  margin-bottom: 32px;
  color: #465363;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.primary-action {
  padding: 0 22px;
  color: var(--white);
  background: var(--amber);
  box-shadow: 0 14px 30px rgba(184, 134, 78, 0.24);
}

.primary-action:hover { background: var(--amber-dark); }

.secondary-action {
  padding: 0 20px;
  color: var(--midnight);
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid var(--border);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 7px 12px;
  color: var(--midnight);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 220, 213, 0.9);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.hero-product {
  position: relative;
  width: 100%;
  max-width: 660px;
  justify-self: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 220, 213, 0.92);
  border-radius: 14px;
  box-shadow: var(--deep-shadow);
  backdrop-filter: blur(16px);
  animation: floatPanel 7s ease-in-out infinite;
}

.hero-product::before {
  position: absolute;
  right: -46px;
  bottom: 40px;
  width: 138px;
  height: 138px;
  content: "";
  background: rgba(184, 134, 78, 0.18);
  border: 1px solid rgba(184, 134, 78, 0.24);
  border-radius: 28px;
  transform: rotate(14deg);
  z-index: -1;
}

.window-bar {
  display: flex;
  gap: 7px;
  padding: 8px 10px 12px;
}

.window-bar span {
  width: 9px;
  height: 9px;
  background: #d8d0c7;
  border-radius: 50%;
}

.product-shell {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 500px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.sidebar-preview {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 22px 16px;
  color: rgba(255, 255, 255, 0.66);
  background: var(--midnight);
}

.sidebar-preview strong {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 16px;
}

.sidebar-preview span {
  padding: 10px 11px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 750;
}

.sidebar-preview .active {
  color: var(--midnight);
  background: var(--white);
}

.dashboard-preview {
  padding: 22px;
  background:
    linear-gradient(rgba(250, 248, 245, 0.78), rgba(250, 248, 245, 0.78)),
    linear-gradient(135deg, #ffffff, #edf6f4);
}

.panel-topline,
.check-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.panel-topline {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.panel-topline strong { color: var(--green); }

.hero-metrics {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}

.readiness-ring {
  display: grid;
  width: min(196px, 56vw);
  aspect-ratio: 1;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, #ffffff 0 57%, transparent 58%),
    conic-gradient(var(--green) 0 86%, var(--warm) 86% 100%);
}

.readiness-ring span {
  color: var(--midnight);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 700;
}

.mini-cards,
.checklist,
.permission-list,
.score-board,
.story-stack {
  display: grid;
}

.mini-cards,
.checklist,
.permission-list,
.score-board {
  gap: 12px;
}

.mini-cards div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.mini-cards strong {
  color: var(--midnight);
  font-size: 20px;
}

.mini-cards span {
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.check-row {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.check-row > span {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border: 2px solid var(--border);
  border-radius: 50%;
}

.check-row.complete > span {
  background: var(--green);
  border-color: var(--green);
  box-shadow: inset 0 0 0 4px var(--cream);
}

.check-row strong {
  display: block;
  margin-bottom: 2px;
  color: var(--midnight);
  font-size: 14px;
}

.check-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.section,
.platform,
.feature-band,
.experience-section,
.readiness-band,
.cta-section,
footer {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.intro,
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.intro > p,
.feature-copy p,
.cta-section p,
.bullet-panel,
.readiness-band p {
  color: #465363;
  font-size: 18px;
}

.manual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(76px, 8vw, 120px);
}

.manual-grid article {
  position: relative;
  min-height: 260px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--border);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.manual-grid img {
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
}

.manual-grid article:hover,
.pillar-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 134, 78, 0.5);
  box-shadow: 0 22px 50px rgba(18, 36, 58, 0.1);
}

.manual-grid p,
.pillar-grid p,
.permission-list span,
.bullet-panel li,
footer p {
  color: var(--muted);
}

.experience-section { background: var(--white); }

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.story-stack { gap: 22px; }

.story-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 0.76fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(24px, 4vw, 46px);
  background: linear-gradient(135deg, var(--cream), #ffffff);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.story-card.reverse {
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 0.82fr);
}

.story-card h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 40px);
}

.story-card p {
  color: #465363;
  font-size: 17px;
}

.story-visual {
  position: relative;
  min-height: 360px;
  border-radius: 12px;
}

.document-visual {
  background:
    radial-gradient(circle at 18% 22%, rgba(184, 134, 78, 0.18), transparent 32%),
    linear-gradient(135deg, #12243a, #27496b);
}

.doc-card {
  position: absolute;
  width: 70%;
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.doc-card span,
.doc-card strong { display: block; }

.doc-card span {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
}

.doc-card strong {
  margin-bottom: 10px;
  color: var(--midnight);
  font-size: 20px;
}

.doc-card p {
  margin: 0;
  color: #465363;
  font-size: 14px;
}

.primary-doc {
  left: 9%;
  top: 72px;
}

.float-doc {
  right: 8%;
  top: 28px;
  width: 42%;
  padding: 16px;
  transform: rotate(6deg);
}

.float-doc.two {
  left: 12%;
  top: auto;
  bottom: 32px;
  transform: rotate(-5deg);
}

.thread-visual {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 28px;
  background:
    linear-gradient(rgba(13, 148, 136, 0.12), rgba(13, 148, 136, 0.12)),
    linear-gradient(135deg, #fff, #f2fbf9);
  border: 1px solid rgba(13, 148, 136, 0.22);
}

.message {
  max-width: 82%;
  padding: 16px 18px;
  border-radius: 14px;
  color: var(--midnight);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(18, 36, 58, 0.1);
}

.message.advisor {
  justify-self: end;
  color: var(--white);
  background: var(--midnight);
}

.attachment-pill {
  justify-self: center;
  padding: 10px 14px;
  color: var(--teal);
  background: #ffffff;
  border: 1px solid rgba(13, 148, 136, 0.26);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.thread-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.78fr);
  gap: 14px;
  align-items: center;
  max-width: 720px;
  justify-self: end;
}

.thread-context-card,
.thread-panel {
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.86));
  border: 1px solid rgba(226, 220, 213, 0.86);
  box-shadow: 0 18px 48px rgba(18, 36, 58, 0.09);
}

.thread-context-card {
  padding: 22px;
  border-radius: 20px;
}

.thread-context-card span,
.thread-header span,
.thread-note span,
.summary-strip span,
.sync-row span {
  display: block;
  color: var(--amber-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.thread-context-card strong {
  display: block;
  margin: 10px 0 12px;
  color: var(--midnight);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.08;
}

.thread-context-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.thread-panel {
  overflow: hidden;
  border-radius: 24px;
}

.thread-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  background:
    radial-gradient(circle at 90% 20%, rgba(13, 148, 136, 0.14), transparent 34%),
    linear-gradient(135deg, #fdfaf5, #edf8f5);
  border-bottom: 1px solid var(--border);
}

.thread-header strong {
  display: block;
  margin-top: 4px;
  color: var(--midnight);
  font-size: 18px;
  line-height: 1.2;
}

.thread-header em {
  align-self: flex-start;
  padding: 6px 10px;
  color: var(--green);
  background: #d1fae5;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.thread-timeline {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.thread-note {
  padding: 14px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.thread-note p {
  margin: 5px 0 0;
  color: #465363;
  font-size: 14px;
}

.advisor-note {
  background: #f0fbf7;
  border-color: rgba(5, 150, 105, 0.2);
}

.sync-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  background: var(--midnight);
  border-radius: 16px;
}

.sync-row strong {
  color: var(--white);
  font-size: 14px;
}

.sync-row span {
  color: rgba(255, 255, 255, 0.66);
  text-align: right;
}

.summary-strip {
  padding: 18px 20px 20px;
  background: #f8efe4;
  border-top: 1px solid rgba(184, 134, 78, 0.2);
}

.summary-strip p {
  margin: 6px 0 0;
  color: var(--midnight);
  font-size: 14px;
}

.search-visual {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(13, 148, 136, 0.16), transparent 30%),
    linear-gradient(135deg, #12243a, #203c5d);
  border: 1px solid rgba(18, 36, 58, 0.14);
  box-shadow: 0 22px 70px rgba(18, 36, 58, 0.16);
  overflow: hidden;
}

.search-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px 12px;
  color: rgba(255, 255, 255, 0.68);
}

.search-panel-top span {
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.search-panel-top strong {
  color: var(--white);
  font-size: 14px;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 24px 4px;
  padding: 18px 20px;
  color: var(--midnight);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  font-weight: 800;
}

.search-icon {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--amber);
  border-radius: 50%;
}

.search-icon::after {
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 10px;
  height: 2px;
  content: "";
  background: var(--amber);
  border-radius: 999px;
  transform: rotate(45deg);
}

.search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 24px 10px;
}

.search-filters span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
}

.result-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 24px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.result-row:last-child {
  margin-bottom: 24px;
}

.result-row div {
  min-width: 0;
}

.result-row strong,
.result-row small {
  display: block;
}

.result-row strong {
  color: var(--midnight);
  font-size: 15px;
  line-height: 1.2;
}

.result-row small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.result-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--amber);
  border-radius: 12px;
}

.result-icon::before {
  font-size: 18px;
  line-height: 1;
}

.home-icon::before {
  content: "⌂";
}

.thread-icon {
  background: var(--teal);
}

.thread-icon::before {
  content: "↔";
}

.file-icon {
  background: var(--midnight);
}

.file-icon::before {
  content: "▣";
}

.platform {
  background:
    linear-gradient(rgba(250, 248, 245, 0.86), rgba(250, 248, 245, 0.86)),
    linear-gradient(135deg, #f7efe4, #e8f5f2);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pillar-grid article {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 22px;
  color: var(--white);
  background: var(--midnight);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
}

.icon img {
  width: 24px;
  height: 24px;
}

.readiness-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.62fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  background:
    radial-gradient(circle at 15% 16%, rgba(13, 148, 136, 0.13), transparent 34%),
    linear-gradient(135deg, #fff, #f6efe6);
}

.readiness-band p { max-width: 680px; }

.score-board div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 16px 42px rgba(18, 36, 58, 0.08);
}

.score-board strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.score-board span {
  color: var(--midnight);
  font-weight: 800;
}

.feature-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(340px, 0.72fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--midnight);
}

.feature-band::after {
  position: absolute;
  right: -80px;
  top: -120px;
  width: 360px;
  height: 360px;
  content: "";
  background: rgba(13, 148, 136, 0.18);
  border-radius: 50%;
}

.feature-band h2,
.feature-band .eyebrow { color: var(--white); }

.feature-copy p { color: rgba(255, 255, 255, 0.76); }

.permission-list {
  position: relative;
  z-index: 1;
}

.permission-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.permission-list strong { white-space: nowrap; }

.permission-list span {
  color: rgba(255, 255, 255, 0.66);
  text-align: right;
}

.bullet-panel {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.bullet-panel ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.bullet-panel li {
  position: relative;
  padding-left: 24px;
}

.bullet-panel li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--amber);
  border-radius: 50%;
}

.cta-section {
  text-align: center;
  background:
    radial-gradient(circle at 50% 10%, rgba(184, 134, 78, 0.18), transparent 34%),
    linear-gradient(180deg, var(--white), var(--cream));
}

.cta-section h2,
.cta-section p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.cta-section p { margin-bottom: 28px; }

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid var(--border);
}

footer span {
  color: var(--midnight);
  font-weight: 850;
}

footer p {
  max-width: 560px;
  margin: 0;
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 120ms; }
.delay-2 { transition-delay: 220ms; }
.delay-3 { transition-delay: 320ms; }

@keyframes floatPanel {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header { align-items: flex-start; }
  nav { display: none; }

  .hero,
  .intro,
  .split,
  .story-card,
  .story-card.reverse,
  .thread-showcase,
  .readiness-band,
  .feature-band {
    grid-template-columns: 1fr;
  }

  .hero { min-height: 0; }
  .hero-product { max-width: none; }

  .manual-grid,
  .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header { padding: 14px 18px; }
  .brand span { display: none; }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  h1 { font-size: 43px; }
  .hero { padding: 46px 18px 56px; }

  .hero-actions,
  .primary-action,
  .secondary-action { width: 100%; }

  .product-shell { grid-template-columns: 1fr; }
  .sidebar-preview { display: none; }
  .hero-metrics { grid-template-columns: 1fr; }
  .readiness-ring { justify-self: center; }

  .section,
  .platform,
  .feature-band,
  .experience-section,
  .readiness-band,
  .cta-section,
  footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .manual-grid,
  .pillar-grid {
    grid-template-columns: 1fr;
  }

  .manual-grid {
    padding-right: 18px;
    padding-left: 18px;
  }

  .manual-grid article { min-height: 0; }
  .story-visual { min-height: 300px; }
  .doc-card { width: 78%; }
  .float-doc { width: 54%; }

  .result-row,
  .score-board div,
  .permission-list div,
  .sync-row,
  footer {
    display: grid;
  }

  .result-row span,
  .sync-row span,
  .permission-list span,
  footer p {
    text-align: left;
  }
}

/* Premium wide-screen refinement */
body {
  font-size: 16px;
}

.site-header {
  padding: 20px clamp(28px, 5vw, 86px);
}

.brand {
  font-size: 21px;
}

.brand img {
  width: 38px;
  height: 38px;
}

nav {
  gap: 34px;
  font-size: 16px;
}

.header-cta,
.secondary-action,
.primary-action {
  min-height: 50px;
  border-radius: 10px;
  font-size: 15px;
}

.header-cta {
  padding: 0 24px;
}

@media (min-width: 1100px) {
  .hero {
    position: relative;
    grid-template-columns: minmax(560px, 0.94fr) minmax(560px, 0.9fr);
    gap: clamp(42px, 5vw, 88px);
    min-height: min(900px, calc(100vh - 86px));
    max-width: 1720px;
    margin: 0 auto;
    padding: clamp(70px, 8vw, 124px) clamp(28px, 5vw, 86px) 86px;
  }

  h1 {
    font-size: clamp(60px, 5.8vw, 96px);
  }

  h2 {
    font-size: clamp(40px, 4vw, 62px);
  }

  .hero-text {
    max-width: 760px;
    font-size: clamp(21px, 1.45vw, 27px);
  }

  .trust-row span {
    padding: 9px 15px;
    font-size: 14px;
  }

  .hero-product {
    max-width: 760px;
    border-radius: 24px;
  }

  .product-shell {
    grid-template-columns: 178px minmax(0, 1fr);
    min-height: 570px;
    border-radius: 18px;
  }

  .sidebar-preview {
    padding: 26px 18px;
  }

  .sidebar-preview strong {
    font-size: 18px;
  }

  .sidebar-preview span {
    padding: 12px 13px;
    border-radius: 12px;
    font-size: 13px;
  }

  .dashboard-preview {
    padding: 28px;
  }

  .readiness-ring {
    width: min(230px, 56vw);
  }

  .readiness-ring span {
    font-size: 66px;
  }

  .mini-cards div,
  .check-row {
    border-radius: 14px;
  }

  .mini-cards div {
    padding: 15px 16px;
  }

  .mini-cards strong {
    font-size: 24px;
  }

  .check-row {
    padding: 16px;
  }

  .check-row strong {
    font-size: 15px;
  }

  .check-row p,
  .mini-cards span {
    font-size: 14px;
  }

  .section,
  .platform,
  .feature-band,
  .experience-section,
  .readiness-band,
  .cta-section,
  footer {
    padding: clamp(84px, 8vw, 132px) clamp(28px, 5vw, 86px);
  }

  .intro,
  .split,
  .platform > *,
  .story-card,
  .manual-grid {
    max-width: 1540px;
    margin-right: auto;
    margin-left: auto;
  }

  .intro,
  .split {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.7fr);
  }

  .intro > p,
  .feature-copy p,
  .cta-section p,
  .bullet-panel,
  .readiness-band p {
    font-size: clamp(19px, 1.2vw, 23px);
  }

  .manual-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-right: clamp(28px, 5vw, 86px);
    padding-left: clamp(28px, 5vw, 86px);
  }

  .manual-grid article {
    min-height: 320px;
    padding: 32px;
    background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.76));
    border: 1px solid rgba(226, 220, 213, 0.76);
    border-radius: 22px;
  }

  .manual-grid img {
    width: 38px;
    height: 38px;
    margin-bottom: 32px;
  }

  .manual-grid p,
  .pillar-grid p,
  .permission-list span,
  .bullet-panel li,
  footer p {
    font-size: 16px;
  }

  .section-heading {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .story-card {
    grid-template-columns: minmax(460px, 0.86fr) minmax(420px, 0.72fr);
    padding: clamp(36px, 4vw, 64px);
    border-radius: 28px;
    border-color: rgba(226, 220, 213, 0.74);
  }

  .story-card.reverse {
    grid-template-columns: minmax(420px, 0.72fr) minmax(460px, 0.86fr);
  }

  .story-card h3 {
    font-size: clamp(34px, 3vw, 48px);
  }

  .story-card p {
    font-size: clamp(18px, 1.15vw, 21px);
  }

  .story-visual {
    min-height: 430px;
    border-radius: 24px;
  }

  .doc-card {
    border-radius: 18px;
  }

  .doc-card strong {
    font-size: 23px;
  }

  .message {
    border-radius: 20px;
    font-size: 17px;
  }

  .story-card.reverse {
    grid-template-columns: minmax(460px, 0.76fr) minmax(540px, 0.76fr);
  }

  .thread-showcase {
    max-width: 700px;
  }

  .search-bar {
    font-size: 18px;
  }

  .result-row,
  .pillar-grid article,
  .score-board div,
  .permission-list div,
  .bullet-panel {
    border-radius: 20px;
  }

  .pillar-grid {
    gap: 22px;
  }

  .pillar-grid article {
    padding: 36px;
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(226, 220, 213, 0.72);
  }

  .icon {
    width: 52px;
    height: 52px;
    font-size: 13px;
  }

  .icon img {
    width: 28px;
    height: 28px;
  }

  .readiness-band,
  .feature-band {
    grid-template-columns: minmax(520px, 0.84fr) minmax(420px, 0.72fr);
  }

  .score-board div,
  .permission-list div {
    padding: 22px;
  }

  .score-board strong {
    font-size: 40px;
  }

  .bullet-panel {
    padding: 36px;
  }

  .cta-section h2,
  .cta-section p {
    max-width: 880px;
  }
}

/* Advisor channel section */
.advisor-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 0.86fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  padding: clamp(72px, 8vw, 124px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 78% 28%, rgba(184, 134, 78, 0.16), transparent 30%),
    linear-gradient(135deg, #fdf9f2, #eef8f5);
}

.advisor-copy p {
  max-width: 720px;
  color: #465363;
  font-size: 18px;
}

.advisor-flow {
  display: grid;
  gap: 14px;
}

.advisor-flow article {
  display: grid;
  grid-template-columns: 54px minmax(0, 0.56fr) minmax(260px, 0.9fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(226, 220, 213, 0.78);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(18, 36, 58, 0.08);
}

.advisor-flow span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--midnight);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 850;
}

.advisor-flow strong {
  color: var(--midnight);
  font-size: 17px;
}

.advisor-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

@media (min-width: 1100px) {
  .advisor-section {
    grid-template-columns: minmax(520px, 0.84fr) minmax(420px, 0.72fr);
    padding: clamp(84px, 8vw, 132px) clamp(28px, 5vw, 86px);
  }

  .advisor-section > * {
    max-width: 1540px;
  }

  .advisor-copy p {
    font-size: clamp(19px, 1.2vw, 23px);
  }

  .advisor-flow article {
    grid-template-columns: 60px minmax(170px, 0.5fr) minmax(280px, 0.9fr);
    padding: 22px;
    border-radius: 20px;
  }

  .advisor-flow strong {
    font-size: 18px;
  }

  .advisor-flow p {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .advisor-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .advisor-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .advisor-flow article {
    grid-template-columns: 1fr;
  }
}

/* Header and advisor CTAs */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.login-cta,
.advisor-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.login-cta {
  padding: 0 18px;
  color: var(--midnight);
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(18, 36, 58, 0.18);
}

.login-cta:hover {
  border-color: rgba(18, 36, 58, 0.34);
  background: rgba(255, 255, 255, 0.72);
}

.advisor-cta {
  margin-top: 8px;
  padding: 0 20px;
  color: var(--midnight);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(18, 36, 58, 0.18);
}

.advisor-cta:hover {
  background: var(--white);
  border-color: rgba(184, 134, 78, 0.52);
}

@media (min-width: 1100px) {
  .login-cta,
  .advisor-cta {
    min-height: 50px;
    border-radius: 10px;
    font-size: 15px;
  }

  .login-cta {
    padding: 0 22px;
  }
}

@media (max-width: 640px) {
  .header-actions {
    gap: 8px;
  }

  .login-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
}

/* Legacy layer */
.legacy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.82fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  padding: clamp(72px, 8vw, 124px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 18%, rgba(184, 134, 78, 0.17), transparent 30%),
    linear-gradient(135deg, #12243a, #1e3a5a);
  overflow: hidden;
}

.legacy-section .eyebrow,
.legacy-section h2 {
  color: var(--white);
}

.legacy-copy p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.legacy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.legacy-tags span {
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.legacy-visual {
  position: relative;
  min-height: 470px;
}

.letter-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
}

.open-letter {
  left: 0;
  top: 42px;
  width: 66%;
  padding: 28px;
  transform: rotate(-3deg);
}

.sealed-letter {
  right: 0;
  top: 128px;
  width: 58%;
  padding: 28px;
  transform: rotate(4deg);
}

.letter-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 52px;
}

.letter-card span {
  display: block;
  color: var(--amber-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.letter-card strong {
  display: block;
  color: var(--midnight);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.05;
}

.letter-card p {
  margin: 14px 0 0;
  color: #465363;
  font-size: 15px;
}

.seal-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 20px;
  background: var(--amber);
  border-radius: 50%;
}

.seal-icon img {
  width: 26px;
  height: 26px;
}

.legacy-note {
  position: absolute;
  left: 8%;
  bottom: 26px;
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 430px;
  padding: 16px 18px;
  color: var(--midnight);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 750;
}

.legacy-note img {
  width: 24px;
  height: 24px;
}

@media (min-width: 1100px) {
  .legacy-section {
    grid-template-columns: minmax(520px, 0.84fr) minmax(520px, 0.76fr);
    padding: clamp(84px, 8vw, 132px) clamp(28px, 5vw, 86px);
  }

  .legacy-section > * {
    max-width: 1540px;
  }

  .legacy-copy p {
    font-size: clamp(19px, 1.2vw, 23px);
  }
}

@media (max-width: 980px) {
  .legacy-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .legacy-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .legacy-visual {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .letter-card,
  .legacy-note {
    position: static;
    width: 100%;
    transform: none;
  }
}

/* Audit trail section */
.audit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 0.78fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  padding: clamp(72px, 8vw, 124px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 80% 20%, rgba(13, 148, 136, 0.12), transparent 32%),
    linear-gradient(135deg, #ffffff, #f7efe4);
}

.audit-copy p {
  max-width: 720px;
  color: #465363;
  font-size: 18px;
}

.audit-log {
  position: relative;
  display: grid;
  gap: 14px;
}

.audit-log::before {
  position: absolute;
  left: 23px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  content: "";
  background: rgba(184, 134, 78, 0.28);
}

.audit-log div {
  position: relative;
  padding: 18px 18px 18px 66px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(226, 220, 213, 0.78);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(18, 36, 58, 0.08);
}

.audit-log div::before {
  position: absolute;
  left: 15px;
  top: 22px;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--amber);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(184, 134, 78, 0.28);
}

.audit-log span {
  display: block;
  margin-bottom: 6px;
  color: var(--amber-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.audit-log strong {
  display: block;
  color: var(--midnight);
  font-size: 17px;
}

.audit-log p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}

@media (min-width: 1100px) {
  .audit-section {
    grid-template-columns: minmax(520px, 0.84fr) minmax(420px, 0.72fr);
    padding: clamp(84px, 8vw, 132px) clamp(28px, 5vw, 86px);
  }

  .audit-copy p {
    font-size: clamp(19px, 1.2vw, 23px);
  }

  .audit-log div {
    padding: 22px 22px 22px 70px;
    border-radius: 20px;
  }
}

@media (max-width: 980px) {
  .audit-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .audit-section {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* Decision history section */
.decision-section {
  display: grid;
  grid-template-columns: minmax(420px, 0.78fr) minmax(0, 0.78fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  padding: clamp(72px, 8vw, 124px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 16% 20%, rgba(184, 134, 78, 0.16), transparent 34%),
    linear-gradient(135deg, #fdfaf5, #ffffff);
}

.decision-copy p {
  max-width: 720px;
  color: #465363;
  font-size: 18px;
}

.decision-visual {
  position: relative;
  min-height: 430px;
}

.decision-card {
  position: absolute;
  padding: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 220, 213, 0.82);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(18, 36, 58, 0.12);
}

.decision-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--amber-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.decision-card strong {
  display: block;
  color: var(--midnight);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.08;
}

.decision-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.main-decision {
  left: 6%;
  top: 24px;
  width: 68%;
  background: linear-gradient(135deg, #ffffff, #f8efe4);
}

.linked-thread {
  right: 0;
  top: 170px;
  width: 52%;
  border-color: rgba(13, 148, 136, 0.26);
}

.outcome-card {
  left: 0;
  bottom: 18px;
  width: 48%;
  background: #f0fbf7;
  border-color: rgba(5, 150, 105, 0.22);
}

@media (min-width: 1100px) {
  .decision-section {
    grid-template-columns: minmax(520px, 0.76fr) minmax(520px, 0.78fr);
    padding: clamp(84px, 8vw, 132px) clamp(28px, 5vw, 86px);
  }

  .decision-copy p {
    font-size: clamp(19px, 1.2vw, 23px);
  }
}

@media (max-width: 980px) {
  .decision-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .decision-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .decision-visual {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .decision-card {
    position: static;
    width: 100%;
  }
}
