@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

:root {
  --ink: #282628;
  --muted: #686266;
  --paper: #f8fbf8;
  --paper-warm: #fff7fa;
  --thread: #f34d8a;
  --thread-dark: #b91555;
  --edge: rgba(243, 77, 138, 0.42);
  --line: rgba(40, 38, 40, 0.15);
  --shadow: 0 28px 70px rgba(40, 38, 40, 0.18);
}

* { box-sizing: border-box; }
[hidden], .svg-defs { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(243, 77, 138, 0.1) 0 2px, transparent 2px calc(100% - 2px), rgba(243, 77, 138, 0.1) calc(100% - 2px)),
    var(--paper);
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 600;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(40, 38, 40, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 38, 40, 0.02) 1px, transparent 1px);
  background-size: 31px 31px;
}

body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1rem, 4vw, 3rem);
  background: rgba(248, 251, 248, 0.82);
  border-bottom: 1px solid var(--edge);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: inherit;
  text-decoration: none;
}

.mini-stitch { width: clamp(5.2rem, 9vw, 7rem); overflow: visible; }
.brand-mark span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.site-nav { display: flex; align-items: center; gap: 1rem; }
.site-nav a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-cta, .button-primary, .text-cta, .ghost-button {
  min-height: 2.85rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav-cta, .button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.15rem;
  color: white;
  background: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 0 12px 24px rgba(40, 38, 40, 0.16);
}

.button-primary:hover, .nav-cta:hover {
  color: var(--ink);
  background: var(--thread);
}

.hero {
  display: grid;
  justify-items: center;
  align-items: center;
  min-height: 100svh;
  padding: 5.25rem clamp(1rem, 5vw, 5rem) clamp(8rem, 16vh, 10rem);
}

.hero-card {
  position: relative;
  width: min(100%, 39rem);
  margin: 0 auto;
  padding: clamp(1rem, 2.6vw, 2rem) clamp(1rem, 3vw, 2.35rem);
  text-align: center;
  background: #fff;
}

.phrase-stack {
  display: grid;
  gap: 0.18rem;
  justify-items: center;
  margin: 0 0 0.45rem;
}

.crossed {
  position: relative;
  width: max-content;
  max-width: 100%;
  color: transparent;
  font-size: clamp(1.55rem, 4vw, 3.35rem);
  font-weight: 300;
  line-height: 0.98;
  animation: inkIn 0.45s ease forwards;
}
.crossed:nth-child(1) { animation-delay: 0.08s; }
.crossed:nth-child(2) { animation-delay: 0.34s; }
.crossed:nth-child(3) { animation-delay: 0.6s; }
.crossed:nth-child(4) { animation-delay: 0.86s; }

.stitch-line {
  position: absolute;
  left: -3%;
  right: -3%;
  top: 53%;
  height: 0.16em;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, var(--thread) 0 0.42em, transparent 0.42em 0.62em);
  box-shadow: 0 0.035em 0 var(--thread-dark), 0 0.08em 0.16em rgba(185, 21, 85, 0.24);
  transform: scaleX(0) translateY(-50%);
  transform-origin: left center;
  animation: threadPull 0.5s cubic-bezier(0.8, 0, 0.16, 1) forwards;
}
.crossed:nth-child(1) .stitch-line { animation-delay: 0.34s; }
.crossed:nth-child(2) .stitch-line { animation-delay: 0.62s; }
.crossed:nth-child(3) .stitch-line { animation-delay: 0.9s; }
.crossed:nth-child(4) .stitch-line { animation-delay: 1.18s; }

.hero-logo { width: min(100%, 32rem); margin: 0.45rem auto 0; line-height: 0; }
.hero-logo svg { overflow: visible; width: 100%; }

.logo-connect {
  fill: none;
  stroke: var(--thread);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  filter: drop-shadow(0 2px 0 var(--thread-dark)) drop-shadow(0 4px 4px rgba(185, 21, 85, 0.18));
  animation: connectIn 0.18s ease 3.75s forwards;
}

.stitch-segment {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: stitchPop 0.24s cubic-bezier(0.2, 1.65, 0.36, 1) forwards;
  animation-delay: calc(1.58s + var(--delay));
}

.stitch-segment line, line.stitch-segment {
  stroke: var(--thread);
  stroke-width: 15;
  stroke-linecap: round;
  filter: drop-shadow(0 2px 0 var(--thread-dark)) drop-shadow(0 4px 4px rgba(185, 21, 85, 0.22));
}

.customs-word {
  margin: 0.05rem 0 0.45rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.25vw, 2rem);
  font-weight: 500;
  letter-spacing: clamp(0.22rem, 1vw, 0.68rem);
  animation: fadeUp 0.65s ease 3.95s both;
}

