:root {
  --bg: #120f0c;
  --bg-deep: #0a0806;
  --bg-soft: #1c1713;
  --surface: rgba(255, 247, 239, 0.05);
  --surface-strong: rgba(255, 247, 239, 0.08);
  --line: rgba(255, 247, 239, 0.12);
  --line-strong: rgba(255, 247, 239, 0.2);
  --text: #f4ede6;
  --muted: #cdbfb0;
  --accent: #d8a467;
  --accent-strong: #b66f45;
  --success: #a8c0a0;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 7px;
  --radius-md: 7px;
  --radius-sm: 7px;
  --container: 1240px;
  --hero-shell: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(180, 111, 64, 0.16), transparent 28%),
    radial-gradient(circle at right 20%, rgba(126, 93, 61, 0.12), transparent 26%),
    linear-gradient(180deg, #1f1813 0%, #120f0c 30%, #0b0907 100%);
  line-height: 1.7;
}

body.modal-open {
  overflow: hidden;
}

html,
body {
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%);
  opacity: 0.7;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(11, 9, 7, 0.74);
  border-bottom: 1px solid rgba(255, 247, 239, 0.08);
}

.navbar {
  width: min(var(--container), calc(100% - 30px));
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 58px;
  height: 58px;
  border-radius: 0;
  flex: 0 0 auto;
  background-image: url("../img/04-textures-ui/recyclartlogo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

.brand-mark::after {
  content: none;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.brand-copy small {
  font-size: 0.75rem;
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a {
  position: relative;
  padding: 6px 0;
  color: #efe3d4;
  font-size: 0.95rem;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-social {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 247, 239, 0.2);
  background: rgba(255, 247, 239, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4ede6;
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.header-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-social:hover,
.header-social:focus-visible {
  border-color: rgba(224, 181, 126, 0.4);
  background: rgba(255, 247, 239, 0.1);
  transform: translateY(-1px);
}

.header-social--instagram {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(164, 115, 74, 0.9);
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, #f5c76f 0%, #f78929 24%, #d53a73 56%, #8b3cc4 79%, #4b63cb 100%);
  color: #fffaf6;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 0 2px rgba(34, 25, 20, 0.92),
    0 10px 22px rgba(145, 64, 112, 0.26);
}

.header-social--instagram svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
}

.header-social--instagram:hover,
.header-social--instagram:focus-visible {
  border-color: rgba(196, 151, 105, 0.95);
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.1) 22%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(145deg, #ffd37f 0%, #ff933a 24%, #de467f 56%, #9652ce 79%, #5d74d9 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 0 2px rgba(34, 25, 20, 0.92),
    0 14px 26px rgba(145, 64, 112, 0.3);
}

.header-cart {
  position: relative;
}

.header-cart__toggle {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.16);
  background: rgba(255, 247, 239, 0.04);
  color: #f4ede6;
  cursor: pointer;
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.header-cart.is-open .header-cart__toggle,
.header-cart__toggle:hover {
  border-color: rgba(224, 181, 126, 0.4);
  background: rgba(255, 247, 239, 0.08);
  transform: translateY(-1px);
}

.header-cart__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.header-cart__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-cart__label {
  font-size: 0.9rem;
  font-weight: 600;
}

.header-cart__count-badge {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #170f08;
  background: linear-gradient(135deg, #e0b57e 0%, #c18153 46%, #9a633f 100%);
}

.header-mini-cart {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(390px, calc(100vw - 36px));
  max-width: calc(100vw - 36px);
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(140deg, rgba(255, 247, 239, 0.1), rgba(255, 247, 239, 0.03)),
    rgba(15, 11, 8, 0.96);
  box-shadow: var(--shadow);
  z-index: 70;
}

.header-mini-cart__content {
  padding: 16px;
  display: grid;
  gap: 12px;
  max-width: 100%;
}

.header-mini-cart__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: min(44vh, 360px);
  overflow-y: auto;
  display: grid;
  gap: 12px;
}

.header-mini-cart__item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.header-mini-cart__thumb {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(255, 247, 239, 0.14);
  background: rgba(255, 247, 239, 0.04);
}

.header-mini-cart__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-mini-cart__meta {
  min-width: 0;
}

.header-mini-cart__name {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

.header-mini-cart__badges {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.header-mini-cart__badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(224, 181, 126, 0.34);
  background: rgba(224, 181, 126, 0.12);
  color: #f3e1cc;
  font-size: 0.74rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.header-mini-cart__qty,
.header-mini-cart__price {
  margin: 2px 0 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.header-mini-cart__price {
  color: #e8d5bf;
  font-weight: 700;
}

.header-mini-cart__remove {
  width: 28px;
  height: 28px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.16);
  display: grid;
  place-items: center;
  color: #ebddce;
  font-size: 1rem;
  line-height: 1;
}

.header-mini-cart__remove:hover {
  border-color: rgba(224, 181, 126, 0.36);
  background: rgba(255, 247, 239, 0.08);
}

.header-mini-cart__summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 247, 239, 0.1);
}

.header-mini-cart__total-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.header-mini-cart__total-value {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
}

.header-mini-cart__actions {
  display: grid;
  gap: 8px;
}

.header-mini-cart__actions .button {
  width: 100%;
  min-height: 46px;
}

.header-mini-cart__empty {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
}

.nav-toggle span {
  width: 18px;
  height: 1.5px;
  background: currentColor;
  display: block;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.button:hover {
  transform: translateY(-2px);
}

.button-solid {
  color: #1d140e;
  background: linear-gradient(135deg, #e0b57e 0%, #c18153 46%, #9a633f 100%);
  box-shadow: 0 18px 38px rgba(154, 99, 63, 0.28);
}

.button-outline {
  border-color: rgba(255, 247, 239, 0.16);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(205, 141, 88, 0.14), transparent 34%),
    rgba(6, 5, 4, 0.76);
  backdrop-filter: blur(5px);
}

.contact-modal__panel {
  position: relative;
  width: min(960px, 100%);
  max-height: min(860px, calc(100vh - 44px));
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at top left, rgba(205, 141, 88, 0.1), transparent 30%),
    linear-gradient(136deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.02)),
    rgba(17, 13, 10, 0.97);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  overflow: auto;
}

.contact-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 30px 16px;
  border-bottom: 1px solid rgba(255, 247, 239, 0.08);
}

.contact-modal__head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  line-height: 1.04;
}

.contact-modal__head p {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 640px;
  line-height: 1.6;
}

.contact-modal__close {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.12);
  background: rgba(255, 247, 239, 0.03);
  color: #f3e7da;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.contact-modal__close:hover,
.contact-modal__close:focus-visible {
  border-color: rgba(201, 134, 86, 0.42);
  background: rgba(255, 247, 239, 0.07);
  transform: translateY(-1px);
}

.contact-modal__body {
  padding: 24px 30px 30px;
}

.contact-modal__stack {
  display: grid;
  gap: 16px;
}

.contact-modal__quick-contact {
  display: grid;
  gap: 10px;
}

.contact-modal__instagram-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 64px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 247, 239, 0.12);
  border-radius: calc(var(--radius-sm) + 2px);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.06), rgba(255, 247, 239, 0.025)),
    rgba(255, 247, 239, 0.025);
  color: #f7efe6;
  text-decoration: none;
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.contact-modal__instagram-bar:hover,
.contact-modal__instagram-bar:focus-visible {
  border-color: rgba(255, 183, 98, 0.7);
  background: rgba(255, 247, 239, 0.08);
  transform: translateY(-1px);
}

.contact-modal__instagram-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.contact-modal__instagram-copy strong {
  display: block;
  color: #f7efe6;
  font-size: 1rem;
  line-height: 1.25;
}

.contact-modal__instagram-copy small {
  display: block;
  color: #d7c4b1;
  font-size: 0.88rem;
  line-height: 1.45;
}

.contact-modal__instagram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 231, 214, 0.28);
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 24%, #d62976 58%, #962fbf 82%, #4f5bd5 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.contact-modal__instagram-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff8f1;
  stroke-width: 1.8;
}

.contact-modal__note,
.contact-modal__fallback {
  margin: 0;
  color: #cdb9a4;
  font-size: 0.88rem;
  line-height: 1.6;
}

.contact-modal__form-shell {
  display: grid;
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 247, 239, 0.1);
  border-radius: calc(var(--radius-sm) + 2px);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.05), rgba(255, 247, 239, 0.02)),
    rgba(255, 247, 239, 0.02);
}

.contact-modal__form-wrap .wpcf7 {
  width: 100%;
}

.contact-modal__form-wrap {
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.contact-modal__form-wrap .wpcf7 form {
  margin: 0;
}

.contact-modal__success {
  position: absolute;
  inset: 22px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(126, 168, 112, 0.28);
  border-radius: calc(var(--radius-sm) + 2px);
  background:
    radial-gradient(circle at top left, rgba(126, 168, 112, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 247, 239, 0.05), rgba(255, 247, 239, 0.02)),
    rgba(20, 18, 14, 0.96);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.contact-modal__success h3 {
  margin: 0;
  font-size: clamp(1.42rem, 2vw, 1.78rem);
  line-height: 1.12;
}

.contact-modal__success p:not(.eyebrow) {
  margin: 0;
  color: #d8c8b8;
  line-height: 1.65;
  max-width: 54ch;
}

.contact-modal__success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.contact-modal__form-shell.is-success .contact-modal__form-wrap {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.contact-modal__form-shell.is-success .contact-modal__success {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.contact-modal__form {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.contact-modal__form p {
  margin: 0;
}

.contact-modal__form br {
  display: none;
}

.contact-modal__field {
  display: grid;
  gap: 8px;
  align-content: start;
}

.contact-modal__field span {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #d8c3ad;
}

.contact-modal__field input,
.contact-modal__field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 247, 239, 0.035);
  color: var(--text);
  padding: 14px 15px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-modal__field input:focus,
.contact-modal__field textarea:focus {
  outline: none;
  border-color: rgba(201, 134, 86, 0.46);
  background: rgba(255, 247, 239, 0.05);
  box-shadow: 0 0 0 4px rgba(201, 134, 86, 0.08);
}

.contact-modal__field textarea {
  resize: vertical;
  min-height: 188px;
}

.contact-modal__captcha {
  display: grid;
}

.contact-modal__captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-modal__captcha-challenge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(201, 134, 86, 0.2);
  border-radius: 999px;
  background: rgba(255, 247, 239, 0.03);
  color: #f1e4d5;
  font-weight: 700;
}

.contact-modal__captcha-challenge strong {
  font-size: 0.98rem;
  letter-spacing: 0.03em;
}

.contact-modal__captcha-challenge span {
  font-size: 0.92rem;
  color: #d9c4b0;
}

.contact-modal__captcha-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(201, 134, 86, 0.26);
  background: rgba(255, 247, 239, 0.03);
  color: #f1e4d5;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.contact-modal__captcha-refresh:hover,
.contact-modal__captcha-refresh:focus-visible {
  border-color: rgba(201, 134, 86, 0.48);
  background: rgba(255, 247, 239, 0.07);
  transform: translateY(-1px);
}

.contact-modal__captcha-help {
  color: #cdb9a4;
  font-size: 0.82rem;
  line-height: 1.5;
}

.contact-modal__captcha.is-solved .contact-modal__captcha-challenge {
  border-color: rgba(126, 168, 112, 0.42);
  background: rgba(111, 159, 99, 0.1);
}

.contact-modal__field-full {
  grid-column: 1 / -1;
}

.contact-modal__actions {
  display: grid;
  grid-column: 1 / -1;
  justify-items: start;
  gap: 10px;
  margin-top: 2px;
}

.contact-modal__actions small {
  color: #cdb9a4;
  font-size: 0.84rem;
  line-height: 1.5;
}

.contact-modal__actions .button,
.contact-modal__actions input[type='submit'] {
  min-width: 248px;
}

.contact-modal__actions input[type='submit']:disabled,
.contact-modal__actions .button:disabled {
  opacity: 0.46;
  cursor: not-allowed;
  filter: saturate(0.7);
}

.contact-modal .wpcf7-form-control-wrap {
  display: block;
}

.contact-modal .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #f1a6a1;
  font-size: 0.82rem;
}

.contact-modal .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.14);
  color: #f1e6d9;
  background: rgba(255, 247, 239, 0.06);
}

.contact-modal .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(126, 168, 112, 0.55);
  background: rgba(111, 159, 99, 0.12);
  color: #dcefd5;
}

.contact-modal .wpcf7 form.invalid .wpcf7-response-output,
.contact-modal .wpcf7 form.failed .wpcf7-response-output,
.contact-modal .wpcf7 form.aborted .wpcf7-response-output,
.contact-modal .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-modal .wpcf7 form.spam .wpcf7-response-output {
  border-color: rgba(215, 120, 110, 0.5);
  background: rgba(170, 72, 66, 0.12);
  color: #f3c8c3;
}

.contact-modal .wpcf7-spinner {
  margin: 0 0 0 8px;
}

.section,
.page-hero {
  position: relative;
  padding: 84px 0;
}

.section-tight {
  padding: 64px 0;
}

.section-emphasis {
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.03), rgba(255, 247, 239, 0.01)),
    linear-gradient(180deg, rgba(17, 13, 10, 0), rgba(17, 13, 10, 0.58));
  border-top: 1px solid rgba(255, 247, 239, 0.05);
  border-bottom: 1px solid rgba(255, 247, 239, 0.05);
}

.eyebrow,
.metric-kicker,
.note-label,
.service-index {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #efc48f;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

.eyebrow::before,
.metric-kicker::before,
.note-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(224, 181, 126, 1), rgba(224, 181, 126, 0));
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.1rem, 4.5vw, 4.1rem);
  max-width: 14ch;
}

