.sheet-stage {
  --sheet-paper: #f9f9f5;
  --sheet-ink: #272924;
  --sheet-soft: #65685f;
  --sheet-rule: #d6d8cf;
  --sheet-gold: #936917;
  padding: 58px 32px 100px;
  background: #242922;
  color: var(--sheet-ink);
  font-family: Archivo, Arial, sans-serif;
}

.sheet-document {
  position: relative;
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 60px 68px 42px;
  background: var(--sheet-paper);
  box-shadow: 0 3px 0 #d7d9cf, 0 7px 0 -2px #f0f0e8, 0 9px 0 -2px #a2a598, 0 24px 70px #0005;
  isolation: isolate;
}

.sheet-masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 118px;
  padding-bottom: 28px;
  border-bottom: 2px solid var(--sheet-ink);
}

.sheet-org,
.sheet-tagline,
.sheet-heading h1,
.sheet-headline,
.sheet-document h2,
.sheet-overview p,
.sheet-footer p {
  margin: 0;
}

.sheet-org {
  font-size: 27px;
  font-weight: 650;
  letter-spacing: -.045em;
}

.sheet-tagline {
  max-width: 330px;
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.55;
  color: #555a4e;
}

.sheet-seal {
  position: relative;
  flex: 0 0 118px;
  height: 118px;
  overflow: hidden;
  border: 1px solid #c9c9ba;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 31%, #fffffc, #e6e7dd 76%, #cacdbf);
  box-shadow: inset 0 1px 2px #fff, inset 0 -2px 3px #8a8e7340, 0 1px 1px #ffffff;
}

.sheet-seal::before {
  position: absolute;
  inset: 6px;
  border: 1px solid #bcbfae;
  border-radius: 50%;
  content: '';
}

