/**
 * CHOPP'ARTS immersive refinement.
 *
 * This final layer consolidates material, plane and control treatment without
 * adding another interaction engine. Dynamic values come from 3d-ui.js.
 */

:root {
  --ir-carbon: #090b0d;
  --ir-carbon-raised: #101317;
  --ir-steel: #252c31;
  --ir-steel-cold: #536169;
  --ir-bone: #ebe4d8;
  --ir-bone-muted: #c7c1b8;
  --ir-brass: #bd9652;
  --ir-bronze: #805137;
  --ir-red: #761c26;
  --ir-red-dark: #35090f;
  --ir-seam: rgb(189 150 82 / 48%);
  --ir-cold-seam: rgb(158 181 189 / 34%);
  --ir-fast: 140ms;
  --ir-ui: 220ms;
  --ir-settle: 360ms;
  --ir-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ir-frame-shadow: 0 7px 0 #050607, 0 24px 54px rgb(0 0 0 / 46%);
}

html {
  background: var(--ir-carbon);
}

body {
  color: var(--ir-bone);
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgb(118 137 145 / 8%), transparent 24rem),
    linear-gradient(118deg, #080a0c, #11161a 48%, #08090b);
}

body::before {
  opacity: 0.42;
  background:
    linear-gradient(112deg, transparent 12%, rgb(151 169 175 / 5%) 38%, transparent 62%),
    url("../images/textures/brushed-engraved-metal.webp") center / cover;
  transform: translate3d(calc(var(--pointer-shift-x) * -0.08), calc(var(--pointer-shift-y) * -0.06), 0);
}

/* Header: attached forged assembly with stable navigation plane. */
.choppart-header {
  isolation: isolate;
  overflow: clip;
  border-bottom: 1px solid rgb(189 150 82 / 46%);
  background:
    linear-gradient(96deg, rgb(5 7 9 / 99%), rgb(38 45 50 / 98%) 48%, rgb(12 10 11 / 99%)),
    url("../images/textures/brushed-engraved-metal.webp") center / cover;
  box-shadow:
    inset 0 1px 0 rgb(213 226 229 / 12%),
    inset 0 -4px 0 rgb(0 0 0 / 68%),
    0 10px 26px rgb(0 0 0 / 36%);
}

.choppart-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at var(--pointer-x) 0%, rgb(183 205 212 / 16%), transparent 32%),
    linear-gradient(90deg, transparent 8%, rgb(128 81 52 / 13%) 52%, transparent 86%);
  opacity: calc(0.42 + var(--pointer-active) * 0.36);
  transform: translate3d(calc(var(--pointer-shift-x) * 0.12), var(--scroll-shift-header), 0);
  transition: opacity var(--ir-ui) ease;
}

.choppart-header__inner {
  position: relative;
  z-index: 3;
  min-height: 76px;
  transform: translateZ(0);
}

.choppart-header__inner::before,
.choppart-header__inner::after {
  content: none;
}

.choppart-header__rail--top {
  background: linear-gradient(90deg, transparent, rgb(164 184 190 / 42%) 24%, rgb(189 150 82 / 52%) 68%, transparent);
}

.choppart-header__rail--bottom {
  height: 2px;
  background: linear-gradient(90deg, rgb(68 36 28 / 20%), var(--ir-bronze) 28%, var(--ir-brass) 72%, transparent);
}

.choppart-header__engraving {
  z-index: 1;
  opacity: 0.46;
  transform: translate3d(calc(var(--pointer-shift-x) * -0.16), calc(var(--pointer-shift-y) * -0.08), 0);
}

@media (max-width: 980px) {
  .choppart-header { overflow: visible; }
}

