/* ============================================================
   FAULT — premium streetwear design system (autorskie, klimat admor)
   jasny / papier / cynober / pigułki / sentence case
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
    --bg: #f6f4f0;
    --fg: #131313;
    --accent: #ff3b00;
    --red: var(--accent);
    --grey: #7a746c;
    --line: #e4dfd6;
    --font-display: 'Space Grotesk', 'Inter', sans-serif;
    --font-heavy: 'Space Grotesk', 'Inter', sans-serif;
    --font-mono: 'Inter', ui-sans-serif, sans-serif;
}
html { scroll-behavior: smooth; }
html, body { background: var(--bg); color: var(--fg); }
body {
    font-family: 'Inter', ui-sans-serif, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size: 15px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: #fff; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #efece6; }
::-webkit-scrollbar-thumb { background: #cfc9be; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent); }

.container { max-width: 1280px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 44px); }

/* ===== NAV ===== */
.nav {
    position: sticky; top: 0; z-index: 90;
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px clamp(18px, 4vw, 44px);
    background: color-mix(in srgb, var(--bg) 82%, transparent);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    transition: padding .25s ease;
}
.brand { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; letter-spacing: -0.03em; }
.brand .dot { color: var(--accent); }
.brand-logo { height: 26px; width: auto; display: block; }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { font-weight: 600; font-size: 0.88rem; letter-spacing: 0.01em; position: relative; cursor: pointer; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 0; height: 2px; background: var(--accent); border-radius: 2px; transition: width .25s ease; }
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--fg); }
.cart-count { background: var(--accent); color: #fff; padding: 1px 8px; border-radius: 20px; font-weight: 700; font-size: 0.78rem; }

/* ===== MARQUEE / TICKER ===== */
.marquee { overflow: hidden; white-space: nowrap; border-bottom: 1px solid var(--fg); background: var(--accent); color: #fff; }
.marquee .track { display: inline-block; padding: 10px 0; font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.02em; animation: scroll 26s linear infinite; }
.marquee.outline { background: transparent; color: transparent; }
.marquee.outline .track { -webkit-text-stroke: 1.2px var(--fg); font-size: 1.5rem; font-weight: 600; }
.marquee.dark { background: var(--fg); color: var(--bg); border-top: 1px solid var(--fg); }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ===== HERO ===== */
.hero {
    position: relative; overflow: hidden;
    padding: clamp(72px, 13vh, 140px) clamp(18px, 4vw, 44px);
    text-align: center;
    background-color: var(--bg);
    background-size: cover; background-position: center;
    border-bottom: 1px solid var(--line);
}
.hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 45%, rgba(0,0,0,.10) 100%); pointer-events: none; }
.hero > * { position: relative; z-index: 2; }
.hero-title {
    font-family: var(--font-display); font-weight: 700;
    font-size: clamp(3.6rem, 13vw, 11rem);
    line-height: 0.92; letter-spacing: -0.04em;
}
.hero-title .dot { color: var(--accent); }
.hero-sub { margin-top: 20px; color: var(--grey); letter-spacing: 0.01em; font-size: clamp(0.92rem, 1.5vw, 1.1rem); }
.hero .btn { margin-top: 34px; }

/* subtle glitch (tasteful, rare) */
.glitch { position: relative; display: inline-block; }
.glitch::before, .glitch::after { content: attr(data-text); position: absolute; left: 0; top: 0; width: 100%; pointer-events: none; }
.glitch::before { color: var(--accent); animation: gl1 6s infinite steps(1); }
.glitch::after { color: #1d4ed8; animation: gl2 6s infinite steps(1); }
@keyframes gl1 { 0%,93%,100% { transform: none; opacity: 0; } 94% { transform: translate(-4px,1px); opacity: .5; clip-path: inset(20% 0 60% 0); } 97% { transform: translate(3px,-1px); opacity: .4; clip-path: inset(55% 0 15% 0); } }
@keyframes gl2 { 0%,93%,100% { transform: none; opacity: 0; } 94.5% { transform: translate(4px,-1px); opacity: .5; clip-path: inset(60% 0 10% 0); } 97.5% { transform: translate(-3px,1px); opacity: .4; clip-path: inset(10% 0 60% 0); } }

/* ===== SECTION TITLES ===== */
.section-title {
    font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 3.4vw, 2.2rem);
    letter-spacing: -0.03em; margin: 56px 0 26px;
    display: flex; align-items: baseline; gap: 16px;
}
.section-title::after { content: ''; flex: 1; height: 1px; background: var(--line); transform: translateY(-6px); }
.section-title .idx { color: var(--accent); font-size: 0.5em; font-weight: 600; }

