:root {
  color-scheme: light;
  --ink: #101620;
  --muted: #526071;
  --soft: #f2f5f3;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --line: #dce3df;
  --deep: #0b1017;
  --deep-2: #121a24;
  --brand: #0f766e;
  --brand-dark: #0f3f3a;
  --amber: #d97706;
  --amber-soft: #fff4df;
  --wa: #25d366;
  --wa-dark: #128c7e;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(16, 22, 32, 0.10);
  --shadow-strong: 0 24px 70px rgba(0, 0, 0, 0.24);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.6; letter-spacing: 0; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.container.wide { width: min(1360px, calc(100% - 40px)); }
.skip-link { position: absolute; left: 16px; top: -48px; background: var(--deep); color: var(--white); padding: 10px 14px; border-radius: 6px; z-index: 30; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251, 250, 247, 0.94); border-bottom: 1px solid rgba(16, 22, 32, 0.10); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand, .footer-brand { text-decoration: none; font-weight: 800; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand small { display: block; color: var(--muted); font-weight: 700; font-size: 12px; }
.brand-mark { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 8px; color: var(--white); background: linear-gradient(135deg, var(--deep), var(--brand-dark)); font-weight: 900; box-shadow: 0 10px 24px rgba(11, 16, 23, 0.20); }
.site-nav { display: flex; align-items: center; gap: 14px; font-weight: 750; font-size: 14px; }
.site-nav a { text-decoration: none; color: #253044; white-space: nowrap; }
.nav-quote { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--deep); border-radius: 8px; padding: 8px 14px; color: var(--deep) !important; background: var(--white); }
.nav-whatsapp { min-height: 40px; padding: 8px 14px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 20px; height: 2px; background: var(--ink); display: block; }

.breadcrumbs { border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.72); }
.breadcrumbs .container { min-height: 44px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
.breadcrumbs a { color: var(--brand); text-decoration: none; font-weight: 800; }
.crumb-separator { color: #98a2b3; }

.hero { padding: 72px 0; }
.home-hero { position: relative; overflow: hidden; min-height: 720px; display: flex; align-items: center; color: var(--white); background: radial-gradient(circle at 82% 18%, rgba(217, 119, 6, 0.18), transparent 31%), linear-gradient(135deg, #0b1017 0%, #111a24 56%, #17231f 100%); }
.compact-hero { padding: 62px 0; background: linear-gradient(135deg, #f8faf7 0%, #eef5f1 100%); }
.product-hero { background: linear-gradient(135deg, #f6f4ef 0%, #eef6f3 100%); }
.hero-grid, .split { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr); align-items: center; gap: 56px; }
.split.reverse { grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr); }
.split.reverse > div { order: 2; }
.home-hero .eyebrow, .dark-section .eyebrow, .cta-band .eyebrow { color: #7de7c1; }
.eyebrow { margin: 0 0 10px; color: var(--brand); font-weight: 850; text-transform: uppercase; font-size: 12px; }
h1, h2, h3 { line-height: 1.16; margin: 0 0 14px; letter-spacing: 0; }
h1 { font-size: 58px; max-width: 900px; }
h2 { font-size: 36px; }
h3 { font-size: 20px; }
p { margin: 0 0 14px; }
.lead { font-size: 19px; color: var(--muted); max-width: 760px; }
.home-hero .lead { color: rgba(255, 255, 255, 0.82); max-width: 650px; }
.hero-subline { color: #f9c56a; font-weight: 850; margin-bottom: 16px; }

.hero-actions, .cta-actions, .inline-links, .guide-links { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border-radius: 8px; border: 1px solid transparent; text-decoration: none; font-weight: 850; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.button:hover, .nav-quote:hover, .whatsapp-cta:hover, .text-link:hover { transform: translateY(-1px); }
.button.primary { background: var(--deep); color: var(--white); }
.home-hero .button.primary, .product-hero .button.primary, .cta-band .button.primary { background: var(--wa); color: #062b18; box-shadow: 0 14px 30px rgba(37, 211, 102, 0.22); }
.button.secondary { background: var(--white); color: var(--deep); border-color: var(--line); }
.button.ghost { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, 0.48); }
.button:disabled { opacity: 0.62; cursor: wait; }
.text-link { color: var(--brand); font-weight: 850; text-decoration: none; margin-right: 18px; }
.wa-mark { position: relative; width: 20px; height: 20px; border-radius: 50%; background: #ffffff; display: inline-grid; place-items: center; flex: 0 0 auto; }
.wa-mark::after { content: "W"; color: var(--wa-dark); font-size: 12px; font-weight: 950; line-height: 1; }
.whatsapp-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; border-radius: 8px; background: var(--wa); color: #062b18 !important; font-weight: 900; box-shadow: 0 12px 26px rgba(37, 211, 102, 0.18); }
.whatsapp-inline { padding: 8px 14px; }
.cta-hint { display: block; margin-top: 10px; color: rgba(255, 255, 255, 0.64); font-size: 13px; }

.buyer-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 24px 0 26px; }
.buyer-fact { border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 8px; padding: 12px; background: rgba(255, 255, 255, 0.08); min-height: 82px; }
.product-hero .buyer-fact, .compact-hero .buyer-fact { border-color: var(--line); background: var(--white); }
.buyer-fact strong { display: block; font-size: 12px; color: #f9c56a; text-transform: uppercase; margin-bottom: 5px; }
.product-hero .buyer-fact strong, .compact-hero .buyer-fact strong { color: var(--amber); }
.buyer-fact span { display: block; font-weight: 900; line-height: 1.25; }

.hero-stage { position: relative; min-height: 560px; isolation: isolate; }
.hero-stage-cutout { min-height: 580px; overflow: visible; }
.hero-stage-cutout::before { content: ""; position: absolute; inset: 7% -3% 2% 4%; z-index: -2; border-radius: 50%; background: radial-gradient(circle at 56% 42%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06) 38%, transparent 70%); }
.hero-stage-cutout::after { content: ""; position: absolute; inset: 4% -1% 1% 6%; z-index: -1; opacity: 0.10; background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.16) 0 1px, transparent 1px 18px), repeating-linear-gradient(0deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 18px); -webkit-mask-image: radial-gradient(circle at 55% 52%, #000 0 42%, transparent 72%); mask-image: radial-gradient(circle at 55% 52%, #000 0 42%, transparent 72%); }
.hero-cutout { position: absolute; width: auto; height: auto; max-width: none; pointer-events: none; user-select: none; filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.35)); }
.hero-cutout img { display: block; width: 100%; height: auto; }
.hero-cutout-embroidered-patch { width: 57%; left: 0; top: 20%; z-index: 4; transform: rotate(-6deg); }
.hero-cutout-pvc-patch { width: 42%; right: 4%; top: 8%; z-index: 5; transform: rotate(4deg); }
.hero-cutout-embroidered-keychain { width: 42%; left: 49%; bottom: 8%; z-index: 6; transform: rotate(-2deg); }
.hero-cutout-flight-tag { width: 17%; right: 2%; bottom: 22%; z-index: 7; transform: rotate(8deg); filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.38)); }
.hero-media img, .split img, .wide-image img { border-radius: 8px; box-shadow: var(--shadow); width: 100%; }
.product-hero .hero-media img { aspect-ratio: 1 / 1; object-fit: contain; background: var(--white); padding: 18px; }
.category-collage { position: relative; min-height: 380px; border-radius: 8px; overflow: hidden; background: linear-gradient(135deg, #ffffff 0%, #eef6f2 100%); box-shadow: var(--shadow); }
.category-collage::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(15, 118, 110, 0.14); border-radius: 8px; background: rgba(255, 255, 255, 0.42); }
.category-collage figure { position: absolute; margin: 0; overflow: hidden; border-radius: 8px; background: var(--white); box-shadow: 0 18px 34px rgba(16, 22, 32, 0.16); }
.category-collage img { width: 100%; height: 100%; object-fit: cover; }
.category-collage .fit-contain img { object-fit: contain; padding: 12px; }
.patch-collage .patch-a { width: 35%; aspect-ratio: 1 / 1; left: 6%; top: 23%; z-index: 3; transform: rotate(-5deg); }
.patch-collage .patch-b { width: 36%; aspect-ratio: 1 / 0.78; left: 34%; top: 12%; z-index: 2; transform: rotate(3deg); }
.patch-collage .patch-b img { object-position: center 65%; }
.patch-collage .patch-c { width: 35%; aspect-ratio: 1 / 0.74; right: 5%; top: 22%; z-index: 4; transform: rotate(-2deg); }
.patch-collage .patch-c img { object-position: center 72%; }
.patch-collage .patch-d { width: 52%; aspect-ratio: 16 / 7; left: 26%; bottom: 8%; z-index: 5; transform: rotate(-2deg); }
.patch-collage .patch-d img { object-position: center bottom; }
.keychain-collage .keychain-a { width: 36%; aspect-ratio: 1 / 1; left: 6%; top: 12%; z-index: 3; transform: rotate(-4deg); }
.keychain-collage .keychain-b { width: 56%; aspect-ratio: 16 / 7; right: 5%; top: 14%; z-index: 4; transform: rotate(2deg); }
.keychain-collage .keychain-b img { object-position: center 62%; }
.keychain-collage .keychain-c { width: 58%; aspect-ratio: 16 / 6; left: 22%; bottom: 9%; z-index: 5; transform: rotate(-2deg); }
.keychain-collage .keychain-c img { object-position: center 64%; }
.keychain-collage .keychain-d { width: 26%; aspect-ratio: 1 / 1; right: 6%; top: 42%; z-index: 6; transform: rotate(5deg); }
.keychain-collage .keychain-d img { object-position: right 72%; }

.section { padding: 74px 0; }
.alt-band { background: var(--soft); }
.warm-band { background: #fff8ec; }
.dark-section { background: var(--deep); color: var(--white); }
.dark-section p, .dark-section li { color: rgba(255, 255, 255, 0.76); }
.quality-band { background: #eef8f4; }
.faq-band { background: #f8faf7; }
.section-head { margin-bottom: 30px; }
.section-head p { max-width: 790px; color: var(--muted); }
.dark-section .section-head p, .cta-band p { color: rgba(255, 255, 255, 0.76); }
.section-kicker { color: var(--amber); font-weight: 900; }

.factory-proof { margin-top: -1px; padding: 24px 0; background: var(--deep-2); color: var(--white); border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
.proof-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.proof-item { padding: 18px 14px; border-radius: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); min-height: 105px; }
.proof-item strong { display: block; color: #f9c56a; font-size: 25px; line-height: 1.1; margin-bottom: 8px; }
.proof-item span { color: rgba(255,255,255,0.78); font-size: 13px; font-weight: 750; }

.card-grid, .feature-grid { display: grid; gap: 20px; }
.card-grid.two, .feature-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three, .feature-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.four, .feature-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.product-showcase { display: grid; grid-template-columns: 1.18fr 1fr 1fr; gap: 20px; align-items: stretch; }
.product-card, .resource-card, .option-panel, .feature-grid article, .timeline article, .quote-help, .rfq-form, .contact-grid article, .guide-card, .info-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.product-card { overflow: hidden; }
.product-image-link, .resource-card a { display: block; text-decoration: none; height: 100%; }
.product-card .product-image-link { aspect-ratio: 16 / 11; overflow: hidden; background: #eef2f0; }
.product-card a { text-decoration: none; }
.product-card img { width: 100%; height: 100%; object-fit: cover; background: #eef2f0; transition: transform 180ms ease; }
.product-card:hover img { transform: scale(1.015); }
.product-card .card-body, .resource-card a, .option-panel, .feature-grid article, .timeline article, .quote-help, .contact-grid article, .guide-card, .info-panel { padding: 20px; }
.procurement-card.featured { grid-row: span 2; }
.procurement-card.featured .product-image-link { aspect-ratio: 4 / 3; }
.procurement-card.compact .product-image-link { aspect-ratio: 18 / 10; }
.product-card img.card-contain { object-fit: contain; padding: 12px; background: #f8faf7; }
.product-card img.card-crop-mid { object-position: center 66%; }
.product-card img.card-crop-bottom { object-position: center bottom; }
.product-card img.card-crop-right { width: 148%; max-width: none; transform: translateX(-32%); object-position: center 70%; }
.product-card:hover img.card-crop-right { transform: translateX(-32%) scale(1.015); }
.product-card p, .resource-card p, .option-panel li, .feature-grid article p, .timeline p, .quote-help li, .contact-grid li, .info-panel p { color: var(--muted); }
.card-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 16px 0; }
.card-specs span { border-radius: 8px; background: #f6f4ef; border: 1px solid var(--line); padding: 9px; font-size: 12px; color: var(--muted); }
.card-specs strong { display: block; color: var(--ink); font-size: 13px; }
.card-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.card-actions a { height: auto; }
.card-actions .text-link { margin-right: 0; }
.card-actions .whatsapp-cta { min-height: 38px; padding: 8px 12px; font-size: 14px; }
.card-actions .whatsapp-cta.whatsapp-lite { background: rgba(37, 211, 102, 0.08); border: 1px solid rgba(18, 140, 126, 0.34); color: var(--wa-dark) !important; box-shadow: none; }
.card-actions .whatsapp-cta.whatsapp-lite .wa-mark { background: rgba(37, 211, 102, 0.18); }
.product-card span, .resource-card span { color: var(--brand); font-weight: 850; }
ul { padding-left: 18px; margin: 0; }
li + li { margin-top: 8px; }

.timeline { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.timeline span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; background: var(--deep); color: var(--white); font-weight: 950; margin-bottom: 16px; }
.dark-section .timeline span { background: var(--wa); color: #062b18; }
.faq-list { display: grid; gap: 12px; }
details { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 16px 18px; }
summary { cursor: pointer; font-weight: 850; }
details p { margin-top: 10px; color: var(--muted); }
.guide-content { max-width: 920px; }
.guide-content section + section { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.compare-visuals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 30px 0; }
.compare-visuals figure { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; }
.compare-visuals img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #f7f7f4; padding: 10px; }
.compare-visuals figcaption { padding: 14px 16px; font-weight: 850; }
.comparison-table { width: 100%; border-collapse: collapse; margin: 24px 0; background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: table; }
.comparison-table th, .comparison-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { background: var(--deep); color: var(--white); }
.comparison-table tr:last-child td { border-bottom: 0; }

.image-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.image-gallery figure { margin: 0; overflow: hidden; border-radius: 8px; border: 1px solid var(--line); background: #eef2f0; box-shadow: var(--shadow); }
.image-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.product-gallery img { aspect-ratio: 1 / 1; object-fit: contain; background: #f8faf7; padding: 10px; }
.factory-gallery, .quality-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wide-image { margin-top: 28px; }
.wide-image img { aspect-ratio: 16 / 7; object-fit: cover; }
.alternating { display: grid; gap: 28px; }
.alternating .split { background: transparent; }

.fact-grid, .leadtime-grid, .compliance-grid { display: grid; gap: 16px; }
.fact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.leadtime-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.compliance-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fact-grid article, .leadtime-grid article, .compliance-grid article { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 20px; }
.fact-grid h3, .leadtime-grid h3, .compliance-grid h3 { color: var(--deep); }
.fact-grid p, .leadtime-grid p, .compliance-grid p, .compliance-grid small, .fine-print, .footer-note { color: var(--muted); }
.compliance-grid small, .fine-print, .footer-note { display: block; font-size: 14px; }
.fine-print { margin-top: 14px; }
.fact-strip { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 22px; }
.fact-strip span { border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 8px 10px; color: var(--muted); font-weight: 750; font-size: 14px; }

.cta-band { background: linear-gradient(135deg, var(--deep), #12251f); color: var(--white); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-inner p { max-width: 720px; }

.rfq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.rfq-form { display: grid; gap: 16px; padding: 24px; }
.rfq-form label { display: grid; gap: 7px; font-weight: 850; }
input, select, textarea { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; font: inherit; background: var(--white); }
input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible { outline: 3px solid rgba(37, 211, 102, 0.38); outline-offset: 2px; }
textarea { resize: vertical; }
.field-help, .form-status { color: var(--muted); font-size: 14px; margin: -8px 0 0; }
.honeypot { display: none !important; }
.turnstile-wrap { min-height: 72px; display: flex; align-items: center; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.quote-help .whatsapp-cta { width: 100%; min-height: 44px; margin-top: 10px; }

.site-footer { padding: 58px 0 84px; background: var(--deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, minmax(130px, 1fr)); gap: 24px; align-items: start; }
.site-footer h2 { font-size: 15px; margin-bottom: 12px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,0.76); }
.site-footer a { display: block; text-decoration: none; margin: 8px 0; }
.footer-brand { color: var(--white) !important; font-size: 20px; }
.footer-whatsapp { width: max-content; padding: 8px 12px; margin-top: 10px !important; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 18; min-height: 50px; padding: 10px 14px; box-shadow: 0 16px 36px rgba(18, 140, 126, 0.24); }
.whatsapp-float small { display: block; font-size: 11px; font-weight: 800; color: rgba(6, 43, 24, 0.72); line-height: 1.2; }
.no-floating-whatsapp .whatsapp-float { display: none; }
.mobile-sticky-actions { display: none; }

@media (min-width: 1081px) {
  .home-hero .hero-grid { grid-template-columns: minmax(560px, 1.12fr) minmax(420px, 0.88fr); gap: 44px; }
  .home-hero h1 { max-width: 760px; font-size: 55px; }
}

@media (max-width: 1080px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 10px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-whatsapp, .nav-quote { width: 100%; margin-top: 6px; }
  .hero-grid, .split, .split.reverse, .rfq-layout { grid-template-columns: 1fr; }
  .split.reverse > div { order: 0; }
  h1 { font-size: 48px; }
  h2 { font-size: 32px; }
  .home-hero { min-height: 0; }
  .hero-stage { min-height: 460px; }
  .hero-stage-cutout { min-height: 500px; }
  .hero-cutout-embroidered-patch { width: 56%; left: 0; top: 18%; }
  .hero-cutout-pvc-patch { width: 38%; right: 5%; top: 5%; }
  .hero-cutout-embroidered-keychain { width: 44%; left: 50%; bottom: 9%; }
  .hero-cutout-flight-tag { display: none; }
  .buyer-facts, .proof-grid, .card-grid.four, .feature-grid.four, .feature-grid.five, .timeline, .fact-grid, .leadtime-grid, .compliance-grid, .image-gallery, .product-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .procurement-card.featured { grid-row: auto; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .container, .container.wide { width: min(100% - 28px, 1200px); }
  .hero { padding: 48px 0; }
  .home-hero { padding-top: 54px; }
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  h3 { font-size: 19px; }
  .lead { font-size: 17px; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .proof-grid, .card-grid.two, .card-grid.three, .card-grid.four, .feature-grid.two, .feature-grid.three, .feature-grid.four, .feature-grid.five, .timeline, .contact-grid, .fact-grid, .leadtime-grid, .compliance-grid, .image-gallery, .product-showcase, .compare-visuals { grid-template-columns: 1fr; }
  .buyer-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .buyer-fact { min-height: 94px; padding: 11px; }
  .hero-stage { min-height: 390px; margin-top: 12px; }
  .hero-stage-cutout { min-height: 360px; }
  .hero-stage-cutout::before { inset: 6% -10% 2% -4%; }
  .hero-stage-cutout::after { inset: 4% -8% 0 -2%; }
  .hero-cutout-embroidered-patch { width: 76%; left: -2%; top: 18%; }
  .hero-cutout-pvc-patch { width: 43%; right: -1%; top: 2%; }
  .hero-cutout-embroidered-keychain { width: 52%; left: 43%; bottom: 8%; }
  .hero-cutout-flight-tag { display: none; }
  .category-collage { min-height: 320px; }
  .patch-collage .patch-a { width: 44%; left: 2%; top: 20%; }
  .patch-collage .patch-b { width: 42%; left: 33%; top: 8%; }
  .patch-collage .patch-c { width: 40%; right: 2%; top: 28%; }
  .patch-collage .patch-d { width: 68%; left: 14%; bottom: 8%; }
  .keychain-collage .keychain-a { width: 42%; left: 2%; top: 10%; }
  .keychain-collage .keychain-b { width: 66%; right: 2%; top: 18%; }
  .keychain-collage .keychain-c { width: 72%; left: 8%; bottom: 8%; }
  .keychain-collage .keychain-d { width: 31%; right: 3%; top: 48%; }
  .card-specs { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .cta-inner { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .breadcrumbs .container { font-size: 12px; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .whatsapp-float { display: none; }
  .mobile-sticky-actions { position: fixed; left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 22; display: grid; grid-template-columns: 45fr 55fr; gap: 8px; opacity: 0; pointer-events: none; transform: translateY(calc(100% + 18px)); transition: opacity 180ms ease, transform 180ms ease; }
  .mobile-sticky-actions.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-sticky-actions a { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; text-decoration: none; font-weight: 900; box-shadow: var(--shadow); }
  .mobile-quote { background: var(--white); color: var(--deep); border: 1px solid var(--line); }
  .mobile-whatsapp { background: var(--wa); color: #062b18; }
  .comparison-table { display: block; overflow-x: auto; white-space: nowrap; }
}

.product-hero .cta-hint, .compact-hero .cta-hint { color: var(--muted); }
.info-panel { margin-top: 18px; padding: 18px; }
