.page-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.page-header h1{font-family:var(--font-main);font-weight:800;font-size:clamp(36px,6vw,56px);letter-spacing:-.03em;line-height:1;color:var(--text);margin-bottom:.75rem}.page-header p{font-family:var(--font-body);font-size:15px;color:var(--text-muted);line-height:1.7;max-width:520px}.care-section{border-bottom:1px solid var(--border)}.care-section:first-of-type{border-top:1px solid var(--border)}.care-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem 0;text-align:left;transition:color var(--transition)}.care-trigger:hover .care-trigger-title{color:var(--rose)}.care-trigger-left{display:flex;align-items:center;gap:1.25rem}.care-num{font-family:var(--font-garnish);font-size:13px;color:var(--rose);min-width:24px}.care-trigger-title{font-family:var(--font-main);font-weight:800;font-size:24px;letter-spacing:-.02em;color:var(--text);transition:color var(--transition)}.care-trigger-sub{font-family:var(--font-body);font-size:13px;color:var(--text-muted);margin-top:.15rem}.care-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.care-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.care-section.open .care-icon{transform:rotate(180deg);color:var(--rose)}.care-body{overflow:hidden;max-height:0;transition:max-height .4s ease}.care-section.open .care-body{max-height:6000px}.care-body-inner{padding-bottom:2.5rem}.sub-acc-wrap{display:flex;flex-direction:column}.sub-acc-item{border-top:1px solid var(--border)}.sub-acc-item:last-child{border-bottom:1px solid var(--border)}.sub-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 0;text-align:left;color:var(--text);transition:color var(--transition)}.sub-trigger:hover{color:var(--rose)}.sub-trigger-label{font-family:var(--font-main);font-weight:700;font-size:20px;flex:1}.sub-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.sub-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sub-acc-item.open .sub-icon{transform:rotate(180deg);color:var(--rose)}.sub-body{overflow:hidden;max-height:0;transition:max-height .35s ease}.sub-acc-item.open .sub-body{max-height:3000px}.sub-body-inner{padding:.5rem 0 1.5rem}.step-list{display:flex;flex-direction:column}.step-row{display:flex;gap:1rem;align-items:flex-start;padding:.85rem 0;border-bottom:1px solid var(--border)}.step-row:last-child{border-bottom:none}.step-n{width:22px;height:22px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-main);font-size:10px;font-weight:700;color:var(--text-muted);flex-shrink:0;margin-top:2px}.step-t{font-family:var(--font-body);font-size:14px;line-height:1.8;color:var(--text-muted)}.step-t strong{font-family:var(--font-main);font-weight:700;color:var(--text);display:block;font-size:12px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.1rem}.care-note{background:var(--bg-secondary);border-left:2px solid var(--gold);border-radius:0 var(--radius) var(--radius) 0;padding:.85rem 1rem;margin-top:1rem;font-family:var(--font-body);font-size:13px;color:var(--text-muted);line-height:1.7}.stone-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-top:.5rem}.stone-group-col{background:var(--bg);padding:1.75rem 1.5rem}.sg-eyebrow{font-family:var(--font-main);font-weight:800;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.sg-headline{font-family:var(--font-main);font-weight:800;font-size:clamp(18px,2vw,24px);letter-spacing:-.02em;line-height:1.2;color:var(--text);margin-bottom:1.25rem}.sg-pills{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.sg-pill{font-family:var(--font-body);font-size:12px;padding:3px 10px;border-radius:100px;border:1px solid var(--border);color:var(--text-muted);background:var(--bg-secondary)}.sg-rules{display:flex;flex-direction:column;gap:0}.sg-rule{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--border);font-family:var(--font-body);font-size:13px;line-height:1.7;color:var(--text-muted)}.sg-rule:last-child{border-bottom:none;padding-bottom:0}.sg-arrow{color:var(--gold);flex-shrink:0;margin-top:3px;font-size:12px}.store-list{display:flex;flex-direction:column}.store-row{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.store-row:last-child{border-bottom:none}.store-icon{width:32px;height:32px;border-radius:var(--radius);background:var(--bg-secondary);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.store-icon svg{width:16px;height:16px;stroke:var(--text-muted);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.store-text{font-family:var(--font-body);font-size:14px;line-height:1.8;color:var(--text-muted)}.store-text strong{font-family:var(--font-main);font-weight:700;color:var(--text);display:block;font-size:13px;margin-bottom:.1rem}.do-dont{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.do-col,.dont-col{background:var(--bg);padding:1.75rem 1.5rem}.dd-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.dd-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.do-col .dd-dot{background:var(--blue)}.dont-col .dd-dot{background:var(--rose)}.dd-label{font-family:var(--font-main);font-weight:800;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.dd-list{display:flex;flex-direction:column}.dd-item{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 0;border-bottom:1px solid var(--border);font-family:var(--font-body);font-size:13px;line-height:1.75;color:var(--text-muted)}.dd-item:last-child{border-bottom:none;padding-bottom:0}.dd-arrow{flex-shrink:0;margin-top:3px;font-size:12px}.do-col .dd-arrow{color:var(--blue)}.dont-col .dd-arrow{color:var(--rose)}.dd-item strong{font-family:var(--font-main);font-weight:700;color:var(--text);font-size:13px}@media(max-width:768px){.page-wrap{padding:2.5rem 1.25rem 5rem}.stone-groups,.do-dont{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/care-guide.css.map */