h2 {
  font-size: clamp(1.65rem, 2.5vw, 2.7rem);
  max-width: 16ch;
}

h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
}

p {
  margin: 0;
}

.lead,
.hero-lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  max-width: 67ch;
}

.hero {
  position: relative;
  min-height: calc(90vh - 82px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 8, 6, 0.9) 0%, rgba(10, 8, 6, 0.72) 36%, rgba(10, 8, 6, 0.38) 70%, rgba(10, 8, 6, 0.54) 100%),
    linear-gradient(180deg, rgba(10, 8, 6, 0.1) 0%, rgba(10, 8, 6, 0.62) 100%);
  z-index: 1;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../img/01-hero-marque/hero-atelier-principal.png");
  background-size: cover;
  background-position: center center;
  transform: scale(1.04);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  gap: 40px;
  align-items: end;
  padding: 88px 0 72px;
}

.page-home .hero-layout,
.page-services .inner-hero-content,
.page-boutique .inner-hero-content {
  width: min(var(--hero-shell), calc(100% - clamp(56px, 6vw, 120px)));
  margin: 0 auto;
}

.hero-copy {
  display: grid;
  gap: 20px;
}

.hero-lead {
  color: #e6d7c6;
  max-width: 58ch;
}

.hero-note,
.metric,
.service-card,
.product-card,
.category-card,
.value-card,
.promise-card,
.info-card,
.step-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.03)),
    rgba(20, 16, 13, 0.9);
  box-shadow: var(--shadow);
}

.hero-note {
  padding: 26px;
  backdrop-filter: blur(14px);
}

.hero-note h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-bottom: 14px;
}

.page-home {
  background:
    radial-gradient(circle at top left, rgba(186, 125, 74, 0.17), transparent 30%),
    radial-gradient(circle at 78% 12%, rgba(158, 114, 70, 0.12), transparent 30%),
    linear-gradient(180deg, #231913 0%, #15100c 46%, #0e0b08 100%);
}

.page-home .hero {
  min-height: clamp(700px, calc(86vh - 82px), 860px);
  align-items: stretch;
}

.page-home .hero-layout {
  min-height: clamp(700px, calc(86vh - 82px), 860px);
  align-items: center;
  padding: 28px 0 36px;
}

.page-home .hero-copy {
  max-width: 66ch;
  align-self: center;
  justify-self: start;
}

.page-home .hero-copy h1 {
  font-size: clamp(1.9rem, 3.3vw, 3rem);
  max-width: 19ch;
  line-height: 1.14;
}

.page-home .hero-lead {
  font-size: clamp(0.97rem, 1.2vw, 1.08rem);
  color: #eddfcf;
  line-height: 1.62;
}

.page-home .hero-home::before {
  background:
    linear-gradient(90deg, rgba(10, 8, 6, 0.8) 0%, rgba(10, 8, 6, 0.6) 34%, rgba(10, 8, 6, 0.28) 72%, rgba(10, 8, 6, 0.44) 100%),
    linear-gradient(180deg, rgba(10, 8, 6, 0.12) 0%, rgba(10, 8, 6, 0.52) 100%);
}

.page-home .hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(140% 120% at 18% 88%, rgba(8, 6, 5, 0.9) 0%, rgba(8, 6, 5, 0.7) 24%, rgba(8, 6, 5, 0.42) 48%, rgba(8, 6, 5, 0.12) 66%, rgba(8, 6, 5, 0) 82%),
    radial-gradient(95% 90% at 34% 62%, rgba(8, 6, 5, 0.3) 0%, rgba(8, 6, 5, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

.page-home .hero-note {
  width: min(100%, 360px);
  max-width: 360px;
  align-self: center;
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.14), rgba(255, 247, 239, 0.06)),
    rgba(26, 20, 16, 0.72);
}

.page-home .hero-note h2 {
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  line-height: 1.32;
}

.page-home .hero-note p {
  color: #d8c7b5;
  margin-bottom: 12px;
}

.material-separator {
  width: 100%;
  height: clamp(24px, 2.2vw, 36px);
  margin: 0;
  background-image: url("../img/04-textures-ui/seprateur.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  opacity: 0.96;
  display: block;
}

.page-home .section-emphasis,
.page-home .boutique-preview {
  position: relative;
  overflow: hidden;
}

.page-home .section-emphasis {
  background:
    linear-gradient(140deg, rgba(15, 11, 8, 0.95), rgba(15, 11, 8, 0.94)),
    linear-gradient(180deg, rgba(255, 247, 239, 0.03), rgba(255, 247, 239, 0.01)),
    url("../img/04-textures-ui/fondbois2.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: normal, normal, multiply;
}

.page-home .service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.page-home .service-card {
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.page-home .service-card::before {
  content: none;
}

.page-home .service-card img {
  display: block;
  aspect-ratio: 1 / 1.08;
}

.page-home .section-head h2 {
  max-width: 620px;
}

.page-home .section-head-row .button {
  white-space: nowrap;
}

.page-home .boutique-preview {
  background:
    linear-gradient(140deg, rgba(16, 12, 9, 0.9), rgba(16, 12, 9, 0.88)),
    linear-gradient(180deg, rgba(255, 247, 239, 0.02), rgba(255, 247, 239, 0.01));
  padding-top: 72px;
}

.page-home .boutique-preview::before {
  content: none;
}

.page-home .boutique-preview .section-head {
  margin-bottom: 30px;
}

.page-home .section-home-news {
  background:
    linear-gradient(140deg, rgba(16, 12, 9, 0.92), rgba(16, 12, 9, 0.9)),
    linear-gradient(180deg, rgba(255, 247, 239, 0.02), rgba(255, 247, 239, 0.01));
}

.page-home .section-home-news .section-head {
  margin-bottom: 28px;
}

.page-home .cta-banner-home {
  border-color: rgba(255, 247, 239, 0.18);
  background:
    linear-gradient(135deg, rgba(16, 12, 9, 0.74), rgba(16, 12, 9, 0.78)),
    url("../img/04-textures-ui/texture-sketch-matiere-detail-01.jpg");
  background-size: cover;
  background-position: center;
}

.page-home .cta-banner-home::before,
.page-home .cta-banner-home::after {
  content: none;
}

.page-home .cta-banner-home .cta-actions,
.page-home .cta-banner-home > div {
  z-index: 2;
}

.page-home .cta-banner-home .button-solid {
  background: linear-gradient(135deg, #cc9a68 0%, #b97f52 52%, #9f6947 100%);
  box-shadow: 0 16px 30px rgba(154, 99, 63, 0.24);
}

.material-separator-footer {
  margin: 0;
}

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

.detail-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 0 4px rgba(224, 181, 126, 0.08);
}

.intro-strip {
  padding-top: 28px;
}

.metrics-grid,
.values-grid,
.category-grid,
.promises-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.metric,
.category-card,
.value-card,
.promise-card,
.step-card,
.info-card {
  padding: 28px;
}

.metric strong,
.contact-points strong {
  font-size: 1.15rem;
  line-height: 1.45;
}

.metric p,
.value-card p,
.category-card p,
.promise-card p,
.step-card p,
.service-body p,
.footer-text,
.stack-list p,
.product-body p,
.info-card p {
  color: var(--muted);
}

.editorial-grid,
.page-hero-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 34px;
  align-items: center;
}

.editorial-grid-reverse {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.section-copy {
  display: grid;
  gap: 20px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.12);
  background: rgba(255, 247, 239, 0.05);
  color: #e8d7c5;
  font-size: 0.83rem;
}

.media-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #15120f;
}

.media-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(9, 7, 5, 0), rgba(9, 7, 5, 0.42));
}

.media-card img,
.feature-media img,
.product-thumb img,
.service-card img,
.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card-tall {
  min-height: 560px;
}

.media-card-offset::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 46%;
  height: 100%;
  background-image: url("../img/04-textures-ui/texture-skate-matiere-detail-01.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  mix-blend-mode: screen;
  z-index: 1;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/04-textures-ui/texture-bois-clair-card-02.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  mix-blend-mode: screen;
  pointer-events: none;
}

.service-card img {
  aspect-ratio: 1 / 1;
}

.page-home .service-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: auto;
}

.page-home .service-card-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.16);
}

.page-home .service-media-label {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: calc(var(--radius-sm) - 3px);
  border: 1px solid rgba(255, 247, 239, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.16), rgba(255, 247, 239, 0.08)),
    rgba(18, 14, 11, 0.78);
  color: #f3e9dd;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  backdrop-filter: blur(1.2px);
}

.page-home .service-media-label__icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #dcb583, #b0784f);
  box-shadow: 0 0 0 1px rgba(247, 222, 194, 0.38);
}

.page-home .service-media-label__text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-home .service-card-link:hover .service-media-label,
.page-home .service-card-link:focus-visible .service-media-label {
  border-color: rgba(255, 247, 239, 0.4);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.2), rgba(255, 247, 239, 0.1)),
    rgba(18, 14, 11, 0.86);
}

.page-home .service-card-link:focus-visible {
  outline: 2px solid rgba(213, 167, 122, 0.62);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

.service-body {
  padding: 22px 22px 24px;
}

.service-index {
  margin-bottom: 10px;
}

.section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.section-head-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.portfolio-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portfolio-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 7, 5, 0.04), rgba(9, 7, 5, 0.7));
}

.portfolio-card-large {
  min-height: 520px;
}

.portfolio-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 8px;
}

.portfolio-copy span {
  color: #efc48f;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.boutique-preview {
  position: relative;
}

.boutique-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/04-textures-ui/texture-bois-fonce-card-01.jpg");
  background-size: 420px auto;
  background-position: right top;
  opacity: 0.04;
  pointer-events: none;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

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

.catalog-empty-state {
  display: grid;
  gap: 18px;
}

.catalog-empty-state__note {
  margin: 0;
  max-width: 760px;
  padding: 14px 18px;
  border: 1px solid rgba(224, 181, 126, 0.28);
  border-radius: var(--radius-md);
  background: rgba(255, 247, 239, 0.04);
  color: #f0d5b0;
  font-size: 0.98rem;
  line-height: 1.55;
}

.product-card {
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/04-textures-ui/texture-bois-brut-card-01.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.09;
  mix-blend-mode: screen;
  pointer-events: none;
}

.product-thumb {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1;
  background: #15120f;
}

.product-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 22px;
}

.product-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.product-meta strong {
  color: #f3cf9f;
  font-size: 1rem;
}

.product-link {
  color: #efd2ae;
  font-size: 0.86rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.product-add-button {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.18);
  background: rgba(255, 247, 239, 0.04);
  color: #f5e8d9;
  display: inline-grid;
  place-items: center;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.product-add-button__icon {
  transform: translateY(-1px);
}

.product-add-button:hover {
  transform: translateY(-1px);
  border-color: rgba(224, 181, 126, 0.42);
  background: rgba(255, 247, 239, 0.08);
}

.product-add-button.loading {
  opacity: 0.6;
  pointer-events: none;
}

.product-add-button.added {
  border-color: rgba(224, 181, 126, 0.5);
  background: rgba(224, 181, 126, 0.18);
  color: #f5d7b5;
}

.product-card .added_to_cart {
  display: none !important;
}

.product-grid-skeleton .product-card {
  pointer-events: none;
  height: 100%;
}

.product-card-skeleton {
  display: grid;
  grid-template-rows: auto 1fr;
  border-color: rgba(255, 247, 239, 0.08);
}

.product-thumb-skeleton {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.04));
}

.tag-skeleton,
.product-skeleton-line,
.product-add-button-skeleton {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: rgba(255, 247, 239, 0.08);
  border-radius: 999px;
}

.tag-skeleton::after,
.product-thumb-skeleton::after,
.product-skeleton-line::after,
.product-add-button-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  animation: recyclart79-skeleton-shimmer 1.8s ease-in-out infinite;
}

.tag-skeleton {
  width: 128px;
  height: 30px;
}

.product-skeleton-line {
  height: 14px;
  width: 100%;
  border-radius: 8px;
}

.product-skeleton-line--title {
  height: 22px;
  width: 82%;
  border-radius: 10px;
}

.product-skeleton-line--short {
  width: 64%;
}

.product-skeleton-line--price {
  width: 92px;
  height: 18px;
  border-radius: 9px;
}

.product-skeleton-line--link {
  width: 84px;
  height: 14px;
  border-radius: 8px;
}

.product-add-button-skeleton {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
}

@keyframes recyclart79-skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}

.product-grid-skeleton .product-meta {
  align-items: center;
}

@media (max-width: 700px) {
  .catalog-empty-state {
    gap: 14px;
  }

  .catalog-empty-state__note {
    padding: 12px 14px;
    font-size: 0.94rem;
  }
}

.cta-banner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 390px);
  gap: 32px;
  align-items: center;
  padding: 34px 36px;
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(255, 247, 239, 0.09), rgba(255, 247, 239, 0.03)),
    rgba(18, 15, 12, 0.92);
  box-shadow: var(--shadow);
}

.cta-banner > div:first-child {
  max-width: 100%;
}

.cta-banner h2 {
  max-width: 22ch;
}

.cta-banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 34%;
  min-width: 210px;
  height: 100%;
  background-image: url("../img/04-textures-ui/texture-skate-bandes-horizontal-01.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  mix-blend-mode: screen;
}

.cta-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.page-hero {
  padding-top: 96px;
  padding-bottom: 46px;
}

.inner-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 440px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 247, 239, 0.08);
  background-size: cover;
  background-position: center;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 8, 6, 0.88) 0%, rgba(10, 8, 6, 0.72) 42%, rgba(10, 8, 6, 0.44) 100%),
    linear-gradient(180deg, rgba(10, 8, 6, 0.12) 0%, rgba(10, 8, 6, 0.68) 100%);
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--container), calc(100% - clamp(40px, 5vw, 96px)));
  margin: 0 auto;
  box-sizing: border-box;
  padding: 108px clamp(18px, 2.2vw, 28px) 54px;
  max-width: 760px;
}

