@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root{
  --bone:#f7f1e6;--paper:#fffdf8;--ink:#2c261f;--muted:#665b4d;
  --turq:#1e7a72;--turq-dark:#14524d;--turq-light:#5fbdb0;
  --purple:#b38fd1;--purple-light:#d4b8e8;
  --orange:#f0a36b;--orange-light:#f7c89e;
  --silver:#a8a9a6;--line:#d9cdbb;--coral:#b96545;
  --serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;
  /* legacy brown kept only for fallback */
  --saddle:#5b3e2b;--saddle-dark:#3d291d;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.western-site{margin:0;background:var(--bone);color:var(--ink);font-family:var(--sans);line-height:1.55}
a{color:inherit}
img{max-width:100%;height:auto;display:block}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Fine-line details feel western without turning theatrical. */
.brand-rule{display:flex;align-items:center;gap:.8rem;color:var(--turq);font-family:var(--serif);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}
.brand-rule:before,.brand-rule:after{content:'';width:42px;height:1px;background:linear-gradient(90deg,transparent,var(--turq))}
.brand-rule:after{transform:scaleX(-1)}

.site-header{position:sticky;top:0;z-index:20;background:rgba(247,241,230,.94);border-bottom:1px solid rgba(30,122,114,.18);backdrop-filter:blur(12px)}
.header-inner{max-width:1180px;margin:auto;min-height:92px;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}
.wordmark{font-family:var(--serif);font-size:1.45rem;font-weight:600;text-decoration:none;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap}
.wordmark:before{content:'✦';color:var(--turq);font-size:.8em;margin-right:.45rem}
.site-nav{display:flex;align-items:center;gap:1.6rem;font-size:.92rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase}
.site-nav a{text-decoration:none}
.site-nav .nav-cta{background:var(--turq);color:#fff;padding:.85rem 1.25rem;border-radius:999px}
.site-nav .cart-icon{display:inline-flex;align-items:center;gap:.45rem;font-size:1.35rem;text-decoration:none;position:relative}
.site-nav .cart-img{height:42px;width:auto}
.site-nav .cart-count{background:var(--turq);color:#fff;font-size:.72rem;font-weight:700;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin-left:.15rem}
.shop-menu{position:relative}
.shop-menu-toggle{appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;font:inherit;letter-spacing:inherit;padding:0;text-transform:inherit}
.shop-menu-toggle span{display:inline-block;font-size:1.1em;line-height:0;margin-left:.15rem;transition:transform .15s ease}
.shop-menu-toggle[aria-expanded="true"] span{transform:rotate(180deg)}
.shop-menu-list{position:absolute;top:calc(100% + .95rem);left:-1rem;z-index:30;display:flex;flex-direction:column;align-items:stretch;min-width:300px;padding:.7rem 0;background:var(--paper);border:1px solid rgba(91,62,43,.2);box-shadow:0 15px 32px -20px #3d291d}
.shop-menu-list[hidden]{display:none}
.site-nav .shop-menu-list a{display:block;width:100%;box-sizing:border-box;padding:.82rem 1.2rem;white-space:nowrap;font-size:.84rem;letter-spacing:.08em}
.site-nav .shop-menu-list a:hover,.site-nav .shop-menu-list a:focus-visible{background:#f1e6d5;color:var(--turq-dark);outline:none}

.home-hero{position:relative;overflow:hidden;padding:clamp(1.25rem,3vw,2.5rem) 1.25rem 3.25rem;background:
 radial-gradient(circle at 75% 15%,rgba(30,122,114,.18),transparent 28%),
 linear-gradient(145deg,#fbf7ef 0%,#f4e9d8 100%)}
.home-hero:after{content:'';position:absolute;inset:auto -5% 0;height:1px;background:linear-gradient(90deg,transparent,var(--silver),transparent)}
.hero-grid{position:relative;z-index:1;max-width:1180px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,460px);gap:clamp(1.25rem,3vw,2.25rem);align-items:start}
.hero-logo{display:block;width:clamp(228px,25.2vw,330px);margin:-28px 0 .8rem;text-decoration:none}
.hero-logo img{width:100%;height:auto;filter:drop-shadow(0 8px 18px rgba(61,41,29,.08))}
.eyebrow{margin:0 0 .55rem;color:var(--turq-dark);font-size:.75rem;font-weight:600;letter-spacing:.19em;text-transform:uppercase}
.hero-copy h1{font-family:var(--serif);font-size:clamp(2.75rem,6vw,5.7rem);font-weight:500;line-height:.96;letter-spacing:-.025em;margin:0 0 .85rem;max-width:760px}
.hero-copy h1 em{display:block;color:var(--turq-dark);font-weight:500}
.hero-lede{max-width:620px;color:var(--muted);font-family:var(--serif);font-size:clamp(1.05rem,2vw,1.28rem);margin:0 0 1.25rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}
.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:.8rem 1.25rem;border-radius:4px;text-decoration:none;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--turq);transition:.2s}
.button-primary{background:var(--turq);color:#fff;box-shadow:0 10px 25px -15px rgba(30,122,114,.4)}
.button-primary:hover{background:var(--turq-dark);transform:translateY(-1px)}
.button-secondary{background:transparent;color:var(--turq)}
.trust-line{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem;margin:1rem 0 0;padding:0;list-style:none;color:var(--muted);font-size:.75rem}
.trust-line li:before{content:'✦';color:var(--turq);margin-right:.38rem}

/* Personal intro section (softer, genuine top of page) */
.personal-intro{padding:clamp(3rem,6vw,4.5rem) 1.25rem;background:var(--paper);border-bottom:1px solid var(--line)}
.personal-intro .section-inner{max-width:720px;margin:auto;text-align:center}
.personal-intro h2{font-family:var(--serif);font-size:clamp(2.1rem,4.5vw,2.8rem);font-weight:500;margin:.4rem 0 .9rem;color:var(--ink)}
.personal-intro p{max-width:560px;margin:0 auto;color:var(--muted);font-size:1.05rem;line-height:1.65}
.personal-intro .personal-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}

/* Jewelry slideshow - genuine personal top section */
.jewelry-slideshow{position:relative;height:480px;overflow:hidden;background:#f7f1e6}
.jewelry-slideshow .slides{position:relative;height:100%}
.jewelry-slideshow .slide{display:none;position:absolute;inset:0}
.jewelry-slideshow .slide.active{display:block}

#slideshow-img{width:100%;height:100%;object-fit:contain;background:#f7f1e6}
.jewelry-slideshow .slide img{width:100%;height:100%;object-fit:contain;object-position:center;background:#f7f1e6;filter:saturate(1.05)}

/* Proper slideshow controls */
.jewelry-slideshow{position:relative}
.jewelry-slideshow .slide-prev,
.jewelry-slideshow .slide-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.85);color:#2c261f;border:1px solid var(--line);width:42px;height:42px;border-radius:999px;font-size:1.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:.2s}
.jewelry-slideshow .slide-prev{left:16px}
.jewelry-slideshow .slide-next{right:16px}
.jewelry-slideshow .slide-prev:hover,
.jewelry-slideshow .slide-next:hover{background:#fff}
.jewelry-slideshow .slide-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}
.jewelry-slideshow .dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.6);border:1px solid var(--line);padding:0;cursor:pointer}
.jewelry-slideshow .dot.active{background:var(--turq);border-color:var(--turq)}
.slideshow-cta{display:flex;justify-content:center;padding:1.15rem 1.25rem 1.25rem;background:var(--bone);border-bottom:1px solid var(--line)}

.builder-showcase{position:relative;max-width:420px;margin:auto;padding:10px;background:linear-gradient(145deg,var(--turq-dark),#1a3a36);border-radius:34px;box-shadow:0 35px 65px -30px rgba(30,122,114,.45),0 0 0 1px rgba(255,255,255,.35) inset;transform:rotate(1.5deg)}
.builder-showcase:before{content:'';position:absolute;top:7px;left:50%;width:70px;height:5px;transform:translateX(-50%);background:#241b15;border-radius:99px;z-index:2}
.builder-showcase img{width:100%;border-radius:22px;background:var(--bone)}
.builder-caption{position:absolute;right:-18px;bottom:32px;background:var(--paper);border:1px solid var(--line);padding:.65rem .85rem;box-shadow:0 12px 25px -15px #000;color:var(--saddle);font-family:var(--serif);font-size:.82rem;transform:rotate(-3deg)}

.section{padding:clamp(3rem,6vw,5.25rem) 1.25rem}
.section-inner{max-width:1180px;margin:auto}
.section-head{max-width:720px;margin:0 auto 1.7rem;text-align:center}
.section-head h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3.4rem);font-weight:500;line-height:1.08;margin:.55rem 0 .65rem}
.section-head p{color:var(--muted);margin:0}
.shop-catalog .section-head p{color:#FE5C00;font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:500;line-height:normal}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.step{background:var(--paper);padding:1.45rem}
.step-number{font-family:var(--serif);color:var(--turq);font-size:1.8rem;font-style:italic}
.step h3{font-family:var(--serif);font-size:1.35rem;margin:.5rem 0}
.step p{color:var(--muted);margin:0;font-size:.9rem}

.shop-section{background:#f4ede3}
.shop-hero{padding:clamp(3.5rem,8vw,6.5rem) 1.25rem;background:linear-gradient(145deg,#fbf7ef 0%,#f0e4d2 100%);text-align:center;border-bottom:1px solid var(--line)}
.shop-hero .brand-rule{justify-content:center;font-size:clamp(1.4rem,3.5vw,2.2rem);letter-spacing:.16em;line-height:1.1}
.shop-hero h1{font-family:var(--serif);font-size:clamp(2.7rem,6vw,5rem);font-weight:500;line-height:1;margin:.8rem 0 1rem}
.shop-hero p{max-width:580px;margin:0 auto;color:var(--muted);font-family:var(--serif);font-size:clamp(1.05rem,2vw,1.25rem)}
.shop-catalog{min-height:55vh}
.shop-catalog .section-head{margin-bottom:2.2rem}
.collection-teaser{text-align:center;margin:3rem auto 0;padding-top:2.2rem;border-top:1px solid rgba(91,62,43,.18)}
body.western-site .collection-teaser h3{color:#8E7DB3;font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:500;margin:0 0 .35rem}
.collection-teaser p{color:#000;font-family:var(--serif);font-size:1.05rem;font-style:italic;letter-spacing:.08em;margin:0;text-transform:uppercase}
.site-nav a[aria-current="page"]{color:var(--turq-dark);text-decoration:underline;text-underline-offset:.4rem}
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.product-card{background:var(--paper);text-decoration:none;border:1px solid rgba(91,62,43,.13);transition:.2s;overflow:hidden}
.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px -22px #3d291d}
.product-card img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#e8dfd2}
.product-card-copy{padding:1rem}
.product-card h3{font-family:var(--serif);font-size:1.15rem;font-weight:500;margin:0}
.product-card p{color:var(--turq-dark);font-size:.8rem;margin:.15rem 0 0}
.section-action{text-align:center;margin-top:1.35rem}

.story-band{display:grid;grid-template-columns:1fr 1fr;min-height:510px;background:var(--saddle-dark);color:#fff}
.story-image img{width:100%;height:100%;object-fit:cover;object-position:center 38%;filter:saturate(.75) contrast(1.03)}
.story-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4.25rem)}
.story-copy .eyebrow{color:#8ac2bb}
.story-copy h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:500;line-height:1.08;margin:0 0 1rem}
.story-copy p{color:#e7ded2;max-width:560px}
.story-copy a{color:#fff;text-underline-offset:4px}

.site-footer{padding:2rem 1.25rem;background:#241b15;color:#d9cdbb;font-size:.78rem}
.footer-inner{max-width:1180px;margin:auto;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.footer-links{display:flex;flex-wrap:wrap;gap:.55rem 1rem}.footer-links a{text-underline-offset:3px}

/* Customer policy pages */
.policy-page main{min-height:65vh}
.policy-content{max-width:780px;margin:0 auto;padding:clamp(2.5rem,6vw,5rem) 1.25rem}
.policy-content h1{font-family:var(--serif);font-size:clamp(2.5rem,6vw,4.25rem);font-weight:500;margin:0 0 .5rem}
.policy-content .updated{color:var(--muted);font-size:.82rem;margin-bottom:2.2rem}
.policy-content h2{font-family:var(--serif);font-size:1.6rem;font-weight:500;color:var(--turq-dark);margin:2rem 0 .6rem}
.policy-content p,.policy-content li{color:#4e453c;line-height:1.7}
.policy-content ul{padding-left:1.25rem}
.policy-content a{color:var(--turq-dark)}

/* Interior pages */
body.western-site .page-nav{max-width:1100px;margin:auto;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);font-family:var(--sans);font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
body.western-site .page-nav a{text-decoration:none}
body.western-site .container{max-width:1100px;padding:clamp(1.5rem,4vw,3rem) 1.25rem}
body.western-site .product-header h1,body.western-site h1{font-family:var(--serif);font-weight:500}
body.western-site .product-header{position:relative}
body.western-site .product-header:after{content:'✦';display:block;color:var(--turq);font-size:.8rem;margin:.65rem auto}
body.western-site .price{color:var(--turq-dark)}
body.western-site .product-image img{border-radius:2px!important;border:8px solid var(--paper)!important;outline:1px solid var(--line);box-shadow:0 20px 45px -30px #3d291d!important}
body.western-site .section h3{font-family:var(--serif);color:var(--turq-dark);border-color:var(--line)}
body.western-site .section .collection-teaser h3{color:#8E7DB3}
body.western-site .length-btn{min-width:48px;min-height:44px;border-radius:999px;background:var(--paper);border-color:var(--line)}
body.western-site .length-btn.selected{background:var(--saddle);border-color:var(--saddle);color:#fff}
body.western-site .add-to-cart{min-height:50px;border-radius:4px;background:var(--saddle);font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}
body.western-site .add-to-cart:disabled{opacity:.48;cursor:not-allowed}
body.western-site .back-link{color:var(--turq-dark)}
body.story-page .container{max-width:760px}
body.story-page h1:after{content:'✦';display:block;color:var(--turq);font-size:.85rem;margin:.7rem auto}
body.story-page p{color:#4e453c}
body.story-page .signature{border-top:1px solid var(--line);padding-top:2rem}

/* A tighter editorial rhythm: enough room to breathe, without the oversized gaps. */
body.product-page .product-header{margin-bottom:1.4rem}
body.product-page .product-image{margin-bottom:1.5rem!important}
body.product-page .details-grid{gap:1.75rem}
body.product-page .section{padding:0;margin-bottom:1.4rem}
body.product-page .section h3{margin-bottom:.55rem}
body.product-page .spec-list{margin-bottom:1rem}
body.product-page .spec-list p{margin-bottom:.45rem}
body.product-page .length-options{margin-top:.6rem}
body.product-page .add-to-cart{margin-top:.65rem}
body.product-page .back-link{margin-top:1.5rem}
body.story-page .container{padding-bottom:3.5rem}
body.story-page h1{margin-bottom:1.15rem}
body.story-page p{margin-bottom:.9rem}
body.story-page .signature{margin-top:1.6rem;padding-top:1.3rem}
body.story-page .back-link{margin-top:1.75rem}

@media(max-width:900px){
  .site-nav a:not(.nav-cta){display:none}
  .site-nav .shop-menu{display:none}
  .hero-grid{grid-template-columns:1fr;gap:2.5rem}
  .hero-copy{text-align:center}.hero-logo{margin-left:auto;margin-right:auto}.hero-lede{margin-left:auto;margin-right:auto}.hero-actions,.trust-line{justify-content:center}
  .builder-showcase{width:min(82vw,360px);transform:none}
  .steps{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .story-band{grid-template-columns:1fr}.story-image{height:460px}
}
@media(max-width:520px){
  .header-inner{min-height:62px;padding:.55rem .9rem}.wordmark{font-size:.92rem}.site-nav .nav-cta{padding:.6rem .75rem;font-size:.67rem}
  .home-hero{padding:1.65rem .95rem 2.75rem}.hero-logo{width:252px;margin-top:0;margin-bottom:.7rem}.hero-copy h1{font-size:2.75rem}.hero-copy h1 em{margin-top:.1em}
  .hero-actions{display:grid}.button{width:100%}.trust-line{font-size:.7rem}
  .builder-showcase{width:min(78vw,310px);padding:10px;border-radius:26px}.builder-showcase img{border-radius:18px}.builder-caption{right:-24px;bottom:24px}
  .section{padding:2.75rem 1rem}.step{padding:1.2rem}
  .product-grid{gap:.65rem}.product-card-copy{padding:.8rem}.product-card h3{font-size:1rem}
  .story-image{height:320px}.story-image img{object-position:center 12%}.story-copy{padding:2rem 1.25rem}
  .footer-inner{flex-direction:column;text-align:center}
  body.western-site .page-nav{padding:.85rem 1rem;font-size:.67rem}
  body.western-site .details-grid{gap:1.2rem}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