.hero-line {
  max-width: 31rem;
  margin: 0 auto 0.72rem;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.35vw, 1.12rem);
  line-height: 1.38;
  animation: fadeUp 0.65s ease 4.1s both;
}

.hero-action { animation: fadeUp 0.65s ease 4.2s both; }

.drop-list {
  position: fixed;
  right: clamp(0.75rem, 3vw, 2rem);
  bottom: calc(0.75rem + env(safe-area-inset-bottom));
  left: clamp(0.75rem, 3vw, 2rem);
  z-index: 18;
  display: grid;
  grid-template-columns: minmax(14rem, 0.9fr) minmax(20rem, 1.1fr);
  gap: clamp(0.7rem, 1.8vw, 1rem);
  align-items: end;
  max-width: 66rem;
  margin: 0 auto;
  padding: clamp(0.78rem, 1.6vw, 1.05rem) clamp(0.85rem, 2vw, 1.25rem);
  text-align: left;
  background: var(--paper-warm);
  border: 1px solid var(--edge);
  box-shadow: 0 16px 45px rgba(40, 38, 40, 0.18);
}

.drop-copy {
  padding-right: 1.6rem;
}

.drop-close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
}

.drop-close::before,
.drop-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  content: "";
  background: var(--ink);
}

.drop-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.drop-close::after { transform: translate(-50%, -50%) rotate(-45deg); }

.drop-close:hover {
  background: rgba(243, 77, 138, 0.12);
}

.section-label {
  margin: 0 0 0.25rem;
  color: var(--thread-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.drop-list h2 {
  margin: 0;
  max-width: 28rem;
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  line-height: 1.02;
}

.drop-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: end;
  justify-content: center;
  width: 100%;
  text-align: left;
}

.drop-form label, .typeform-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

input, select, textarea {
  width: 100%;
  min-height: 2.95rem;
  padding: 0.72rem 0.9rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(40, 38, 40, 0.18);
  border-radius: 8px;
  outline: none;
}

textarea { resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: var(--thread);
  box-shadow: 0 0 0 4px rgba(243, 77, 138, 0.15);
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.3rem;
  margin: 0;
  color: var(--thread-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.gallery-section {
  scroll-margin-top: 5rem;
  padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 5vw, 5rem);
  border-top: 1px solid rgba(243, 77, 138, 0.3);
}

.section-heading {
  max-width: 68rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.section-heading h2 {
  max-width: 52rem;
  margin: 0 auto;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.98;
}

.text-cta {
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--thread);
  border-radius: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 68rem;
  margin: 0 auto;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(40, 38, 40, 0.14);
  box-shadow: 0 14px 34px rgba(40, 38, 40, 0.08);
}

.gallery-process {
  grid-column: 1 / -1;
}

.process-frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(4rem, 0.16fr) minmax(0, 1fr);
  gap: clamp(0.75rem, 2vw, 1.2rem);
  align-items: stretch;
  padding: clamp(0.75rem, 2vw, 1rem);
  background:
    linear-gradient(90deg, rgba(243, 77, 138, 0.08), transparent 28% 72%, rgba(243, 77, 138, 0.08)),
    var(--paper-warm);
}

.process-panel {
  position: relative;
  overflow: hidden;
  min-height: clamp(24rem, 48vw, 38rem);
  background: #fff;
  border: 1px solid rgba(40, 38, 40, 0.12);
}

.process-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-panel:first-child img {
  object-position: center top;
  transform: scale(1.08);
  transform-origin: top center;
}

.process-panel:last-child img {
  object-position: center 42%;
}

.process-label {
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  z-index: 1;
  padding: 0.42rem 0.58rem;
  color: var(--thread-dark);
  background: rgba(248, 251, 248, 0.9);
  border: 1px solid rgba(243, 77, 138, 0.35);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-thread {
  display: grid;
  place-items: center;
}

.process-thread span {
  position: relative;
  width: 100%;
  height: 0.34rem;
  background: repeating-linear-gradient(90deg, var(--thread) 0 0.5rem, transparent 0.5rem 0.72rem);
  border-radius: 999px;
  box-shadow: 0 2px 0 var(--thread-dark), 0 5px 10px rgba(185, 21, 85, 0.2);
}

.process-thread span::before,
.process-thread span::after {
  position: absolute;
  top: 50%;
  width: 0.72rem;
  height: 0.72rem;
  content: "";
  background: var(--thread);
  border-radius: 50%;
  box-shadow: 0 2px 0 var(--thread-dark);
  transform: translateY(-50%);
}

.process-thread span::before {
  left: -0.15rem;
}

.process-thread span::after {
  right: -0.15rem;
}

.gallery-tile {
  display: grid;
  min-height: 22rem;
}

.gallery-empty span {
  display: grid;
  place-items: center;
  min-height: 15rem;
  color: var(--thread-dark);
  background:
    linear-gradient(135deg, rgba(243, 77, 138, 0.1), transparent),
    repeating-linear-gradient(-45deg, rgba(40, 38, 40, 0.045) 0 1px, transparent 1px 13px);
  font-weight: 700;
}

figcaption {
  padding: 1rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

figcaption strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  width: min(calc(100% - 2rem), 54rem);
  margin: clamp(1.25rem, 4vw, 2.5rem) auto calc(clamp(8rem, 18vh, 10rem) + env(safe-area-inset-bottom));
  padding: 0.8rem 1rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.25;
  background: rgba(255, 247, 250, 0.96);
  border: 1px solid rgba(243, 77, 138, 0.32);
}

body.drop-list-hidden .site-footer {
  margin-bottom: calc(clamp(1.25rem, 4vw, 2.5rem) + env(safe-area-inset-bottom));
}

.site-footer p {
  margin: 0;
}

.footer-heart {
  color: var(--thread);
  font-size: 1.15em;
  font-weight: 700;
}

.footer-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem 0.75rem;
}

.footer-contact a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--thread-dark);
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.46rem;
  background: #fff;
  border: 1px solid rgba(243, 77, 138, 0.26);
}

