@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap");

:root{
  --ink:#0d0d0f;
  --paper:#f3f0e9;
  --paper2:#fbfaf6;
  --muted:#79766f;
  --line:rgba(13,13,15,.12);
  --accent:#d8a24a;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Noto Sans Thai","Inter","Sukhumvit Set","Thonburi",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--paper2);
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font:inherit}

.site-nav{
  position:sticky;top:0;z-index:100;
  background:rgba(13,13,15,.92);
  color:#fff;
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav-inner{
  max-width:1280px;margin:auto;height:62px;padding:0 24px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.brand{
  font-weight:800;letter-spacing:-.03em;font-size:20px;
}
.nav-links{display:flex;gap:22px;align-items:center}
.nav-links a{font-size:13px;color:#c9c7c1}
.nav-links a:hover{color:#fff}
.nav-cta{
  background:#fff;color:#111!important;border-radius:999px;
  padding:9px 14px;font-weight:700;
}

.hero{
  background:#0d0d0f;color:#fff;
  min-height:760px;padding:76px 24px 56px;
  overflow:hidden;
}
.hero-inner{max-width:1280px;margin:auto}
.hero-top{
  display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center;
}
.hero-kicker{
  text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;
  color:#c9a76a;margin-bottom:20px;
}
.hero h1{
  font-size:clamp(54px,7vw,102px);line-height:.94;letter-spacing:-.065em;
  margin:0 0 24px;max-width:780px;
}
.hero-copy{
  max-width:670px;font-size:18px;line-height:1.8;color:#b9b7b1;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 18px;border-radius:999px;font-size:14px;font-weight:700;
}
.btn-light{background:#fff;color:#111}
.btn-ghost{border:1px solid rgba(255,255,255,.25);color:#fff}
.hero-art{
  position:relative;min-height:560px;display:flex;align-items:center;justify-content:center;
}
.hero-art:before{
  content:"";position:absolute;width:540px;height:540px;border-radius:50%;
  background:radial-gradient(circle,rgba(216,162,74,.24),rgba(216,162,74,0) 68%);
}
.hero-art img{
  position:relative;width:min(100%,620px);aspect-ratio:1/1;object-fit:cover;
  border-radius:22px;box-shadow:0 40px 120px rgba(0,0,0,.55);
}
.hero-strip{
  max-width:1280px;margin:48px auto 0;
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.12);
}
.hero-stat{padding:20px 18px 0 0}
.hero-stat strong{display:block;font-size:22px;margin-bottom:4px}
.hero-stat span{font-size:12px;color:#8f8d88;line-height:1.5}

.path-section{padding:96px 24px;background:var(--paper)}
.inner{max-width:1280px;margin:auto}
.section-kicker{
  text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800;color:#8d7250;
  margin-bottom:12px;
}
.section-title{
  font-size:clamp(38px,5vw,70px);letter-spacing:-.055em;line-height:1.02;
  margin:0;max-width:930px;
}
.section-lead{
  font-size:17px;line-height:1.85;color:#77736d;max-width:760px;margin:20px 0 0;
}

.path-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px;
}
.path-card{
  min-height:350px;border-radius:20px;padding:28px;position:relative;overflow:hidden;
  color:#fff;background:#151517;display:flex;flex-direction:column;justify-content:flex-end;
}
.path-card:nth-child(2){background:#2f2b26}
.path-card:nth-child(3){background:#26272a}
.path-no{position:absolute;top:24px;right:26px;font-size:12px;color:#8e8d88}
.path-card h3{font-size:30px;letter-spacing:-.04em;margin:0 0 10px}
.path-card p{color:#b8b6b0;font-size:14px;line-height:1.75;margin:0 0 18px}
.path-card button{
  width:max-content;background:none;border:0;color:#efc47b;padding:0;cursor:pointer;font-weight:700;
}

.featured-section{padding:104px 24px;background:#fff}
.feature-stack{max-width:1280px;margin:42px auto 0;display:grid;gap:24px}
.feature-row{
  display:grid;grid-template-columns:1.08fr .92fr;background:#111;color:#fff;
  min-height:560px;border-radius:22px;overflow:hidden;
}
.feature-row.reverse{grid-template-columns:.92fr 1.08fr}
.feature-row.reverse .feature-media{order:2}
.feature-media img{width:100%;height:100%;object-fit:cover}
.feature-copy{padding:58px;display:flex;flex-direction:column;justify-content:center}
.feature-copy .label{
  color:#cfa35b;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;
}
.feature-copy h3{font-size:48px;line-height:1.03;letter-spacing:-.05em;margin:14px 0 16px}
.feature-copy p{font-size:16px;line-height:1.8;color:#b9b7b1;margin:0 0 24px}
.feature-link{font-weight:700;color:#fff}

.craft-section{padding:100px 24px;background:#0d0d0f;color:#fff}
.craft-grid{
  display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;max-width:1280px;margin:auto;align-items:start;
}
.craft-copy h2{font-size:58px;line-height:1.02;letter-spacing:-.055em;margin:0 0 20px}
.craft-copy p{font-size:17px;line-height:1.85;color:#aaa7a0}
.craft-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.craft-step{padding:26px;border:1px solid rgba(255,255,255,.12);border-radius:16px;min-height:180px}
.craft-step b{display:block;color:#d6a45b;font-size:12px;margin-bottom:24px}
.craft-step h3{font-size:21px;margin:0 0 9px}
.craft-step p{font-size:14px;color:#9d9a94;line-height:1.7;margin:0}

.archive-section{padding:100px 24px 120px;background:var(--paper2)}
.archive-head{
  max-width:1280px;margin:auto;display:flex;justify-content:space-between;gap:32px;align-items:end;
}
.archive-head .section-lead{margin-bottom:2px}
.filter-wrap{
  position:sticky;top:62px;z-index:60;background:rgba(251,250,246,.92);
  backdrop-filter:blur(16px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  margin-top:44px;
}
.filter-row{
  max-width:1280px;margin:auto;padding:12px 24px;display:flex;gap:8px;overflow-x:auto;
}
.filter-btn{
  border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;
  font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer;
}
.filter-btn.active{background:#111;color:#fff;border-color:#111}
.product-count{max-width:1280px;margin:24px auto 16px;font-size:12px;color:#8b877f}
.product-grid{
  max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
}
.product-card{
  background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease;
}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.08)}
.product-card[hidden]{display:none!important}
.product-media{aspect-ratio:1/1;background:#eee;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.product-card:hover .product-media img{transform:scale(1.025)}
.product-copy{padding:18px 18px 20px}
.tag{
  display:inline-block;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  color:#967241;margin-bottom:8px;
}
.product-copy h3{font-size:20px;line-height:1.25;letter-spacing:-.025em;margin:0 0 7px}
.headline{font-size:13px;font-weight:700;margin-bottom:8px}
.desc{font-size:13px;line-height:1.65;color:#79756f;min-height:42px}
.link{display:inline-block;margin-top:13px;font-size:13px;font-weight:700;color:#725329}

.newsletter{
  background:#d9a95f;padding:86px 24px;color:#16120d;
}
.newsletter .inner{display:flex;justify-content:space-between;gap:40px;align-items:center}
.newsletter h2{font-size:48px;letter-spacing:-.05em;line-height:1.04;margin:0}
.newsletter p{max-width:560px;font-size:16px;line-height:1.7;margin:10px 0 0}
.newsletter .btn{background:#111;color:#fff}

.site-footer{background:#0d0d0f;color:#918e87;padding:42px 24px}
.footer-inner{max-width:1280px;margin:auto;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
.footer-brand{color:#fff;font-weight:800}
.footer-small{font-size:12px}

.detail-page{background:var(--paper2)}
.detail-shell{max-width:1280px;margin:auto;padding:34px 24px 100px}
.back{display:inline-block;font-size:13px;font-weight:700;color:#77736d;margin-bottom:24px}
.detail-hero{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:36px;align-items:start;
}
.detail-image{
  position:sticky;top:92px;background:#eee;border-radius:18px;overflow:hidden;aspect-ratio:1/1;
}
.detail-image img{width:100%;height:100%;object-fit:cover}
.detail-copy{
  background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:36px;
}
.detail-copy h1{font-size:48px;line-height:1;letter-spacing:-.05em;margin:8px 0 14px}
.detail-copy>.headline{font-size:18px;margin-bottom:16px}
.detail-copy>p{font-size:15px;line-height:1.85;color:#6f6b65}
.detail-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}
.meta-card{background:#f5f3ed;padding:15px;border-radius:12px}
.meta-card .label{display:block;font-size:10px;color:#8c877f;margin-bottom:5px}
.meta-card strong{font-size:13px}
.handmade-note,.variant-selected,.story-note{
  background:#f4efe6;border-radius:12px;padding:16px 18px;font-size:13px;line-height:1.75;color:#615d57;
}
.detail-section,.variant-section,.story-block{
  margin-top:30px;padding-top:28px;border-top:1px solid var(--line);
}
.detail-section h2,.variant-section h2,.story-block h2{
  font-size:27px;line-height:1.18;letter-spacing:-.035em;margin:0 0 12px;
}
.detail-list,.option-list{padding-left:20px;color:#68645e;line-height:1.8;font-size:14px}
.story-block .story-kicker{
  color:#a47b3f;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800;margin-bottom:10px;
}
.story-block p{font-size:15px;line-height:1.9;color:#5f5b55}
.tag-cloud{display:flex;gap:7px;flex-wrap:wrap}
.seo-tag{
  background:#f3f1ec;border-radius:999px;padding:7px 10px;font-size:11px;color:#77726b;
}
.line-btn{
  display:flex;align-items:center;justify-content:center;background:#111;color:#fff;border-radius:999px;
  min-height:48px;padding:0 18px;font-weight:800;margin-top:28px;
}
.line-id{text-align:center;color:#99938a;font-size:11px;margin-top:8px}
.thumb-gallery,.variant-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}
.thumb-btn,.variant-option{
  border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden;padding:0;cursor:pointer;text-align:left;
}
.thumb-btn.active,.variant-option.active{border:2px solid #111}
.thumb-btn img,.variant-option img{width:100%;aspect-ratio:1/1;object-fit:cover}
.thumb-btn span,.variant-copy{display:block;padding:9px 10px;font-size:11px;color:#625f5a}
.variant-copy strong{display:block;font-size:12px;color:#111}
.variant-copy span{font-size:10px;color:#88837b}
.detail-story-panel{
  max-width:1280px;margin:42px auto 0;background:#111;color:#fff;border-radius:20px;padding:48px;
}
.detail-story-panel h2{font-size:42px;letter-spacing:-.045em;margin:0 0 15px}
.detail-story-panel p{max-width:820px;color:#aaa7a0;line-height:1.85}
.detail-process{
  max-width:1280px;margin:18px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
}
.detail-process div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}
.detail-process b{font-size:11px;color:#9b7440}
.detail-process h3{font-size:18px;margin:8px 0}
.detail-process p{font-size:13px;line-height:1.65;color:#77736d;margin:0}

@media(max-width:1024px){
  .hero-top,.craft-grid,.detail-hero{grid-template-columns:1fr}
  .hero-art{min-height:440px}
  .hero-strip,.product-grid{grid-template-columns:repeat(2,1fr)}
  .path-grid{grid-template-columns:1fr}
  .feature-row,.feature-row.reverse{grid-template-columns:1fr}
  .feature-row.reverse .feature-media{order:0}
  .feature-media{max-height:520px}
  .detail-image{position:relative;top:auto}
  .detail-process{grid-template-columns:1fr}
}
@media(max-width:640px){
  .nav-links a:not(.nav-cta){display:none}
  .nav-inner{padding:0 14px}
  .hero{padding:54px 14px 42px;min-height:auto}
  .hero h1{font-size:50px}
  .hero-copy{font-size:16px}
  .hero-art{min-height:auto;margin-top:24px}
  .hero-art img{border-radius:14px}
  .hero-strip{grid-template-columns:repeat(2,1fr)}
  .path-section,.featured-section,.craft-section,.archive-section{padding:72px 14px}
  .section-title{font-size:39px}
  .feature-copy{padding:28px 22px}
  .feature-copy h3{font-size:34px}
  .craft-copy h2{font-size:40px}
  .craft-steps{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr}
  .archive-head{display:block}
  .filter-row{padding:10px 14px}
  .newsletter{padding:62px 14px}
  .newsletter .inner{display:block}
  .newsletter h2{font-size:38px}
  .newsletter .btn{margin-top:20px}
  .detail-shell{padding:22px 12px 70px}
  .detail-copy{padding:24px 18px}
  .detail-copy h1{font-size:38px}
  .detail-meta{grid-template-columns:1fr}
  .detail-story-panel{border-radius:0;padding:36px 20px}
  .detail-story-panel h2{font-size:34px}
  .thumb-gallery,.variant-grid{grid-template-columns:repeat(2,1fr)}
}

html{
  text-rendering:optimizeLegibility;
  font-synthesis:none;
}
body{
  font-family:"Noto Sans Thai","Inter","Sukhumvit Set","Thonburi",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:400;
  line-height:1.65;
}
h1,h2,h3,.brand,.btn,.filter-btn,.nav-links,.tag,.section-kicker,.hero-kicker{
  font-family:"Noto Sans Thai","Inter","Sukhumvit Set","Thonburi",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-kerning:normal;
}
.hero h1{
  line-height:1.04;
  letter-spacing:-.045em;
}
.section-title{
  line-height:1.16;
  letter-spacing:-.035em;
}
.path-card h3,
.feature-copy h3,
.craft-copy h2,
.newsletter h2,
.detail-copy h1,
.detail-section h2,
.variant-section h2,
.story-block h2{
  line-height:1.28;
  letter-spacing:-.02em;
}
.hero-copy,
.section-lead,
.path-card p,
.feature-copy p,
.craft-copy p,
.craft-step p,
.product-copy .desc,
.detail-copy>p,
.story-block p,
.handmade-note,
.story-note,
.option-list,
.detail-list{
  line-height:1.85;
}
.product-copy h3{
  line-height:1.4;
  letter-spacing:-.012em;
}
.headline{
  line-height:1.5;
}
.nav-links a,
.filter-btn,
.btn{
  line-height:1.25;
}
.thai-copy{
  font-family:"Noto Sans Thai","Sukhumvit Set","Thonburi",sans-serif;
}
@media(max-width:640px){
  .hero h1{line-height:1.08}
  .section-title{line-height:1.2}
  .detail-copy h1{line-height:1.2}
}

.custom-order-cta{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 25%, rgba(216,162,74,.18), transparent 34%),
    linear-gradient(135deg,#121214 0%,#0a0a0b 72%);
  color:#fff;
  padding:110px 24px 104px;
}
.custom-order-inner{
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  gap:70px;
  align-items:center;
}
.custom-order-kicker{
  color:#d7aa62;
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.custom-order-cta h2{
  margin:0;
  max-width:820px;
  font-size:clamp(42px,5.4vw,78px);
  line-height:1.12;
  letter-spacing:-.035em;
}
.custom-order-lead{
  max-width:760px;
  margin:24px 0 0;
  font-size:17px;
  line-height:1.95;
  color:#b4b1aa;
}
.custom-order-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}
.custom-line-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-size:14px;
  font-weight:800;
}
.custom-line-id{
  font-size:13px;
  color:#97948d;
}
.custom-order-card{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
  backdrop-filter:blur(10px);
  border-radius:20px;
  padding:28px;
}
.custom-order-card h3{
  margin:0 0 18px;
  font-size:22px;
  line-height:1.35;
}
.custom-order-card ol{
  counter-reset:orderstep;
  list-style:none;
  margin:0;
  padding:0;
}
.custom-order-card li{
  counter-increment:orderstep;
  position:relative;
  padding:0 0 20px 44px;
  color:#aaa7a0;
  font-size:14px;
  line-height:1.72;
}
.custom-order-card li:last-child{padding-bottom:0}
.custom-order-card li:before{
  content:counter(orderstep);
  position:absolute;
  left:0;
  top:0;
  width:28px;
  height:28px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#d7aa62;
  color:#16120d;
  font-size:12px;
  font-weight:800;
}
@media(max-width:900px){
  .custom-order-inner{grid-template-columns:1fr;gap:38px}
}
@media(max-width:640px){
  .custom-order-cta{padding:76px 16px 70px}
  .custom-order-cta h2{font-size:39px;line-height:1.18}
  .custom-order-lead{font-size:15px;line-height:1.85}
  .custom-order-card{border-radius:14px;padding:22px 18px}
}

.web-found-gallery{
  margin-top:30px;
  padding-top:28px;
  border-top:1px solid var(--line);
}
.web-found-gallery h2{
  margin:0 0 8px;
  font-size:27px;
  line-height:1.3;
  letter-spacing:-.02em;
}
.web-found-gallery>p{
  margin:0 0 15px;
  color:#77736d;
  font-size:13px;
  line-height:1.8;
}
.web-gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.web-gallery-item{
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  cursor:pointer;
  padding:0;
  text-align:left;
  color:inherit;
}
.web-gallery-item img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  background:#eee;
}
.web-gallery-item span{
  display:block;
  padding:9px 10px;
  font-size:11px;
  color:#625f5a;
}
.web-gallery-note{
  margin-top:12px;
  font-size:11px;
  line-height:1.7;
  color:#99938a;
}
@media(max-width:720px){
  .web-gallery-grid{grid-template-columns:repeat(2,1fr)}
}

.variant-pill-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.variant-pill{background:#f3f1ec;border:1px solid rgba(0,0,0,.07);border-radius:999px;padding:8px 11px;font-size:11px;color:#625f59}.new-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;margin-left:7px;border-radius:999px;background:#111;color:#fff;font-size:9px;font-weight:800;letter-spacing:.06em;vertical-align:middle}

.product-gallery{
  margin-top:30px;padding-top:28px;border-top:1px solid var(--line);
}
.product-gallery h2{margin:0 0 8px;font-size:27px;line-height:1.3}
.product-gallery p{font-size:13px;line-height:1.8;color:#77736d;margin:0 0 14px}
.gallery-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:10px;
}
.gallery-btn{
  border:1px solid var(--line);background:#fff;padding:0;border-radius:12px;overflow:hidden;
  cursor:pointer;text-align:left;
}
.gallery-btn img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#eee}
.gallery-btn span{display:block;padding:9px 10px;font-size:11px;color:#625f5a}
.product-card .new-badge{
  display:inline-flex;margin-left:6px;padding:3px 7px;border-radius:999px;background:#111;color:#fff;
  font-size:9px;font-weight:800;vertical-align:middle;
}
@media(max-width:720px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}

.home-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.view-all-products{
  max-width:1280px;
  margin:38px auto 0;
  text-align:center;
}
.view-all-products-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:15px;
  font-weight:800;
}
.view-all-products-btn span{font-size:19px;transition:transform .2s ease}
.view-all-products-btn:hover span{transform:translateX(4px)}
.view-all-products p{
  margin:12px 0 0;
  font-size:12px;
  color:#8a867f;
}

.catalog-hero{
  background:#111;
  color:#fff;
  padding:92px 24px 70px;
}
.catalog-hero h1{
  margin:0;
  max-width:900px;
  font-size:clamp(46px,6vw,84px);
  line-height:1.08;
  letter-spacing:-.04em;
}
.catalog-hero p{
  max-width:760px;
  margin:20px 0 0;
  color:#aaa7a0;
  font-size:16px;
  line-height:1.85;
}
.catalog-page{
  background:var(--paper2);
  min-height:80vh;
  padding-bottom:110px;
}
.catalog-filter-wrap{
  position:sticky;
  top:62px;
  z-index:70;
  background:rgba(251,250,246,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.catalog-inner{
  max-width:1280px;
  margin:auto;
  padding:0 24px;
}
.catalog-toolbar{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:24px 0 18px;
  color:#7e7a73;
  font-size:12px;
}
.catalog-toolbar a{font-weight:700;color:#111}
.catalog-product-grid{margin:0}
.catalog-product-grid .product-card{
  opacity:1;
  transform:none;
}
.catalog-product-grid .product-card.catalog-visible{
  opacity:1;
  transform:none;
  transition:box-shadow .22s ease,transform .22s ease;
}
.catalog-loader{
  min-height:140px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#8a867f;
  font-size:12px;
}
.catalog-loader-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#111;
  animation:catalogPulse 1s infinite alternate;
}
@keyframes catalogPulse{
  from{opacity:.25;transform:scale(.8)}
  to{opacity:1;transform:scale(1.15)}
}
.catalog-end{
  margin:36px 0 0;
  text-align:center;
  padding:24px;
  border-top:1px solid var(--line);
  color:#8a867f;
  font-size:12px;
}
@media(max-width:1024px){
  .home-product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .home-product-grid{grid-template-columns:1fr}
  .catalog-hero{padding:70px 16px 52px}
  .catalog-inner{padding:0 14px}
  .catalog-toolbar{align-items:flex-start;flex-direction:column}
}

.feature-stack-3col{
  max-width:1280px;
  margin:42px auto 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.feature-stack-3col .feature-row,
.feature-stack-3col .feature-row.reverse{
  display:flex;
  flex-direction:column;
  min-height:0;
  border-radius:18px;
  overflow:hidden;
  background:#111;
}
.feature-stack-3col .feature-row.reverse .feature-media{
  order:0;
}
.feature-stack-3col .feature-media{
  width:100%;
  aspect-ratio:1/1;
  max-height:none;
}
.feature-stack-3col .feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.feature-stack-3col .feature-copy{
  padding:26px 24px 28px;
  display:flex;
  flex:1;
  flex-direction:column;
  justify-content:flex-start;
}
.feature-stack-3col .feature-copy h3{
  font-size:30px;
  line-height:1.25;
  margin:12px 0 12px;
}
.feature-stack-3col .feature-copy p{
  font-size:14px;
  line-height:1.8;
  margin-bottom:20px;
}
.feature-stack-3col .feature-link{
  margin-top:auto;
}
@media(max-width:1024px){
  .feature-stack-3col{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .feature-stack-3col{
    grid-template-columns:1fr;
    gap:14px;
  }
  .feature-stack-3col .feature-copy{
    padding:22px 18px 24px;
  }
  .feature-stack-3col .feature-copy h3{
    font-size:28px;
  }
}

:root{
  --ease-premium:cubic-bezier(.22,.61,.36,1);
}

body{
  animation:pageFadeIn .55s var(--ease-premium) both;
}

@keyframes pageFadeIn{
  from{opacity:0}
  to{opacity:1}
}

.reveal,
.reveal-card,
.reveal-section{
  opacity:0;
  transform:translateY(28px);
  transition:
    opacity .75s var(--ease-premium) var(--reveal-delay,0ms),
    transform .75s var(--ease-premium) var(--reveal-delay,0ms);
}

.reveal-soft{
  transform:translateY(14px) scale(.992);
}

.reveal.is-visible,
.reveal-card.is-visible,
.reveal-section.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

.feature-stack-3col .feature-row{
  --tilt-x:0deg;
  --tilt-y:0deg;
  transform:
    translateY(0)
    perspective(1000px)
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y));
  transition:
    transform .45s var(--ease-premium),
    box-shadow .45s var(--ease-premium),
    border-color .45s var(--ease-premium);
  will-change:transform;
}

.feature-stack-3col .feature-row:hover{
  transform:
    translateY(-8px)
    perspective(1000px)
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y));
  box-shadow:0 28px 70px rgba(0,0,0,.18);
}

.feature-stack-3col .feature-media{
  overflow:hidden;
}

.feature-stack-3col .feature-media img{
  transition:transform .75s var(--ease-premium), filter .55s var(--ease-premium);
}

.feature-stack-3col .feature-row:hover .feature-media img{
  transform:scale(1.045);
  filter:brightness(1.035) contrast(1.015);
}

.feature-stack-3col .feature-link{
  position:relative;
  width:max-content;
}

.feature-stack-3col .feature-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-5px;
  width:100%;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s var(--ease-premium);
}

.feature-stack-3col .feature-link:hover::after{
  transform:scaleX(1);
}

.product-card{
  transition:
    transform .38s var(--ease-premium),
    box-shadow .38s var(--ease-premium),
    border-color .38s var(--ease-premium);
}

.product-card:hover{
  transform:translateY(-7px);
  box-shadow:0 24px 55px rgba(0,0,0,.11);
}

.product-card .product-media{
  overflow:hidden;
}

.product-card .product-media img{
  transition:transform .65s var(--ease-premium), filter .45s var(--ease-premium);
}

.product-card:hover .product-media img{
  transform:scale(1.035);
  filter:brightness(1.025);
}

.product-card .link{
  transition:transform .3s var(--ease-premium), color .3s ease;
}

.product-card:hover .link{
  transform:translateX(4px);
}

.btn,
.view-all-products-btn,
.custom-line-btn,
.nav-cta{
  transition:
    transform .28s var(--ease-premium),
    box-shadow .28s var(--ease-premium),
    background-color .28s ease,
    color .28s ease;
}

.btn:hover,
.view-all-products-btn:hover,
.custom-line-btn:hover,
.nav-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}

.site-nav{
  animation:navSlide .55s var(--ease-premium) both;
}

@keyframes navSlide{
  from{opacity:0;transform:translateY(-10px)}
  to{opacity:1;transform:translateY(0)}
}

.hero-art img{
  transition:transform .8s var(--ease-premium), box-shadow .8s var(--ease-premium);
}

.hero-art img:hover{
  transform:scale(1.018);
  box-shadow:0 44px 120px rgba(0,0,0,.6);
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.001ms!important;
  }
  .reveal,
  .reveal-card,
  .reveal-section{
    opacity:1!important;
    transform:none!important;
  }
}

@media(max-width:900px){
  .feature-stack-3col .feature-row:hover,
  .product-card:hover{
    transform:translateY(-3px);
  }
}


.customer-quote{
  position:relative;
  font-style:italic;
  font-weight:500;
  font-size:clamp(19px,2vw,28px);
  line-height:1.7;
  letter-spacing:-.015em;
  color:inherit;
  max-width:900px;
}

.hero-quote{
  max-width:760px;
  color:#d5d2cb;
  font-size:clamp(20px,2.1vw,30px);
  line-height:1.65;
}

.small-quote{
  font-size:15px;
  line-height:1.8;
  font-style:italic;
  color:#7f7a73;
}

.web-gallery-note.customer-quote{
  margin-top:14px;
}

.story-note.customer-quote{
  margin-top:16px;
  font-size:14px;
  line-height:1.8;
}

@media(max-width:640px){
  .customer-quote{
    font-size:18px;
    line-height:1.75;
  }
  .hero-quote{
    font-size:20px;
  }
  .small-quote,
  .story-note.customer-quote{
    font-size:13px;
  }
}


.cart-nav-link{display:inline-flex!important;align-items:center;gap:7px}
.cart-count{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}
.commerce-box{margin:26px 0;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}
.commerce-price-label{font-size:11px;color:#8a867f;text-transform:uppercase;letter-spacing:.08em}
.commerce-price{font-size:34px;font-weight:800;margin-top:4px}
.ask-price{font-size:25px}
.commerce-buy-row{display:flex;gap:12px;align-items:end;margin-top:18px}
.commerce-buy-row label{font-size:12px;color:#6f6b65}
.commerce-qty{display:block;width:90px;margin-top:6px;padding:12px;border:1px solid var(--line);border-radius:10px}
.commerce-add-btn,.checkout-primary,.checkout-secondary{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;min-height:48px;padding:0 18px;font:inherit;font-weight:800;cursor:pointer;text-decoration:none}
.commerce-add-btn,.checkout-primary{background:#111;color:#fff}
.checkout-secondary{background:#efede8;color:#111}
.commerce-help{font-size:11px;color:#8a867f;line-height:1.7;margin-top:12px}
.card-store-price{margin-top:11px;font-size:15px;font-weight:800}
.checkout-shell{max-width:1280px;margin:0 auto;padding:96px 24px 100px}
.checkout-shell.narrow{max-width:800px}
.checkout-heading{margin-bottom:34px}
.checkout-heading h1{font-size:clamp(42px,6vw,76px);line-height:1.05;margin:8px 0 12px}
.checkout-heading p{font-style:italic;font-size:20px;line-height:1.7;color:#69655f}
.cart-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr);gap:34px;align-items:start}
.cart-items{display:grid;gap:14px}
.cart-item{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:18px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff;align-items:center}
.cart-item img{width:120px;height:120px;object-fit:cover;border-radius:12px}
.cart-item h3{margin:0 0 4px;font-size:18px;color:#111}
.cart-item-price{font-size:14px;color:#68645e}
.cart-item-controls{display:flex;align-items:center;gap:7px;margin-top:14px}
.cart-item-controls button,.cart-item-controls input{height:34px;border:1px solid var(--line);background:#fff;border-radius:8px}
.cart-item-controls button{min-width:34px;cursor:pointer}
.cart-item-controls input{width:58px;text-align:center}
.remove-item{padding:0 10px!important;color:#8b352f}
.cart-line-total{font-size:18px}
.cart-summary{position:sticky;top:90px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}
.cart-summary h2{margin-top:0}
.summary-row{display:flex;justify-content:space-between;gap:20px;padding:8px 0}
.summary-row.total{font-size:22px}
.summary-rule{border-top:1px solid var(--line);margin:10px 0}
.cart-policy{font-size:12px;line-height:1.8;color:#817d76;margin:18px 0}
.checkout-primary{width:100%;margin-top:10px}
.checkout-primary.disabled{opacity:.4;pointer-events:none}
.cart-empty{padding:40px;border:1px dashed var(--line);border-radius:18px;text-align:center}
.checkout-form{display:grid;gap:18px;padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff}
.checkout-form label,.payment-card label,.admin-card label{display:grid;gap:7px;font-size:12px;color:#68645e}
.checkout-form input,.checkout-form textarea,.payment-card input,.admin-card input,.admin-card select{width:100%;box-sizing:border-box;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;font:inherit}
.hp-field{position:absolute!important;left:-10000px!important}
.checkout-order-summary{display:grid;gap:8px;background:#f6f4ef;border-radius:12px;padding:16px}
.checkout-order-summary>div{display:flex;justify-content:space-between;gap:20px}
.checkout-order-summary .grand{font-size:20px;border-top:1px solid var(--line);padding-top:12px;margin-top:4px}
.form-error,.form-success{padding:12px 14px;border-radius:10px;margin:10px 0;font-size:13px}
.form-error{background:#fff0ef;color:#9b2f27}
.form-success{background:#edf8ef;color:#256c34}
.payment-card{padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;margin-bottom:18px}
.payment-card h2{margin-top:0}
.payment-order-id{font-size:13px;color:#77726b}
.payment-total{font-size:18px;margin-top:8px}
.payment-total strong{font-size:36px;margin-left:8px}
.promptpay-number{margin:18px 0 12px;font-weight:800}
.promptpay-qr{display:flex;justify-content:center;padding:18px;background:#fff;border:1px solid var(--line);border-radius:16px;max-width:360px;margin:0 auto 14px}
.promptpay-qr img,.promptpay-qr canvas{max-width:100%;height:auto!important}
.line-payment-btn{margin-top:12px}
.receipt-actions{text-align:center;margin:28px 0}
.receipt-sheet{max-width:900px;margin:40px auto;padding:36px;background:#fff;border:1px solid #ddd}
.receipt-head{display:flex;justify-content:space-between;gap:30px;border-bottom:2px solid #111;padding-bottom:20px}
.receipt-brand{font-size:26px;font-weight:900}
.receipt-title{text-align:right}
.receipt-title h1{margin:0}
.receipt-meta{display:flex;gap:30px;flex-wrap:wrap;padding:18px 0;border-bottom:1px solid #ddd}
.receipt-meta>div{display:grid;gap:3px}
.receipt-meta span{font-size:11px;color:#777}
.receipt-customer{padding:20px 0}
.receipt-table{width:100%;border-collapse:collapse}
.receipt-table th,.receipt-table td{padding:11px 8px;border-bottom:1px solid #ddd;text-align:left}
.receipt-table th:nth-child(n+2),.receipt-table td:nth-child(n+2){text-align:right}
.receipt-totals{margin-left:auto;max-width:360px;padding-top:18px}
.receipt-totals>div{display:flex;justify-content:space-between;padding:6px 0}
.receipt-totals .grand{font-size:21px;border-top:1px solid #111;margin-top:8px;padding-top:12px}
.receipt-note{margin:24px 0;padding:14px;background:#f4f2ed;font-size:12px;line-height:1.7}
.admin-login{min-height:100vh;display:grid;place-items:center;background:#f4f2ed;padding:20px}
.admin-card{background:#fff;border:1px solid #ddd;border-radius:16px;padding:24px}
.admin-login .admin-card{width:min(440px,100%);display:grid;gap:16px}
.admin-nav{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 24px;background:#111;color:#fff}
.admin-nav a{color:#fff;margin-left:16px}
.admin-shell{max-width:1200px;margin:0 auto;padding:36px 20px 80px}
.admin-heading{margin-bottom:22px}
.admin-table-wrap{overflow:auto;background:#fff;border:1px solid #ddd;border-radius:14px}
.admin-table{width:100%;border-collapse:collapse}
.admin-table th,.admin-table td{padding:12px 14px;border-bottom:1px solid #eee;text-align:left;vertical-align:top}
.admin-table th{font-size:11px;text-transform:uppercase;color:#777}
.admin-table input{width:160px;padding:9px;border:1px solid #ddd;border-radius:8px}
.admin-save{position:sticky;bottom:18px;max-width:280px;margin:18px 0 0 auto}
.admin-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.admin-span{grid-column:1/-1}
.admin-big-total{font-size:34px;font-weight:900}
.admin-order-items>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid #eee}
.admin-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#efede8;font-size:11px}
@media(max-width:800px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:90px 1fr}.cart-item img{width:90px;height:90px}.cart-line-total{grid-column:2}.admin-order-grid{grid-template-columns:1fr}.admin-span{grid-column:auto}}
@media print{.no-print,.site-nav{display:none!important}.receipt-sheet{border:0;margin:0;max-width:none;padding:0}}


.commerce-action-group{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.commerce-checkout-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border:1px solid #111;
  border-radius:12px;
  background:#fff;
  color:#111;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  transition:transform .28s cubic-bezier(.22,.61,.36,1),background-color .28s ease,color .28s ease;
}
.commerce-checkout-btn:hover{
  transform:translateY(-2px);
  background:#111;
  color:#fff;
}
@media(max-width:640px){
  .commerce-buy-row{
    align-items:stretch;
    flex-direction:column;
  }
  .commerce-action-group{
    width:100%;
  }
  .commerce-add-btn,
  .commerce-checkout-btn{
    flex:1 1 100%;
  }
}


.order-check-nav{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px!important;
  border-radius:999px;
  background:#d9a441;
  color:#111!important;
  font-weight:900!important;
  box-shadow:0 7px 22px rgba(217,164,65,.28);
  transition:transform .25s ease, box-shadow .25s ease, background-color .25s ease!important;
}
.order-check-nav:hover{
  transform:translateY(-2px);
  background:#e5b452;
  box-shadow:0 11px 28px rgba(217,164,65,.38);
}
.order-status-card{
  margin-top:26px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
}
.order-status-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:24px;
}
.order-status-top h2{
  margin:5px 0 0;
  font-size:30px;
}
.order-status-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.order-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:12px 0 28px;
}
.order-step{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  text-align:center;
  color:#aaa49a;
  font-size:12px;
  font-weight:700;
}
.order-step::before{
  content:"";
  position:absolute;
  top:10px;
  left:-50%;
  width:100%;
  height:2px;
  background:#e5e1d9;
}
.order-step:first-child::before{display:none}
.order-step.done::before{background:#d9a441}
.order-step-dot{
  position:relative;
  z-index:2;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#e5e1d9;
  border:5px solid #fff;
  box-shadow:0 0 0 1px #d6d1c8;
}
.order-step.done{color:#111}
.order-step.done .order-step-dot{
  background:#d9a441;
  box-shadow:0 0 0 1px #d9a441;
}
.order-step.current .order-step-dot{
  box-shadow:0 0 0 5px rgba(217,164,65,.18);
}
.order-status-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:18px;
  background:#f6f4ef;
  border-radius:14px;
}
.order-status-grid>div{
  display:grid;
  gap:3px;
}
.order-status-grid span,
.tracking-box span{
  font-size:11px;
  color:#7d786f;
}
.tracking-box{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-top:14px;
  padding:16px 18px;
  border-radius:12px;
  background:#111;
  color:#fff;
}
.tracking-box span{color:#cfcac1}
.order-status-items,
.order-status-address{
  margin-top:24px;
}
.order-status-items h3,
.order-status-address h3{
  margin-bottom:12px;
}
.order-status-item{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:10px 0;
  border-bottom:1px solid var(--line);
}
.order-status-address{
  line-height:1.8;
}
.order-status-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:26px;
}
.order-status-actions .checkout-primary,
.order-status-actions .checkout-secondary{
  width:auto;
  margin-top:0;
}
.order-cancelled{
  padding:16px;
  border-radius:12px;
  background:#fff0ef;
  color:#9b2f27;
  font-weight:800;
  margin-bottom:22px;
}
@media(max-width:640px){
  .order-status-top{flex-direction:column}
  .order-status-grid{grid-template-columns:1fr}
  .order-steps{grid-template-columns:1fr;gap:14px}
  .order-step{
    flex-direction:row;
    text-align:left;
    align-items:center;
  }
  .order-step::before{display:none}
  .order-status-actions{
    flex-direction:column;
  }
  .order-status-actions .checkout-primary,
  .order-status-actions .checkout-secondary{
    width:100%;
  }
}


.admin-order-item{
  display:flex!important;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:14px 0!important;
  border-bottom:1px solid #eee;
}
.admin-order-item-main{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.admin-order-item-image{
  width:92px;
  height:92px;
  flex:0 0 92px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid #e5e1d9;
  background:#f5f3ef;
}
.admin-order-item-image-empty{
  display:grid;
  place-items:center;
  font-size:10px;
  color:#999;
}
.admin-order-item-name{
  display:block;
  font-size:16px;
  line-height:1.4;
}
.admin-order-item-meta{
  margin-top:6px;
  font-size:12px;
  color:#77726b;
}
.admin-order-item-total{
  flex:0 0 auto;
  font-size:16px;
}
@media(max-width:640px){
  .admin-order-item{
    align-items:flex-start;
  }
  .admin-order-item-image{
    width:72px;
    height:72px;
    flex-basis:72px;
  }
  .admin-order-item-total{
    font-size:14px;
  }
}


.commerce-secondary-actions{
  margin-top:12px;
}
.commerce-continue-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border:1px solid #d8d3ca;
  border-radius:12px;
  background:#f6f4ef;
  color:#111;
  text-decoration:none;
  font-weight:800;
  transition:transform .25s ease,background-color .25s ease,border-color .25s ease;
}
.commerce-continue-btn:hover{
  transform:translateY(-2px);
  background:#eeeae2;
  border-color:#c8c1b5;
}
@media(max-width:640px){
  .commerce-secondary-actions,
  .commerce-continue-btn{
    width:100%;
  }
}


.seo-footer-grid{display:grid;grid-template-columns:1.2fr 1fr auto;gap:28px;align-items:start}
.seo-footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}
.seo-footer-links a{color:inherit;text-decoration:none;font-size:12px;opacity:.78}
.seo-footer-links a:hover{opacity:1}
.seo-breadcrumb{max-width:1280px;margin:0 auto;padding:18px 24px 0;display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:12px;color:#827d75}
.seo-breadcrumb a{color:inherit;text-decoration:none}
.seo-breadcrumb a:hover{text-decoration:underline}
.seo-page-shell{max-width:1180px;margin:0 auto;padding:40px 24px 100px}
.seo-page-shell>.seo-breadcrumb{padding:0;margin-bottom:28px}
.seo-page-hero{max-width:900px;padding:28px 0 42px}
.seo-page-hero h1{font-size:clamp(42px,6vw,78px);line-height:1.05;margin:8px 0 18px;letter-spacing:-.035em}
.seo-page-hero p{font-size:20px;line-height:1.75;color:#6e6962;font-style:italic}
.seo-section{padding:18px 0 48px}
.seo-section-head{max-width:820px;margin-bottom:24px}
.seo-section-head h2{font-size:34px;margin:0 0 8px}
.seo-section-head p{color:#736f68;line-height:1.8}
.seo-collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.seo-collection-card{display:grid;grid-template-columns:190px 1fr;gap:18px;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff;text-decoration:none;color:inherit}
.seo-collection-card img{width:190px;height:190px;object-fit:cover;border-radius:14px}
.seo-collection-card span{font-size:11px;color:#9a783d;font-weight:800}
.seo-collection-card h2{font-size:24px;margin:5px 0 8px}
.seo-collection-card p{font-size:13px;color:#746f68;line-height:1.7;margin:0}
.seo-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px;border-radius:18px;background:#111;color:#fff}
.seo-cta-panel h2{margin:0 0 6px}
.seo-cta-panel p{margin:0;color:#cfcac0}
.seo-cta-panel .checkout-primary{width:auto;margin:0;background:#d9a441;color:#111}
.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.article-card{display:block;padding:26px;border:1px solid var(--line);border-radius:18px;background:#fff;color:inherit;text-decoration:none}
.article-card h2{font-size:25px;line-height:1.35;margin:8px 0 12px}
.article-card p{color:#746f68;line-height:1.75}
.article-card span{font-weight:800}
.article-body{max-width:820px}
.article-body h2{font-size:31px;line-height:1.3;margin:42px 0 10px}
.article-body p{font-size:17px;line-height:1.9;color:#393633}
.article-body a{color:#8b6221}
.seo-article-end{max-width:820px;margin-top:44px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px}
.seo-explain{max-width:860px;margin-top:28px;padding:26px;border-radius:16px;background:#f4f1eb}
.seo-explain h2{margin-top:0}
.seo-explain p{line-height:1.85;color:#5e5a54}
.seo-home-links{padding:70px 24px;background:#f5f2eb}
.seo-home-links-inner{max-width:1280px;margin:0 auto}
.seo-home-links-inner>div:first-child{max-width:760px;margin-bottom:26px}
.seo-home-links h2{font-size:clamp(32px,4vw,50px);margin:8px 0 10px}
.seo-home-links p{color:#746f68;line-height:1.7}
.seo-home-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.seo-home-link-grid a{display:grid;gap:8px;padding:20px;border-radius:14px;background:#fff;border:1px solid #e1ddd5;text-decoration:none;color:#111}
.seo-home-link-grid span{font-size:12px;line-height:1.65;color:#7a756e}
.seo-related-section{max-width:1280px;margin:60px auto;padding:0 24px}
.seo-related-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:20px}
.seo-related-head h2{font-size:34px;margin:8px 0 0}
.seo-related-links{display:flex;gap:14px;flex-wrap:wrap}
.seo-related-links a{font-size:12px;color:#6d675f}
.seo-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.seo-related-card{display:block;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;text-decoration:none;color:inherit}
.seo-related-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
.seo-related-card>div{display:flex;justify-content:space-between;gap:10px;padding:13px}
.seo-related-card strong{font-size:13px;line-height:1.35}
.seo-related-card span{font-size:13px;font-weight:800}
.seo-commerce-box{margin:26px 0}
.privacy-consent>span{display:flex;align-items:flex-start;gap:9px;font-size:12px;line-height:1.6;color:#59554f}
.privacy-consent input{width:auto!important;margin-top:3px}
.privacy-consent a{color:#6b4b19}
@media(max-width:980px){
  .seo-footer-grid{grid-template-columns:1fr}
  .seo-collection-grid,.article-grid{grid-template-columns:1fr}
  .seo-home-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .seo-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .nav-links{overflow-x:auto;white-space:nowrap;max-width:72vw;padding-bottom:2px}
  .seo-page-shell{padding:28px 16px 70px}
  .seo-page-hero{padding-top:16px}
  .seo-page-hero p{font-size:17px}
  .seo-collection-card{grid-template-columns:92px 1fr}
  .seo-collection-card img{width:92px;height:92px}
  .seo-collection-card h2{font-size:19px}
  .seo-collection-card p{display:none}
  .seo-cta-panel{align-items:stretch;flex-direction:column}
  .seo-home-links{padding:50px 16px}
  .seo-home-link-grid{grid-template-columns:1fr}
  .seo-related-head{align-items:flex-start;flex-direction:column}
  .seo-related-section{padding:0 16px}
  .seo-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .seo-breadcrumb{padding-left:16px;padding-right:16px}
}


@media(max-width:900px){
  .catalog-product-grid .product-card:not([hidden]){
    display:block;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .catalog-product-grid .product-media,
  .catalog-product-grid .product-copy{
    opacity:1!important;
    visibility:visible!important;
  }
}


body.modal-open{overflow:hidden}
.payment-success-modal[hidden]{display:none!important}
.payment-success-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:20px;
}
.payment-success-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(8px);
}
.payment-ticket{
  position:relative;
  z-index:2;
  width:min(580px,100%);
  box-sizing:border-box;
  padding:34px;
  border-radius:24px;
  background:#fbfaf6;
  box-shadow:0 30px 100px rgba(0,0,0,.38);
  text-align:center;
}
.payment-ticket-close{
  position:absolute;
  top:14px;
  right:16px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#efede8;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}
.payment-ticket-check{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:32px;
  font-weight:900;
}
.payment-ticket h2{
  margin:7px 0 10px;
  font-size:clamp(28px,5vw,42px);
  line-height:1.15;
}
.payment-ticket-lead{
  max-width:470px;
  margin:0 auto 22px;
  color:#6e6962;
  line-height:1.75;
}
.payment-ticket-code-wrap{
  padding:20px;
  border:1px dashed #c8b486;
  border-radius:17px;
  background:#fffaf0;
}
.payment-ticket-code-wrap>span{
  display:block;
  font-size:11px;
  color:#8a7b60;
  margin-bottom:7px;
}
.payment-ticket-code-wrap>strong{
  display:block;
  font-size:clamp(25px,6vw,38px);
  letter-spacing:.025em;
  word-break:break-word;
}
.payment-copy-code{
  margin-top:13px;
  border:0;
  border-radius:999px;
  padding:9px 14px;
  background:#e6d09d;
  color:#111;
  font-weight:800;
  cursor:pointer;
}
.payment-ticket-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}
.payment-ticket-actions .checkout-primary,
.payment-ticket-actions .checkout-secondary{
  width:100%;
  box-sizing:border-box;
  margin:0;
}
.payment-line-button{
  background:#06c755!important;
  color:#fff!important;
}
.payment-phone-button{
  grid-column:1/-1;
}
.payment-ticket-help{
  margin:18px 0 0;
  font-size:12px;
  color:#77726b;
  line-height:1.7;
}

.article-contact-cta{
  max-width:1000px;
  margin:58px 0 18px;
  padding:clamp(28px,5vw,54px);
  border-radius:24px;
  background:#111;
  color:#fff;
  overflow:hidden;
}
.article-contact-kicker{
  color:#d9a441;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.article-contact-cta h2{
  max-width:850px;
  margin:10px 0 14px;
  font-size:clamp(34px,6vw,64px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.article-contact-cta p{
  max-width:760px;
  margin:0;
  color:#c7c2b9;
  font-size:17px;
  line-height:1.8;
}
.article-contact-line{
  margin-top:26px;
  font-size:clamp(22px,4vw,34px);
}
.article-contact-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:20px;
}
.article-contact-actions a{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:12px;
  background:#d9a441;
  color:#111;
  text-decoration:none;
  font-weight:900;
}
.article-contact-actions a:last-child{
  background:#fff;
}
@media(max-width:640px){
  .payment-ticket{padding:28px 18px 20px}
  .payment-ticket-actions{grid-template-columns:1fr}
  .payment-phone-button{grid-column:auto}
  .article-contact-actions{flex-direction:column}
  .article-contact-actions a{width:100%;box-sizing:border-box}
}


.home-product-grid .product-card{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
.home-product-grid .product-media,
.home-product-grid .product-copy{
  opacity:1!important;
  visibility:visible!important;
}
.seo-related-card img{
  width:100%;
  aspect-ratio:1/1;
  height:auto;
  object-fit:cover;
}
.seo-related-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.mobile-menu-toggle{
  display:none;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:transparent;
  color:#fff;
  min-height:36px;
  padding:0 12px;
  font:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.line-admin-code{
  padding:13px 14px;
  margin:10px 0 16px;
  border-radius:10px;
  background:#f4f1eb;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  word-break:break-all;
}
.line-link-state{
  margin-top:14px;
  padding:10px 12px;
  border-radius:10px;
  background:#f4f1eb;
  font-weight:800;
  font-size:12px;
}
.payment-line-link-box{
  margin-top:18px;
  padding:16px;
  border-radius:14px;
  background:#edf9f1;
  text-align:left;
}
.payment-line-link-box strong{
  display:block;
  color:#087d39;
  font-size:16px;
}
.payment-line-link-box p{
  margin:6px 0 12px;
  color:#4f6658;
  font-size:12px;
  line-height:1.7;
}
@media(max-width:980px){
  .seo-related-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .site-nav .nav-inner{
    height:auto!important;
    min-height:0;
    display:grid!important;
    grid-template-columns:1fr;
    gap:9px;
    padding:10px 12px 11px!important;
  }
  .site-nav .brand{
    justify-self:center;
    text-align:center;
    font-size:19px;
  }
  .site-nav .nav-links{
    width:100%;
    max-width:none!important;
    overflow:visible!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,auto));
    justify-content:center;
    align-items:center;
    gap:7px;
    white-space:normal!important;
  }
  .site-nav .nav-links>a{
    display:none!important;
    min-height:36px;
    align-items:center;
    justify-content:center;
    padding:0 10px;
    border-radius:999px;
    font-size:11px;
  }
  .site-nav .nav-links>.nav-products-main,
  .site-nav .nav-links>.order-check-nav,
  .site-nav .nav-links>.cart-nav-link{
    display:inline-flex!important;
  }
  .site-nav .nav-links>.mobile-menu-toggle{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:5px;
  }
  .site-nav .nav-links.mobile-open{
    grid-template-columns:repeat(2,minmax(0,1fr));
    background:#242424;
    border-radius:14px;
    padding:9px!important;
  }
  .site-nav .nav-links.mobile-open>a{
    display:inline-flex!important;
  }
  .site-nav .nav-links.mobile-open>.mobile-menu-toggle{
    display:inline-flex!important;
  }
  .site-nav .nav-links.mobile-open>.nav-products-main,
  .site-nav .nav-links.mobile-open>.order-check-nav,
  .site-nav .nav-links.mobile-open>.cart-nav-link{
    display:inline-flex!important;
  }
  .home-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .home-product-grid .product-card{
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .home-product-grid .product-media{
    aspect-ratio:1/1!important;
    background:#eee!important;
  }
  .home-product-grid .product-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    opacity:1!important;
  }
  .home-product-grid .product-copy{
    display:block!important;
    opacity:1!important;
    padding:12px!important;
  }
  .home-product-grid .headline,
  .home-product-grid .desc{
    display:none;
  }
  .home-product-grid .product-copy h3{
    font-size:14px;
    margin-bottom:5px;
  }
  .seo-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