.sheet-seal-mark {
  position: absolute;
  inset: 17px;
  background: linear-gradient(128deg, #8e7b43 12%, #c8b884 34%, #88733d 57%, #a99862 88%);
  mask: url('/marks/family-cis.png') center / contain no-repeat;
  filter: drop-shadow(0 1px 0 #fff);
}

.sheet-seal-light {
  position: absolute;
  inset: -50%;
  opacity: 0;
  transform: translateX(-75%) rotate(-30deg);
  background: linear-gradient(90deg, transparent 27%, #fff2 39%, #fff 49%, #fff4 61%, transparent 71%);
  mix-blend-mode: soft-light;
}

.sheet-heading {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: end;
  gap: 36px;
  padding: 36px 0 30px;
}

.sheet-heading h1 {
  font-size: clamp(40px, 4.6vw, 62px);
  font-weight: 560;
  letter-spacing: -.06em;
  line-height: .98;
}

.sheet-headline {
  max-width: 31ch;
  padding-bottom: 3px;
  font-size: 21px;
  line-height: 1.42;
  letter-spacing: -.025em;
}

.sheet-capability-map {
  margin: 0 0 36px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--sheet-rule);
}

.sheet-ink-route {
  display: block;
  width: 100%;
  height: 38px;
  overflow: visible;
}

.sheet-route-base {
  fill: none;
  stroke: #d7d3bd;
  stroke-width: 1.5;
}

.sheet-route-flow {
  fill: none;
  stroke: #aa7a1d;
  stroke-width: 2.8;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

.sheet-node-paper { fill: var(--sheet-paper); }
.sheet-node-ink { fill: #866019; }

.sheet-scope {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.35;
}

.sheet-scope li { max-width: 132px; }
.sheet-scope li:last-child { text-align: right; }

.sheet-introduction {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--sheet-rule);
}

.sheet-document h2 {
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.3;
}

.sheet-overview p {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.65;
  text-wrap: pretty;
}

.sheet-company-data {
  padding-left: 27px;
  border-left: 1px solid var(--sheet-rule);
}

.sheet-company-data ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.5;
}

.sheet-data-value { font-weight: 550; }

.sheet-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 44px;
}

.sheet-section { position: relative; padding: 34px 0 0; }
.sheet-section-wide { grid-column: 1 / -1; }

.sheet-section-ink {
  position: absolute;
  top: 23px;
  left: 0;
  width: 54px;
  height: 2px;
  background: #a17b29;
  transform-origin: left center;
}

.sheet-section-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.sheet-section-number {
  color: var(--sheet-gold);
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.sheet-items {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.55;
}

.sheet-items li {
  position: relative;
  padding-left: 14px;
  text-wrap: pretty;
}

.sheet-items li::before {
  position: absolute;
  left: 0;
  top: .66em;
  width: 4px;
  height: 4px;
  background: #969987;
  content: '';
}

.sheet-section-wide .sheet-items {
  grid-template-columns: 1fr 1fr;
  column-gap: 44px;
}

.sheet-footer {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 26px;
  margin-top: 40px;
  padding-top: 26px;
  border-top: 2px solid var(--sheet-ink);
  font-size: 14px;
  line-height: 1.6;
}

.sheet-footer-org { font-weight: 650; }
.sheet-parent { max-width: 240px; color: #555a4e; }
.sheet-footer address { display: grid; gap: 4px; font-style: normal; }
.sheet-footer a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.sheet-footer a:focus-visible { outline: 2px solid #795512; outline-offset: 4px; }

:is(html.study-motion, html.motion-ready) .sheet-seal-light { animation: sheet-foil-light 7s ease-in-out infinite; }
:is(html.study-motion, html.motion-ready) .sheet-route-flow { animation: sheet-ink-flow 7s ease-in-out infinite; }
:is(html.study-motion, html.motion-ready) .sheet-section:is(.in-view, .material-in-view) .sheet-section-ink { animation: sheet-margin-ink 1.1s ease-out both; }
:is(html.study-paused, html.motion-paused, html.motion-hidden) .sheet-seal-light,
:is(html.study-paused, html.motion-paused, html.motion-hidden) .sheet-route-flow,
:is(html.study-paused, html.motion-paused, html.motion-hidden) .sheet-section:is(.in-view, .material-in-view) .sheet-section-ink { animation-play-state: paused; }

@keyframes sheet-margin-ink {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes sheet-foil-light {
  0% { opacity: .1; transform: translateX(-70%) rotate(-30deg); }
  9%, 27% { opacity: .95; }
  40%, 100% { opacity: 0; transform: translateX(70%) rotate(-30deg); }
}

@keyframes sheet-ink-flow {
  0% { stroke-dashoffset: 100; }
  34%, 76% { stroke-dashoffset: 0; }
  91%, 100% { stroke-dashoffset: -100; }
}

@media (max-width: 900px) {
  .sheet-stage { padding: 32px 20px 68px; }
  .sheet-document { padding: 42px 38px 32px; }
  .sheet-heading { gap: 26px; }
  .sheet-heading h1 { font-size: 48px; }
  .sheet-headline { font-size: 18px; }
  .sheet-introduction { grid-template-columns: 1.3fr 1fr; gap: 25px; }
  .sheet-company-data { padding-left: 22px; }
  .sheet-sections, .sheet-section-wide .sheet-items { column-gap: 28px; }
}

@media (max-width: 640px) {
  .sheet-stage { padding: 22px 12px 46px; }
  .sheet-document { padding: 28px 23px 28px; }
  .sheet-masthead { gap: 16px; min-height: auto; padding-bottom: 24px; }
  .sheet-org { font-size: 22px; }
  .sheet-tagline { font-size: 12px; line-height: 1.5; }
  .sheet-seal { flex-basis: 82px; height: 82px; }
  .sheet-seal-mark { inset: 12px; }
  .sheet-heading { display: block; padding: 28px 0 25px; }
  .sheet-heading h1 { font-size: clamp(38px, 10.5vw, 52px); }
  .sheet-headline { margin-top: 22px; font-size: 18px; line-height: 1.45; }
  .sheet-capability-map { position: relative; min-height: 156px; margin-bottom: 27px; padding-bottom: 24px; }
  .sheet-ink-route { position: absolute; top: 0; left: 0; width: 100%; height: 32px; }
  .sheet-scope { flex-wrap: wrap; justify-content: start; gap: 9px 18px; padding-top: 38px; font-size: 14px; }
  .sheet-scope li { max-width: none; }
  .sheet-scope li:last-child { text-align: left; }
  .sheet-introduction, .sheet-sections { display: block; }
  .sheet-overview p { font-size: 16px; }
  .sheet-company-data { margin-top: 25px; padding: 25px 0 0; border-left: 0; border-top: 1px solid var(--sheet-rule); }
  .sheet-company-data ul { font-size: 15px; }
  .sheet-introduction { padding-bottom: 5px; border: 0; }
  .sheet-section { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--sheet-rule); }
  .sheet-section-ink { top: -1px; }
  .sheet-section-wide .sheet-items { display: grid; grid-template-columns: 1fr; }
  .sheet-section-heading { gap: 9px; }
  .sheet-items { font-size: 16px; }
  .sheet-footer { display: grid; gap: 20px; margin-top: 30px; padding-top: 22px; font-size: 13px; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  :is(html.study-motion, html.motion-ready) .sheet-seal-light,
  :is(html.study-motion, html.motion-ready) .sheet-route-flow,
  :is(html.study-motion, html.motion-ready) .sheet-section:is(.in-view, .material-in-view) .sheet-section-ink { animation: none; }
}

@media (forced-colors: active) {
  .sheet-seal { display: none; }
  .sheet-document { border: 1px solid CanvasText; }
  .sheet-route-base, .sheet-route-flow { stroke: CanvasText; }
  .sheet-node-ink { fill: CanvasText; }
  .sheet-items li::before { background: CanvasText; }
}

.sheet-stage--site { margin-top: 112px; padding-top: 8px; }
.sheet-tools {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1080px, 100%);
  min-height: 64px;
  margin: 0 auto 24px;
  padding: 10px 0;
  background: #242922;
  color: #f1f1e9;
}
.sheet-download {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid #aeba9e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 550;
}
.sheet-download .icon { color: #edb55b; }
.sheet-document :is(h1, h2, h3) { color: var(--sheet-ink); font-style: normal; }
.sheet-document :is(section, aside, footer) { scroll-margin-top: 86px; }
.sheet-heading > *, .sheet-introduction > *, .sheet-sections > * { min-width: 0; }
.sheet-family { padding: 32px 0; border-bottom: 1px solid var(--sheet-rule); }
.sheet-family-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 44px; margin-top: 22px; }
.sheet-family-name { margin: 0 0 12px; font-size: 18px; font-weight: 650; letter-spacing: -.025em; }
.sheet-family-member ul { margin: 0; padding: 0; list-style: none; font-size: 16px; line-height: 1.65; }
.sheet-sibling { display: inline-block; margin-top: 24px; color: #70500f; font-size: 14px; text-underline-offset: 3px; }

html.motion-ready .sheet-masthead:not(.material-in-view) .sheet-seal-light,
html.motion-ready .sheet-capability-map:not(.material-in-view) .sheet-route-flow { animation-play-state: paused; }

@media (max-width: 1079px) { .sheet-stage--site { margin-top: 12px; } }
@media (max-width: 640px) {
  .sheet-stage--site { margin-top: 0; padding-top: 0; }
  .sheet-tools { margin-bottom: 12px; min-height: 62px; }
  .sheet-family { padding: 28px 0 0; border: 0; }
  .sheet-family-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .sheet-document[data-statement-kind='unified'] .sheet-heading h1 { font-size: clamp(34px, 9.2vw, 46px); }
}
.sheet-stage--site { position: relative; isolation: isolate; }
.sheet-stage--site .sheet-document { z-index: 1; }

.sheet-water {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.sheet-water-view {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: clip;
  opacity: .34;
}

.sheet-ocean-poster,
.sheet-ocean-film {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sheet-ocean-film { opacity: 0; }
.sheet-ocean-film.video-ready { opacity: 1; }
.sheet-water-view:has(.video-ready) .sheet-ocean-poster { visibility: hidden; }

@media (forced-colors: active), print {
  :root .sheet-water { display: none; }
}
/* Keep the complete living document readable on one US Letter page.
   :root keeps print rules stronger than screen rules in either bundle order. */
@media print {
  @page { size: letter; margin: 10mm; }

  :root .sheet-stage--site {
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
  }

  :root .sheet-tools,
  :root .sheet-sibling,
  :root .sheet-seal-light { display: none !important; }

  :root .sheet-document {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    border: 0;
    box-shadow: none;
  }

  :root .sheet-document * { animation: none !important; }
  :root .sheet-masthead {
    display: flex;
    min-height: 0;
    gap: 6mm;
    padding-bottom: 3mm;
    border-bottom: 1.2pt solid #000;
  }
  :root .sheet-org { font-size: 14pt; line-height: 1.15; }
  :root .sheet-tagline { max-width: none; margin-top: 1.5mm; font-size: 9pt; line-height: 1.3; color: #000; }
  :root .sheet-seal { flex-basis: 18mm; height: 18mm; background: #fff; box-shadow: none; border-color: #aaa; }
  :root .sheet-seal::before { inset: 1mm; border-color: #aaa; }
  :root .sheet-seal-mark { inset: 2.5mm; background: #000; filter: none; print-color-adjust: exact; }

  :root .sheet-heading {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 7mm;
    padding: 4mm 0;
  }
  :root .sheet-heading h1 { font-size: 27pt; line-height: .98; }
  :root .sheet-headline { max-width: none; margin: 0; padding: 0; font-size: 10.5pt; line-height: 1.35; }
  :root .sheet-capability-map { min-height: 0; margin: 0 0 4mm; padding: 0 0 3mm; border-color: #aaa; }
  :root .sheet-ink-route { position: static; width: 100%; height: 3mm; }
  :root .sheet-route-base, :root .sheet-route-flow { stroke: #888; stroke-dashoffset: 0; }
  :root .sheet-node-paper { fill: #fff; }
  :root .sheet-node-ink { fill: #333; }
  :root .sheet-scope { display: flex; flex-wrap: nowrap; gap: 3mm; padding: 0; font-size: 8.75pt; line-height: 1.2; }
  :root .sheet-scope li { max-width: 34mm; }
  :root .sheet-scope li:last-child { text-align: right; }

  :root .sheet-introduction {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 7mm;
    padding-bottom: 4mm;
    border-bottom: 1px solid #aaa;
  }
  :root .sheet-document h2 { font-size: 10.75pt; line-height: 1.25; }
  :root .sheet-overview p { margin-top: 2mm; font-size: 9.5pt; line-height: 1.38; }
  :root .sheet-company-data { margin: 0; padding: 0 0 0 5mm; border-top: 0; border-left: 1px solid #aaa; }
  :root .sheet-company-data ul { gap: 1.25mm; margin-top: 2mm; font-size: 9.25pt; line-height: 1.3; }

  :root .sheet-family { margin: 0; padding: 4mm 0; border-bottom: 1px solid #aaa; }
  :root .sheet-family-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5mm; margin-top: 2.5mm; }
  :root .sheet-family-member { margin: 0; padding: 0; border: 0; }
  :root .sheet-family-name { min-height: 0; margin: 0 0 1.5mm; font-size: 10pt; line-height: 1.2; }
  :root .sheet-family-member ul { display: grid; gap: 1mm; margin: 0; padding: 0; list-style: none; }
  :root .sheet-family-work { margin: 0; padding: 0; font-size: 9pt; line-height: 1.25; border: 0; }

  :root .sheet-sections { display: grid; grid-template-columns: 1fr 1fr; column-gap: 7mm; }
  :root .sheet-section { margin: 0; padding: 4mm 0 0; border: 0; }
  :root .sheet-section-ink { top: 2mm; width: 12mm; height: .25mm; background: #666; transform: none; print-color-adjust: exact; }
  :root .sheet-section-heading { gap: 2mm; margin-bottom: 2mm; }
  :root .sheet-section-number { color: #555; font-size: 8.5pt; }
  :root .sheet-items { display: grid; gap: 1.5mm; font-size: 9.5pt; line-height: 1.27; }
  :root .sheet-items li { padding-left: 2.5mm; }
  :root .sheet-items li::before { top: .55em; width: .7mm; height: .7mm; background: #777; print-color-adjust: exact; }
  :root .sheet-section-wide { grid-column: 1 / -1; }
  :root .sheet-section-wide .sheet-items { display: grid; grid-template-columns: 1fr 1fr; column-gap: 7mm; }

  :root .sheet-footer {
    display: flex;
    justify-content: space-between;
    gap: 7mm;
    margin-top: 4mm;
    padding-top: 3mm;
    border-top: 1.2pt solid #000;
    font-size: 8.75pt;
    line-height: 1.3;
  }
  :root .sheet-parent { max-width: 66mm; color: #000; }
  :root .sheet-footer address { gap: 1mm; font-size: 9pt; }
  :root .sheet-document a { color: #000; text-decoration: none; }
}
