.sticker-order-page {
  margin: 0;
  min-width: 20rem;
  color: var(--sticker-and-labels-section-text);
  background: var(--background-color);
  font-family: var(--font-poppins);
}

.sticker-order-page *,
.sticker-order-page *::before,
.sticker-order-page *::after {
  box-sizing: border-box;
}

.sticker-order-page main {
  overflow: hidden;
}

.sticker-order-page h1,
.sticker-order-page h2,
.sticker-order-page h3,
.sticker-order-page p {
  margin-top: 0;
}

.eyebrow {
  margin-bottom: 0.65rem;
  color: #8c3f5d;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

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

.section-heading--left {
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.final-cta h2 {
  margin-bottom: 0.8rem;
  font-family: var(--font-idiqlat);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 400;
  line-height: 1.08;
}

.section-heading > p:last-child {
  margin-bottom: 0;
  color: #6f4a58;
  font-size: 1.02rem;
  line-height: 1.75;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.85rem 1.55rem;
  border: 2px solid #8d3557;
  border-radius: 999px;
  color: #fff;
  background: #8d3557;
  box-shadow: 0 0.7rem 1.5rem rgba(125, 46, 78, 0.18);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-cta:hover {
  color: #fff;
  background: #702641;
  box-shadow: 0 0.9rem 1.8rem rgba(125, 46, 78, 0.25);
  transform: translateY(-2px);
}

.primary-cta:focus-visible,
.sticker-order-page a:focus-visible,
.sticker-order-page button:focus-visible,
.sticker-order-page input:focus-visible,
.sticker-order-page select:focus-visible,
.sticker-order-page summary:focus-visible {
  outline: 3px solid #673147;
  outline-offset: 4px;
}

.sticker-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr);
  align-items: center;
  min-height: 43rem;
  padding: clamp(4.5rem, 8vw, 7.5rem) max(5vw, calc((100vw - 82rem) / 2));
  background: linear-gradient(120deg, #fff9fb 0%, #ffedf3 53%, #f9dce7 100%);
}

.sticker-hero::before,
.sticker-hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  filter: blur(1px);
  opacity: 0.65;
}

.sticker-hero::before {
  top: -8rem;
  left: -7rem;
  width: 27rem;
  height: 27rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 35%, rgba(252, 199, 216, 0.3) 68%, transparent 72%);
}

.sticker-hero::after {
  right: -10rem;
  bottom: -13rem;
  width: 32rem;
  height: 32rem;
  background: radial-gradient(circle, rgba(246, 183, 204, 0.58), transparent 67%);
}

.sticker-hero__content {
  position: relative;
  z-index: 2;
  max-width: 40rem;
  padding: 2rem 0;
}

.sticker-hero h1 {
  margin-bottom: 1.3rem;
  font-family: var(--font-idiqlat);
  font-size: clamp(3.4rem, 7vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.sticker-hero__intro {
  max-width: 34rem;
  margin-bottom: 2rem;
  color: #674854;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.8;
}

.sticker-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 32rem;
}

.sticker-hero__wash {
  position: absolute;
  width: min(92%, 38rem);
  aspect-ratio: 1;
  border-radius: 46% 54% 62% 38% / 50% 40% 60% 50%;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 2rem 5rem rgba(133, 74, 97, 0.14);
  transform: rotate(-7deg);
}

.sticker-hero__showcase {
  position: relative;
  z-index: 2;
  width: min(94%, 41rem);
  height: auto;
  filter: drop-shadow(0 1.3rem 1.4rem rgba(83, 42, 60, 0.18));
}

.sticker-hero__media {
  position: relative;
  z-index: 2;
  width: min(94%, 41rem);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 24% 32% 25% 35% / 30% 24% 36% 28%;
  background: rgba(255, 248, 251, 0.72);
  box-shadow: 0 1.3rem 2.5rem rgba(83, 42, 60, 0.15);
  isolation: isolate;
}

.sticker-hero__media::after {
  position: absolute;
  z-index: 2;
  inset: -2px;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at center, transparent 48%, rgba(255, 248, 251, 0.1) 68%, rgba(255, 238, 243, 0.9) 100%);
  box-shadow: inset 0 0 2.5rem 1.2rem rgba(255, 238, 243, 0.4);
  content: "";
  pointer-events: none;
}

.sticker-hero__video,
.sticker-hero__video-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticker-hero__video {
  display: block;
}

.sticker-hero__video-fallback {
  display: none;
}

.sticker-hero__media.has-video-error .sticker-hero__video {
  display: none;
}

.sticker-hero__media.has-video-error .sticker-hero__video-fallback {
  display: block;
}