.services-hero-layout,
.boutique-hero-layout,
.product-hero-layout,
.transaction-hero-layout {
  width: 100%;
  min-width: 0;
}

.services-hero-copy,
.boutique-hero-copy,
.product-hero-copy,
.transaction-hero-copy,
.news-hero-copy,
.page-legal .inner-hero-content .reveal {
  min-width: 0;
}

.inner-hero-services {
  background-image: url("../img/04-textures-ui/texture-skate-bandes-horizontal-01.jpg");
  background-position: center center;
}

.inner-hero-boutique {
  background-image: url("../img/01-hero-marque/hero-boutique.png");
  background-position: center 14%;
}

.inner-hero-product {
  background-image: url("../img/04-textures-ui/texture-skate-bandes-horizontal-01.jpg");
}

.inner-hero-legal {
  background-image: url("../img/04-textures-ui/texture-skate-bandes-horizontal-01.jpg");
  background-position: center center;
}

.inner-hero h1 {
  margin-bottom: 14px;
}

.page-boutique .inner-hero {
  min-height: clamp(430px, 60vh, 590px);
  align-items: center;
  border-bottom: 0;
}

.page-boutique .inner-hero::before {
  background:
    linear-gradient(96deg, rgba(7, 5, 4, 0.92) 0%, rgba(7, 5, 4, 0.8) 38%, rgba(7, 5, 4, 0.58) 64%, rgba(7, 5, 4, 0.42) 100%),
    radial-gradient(95% 120% at 18% 54%, rgba(7, 5, 4, 0.34) 0%, rgba(7, 5, 4, 0) 72%),
    linear-gradient(180deg, rgba(7, 5, 4, 0.22) 0%, rgba(7, 5, 4, 0.66) 100%);
}

.page-boutique .inner-hero-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 88px;
  padding-bottom: 88px;
}

.boutique-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  align-items: center;
  gap: clamp(28px, 3vw, 40px);
}

.boutique-hero-copy {
  justify-self: start;
  width: 100%;
  max-width: 66ch;
}

.boutique-hero-copy h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  max-width: 18ch;
  line-height: 1.12;
}

.page-boutique .boutique-hero-copy .hero-lead {
  max-width: 62ch;
  color: #e5d6c5;
  font-size: clamp(1rem, 1.22vw, 1.08rem);
}

.boutique-hero-note {
  width: min(100%, 360px);
  max-width: 360px;
  justify-self: end;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.14), rgba(255, 247, 239, 0.05)),
    rgba(23, 18, 14, 0.72);
}

.boutique-hero-note h2 {
  font-size: clamp(1.25rem, 1.6vw, 1.6rem);
  line-height: 1.32;
}

.boutique-hero-note p {
  color: #d9c8b6;
}

.page-boutique .material-separator {
  height: clamp(24px, 2.2vw, 36px);
  margin: 0;
}

.page-product .inner-hero {
  min-height: clamp(430px, 60vh, 590px);
  align-items: center;
  border-bottom: 0;
}

.page-product .inner-hero::before {
  background:
    linear-gradient(96deg, rgba(7, 5, 4, 0.92) 0%, rgba(7, 5, 4, 0.8) 38%, rgba(7, 5, 4, 0.58) 64%, rgba(7, 5, 4, 0.42) 100%),
    radial-gradient(95% 120% at 18% 54%, rgba(7, 5, 4, 0.34) 0%, rgba(7, 5, 4, 0) 72%),
    linear-gradient(180deg, rgba(7, 5, 4, 0.22) 0%, rgba(7, 5, 4, 0.66) 100%);
}

.page-product .inner-hero-content {
  max-width: none;
  padding-top: 88px;
  padding-bottom: 88px;
}

.product-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: clamp(22px, 2.6vw, 36px);
}

.product-hero-copy {
  justify-self: center;
  width: 100%;
  max-width: 720px;
}

.product-hero-copy h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  max-width: 18ch;
  line-height: 1.12;
}

.page-product .product-hero-copy .hero-lead {
  max-width: 62ch;
  color: #e5d6c5;
  font-size: clamp(1rem, 1.22vw, 1.08rem);
}

.product-hero-note {
  width: min(100%, 430px);
  max-width: 430px;
  justify-self: end;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.14), rgba(255, 247, 239, 0.05)),
    rgba(23, 18, 14, 0.72);
}

.product-hero-note h2 {
  font-size: clamp(1.25rem, 1.6vw, 1.6rem);
  line-height: 1.32;
}

.product-hero-note p {
  color: #d9c8b6;
}

.page-product .material-separator {
  height: clamp(24px, 2.2vw, 36px);
  margin: 0;
}

.page-news .inner-hero {
  min-height: clamp(320px, 44vh, 410px);
  align-items: center;
  border-bottom: 0;
  background-size: cover;
  background-position: center;
}

.page-news .inner-hero::before {
  background:
    linear-gradient(96deg, rgba(7, 5, 4, 0.92) 0%, rgba(7, 5, 4, 0.8) 38%, rgba(7, 5, 4, 0.58) 64%, rgba(7, 5, 4, 0.42) 100%),
    radial-gradient(95% 120% at 18% 54%, rgba(7, 5, 4, 0.34) 0%, rgba(7, 5, 4, 0) 72%),
    linear-gradient(180deg, rgba(7, 5, 4, 0.22) 0%, rgba(7, 5, 4, 0.66) 100%);
}

.page-news .inner-hero-content {
  max-width: none;
  padding-top: 62px;
  padding-bottom: 40px;
}

.news-hero-copy {
  width: 100%;
  max-width: 740px;
  padding-right: clamp(8px, 1.6vw, 20px);
}

.news-hero-copy h1 {
  font-size: clamp(1.8rem, 2.45vw, 2.45rem);
  line-height: 1.16;
  max-width: 20ch;
}

.page-news .news-hero-copy .hero-lead {
  max-width: 62ch;
  color: #e5d6c5;
  font-size: clamp(0.96rem, 1.06vw, 1.02rem);
}

.page-news .material-separator {
  height: clamp(24px, 2.2vw, 36px);
  margin: 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  position: relative;
  height: 100%;
}

.news-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.news-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #17120e;
  box-shadow: var(--shadow);
}

.news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px 16px 17px;
  background:
    linear-gradient(180deg, rgba(9, 7, 5, 0.02) 0%, rgba(9, 7, 5, 0.56) 54%, rgba(9, 7, 5, 0.92) 100%);
}

.news-card__date {
  display: block;
  margin-bottom: 7px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dbc6ae;
  font-weight: 700;
}

.news-card__title {
  margin: 0;
  font-size: clamp(1.05rem, 1.25vw, 1.26rem);
  line-height: 1.26;
  color: #fff6ed;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__excerpt {
  margin: 8px 0 0;
  color: #dfccb8;
  font-size: 0.9rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__link:hover .news-card__title,
.news-card__link:focus-visible .news-card__title {
  color: #f3d4ae;
}

.news-card__link:focus-visible {
  outline: 2px solid rgba(213, 167, 122, 0.62);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

.news-pagination {
  margin-top: 30px;
}

.news-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.news-pagination ul li {
  margin: 0;
}

.news-pagination ul li a,
.news-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 247, 239, 0.04);
}

.news-pagination ul li .current {
  border-color: rgba(224, 181, 126, 0.5);
  background: rgba(224, 181, 126, 0.18);
}

.news-single-meta {
  margin-top: 10px;
}

.news-single-meta time {
  color: #eadaca;
  font-weight: 600;
}

.news-single-container {
  width: min(100%, 860px);
}

.news-article {
  padding: 34px;
}

.news-article-content {
  color: #d8c6b2;
  font-size: 1.01rem;
  line-height: 1.72;
}

.news-article-content h2,
.news-article-content h3,
.news-article-content h4 {
  color: #f4e8db;
  margin-top: 30px;
  margin-bottom: 12px;
}

.news-article-content h2 {
  font-size: clamp(1.34rem, 1.7vw, 1.74rem);
}

.news-article-content h3 {
  font-size: clamp(1.16rem, 1.42vw, 1.36rem);
}

.news-article-content p + p,
.news-article-content ul + p,
.news-article-content p + ul,
.news-article-content ol + p,
.news-article-content p + ol,
.news-article-content blockquote + p,
.news-article-content p + blockquote {
  margin-top: 14px;
}

.news-article-content ul,
.news-article-content ol {
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.news-article-content blockquote {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 3px solid rgba(224, 181, 126, 0.5);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(255, 247, 239, 0.04);
  color: #eddcc9;
}

.news-article-content figure {
  margin: 20px 0;
}

.news-article-content img {
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.14);
}

.news-article-content figcaption {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #cfb9a1;
}

.news-related-section {
  background:
    linear-gradient(140deg, rgba(15, 11, 8, 0.95), rgba(15, 11, 8, 0.94)),
    linear-gradient(180deg, rgba(255, 247, 239, 0.02), rgba(255, 247, 239, 0.008)),
    url("../img/04-textures-ui/fondbois2.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: normal, normal, multiply;
}

.news-grid-related .news-card__media {
  min-height: 250px;
}

.page-legal .inner-hero {
  min-height: clamp(300px, 42vh, 390px);
  align-items: center;
  border-bottom: 0;
}

.page-legal .inner-hero::before {
  background:
    linear-gradient(96deg, rgba(7, 5, 4, 0.92) 0%, rgba(7, 5, 4, 0.8) 38%, rgba(7, 5, 4, 0.58) 64%, rgba(7, 5, 4, 0.42) 100%),
    radial-gradient(95% 120% at 18% 54%, rgba(7, 5, 4, 0.34) 0%, rgba(7, 5, 4, 0) 72%),
    linear-gradient(180deg, rgba(7, 5, 4, 0.22) 0%, rgba(7, 5, 4, 0.66) 100%);
}

.page-legal .inner-hero-content {
  max-width: none;
  padding-top: 64px;
  padding-bottom: 42px;
}

.page-legal .inner-hero-content .reveal {
  width: 100%;
  max-width: 720px;
  padding-right: clamp(8px, 1.4vw, 18px);
}

.page-legal .inner-hero h1 {
  font-size: clamp(1.75rem, 2.35vw, 2.35rem);
  max-width: 18ch;
  line-height: 1.16;
}

.page-legal .inner-hero .hero-lead {
  max-width: 62ch;
  color: #e5d6c5;
  font-size: clamp(0.96rem, 1.06vw, 1.02rem);
}

.page-legal .material-separator {
  height: clamp(24px, 2.2vw, 36px);
  margin: 0;
}

.page-transactional .inner-hero {
  min-height: clamp(290px, 36vh, 360px);
  align-items: center;
  border-bottom: 0;
}

.page-cart .inner-hero-transactional {
  background-position: center 18%;
}

.page-transactional .inner-hero::before {
  background:
    linear-gradient(96deg, rgba(7, 5, 4, 0.92) 0%, rgba(7, 5, 4, 0.8) 38%, rgba(7, 5, 4, 0.58) 64%, rgba(7, 5, 4, 0.42) 100%),
    radial-gradient(95% 120% at 18% 54%, rgba(7, 5, 4, 0.34) 0%, rgba(7, 5, 4, 0) 72%),
    linear-gradient(180deg, rgba(7, 5, 4, 0.22) 0%, rgba(7, 5, 4, 0.66) 100%);
}

.page-transactional .inner-hero-content {
  max-width: none;
  padding-top: 58px;
  padding-bottom: 34px;
}

.transaction-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: center;
}

.transaction-hero-copy {
  width: 100%;
  max-width: 720px;
}

.transaction-hero-copy h1 {
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
  line-height: 1.16;
  margin-bottom: 10px;
}

.page-transactional .transaction-hero-copy .hero-lead {
  max-width: 58ch;
  color: #e4d5c5;
  font-size: clamp(0.95rem, 1.02vw, 1.02rem);
}

.transaction-hero-note {
  width: min(100%, 390px);
  max-width: 390px;
  justify-self: end;
  padding: 20px 22px;
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.12), rgba(255, 247, 239, 0.04)),
    rgba(23, 18, 14, 0.72);
}

.transaction-hero-note h2 {
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.3;
}

.transaction-hero-note p {
  color: #d9c8b6;
  font-size: 0.92rem;
}

.page-transactional .material-separator {
  height: clamp(20px, 2vw, 30px);
  margin: 0;
}

.page-checkout .section-tight {
  padding-top: 26px;
}

.page-checkout .transactional-page-content .woocommerce {
  gap: 14px;
}

.page-boutique .filter-bar {
  margin: 0 0 24px;
}

.page-boutique .section-head {
  margin-bottom: 26px;
}

.page-boutique .section-head h2 {
  max-width: 620px;
}

