.homepage-v4 {
  color-scheme: light;
  --paper: #fbf9f6;
  --paper-deep: #f2ede6;
  --white: #ffffff;
  --ink: #14110e;
  --ink-soft: #4a433b;
  --muted: #746b61;
  --line: #e5ddd3;
  --line-strong: #d6cabd;
  --copper: #a85a32;
  --copper-dark: #8f4727;
  --copper-soft: #f0ded2;
  --shadow: 0 24px 70px rgba(35, 27, 20, 0.12);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Schibsted Grotesk", Arial, sans-serif;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@scope (.homepage-v4) {

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h3 {
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-150%);
}

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

.section-shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(229, 221, 211, 0.82);
  background: rgba(251, 249, 246, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1200px, calc(100% - 48px));
  height: 68px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: none;
  color: var(--ink);
}

.brand > span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.brand > span span {
  color: var(--copper);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 4px;
}

.desktop-nav a,
.text-link {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
}

.desktop-nav a:hover,
.text-link:hover,
.language-link:hover {
  color: var(--copper);
}

.desktop-nav .is-active {
  padding-bottom: 2px;
  border-bottom: 2px solid var(--copper);
  color: var(--ink);
  font-weight: 600;
}

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 13px;
}

.language-link {
  padding: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.button {
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 40px;
  padding: 9px 19px;
}

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

.button-ink:hover {
  background: #2d2722;
}

.button.button-copper {
  background: var(--copper);
  color: #fff8f3;
}

.button.button-copper:hover {
  background: var(--copper-dark);
  color: #fff8f3;
}

.button-outline {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--ink);
}

.button-outline:hover {
  border-color: var(--ink);
}

.button-text {
  min-height: 44px;
  padding-inline: 8px;
  color: var(--ink);
}

.button-text:hover {
  color: var(--copper);
}

.menu-button,
.mobile-menu,
.mobile-dock {
  display: none;
}

