/* DAIDALDEX — product-led edition. Content is visible without scripting. */
:root {
  --ink: #0c0e10;
  --ink-2: #15181b;
  --ink-3: #1b1f22;
  --text: #f4f5f6;
  --muted: #a5adb2;
  --teal: #70e5cd;
  --line: rgba(255, 255, 255, 0.13);
  --line-2: rgba(255, 255, 255, 0.24);
  --max: 1280px;
  --paper: #f3f4f3;
  --paper-text: #171c20;
  --paper-muted: #596267;
}
html {
  scroll-padding-top: 92px;
}
body {
  overflow-x: clip;
  font-size: 16px;
  line-height: 1.65;
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
img {
  object-fit: contain;
}
a,
button,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
  opacity: 0.45;
}
[hidden] {
  display: none !important;
}
.wrap {
  padding: 0 48px;
}
.top .nav {
  height: 80px;
  gap: 24px;
}
.brand .plate {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  border-radius: 50%;
  padding: 3px;
}
.brand b {
  font-size: 13px;
  letter-spacing: 0.16em;
  font-weight: 650;
}
.brand > span > span {
  display: none;
}
.links a {
  font-weight: 450;
  font-size: 14px;
  padding: 12px 10px;
}
.links a::after {
  display: none;
}
.nav .btn {
  height: 42px;
  padding: 0 21px;
  font-size: 13px;
}
.lang {
  border: 0;
  font-size: 12px;
  min-width: 44px;
  justify-content: center;
}
.btn {
  border-radius: 100px;
  min-height: 48px;
  height: auto;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  white-space: normal;
  text-align: center;
}
.btn-main {
  background: var(--teal);
  color: #10221e;
}
.btn-main:hover {
  background: #a5efde;
}
.btn-ghost {
  background: transparent;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  color: inherit;
  font-size: 14px;
  font-weight: 550;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.text-link span {
  font-size: 22px;
}
.kicker {
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--muted);
}
.kicker::before {
  display: none;
}
.mark {
  white-space: normal;
  color: var(--teal);
}
.mark::after {
  display: none;
}
h1,
h2 {
  font-weight: 550;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(2.7rem, 5.3vw, 4.7rem);
  line-height: 1.07;
}
h2 {
  font-size: clamp(2.1rem, 3.7vw, 3.2rem);
  line-height: 1.12;
}
h3 {
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 600;
}
.lede {
  font-size: 1.06rem;
  line-height: 1.75;
}
.dim,
.chain .lnk::before,
.card::before,
.grid-bg::before {
  display: none;
}
.grid-bg {
  overflow: visible;
}
.hero {
  padding: 64px 0 72px;
}
.hero-grid {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
}
.hero h1 {
  margin-top: 20px;
}
.hero .lede {
  max-width: 50ch;
}
.hero .spec {
  margin-top: 12px;
}
.cta {
  align-items: center;
  gap: 24px;
}
.panel {
  border-radius: 16px;
  background: var(--ink-2);
}
.panel-top {
  font-family: inherit;
  letter-spacing: 0.08em;
  font-size: 12px;
  padding: 16px 22px;
}
.panel-top b {
  font-size: 12px;
}
.panel-body {
  padding: 26px;
}
.prompt {
  font-size: 15px;
  border-style: solid;
  border-color: var(--line);
  background: transparent;
  color: var(--text);
  padding: 22px;
}
.prompt span {
  font-size: 12px;
  font-family: inherit;
}
.chain .lnk {
  padding: 15px 16px;
  border-radius: 8px;
}
.chain .lnk b {
  font-size: 14px;
}
.chain .lnk em {
  font-size: 12px;
}
.spec {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.spec dt,
.spec dd {
  margin: 0;
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.spec dt {
  color: var(--muted);
}
.spec dd {
  font-weight: 550;
}
.spec dt:last-of-type,
.spec dd:last-of-type {
  border-bottom: 0;
}
section.block {
  padding: 84px 0;
}
.head {
  max-width: 800px;
}
.head + * {
  margin-top: 40px;
}
.cards {
  gap: 0;
  border-block: 1px solid var(--line);
  background: none;
}
.card {
  padding: 30px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: none;
}
.card:last-child {
  border-right: 0;
}
.card .n {
  font-family: inherit;
  font-size: 12px;
  color: var(--muted);
}
.card p {
  font-size: 15px;
}
.card .val {
  font-size: 15px;
  font-weight: 500;
}
.checks {
  gap: 17px;
}
.checks li {
  font-size: 16px;
}
.shot {
  border-radius: 12px;
  background: var(--ink-2);
}
.shot figcaption {
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 18px 22px;
}
.shot figcaption b {
  font-size: 12px;
  letter-spacing: 0.06em;
}
.gallery .shot figcaption span {
  font-size: 14px;
}
.gallery .zoom::after {
  content: "↗";
  font: 20px/1 system-ui;
  padding: 9px 13px;
  opacity: 1;
  color: white;
  border: 0;
  border-radius: 50px;
  background: #18232ddd;
}
.tablewrap {
  border-radius: 12px;
}
.tablewrap table {
  min-width: 0;
}
th {
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.08em;
}
td {
  font-size: 15px;
}
.tag {
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.03em;
  white-space: normal;
}
.qa {
  margin-top: 32px;
}
.qa details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.qa summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 550;
}
.qa p {
  font-size: 16px;
  color: var(--muted);
  max-width: 80ch;
  margin-top: 16px;
}
.close {
  padding: 76px 0;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.close .lede {
  margin: 20px auto 0;
  max-width: 54ch;
}
.close .cta {
  justify-content: center;
}
.paths {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.paths a {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.paths a span {
  font-size: 12px;
  color: var(--muted);
}
.paths a h3 {
  margin: 18px 0 10px;
}
.paths a p {
  font-size: 15px;
  color: var(--muted);
}
footer {
  padding: 36px 0;
}
.foot {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.foot p {
  font-size: 13px;
  color: var(--muted);
}
.foot .rev {
  font-size: 11px;
  letter-spacing: 0.1em;
}
.foot nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
}
.foot a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.menu summary {
  border-radius: 50px;
  height: 44px;
}
.menu .sheet a {
  min-height: 44px;
}
.result {
  font-size: 14px;
  color: var(--teal);
}
form.request {
  display: grid;
  gap: 22px;
}
form.request label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 14px;
}
form.request input:not([type="checkbox"]),
form.request textarea,
form.request select {
  width: 100%;
  min-width: 0;
  padding: 13px 15px;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  color: var(--text);
  background: var(--ink);
  min-height: 48px;
}
form.request textarea {
  resize: vertical;
}
form.request .consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  color: var(--muted);
}
form.request .consent input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.form-note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
}
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.plain-contact {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
/* Light sections are explicitly scoped; existing detail pages retain dark UI. */
.paper {
  --text: var(--paper-text);
  --muted: var(--paper-muted);
  --line: #d8dedc;
  --line-2: #bac4c0;
  --teal: #126b58;
  background: var(--paper);
  color: var(--text);
}
.paper a:focus-visible,
.paper button:focus-visible {
  outline-color: #146b5b;
}
.section-space {
  padding: 94px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 48px;
  margin-bottom: 44px;
}
.section-heading h2 {
  margin-top: 18px;
  max-width: 650px;
}
.section-heading > p {
  max-width: 31ch;
  font-size: 16px;
  color: var(--muted);
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.13em;
  font-weight: 550;
  text-transform: uppercase;
  color: var(--muted);
}
.sequence {
  display: grid;
  grid-template-columns: 330px 1fr;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.sequence-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: 1px solid var(--line);
}
.sequence-list a {
  display: flex;
  gap: 20px;
  padding: 25px 26px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.sequence-list li:last-child a {
  border-bottom: 0;
}
.sequence-list a > span {
  font: 12px/1.7 var(--mono);
  padding-top: 3px;
}
.sequence-list b {
  display: block;
  font-size: 17px;
  font-weight: 550;
  color: var(--text);
}
.sequence-list small {
  font-size: 13px;
  display: block;
  margin-top: 4px;
}
.sequence-list a[aria-current="step"] {
  background: #e8f2ee;
  color: #176a55;
  box-shadow: inset 3px 0 #18745e;
}
.sequence-list a[aria-current="step"] b {
  color: #155b4c;
}
.sequence-panels {
  min-width: 0;
  padding: 34px;
  display: grid;
  gap: 32px;
}
.sequence.enhanced .sequence-panels {
  display: block;
}
.sequence-panel h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
  margin: 7px 0 18px;
}
.sequence-panel > p {
  font-size: 15px;
  color: var(--muted);
  max-width: 58ch;
}
.sequence-panel .mini-label {
  color: #486354;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.prompt-document {
  margin: 24px 0;
  padding: 26px;
  background: #f4f6f5;
  border: 1px solid #e1e6e3;
  border-radius: 10px;
}
.prompt-document blockquote {
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.025em;
  margin: 0;
  color: #293a32;
}
.prompt-document small {
  display: block;
  font-size: 12px;
  color: #66716a;
  margin-top: 18px;
}
.signal-table {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.signal-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.5fr;
  gap: 12px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.signal-row:last-child {
  border: 0;
}
.signal-row:first-child {
  font-size: 12px;
  background: #f0f3f1;
  color: #63706a;
}
.signal-row code {
  font: 13px var(--mono);
}
.review-note {
  padding: 21px 24px;
  margin: 24px 0;
  background: #edf5f1;
  border-left: 2px solid #28765e;
  font-size: 17px;
  line-height: 1.65;
}
.file-list {
  list-style: none;
  margin: 23px 0;
  padding: 0;
}
.file-list li {
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.file-icon {
  border: 1px solid #cad5cf;
  border-radius: 5px;
  font: 10px/1 var(--mono);
  padding: 10px 8px;
  width: 44px;
  text-align: center;
}
.file-list b {
  font-size: 14px;
  font-weight: 550;
}
.file-list small {
  display: block;
  font-size: 12px;
  color: var(--muted);
}
.sequence-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  margin-top: 22px;
  border-top: 1px solid var(--line);
}
.sequence-controls button {
  border: 1px solid var(--line);
  border-radius: 50px;
  background: white;
  min-width: 44px;
  min-height: 44px;
  color: var(--text);
}
.sequence-controls span {
  font-size: 12px;
  color: var(--muted);
}
.sequence-controls > div {
  display: flex;
  gap: 10px;
}
.sequence-image {
  margin: 22px 0 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.sequence-image img {
  width: 100%;
}
.evidence-caption {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 16px;
}
.editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}
.editorial-split h2 {
  margin: 18px 0 22px;
}
.editorial-split .lede {
  max-width: 40ch;
}
.editorial-split .text-link {
  margin-top: 24px;
}
.change-example {
  border: 1px solid var(--line);
  background: var(--ink-2);
  border-radius: 16px;
  padding: 30px;
}
.change-example > p {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.change-request {
  font-size: 23px;
  letter-spacing: -0.025em;
  line-height: 1.45;
  padding: 26px 0;
}
.change-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.change-row span {
  color: var(--muted);
}
.change-value {
  display: flex;
  align-items: center;
  gap: 18px;
}
.change-value del {
  color: var(--muted);
}
.change-value ins {
  color: var(--teal);
  text-decoration: none;
}
.change-example .footnote {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 20px;
}
.proof-heading {
  max-width: 730px;
  margin-bottom: 42px;
}
.proof-heading h2 {
  margin: 18px 0;
}
.proof-heading p {
  color: var(--muted);
  font-size: 17px;
}
.proof-frame {
  margin: 0;
  background: white;
  border: 1px solid #d7ddda;
  border-radius: 14px;
  padding: 9px;
}
.proof-frame a {
  display: block;
  overflow: hidden;
  border-radius: 7px;
}
.proof-frame img {
  width: 100%;
}
.proof-frame figcaption {
  padding: 14px 17px 8px;
  font-size: 12px;
  color: #525e57;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.proof-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding-top: 32px;
}
.proof-facts > div {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.proof-facts h3 {
  font-size: 16px;
}
.proof-facts p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}
.human-section {
  padding: 78px 0;
  border-bottom: 1px solid var(--line);
}
.human-section .editorial-split {
  gap: 70px;
}
.human-section h2 {
  font-size: clamp(2rem, 3vw, 2.7rem);
}
.service-note {
  border-left: 1px solid var(--line);
  padding: 15px 0 15px 45px;
}
.service-note .person-role {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.service-note h3 {
  font-size: 26px;
  margin: 14px 0;
}
.service-note p {
  font-size: 16px;
  color: var(--muted);
  margin: 0 0 20px;
}
.final-invite {
  padding: 80px 0;
}
.invite-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
}
.invite-content h2 {
  max-width: 700px;
}
.invite-content p {
  margin-top: 18px;
  color: var(--muted);
  max-width: 50ch;
}
.invite-content .btn {
  flex-shrink: 0;
}
.site-footer {
  border-top: 1px solid var(--line);
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
  .sequence-list a,
  .btn {
    transition:
      background 0.18s ease,
      border-color 0.18s ease;
  }
  .sequence.enhanced .sequence-panel:not([hidden]) .review-note {
    animation: review-border 0.55s ease;
  }
  @keyframes review-border {
    from {
      border-left-color: #b9d1c5;
    }
    to {
      border-left-color: #28765e;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media (max-width: 1050px) {
  .wrap {
    padding: 0 32px;
  }
  .top .nav {
    gap: 14px;
  }
  .hero-grid {
    gap: 35px;
  }
  .sequence {
    grid-template-columns: 280px 1fr;
  }
  .sequence-list a {
    padding: 23px 20px;
  }
  .editorial-split {
    gap: 45px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-space {
    padding: 76px 0;
  }
  .card {
    padding: 25px 20px;
  }
}
@media (max-width: 760px) {
  .wrap {
    padding: 0 22px;
  }
  .top .nav {
    height: 68px;
  }
  .hero-grid,
  .editorial-split,
  .human-section .editorial-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading > p {
    max-width: 48ch;
    margin-top: 20px;
  }
  .section-space {
    padding: 58px 0;
  }
  .sequence {
    grid-template-columns: 1fr;
  }
  .sequence-list {
    border: 0;
  }
  .sequence-list a {
    padding: 16px 20px;
  }
  .sequence.enhanced .sequence-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-bottom: 1px solid var(--line);
  }
  .sequence.enhanced .sequence-list a {
    padding: 16px 5px;
    display: grid;
    text-align: center;
    gap: 5px;
    height: 100%;
    border: 0;
  }
  .sequence.enhanced .sequence-list small {
    display: none;
  }
  .sequence.enhanced .sequence-list b {
    font-size: 11px;
    line-height: 1.3;
  }
  .sequence.enhanced .sequence-list a > span {
    font-size: 10px;
  }
  .sequence.enhanced .sequence-list a[aria-current="step"] {
    box-shadow: inset 0 -2px #18745e;
  }
  .sequence-panels {
    padding: 25px 21px;
  }
  .prompt-document {
    padding: 20px;
  }
  .prompt-document blockquote {
    font-size: 18px;
  }
  .sequence-panel h3 {
    font-size: 22px;
  }
  .sequence-controls {
    margin-top: 24px;
  }
  .proof-facts {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .proof-frame {
    padding: 5px;
    border-radius: 8px;
  }
  .proof-frame figcaption {
    display: block;
    padding: 11px 7px 6px;
    font-size: 11px;
  }
  .proof-frame figcaption span {
    display: block;
    margin-top: 6px;
  }
  .service-note {
    padding: 25px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .human-section {
    padding: 58px 0;
  }
  .invite-content {
    display: block;
  }
  .invite-content .btn {
    margin-top: 28px;
  }
  .final-invite {
    padding: 55px 0;
  }
  .foot {
    display: block;
  }
  .foot nav {
    margin-top: 16px;
    gap: 10px 22px;
  }
  .hero {
    padding: 38px 0 45px;
  }
  .hero h1 {
    font-size: 2.7rem;
  }
  .hero .lede {
    font-size: 16px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 25px 0;
  }
  .card:last-child {
    border: 0;
  }
  section.block {
    padding: 55px 0;
  }
  .split,
  .split.even {
    gap: 30px;
  }
  .paths {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .paths a {
    padding: 20px;
  }
  .spec dt,
  .spec dd {
    padding: 14px;
    font-size: 13px;
  }
  th,
  td {
    padding: 13px 10px;
    font-size: 13px;
  }
  th {
    font-size: 11px;
  }
  .tag {
    font-size: 10px;
    padding: 4px 6px;
  }
  .tablewrap {
    overflow: auto;
  }
  .change-example {
    padding: 25px;
  }
  .change-request {
    font-size: 20px;
  }
  .panel-body {
    padding: 23px;
  }
  .close {
    padding: 54px 0;
  }
  .gallery {
    margin-top: 28px;
  }
  .lede {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .wrap {
    padding: 0 18px;
  }
  .section-heading h2 {
    font-size: 2rem;
  }
  .nav .brand b {
    font-size: 12px;
  }
  .spec {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .paths {
    grid-template-columns: 1fr;
  }
}

/* Centered opening: the software is the primary visual. */
.home .top {
  border-bottom-color: transparent;
}
.home .nav .btn {
  background: #edf2ef;
  color: #1c2822;
}
.home .nav .btn:hover {
  background: #fff;
}
.opening {
  overflow: hidden;
}
.opening-grid {
  display: block;
  min-height: 0;
}
.opening-copy {
  text-align: center;
  padding: 0;
}
.opening-copy .kicker {
  font-size: 13px;
  letter-spacing: 0.025em;
  text-transform: none;
  font-weight: 450;
  color: #aab5b5;
}
.opening-copy h1 {
  max-width: 1100px;
  margin: 18px auto 0;
  font-weight: 550;
  letter-spacing: -0.06em;
}
.opening-copy .lede {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.65;
  margin-inline: auto;
  color: #a9b2b0;
}
.opening-copy .cta {
  justify-content: center;
  gap: 28px;
}
@media (max-width: 760px) {
  .home .top .nav {
    height: 64px;
  }
  .opening-copy .kicker {
    font-size: 12px;
    letter-spacing: 0;
  }
  .desktop-break {
    display: none;
  }
  .opening-copy .cta {
    gap: 20px;
  }
  .opening-copy .btn {
    font-size: 13px;
    min-height: 46px;
  }
  .opening-copy .text-link {
    font-size: 13px;
  }
}

/* Product-first hero. Actual screenshots, readable controls and static depth. */
.opening {
  padding-top: 34px;
}
.opening-copy h1 {
  font-size: clamp(3rem, 4.9vw, 4.4rem);
  line-height: 1.08;
}
.opening-copy h1 em {
  color: #dce4e1;
}
.opening-copy .lede {
  margin-top: 20px;
}
.opening-copy .cta {
  margin-top: 22px;
}
.product-stage {
  max-width: 1040px;
  margin: 35px auto 0;
  position: relative;
}
.product-window {
  position: relative;
  background: #151b1b;
  border: 1px solid #515c58;
  border-radius: 13px;
  padding: 6px;
  box-shadow: 0 22px 70px #0005;
}
.product-window::before,
.product-window::after {
  content: "";
  position: absolute;
  border: 1px solid #34403b;
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  height: 25px;
  z-index: -1;
}
.product-window::before {
  inset: -7px 14px auto;
}
.product-window::after {
  inset: -13px 30px auto;
  border-color: #26312c;
}
.product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 6px 13px 11px;
  min-height: 51px;
}
.product-context {
  color: #b3beb8;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.preview-selector {
  display: flex;
  align-items: center;
  gap: 6px;
}
.preview-selector a {
  font-size: 12px;
  color: #b0bbb7;
  min-height: 38px;
  padding: 8px 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}
.preview-selector a[aria-current="true"] {
  background: #293630;
  border-color: #455b50;
  color: #d4f2e4;
}
.preview-selector a:hover {
  color: #fff;
  background: #24312a;
}
.preview-expand {
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: #ccd6d0;
}
.product-image-link {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #e9eff2;
  aspect-ratio: 1913/870;
}
.product-image-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-provenance {
  font-size: 12px;
  line-height: 1.65;
  color: #a7b3ad;
  text-align: center;
  padding: 18px 0 27px;
}
.product-stage {
  isolation: isolate;
}
.product-window {
  z-index: 1;
}
.product-window::before,
.product-window::after {
  z-index: -1;
}
@media (max-width: 1050px) {
  .product-stage {
    margin-top: 32px;
  }
  .opening-copy h1 {
    font-size: 3.7rem;
  }
}
@media (max-width: 760px) {
  .opening {
    padding-top: 26px;
  }
  .opening-copy h1 {
    font-size: clamp(2.25rem, 6.2vw, 3.4rem);
    max-width: 650px;
  }
  .opening-copy h1 em {
    max-width: none;
    display: inline;
  }
  .opening-copy .lede {
    max-width: 40ch;
    font-size: 15px;
  }
  .product-stage {
    margin-top: 33px;
  }
  .product-toolbar {
    gap: 8px;
    padding: 2px 4px 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-context {
    font-size: 11px;
    flex: 1;
  }
  .preview-selector {
    gap: 2px;
  }
  .preview-selector a {
    font-size: 11px;
    padding: 8px 13px;
    min-height: 44px;
  }
  .preview-expand {
    font-size: 18px;
  }
  .product-window {
    padding: 4px;
    border-radius: 10px;
  }
  .product-provenance {
    font-size: 11px;
    padding: 16px 0 24px;
    max-width: 310px;
    margin: 0 auto;
  }
  .product-window::before {
    inset: -6px 12px auto;
  }
  .product-window::after {
    inset: -11px 24px auto;
  }
  .product-window::before,
  .product-window::after {
    border-radius: 10px 10px 0 0;
  }
  .product-image-link {
    aspect-ratio: 1.7;
    overflow: hidden;
  }
  .product-image-link img {
    object-fit: cover;
    object-position: left top;
    width: 100%;
    height: 100%;
  }
  .product-context {
    display: none;
  }
  .preview-selector {
    flex: 1;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .opening-copy h1 {
    font-size: 2.6rem;
    max-width: 350px;
    line-height: 1.07;
  }
  .opening-copy h1 em {
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }
  .opening-copy .lede {
    font-size: 15px;
    max-width: 32ch;
  }
  .product-stage {
    margin-top: 31px;
  }
  .preview-selector a {
    padding-inline: 11px;
  }
  .opening-copy .cta {
    gap: 20px;
  }
  .opening-copy .text-link {
    font-size: 13px;
  }
  .opening-copy .btn {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .opening-copy h1 {
    font-size: 2.2rem;
  }
  .preview-selector a {
    padding-inline: 8px;
  }
  .opening-copy .text-link {
    font-size: 12px;
  }
  .opening-copy .cta {
    gap: 12px;
  }
}
