:root {
  --ink: #3f1123;
  --plum: #3f1123;
  --pink: #872249;
  --gold: #fcb900;
  --ochre: #e3b055;
  --cream: #fbf7f1;
  --paper: #fbf7f1;
  --panel: #fffaf3;
  --muted: #765e68;
  --line: #e9d7c8;
  --mist: #f4eadf;
  --white-ink: #fff8ee;
  --shadow: 0 18px 55px rgba(63, 17, 35, 0.15);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

p,
li,
h1,
h2,
h3,
code,
.button {
  overflow-wrap: anywhere;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(63, 17, 35, 0.12);
  background: rgba(251, 247, 241, 0.94);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 760;
  letter-spacing: 0;
  color: var(--plum);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(63, 17, 35, 0.25);
  border-radius: 50% 50% 8px 50%;
  background:
    linear-gradient(135deg, transparent 42%, var(--gold) 43% 68%, transparent 69%),
    var(--plum);
  color: var(--white-ink);
  font-family: Georgia, serif;
  font-size: 18px;
  transform: rotate(-7deg);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
}

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

.menu-toggle {
  display: none;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid var(--plum);
  border-radius: var(--radius);
  background: var(--plum);
  color: white;
  text-decoration: none;
  font-weight: 680;
  line-height: 1.1;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: var(--plum);
}

.button.soft {
  border-color: transparent;
  background: var(--gold);
  color: var(--plum);
}

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

.hero {
  position: relative;
  min-height: calc(100vh - 65px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(63, 17, 35, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(63, 17, 35, 0.045) 1px, transparent 1px),
    var(--cream);
  background-size: 44px 44px, 44px 44px, auto;
}

.hero::before {
  content: "";
  position: absolute;
  right: -8vw;
  top: 9vh;
  width: min(46vw, 600px);
  aspect-ratio: 1;
  border-radius: 44% 56% 48% 52%;
  background: var(--gold);
  clip-path: polygon(47% 0, 56% 27%, 85% 15%, 72% 42%, 100% 50%, 72% 59%, 85% 87%, 56% 73%, 48% 100%, 40% 72%, 13% 87%, 27% 58%, 0 50%, 27% 41%, 13% 14%, 40% 28%);
  opacity: 0.58;
}

.hero-inner {
  position: relative;
  display: grid;
  align-items: center;
  max-width: 1180px;
  min-height: calc(100vh - 65px);
  margin: 0 auto;
  padding: 72px 20px 92px;
}

.hero-copy {
  max-width: 760px;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 8vw, 92px);
  color: var(--plum);
  font-weight: 540;
}

.hero-copy > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2.4vw, 24px);
}

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

.hero-visual {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 42px;
  width: min(42vw, 440px);
  min-width: 300px;
  pointer-events: none;
}

.atelier-stack {
  display: grid;
  gap: 10px;
  transform: rotate(-2deg);
}

.atelier-strip {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10px;
}

.visual-tile {
  min-height: 74px;
  border: 1px solid rgba(63, 17, 35, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 250, 243, 0.75);
  box-shadow: 0 10px 30px rgba(63, 17, 35, 0.10);
}

.tile-note {
  padding: 15px;
  font-family: Georgia, serif;
  font-size: 18px;
}

.tile-mood {
  background:
    linear-gradient(135deg, rgba(135, 34, 73, 0.96), rgba(252, 185, 0, 0.85)),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(255,255,255,0.14) 12px 14px);
}

.tile-wrap {
  background:
    linear-gradient(135deg, var(--plum), var(--pink));
}

.tile-thread {
  background:
    radial-gradient(circle at 18px 18px, rgba(255,255,255,0.9) 0 3px, transparent 4px),
    linear-gradient(90deg, rgba(252, 185, 0, 0.38), rgba(135, 34, 73, 0.22));
  background-size: 30px 30px, auto;
}

.scroll-cue {
  position: absolute;
  left: max(20px, calc((100vw - 1180px) / 2));
  bottom: 20px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: clamp(56px, 8vw, 86px) clamp(16px, 4vw, 20px);
}

.section.alt {
  background: #f6eadb;
}