.page-boutique .section-emphasis {
  background:
    linear-gradient(140deg, rgba(15, 11, 8, 0.95), rgba(15, 11, 8, 0.94)),
    linear-gradient(180deg, rgba(255, 247, 239, 0.02), rgba(255, 247, 239, 0.008)),
    url("../img/04-textures-ui/fondbois2.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: normal, normal, multiply;
}

.page-boutique .cta-banner-boutique {
  border-color: rgba(255, 247, 239, 0.2);
  background:
    linear-gradient(135deg, rgba(16, 12, 9, 0.78), rgba(16, 12, 9, 0.82)),
    url("../img/04-textures-ui/texture-sketch-matiere-detail-01.jpg");
  background-size: cover;
  background-position: center;
}

.page-boutique .cta-banner-boutique::after,
.page-boutique .cta-banner-boutique::before {
  content: none;
}

.page-boutique .cta-banner-boutique .button-solid {
  background: linear-gradient(135deg, #cc9a68 0%, #b97f52 52%, #9f6947 100%);
  box-shadow: 0 16px 30px rgba(154, 99, 63, 0.24);
}

.page-product .cta-banner-product {
  border-color: rgba(255, 247, 239, 0.2);
  background:
    linear-gradient(135deg, rgba(16, 12, 9, 0.78), rgba(16, 12, 9, 0.82)),
    url("../img/04-textures-ui/texture-sketch-matiere-detail-01.jpg");
  background-size: cover;
  background-position: center;
}

.page-product .cta-banner-product::after,
.page-product .cta-banner-product::before {
  content: none;
}

.page-product .cta-banner-product .button-solid {
  background: linear-gradient(135deg, #cc9a68 0%, #b97f52 52%, #9f6947 100%);
  box-shadow: 0 16px 30px rgba(154, 99, 63, 0.24);
}

.page-services .inner-hero {
  min-height: clamp(440px, 62vh, 600px);
  align-items: center;
  border-bottom: 0;
}

.page-services .inner-hero::before {
  background:
    linear-gradient(96deg, rgba(7, 5, 4, 0.9) 0%, rgba(7, 5, 4, 0.78) 35%, rgba(7, 5, 4, 0.56) 62%, rgba(7, 5, 4, 0.38) 100%),
    radial-gradient(95% 120% at 18% 54%, rgba(7, 5, 4, 0.34) 0%, rgba(7, 5, 4, 0) 72%),
    linear-gradient(180deg, rgba(7, 5, 4, 0.22) 0%, rgba(7, 5, 4, 0.64) 100%);
}

.page-services .inner-hero-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 88px;
  padding-bottom: 88px;
}

.services-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  align-items: center;
  gap: clamp(28px, 3vw, 40px);
}

.services-hero-copy {
  justify-self: start;
  width: 100%;
  max-width: 66ch;
}

.services-hero-copy h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  max-width: 18ch;
  line-height: 1.12;
}

.page-services .services-hero-copy .hero-lead {
  max-width: 62ch;
  color: #e5d6c5;
  font-size: clamp(1rem, 1.22vw, 1.08rem);
}

.services-hero-note {
  width: min(100%, 360px);
  max-width: 360px;
  justify-self: end;
  padding: 24px 24px 24px;
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.14), rgba(255, 247, 239, 0.05)),
    rgba(23, 18, 14, 0.72);
}

.services-hero-note h2 {
  font-size: clamp(1.25rem, 1.6vw, 1.6rem);
  line-height: 1.32;
}

.services-hero-note p {
  color: #d9c8b6;
}

.page-services .material-separator {
  height: clamp(24px, 2.2vw, 36px);
  margin: 0;
}

.page-services .services-stack {
  background:
    linear-gradient(180deg, rgba(16, 12, 9, 0), rgba(16, 12, 9, 0.26));
}

.page-services {
  --services-radius: 7px;
}

.page-services .button,
.page-services .hero-note,
.page-services .feature-band,
.page-services .feature-media,
.page-services .cta-banner-services,
.page-services .nav-toggle {
  border-radius: var(--services-radius);
}

.page-services .button {
  border-radius: var(--services-radius);
}

.page-services .feature-stack {
  gap: 22px;
}

.page-services .service-focus .feature-media {
  position: relative;
  overflow: hidden;
  min-height: 315px;
}

.page-services .service-focus .feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 6, 5, 0.14) 0%, rgba(8, 6, 5, 0.34) 100%);
  pointer-events: none;
}

.page-services .service-focus .feature-copy h3 {
  font-size: clamp(1.34rem, 1.95vw, 1.8rem);
  line-height: 1.23;
  max-width: 23ch;
}

.page-services .service-focus .feature-copy p:not(.metric-kicker) {
  color: #d5c5b3;
}

.page-services .service-focus {
  grid-template-columns: minmax(340px, 0.98fr) minmax(0, 1.02fr);
  border-color: rgba(255, 247, 239, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.06), rgba(255, 247, 239, 0.02)),
    rgba(19, 15, 12, 0.9);
}

.page-services .service-focus[id] {
  scroll-margin-top: 112px;
}

.page-services .service-focus .feature-copy {
  gap: 14px;
  padding: 30px 32px;
  align-content: start;
  border-left: 1px solid rgba(255, 247, 239, 0.1);
}

.page-services .service-focus.feature-band-reverse .feature-copy {
  border-left: 0;
  border-right: 1px solid rgba(255, 247, 239, 0.1);
}

.page-services .service-focus .detail-list {
  gap: 10px;
  margin-top: 2px;
}

.page-services .service-focus-cta {
  margin-top: 6px;
  width: min(100%, 340px);
  min-height: 46px;
  justify-content: center;
  font-size: 0.93rem;
  border-color: rgba(255, 247, 239, 0.2);
  background: rgba(255, 247, 239, 0.05);
}

.page-services .service-focus-cta:hover {
  border-color: rgba(255, 247, 239, 0.34);
}

.page-services .service-focus-wood {
  background:
    linear-gradient(140deg, rgba(12, 9, 7, 0.9), rgba(12, 9, 7, 0.88)),
    url("../img/04-textures-ui/fondbois2.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}

.page-services .service-focus-wood .feature-media::after {
  background: linear-gradient(180deg, rgba(8, 6, 5, 0.24) 0%, rgba(8, 6, 5, 0.5) 100%);
}

.page-services .service-focus-wood .feature-copy {
  background: linear-gradient(180deg, rgba(12, 9, 7, 0.22), rgba(12, 9, 7, 0.3));
}

.page-services .service-focus--agencement .metric-kicker,
.page-services .service-focus--restauration .metric-kicker,
.page-services .service-focus--objets .metric-kicker {
  color: #f0c992;
}

.page-services .service-focus--mobilier .metric-kicker,
.page-services .service-focus--menuiserie .metric-kicker {
  color: #f2d2a6;
}

.page-services .cta-banner-services {
  border-color: rgba(255, 247, 239, 0.2);
  background:
    linear-gradient(135deg, rgba(16, 12, 9, 0.78), rgba(16, 12, 9, 0.82)),
    url("../img/04-textures-ui/texture-sketch-matiere-detail-01.jpg");
  background-size: cover;
  background-position: center;
}

.page-services .cta-banner-services::after,
.page-services .cta-banner-services::before {
  content: none;
}

.page-services .cta-banner-services .button-solid {
  background: linear-gradient(135deg, #cc9a68 0%, #b97f52 52%, #9f6947 100%);
  box-shadow: 0 16px 30px rgba(154, 99, 63, 0.24);
}

.page-services .material-separator-services-end {
  margin: 0;
}

.legal-meta {
  color: #d9c9b8;
  font-size: 0.93rem;
}

.legal-content {
  display: grid;
  gap: 22px;
}

.legal-card {
  padding: 30px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.03)),
    rgba(19, 15, 12, 0.92);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin-bottom: 14px;
}

.legal-card h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 1.4vw, 1.28rem);
}

.legal-card p + p,
.legal-card ul + p,
.legal-card p + ul,
.legal-card ul + ul {
  margin-top: 12px;
}

.legal-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}

.legal-card a {
  color: #efd2ae;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-anchor-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.legal-anchor-list a {
  color: #efd2ae;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal-links {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.footer-legal-links a {
  color: #e7d5c0;
  font-size: 0.86rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.feature-stack {
  display: grid;
  gap: 28px;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.94fr) minmax(0, 1.06fr);
  gap: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.07), rgba(255, 247, 239, 0.03)),
    rgba(19, 15, 12, 0.9);
  box-shadow: var(--shadow);
}

.feature-band-reverse {
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
}

.feature-band-reverse .feature-media {
  order: 2;
}

.feature-media {
  min-height: 360px;
  background: #15120f;
}

.feature-copy {
  display: grid;
  gap: 18px;
  padding: 34px;
}

.stack-list {
  display: grid;
  gap: 18px;
}

.stack-list article {
  display: grid;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 247, 239, 0.08);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
}

.filter-chip {
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.12);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.filter-chip.active {
  background: rgba(224, 181, 126, 0.14);
  border-color: rgba(224, 181, 126, 0.38);
}

.contact-grid {
  align-items: start;
}

.contact-side {
  display: grid;
  gap: 22px;
}

.contact-points {
  display: grid;
  gap: 14px;
}

.contact-points article {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  background: rgba(255, 247, 239, 0.04);
  border: 1px solid rgba(255, 247, 239, 0.08);
}

.contact-points span {
  color: #efc48f;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
}

.form-card {
  display: grid;
  gap: 26px;
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.03)),
    rgba(18, 15, 12, 0.94);
  box-shadow: var(--shadow);
}

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

.field {
  display: grid;
  gap: 8px;
}

.field span {
  color: #ecdac7;
  font-size: 0.92rem;
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 247, 239, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
  padding: 15px 16px;
  outline: none;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(205, 191, 176, 0.82);
}

.field select {
  appearance: none;
}

.field textarea {
  resize: vertical;
  min-height: 170px;
}

.field-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
}

.field-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #cf9b67;
}

.field-consent small {
  color: var(--muted);
  line-height: 1.55;
}

.field-consent small a {
  color: #efd2ae;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.form-card .button {
  justify-self: start;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: start;
}