.hero {
  min-height: calc(100svh - 68px);
  padding-block: clamp(64px, 7vw, 104px) clamp(72px, 8vw, 118px);
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: clamp(42px, 5vw, 78px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.status-line {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.status-line span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 5px var(--copper-soft);
}

.hero h1 {
  max-width: 9ch;
  margin-bottom: 25px;
  font-size: clamp(58px, 6.15vw, 91px);
  line-height: 0.92;
}

.hero-lede {
  max-width: 540px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.hero-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12.5px;
}

.real-cover {
  min-width: 0;
  margin: 0;
}

.cover-stage {
  position: relative;
  aspect-ratio: 1920 / 889;
  overflow: hidden;
  border: 1px solid rgba(20, 17, 14, 0.18);
  border-radius: 22px;
  background: #050505;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.cover-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: clamp(56px, 6vw, 72px);
  height: clamp(56px, 6vw, 72px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.42);
  color: white;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(5px);
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.cover-play:hover {
  background: rgba(0, 0, 0, 0.66);
  transform: translate(-50%, -50%) scale(1.04);
}

.play-symbol {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid currentColor;
}

.real-cover figcaption {
  padding: 13px 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
}

.real-cover figcaption a {
  color: var(--ink);
  font-weight: 650;
}

.format-strip {
  width: 100%;
  min-height: 72px;
  padding-inline: max(24px, calc((100vw - 1200px) / 2));
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  background: rgba(255, 255, 255, 0.38);
}

.format-strip span {
  padding-inline: 18px;
  border-right: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}

.format-strip span:first-child {
  padding-left: 0;
  text-align: left;
}

.format-strip span:last-child {
  padding-right: 0;
  border-right: 0;
  text-align: right;
}

.product-intro {
  padding-block: clamp(100px, 12vw, 170px) clamp(72px, 8vw, 112px);
}

.section-heading h2 {
  margin-bottom: 20px;
  font-size: clamp(46px, 5.3vw, 76px);
  line-height: 0.98;
}

.section-heading > p,
.split-heading > p,
.template-heading > p,
.pricing-head > div > p,
.faq-heading p,
.closing-section p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: clamp(36px, 8vw, 112px);
}

.split-heading > p {
  max-width: 480px;
  margin-bottom: 8px;
}

.product-index {
  margin-top: 78px;
  border-top: 1px solid var(--line-strong);
}

.product-index a {
  min-height: 92px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 64px 0.72fr 1.28fr;
  align-items: center;
  gap: 20px;
  transition: color 180ms ease;
}

.product-index a:hover {
  color: var(--copper);
}

.product-index span,
.chapter-number,
.section-number {
  color: var(--copper);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.product-index strong {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.product-index small {
  color: var(--muted);
  font-size: 14px;
}

.product-chapter {
  padding-block: clamp(90px, 10vw, 140px);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 64px minmax(300px, 0.9fr) minmax(480px, 1.1fr);
  align-items: start;
  gap: clamp(28px, 5vw, 68px);
}

.chapter-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(43px, 4.6vw, 67px);
  line-height: 1;
}

.chapter-lede {
  max-width: 440px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.feature-lines {
  border-top: 1px solid var(--line-strong);
}

.feature-lines article {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(130px, 0.7fr) minmax(220px, 1.3fr);
  gap: 24px;
}

.feature-lines h3 {
  margin: 0;
  font-size: 15px;
}

.feature-lines p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.template-section {
  padding-block: clamp(100px, 11vw, 160px);
}

.template-heading {
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(280px, 0.68fr);
  align-items: end;
  gap: 70px;
}

.template-heading h2 {
  max-width: 900px;
  margin: 9px 0 0;
}

.template-heading > p {
  margin-bottom: 10px;
}

.template-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(600px, 1.28fr);
  gap: clamp(48px, 7vw, 90px);
  align-items: start;
}

.template-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

.template-list li {
  min-height: 72px;
  padding-block: 15px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 38px 0.9fr 1.1fr;
  align-items: center;
  gap: 12px;
}

.template-list li > span {
  color: var(--copper);
  font-size: 10px;
  font-weight: 700;
}

.template-list strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.template-list small {
  color: var(--muted);
  font-size: 12px;
}

.beta-note {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(168, 90, 50, 0.22);
  background: var(--copper-soft);
}

.beta-note > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.beta-note > div span {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--copper);
  color: white;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.beta-note > div strong {
  font-size: 15px;
}

.beta-note p {
  margin: 15px 0 10px;
  color: #4c3326;
  font-size: 13px;
}

.beta-note small {
  display: block;
  color: #72503d;
  font-size: 11px;
}

.beta-plan-details {
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid rgba(168, 90, 50, 0.2);
}

.beta-plan-details summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  color: #4c3326;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.beta-plan-details summary::-webkit-details-marker {
  display: none;
}

.beta-plan-details summary::after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
}

.beta-plan-details[open] summary::after {
  content: "−";
}

.beta-plan-details ul {
  margin: 9px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 9px;
}

.beta-plan-details li {
  color: #624332;
  font-size: 11px;
}

.template-demo {
  overflow: hidden;
  border: 1px solid #342d27;
  border-radius: 20px;
  background: #171411;
  color: #f9f5ef;
  box-shadow: 0 28px 70px rgba(20, 17, 14, 0.2);
}

.demo-bar {
  min-height: 66px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.demo-bar > div {
  display: flex;
  flex-direction: column;
}

.demo-bar span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-bar strong {
  font-size: 13px;
}

.demo-save {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.demo-preview {
  position: relative;
  aspect-ratio: 16 / 7.6;
  overflow: hidden;
  background: #060606;
}

.demo-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 70%);
  pointer-events: none;
}

.demo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--demo-scale, 1));
  transition: transform 250ms ease;
}

.demo-preview-copy {
  position: absolute;
  left: 5%;
  bottom: 11%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
}

