/* TENSUI MATCHA — shared stylesheet (generated by build_site.py) */
@font-face { font-family:'Agrandir Wide';  src:url('/assets/fonts/Agrandir-WideLight.otf') format('opentype'); font-weight:300 500; font-display:swap; }
@font-face { font-family:'Agrandir Heavy'; src:url('/assets/fonts/Agrandir-GrandHeavy.otf') format('opentype'); font-weight:700 900; font-display:swap; }
@font-face { font-family:'Agrandir';       src:url('/assets/fonts/Agrandir-Regular.otf') format('opentype'); font-weight:400; font-display:swap; }
@font-face { font-family:'Agrandir';       src:url('/assets/fonts/Agrandir-TextBold.otf') format('opentype'); font-weight:700; font-display:swap; }

:root {
    --navy:#1F2251; --navy-deep:#161834; --navy-soft:#292C5E;
    --light-green:#C8D085; --mustard:#F9E795; --matcha:#6E7C4D;
    --white:#FFFFFF; --cream:#F4F2E8; --text:#F4F2E8; --text-muted:#AEB2C9;
}
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
section[id], footer[id] { scroll-margin-top:96px; }
body { font-family:'Agrandir','Prompt',sans-serif; background-color:var(--navy); color:var(--text); line-height:1.7; overflow-x:hidden; -webkit-font-smoothing:antialiased; }
h1,h2,h3,h4 { font-family:'Agrandir Wide','Prompt',sans-serif; font-weight:400; letter-spacing:.5px; }
a { color:inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline:2px solid var(--mustard); outline-offset:3px; border-radius:4px; }
img { max-width:100%; height:auto; }

/* Header */
header { position:fixed; top:0; left:0; width:100%; z-index:1000; background-color:rgba(31,34,81,.82); -webkit-backdrop-filter:blur(12px); backdrop-filter:blur(12px); border-bottom:1px solid rgba(200,208,133,.14); }
.nav-container { max-width:1200px; margin:0 auto; display:flex; justify-content:space-between; align-items:center; padding:22px 24px; }
.brand-logo { display:flex; align-items:center; }
.brand-logo .brand-mark { height:44px; width:auto; display:block; }
.nav-menu { display:flex; list-style:none; gap:32px; }
.nav-menu a { text-decoration:none; font-size:16px; color:var(--text); letter-spacing:.5px; transition:color .25s ease; }
.nav-menu a:hover { color:var(--light-green); }
.nav-menu a[aria-current="page"] { color:var(--mustard); }
.nav-right { display:flex; align-items:center; gap:14px; }
.nav-shop { text-decoration:none; font-size:14px; font-weight:700; color:var(--navy); background-color:var(--mustard); padding:10px 22px; border-radius:40px; transition:transform .25s ease, background-color .25s ease; white-space:nowrap; }
.nav-shop:hover { background-color:var(--light-green); transform:translateY(-1px); }
.nav-toggle { display:none; background:none; border:none; cursor:pointer; width:44px; height:44px; padding:10px; border-radius:10px; }
.nav-toggle span { display:block; height:2px; width:100%; background:var(--cream); border-radius:2px; transition:transform .25s ease, opacity .25s ease; }
.nav-toggle span + span { margin-top:6px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-8px) rotate(-45deg); }

/* Buttons */
.btn { display:inline-block; text-decoration:none; cursor:pointer; font-family:'Agrandir','Prompt',sans-serif; font-weight:700; border-radius:40px; transition:transform .25s ease, background-color .25s ease, box-shadow .25s ease; border:none; }
.btn-primary { background-color:var(--mustard); color:var(--navy); padding:15px 42px; font-size:16px; letter-spacing:.5px; box-shadow:0 8px 24px rgba(249,231,149,.18); }
.btn-primary:hover { transform:translateY(-2px); background-color:var(--light-green); }
.btn-ghost { background:transparent; color:var(--light-green); border:1px solid var(--light-green); padding:14px 36px; font-size:15px; }
.btn-ghost:hover { background-color:var(--light-green); color:var(--navy); }
.btn-follow { display:inline-flex; align-items:center; gap:10px; }
.btn-follow svg { width:18px; height:18px; fill:currentColor; flex-shrink:0; }

