:root {
  color-scheme: light;
  --canvas: #f4efe6;
  --canvas-strong: #e8dece;
  --ink: #101312;
  --muted: #59635f;
  --soft: #7b8580;
  --line: #d6c8b7;
  --primary: #173c31;
  --primary-ink: #fff7eb;
  --accent: #b8603c;
  --brass: #c4954c;
  --sage: #496d58;
  --panel: #fff9ee;
  --panel-deep: #efe1ce;
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 80px rgba(16, 19, 18, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--canvas);
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family:
    "Avenir Next",
    Avenir,
    "Satoshi",
    "Manrope",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family:
    "Iowan Old Style",
    "New York",
    "Fraunces",
    Georgia,
    serif;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
}

h1 {
  max-width: 840px;
  font-size: clamp(3.8rem, 8vw, 8.4rem);
  line-height: 0.88;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 5.2rem);
  line-height: 0.96;
}

h3 {
  margin: 0;
  font-size: 1.16rem;
  letter-spacing: 0;
}

.skip-link {
  position: fixed;
  z-index: 30;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--primary-ink);
  padding: 10px 14px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
.site-footer,
.section-band,
.proof-ribbon {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
}

.wordmark,
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mark {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--primary);
  border-radius: 11px;
  background: var(--primary);
  color: var(--primary-ink);
  font-weight: 900;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links a,
.footer-links a {
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration-color: currentColor;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--primary);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.header-cta {
  color: var(--primary);
  font-size: 0.9rem;
}

.button {
  background: var(--primary);
  color: var(--primary-ink);
}

.button.secondary {
  border-color: rgba(23, 60, 49, 0.24);
  background: rgba(255, 249, 238, 0.54);
  color: var(--primary);
  backdrop-filter: blur(16px);
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  outline: 3px solid rgba(184, 96, 60, 0.34);
  outline-offset: 3px;
}

.readywhen-site {
  background: var(--canvas);
}

.rw-header {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  color: var(--ink);
}

.rw-header .wordmark,
.rw-header .nav-links,
.rw-header .header-cta {
  color: var(--ink);
}

.rw-header .mark {
  border-color: rgba(23, 60, 49, 0.18);
  background: rgba(255, 249, 238, 0.74);
  color: var(--primary);
}

.rw-header .header-cta {
  border-color: rgba(23, 60, 49, 0.24);
  background: rgba(255, 249, 238, 0.72);
  backdrop-filter: blur(12px);
}

.rw-hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(244, 239, 230, 0.96) 0%,
      rgba(244, 239, 230, 0.84) 42%,
      rgba(244, 239, 230, 0.34) 100%
    ),
    linear-gradient(0deg, rgba(244, 239, 230, 0.32), rgba(244, 239, 230, 0)),
    url("/assets/hero-networking-lounge.png") center / cover no-repeat;
  color: var(--ink);
}

.rw-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 18vh;
  background: linear-gradient(180deg, transparent, var(--canvas));
  content: "";
  pointer-events: none;
}

.rw-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 520px);
  align-items: end;
  gap: 56px;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 132px 0 112px;
}

.hero-copy {
  max-width: 840px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rw-hero .eyebrow {
  color: var(--accent);
}

.hero-lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.36rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.readiness-console {
  display: grid;
  gap: 16px;
  align-self: end;
  border: 1px solid rgba(16, 19, 18, 0.1);
  border-radius: 30px;
  background: rgba(255, 249, 238, 0.86);
  box-shadow: 0 22px 70px rgba(101, 79, 49, 0.18);
  color: var(--ink);
  padding: 20px;
  backdrop-filter: blur(22px);
}

.console-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(16, 19, 18, 0.12);
  padding-bottom: 16px;
}

.small-label {
  margin: 0 0 5px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.console-header h2 {
  margin: 0;
  font-family: inherit;
  font-size: 1.14rem;
  font-weight: 850;
  line-height: 1.2;
}

.console-pill {
  flex: 0 0 auto;
  border: 1px solid rgba(73, 109, 88, 0.28);
  border-radius: 999px;
  background: #edf5ec;
  color: #244d36;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 850;
}

.console-card,
.console-tile,
.proof-panel,
.standard-stack {
  border: 1px solid rgba(16, 19, 18, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 249, 238, 0.86);
}

.console-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.avatar {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  background: var(--primary);
  color: var(--primary-ink);
  font-weight: 900;
}

.console-card span,
.console-tile span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.console-card strong,
.console-tile strong {
  display: block;
  margin-top: 2px;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.console-tile {
  padding: 14px;
}

.console-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.console-list li,
.state-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.console-list li {
  color: var(--muted);
  font-size: 0.95rem;
}

.console-list li span,
.state-row > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--sage);
}