.instagram-link svg {
  flex: 0 0 auto;
  width: 0.92rem;
  height: 0.92rem;
  fill: none;
  stroke: var(--thread);
  stroke-width: 1.8;
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 3vw, 2rem);
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(40, 38, 40, 0.5);
  border: 0;
  border-radius: 0;
  backdrop-filter: blur(10px);
}

.custom-modal {
  position: relative;
  z-index: 1;
  width: min(100%, 58rem);
  max-height: min(48rem, calc(100vh - 1.5rem));
  overflow: auto;
  background: var(--paper);
  border: 1px solid var(--edge);
  border-top: 4px solid var(--thread);
  box-shadow: 0 30px 95px rgba(40, 38, 40, 0.3);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.modal-close::before, .modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 2px;
  content: "";
  background: var(--ink);
}
.modal-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.modal-close::after { transform: translate(-50%, -50%) rotate(-45deg); }

.typeform-form {
  display: grid;
  justify-items: center;
  min-height: min(42rem, calc(100vh - 4rem));
  padding: clamp(1.25rem, 4vw, 3rem);
}

.modal-progress {
  width: min(100%, 24rem);
  height: 0.45rem;
  margin: 0 0 clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  background: rgba(40, 38, 40, 0.12);
  border-radius: 999px;
}
.modal-progress span {
  display: block;
  width: 12.5%;
  height: 100%;
  background: var(--thread);
  border-radius: inherit;
  transition: width 220ms ease;
}

.form-step {
  display: none;
  align-content: center;
  justify-self: center;
  width: min(100%, 42rem);
  min-height: 24rem;
}
.form-step.is-active {
  display: grid;
  gap: 1.05rem;
}
.step-count {
  margin: 0;
  color: var(--thread-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.form-step h2 {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.1rem);
  line-height: 0.98;
}
.field-divider {
  margin: -0.1rem 0;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.choice-grid, .decision-grid, .street-size-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 42rem;
}

.fit-detail-grid {
  margin-top: -0.2rem;
}

.fit-extra-field {
  max-width: 42rem;
}

.choice-grid label {
  position: relative;
  min-height: 4.2rem;
}
.choice-grid input {
  position: absolute;
  opacity: 0;
}
.choice-grid span {
  display: grid;
  align-items: center;
  height: 100%;
  padding: 1rem;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(40, 38, 40, 0.16);
  border-radius: 8px;
  font-weight: 700;
}
.choice-grid input:checked + span {
  border-color: var(--thread);
  box-shadow: inset 0 -4px 0 rgba(243, 77, 138, 0.38), 0 0 0 4px rgba(243, 77, 138, 0.12);
}

.measurement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.measurement-card {
  overflow: hidden;
  background: white;
  border: 1px solid rgba(40, 38, 40, 0.14);
  border-radius: 8px;
}
.measurement-card > span {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
}
.measurement-card strong {
  color: var(--ink);
  font-size: 1.1rem;
}
.measurement-card em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.35;
}
.measurement-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 28%;
  border-top: 1px solid var(--line);
}

