/*
Theme Name: Angels — Editorial
Version: 0.2.4
Description: Lightweight editorial WooCommerce theme for Angels medical apparel.
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: angels
*/
:root{
  --bg:#f7f7f4;--paper:#fff;--ink:#101010;--muted:#70706b;--line:#deded8;
  --max:1480px;--pad:clamp(18px,4vw,64px);--ease:cubic-bezier(.22,1,.36,1)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%;height:auto}
.screen-reader-text{position:absolute;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% - 2*var(--pad)));margin-inline:auto}
.announcement{height:32px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);font-size:9px;letter-spacing:.16em;text-transform:uppercase}
.site-header{background:color-mix(in srgb,var(--bg) 92%,transparent);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px);transition:box-shadow .3s ease}
.site-header.is-scrolled{box-shadow:0 8px 30px rgba(0,0,0,.05)}
.header-row{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.brand{font-weight:700;letter-spacing:.22em;font-size:19px;line-height:1}
.brand a{display:inline-block}.brand img{max-height:38px;width:auto}
.nav ul{display:flex;gap:30px;align-items:center;list-style:none;margin:0;padding:0}
.nav-mobile{display:none}
.nav a,.header-tools a{font-size:10px;letter-spacing:.14em;text-transform:uppercase}
.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:currentColor;transition:right .35s var(--ease)}
.nav a:hover:after{right:0}
.header-tools{display:flex;justify-content:flex-end;gap:19px;align-items:center}
.cart-link{display:inline-flex;gap:4px}.cart-count{font-variant-numeric:tabular-nums}
.menu-toggle{display:none;border:0;background:transparent;width:28px;height:28px;padding:5px;cursor:pointer}
.menu-toggle span{display:block;height:1px;background:var(--ink);margin:5px 0;transition:transform .25s ease}
.menu-open .menu-toggle span:first-child{transform:translateY(3px) rotate(45deg)}
.menu-open .menu-toggle span:last-child{transform:translateY(-3px) rotate(-45deg)}