.proof-ribbon {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: -42px;
  border: 1px solid rgba(16, 19, 18, 0.1);
  border-radius: 999px;
  background: rgba(255, 249, 238, 0.9);
  box-shadow: 0 18px 50px rgba(16, 19, 18, 0.12);
  padding: 12px;
  color: var(--muted);
}

.proof-ribbon span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.88rem;
  font-weight: 750;
}

.section-band {
  background: var(--canvas);
  border-top: 1px solid var(--line);
  padding: 96px 0;
}

.proof-band {
  border-top: 0;
  padding-top: 112px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  margin-bottom: 42px;
}

.section-heading .eyebrow {
  margin-top: 12px;
}

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

.proof-panel {
  min-height: 260px;
  padding: 22px;
}

.panel-number {
  display: block;
  margin-bottom: 68px;
  color: var(--accent);
  font-weight: 900;
}

.proof-panel p,
.standard-stack p,
.site-footer p {
  margin: 12px 0 0;
  color: var(--muted);
}

.standard-band {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.52fr);
  gap: 48px;
  align-items: start;
}

.standard-copy h2 {
  max-width: 760px;
}

.standard-stack {
  display: grid;
  background: var(--panel);
  overflow: hidden;
}

.state-row {
  padding: 22px;
}

.state-row + .state-row {
  border-top: 1px solid var(--line);
}

.state-row.attention > span {
  background: var(--brass);
}

.state-row strong {
  display: block;
}

.state-row p {
  margin-top: 5px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.final-cta .button {
  min-width: 144px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 40px;
  color: var(--muted);
}

.readywhen-site .site-footer {
  background: var(--canvas);
}

.site-footer strong {
  color: var(--ink);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.site-shell {
  display: grid;
  min-height: 100vh;
  padding: 32px;
  background:
    linear-gradient(rgba(16, 19, 18, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 19, 18, 0.045) 1px, transparent 1px),
    var(--canvas);
  background-size: 72px 72px;
}

.page {
  display: grid;
  align-content: space-between;
  width: min(100%, 1120px);
  min-height: calc(100vh - 64px);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 249, 238, 0.76);
  overflow: hidden;
}

.masthead,
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}

.badge {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--muted);
  font-size: 0.82rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 48px;
  padding: 80px 24px 96px;
}

.summary {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.proof-card {
  align-self: end;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
  padding: 24px;
}

.proof-card h2 {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 1rem;
}

.proof-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  color: var(--muted);
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.commonstrata-site {
  --cs-carbon: #121513;
  --cs-limestone: #ede6d9;
  --cs-limestone-strong: #d8ccb9;
  --cs-ink: #f5efe4;
  --cs-muted: #b9b0a0;
  --cs-soft: #7f8679;
  --cs-line: rgba(245, 239, 228, 0.15);
  --cs-oxide: #b96b45;
  --cs-blue: #6b92a1;
  --cs-moss: #73806a;
  min-height: 100vh;
  color: var(--cs-ink);
  background:
    radial-gradient(circle at 76% 14%, rgba(107, 146, 161, 0.2), transparent 30%),
    linear-gradient(145deg, #121513 0%, #1f211d 48%, #0f1110 100%);
}

.commonstrata-site a {
  color: inherit;
}

.cs-header,
.cs-hero,
.cs-principles,
.cs-product,
.cs-footer {
  width: min(100% - 44px, 1160px);
  margin: 0 auto;
}

.cs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  color: var(--cs-muted);
}

.cs-header p {
  margin: 0;
  font-size: 0.9rem;
}

.cs-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cs-ink);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.cs-mark {
  display: grid;
  gap: 3px;
  width: 34px;
  padding: 8px 7px;
  border: 1px solid var(--cs-line);
  background: rgba(245, 239, 228, 0.06);
}

.cs-mark span {
  display: block;
  height: 2px;
  background: var(--cs-limestone);
}

.cs-mark span:nth-child(2) {
  width: 72%;
  background: var(--cs-oxide);
}

.cs-mark span:nth-child(3) {
  width: 86%;
  background: var(--cs-blue);
}

.cs-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.72fr);
  gap: 64px;
  align-items: end;
  min-height: calc(100vh - 178px);
  padding: 80px 0 96px;
}

.cs-hero-copy {
  max-width: 780px;
}

.commonstrata-site .eyebrow {
  color: var(--cs-oxide);
}

.commonstrata-site h1,
.commonstrata-site h2 {
  color: var(--cs-ink);
}

.cs-hero h1 {
  max-width: 780px;
  font-size: clamp(4rem, 8.4vw, 8.2rem);
}

.cs-lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--cs-muted);
  font-size: clamp(1.06rem, 2vw, 1.34rem);
}

