/** Shopify CDN: Minification failed

Line 58:32 Unexpected "*"

**/
/* ==========================================================================
   Haru+ LP — Shopify Dawn Integration Stylesheet
   Version: 1.0.0
   ========================================================================== */

/* ---------- CSS Variables ---------- */
:root {
  --haruplus-silver: #b8b8b8;
  --haruplus-silver-light: #d4d4d4;
  --haruplus-pearl: #f0eeeb;
  --haruplus-cream: #faf9f7;
  --haruplus-white: #fff;
  --haruplus-charcoal: #3a3a3a;
  --haruplus-charcoal-hover: #555;
  --haruplus-text: #5a5a5a;
  --haruplus-text-light: #8a8a8a;
  --haruplus-accent: #c5a882;
  --haruplus-bg: #f8f7f5;
  --haruplus-bg-warm: #f5f3f0;
  --haruplus-bg-light: #fafafa;
  --haruplus-bg-mid: #f2f1ef;
  --haruplus-bg-deep: #eae8e4;
  --haruplus-error: #c0392b;
  --haruplus-border-light: #e8e5e0;
  --haruplus-line-green: #06C755;  
}

/* ---------- Haru Layout Reset (scoped) ---------- */
.haruplus-lp { font-family: 'Noto Sans JP', sans-serif; font-weight: 300; color: var(--haruplus-text); line-height: 1.9; letter-spacing: .04em; -webkit-font-smoothing: antialiased; }
.haruplus-lp img { max-width: 100%; display: block; }
.haruplus-lp a { text-decoration: none; color: inherit; }

/* ---------- Animations ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.haruplus-lp .anim { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.haruplus-lp .anim.visible { opacity: 1; transform: translateY(0); }

/* ---------- SHARED COMPONENTS ---------- */
.haruplus-lp .section-tag { font-size: 14px; letter-spacing: .3em; text-transform: uppercase; color: var(--haruplus-text-light); margin-bottom: 28px; font-weight: 400; }
.haruplus-lp .divider { display: block !important; width: 1px !important; height: 60px !important; background: linear-gradient(to bottom, transparent, var(--haruplus-silver-light), transparent) !important; margin: 0 auto 28px !important; visibility: visible !important; opacity: 1 !important; }
.haruplus-lp .btn-primary { display: inline-flex; align-items: center; gap: 12px; background: var(--haruplus-charcoal); color: var(--haruplus-white); padding: 16px 40px; font-size: 14px; letter-spacing: .16em; font-weight: 400; transition: all .4s; cursor: pointer; border: none; font-family: inherit; }
.haruplus-lp .btn-primary:hover { background: var(--haruplus-charcoal-hover); gap: 18px; }
.haruplus-lp .btn-outline { display: inline-block; padding: 14px 36px; border: 1px solid var(--haruplus-charcoal); color: var(--haruplus-charcoal); font-size: 14px; letter-spacing: .14em; transition: all .3s; cursor: pointer; background: transparent; font-family: inherit; }
.haruplus-lp .btn-outline:hover { background: var(--haruplus-charcoal); color: var(--haruplus-white); }

/* ========== LP HOME — HERO ========== */
.haruplus-hero { min-height: 88vh; display: flex; align-items: center; padding: 56px 40px 20px; background: linear-gradient(175deg, var(--haruplus-bg-light) 0%, var(--haruplus-bg-mid) 40%, var(--haruplus-bg-deep) 100%); position: relative; overflow: hidden; margin-top: 0 !important; }
.haruplus-lp .shopify-section:first-of-type { margin-top: 0 !important; padding-top: 0 !important; }
.haruplus-lp .shopify-section { margin-top: 0 !important; margin-bottom: 0 !important; }
.haruplus-lp main#MainContent { padding-top: 0 !important; margin-top: 0 !important; }
.haruplus-lp .content-for-layout { padding-top: 0 !important; margin-top: 0 !important; }
.haruplus-lp .section-template--*:first-child { margin-top: 0 !important; }

/* Force all LP elements to full viewport width */
.haruplus-lp,
.haruplus-lp main#MainContent,
.haruplus-lp .content-for-layout,
.haruplus-lp .shopify-section {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden;
}
.haruplus-lp .announcement-bar-section { display: none !important; }
.haruplus-lp #shopify-section-announcement-bar { display: none !important; }
.haruplus-hero::before { content: ''; position: absolute; top: -20%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(197,168,130,.06) 0%, transparent 70%); border-radius: 50%; }
.haruplus-hero::after { content: ''; position: absolute; bottom: -30%; left: -15%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(184,184,184,.05) 0%, transparent 70%); border-radius: 50%; }
.haruplus-hero-inner { max-width: 1400px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.haruplus-hero-text { padding-right: 40px; }
.haruplus-hero-text .hero-tag { font-size: 13px; letter-spacing: .25em; text-transform: uppercase; color: var(--haruplus-silver); margin-bottom: 32px; font-weight: 400; }
.haruplus-hero-text h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(44px, 5vw, 68px); font-weight: 300; color: var(--haruplus-charcoal); line-height: 1.15; margin-bottom: 28px; letter-spacing: -.01em; }
.haruplus-hero-text h1 em { font-style: italic; font-weight: 300; color: var(--haruplus-accent); }
.haruplus-hero-text .hero-sub { font-size: 16px; color: var(--haruplus-text-light); line-height: 2; margin-bottom: 48px; max-width: 460px; }
.haruplus-hero-image img { width: 100%; max-width: 640px; }
.haruplus-hero-badge { position: absolute; top: -8px; right: 32px; width: 96px; height: 96px; background: var(--haruplus-charcoal); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--haruplus-white); font-size: 13px; font-weight: 400; letter-spacing: .06em; line-height: 1.5; text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,.18); }

/* ========== LP HOME — PHILOSOPHY ========== */
.haruplus-philosophy { padding: 96px 40px; background: var(--haruplus-white); text-align: center; }
.haruplus-philosophy-inner { max-width: 720px; margin: 0 auto; }
.haruplus-philosophy h2 { font-family: 'EB Garamond', serif; font-size: clamp(30px, 3.5vw, 42px); font-weight: 400; color: var(--haruplus-charcoal); line-height: 1.5; margin-top: 0; margin-bottom: 40px; letter-spacing: .02em; }
.haruplus-philosophy p { font-size: 16px; line-height: 2.2; color: var(--haruplus-text); max-width: 600px; margin: 0 auto; }

/* ========== LP HOME — SCIENCE OVERVIEW ========== */
.haruplus-science { padding: 120px 40px; background: var(--haruplus-bg); }
.haruplus-science-inner { max-width: 1200px; margin: 0 auto; }
.haruplus-science-header { text-align: center; margin-bottom: 80px; }
.haruplus-science-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3vw, 40px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 40px; }
.haruplus-science-header p { font-size: 15px; color: var(--haruplus-text-light); letter-spacing: .04em; }
.haruplus-science-header .lp-science-body { font-size: 16px; color: var(--haruplus-text); line-height: 2.2; margin-top: 24px; letter-spacing: .04em; }
.haruplus-science-header .lp-science-body + .lp-science-body { margin-top: 8px; }
.haruplus-science-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.haruplus-sci-card { background: var(--haruplus-white); padding: 48px 36px; border: 1px solid rgba(0,0,0,.04); transition: all .4s; }
.haruplus-sci-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.05); transform: translateY(-4px); }
.haruplus-sci-card .num { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: rgba(0,0,0,.3); margin-bottom: 20px; line-height: 1; }
.haruplus-sci-card h3 { font-size: 17px; font-weight: 500; color: var(--haruplus-charcoal); margin-bottom: 16px; letter-spacing: .06em; }
.haruplus-sci-card p { font-size: 15px; line-height: 2; color: var(--haruplus-text); }

