/*
Theme Name: Urban Threadz Boutique
Theme URI: https://theurbanthreadzboutique.com
Author: Urban Threadz Boutique
Description: High-fidelity editorial WooCommerce storefront for Urban Threadz Boutique
Version: 1.1.0
Text Domain: urban-threadz
*/
:root{--black:#000;--white:#fff;--paper:#f9fcff;--gray:#5e5e5e;--line:#e6e6e6;--accent:#fc00a9;--accent-yellow:#fed814;--max:1500px;--pad:clamp(18px,3.2vw,52px)}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--black);background:var(--white);font:500 15px/1.55 Jost,Arial,sans-serif}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.screen-reader-text,.skip-link:not(:focus){position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed;top:8px;left:8px;z-index:99999;background:#fff;color:#000;padding:12px 18px;outline:2px solid #000}
.container{width:min(calc(100% - var(--pad)*2),var(--max));margin-inline:auto}
.announcement{min-height:36px;display:flex;align-items:center;justify-content:center;background:#ffd814;color:#000;text-align:center;padding:7px 16px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.site-header{position:relative;z-index:100;background:#fff;border-bottom:1px solid var(--line)}
.header-main{min-height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px}
.logo{justify-self:center}
.logo img{width:auto;height:56px;max-width:min(310px,48vw);object-fit:contain}
.logo-text{font-weight:600;font-size:28px;letter-spacing:.05em;text-transform:uppercase}
.header-space{display:flex;align-items:center;gap:12px}
.menu-toggle{display:none}
.header-actions{justify-content:flex-end;display:flex;align-items:center;gap:6px}
.icon-button{position:relative;width:46px;height:46px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}
.icon-button svg{width:22px;height:22px;stroke-width:1.5}
.icon-button:focus-visible,.menu-toggle:focus-visible,.nav a:focus-visible,.button:focus-visible{outline:2px solid #000;outline-offset:3px}
.cart-count{position:absolute;right:1px;top:1px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:#000;color:#fff;font-size:10px}
.nav{border-top:1px solid #eee}
.nav>ul{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.4vw,38px);min-height:51px;margin:0;padding:0;list-style:none}
.nav>ul>li{position:static}
.nav a{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.nav>ul>li>a{display:flex;align-items:center;min-height:51px}
.has-mega:hover .mega,.has-mega:focus-within .mega{opacity:1;visibility:visible;transform:none}
.mega{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #eee;border-bottom:1px solid var(--line);padding:30px var(--pad) 38px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s ease}
.mega-inner{width:min(100%,var(--max));margin:auto;display:grid;grid-template-columns:.8fr repeat(3,1fr);gap:24px}
.mega h3{margin:0 0 12px;font-size:13px;letter-spacing:.1em;text-transform:uppercase}
.mega ul{list-style:none;margin:0;padding:0}
.mega li{margin:8px 0}
.mega li a{font-size:14px;font-weight:400;letter-spacing:0;text-transform:none}
.mega-links ul{columns:2;column-gap:20px}
.mega-card{position:relative;display:block;min-height:210px;overflow:hidden;background:#eee}
.mega-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mega-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.68))}
.mega-card span{position:absolute;z-index:1;left:16px;bottom:14px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.mobile-drawer,.search-layer{display:none}
.hero{display:grid;grid-template-columns:minmax(390px,45%) minmax(0,55%);min-height:clamp(590px,47vw,760px);background:#f1eeea}
.hero-copy-panel{display:flex;align-items:center;padding:clamp(48px,6vw,96px) var(--pad)}
.hero-copy{width:min(100%,610px);margin-left:auto;color:#111}
.hero-media{position:relative;min-height:clamp(590px,47vw,760px);overflow:hidden;background:#e8e5e1}
.hero-media .hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 34%;image-rendering:auto}
.kicker{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:700}
.hero h1,.section-title h2,.story h2,.page-title h1{font-family:Jost,Arial,sans-serif;font-size:clamp(38px,4.5vw,68px);line-height:1.04;letter-spacing:.015em;margin:12px 0 22px;font-weight:400;text-transform:uppercase}
.hero p{font-size:clamp(17px,1.5vw,21px);max-width:560px;color:#4d4a47}
.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-element-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 26px;border:1px solid #111;border-radius:0;background:#111;color:#fff;font-size:13px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:.2s}
.button.light{background:#fff;color:#111;border-color:#fff}
.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--accent);border-color:var(--accent);color:#fff}
.section{padding:clamp(62px,8vw,116px) 0}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.section-title h2{font-size:clamp(36px,4vw,58px);margin:4px 0}
.section-title>a{border-bottom:1px solid #111;padding-bottom:4px;font-size:13px;letter-spacing:.08em}
.product-section{background:var(--paper)}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(13px,2vw,28px);margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0 0 12px!important}
.woocommerce ul.products li.product a img{width:100%;aspect-ratio:2/3;object-fit:cover;margin:0 0 16px!important;background:#eee;image-rendering:auto}
.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0!important;margin:0 0 6px!important;font-size:15px!important;line-height:1.35;font-weight:500;min-height:41px}
.woocommerce ul.products li.product .price{color:#111!important;font-size:14px!important}
.woocommerce ul.products li.product .button{width:100%;margin-top:10px!important;min-height:44px;padding:9px 12px;font-size:11px}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.collection-card{position:relative;min-height:clamp(420px,45vw,660px);overflow:hidden;background:#ddd}
.collection-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s}
.collection-card:hover img{transform:scale(1.025)}
.collection-card:focus-visible{outline:3px solid #111;outline-offset:4px}
.collection-card:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.56))}
.collection-card .collection-card-copy{position:absolute;z-index:1;left:18px;right:18px;bottom:18px;color:#fff;background:rgba(12,12,12,.9);padding:18px 20px;border-top:2px solid rgba(255,255,255,.72)}
.collection-card h3{font-size:clamp(28px,3vw,42px);line-height:1.1;margin:0 0 8px;font-weight:400}
.collection-card span{font-size:12px;font-weight:700;letter-spacing:.12em}
.story{display:grid;grid-template-columns:1.05fr .95fr;background:#171717;color:#fff}
.story-media{min-height:clamp(500px,52vw,780px)}
.story-media img{width:100%;height:100%;object-fit:cover}
.story-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,7vw,100px)}
.story h2{font-size:clamp(40px,4.5vw,66px)}
.story p{max-width:600px;color:#dedede}
.trust{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}
.trust div{padding:36px var(--pad);text-align:center}
.trust div+div{border-left:1px solid var(--line)}
.trust strong{display:block;font-size:16px;letter-spacing:.04em;margin-bottom:7px}
.trust span{color:var(--gray);font-size:14px}
.newsletter{text-align:center;background:#efece7;padding:clamp(60px,8vw,100px) var(--pad)}
.newsletter h2{font-size:clamp(38px,4.5vw,60px);font-weight:400;line-height:1;margin:10px 0 18px}
.newsletter form{display:flex;max-width:600px;margin:26px auto 0}
.newsletter input{flex:1;min-width:0;height:52px;border:1px solid #111;background:#fff;padding:0 16px}
.newsletter button{min-height:52px}
.site-footer{position:relative;overflow:hidden;background:#000;color:#fff;padding:0 0 26px}
.site-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 20%,rgba(252,0,169,.14),transparent 34%);pointer-events:none}
.site-footer>.container{position:relative}
.footer-intro{display:grid;grid-template-columns:minmax(260px,.8fr) 1.35fr;align-items:center;gap:clamp(36px,7vw,100px);padding:clamp(54px,7vw,92px) 0;border-bottom:1px solid rgba(255,255,255,.16)}
.footer-logo-wrap{display:grid;place-items:center;min-height:250px;background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,.035) 52%,transparent 72%)}
.footer-logo-wrap .footer-logo{width:min(300px,100%);height:auto;max-height:300px;object-fit:contain}
.footer-kicker{margin:0 0 14px;color:#fc00a9;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.footer-intro-copy h2{max-width:760px;margin:0 0 18px;font-size:clamp(36px,4.4vw,64px);font-weight:400;line-height:1.05;letter-spacing:-.025em}
.footer-intro-copy>p:last-child{max-width:590px;margin:0;color:#d8d2cf;font-size:17px}
.footer-grid{display:grid;grid-template-columns:1.15fr repeat(3,1fr);gap:clamp(28px,5vw,70px);padding-top:clamp(46px,6vw,72px)}
.footer-brand p{max-width:330px;color:#c9c3c1}
.site-footer h3{font-size:12px;letter-spacing:.16em;text-transform:uppercase;margin:0 0 20px;color:#f4e8df}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin:10px 0}
.site-footer a{color:#ddd7d4;transition:color .2s}
.site-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.site-footer a:focus-visible{outline:2px solid #fff;outline-offset:4px}
.socials{display:flex;gap:10px;margin-top:22px}
.socials a{width:46px;height:46px;border:1px solid rgba(255,255,255,.38);border-radius:50%;display:grid;place-items:center}
.socials a:hover{background:#fff;color:#241014;text-decoration:none}
.socials svg{width:19px;height:19px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:54px;padding-top:22px;display:flex;justify-content:space-between;gap:18px;color:#aaa3a1;font-size:13px}
.page-title{padding:70px var(--pad);text-align:center;background:var(--paper)}
.page-title h1{margin:0}
.content{padding:60px 0 90px}
.prose{max-width:850px;margin:auto}
.prose h2{font-size:32px;margin-top:44px}
.prose a{text-decoration:underline}
.shop-main{padding:50px 0 90px}
.woocommerce div.product{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(34px,5vw,74px)}
.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:auto!important}
.woocommerce div.product .product_title{font-size:clamp(34px,4vw,56px);font-weight:400;line-height:1.08}
.woocommerce div.product p.price{color:#111;font-size:22px}
.woocommerce div.product form.cart .variations select{min-height:48px;padding:8px;border:1px solid #aaa}
.woocommerce div.product form.cart .variations label{font-weight:600}
.woocommerce .quantity .qty{min-height:48px;border:1px solid #aaa}
.woocommerce table.shop_table,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border-radius:0;border-color:var(--line)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{min-height:48px;border:1px solid #aaa;border-radius:0;padding:10px 12px}
.woocommerce-info,.woocommerce-message{border-top-color:#111}
.woocommerce-info:before,.woocommerce-message:before{color:#111}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{z-index:3}
.not-found{text-align:center;padding:120px var(--pad)}
.not-found h1{font-size:clamp(70px,15vw,180px);line-height:.8;margin:0}
.not-found p{font-size:20px}
.search-layer.open{display:flex;position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.76);align-items:flex-start;justify-content:center;padding-top:18vh}
.search-box{width:min(720px,calc(100% - 32px));background:#fff;padding:28px}
.search-box form{display:flex}
.search-box input{flex:1;height:52px;border:1px solid #111;padding:0 14px}
.search-close{float:right;width:44px;height:44px;border:0;background:none;font-size:28px;cursor:pointer}

/* Source-inspired full-width editorial hero and bright activewear palette. */
.hero.hero-overlay{position:relative;display:block;min-height:clamp(540px,33.86vw,650px);background:#111;overflow:hidden}
.hero.hero-overlay .hero-media{position:absolute;inset:0;min-height:0;background:#111}
.hero.hero-overlay .hero-media .hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 34%}
.hero.hero-overlay .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.64) 0%,rgba(0,0,0,.34) 38%,rgba(0,0,0,.06) 70%)}
.hero.hero-overlay .hero-copy{position:relative;z-index:2;width:min(720px,calc(100% - var(--pad)*2));margin:0;padding:clamp(110px,12vw,180px) 0 72px;margin-left:max(var(--pad),calc((100% - var(--max))/2));color:#fff}
.hero.hero-overlay .hero-copy p{color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.35)}
.hero.hero-overlay .hero-copy .kicker{color:#ffd814;text-shadow:none}
.hero.hero-overlay .hero-copy h1{text-shadow:0 2px 18px rgba(0,0,0,.34)}
.collection-section{padding-top:clamp(40px,5vw,74px)}
.collection-card .collection-card-copy{background:rgba(0,0,0,.86);border-top-color:#fc00a9}
.newsletter{background:#f7f7f7}
.newsletter .button{background:#fc00a9;border-color:#fc00a9}
.woocommerce span.onsale{background:#fc00a9;color:#fff;border-radius:0;min-height:auto;min-width:auto;line-height:1;padding:8px 10px}
.woocommerce div.product form.cart .button{background:#fc00a9;border-color:#fc00a9}

@media(max-width:1024px){.nav{display:none}
.menu-toggle{display:grid;width:46px;height:46px;border:0;background:none;place-items:center}
.header-main{min-height:78px}
.logo img{height:46px}
.mobile-drawer.open{display:block;position:fixed;inset:0;z-index:1200;background:#fff;padding:22px;overflow:auto}
.mobile-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px}
.mobile-close{width:48px;height:48px;border:0;background:none;font-size:30px}
.mobile-drawer ul{list-style:none;margin:24px 0;padding:0}
.mobile-drawer>ul>li{border-bottom:1px solid var(--line)}
.mobile-drawer a{display:flex;align-items:center;min-height:52px;font-size:18px}
.mobile-drawer ul ul{margin:0 0 16px 18px}
.mobile-drawer ul ul li{border:0}
.mobile-drawer ul ul a{min-height:44px;font-size:15px;color:#555}
.collection-grid{grid-template-columns:repeat(2,1fr)}
.collection-card:last-child{grid-column:1/-1}
.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
.story{grid-template-columns:1fr}
.story-media{min-height:580px}
.footer-intro{grid-template-columns:1fr 1.2fr}
.footer-grid{grid-template-columns:1fr 1fr}
.woocommerce div.product{grid-template-columns:1fr}
}

@media(max-width:768px){:root{--pad:18px}
.header-main{grid-template-columns:48px 1fr auto}
.header-space{justify-content:flex-start}
.logo{justify-self:center}
.logo-text{font-size:18px}
.account-icon{display:none}
.hero{grid-template-columns:1fr;min-height:0}
.hero.hero-overlay{min-height:clamp(540px,142vw,690px)}
.hero.hero-overlay .hero-media{order:initial;min-height:0}
.hero.hero-overlay .hero-media .hero-image{object-position:center 24%}
.hero.hero-overlay .hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.14) 62%)}
.hero.hero-overlay .hero-copy{position:absolute;left:var(--pad);right:var(--pad);bottom:0;width:auto;margin:0;padding:40px 0 46px}
.hero-media{order:-1;min-height:clamp(390px,112vw,520px)}
.hero-media .hero-image{object-position:center 22%}
.hero-copy-panel{padding:44px var(--pad) 50px}
.hero-copy{margin:0}
.hero h1{font-size:clamp(40px,12vw,50px)}
.section-title{display:block}
.section-title>a{display:inline-block;margin-top:10px}
.collection-grid{grid-template-columns:1fr}
.collection-card,.collection-card:last-child{grid-column:auto;min-height:540px}
.collection-card .collection-card-copy{left:12px;right:12px;bottom:12px;padding:16px}
.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important}
.trust{grid-template-columns:1fr}
.trust div+div{border-left:0;border-top:1px solid var(--line)}
.newsletter form{display:block}
.newsletter input,.newsletter button{width:100%}
.newsletter button{margin-top:10px}
.footer-intro{grid-template-columns:1fr;gap:18px;padding:48px 0}
.footer-logo-wrap{min-height:210px}
.footer-logo-wrap .footer-logo{width:min(260px,82vw)}
.footer-intro-copy{text-align:center}
.footer-intro-copy h2{font-size:40px}
.footer-grid{grid-template-columns:1fr 1fr;gap:38px 24px}
.footer-brand{grid-column:1/-1}
.footer-bottom{display:block}
.footer-bottom span{display:block;margin-top:8px}
.woocommerce-cart table.cart .product-thumbnail{display:none}
.woocommerce table.shop_table_responsive tr td:before{font-weight:600}
.shop-main{padding-top:28px}
}

@media(max-width:430px){.footer-grid{grid-template-columns:1fr}
.footer-brand{grid-column:auto}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