.sticker-hero__video-control {
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(75, 37, 52, 0.68);
  box-shadow: 0 0.4rem 1rem rgba(60, 26, 39, 0.18);
  cursor: pointer;
  opacity: 0;
  transform: translateY(0.35rem);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.sticker-hero__media:hover .sticker-hero__video-control,
.sticker-hero__media:focus-within .sticker-hero__video-control,
.sticker-hero__media.was-controlled.is-paused .sticker-hero__video-control {
  opacity: 1;
  transform: none;
}

.sticker-hero__video-control[hidden] {
  display: none;
}

.sticker-hero__video-control:hover {
  background: rgba(75, 37, 52, 0.9);
}

.sticker-hero__video-icon {
  font-size: 0.8rem;
  line-height: 1;
}

.sticker-hero__floral {
  position: absolute;
  z-index: 3;
  width: clamp(8rem, 17vw, 14rem);
  opacity: 0.85;
  pointer-events: none;
}

.sticker-hero__floral--left {
  left: -2rem;
  bottom: 0;
}

.sticker-hero__floral--right {
  top: 0;
  right: -2rem;
  transform: rotate(180deg);
}

.benefits-strip {
  position: relative;
  z-index: 3;
  padding: 1.4rem max(4vw, calc((100vw - 82rem) / 2));
  color: #563443;
  background: #f6c8d7;
  box-shadow: 0 0.5rem 1.5rem rgba(97, 44, 64, 0.08);
}

.benefits-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 82rem;
  margin: 0 auto;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  padding: 0.45rem 1.25rem;
  border-left: 1px solid rgba(94, 49, 66, 0.18);
}

.benefit:first-child {
  border-left: 0;
}

.benefit svg {
  flex: 0 0 2rem;
  width: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.benefit h2 {
  margin-bottom: 0.16rem;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
}

.benefit p {
  margin: 0;
  color: #795463;
  font-size: 0.75rem;
  line-height: 1.45;
}

.materials-section,
.process-section,
.order-builder,
.faq-section {
  padding: clamp(4.5rem, 8vw, 7rem) max(5vw, calc((100vw - 82rem) / 2));
}

.materials-section {
  background: #fffafd;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 82rem;
  margin: 0 auto;
}

.material-card {
  overflow: hidden;
  border: 1px solid rgba(150, 69, 101, 0.13);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 0.8rem 2rem rgba(108, 53, 74, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.material-card:hover {
  box-shadow: 0 1rem 2.25rem rgba(108, 53, 74, 0.14);
  transform: translateY(-5px);
}

.material-card__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1.12;
  padding: 1rem;
  background: linear-gradient(145deg, #ffe9f0, #fff8fb);
}

.material-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0.65rem 0.8rem rgba(103, 52, 72, 0.13));
}

.material-card__body {
  padding: 1.3rem 1.35rem 1.55rem;
}

.material-card h3 {
  margin-bottom: 0.45rem;
  font-family: var(--font-idiqlat);
  font-size: 1.65rem;
  font-weight: 400;
}

.material-card p {
  margin: 0;
  color: #755260;
  font-size: 0.9rem;
  line-height: 1.65;
}

.process-section {
  background: #f9e0e8;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 82rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.process-grid li {
  position: relative;
  min-height: 14rem;
  padding: 1.65rem;
  border: 1px solid rgba(144, 63, 94, 0.12);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.72);
}

.process-grid li:not(:last-child)::after {
  position: absolute;
  top: 2.35rem;
  right: -1.2rem;
  z-index: 2;
  width: 1.4rem;
  border-top: 1px dashed #a95877;
  content: "";
}

.process-grid span {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  margin-bottom: 1.35rem;
  border-radius: 50%;
  color: #fff;
  background: #9a4566;
  font-family: var(--font-idiqlat);
  font-size: 1.05rem;
}

.process-grid h3 {
  margin-bottom: 0.55rem;
  font-size: 1rem;
  font-weight: 700;
}

.process-grid p {
  margin: 0;
  color: #74515f;
  font-size: 0.9rem;
  line-height: 1.65;
}

.order-builder {
  background: #fffafd;
}

.order-builder > * {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
}

.status-banner,
.error-summary {
  margin-bottom: 1.25rem;
  border-radius: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.status-banner:not(:empty) {
  padding: 0.9rem 1rem;
  border: 1px solid #e5b54a;
  color: #654b0e;
  background: #fff6d9;
}

.error-summary {
  grid-column: 1 / -1;
  padding: 1rem;
  border: 1px solid #b42318;
  color: #7a271a;
  background: #fef3f2;
}

.error-summary ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(17rem, 0.82fr);
  gap: 1.5rem;
  align-items: start;
}

.form-card,
.estimate-card {
  border: 1px solid rgba(146, 65, 96, 0.13);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 0.9rem 2.35rem rgba(103, 51, 71, 0.08);
}