/* ========== LP HOME — INGREDIENTS ========== */
.haruplus-ingredients { padding: 140px 40px; background: var(--haruplus-white); }
.haruplus-ingredients-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.haruplus-ingr-sub { font-size: 15px; color: var(--haruplus-text-light); letter-spacing: .04em; margin-top: 8px; margin-bottom: 48px; }
.haruplus-ingredients h2 { font-family: 'EB Garamond', serif; font-size: clamp(30px, 3.5vw, 42px); font-weight: 400; color: var(--haruplus-charcoal); line-height: 1.5; margin-bottom: 40px; }
.haruplus-ingredients .tagline { font-size: 14px; letter-spacing: .25em; text-transform: uppercase; color: var(--haruplus-text-light); margin-bottom: 64px; }
.haruplus-ingr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid rgba(0,0,0,.06); margin-bottom: 80px; }
.haruplus-ingr-cell { padding: 40px 28px; text-align: center; border-right: 1px solid rgba(0,0,0,.06); background: var(--haruplus-bg); }
.haruplus-ingr-cell:last-child { border-right: none; }
.haruplus-ingr-cell .cell-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; color: rgba(0,0,0,.3); margin-bottom: 16px; line-height: 1; }
.haruplus-ingr-cell h4 { font-size: 16px; font-weight: 500; color: var(--haruplus-charcoal); margin-bottom: 6px; letter-spacing: .04em; }
.haruplus-ingr-cell .cell-sub { font-size: 13px; color: var(--haruplus-text-light); margin-bottom: 16px; letter-spacing: .02em; }
.haruplus-ingr-cell p.cell-desc { font-size: 14px; line-height: 1.9; color: var(--haruplus-text); text-align: left; }
.haruplus-additive-free { max-width: 900px; margin: 0 auto; text-align: center; }
.haruplus-additive-free h3 { font-family: 'EB Garamond', serif; font-size: clamp(24px, 2.5vw, 32px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 8px; }
.haruplus-additive-free .af-sub { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px, 2.2vw, 28px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 32px; }
.haruplus-af-checks { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin-bottom: 28px; }
.haruplus-af-checks span { font-size: 15px; color: var(--haruplus-text); display: flex; align-items: center; gap: 6px; }
.haruplus-af-checks span::before { content: '✓'; color: var(--haruplus-accent); font-size: 15px; }
.haruplus-additive-free .af-note { font-size: 16px; color: var(--haruplus-charcoal); font-weight: 400; margin-bottom: 32px; }
.haruplus-fssc-box { max-width: 680px; margin: 0 auto; padding: 28px 32px; border: none; border-left: 4px solid var(--haruplus-charcoal); background: rgba(0,0,0,.03); text-align: left; }
.haruplus-fssc-box p { font-size: 14px; line-height: 2; color: var(--haruplus-text); }

/* ========== LP HOME — PRODUCT INTRO ========== */
.haruplus-product { padding: 140px 40px; background: var(--haruplus-white); }
.haruplus-product-inner { max-width: 1200px; margin: 0 auto; }
.haruplus-product-layout { display: grid !important; grid-template-columns: 1.2fr 1fr !important; gap: 80px; align-items: center; }
.haruplus-product-images { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 16px; }
.haruplus-product-images img { width: 100% !important; height: auto !important; max-width: 100% !important; object-fit: cover; transition: all .5s; display: block; }
.haruplus-product-images img:hover { opacity: .9; }
.haruplus-product-images img.full-width { grid-column: 1 / -1 !important; max-height: 400px; object-fit: cover; }
.haruplus-product-info .section-tag { text-align: left; }
.haruplus-product-info h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3vw, 38px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 24px; line-height: 1.4; }
.haruplus-product-info > p { font-size: 16px; line-height: 2.1; color: var(--haruplus-text); margin-bottom: 36px; }
.haruplus-ingr-list { list-style: none; margin-bottom: 40px; padding: 0; }
.haruplus-ingr-list li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,.05); font-size: 15px; }
.haruplus-ingr-list li::before { content: ''; width: 6px; height: 6px; background: var(--haruplus-accent); border-radius: 50%; margin-top: 8px; flex-shrink: 0; }
.haruplus-spec-note { font-size: 14px; color: var(--haruplus-text-light); }

/* ========== LP HOME — HOW TO ========== */
.haruplus-howto { padding: 120px 40px; background: linear-gradient(180deg, var(--haruplus-bg-warm), var(--haruplus-cream)); text-align: center; }
.haruplus-howto-inner { max-width: 1000px; margin: 0 auto; }
.haruplus-howto h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3vw, 38px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 60px; }
.haruplus-howto-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.haruplus-howto-step .step-num { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 300; color: rgba(0,0,0,.3); margin-bottom: 16px; }
.haruplus-howto-step h3 { font-size: 16px; font-weight: 500; color: var(--haruplus-charcoal); margin-bottom: 12px; letter-spacing: .06em; }
.haruplus-howto-step p { font-size: 15px; line-height: 1.9; color: var(--haruplus-text); }

/* ========== LP HOME — LIFESTYLE ========== */
.haruplus-lifestyle { padding: 0 40px; margin-bottom: 120px; }
.haruplus-lifestyle-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.haruplus-lifestyle-inner img { width: 100%; height: 400px; object-fit: cover; }

/* ========== LP HOME — PRICING ========== */
.haruplus-pricing { padding: 120px 40px; background: var(--haruplus-white); text-align: center; }
.haruplus-pricing-inner { max-width: 1100px; margin: 0 auto; }
.haruplus-pricing h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3vw, 38px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 16px; }
.haruplus-pricing-lead { font-size: 15px; color: var(--haruplus-text-light); margin-bottom: 60px; }
.haruplus-pricing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.haruplus-price-card { padding: 48px 32px; border: 1px solid rgba(0,0,0,.06); text-align: center; position: relative; background: var(--haruplus-white); transition: all .4s; display: flex; flex-direction: column; align-items: stretch; }
.haruplus-price-card .btn-primary,
.haruplus-price-card .btn-outline { margin-top: auto; display: flex; align-items: center; justify-content: center; box-sizing: border-box; }
.haruplus-price-card:hover { border-color: var(--haruplus-silver); box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.haruplus-price-card.featured { border-color: var(--haruplus-charcoal); background: linear-gradient(180deg, var(--haruplus-cream), var(--haruplus-white)); }
.haruplus-price-card.featured::before { content: 'おすすめ'; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--haruplus-charcoal); color: var(--haruplus-white); font-size: 12px; letter-spacing: .15em; padding: 6px 20px; }
.haruplus-price-card .plan-name { font-size: 14px; letter-spacing: .2em; text-transform: uppercase; color: var(--haruplus-text-light); margin-bottom: 8px; }
.haruplus-price-card .plan-desc { font-size: 15px; color: var(--haruplus-text); margin-bottom: 20px; }
.haruplus-price-card .price { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 4px; }
.haruplus-price-card .price-sub { font-size: 14px; color: var(--haruplus-text-light); margin-bottom: 28px; }
.haruplus-price-card .price-note { font-size: 13px; color: var(--haruplus-text-light); line-height: 1.8; margin-bottom: 28px; }
.haruplus-price-card .price-label { font-size: 13px; color: var(--haruplus-text-light); letter-spacing: .04em; margin-bottom: -14px; }
.haruplus-price-discount-row { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.haruplus-price-original { font-size: 16px; color: var(--haruplus-text-light); text-decoration: line-through; white-space: nowrap; }
.haruplus-price-off { display: inline-block; font-size: 12px; font-weight: 600; color: var(--haruplus-accent); letter-spacing: .04em; border: 1px solid var(--haruplus-accent); padding: 3px 10px; white-space: nowrap; }
.haruplus-pricing-note { margin-top: 32px; font-size: 14px; color: var(--haruplus-text-light); text-align: center; }
.haruplus-trial-discount-row { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 6px; }

/* Trial Banner */
.haruplus-trial-banner { margin-top: 48px; padding: 40px 48px; border: 1px solid rgba(0,0,0,.06); background: linear-gradient(135deg, var(--haruplus-cream) 0%, var(--haruplus-bg-warm) 100%); display: flex; align-items: center; justify-content: center; gap: 48px; text-align: center; position: relative; }
.haruplus-trial-banner .trial-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--haruplus-accent); color: var(--haruplus-white); font-size: 13px; letter-spacing: .12em; padding: 6px 22px; font-weight: 400; white-space: nowrap; }
.haruplus-trial-banner .trial-section { display: flex; flex-direction: column; align-items: center; }
.haruplus-trial-banner .trial-label { font-size: 13px; letter-spacing: .2em; color: var(--haruplus-text-light); margin-bottom: 4px; }
.haruplus-trial-banner .trial-desc { font-size: 14px; color: var(--haruplus-text); line-height: 1.6; }
.haruplus-trial-banner .trial-desc small { display: block; font-size: 13px; color: var(--haruplus-accent); margin-top: 2px; letter-spacing: .04em; }
.haruplus-trial-banner .trial-price { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 400; color: var(--haruplus-charcoal); line-height: 1; }
.haruplus-trial-banner .trial-meta { font-size: 13px; color: var(--haruplus-text-light); margin-top: 6px; line-height: 1.6; }
.haruplus-trial-banner .trial-meta .meta-line { display: block; margin-top: 6px; }
.haruplus-trial-banner .trial-divider { width: 1px; height: 60px; background: rgba(0,0,0,.12); flex-shrink: 0; }

/* ========== LP HOME — VOICES ========== */
.haruplus-voices { padding: 120px 40px; background: var(--haruplus-bg); }
.haruplus-voices-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.haruplus-voices h2 { font-family: 'EB Garamond', serif; font-size: clamp(30px, 3.5vw, 42px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 60px; }
.haruplus-voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 32px; }
.haruplus-voice-card { background: var(--haruplus-white); padding: 36px 28px; border: 1px solid rgba(0,0,0,.05); text-align: left; }
.haruplus-voice-stars { color: var(--haruplus-accent); font-size: 16px; letter-spacing: 2px; margin-bottom: 16px; }
.haruplus-voice-text { font-size: 15px; line-height: 2; color: var(--haruplus-text); margin-bottom: 24px; font-style: normal; margin-left: 0; margin-right: 0; padding: 0; border: none; }
.haruplus-voice-author { display: flex; align-items: center; gap: 12px; }
.haruplus-voice-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--haruplus-pearl); display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--haruplus-text-light); font-weight: 400; flex-shrink: 0; }
.haruplus-voice-name { font-size: 15px; font-weight: 500; color: var(--haruplus-charcoal); font-style: normal; }
.haruplus-voice-meta { font-size: 13px; color: var(--haruplus-text-light); }
.haruplus-voices-note { font-size: 13px; color: var(--haruplus-text-light); font-style: italic; }

/* ========== LP HOME — CLOSING CTA ========== */
.haruplus-closing { padding: 120px 40px 140px; background: linear-gradient(180deg, var(--haruplus-bg) 0%, var(--haruplus-bg-deep) 100%); text-align: center; }
.haruplus-closing-inner { max-width: 600px; margin: 0 auto; }
.haruplus-closing-logo { width: 200px; height: 200px; margin: 0 auto 48px; overflow: hidden; }
.haruplus-closing-logo img { width: 100%; height: 100%; object-fit: cover; }
.haruplus-closing h2 { font-family: 'EB Garamond', serif; font-size: clamp(30px, 3.5vw, 42px); font-weight: 400; color: var(--haruplus-charcoal); line-height: 1.5; margin-bottom: 16px; }
.haruplus-closing .closing-en { font-family: 'EB Garamond', serif; font-size: 20px; font-weight: 400; color: var(--haruplus-text-light); font-style: italic; letter-spacing: .06em; margin-bottom: 40px; }
.haruplus-closing .closing-catch { font-family: 'EB Garamond', serif; font-size: clamp(30px, 3.5vw, 42px); font-weight: 400; color: var(--haruplus-charcoal); line-height: 1.5; margin-bottom: 40px; }
.haruplus-closing .closing-divider { width: 40px; height: 2px; background: var(--haruplus-silver); margin: 0 auto 48px; }

