/*
Theme Name: +upside 紀伊長島
Theme URI: https://plus-upside.com/
Author: +upside
Description: ウィズユー紀伊長島店｜+upside専用テーマ
Version: 1.0.3
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: upside-kiinagashima
*/

:root {
  --ink: #352d28;
  --muted: #6e625b;
  --cream: #fffaf4;
  --paper: #ffffff;
  --soft: #f6efe6;
  --line: #eadfd2;
  --orange: #e97931;
  --orange-dark: #bd531a;
  --orange-soft: #fff0e2;
  --green: #3f775a;
  --green-dark: #24543d;
  --green-soft: #eaf4ed;
  --gold: #c99a3d;
  --red: #a83f32;
  --shadow: 0 18px 50px rgba(67, 45, 30, .09);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif; font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
address { font-style: normal; }
mark { color: var(--orange-dark); background: linear-gradient(transparent 56%, #ffdcae 56%); font-weight: 800; padding: 0 .08em; }
:focus-visible { outline: 4px solid #1b69b6; outline-offset: 4px; border-radius: 5px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 9999; padding: 12px 18px; background: #fff; color: #000; }
.skip-link:focus { top: 20px; }

.top-notice { background: var(--green-dark); color: #fff; font-size: .87rem; }
.top-notice__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 250, 244, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-row { min-height: 94px; display: flex; align-items: center; gap: 25px; }
.brand { display: grid; grid-template-columns: auto auto auto; align-items: baseline; column-gap: 6px; text-decoration: none; font-weight: 900; letter-spacing: -.03em; line-height: 1.15; }
.brand__primary, .brand__secondary { font-size: clamp(.96rem, 1.4vw, 1.22rem); }
.brand__divider { color: var(--orange); }
.brand small { grid-column: 1 / -1; margin-top: 7px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(10px, 1.4vw, 22px); }
.site-nav a { font-size: .91rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.site-nav a:hover { color: var(--orange-dark); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { font-weight: 900; white-space: nowrap; text-decoration: none; }
.menu-toggle { display: none; background: #fff; border: 1px solid var(--line); border-radius: 16px; width: 70px; height: 58px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 4px auto; background: var(--ink); }
.menu-toggle b { display: block; margin-top: 2px; font-size: .68rem; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 12px 24px; border: 2px solid var(--orange); border-radius: 999px; background: var(--orange); color: #fff; font-weight: 900; line-height: 1.2; text-decoration: none; box-shadow: 0 10px 26px rgba(233, 121, 49, .20); cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); border-color: var(--orange-dark); }
.button--outline { background: #fff; color: var(--ink); border-color: #ddc7b2; box-shadow: none; }
.button--outline:hover { color: #fff; background: var(--orange-dark); border-color: var(--orange-dark); }
.button--small { min-height: 44px; padding: 9px 18px; font-size: .9rem; }
.text-link { color: var(--orange-dark); font-weight: 900; }
.eyebrow { margin: 0 0 12px; color: var(--orange-dark); font-size: .79rem; font-weight: 900; letter-spacing: .17em; }

.hero { overflow: hidden; padding: clamp(54px, 7vw, 94px) 0 52px; background: radial-gradient(circle at 84% 15%, #dcefe2 0, transparent 31%), radial-gradient(circle at 9% 10%, #ffe7cc 0, transparent 35%), var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: clamp(34px, 6vw, 76px); align-items: center; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(2.55rem, 5.6vw, 5.25rem); line-height: 1.13; letter-spacing: -.055em; }
.hero h1 em { color: var(--orange-dark); font-style: normal; }
.hero-lead { max-width: 690px; margin: 28px 0; font-size: clamp(1.03rem, 1.5vw, 1.24rem); font-weight: 600; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 13px; margin: 28px 0; }
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 36px 0 0; padding: 0; list-style: none; }
.quick-facts li { padding: 15px 17px; border-left: 3px solid var(--green); background: rgba(255, 255, 255, .68); border-radius: 0 12px 12px 0; }
.quick-facts b, .quick-facts span { display: block; }
.quick-facts b { font-size: .93rem; }
.quick-facts span { color: var(--muted); font-size: .78rem; }
.hero-card { position: relative; padding: 34px; background: rgba(255,255,255,.92); border: 1px solid #ead6c2; border-radius: 34px; box-shadow: var(--shadow); }
.shop-mark { position: absolute; top: -25px; right: -18px; display: grid; place-items: center; width: 80px; height: 80px; color: #fff; background: var(--orange); border: 8px solid var(--cream); border-radius: 50%; font-size: 2.6rem; font-weight: 300; }
.hero-card h2 { margin: 0 0 24px; font-size: clamp(1.5rem, 2.4vw, 2.05rem); line-height: 1.4; }
.hero-card h2 strong { color: var(--orange-dark); }
.shop-details { margin: 0 0 22px; }
.shop-details > div { display: grid; grid-template-columns: 82px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.shop-details dt { font-weight: 900; }
.shop-details dd { margin: 0; }

.service-shortcuts { position: relative; z-index: 2; margin-top: -14px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.service-shortcuts > p { margin: 0 0 15px; text-align: center; font-weight: 900; }
.shortcut-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; }
.shortcut-grid a { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 110px; padding: 12px; background: var(--cream); border: 1px solid var(--line); border-radius: 16px; text-align: center; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.shortcut-grid a:hover { transform: translateY(-3px); border-color: var(--orange); }
.shortcut-grid span { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 7px; color: var(--green-dark); }
.shortcut-grid svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.shortcut-grid b { font-size: .91rem; }

.section { padding: clamp(72px, 9vw, 124px) 0; }
.section--soft { background: var(--soft); }
.section--hearing { background: linear-gradient(180deg, transparent 0, #f1f7f2 14%, #f1f7f2 86%, transparent 100%); }
.section--metal { color: #fff; background: #294438; }
.section--tcg { background: #f3eee8; }
.section--access { background: #f7f0e7; }
.section--contact { background: linear-gradient(135deg, #f2f7f3, #fff3e7); }
.section-heading { max-width: 850px; margin-bottom: 42px; }
.section-heading h2 { margin: 0 0 18px; font-size: clamp(2rem, 4.3vw, 3.75rem); line-height: 1.2; letter-spacing: -.045em; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: clamp(35px, 7vw, 92px); align-items: end; }
.split-heading > p { margin-bottom: 8px; }

.process-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 38px; }
.process-row > div { position: relative; min-height: 166px; padding: 22px 17px; background: #fff; border: 1px solid #d8e7dd; border-radius: 18px; }
.process-row > div:not(:last-child)::after { content: "→"; position: absolute; top: 58px; right: -16px; z-index: 2; color: var(--orange); font-size: 1.4rem; font-weight: 900; }
.process-row span { display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: 12px; border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; }
.process-row b { display: block; margin-bottom: 5px; }
.process-row p { margin: 0; color: var(--muted); font-size: .86rem; }
.price-feature { display: grid; grid-template-columns: 1fr 1fr 1.1fr; overflow: hidden; margin: 38px 0; border: 1px solid #d8e7dd; border-radius: 25px; background: #fff; box-shadow: var(--shadow); }
.price-feature > div { padding: clamp(24px, 4vw, 42px); }
.price-feature__main { color: #fff; background: var(--green-dark); }
.price-feature__main p { margin: 0; color: #e1f2e8; font-weight: 800; }
.price-feature__main h3 { margin: 7px 0 0; font-size: 1.35rem; }
.price-feature__main h3 strong { font-size: clamp(2.7rem, 5vw, 4.6rem); letter-spacing: -.05em; }
.price-feature__range { border-right: 1px solid var(--line); }
.price-feature__range p { margin-top: 0; color: var(--muted); }
.price-feature__range b, .price-feature__range small { display: block; }
.price-feature__range b { font-size: 1.28rem; }
.price-feature__range small { margin-top: 12px; color: var(--muted); }
.price-feature__promise b { color: var(--orange-dark); font-size: 1.2rem; }
.price-feature__promise p { margin-bottom: 0; }
.hearing-points { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.hearing-points article { position: relative; grid-column: span 2; min-height: 230px; padding: 26px; background: #fff; border: 1px solid #d9e7dd; border-radius: 20px; }
.hearing-points article:nth-child(4) { grid-column: 2 / span 2; }
.hearing-points > article > span { color: var(--orange); font-size: .8rem; font-weight: 900; letter-spacing: .13em; }
.hearing-points h3 { margin: 8px 0; font-size: 1.16rem; }
.hearing-points p { margin: 0; color: var(--muted); }
.support-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; }
.support-strip > div { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.support-strip b, .support-strip span { display: block; }
.support-strip span { margin-top: 4px; color: var(--muted); font-size: .86rem; }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 35px; padding: 28px 32px; background: var(--orange-soft); border: 1px solid #f1c99f; border-radius: 20px; }
.section-cta p { max-width: 650px; margin: 0; font-weight: 700; }

.glasses-price-intro { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.glasses-price-intro > div { padding: 28px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.glasses-price-intro .featured { color: #fff; background: var(--orange); border-color: var(--orange); }
.glasses-price-intro small, .glasses-price-intro strong, .glasses-price-intro span { display: block; }
.glasses-price-intro strong { margin: 8px 0; font-size: clamp(2.1rem, 4vw, 3.2rem); line-height: 1; }
.glasses-price-intro em { font-size: 1rem; font-style: normal; }
.glasses-price-intro span { font-size: .83rem; }
.price-cards { display: grid; gap: 10px; margin: 18px 0; }
.price-cards.four { grid-template-columns: repeat(4, 1fr); }
.price-cards > div { padding: 18px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.price-cards b, .price-cards span { display: block; }
.price-cards b { font-size: 1.22rem; }
.price-cards span { color: var(--muted); font-size: .8rem; }
.center-note { max-width: 850px; margin: 22px auto 0; text-align: center; color: var(--muted); }
.feature-grid { display: grid; gap: 14px; margin-top: 35px; }
.feature-grid.three { grid-template-columns: repeat(3, 1fr); }
.feature-grid article { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.feature-grid h3 { margin-top: 0; }
.feature-grid p { margin-bottom: 0; color: var(--muted); }

.watch-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.fee-list { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.fee-list > div { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; align-items: center; padding: 18px 24px; border-bottom: 1px solid var(--line); }
.fee-list > div:last-child { border: 0; }
.fee-list b { color: var(--orange-dark); font-size: 1.17rem; }
.fee-list small { grid-column: 1 / -1; color: var(--muted); }
.notice-card { padding: 30px; background: var(--green-dark); color: #fff; border-radius: 20px; }
.notice-card h3 { margin-top: 0; }
.notice-card .text-link { color: #ffe0ba; }
.compact-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.compact-split h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.25; }
.tcg-links { display: flex; flex-direction: column; gap: 12px; }

.section--metal .eyebrow { color: #ffd29e; }
.section--metal .section-heading > p { color: #d8e8df; }
.metal-status { margin-bottom: 20px; padding: 14px 18px; color: var(--ink); background: #fff6e8; border-radius: 12px; font-weight: 800; }
.metal-status.is-error { color: #7e241d; background: #ffe5e1; }
.metal-status.is-success { color: #174e32; background: #dff3e6; }
.metal-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.metal-group { overflow: hidden; color: var(--ink); background: #fff; border-radius: 18px; }
.metal-group h3 { margin: 0; padding: 18px 20px; color: #fff; background: #1f342c; }
.metal-group > div { display: flex; justify-content: space-between; gap: 14px; padding: 15px 20px; border-bottom: 1px solid var(--line); }
.metal-group > div:last-child { border: 0; }
.metal-group b { color: var(--orange-dark); }
.metal-updated { color: #c7dbcf; font-size: .82rem; }
.metal-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.metal-steps article { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 24px; color: var(--ink); background: #fff; border-radius: 18px; }
.metal-steps article > span { display: grid; place-items: center; width: 46px; height: 46px; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 900; }
.metal-steps h3, .metal-steps p { margin-top: 0; }
.metal-steps p { margin-bottom: 0; color: var(--muted); }
.two-note-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 15px; }
.two-note-cards p { margin: 0; padding: 22px; color: var(--ink); background: #edf5f0; border-radius: 15px; }

.owner-card { display: grid; grid-template-columns: 270px 1fr; gap: clamp(35px, 7vw, 90px); align-items: center; padding: clamp(30px, 5vw, 58px); background: #fff; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.owner-badge { display: flex; flex-direction: column; justify-content: center; min-height: 270px; padding: 28px; text-align: center; background: linear-gradient(145deg, var(--green-soft), var(--orange-soft)); border-radius: 50%; }
.owner-badge span, .owner-badge small { color: var(--muted); }
.owner-badge b { margin: 8px 0; font-size: 1.6rem; }
.owner-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.25; }
.owner-copy blockquote { margin: 25px 0 0; padding: 20px 25px; background: var(--green-soft); border-left: 5px solid var(--green); font-weight: 700; }
.access-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(30px, 6vw, 76px); align-items: center; }
.map-wrap { overflow: hidden; min-height: 480px; border-radius: 24px; box-shadow: var(--shadow); }
.map-wrap iframe { display: block; width: 100%; height: 480px; border: 0; }
.access-grid h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.pickup-card { margin-top: 28px; padding: 26px 30px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.pickup-card h3 { margin-top: 0; }
.pickup-card small { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(38px, 7vw, 90px); align-items: start; }
.contact-intro { position: sticky; top: 145px; }
.contact-intro h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.25; }
.privacy-note { margin-top: 28px; padding: 18px; background: rgba(255,255,255,.75); border-left: 4px solid var(--green); }
.contact-panel { padding: clamp(24px, 5vw, 44px); background: #fff; border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 20px; }
.contact-form > label, .contact-form fieldset { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; font-weight: 800; }
.contact-form label span, .contact-form legend span { color: var(--red); font-size: .75rem; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form select, .contact-form textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #fffdf9; border: 2px solid #dfd2c4; border-radius: 11px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); outline: 3px solid rgba(233,121,49,.2); }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.radio-row { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-row label { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: var(--cream); border: 1px solid var(--line); border-radius: 999px; font-weight: 700; }
.conditional-required { visibility: hidden; }
.conditional-required.is-required { visibility: visible; }
.form-help { margin: 0; color: var(--muted); font-size: .84rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin-bottom: 20px; padding: 16px 18px; border-radius: 12px; font-weight: 800; }
.form-message--success { color: #174e32; background: #dff3e6; }
.form-message--error { color: #7e241d; background: #ffe5e1; }

.site-footer { padding: 55px 0 110px; color: #f8f3ee; background: #29231f; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 40px; }
.footer-brand { font-size: 1.25rem; line-height: 1.5; }
.site-footer a { color: #fff; }
.site-footer small { color: #c8bbb0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 22px; border-top: 1px solid #51473f; color: #c8bbb0; font-size: .8rem; }
.mobile-actions { display: none; }

/* Detail pages */
.detail-hero { padding: clamp(60px, 9vw, 120px) 0; background: radial-gradient(circle at 85% 30%, #dfeee3 0, transparent 30%), linear-gradient(135deg, #fff1df, #fffaf4); }
.detail-hero--glasses { background: radial-gradient(circle at 82% 20%, #f9d8bc 0, transparent 28%), linear-gradient(135deg, #eef5ef, #fffaf4); }
.detail-hero--plain { background: var(--soft); }
.detail-hero .shell { max-width: 1020px; }
.detail-hero h1 { max-width: 940px; margin: 0; font-size: clamp(2.6rem, 6vw, 5.25rem); line-height: 1.12; letter-spacing: -.055em; }
.detail-hero p:not(.eyebrow) { max-width: 800px; font-size: 1.1rem; }
.detail-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: -25px; padding: 19px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.detail-nav a { flex: 1 1 118px; padding: 11px 14px; text-align: center; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; font-size: .85rem; font-weight: 900; text-decoration: none; }
.decision-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.decision-steps article { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.decision-steps span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 900; }
.decision-steps h3 { margin: 10px 0 5px; }
.decision-steps p { margin: 0; color: var(--muted); }
.clinic-box { margin-top: 28px; padding: clamp(24px, 4vw, 40px); background: var(--green-soft); border: 1px solid #cde0d2; border-radius: 22px; }
.clinic-box h3 { margin-top: 0; font-size: 1.45rem; }
.clinic-box ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0; list-style: none; }
.clinic-box li { display: flex; justify-content: space-between; gap: 15px; padding: 15px 18px; background: #fff; border-radius: 12px; }
.clinic-box li span { color: var(--muted); font-size: .85rem; }
.small-note { color: var(--muted); font-size: .82rem; }
.comparison-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.comparison-cards article { padding: clamp(25px, 4vw, 42px); background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.comparison-cards .accent-green { border-top: 8px solid var(--green); }
.comparison-cards .accent-orange { border-top: 8px solid var(--orange); }
.comparison-icon { display: inline-flex; padding: 9px 14px; color: var(--green-dark); background: var(--green-soft); border-radius: 999px; font-weight: 900; }
.comparison-cards h3 { font-size: 1.7rem; }
.comparison-cards li { margin-bottom: 6px; }
.important-message { margin: 28px 0 0; padding: 22px 26px; background: #fff5cd; border-left: 6px solid #e6a216; border-radius: 0 15px 15px 0; }
.reference-visual { max-width: 820px; margin: 0 auto 28px; padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.reference-visual img { width: 100%; max-height: 640px; object-fit: contain; border-radius: 12px; }
.reference-visual figcaption { padding: 10px 5px 0; color: var(--muted); font-size: .8rem; text-align: center; }
.reference-visual--wide { max-width: 960px; }
.type-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.type-cards article { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.type-cards article > span { display: inline-block; padding: 7px 12px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 999px; font-weight: 900; }
.type-cards h3 { margin: 15px 0 8px; font-size: 1.55rem; }
.type-cards dl { margin: 20px 0 0; }
.type-cards dl > div { padding: 12px 0; border-top: 1px solid var(--line); }
.type-cards dt { color: var(--green); font-weight: 900; }
.type-cards dd { margin: 3px 0 0; }
.side-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.side-compare article { padding: clamp(26px, 4vw, 42px); background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.ear-symbol { display: flex; justify-content: center; gap: 10px; }
.ear-symbol span { display: grid; place-items: center; width: 58px; height: 72px; color: var(--green-dark); background: var(--green-soft); border: 3px solid var(--green); border-radius: 60% 45% 60% 45%; font-weight: 900; }
.ear-symbol.one span { margin-right: 45px; }
.side-compare h3 { text-align: center; font-size: 1.6rem; }
.side-compare dl > div { display: grid; grid-template-columns: 76px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.side-compare dt { color: var(--orange-dark); font-weight: 900; }
.side-compare dd { margin: 0; }
.side-compare.compact p { padding: 12px 0; border-top: 1px solid var(--line); }
.power-icon { width: max-content; margin: auto; padding: 12px 22px; color: var(--green-dark); background: var(--green-soft); border: 2px solid var(--green); border-radius: 12px; font-size: 1.4rem; font-weight: 900; }
.section--channels { background: #f4f7f5; }
.channel-demo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.channel-demo article { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.bands { display: flex; overflow: hidden; height: 70px; margin: 20px 0; border-radius: 13px; }
.bands span { flex: 1; border-right: 2px solid #fff; background: linear-gradient(180deg, #efb252, #3f775a); }
.bands span:last-child { border: 0; }
.bands--many span:nth-child(odd) { filter: brightness(1.12); }
.price-message { display: grid; grid-template-columns: 240px 1fr; gap: 45px; align-items: center; padding: clamp(28px, 5vw, 56px); color: #fff; background: var(--green-dark); border-radius: 28px; }
.not-equal { display: grid; place-items: center; width: 210px; height: 210px; color: #fff; background: var(--orange); border-radius: 50%; font-size: 2.1rem; font-weight: 900; }
.price-message .eyebrow { color: #ffd29e; }
.price-message h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.25; }
.support-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.support-cards article { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.support-cards h3 { margin-top: 0; }
.trial-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trial-steps article { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.trial-steps > article > span { color: var(--orange-dark); font-size: .78rem; font-weight: 900; letter-spacing: .12em; white-space: nowrap; }
.free-badge { display: inline-flex; margin-bottom: 8px; padding: 4px 10px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 999px; }
.memo-examples { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 35px; }
.memo-examples span { padding: 9px 13px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .86rem; }
.sleeping-aid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; margin-top: 35px; padding: 38px; color: #fff; background: #3a302a; border-radius: 24px; }
.sleeping-aid .eyebrow { color: #ffd29e; }
.sleeping-aid h2 { margin: 0; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.3; }
.detail-final-cta { margin-top: 45px; padding: clamp(30px, 5vw, 55px); text-align: center; background: var(--orange-soft); border-radius: 26px; }
.detail-final-cta h2 { margin-top: 0; font-size: clamp(1.9rem, 3.5vw, 3rem); }

/* Glasses detail */
.glasses-main-price { display: flex; flex-direction: column; align-items: center; padding: 38px; color: #fff; background: var(--orange); border-radius: 25px; text-align: center; }
.glasses-main-price strong { font-size: clamp(3.2rem, 7vw, 6.2rem); line-height: 1.1; letter-spacing: -.05em; }
.glasses-main-price em { font-size: 1.15rem; font-style: normal; }
.price-cards.large > div { padding: 24px; }
.price-cards.large b { font-size: 1.45rem; }
.kids-card { display: grid; grid-template-columns: .6fr 1.4fr; gap: 28px; align-items: center; margin-top: 18px; padding: 28px; background: var(--green-soft); border-radius: 20px; }
.kids-card div { text-align: center; }
.kids-card span, .kids-card strong { display: block; }
.kids-card strong { color: var(--green-dark); font-size: 1.8rem; }
.lens-use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.lens-use-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.lens-use-grid span { display: inline-block; padding: 5px 10px; color: var(--green-dark); background: var(--green-soft); border-radius: 999px; font-weight: 900; }
.lens-use-grid h3 { margin: 12px 0 6px; }
.lens-table { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lens-category { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 19px; }
.lens-category h3 { margin: 0; padding: 17px 21px; color: #fff; background: var(--green-dark); }
.lens-category > div { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; padding: 15px 21px; border-bottom: 1px solid var(--line); }
.lens-category > div:last-child { border: 0; }
.lens-category b { color: var(--orange-dark); white-space: nowrap; }
.lens-category small { grid-column: 1 / -1; color: var(--muted); }
.section--measurement { background: linear-gradient(135deg, #edf5ef, #fff7ed); }
.vision-use { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vision-use article { padding: 27px; background: #fff; border-radius: 18px; }
.vision-use span { color: var(--orange-dark); font-weight: 900; }
.case-study { padding: clamp(28px, 5vw, 48px); background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.case-title span { color: var(--orange-dark); font-weight: 900; }
.case-title h3 { margin: 6px 0 25px; font-size: clamp(1.5rem, 3vw, 2.3rem); }
.case-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.case-flow article { padding: 20px; background: var(--cream); border-radius: 15px; }
.case-flow b { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--orange); border-radius: 50%; }
.case-flow h4 { margin: 12px 0 5px; }
.case-flow p { margin: 0; color: var(--muted); }
.case-study blockquote { margin: 28px 0 0; padding: 22px; background: var(--green-soft); border-left: 5px solid var(--green); font-weight: 800; }
.repair-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 25px; }
.repair-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.warranty-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.warranty-grid article { padding: 32px; background: #fff; border-radius: 20px; }
.warranty-grid span { color: var(--orange-dark); font-weight: 900; }
.delivery-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.delivery-row article { padding: 24px; text-align: center; background: var(--green-dark); color: #fff; border-radius: 17px; }
.delivery-row b, .delivery-row span { display: block; }
.delivery-row b { font-size: 1.45rem; }
.delivery-row span { color: #dceae1; font-size: .85rem; }
.section--pickup { background: #eef5ef; }

.legal-content { max-width: 900px; }
.legal-content h2 { margin-top: 2.3em; font-size: 1.45rem; }
.legal-content h2:first-child { margin-top: 0; }

@media (max-width: 1120px) {
  .header-row { min-height: 84px; }
  .site-nav { position: fixed; inset: 124px 20px auto; display: none; margin: 0; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; grid-template-columns: repeat(2, 1fr); }
  .site-nav a { padding: 12px; background: var(--cream); border-radius: 10px; text-align: center; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-actions .phone-link { display: none; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 32px; }
  .hero h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
  .shortcut-grid { grid-template-columns: repeat(3, 1fr); }
  .hearing-points { grid-template-columns: repeat(2, 1fr); }
  .hearing-points article, .hearing-points article:nth-child(4) { grid-column: auto; }
  .process-row { grid-template-columns: repeat(3, 1fr); }
  .process-row > div:not(:last-child)::after { content: none; }
  .price-feature { grid-template-columns: 1fr 1fr; }
  .price-feature__promise { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .type-cards, .metal-steps, .feature-grid.three { grid-template-columns: 1fr; }
  .type-cards article { display: grid; grid-template-columns: 100px 1fr; column-gap: 20px; }
  .type-cards article > span { grid-row: 1 / 4; align-self: start; text-align: center; }
  .type-cards h3, .type-cards p, .type-cards dl { grid-column: 2; }
  .lens-use-grid { grid-template-columns: repeat(2, 1fr); }
  .case-flow { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 28px, 680px); }
  html { scroll-padding-top: 115px; }
  body { padding-bottom: 72px; font-size: 16px; }
  .top-notice__inner { display: block; padding: 8px 0; line-height: 1.45; text-align: center; }
  .top-notice__inner span { display: block; }
  .header-row { min-height: 78px; gap: 9px; }
  .brand { display: flex; flex: 1 1 auto; min-width: 0; max-width: calc(100% - 72px); flex-direction: column; align-items: flex-start; overflow: hidden; }
  .brand__divider { display: none; }
  .brand__primary, .brand__secondary { max-width: 100%; font-size: .91rem; white-space: nowrap; word-break: keep-all; }
  .brand small { display: none; }
  .menu-toggle { width: 62px; height: 55px; }
  .header-actions { display: none; }
  .site-nav { inset: 118px 14px auto; max-height: calc(100vh - 150px); overflow: auto; }
  .hero { padding-top: 48px; }
  .hero-grid, .split-heading, .compact-split, .owner-card, .access-grid, .contact-grid, .sleeping-aid, .price-message { grid-template-columns: 1fr; }
  .hero-card { margin-top: 18px; padding: 28px 22px; }
  .shop-mark { right: 12px; width: 66px; height: 66px; border-width: 6px; }
  .quick-facts { grid-template-columns: 1fr; }
  .service-shortcuts { margin-top: 10px; padding: 17px 12px; }
  .shortcut-grid { gap: 7px; }
  .shortcut-grid a { min-height: 96px; padding: 8px 5px; }
  .shortcut-grid b { font-size: .77rem; }
  .process-row, .decision-steps { grid-template-columns: 1fr; }
  .process-row > div { min-height: 0; }
  .price-feature { grid-template-columns: 1fr; }
  .price-feature__promise { grid-column: auto; }
  .price-feature__range { border-right: 0; border-bottom: 1px solid var(--line); }
  .hearing-points, .support-strip, .glasses-price-intro, .price-cards.four, .watch-layout, .metal-layout, .two-note-cards, .footer-grid, .comparison-cards, .side-compare, .channel-demo, .support-cards, .trial-steps, .lens-table, .vision-use, .repair-grid, .warranty-grid, .delivery-row { grid-template-columns: 1fr; }
  .section-cta { align-items: stretch; flex-direction: column; padding: 24px; }
  .price-cards.four { grid-template-columns: repeat(2, 1fr); }
  .form-two { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .owner-badge { width: 230px; min-height: 230px; margin: auto; }
  .map-wrap, .map-wrap iframe { min-height: 350px; height: 350px; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { position: fixed; right: 12px; bottom: 10px; left: 12px; z-index: 150; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; padding: 7px; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 35px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
  .mobile-actions a { display: grid; place-items: center; min-height: 52px; border-radius: 13px; font-weight: 900; text-decoration: none; }
  .mobile-actions a:last-child { color: #fff; background: var(--orange); }
  .detail-nav { flex-wrap: nowrap; overflow-x: auto; margin-inline: 14px; width: auto; scrollbar-width: thin; }
  .detail-nav a { flex: 0 0 auto; white-space: nowrap; }
  .clinic-box ol { grid-template-columns: 1fr; }
  .clinic-box li { display: block; }
  .clinic-box li span { display: block; }
  .type-cards article { display: block; }
  .type-cards h3, .type-cards p, .type-cards dl { grid-column: auto; }
  .type-cards article > span { grid-row: auto; }
  .not-equal { width: 150px; height: 150px; margin: auto; font-size: 1.6rem; }
  .price-message { gap: 24px; }
  .lens-use-grid { grid-template-columns: 1fr; }
  .kids-card { grid-template-columns: 1fr; }
  .case-flow { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 105px; }
}

@media (max-width: 420px) {
  .hero h1, .detail-hero h1 { font-size: 2.35rem; }
  .hero-buttons .button { width: 100%; }
  .shortcut-grid { grid-template-columns: repeat(2, 1fr); }
  .price-cards.four { grid-template-columns: 1fr; }
  .radio-row { display: grid; grid-template-columns: 1fr; }
}

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