/*
Theme Name: Firstchoiceups Shop
Theme URI: https://firstchoiceup.shop/
Author: Firstchoiceups Shop
Description: A responsive WooCommerce-ready cookware storefront theme for Firstchoiceups Shop.
Version: 1.0.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: firstchoiceups-shop
*/

:root{
  --bg:#f7f4ee;
  --paper:#fffdf9;
  --ink:#18201b;
  --muted:#667068;
  --sage:#667a61;
  --sage-dark:#34493a;
  --line:#ddd8cf;
  --gold:#b89356;
  --shadow:0 18px 45px rgba(24,32,27,.10);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 36px),var(--max));margin-inline:auto}
.eyebrow{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--sage)}
.kicker{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.02;letter-spacing:-.035em;margin:.35rem 0 1.1rem}
.section-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3.8vw,3.25rem);line-height:1.08;letter-spacing:-.025em;margin:.35rem 0 .8rem}
.muted{color:var(--muted)}
.btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:999px;padding:.86rem 1.25rem;border:1px solid transparent;font-weight:750;cursor:pointer;transition:.2s ease;line-height:1.2}
.btn-primary,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{background:var(--sage-dark);color:white}
.btn-primary:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{transform:translateY(-1px);background:#25382b;color:#fff}
.btn-secondary{background:transparent;border-color:var(--ink)}
.btn-secondary:hover{background:var(--ink);color:white}
.announcement{background:var(--ink);color:white;text-align:center;padding:.5rem 1rem;font-size:.83rem;letter-spacing:.02em}
.site-header{position:sticky;top:0;z-index:30;background:rgba(247,244,238,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(221,216,207,.8)}
.admin-bar .site-header{top:32px}
.navbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}
.brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:.08em}
.custom-logo-link img{max-height:48px;width:auto}
.logo-mark{width:38px;height:38px;border-radius:50%;border:2px solid var(--sage-dark);display:grid;place-items:center;position:relative;flex:0 0 38px}
.logo-mark:before{content:"";width:18px;height:7px;border:2px solid var(--sage-dark);border-top:0;border-radius:0 0 20px 20px;transform:rotate(-12deg)}
.brand small{display:block;letter-spacing:.18em;font-size:.57rem;color:var(--muted);font-weight:800;margin-top:-3px}
.nav-links{display:flex;align-items:center;gap:30px;font-size:.94rem;font-weight:700}
.nav-links ul{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}
.nav-links a{position:relative}
.nav-links a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--sage-dark);transition:.2s}
.nav-links a:hover:after,.nav-links .current-menu-item>a:after,.nav-links .current_page_item>a:after{width:100%}
.nav-actions{display:flex;align-items:center;gap:10px}
.cart-btn{border:1px solid var(--line);background:var(--paper);padding:.67rem .9rem;border-radius:999px;cursor:pointer;font-weight:700}
.cart-count{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--sage-dark);color:#fff;font-size:.7rem;margin-left:5px}
.menu-btn{display:none;border:0;background:transparent;font-size:1.5rem;cursor:pointer}
.mobile-nav{display:none}
.mobile-nav ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.hero{padding:54px 0 78px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:48px}
.hero-copy p{font-size:1.08rem;color:var(--muted);max-width:600px;margin-bottom:1.55rem}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:var(--muted);font-size:.87rem}
.trust-row span:before{content:"✓";color:var(--sage-dark);font-weight:900;margin-right:7px}
.hero-art{background:linear-gradient(135deg,#d8ddd2,#ede5d7);border-radius:36px;min-height:520px;display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.hero-art:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:rgba(255,255,255,.43);right:-110px;top:-100px}
.hero-art:after{content:"";position:absolute;width:270px;height:270px;border-radius:50%;background:rgba(184,147,86,.14);left:-70px;bottom:-80px}
.hero-art img{width:min(90%,600px);position:relative;z-index:2;filter:drop-shadow(0 28px 26px rgba(31,40,33,.18))}
.section{padding:86px 0}
.section.alt{background:var(--paper)}
.intro-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:start}
.intro-grid p{font-size:1.06rem;color:var(--muted)}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 26px rgba(24,32,27,.05)}
.collection-card{min-height:380px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;background:#e8e4db}
.collection-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.collection-card .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(20,28,23,.80),rgba(20,28,23,.03) 65%)}
.collection-card .content{position:relative;z-index:2;color:white}
.collection-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;margin:0 0 5px}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.feature{padding:25px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.5)}
.feature-icon{font-size:1.45rem;margin-bottom:10px}
.feature h3{font-size:1rem;margin:.1rem 0 .45rem}
.feature p{font-size:.9rem;color:var(--muted);margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.split-art{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#ddd5c8}
.split-art img{width:100%;aspect-ratio:1.05/1;object-fit:cover}
.value-list{display:grid;gap:13px;margin:22px 0 28px}
.value-item{display:flex;gap:12px;align-items:flex-start}
.value-dot{width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#dfe7db;color:var(--sage-dark);display:grid;place-items:center;font-weight:900}
.cta{background:var(--sage-dark);color:white;border-radius:30px;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.cta .section-title{margin:0 0 8px;color:white}.cta p{margin:0;color:#dce5dd}
.page-hero{padding:66px 0 54px;text-align:center}
.page-hero .kicker{font-size:clamp(2.3rem,5vw,4rem)}
.page-hero p{max-width:720px;margin:0 auto;color:var(--muted)}
.notice{padding:13px 16px;border:1px solid #d7b77e;background:#fff5df;border-radius:13px;color:#674a20;font-size:.9rem;margin-bottom:24px}
.notice.success{border-color:#a9c9ab;background:#eff8ef;color:#2b5930}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}
.product-image{background:#eee8de;aspect-ratio:1/1;display:grid;place-items:center;padding:18px}
.product-image img{width:100%;height:100%;object-fit:contain}
.product-info{padding:17px;display:flex;flex-direction:column;flex:1}
.product-category{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}
.product-info h3{font-size:1rem;margin:.4rem 0 .6rem;line-height:1.35}.price{font-weight:900;margin-bottom:14px}.product-info .btn{margin-top:auto;width:100%}
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:34px}
.contact-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:30px}
.contact-item{padding:18px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border-bottom:0}.contact-item strong{display:block;margin-bottom:3px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.85rem;font-weight:800}
.field input,.field textarea,.field select{border:1px solid var(--line);background:white;border-radius:12px;padding:.85rem .9rem;outline:none;width:100%}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--sage)}.field textarea{min-height:135px;resize:vertical}
.policy-wrap,.entry-card{max-width:840px;margin:0 auto;background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:clamp(26px,4vw,52px)}
.policy-wrap h1,.entry-card h1{font-family:Georgia,"Times New Roman",serif;font-size:2.5rem}.policy-wrap h2,.entry-card h2{font-size:1.15rem;margin-top:2rem}.policy-wrap p,.policy-wrap li,.entry-card p,.entry-card li{color:#48524b}.policy-wrap a,.entry-card a{text-decoration:underline}
.site-footer{margin-top:84px;background:#172019;color:#edf2ed;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .65fr .8fr 1.15fr;gap:32px}.footer-brand p{color:#b9c4bb;max-width:360px}.footer-title{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:13px;color:#fff}.footer-links{display:grid;gap:8px;color:#c7d0c8;font-size:.9rem}.footer-links a:hover{color:white}.footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;align-items:center;color:#9fac9f;font-size:.8rem}.payment-marks{display:flex;gap:7px;flex-wrap:wrap}.payment-mark{border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:4px 8px;color:#e9efea;font-size:.68rem;font-weight:800;letter-spacing:.04em}
.cart-drawer{position:fixed;inset:0;z-index:9999;pointer-events:none}.cart-drawer.open{pointer-events:auto}.cart-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35);opacity:0;transition:.2s}.cart-drawer.open .cart-backdrop{opacity:1}.cart-panel{position:absolute;top:0;right:0;width:min(420px,92vw);height:100%;background:var(--paper);transform:translateX(100%);transition:.25s;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.13)}.cart-drawer.open .cart-panel{transform:translateX(0)}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--line)}.cart-close{border:0;background:none;font-size:1.5rem;cursor:pointer}.cart-items{padding:18px 22px;overflow:auto;flex:1}.cart-foot{padding:20px 22px;border-top:1px solid var(--line)}
.fc-no-commerce{padding:24px;color:var(--muted)}
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
/* WooCommerce */
.woocommerce .woocommerce-breadcrumb{color:var(--muted);margin-bottom:24px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:0 0 18px;overflow:hidden}.woocommerce ul.products li.product a img{margin:0 0 14px;background:#eee8de}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .button{margin-left:16px;margin-right:16px}.woocommerce ul.products li.product .price{color:var(--ink);font-weight:900}.woocommerce div.product{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:clamp(22px,4vw,42px)}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:12px}.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:22px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{border:1px solid var(--line);border-radius:10px;padding:10px;min-height:44px;background:#fff}.widget_shopping_cart_content ul{list-style:none;margin:0;padding:0}.woocommerce-mini-cart__buttons{display:flex;gap:8px;flex-wrap:wrap}.woocommerce-mini-cart__buttons a{flex:1}
@media (max-width:960px){.hero-grid,.split,.contact-grid,.intro-grid{grid-template-columns:1fr}.hero-art{min-height:420px}.collection-grid{grid-template-columns:repeat(2,1fr)}.products-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.why-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}.menu-btn{display:block}.nav-actions>.btn{display:none}.mobile-nav{position:absolute;top:78px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:18px}.mobile-nav.open{display:block}}
@media (max-width:782px){.admin-bar .site-header{top:46px}}
@media (max-width:620px){.announcement{font-size:.75rem}.container{width:min(calc(100% - 24px),var(--max))}.hero{padding:38px 0 55px}.section{padding:60px 0}.hero-art{min-height:330px;border-radius:24px}.collection-grid,.products-grid,.woocommerce ul.products,.why-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.collection-card{min-height:330px}.cta{padding:34px 26px;align-items:flex-start;flex-direction:column}.footer-bottom{align-items:flex-start;flex-direction:column}}