.product-panel {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.03)),
    rgba(20, 16, 13, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-main-image {
  min-height: 520px;
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1121px) {
  .product-main-image {
    position: sticky;
    top: 116px;
    align-self: start;
  }
}

.product-summary {
  padding: 28px;
  display: grid;
  gap: 16px;
}

.product-price {
  font-family: "Fraunces", serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: #f3cf9f;
}

.product-stock {
  margin-top: -6px;
}

.product-stock .stock {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.product-stock .stock.in-stock {
  color: #d8d5aa;
}

.product-stock .stock.out-of-stock {
  color: #d7a39a;
}

.product-media-fallback {
  min-height: 520px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  color: var(--muted);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-gallery .product-panel {
  min-height: 240px;
}

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

.site-footer {
  padding: 22px 0 52px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  gap: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 247, 239, 0.08);
}

.footer-col {
  min-width: 0;
}

.footer-col-nav {
  align-self: center;
  justify-self: end;
  width: min(100%, 260px);
}

.footer-col-brand {
  justify-self: start;
  width: 100%;
  max-width: 980px;
}

.footer-col-brand .footer-text {
  max-width: 68ch;
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-title {
  margin: 0 0 14px;
  color: #efc48f;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #ecdfcf;
}

.footer-mail {
  margin-top: 12px;
  margin-bottom: 0;
}

.footer-instagram-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px 0 8px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 247, 239, 0.06), rgba(255, 247, 239, 0.025)),
    rgba(21, 16, 13, 0.84);
  color: #f3e6d6;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.footer-instagram-link__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(180, 128, 85, 0.72);
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 22%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(145deg, #f5c76f 0%, #f78929 24%, #d53a73 56%, #8b3cc4 79%, #4b63cb 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 4px 12px rgba(123, 57, 112, 0.18);
  flex: 0 0 auto;
}

.footer-instagram-link__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #fffaf6;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-instagram-link:hover,
.footer-instagram-link:focus-visible {
  border-color: rgba(224, 181, 126, 0.4);
  background:
    linear-gradient(145deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.035)),
    rgba(21, 16, 13, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
  display: none !important;
}

@media (max-width: 1120px) {
  .hero-layout,
  .page-hero-grid,
  .editorial-grid,
  .contact-grid,
  .cta-banner,
  .footer-grid,
  .section-head-row,
  .feature-band,
  .feature-band-reverse,
  .portfolio-grid,
  .product-grid-compact,
  .portfolio-grid-four,
  .product-detail-grid,
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .feature-band-reverse .feature-media {
    order: 0;
  }

  .metrics-grid,
  .values-grid,
  .category-grid,
  .promises-grid,
  .steps-grid,
  .product-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-col-nav {
    align-self: start;
    justify-self: start;
    width: 100%;
  }

  .footer-col-brand {
    justify-self: start;
    width: 100%;
    max-width: none;
  }

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

  .cta-banner h2 {
    max-width: 100%;
  }

  .services-hero-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .services-hero-note {
    justify-self: start;
    max-width: 100%;
  }

  .boutique-hero-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .boutique-hero-note {
    justify-self: start;
    max-width: 100%;
  }

  .product-hero-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-hero-note {
    justify-self: start;
    max-width: 100%;
  }

  .transaction-hero-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .transaction-hero-note {
    justify-self: start;
    max-width: 100%;
  }

  .portfolio-card-large {
    min-height: 420px;
  }

  .page-checkout .woocommerce-checkout {
    grid-template-columns: 1fr;
  }

  .page-cart .recyclart79-cart-shell {
    grid-template-columns: 1fr;
  }

  .page-cart .recyclart79-cart-shell > .cart-collaterals {
    position: static;
    top: auto;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    display: none;
    padding: 18px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 247, 239, 0.08);
    background: rgba(11, 9, 7, 0.96);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: flex-start;
  }

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

  .nav-cta {
    display: none;
  }

  .header-cart__toggle {
    min-height: 46px;
    padding: 0 11px;
  }

  .header-cart__label {
    display: none;
  }

  .header-mini-cart {
    right: -14px;
  }

  .contact-modal {
    padding: 16px;
  }

  .contact-modal__form-shell {
    padding: 20px;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    padding-top: 98px;
  }

  .page-home .hero-layout {
    min-height: auto;
    padding-top: 86px;
    padding-bottom: 42px;
  }

  .page-home .hero-home::after {
    inset: 0;
    background:
      radial-gradient(140% 120% at 16% 86%, rgba(8, 6, 5, 0.84) 0%, rgba(8, 6, 5, 0.66) 25%, rgba(8, 6, 5, 0.38) 50%, rgba(8, 6, 5, 0.1) 68%, rgba(8, 6, 5, 0) 84%),
      radial-gradient(95% 90% at 34% 62%, rgba(8, 6, 5, 0.25) 0%, rgba(8, 6, 5, 0) 72%);
  }

  h1 {
    max-width: 100%;
  }

  .metrics-grid,
  .values-grid,
  .category-grid,
  .promises-grid,
  .steps-grid,
  .product-grid,
  .form-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .field-full {
    grid-column: auto;
  }

  .section,
  .page-hero {
    padding: 76px 0;
  }

  .inner-hero {
    min-height: 380px;
  }

  .inner-hero-content {
    width: min(var(--container), calc(100% - 40px));
    padding: 90px 18px 44px;
  }

  .page-home .hero-layout,
  .page-services .inner-hero-content,
  .page-boutique .inner-hero-content {
    width: min(var(--hero-shell), calc(100% - 40px));
  }

  .page-services .inner-hero-content {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .page-boutique .inner-hero-content {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .page-product .inner-hero-content {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .page-legal .inner-hero-content {
    padding-top: 68px;
    padding-bottom: 36px;
  }

  .page-transactional .inner-hero-content {
    padding-top: 62px;
    padding-bottom: 34px;
  }

  .page-legal .inner-hero {
    min-height: 320px;
  }

  .page-transactional .inner-hero {
    min-height: 300px;
  }

  .services-hero-copy h1 {
    max-width: 100%;
  }

  .boutique-hero-copy h1 {
    max-width: 100%;
  }

  .product-hero-copy h1 {
    max-width: 100%;
  }

  .page-legal .inner-hero h1 {
    max-width: 100%;
  }

  .page-transactional .inner-hero h1 {
    max-width: 100%;
  }

  .legal-card {
    padding: 24px;
  }

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

  .news-article {
    padding: 28px;
  }

  .material-separator {
    margin: 0;
  }

  .cta-banner {
    padding: 28px;
  }

  .cta-banner::after {
    width: 100%;
    opacity: 0.08;
  }

  .recyclart79-cart-notice__actions .button {
    width: 100%;
  }

  .page-cart .recyclart79-cart-head {
    grid-template-columns: 40px 68px minmax(190px, 1fr) 126px;
    gap: 10px;
  }

  .page-cart .recyclart79-cart-item {
    grid-template-columns: 40px 68px minmax(190px, 1fr) 126px;
    gap: 10px;
  }

  .page-cart .actions,
  .page-cart .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .page-cart .coupon input.input-text {
    width: 100%;
  }

  .page-cart table.shop_table {
    table-layout: auto;
  }

  .page-cart .shop_table th,
  .page-cart .shop_table td {
    padding: 10px 8px;
  }

  .page-cart .shop_table th.product-remove,
  .page-cart .shop_table td.product-remove {
    width: 44px;
  }

  .page-cart .shop_table th.product-thumbnail,
  .page-cart .shop_table td.product-thumbnail {
    width: 74px;
  }

  .page-cart .shop_table td.product-thumbnail img {
    width: 58px;
    height: 58px;
  }

  .page-cart .cart-collaterals .cart_totals {
    width: 100%;
    margin-left: 0;
  }

  .page-cart .actions {
    justify-content: stretch;
  }

  .page-cart .recyclart79-cart-item__price .amount {
    font-size: clamp(1.02rem, 2.8vw, 1.36rem);
  }

  .page-cart .button,
  .page-cart .checkout-button,
  .page-checkout #place_order,
  .page-checkout .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .navbar {
    min-height: 74px;
    gap: 16px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-cart__toggle {
    min-height: 42px;
    padding: 0 9px;
  }

  .header-cart__count-badge {
    min-width: 20px;
    height: 20px;
    font-size: 0.72rem;
  }

  .header-social {
    width: 40px;
    height: 40px;
  }

  .header-social svg {
    width: 16px;
    height: 16px;
  }

  .header-mini-cart {
    right: -8px;
    width: min(360px, calc(100vw - 20px));
  }

  .page-cart .recyclart79-cart-head {
    display: none;
  }

  .page-cart .recyclart79-cart-main {
    gap: 12px;
  }

  .page-cart .recyclart79-cart-item {
    grid-template-columns: 32px 56px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px 0;
  }

  .page-cart .recyclart79-cart-item__thumb img {
    width: 56px;
    height: 56px;
  }

  .page-cart .recyclart79-cart-item__title {
    font-size: 1.1rem;
  }

  .page-cart .recyclart79-cart-item__price {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    min-height: 36px;
  }

  .page-cart .recyclart79-cart-item__price::before {
    content: attr(data-label);
    color: #d8c4ae;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
  }

  .brand-copy small {
    display: none;
  }

  .hero-copy,
  .section-copy,
  .feature-copy,
  .product-body,
  .hero-note,
  .form-card,
  .metric,
  .value-card,
  .category-card,
  .promise-card,
  .step-card,
  .info-card {
    gap: 16px;
  }

  .metric,
  .value-card,
  .category-card,
  .promise-card,
  .step-card,
  .info-card,
  .hero-note,
  .product-body,
  .service-body,
  .feature-copy,
  .form-card {
    padding: 22px;
  }

  .media-card,
  .media-card-tall,
  .feature-media,
  .portfolio-card,
  .portfolio-card-large,
  .product-main-image,
  .product-gallery .product-panel {
    min-height: 300px;
  }

  .page-home .hero {
    min-height: auto;
  }

  .page-home .hero-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 80px;
    padding-bottom: 34px;
  }

  .page-home .hero-note {
    max-width: 100%;
  }

  .page-home .service-grid {
    grid-template-columns: 1fr;
  }

.news-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.news-article {
  padding: 22px;
}

  .news-article-content {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .page-boutique .section-head-row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .footer-legal-links {
    gap: 6px 12px;
  }

  .contact-modal__head,
  .contact-modal__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-modal__head {
    padding-top: 18px;
  }

  .contact-modal__body {
    padding-bottom: 18px;
  }

  .contact-modal__form-shell {
    padding: 16px;
  }

  .contact-modal__success {
    inset: 16px;
    padding: 20px;
  }

  .contact-modal__instagram-bar {
    align-items: flex-start;
  }

  .contact-modal__captcha-row {
    flex-wrap: wrap;
  }

  .contact-modal__actions .button,
  .contact-modal__actions input[type='submit'] {
    width: 100%;
    min-width: 0;
  }

  .contact-modal__success-actions {
    display: grid;
  }

  .page-legal .inner-hero {
    min-height: 286px;
  }

  .page-legal .inner-hero-content {
    width: min(var(--container), calc(100% - 28px));
    padding-top: 58px;
    padding-right: 14px;
    padding-bottom: 30px;
    padding-left: 14px;
  }

  .page-transactional .inner-hero {
    min-height: 270px;
  }

  .page-transactional .inner-hero-content {
    padding-top: 54px;
    padding-bottom: 28px;
  }

}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* --------------------
   WordPress + WooCommerce layer
--------------------- */
.page-content > *:first-child,
.single-product-content > *:first-child {
  margin-top: 0;
}

.page-content > *:last-child,
.single-product-content > *:last-child {
  margin-bottom: 0;
}

.page-content a,
.single-product-content a,
.woocommerce-fallback a {
  color: var(--accent);
}

.page-contact .inner-hero {
  position: relative;
  padding: 100px 0 78px;
  overflow: hidden;
}

.page-contact .inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(12, 9, 7, 0.9), rgba(12, 9, 7, 0.55)),
    url("../img/03-services-realisations/mobilier-sur-mesure/service-mobilier-sur-mesure-bureau-ergonomique-01.jpg") center/cover no-repeat;
  opacity: 0.95;
}

.page-contact .inner-hero-content {
  position: relative;
  z-index: 1;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(24px, 4vw, 44px);
}

.contact-card {
  align-self: start;
}

.contact-page-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-page-form__fields label {
  display: grid;
  gap: 8px;
}

.contact-page-form__fields label span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
}

.contact-page-form__fields input,
.contact-page-form__fields textarea {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
  padding: 12px 14px;
}

.contact-page-form__fields textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-page-form__fields .is-full {
  grid-column: 1 / -1;
}

.contact-page-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-page-form__actions small {
  color: var(--muted);
  font-size: 0.77rem;
}

.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-result-count {
  color: var(--muted);
  font-size: 0.9rem;
}

.woocommerce .woocommerce-ordering select {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 247, 239, 0.04);
  padding: 10px 12px;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
}

.woocommerce-notices-wrapper {
  margin-bottom: 16px;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line-strong);
  background: rgba(255, 247, 239, 0.06);
  color: var(--text);
  padding: 14px 16px;
}

.woocommerce .woocommerce-message {
  display: grid;
  gap: 10px;
}

.woocommerce .woocommerce-message::before {
  top: 16px;
}

.recyclart79-cart-notice__text {
  margin: 0;
  font-weight: 600;
  color: #efe1d2;
}

.recyclart79-cart-notice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.recyclart79-cart-notice__actions .button {
  min-height: 44px;
  padding: 0 18px;
}

.transactional-page-content .woocommerce {
  display: grid;
  gap: 20px;
}

.cart-cross-sell {
  margin-top: clamp(26px, 3.2vw, 40px);
  display: grid;
  gap: 18px;
}

.cart-cross-sell .section-head {
  margin-bottom: 0;
}

.cart-cross-sell .section-head h2 {
  margin-bottom: 10px;
}

.cart-cross-sell .section-head .lead {
  max-width: 66ch;
}

.recyclart79-empty-state {
  display: grid;
  gap: 16px;
}

.recyclart79-empty-state h2 {
  margin: 0;
  font-size: clamp(1.3rem, 1.8vw, 1.68rem);
  line-height: 1.22;
}

.recyclart79-empty-state p {
  margin: 0;
  color: var(--muted);
}

.recyclart79-empty-state .button-row {
  margin-top: 4px;
}

.recyclart79-cart-empty,
.recyclart79-checkout-empty,
.recyclart79-checkout-errors {
  padding: clamp(20px, 2.4vw, 32px);
}

.page-cart .woocommerce-cart-form,
.page-cart .cart-collaterals,
.page-checkout .woocommerce-checkout {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.03)),
    rgba(20, 16, 13, 0.92);
  box-shadow: var(--shadow);
}

.page-cart .woocommerce-cart-form,
.page-checkout .woocommerce-checkout {
  padding: clamp(18px, 2.2vw, 28px);
}

.page-cart .cart-collaterals {
  margin-top: 22px;
  padding: clamp(16px, 2vw, 24px);
  display: grid;
  gap: 14px;
}

.page-cart .cart-collaterals .cart_totals {
  float: none;
  width: min(100%, 560px);
  margin: 0 0 0 auto;
  padding: clamp(16px, 1.8vw, 22px);
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.05);
}

.page-cart table.shop_table {
  margin: 0;
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}

.page-cart .shop_table th,
.page-cart .shop_table td {
  border-color: var(--line);
  padding: 11px 10px;
  vertical-align: middle;
}

.page-cart .shop_table th {
  color: #e3cfb7;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: left;
}

.page-cart .shop_table th.product-remove,
.page-cart .shop_table td.product-remove {
  width: 52px;
  text-align: center;
}

.page-cart .shop_table th.product-thumbnail,
.page-cart .shop_table td.product-thumbnail {
  width: 84px;
}

.page-cart .shop_table td.product-name {
  display: grid;
  gap: 6px;
}

.page-cart .shop_table td.product-name a {
  color: #efe3d4;
  font-weight: 600;
  line-height: 1.28;
}

.page-cart .shop_table td.product-name .variation {
  margin: 0;
  color: #c8b5a2;
  font-size: 0.82rem;
  line-height: 1.3;
}

.page-cart .shop_table td.product-name .variation dt,
.page-cart .shop_table td.product-name .variation dd {
  display: inline;
  float: none;
  margin: 0;
}

.page-cart .shop_table td.product-name .variation dt {
  color: #d9c6b3;
  font-weight: 600;
}

.page-cart .shop_table td.product-name .variation dd + dt {
  margin-left: 8px;
}

.page-cart .shop_table th.product-price,
.page-cart .shop_table th.product-subtotal {
  width: 138px;
  text-align: right;
}

.page-cart .shop_table th.product-quantity {
  width: 116px;
  text-align: center;
}

.page-cart .shop_table td.product-price,
.page-cart .shop_table td.product-subtotal {
  white-space: nowrap;
  font-weight: 600;
  color: #f0e2d3;
  text-align: right;
}

.page-cart .shop_table td.product-quantity {
  text-align: center;
}

.page-cart .shop_table .amount {
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-cart .shop_table td.product-thumbnail img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.14);
  background: #15120f;
}

.page-cart .shop_table td.product-remove a.remove {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 247, 239, 0.14);
  background: rgba(255, 247, 239, 0.05);
  color: #e9d8c6 !important;
  display: grid;
  place-items: center;
  line-height: 1;
}

.page-cart .shop_table td.product-remove a.remove:hover {
  border-color: rgba(226, 129, 109, 0.45);
  background: rgba(226, 129, 109, 0.16);
  color: #f5b8ac !important;
}

.page-cart .quantity .qty {
  width: 74px;
  min-height: 40px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
}

.page-cart .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.page-cart .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.page-cart .coupon input.input-text {
  min-height: 44px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
  padding: 0 12px;
}

.page-cart .button,
.page-cart .checkout-button,
.page-checkout #place_order,
.page-checkout .button,
.page-checkout .woocommerce-form-coupon-toggle .showcoupon {
  min-height: 46px;
  border: 0;
  border-radius: var(--radius-sm);
  color: #1d140e;
  font-weight: 700;
  background: linear-gradient(135deg, #e0b57e 0%, #c18153 46%, #9a633f 100%);
}

.page-cart .button.button-outline,
.page-checkout .button.button-outline {
  border: 1px solid rgba(255, 247, 239, 0.18);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
}

.page-cart .cart_totals h2,
.page-checkout #order_review_heading {
  margin-top: 0;
  font-size: clamp(1.2rem, 1.5vw, 1.42rem);
}

