:root {
  --green: #07823e;
  --green-dark: #006833;
  --green-deep: #004f29;
  --green-soft: #eaf8ef;
  --green-pale: #f6fcf8;
  --orange: #f5821f;
  --orange-dark: #ed6500;
  --orange-soft: #fff2e6;
  --yellow: #ffe064;
  --text: #26342d;
  --muted: #64766d;
  --border: #d9eadf;
  --line: #eaf1ea;
  --shadow: 0 18px 45px rgba(0, 94, 48, 0.13);
  --shadow-soft: 0 10px 26px rgba(0, 94, 48, 0.08);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fffefa;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 250, 0.96);
  border-bottom: 1px solid rgba(0, 104, 51, 0.12);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 14px; width: 300px; flex: 0 0 auto; font-weight: 900; color: #111; font-size: .92rem; }
.brand img { height: 42px; width: auto; object-fit: contain; }
.global-nav { display: flex; gap: 26px; align-items: center; margin-left: auto; font-size: .92rem; font-weight: 800; }
.global-nav a { position: relative; padding-block: 8px; }
.global-nav a::after { content:""; position:absolute; left:0; right:0; bottom:0; height:3px; border-radius:999px; background:var(--orange); transform:scaleX(0); transform-origin:right; transition:.2s ease; }
.global-nav a:hover::after { transform:scaleX(1); transform-origin:left; }
.header-cta, .button { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:48px; padding:0 24px; border-radius:999px; font-weight:900; transition:.18s ease; }
.header-cta, .button.primary { color:#fff; background:linear-gradient(135deg,var(--orange),var(--orange-dark)); box-shadow:0 12px 24px rgba(245,130,31,.28); }
.header-cta::after, .button.primary::after, .button.white::after { content:"›"; font-size:1.4rem; line-height:0; margin-top:-2px; }
.button.secondary { min-width:220px; color:var(--green-dark); border:2px solid rgba(0,104,51,.24); background:#fff; box-shadow:var(--shadow-soft); }
.button:hover, .header-cta:hover { transform: translateY(-2px); }
.menu-button { display:none; border:0; border-radius:999px; background:var(--green); color:#fff; font-weight:900; padding:10px 14px; }
.mobile-nav { display:none; }

.hero { overflow:hidden; padding:52px 0 62px; background: radial-gradient(circle at 80% 8%, rgba(245,130,31,.16), transparent 26%), radial-gradient(circle at 18% 12%, rgba(7,130,62,.12), transparent 30%), linear-gradient(180deg,#fff 0%, #fff9f0 100%); }
.hero-grid { display:grid; grid-template-columns:minmax(0, .98fr) minmax(430px, 1.02fr); gap:42px; align-items:center; }
.eyebrow { display:inline-flex; border-radius:999px; padding:7px 17px; color:var(--green-dark); background:var(--green-soft); border:1px solid var(--border); font-weight:900; margin:0 0 14px; font-size:.92rem; }
.hero h1 { margin:0; font-size:clamp(3.4rem,6.7vw,6.6rem); line-height:.93; letter-spacing:-.06em; font-weight:900; color:var(--green); }
.hero h1 span { color:var(--orange-dark); letter-spacing:-.055em; }
.hero-lead { margin:24px 0 4px; font-size:clamp(1.45rem,2.5vw,2.05rem); line-height:1.35; font-weight:900; color:#1e2f26; }
.hero-text { margin:0 0 24px; font-size:1.08rem; font-weight:700; }
.service-pills { display:flex; flex-wrap:wrap; gap:10px; list-style:none; padding:0; margin:0 0 20px; }
.service-pills li { display:inline-flex; align-items:center; gap:8px; min-height:42px; padding:8px 14px; color:var(--green-dark); background:#fff; border:1px solid var(--border); border-radius:999px; font-size:.92rem; font-weight:900; box-shadow:0 8px 20px rgba(0,94,48,.06); }
.service-pills span { display:grid; place-items:center; width:25px; height:25px; border-radius:50%; background:var(--green-soft); color:var(--green); }
.hero-price { width:min(100%,560px); padding:14px 20px 18px; background:#fff; border:2px solid rgba(245,130,31,.35); border-radius:18px; box-shadow:var(--shadow-soft); }
.price-top { display:flex; flex-wrap:wrap; align-items:center; gap:10px; color:var(--green-dark); font-weight:900; }
.limited { color:#fff; background:var(--orange); padding:4px 10px; border-radius:999px; font-size:.82rem; }
.price-main { color:var(--orange-dark); line-height:1.1; text-align:center; }
.price-main b { font-size:clamp(2.5rem,4.6vw,4.2rem); letter-spacing:-.04em; }
.price-main small { font-weight:900; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:18px; }
.form-note { margin:7px 0 0; color:var(--muted); font-size:.82rem; font-weight:700; }
.hero-visual-card { position:relative; padding:10px; border-radius:32px; background:rgba(255,255,255,.6); box-shadow:0 30px 70px rgba(0,80,42,.12); }
.hero-visual-card::before { content:""; position:absolute; inset:-24px -10px auto auto; width:190px; height:190px; border-radius:50%; background:rgba(245,130,31,.18); filter:blur(18px); z-index:0; }
.hero-visual-card img { position:relative; z-index:1; border-radius:26px; width:100%; height:auto; }

.section { padding:70px 0; }
.section-title { text-align:center; margin-bottom:30px; }
.section-title span { display:block; color:var(--orange); font-weight:900; font-size:.86rem; letter-spacing:.16em; }
.section-title h2 { margin:2px 0 0; color:var(--green-dark); font-size:clamp(1.65rem,3vw,2.4rem); line-height:1.35; }
.section-title p { margin:10px auto 0; max-width:700px; font-weight:700; color:var(--muted); }
.section-title.compact { margin-bottom:20px; }

.worry-section { padding:0 0 34px; background:#fff9f0; }
.worry-box { display:grid; grid-template-columns:150px .95fr 1.2fr; gap:24px; align-items:center; padding:26px 30px; background:#fff; border:1px solid var(--border); border-radius:22px; box-shadow:var(--shadow-soft); }
.worry-person { position:relative; height:122px; border-radius:20px; background:linear-gradient(180deg,#e7f7ed,#fff); }
.worry-person span { position:absolute; top:10px; left:16px; color:var(--green); font-size:2rem; font-weight:900; }
.worry-person .face { position:absolute; width:68px; height:68px; border-radius:50%; right:22px; bottom:14px; background:#ffe5c5; box-shadow:0 0 0 9px #0b7c3e inset; }
.worry-title p { margin:0 0 6px; color:var(--green); font-weight:900; font-size:1.25rem; }
.worry-title h2 { margin:0; font-size:1.35rem; line-height:1.55; }
.check-list { list-style:none; padding:0; margin:0; display:grid; gap:7px; font-weight:800; }
.check-list li { position:relative; padding-left:30px; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:0; display:grid; place-items:center; width:22px; height:22px; border-radius:50%; color:#fff; background:var(--green); font-size:.78rem; }

.feature-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.feature-card { position:relative; padding:24px 20px 22px; background:#fff; border:1px solid var(--border); border-radius:22px; box-shadow:var(--shadow-soft); }
.number { display:grid; place-items:center; width:38px; height:38px; color:#fff; background:var(--green); border-radius:50%; font-weight:900; }
.feature-card h3 { margin:16px 0 8px; color:var(--green-dark); font-size:1.14rem; line-height:1.45; }
.feature-card p { margin:0; font-weight:700; font-size:.93rem; }
.feature-icon { height:92px; margin-top:14px; border-radius:18px; background:var(--green-pale); position:relative; overflow:hidden; }
.flyer-icon::before { content:""; position:absolute; left:40px; top:16px; width:66px; height:58px; background:#fff; border:3px solid var(--green); border-radius:8px; transform:rotate(-5deg); box-shadow:8px 8px 0 rgba(245,130,31,.24); }
.flyer-icon::after { content:""; position:absolute; right:38px; bottom:18px; width:44px; height:8px; background:var(--orange); border-radius:999px; transform:rotate(-28deg); }
.map-icon::before { content:""; position:absolute; inset:18px 22px; background:linear-gradient(45deg,#f9efdc 25%,transparent 25%),linear-gradient(-45deg,#f9efdc 25%,transparent 25%); background-size:26px 26px; border-radius:12px; }
.map-icon::after { content:""; position:absolute; left:54px; top:22px; width:20px; height:20px; border-radius:50% 50% 50% 0; background:var(--orange); transform:rotate(-45deg); box-shadow:56px 22px 0 var(--green); }
.people-icon::before { content:""; position:absolute; left:34px; bottom:18px; width:34px; height:50px; border-radius:18px 18px 8px 8px; background:var(--green); box-shadow:42px 0 0 var(--orange); }
.people-icon::after { content:""; position:absolute; right:34px; bottom:18px; width:70px; height:48px; background:linear-gradient(90deg,var(--green) 30%, var(--orange) 30% 55%, #dfe9df 55%); clip-path:circle(50% at 50% 50%); }
.search-icon::before { content:""; position:absolute; inset:18px 42px 22px 26px; background:linear-gradient(45deg,#f9efdc 25%,transparent 25%),linear-gradient(-45deg,#f9efdc 25%,transparent 25%); background-size:24px 24px; border-radius:12px; }
.search-icon::after { content:""; position:absolute; right:36px; bottom:18px; width:44px; height:44px; border:7px solid var(--green); border-radius:50%; box-shadow:22px 24px 0 -10px var(--green); }

.report-section { background:linear-gradient(180deg,#f5fcf8 0%,#fff 100%); }
.dashboard-frame { padding:14px; background:#fff; border:1px solid var(--border); border-radius:28px; box-shadow:var(--shadow); overflow:hidden; }
.dashboard-frame img { width:100%; border-radius:20px; }
.report-note-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:18px; align-items:start; margin-top:18px; }
.report-note-grid p { margin:0; padding:18px 20px; border-radius:18px; background:#fff; border:1px solid var(--border); font-weight:800; }
.report-note-grid .small-note { font-size:.82rem; color:var(--muted); font-weight:700; }

.recommend-section { padding-top:40px; }
.recommend-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.recommend-grid article { min-height:138px; display:grid; place-items:center; text-align:center; padding:22px; background:#fff; border:1px solid var(--border); border-radius:22px; box-shadow:var(--shadow-soft); }
.recommend-grid span { display:grid; place-items:center; width:54px; height:54px; margin-bottom:8px; border-radius:50%; color:var(--green); background:var(--green-soft); font-size:1.8rem; font-weight:900; }
.recommend-grid p { margin:0; font-weight:900; }

.flow-section { background:#fff9f0; }
.flow-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.flow-grid article { position:relative; padding:24px 22px; background:#fff; border:1px solid var(--border); border-radius:22px; box-shadow:var(--shadow-soft); }
.flow-grid article:not(:last-child)::after { content:""; position:absolute; right:-19px; top:50%; width:0; height:0; border-top:13px solid transparent; border-bottom:13px solid transparent; border-left:16px solid var(--green); transform:translateY(-50%); }
.flow-grid span { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; color:#fff; background:var(--green); font-weight:900; }
.flow-grid h3 { color:var(--green-dark); margin:14px 0 6px; }
.flow-grid p { margin:0; font-weight:700; }

.price-cards { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.plan-card { position:relative; overflow:hidden; padding:26px; border-radius:24px; background:#fff; border:2px solid var(--border); box-shadow:var(--shadow-soft); }
.plan-card::after { content:""; position:absolute; right:-30px; bottom:-50px; width:170px; height:170px; border-radius:50%; background:var(--green-soft); }
.plan-card.wide { border-color:rgba(245,130,31,.36); }
.plan-card.wide::after { background:var(--orange-soft); }
.plan-card p { margin:0; color:var(--green); font-weight:900; }
.plan-card.wide p { color:var(--orange-dark); }
.plan-card h3 { margin:4px 0 8px; font-size:1.28rem; }
.plan-card div { color:var(--orange-dark); line-height:1.15; }
.plan-card b { font-size:3.2rem; letter-spacing:-.04em; }
.plan-card small { font-weight:900; }
.price-table-wrap { display:grid; grid-template-columns:1fr .85fr; gap:18px; margin-top:18px; }
.price-table { width:100%; border-collapse:collapse; overflow:hidden; border-radius:20px; background:#fff; box-shadow:var(--shadow-soft); }
.price-table caption { caption-side:top; color:#fff; background:var(--green); font-weight:900; padding:9px; border-radius:18px 18px 0 0; }
.price-table th, .price-table td { border:1px solid var(--border); padding:12px; text-align:center; font-weight:800; }
.price-table th { background:#f0faf4; color:var(--green-dark); }
.price-aside { padding:24px; border-radius:22px; background:var(--green-pale); border:1px solid var(--border); }
.price-aside h3 { margin:0 0 8px; color:var(--green-dark); }
.price-aside p { margin:0; font-weight:700; }

.faq-section { background:#f7fcf9; }
.faq-list { display:grid; gap:12px; }
details { background:#fff; border:1px solid var(--border); border-radius:18px; box-shadow:var(--shadow-soft); overflow:hidden; }
summary { cursor:pointer; list-style:none; padding:18px 22px; color:var(--green-dark); font-weight:900; display:flex; justify-content:space-between; gap:20px; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"⌄"; color:var(--green); font-size:1.4rem; }
details[open] summary::after { transform:rotate(180deg); }
details p { margin:0; padding:0 22px 18px; font-weight:700; }

.bottom-cta { padding:44px 0; color:#fff; background:radial-gradient(circle at 18% 20%,rgba(255,255,255,.14),transparent 28%), linear-gradient(135deg,#008544,#00542b); }
.bottom-grid { display:grid; grid-template-columns:160px 1fr 260px; gap:30px; align-items:center; }
.bottom-person { height:170px; border-radius:28px; background:linear-gradient(180deg,#ffe2bd 0 30%, #0a7b3e 30% 100%); box-shadow:inset 0 0 0 5px rgba(255,255,255,.32); position:relative; }
.bottom-person::before { content:""; position:absolute; top:18px; left:50%; width:66px; height:66px; transform:translateX(-50%); border-radius:50%; background:#ffdfba; box-shadow:0 -12px 0 3px #2a4a33 inset; }
.bottom-person::after { content:"✓"; position:absolute; right:18px; top:50px; color:var(--yellow); font-size:2.5rem; font-weight:900; }
.bottom-copy h2 { margin:0; font-size:clamp(2rem,4vw,3.35rem); line-height:1.2; }
.bottom-copy h2 span { color:var(--yellow); }
.bottom-copy p { margin:6px 0 12px; font-weight:800; }
.tel { display:block; color:var(--yellow); font-size:clamp(2.1rem,4.2vw,3.6rem); line-height:1; font-weight:900; letter-spacing:.02em; }
.tel::before { content:"☎ "; color:#fff; font-size:.72em; }
.site-url { display:inline-block; margin-top:10px; font-size:1.18rem; font-weight:900; }
.site-url::before { content:"🌐 "; }
.bottom-form { display:grid; justify-items:center; gap:12px; }
.bottom-form img { width:112px; padding:8px; background:#fff; border-radius:12px; }
.button.white { color:#fff; background:linear-gradient(135deg,var(--orange),var(--orange-dark)); box-shadow:0 14px 28px rgba(0,0,0,.18); }
.bottom-form small { opacity:.86; font-weight:800; }
.site-footer { padding:28px 0; background:#fff; border-top:1px solid var(--border); }
.footer-inner { display:flex; align-items:center; justify-content:space-between; gap:28px; font-size:.82rem; font-weight:700; }
.footer-inner img { height:34px; margin-bottom:8px; }
.footer-inner p { margin:0; color:var(--muted); }
.footer-inner nav { display:flex; gap:22px; font-weight:900; }

@media (max-width: 1080px) {
  .brand { width:auto; }
  .brand span { display:none; }
  .global-nav { gap:16px; }
  .header-cta { padding-inline:18px; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-visual-card { max-width:680px; margin-inline:auto; }
  .feature-grid, .recommend-grid, .flow-grid { grid-template-columns:repeat(2,1fr); }
  .flow-grid article:not(:last-child)::after { display:none; }
  .worry-box { grid-template-columns:130px 1fr; }
  .check-list { grid-column:1 / -1; }
}
@media (max-width: 820px) {
  .container { width:min(100% - 28px, 1160px); }
  .global-nav, .header-cta { display:none; }
  .menu-button { display:inline-block; margin-left:auto; }
  .mobile-nav { display:none; padding:0 18px 18px; border-top:1px solid var(--border); background:#fffefa; }
  .mobile-nav.is-open { display:grid; gap:8px; }
  .mobile-nav a { padding:10px 6px; font-weight:900; color:var(--green-dark); }
  .mobile-nav .mobile-form { color:#fff; background:var(--orange); text-align:center; border-radius:999px; }
  .brand img { height:38px; }
  .hero { padding:34px 0 44px; }
  .hero h1 { font-size:clamp(3rem,14vw,4.8rem); }
  .hero-actions .button { width:100%; }
  .worry-box { grid-template-columns:1fr; text-align:left; padding:22px; }
  .worry-person { display:none; }
  .feature-grid, .recommend-grid, .flow-grid, .price-cards, .price-table-wrap, .report-note-grid, .bottom-grid { grid-template-columns:1fr; }
  .dashboard-frame { padding:8px; border-radius:20px; overflow-x:auto; }
  .dashboard-frame img { min-width:900px; max-width:none; width:900px; }
  .bottom-person { display:none; }
  .bottom-form { justify-items:start; }
  .footer-inner { flex-direction:column; align-items:flex-start; }
  .footer-inner nav { flex-wrap:wrap; }
}
@media (max-width: 520px) {
  .service-pills li { flex:1 1 calc(50% - 10px); justify-content:center; }
  .price-main { text-align:left; }
  .plan-card b { font-size:2.4rem; }
  .hero-visual-card { margin-inline:-8px; padding:6px; border-radius:22px; }
  .hero-visual-card img { border-radius:18px; }
}


/* Updated feature card visuals */
.feature-card { display:flex; flex-direction:column; }
.feature-visual { margin:14px 0 16px; border-radius:18px; overflow:hidden; background:var(--green-pale); border:1px solid #edf4ef; box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); }
.feature-visual img { display:block; width:100%; height:auto; aspect-ratio: 4 / 3; object-fit:cover; }
@media (max-width: 767px) {
  .feature-visual { margin:12px 0 14px; }
}


/* Updated section visuals for clearer meaning */
.worry-visual { margin:0; width:100%; max-width:220px; }
.worry-visual img { display:block; width:100%; height:auto; border-radius:20px; border:1px solid var(--border); background:#fff; box-shadow:var(--shadow-soft); }
.recommend-grid article { display:flex; flex-direction:column; align-items:center; justify-content:flex-start; }
.recommend-visual { margin:0 0 14px; width:100%; max-width:114px; }
.recommend-visual img { display:block; width:100%; height:auto; border-radius:18px; }
.recommend-grid p { margin:0; font-weight:900; }
.bottom-visual { margin:0; display:flex; align-items:flex-end; justify-content:center; }
.bottom-visual img { display:block; width:100%; max-width:230px; height:auto; }

@media (max-width: 767px) {
  .worry-visual { max-width:100%; }
  .worry-box { grid-template-columns:1fr; }
  .bottom-visual { order:-1; }
  .bottom-visual img { max-width:180px; }
  .worry-person, .bottom-person { display:none !important; }
}


/* CTA: illustration removed */
.bottom-grid { grid-template-columns: 1fr 260px; gap:42px; }
.bottom-copy { padding-left:0; }
.bottom-copy h2 { max-width:760px; }
.bottom-copy .tel { letter-spacing:.02em; }
@media (max-width: 767px) {
  .bottom-grid { grid-template-columns:1fr; gap:22px; }
}


/* Hero readability and balance adjustments */
.hero { padding:58px 0 66px; }
.hero-grid {
  grid-template-columns:minmax(0, 520px) minmax(420px, 1fr);
  gap:54px;
  align-items:center;
}
.hero-copy { max-width:540px; }
.eyebrow { margin-bottom:18px; }
.hero-title-balanced {
  margin:0;
  line-height:.96;
  letter-spacing:-.055em;
  font-weight:900;
}
.hero-title-balanced .title-line {
  display:block;
  white-space:nowrap;
}
.hero-title-balanced .title-green {
  color:var(--green);
  font-size:clamp(4.6rem, 6.0vw, 6.1rem);
}
.hero-title-balanced .title-orange {
  color:var(--orange-dark);
  font-size:clamp(3.6rem, 4.75vw, 4.95rem);
  letter-spacing:-.05em;
}
.hero-title-balanced .title-pack { margin-top:-.06em; }
.hero-lead {
  margin:26px 0 10px;
  font-size:clamp(1.48rem, 2.15vw, 1.82rem);
  line-height:1.45;
  letter-spacing:-.01em;
  max-width:520px;
}
.hero-text {
  margin:0 0 26px;
  font-size:1.02rem;
  line-height:1.9;
  max-width:540px;
}
.service-pills { gap:11px 12px; margin-bottom:22px; }
.service-pills li { padding-inline:16px; }
.hero-price { width:100%; max-width:540px; padding:16px 22px 20px; }
.price-top { justify-content:center; gap:9px 12px; }
.price-main b { font-size:clamp(3rem, 4.3vw, 4.15rem); }
.hero-actions { gap:16px; align-items:center; }
.hero-actions .button { min-width:180px; }
.form-note { margin-top:8px; }
.hero-visual-card {
  width:100%;
  max-width:560px;
  justify-self:end;
  padding:12px;
}
.hero-visual-card img { border-radius:24px; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns:1fr; gap:34px; }
  .hero-copy { max-width:720px; }
  .hero-title-balanced .title-green { font-size:clamp(4rem, 10vw, 5.5rem); }
  .hero-title-balanced .title-orange { font-size:clamp(3.2rem, 8.4vw, 4.6rem); }
  .hero-lead, .hero-text, .hero-price { max-width:640px; }
  .hero-visual-card { justify-self:center; max-width:640px; }
}
@media (max-width: 820px) {
  .hero { padding:36px 0 48px; }
  .hero-title-balanced .title-green { font-size:clamp(3.4rem, 14vw, 4.8rem); }
  .hero-title-balanced .title-orange { font-size:clamp(2.7rem, 11.5vw, 4rem); }
  .hero-lead { font-size:clamp(1.35rem, 6vw, 1.8rem); line-height:1.48; }
  .hero-text { font-size:.98rem; line-height:1.85; }
  .desktop-break { display:none; }
  .price-top { justify-content:flex-start; }
  .hero-actions .button { width:100%; min-width:0; }
}
@media (max-width: 520px) {
  .hero-title-balanced .title-green { font-size:clamp(3rem, 15.8vw, 4.1rem); }
  .hero-title-balanced .title-orange { font-size:clamp(2.4rem, 12.3vw, 3.45rem); }
  .hero-lead { margin-top:22px; }
  .hero-price { padding:14px 16px 18px; }
}


/* Hero one-line adjustments */
.hero-title-balanced .title-combined { white-space: nowrap; }
.hero-lead { white-space: nowrap; }
.service-pills { display:flex; flex-wrap:nowrap; gap:10px; overflow-x:auto; -webkit-overflow-scrolling:touch; padding-bottom:2px; }
.service-pills li { flex:0 0 auto; white-space:nowrap; font-size:.96rem; padding-inline:14px; }
@media (max-width: 900px) {
  .hero-lead { white-space: normal; }
  .service-pills { flex-wrap:wrap; overflow-x:visible; }
}
@media (max-width: 520px) {
  .hero-title-balanced .title-orange.title-combined { font-size: clamp(2.2rem, 10.8vw, 3.1rem); }
}


/* Hero visibility fixes */
.hero-grid {
  grid-template-columns: minmax(0, 620px) minmax(340px, 500px);
  gap: 28px;
  align-items: center;
}
.hero-copy {
  max-width: 620px;
}
.hero-title-balanced {
  max-width: 100%;
}
.hero-title-balanced .title-green {
  font-size: clamp(4.25rem, 5.2vw, 5.7rem);
}
.hero-title-balanced .title-orange {
  font-size: clamp(3.1rem, 4.15vw, 4.35rem);
  letter-spacing: -0.045em;
}
.hero-title-balanced .title-orange.title-combined {
  font-size: clamp(3rem, 4.05vw, 4.15rem);
}
.hero-visual-card {
  max-width: 500px;
  justify-self: end;
}
.service-pills {
  flex-wrap: nowrap;
  overflow: visible;
  gap: 8px;
}
.service-pills li {
  min-height: 38px;
  padding: 7px 12px;
  font-size: 0.88rem;
  gap: 6px;
}
.service-pills span {
  width: 22px;
  height: 22px;
  font-size: 0.82rem;
}
@media (max-width: 1240px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 22px;
  }
  .hero-copy { max-width: 100%; }
  .service-pills li {
    padding: 7px 10px;
    font-size: 0.84rem;
  }
  .hero-title-balanced .title-orange.title-combined {
    font-size: clamp(2.75rem, 3.9vw, 3.8rem);
  }
}
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 720px; }
  .service-pills { flex-wrap: wrap; gap: 10px; }
  .service-pills li { font-size: .92rem; padding: 8px 14px; }
  .hero-visual-card { justify-self: center; max-width: 640px; }
}
@media (max-width: 820px) {
  .hero-title-balanced .title-orange.title-combined {
    font-size: clamp(2.5rem, 11vw, 3.7rem);
  }
}
@media (max-width: 520px) {
  .hero-title-balanced .title-orange.title-combined {
    font-size: clamp(2.2rem, 10.4vw, 3rem);
  }
}


/* Line-break refinements */
.nowrap { white-space: nowrap; }
.feature-card h3 { text-wrap: balance; }
.section-title p, .report-note-grid p { text-wrap: balance; }
@media (max-width: 820px) {
  .nowrap { white-space: normal; }
}

/* Header brand line-break fix */
.brand {
  width: auto;
  min-width: max-content;
}
.brand span {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex: 0 0 auto;
}
@media (max-width: 1080px) {
  .brand {
    min-width: 0;
  }
}


/* Hero rebalance + realistic hero visual */
.hero-grid { grid-template-columns: minmax(0, 530px) minmax(360px, 1fr); gap: 40px; align-items: center; }
.hero-copy { max-width: 530px; }
.hero-title-balanced { margin: 0; line-height: .88; letter-spacing: -.045em; }
.hero-title-balanced .title-line { display: block; white-space: nowrap; }
.hero-title-balanced .title-green { color: var(--green); font-size: clamp(4.65rem, 6vw, 6rem); }
.hero-title-balanced .title-orange { color: var(--orange-dark); font-size: clamp(3.55rem, 4.7vw, 4.7rem); letter-spacing: -.04em; }
.hero-title-balanced .title-pack { font-size: clamp(3.3rem, 4.05vw, 4.15rem); margin-top: -.03em; }
.hero-lead { margin-top: 24px; }
.hero-visual-card { max-width: 560px; justify-self: end; padding: 12px; background: rgba(255,255,255,.76); }
.hero-visual-card img { border-radius: 26px; }
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 720px; }
  .hero-title-balanced .title-green { font-size: clamp(4.1rem, 10vw, 5.4rem); }
  .hero-title-balanced .title-orange { font-size: clamp(3rem, 7.9vw, 4.2rem); }
  .hero-title-balanced .title-pack { font-size: clamp(2.9rem, 7vw, 3.8rem); }
  .hero-visual-card { max-width: 640px; justify-self: center; }
}
@media (max-width: 520px) {
  .hero-title-balanced .title-green { font-size: clamp(3.25rem, 15vw, 4.25rem); }
  .hero-title-balanced .title-orange { font-size: clamp(2.55rem, 11.7vw, 3.35rem); }
  .hero-title-balanced .title-pack { font-size: clamp(2.35rem, 10.2vw, 3rem); }
}


/* Hero title same-size + one-line adjustment */
.hero-grid {
  grid-template-columns: minmax(0, 620px) minmax(320px, 1fr);
  gap: 34px;
}
.hero-copy {
  max-width: 620px;
}
.hero-title-two-lines {
  line-height: .9;
  letter-spacing: -.045em;
}
.hero-title-two-lines .title-line {
  display: block;
  white-space: nowrap;
}
.hero-title-two-lines .title-green,
.hero-title-two-lines .title-orange.title-combined {
  font-size: clamp(3.95rem, 5.25vw, 5.4rem);
}
.hero-title-two-lines .title-orange.title-combined {
  letter-spacing: -.055em;
}
.hero-visual-card {
  max-width: 520px;
}
@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 24px;
  }
  .hero-copy { max-width: 100%; }
  .hero-title-two-lines .title-green,
  .hero-title-two-lines .title-orange.title-combined {
    font-size: clamp(3.45rem, 5vw, 4.7rem);
  }
}
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 720px; }
  .hero-visual-card { max-width: 640px; justify-self: center; }
  .hero-title-two-lines .title-green,
  .hero-title-two-lines .title-orange.title-combined {
    font-size: clamp(3.35rem, 9.2vw, 4.75rem);
  }
}
@media (max-width: 520px) {
  .hero-title-two-lines .title-green,
  .hero-title-two-lines .title-orange.title-combined {
    font-size: clamp(2.3rem, 9.6vw, 3.1rem);
  }
  .hero-title-two-lines {
    line-height: .94;
  }
}


/* Hero title no-clip fix */
.hero-grid {
  grid-template-columns: minmax(0, 660px) minmax(280px, 420px);
  gap: 20px;
  align-items: center;
}
.hero-copy {
  max-width: 660px;
}
.hero-title-two-lines {
  line-height: .92;
  letter-spacing: -0.06em;
  max-width: 100%;
}
.hero-title-two-lines .title-line {
  display: block;
  white-space: nowrap;
}
.hero-title-two-lines .title-green,
.hero-title-two-lines .title-orange.title-combined {
  font-size: clamp(3.55rem, 4.6vw, 4.45rem);
}
.hero-title-two-lines .title-orange.title-combined {
  letter-spacing: -0.075em;
}
.hero-visual-card {
  max-width: 420px;
  justify-self: end;
}
.hero-visual-card img {
  width: 100%;
  height: auto;
}
@media (max-width: 1240px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
    gap: 18px;
  }
  .hero-copy { max-width: 100%; }
  .hero-title-two-lines .title-green,
  .hero-title-two-lines .title-orange.title-combined {
    font-size: clamp(3.25rem, 4.5vw, 4rem);
  }
}
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 720px; }
  .hero-visual-card { max-width: 640px; justify-self: center; }
  .hero-title-two-lines .title-green,
  .hero-title-two-lines .title-orange.title-combined {
    font-size: clamp(3.25rem, 9vw, 4.4rem);
  }
}
@media (max-width: 520px) {
  .hero-title-two-lines { line-height: .95; }
  .hero-title-two-lines .title-green,
  .hero-title-two-lines .title-orange.title-combined {
    font-size: clamp(2.15rem, 9.2vw, 3rem);
  }
  .hero-title-two-lines .title-orange.title-combined {
    letter-spacing: -0.06em;
  }
}


/* Hero title line-gap adjustment */
.hero-title-two-lines .title-orange.title-combined {
  margin-top: 4px; /* about 1mm visual gap */
}
@media (max-width: 520px) {
  .hero-title-two-lines .title-orange.title-combined {
    margin-top: 3px;
  }
}
