:root {
  --ink: #181816;
  --muted: #686863;
  --paper: #f5f5f1;
  --surface: #ffffff;
  --soft: #ecece6;
  --line: #deded7;
  --accent: #5957e8;
  --accent-dark: #4543c6;
  --lime: #dfff72;
  --radius: 18px;
  --container: min(1180px, calc(100% - 48px));
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
}

body:has(dialog[open]) {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 11px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}

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

.topbar {
  position: sticky;
  z-index: 40;
  top: 0;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  min-height: 72px;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(222, 222, 215, 0.85);
  background: rgba(245, 245, 241, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--ink);
  color: var(--lime);
  font-size: 10px;
  letter-spacing: -0.04em;
}

.nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.nav a {
  color: #44443f;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.nav a:hover {
  color: var(--ink);
}

.topbar > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 52px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--ink);
  color: white;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.button--small {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12px;
}

.button--primary {
  background: var(--accent);
  box-shadow: 0 10px 24px rgba(89, 87, 232, 0.2);
}

.button--primary:hover {
  background: var(--accent-dark);
}

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

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

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

.button--full {
  width: 100%;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero {
  padding: 88px 0 0;
  background: radial-gradient(circle at 80% 10%, rgba(89, 87, 232, 0.08), transparent 32%), var(--paper);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.72fr);
  gap: 72px;
  align-items: center;
}

.hero__copy {
  padding: 28px 0 46px;
}

.hero h1 {
  max-width: 850px;
  margin: 24px 0 28px;
  font-size: clamp(54px, 6.6vw, 88px);
  font-weight: 720;
  line-height: 0.98;
  letter-spacing: -0.066em;
  text-wrap: balance;
}

.hero__lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
  letter-spacing: -0.018em;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero__terms {
  margin: 20px 0 0;
  color: #777771;
  font-size: 12px;
  line-height: 1.55;
}

.hero__terms span {
  margin-inline: 6px;
  color: #adada6;
}

.offer-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 60px rgba(24, 24, 22, 0.08);
}

.offer-card__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: #777771;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.offer-card__price {
  display: flex;
  align-items: flex-start;
  margin: 28px 0 16px;
  font-size: 88px;
  font-weight: 760;
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.offer-card__price span {
  margin: 7px 5px 0 0;
  color: var(--accent);
  font-size: 22px;
  letter-spacing: 0;
}

.offer-card h2 {
  max-width: 14ch;
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.offer-card > p:not(.offer-card__note) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.check-list {
  display: grid;
  gap: 11px;
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  list-style: none;
}

.check-list li::before {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  place-items: center;
  border-radius: 50%;
  background: #e9e9ff;
  color: var(--accent);
  content: '✓';
  font-size: 10px;
  font-weight: 900;
}

.offer-card__note {
  margin: 13px 0 0;
  color: #777771;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 76px;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
  background: var(--surface);
}

.trust-strip div {
  display: grid;
  gap: 5px;
  min-height: 92px;
  align-content: center;
  padding: 18px 22px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  font-size: 15px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: 112px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 50px;
}

.section-heading--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: 80px;
  align-items: end;
}

.section-heading h2 {
  margin: 18px 0 0;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 710;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section-heading > p,
.section-heading--split > p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.sample {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.sample-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.55fr);
  gap: 20px;
  align-items: stretch;
}

.sample-viewer,
.proof-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.sample-viewer {
  background: #f0f0ea;
}

.sample-viewer__bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 62px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  background: white;
}

.sample-tabs {
  display: flex;
  gap: 5px;
}

.sample-tabs button {
  min-height: 38px;
  padding: 8px 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #6c6c67;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.sample-tabs button[aria-pressed="true"] {
  background: var(--ink);
  color: white;
}

.sample-viewer__status {
  color: #777771;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sample-stage {
  display: grid;
  min-height: 590px;
  place-items: center;
  padding: 28px;
  transition: background 180ms ease;
}

.design-frame {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d6d6cf;
  border-radius: 10px;
  background: #fafaf7;
  box-shadow: 0 18px 40px rgba(24, 24, 22, 0.08);
}

.design-frame__meta {
  display: flex;
  justify-content: space-between;
  padding: 10px 13px;
  border-bottom: 1px solid #e5e5df;
  color: #8b8b84;
  font: 9px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase;
}