.page-cart .cart-collaterals .shop_table th,
.page-cart .cart-collaterals .shop_table td {
  padding: 11px 0;
  font-size: 0.94rem;
}

.page-cart .cart-collaterals .shop_table th {
  text-align: left;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #d7c1aa;
}

.page-cart .cart-collaterals .shop_table td {
  text-align: right;
}

.page-cart .cart-collaterals .shop_table tr:last-child th,
.page-cart .cart-collaterals .shop_table tr:last-child td {
  font-size: 1.02rem;
  color: #f3e6d7;
}

.page-cart .cart-collaterals .wc-proceed-to-checkout {
  margin-top: 14px;
  padding-bottom: 0;
}

.page-cart .cart-collaterals .checkout-button {
  width: 100%;
  justify-content: center;
  background: linear-gradient(135deg, #86af71 0%, #628a52 48%, #45683a 100%);
  color: #f4ffef;
  box-shadow: 0 14px 30px rgba(69, 104, 58, 0.28);
}

.page-cart .cart-collaterals .checkout-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.page-cart .recyclart79-cart-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-cart .recyclart79-cart-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 22px;
  align-items: start;
}

.page-cart .recyclart79-cart-main,
.page-cart .recyclart79-cart-shell > .cart-collaterals {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.03)),
    rgba(20, 16, 13, 0.92);
  box-shadow: var(--shadow);
}

.page-cart .recyclart79-cart-main {
  padding: clamp(18px, 2vw, 26px);
  display: grid;
  gap: 14px;
  min-width: 0;
}

.page-cart .recyclart79-cart-shell > .cart-collaterals {
  margin-top: 0;
  padding: clamp(16px, 1.9vw, 22px);
  position: sticky;
  top: 104px;
  min-width: 0;
}

.page-cart .recyclart79-cart-shell > .cart-collaterals .cart_totals {
  width: 100%;
  margin: 0;
  float: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.page-cart .recyclart79-cart-head {
  display: grid;
  grid-template-columns: 44px 78px minmax(260px, 1fr) 148px;
  gap: 14px;
  align-items: center;
  padding: 2px 0 10px;
  border-bottom: 1px solid var(--line);
  color: #e3cfb7;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.page-cart .recyclart79-cart-head__product {
  grid-column: 3;
}

.page-cart .recyclart79-cart-head__price {
  text-align: right;
}

.page-cart .recyclart79-cart-items {
  display: grid;
  gap: 10px;
}

.page-cart .recyclart79-cart-item {
  display: grid;
  grid-template-columns: 44px 78px minmax(260px, 1fr) 148px;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 247, 239, 0.08);
  min-width: 0;
}

.page-cart .recyclart79-cart-item:last-child {
  border-bottom: 0;
}

.page-cart .recyclart79-cart-item__remove {
  display: flex;
  justify-content: center;
}

.page-cart .recyclart79-cart-item__remove .remove {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 247, 239, 0.14);
  background: rgba(255, 247, 239, 0.05);
  color: #e9d8c6 !important;
  display: grid;
  place-items: center;
  line-height: 1;
}

.page-cart .recyclart79-cart-item__remove .remove:hover {
  border-color: rgba(226, 129, 109, 0.45);
  background: rgba(226, 129, 109, 0.16);
  color: #f5b8ac !important;
}

.page-cart .recyclart79-cart-item__thumb img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.14);
  background: #15120f;
}

.page-cart .recyclart79-cart-item__product {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.page-cart .recyclart79-cart-item__title {
  margin: 0;
  font-size: clamp(1.06rem, 1.18vw, 1.34rem);
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.page-cart .recyclart79-cart-item__title a {
  color: #efe3d4;
}

.recyclart79-item-badges {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.recyclart79-item-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(224, 181, 126, 0.35);
  background: rgba(224, 181, 126, 0.14);
  color: #f5e6d3;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.page-cart .recyclart79-cart-item__price {
  text-align: right;
  min-width: 0;
}

.page-cart .recyclart79-cart-item__price .amount {
  font-size: clamp(1.12rem, 1.36vw, 1.72rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-cart .recyclart79-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.page-cart .recyclart79-cart-actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.page-cart .recyclart79-cart-actions .coupon .input-text {
  min-width: 220px;
}

.page-cart .recyclart79-cart-actions .button {
  min-height: 46px;
}

.page-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals th {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #d8c1a9;
}

.page-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals td {
  padding-top: 12px;
  text-align: left;
}

.recyclart79-shipping-weight {
  margin: 0 0 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #d8c5b0;
  font-size: 0.86rem;
}

.recyclart79-shipping-weight strong {
  color: #f2e4d5;
  font-weight: 700;
}

.recyclart79-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.recyclart79-shipping-method {
  list-style: none;
  margin: 0;
}

.recyclart79-shipping-method input.shipping_method {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.recyclart79-shipping-method > label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.16);
  background: rgba(255, 247, 239, 0.03);
  color: #efe2d3;
  padding: 10px 12px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.recyclart79-shipping-method__readonly {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 247, 239, 0.16);
  background: rgba(255, 247, 239, 0.03);
  color: #efe2d3;
  padding: 10px 12px;
  width: 100%;
}

.recyclart79-shipping-methods.is-readonly .recyclart79-shipping-method {
  pointer-events: none;
}

.recyclart79-shipping-methods.is-readonly .recyclart79-shipping-method.is-colissimo .recyclart79-shipping-method__readonly {
  border-color: rgba(121, 173, 106, 0.72);
  background: linear-gradient(145deg, rgba(94, 146, 79, 0.2), rgba(20, 16, 13, 0.72));
  box-shadow: 0 0 0 2px rgba(121, 173, 106, 0.18);
}

.recyclart79-shipping-methods.is-readonly .recyclart79-shipping-method.is-pickup .recyclart79-shipping-method__readonly {
  border-color: rgba(157, 189, 143, 0.52);
  background: linear-gradient(145deg, rgba(94, 146, 79, 0.12), rgba(20, 16, 13, 0.72));
}

.recyclart79-shipping-method > label .recyclart79-shipping-method__icon,
.recyclart79-shipping-method__readonly .recyclart79-shipping-method__icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 2px solid rgba(255, 247, 239, 0.42);
  flex: 0 0 auto;
  position: relative;
}

.recyclart79-shipping-method > label .recyclart79-shipping-method__icon::after,
.recyclart79-shipping-method__readonly .recyclart79-shipping-method__icon::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: transparent;
}

.recyclart79-shipping-method > label .amount,
.recyclart79-shipping-method__readonly .amount {
  color: #f3dfc8;
  font-weight: 700;
}

.recyclart79-shipping-method > label .recyclart79-shipping-method__free {
  display: inline-flex;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(133, 173, 113, 0.45);
  color: #a3d18e;
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
}

.recyclart79-shipping-method.is-colissimo > label .recyclart79-shipping-method__icon,
.recyclart79-shipping-method.is-colissimo .recyclart79-shipping-method__readonly .recyclart79-shipping-method__icon {
  border-color: rgba(237, 179, 113, 0.72);
}

.recyclart79-shipping-method.is-pickup > label .recyclart79-shipping-method__icon,
.recyclart79-shipping-method.is-pickup .recyclart79-shipping-method__readonly .recyclart79-shipping-method__icon {
  border-color: rgba(157, 189, 143, 0.62);
}

.recyclart79-shipping-method input.shipping_method:checked + label {
  border-color: rgba(121, 173, 106, 0.72);
  background: linear-gradient(145deg, rgba(94, 146, 79, 0.2), rgba(20, 16, 13, 0.72));
  box-shadow: 0 0 0 2px rgba(121, 173, 106, 0.18);
}

.recyclart79-shipping-method input.shipping_method:checked + label .recyclart79-shipping-method__icon {
  border-color: rgba(121, 173, 106, 0.85);
}

.recyclart79-shipping-method input.shipping_method:checked + label .recyclart79-shipping-method__icon::after {
  background: rgba(121, 173, 106, 0.95);
}

.recyclart79-shipping-empty {
  margin: 0;
  color: #d8c5b0;
}

.recyclart79-shipping-pickup-note {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(157, 189, 143, 0.38);
  background: rgba(107, 142, 92, 0.12);
  color: #dbe9d2;
  font-size: 0.84rem;
  line-height: 1.4;
}

.page-cart .cart-collaterals .shop_table .woocommerce-shipping-methods,
.page-checkout .recyclart79-review-order-totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-checkout .recyclart79-review-order-totals tr.woocommerce-shipping-totals th {
  vertical-align: top;
  padding-top: 12px;
}

.page-checkout .recyclart79-review-order-totals tr.woocommerce-shipping-totals td {
  padding-top: 12px;
  text-align: left;
}

.page-checkout .woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 20px;
}

.page-checkout .col2-set,
.page-checkout #order_review {
  margin: 0;
}

.page-checkout #customer_details {
  display: grid;
  gap: 18px;
}

.page-checkout .woocommerce-billing-fields,
.page-checkout .woocommerce-additional-fields,
.page-checkout #order_review {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.04);
  padding: clamp(16px, 1.9vw, 22px);
}

.page-checkout form .form-row {
  margin-bottom: 12px;
}

.page-checkout form .form-row label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
  margin-bottom: 7px;
}

.page-checkout form .form-row input.input-text,
.page-checkout form .form-row textarea,
.page-checkout form .form-row select,
.page-checkout .select2-container--default .select2-selection--single {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
  min-height: 46px;
}

.page-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text);
  line-height: 44px;
  padding-left: 12px;
}

.page-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

.page-checkout .woocommerce-checkout-review-order-table th,
.page-checkout .woocommerce-checkout-review-order-table td {
  border-color: var(--line);
}

.page-checkout #payment {
  border-radius: var(--radius-sm);
  background: rgba(255, 247, 239, 0.05);
  border: 1px solid var(--line);
}

.page-checkout #payment div.payment_box {
  border-radius: var(--radius-sm);
  background: rgba(255, 247, 239, 0.07);
}

.page-checkout #payment div.payment_box::before {
  border-bottom-color: rgba(255, 247, 239, 0.07);
}

.page-checkout .woocommerce-privacy-policy-text,
.page-checkout .woocommerce-terms-and-conditions-wrapper {
  color: var(--muted);
  font-size: 0.86rem;
}

.page-checkout .recyclart79-checkout-coupon-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 14px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 247, 239, 0.04);
}

.page-checkout .recyclart79-checkout-coupon-toggle__text {
  color: #e7d9c7;
  font-weight: 600;
}

.page-checkout .recyclart79-checkout-coupon-toggle .showcoupon {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 247, 239, 0.18);
  background: rgba(255, 247, 239, 0.06);
  color: #f3e6d7;
  font-weight: 700;
  text-decoration: none;
}

.page-checkout .recyclart79-checkout-coupon-toggle .showcoupon:hover {
  border-color: rgba(224, 181, 126, 0.4);
  background: rgba(224, 181, 126, 0.16);
}

.page-checkout .recyclart79-checkout-coupon-form {
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 247, 239, 0.04);
}

.page-checkout .recyclart79-checkout-coupon-form .form-row {
  margin: 0;
}

.page-checkout .recyclart79-checkout-coupon-form .form-row-first {
  width: calc(100% - 170px);
}

.page-checkout .recyclart79-checkout-coupon-form .form-row-last {
  width: 160px;
}

.page-checkout .recyclart79-checkout-coupon-form .input-text {
  width: 100%;
  min-height: 44px;
}

.page-checkout .recyclart79-checkout-coupon-form .button {
  width: 100%;
  min-height: 44px;
}

.page-checkout .recyclart79-checkout-form.woocommerce-checkout {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-checkout .recyclart79-checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 22px;
  align-items: start;
}

.page-checkout .recyclart79-checkout-main,
.page-checkout .recyclart79-checkout-summary {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.03)),
    rgba(20, 16, 13, 0.92);
  box-shadow: var(--shadow);
}

.page-checkout .recyclart79-checkout-main {
  padding: clamp(18px, 2vw, 26px);
}

.page-checkout .recyclart79-checkout-summary {
  padding: clamp(16px, 1.9vw, 22px);
  position: sticky;
  top: 104px;
}

.page-checkout .recyclart79-checkout-summary #order_review {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-checkout .recyclart79-checkout-main #customer_details {
  display: grid;
  gap: 14px;
}

.page-checkout .recyclart79-checkout-main #customer_details .col-1,
.page-checkout .recyclart79-checkout-main #customer_details .col-2 {
  display: grid;
  gap: 14px;
}

.page-checkout .recyclart79-checkout-main .woocommerce-billing-fields,
.page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields,
.page-checkout .recyclart79-checkout-main .woocommerce-additional-fields {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 247, 239, 0.04);
  padding: 16px;
}

.page-checkout .recyclart79-checkout-main .woocommerce-billing-fields h3,
.page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields h3,
.page-checkout .recyclart79-checkout-main .woocommerce-additional-fields h3 {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 1.8vw, 1.9rem);
  line-height: 1.16;
}

.page-checkout .recyclart79-checkout-main .woocommerce-billing-fields__field-wrapper,
.page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields__field-wrapper,
.page-checkout .recyclart79-checkout-main .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.page-checkout .recyclart79-checkout-main .form-row {
  width: 100%;
  margin: 0;
  float: none;
  clear: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-content: start;
}

.page-checkout .recyclart79-checkout-main .form-row label {
  margin: 0;
  display: block;
  color: #ddcbb8;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.25;
}

