:root{--bg: #f7f3ee;--surface: rgba(255,255,255,.82);--surface-strong: #ffffff;--ink: #111726;--muted: #727889;--line: #e5ded4;--soft: #f1ece4;--shadow: 0 18px 50px rgba(17,23,38,.08);--shadow-soft: 0 10px 28px rgba(17,23,38,.06);--radius: 26px;--radius-sm: 18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);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{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-9999px;top:10px;z-index:100;background:var(--ink);color:#fff;padding:10px 14px;border-radius:999px}.skip-link:focus{left:10px}.page-width{width:min(1180px,calc(100% - 32px));margin-inline:auto}.announcement{background:#111726;color:#fff;text-align:center;padding:10px 14px;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:50;background:#f7f3eecc;border-bottom:1px solid rgba(229,222,212,.8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:0;font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-.05em;font-size:clamp(24px,4vw,38px)}.brand-strong{color:var(--ink)}.brand-soft{color:#707889}.nav{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:14px}.nav a:hover{color:var(--ink)}.header-actions{display:flex;align-items:center;gap:10px}.cart-link{display:inline-flex;align-items:center;justify-content:center;min-width:96px;padding:11px 16px;border-radius:999px;background:var(--surface-strong);border:1px solid var(--line);box-shadow:var(--shadow-soft);font-weight:700;font-size:14px}.hero{padding:clamp(30px,5vw,54px) 0 clamp(44px,8vw,86px)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:clamp(30px,5vw,76px);align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#657089}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--ink)}h1,h2,h3,p{margin-top:0}.hero-title,.section-title,.product-title,.brand{font-family:Georgia,Times New Roman,serif}.hero-title{font-size:clamp(50px,9vw,86px);line-height:.93;letter-spacing:-.06em;margin:12px 0 18px;max-width:620px}.hero-title em{display:inline-block;font-style:italic;color:#767d8d}.hero-copy{max-width:520px;font-size:clamp(18px,2.1vw,21px);color:var(--muted)}.hero-actions,.button-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px}.button,.shopify-payment-button__button,button[type=submit]{-webkit-appearance:none;appearance:none;border:0;background:var(--ink);color:#fff;padding:15px 24px;border-radius:999px;font-weight:800;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.button:hover,button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 14px 32px #1117261f}.button--secondary{background:var(--surface-strong);color:var(--ink);border:1px solid var(--line)}.hero-image-wrap{display:grid;gap:18px}.hero-image-card,.image-frame{border-radius:34px;overflow:hidden;background:linear-gradient(180deg,#fffffff2,#f2ede6f2);box-shadow:var(--shadow);border:1px solid rgba(229,222,212,.8)}.hero-image-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.hero-note{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:16px 18px;border-radius:22px;background:#ffffffd1;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.hero-note strong{display:block;font-size:15px}.hero-note span{color:var(--muted);font-size:13px}.hero-note-mark{width:42px;height:42px;border-radius:50%;background:#111726;color:#fff;display:grid;place-items:center;font-weight:800}.section{padding:clamp(48px,7vw,90px) 0}.section-header{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.section-title{font-size:clamp(34px,5vw,58px);line-height:.95;letter-spacing:-.06em;margin:0}.section-copy{max-width:560px;color:var(--muted);margin-bottom:0}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card,.feature-box,.contact-card,.product-card,.member-card,.note-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.card,.feature-box,.contact-card,.note-card{padding:24px}.card-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);margin-bottom:16px;font-size:20px}.card h3,.feature-box h3,.note-card h3{margin-bottom:8px;letter-spacing:-.03em;font-size:22px}.card p,.feature-box p,.rte,.note-card p{color:var(--muted)}.member-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.member-card{overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.member-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #1117261f}.member-card-media{position:relative;aspect-ratio:1 / 1;background:#f0ece6;overflow:hidden}.member-card-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .28s ease,transform .35s ease}.member-card-media img.member-alt{opacity:0}.member-card:hover .member-card-media img.member-main{opacity:0;transform:scale(1.03)}.member-card:hover .member-card-media img.member-alt{opacity:1;transform:scale(1.03)}.member-card-body{padding:18px}.member-tag{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#7a8191;margin-bottom:8px;font-weight:700}.member-card h3{margin-bottom:8px;font-size:24px;letter-spacing:-.04em}.member-card p{color:var(--muted);margin-bottom:16px;min-height:72px}.member-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700}.member-card-meta .price{color:var(--ink)}.member-card-meta span:last-child{color:#657089;font-size:14px}.banner{position:relative;overflow:hidden;padding:clamp(34px,6vw,60px);border-radius:34px;background:#111726;color:#fff}.banner:after{content:"";position:absolute;right:-90px;top:-80px;width:260px;height:260px;border-radius:50%;background:#ffffff17}.banner p{color:#ffffffc2;max-width:650px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{padding:14px;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #1117261f}.product-card-media{position:relative;border-radius:18px;overflow:hidden;background:#f0ece6;margin-bottom:14px}.product-card-media img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.product-card-title{font-weight:800;letter-spacing:-.03em;margin-bottom:4px;font-size:18px}.price{color:var(--muted);font-weight:700}.product-page,.cart-page,.contact-page{padding:clamp(36px,6vw,76px) 0}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,5vw,66px);align-items:start}.product-media-stack{display:grid;gap:16px}.product-media-main,.product-media-secondary{border-radius:30px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.product-media-main img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.product-media-secondary img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.product-info{position:sticky;top:104px;background:#ffffff85;border:1px solid rgba(229,222,212,.7);border-radius:28px;padding:28px;box-shadow:var(--shadow-soft)}.product-title{font-size:clamp(38px,6vw,64px);line-height:.96;letter-spacing:-.06em;margin-bottom:12px}.product-price{font-size:26px;font-weight:800;color:var(--ink);margin:14px 0 24px}.product-info label{display:block;font-weight:700;margin-top:4px}.selector,.quantity-input,.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:13px 14px;margin:8px 0 14px}.quantity-row{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:end}.trust-list{display:grid;gap:10px;margin-top:24px;color:var(--muted);font-size:14px}.trust-list span:before{content:"\2713";font-weight:900;color:var(--ink);margin-right:8px}.contact-form textarea{min-height:180px;resize:vertical}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item img{width:88px;border-radius:14px;aspect-ratio:1 / 1;object-fit:cover}.cart-total{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;font-size:22px;font-weight:800}.footer{border-top:1px solid var(--line);padding:44px 0;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:28px}.footer h3{color:var(--ink);margin-bottom:10px}.footer a{display:block;margin:8px 0}.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:28px}.pagination a,.pagination span{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff}.empty-state{text-align:center;padding:54px 20px;background:#ffffff94;border:1px dashed var(--line);border-radius:var(--radius)}.small-muted{color:var(--muted);font-size:14px}@media(max-width:1024px){.member-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.hero-grid,.product-layout{grid-template-columns:1fr}.product-info{position:static}.card-grid,.footer-grid{grid-template-columns:1fr}.nav{display:none}}@media(max-width:640px){.page-width{width:min(100% - 24px,1180px)}.header-inner{min-height:68px}.brand{font-size:24px}.hero-title{max-width:380px}.section-header{display:block}.member-grid,.product-grid{grid-template-columns:1fr}.hero-image-card,.image-frame,.banner{border-radius:26px}.product-info{padding:22px}.quantity-row{grid-template-columns:1fr}.cart-item{grid-template-columns:72px 1fr}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
