/*
Theme Name: Kenneth York Digital
Theme URI: https://kennethyork.com
Author: Kenneth York
Author URI: https://kennethyork.com
Description: A modern Easy Digital Downloads storefront for every kind of downloadable product.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: kenneth-york
Tags: e-commerce, portfolio, custom-logo, featured-images, block-styles
*/

:root {
  --ink: #090b10;
  --panel: #11141d;
  --panel-2: #181c27;
  --paper: #f6f3ed;
  --white: #fff;
  --muted: #a6adbd;
  --line: rgba(255,255,255,.11);
  --violet: #8f6bff;
  --mint: #b9ff66;
  --orange: #ff8f5c;
  --display: "Arial Black", "Helvetica Neue", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1240px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
body:before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .16; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.screen-reader-text:focus { width: auto; height: auto; clip: auto; z-index: 100; background: white; color: black; padding: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(9,11,16,.84); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 850; letter-spacing: -.03em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--ink); background: var(--mint); font: 900 15px/1 var(--display); transform: rotate(-4deg); }
.custom-logo { width: auto; max-height: 45px; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: #d9dce5; font-size: 14px; font-weight: 700; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--mint); }
.cart-link { display: inline-flex; gap: 8px; align-items: center; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 800; }
.cart-count { display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 6px; border-radius: 99px; color: var(--ink); background: var(--mint); font-size: 11px; }
.menu-toggle { display: none; margin-left: auto; border: 0; color: white; background: transparent; font-size: 25px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--mint); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow:before { content: ""; width: 30px; height: 2px; background: currentColor; }
.hero { position: relative; overflow: hidden; padding: 90px 0 64px; }
.hero:after { content: ""; position: absolute; top: -220px; right: -180px; width: 720px; height: 720px; border-radius: 50%; background: var(--violet); filter: blur(130px); opacity: .18; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.hero h1, .page-title { margin: 0; font-family: var(--display); font-size: clamp(54px, 7.6vw, 108px); line-height: .92; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--violet); font-style: normal; }
.hero-copy { max-width: 620px; margin: 28px 0 34px; color: #c0c5d2; font-size: clamp(17px, 1.6vw, 20px); }
.button, .edd-submit, .edd_download_purchase_form .edd-add-to-cart, .wp-element-button { display: inline-flex !important; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 12px 22px !important; border: 1px solid transparent !important; border-radius: 999px !important; color: var(--ink) !important; background: var(--mint) !important; box-shadow: none !important; font-size: 13px !important; font-weight: 900 !important; letter-spacing: .03em; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover, .edd-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(185,255,102,.16) !important; }
.button.secondary { color: var(--white) !important; border-color: var(--line) !important; background: transparent !important; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; gap: 26px; margin-top: 42px; color: var(--muted); font-size: 12px; font-weight: 700; }
.hero-proof span:before { content: "✓"; margin-right: 7px; color: var(--mint); }
.hero-art { position: relative; min-height: 560px; }
.hero-card { position: absolute; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--panel); box-shadow: 0 35px 90px rgba(0,0,0,.4); }
.hero-card.main { inset: 15px 25px 40px 25px; transform: rotate(3deg); background: linear-gradient(145deg,#302261,#11141d 68%); }
.hero-card.main:before { content: "PLAY"; position: absolute; left: -14px; bottom: 55px; color: rgba(255,255,255,.08); font: 900 120px/1 var(--display); letter-spacing: -.08em; }
.art-orbit { position: absolute; width: 250px; height: 250px; top: 78px; left: 50%; border: 2px solid rgba(185,255,102,.8); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 70px rgba(185,255,102,.2); }
.art-orbit:before, .art-orbit:after { content: ""; position: absolute; inset: 40px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.art-orbit:after { inset: 82px; background: var(--orange); border: 0; box-shadow: 0 0 45px rgba(255,143,92,.5); }
.art-label { position: absolute; left: 35px; right: 35px; bottom: 32px; display: flex; justify-content: space-between; align-items: end; }
.art-label strong { max-width: 260px; font: 900 31px/1 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.art-label small { color: var(--mint); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(24,28,39,.94); box-shadow: 0 18px 50px rgba(0,0,0,.32); font-size: 12px; font-weight: 800; }
.float-card.one { top: 4px; right: -10px; }
.float-card.two { bottom: 5px; left: -10px; }
.float-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; color: var(--ink); background: var(--violet); font-size: 17px; }

.trust-strip { border-block: 1px solid var(--line); background: #0d0f15; }
.trust-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #7f8696; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.trust-inner strong { color: white; font-size: 14px; letter-spacing: -.01em; text-transform: none; }
.section { padding: 110px 0; }
.section.alt { background: var(--paper); color: var(--ink); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { max-width: 760px; margin: 0; font: 900 clamp(38px,5vw,68px)/.98 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.section-heading p { max-width: 420px; margin: 0; color: var(--muted); }
.alt .section-heading p { color: #5c6069; }
.text-link { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 2px solid currentColor; font-size: 13px; font-weight: 900; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: transform .25s, border-color .25s; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(185,255,102,.5); }
.alt .product-card { border-color: rgba(9,11,16,.1); background: white; }
.product-art { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(145deg, #7153d4, #201b32); }
.product-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-art img { transform: scale(1.035); }
.product-art.placeholder { display: grid; place-items: center; }
.product-art.placeholder:before { content: "KY"; color: rgba(255,255,255,.16); font: 900 90px/1 var(--display); transform: rotate(-9deg); }
.product-badge { position: absolute; top: 15px; left: 15px; padding: 7px 11px; border-radius: 99px; color: var(--ink); background: var(--mint); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-body { padding: 22px; }
.product-meta { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.alt .product-meta { color: #6d7280; }
.product-title { margin: 0 0 17px; font-size: 21px; line-height: 1.2; letter-spacing: -.035em; }
.product-bottom { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-top: 17px; border-top: 1px solid var(--line); }
.alt .product-bottom { border-color: rgba(9,11,16,.1); }
.product-price { font-size: 15px; font-weight: 900; }
.product-arrow { color: var(--mint); font-size: 21px; }

.category-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.category-card { position: relative; min-height: 420px; overflow: hidden; padding: 36px; border-radius: 26px; background: #151824; }
.category-card.ebooks { color: var(--ink); background: var(--orange); }
.category-card .number { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.category-card h3 { position: relative; z-index: 2; max-width: 500px; margin: 150px 0 12px; font: 900 clamp(40px,5vw,72px)/.9 var(--display); letter-spacing: -.07em; text-transform: uppercase; }
.category-card p { position: relative; z-index: 2; max-width: 390px; margin: 0; color: #b3b9c7; }
.category-card.ebooks p { color: #45281d; }
.category-graphic { position: absolute; top: -70px; right: -40px; width: 300px; height: 300px; border: 2px solid var(--violet); border-radius: 50%; box-shadow: inset 0 0 0 45px rgba(143,107,255,.08), inset 0 0 0 85px rgba(143,107,255,.08); }
.ebooks .category-graphic { width: 180px; height: 245px; top: 34px; right: 50px; border: 8px solid var(--ink); border-radius: 5px 15px 15px 5px; box-shadow: 16px 16px 0 rgba(9,11,16,.18); transform: rotate(8deg); }

.about-band { overflow: hidden; padding: 100px 0; background: var(--violet); color: var(--ink); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.about-kicker { font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.about-band blockquote { margin: 0; font: 900 clamp(35px,4.8vw,66px)/1.02 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.about-band blockquote em { color: white; font-style: normal; }

.newsletter { padding: 88px 0; }
.newsletter-box { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: clamp(30px,5vw,66px); border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg,#141722,#10121a); }
.newsletter h2 { margin: 0 0 13px; font: 900 clamp(34px,4vw,58px)/1 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.newsletter p { margin: 0; color: var(--muted); }
.newsletter form { display: flex; gap: 10px; }
input[type="email"], input[type="text"], input[type="search"], input[type="password"], textarea, select { width: 100%; min-height: 51px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; color: white; background: #0b0d13; outline: none; }
input:focus, textarea:focus { border-color: var(--violet); }

.site-main { min-height: 60vh; }
.page-hero { padding: 90px 0 60px; border-bottom: 1px solid var(--line); }
.page-title { font-size: clamp(48px,7vw,88px); }
.content-wrap { padding: 70px 0 110px; }
.entry-content { max-width: 800px; font-size: 18px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content a { color: var(--mint); text-decoration: underline; }
.archive-products { padding: 70px 0 110px; }
.single-product { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(35px,7vw,90px); padding: 75px 0 110px; align-items: start; }
.single-media { overflow: hidden; border-radius: 25px; background: var(--panel); }
.single-media img { width: 100%; }
.single-info { position: sticky; top: 120px; }
.single-info h1 { margin: 8px 0 20px; font: 900 clamp(42px,5vw,70px)/.98 var(--display); letter-spacing: -.06em; }
.single-info .price { margin: 24px 0; color: var(--mint); font-size: 26px; font-weight: 900; }
.single-description { color: #bcc1cd; }
.edd_download_purchase_form { margin-top: 28px; }
.edd_price_options { padding: 0 !important; list-style: none; }
.edd_price_options li { padding: 12px 0; border-bottom: 1px solid var(--line); }
#edd_checkout_cart { width: 100%; border-collapse: collapse; }
#edd_checkout_cart th, #edd_checkout_cart td { padding: 14px; border: 1px solid var(--line); text-align: left; }

.site-footer { padding: 70px 0 30px; border-top: 1px solid var(--line); background: #07080c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, .7fr); gap: 70px; padding-bottom: 60px; }
.footer-brand p { max-width: 390px; color: var(--muted); font-size: 14px; }
.footer-title { margin: 0 0 17px; color: #777e8e; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin: 9px 0; }
.footer-menu a { font-size: 14px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); color: #6f7584; font-size: 11px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 22px 20px; border-bottom: 1px solid var(--line); background: var(--ink); }
  .site-nav.open { display: block; }
  .site-nav ul { align-items: stretch; flex-direction: column; gap: 16px; }
  .cart-link { margin-left: 0; }
  .hero-grid, .about-grid, .newsletter-box, .single-product { grid-template-columns: 1fr; }
  .hero { padding-top: 65px; }
  .hero-art { min-height: 500px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; flex-direction: column; }
  .single-info { position: static; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .cart-link { padding: 9px 11px; }
  .cart-link > span:first-child { display: none; }
  .hero h1 { font-size: 53px; }
  .hero-art { min-height: 410px; }
  .hero-card.main { inset: 15px 10px 30px; }
  .art-orbit { width: 190px; height: 190px; }
  .art-label strong { font-size: 24px; }
  .float-card.one { right: 0; }
  .float-card.two { left: 0; }
  .hero-proof { align-items: start; flex-direction: column; gap: 7px; }
  .trust-inner { justify-content: center; flex-wrap: wrap; padding: 22px 0; }
  .section { padding: 75px 0; }
  .product-grid, .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 380px; }
  .newsletter form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

/* Modern minimal direction */
:root {
  --ink: #0c0d0f;
  --panel: #f4f5f7;
  --panel-2: #e9ebef;
  --paper: #ffffff;
  --white: #111216;
  --muted: #696d76;
  --line: rgba(12,13,15,.1);
  --violet: #2864dc;
  --mint: #2864dc;
  --orange: #e9edf5;
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 16px;
}
body { color: var(--ink); background: #fff; }
body:before { display: none; }
.site-header { border-color: var(--line); background: rgba(255,255,255,.88); }
.brand-mark { color: white; background: #111216; transform: none; }
.site-nav a { color: #4d5159; font-weight: 600; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: #111216; }
.cart-link { color: white; border: 0; background: #111216; }
.cart-count { color: #111216; background: white; }
.eyebrow { color: #2864dc; letter-spacing: .1em; }
.eyebrow:before { display: none; }
.hero { padding: 110px 0 90px; background: linear-gradient(180deg,#fff 0%,#f7f8fa 100%); }
.hero:after { top: -300px; right: -250px; background: #75a2ff; opacity: .13; }
.hero h1, .page-title { font-family: var(--display); font-weight: 720; line-height: .98; letter-spacing: -.065em; text-transform: none; }
.hero h1 { font-size: clamp(56px,7.2vw,100px); }
.hero h1 em { display: inline; color: #2864dc; }
.hero-copy { color: #626772; font-size: 19px; }
.button, .edd-submit, .edd_download_purchase_form .edd-add-to-cart, .wp-element-button { color: white !important; background: #111216 !important; font-weight: 700 !important; letter-spacing: 0; }
.button:hover, .edd-submit:hover { box-shadow: 0 12px 28px rgba(12,13,15,.15) !important; }
.button.secondary { color: #111216 !important; border-color: rgba(12,13,15,.16) !important; background: white !important; }
.hero-proof { color: #747983; }
.hero-proof span:before { color: #2864dc; }
.hero-art { min-height: 530px; }
.hero-card { border-color: rgba(12,13,15,.08); background: white; box-shadow: 0 30px 80px rgba(25,35,55,.14); }
.hero-card.main { transform: rotate(1.5deg); background: linear-gradient(145deg,#e8efff,#f5f7fb 68%); }
.hero-card.main:before { content: "FILES"; color: rgba(40,100,220,.07); }
.art-orbit { border-color: #2864dc; box-shadow: 0 0 70px rgba(40,100,220,.12); }
.art-orbit:before { border-color: rgba(40,100,220,.25); }
.art-orbit:after { background: #111216; box-shadow: none; }
.art-label small { color: #2864dc; }
.float-card { border-color: rgba(12,13,15,.08); background: rgba(255,255,255,.96); box-shadow: 0 16px 40px rgba(25,35,55,.12); }
.float-icon { color: white; background: #2864dc; }
.trust-strip { border-color: var(--line); background: white; }
.trust-inner { color: #858a93; }
.trust-inner strong { color: #111216; }
.section.alt { background: #f5f6f8; }
.section-heading h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.055em; text-transform: none; }
.section-heading p, .alt .section-heading p { color: #6a6f78; }
.product-card, .alt .product-card { border-color: rgba(12,13,15,.08); background: white; box-shadow: 0 3px 16px rgba(25,35,55,.04); }
.product-card:hover { border-color: rgba(40,100,220,.35); box-shadow: 0 18px 45px rgba(25,35,55,.1); }
.product-art { background: linear-gradient(145deg,#dfe8fb,#b8caf0); }
.product-art.placeholder:before { color: rgba(25,45,85,.12); }
.product-badge { color: white; background: rgba(17,18,22,.88); backdrop-filter: blur(8px); }
.product-meta, .alt .product-meta { color: #747982; }
.product-bottom, .alt .product-bottom { border-color: rgba(12,13,15,.08); }
.product-arrow { color: #2864dc; }
.category-card { color: white; background: #111216; }
.category-card.ebooks { color: #111216; background: #e9edf5; }
.category-card h3 { font-family: var(--display); font-weight: 700; letter-spacing: -.06em; text-transform: none; }
.category-card p { color: #aeb3bd; }
.category-card.ebooks p { color: #616773; }
.category-graphic { border-color: #5f8deb; box-shadow: inset 0 0 0 45px rgba(95,141,235,.08), inset 0 0 0 85px rgba(95,141,235,.08); }
.ebooks .category-graphic { border-color: #111216; box-shadow: 16px 16px 0 rgba(17,18,22,.1); }
.about-band { color: white; background: #2864dc; }
.about-band blockquote { font-family: var(--display); font-weight: 700; letter-spacing: -.055em; text-transform: none; }
.about-band blockquote em { color: #cbdcff; }
.newsletter-box { border-color: rgba(12,13,15,.08); background: #f5f6f8; }
.newsletter h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.055em; text-transform: none; }
.newsletter p { color: #6a6f78; }
input[type="email"], input[type="text"], input[type="search"], input[type="password"], textarea, select { color: #111216; border-color: rgba(12,13,15,.14); background: white; }
.page-hero { border-color: var(--line); background: #f7f8fa; }
.single-description { color: #656a74; }
.single-info .price, .entry-content a { color: #2864dc; }
.site-footer { color: white; border-color: rgba(255,255,255,.1); background: #111216; }
.site-footer .brand-mark { color: #111216; background: white; }
@media (max-width: 900px) {
  .site-nav { background: white; }
  .menu-toggle { color: #111216; }
}

/* Catalog storefront */
.header-inner { min-height: 72px; gap: 24px; }
.header-search { display: grid; place-items: center; width: 38px; height: 38px; margin-left: 4px; border: 1px solid var(--line); border-radius: 50%; font-size: 23px; }
.site-nav ul { gap: 24px; }
.store-hero { padding: 46px 0; background: #f6f7f9; }
.store-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.store-hero-copy { padding: clamp(32px,5vw,72px); border: 1px solid #e5e7eb; border-radius: 22px; background: white; }
.store-label { display: block; margin-bottom: 13px; color: #2864dc; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.store-hero h1 { max-width: 780px; margin: 0; font-size: clamp(42px,5.4vw,72px); line-height: 1; letter-spacing: -.06em; }
.store-hero-copy > p { max-width: 670px; margin: 22px 0 27px; color: #656a73; font-size: 17px; }
.store-search { display: flex; max-width: 670px; padding: 5px; border: 1px solid #d8dce2; border-radius: 12px; background: white; box-shadow: 0 5px 20px rgba(20,30,50,.06); }
.store-search input[type="search"] { min-width: 0; border: 0; background: transparent; }
.store-search button, .store-newsletter button { padding: 11px 22px; border: 0; border-radius: 8px; color: white; background: #111216; font-size: 13px; font-weight: 750; cursor: pointer; }
.popular-searches { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; color: #858a93; font-size: 12px; }
.popular-searches a { color: #3b3f46; text-decoration: underline; text-underline-offset: 3px; }
.store-promo { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: end; min-height: 420px; padding: 34px; border-radius: 22px; color: white; background: #2864dc; }
.promo-pill { position: absolute; top: 24px; left: 24px; padding: 7px 11px; border-radius: 99px; background: rgba(255,255,255,.15); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.promo-files { position: absolute; top: 68px; right: 34px; width: 190px; height: 155px; }
.promo-files span { position: absolute; inset: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; background: rgba(255,255,255,.12); font-size: 35px; }
.promo-files span:nth-child(1) { transform: translate(-38px,22px) rotate(-10deg); }
.promo-files span:nth-child(2) { transform: translate(-18px,8px) rotate(-4deg); }
.store-promo h2 { position: relative; margin: 0 0 18px; font-size: 30px; line-height: 1.05; letter-spacing: -.04em; }
.store-promo a { position: relative; font-size: 13px; font-weight: 750; }
.store-categories { padding: 20px 0; border-block: 1px solid var(--line); background: white; }
.category-row { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.category-chip { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; min-height: 44px; padding: 8px 15px; border: 1px solid #dfe2e7; border-radius: 10px; color: #4f545d; background: white; font-size: 12px; font-weight: 700; }
.category-chip > span { color: #2864dc; font-size: 17px; }
.category-chip small { display: grid; place-items: center; min-width: 20px; height: 20px; border-radius: 99px; background: #f0f2f5; font-size: 10px; }
.category-chip.active { color: white; border-color: #111216; background: #111216; }
.category-chip.active > span { color: white; }
.store-products { padding: 80px 0 95px; background: #fff; }
.store-section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 32px; }
.store-section-head h2 { margin: 0; font-size: clamp(34px,4vw,48px); line-height: 1; letter-spacing: -.05em; }
.store-section-head p { margin: 10px 0 0; color: #737882; }
.view-all { padding-bottom: 5px; border-bottom: 1px solid #111216; font-size: 13px; font-weight: 750; }
.store-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.store-product-grid .product-body { padding: 18px; }
.store-product-grid .product-title { min-height: 48px; margin-bottom: 10px; font-size: 17px; }
.store-product-grid .product-art { aspect-ratio: 1.15 / 1; }
.store-product-grid .product-card { box-shadow: none; }
.store-product-grid .product-card:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(20,30,50,.09); }
.file-symbol { position: absolute; display: grid; place-items: center; width: 58px; height: 68px; border: 2px solid rgba(255,255,255,.7); border-radius: 8px; color: white; font-size: 28px; }
.product-art.placeholder:before { display: none; }
.tone-blue { background: #597ed1; }.tone-coral { background: #d56e53; }.tone-green { background: #3b8b72; }.tone-yellow { background: #d8a638; }.tone-purple { background: #795fc7; }.tone-slate { background: #526071; }.tone-aqua { background: #278d9b; }.tone-rose { background: #b95c7d; }
.card-action { color: #2864dc; font-size: 12px; font-weight: 750; }
.store-benefits { padding: 55px 0; border-block: 1px solid var(--line); background: #f7f8fa; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 35px; }
.benefits-grid > div { position: relative; padding-left: 55px; }
.benefit-icon { position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 39px; height: 39px; border-radius: 10px; color: #2864dc; background: #e6edfc; font-weight: 800; }
.benefits-grid h3 { margin: 0 0 5px; font-size: 15px; }
.benefits-grid p { margin: 0; color: #777c86; font-size: 12px; line-height: 1.5; }
.store-newsletter { padding: 65px 0; }
.newsletter-strip { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 50px; padding: 44px 50px; border-radius: 18px; color: white; background: #111216; }
.newsletter-strip h2 { margin: 0 0 7px; font-size: 28px; letter-spacing: -.035em; }
.newsletter-strip p { margin: 0; color: #aeb2bb; font-size: 13px; }
.newsletter-strip form { display: flex; gap: 8px; }
.newsletter-strip input[type="email"] { border-color: rgba(255,255,255,.17); color: white; background: rgba(255,255,255,.08); }
.newsletter-strip button { color: #111216; background: white; }
@media (max-width: 1000px) {
  .store-hero-grid { grid-template-columns: 1fr; }
  .store-promo { min-height: 330px; }
  .store-product-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .header-search { margin-left: auto; }
  .store-hero { padding: 20px 0; }
  .store-hero-copy { padding: 30px 22px; }
  .store-search { flex-direction: column; }
  .store-product-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-strip { grid-template-columns: 1fr; padding: 30px 24px; }
}
@media (max-width: 480px) {
  .header-search { display: none; }
  .store-product-grid, .benefits-grid { grid-template-columns: 1fr; }
  .store-section-head { align-items: start; flex-direction: column; }
  .store-promo { min-height: 360px; }
  .newsletter-strip form { flex-direction: column; }
}