.demo-preview-copy small {
  margin-bottom: 5px;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.demo-preview-copy strong {
  max-width: 15ch;
  font-family: var(--demo-font, var(--serif));
  font-size: clamp(24px, 3vw, 39px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.demo-preview-copy button {
  margin-top: 18px;
  padding: 9px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--demo-color, var(--copper));
  color: var(--demo-text, white);
  font-size: 11px;
  font-weight: 700;
}

.demo-controls {
  padding: 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 24px;
}

.demo-controls fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.demo-controls legend {
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.swatches,
.segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.swatch,
.segmented button {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  cursor: pointer;
}

.swatch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.swatch span {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: var(--swatch);
}

.swatch.is-selected,
.segmented button.is-selected {
  border-color: rgba(255, 255, 255, 0.72);
  color: white;
}

.contrast-note {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
}

.publish-section {
  background: var(--ink);
  color: var(--paper);
}

.publish-inner {
  padding-block: clamp(100px, 11vw, 156px);
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(560px, 1.24fr);
  gap: clamp(60px, 9vw, 122px);
}

.publish-section .section-heading h2 {
  max-width: 10ch;
}

.publish-section .section-heading > p {
  color: rgba(251, 249, 246, 0.68);
}

.access-matrix {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.access-matrix article {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: 90px minmax(160px, 0.8fr) minmax(220px, 1.2fr);
  gap: 20px;
}

.access-matrix article > span {
  color: #d99773;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.access-matrix h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.access-matrix p {
  margin: 0;
  color: rgba(251, 249, 246, 0.62);
  font-size: 13px;
}

.operations-section {
  padding-block: clamp(110px, 12vw, 170px);
}

.operations-grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1px;
  background: var(--line-strong);
  border: 1px solid var(--line-strong);
}

.operations-grid article {
  min-height: 270px;
  padding: clamp(28px, 4vw, 50px);
  background: var(--paper);
}

.operations-grid .operation-large {
  grid-row: span 2;
  min-height: 541px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--paper-deep);
}

.operations-grid article > span {
  color: var(--copper);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.operations-grid h3 {
  max-width: 14ch;
  margin: 14px 0 15px;
  font-family: var(--serif);
  font-size: clamp(31px, 3.2vw, 47px);
  font-weight: 400;
  line-height: 1;
}

.operations-grid article:not(.operation-large) h3 {
  font-size: 31px;
}

.operations-grid p {
  max-width: 540px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.operations-grid ul {
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.operations-grid li {
  padding: 7px 11px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 11px;
}

.measure-section {
  padding-block: 0 clamp(110px, 12vw, 170px);
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(60px, 9vw, 130px);
}

.measure-copy h2 {
  margin: 12px 0 24px;
  font-size: clamp(46px, 5.2vw, 75px);
  line-height: 0.98;
}

.measure-copy p:last-child {
  max-width: 440px;
  color: var(--ink-soft);
  font-size: 17px;
}

.metric-list {
  margin: 0;
  border-top: 1px solid var(--line-strong);
}

.metric-list div {
  min-height: 92px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 30px;
}

.metric-list dt {
  font-family: var(--serif);
  font-size: 27px;
}

.metric-list dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.workflow-section {
  padding-block: clamp(90px, 10vw, 140px);
  border-top: 1px solid var(--line);
}

.workflow {
  margin: 70px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-strong);
  border: 1px solid var(--line-strong);
  list-style: none;
}

.workflow li {
  min-height: 250px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--paper);
}

.workflow li > span {
  color: var(--copper);
  font-size: 11px;
  font-weight: 750;
}

.workflow h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
}

.workflow p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.pricing-section {
  padding-block: clamp(105px, 12vw, 170px);
}

.pricing-head {
  margin-bottom: 62px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.pricing-head h2 {
  max-width: 14ch;
  margin-bottom: 20px;
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: 0.98;
}

.pricing-head > div > p {
  max-width: 620px;
  margin-bottom: 0;
}

.billing-toggle {
  padding: 4px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  display: flex;
  flex: none;
  background: rgba(255, 255, 255, 0.5);
}

.billing-toggle button {
  min-height: 44px;
  padding: 8px 15px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.billing-toggle button.is-selected {
  background: var(--ink);
  color: var(--paper);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 1px;
  background: var(--line-strong);
  border: 1px solid var(--line-strong);
}

.plan {
  min-width: 0;
  min-height: 540px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
}

.plan-featured {
  background: var(--paper-deep);
}

.plan h3 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.plan > div > p,
.plan-title p {
  min-height: 44px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
}

.plan-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.plan-title > span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--copper);
  color: white;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-price {
  margin: 28px 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.plan-price strong {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.plan-price span {
  color: var(--muted);
  font-size: 11px;
}

.plan ul {
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.plan li {
  position: relative;
  padding-left: 17px;
  color: var(--ink-soft);
  font-size: 12px;
}

.plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--copper);
}

.plan .button {
  width: 100%;
  margin-top: auto;
}

.pricing-footnote {
  margin: 24px 0 0;
  text-align: right;
}

.pricing-footnote a {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.pricing-footnote a:hover {
  color: var(--copper);
}

.faq-section {
  padding-block: clamp(90px, 10vw, 140px);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(270px, 0.62fr) minmax(560px, 1.38fr);
  gap: clamp(70px, 11vw, 150px);
}

.faq-heading h2 {
  margin-bottom: 21px;
  font-size: clamp(46px, 5vw, 70px);
  line-height: 0.98;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 74px;
  padding: 20px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 15px;
  font-weight: 650;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  flex: none;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 670px;
  margin: -5px 0 24px;
  padding-right: 46px;
  color: var(--muted);
  font-size: 14px;
}

.closing-section {
  min-height: 410px;
  padding-block: 90px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.closing-section h2 {
  margin-bottom: 20px;
  font-size: clamp(50px, 6vw, 84px);
  line-height: 0.94;
}

.closing-section p {
  margin-bottom: 0;
}

.closing-section > .button {
  flex: none;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #f5f1eb;
}

.footer-main {
  padding-block: 60px;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 0.7fr);
  gap: 56px;
}

.footer-brand p {
  max-width: 300px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.footer-main nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-main nav strong {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-main nav a {
  color: var(--ink-soft);
  font-size: 13px;
}

.footer-main nav a:hover {
  color: var(--copper);
}

.footer-bottom {
  padding-block: 20px 30px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 1120px) {
  .header-inner,
  .section-shell {
    width: min(100% - 40px, 1040px);
  }

  .desktop-nav {
    gap: 17px;
  }

  .hero {
    grid-template-columns: minmax(300px, 0.8fr) minmax(470px, 1.2fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(55px, 6.7vw, 76px);
  }

  .template-layout {
    grid-template-columns: minmax(290px, 0.7fr) minmax(520px, 1.3fr);
    gap: 46px;
  }

  .demo-controls {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 899px) {
  html {
    scroll-padding-top: 78px;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .header-inner {
    height: 64px;
  }

  .menu-button {
    min-height: 44px;
    margin-left: auto;
    padding: 9px 15px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: var(--ink);
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
  }

  .mobile-menu {
    position: fixed;
    inset: 64px 0 auto;
    z-index: 59;
    max-height: calc(100svh - 64px);
    padding: 12px 20px 24px;
    overflow-y: auto;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line-strong);
    flex-direction: column;
    background: var(--paper);
    box-shadow: 0 18px 45px rgba(20, 17, 14, 0.12);
  }

  .mobile-menu:not([hidden]) {
    display: flex;
  }

  .mobile-menu > a {
    min-height: 50px;
    padding: 13px 2px;
    border-bottom: 1px solid var(--line);
    font-weight: 600;
  }

  .mobile-menu-actions {
    padding-top: 16px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 10px;
  }

  .hero {
    min-height: auto;
    padding-block: 76px 86px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

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

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(58px, 10vw, 78px);
  }

  .real-cover {
    width: 100%;
  }

  .format-strip {
    padding-inline: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .format-strip span {
    min-height: 50px;
    padding: 16px 8px;
    border-bottom: 1px solid var(--line);
    display: grid;
    place-items: center;
  }

  .format-strip span:nth-child(3) {
    border-right: 0;
  }

  .format-strip span:nth-child(n + 4) {
    border-bottom: 0;
  }

  .format-strip span:first-child,
  .format-strip span:last-child {
    padding-inline: 8px;
    text-align: center;
  }

  .split-heading,
  .template-heading,
  .product-chapter,
  .template-layout,
  .publish-inner,
  .measure-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .template-heading {
    gap: 24px;
  }

  .product-index a {
    grid-template-columns: 52px 0.85fr 1.15fr;
  }

  .product-chapter {
    gap: 20px;
  }

  .chapter-copy {
    max-width: 680px;
  }

  .feature-lines {
    margin-top: 24px;
  }

  .template-layout {
    gap: 54px;
  }

  .demo-controls {
    grid-template-columns: repeat(3, 1fr);
  }

  .publish-inner {
    gap: 50px;
  }

  .publish-section .section-heading h2 {
    max-width: 12ch;
  }

  .operations-grid {
    grid-template-columns: 1fr;
  }

  .operations-grid .operation-large {
    grid-row: auto;
    min-height: 390px;
  }

  .measure-section {
    gap: 52px;
  }

  .workflow {
    grid-template-columns: 1fr;
  }

  .workflow li {
    min-height: 180px;
  }

  .pricing-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-section {
    gap: 50px;
  }

  .closing-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: 1.4fr repeat(2, 0.8fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .mobile-dock {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 70;
    padding: 8px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    background: rgba(20, 17, 14, 0.93);
    color: rgba(250, 248, 245, 0.62);
    box-shadow: 0 14px 34px rgba(20, 17, 14, 0.34);
    backdrop-filter: blur(14px);
  }

  .mobile-dock > a {
    min-height: 50px;
    padding: 5px 2px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: inherit;
    font-size: 10.5px;
    font-weight: 600;
  }

  .mobile-dock > a.is-active {
    color: #faf8f5;
  }

  .mobile-dock .dock-create {
    flex: 1.1;
    color: #fff8f3;
    font-weight: 700;
  }

  .dock-create > span {
    width: 34px;
    height: 26px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--copper);
  }

  .site-footer {
    padding-bottom: 82px;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .section-shell {
    width: calc(100% - 32px);
  }

  .header-inner {
    gap: 14px;
  }

  .brand > span {
    font-size: 17px;
  }

  .hero {
    padding-block: 58px 74px;
    gap: 43px;
  }

  .status-line {
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .status-line span {
    margin-top: 4px;
  }

  .hero h1 {
    max-width: 11.75ch;
    margin-bottom: 21px;
    font-size: clamp(48px, 13vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.02em;
  }

  .hero-lede {
    font-size: 16px;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .cover-stage {
    border-radius: 14px;
  }

  .cover-play {
    width: 52px;
    height: 52px;
  }

  .real-cover figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .section-heading h2,
  .chapter-copy h2,
  .measure-copy h2,
  .pricing-head h2,
  .faq-heading h2 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .section-heading > p,
  .split-heading > p,
  .template-heading > p,
  .measure-copy p:last-child,
  .pricing-head > div > p,
  .faq-heading p,
  .closing-section p {
    font-size: 16px;
  }

  .product-intro {
    padding-block: 90px 76px;
  }

  .product-index {
    margin-top: 50px;
  }

  .product-index a {
    min-height: 86px;
    grid-template-columns: 34px 1fr;
    gap: 10px;
  }

  .product-index small {
    grid-column: 2;
    margin-top: -17px;
    font-size: 11px;
  }

  .product-index strong {
    font-size: 26px;
  }

  .product-chapter {
    padding-block: 86px;
  }

  .feature-lines article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .template-section,
  .operations-section,
  .pricing-section {
    padding-block: 94px;
  }

  .template-heading {
    margin-bottom: 49px;
  }

  .template-list li {
    grid-template-columns: 28px 1fr;
  }

  .template-list small {
    grid-column: 2;
    margin-top: -10px;
  }

  .beta-note {
    padding: 20px;
  }

  .template-demo {
    border-radius: 14px;
  }

  .demo-bar {
    min-height: 60px;
  }

  .demo-bar > div span,
  .demo-save {
    display: none;
  }

  .demo-preview {
    aspect-ratio: 4 / 3;
  }

  .demo-preview img {
    object-position: center;
  }

  .demo-preview-copy strong {
    font-size: 28px;
  }

  .demo-controls {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .swatch,
  .segmented button {
    min-height: 44px;
  }

  .publish-inner {
    padding-block: 90px;
  }

  .access-matrix article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .access-matrix h3 {
    font-size: 27px;
  }

  .operations-grid article,
  .operations-grid .operation-large {
    min-height: 320px;
    padding: 28px;
  }

  .operations-grid article:not(.operation-large) h3,
  .operations-grid h3 {
    font-size: 34px;
  }

  .measure-section {
    padding-bottom: 100px;
  }

  .metric-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .workflow-section {
    padding-block: 90px;
  }

  .workflow {
    margin-top: 50px;
  }

  .workflow li {
    min-height: 170px;
    padding: 26px;
  }

  .pricing-head {
    margin-bottom: 44px;
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-toggle button {
    flex: 1;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .plan {
    min-height: 500px;
  }

  .pricing-footnote {
    text-align: left;
  }

  .faq-section {
    padding-block: 90px;
  }

  .faq-list summary {
    min-height: 78px;
    font-size: 14px;
  }

  .faq-list details p {
    padding-right: 14px;
  }

  .closing-section {
    min-height: 480px;
    padding-block: 80px;
  }

  .closing-section h2 {
    font-size: clamp(49px, 14vw, 64px);
  }

  .closing-section > .button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 25px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

}