.choppart-brand {
  z-index: 4;
  border-inline: 1px solid rgb(169 187 192 / 16%);
  background: linear-gradient(145deg, #22292e, #090b0d 58%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 4%), 5px 0 0 rgb(0 0 0 / 28%);
}

.choppart-navigation {
  position: relative;
  z-index: 4;
}

.choppart-navigation a {
  min-height: 44px;
  align-content: center;
  text-shadow: 0 1px 0 #000;
}

/* Hero: five readable planes around the existing current transformation. */
.choppart-transformation {
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 34%, rgb(88 110 120 / 20%), transparent 31%),
    linear-gradient(112deg, #050709, #10161a 58%, #08080a);
}

.choppart-transformation::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    repeating-linear-gradient(118deg, transparent 0 88px, rgb(155 175 181 / 5%) 89px 90px, transparent 91px 180px),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgb(178 201 208 / 13%), transparent 28rem);
  transform: translate3d(calc(var(--pointer-shift-x) * -0.18), calc(var(--pointer-shift-y) * -0.12), 0);
}

.choppart-transformation__stage {
  border-inline: 1px solid rgb(151 171 178 / 18%);
  box-shadow: inset 0 0 0 10px rgb(5 7 9 / 44%);
}

.choppart-transformation__stage::before,
.choppart-transformation__stage::after {
  content: "";
  position: absolute;
  z-index: 6;
  pointer-events: none;
}

.choppart-transformation__stage::before {
  inset: 14px;
  border: 1px solid rgb(169 187 192 / 22%);
  border-bottom-color: var(--ir-seam);
  clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 32px 100%, 0 calc(100% - 32px));
}

.choppart-transformation__stage::after {
  top: 14px;
  right: 14px;
  width: min(38vw, 540px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ir-brass));
  transform: translate3d(calc(var(--pointer-shift-x) * 0.2), 0, 0);
}

.choppart-transformation__world {
  transform: translate3d(calc(var(--pointer-shift-x) * 0.18), calc(var(--pointer-shift-y) * 0.1), 0) scale(1.012);
  transform-origin: 68% 46%;
  transition: transform var(--ir-settle) var(--ir-ease);
}

.choppart-transformation__fallback {
  filter: saturate(0.82) contrast(1.08) brightness(0.96);
}

.choppart-transformation__drawing {
  opacity: 0.24;
  transform: translate3d(calc(var(--pointer-shift-x) * -0.34), calc(var(--pointer-shift-y) * -0.2), 0);
}

.choppart-transformation__atmosphere {
  background:
    linear-gradient(90deg, rgb(4 7 9 / 98%) 0 24%, rgb(4 7 9 / 74%) 42%, transparent 75%),
    linear-gradient(0deg, rgb(3 5 7 / 84%), transparent 30%),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgb(151 183 194 / 16%), transparent 34%);
}

.choppart-transformation__copy {
  z-index: 8;
  max-width: 680px;
  text-shadow: 0 5px 24px rgb(0 0 0 / 74%);
  transform: translate3d(calc(var(--pointer-shift-x) * 0.035), calc(var(--pointer-shift-y) * 0.025), 0);
}

.choppart-transformation__copy h1 {
  max-width: 7.5ch;
  font-size: clamp(4.1rem, 7.8vw, 8.3rem);
  line-height: 0.79;
}

.choppart-transformation__copy > p:not(.choppart-transformation__state-name) {
  max-width: 34ch;
  color: #d2d4d2;
}

.choppart-transformation__states {
  z-index: 9;
  border-top-color: rgb(173 190 195 / 18%);
  background: linear-gradient(90deg, rgb(7 10 12 / 98%), rgb(20 25 28 / 94%) 62%, rgb(8 9 11 / 98%));
  box-shadow: 0 -5px 0 rgb(0 0 0 / 42%);
}

.choppart-transformation__states button {
  min-height: 72px;
}

/* Mechanical controls: base, edge, face, label and directional highlight. */
:where(
  .wp-block-button__link,
  .woocommerce .button,
  .woocommerce button.button,
  .woocommerce input.button,
  .choppart-quote__form button,
  .choppart-control
) {
  position: relative;
  isolation: isolate;
  min-height: 48px;
  border-radius: 0;
  touch-action: manipulation;
  transition:
    transform var(--ir-fast) var(--ir-ease),
    box-shadow var(--ir-fast) var(--ir-ease),
    border-color var(--ir-ui) ease,
    background-color var(--ir-ui) ease;
}