/* ========== LP HOME — FAQ (inline) ========== */
.haruplus-faq { padding: 100px 40px; background: var(--haruplus-bg); }
.haruplus-faq-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.haruplus-faq h2 { font-family: 'EB Garamond', serif; font-size: clamp(30px, 3.5vw, 42px); font-weight: 400; color: var(--haruplus-charcoal); text-align: center; margin-bottom: 60px; }
.haruplus-faq-item { border-bottom: 1px solid rgba(0,0,0,.06); padding: 20px 0; text-align: left; }
.haruplus-faq-q { font-size: 16px; font-weight: 400; color: var(--haruplus-charcoal); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; user-select: none; }
.haruplus-faq-q::after { content: '+'; font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--haruplus-silver); transition: transform .3s; flex-shrink: 0; }
.haruplus-faq-item.open .haruplus-faq-q::after { content: '−'; }
.haruplus-faq-a { font-size: 15px; line-height: 2.1; color: var(--haruplus-text); max-height: 0; overflow: hidden; transition: all .4s; padding-top: 0; }
.haruplus-faq-item.open .haruplus-faq-a { max-height: 300px; padding-top: 16px; }

/* ========== SUBPAGE — HERO (shared) ========== */
.haruplus-sub-hero { padding: 140px 40px 80px; text-align: center; background: var(--haruplus-white); }
.haruplus-sub-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 48px); font-weight: 300; color: var(--haruplus-charcoal); letter-spacing: .06em; margin-bottom: 16px; }
.haruplus-sub-hero .lead { font-size: 15px; color: var(--haruplus-text-light); letter-spacing: .04em; }

/* ========== CONCEPT PAGE ========== */
.haruplus-concept-stories { padding: 100px 40px; background: var(--haruplus-white); }
.haruplus-concept-stories .haruplus-story-block { max-width: 900px; margin: 0 auto 100px; }
.haruplus-concept-stories .haruplus-story-block:last-child { margin-bottom: 0; }
.haruplus-story-block { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.haruplus-story-block:nth-child(even) { direction: rtl; }
.haruplus-story-block:nth-child(even) > * { direction: ltr; }
.haruplus-story-block img,
.haruplus-concept-stories .haruplus-story-block img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 4/3 !important;
  object-fit: cover !important;
  display: block;
}
.haruplus-story-text { padding: 0; }
.haruplus-story-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 2.5vw, 32px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 20px; line-height: 1.5; }
.haruplus-story-text p { font-size: 15px; line-height: 2.2; color: var(--haruplus-text); }
.haruplus-concept-origin { padding: 100px 40px; background: var(--haruplus-white); text-align: center; }
.haruplus-concept-origin-inner { max-width: 680px; margin: 0 auto; }
.haruplus-concept-origin h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3vw, 34px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 48px; }
.haruplus-origin-body p { font-size: 16px; line-height: 2.4; color: var(--haruplus-text); margin-bottom: 28px; letter-spacing: .04em; }
.haruplus-origin-body p:last-child { margin-bottom: 0; }
.haruplus-origin-closing { font-style: italic; color: var(--haruplus-charcoal); font-size: 15px; margin-top: 2em; }
.haruplus-concept-values { padding: 100px 40px; background: var(--haruplus-bg); }
.haruplus-concept-values-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.haruplus-concept-values h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3vw, 34px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 60px; }
.haruplus-values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; text-align: left; }
.haruplus-value-item { padding: 36px; background: var(--haruplus-white); border: 1px solid rgba(0,0,0,.04); }
.haruplus-value-item h4 { font-size: 15px; font-weight: 500; color: var(--haruplus-charcoal); letter-spacing: .08em; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.haruplus-value-item h4::before { content: ''; width: 24px; height: 1px; background: var(--haruplus-accent); }
.haruplus-value-item p { font-size: 15px; line-height: 2; color: var(--haruplus-text); }
.haruplus-concept-quote { padding: 120px 40px; background: var(--haruplus-white); text-align: center; }
.haruplus-concept-quote blockquote { font-family: 'EB Garamond', serif; font-size: clamp(22px, 2.5vw, 30px); font-weight: 400; color: var(--haruplus-charcoal); line-height: 1.8; max-width: 960px; margin: 0 auto 24px; font-style: italic; }
.haruplus-concept-quote cite { font-size: 14px; color: var(--haruplus-text-light); font-style: normal; letter-spacing: .1em; }

/* ========== SCIENCE DEEP PAGE ========== */
.haruplus-science-deep { padding: 100px 40px; background: var(--haruplus-white); }
.haruplus-science-deep-inner { max-width: 1000px; margin: 0 auto; }
.haruplus-science-deep--continued { padding-top: 0; }
.haruplus-science-deep--last { padding-bottom: 0; }
.nowrap-pc { white-space: nowrap; }
.haruplus-science-section { margin-bottom: 100px; }
.haruplus-science-section:last-child { margin-bottom: 0; }
.haruplus-science-section-header { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start; margin-bottom: 36px; }
.haruplus-science-section-header .big-num { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 300; color: rgba(0,0,0,.3); line-height: 1; }
.haruplus-science-section-header h3 { font-size: 20px; font-weight: 500; color: var(--haruplus-charcoal); letter-spacing: .04em; margin-bottom: 8px; }
.haruplus-science-section-header p { font-size: 15px; color: var(--haruplus-text-light); }
.haruplus-science-content { padding-left: 100px; }
.haruplus-science-content p { font-size: 16px; line-height: 2.2; color: var(--haruplus-text); margin-bottom: 20px; }
.haruplus-evidence-timeline { margin: 32px 0; padding: 0; list-style: none; position: relative; }
.haruplus-evidence-timeline::before { content: ''; position: absolute; left: 8px; top: 12px; bottom: 12px; width: 1px; background: var(--haruplus-accent); opacity: .3; }
.haruplus-evidence-timeline li { padding: 0 0 24px 36px; position: relative; font-size: 15px; line-height: 1.9; color: var(--haruplus-text); }
.haruplus-evidence-timeline li:last-child { padding-bottom: 0; }
.haruplus-evidence-timeline li::before { content: ''; position: absolute; left: 2px; top: 10px; width: 13px; height: 13px; border-radius: 50%; border: 2px solid var(--haruplus-accent); background: var(--haruplus-white); }
.haruplus-evidence-timeline .tl-year { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: var(--haruplus-accent); display: block; margin-bottom: 2px; }
.haruplus-evidence-timeline .tl-badge { display: inline-block; font-size: 11px; letter-spacing: .08em; padding: 2px 10px; border: 1px solid var(--haruplus-accent); color: var(--haruplus-accent); margin-left: 8px; vertical-align: middle; }
.haruplus-science-kv { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 32px 0; }
.haruplus-science-kv-card { padding: 28px; border: 1px solid rgba(0,0,0,.06); text-align: center; }
.haruplus-science-kv-card .kv-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: var(--haruplus-charcoal); line-height: 1; margin-bottom: 8px; }
.haruplus-science-kv-card .kv-label { font-size: 13px; color: var(--haruplus-text-light); letter-spacing: .04em; }
.haruplus-science-quote { font-family: 'EB Garamond', serif; font-size: 20px; font-weight: 400; color: var(--haruplus-charcoal); line-height: 1.8; text-align: center; padding: 40px 32px; margin: 32px 0; border-top: 1px solid rgba(0,0,0,.06); border-bottom: 1px solid rgba(0,0,0,.06); letter-spacing: .02em; }
.haruplus-evidence-box { background: var(--haruplus-bg); padding: 32px; border-left: 3px solid var(--haruplus-accent); margin: 28px 0; }
.haruplus-evidence-box h4 { font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--haruplus-accent); margin-bottom: 12px; }
.haruplus-evidence-box p { font-size: 15px; line-height: 2; color: var(--haruplus-text); margin-bottom: 0; }
.haruplus-comparison-table { width: 100%; border-collapse: collapse; margin: 32px 0; }
.haruplus-comparison-table th, .haruplus-comparison-table td { padding: 14px 20px; text-align: left; font-size: 15px; border-bottom: 1px solid rgba(0,0,0,.06); }
.haruplus-comparison-table th { font-weight: 500; color: var(--haruplus-charcoal); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; background: var(--haruplus-bg); }
.haruplus-comparison-table td { color: var(--haruplus-text); }
.haruplus-comparison-table tr:hover td { background: rgba(0,0,0,.01); }
.haruplus-highlight-cell { color: var(--haruplus-accent) !important; font-weight: 500; }
.haruplus-ingredient-role { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin: 32px 0; }
.haruplus-ingredient-role-card { padding: 24px; background: var(--haruplus-bg); text-align: center; }
.haruplus-ingredient-role-card h5 { font-size: 14px; font-weight: 500; color: var(--haruplus-charcoal); margin-bottom: 8px; letter-spacing: .04em; }
.haruplus-ingredient-role-card p { font-size: 13px; color: var(--haruplus-text-light); line-height: 1.8; margin: 0; }