/* Hero */
.hero { padding:150px 24px 90px; background:radial-gradient(900px 420px at 20% -10%, rgba(200,208,133,.10), transparent 70%), linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%); }
.hero-container { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.hero-tagline { font-size:14px; text-transform:uppercase; letter-spacing:5px; color:var(--light-green); margin-bottom:22px; font-weight:500; }
.hero h1 { font-size:44px; line-height:1.12; margin-bottom:24px; color:var(--white); }
.hero h1 em { font-style:normal; color:var(--mustard); }
.hero-sub { font-size:18px; color:var(--text-muted); max-width:520px; margin-bottom:34px; font-weight:300; font-family:'Prompt',sans-serif; }
.hero-cta { display:flex; gap:14px; flex-wrap:wrap; align-items:center; margin-bottom:14px; }
.hero-price-hint { font-size:14px; color:var(--text-muted); font-family:'Prompt',sans-serif; font-weight:300; margin-bottom:26px; }
.hero-price-hint strong { color:var(--mustard); font-weight:600; }
.trust-chips { display:flex; gap:10px; flex-wrap:wrap; list-style:none; }
.trust-chips li { font-size:12.5px; letter-spacing:.5px; color:var(--light-green); border:1px solid rgba(200,208,133,.35); border-radius:40px; padding:6px 14px; font-family:'Prompt',sans-serif; }
.hero-visual { position:relative; }
.hero-carousel { border-radius:20px; overflow:hidden; border:1px solid rgba(200,208,133,.18); box-shadow:0 30px 60px rgba(0,0,0,.4); }
.hero-slides { position:relative; width:100%; aspect-ratio:1 / 1; }
.hero-slide { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; opacity:0; transition:opacity .8s ease; }
.hero-slide.is-active { opacity:1; }
.hero-dots { position:absolute; bottom:16px; left:50%; transform:translateX(-50%); display:flex; gap:9px; z-index:2; }
.hero-dot { width:9px; height:9px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.45); cursor:pointer; transition:background .25s ease, width .25s ease, border-radius .25s ease; }
.hero-dot.is-active { background:var(--mustard); width:22px; border-radius:5px; }

/* Sections */
section { padding:96px 24px; }
.section-title { text-align:center; margin-bottom:60px; }
.section-title .kicker { font-size:13px; letter-spacing:4px; text-transform:uppercase; color:var(--light-green); margin-bottom:14px; font-weight:500; }
.section-title h1, .section-title h2 { font-size:40px; color:var(--white); font-family:'Agrandir Wide','Prompt',sans-serif; font-weight:400; letter-spacing:.5px; }
.section-title p { color:var(--text-muted); font-size:16px; margin-top:14px; font-family:'Prompt',sans-serif; font-weight:300; }
.section-cta { text-align:center; margin-top:52px; }