/* ===== GRID / PRODUCT CARDS ===== */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 28px 22px; }
.card { position: relative; display: block; }
.card .img {
    position: relative; aspect-ratio: 4/5; overflow: hidden;
    background: #ece8e1; border-radius: 14px;
}
.card .img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), opacity .4s ease; }
.card .img .i2 { opacity: 0; }
.card:hover .img img { transform: scale(1.06); }
.card:hover .img .i2 { opacity: 1; }
.card .ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 2.4rem; color: #d6d0c6; }
.badge {
    position: absolute; top: 12px; left: 12px; z-index: 3;
    padding: 5px 12px; font-size: 0.7rem; font-weight: 600;
    background: #fff; color: #131313; border-radius: 20px;
}
.badge.sold { background: var(--accent); color: #fff; }
.badge.new { background: var(--fg); color: #fff; }
.card.soldout .img::before { content: 'Wyprzedane'; position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.5); font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; color: var(--fg); }
.card .meta { padding: 13px 2px 0; display: flex; justify-content: space-between; align-items: baseline; }
.card .name { font-weight: 600; font-size: 0.92rem; }
.card .price { color: var(--grey); font-size: 0.86rem; }
.card .tag { color: var(--accent); font-size: 0.68rem; margin-top: 5px; letter-spacing: 0.02em; font-weight: 600; }

/* ===== STATIC PAGE ===== */
.page-wrap { max-width: 760px; margin: 40px auto 80px; padding: 0 4px; }
.page-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.8rem); letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 28px; }
.page-body p { color: var(--grey); line-height: 1.8; margin-bottom: 16px; font-size: 0.95rem; }
.page-body p:first-of-type { color: var(--fg); }