.design-frame__content {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 34px;
  padding: 34px;
}

.design-frame__image {
  aspect-ratio: 0.92;
  overflow: hidden;
  border-radius: 8px;
  background: #dddcd5;
}

.design-frame__image img,
.storefront-preview__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.design-frame__copy {
  align-self: center;
}

.design-frame__copy > span {
  color: #6f7550;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.design-frame__copy h3 {
  margin: 14px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.7vw, 48px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.design-frame__copy p {
  margin: 0 0 28px;
  color: #6f6f68;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.design-frame__line {
  width: 100%;
  height: 7px;
  margin-top: 10px;
  border-radius: 99px;
  background: #e2e2dc;
}

.design-frame__line--short {
  width: 68%;
}

.design-frame__button {
  display: grid;
  min-height: 46px;
  margin-top: 28px;
  place-items: center;
  border-radius: 7px;
  background: #30362c;
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.storefront-preview {
  width: 100%;
}

.storefront-preview__shell {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: 34px;
  padding: 28px;
  border: 1px solid #d6d6cf;
  border-radius: 10px;
  background: #fafaf7;
  box-shadow: 0 18px 40px rgba(24, 24, 22, 0.08);
  transition: max-width 180ms ease, padding 180ms ease;
}

.sample-stage[data-view="mobile"] .storefront-preview {
  display: grid;
  place-items: center;
}

.sample-stage[data-view="mobile"] .storefront-preview__shell {
  max-width: 350px;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 14px;
  border: 8px solid var(--ink);
  border-radius: 28px;
}

.storefront-preview__media {
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #deddd6;
}

.sample-stage[data-view="mobile"] .storefront-preview__media {
  min-height: 250px;
  max-height: 260px;
}

.storefront-preview__details {
  align-self: center;
}

.storefront-preview__eyebrow {
  margin: 0 0 10px;
  color: #6f7550;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.storefront-preview__details h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.sample-stage[data-view="mobile"] .storefront-preview__details h3 {
  font-size: 31px;
}

.storefront-preview__sub {
  margin: 8px 0 18px;
  color: #72726b;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.storefront-preview__price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #dfdfd8;
  border-bottom: 1px solid #dfdfd8;
}

.storefront-preview__price strong {
  font-size: 18px;
}

.storefront-preview__price s {
  color: #92928c;
  font-size: 12px;
}

.storefront-preview__price span {
  margin-left: auto;
  color: #55722e;
  font-size: 10px;
  font-weight: 750;
}

.storefront-preview__price span[data-state="sold"] {
  color: #a04b4b;
}

.storefront-preview__description {
  margin: 16px 0;
  color: #686862;
  font-size: 12px;
  line-height: 1.55;
}

.variant-picker {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.variant-picker legend {
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 750;
}

.variant-picker div {
  display: flex;
  gap: 7px;
}

.variant-picker button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #d4d4cd;
  border-radius: 7px;
  background: transparent;
  font-size: 10px;
  cursor: pointer;
}

.variant-picker button.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.storefront-preview__buy {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  align-items: center;
  padding: 10px 13px;
  border: 0;
  border-radius: 7px;
  background: #30362c;
  color: white;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.storefront-preview__buy:disabled {
  background: #aaa9a2;
  cursor: not-allowed;
}

.storefront-preview__feedback {
  min-height: 16px;
  margin: 8px 0 0;
  color: #6f6f68;
  font-size: 9px;
}

.proof-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--ink);
  color: white;
}

.proof-card .eyebrow {
  color: var(--lime);
}

.proof-card h3 {
  margin: 22px 0 26px;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.proof-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.proof-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-list li > span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

.proof-list li div {
  display: grid;
  gap: 5px;
}

.proof-list strong {
  font-size: 13px;
}

.proof-list small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  line-height: 1.5;
}

.source-link {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  color: white;
  font-size: 12px;
  font-weight: 750;
  text-underline-offset: 5px;
}

.included {
  background: var(--paper);
}

.deliverables {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}

.deliverables article {
  min-height: 270px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.deliverables article:last-child {
  border-right: 0;
}

.deliverables article > span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
}

.deliverables h3 {
  margin: 84px 0 12px;
  font-size: 19px;
  letter-spacing: -0.03em;
}

.deliverables p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.scope-note {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 40px;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ecece6;
}

.scope-note strong {
  font-size: 13px;
}

.scope-note p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.process {
  background: var(--ink);
  color: white;
}

.process .eyebrow {
  color: var(--lime);
}

.process .section-heading--split > p {
  color: rgba(255, 255, 255, 0.58);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  list-style: none;
}

.steps li {
  min-height: 330px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.steps li:last-child {
  border-right: 0;
}

.steps li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
}

.steps li div {
  margin-top: 112px;
}

.steps h3 {
  margin: 0 0 12px;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.65;
}

.pricing {
  background: var(--surface);
}

.pricing__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 70px;
  padding: 54px;
  border-radius: 24px;
  background: var(--accent);
  color: white;
}