.page-checkout .recyclart79-checkout-main .form-row .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.page-checkout .recyclart79-checkout-main input.input-text,
.page-checkout .recyclart79-checkout-main textarea,
.page-checkout .recyclart79-checkout-main select,
.page-checkout .recyclart79-checkout-main .select2-container {
  width: 100% !important;
}

.page-checkout .recyclart79-checkout-main input.input-text,
.page-checkout .recyclart79-checkout-main textarea,
.page-checkout .recyclart79-checkout-main select,
.page-checkout .recyclart79-checkout-main .select2-container--default .select2-selection--single {
  min-height: 52px;
  border-radius: 12px;
  border: 1px solid rgba(255, 247, 239, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.02)),
    rgba(20, 16, 13, 0.82);
  color: #f4e8d9;
  font-size: 1.03rem;
}

.page-checkout .recyclart79-checkout-main input.input-text,
.page-checkout .recyclart79-checkout-main select {
  padding: 0 14px;
}

.page-checkout .recyclart79-checkout-main textarea {
  min-height: 128px;
  padding: 12px 14px;
  resize: vertical;
}

.page-checkout .recyclart79-checkout-main .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

.page-checkout .recyclart79-checkout-main .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding: 0 38px 0 14px;
  line-height: 1.2;
  color: #f4e8d9;
}

.page-checkout .recyclart79-checkout-main .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

.page-checkout .recyclart79-checkout-main input.input-text::placeholder,
.page-checkout .recyclart79-checkout-main textarea::placeholder {
  color: #a59482;
}

.page-checkout .recyclart79-checkout-main input.input-text:focus,
.page-checkout .recyclart79-checkout-main textarea:focus,
.page-checkout .recyclart79-checkout-main select:focus,
.page-checkout .recyclart79-checkout-main .select2-container--default.select2-container--focus .select2-selection--single {
  outline: none;
  border-color: rgba(224, 181, 126, 0.55);
  box-shadow: 0 0 0 3px rgba(224, 181, 126, 0.16);
}

.page-checkout .recyclart79-checkout-main .form-row.woocommerce-invalid input.input-text,
.page-checkout .recyclart79-checkout-main .form-row.woocommerce-invalid textarea,
.page-checkout .recyclart79-checkout-main .form-row.woocommerce-invalid select,
.page-checkout .recyclart79-checkout-main .form-row.woocommerce-invalid .select2-selection {
  border-color: rgba(232, 127, 106, 0.62) !important;
}

.page-checkout .recyclart79-checkout-main .form-row .required {
  color: #eeb29e;
  font-weight: 600;
}

.page-checkout .recyclart79-checkout-main .woocommerce-additional-fields__field-wrapper {
  grid-template-columns: 1fr;
}

.page-checkout .recyclart79-checkout-main .woocommerce-additional-fields #order_comments_field {
  grid-column: 1 / -1;
}

.page-checkout .recyclart79-checkout-main .woocommerce-additional-fields #order_comments {
  min-height: 140px;
}

.page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields:empty {
  display: none;
}

.page-checkout .recyclart79-checkout-main .form-row-wide,
.page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields .form-row,
.page-checkout .recyclart79-checkout-main .woocommerce-additional-fields .form-row,
.page-checkout .recyclart79-checkout-main #billing_country_field,
.page-checkout .recyclart79-checkout-main #billing_address_1_field,
.page-checkout .recyclart79-checkout-main #billing_address_2_field,
.page-checkout .recyclart79-checkout-main #billing_email_field,
.page-checkout .recyclart79-checkout-main #billing_phone_field,
.page-checkout .recyclart79-checkout-main #shipping_country_field,
.page-checkout .recyclart79-checkout-main #shipping_address_1_field,
.page-checkout .recyclart79-checkout-main #shipping_address_2_field {
  grid-column: 1 / -1;
}

.page-checkout .recyclart79-checkout-main #ship-to-different-address {
  margin: 0 0 12px;
}

.page-checkout .recyclart79-checkout-main #ship-to-different-address .checkbox {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.page-checkout .recyclart79-checkout-main #ship-to-different-address-checkbox {
  margin: 0;
}

.page-checkout .recyclart79-checkout-main .woocommerce-account-fields .create-account {
  margin-top: 8px;
}

.page-checkout .recyclart79-checkout-summary #order_review_heading {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 1.75vw, 1.9rem);
  line-height: 1.18;
}

.page-checkout .recyclart79-review-order {
  display: grid;
  gap: 12px;
}

.page-checkout .recyclart79-review-order__items {
  display: grid;
  gap: 8px;
}

.page-checkout .recyclart79-review-order-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 247, 239, 0.08);
}

.page-checkout .recyclart79-review-order-item:last-child {
  border-bottom: 0;
}

.page-checkout .recyclart79-review-order-item__title {
  margin: 0;
  color: #eee2d4;
  font-weight: 600;
  line-height: 1.32;
}

.page-checkout .recyclart79-review-order-item__meta .recyclart79-item-badges {
  margin-top: 4px;
}

.page-checkout .recyclart79-review-order-item__total {
  white-space: nowrap;
  text-align: right;
  color: #f3e6d7;
  font-weight: 700;
}

.page-checkout .recyclart79-review-order-totals {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--line);
  margin-top: 2px;
}

.page-checkout .recyclart79-review-order-totals th,
.page-checkout .recyclart79-review-order-totals td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 247, 239, 0.08);
}

.page-checkout .recyclart79-review-order-totals th {
  text-align: left;
  color: #d7c1aa;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.page-checkout .recyclart79-review-order-totals td {
  text-align: right;
  color: #eee2d4;
  font-weight: 600;
}

.page-checkout .recyclart79-review-order-totals tr.order-total th,
.page-checkout .recyclart79-review-order-totals tr.order-total td {
  font-size: 1.04rem;
  color: #f4e8da;
  border-bottom: 0;
}

.page-checkout #payment {
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.page-checkout #payment .wc_payment_methods {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.page-checkout #payment .wc_payment_methods > li {
  list-style: none;
}

.page-checkout #payment .payment_method_bacs,
.page-checkout #payment .payment_method_cheque,
.page-checkout #payment .payment_method_cod {
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.page-checkout #payment div.payment_box {
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.page-checkout #payment div.payment_box::before {
  display: none;
}

.page-checkout #payment .woocommerce-NoticeGroup,
.page-checkout #payment .woocommerce-notices-wrapper {
  margin: 0;
}

.page-checkout #payment .woocommerce-info,
.page-checkout #payment .woocommerce-error,
.page-checkout #payment .woocommerce-message,
.page-checkout #payment .woocommerce-notice {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-checkout #payment .woocommerce-info::before,
.page-checkout #payment .woocommerce-error::before,
.page-checkout #payment .woocommerce-message::before,
.page-checkout #payment .woocommerce-notice::before {
  display: none;
}

.page-checkout #payment .woocommerce-info ul,
.page-checkout #payment .woocommerce-error ul,
.page-checkout #payment .woocommerce-message ul,
.page-checkout #payment .woocommerce-notice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-checkout #payment .woocommerce-info li,
.page-checkout #payment .woocommerce-error li,
.page-checkout #payment .woocommerce-message li,
.page-checkout #payment .woocommerce-notice li {
  margin: 0;
  list-style: none;
}

.page-checkout #payment .woocommerce-info p,
.page-checkout #payment .woocommerce-error p,
.page-checkout #payment .woocommerce-message p,
.page-checkout #payment .woocommerce-notice p {
  margin: 0;
}

.page-checkout #payment .woocommerce-info {
  color: #dcc8b2;
}

.page-checkout #payment .woocommerce-error {
  color: #f1b5ab;
}

.page-checkout #payment .place-order {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.page-checkout #payment #place_order {
  width: 100%;
  justify-content: center;
  background: linear-gradient(135deg, #86af71 0%, #628a52 48%, #45683a 100%);
  color: #f4ffef;
  box-shadow: 0 14px 30px rgba(69, 104, 58, 0.28);
}

.page-checkout #payment #place_order:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.page-cart .recyclart79-cart-shell .blockUI.blockOverlay,
.page-checkout .recyclart79-checkout-shell .blockUI.blockOverlay,
.page-checkout #order_review .blockUI.blockOverlay {
  background: rgba(20, 16, 13, 0.28) !important;
  opacity: 1 !important;
}

.page-cart .recyclart79-cart-shell .blockUI.blockMsg,
.page-checkout .recyclart79-checkout-shell .blockUI.blockMsg,
.page-checkout #order_review .blockUI.blockMsg {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1120px) {
  .page-checkout .recyclart79-checkout-shell {
    grid-template-columns: 1fr;
  }

  .page-checkout .recyclart79-checkout-summary {
    position: static;
    top: auto;
  }
}

@media (max-width: 860px) {
  .page-checkout .recyclart79-checkout-main .woocommerce-billing-fields__field-wrapper,
  .page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields__field-wrapper,
  .page-checkout .recyclart79-checkout-main .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .page-checkout .recyclart79-checkout-coupon-form .form-row-first,
  .page-checkout .recyclart79-checkout-coupon-form .form-row-last {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .page-checkout .recyclart79-checkout-main,
  .page-checkout .recyclart79-checkout-summary {
    padding: 14px;
  }

  .page-checkout .recyclart79-checkout-main .woocommerce-billing-fields,
  .page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields,
  .page-checkout .recyclart79-checkout-main .woocommerce-additional-fields {
    padding: 13px;
  }
}

.wc-block-components-notice-banner,
.wc-block-components-notice-banner.is-error,
.wc-block-components-notice-banner.is-warning,
.wc-block-components-notice-banner.is-info {
  border-radius: var(--radius-sm);
  border-color: var(--line-strong);
  background: rgba(255, 247, 239, 0.06);
  color: var(--text);
}

.product-card .price {
  color: inherit;
  font-weight: 700;
}

.single-add-to-cart {
  margin-top: 18px;
}

.single-add-to-cart form.cart {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.single-add-to-cart .quantity input.qty {
  width: 78px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
  min-height: 52px;
}

.single-add-to-cart .single_add_to_cart_button {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--radius-sm);
  color: #1d140e;
  font-weight: 700;
  background: linear-gradient(135deg, #e0b57e 0%, #c18153 46%, #9a633f 100%);
  box-shadow: 0 18px 38px rgba(154, 99, 63, 0.28);
}

.single-add-to-cart .single_add_to_cart_button:hover {
  transform: translateY(-2px);
}

.product-state-card {
  padding: 14px 15px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.05);
  display: grid;
  gap: 8px;
}

.product-state-card__title {
  margin: 0;
  font-weight: 700;
  color: #f0e4d6;
}

.product-state-card__text {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.product-state-card .button {
  min-height: 46px;
}

.product-state-card--sold {
  border-color: rgba(232, 127, 106, 0.42);
  background: rgba(232, 127, 106, 0.1);
}

.product-state-card--sold .product-state-card__title {
  color: #f2b7ad;
}

.product-state-card--incart {
  border-color: rgba(120, 146, 222, 0.42);
  background: rgba(120, 146, 222, 0.12);
}

.product-state-card--incart .product-state-card__title {
  color: #c7d5fa;
}

.ra79ap-qty-fixed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
}

.single-product-content {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.72;
}

.single-product-content > *:first-child {
  margin-top: 0;
}

.single-product-content > *:last-child {
  margin-bottom: 0;
}

.single-product-content ul,
.single-product-content ol {
  padding-left: 20px;
}

.product-long-description {
  margin-top: 8px;
  border-top: 1px solid rgba(255, 247, 239, 0.1);
  padding-top: 14px;
}

.product-long-description h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--text);
}

.boutique-empty-state {
  margin-top: 8px;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 34px;
}

.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li::before {
  content: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 247, 239, 0.04);
}

.woocommerce nav.woocommerce-pagination ul li .current {
  border-color: rgba(224, 181, 126, 0.5);
  background: rgba(224, 181, 126, 0.18);
}

.woocommerce-fallback table.shop_table,
.woocommerce-fallback .shop_table th,
.woocommerce-fallback .shop_table td {
  border-color: var(--line);
}

.woocommerce-fallback input,
.woocommerce-fallback select,
.woocommerce-fallback textarea {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.04);
  color: var(--text);
}

.woocommerce-fallback .button,
.woocommerce-fallback .checkout-button,
.woocommerce-fallback #place_order {
  min-height: 46px;
  border: 0;
  border-radius: var(--radius-sm);
  color: #1d140e;
  font-weight: 700;
  background: linear-gradient(135deg, #e0b57e 0%, #c18153 46%, #9a633f 100%);
}

@media (max-width: 860px) {
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-form__fields {
    grid-template-columns: 1fr;
  }

  .page-checkout .section-tight {
    padding-top: 20px;
  }
}