.strata-field {
  position: relative;
  display: grid;
  gap: 24px;
  min-height: 480px;
  margin: 0;
  border: 1px solid var(--cs-line);
  background:
    linear-gradient(180deg, rgba(245, 239, 228, 0.08), rgba(245, 239, 228, 0.02)),
    rgba(18, 21, 19, 0.44);
  overflow: hidden;
  padding: 28px;
}

.strata-field::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(245, 239, 228, 0.1) 12% 12.2%, transparent 12.2%),
    linear-gradient(180deg, transparent 0 16%, rgba(245, 239, 228, 0.08) 16% 16.2%, transparent 16.2%);
  background-size: 86px 86px;
  content: "";
  opacity: 0.75;
}

.strata-field::after {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 52%;
  width: 2px;
  background: linear-gradient(var(--cs-blue), var(--cs-oxide));
  content: "";
}

.strata-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 14px;
  min-height: 350px;
}

.strata-grid span {
  display: block;
  height: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(245, 239, 228, 0.12);
  background: rgba(245, 239, 228, 0.08);
}

.strata-grid span:nth-child(1) {
  width: 62%;
  background: rgba(115, 128, 106, 0.2);
}

.strata-grid span:nth-child(2) {
  width: 88%;
}

.strata-grid span:nth-child(3) {
  width: 76%;
  margin-left: 16%;
  background: rgba(107, 146, 161, 0.22);
}

.strata-grid span:nth-child(4) {
  width: 96%;
  background: rgba(185, 107, 69, 0.2);
}

.strata-grid span:nth-child(5) {
  width: 70%;
  margin-left: 10%;
}

.strata-field figcaption {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin-top: auto;
  color: var(--cs-muted);
  font-size: 0.96rem;
}

.cs-principles {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 64px;
  border-top: 1px solid var(--cs-line);
  padding: 82px 0;
}

.commonstrata-site h2 {
  font-size: clamp(2.5rem, 5.6vw, 5.6rem);
}

.cs-principles h2,
.cs-product h2 {
  font-size: clamp(2.6rem, 4.4vw, 4.8rem);
}

.cs-principles h2 {
  max-width: 420px;
  font-size: clamp(2.5rem, 3.8vw, 4.2rem);
}

.principle-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--cs-line);
  border: 1px solid var(--cs-line);
}

.principle-list article {
  min-height: 280px;
  background: rgba(18, 21, 19, 0.72);
  padding: 24px;
}

.principle-list span {
  display: block;
  margin-bottom: 70px;
  color: var(--cs-oxide);
  font-weight: 900;
}

.principle-list h3 {
  color: var(--cs-ink);
}

.principle-list p,
.cs-product p {
  margin: 12px 0 0;
  color: var(--cs-muted);
}

.cs-product {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.46fr) auto;
  gap: 34px;
  align-items: end;
  border-top: 1px solid var(--cs-line);
  border-bottom: 1px solid var(--cs-line);
  padding: 54px 0;
}

.cs-product h2 {
  max-width: 620px;
}

.cs-product a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 239, 228, 0.34);
  padding: 10px 16px;
  color: var(--cs-ink);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.cs-product a:hover,
.cs-product a:focus-visible {
  outline: 3px solid rgba(185, 107, 69, 0.35);
  outline-offset: 3px;
}

.cs-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 34px;
  color: var(--cs-muted);
  font-size: 0.9rem;
}

.cs-footer span:first-child {
  color: var(--cs-ink);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs-options-site {
  min-height: 100vh;
  color: #f5efe4;
  background: #121513;
}

.cs-options {
  display: grid;
  gap: 28px;
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  padding: 28px 0 56px;
}

.cs-options-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  border-bottom: 1px solid rgba(245, 239, 228, 0.12);
  padding-bottom: 18px;
}

.cs-options-intro p,
.cs-options-intro h1 {
  margin: 0;
}

.cs-options-intro p {
  color: #b9b0a0;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cs-options-intro h1 {
  color: #b9b0a0;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
}