.section.dark {
  background: var(--plum);
  color: var(--white-ink);
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.container > *,
.section-head > *,
.lane-band > *,
.form-grid > *,
.field-grid > *,
.brand-panel > *,
.footer-grid > * {
  min-width: 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head h2,
.page-title h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 520;
}

.section-head p,
.page-title p,
.lead {
  color: var(--muted);
  font-size: 17px;
}

.dark .section-head p,
.dark .lead {
  color: rgba(255, 248, 238, 0.76);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.dark .card {
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
}

.card h3 {
  margin-bottom: 12px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 520;
}

.card p {
  color: var(--muted);
}

.dark .card p {
  color: rgba(255,255,255,0.72);
}

.meta-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
}

.meta-list li {
  display: flex;
  gap: 9px;
}

.meta-list li::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.lane-band {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.lane-band:last-child {
  border-bottom: 1px solid var(--line);
}

.lane-band h2 {
  font-family: Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 520;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(252, 185, 0, 0.13);
  color: var(--pink);
  font-size: 13px;
}

.page-hero {
  padding: clamp(56px, 8vw, 74px) clamp(16px, 4vw, 20px) clamp(42px, 7vw, 54px);
  background:
    linear-gradient(135deg, rgba(252, 185, 0, 0.18), rgba(135, 34, 73, 0.08)),
    var(--paper);
}

.page-title {
  max-width: 820px;
}

.process {
  counter-reset: step;
}

.process .card {
  position: relative;
}

.process .card::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 28px;
  color: var(--pink);
  font-weight: 760;
}

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

.proof-item {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background:
    linear-gradient(150deg, rgba(255,250,243,0.9), rgba(255,250,243,0.56)),
    linear-gradient(135deg, rgba(135,34,73,0.18), rgba(252,185,0,0.26));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.proof-item strong {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 520;
}

.proof-item span {
  color: var(--muted);
  font-size: 13px;
}

.social-section {
  background:
    linear-gradient(135deg, rgba(252, 185, 0, 0.12), rgba(135, 34, 73, 0.06)),
    var(--paper);
}

.social-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 32%);
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--pink) var(--mist);
}

.social-card {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(63, 17, 35, 0.16);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 22px;
  box-shadow: 0 14px 34px rgba(63, 17, 35, 0.12);
}

.social-card::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 120px;
  aspect-ratio: 1;
  background: var(--gold);
  clip-path: polygon(47% 0, 56% 27%, 85% 15%, 72% 42%, 100% 50%, 72% 59%, 85% 87%, 56% 73%, 48% 100%, 40% 72%, 13% 87%, 27% 58%, 0 50%, 27% 41%, 13% 14%, 40% 28%);
  opacity: 0.65;
}

.social-card::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 56px;
  right: 22px;
  height: 96px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 24px 24px, rgba(255,255,255,0.84) 0 3px, transparent 4px),
    linear-gradient(135deg, rgba(135,34,73,0.92), rgba(252,185,0,0.84));
  background-size: 28px 28px, auto;
}

.story-card {
  background: var(--plum);
  color: var(--white-ink);
}

.story-card p {
  color: rgba(255, 248, 238, 0.78);
}

.story-card::after {
  border-radius: 42% 42% var(--radius) var(--radius);
  background:
    linear-gradient(160deg, rgba(251,247,241,0.92), rgba(252,185,0,0.62)),
    var(--gold);
}

.social-format {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-bottom: auto;
  border: 1px solid rgba(63, 17, 35, 0.14);
  border-radius: 999px;
  background: rgba(251, 247, 241, 0.86);
  color: var(--pink);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.story-card .social-format {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.12);
  color: var(--gold);
}

.social-card h3,
.social-card p {
  position: relative;
  z-index: 1;
}

.social-card h3 {
  margin-bottom: 10px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 520;
}

.social-card p {
  margin: 0;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 720;
}

details p {
  color: var(--muted);
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 28px;
  align-items: start;
}

form {
  display: grid;
  gap: 18px;
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 680;
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  padding: 11px 12px;
  font: inherit;
}

textarea {
  min-height: 116px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(252, 185, 0, 0.42);
  border-color: var(--pink);
}

.helper {
  color: var(--muted);
  font-size: 13px;
  font-weight: 450;
}

.summary-panel {
  position: sticky;
  top: 92px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 22px;
  box-shadow: var(--shadow);
}

.summary-panel h2 {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 520;
}

.brief-output {
  min-height: 180px;
  margin-top: 16px;
  white-space: pre-wrap;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  padding: 42px 20px;
  background: var(--plum);
  color: rgba(255,248,238,0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: rgba(255,248,238,0.82);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold);
}

.chat-widget {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 1000;
  color: var(--ink);
}

.chat-launcher,
.chat-close,
.chat-chips button {
  border: 1px solid var(--plum);
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
}

.chat-launcher {
  display: grid;
  gap: 2px;
  min-width: 156px;
  min-height: 58px;
  padding: 10px 18px;
  background: var(--plum);
  color: var(--white-ink);
  font-weight: 760;
  box-shadow: var(--shadow);
  text-align: left;
}

