/*
Theme Name: Pure Atlanta
Theme URI: https://pureatlantaapparel.com
Author: Pure Atlanta
Description: Custom WooCommerce storefront for Pure Atlanta.
Version: 1.0.0
Text Domain: pure-atlanta
*/

:root{--black:#050505;--white:#fff;--ink:#101010;--muted:#6b6b6b;--line:#e5e5e5;--soft:#f5f5f3;--accent:#df1f2d;--max:1540px;--ease:180ms ease}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.site-main{min-height:50vh}.announcement{height:34px;background:var(--black);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.announcement a:hover{text-decoration:underline}.site-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:100}.header-top{height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-tools{display:flex;align-items:center;gap:17px}.header-tools.right{justify-content:flex-end}.icon-link,.menu-toggle,.search-toggle{width:44px;height:44px;display:inline-grid;place-items:center;border:0;background:transparent;color:#111;cursor:pointer}.icon-link:hover,.menu-toggle:hover,.search-toggle:hover{background:#f3f3f3}.icon-link svg,.menu-toggle svg,.search-toggle svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.6}.cart-count{font-size:10px;min-width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;margin-left:-9px;margin-top:-20px}.brand-logo img{width:225px;max-height:48px;object-fit:contain}.desktop-nav{border-top:1px solid #f1f1f1}.desktop-nav>ul{list-style:none;padding:0;margin:0;display:flex;justify-content:center;align-items:center;gap:34px;height:51px}.desktop-nav>ul>li>a{font-size:12px;font-weight:700;letter-spacing:.095em;text-transform:uppercase;display:flex;align-items:center;height:51px;border-bottom:2px solid transparent}.desktop-nav>ul>li:hover>a,.desktop-nav>ul>li>a:focus{border-color:#111}.has-mega{position:static}.mega-menu{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--line);box-shadow:0 18px 36px rgba(0,0,0,.11);padding:30px max(24px,calc((100vw - 1450px)/2));display:grid;grid-template-columns:repeat(5,1fr);gap:34px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:var(--ease)}.has-mega:hover .mega-menu,.has-mega:focus-within .mega-menu{opacity:1;visibility:visible;transform:none}.mega-menu h3{font-size:12px;letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px}.mega-menu a{font-size:13px;color:#444;display:block;padding:4px 0}.mega-menu a:hover{text-decoration:underline;color:#000}.search-panel{display:none;background:#fff;border-top:1px solid var(--line);padding:22px}.search-panel.open{display:block}.search-form{display:flex;max-width:780px;margin:auto;border-bottom:2px solid #111}.search-field{border:0;outline:0;font-size:20px;width:100%;padding:12px 4px}.search-submit{border:0;background:transparent;font-weight:700;cursor:pointer;padding:10px}.mobile-drawer{position:fixed;inset:0 auto 0 0;width:min(390px,92vw);background:#fff;z-index:1000;transform:translateX(-102%);transition:transform 250ms ease;overflow:auto;box-shadow:20px 0 50px rgba(0,0,0,.18)}.mobile-drawer.open{transform:none}.drawer-head{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)}.drawer-head img{width:175px}.drawer-close{width:48px;height:48px;border:0;background:transparent;font-size:31px;cursor:pointer}.drawer-nav{padding:15px 20px 40px}.drawer-nav details{border-bottom:1px solid var(--line)}.drawer-nav summary,.drawer-nav>a{list-style:none;min-height:52px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.drawer-nav summary::-webkit-details-marker{display:none}.drawer-sub{padding:0 0 16px 12px}.drawer-sub a{display:block;padding:7px 0;color:#444;font-size:14px}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:999;display:none}.drawer-overlay.open{display:block}.hero{position:relative;background:#111;overflow:hidden}.hero img{width:100%;height:min(68vw,760px);object-fit:cover;object-position:center}.hero-content{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:0 24px 9%;text-align:center;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.42),transparent 44%)}.hero-content h1{font-size:clamp(34px,4vw,66px);line-height:1;text-transform:uppercase;letter-spacing:.04em;margin:0 0 16px;text-shadow:0 2px 18px rgba(0,0,0,.35)}.hero-content p{margin:0 0 24px;font-size:14px;letter-spacing:.12em;text-transform:uppercase}.button,.wp-element-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid #111;border-radius:0;background:#111!important;color:#fff!important;padding:11px 28px;font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;transition:var(--ease);cursor:pointer}.button.light{background:#fff!important;color:#111!important;border-color:#fff}.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{background:#333!important}.button.light:hover{background:#eee!important}.home-section{padding:72px 0}.home-section.tight{padding-top:20px}.section-heading{text-align:center;margin:0 0 34px}.section-heading h2{font-size:clamp(26px,3vw,43px);line-height:1.1;margin:0 0 10px;letter-spacing:.035em;text-transform:uppercase}.section-heading p{color:var(--muted);margin:0}.product-strip ul.products,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px;margin:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;text-align:center}.woocommerce ul.products li.product a img{aspect-ratio:2/3;width:100%;object-fit:cover;background:#f4f4f4;margin:0 0 16px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important;line-height:1.45;letter-spacing:.04em;text-transform:uppercase;padding:0 5px!important;min-height:35px}.woocommerce ul.products li.product .price{font-size:13px!important;color:#111!important}.woocommerce span.onsale{border-radius:0!important;background:#111!important;min-width:auto!important;min-height:auto!important;padding:6px 10px!important;line-height:1!important;font-size:10px!important;letter-spacing:.08em;text-transform:uppercase}.woocommerce ul.products li.product .button{margin-top:8px!important;font-size:10px;padding:8px 14px;min-height:38px}.full-banner{position:relative;overflow:hidden;background:#111}.full-banner img{width:100%;height:min(42vw,610px);object-fit:cover}.full-banner-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:rgba(0,0,0,.12)}.full-banner-overlay h2{font-size:clamp(34px,5vw,76px);text-transform:uppercase;letter-spacing:.05em;text-shadow:0 2px 24px #000;margin:0 0 18px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;overflow:hidden;background:#111;min-height:480px}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover img{transform:scale(1.025)}.category-card-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:38px 20px;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.65),transparent 60%)}.category-card h3{font-size:26px;letter-spacing:.06em;text-transform:uppercase;margin:0 0 15px}.story{display:grid;grid-template-columns:1.15fr 1fr;min-height:560px;background:var(--soft)}.story-media{background:url('assets/images/hero-alt.png') center/cover no-repeat;min-height:450px}.story-copy{display:flex;flex-direction:column;justify-content:center;padding:8vw}.story-copy .eyebrow{font-size:11px;letter-spacing:.16em;font-weight:700;text-transform:uppercase}.story-copy h2{font-size:clamp(34px,4vw,58px);line-height:1.03;text-transform:uppercase;margin:18px 0}.story-copy p{max-width:600px;color:#444}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line)}.trust-item{text-align:center;padding:38px 18px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item svg{width:31px;height:31px;stroke:#111;fill:none;margin:auto auto 14px}.trust-item h3{font-size:12px;letter-spacing:.09em;text-transform:uppercase;margin:0 0 5px}.trust-item p{font-size:12px;color:#666;margin:0}.newsletter{background:#0b0b0b;color:#fff;padding:70px 20px;text-align:center}.newsletter h2{font-size:clamp(28px,3.5vw,48px);text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px}.newsletter p{color:#bbb;margin:0 0 24px}.newsletter-form{max-width:610px;margin:auto;display:flex}.newsletter-form input{min-height:50px;flex:1;border:1px solid #777;border-right:0;background:transparent;color:#fff;padding:10px 15px;border-radius:0}.newsletter-form button{min-width:145px;border-color:#fff;background:#fff!important;color:#111!important}.site-footer{background:#050505;color:#fff;padding:60px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}.footer-logo{filter:invert(1);width:225px;margin-bottom:22px}.footer-brand p{font-size:13px;color:#aaa;max-width:350px}.footer-col h3{font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 18px}.footer-col a{display:block;color:#bbb;font-size:13px;padding:5px 0}.footer-col a:hover{color:#fff;text-decoration:underline}.social-links{display:flex;gap:8px;margin-top:18px}.social-links a{width:44px;height:44px;border:1px solid #3b3b3b;display:grid;place-items:center;padding:0}.social-links svg{width:20px;height:20px;fill:#fff}.footer-bottom{border-top:1px solid #2c2c2c;margin-top:50px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:#888;font-size:11px}.page-hero{background:#f1f1ef;padding:74px 20px;text-align:center}.page-hero h1{font-size:clamp(32px,4vw,54px);text-transform:uppercase;letter-spacing:.04em;margin:0}.content-page{max-width:920px;margin:60px auto 90px;padding:0 24px}.content-page h2{margin-top:38px;text-transform:uppercase;font-size:25px}.content-page a{text-decoration:underline}.content-page form{display:grid;gap:15px}.content-page input,.content-page textarea,.content-page select{width:100%;border:1px solid #aaa;padding:13px;min-height:48px;border-radius:0}.woocommerce .woocommerce-breadcrumb{font-size:12px;color:#777;margin:25px 0!important}.woocommerce-page main.container{padding-block:30px 70px}.single-product div.product{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:60px}.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{width:auto!important;float:none!important}.single-product div.product .summary{padding-top:24px}.single-product .product_title{font-size:clamp(28px,3vw,46px);line-height:1.1;text-transform:uppercase}.single-product div.product p.price{font-size:20px!important;color:#111!important}.woocommerce div.product form.cart .variations select{min-height:48px;padding:10px;border-radius:0;border:1px solid #999}.woocommerce .quantity .qty{min-height:46px}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:#111!important}.woocommerce-info::before,.woocommerce-message::before{color:#111!important}.woocommerce table.shop_table{border-radius:0!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{min-height:48px;border-radius:0;padding:10px;border:1px solid #999}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:26px}.not-found{text-align:center;padding:110px 24px}.not-found .error-code{font-size:clamp(90px,18vw,220px);font-weight:800;line-height:.8;color:#eee}.not-found h1{text-transform:uppercase;font-size:38px}.notice-success{padding:16px;background:#eaf7ed;border:1px solid #9bcea6;margin-bottom:25px}
@media(max-width:1024px){.desktop-nav{display:none}.header-top{height:76px}.brand-logo img{width:190px}.container{width:min(var(--max),calc(100% - 32px))}.product-strip ul.products,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card{min-height:390px}.story{grid-template-columns:1fr 1fr}.story-copy{padding:7vw 5vw}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid .footer-col:last-child{grid-column:2/4}.single-product div.product{gap:35px}.header-tools .account-link{display:none}}
@media(max-width:767px){.container{width:calc(100% - 28px)}.announcement{height:32px;font-size:9px;padding:0 12px;text-align:center}.header-top{grid-template-columns:1fr auto 1fr;height:66px}.header-tools{gap:0}.brand-logo img{width:154px}.icon-link,.menu-toggle,.search-toggle{width:42px;height:42px}.hero img{height:72vh;min-height:520px;object-position:center}.hero-content{padding-bottom:14%}.hero-content h1{font-size:37px}.hero-content p{font-size:11px}.home-section{padding:50px 0}.section-heading{margin-bottom:24px}.section-heading h2{font-size:29px}.product-strip ul.products,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 10px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:11px;min-height:48px}.woocommerce ul.products li.product a img{margin-bottom:11px!important}.full-banner img{height:58vh;min-height:420px;object-position:center}.category-grid{grid-template-columns:1fr}.category-card{min-height:440px}.story{grid-template-columns:1fr}.story-copy{padding:55px 24px}.story-media{min-height:520px;background-position:center}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.newsletter-form{display:block}.newsletter-form input{width:100%;border-right:1px solid #777;margin-bottom:10px}.newsletter-form button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 25px}.footer-brand{grid-column:1/3}.footer-grid .footer-col:last-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}.single-product div.product{display:block}.single-product div.product .summary{padding-top:10px}.page-hero{padding:52px 16px}.content-page{margin-block:40px 70px}.woocommerce-cart-form{overflow-x:auto}.woocommerce table.shop_table_responsive tr td::before{font-weight:700}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:100%!important;float:none!important}.header-tools .search-label{display:none}}
@media(max-width:390px){.brand-logo img{width:140px}.header-tools.right .account-link{display:none}.hero img{height:68vh}.category-card{min-height:390px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Refined catalog layout: preserve complete product imagery and align card content. */
.content-page.wide-catalog{max-width:var(--max);padding-inline:24px}
.woocommerce ul.products li.product{display:flex;flex-direction:column;min-width:0}
.woocommerce ul.products li.product .woocommerce-loop-product__link{display:flex!important;flex:1;flex-direction:column;text-decoration:none}
.woocommerce ul.products li.product a img{aspect-ratio:4/5!important;width:100%;object-fit:contain!important;background:#f5f5f3!important;padding:clamp(10px,1.25vw,20px);margin-bottom:18px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:44px!important;margin:0!important;padding-inline:7px!important}
.woocommerce ul.products li.product .price{margin-top:auto;padding-top:8px;font-variant-numeric:tabular-nums}
.woocommerce ul.products li.product .button{align-self:center;min-height:40px;margin-top:12px!important}
.wide-catalog .woocommerce-result-count,.wide-catalog .woocommerce-ordering{margin-bottom:28px!important}
.wide-catalog .woocommerce-ordering select,.tax-product_cat .woocommerce-ordering select{min-width:225px;min-height:48px;padding:0 42px 0 16px;border:1px solid #aaa;background:#fff}
.tax-product_cat main.site-main.container{padding-top:0}
.tax-product_cat .woocommerce-breadcrumb{display:none}
.tax-product_cat .woocommerce-products-header{margin-inline:calc(50% - 50vw);margin-bottom:40px;padding:62px 24px;text-align:center;background:var(--soft)}
.tax-product_cat .woocommerce-products-header__title.page-title{margin:0;font-size:clamp(34px,4vw,56px);line-height:1;text-transform:uppercase;letter-spacing:.035em}
.tax-product_cat .woocommerce-result-count,.tax-product_cat .woocommerce-ordering{margin-bottom:30px!important}
@media(max-width:767px){.content-page.wide-catalog{padding-inline:14px}.woocommerce ul.products li.product a img{padding:8px;margin-bottom:12px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:48px!important;padding-inline:2px!important}.wide-catalog .woocommerce-result-count,.wide-catalog .woocommerce-ordering,.tax-product_cat .woocommerce-result-count,.tax-product_cat .woocommerce-ordering{float:none!important;width:100%;margin-bottom:14px!important}.wide-catalog .woocommerce-ordering select,.tax-product_cat .woocommerce-ordering select{width:100%;min-width:0}.tax-product_cat .woocommerce-products-header{padding-block:46px;margin-bottom:28px}}
