/*
Theme Name: Urban Vogue
Theme URI: https://example.com/urban-vogue
Description: A polished fashion storefront built for WooCommerce.
Version: 1.0.0
Text Domain: urban-vogue
*/

:root {
  --ink: #20211e;
  --muted: #6d6f68;
  --line: #deded7;
  --paper: #f8f7f2;
  --cream: #ebe7db;
  --lime: #ff4b4b;
  --pink: #ffe1dd;
  --blue: #ece8e0;
  --display: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.site-shell { max-width: 1440px; margin: 0 auto; overflow: hidden; }
.announcement { background: var(--ink); color: white; font-size: 11px; font-weight: 700; letter-spacing: .13em; padding: 10px 24px; text-align: center; text-transform: uppercase; }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 34px; grid-template-columns: auto minmax(180px, 1fr) auto; min-height: 82px; padding: 0 4vw; }
.site-header nav ul { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.site-header nav a, .header-tools a { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brand { font-family: var(--display); font-size: 29px; font-weight: 700; justify-self: center; letter-spacing: -.07em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.header-tools { display: flex; justify-content: flex-end; gap: 18px; }
@media (max-width: 1180px) and (min-width: 801px) { .site-header { gap: 20px; padding: 0 28px; }.site-header nav ul { gap: 15px; }.site-header nav a { font-size: 11px; }.brand { font-size: 25px; } }
.button { align-items: center; background: var(--lime); border: 1px solid var(--lime); color: #fff; display: inline-flex; font-size: 12px; font-weight: 700; gap: 20px; justify-content: space-between; letter-spacing: .08em; min-height: 49px; padding: 0 18px; text-transform: uppercase; transition: .2s ease; }
.button:hover { background: transparent; color: currentColor; }
.button--light { background: #fff; border-color: #fff; color: var(--ink); }
.button--light:hover { background: transparent; color: #fff; }
.hero { display: grid; grid-template-columns: 44% 56%; min-height: 650px; }
.hero-copy { background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: space-between; padding: 68px 6vw 58px; }
.eyebrow { font-size: 11px; font-weight: 750; letter-spacing: .14em; margin: 0 0 18px; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.055em; line-height: .95; margin: 0; }
h1 { font-size: clamp(60px, 7.6vw, 116px); max-width: 680px; }
h2 { font-size: clamp(40px, 5vw, 75px); }
.hero-subtitle { font-size: 17px; line-height: 1.45; margin: 32px 0 35px; max-width: 380px; }
.hero-image { background: #d4d2c8; min-height: 560px; overflow: hidden; position: relative; }
.hero-image img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.hero-tag { background: var(--paper); bottom: 30px; font-family: var(--display); font-size: 19px; left: 30px; padding: 13px 17px; position: absolute; }
.marquee { border-bottom: 1px solid var(--line); display: flex; gap: 36px; overflow: hidden; padding: 15px 0; white-space: nowrap; }
.marquee span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.marquee i { color: var(--pink); font-style: normal; }
.section { padding: 110px 6vw; }
.section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 43px; }
.section-kicker { color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .12em; margin: 0 0 14px; text-transform: uppercase; }
.text-link { border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 750; letter-spacing: .1em; padding-bottom: 3px; text-transform: uppercase; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { min-height: 380px; overflow: hidden; padding: 25px; position: relative; }
.category-card img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .5s ease; width: 100%; }
.category-card:hover img { transform: scale(1.04); }
.category-card::after { background: linear-gradient(transparent 45%, rgba(0,0,0,.45)); content: ""; inset: 0; position: absolute; }
.category-card h3 { bottom: 25px; color: #fff; font-size: 42px; position: absolute; z-index: 1; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { position: relative; }
.product-image { background: var(--cream); display: block; overflow: hidden; position: relative; }
.product-image img { aspect-ratio: .8; display: block; object-fit: cover; transition: transform .4s ease; width: 100%; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { background: var(--lime); font-size: 10px; font-weight: 800; left: 10px; letter-spacing: .1em; padding: 7px 9px; position: absolute; text-transform: uppercase; top: 10px; }
.product-info { display: flex; gap: 12px; justify-content: space-between; padding: 13px 1px 3px; }
.product-name { font-size: 14px; font-weight: 650; margin: 0; }
.product-type, .price { color: var(--muted); font-size: 12px; margin: 3px 0 0; }
.price { color: var(--ink); font-weight: 700; white-space: nowrap; }
.editorial { background: var(--blue); display: grid; grid-template-columns: 1.08fr .92fr; min-height: 520px; }
.editorial-image { min-height: 460px; }
.editorial-image img { height: 100%; object-fit: cover; width: 100%; }
.editorial-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: 9vw; }
.editorial-copy p { font-size: 17px; max-width: 420px; }
.newsletter { align-items: center; background: var(--pink); display: grid; gap: 30px; grid-template-columns: 1fr 1fr; padding: 65px 6vw; }
.newsletter h2 { max-width: 520px; }
.newsletter form { border-bottom: 1px solid var(--ink); display: flex; }
.newsletter input { background: none; border: 0; color: var(--ink); flex: 1; font: inherit; outline: none; padding: 14px 0; }
.newsletter input::placeholder { color: rgba(32,33,30,.7); }
.newsletter button { background: none; border: 0; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .1em; padding: 0; text-transform: uppercase; }
.site-footer { background: var(--ink); color: #f6f4ec; padding: 55px 6vw 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 30px; padding-bottom: 65px; }
.footer-brand { font-family: var(--display); font-size: 42px; letter-spacing: -.07em; }
.footer-heading { font-size: 11px; font-weight: 750; letter-spacing: .13em; margin: 9px 0 15px; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { font-size: 13px; margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.65); display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; letter-spacing: .09em; padding-top: 20px; text-transform: uppercase; }
.page-content { max-width: 900px; margin: 80px auto; padding: 0 24px; }
.page-content h1 { margin-bottom: 30px; }
.feature-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.feature { border-right: 1px solid var(--line); padding: 32px 26px; }
.feature:last-child { border-right: 0; }
.feature svg { color: var(--lime); height: 26px; margin-bottom: 18px; width: 26px; }
.feature h3 { font-family: var(--sans); font-size: 14px; font-weight: 800; letter-spacing: .03em; }
.feature p { color: var(--muted); font-size: 13px; margin-bottom: 0; }
.collection-row { display:grid; gap:16px; grid-template-columns:repeat(3, 1fr); }
.collection-tile { min-height:290px; padding:25px; position:relative; overflow:hidden; }
.collection-tile img { inset:0; height:100%; object-fit:cover; position:absolute; width:100%; }
.collection-tile:after { background:linear-gradient(transparent,rgba(0,0,0,.65)); content:""; inset:0; position:absolute; }
.collection-tile h3, .collection-tile span { color:#fff; left:25px; position:absolute; z-index:1; }
.collection-tile h3 { bottom:40px; font-size:36px; }
.collection-tile span { bottom:22px; font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.testimonials { background:#191919; color:#fff; padding:100px 6vw; }
.testimonials .section-kicker { color:#ff9f96; }
.testimonial-grid { display:grid; gap:16px; grid-template-columns:repeat(3, 1fr); margin-top:45px; }
.testimonial { border:1px solid #505050; min-height:210px; padding:28px; }
.stars { color:var(--lime); font-size:15px; letter-spacing:2px; }
.testimonial blockquote { font-family:var(--display); font-size:22px; letter-spacing:-.03em; line-height:1.1; margin:22px 0; }
.testimonial cite { color:#bbb; font-size:12px; font-style:normal; font-weight:700; }
.fashion-gallery { display:grid; grid-template-columns:repeat(6,1fr); }
.fashion-gallery img { aspect-ratio:.75; display:block; height:100%; object-fit:cover; width:100%; }
.statistics { background:var(--lime); display:grid; grid-template-columns:repeat(4,1fr); padding:55px 6vw; }
.stat { border-right:1px solid rgba(0,0,0,.25); padding:0 28px; }
.stat:first-child { padding-left:0; }.stat:last-child { border:0; }
.stat strong { display:block; font-family:var(--display); font-size:55px; letter-spacing:-.06em; line-height:1; }.stat span { font-size:11px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.blog-grid { display:grid; gap:18px; grid-template-columns:repeat(3,1fr); }.blog-card img { aspect-ratio:1.45; object-fit:cover; width:100%; }.blog-card h3 { font-size:28px; margin:15px 0 9px; }.blog-card p { color:var(--muted); font-size:13px; margin:0; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }.button--outline { background:transparent; border-color:#fff; color:#fff; }.button--outline:hover { background:#fff; color:var(--ink); }
.urban-shop .woocommerce-products-header { margin-bottom:45px; }.urban-shop .page-title { font-size:clamp(48px,6vw,80px); }.urban-shop .woocommerce-result-count, .urban-shop .woocommerce-ordering select { color:var(--muted); font-size:12px; }.urban-shop ul.products { display:grid; gap:18px; grid-template-columns:repeat(4,1fr); }.urban-shop ul.products li.product { float:none; margin:0; width:auto; }.urban-shop ul.products li.product a img { aspect-ratio:.8; margin-bottom:14px; object-fit:cover; }.urban-shop ul.products li.product .woocommerce-loop-product__title { color:var(--ink); font-family:var(--sans); font-size:14px; font-weight:700; padding:0; }.urban-shop ul.products li.product .price { font-size:13px; }.urban-shop ul.products li.product .button { background:var(--ink); color:#fff; margin-top:12px; padding:12px 16px; }.urban-shop div.product .product_title { font-size:54px; }.urban-shop div.product .button { background:var(--lime); border-radius:0; }.urban-shop div.product .woocommerce-product-gallery img { object-fit:cover; }.urban-shop .woocommerce-message { border-top-color:var(--lime); }.urban-shop .woocommerce-message::before { color:var(--lime); }

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 65px; }
  .site-header nav { display: none; }
  .brand { font-size: 25px; }
  .header-tools a:first-child { display: none; }
  .hero, .editorial, .newsletter { grid-template-columns: 1fr; }
  .hero-copy { min-height: 500px; padding: 52px 28px 35px; }
  .hero-image { min-height: 390px; }
  .section { padding: 70px 24px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 300px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-info { display: block; }
  .price { margin-top: 7px; }
  .section-head { align-items: start; flex-direction: column; gap: 20px; }
  .editorial-copy { padding: 70px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 8px; }
  .feature-grid, .testimonial-grid, .statistics { grid-template-columns:1fr 1fr; }.feature:nth-child(2) { border-right:0; }.feature { border-bottom:1px solid var(--line); }.collection-row, .blog-grid { grid-template-columns:1fr; }.fashion-gallery { grid-template-columns:repeat(3,1fr); }.stat { border-bottom:1px solid rgba(0,0,0,.25); padding:22px 0; }.stat:nth-child(2) { border-right:0; }.stat strong { font-size:43px; }
  .urban-shop ul.products { grid-template-columns:repeat(2,1fr); }
}
