@font-face {
  font-family: Archivo;
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Alfa Slab One";
  src: url("../fonts/alfaslab.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --bordeaux: #581d2c;
  --bordeaux-dark: #35131d;
  --gold: #d4af63;
  --gold-light: #e8ca8c;
  --cream: #fff3d9;
  --paper: #f7ebd2;
  --white: #fffcf5;
  --ink: #35131d;
  --muted: #715451;
  --line: #d9c6a5;
  --on-dark-muted: #e0c9be;
  --focus: #985e16;
  --font-body: Archivo, system-ui, sans-serif;
  --font-display: "Alfa Slab One", Georgia, serif;
  --text-xs: 0.8125rem;
  --text-sm: 0.9375rem;
  --text-base: 1.0625rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --container: 1248px;
  --section-space: clamp(4rem, 7vw, 7rem);
  --duration: 160ms;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 18px 46px rgb(53 19 29 / 0.15);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  scrollbar-color: var(--bordeaux) var(--cream);
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 0.25em;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
::selection {
  color: var(--cream);
  background: var(--bordeaux);
}
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 5px;
}
section[id],
div[id] {
  scroll-margin-top: 110px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(var(--container), calc(100% - 96px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 12px 22px;
  background: var(--cream);
  color: var(--bordeaux);
  z-index: 100;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
.display,
h1,
h2 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.028em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(3.1rem, 5.35vw, 5.4rem);
}
h2 {
  font-size: clamp(2.2rem, 3.75vw, 3.65rem);
}
h3 {
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 800;
}
.btn {
  min-height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: var(--bordeaux);
  color: var(--cream);
  font-size: var(--text-sm);
  font-weight: 750;
  text-decoration: none;
  transition:
    background var(--duration),
    color var(--duration),
    border-color var(--duration);
}
.btn:hover {
  background: var(--bordeaux-dark);
}
.btn:active {
  transform: translateY(1px);
}
.btn--gold {
  background: var(--gold);
  color: var(--bordeaux-dark);
}
.btn--gold:hover {
  background: var(--gold-light);
}
.btn--outline {
  border-color: var(--bordeaux);
  color: var(--bordeaux);
  background: transparent;
}
.btn--outline:hover {
  background: var(--bordeaux);
  color: var(--cream);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-weight: 750;
  text-decoration-thickness: 1px;
}
.text-link:hover {
  text-decoration-thickness: 2px;
}
.arrow {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: block;
  flex: none;
  width: 196px;
  height: 90px;
  overflow: hidden;
  position: relative;
}
.brand img {
  width: 190px;
  max-width: none;
  position: absolute;
  top: -16px;
  left: 3px;
  mix-blend-mode: darken;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav a {
  font-size: var(--text-sm);
  font-weight: 650;
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.main-nav a:hover {
  color: var(--muted);
  text-decoration: underline;
}
.main-nav .btn:hover {
  color: var(--cream);
  text-decoration: none;
}
.main-nav .btn {
  color: var(--cream);
  min-height: 46px;
  padding: 10px 20px;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--bordeaux);
  border-radius: var(--radius-sm);
  background: transparent;
  min-height: 44px;
  padding: 8px 14px;
  font-weight: 700;
  color: var(--bordeaux);
  align-items: center;
  gap: 10px;
}
.menu-toggle svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.7;
}
.hero {
  background: var(--bordeaux);
  color: var(--cream);
  padding: 64px 0 56px;
  border-bottom: 6px solid var(--gold);
}
.hero :focus-visible,
.process :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--gold-light);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: 70px;
}
.hero h1 {
  max-width: 720px;
}
.hero p {
  max-width: 540px;
  margin-top: 26px;
  color: var(--on-dark-muted);
  font-size: 1.125rem;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-actions .text-link {
  font-size: var(--text-sm);
  color: var(--cream);
}
.hero-art {
  position: relative;
  padding: 11px;
  border: 1px solid var(--gold);
  border-radius: 170px 170px 8px 8px;
  background: var(--bordeaux-dark);
}
.hero-art img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center 57%;
  border-radius: 158px 158px 3px 3px;
}
.hero-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgb(212 175 99 / 0.45);
  margin-top: 44px;
  padding-top: 22px;
  font-size: var(--text-sm);
  color: var(--on-dark-muted);
}
.hero-note p {
  margin: 0;
  font-size: inherit;
}
.hero-note span {
  color: var(--gold-light);
  font-weight: 700;
}
.tools-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 27px 0;
}
.tools-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.tools-inner > p {
  max-width: 230px;
  color: var(--muted);
  font-size: var(--text-sm);
}
.tool-list {
  display: flex;
  align-items: center;
  gap: 44px;
  flex-wrap: wrap;
}
.tool-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 700;
  min-height: 48px;
}
.tool-link:hover {
  text-decoration: underline;
}
.tool-link img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: none;
}
.section {
  padding-block: var(--section-space);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 56px;
  margin-bottom: 42px;
}
.section-head h2 {
  max-width: 580px;
}
.section-head p {
  max-width: 425px;
  color: var(--muted);
  font-size: 1.0625rem;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 54px;
}
.service {
  min-width: 0;
}
.service-visual {
  height: 262px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--paper);
  padding: 27px 35px 0;
  position: relative;
  border: 1px solid var(--line);
}
.service-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 10px;
}
.service p {
  color: var(--muted);
  max-width: 49ch;
  font-size: var(--text-base);
}
.service .text-link {
  font-size: var(--text-sm);
  margin-top: 10px;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: var(--paper);
  color: var(--bordeaux);
  border: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}