.form-card {
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.options-card,
.artwork-card {
  grid-column: 1;
}

.card-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.65rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid #f1dce4;
}

.card-heading__number {
  display: grid;
  flex: 0 0 2.85rem;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  color: #fff;
  background: #9a4566;
  font-family: var(--font-idiqlat);
  font-size: 1.1rem;
}

.card-heading .eyebrow {
  margin-bottom: 0.2rem;
  font-size: 0.67rem;
}

.card-heading h3,
.estimate-card h3 {
  margin: 0;
  font-family: var(--font-idiqlat);
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 400;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 1.15rem;
}

.field {
  min-width: 0;
  margin-bottom: 1.05rem;
}

.field-wide {
  grid-column: 1 / -1;
}

.address-lookup {
  padding: 0.9rem;
  border: 1px solid #ead7df;
  border-radius: 0.8rem;
  background: #fff9fb;
}

#address-autocomplete,
#address-autocomplete gmp-place-autocomplete {
  width: 100%;
}

.address-autocomplete-status {
  min-height: 1.25rem;
  margin: 0.35rem 0 0;
  color: #6e5660;
  font-size: 0.78rem;
}

.field label:not(.upload-panel) {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #513642;
  font-size: 0.82rem;
  font-weight: 600;
}

.optional {
  color: #8c7680;
  font-size: 0.72rem;
  font-weight: 400;
}

.field input:not([type="file"]),
.field select {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid #d9bec8;
  border-radius: 0.65rem;
  color: #3d2931;
  background: #fff;
  font: inherit;
  font-size: 0.9rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field select {
  cursor: pointer;
}

.field input:not([type="file"]):focus,
.field select:focus {
  border-color: #984463;
  box-shadow: 0 0 0 3px rgba(152, 68, 99, 0.12);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: #b42318;
}

.field input:disabled,
.field select:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  background: #f7f1f4;
}

.field-help,
.file-details,
.field-error {
  margin: 0.42rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
}

.field-help,
.file-details {
  color: #795d68;
}

.field-error {
  min-height: 1.15rem;
  color: #b42318;
  font-weight: 500;
}

.artwork-field > input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.upload-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  padding: 2rem;
  border: 2px dashed #cf94aa;
  border-radius: 1rem;
  color: #673b4c;
  background: #fff7fa;
  text-align: center;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.upload-panel:hover {
  border-color: #93415f;
  background: #ffedf4;
}

.artwork-field > input[type="file"]:focus-visible + .upload-panel {
  outline: 3px solid #673147;
  outline-offset: 4px;
}

.upload-panel svg {
  width: 2.8rem;
  margin-bottom: 0.85rem;
  fill: none;
  stroke: #984463;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.upload-panel strong {
  margin-bottom: 0.25rem;
  font-size: 0.96rem;
}

.upload-panel span {
  color: #846570;
  font-size: 0.8rem;
}

.artwork-preview {
  display: block;
  width: min(100%, 20rem);
  max-height: 20rem;
  margin-top: 1rem;
  border: 1px solid #ead4dc;
  border-radius: 0.8rem;
  object-fit: contain;
}

.estimate-card {
  position: sticky;
  top: 1.25rem;
  grid-column: 2;
  grid-row: 2 / span 2;
  padding: 1.8rem;
  color: #fff;
  background: linear-gradient(145deg, #923f60, #723047);
  box-shadow: 0 1.1rem 2.6rem rgba(91, 33, 55, 0.2);
}

.estimate-card .eyebrow {
  color: #ffdce8;
}

.estimate-amount {
  min-height: 4.3rem;
  margin: 1.4rem 0 0.45rem;
  padding: 1.05rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  font-family: var(--font-idiqlat);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.2;
}

.estimate-status {
  min-height: 1.4rem;
  margin-bottom: 0.7rem;
  color: #ffe9f1;
  font-size: 0.78rem;
  line-height: 1.5;
}

.estimate-note {
  margin: 0;
  color: #f9dce7;
  font-size: 0.76rem;
  line-height: 1.55;
}

.customer-card,
.form-actions {
  grid-column: 1 / -1;
}

.form-actions {
  text-align: center;
}

#submit-order {
  min-width: min(100%, 18rem);
  min-height: 3.5rem;
  padding: 0.9rem 1.6rem;
  border: 2px solid #8d3557;
  border-radius: 999px;
  color: #fff;
  background: #8d3557;
  box-shadow: 0 0.75rem 1.6rem rgba(125, 46, 78, 0.18);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

#submit-order:hover:not(:disabled) {
  box-shadow: 0 1rem 2rem rgba(125, 46, 78, 0.25);
  transform: translateY(-2px);
}

