/* ================= PAGE HEADER ================= */
.ph{position:relative;background:var(--forest);color:#fff;padding:4rem 0 3.2rem;overflow:hidden}
.ph::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 88% 0%,rgba(255,215,0,.13),transparent 42%),radial-gradient(circle at 0% 100%,rgba(122,139,111,.25),transparent 45%)}
.ph__row{position:relative;display:flex;justify-content:space-between;align-items:flex-end;gap:2.5rem}
.ph h1{font-family:'Fraunces',Georgia,serif;font-size:clamp(2.3rem,5vw,3.8rem);font-weight:600;line-height:1.04;letter-spacing:-.03em}
.ph h1 em{font-weight:300;font-style:italic;color:var(--gold)}
.ph p{margin-top:1rem;max-width:34rem;color:rgba(255,255,255,.75);font-size:1.02rem;line-height:1.75}
.search{position:relative;flex:0 0 min(360px,100%)}
.search input{width:100%;height:52px;border-radius:50px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;font:inherit;font-size:.95rem;padding:0 3rem 0 1.4rem;transition:background .25s,border-color .25s}
.search input::placeholder{color:rgba(255,255,255,.55)}
.search input:focus{outline:none;background:rgba(255,255,255,.14);border-color:var(--gold)}
.search input::-webkit-search-cancel-button{-webkit-appearance:none}
.search svg{position:absolute;right:1.15rem;top:50%;transform:translateY(-50%);width:20px;height:20px;stroke:var(--gold);fill:none;stroke-width:2;stroke-linecap:round;pointer-events:none}

