:root {
  --ink: #18201d;
  --muted: #707873;
  --paper: #f3f0e9;
  --paper-dark: #e6e2d8;
  --line: #d8d5cc;
  --lime: #c9db6c;
  --lime-dark: #9eae43;
  --olive: #586154;
  --black: #1b2420;
  --serif: Georgia, 'Times New Roman', serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Manrope', Arial, sans-serif; font-size: 14px; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.announcement { align-items: center; background: var(--black); color: #eef0df; display: flex; font: 10px var(--mono); height: 31px; justify-content: center; letter-spacing: .03em; position: relative; }
.pulse { background: var(--lime); border-radius: 50%; height: 6px; margin-right: 10px; width: 6px; }
.announcement-close { background: none; border: 0; color: #c3c9be; font-size: 20px; line-height: 1; padding: 0; position: absolute; right: 24px; top: 4px; }
.site-header { align-items: center; display: flex; height: 94px; justify-content: space-between; padding: 0 4.4vw; }
.brand { align-items: center; display: flex; font: 800 11px/1.05 'Manrope', sans-serif; letter-spacing: .11em; min-width: 188px; }
.brand em { color: var(--olive); font-style: normal; font-weight: 500; letter-spacing: .24em; }
.brand-mark { align-items: center; background: var(--ink); color: var(--lime); display: inline-flex; font: 700 14px var(--mono); height: 34px; justify-content: center; margin-right: 10px; width: 34px; }
.main-nav { display: flex; gap: clamp(20px, 3vw, 48px); margin-left: 40px; }
.main-nav a, .contact-link { color: #5c655f; font-size: 12px; font-weight: 600; position: relative; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a.active:after { background: var(--lime-dark); bottom: -9px; content: ''; height: 2px; left: 0; position: absolute; width: 100%; }
.header-actions { align-items: center; display: flex; gap: 17px; }
.contact-link { font-size: 11px; }
.icon-button, .admin-icon { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: inline-flex; height: 35px; justify-content: center; width: 35px; }
.icon-button svg { height: 17px; width: 17px; }
.cart-button { align-items: center; background: var(--ink); color: white; display: flex; font-size: 11px; gap: 8px; height: 38px; padding: 0 10px 0 13px; }
.cart-button svg { height: 16px; width: 16px; }
.cart-count { align-items: center; background: var(--lime); border-radius: 50%; color: var(--ink); display: inline-flex; font: 10px var(--mono); height: 20px; justify-content: center; width: 20px; }
.mobile-menu { background: none; border: 0; display: none; padding: 8px; }
.hero { display: grid; grid-template-columns: 48.3% 51.7%; min-height: 600px; }
.hero-copy { align-self: center; padding: 5% 4.5vw 7% 10vw; }
.kicker { align-items: center; color: var(--olive); display: flex; font: 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.kicker-line { background: var(--lime-dark); display: inline-block; height: 1px; margin-right: 10px; width: 29px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { font-size: clamp(52px, 6.3vw, 93px); letter-spacing: -.075em; line-height: .92; margin: 29px 0 27px; }
h1 i, h2 i, blockquote i { font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }
.hero-copy > p { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 350px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 31px; }
.button { align-items: center; border: 0; display: inline-flex; font-size: 11px; font-weight: 800; gap: 18px; justify-content: center; letter-spacing: .03em; min-height: 48px; padding: 0 20px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { height: 16px; width: 16px; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: #303d35; }
.button-light { background: var(--lime); color: var(--ink); }
.button-outline { background: transparent; border: 1px solid #8c9686; }
.button-small { min-height: 37px; padding: 0 14px; }
.text-link { align-items: center; display: inline-flex; font-size: 11px; font-weight: 800; gap: 9px; white-space: nowrap; }
.text-link svg { height: 15px; width: 15px; }
.hero-proof { align-items: center; display: flex; gap: 13px; margin-top: 63px; }
.avatars { display: flex; }
.avatars span, .author-avatar, .order-avatar { align-items: center; background: #d1b89b; border: 2px solid var(--paper); border-radius: 50%; color: var(--ink); display: inline-flex; font: 8px var(--mono); height: 30px; justify-content: center; width: 30px; }
.avatars span + span { background: #9caaa2; margin-left: -8px; }
.avatars span + span + span { background: #c4cd81; margin-left: -8px; }
.hero-proof strong, .hero-proof small { display: block; font-size: 10px; }
.hero-proof small { color: #b28a39; font-size: 11px; margin-top: 4px; }
.hero-proof small em { color: var(--muted); font-style: normal; font-size: 9px; margin-left: 6px; }
.hero-visual { background: var(--olive); min-height: 600px; overflow: hidden; padding: 42px 5.1vw 30px 30px; position: relative; }
.hero-image-wrap { height: 100%; overflow: hidden; position: relative; }
.hero-image-wrap:after { background: linear-gradient(180deg, rgba(16,27,22,.04), rgba(14,25,19,.38)); content: ''; inset: 0; position: absolute; }
.hero-image-wrap img { height: 100%; object-fit: cover; width: 100%; }
.hero-note { color: white; font: 10px var(--mono); letter-spacing: .08em; position: absolute; z-index: 1; }
.hero-note span { color: var(--lime); font-size: 8px; letter-spacing: .16em; }
.note-one { right: 26px; top: 27px; writing-mode: vertical-rl; }
.note-two { bottom: 28px; left: 27px; line-height: 1.7; }
.hero-index { bottom: 8px; color: white; font: 10px var(--mono); position: absolute; right: 5.2vw; }
.hero-index span { color: #aeb8a9; margin: 0 7px; }
.trust-row { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 10vw; padding: 25px 0; }
.trust-row div { align-items: center; border-right: 1px solid var(--line); display: flex; gap: 15px; justify-content: center; }
.trust-row div:last-child { border: 0; }
.trust-row strong { color: var(--lime-dark); font: 11px var(--mono); }
.trust-row span { color: #656e67; font-size: 10px; font-weight: 700; line-height: 1.5; text-transform: uppercase; }
.section-shell { margin-left: auto; margin-right: auto; max-width: 1240px; width: 80%; }
.featured { padding-bottom: 126px; padding-top: 110px; }
.section-label { align-items: center; color: #80877f; display: flex; font: 10px var(--mono); gap: 14px; letter-spacing: .06em; text-transform: uppercase; }
.section-label span:first-child { color: var(--lime-dark); }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin: 25px 0 47px; }
.section-heading h2 { font-size: clamp(35px, 4vw, 54px); letter-spacing: -.07em; line-height: .95; margin: 0; }
.product-grid { display: grid; gap: 21px; grid-template-columns: repeat(3, 1fr); }
.product-card { min-width: 0; }
.product-image { background: var(--paper-dark); display: block; height: 330px; overflow: hidden; position: relative; }
.product-image img { height: 100%; object-fit: cover; transition: transform .45s; width: 100%; }
.product-image:hover img, .category-card:hover img { transform: scale(1.04); }
.product-tag { background: var(--lime); color: var(--ink); font: 9px var(--mono); left: 13px; letter-spacing: .03em; padding: 7px 9px; position: absolute; text-transform: uppercase; top: 13px; }
.image-arrow { align-items: center; background: var(--paper); border-radius: 50%; bottom: 13px; display: flex; height: 30px; justify-content: center; opacity: 0; position: absolute; right: 13px; transform: translateY(4px); transition: .25s; width: 30px; }
.product-image:hover .image-arrow { opacity: 1; transform: translateY(0); }
.image-arrow svg { height: 14px; width: 14px; }
.product-info { align-items: start; display: flex; justify-content: space-between; padding: 17px 0 8px; }
.eyebrow { color: #7a827b; display: block; font: 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.product-info h3 { font-size: 15px; letter-spacing: -.03em; margin: 7px 0 0; }
.product-price { text-align: right; white-space: nowrap; }
.product-price strong { display: block; font-size: 14px; }
del { color: #92998e; font-size: 10px; font-weight: 400; margin-left: 5px; }
.product-meta { align-items: center; border-top: 1px solid var(--line); color: #8a9189; display: flex; font: 9px var(--mono); justify-content: space-between; padding-top: 9px; }
.add-button { align-items: center; background: var(--ink); border: 0; color: var(--lime); display: inline-flex; height: 26px; justify-content: center; width: 26px; }
.add-button svg { height: 15px; width: 15px; }
.category-section { padding-bottom: 128px; }
.category-grid { display: grid; gap: 21px; grid-template-columns: repeat(3, 1fr); margin-top: 31px; }
.category-card { color: white; height: 345px; overflow: hidden; position: relative; }
.category-card img { height: 100%; object-fit: cover; transition: transform .5s; width: 100%; }
.category-overlay { background: linear-gradient(180deg, transparent 25%, rgba(12,20,16,.75)); inset: 0; position: absolute; }
.category-copy { bottom: 24px; left: 25px; position: absolute; right: 25px; }
.category-copy > span { color: var(--lime); font: 10px var(--mono); }
.category-copy h3 { font-size: 26px; letter-spacing: -.06em; margin: 8px 0 9px; }
.category-copy small { align-items: center; display: flex; font: 10px var(--mono); gap: 10px; justify-content: space-between; }
.category-copy small svg { height: 15px; width: 15px; }
.promo-section { align-items: center; background: var(--black); color: white; display: flex; justify-content: space-between; min-height: 390px; overflow: hidden; padding: 68px 13.5vw; position: relative; }
.promo-content { position: relative; z-index: 1; }
.promo-section .eyebrow { color: var(--lime); }
.promo-section h2 { font-size: clamp(38px, 5vw, 62px); letter-spacing: -.07em; line-height: .94; margin: 22px 0 18px; }
.promo-section p { color: #aeb5ae; font-size: 12px; }
.promo-section p strong { color: var(--lime); font: 11px var(--mono); }
.promo-section .button { margin-top: 17px; }
.promo-number { color: var(--lime); font: 170px/.8 var(--mono); letter-spacing: -.18em; opacity: .95; transform: rotate(-8deg); }
.promo-number sup { font-size: 55px; letter-spacing: 0; vertical-align: top; }
.testimonial { padding-bottom: 140px; padding-top: 124px; position: relative; }
.quote-mark { color: var(--lime-dark); font: 150px/.6 Georgia, serif; left: -25px; position: absolute; top: 89px; }
blockquote { font-size: clamp(26px, 3.5vw, 48px); letter-spacing: -.06em; line-height: 1.06; margin: 0 auto; max-width: 900px; position: relative; text-align: center; }
.quote-author { align-items: center; display: flex; gap: 10px; justify-content: center; margin-top: 34px; }
.author-avatar { background: #d0bca9; border: 0; height: 37px; width: 37px; }
.quote-author strong, .quote-author small { display: block; font-size: 10px; }
.quote-author small { color: var(--muted); margin-top: 4px; }
.quote-stars { color: #bf923b; font-size: 10px; margin-left: 18px; }
.site-footer { background: var(--black); color: white; padding: 54px 8vw 22px; }
.footer-top { align-items: start; border-bottom: 1px solid #485249; display: grid; grid-template-columns: 1fr 1fr 1.5fr; padding-bottom: 54px; }
.brand.light em { color: #a9b2a6; }
.footer-top > p { color: #9ba69c; font: 14px/1.5 var(--serif); margin: 0; }
.footer-newsletter { justify-self: end; width: min(100%, 360px); }
.footer-newsletter label { color: #a9b0aa; display: block; font: 10px var(--mono); margin-bottom: 13px; }
.footer-newsletter > div { border-bottom: 1px solid #68736a; display: flex; justify-content: space-between; padding-bottom: 8px; }
.footer-newsletter input { background: transparent; border: 0; color: white; font-size: 11px; outline: 0; width: 150px; }
.footer-bottom { align-items: center; color: #79847a; display: flex; font: 9px var(--mono); justify-content: space-between; padding-top: 21px; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: white; }
.page-intro { padding: 82px 0 74px; }
.page-intro h1, .simple-hero h1 { font-size: clamp(53px, 7vw, 90px); letter-spacing: -.08em; line-height: .88; margin: 27px 0 22px; }
.page-intro p, .simple-hero > p { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 390px; }
.shop-shell { padding-bottom: 130px; }
.shop-toolbar { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding: 15px 0; }
.filter-tabs { display: flex; gap: 20px; }
.filter-tabs button, .sort-button { background: none; border: 0; color: #818981; font: 10px var(--mono); padding: 5px 0; }
.filter-tabs button.active { color: var(--ink); position: relative; }
.filter-tabs button.active:after { background: var(--lime-dark); bottom: -16px; content: ''; height: 2px; left: 0; position: absolute; width: 100%; }
.shop-tools { align-items: center; display: flex; gap: 24px; }
.search-box { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 7px; padding-bottom: 5px; }
.search-box span { font-size: 21px; line-height: 10px; }
.search-box input { background: transparent; border: 0; font: 10px var(--mono); outline: 0; width: 100px; }
.sort-button { align-items: center; display: flex; gap: 5px; }
.sort-button svg { height: 12px; width: 12px; }
.shop-result { color: #8a9189; display: flex; font: 9px var(--mono); justify-content: space-between; padding: 20px 0; }
.shop-grid { grid-template-columns: repeat(3, 1fr); row-gap: 45px; }
.breadcrumb { align-items: center; color: #889087; display: flex; font: 10px var(--mono); gap: 9px; padding-bottom: 31px; padding-top: 35px; }
.breadcrumb strong { color: var(--ink); font-weight: 500; }
.product-detail { display: grid; gap: 7.5%; grid-template-columns: 55% 1fr; padding-bottom: 115px; }
.detail-main-image { height: 575px; overflow: hidden; position: relative; }
.detail-main-image img { height: 100%; object-fit: cover; width: 100%; }
.detail-main-image .product-tag { left: 20px; top: 20px; }
.gallery-caption { color: #8a9189; display: flex; font: 9px var(--mono); justify-content: space-between; padding-top: 10px; }
.detail-content { align-self: center; }
.detail-content h1 { font-size: clamp(36px, 4.2vw, 58px); letter-spacing: -.075em; line-height: .94; margin: 20px 0 11px; }
.rating { color: #b28a39; font-size: 11px; letter-spacing: 1px; }
.rating span { color: var(--muted); font: 9px var(--mono); letter-spacing: 0; margin-left: 8px; }
.detail-price { border-bottom: 1px solid var(--line); font-size: 22px; font-weight: 700; margin-top: 34px; padding-bottom: 19px; }
.detail-price del { font-size: 13px; }
.detail-price small { color: #8b928b; display: block; font: 9px var(--mono); font-weight: 400; margin-top: 7px; }
.detail-description { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 23px 0; }
.spec-list { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.spec-list div { align-items: center; border-bottom: 1px solid var(--line); display: flex; font: 10px var(--mono); justify-content: space-between; padding: 13px 0; }
.spec-list div:last-child { border: 0; }
.spec-list span { color: #899189; }
.spec-list strong { font-weight: 500; }
.detail-buy { display: flex; gap: 10px; margin-top: 22px; }
.quantity { align-items: center; border: 1px solid var(--line); display: flex; justify-content: space-between; width: 110px; }
.quantity button { background: none; border: 0; font-size: 17px; height: 45px; width: 34px; }
.quantity span { font: 11px var(--mono); }
.detail-buy .button { flex: 1; }
.detail-cart-link {
  align-items: center;
  color: var(--lime-dark);
  display: inline-flex;
  font: 10px var(--mono);
  gap: 8px;
  margin-top: 15px;
}
.detail-cart-link:hover { color: var(--ink); }
.detail-cart-link svg { height: 14px; width: 14px; }
.detail-assurance { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 11px; margin-top: 23px; padding-top: 16px; }
.detail-assurance > span { align-items: center; background: var(--lime); border-radius: 50%; display: flex; height: 25px; justify-content: center; width: 25px; }
.detail-assurance svg { height: 15px; width: 15px; }
.detail-assurance p { color: #818980; font: 9px/1.5 var(--mono); margin: 0; }
.detail-assurance strong { color: var(--ink); font-weight: 500; }
.detail-bottom { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; padding-bottom: 125px; padding-top: 54px; }
.detail-bottom h2 { font-size: 40px; letter-spacing: -.07em; line-height: .93; margin-top: 17px; }
.detail-bottom-copy { align-self: end; padding: 0 9%; }
.detail-bottom-copy p { color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 360px; }
.related-products-section {
  border-top: 1px solid var(--surface-border);
  padding-bottom: 110px;
  padding-top: 54px;
}
.related-products-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.related-products-heading h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(31px, 3.5vw, 46px);
  letter-spacing: -.08em;
  line-height: .92;
  margin: 12px 0 0;
}
.related-products-heading h2 i {
  color: var(--lime-dark);
  font-family: var(--serif);
  font-weight: 400;
}
.related-products-hint {
  color: #71869a;
  font: 10px var(--mono);
  padding-bottom: 4px;
}
.related-products-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--lime) var(--surface-blue);
  scrollbar-width: thin;
}
.related-product-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  flex: 0 0 clamp(225px, 24vw, 290px);
  min-width: 0;
  scroll-snap-align: start;
}
.related-product-image {
  background: var(--surface-blue);
  display: block;
  height: 205px;
  overflow: hidden;
  position: relative;
}
.related-product-image img {
  filter: saturate(.8);
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
  width: 100%;
}
.related-product-image:hover img {
  transform: scale(1.045);
}
.related-product-image > span {
  background: var(--lime);
  color: #fff;
  font: 9px var(--mono);
  left: 12px;
  padding: 6px 8px;
  position: absolute;
  top: 12px;
}
.related-product-info {
  padding: 15px 16px 17px;
}
.related-product-info h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  letter-spacing: -.04em;
  line-height: 1.12;
  margin: 0 0 13px;
}
.related-product-info > strong {
  font-size: 15px;
}
.related-product-info > strong small {
  color: #8095a7;
  font: 9px var(--mono);
}
.cart-shell, .checkout-shell, .account-shell { padding-bottom: 130px; padding-top: 80px; }
.cart-heading, .account-heading { align-items: end; display: flex; justify-content: space-between; }
.cart-heading h1, .account-heading h1 { font-size: clamp(53px, 7vw, 88px); letter-spacing: -.08em; line-height: .85; margin: 29px 0 0; }
.cart-heading-count { color: #7f887e; font: 10px var(--mono); }
.cart-layout { display: grid; gap: 10%; grid-template-columns: 1.55fr .75fr; margin-top: 65px; }
.cart-items { border-top: 1px solid var(--line); }
.cart-item { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 112px 1fr 95px 85px; padding: 18px 0; }
.cart-item img { height: 82px; object-fit: cover; width: 112px; }
.cart-item-main h3 { font-size: 14px; margin: 6px 0; }
.cart-item-main > span:last-of-type { color: #8a9189; font: 9px var(--mono); }
.remove-item { background: none; border: 0; color: #9a7664; font: 9px var(--mono); margin-top: 11px; padding: 0; text-decoration: underline; }
.cart-quantity { align-items: center; border: 1px solid var(--line); display: flex; font: 10px var(--mono); justify-content: space-around; height: 31px; }
.cart-quantity button { background: none; border: 0; font-size: 15px; padding: 3px; }
.cart-item > strong { font-size: 13px; text-align: right; }
.order-summary, .payment-summary { background: var(--paper-dark); padding: 28px 30px; }
.order-summary h2 { font-size: 28px; letter-spacing: -.06em; margin: 14px 0 26px; }
.order-summary > div, .payment-summary .summary-total { border-bottom: 1px solid #d0cec4; display: flex; font: 10px var(--mono); justify-content: space-between; padding: 12px 0; }
.summary-total { margin-top: 12px; padding: 18px 0 !important; }
.summary-total strong { font-size: 18px; }
.full-width { width: 100%; }
.order-summary .button { margin-top: 19px; }
.order-summary small { color: #8b918a; display: block; font: 9px var(--mono); line-height: 1.5; margin-top: 13px; text-align: center; }
.empty-cart { min-height: 600px; padding-top: 150px; text-align: center; }
.empty-icon { align-items: center; background: var(--lime); border-radius: 50%; display: flex; font: 26px Georgia; height: 62px; justify-content: center; margin: 0 auto 25px; width: 62px; }
.empty-icon svg { height: 25px; width: 25px; }
.empty-cart h1 { font-size: 60px; letter-spacing: -.08em; line-height: .88; margin: 19px 0; }
.empty-cart p { color: var(--muted); margin-bottom: 26px; }
.checkout-heading { border-bottom: 1px solid var(--line); padding-bottom: 43px; position: relative; }
.back-link { color: var(--muted); font: 10px var(--mono); }
.checkout-steps { display: flex; gap: 24px; justify-content: center; margin-top: -3px; }
.checkout-steps span { color: #969d95; font: 9px var(--mono); }
.checkout-steps span.active { color: var(--ink); }
.checkout-steps span.active:before { background: var(--lime-dark); content: ''; display: inline-block; height: 6px; margin-right: 7px; width: 6px; }
.checkout-heading h1 { font-size: clamp(45px, 6vw, 72px); letter-spacing: -.08em; line-height: .86; margin: 44px 0 0; }
.checkout-layout { display: grid; gap: 10%; grid-template-columns: 1.2fr .8fr; padding-top: 56px; }
.form-section { border-top: 1px solid var(--line); padding: 23px 0 30px; }
.form-grid { display: grid; gap: 19px 15px; grid-template-columns: 1fr 1fr; margin-top: 21px; }
label { color: #717b72; display: block; font: 9px var(--mono); }
label input, label textarea { background: transparent; border: 0; border-bottom: 1px solid #c8c8be; border-radius: 0; display: block; font: 13px 'Manrope'; margin-top: 7px; outline: 0; padding: 11px 0; width: 100%; }
label input:focus, label textarea:focus { border-color: var(--lime-dark); }
label textarea { min-height: 65px; resize: vertical; }
.full { grid-column: 1/-1; }
.checkbox-label { align-items: center; display: flex; gap: 9px; margin: 8px 0 24px; }
.checkbox-label input { accent-color: var(--ink); height: 14px; margin: 0; width: 14px; }
.checkbox-label span { color: var(--muted); font: 10px 'Manrope'; }
.checkbox-label a, .forgot { text-decoration: underline; }
.payment-summary { align-self: start; }
.payment-summary > .eyebrow { margin-bottom: 12px; }
.mini-item { align-items: center; border-bottom: 1px solid #d0cec4; display: grid; gap: 10px; grid-template-columns: 45px 1fr auto; padding: 12px 0; }
.mini-item-image, .mini-item img { display: block; height: 40px; object-fit: cover; width: 45px; }
.mini-item strong, .mini-item small { display: block; font-size: 10px; }
.mini-item small { color: var(--muted); font: 9px var(--mono); margin-top: 3px; }
.mini-item b { font-size: 10px; }
.bank-note { align-items: start; background: #d9debc; display: flex; gap: 10px; margin-top: 25px; padding: 13px; }
.bank-note > span { color: #849532; font-size: 19px; }
.bank-note p { color: #646d55; font: 10px/1.5 var(--mono); margin: 0; }
.account-heading { padding-bottom: 61px; }
.account-heading h1 { margin-top: 25px; }
.status-pill { align-items: center; background: #dfe6bc; color: #697548; display: inline-flex; font: 9px var(--mono); gap: 6px; padding: 8px 11px; }
.status-pill span { background: #93a94b; border-radius: 50%; height: 6px; width: 6px; }
.account-grid { display: grid; gap: 7%; grid-template-columns: 190px 1fr; }
.account-nav { border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 20px; padding: 10px 25px 0 0; }
.account-nav a { color: #808880; font: 10px var(--mono); }
.account-nav a.active { color: var(--ink); font-weight: 500; }
.account-nav a.active:before { background: var(--lime-dark); content: ''; display: inline-block; height: 5px; margin: 0 8px 1px 0; width: 5px; }
.account-nav b { background: var(--lime); border-radius: 50%; color: var(--ink); font-size: 8px; margin-left: 5px; padding: 3px 5px; }
.account-extra-links { border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; margin-top: 2px; padding-top: 18px; }
.account-extra-links a { color: #8a948b; font: 9px var(--mono); }
.account-extra-links a:hover { color: var(--ink); }
.account-nav .logout { border-top: 1px solid var(--line); margin-top: auto; padding-top: 22px; }
.account-cards { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); }
.account-card { background: var(--paper-dark); min-height: 175px; padding: 22px 18px; }
.account-card strong { display: block; font-size: 30px; letter-spacing: -.06em; margin: 25px 0 9px; }
.account-card p { color: #818a81; font: 9px var(--mono); margin-bottom: 11px; }
.dark-card { background: var(--black); color: white; }
.dark-card .eyebrow { color: #abb5a5; }
.dark-card a { bottom: 22px; color: var(--lime); font: 9px var(--mono); position: relative; }
.account-card .text-link { font-size: 9px; }
.order-status { background: #dce4b9; color: #6e7c3e; display: inline-block; font: 8px var(--mono); padding: 6px 7px; }
.order-status.delivered { background: #dee2df; color: #657168; }
.account-table { margin-top: 43px; }
.table-heading { align-items: center; display: flex; justify-content: space-between; }
.table-heading h2 { font-size: 20px; letter-spacing: -.05em; }
.table-heading a, .panel-heading a { color: var(--olive); font: 9px var(--mono); }
.table-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; font: 10px var(--mono); grid-template-columns: 1.2fr 1.1fr 1fr .8fr; padding: 15px 0; }
.table-row strong { font-weight: 500; }
.table-head { border-top: 1px solid var(--line); color: #8d958d; font-size: 9px; padding: 10px 0; }
.bank-card { align-items: center; background: #dbe1b9; display: flex; justify-content: space-between; margin-top: 48px; padding: 25px 28px; }
.bank-card h2 { font-size: 22px; letter-spacing: -.06em; margin: 10px 0 7px; }
.bank-card p { color: #737d61; font: 10px var(--mono); margin: 0; }
.account-section-heading { align-items: end; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin-bottom: 44px; padding-bottom: 42px; }
.account-section-heading .eyebrow { margin-top: 22px; }
.account-section-heading h1 { font-size: clamp(43px, 5vw, 65px); letter-spacing: -.08em; line-height: .9; margin: 11px 0 0; }
.account-back { color: #7b877d; display: block; font: 9px var(--mono); }
.account-section-main { min-width: 0; }
.account-panel-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 22px; }
.account-panel-heading h2 { font-size: 25px; letter-spacing: -.06em; margin: 10px 0 7px; }
.account-panel-heading p { color: #8b958c; font: 10px var(--mono); margin: 0; }
.account-result-count { color: #8c968d; font: 9px var(--mono); }
.account-panel { background: var(--paper-dark); padding: 25px; }
.account-form { background: transparent; border-top: 1px solid var(--line); padding: 24px 0 0; }
.account-form-grid { display: grid; gap: 21px 17px; grid-template-columns: 1fr 1fr; }
.account-form-grid label input, .account-form-grid label select { border-bottom-color: #c8cec5; }
.account-form-grid label select { background: transparent; border: 0; border-bottom: 1px solid #c8cec5; margin-top: 7px; outline: 0; padding: 10px 0; width: 100%; }
.account-form .button { margin-top: 28px; }
.account-form-subheading { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 36px; padding: 20px 0 0; }
.address-default { background: #dfe7bb; color: #718040; font: 8px var(--mono); padding: 7px 9px; }
.security-status { align-items: center; background: #dfe7bb; display: flex; gap: 13px; margin-bottom: 17px; padding: 17px 20px; }
.security-icon { align-items: center; background: var(--lime-dark); border-radius: 50%; color: white; display: flex; height: 29px; justify-content: center; width: 29px; }
.security-icon svg { height: 16px; width: 16px; }
.security-status strong { display: block; font-size: 11px; }
.security-status p { color: #758064; font: 8px var(--mono); margin: 4px 0 0; }
.security-status .status-pill { margin-left: auto; }
.security-grid { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); }
.security-grid article { min-height: 112px; padding: 20px; }
.security-grid article strong { display: block; font-size: 13px; margin-top: 17px; }
.security-grid article p { color: #8d968e; font: 8px var(--mono); margin: 6px 0 0; }
.account-security-note, .account-note { align-items: center; background: #eef0e9; color: #7a857c; display: flex; font: 9px var(--mono); gap: 10px; margin-top: 17px; padding: 13px 15px; }
.account-security-note > span { align-items: center; border: 1px solid #aab5a7; border-radius: 50%; display: flex; height: 18px; justify-content: center; width: 18px; }
.account-security-note p, .account-note p { margin: 0; }
.account-security-note a { color: var(--ink); text-decoration: underline; }
.rib-card { background: var(--black); color: white; min-height: 250px; padding: 27px; }
.rib-card-top { align-items: center; display: flex; justify-content: space-between; }
.rib-card .eyebrow { color: #9ba69b; }
.rib-lock { color: var(--lime); font: 8px var(--mono); }
.rib-label { color: #aab5a8; display: block; font: 8px var(--mono); margin-top: 43px; }
.iban-value { display: block; font: 18px var(--mono); letter-spacing: .05em; margin: 9px 0 25px; }
.rib-details { border-top: 1px solid #485349; display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 16px; }
.rib-details span, .rib-details strong { display: block; }
.rib-details span { color: #7f8b80; font: 8px var(--mono); }
.rib-details strong { font: 10px var(--mono); margin-top: 7px; }
.rib-card .button { margin-top: 26px; }
.account-note { background: #e1e8bf; color: #6f7a58; }
.account-note > span { color: #89973d; font-size: 19px; }
.proof-upload { background: transparent; border: 1px solid var(--line); padding: 20px; }
.proof-upload-top { align-items: stretch; display: grid; gap: 18px; grid-template-columns: .8fr 1.2fr; }
.proof-upload-top > div { background: var(--paper-dark); padding: 17px; }
.proof-upload-top > div strong { display: block; font-size: 10px; }
.proof-upload-top select { background: transparent; border: 0; border-bottom: 1px solid #bfc8bb; font: 10px var(--mono); margin-top: 19px; outline: 0; padding: 9px 0; width: 100%; }
.file-drop { align-items: center; border: 1px dashed #aeb9a9; cursor: pointer; display: flex; flex-direction: column; justify-content: center; min-height: 130px; text-align: center; }
.file-drop input { display: none; }
.file-drop-icon { align-items: center; background: var(--lime); border-radius: 50%; display: flex; font-size: 20px; height: 27px; justify-content: center; margin-bottom: 8px; width: 27px; }
.file-drop strong { font-size: 10px; }
.file-drop small { color: #8f998e; font: 8px var(--mono); margin-top: 6px; }
.proof-actions { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 20px; padding-top: 17px; }
.selected-files { color: #89948a; font: 9px var(--mono); }
.proof-actions .button { min-height: 40px; }
.compact-heading { margin-top: 49px; }
.compact-heading h2 { font-size: 20px; }
.proof-history { padding: 0 20px; }
.proof-history > div { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 12px; min-height: 66px; }
.proof-history > div:last-child { border: 0; }
.file-type { align-items: center; background: #d6e0b0; color: #718143; display: inline-flex; font: 8px var(--mono); height: 30px; justify-content: center; width: 35px; }
.file-type.image-file { background: #e3d6bd; color: #977948; }
.proof-history strong { font-size: 10px; }
.proof-history strong small { color: #929c92; display: block; font: 8px var(--mono); margin-top: 5px; }
.proof-history .order-status { margin-left: auto; }
.account-orders-list { display: flex; flex-direction: column; gap: 15px; }
.account-order-card { background: transparent; border: 1px solid var(--line); padding: 19px; }
.account-order-top { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 18px; padding-bottom: 14px; }
.account-order-top strong { font: 10px var(--mono); }
.account-order-top > span:not(.order-status) { color: #929c93; font: 8px var(--mono); }
.account-order-top .order-status { margin-left: auto; }
.account-order-body { align-items: center; display: flex; gap: 15px; padding: 16px 0; }
.account-order-body img { height: 68px; object-fit: cover; width: 88px; }
.account-order-body h3 { font-size: 14px; letter-spacing: -.03em; margin: 7px 0; }
.account-order-body p { color: #8e988e; font: 8px var(--mono); margin: 0; }
.account-order-body .row-action { margin-left: auto; }
.order-progress { border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding-top: 14px; }
.order-progress span { color: #a1aaa1; font: 8px var(--mono); position: relative; }
.order-progress span:before { background: #c5ccc4; border-radius: 50%; content: ''; display: inline-block; height: 6px; margin: 0 5px 1px 0; width: 6px; }
.order-progress span.done, .order-progress span.active { color: var(--ink); }
.order-progress span.done:before { background: var(--lime-dark); }
.order-progress span.active:before { background: var(--lime); box-shadow: 0 0 0 3px #edf0d6; }
.history-grid { display: grid; gap: 15px; grid-template-columns: repeat(2, 1fr); }
.history-card { background: var(--paper-dark); }
.history-card > img { height: 165px; object-fit: cover; width: 100%; }
.history-card > div { padding: 15px; }
.history-card h3 { font-size: 14px; letter-spacing: -.04em; margin: 7px 0 9px; }
.history-card > div > strong { font-size: 12px; }
.history-card a { color: var(--olive); display: flex; font: 9px var(--mono); gap: 7px; margin-top: 17px; }
.history-card a svg { height: 13px; width: 13px; }
.transaction-total { align-items: center; background: #dfe7bb; display: flex; justify-content: space-between; margin-bottom: 17px; }
.transaction-total strong { display: block; font-size: 25px; letter-spacing: -.07em; margin-top: 8px; }
.account-transaction-list { background: transparent; padding: 0; }
.account-transaction-list > div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 1.4fr 1fr 1fr .8fr .9fr; min-height: 63px; }
.account-transaction-list .transaction-head { color: #919b91; font: 8px var(--mono); min-height: 38px; }
.account-transaction-list strong { font: 9px var(--mono); }
.account-transaction-list strong small { color: #939d94; display: block; font-size: 8px; margin-top: 5px; }
.account-transaction-list > div > span, .account-transaction-list > div > b { color: #738076; font: 9px var(--mono); }
.client-chat { background: transparent; border: 1px solid var(--line); padding: 0; }
.client-chat-header { align-items: center; background: var(--black); color: white; display: flex; gap: 11px; padding: 17px 20px; }
.client-chat-header .table-avatar { background: var(--lime); color: var(--ink); margin: 0; }
.client-chat-header strong, .client-chat-header small { display: block; }
.client-chat-header strong { font: 10px var(--mono); }
.client-chat-header small { color: #a8b1a5; font: 8px var(--mono); margin-top: 5px; }
.client-chat-header small span { background: var(--lime); border-radius: 50%; display: inline-block; height: 5px; width: 5px; }
.client-chat-body { display: flex; flex-direction: column; gap: 11px; min-height: 315px; padding: 22px; }
.client-message { background: #e7ebe4; color: #647067; font: 10px/1.6 var(--mono); max-width: 78%; padding: 12px 14px; }
.client-message.sent { align-self: end; background: #dfe7bb; color: #65704e; }
.client-message small { color: #8e9987; display: block; font-size: 8px; margin-top: 9px; }
.client-chat-form { border-top: 1px solid var(--line); display: flex; margin: 0 20px; }
.client-chat-form input { background: transparent; border: 0; font: 10px var(--mono); outline: 0; padding: 15px 0; width: 100%; }
.client-chat-form button { background: transparent; border: 0; color: var(--olive); }
.auth-shell { display: grid; gap: 15%; grid-template-columns: 1fr 1fr; min-height: 630px; padding-bottom: 120px; padding-top: 110px; }
.auth-copy h1 { font-size: clamp(54px, 6vw, 82px); letter-spacing: -.08em; line-height: .85; margin: 27px 0; }
.auth-copy p { color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 310px; }
.auth-form { align-self: center; background: var(--paper-dark); padding: 35px; }
.auth-form label + label { margin-top: 23px; }
.auth-form .button { margin-top: 29px; }
.forgot { color: var(--muted); display: block; font: 9px var(--mono); margin-top: 15px; text-align: right; }
.auth-switch { border-top: 1px solid #c9c8be; color: var(--muted); font: 10px var(--mono); margin-top: 25px; padding-top: 20px; text-align: center; }
.auth-switch a { color: var(--ink); text-decoration: underline; }
.simple-hero { padding-bottom: 130px; padding-top: 100px; }
.simple-hero > p { font-size: 15px; max-width: 480px; }
.feature-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; }
.feature-list > div { border-right: 1px solid var(--line); min-height: 175px; padding: 21px 23px 0 0; }
.feature-list > div + div { padding-left: 23px; }
.feature-list > div:last-child { border: 0; }
.feature-list span { color: var(--lime-dark); font: 10px var(--mono); }
.feature-list h2 { font-size: 21px; letter-spacing: -.05em; margin: 25px 0 8px; }
.feature-list p { color: var(--muted); font: 11px/1.6 var(--mono); }
.simple-copy { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 100px; padding-top: 27px; }
.simple-copy h2 { font-size: 19px; letter-spacing: -.04em; }
.contact-layout { display: grid; gap: 15%; grid-template-columns: .7fr 1fr; margin-top: 85px; }
.contact-details { display: flex; flex-direction: column; gap: 13px; }
.contact-details .eyebrow:not(:first-child) { margin-top: 16px; }
.contact-details strong { font-size: 13px; line-height: 1.7; }
.contact-form { border-top: 1px solid var(--line); padding-top: 22px; }
.contact-form label + label { margin-top: 21px; }
.contact-form .button { margin-top: 30px; }
.success-message { background: #dce4b9; padding: 30px; text-align: center; }
.success-message > span { align-items: center; background: var(--lime-dark); border-radius: 50%; color: white; display: flex; height: 32px; justify-content: center; margin: 0 auto 15px; width: 32px; }
.success-message h2 { font-size: 24px; letter-spacing: -.06em; }
.success-message p { color: #6a745d; font: 10px var(--mono); }
.toast { background: var(--black); bottom: 25px; color: white; font: 10px var(--mono); left: 50%; opacity: 0; padding: 14px 19px; pointer-events: none; position: fixed; transform: translate(-50%, 15px); transition: .25s; z-index: 20; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.empty-state { padding: 60px 0; text-align: center; }
.empty-state h2 { font-size: 27px; letter-spacing: -.05em; }
.empty-state p { color: var(--muted); }
.admin-app { background: #eef0eb; display: grid; grid-template-columns: 230px 1fr; min-height: 100vh; }
.admin-sidebar { background: var(--black); color: white; display: flex; flex-direction: column; padding: 31px 24px; }
.admin-sidebar .brand { color: white; min-width: 0; }
.admin-sidebar .brand em { color: #aab3a3; }
.admin-overline { color: #778378; font: 9px var(--mono); margin: 66px 0 21px; text-transform: uppercase; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: 5px; }
.admin-sidebar nav a { align-items: center; color: #98a299; display: flex; font: 11px var(--mono); gap: 12px; padding: 12px 10px; }
.admin-sidebar nav a.active { background: #303c33; color: var(--lime); }
.admin-sidebar nav a b { background: #b2c95c; border-radius: 50%; color: var(--ink); font-size: 8px; margin-left: auto; padding: 3px 5px; }
.admin-subnav { border-top: 1px solid #465147; display: flex; flex-direction: column; gap: 10px; margin-top: 27px; padding: 20px 10px 0; }
.admin-subnav span { color: #687469; font: 8px var(--mono); margin-bottom: 3px; }
.admin-subnav a { color: #89968a; font: 9px var(--mono); }
.admin-subnav a.active, .admin-subnav a:hover { color: var(--lime); }
.admin-sidebar-bottom { border-top: 1px solid #465147; display: flex; flex-direction: column; gap: 17px; margin-top: auto; padding-top: 22px; }
.admin-sidebar-bottom a { color: #98a299; font: 10px var(--mono); }
.admin-main { min-width: 0; }
.admin-header { align-items: center; background: #f6f7f3; border-bottom: 1px solid #dfe2dc; display: flex; justify-content: space-between; padding: 29px 5vw; }
.admin-header h1 { font-size: 25px; letter-spacing: -.05em; margin: 9px 0 0; }
.admin-header h1 span { color: var(--lime-dark); }
.admin-header-actions { align-items: center; display: flex; gap: 13px; }
.admin-icon { background: white; border: 1px solid #dfe2dc; color: #79837b; font-size: 19px; }
.admin-avatar { align-items: center; background: #d0bca9; border-radius: 50%; display: flex; font: 9px var(--mono); height: 35px; justify-content: center; margin-left: 8px; width: 35px; }
.admin-content { padding: 34px 5vw 60px; }
.admin-stat-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); }
.admin-stat-grid article { background: white; padding: 21px 20px; }
.admin-stat-grid span { color: #879087; font: 9px var(--mono); }
.admin-stat-grid strong { display: block; font-size: 26px; letter-spacing: -.07em; margin: 21px 0 11px; }
.admin-stat-grid small { color: #8da050; font: 9px var(--mono); }
.admin-stat-grid small em { color: #a0a69f; font-style: normal; margin-left: 3px; }
.admin-stat-grid .negative { color: #aa7c67; }
.admin-main-grid { display: grid; gap: 14px; grid-template-columns: 1.5fr 1fr; margin-top: 14px; }
.admin-bottom-grid { display: grid; gap: 14px; grid-template-columns: 1.5fr 1fr; margin-top: 14px; }
.admin-panel { background: white; padding: 22px; }
.panel-heading { align-items: end; display: flex; justify-content: space-between; }
.panel-heading h2 { font-size: 18px; letter-spacing: -.05em; margin: 8px 0 0; }
.panel-heading select { background: #f0f2ed; border: 0; color: #737e74; font: 9px var(--mono); padding: 9px; }
.fake-chart { height: 280px; margin-top: 30px; padding-left: 34px; position: relative; }
.fake-chart svg { height: 220px; overflow: visible; width: 100%; }
.chart-y { bottom: 43px; color: #a3aba3; display: flex; flex-direction: column; font: 8px var(--mono); justify-content: space-between; left: 0; position: absolute; top: 1px; }
.chart-x { color: #a3aba3; display: flex; font: 8px var(--mono); justify-content: space-between; margin-top: 6px; }
.recent-order { align-items: center; border-bottom: 1px solid #e3e6e0; display: grid; gap: 10px; grid-template-columns: 32px 1fr auto; padding: 18px 0; }
.recent-order:last-child { border: 0; }
.recent-order strong, .recent-order small { display: block; font-size: 10px; }
.recent-order small { color: #8c968d; font: 8px var(--mono); margin-top: 5px; }
.recent-order b { font-size: 10px; }
.order-avatar { background: #d0bca9; border: 0; height: 31px; width: 31px; }
.order-avatar.olive { background: #a3b293; }
.order-avatar.sand { background: #dbd199; }
.recent-order .order-status { grid-column: 2/4; justify-self: start; margin-top: -4px; }
.inventory-row { align-items: center; border-bottom: 1px solid #e3e6e0; display: grid; font: 10px var(--mono); gap: 14px; grid-template-columns: 46px 1fr auto auto; padding: 12px 0; }
.inventory-row img { height: 35px; object-fit: cover; width: 46px; }
.inventory-row span { color: #909990; }
.inventory-row em { color: #8ca050; font-style: normal; }
.quick-panel { background: var(--black); color: white; }
.quick-panel .eyebrow { color: #a9b4a6; }
.quick-panel h2 { font-size: 28px; letter-spacing: -.07em; margin: 27px 0 9px; }
.quick-panel p { color: #9ba69b; font: 10px/1.6 var(--mono); max-width: 230px; }
.quick-panel > div { border-top: 1px solid #475249; display: flex; flex-direction: column; gap: 14px; margin-top: 25px; padding-top: 17px; }
.quick-panel a { color: var(--lime); font: 10px var(--mono); }
.admin-section-content { min-height: calc(100vh - 104px); }
.admin-section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 28px; }
.admin-section-heading h2 { font-size: 32px; letter-spacing: -.07em; margin: 11px 0 7px; }
.admin-section-heading p { color: #89938a; font: 10px var(--mono); margin: 0; }
.admin-action-button { align-items: center; background: var(--black); border: 0; color: var(--lime); display: inline-flex; font: 10px var(--mono); gap: 10px; min-height: 39px; padding: 0 14px; }
.admin-action-button svg { height: 14px; width: 14px; }
.admin-back { color: #728076; font: 10px var(--mono); }
.admin-counter { background: #e1e7bf; color: #6d7942; font: 9px var(--mono); padding: 9px 12px; }
.admin-filter-bar { align-items: center; display: flex; justify-content: space-between; margin-bottom: 17px; }
.admin-filter-bar .filter-tabs { gap: 18px; }
.admin-filter-bar .filter-tabs button { color: #8a948b; font: 9px var(--mono); }
.admin-filter-bar .filter-tabs button.active { color: var(--ink); }
.admin-filter-bar .filter-tabs button b { background: #e1e4dc; border-radius: 8px; color: #6f7a70; font-size: 8px; margin-left: 4px; padding: 3px 5px; }
.admin-filter-bar .filter-tabs button.active b { background: var(--lime); color: var(--ink); }
.admin-filter-bar .filter-tabs button.active:after { bottom: -7px; }
.admin-search, .admin-select { background: white; border: 1px solid #dfe3dc; color: #738075; font: 9px var(--mono); outline: 0; padding: 10px 12px; }
.admin-search { width: 190px; }
.admin-table-panel { padding: 0 22px; }
.admin-data-head, .admin-data-row { align-items: center; border-bottom: 1px solid #e4e7e1; display: grid; gap: 16px; grid-template-columns: 2fr 1fr .8fr .9fr 42px; min-height: 65px; }
.admin-data-head { color: #98a198; font: 8px var(--mono); min-height: 43px; text-transform: uppercase; }
.admin-data-row { color: #6f7a70; font: 9px var(--mono); }
.admin-data-row:last-child { border-bottom: 0; }
.admin-data-row strong { color: var(--ink); font-weight: 600; }
.admin-data-row strong small, .data-product small { color: #99a19a; display: block; font: 8px var(--mono); font-weight: 400; margin-top: 6px; }
.data-product { align-items: center; display: flex; gap: 11px; min-width: 0; }
.data-product img { height: 38px; object-fit: cover; width: 49px; }
.data-product strong { font: 10px 'Manrope'; min-width: 0; }
.data-product small { white-space: nowrap; }
.stock-chip { background: #e0e8be; color: #748145; font: 8px var(--mono); justify-self: start; padding: 6px 8px; }
.row-action { align-items: center; color: var(--olive); display: inline-flex; font: 9px var(--mono); gap: 5px; white-space: nowrap; }
.row-action svg { height: 13px; width: 13px; }
.order-table .admin-data-row, .order-table .admin-data-head { grid-template-columns: 1.3fr 1.5fr .8fr 1fr 70px; }
.admin-category-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.admin-category-card { background: white; min-height: 215px; overflow: hidden; position: relative; }
.admin-category-card img { height: 130px; object-fit: cover; width: 100%; }
.admin-category-card > div { padding: 13px 15px; }
.admin-category-card span { color: #99a196; font: 8px var(--mono); }
.admin-category-card h3 { font-size: 17px; letter-spacing: -.05em; margin: 7px 0 10px; }
.admin-category-card a { color: var(--olive); font: 9px var(--mono); }
.delivery-summary { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); margin-bottom: 17px; }
.delivery-summary article { background: white; padding: 20px; }
.delivery-summary span { color: #89948a; display: block; font: 9px var(--mono); }
.delivery-summary strong { display: block; font-size: 28px; letter-spacing: -.08em; margin: 16px 0 6px; }
.delivery-summary small { color: #a0a89f; font: 8px var(--mono); }
.tracking-list { padding: 22px; }
.tracking-row { align-items: center; border-top: 1px solid #e4e7e1; display: grid; gap: 15px; grid-template-columns: 42px 1fr 78px 78px 52px; padding: 18px 0 4px; }
.tracking-row > div strong, .tracking-row > div small { display: block; font-size: 10px; }
.tracking-row > div small { color: #929c93; font: 8px var(--mono); margin-top: 5px; }
.tracking-date { color: var(--lime-dark); font: 21px/.85 var(--mono); }
.tracking-date small { display: block; font: 8px var(--mono); margin-top: 6px; }
.tracking-stage { color: #b0b7af; font: 8px var(--mono); }
.tracking-stage.done { color: #8e9c57; }
.tracking-stage.active { color: var(--ink); font-weight: 600; }
.file-pill { background: #edf0e9; color: #768278; font: 8px var(--mono); justify-self: start; padding: 7px 8px; }
.verify-button, .plain-admin-button { background: var(--lime); border: 0; color: var(--ink); font: 8px var(--mono); padding: 8px 9px; white-space: nowrap; }
.plain-admin-button { background: transparent; color: #7c887e; text-decoration: underline; }
.table-avatar { align-items: center; background: #d0bca9; border-radius: 50%; color: var(--ink); display: inline-flex; font: 8px var(--mono); height: 26px; justify-content: center; margin-right: 7px; vertical-align: middle; width: 26px; }
.table-avatar.olive { background: #a3b293; }
.table-avatar.sand { background: #dbd199; }
.customer-stat-strip { align-items: center; background: #dce3b9; color: #697457; display: flex; font: 9px var(--mono); gap: 29px; margin-bottom: 17px; padding: 15px 18px; }
.customer-stat-strip b { color: var(--ink); font-size: 15px; margin-right: 4px; }
.message-center { display: grid; gap: 15px; grid-template-columns: .9fr 1.3fr; }
.message-inbox, .message-detail { min-height: 430px; padding: 20px; }
.message-inbox-head { align-items: center; display: flex; justify-content: space-between; }
.message-inbox-head button { background: #e2e8be; border: 0; color: #6f7b43; font: 8px var(--mono); padding: 7px 9px; }
.message-preview { border-bottom: 1px solid #e4e7e1; display: grid; gap: 9px; grid-template-columns: 29px 1fr auto; padding: 17px 0; }
.message-preview.active { border-left: 2px solid var(--lime-dark); padding-left: 8px; }
.message-preview strong, .message-preview small, .message-preview p { display: block; }
.message-preview strong { font-size: 10px; }
.message-preview small, .message-preview p, .message-preview time { color: #8d978e; font: 8px var(--mono); margin-top: 5px; }
.message-preview p { margin-bottom: 0; }
.message-detail h3 { font-size: 19px; letter-spacing: -.05em; margin: 10px 0 0; }
.message-time { color: #97a097; font: 8px var(--mono); }
.message-bubble { background: #edf0e9; color: #647067; font: 10px/1.6 var(--mono); margin-top: 25px; padding: 13px; }
.message-bubble.reply { background: #e0e8be; margin-left: 12%; }
.message-bubble small { color: #7f896f; display: block; font: 8px var(--mono); margin-top: 9px; }
.message-reply { border-bottom: 1px solid #bdc5bc; display: flex; margin-top: 31px; }
.message-reply input { background: transparent; border: 0; font: 10px var(--mono); outline: 0; padding: 9px 0; width: 100%; }
.message-reply button { background: transparent; border: 0; color: var(--olive); }
.content-hub-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.content-hub-card { background: white; min-height: 165px; padding: 22px; position: relative; transition: transform .2s; }
.content-hub-card:hover { transform: translateY(-2px); }
.content-hub-card > span { color: var(--lime-dark); font: 9px var(--mono); }
.content-hub-card h3 { font-size: 22px; letter-spacing: -.06em; margin: 23px 0 8px; }
.content-hub-card p { color: #8b968c; font: 9px var(--mono); }
.content-hub-card svg { bottom: 19px; height: 15px; position: absolute; right: 20px; width: 15px; }
.testimonial-admin-grid { display: grid; gap: 15px; grid-template-columns: repeat(2, 1fr); }
.testimonial-admin-card { min-height: 260px; }
.testimonial-admin-top { align-items: center; display: flex; justify-content: space-between; }
.testimonial-admin-card .quote-stars { margin: 20px 0 10px; }
.testimonial-admin-card p { color: #69736b; font: 14px/1.5 var(--serif); max-width: 360px; }
.testimonial-admin-card strong, .testimonial-admin-card small { display: block; font-size: 10px; }
.testimonial-admin-card small { color: #929b91; font: 8px var(--mono); margin-top: 5px; }
.testimonial-admin-card > div:last-child { border-top: 1px solid #e4e7e1; display: flex; gap: 10px; margin-top: 20px; padding-top: 14px; }
.testimonial-form textarea { min-height: 150px; }
.testimonial-form .form-help { color: #8b958d; display: block; font: 8px var(--mono); margin-top: 7px; }
.testimonial-history { display: flex; flex-direction: column; gap: 0; }
.my-testimonial-row { align-items: flex-start; border-bottom: 1px solid #e4e7e1; display: flex; gap: 18px; justify-content: space-between; padding: 17px 0; }
.my-testimonial-row:last-child { border-bottom: 0; }
.my-testimonial-row strong { color: var(--lime-dark); font-size: 12px; letter-spacing: 1px; }
.my-testimonial-row p { color: #69736b; font: 14px/1.5 var(--serif); margin: 7px 0; max-width: 610px; }
.my-testimonial-row small { color: #929b91; font: 8px var(--mono); }
.public-testimonials-empty { color: #8294a2; font: 10px var(--mono); grid-column: 1 / -1; padding: 38px 0; text-align: center; }
.testimonial-admin-grid > .admin-data-empty { grid-column: 1 / -1; }
.promo-code { color: var(--ink) !important; font: 11px var(--mono) !important; }
.discount-value { color: #879d3c !important; }

@media (max-width: 760px) {
  .my-testimonial-row { display: block; }
  .my-testimonial-row > .order-status { display: inline-flex; margin-top: 10px; }
}

/* Styles Espace Admin - Réductions & Google Merchant */
.admin-discount-box { background: white; border: 1px solid #dfe4dc; margin-bottom: 20px; padding: 20px 22px; }
.admin-discount-header { align-items: center; display: flex; justify-content: space-between; margin-bottom: 15px; }
.admin-discount-header h3 { font-size: 16px; margin: 0; }
.admin-discount-controls { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; }
.discount-scope-select, .discount-type-select, .discount-input { background: #f7f9f6; border: 1px solid #cfd7cc; font: 10px var(--mono); padding: 8px 10px; }
.discount-input { width: 80px; }
.discount-apply-btn { background: var(--black); border: 0; color: var(--lime); cursor: pointer; font: 9px var(--mono); font-weight: 600; padding: 9px 15px; }
.discount-reset-btn { background: #f0ede6; border: 1px solid #d4cdc3; color: #736757; cursor: pointer; font: 9px var(--mono); padding: 9px 13px; }
.google-merchant-bar { align-items: center; background: #eef4e6; border-left: 3px solid #8ba846; color: #495e20; display: flex; font: 9px var(--mono); justify-content: space-between; margin-bottom: 18px; padding: 12px 16px; }
.google-merchant-bar a { color: #284411; font-weight: 600; text-decoration: underline; }
.google-merchant-sync-btn { background: #8ba846; border: 0; color: white; cursor: pointer; font: 8px var(--mono); padding: 6px 10px; }
.price-display-wrap { display: flex; flex-direction: column; gap: 2px; }
.old-price-strike { color: #9aa19a; font-size: 9px; text-decoration: line-through; }
.discount-pill { background: #e44322; border-radius: 2px; color: white; font-size: 8px; font-weight: 700; padding: 1px 4px; vertical-align: middle; }
.product-select-cell { width: 28px; }
.product-check-input { cursor: pointer; height: 16px; width: 16px; }
.admin-products-table .admin-data-head, .admin-products-table .admin-data-row { grid-template-columns: 28px 2fr 1fr 1fr .9fr 50px; }
.traffic-panel { margin-top: 17px; }
.traffic-bar-row { align-items: center; display: grid; gap: 16px; grid-template-columns: 150px 1fr 42px; padding: 15px 0; }
.traffic-bar-row > span, .traffic-bar-row > b { font: 9px var(--mono); }
.traffic-bar-row > div { background: #edf0e9; height: 8px; }
.traffic-bar-row i { background: var(--lime-dark); display: block; height: 100%; }
.admin-form-panel { padding: 25px; }
.admin-form-grid { display: grid; gap: 22px 18px; grid-template-columns: 1fr 1fr; }
.admin-form-grid label input, .admin-form-grid label textarea, .admin-form-grid label select { border-bottom-color: #cbd2ca; }
.admin-form-grid label select { background: transparent; border: 0; border-bottom: 1px solid #cbd2ca; margin-top: 7px; outline: 0; padding: 10px 0; width: 100%; }
.admin-form-actions { align-items: center; border-top: 1px solid #e1e5df; display: flex; justify-content: space-between; margin-top: 28px; padding-top: 19px; }
.settings-divider { border-top: 1px solid #e1e5df; display: flex; gap: 22px; margin-top: 32px; padding-top: 18px; }
.settings-divider a { color: var(--olive); font: 9px var(--mono); }
.bank-form-intro { align-items: center; background: #e0e8be; display: flex; gap: 13px; margin-bottom: 27px; padding: 15px; }
.bank-symbol { align-items: center; background: var(--lime-dark); border-radius: 50%; color: white; display: flex; font-size: 18px; height: 30px; justify-content: center; width: 30px; }
.bank-form-intro strong { font-size: 11px; }
.bank-form-intro p { color: #738061; font: 8px var(--mono); margin: 4px 0 0; }

@media (max-width: 900px) {
  .site-header { height: 75px; padding: 0 5vw; }
  .main-nav { display: none; left: 0; margin: 0; padding: 16px 5vw; position: absolute; right: 0; top: 106px; z-index: 10; }
  .main-nav.open { background: var(--paper); display: flex; flex-direction: column; gap: 19px; }
  .mobile-menu { display: block; }
  .header-actions .contact-link, .header-actions .icon-button { display: none; }
  .hero { display: block; }
  .hero-copy { padding: 68px 8vw 70px; }
  .hero-visual { min-height: 480px; padding-left: 8vw; }
  .hero-proof { margin-top: 40px; }
  .trust-row { margin: 0 8vw; }
  .section-shell { width: 84%; }
  .product-image { height: 270px; }
  .featured, .category-section, .testimonial { padding-bottom: 90px; padding-top: 80px; }
  .category-card { height: 260px; }
  .promo-section { padding: 55px 8vw; }
  .promo-number { font-size: 100px; }
  .product-detail { gap: 5%; grid-template-columns: 1fr 1fr; }
  .detail-main-image { height: 480px; }
  .cart-layout, .checkout-layout { gap: 5%; }
  .account-grid { gap: 4%; grid-template-columns: 160px 1fr; }
  .admin-sidebar { grid-column: 1/-1; min-height: auto; padding: 15px 20px; }
  .admin-sidebar .admin-overline, .admin-sidebar-bottom { display: none; }
  .admin-sidebar nav { flex-direction: row; justify-content: space-between; }
  .admin-sidebar nav a { padding: 9px; }
  .admin-sidebar nav a span { display: none; }
  .admin-sidebar nav a b { margin-left: 0; }
  .admin-subnav { align-items: center; border: 0; flex-direction: row; gap: 13px; margin: 0 0 0 14px; padding: 0; }
  .admin-subnav span { display: none; }
  .admin-app { display: block; }
}
@media (max-width: 620px) {
  .announcement { font-size: 8px; padding: 0 35px 0 18px; text-align: center; }
  .announcement-close { right: 13px; }
  .brand { font-size: 9px; min-width: 150px; }
  .brand-mark { height: 29px; margin-right: 7px; width: 29px; }
  .cart-button span { display: none; }
  .hero-copy { padding: 62px 8vw 55px; }
  .hero h1 { font-size: 57px; }
  .hero-copy > p { font-size: 13px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 18px; }
  .hero-visual { min-height: 370px; padding: 21px 8vw 30px 21px; }
  .trust-row { grid-template-columns: 1fr 1fr; margin: 0 8vw; padding: 0; }
  .trust-row div { justify-content: start; min-height: 76px; padding-left: 4px; }
  .trust-row div:nth-child(2) { border: 0; }
  .trust-row div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-shell { width: 84%; }
  .section-heading { align-items: start; flex-direction: column; gap: 23px; margin-bottom: 29px; }
  .section-heading h2 { font-size: 39px; }
  .product-grid, .category-grid { grid-template-columns: 1fr; }
  .product-image { height: 280px; }
  .category-card { height: 235px; }
  .promo-section { min-height: 420px; padding: 50px 8vw; }
  .promo-number { font-size: 78px; position: absolute; right: -11px; top: 74px; }
  .promo-section h2 { font-size: 42px; margin-top: 120px; }
  blockquote { font-size: 31px; }
  .quote-mark { font-size: 100px; left: -10px; top: 62px; }
  .footer-top { gap: 30px; grid-template-columns: 1fr; }
  .footer-newsletter { justify-self: start; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 18px; }
  .footer-bottom div { flex-wrap: wrap; gap: 10px 17px; }
  .page-intro { padding: 61px 0 50px; }
  .page-intro h1, .simple-hero h1 { font-size: 58px; }
  .shop-toolbar { align-items: start; flex-direction: column; gap: 18px; }
  .filter-tabs { flex-wrap: wrap; gap: 12px 16px; }
  .filter-tabs button.active:after { bottom: -4px; }
  .shop-tools { justify-content: space-between; width: 100%; }
  .shop-grid { row-gap: 36px; }
  .breadcrumb { overflow: hidden; white-space: nowrap; }
  .product-detail { display: block; }
  .detail-main-image { height: 330px; }
  .detail-content { padding-top: 40px; }
  .detail-content h1 { font-size: 42px; }
  .detail-bottom { display: block; padding-bottom: 80px; }
  .detail-bottom-copy { padding: 0; }
  .related-products-section { padding-bottom: 78px; padding-top: 42px; }
  .related-products-heading { align-items: start; flex-direction: column; gap: 14px; }
  .related-products-heading h2 { font-size: 36px; }
  .related-product-card { flex-basis: 78vw; }
  .cart-shell, .checkout-shell, .account-shell { padding-top: 60px; }
  .cart-heading h1, .account-heading h1 { font-size: 58px; }
  .cart-layout, .checkout-layout { display: block; margin-top: 42px; }
  .cart-item { gap: 11px; grid-template-columns: 75px 1fr auto; }
  .cart-item img { height: 70px; width: 75px; }
  .cart-item > strong { grid-column: 2/4; text-align: left; }
  .cart-quantity { grid-column: 3; grid-row: 1; width: 76px; }
  .order-summary, .payment-summary { margin-top: 30px; }
  .empty-cart h1 { font-size: 49px; }
  .checkout-steps { gap: 8px; justify-content: start; margin-top: 23px; }
  .checkout-heading h1 { margin-top: 36px; }
  .form-grid { display: block; }
  .form-grid label { margin-bottom: 19px; }
  .account-heading { align-items: start; flex-direction: column; gap: 22px; }
  .account-grid { display: block; }
  .account-nav { border-bottom: 1px solid var(--line); border-right: 0; flex-direction: row; flex-wrap: wrap; gap: 14px; padding: 0 0 24px; }
  .account-nav .logout { border: 0; margin: 0; padding: 0; }
  .account-extra-links { border: 0; flex-direction: row; flex-wrap: wrap; gap: 12px; margin: 0; padding: 0; width: 100%; }
  .account-cards { grid-template-columns: 1fr; margin-top: 28px; }
  .account-card { min-height: 140px; }
  .table-row { gap: 6px; grid-template-columns: 1fr 1fr; }
  .table-head { display: none; }
  .table-row span:last-child { justify-self: start; }
  .bank-card { align-items: start; flex-direction: column; gap: 22px; margin-top: 35px; }
  .account-section-heading { align-items: start; flex-direction: column; gap: 22px; margin-bottom: 32px; padding-bottom: 30px; }
  .account-section-heading h1 { font-size: 48px; }
  .account-panel-heading { align-items: start; flex-direction: column; gap: 13px; }
  .account-form-grid { display: block; }
  .account-form-grid label { margin-bottom: 19px; }
  .security-status { align-items: start; flex-wrap: wrap; }
  .security-status .status-pill { margin-left: 42px; }
  .security-grid { grid-template-columns: 1fr; }
  .rib-card { overflow: hidden; padding: 21px; }
  .iban-value { font-size: 14px; white-space: nowrap; }
  .rib-details { gap: 14px; grid-template-columns: 1fr; }
  .proof-upload-top { display: block; }
  .file-drop { margin-top: 14px; }
  .proof-actions { align-items: start; flex-direction: column; gap: 15px; }
  .account-order-top { align-items: start; flex-wrap: wrap; }
  .account-order-top .order-status { margin-left: 0; }
  .account-order-body { align-items: start; flex-wrap: wrap; }
  .account-order-body .row-action { margin-left: 0; width: 100%; }
  .order-progress { flex-wrap: wrap; gap: 12px; }
  .history-grid { grid-template-columns: 1fr; }
  .account-transaction-list { overflow-x: auto; }
  .account-transaction-list > div { min-width: 590px; }
  .client-message { max-width: 92%; }
  .auth-shell { display: block; min-height: 0; padding-bottom: 90px; padding-top: 65px; }
  .auth-copy { margin-bottom: 45px; }
  .auth-copy h1 { font-size: 60px; }
  .auth-form { padding: 25px 20px; }
  .simple-hero { padding-bottom: 90px; padding-top: 70px; }
  .feature-list { grid-template-columns: 1fr; margin-top: 58px; }
  .feature-list > div, .feature-list > div + div { border-bottom: 1px solid var(--line); border-right: 0; min-height: auto; padding: 20px 0; }
  .feature-list > div:last-child { border-bottom: 0; }
  .feature-list h2 { margin: 14px 0 7px; }
  .simple-copy { align-items: start; flex-direction: column; gap: 18px; margin-top: 60px; }
  .contact-layout { display: flex; flex-direction: column-reverse; gap: 50px; margin-top: 55px; }
  .admin-header { padding: 22px 20px; }
  .admin-header h1 { font-size: 20px; }
  .admin-content { padding: 20px; }
  .admin-stat-grid { grid-template-columns: 1fr 1fr; }
  .admin-stat-grid strong { font-size: 22px; }
  .admin-main-grid, .admin-bottom-grid { grid-template-columns: 1fr; }
  .fake-chart { height: 240px; }
  .inventory-row { grid-template-columns: 40px 1fr auto; }
  .inventory-row span { display: none; }
  .admin-section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .admin-section-heading h2 { font-size: 28px; }
  .admin-filter-bar { align-items: start; flex-direction: column; gap: 15px; }
  .admin-filter-bar .filter-tabs { flex-wrap: wrap; }
  .admin-search { width: 100%; }
  .admin-category-grid, .testimonial-admin-grid, .content-hub-grid { grid-template-columns: 1fr; }
  .delivery-summary { grid-template-columns: 1fr 1fr 1fr; }
  .tracking-row { gap: 9px; grid-template-columns: 34px 1fr 68px 68px 45px; }
  .customer-stat-strip { gap: 13px; }
  .message-center { grid-template-columns: 1fr; }
  .admin-subnav { display: none; }
  .admin-data-head, .admin-data-row { gap: 9px; grid-template-columns: 1.6fr 1fr .7fr .8fr 36px; }
  .order-table .admin-data-row, .order-table .admin-data-head { grid-template-columns: 1.2fr 1.3fr .7fr .9fr 55px; }
}

/* ─────────────────────────────────────────────────────────────
   PORT 87 — refreshed visual system
   A darker, sharper industrial language for the whole experience.
   ───────────────────────────────────────────────────────────── */
:root {
  --ink: #101922;
  --muted: #74808b;
  --paper: #f5f6f4;
  --paper-dark: #e8ecef;
  --line: #d5dce1;
  --lime: #ff6f4d;
  --lime-dark: #ca4328;
  --olive: #263541;
  --black: #0b1219;
  --serif: Georgia, 'Times New Roman', serif;
  --mono: 'DM Mono', monospace;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Space Grotesk', 'Manrope', Arial, sans-serif;
}

.announcement {
  background: var(--lime);
  color: var(--ink);
  font-weight: 500;
  height: 34px;
  letter-spacing: .05em;
}
.pulse { background: var(--ink); }
.announcement-close { color: var(--ink); }

.site-header {
  background: var(--ink);
  color: white;
  height: 88px;
  padding-left: 5vw;
  padding-right: 5vw;
}
.brand { color: white; font-family: 'Space Grotesk', sans-serif; letter-spacing: .08em; }
.brand em { color: #aab8c2; }
.brand-mark { background: var(--lime); color: var(--ink); }
.main-nav a, .contact-link { color: #aab5be; }
.main-nav a:hover, .main-nav a.active { color: white; }
.main-nav a.active:after { background: var(--lime); }
.icon-button { border-color: #3b4a56; }
.cart-button { background: var(--lime); color: var(--ink); }
.cart-count { background: var(--ink); color: var(--lime); }
.mobile-menu { color: white; }

.hero {
  background: var(--ink);
  color: white;
  min-height: 650px;
  position: relative;
}
.hero:before {
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  content: '';
  inset: 0 51.7% 0 0;
  mask-image: linear-gradient(90deg, black, transparent);
  opacity: .5;
  pointer-events: none;
  position: absolute;
}
.hero-copy { padding-left: 10vw; position: relative; z-index: 1; }
.hero-copy .kicker { color: #ffad99; }
.hero-copy .kicker-line { background: var(--lime); }
.hero h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(56px, 6.6vw, 98px); font-weight: 600; letter-spacing: -.09em; line-height: .88; }
.hero h1 i { color: var(--lime); font-family: var(--serif); font-weight: 400; }
.hero-copy > p { color: #b6c0c8; }
.hero-actions .button-primary { background: var(--lime); color: var(--ink); }
.hero-actions .button-primary:hover { background: #ff8b70; }
.hero-actions .text-link { color: white; }
.hero-proof strong { color: white; }
.hero-proof small em { color: #94a3ae; }
.hero-visual { background: #263541; padding: 30px 5vw 30px 30px; }
.hero-image-wrap { border: 1px solid rgba(255,255,255,.18); }
.hero-image-wrap:after { background: linear-gradient(180deg, rgba(10,18,25,.05), rgba(10,18,25,.52)); }
.hero-note { color: #fff; }
.hero-note span { color: var(--lime); }
.hero-index { color: white; }

.trust-row { background: white; border-bottom-color: var(--line); border-top: 0; margin: 0; padding: 24px 10vw; }
.trust-row div { border-right-color: var(--line); }
.trust-row strong { color: var(--lime-dark); }
.trust-row span { color: #677681; }

.section-shell { max-width: 1280px; width: 80%; }
.section-label { color: #7a8790; }
.section-label span:first-child { color: var(--lime-dark); }
.section-heading h2 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.section-heading h2 i { color: var(--lime-dark); }
.product-grid { gap: 24px; }
.product-card { background: white; border: 1px solid var(--line); padding: 10px; transition: box-shadow .25s, transform .25s; }
.product-card:hover { box-shadow: 0 14px 35px rgba(16,25,34,.1); transform: translateY(-3px); }
.product-image { height: 310px; }
.product-image img { filter: saturate(.84); }
.product-tag { background: var(--lime); }
.image-arrow { background: var(--ink); color: white; }
.product-info { padding: 16px 5px 8px; }
.product-info h3 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.product-meta { padding: 9px 5px 2px; }
.add-button { background: var(--lime); color: var(--ink); }
.featured, .category-section { padding-bottom: 110px; padding-top: 105px; }
.category-grid { gap: 24px; }
.category-card { border-radius: 2px; height: 330px; }
.category-copy h3 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.category-copy > span { color: var(--lime); }
.promo-section { background: var(--lime); color: var(--ink); min-height: 360px; padding-left: 13.5vw; padding-right: 13.5vw; }
.promo-section .eyebrow { color: #8f301f; }
.promo-section h2 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.promo-section h2 i { color: white; }
.promo-section p { color: #713323; }
.promo-section p strong { color: var(--ink); }
.promo-section .button-light { background: var(--ink); color: white; }
.promo-number { color: white; }
.testimonial { padding-top: 105px; }
.quote-mark { color: var(--lime); }
blockquote { font-family: 'Space Grotesk', sans-serif; font-weight: 500; }
blockquote i { color: var(--lime-dark); }
.quote-author { font-family: 'Space Grotesk', sans-serif; }
.quote-stars { color: var(--lime-dark); }

.site-footer { background: var(--ink); }
.footer-top { border-bottom-color: #364651; }
.footer-top > p { color: #aab6bf; }
.footer-newsletter > div { border-bottom-color: #586873; }
.footer-newsletter input { color: white; }
.footer-bottom { color: #7d8b95; }

.page-intro { background: var(--ink); color: white; margin: 0; max-width: none; padding: 82px 10vw 77px; width: 100%; }
.page-intro .kicker { color: #ffad99; }
.page-intro .kicker-line { background: var(--lime); }
.page-intro h1 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.page-intro h1 i { color: var(--lime); }
.page-intro p { color: #aebac3; }
.shop-shell { padding-top: 56px; }
.shop-toolbar { border-bottom-color: var(--line); border-top-color: var(--line); }
.filter-tabs button.active:after { background: var(--lime); }
.shop-grid .product-card { background: white; }

.breadcrumb { color: #8b969f; }
.breadcrumb strong { color: var(--ink); }
.detail-main-image { border: 1px solid var(--line); }
.detail-main-image img { filter: saturate(.84); }
.detail-content h1 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.detail-content h1 i { color: var(--lime-dark); }
.detail-price { color: var(--ink); }
.detail-buy .button-primary { background: var(--lime); color: var(--ink); }
.detail-assurance > span { background: var(--lime); }
.detail-bottom h2 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.detail-bottom h2 i { color: var(--lime-dark); }

.cart-shell, .checkout-shell, .account-shell { padding-top: 82px; }
.cart-heading h1, .account-heading h1, .checkout-heading h1 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.cart-heading h1 i, .account-heading h1 i, .checkout-heading h1 i { color: var(--lime-dark); }
.order-summary, .payment-summary { background: white; border: 1px solid var(--line); }
.order-summary .button-primary, .checkout-form .button-primary { background: var(--lime); color: var(--ink); }
.empty-cart { background: var(--ink); color: white; max-width: none; min-height: 640px; padding-left: 10vw; padding-right: 10vw; text-align: left; width: 100%; }
.empty-cart .empty-icon { margin-left: 0; }
.empty-cart .eyebrow { color: #ffad99; }
.empty-cart h1 { font-family: 'Space Grotesk', sans-serif; }
.empty-cart h1 i { color: var(--lime); }
.empty-cart p { color: #aebac3; }
.checkout-heading { border-bottom-color: var(--line); }
.checkout-steps span.active:before { background: var(--lime); }
.bank-note, .account-note { background: #ffe1d8; color: #7b3e2f; }

.account-heading { padding-bottom: 53px; }
.account-card { background: white; border: 1px solid var(--line); }
.dark-card { background: var(--ink); border-color: var(--ink); }
.dark-card a { color: var(--lime); }
.bank-card { background: var(--lime); color: var(--ink); }
.bank-card p { color: #7a3b2c; }
.status-pill { background: #ffe1d8; color: #9b422e; }
.status-pill span { background: var(--lime-dark); }
.account-nav a.active:before { background: var(--lime); }
.account-nav b { background: var(--lime); }
.account-panel { border: 1px solid var(--line); }
.account-section-heading h1, .account-panel-heading h2 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.account-section-heading h1 { color: var(--ink); }
.rib-card { background: var(--ink); }
.rib-card .button-light { background: var(--lime); color: var(--ink); }
.security-status { background: #ffe1d8; }
.security-icon { background: var(--lime); color: var(--ink); }
.proof-upload { background: white; }
.file-drop { border-color: #e4a997; }
.file-drop-icon { background: var(--lime); }
.account-order-card { background: white; }
.transaction-total { background: #ffe1d8; }
.client-chat-header { background: var(--ink); }
.client-chat-header .table-avatar { background: var(--lime); }
.client-message.sent { background: #ffe1d8; color: #713a2d; }

.simple-page { background: var(--paper); }
.simple-hero { padding-top: 95px; }
.simple-hero h1 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.simple-hero h1 i { color: var(--lime-dark); }
.simple-copy .button-primary { background: var(--lime); color: var(--ink); }
.auth-shell { background: var(--ink); color: white; max-width: none; padding-left: 10vw; padding-right: 10vw; width: 100%; }
.auth-copy h1 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.auth-copy h1 i { color: var(--lime); }
.auth-copy p { color: #acb8c1; }
.auth-form { background: white; color: var(--ink); }
.auth-form .button-primary { background: var(--lime); color: var(--ink); }

.admin-app { background: #e9edf0; }
.admin-sidebar, .admin-header h1 { font-family: 'Space Grotesk', sans-serif; }
.admin-sidebar { background: var(--ink); }
.admin-sidebar .brand-mark { background: var(--lime); }
.admin-sidebar nav a.active { background: #263541; color: var(--lime); }
.admin-action-button, .verify-button { background: var(--lime); color: var(--ink); }
.admin-stat-grid article, .admin-panel { border: 1px solid #dbe1e5; }
.admin-section-heading h2, .panel-heading h2 { font-family: 'Space Grotesk', sans-serif; }

@media (max-width: 900px) {
  .site-header { background: var(--ink); }
  .main-nav.open { background: var(--ink); }
  .main-nav.open a { color: white; }
  .hero:before { inset: 0; }
  .page-intro { padding-left: 8vw; padding-right: 8vw; }
  .empty-cart, .auth-shell { padding-left: 8vw; padding-right: 8vw; }
}

@media (max-width: 620px) {
  .hero:before { inset: 0; opacity: .22; }
  .hero-copy { padding-left: 8vw; padding-right: 8vw; }
  .hero h1 { font-size: 58px; }
  .hero-visual { padding-left: 21px; }
  .trust-row { background: white; }
  .promo-section h2 { margin-top: 120px; }
  .page-intro { padding-left: 8vw; padding-right: 8vw; }
  .empty-cart { padding-left: 8vw; padding-right: 8vw; }
  .auth-shell { padding-left: 8vw; padding-right: 8vw; }
  .account-section-heading h1 { font-size: 48px; }
}

/* Depot model — a catalogue-first home layout */
.depot-page {
  background: #eceeea;
  overflow: hidden;
}
.depot-home {
  color: var(--ink);
}
.depot-hero {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 660px;
}
.depot-hero-copy {
  background: var(--ink);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px 9vw 66px 10vw;
  position: relative;
}
.depot-hero-copy:after {
  background: linear-gradient(90deg, transparent 49%, rgba(255,255,255,.07) 50%, transparent 51%), linear-gradient(0deg, transparent 49%, rgba(255,255,255,.07) 50%, transparent 51%);
  background-size: 48px 48px;
  content: '';
  inset: 0;
  mask-image: linear-gradient(135deg, black, transparent 70%);
  opacity: .45;
  pointer-events: none;
  position: absolute;
}
.depot-overline {
  color: #98a7b2;
  display: flex;
  font: 9px var(--mono);
  justify-content: space-between;
  letter-spacing: .08em;
  position: absolute;
  right: 9vw;
  text-transform: uppercase;
  top: 31px;
  left: 10vw;
}
.depot-hero-copy h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(53px, 6vw, 90px);
  font-weight: 600;
  letter-spacing: -.1em;
  line-height: .88;
  margin: 26px 0 26px;
  position: relative;
  z-index: 1;
}
.depot-hero-copy h1 em {
  color: var(--lime);
  font-family: var(--serif);
  font-weight: 400;
}
.depot-hero-copy > p {
  color: #aebbc4;
  font-size: 13px;
  line-height: 1.65;
  max-width: 310px;
  position: relative;
  z-index: 1;
}
.depot-hero-actions {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.depot-hero-actions .button-primary {
  background: var(--lime);
  color: var(--ink);
}
.depot-quiet-link {
  color: #d3dbe0;
  font: 10px var(--mono);
}
.depot-quiet-link span {
  color: var(--lime);
  font-size: 16px;
  margin-left: 4px;
}
.depot-hero-meta {
  border-top: 1px solid #354450;
  display: flex;
  gap: 15px;
  margin-top: 65px;
  padding-top: 14px;
  position: relative;
  z-index: 1;
}
.depot-hero-meta span {
  color: #8d9ba5;
  font: 8px/1.5 var(--mono);
}
.depot-hero-meta b {
  color: var(--lime);
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
}
.depot-hero-product {
  background: #d9ddda;
  padding: 32px 5vw 31px 31px;
  position: relative;
}
.depot-product-index {
  color: #73808a;
  display: flex;
  flex-direction: column;
  font: 9px var(--mono);
  gap: 7px;
  left: 14px;
  position: absolute;
  top: 33px;
}
.depot-product-index span:first-child {
  color: var(--lime-dark);
}
.depot-product-image {
  height: 520px;
  overflow: hidden;
  position: relative;
}
.depot-product-image:after {
  background: linear-gradient(180deg, transparent 55%, rgba(10,18,25,.45));
  content: '';
  inset: 0;
  position: absolute;
}
.depot-product-image img {
  filter: saturate(.76);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.depot-image-label {
  bottom: 23px;
  color: white;
  font: 11px/1.5 var(--mono);
  left: 22px;
  position: absolute;
  z-index: 1;
}
.depot-image-label b {
  color: var(--lime);
  font-size: 9px;
  font-weight: 400;
}
.depot-image-stamp {
  border: 1px solid rgba(255,255,255,.6);
  color: white;
  font: 8px/1.55 var(--mono);
  letter-spacing: .1em;
  padding: 7px 9px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  z-index: 1;
}
.depot-image-stamp:before {
  border: 1px solid var(--lime);
  content: '';
  inset: 3px;
  position: absolute;
}
.depot-product-caption {
  align-items: end;
  display: flex;
  justify-content: space-between;
  padding: 18px 0 0;
}
.depot-product-caption h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 19px;
  letter-spacing: -.05em;
  margin: 8px 0 0;
}
.depot-product-caption > strong {
  font: 600 18px 'Space Grotesk', sans-serif;
}
.depot-product-caption > strong small {
  color: #7b8780;
  font: 8px var(--mono);
  margin-left: 3px;
}
.depot-stock-strip {
  align-items: center;
  background: var(--lime);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.7fr;
  min-height: 113px;
  padding: 0 10vw;
}
.depot-stock-strip > div {
  align-items: center;
  border-right: 1px solid rgba(16,25,34,.2);
  display: flex;
  gap: 10px;
  min-height: 45px;
}
.depot-stock-strip > div + div {
  padding-left: 22px;
}
.depot-stock-strip > div span:last-child {
  color: #733527;
  font: 8px/1.45 var(--mono);
  text-transform: uppercase;
}
.depot-stock-number {
  color: var(--ink);
  font: 30px 'Space Grotesk', sans-serif;
  letter-spacing: -.09em;
}
.depot-stock-strip > a {
  align-items: center;
  display: flex;
  font: 10px var(--mono);
  gap: 10px;
  justify-content: end;
}
.depot-stock-strip > a svg {
  height: 15px;
  width: 15px;
}
.depot-catalogue {
  padding-bottom: 120px;
  padding-top: 108px;
}
.depot-section-top {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 39px;
}
.depot-kicker {
  color: var(--lime-dark);
  display: block;
  font: 9px var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
}
.depot-section-top h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(38px, 4.5vw, 62px);
  letter-spacing: -.09em;
  line-height: .88;
  margin: 17px 0 0;
}
.depot-section-top h2 em {
  color: var(--lime-dark);
  font-family: var(--serif);
  font-weight: 400;
}
.depot-section-note {
  color: #78858d;
  font: 9px/1.6 var(--mono);
  padding-bottom: 3px;
  text-align: right;
}
.depot-product-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(4, 1fr);
}
.depot-product-card {
  background: #fff;
  border: 1px solid #dbe1e3;
  padding: 9px;
}
.depot-card-image {
  background: #d6dbd9;
  display: block;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.depot-card-image img {
  filter: saturate(.78);
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  width: 100%;
}
.depot-card-image:hover img {
  transform: scale(1.05);
}
.depot-card-image > span {
  color: white;
  font: 9px var(--mono);
  left: 11px;
  position: absolute;
  top: 11px;
}
.depot-card-image > b {
  background: var(--lime);
  bottom: 10px;
  color: var(--ink);
  font: 8px var(--mono);
  padding: 5px 6px;
  position: absolute;
  right: 10px;
}
.depot-card-info {
  align-items: start;
  display: flex;
  justify-content: space-between;
  padding: 14px 3px 11px;
}
.depot-card-info > div > span {
  color: #849098;
  font: 8px var(--mono);
  text-transform: uppercase;
}
.depot-card-info h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin: 7px 0 0;
}
.depot-card-info > strong {
  font: 600 13px 'Space Grotesk', sans-serif;
  white-space: nowrap;
}
.depot-card-info > strong small {
  color: #8a9690;
  font: 8px var(--mono);
  margin-left: 2px;
}
.depot-card-bottom {
  align-items: center;
  border-top: 1px solid #e0e5e6;
  color: #8a9690;
  display: flex;
  font: 8px var(--mono);
  justify-content: space-between;
  padding: 9px 3px 2px;
}
.depot-card-bottom button {
  align-items: center;
  background: var(--ink);
  border: 0;
  color: var(--lime);
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.depot-card-bottom button svg {
  height: 14px;
  width: 14px;
}
.depot-outline-link {
  align-items: center;
  border-bottom: 1px solid #bac4c8;
  display: flex;
  font: 10px var(--mono);
  gap: 13px;
  justify-content: end;
  margin-top: 25px;
  padding-bottom: 10px;
}
.depot-outline-link span {
  color: #87939a;
}
.depot-outline-link svg {
  height: 14px;
  width: 14px;
}
.depot-use-cases {
  background: var(--ink);
  color: white;
  padding: 110px 0 125px;
}
.depot-use-cases .depot-kicker {
  color: var(--lime);
}
.depot-use-cases .depot-section-top {
  margin-bottom: 40px;
}
.depot-use-cases .depot-section-top h2 {
  color: white;
}
.depot-use-cases .depot-section-top h2 em {
  color: var(--lime);
}
.depot-use-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
}
.depot-use-card {
  border: 1px solid #344450;
  display: block;
  height: 295px;
  overflow: hidden;
  position: relative;
}
.depot-use-card:after {
  background: linear-gradient(180deg, transparent 35%, rgba(7,14,20,.85));
  content: '';
  inset: 0;
  position: absolute;
}
.depot-use-card img {
  filter: saturate(.64);
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  width: 100%;
}
.depot-use-card:hover img {
  transform: scale(1.05);
}
.depot-use-card > span {
  color: var(--lime);
  font: 9px var(--mono);
  left: 14px;
  position: absolute;
  top: 14px;
  z-index: 1;
}
.depot-use-card > div {
  bottom: 20px;
  left: 17px;
  position: absolute;
  right: 17px;
  z-index: 1;
}
.depot-use-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 25px;
  letter-spacing: -.07em;
  margin: 0 0 9px;
}
.depot-use-card small {
  align-items: center;
  color: #bcc7cc;
  display: flex;
  font: 8px var(--mono);
  justify-content: space-between;
}
.depot-use-card small svg {
  height: 14px;
  width: 14px;
}
.depot-promo {
  align-items: center;
  background: var(--lime);
  display: grid;
  gap: 10%;
  grid-template-columns: 35% 1fr;
  min-height: 375px;
  padding: 55px 17vw;
}
.depot-promo-mark {
  color: white;
  font: 170px/.75 'Space Grotesk', sans-serif;
  letter-spacing: -.18em;
}
.depot-promo-mark span {
  font-size: 60px;
  letter-spacing: -.1em;
  vertical-align: top;
}
.depot-promo h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(39px, 4.5vw, 63px);
  letter-spacing: -.1em;
  line-height: .86;
  margin: 17px 0;
}
.depot-promo h2 em {
  color: white;
  font-family: var(--serif);
  font-weight: 400;
}
.depot-promo p {
  color: #743527;
  font: 10px var(--mono);
}
.depot-promo p strong {
  color: var(--ink);
}
.depot-promo .button-primary {
  background: var(--ink);
  color: white;
  margin-top: 10px;
}
.depot-proof {
  padding-bottom: 130px;
  padding-top: 110px;
}
.depot-proof-layout {
  align-items: end;
  display: flex;
  justify-content: space-between;
  padding-top: 39px;
}
.depot-proof blockquote {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(29px, 4vw, 53px);
  line-height: .98;
  margin: 0;
  max-width: 760px;
  text-align: left;
}
.depot-proof blockquote em {
  color: var(--lime-dark);
  font-family: var(--serif);
  font-weight: 400;
}
.depot-proof-layout > div {
  align-items: center;
  display: flex;
  gap: 10px;
}
.depot-proof-layout > div strong,
.depot-proof-layout > div small {
  display: block;
}
.depot-proof-layout > div strong {
  font-size: 10px;
}
.depot-proof-layout > div small {
  color: #8b9690;
  font: 8px var(--mono);
  margin-top: 4px;
}
.depot-proof-layout .quote-stars {
  color: var(--lime-dark);
  font-size: 9px;
  margin-left: 10px;
}

@media (max-width: 900px) {
  .depot-hero {
    grid-template-columns: 1fr;
  }
  .depot-hero-copy {
    min-height: 535px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .depot-overline {
    left: 8vw;
    right: 8vw;
  }
  .depot-hero-product {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .depot-product-image {
    height: 430px;
  }
  .depot-stock-strip {
    padding: 18px 8vw;
  }
  .depot-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .depot-promo {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

@media (max-width: 620px) {
  .depot-hero-copy {
    min-height: 535px;
    padding-bottom: 45px;
    padding-top: 70px;
  }
  .depot-hero-copy h1 {
    font-size: 58px;
  }
  .depot-hero-meta {
    gap: 9px;
    margin-top: 44px;
  }
  .depot-hero-meta span {
    font-size: 7px;
  }
  .depot-hero-product {
    padding: 20px 8vw 28px 21px;
  }
  .depot-product-index {
    left: 8px;
    top: 22px;
  }
  .depot-product-image {
    height: 320px;
  }
  .depot-product-caption {
    align-items: start;
    flex-direction: column;
    gap: 11px;
  }
  .depot-stock-strip {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding: 22px 8vw;
  }
  .depot-stock-strip > div:nth-child(2) {
    border-right: 0;
  }
  .depot-stock-strip > div:nth-child(3) {
    border-top: 1px solid rgba(16,25,34,.2);
    padding-left: 0;
    padding-top: 15px;
  }
  .depot-stock-strip > a {
    border-top: 1px solid rgba(16,25,34,.2);
    grid-column: 1/-1;
    justify-content: start;
    padding-top: 15px;
  }
  .depot-catalogue {
    padding-bottom: 85px;
    padding-top: 80px;
  }
  .depot-section-top {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }
  .depot-section-top h2 {
    font-size: 43px;
  }
  .depot-section-note {
    text-align: left;
  }
  .depot-product-grid {
    grid-template-columns: 1fr;
  }
  .depot-card-image {
    height: 260px;
  }
  .depot-use-cases {
    padding: 80px 0 90px;
  }
  .depot-use-grid {
    grid-template-columns: 1fr;
  }
  .depot-use-card {
    height: 220px;
  }
  .depot-promo {
    display: block;
    min-height: 445px;
    padding: 40px 8vw;
  }
  .depot-promo-mark {
    font-size: 105px;
  }
  .depot-promo h2 {
    margin-top: 70px;
  }
  .depot-proof {
    padding-bottom: 85px;
    padding-top: 80px;
  }
  .depot-proof-layout {
    align-items: start;
    flex-direction: column;
    gap: 27px;
  }
  .depot-proof blockquote {
    font-size: 34px;
  }
}

/* Showroom template — professional architectural commerce */
:root {
  --ink: #10243e;
  --muted: #718096;
  --paper: #f7f9fc;
  --paper-dark: #edf2f7;
  --line: #dce5ef;
  --lime: #1769ff;
  --lime-dark: #124db7;
  --olive: #425a76;
  --black: #0b1b2d;
}
body {
  background: var(--paper);
  color: var(--ink);
}
.announcement {
  background: var(--lime);
  color: #fff;
}
.pulse { background: #fff; }
.announcement-close { color: #fff; }
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  height: 82px;
}
.brand { color: var(--ink); }
.brand em { color: #72849a; }
.brand-mark { background: var(--lime); color: #fff; }
.main-nav a, .contact-link { color: #63768d; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a.active:after { background: var(--lime); }
.icon-button { border-color: var(--line); }
.cart-button { background: var(--ink); color: #fff; }
.cart-count { background: var(--lime); color: #fff; }
.mobile-menu { color: var(--ink); }

.showroom-page { background: var(--paper); }
.showroom-hero {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 610px;
}
.showroom-hero-copy {
  background: #eef3f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 7vw 73px 10vw;
  position: relative;
}
.showroom-hero-copy:before {
  background: linear-gradient(90deg, rgba(16,36,62,.05) 1px, transparent 1px), linear-gradient(rgba(16,36,62,.05) 1px, transparent 1px);
  background-size: 42px 42px;
  content: '';
  inset: 0;
  mask-image: linear-gradient(135deg, black, transparent 70%);
  pointer-events: none;
  position: absolute;
}
.showroom-breadcrumb {
  color: #7b8ca0;
  font: 9px var(--mono);
  left: 10vw;
  letter-spacing: .08em;
  position: absolute;
  text-transform: uppercase;
  top: 28px;
}
.showroom-breadcrumb b { color: var(--lime); margin: 0 5px; }
.showroom-hero-copy h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(53px, 6vw, 91px);
  font-weight: 600;
  letter-spacing: -.1em;
  line-height: .87;
  margin: 0 0 28px;
  position: relative;
}
.showroom-hero-copy h1 em {
  color: var(--lime);
  font-family: var(--serif);
  font-weight: 400;
}
.showroom-hero-copy > p {
  color: #687d94;
  font-size: 13px;
  line-height: 1.7;
  max-width: 360px;
  position: relative;
}
.showroom-actions {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-top: 21px;
  position: relative;
}
.showroom-actions .button-primary, .showroom-offer .button-primary {
  background: var(--lime);
  color: #fff;
}
.showroom-actions .button-primary:hover, .showroom-offer .button-primary:hover { background: var(--lime-dark); }
.showroom-text-link {
  color: var(--ink);
  font: 10px var(--mono);
}
.showroom-text-link span {
  color: var(--lime);
  font-size: 15px;
  margin-left: 5px;
}
.showroom-proof {
  align-items: center;
  border-top: 1px solid #d3dfeb;
  color: #74869a;
  display: flex;
  font: 8px/1.4 var(--mono);
  gap: 9px;
  margin-top: 65px;
  padding-top: 14px;
  position: relative;
}
.showroom-proof-number {
  color: var(--ink);
  font: 20px 'Space Grotesk', sans-serif;
  letter-spacing: -.06em;
}
.showroom-proof b {
  color: #9ba9b8;
  font-weight: 400;
}
.showroom-proof i {
  background: #c9d5e1;
  height: 25px;
  margin: 0 4px;
  width: 1px;
}
.showroom-hero-media {
  min-height: 610px;
  overflow: hidden;
  position: relative;
}
.showroom-hero-media img {
  filter: saturate(.72);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.showroom-hero-overlay {
  background: linear-gradient(180deg, rgba(9,26,45,.02), rgba(8,25,44,.58));
  inset: 0;
  position: absolute;
}
.showroom-hero-label {
  color: #d7e2ec;
  font: 8px/1.7 var(--mono);
  left: 27px;
  position: absolute;
  top: 24px;
  z-index: 1;
}
.showroom-hero-label span {
  color: #9bb1c4;
  display: block;
  margin-bottom: 12px;
}
.showroom-hero-label strong {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .06em;
}
.showroom-hero-card {
  background: #fff;
  bottom: 25px;
  left: 25px;
  max-width: 310px;
  padding: 18px 20px;
  position: absolute;
  right: 25px;
  z-index: 2;
}
.showroom-hero-card h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  letter-spacing: -.05em;
  margin: 8px 0 17px;
}
.showroom-hero-card > div {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
.showroom-hero-card > div strong { font-size: 16px; }
.showroom-hero-card a {
  color: var(--lime-dark);
  font: 8px var(--mono);
}
.showroom-hero-card a svg { height: 13px; width: 13px; }
.showroom-trust {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 102px;
  padding: 0 10vw;
}
.showroom-trust > div {
  align-items: center;
  border-right: 1px solid #344c66;
  display: flex;
  gap: 11px;
  min-height: 42px;
}
.showroom-trust > div + div { padding-left: 24px; }
.showroom-trust-icon { color: #81a8d9; font: 9px var(--mono); }
.showroom-trust strong {
  color: #dfe8f0;
  font: 9px/1.35 var(--mono);
  text-transform: uppercase;
}
.showroom-trust-last {
  border-right: 0 !important;
  display: block !important;
  padding-left: 35px !important;
}
.showroom-trust-last span {
  color: #94a6b7;
  display: block;
  font: 8px var(--mono);
  margin-bottom: 7px;
}
.showroom-trust-last a {
  color: #fff;
  font: 10px var(--mono);
}
.showroom-trust-last a svg { height: 13px; width: 13px; }
.showroom-collection {
  padding-bottom: 115px;
  padding-top: 108px;
}
.showroom-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.showroom-eyebrow {
  color: var(--lime-dark);
  display: block;
  font: 9px var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.showroom-heading h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(39px, 4.5vw, 61px);
  font-weight: 600;
  letter-spacing: -.1em;
  line-height: .88;
  margin: 17px 0 0;
}
.showroom-heading h2 em {
  color: var(--lime-dark);
  font-family: var(--serif);
  font-weight: 400;
}
.showroom-heading > p {
  color: #778aa0;
  font: 10px/1.65 var(--mono);
  margin: 0;
  max-width: 285px;
}
.showroom-product-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
}
.showroom-product-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 9px;
}
.showroom-card-media {
  background: #dce5ed;
  display: block;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.showroom-card-media img {
  filter: saturate(.75);
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  width: 100%;
}
.showroom-card-media:hover img { transform: scale(1.045); }
.showroom-card-media span {
  color: white;
  font: 9px var(--mono);
  left: 13px;
  position: absolute;
  top: 13px;
}
.showroom-card-media b {
  background: var(--lime);
  bottom: 12px;
  color: white;
  font: 8px var(--mono);
  padding: 7px 9px;
  position: absolute;
  right: 12px;
}
.showroom-card-info {
  align-items: start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 17px 4px 13px;
}
.showroom-card-info > div > span, .showroom-card-info > div > small {
  color: #8596a8;
  display: block;
  font: 8px var(--mono);
}
.showroom-card-info h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  letter-spacing: -.05em;
  line-height: 1.1;
  margin: 8px 0 7px;
}
.showroom-card-info > strong {
  font: 600 14px 'Space Grotesk', sans-serif;
  white-space: nowrap;
}
.showroom-card-info > strong small {
  color: #8392a1;
  font: 8px var(--mono);
  margin-left: 2px;
}
.showroom-add {
  align-items: center;
  background: #f0f4f8;
  border: 0;
  color: var(--ink);
  display: flex;
  font: 9px var(--mono);
  justify-content: space-between;
  padding: 10px 8px;
  width: 100%;
}
.showroom-add:hover { background: var(--lime); color: white; }
.showroom-add svg { height: 14px; width: 14px; }
.showroom-all-link {
  align-items: center;
  border-bottom: 1px solid #c8d6e2;
  color: var(--ink);
  display: flex;
  font: 10px var(--mono);
  gap: 11px;
  justify-content: end;
  margin-top: 26px;
  padding-bottom: 10px;
}
.showroom-all-link span { color: #899aab; }
.showroom-all-link svg { height: 13px; width: 13px; }
.showroom-categories {
  background: #eef3f8;
  padding: 106px 0 120px;
}
.showroom-category-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
}
.showroom-category {
  background: #d9e3ec;
  height: 310px;
  overflow: hidden;
  position: relative;
}
.showroom-category:after {
  background: linear-gradient(180deg, transparent 32%, rgba(8,25,44,.72));
  content: '';
  inset: 0;
  position: absolute;
}
.showroom-category img {
  filter: saturate(.7);
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  width: 100%;
}
.showroom-category:hover img { transform: scale(1.05); }
.showroom-category > span {
  color: white;
  font: 9px var(--mono);
  left: 14px;
  position: absolute;
  top: 14px;
  z-index: 1;
}
.showroom-category > div {
  bottom: 21px;
  color: #fff;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 1;
}
.showroom-category h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 25px;
  letter-spacing: -.07em;
  margin: 0 0 8px;
}
.showroom-category small {
  align-items: center;
  color: #d6e1ea;
  display: flex;
  font: 8px var(--mono);
  justify-content: space-between;
}
.showroom-category small svg { height: 14px; width: 14px; }
.showroom-service {
  align-items: center;
  display: grid;
  gap: 10%;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 120px;
  padding-top: 120px;
}
.showroom-service-image {
  height: 440px;
  overflow: hidden;
  position: relative;
}
.showroom-service-image img {
  filter: saturate(.7);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.showroom-service-image:after {
  border: 1px solid rgba(255,255,255,.65);
  content: '';
  inset: 18px;
  position: absolute;
}
.showroom-service-image span {
  bottom: 28px;
  color: white;
  font: 10px/1.5 var(--mono);
  left: 28px;
  position: absolute;
  z-index: 1;
}
.showroom-service-copy h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 600;
  letter-spacing: -.1em;
  line-height: .88;
  margin: 18px 0 22px;
}
.showroom-service-copy h2 em {
  color: var(--lime-dark);
  font-family: var(--serif);
  font-weight: 400;
}
.showroom-service-copy p {
  color: #708399;
  font: 11px/1.7 var(--mono);
  max-width: 355px;
}
.showroom-service-copy .showroom-text-link {
  display: inline-block;
  margin-top: 19px;
}
.showroom-offer {
  align-items: center;
  background: var(--ink);
  color: white;
  display: grid;
  gap: 8%;
  grid-template-columns: .8fr 1fr;
  min-height: 365px;
  padding: 55px 19vw;
}
.showroom-offer-number {
  color: var(--lime);
  font: 145px/.75 'Space Grotesk', sans-serif;
  letter-spacing: -.16em;
}
.showroom-offer-number span {
  color: white;
  font-size: 55px;
  letter-spacing: -.1em;
  vertical-align: top;
}
.showroom-offer h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -.1em;
  line-height: .9;
  margin: 16px 0;
}
.showroom-offer h2 em {
  color: var(--lime);
  font-family: var(--serif);
  font-weight: 400;
}
.showroom-offer p {
  color: #b1c0ce;
  font: 10px var(--mono);
}
.showroom-offer p strong { color: var(--lime); }
.showroom-quote {
  padding-bottom: 130px;
  padding-top: 110px;
}
.showroom-quote blockquote {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(29px, 4vw, 53px);
  font-weight: 500;
  letter-spacing: -.08em;
  line-height: .98;
  margin: 35px 0 30px;
  max-width: 880px;
  text-align: left;
}
.showroom-quote blockquote em {
  color: var(--lime-dark);
  font-family: var(--serif);
  font-weight: 400;
}
.showroom-quote > div {
  align-items: center;
  display: flex;
  gap: 10px;
}
.showroom-quote > div strong, .showroom-quote > div small { display: block; }
.showroom-quote > div strong { font-size: 10px; }
.showroom-quote > div small {
  color: #8998a8;
  font: 8px var(--mono);
  margin-top: 4px;
}
.showroom-quote .quote-stars {
  color: var(--lime-dark);
  font-size: 9px;
  margin-left: 10px;
}

@media (max-width: 900px) {
  .showroom-hero { grid-template-columns: 1fr; }
  .showroom-hero-copy {
    min-height: 540px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .showroom-breadcrumb { left: 8vw; }
  .showroom-hero-media { min-height: 510px; }
  .showroom-trust { padding: 22px 8vw; }
  .showroom-collection, .showroom-service { padding-left: 8vw; padding-right: 8vw; }
  .showroom-service { gap: 7%; }
  .showroom-offer { padding-left: 8vw; padding-right: 8vw; }
}
@media (max-width: 620px) {
  .showroom-hero-copy { min-height: 530px; }
  .showroom-hero-copy h1 { font-size: 58px; }
  .showroom-actions { align-items: start; flex-direction: column; gap: 17px; }
  .showroom-proof { margin-top: 45px; }
  .showroom-hero-media { min-height: 410px; }
  .showroom-hero-card { bottom: 16px; left: 16px; right: 16px; }
  .showroom-trust { gap: 16px; grid-template-columns: 1fr 1fr; padding: 22px 8vw; }
  .showroom-trust > div { border: 0; min-height: 34px; }
  .showroom-trust > div + div { padding-left: 0; }
  .showroom-trust-last { grid-column: 1/-1; padding: 14px 0 0 !important; }
  .showroom-heading { align-items: start; flex-direction: column; gap: 21px; }
  .showroom-heading h2 { font-size: 44px; }
  .showroom-product-grid, .showroom-category-grid { grid-template-columns: 1fr; }
  .showroom-card-media { height: 280px; }
  .showroom-category { height: 240px; }
  .showroom-categories { padding-bottom: 85px; padding-top: 80px; }
  .showroom-service { display: flex; flex-direction: column; padding-bottom: 90px; padding-top: 85px; }
  .showroom-service-image { height: 300px; width: 100%; }
  .showroom-service-copy { align-self: start; }
  .showroom-offer { display: block; min-height: 440px; padding: 42px 8vw; }
  .showroom-offer-number { font-size: 105px; }
  .showroom-offer h2 { margin-top: 75px; }
  .showroom-quote { padding-bottom: 85px; padding-top: 80px; }
  .showroom-quote blockquote { font-size: 35px; }
}

/* Reference-inspired template: white header, maritime hero, floating benefits */
:root {
  --ink: #102947;
  --muted: #697f96;
  --paper: #f5f8fc;
  --paper-dark: #e8eff7;
  --line: #dce5ee;
  --lime: #ff6a00;
  --lime-dark: #d95300;
  --olive: #4e6984;
  --black: #0b2038;
}
body { background: var(--paper); }
.announcement {
  background: var(--ink);
  color: #dbe7f3;
  height: 30px;
}
.announcement .pulse { background: var(--lime); }
.announcement-close { color: #c3d1df; }
.site-header {
  background: #fff;
  border-bottom: 1px solid #edf1f5;
  height: 83px;
  padding: 0 4.5vw;
}
.brand { color: var(--ink); font-weight: 800; }
.brand-mark { background: var(--ink); color: #fff; }
.brand em { color: var(--lime); }
.main-nav a, .contact-link { color: #5b7189; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a.active:after { background: var(--lime); }
.icon-button { border-color: #dce5ee; }
.cart-button {
  background: #f1f5f9;
  border-radius: 50%;
  color: var(--ink);
  height: 48px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 48px;
}
.cart-button span { display: none; }
.cart-count {
  background: var(--lime);
  color: #fff;
  height: 18px;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 18px;
}
.mobile-menu { color: var(--ink); }
.reference-page { background: var(--paper); }
.reference-hero {
  border-radius: 0 0 42px 42px;
  height: 560px;
  margin: 0 auto;
  max-width: 1390px;
  overflow: hidden;
  position: relative;
  width: 90%;
}
.reference-hero > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.reference-hero-shade {
  background: linear-gradient(90deg, rgba(5,28,51,.8), rgba(6,31,55,.58) 55%, rgba(5,27,48,.75));
  inset: 0;
  position: absolute;
}
.reference-hero-content {
  color: #fff;
  left: 50%;
  max-width: 900px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
}
.reference-kicker {
  color: #ffab76;
  font: 10px var(--mono);
  letter-spacing: .14em;
}
.reference-hero-content h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 700;
  letter-spacing: -.08em;
  line-height: .98;
  margin: 22px 0 25px;
}
.reference-hero-content p {
  color: #edf3f8;
  font-size: clamp(13px, 1.35vw, 18px);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 800px;
}
.reference-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 42px;
}
.reference-actions .button { border-radius: 30px; min-width: 205px; }
.reference-orange-button {
  background: var(--lime);
  color: #fff;
}
.reference-orange-button:hover { background: #ff8733; }
.reference-white-button {
  background: #fff;
  color: var(--ink);
}
.reference-white-button:hover { background: #edf4fa; }
.reference-scroll {
  bottom: 20px;
  color: #d8e4ee;
  font: 8px var(--mono);
  left: 50%;
  letter-spacing: .12em;
  position: absolute;
  transform: translateX(-50%);
}
.reference-scroll b {
  color: var(--lime);
  font-size: 14px;
  margin-left: 6px;
}
.reference-benefits {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
.reference-benefits article {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(16,41,71,.12);
  min-height: 190px;
  padding: 28px 26px;
  text-align: center;
}
.reference-benefit-icon {
  align-items: center;
  background: #eff5fb;
  border-radius: 50%;
  color: var(--lime);
  display: inline-flex;
  font-size: 27px;
  height: 52px;
  justify-content: center;
  margin-bottom: 13px;
  width: 52px;
}
.reference-benefits h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  letter-spacing: -.04em;
  margin: 0 0 8px;
}
.reference-benefits p {
  color: #7890a6;
  font: 10px/1.55 var(--mono);
  margin: 0 auto;
  max-width: 220px;
}
.reference-intro {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
.reference-intro h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(35px, 4.5vw, 59px);
  font-weight: 700;
  letter-spacing: -.09em;
  line-height: .93;
  margin: 16px 0 0;
}
.reference-intro p {
  color: #7890a6;
  font: 11px/1.7 var(--mono);
  max-width: 330px;
}
.reference-section-label {
  color: var(--lime-dark);
  display: block;
  font: 9px var(--mono);
  letter-spacing: .1em;
}
.reference-collection {
  padding-bottom: 105px;
  padding-top: 105px;
}
.reference-products {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 102px;
  padding-top: 36px;
}
.reference-product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
}
.reference-product-card > a {
  display: block;
  height: 282px;
  overflow: hidden;
  position: relative;
}
.reference-product-card > a img {
  filter: saturate(.78);
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  width: 100%;
}
.reference-product-card > a:hover img { transform: scale(1.05); }
.reference-product-tag {
  background: var(--lime);
  border-radius: 20px;
  color: #fff;
  font: 8px var(--mono);
  left: 14px;
  padding: 7px 10px;
  position: absolute;
  top: 14px;
}
.reference-product-card > div {
  min-height: 126px;
  padding: 18px 18px 15px;
  position: relative;
}
.reference-product-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  letter-spacing: -.04em;
  margin: 8px 0 12px;
  max-width: 75%;
}
.reference-product-card > div > strong { font-size: 16px; }
.reference-product-card > div > strong small {
  color: #8295a7;
  font: 8px var(--mono);
}
.reference-product-card > div > button {
  align-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  bottom: 17px;
  color: #fff;
  display: flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 17px;
  width: 34px;
}
.reference-product-card > div > button:hover { background: var(--lime); }
.reference-about {
  background: #eaf1f8;
  padding: 104px 0;
}
.reference-about .section-shell {
  align-items: center;
  display: grid;
  gap: 10%;
  grid-template-columns: 1fr 1fr;
}
.reference-about-image {
  height: 415px;
  overflow: hidden;
  position: relative;
}
.reference-about-image:after {
  border: 1px solid rgba(255,255,255,.8);
  content: '';
  inset: 18px;
  position: absolute;
}
.reference-about-image img {
  filter: saturate(.7);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.reference-about-copy h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(35px, 4vw, 57px);
  letter-spacing: -.1em;
  line-height: .9;
  margin: 16px 0 23px;
}
.reference-about-copy h2 em {
  color: var(--lime-dark);
  font-family: var(--serif);
  font-weight: 400;
}
.reference-about-copy p {
  color: #6f859a;
  font: 11px/1.7 var(--mono);
  max-width: 370px;
}
.reference-text-link {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font: 10px var(--mono);
  gap: 9px;
  margin-top: 16px;
}
.reference-text-link span { color: var(--lime); font-size: 16px; }
.reference-categories {
  padding-bottom: 110px;
  padding-top: 104px;
}
.reference-categories > .reference-intro { margin-bottom: 35px; }
.reference-category-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.reference-category-grid > a {
  height: 260px;
  overflow: hidden;
  position: relative;
}
.reference-category-grid img {
  filter: saturate(.7);
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  width: 100%;
}
.reference-category-grid > a:hover img { transform: scale(1.05); }
.reference-category-grid > a:after {
  background: linear-gradient(180deg, transparent 28%, rgba(8,27,50,.78));
  content: '';
  inset: 0;
  position: absolute;
}
.reference-category-grid > a > div {
  bottom: 17px;
  color: #fff;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 1;
}
.reference-category-grid > a > div > span {
  color: #b9d0e7;
  font: 8px var(--mono);
}
.reference-category-grid h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 23px;
  letter-spacing: -.07em;
  margin: 7px 0 8px;
}
.reference-category-grid svg {
  height: 14px;
  position: absolute;
  right: 0;
  top: 22px;
  width: 14px;
}
.reference-offer {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 300px;
  padding: 52px 17vw;
}
.reference-offer h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(37px, 4vw, 56px);
  letter-spacing: -.1em;
  line-height: .9;
  margin: 15px 0;
}
.reference-offer p {
  color: #adc0d0;
  font: 10px var(--mono);
}
.reference-offer p strong { color: var(--lime); }
.reference-offer-number {
  color: var(--lime);
  font: 145px/.7 'Space Grotesk', sans-serif;
  letter-spacing: -.16em;
}
.reference-offer-number sup {
  color: #fff;
  font-size: 52px;
  letter-spacing: -.08em;
}

@media (max-width: 900px) {
  .reference-hero { width: 90%; }
  .reference-hero-content { width: 90%; }
  .reference-benefits { width: 88%; }
  .reference-about .section-shell { gap: 6%; }
  .reference-offer { padding-left: 8vw; padding-right: 8vw; }
}
@media (max-width: 620px) {
  .reference-hero {
    border-radius: 0 0 24px 24px;
    height: 520px;
    width: 100%;
  }
  .reference-hero-content { width: 88%; }
  .reference-hero-content h1 { font-size: 41px; }
  .reference-hero-content p { font-size: 12px; }
  .reference-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 29px; }
  .reference-actions .button { width: 100%; }
  .reference-benefits {
    display: block;
    margin-top: -14px;
    width: 86%;
  }
  .reference-benefits article { margin-bottom: 12px; min-height: 145px; padding: 19px; }
  .reference-benefit-icon { font-size: 21px; height: 41px; margin-bottom: 6px; width: 41px; }
  .reference-intro { align-items: start; flex-direction: column; gap: 17px; }
  .reference-intro h2 { font-size: 42px; }
  .reference-products { grid-template-columns: 1fr; padding-bottom: 80px; }
  .reference-product-card > a { height: 260px; }
  .reference-about { padding: 80px 0; }
  .reference-about .section-shell { display: block; width: 84%; }
  .reference-about-image { height: 300px; margin-bottom: 45px; }
  .reference-categories { padding-bottom: 80px; padding-top: 80px; }
  .reference-category-grid { grid-template-columns: 1fr; }
  .reference-category-grid > a { height: 220px; }
  .reference-offer { align-items: start; flex-direction: column; min-height: 430px; padding: 44px 8vw; }
  .reference-offer-number { font-size: 104px; margin-bottom: 72px; }
  .reference-offer h2 { font-size: 42px; }
}

/* Final identity and checkout alignment */
.brand > span:last-child {
  font-size: 0;
  line-height: 1;
}
.brand > span:last-child:before,
.brand > span:last-child:after {
  display: block;
  white-space: nowrap;
}
.brand > span:last-child:before {
  color: currentColor;
  content: 'MÉTALLURGIE';
  font: 800 10px/1 'Space Grotesk', sans-serif;
  letter-spacing: .06em;
}
.brand > span:last-child:after {
  color: var(--lime);
  content: 'CONTAINER PROJETS';
  font: 700 8px/1.45 'Space Grotesk', sans-serif;
  letter-spacing: .09em;
}
.site-footer .brand > span:last-child:before,
.admin-sidebar .brand > span:last-child:before {
  color: #fff;
}
.footer-bottom > span:first-child {
  font-size: 0;
}
.footer-bottom > span:first-child:after {
  content: '© 2024 MÉTALLURGIE CONTAINER PROJETS';
  font: 9px var(--mono);
}

.checkout-page {
  background: var(--paper);
}
.checkout-page .checkout-shell {
  max-width: 1390px;
  padding-top: 64px;
  width: 82%;
}
.checkout-page .checkout-heading {
  border-bottom: 0;
  padding-bottom: 34px;
}
.checkout-page .back-link {
  color: #6d8197;
}
.checkout-page .checkout-steps {
  color: #6d8197;
}
.checkout-page .checkout-steps span.active {
  color: var(--ink);
}
.checkout-page .checkout-steps span.active:before {
  background: var(--lime);
}
.checkout-page .checkout-heading h1 {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(43px, 5vw, 68px);
  letter-spacing: -.09em;
  margin-top: 38px;
}
.checkout-page .checkout-heading h1 i {
  color: var(--lime);
}
.checkout-page .checkout-layout {
  gap: 5%;
  grid-template-columns: 1.15fr .85fr;
  padding-top: 0;
}
.checkout-page .form-section {
  border: 1px solid #dce6ef;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(16,41,71,.05);
  padding: 22px 25px 26px;
}
.checkout-page .form-section:before {
  color: var(--lime);
}
.checkout-page .form-section > .eyebrow {
  color: var(--ink);
}
.checkout-page .form-grid label {
  color: #60758b;
}
.checkout-page .form-grid label input,
.checkout-page .form-grid label textarea,
.checkout-page .form-grid label select {
  background: #f4f8fc;
  border: 1px solid #d4e1ec;
  border-radius: 8px;
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
}
.checkout-page .form-grid label input::placeholder,
.checkout-page .form-grid label textarea::placeholder {
  color: #9aabbb;
}
.checkout-page .form-grid label input:focus,
.checkout-page .form-grid label textarea:focus,
.checkout-page .form-grid label select:focus {
  background: #fff;
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(255,106,0,.13);
}
.checkout-page .checkbox-label {
  border: 1px solid #dce6ef;
  border-radius: 10px;
  color: #60758b;
}
.checkout-page .checkout-form > .button,
.checkout-page .order-summary .button-primary {
  background: var(--lime);
  border-radius: 28px;
  color: #fff;
}
.checkout-page .payment-summary {
  border: 1px solid #dce6ef;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(16,41,71,.05);
}
.checkout-page .bank-note {
  background: #fff1e8;
  border-radius: 8px;
  color: #8d4d2c;
}

@media (max-width: 620px) {
  .checkout-page .checkout-shell {
    padding-top: 44px;
    width: 88%;
  }
  .checkout-page .checkout-steps {
    flex-wrap: wrap;
    gap: 9px 16px;
  }
  .checkout-page .form-section {
    border-radius: 11px;
    padding: 19px 17px 21px;
  }
  .brand > span:last-child:before { font-size: 8px; }
  .brand > span:last-child:after { font-size: 7px; }
}

/* Public service pages */
.verified-page,
.contact-page,
.verification-page {
  background: var(--paper);
}
.verified-hero,
.contact-hero {
  background: #eaf1f8;
  padding-bottom: 72px;
  padding-top: 90px;
}
.verified-kicker {
  color: var(--lime-dark);
  display: block;
  font: 9px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.verified-hero h1,
.contact-hero h1 {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(48px, 6vw, 83px);
  font-weight: 700;
  letter-spacing: -.1em;
  line-height: .88;
  margin: 22px 0;
}
.verified-hero h1 em,
.contact-hero h1 em {
  color: var(--lime);
  font-family: var(--serif);
  font-weight: 400;
}
.verified-hero > p,
.contact-hero > p {
  color: #70869c;
  font: 12px/1.7 var(--mono);
  max-width: 470px;
}
.verified-rating {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 29px;
}
.verified-rating > strong {
  color: var(--ink);
  font: 600 34px 'Space Grotesk', sans-serif;
  letter-spacing: -.08em;
}
.verified-rating > span {
  color: var(--lime);
  font-size: 14px;
  letter-spacing: 2px;
}
.verified-rating small {
  color: #7c8fa2;
  display: block;
  font: 8px var(--mono);
  letter-spacing: 0;
  margin-top: 4px;
}
.verified-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
  padding-bottom: 95px;
}
.verified-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(16,41,71,.04);
  min-height: 250px;
  padding: 23px;
}
.verified-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.verified-avatar {
  align-items: center;
  background: #dbe7f2;
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  font: 10px var(--mono);
  height: 36px;
  justify-content: center;
  width: 36px;
}
.verified-badge {
  background: #eef6e9;
  color: #60814a;
  font: 8px var(--mono);
  padding: 7px 9px;
}
.verified-stars {
  color: var(--lime);
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 26px;
}
.verified-card blockquote {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 21px;
  letter-spacing: -.04em;
  line-height: 1.2;
  margin: 11px 0 24px;
  max-width: 500px;
  text-align: left;
}
.verified-author {
  border-top: 1px solid var(--line);
  padding-top: 13px;
}
.verified-author strong,
.verified-author small {
  display: block;
}
.verified-author strong {
  font-size: 10px;
}
.verified-author small {
  color: #8093a6;
  font: 8px var(--mono);
  margin-top: 4px;
}
.verified-cta {
  align-items: center;
  background: var(--ink);
  border-radius: 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
  padding: 38px 43px;
}
.verified-cta h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 31px;
  letter-spacing: -.08em;
  line-height: .95;
  margin: 12px 0 0;
}
.verified-cta h2 em {
  color: var(--lime);
  font-family: var(--serif);
  font-weight: 400;
}
.verified-cta .button { border-radius: 28px; }
.contact-hero {
  overflow: hidden;
  padding-bottom: 83px;
  position: relative;
}
.contact-hero:after {
  background: linear-gradient(90deg, rgba(234,241,248,.08), rgba(234,241,248,.7)), url('https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c3?auto=format&fit=crop&w=800&q=85') center/cover;
  border-radius: 2px;
  content: '';
  height: 145px;
  opacity: .28;
  position: absolute;
  right: 5%;
  top: 54px;
  width: 260px;
}
.contact-hero > * {
  position: relative;
  z-index: 1;
}
.contact-layout {
  display: grid;
  gap: 10%;
  grid-template-columns: .75fr 1.25fr;
  padding-bottom: 120px;
  padding-top: 53px;
}
.contact-information {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 13px;
}
.contact-label {
  color: var(--lime-dark);
  display: block;
  font: 8px var(--mono);
  letter-spacing: .1em;
  margin-bottom: 9px;
}
.contact-information strong {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.7;
}
.contact-information-note {
  align-items: start;
  background: #fff1e8;
  color: #8d4d2c;
  display: flex;
  font: 9px/1.5 var(--mono);
  gap: 10px;
  margin-top: 6px;
  padding: 14px;
}
.contact-information-note > span {
  color: var(--lime);
  font-size: 19px;
}
.contact-information-note p { margin: 0; }
.reference-contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(16,41,71,.06);
  display: grid;
  gap: 17px;
  padding: 29px;
}
.contact-form-title {
  border-bottom: 1px solid var(--line);
  margin-bottom: 5px;
  padding-bottom: 18px;
}
.contact-form-title h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 27px;
  letter-spacing: -.07em;
  margin: 8px 0 0;
}
.reference-contact-form label {
  color: #5e748c;
  font: 9px var(--mono);
}
.reference-contact-form input,
.reference-contact-form select,
.reference-contact-form textarea {
  background: #f4f8fc;
  border: 1px solid #d4e1ec;
  border-radius: 8px;
  color: var(--ink);
  display: block;
  font: 13px 'Space Grotesk', sans-serif;
  margin-top: 7px;
  min-height: 47px;
  outline: 0;
  padding: 11px 13px;
  width: 100%;
}
.reference-contact-form textarea {
  min-height: 110px;
  resize: vertical;
}
.reference-contact-form input:focus,
.reference-contact-form select:focus,
.reference-contact-form textarea:focus {
  background: #fff;
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(255,106,0,.12);
}
.reference-contact-form .button {
  border-radius: 27px;
  justify-self: start;
  margin-top: 5px;
}
.verification-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 620px;
  padding: 70px 20px;
}
.verification-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(16,41,71,.07);
  max-width: 500px;
  padding: 43px;
  text-align: center;
  width: 100%;
}
.verification-icon {
  align-items: center;
  background: #fff1e8;
  border-radius: 50%;
  color: var(--lime);
  display: flex;
  font: 29px var(--serif);
  height: 61px;
  justify-content: center;
  margin: 0 auto 22px;
  width: 61px;
}
.verification-card h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 42px;
  letter-spacing: -.09em;
  line-height: .9;
  margin: 14px 0 18px;
}
.verification-card h1 em {
  color: var(--lime);
  font-family: var(--serif);
  font-weight: 400;
}
.verification-card > p {
  color: #71869b;
  font: 10px/1.7 var(--mono);
  margin: 0 auto;
  max-width: 330px;
}
.verification-mail {
  align-items: center;
  background: #eef5fb;
  color: var(--lime-dark);
  display: flex;
  font-size: 19px;
  gap: 10px;
  justify-content: center;
  margin: 25px 0;
  padding: 14px;
}
.verification-mail span {
  font: 9px var(--mono);
}
.verification-card .button {
  border-radius: 27px;
}
.verification-card > small {
  color: #8a9aaa;
  display: block;
  font: 8px var(--mono);
  margin-top: 22px;
}
.verification-card > small a {
  color: var(--ink);
  text-decoration: underline;
}
.auth-page .auth-shell {
  background: #eaf1f8;
  color: var(--ink);
  max-width: 1280px;
  min-height: 630px;
  padding-bottom: 100px;
  padding-top: 91px;
  width: 82%;
}
.auth-page .auth-copy h1 {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
}
.auth-page .auth-copy {
  position: relative;
}
.auth-page .auth-copy:after {
  background: linear-gradient(90deg, rgba(234,241,248,.16), rgba(234,241,248,.65)), url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?auto=format&fit=crop&w=800&q=85') center/cover;
  border-radius: 2px;
  content: '';
  display: block;
  height: 115px;
  margin-top: 42px;
  opacity: .55;
  width: 280px;
}
.auth-page .auth-copy h1 i { color: var(--lime); }
.auth-page .auth-copy p { color: #71869b; }
.auth-page .auth-form {
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(16,41,71,.07);
}
.auth-page .auth-form .button-primary {
  background: var(--lime);
  border-radius: 27px;
  color: #fff;
}
.auth-page .auth-switch { border-top-color: var(--line); }

@media (max-width: 620px) {
  .verified-hero, .contact-hero { padding-bottom: 55px; padding-top: 65px; }
  .verified-hero h1, .contact-hero h1 { font-size: 52px; }
  .contact-hero:after { height: 90px; opacity: .22; right: 8%; top: 40px; width: 170px; }
  .verified-grid { display: block; padding-bottom: 65px; }
  .verified-card { margin-bottom: 13px; min-height: 0; }
  .verified-cta { align-items: start; flex-direction: column; gap: 24px; margin-bottom: 75px; padding: 28px 22px; }
  .contact-layout { display: flex; flex-direction: column; gap: 45px; padding-bottom: 80px; padding-top: 40px; }
  .reference-contact-form { padding: 21px 17px; }
  .verification-card { padding: 32px 21px; }
  .verification-card h1 { font-size: 39px; }
  .auth-page .auth-shell { padding-top: 63px; width: 88%; }
  .auth-page .auth-copy:after { height: 85px; margin-top: 27px; width: 100%; }
}

.simple-hero {
  padding-bottom: 118px;
  padding-top: 85px;
}
.simple-hero-copy {
  max-width: 540px;
}
.simple-hero-copy h1 {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(46px, 6vw, 79px);
  font-weight: 700;
  letter-spacing: -.1em;
  line-height: .9;
  margin: 24px 0 19px;
}
.simple-hero-copy h1 i { color: var(--lime); }
.simple-hero-copy > p {
  color: #71869b;
  font: 11px/1.7 var(--mono);
  max-width: 450px;
}
.simple-hero-visual {
  height: 260px;
  margin-top: 45px;
  overflow: hidden;
  position: relative;
}
.simple-hero-visual:after {
  background: linear-gradient(90deg, rgba(10,32,56,.48), transparent);
  content: '';
  inset: 0;
  position: absolute;
}
.simple-hero-visual img {
  filter: saturate(.68);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.simple-hero-visual span {
  bottom: 20px;
  color: #fff;
  font: 9px var(--mono);
  left: 21px;
  letter-spacing: .08em;
  position: absolute;
  z-index: 1;
}
.simple-page .feature-list {
  margin-top: 53px;
}
@media (max-width: 620px) {
  .simple-hero {
    padding-bottom: 82px;
    padding-top: 62px;
  }
  .simple-hero-copy h1 { font-size: 53px; }
  .simple-hero-visual { height: 210px; margin-top: 33px; }
}

/* Checkout form refresh */
.checkout-page .checkout-form {
  background: transparent;
}
.checkout-page .form-section {
  background: #ffffff;
  border: 1px solid var(--line);
  margin-bottom: 16px;
  padding: 24px 26px 27px;
}
.checkout-page .form-section:before {
  color: var(--lime);
  content: '01';
  display: block;
  font: 10px var(--mono);
  margin-bottom: 14px;
}
.checkout-page .form-section + .form-section:before {
  content: '02';
}
.checkout-page .form-section > .eyebrow {
  color: var(--ink);
  font-size: 10px;
  font-weight: 600;
}
.checkout-page .form-grid {
  gap: 17px 14px;
  margin-top: 20px;
}
.checkout-page .form-grid label {
  color: #52677f;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.checkout-page .form-grid label input,
.checkout-page .form-grid label textarea,
.checkout-page .form-grid label select {
  background: #10243e;
  border: 1px solid #10243e;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  margin-top: 8px;
  min-height: 48px;
  outline: none;
  padding: 12px 14px;
  transition: border-color .2s, box-shadow .2s, background .2s;
  width: 100%;
}
.checkout-page .form-grid label textarea {
  min-height: 94px;
  resize: vertical;
}
.checkout-page .form-grid label input::placeholder,
.checkout-page .form-grid label textarea::placeholder {
  color: #9eb0c1;
  opacity: 1;
}
.checkout-page .form-grid label input:focus,
.checkout-page .form-grid label textarea:focus,
.checkout-page .form-grid label select:focus {
  background: #172f4d;
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(23,105,255,.16);
}
.checkout-page .form-section:first-child .form-grid label:nth-child(4) {
  grid-column: auto;
}
.checkout-page .checkbox-label {
  background: #e9eff6;
  border: 1px solid var(--line);
  margin: 0 0 16px;
  padding: 14px 16px;
}
.checkout-page .checkbox-label span {
  color: #52677f;
}
.checkout-page .checkbox-label a {
  color: var(--ink);
  font-weight: 600;
}
.checkout-page .checkout-form > .button {
  min-height: 54px;
}

@media (max-width: 620px) {
  .checkout-page .form-section {
    padding: 20px 17px 21px;
  }
  .checkout-page .form-grid {
    display: block;
  }
  .checkout-page .form-grid label {
    margin-bottom: 16px;
  }
  .checkout-page .form-grid label:last-child {
    margin-bottom: 0;
  }
}

/* Premium interactions */
.reference-hero {
  box-shadow: 0 24px 55px rgba(16, 42, 68, .16);
}
.reference-hero > img {
  animation: referenceHeroDrift 16s ease-in-out infinite alternate;
  transform: scale(1.03);
}
.reference-hero-content h1 {
  text-shadow: 0 8px 28px rgba(0, 0, 0, .22);
}
.reference-actions .button {
  gap: 11px;
}
.reference-actions .button svg {
  height: 17px;
  width: 17px;
}
.reference-white-button {
  border: 1px solid rgba(255, 255, 255, .7);
}
.reference-hero-status {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(11, 34, 57, .62);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 9px;
  bottom: 30px;
  color: #fff;
  display: flex;
  gap: 10px;
  min-width: 211px;
  padding: 11px 13px;
  position: absolute;
  right: 28px;
  z-index: 2;
}
.reference-hero-status > span:nth-child(2) {
  display: grid;
  gap: 3px;
}
.reference-hero-status strong {
  font: 8px var(--mono);
  letter-spacing: .08em;
}
.reference-hero-status small {
  color: #c8d5e0;
  font: 9px var(--mono);
}
.reference-hero-status > svg {
  color: var(--lime);
  height: 15px;
  margin-left: auto;
  width: 15px;
}
.status-dot {
  background: #9fdc70;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(159, 220, 112, .14);
  display: block;
  height: 7px;
  width: 7px;
}
.reference-benefit-icon svg {
  height: 24px;
  stroke-width: 1.55;
  width: 24px;
}
.reference-benefits article {
  transition: box-shadow .25s, transform .25s;
}
.reference-benefits article:hover {
  box-shadow: 0 20px 42px rgba(16, 41, 71, .18);
  transform: translateY(-5px);
}
.configurator-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s ease, visibility .25s ease;
  visibility: hidden;
  z-index: 100;
}
.configurator-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.configurator-backdrop {
  background: rgba(6, 20, 34, .72);
  inset: 0;
  position: absolute;
}
.configurator-panel {
  background: #f7f9fb;
  border: 1px solid rgba(255, 255, 255, .25);
  box-shadow: 0 30px 90px rgba(4, 19, 33, .36);
  max-height: min(720px, 92vh);
  max-width: 570px;
  overflow: auto;
  padding: 44px 44px 40px;
  position: relative;
  transform: translateY(18px) scale(.98);
  transition: transform .3s ease;
  width: 100%;
  z-index: 1;
}
.configurator-modal.is-open .configurator-panel {
  transform: translateY(0) scale(1);
}
.configurator-close {
  align-items: center;
  background: #e8eef3;
  border: 0;
  border-radius: 50%;
  color: #385067;
  display: flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
}
.configurator-close:hover {
  background: var(--lime);
  color: var(--ink);
}
.configurator-close svg {
  height: 16px;
  width: 16px;
}
.configurator-heading .reference-section-label {
  align-items: center;
  display: flex;
  gap: 7px;
}
.configurator-heading .reference-section-label svg {
  color: var(--lime-dark);
  height: 16px;
  width: 16px;
}
.configurator-heading h2 {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(34px, 4.2vw, 49px);
  letter-spacing: -.09em;
  line-height: .91;
  margin: 17px 0 13px;
}
.configurator-heading h2 em {
  color: var(--lime-dark);
  font-family: var(--serif);
  font-weight: 400;
}
.configurator-heading p {
  color: #6f859a;
  font: 11px/1.6 var(--mono);
  margin: 0;
  max-width: 390px;
}
.configurator-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.configurator-form label {
  color: #52677f;
  display: grid;
  font: 9px var(--mono);
  gap: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.configurator-form input,
.configurator-form select {
  appearance: none;
  background: #fff;
  border: 1px solid #d7e0e8;
  border-radius: 4px;
  color: var(--ink);
  font: 13px 'Space Grotesk', sans-serif;
  min-height: 48px;
  outline: 0;
  padding: 0 14px;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
}
.configurator-form select {
  background-image: linear-gradient(45deg, transparent 50%, #637b90 50%), linear-gradient(135deg, #637b90 50%, transparent 50%);
  background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}
.configurator-form input:focus,
.configurator-form select:focus {
  border-color: var(--lime-dark);
  box-shadow: 0 0 0 3px rgba(201, 219, 108, .24);
}
.configurator-submit {
  border-radius: 4px;
  margin-top: 7px;
  min-height: 54px;
  width: 100%;
}
.configurator-submit svg {
  height: 17px;
  width: 17px;
}
.configurator-result {
  border-top: 1px solid #d7e0e8;
  margin-top: 25px;
  opacity: 0;
  padding-top: 24px;
  transform: translateY(7px);
  transition: opacity .25s, transform .25s;
}
.configurator-result.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.configurator-result-badge {
  align-items: center;
  color: #718a38;
  display: flex;
  font: 8px var(--mono);
  gap: 6px;
  letter-spacing: .07em;
}
.configurator-result-badge svg {
  background: var(--lime);
  border-radius: 50%;
  color: var(--ink);
  height: 17px;
  padding: 3px;
  width: 17px;
}
.configurator-result h3 {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 23px;
  letter-spacing: -.06em;
  margin: 15px 0 7px;
}
.configurator-result p {
  color: #6f859a;
  font: 10px/1.6 var(--mono);
  margin: 0;
}
.configurator-result-meta {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0;
}
.configurator-result-meta span {
  border-left: 2px solid var(--lime);
  color: #7890a6;
  display: grid;
  font: 8px var(--mono);
  gap: 5px;
  padding-left: 9px;
  text-transform: uppercase;
}
.configurator-result-meta strong {
  color: var(--ink);
  font: 600 14px 'Space Grotesk', sans-serif;
  text-transform: none;
}
.configurator-result-actions {
  align-items: center;
  display: flex;
  gap: 17px;
}
.configurator-result-actions .button {
  border-radius: 4px;
  min-height: 42px;
}
.configurator-reset {
  background: transparent;
  border: 0;
  color: #5d7489;
  font: 9px var(--mono);
  padding: 8px 0;
}
.configurator-reset:hover {
  color: var(--ink);
}
body.configurator-open {
  overflow: hidden;
}

/* Boutique — intro more compact, catalogue more readable */
.shop-page .page-intro {
  padding-bottom: 44px;
  padding-top: 46px;
}
.shop-page .page-intro h1 {
  font-size: clamp(62px, 7.2vw, 102px);
  margin-bottom: 26px;
}
.shop-page .page-intro p {
  font-size: 17px;
  max-width: 470px;
}
.shop-page .filter-tabs button,
.shop-page .sort-button,
.shop-page .search-box input,
.shop-page .shop-result {
  font-size: 12px;
}
.shop-page .product-info h3 {
  font-size: 19px;
}
.shop-page .product-price strong {
  font-size: 17px;
}
.shop-page .product-meta {
  font-size: 11px;
}

@keyframes referenceHeroDrift {
  from { transform: scale(1.03) translate3d(-.5%, 0, 0); }
  to { transform: scale(1.08) translate3d(.5%, -1%, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .reference-hero > img {
    animation: none;
  }
}
@media (max-width: 620px) {
  .reference-hero-status {
    bottom: 46px;
    left: 20px;
    min-width: 0;
    right: auto;
  }
  .configurator-modal {
    padding: 12px;
  }
  .configurator-panel {
    padding: 38px 20px 24px;
  }
  .configurator-heading h2 {
    font-size: 37px;
  }
  .configurator-result-meta {
    grid-template-columns: 1fr;
  }
  .configurator-result-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
}

/* Improved readability */
body {
  font-size: 15px;
}
.announcement {
  font-size: 11px;
}
.brand {
  font-size: 12px;
}
.main-nav a,
.contact-link {
  font-size: 13px;
}
.contact-link {
  font-size: 12px;
}
.cart-button {
  font-size: 12px;
}
.kicker,
.section-label,
.reference-kicker,
.reference-section-label,
.eyebrow {
  font-size: 11px;
}
.button {
  font-size: 12px;
}
.text-link,
.reference-text-link {
  font-size: 12px;
}
.product-info h3,
.reference-product-card h3 {
  font-size: 17px;
}
.product-price strong,
.reference-product-card > div > strong {
  font-size: 15px;
}
.product-meta {
  font-size: 10px;
}
.reference-benefits p,
.reference-intro p,
.reference-about-copy p {
  font-size: 12px;
}
.reference-offer p {
  font-size: 11px;
}
.reference-product-tag {
  font-size: 10px;
}
.filter-tabs button,
.sort-button,
.search-box input,
.shop-result,
.breadcrumb,
.gallery-caption,
.cart-heading-count,
.checkout-steps span,
.back-link {
  font-size: 11px;
}
.shop-result {
  line-height: 1.5;
}
.detail-description,
.detail-bottom-copy p,
.auth-copy p {
  font-size: 14px;
}
.spec-list div {
  font-size: 11px;
}
.detail-assurance p {
  font-size: 10px;
}
label {
  font-size: 10px;
}
label input,
label textarea {
  font-size: 14px;
}
.checkbox-label span,
.forgot,
.auth-switch {
  font-size: 11px;
}
.footer-newsletter label,
.footer-newsletter input {
  font-size: 11px;
}
.footer-bottom {
  font-size: 10px;
}
.account-nav a,
.account-extra-links a,
.account-back,
.account-panel-heading p,
.account-result-count,
.account-order-top strong,
.account-order-top > span:not(.order-status),
.account-order-body p,
.account-security-note,
.account-note {
  font-size: 10px;
}
.account-card p,
.account-card .text-link {
  font-size: 11px;
}
.mini-item strong,
.mini-item small,
.mini-item b,
.order-summary > div,
.payment-summary .summary-total {
  font-size: 11px;
}
.order-summary small {
  font-size: 10px;
}
.toast {
  font-size: 11px;
}
@media (max-width: 620px) {
  .announcement {
    font-size: 9px;
  }
  .brand {
    font-size: 10px;
  }
  .main-nav a,
  .contact-link {
    font-size: 12px;
  }
  .reference-hero-content p {
    font-size: 13px;
  }
  .reference-benefits p,
  .reference-intro p,
  .reference-about-copy p {
    font-size: 11px;
  }
}

.verification-icon svg {
  height: 28px;
  width: 28px;
}
.verification-form {
  display: grid;
  gap: 16px;
  margin-top: 27px;
  text-align: left;
}
.verification-form label {
  color: #5e748c;
  font: 10px var(--mono);
}
.verification-form input {
  background: #f4f8fc;
  border: 1px solid #d4e1ec;
  border-radius: 7px;
  color: var(--ink);
  display: block;
  font: 14px 'Space Grotesk', sans-serif;
  margin-top: 7px;
  min-height: 49px;
  outline: 0;
  padding: 11px 13px;
  width: 100%;
}
.verification-form input[name="code"] {
  font: 600 22px 'Space Grotesk', sans-serif;
  letter-spacing: .28em;
  text-align: center;
}
.verification-form input:focus {
  background: #fff;
  border-color: var(--lime-dark);
  box-shadow: 0 0 0 3px rgba(201, 219, 108, .22);
}
.verification-timer {
  align-items: center;
  color: #8094a7;
  display: flex;
  font: 10px var(--mono);
  justify-content: space-between;
  margin-top: -2px;
}
.verification-timer strong {
  color: var(--ink);
  font: 600 12px 'Space Grotesk', sans-serif;
}
.verification-timer button {
  background: transparent;
  border: 0;
  color: #9aa8b4;
  font: 10px var(--mono);
  padding: 5px 0;
  text-decoration: underline;
}
.verification-timer button:not(:disabled) {
  color: var(--lime-dark);
  cursor: pointer;
}
.verification-timer button.is-ready {
  font-weight: 600;
}
.verification-help {
  color: #8a9aaa;
  font: 10px/1.5 var(--mono);
  margin-top: 18px;
}
.verification-back {
  color: var(--ink);
  display: inline-block;
  font: 10px var(--mono);
  margin-top: 19px;
  text-decoration: underline;
}
@media (max-width: 620px) {
  .verification-card {
    padding: 32px 21px;
  }
  .verification-card h1 {
    font-size: 38px;
  }
  .verification-timer {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

/* Client area — structured dashboard */
.account-page { background: #f6f4ef; }
.account-page .account-shell { max-width: 1360px; padding-bottom: 120px; padding-top: 78px; width: 86%; }
.account-dashboard .account-heading { align-items: end; border-bottom: 1px solid #d9ddd7; display: flex; justify-content: space-between; padding-bottom: 38px; }
.account-heading-lead { color: #7d8981; font: 10px/1.6 var(--mono); margin: 20px 0 0; max-width: 420px; }
.account-dashboard .account-heading h1 { font-size: clamp(48px, 5.4vw, 78px); letter-spacing: -.1em; line-height: .85; }
.account-dashboard .account-heading h1 i { color: var(--lime-dark); }
.account-grid { gap: 45px; grid-template-columns: 220px minmax(0, 1fr); }
.account-nav { border-right: 1px solid #d9ddd7; gap: 5px; padding: 23px 28px 0 0; }
.account-nav-title { color: #9aa49d; font: 8px var(--mono); letter-spacing: .12em; margin-bottom: 10px; }
.account-nav a { align-items: center; border-radius: 4px; color: #7c8880; display: flex; font: 9px var(--mono); gap: 10px; min-height: 37px; padding: 0 10px; transition: background .2s, color .2s, transform .2s; }
.account-nav a:hover { background: #e9eee8; color: var(--ink); transform: translateX(2px); }
.account-nav a.active { background: var(--ink); color: #fff; }
.account-nav a.active:before { display: none; }
.account-nav a small { color: #a5b0a7; font: 8px var(--mono); min-width: 18px; }
.account-nav a.active small { color: var(--lime); }
.account-nav b { background: var(--lime); border-radius: 50%; color: var(--ink); font-size: 8px; line-height: 8px; margin-left: auto; padding: 3px 5px; }
.account-nav .logout { border-top: 1px solid #d9ddd7; color: #a07a70; margin-top: auto; padding-top: 20px; }
.account-nav .logout span { margin-left: auto; }
.account-main { min-width: 0; }
.account-dashboard-intro, .account-panel-heading { align-items: end; display: flex; justify-content: space-between; }
.account-dashboard-intro { margin-bottom: 25px; }
.account-dashboard-intro h2 { font-family: 'Space Grotesk', sans-serif; font-size: 25px; letter-spacing: -.07em; margin: 9px 0 5px; }
.account-dashboard-intro p { color: #87928a; font: 9px var(--mono); margin: 0; }
.account-dashboard-intro .button { border-radius: 25px; min-height: 42px; }
.account-cards { gap: 15px; grid-template-columns: repeat(3, 1fr); }
.account-card { border-radius: 8px; box-shadow: 0 8px 24px rgba(24, 32, 29, .045); min-height: 163px; padding: 22px; }
.account-card strong { font-family: 'Space Grotesk', sans-serif; font-size: 30px; margin: 22px 0 8px; }
.account-card p { margin-bottom: 10px; }
.account-card .text-link { color: var(--olive); }
.dark-card .text-link, .dark-card .eyebrow { color: var(--lime); }
.account-overview-grid { display: grid; gap: 15px; grid-template-columns: minmax(0, 1.32fr) minmax(275px, .68fr); margin-top: 15px; }
.account-overview-panel { background: #fff; border: 1px solid #dfe3dd; border-radius: 8px; min-width: 0; padding: 23px; }
.account-overview-panel .account-panel-heading { margin-bottom: 17px; }
.account-overview-panel .account-panel-heading h2 { font-size: 19px; margin: 8px 0 0; }
.dashboard-order-row { align-items: center; border-top: 1px solid #e7e9e5; display: grid; gap: 14px; grid-template-columns: 1fr auto auto; min-height: 67px; transition: background .2s; }
.dashboard-order-row:hover { background: #f5f7f2; margin: 0 -8px; padding: 0 8px; }
.dashboard-order-row strong, .dashboard-order-row b { font: 10px var(--mono); }
.dashboard-order-row small { color: #9aa49d; display: block; font: 8px var(--mono); margin-top: 5px; }
.dashboard-order-row .order-status { justify-self: end; }
.account-overview-shortcuts { padding-bottom: 10px; }
.account-overview-shortcuts > a { align-items: center; border-top: 1px solid #e7e9e5; display: grid; gap: 10px; grid-template-columns: 30px 1fr 15px; min-height: 61px; }
.account-overview-shortcuts > a > svg { color: #a4b15a; height: 14px; width: 14px; }
.shortcut-icon { align-items: center; background: #edf2dc; border-radius: 50%; color: #859735; display: inline-flex; font: 12px var(--mono); height: 28px; justify-content: center; width: 28px; }
.account-overview-shortcuts strong, .account-overview-shortcuts small { display: block; }
.account-overview-shortcuts strong { font-size: 10px; }
.account-overview-shortcuts small { color: #929d94; font: 8px var(--mono); margin-top: 4px; }
.account-overview-banner { align-items: center; background: var(--ink); border-radius: 8px; color: #fff; display: flex; gap: 15px; margin-top: 15px; padding: 19px 23px; }
.account-banner-mark { align-items: center; background: var(--lime); color: var(--ink); display: inline-flex; font: 10px var(--mono); height: 39px; justify-content: center; width: 39px; }
.account-overview-banner h2 { font-size: 17px; letter-spacing: -.04em; margin: 5px 0; }
.account-overview-banner p { color: #aab7ae; font: 8px var(--mono); margin: 0; }
.account-overview-banner .button { border-radius: 22px; margin-left: auto; min-height: 39px; white-space: nowrap; }
.account-empty-state { align-items: center; color: #99a39b; display: flex; flex-direction: column; font: 9px var(--mono); justify-content: center; min-height: 120px; text-align: center; }
.account-empty-state > span { align-items: center; border: 1px dashed #bfc8bc; border-radius: 50%; color: #a8b457; display: inline-flex; font-size: 18px; height: 34px; justify-content: center; margin-bottom: 11px; width: 34px; }
.account-empty-state p { margin: 0; }
.account-section-page .account-section-heading { align-items: end; border-bottom-color: #d9ddd7; margin-bottom: 36px; padding-bottom: 31px; }
.account-section-page .account-section-heading h1 { font-size: clamp(43px, 5vw, 70px); }
.account-panel-note { color: #8a968d; font: 8px var(--mono); }
.account-panel { border-radius: 8px; box-shadow: 0 8px 24px rgba(24, 32, 29, .035); }
.account-form { background: #fff; border: 1px solid #dfe3dd; padding: 27px; }
.account-form-actions { align-items: center; border-top: 1px solid #e4e7e1; display: flex; gap: 20px; justify-content: space-between; margin-top: 25px; padding-top: 18px; }
.account-form-actions > span { color: #96a097; font: 8px/1.5 var(--mono); max-width: 280px; }
.account-form-actions .button { border-radius: 24px; margin-top: 0; }
.security-status { border-radius: 8px; }
.security-grid article { background: #fff; border: 1px solid #dfe3dd; border-radius: 8px; }
.security-grid article strong { font-family: 'Space Grotesk', sans-serif; }
.rib-card { border-radius: 8px; box-shadow: 0 17px 35px rgba(24, 32, 29, .13); }
.rib-card .button { border-radius: 23px; }
.proof-upload { background: #fff; border-radius: 8px; }
.proof-upload-top > div { border-radius: 6px; }
.proof-order-help { color: #939e94; display: block; font: 8px/1.5 var(--mono); margin-top: 14px; }
.file-drop { background: #fbfcf8; border-radius: 6px; }
.proof-history { background: #fff; border-radius: 8px; }
.account-order-card { border-radius: 8px; box-shadow: 0 8px 24px rgba(24, 32, 29, .035); }
.order-status.pending { background: #fff0df; color: #9c6735; }
.order-status.active { background: #e0e9bd; color: #657736; }
.order-status.cancelled { background: #f4dfdc; color: #a04f42; }
.account-transaction-list { background: transparent; border: 0; box-shadow: none; }
.account-transaction-list > div { border-color: #dfe3dd; }
.transaction-total { border: 0; border-radius: 8px; }
.client-chat { background: #fff; border-radius: 8px; box-shadow: 0 8px 24px rgba(24, 32, 29, .035); }
.client-chat-body { max-height: 430px; overflow-y: auto; }
.client-chat-form { background: #fbfcf8; border-radius: 0 0 8px 8px; }
.client-chat-form button { align-items: center; display: inline-flex; justify-content: center; width: 34px; }
.client-chat-form button svg { height: 15px; width: 15px; }
.message-center { gap: 15px; }
.message-inbox, .message-detail { border-radius: 8px; }
.message-inbox { overflow: hidden; }
.admin-inbox-state { color: #88a044; font: 8px var(--mono); }
.message-preview { background: #fff; border: 0; border-top: 1px solid #e4e7e1; cursor: pointer; text-align: left; width: 100%; }
.admin-thread-body { display: flex; flex-direction: column; gap: 10px; margin: 25px 0; max-height: 390px; overflow-y: auto; }
.message-reply { align-items: center; border-top: 1px solid #e4e7e1; display: flex; gap: 10px; padding-top: 15px; }
.message-reply input { border: 0; border-bottom: 1px solid #cbd3ca; font: 10px var(--mono); outline: 0; padding: 11px 0; width: 100%; }
.message-reply button { align-items: center; background: var(--lime); border: 0; border-radius: 50%; display: inline-flex; height: 32px; justify-content: center; width: 32px; }
.message-reply button svg { height: 14px; width: 14px; }

@media (max-width: 900px) {
  .account-page .account-shell { width: 84%; }
  .account-grid { gap: 28px; grid-template-columns: 175px minmax(0, 1fr); }
  .account-overview-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .account-page .account-shell { padding-bottom: 75px; padding-top: 55px; width: 88%; }
  .account-dashboard .account-heading { align-items: start; flex-direction: column; gap: 21px; }
  .account-dashboard .account-heading h1 { font-size: 57px; }
  .account-grid { display: block; }
  .account-nav { border-bottom: 1px solid #d9ddd7; border-right: 0; display: grid; gap: 5px; grid-template-columns: 1fr 1fr; margin-bottom: 26px; padding: 0 0 19px; }
  .account-nav-title { grid-column: 1 / -1; margin-top: 0; }
  .account-nav .logout { border-top: 0; margin-top: 0; padding-top: 0; }
  .account-dashboard-intro, .account-panel-heading { align-items: start; flex-direction: column; gap: 14px; }
  .account-dashboard-intro .button { width: 100%; }
  .account-cards { grid-template-columns: 1fr; }
  .account-card { min-height: 140px; }
  .account-overview-banner { align-items: start; flex-wrap: wrap; padding: 18px; }
  .account-overview-banner .button { margin-left: 54px; }
  .account-form { padding: 20px 17px; }
  .account-form-actions { align-items: start; flex-direction: column; }
  .account-form-actions .button { width: 100%; }
  .account-section-page .account-section-heading { align-items: start; }
  .dashboard-order-row { gap: 8px; grid-template-columns: 1fr auto; padding: 9px 0; }
  .dashboard-order-row .order-status { grid-column: 1 / -1; justify-self: start; }
  .proof-actions { align-items: stretch; }
  .proof-actions .button { width: 100%; }
  .account-order-top { gap: 10px; }
  .account-order-top .order-status { margin-left: 0; }
  .account-transaction-list > div { min-width: 610px; }
  .message-center { display: block; }
  .message-detail { margin-top: 15px; }
}

/* Checkout — light, readable customer form */
.checkout-page {
  background: #eaf1f7;
}
.checkout-page .checkout-shell {
  max-width: 1240px;
  padding-bottom: 112px;
  padding-top: 68px;
  width: 84%;
}
.checkout-page .checkout-heading {
  padding-bottom: 31px;
}
.checkout-page .checkout-heading h1 {
  color: var(--ink);
  font-size: clamp(48px, 5.5vw, 76px);
  letter-spacing: -.1em;
  line-height: .86;
  margin-top: 36px;
}
.checkout-page .checkout-heading h1 i {
  color: var(--lime);
}
.checkout-page .checkout-layout {
  align-items: start;
  gap: 34px;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
}
.checkout-page .checkout-form {
  display: grid;
  gap: 16px;
}
.checkout-page .form-section {
  background: #fff;
  border: 1px solid #dbe5ee;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(16, 41, 71, .055);
  margin: 0;
  padding: 25px 27px 28px;
  position: relative;
}
.checkout-page .form-section:after {
  background: #f1f6fa;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-page .form-section:first-child:after {
  background: var(--lime);
}
.checkout-page .form-section + .form-section:after {
  background: #9db8cc;
}
.checkout-page .form-section:before {
  color: var(--lime);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 13px;
}
.checkout-page .form-section > .eyebrow {
  color: var(--ink);
  font-size: 11px;
  letter-spacing: .06em;
}
.checkout-page .form-grid {
  gap: 18px 14px;
  margin-top: 22px;
}
.checkout-page .form-grid label {
  color: #506b84;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}
.checkout-page .form-grid label input,
.checkout-page .form-grid label textarea,
.checkout-page .form-grid label select {
  appearance: none;
  background: #edf5fa;
  border: 1px solid #d5e1eb;
  border-radius: 8px;
  color: var(--ink);
  display: block;
  font: 14px 'Space Grotesk', sans-serif;
  margin-top: 8px;
  min-height: 52px;
  outline: 0;
  padding: 13px 14px;
  transition: background .2s, border-color .2s, box-shadow .2s;
  width: 100%;
}
.checkout-page .form-grid label textarea {
  min-height: 104px;
  resize: vertical;
}
.checkout-page .form-grid label input::placeholder,
.checkout-page .form-grid label textarea::placeholder {
  color: #9aaec0;
  opacity: 1;
}
.checkout-page .form-grid label input:hover,
.checkout-page .form-grid label textarea:hover,
.checkout-page .form-grid label select:hover {
  border-color: #b8cbd9;
}
.checkout-page .form-grid label input:focus,
.checkout-page .form-grid label textarea:focus,
.checkout-page .form-grid label select:focus {
  background: #fff;
  border-color: var(--lime);
  box-shadow: 0 0 0 4px rgba(255, 106, 0, .13);
}
.checkout-page .form-section:first-child .form-grid label:nth-child(4) {
  grid-column: 1 / -1;
}
.checkout-page .checkbox-label {
  align-items: flex-start;
  background: #fff8f3;
  border: 1px solid #dbe5ee;
  border-left: 4px solid var(--lime);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(16, 41, 71, .035);
  color: #60788e;
  gap: 10px;
  margin: 0;
  padding: 15px 16px;
}
.checkout-page .checkbox-label input {
  accent-color: var(--lime);
  flex: 0 0 auto;
  margin-top: 1px;
}
.checkout-page .checkbox-label span {
  color: #60788e;
  font: 11px/1.5 'Manrope', sans-serif;
}
.checkout-page .checkbox-label a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
}
.checkout-page .checkout-form > .button {
  background: var(--lime);
  border-radius: 28px;
  color: #fff;
  min-height: 54px;
  box-shadow: 0 10px 20px rgba(255, 106, 0, .18);
}
.checkout-page .checkout-form > .button:hover {
  background: #dc5700;
  box-shadow: 0 13px 24px rgba(255, 106, 0, .23);
}
.checkout-page .payment-summary {
  background: #fff;
  border: 1px solid #dbe5ee;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(16, 41, 71, .055);
  padding: 27px 29px;
  position: relative;
}
.checkout-page .payment-summary:before {
  background: #9db8cc;
  border-radius: 14px 14px 0 0;
  content: '';
  height: 5px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.checkout-page .payment-summary > .eyebrow {
  color: #637c91;
  font-size: 10px;
  letter-spacing: .1em;
}
.checkout-page .payment-summary .mini-item {
  border-bottom-color: #e1e9f0;
}
.checkout-page .payment-summary .summary-total {
  border-bottom: 0;
  border-top: 1px solid #dbe5ee;
  margin-top: 8px;
  padding-top: 18px;
}
.checkout-page .payment-summary .summary-total span {
  color: #60788e;
}
.checkout-page .payment-summary .summary-total strong {
  color: var(--ink);
  font: 700 21px 'Space Grotesk', sans-serif;
}
.checkout-page .bank-note {
  background: #fff0e8;
  border: 1px solid #ffe0cf;
  border-radius: 10px;
  color: #8d4d2c;
  margin-top: 21px;
  padding: 14px;
}
.checkout-page .bank-note p {
  color: #8d4d2c;
  font-size: 10px;
}

@media (max-width: 620px) {
  .checkout-page .checkout-shell {
    padding-bottom: 76px;
    padding-top: 46px;
    width: 88%;
  }
  .checkout-page .checkout-heading h1 {
    font-size: 56px;
    margin-top: 32px;
  }
  .checkout-page .checkout-layout {
    display: block;
    margin-top: 32px;
  }
  .checkout-page .form-section {
    border-radius: 11px;
    padding: 21px 17px 22px;
  }
  .checkout-page .form-grid {
    display: block;
  }
  .checkout-page .form-grid label {
    display: block;
    margin-bottom: 17px;
  }
  .checkout-page .form-grid label:last-child {
    margin-bottom: 0;
  }
  .checkout-page .payment-summary {
    margin-top: 18px;
    padding: 22px 18px;
  }
}

/* Global surface system — empty space vs. used areas */
:root {
  /* A cool, airy canvas keeps unoccupied space distinct from content surfaces. */
  --space-bg: #e8eff4;
  --surface: #ffffff;
  --surface-soft: #f5f8fa;
  --surface-border: #cbd9e3;
  --surface-blue: #e4eef5;
}
body {
  background: var(--space-bg);
}
.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--surface-border);
}
main {
  background: var(--space-bg);
}
.admin-app {
  background: var(--space-bg);
}
.reference-page,
.shop-page,
.cart-page,
.checkout-page,
.account-page,
.simple-page,
.auth-page,
.verified-page-wrap,
.reference-contact-page,
.verification-page-wrap {
  background: var(--space-bg);
}
.hero-copy,
.hero-visual,
.page-intro,
.empty-cart,
.auth-shell,
.promo-section,
.reference-hero,
.reference-offer,
.depot-hero-copy,
.depot-stock-strip,
.site-footer {
  /* These are intentional full-bleed identity zones. */
}
.product-card,
.reference-product-card,
.order-summary,
.payment-summary,
.checkout-page .form-section,
.checkout-page .checkbox-label,
.account-card:not(.dark-card),
.account-overview-panel,
.account-panel,
.account-form,
.proof-upload,
.proof-history,
.account-order-card,
.transaction-total,
.client-chat,
.history-card,
.contact-form,
.reference-contact-form,
.verification-card,
.auth-form,
.admin-panel,
.admin-stat-grid article,
.content-hub-card,
.testimonial-admin-card {
  background: var(--surface);
  border-color: var(--surface-border);
}
.product-card,
.reference-product-card,
.order-summary,
.payment-summary,
.checkout-page .form-section,
.checkout-page .checkbox-label,
.account-card:not(.dark-card),
.account-overview-panel,
.account-panel,
.account-form,
.proof-upload,
.proof-history,
.account-order-card,
.transaction-total,
.client-chat,
.history-card,
.contact-form,
.reference-contact-form,
.verification-card,
.auth-form,
.admin-panel,
.admin-stat-grid article,
.content-hub-card,
.testimonial-admin-card {
  box-shadow: 0 12px 28px rgba(16, 41, 71, .045);
}
.shop-toolbar,
.checkout-heading,
.account-section-heading,
.account-table,
.account-transaction-list,
.feature-list,
.simple-copy {
  border-color: var(--surface-border);
}
.shop-result,
.breadcrumb,
.gallery-caption,
.checkout-steps,
.back-link,
.account-result-count,
.account-panel-heading p,
.account-order-top > span:not(.order-status),
.account-order-body p,
.account-security-note,
.account-note,
.contact-information-note {
  color: #668096;
}
label input,
label textarea,
label select,
.search-box input,
.admin-search,
.admin-select {
  background: var(--surface-soft);
  border-color: var(--surface-border);
}
label input:focus,
label textarea:focus,
label select:focus,
.search-box input:focus,
.admin-search:focus,
.admin-select:focus {
  background: var(--surface);
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(23, 105, 255, .14);
}
.bank-note,
.account-note,
.account-security-note,
.contact-information-note {
  background: #fff1e8;
  border: 1px solid #ffdfcd;
}
.security-status,
.transaction-total {
  background: #edf3d8;
}
.status-pill,
.order-status {
  border: 1px solid rgba(255, 106, 0, .16);
}
.dark-card,
.rib-card,
.client-chat-header,
.message-detail,
.admin-sidebar,
.admin-header,
.admin-app .admin-main {
  /* Preserve intentional dark navigation and conversation surfaces. */
}

.visitor-analytics .admin-section-heading p {
  max-width: 520px;
}
.visitor-stat-grid {
  margin-bottom: 14px;
}
.visitor-stat-grid article strong {
  font-variant-numeric: tabular-nums;
}
.visitor-stat-grid article small {
  color: #7b8c9b;
}
.visitor-analytics-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.1fr 1fr;
}
.visitor-analytics-grid .admin-panel,
.visitor-recent-panel {
  min-width: 0;
}
.visitor-country-list,
.visitor-page-list,
.visitor-event-list {
  display: flex;
  flex-direction: column;
}
.visitor-country-row,
.visitor-page-row {
  align-items: center;
  border-bottom: 1px solid #e4e9ed;
  display: grid;
  font: 10px var(--mono);
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-height: 47px;
}
.visitor-page-row {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.visitor-country-row:last-child,
.visitor-page-row:last-child {
  border-bottom: 0;
}
.visitor-country-row > span,
.visitor-page-row > span {
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.visitor-country-row strong,
.visitor-page-row strong {
  color: #718496;
  font-size: 9px;
  font-weight: 500;
  white-space: nowrap;
}
.visitor-country-row strong small,
.visitor-page-row strong small {
  color: #9aa8b3;
  font-size: 8px;
}
.visitor-page-row > span small {
  color: #8193a2;
  display: block;
  font-size: 8px;
  margin-top: 4px;
}
.visitor-page-row b {
  color: #5d7690;
  font: 8px var(--mono);
  white-space: nowrap;
}
.visitor-page-row time {
  color: #8193a2;
  font: 8px var(--mono);
  min-width: 78px;
  text-align: right;
}
.visitor-country-row b {
  color: var(--ink);
  font: 600 10px var(--mono);
  min-width: 33px;
  text-align: right;
}
.country-dot {
  background: var(--lime);
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin-right: 9px;
  width: 7px;
}
.visitor-recent-panel {
  margin-top: 14px;
}
.analytics-note {
  color: #8294a2;
  font: 8px var(--mono);
}
.visitor-event-row {
  align-items: center;
  border-bottom: 1px solid #e4e9ed;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr) auto auto;
  min-height: 60px;
}
.visitor-event-row:last-child {
  border-bottom: 0;
}
.visitor-event-icon {
  align-items: center;
  background: #edf3d8;
  border-radius: 50%;
  color: #76913c;
  display: inline-flex;
  font: 13px var(--mono);
  height: 22px;
  justify-content: center;
  width: 22px;
}
.visitor-event-row strong,
.visitor-event-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.visitor-event-row strong {
  color: var(--ink);
  font: 600 10px var(--mono);
}
.visitor-event-row small,
.visitor-event-row time,
.visitor-event-country {
  color: #8193a2;
  font: 8px var(--mono);
}
.visitor-event-country {
  color: #5d7690;
  white-space: nowrap;
}
.visitor-event-row time {
  min-width: 78px;
  text-align: right;
}
.analytics-empty,
.analytics-error,
.analytics-privacy {
  color: #8294a2;
  font: 9px/1.6 var(--mono);
}
.analytics-error {
  color: #b26e62;
  margin: 14px 0 0;
}
.analytics-privacy {
  margin: 14px 0 0;
}

@media (max-width: 760px) {
  .visitor-analytics-grid {
    grid-template-columns: 1fr;
  }
  .visitor-event-row {
    grid-template-columns: 22px minmax(0, 1fr) auto;
  }
  .visitor-event-row time {
    display: none;
  }
  .visitor-page-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .visitor-page-row time {
    display: none;
  }
}

/* Final compact shell: navigation, boutique hero and footer */
.site-header {
  align-items: center;
  background: rgba(255, 253, 249, .97);
  border-bottom: 1px solid #e3dfd6;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(185px, 1fr) auto minmax(185px, 1fr);
  height: 78px;
  padding: 0 clamp(24px, 5vw, 76px);
}

.site-header .brand {
  min-width: 0;
}

.site-header .header-center {
  align-items: center;
  gap: 7px;
  margin: 0;
}

.site-header .header-location {
  font-size: 7px;
  letter-spacing: .16em;
}

.site-header .main-nav {
  gap: clamp(16px, 2.3vw, 31px);
  margin: 0;
}

.site-header .main-nav a,
.site-header .contact-link {
  font-size: 10px;
  white-space: nowrap;
}

.site-header .header-actions {
  justify-content: end;
}

.site-header .cart-button {
  height: 38px;
}

.shop-page .shop-hero {
  align-items: center;
  min-height: 0;
  padding-bottom: 38px;
  padding-top: 38px;
}

.shop-page .shop-hero-copy {
  padding: 5px 0 10px;
}

.shop-page .shop-hero h1 {
  font-size: clamp(45px, 5.2vw, 73px);
  line-height: .88;
  margin: 17px 0 15px;
}

.shop-page .shop-hero-copy > p {
  font-size: 12px;
  line-height: 1.6;
  max-width: 390px;
}

.shop-page .shop-hero-stats {
  gap: 24px;
  margin-top: 23px;
  padding-top: 13px;
}

.shop-page .shop-hero-stats strong {
  font-size: 16px;
}

.shop-page .shop-hero-visual {
  height: 320px;
  min-height: 0;
}

.site-footer {
  background: #18201d;
  border-top: 4px solid var(--purchase-coral, #e56f51);
  color: #f5f1e8;
  padding: 54px clamp(24px, 7vw, 100px) 22px;
}

.site-footer .footer-top {
  align-items: start;
  column-gap: clamp(25px, 4vw, 68px);
  grid-template-columns: minmax(190px, 1.15fr) minmax(130px, .8fr) minmax(130px, .8fr) minmax(240px, 1.35fr);
  padding-bottom: 42px;
  row-gap: 30px;
}

.site-footer .brand,
.site-footer .footer-brand-block p,
.site-footer .footer-links a,
.site-footer .footer-newsletter p,
.site-footer .footer-contact {
  color: #f5f1e8;
}

.site-footer .brand em {
  color: #f2a28d;
}

.site-footer .brand-mark {
  background: var(--purchase-coral, #e56f51);
  color: #18201d;
}

.site-footer .footer-brand-block p {
  font-size: 13px;
  line-height: 1.45;
  margin-top: 16px;
}

.site-footer .footer-location {
  color: #f2a28d;
  margin-top: 18px;
}

.site-footer .footer-links {
  gap: 9px;
}

.site-footer .footer-links .eyebrow,
.site-footer .footer-newsletter .eyebrow {
  color: #f2a28d;
  margin-bottom: 5px;
}

.site-footer .footer-links a {
  font-size: 10px;
}

.site-footer .footer-links a:hover {
  color: #f2a28d;
}

.site-footer .footer-newsletter p {
  font-size: 11px;
  margin: 4px 0 14px;
}

.site-footer .footer-newsletter > div {
  border-bottom-color: #56625d;
  min-height: 38px;
}

.site-footer .footer-newsletter input {
  color: #f5f1e8;
}

.site-footer .footer-newsletter input::placeholder {
  color: #c4cbc4;
}

.site-footer .footer-newsletter .button {
  background: var(--purchase-coral, #e56f51);
  border: 0;
  color: #fff;
  min-height: 36px;
}

.site-footer .footer-contact {
  color: #c4cbc4;
  font-size: 9px;
  margin-top: 15px;
}

.site-footer .footer-bottom {
  border-top-color: #3e4a45;
  color: #aebbb4;
  padding-top: 17px;
}

.site-footer .footer-legal-links a {
  color: #cbd3cc;
}

.site-footer .footer-legal-links a:hover {
  color: #f2a28d;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(160px, 1fr) auto;
  }

  .site-header .header-center {
    display: none;
  }

  .site-header .header-actions {
    grid-column: 2;
  }

  .site-footer .footer-top {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .site-footer .footer-newsletter {
    grid-column: 1 / -1;
    max-width: 520px;
  }
}

@media (max-width: 700px) {
  .site-header {
    height: 70px;
    padding: 0 5vw;
  }

  .site-header .brand {
    font-size: 9px;
  }

  .site-header .brand-mark {
    height: 34px;
    width: 34px;
  }

  .site-header .header-actions {
    gap: 7px;
  }

  .site-header .cart-button {
    padding: 0 9px 0 12px;
  }

  .shop-page .shop-hero {
    display: block;
    padding-bottom: 28px;
    padding-top: 30px;
  }

  .shop-page .shop-hero h1 {
    font-size: 53px;
  }

  .shop-page .shop-hero-visual {
    height: 220px;
    margin-top: 25px;
  }

  .site-footer {
    padding: 44px 7vw 20px;
  }

  .site-footer .footer-top {
    display: grid;
    gap: 28px 20px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 33px;
  }

  .site-footer .footer-brand-block,
  .site-footer .footer-newsletter {
    grid-column: 1 / -1;
  }

  .site-footer .footer-newsletter {
    max-width: none;
  }

  .site-footer .footer-newsletter > div {
    align-items: stretch;
    flex-direction: row;
  }

  .site-footer .footer-newsletter .button {
    align-self: center;
  }

  .site-footer .footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 13px;
  }

  .site-footer .footer-legal-links {
    justify-content: start;
  }
}

/* Atelier layout — a structural alternative to the former centered showroom */
.header-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}
.header-location {
  color: #879390;
  font: 8px var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.header-location i {
  background: var(--lime-dark);
  border-radius: 50%;
  display: inline-block;
  height: 4px;
  margin: 0 7px 1px;
  width: 4px;
}
.contact-link span {
  color: var(--lime-dark);
  font-size: 15px;
  margin-left: 5px;
}
.atelier-home {
  background: var(--paper);
}
.atelier-hero {
  background: #e5ebe4;
  display: grid;
  grid-template-columns: 74px minmax(390px, .88fr) minmax(450px, 1.12fr);
  min-height: 670px;
}
.atelier-rail {
  align-items: center;
  border-right: 1px solid #ced8cf;
  color: #72837f;
  display: flex;
  flex-direction: column;
  font: 8px var(--mono);
  justify-content: space-between;
  letter-spacing: .13em;
  padding: 38px 0;
  text-align: center;
  writing-mode: vertical-rl;
}
.atelier-rail i {
  background: var(--lime-dark);
  display: block;
  height: 48px;
  width: 1px;
}
.atelier-hero-copy {
  align-self: center;
  padding: 70px 7vw 65px 6vw;
}
.atelier-eyebrow {
  color: var(--lime-dark);
  display: block;
  font: 9px var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.atelier-eyebrow > span {
  color: #87938d;
  margin-right: 10px;
}
.atelier-hero-copy h1 {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(55px, 6.1vw, 96px);
  letter-spacing: -.1em;
  line-height: .86;
  margin: 28px 0 29px;
}
.atelier-hero-copy h1 em,
.atelier-section-head h2 em,
.atelier-split-copy h2 em,
.atelier-statement blockquote em {
  color: var(--lime-dark);
  font-family: var(--serif);
  font-weight: 400;
}
.atelier-hero-copy > p {
  color: #677977;
  font: 13px/1.75 var(--mono);
  max-width: 430px;
}
.atelier-actions {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-top: 29px;
}
.atelier-quiet-link,
.atelier-arrow-link {
  background: none;
  border: 0;
  color: var(--ink);
  font: 10px var(--mono);
  padding: 0;
}
.atelier-quiet-link span,
.atelier-arrow-link svg {
  color: var(--lime-dark);
  margin-left: 7px;
}
.atelier-numbers {
  border-top: 1px solid #cbd6cd;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 65px;
  max-width: 480px;
  padding-top: 16px;
}
.atelier-numbers strong,
.atelier-numbers span {
  display: block;
}
.atelier-numbers strong {
  color: var(--ink);
  font: 600 18px 'Space Grotesk', sans-serif;
}
.atelier-numbers span {
  color: #7b8a85;
  font: 8px var(--mono);
  margin-top: 5px;
  text-transform: uppercase;
}
.atelier-hero-media {
  min-height: 670px;
  overflow: hidden;
  position: relative;
}
.atelier-hero-media:after {
  background: linear-gradient(0deg, rgba(18, 34, 38, .66), transparent 38%);
  content: '';
  inset: 0;
  position: absolute;
}
.atelier-hero-media img {
  filter: saturate(.55);
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
  width: 100%;
}
.atelier-hero-media:hover img {
  transform: scale(1.04);
}
.atelier-media-caption {
  align-items: end;
  bottom: 29px;
  color: #f8f4e9;
  display: grid;
  font: 9px var(--mono);
  grid-template-columns: 1fr auto 1fr;
  left: 32px;
  letter-spacing: .11em;
  position: absolute;
  right: 32px;
  z-index: 1;
}
.atelier-media-caption strong {
  font-size: 8px;
  font-weight: 400;
}
.atelier-media-caption span:last-child {
  justify-self: end;
}
.atelier-ticker {
  align-items: center;
  background: var(--ink);
  color: #d5ddd6;
  display: flex;
  font: 9px var(--mono);
  gap: 28px;
  justify-content: center;
  letter-spacing: .1em;
  min-height: 55px;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
}
.atelier-ticker i {
  color: var(--lime);
  font-style: normal;
}
.atelier-collection,
.atelier-solutions {
  padding-bottom: 125px;
  padding-top: 125px;
}
.atelier-section-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 43px;
}
.atelier-section-head h2 {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(38px, 4.5vw, 66px);
  letter-spacing: -.1em;
  line-height: .88;
  margin: 22px 0 0;
}
.atelier-section-head > div:last-child {
  max-width: 315px;
}
.atelier-section-head p {
  color: var(--muted);
  font: 11px/1.7 var(--mono);
}
.atelier-product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.atelier-product-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  box-shadow: 0 13px 30px rgba(23, 38, 42, .05);
  overflow: hidden;
}
.atelier-product-media {
  display: block;
  height: 295px;
  overflow: hidden;
  position: relative;
}
.atelier-product-media:after {
  background: linear-gradient(0deg, rgba(18, 34, 38, .55), transparent 45%);
  content: '';
  inset: 0;
  position: absolute;
}
.atelier-product-media img {
  filter: saturate(.67);
  height: 100%;
  object-fit: cover;
  transition: transform .55s;
  width: 100%;
}
.atelier-product-card:hover .atelier-product-media img {
  transform: scale(1.05);
}
.atelier-product-media > span,
.atelier-product-media > b {
  color: white;
  font: 9px var(--mono);
  position: absolute;
  z-index: 1;
}
.atelier-product-media > span {
  left: 17px;
  top: 17px;
}
.atelier-product-media > b {
  background: var(--lime);
  border-radius: 999px;
  color: var(--ink);
  font-size: 8px;
  font-weight: 500;
  padding: 7px 10px;
  right: 15px;
  text-transform: uppercase;
  top: 14px;
}
.atelier-product-body {
  min-height: 142px;
  padding: 18px 19px 15px;
}
.atelier-product-body h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  letter-spacing: -.06em;
  margin: 8px 0 16px;
}
.atelier-product-bottom {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
}
.atelier-product-bottom strong {
  font: 600 16px 'Space Grotesk', sans-serif;
}
.atelier-product-bottom strong small {
  color: var(--muted);
  font: 8px var(--mono);
}
.atelier-product-bottom button {
  align-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  color: var(--lime);
  display: flex;
  height: 31px;
  justify-content: center;
  width: 31px;
}
.atelier-product-bottom button:hover {
  background: var(--lime);
  color: var(--ink);
}
.atelier-split {
  align-items: stretch;
  background: #e5ebe4;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.atelier-split-image {
  min-height: 570px;
  overflow: hidden;
  position: relative;
}
.atelier-split-image:after {
  background: linear-gradient(0deg, rgba(18, 34, 38, .72), transparent 50%);
  content: '';
  inset: 0;
  position: absolute;
}
.atelier-split-image img {
  filter: saturate(.6);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.atelier-split-image span {
  bottom: 28px;
  color: white;
  font: 9px var(--mono);
  left: 8%;
  letter-spacing: .12em;
  position: absolute;
  z-index: 1;
}
.atelier-split-copy {
  align-self: center;
  padding: 80px 12%;
}
.atelier-split-copy h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(38px, 4.7vw, 67px);
  letter-spacing: -.1em;
  line-height: .87;
  margin: 22px 0 24px;
}
.atelier-split-copy > p {
  color: var(--muted);
  font: 12px/1.8 var(--mono);
  max-width: 385px;
}
.atelier-detail-list {
  border-bottom: 1px solid #cbd6cd;
  border-top: 1px solid #cbd6cd;
  margin: 32px 0 22px;
}
.atelier-detail-list span {
  border-bottom: 1px solid #cbd6cd;
  display: block;
  font: 10px var(--mono);
  padding: 13px 0;
}
.atelier-detail-list span:last-child {
  border-bottom: 0;
}
.atelier-detail-list b {
  color: var(--lime-dark);
  font-weight: 400;
  margin-right: 19px;
}
.atelier-solutions {
  padding-bottom: 130px;
}
.atelier-solution-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.atelier-solution-card {
  border-radius: 18px;
  height: 310px;
  overflow: hidden;
  position: relative;
}
.atelier-solution-card:after {
  background: linear-gradient(0deg, rgba(18, 34, 38, .88), transparent 60%);
  content: '';
  inset: 0;
  position: absolute;
}
.atelier-solution-card img {
  filter: saturate(.56);
  height: 100%;
  object-fit: cover;
  transition: transform .55s;
  width: 100%;
}
.atelier-solution-card:hover img {
  transform: scale(1.06);
}
.atelier-solution-card > div {
  bottom: 21px;
  color: white;
  left: 21px;
  position: absolute;
  right: 21px;
  z-index: 1;
}
.atelier-solution-card span {
  color: var(--lime);
  font: 9px var(--mono);
}
.atelier-solution-card h3 {
  font: 500 25px 'Space Grotesk', sans-serif;
  letter-spacing: -.07em;
  margin: 8px 0 0;
}
.atelier-solution-card svg {
  bottom: 0;
  position: absolute;
  right: 0;
}
.atelier-statement {
  background: var(--ink);
  color: white;
  padding: 120px 0;
}
.atelier-statement blockquote {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(34px, 5vw, 70px);
  letter-spacing: -.09em;
  line-height: .94;
  margin: 31px 0 35px;
  max-width: 820px;
  text-align: left;
}
.atelier-statement blockquote em {
  color: var(--lime);
}
.atelier-statement .button-primary {
  background: var(--lime);
  color: var(--ink);
}

.site-footer {
  border-top: 0;
}
.footer-top {
  align-items: start;
  grid-template-columns: 1.2fr .7fr .7fr 1.3fr;
}
.footer-brand-block p {
  color: #9fb0aa;
  font: 14px/1.55 var(--serif);
  margin: 22px 0 0;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links .eyebrow,
.footer-newsletter .eyebrow {
  color: var(--lime);
  margin-bottom: 5px;
}
.footer-links a {
  color: #c0cdc6;
  font: 10px var(--mono);
}
.footer-links a:hover {
  color: var(--lime);
}
.footer-newsletter p {
  color: #c0cdc6;
  font: 11px var(--mono);
  margin: 11px 0 15px;
}

@media (max-width: 900px) {
  .atelier-hero {
    grid-template-columns: 54px minmax(300px, .92fr) 1.08fr;
  }
  .atelier-hero-copy {
    padding-left: 5vw;
    padding-right: 4vw;
  }
  .atelier-hero-copy h1 {
    font-size: clamp(47px, 6vw, 75px);
  }
  .atelier-actions {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
  .footer-top {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .footer-newsletter {
    grid-column: 1 / -1;
    justify-self: start;
    width: min(100%, 360px);
  }
}

@media (max-width: 760px) {
  .header-center {
    align-items: start;
    margin: 0;
  }
  .header-location {
    display: none;
  }
  .atelier-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .atelier-rail {
    align-items: center;
    border-bottom: 1px solid #ced8cf;
    border-right: 0;
    flex-direction: row;
    height: 43px;
    justify-content: space-between;
    padding: 0 7%;
    width: 100%;
    writing-mode: initial;
  }
  .atelier-rail i {
    height: 1px;
    width: 44px;
  }
  .atelier-hero-copy {
    padding: 62px 8% 55px;
  }
  .atelier-hero-copy h1 {
    font-size: 54px;
  }
  .atelier-hero-copy > p {
    font-size: 11px;
  }
  .atelier-numbers {
    margin-top: 45px;
  }
  .atelier-hero-media {
    min-height: 390px;
  }
  .atelier-ticker {
    justify-content: start;
    overflow: hidden;
    font-size: 8px;
  }
  .atelier-ticker span:nth-of-type(n + 3),
  .atelier-ticker i:nth-of-type(n + 3) {
    display: none;
  }
  .atelier-collection,
  .atelier-solutions {
    padding-bottom: 82px;
    padding-top: 82px;
  }
  .atelier-section-head {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }
  .atelier-product-grid,
  .atelier-solution-grid {
    grid-template-columns: 1fr;
  }
  .atelier-product-media {
    height: 285px;
  }
  .atelier-split {
    display: flex;
    flex-direction: column;
  }
  .atelier-split-image {
    min-height: 350px;
  }
  .atelier-split-copy {
    padding: 72px 8%;
  }
  .atelier-statement {
    padding: 85px 0;
  }
  .atelier-statement blockquote {
    font-size: 41px;
  }
  .footer-top {
    display: grid;
    gap: 32px 22px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand-block,
  .footer-newsletter {
    grid-column: 1 / -1;
  }
}

/* ─────────────────────────────────────────────────────────────
   ATELIER 26 — premium industrial visual system
   A warmer, more editorial direction for the public site and admin.
   ───────────────────────────────────────────────────────────── */
:root {
  --ink: #17262a;
  --muted: #6c7d7f;
  --paper: #f7f5ef;
  --paper-dark: #ebe8df;
  --line: #d9ded8;
  --lime: #d6b66a;
  --lime-dark: #a5792d;
  --olive: #486568;
  --black: #122226;
  --space-bg: #eef1ed;
  --surface: #fffdf8;
  --surface-soft: #f4f5f0;
  --surface-border: #d7dfd9;
  --surface-blue: #e7eee9;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Manrope', Arial, sans-serif;
}
main {
  background: var(--paper);
}
.announcement {
  background: var(--black);
  color: #eee9dc;
  height: 35px;
  letter-spacing: .07em;
}
.announcement .pulse {
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(214, 182, 106, .12);
}
.announcement-close {
  color: #c4d0c8;
}
.site-header {
  background: rgba(247, 245, 239, .94);
  border-bottom: 1px solid var(--line);
  height: 92px;
  padding: 0 5.5vw;
  position: relative;
  z-index: 10;
}
.brand {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: .08em;
}
.brand em {
  color: var(--olive);
}
.brand-mark {
  background: var(--ink);
  border-radius: 9px;
  color: var(--lime);
  height: 39px;
  width: 39px;
}
.main-nav {
  gap: clamp(16px, 2.4vw, 34px);
}
.main-nav a,
.contact-link {
  color: #647777;
  font-size: 11px;
  font-weight: 700;
}
.main-nav a:hover,
.main-nav a.active,
.contact-link:hover {
  color: var(--ink);
}
.main-nav a.active:after {
  background: var(--lime-dark);
  bottom: -13px;
  border-radius: 2px;
  height: 3px;
}
.header-actions {
  gap: 11px;
}
.icon-button {
  background: var(--surface);
  border-color: var(--line);
  height: 39px;
  width: 39px;
}
.cart-button {
  background: var(--ink);
  border-radius: 999px;
  color: white;
  height: 42px;
  padding: 0 9px 0 15px;
}
.cart-count {
  background: var(--lime);
  color: var(--ink);
}
.button {
  border-radius: 999px;
  min-height: 52px;
  padding: 0 23px;
  transition: transform .25s, box-shadow .25s, background .25s;
}
.button:hover {
  box-shadow: 0 12px 24px rgba(23, 38, 42, .13);
  transform: translateY(-3px);
}
.button-primary {
  background: var(--ink);
}
.button-primary:hover {
  background: #284347;
}
.button-light {
  background: var(--lime);
}
.reference-orange-button {
  background: var(--lime);
  color: var(--ink);
}
.reference-orange-button:hover {
  background: #e1c77f;
}
.reference-white-button {
  border-color: rgba(255, 255, 255, .7);
  color: var(--ink);
}
.section-shell {
  max-width: 1280px;
  width: 82%;
}
.reference-page,
.shop-page,
.cart-page,
.checkout-page,
.account-page,
.simple-page,
.auth-page,
.verified-page-wrap,
.reference-contact-page,
.verification-page-wrap,
.containers-page-wrap {
  background: var(--paper);
}

/* Home */
.reference-hero {
  border-radius: 0 0 30px 30px;
  box-shadow: 0 25px 60px rgba(23, 38, 42, .18);
  margin: 0 auto;
  min-height: 670px;
  overflow: hidden;
  width: 92%;
}
.reference-hero > img {
  filter: saturate(.58) contrast(1.03);
}
.reference-hero-shade {
  background: linear-gradient(90deg, rgba(15, 32, 34, .78), rgba(15, 32, 34, .14) 78%), linear-gradient(0deg, rgba(15, 32, 34, .48), transparent 55%);
}
.reference-hero-content {
  left: 9%;
  max-width: 650px;
  text-align: left;
  transform: translateY(-3%);
  width: 82%;
}
.reference-kicker,
.reference-section-label {
  color: var(--lime);
  letter-spacing: .13em;
}
.reference-hero-content h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(54px, 6vw, 88px);
  letter-spacing: -.09em;
  line-height: .9;
  margin: 27px 0 25px;
}
.reference-hero-content p {
  color: #e1e9e3;
  font: 14px/1.75 var(--mono);
  margin: 0;
  max-width: 520px;
}
.reference-actions {
  justify-content: start;
  margin-top: 31px;
}
.reference-hero-status {
  background: rgba(18, 34, 38, .74);
  border-color: rgba(214, 182, 106, .45);
  border-radius: 14px;
  bottom: 28px;
}
.reference-hero-status > svg {
  color: var(--lime);
}
.status-dot {
  background: #a6d297;
}
.reference-scroll {
  color: #e4ede7;
}
.reference-benefits {
  gap: 14px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.reference-benefits article {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  box-shadow: 0 16px 35px rgba(23, 38, 42, .08);
  padding: 28px 20px 24px;
}
.reference-benefit-icon {
  background: var(--surface-blue);
  border-radius: 12px;
  color: var(--lime-dark);
}
.reference-benefits h2 {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
}
.reference-benefits p,
.reference-intro p,
.reference-about-copy p {
  color: var(--muted);
}
.reference-intro {
  padding-top: 118px;
}
.reference-intro h2,
.reference-about-copy h2,
.reference-categories h2 {
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -.09em;
}
.reference-products {
  gap: 20px;
  padding-bottom: 116px;
}
.reference-product-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(23, 38, 42, .05);
}
.reference-product-card > a {
  height: 295px;
}
.reference-product-card > a img,
.reference-about-image img,
.reference-category-grid img {
  filter: saturate(.64) contrast(1.03);
}
.reference-product-tag {
  background: var(--lime);
  border-radius: 999px;
  color: var(--ink);
}
.reference-product-card > div > button {
  background: var(--ink);
}
.reference-product-card > div > button:hover {
  background: var(--lime);
  color: var(--ink);
}
.reference-about {
  background: #e6ece5;
  padding: 117px 0;
}
.reference-about-image {
  border-radius: 18px;
}
.reference-about-image:after {
  border-color: rgba(255, 253, 248, .72);
  border-radius: 12px;
}
.reference-about-copy h2 em {
  color: var(--lime-dark);
}
.reference-categories {
  padding-bottom: 120px;
  padding-top: 118px;
}
.reference-category-grid > a {
  border-radius: 18px;
}
.reference-category-grid > a:after {
  background: linear-gradient(180deg, transparent 20%, rgba(18, 34, 38, .88));
}
.reference-offer {
  background: var(--ink);
  border-radius: 0;
  min-height: 330px;
}
.reference-offer-number {
  color: var(--lime);
}
.reference-offer p strong {
  color: var(--lime);
}

/* Catalogue, detail pages and forms */
.page-intro {
  padding-bottom: 85px;
  padding-top: 92px;
}
.page-intro h1,
.simple-hero h1,
.cart-heading h1,
.checkout-heading h1,
.account-heading h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
}
.shop-page .page-intro h1 {
  font-size: clamp(56px, 7vw, 92px);
}
.shop-toolbar {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 16px;
  padding: 14px 18px;
}
.filter-tabs button.active:after {
  background: var(--lime-dark);
}
.shop-grid {
  gap: 25px 20px;
}
.product-card {
  background: transparent;
}
.product-image {
  border-radius: 16px;
  height: 345px;
}
.product-image img {
  filter: saturate(.72);
}
.product-tag {
  background: var(--lime);
  border-radius: 999px;
}
.add-button {
  border-radius: 50%;
  background: var(--ink);
}
.detail-main-image {
  border-radius: 20px;
}
.order-summary,
.payment-summary,
.contact-form,
.reference-contact-form,
.auth-form,
.verification-card,
.account-panel,
.account-card:not(.dark-card),
.history-card,
.admin-panel,
.admin-stat-grid article {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(23, 38, 42, .055);
}
.order-summary,
.payment-summary {
  background: #eef1eb;
}
.form-section,
.checkout-page .checkbox-label {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 16px;
  padding: 23px;
}
label input,
label textarea,
label select,
.search-box input,
.admin-search,
.admin-select {
  background: var(--surface-soft);
  border: 1px solid var(--surface-border);
  border-radius: 10px;
  padding: 12px 13px;
}
label input:focus,
label textarea:focus,
label select:focus,
.search-box input:focus,
.admin-search:focus,
.admin-select:focus {
  border-color: var(--lime-dark);
  box-shadow: 0 0 0 4px rgba(214, 182, 106, .18);
}
.simple-hero,
.contact-hero,
.verified-hero {
  padding-top: 100px;
}
.simple-hero-visual {
  border-radius: 20px;
}

/* Admin surfaces */
.admin-app {
  background: #edf0eb;
}
.admin-sidebar {
  background: var(--black);
  color: #f5f3ea;
}
.admin-sidebar .brand-mark {
  background: var(--lime);
  color: var(--ink);
}
.admin-sidebar nav a {
  border-radius: 10px;
}
.admin-sidebar nav a.active {
  background: #294246;
  color: var(--lime);
}
.admin-header {
  background: var(--surface);
  border-bottom: 1px solid var(--surface-border);
}
.admin-header h1,
.admin-section-heading h2,
.panel-heading h2 {
  font-family: 'Space Grotesk', sans-serif;
}
.admin-panel,
.admin-stat-grid article {
  box-shadow: 0 14px 30px rgba(23, 38, 42, .055);
}
.admin-action-button,
.verify-button {
  background: var(--lime);
  border-radius: 999px;
  color: var(--ink);
}
.admin-action-button:hover {
  background: #e1c77f;
}
.admin-data-head,
.admin-data-row {
  border-color: var(--surface-border);
}
.admin-search,
.admin-select {
  background: var(--surface);
}

/* Footer and secondary pages */
.site-footer {
  background: var(--black);
  border-top: 5px solid var(--lime);
  padding-top: 65px;
}
.footer-top {
  border-color: #405258;
}
.footer-top > p {
  color: #b7c5bf;
}
.footer-newsletter > div {
  border-color: #62736f;
}
.footer-bottom {
  color: #91a29c;
}

@media (max-width: 760px) {
  .site-header {
    height: 76px;
    padding: 0 6vw;
  }
  .main-nav,
  .contact-link {
    display: none;
  }
  .header-actions {
    margin-left: auto;
    margin-right: 8px;
  }
  .cart-button span {
    display: none;
  }
  .mobile-menu {
    display: inline-flex;
  }
  .reference-hero {
    border-radius: 0 0 22px 22px;
    min-height: 610px;
    width: 100%;
  }
  .reference-hero-content {
    left: 7%;
    width: 86%;
  }
  .reference-hero-content h1 {
    font-size: 48px;
  }
  .reference-hero-content p {
    font-size: 12px;
  }
  .reference-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .reference-actions .button {
    width: max-content;
  }
  .reference-benefits {
    margin-top: -18px;
    width: 88%;
  }
  .reference-intro {
    padding-top: 78px;
  }
  .product-image {
    height: 290px;
  }
  .footer-top,
  .footer-bottom {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .footer-newsletter {
    justify-self: start;
    width: 100%;
  }
  .footer-bottom div {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

.containers-page {
  background: var(--paper);
  color: var(--ink);
}
.containers-hero {
  align-items: center;
  display: grid;
  gap: 7%;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  padding-bottom: 95px;
  padding-top: 86px;
}
.containers-hero-copy h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(48px, 6.8vw, 88px);
  letter-spacing: -.08em;
  line-height: .9;
  margin: 23px 0 24px;
}
.containers-hero-copy h1 em,
.containers-types-heading h2 em,
.containers-uses-heading h2 em,
.containers-more-copy h2 em,
.containers-contact h2 em {
  color: var(--lime-dark);
  font-style: normal;
}
.containers-hero-copy > p {
  color: var(--muted);
  font: 14px/1.7 var(--mono);
  max-width: 470px;
}
.containers-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 29px;
}
.containers-text-link,
.containers-type-card a {
  color: var(--olive);
  font: 9px var(--mono);
}
.containers-hero-visual {
  min-height: 480px;
  overflow: hidden;
  position: relative;
}
.containers-hero-visual:after {
  background: linear-gradient(180deg, transparent 35%, rgba(11, 17, 23, .66));
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.containers-hero-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.containers-hero-visual span {
  bottom: 22px;
  color: white;
  font: 9px var(--mono);
  left: 25px;
  letter-spacing: .08em;
  position: absolute;
  z-index: 1;
}
.containers-intro,
.containers-types,
.containers-uses,
.containers-prices,
.containers-more {
  padding-bottom: 100px;
  padding-top: 100px;
}
.containers-section-label {
  align-items: center;
  color: #87948b;
  display: flex;
  font: 9px var(--mono);
  gap: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.containers-section-label > span:first-child {
  color: var(--lime-dark);
}
.containers-intro-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10%;
  grid-template-columns: 1fr 1fr;
  margin-top: 26px;
  padding-top: 28px;
}
.containers-intro-grid h2,
.containers-types-heading h2,
.containers-uses-heading h2,
.containers-prices-heading h2,
.containers-more-copy h2,
.containers-logistics h2,
.containers-contact h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(31px, 4vw, 55px);
  letter-spacing: -.07em;
  line-height: .98;
  margin: 0;
}
.containers-intro-grid p,
.containers-types-heading p,
.containers-uses-heading p,
.containers-prices-heading p,
.containers-more-copy p,
.containers-logistics p,
.containers-contact p {
  color: var(--muted);
  font: 12px/1.8 var(--mono);
  margin: 0 0 16px;
  max-width: 590px;
}
.containers-benefits {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
}
.containers-benefits span {
  border-right: 1px solid var(--line);
  color: var(--ink);
  font: 10px var(--mono);
  padding: 18px 16px 18px 0;
}
.containers-benefits span + span {
  padding-left: 16px;
}
.containers-benefits span:last-child {
  border-right: 0;
}
.containers-types {
  background: #edf1e9;
  max-width: none;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}
.containers-types-heading,
.containers-uses-heading,
.containers-prices-heading {
  align-items: end;
  display: flex;
  gap: 8%;
  justify-content: space-between;
  margin: 28px 0 37px;
}
.containers-types-heading p,
.containers-uses-heading p {
  max-width: 360px;
}
.containers-type-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
.containers-type-card {
  background: #f9faf6;
  min-height: 280px;
  padding: 25px;
  position: relative;
}
.containers-type-card-dark {
  background: var(--ink);
  color: white;
}
.containers-type-card-dark .eyebrow,
.containers-type-card-dark p {
  color: #a9b6b5;
}
.containers-card-number {
  color: var(--lime-dark);
  font: 10px var(--mono);
  position: absolute;
  right: 25px;
  top: 26px;
}
.containers-type-card h3 {
  font-size: 27px;
  letter-spacing: -.07em;
  margin: 40px 0 13px;
}
.containers-type-card p {
  color: var(--muted);
  font: 11px/1.7 var(--mono);
  max-width: 440px;
}
.containers-type-card a {
  bottom: 25px;
  position: absolute;
}
.containers-uses-heading {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.containers-uses-heading h2 {
  min-width: 45%;
}
.containers-use-list {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.containers-use-list span {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: var(--ink);
  font: 11px var(--mono);
  min-height: 69px;
  padding: 25px 17px 15px 0;
}
.containers-use-list span:nth-child(4n) {
  border-right: 0;
  padding-left: 17px;
}
.containers-use-list span:nth-child(4n + 2),
.containers-use-list span:nth-child(4n + 3) {
  padding-left: 17px;
}
.containers-use-list span:nth-last-child(-n + 4) {
  border-bottom: 0;
}
.containers-prices {
  background: #f1f3f1;
  max-width: none;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}
.containers-prices-heading {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.containers-price-note {
  color: var(--olive);
  font: 9px/1.6 var(--mono);
  text-align: right;
  white-space: nowrap;
}
.containers-price-table {
  background: #fafbf8;
  border-top: 1px solid var(--line);
}
.containers-price-head,
.containers-price-row {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 58px;
  padding: 0 22px;
}
.containers-price-head {
  color: #89958d;
  font: 8px var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.containers-price-row {
  border-top: 1px solid #e2e7e1;
  color: var(--muted);
  font: 10px var(--mono);
}
.containers-price-row strong {
  color: var(--ink);
  font-weight: 600;
}
.containers-price-row b {
  color: var(--ink);
  font: 600 14px var(--mono);
}
.containers-price-row .is-new {
  color: var(--lime-dark);
}
.containers-more {
  display: grid;
  gap: 10%;
  grid-template-columns: .85fr 1.15fr;
}
.containers-more-copy h2 {
  margin: 27px 0 19px;
}
.containers-more-copy p {
  margin-bottom: 28px;
}
.containers-quality {
  align-self: center;
  background: var(--ink);
  color: white;
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr;
  padding: 30px;
}
.containers-quality-mark {
  align-items: center;
  background: var(--lime);
  color: var(--ink);
  display: flex;
  font: 600 13px var(--mono);
  height: 51px;
  justify-content: center;
  width: 51px;
}
.containers-quality h3 {
  font-size: 25px;
  letter-spacing: -.06em;
  margin: 12px 0 7px;
}
.containers-quality p {
  color: #a9b5b3;
  font: 10px/1.7 var(--mono);
  margin: 0;
}
.containers-quality-tags {
  border-top: 1px solid #3a4a54;
  display: flex;
  gap: 18px;
  grid-column: 1 / -1;
  padding-top: 16px;
}
.containers-quality-tags span {
  color: var(--lime);
  font: 8px var(--mono);
  text-transform: uppercase;
}
.containers-logistics {
  background: #263642;
  color: white;
  padding: 100px 0;
}
.containers-logistics-grid {
  display: grid;
  gap: 10%;
  grid-template-columns: 1.1fr .9fr;
}
.containers-logistics .containers-section-label {
  color: #aab8bd;
  margin-bottom: 28px;
}
.containers-logistics h2 {
  font-size: clamp(32px, 4vw, 55px);
  max-width: 650px;
}
.containers-logistics p {
  color: #b5c2c4;
  margin-top: 23px;
}
.containers-logistics-card {
  align-self: center;
  border-left: 1px solid #566771;
  padding: 11px 0 11px 30px;
}
.containers-logistics-card .eyebrow {
  color: var(--lime);
}
.containers-logistics-card strong {
  display: block;
  font-size: 27px;
  letter-spacing: -.06em;
  margin-top: 23px;
}
.containers-logistics-card p {
  font-size: 10px;
  margin: 10px 0 25px;
}
.containers-contact {
  padding-bottom: 120px;
  padding-top: 120px;
}
.containers-contact h2 {
  margin: 25px 0 18px;
}
.containers-contact p {
  max-width: 490px;
}

@media (max-width: 760px) {
  .containers-hero,
  .containers-intro-grid,
  .containers-type-grid,
  .containers-more,
  .containers-logistics-grid {
    grid-template-columns: 1fr;
  }
  .containers-hero {
    gap: 42px;
    padding-bottom: 68px;
    padding-top: 66px;
  }
  .containers-hero-visual {
    min-height: 290px;
  }
  .containers-intro,
  .containers-types,
  .containers-uses,
  .containers-prices,
  .containers-more {
    padding-bottom: 68px;
    padding-top: 68px;
  }
  .containers-types,
  .containers-prices {
    padding-left: 8%;
    padding-right: 8%;
  }
  .containers-intro-grid,
  .containers-types-heading,
  .containers-uses-heading,
  .containers-prices-heading {
    align-items: start;
    display: grid;
    gap: 22px;
  }
  .containers-benefits {
    grid-template-columns: 1fr 1fr;
  }
  .containers-benefits span:nth-child(2) {
    border-right: 0;
  }
  .containers-benefits span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .containers-use-list {
    grid-template-columns: 1fr 1fr;
  }
  .containers-use-list span:nth-child(4n) {
    border-right: 1px solid var(--line);
    padding-left: 0;
  }
  .containers-use-list span:nth-child(2n) {
    border-right: 0;
    padding-left: 17px;
  }
  .containers-use-list span:nth-last-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }
  .containers-use-list span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .containers-price-head,
  .containers-price-row {
    gap: 10px;
    grid-template-columns: 1fr .9fr .9fr;
    padding: 0 12px;
  }
  .containers-price-row b {
    font-size: 12px;
  }
  .containers-quality {
    margin-top: 15px;
  }
  .containers-logistics {
    padding: 68px 0;
  }
  .containers-logistics-card {
    border-left: 0;
    border-top: 1px solid #566771;
    padding: 30px 0 0;
  }
  .containers-contact {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

/* Final type, media and control pass */
:root {
  --serif: 'Sora', sans-serif;
  --mono: 'IBM Plex Mono', monospace;
  --font-body: 'Outfit', sans-serif;
  --font-display: 'Sora', sans-serif;
}
body,
body * {
  font-family: var(--font-body) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.brand,
.admin-sidebar,
.atelier-hero-copy h1,
.atelier-section-head h2,
.atelier-split-copy h2,
.atelier-statement blockquote,
.reference-hero-content h1,
.reference-intro h2,
.reference-about-copy h2,
.reference-categories h2,
.reference-offer h2,
.page-intro h1,
.detail-content h1,
.detail-bottom h2,
.cart-heading h1,
.checkout-heading h1,
.account-heading h1,
.account-section-heading h1,
.account-panel-heading h2,
.auth-copy h1,
.admin-header h1,
.admin-section-heading h2,
.panel-heading h2,
.containers-hero-copy h1,
.containers-intro-grid h2,
.containers-types-heading h2,
.containers-uses-heading h2,
.containers-prices-heading h2,
.containers-more-copy h2,
.containers-logistics h2,
.containers-contact h2 {
  font-family: var(--font-display) !important;
}
h1 i,
h2 i,
h3 i,
blockquote i,
h1 em,
h2 em,
h3 em,
blockquote em,
.atelier-hero-copy h1 em,
.atelier-section-head h2 em,
.atelier-split-copy h2 em,
.atelier-statement blockquote em,
.containers-hero-copy h1 em,
.containers-types-heading h2 em,
.containers-uses-heading h2 em,
.containers-more-copy h2 em,
.containers-contact h2 em {
  font-family: var(--font-display) !important;
  font-style: italic;
  font-weight: 500;
}
.announcement,
.announcement-close,
.header-location,
.atelier-eyebrow,
.atelier-rail,
.atelier-media-caption,
.atelier-ticker,
.eyebrow,
.kicker,
.section-label,
.reference-kicker,
.reference-section-label,
.product-meta,
.product-tag,
.reference-product-tag,
.shop-toolbar,
.shop-result,
.filter-tabs button,
.sort-button,
.search-box input,
.breadcrumb,
.gallery-caption,
.cart-heading-count,
.checkout-steps,
.back-link,
.cart-item-main > span:last-of-type,
.cart-quantity,
.order-summary > div,
.payment-summary .summary-total,
.footer-links a,
.footer-newsletter p,
.footer-bottom,
.containers-section-label,
.containers-price-head,
.containers-price-row,
.containers-quality-tags,
.visitor-country-row,
.visitor-page-row,
.visitor-event-row,
.admin-overline,
.admin-sidebar nav a,
.admin-sidebar-bottom a,
.admin-data-head,
.admin-data-row,
.admin-search,
.admin-select,
.analytics-note,
label {
  font-family: var(--mono) !important;
}
body img {
  display: block;
  max-width: 100%;
}
svg {
  flex: 0 0 auto;
  stroke-width: 1.85;
}
.button,
.button svg,
.icon-button,
.icon-button svg,
.cart-button,
.cart-button svg,
.admin-icon,
.admin-icon svg,
.atelier-product-bottom button,
.atelier-product-bottom button svg,
.add-button,
.add-button svg,
.image-arrow,
.image-arrow svg {
  align-items: center;
  justify-content: center;
}
.button {
  line-height: 1;
  white-space: nowrap;
}
.button svg {
  height: 17px;
  width: 17px;
}
.icon-button,
.admin-icon {
  padding: 0;
}
.icon-button svg,
.cart-button svg,
.admin-icon svg {
  height: 18px;
  width: 18px;
}
.cart-button {
  gap: 9px;
}
.atelier-hero-media img {
  object-position: 58% center;
}
.atelier-split-image img {
  object-position: center 42%;
}
.atelier-product-media img {
  object-position: center center;
}
.atelier-solution-card img {
  object-position: center center;
}
.reference-hero > img {
  object-position: center 48%;
}
.reference-product-card > a img,
.product-image img,
.detail-main-image img,
.simple-hero-visual img,
.containers-hero-visual img {
  object-position: center center;
}
.atelier-product-media,
.atelier-solution-card,
.reference-product-card > a,
.product-image,
.detail-main-image,
.simple-hero-visual,
.containers-hero-visual {
  background: var(--surface-blue);
}
.atelier-product-media img,
.atelier-solution-card img,
.reference-product-card > a img,
.product-image img,
.detail-main-image img,
.simple-hero-visual img,
.containers-hero-visual img {
  height: 100%;
  width: 100%;
}
.atelier-product-bottom button,
.add-button {
  padding: 0;
}
.atelier-actions .button {
  min-width: 218px;
}
.atelier-quiet-link,
.atelier-arrow-link {
  align-items: center;
  display: inline-flex;
  line-height: 1.3;
  min-height: 42px;
}
.atelier-quiet-link span {
  line-height: 1;
}
.reference-actions .button {
  white-space: nowrap;
}
.reference-benefit-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.reference-benefit-icon svg {
  height: 23px;
  width: 23px;
}
.reference-category-grid svg,
.atelier-solution-card svg,
.reference-text-link svg,
.atelier-arrow-link svg {
  height: 16px;
  width: 16px;
}
.footer-newsletter > div {
  align-items: center;
  gap: 10px;
}
.footer-newsletter input {
  font-family: var(--font-body) !important;
}

@media (max-width: 760px) {
  .atelier-actions .button {
    min-width: 0;
    width: auto;
  }
  .reference-actions .button {
    white-space: normal;
  }
  .atelier-hero-media img {
    object-position: 56% center;
  }
  .footer-newsletter > div {
    align-items: stretch;
  }
}

/* Cart redesign */
.cart-redesign {
  padding-bottom: 110px;
  padding-top: 92px;
}
.cart-redesign .cart-heading {
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding-bottom: 48px;
}
.cart-redesign .cart-heading h1 {
  color: var(--ink);
  font-family: var(--font-display) !important;
  font-size: clamp(54px, 7vw, 94px);
  letter-spacing: -.1em;
  line-height: .86;
  margin: 24px 0 18px;
}
.cart-heading-lead {
  color: var(--muted);
  font: 11px/1.7 var(--mono);
  margin: 0;
  max-width: 390px;
}
.cart-heading-side {
  align-items: end;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cart-redesign .cart-heading-count {
  color: var(--ink);
  font: 600 24px var(--font-display);
  letter-spacing: -.05em;
}
.cart-continue-link {
  align-items: center;
  color: var(--olive);
  display: inline-flex;
  font: 10px var(--mono);
  gap: 8px;
}
.cart-continue-link svg,
.summary-contact svg {
  height: 15px;
  width: 15px;
}
.cart-layout {
  align-items: start;
  gap: 7%;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
  margin-top: 43px;
}
.cart-list-head {
  align-items: center;
  color: #84928e;
  display: flex;
  font: 9px var(--mono);
  justify-content: space-between;
  letter-spacing: .08em;
  padding: 0 0 14px;
  text-transform: uppercase;
}
.cart-redesign .cart-items {
  border-top: 1px solid var(--ink);
}
.cart-redesign .cart-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 15px;
  grid-template-columns: 28px 112px minmax(180px, 1fr) 75px 91px 88px;
  min-height: 154px;
  padding: 19px 0;
}
.cart-item-index {
  color: var(--lime-dark);
  font: 9px var(--mono);
}
.cart-item-image {
  border-radius: 12px;
  display: block;
  height: 93px;
  overflow: hidden;
  width: 112px;
}
.cart-item-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s;
  width: 100%;
}
.cart-item-image:hover img {
  transform: scale(1.05);
}
.cart-redesign .cart-item-main h3 {
  font-family: var(--font-display) !important;
  font-size: 16px;
  letter-spacing: -.05em;
  line-height: 1.08;
  margin: 7px 0 8px;
}
.cart-redesign .cart-item-main > span:last-of-type {
  color: var(--muted);
  font: 9px var(--mono) !important;
}
.remove-item {
  color: #9a6b5b;
  font: 9px var(--mono) !important;
  margin-top: 11px;
  text-decoration: none;
}
.remove-item:hover {
  color: var(--ink);
}
.cart-item-unit,
.cart-item-total {
  text-align: right;
}
.cart-item-unit span {
  color: #96a19c;
  display: block;
  font: 8px var(--mono);
  margin-bottom: 6px;
}
.cart-item-unit strong {
  color: var(--ink);
  font: 600 12px var(--font-display);
}
.cart-redesign .cart-quantity {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  height: 34px;
}
.cart-redesign .cart-quantity button {
  color: var(--ink);
  font-size: 15px;
  height: 30px;
}
.cart-redesign .cart-quantity span {
  font: 10px var(--mono);
}
.cart-redesign .cart-item-total {
  color: var(--ink);
  font: 600 14px var(--font-display);
}
.cart-delivery-note {
  align-items: center;
  background: #e9eee7;
  border: 1px solid #d7e0d6;
  border-radius: 15px;
  display: flex;
  gap: 13px;
  margin-top: 23px;
  padding: 15px 17px;
}
.cart-note-icon {
  align-items: center;
  background: var(--surface);
  border-radius: 50%;
  color: var(--lime-dark);
  display: inline-flex;
  height: 31px;
  justify-content: center;
  width: 31px;
}
.cart-note-icon svg {
  height: 16px;
  width: 16px;
}
.cart-delivery-note strong {
  display: block;
  font: 600 11px var(--font-body);
}
.cart-delivery-note p {
  color: var(--muted);
  font: 9px/1.5 var(--mono);
  margin: 4px 0 0;
}
.cart-delivery-note > a {
  color: var(--lime-dark);
  margin-left: auto;
}
.cart-delivery-note > a svg {
  height: 16px;
  width: 16px;
}
.cart-redesign .order-summary {
  background: var(--ink);
  border: 0;
  border-radius: 20px;
  box-shadow: 0 20px 42px rgba(23, 38, 42, .16);
  color: white;
  padding: 28px 28px 23px;
  position: sticky;
  top: 20px;
}
.summary-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.cart-redesign .order-summary .eyebrow {
  color: var(--lime);
}
.summary-step {
  color: #8fa29e;
  font: 8px var(--mono);
}
.cart-redesign .order-summary h2 {
  color: white;
  font-family: var(--font-display) !important;
  font-size: 31px;
  letter-spacing: -.07em;
  margin: 22px 0 29px;
}
.summary-line {
  align-items: center;
  border-bottom: 1px solid #3b5053;
  display: flex;
  font: 10px var(--mono);
  justify-content: space-between;
  padding: 13px 0;
}
.summary-line span {
  color: #aabbb5;
}
.summary-line strong {
  color: white;
  font: 500 10px var(--mono);
}
.summary-discount strong {
  color: var(--lime);
}
.cart-redesign .summary-total {
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 22px 0 18px;
}
.summary-total span {
  color: #d5dfd8;
  font: 10px var(--mono);
}
.cart-redesign .summary-total strong {
  color: var(--lime);
  font: 600 24px var(--font-display);
}
.cart-redesign .order-summary .button-primary {
  background: var(--lime);
  color: var(--ink);
}
.summary-payment {
  align-items: start;
  border-top: 1px solid #3b5053;
  display: flex;
  gap: 10px;
  margin-top: 19px;
  padding-top: 17px;
}
.summary-payment > span {
  color: var(--lime);
}
.summary-payment svg {
  height: 18px;
  width: 18px;
}
.summary-payment p {
  color: #d4dfd8;
  font: 9px/1.5 var(--mono);
  margin: 0;
}
.summary-payment small {
  color: #8fa29e;
  font: 8px/1.5 var(--mono);
}
.summary-contact {
  align-items: center;
  color: #c7d5ce;
  display: flex;
  font: 9px var(--mono);
  gap: 7px;
  margin-top: 19px;
}
.cart-trust-row {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
  padding: 17px 0;
}
.cart-trust-row span {
  align-items: center;
  border-right: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font: 9px var(--mono);
  gap: 9px;
  justify-content: center;
}
.cart-trust-row span:last-child {
  border-right: 0;
}
.cart-trust-row b {
  align-items: center;
  background: var(--surface-blue);
  border-radius: 50%;
  color: var(--lime-dark);
  display: inline-flex;
  height: 23px;
  justify-content: center;
  width: 23px;
}
.cart-trust-row b svg {
  height: 13px;
  width: 13px;
}

@media (max-width: 1000px) {
  .cart-redesign .cart-item {
    grid-template-columns: 24px 90px minmax(150px, 1fr) 70px 82px 78px;
  }
  .cart-item-image {
    height: 82px;
    width: 90px;
  }
}
@media (max-width: 760px) {
  .cart-redesign {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  .cart-redesign .cart-heading {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }
  .cart-heading-side {
    align-items: start;
  }
  .cart-layout {
    margin-top: 32px;
  }
  .cart-list-head span:last-child {
    display: none;
  }
  .cart-redesign .cart-item {
    gap: 12px;
    grid-template-columns: 22px 74px 1fr auto;
    min-height: 0;
    padding: 17px 0;
  }
  .cart-item-image {
    height: 74px;
    width: 74px;
  }
  .cart-redesign .cart-item-main h3 {
    font-size: 15px;
  }
  .cart-item-unit {
    display: none;
  }
  .cart-redesign .cart-quantity {
    grid-column: 3 / 4;
    grid-row: 2;
    justify-self: start;
    width: 89px;
  }
  .cart-redesign .cart-item-total {
    grid-column: 4;
    grid-row: 2;
    align-self: center;
  }
  .cart-delivery-note {
    align-items: start;
  }
  .cart-trust-row {
    align-items: start;
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .cart-trust-row span {
    border-right: 0;
    justify-content: start;
  }
  .cart-redesign .order-summary {
    margin-top: 25px;
    position: static;
  }
}

/* Larger, more readable pricing table */
.containers-prices {
  padding-bottom: 128px;
  padding-top: 120px;
}
.containers-prices-heading {
  margin-bottom: 44px;
  margin-top: 32px;
}
.containers-prices-heading h2 {
  font-size: clamp(40px, 5vw, 68px);
}
.containers-prices-heading p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 620px;
}
.containers-price-note {
  font-size: 11px;
}
.containers-price-table {
  border-top: 2px solid var(--ink);
}
.containers-price-head,
.containers-price-row {
  grid-template-columns: 1.2fr 1fr 1fr;
  min-height: 78px;
  padding-left: 28px;
  padding-right: 28px;
}
.containers-price-head {
  font-size: 10px;
  letter-spacing: .1em;
}
.containers-price-row {
  font-size: 13px;
}
.containers-price-row strong {
  font-family: var(--font-display) !important;
  font-size: 17px;
}
.containers-price-row span {
  font-size: 12px;
}
.containers-price-row b {
  font-family: var(--font-display) !important;
  font-size: 20px;
}
.checkout-guest-note {
  background: #e9eee7;
  border: 1px solid #d7e0d6;
  border-radius: 12px;
  color: var(--muted);
  font: 11px/1.5 var(--mono) !important;
  margin: 0 0 17px;
  padding: 13px 15px;
}
.checkout-guest-note strong {
  color: var(--ink);
  font-family: var(--font-body) !important;
  font-weight: 700;
}

/* Pages d'information — contenu lisible et directement accessible depuis le footer */
.legal-page-wrap {
  background: var(--paper);
}
.legal-hero {
  align-items: end;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  padding-bottom: 74px;
  padding-top: 95px;
}
.legal-hero-copy {
  max-width: 610px;
}
.legal-hero-copy h1 {
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 700;
  letter-spacing: -.09em;
  line-height: .91;
  margin: 22px 0;
}
.legal-hero-copy h1 em {
  color: var(--lime-dark);
  font-family: var(--serif);
  font-weight: 400;
}
.legal-hero-copy > p {
  color: #70869c;
  font: 12px/1.8 var(--mono);
  max-width: 520px;
}
.legal-update {
  color: #8b9a9d;
  display: block;
  font: 8px var(--mono);
  margin-top: 27px;
  text-transform: uppercase;
}
.legal-hero-visual {
  min-height: 340px;
  overflow: hidden;
  position: relative;
}
.legal-hero-visual::after {
  background: linear-gradient(180deg, transparent 50%, rgba(23, 38, 42, .65));
  content: '';
  inset: 0;
  position: absolute;
}
.legal-hero-visual img {
  display: block;
  filter: saturate(.72);
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  width: 100%;
}
.legal-hero-visual span {
  bottom: 20px;
  color: #fff;
  font: 8px var(--mono);
  left: 22px;
  letter-spacing: .12em;
  position: absolute;
  z-index: 1;
}
.legal-body {
  border-top: 1px solid var(--surface-border);
  display: grid;
  gap: 62px;
  grid-template-columns: 245px minmax(0, 1fr);
  padding-bottom: 115px;
  padding-top: 57px;
}
.legal-aside {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: sticky;
  top: 28px;
}
.legal-aside > .eyebrow {
  border-bottom: 1px solid var(--surface-border);
  color: var(--lime-dark);
  padding-bottom: 14px;
}
.legal-aside > a {
  align-items: center;
  border-bottom: 1px solid var(--surface-border);
  color: var(--ink);
  display: flex;
  font: 10px var(--mono);
  justify-content: space-between;
  padding: 14px 0;
}
.legal-aside > a:hover {
  color: var(--lime-dark);
}
.legal-aside > a svg {
  height: 13px;
  width: 13px;
}
.legal-contact-card {
  background: #e9eee7;
  border-left: 3px solid var(--lime-dark);
  margin-top: 28px;
  padding: 18px;
}
.legal-contact-card strong {
  color: var(--ink);
  display: block;
  font: 600 13px var(--font-body);
}
.legal-contact-card p {
  color: #6c7d7f;
  font: 9px/1.6 var(--mono);
  margin: 8px 0 14px;
}
.legal-contact-card a {
  color: var(--ink);
  font: 9px var(--mono);
  font-weight: 600;
}
.legal-content {
  max-width: 780px;
}
.legal-content > section {
  border-bottom: 1px solid var(--surface-border);
  padding: 0 0 31px;
  position: relative;
}
.legal-content > section + section {
  padding-top: 31px;
}
.legal-section-number {
  color: var(--lime-dark);
  display: block;
  font: 9px var(--mono);
  letter-spacing: .12em;
  margin-bottom: 10px;
}
.legal-content h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 23px;
  letter-spacing: -.06em;
  line-height: 1.1;
  margin: 0 0 15px;
}
.legal-content p {
  color: #5f7180;
  font: 13px/1.85 var(--font-body);
  margin: 0 0 13px;
}
.legal-content p:last-child {
  margin-bottom: 0;
}
.legal-content strong {
  color: var(--ink);
  font-weight: 700;
}
.legal-content a {
  color: var(--lime-dark);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(118, 145, 60, .35);
  text-underline-offset: 3px;
}
.legal-content a:hover {
  color: var(--ink);
}
@media (max-width: 760px) {
  .legal-hero {
    display: block;
    padding-bottom: 52px;
    padding-top: 70px;
  }
  .legal-hero-copy h1 {
    font-size: 49px;
  }
  .legal-hero-visual {
    margin-top: 35px;
    min-height: 235px;
  }
  .legal-hero-visual img {
    min-height: 235px;
  }
  .legal-body {
    display: block;
    padding-bottom: 80px;
    padding-top: 35px;
  }
  .legal-aside {
    margin-bottom: 49px;
    position: static;
  }
  .legal-content h2 {
    font-size: 20px;
  }
  .legal-content p {
    font-size: 12px;
    line-height: 1.75;
  }
}

@media (max-width: 760px) {
  .containers-prices {
    padding-bottom: 82px;
    padding-top: 82px;
  }
  .containers-prices-heading {
    margin-bottom: 28px;
  }
  .containers-price-head,
  .containers-price-row {
    min-height: 65px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .containers-price-row {
    font-size: 11px;
  }
  .containers-price-row strong {
    font-size: 14px;
  }
  .containers-price-row span {
    font-size: 10px;
  }
  .containers-price-row b {
    font-size: 15px;
  }
}

/* Slightly larger editorial copy for easier reading */
main p {
  font-size: 14px !important;
  line-height: 1.75;
}
.site-footer p {
  font-size: 13px !important;
}
.admin-app p,
.visitor-analytics p,
.toast p {
  font-size: 11px !important;
  line-height: 1.6;
}

/* Checkout choice: guest order or customer account */
.checkout-choice-block {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 17px;
  margin-bottom: 17px;
  padding: 21px;
}
.checkout-choice-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 13px;
}
.checkout-choice {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid var(--surface-border);
  border-radius: 12px;
  color: var(--ink);
  display: grid;
  gap: 11px;
  grid-template-columns: 30px 1fr 16px;
  padding: 13px;
  text-align: left;
  transition: border-color .2s, background .2s, transform .2s;
}
.checkout-choice:hover {
  border-color: var(--lime-dark);
  transform: translateY(-2px);
}
.checkout-choice.active {
  background: #edf2e9;
  border-color: var(--lime-dark);
  box-shadow: inset 0 0 0 1px var(--lime-dark);
}
.checkout-choice-icon {
  align-items: center;
  background: var(--surface-blue);
  border-radius: 50%;
  color: var(--lime-dark);
  display: inline-flex;
  font: 15px var(--font-display) !important;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.checkout-choice strong,
.checkout-choice small {
  display: block;
}
.checkout-choice strong {
  font: 600 11px var(--font-body) !important;
}
.checkout-choice small {
  color: var(--muted);
  font: 8px var(--mono) !important;
  margin-top: 4px;
}
.checkout-choice > i {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: transparent;
  display: inline-flex;
  font: 10px var(--font-body) !important;
  height: 16px;
  justify-content: center;
  width: 16px;
}
.checkout-choice.active > i {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--ink);
}
.checkout-mode-note {
  color: var(--muted);
  font: 10px/1.55 var(--mono) !important;
  margin: 14px 0 0;
}
@media (max-width: 620px) {
  .checkout-choice-block {
    padding: 16px;
  }
  .checkout-choice-grid {
    grid-template-columns: 1fr;
  }
}

/* Confirmation & payment page */
.payment-page {
  background: #fff;
  color: #202426;
  min-height: 100vh;
  overflow: hidden;
}
.payment-progress {
  align-items: center;
  background: #f7f8f8;
  border-bottom: 1px solid #e5e7e6;
  display: flex;
  gap: 23px;
  height: 94px;
  justify-content: center;
}
.payment-step {
  align-items: center;
  color: #697073;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 12px;
  white-space: nowrap;
}
.payment-step b {
  align-items: center;
  background: #0e8581;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: var(--font-display) !important;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.payment-step.active {
  color: #0e8581;
}
.payment-step.active strong {
  font-weight: 700;
}
.payment-step-line {
  background: #e1e4e3;
  height: 3px;
  width: 117px;
}
.payment-main {
  margin: 47px auto 86px;
  max-width: 1192px;
  width: calc(100% - 48px);
}
.payment-card {
  border: 1px solid #e1e4e2;
  border-radius: 24px;
  padding: 43px 40px 51px;
}
.payment-card-heading {
  align-items: center;
  display: flex;
  gap: 18px;
}
.payment-card-heading h1 {
  font-family: var(--font-display) !important;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.035em;
  margin: 0;
}
.payment-card-icon {
  align-items: center;
  display: inline-flex;
}
.payment-card-icon svg {
  height: 29px;
  stroke-width: 1.8;
  width: 29px;
}
.payment-table {
  margin-top: 27px;
}
.payment-table-head,
.payment-item-row {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px 125px 125px;
}
.payment-table-head {
  background: #f5f7f6;
  border-bottom: 1px solid #e3e6e4;
  border-top: 1px solid #f0f1f0;
  color: #657074;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .06em;
  min-height: 59px;
  padding: 0 17px;
  text-transform: uppercase;
}
.payment-table-head span:not(:first-child),
.payment-item-row > span,
.payment-item-row > strong {
  text-align: right;
}
.payment-items {
  border-bottom: 1px solid #e2e5e3;
}
.payment-item-row {
  border-bottom: 1px solid #e2e5e3;
  min-height: 137px;
  padding: 11px 17px;
}
.payment-item-row:last-child {
  border-bottom: 0;
}
.payment-product {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.payment-product-image {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e6e4;
  border-radius: 11px;
  display: flex;
  height: 82px;
  justify-content: center;
  overflow: hidden;
  width: 82px;
}
.payment-product-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.payment-product strong {
  font-size: 20px;
  line-height: 1.25;
  margin-top: 6px;
  max-width: 650px;
}
.payment-item-row > span,
.payment-item-row > strong {
  font-size: 19px;
  font-weight: 500;
}
.payment-item-row > strong {
  font-weight: 600;
}
.payment-totals {
  background: #f5f7f6;
  color: #6b7275;
  font-size: 17px;
}
.payment-totals > div {
  align-items: center;
  border-bottom: 1px solid #e2e5e3;
  display: flex;
  justify-content: space-between;
  min-height: 49px;
  padding: 0 17px;
}
.payment-totals strong {
  color: #252b2d;
  font-size: 19px;
  font-weight: 500;
}
.payment-totals strong.free {
  background: #ddfaf6;
  border-radius: 999px;
  color: #126d6a;
  font-weight: 700;
  padding: 6px 15px;
}
.payment-total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 89px;
  padding: 0 17px;
}
.payment-total strong {
  font-size: 22px;
}
.payment-total b {
  color: #086d69;
  font-family: var(--mono) !important;
  font-size: 27px;
  font-weight: 500;
}
.payment-information {
  border-top: 1px solid #e0e4e2;
  display: grid;
  gap: 29px;
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
  padding-top: 27px;
}
.payment-info-card {
  background: #f6f8f7;
  border-radius: 14px;
  min-height: 185px;
  padding: 27px 20px 24px;
}
.payment-info-card h2 {
  align-items: center;
  color: #657073;
  display: flex;
  font-size: 17px;
  gap: 9px;
  letter-spacing: .07em;
  margin: 0 0 23px;
  text-transform: uppercase;
}
.payment-info-card h2 svg {
  height: 26px;
  stroke-width: 1.55;
  width: 26px;
}
.payment-info-card > strong {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.payment-info-card p {
  font-size: 19px !important;
  line-height: 1.45 !important;
  margin: 0;
}
.payment-info-card p em {
  color: #6d7779;
  font-style: normal;
}
.payment-info-card p b {
  color: #086d69;
  display: inline-block;
  margin-top: 7px;
}
.payment-actions {
  margin-top: 36px;
}
.payment-action {
  align-items: center;
  border: 2px solid #0d817d;
  border-radius: 15px;
  display: inline-flex;
  font-family: var(--font-display) !important;
  font-size: clamp(16px, 1.35vw, 23px);
  font-weight: 700;
  gap: 18px;
  height: 99px;
  justify-content: center;
  letter-spacing: .01em;
  padding: 0 22px;
  transition: background .2s, box-shadow .2s, transform .2s;
  width: calc(50% - 17px);
}
.payment-action:hover,
.payment-edit-link:hover {
  transform: translateY(-2px);
}
.payment-action svg {
  height: 28px;
  stroke-width: 1.75;
  width: 28px;
}
.payment-action-outline {
  background: #fff;
  color: #087b77;
}
.payment-action-outline:hover,
.payment-action-email:hover {
  background: #f1fbfa;
}
.payment-action-primary {
  background: #0d817d;
  color: #fff;
  float: right;
}
.payment-action-primary:hover {
  background: #096c69;
  box-shadow: 0 7px 18px rgba(13, 129, 125, .2);
}
.payment-action-primary:disabled {
  cursor: default;
  opacity: .8;
  transform: none;
}
.payment-action-primary.is-complete {
  background: #08706c;
}
.payment-action-email {
  background: #fff;
  color: #087b77;
  display: flex;
  font-size: clamp(14px, 1.05vw, 19px);
  height: 66px;
  margin: 29px auto 0;
  width: min(580px, 72%);
}
.payment-action-email svg {
  height: 23px;
  width: 23px;
}
.payment-edit-link {
  border: 2px solid #0d817d;
  border-radius: 15px;
  clear: both;
  color: #087b77;
  display: inline-flex;
  font-family: var(--font-display) !important;
  font-size: 17px;
  font-weight: 600;
  margin-top: 36px;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  padding: 0 29px;
  transition: background .2s, transform .2s;
}
.payment-edit-link:hover {
  background: #f1fbfa;
}
.payment-trust {
  align-items: center;
  color: #697477;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  gap: 24px 31px;
  justify-content: center;
  margin-top: 37px;
}
.payment-trust span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  white-space: nowrap;
}
.payment-trust svg {
  height: 23px;
  stroke-width: 1.6;
  width: 23px;
}
.payment-success {
  align-items: center;
  background: #effbf9;
  border: 1px solid #b6e8e2;
  border-radius: 15px;
  color: #086d69;
  display: flex;
  gap: 14px;
  margin-top: 30px;
  padding: 17px 20px;
}
.payment-success[hidden] {
  display: none;
}
.payment-success-icon {
  align-items: center;
  background: #0d817d;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.payment-success-icon svg {
  height: 17px;
  width: 17px;
}
.payment-success strong {
  display: block;
  font-size: 17px;
}
.payment-success p {
  color: #577674;
  font-size: 13px !important;
  margin: 3px 0 0;
}
.payment-success-link {
  color: #087b77;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .payment-progress {
    gap: 10px;
    height: 76px;
    justify-content: flex-start;
    padding: 0 18px;
  }
  .payment-step {
    font-size: 13px;
    gap: 7px;
  }
  .payment-step b {
    font-size: 15px;
    height: 32px;
    width: 32px;
  }
  .payment-step-line {
    flex: 0 0 28px;
  }
  .payment-step.active strong {
    white-space: normal;
  }
  .payment-main {
    margin: 23px auto 45px;
    width: calc(100% - 24px);
  }
  .payment-card {
    border-radius: 16px;
    padding: 24px 14px 25px;
  }
  .payment-card-heading {
    align-items: flex-start;
    gap: 10px;
  }
  .payment-card-heading h1 {
    font-size: 18px;
    line-height: 1.25;
  }
  .payment-card-icon svg {
    height: 22px;
    width: 22px;
  }
  .payment-table {
    margin-top: 20px;
    overflow-x: auto;
  }
  .payment-table-head,
  .payment-item-row {
    grid-template-columns: minmax(190px, 1fr) 45px 84px 88px;
    min-width: 460px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .payment-table-head {
    font-size: 10px;
    min-height: 42px;
  }
  .payment-item-row {
    min-height: 116px;
  }
  .payment-product-image {
    height: 60px;
    width: 60px;
  }
  .payment-product strong {
    font-size: 13px;
    max-width: 185px;
  }
  .payment-item-row > span,
  .payment-item-row > strong,
  .payment-totals,
  .payment-totals strong {
    font-size: 12px;
  }
  .payment-totals > div {
    min-height: 41px;
    padding: 0 9px;
  }
  .payment-total {
    min-height: 66px;
    padding: 0 9px;
  }
  .payment-total strong {
    font-size: 15px;
  }
  .payment-total b {
    font-size: 18px;
  }
  .payment-information {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
  }
  .payment-info-card {
    min-height: 0;
    padding: 19px 15px;
  }
  .payment-info-card + .payment-info-card {
    margin-top: 12px;
  }
  .payment-info-card h2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .payment-info-card h2 svg {
    height: 20px;
    width: 20px;
  }
  .payment-info-card > strong,
  .payment-info-card p {
    font-size: 15px !important;
  }
  .payment-action,
  .payment-action-primary {
    float: none;
    font-size: 14px;
    gap: 9px;
    height: 67px;
    width: 100%;
  }
  .payment-action svg {
    height: 21px;
    width: 21px;
  }
  .payment-action-primary {
    margin-top: 11px;
  }
  .payment-action-email {
    font-size: 12px;
    height: 57px;
    margin-top: 15px;
    width: 100%;
  }
  .payment-edit-link {
    font-size: 13px;
    margin-top: 15px;
    min-height: 53px;
    width: 100%;
  }
  .payment-trust {
    align-items: flex-start;
    flex-direction: column;
    font-size: 12px;
    gap: 11px;
    margin: 24px auto 0;
    width: max-content;
  }
  .payment-success {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .payment-success-link {
    margin-left: 44px;
  }
}

/* Bank transfer dialog shown by “Valider le paiement” */
body.payment-modal-open {
  overflow: hidden;
}
.payment-modal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 1200;
}
.payment-modal.is-open {
  align-items: center;
  display: flex;
  justify-content: center;
}
.payment-modal-backdrop {
  background: rgba(18, 20, 20, .59);
  inset: 0;
  position: absolute;
}
.payment-modal-panel {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .25);
  max-height: calc(100vh - 52px);
  max-width: 920px;
  overflow: auto;
  position: relative;
  width: calc(100% - 42px);
  z-index: 1;
}
.payment-modal-panel::-webkit-scrollbar {
  width: 15px;
}
.payment-modal-panel::-webkit-scrollbar-track {
  background: #f4f5f4;
}
.payment-modal-panel::-webkit-scrollbar-thumb {
  background: #858887;
  border: 4px solid #f4f5f4;
  border-radius: 999px;
}
.payment-modal-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e1e3e2;
  display: flex;
  justify-content: space-between;
  min-height: 142px;
  padding: 0 49px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.payment-modal-header h2 {
  align-items: center;
  display: flex;
  font-family: var(--font-display) !important;
  font-size: 31px;
  gap: 17px;
  letter-spacing: -.04em;
  margin: 0;
}
.payment-modal-header h2 svg {
  height: 31px;
  stroke-width: 1.8;
  width: 31px;
}
.payment-modal-close {
  align-items: center;
  background: #f7f8f7;
  border: 0;
  border-radius: 15px;
  display: inline-flex;
  height: 57px;
  justify-content: center;
  width: 57px;
}
.payment-modal-close:hover {
  background: #e9efed;
}
.payment-modal-close svg {
  height: 27px;
  stroke-width: 1.5;
  width: 27px;
}
.payment-modal-body {
  padding: 52px 50px 42px;
}
.payment-modal-intro {
  color: #687174;
  font-size: 22px !important;
  line-height: 1.55 !important;
  margin: 0 0 34px;
}
.payment-warning {
  background: #fff8de;
  border: 1px solid #f0cd54;
  border-radius: 15px;
  color: #806613;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 34px;
  padding: 26px 27px;
}
.payment-warning strong {
  color: #725b04;
}
.bank-detail-list {
  background: #fafbfa;
  border: 1px solid #e0e4e2;
  border-radius: 25px;
  overflow: hidden;
}
.bank-detail-list > div {
  align-items: center;
  border-bottom: 1px solid #e0e4e2;
  display: flex;
  justify-content: space-between;
  min-height: 83px;
  padding: 0 28px;
}
.bank-detail-list > div:last-child {
  border-bottom: 0;
}
.bank-detail-list span {
  color: #70797c;
  font-size: 17px;
  letter-spacing: .045em;
}
.bank-detail-list strong {
  font-family: var(--font-display) !important;
  font-size: 20px;
  text-align: right;
}
.bank-detail-list strong.amount,
.bank-detail-list strong.reference {
  color: #08706d;
}
.payment-copy-iban {
  align-items: center;
  background: #fff;
  border: 2px solid #0d817d;
  border-radius: 14px;
  color: #087b77;
  display: inline-flex;
  font-family: var(--font-display) !important;
  font-size: 17px;
  font-weight: 700;
  gap: 11px;
  margin-top: 36px;
  min-height: 62px;
  padding: 0 28px;
}
.payment-copy-iban:hover {
  background: #f1fbfa;
}
.payment-copy-iban svg {
  height: 24px;
  width: 24px;
}
.payment-proof {
  background: #f7f9f8;
  border-radius: 15px;
  margin-top: 43px;
  padding: 31px 38px 37px;
}
.payment-proof h3 {
  align-items: center;
  display: flex;
  font-family: var(--font-display) !important;
  font-size: 20px;
  gap: 12px;
  margin: 0 0 24px;
}
.payment-proof h3 svg {
  height: 26px;
  stroke-width: 1.8;
  width: 26px;
}
.payment-file-drop {
  align-items: center;
  border: 2px dashed #e0e4e2;
  border-radius: 11px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 292px;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.payment-file-drop:hover {
  border-color: #0d817d;
  background: #fbfefd;
}
.payment-file-drop input {
  display: none;
}
.payment-camera {
  display: inline-flex;
  margin-bottom: 18px;
}
.payment-camera svg {
  height: 49px;
  stroke-width: 1.5;
  width: 49px;
}
.payment-file-help {
  color: #697376;
  font-size: 18px;
  margin-bottom: 22px;
}
.payment-file-button {
  border: 2px solid #0d817d;
  border-radius: 12px;
  color: #087b77;
  font-family: var(--font-display) !important;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 25px;
}
.payment-file-drop small {
  color: #087b77;
  font-size: 12px;
  margin-top: 13px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-confirm-order {
  align-items: center;
  background: #0d817d;
  border: 0;
  border-radius: 14px;
  color: #fff;
  display: flex;
  font-family: var(--font-display) !important;
  font-size: 20px;
  font-weight: 700;
  gap: 13px;
  justify-content: center;
  margin-top: 36px;
  min-height: 75px;
  width: 100%;
}
.payment-confirm-order:hover {
  background: #096c69;
}
.payment-confirm-order:disabled {
  cursor: default;
  opacity: .75;
}
.payment-confirm-order svg {
  height: 25px;
  width: 25px;
}
.payment-processing-note {
  color: #697477;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 27px auto 0;
  max-width: 700px;
  text-align: center;
}
.proof-admin-action {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: flex-end;
}
.proof-admin-action .order-status {
  white-space: nowrap;
}
.proof-admin-action .verify-button {
  white-space: nowrap;
}
.admin-data-empty {
  color: var(--muted);
  padding: 38px 22px;
  text-align: center;
}
.admin-table-panel .file-pill {
  color: var(--olive);
  text-decoration: underline;
}

@media (max-width: 760px) {
  .payment-modal-panel {
    border-radius: 18px;
    max-height: calc(100vh - 20px);
    width: calc(100% - 20px);
  }
  .payment-modal-header {
    min-height: 82px;
    padding: 0 19px;
  }
  .payment-modal-header h2 {
    font-size: 19px;
    gap: 9px;
  }
  .payment-modal-header h2 svg {
    height: 23px;
    width: 23px;
  }
  .payment-modal-close {
    border-radius: 10px;
    height: 43px;
    width: 43px;
  }
  .payment-modal-close svg {
    height: 22px;
    width: 22px;
  }
  .payment-modal-body {
    padding: 25px 19px 29px;
  }
  .payment-modal-intro {
    font-size: 16px !important;
    margin-bottom: 21px;
  }
  .payment-warning {
    font-size: 14px;
    margin-bottom: 22px;
    padding: 17px 15px;
  }
  .bank-detail-list {
    border-radius: 15px;
  }
  .bank-detail-list > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    min-height: 75px;
    padding: 13px 15px;
  }
  .bank-detail-list span {
    font-size: 12px;
  }
  .bank-detail-list strong {
    font-size: 15px;
    text-align: left;
  }
  .payment-copy-iban {
    font-size: 14px;
    margin-top: 22px;
    min-height: 53px;
    padding: 0 19px;
  }
  .payment-proof {
    margin-top: 27px;
    padding: 20px 14px 21px;
  }
  .payment-proof h3 {
    font-size: 15px;
    gap: 8px;
    margin-bottom: 17px;
  }
  .payment-proof h3 svg {
    height: 22px;
    width: 22px;
  }
  .payment-file-drop {
    min-height: 216px;
    padding: 18px 10px;
  }
  .payment-camera svg {
    height: 40px;
    width: 40px;
  }
  .payment-file-help {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .payment-file-button {
    font-size: 14px;
    padding: 9px 17px;
  }
  .payment-confirm-order {
    font-size: 16px;
    margin-top: 23px;
    min-height: 61px;
  }
  .payment-processing-note {
    font-size: 13px !important;
    margin-top: 18px;
  }
  .proof-admin-action {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Paiement — déclinaison de la charte Atelier */
.payment-page-wrap {
  background: var(--paper);
}
.payment-page-wrap .payment-page {
  background: var(--paper);
  color: var(--ink);
  min-height: 0;
}
.payment-page-wrap .payment-progress {
  background: transparent;
  border-bottom: 1px solid var(--line);
  height: 74px;
}
.payment-page-wrap .payment-step {
  color: #8b958d;
  font: 10px var(--mono) !important;
  gap: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.payment-page-wrap .payment-step b {
  background: var(--paper-dark);
  color: var(--ink);
  font: 10px var(--mono) !important;
  height: 25px;
  width: 25px;
}
.payment-page-wrap .payment-step.active {
  color: var(--ink);
}
.payment-page-wrap .payment-step.active b {
  background: var(--lime);
}
.payment-page-wrap .payment-step-line {
  background: var(--line);
  height: 1px;
  width: 52px;
}
.payment-page-wrap .payment-main {
  margin: 52px auto 112px;
  max-width: 1240px;
  width: 80%;
}
.payment-page-wrap .payment-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 31px 32px 36px;
}
.payment-page-wrap .payment-card-heading {
  border-bottom: 1px solid var(--line);
  gap: 12px;
  padding-bottom: 20px;
}
.payment-page-wrap .payment-card-heading h1 {
  color: var(--ink);
  font: 600 24px var(--font-display) !important;
  letter-spacing: -.06em;
}
.payment-page-wrap .payment-card-icon {
  color: var(--lime-dark);
}
.payment-page-wrap .payment-card-icon svg {
  height: 23px;
  width: 23px;
}
.payment-page-wrap .payment-table {
  margin-top: 25px;
}
.payment-page-wrap .payment-table-head,
.payment-page-wrap .payment-item-row {
  grid-template-columns: minmax(0, 1fr) 60px 105px 105px;
}
.payment-page-wrap .payment-table-head {
  background: var(--paper-dark);
  border: 0;
  color: #7d8980;
  font: 9px var(--mono) !important;
  letter-spacing: .07em;
  min-height: 42px;
  padding: 0 14px;
}
.payment-page-wrap .payment-items {
  border-bottom: 1px solid var(--line);
}
.payment-page-wrap .payment-item-row {
  border-bottom: 1px solid var(--line);
  min-height: 111px;
  padding: 12px 14px;
}
.payment-page-wrap .payment-product {
  align-items: center;
  flex-direction: row;
  gap: 13px;
}
.payment-page-wrap .payment-product-image {
  border: 1px solid var(--line);
  border-radius: 4px;
  flex: 0 0 auto;
  height: 58px;
  width: 69px;
}
.payment-page-wrap .payment-product strong {
  font: 500 13px/1.25 var(--font-body) !important;
  max-width: 520px;
}
.payment-page-wrap .payment-item-row > span,
.payment-page-wrap .payment-item-row > strong {
  font: 10px var(--mono) !important;
}
.payment-page-wrap .payment-item-row > strong {
  font-weight: 600 !important;
}
.payment-page-wrap .payment-totals {
  background: #f3f4ef;
  color: #7c877f;
  font: 10px var(--mono) !important;
}
.payment-page-wrap .payment-totals > div {
  border-bottom-color: var(--line);
  min-height: 42px;
  padding: 0 14px;
}
.payment-page-wrap .payment-totals strong {
  color: var(--ink);
  font: 500 10px var(--mono) !important;
}
.payment-page-wrap .payment-totals strong.free {
  background: #e4ebc7;
  color: #68783c;
  padding: 5px 10px;
}
.payment-page-wrap .payment-total {
  min-height: 69px;
  padding: 0 14px;
}
.payment-page-wrap .payment-total strong {
  font: 600 12px var(--mono) !important;
  letter-spacing: .05em;
}
.payment-page-wrap .payment-total b {
  color: var(--lime-dark);
  font: 600 22px var(--font-display) !important;
}
.payment-page-wrap .payment-information {
  border-top-color: var(--line);
  gap: 15px;
  margin-top: 23px;
  padding-top: 22px;
}
.payment-page-wrap .payment-info-card {
  background: var(--paper-dark);
  border-radius: 5px;
  min-height: 142px;
  padding: 19px 17px;
}
.payment-page-wrap .payment-info-card h2 {
  color: var(--olive);
  font: 9px var(--mono) !important;
  gap: 7px;
  letter-spacing: .07em;
  margin-bottom: 16px;
}
.payment-page-wrap .payment-info-card h2 svg {
  height: 17px;
  width: 17px;
}
.payment-page-wrap .payment-info-card > strong {
  font: 600 13px var(--font-body) !important;
  margin-bottom: 6px;
}
.payment-page-wrap .payment-info-card p {
  color: #738079;
  font: 10px/1.55 var(--mono) !important;
}
.payment-page-wrap .payment-info-card p b {
  color: var(--lime-dark);
}
.payment-page-wrap .payment-actions {
  margin-top: 25px;
}
.payment-page-wrap .payment-action {
  border: 1px solid var(--olive);
  border-radius: 0;
  font: 700 11px var(--font-body) !important;
  gap: 10px;
  height: 57px;
  letter-spacing: .02em;
  width: calc(50% - 13px);
}
.payment-page-wrap .payment-action svg {
  height: 18px;
  width: 18px;
}
.payment-page-wrap .payment-action-outline,
.payment-page-wrap .payment-action-email {
  background: transparent;
  color: var(--olive);
}
.payment-page-wrap .payment-action-primary {
  background: var(--ink);
  color: #fff;
}
.payment-page-wrap .payment-action-primary:hover {
  background: var(--olive);
  box-shadow: none;
}
.payment-page-wrap .payment-action-primary.is-complete {
  background: var(--lime-dark);
}
.payment-page-wrap .payment-action-email {
  border-color: var(--line);
  height: 47px;
  margin-top: 15px;
  width: min(480px, 72%);
}
.payment-page-wrap .payment-action-email.is-complete {
  background: #e7edcf;
  border-color: #c9d59d;
  color: #68783c;
}
.payment-page-wrap .payment-edit-link {
  border: 0;
  color: var(--olive);
  font: 10px var(--mono) !important;
  min-height: 39px;
  padding: 0;
}
.payment-page-wrap .payment-trust {
  color: #87928a;
  font: 9px var(--mono) !important;
  gap: 12px 24px;
  margin-top: 25px;
}
.payment-page-wrap .payment-trust svg {
  height: 15px;
  width: 15px;
}
.payment-page-wrap .payment-success {
  background: #e7edcf;
  border: 1px solid #c9d59d;
  border-radius: 5px;
  color: var(--ink);
  margin-top: 21px;
  padding: 14px 17px;
}
.payment-page-wrap .payment-success-icon {
  background: var(--lime-dark);
  height: 26px;
  width: 26px;
}
.payment-page-wrap .payment-success strong {
  font: 600 12px var(--font-body) !important;
}
.payment-page-wrap .payment-success p {
  color: #697760;
  font: 9px/1.45 var(--mono) !important;
}
.payment-page-wrap .payment-success-link {
  color: var(--olive);
  font: 700 9px var(--mono) !important;
}

/* Le dialogue bancaire reste dans le même système de surfaces et de couleurs. */
.payment-page-wrap .payment-modal-panel {
  background: var(--surface);
  border-radius: 8px;
  max-width: 780px;
}
.payment-page-wrap .payment-modal-header {
  background: var(--surface);
  border-bottom-color: var(--line);
  min-height: 82px;
  padding: 0 32px;
}
.payment-page-wrap .payment-modal-header h2 {
  color: var(--ink);
  font: 600 21px var(--font-display) !important;
  gap: 11px;
}
.payment-page-wrap .payment-modal-header h2 svg {
  color: var(--lime-dark);
  height: 22px;
  width: 22px;
}
.payment-page-wrap .payment-modal-close {
  background: var(--paper-dark);
  border-radius: 4px;
  height: 37px;
  width: 37px;
}
.payment-page-wrap .payment-modal-close svg {
  height: 18px;
  width: 18px;
}
.payment-page-wrap .payment-modal-body {
  padding: 31px 32px 34px;
}
.payment-page-wrap .payment-modal-intro {
  color: var(--muted);
  font: 11px/1.6 var(--mono) !important;
  margin-bottom: 21px;
}
.payment-page-wrap .payment-warning {
  background: #f5ecd1;
  border: 1px solid #dfc783;
  border-radius: 4px;
  color: #7a632b;
  font: 10px/1.55 var(--mono) !important;
  margin-bottom: 22px;
  padding: 15px 16px;
}
.payment-page-wrap .payment-warning strong {
  color: #654e1d;
}
.payment-page-wrap .bank-detail-list {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
}
.payment-page-wrap .bank-detail-list > div {
  border-bottom-color: var(--line);
  min-height: 57px;
  padding: 0 17px;
}
.payment-page-wrap .bank-detail-list span {
  color: #7d8980;
  font: 9px var(--mono) !important;
}
.payment-page-wrap .bank-detail-list strong {
  color: var(--ink);
  font: 600 11px var(--font-body) !important;
}
.payment-page-wrap .bank-detail-list strong.amount,
.payment-page-wrap .bank-detail-list strong.reference {
  color: var(--lime-dark);
}
.payment-page-wrap .payment-copy-iban {
  background: transparent;
  border: 1px solid var(--olive);
  border-radius: 0;
  color: var(--olive);
  font: 700 10px var(--font-body) !important;
  margin-top: 20px;
  min-height: 43px;
  padding: 0 17px;
}
.payment-page-wrap .payment-copy-iban:hover {
  background: var(--paper-dark);
}
.payment-page-wrap .payment-proof {
  background: var(--paper-dark);
  border-radius: 5px;
  margin-top: 27px;
  padding: 22px 20px 24px;
}
.payment-page-wrap .payment-proof h3 {
  font: 600 14px var(--font-display) !important;
  gap: 8px;
  margin-bottom: 16px;
}
.payment-page-wrap .payment-proof h3 svg {
  height: 19px;
  width: 19px;
}
.payment-page-wrap .payment-file-drop {
  border-color: #c8d0c7;
  min-height: 170px;
}
.payment-page-wrap .payment-file-drop:hover {
  background: var(--surface);
  border-color: var(--lime-dark);
}
.payment-page-wrap .payment-camera svg {
  height: 34px;
  width: 34px;
}
.payment-page-wrap .payment-file-help {
  color: #7b887f;
  font: 9px var(--mono) !important;
  margin-bottom: 15px;
}
.payment-page-wrap .payment-file-button {
  border: 1px solid var(--olive);
  border-radius: 0;
  color: var(--olive);
  font: 700 10px var(--font-body) !important;
  padding: 9px 17px;
}
.payment-page-wrap .payment-file-drop small {
  color: var(--olive);
  font: 8px var(--mono) !important;
}
.payment-page-wrap .payment-confirm-order {
  background: var(--ink);
  border-radius: 0;
  font: 700 13px var(--font-body) !important;
  margin-top: 22px;
  min-height: 56px;
}
.payment-page-wrap .payment-confirm-order:hover {
  background: var(--olive);
}
.payment-page-wrap .payment-processing-note {
  color: #7b887f;
  font: 9px/1.5 var(--mono) !important;
  margin-top: 16px;
}

/* Footer final layout */
.site-footer {
  background: #777b79;
  border-top-color: #d6b66a;
  color: #111517;
  padding: 68px 7vw 24px;
}
.site-footer .footer-top {
  align-items: start;
  column-gap: clamp(28px, 4vw, 76px);
  display: grid;
  grid-template-columns: minmax(180px, 1.15fr) minmax(145px, .8fr) minmax(145px, .8fr) minmax(240px, 1.35fr);
  padding-bottom: 57px;
  row-gap: 42px;
}
.footer-brand-block {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.site-footer .brand {
  color: #111517;
}
.site-footer .brand em {
  color: #d6b66a;
}
.footer-brand-block p {
  color: #111517;
  font: 500 15px/1.55 var(--serif);
  margin: 22px 0 0;
}
.footer-location {
  color: #d6b66a;
  font: 700 9px var(--mono);
  letter-spacing: .14em;
  margin-top: 24px;
}
.site-footer .footer-links {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.site-footer .footer-links .eyebrow,
.site-footer .footer-newsletter .eyebrow {
  color: #d6b66a;
  font-size: 9px;
  font-weight: 700;
  margin-bottom: 7px;
}
.site-footer .footer-links a {
  color: #111517;
  font: 600 11px/1.5 var(--mono);
  transition: color .2s ease, transform .2s ease;
}
.site-footer .footer-links a:hover {
  color: #d6b66a;
  transform: translateX(3px);
}
.site-footer .footer-newsletter {
  justify-self: stretch;
  width: auto;
}
.site-footer .footer-newsletter p {
  color: #111517;
  font: 500 13px/1.6 var(--font-body);
  margin: 7px 0 19px;
}
.site-footer .footer-newsletter > div {
  align-items: center;
  gap: 12px;
  min-height: 40px;
}
.site-footer .footer-newsletter input {
  color: #111517;
  font: 11px var(--font-body) !important;
  min-width: 0;
  width: 100%;
}
.site-footer .footer-newsletter .button {
  background: #111517;
  border: 1px solid #d6b66a;
  color: #d6b66a;
  flex: 0 0 auto;
  white-space: nowrap;
}
.site-footer .footer-newsletter input::placeholder {
  color: #111517;
  opacity: .65;
}
.footer-contact {
  color: #111517;
  display: block;
  font: 600 10px/1.75 var(--mono);
  margin-top: 19px;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(17, 21, 23, .35);
  font-size: 10px;
  font-weight: 600;
  padding-top: 22px;
}
.footer-legal-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
}
.footer-legal-links a {
  color: #111517;
  font: 600 10px var(--mono);
}
.footer-legal-links a:hover {
  color: #d6b66a;
}
@media (max-width: 900px) {
  .site-footer .footer-top {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .site-footer .footer-newsletter {
    grid-column: 1 / -1;
    max-width: 480px;
  }
}
@media (max-width: 620px) {
  .site-footer {
    padding: 52px 8vw 22px;
  }
  .site-footer .footer-top {
    display: grid;
    gap: 34px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 39px;
  }
  .site-footer .footer-brand-block,
  .site-footer .footer-newsletter {
    grid-column: 1 / -1;
  }
  .site-footer .footer-newsletter {
    max-width: none;
  }
  .site-footer .footer-newsletter > div {
    align-items: stretch;
    flex-direction: column;
  }
  .site-footer .footer-newsletter .button {
    align-self: start;
  }
  .site-footer .footer-bottom {
    align-items: start;
    gap: 18px;
  }
  .footer-legal-links {
    justify-content: start;
  }
}

/* Les données du compte ne sont rendues visibles qu'après validation de session. */
.account-page .account-shell[data-account-protected] {
  opacity: 0;
  visibility: hidden;
}
.account-page .account-shell[data-account-protected].account-authenticated {
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease;
}
/* Le back-office ne doit jamais être visible avant vérification de la session admin. */
.admin-app.admin-auth-checking {
  opacity: 0;
  visibility: hidden;
}
.admin-app.admin-authenticated {
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease;
}
.auth-field-note {
  color: #8b958d;
  display: block;
  font: 8px var(--mono) !important;
  margin-top: 7px;
}

@media (max-width: 760px) {
  .payment-page-wrap .payment-main {
    margin: 31px auto 68px;
    width: calc(100% - 28px);
  }
  .payment-page-wrap .payment-card {
    padding: 23px 14px 25px;
  }
  .payment-page-wrap .payment-card-heading h1 {
    font-size: 19px;
  }
  .payment-page-wrap .payment-product {
    align-items: flex-start;
  }
  .payment-page-wrap .payment-action,
  .payment-page-wrap .payment-action-primary {
    height: 57px;
    width: 100%;
  }
  .payment-page-wrap .payment-action-email {
    width: 100%;
  }
  .payment-page-wrap .payment-edit-link {
    min-height: 42px;
  }
  .payment-page-wrap .payment-modal-header {
    min-height: 70px;
    padding: 0 18px;
  }
  .payment-page-wrap .payment-modal-header h2 {
    font-size: 17px;
  }
  .payment-page-wrap .payment-modal-body {
    padding: 23px 18px 27px;
  }
}

/* Inscription — accent violet-indigo plus dynamique */
.auth-page .auth-register-shell {
  --register-accent: #7657f6;
  --register-accent-dark: #5b3bd1;
  background:
    radial-gradient(circle at 12% 16%, rgba(118, 87, 246, .2), transparent 31%),
    radial-gradient(circle at 86% 88%, rgba(204, 101, 216, .14), transparent 32%),
    var(--ink);
  border-radius: 0 0 26px 26px;
  max-width: 1360px;
  padding-bottom: 118px;
  padding-top: 105px;
  position: relative;
  width: 94%;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 7%;
}
.auth-page .auth-register-shell .auth-copy {
  align-self: center;
}
.auth-page .auth-register-shell .auth-copy .kicker {
  color: #b9aaff;
}
.auth-page .auth-register-shell .auth-copy .kicker-line {
  background: #a18cff;
}
.auth-page .auth-register-shell .auth-copy h1 {
  color: #fff;
  font-size: clamp(54px, 6vw, 84px);
}
.auth-page .auth-register-shell .auth-copy h1 i {
  color: #c3b7ff;
}
.auth-page .auth-register-shell .auth-copy p {
  color: #b8bacb;
  max-width: 350px;
}
.auth-page .auth-register-shell .auth-copy:after {
  background:
    linear-gradient(115deg, rgba(118, 87, 246, .8), rgba(204, 101, 216, .12)),
    url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?auto=format&fit=crop&w=800&q=85') center/cover;
  border-radius: 12px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .2);
  height: 128px;
  opacity: .82;
  width: 310px;
}
.auth-page .auth-register-shell .auth-form {
  align-self: center;
  background: #fff;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(7, 9, 22, .3);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  padding: 38px 40px 34px;
  width: 100%;
}
.auth-page .auth-register-shell .auth-form > .eyebrow,
.auth-page .auth-register-shell .auth-form > .auth-register-full,
.auth-page .auth-register-shell .auth-form > .checkbox-label,
.auth-page .auth-register-shell .auth-form > .button,
.auth-page .auth-register-shell .auth-form > .auth-switch {
  grid-column: 1 / -1;
}
.auth-page .auth-register-shell .auth-form > .eyebrow {
  color: var(--register-accent-dark);
  font-size: 10px;
  letter-spacing: .13em;
  margin-bottom: 3px;
}
.auth-page .auth-register-shell .auth-form label {
  color: #586276;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}
.auth-page .auth-register-shell .auth-form label + label {
  margin-top: 0;
}
.auth-page .auth-register-shell .auth-form input,
.auth-page .auth-register-shell .auth-form select {
  background: #f7f7fb;
  border: 1px solid #e1e1ee;
  border-radius: 12px;
  color: var(--ink);
  font: 14px var(--font-body) !important;
  margin-top: 8px;
  min-height: 59px;
  outline: 0;
  padding: 15px 16px;
  transition: background .2s, border-color .2s, box-shadow .2s, transform .2s;
  width: 100%;
}
.auth-page .auth-register-shell .auth-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--register-accent) 50%), linear-gradient(135deg, var(--register-accent) 50%, transparent 50%);
  background-position: calc(100% - 19px) 26px, calc(100% - 14px) 26px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}
.auth-page .auth-register-shell .auth-form input::placeholder {
  color: #a7acbd;
}
.auth-page .auth-register-shell .auth-form input:hover,
.auth-page .auth-register-shell .auth-form select:hover {
  border-color: #c6c2f5;
}
.auth-page .auth-register-shell .auth-form input:focus,
.auth-page .auth-register-shell .auth-form select:focus {
  background: #fff;
  border-color: var(--register-accent);
  box-shadow: 0 0 0 4px rgba(118, 87, 246, .15);
  transform: translateY(-1px);
}
.auth-page .auth-register-shell .auth-form label:focus-within {
  color: var(--register-accent-dark);
}
.auth-page .auth-register-shell .auth-field-note {
  color: #9296aa;
  font-size: 9px !important;
  margin-top: 7px;
}
.auth-page .auth-register-shell .checkbox-label {
  align-items: flex-start;
  background: transparent;
  border: 0;
  box-shadow: none;
  gap: 9px;
  margin: 0;
  padding: 1px 0 2px;
}
.auth-page .auth-register-shell .checkbox-label input {
  accent-color: var(--register-accent);
  flex: 0 0 auto;
  height: 16px;
  margin: 1px 0 0;
  min-height: 16px;
  padding: 0;
  width: 16px;
}
.auth-page .auth-register-shell .checkbox-label span {
  color: #7d8497;
  font: 11px/1.45 var(--font-body) !important;
}
.auth-page .auth-register-shell .checkbox-label a {
  color: var(--register-accent-dark);
  font-weight: 700;
}
.auth-page .auth-register-shell .auth-form > .button-primary {
  background: linear-gradient(115deg, var(--register-accent-dark), #a14fd0);
  border-radius: 13px;
  box-shadow: 0 12px 22px rgba(118, 87, 246, .22);
  color: #fff;
  min-height: 59px;
  margin-top: 4px;
}
.auth-page .auth-register-shell .auth-form > .button-primary:hover {
  background: linear-gradient(115deg, #4e31c1, #8d3fc0);
  box-shadow: 0 15px 25px rgba(118, 87, 246, .3);
}
.auth-page .auth-register-shell .auth-switch {
  border-top-color: #ececf3;
  color: #878c9d;
  margin-top: 2px;
  padding-top: 18px;
}
.auth-page .auth-register-shell .auth-switch a {
  color: var(--register-accent-dark);
  font-weight: 700;
}

@media (max-width: 620px) {
  .auth-page .auth-register-shell {
    border-radius: 0;
    padding-bottom: 78px;
    padding-top: 64px;
    width: 100%;
  }
  .auth-page .auth-register-shell .auth-copy {
    margin-bottom: 36px;
  }
  .auth-page .auth-register-shell .auth-copy h1 {
    font-size: 57px;
  }
  .auth-page .auth-register-shell .auth-copy:after {
    height: 90px;
    margin-top: 27px;
    width: 100%;
  }
  .auth-page .auth-register-shell .auth-form {
    border-radius: 17px;
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 27px 19px 23px;
  }
  .auth-page .auth-register-shell .auth-form input,
  .auth-page .auth-register-shell .auth-form select,
  .auth-page .auth-register-shell .auth-form > .button-primary {
    min-height: 56px;
  }
  .auth-page .auth-register-shell .auth-form select {
    background-position: calc(100% - 18px) 25px, calc(100% - 13px) 25px;
  }
}

/* Header mobile : conserver l’accès au compte à côté du panier. */
@media (max-width: 900px) {
  .site-header .header-actions .icon-button {
    display: inline-flex;
  }
  .site-header .header-actions .contact-link {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header .header-actions {
    gap: 8px;
    margin-right: 5px;
  }
  .site-header .header-actions .icon-button {
    height: 36px;
    width: 36px;
  }
  .site-header .header-actions .icon-button svg {
    height: 17px;
    width: 17px;
  }
}

/* Paiement — parcours vertical, lisible et animé */
.payment-page-wrap .payment-page {
  background:
    radial-gradient(circle at 92% 8%, rgba(214, 182, 106, .12), transparent 25%),
    var(--paper);
}
.payment-page-wrap .payment-progress {
  background: rgba(255, 253, 248, .58);
  backdrop-filter: blur(8px);
}
.payment-page-wrap .payment-card {
  box-shadow: 0 18px 45px rgba(23, 38, 42, .07);
  overflow: hidden;
  position: relative;
}
.payment-page-wrap .payment-card:before {
  background: linear-gradient(90deg, var(--lime-dark), var(--lime), transparent);
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.payment-page-wrap .payment-item-row {
  transition: background .2s, transform .2s;
}
.payment-page-wrap .payment-item-row:hover {
  background: #fbfaf5;
  transform: translateX(3px);
}
.payment-page-wrap .payment-info-card {
  border: 1px solid rgba(165, 121, 45, .16);
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.payment-page-wrap .payment-info-card:hover {
  border-color: rgba(165, 121, 45, .4);
  box-shadow: 0 8px 18px rgba(23, 38, 42, .06);
  transform: translateY(-2px);
}
.payment-page-wrap .payment-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.payment-page-wrap .payment-action,
.payment-page-wrap .payment-action-primary {
  float: none;
  width: 100%;
}
.payment-page-wrap .payment-action-email {
  grid-column: 1 / -1;
  margin: 3px auto 0;
}
.payment-page-wrap .payment-edit-link {
  grid-column: 1 / -1;
  justify-self: center;
}
.payment-page-wrap .bank-detail-list {
  counter-reset: payment-field;
}
.payment-page-wrap .bank-detail-list > div {
  align-items: start;
  counter-increment: payment-field;
  display: grid;
  gap: 5px 13px;
  grid-template-areas: 'index label' 'index value';
  grid-template-columns: 29px minmax(0, 1fr);
  min-height: 0;
  padding: 15px 17px;
  transition: background .2s, padding-left .2s;
}
.payment-page-wrap .bank-detail-list > div:before {
  align-items: center;
  background: var(--lime);
  border-radius: 50%;
  color: var(--ink);
  content: counter(payment-field, decimal-leading-zero);
  display: inline-flex;
  font: 8px var(--mono) !important;
  grid-area: index;
  height: 25px;
  justify-content: center;
  margin-top: 1px;
  width: 25px;
}
.payment-page-wrap .bank-detail-list > div:hover {
  background: #fffdf8;
  padding-left: 21px;
}
.payment-page-wrap .bank-detail-list span {
  grid-area: label;
}
.payment-page-wrap .bank-detail-list strong {
  grid-area: value;
  text-align: left;
}
.payment-page-wrap .payment-proof {
  border: 1px solid rgba(165, 121, 45, .17);
  position: relative;
}
.payment-page-wrap .payment-proof:before {
  background: var(--lime-dark);
  border-radius: 2px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
.payment-page-wrap .payment-file-drop {
  background: rgba(255, 253, 248, .58);
  transition: background .2s, border-color .2s, transform .2s;
}
.payment-page-wrap .payment-file-drop:hover {
  transform: translateY(-2px);
}
.payment-page-wrap .payment-confirm-order {
  box-shadow: 0 10px 20px rgba(18, 34, 38, .13);
  transition: background .2s, box-shadow .2s, transform .2s;
}
.payment-page-wrap .payment-confirm-order:hover {
  box-shadow: 0 14px 25px rgba(18, 34, 38, .2);
  transform: translateY(-2px);
}
.payment-page-wrap .payment-modal.is-open .payment-modal-panel {
  animation: payment-panel-in .28s ease-out both;
}
.payment-page-wrap .payment-modal.is-open .bank-detail-list > div {
  animation: payment-field-in .32s ease-out both;
}
.payment-page-wrap .payment-modal.is-open .bank-detail-list > div:nth-child(2) {
  animation-delay: .04s;
}
.payment-page-wrap .payment-modal.is-open .bank-detail-list > div:nth-child(3) {
  animation-delay: .08s;
}
.payment-page-wrap .payment-modal.is-open .bank-detail-list > div:nth-child(4) {
  animation-delay: .12s;
}
.payment-page-wrap .payment-modal.is-open .bank-detail-list > div:nth-child(5) {
  animation-delay: .16s;
}
.payment-page-wrap .payment-modal.is-open .bank-detail-list > div:nth-child(6) {
  animation-delay: .2s;
}
@keyframes payment-panel-in {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes payment-field-in {
  from { opacity: 0; transform: translateX(-8px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .payment-page-wrap .payment-modal.is-open .payment-modal-panel,
  .payment-page-wrap .payment-modal.is-open .bank-detail-list > div {
    animation: none;
  }
  .payment-page-wrap .payment-item-row,
  .payment-page-wrap .payment-info-card,
  .payment-page-wrap .payment-file-drop,
  .payment-page-wrap .payment-confirm-order {
    transition: none;
  }
}

@media (max-width: 620px) {
  .payment-page-wrap .payment-actions {
    display: flex;
    flex-direction: column;
  }
  .payment-page-wrap .payment-action-email,
  .payment-page-wrap .payment-edit-link {
    grid-column: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .payment-page-wrap .bank-detail-list > div {
    grid-template-columns: 27px minmax(0, 1fr);
    padding: 13px 14px;
  }
  .payment-page-wrap .bank-detail-list > div:hover {
    padding-left: 17px;
  }
}

/* Tarifs départ dépôt — présentation en fiches, inspirée de la référence */
.containers-price-catalog {
  display: grid;
  gap: 20px;
}
.containers-price-card {
  align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(16, 41, 71, .07);
  display: grid;
  grid-template-columns: minmax(190px, .78fr) minmax(300px, 1.28fr) minmax(215px, .8fr);
  min-height: 325px;
  overflow: hidden;
}
.containers-price-image {
  background: #dbe2de;
  min-height: 325px;
  overflow: hidden;
  position: relative;
}
.containers-price-image::after {
  background: linear-gradient(180deg, transparent 58%, rgba(24, 32, 29, .3));
  content: '';
  inset: 0;
  position: absolute;
}
.containers-price-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}
.containers-price-card:hover .containers-price-image img {
  transform: scale(1.04);
}
.containers-price-image > span {
  bottom: 17px;
  color: #fff;
  font: 9px var(--mono);
  left: 18px;
  letter-spacing: .12em;
  position: absolute;
  z-index: 1;
}
.containers-price-details {
  padding: 31px 36px;
}
.containers-price-card-heading {
  border-bottom: 1px solid var(--surface-border);
  padding-bottom: 18px;
}
.containers-price-card-heading .eyebrow {
  color: var(--lime-dark);
}
.containers-price-card-heading h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(27px, 3vw, 42px);
  letter-spacing: -.08em;
  line-height: 1;
  margin: 13px 0 0;
}
.containers-spec-list {
  display: flex;
  flex-direction: column;
}
.containers-spec-list > div {
  align-items: center;
  border-bottom: 1px solid var(--surface-border);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 51px;
}
.containers-spec-list > div:last-child {
  border-bottom: 0;
}
.containers-spec-list span {
  color: #697c8b;
  font: 10px var(--mono);
}
.containers-spec-list strong {
  color: var(--lime-dark);
  font: 600 12px var(--mono);
  text-align: right;
}
.containers-price-options {
  background: #edf1e9;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  padding: 20px;
}
.containers-price-option {
  background: #f8faf7;
  border: 1px solid #dfe6dc;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  min-height: 132px;
  padding: 17px;
}
.containers-price-option > span {
  color: var(--olive);
  font: 600 9px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.containers-price-option > strong {
  color: var(--ink);
  font: 700 24px var(--font-display);
  letter-spacing: -.06em;
  margin: 8px 0 12px;
}
.containers-price-option > a {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: flex;
  font: 9px var(--mono);
  gap: 7px;
  justify-content: space-between;
  margin-top: auto;
  min-height: 34px;
  padding: 0 11px;
  transition: background .2s ease, color .2s ease;
}
.containers-price-option > a:hover {
  background: var(--lime);
  color: var(--ink);
}
.containers-price-option > a svg {
  height: 13px;
  width: 13px;
}
@media (max-width: 980px) {
  .containers-price-card {
    grid-template-columns: minmax(175px, .68fr) minmax(260px, 1.2fr);
  }
  .containers-price-options {
    grid-column: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .containers-catalog-intro {
    margin-bottom: 28px;
    padding: 17px 17px 19px;
  }
  .containers-catalog-intro p,
  .containers-catalog-intro-lead {
    font-size: 11px !important;
  }
  .containers-catalog-intro-grid {
    display: block;
  }
  .containers-catalog-intro-grid p {
    padding-right: 0;
  }
  .containers-catalog-intro-grid p + p {
    border-left: 0;
    border-top: 1px solid var(--surface-border);
    margin-top: 15px;
    padding-left: 0;
    padding-top: 15px;
  }
  .containers-price-card {
    display: block;
  }
  .containers-price-image {
    min-height: 220px;
  }
  .containers-price-details {
    padding: 24px 20px;
  }
  .containers-price-card-heading h3 {
    font-size: 32px;
  }
  .containers-price-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 13px;
  }
  .containers-price-option {
    min-height: 138px;
    padding: 13px;
  }
  .containers-price-option > strong {
    font-size: 21px;
  }
  .containers-price-option > a {
    font-size: 8px;
    padding: 0 8px;
  }
}

/* Boutique — filtres et recherche */
.shop-page > .page-intro {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

.shop-page .shop-toolbar {
  align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 0;
}

.shop-filter-block {
  display: flex;
  flex-direction: column;
  gap: 11px;
  justify-content: center;
  min-width: 0;
  padding: 17px 22px 18px;
}

.shop-toolbar-label {
  color: #7a8790;
  font: 9px var(--mono);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.shop-page .filter-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-page .filter-tabs button {
  background: var(--surface-soft);
  border: 1px solid var(--surface-border);
  border-radius: 999px;
  color: #6d7a80;
  font: 11px var(--mono);
  padding: 9px 14px;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}

.shop-page .filter-tabs button:hover {
  border-color: var(--lime-dark);
  color: var(--ink);
  transform: translateY(-1px);
}

.shop-page .filter-tabs button.active {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}

.shop-page .filter-tabs button.active:after {
  display: none;
}

.shop-page .shop-tools {
  align-items: center;
  border-left: 1px solid var(--surface-border);
  display: flex;
  gap: 10px;
  padding: 17px 18px;
}

.shop-page .search-box {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid var(--surface-border);
  border-radius: 10px;
  display: flex;
  gap: 9px;
  height: 42px;
  padding: 0 12px;
  width: 235px;
}

.shop-page .search-box span {
  color: #71808a;
  font: 18px/1 var(--serif);
  transform: rotate(-15deg);
}

.shop-page .search-box input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font: 11px var(--mono);
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.shop-page .search-box input::placeholder {
  color: #89969d;
}

.shop-page .search-box:focus-within {
  border-color: var(--lime-dark);
  box-shadow: 0 0 0 4px rgba(201, 219, 108, .2);
}

.shop-page .clear-filters {
  background: transparent;
  border: 0;
  color: #71808a;
  font: 10px var(--mono);
  padding: 8px 0;
  white-space: nowrap;
}

.shop-page .clear-filters:hover {
  color: var(--ink);
}

.shop-page .clear-filters.is-hidden {
  display: none;
}

.shop-page .shop-result {
  align-items: center;
  color: #71808a;
  font: 10px var(--mono);
  min-height: 64px;
  padding: 18px 0;
}

.shop-page .shop-result-count {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 760px) {
  .shop-page .shop-toolbar {
    display: block;
  }

  .shop-filter-block {
    gap: 13px;
    padding: 17px 16px 15px;
  }

  .shop-page .filter-tabs {
    gap: 7px;
  }

  .shop-page .filter-tabs button {
    padding: 8px 11px;
  }

  .shop-page .shop-tools {
    border-left: 0;
    border-top: 1px solid var(--surface-border);
    justify-content: stretch;
    padding: 12px 16px;
  }

  .shop-page .search-box {
    flex: 1;
    width: auto;
  }
}

@media (max-width: 420px) {
  .shop-page .shop-result {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 430px) {
  .containers-price-options {
    display: flex;
  }
}

/* Admin actions added to the live management screens */
.admin-inline-select {
  background: var(--surface-soft);
  border: 1px solid var(--surface-border);
  color: var(--ink);
  font: 9px var(--mono);
  min-height: 32px;
  padding: 0 8px;
  width: 100%;
}
.admin-product-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}
.admin-product-actions .plain-admin-button {
  font-size: 8px;
  padding: 5px 7px;
}
.admin-products-table .admin-data-head,
.admin-products-table .admin-data-row {
  grid-template-columns: 28px 2fr 1fr 1fr .9fr 115px;
}
.admin-inline-select:focus {
  border-color: var(--lime-dark);
  outline: 0;
}
.admin-filter-hint {
  color: #718496;
  font: 9px var(--mono);
}
.admin-customer-search {
  align-items: center;
  border-bottom: 1px solid var(--surface-border);
  display: flex;
  gap: 8px;
  margin-left: 20px;
  min-width: 220px;
}
.admin-customer-search span {
  color: #718496;
  font-size: 16px;
}
.admin-customer-search input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font: 10px var(--mono);
  outline: 0;
  padding: 9px 0;
  width: 100%;
}
.admin-compact-form {
  margin-bottom: 22px;
}
.admin-compact-form .admin-form-actions {
  margin-top: 20px;
}
[data-admin-articles] .admin-data-head,
[data-admin-articles] .admin-data-row {
  grid-template-columns: minmax(0, 2fr) .9fr 1fr 120px;
}
[data-admin-delivery] .tracking-row {
  grid-template-columns: 70px minmax(0, 1fr) 90px 150px;
  margin: 0;
}
[data-admin-delivery] .tracking-row:first-child {
  border-top: 0;
}
[data-admin-delivery] .tracking-row .admin-inline-select {
  justify-self: end;
}
@media (max-width: 760px) {
  .admin-customer-search {
    margin-left: 0;
    margin-top: 18px;
    min-width: 0;
    width: 100%;
  }
  .admin-products-table .admin-data-head,
  .admin-products-table .admin-data-row {
    grid-template-columns: 22px minmax(0, 2fr) .9fr .85fr 80px;
  }
  [data-admin-articles] .admin-data-head,
  [data-admin-articles] .admin-data-row {
    grid-template-columns: minmax(0, 1fr) .8fr;
  }
  [data-admin-articles] .admin-data-head span:nth-child(3),
  [data-admin-articles] .admin-data-row > span:nth-child(3) {
    display: none;
  }
  [data-admin-delivery] .tracking-row {
    grid-template-columns: 48px minmax(0, 1fr) 105px;
  }
  [data-admin-delivery] .tracking-row > span:nth-child(3) {
    display: none;
  }
}

.containers-offer-description {
  border-left: 3px solid var(--lime-dark);
  margin: 28px 0 0;
  max-width: 1080px;
  padding: 20px 28px 22px;
}
.containers-offer-top {
  padding-bottom: 86px;
  padding-top: 94px;
}
.containers-offer-top .containers-offer-description {
  margin-bottom: 0;
}
.containers-offer-description p {
  color: #61717a;
  font: 12px/1.8 var(--mono);
  margin: 0;
}
.containers-offer-description .containers-offer-lead {
  color: var(--ink) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  max-width: 940px;
}
.containers-offer-grid {
  border-bottom: 1px solid var(--surface-border);
  border-top: 1px solid var(--surface-border);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0 17px;
  padding: 16px 0;
}
.containers-offer-grid p {
  padding-right: 20px;
}
.containers-offer-grid p + p {
  border-left: 1px solid var(--surface-border);
  padding-left: 28px;
}
.containers-offer-description strong {
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 13px;
}
@media (max-width: 680px) {
  .containers-offer-top {
    padding-bottom: 54px;
    padding-top: 62px;
  }
  .containers-offer-description {
    margin-bottom: 36px;
    padding: 17px 17px 19px;
  }
  .containers-offer-description p,
  .containers-offer-description .containers-offer-lead {
    font-size: 11px !important;
  }
  .containers-offer-grid {
    display: block;
  }
  .containers-offer-grid p {
    padding-right: 0;
  }
  .containers-offer-grid p + p {
    border-left: 0;
    border-top: 1px solid var(--surface-border);
    margin-top: 15px;
    padding-left: 0;
    padding-top: 15px;
  }
}

/* Boutique showroom + product cards */
.shop-page {
  background:
    radial-gradient(circle at 82% 8%, rgba(229, 111, 81, .1), transparent 25rem),
    var(--paper);
}

.shop-hero {
  align-items: stretch;
  display: grid;
  gap: 5.5%;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  min-height: 555px;
  padding-bottom: 72px;
  padding-top: 72px;
}

.shop-hero-copy {
  align-self: center;
  max-width: 570px;
  padding: 15px 0 25px;
}

.shop-hero-kicker {
  align-items: center;
  color: var(--purchase-coral-dark, #bb4e35);
  display: flex;
  font: 600 10px/1.2 'IBM Plex Mono', monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.shop-hero-kicker i {
  background: var(--purchase-coral, #e56f51);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}

.shop-hero h1 {
  color: var(--ink);
  font-family: var(--purchase-font, 'Plus Jakarta Sans', sans-serif) !important;
  font-size: clamp(55px, 7vw, 98px);
  font-weight: 800;
  letter-spacing: -.1em;
  line-height: .87;
  margin: 28px 0 24px;
}

.shop-hero h1 em {
  color: var(--purchase-coral, #e56f51);
  font-family: Georgia, serif !important;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.08em;
}

.shop-hero-copy > p {
  color: var(--muted);
  font: 14px/1.75 var(--purchase-font, 'Plus Jakarta Sans', sans-serif);
  max-width: 450px;
}

.shop-hero-stats {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 30px;
  margin-top: 38px;
  padding-top: 18px;
}

.shop-hero-stats span {
  color: var(--muted);
  font: 9px/1.5 'IBM Plex Mono', monospace;
  max-width: 135px;
  text-transform: uppercase;
}

.shop-hero-stats strong {
  color: var(--ink);
  display: block;
  font: 700 19px/1.1 var(--purchase-font, 'Plus Jakarta Sans', sans-serif);
  letter-spacing: -.04em;
  margin-bottom: 5px;
}

.shop-hero-visual {
  border-radius: 27px 27px 27px 6px;
  box-shadow: 0 25px 45px rgba(24, 32, 29, .17);
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.shop-hero-visual::after {
  background: linear-gradient(180deg, rgba(20, 31, 35, .02), rgba(20, 31, 35, .68));
  content: '';
  inset: 0;
  position: absolute;
}

.shop-hero-visual img {
  filter: saturate(.82) contrast(1.04);
  height: 100%;
  object-fit: cover;
  transition: transform .55s;
  width: 100%;
}

.shop-hero-visual:hover img {
  transform: scale(1.035);
}

.shop-hero-visual > span {
  bottom: 24px;
  color: #fff;
  font: 9px 'IBM Plex Mono', monospace;
  left: 25px;
  letter-spacing: .12em;
  position: absolute;
  z-index: 1;
}

.shop-hero-visual > span b {
  color: var(--lime);
  margin: 0 5px;
}

.shop-page .shop-shell {
  padding-bottom: 130px;
  padding-top: 0;
}

.shop-page .shop-toolbar {
  background: rgba(255, 253, 249, .8);
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 12px 25px rgba(24, 32, 29, .05);
  padding: 17px 20px;
}

.shop-page .shop-grid {
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-page .merchant-product-card {
  background: var(--surface, #fff);
  border: 1px solid var(--line);
  border-radius: 21px;
  box-shadow: 0 9px 25px rgba(24, 32, 29, .045);
  overflow: hidden;
  padding: 0;
  transition: box-shadow .25s, transform .25s, border-color .25s;
}

.shop-page .merchant-product-card:hover {
  border-color: #d5c7bb;
  box-shadow: 0 18px 35px rgba(24, 32, 29, .11);
  transform: translateY(-5px);
}

.shop-page .product-image-wrap {
  position: relative;
}

.shop-page .merchant-product-card .product-image {
  border-radius: 0;
  height: 335px;
}

.shop-page .merchant-product-card .product-image img {
  filter: saturate(.84) contrast(1.03);
}

.shop-page .merchant-product-card .product-tag {
  background: var(--lime);
  color: var(--ink);
  font: 600 8px 'IBM Plex Mono', monospace;
  left: 15px;
  padding: 8px 10px;
  top: 15px;
}

.shop-page .merchant-product-card .image-arrow {
  background: rgba(255, 253, 249, .92);
  color: var(--ink);
  opacity: 1;
  transform: none;
}

.shop-page .product-cart-button {
  align-items: center;
  background: var(--purchase-coral, #e56f51);
  border: 0;
  border-radius: 13px;
  bottom: 15px;
  color: #fff;
  display: inline-flex;
  font: 700 10px var(--purchase-font, 'Plus Jakarta Sans', sans-serif);
  gap: 7px;
  min-height: 43px;
  padding: 0 13px;
  position: absolute;
  right: 15px;
  transition: background .2s, transform .2s, box-shadow .2s;
  z-index: 2;
}

.shop-page .product-cart-button:hover {
  background: var(--purchase-coral-dark, #bb4e35);
  box-shadow: 0 8px 18px rgba(187, 78, 53, .25);
  transform: translateY(-2px);
}

.shop-page .product-cart-button svg {
  height: 17px;
  width: 17px;
}

.shop-page .merchant-product-card .product-info {
  padding: 19px 18px 12px;
}

.shop-page .merchant-product-card .product-info .eyebrow {
  color: #9a958d;
  font-size: 8px;
}

.shop-page .merchant-product-card .product-info h3 {
  font-family: var(--purchase-font, 'Plus Jakarta Sans', sans-serif) !important;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.14;
  margin-top: 9px;
}

.shop-page .merchant-product-card .product-price {
  min-width: 82px;
}

.shop-page .merchant-product-card .product-price strong {
  font-family: var(--purchase-font, 'Plus Jakarta Sans', sans-serif);
  font-size: 15px;
  font-weight: 800;
}

.shop-page .merchant-product-card .product-price small {
  color: #99948c;
  display: block;
  font: 8px 'IBM Plex Mono', monospace;
  margin-top: 4px;
}

.shop-page .merchant-product-card .product-meta {
  align-items: center;
  margin: 0 18px;
  padding: 11px 0 17px;
}

.shop-page .merchant-product-card .product-meta > span:first-child {
  color: #898f89;
  font: 8px 'IBM Plex Mono', monospace;
}

.shop-page .product-stock {
  align-items: center;
  color: #5d7651;
  display: inline-flex;
  font: 8px 'IBM Plex Mono', monospace;
  gap: 5px;
}

.shop-page .product-stock i,
.merchant-stock i {
  background: #8caf68;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  width: 6px;
}

/* Merchant-friendly product information */
.product-detail .detail-main-image {
  border-radius: 23px 23px 23px 5px;
  overflow: hidden;
}

.detail-image-badge {
  background: var(--ink);
  bottom: 18px;
  color: var(--lime);
  font: 8px 'IBM Plex Mono', monospace;
  letter-spacing: .1em;
  padding: 9px 11px;
  position: absolute;
  right: 18px;
}

.merchant-reference {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  margin-top: 18px;
  padding: 12px 0;
}

.merchant-reference > span:first-child {
  color: #8a928c;
  font: 8px 'IBM Plex Mono', monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.merchant-reference > strong {
  color: var(--ink);
  font: 600 10px 'IBM Plex Mono', monospace;
}

.merchant-stock {
  align-items: center;
  color: #557346;
  display: inline-flex;
  font: 9px 'IBM Plex Mono', monospace;
  gap: 6px;
  margin-left: auto;
}

.product-detail .spec-list {
  background: rgba(255, 253, 249, .72);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 4px 15px;
}

@media (max-width: 900px) {
  .shop-hero {
    gap: 25px;
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .shop-hero-copy {
    max-width: 650px;
  }

  .shop-hero-visual {
    min-height: 390px;
  }
}

@media (max-width: 700px) {
  .shop-page .shop-grid {
    grid-template-columns: 1fr;
  }

  .shop-hero h1 {
    font-size: 58px;
  }

  .shop-hero-visual {
    min-height: 300px;
  }

  .shop-hero-stats {
    gap: 18px;
  }

  .shop-page .merchant-product-card .product-image {
    height: 300px;
  }

  .shop-page .product-cart-button span {
    display: none;
  }

  .shop-page .product-cart-button {
    border-radius: 50%;
    height: 43px;
    justify-content: center;
    padding: 0;
    width: 43px;
  }

  .merchant-stock {
    margin-left: 0;
    width: 100%;
  }
}

/* Final cart + delivery redesign
   A warmer editorial checkout language, scoped to the two purchase steps. */
:root {
  --purchase-ink: #20252b;
  --purchase-muted: #737b83;
  --purchase-paper: #f6f3ed;
  --purchase-surface: #fffdf9;
  --purchase-line: #e5e1d9;
  --purchase-coral: #e56f51;
  --purchase-coral-dark: #bb4e35;
  --purchase-blue: #dce9ed;
  --purchase-font: 'Plus Jakarta Sans', 'DM Sans', Arial, sans-serif;
}

.cart-page,
.checkout-page {
  background:
    radial-gradient(circle at 8% 6%, rgba(229, 111, 81, .08), transparent 24rem),
    var(--purchase-paper);
  color: var(--purchase-ink);
  font-family: var(--purchase-font);
}

.cart-page .site-footer,
.checkout-page .site-footer {
  font-family: var(--purchase-font);
}

.cart-page .eyebrow,
.checkout-page .eyebrow,
.cart-page .kicker,
.checkout-page .checkout-steps,
.checkout-page .back-link,
.cart-page .cart-list-head,
.cart-page .cart-heading-count,
.cart-page .summary-step,
.cart-page .summary-line,
.cart-page .summary-payment,
.cart-page .cart-trust-row,
.checkout-page .checkout-mode-note {
  font-family: 'IBM Plex Mono', monospace !important;
}

/* Cart */
.cart-page .cart-redesign {
  max-width: 1380px;
  padding-bottom: 120px;
  padding-top: 72px;
  width: min(90%, 1380px);
}

.cart-page .cart-redesign .cart-heading {
  align-items: end;
  border-bottom: 0;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0 0 47px;
  position: relative;
}

.cart-page .cart-redesign .cart-heading::after {
  background: var(--purchase-ink);
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  width: 74px;
}

.cart-page .cart-redesign .kicker {
  color: var(--purchase-coral-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
}

.cart-page .cart-redesign .kicker-line {
  background: var(--purchase-coral);
  height: 3px;
  margin-right: 12px;
  width: 34px;
}

.cart-page .cart-redesign .cart-heading h1 {
  color: var(--purchase-ink);
  font-family: var(--purchase-font) !important;
  font-size: clamp(51px, 7.7vw, 108px);
  font-weight: 800;
  letter-spacing: -.095em;
  line-height: .86;
  margin: 26px 0 19px;
}

.cart-page .cart-redesign .cart-heading h1 i {
  color: var(--purchase-coral);
  font-family: Georgia, serif !important;
  font-weight: 400;
  letter-spacing: -.08em;
}

.cart-page .cart-heading-lead {
  color: var(--purchase-muted);
  font-family: var(--purchase-font);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  max-width: 445px;
}

.cart-page .cart-heading-side {
  align-items: end;
  gap: 16px;
}

.cart-page .cart-redesign .cart-heading-count {
  align-items: center;
  background: var(--purchase-ink);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: var(--purchase-font) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
  min-height: 40px;
  padding: 0 17px;
}

.cart-page .cart-continue-link {
  color: var(--purchase-ink);
  font-family: var(--purchase-font);
  font-size: 11px;
  font-weight: 700;
  gap: 8px;
}

.cart-page .cart-continue-link:hover {
  color: var(--purchase-coral-dark);
}

.cart-page .cart-layout {
  gap: clamp(34px, 6vw, 92px);
  grid-template-columns: minmax(0, 1.55fr) minmax(305px, .75fr);
  margin-top: 47px;
}

.cart-page .cart-list-head {
  color: #9b968e;
  font-size: 9px;
  letter-spacing: .1em;
  padding: 0 3px 15px;
  text-transform: uppercase;
}

.cart-page .cart-redesign .cart-items {
  border-top: 1px solid var(--purchase-ink);
}

.cart-page .cart-redesign .cart-item {
  background: rgba(255, 253, 249, .58);
  border-bottom: 1px solid var(--purchase-line);
  border-radius: 18px;
  display: grid;
  gap: 16px;
  grid-template-columns: 28px 118px minmax(170px, 1fr) 82px 94px 95px;
  margin: 12px 0;
  min-height: 154px;
  padding: 18px;
  transition: box-shadow .25s, transform .25s, background .25s;
}

.cart-page .cart-redesign .cart-item:hover {
  background: var(--purchase-surface);
  box-shadow: 0 14px 32px rgba(32, 37, 43, .08);
  transform: translateY(-2px);
}

.cart-page .cart-item-index {
  color: var(--purchase-coral-dark);
  font-size: 10px;
  font-weight: 600;
}

.cart-page .cart-item-image {
  border-radius: 13px;
  height: 100px;
  width: 118px;
}

.cart-page .cart-redesign .cart-item-main {
  min-width: 0;
}

.cart-page .cart-redesign .cart-item-main .eyebrow {
  color: #a19b93;
  font-size: 8px;
}

.cart-page .cart-redesign .cart-item-main h3 {
  color: var(--purchase-ink);
  font-family: var(--purchase-font) !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.15;
  margin: 8px 0 8px;
}

.cart-page .cart-redesign .cart-item-main > span:last-of-type {
  color: var(--purchase-muted);
  font-family: var(--purchase-font) !important;
  font-size: 10px;
}

.cart-page .remove-item {
  color: var(--purchase-coral-dark);
  font-family: var(--purchase-font) !important;
  font-size: 9px;
  font-weight: 600;
  margin-top: 12px;
  text-decoration: underline;
  text-decoration-color: rgba(229, 111, 81, .35);
  text-underline-offset: 3px;
}

.cart-page .cart-item-unit,
.cart-page .cart-item-total {
  text-align: right;
}

.cart-page .cart-item-unit span {
  color: #aaa49c;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 8px;
  letter-spacing: .08em;
}

.cart-page .cart-item-unit strong {
  color: var(--purchase-ink);
  font-family: var(--purchase-font);
  font-size: 12px;
  font-weight: 700;
}

.cart-page .cart-redesign .cart-quantity {
  align-self: center;
  background: var(--purchase-surface);
  border: 1px solid var(--purchase-line);
  border-radius: 11px;
  height: 38px;
  overflow: hidden;
}

.cart-page .cart-redesign .cart-quantity button {
  color: var(--purchase-coral-dark);
  font-family: var(--purchase-font);
  font-size: 17px;
  height: 36px;
  width: 28px;
}

.cart-page .cart-redesign .cart-quantity span {
  color: var(--purchase-ink);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
}

.cart-page .cart-redesign .cart-item-total {
  color: var(--purchase-ink);
  font-family: var(--purchase-font);
  font-size: 14px;
  font-weight: 800;
}

.cart-page .cart-delivery-note {
  background: var(--purchase-blue);
  border: 0;
  border-radius: 17px;
  margin-top: 21px;
  padding: 16px 18px;
}

.cart-page .cart-note-icon {
  background: var(--purchase-surface);
  color: var(--purchase-coral-dark);
  height: 35px;
  width: 35px;
}

.cart-page .cart-delivery-note strong {
  color: var(--purchase-ink);
  font-family: var(--purchase-font);
  font-size: 11px;
  font-weight: 700;
}

.cart-page .cart-delivery-note p {
  color: #61717a;
  font-family: var(--purchase-font);
  font-size: 9px;
  line-height: 1.55;
  margin-top: 5px;
}

.cart-page .cart-delivery-note > a {
  color: var(--purchase-coral-dark);
}

.cart-page .cart-redesign .order-summary {
  background: var(--purchase-ink);
  border: 0;
  border-radius: 24px 24px 24px 6px;
  box-shadow: 0 24px 45px rgba(32, 37, 43, .18);
  color: #fff;
  padding: 30px 29px 25px;
  position: sticky;
  top: 20px;
}

.cart-page .cart-redesign .order-summary::before {
  background: var(--purchase-coral);
  border-radius: 0 0 0 5px;
  content: '';
  height: 7px;
  left: 29px;
  position: absolute;
  top: 0;
  width: 57px;
}

.cart-page .cart-redesign .order-summary .eyebrow {
  color: #f2a28d;
  font-size: 9px;
  letter-spacing: .13em;
}

.cart-page .summary-step {
  color: #aeb8bc;
  font-size: 8px;
}

.cart-page .cart-redesign .order-summary h2 {
  color: #fff;
  font-family: var(--purchase-font) !important;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.07em;
  margin: 23px 0 25px;
}

.cart-page .summary-line {
  border-bottom: 1px solid #3a444a;
  font-size: 10px;
  padding: 13px 0;
}

.cart-page .summary-line span {
  color: #aeb8bc;
}

.cart-page .summary-line strong {
  color: #fff;
  font-family: var(--purchase-font);
  font-size: 10px;
  font-weight: 600;
}

.cart-page .summary-discount strong {
  color: #f2a28d;
}

.cart-page .cart-redesign .summary-total {
  padding: 22px 0 19px;
}

.cart-page .summary-total span {
  color: #d4dadd;
  font-size: 10px;
}

.cart-page .cart-redesign .summary-total strong {
  color: #f2a28d;
  font-family: var(--purchase-font);
  font-size: 24px;
  font-weight: 800;
}

.cart-page .cart-redesign .order-summary .button-primary {
  background: var(--purchase-coral);
  border-radius: 12px;
  color: #fff;
  font-family: var(--purchase-font);
  font-weight: 700;
  min-height: 55px;
}

.cart-page .cart-redesign .order-summary .button-primary:hover {
  background: var(--purchase-coral-dark);
}

.cart-page .summary-payment {
  border-top-color: #3a444a;
  color: #d4dadd;
  margin-top: 19px;
  padding-top: 17px;
}

.cart-page .summary-payment > span {
  color: #f2a28d;
}

.cart-page .summary-payment p {
  color: #d4dadd;
  font-size: 9px;
  line-height: 1.55;
}

.cart-page .summary-payment small {
  color: #9fa9ad;
  font-size: 8px;
}

.cart-page .summary-contact {
  color: #f5c0b2;
  font-family: var(--purchase-font);
  font-size: 9px;
  line-height: 1.4;
}

.cart-page .cart-trust-row {
  border-bottom-color: var(--purchase-line);
  border-top-color: var(--purchase-line);
  margin-top: 62px;
}

.cart-page .cart-trust-row span {
  color: var(--purchase-muted);
  font-family: var(--purchase-font);
  font-size: 9px;
}

.cart-page .cart-trust-row b {
  background: #f2ddd5;
  color: var(--purchase-coral-dark);
}

/* Empty state follows the same visual language. */
.cart-page .empty-cart {
  background: var(--purchase-ink);
  border-radius: 0 0 28px 28px;
  color: #fff;
  min-height: 570px;
  padding: 130px 10vw;
  text-align: left;
}

.cart-page .empty-cart .empty-icon {
  background: var(--purchase-coral);
  margin-left: 0;
}

.cart-page .empty-cart .eyebrow {
  color: #f2a28d;
}

.cart-page .empty-cart h1 {
  color: #fff;
  font-family: var(--purchase-font) !important;
  font-size: clamp(50px, 7vw, 88px);
  font-weight: 800;
  letter-spacing: -.095em;
}

.cart-page .empty-cart h1 i {
  color: #f2a28d;
  font-family: Georgia, serif !important;
}

.cart-page .empty-cart p {
  color: #c7d0d1;
  font-family: var(--purchase-font);
}

.cart-page .empty-cart .button {
  background: var(--purchase-coral);
  border-radius: 12px;
}

/* Delivery details */
.checkout-page .checkout-shell {
  max-width: 1380px;
  padding-bottom: 120px;
  padding-top: 67px;
  width: min(90%, 1380px);
}

.checkout-page .checkout-heading {
  border-bottom: 0;
  padding-bottom: 42px;
  position: relative;
}

.checkout-page .checkout-heading::after {
  background: var(--purchase-coral);
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  width: 74px;
}

.checkout-page .back-link {
  color: var(--purchase-muted);
  font-size: 9px;
  letter-spacing: .04em;
}

.checkout-page .back-link:hover {
  color: var(--purchase-coral-dark);
}

.checkout-page .checkout-steps {
  color: #a39e96;
  font-size: 9px;
  gap: 20px;
  justify-content: end;
  margin-top: -4px;
}

.checkout-page .checkout-steps span.active {
  color: var(--purchase-ink);
  font-weight: 600;
}

.checkout-page .checkout-steps span.active:before {
  background: var(--purchase-coral);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.checkout-page .checkout-heading h1 {
  color: var(--purchase-ink);
  font-family: var(--purchase-font) !important;
  font-size: clamp(52px, 7vw, 95px);
  font-weight: 800;
  letter-spacing: -.1em;
  line-height: .86;
  margin: 31px 0 0;
}

.checkout-page .checkout-heading h1 i {
  color: var(--purchase-coral);
  font-family: Georgia, serif !important;
  font-weight: 400;
}

.checkout-page .checkout-layout {
  align-items: start;
  gap: clamp(34px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.12fr) minmax(315px, .88fr);
  padding-top: 47px;
}

.checkout-page .checkout-form {
  display: grid;
  gap: 15px;
}

.checkout-page .checkout-choice-block,
.checkout-page .form-section,
.checkout-page .checkbox-label {
  background: var(--purchase-surface);
  border: 1px solid var(--purchase-line);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(32, 37, 43, .045);
}

.checkout-page .checkout-choice-block {
  margin-bottom: 0;
  padding: 24px;
}

.checkout-page .checkout-choice-block > .eyebrow,
.checkout-page .form-section > .eyebrow {
  color: var(--purchase-coral-dark);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
}

.checkout-page .checkout-choice-grid {
  gap: 11px;
  margin-top: 14px;
}

.checkout-page .checkout-choice {
  background: #f8f5f0;
  border: 1px solid var(--purchase-line);
  border-radius: 13px;
  color: var(--purchase-ink);
  gap: 10px;
  grid-template-columns: 32px 1fr 18px;
  padding: 14px;
  transition: background .2s, border-color .2s, box-shadow .2s, transform .2s;
}

.checkout-page .checkout-choice:hover {
  border-color: #e8ad9b;
  box-shadow: 0 7px 15px rgba(32, 37, 43, .07);
  transform: translateY(-2px);
}

.checkout-page .checkout-choice.active {
  background: #fff3ee;
  border-color: var(--purchase-coral);
  box-shadow: inset 0 0 0 1px var(--purchase-coral);
}

.checkout-page .checkout-choice-icon {
  background: var(--purchase-ink);
  color: #fff;
  font-family: var(--purchase-font) !important;
  font-size: 14px;
  height: 32px;
  width: 32px;
}

.checkout-page .checkout-choice.active .checkout-choice-icon {
  background: var(--purchase-coral);
}

.checkout-page .checkout-choice strong {
  font-family: var(--purchase-font) !important;
  font-size: 11px;
  font-weight: 700;
}

.checkout-page .checkout-choice small {
  color: var(--purchase-muted);
  font-family: var(--purchase-font) !important;
  font-size: 9px;
}

.checkout-page .checkout-choice > i {
  border-color: #d5d0c8;
  font-family: var(--purchase-font) !important;
}

.checkout-page .checkout-choice.active > i {
  background: var(--purchase-coral);
  border-color: var(--purchase-coral);
  color: #fff;
}

.checkout-page .checkout-mode-note {
  color: var(--purchase-muted);
  font-size: 9px !important;
  line-height: 1.6;
  margin: 14px 0 0;
}

.checkout-page .form-section {
  margin: 0;
  padding: 24px 25px 26px;
  position: relative;
}

.checkout-page .form-section::before {
  background: var(--purchase-coral);
  border-radius: 18px 0 0 18px;
  content: '';
  height: 52px;
  left: -1px;
  position: absolute;
  top: 23px;
  width: 4px;
}

.checkout-page .form-section + .form-section::before {
  content: '';
}

.checkout-page .form-section::after {
  content: none;
}

.checkout-page .form-grid {
  gap: 16px 13px;
  margin-top: 20px;
}

.checkout-page .form-grid label {
  color: #807b74;
  font-family: var(--purchase-font) !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .02em;
}

.checkout-page .form-grid label input,
.checkout-page .form-grid label textarea,
.checkout-page .form-grid label select {
  appearance: none;
  background: #f7f4ef;
  border: 1px solid #e0dbd2;
  border-radius: 11px;
  color: var(--purchase-ink);
  font-family: var(--purchase-font) !important;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
  min-height: 52px;
  outline: 0;
  padding: 13px 14px;
  transition: background .2s, border-color .2s, box-shadow .2s;
  width: 100%;
}

.checkout-page .form-grid label select {
  background-image: linear-gradient(45deg, transparent 50%, var(--purchase-coral-dark) 50%), linear-gradient(135deg, var(--purchase-coral-dark) 50%, transparent 50%);
  background-position: calc(100% - 19px) 23px, calc(100% - 14px) 23px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 35px;
}

.checkout-page .form-grid label textarea {
  min-height: 101px;
  resize: vertical;
}

.checkout-page .form-grid label input::placeholder,
.checkout-page .form-grid label textarea::placeholder {
  color: #aaa49b;
  opacity: 1;
}

.checkout-page .form-grid label input:hover,
.checkout-page .form-grid label textarea:hover,
.checkout-page .form-grid label select:hover {
  border-color: #cdbfb3;
}

.checkout-page .form-grid label input:focus,
.checkout-page .form-grid label textarea:focus,
.checkout-page .form-grid label select:focus {
  background: var(--purchase-surface);
  border-color: var(--purchase-coral);
  box-shadow: 0 0 0 4px rgba(229, 111, 81, .13);
}

.checkout-page .checkbox-label {
  align-items: flex-start;
  box-shadow: none;
  color: var(--purchase-muted);
  gap: 10px;
  margin: 0;
  padding: 15px 17px;
}

.checkout-page .checkbox-label input {
  accent-color: var(--purchase-coral);
  flex: 0 0 auto;
  margin-top: 2px;
}

.checkout-page .checkbox-label span {
  color: var(--purchase-muted);
  font-family: var(--purchase-font) !important;
  font-size: 10px;
  line-height: 1.55;
}

.checkout-page .checkbox-label a {
  color: var(--purchase-ink);
  font-weight: 700;
}

.checkout-page .checkout-form > .button {
  background: var(--purchase-coral);
  border-radius: 12px;
  box-shadow: 0 12px 22px rgba(229, 111, 81, .2);
  color: #fff;
  font-family: var(--purchase-font);
  font-weight: 700;
  min-height: 57px;
}

.checkout-page .checkout-form > .button:hover {
  background: var(--purchase-coral-dark);
  box-shadow: 0 15px 27px rgba(187, 78, 53, .22);
}

.checkout-page .payment-summary {
  background: var(--purchase-ink);
  border: 0;
  border-radius: 24px 24px 24px 6px;
  box-shadow: 0 23px 45px rgba(32, 37, 43, .17);
  color: #fff;
  padding: 29px 28px 25px;
  position: sticky;
  top: 20px;
}

.checkout-page .payment-summary::before {
  background: var(--purchase-coral);
  border-radius: 0 0 0 5px;
  content: '';
  height: 7px;
  left: 28px;
  position: absolute;
  top: 0;
  width: 57px;
}

.checkout-page .payment-summary > .eyebrow {
  color: #f2a28d;
  font-size: 9px;
  letter-spacing: .13em;
}

.checkout-page .payment-summary .mini-item {
  border-bottom-color: #3a444a;
  padding: 13px 0;
}

.checkout-page .payment-summary .mini-item-image {
  border-radius: 7px;
  height: 43px;
  width: 48px;
}

.checkout-page .payment-summary .mini-item strong {
  color: #fff;
  font-family: var(--purchase-font);
  font-size: 10px;
}

.checkout-page .payment-summary .mini-item small {
  color: #aeb8bc;
  font-family: 'IBM Plex Mono', monospace;
}

.checkout-page .payment-summary .mini-item b {
  color: #f2a28d;
  font-family: var(--purchase-font);
  font-size: 10px;
}

.checkout-page .payment-summary .summary-total {
  border-top-color: #3a444a;
  margin-top: 8px;
  padding: 20px 0 10px;
}

.checkout-page .payment-summary .summary-total span {
  color: #d4dadd;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
}

.checkout-page .payment-summary .summary-total strong {
  color: #f2a28d;
  font-family: var(--purchase-font);
  font-size: 23px;
  font-weight: 800;
}

.checkout-page .bank-note {
  align-items: flex-start;
  background: #2b373d;
  border: 1px solid #415057;
  border-radius: 13px;
  color: #f2a28d;
  margin-top: 21px;
  padding: 15px;
}

.checkout-page .bank-note > span {
  color: #f2a28d;
  font-size: 18px;
}

.checkout-page .bank-note p {
  color: #d1dad9;
  font-family: var(--purchase-font);
  font-size: 10px;
  line-height: 1.55;
}

@media (max-width: 1000px) {
  .cart-page .cart-redesign .cart-item {
    grid-template-columns: 24px 91px minmax(150px, 1fr) 73px 83px 78px;
  }

  .cart-page .cart-item-image {
    height: 82px;
    width: 91px;
  }
}

@media (max-width: 760px) {
  .cart-page .cart-redesign,
  .checkout-page .checkout-shell {
    padding-bottom: 80px;
    padding-top: 52px;
    width: 88%;
  }

  .cart-page .cart-redesign .cart-heading {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding-bottom: 35px;
  }

  .cart-page .cart-heading-side {
    align-items: start;
  }

  .cart-page .cart-layout {
    display: block;
    margin-top: 34px;
  }

  .cart-page .cart-list-head {
    padding-left: 0;
  }

  .cart-page .cart-list-head span:last-child {
    display: none;
  }

  .cart-page .cart-redesign .cart-item {
    gap: 11px;
    grid-template-columns: 20px 68px 1fr auto;
    min-height: 0;
    padding: 14px 12px;
  }

  .cart-page .cart-item-image {
    height: 68px;
    width: 68px;
  }

  .cart-page .cart-redesign .cart-item-main h3 {
    font-size: 14px;
  }

  .cart-page .cart-item-unit {
    display: none;
  }

  .cart-page .cart-redesign .cart-quantity {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
    width: 86px;
  }

  .cart-page .cart-redesign .cart-item-total {
    align-self: center;
    grid-column: 4;
    grid-row: 2;
  }

  .cart-page .cart-delivery-note {
    align-items: flex-start;
  }

  .cart-page .cart-trust-row {
    align-items: start;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 43px;
  }

  .cart-page .cart-trust-row span {
    border-right: 0;
    justify-content: start;
  }

  .cart-page .cart-redesign .order-summary,
  .checkout-page .payment-summary {
    margin-top: 25px;
    position: static;
  }

  .checkout-page .checkout-heading {
    padding-bottom: 35px;
  }

  .checkout-page .checkout-steps {
    justify-content: start;
    margin-top: 21px;
    overflow: auto;
    white-space: nowrap;
  }

  .checkout-page .checkout-heading h1 {
    font-size: 58px;
    margin-top: 32px;
  }

  .checkout-page .checkout-layout {
    display: block;
    padding-top: 34px;
  }

  .checkout-page .checkout-choice-block,
  .checkout-page .form-section {
    padding: 20px 17px 21px;
  }

  .checkout-page .checkout-choice-grid,
  .checkout-page .form-grid {
    display: block;
  }

  .checkout-page .checkout-choice {
    margin-top: 9px;
    width: 100%;
  }

  .checkout-page .form-grid label {
    display: block;
    margin-bottom: 15px;
  }

  .checkout-page .form-grid label:last-child {
    margin-bottom: 0;
  }
}

/* Final shell overrides */
.site-header {
  align-items: center;
  background: rgba(255, 253, 249, .97);
  border-bottom: 1px solid #e3dfd6;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(185px, 1fr) auto minmax(185px, 1fr);
  height: 78px;
  padding: 0 clamp(24px, 5vw, 76px);
}

.site-header .brand {
  min-width: 0;
}

.site-header .header-center {
  align-items: center;
  gap: 7px;
  margin: 0;
}

.site-header .header-location {
  font-size: 7px;
  letter-spacing: .16em;
}

.site-header .main-nav {
  gap: clamp(16px, 2.3vw, 31px);
  margin: 0;
}

.site-header .main-nav a,
.site-header .contact-link {
  font-size: 10px;
  white-space: nowrap;
}

.site-header .header-actions {
  justify-content: end;
}

.site-header .cart-button {
  height: 38px;
}

.shop-page .shop-hero {
  align-items: center;
  min-height: 0;
  padding-bottom: 38px;
  padding-top: 38px;
}

.shop-page .shop-hero-copy {
  padding: 5px 0 10px;
}

.shop-page .shop-hero h1 {
  font-size: clamp(45px, 5.2vw, 73px);
  line-height: .88;
  margin: 17px 0 15px;
}

.shop-page .shop-hero-copy > p {
  font-size: 12px;
  line-height: 1.6;
  max-width: 390px;
}

.shop-page .shop-hero-stats {
  gap: 24px;
  margin-top: 23px;
  padding-top: 13px;
}

.shop-page .shop-hero-stats strong {
  font-size: 16px;
}

.shop-page .shop-hero-visual {
  height: 320px;
  min-height: 0;
}

.site-footer {
  background: #18201d;
  border-top: 4px solid var(--purchase-coral, #e56f51);
  color: #f5f1e8;
  padding: 54px clamp(24px, 7vw, 100px) 22px;
}

.site-footer .footer-top {
  align-items: start;
  column-gap: clamp(25px, 4vw, 68px);
  grid-template-columns: minmax(190px, 1.15fr) minmax(130px, .8fr) minmax(130px, .8fr) minmax(240px, 1.35fr);
  padding-bottom: 42px;
  row-gap: 30px;
}

.site-footer .brand,
.site-footer .footer-brand-block p,
.site-footer .footer-links a,
.site-footer .footer-newsletter p,
.site-footer .footer-contact {
  color: #f5f1e8;
}

.site-footer .brand em {
  color: #f2a28d;
}

.site-footer .brand-mark {
  background: var(--purchase-coral, #e56f51);
  color: #18201d;
}

.site-footer .footer-brand-block p {
  font-size: 13px;
  line-height: 1.45;
  margin-top: 16px;
}

.site-footer .footer-location {
  color: #f2a28d;
  margin-top: 18px;
}

.site-footer .footer-links {
  gap: 9px;
}

.site-footer .footer-links .eyebrow,
.site-footer .footer-newsletter .eyebrow {
  color: #f2a28d;
  margin-bottom: 5px;
}

.site-footer .footer-links a {
  font-size: 10px;
}

.site-footer .footer-links a:hover {
  color: #f2a28d;
}

.site-footer .footer-newsletter p {
  font-size: 11px;
  margin: 4px 0 14px;
}

.site-footer .footer-newsletter > div {
  border-bottom-color: #56625d;
  min-height: 38px;
}

.site-footer .footer-newsletter input {
  color: #f5f1e8;
}

.site-footer .footer-newsletter input::placeholder {
  color: #c4cbc4;
}

.site-footer .footer-newsletter .button {
  background: var(--purchase-coral, #e56f51);
  border: 0;
  color: #fff;
  min-height: 36px;
}

.site-footer .footer-contact {
  color: #c4cbc4;
  font-size: 9px;
  margin-top: 15px;
}

.site-footer .footer-bottom {
  border-top-color: #3e4a45;
  color: #aebbb4;
  padding-top: 17px;
}

.site-footer .footer-legal-links a {
  color: #cbd3cc;
}

.site-footer .footer-legal-links a:hover {
  color: #f2a28d;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(160px, 1fr) auto;
  }

  .site-header .header-center {
    display: none;
  }

  .site-header .header-actions {
    grid-column: 2;
  }

  .site-footer .footer-top {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .site-footer .footer-newsletter {
    grid-column: 1 / -1;
    max-width: 520px;
  }
}

@media (max-width: 700px) {
  .site-header {
    height: 70px;
    padding: 0 5vw;
  }

  .site-header .brand {
    font-size: 9px;
  }

  .site-header .brand-mark {
    height: 34px;
    width: 34px;
  }

  .site-header .header-actions {
    gap: 7px;
  }

  .site-header .cart-button {
    padding: 0 9px 0 12px;
  }

  .shop-page .shop-hero {
    display: block;
    padding-bottom: 28px;
    padding-top: 30px;
  }

  .shop-page .shop-hero h1 {
    font-size: 53px;
  }

  .shop-page .shop-hero-visual {
    height: 220px;
    margin-top: 25px;
  }

  .site-footer {
    padding: 44px 7vw 20px;
  }

  .site-footer .footer-top {
    display: grid;
    gap: 28px 20px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 33px;
  }

  .site-footer .footer-brand-block,
  .site-footer .footer-newsletter {
    grid-column: 1 / -1;
  }

  .site-footer .footer-newsletter {
    max-width: none;
  }

  .site-footer .footer-newsletter > div {
    align-items: stretch;
    flex-direction: row;
  }

  .site-footer .footer-newsletter .button {
    align-self: center;
  }

  .site-footer .footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 13px;
  }

  .site-footer .footer-legal-links {
    justify-content: start;
  }
}

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .site-header .header-actions {
    grid-column: 2;
    grid-row: 1;
    gap: 7px;
  }

  .site-header .mobile-menu {
    align-items: center;
    color: var(--ink);
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    height: 34px;
    justify-content: center;
    padding: 6px;
    width: 34px;
  }

  .site-header .mobile-menu svg {
    height: 19px;
    width: 19px;
  }

  .site-header .header-center {
    display: contents;
  }

  .site-header .header-location {
    display: none;
  }

  .site-header .main-nav {
    background: #18201d;
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    margin: 0;
    padding: 15px 7vw 19px;
    position: fixed;
    right: 0;
    top: 105px;
    z-index: 30;
  }

  .site-header .main-nav.open {
    display: flex;
  }

  .site-header .main-nav a {
    border-bottom: 1px solid #3e4a45;
    color: #f5f1e8;
    font-size: 11px;
    padding: 13px 0;
  }

  .site-header .main-nav a:last-child {
    border-bottom: 0;
  }
}

/* Admin product gallery upload */
.admin-image-upload input[type="file"] {
  cursor: pointer;
  padding: 12px;
}

.admin-image-upload small {
  color: #77857d;
  display: block;
  font: 9px/1.5 var(--mono);
  margin-top: 7px;
}

.admin-image-preview {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 13px;
}

.admin-image-preview:empty {
  display: none;
}

.admin-image-preview > span {
  background: var(--surface-soft, #f5f8fa);
  border: 1px solid var(--surface-border, #cbd9e3);
  border-radius: 10px;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 6px;
}

.admin-image-preview img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.admin-image-preview b {
  color: var(--muted);
  display: block;
  font: 8px var(--mono);
  overflow: hidden;
  padding: 5px 6px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .admin-image-preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .site-header .header-center {
    display: contents;
  }

  .site-header .header-location {
    display: none;
  }

  .site-header .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .site-header .mobile-menu {
    align-items: center;
    color: var(--ink);
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    height: 36px;
    justify-content: center;
    padding: 6px;
    width: 36px;
  }

  .site-header .main-nav {
    background: #18201d;
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    margin: 0;
    padding: 15px 7vw 19px;
    position: fixed;
    right: 0;
    top: 113px;
    z-index: 30;
  }

  .site-header .main-nav.open {
    display: flex;
  }

  .site-header .main-nav a {
    border-bottom: 1px solid #3e4a45;
    color: #f5f1e8;
    font-size: 11px;
    padding: 13px 0;
  }

  .site-header .main-nav a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .site-header .mobile-menu {
    height: 34px;
    width: 34px;
  }

  .site-header .main-nav {
    top: 105px;
  }
}

/* Provided company logo */
.site-header .brand {
  align-items: center;
  display: inline-flex;
  height: 62px;
  width: 190px;
}

.site-logo {
  display: block;
  height: 58px;
  object-fit: cover;
  object-position: center 52%;
  width: 190px;
}

.site-footer .brand {
  align-items: center;
  display: inline-flex;
  height: 76px;
  width: 235px;
}

.site-logo-footer {
  background: #fff;
  border-radius: 10px;
  height: 72px;
  object-fit: cover;
  object-position: center 52%;
  padding: 5px 10px;
  width: 235px;
}

.site-logo-admin {
  background: #fff;
  border-radius: 10px;
  height: 66px;
  object-fit: cover;
  object-position: center 52%;
  padding: 5px 8px;
  width: 190px;
}

@media (max-width: 900px) {
  .site-header .brand {
    height: 55px;
    width: 165px;
  }

  .site-header .site-logo {
    height: 52px;
    width: 165px;
  }
}

@media (max-width: 700px) {
  .site-header .brand {
    height: 48px;
    width: 132px;
  }

  .site-header .site-logo {
    height: 45px;
    width: 132px;
  }

  .site-footer .brand {
    height: 62px;
    width: 200px;
  }

  .site-logo-footer {
    height: 60px;
    width: 200px;
  }
}

.admin-sidebar .brand {
  height: 72px;
  width: 190px;
}

.contact-information small {
  color: var(--muted);
  display: block;
  font: 9px/1.6 var(--mono);
  margin-top: 8px;
}
