:root {
    --spider-ink: #17191d;
    --spider-muted: #5f6877;
    --spider-red: #d71935;
    --spider-red-dark: #aa1027;
    --spider-blue: #079bd5;
    --spider-soft: #f4f6f8;
    --spider-line: #dfe3e8;
}

body:not(.wp-admin) #top-header,
body:not(.wp-admin) #main-header,
body:not(.wp-admin) #main-footer,
body:not(.wp-admin) .et-l--header,
body:not(.wp-admin) .et-l--footer { display: none !important; }
body:not(.wp-admin) #page-container { padding-top: 0 !important; margin-top: 0 !important; }
body.home #main-content .container { width: 100% !important; max-width: none !important; padding-top: 0 !important; }
body.home #main-content .container::before { display: none !important; }
body.home #left-area { width: 100% !important; padding: 0 !important; }
body.home #sidebar, body.home .entry-title, body.home .et_post_meta_wrapper { display: none !important; }
body.home article.page, body.home .entry-content { margin: 0 !important; padding: 0 !important; }

.spider-shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.spider-site-header, .spider-site-footer { position: relative; z-index: 9999; font-family: Arial, Helvetica, sans-serif; }
.spider-utility { background: #fafafa; color: var(--spider-ink); border-bottom: 1px solid #ececec; font-size: 13px; }
.spider-utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.spider-utility nav, .spider-main-links { display: flex; align-items: center; gap: 22px; }
.spider-utility a, .spider-main-links a { color: var(--spider-ink); text-decoration: none; font-weight: 650; }
.spider-utility a:hover, .spider-utility a:focus, .spider-main-links a:hover, .spider-main-links a:focus { color: var(--spider-red); }

.spider-brand-nav { background: #fff4f7; border-bottom: 1px solid #f1dfe3; }
.spider-brand-nav-inner { min-height: 170px; display: grid; grid-template-columns: 1fr 190px 1fr; align-items: center; gap: 28px; }
.spider-main-links-left { justify-content: flex-end; }
.spider-main-links-right { justify-content: flex-start; }
.spider-main-links a { text-transform: uppercase; font-size: 15px; letter-spacing: .02em; }
.spider-logo-link { display: grid; place-items: center; width: 170px; height: 136px; margin: auto; }
.spider-logo-link img { display: block; width: 138px; height: 138px; object-fit: contain; }

.spider-home { color: var(--spider-ink); font-family: Arial, Helvetica, sans-serif; }
.spider-slider { position: relative; min-height: 620px; overflow: hidden; background: #15191f; }
.spider-slides, .spider-slide { position: absolute; inset: 0; }
.spider-slide { opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s ease; }
.spider-slide.is-active { opacity: 1; visibility: visible; }
.spider-slide > img { width: 100%; height: 100%; object-fit: cover; }
.spider-slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,11,16,.92) 0%, rgba(8,11,16,.65) 42%, rgba(8,11,16,.12) 75%); }
.spider-slide-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 74px; color: #fff; }
.spider-slide-copy h1 { max-width: 700px; margin: 0 0 18px; color: #fff; font-size: clamp(44px, 6vw, 78px); line-height: 1; letter-spacing: -.045em; }
.spider-slide-copy > p:not(.spider-kicker) { max-width: 620px; margin: 0 0 28px; color: #e9edf2; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.spider-slide-copy small { margin-top: 18px; color: #d6d9dd; font-size: 12px; }
.spider-slider-arrow { position: absolute; z-index: 4; top: 50%; width: 46px; height: 60px; transform: translateY(-50%); border: 0; background: rgba(0,0,0,.36); color: #fff; font-size: 28px; cursor: pointer; }
.spider-slider-arrow:hover, .spider-slider-arrow:focus { background: rgba(215,25,53,.88); }
.spider-slider-prev { left: 16px; }
.spider-slider-next { right: 16px; }
.spider-slider-dots { position: absolute; z-index: 5; right: 0; bottom: 22px; left: 0; display: flex; justify-content: center; gap: 9px; }
.spider-slider-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.spider-slider-dots button.is-active { background: #fff; }

.spider-kicker { margin: 0 0 13px; color: var(--spider-red); font-size: 13px; line-height: 1.4; font-weight: 800; letter-spacing: .16em; }
.spider-slide .spider-kicker { color: #ff8798; }
.spider-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.spider-button, button.spider-button { display: inline-flex; min-height: 48px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 3px; font-weight: 750; text-decoration: none; transition: .2s ease; cursor: pointer; }
.spider-button-primary { background: var(--spider-red); color: #fff !important; }
.spider-button-primary:hover, .spider-button-primary:focus { background: var(--spider-red-dark); transform: translateY(-1px); }
.spider-button-ghost { border-color: rgba(255,255,255,.65); color: #fff !important; }
.spider-button-dark { background: var(--spider-ink); color: #fff !important; }

.spider-visual-links { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 30px; padding-block: 72px 48px; }
.spider-visual-card { overflow: hidden; border: 1px solid #cfd6dc; background: #fff; color: var(--spider-ink) !important; text-decoration: none; box-shadow: 0 14px 32px rgba(17,24,39,.09); transition: transform .2s ease, box-shadow .2s ease; }
.spider-visual-card:hover, .spider-visual-card:focus { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(17,24,39,.15); }
.spider-visual-card img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.spider-visual-card span { display: flex; min-height: 68px; padding: 14px 18px; align-items: center; justify-content: space-between; gap: 12px; background: var(--spider-blue); color: #fff; }
.spider-visual-card strong { font-size: 19px; }
.spider-visual-card em { font-size: 13px; font-style: normal; text-transform: lowercase; }

.spider-shipping-promo { padding-block: 44px 24px; text-align: center; }
.spider-shipping-promo p { margin: 0; color: #e00000; font-size: clamp(24px,3.2vw,42px); line-height: 1.35; font-style: italic; font-weight: 800; }
.spider-story { padding-block: 48px 88px; }
.spider-story > h2 { margin: 0 0 64px; text-align: center; color: var(--spider-ink); font-size: clamp(34px,4vw,52px); line-height: 1.15; font-weight: 500; }
.spider-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 54px; }
.spider-story-grid h3 { margin: 0 0 14px; color: var(--spider-ink); font-size: 22px; }
.spider-story-grid p, .spider-product-copy p, .spider-wholesale p, .spider-page-shell p, .spider-page-shell li { color: var(--spider-muted); line-height: 1.72; }

.spider-product-band { padding-block: 90px; background: var(--spider-soft); }
.spider-product-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: center; gap: clamp(40px,7vw,100px); }
.spider-product-image, .spider-image-placeholder { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: #fff; border: 1px solid var(--spider-line); }
.spider-product-copy h2, .spider-wholesale h2 { margin: 0; color: var(--spider-ink); font-size: clamp(34px,5vw,56px); line-height: 1.06; letter-spacing: -.035em; }
.spider-price { margin: 24px 0; color: var(--spider-ink); font-size: 22px; font-weight: 800; }
.spider-prelaunch { color: var(--spider-red); font-size: 15px; }
.spider-concept-note { margin-top: 18px; font-size: 12px; }
.spider-wholesale { display: flex; padding-block: 84px; align-items: center; justify-content: space-between; gap: 40px; }
.spider-wholesale > div { max-width: 760px; }

.spider-page-shell { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding-block: 80px; }
.spider-page-shell h1 { color: var(--spider-ink); font-size: clamp(40px,6vw,66px); line-height: 1.05; letter-spacing: -.04em; }
.spider-contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 38px; }
.spider-contact-form label { display: grid; gap: 8px; color: var(--spider-ink); font-weight: 700; }
.spider-contact-form label:nth-of-type(4) { grid-column: 1/-1; }
.spider-contact-form input, .spider-contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbd1d8; border-radius: 3px; background: #fff; font: inherit; }
.spider-honeypot { position: absolute !important; left: -9999px !important; }
.spider-form-notice { margin-block: 22px; padding: 14px 16px; border-left: 4px solid; }
.spider-form-notice.success { border-color: #1b8b55; background: #edf9f3; }
.spider-form-notice.error { border-color: var(--spider-red); background: #fff0f2; }

.spider-site-footer { padding: 70px 0 18px; background: var(--spider-blue); color: #fff; }
.spider-footer-grid { display: grid; grid-template-columns: .9fr .95fr 1.15fr .8fr; gap: 56px; }
.spider-footer-grid h2 { margin: 0 0 18px; color: #fff; font-size: 16px; letter-spacing: .06em; text-transform: uppercase; }
.spider-footer-grid section > a { display: block; margin: 0 0 12px; }
.spider-footer-grid a, .spider-footer-grid p { color: #fff !important; line-height: 1.65; text-decoration: none; }
.spider-footer-grid a:hover, .spider-footer-grid a:focus { text-decoration: underline; }
.spider-security-badge { align-self: start; display: flex; min-width: 190px; padding: 15px 18px; align-items: center; gap: 12px; border: 2px solid rgba(255,255,255,.8); border-radius: 12px; background: rgba(4,48,74,.42); }
.spider-security-badge > span { font-size: 36px; }
.spider-security-badge strong, .spider-security-badge small { display: block; color: #fff; }
.spider-security-badge strong { font-size: 24px; }
.spider-security-badge small { font-size: 10px; letter-spacing: .08em; }
.spider-footer-bottom { margin-top: 70px; font-size: 13px; }
body.single-product .woocommerce-product-gallery::after { content: "Temporary concept images — replace with official product photos before launch."; display: block; margin-top: 10px; color: #707782; font-size: 12px; }
.spider-product-concept-gallery { float: left; width: 48%; min-height: 520px; margin-bottom: 2em; background: #eef1f4; }
.spider-product-concept-gallery .spider-slide > img { object-fit: contain; background: #fff; }
.spider-product-concept-gallery > p { position: absolute; z-index: 5; right: 16px; bottom: 44px; left: 16px; margin: 0; padding: 7px 10px; background: rgba(0,0,0,.58); color: #fff; font-size: 11px; text-align: center; }

@media (max-width: 980px) {
    .spider-brand-nav-inner { min-height: auto; grid-template-columns: 1fr; gap: 12px; padding-block: 18px; }
    .spider-logo-link { order: -1; height: 104px; }
    .spider-logo-link img { width: 104px; height: 104px; }
    .spider-main-links-left, .spider-main-links-right { justify-content: center; }
    .spider-visual-links, .spider-story-grid, .spider-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .spider-product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .spider-utility-inner, .spider-wholesale { align-items: flex-start; flex-direction: column; }
    .spider-utility-inner { padding-block: 10px; }
    .spider-utility nav { gap: 10px 16px; }
    .spider-slider { min-height: 540px; }
    .spider-slide-shade { background: rgba(8,11,16,.68); }
    .spider-visual-links, .spider-story-grid, .spider-footer-grid, .spider-contact-form { grid-template-columns: 1fr; }
    .spider-contact-form label:nth-of-type(4) { grid-column: auto; }
    .spider-story-grid { gap: 26px; }
    .spider-footer-bottom { margin-top: 42px; }
    .spider-product-concept-gallery { float: none; width: 100%; min-height: 420px; }
}

@media (max-width: 520px) {
    .spider-shell, .spider-page-shell { width: min(100% - 28px,1220px); }
    .spider-main-links { gap: 14px; flex-wrap: wrap; }
    .spider-main-links a { font-size: 12px; }
    .spider-utility nav a:first-child, .spider-utility nav a:nth-child(3) { display: none; }
    .spider-slider-arrow { display: none; }
    .spider-slide-copy h1 { font-size: 42px; }
    .spider-visual-links { padding-top: 36px; }
    .spider-shipping-promo p br { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .spider-slide, .spider-button, .spider-visual-card { transition: none; }
}