.pricing__copy .eyebrow {
  color: var(--lime);
}

.pricing__copy h2 {
  margin: 22px 0 18px;
  font-size: clamp(44px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.pricing__copy > p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
}

.pricing__copy .button {
  margin-top: 30px;
}

.pricing__copy > small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.price-breakdown {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.price-breakdown div {
  display: grid;
  grid-template-columns: 0.62fr 0.55fr 1fr;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.price-breakdown div:last-child {
  border-bottom: 0;
}

.price-breakdown span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 700;
}

.price-breakdown strong {
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: -0.045em;
}

.price-breakdown small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  line-height: 1.5;
}

.fit {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

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

.fit-grid article {
  min-height: 420px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.fit-grid article:first-child {
  background: #e9e9ff;
}

.fit-label {
  display: inline-flex;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.fit-label--yes {
  border-color: rgba(89, 87, 232, 0.3);
  color: var(--accent);
}

.fit-grid h3 {
  max-width: 16ch;
  margin: 64px 0 28px;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: -0.048em;
}

.fit-grid ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}

.fit-grid li::before {
  margin-right: 8px;
  color: var(--accent);
  content: '—';
}

.faq {
  background: var(--surface);
}

.faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 100px;
}

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

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

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  min-height: 82px;
  padding: 18px 0;
  font-size: 17px;
  font-weight: 720;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary span {
  font-size: 24px;
  font-weight: 400;
  transition: transform 180ms ease;
}

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

.faq-list p {
  max-width: 680px;
  margin: -2px 0 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.final-cta {
  padding: 100px 0;
  background: var(--ink);
  color: white;
}

.final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.45fr);
  gap: 90px;
  align-items: end;
}

.final-cta .eyebrow {
  color: var(--lime);
}

.final-cta h2 {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.final-cta__inner > div:last-child p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.65;
}

.footer {
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.48);
}

.footer__inner {
  display: grid;
  grid-template-columns: 0.4fr 1fr auto;
  gap: 50px;
  align-items: start;
  font-size: 10px;
  line-height: 1.6;
}

.footer__inner > div {
  display: grid;
  gap: 3px;
}

.footer__inner strong,
.footer__inner a {
  color: white;
}

.footer__inner p {
  margin: 0;
}