/* ========== PRODUCT PAGE ========== */
.haruplus-product-gallery { padding: 100px 40px; background: var(--haruplus-white); }
.haruplus-product-gallery-inner { max-width: 1200px; margin: 0 auto; }
.haruplus-gallery-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; margin-bottom: 80px; }
.haruplus-gallery-main { aspect-ratio: 4/3; overflow: hidden; }
.haruplus-gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.haruplus-gallery-main:hover img { transform: scale(1.03); }
.haruplus-gallery-side { display: grid; gap: 16px; }
.haruplus-gallery-side img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.haruplus-product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.haruplus-product-detail h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3vw, 34px); font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 24px; line-height: 1.4; }
.haruplus-product-detail > div > p { font-size: 16px; line-height: 2.2; color: var(--haruplus-text); margin-bottom: 32px; }
.haruplus-product-cta-wrap { margin-top: 32px; }
.haruplus-spec-table { width: 100%; border-collapse: collapse; margin-bottom: 32px; }
.haruplus-spec-table tr { border-bottom: 1px solid rgba(0,0,0,.06); }
.haruplus-spec-table th { text-align: left; padding: 14px 16px 14px 0; font-size: 14px; font-weight: 500; color: var(--haruplus-charcoal); letter-spacing: .06em; width: 140px; vertical-align: top; }
.haruplus-spec-table td { padding: 14px 0; font-size: 15px; color: var(--haruplus-text); line-height: 1.8; }
.haruplus-ingredients-full { padding: 80px 40px; background: var(--haruplus-bg); }
.haruplus-ingredients-full-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.haruplus-ingredients-full h2 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 60px; }
.haruplus-ingr-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.haruplus-ingr-card { background: var(--haruplus-white); padding: 32px 24px; text-align: center; border: 1px solid rgba(0,0,0,.04); }
.haruplus-ingr-card .icon { font-size: 32px; margin-bottom: 16px; }
.haruplus-ingr-card h4 { font-size: 15px; font-weight: 500; color: var(--haruplus-charcoal); margin-bottom: 10px; }
.haruplus-ingr-card p { font-size: 14px; line-height: 1.9; color: var(--haruplus-text); text-align: left; }

/* ========== PLAN PAGE ========== */
.haruplus-plan-section { padding: 100px 40px; background: var(--haruplus-white); }
.haruplus-plan-inner { max-width: 1100px; margin: 0 auto; }
.haruplus-plan-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 80px; }
.haruplus-plan-card { padding: 48px 32px; border: 1px solid rgba(0,0,0,.06); text-align: center; position: relative; background: var(--haruplus-white); transition: all .4s; display: flex; flex-direction: column; }
.haruplus-plan-card .btn-primary, .haruplus-plan-card .btn-outline { margin-top: auto; }
.haruplus-plan-card:hover { border-color: var(--haruplus-silver); box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.haruplus-plan-card.featured { border-color: var(--haruplus-charcoal); background: linear-gradient(180deg, var(--haruplus-cream), var(--haruplus-white)); }
.haruplus-plan-card.featured::before { content: 'おすすめ'; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--haruplus-charcoal); color: var(--haruplus-white); font-size: 12px; letter-spacing: .15em; padding: 6px 20px; }
.haruplus-plan-card .plan-name { font-size: 14px; letter-spacing: .2em; text-transform: uppercase; color: var(--haruplus-text-light); margin-bottom: 8px; }
.haruplus-plan-card .plan-desc { font-size: 15px; color: var(--haruplus-text); margin-bottom: 20px; }
.haruplus-plan-card .price { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 4px; }
.haruplus-plan-card .price-sub { font-size: 14px; color: var(--haruplus-text-light); margin-bottom: 16px; }
.haruplus-plan-card .price-note { font-size: 13px; color: var(--haruplus-text-light); line-height: 1.8; margin-bottom: 28px; }
.haruplus-plan-card .plan-features { list-style: none; text-align: left; margin-bottom: 28px; padding: 0 8px; }
.haruplus-plan-card .plan-features li { font-size: 14px; color: var(--haruplus-text); padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,.04); display: flex; align-items: center; gap: 8px; }
.haruplus-plan-card .plan-features li::before { content: '✓'; color: var(--haruplus-accent); font-size: 14px; }
.haruplus-price-card .plan-features { list-style: none; text-align: left; margin-bottom: 28px; padding: 0 8px; }
.haruplus-price-card .plan-features li { font-size: 14px; color: var(--haruplus-text); padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,.04); display: flex; align-items: center; gap: 8px; }
.haruplus-price-card .plan-features li::before { content: '✓'; color: var(--haruplus-accent); font-size: 14px; }
.haruplus-plan-journey { padding: 80px 40px; background: var(--haruplus-bg); }
.haruplus-plan-journey-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.haruplus-plan-journey h2 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 60px; }
.haruplus-journey-steps { display: flex; justify-content: center; gap: 0; position: relative; }
.haruplus-journey-step { flex: 1; max-width: 200px; text-align: center; position: relative; padding: 0 16px; }
.haruplus-journey-step::after { content: ''; position: absolute; top: 20px; right: -20px; width: 40px; height: 1px; background: var(--haruplus-silver-light); }
.haruplus-journey-step:last-child::after { display: none; }
.haruplus-journey-step .step-circle { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--haruplus-silver); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--haruplus-charcoal); }
.haruplus-journey-step h4 { font-size: 14px; font-weight: 500; color: var(--haruplus-charcoal); margin-bottom: 8px; letter-spacing: .04em; }
.haruplus-journey-step p { font-size: 13px; line-height: 1.8; color: var(--haruplus-text-light); }
.haruplus-plan-guarantee { padding: 80px 40px; background: var(--haruplus-white); text-align: center; }
.haruplus-plan-guarantee-inner { max-width: 600px; margin: 0 auto; padding: 48px; border: 1px solid rgba(0,0,0,.06); }
.haruplus-plan-guarantee h3 { font-size: 17px; font-weight: 500; color: var(--haruplus-charcoal); margin-bottom: 16px; }
.haruplus-plan-guarantee p { font-size: 15px; line-height: 2; color: var(--haruplus-text); }

/* ========== FAQ PAGE ========== */
.haruplus-faq-page-section { padding: 80px 40px; background: var(--haruplus-white); }
.haruplus-faq-page-inner { max-width: 760px; margin: 0 auto; }
.haruplus-faq-category { margin-bottom: 60px; }
.haruplus-faq-category h3 { font-size: 16px; font-weight: 500; color: var(--haruplus-charcoal); letter-spacing: .08em; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid var(--haruplus-charcoal); display: inline-block; }
.haruplus-faq-contact { padding: 80px 40px; background: var(--haruplus-bg); text-align: center; }
.haruplus-faq-contact-inner { max-width: 500px; margin: 0 auto; }
.haruplus-faq-contact h3 { font-size: 20px; font-weight: 400; color: var(--haruplus-charcoal); font-family: 'Cormorant Garamond', serif; margin-bottom: 16px; }
.haruplus-faq-contact p { font-size: 15px; color: var(--haruplus-text); line-height: 2; margin-bottom: 28px; }

/* ========== CONTACT PAGE ========== */
.haruplus-contact-hero { padding: 120px 40px 60px; text-align: center; background: var(--haruplus-white); }
.haruplus-contact-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 42px); font-weight: 300; color: var(--haruplus-charcoal); letter-spacing: .06em; margin-bottom: 16px; }
.haruplus-contact-hero .lead { font-size: 15px; color: var(--haruplus-text); line-height: 2; letter-spacing: .04em; }
.haruplus-contact-form-section { padding: 0 40px 100px; background: var(--haruplus-white); }
.haruplus-contact-form-inner { max-width: 560px; margin: 0 auto; }
.haruplus-contact-field { margin-bottom: 28px; }
.haruplus-contact-field label { display: block; font-size: 14px; font-weight: 600; color: var(--haruplus-charcoal); letter-spacing: .06em; margin-bottom: 10px; }
.haruplus-contact-field label .req { color: var(--haruplus-error); font-size: 13px; margin-left: 4px; }
.haruplus-contact-field input[type="text"],
.haruplus-contact-field input[type="email"],
.haruplus-contact-field input[type="tel"],
.haruplus-contact-field textarea { width: 100%; padding: 14px 16px; font-family: inherit; font-size: 15px; color: var(--haruplus-charcoal); background: var(--haruplus-white); border: 1px solid var(--haruplus-silver-light); border-radius: 0; outline: none; transition: border-color .3s; box-sizing: border-box; letter-spacing: .04em; }
.haruplus-contact-field input::placeholder,
.haruplus-contact-field textarea::placeholder { color: var(--haruplus-silver); letter-spacing: .04em; }
.haruplus-contact-field input:focus,
.haruplus-contact-field textarea:focus { border-color: var(--haruplus-charcoal); }
.haruplus-contact-field textarea { min-height: 180px; resize: vertical; line-height: 1.8; }
.haruplus-contact-consent { display: flex; align-items: flex-start; gap: 10px; margin: 36px 0 40px; font-size: 14px; color: var(--haruplus-text); line-height: 1.6; }
.haruplus-contact-submit { display: flex; justify-content: center; }
.haruplus-contact-submit button { font-family: inherit; font-size: 15px; letter-spacing: .12em; color: var(--haruplus-charcoal); background: var(--haruplus-white); border: 1px solid var(--haruplus-charcoal); padding: 16px 56px; cursor: pointer; transition: all .4s; }
.haruplus-contact-submit button:hover { background: var(--haruplus-charcoal); color: var(--haruplus-white); }
.haruplus-line-banner-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--haruplus-line-green); color: var(--haruplus-white); font-family: inherit; font-size: 15px; font-weight: 600; letter-spacing: .06em; padding: 14px 36px; border: none; border-radius: 6px; cursor: pointer; text-decoration: none; transition: opacity .3s; }
.haruplus-line-banner-btn:hover { opacity: .85; }

