:root {
  --bg: #050505;
  --panel: #111214;
  --panel-2: #181a1d;
  --text: #ffffff;
  --muted: #c9c9c9;
  --soft: #8d8f94;
  --red: #e4141b;
  --red-bright: #ff2630;
  --red-dark: #9d090e;
  --line: rgba(255,255,255,.14);
  --line-dark: rgba(255,255,255,.08);
  --shadow: 0 28px 80px rgba(0,0,0,.55);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 30% 0%, #1a1a1a, #050505 38%);
  padding-bottom: env(safe-area-inset-bottom);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.trust-bar {
  min-height: 30px;
  padding: 6px min(5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  color: #e9e9e9;
  background: #050505;
  border-bottom: 1px solid var(--line-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .01em;
}
.trust-bar span:first-child { color: #ffc400; letter-spacing: .12em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 82px;
  padding: 12px min(5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 28px rgba(0,0,0,.15);
}
.brand img {
  display: block;
  width: clamp(150px, 14vw, 230px);
  height: auto;
}
.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.45vw, 26px);
  color: #151515;
  font-size: .98rem;
  font-weight: 800;
}
.nav a:not(.nav-cta):hover { color: var(--red); }
.menu-button { display: none; }

.nav-phone {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #050505;
  font-size: clamp(1.18rem, 1.35vw, 1.46rem);
  font-weight: 950;
  letter-spacing: -.03em;
}
.nav-phone::before {
  content: "☎";
  margin-right: 8px;
  color: var(--red);
  font-size: 1rem;
}
.nav-phone:hover { color: var(--red); }

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  font-weight: 950;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.nav-cta,
.primary {
  color: #fff;
  background: linear-gradient(180deg, #ff2028, #b6080e);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 18px 38px rgba(228,20,27,.24);
}
.nav-cta::before,
.primary::before {
  content: "▣";
  margin-right: 12px;
  font-size: .92rem;
}
.secondary {
  color: #fff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.22);
}
.nav-cta:hover,
.primary:hover { background: linear-gradient(180deg, #ff343a, #c70b11); transform: translateY(-1px); }
.secondary:hover { background: rgba(255,255,255,.13); transform: translateY(-1px); }

.hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  padding: clamp(58px, 8vw, 110px) min(5vw, 76px) clamp(88px, 9vw, 130px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.68) 52%, rgba(0,0,0,.38)),
    url("assets/clinical-office-bg.jpg") center right / cover no-repeat;
  filter: saturate(.72) contrast(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 18%, rgba(228,20,27,.20), transparent 33%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}
.eyebrow {
  margin: 0 0 18px;
  color: #ff3f45;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 950;
}
h1 {
  max-width: 880px;
  margin-bottom: 28px;
  font-size: clamp(3.05rem, 5.45vw, 6.65rem);
  line-height: .94;
  letter-spacing: -.005em;
  word-spacing: 0.1em;
}
.subhead {
  max-width: 760px;
  color: #eeeeee;
  font-size: clamp(1.1rem, 1.38vw, 1.36rem);
  line-height: 1.7;
  margin-bottom: 34px;
}
.narrow { max-width: 820px; }
.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.hero-call { font-size: 1.06rem; }
.reviews-link {
  font-weight: 950;
  font-size: 1.04rem;
  white-space: nowrap;
}
.reviews-link::after {
  content: " →";
  color: var(--red-bright);
  font-size: 1.6rem;
  vertical-align: -2px;
}
.review-strip {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  color: #ededed;
  font-size: 1.02rem;
}
.stars { color: #ffc400; letter-spacing: .08em; white-space: nowrap; }
.red-sweep {
  position: absolute;
  z-index: 4;
  left: -5vw;
  right: -5vw;
  bottom: -62px;
  height: 155px;
  background: linear-gradient(100deg, transparent 0 22%, #a3060a 23%, #ff1f27 49%, #470304 72%, transparent 73%);
  transform: skewY(-5deg);
  box-shadow: 0 -10px 26px rgba(228,20,27,.16);
}

.hero-form-card {
  position: relative;
  z-index: 5;
  padding: 30px;
  background: rgba(255,255,255,.96);
  color: #141414;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: 0 30px 75px rgba(0,0,0,.45);
}
.hero-form-card h2,
.form-card-large h2 {
  margin-bottom: 6px;
  font-size: clamp(1.65rem, 2.1vw, 2.3rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.hero-form-card p { color: #4e4e4e; line-height: 1.5; }
.consult-form {
  display: grid;
  gap: 13px;
}
.consult-form label {
  display: grid;
  gap: 6px;
  color: #202020;
  font-size: .88rem;
  font-weight: 850;
}
.consult-form input,
.consult-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 12px 13px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 8px;
  background: #fff;
  color: #151515;
  font: inherit;
  resize: vertical;
}
.consult-form input:focus,
.consult-form textarea:focus {
  outline: 2px solid rgba(228,20,27,.35);
  border-color: rgba(228,20,27,.65);
}
.form-submit { width: 100%; margin-top: 4px; }
.form-note {
  margin: 14px 0 0;
  font-size: .82rem;
  color: #676767;
  text-align: center;
}

.quick-value,
.section,
.split,
.reviews-section,
.buildout,
.consult,
.faq,
.contact-section,
footer {
  width: min(1380px, calc(100% - 72px));
  margin-left: auto;
  margin-right: auto;
}
.quick-value {
  position: relative;
  z-index: 8;
  margin-top: -24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, rgba(29,31,35,.96), rgba(12,13,15,.96));
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.quick-value article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  padding: 32px 28px;
  border-right: 1px solid var(--line);
}
.quick-value article:last-child { border-right: 0; }
.icon {
  grid-row: span 2;
  color: var(--red-bright);
  font-size: 2.4rem;
  line-height: 1;
}
.quick-value h2 {
  margin-bottom: 8px;
  font-size: 1.23rem;
  letter-spacing: -.035em;
}
.quick-value p {
  color: #d4d4d4;
  line-height: 1.55;
  margin-bottom: 0;
}

.section { padding: 108px 0 38px; }
.section.compact { padding-bottom: 90px; }
.no-top-padding { padding-top: 0; }
.section h2,
.split h2,
.consult h2,
.contact-card h2,
.reviews-section h2,
.buildout h2,
.faq h2 {
  max-width: 920px;
  font-size: clamp(2.35rem, 4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.005em;
  word-spacing: 0.1em;
}
.section-intro {
  max-width: 900px;
  color: #d6d6d6;
  font-size: 1.18rem;
  line-height: 1.75;
}
.service-grid,
.belief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}
.belief-grid { grid-template-columns: repeat(3, 1fr); }
.service-grid article,
.belief-grid article,
.contact-card,
.service-list article,
.review-cards article {
  padding: 30px;
  background: linear-gradient(180deg, rgba(26,28,31,.92), rgba(12,13,15,.92));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.service-grid article { min-height: 235px; }
.service-grid h3,
.belief-grid h3 { font-size: 1.35rem; }
.service-grid p,
.belief-grid p { color: var(--muted); line-height: 1.58; }
.center-actions { margin-top: 34px; }

.reviews-section {
  padding: 86px 0 88px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.reviews-header {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 30px;
}
.reviews-header .eyebrow { grid-column: 1 / -1; margin-bottom: -24px; }
.reviews-header h2 { margin-bottom: 0; }
.reviews-header p {
  color: #d3d3d3;
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.review-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}
.review-cards p {
  color: #e2e2e2;
  line-height: 1.65;
  margin: 16px 0;
}
.review-cards span {
  color: var(--soft);
  font-size: .9rem;
  font-weight: 800;
}
.reviews-button { display: inline-flex; }

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  padding: 92px 0 110px;
  align-items: start;
}
.about-split { padding-top: 50px; }
.feature-split { padding-bottom: 90px; }
.split-copy {
  color: #dadada;
  font-size: 1.2rem;
  line-height: 1.8;
}

.buildout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: stretch;
  margin-bottom: 90px;
  padding: clamp(34px, 4vw, 58px);
  background:
    radial-gradient(circle at 80% 8%, rgba(228,20,27,.18), transparent 36%),
    linear-gradient(180deg, rgba(20,22,26,.96), rgba(6,7,9,.96));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.buildout-copy p {
  color: #d7d7d7;
  font-size: 1.1rem;
  line-height: 1.72;
}
.check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  color: #e3e3e3;
  line-height: 1.55;
}
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red-bright);
  font-weight: 950;
}
.buildout-image {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: #090a0c;
  min-height: 420px;
}
.buildout-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.page-hero {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto;
  padding: 92px 0 76px;
}
.page-hero h1 { max-width: 1120px; }
.contact-hero { padding-bottom: 52px; }

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.service-list article { min-height: 450px; }
.service-number {
  display: inline-block;
  margin-bottom: 28px;
  color: #ff3f45;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .2em;
}
.service-list h2 {
  max-width: 600px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.03;
  letter-spacing: -.055em;
}
.service-list p {
  color: #e0e0e0;
  font-size: 1.08rem;
  line-height: 1.65;
}
.service-list ul,
.contact-card ul {
  margin: 22px 0 0;
  padding-left: 20px;
  color: #d4d4d4;
  line-height: 1.9;
}

.consult {
  text-align: center;
  padding: 78px 34px;
  margin-bottom: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(228,20,27,.22), transparent 42%),
    linear-gradient(180deg, #191b1f, #0a0a0b);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.consult .eyebrow { margin-bottom: 12px; }
.consult h2,
.contact-card h2 { margin-left: auto; margin-right: auto; }
.consult p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #d4d4d4;
  font-size: 1.1rem;
  line-height: 1.7;
}
.consult-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 980px;
  margin: 0 auto 28px;
}
.consult-points span {
  padding: 14px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  color: #eeeeee;
  font-weight: 850;
}
.consult-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.faq {
  padding: 58px 0 88px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 950;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  color: var(--red-bright);
  font-size: 1.5rem;
}
.faq details[open] summary::after { content: "−"; }
.faq p {
  max-width: 980px;
  color: #d4d4d4;
  line-height: 1.7;
  margin: 16px 0 0;
}

.contact-section {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  padding-bottom: 90px;
}
.contact-card p {
  color: #d6d6d6;
  font-size: 1.12rem;
  line-height: 1.75;
}
.form-card-large {
  background: rgba(255,255,255,.96);
  color: #151515;
}
.form-card-large p { color: #4e4e4e; }
.muted-card {
  background: linear-gradient(180deg, rgba(20,21,24,.92), rgba(8,9,10,.92));
}
.contact-card .big-phone {
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 950;
  letter-spacing: -.06em;
  line-height: 1.05;
  margin-bottom: 16px;
}
.big-phone a { color: #fff; }
.big-phone a:hover { color: var(--red-bright); }
.contact-card .contact-list { margin-top: 30px; }

.mobile-call {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 60;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #ff2028, #b6080e);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  font-weight: 950;
}

footer {
  text-align: center;
  color: var(--soft);
  padding: 8px 0 42px;
  line-height: 1.6;
}

@media (max-width: 1160px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .nav { flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; }
  .hero-form-card { max-width: 620px; }
  .quick-value { grid-template-columns: repeat(2, 1fr); }
  .quick-value article:nth-child(2) { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-header,
  .split,
  .buildout,
  .contact-section { grid-template-columns: 1fr; }
  .reviews-header .eyebrow { margin-bottom: -10px; }
  .review-cards,
  .consult-points { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body { padding-bottom: 78px; }
  .trust-bar {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    gap: 18px;
    padding: 7px 16px;
  }
  .site-header {
    padding: 12px 18px;
    min-height: auto;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .brand img { width: 150px; }
  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    color: #151515;
    background: #fff;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 8px;
    font-weight: 900;
  }
  .nav {
    display: none;
    width: 100%;
    gap: 12px;
    font-size: .98rem;
  }
  body.menu-open .nav { display: flex; flex-direction: column; align-items: stretch; }
  .nav a:not(.nav-cta) {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px;
  }
  .nav .nav-phone {
    min-height: 52px;
    padding: 0 16px;
    border: 2px solid rgba(228,20,27,.45);
    background: #fff;
    justify-content: center;
    width: 100%;
    font-size: 1.55rem;
  }
  .nav-cta { width: 100%; }
  .hero {
    min-height: auto;
    padding: 52px 18px 90px;
    gap: 28px;
  }
  h1 { font-size: 3.05rem; }
  .subhead { font-size: 1.06rem; }
  .hero-actions { gap: 12px; }
  .hero-actions .button,
  .reviews-link { width: 100%; }
  .reviews-link { min-height: 46px; display: flex; align-items: center; }
  .review-strip { font-size: .96rem; }
  .hero-form-card { padding: 22px; }
  .quick-value,
  .section,
  .split,
  .reviews-section,
  .buildout,
  .consult,
  .faq,
  .contact-section,
  .page-hero,
  footer { width: calc(100% - 28px); }
  .quick-value { grid-template-columns: 1fr; margin-top: -14px; }
  .quick-value article { border-right: 0; border-bottom: 1px solid var(--line); grid-template-columns: 42px 1fr; padding: 26px 22px; }
  .quick-value article:last-child { border-bottom: 0; }
  .service-grid,
  .belief-grid,
  .service-list,
  .review-cards,
  .consult-points { grid-template-columns: 1fr; }
  .section { padding-top: 78px; }
  .service-list article { min-height: auto; }
  .reviews-section { padding: 72px 0; }
  .split { gap: 28px; padding: 74px 0; }
  .buildout { padding: 26px 20px; margin-bottom: 62px; }
  .buildout-image { min-height: 280px; }
  .consult { padding: 58px 20px; }
  .consult-actions .button { width: 100%; }
  .page-hero { padding: 68px 0 52px; }
  .contact-section { padding-bottom: 62px; }
  .mobile-call { display: flex; }
}

/* New Office Technology Timeline page */
.timeline-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(54px, 7vw, 96px) min(5vw, 76px) clamp(44px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .8fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 24%, rgba(228,20,27,.18), transparent 30%),
    linear-gradient(135deg, #17181b 0%, #08090b 62%, #050505 100%);
  border-bottom: 1px solid var(--line-dark);
}
.timeline-hero-copy {
  max-width: 850px;
}
.timeline-hero-actions {
  margin-bottom: 0;
}
.timeline-hero-visual {
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 34px 90px rgba(0,0,0,.48);
  background: #08090a;
}
.timeline-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,5,5,.36), transparent 36%),
    radial-gradient(circle at 82% 18%, rgba(255,38,48,.18), transparent 32%);
}
.timeline-hero-visual img {
  display: block;
  width: 100%;
  height: clamp(420px, 48vw, 620px);
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.08);
}
.decision-panel,
.timeline-section,
.resource-callout {
  width: min(1380px, calc(100% - 72px));
  margin-left: auto;
  margin-right: auto;
}
.decision-panel {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 38px;
  align-items: start;
  padding: clamp(30px, 4vw, 54px);
  margin-bottom: 72px;
  background:
    radial-gradient(circle at 90% 0%, rgba(228,20,27,.16), transparent 38%),
    linear-gradient(180deg, rgba(24,26,30,.96), rgba(7,8,10,.96));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.decision-panel h2,
.timeline-intro h2,
.resource-callout h2 {
  max-width: 900px;
  font-size: clamp(2.05rem, 3.4vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -.005em;
  word-spacing: .1em;
}
.decision-panel p,
.timeline-intro p,
.resource-callout p {
  color: #d4d4d4;
  font-size: 1.1rem;
  line-height: 1.72;
}
.decision-list {
  margin: 6px 0 0;
  padding: 0;
}
.timeline-section {
  padding-bottom: 42px;
}
.timeline-intro {
  max-width: 960px;
  margin-bottom: 30px;
}
.timeline-accordion {
  display: grid;
  gap: 10px;
  max-width: 980px;
}
.timeline-accordion details {
  overflow: hidden;
  background: rgba(255,255,255,.93);
  color: #141414;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0,0,0,.16);
}
.timeline-accordion summary {
  min-height: 72px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 1.1rem;
  font-weight: 950;
}
.timeline-accordion summary::-webkit-details-marker { display: none; }
.timeline-accordion summary::after {
  content: "+";
  color: var(--red-bright);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.timeline-accordion details[open] summary::after { content: "−"; }
.timeline-content {
  padding: 0 28px 30px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.timeline-content h3 {
  margin: 24px 0 12px;
  font-size: 1.38rem;
  letter-spacing: -.03em;
}
.timeline-content ul {
  margin: 0;
  padding-left: 22px;
  color: #303030;
  line-height: 1.75;
}
.timeline-content li { margin-bottom: 7px; }
.timeline-note {
  margin: 22px 0 0;
  padding: 16px 18px;
  color: #191919;
  background: rgba(228,20,27,.08);
  border-left: 4px solid var(--red);
  border-radius: 6px;
  line-height: 1.6;
}
.resource-callout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 4vw, 52px);
  margin-bottom: 78px;
  background:
    radial-gradient(circle at 86% 0%, rgba(228,20,27,.18), transparent 36%),
    linear-gradient(180deg, rgba(24,26,30,.96), rgba(8,9,11,.96));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.resource-callout h2 { margin-bottom: 18px; }
.resource-callout p { margin-bottom: 0; }
.resource-actions,
.buildout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
}
.resource-actions { justify-content: flex-end; }

/* Download checklist panel */
.download-checklist-panel {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto 78px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f3f4f6 100%);
  color: #111827;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 4vw, 48px);
}
.download-checklist-panel .eyebrow {
  margin-bottom: 12px;
  color: var(--red);
}
.download-checklist-panel h2 {
  margin: 0 0 12px;
  max-width: 760px;
  color: #111827;
  font-size: clamp(1.75rem, 2.65vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -.025em;
  word-spacing: .05em;
}
.download-checklist-panel p {
  margin: 0;
  max-width: 760px;
  color: #374151;
  font-size: 1.02rem;
  line-height: 1.62;
}
.download-checklist-panel .checklist-download-card-meta {
  margin-top: .9rem;
  color: #4b5563;
  font-size: .95rem;
  opacity: 1;
}
.checklist-download-button {
  flex: 0 0 auto;
  min-width: 260px;
  white-space: nowrap;
}

.timeline-section .download-checklist-panel {
  width: min(980px, 100%);
  margin: 38px 0 0;
}

@media (max-width: 760px) {
  .download-checklist-panel {
    width: calc(100% - 28px);
    margin: 0 auto 56px;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .checklist-download-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 1160px) {
  .timeline-hero {
    grid-template-columns: 1fr;
  }
  .timeline-hero-visual img {
    height: clamp(340px, 56vw, 520px);
  }
  .decision-panel,
  .resource-callout {
    grid-template-columns: 1fr;
  }
  .resource-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .timeline-hero {
    padding: 48px 18px 48px;
    gap: 24px;
  }
  .timeline-hero-visual {
    border-radius: 14px;
  }
  .timeline-hero-visual img {
    height: 320px;
  }
  .decision-panel,
  .timeline-section,
  .resource-callout {
    width: calc(100% - 28px);
  }
  .decision-panel,
  .resource-callout {
    padding: 26px 20px;
    margin-bottom: 56px;
  }
  .timeline-section { padding-bottom: 36px; }
  .timeline-accordion summary {
    min-height: 64px;
    padding: 0 18px;
    font-size: 1rem;
  }
  .timeline-content {
    padding: 0 18px 24px;
  }
  .timeline-content ul {
    padding-left: 20px;
  }
  .resource-actions .button,
  .buildout-actions .button {
    width: 100%;
  }
}