.badge--soon {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--bordeaux-dark);
}
.example-label {
  position: absolute;
  right: 14px;
  top: 12px;
  padding: 3px 8px;
  font-size: 12px;
  background: var(--white);
  color: var(--muted);
  border-radius: var(--radius-sm);
  z-index: 2;
}
.mock-browser {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px 7px 0 0;
  box-shadow: var(--shadow);
  height: 280px;
  overflow: hidden;
  margin-top: 10px;
}
.mock-toolbar {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 8px;
  background: var(--cream);
}
.mock-dots {
  display: flex;
  gap: 4px;
}
.mock-dots i {
  width: 4px;
  height: 4px;
  background: var(--muted);
  border-radius: 50%;
}
.mock-page {
  padding: 18px 24px;
}
.mock-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  font-weight: 650;
  margin-bottom: 24px;
}
.mock-brand {
  font-family: var(--font-display);
  font-size: 13px;
}
.mock-headline {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.05;
  max-width: 230px;
}
.mock-copy {
  font-size: 8px;
  line-height: 1.5;
  max-width: 200px;
  margin-top: 12px !important;
  color: inherit !important;
}
.mock-button {
  font-size: 8px;
  display: inline-block;
  padding: 7px 11px;
  margin-top: 14px;
  background: var(--bordeaux);
  color: var(--cream);
  border-radius: 2px;
}
.mock-page--landing {
  background: var(--bordeaux);
  color: var(--cream);
  height: 100%;
  text-align: center;
}
.mock-page--landing .mock-headline {
  margin: auto;
  max-width: 250px;
}
.mock-page--landing .mock-top {
  color: var(--gold-light);
}
.mock-page--landing .mock-copy {
  margin: 12px auto 0 !important;
}
.mock-page--landing .mock-button {
  background: var(--gold);
  color: var(--bordeaux);
}
.notion-preview {
  background: var(--white);
  padding: 24px;
  height: 265px;
  margin: 10px 5px 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.notion-preview strong {
  font-size: 19px;
}
.mini-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 10px;
  color: var(--muted);
}
.mini-tools img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}
.board-col {
  background: var(--paper);
  padding: 9px;
  border-radius: 3px;
  font-size: 9px;
}
.board-col > b {
  display: block;
  margin-bottom: 9px;
}
.board-item {
  background: var(--white);
  padding: 9px 7px;
  margin-bottom: 6px;
  border-radius: 3px;
  line-height: 1.5;
  font-size: 9px;
  color: var(--ink);
}
.sheet-preview {
  background: var(--white);
  margin-top: 10px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
  height: 260px;
}
.sheet-preview .mini-tools {
  margin-bottom: 12px;
}
.sheet-preview table {
  border-collapse: collapse;
  width: 100%;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}