/* Contact — LINE banner */
.haruplus-contact-line-banner { text-align: center; padding: 48px 32px; margin-bottom: 36px; border: 1px solid var(--haruplus-border-light); background: linear-gradient(135deg, var(--haruplus-cream), var(--haruplus-pearl)); }
.haruplus-contact-line-heading { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: var(--haruplus-charcoal); margin-bottom: 16px; }
.haruplus-contact-line-body { font-size: 14px; color: var(--haruplus-text); line-height: 2; margin-bottom: 20px; }

/* Contact — Complete state */
.haruplus-contact-complete { text-align: center; padding: 80px 0; }
.haruplus-contact-complete-icon { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--haruplus-accent); color: var(--haruplus-accent); font-size: 24px; display: flex; align-items: center; justify-content: center; margin: 0 auto 28px; }
.haruplus-contact-complete-heading { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--haruplus-charcoal); margin-bottom: 20px; }
.haruplus-contact-complete-body { font-size: 15px; color: var(--haruplus-text); line-height: 2; }

/* Contact — Error state */
.haruplus-contact-error { padding: 16px; border: 1px solid var(--haruplus-error); margin-bottom: 24px; color: var(--haruplus-error); font-size: 14px; }

/* ========== LEGAL / COMPANY PAGES ========== */
.haruplus-legal-hero { padding: 120px 40px 60px; text-align: center; background: var(--haruplus-white); }
.haruplus-legal-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3.5vw, 38px); font-weight: 300; color: var(--haruplus-charcoal); letter-spacing: .06em; margin-bottom: 8px; }
.haruplus-legal-hero .lead { font-size: 14px; color: var(--haruplus-text-light); letter-spacing: .08em; }
.haruplus-legal-content { padding: 60px 40px 100px; background: var(--haruplus-white); }
.haruplus-legal-content-inner { max-width: 720px; margin: 0 auto; }
.haruplus-legal-content h2 { font-size: 17px; font-weight: 500; color: var(--haruplus-charcoal); margin: 48px 0 16px; letter-spacing: .06em; padding-bottom: 8px; border-bottom: 1px solid rgba(0,0,0,.06); }
.haruplus-legal-content h2:first-child { margin-top: 0; }
.haruplus-legal-content p { font-size: 15px; line-height: 2.2; color: var(--haruplus-text); margin-bottom: 16px; }
.haruplus-legal-content ul, .haruplus-legal-content ol { padding-left: 20px; margin-bottom: 16px; }
.haruplus-legal-content li { font-size: 15px; line-height: 2; color: var(--haruplus-text); margin-bottom: 4px; }

/* ==========================================================================
   RESPONSIVE — 3-tier: Desktop (1025+) / Tablet (750–1024) / Phone (–749)
   ========================================================================== */

/* ---------- Fluid spacing utility ---------- */
/* Section padding uses clamp() for smooth scaling across all sizes */

/* ---------- <br> control ---------- */
/* Hide decorative line breaks in headings on small screens */
@media screen and (max-width: 599px) {
  .haruplus-hero-text h1 br,
  .haruplus-philosophy h2 br,
  .haruplus-science-header h2 br,
  .haruplus-ingredients h2 br,
  .haruplus-howto h2 br,
  .haruplus-pricing h2 br,
  .haruplus-closing h2 br { display: none; }
}

/* ==========================================================================
   TABLET — 750px to 1024px
   ========================================================================== */