/* ===== BUTTONS (pill) ===== */
.btn {
    display: inline-block; position: relative; z-index: 0; overflow: hidden;
    padding: 15px 34px; border: 1.5px solid var(--fg); border-radius: 9999px;
    font-weight: 600; font-size: 0.9rem; letter-spacing: 0.01em;
    cursor: pointer; background: transparent; color: var(--fg);
    transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.btn::before { content: ''; position: absolute; inset: 0; background: var(--fg); transform: translateX(-101%); transition: transform .3s ease; z-index: -1; border-radius: 9999px; }
.btn:hover { color: var(--bg); }
.btn:hover::before { transform: translateX(0); }
.btn.red { border-color: var(--accent); color: var(--accent); }
.btn.red::before { background: var(--accent); }
.btn.red:hover { color: #fff; }
.btn.solid { background: var(--fg); color: var(--bg); }
.btn.solid::before { display: none; }
.btn.solid:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn:disabled { opacity: .4; cursor: not-allowed; }

/* ===== ABOUT ===== */
.about { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(24px, 5vw, 60px); padding: 72px 0; border-bottom: 1px solid var(--line); }
.about h2 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1; font-weight: 700; letter-spacing: -0.03em; }
.about p { color: var(--grey); font-size: 0.98rem; line-height: 1.8; margin-top: 16px; }
.about img { margin-top: 18px; border-radius: 14px; }

/* ===== BANNER ===== */
.banner { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.banner img { width: 100%; max-height: 78vh; object-fit: cover; display: block; transition: transform 8s ease; }
.banner:hover img { transform: scale(1.04); }
.banner .overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px; background: rgba(20,20,20,.34); }
.banner .overlay h2 { font-family: var(--font-display); font-size: clamp(2.2rem, 6vw, 4.6rem); line-height: 1; font-weight: 700; color: #fff; letter-spacing: -0.03em; }
.banner .overlay p { margin-top: 12px; color: rgba(255,255,255,.85); letter-spacing: 0.02em; }

/* ===== TEXT BLOCK ===== */
.text-block { padding: 60px 0; max-width: 780px; }
.text-block h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 700; letter-spacing: -0.03em; }
.text-block p { color: var(--grey); line-height: 1.8; margin-top: 14px; }

/* ===== NEWSLETTER ===== */
.newsletter { text-align: center; padding: clamp(60px, 10vh, 110px) 20px; border-bottom: 1px solid var(--line); background: #efece6; }
.newsletter h2 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 700; line-height: 1; letter-spacing: -0.03em; }
.newsletter p { color: var(--grey); margin: 12px 0 26px; }
.newsletter .nl-form { display: flex; gap: 0; max-width: 480px; margin: 0 auto; border: 1.5px solid var(--fg); border-radius: 9999px; overflow: hidden; }
.newsletter .nl-form input { flex: 1; padding: 15px 20px; background: transparent; color: var(--fg); border: none; font-family: inherit; outline: none; }
.newsletter .nl-form button { border: none; border-left: 1.5px solid var(--fg); border-radius: 0; }

/* ===== FOOTER ===== */
footer { border-top: 1px solid var(--line); padding: 60px 0 30px; }
.footer-word { font-family: var(--font-display); font-size: clamp(3rem, 13vw, 10rem); line-height: 0.9; letter-spacing: -0.04em; text-align: center; color: transparent; -webkit-text-stroke: 1.4px var(--fg); opacity: .9; font-weight: 700; }
.footer-grid { display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; margin: 40px 0; }
.footer-grid .col { min-width: 150px; }
.footer-grid .col h4 { font-weight: 700; font-size: 0.8rem; margin-bottom: 12px; color: var(--grey); letter-spacing: 0.02em; }
.footer-grid .col a { display: block; font-size: 0.88rem; padding: 4px 0; }
.footer-grid .col a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 20px; text-align: center; color: var(--grey); font-size: 0.78rem; }
.nl-inline { display: flex; border: 1.5px solid var(--fg); border-radius: 9999px; overflow: hidden; margin-top: 8px; max-width: 230px; }
.nl-inline input { flex: 1; background: transparent; border: none; color: var(--fg); padding: 10px 14px; font-family: inherit; outline: none; min-width: 0; font-size: 0.85rem; }
.nl-inline button { background: var(--fg); color: var(--bg); border: none; padding: 0 16px; cursor: pointer; font-weight: 700; font-size: 1rem; }
.pay-badges { display: flex; gap: 8px; justify-content: center; margin-top: 12px; flex-wrap: wrap; }
.pay-badges span { font-size: 0.68rem; font-weight: 600; color: var(--grey); border: 1px solid var(--line); border-radius: 9999px; padding: 4px 13px; }
.social { display: flex; gap: 14px; justify-content: center; margin-top: 20px; }
.social a { font-weight: 600; border: 1.5px solid var(--fg); border-radius: 9999px; padding: 10px 22px; transition: all .25s ease; }
.social a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }

