/* Compact editorial layer for the operating-environment atlas. */
body.smyrna-environments-theme { --max: 1180px; --gutter: clamp(18px,3vw,42px); font-size: 15px; }
body.smyrna-environments-theme .masthead,
body.smyrna-environments-theme .masthead-inner { min-height: 300px; }
body.smyrna-environments-theme .masthead-inner { grid-template-columns: minmax(0,1.45fr) minmax(240px,.55fr); gap: clamp(35px,6vw,80px); padding-top: 92px; padding-bottom: 38px; }
body.smyrna-environments-theme .breadcrumb { margin-bottom: 24px; }
body.smyrna-environments-theme .masthead h1 { max-width: 720px; font-size: clamp(2.65rem,5vw,4.75rem); line-height: .96; letter-spacing: -.045em; }
body.smyrna-environments-theme .masthead-note p:last-child { max-width: 340px; font-size: 1rem; line-height: 1.5; }

body.smyrna-environments-theme .perspective-inner { grid-template-columns: .62fr 1.38fr; gap: clamp(30px,5vw,70px); padding-top: 32px; padding-bottom: 32px; align-items: center; }
body.smyrna-environments-theme .perspective h2 { max-width: 330px; font-size: clamp(1.65rem,2.6vw,2.55rem); line-height: 1.05; }
body.smyrna-environments-theme .perspective-copy { gap: 24px 36px; }
body.smyrna-environments-theme .perspective-copy p { font-size: .8rem; line-height: 1.55; }

body.smyrna-environments-theme .atlas-header { padding-top: 26px; padding-bottom: 18px; }
body.smyrna-environments-theme .atlas-header h2 { font-size: clamp(1.55rem,2.3vw,2.35rem); }
body.smyrna-environments-theme .atlas-shell { min-height: auto; grid-template-columns: 210px minmax(0,1fr); }
body.smyrna-environments-theme .industry-rail-inner { min-height: auto; padding-top: 24px; padding-right: 22px; }
body.smyrna-environments-theme .industry-tab { padding-top: 9px; padding-bottom: 9px; }
body.smyrna-environments-theme .canvas { padding: clamp(28px,4vw,50px); }
body.smyrna-environments-theme .chapter-heading { margin-bottom: 30px; grid-template-columns: minmax(0,1.15fr) minmax(210px,.55fr); gap: 30px; }
body.smyrna-environments-theme .chapter-heading h3 { max-width: 610px; font-size: clamp(2rem,3.6vw,3.65rem); line-height: .98; }
body.smyrna-environments-theme .industry-intro { font-size: .96rem; line-height: 1.5; }
body.smyrna-environments-theme .interpretation { padding: 28px 24px; }

