:root{
  --ink:#161616;
  --muted:#756f67;
  --paper:#f7f4ee;
  --card:#fff;
  --line:#e5ded4;
  --accent:#b36b3d;
  --accent-soft:#e7d2bf;
  --dark:#171717;
  --max:1480px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.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}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;margin:12px;padding:10px;background:#fff;z-index:9999}

.sh-header{height:78px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(247,244,238,.92);backdrop-filter:blur(14px);position:sticky;top:0;z-index:100;transition:box-shadow .2s ease}
.sh-header.is-scrolled{box-shadow:0 8px 30px rgba(30,25,20,.06)}
.admin-bar .sh-header{top:32px}
.sh-brand{display:flex;align-items:center;gap:10px;font-weight:850;letter-spacing:-.035em}
.sh-brand-mark{width:32px;height:32px;display:inline-grid;place-items:center;border:1px solid var(--ink);border-radius:50%;font-family:Georgia,serif}
.sh-nav{display:flex;gap:30px;font-size:14px;color:#5e5a55}
.sh-nav a:hover{color:var(--ink)}
.sh-header-actions{display:flex;align-items:center;gap:12px}
.sh-cart-link{padding:10px 13px;font-size:13px;font-weight:750}
.sh-cart-count{min-width:20px;height:20px;border-radius:999px;background:var(--ink);color:#fff;display:inline-grid;place-items:center;font-size:10px;margin-left:4px}
.sh-header-cta,.sh-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800}
.sh-header-cta{padding:11px 18px;border:1px solid var(--ink);font-size:13px}
.sh-header-cta:hover{background:var(--ink);color:#fff}

.sh-hero{max-width:var(--max);margin:auto;min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;padding:76px max(6vw,28px);overflow:hidden}
.sh-eyebrow{font-size:11px;letter-spacing:.18em;font-weight:850;color:var(--muted)}
.sh-hero h1,.sh-section h2,.sh-story h2,.sh-market-section h2,.sh-content-wrap h1,.sh-woo-wrap h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.045em}
.sh-hero h1{font-size:clamp(52px,7vw,96px);line-height:.94;margin:18px 0 28px}
.sh-hero h1 em,.sh-market-section h2 em{font-weight:400;color:var(--accent)}
.sh-hero-copy>p{max-width:600px;color:#66615b;font-size:18px}
.sh-hero-actions{display:flex;gap:26px;align-items:center;margin:32px 0}
.sh-btn{padding:13px 20px;border:1px solid transparent}
.sh-btn-dark{background:var(--ink);color:#fff}
.sh-btn-dark:hover{background:#333}
.sh-text-link{font-size:13px;font-weight:800}
.sh-trust-row{display:flex;gap:18px;flex-wrap:wrap;font-size:11px;color:#716c66}
.sh-hero-art{height:540px;position:relative}
.sh-hero-photo{position:absolute;overflow:hidden;border-radius:28px;background:#ddd;box-shadow:0 24px 70px rgba(43,36,30,.14)}
.sh-hero-photo img{width:100%;height:100%;object-fit:cover}
.sh-hero-photo-main{inset:25px 95px 45px 15px;transform:rotate(-2deg)}
.sh-hero-photo-small{width:210px;height:245px;right:5px;bottom:10px;border:8px solid var(--paper);transform:rotate(4deg)}
.sh-hero-note{position:absolute;right:8px;top:10px;background:var(--dark);color:#fff;padding:14px 18px;border-radius:14px;display:grid;gap:1px;box-shadow:0 10px 30px rgba(0,0,0,.14)}
.sh-hero-note b{font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.sh-hero-note span{font-size:11px;color:#c8c4bf}
.sh-hero-note .woocommerce-Price-amount{color:#fff}

.sh-ticker{border-block:1px solid var(--line);display:flex;justify-content:space-around;gap:30px;padding:15px 4vw;font-size:10px;letter-spacing:.18em;color:#79736c}
.sh-section{max-width:var(--max);margin:auto;padding:100px max(6vw,28px)}
.sh-section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}
.sh-section-head h2,.sh-story h2,.sh-market-section h2{font-size:48px;margin:8px 0 0;line-height:1}
.sh-section-head>p{max-width:380px;color:var(--muted);margin:0}
.sh-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.sh-product-card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s transform,.25s box-shadow}
.sh-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(0,0,0,.07)}
.sh-product-image{height:330px;position:relative;display:block;background:#e9e2d9;overflow:hidden}
.sh-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.sh-product-card:hover .sh-product-image img{transform:scale(1.025)}
.sh-product-image>span{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.86);backdrop-filter:blur(6px);padding:6px 10px;border-radius:999px;font-size:9px;text-transform:uppercase;letter-spacing:.12em}
.sh-product-badge{position:absolute;right:18px;top:18px;background:var(--dark);color:#fff;padding:7px 10px;border-radius:999px;font-size:9px;text-transform:uppercase;letter-spacing:.1em}
.sh-product-info{padding:20px}
.sh-product-info h3{font-family:Georgia,serif;font-size:23px;font-weight:500;margin:0 0 7px}
.sh-product-info p{font-size:13px;color:var(--muted);min-height:44px;margin:0}
.sh-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:16px;margin-top:18px}
.sh-price-row strong{font-size:16px}
.sh-price-row .button,.sh-add{border:0!important;background:var(--ink)!important;color:#fff!important;padding:10px 15px!important;border-radius:999px!important;font-size:11px!important;font-weight:800!important;line-height:1.2!important;margin:0!important}

.sh-value-strip{max-width:calc(var(--max) - 12vw);margin:0 auto 25px;display:grid;grid-template-columns:repeat(3,1fr);background:#eae2d7;border-radius:18px;overflow:hidden}
.sh-value-strip>div{padding:26px 30px;border-right:1px solid rgba(0,0,0,.08);display:grid;gap:4px}
.sh-value-strip>div:last-child{border-right:0}
.sh-value-strip strong{font-family:Georgia,serif;font-size:19px;font-weight:500}
.sh-value-strip span{font-size:12px;color:#716a62}

.sh-story{max-width:calc(var(--max) - 12vw);margin:70px auto 0;padding:80px 0;border-block:1px solid var(--line);display:grid;grid-template-columns:100px 1fr 1.1fr;gap:40px;align-items:start}
.sh-story-number{font-family:Georgia,serif;font-size:22px;color:var(--accent)}
.sh-steps{list-style:none;margin:0;padding:0}
.sh-steps li{display:grid;grid-template-columns:55px 1fr;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}
.sh-steps li:first-child{padding-top:0}
.sh-steps b{color:var(--accent);font-family:Georgia,serif}
.sh-steps span{display:grid}
.sh-steps strong{font-size:14px}
.sh-steps small{color:var(--muted);font-size:12px;margin-top:3px}

.sh-market-section{max-width:var(--max);margin:auto;padding:100px max(6vw,28px);display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.sh-market-grid{display:grid;gap:12px}
.sh-market-grid article{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px 22px;display:grid;grid-template-columns:140px 1fr;gap:18px}
.sh-market-grid article b{font-family:Georgia,serif;font-size:19px;font-weight:500}
.sh-market-grid article span{font-size:12px;color:var(--muted)}

.sh-footer{padding:46px max(6vw,28px);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:30px;color:#6d6862}
.sh-footer p{font-size:12px;margin:10px 0 0}
.sh-footer-links{display:flex;gap:20px;font-size:12px;align-items:center}
.sh-footer small{grid-column:1/-1;font-size:10px}

.sh-content-wrap,.sh-woo-wrap{max-width:1280px;margin:auto;padding:70px max(5vw,24px) 100px;min-height:60vh}
.sh-content-wrap h1,.sh-woo-wrap h1{font-size:clamp(44px,6vw,72px);line-height:1;margin:15px 0 35px}
.sh-prose{max-width:820px;color:#55504a}
.sh-prose h2,.sh-prose h3{font-family:Georgia,serif;font-weight:500;color:var(--ink);margin-top:40px}
.sh-empty-state{text-align:center;display:grid;place-items:center;align-content:center;gap:10px}

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb{font-size:11px;color:var(--muted);margin-bottom:30px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:0!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;padding:0 0 20px!important;transition:.25s transform,.25s box-shadow}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.06)}
.woocommerce ul.products li.product a img{margin:0 0 18px!important;aspect-ratio:1/1;object-fit:cover;background:#eee6dd}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:Georgia,serif;font-size:21px!important;font-weight:500;padding:0 18px!important}
.woocommerce ul.products li.product .price{color:var(--ink)!important;font-weight:800;padding:0 18px;display:block}
.woocommerce ul.products li.product .button{margin:8px 18px 0!important;background:var(--ink)!important;color:#fff!important;border-radius:999px!important;font-size:11px!important}
.woocommerce span.onsale{background:var(--accent)!important}
.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:55px}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important}
.woocommerce div.product .product_title{font-family:Georgia,serif;font-size:48px;font-weight:500;line-height:1}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ink)!important;font-size:22px!important;font-weight:800}
.woocommerce div.product form.cart .button{background:var(--ink)!important;border-radius:999px;padding:14px 22px}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#fff!important;border-radius:12px;border-top-color:var(--accent)!important}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wc-block-components-button{background:var(--ink)!important;color:#fff!important;border-radius:999px!important}
.woocommerce-cart table.cart,.woocommerce-checkout-review-order,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{background:#fff;border:1px solid var(--line)!important;border-radius:14px!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{border:1px solid #d9d2c8;border-radius:9px;padding:11px;background:#fff;min-height:43px}
.woocommerce-checkout #payment{background:#eee7dd!important;border-radius:14px!important}
.woocommerce-checkout #payment div.payment_box{background:#fff!important}
.woocommerce .quantity .qty{border:1px solid #d9d2c8;border-radius:9px;padding:10px}

@media(max-width:1000px){
  .sh-hero{grid-template-columns:1fr;gap:30px}
  .sh-hero-art{height:480px}
  .sh-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .sh-story{grid-template-columns:60px 1fr}
  .sh-steps{grid-column:2}
  .sh-market-section{grid-template-columns:1fr}
  .woocommerce div.product{grid-template-columns:1fr}
}
@media(max-width:782px){.admin-bar .sh-header{top:46px}}
@media(max-width:720px){
  .sh-header{height:70px;padding:0 18px}
  .sh-nav{display:none}
  .sh-header-cta{display:none}
  .sh-hero{padding:50px 22px}
  .sh-hero h1{font-size:54px}
  .sh-hero-art{height:360px}
  .sh-hero-photo-main{inset:20px 60px 35px 0}
  .sh-hero-photo-small{width:155px;height:185px}
  .sh-section{padding:70px 22px}
  .sh-section-head{display:block}
  .sh-section-head>p{margin-top:20px}
  .sh-product-grid,.woocommerce ul.products{grid-template-columns:1fr!important}
  .sh-product-image{height:390px}
  .sh-value-strip{margin:0 22px;grid-template-columns:1fr}
  .sh-value-strip>div{border-right:0;border-bottom:1px solid rgba(0,0,0,.08)}
  .sh-story{margin:60px 22px 0;grid-template-columns:1fr;padding:55px 0}
  .sh-steps{grid-column:auto}
  .sh-market-section{padding:70px 22px}
  .sh-market-grid article{grid-template-columns:1fr}
  .sh-footer{padding:40px 22px;grid-template-columns:1fr}
  .sh-footer-links{flex-wrap:wrap}
  .sh-ticker{justify-content:flex-start;overflow:hidden;white-space:nowrap}
  .sh-woo-wrap,.sh-content-wrap{padding:50px 22px 80px}
}