.chat-launcher span {
  color: rgba(255, 248, 238, 0.82);
  font-size: 12px;
  line-height: 1;
}

.chat-launcher strong {
  font-size: 17px;
  line-height: 1.1;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 62px;
  display: grid;
  grid-template-rows: auto minmax(180px, 1fr) auto auto;
  width: min(390px, calc(100vw - 28px));
  max-height: min(640px, calc(100vh - 112px));
  overflow: hidden;
  border: 1px solid rgba(63, 17, 35, 0.18);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.chat-panel[hidden] {
  display: none;
}

.chat-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.chat-head .eyebrow {
  margin-bottom: 6px;
}

.chat-head h2 {
  font-size: 22px;
}

.chat-close {
  min-height: 36px;
  padding: 8px 10px;
  background: transparent;
  color: var(--plum);
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  overflow-y: auto;
  padding: 14px;
  background: var(--cream);
}

.chat-message {
  max-width: 86%;
  padding: 10px 12px;
  border-radius: var(--radius);
}

.chat-message p {
  margin: 0;
  font-size: 14px;
}

.chat-message.assistant {
  align-self: flex-start;
  border: 1px solid var(--line);
  background: var(--panel);
}

.chat-message.user {
  align-self: flex-end;
  background: var(--plum);
  color: var(--white-ink);
}

.chat-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.chat-links a {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--plum);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.chat-chips {
  display: flex;
  gap: 8px;
  padding: 10px 12px 0;
  overflow-x: auto;
}

.chat-chips button {
  flex: 0 0 auto;
  padding: 8px 10px;
  background: var(--mist);
  color: var(--plum);
  font-size: 13px;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
}

.chat-form input {
  min-width: 0;
}

.brand-asset {
  width: min(100%, 520px);
  border: 1px solid rgba(63, 17, 35, 0.16);
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.brand-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: 34px;
  align-items: center;
}

.splash-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(63, 17, 35, 0.16);
  border-radius: var(--radius);
  background: var(--plum);
  color: var(--white-ink);
  padding: 28px;
}

.splash-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -60px;
  bottom: -75px;
  width: 260px;
  aspect-ratio: 1;
  background: var(--gold);
  clip-path: polygon(47% 0, 56% 27%, 85% 15%, 72% 42%, 100% 50%, 72% 59%, 85% 87%, 56% 73%, 48% 100%, 40% 72%, 13% 87%, 27% 58%, 0 50%, 27% 41%, 13% 14%, 40% 28%);
}

.splash-card > * {
  position: relative;
  z-index: 1;
}

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

.workshop-list li {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 243, 0.74);
}

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

.proof-upload-map {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.proof-upload-map code {
  display: inline-block;
  max-width: 100%;
  padding: 2px 5px;
  border-radius: 4px;
  background: rgba(63, 17, 35, 0.08);
  word-break: break-word;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: fixed;
    inset: 64px 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 300px;
  }

  .hero::before {
    top: 104px;
    right: -24vw;
    width: 68vw;
    opacity: 0.38;
  }

  .hero-visual {
    left: 20px;
    right: 20px;
    bottom: 48px;
    width: auto;
    min-width: 0;
  }

  .section-head,
  .lane-band,
  .form-grid,
  .brand-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .summary-panel {
    position: static;
  }
}

@media (max-width: 560px) {
  .nav {
    padding-inline: 14px;
  }

  .brand span:last-child {
    max-width: 148px;
    line-height: 1.1;
  }

  .hero-inner,
  .section,
  .page-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero::before {
    top: 132px;
    right: -70vw;
    width: 96vw;
    opacity: 0.28;
  }

  .hero-inner {
    padding-bottom: 330px;
  }

  .hero-actions,
  .section-actions {
    align-items: stretch;
  }

  .button {
    max-width: 100%;
  }

  .grid.three,
  .grid.two,
  .proof-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    min-height: 160px;
  }

  .splash-card {
    min-height: 230px;
  }

  .splash-card::after {
    right: -96px;
    bottom: -96px;
    width: 235px;
    opacity: 0.72;
  }

  .social-carousel {
    grid-auto-columns: minmax(245px, 86%);
  }

  .chat-widget {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
  }

  .chat-launcher {
    min-width: 136px;
    min-height: 54px;
    padding: 9px 14px;
  }

  .chat-launcher strong {
    font-size: 15px;
  }

  .chat-panel {
    bottom: 58px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 88px);
  }

  .chat-form {
    grid-template-columns: 1fr;
  }

  .chat-form .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(40px, 15vw, 62px);
  }
}
