:root {
  --red: #b01f23;
  --red-bright: #c42429;
  --green: #009708;
  --ink: #080908;
  --ink-2: #111311;
  --panel: #161916;
  --paper: #f4f1ec;
  --muted: #a7aba5;
  --line: rgba(255,255,255,.12);
  --radius: 20px;
  --shell: min(1180px, calc(100vw - 40px));
  --ease: cubic-bezier(.2,.8,.2,1);
  --red-dark: #3b0b0d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
body::selection { background: var(--red); color: #fff; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, video { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; background: var(--paper); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 16px; color: var(--red-bright); font-size: .73rem; line-height: 1.2; letter-spacing: .2em; font-weight: 800; text-transform: uppercase; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; min-height: 84px; padding: 0 max(20px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled, .site-header--solid { background: rgba(8,9,8,.92); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark { position: relative; width: 43px; height: 48px; overflow: hidden; flex: none; }
.brand-mark img { position: absolute; width: 172px; max-width: none; left: -65px; top: -33px; }
.brand-type { display: grid; line-height: 1; }
.brand-type strong { font-size: .92rem; letter-spacing: .05em; }
.brand-type small { margin-top: 5px; color: var(--red-bright); font-size: .63rem; letter-spacing: .23em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .88rem; }
.main-nav > a:not(.button) { color: #e7e7e4; transition: color .2s ease; }
.main-nav > a:not(.button):hover, .main-nav > a.is-active { color: var(--red-bright); }
.main-nav > a:not(.button):hover, .main-nav > a.is-active-shop { color: var(--red-dark); }

.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: #fff; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--red); border-radius: 999px; background: var(--red); color: #fff; font-weight: 800; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .2s var(--ease), background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-bright); border-color: var(--red-bright); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .72rem; }
.button--full { width: 100%; margin-top: 4px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 750; font-size: .88rem; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; }
.text-link span { color: var(--red-bright); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; background: #111; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,5,.92) 0%, rgba(5,6,5,.65) 42%, rgba(5,6,5,.16) 72%), linear-gradient(0deg, rgba(5,6,5,.82) 0%, transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 180px; padding-bottom: clamp(130px, 17vh, 180px); }
.hero h1 { max-width: 950px; margin: 0; font-size: clamp(3.2rem, 8.5vw, 7.6rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 span { display: block; color: var(--red-bright); }
.hero h1 em { display: block; margin-top: .11em; color: #fff; font-size: .51em; font-style: normal; letter-spacing: .24em; }
.hero-copy { max-width: 630px; margin: 30px 0 0; color: #d7d8d5; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.hero-scroll { position: absolute; z-index: 3; bottom: 30px; right: max(20px, calc((100vw - 1180px)/2)); display: flex; align-items: center; gap: 12px; color: #b7bab4; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll span { display: block; width: 52px; height: 1px; background: rgba(255,255,255,.45); }

.section { padding: 120px 0; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading h2, .statement-section h2, .gallery-cta h2, .contact-heading h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 630px; margin: 22px 0 0; color: var(--muted); }
.section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading--row > div { max-width: 760px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 2fr); border-top: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 34px 30px 28px 0; border-bottom: 1px solid var(--line); }
.service-card { padding-left: 30px;}
.service-no { color: var(--red-bright); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 82px 0 16px; font-size: 1.45rem; }
.service-card p { margin: 0; color: var(--muted); max-width: 330px; }

.statement-section { background: var(--green); color: var(--ink); padding: 110px 0; }
.statement-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; }
.statement-section .eyebrow { color: var(--red); }
.process-list { border-top: 1px solid rgba(0,0,0,.16); }
.process-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(0,0,0,.16); }
.process-list > div > span { color: var(--red); font-weight: 800; }
.process-list strong { display: block; font-size: 1.05rem; }
.process-list p { margin: 7px 0 0; color: #5f635e; }

.preview-section { padding-top: 130px; }
.gallery-teaser { position: relative; display: block; min-height: 530px; overflow: hidden; border-radius: var(--radius); background: #161616; }
.gallery-teaser img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; transition: transform .7s var(--ease), filter .7s ease; }
.gallery-teaser::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(4,5,4,.83), rgba(4,5,4,.06) 65%); }
.gallery-teaser:hover img { transform: scale(1.025); filter: contrast(1.05); }
.gallery-teaser-overlay { position: absolute; z-index: 2; inset: auto 34px 30px 34px; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.gallery-teaser-overlay span { font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; }
.gallery-teaser-overlay strong { color: #fff; font-size: clamp(2rem, 5vw, 5rem); line-height: .8; letter-spacing: -.06em; }
.gallery-teaser-overlay i { color: var(--red-bright); font-style: normal; }

.contact-section { padding: 120px 0; background: #0c0e0c; border-top: 1px solid var(--line); }
.contact-heading { margin-bottom: 48px; }
.contact-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; align-items: stretch; }
.contact-form, .contact-card { min-height: 690px; border: 1px solid var(--line); border-radius: var(--radius); background: #101310; }
.contact-form { padding: clamp(24px, 4vw, 46px); }
.contact-form label { display: grid; gap: 9px; color: #d7d9d5; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.contact-form label small { color: #7e837d; font-weight: 500; text-transform: none; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; outline: 0; background: #0a0c0a; color: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(196,36,41,.85); box-shadow: 0 0 0 3px rgba(176,31,35,.14); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.form-row--car { grid-template-columns: 1fr 1fr .65fr; }
.contact-form > label { margin-bottom: 18px; }
.form-divider { display: flex; align-items: center; gap: 14px; margin: 25px 0 18px; color: var(--red-bright); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.form-divider::after { content:""; height:1px; background:var(--line); flex:1; }
.check-label { display: flex !important; grid-template-columns: none !important; flex-direction: row; align-items: start; gap: 10px !important; margin-top: 22px; text-transform: none !important; font-size: .72rem !important; font-weight: 500 !important; line-height: 1.45; color: #999e98 !important; }
.check-label input { margin-top: 3px; accent-color: var(--red); }
.hp-field { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }
.form-status { min-height: 21px; margin: 12px 0 0; color: #c9cbc7; font-size: .82rem; text-align: center; }
.form-status.is-error { color: #ff898d; }
.form-status.is-success { color: #a8d18d; }
.contact-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.contact-direct { padding: clamp(24px, 4vw, 40px); }
.contact-links { display: grid; }
.contact-links a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-links span, .contact-address span { color: #777d76; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-links strong { font-size: .92rem; text-align: right; }
.contact-address { display: grid; gap: 8px; margin: 22px 0 0; }
.contact-address strong { font-size: .9rem; }
.map-wrap { position: relative; min-height: 305px; background: #1a1c1a; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.92) contrast(.88); }
.map-note { position: absolute; left: 15px; bottom: 15px; padding: 8px 11px; border-radius: 8px; background: rgba(8,9,8,.82); color: #d9dad7; font-size: .68rem; backdrop-filter: blur(6px); }

.site-footer { border-top: 1px solid var(--line); background: #080908; }
.footer-inner { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; color: #898e88; font-size: .78rem; }
.footer-inner > div { display: grid; line-height: 1; }
.footer-inner strong { color: #fff; letter-spacing: .06em; }
.footer-inner span { margin-top: 5px; color: var(--red-bright); letter-spacing: .2em; font-size: .65rem; }
.footer-inner a { color: #fff; }

/* Gallery page */
.gallery-page { background: #0b0c0b; }
.gallery-hero { padding-top: 190px; padding-bottom: 80px; }
.gallery-hero h1 { margin: 0; max-width: 900px; font-size: clamp(3.1rem, 8vw, 7rem); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.gallery-hero h1 span { color: var(--red-bright); }
.gallery-hero > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 1.06rem; }
.demo-notice { max-width: 900px; margin-top: 32px; padding: 14px 16px; border-left: 3px solid var(--green); background: rgba(46,71,32,.16); color: #cdd1ca; font-size: .82rem; }
.demo-notice code { color: #fff; }
.gallery-list { padding-bottom: 120px; }
.project-card { display: grid; grid-template-columns: 270px 1fr; gap: 40px; align-items: start; padding: 48px 0; border-top: 1px solid var(--line); }
.project-card:last-child { border-bottom: 1px solid var(--line); }
.project-meta { position: sticky; top: 110px; }
.project-meta > span { color: var(--red-bright); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-meta h2 { margin: 13px 0 8px; font-size: 1.6rem; }
.project-meta p { margin: 0; color: var(--muted); font-size: .9rem; }
.before-after { --position: 50%; position: relative; aspect-ratio: 16/9; min-width: 0; overflow: hidden; border-radius: 16px; background: #171817; user-select: none; }
.ba-image { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; pointer-events: none; }
.ba-before { position: absolute; z-index: 2; inset: 0; width: 100%; overflow: hidden; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.ba-before .ba-image { width: 100%; max-width: none; }
/* Demo-only visual distinction. Remove .is-demo after replacing with real before/after photos. */
.ba-divider { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--position); width: 2px; transform: translateX(-1px); background: #fff; pointer-events: none; box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
.ba-divider i { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 2px solid #fff; border-radius: 50%; background: var(--red); color: #fff; font-style: normal; font-size: 1.1rem; }
.ba-range { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.ba-label { position: absolute; z-index: 4; top: 16px; padding: 7px 10px; border-radius: 999px; background: rgba(7,8,7,.7); backdrop-filter: blur(5px); color: #fff; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; pointer-events: none; }
.ba-label--before { left: 16px; }
.ba-label--after { right: 16px; }
.gallery-cta { padding: 95px 0; background: var(--red-bright); }
.gallery-cta .shell { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.gallery-cta .eyebrow { color: #dbe4d5; }
.gallery-cta h2 { max-width: 760px; }
.gallery-cta .button { background: #fff; border-color: #fff; color: #111; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 720px); }
  .site-header { min-height: 72px; padding-inline: 15px; gap: 12px; }
  .brand { flex: 1; min-width: 0; gap: 10px; max-width: calc(100% - 56px); }
  .brand-mark { width: 42px; height: 46px; }
  .brand-mark img { width: 160px; left: -60px; top: -31px; }
  .brand-type { display: grid; min-width: 0; }
  .brand-type strong, .brand-type small { white-space: nowrap; }
  .brand-type strong { font-size: .78rem; letter-spacing: .04em; }
  .brand-type small { margin-top: 4px; font-size: .54rem; letter-spacing: .18em; }
  .nav-toggle { display: block; z-index: 2; flex: none; }
  .main-nav { position: fixed; inset: 0; height: 100dvh; min-height: 100svh; padding: 110px 28px 36px; display: flex; align-items: flex-start; flex-direction: column; gap: 20px; overflow-y: auto; background: rgba(8,9,8,.98); transform: translate3d(0,-110%,0); opacity: 0; visibility: hidden; pointer-events: none; will-change: transform; transition: transform .35s var(--ease), opacity .2s ease, visibility 0s linear .35s; }
  .main-nav.is-open { transform: translate3d(0,0,0); opacity: 1; visibility: visible; pointer-events: auto; transition: transform .35s var(--ease), opacity .2s ease, visibility 0s; }
  .main-nav a { font-size: 1.2rem !important; }
  .main-nav .button { margin-top: 14px; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero-scrim { background: linear-gradient(0deg, rgba(5,6,5,.9), rgba(5,6,5,.34) 80%), linear-gradient(90deg, rgba(5,6,5,.72), transparent); }
  .hero-content { padding-bottom: 130px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 6.2rem); }
  .hero h1 em { letter-spacing: .17em; }
  .hero-scroll { display: none; }
  .section { padding: 88px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; padding-left: 0 !important; border-left: 0 !important; }
  .service-card h3 { margin-top: 55px; }
  .statement-grid { grid-template-columns: 1fr; gap: 55px; }
  .section-heading--row { align-items: flex-start; flex-direction: column; }
  .gallery-teaser, .gallery-teaser img { min-height: 420px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form, .contact-card { min-height: 0; }
  .contact-card { min-height: 610px; }
  .footer-inner { padding: 34px 0; min-height: auto; grid-template-columns: 1fr auto; }
  .footer-inner p { display: none; }
  .project-card { grid-template-columns: 1fr; gap: 22px; }
  .project-meta { position: static; }
  .gallery-cta .shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 12px; gap: 10px; }
  .brand { gap: 8px; max-width: calc(100% - 52px); }
  .brand-mark { width: 38px; height: 42px; }
  .brand-mark img { width: 146px; left: -55px; top: -28px; }
  .brand-type strong { font-size: .72rem; }
  .brand-type small { font-size: .5rem; letter-spacing: .16em; }
  .nav-toggle { width: 40px; height: 40px; }
  .nav-toggle span { width: 22px; margin: 6px auto; }
  .hero-content { padding-top: 140px; }
  .hero-copy { font-size: .95rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .statement-section h2, .gallery-cta h2, .contact-heading h2 { font-size: clamp(2.25rem, 10.5vw, 3.5rem); }
  .gallery-teaser, .gallery-teaser img { min-height: 330px; }
  .gallery-teaser-overlay { inset: auto 18px 18px 18px; align-items: flex-start; flex-direction: column-reverse; }
  .form-row, .form-row--car { grid-template-columns: 1fr; }
  .gallery-hero { padding-top: 145px; }
  .gallery-hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .project-card { padding: 34px 0; }
  .before-after { border-radius: 12px; }
  .ba-label { top: 10px; }
  .ba-label--before { left: 10px; }
  .ba-label--after { right: 10px; }
  .ba-divider i { width: 40px; height: 40px; }
}


@media (max-width: 380px) {
  .site-header { padding-inline: 10px; }
  .brand { gap: 7px; max-width: calc(100% - 48px); }
  .brand-mark { width: 34px; height: 38px; }
  .brand-mark img { width: 132px; left: -49px; top: -25px; }
  .brand-type strong { font-size: .64rem; }
  .brand-type small { font-size: .45rem; letter-spacing: .14em; }
  .main-nav { padding-inline: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* Shop page */
.shop-page { background: #090a09; }
.shop-hero { position: relative; overflow: hidden; padding: 185px 0 92px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 26%, rgba(46,71,32,.26), transparent 28%), linear-gradient(135deg, #080908 0%, #0d0f0d 68%, #111511 100%); }
.shop-hero::before { content:""; position:absolute; width: 520px; height: 520px; right: -180px; top: -190px; border: 1px solid rgba(196,36,41,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(196,36,41,.025), 0 0 0 160px rgba(196,36,41,.018); pointer-events:none; }
.shop-hero__glow { position:absolute; left: 54%; top: 35%; width: 8px; height: 8px; border-radius: 50%; background: var(--red-bright); box-shadow: 0 0 90px 55px rgba(196,36,41,.16); pointer-events:none; }
.shop-hero__inner { position:relative; z-index:1; display:grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: 70px; align-items:end; }
.shop-hero__copy h1 { margin:0; max-width: 850px; font-size: clamp(3.6rem, 8vw, 7.3rem); line-height:.84; letter-spacing:-.075em; text-transform:uppercase; }
.shop-hero__copy h1 span { color:var(--red-bright); }
.shop-hero__copy > p:not(.eyebrow) { max-width:650px; margin:30px 0 32px; color:#c5c8c2; font-size:clamp(1rem, 1.4vw, 1.14rem); }
.shop-hero__panel { border-top: 1px solid var(--line); }
.shop-hero__panel > div { display:grid; grid-template-columns: .8fr 1.2fr; gap:22px; padding:20px 0; border-bottom:1px solid var(--line); }
.shop-hero__panel span { color:#727871; font-size:.68rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.shop-hero__panel strong { font-size:.88rem; font-weight:700; text-align:right; }
.shop-categories { padding-top: 105px; }
.shop-heading-row { align-items:start; }
.shop-heading-note { max-width:340px !important; margin: 5px 0 0 !important; color:#777d76 !important; font-size:.82rem; }
.shop-category-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:1px; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:var(--line); }
.shop-category-card { position:relative; min-height:255px; display:flex; flex-direction:column; justify-content:space-between; padding:26px; background:#0e100e; transition:background .25s ease, transform .25s var(--ease); }
.shop-category-card::after { content:""; position:absolute; inset:auto 0 0 0; height:3px; background:var(--red-bright); transform:scaleX(0); transform-origin:left; transition:transform .3s var(--ease); }
.shop-category-card:hover { z-index:1; background:#141714; }
.shop-category-card:hover::after { transform:scaleX(1); }
.shop-category-card__top { display:flex; align-items:center; justify-content:space-between; gap:20px; color:var(--red-bright); font-size:.7rem; font-weight:800; letter-spacing:.14em; }
.shop-category-card__arrow { width:34px; height:34px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.13); border-radius:50%; color:#d8dad6; font-size:1rem; transition:transform .25s var(--ease), border-color .25s ease; }
.shop-category-card:hover .shop-category-card__arrow { transform:translate(2px,-2px); border-color:rgba(196,36,41,.65); }
.shop-category-card p { margin:0 0 10px; color:#686e68; font-size:.72rem; letter-spacing:.04em; }
.shop-category-card h3 { margin:0; max-width:290px; font-size:clamp(1.35rem, 2vw, 1.8rem); line-height:1.02; letter-spacing:-.035em; }
.shop-category-card--featured { grid-column:span 2; min-height:310px; background:linear-gradient(135deg, #151815, #0d0f0d 68%); }
.shop-category-card--featured h3 { max-width:520px; font-size:clamp(2.1rem, 4vw, 3.5rem); }
.shop-category-card--wide { grid-column:span 2; }
.shop-category-card--accent { background:linear-gradient(145deg, rgba(176,31,35,.18), #111311 58%); }
.shop-category-card--accent::before { content:"PPF"; position:absolute; right:24px; bottom:5px; color:rgba(255,255,255,.025); font-size:6rem; line-height:1; font-weight:900; letter-spacing:-.08em; pointer-events:none; }
.shop-help { padding:100px 0; border-top:1px solid var(--line); background:var(--red-bright); }
.shop-help__inner { display:flex; align-items:end; justify-content:space-between; gap:55px; }
.shop-help__inner > div { max-width:760px; }
.shop-help .eyebrow { color:#d5decf; }
.shop-help h2 { margin:0; font-size:clamp(2.5rem, 5vw, 4.8rem); line-height:.95; letter-spacing:-.055em; }
.shop-help p:not(.eyebrow) { max-width:650px; margin:22px 0 0; color:#d0d8cb; }
.shop-help .button { flex:none; background:#fff; border-color:#fff; color:#111; }

@media (max-width: 900px) {
  .shop-hero { padding: 145px 0 74px; }
  .shop-hero__inner { grid-template-columns: 1fr; gap:52px; }
  .shop-hero__copy h1 { font-size:clamp(3.5rem, 13vw, 6rem); }
  .shop-hero__panel { max-width:620px; }
  .shop-category-grid { grid-template-columns:repeat(2, 1fr); }
  .shop-category-card--featured, .shop-category-card--wide { grid-column:span 2; }
  .shop-help__inner { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 620px) {
  .shop-hero { padding: 125px 0 62px; }
  .shop-hero::before { width:340px; height:340px; right:-180px; top:-110px; }
  .shop-hero__copy h1 { font-size:clamp(3rem, 15vw, 4.4rem); }
  .shop-hero__copy > p:not(.eyebrow) { margin-top:24px; }
  .shop-hero__panel > div { grid-template-columns:1fr; gap:6px; }
  .shop-hero__panel strong { text-align:left; }
  .shop-categories { padding-top:78px; }
  .shop-heading-note { max-width:100% !important; }
  .shop-category-grid { grid-template-columns:1fr; border-radius:14px; }
  .shop-category-card, .shop-category-card--featured, .shop-category-card--wide { grid-column:span 1; min-height:210px; padding:22px; }
  .shop-category-card--featured { min-height:250px; }
  .shop-category-card--featured h3 { font-size:2.25rem; }
  .shop-help { padding:76px 0; }
  .shop-help h2 { font-size:clamp(2.35rem, 11vw, 3.6rem); }
}

@media (prefers-reduced-motion: reduce) {
  .shop-category-card, .shop-category-card::after, .shop-category-card__arrow { transition-duration: .001ms !important; }
}


/* ===== CHERRY.WRAP SHOP + CART ===== */
.header-tools { display:flex; align-items:center; gap:10px; flex:none; }
.cart-shortcut { position:relative; min-height:42px; display:inline-flex; align-items:center; gap:8px; padding:0 11px 0 12px; border:1px solid var(--line); border-radius:999px; color:#fff; font-size:.72rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; background:rgba(10,11,10,.52); transition:border-color .2s ease, background .2s ease; }
.cart-shortcut:hover { border-color:rgba(196,36,41,.7); background:rgba(176,31,35,.12); }
.cart-shortcut svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.cart-shortcut strong { min-width:21px; height:21px; padding:0 5px; display:grid; place-items:center; border-radius:999px; background:var(--red); color:#fff; font-size:.65rem; }

.shop-hero--catalog { padding-bottom:105px; }
.shop-category-index { padding:100px 0 20px; }
.shop-category-links { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:var(--line); }
.shop-category-link { position:relative; min-height:132px; padding:20px; border:0; display:grid; grid-template-columns:36px 1fr auto; gap:14px; align-items:end; background:#0e100e; color:var(--paper); text-align:left; cursor:pointer; transition:background .2s ease; }
.shop-category-link:hover { background:#151815; }
.shop-category-link > span { align-self:start; color:var(--red-bright); font-size:.68rem; font-weight:800; letter-spacing:.12em; }
.shop-category-link div { display:grid; gap:5px; }
.shop-category-link small { color:#717771; font-size:.66rem; }
.shop-category-link strong { font-size:1rem; line-height:1.05; }
.shop-category-link i { font-style:normal; color:#8f958e; }

.shop-products { padding-top:95px; }
.shop-toolbar { display:grid; grid-template-columns:1fr minmax(220px, .32fr); gap:14px; margin-bottom:16px; }
.shop-toolbar label { display:grid; gap:7px; color:#777d76; font-size:.65rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.shop-toolbar input, .shop-toolbar select { width:100%; min-height:48px; padding:10px 14px; border:1px solid var(--line); border-radius:10px; background:#0d0f0d; color:#fff; outline:0; }
.shop-toolbar input:focus, .shop-toolbar select:focus { border-color:rgba(196,36,41,.75); box-shadow:0 0 0 3px rgba(176,31,35,.12); }
.shop-filters { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 22px; }
.shop-filter { min-height:36px; padding:0 13px; border:1px solid var(--line); border-radius:999px; background:transparent; color:#a9ada7; font-size:.72rem; cursor:pointer; transition:.2s ease; }
.shop-filter:hover, .shop-filter.is-active { border-color:var(--red); background:rgba(176,31,35,.12); color:#fff; }
.shop-results-line { display:flex; justify-content:space-between; gap:20px; padding:13px 0 18px; border-top:1px solid var(--line); color:#777d76; font-size:.72rem; }
.shop-results-line strong { color:#fff; }
.shop-results-line a { color:#fff; }
.product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.product-card { overflow:hidden; min-width:0; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:15px; background:#0f110f; }
.product-card[hidden] { display:none !important; }
.product-visual { position:relative; aspect-ratio:1.18/1; overflow:hidden; display:grid; place-items:center; background:radial-gradient(circle at 64% 30%, rgba(196,36,41,.13), transparent 26%), linear-gradient(145deg,#171a17,#0b0d0b); border-bottom:1px solid var(--line); }
.product-visual::before { content:""; width:39%; height:61%; border:1px solid rgba(255,255,255,.15); border-radius:17px 17px 12px 12px; background:linear-gradient(150deg,rgba(255,255,255,.06),rgba(255,255,255,.01)); box-shadow:0 22px 45px rgba(0,0,0,.28); }
.product-visual--towel::before { width:53%; height:46%; border-radius:7px; transform:rotate(-7deg); background:linear-gradient(135deg,#272b27,#151815); }
.product-visual--pad::before { width:46%; height:46%; border-radius:50%; background:linear-gradient(145deg,#333833,#141714); }
.product-visual--machine::before { width:58%; height:32%; border-radius:40px 14px 14px 40px; transform:rotate(-13deg); }
.product-visual--roll::before { width:55%; height:23%; border-radius:999px; transform:rotate(-9deg); }
.product-visual--sheet::before { width:55%; height:55%; border-radius:5px; transform:rotate(7deg); }
.product-visual--box::before { width:57%; height:45%; border-radius:8px; }
.product-visual--accessory::before { width:34%; height:52%; border-radius:14px 14px 30px 30px; }
.product-visual--canister::before { width:47%; height:58%; border-radius:9px 16px 9px 9px; }
.product-visual__mark { position:absolute; display:grid; place-items:center; line-height:.9; text-align:center; pointer-events:none; }
.product-visual__mark span { color:#fff; font-size:.66rem; font-weight:900; letter-spacing:.08em; }
.product-visual__mark strong { margin-top:4px; color:var(--red-bright); font-size:.57rem; letter-spacing:.2em; }
.product-badge { position:absolute; z-index:2; top:12px; left:12px; padding:6px 9px; border-radius:999px; background:var(--red); color:#fff; font-size:.58rem; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.product-card__body { flex:1; display:flex; flex-direction:column; padding:18px; }
.product-card__category { margin:0 0 7px; color:var(--red-bright); font-size:.63rem; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.product-card h3 { margin:0; font-size:1.08rem; line-height:1.12; letter-spacing:-.02em; }
.product-card__desc { margin:10px 0 18px; color:#858a84; font-size:.76rem; line-height:1.5; }
.product-card__meta { margin-top:auto; padding-top:13px; display:flex; align-items:end; justify-content:space-between; gap:10px; border-top:1px solid var(--line); }
.product-card__meta span { color:#727771; font-size:.68rem; }
.product-card__meta strong { font-size:1.03rem; }
.product-add { width:100%; min-height:43px; margin-top:13px; padding-inline:12px; font-size:.67rem; }
.product-add.is-added { background:var(--green); border-color:var(--green); }
.shop-empty { padding:40px; text-align:center; border:1px solid var(--line); border-radius:14px; color:#858a84; }
.shop-toast { position:fixed; z-index:200; left:50%; bottom:24px; max-width:min(90vw,520px); padding:12px 16px; border:1px solid rgba(255,255,255,.12); border-radius:999px; background:rgba(13,15,13,.96); color:#fff; font-size:.78rem; box-shadow:0 16px 40px rgba(0,0,0,.34); transform:translate(-50%,30px); opacity:0; visibility:hidden; transition:.25s ease; }
.shop-toast.is-visible { transform:translate(-50%,0); opacity:1; visibility:visible; }

/* Cart */
.cart-page { background:#090a09; }
.cart-hero { padding-top:170px; padding-bottom:62px; }
.cart-hero h1 { margin:0; font-size:clamp(3.4rem,8vw,7rem); line-height:.86; letter-spacing:-.07em; text-transform:uppercase; }
.cart-hero h1 span { color:var(--red-bright); }
.cart-hero > p:last-child { max-width:680px; margin:25px 0 0; color:var(--muted); }
.cart-section { padding-bottom:110px; }
.cart-layout { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr); gap:20px; align-items:start; }
.cart-panel, .order-form { border:1px solid var(--line); border-radius:18px; background:#0f120f; }
.cart-panel { padding:clamp(20px,3vw,34px); }
.order-form { position:sticky; top:105px; padding:clamp(20px,3vw,34px); }
.cart-panel__head { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:26px; }
.cart-panel__head .eyebrow { margin-bottom:8px; }
.cart-panel__head h2 { margin:0; font-size:2rem; letter-spacing:-.04em; }
.cart-items { display:grid; }
.cart-item { display:grid; grid-template-columns:78px minmax(0,1fr) auto 100px 30px; gap:16px; align-items:center; padding:17px 0; border-top:1px solid var(--line); }
.cart-item:last-child { border-bottom:1px solid var(--line); }
.cart-item__visual { width:78px; height:78px; display:grid; place-items:center; align-content:center; border-radius:10px; background:linear-gradient(145deg,#1a1d1a,#0a0c0a); border:1px solid var(--line); line-height:.9; }
.cart-item__visual span { font-size:.54rem; font-weight:900; }
.cart-item__visual strong { margin-top:3px; color:var(--red-bright); font-size:.47rem; letter-spacing:.18em; }
.cart-item__info { min-width:0; }
.cart-item__info small { color:var(--red-bright); font-size:.58rem; font-weight:800; text-transform:uppercase; }
.cart-item__info h3 { margin:4px 0 4px; font-size:.94rem; line-height:1.15; }
.cart-item__info > span { color:#777d76; font-size:.67rem; }
.qty-control { display:grid; grid-template-columns:28px 28px 28px; align-items:center; border:1px solid var(--line); border-radius:999px; overflow:hidden; }
.qty-control button { width:28px; height:32px; border:0; background:transparent; color:#fff; cursor:pointer; }
.qty-control strong { text-align:center; font-size:.72rem; }
.cart-item__price { font-size:.82rem; text-align:right; white-space:nowrap; }
.cart-remove { width:30px; height:30px; border:0; background:transparent; color:#767c76; font-size:1.3rem; cursor:pointer; }
.cart-remove:hover { color:#fff; }
.cart-summary { margin-top:24px; padding-top:8px; }
.cart-summary > div { display:flex; justify-content:space-between; gap:20px; padding:8px 0; color:#8d928c; font-size:.78rem; }
.cart-summary > div strong { color:#fff; }
.cart-summary .cart-total { margin-top:9px; padding-top:18px; border-top:1px solid var(--line); color:#fff; font-size:1rem; }
.cart-summary .cart-total strong { color:var(--red-bright); font-size:1.35rem; }
.cart-empty { padding:55px 20px; text-align:center; border-top:1px solid var(--line); }
.cart-empty strong { display:block; font-size:1.5rem; }
.cart-empty p { margin:8px 0 22px; color:var(--muted); }
.order-form label { display:grid; gap:9px; color:#d7d9d5; font-size:.74rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
.order-form label > span, .order-form .check-label strong { color:var(--red-bright); }
.order-form label small { color:#7e837d; font-weight:500; text-transform:none; }
.order-form input:not([type="checkbox"]):not([type="radio"]), .order-form textarea { width:100%; min-height:48px; padding:11px 13px; border:1px solid rgba(255,255,255,.14); border-radius:10px; outline:0; background:#0a0c0a; color:#fff; }
.order-form textarea { resize:vertical; min-height:100px; }
.order-form input:focus, .order-form textarea:focus { border-color:rgba(196,36,41,.85); box-shadow:0 0 0 3px rgba(176,31,35,.14); }
.order-form > label, .shipping-fields > label { margin-bottom:18px; }
.delivery-options { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:20px; }
.delivery-card { position:relative; display:block !important; cursor:pointer; text-transform:none !important; }
.delivery-card input { position:absolute; opacity:0; pointer-events:none; }
.delivery-card > span { min-height:92px; padding:16px; display:flex; flex-direction:column; gap:5px; border:1px solid var(--line); border-radius:12px; color:#fff !important; }
.delivery-card strong { color:#fff; font-size:.82rem; }
.delivery-card small { color:#7e837d; font-size:.68rem; line-height:1.4; }
.delivery-card input:checked + span { border-color:var(--red); background:rgba(176,31,35,.10); box-shadow:0 0 0 1px rgba(176,31,35,.2); }

.payment-options { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:20px; }
.payment-card { position:relative; display:block !important; cursor:pointer; text-transform:none !important; }
.payment-card input { position:absolute; opacity:0; pointer-events:none; }
.payment-card > span { min-height:92px; padding:16px; display:flex; flex-direction:column; gap:5px; border:1px solid var(--line); border-radius:12px; color:#fff !important; }
.payment-card strong { color:#fff; font-size:.82rem; }
.payment-card small { color:#7e837d; font-size:.68rem; line-height:1.4; }
.payment-card input:checked + span { border-color:var(--red); background:rgba(176,31,35,.10); box-shadow:0 0 0 1px rgba(176,31,35,.2); }

.shipping-fields[hidden] { display:none; }
.order-note { margin:17px 0; padding:12px 13px; border-left:3px solid var(--green); background:rgba(46,71,32,.15); color:#aeb4aa; font-size:.69rem; line-height:1.5; }
.order-form.is-disabled { opacity:.62; }
.order-form.is-disabled #order-submit { pointer-events:none; }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns:repeat(3,1fr); }
  .cart-layout { grid-template-columns:1fr; }
  .order-form { position:static; }
}
@media (max-width: 900px) {
  .site-header { gap:10px; }
  .main-nav { z-index:60; }
  .header-tools { z-index:61; }
  .cart-shortcut__text { display:none; }
  .cart-shortcut { min-width:42px; height:42px; justify-content:center; padding:0 7px; gap:4px; }
  .cart-shortcut strong { min-width:18px; height:18px; font-size:.58rem; }
  .shop-category-links { grid-template-columns:repeat(2,1fr); }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .shop-toolbar { grid-template-columns:1fr 220px; }
}
@media (max-width: 620px) {
  .brand { max-width:calc(100% - 105px); }
  .header-tools { gap:5px; }
  .cart-shortcut { width:39px; min-width:39px; height:39px; }
  .cart-shortcut svg { width:16px; }
  .cart-shortcut strong { position:absolute; transform:translate(10px,-11px); }
  .shop-category-index { padding-top:70px; }
  .shop-category-links { grid-template-columns:1fr; }
  .shop-category-link { min-height:102px; }
  .shop-products { padding-top:72px; }
  .shop-toolbar { grid-template-columns:1fr; }
  .shop-filters { flex-wrap:nowrap; overflow-x:auto; padding-bottom:6px; margin-right:-15px; scrollbar-width:none; }
  .shop-filters::-webkit-scrollbar { display:none; }
  .shop-filter { flex:none; }
  .product-grid { grid-template-columns:1fr; }
  .product-visual { aspect-ratio:1.5/1; }
  .cart-hero { padding-top:130px; }
  .cart-item { grid-template-columns:58px minmax(0,1fr) auto; gap:11px; align-items:start; }
  .cart-item__visual { width:58px; height:58px; }
  .qty-control { grid-column:2; margin-top:4px; width:max-content; }
  .cart-item__price { grid-column:3; grid-row:1; align-self:center; }
  .cart-remove { grid-column:3; grid-row:2; justify-self:end; }
  .delivery-options { grid-template-columns:1fr; }
  .cart-panel__head { align-items:flex-start; flex-direction:column; }
}

/* Legacy category grid hole fix */
.shop-category-grid { grid-auto-flow:dense; }


@media (min-width: 901px) {
  .main-nav {
    margin-left: auto;
  }
}

/* =========================================
   ZDJĘCIA PRODUKTÓW
   ========================================= */

.product-visual.product-visual--image {
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  background: #080908;
}

/* Wyłącza stare generowane CSS-em kształty produktów */
.product-visual.product-visual--image::before,
.product-visual.product-visual--image::after {
  display: none;
}

/* Właściwe zdjęcie produktu */
.product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform .45s var(--ease),
    filter .45s ease;
}

/* Delikatny efekt po najechaniu */
.product-card:hover .product-image {
  transform: scale(1.035);
  filter: brightness(1.04);
}

/* Badge typu Bestseller zawsze nad zdjęciem */
.product-visual--image .product-badge {
  position: absolute;
  z-index: 3;
}

/* Telefon */
@media (max-width: 620px) {
  .product-visual.product-visual--image {
    aspect-ratio: 1 / 1;
  }
}


.cart-head-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-clear {
  padding: 0;
  border: 0;
  background: transparent;
  color: #888d87;
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
  transition: color .2s ease;
}

.cart-clear:hover {
  color: var(--red-bright);
}

@media (max-width: 620px) {
  .cart-head-actions {
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .cart-clear {
    font-size: .72rem;
  }
}


.cart-item__visual {
  overflow: hidden;
  background: #0a0b0a;
}

.cart-item__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #d7d9d5 !important;
}

.field-label b {
  color: var(--red-bright);
  font-weight: 700;
}

.project-card--01 .before-after {
  aspect-ratio: 2 / 2;
}

.project-card--02 .before-after {
  aspect-ratio: 3 / 2;
}

.project-card--03 .before-after {
  aspect-ratio: 3 / 3;
}