/* Shop CTA (homepage — replaces product grid) */
.shop-cta { max-width:660px; margin:44px auto 0; padding:0 24px; }
.shop-cta-btn { display:flex; align-items:center; gap:26px; justify-content:center; background:var(--mustard); color:var(--navy); border-radius:22px; padding:32px 44px; text-decoration:none; box-shadow:0 14px 34px rgba(249,231,149,.16); transition:transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.shop-cta-btn:hover { transform:translateY(-3px); background:var(--light-green); box-shadow:0 22px 46px rgba(200,208,133,.24); }
.shop-cta-btn:hover .shop-cta-arrow { transform:translateX(5px); }
.shop-cta-ic { flex:none; width:70px; height:70px; display:grid; place-items:center; }
.shop-cta-ic svg { width:62px; height:62px; }
.shop-cta-tx { display:flex; flex-direction:column; text-align:left; }
.shop-cta-hd { font-family:'Agrandir Wide','Prompt',sans-serif; font-size:31px; font-weight:700; letter-spacing:1px; line-height:1.05; }
.shop-cta-sb { font-family:'Prompt',sans-serif; font-size:15px; font-weight:400; margin-top:7px; opacity:.82; white-space:nowrap; }
.shop-cta-arrow { display:inline-block; transition:transform .25s ease; }

/* Why */
.why-section { background-color:var(--navy-deep); padding-top:80px; padding-bottom:80px; }
.why-grid { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(auto-fit, minmax(230px, 1fr)); gap:22px; }
.why-card { border:1px solid rgba(200,208,133,.14); border-radius:16px; padding:28px 26px; background:rgba(41,44,94,.35); }
.why-card .why-mark { width:34px; height:4px; border-radius:4px; background:var(--light-green); margin-bottom:18px; }
.why-card h3 { font-size:17px; color:var(--white); margin-bottom:10px; letter-spacing:.8px; }
.why-card p { font-size:14px; color:var(--text-muted); font-family:'Prompt',sans-serif; font-weight:300; }

/* Products grid + card */
.products-section { background-color:var(--navy); }
.products-grid { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(auto-fit, minmax(270px, 1fr)); gap:28px; }
.product-card { background-color:var(--navy-soft); border:1px solid rgba(200,208,133,.10); border-radius:16px; overflow:hidden; display:flex; flex-direction:column; transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.product-card:hover { transform:translateY(-6px); box-shadow:0 18px 40px rgba(0,0,0,.35); border-color:rgba(200,208,133,.35); }
.product-photo-link { display:block; }
.product-photo { width:100%; aspect-ratio:4 / 5; object-fit:cover; display:block; background-color:var(--navy-deep); }
.product-info { padding:24px 24px 26px; display:flex; flex-direction:column; flex-grow:1; }
.product-meta { display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
.product-tag { font-size:11px; letter-spacing:1.5px; font-weight:700; color:var(--navy); background-color:var(--light-green); padding:4px 12px; border-radius:40px; }
.product-origin { font-size:13px; color:var(--text-muted); font-family:'Prompt',sans-serif; }
.product-title { font-size:21px; color:var(--white); margin-bottom:8px; line-height:1.45; min-height:61px; display:flex; align-items:flex-end; }
.product-title a { text-decoration:none; transition:color .25s ease; }
.product-title a:hover { color:var(--light-green); }
.product-price { display:flex; align-items:baseline; gap:8px; margin-bottom:12px; font-family:'Prompt',sans-serif; }
.product-price .amount { font-size:24px; font-weight:600; color:var(--mustard); }
.product-price .unit { font-size:13px; color:var(--text-muted); font-weight:300; }
.product-price .save { font-size:12px; color:var(--navy); background:var(--light-green); border-radius:40px; padding:2px 10px; font-weight:500; }
.product-note { font-size:14px; color:var(--text-muted); font-family:'Prompt',sans-serif; font-weight:300; margin-bottom:8px; min-height:44px; }
.product-bestfor { font-size:13px; color:var(--light-green); font-family:'Prompt',sans-serif; margin-bottom:12px; }
.product-bestfor span { color:var(--text-muted); }
.product-more { display:inline-block; font-family:'Prompt',sans-serif; font-size:13.5px; color:var(--light-green); text-decoration:none; margin-bottom:16px; transition:color .25s ease; }
.product-more:hover { color:var(--mustard); }
.detail-toggle { display:none; background:none; border:none; cursor:pointer; color:var(--light-green); font-family:'Prompt',sans-serif; font-size:13.5px; text-align:left; padding:2px 0 14px; }
.detail-toggle::after { content:" \25BE"; font-size:11px; }
.product-card.expanded .detail-toggle::after { content:" \25B4"; }
.buy-main { display:flex; align-items:center; justify-content:center; gap:8px; text-decoration:none; margin-top:auto; background:var(--mustard); color:var(--navy); font-weight:700; font-size:14.5px; letter-spacing:.3px; padding:13px 10px; border-radius:12px; transition:background-color .25s ease, transform .25s ease; font-family:'Prompt',sans-serif; }
.buy-main:hover { background:var(--light-green); transform:translateY(-1px); }
.buy-main svg { width:21px; height:21px; flex-shrink:0; }
.channel-links { display:flex; gap:8px; margin-top:10px; }
.channel-btn { flex:1; text-align:center; text-decoration:none; font-size:12.5px; font-weight:500; padding:9px 6px; border-radius:10px; border:1px solid rgba(200,208,133,.25); color:var(--text); transition:background-color .25s ease, color .25s ease, border-color .25s ease; font-family:'Prompt',sans-serif; }
.channel-btn:hover { background-color:var(--mustard); color:var(--navy); border-color:var(--mustard); }

/* Breadcrumb */
.breadcrumb { max-width:1120px; margin:0 auto; padding:110px 24px 0; font-size:13px; color:var(--text-muted); font-family:'Prompt',sans-serif; }
.breadcrumb a { text-decoration:none; color:var(--light-green); }
.breadcrumb a:hover { color:var(--mustard); }
.breadcrumb span { color:var(--text-muted); }

/* Product detail (PDP) */
.pdp { padding-top:34px; }
.pdp-grid { max-width:1120px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }
.pdp-media img { width:100%; border-radius:20px; display:block; border:1px solid rgba(200,208,133,.18); box-shadow:0 30px 60px rgba(0,0,0,.4); aspect-ratio:4 / 5; object-fit:cover; }
.pdp-info .pdp-tagrow { display:flex; align-items:center; gap:12px; margin-bottom:16px; }
.pdp-info h1 { font-size:38px; color:var(--white); line-height:1.15; margin-bottom:16px; }
.pdp-price { display:flex; align-items:baseline; gap:10px; margin-bottom:20px; font-family:'Prompt',sans-serif; }
.pdp-price .amount { font-size:32px; font-weight:600; color:var(--mustard); }
.pdp-price .unit { font-size:14px; color:var(--text-muted); font-weight:300; }
.pdp-price .save { font-size:13px; color:var(--navy); background:var(--light-green); border-radius:40px; padding:3px 12px; font-weight:500; }
.pdp-lede { font-size:17px; color:var(--cream); font-family:'Prompt',sans-serif; font-weight:300; line-height:1.75; margin-bottom:24px; }
.pdp-specs { list-style:none; margin:0 0 26px; display:grid; grid-template-columns:1fr 1fr; gap:12px 20px; }
.pdp-specs li { font-family:'Prompt',sans-serif; font-size:14px; color:var(--text-muted); border-top:1px solid rgba(200,208,133,.14); padding-top:10px; }
.pdp-specs li b { display:block; color:var(--light-green); font-weight:500; font-size:12px; letter-spacing:.5px; text-transform:uppercase; margin-bottom:2px; }
.pdp-buy { display:flex; flex-direction:column; gap:10px; max-width:360px; }
.pdp-channels { display:flex; gap:8px; }
.pdp-details { max-width:820px; margin:0 auto; padding-top:20px; }
.pdp-details h2 { font-size:24px; color:var(--mustard); margin:40px 0 14px; }
.pdp-details p { font-size:16px; color:#D7DAE8; font-family:'Prompt',sans-serif; font-weight:300; margin-bottom:16px; }
.pdp-details .brew-spec { margin-top:14px; }
.contents-list { list-style:none; display:grid; gap:12px; margin-top:8px; }
.contents-list a { display:flex; align-items:center; gap:14px; text-decoration:none; background:var(--navy-soft); border:1px solid rgba(200,208,133,.12); border-radius:14px; padding:12px 16px; transition:border-color .25s ease, transform .25s ease; }
.contents-list a:hover { border-color:rgba(200,208,133,.4); transform:translateX(4px); }
.contents-list img { width:56px; height:70px; object-fit:cover; border-radius:8px; }
.contents-list b { color:var(--white); font-family:'Agrandir Wide',sans-serif; font-weight:400; }
.contents-list span { display:block; font-family:'Prompt',sans-serif; font-size:13px; color:var(--text-muted); }
.related-section { background-color:var(--navy-deep); }

/* Reviews */
.reviews-section { background:linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%); }
.reviews-grid { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(auto-fit, minmax(280px, 1fr)); gap:24px; }
.review-card { background:rgba(41,44,94,.45); border:1px solid rgba(200,208,133,.14); border-radius:16px; padding:30px 28px; display:flex; flex-direction:column; gap:16px; }
.review-quote { font-family:'Prompt',sans-serif; font-weight:300; font-size:15.5px; color:var(--cream); line-height:1.8; }
.review-source { margin-top:auto; font-family:'Prompt',sans-serif; font-size:13px; color:var(--text-muted); display:flex; align-items:center; gap:10px; }
.review-source::before { content:""; width:22px; height:1px; background:var(--light-green); display:inline-block; }

/* Lifestyle / Our Story */
.lifestyle-section { background-color:var(--navy-deep); }
.lifestyle-container { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.lifestyle-images { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.grid-img { border-radius:14px; position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.08); height:230px; }
.grid-img img { width:100%; height:100%; object-fit:cover; display:block; }
.grid-img-main { grid-row:span 2; height:auto; min-height:478px; }
.grid-img-badge { position:absolute; top:14px; left:14px; background-color:rgba(22,24,52,.62); -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); color:var(--white); padding:4px 12px; border-radius:40px; font-size:11px; letter-spacing:1px; font-family:'Prompt',sans-serif; }
.lifestyle-content h2, .lifestyle-content h3 { font-size:34px; color:var(--white); margin-bottom:22px; line-height:1.25; }
.lifestyle-content h2 em, .lifestyle-content h3 em { font-style:normal; color:var(--mustard); }
.lifestyle-content p { color:var(--text-muted); margin-bottom:22px; font-size:16px; font-family:'Prompt',sans-serif; font-weight:300; }

/* Brew */
.brew-section { background-color:var(--navy); text-align:center; }
.brew-steps { max-width:1040px; margin:0 auto; display:flex; gap:24px; flex-wrap:wrap; justify-content:center; }
.step-card { flex:1; min-width:240px; background-color:var(--navy-soft); padding:40px 30px; border-radius:16px; text-align:left; border:1px solid rgba(200,208,133,.10); }
.step-num { font-family:'Agrandir Heavy',sans-serif; font-size:40px; color:var(--mustard); margin-bottom:14px; line-height:1; }
.step-card h3 { font-size:18px; color:var(--white); margin-bottom:10px; }
.step-card p { font-size:14px; color:var(--text-muted); font-family:'Prompt',sans-serif; font-weight:300; }
.brew-spec { max-width:1040px; margin:36px auto 0; padding:18px 24px; border-radius:12px; border:1px dashed rgba(200,208,133,.3); color:var(--light-green); font-family:'Prompt',sans-serif; font-size:14px; }
.brew-storage { max-width:820px; margin:56px auto 0; text-align:left; }
.brew-storage h2 { font-size:26px; color:var(--white); margin-bottom:16px; }
.brew-storage p { color:var(--text-muted); font-family:'Prompt',sans-serif; font-weight:300; font-size:16px; margin-bottom:14px; }

/* Journal */
.journal-section { background:linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%); }
.journal-feature { max-width:980px; margin:0 auto; display:grid; grid-template-columns:1fr 1.1fr; align-items:stretch; text-decoration:none; color:inherit; background-color:var(--navy-soft); border:1px solid rgba(200,208,133,.10); border-radius:16px; overflow:hidden; transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.journal-feature:hover { transform:translateY(-6px); box-shadow:0 18px 40px rgba(0,0,0,.35); border-color:rgba(200,208,133,.35); }
.journal-feature img { width:100%; height:100%; min-height:260px; object-fit:cover; display:block; }
.journal-body { padding:38px 40px; display:flex; flex-direction:column; }
.article-kicker { font-size:11px; letter-spacing:2px; text-transform:uppercase; color:var(--light-green); font-weight:500; margin-bottom:12px; }
.journal-body h3 { font-size:23px; color:var(--white); line-height:1.4; margin-bottom:14px; }
.journal-body p { font-size:14.5px; color:var(--text-muted); font-family:'Prompt',sans-serif; font-weight:300; margin-bottom:20px; }
.article-read { font-size:14px; font-weight:700; color:var(--mustard); margin-top:auto; font-family:'Prompt',sans-serif; }

/* Wholesale */
.wholesale-hero { padding:150px 24px 20px; text-align:center; }
.wholesale-hero .kicker { font-size:13px; letter-spacing:4px; text-transform:uppercase; color:var(--light-green); margin-bottom:14px; font-weight:500; }
.wholesale-hero h1 { font-size:40px; color:var(--white); max-width:760px; margin:0 auto 18px; line-height:1.2; }
.wholesale-hero p { color:var(--text-muted); font-size:17px; font-family:'Prompt',sans-serif; font-weight:300; max-width:640px; margin:0 auto; }
.wholesale-points { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(auto-fit, minmax(230px,1fr)); gap:22px; }
.wholesale-cta-band { background-color:var(--navy-deep); }

/* Article */
.article-hero { padding:120px 24px 40px; max-width:820px; margin:0 auto; }
.article-hero .article-cat { font-size:12px; letter-spacing:3px; text-transform:uppercase; color:var(--light-green); font-weight:500; }
.article-hero h1 { font-size:42px; line-height:1.2; color:var(--white); margin:14px 0 18px; }
.article-meta { font-size:14px; color:var(--text-muted); font-family:'Prompt',sans-serif; display:flex; gap:18px; flex-wrap:wrap; }
.cover-wrap { max-width:1000px; margin:24px auto 0; padding:0 24px; }
.cover-wrap img { width:100%; border-radius:16px; display:block; border:1px solid rgba(200,208,133,.14); }
article.post { max-width:720px; margin:0 auto; padding:48px 24px 24px; }
article.post .lede { font-size:20px; color:var(--cream); font-family:'Prompt',sans-serif; font-weight:300; margin-bottom:36px; line-height:1.7; }
article.post h2 { font-size:26px; color:var(--mustard); margin:42px 0 16px; }
article.post p { font-size:17px; color:#D7DAE8; font-family:'Prompt',sans-serif; font-weight:300; margin-bottom:20px; }
article.post strong { color:var(--white); font-weight:500; }
.inline-img { margin:36px 0; }
.inline-img img { width:100%; border-radius:14px; display:block; }
.inline-img figcaption { font-size:13px; color:var(--text-muted); font-family:'Prompt',sans-serif; margin-top:10px; text-align:center; }
.pullquote { border-left:3px solid var(--light-green); padding:6px 0 6px 22px; margin:34px 0; font-family:'Agrandir Wide',sans-serif; font-size:22px; color:var(--white); line-height:1.5; }
.keytakeaway { background-color:var(--navy-soft); border:1px solid rgba(200,208,133,.16); border-radius:14px; padding:26px 28px; margin:38px 0; }
.keytakeaway h3 { font-size:16px; color:var(--light-green); letter-spacing:1px; text-transform:uppercase; margin-bottom:12px; }
.keytakeaway ul { padding-left:20px; }
.keytakeaway li { font-family:'Prompt',sans-serif; font-weight:300; color:#D7DAE8; margin-bottom:8px; font-size:15px; }
.tags { max-width:720px; margin:0 auto; padding:0 24px 10px; display:flex; gap:8px; flex-wrap:wrap; }
.tag { font-size:12px; color:var(--text-muted); border:1px solid rgba(200,208,133,.22); border-radius:40px; padding:5px 14px; font-family:'Prompt',sans-serif; }
.article-cta { max-width:720px; margin:20px auto 0; padding:0 24px 20px; }
.article-cta .box { background:linear-gradient(135deg,var(--navy-soft) 0%,var(--navy-deep) 100%); border:1px solid rgba(200,208,133,.16); border-radius:18px; padding:40px; text-align:center; }
.article-cta h3 { font-size:24px; color:var(--white); margin-bottom:10px; }
.article-cta p { color:var(--text-muted); font-family:'Prompt',sans-serif; font-weight:300; margin-bottom:24px; }

/* LINE OA band */
.line-section { background-color:var(--navy-deep); padding:0 24px 100px; }
.line-band { max-width:1100px; margin:0 auto; border-radius:20px; padding:56px; background:linear-gradient(135deg, var(--matcha) 0%, #5a663f 100%); display:flex; justify-content:space-between; align-items:center; gap:40px; flex-wrap:wrap; }
.line-text { flex:1; min-width:280px; }
.line-text .line-logo { height:40px; width:auto; display:block; margin-bottom:18px; }
.line-text h3 { font-size:28px; color:var(--white); margin-bottom:12px; }
.line-text p { color:rgba(255,255,255,.85); font-family:'Prompt',sans-serif; font-weight:300; }
.line-cta { display:flex; flex-direction:column; align-items:center; gap:10px; }
.btn-line { display:inline-flex; align-items:center; gap:10px; }
.line-icon { width:30px; height:30px; flex-shrink:0; }
.line-id { font-size:13px; color:rgba(255,255,255,.8); font-family:'Prompt',sans-serif; letter-spacing:.3px; text-align:center; }
.line-id b { color:var(--mustard); font-weight:600; letter-spacing:1px; margin-right:6px; }

/* Floating LINE + social */
.float-line { position:fixed; right:18px; bottom:18px; z-index:900; width:56px; height:56px; border-radius:50%; background:var(--mustard); display:flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(0,0,0,.4); transition:transform .25s ease, background-color .25s ease; }
.float-line:hover { transform:translateY(-3px) scale(1.06); background:var(--light-green); }
.float-line svg { width:42px; height:42px; fill:var(--navy); }
.social-icons { display:flex; gap:12px; margin-top:20px; }
.social-icons a { width:46px; height:46px; border-radius:50%; border:1px solid rgba(200,208,133,.35); display:flex; align-items:center; justify-content:center; transition:background-color .25s ease, border-color .25s ease, transform .25s ease; }
.social-icons a:hover { background:var(--mustard); border-color:var(--mustard); transform:translateY(-2px); }
.social-icons svg { width:29px; height:29px; fill:var(--light-green); transition:fill .25s ease; }
.social-icons a:hover svg { fill:var(--navy); }

/* Footer */
footer { background-color:var(--navy-deep); padding:64px 24px 36px; border-top:1px solid rgba(200,208,133,.12); }
.footer-container { max-width:1200px; margin:0 auto; display:flex; justify-content:space-between; flex-wrap:wrap; gap:48px; }
.footer-brand img { height:30px; width:auto; margin-bottom:18px; }
.footer-brand p { color:var(--text-muted); font-size:14px; max-width:320px; font-family:'Prompt',sans-serif; font-weight:300; }
.footer-links { display:flex; gap:56px; flex-wrap:wrap; }
.link-group h4 { color:var(--light-green); font-size:13px; margin-bottom:18px; text-transform:uppercase; letter-spacing:1.5px; font-family:'Agrandir Wide',sans-serif; }
.link-group ul { list-style:none; }
.link-group li { margin-bottom:12px; }
.link-group a { color:var(--text-muted); text-decoration:none; font-size:14px; font-family:'Prompt',sans-serif; transition:color .25s ease; }
.link-group a:hover { color:var(--mustard); }
.footer-bottom { max-width:1200px; margin:44px auto 0; padding-top:28px; border-top:1px solid rgba(255,255,255,.07); display:flex; justify-content:space-between; flex-wrap:wrap; gap:16px; color:var(--text-muted); font-size:13px; font-family:'Prompt',sans-serif; }

/* Responsive */
@media (max-width:968px) {
    .hero-container { grid-template-columns:1fr; gap:44px; }
    .hero h1 { font-size:42px; }
    .pdp-grid { grid-template-columns:1fr; gap:32px; }
    .lifestyle-container { grid-template-columns:1fr; gap:44px; }
    .lifestyle-images { order:2; }
    .journal-feature { grid-template-columns:1fr; }
    .journal-feature img { min-height:220px; aspect-ratio:16/9; }
}
@media (max-width:768px) {
    .nav-toggle { display:block; }
    .nav-menu { display:none; position:absolute; top:100%; left:0; width:100%; flex-direction:column; gap:0; background:rgba(22,24,52,.97); -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px); border-bottom:1px solid rgba(200,208,133,.14); padding:10px 0 16px; }
    .nav-menu.open { display:flex; }
    .nav-menu li { width:100%; text-align:center; }
    .nav-menu a { display:block; padding:14px 24px; font-size:16px; }
    .hero { padding-top:120px; padding-bottom:64px; }
    .hero h1 { font-size:33px; }
    .hero-visual { display:block; margin-top:36px; }
    .hero-container { gap:0; }
    .section-title h1, .section-title h2 { font-size:30px; }
    .wholesale-hero h1 { font-size:30px; }
    .pdp-info h1 { font-size:30px; }
    .pdp-specs { grid-template-columns:1fr; }
    .article-hero h1 { font-size:30px; }
    .line-band { padding:34px; }
    .btn-line { white-space:nowrap; padding:14px 26px; font-size:15px; }
    .shop-cta-btn { gap:16px; padding:24px 22px; }
    .shop-cta-ic { width:54px; height:54px; }
    .shop-cta-ic svg { width:48px; height:48px; }
    .shop-cta-hd { font-size:25px; }
    .shop-cta-sb { font-size:13.5px; }
    .journal-body { padding:28px 26px; }
    .lifestyle-images { grid-template-columns:1fr; gap:14px; }
    .grid-img { height:auto; aspect-ratio:4 / 3; }
    .grid-img-main { grid-row:auto; min-height:0; aspect-ratio:3 / 4; }
    /* mobile product card: show name+price+buy only, expand for details */
    .product-meta, .product-note, .product-bestfor, .product-more { display:none; }
    .product-card.expanded .product-meta { display:flex; }
    .product-card.expanded .product-note, .product-card.expanded .product-bestfor, .product-card.expanded .product-more { display:block; }
    .product-title { min-height:0; margin-bottom:4px; }
    .detail-toggle { display:block; }
}