/* ===== CART DRAWER ===== */
.drawer { position: fixed; inset: 0; z-index: 200; pointer-events: none; }
.drawer.open { pointer-events: auto; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(20,20,20,.4); opacity: 0; transition: opacity .3s ease; backdrop-filter: blur(2px); }
.drawer.open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; height: 100%; width: min(420px, 92vw); background: var(--bg); border-left: 1px solid var(--line); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); display: flex; flex-direction: column; }
.drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 700; }
.drawer-head .x { cursor: pointer; font-size: 1.2rem; color: var(--grey); }
.drawer-body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.dline { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.dline img, .dline .ph { width: 62px; height: 62px; object-fit: cover; background: #ece8e1; border-radius: 10px; }
.dline .dinfo { flex: 1; }
.dline .dinfo .nm { font-weight: 600; font-size: 0.84rem; }
.dline .dinfo .sz { color: var(--grey); font-size: 0.72rem; }
.dqty { display: flex; align-items: center; gap: 10px; }
.dqty span { cursor: pointer; width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; text-align: center; line-height: 22px; }
.dprice { font-weight: 600; font-size: 0.85rem; }
.drawer-foot { padding: 20px; border-top: 1px solid var(--line); }
.drawer-foot .total { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; margin-bottom: 16px; }
.empty { color: var(--grey); padding: 50px 0; text-align: center; }

/* ===== PRODUCT PAGE ===== */
.detail { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 5vw, 56px); margin: 40px 0 80px; }
.gallery .main-img { aspect-ratio: 1; background: #ece8e1; display: flex; align-items: center; justify-content: center; border-radius: 16px; overflow: hidden; position: sticky; top: 90px; }
.gallery .main-img img { width: 100%; height: 100%; object-fit: cover; }
.gallery .main-img .ph { font-family: var(--font-display); font-weight: 700; font-size: 5rem; color: #d6d0c6; }
.thumbs { display: flex; gap: 10px; margin-top: 12px; }
.thumbs .t { width: 70px; height: 70px; border: 2px solid transparent; cursor: pointer; overflow: hidden; background: #ece8e1; opacity: .7; transition: all .2s; border-radius: 10px; }
.thumbs .t.active { border-color: var(--accent); opacity: 1; }
.thumbs .t img { width: 100%; height: 100%; object-fit: cover; }
.detail h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.02; letter-spacing: -0.03em; }
.detail .price { font-size: 1.4rem; margin: 12px 0; font-weight: 700; }
.detail .desc { color: var(--grey); margin: 16px 0; line-height: 1.7; }
.size-row { display: flex; gap: 10px; margin: 20px 0; flex-wrap: wrap; }
.size { padding: 11px 18px; border: 1.5px solid var(--fg); border-radius: 9999px; cursor: pointer; font-weight: 600; transition: all .15s; font-size: 0.85rem; }
.size:hover { background: var(--fg); color: var(--bg); }
.size.active { background: var(--fg); color: var(--bg); }
.size.na { opacity: .3; pointer-events: none; text-decoration: line-through; }
.qty-row { display: flex; align-items: center; gap: 18px; margin: 20px 0; }
.qty-row button { width: 44px; height: 44px; background: transparent; color: var(--fg); border: 1.5px solid var(--fg); border-radius: 50%; font-size: 1.2rem; cursor: pointer; }
.qty-row button:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ===== GALLERY / LOOKBOOK ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 40px; }
.g-item { aspect-ratio: 3/4; overflow: hidden; background: #ece8e1; border-radius: 12px; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.g-item:hover img { transform: scale(1.05); }

/* ===== FAQ ===== */
.faq { max-width: 860px; margin: 0 0 60px; border-top: 1px solid var(--fg); }
.fq { border-bottom: 1px solid var(--line); }
.fq summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 600; font-size: 1rem; display: flex; justify-content: space-between; align-items: center; }
.fq summary::-webkit-details-marker { display: none; }
.fq summary .pm { color: var(--accent); font-size: 1.6rem; line-height: 1; transition: transform .25s ease; font-weight: 400; }
.fq[open] summary .pm { transform: rotate(45deg); }
.fq p { color: var(--grey); line-height: 1.8; padding: 0 0 22px; max-width: 720px; }

/* ===== COUNTDOWN ===== */
.countdown { text-align: center; padding: clamp(60px, 10vh, 110px) 20px; border-bottom: 1px solid var(--line); background: #efece6; }
.countdown h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1; letter-spacing: -0.03em; }
.countdown .cd { display: flex; justify-content: center; gap: 14px; margin-top: 32px; font-family: var(--font-display); font-weight: 700; }
.countdown .cd span { font-size: clamp(2.4rem, 8vw, 5rem); line-height: 1; min-width: 1.6ch; }
.countdown .cd i { font-style: normal; font-size: clamp(1.8rem, 5vw, 3.4rem); color: var(--accent); align-self: center; }
.cd-labels { display: flex; justify-content: center; gap: 14px; margin-top: 12px; color: var(--grey); font-size: 0.72rem; letter-spacing: 0.08em; }

/* ===== SPLIT ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.split.reverse .s-img { order: 2; }
.s-img { background: #ece8e1; min-height: 420px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.s-img img { width: 100%; height: 100%; object-fit: cover; }
.s-img .ph { font-family: var(--font-display); font-weight: 700; font-size: 4rem; color: #d6d0c6; }
.s-txt { padding: clamp(28px, 5vw, 60px); display: flex; flex-direction: column; justify-content: center; }
.s-txt h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.02; letter-spacing: -0.03em; }
.s-txt p { color: var(--grey); line-height: 1.8; margin: 18px 0 26px; }

/* ===== FEATURED PRODUCT ===== */
.featured { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0 60px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #efece6; }
.f-img { aspect-ratio: 4/5; overflow: hidden; background: #ece8e1; display: flex; align-items: center; justify-content: center; }
.f-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.featured:hover .f-img img { transform: scale(1.04); }
.f-img .ph { font-family: var(--font-display); font-weight: 700; font-size: 5rem; color: #d6d0c6; }
.f-info { padding: clamp(28px, 5vw, 60px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.f-info h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.02; margin: 12px 0; letter-spacing: -0.03em; }
.f-info p { color: var(--grey); line-height: 1.7; margin-bottom: 20px; }
.f-info .price { font-weight: 700; font-size: 1.5rem; margin-bottom: 26px; }

/* ===== REVIEWS ===== */
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin-bottom: 60px; }
.rv { border: 1px solid var(--line); border-radius: 14px; padding: 26px; background: #fff; }
.rv .stars { color: var(--accent); font-size: 1.1rem; letter-spacing: 3px; }
.rv p { line-height: 1.7; margin: 16px 0; font-size: 0.92rem; }
.rv .nm { color: var(--grey); font-size: 0.78rem; }

/* ===== VIDEO ===== */
.video { margin: 40px 0 60px; }
.v-frame { border-radius: 16px; overflow: hidden; background: #000; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; }
.v-frame video { width: 100%; height: 100%; object-fit: cover; }

/* ===== LOGOS MARQUEE ===== */
.marquee.logos { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee.logos .track { -webkit-text-stroke: 1.2px var(--fg); font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2.2rem); color: transparent; font-weight: 600; }

/* ===== SPACER ===== */
.spacer { width: 100%; }

/* ===== REVEAL ===== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ===== CART PAGE ===== */
.cart-line { display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); padding: 16px 0; }
.cart-line img, .cart-line .ph { width: 70px; height: 70px; object-fit: cover; background: #ece8e1; border-radius: 10px; }
.cart-line .info { flex: 1; }
.cart-line .remove { color: var(--accent); cursor: pointer; font-weight: 600; }
.total { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; margin: 24px 0; }

/* ===== FORMY (checkout) ===== */
.form input, .form textarea, .form select {
    width: 100%; padding: 14px 16px; margin-bottom: 12px;
    background: #fff; color: var(--fg); border: 1.5px solid var(--line); border-radius: 12px;
    font-family: inherit; outline: none; transition: border .15s ease;
}
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--fg); }
.form label { font-size: 0.78rem; color: var(--grey); display: block; margin-bottom: 4px; font-weight: 600; }
.notice { border: 1.5px solid var(--accent); color: var(--accent); padding: 16px; margin: 20px 0; border-radius: 12px; }

@media (max-width: 800px) {
    .about { grid-template-columns: 1fr; }
    .detail { grid-template-columns: 1fr; }
    .gallery .main-img { position: static; }
    .nav-links a:not(.cart-link) { display: none; }
    .split, .featured { grid-template-columns: 1fr; }
    .split.reverse .s-img { order: 0; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