.cs-option {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.cs-option-label {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 8px;
  padding-top: 10px;
}

.cs-option-label span {
  color: #b96b45;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cs-option-label h2 {
  color: #f5efe4;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15;
}

.cs-poster {
  position: relative;
  display: grid;
  min-height: min(76vh, 760px);
  margin: 0;
  overflow: hidden;
}

.cs-poster-line {
  place-items: center;
  border: 1px solid rgba(245, 239, 228, 0.14);
  background:
    radial-gradient(circle at 70% 20%, rgba(107, 146, 161, 0.16), transparent 30%),
    linear-gradient(145deg, #111412, #20231f 56%, #111412);
}

.poster-wordmark {
  position: absolute;
  top: 34px;
  left: 38px;
  color: #d8ccb9;
  font-size: clamp(0.78rem, 1.1vw, 0.94rem);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.poster-layer-field {
  position: relative;
  display: grid;
  align-content: center;
  gap: clamp(14px, 2vw, 22px);
  width: min(76%, 820px);
  min-height: min(68%, 540px);
  border: 1px solid rgba(245, 239, 228, 0.14);
  padding: clamp(26px, 5vw, 64px);
}

.poster-layer-field::after {
  position: absolute;
  top: 18%;
  bottom: 0;
  left: 52%;
  width: 2px;
  background: linear-gradient(#6b92a1, #b96b45);
  content: "";
}

.poster-layer-field span {
  display: block;
  height: clamp(42px, 7vw, 86px);
  border: 1px solid rgba(245, 239, 228, 0.14);
  background: rgba(245, 239, 228, 0.06);
}

.poster-layer-field span:nth-child(1) {
  width: 62%;
  margin-left: 8%;
  background: rgba(115, 128, 106, 0.18);
}

.poster-layer-field span:nth-child(2) {
  width: 88%;
}

.poster-layer-field span:nth-child(3) {
  width: 76%;
  margin-left: 16%;
  background: rgba(107, 146, 161, 0.22);
}

.poster-layer-field span:nth-child(4) {
  width: 96%;
  background: rgba(185, 107, 69, 0.22);
}

.poster-layer-field span:nth-child(5) {
  width: 70%;
  margin-left: 10%;
}

.cs-poster-line figcaption {
  position: absolute;
  right: 38px;
  bottom: 30px;
  color: #b9b0a0;
  font-size: 0.94rem;
}

.cs-poster-sheet {
  min-height: min(80vh, 780px);
  border: 1px solid #d8ccb9;
  background: #f4efe6;
  color: #121513;
}

.sheet-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(18, 21, 19, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 21, 19, 0.04) 1px, transparent 1px);
  background-size: 82px 82px;
}

.sheet-wordmark {
  position: absolute;
  top: -0.2em;
  left: 6%;
  color: #121513;
  font-family:
    "Iowan Old Style",
    "New York",
    Georgia,
    serif;
  font-size: clamp(4.6rem, 11vw, 12rem);
  font-weight: 700;
  line-height: 0.84;
  text-transform: uppercase;
}

.sheet-rule {
  position: absolute;
  top: 38%;
  left: 7%;
  width: min(34vw, 420px);
  height: 8px;
  background: #b96b45;
}

.cs-poster-sheet p {
  position: absolute;
  top: calc(38% + 34px);
  left: 7%;
  margin: 0;
  color: #426376;
  font-family:
    "Iowan Old Style",
    "New York",
    Georgia,
    serif;
  font-size: clamp(1.8rem, 3.4vw, 4rem);
  font-weight: 700;
}

.sheet-curve {
  position: absolute;
  right: -4%;
  bottom: -12%;
  width: 68%;
  min-width: 620px;
  color: #f4efe6;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8;
}

.sheet-curve circle {
  fill: currentColor;
}

.cs-poster-sheet::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45%;
  background: #121513;
  clip-path: polygon(0 12%, 32% 10%, 48% 20%, 68% 18%, 100% 6%, 100% 100%, 0 100%);
  content: "";
}

.cs-poster-mark {
  place-items: center;
  border: 1px solid rgba(245, 239, 228, 0.12);
  background:
    linear-gradient(rgba(245, 239, 228, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.035) 1px, transparent 1px),
    #121513;
  background-size: 72px 72px;
}

.cs-poster-mark-warm {
  background:
    radial-gradient(circle at 52% 42%, rgba(185, 107, 69, 0.12), transparent 34%),
    linear-gradient(rgba(245, 239, 228, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.026) 1px, transparent 1px),
    #151714;
  background-size: auto, 88px 88px, 88px 88px, auto;
}

.cs-poster-mark-low {
  align-items: end;
  padding-bottom: min(18vh, 170px);
  background:
    linear-gradient(rgba(245, 239, 228, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, #111412 0%, #171a17 100%);
  background-size: 80px 80px, 80px 80px, auto;
}

.cs-poster-mark-thin {
  background:
    radial-gradient(circle at 50% 50%, rgba(107, 146, 161, 0.08), transparent 36%),
    #121513;
}

.cs-poster-mark-thin::before {
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(245, 239, 228, 0.1);
  content: "";
}

.common-mark {
  display: grid;
  gap: clamp(10px, 1.4vw, 18px);
  width: min(38vw, 440px);
  min-width: 260px;
}

.common-mark span {
  display: block;
  height: clamp(22px, 3.8vw, 46px);
  background: #f5efe4;
}

.common-mark span:nth-child(1) {
  width: 55%;
  background: #73806a;
}

.common-mark span:nth-child(2) {
  width: 100%;
}

.common-mark span:nth-child(3) {
  width: 72%;
  margin-left: auto;
  background: #6b92a1;
}

.common-mark span:nth-child(4) {
  width: 88%;
  background: #b96b45;
}

.common-mark-stack span:nth-child(1) {
  width: 55%;
  margin-left: 0;
}

.common-mark-stack span:nth-child(2) {
  width: 100%;
}

.common-mark-stack span:nth-child(3) {
  width: 72%;
  margin-left: auto;
}

.common-mark-stack span:nth-child(4) {
  width: 88%;
  margin-left: 0;
}

.common-mark-offset {
  width: min(46vw, 520px);
}

.common-mark-offset span:nth-child(1) {
  width: 42%;
  margin-left: 18%;
  background: #73806a;
}

.common-mark-offset span:nth-child(2) {
  width: 84%;
  margin-left: 0;
  background: #f5efe4;
}

.common-mark-offset span:nth-child(3) {
  width: 62%;
  margin-left: 31%;
  background: #6b92a1;
}

.common-mark-offset span:nth-child(4) {
  width: 100%;
  margin-left: 0;
  background: #b96b45;
}

.common-mark-offset span:nth-child(5) {
  width: 52%;
  margin-left: 24%;
  background: rgba(245, 239, 228, 0.34);
}

.common-mark-low {
  width: min(58vw, 680px);
  gap: clamp(12px, 1.8vw, 24px);
}

.common-mark-low span {
  height: clamp(34px, 4.4vw, 62px);
}

.common-mark-low span:nth-child(1) {
  width: 100%;
  background: #f5efe4;
}

.common-mark-low span:nth-child(2) {
  width: 72%;
  margin-left: 16%;
  background: #6b92a1;
}

.common-mark-low span:nth-child(3) {
  width: 84%;
  margin-left: 6%;
  background: #b96b45;
}

.common-mark-thin {
  z-index: 1;
  width: min(44vw, 560px);
  gap: clamp(7px, 0.8vw, 11px);
}

.common-mark-thin span {
  height: clamp(9px, 1.1vw, 14px);
}

.common-mark-thin span:nth-child(1) {
  width: 72%;
  margin-left: 10%;
  background: #73806a;
}

.common-mark-thin span:nth-child(2) {
  width: 100%;
  background: #f5efe4;
}

.common-mark-thin span:nth-child(3) {
  width: 58%;
  margin-left: 34%;
  background: #6b92a1;
}

.common-mark-thin span:nth-child(4) {
  width: 86%;
  margin-left: 4%;
  background: #b96b45;
}

.common-mark-thin span:nth-child(5) {
  width: 48%;
  margin-left: 22%;
  background: rgba(245, 239, 228, 0.42);
}

.common-mark-thin span:nth-child(6) {
  width: 68%;
  margin-left: 14%;
  background: rgba(115, 128, 106, 0.76);
}

.cs-poster-mark figcaption {
  position: absolute;
  bottom: 44px;
  left: 50%;
  display: grid;
  gap: 7px;
  width: min(100% - 40px, 440px);
  color: #b9b0a0;
  text-align: center;
  transform: translateX(-50%);
}

.cs-poster-mark strong {
  color: #f5efe4;
  font-size: 0.96rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cs-poster-mark span {
  font-size: 0.92rem;
}

.cs-poster-path {
  place-items: center;
  border: 1px solid rgba(245, 239, 228, 0.12);
  background:
    linear-gradient(rgba(245, 239, 228, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 58% 42%, rgba(107, 146, 161, 0.11), transparent 36%),
    #121513;
  background-size: 76px 76px, 76px 76px, auto, auto;
}

.cs-poster-path-cut {
  background:
    linear-gradient(rgba(245, 239, 228, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #151714 0%, #101211 100%);
  background-size: 84px 84px, 84px 84px, auto;
}

.cs-poster-path-quiet {
  background:
    radial-gradient(circle at 50% 50%, rgba(115, 128, 106, 0.08), transparent 38%),
    #121513;
}

.cs-poster-path-pinned {
  background:
    linear-gradient(rgba(245, 239, 228, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.03) 1px, transparent 1px),
    #111412;
  background-size: 80px 80px;
}

.strata-path {
  position: relative;
  width: min(54vw, 650px);
  min-width: 300px;
  height: min(48vw, 450px);
  min-height: 330px;
}

.strata-path span {
  position: absolute;
  display: block;
  height: clamp(30px, 4.5vw, 54px);
  background: rgba(245, 239, 228, 0.92);
}

.strata-path-stack span:nth-child(1) {
  top: 18%;
  left: 10%;
  width: 44%;
  background: #73806a;
}

.strata-path-stack span:nth-child(2) {
  top: 36%;
  left: 4%;
  width: 78%;
  background: #f5efe4;
}

.strata-path-stack span:nth-child(3) {
  top: 54%;
  left: 24%;
  width: 60%;
  background: #6b92a1;
}

.strata-path-stack span:nth-child(4) {
  top: 72%;
  left: 10%;
  width: 86%;
  background: #b96b45;
}

.strata-path-cut span:nth-child(1) {
  top: 14%;
  left: 0;
  width: 48%;
  background: #73806a;
}

.strata-path-cut span:nth-child(2) {
  top: 29%;
  left: 8%;
  width: 86%;
  background: #f5efe4;
}

.strata-path-cut span:nth-child(3) {
  top: 44%;
  left: 20%;
  width: 65%;
  background: #6b92a1;
}

.strata-path-cut span:nth-child(4) {
  top: 60%;
  left: 2%;
  width: 98%;
  background: #b96b45;
}

.strata-path-cut span:nth-child(5) {
  top: 76%;
  left: 18%;
  width: 62%;
  background: rgba(245, 239, 228, 0.34);
}

.strata-path-quiet span {
  height: clamp(34px, 5vw, 62px);
}

.strata-path-quiet span:nth-child(1) {
  top: 34%;
  left: 2%;
  width: 94%;
  background: #f5efe4;
}

.strata-path-quiet span:nth-child(2) {
  top: 52%;
  left: 18%;
  width: 72%;
  background: #6b92a1;
}

.strata-path-quiet span:nth-child(3) {
  top: 70%;
  left: 7%;
  width: 84%;
  background: #b96b45;
}

.strata-path-pinned span:nth-child(1) {
  top: 18%;
  left: 14%;
  width: 42%;
  background: #73806a;
}

.strata-path-pinned span:nth-child(2) {
  top: 36%;
  left: 4%;
  width: 80%;
  background: #f5efe4;
}

.strata-path-pinned span:nth-child(3) {
  top: 54%;
  left: 25%;
  width: 62%;
  background: #6b92a1;
}

.strata-path-pinned span:nth-child(4) {
  top: 72%;
  left: 10%;
  width: 88%;
  background: #b96b45;
}

.strata-path svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  filter: drop-shadow(0 1px 1px rgba(18, 21, 19, 0.75));
  stroke: #f5efe4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7;
}

.strata-path circle {
  fill: #f5efe4;
  stroke: none;
}

.strata-path-stack svg path,
.strata-path-cut svg path,
.strata-path-quiet svg path {
  stroke: #f5efe4;
}

.cs-poster-path figcaption {
  position: absolute;
  bottom: 44px;
  left: 50%;
  display: grid;
  width: min(100% - 40px, 440px);
  color: #b9b0a0;
  text-align: center;
  transform: translateX(-50%);
}

.cs-poster-path strong {
  color: #f5efe4;
  font-size: 0.96rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cs-poster-mountain {
  place-items: center;
  border: 1px solid rgba(245, 239, 228, 0.12);
  background:
    linear-gradient(rgba(245, 239, 228, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 56% 43%, rgba(107, 146, 161, 0.1), transparent 36%),
    #121513;
  background-size: 82px 82px, 82px 82px, auto, auto;
  perspective: 900px;
}

.cs-poster-mountain-cut {
  background:
    radial-gradient(circle at 48% 56%, rgba(185, 107, 69, 0.1), transparent 38%),
    linear-gradient(rgba(245, 239, 228, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.024) 1px, transparent 1px),
    #111412;
  background-size: auto, 78px 78px, 78px 78px, auto;
}

.cs-poster-mountain-step {
  background:
    linear-gradient(rgba(245, 239, 228, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, #131613, #101211);
  background-size: 96px 96px, 96px 96px, auto;
}

.cs-poster-mountain-quiet {
  background:
    radial-gradient(circle at 54% 48%, rgba(115, 128, 106, 0.1), transparent 42%),
    #121513;
}

.mountain-mark {
  position: relative;
  width: min(56vw, 680px);
  min-width: 320px;
  height: min(45vw, 500px);
  min-height: 360px;
  transform: rotateX(58deg) rotateZ(-10deg);
  transform-style: preserve-3d;
}

.mountain-mark span {
  position: absolute;
  display: block;
  height: clamp(42px, 5.2vw, 68px);
  box-shadow:
    0 20px 0 rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(245, 239, 228, 0.1);
  transform: skewX(-20deg);
}

.mountain-mark span::after {
  position: absolute;
  right: -34px;
  bottom: -18px;
  width: 34px;
  height: 100%;
  background: rgba(245, 239, 228, 0.1);
  content: "";
  transform: skewY(26deg);
  transform-origin: left bottom;
}

.mountain-ridge span:nth-child(1) {
  top: 18%;
  left: 34%;
  width: 34%;
  background: #73806a;
}

.mountain-ridge span:nth-child(2) {
  top: 33%;
  left: 22%;
  width: 58%;
  background: #f5efe4;
}

.mountain-ridge span:nth-child(3) {
  top: 49%;
  left: 16%;
  width: 70%;
  background: #6b92a1;
}

.mountain-ridge span:nth-child(4) {
  top: 66%;
  left: 8%;
  width: 88%;
  background: #b96b45;
}

.mountain-cut span:nth-child(1) {
  top: 15%;
  left: 40%;
  width: 26%;
  background: #73806a;
}

.mountain-cut span:nth-child(2) {
  top: 30%;
  left: 26%;
  width: 54%;
  background: #f5efe4;
}

.mountain-cut span:nth-child(3) {
  top: 47%;
  left: 18%;
  width: 70%;
  background: #6b92a1;
}

.mountain-cut span:nth-child(4) {
  top: 65%;
  left: 6%;
  width: 94%;
  background: #b96b45;
}

.mountain-step span:nth-child(1) {
  top: 24%;
  left: 42%;
  width: 34%;
  background: #f5efe4;
}

.mountain-step span:nth-child(2) {
  top: 44%;
  left: 26%;
  width: 58%;
  background: #6b92a1;
}

.mountain-step span:nth-child(3) {
  top: 64%;
  left: 8%;
  width: 86%;
  background: #b96b45;
}

.mountain-quiet span {
  height: clamp(28px, 4vw, 52px);
}

.mountain-quiet span:nth-child(1) {
  top: 19%;
  left: 42%;
  width: 28%;
  background: #73806a;
}

.mountain-quiet span:nth-child(2) {
  top: 34%;
  left: 27%;
  width: 54%;
  background: #f5efe4;
}

.mountain-quiet span:nth-child(3) {
  top: 50%;
  left: 18%;
  width: 68%;
  background: #6b92a1;
}

.mountain-quiet span:nth-child(4) {
  top: 67%;
  left: 8%;
  width: 86%;
  background: #b96b45;
}

.mountain-mark svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  filter: drop-shadow(0 1px 1px rgba(18, 21, 19, 0.72));
  stroke: #f5efe4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7;
  transform: translateZ(34px);
}

.mountain-step svg {
  stroke-width: 6;
}

.cs-poster-mountain figcaption {
  position: absolute;
  bottom: 44px;
  left: 50%;
  display: grid;
  width: min(100% - 40px, 440px);
  color: #b9b0a0;
  text-align: center;
  transform: translateX(-50%);
}

.cs-poster-mountain strong {
  color: #f5efe4;
  font-size: 0.96rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cs-minimal-site {
  min-height: 100vh;
  color: #f5efe4;
  background:
    linear-gradient(rgba(245, 239, 228, 0.036) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 228, 0.036) 1px, transparent 1px),
    #121513;
  background-size: 82px 82px;
}

.cs-minimal {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(24px, 5vw, 72px);
}

.cs-minimal-mark {
  display: grid;
  gap: clamp(13px, 1.4vw, 20px);
  width: min(52vw, 700px);
  min-width: 300px;
}

.cs-minimal-mark span {
  display: block;
  height: clamp(24px, 3.1vw, 50px);
}

.cs-minimal-mark span:nth-child(1) {
  width: 55%;
  background: #73806a;
}

.cs-minimal-mark span:nth-child(2) {
  width: 100%;
  background: #f5efe4;
}

.cs-minimal-mark span:nth-child(3) {
  width: 72%;
  margin-left: auto;
  background: #6b92a1;
}

.cs-minimal-mark span:nth-child(4) {
  width: 88%;
  background: #b96b45;
}

.cs-minimal-lockup {
  position: fixed;
  right: 24px;
  bottom: clamp(40px, 8vh, 96px);
  left: 24px;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.cs-minimal-lockup h1 {
  margin: 0;
  color: #f5efe4;
  font-family: inherit;
  font-size: clamp(1rem, 1.4vw, 1.36rem);
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.cs-minimal-lockup p {
  margin: 0;
  color: #b9b0a0;
  font-size: clamp(0.98rem, 1.25vw, 1.28rem);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .rw-hero {
    min-height: auto;
    background-position: 62% center;
  }

  .rw-hero-inner,
  .section-heading,
  .standard-band,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .readiness-console {
    max-width: 560px;
  }

  .proof-panels {
    grid-template-columns: 1fr;
  }

  .cs-hero,
  .cs-principles,
  .cs-product {
    grid-template-columns: 1fr;
  }

  .cs-hero {
    min-height: auto;
    gap: 42px;
  }

  .strata-field {
    max-width: 620px;
  }

  .principle-list {
    grid-template-columns: 1fr;
  }

  .principle-list article {
    min-height: auto;
  }

  .principle-list span {
    margin-bottom: 34px;
  }

  .cs-option {
    grid-template-columns: 1fr;
  }

  .cs-option-label {
    position: static;
    padding-top: 0;
  }

  .cs-poster {
    min-height: 680px;
  }

  .sheet-curve {
    width: 86%;
    min-width: 0;
  }

  .proof-panel {
    min-height: auto;
  }

  .panel-number {
    margin-bottom: 36px;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-footer,
  .section-band,
  .proof-ribbon {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .header-cta {
    width: 100%;
  }

  .rw-header .header-cta {
    width: fit-content;
  }

  .rw-hero {
    background:
      linear-gradient(
        180deg,
        rgba(244, 239, 230, 0.98) 0%,
        rgba(244, 239, 230, 0.9) 46%,
        rgba(244, 239, 230, 0.58) 100%
      ),
      url("/assets/hero-networking-lounge.png") 58% center / cover no-repeat;
  }

  .rw-hero-inner {
    width: min(100% - 32px, 1180px);
    gap: 34px;
    padding: 126px 0 84px;
  }

  h1 {
    font-size: clamp(2.72rem, 13.2vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2.08rem, 12vw, 3.8rem);
  }

  .hero-lede {
    margin-top: 22px;
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .readiness-console {
    border-radius: 24px;
    padding: 16px;
  }

  .console-header,
  .console-grid {
    grid-template-columns: 1fr;
  }

  .console-header {
    display: grid;
  }

  .console-pill {
    width: fit-content;
  }

  .proof-ribbon {
    justify-content: flex-start;
    margin-top: -30px;
    border-radius: 22px;
  }

  .section-band {
    padding: 66px 0;
  }

  .section-heading {
    gap: 18px;
    margin-bottom: 28px;
  }

  .standard-band {
    gap: 28px;
  }

  .final-cta {
    align-items: stretch;
  }

  .site-footer,
  .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-shell {
    padding: 16px;
  }

  .page {
    min-height: calc(100vh - 32px);
  }

  .masthead,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 56px 18px 72px;
  }

  .cs-header,
  .cs-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .cs-header,
  .cs-hero,
  .cs-principles,
  .cs-product,
  .cs-footer {
    width: min(100% - 32px, 1160px);
  }

  .cs-hero {
    padding: 52px 0 72px;
  }

  .cs-hero h1 {
    font-size: clamp(3.1rem, 15vw, 5rem);
  }

  .strata-field {
    min-height: 380px;
    padding: 20px;
  }

  .strata-grid {
    min-height: 260px;
  }

  .cs-principles {
    gap: 28px;
    padding: 62px 0;
  }

  .cs-product {
    gap: 22px;
  }

  .cs-product a {
    width: 100%;
  }

  .cs-options {
    width: min(100% - 24px, 1280px);
    padding-top: 18px;
  }

  .cs-options-intro {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
  }

  .cs-poster {
    min-height: 560px;
  }

  .poster-wordmark,
  .cs-poster-line figcaption {
    right: 22px;
    left: 22px;
  }

  .poster-layer-field {
    width: calc(100% - 36px);
    min-height: 380px;
    padding: 24px;
  }

  .sheet-wordmark {
    left: 7%;
    font-size: clamp(3.5rem, 19vw, 7rem);
  }

  .sheet-rule {
    top: 34%;
    width: 54vw;
  }

  .cs-poster-sheet p {
    top: calc(34% + 26px);
    max-width: 78%;
  }

  .cs-poster-sheet::after {
    height: 43%;
  }

  .sheet-curve {
    right: -18%;
    bottom: -5%;
    width: 118%;
  }

  .common-mark {
    width: min(70vw, 340px);
  }

  .common-mark-offset,
  .common-mark-low,
  .common-mark-thin {
    width: min(74vw, 360px);
  }

  .strata-path {
    width: min(78vw, 360px);
    min-width: 0;
    height: 410px;
    min-height: 0;
  }

  .strata-path span {
    height: 34px;
  }

  .strata-path svg {
    stroke-width: 6;
  }

  .mountain-mark {
    width: min(82vw, 370px);
    min-width: 0;
    height: 380px;
    min-height: 0;
    transform: rotateX(58deg) rotateZ(-10deg) scale(0.95);
  }

  .mountain-mark span {
    height: 36px;
  }

  .mountain-mark span::after {
    right: -22px;
    bottom: -12px;
    width: 22px;
  }

  .mountain-mark svg {
    stroke-width: 6;
  }

  .cs-minimal-mark {
    width: min(78vw, 360px);
    min-width: 0;
  }

  .cs-minimal-mark span {
    height: 28px;
  }

  .cs-minimal-lockup {
    bottom: 54px;
  }

  .cs-poster-mark-low {
    padding-bottom: 104px;
  }
}