.buy-bar {
  position: fixed;
  z-index: 38;
  right: 50%;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  width: min(620px, calc(100% - 32px));
  padding: 10px 10px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(24, 24, 22, 0.94);
  color: white;
  box-shadow: 0 18px 55px rgba(24, 24, 22, 0.25);
  opacity: 0;
  transform: translate(50%, 24px);
  pointer-events: none;
  backdrop-filter: blur(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.buy-bar.is-visible {
  opacity: 1;
  transform: translate(50%, 0);
  pointer-events: auto;
}

.buy-bar > div {
  display: grid;
  gap: 2px;
}

.buy-bar strong {
  font-size: 12px;
}

.buy-bar span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
}

.buy-bar .button span {
  color: inherit;
}

.order-drawer {
  width: min(540px, 100%);
  height: 100dvh;
  max-height: none;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.order-drawer::backdrop {
  background: rgba(24, 24, 22, 0.54);
  backdrop-filter: blur(3px);
}

.order-drawer[open] {
  animation: drawer-in 200ms ease both;
}

@keyframes drawer-in {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}

.order-drawer__inner {
  position: relative;
  min-height: 100%;
  padding: 40px;
  overflow-y: auto;
  background: var(--paper);
}

.order-drawer__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  font-size: 20px;
  cursor: pointer;
}

.order-drawer__heading h2 {
  margin: 18px 0 13px;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.order-drawer__heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.order-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin: 28px 0;
}

.order-steps span {
  padding: 10px 8px;
  border-radius: 8px;
  background: #e8e8e2;
  color: #898982;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.order-steps span.is-active {
  background: var(--ink);
  color: white;
}

.order-form {
  display: grid;
  gap: 16px;
}

.order-form label {
  display: grid;
  gap: 7px;
  color: #42423e;
  font-size: 11px;
  font-weight: 750;
}

.order-form input,
.order-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  background: white;
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.order-form input::placeholder,
.order-form textarea::placeholder {
  color: #a1a19a;
}

.order-form__check {
  grid-template-columns: 20px 1fr;
  gap: 10px !important;
  align-items: start;
  font-weight: 550 !important;
  line-height: 1.45;
}

.order-form__check input {
  width: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  accent-color: var(--accent);
}

.order-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 16px;
  align-items: end;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.order-summary span {
  color: var(--muted);
  font-size: 10px;
}

.order-summary strong {
  grid-row: 1 / 3;
  grid-column: 2;
  font-size: 34px;
  letter-spacing: -0.05em;
}

.order-summary small {
  color: var(--muted);
  font-size: 10px;
}

.checkout-included { margin: 24px 0; }
.checkout-scope, .checkout-note { font-size: 14px; line-height: 1.65; color: var(--muted); }
.checkout-scope a, .checkout-note a, .checkout-next a, .steps a { text-decoration: underline; text-underline-offset: 3px; }
.checkout-pay { margin-top: 16px; }
.checkout-pay[aria-disabled="true"] { opacity: 0.5; cursor: not-allowed; transform: none; }
.checkout-note { margin-top: 12px; }
.checkout-next { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.checkout-next p { margin-top: 8px; font-size: 16px; line-height: 1.65; }
.brief-page { width: min(100% - 40px, 680px); margin: 56px auto 80px; }
.brief-page h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.1; margin: 12px 0 20px; }
.brief-page .order-form { margin-top: 28px; }
.brief-preview { margin-top: 24px; }
.brief-preview label { display: block; margin-bottom: 8px; font-size: 14px; }
.brief-preview textarea { width: 100%; padding: 16px; font: inherit; font-size: 14px; border: 1px solid var(--line); border-radius: 10px; resize: vertical; }

.order-form__status {
  min-height: 18px;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ff56c8;
  outline-offset: 3px;
}

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

  .nav {
    display: none;
  }

  .hero__grid,
  .sample-layout,
  .section-heading--split,
  .pricing__shell,
  .faq__grid,
  .final-cta__inner {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    gap: 24px;
  }

  .offer-card {
    width: min(100%, 620px);
  }

  .section-heading--split,
  .faq__grid,
  .final-cta__inner {
    gap: 30px;
  }

  .proof-card {
    min-height: 480px;
  }

  .deliverables {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
  }

  .deliverables article,
  .deliverables article:last-child {
    min-height: 230px;
    border: 0;
    background: white;
  }

  .deliverables article:last-child {
    grid-column: 1 / -1;
  }

  .pricing__shell {
    gap: 40px;
  }

  .faq__grid .section-heading {
    margin-bottom: 0;
  }
}