.hero{min-height:min(86vh,900px);display:grid;place-items:end;position:relative;overflow:hidden;border-bottom:1px solid var(--line);isolation:isolate}
.hero-media,.hero-overlay{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.08) 68%),linear-gradient(0deg,rgba(0,0,0,.32),transparent 50%)}
.hero-content{position:relative;color:#fff;padding-block:clamp(50px,9vw,130px);max-width:100%;z-index:1}
.eyebrow,.kicker{font-size:9px;text-transform:uppercase;letter-spacing:.18em}
.hero h1{font-size:clamp(54px,9.5vw,138px);line-height:.83;letter-spacing:-.065em;margin:20px 0 28px;font-weight:500}
.hero p{font-size:clamp(16px,1.5vw,21px);max-width:520px;margin:0 0 32px}
.actions{display:flex;gap:9px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 23px;border:1px solid currentColor;text-transform:uppercase;letter-spacing:.13em;font-size:9px;transition:transform .3s var(--ease),background .3s ease,color .3s ease}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn-light{background:#fff;color:var(--ink);border-color:#fff}
.hero-scroll{position:absolute;right:var(--pad);bottom:34px;width:28px;height:48px;z-index:2}
.hero-scroll:before{content:"";position:absolute;left:50%;top:0;height:36px;width:1px;background:rgba(255,255,255,.65)}
.hero-scroll span{position:absolute;left:calc(50% - 2px);top:31px;width:5px;height:5px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(45deg)}

.section{padding:clamp(76px,9vw,150px) 0;border-bottom:1px solid var(--line)}
.section-tight{padding-top:clamp(45px,6vw,90px)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:44px}
.section h1,.section h2{font-size:clamp(42px,6vw,86px);line-height:.9;letter-spacing:-.06em;margin:12px 0 0;font-weight:500}
.section-intro{max-width:500px;color:var(--muted);font-size:15px;margin:0 0 5px}

.woocommerce ul.products,.product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px!important;background:var(--line);border:1px solid var(--line);margin:0!important;padding:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{background:var(--bg);margin:0!important;padding:0!important;width:auto!important;float:none!important;position:relative;overflow:hidden}
.woocommerce ul.products li.product a.angels-product-card-link{display:block;height:100%;color:inherit}
.woocommerce ul.products li.product a img{width:100%;aspect-ratio:4/5;object-fit:cover;margin:0!important;transition:transform .7s var(--ease);background:#ecece7}
.woocommerce ul.products li.product:hover a img{transform:scale(1.035)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important;padding:17px 14px 4px!important;font-weight:400;letter-spacing:.01em}
.woocommerce ul.products li.product .price{font-size:12px;padding:0 14px 18px;color:var(--muted)}
.woocommerce ul.products li.product .angels-product-card-link:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}
.woocommerce ul.products li.product .angels-product-card-link:hover .woocommerce-loop-product__title{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.woocommerce span.onsale{top:12px!important;left:12px!important;right:auto!important;margin:0!important;border-radius:0!important;min-width:0!important;min-height:0!important;padding:7px 9px!important;background:var(--ink)!important;font-size:8px!important;line-height:1!important;text-transform:uppercase;letter-spacing:.1em}
.woocommerce .star-rating{display:none}

.editorial{display:grid;grid-template-columns:1.08fr .92fr;min-height:620px;border:1px solid var(--line);overflow:hidden}
.editorial-media{min-height:500px;overflow:hidden}
.editorial-media img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}
.editorial:hover .editorial-media img{transform:scale(1.02)}
.editorial-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(35px,7vw,100px)}
.editorial-copy h2{font-size:clamp(44px,6vw,88px);line-height:.88;letter-spacing:-.06em;margin:18px 0 28px}
.editorial-copy p{max-width:480px;color:var(--muted);font-size:17px;margin:0 0 30px}

.split{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line)}
.split-card{min-height:620px;position:relative;overflow:hidden;background:#ddd}
.split-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.58),transparent 55%);pointer-events:none}
.split-card img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}
.split-card:hover img{transform:scale(1.035)}
.split-copy{position:absolute;inset:auto 0 0;padding:35px;color:#fff;z-index:1}
.split-copy h3{font-size:clamp(44px,5vw,78px);letter-spacing:-.06em;line-height:.88;margin:0 0 14px;font-weight:500}
.split-copy span{font-size:9px;letter-spacing:.15em}.split-copy b{font-size:15px;margin-left:6px}

.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.feature{background:var(--bg);padding:clamp(28px,4vw,60px);min-height:310px}
.feature-num{font-size:9px;color:var(--muted);letter-spacing:.15em}
.feature h3{font-size:27px;letter-spacing:-.03em;margin:95px 0 10px;font-weight:500}.feature p{color:var(--muted);max-width:330px}

.color-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.color-card{min-height:210px;padding:24px;display:flex;align-items:end;justify-content:space-between;font-size:10px;letter-spacing:.12em;text-transform:uppercase;transition:filter .3s ease,transform .3s ease}
.color-card:hover{filter:brightness(.95)}
.color-card b{font-size:17px;font-weight:400}
.color-black{background:#171717;color:#fff}.color-navy{background:#172536;color:#fff}.color-burgundy{background:#5b2730;color:#fff}.color-olive{background:#62664b;color:#fff}.color-beige{background:#d8c7ac}.color-royal-blue{background:#254eaa;color:#fff}

.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end}
.newsletter h2{font-size:clamp(44px,6vw,84px);line-height:.9;letter-spacing:-.06em;margin:0;font-weight:500}
.newsletter p{color:var(--muted);margin-top:0}.newsletter-form{display:flex;border-bottom:1px solid var(--ink);margin-top:30px}
.newsletter input{border:0;background:transparent;outline:0;padding:16px 0;flex:1;min-width:0;font-size:14px}
.newsletter button{border:0;background:none;font-weight:500;padding:16px 0 16px 20px;font-size:10px;letter-spacing:.13em;cursor:pointer}
.newsletter small{display:block;margin-top:10px;color:var(--muted);font-size:9px}

.site-footer{padding:75px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px;padding-bottom:75px}
.footer-brand{font-size:22px;font-weight:700;letter-spacing:.18em}.footer-brand span{font-size:8px;vertical-align:top}.footer-brand p{font-size:12px;color:var(--muted);font-weight:400;letter-spacing:0;margin-top:16px}
.footer-title{font-size:9px;text-transform:uppercase;letter-spacing:.16em;margin-bottom:20px}.footer-links{display:grid;gap:9px;font-size:12px;color:var(--muted)}
.footer-links a:hover{color:var(--ink)}
.footer-bottom{border-top:1px solid var(--line);padding-top:18px;color:var(--muted);font-size:9px;display:flex;justify-content:space-between;gap:20px}

.content-narrow{max-width:900px}.entry h1{font-size:clamp(44px,7vw,90px)}.entry{padding-bottom:30px}.entry img{margin-block:30px}
.shop-page{min-height:60vh}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{font-size:11px;color:var(--muted);margin-bottom:28px}
.woocommerce .woocommerce-ordering select{border:1px solid var(--line);background:var(--bg);padding:10px 30px 10px 12px;font-size:11px}
.woocommerce .button,.woocommerce a.button{border-radius:0!important;background:var(--ink)!important;color:#fff!important;text-transform:uppercase;font-size:9px!important;letter-spacing:.12em;padding:14px 20px!important}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top:1px solid var(--ink)!important;background:transparent!important;font-size:12px}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(30px,6vw,100px)}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%!important;float:none!important}
.woocommerce div.product .product_title{font-size:clamp(42px,5vw,72px);line-height:.9;font-weight:500;letter-spacing:-.06em}
.woocommerce div.product p.price{color:var(--muted);font-size:15px}
.woocommerce div.product form.cart{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0}
.woocommerce .quantity .qty{border:1px solid var(--line);background:transparent;padding:11px;width:70px}
.woocommerce div.product div.images img{width:100%}

@media(max-width:980px){
  .header-row{grid-template-columns:auto 1fr auto;height:68px}
  .menu-toggle{display:block}
  .brand{text-align:center}
  .nav-desktop{display:none}
  .nav-mobile{display:block;position:fixed;top:100px;left:0;right:0;bottom:0;height:calc(100dvh - 100px);background:var(--bg);padding:35px var(--pad) 60px;transform:translateX(-100%);transition:transform .45s var(--ease);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:40}
  .menu-open .nav-mobile{transform:translateX(0)}
  .nav-mobile ul{display:grid;gap:20px}
  .nav-mobile a{font-size:24px;letter-spacing:-.02em}
  .header-tools{gap:10px}.hide-mobile{display:none}
  .hero{min-height:78vh}.hero-scroll{display:none}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .editorial,.newsletter{grid-template-columns:1fr}
  .editorial-media{min-height:65vw}.editorial-copy{padding:60px 30px}
  .split,.feature-grid{grid-template-columns:1fr}.split-card{min-height:75vw}
  .color-grid{grid-template-columns:repeat(2,1fr)}
  .feature{min-height:240px}.feature h3{margin-top:55px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
  .woocommerce div.product{grid-template-columns:1fr}
}
@media(max-width:560px){
  :root{--pad:18px}
  .announcement{font-size:8px}.hero-content{padding-bottom:55px}.hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.6),transparent 75%)}
  .section{padding:72px 0}.section-head{display:block}.section-intro{margin-top:18px}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{padding-inline:10px!important}.woocommerce ul.products li.product .price{padding-inline:10px}
  .split-card{min-height:105vw}.color-card{min-height:145px}
  .footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{display:grid}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}
}
