@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #173a67;
  --muted: #617590;
  --blue: #1454a4;
  --blue-deep: #0c397c;
  --blue-soft: #dff1ff;
  --blue-pale: #f4fbff;
  --line: #d7e7f4;
  --cream: #fff9ed;
  --white: #fff;
  --shadow: 0 24px 70px rgba(24, 74, 127, .12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --sans: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  --display: 'DM Sans', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--blue-pale); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.announcement { min-height: 34px; padding: 5px 5vw; display: flex; align-items: center; justify-content: center; gap: 28px; color: #dff1ff; background: var(--blue-deep); font-size: 12px; letter-spacing: .08em; }
.announcement p { margin: 0; }
.announcement a { color: #fff; opacity: .9; transition: opacity .2s ease; }
.announcement a:hover { opacity: 1; }

.site-header { width: min(1140px, calc(100% - 48px)); height: 74px; margin: 20px auto 0; padding: 10px 16px 10px 18px; display: flex; align-items: center; gap: 34px; position: relative; z-index: 5; border: 1px solid rgba(215, 231, 244, .92); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 12px 34px rgba(42, 90, 135, .08); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--blue); color: #fff; }
.brand-mark svg { width: 31px; height: 31px; fill: currentColor; }
.brand-mark svg path:last-of-type { fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; }
.brand-mark svg circle { fill: var(--blue); }
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand strong { font-size: 15px; letter-spacing: .06em; }
.brand small { margin-top: 3px; color: var(--muted); font: 600 9px/1 var(--display); letter-spacing: .18em; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 13px; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--blue); }
.header-cta { padding: 9px 14px 9px 17px; display: inline-flex; align-items: center; gap: 12px; border-radius: 9px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.header-cta:hover { background: var(--blue-deep); transform: translateY(-1px); }
.header-cta span { font-size: 16px; line-height: 1; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--blue); }

.hero { min-height: 640px; padding: 82px 0 94px; display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 62px; }
.hero-copy { padding-bottom: 20px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--blue); font: 700 11px/1.2 var(--display); letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: #69b9e7; box-shadow: 0 0 0 5px rgba(105,185,231,.17); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.24; letter-spacing: -.04em; }
h1 { margin-bottom: 26px; font-size: clamp(42px, 5vw, 70px); font-weight: 800; }
h1 em, h2 span { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 520px; margin-bottom: 31px; color: #58708c; font-size: 16px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { min-height: 48px; padding: 11px 18px 11px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border-radius: 10px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button span { font-size: 19px; line-height: 1; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 20px rgba(20,84,164,.18); }
.button-primary:hover { background: var(--blue-deep); box-shadow: 0 14px 26px rgba(20,84,164,.23); transform: translateY(-2px); }
.button-white { color: var(--blue); background: #fff; }
.button-white:hover { box-shadow: 0 12px 28px rgba(3, 36, 89, .15); transform: translateY(-2px); }
.text-link, .card-link, .product-link { color: var(--blue); font-size: 13px; font-weight: 700; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid #9bc8e7; }
.text-link span, .card-link span, .product-link span { margin-left: 7px; font-size: 16px; }
.hero-meta { margin-top: 46px; display: flex; flex-wrap: wrap; gap: 13px 23px; color: #7b8ea5; font-size: 11px; }
.hero-meta strong { margin-right: 5px; color: var(--blue); font: 700 11px var(--display); }
.hero-visual { position: relative; padding: 11px 18px 0 0; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: 32px; background: #d9edf9; box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ''; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(17,62,110,.08)); pointer-events: none; }
.hero-image-wrap img { width: 100%; aspect-ratio: 1 / 1.09; object-fit: cover; object-position: center; }
.image-badge { position: absolute; top: 22px; left: 22px; width: 82px; height: 82px; display: grid; place-content: center; gap: 1px; border-radius: 50%; color: #fff; background: var(--blue); font: 700 10px/1.2 var(--display); letter-spacing: .06em; text-align: center; text-transform: uppercase; transform: rotate(-8deg); box-shadow: 0 10px 22px rgba(20,84,164,.19); }
.badge-star { display: block; font-size: 19px; line-height: 1; }
.visual-note { margin: 15px 0 0; padding-left: 4px; color: #7891aa; font-size: 11px; letter-spacing: .05em; }
.visual-note span { margin-right: 14px; color: var(--blue); font: 700 10px var(--display); letter-spacing: .14em; }

.blue-strip { color: #fff; background: var(--blue); }
.strip-inner { min-height: 83px; display: flex; align-items: center; gap: 24px; }
.strip-inner p { margin: 0; font-size: 14px; font-weight: 600; letter-spacing: .08em; }
.strip-small { color: #b8d9f0; font: 500 11px var(--display); letter-spacing: .07em; }
.strip-line { width: 42px; height: 1px; background: #a5cbe7; }

.origin-story { padding-top: 112px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 68px; align-items: start; }
.origin-intro { max-width: 420px; }
.origin-intro h2 { margin-bottom: 20px; font-size: clamp(31px, 3.5vw, 45px); font-weight: 800; }
.origin-intro > p:last-child { color: var(--muted); font-size: 14px; line-height: 2; }
.origin-timeline { border-top: 1px solid var(--line); }
.origin-step { padding: 23px 0 22px; display: grid; grid-template-columns: 43px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.origin-no { color: #84afd0; font: 700 11px var(--display); letter-spacing: .1em; }
.origin-step h3 { margin: -3px 0 7px; font-size: 19px; }
.origin-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.origin-quote { grid-column: 1 / -1; padding: 27px 31px 25px; border: 1px solid #a9d1e9; border-radius: var(--radius-md); background: #e8f6ff; }
.origin-quote p { margin-bottom: 7px; color: var(--blue); font-size: 14px; font-weight: 700; }
.origin-quote strong { display: block; color: var(--blue-deep); font-size: 21px; letter-spacing: -.03em; }
.origin-quote small { display: block; margin-top: 7px; color: #66839c; font-size: 12px; line-height: 1.8; }

.reasons, .products, .quality, .steps, .faq, .contact { padding-top: 125px; }
.section-heading { max-width: 670px; }
.section-kicker { margin-bottom: 16px; }
.section-heading h2, .faq h2 { margin-bottom: 20px; font-size: clamp(32px, 4vw, 50px); font-weight: 800; }
.section-heading > p:last-child, .section-side-note { color: var(--muted); font-size: 14px; line-height: 1.9; }
.reason-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reason-card { min-height: 330px; padding: 27px 28px 25px; position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius-md); }
.reason-card-blue { color: #fff; background: var(--blue); box-shadow: 0 18px 40px rgba(20,84,164,.18); }
.reason-card-white { background: #fff; border: 1px solid var(--line); }
.reason-card-cream { background: var(--cream); }
.reason-index { position: absolute; top: 26px; right: 28px; color: #96bad9; font: 700 12px var(--display); letter-spacing: .06em; }
.reason-card-blue .reason-index { color: #a8d6f5; }
.reason-icon { width: 59px; height: 59px; margin: 9px 0 24px; position: relative; border-radius: 50%; background: rgba(116,199,238,.25); }
.reason-card-white .reason-icon { background: var(--blue-soft); }
.reason-card-cream .reason-icon { background: #f6e8c5; }
.icon-bowl span { width: 30px; height: 18px; position: absolute; left: 15px; top: 19px; border: 3px solid #fff; border-top: 0; border-radius: 0 0 18px 18px; }
.icon-bowl::before { content: ''; width: 34px; height: 3px; position: absolute; left: 13px; top: 17px; border-radius: 4px; background: #fff; }
.icon-bowl::after { content: ''; width: 5px; height: 5px; position: absolute; left: 28px; top: 9px; border-radius: 50%; background: #fff; box-shadow: 9px 2px 0 #fff; }
.icon-sun::before { content: ''; width: 19px; height: 19px; position: absolute; left: 20px; top: 19px; border: 3px solid var(--blue); border-radius: 50%; }
.icon-sun::after { content: ''; width: 39px; height: 39px; position: absolute; left: 10px; top: 9px; border: 2px dotted var(--blue); border-radius: 50%; }
.icon-leaf::before { content: ''; width: 25px; height: 17px; position: absolute; left: 18px; top: 20px; border: 3px solid #c18d31; border-radius: 100% 0 100% 0; transform: rotate(-23deg); }
.icon-leaf::after { content: ''; width: 3px; height: 25px; position: absolute; left: 29px; top: 24px; background: #c18d31; transform: rotate(36deg); border-radius: 3px; }
.reason-card h3 { margin-bottom: 12px; font-size: 23px; }
.reason-card p { margin-bottom: 25px; color: #d6eafa; font-size: 13px; line-height: 1.9; }
.reason-card-white p, .reason-card-cream p { color: var(--muted); }
.reason-card .card-link { margin-top: auto; }
.reason-card-blue .card-link { color: #fff; }

.section-heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-side-note { margin: 0 8px 5px 0; text-align: right; }
.product-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { overflow: hidden; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.featured-product { border-color: #add3ec; }
.product-topline { padding: 17px 21px 0; display: flex; align-items: center; justify-content: space-between; }
.product-label { color: var(--blue); font: 700 10px var(--display); letter-spacing: .16em; }
.product-label-muted { color: #84a0b9; }
.product-number { color: #9db3c7; font: 600 10px var(--display); letter-spacing: .08em; }
.product-illustration { height: 183px; margin: 0 12px; position: relative; overflow: hidden; border-radius: 12px; background: linear-gradient(135deg, #f5fbff, #e6f4fc); }
.featured-product .product-illustration { background: linear-gradient(135deg, #e2f4ff, #bfdff2); }
.size-panel { padding: 22px 24px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.size-panel-blue { color: #fff; background: linear-gradient(135deg, #1454a4, #5fa9d5) !important; }
.size-panel-cream { background: linear-gradient(135deg, #fffaf0, #f7e3b4) !important; }
.size-panel > strong { margin-left: 5px; font: 800 60px/.9 var(--display); letter-spacing: -.08em; }
.size-panel > span { margin: -2px 0 0 8px; font-size: 16px; font-weight: 700; }
.size-panel > small { margin-left: 8px; font: 700 10px var(--display); letter-spacing: .18em; opacity: .84; }
.size-row { min-height: 36px; padding: 7px 9px; display: flex; align-items: center; gap: 11px; border-radius: 8px; background: rgba(255,255,255,.72); }
.size-row b { min-width: 31px; color: var(--blue); font: 800 15px var(--display); letter-spacing: .04em; }
.size-row span { color: #58718d; font-size: 11px; }
.size-note { margin: 4px 0 0 4px; color: #8f7344; font-size: 10px; }
.packet { position: absolute; bottom: 20px; border-radius: 7px 7px 11px 11px; box-shadow: 0 14px 16px rgba(38,91,133,.12); transform: rotate(-9deg); }
.packet::before { content: ''; width: 68%; height: 4px; position: absolute; left: 16%; top: 11px; border-top: 2px solid rgba(20,84,164,.35); border-bottom: 2px solid rgba(20,84,164,.16); }
.packet::after { content: '✳'; position: absolute; left: 50%; top: 50%; color: rgba(20,84,164,.5); font-size: 20px; transform: translate(-50%,-50%); }
.packet-white { width: 76px; height: 110px; left: 83px; background: #fff; transform: rotate(-9deg); }
.packet-blue { width: 68px; height: 98px; left: 135px; background: var(--blue); transform: rotate(9deg); }
.packet-blue::after { color: #fff; }
.packet-mini { width: 56px; height: 82px; left: 54px; background: #fff; transform: rotate(-25deg); }
.illustration-pouch { background: linear-gradient(135deg,#f4f8fc,#e8edf3); }
.big-pouch { width: 117px; height: 140px; position: absolute; left: 50%; bottom: 4px; border-radius: 10px 10px 16px 16px; background: #fff; box-shadow: 0 19px 23px rgba(37,73,102,.14); transform: translateX(-50%) rotate(4deg); }
.big-pouch::before { content: ''; width: 72%; height: 5px; position: absolute; left: 14%; top: 13px; border-top: 2px solid rgba(20,84,164,.24); border-bottom: 2px solid rgba(20,84,164,.12); }
.big-pouch::after { content: 'K'; position: absolute; left: 50%; top: 47%; color: #82afd2; font: 700 28px var(--display); transform: translate(-50%,-50%); }
.big-pouch span { width: 75%; height: 18px; position: absolute; left: 13%; bottom: 23px; border-radius: 50%; background: #d8edf9; }
.big-pouch i { width: 33px; height: 23px; position: absolute; left: 43px; bottom: 20px; border: 2px solid #6ba7cb; border-left: 0; border-bottom: 0; border-radius: 50%; transform: rotate(-24deg); }
.small-dot { width: 8px; height: 8px; position: absolute; border-radius: 50%; background: #80b9d9; }
.dot-one { top: 42px; left: 49px; }.dot-two { right: 61px; bottom: 46px; background: #edd28e; }
.illustration-jar { background: linear-gradient(135deg,#fffaf1,#fff3d7); }
.jar { width: 101px; height: 121px; position: absolute; left: 50%; bottom: 13px; border: 5px solid #c99c4a; border-top: 17px solid #e3bb6d; border-radius: 10px 10px 25px 25px; background: #fffdf6; box-shadow: 0 19px 26px rgba(151,109,44,.16); transform: translateX(-50%); }
.jar::before { content: ''; width: 75%; height: 51px; position: absolute; left: 12%; top: 42px; border-radius: 50%; background: #e7c78e; box-shadow: inset 0 4px 9px rgba(153,103,24,.17); }
.jar::after { content: 'mix'; position: absolute; left: 50%; top: 56px; color: #986a24; font: 700 11px var(--display); letter-spacing: .1em; transform: translateX(-50%); }
.jar span { width: 25px; height: 25px; position: absolute; top: 27px; left: 33px; border: 2px solid #fff; border-radius: 50%; z-index: 1; }
.powder-cloud { width: 42px; height: 23px; position: absolute; left: 68px; top: 50px; border-radius: 50%; background: #c99438; opacity: .5; transform: rotate(-12deg); }
.powder-cloud::before, .powder-cloud::after { content: ''; width: 8px; height: 8px; position: absolute; border-radius: 50%; background: #c99438; }.powder-cloud::before { left: -14px; top: 8px; }.powder-cloud::after { right: -9px; top: -6px; }
.product-copy { padding: 21px 23px 23px; }
.product-category { margin-bottom: 5px; color: #7e96ac; font-size: 11px; font-weight: 600; }
.product-copy h3 { margin-bottom: 10px; font-size: 21px; }
.product-copy > p:not(.product-category) { min-height: 59px; margin-bottom: 18px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.product-bottom { padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); }
.product-bottom strong { font: 700 13px var(--display); letter-spacing: .02em; }
.product-link { font-size: 12px; white-space: nowrap; }
.price-table-block { margin-top: 42px; overflow: hidden; border: 1px solid #b9d9eb; border-radius: var(--radius-md); background: #fff; box-shadow: 0 18px 42px rgba(30, 87, 135, .08); }
.price-table-head { padding: 28px 30px 23px; display: flex; align-items: end; justify-content: space-between; gap: 28px; background: linear-gradient(120deg, #eaf7ff, #fafdff); }
.price-table-head .section-kicker { margin-bottom: 8px; }
.price-table-head h3 { margin: 0; font-size: 25px; }
.price-table-head > p { max-width: 330px; margin: 0 0 2px; color: var(--muted); font-size: 12px; line-height: 1.7; text-align: right; }
.price-table-scroll { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: #78afd1 #eaf5fb; scrollbar-width: thin; }
.price-table-scroll:focus-visible { outline: 3px solid rgba(20,84,164,.25); outline-offset: -3px; }
.price-table { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; }
.price-table th, .price-table td { padding: 17px 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.55; text-align: left; white-space: nowrap; transition: color .24s ease, opacity .24s ease, background .24s ease; }
.price-table thead th { position: sticky; top: 0; z-index: 2; color: var(--blue); background: #f3faff; font: 700 11px var(--display); letter-spacing: .08em; }
.price-table thead th:first-child, .price-table tbody th:first-child { position: sticky; left: 0; z-index: 3; }
.price-table thead th:first-child { background: #eaf6fd; }
.price-table tbody th { color: var(--blue-deep); font: 800 17px var(--display); background: #fff; }
.price-table tbody tr:last-child th, .price-table tbody tr:last-child td { border-bottom: 0; }
.price-table tbody tr.price-row-featured th, .price-table tbody tr.price-row-featured td { background: #f8fcff; }
.price-table tbody tr.price-row-featured th { color: var(--blue); }
.price-table .price-count { color: var(--blue-deep); font-weight: 700; }
.price-table .price-value { color: var(--blue); font: 800 16px var(--display); }
.price-table tbody tr:hover th, .price-table tbody tr:hover td { background: #f0f9ff; }
.price-table:has(td:hover) th, .price-table:has(td:hover) td { color: #9bb0c3; }
.price-table tr:has(td:hover) th, .price-table tr:has(td:hover) td { color: var(--ink); background: #e8f6ff; }
.price-table td:hover { color: var(--blue-deep) !important; background: #bfe5f8 !important; font-weight: 700; }
.table-scroll-hint { display: none; margin: 0; padding: 9px 20px 12px; color: #7d9ab1; font: 600 10px var(--display); letter-spacing: .08em; text-align: center; }
.price-table-block.reveal-ready { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.price-table-block.reveal-ready.is-visible { opacity: 1; transform: none; }
.prototype-note { margin: 19px 0 0; color: #7f94aa; font-size: 11px; }

.quality-card { min-height: 355px; padding: 53px 61px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(117deg, var(--blue-deep) 0%, var(--blue) 54%, #4c9cd0 100%); box-shadow: 0 22px 52px rgba(20,84,164,.2); }
.quality-content { max-width: 560px; }
.light-kicker { color: #b6dcf5; }
.quality h2, .contact h2 { margin-bottom: 19px; font-size: clamp(31px, 4vw, 47px); }
.quality h2 span, .contact h2 span { color: #fff; }
.quality-content > p:not(.section-kicker), .contact-copy p { margin-bottom: 27px; color: #c9e1f1; font-size: 14px; line-height: 1.9; }
.quality-checklist { display: grid; gap: 13px; }
.quality-item { padding: 15px 16px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(212,239,255,.3); border-radius: 13px; background: rgba(255,255,255,.1); }
.check-mark { width: 26px; height: 26px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; color: var(--blue); background: #fff; font-size: 15px; font-weight: 800; }
.quality-item strong, .quality-item small { display: block; }.quality-item strong { font-size: 13px; }.quality-item small { margin-top: 3px; color: #c7e2f2; font-size: 11px; }

.steps { padding-bottom: 120px; }
.steps-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; }
.step { position: relative; padding-top: 8px; }.step-no { color: #8bb4d2; font: 700 11px var(--display); letter-spacing: .1em; }
.step-graphic { height: 100px; margin: 19px 0 23px; position: relative; border-bottom: 1px solid #cfe4f0; }
.step-size, .step-pack, .step-feed { padding: 17px 0 0 2px; }
.step-graphic > span { display: block; color: var(--blue); font: 800 31px/.95 var(--display); letter-spacing: -.04em; }
.step-graphic > i { display: inline-block; margin-top: 12px; color: #7e9bb4; font: 600 11px var(--display); letter-spacing: .06em; font-style: normal; }
.step-pack > span { color: #4f91bc; }.step-feed > span { color: #c2943b; }
.glass-graphic::before { content: ''; width: 64px; height: 58px; position: absolute; left: 35px; bottom: 14px; border: 3px solid #87bad9; border-top: 0; border-radius: 0 0 18px 18px; transform: skew(-8deg); }.glass-graphic::after { content: ''; width: 66px; height: 8px; position: absolute; left: 30px; bottom: 69px; border: 3px solid #87bad9; border-radius: 50%; }.glass-graphic span { width: 9px; height: 9px; position: absolute; left: 53px; bottom: 42px; border-radius: 50%; background: #c99c4a; box-shadow: 14px 8px 0 #c99c4a, 29px 2px 0 #c99c4a; }
.spoon-graphic::before { content: ''; width: 72px; height: 12px; position: absolute; left: 35px; bottom: 37px; border: 3px solid #87bad9; border-radius: 50%; transform: rotate(-34deg); }.spoon-graphic::after { content: ''; width: 23px; height: 23px; position: absolute; left: 99px; bottom: 67px; border: 3px solid #87bad9; border-radius: 50%; }.spoon-graphic span { width: 16px; height: 16px; position: absolute; left: 49px; bottom: 42px; border-radius: 50%; background: #d9b56e; box-shadow: 21px 8px 0 #d9b56e; }
.note-graphic::before { content: ''; width: 61px; height: 73px; position: absolute; left: 32px; bottom: 11px; border: 2px solid #87bad9; border-radius: 5px; background: #fff; transform: rotate(-5deg); }.note-graphic::after { content: ''; width: 31px; height: 2px; position: absolute; left: 46px; bottom: 53px; background: #b7d7e9; box-shadow: 0 10px 0 #b7d7e9, 0 20px 0 #b7d7e9; }.note-graphic span { position: absolute; left: 91px; bottom: 43px; color: #e0b34e; font-size: 27px; transform: rotate(17deg); }
.step h3 { margin-bottom: 9px; font-size: 19px; }.step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

.faq { padding-bottom: 123px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; border-top: 1px solid var(--line); }
.faq-header h2 { margin-bottom: 0; }.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--blue); font: 400 23px var(--display); transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 650px; margin: 14px 30px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

.contact { padding-bottom: 124px; }.contact-card { padding: 53px 61px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; border-radius: var(--radius-lg); background: #c8e9fa; }.contact h2 { color: var(--blue-deep); }.contact h2 span { color: var(--blue); }.contact-copy p { color: #4f7192; }.contact-copy .button { color: var(--blue); }
.site-footer { padding: 29px 0 23px; color: #d6ebf8; background: var(--blue-deep); }.footer-main { display: flex; justify-content: space-between; align-items: center; }.brand-footer .brand-mark { background: #fff; color: var(--blue); }.brand-footer .brand-mark svg circle { fill: #fff; }.brand-footer strong { color: #fff; }.brand-footer small { color: #a6cee8; }.footer-links { display: flex; flex-wrap: wrap; gap: 24px; font-size: 12px; }.footer-links a { opacity: .8; transition: opacity .2s ease; }.footer-links a:hover { opacity: 1; }.footer-bottom { margin-top: 24px; padding-top: 15px; display: flex; justify-content: space-between; border-top: 1px solid rgba(212,239,255,.18); color: #9fc7df; font: 11px var(--display); letter-spacing: .04em; }

@media (max-width: 900px) {
  .main-nav { gap: 15px; }.site-header { gap: 18px; }.hero { gap: 34px; }.quality-card, .contact-card { gap: 36px; padding-inline: 38px; }.faq { gap: 45px; }
}

@media (max-width: 720px) {
  .shell, .site-header { width: min(100% - 32px, 520px); }.announcement { gap: 10px; font-size: 10px; }.announcement a { display: none; }
  .site-header { height: 65px; margin-top: 12px; padding: 8px 9px 8px 12px; }.brand-mark { width: 36px; height: 36px; border-radius: 11px; }.brand-mark svg { width: 27px; height: 27px; }.brand strong { font-size: 13px; }.brand small { font-size: 8px; }.menu-toggle { display: block; margin-left: auto; }.main-nav { position: absolute; top: 73px; right: 0; left: 0; padding: 11px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav a { padding: 10px 12px; border-radius: 9px; }.main-nav a:hover { background: var(--blue-pale); }.header-cta { display: none; }
  .hero { min-height: auto; padding: 54px 0 68px; display: flex; flex-direction: column; align-items: stretch; gap: 41px; }.hero-copy { padding: 0; }.hero h1 { font-size: clamp(40px, 13vw, 60px); }.hero-lead { font-size: 15px; }.hero-actions { gap: 17px; }.hero-meta { margin-top: 31px; gap: 8px 13px; }.hero-meta span { font-size: 10px; }.hero-visual { padding: 0; }.hero-image-wrap { border-radius: 23px; }.image-badge { width: 70px; height: 70px; top: 15px; left: 15px; }.visual-note { font-size: 10px; }.visual-note span { display: block; margin-bottom: 4px; }
  .strip-inner { min-height: 68px; gap: 13px; }.strip-inner p { font-size: 11px; line-height: 1.4; }.strip-small { display: none; }.strip-line { width: 25px; }
  .origin-story { padding-top: 80px; display: block; }.origin-intro { max-width: none; }.origin-intro h2 { font-size: 34px; }.origin-intro > p:last-child { font-size: 13px; }.origin-timeline { margin-top: 35px; }.origin-step { grid-template-columns: 34px 1fr; gap: 10px; }.origin-step h3 { font-size: 18px; }.origin-step p { font-size: 13px; }.origin-quote { margin-top: 24px; padding: 23px 20px; }.origin-quote strong { font-size: 19px; }.origin-quote small { font-size: 11px; }
  .reasons, .products, .quality, .steps, .faq, .contact { padding-top: 80px; }.section-heading h2, .faq h2 { font-size: 34px; }.section-heading > p:last-child { font-size: 13px; }.reason-grid, .product-grid, .steps-grid { margin-top: 33px; grid-template-columns: 1fr; gap: 14px; }.reason-card { min-height: 296px; }.product-illustration { height: 205px; }.product-copy > p:not(.product-category) { min-height: auto; }.section-heading-row { display: block; }.section-side-note { margin: -4px 0 0; text-align: left; }.price-table-block { margin-top: 28px; }.price-table-head { padding: 23px 20px 19px; display: block; }.price-table-head h3 { font-size: 22px; }.price-table-head > p { margin-top: 10px; text-align: left; }.table-scroll-hint { display: block; }.quality-card, .contact-card { padding: 36px 25px; grid-template-columns: 1fr; gap: 31px; border-radius: 22px; }.quality h2, .contact h2 { font-size: 34px; }.quality-content > p:not(.section-kicker), .contact-copy p { font-size: 13px; }.steps { padding-bottom: 80px; }.steps-grid { gap: 36px; }.step-graphic { margin-top: 13px; }.faq { padding-bottom: 80px; display: block; }.faq-header { margin-bottom: 26px; }.faq-list summary { font-size: 14px; }.faq-list details p { margin-right: 0; font-size: 13px; }.contact { padding-bottom: 80px; }.footer-main { align-items: flex-start; gap: 22px; flex-direction: column; }.footer-links { gap: 17px; }.footer-bottom { margin-top: 22px; flex-direction: column; gap: 5px; }
}

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