@media (max-width: 680px) {
  :root {
    --container: calc(100% - 24px);
  }

  html {
    scroll-padding-top: 72px;
  }

  .topbar {
    min-height: 64px;
    padding-inline: 12px;
  }

  .brand__name {
    font-size: 14px;
  }

  .topbar > .button {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 10px;
  }

  .hero {
    padding-top: 46px;
  }

  .hero__copy {
    padding: 14px 0 18px;
  }

  .hero h1 {
    font-size: clamp(48px, 14.5vw, 68px);
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions {
    display: grid;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__terms {
    display: grid;
    gap: 4px;
  }

  .hero__terms span {
    display: none;
  }

  .offer-card {
    padding: 24px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 44px;
  }

  .trust-strip div {
    min-height: 86px;
    padding: 15px;
  }

  .trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2 {
    font-size: 43px;
  }

  .sample-viewer__bar {
    align-items: stretch;
    flex-direction: column;
    padding: 9px;
  }

  .sample-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sample-tabs button {
    min-height: 44px;
    padding: 7px;
    font-size: 9px;
  }

  .sample-viewer__status {
    display: none;
  }

  .sample-stage {
    min-height: 520px;
    padding: 12px;
  }

  .design-frame__content,
  .storefront-preview__shell {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 14px;
  }

  .design-frame__image,
  .storefront-preview__media {
    min-height: 250px;
    max-height: 270px;
  }

  .design-frame__copy h3 {
    font-size: 32px;
  }

  .proof-card {
    min-height: 500px;
    padding: 24px;
  }

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

  .deliverables article:last-child {
    grid-column: auto;
  }

  .deliverables article {
    min-height: 220px;
  }

  .deliverables h3 {
    margin-top: 62px;
  }

  .scope-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .steps,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .steps li:last-child {
    border-bottom: 0;
  }

  .steps li div {
    margin-top: 72px;
  }

  .pricing__shell {
    width: 100%;
    padding: 44px 24px;
    border-radius: 0;
  }

  .price-breakdown div {
    grid-template-columns: 1fr auto;
    min-height: 120px;
  }

  .price-breakdown strong {
    grid-row: 1;
    grid-column: 2;
  }

  .price-breakdown small {
    grid-column: 1 / -1;
  }

  .fit-grid article {
    min-height: 370px;
    padding: 24px;
  }

  .fit-grid h3 {
    margin-top: 48px;
    font-size: 31px;
  }

  .faq-list summary {
    min-height: 76px;
    font-size: 15px;
  }

  .final-cta {
    padding: 78px 0;
  }

  .final-cta h2 {
    font-size: 48px;
  }

  .final-cta .button {
    width: 100%;
  }

  .footer {
    padding-bottom: 102px;
  }

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

  .buy-bar {
    right: 12px;
    bottom: 10px;
    left: 12px;
    width: auto;
    transform: translateY(24px);
  }

  .buy-bar.is-visible {
    transform: translateY(0);
  }

  .buy-bar > div span {
    display: none;
  }

  .order-drawer {
    width: 100%;
  }

  .order-drawer__inner {
    padding: 32px 20px 50px;
  }

  .order-drawer__heading h2 {
    font-size: 38px;
  }
}

.project-switcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: -12px 0 18px;
}

.project-switcher button {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  min-height: 88px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f7f7f3;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.project-switcher button:hover {
  transform: translateY(-1px);
  border-color: #b8b8b0;
}

.project-switcher button.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.project-switcher button > span {
  grid-row: 1 / 3;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
}

.project-switcher button.is-selected > span {
  color: var(--lime);
}

.project-switcher strong {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.project-switcher small {
  color: #62625d;
  font-size: 12px;
}

.project-switcher button.is-selected small {
  color: rgba(255, 255, 255, 0.72);
}

.proof-project {
  animation: project-in 220ms ease both;
}

@keyframes project-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.sample-tabs {
  flex-wrap: wrap;
}

.sample-viewer__status {
  color: #5e5e59;
  font-size: 11px;
}

.offer-card__price {
  font-size: 70px;
}

.offer-card__note,
.hero__terms {
  color: #5f5f5a;
  font-size: 12px;
}

.design-frame__meta {
  color: #5e5e59;
  font-size: 10px;
}

.storefront-preview__price s {
  color: #6d6d67;
}

.proof-list small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.process .section-heading--split > p,
.steps p,
.final-cta__inner > div:last-child p {
  color: rgba(255, 255, 255, 0.74);
}

.pricing__copy > p,
.pricing__copy > small,
.price-breakdown span,
.price-breakdown small {
  color: rgba(255, 255, 255, 0.86);
}

.order-form input::placeholder,
.order-form textarea::placeholder {
  color: #70706a;
}

.order-form label > small {
  color: #61615c;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.editor-preview {
  display: grid;
  width: 100%;
  min-height: 520px;
  grid-template-columns: 240px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #d6d6cf;
  border-radius: 10px;
  background: #f7f7f4;
  box-shadow: 0 18px 40px rgba(24, 24, 22, 0.08);
}

.editor-preview__sidebar {
  display: grid;
  align-content: start;
  gap: 15px;
  padding: 18px;
  border-right: 1px solid #d9d9d2;
  background: white;
}

.editor-preview__top {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e2dc;
  font-size: 12px;
}

.editor-preview__sidebar label {
  display: grid;
  gap: 7px;
  color: #4e4e49;
  font-size: 10px;
  font-weight: 750;
}

.editor-preview__sidebar input[type="text"],
.editor-preview__sidebar select {
  width: 100%;
  min-height: 38px;
  padding: 8px 9px;
  border: 1px solid #d6d6cf;
  border-radius: 7px;
  background: #fafaf7;
  color: #353532;
  font-size: 10px;
}

.editor-preview__toggle {
  grid-template-columns: 17px 1fr;
  align-items: center;
}

.editor-preview__toggle input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--accent);
}

.editor-preview__sidebar > p {
  margin: 4px 0 0;
  padding-top: 14px;
  border-top: 1px solid #e2e2dc;
  color: #65655f;
  font-size: 10px;
  line-height: 1.5;
}

.editor-preview__canvas {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 28px;
  background: #ededE7;
}

.editor-preview__mini {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 0.9fr;
  gap: 20px;
  align-items: center;
  padding: 18px;
  border: 1px solid #d7d7d0;
  border-radius: 8px;
  background: #fafaf7;
  box-shadow: 0 12px 28px rgba(24, 24, 22, 0.08);
}

.editor-preview__mini img {
  display: block;
  width: 100%;
  aspect-ratio: 0.9;
  border-radius: 6px;
  object-fit: cover;
}

.editor-preview__mini > div {
  display: grid;
  gap: 12px;
}

.editor-preview__mini small {
  color: #5f6645;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.editor-preview__mini strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 3vw, 34px);
  font-weight: 400;
  line-height: 1;
}

.editor-preview__mini span {
  font-size: 12px;
}

.editor-preview__mini b {
  display: grid;
  min-height: 38px;
  place-items: center;
  border-radius: 6px;
  background: #30362c;
  color: white;
  font-size: 10px;
}

.sample-viewer--cirra {
  background: #f5e9e2;
}

.sample-stage--cirra {
  background: #f3e7df;
}

.cirra-design {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dfcfc5;
  border-radius: 10px;
  background: #fff9f4;
  box-shadow: 0 18px 40px rgba(43, 23, 21, 0.1);
}

.cirra-design__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
  min-height: 470px;
}