@media (max-width: 1120px) {
  .page-cart .recyclart79-cart-shell {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .page-cart .recyclart79-cart-main {
    order: 1;
  }

  .page-cart .recyclart79-cart-shell > .cart-collaterals {
    order: 2;
    width: 100%;
    margin-top: 0;
    position: static !important;
    top: auto !important;
  }

  .page-cart .recyclart79-cart-shell > .cart-collaterals .cart_totals {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .page-cart .recyclart79-cart-shell > .cart-collaterals {
    padding: 14px;
  }

  .page-checkout .section-tight {
    padding-top: 16px;
  }
}

@media (max-width: 900px) {
  .page-cart .recyclart79-cart-head {
    display: none;
  }

  .page-cart .recyclart79-cart-main {
    gap: 12px;
    overflow: hidden;
  }

  .page-cart .recyclart79-cart-item {
    grid-template-columns: 32px 56px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px 0;
  }

  .page-cart .recyclart79-cart-item__thumb img {
    width: 56px;
    height: 56px;
  }

  .page-cart .recyclart79-cart-item__product {
    min-width: 0;
    overflow: hidden;
  }

  .page-cart .recyclart79-cart-item__title {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .page-cart .recyclart79-cart-item__title,
  .page-cart .recyclart79-cart-item__title a {
    overflow-wrap: anywhere;
  }

  .page-cart .recyclart79-cart-item__price {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    min-height: 36px;
    min-width: 0;
    gap: 10px;
  }

  .page-cart .recyclart79-cart-item__price::before {
    content: attr(data-label);
    color: #d8c4ae;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
  }

  .page-cart .recyclart79-cart-item__price .amount {
    font-size: clamp(1.02rem, 4.3vw, 1.34rem);
  }

  .page-cart .recyclart79-item-badges {
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .page-cart .recyclart79-item-badge {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    min-height: 0;
    padding: 5px 10px;
  }

  .page-cart .recyclart79-cart-actions,
  .page-cart .recyclart79-cart-actions .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .page-cart .recyclart79-cart-actions .coupon .input-text {
    min-width: 0;
    width: 100%;
  }

  .page-cart .recyclart79-cart-actions .button {
    width: 100%;
  }
}

/* Responsive hardening pass (mobile-first QA) */
html,
body {
  overflow-x: clip;
}

.hero-layout > *,
.editorial-grid > *,
.contact-grid > *,
.cta-banner > *,
.footer-grid > *,
.section-head-row > *,
.feature-band > *,
.portfolio-grid > * {
  min-width: 0;
}

.header-mini-cart__badge,
.recyclart79-item-badge {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .page-home .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-layout {
    gap: 20px;
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .page-home .hero-layout {
    min-height: auto;
    padding-top: 74px;
    padding-bottom: 30px;
  }

  .section,
  .page-hero {
    padding: 64px 0;
  }

  .section-tight {
    padding: 44px 0;
  }

  .cta-banner {
    gap: 18px;
    padding: 22px;
  }

  .cta-actions .button {
    width: 100%;
  }

  .page-cart .recyclart79-cart-shell,
  .page-checkout .recyclart79-checkout-shell {
    width: 100%;
    max-width: 100%;
  }

  .page-cart .recyclart79-cart-item__meta {
    min-width: 0;
  }

  .page-cart .recyclart79-item-badges {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .page-home .service-grid,
  .portfolio-grid-four,
  .product-grid-compact {
    grid-template-columns: 1fr;
  }

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

  .footer-grid {
    gap: 24px;
  }

  .footer-instagram-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(var(--container), calc(100% - 18px));
  }

  .site-header .navbar {
    min-height: 70px;
    gap: 12px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .header-mini-cart {
    right: -4px;
    width: min(360px, calc(100vw - 12px));
  }

  .header-mini-cart__item {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .header-mini-cart__thumb {
    width: 52px;
    height: 52px;
  }

  .hero-layout {
    padding-top: 68px;
    padding-bottom: 24px;
  }

  h1 {
    font-size: clamp(1.72rem, 8.6vw, 2.24rem);
  }

  h2 {
    font-size: clamp(1.38rem, 7vw, 1.88rem);
  }

  .lead,
  .hero-lead {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .section,
  .page-hero {
    padding: 56px 0;
  }

  .section-tight {
    padding: 36px 0;
  }

  .metric,
  .value-card,
  .category-card,
  .promise-card,
  .step-card,
  .info-card,
  .product-body,
  .service-body,
  .legal-card,
  .news-article {
    padding: 18px;
  }

  .page-cart .recyclart79-cart-main,
  .page-cart .recyclart79-cart-shell > .cart-collaterals,
  .page-checkout .recyclart79-checkout-main,
  .page-checkout .recyclart79-checkout-summary {
    padding: 12px;
  }

  .page-cart .recyclart79-cart-item {
    grid-template-columns: 28px 52px minmax(0, 1fr);
    gap: 8px;
  }

  .page-cart .recyclart79-cart-item__thumb img {
    width: 52px;
    height: 52px;
  }

  .page-cart .recyclart79-cart-item__price .amount {
    font-size: clamp(0.96rem, 5.3vw, 1.18rem);
  }

  .page-checkout .recyclart79-checkout-main .woocommerce-billing-fields,
  .page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields,
  .page-checkout .recyclart79-checkout-main .woocommerce-additional-fields {
    padding: 12px;
  }

  .page-checkout .recyclart79-checkout-main .woocommerce-billing-fields h3,
  .page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields h3,
  .page-checkout .recyclart79-checkout-main .woocommerce-additional-fields h3 {
    font-size: clamp(1.08rem, 6.2vw, 1.36rem);
  }
}

/* Responsive QA pass (Galaxy S20 / iPhone 14 focus) */
.recyclart79-cart-item__product,
.recyclart79-cart-item__meta,
.recyclart79-cart-item__price,
.recyclart79-review-order-item__meta,
.recyclart79-review-order-item__total,
.recyclart79-shipping-method__label,
.footer-links a,
.footer-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  .inner-hero {
    min-height: 320px;
  }

  .inner-hero-content {
    width: min(var(--container), calc(100% - 32px));
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 64px;
    padding-bottom: 30px;
  }

  .page-home .hero-layout,
  .page-services .inner-hero-content,
  .page-boutique .inner-hero-content {
    width: min(var(--hero-shell), calc(100% - 32px));
  }

  .page-transactional .inner-hero {
    min-height: 240px;
  }

  .page-transactional .inner-hero-content {
    padding-top: 44px;
    padding-bottom: 20px;
  }

  .page-checkout .section-tight {
    padding-top: 12px;
  }

  .transactional-page-content .woocommerce {
    gap: 14px;
  }

  .page-services .service-focus,
  .page-services .service-focus.feature-band-reverse {
    grid-template-columns: 1fr;
  }

  .page-services .service-focus .feature-media {
    min-height: 250px;
  }

  .page-services .service-focus .feature-copy,
  .page-services .service-focus.feature-band-reverse .feature-copy {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 247, 239, 0.1);
    padding: 24px 22px;
  }

  .page-cart .recyclart79-cart-shell,
  .page-checkout .recyclart79-checkout-shell {
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .site-header .navbar {
    width: min(var(--container), calc(100% - 20px));
  }

  .inner-hero-content {
    width: min(var(--container), calc(100% - 24px));
    padding-right: 14px;
    padding-left: 14px;
  }

  .page-home .hero-layout,
  .page-services .inner-hero-content,
  .page-boutique .inner-hero-content {
    width: min(var(--hero-shell), calc(100% - 24px));
  }

  .header-mini-cart {
    position: fixed;
    top: 84px;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 108px);
    overflow: hidden;
  }

  .header-mini-cart__content {
    padding: 15px;
  }

  .header-mini-cart__list {
    max-height: calc(100vh - 260px);
  }

  .nav-links {
    left: 12px;
    right: 12px;
    padding: 14px;
  }

  .page-home .service-grid,
  .portfolio-grid-four,
  .product-grid-compact,
  .product-grid,
  .service-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .page-services .feature-stack {
    gap: 16px;
  }

  .page-services .service-focus .feature-media {
    min-height: 215px;
  }

  .page-services .service-focus .feature-copy,
  .page-services .service-focus.feature-band-reverse .feature-copy {
    padding: 18px 16px;
    gap: 12px;
  }

  .page-services .service-focus .feature-copy h3 {
    font-size: clamp(1.2rem, 5.3vw, 1.45rem);
    max-width: 100%;
  }

  .page-services .service-focus .detail-list {
    gap: 8px;
  }

  .page-services .service-focus-cta {
    width: 100%;
    min-height: 44px;
  }

  .recyclart79-cart-notice__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .recyclart79-cart-notice__actions .button {
    width: 100%;
  }

  .page-cart .recyclart79-cart-main,
  .page-cart .recyclart79-cart-shell > .cart-collaterals,
  .page-checkout .recyclart79-checkout-main,
  .page-checkout .recyclart79-checkout-summary {
    padding: 14px;
  }

  .page-cart .recyclart79-cart-item {
    grid-template-columns: 30px 54px minmax(0, 1fr);
    gap: 9px;
  }

  .page-cart .recyclart79-cart-item__thumb img {
    width: 54px;
    height: 54px;
  }

  .page-cart .recyclart79-cart-item__title {
    font-size: 1rem;
    line-height: 1.3;
  }

  .page-cart .recyclart79-cart-item__price {
    grid-column: 3;
    width: 100%;
    min-width: 0;
    text-align: left;
  }

  .page-cart .recyclart79-cart-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-cart .recyclart79-cart-actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-cart .recyclart79-cart-actions .coupon .input-text,
  .page-cart .recyclart79-cart-actions .coupon .button,
  .page-cart .recyclart79-cart-actions > .button {
    width: 100%;
    min-width: 0;
  }

  .recyclart79-shipping-weight {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .recyclart79-shipping-method > label,
  .recyclart79-shipping-method__readonly {
    align-items: flex-start;
    min-height: 0;
  }

  .page-checkout .recyclart79-review-order-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .page-checkout .recyclart79-review-order-item__total {
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(var(--container), calc(100% - 18px));
  }

  .site-header .navbar {
    width: min(var(--container), calc(100% - 12px));
  }

  .inner-hero-content {
    width: min(var(--container), calc(100% - 18px));
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-home .hero-layout,
  .page-services .inner-hero-content,
  .page-boutique .inner-hero-content {
    width: min(var(--hero-shell), calc(100% - 18px));
  }

  .navbar {
    min-height: 68px;
    gap: 10px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-copy strong {
    font-size: 0.86rem;
  }

  .header-social {
    width: 40px;
    height: 40px;
  }

  .header-mini-cart {
    position: fixed;
    top: 78px;
    left: 9px;
    right: 9px;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 96px);
    overflow: hidden;
  }

  .header-mini-cart__content {
    padding: 14px;
  }

  .header-mini-cart__list {
    max-height: calc(100vh - 248px);
  }

  .header-mini-cart__item {
    grid-template-columns: 44px minmax(0, 1fr) 28px;
    gap: 8px;
    align-items: flex-start;
  }

  .header-mini-cart__thumb {
    width: 44px;
    height: 44px;
  }

  .header-mini-cart__name {
    font-size: 0.88rem;
    line-height: 1.3;
  }

  .header-mini-cart__qty,
  .header-mini-cart__price {
    font-size: 0.78rem;
  }

  .header-mini-cart__summary {
    gap: 10px;
    align-items: center;
  }

  .recyclart79-cart-notice__text {
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .page-cart .recyclart79-cart-main,
  .page-cart .recyclart79-cart-shell > .cart-collaterals,
  .page-checkout .recyclart79-checkout-main,
  .page-checkout .recyclart79-checkout-summary {
    padding: 10px;
  }

  .page-cart .recyclart79-cart-item {
    grid-template-columns: 26px 48px minmax(0, 1fr);
    gap: 7px;
    padding: 10px 0;
  }

  .page-cart .recyclart79-cart-item__thumb img {
    width: 48px;
    height: 48px;
  }

  .page-cart .recyclart79-cart-item__remove .remove {
    width: 28px;
    height: 28px;
  }

  .page-cart .recyclart79-cart-item__price .amount {
    font-size: clamp(0.92rem, 5vw, 1.1rem);
  }

  .page-services .service-focus .feature-media {
    min-height: 185px;
  }

  .page-services .service-focus .feature-copy,
  .page-services .service-focus.feature-band-reverse .feature-copy {
    padding: 14px 12px;
    gap: 10px;
  }

  .page-services .service-focus .feature-copy p,
  .page-services .service-focus .detail-list li {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .page-services .service-focus .metric-kicker {
    font-size: 0.78rem;
  }

  .page-services .service-focus-cta {
    min-height: 42px;
    font-size: 0.9rem;
    padding: 0 14px;
  }

  .recyclart79-item-badge,
  .header-mini-cart__badge {
    font-size: 0.72rem;
    padding: 4px 8px;
  }

  .page-checkout .recyclart79-checkout-main .woocommerce-billing-fields,
  .page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields,
  .page-checkout .recyclart79-checkout-main .woocommerce-additional-fields {
    padding: 10px;
  }

  .page-checkout .recyclart79-checkout-main .woocommerce-billing-fields h3,
  .page-checkout .recyclart79-checkout-main .woocommerce-shipping-fields h3,
  .page-checkout .recyclart79-checkout-main .woocommerce-additional-fields h3 {
    font-size: clamp(1.04rem, 5.8vw, 1.24rem);
  }

  .page-checkout .recyclart79-review-order-totals th,
  .page-checkout .recyclart79-review-order-totals td {
    padding: 8px 0;
  }

  .footer-legal-links {
    gap: 8px;
  }
}

/* Heading overflow guards (site-wide) */
h1,
h2,
.inner-hero h1,
.hero-note h2,
.cta-banner h2,
.legal-card h2,
.news-article-content h2,
.recyclart79-empty-state h2,
.page-cart .cart_totals h2,
.page-checkout #order_review_heading {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  text-wrap: balance;
}

@media (max-width: 768px) {
  h1 {
    font-size: clamp(1.58rem, 8.2vw, 2.08rem);
    line-height: 1.14;
  }

  h2 {
    font-size: clamp(1.3rem, 6.8vw, 1.72rem);
    line-height: 1.2;
  }

  .page-home .hero-copy h1,
  .services-hero-copy h1,
  .boutique-hero-copy h1,
  .product-hero-copy h1,
  .news-hero-copy h1,
  .transaction-hero-copy h1 {
    max-width: 100%;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: clamp(1.48rem, 7.8vw, 1.9rem);
    line-height: 1.16;
  }

  h2 {
    font-size: clamp(1.16rem, 6.2vw, 1.5rem);
    line-height: 1.22;
  }
}
