:root {
  --yellow: #ffdc00;
  --ink: #171717;
  --paper: #f7f6f1;
  --white: #fff;
  --cyan: #bceff1;
  --pink: #ffd2e4;
  --orange: #ffd7ad;
  --mint: #cdeed9;
  --lilac: #ded8ff;
  --line: #d9d7cf;
  --muted: #62615c;
  --radius: 24px;
  --shadow: 0 12px 40px rgba(23, 23, 23, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.5; }
button, input, select { font: inherit; }
a { color: inherit; }
.preview-ribbon { background: var(--ink); color: var(--white); text-align: center; padding: 7px 16px; font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.site-header { background: rgba(247,246,241,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.contact-rail { position: fixed; z-index: 18; top: 52%; right: 0; display: grid; transform: translateY(-50%); border: 2px solid var(--ink); border-right: 0; background: var(--ink); box-shadow: 5px 6px 0 rgba(23,23,23,.18); }
.contact-rail__link { position: relative; min-width: 48px; min-height: 48px; display: flex; align-items: center; justify-content: center; color: var(--ink); background: var(--yellow); text-decoration: none; transition: transform .15s ease, background .15s ease, color .15s ease; }
.contact-rail__link + .contact-rail__link { border-top: 2px solid var(--ink); }
.contact-rail__link--phone { color: var(--yellow); background: var(--ink); }
.contact-rail__link:hover, .contact-rail__link:focus-visible { z-index: 2; color: var(--ink); background: var(--white); outline: 3px solid var(--yellow); outline-offset: 2px; transform: translateX(-2px); }
.contact-rail__link svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-rail__link > span { position: absolute; right: calc(100% + 10px); min-width: max-content; padding: 7px 10px; border: 2px solid var(--ink); background: var(--white); color: var(--ink); font-size: 12px; font-weight: 900; line-height: 1; opacity: 0; pointer-events: none; transform: translateX(6px); transition: opacity .15s ease, transform .15s ease; }
.contact-rail__link:hover > span, .contact-rail__link:focus-visible > span { opacity: 1; transform: translateX(0); }
.header-inner { max-width: 1240px; margin: auto; min-height: 78px; padding: 8px 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 220px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 18px; letter-spacing: -.03em; }
.brand-copy small { color: var(--muted); font-size: 10px; margin-top: 4px; }
.primary-nav { display: flex; gap: 26px; align-items: center; }
.primary-nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.primary-nav a:hover { text-decoration: underline; text-decoration-thickness: 3px; text-decoration-color: var(--yellow); text-underline-offset: 6px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-service-links { display: flex; align-items: center; gap: 4px; }
.header-phone, .header-help, .header-account { min-height: 46px; border: 0; background: transparent; color: var(--ink); display: flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 800; }
.header-phone { gap: 7px; padding: 4px 9px 4px 4px; }
.header-help { gap: 5px; padding: 4px 7px; font-size: 12px; }
.header-account { padding: 4px 6px; max-width: 118px; display: grid; grid-template-columns: 30px auto; grid-template-rows: auto auto; gap: 2px 5px; line-height: 1; text-align: left; }
.header-phone:hover, .header-help:hover { background: var(--yellow); }
.header-service-icon { width: 30px; height: 30px; border: 2px solid var(--ink); border-radius: 9px; background: var(--yellow); display: grid; place-items: center; flex: 0 0 30px; }
.header-service-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-phone-copy { display: flex; flex-direction: column; white-space: nowrap; line-height: 1.05; }
.header-phone-copy strong { font-size: 13px; font-variant-numeric: tabular-nums; }
.header-phone-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 750; }
.header-account[disabled] { opacity: .65; cursor: not-allowed; }
.header-account > .header-service-icon { grid-column: 1; grid-row: 1 / 3; }
.header-account > span:not(.header-service-icon) { grid-column: 2; grid-row: 1; font-size: 11px; white-space: nowrap; }
.header-account > small { grid-column: 2; grid-row: 2; margin: 0; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .04em; }
.products-menu { position: relative; }
.products-menu summary { list-style: none; width: 46px; height: 46px; border: 2px solid var(--ink); border-radius: 999px; background: var(--ink); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer; user-select: none; }
.products-menu summary::-webkit-details-marker { display: none; }
.menu-line { display: block; width: 21px; height: 3px; border-radius: 999px; background: var(--yellow); }
.products-menu-panel { position: absolute; right: 0; top: calc(100% + 12px); width: 300px; padding: 0; border: 2px solid var(--ink); background: var(--ink); border-radius: 0; box-shadow: 0 18px 45px rgba(23,23,23,.28); display: grid; overflow: hidden; z-index: 30; }
.products-menu-panel a { padding: 15px 16px; color: var(--yellow); border-bottom: 1px solid var(--white); border-radius: 0; text-decoration: none; font-size: 15px; font-weight: 800; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.products-menu-panel a:last-child { border-bottom: 0; }
.products-menu-panel a:hover { background: var(--yellow); color: var(--ink); }
.products-menu-panel .collection-menu-link { margin-top: 0; border-top: 0; border-radius: 0; }
.collection-menu-link span { padding: 3px 7px; border: 1px solid var(--white); border-radius: 0; background: transparent; color: var(--yellow); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.products-menu-panel a:hover span { border-color: var(--ink); color: var(--ink); }
.draft-cart { border: 0; background: transparent; display: flex; align-items: center; justify-content: center; gap: 5px; min-width: 46px; min-height: 46px; padding: 6px; color: var(--ink); font-weight: 750; cursor: pointer; }
.cart-icon { color: var(--ink); width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; }
.cart-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.draft-cart strong { min-width: 10px; color: var(--ink); font-size: 14px; line-height: 1; font-variant-numeric: tabular-nums; }
.hero { min-height: 630px; background: var(--yellow); display: grid; grid-template-columns: minmax(0, 1fr) minmax(480px, .95fr); overflow: hidden; }
.hero-copy { max-width: 670px; padding: 88px 40px 72px max(40px, calc((100vw - 1240px)/2 + 28px)); align-self: center; }
.eyebrow { font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 14px; }
.hero h1 { font-size: clamp(58px, 7vw, 100px); line-height: .88; letter-spacing: -.075em; margin: 0; max-width: 720px; }
.hero h1 span { color: var(--white); text-shadow: -2px -2px 0 var(--ink), 2px -2px 0 var(--ink), -2px 2px 0 var(--ink), 2px 2px 0 var(--ink); }
.hero-text { font-size: 20px; line-height: 1.45; max-width: 570px; margin: 30px 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: flex-start; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; justify-content: center; align-items: center; border-radius: 12px; border: 2px solid var(--ink); font-weight: 800; text-decoration: none; cursor: pointer; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(23,23,23,.2); }
.button-light { background: transparent; }
.hero-products-popover { position: relative; }
.hero-products-popover summary { list-style: none; user-select: none; }
.hero-products-popover summary::-webkit-details-marker { display: none; }
.hero-products-popover[open] { margin-bottom: 222px; }
.hero-products-popover[open] summary { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(23,23,23,.2); }
.hero-products-bubble { position: absolute; z-index: 20; top: calc(100% + 20px); left: 0; width: min(430px, calc(100vw - 40px)); padding: 19px; border: 4px solid var(--ink); border-radius: 30px 24px 32px 22px; background: var(--white); box-shadow: 9px 10px 0 var(--ink); }
.hero-products-bubble::before { content: ""; position: absolute; left: 28px; top: -22px; width: 32px; height: 32px; background: var(--white); border-left: 4px solid var(--ink); border-top: 4px solid var(--ink); transform: rotate(45deg); }
.hero-products-bubble > p { position: relative; margin: 0 0 13px; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-product-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.hero-product-link { min-height: 45px; padding: 9px 12px; border: 2px solid var(--ink); border-radius: 16px 12px 18px 11px; background: var(--yellow); color: var(--ink); display: flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; font-size: 13px; font-weight: 900; line-height: 1.05; box-shadow: 3px 3px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.hero-product-link:nth-child(2n) { background: var(--white); transform: rotate(1deg); }
.hero-product-link:nth-child(3n) { transform: rotate(-1deg); }
.hero-product-link:hover { transform: translate(-1px,-2px) rotate(0); box-shadow: 5px 6px 0 var(--ink); }
.hero-product-collection { grid-column: 1 / -1; background: var(--ink); color: var(--yellow); gap: 9px; }
.hero-product-collection small { padding: 3px 6px; border: 1px solid var(--yellow); font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.trust-list { list-style: none; padding: 34px 0 0; margin: 38px 0 0; border-top: 1px solid rgba(23,23,23,.25); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-list li { display: flex; flex-direction: column; }
.trust-list b { font-size: 14px; }
.trust-list span { font-size: 12px; color: #4a4637; }
.hero-art { position: relative; min-width: 0; min-height: 630px; background: var(--ink); overflow: hidden; }
.hero-art-redesign { padding: 0; display: flex; flex-direction: column; }
.hero-identity-panel { flex: 0 0 auto; background: var(--ink); }
.hero-identity-image { display: block; width: 100%; height: auto; aspect-ratio: 3407 / 960; object-fit: cover; }
.hero-contact-bar { min-height: 44px; padding: 8px clamp(12px, 2.2vw, 24px); display: flex; align-items: center; justify-content: center; gap: clamp(16px, 3vw, 34px); background: var(--yellow); border-top: 2px solid var(--ink); border-bottom: 3px solid var(--ink); }
.hero-contact-bar a { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: clamp(10px, 1vw, 13px); font-weight: 900; line-height: 1; text-decoration: none; white-space: nowrap; }
.hero-contact-bar a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.hero-contact-bar svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-showcase-base { position: relative; flex: 1 1 auto; min-height: 420px; margin: 0; overflow: hidden; background: var(--white); }
.hero-showcase-base > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-comic-grid { position: absolute; z-index: 2; inset: 0; }
.comic-product-card { --turn: 0deg; position: absolute; z-index: 1; display: block; color: var(--ink); text-decoration: none; transform: rotate(var(--turn)); transition: transform .18s ease, filter .18s ease; }
.comic-product-card:hover, .comic-product-card:focus-visible { z-index: 5; transform: translateY(-5px) rotate(var(--turn)) scale(1.025); filter: saturate(1.08); outline: none; }
.comic-product-card:focus-visible .comic-product-photo { outline: 4px solid var(--yellow); outline-offset: 4px; }
.comic-product-photo { position: absolute; inset: 0; display: block; padding: 4px; border: 3px solid var(--ink); background: var(--white); clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 89%, 94% 100%, 8% 100%, 0 91%); filter: drop-shadow(5px 6px 0 rgba(23,23,23,.9)); }
.comic-product-photo img { width: 100%; height: 100%; display: block; object-fit: cover; clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 89%, 94% 100%, 8% 100%, 0 91%); }
.comic-product-coming-soon { display: flex; align-items: stretch; justify-content: stretch; }
.comic-product-coming-soon strong { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; justify-content: center; background: var(--ink); color: var(--yellow); clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 89%, 94% 100%, 8% 100%, 0 91%); font-size: clamp(15px, 1.75vw, 27px); font-weight: 950; letter-spacing: .045em; line-height: 1; text-align: center; text-transform: uppercase; }
.comic-product-label { position: absolute; z-index: 3; top: -13px; left: 6%; max-width: 94%; min-height: 28px; padding: 6px 12px 5px; display: inline-flex; align-items: center; justify-content: center; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 3px 4px 0 var(--ink); font-size: clamp(9px, .9vw, 14px); font-weight: 950; line-height: 1; letter-spacing: .015em; text-align: center; text-transform: uppercase; white-space: nowrap; transform: rotate(-2deg); }
.comic-product-label::before { content: ""; position: absolute; z-index: -1; left: 18%; bottom: -9px; width: 15px; height: 15px; border-right: 3px solid var(--ink); border-bottom: 3px solid var(--ink); background: inherit; transform: skew(-25deg) rotate(34deg); }
.comic-product-label::after { content: ""; position: absolute; inset: -7px; border: 1px dashed var(--ink); pointer-events: none; }
.comic-product-card:nth-child(even) .comic-product-label { left: auto; right: 5%; background: var(--white); transform: rotate(2deg); }
.comic-product-card:nth-child(3n) .comic-product-label { background: var(--pink); }
.comic-card-one { --turn: -1.4deg; left: 2%; top: 7.5%; width: 45%; height: 23.5%; }
.comic-card-two { --turn: 1.5deg; right: 2%; top: 8%; width: 45%; height: 23.5%; }
.comic-card-three { --turn: .8deg; left: 2.5%; top: 37%; width: 44.5%; height: 23.5%; }
.comic-card-four { --turn: -1.8deg; right: 2.5%; top: 37.5%; width: 44.5%; height: 23.5%; }
.comic-card-five { --turn: -1deg; left: 2.5%; top: 66.5%; width: 45%; height: 23%; }
.comic-card-six { --turn: 1.3deg; right: 2%; top: 66%; width: 45%; height: 23.5%; }
.hero-image-credit { position: absolute; z-index: 4; right: 5px; bottom: 3px; max-width: 88%; padding: 2px 5px; background: rgba(255,255,255,.9); color: #45433e; font-size: 7px; line-height: 1.2; text-align: right; }
.catalog-section, .how-section { max-width: 1240px; margin: 0 auto; padding: 110px 28px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-heading h2, .config-intro h2 { font-size: clamp(40px, 5vw, 66px); letter-spacing: -.06em; line-height: 1; margin: 0; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 16px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.focused-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.category-card { min-height: 330px; border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card.yellow { background: var(--yellow); } .category-card.cyan { background: var(--cyan); } .category-card.pink { background: var(--pink); } .category-card.orange { background: var(--orange); } .category-card.mint { background: var(--mint); } .category-card.lilac { background: var(--lilac); }
.category-icon { font-size: 58px; line-height: 1; font-weight: 900; }
.letter-icon { border: 3px solid var(--ink); width: 62px; height: 62px; display: grid; place-items: center; border-radius: 7px; font-size: 42px; }
.category-card h3 { font-size: 28px; letter-spacing: -.04em; margin: 26px 0 8px; }
.category-card p { margin: 0; color: #393832; }
.category-card a, .category-card button { align-self: flex-start; margin-top: 25px; border: 0; border-bottom: 2px solid var(--ink); background: transparent; padding: 2px 0; font-weight: 800; text-decoration: none; }
.category-card button:disabled { opacity: .48; }
.catalog-detail { scroll-margin-top: 100px; margin-top: 88px; border-top: 1px solid var(--line); padding-top: 58px; }
.catalog-detail-heading { max-width: 700px; margin-bottom: 32px; }
.catalog-detail-heading h3 { font-size: clamp(32px, 4vw, 48px); line-height: 1; letter-spacing: -.055em; margin: 0; }
.catalog-detail-heading > p:last-child { color: var(--muted); margin: 18px 0 0; }
.product-inventory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-family { border: 1px solid var(--line); border-radius: 20px; background: var(--white); overflow: hidden; }
.product-family h4 { margin: 0; padding: 18px 20px; font-size: 19px; letter-spacing: -.03em; border-bottom: 1px solid var(--line); }
.product-family.yellow h4 { background: var(--yellow); }
.product-family.cyan h4 { background: var(--cyan); }
.product-family.pink h4 { background: var(--pink); }
.product-family.orange h4 { background: var(--orange); }
.product-family.mint h4 { background: var(--mint); }
.product-family.lilac h4 { background: var(--lilac); }
.product-family ul { list-style: none; padding: 0; margin: 0; }
.product-family li { padding: 16px 20px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.product-family li:last-child { border-bottom: 0; }
.product-family h5 { font-size: 15px; margin: 0; }
.product-family p { color: var(--muted); font-size: 12px; line-height: 1.4; margin: 4px 0 0; }
.inventory-action { flex: 0 0 auto; border: 1px solid var(--ink); background: var(--white); border-radius: 999px; padding: 7px 10px; font-size: 10px; font-weight: 850; white-space: nowrap; cursor: pointer; }
.inventory-action:hover { background: var(--ink); color: var(--white); }
.collection-section { max-width: 1240px; margin: 0 auto 110px; padding: 56px; scroll-margin-top: 100px; border-radius: 34px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; overflow: hidden; position: relative; }
.collection-copy { align-self: center; }
.collection-copy h2 { margin: 12px 0 20px; font-size: clamp(52px, 7vw, 88px); line-height: .88; letter-spacing: -.075em; }
.collection-copy > p:not(.eyebrow) { max-width: 610px; color: #cfcdc5; }
.collection-lead { font-size: 20px; line-height: 1.45; }
.coming-badge { display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; transform: rotate(-2deg); }
.collection-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.collection-tags span { border: 1px solid #5e5c56; border-radius: 999px; padding: 8px 12px; color: var(--white); font-size: 12px; font-weight: 750; }
.collection-preview { min-height: 390px; border-radius: 26px; background: var(--yellow); position: relative; overflow: hidden; transform: rotate(1.5deg); }
.collection-object { position: absolute; display: grid; place-items: center; color: var(--ink); font-weight: 900; box-shadow: 0 18px 36px rgba(0,0,0,.22); }
.object-shirt { width: 230px; height: 245px; left: 55px; top: 54px; background: var(--white); clip-path: polygon(20% 0, 37% 0, 43% 12%, 57% 12%, 63% 0, 80% 0, 100% 18%, 84% 36%, 75% 28%, 75% 100%, 25% 100%, 25% 28%, 16% 36%, 0 18%); transform: rotate(-7deg); text-align: center; font-size: 25px; line-height: .95; letter-spacing: -.05em; }
.object-shirt span { width: 104px; font-size: 20px; line-height: .95; }
.object-keyring { width: 112px; height: 112px; right: 32px; top: 46px; border-radius: 50%; border: 10px solid var(--white); background: var(--cyan); font-size: 58px; transform: rotate(10deg); }
.object-keyring::before { content: ''; position: absolute; width: 32px; height: 32px; border: 6px solid var(--ink); border-radius: 50%; top: -35px; }
.object-tray { width: 175px; height: 112px; right: 30px; bottom: 36px; border-radius: 16px 16px 38px 38px; border: 9px solid var(--white); background: var(--orange); transform: rotate(7deg); font-size: 34px; }
.collection-orbit { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--yellow); font-weight: 900; }
.orbit-one { width: 62px; height: 62px; left: 24px; bottom: 26px; font-size: 32px; }
.orbit-two { width: 48px; height: 48px; right: 170px; top: 184px; font-size: 22px; }
.collection-status { grid-column: 1 / -1; border-top: 1px solid #45433e; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; }
.collection-status strong { color: var(--yellow); }
.collection-status span { max-width: 680px; color: #aaa8a1; font-size: 13px; text-align: right; }
.configurator-section { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 100px max(28px, calc((100vw - 1240px)/2 + 28px)); display: grid; grid-template-columns: .76fr 1.24fr; gap: 72px; align-items: start; }
.config-intro { position: sticky; top: 128px; }
.config-intro > p:not(.eyebrow) { color: var(--muted); font-size: 18px; max-width: 460px; }
.production-note { display: flex; gap: 14px; background: var(--yellow); border-radius: 16px; padding: 18px; margin-top: 32px; max-width: 460px; }
.production-note > span { font-size: 24px; }
.production-note p { margin: 0; display: flex; flex-direction: column; }
.configurator { border: 1px solid var(--line); border-radius: 28px; padding: 34px; box-shadow: var(--shadow); }
.form-step { display: flex; gap: 14px; align-items: flex-start; margin: 8px 0 22px; }
.form-step:not(:first-child) { border-top: 1px solid var(--line); padding-top: 30px; margin-top: 34px; }
.form-step > span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; background: var(--ink); color: var(--white); border-radius: 50%; font-weight: 800; }
.form-step h3 { font-size: 21px; margin: 0; letter-spacing: -.03em; }
.form-step p { color: var(--muted); margin: 2px 0 0; font-size: 14px; }
.field-row { display: grid; gap: 14px; }
.field-row.three { grid-template-columns: repeat(3, 1fr); }
.field-row.two { grid-template-columns: repeat(2, 1fr); }
.dynamic-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: end; }
.dynamic-field-grid > .field-row { grid-column: 1 / -1; }
label { font-size: 13px; font-weight: 800; }
label > span { color: var(--muted); font-weight: 500; }
input[type="number"], input[type="text"], select, textarea { width: 100%; min-height: 52px; display: block; margin-top: 7px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); padding: 0 14px; color: var(--ink); }
textarea { padding: 13px 14px; resize: vertical; }
.dynamic-field-grid label > small { display: block; margin-top: 5px; line-height: 1.35; }
.pvc-letter-text, .pvc-typography-picker { grid-column: 1 / -1; }
.pvc-letter-counter { width: fit-content; display: inline-flex; align-items: baseline; gap: 5px; margin-top: 10px; padding: 6px 10px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 12px; font-weight: 800; }
.pvc-letter-counter strong { color: var(--ink); font-size: 18px; line-height: 1; }
.pvc-typography-picker { min-width: 0; margin: 2px 0 4px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.pvc-typography-picker legend { padding: 0 7px; font-size: 15px; font-weight: 900; }
.pvc-typography-picker > p { margin: 0 0 14px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.pvc-typography-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.pvc-typography-card { position: relative; min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; gap: 10px; padding: 14px; border: 2px solid var(--line); border-radius: 13px; background: var(--paper); cursor: pointer; overflow: hidden; }
.pvc-typography-card:hover { border-color: var(--ink); background: var(--white); }
.pvc-typography-card:has(input:checked) { border-color: var(--ink); background: var(--yellow); box-shadow: 0 4px 0 var(--ink); }
.pvc-typography-card:focus-within { outline: 3px solid rgba(255,220,0,.7); outline-offset: 2px; }
.pvc-typography-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.pvc-typography-card strong { font-size: 11px; line-height: 1.25; }
.pvc-typography-sample { display: block; color: var(--ink); font-size: 31px; line-height: 1; white-space: nowrap; }
.pvc-typography-card[data-typography="geometric"] .pvc-typography-sample { font-family: Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: -.04em; }
.pvc-typography-card[data-typography="heavy"] .pvc-typography-sample { font-family: "Arial Black", Arial, sans-serif; font-weight: 900; letter-spacing: -.06em; }
.pvc-typography-card[data-typography="serif"] .pvc-typography-sample { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.pvc-typography-card[data-typography="rounded"] .pvc-typography-sample { font-family: "Trebuchet MS", Arial, sans-serif; font-weight: 700; letter-spacing: -.03em; }
.pvc-typography-card[data-typography="condensed"] .pvc-typography-sample { width: 122%; font-family: "Arial Narrow", "Liberation Sans Narrow", sans-serif; font-weight: 800; transform: scaleX(.78); transform-origin: left center; }
.pvc-typography-card[data-typography="script"] .pvc-typography-sample { font-family: "Brush Script MT", "URW Chancery L", cursive; font-style: italic; font-weight: 700; }
.pvc-letter-simulation, .pvc-fixing-picker { grid-column: 1 / -1; min-width: 0; }
.pvc-letter-simulation { overflow: hidden; border: 2px solid var(--ink); border-radius: 16px; background: var(--white); box-shadow: 0 5px 0 var(--ink); }
.pvc-simulation-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 14px 16px; border-bottom: 2px solid var(--ink); background: var(--yellow); }
.pvc-simulation-heading > div { display: grid; gap: 3px; }
.pvc-simulation-heading strong { font-size: 15px; }
.pvc-simulation-heading small { color: var(--ink); font-size: 11px; line-height: 1.35; }
.pvc-simulation-heading > span { flex: 0 0 auto; padding: 5px 8px; border: 1px solid var(--ink); border-radius: 999px; background: var(--white); font-size: 10px; font-weight: 800; }
.pvc-simulation-wall { position: relative; min-height: 220px; display: grid; place-items: center; overflow: hidden; padding: 28px 18px 38px; background: linear-gradient(135deg, #f6f2e8, #fff 54%, #ece7dc); perspective: 700px; }
.pvc-simulation-wall::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(17,17,17,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,17,.025) 1px, transparent 1px); background-size: 28px 28px; }
.pvc-3d-viewport { position: relative; z-index: 2; width: 100%; min-height: 160px; display: grid; place-items: center; perspective: 760px; perspective-origin: 50% 42%; touch-action: none; cursor: grab; user-select: none; -webkit-user-select: none; }
.pvc-3d-viewport:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; border-radius: 12px; }
.pvc-3d-viewport.is-dragging { cursor: grabbing; }
.pvc-3d-object { --pvc-rotation-x: -8deg; --pvc-rotation-y: -22deg; --pvc-zoom: 1; position: relative; width: 100%; min-height: 126px; display: grid; place-items: center; transform-style: preserve-3d; transform: rotateX(var(--pvc-rotation-x)) rotateY(var(--pvc-rotation-y)) scale(var(--pvc-zoom)); transform-origin: center; transition: transform .24s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.pvc-3d-viewport.is-dragging .pvc-3d-object { transition: none; }
.pvc-3d-depth-layers { position: absolute; inset: 0; display: grid; place-items: center; transform-style: preserve-3d; pointer-events: none; }
.pvc-3d-depth-layer { position: absolute; grid-area: 1 / 1; transform: translateZ(var(--pvc-layer-z)); color: var(--pvc-layer-colour); line-height: .9; white-space: nowrap; backface-visibility: visible; }
.pvc-3d-text-layer { text-shadow: -1px -1px 0 rgba(17,17,17,.35), 0 -1px 0 rgba(17,17,17,.35), 1px -1px 0 rgba(17,17,17,.35), -1px 0 0 rgba(17,17,17,.35), 1px 0 0 rgba(17,17,17,.35), -1px 1px 0 rgba(17,17,17,.35), 0 1px 0 rgba(17,17,17,.35), 1px 1px 0 rgba(17,17,17,.35); }
.pvc-3d-artwork-layer { width: min(72%, 480px); height: 126px; display: block; background: var(--pvc-layer-colour); mask-position: center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; }
.pvc-simulation-copy { --pvc-preview-color: #e7e3d7; --pvc-preview-depth: 3px; --pvc-preview-outline: rgba(17,17,17,.42); --pvc-depth-shadow: 0 12px 18px rgba(17,17,17,.2); position: relative; z-index: 2; max-width: 100%; color: var(--pvc-preview-color); line-height: .9; white-space: nowrap; transform: translateZ(.5px); backface-visibility: hidden; text-shadow: -1px -1px 0 var(--pvc-preview-outline), 0 -1px 0 var(--pvc-preview-outline), 1px -1px 0 var(--pvc-preview-outline), -1px 0 0 var(--pvc-preview-outline), 1px 0 0 var(--pvc-preview-outline), -1px 1px 0 var(--pvc-preview-outline), 0 1px 0 var(--pvc-preview-outline), 1px 1px 0 var(--pvc-preview-outline), var(--pvc-depth-shadow); transition: color .15s ease, text-shadow .15s ease, transform .15s ease; }
.pvc-simulation-artwork:not([hidden]) { --pvc-preview-color: #e7e3d7; position: relative; z-index: 2; width: min(72%, 480px); height: 126px; display: block; background-color: var(--pvc-preview-color); background-position: center; background-repeat: no-repeat; background-size: contain; mask-position: center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; filter: drop-shadow(4px 4px 0 rgba(17,17,17,.3)) drop-shadow(0 12px 14px rgba(17,17,17,.2)); transition: background .15s ease, filter .15s ease, transform .15s ease; transform: translateZ(.5px); backface-visibility: hidden; }
.pvc-simulation-ground { position: absolute; z-index: 1; left: 14%; right: 14%; bottom: 31px; height: 11px; border-radius: 50%; background: rgba(17,17,17,.14); filter: blur(6px); }
.pvc-simulation-wall[data-pvc-simulation-fixing="double-sided-tape"] .pvc-simulation-copy { --pvc-depth-shadow: 2px 2px 0 rgba(17,17,17,.24), 0 8px 12px rgba(17,17,17,.18); }
.pvc-simulation-wall[data-pvc-simulation-fixing="rods"] .pvc-simulation-copy { --pvc-depth-shadow: 9px 9px 0 rgba(17,17,17,.16), 15px 18px 20px rgba(17,17,17,.28); transform: translateY(-3px) translateZ(.5px); }
.pvc-simulation-wall[data-pvc-simulation-fixing="rods"] .pvc-simulation-ground { opacity: .55; transform: translate(9px, 5px); }
.pvc-3d-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-top: 1px solid var(--ink); background: var(--white); }
.pvc-3d-view-buttons, .pvc-3d-zoom-buttons { display: flex; align-items: center; gap: 7px; }
.pvc-3d-controls button { min-height: 36px; padding: 7px 11px; border: 1px solid var(--ink); border-radius: 999px; background: var(--white); color: var(--ink); font: inherit; font-size: 11px; font-weight: 850; cursor: pointer; transition: transform .14s ease, background .14s ease, color .14s ease; }
.pvc-3d-controls button:hover { transform: translateY(-1px); }
.pvc-3d-controls button[aria-pressed="true"] { background: var(--yellow); box-shadow: 2px 2px 0 var(--ink); }
.pvc-3d-zoom-buttons button[data-pvc-3d-zoom] { width: 36px; padding-inline: 0; font-size: 18px; line-height: 1; }
.pvc-3d-zoom-buttons output { min-width: 42px; text-align: center; font-size: 11px; font-weight: 900; }
.pvc-3d-controls [data-pvc-3d-reset] { background: var(--ink); color: var(--white); }
.pvc-type-geometric { font-family: Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: -.04em; }
.pvc-type-heavy { font-family: "Arial Black", Arial, sans-serif; font-weight: 900; letter-spacing: -.06em; }
.pvc-type-serif { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.pvc-type-rounded { font-family: "Trebuchet MS", Arial, sans-serif; font-weight: 700; letter-spacing: -.03em; }
.pvc-type-condensed { font-family: "Arial Narrow", "Liberation Sans Narrow", sans-serif; font-stretch: condensed; font-weight: 800; letter-spacing: -.06em; }
.pvc-type-script { font-family: "Brush Script MT", "URW Chancery L", cursive; font-style: italic; font-weight: 700; }
.pvc-fixing-picker { margin: 4px 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.pvc-fixing-picker legend { padding: 0 7px; font-size: 15px; font-weight: 900; }
.pvc-fixing-picker > p { margin: 0 0 14px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.pvc-fixing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.pvc-fixing-card { position: relative; min-width: 0; display: grid; grid-template-rows: 130px auto 1fr; gap: 6px; padding: 10px 10px 13px; border: 2px solid var(--line); border-radius: 14px; background: var(--paper); cursor: pointer; overflow: hidden; }
.pvc-fixing-card:hover { border-color: var(--ink); background: var(--white); }
.pvc-fixing-card:has(input:checked) { border-color: var(--ink); background: var(--yellow); box-shadow: 0 4px 0 var(--ink); }
.pvc-fixing-card:focus-within { outline: 3px solid rgba(255,220,0,.7); outline-offset: 2px; }
.pvc-fixing-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.pvc-fixing-card strong { min-height: 32px; font-size: 12px; line-height: 1.25; }
.pvc-fixing-card small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.pvc-fixed-rods, .pvc-halo-light-picker { grid-column: 1 / -1; min-width: 0; }
.pvc-fixed-rods { display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; align-items: center; gap: 16px; margin: 4px 0; padding: 14px 16px; border: 2px solid var(--ink); border-radius: 16px; background: #fff8ce; box-shadow: 0 4px 0 var(--ink); }
.pvc-fixed-rods-diagram { height: 86px; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.pvc-fixed-rods-diagram svg { width: 100%; height: 100%; display: block; }
.pvc-fixed-rods > div:nth-child(3) { display: grid; gap: 4px; }
.pvc-fixed-rods strong { font-size: 14px; }
.pvc-fixed-rods p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.pvc-fixed-rods > span { padding: 6px 9px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.pvc-halo-light-picker { margin: 4px 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.pvc-halo-light-picker legend { padding: 0 7px; font-size: 15px; font-weight: 900; }
.pvc-halo-light-picker > p { margin: 0 0 14px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.pvc-halo-light-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.pvc-halo-light-card { position: relative; min-width: 0; display: grid; grid-template-columns: 54px minmax(0, 1fr); grid-template-rows: auto auto; align-items: center; gap: 3px 11px; min-height: 92px; padding: 11px; border: 2px solid var(--line); border-radius: 14px; background: var(--paper); cursor: pointer; }
.pvc-halo-light-card:hover { border-color: var(--ink); background: var(--white); }
.pvc-halo-light-card:has(input:checked) { border-color: var(--ink); background: var(--yellow); box-shadow: 0 4px 0 var(--ink); }
.pvc-halo-light-card:focus-within { outline: 3px solid rgba(255,220,0,.7); outline-offset: 2px; }
.pvc-halo-light-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.pvc-halo-light-card strong { align-self: end; font-size: 12px; }
.pvc-halo-light-card small { align-self: start; color: var(--muted); font-size: 9px; line-height: 1.3; }
.pvc-halo-light-preview { grid-row: 1 / 3; width: 54px; height: 58px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: #33383f; }
.pvc-halo-light-preview i { width: 22px; height: 22px; display: block; border-radius: 6px; background: var(--white); box-shadow: 0 0 6px 2px var(--pvc-light-chip), 0 0 18px 7px color-mix(in srgb, var(--pvc-light-chip) 72%, transparent); }
.pvc-halo-light-card[data-halo-light="rgb"] .pvc-halo-light-preview { background: linear-gradient(135deg, #302438, #26334c); }
.pvc-halo-light-card[data-halo-light="rgb"] .pvc-halo-light-preview i { box-shadow: -9px 0 14px #ef4444, 0 0 15px #22c55e, 9px 0 16px #2563eb; }
.pvc-rgb-simulator { margin-top: 16px; padding: 13px; border: 1px dashed var(--ink); border-radius: 12px; background: #f7f4ea; }
.pvc-rgb-simulator > strong { display: block; margin-bottom: 9px; font-size: 11px; }
.pvc-rgb-simulator > div { display: flex; flex-wrap: wrap; gap: 9px; }
.pvc-rgb-simulator button { width: 34px; height: 34px; border: 2px solid var(--white); border-radius: 50%; background: var(--pvc-rgb-chip); box-shadow: 0 0 0 1px var(--line); cursor: pointer; }
.pvc-rgb-simulator button[aria-pressed="true"] { box-shadow: 0 0 0 3px var(--ink); transform: scale(.9); }
.pvc-rgb-simulator small { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.pvc-halo-layer { --pvc-halo-colour: #dff4ff; position: absolute; z-index: 0; grid-area: 1 / 1; color: transparent; line-height: .9; white-space: nowrap; pointer-events: none; opacity: 0; transform: translateZ(-26px) scale(1.035); filter: blur(7px); text-shadow: 0 0 5px var(--pvc-halo-colour), 0 0 14px var(--pvc-halo-colour), 0 0 30px var(--pvc-halo-colour), 0 0 46px var(--pvc-halo-colour); backface-visibility: visible; }
.pvc-halo-layer--artwork { width: min(72%, 480px); height: 126px; display: block; background: var(--pvc-halo-colour); mask-position: center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; box-shadow: 0 0 18px var(--pvc-halo-colour), 0 0 42px var(--pvc-halo-colour); }
.pvc-simulation-wall.is-backlit { background: radial-gradient(circle at 50% 46%, #696d73 0, #44484e 48%, #292c31 100%); }
.pvc-simulation-wall.is-backlit::before { opacity: .28; }
.pvc-simulation-wall.is-backlit .pvc-halo-layer { opacity: .94; animation: pvc-halo-breathe 3.6s ease-in-out infinite; }
.pvc-simulation-wall.is-backlit .pvc-simulation-ground { opacity: .35; }
@keyframes pvc-halo-breathe { 0%, 100% { opacity: .86; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .pvc-simulation-wall.is-backlit .pvc-halo-layer { animation: none; } }
@media (max-width: 700px) {
  .pvc-fixed-rods { grid-template-columns: 82px minmax(0, 1fr); gap: 11px; padding: 12px; }
  .pvc-fixed-rods-diagram { height: 72px; }
  .pvc-fixed-rods > span { grid-column: 1 / -1; width: fit-content; }
  .pvc-halo-light-picker { padding: 14px 9px; }
  .pvc-halo-light-grid { grid-template-columns: 1fr; gap: 9px; }
  .pvc-halo-light-card { min-height: 78px; }
}
.pvc-fixing-card:has(input:checked) small { color: var(--ink); }
.pvc-fixing-check { position: absolute; z-index: 3; top: 8px; right: 8px; width: 24px; height: 24px; display: none; place-items: center; border-radius: 50%; background: var(--ink); color: var(--yellow); font-weight: 900; }
.pvc-fixing-card:has(input:checked) .pvc-fixing-check { display: grid; }
.pvc-fixing-diagram { width: 100%; height: 130px; border-radius: 9px; background: #fff; }
.pvc-fixing-front { fill: #efc400; stroke: #111; stroke-width: 1.2px; paint-order: stroke fill; font-family: "Arial Black", Arial, sans-serif; font-size: 88px; font-weight: 900; }
.pvc-fixing-rear-letter, .pvc-letter-extrusion, .pvc-fixing-front-3d { font-family: "Arial Black", Arial, sans-serif; font-size: 101px; font-weight: 900; }
.pvc-fixing-rear-letter { fill: #aec3c2; stroke: #839897; stroke-width: 1px; paint-order: stroke fill; }
.pvc-letter-extrusion { fill: #829695; stroke: #708382; stroke-width: .8px; paint-order: stroke fill; }
.pvc-letter-extrusion-far { fill: #748786; opacity: .8; }
.pvc-fixing-front-3d { fill: #aec3c2; stroke: #839897; stroke-width: 1px; paint-order: stroke fill; }
.pvc-tape-strip { fill: #fff; stroke: #f2f2ef; stroke-width: .7px; }
.pvc-fixing-brand-m { image-rendering: auto; }
.pvc-fixing-floor-shadow { fill: rgba(17,17,17,.16); filter: blur(2.2px); transform-origin: center; }
.pvc-fixing-view-label { fill: #5e5b54; font: 800 9px Arial, sans-serif; letter-spacing: 1.1px; }
.pvc-fixing-wall-plane { fill: #eeeae1; stroke: #bbb5aa; stroke-width: 1.2px; }
.pvc-fixing-cast-shadow { fill: rgba(17,17,17,.14); }
.pvc-rod-vertical-shadow { stroke-width: 3px; stroke-linecap: round; filter: blur(.5px); }
.pvc-rod-cylinder { stroke: #111; stroke-width: 5px; stroke-linecap: round; }
.pvc-finish-picker { grid-column: 1 / -1; margin: 4px 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.pvc-finish-picker legend { padding: 0 7px; font-size: 15px; font-weight: 900; }
.pvc-finish-picker > p:first-of-type { margin: 0 0 14px; color: var(--muted); font-size: 12px; }
.pvc-finish-mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pvc-finish-mode-card { min-height: 112px; display: grid; grid-template-columns: 58px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 14px; padding: 14px; border: 2px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--ink); text-align: left; cursor: pointer; text-transform: none; }
.pvc-finish-mode-card:hover, .pvc-finish-mode-card:focus-visible { border-color: var(--ink); outline: none; }
.pvc-finish-mode-card.is-selected { border-color: var(--ink); background: var(--white); box-shadow: inset 0 -5px 0 var(--yellow); }
.pvc-finish-mode-card > span { grid-row: 1 / 3; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; }
.pvc-natural-chip { background: #f4f4f1; color: #747474; font-size: 14px; font-weight: 950; }
.pvc-selected-ral-swatch { background: var(--selected-ral, linear-gradient(135deg, #f9a900 0 25%, #c1122f 25% 50%, #1787c7 50% 75%, #171717 75%)); }
.pvc-finish-mode-card strong { align-self: end; font-size: 17px; }
.pvc-finish-mode-card small { align-self: start; color: var(--muted); font-size: 11px; font-weight: 750; }
.pvc-ral-selection-summary { margin: 12px 0 0 !important; padding: 9px 11px; border-radius: 9px; background: #f6f2e8; color: var(--ink) !important; font-size: 12px !important; font-weight: 850; }
.pvc-paint-colour-picker { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.pvc-paint-colour-picker[hidden] { display: none; }
.pvc-paint-colour-heading { display: flex; justify-content: space-between; align-items: end; gap: 14px; }
.pvc-paint-colour-heading h3 { margin: 0; font-size: 15px; }
.pvc-paint-colour-heading p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.pvc-paint-colour-heading > strong { flex: 0 0 auto; padding: 6px 9px; border-radius: 999px; background: var(--yellow); font-size: 11px; }
.pvc-paint-colour-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.pvc-paint-colour-grid label { position: relative; min-width: 0; }
.pvc-paint-colour-grid input { position: absolute; opacity: 0; pointer-events: none; }
.pvc-paint-colour-grid label > span { min-height: 72px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 8px 4px; border: 2px solid var(--line); border-radius: 11px; background: var(--paper); cursor: pointer; }
.pvc-paint-colour-grid label > span > strong { font-size: 21px; line-height: 1; }
.pvc-colour-dot-row { min-height: 12px; display: flex; align-items: center; justify-content: center; gap: 3px; }
.pvc-colour-dot { width: 11px; height: 11px; display: block; border: 1px solid rgba(23,23,23,.28); border-radius: 50%; box-shadow: 0 1px 0 rgba(23,23,23,.12); }
.pvc-colour-dot--magenta { background: #e6007e; }
.pvc-colour-dot--cyan { background: #00a7d8; }
.pvc-colour-dot--yellow { background: #ffd500; }
.pvc-colour-dot--black { background: #262626; }
.pvc-colour-dot--green { background: #39a845; }
.pvc-paint-colour-grid input:checked + span { border-color: var(--ink); background: var(--white); box-shadow: inset 0 -5px 0 var(--yellow); }
.pvc-paint-colour-grid input:focus-visible + span { outline: 3px solid var(--yellow); outline-offset: 2px; }
.pvc-paint-colour-note, .pvc-artwork-colour-note { margin: 10px 0 0 !important; color: var(--muted) !important; font-size: 10px !important; line-height: 1.45; }
.pvc-artwork-colour-note { padding: 8px 10px; border-radius: 8px; background: #f6f2e8; color: var(--ink) !important; font-weight: 750; }
.pvc-multicolour-instructions { display: grid; gap: 7px; margin-top: 12px; padding: 14px; border: 2px solid var(--ink); border-radius: 12px; background: var(--white); }
.pvc-multicolour-instructions > strong { font-size: 15px; }
.pvc-multicolour-instructions textarea { width: 100%; min-height: 96px; resize: vertical; border: 1px solid var(--line); border-radius: 9px; background: #fffef9; line-height: 1.45; }
.pvc-multicolour-instructions small { color: var(--ink); font-size: 12px; font-weight: 750; }
.pvc-multicolour-instructions > span { color: var(--muted); font-size: 11px; line-height: 1.4; }
[data-pvc-ral-field] { transition: opacity .18s ease; }
[data-pvc-ral-field].is-disabled { opacity: .55; }
.pvc-ral-dialog { width: min(900px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 22px; background: transparent; color: var(--ink); overflow: visible; }
.pvc-ral-dialog::backdrop { background: rgba(23,23,23,.7); backdrop-filter: blur(4px); }
.pvc-ral-dialog-card { position: relative; max-height: calc(100dvh - 28px); overflow-x: hidden; overflow-y: auto; padding: 32px; border: 2px solid var(--ink); border-radius: 22px; background: var(--white); box-shadow: 8px 8px 0 var(--yellow); }
.pvc-ral-dialog-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 2px solid var(--ink); border-radius: 50%; background: var(--white); color: var(--ink); cursor: pointer; font-size: 25px; line-height: 1; }
.pvc-ral-dialog-card > .eyebrow { margin: 0 0 6px; }
.pvc-ral-dialog-card h2 { max-width: 720px; margin: 0; padding-right: 44px; font-size: clamp(28px, 4vw, 43px); line-height: 1; letter-spacing: -.04em; }
.pvc-ral-dialog-card h3 { margin: 0; font-size: 15px; }
.pvc-paint-finish-options { margin-top: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.pvc-paint-finish-options > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.pvc-paint-finish-options label { position: relative; }
.pvc-paint-finish-options input { position: absolute; opacity: 0; pointer-events: none; }
.pvc-paint-finish-options span { min-height: 48px; display: grid; place-items: center; padding: 10px; border: 2px solid var(--line); border-radius: 10px; background: var(--paper); cursor: pointer; font-size: 13px; font-weight: 900; }
.pvc-paint-finish-options input:checked + span { border-color: var(--ink); background: var(--yellow); box-shadow: inset 0 -3px 0 var(--ink); }
.pvc-ral-colour-options { margin-top: 22px; }
.pvc-ral-colour-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.pvc-ral-colour-heading p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.pvc-ral-colour-heading label { min-width: 210px; display: grid; gap: 5px; font-size: 11px; font-weight: 850; }
.pvc-ral-colour-heading input { min-height: 42px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); font: inherit; }
.pvc-ral-swatches { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 9px; margin-top: 14px; }
.pvc-ral-swatch { min-width: 0; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; align-items: center; gap: 1px 7px; padding: 7px; border: 2px solid transparent; border-radius: 10px; background: #f5f3ee; color: var(--ink); text-align: left; cursor: pointer; text-transform: none; }
.pvc-ral-swatch:hover, .pvc-ral-swatch:focus-visible, .pvc-ral-swatch.is-selected { border-color: var(--ink); outline: none; }
.pvc-ral-swatch.is-selected { box-shadow: inset 0 -3px 0 var(--yellow); }
.pvc-ral-swatch > span { grid-row: 1 / 3; width: 34px; height: 34px; border: 1px solid rgba(17,17,17,.2); border-radius: 8px; background: var(--ral-swatch); }
.pvc-ral-swatch strong { font-size: 11px; }
.pvc-ral-swatch small { overflow: hidden; color: var(--muted); font-size: 8px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.pvc-ral-dialog-actions { position: sticky; bottom: -28px; z-index: 2; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; margin: 24px -34px -28px; padding: 18px 34px 28px; border-top: 1px solid var(--line); background: var(--white); }
.pvc-ral-dialog-actions p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.pvc-ral-dialog-actions button { min-height: 44px; padding: 10px 16px; border: 2px solid var(--ink); border-radius: 9px; background: var(--yellow); color: var(--ink); cursor: pointer; font-weight: 900; }
.pvc-ral-dialog-actions button.secondary { background: var(--white); }
.pvc-ral-section-heading, .pvc-ral-catalog-heading, .pvc-ral-results-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.pvc-ral-section-heading { margin-top: 22px; }
.pvc-ral-section-heading p, .pvc-ral-catalog-heading p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.pvc-ral-section-heading > strong { flex: 0 0 auto; padding: 6px 9px; border-radius: 999px; background: #f2efe7; font-size: 11px; }
.pvc-ral-show-all { width: 100%; min-height: 50px; margin-top: 14px; border: 2px solid var(--ink); border-radius: 11px; background: var(--yellow); color: var(--ink); cursor: pointer; font-weight: 950; }
.pvc-ral-show-all span { font-weight: 750; }
.pvc-ral-catalog-heading { justify-content: flex-start; margin-top: 20px; }
.pvc-ral-back { flex: 0 0 auto; min-height: 38px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--ink); cursor: pointer; font-weight: 850; }
.pvc-ral-search-label { display: grid; gap: 6px; margin-top: 14px; font-size: 11px; font-weight: 900; }
.pvc-ral-search-label input { min-height: 46px; padding: 10px 12px; border: 2px solid var(--ink); border-radius: 10px; background: var(--white); color: var(--ink); font: inherit; }
.pvc-ral-family-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.pvc-ral-family-filters button { min-height: 34px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 850; }
.pvc-ral-family-filters button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--white); }
.pvc-ral-results-heading { margin-top: 13px; font-size: 11px; }
.pvc-ral-results-heading span { color: var(--muted); }
.pvc-ral-catalog-swatches { grid-template-columns: repeat(5, minmax(0, 1fr)); max-height: 320px; overflow-y: auto; padding: 2px 5px 4px 2px; scrollbar-width: thin; }
.pvc-ral-empty { margin: 14px 0 0; padding: 12px; border-radius: 9px; background: #fff7d1; color: var(--ink); font-size: 12px; font-weight: 750; }
.pvc-ral-custom { width: 100%; min-height: 42px; margin-top: 12px; border: 1px dashed var(--ink); border-radius: 9px; background: var(--white); color: var(--ink); cursor: pointer; font-weight: 850; }
.pvc-rod-cap { fill: #747a7e; stroke: #eef0f1; stroke-width: 1.2px; }
.pvc-fixing-ground-shadow { fill: rgba(17,17,17,.1); }
.pvc-fixing-shadow { fill: rgba(17,17,17,.18); }
@media (max-width: 700px) { .pvc-typography-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .pvc-typography-card { min-height: 104px; padding: 12px; } .pvc-typography-sample { font-size: 27px; } .pvc-simulation-heading { display: grid; } .pvc-simulation-heading > span { width: fit-content; } .pvc-fixing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; } .pvc-fixing-picker { padding: 14px 8px; } .pvc-fixing-card { grid-template-rows: 92px auto 1fr; padding: 7px; } .pvc-fixing-diagram { height: 92px; } .pvc-fixing-card strong { min-height: 45px; font-size: 10px; } .dynamic-field-grid .pvc-fixing-card > small { display: none; } }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(255,220,0,.7); border-color: var(--ink); }
.option-check { min-height: 70px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; background: var(--paper); cursor: pointer; }
.option-check input { width: 20px; height: 20px; accent-color: var(--ink); }
.option-check span { display: flex; flex-direction: column; color: var(--ink); }
.option-check small { color: var(--muted); font-weight: 500; }
[hidden] { display: none !important; }
.area-output { font-size: 13px; text-align: right; margin: 10px 0 0; color: var(--muted); }
.area-output strong { color: var(--ink); }
.roll-spec { margin: 13px 0 10px; color: var(--muted); font-size: 12px; text-align: right; }
.production-plan { display: flex; align-items: flex-start; gap: 12px; border-radius: 14px; padding: 15px 16px; transition: background .2s ease, border-color .2s ease; }
.production-plan.single { background: #e8f7ee; border: 1px solid #b7e2c8; }
.production-plan.joined { background: #fff3c4; border: 1px solid #e7c94b; }
.plan-icon { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--white); font-weight: 900; font-size: 13px; }
.production-plan p { display: flex; flex-direction: column; margin: 0; }
.production-plan strong { font-size: 14px; }
.production-plan p span { color: #555149; font-size: 12px; font-weight: 500; margin-top: 2px; }
.upload-zone { border: 2px dashed #b7b4aa; border-radius: 16px; background: var(--paper); min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; text-align: center; }
.upload-zone input { position: absolute; opacity: 0; pointer-events: none; }
.upload-zone:hover { border-color: var(--ink); background: #fffdf2; }
.upload-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--ink); font-size: 20px; margin-bottom: 7px; }
.upload-zone small { color: var(--muted); font-weight: 500; }
.checkbox { margin: 14px 0 0; display: flex; gap: 10px; align-items: center; font-weight: 650; }
.checkbox input { accent-color: var(--ink); width: 18px; height: 18px; }
.file-review-option { margin-top: 18px; padding: 18px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, 200px); gap: 20px; align-items: end; border: 1px solid var(--line); border-left: 5px solid var(--yellow); border-radius: 14px; background: var(--white); }
.file-review-option h4 { margin: 0; display: flex; align-items: center; gap: 8px; font-size: 17px; }
.file-review-option p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.file-review-option label { margin: 0; }
.field-info-link { width: 34px; height: 34px; flex: 0 0 34px; display: inline-grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 15px; font-weight: 900; line-height: 1; text-decoration: none; }
.field-info-link:hover, .field-info-link:focus-visible { background: var(--ink); color: var(--yellow); }
.quote-panel { margin-top: 34px; background: var(--yellow); border-radius: 18px; padding: 22px; display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; }
.quote-summary { display: flex; flex-direction: column; flex: 1 1 auto; min-width: 0; }
.quote-panel small { text-transform: uppercase; letter-spacing: .08em; font-weight: 800; font-size: 10px; }
.quote-summary dl { margin: 10px 0 0; max-width: 440px; }
.quote-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 6px 0; border-bottom: 1px solid rgba(23,23,23,.18); }
.quote-summary dt, .quote-summary dd { margin: 0; font-size: 14px; }
.quote-summary dd { font-weight: 800; text-align: right; }
.quote-summary .quote-total { border-top: 2px solid var(--ink); border-bottom: 0; margin-top: 5px; padding-top: 11px; }
.quote-summary .quote-total dt, .quote-summary .quote-total dd { font-size: 20px; font-weight: 900; }
.quote-panel p { margin: 7px 0 0; font-size: 12px; max-width: 440px; }
.form-message { min-height: 24px; margin: 12px 0 0; color: #176b43; font-weight: 800; font-size: 14px; }
.process-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.process-grid li { background: var(--white); padding: 30px; min-height: 240px; }
.process-grid span { font-size: 12px; font-weight: 900; }
.process-grid h3 { margin: 72px 0 8px; font-size: 24px; letter-spacing: -.04em; }
.process-grid p { margin: 0; color: var(--muted); }
.site-footer { background: var(--ink); color: var(--white); padding: 54px max(28px, calc((100vw - 1240px)/2 + 28px)); display: grid; grid-template-columns: 1fr 1.4fr .7fr; align-items: center; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand span, .site-footer p { color: #bcbab3; font-size: 13px; }
.site-footer p { margin: 0; }
.footer-note { text-align: right; }
.footer-attributions { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid #3a3935; font-size: 11px !important; line-height: 1.45; }
.footer-attributions a { color: var(--white); text-underline-offset: 2px; }
.footer-legal { grid-column: 1 / -1; padding-top: 19px; border-top: 1px solid #3a3935; display: flex; align-items: center; justify-content: center; gap: 14px 18px; color: #aaa8a2; font-size: 12px; line-height: 1.5; text-align: center; }
.footer-legal nav { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.footer-legal a { color: var(--white); font-weight: 800; text-decoration: none; text-underline-offset: 3px; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--yellow); text-decoration: underline; }

.legal-page-body { min-height: 100vh; display: flex; flex-direction: column; background: var(--paper); }
.legal-site-header { min-height: 92px; padding: 12px max(24px, calc((100vw - 1120px) / 2)); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--white); }
.legal-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.legal-brand img { width: 58px; height: 58px; object-fit: contain; }
.legal-brand > span { display: flex; flex-direction: column; line-height: 1.12; }
.legal-brand strong { font-size: 18px; letter-spacing: -.03em; }
.legal-brand small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.legal-back { padding: 10px 14px; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); background: var(--yellow); font-size: 13px; font-weight: 850; text-decoration: none; }
.legal-back:hover, .legal-back:focus-visible { background: var(--ink); color: var(--white); }
.legal-main { width: min(960px, calc(100% - 40px)); margin: 0 auto; padding: 76px 0 92px; flex: 1; }
.legal-eyebrow { margin: 0 0 12px; color: #8a6c00; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.legal-main h1 { max-width: 880px; margin: 0; font-size: clamp(48px, 7vw, 82px); line-height: .94; letter-spacing: -.055em; }
.legal-intro { max-width: 780px; margin: 25px 0 0; color: #4f4e49; font-size: 19px; line-height: 1.65; }
.legal-callout { margin: 30px 0 0; padding: 20px 22px; border: 2px solid var(--ink); border-radius: 15px; background: var(--yellow); box-shadow: 5px 5px 0 var(--ink); font-size: 14px; line-height: 1.6; }
.legal-content { margin-top: 46px; display: grid; gap: 18px; }
.legal-content section { padding: 30px 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 9px 24px rgba(23,23,23,.04); }
.legal-content h2 { margin: 0 0 14px; font-size: 24px; line-height: 1.15; letter-spacing: -.035em; }
.legal-content h3 { margin: 22px 0 8px; font-size: 17px; }
.legal-content p { margin: 0; color: #4c4b46; line-height: 1.72; }
.legal-content p + p { margin-top: 13px; }
.legal-content ul { margin: 12px 0 0; padding-left: 22px; color: #4c4b46; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { font-weight: 750; text-underline-offset: 3px; }
.legal-update { margin: 30px 0 0; color: var(--muted); font-size: 12px; }
.legal-footer { padding: 22px max(20px, calc((100vw - 1120px) / 2)); display: flex; align-items: center; justify-content: center; gap: 14px 18px; flex-wrap: wrap; background: var(--ink); color: #aaa8a2; font-size: 12px; text-align: center; }
.legal-footer nav { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.legal-footer a { color: var(--white); font-weight: 800; text-decoration: none; }
.legal-footer a:hover, .legal-footer a:focus-visible, .legal-footer a[aria-current="page"] { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 760px) {
  .footer-legal { align-items: flex-start; flex-direction: column; text-align: left; }
  .footer-legal nav { justify-content: flex-start; }
  .legal-site-header { min-height: 76px; padding: 10px 16px; }
  .legal-brand img { width: 48px; height: 48px; }
  .legal-brand small { display: none; }
  .legal-back { padding: 8px 10px; font-size: 11px; }
  .legal-main { width: min(100% - 28px, 960px); padding: 48px 0 66px; }
  .legal-main h1 { font-size: clamp(42px, 14vw, 62px); }
  .legal-intro { font-size: 16px; }
  .legal-content { margin-top: 34px; gap: 13px; }
  .legal-content section { padding: 23px 20px; border-radius: 14px; }
  .legal-content h2 { font-size: 21px; }
  .legal-footer { align-items: flex-start; justify-content: flex-start; flex-direction: column; text-align: left; }
  .legal-footer nav { justify-content: flex-start; }
}
.category-page { max-width: 1240px; margin: 0 auto; padding: 54px 28px 110px; }
.category-hero { padding: 62px; border-radius: 32px; background: var(--yellow); display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .6fr); gap: 18px 54px; align-items: end; }
.breadcrumb, .product-breadcrumb { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumb a, .product-breadcrumb a { text-underline-offset: 3px; }
.category-hero .eyebrow { grid-column: 1 / -1; margin: 18px 0 0; }
.category-hero h1 { margin: 0; font-size: clamp(64px, 8vw, 108px); line-height: .83; letter-spacing: -.075em; }
.category-hero h1 span { color: var(--white); text-shadow: -2px -2px 0 var(--ink), 2px -2px 0 var(--ink), -2px 2px 0 var(--ink), 2px 2px 0 var(--ink); }
.category-hero > p:last-child { max-width: 430px; margin: 0 0 8px; font-size: 18px; }
.product-page-grid { padding-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.product-group-title { grid-column: 1 / -1; margin: 28px 0 0; padding-bottom: 9px; border-bottom: 2px solid var(--ink); font-size: clamp(24px, 3vw, 34px); line-height: 1; letter-spacing: -.04em; }
.product-tile { min-height: 210px; padding: 20px; border: 2px solid var(--ink); border-radius: 22px; background: var(--white); display: grid; grid-template-columns: 120px 1fr 36px; gap: 22px; align-items: center; color: var(--ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.product-tile:hover { transform: translateY(-4px); box-shadow: 0 10px 0 var(--ink); }
.product-tile-art { position: relative; isolation: isolate; width: 120px; height: 150px; border: 1px solid rgba(24,24,24,.35); border-radius: 14px; display: grid; place-items: center; overflow: hidden; background: #eee; }
.product-material-logo { position: relative; z-index: 2; width: 104px; height: 104px; object-fit: contain; filter: drop-shadow(0 8px 7px rgba(0,0,0,.22)); }
.corporeal-letter-art { background: #f3f3f3; }
.corporeal-letter-art img { width: 100%; height: 100%; object-fit: cover; }
.corporeal-letter-tile .product-tile-copy > span { max-width: 42ch; }
.product-tile-art::before, .product-tile-art::after { content: ''; position: absolute; inset: 0; pointer-events: none; }
.material-monomeric { background: linear-gradient(145deg, #fff 0 45%, #eee8d9 100%); }
.material-monomeric::before { background: linear-gradient(120deg, transparent 25%, rgba(255,255,255,.8) 42%, transparent 57%); }
.material-polymeric { background: linear-gradient(145deg, #3c3c3c, #b7b7b7 48%, #252525); }
.material-polymeric::before { background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.48) 48%, transparent 60%); }
.material-polymeric .product-material-logo { transform: rotate(-3deg) perspective(300px) rotateY(-7deg); }
.material-transparent { background-color: #bcecf0; background-image: linear-gradient(45deg, rgba(255,255,255,.65) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.65) 75%), linear-gradient(45deg, rgba(255,255,255,.65) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.65) 75%); background-position: 0 0, 12px 12px; background-size: 24px 24px; }
.material-transparent .product-material-logo { opacity: .76; filter: drop-shadow(0 5px 5px rgba(0,0,0,.18)); }
.material-etched { background: linear-gradient(135deg, #eef3f3, #aebfc1); }
.material-etched::before { background: repeating-linear-gradient(115deg, rgba(255,255,255,.28) 0 1px, rgba(80,95,95,.08) 1px 3px); mix-blend-mode: screen; }
.material-etched .product-material-logo { opacity: .84; filter: grayscale(.42) contrast(.92) drop-shadow(0 5px 6px rgba(0,0,0,.14)); }
.material-microperforated { background: linear-gradient(145deg, #ececec, #777); }
.material-microperforated::after { z-index: 3; background-image: radial-gradient(circle, rgba(255,255,255,.92) 0 1.1px, transparent 1.3px); background-size: 6px 6px; opacity: .48; mix-blend-mode: screen; }
.material-banner { background: #e6d8b9; }
.material-banner::before { background: repeating-linear-gradient(45deg, rgba(70,60,40,.13) 0 1px, transparent 1px 4px), repeating-linear-gradient(-45deg, rgba(255,255,255,.28) 0 1px, transparent 1px 5px); }
.material-banner .product-material-logo { width: 108px; height: 108px; border-radius: 2px; transform: rotate(-2deg); }
.material-mesh { background: #9da3a2; }
.material-mesh::after { z-index: 3; background-image: radial-gradient(circle, rgba(20,20,20,.72) 0 1.25px, transparent 1.5px); background-size: 7px 7px; opacity: .52; }
.material-mesh .product-material-logo { opacity: .9; }
.material-canvas { background: #eee5d2; border-color: #8d7a5d; box-shadow: inset 0 0 0 7px #c9a874; }
.material-canvas::before { background: repeating-linear-gradient(0deg, rgba(79,61,38,.12) 0 1px, transparent 1px 4px), repeating-linear-gradient(90deg, rgba(255,255,255,.34) 0 1px, transparent 1px 5px); }
.material-lightbox { background: linear-gradient(145deg, #fff9c7, var(--yellow)); box-shadow: inset 0 0 0 8px #242424, 0 0 22px rgba(255,220,0,.7); }
.material-blade-sign { background: linear-gradient(90deg, #292929 0 16%, var(--yellow) 16% 100%); border-radius: 8px 28px 28px 8px; }
.material-blade-sign-round { width: 120px; height: 120px; border-radius: 50%; }
.material-composite-cutout { background: linear-gradient(145deg, #242424, #606060); box-shadow: inset 0 0 0 7px #d7d7d7; }
.material-composite-cutout .product-material-logo { opacity: .88; filter: grayscale(1) contrast(1.4) drop-shadow(0 0 7px var(--yellow)); }
.material-rollup { background: linear-gradient(90deg, #252525 0 7%, #f4f4f4 7% 93%, #252525 93%); border-radius: 8px 8px 16px 16px; box-shadow: 0 8px 0 #333; }
.material-xbanner { background: linear-gradient(55deg, transparent 47%, #222 48% 52%, transparent 53%), linear-gradient(-55deg, transparent 47%, #222 48% 52%, transparent 53%), var(--yellow); }
.product-tile-status { display: inline-flex; width: fit-content; margin-top: 12px; padding: 5px 9px; border: 1px solid var(--ink); border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 11px; font-style: normal; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.product-tile-status-active { background: var(--ink); color: var(--yellow); }
.product-tile-copy { display: flex; flex-direction: column; }
.product-tile-copy small { margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-tile-copy strong { font-size: 23px; line-height: 1.05; letter-spacing: -.04em; }
.product-tile-copy > span { margin-top: 12px; color: var(--muted); font-size: 14px; }
.product-tile-copy .product-variant-name { margin-top: 7px; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.product-tile-arrow { width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--yellow); display: grid; place-items: center; font-size: 20px; font-weight: 900; }
.individual-product-page { padding-top: 36px; }
.individual-product-page .product-breadcrumb, .collection-page-main .product-breadcrumb { max-width: 1240px; margin: 0 auto 30px; padding: 0 28px; }
.individual-product-page .configurator-section { border-top: 0; }
.product-technical-info { max-width: 1184px; margin: 72px auto 100px; padding: 46px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.product-technical-info h2 { margin: 8px 0 14px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.045em; }
.product-technical-info > p:not(.eyebrow) { max-width: 850px; color: var(--muted); font-size: 17px; }
.technical-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.technical-info-grid article { padding: 24px; border-radius: 16px; background: var(--paper); }
.technical-info-grid strong { display: block; margin-bottom: 12px; font-size: 18px; }
.technical-info-grid p, .technical-info-grid li { color: var(--muted); font-size: 14px; line-height: 1.55; }
.technical-info-grid ul { margin: 0; padding-left: 18px; }
/* Promotional vinyl guide */
.promotional-vinyl-guide { max-width: 1184px; margin: 72px auto 110px; }
.vinyl-guide-hero { padding: 42px; border: 3px solid var(--ink); border-radius: 26px; background: var(--ink); color: var(--white); box-shadow: 9px 9px 0 var(--yellow); display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 34px; align-items: end; }
.vinyl-guide-hero h2 { max-width: 760px; margin: 8px 0 14px; color: var(--yellow); font-size: clamp(38px, 5.3vw, 70px); line-height: .92; letter-spacing: -.055em; }
.vinyl-guide-hero p:not(.eyebrow) { max-width: 700px; margin: 0; color: #dedcd4; font-size: 17px; }
.vinyl-guide-jump { display: flex; flex-wrap: wrap; gap: 9px; align-content: end; }
.vinyl-guide-jump a { padding: 9px 11px; border: 2px solid var(--yellow); color: var(--yellow); text-decoration: none; font-size: 12px; font-weight: 900; }
.vinyl-guide-jump a:hover, .vinyl-guide-jump a:focus-visible { background: var(--yellow); color: var(--ink); }
.vinyl-guide-block { margin-top: 28px; padding: 38px; border: 3px solid var(--ink); border-radius: 22px; background: var(--white); box-shadow: 7px 7px 0 var(--ink); scroll-margin-top: 126px; }
.vinyl-guide-block h3 { margin: 7px 0 14px; font-size: clamp(28px, 3.8vw, 44px); line-height: .98; letter-spacing: -.045em; }
.vinyl-guide-block > p:not(.eyebrow):not(.vinyl-material-note):not(.vinyl-send-files) { max-width: 850px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.vinyl-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.vinyl-feature-grid article { padding: 24px; border: 2px solid var(--ink); background: var(--paper); }
.vinyl-feature-grid article > span { display: inline-grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font-size: 11px; font-weight: 950; }
.vinyl-feature-grid h4 { margin: 18px 0 8px; font-size: 18px; }
.vinyl-feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.vinyl-material-note { margin: 20px 0 0; padding: 14px 16px; border-left: 5px solid var(--cyan); background: var(--paper); color: var(--muted); font-size: 13px; line-height: 1.5; }
.vinyl-guide-columns { display: grid; grid-template-columns: 1.08fr .92fr; gap: 28px; }
.vinyl-guide-columns .vinyl-guide-block { height: calc(100% - 28px); }
.vinyl-guide-block details { border-top: 2px solid var(--ink); }
.vinyl-guide-block details:last-child { border-bottom: 2px solid var(--ink); }
.vinyl-guide-block summary { padding: 16px 34px 16px 0; cursor: pointer; list-style: none; position: relative; font-weight: 900; }
.vinyl-guide-block summary::-webkit-details-marker { display: none; }
.vinyl-guide-block summary::after { content: '+'; position: absolute; right: 4px; top: 11px; font-size: 25px; font-weight: 900; }
.vinyl-guide-block details[open] summary::after { content: '−'; }
.vinyl-guide-block details p { margin: 0; padding: 0 28px 17px 0; color: var(--muted); line-height: 1.55; }
.vinyl-shipping { background: var(--yellow); }
.vinyl-shipping .eyebrow { color: var(--ink); }
.vinyl-deadline { margin: 22px 0 26px; padding: 20px; border: 3px solid var(--ink); background: var(--white); }
.vinyl-deadline strong { display: block; margin-bottom: 7px; font-size: 21px; }
.vinyl-deadline p, .vinyl-shipping > p { margin: 0; line-height: 1.55; }
.vinyl-shipping h4 { margin: 25px 0 7px; font-size: 18px; }
.vinyl-files { background: var(--ink); color: var(--white); box-shadow: 7px 7px 0 var(--cyan); display: grid; grid-template-columns: .75fr 1.25fr; gap: 34px; }
.vinyl-files h3 { color: var(--yellow); }
.vinyl-files .eyebrow { color: var(--cyan); }
.vinyl-files > div > p:not(.eyebrow) { color: #d7d5ce; line-height: 1.55; }
.vinyl-file-checklist { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; }
.vinyl-file-checklist li { padding: 18px; border: 2px solid var(--white); background: #232323; }
.vinyl-file-checklist strong, .vinyl-file-checklist span { display: block; }
.vinyl-file-checklist strong { color: var(--yellow); font-size: 16px; }
.vinyl-file-checklist span { margin-top: 6px; color: #d7d5ce; font-size: 13px; line-height: 1.45; }
.vinyl-send-files { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid #555; color: #d7d5ce; }
.vinyl-send-files a { color: var(--yellow); font-weight: 900; }
.vinyl-instructions { background: var(--cyan); }
.vinyl-instructions > p:not(.eyebrow) { color: #183b3e; }
.vinyl-download-grid { max-width: 520px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; margin-top: 26px; }
.vinyl-download-card { min-height: 235px; padding: 24px; border: 3px solid var(--ink); background: var(--white); color: var(--ink); text-decoration: none; box-shadow: 5px 5px 0 var(--ink); display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease; }
.vinyl-download-card:hover, .vinyl-download-card:focus-visible { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.vinyl-download-card span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vinyl-download-card strong { margin-top: 22px; font-size: 21px; line-height: 1.05; }
.vinyl-download-card small { margin: 10px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.vinyl-download-card b { margin-top: auto; color: var(--pink); font-size: 14px; }
@media (min-width: 901px) {
  .configurator-section.vinyl-layout-active { grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr); gap: 40px; padding-top: 52px; padding-bottom: 64px; }
  .vinyl-layout-active .config-intro { position: static; }
  .vinyl-layout-active .config-intro h2 { font-size: clamp(42px, 4.2vw, 58px); }
  .vinyl-layout-active .config-intro > p:not(.eyebrow) { max-width: 410px; font-size: 15px; }
  .vinyl-layout-active .production-note { display: none; }
  .vinyl-layout-active .configurator > .quote-panel { display: none; }
  .vinyl-product-sidebar { display: grid; gap: 14px; margin-top: 24px; }
  .vinyl-portfolio, .vinyl-quick-help, .vinyl-sidebar-quote, .vinyl-delivery-shell { border: 2px solid var(--ink); border-radius: 16px; overflow: hidden; }
  .vinyl-portfolio { position: relative; background: var(--ink); color: var(--white); }
  .vinyl-portfolio-heading { padding: 14px 16px 12px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
  .vinyl-portfolio-heading span, .vinyl-delivery-heading span, .vinyl-quick-help > div > span { font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  .vinyl-portfolio-heading h3, .vinyl-quick-help h3, .vinyl-sidebar-quote h3, .vinyl-delivery-heading h3 { margin: 3px 0 0; font-size: 20px; line-height: 1; letter-spacing: -.035em; }
  .vinyl-slide { position: relative; margin: 0; aspect-ratio: 4 / 3; background: #292929; }
  .vinyl-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
  .vinyl-slide figcaption { position: absolute; left: 10px; bottom: 10px; padding: 5px 8px; background: rgba(23,23,23,.82); color: var(--white); font-size: 10px; font-weight: 800; }
  .vinyl-slider-controls { position: absolute; right: 10px; bottom: 10px; display: flex; gap: 5px; }
  .vinyl-slider-controls button { width: 31px; height: 31px; border: 0; border-radius: 50%; background: var(--yellow); color: var(--ink); cursor: pointer; font-size: 16px; font-weight: 900; }
  .vinyl-slider-controls button:hover, .vinyl-slider-controls button:focus-visible { background: var(--cyan); }
  .vinyl-quick-help { padding: 15px 16px; background: var(--cyan); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; }
  .vinyl-quick-help p { margin: 5px 0 0; color: #183b3e; font-size: 11px; line-height: 1.35; }
  .vinyl-quick-guide-link { min-width: 100px; padding: 9px 10px; border: 2px solid var(--ink); background: var(--white); color: var(--ink); text-align: center; text-decoration: none; font-size: 11px; font-weight: 900; box-shadow: 3px 3px 0 var(--ink); }
  .vinyl-quick-guide-link:hover, .vinyl-quick-guide-link:focus-visible { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
  .vinyl-sidebar-quote { padding: 17px; background: var(--yellow); }
  .vinyl-sidebar-quote .eyebrow { margin: 0; color: var(--ink); font-size: 9px; }
  .vinyl-sidebar-quote dl { margin: 12px 0 0; }
  .vinyl-sidebar-quote dl > div { padding: 6px 0; border-bottom: 1px solid rgba(23,23,23,.22); display: flex; justify-content: space-between; gap: 20px; }
  .vinyl-sidebar-quote dt, .vinyl-sidebar-quote dd { margin: 0; font-size: 12px; }
  .vinyl-sidebar-quote dd { font-weight: 900; text-align: right; }
  .vinyl-sidebar-quote .sidebar-quote-total { padding-top: 10px; border-top: 2px solid var(--ink); border-bottom: 0; }
  .vinyl-sidebar-quote .sidebar-quote-total dt, .vinyl-sidebar-quote .sidebar-quote-total dd { font-size: 18px; font-weight: 950; }
  .vinyl-sidebar-quote > p:not(.eyebrow) { margin: 7px 0 13px; font-size: 10px; line-height: 1.35; }
  .vinyl-sidebar-quote .button { width: 100%; min-height: 42px; padding: 10px 14px; font-size: 12px; }
  .vinyl-sidebar-quote .sidebar-form-message { min-height: 0; margin: 8px 0 0; font-size: 10px; font-weight: 800; line-height: 1.3; }
  .vinyl-delivery-shell { padding: 16px; background: var(--white); }
  .vinyl-delivery-heading { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
  .delivery-pending-badge { padding: 5px 7px; border-radius: 999px; background: var(--paper); color: var(--muted); white-space: nowrap; }
  .vinyl-delivery-tiers { margin-top: 12px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .vinyl-delivery-tiers article { min-width: 0; padding: 9px 7px; border: 1px solid var(--line); background: var(--paper); }
  .vinyl-delivery-tiers strong, .vinyl-delivery-tiers span, .vinyl-delivery-tiers b { display: block; }
  .vinyl-delivery-tiers strong { font-size: 12px; }
  .vinyl-delivery-tiers span { min-height: 28px; margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.25; }
  .vinyl-delivery-tiers b { margin-top: 7px; color: #81324d; font-size: 9px; line-height: 1.2; }
  .vinyl-delivery-shell > p { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.35; }

  .promotional-vinyl-guide { margin-top: 42px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
  .promotional-vinyl-guide .vinyl-guide-hero { grid-column: 1 / -1; padding: 25px 28px; border-radius: 18px; grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr); gap: 24px; box-shadow: 5px 5px 0 var(--yellow); }
  .promotional-vinyl-guide .vinyl-guide-hero h2 { font-size: clamp(34px, 4vw, 48px); }
  .promotional-vinyl-guide .vinyl-guide-hero p:not(.eyebrow) { font-size: 14px; }
  .promotional-vinyl-guide .vinyl-guide-block { margin-top: 0; padding: 24px; border-radius: 16px; box-shadow: 4px 4px 0 var(--ink); }
  .promotional-vinyl-guide .vinyl-guide-block h3 { font-size: clamp(24px, 2.6vw, 32px); }
  .promotional-vinyl-guide .vinyl-guide-block > p:not(.eyebrow):not(.vinyl-material-note):not(.vinyl-send-files) { font-size: 13px; }
  .promotional-vinyl-guide #informacion-vinilo, .promotional-vinyl-guide .vinyl-guide-columns { grid-column: 1 / -1; }
  .promotional-vinyl-guide .vinyl-guide-columns { gap: 16px; align-items: start; }
  .promotional-vinyl-guide .vinyl-guide-columns .vinyl-guide-block { height: auto; }
  .promotional-vinyl-guide .vinyl-feature-grid { margin-top: 18px; }
  .promotional-vinyl-guide .vinyl-feature-grid article { padding: 17px; }
  .promotional-vinyl-guide .vinyl-feature-grid h4 { margin-top: 12px; font-size: 15px; }
  .promotional-vinyl-guide .vinyl-feature-grid p, .promotional-vinyl-guide .vinyl-guide-block details p { font-size: 12px; }
  .promotional-vinyl-guide .vinyl-guide-block summary { padding-top: 12px; padding-bottom: 12px; font-size: 13px; }
  .promotional-vinyl-guide .vinyl-files { grid-template-columns: 1fr; gap: 16px; }
  .promotional-vinyl-guide .vinyl-file-checklist { grid-template-columns: 1fr 1fr; }
  .promotional-vinyl-guide .vinyl-download-grid { margin-top: 16px; }
  .promotional-vinyl-guide .vinyl-download-card { min-height: 170px; padding: 18px; box-shadow: 3px 3px 0 var(--ink); }
  .promotional-vinyl-guide .vinyl-download-card strong { margin-top: 14px; font-size: 18px; }
}
#vinyl-slide-count {
  flex: 0 0 auto;
  white-space: nowrap;
}
.vinyl-product-sidebar.gallery-only > :not(.vinyl-portfolio) {
  display: none;
}
.mobile-product-gallery-mount { display: none; }
@media (max-width: 900px) {
  .vinyl-product-sidebar { display: none !important; }
  .mobile-product-gallery-mount { display: block; margin: 28px 0; }
  .mobile-product-gallery-mount .vinyl-portfolio { position: relative; max-width: 620px; margin: 0 auto; border: 2px solid var(--ink); border-radius: 16px; overflow: hidden; background: var(--ink); color: var(--white); box-shadow: 5px 5px 0 var(--yellow); }
  .mobile-product-gallery-mount .vinyl-portfolio[hidden] { display: none; }
  .mobile-product-gallery-mount .vinyl-portfolio-heading { padding: 14px 16px 12px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
  .mobile-product-gallery-mount .vinyl-portfolio-heading span { font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-product-gallery-mount .vinyl-portfolio-heading h3 { margin: 3px 0 0; font-size: 20px; line-height: 1; letter-spacing: -.035em; }
  .mobile-product-gallery-mount .vinyl-slider { touch-action: pan-y; }
  .mobile-product-gallery-mount .vinyl-slide { position: relative; margin: 0; aspect-ratio: 4 / 3; background: #292929; }
  .mobile-product-gallery-mount .vinyl-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
  .mobile-product-gallery-mount .vinyl-slide figcaption { position: absolute; left: 10px; bottom: 10px; max-width: calc(100% - 112px); padding: 6px 9px; background: rgba(23,23,23,.84); color: var(--white); font-size: 11px; font-weight: 800; }
  .mobile-product-gallery-mount .vinyl-slider-controls { position: absolute; right: 10px; bottom: 10px; display: flex; gap: 6px; }
  .mobile-product-gallery-mount .vinyl-slider-controls button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--yellow); color: var(--ink); cursor: pointer; font-size: 20px; font-weight: 900; }
  .mobile-product-gallery-mount .vinyl-slider-controls button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; }
  .promotional-vinyl-guide { margin-left: 28px; margin-right: 28px; }
  .vinyl-guide-hero, .vinyl-guide-columns, .vinyl-files { grid-template-columns: 1fr; }
  .vinyl-feature-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .mobile-product-gallery-mount { margin: 26px 0; }
  .promotional-vinyl-guide { margin: 42px 18px 76px; }
  .vinyl-guide-hero, .vinyl-guide-block { padding: 25px 20px; border-radius: 18px; }
  .vinyl-guide-hero { box-shadow: 6px 6px 0 var(--yellow); }
  .vinyl-guide-hero h2 { font-size: 40px; }
  .vinyl-feature-grid, .vinyl-file-checklist, .vinyl-download-grid { grid-template-columns: 1fr; }
  .vinyl-guide-columns { gap: 0; }
  .vinyl-guide-columns .vinyl-guide-block { height: auto; }
  .vinyl-download-card { min-height: 205px; }
}
.collection-page-main { padding-top: 36px; }
.collection-page-main .collection-section { margin-top: 0; }
.collection-copy h1 { font-size: clamp(52px, 6vw, 82px); line-height: .92; letter-spacing: -.065em; margin: 14px 0 24px; }
/* Help hub */
.help-page { max-width: 1240px; margin: auto; padding: 48px 28px 96px; }
.help-hero { padding: 58px; border: 3px solid var(--ink); border-radius: 30px; background: var(--yellow); box-shadow: 10px 10px 0 var(--ink); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr); gap: 42px; align-items: end; }
.help-hero .breadcrumb { grid-column: 1 / -1; }
.help-hero h1 { margin: 0; font-size: clamp(62px, 9vw, 108px); line-height: .82; letter-spacing: -.075em; }
.help-hero-copy { margin: 0; font-size: 19px; font-weight: 650; }
.help-topics { width: min(1180px, calc(100% - 36px)); margin: 54px auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.help-topic { min-height: 330px; padding: 30px; border: 3px solid var(--ink); border-radius: 24px; background: var(--white); box-shadow: 7px 7px 0 var(--ink); scroll-margin-top: 120px; }
.help-topic:nth-child(2) { background: var(--cyan); }
.help-topic:nth-child(3) { background: var(--pink); }
.help-topic:nth-child(4) { background: var(--yellow); }
.help-topic-icon { width: 58px; height: 58px; border: 3px solid var(--ink); border-radius: 18px; background: var(--yellow); display: grid; place-items: center; font-size: 28px; font-weight: 950; }
.help-topic h2 { margin: 30px 0 14px; font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.help-topic h3 { margin: 22px 0 8px; font-size: 17px; }
.help-topic p { color: #494844; line-height: 1.55; }
.help-topic ul { margin: 10px 0 0; padding-left: 20px; color: #494844; display: grid; gap: 7px; line-height: 1.45; }
.help-topic-status { display: inline-flex; margin-top: 22px; padding: 7px 10px; border: 2px solid var(--ink); background: var(--paper); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.help-topic-ready .help-topic-status { background: var(--ink); color: var(--yellow); }
.help-topic-link { width: fit-content; margin-top: 18px; padding-bottom: 3px; border-bottom: 3px solid var(--ink); color: var(--ink); display: block; font-weight: 900; text-decoration: none; }
.help-topic-link:hover, .help-topic-link:focus-visible { background: var(--ink); color: var(--yellow); }
.help-contact { margin-top: 54px; padding: 34px 38px; border: 3px solid var(--ink); background: var(--ink); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.help-contact h2 { margin: 0 0 7px; font-size: 30px; }
.help-contact p { margin: 0; color: #d8d8d8; }
.help-contact a { min-height: 52px; padding: 0 20px; border: 2px solid var(--yellow); background: var(--yellow); color: var(--ink); display: inline-flex; align-items: center; text-decoration: none; font-size: 18px; font-weight: 900; white-space: nowrap; }
@media (max-width: 1120px) {
  .primary-nav { display: none; }
}
@media (max-width: 980px) {
  .primary-nav { display: none; }
  .category-hero { grid-template-columns: 1fr; }
  .category-hero > p:last-child { margin-top: 14px; }
  .product-page-grid { grid-template-columns: 1fr; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; padding: 72px 28px; }
  .hero-art { min-height: 520px; }
  .hero-showcase-base { min-height: clamp(500px, 66vw, 650px); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-section { margin-left: 28px; margin-right: 28px; grid-template-columns: 1fr; }
  .collection-status { align-items: flex-start; flex-direction: column; }
  .collection-status span { text-align: left; }
  .configurator-section { grid-template-columns: 1fr; gap: 40px; }
  .config-intro { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-note { display: none; }
}
@media (max-width: 760px) {
  .header-inner { min-height: 0; padding: 7px 16px 9px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 6px 8px; }
  .brand { grid-column: 1; grid-row: 1; min-width: 0; }
  .header-actions { display: contents; }
  .header-service-links { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: 1.45fr .7fr 1fr; gap: 5px; min-width: 0; }
  .header-phone, .header-help, .header-account { min-width: 0; min-height: 45px; border: 2px solid var(--ink); border-radius: 12px; background: var(--white); }
  .header-phone { justify-content: flex-start; padding: 4px 7px; }
  .header-help, .header-account { padding: 4px; }
  .header-service-icon { width: 27px; height: 27px; flex-basis: 27px; border-width: 0; border-radius: 7px; }
  .header-service-icon svg { width: 19px; height: 19px; }
  .header-account { max-width: none; grid-template-columns: 27px auto; }
  .header-account > small { display: none; }
  .products-menu { grid-column: 2; grid-row: 1; }
  .draft-cart { grid-column: 3; grid-row: 1; }
  .products-menu-panel { position: fixed; top: 142px; left: 16px; right: 16px; width: auto; }
  .help-hero { padding: 38px 28px; grid-template-columns: 1fr; gap: 26px; }
  .help-hero .breadcrumb { grid-column: auto; }
  .help-topics { grid-template-columns: 1fr; }
  .help-contact { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .brand { min-width: 0; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy small { display: none; }
  .products-menu summary { width: 40px; height: 40px; }
  .draft-cart { min-width: 46px; min-height: 40px; padding: 5px; flex: 0 0 auto; }
  .header-phone-copy strong { font-size: 12px; }
  .header-phone-copy small { font-size: 8px; }
  .header-help, .header-account { font-size: 10px; }
  .category-page { padding: 24px 14px 72px; }
  .category-hero { padding: 34px 22px; border-radius: 24px; }
  .category-hero h1 { font-size: 58px; }
  .category-hero > p:last-child { font-size: 16px; }
  .product-page-grid { padding-top: 24px; gap: 12px; }
  .product-tile { min-height: 150px; padding: 14px; grid-template-columns: 76px 1fr 30px; gap: 14px; border-radius: 18px; }
  .product-tile-art { width: 76px; height: 110px; }
  .product-tile-art.material-blade-sign-round { width: 76px; height: 76px; border-radius: 50%; }
  .product-tile-art b { font-size: 36px; }
  .product-tile-copy strong { font-size: 19px; }
  .product-tile-copy > span { margin-top: 8px; font-size: 12px; }
  .product-tile-arrow { width: 30px; height: 30px; }
  .individual-product-page, .collection-page-main { padding-top: 24px; }
  .individual-product-page .product-breadcrumb, .collection-page-main .product-breadcrumb { margin-bottom: 20px; padding: 0 18px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 58px 20px 48px; }
  .hero h1 { font-size: clamp(50px, 17vw, 74px); }
  .hero-text { font-size: 17px; }
  .trust-list { grid-template-columns: 1fr; gap: 10px; }
  .hero-art { min-height: 0; }
  .hero-contact-bar { min-height: 42px; padding: 8px 10px; gap: 14px; }
  .hero-contact-bar a { gap: 5px; font-size: 9px; }
  .hero-contact-bar svg { width: 17px; height: 17px; flex-basis: 17px; }
  .hero-showcase-base { min-height: 560px; }
  .comic-product-label { top: -11px; min-height: 25px; padding: 5px 8px 4px; border-width: 2px; font-size: 9px; box-shadow: 2px 3px 0 var(--ink); }
  .comic-product-label::before { bottom: -7px; width: 12px; height: 12px; border-width: 0 2px 2px 0; }
  .catalog-section, .how-section { padding: 78px 18px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 270px; }
  .catalog-detail { margin-top: 64px; padding-top: 44px; }
  .product-inventory { grid-template-columns: 1fr; }
  .product-family li { flex-direction: column; gap: 9px; }
  .inventory-action { align-self: flex-start; }
  .collection-section { margin: 0 12px 78px; padding: 36px 20px 24px; border-radius: 26px; gap: 34px; }
  .collection-copy h2 { font-size: 50px; }
  .collection-lead { font-size: 17px; }
  .collection-preview { min-height: 320px; }
  .object-shirt { width: 190px; height: 205px; left: 18px; top: 56px; font-size: 21px; }
  .object-keyring { width: 86px; height: 86px; right: 18px; top: 34px; }
  .object-tray { width: 136px; height: 92px; right: 18px; bottom: 26px; }
  .orbit-two { right: 120px; top: 160px; }
  .configurator-section { padding: 72px 18px; }
  .product-technical-info { margin: 36px 18px 72px; padding: 26px 20px; }
  .technical-info-grid { grid-template-columns: 1fr; }
  .configurator { padding: 20px; border-radius: 20px; }
  .field-row.three, .field-row.two, .dynamic-field-grid { grid-template-columns: 1fr; }
  .quote-panel { align-items: stretch; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 200px; }
  .process-grid h3 { margin-top: 48px; }
  .help-page { padding: 24px 14px 72px; }
  .help-hero { padding: 34px 22px; border-radius: 24px; box-shadow: 7px 7px 0 var(--ink); }
  .help-hero h1 { font-size: 66px; }
  .help-hero-copy { font-size: 16px; }
  .help-topics { margin-top: 34px; gap: 16px; }
  .help-topic { min-height: 270px; padding: 24px; }
  .help-topic h2 { font-size: 27px; }
  .help-contact { margin-top: 38px; padding: 28px 24px; }
  .help-contact a { width: 100%; justify-content: center; }
  .site-footer { grid-template-columns: 1fr; padding: 42px 20px; }
}
/* Vinilo promocional: pestañas sobrias según boceto manual */
.vinyl-tabs { order: 1; display: grid; grid-template-columns: .88fr 1.25fr .92fr; align-items: end; border-bottom: 1px solid #d9d9d5; }
.vinyl-tabs button { min-height: 56px; padding: 12px 14px; border: 1px solid #d9d9d5; border-bottom: 0; border-radius: 15px 15px 0 0; background: #f7f7f4; color: #696963; font: inherit; font-size: 12px; font-weight: 800; line-height: 1.25; cursor: pointer; }
.vinyl-tabs button + button { margin-left: -1px; }
.vinyl-tabs button[aria-selected="true"] { position: relative; z-index: 1; background: var(--white); color: var(--ink); }
.vinyl-tabs button[aria-selected="true"]::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 0; height: 3px; background: var(--yellow); }
.vinyl-tabs button:hover, .vinyl-tabs button:focus-visible { background: var(--white); color: var(--ink); }
.vinyl-tab-panel { order: 2; margin: 0; padding: 25px; border: 1px solid #d9d9d5; border-top: 0; border-radius: 0 0 15px 15px; background: var(--white); box-shadow: none; }
.vinyl-tab-panel h3, .vinyl-faq h3 { margin: 5px 0 10px; color: var(--ink); font-size: 25px; letter-spacing: -.035em; }
.vinyl-tab-panel > p:not(.eyebrow), .vinyl-faq details p { color: #5f5f59; font-size: 12px; line-height: 1.55; }
.vinyl-tab-panel .vinyl-feature-grid { margin-top: 18px; gap: 9px; }
.vinyl-tab-panel .vinyl-feature-grid article { min-height: 0; padding: 14px; border: 1px solid #e1e1dc; border-radius: 10px; background: #fafaf8; }
.vinyl-tab-panel .vinyl-feature-grid article span { color: #8a8a84; }
.vinyl-tab-panel .vinyl-feature-grid h4 { margin-top: 9px; font-size: 13px; }
.vinyl-tab-panel .vinyl-material-note { margin-top: 14px; padding: 12px 14px; border: 1px solid #e1e1dc; border-radius: 9px; background: #fafaf8; color: #5f5f59; }
.vinyl-tab-panel .vinyl-file-checklist { margin-top: 16px; gap: 8px; }
.vinyl-tab-panel .vinyl-file-checklist li { padding: 12px; border: 1px solid #e1e1dc; background: #fafaf8; }
.vinyl-tab-panel .vinyl-download-grid { margin-top: 14px; }
.vinyl-tab-panel .vinyl-download-card { min-height: 0; padding: 17px; border: 1px solid #d9d9d5; border-radius: 10px; box-shadow: none; background: #fafaf8; }
.vinyl-tab-panel .vinyl-download-card strong { margin-top: 8px; font-size: 17px; }
.vinyl-tab-panel .vinyl-download-card small { margin: 7px 0 12px; }
/* File tab: uniform black text */
.vinyl-files,
.vinyl-files h3,
.vinyl-files .eyebrow,
.vinyl-files > div > p:not(.eyebrow),
.vinyl-file-checklist li,
.vinyl-file-checklist strong,
.vinyl-file-checklist span,
.vinyl-tab-panel > p.vinyl-send-files,
.vinyl-tab-panel .vinyl-send-files a { color: var(--ink); }
/* End file tab black text */
.vinyl-guide-columns { order: 3; }
.vinyl-guide-columns .vinyl-faq, .vinyl-mobile-planning { border: 1px solid #d9d9d5; border-radius: 15px; background: var(--white); box-shadow: none; }
.vinyl-faq details { border-color: #e3e3df; }
.vinyl-faq summary { color: #373733; }
.vinyl-planning-card { padding: 17px; border: 2px solid #d9d9d5; border-radius: 16px; background: var(--white); color: var(--ink); }
.vinyl-planning-card h3 { margin: 4px 0 9px; font-size: 19px; letter-spacing: -.03em; }
.vinyl-planning-card > p:not(.eyebrow) { margin: 0; color: #666660; font-size: 10px; line-height: 1.45; }
.vinyl-planning-card details { margin: 12px 0; padding: 9px 0; border-top: 1px solid #e2e2dd; border-bottom: 1px solid #e2e2dd; }
.vinyl-planning-card summary { cursor: pointer; font-size: 11px; font-weight: 850; }
.vinyl-planning-card details p { margin: 7px 0 0; color: #666660; font-size: 10px; line-height: 1.4; }
.vinyl-planning-card .vinyl-planning-note { color: #50504b; }

@media (min-width: 901px) {
  .promotional-vinyl-guide { width: min(780px, calc(64% - 20px)); max-width: none; margin: 28px max(28px, calc((100vw - 1240px) / 2)) 90px auto; display: flex; flex-direction: column; gap: 0; align-items: stretch; }
  .promotional-vinyl-guide .vinyl-guide-block { margin-top: 0; padding: 25px; border-radius: 0 0 15px 15px; box-shadow: none; }
  .promotional-vinyl-guide .vinyl-tab-panel { grid-column: auto; }
  .promotional-vinyl-guide .vinyl-files { grid-template-columns: 1fr; }
  .promotional-vinyl-guide .vinyl-guide-columns { margin-top: 20px; display: block; }
  .promotional-vinyl-guide .vinyl-faq { padding: 24px; border-radius: 15px; }
  .promotional-vinyl-guide .vinyl-mobile-planning { display: none; }
}

@media (max-width: 900px) {
  .promotional-vinyl-guide { margin: 30px 18px 72px; display: flex; flex-direction: column; gap: 0; }
  .vinyl-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; }
  .vinyl-tabs button { min-width: 0; min-height: 54px; padding: 10px 6px; font-size: 10.5px; }
  .vinyl-tab-panel { padding: 19px; }
  .vinyl-tab-panel h3, .vinyl-faq h3 { font-size: 23px; }
  .vinyl-tab-panel .vinyl-feature-grid, .vinyl-tab-panel .vinyl-file-checklist { grid-template-columns: 1fr; }
  .promotional-vinyl-guide .vinyl-guide-columns { margin-top: 16px; display: grid; grid-template-columns: 1fr; gap: 12px; }
  .promotional-vinyl-guide .vinyl-faq, .promotional-vinyl-guide .vinyl-mobile-planning { padding: 19px; border-radius: 13px; }
  .promotional-vinyl-guide .vinyl-mobile-planning { display: block; }
}

.configurator-main { min-width: 0; }
.vinyl-tab-panel .vinyl-feature-grid article > span { border-color: #c9c9c3; background: #eeeeea; color: #555550; }
.vinyl-tab-panel .vinyl-download-card b { color: #74324d; }
.vinyl-mobile-planning .vinyl-deadline { padding: 16px; border: 1px solid #d9d9d5; border-radius: 10px; background: #fafaf8; }
.vinyl-mobile-planning .vinyl-deadline strong { font-size: 18px; }
.vinyl-mobile-planning h4 { margin: 17px 0 6px; font-size: 14px; }
.vinyl-mobile-planning > p { color: #666660; font-size: 13px; line-height: 1.55; }

@media (min-width: 901px) {
  .configurator-main { display: flex; flex-direction: column; align-self: start; }
  .configurator-main .promotional-vinyl-guide { width: 100%; max-width: none; margin: 24px 0 0; }
}

@media (max-width: 900px) {
  .configurator-main .promotional-vinyl-guide { width: auto; }
}

/* Transporte y prioridad del vinilo promocional */
#vinyl-mobile-delivery-mount:empty { display: none; }
.vinyl-destination { display: grid; gap: 6px; margin-top: 14px; color: var(--ink); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.vinyl-destination select { width: 100%; min-height: 42px; padding: 9px 38px 9px 11px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); font: inherit; font-size: 13px; letter-spacing: 0; text-transform: none; }
.vinyl-delivery-tiers { margin: 14px 0 0; padding: 0; border: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.vinyl-delivery-tiers legend { width: 100%; margin-bottom: 7px; padding: 0; color: var(--muted); font-size: 10px; font-weight: 800; }
.vinyl-delivery-tiers label { position: relative; min-width: 0; cursor: pointer; }
.vinyl-delivery-tiers input { position: absolute; opacity: 0; pointer-events: none; }
.vinyl-delivery-tiers label > span { min-height: 96px; display: flex; flex-direction: column; padding: 10px 8px; border: 1px solid var(--line); border-radius: 9px; background: #fafaf8; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.vinyl-delivery-tiers label strong, .vinyl-delivery-tiers label small, .vinyl-delivery-tiers label b { display: block; }
.vinyl-delivery-tiers label strong { font-size: 12px; }
.vinyl-delivery-tiers label small { flex: 1; margin-top: 6px; color: var(--ink); font-size: 10px; font-weight: 850; line-height: 1.3; }
.vinyl-delivery-tiers label b { margin-top: 7px; color: #713047; font-size: 13px; }
.vinyl-delivery-tiers input:checked + span { border-color: var(--ink); background: var(--white); box-shadow: inset 0 -4px 0 var(--yellow); }
.vinyl-delivery-tiers input:focus-visible + span { outline: 3px solid rgba(252, 210, 9, .45); outline-offset: 2px; }
.vinyl-delivery-note { padding-top: 10px; border-top: 1px solid var(--line); }
.delivery-info-button { width: 22px; height: 22px; margin-left: 4px; padding: 0; border: 2px solid currentColor; border-radius: 50%; display: inline-grid; place-items: center; vertical-align: 2px; background: transparent; color: inherit; cursor: pointer; font-size: 13px; font-weight: 950; line-height: 1; text-transform: none; }
.delivery-info-button:hover, .delivery-info-button:focus-visible { background: var(--yellow); color: var(--ink); outline: none; }
.delivery-info-button:focus-visible { box-shadow: 0 0 0 3px rgba(252, 210, 9, .42); }
.delivery-info-dialog { width: min(620px, calc(100% - 32px)); max-height: min(760px, calc(100dvh - 32px)); padding: 0; border: 0; border-radius: 22px; background: transparent; color: var(--ink); overflow: visible; }
.delivery-info-dialog::backdrop { background: rgba(23, 23, 23, .66); backdrop-filter: blur(3px); }
.delivery-info-card { position: relative; max-height: min(760px, calc(100dvh - 32px)); overflow: auto; padding: 38px 42px 34px; border: 2px solid var(--ink); border-radius: 22px; background: var(--white); box-shadow: 8px 8px 0 var(--yellow); }
.delivery-info-card .eyebrow { margin: 0 0 7px; }
.delivery-info-card h2 { margin: 0; font-size: clamp(30px, 5vw, 44px); line-height: 1; letter-spacing: -.045em; }
.delivery-info-lead { margin: 18px 0 0; font-size: 17px; font-weight: 850; line-height: 1.45; }
.delivery-info-card ul { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.delivery-info-card li { position: relative; padding-left: 24px; color: #3d3d3a; font-size: 14px; line-height: 1.5; }
.delivery-info-card li::before { content: '•'; position: absolute; left: 3px; top: -.1em; color: #b40039; font-size: 24px; font-weight: 950; }
.delivery-info-footnote { margin: 22px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 750; }
.delivery-info-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; padding: 0; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center; background: var(--white); color: var(--ink); cursor: pointer; font-size: 24px; line-height: 1; }
.delivery-info-close:hover, .delivery-info-close:focus-visible { background: var(--yellow); outline: none; }

.cart-confirmation-dialog { width: min(560px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 22px; background: transparent; color: var(--ink); overflow: visible; }
.cart-confirmation-dialog::backdrop { background: rgba(23, 23, 23, .7); backdrop-filter: blur(3px); }
.cart-confirmation-card { padding: 38px 42px 36px; border: 2px solid var(--ink); border-radius: 22px; background: var(--yellow); box-shadow: 8px 8px 0 var(--ink); }
.cart-confirmation-card .eyebrow { margin: 0 0 8px; }
.cart-confirmation-card h2 { margin: 0; font-size: clamp(30px, 6vw, 46px); line-height: .98; letter-spacing: -.045em; }
.cart-confirmation-card > p:not(.eyebrow) { margin: 18px 0 0; max-width: 45ch; font-weight: 700; line-height: 1.5; }
.cart-confirmation-actions { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cart-confirmation-actions .button { width: 100%; min-width: 0; text-align: center; }

@media (max-width: 560px) {
  .delivery-info-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); }
  .delivery-info-card { max-height: calc(100dvh - 24px); padding: 32px 24px 26px; border-radius: 18px; box-shadow: 5px 5px 0 var(--yellow); }
  .delivery-info-card h2 { padding-right: 36px; font-size: 32px; }
  .delivery-info-lead { font-size: 15px; }
  .delivery-info-card li { font-size: 13px; }
  .delivery-info-close { top: 10px; right: 10px; }
  .cart-confirmation-dialog { width: calc(100% - 24px); }
  .cart-confirmation-card { padding: 30px 22px 24px; border-radius: 18px; box-shadow: 5px 5px 0 var(--ink); }
  .cart-confirmation-card h2 { font-size: 32px; }
  .cart-confirmation-actions { grid-template-columns: 1fr; }
}

@media (min-width: 901px) {
  #vinyl-mobile-delivery-mount { display: none; }
  #vinyl-desktop-delivery-mount { display: block; }
}

@media (max-width: 900px) {
  #vinyl-desktop-delivery-mount { display: none; }
  #vinyl-mobile-delivery-mount { display: block; }
  #vinyl-mobile-delivery-mount .vinyl-delivery-shell { margin-top: 14px; padding: 18px; border: 1px solid #d9d9d5; border-radius: 14px; background: var(--white); }
  #vinyl-mobile-delivery-mount .vinyl-delivery-heading { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
  #vinyl-mobile-delivery-mount .vinyl-delivery-heading span { font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  #vinyl-mobile-delivery-mount .vinyl-delivery-heading h3 { margin: 3px 0 0; font-size: 21px; line-height: 1; }
  #vinyl-mobile-delivery-mount .delivery-pending-badge { padding: 5px 8px; border-radius: 999px; background: var(--paper); color: var(--muted); white-space: nowrap; }
  #vinyl-mobile-delivery-mount .vinyl-delivery-shell > p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
}

/* Carrito y transporte único por pedido */
.cart-page { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 72px; }
.cart-heading { max-width: 720px; margin: 18px 0 28px; }
.cart-heading h1 { margin: 4px 0 8px; font-size: clamp(38px, 7vw, 72px); line-height: .95; }
.cart-heading p:last-child { color: var(--muted); line-height: 1.55; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); align-items: start; gap: 24px; }
.cart-items-panel, .cart-summary, .checkout-shipping { border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 12px 30px rgba(0, 0, 0, .06); }
.cart-items-panel { padding: 24px; }
.cart-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.cart-section-heading h2, .cart-summary h2, .checkout-shipping h2 { margin: 0; font-size: 25px; }
.cart-section-heading a { color: var(--ink); font-size: 12px; font-weight: 900; }
.cart-item { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item:last-child { border-bottom: 0; }
.cart-item h3 { margin: 0 0 6px; font-size: 18px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 13px; }
.cart-item-actions { display: grid; justify-items: end; gap: 8px; white-space: nowrap; }
.cart-item-actions strong { font-size: 18px; }
.cart-remove { padding: 0; border: 0; background: transparent; color: #713047; font: inherit; font-size: 11px; font-weight: 900; text-decoration: underline; cursor: pointer; }
.cart-empty { padding: 30px 0 6px; color: var(--muted); text-align: center; }
.cart-summary { position: sticky; top: 110px; padding: 24px; }
.cart-summary dl, .checkout-shipping dl { margin: 18px 0; }
.cart-summary dl > div, .checkout-shipping dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.cart-summary dt, .checkout-shipping dt { color: var(--muted); }
.cart-summary dd, .checkout-shipping dd { margin: 0; font-weight: 900; text-align: right; }
.cart-summary .cart-total, .checkout-shipping .cart-total { padding-top: 15px; border-bottom: 0; color: var(--ink); font-size: 18px; }
.free-shipping-progress { margin: 18px 0; padding: 15px; border-radius: 11px; background: var(--paper); }
.free-shipping-progress strong, .free-shipping-progress span { display: block; }
.free-shipping-progress span { margin: 5px 0 10px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.free-shipping-progress progress { width: 100%; height: 8px; accent-color: var(--ink); }
.cart-summary .button { width: 100%; }
.checkout-shipping { margin-top: 24px; padding: 28px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 360px); gap: 20px 32px; scroll-margin-top: 120px; }
.checkout-shipping[hidden] { display: none; }
.checkout-shipping > div:first-child p:last-child { color: var(--muted); }
.checkout-shipping label { display: grid; align-content: start; gap: 7px; font-size: 12px; font-weight: 900; }
.checkout-shipping select { min-height: 45px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); }
.checkout-shipping dl, .checkout-shipping .checkout-note, .checkout-shipping > .button { grid-column: 1 / -1; }
.checkout-note { margin: 0; padding: 13px 15px; border-left: 4px solid var(--yellow); background: var(--paper); color: var(--ink); }
.checkout-shipping > .button { justify-self: start; }
.transport-request-form, .request-success { grid-column: 1 / -1; }
.transport-request-form { display: grid; gap: 22px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf2; }
.transport-request-form[hidden], .request-success[hidden], #standard-checkout-coming[hidden] { display: none; }
.request-form-heading { display: flex; align-items: start; justify-content: space-between; gap: 28px; }
.request-form-heading h3, .request-success h3 { margin: 4px 0 0; font-size: 24px; }
.request-form-heading > p { max-width: 360px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.request-form-heading a { color: var(--ink); font-weight: 900; }
.request-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.transport-request-form label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 900; }
.transport-request-form input, .transport-request-form select, .transport-request-form textarea { width: 100%; min-height: 46px; box-sizing: border-box; padding: 11px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--ink); font: inherit; font-size: 14px; }
.transport-request-form input:focus, .transport-request-form select:focus, .transport-request-form textarea:focus { outline: 3px solid rgba(255, 220, 0, .38); border-color: var(--ink); }
.request-destination { margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 11px; }
.request-destination[hidden] { display: none; }
.request-destination legend { padding: 0 8px; font-size: 13px; font-weight: 900; }
.request-notes { grid-column: 1 / -1; }
.request-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; }
.request-consent { grid-template-columns: 20px minmax(0, 1fr) !important; align-items: start; gap: 10px !important; font-weight: 600 !important; line-height: 1.45; }
.request-consent input { width: 18px; min-height: 18px; margin: 1px 0 0; padding: 0; accent-color: var(--ink); }
.request-form-actions { display: flex; align-items: center; gap: 18px; }
.request-form-actions small { color: var(--muted); }
.request-form-error,
.request-public-preview-note { margin: 0; padding: 12px 14px; border-left: 5px solid var(--yellow); background: #fff8cc; font-weight: 800; }
.request-form-error { color: #9f1f16; }
.request-success { display: flex; align-items: center; gap: 18px; padding: 24px; border: 1px solid #b8d9c0; border-radius: 14px; background: #f1fbf3; }
.request-success > span { display: grid; width: 48px; height: 48px; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #1d6c37; color: #fff; font-size: 24px; font-weight: 900; }
.request-success p { margin: 5px 0 0; line-height: 1.5; }

@media (max-width: 760px) {
  .cart-page { width: min(100% - 20px, 640px); padding-top: 18px; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .cart-item { align-items: start; }
  .checkout-shipping { grid-template-columns: 1fr; padding: 20px; }
  .checkout-shipping dl, .checkout-shipping .checkout-note, .checkout-shipping > .button { grid-column: auto; }
  .transport-request-form { padding: 18px; }
  .request-form-heading, .request-form-actions { align-items: stretch; flex-direction: column; }
  .request-form-grid { grid-template-columns: 1fr; }
  .request-notes { grid-column: auto; }
  .request-form-actions .button { width: 100%; }
}

@media (max-width: 700px) {
  .file-review-option { grid-template-columns: 1fr; gap: 14px; align-items: stretch; }
  .file-review-option label { width: 100%; }
  .contact-rail { top: auto; right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); display: block; transform: none; border: 0; background: transparent; box-shadow: none; }
  .contact-rail__link--phone { display: none; }
  .contact-rail__link--whatsapp { width: 50px; min-width: 50px; min-height: 50px; padding: 0; gap: 0; border: 2px solid var(--ink); border-radius: 999px; box-shadow: 4px 4px 0 var(--ink); }
  .contact-rail__link--whatsapp:hover, .contact-rail__link--whatsapp:focus-visible { transform: translateY(-2px); }
  .contact-rail__link--whatsapp > span { display: none; }
  .contact-rail__link svg { width: 23px; height: 23px; }
  .cart-page-body .contact-rail,
  .product-page-body .contact-rail { display: none; }
  .pvc-3d-controls { flex-wrap: wrap; gap: 9px; }
  .pvc-3d-view-buttons { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; }
  .pvc-3d-view-buttons button { min-width: 0; padding: 7px 3px; font-size: 9px; }
  .pvc-3d-zoom-buttons { width: 100%; justify-content: center; }
  .pvc-finish-picker { padding: 14px 10px; }
  .pvc-finish-mode-grid { gap: 8px; }
  .pvc-finish-mode-card { min-height: 100px; grid-template-columns: 44px 1fr; column-gap: 9px; padding: 10px 8px; }
  .pvc-finish-mode-card > span { width: 44px; height: 44px; }
  .pvc-finish-mode-card strong { font-size: 14px; }
  .pvc-finish-mode-card small { font-size: 9px; }
  .pvc-paint-colour-heading { display: grid; gap: 8px; }
  .pvc-paint-colour-heading > strong { justify-self: start; }
  .pvc-paint-colour-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .pvc-paint-colour-grid label > span { min-height: 68px; }
  .pvc-ral-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
  .pvc-ral-dialog-card { max-height: calc(100dvh - 16px); padding: 24px 14px 18px; border-radius: 16px; box-shadow: 4px 4px 0 var(--yellow); }
  .pvc-ral-dialog-card h2 { font-size: 28px; }
  .pvc-paint-finish-options > div { gap: 6px; }
  .pvc-paint-finish-options span { min-height: 44px; padding: 8px 4px; }
  .pvc-ral-colour-heading { display: grid; gap: 12px; }
  .pvc-ral-colour-heading label { min-width: 0; }
  .pvc-ral-common-swatches { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .pvc-ral-catalog-swatches { grid-template-columns: repeat(3, minmax(0, 1fr)); max-height: 42dvh; gap: 6px; }
  .pvc-ral-catalog-swatches .pvc-ral-swatch { display: grid; grid-template-columns: 1fr; grid-template-rows: 44px auto auto; place-items: center; gap: 3px; padding: 6px 4px; text-align: center; }
  .pvc-ral-catalog-swatches .pvc-ral-swatch > span { grid-row: auto; width: 100%; height: 44px; }
  .pvc-ral-catalog-swatches .pvc-ral-swatch small { max-width: 100%; font-size: 8px; }
  .pvc-ral-family-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }
  .pvc-ral-family-filters button { flex: 0 0 auto; }
  .pvc-ral-catalog-heading { align-items: flex-start; }
  .pvc-ral-dialog-actions { position: sticky; bottom: -18px; z-index: 2; margin: 18px -14px -18px; padding: 14px 14px 18px; background: var(--white); }
  .pvc-3d-controls { display: grid; gap: 10px; padding: 10px; }
  .pvc-3d-view-buttons { width: 100%; overflow-x: auto; padding: 2px 1px 5px; scrollbar-width: thin; }
  .pvc-3d-view-buttons button { flex: 1 0 auto; }
  .pvc-3d-zoom-buttons { justify-content: center; flex-wrap: wrap; }
  .pvc-3d-viewport { min-height: 180px; }
  .pvc-ral-dialog-actions { grid-template-columns: 1fr 1fr; }
  .pvc-ral-dialog-actions p { grid-column: 1 / -1; }
}

.pvc-design-mode-picker { grid-column: 1 / -1; margin: 0; padding: 0; border: 0; }
.pvc-design-mode-picker > legend { margin-bottom: 10px; font-weight: 900; color: var(--ink); }
.pvc-design-mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pvc-design-mode-grid label { position: relative; cursor: pointer; }
.pvc-design-mode-grid input { position: absolute; opacity: 0; pointer-events: none; }
.pvc-design-mode-grid span { display: grid; gap: 5px; min-height: 92px; padding: 17px; border: 2px solid var(--line); border-radius: 15px; background: var(--white); transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.pvc-design-mode-grid strong { color: var(--ink); font-size: 16px; }
.pvc-design-mode-grid small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.pvc-design-mode-grid input:checked + span { border-color: var(--ink); background: #fff9cf; box-shadow: 4px 4px 0 var(--yellow); }
.pvc-design-mode-grid input:focus-visible + span { outline: 3px solid rgba(255, 214, 0, .42); outline-offset: 2px; }
.pvc-live-quote { grid-column: 1 / -1; z-index: 6; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 17px; border: 2px solid var(--ink); border-radius: 14px; background: var(--ink); box-shadow: 4px 4px 0 var(--yellow); color: var(--white); }
.pvc-live-quote > div { display: grid; gap: 2px; }
.pvc-live-quote span { color: #dfe4ec; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pvc-live-quote strong { color: var(--yellow); font-size: clamp(25px, 3vw, 34px); line-height: 1; }
.pvc-live-quote small { max-width: 350px; color: #eef1f5; font-size: 12px; line-height: 1.4; text-align: right; }
.pvc-live-quote[data-state="pending"] { background: #3c4656; }
@media (min-width: 861px) { .pvc-live-quote { position: sticky; top: 12px; } }
@media (max-width: 620px) { .pvc-live-quote { align-items: flex-start; flex-direction: column; gap: 7px; } .pvc-live-quote small { text-align: left; } }
.pvc-svg-analysis { grid-column: 1 / -1; display: grid; gap: 4px; padding: 14px 16px; border: 1px solid #b9c3d3; border-left: 5px solid #62748c; border-radius: 10px; background: #f5f7fa; }
.pvc-svg-analysis[hidden] { display: none; }
.pvc-svg-analysis strong { color: var(--ink); }
.pvc-svg-analysis span { color: var(--muted); font-size: 12px; }
.pvc-svg-analysis[data-state="loading"] { border-left-color: #a56b00; background: #fff9e8; }
.pvc-svg-analysis[data-state="ready"] { border-left-color: #25834b; background: #effbf3; }
.pvc-svg-analysis[data-state="error"] { border-left-color: #b72b2b; background: #fff1f1; }
#artwork-section[hidden] { display: none; }

@media (max-width: 620px) {
  .pvc-design-mode-grid { grid-template-columns: 1fr; }
  .pvc-design-mode-grid span { min-height: 0; }
}

.composite-thickness { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 17px; border: 2px solid var(--ink); border-radius: 14px; background: #f5f7fa; }
.composite-thickness strong { color: var(--ink); font-size: 17px; }
.composite-thickness small { color: var(--muted); text-align: right; }
.composite-finish-picker { grid-column: 1 / -1; }
.composite-finish-mode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.composite-finish-chip { color: #5f6570; font-size: 11px; font-style: normal; font-weight: 950; }
.composite-ral-dialog .pvc-paint-finish-options > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.composite-finish-picker > legend { margin-bottom: 8px; color: var(--ink); font-weight: 900; }
.composite-finish-picker > p, .composite-factory-colours > p, .composite-ral-colours > p, .composite-colour-count > p { margin: 0 0 13px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.composite-finish-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
.composite-finish-card, .composite-colour-card, .composite-colour-count-grid label, .composite-fixing-grid label { position: relative; cursor: pointer; }
.composite-finish-card { min-width: 0; min-height: 156px; display: grid; justify-items: center; align-content: center; gap: 7px; padding: 12px 8px 13px; border: 2px solid var(--line); border-radius: 14px; background: var(--white); color: var(--ink); text-align: center; text-transform: none; }
.composite-finish-card:hover, .composite-finish-card:focus-visible { border-color: var(--ink); outline: 3px solid rgba(255, 214, 0, .42); outline-offset: 2px; }
.composite-finish-card.is-selected { border-color: var(--ink); background: #fff9cf; box-shadow: inset 0 -5px 0 var(--yellow); }
.composite-finish-m { width: min(112px, 100%); height: 84px; overflow: visible; filter: drop-shadow(0 5px 3px rgba(17, 17, 17, .12)); }
.composite-finish-m-face { stroke: rgba(17, 17, 17, .34); stroke-width: 1.2px; paint-order: stroke fill; }
.composite-finish-m-shadow { fill: #444a50; opacity: .58; }
.composite-finish-card--paint .composite-finish-m-face { stroke-width: 1.4px; }
.composite-finish-card > strong { min-height: 32px; display: grid; place-items: center; }
.composite-finish-card > small { margin-top: -4px; }
.composite-finish-card input, .composite-colour-card input, .composite-colour-count-grid input, .composite-fixing-grid input { position: absolute; opacity: 0; pointer-events: none; }
.composite-finish-card > span { display: grid; align-content: start; gap: 6px; min-height: 134px; padding: 13px; border: 2px solid var(--line); border-radius: 14px; background: var(--white); }
.composite-finish-card input:checked + span, .composite-colour-card input:checked + span, .composite-colour-count-grid input:checked + span, .composite-fixing-grid input:checked + span { border-color: var(--ink); background: #fff9cf; box-shadow: 3px 3px 0 var(--yellow); }
.composite-finish-card input:focus-visible + span, .composite-colour-card input:focus-visible + span, .composite-colour-count-grid input:focus-visible + span, .composite-fixing-grid input:focus-visible + span { outline: 3px solid rgba(255, 214, 0, .42); outline-offset: 2px; }
.composite-finish-card strong { color: var(--ink); font-size: 13px; line-height: 1.25; }
.composite-finish-card small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.composite-finish-chip { width: 34px; height: 34px; border: 1px solid #9aa2ad; border-radius: 9px; background: #f4f4f1; box-shadow: inset -5px -5px 0 rgba(0, 0, 0, .08); }
.composite-finish-chip--black { background: #0a0a0a; }
.composite-finish-chip--standard-colour { background: linear-gradient(135deg, #cc0605 0 33%, #20214f 33% 66%, #80643f 66%); }
.composite-finish-chip--ral-matte { background: #f3cd20; filter: saturate(.78); }
.composite-finish-chip--ral-gloss { background: linear-gradient(135deg, #f3cd20 0 42%, #fff7a4 48%, #f3cd20 56%); }
.composite-factory-colours, .composite-ral-colours, .composite-colour-count { margin-top: 16px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #f7f8fa; }
.composite-factory-colours[hidden], .composite-ral-colours[hidden], .composite-colour-count[hidden] { display: none; }
.composite-factory-colours h3, .composite-ral-colours h3, .composite-colour-count h3 { margin: 0 0 5px; color: var(--ink); font-size: 16px; }
.composite-colour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.composite-colour-card > span { display: flex; align-items: center; gap: 9px; min-height: 58px; padding: 10px; border: 2px solid var(--line); border-radius: 11px; background: var(--white); }
.composite-colour-card i, .composite-ral-swatch i { flex: 0 0 auto; width: 29px; height: 29px; border: 1px solid #a9afb7; border-radius: 50%; background: var(--composite-colour); box-shadow: inset -3px -3px 0 rgba(0, 0, 0, .12); }
.composite-colour-card strong { color: var(--ink); font-size: 12px; line-height: 1.25; }
.composite-ral-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-bottom: 13px; }
.composite-ral-swatch { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; gap: 1px 8px; align-items: center; min-height: 58px; padding: 8px; border: 2px solid var(--line); border-radius: 11px; background: var(--white); color: var(--ink); text-align: left; }
.composite-ral-swatch i { grid-row: 1 / 3; }
.composite-ral-swatch strong { font-size: 11px; }
.composite-ral-swatch small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.composite-ral-swatch.is-selected { border-color: var(--ink); box-shadow: 3px 3px 0 var(--yellow); }
.composite-colour-count-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.composite-colour-count-grid span { display: grid; justify-items: center; gap: 2px; padding: 11px 6px; border: 2px solid var(--line); border-radius: 11px; background: var(--white); }
.composite-colour-count-grid strong { color: var(--ink); font-size: 20px; }
.composite-colour-count-grid small { color: var(--muted); font-size: 10px; }
.composite-colour-count [data-pvc-multicolour-instructions] { margin-top: 13px; }
.composite-fixing-picker { grid-column: 1 / -1; }
.composite-fixing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.composite-fixing-grid { max-width: 760px; }
@media (max-width: 900px) { .composite-ral-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .composite-thickness { align-items: flex-start; flex-direction: column; }
  .composite-thickness small { text-align: left; }
  .composite-finish-grid, .composite-colour-grid, .composite-ral-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .composite-finish-card { min-height: 144px; padding-inline: 6px; }
  .composite-finish-m { height: 74px; }
  .composite-finish-card > span { min-height: 118px; }
  .composite-finish-mode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .composite-finish-mode-grid .pvc-finish-mode-card { min-height: 112px; }
  .composite-fixing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media print {
  .contact-rail { display: none !important; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