@media screen and (min-width: 750px) and (max-width: 1024px) {
  /* Hero */
  .haruplus-hero { padding: 80px 32px 40px; }
  .haruplus-hero-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .haruplus-hero-text { padding-right: 0; }
  .haruplus-hero-text h1 { font-size: clamp(32px, 4vw, 48px); }
  .haruplus-hero-text .hero-sub { font-size: 15px; max-width: none; }
  .haruplus-hero-badge { width: 80px; height: 80px; font-size: 11px; }

  /* Shared */
  .haruplus-lp .section-tag { font-size: 13px; }

  /* Philosophy */
  .haruplus-philosophy { padding: clamp(80px, 10vw, 140px) 32px; }

  /* Science */
  .haruplus-science { padding: clamp(80px, 10vw, 120px) 32px; }
  .haruplus-science-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }

  /* Ingredients */
  .haruplus-ingredients { padding: clamp(80px, 10vw, 140px) 32px; }
  .haruplus-ingr-grid { grid-template-columns: repeat(3, 1fr); }
  .haruplus-ingr-cell { padding: 32px 20px; }

  /* Product intro */
  .haruplus-product { padding: clamp(80px, 10vw, 140px) 32px; }
  .haruplus-product-layout { grid-template-columns: 1fr 1fr; gap: 40px; }

  /* How to */
  .haruplus-howto { padding: clamp(80px, 10vw, 120px) 32px; }
  .haruplus-howto-steps { grid-template-columns: repeat(3, 1fr); gap: 32px; }

  /* Lifestyle */
  .haruplus-lifestyle { padding: 0 32px; margin-bottom: clamp(60px, 8vw, 120px); }

  /* Pricing */
  .haruplus-pricing { padding: clamp(80px, 10vw, 120px) 32px; }
  .haruplus-pricing-cards { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .haruplus-price-card { padding: 36px 24px; }
  .haruplus-trial-banner { padding: 32px; gap: 32px; }

  /* Voices */
  .haruplus-voices { padding: clamp(80px, 10vw, 120px) 32px; }
  .haruplus-voices-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  /* FAQ */
  .haruplus-faq { padding: clamp(60px, 8vw, 100px) 32px; }

  /* Closing */
  .haruplus-closing { padding: clamp(80px, 10vw, 120px) 32px clamp(80px, 10vw, 140px); }

  /* Subpage hero */
  .haruplus-sub-hero { padding: 120px 32px 60px; }

  /* Concept */
  .haruplus-concept-stories { padding: 80px 32px; }
  .haruplus-concept-stories .haruplus-story-block { margin-bottom: 72px; }
  .haruplus-story-block { gap: 40px; }
  .haruplus-story-text { padding: 0; }
  .haruplus-concept-origin { padding: 80px 32px; }
  .haruplus-concept-values { padding: 80px 32px; }
  .haruplus-concept-quote { padding: 80px 32px; }

  /* Science deep */
  .haruplus-science-deep { padding: 80px 32px; }
  .haruplus-science-content { padding-left: 60px; }
  .haruplus-science-kv { grid-template-columns: 1fr 1fr; }
  .haruplus-ingredient-role { grid-template-columns: repeat(3, 1fr); }

  /* Product page */
  .haruplus-product-gallery { padding: 80px 32px; }
  .haruplus-gallery-grid { grid-template-columns: 1.2fr 1fr; }
  .haruplus-product-detail { grid-template-columns: 1fr 1fr; gap: 40px; }
  .haruplus-ingr-cards { grid-template-columns: repeat(2, 1fr); }

  /* Plan page */
  .haruplus-plan-section { padding: 80px 32px; }
  .haruplus-plan-cards { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .haruplus-plan-card { padding: 36px 24px; }

  /* Contact */
  .haruplus-contact-hero { padding: 100px 32px 48px; }
  .haruplus-contact-form-section { padding: 0 32px 80px; }

  /* Legal */
  .haruplus-legal-hero { padding: 100px 32px 48px; }
  .haruplus-legal-content { padding: 48px 32px 80px; }

  /* Footer (Dawn overrides) */
  .haruplus-lp .footer { padding: 20px 32px 16px !important; }
}

/* ==========================================================================
   PHONE — up to 749px
   ========================================================================== */
@media screen and (max-width: 749px) {
  /* Hero */
  .haruplus-hero { min-height: auto; padding: clamp(72px, 18vw, 80px) clamp(16px, 5vw, 24px) clamp(32px, 8vw, 40px); }
  .haruplus-hero-inner { grid-template-columns: 1fr; gap: clamp(24px, 6vw, 32px); }
  .haruplus-hero-text { padding-right: 0; }
  .haruplus-hero-text .hero-tag { font-size: 11px; letter-spacing: .2em; margin-bottom: 20px; }
  .haruplus-hero-text h1 { font-size: clamp(26px, 7.5vw, 34px); line-height: 1.35; margin-bottom: 20px; }
  .haruplus-hero-text .hero-sub { font-size: clamp(13px, 3.5vw, 15px); line-height: 1.9; margin-bottom: 32px; max-width: none; }
  .haruplus-hero-image { max-width: clamp(220px, 60vw, 320px); margin: 0 auto; }
  .haruplus-hero-badge { width: clamp(56px, 16vw, 72px); height: clamp(56px, 16vw, 72px); font-size: clamp(8px, 2.2vw, 10px); top: -4px; right: 4px; }

  /* Buttons (mobile — full width, touch-friendly) */
  .haruplus-lp .btn-primary,
  .haruplus-lp .btn-outline { width: 100%; display: flex; align-items: center; justify-content: center; font-size: 13px; padding: 16px 24px; min-height: 52px; box-sizing: border-box; }

  /* Shared */
  .haruplus-lp .section-tag { font-size: 13px; letter-spacing: .25em; margin-bottom: 16px; }
  .haruplus-lp .divider { height: 40px; margin-bottom: 16px; }

  /* Philosophy */
  .haruplus-philosophy { padding: clamp(48px, 14vw, 72px) clamp(16px, 5vw, 24px); }
  .haruplus-philosophy h2 { font-size: clamp(20px, 5.5vw, 24px); line-height: 1.7; margin-bottom: 20px; }
  .haruplus-philosophy p { font-size: 14px; line-height: 2; }

  /* Science */
  .haruplus-science { padding: clamp(48px, 14vw, 72px) clamp(16px, 5vw, 24px); }
  .haruplus-science-header { margin-bottom: 32px; }
  .haruplus-science-header h2 { font-size: clamp(20px, 5.5vw, 26px); margin-bottom: 20px; }
  .haruplus-science-grid { grid-template-columns: 1fr; gap: 16px; }
  .haruplus-sci-card { padding: clamp(20px, 5vw, 28px) clamp(16px, 4vw, 24px); }
  .haruplus-sci-card .num { font-size: 32px; margin-bottom: 12px; }
  .haruplus-sci-card h3 { font-size: 15px; margin-bottom: 10px; }
  .haruplus-sci-card p { font-size: 14px; line-height: 1.9; }

  /* Ingredients */
  .haruplus-ingredients { padding: clamp(48px, 14vw, 72px) clamp(16px, 5vw, 24px); }
  .haruplus-ingredients h2 { font-size: clamp(20px, 5.5vw, 24px); margin-bottom: 20px; }
  .haruplus-ingr-sub { font-size: 13px; margin-bottom: 28px; }
  .haruplus-ingr-grid { grid-template-columns: 1fr; margin-bottom: 40px; }
  .haruplus-ingr-cell { padding: clamp(20px, 5vw, 28px) clamp(16px, 4vw, 24px); border-right: none; border-bottom: 1px solid rgba(0,0,0,.06); }
  .haruplus-ingr-cell:last-child { border-bottom: none; }
  .haruplus-ingr-cell .cell-num { font-size: 30px; }
  .haruplus-ingr-cell h4 { font-size: 15px; }
  .haruplus-ingr-cell .cell-sub { font-size: 12px; }
  .haruplus-ingr-cell p.cell-desc { font-size: 13px; line-height: 1.9; }
  .haruplus-additive-free h3 { font-size: clamp(18px, 5vw, 22px); }
  .haruplus-additive-free .af-sub { font-size: clamp(15px, 4vw, 18px); margin-bottom: 20px; }
  .haruplus-af-checks { gap: 10px 16px; }
  .haruplus-af-checks span { font-size: 13px; }
  .haruplus-fssc-box { padding: 16px; }
  .haruplus-fssc-box p { font-size: 12px; }

  /* Product intro */
  .haruplus-product { padding: clamp(48px, 14vw, 72px) clamp(16px, 5vw, 24px); }
  .haruplus-product-layout { grid-template-columns: 1fr; gap: 24px; }
  .haruplus-product-images { gap: 8px; }
  .haruplus-product-info h2 { font-size: clamp(22px, 6vw, 26px); }
  .haruplus-product-info > p { font-size: 14px; line-height: 2; margin-bottom: 20px; }
  .haruplus-ingr-list li { font-size: 13px; padding: 10px 0; gap: 10px; line-height: 1.7; }

  /* How to */
  .haruplus-howto { padding: clamp(48px, 14vw, 72px) clamp(16px, 5vw, 24px); }
  .haruplus-howto h2 { font-size: clamp(20px, 5.5vw, 24px); margin-bottom: 28px; }
  .haruplus-howto-steps { grid-template-columns: 1fr; gap: 28px; }
  .haruplus-howto-step { text-align: left; }
  .haruplus-howto-step .step-num { font-size: 40px; margin-bottom: 8px; }
  .haruplus-howto-step h3 { font-size: 15px; }
  .haruplus-howto-step p { font-size: 14px; }

  /* Lifestyle */
  .haruplus-lifestyle { padding: 0 clamp(16px, 5vw, 24px); margin-bottom: clamp(48px, 14vw, 72px); }
  .haruplus-lifestyle-inner { grid-template-columns: 1fr; gap: 8px; }
  .haruplus-lifestyle-inner img { height: clamp(180px, 48vw, 240px); }

  /* Pricing */
  .haruplus-pricing { padding: clamp(48px, 14vw, 72px) clamp(16px, 5vw, 24px); }
  .haruplus-pricing h2 { font-size: clamp(20px, 5.5vw, 24px); }
  .haruplus-pricing-lead { font-size: 14px; margin-bottom: 28px; }
  .haruplus-pricing-cards { grid-template-columns: 1fr; gap: 16px; }
  .haruplus-price-card { padding: clamp(28px, 7vw, 36px) clamp(20px, 5vw, 28px); }
  .haruplus-price-card .plan-name { font-size: 12px; }
  .haruplus-price-card .price { font-size: 36px; }
  .haruplus-price-card.featured::before { font-size: 10px; padding: 5px 16px; }
  .haruplus-trial-banner { flex-direction: column; padding: clamp(20px, 5vw, 28px) clamp(16px, 4vw, 24px); gap: 16px; }
  .haruplus-trial-banner .trial-badge { font-size: 11px; padding: 5px 16px; top: -12px; }
  .haruplus-trial-banner .trial-price { font-size: clamp(36px, 10vw, 44px); }
  .haruplus-trial-banner .trial-desc { font-size: 13px; }
  .haruplus-trial-banner .trial-meta { font-size: 12px; }

  /* Voices */
  .haruplus-voices { padding: clamp(48px, 14vw, 72px) clamp(16px, 5vw, 24px); }
  .haruplus-voices h2 { font-size: clamp(22px, 6vw, 28px); margin-bottom: 32px; }
  .haruplus-voices-grid { grid-template-columns: 1fr; gap: 16px; }
  .haruplus-voice-card { padding: clamp(24px, 6vw, 32px) clamp(20px, 5vw, 24px); }

  /* FAQ */
  .haruplus-faq { padding: clamp(48px, 14vw, 72px) clamp(16px, 5vw, 24px); }
  .haruplus-faq h2 { margin-bottom: 32px; }
  .haruplus-faq-q { font-size: 15px; }
  .haruplus-faq-a { font-size: 14px; line-height: 2; }

  /* Closing */
  .haruplus-closing { padding: clamp(48px, 14vw, 72px) clamp(16px, 5vw, 24px) clamp(56px, 16vw, 80px); }
  .haruplus-closing-logo { width: clamp(100px, 30vw, 160px); height: clamp(100px, 30vw, 160px); margin-bottom: 28px; }
  .haruplus-closing h2 { font-size: clamp(22px, 6vw, 28px); }
  .haruplus-closing .closing-en { font-size: clamp(15px, 4vw, 18px); margin-bottom: 28px; }

  /* Subpage hero */
  .haruplus-sub-hero { padding: clamp(80px, 18vw, 100px) clamp(16px, 5vw, 24px) clamp(36px, 10vw, 48px); }
  .haruplus-sub-hero h1 { font-size: clamp(24px, 7vw, 32px); }

  /* Concept */
  .haruplus-concept-stories { padding: clamp(40px, 12vw, 60px) clamp(16px, 5vw, 24px); }
  .haruplus-concept-stories .haruplus-story-block { margin-bottom: 48px; }
  .haruplus-story-block { grid-template-columns: 1fr; gap: 24px; }
  .haruplus-story-block:nth-child(even) { direction: ltr; }
  .haruplus-story-text { padding: 0; }
  .haruplus-story-text h2 { font-size: clamp(20px, 5.5vw, 26px); }
  .haruplus-concept-origin { padding: clamp(40px, 12vw, 60px) clamp(16px, 5vw, 24px); }
  .haruplus-concept-values { padding: clamp(40px, 12vw, 60px) clamp(16px, 5vw, 24px); }
  .haruplus-values-grid { grid-template-columns: 1fr; gap: 20px; }
  .haruplus-value-item { padding: 24px; }
  .haruplus-concept-quote { padding: clamp(40px, 12vw, 60px) clamp(16px, 5vw, 24px); }
  .haruplus-concept-quote blockquote { font-size: clamp(18px, 5vw, 24px); }

  /* Science deep */
  .haruplus-science-deep { padding: clamp(40px, 12vw, 60px) clamp(16px, 5vw, 24px); }
  .haruplus-science-section { margin-bottom: 60px; }
  .haruplus-science-section-header { grid-template-columns: 1fr; gap: 12px; }
  .haruplus-science-section-header .big-num { font-size: 44px; }
  .haruplus-science-section-header h3 { font-size: 17px; }
  .haruplus-science-content { padding-left: 0; }
  .haruplus-science-content p { font-size: 14px; }
  .haruplus-science-kv { grid-template-columns: 1fr; gap: 12px; }
  .haruplus-science-kv-card { padding: 20px; }
  .haruplus-science-kv-card .kv-num { font-size: 32px; }
  .haruplus-ingredient-role { grid-template-columns: 1fr; gap: 12px; }
  .haruplus-evidence-timeline li { font-size: 14px; }
  .haruplus-evidence-box { padding: 20px; }
  .haruplus-comparison-table th,
  .haruplus-comparison-table td { padding: 10px 12px; font-size: 13px; }
  .haruplus-science-quote { font-size: 17px; padding: 28px 20px; }

  /* Product page */
  .haruplus-product-gallery { padding: clamp(40px, 12vw, 60px) clamp(16px, 5vw, 24px); }
  .haruplus-gallery-grid { grid-template-columns: 1fr; gap: 8px; margin-bottom: 40px; }
  .haruplus-product-detail { grid-template-columns: 1fr; gap: 32px; }
  .haruplus-product-detail h2 { font-size: clamp(22px, 6vw, 28px); }
  .haruplus-spec-table th { font-size: 13px; width: 100px; }
  .haruplus-spec-table td { font-size: 14px; }
  .haruplus-ingr-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
  .haruplus-ingr-card { padding: 20px 16px; }
  .haruplus-ingr-card .icon { font-size: 24px; margin-bottom: 10px; }
  .haruplus-ingr-card h4 { font-size: 14px; }
  .haruplus-ingr-card p { font-size: 13px; }

  /* Plan page */
  .haruplus-plan-section { padding: clamp(40px, 12vw, 60px) clamp(16px, 5vw, 24px); }
  .haruplus-plan-cards { grid-template-columns: 1fr; gap: 16px; }
  .haruplus-plan-card { padding: clamp(28px, 7vw, 40px) clamp(20px, 5vw, 28px); }
  .haruplus-plan-card .plan-features li { font-size: 13px; }
  .haruplus-price-card .plan-features li { font-size: 13px; }
  .haruplus-plan-journey { padding: clamp(40px, 12vw, 60px) clamp(16px, 5vw, 24px); }
  .haruplus-journey-steps { flex-direction: column; align-items: center; gap: 24px; }
  .haruplus-journey-step { max-width: none; width: 100%; }
  .haruplus-journey-step::after { display: none; }
  .haruplus-plan-guarantee { padding: clamp(40px, 12vw, 60px) clamp(16px, 5vw, 24px); }
  .haruplus-plan-guarantee-inner { padding: 32px 24px; }

  /* Contact */
  .haruplus-contact-hero { padding: clamp(80px, 18vw, 100px) clamp(16px, 5vw, 24px) clamp(28px, 8vw, 40px); }
  .haruplus-contact-hero h1 { font-size: clamp(24px, 7vw, 32px); }
  .haruplus-contact-form-section { padding: 0 clamp(16px, 5vw, 24px) clamp(40px, 12vw, 60px); }
  .haruplus-contact-line-banner { padding: clamp(28px, 7vw, 40px) clamp(16px, 5vw, 24px); }
  .haruplus-contact-line-heading { font-size: 17px; }

  /* Legal */
  .haruplus-legal-hero { padding: clamp(80px, 18vw, 100px) clamp(16px, 5vw, 24px) clamp(28px, 8vw, 40px); }
  .haruplus-legal-hero h1 { font-size: clamp(22px, 6vw, 30px); }
  .haruplus-legal-content { padding: clamp(28px, 8vw, 40px) clamp(16px, 5vw, 24px) clamp(40px, 12vw, 60px); }
  .haruplus-legal-content h2 { font-size: 15px; margin: 32px 0 12px; }
  .haruplus-legal-content p { font-size: 14px; }
  .haruplus-legal-content li { font-size: 14px; }
}



/* ==========================================================================
   HARU+ CUSTOM FOOTER — Integrated 4-column grid
   ========================================================================== */

.haruplus-custom-footer {
  background: var(--haruplus-charcoal);
  padding: 80px 40px 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.haruplus-custom-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Brand column */
.haruplus-cf-brand-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: rgba(255,255,255,.95);
  margin-bottom: 4px;
}
.haruplus-cf-brand-logo sup { font-size: 17px; vertical-align: super; }
.haruplus-cf-brand-tagline {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  letter-spacing: .04em;
  margin-bottom: 20px;
  line-height: 1.8;
}
.haruplus-cf-brand-tagline em {
  font-style: italic;
  font-family: 'EB Garamond', serif;
}
.haruplus-cf-brand-desc {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255,255,255,.45);
  margin-bottom: 24px;
}
.haruplus-cf-social {
  display: flex;
  gap: 12px;
}
.haruplus-cf-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.45);
  color: rgba(255,255,255,.85);
  transition: all .3s;
  text-decoration: none;
}
.haruplus-cf-social a:hover {
  border-color: rgba(255,255,255,.8);
  color: #fff;
  transform: scale(1.15);
}
.haruplus-cf-social a svg { fill: currentColor; }

