/*
Theme Name: Diet Meal LP
Author: Codex
Description: ダイエット食・宅配食のアフィリエイト紹介に特化した、3商品対応のランディングページテーマです。
Version: 1.0.5
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diet-meal-lp
Tags: one-column, custom-logo, featured-images, theme-options, accessibility-ready
*/

:root {
	--ink: #243129;
	--muted: #677169;
	--green: #2e6044;
	--green-dark: #1f4632;
	--sage: #dce8d7;
	--sage-soft: #eef4eb;
	--cream: #fbf8f1;
	--paper: #fffdf8;
	--coral: #e87962;
	--coral-dark: #c95e4a;
	--gold: #c7a45c;
	--line: rgba(46, 96, 68, .18);
	--shadow: 0 24px 70px rgba(35, 55, 42, .12);
	--radius: 28px;
	--container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 900px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: #fff; color: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #f1a18e; outline-offset: 4px; }

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: rgba(255, 253, 248, .93);
	border-bottom: 1px solid rgba(46, 96, 68, .1);
	backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--green-dark); text-decoration: none; margin-right: auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 50% 50% 12px; background: var(--green); color: #fff; font: 700 25px/1 Georgia, serif; }
.brand strong { display: block; font-family: Georgia, "Yu Mincho", serif; font-size: 19px; letter-spacing: .04em; line-height: 1.15; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.custom-logo { max-height: 54px; width: auto; }
.header-nav { display: flex; gap: 28px; }
.header-nav a { position: relative; font-size: 13px; font-weight: 700; text-decoration: none; }
.header-nav a::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.header-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { padding: 10px 20px; border-radius: 100px; background: var(--green); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 18% 12%, rgba(220,232,215,.8), transparent 29%), linear-gradient(100deg, var(--cream) 0 54%, #e7eee2 54%); }
.hero::before { content: "GOOD FOOD"; position: absolute; left: -16px; bottom: -64px; color: rgba(46, 96, 68, .045); font: 900 clamp(90px, 14vw, 210px)/.8 Arial, sans-serif; letter-spacing: -.06em; white-space: nowrap; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(42px, 6vw, 88px); align-items: center; padding-block: 72px 96px; }
.hero-copy { max-width: 575px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.eyebrow span { width: 34px; height: 1px; background: var(--coral); }
.hero h1 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-size: clamp(40px, 4.4vw, 65px); font-weight: 600; line-height: 1.38; letter-spacing: -.045em; }
.hero h1 em { position: relative; color: var(--green); font-style: normal; z-index: 0; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; right: 0; bottom: .08em; left: 0; height: .25em; background: rgba(232, 121, 98, .34); transform: rotate(-1deg); }
.hero-lead { max-width: 530px; margin: 25px 0 31px; color: #59645c; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { min-height: 58px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 13px 29px; border: 0; border-radius: 8px; background: var(--coral); box-shadow: 0 12px 30px rgba(201, 94, 74, .22); color: #fff; font-size: 15px; font-weight: 800; line-height: 1.4; text-align: center; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--coral-dark); box-shadow: 0 15px 35px rgba(201, 94, 74, .3); }
.button span { font-size: 18px; }
.text-link { color: var(--green); font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.trust-list { display: flex; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.trust-list span { width: 20px; height: 20px; display: inline-grid; place-items: center; margin-right: 4px; border-radius: 50%; background: var(--sage); color: var(--green); }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: -22px 20px 25px -24px; border: 1px solid rgba(46,96,68,.25); border-radius: 46% 54% 48% 52% / 58% 42% 58% 42%; transform: rotate(3deg); }
.hero-visual > img { width: 100%; aspect-ratio: 1.12; object-fit: cover; object-position: 62% center; border-radius: 48% 52% 45% 55% / 58% 44% 56% 42%; box-shadow: var(--shadow); }
.hero-card { position: absolute; left: -48px; bottom: 42px; min-width: 205px; padding: 22px 25px; background: rgba(255,253,248,.94); border-left: 4px solid var(--coral); box-shadow: 0 15px 42px rgba(30,60,40,.16); }
.hero-card span { display: block; margin-bottom: 7px; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.hero-card strong { font-family: "Yu Mincho", Georgia, serif; font-size: 21px; line-height: 1.55; }
.hero-seal { position: absolute; top: -18px; right: -15px; width: 104px; height: 104px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--green); box-shadow: 0 7px 24px rgba(31,70,50,.22); color: #fff; text-align: center; }
.hero-seal::after { content: ""; position: absolute; inset: 6px; border: 1px dashed rgba(255,255,255,.48); border-radius: inherit; }
.hero-seal small, .hero-seal span { position: relative; z-index: 1; font-size: 8px; font-weight: 800; letter-spacing: .12em; line-height: 1; }
.hero-seal strong { position: relative; z-index: 1; font: 400 35px/1 Georgia, serif; }
.hero-scroll { position: absolute; z-index: 2; bottom: 28px; left: 28px; display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .18em; transform: rotate(-90deg); transform-origin: left center; }
.hero-scroll span { width: 44px; height: 1px; background: var(--green); }

.disclosure { background: var(--green-dark); color: rgba(255,255,255,.8); font-size: 12px; }
.disclosure .container { display: flex; align-items: center; gap: 13px; min-height: 46px; }
.disclosure strong { padding: 2px 9px; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; color: #fff; font-size: 10px; letter-spacing: .14em; }
.quick-nav { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 8px 25px rgba(35,55,42,.05); }
.quick-nav-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-nav a { min-height: 85px; display: flex; justify-content: center; align-items: center; gap: 12px; padding: 15px; border-right: 1px solid var(--line); text-decoration: none; }
.quick-nav a:first-child { border-left: 1px solid var(--line); }
.quick-nav small { color: var(--coral); font: italic 19px/1 Georgia, serif; }
.quick-nav span { font-size: 13px; font-weight: 800; }

.section { padding-block: clamp(82px, 9vw, 132px); }
.section-heading { max-width: 790px; margin: 0 auto 56px; text-align: center; }
.section-heading-left { max-width: none; margin-left: 0; text-align: left; }
.section-kicker { margin: 0 0 13px; color: var(--coral); font: 700 11px/1.4 Georgia, serif; letter-spacing: .24em; }
.section-heading h2 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-size: clamp(32px, 4vw, 49px); font-weight: 600; line-height: 1.5; letter-spacing: -.03em; }
.section-heading h2 em { color: var(--green); font-style: normal; }
.section-heading > p:last-child { max-width: 660px; margin: 18px auto 0; color: var(--muted); font-size: 15px; }
.section-heading-left > p:last-child { margin-left: 0; }

.guide-section { background: var(--sage-soft); }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.guide-card { position: relative; min-height: 345px; padding: 44px 37px 35px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.83); box-shadow: 0 15px 40px rgba(35,55,42,.05); }
.guide-card-accent { transform: translateY(-16px); background: var(--green); border-color: var(--green); color: #fff; box-shadow: 0 20px 50px rgba(31,70,50,.2); }
.guide-number { position: absolute; top: 18px; right: 24px; color: rgba(46,96,68,.15); font: italic 43px/1 Georgia, serif; }
.guide-card-accent .guide-number { color: rgba(255,255,255,.17); }
.guide-icon { width: 65px; height: 65px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 50%; background: var(--sage); color: var(--green); font: 600 25px/1 Georgia, serif; }
.guide-card-accent .guide-icon { background: rgba(255,255,255,.13); color: #fff; }
.guide-card h3 { margin: 0 0 12px; font-family: "Yu Mincho", Georgia, serif; font-size: 23px; }
.guide-card p { margin: 0; color: var(--muted); font-size: 14px; }
.guide-card-accent p { color: rgba(255,255,255,.74); }
.guide-card > strong { position: absolute; right: 28px; bottom: 20px; color: var(--coral); font: 700 9px/1 Georgia, serif; letter-spacing: .15em; }
.guide-card-accent > strong { color: rgba(255,255,255,.55); }

.compare-section { background: var(--paper); }
.ad-slot { position: relative; display: grid; place-items: center; padding: 23px; overflow: hidden; border: 1px dashed rgba(46,96,68,.3); border-radius: 10px; background: linear-gradient(135deg, #f8f4e9, #f2f6ef); text-align: center; }
.ad-slot img { max-width: 100%; height: auto; margin: auto; }
.ad-label { position: absolute; top: 8px; left: 10px; padding: 2px 7px; border-radius: 3px; background: rgba(46,96,68,.1); color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.ad-slot-wide { min-height: 180px; margin-bottom: 30px; }
.ad-placeholder { display: grid; gap: 4px; color: #819086; }
.ad-placeholder strong { color: var(--green); font-size: 14px; }
.ad-placeholder span { font-size: 12px; }
.ad-placeholder small { font-size: 10px; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 40px rgba(35,55,42,.06); background: #fff; }
.comparison-table { width: 100%; min-width: 840px; border-collapse: collapse; font-size: 13px; }
.comparison-table th, .comparison-table td { padding: 20px 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.comparison-table thead th { background: var(--green); color: #fff; font-size: 11px; letter-spacing: .06em; }
.comparison-table tbody th { max-width: 220px; background: #f6f8f4; text-align: left; }
.comparison-table tr:last-child > * { border-bottom: 0; }
.comparison-table tr > *:last-child { border-right: 0; }
.comparison-table a { color: var(--coral-dark); font-weight: 800; text-underline-offset: 4px; }
.table-rank { width: 28px; height: 28px; display: inline-grid; place-items: center; margin-right: 8px; border-radius: 50%; background: var(--coral); color: #fff; font: 700 13px/1 Georgia, serif; }

.products-section { position: relative; overflow: hidden; background: var(--cream); }
.products-section::before { content: "SELECTION"; position: absolute; top: 180px; left: -40px; color: rgba(46,96,68,.035); font: 900 170px/1 Arial, sans-serif; letter-spacing: -.08em; transform: rotate(90deg); transform-origin: left bottom; }
.products-list { display: grid; gap: 62px; }
.product-card { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.product-card:nth-child(even) .product-media { order: 2; }
.product-card:nth-child(even) .product-content { order: 1; }
.product-media { position: relative; min-height: 560px; overflow: hidden; background: #fff; }
.product-media > img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: #fff; }
.product-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(46,96,68,.08); pointer-events: none; }
.rank-badge { position: absolute; z-index: 2; top: 0; left: 0; width: 105px; height: 112px; display: grid; place-content: center; background: var(--green); color: #fff; text-align: center; }
.rank-badge small { font-size: 8px; letter-spacing: .16em; }
.rank-badge strong { font: italic 44px/1 Georgia, serif; }
.product-label { position: absolute; z-index: 2; right: 20px; bottom: 18px; padding: 8px 17px; border-radius: 100px; background: rgba(255,253,248,.94); color: var(--green); font-size: 12px; font-weight: 800; }
.image-placeholder { min-height: 560px; display: grid; place-content: center; gap: 7px; color: var(--green); text-align: center; }
.image-placeholder small { color: var(--muted); }
.product-content { padding: clamp(38px, 5vw, 68px); align-self: center; }
.product-index { margin: 0 0 7px; color: var(--coral); font: 700 10px/1.4 Georgia, serif; letter-spacing: .19em; }
.product-content h3 { margin: 0 0 13px; color: var(--green-dark); font-family: "Yu Mincho", Georgia, serif; font-size: clamp(29px, 3.1vw, 42px); line-height: 1.4; }
.product-sales-point { margin: 0 0 25px; font-family: "Yu Mincho", Georgia, serif; font-size: 19px; font-weight: 700; line-height: 1.65; }
.product-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 24px; border-block: 1px solid var(--line); }
.product-facts > div { padding: 15px 12px; border-right: 1px solid var(--line); }
.product-facts > div:first-child { padding-left: 0; }
.product-facts > div:last-child { border-right: 0; }
.product-facts small { display: block; margin-bottom: 5px; color: var(--coral); font: 700 8px/1.3 Georgia, serif; letter-spacing: .09em; }
.product-facts strong { display: block; font-size: 12px; line-height: 1.55; }
.feature-list { display: grid; gap: 8px; margin: 0 0 23px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 29px; font-size: 14px; font-weight: 700; }
.feature-list span { position: absolute; top: 4px; left: 0; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 11px; }
.product-description { margin-bottom: 20px; color: var(--muted); font-size: 13px; }
.product-description > *:first-child { margin-top: 0; }
.product-description > *:last-child { margin-bottom: 0; }
.recommended { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; padding: 11px 14px; border-radius: 6px; background: var(--sage-soft); font-size: 12px; font-weight: 700; }
.recommended span { flex: 0 0 auto; color: var(--green); font-size: 10px; }
.product-button { width: 100%; }
.button-disabled { background: #a3aaa5; box-shadow: none; cursor: default; }
.button-disabled:hover { background: #a3aaa5; box-shadow: none; transform: none; }
.cta-note { display: block; margin-top: 9px; color: var(--muted); font-size: 10px; text-align: center; }
.product-ad { grid-column: 1 / -1; min-height: 155px; margin: 0 26px 26px; }
.product-ad > a:not(:has(img)) { display: inline-flex; justify-content: center; align-items: center; min-width: min(100%, 320px); min-height: 52px; padding: 12px 26px; border-radius: 7px; background: var(--green); box-shadow: 0 10px 25px rgba(31,70,50,.18); color: #fff; font-weight: 800; text-decoration: none; transition: background .2s, transform .2s; }
.product-ad > a:not(:has(img)):hover { background: var(--green-dark); transform: translateY(-2px); }

.editorial-section { background: var(--green-dark); color: #fff; }
.editorial-box { position: relative; padding: clamp(42px, 7vw, 75px); border: 1px solid rgba(255,255,255,.2); }
.editorial-box::before, .editorial-box::after { content: ""; position: absolute; width: 36px; height: 36px; }
.editorial-box::before { top: -1px; left: -1px; border-top: 3px solid var(--coral); border-left: 3px solid var(--coral); }
.editorial-box::after { right: -1px; bottom: -1px; border-right: 3px solid var(--coral); border-bottom: 3px solid var(--coral); }
.editorial-box h2 { margin: 0 0 38px; font-family: "Yu Mincho", Georgia, serif; font-size: clamp(32px, 4.5vw, 52px); line-height: 1.45; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.policy-grid p { margin: 0; }
.policy-grid strong { display: block; margin-bottom: 9px; color: #fff; font-family: "Yu Mincho", Georgia, serif; }
.policy-grid span { display: block; color: rgba(255,255,255,.66); font-size: 12px; }

.faq-section { background: var(--paper); }
.faq-list { display: grid; gap: 13px; }
.faq-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(35,55,42,.04); }
.faq-item summary { position: relative; display: flex; align-items: center; gap: 18px; padding: 23px 58px 23px 24px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 24px; color: var(--coral); font: 300 28px/1 Arial, sans-serif; }
.faq-item[open] summary::after { content: "−"; }
.faq-item summary span { color: var(--coral); font: italic 20px/1 Georgia, serif; letter-spacing: .05em; }
.faq-answer { display: flex; gap: 17px; padding: 0 28px 24px 74px; color: var(--muted); font-size: 14px; }
.faq-answer strong { color: var(--green); font: 700 21px/1.5 Georgia, serif; }
.faq-answer p { margin: 0; }

.final-cta { position: relative; padding-block: 96px; overflow: hidden; background: linear-gradient(115deg, #dfeada, #f3ead9); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(46,96,68,.16); }
.final-cta::before { width: 360px; height: 360px; top: -170px; left: -90px; }
.final-cta::after { width: 430px; height: 430px; right: -180px; bottom: -280px; }
.final-cta .container { position: relative; z-index: 1; }
.final-cta p { margin: 0 0 12px; color: var(--coral-dark); font: 700 10px/1 Georgia, serif; letter-spacing: .2em; }
.final-cta h2 { margin: 0 0 27px; color: var(--green-dark); font-family: "Yu Mincho", Georgia, serif; font-size: clamp(32px, 4.5vw, 52px); line-height: 1.5; }
.button-light { background: var(--green); box-shadow: 0 12px 30px rgba(31,70,50,.2); }
.button-light:hover { background: var(--green-dark); }

.site-footer { padding-block: 60px 25px; background: #172b20; color: rgba(255,255,255,.64); }
.footer-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.footer-brand { color: #fff; font-family: Georgia, "Yu Mincho", serif; font-size: 24px; }
.footer-grid p { margin: 7px 0 0; font-size: 12px; }
.footer-note { padding-left: 35px; border-left: 1px solid rgba(255,255,255,.15); }
.footer-note p { line-height: 1.8; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.footer-bottom ul { display: flex; gap: 20px; margin: 0; padding: 0; list-style: none; }
.footer-bottom a { text-underline-offset: 3px; }
.mobile-sticky { display: none; }
.content-page { min-height: 60vh; padding-block: 90px; }
.content-page h1 { font-family: "Yu Mincho", Georgia, serif; font-size: clamp(36px, 5vw, 55px); }
.content-page img { border-radius: 15px; }

.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.guide-grid [data-reveal]:nth-child(2) { transition-delay: .1s; }
.guide-grid [data-reveal]:nth-child(3) { transition-delay: .2s; }

@media (max-width: 980px) {
	.header-nav { display: none; }
	.hero { min-height: auto; background: radial-gradient(circle at 18% 12%, rgba(220,232,215,.8), transparent 29%), var(--cream); }
	.hero-inner { grid-template-columns: 1fr; padding-block: 62px 80px; }
	.hero-copy { max-width: 680px; }
	.hero-visual { width: min(90%, 650px); margin-inline: auto; }
	.hero-card { left: -25px; }
	.guide-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
	.guide-card { min-height: 290px; }
	.guide-card-accent { transform: none; }
	.product-card { grid-template-columns: 1fr; max-width: 780px; margin-inline: auto; }
	.product-card:nth-child(even) .product-media, .product-card:nth-child(even) .product-content { order: initial; }
	.product-media { min-height: auto; aspect-ratio: 4 / 3; }
	.product-ad { grid-column: auto; }
}

@media (max-width: 720px) {
	body { padding-bottom: 64px; font-size: 15px; }
	.container, .narrow { width: min(calc(100% - 34px), var(--container)); }
	.header-inner { min-height: 66px; }
	.brand small { display: none; }
	.brand strong { font-size: 16px; }
	.brand-mark { width: 36px; height: 36px; font-size: 21px; }
	.header-cta { display: none; }
	.hero-inner { gap: 48px; padding-block: 52px 76px; }
	.hero h1 { font-size: clamp(34px, 10vw, 46px); }
	.hero-lead { font-size: 14px; }
	.hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
	.hero-actions .button { width: 100%; }
	.text-link { text-align: center; }
	.trust-list { justify-content: center; gap: 8px; font-size: 9px; }
	.hero-visual { width: 100%; }
	.hero-card { left: -8px; bottom: 22px; min-width: 165px; padding: 16px 18px; }
	.hero-card strong { font-size: 17px; }
	.hero-seal { width: 84px; height: 84px; right: -6px; }
	.hero-seal strong { font-size: 29px; }
	.hero-scroll { display: none; }
	.disclosure .container { align-items: flex-start; padding-block: 9px; line-height: 1.6; }
	.quick-nav { overflow-x: auto; }
	.quick-nav-inner { width: 680px; grid-template-columns: repeat(4, 170px); }
	.quick-nav a { min-height: 72px; }
	.section { padding-block: 76px; }
	.section-heading { margin-bottom: 42px; }
	.section-heading h2 { font-size: 31px; }
	.guide-card { padding: 38px 28px 32px; }
	.ad-slot-wide { min-height: 150px; }
	.product-card { border-radius: 18px; }
	.product-content { padding: 34px 24px 39px; }
	.product-sales-point { font-size: 17px; }
	.product-facts { grid-template-columns: 1fr; }
	.product-facts > div, .product-facts > div:first-child { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
	.product-facts > div:last-child { border-bottom: 0; }
	.product-ad { min-height: 135px; margin: 0 14px 14px; padding: 28px 15px 20px; }
	.rank-badge { width: 80px; height: 86px; }
	.rank-badge strong { font-size: 35px; }
	.policy-grid { grid-template-columns: 1fr; }
	.editorial-box { padding: 40px 26px; }
	.faq-item summary { align-items: flex-start; gap: 12px; padding: 20px 49px 20px 18px; font-size: 14px; }
	.faq-answer { padding: 0 21px 22px; }
	.final-cta { padding-block: 76px; }
	.footer-grid { grid-template-columns: 1fr; gap: 30px; }
	.footer-note { padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
	.footer-bottom { align-items: flex-start; flex-direction: column; gap: 15px; }
	.mobile-sticky { position: fixed; z-index: 99; right: 0; bottom: 0; left: 0; min-height: 64px; display: flex; justify-content: center; align-items: center; gap: 9px; padding: 10px 18px; background: var(--coral); box-shadow: 0 -6px 25px rgba(35,55,42,.17); color: #fff; font-size: 14px; font-weight: 900; text-decoration: none; }
	.mobile-sticky > span:first-child { display: block; font-size: 9px; font-weight: 600; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
	.js [data-reveal] { opacity: 1; transform: none; }
}