.fit-note, .fit-branch-footnote, .final-copy {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.modal-actions {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  width: min(100%, 42rem);
  margin-top: 1.2rem;
}
.ghost-button {
  padding: 0.75rem 1.1rem;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
}

@keyframes inkIn { to { color: rgba(40, 38, 40, 0.72); } }
@keyframes threadPull { to { transform: scaleX(1) translateY(-50%); } }
@keyframes stitchPop {
  from { opacity: 0; transform: scale(0.35) rotate(-2deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes connectIn {
  to { opacity: 1; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(0.7rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 820px) {
  .site-nav a { display: none; }
  .drop-list, .section-heading, .gallery-grid, .choice-grid, .street-size-grid, .measurement-grid {
    grid-template-columns: 1fr;
  }
  .site-footer {
    display: grid;
    justify-items: center;
    text-align: center;
  }
  .footer-contact {
    justify-content: center;
  }
  .drop-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .process-frame {
    grid-template-columns: 1fr;
  }
  .process-panel {
    min-height: 27rem;
  }
  .process-thread {
    min-height: 1.5rem;
  }
  .process-thread span {
    width: 0.34rem;
    height: 100%;
    min-height: 1.5rem;
    background: repeating-linear-gradient(180deg, var(--thread) 0 0.5rem, transparent 0.5rem 0.72rem);
  }
  .process-thread span::before,
  .process-thread span::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .process-thread span::before {
    top: -0.15rem;
  }
  .process-thread span::after {
    top: auto;
    bottom: -0.15rem;
  }
  .form-step { min-height: 22rem; }
  .measurement-card img {
    max-height: 20rem;
    object-fit: contain;
    background: white;
  }
}

@media (max-width: 520px) {
  .brand-mark span { display: none; }
  .site-header {
    padding: 0.58rem 0.75rem;
  }
  .mini-stitch { width: 4.8rem; }
  .nav-cta, .button-primary, .text-cta, .ghost-button {
    min-height: 2.52rem;
    padding: 0.62rem 0.9rem;
    font-size: 0.88rem;
  }
  .hero {
    min-height: 100svh;
    padding: 4.25rem 0.68rem clamp(12rem, 32vh, 16rem);
  }
  .hero-card {
    padding: 0.72rem 0.75rem 0.8rem;
  }
  .phrase-stack {
    justify-content: center;
    row-gap: 0.04rem;
    margin-bottom: 0.25rem;
  }
  .crossed {
    font-size: clamp(1rem, 6.4vw, 1.62rem);
    line-height: 1;
  }
  .stitch-line {
    height: 0.14em;
  }
  .hero-logo {
    width: min(100%, 20.5rem);
    margin-top: 0.2rem;
  }
  .logo-connect {
    stroke-width: 10;
  }
  .stitch-segment line, line.stitch-segment {
    stroke-width: 12;
  }
  .customs-word {
    margin-bottom: 0.28rem;
    font-size: clamp(0.84rem, 5vw, 1.25rem);
    letter-spacing: clamp(0.16rem, 1vw, 0.34rem);
  }
  .hero-line {
    margin-bottom: 0.55rem;
    font-size: 0.84rem;
    line-height: 1.28;
  }
  .drop-list {
    gap: 0.55rem;
    padding: 0.68rem 0.68rem 0.78rem;
  }
  .drop-copy {
    padding-right: 2rem;
  }
  .section-label {
    margin-bottom: 0.16rem;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }
  .drop-list h2 {
    font-size: clamp(1rem, 5.2vw, 1.18rem);
    line-height: 1.03;
  }
  .drop-form {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
  .drop-form label {
    gap: 0.22rem;
    font-size: 0.72rem;
  }
  input, select, textarea {
    min-height: 2.55rem;
    padding: 0.6rem 0.78rem;
  }
  .form-status {
    min-height: 1rem;
    font-size: 0.76rem;
  }
  .custom-modal { max-height: calc(100vh - 1rem); }
  .typeform-form { padding: 1rem; }
  .modal-actions { position: sticky; bottom: 0; padding-top: 0.75rem; background: var(--paper); }
  .site-footer {
    width: min(calc(100% - 1.5rem), 28rem);
    padding: 0.72rem 0.8rem;
    font-size: 0.8rem;
  }
}

@media (max-height: 680px) and (max-width: 520px) {
  .hero {
    padding-top: 3.85rem;
    padding-bottom: 12.5rem;
  }

  .hero-card {
    padding-block: 0.58rem 0.68rem;
  }

  .phrase-stack {
    margin-bottom: 0.1rem;
  }

  .crossed {
    font-size: clamp(0.92rem, 5.7vw, 1.34rem);
  }

  .hero-logo {
    width: min(100%, 17.5rem);
  }

  .hero-line {
    font-size: 0.78rem;
  }

  .drop-list {
    padding: 0.56rem;
  }

  .drop-list h2 {
    font-size: 0.98rem;
  }
}