:where(
  .wp-block-button__link,
  .woocommerce .button,
  .woocommerce button.button,
  .woocommerce input.button,
  .choppart-quote__form button,
  .choppart-control
)::after {
  inset: 4px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-bottom-color: rgb(0 0 0 / 48%);
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgb(255 236 207 / 18%), transparent 46%),
    linear-gradient(105deg, transparent 22%, rgb(255 255 255 / 8%) 48%, transparent 72%);
}

:where(.is-style-choppart-hot .wp-block-button__link, .choppart-quote__form button[type="submit"], .choppart-header__cta .wp-block-button__link) {
  border-color: #a44a53;
  background: linear-gradient(180deg, #983943 0, var(--ir-red) 18%, #511019 76%, var(--ir-red-dark));
  box-shadow: inset 0 1px 0 rgb(255 225 214 / 24%), inset 0 -3px 0 rgb(32 0 4 / 78%), 0 4px 0 #28070b, 0 11px 22px rgb(0 0 0 / 44%);
  color: #fff6ed;
}

.woocommerce :where(.button, button.button, input.button) {
  border-color: #c7a052;
  background: linear-gradient(180deg, #d0b15e, #b78f3e 54%, #805d1d);
  box-shadow: inset 0 1px 0 rgb(255 245 201 / 42%), inset 0 -3px 0 rgb(71 41 5 / 56%), 0 4px 0 #39270a, 0 10px 20px rgb(0 0 0 / 38%);
  color: #11100d;
}

:where(.wp-block-button__link, .woocommerce .button, .woocommerce button.button, .woocommerce input.button, .choppart-quote__form button, .choppart-control):active {
  transform: translate3d(0, 3px, 0);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%), inset 0 -1px 0 rgb(0 0 0 / 52%), 0 1px 0 #120507, 0 4px 8px rgb(0 0 0 / 34%);
}

:where(.wp-block-button__link, .woocommerce .button, .choppart-control):focus-visible,
.choppart-quote__form button:focus-visible {
  outline: 3px solid #f1ede5;
  outline-offset: 4px;
}

/* Savoir-faire: heavy frame, lifted image and restrained label plane. */
.choppart-craft-navigator {
  background:
    radial-gradient(circle at 18% 22%, rgb(77 102 111 / 31%), transparent 32%),
    linear-gradient(128deg, #080c0f, #172026 54%, #080a0c);
}

.choppart-craft-navigator::before {
  opacity: 0.1;
  transform: translate3d(calc(var(--pointer-shift-x) * -0.14), calc(var(--pointer-shift-y) * -0.1), 0);
}

.choppart-craft-navigator__experience {
  position: relative;
  isolation: isolate;
  padding: 10px;
  background: linear-gradient(145deg, #414b51, #0a0c0e 38%, #252c31);
  box-shadow: var(--ir-frame-shadow), inset 0 0 0 1px rgb(218 230 232 / 12%);
}

.choppart-craft-navigator__experience::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 4;
  border: 1px solid rgb(189 150 82 / 24%);
  pointer-events: none;
}

.choppart-craft-navigator__media {
  transform: translate3d(calc(var(--pointer-shift-x) * -0.12), calc(var(--pointer-shift-y) * -0.08), 0);
}

.choppart-craft-navigator__media img {
  transform: translate3d(calc(var(--pointer-shift-x) * 0.22), calc(var(--pointer-shift-y) * 0.14), 0) scale(1.025);
  transition: transform var(--ir-settle) var(--ir-ease), filter var(--ir-settle) ease;
}

.choppart-craft-navigator__media figcaption {
  transform: translate3d(calc(var(--pointer-shift-x) * 0.045), calc(var(--pointer-shift-y) * 0.035), 0);
}

.choppart-craft-navigator__controls {
  position: relative;
  z-index: 3;
  background: linear-gradient(135deg, #222a2f, #0d1114);
}

/* Realisations: richest M3 assembly, with photography kept dominant. */
body.home .choppart-portfolio {
  background:
    radial-gradient(circle at 78% 18%, rgb(128 77 47 / 18%), transparent 28%),
    linear-gradient(122deg, #0b0d0f, #191512 50%, #07090b);
}

.choppart-portfolio::after {
  opacity: 0.2;
  transform: translate3d(calc(var(--pointer-shift-x) * -0.13), calc(var(--pointer-shift-y) * -0.09), 0);
}

.choppart-portfolio__grid {
  perspective: 1100px;
}

body.home .choppart-portfolio__link {
  padding: 8px;
  border: 1px solid rgb(174 139 78 / 38%);
  background: linear-gradient(145deg, #32383b, #080a0c 46%, #1d1512);
  box-shadow: 0 7px 0 #050607, 0 26px 58px rgb(0 0 0 / 48%);
}

.choppart-portfolio__link::after {
  inset: 6px;
  border: 1px solid rgb(218 227 226 / 9%);
  border-top-color: rgb(189 150 82 / 44%);
  background: linear-gradient(105deg, transparent 25%, rgb(206 170 109 / 19%) var(--pointer-x), transparent 72%);
}

.choppart-portfolio__link img {
  filter: saturate(0.9) contrast(1.06) brightness(0.98);
}

.choppart-portfolio__link figcaption {
  position: relative;
  margin-top: 1px;
  border-top: 1px solid rgb(189 150 82 / 28%);
  background: linear-gradient(112deg, #101317, #1b1512);
  box-shadow: 0 -8px 24px rgb(0 0 0 / 28%);
}

.choppart-portfolio__cta {
  border: 0;
  border-left: 3px solid currentColor;
  background: transparent;
}

/* Commerce: stable information, independently elevated product media. */
.woocommerce-shop main::before,
.tax-product_cat main::before,
.single-product main::before,
.woocommerce ul.products li.product::after {
  content: none;
}

.woocommerce-products-header {
  border-bottom: 1px solid rgb(174 139 78 / 26%);
  background:
    radial-gradient(circle at 86% 12%, rgb(148 107 50 / 13%), transparent 28%),
    linear-gradient(118deg, rgb(29 34 38 / 74%), rgb(8 10 12 / 94%));
  box-shadow: inset 0 1px 0 rgb(170 190 197 / 12%);
}

.woocommerce ul.products li.product,
.woocommerce-page .wc-block-product {
  overflow: visible;
  border: 1px solid rgb(151 171 178 / 19%);
  border-bottom-color: rgb(189 150 82 / 42%);
  background: linear-gradient(145deg, rgb(26 31 35 / 88%), rgb(8 10 12 / 98%));
  box-shadow: 0 4px 0 #060708, 0 18px 38px rgb(0 0 0 / 34%);
}

.woocommerce ul.products li.product :where(.woocommerce-LoopProduct-link, .wc-block-components-product-image),
.woocommerce-page .wc-block-product :where(.woocommerce-LoopProduct-link, .wc-block-components-product-image) {
  overflow: hidden;
}

.woocommerce ul.products li.product img,
.woocommerce-page .wc-block-product img {
  filter: saturate(0.92) contrast(1.04);
  transition: transform var(--ir-settle) var(--ir-ease), filter var(--ir-ui) ease;
}

/* Product: gallery is theatre, summary and controls stay calm. */
.single-product main {
  background:
    radial-gradient(circle at 18% 18%, rgb(77 103 113 / 17%), transparent 30%),
    linear-gradient(118deg, #0b0f12, #121518 52%, #090a0c);
}

.woocommerce-product-gallery.images {
  isolation: isolate;
  padding: clamp(0.75rem, 1.6vw, 1.2rem);
  border: 1px solid rgb(158 181 189 / 31%);
  border-bottom-color: rgb(189 150 82 / 46%);
  background: linear-gradient(145deg, #30393e, #07090b 38%, #181d20);
  box-shadow: var(--ir-frame-shadow), inset 0 0 0 1px rgb(225 234 233 / 8%);
}

.woocommerce-product-gallery.images::before {
  inset: 8px;
  border: 1px solid rgb(255 255 255 / 8%);
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgb(188 211 218 / 15%), transparent 34%);
}

.woocommerce div.product .summary {
  padding: clamp(1.2rem, 2.6vw, 2.4rem);
  border-top: 1px solid rgb(189 150 82 / 38%);
  background: linear-gradient(135deg, rgb(25 28 31 / 90%), rgb(9 10 12 / 96%));
  box-shadow: 0 5px 0 #060708, 0 18px 42px rgb(0 0 0 / 34%);
}

.woocommerce div.product .summary :where(.price, form.cart, .product_meta) {
  position: relative;
  z-index: 1;
}

.single-product:has(.choppart-product-visualizer) .woocommerce-product-gallery.images,
.single-product:has(.choppart-product-visualizer) .summary {
  transition-duration: 0ms;
}

/* Quote: M2 outer workshop frame, M0 fields. */
.choppart-quote-page::before {
  opacity: 0.72;
  background:
    radial-gradient(circle at 16% 20%, rgb(118 28 38 / 42%), transparent 34%),
    linear-gradient(112deg, #1b0d11, #0a1014 62%);
}

.choppart-quote__layout > .wp-block-column:first-child::before,
.choppart-quote__form::before {
  content: none;
}

.choppart-quote__form {
  isolation: isolate;
  padding: clamp(1.25rem, 3vw, 2.6rem);
  border: 1px solid rgb(154 86 87 / 42%);
  border-top-color: rgb(194 139 112 / 58%);
  background:
    linear-gradient(135deg, rgb(50 24 28 / 94%), rgb(15 18 22 / 98%) 42%),
    url("../images/textures/brushed-engraved-metal.webp") center / cover;
  background-blend-mode: normal, multiply;
  box-shadow: 0 7px 0 #07080a, 0 28px 64px rgb(0 0 0 / 46%), inset 0 1px 0 rgb(225 197 181 / 10%);
  transform: none;
}

.choppart-quote__form::after {
  inset: 8px;
  border: 1px solid rgb(178 190 192 / 13%);
  border-bottom-color: rgb(113 61 55 / 44%);
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgb(181 127 100 / 8%), transparent 34%);
  transform: none;
}

.choppart-quote__form :where(input, select, textarea) {
  position: relative;
  z-index: 2;
  min-height: 48px;
  border: 1px solid rgb(150 159 161 / 42%);
  border-bottom-color: rgb(189 150 82 / 34%);
  background: #0d1013;
  color: #eee9e1;
  transform: none !important;
  transition: border-color var(--ir-fast) ease, background-color var(--ir-fast) ease, box-shadow var(--ir-fast) ease;
}

.choppart-quote__form :where(input, select, textarea):focus-visible {
  border-color: #ddd5c8;
  outline: 3px solid #f1ede5;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px #111;
}

/* Typography and commercial legibility. */
:where(.choppart-transformation__copy, .choppart-craft-navigator__heading, .choppart-portfolio__intro, .choppart-quote__layout) p {
  max-width: 62ch;
  text-wrap: pretty;
}

:where(.choppart-transformation__copy h1, .choppart-craft-navigator__heading h2, .choppart-section-title, .woocommerce-products-header__title, .woocommerce div.product .product_title) {
  text-wrap: balance;
}

.woocommerce :where(.price, .amount) {
  font-variant-numeric: tabular-nums;
}

@media (hover: hover) and (pointer: fine) {
  :where(.wp-block-button__link, .woocommerce .button, .woocommerce button.button, .woocommerce input.button, .choppart-control):hover {
    transform: translate3d(0, -2px, 0);
  }

  .woocommerce ul.products li.product:hover img,
  .woocommerce-page .wc-block-product:hover img {
    transform: translate3d(0, -4px, 8px) scale(1.02);
    filter: saturate(1) contrast(1.04);
  }

  .choppart-portfolio__link:hover img {
    filter: saturate(1) contrast(1.04) brightness(1.02);
  }
}

@media (max-width: 1023px) {
  .choppart-transformation__copy h1 {
    font-size: clamp(3.8rem, 10vw, 6.4rem);
  }

  .single-product .product {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce div.product .summary {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px), (hover: none), (pointer: coarse) {
  body::before,
  .choppart-header::before,
  .choppart-header__engraving,
  .choppart-transformation::before,
  .choppart-transformation__world,
  .choppart-transformation__drawing,
  .choppart-transformation__copy,
  .choppart-craft-navigator::before,
  .choppart-craft-navigator__media,
  .choppart-craft-navigator__media img,
  .choppart-craft-navigator__media figcaption,
  .choppart-portfolio::after {
    transform: none;
  }

  .choppart-header {
    min-height: 72px;
  }

  .choppart-header__inner {
    min-height: 72px;
  }

  .choppart-transformation__stage {
    box-shadow: inset 0 0 0 6px rgb(5 7 9 / 46%);
  }

  .choppart-transformation__stage::before {
    inset: 8px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  }

  .choppart-transformation__copy {
    width: min(100% - 36px, 560px);
    padding-bottom: clamp(7rem, 24vh, 10rem);
  }

  .choppart-transformation__copy h1 {
    max-width: 7.4ch;
    font-size: clamp(3.5rem, 17vw, 5rem);
    line-height: 0.82;
  }

  .choppart-transformation__states {
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
  }

  .choppart-transformation__states button {
    min-height: 64px;
    scroll-snap-align: start;
  }

  .choppart-craft-navigator {
    padding-inline: 1rem;
  }

  .choppart-craft-navigator__experience {
    padding: 6px;
  }

  .choppart-craft-navigator__media {
    min-height: min(118vw, 560px);
  }

  body.home .choppart-portfolio__link {
    padding: 5px;
    box-shadow: 0 4px 0 #050607, 0 16px 30px rgb(0 0 0 / 38%);
  }

  .woocommerce ul.products,
  .woocommerce-page .wc-block-product-template,
  .woocommerce div.product,
  .single-product .product {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page .wc-block-product,
  .woocommerce-product-gallery.images,
  .woocommerce div.product .summary {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    transform: none !important;
  }

  .woocommerce div.product .summary {
    box-sizing: border-box;
    padding: 1rem;
    overflow-wrap: anywhere;
  }

  .woocommerce div.product form.cart,
  .woocommerce div.product form.cart .variations,
  .woocommerce div.product form.cart .variations tbody,
  .woocommerce div.product form.cart .variations tr,
  .woocommerce div.product form.cart .variations th,
  .woocommerce div.product form.cart .variations td {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .woocommerce div.product form.cart .variations select,
  .woocommerce div.product form.cart .button,
  .woocommerce .quantity,
  .woocommerce .quantity .qty {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  .woocommerce div.product form.cart .button {
    margin-top: 0.75rem;
    white-space: normal;
  }

  .choppart-quote__layout {
    gap: 2.25rem;
  }

  .choppart-quote__form {
    padding: 1rem;
    transform: none !important;
  }

  .choppart-quote__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 390px) {
  .choppart-transformation__copy h1,
  .choppart-craft-navigator__heading h2,
  .choppart-section-title {
    font-size: clamp(3rem, 15vw, 4.15rem);
  }

  .choppart-transformation__copy > p:not(.choppart-transformation__state-name) {
    font-size: 1rem;
  }

  .choppart-portfolio__link figcaption strong {
    font-size: 1.35rem;
  }
}

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

  body::before,
  .choppart-header::before,
  .choppart-header__engraving,
  .choppart-transformation::before,
  .choppart-transformation__world,
  .choppart-transformation__drawing,
  .choppart-transformation__copy,
  .choppart-transformation__stage::after,
  .choppart-craft-navigator::before,
  .choppart-craft-navigator__media,
  .choppart-craft-navigator__media img,
  .choppart-craft-navigator__media figcaption,
  .choppart-portfolio::after,
  .woocommerce ul.products li.product img,
  .woocommerce-page .wc-block-product img {
    transform: none !important;
  }

  :where(.wp-block-button__link, .woocommerce .button, .woocommerce button.button, .woocommerce input.button, .choppart-quote__form button, .choppart-control) {
    transition: none;
  }
}