@media (max-width: 900px) {
  body.smyrna-environments-theme .masthead-inner,
  body.smyrna-environments-theme .perspective-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  body.smyrna-environments-theme .masthead,
  body.smyrna-environments-theme .masthead-inner { min-height: auto; }
  body.smyrna-environments-theme .masthead-inner { padding-top: 104px; padding-bottom: 32px; }
  body.smyrna-environments-theme .masthead-note { display: none; }
  body.smyrna-environments-theme .perspective-copy { grid-template-columns: 1fr 1fr; }
  body.smyrna-environments-theme .atlas-shell { grid-template-columns: 1fr; }
  body.smyrna-environments-theme .chapter-heading { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body.smyrna-environments-theme .masthead h1 { font-size: clamp(2.35rem,11vw,3.25rem); }
  body.smyrna-environments-theme .perspective-inner { padding-top: 24px; padding-bottom: 24px; }
  body.smyrna-environments-theme .perspective-copy { grid-template-columns: 1fr; gap: 1rem; }
  body.smyrna-environments-theme .atlas-header { align-items: flex-start; }
  body.smyrna-environments-theme .atlas-tools { gap: 12px; }
  body.smyrna-environments-theme .atlas-status { display: none; }
  body.smyrna-environments-theme .canvas { padding: 28px 20px; }
  body.smyrna-environments-theme .chapter-heading h3 { font-size: 2.3rem; }
}

/* August 2026 consistency pass: compact atlas panels and explicit actions. */
body.smyrna-environments-theme {
  --display: Inter, system-ui, sans-serif;
  --serif: Newsreader, Georgia, serif;
  --body: Inter, system-ui, sans-serif;
}
body.smyrna-environments-theme .atlas-shell,
body.smyrna-environments-theme .industry-panel { min-height: 0; }
body.smyrna-environments-theme .industry-panel { align-items: start; }
body.smyrna-environments-theme .interpretation {
  align-self: start;
  padding: 1.55rem 1.4rem;
}
body.smyrna-environments-theme .interpretation h4 { margin-bottom: .7rem; font-size: clamp(1.45rem,2vw,2rem); }
body.smyrna-environments-theme .interpretation-lead { margin-bottom: 1rem; font-size: .74rem; line-height: 1.55; }
body.smyrna-environments-theme .insight-group { padding: .85rem 0; }
body.smyrna-environments-theme .insight-group h5 { margin-bottom: .55rem; }
body.smyrna-environments-theme .interpretation-action,
body.smyrna-environments-theme .contact-link,
body.smyrna-environments-theme .header-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 2.55rem;
  padding: .65rem .85rem;
  border: 1px solid currentColor;
  align-items: center;
  justify-content: center;
  font: 600 .7rem/1.2 Inter,system-ui,sans-serif;
  text-align: center;
  text-decoration: none;
}
body.smyrna-environments-theme .interpretation-action { margin-top: 1rem; color: #fff; }
body.smyrna-environments-theme .header-cta { color: var(--shell-violet-dark); }
body.smyrna-environments-theme .contact-link { justify-self: end; color: #fff; }
body.smyrna-environments-theme .interpretation-action:hover,
body.smyrna-environments-theme .contact-link:hover { border-color: var(--shell-violet-light); background: rgba(255,255,255,.08); }
body.smyrna-environments-theme .header-cta:hover { background: #eee8fa; }
body.smyrna-environments-theme .compare-trigger {
  min-height: 2.45rem;
  padding: .6rem .75rem;
  border: 1px solid var(--shell-violet);
  color: var(--shell-violet-dark);
}
body.smyrna-environments-theme .response-section { padding-top: 3.25rem; padding-bottom: 3.5rem; }
body.smyrna-environments-theme .response-heading { margin-bottom: 1.75rem; grid-template-columns: .72fr 1.28fr; gap: 2.5rem; }
body.smyrna-environments-theme .response-heading h2 { font-size: clamp(2rem,3.7vw,3.65rem); }
body.smyrna-environments-theme .response-line { grid-template-columns: repeat(4,1fr); }
body.smyrna-environments-theme .response-item { min-height: 0; padding: 1.25rem 1.25rem 1.25rem 0; }
body.smyrna-environments-theme .response-item:not(:first-child) { padding-left: 1.25rem; }
body.smyrna-environments-theme .response-item h3 { margin-bottom: .65rem; font-size: 1.35rem; }
body.smyrna-environments-theme .reference-basis details { padding-top: 1.4rem; padding-bottom: 1.5rem; }
body.smyrna-environments-theme .reference-basis summary { font-size: clamp(1.35rem,2vw,2rem); }
body.smyrna-environments-theme .reference-grid { margin-top: 1.25rem; padding-top: 1.25rem; }
body.smyrna-environments-theme .contact-inner { min-height: 0; padding-top: 3rem; padding-bottom: 3rem; }
body.smyrna-environments-theme .contact-inner h2 { font-size: clamp(2rem,4vw,3.75rem); }

@media (max-width: 900px) {
  body.smyrna-environments-theme .industry-rail { scrollbar-width: thin; }
  body.smyrna-environments-theme .industry-tabs { display: flex; width: max-content; gap: 0; }
  body.smyrna-environments-theme .industry-tab { min-width: 11rem; padding: .8rem 1rem; border-right: 1px solid var(--line); scroll-snap-align: start; }
  body.smyrna-environments-theme .industry-tab.context-tab { margin-top: 0; padding-top: .8rem; border-top: 0; }
  body.smyrna-environments-theme .interpretation { display: block; padding: 1.4rem 1.25rem; }
  body.smyrna-environments-theme .interpretation > * { grid-column: auto; }
  body.smyrna-environments-theme .response-heading { grid-template-columns: 1fr; gap: .75rem; }
  body.smyrna-environments-theme .response-line { grid-template-columns: repeat(2,1fr); }
  body.smyrna-environments-theme .contact-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  body.smyrna-environments-theme .contact-link { justify-self: start; }
}

@media (max-width: 620px) {
  body.smyrna-environments-theme .masthead h1 { font-size: clamp(2.2rem,10vw,3rem); }
  body.smyrna-environments-theme .industry-intro { font-family: Inter,system-ui,sans-serif; font-size: .82rem; }
  body.smyrna-environments-theme .chapter-heading { margin-bottom: 2rem; }
  body.smyrna-environments-theme .chapter-heading h3 { font-size: 2rem; }
  body.smyrna-environments-theme .architecture-label { align-items: flex-start; flex-direction: column; gap: .35rem; }
  body.smyrna-environments-theme .response-section { padding-block: 2.5rem; }
  body.smyrna-environments-theme .response-line { grid-template-columns: 1fr; }
  body.smyrna-environments-theme .response-item,
  body.smyrna-environments-theme .response-item:not(:first-child) { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  body.smyrna-environments-theme .reference-grid { grid-template-columns: 1fr; }
  body.smyrna-environments-theme .header-cta { display: none; }
}

/* Atlas dossier composition: one readable canvas followed by a compact interpretation band. */
body.smyrna-environments-theme .industry-panel {
  grid-template-columns: minmax(0,1fr);
}
body.smyrna-environments-theme .canvas {
  padding: clamp(2rem,4vw,3.5rem);
  border-right: 0;
}
body.smyrna-environments-theme .chapter-heading {
  grid-template-columns: minmax(0,1.1fr) minmax(16rem,.65fr);
  margin-bottom: 2rem;
}
body.smyrna-environments-theme .interpretation {
  display: grid;
  padding: 1.75rem clamp(2rem,4vw,3.5rem);
  border-top: 1px solid rgba(255,255,255,.14);
  grid-template-columns: minmax(13rem,.62fr) minmax(18rem,1.25fr) minmax(13rem,.75fr);
  gap: 1.25rem 2.5rem;
  align-items: start;
}
body.smyrna-environments-theme .interpretation > .eyebrow,
body.smyrna-environments-theme .interpretation > h4 {
  grid-column: 1;
}
body.smyrna-environments-theme .interpretation > h4 {
  margin: -.65rem 0 0;
}
body.smyrna-environments-theme .interpretation-lead {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin: 0;
  max-width: 56rem;
}
body.smyrna-environments-theme .interpretation > .insight-group {
  grid-column: 3;
  grid-row: 1 / span 2;
  padding: 0;
  border-top: 0;
}
body.smyrna-environments-theme .interpretation-references {
  grid-column: 3;
  border-top: 1px solid rgba(255,255,255,.16);
}
body.smyrna-environments-theme .interpretation-references summary {
  display: flex;
  padding: .75rem 0;
  color: rgba(255,255,255,.72);
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font: 600 .64rem/1.3 Inter,system-ui,sans-serif;
  letter-spacing: .08em;
  list-style: none;
  text-transform: uppercase;
}
body.smyrna-environments-theme .interpretation-references summary::-webkit-details-marker { display: none; }
body.smyrna-environments-theme .interpretation-references summary::after { content: "+"; font-size: 1rem; }
body.smyrna-environments-theme .interpretation-references[open] summary::after { content: "−"; }
body.smyrna-environments-theme .interpretation-references .source-links {
  padding: .25rem 0 .75rem;
}
body.smyrna-environments-theme .interpretation-action {
  grid-column: 1;
  margin-top: .15rem;
}

@media (max-width: 900px) {
  body.smyrna-environments-theme .chapter-heading { grid-template-columns: 1fr; }
  body.smyrna-environments-theme .interpretation {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 1rem 1.5rem;
  }
  body.smyrna-environments-theme .interpretation > .eyebrow,
  body.smyrna-environments-theme .interpretation > h4,
  body.smyrna-environments-theme .interpretation-action { grid-column: 1; }
  body.smyrna-environments-theme .interpretation-lead {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
  body.smyrna-environments-theme .interpretation > .insight-group,
  body.smyrna-environments-theme .interpretation-references {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  body.smyrna-environments-theme .interpretation > .insight-group {
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.16);
  }
}

@media (max-width: 620px) {
  body.smyrna-environments-theme .atlas-header { padding-inline: var(--gutter); }
  body.smyrna-environments-theme .industry-rail {
    position: relative;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    scroll-snap-type: x mandatory;
  }
  body.smyrna-environments-theme .industry-rail::after {
    position: sticky;
    right: 0;
    display: block;
    width: 3rem;
    height: 1px;
    margin-left: auto;
    content: "";
  }
  body.smyrna-environments-theme .industry-rail-inner { padding-left: var(--gutter); }
  body.smyrna-environments-theme .rail-label { margin-bottom: .65rem; }
  body.smyrna-environments-theme .industry-tab { min-width: 9.75rem; }
  body.smyrna-environments-theme .rail-note { display: none; }
  body.smyrna-environments-theme .canvas { padding: 1.75rem var(--gutter); }
  body.smyrna-environments-theme .architecture-scroll { margin-right: calc(var(--gutter) * -1); }
  body.smyrna-environments-theme .canvas-caption { align-items: flex-start; flex-direction: column; gap: .45rem; }
  body.smyrna-environments-theme .interpretation {
    display: grid;
    padding: 1.5rem var(--gutter);
    grid-template-columns: 1fr;
    gap: .85rem;
  }
  body.smyrna-environments-theme .interpretation > .eyebrow,
  body.smyrna-environments-theme .interpretation > h4,
  body.smyrna-environments-theme .interpretation-lead,
  body.smyrna-environments-theme .interpretation > .insight-group,
  body.smyrna-environments-theme .interpretation-references,
  body.smyrna-environments-theme .interpretation-action {
    grid-column: 1;
    grid-row: auto;
  }
  body.smyrna-environments-theme .interpretation > h4 { margin: -.35rem 0 .2rem; }
  body.smyrna-environments-theme .interpretation-lead { font-size: .72rem; line-height: 1.6; }
  body.smyrna-environments-theme .insight-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.smyrna-environments-theme .interpretation-action { width: 100%; margin-top: .25rem; }
}

/* Keep the atlas and comparison interface on the same editorial measure as adjacent sections. */
body.smyrna-environments-theme .atlas-shell {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
  border-inline: 1px solid var(--line);
}
body.smyrna-environments-theme .compare-dialog {
  z-index: 1000;
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  max-height: calc(100svh - (2 * var(--gutter)));
  overflow: auto;
}
body.smyrna-environments-theme .comparison-output { min-width: 0; }

@media (max-width: 620px) {
  body.smyrna-environments-theme .atlas-shell {
    width: calc(100% - (2 * var(--gutter)));
    border-inline: 0;
  }
  body.smyrna-environments-theme .compare-dialog {
    width: calc(100% - 1rem);
    max-height: calc(100svh - 1rem);
  }
}

/* Private-equity lifecycle: investment logic carried through operating evidence. */
body.smyrna-environments-theme .pe-lifecycle { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
body.smyrna-environments-theme .pe-lifecycle header { display: grid; grid-template-columns: minmax(10rem,.45fr) 1.55fr; margin-bottom: 1.25rem; align-items: end; gap: 1.5rem; }
body.smyrna-environments-theme .pe-lifecycle header .eyebrow { margin: 0; }
body.smyrna-environments-theme .pe-lifecycle header h4 { max-width: 38rem; margin: 0; font: 500 clamp(1.45rem,2.4vw,2.2rem)/1 Newsreader,Georgia,serif; letter-spacing: -.025em; }
body.smyrna-environments-theme .pe-lifecycle-flow { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--ink); grid-template-columns: repeat(4,1fr); list-style: none; }
body.smyrna-environments-theme .pe-lifecycle-flow > li { position: relative; min-height: 12rem; padding: 1rem; border-right: 1px solid var(--line); }
body.smyrna-environments-theme .pe-lifecycle-flow > li:last-child { border-right: 0; }
body.smyrna-environments-theme .pe-lifecycle-flow > li:not(:last-child)::after { content: "→"; position: absolute; top: 1rem; right: -.55rem; z-index: 1; display: grid; width: 1.1rem; height: 1.1rem; border-radius: 50%; place-items: center; background: var(--violet); color: #fff; font-size: .55rem; }
body.smyrna-environments-theme .pe-lifecycle-flow span { display: block; color: var(--violet); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
body.smyrna-environments-theme .pe-lifecycle-flow strong { display: block; margin: 1.6rem 0 .65rem; font: 500 1rem/1.1 Newsreader,Georgia,serif; }
body.smyrna-environments-theme .pe-lifecycle-flow ul { display: grid; margin: 0; padding-left: .9rem; gap: .35rem; }
body.smyrna-environments-theme .pe-lifecycle-flow li li { color: var(--muted); font-size: .63rem; line-height: 1.45; }
body.smyrna-environments-theme .pe-evidence-loop { display: flex; margin-top: 1rem; padding: .8rem 1rem; border: 1px solid rgba(104,66,194,.25); align-items: center; justify-content: space-between; gap: .6rem; background: #eee8fa; color: var(--ink); }
body.smyrna-environments-theme .pe-evidence-loop span { font-size: .58rem; font-weight: 600; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
body.smyrna-environments-theme .pe-evidence-loop i { color: var(--violet); font-style: normal; }
body.smyrna-environments-theme .pe-lifecycle-closure { display: none; }

@media (max-width: 900px) {
  body.smyrna-environments-theme .pe-lifecycle-flow { grid-template-columns: repeat(2,1fr); }
  body.smyrna-environments-theme .pe-lifecycle-flow > li:nth-child(2) { border-right: 0; }
  body.smyrna-environments-theme .pe-lifecycle-flow > li { border-bottom: 1px solid var(--line); }
  body.smyrna-environments-theme .pe-lifecycle-flow > li:nth-child(2)::after { display: none; }
  body.smyrna-environments-theme .pe-evidence-loop { align-items: stretch; flex-direction: column; }
  body.smyrna-environments-theme .pe-evidence-loop i { transform: rotate(90deg); text-align: center; }
}

@media (max-width: 620px) {
  body.smyrna-environments-theme .pe-lifecycle header,
  body.smyrna-environments-theme .pe-lifecycle-flow { grid-template-columns: 1fr; }
  body.smyrna-environments-theme .pe-lifecycle-flow > li { min-height: 0; padding: 1rem 0; border-right: 0; }
  body.smyrna-environments-theme .pe-lifecycle-flow > li:not(:last-child)::after,
  body.smyrna-environments-theme .pe-lifecycle-flow > li:nth-child(2)::after { content: "↓"; top: auto; right: 1rem; bottom: -.55rem; display: grid; }
  body.smyrna-environments-theme .pe-lifecycle-flow strong { margin: .75rem 0 .5rem; }
}