.cirra-design__copy {
  align-self: center;
  padding: 38px;
  color: #2b1715;
}

.cirra-design__copy > span {
  color: #e2533b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.cirra-design__copy h3 {
  margin: 16px 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.cirra-design__copy p {
  max-width: 360px;
  margin: 0;
  color: #66514e;
  font-size: 12px;
  line-height: 1.6;
}

.cirra-design__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 34px;
}

.cirra-design__filters i {
  padding: 8px 11px;
  border: 1px solid #d9bfb4;
  border-radius: 999px;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
}

.cirra-design__image {
  min-height: 470px;
  overflow: hidden;
}

.cirra-design__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cirra-store {
  width: 100%;
}

.cirra-store__shell {
  width: 100%;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #dfcfc5;
  border-radius: 10px;
  background: #fff9f4;
  color: #2b1715;
  box-shadow: 0 18px 40px rgba(43, 23, 21, 0.1);
  transition: max-width 180ms ease, padding 180ms ease, border 180ms ease;
}

.cirra-store__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}

.cirra-store__header small {
  color: #d84d38;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.cirra-store__header h3 {
  max-width: 560px;
  margin: 9px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.5vw, 45px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.cirra-store__header > strong {
  white-space: nowrap;
  font-size: 11px;
}

.cirra-store__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: 24px 0 16px;
  padding-top: 15px;
  border-top: 1px solid #e3cec5;
}

.cirra-store__toolbar > div {
  display: flex;
  gap: 5px;
}

.cirra-store__toolbar button {
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid #ddc6bc;
  border-radius: 999px;
  background: transparent;
  color: #4c3431;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
}

.cirra-store__toolbar button.is-selected {
  border-color: #2b1715;
  background: #2b1715;
  color: white;
}

.cirra-store__toolbar > span {
  color: #6d5753;
  font-size: 9px;
}

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