#submit-order:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

#submission-status {
  min-height: 1.5rem;
  margin: 0.75rem 0 0;
  color: #674653;
  font-size: 0.85rem;
}

.format-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(4.5rem, 8vw, 7rem) max(5vw, calc((100vw - 72rem) / 2));
  background: #fffafd;
}

.format-explainer__content h2 {
  margin-bottom: 1rem;
  font-family: var(--font-idiqlat);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 400;
  line-height: 1.08;
}

.format-explainer__content > p:not(.eyebrow),
.format-callout p {
  color: #71505d;
  line-height: 1.75;
}

.text-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.75rem;
  color: #7a2d4c;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3rem;
}

.text-cta:hover {
  color: #5f1f38;
}

.label-size-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 1rem;
  margin: 1.5rem 0;
  padding: 1.25rem;
  border: 1px solid #ead4dc;
  border-radius: 1rem;
  background: #fff;
}

.label-size-form button {
  grid-column: 1 / -1;
  min-height: 3rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #8d3557;
  font: 700 0.9rem/1 var(--font-poppins);
}

.label-size-form button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

#label-size-status {
  grid-column: 1 / -1;
  min-height: 1.5rem;
  margin: 0.5rem 0 0;
  color: #674653;
  font-size: 0.85rem;
}

.format-callout {
  padding: clamp(1.5rem, 4vw, 2.35rem);
  border: 1px solid rgba(146, 65, 96, 0.13);
  border-radius: 1.35rem;
  background: #f9e0e8;
  box-shadow: 0 0.9rem 2.35rem rgba(103, 51, 71, 0.08);
}

.format-callout h3 {
  margin-bottom: 0.75rem;
  font-family: var(--font-idiqlat);
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 400;
}

.format-callout p:last-child {
  margin-bottom: 0;
}

.faq-section {
  background: #f9e0e8;
}

.faq-list {
  max-width: 52rem;
  margin: 0 auto;
  border-top: 1px solid rgba(128, 58, 84, 0.22);
}

.faq-list details {
  border-bottom: 1px solid rgba(128, 58, 84, 0.22);
}

.faq-list summary {
  position: relative;
  padding: 1.35rem 3rem 1.35rem 0;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  content: "+";
  color: #93415f;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 46rem;
  margin: -0.25rem 0 1.4rem;
  color: #71505d;
  font-size: 0.92rem;
  line-height: 1.75;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(3.5rem, 7vw, 5.5rem) max(5vw, calc((100vw - 72rem) / 2));
  background: #fffafd;
}

.final-cta > div {
  max-width: 42rem;
}

.final-cta h2 {
  margin-bottom: 0;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 64rem) {
  .benefits-strip__inner,
  .materials-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit:nth-child(3) {
    border-left: 0;
  }

  .process-grid li::after {
    display: none;
  }
}

@media (max-width: 48rem) {
  .sticker-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 4.2rem;
    text-align: center;
  }

  .sticker-hero__content {
    max-width: 38rem;
    margin: 0 auto;
  }

  .sticker-hero__intro {
    margin-right: auto;
    margin-left: auto;
  }

  .sticker-hero__visual {
    min-height: 23rem;
    margin-top: 1rem;
  }

  .sticker-hero__wash {
    display: none;
  }

  .sticker-hero__media {
    width: min(92%, 30rem);
    aspect-ratio: 4 / 5;
  }

  .sticker-hero__floral {
    width: 8rem;
  }

  .benefits-strip__inner,
  .order-layout,
  .form-grid,
  .format-explainer,
  .label-size-form {
    grid-template-columns: 1fr;
  }

  .benefit,
  .benefit:nth-child(3) {
    border-bottom: 1px solid rgba(94, 49, 66, 0.18);
    border-left: 0;
  }

  .benefit:last-child {
    border-bottom: 0;
  }

  .options-card,
  .artwork-card,
  .estimate-card,
  .customer-card,
  .form-actions,
  .field-wide {
    grid-column: 1;
  }

  .estimate-card {
    position: static;
    grid-row: auto;
  }

  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 30rem) {
  .materials-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .sticker-hero h1 {
    font-size: clamp(3rem, 16vw, 4.2rem);
  }

  .sticker-hero__visual {
    min-height: 18rem;
  }

  .materials-section,
  .process-section,
  .order-builder,
  .faq-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .primary-cta {
    width: 100%;
    max-width: 22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .primary-cta,
  .material-card,
  #submit-order,
  .reveal-ready [data-reveal] {
    transition: none;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .sticker-hero__video-control {
    transition: none;
  }
}

@media (hover: none) {
  .sticker-hero__video-control {
    opacity: 0.78;
    transform: none;
  }
}