/* ================= TOOLBAR ================= */
.shop-bar{position:relative;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #ece8de}
.pills{position:relative;display:flex;flex-wrap:wrap;gap:.55rem;padding:.85rem 0;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.pills::-webkit-scrollbar{display:none}
.pill{flex:none;display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.05rem;border-radius:50px;border:1px solid var(--line);background:#fff;color:var(--ink-soft);font:inherit;font-size:.88rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .25s,color .25s,border-color .25s}
.pill small{font-size:.74rem;color:var(--body-light);transition:color .25s}
.pill:hover{border-color:var(--forest-mid)}
.pill[aria-pressed="true"]{background:var(--forest);border-color:var(--forest);color:#fff}
.pill[aria-pressed="true"] small{color:var(--gold)}

.shop-body{background:#fff;padding:1.6rem 0 6rem;min-height:60vh}
.subtabs{position:relative;display:flex;gap:1.6rem;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #ece8de;margin-bottom:1.4rem}
.subtabs::-webkit-scrollbar{display:none}
.subtabs:empty{display:none}
.subtab{flex:none;background:none;border:0;font:inherit;font-size:.92rem;font-weight:500;color:var(--body-light);padding:.7rem 0;cursor:pointer;position:relative;white-space:nowrap;transition:color .25s}
.subtab::after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .35s}
.subtab:hover{color:var(--ink)}
.subtab[aria-pressed="true"]{color:var(--forest);font-weight:600}
.subtab[aria-pressed="true"]::after{transform:none}
.cat-intro{max-width:44rem;margin-bottom:1.6rem}
.cat-intro h2{font-family:'Fraunces',serif;font-size:1.7rem;font-weight:600;letter-spacing:-.02em;color:var(--ink);margin-bottom:.4rem}
.cat-intro p{color:var(--body);line-height:1.75;font-size:.98rem}
.meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.3rem;font-size:.9rem;color:var(--body)}
.meta select{font:inherit;font-size:.88rem;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:50px;padding:.5rem 2rem .5rem 1rem;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%231a3d24' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center}

/* ================= PRODUCT CARDS ================= */
.pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}
.pcard{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e9e5da;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 1px 2px rgba(13,40,24,.04);transition:border-color .3s,box-shadow .35s,transform .35s cubic-bezier(.22,1,.36,1)}
.pcard:hover{border-color:var(--forest-mid);box-shadow:0 22px 44px -26px rgba(13,40,24,.5);transform:translateY(-3px)}
.pcard__img{position:relative;aspect-ratio:1/1;background:var(--tile);display:grid;place-items:center;padding:12%}
.pcard__img img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .6s cubic-bezier(.22,1,.36,1)}
.pcard:hover .pcard__img img{transform:scale(1.06)}
.pcard__body{display:flex;flex-direction:column;flex:1;padding:.95rem 1.05rem 1.05rem}
.pcard__type{font-size:.72rem;color:var(--clay);font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.32rem}
.pcard__name{font-family:'Fraunces',serif;font-size:1.05rem;font-weight:600;line-height:1.22;letter-spacing:-.01em;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.44em}
.chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}
.chip{font-size:.72rem;color:var(--forest-mid);background:#eef2ea;border-radius:6px;padding:.18rem .5rem;font-weight:500;line-height:1.4}
.pcard__foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.9rem;border-top:1px solid #f1eee5}
.price{font-size:.94rem;font-weight:700;color:var(--forest)}
.price small{font-weight:500;color:var(--body-light);font-size:.7rem;margin-right:.25rem}
.price--na{font-weight:500;color:var(--body-light);font-size:.84rem}
.go{flex:none;width:32px;height:32px;border-radius:50%;background:var(--forest);display:grid;place-items:center;transition:background .3s,transform .3s}
.go svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s}
.pcard:hover .go{background:var(--gold);transform:scale(1.08)}
.pcard:hover .go svg{stroke:var(--forest-deep)}
.empty{text-align:center;padding:5rem 1rem;color:var(--body)}
.empty h3{font-family:'Fraunces',serif;font-size:1.6rem;color:var(--ink);margin-bottom:.5rem}
.empty button{margin-top:1.4rem}

/* ================= PRODUCT PAGE ================= */
.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:1.5rem 0 1.2rem;font-size:.85rem;color:var(--body-light)}
.crumbs a{text-decoration:none;color:var(--body);transition:color .2s}
.crumbs a:hover{color:var(--forest);text-decoration:underline}
.crumbs svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;flex:none}
.crumbs [aria-current]{color:var(--ink);font-weight:500}
.pd{padding-bottom:4rem}
.pd__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:4.5rem;align-items:start}
.gallery{position:sticky;top:calc(var(--nav-h) + 1.5rem)}
.gallery__main{position:relative;aspect-ratio:1/1;background:var(--tile);border-radius:24px;display:grid;place-items:center;padding:9%;overflow:hidden}
.gallery__main img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.gallery__thumbs{display:flex;gap:.7rem;margin-top:.8rem;overflow-x:auto}
.gthumb{flex:none;width:76px;height:76px;padding:8px;background:var(--tile);border:2px solid transparent;border-radius:14px;cursor:pointer;display:grid;place-items:center;transition:border-color .25s}
.gthumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.gthumb[aria-pressed="true"]{border-color:var(--forest)}
.pd__type{display:inline-block;font-size:.85rem;font-weight:600;color:var(--clay);margin-bottom:.6rem}
.pd h1{font-family:'Fraunces',Georgia,serif;font-size:clamp(2rem,3.8vw,3rem);font-weight:600;line-height:1.08;letter-spacing:-.03em;color:var(--ink)}
.pd__model{margin-top:.55rem;font-size:.92rem;color:var(--body-light)}
.pd__price{display:flex;align-items:baseline;gap:.7rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ece8de}
.pd__price b{font-family:'Fraunces',serif;font-size:2.2rem;font-weight:600;letter-spacing:-.02em;color:var(--forest)}
.pd__price span{font-size:.85rem;color:var(--body-light)}
.pd__price--na b{font-size:1.5rem}
.pd__note{margin-top:.3rem;font-size:.82rem;color:var(--body-light)}
.pd__desc{margin-top:1.4rem;font-size:1.02rem;line-height:1.8;color:var(--body)}
.ticks{list-style:none;margin-top:1.4rem;display:grid;gap:.7rem}
.ticks li{position:relative;padding-left:1.9rem;font-size:.98rem;line-height:1.55;color:var(--ink-soft)}
.ticks li::before{content:'';position:absolute;left:0;top:.2rem;width:1.2rem;height:1.2rem;border-radius:50%;background:var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23071a0f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6.2l2 2 4-4.4'/%3E%3C/svg%3E") center/70% no-repeat}
.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
.v-btn--wa{background:var(--forest);color:#fff}
.v-btn--wa:hover{background:var(--forest-mid);box-shadow:0 12px 28px rgba(13,40,24,.35)}
.v-btn--line{background:#fff;color:var(--forest);border:1.5px solid var(--forest)}
.v-btn--line:hover{background:var(--forest);color:#fff;box-shadow:none}
.assure{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;margin-top:1.8rem;padding-top:1.4rem;border-top:1px solid #ece8de;font-size:.82rem;color:var(--body)}
.assure span{display:inline-flex;align-items:center;gap:.4rem}
.assure svg{width:15px;height:15px;stroke:var(--sage);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pd-sec{padding:3.5rem 0 0}
.pd-sec h2{font-family:'Fraunces',serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600;letter-spacing:-.02em;color:var(--ink);margin-bottom:1.4rem}
.spec{width:100%;max-width:860px;border-collapse:collapse;font-size:.96rem}
.spec th,.spec td{text-align:left;padding:.9rem 1rem;vertical-align:top;border-bottom:1px solid #ece8de;line-height:1.55}
.spec th{width:34%;font-weight:500;color:var(--body-light)}
.spec td{color:var(--ink)}
.spec tr:nth-child(odd){background:#faf9f5}
.pd-related{background:#fff;padding:0 0 6rem}
.pd-related .pgrid{grid-template-columns:repeat(4,1fr)}
.notfound{padding:6rem 0;text-align:center}
.notfound h1{font-family:'Fraunces',serif;font-size:2.4rem;margin-bottom:.6rem}
.notfound p{color:var(--body);margin-bottom:1.6rem}
.pd-bar{display:none}

/* ================= RESPONSIVE ================= */
@media(max-width:1100px){
  .pgrid,.pd-related .pgrid{grid-template-columns:repeat(3,1fr)}
  .pd__grid{gap:3rem}
}
@media(max-width:860px){
  .ph{padding:2.4rem 0 1.8rem}
  .ph p{font-size:.95rem;margin-top:.7rem}
  .ph__row{flex-direction:column;align-items:stretch;gap:1.6rem}
  .search{flex:none}
  .pd__grid{grid-template-columns:1fr;gap:2rem}
  .gallery{position:static}
  .gallery__main{border-radius:20px;padding:7%}
  .pd-related .pgrid{grid-template-columns:repeat(2,1fr)}
  .pd-related .pcard:nth-child(n+5){display:none}
}
@media(max-width:900px){
  .shop-bar{position:sticky;top:var(--nav-h)}
  .pills{flex-wrap:nowrap;overflow-x:auto;padding:.95rem 0}
}
@media(max-width:768px){
  .shop-bar{top:var(--nav-h)}
  .pd-bar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:900;gap:.6rem;padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom,0px));background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #e4dfd2}
  .pd-bar .v-btn{flex:1;padding:.85rem 1rem;font-size:.92rem}
  .pd-bar .v-btn--icon{flex:0 0 52px;padding:0}
  .has-bar .footer{padding-bottom:6.5rem}
  .cta-row .v-btn--line{display:none}
}
@media(max-width:600px){
  .pgrid,.pd-related .pgrid{grid-template-columns:repeat(2,1fr);gap:.7rem}
  .pcard{border-radius:14px}
  .pcard__img{padding:10%}
  .pcard__body{padding:.75rem .8rem .85rem}
  .pcard__name{font-size:.94rem}
  .chip{font-size:.68rem}
  .go{width:28px;height:28px}
  .price{font-size:.85rem}
  .meta{font-size:.84rem}
  .cat-intro h2{font-size:1.4rem}
  .cat-intro p{font-size:.92rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .ph__row{gap:1.2rem}
  .pd__price b{font-size:1.8rem}
  .spec th,.spec td{padding:.75rem .6rem;font-size:.9rem}
  .spec th{width:40%}
  .gthumb{width:64px;height:64px}
}
@media(max-width:360px){
  .pgrid{grid-template-columns:1fr 1fr;gap:.55rem}
  .pcard__foot .price small{display:none}
}
@media(prefers-reduced-motion:reduce){
  .pcard,.pcard__img img,.go{transition:none}
  .pcard:hover{transform:none}
}