/* Menu columns */
.haruplus-cf-col h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-weight: 400;
}
.haruplus-cf-col a {
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,.5);
  margin-bottom: 10px;
  transition: color .3s;
  text-decoration: none;
}
.haruplus-cf-col a:hover { color: #fff; }

/* --- Header language selector dropdown (disclosure) --- */
.haruplus-lp .header .disclosure__list-wrapper {
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.06) !important;
  background: var(--haruplus-white) !important;
}
.haruplus-lp .header .disclosure__link {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 14px !important;
  color: var(--haruplus-text) !important;
  padding: 8px 16px !important;
}
.haruplus-lp .header .disclosure__link[aria-current="true"],
.haruplus-lp .header .disclosure__item--active .disclosure__link {
  color: var(--haruplus-charcoal) !important;
  font-weight: 500 !important;
}
.haruplus-lp .header .disclosure__button {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 14px !important;
  color: var(--haruplus-text-light) !important;
  letter-spacing: .04em !important;
  border-color: rgba(0,0,0,.12) !important;
}
.haruplus-lp .header .disclosure__button:hover {
  color: var(--haruplus-charcoal) !important;
}

/* --- Header search icon — match policy page size --- */
.haruplus-lp .header__icon--search {
  width: 48px !important;
  height: 48px !important;
  padding: 8px !important;
  font-family: Assistant, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.6px !important;
  line-height: 0px !important;
  color: rgb(58, 58, 58) !important;
  -webkit-font-smoothing: antialiased !important;
}
.haruplus-lp .header__icon--search .svg-wrapper {
  width: 22px !important;
  height: 22px !important;
}
.haruplus-lp .header__icon--search .svg-wrapper svg {
  width: 65% !important;
  height: 65% !important;
}

/* --- Header search modal — match policy page style --- */
.haruplus-lp .search-modal__content {
  font-family: 'Noto Sans JP', sans-serif !important;
  background: var(--haruplus-white) !important;
}
.haruplus-lp .search-modal__form {
  max-width: 800px !important;
  margin: 0 auto !important;
}
.haruplus-lp .search-modal__form .field {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
}
.haruplus-lp .search-modal__form input[type="search"],
.haruplus-lp .search-modal__form .field__input {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 15px !important;
  color: var(--haruplus-charcoal) !important;
  letter-spacing: .04em !important;
  border: 1px solid var(--haruplus-charcoal) !important;
  background: var(--haruplus-white) !important;
  padding: 12px 48px 12px 16px !important;
  width: 100% !important;
}
.haruplus-lp .search-modal__form .field__button {
  position: absolute !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: auto !important;
  color: var(--haruplus-charcoal) !important;
}
.haruplus-lp .search-modal__form .field__label {
  left: 16px !important;
  color: var(--haruplus-charcoal) !important;
}
.haruplus-lp .search-modal__form .search__button {
  color: var(--haruplus-charcoal) !important;
}
.haruplus-lp .search-modal__close-button {
  color: var(--haruplus-charcoal) !important;
}

/* --- Header account icon — match policy page size --- */
.haruplus-lp .header__icon--account {
  width: 48px !important;
  height: 48px !important;
  padding: 8px !important;
  color: rgb(58, 58, 58) !important;
}
.haruplus-lp .header__icon--account .svg-wrapper {
  width: 22px !important;
  height: 22px !important;
}
.haruplus-lp .header__icon--account .svg-wrapper svg {
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================================
   DAWN FOOTER OVERRIDES — language + payment only
   ========================================================================== */

.haruplus-lp .footer {
  background: var(--haruplus-charcoal) !important;
  color: rgba(255,255,255,.5) !important;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 24px 40px 24px !important;
}
.haruplus-lp .shopify-section-group-footer-group {
  width: 100% !important;
}

/* Hide Dawn's menu blocks and brand block — custom ones above */
.haruplus-lp .footer__content-top {
  display: none !important;
}
.haruplus-lp .footer .footer-block--menu,
.haruplus-lp .footer .footer-block--brand,
.haruplus-lp .footer .footer-block--text,
.haruplus-lp .footer .footer-block--newsletter {
  display: none !important;
}

/* Hide Dawn copyright */
.haruplus-lp .footer__copyright,
.haruplus-lp .copyright__content {
  display: none !important;
}

/* Footer bottom — language + payment compact */
.haruplus-lp .footer__content-bottom {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.haruplus-lp .footer__content-bottom-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 8px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* Language selector */
.haruplus-lp .footer .localization-form__select,
.haruplus-lp .footer .localization-selector.link,
.haruplus-lp .footer .disclosure__button {
  color: rgba(255,255,255,.5) !important;
  border-color: rgba(255,255,255,.15) !important;
}
.haruplus-lp .footer .disclosure__button:hover {
  color: rgba(255,255,255,.85) !important;
}
.haruplus-lp .footer .disclosure__button span {
  color: rgba(255,255,255,.5) !important;
}
.haruplus-lp .footer .localization-form {
  color: rgba(255,255,255,.5) !important;
}
.haruplus-lp .footer .localization-form label,
.haruplus-lp .footer .localization-form h2 {
  color: rgba(255,255,255,.6) !important;
  font-size: 13px !important;
  letter-spacing: .1em !important;
  margin-bottom: 4px !important;
}

/* Payment icons */
.haruplus-lp .footer__payment {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 4px !important;
  color: rgba(255,255,255,.35) !important;
}
.haruplus-lp .footer__payment ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Responsive — mobile */
@media screen and (max-width: 749px) {
  .haruplus-custom-footer {
    padding: 48px clamp(16px, 5vw, 24px) 0;
  }
  .haruplus-custom-footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .haruplus-cf-brand { text-align: center; }
  .haruplus-cf-social { justify-content: center; }
  .haruplus-cf-col { text-align: center; }

  .haruplus-lp .footer {
    text-align: center !important;
    padding: 20px clamp(16px, 5vw, 24px) 16px !important;
  }
  .haruplus-lp .footer .localization-form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .haruplus-lp .footer__payment,
  .haruplus-lp .footer__payment ul {
    justify-content: center !important;
  }
  .haruplus-lp .footer__content-bottom-wrapper {
    justify-content: center !important;
  }
}

/* Responsive — tablet */
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .haruplus-custom-footer {
    padding: 60px 32px 0;
  }
  .haruplus-custom-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .haruplus-lp .footer {
    padding: 20px 32px 16px !important;
  }
}

/* ==========================================================================
   HARU+ FOOTER BOTTOM — Disclaimer + Copyright
   ========================================================================== */

.haruplus-footer-bottom-custom {
  background: var(--haruplus-charcoal);
  padding: 0 40px 40px;
  font-family: 'Noto Sans JP', sans-serif;
}
.haruplus-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 32px;
  text-align: center;
}
.haruplus-footer-disclaimer {
  font-size: 13px;
  color: rgba(255,255,255,.45);
  letter-spacing: .04em;
  margin-bottom: 16px;
  line-height: 1.8;
}
.haruplus-footer-copyright {
  font-size: 13px;
  color: rgba(255,255,255,.45);
  letter-spacing: .06em;
  line-height: 1.8;
}