.cirra-products article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2cec4;
  border-radius: 8px;
  background: white;
}

.cirra-products article > img {
  display: block;
  width: 100%;
  aspect-ratio: 0.83;
  object-fit: cover;
}

.cirra-products article > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 10px;
  padding: 12px;
}

.cirra-products small {
  grid-column: 1 / -1;
  color: #d4503b;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.cirra-products h4 {
  margin: 5px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

.cirra-products p {
  margin: 6px 0 0;
  font-size: 10px;
}

.cirra-products button {
  display: flex;
  justify-content: space-between;
  grid-column: 1 / -1;
  align-items: center;
  min-height: 34px;
  margin-top: 9px;
  padding: 7px 9px;
  border: 0;
  border-radius: 5px;
  background: #ff6c4e;
  color: #2b1715;
  font-size: 9px;
  font-weight: 850;
  cursor: pointer;
}

.cirra-products button.is-added {
  background: #2b1715;
  color: white;
}

.cirra-store__feedback {
  min-height: 18px;
  margin: 10px 0 -4px;
  color: #634d49;
  font-size: 10px;
}

.sample-stage[data-view="mobile"] .cirra-store {
  display: grid;
  place-items: center;
}

.sample-stage[data-view="mobile"] .cirra-store__shell {
  max-width: 370px;
  padding: 16px;
  border: 8px solid #2b1715;
  border-radius: 28px;
}

.sample-stage[data-view="mobile"] .cirra-store__header h3 {
  font-size: 29px;
}

.sample-stage[data-view="mobile"] .cirra-store__toolbar {
  align-items: start;
  flex-direction: column;
}

.sample-stage[data-view="mobile"] .cirra-products {
  display: flex;
  gap: 9px;
  padding-bottom: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.sample-stage[data-view="mobile"] .cirra-products article {
  flex: 0 0 78%;
  scroll-snap-align: start;
}

.sample-stage[data-view="mobile"] .cirra-products article > img {
  aspect-ratio: 1.05;
}

.proof-card--coral {
  background: #2b1715;
}

.proof-card--coral .eyebrow {
  color: #ff8b73;
}

.editor-preview--cirra .editor-preview__canvas {
  background: #eaded7;
}

.editor-surface {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background: #fff9f4;
  color: #2b1715;
  box-shadow: 0 12px 30px rgba(43, 23, 21, 0.1);
}

.editor-surface[data-theme="ink"] {
  background: #2b1715;
  color: #fff9f4;
}

.editor-surface__head {
  display: grid;
  gap: 9px;
}

.editor-surface__head small {
  color: #e3573e;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.editor-surface__head strong {
  max-width: 390px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  line-height: 1;
}

.editor-surface__head span,
.editor-surface > b {
  color: currentColor;
  font-size: 9px;
  opacity: 0.72;
}

.editor-surface__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 18px 0 12px;
}

.editor-surface[data-columns="2"] .editor-surface__cards {
  grid-template-columns: repeat(2, 1fr);
}

.editor-surface__cards i {
  display: block;
  aspect-ratio: 0.8;
  border-radius: 5px;
  background: linear-gradient(150deg, #f4cdbb, #c8a08f);
}

.safeguards {
  border-top: 1px solid var(--line);
  background: white;
}

.safeguard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.safeguard-grid article {
  min-height: 250px;
  padding: 24px;
  border-right: 1px solid var(--line);
  background: #fafaf7;
}

.safeguard-grid article:last-child {
  border-right: 0;
}

.safeguard-grid article > span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
}

.safeguard-grid h3 {
  margin: 76px 0 12px;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.safeguard-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .editor-preview {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .safeguard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
  }

  .safeguard-grid article,
  .safeguard-grid article:last-child {
    border: 0;
  }
}

@media (max-width: 680px) {
  .project-switcher {
    grid-template-columns: 1fr;
  }

  .project-switcher button {
    min-height: 78px;
  }

  .sample-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sample-viewer__status {
    display: block;
    padding: 0 3px 3px;
  }

  .editor-preview {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .editor-preview__sidebar {
    border-right: 0;
    border-bottom: 1px solid #d9d9d2;
  }

  .editor-preview__canvas {
    min-height: 330px;
    padding: 15px;
  }

  .editor-preview__mini {
    padding: 12px;
  }

  .cirra-design__content {
    grid-template-columns: 1fr;
  }

  .cirra-design__copy {
    padding: 26px 22px;
  }

  .cirra-design__image {
    min-height: 300px;
    max-height: 340px;
  }

  .cirra-store__shell {
    padding: 16px;
  }

  .cirra-store__header h3 {
    font-size: 31px;
  }

  .cirra-store__toolbar {
    align-items: start;
    flex-direction: column;
  }

  .cirra-store__toolbar > div {
    flex-wrap: wrap;
  }

  .cirra-products {
    grid-template-columns: 1fr;
  }

  .sample-stage[data-view="mobile"] .cirra-store__shell {
    max-width: 340px;
  }

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

  .safeguard-grid article {
    min-height: 220px;
  }

  .safeguard-grid h3 {
    margin-top: 58px;
  }
}

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

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

.full-page-gallery{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:36px 0 28px}.full-page-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.full-page-visual{display:block;position:relative;isolation:isolate;aspect-ratio:1.22;overflow:hidden;color:#35382b;text-decoration:none}.full-page-visual>img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.full-page-visual:hover>img{transform:scale(1.035)}.full-page-caption{position:absolute;inset:0;padding:28px;display:flex;flex-direction:column;align-items:start;background:linear-gradient(90deg,#eee7d59e,transparent 70%)}.full-page-caption>span{font-family:Georgia,serif;letter-spacing:.25em;font-size:.85rem}.full-page-caption strong{font:clamp(2.5rem,4vw,4.5rem)/.96 Georgia,serif;letter-spacing:-.05em;margin:28px 0}.full-page-caption small{margin-top:auto;font-size:.7rem;letter-spacing:.08em;background:#ffffffdf;padding:10px 13px;color:#242822}.full-page-visual--north .full-page-caption{color:white;background:linear-gradient(#122d29a8,transparent 80%)}.full-page-visual--north .full-page-caption>span{font-family:inherit;font-weight:750;letter-spacing:-.025em}.full-page-visual--north .full-page-caption strong{font-family:inherit;font-weight:750;font-size:clamp(2.5rem,4vw,4rem);letter-spacing:-.06em}.full-page-info{padding:28px}.full-page-info h3{font-size:1.45rem;letter-spacing:-.035em;margin:10px 0}.full-page-info>p:not(.eyebrow){font-size:.95rem;line-height:1.7;color:var(--muted)}.work-links{display:flex;justify-content:space-between;gap:16px;margin-top:22px;font-size:.875rem;font-weight:650}.proof-note{display:flex;align-items:start;gap:30px;background:#eceee3;padding:22px 25px;border-radius:12px;margin:0 0 65px}.proof-note strong{min-width:175px;font-size:.95rem}.proof-note p{font-size:.875rem;line-height:1.65;margin:0;color:#55584b}@media(max-width:800px){.full-page-gallery{grid-template-columns:1fr}.full-page-visual{aspect-ratio:1.4}.full-page-caption strong{font-size:3.7rem}.full-page-visual--north .full-page-caption strong{font-size:3.5rem}.proof-note{display:block}.proof-note p{margin-top:12px}}@media(max-width:500px){.full-page-caption{padding:20px}.full-page-caption strong{font-size:3rem;margin-top:20px}.full-page-visual--north .full-page-caption strong{font-size:3rem}.full-page-info{padding:22px}.work-links{flex-wrap:wrap}}

.build-details{list-style:none;padding:16px 0 0;border-top:1px solid var(--line);margin-top:20px;font-size:.86rem;line-height:1.65}.build-details li+li{margin-top:9px}.build-details strong{display:inline-block;min-width:72px;color:var(--ink)}.scope-definition{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:32px 0;margin-top:30px;border-top:1px solid var(--line)}.scope-definition h3{font-size:1.35rem;letter-spacing:-.025em;margin:10px 0}.scope-definition p{font-size:.95rem;line-height:1.75;color:var(--muted)}.scope-definition a{font-size:.95rem;font-weight:650}.trust-strip strong{font-size:clamp(1.15rem,2.4vw,2rem)}@media(max-width:700px){.scope-definition{grid-template-columns:1fr;gap:15px}}
.hero__terms span{display:inline}