.sheet-preview td,
.sheet-preview th {
  padding: 7px 9px;
  border: 1px solid var(--line);
  text-align: right;
}
.sheet-preview th {
  background: var(--bordeaux);
  color: var(--cream);
  font-weight: 600;
}
.sheet-preview td:first-child,
.sheet-preview th:first-child {
  text-align: left;
}
.sheet-preview tfoot {
  background: var(--paper);
  font-weight: 750;
}
.process {
  background: var(--bordeaux);
  color: var(--cream);
}
.process .section-head > p,
.process .steps p {
  color: var(--on-dark-muted);
}
.process .step-number {
  color: var(--gold-light);
}
.process .section-head p {
  max-width: 385px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.step-number {
  font-family: var(--font-display);
  font-size: 2.1rem;
  color: var(--bordeaux);
  display: block;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--gold);
  margin-bottom: 24px;
}
.steps h3 {
  margin-bottom: 12px;
}
.steps p {
  color: var(--muted);
  font-size: 1rem;
  max-width: 35ch;
}
.studio-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 100px;
  align-items: start;
}
.studio-copy p {
  color: var(--muted);
  margin-top: 24px;
  max-width: 40ch;
}
.principles {
  display: grid;
  gap: 24px;
}
.principle {
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}
.principle:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.principle h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.principle p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 50ch;
}
.faq {
  background: var(--white);
  border-top: 1px solid var(--line);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.faq-intro p {
  color: var(--muted);
  margin-top: 22px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  font-weight: 700;
  font-size: 1.0625rem;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-icon {
  width: 20px;
  height: 20px;
  flex: none;
  stroke: var(--bordeaux);
  stroke-width: 1.6;
  fill: none;
}
.faq-list details[open] .faq-icon .vertical {
  display: none;
}
.faq-list details p {
  color: var(--muted);
  padding: 0 35px 24px 0;
  font-size: 1rem;
  max-width: 60ch;
}
.contact {
  background: var(--gold);
  color: var(--bordeaux-dark);
  padding-block: 76px;
}
.contact :focus-visible,
.ads :focus-visible {
  outline-color: var(--bordeaux-dark);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 80px;
}
.contact h2 {
  max-width: 680px;
}
.contact p {
  margin-top: 22px;
  color: var(--bordeaux);
  max-width: 45ch;
}
.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.email-link {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 650;
  overflow-wrap: anywhere;
}
.contact-actions small {
  color: var(--bordeaux);
  max-width: 40ch;
  font-size: var(--text-sm);
}
.site-footer {
  background: var(--bordeaux-dark);
  color: var(--cream);
  padding: 48px 0 22px;
  font-size: var(--text-sm);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 68px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.2rem;
  font-weight: 750;
  margin-bottom: 15px;
}
.footer-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.site-footer h3 {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 750;
  margin-bottom: 16px;
  color: var(--gold-light);
}
.site-footer p,
.site-footer address {
  font-style: normal;
  color: var(--on-dark-muted);
  font-size: 0.875rem;
  line-height: 1.7;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgb(212 175 99 / 0.3);
  font-size: 0.75rem;
  color: var(--on-dark-muted);
}
.footer-bottom a {
  padding-block: 10px;
}
.styleguide .page-heading {
  padding: 64px 0;
  background: var(--bordeaux);
  color: var(--cream);
}
.styleguide .page-heading p {
  margin-top: 20px;
  max-width: 55ch;
  color: var(--on-dark-muted);
}
.styleguide section + section {
  border-top: 1px solid var(--line);
}
.swatches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.swatch {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.swatch-color {
  height: 130px;
}
.swatch p {
  padding: 14px;
  font-size: var(--text-sm);
}
.swatch code {
  display: block;
  color: var(--muted);
}
.component-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
}
.system-note {
  margin-top: 20px;
  max-width: 65ch;
  color: var(--muted);
}
/* Section surfaces make each offer and the delivery process distinct. */
.services,
.studio {
  background: var(--cream);
}
.templates {
  background: var(--white);
}
.templates-tools {
  padding-block: 20px;
  margin-bottom: 38px;
  border-block: 1px solid var(--line);
}
.ads {
  background: var(--gold);
  color: var(--bordeaux-dark);
}
.ads-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 100px;
}
.ads-copy h2 {
  max-width: 540px;
}
.ads-copy > p:not(.ads-note) {
  max-width: 43ch;
  margin-top: 24px;
  color: var(--bordeaux);
}
.ads-copy .btn {
  margin-top: 30px;
}
.ads-details {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ads-detail {
  padding-block: 24px;
  border-bottom: 1px solid rgb(53 19 29 / 0.3);
}
.ads-detail:first-child {
  border-top: 1px solid rgb(53 19 29 / 0.3);
}
.ads-detail h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.ads-detail p {
  max-width: 48ch;
  font-size: 1rem;
  color: var(--bordeaux);
}
.ads-note {
  max-width: 48ch;
  margin-top: 20px;
  font-size: var(--text-sm);
  color: var(--bordeaux);
}
.surface-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  list-style: none;
  padding: 0;
  border: 1px solid var(--line);
}
.surface-map li {
  padding: 24px;
  min-height: 115px;
  font-size: var(--text-sm);
}
.surface-map strong {
  display: block;
  margin-bottom: 8px;
}
.surface-map .surface-gold {
  background: var(--gold);
  color: var(--bordeaux-dark);
}
.surface-map .surface-cream {
  background: var(--cream);
  color: var(--ink);
}
.surface-map .surface-white {
  background: var(--white);
  color: var(--ink);
}
.surface-map .surface-bordeaux {
  background: var(--bordeaux);
  color: var(--cream);
}

@media (min-width: 1600px) {
  .hero h1 {
    font-size: 5.4rem;
  }
  .hero-art img {
    height: 480px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-grid {
    gap: 38px;
  }
  .hero-art img {
    height: 420px;
  }
  .main-nav {
    gap: 22px;
  }
  .studio-grid,
  .ads-grid {
    gap: 60px;
  }
  .service-visual {
    padding-inline: 22px;
  }
  .tool-list {
    gap: 28px;
  }
  .footer-grid {
    gap: 36px;
  }
}
@media (max-width: 850px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 82px;
  }
  .brand {
    width: 175px;
    height: 82px;
  }
  .brand img {
    width: 168px;
    top: -13px;
  }
  .js .menu-toggle {
    display: flex;
  }
  .js .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--cream);
    padding: 16px 20px 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .js .main-nav.is-open {
    display: flex;
  }
  .main-nav a {
    padding: 9px 12px;
  }
  .main-nav .btn {
    margin-top: 8px;
  }
  .hero-grid {
    grid-template-columns: 1fr 0.72fr;
    gap: 26px;
  }
  .hero {
    padding-top: 44px;
  }
  .hero h1 {
    font-size: clamp(2.9rem, 6.5vw, 4.2rem);
  }
  .hero p {
    font-size: 1rem;
  }
  .hero-art img {
    height: 390px;
  }
  .hero-actions {
    gap: 15px;
  }
  .tools-inner {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .tools-inner > p {
    max-width: none;
  }
  .tool-list {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
  .section-head {
    display: block;
  }
  .section-head p {
    margin-top: 20px;
    max-width: 58ch;
  }
  .service-grid {
    gap: 40px 24px;
  }
  .service-title {
    display: block;
  }
  .service-title .badge {
    margin-top: 10px;
  }
  .mock-headline {
    font-size: 23px;
  }
  .mock-page {
    padding: 17px;
  }
  .notion-preview {
    padding: 16px;
    margin-inline: 0;
  }
  .service-visual {
    padding: 24px 18px 0;
  }
  .steps {
    gap: 28px;
  }
  .studio-grid,
  .ads-grid,
  .faq-grid {
    gap: 40px;
  }
  .contact-grid {
    gap: 40px;
  }
  .footer-grid {
    gap: 30px;
    grid-template-columns: 0.8fr 1fr 1.2fr;
  }
  .swatches {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  html {
    scroll-padding-top: 94px;
  }
  .hero {
    padding: 36px 0 28px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 10vw, 3.6rem);
    max-width: 520px;
  }
  .hero p {
    margin-top: 22px;
    font-size: 1.0625rem;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 22px;
  }
  .hero-art {
    border-radius: 120px 120px 6px 6px;
    padding: 8px;
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
  .hero-art img {
    border-radius: 110px 110px 3px 3px;
    height: 300px;
    object-position: center 48%;
  }
  .hero-note {
    margin-top: 28px;
    display: block;
    padding-top: 20px;
  }
  .hero-note p {
    font-size: 0.875rem;
  }
  .hero-note span {
    display: block;
    margin-top: 8px;
  }
  .tool-list {
    justify-content: flex-start;
    gap: 22px;
    flex-wrap: wrap;
  }
  .tool-link {
    font-size: 0.875rem;
    gap: 9px;
  }
  .tool-link img {
    width: 28px;
    height: 28px;
  }
  .tools-strip {
    padding: 22px 0;
  }
  .tools-inner > p {
    font-size: 0.875rem;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .service-title {
    display: flex;
    align-items: center;
  }
  .service-title .badge {
    margin: 0;
  }
  .service-title h3 {
    font-size: 1.3rem;
  }
  .service-visual {
    height: 245px;
    padding-inline: 25px;
  }
  .mock-headline {
    font-size: 28px;
  }
  .mock-page {
    padding: 20px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .steps li {
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 22px;
  }
  .step-number {
    border: 0;
    margin: 0;
    padding: 0;
    grid-row: span 2;
    line-height: 1;
  }
  .steps p {
    max-width: 45ch;
  }
  .steps h3 {
    font-size: 1.25rem;
  }
  .studio-grid,
  .ads-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .studio-copy p {
    max-width: 52ch;
  }
  .faq-intro p {
    margin-top: 16px;
  }
  .contact {
    padding-block: 52px;
  }
  .contact h2 {
    font-size: 2.5rem;
  }
  .contact-grid {
    gap: 28px;
  }
  .contact-actions .btn {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-privacy {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .main-nav:not(.js .main-nav) {
    flex-wrap: wrap;
  }
  .surface-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .swatches {
    grid-template-columns: repeat(2, 1fr);
  }
  .swatch-color {
    height: 100px;
  }
}
@media (max-width: 370px) {
  .header-inner {
    gap: 12px;
  }
  .brand {
    width: 160px;
  }
  .brand img {
    width: 158px;
    top: -10px;
  }
  .wrap {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 2.6rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .tool-list {
    gap: 16px;
  }
  .service-title {
    display: block;
  }
  .service-title .badge {
    margin-top: 10px;
  }
  .service-visual {
    padding-inline: 14px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-privacy {
    grid-column: auto;
  }
}
/* Vintage accents: paper grain, marquee strip, hero sticker */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.07;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero {
  border-bottom: 0;
}
.marquee {
  overflow: hidden;
  background: var(--gold);
  color: var(--bordeaux-dark);
  border-block: 2px solid var(--bordeaux-dark);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 36s linear infinite;
}
.marquee-track span {
  padding: 14px 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  white-space: nowrap;
}
.marquee-track i {
  padding: 0 24px;
  font-style: normal;
  color: var(--bordeaux);
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.sticker {
  position: absolute;
  left: -38px;
  bottom: 34px;
  width: 124px;
  height: 124px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--bordeaux-dark);
  background: var(--gold);
  transform: rotate(-12deg);
  clip-path: polygon(50% 0%, 61% 12%, 76% 6%, 80% 22%, 95% 25%, 90% 40%, 100% 50%, 90% 60%, 95% 75%, 80% 78%, 76% 94%, 61% 88%, 50% 100%, 39% 88%, 24% 94%, 20% 78%, 5% 75%, 10% 60%, 0% 50%, 10% 40%, 5% 25%, 20% 22%, 24% 6%, 39% 12%);
}
.sticker > span {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.05;
}
.sticker em {
  display: block;
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 800;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bordeaux);
  margin-bottom: 2px;
}
@media (max-width: 760px) {
  .sticker {
    left: -8px;
    bottom: 18px;
    width: 96px;
    height: 96px;
  }
  .sticker > span {
    font-size: 0.8125rem;
  }
}
@media print {
  body::after,
  .marquee,
  .sticker {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .site-header {
    position: static;
  }
  .menu-toggle,
  .hero-art,
  .tools-strip,
  .service-visual {
    display: none !important;
  }
  body {
    font-size: 11pt;
  }
  .section,
  .contact {
    padding-block: 24px;
  }
  .wrap {
    width: 100%;
  }
  .hero {
    padding: 24px;
  }
  .hero-grid {
    display: block;
  }
  .hero h1 {
    font-size: 32pt;
  }
  a {
    color: inherit;
  }
  .footer-grid {
    gap: 20px;
  }
}
.hero {
  overflow-x: clip;
}
