@charset "utf-8";

:root {
  --navy: #183b4b;
  --navy-dark: #0f2b38;
  --navy-soft: #315868;
  --ivory: #f7f3ea;
  --ivory-deep: #eee5d5;
  --white: #ffffff;
  --ink: #222a2d;
  --muted: #667075;
  --gold: #a9874f;
  --gold-light: #d7c39b;
  --line: #d9ddd9;
  --mail: #315b77;
  --line-green: #168642;
  --shadow: 0 18px 50px rgba(15, 43, 56, 0.12);
  --radius: 18px;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", "Hiragino Kaku Gothic ProN", serif;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  background-image: radial-gradient(#000 0.55px, transparent 0.55px);
  background-size: 5px 5px;
  z-index: 9999;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 8px 12px;
  background: #fff;
  color: #000;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.section-inner { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-heading.align-left { margin-left: 0; text-align: left; }
.section-heading h2,
.access-section h2,
.philosophy-copy h2,
.cta-band h2,
.final-cta h2 {
  margin: 0 0 18px;
  color: var(--navy-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.45;
  letter-spacing: .05em;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
  text-wrap: pretty;
}
.section-heading p { margin: 0; color: var(--muted); }
.section-label {
  margin: 0 0 12px !important;
  color: var(--gold) !important;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.mobile-br { display: none; }
.responsive-heading span { display: inline; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(24,59,75,.12);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(calc(100% - 36px), 1320px);
  min-height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 110px; }
.brand-copy { color: var(--navy); font-size: .75rem; letter-spacing: .08em; white-space: nowrap; }
.header-nav { margin-left: auto; display: flex; gap: 25px; font-size: .84rem; }
.header-nav a { text-decoration: none; position: relative; }
.header-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--gold); transition: .25s; }
.header-nav a:hover::after { right: 0; }
.header-cta { display: flex; gap: 8px; }

/* Buttons */
.button {
  min-height: 64px;
  padding: 11px 24px;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .04em;
  box-shadow: 0 10px 24px rgba(15,43,56,.13);
  transition: transform .2s, filter .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 14px 30px rgba(15,43,56,.18); }
.button-mail { background: var(--mail); }
.button-line { background: var(--line-green); }
.button-kicker { margin-bottom: 2px; font-size: .67rem; font-weight: 500; opacity: .9; }
.button-small { min-height: 50px; padding: 8px 16px; font-size: .8rem; }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(112deg, #fbf9f4 0%, #f3ecdf 58%, #e7dfd0 100%); }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; right: -170px; top: -210px; border: 1px solid rgba(169,135,79,.28); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 360px; height: 360px; left: -190px; bottom: -220px; border: 1px solid rgba(24,59,75,.13); border-radius: 50%; }
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1240px);
  min-height: 700px;
  margin-inline: auto;
  padding: 78px 0 74px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 72px;
  align-items: center;
}
.eyebrow { margin: 0 0 20px; color: var(--navy-soft); font-size: .88rem; font-weight: 700; letter-spacing: .16em; }
.hero h1 { margin: 0; color: var(--navy-dark); font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1.35; letter-spacing: .04em; font-weight: 600; }
.hero h1 span { color: var(--navy); position: relative; display: inline-block; }
.hero h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.1em; height: .13em; background: linear-gradient(90deg, var(--gold-light), transparent); z-index: -1; }
.hero-lead { margin: 28px 0 22px; color: #3d494e; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.hero-points span { padding: 5px 12px; border: 1px solid rgba(24,59,75,.24); border-radius: 999px; background: rgba(255,255,255,.68); color: var(--navy); font-family: "Yu Gothic", sans-serif; font-size: .78rem; font-weight: 700; }
.hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 580px; }
.cta-note { margin: 13px 0 0; color: var(--muted); font-size: .8rem; }
.hero-visual { position: relative; }
.hero-image-frame { padding: 14px; background: #fff; box-shadow: var(--shadow); transform: rotate(1.4deg); }
.hero-image-frame img { width: 100%; aspect-ratio: 700 / 336; object-fit: cover; }
.hero-image-label { display: block; padding: 10px 4px 2px; color: var(--muted); font-size: .75rem; letter-spacing: .08em; text-align: right; }
.hero-stats { width: calc(100% - 56px); margin: -10px auto 0; padding: 19px 18px; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy-dark); color: #fff; box-shadow: 0 14px 34px rgba(15,43,56,.24); }
.hero-stats div { text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { display: block; font-family: Georgia, serif; font-size: 1.8rem; line-height: 1.1; }
.hero-stats strong span { font-size: .65em; }
.hero-stats small { font-family: "Yu Gothic", sans-serif; font-size: .66rem; opacity: .8; }

/* Trust */
.trust-strip { padding: 26px 0; background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 4px 24px; border-right: 1px solid rgba(255,255,255,.18); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { width: 48px; height: 48px; border: 1px solid rgba(215,195,155,.8); border-radius: 50%; display: grid; place-items: center; color: var(--gold-light); font-family: Georgia, serif; font-size: .8rem; }
.trust-grid p { margin: 0; font-family: "Yu Gothic", sans-serif; font-size: .76rem; line-height: 1.6; }
.trust-grid strong { font-size: .86rem; }

/* Problems */
.problem-section { background: var(--white); }
.problem-section .section-heading { max-width: 980px; }
.problem-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.problem-card { min-height: 230px; display: grid; grid-template-columns: minmax(240px, 44%) 1fr; gap: 18px; padding: 14px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 28px rgba(15,43,56,.06); }
.problem-card img { width: 100%; height: 100%; object-fit: cover; }
.problem-card > div { padding: 18px 22px 18px 0; align-self: center; }
.problem-card span { color: var(--gold); font-family: Georgia, serif; font-size: .9rem; }
.problem-card h3 { margin: 8px 0 10px; color: var(--navy); font-size: 1.2rem; line-height: 1.5; }
.problem-card p { margin: 0; color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .85rem; }

/* Cases */
.cases-section { background: var(--navy-dark); color: #fff; }
.heading-light h2 { color: #fff; }
.heading-light p:not(.section-label) { color: rgba(255,255,255,.72); }
.case-list { display: grid; gap: 28px; }
.case-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; padding: 20px 24px; background: #fff; color: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.17); }
.case-reverse .case-image { order: 2; }
.case-image { min-width: 0; }
.case-image img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.case-content { min-width: 0; padding: 26px 8px 26px 0; align-self: center; }
.case-reverse .case-content { padding: 26px 0 26px 8px; }
.case-type { margin: 0 0 7px; color: var(--gold); font-family: "Yu Gothic", sans-serif; font-size: .73rem; font-weight: 700; letter-spacing: .12em; }
.case-content h3 { margin: 0 0 25px; color: var(--navy-dark); font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.5; }
.case-content dl { margin: 0; }
.case-content dl > div { display: grid; grid-template-columns: 100px 1fr; padding: 10px 0; border-top: 1px solid var(--line); }
.case-content dt { color: var(--navy); font-family: "Yu Gothic", sans-serif; font-size: .76rem; font-weight: 700; }
.case-content dd { margin: 0; color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .84rem; }
.center-actions { margin-top: 40px; text-align: center; }
.center-actions p { color: rgba(255,255,255,.68); }
.text-link { color: var(--gold-light); text-underline-offset: 5px; }

/* Possible */
.possible-section { background: var(--ivory); }
.two-column { display: grid; grid-template-columns: 1fr .86fr; gap: 70px; align-items: center; }
.check-panel { padding: 34px; background: #fff; border-left: 4px solid var(--gold); box-shadow: 0 12px 30px rgba(15,43,56,.07); }
.check-panel h3 { margin-top: 0; color: var(--navy); }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { position: relative; padding: 9px 0 9px 30px; border-top: 1px solid var(--line); font-family: "Yu Gothic", sans-serif; font-size: .9rem; }
.check-list li::before { content: "✓"; position: absolute; left: 5px; color: var(--gold); font-weight: 700; }
.honesty-panel { padding: 50px 44px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.honesty-title { margin-top: 0; color: var(--gold-light); font-size: 1.35rem; line-height: 1.6; }
.honesty-panel p { color: rgba(255,255,255,.78); }
.honesty-panel strong { display: block; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); line-height: 1.8; }

/* Price */
.price-section { background: #fff; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.price-card { padding: 28px 20px; border: 1px solid var(--line); text-align: center; transition: .2s; }
.price-card:hover { transform: translateY(-4px); border-color: var(--gold-light); box-shadow: 0 12px 30px rgba(15,43,56,.08); }
.price-category { display: inline-block; margin: 0 0 16px; padding: 3px 10px; border-radius: 999px; background: var(--ivory); color: var(--gold); font-family: "Yu Gothic", sans-serif; font-size: .7rem; font-weight: 700; }
.price-card h3 { margin: 0; color: var(--navy); font-size: 1rem; }
.price { margin: 16px 0 4px; color: var(--navy-dark); font-family: "Yu Gothic", sans-serif; }
.price strong { font-family: Georgia, serif; font-size: 2rem; }
.price-card small { color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .7rem; }
.price-notes { margin-top: 24px; padding: 30px 34px; background: var(--ivory); border: 1px solid var(--ivory-deep); }
.price-notes p { margin-top: 0; color: var(--navy); }
.price-notes ul { margin: 0; padding-left: 1.4em; color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .82rem; }

/* CTA band */
.cta-band { padding: 54px 0; background: linear-gradient(110deg, #efe5d3, #f8f5ee); }
.cta-band-inner { display: grid; grid-template-columns: 1fr 520px; gap: 60px; align-items: center; }
.cta-band h2 { font-size: clamp(1.7rem, 3vw, 2.45rem); }
.cta-band p:not(.section-label) { margin-bottom: 0; color: var(--muted); }
.cta-band-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* Flow */
.flow-section { background: var(--white); }
.flow-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: flow; }
.flow-list li { position: relative; padding: 28px 22px; border-top: 3px solid var(--gold); background: var(--ivory); }
.flow-list li:not(:last-child)::after { content: "→"; position: absolute; right: -18px; top: 50%; z-index: 2; color: var(--gold); font-family: Arial, sans-serif; font-size: 1.4rem; }
.flow-list span { color: var(--gold); font-family: Georgia, serif; font-size: 1.5rem; }
.flow-list h3 { margin: 12px 0 8px; color: var(--navy); font-size: 1.05rem; }
.flow-list p { margin: 0; color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .78rem; }

/* Philosophy */
.philosophy-section { background: var(--navy-dark); color: #fff; }
.philosophy-grid { display: grid; grid-template-columns: minmax(300px, 34%) minmax(0, 1fr); gap: 56px; align-items: center; }
.owner-photo-placeholder { min-height: 500px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(215,195,155,.55); background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(169,135,79,.12)); color: var(--gold-light); }
.owner-photo-placeholder span { display: block; font-size: 1.35rem; letter-spacing: .16em; }
.owner-photo-placeholder small { opacity: .65; }
.philosophy-copy { min-width: 0; }
.philosophy-copy h2 { color: #fff; font-size: clamp(1.95rem, 3.1vw, 2.85rem); line-height: 1.6; letter-spacing: .03em; overflow-wrap: break-word; }
.philosophy-copy p { color: rgba(255,255,255,.75); }
.philosophy-copy blockquote { margin: 30px 0; padding: 24px 28px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.05); color: #fff; font-size: 1.08rem; }
.signature { text-align: right; color: var(--gold-light) !important; }

/* Voices */
.voice-section { background: var(--ivory); }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice-card { padding: 34px 30px; background: #fff; border: 1px solid var(--ivory-deep); box-shadow: 0 10px 30px rgba(15,43,56,.06); }
.voice-quote { margin: 0 0 14px; color: var(--navy); font-size: 1.16rem; line-height: 1.7; }
.voice-meta { margin: 0 0 18px; color: var(--gold); font-family: "Yu Gothic", sans-serif; font-size: .78rem; font-weight: 700; }
.voice-card > p:not(.voice-quote):not(.voice-meta) { color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .82rem; }
.voice-work { display: inline-block; margin-top: 8px; padding: 4px 9px; background: var(--ivory); color: var(--navy); font-family: "Yu Gothic", sans-serif; font-size: .67rem; }

/* FAQ */
.faq-section { background: #fff; }
.faq-inner { max-width: 920px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 58px 24px 48px; cursor: pointer; list-style: none; color: var(--navy); font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "Q"; position: absolute; left: 8px; top: 20px; color: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; }
.faq-list summary::after { content: "+"; position: absolute; right: 12px; top: 20px; font-family: Arial, sans-serif; font-size: 1.5rem; font-weight: 300; transition: .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details > div { padding: 0 48px 24px; color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .88rem; }
.faq-list details > div p { margin: 0; }

/* Access */
.access-section { background: var(--ivory); }
.access-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; }
.access-section h2 { font-size: clamp(1.8rem, 3.5vw, 2.7rem); }
.access-section > .section-inner > div > p:not(.section-label) { color: var(--muted); }
.shop-info { margin-top: 28px; }
.shop-info > div { display: grid; grid-template-columns: 90px 1fr; padding: 9px 0; border-top: 1px solid rgba(24,59,75,.12); }
.shop-info dt { color: var(--gold); font-family: "Yu Gothic", sans-serif; font-size: .75rem; font-weight: 700; }
.shop-info dd { margin: 0; font-family: "Yu Gothic", sans-serif; font-size: .86rem; }
.shop-info a { color: var(--navy); font-size: 1.1rem; font-weight: 700; }
.map-wrap { min-height: 420px; padding: 10px; background: #fff; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 400px; border: 0; display: block; }

/* Final CTA */
.final-cta { position: relative; overflow: hidden; padding: 96px 0; background: var(--navy); color: #fff; text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(215,195,155,.35); pointer-events: none; }
.final-cta-inner { position: relative; z-index: 1; }
.final-cta h2 { color: #fff; }
.final-cta p:not(.section-label) { color: rgba(255,255,255,.78); }
.final-actions { margin: 32px auto 0; }
.phone-guide { margin-top: 24px; font-family: "Yu Gothic", sans-serif; font-size: .88rem; }
.phone-guide a { color: #fff; font-size: 1.45rem; font-weight: 700; text-decoration: none; }
.phone-guide span { font-size: .78rem; }

/* Footer */
.site-footer { padding: 34px 0 110px; background: #0b202a; color: rgba(255,255,255,.72); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-brand img { width: 100px; filter: brightness(0) invert(1); opacity: .9; }
.footer-links { display: flex; justify-content: center; gap: 24px; font-family: "Yu Gothic", sans-serif; font-size: .75rem; }
.footer-links a { color: inherit; }
.site-footer small { font-family: "Yu Gothic", sans-serif; font-size: .68rem; }

.mobile-cta { display: none; }
.page-top { position: fixed; right: 24px; bottom: 24px; z-index: 900; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(15,43,56,.9); color: #fff; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s; }
.page-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Contact page */
.contact-page { min-height: 100vh; background: var(--ivory); }
.contact-hero { padding: 70px 0 30px; text-align: center; }
.contact-hero h1 { margin: 0 0 14px; color: var(--navy-dark); font-size: clamp(2rem, 5vw, 3.2rem); }
.contact-hero p { color: var(--muted); }
.contact-wrap { width: min(calc(100% - 40px), 860px); margin: 0 auto 90px; padding: 44px; background: #fff; box-shadow: var(--shadow); }
.form-note { margin: 0 0 26px; padding: 18px 20px; background: var(--ivory); color: var(--navy); font-family: "Yu Gothic", sans-serif; font-size: .84rem; }
.form-grid { display: grid; gap: 20px; }
.form-field label, .form-field legend { display: block; margin-bottom: 8px; color: var(--navy); font-family: "Yu Gothic", sans-serif; font-size: .86rem; font-weight: 700; }
.required { margin-left: 7px; padding: 2px 6px; background: #8d3c34; color: #fff; font-size: .65rem; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cdd3d1; border-radius: 4px; background: #fff; color: var(--ink); }
.form-field textarea { min-height: 170px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(49,91,119,.15); border-color: var(--mail); }
.file-list { display: grid; gap: 10px; }
.field-help { margin: 7px 0 0; color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .72rem; }
.form-submit { margin-top: 32px; text-align: center; }
.form-submit button { min-width: 320px; min-height: 58px; border: 0; cursor: pointer; }
.contact-back { display: inline-block; margin-top: 20px; color: var(--navy); font-size: .82rem; }

@media (max-width: 1120px) {
  .header-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-inner { gap: 42px; }
  .cta-band-inner { grid-template-columns: 1fr 460px; }
  .flow-list { grid-template-columns: repeat(3, 1fr); }
  .flow-list li:not(:last-child)::after { display: none; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .section-inner { width: min(calc(100% - 32px), var(--content)); }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 38px; }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .brand img { width: 86px; }
  .brand-copy, .header-cta { display: none; }
  .hero-inner { min-height: auto; padding: 54px 0 58px; grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: clamp(2.35rem, 10vw, 3.7rem); }
  .hero-visual { max-width: 650px; margin-inline: auto; }
  .trust-grid { grid-template-columns: 1fr; gap: 0; }
  .trust-grid > div { justify-content: flex-start; padding: 14px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .problem-grid { grid-template-columns: 1fr; }
  .case-card { grid-template-columns: 1fr; }
  .case-reverse .case-image { order: 0; }
  .case-image img { min-height: 0; }
  .two-column, .philosophy-grid, .access-grid { grid-template-columns: 1fr; gap: 38px; }
  .philosophy-grid { gap: 40px; }
  .owner-photo-placeholder { min-height: 360px; }
  .cta-band-inner { grid-template-columns: 1fr; gap: 28px; }
  .flow-list { grid-template-columns: 1fr 1fr; }
  .voice-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin-inline: auto; }
  .footer-links { flex-wrap: wrap; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); background: #fff; box-shadow: 0 -8px 24px rgba(15,43,56,.15); }
  .mobile-cta a { min-height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-family: "Yu Gothic", sans-serif; font-size: .92rem; font-weight: 700; }
  .mobile-cta span { font-size: .62rem; font-weight: 400; opacity: .9; }
  .mobile-mail { background: var(--mail); }
  .mobile-line { background: var(--line-green); }
  .page-top { bottom: 82px; right: 14px; }
}

@media (max-width: 560px) {
  :root {
    --mobile-gutter: 24px;
    --mobile-h1: clamp(1.84rem, 7.85vw, 2.12rem);
    --mobile-h2: clamp(1.46rem, 6.05vw, 1.72rem);
    --mobile-h2-tight: clamp(1.27rem, 5.25vw, 1.52rem);
  }
  .section-inner { width: min(calc(100% - var(--mobile-gutter)), var(--content)); }
  .section { padding: 62px 0; }
  .mobile-br { display: block; }
  .responsive-heading span { display: block; white-space: nowrap; }
  .section-heading h2, .access-section h2, .philosophy-copy h2, .cta-band h2, .final-cta h2 {
    max-width: 100%;
    font-size: var(--mobile-h2);
    line-height: 1.5;
    letter-spacing: .01em;
    word-break: keep-all;
    overflow-wrap: normal;
    text-wrap: balance;
  }
  .section-heading h2.heading-tight,
  .access-section h2.heading-tight,
  .philosophy-copy h2.heading-tight,
  .cta-band h2.heading-tight,
  .final-cta h2.heading-tight { font-size: var(--mobile-h2-tight); }
  .section-heading p,
  .access-section > .section-inner > div > p:not(.section-label),
  .philosophy-copy p,
  .final-cta p:not(.section-label) { font-size: .95rem; line-height: 1.9; }
  .desktop-only { display: none; }
  .hero-inner { width: min(calc(100% - var(--mobile-gutter)), 1240px); padding-top: 42px; }
  .eyebrow { font-size: .68rem; letter-spacing: .07em; }
  .hero h1 { max-width: 100%; font-size: var(--mobile-h1); line-height: 1.45; letter-spacing: .005em; }
  .hero h1 span { white-space: nowrap; font-size: .88em; }
  .hero-lead { font-size: .94rem; }
  .hero-points span { font-size: .69rem; }
  .hero-actions, .cta-band-actions { grid-template-columns: 1fr; }
  .button { min-height: 58px; }
  .hero-image-frame { padding: 8px; }
  .hero-stats { width: calc(100% - 18px); padding: 15px 8px; }
  .hero-stats strong { font-size: 1.25rem; }
  .hero-stats small { font-size: .56rem; }
  .problem-card { grid-template-columns: 1fr; gap: 0; padding: 12px; }
  .problem-card img { aspect-ratio: 700 / 336; }
  .problem-card > div { padding: 22px 10px 10px; }
  .case-card { gap: 18px; padding: 16px; }
  .case-content { padding: 8px 6px 14px; }
  .case-reverse .case-content { padding: 8px 6px 14px; }
  .case-content dl > div { grid-template-columns: 78px 1fr; }
  .check-panel, .honesty-panel { padding: 30px 24px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-notes { padding: 24px 20px; }
  .flow-list { grid-template-columns: 1fr; }
  .philosophy-grid, .access-grid { gap: 28px; }
  .owner-photo-placeholder { min-height: 280px; }
  .philosophy-copy blockquote { padding: 20px; font-size: .96rem; }
  .shop-info > div { grid-template-columns: 78px 1fr; gap: 10px; }
  .shop-info dd, .shop-info a { font-size: .95rem; }
  .faq-list summary { padding-left: 40px; padding-right: 46px; }
  .faq-list details > div { padding-left: 40px; padding-right: 12px; }
  .map-wrap { min-height: 330px; padding: 8px; }
  .map-wrap iframe { height: 310px; }
  .final-cta { padding: 72px 0; }
  .final-cta::before { inset: 10px; }
  .phone-guide { line-height: 1.8; }
  .phone-guide a { font-size: 1.8rem; }
  .phone-guide span { display: block; }
  .contact-wrap { width: min(calc(100% - 24px), 860px); padding: 28px 20px; }
  .form-submit button { min-width: 100%; }
}




/* Smartphone width tuning: Android 360, iPhone SE 375, iPhone 14/15 390,
   Android 412 and iPhone Plus/Pro Max 430 CSS px. */
@media (max-width: 374px) {
  :root {
    --mobile-gutter: 20px;
    --mobile-h1: 1.82rem;
    --mobile-h2: 1.42rem;
    --mobile-h2-tight: 1.22rem;
  }
  .hero-points { gap: 7px; }
  .hero-points span { padding: 7px 8px; font-size: .63rem; }
  .button { padding-inline: 14px; }
}

@media (min-width: 375px) and (max-width: 399px) {
  :root {
    --mobile-gutter: 22px;
    --mobile-h1: 1.94rem;
    --mobile-h2: 1.50rem;
    --mobile-h2-tight: 1.29rem;
  }
}

@media (min-width: 400px) and (max-width: 419px) {
  :root {
    --mobile-gutter: 24px;
    --mobile-h1: 2.03rem;
    --mobile-h2: 1.58rem;
    --mobile-h2-tight: 1.36rem;
  }
}

@media (min-width: 420px) and (max-width: 440px) {
  :root {
    --mobile-gutter: 26px;
    --mobile-h1: 2.12rem;
    --mobile-h2: 1.66rem;
    --mobile-h2-tight: 1.43rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Evidence / trust proof */
.proof-section { background: var(--ivory); }
.proof-section .section-heading { max-width: 880px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.proof-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ivory-deep); box-shadow: 0 14px 36px rgba(15,43,56,.08); }
.proof-image, .proof-collage { background: #e8e3da; }
.proof-image img { width: 100%; height: 260px; object-fit: cover; object-position: center 20%; }
.owner-proof-image img { object-position: center top; }
.proof-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.proof-collage a { min-width: 0; display: block; overflow: hidden; }
.proof-collage img { width: 100%; height: 260px; object-fit: cover; transition: transform .3s ease; }
.proof-collage a:hover img { transform: scale(1.025); }
.proof-body { flex: 1; padding: 28px 26px 30px; }
.proof-body h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.18rem; line-height: 1.55; }
.proof-body p { margin: 0; color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .84rem; }
.proof-number { margin-bottom: 10px !important; color: var(--gold) !important; font-family: Georgia, serif !important; }
.proof-number strong { color: var(--navy); font-size: 2rem; line-height: 1; }
.proof-number span { padding: 0 5px; color: var(--line); }
.proof-link { display: inline-flex; gap: 8px; margin-top: 17px; color: var(--navy); font-family: "Yu Gothic", sans-serif; font-size: .8rem; font-weight: 700; }
.proof-responsibility { margin: 26px 0 0; padding: 22px 26px; border-left: 4px solid var(--gold); background: #fff; color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .88rem; }
.proof-responsibility strong { color: var(--navy); }

.owner-photo { margin: 0; min-width: 0; }
.owner-photo img { width: 100%; min-height: 500px; max-height: 620px; object-fit: cover; object-position: center top; border: 1px solid rgba(215,195,155,.55); background: rgba(255,255,255,.05); }
.owner-photo figcaption { padding: 12px 14px; border: 1px solid rgba(215,195,155,.35); border-top: 0; color: var(--gold-light); font-family: "Yu Gothic", sans-serif; font-size: .74rem; text-align: center; }

@media (max-width: 980px) {
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { display: grid; grid-template-columns: minmax(250px, 38%) 1fr; }
  .proof-image img, .proof-collage img { height: 100%; min-height: 280px; }
}

@media (max-width: 620px) {
  .proof-card { display: flex; }
  .proof-image img, .proof-collage img { height: 220px; min-height: 0; }
  .proof-body { padding: 24px 20px 26px; }
  .proof-responsibility { padding: 20px; }
  .owner-photo img { min-height: 300px; max-height: 430px; }
  .case-content dl > div { grid-template-columns: 92px 1fr; }
}

/* Common contact form adjustments */
.contact-page .site-header { position: relative; }
.contact-page .header-inner { width: min(calc(100% - 32px), 1180px); }
.contact-page .brand img { width: 105px; }
.contact-page .contact-hero { padding: 70px 0 42px; background: var(--ivory); text-align: center; }
.contact-page .contact-hero .section-inner { max-width: 900px; }
.contact-page .contact-hero h1 { margin: 0 0 12px; color: var(--navy-dark); font-size: clamp(2rem, 5vw, 3.2rem); }
.contact-page .contact-hero p:not(.section-label) { margin: 0; color: var(--muted); }
.contact-page .contact-wrap { width: min(calc(100% - 32px), 860px); margin: 0 auto; padding: 42px; background: #fff; box-shadow: var(--shadow); }
.contact-page .form-grid { display: grid; gap: 24px; }
.contact-page .form-field > label, .contact-page .form-field > legend { display: block; margin-bottom: 8px; color: var(--navy-dark); font-family: "Yu Gothic", sans-serif; font-size: .9rem; font-weight: 700; }
.contact-page .form-field input[type="text"], .contact-page .form-field input[type="email"], .contact-page .form-field input[type="tel"], .contact-page .form-field select, .contact-page .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cdd3d1; border-radius: 4px; background: #fff; color: var(--ink); }
.contact-page .form-field textarea { min-height: 180px; resize: vertical; }
.contact-page .form-field input:focus, .contact-page .form-field select:focus, .contact-page .form-field textarea:focus { outline: 3px solid rgba(49,91,119,.15); border-color: var(--mail); }
.contact-page .form-note { margin: 0 0 26px; padding: 18px 20px; background: var(--ivory); color: var(--navy); font-family: "Yu Gothic", sans-serif; }
.contact-page .form-submit { margin-top: 34px; text-align: center; }
.contact-page .form-submit .button { min-width: 320px; border: 0; cursor: pointer; }
.contact-page .source-note { margin-top: 8px; color: var(--muted); font-family: "Yu Gothic", sans-serif; font-size: .78rem; }
.contact-page .site-footer { padding-bottom: 40px; }
@media (max-width: 560px) {
  .contact-page .contact-hero { padding: 46px 0 30px; }
  .contact-page .contact-wrap { width: min(calc(100% - 24px), 860px); padding: 26px 18px; }
  .contact-page .form-submit .button { min-width: 0; width: 100%; }
}