@media screen and (max-width: 749px) {
  .haruplus-footer-bottom-custom {
    padding: 0 clamp(16px, 5vw, 24px) 32px;
  }
  .haruplus-footer-disclaimer,
  .haruplus-footer-copyright {
    font-size: 12px;
  }
}

/* ==========================================================================
   POLICY PAGES — Haru+ Design Skin
   These apply to Shopify's built-in policy templates when viewed
   under the theme.haruplus layout
   ========================================================================== */

.haruplus-lp .shopify-policy__container {
  max-width: 720px;
  margin: 0 auto;
  padding: 140px 40px 100px;
  font-family: 'Noto Sans JP', sans-serif;
}

.haruplus-lp .shopify-policy__title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(26px, 3.5vw, 38px) !important;
  font-weight: 300 !important;
  color: var(--haruplus-charcoal) !important;
  letter-spacing: .06em !important;
  text-align: center !important;
  margin-bottom: 48px !important;
}

.haruplus-lp .shopify-policy__body {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 15px !important;
  line-height: 2.2 !important;
  color: var(--haruplus-text) !important;
  letter-spacing: .04em !important;
}

.haruplus-lp .shopify-policy__body h2 {
  font-size: 17px !important;
  font-weight: 500 !important;
  color: var(--haruplus-charcoal) !important;
  margin: 48px 0 16px !important;
  letter-spacing: .06em !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(0,0,0,.06) !important;
}

.haruplus-lp .shopify-policy__body h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--haruplus-charcoal) !important;
  margin: 32px 0 12px !important;
}

.haruplus-lp .shopify-policy__body p {
  margin-bottom: 16px !important;
}

.haruplus-lp .shopify-policy__body ul,
.haruplus-lp .shopify-policy__body ol {
  padding-left: 20px !important;
  margin-bottom: 16px !important;
}

.haruplus-lp .shopify-policy__body li {
  font-size: 15px !important;
  line-height: 2 !important;
  color: var(--haruplus-text) !important;
  margin-bottom: 4px !important;
}

.haruplus-lp .shopify-policy__body a {
  color: var(--haruplus-charcoal) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
.haruplus-lp .shopify-policy__body a:hover {
  color: var(--haruplus-accent) !important;
}

/* --- Policy pages responsive --- */
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .haruplus-lp .shopify-policy__container {
    padding: 120px 32px 80px;
  }
  .haruplus-lp .footer {
    padding: 20px 32px 16px !important;
  }
}
@media screen and (max-width: 749px) {
  .haruplus-lp .shopify-policy__container {
    padding: clamp(80px, 18vw, 100px) clamp(16px, 5vw, 24px) clamp(40px, 12vw, 60px);
  }
  .haruplus-lp .shopify-policy__title {
    font-size: clamp(22px, 6vw, 30px) !important;
    margin-bottom: 32px !important;
  }
  .haruplus-lp .shopify-policy__body {
    font-size: 14px !important;
  }
  .haruplus-lp .footer {
    padding: 20px clamp(16px, 5vw, 24px) 16px !important;
  }
}

/* ==========================================================================
   PRODUCT PAGE FIXES — 2026-03-16
   以下をharuplus-lp.cssの末尾に追記
   ========================================================================== */

/* --- Fix 1: Sub-hero gradient background variant --- */
.haruplus-sub-hero--gradient {
  background: linear-gradient(175deg, #fafafa 0%, #f2f1ef 40%, #eae8e4 100%) !important;
  position: relative;
  overflow: hidden;
}

/* --- Fix 2: Sub-hero em (Premium) accent color --- */
.haruplus-sub-hero h1 em {
  color: var(--haruplus-accent);
  font-style: italic;
}

/* --- Fix 3: Gallery side images — match main image height --- */
.haruplus-gallery-side {
  grid-template-rows: 1fr 1fr;
}
.haruplus-gallery-side img {
  aspect-ratio: auto;
  height: 100%;
  object-fit: cover;
}

/* --- Fix 4: Product detail image — constrain height --- */
.haruplus-product-detail > div:last-child img {
  max-height: 480px;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* --- Responsive: phone --- */
@media screen and (max-width: 749px) {
  .haruplus-gallery-side img {
    aspect-ratio: 4/3;
    height: auto;
  }
  .haruplus-product-detail > div:last-child img {
    max-height: 320px;
  }
}

/* ==========================================================================
   CONTACT PAGE — Additional Styles (append to haruplus-lp.css)
   New elements only: radio group, email validation, LINE banner rich,
   complete screen note + button
   ========================================================================== */

/* --- Required note (new element) --- */
.haruplus-contact-required-note {
  font-size: 13px;
  color: var(--haruplus-text);
  margin-bottom: 32px;
  letter-spacing: .04em;
}
.haruplus-contact-required-note .req {
  color: var(--haruplus-error, #c0392b);
  margin-right: 4px;
}

/* --- Radio group (new element) --- */
.haruplus-contact-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}
.haruplus-contact-radio-group label {
  font-weight: 400;
  font-size: 15px;
  color: var(--haruplus-text);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  letter-spacing: .04em;
}
.haruplus-contact-radio-group input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--haruplus-silver, #b8b8b8);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: border-color .3s;
  margin: 0;
  padding: 0;
}
.haruplus-contact-radio-group input[type="radio"]:checked {
  border-color: var(--haruplus-charcoal);
}
.haruplus-contact-radio-group input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: var(--haruplus-charcoal);
  border-radius: 50%;
}

/* --- Consent checkbox — custom appearance (new element) ---
   Note: .haruplus-contact-consent layout is defined in haruplus-lp.css.
   Below adds only the custom checkbox appearance. */
.haruplus-contact-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--haruplus-silver, #b8b8b8);
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  margin-top: 1px;
  transition: border-color .3s;
  border-radius: 0;
  padding: 0;
}
.haruplus-contact-consent input[type="checkbox"]:checked {
  border-color: var(--haruplus-charcoal);
  background: var(--haruplus-charcoal);
}
.haruplus-contact-consent input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--haruplus-white);
  font-size: 12px;
}
.haruplus-contact-consent a {
  color: var(--haruplus-charcoal);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.haruplus-contact-consent a:hover {
  color: var(--haruplus-accent, #c5a882);
}

/* --- Email mismatch error (new element) --- */
.haruplus-contact-field-error {
  font-size: 13px;
  color: var(--haruplus-error, #c0392b);
  margin-top: 8px;
  letter-spacing: .04em;
}

/* --- LINE banner — rich version (new elements) --- */
.haruplus-contact-line-banner h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(17px, 2.5vw, 20px);
  font-weight: 400;
  color: var(--haruplus-charcoal);
  letter-spacing: .06em;
  line-height: 1.7;
  margin-bottom: 16px;
}
.haruplus-contact-line-banner p {
  font-size: 14px;
  color: var(--haruplus-text);
  line-height: 2;
  letter-spacing: .04em;
  margin-bottom: 20px;
}
.haruplus-line-banner-icon {
  margin-bottom: 20px;
}
.haruplus-line-banner-sub {
  font-size: 13px;
  color: var(--haruplus-text-light, #9a958e);
  margin-top: 24px;
  margin-bottom: 0;
}

/* --- Complete screen — note + button (new elements) --- */
.haruplus-contact-complete-note {
  font-size: 13px;
  color: var(--haruplus-text-light, #9a958e);
  margin-bottom: 36px;
  line-height: 1.8;
}
.haruplus-btn-outline {
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid var(--haruplus-charcoal);
  color: var(--haruplus-charcoal);
  font-family: inherit;
  font-size: 14px;
  letter-spacing: .14em;
  transition: all .3s;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
}
.haruplus-btn-outline:hover {
  background: var(--haruplus-charcoal);
  color: var(--haruplus-white);
}

/* --- Responsive: Phone --- */
@media screen and (max-width: 749px) {
  .haruplus-contact-radio-group label {
    font-size: 14px;
  }
  .haruplus-contact-line-banner h3 {
    font-size: 16px;
  }
  .haruplus-btn-outline {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* === Company page fixes (会社概要のみ) === */

/* ヒーロー上部の余白を確保（divider分） */
.haruplus-legal-hero {
  padding-top: 140px;
}

/* ヒーローとコンテンツの間隔を縮小 — 会社概要のみ */
.haruplus-legal-content {
  margin-top: -100px;
}

/* テーブル左列の太字を解除 */
.haruplus-legal-content th {
  font-weight: normal;
}

/* === Company table mobile optimization === */
@media (max-width: 749px) {
  .haruplus-legal-content table {
    display: block;
    width: 100%;
    border-collapse: collapse;
  }
  .haruplus-legal-content tbody {
    display: block;
  }
  .haruplus-legal-content tr {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
  }
  .haruplus-legal-content tr:last-child {
    border-bottom: none;
  }
  .haruplus-legal-content th,
  .haruplus-legal-content td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    text-align: left;
  }
  .haruplus-legal-content th {
    color: #999;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
  }
  .haruplus-legal-content td {
    font-size: 16px;
    line-height: 1.7;
  }
}


