:root {
  --ink: #17110f;
  --muted: #766962;
  --paper: #fffaf1;
  --sand: #f4eadc;
  --line: #e5d7c7;
  --green: #123b38;
  --green-2: #1f625c;
  --gold: #d39a2d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(55, 31, 18, 0.14);
  --cf-red: #b8211b;
  --cf-red-dark: #6f130f;
  --cf-orange: #f59e0b;
  --charcoal: #211815;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 6%, rgba(211, 154, 45, 0.15), transparent 25rem),
    linear-gradient(180deg, #fffaf1 0%, #f8efe3 100%);
  color: var(--ink);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  line-height: 1.75;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(33, 24, 21, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(33, 24, 21, 0.14);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.01em;
}

.brand img {
  width: 58px;
  border-radius: 6px;
  background: #fff;
  padding: 5px;
}

.brand span {
  display: block;
  line-height: 1.2;
}

.brand small {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  padding: 8px 10px;
  text-decoration: none;
  transition: 0.2s ease;
}

.nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  color: var(--charcoal) !important;
}

.phone-link:hover {
  background: #fff4df !important;
  color: var(--charcoal) !important;
}

.nav .primary-nav {
  background: linear-gradient(135deg, var(--cf-red), #e45b2d);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(184, 33, 27, 0.22);
}

.hero {
  padding: 72px 0 48px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 46px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--cf-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--gold);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.25;
}

h1 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(42px, 6.7vw, 86px);
  font-weight: 900;
  letter-spacing: -0.01em;
}

h2 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(30px, 4.3vw, 50px);
  letter-spacing: -0.01em;
}

h3 {
  font-size: 22px;
  letter-spacing: -0.01em;
}

.lead {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--cf-red);
  border-radius: 999px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--cf-red), #e35b2c);
  box-shadow: 0 16px 34px rgba(184, 33, 27, 0.24);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  box-shadow: 0 20px 42px rgba(184, 33, 27, 0.3);
  transform: translateY(-1px);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
  color: var(--cf-red);
}

.hero-card {
  position: relative;
}

.cf-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 74px;
  background:
    radial-gradient(circle at 82% 14%, rgba(245, 158, 11, 0.36), transparent 20rem),
    radial-gradient(circle at 4% 12%, rgba(184, 33, 27, 0.16), transparent 18rem),
    linear-gradient(135deg, #2a1d19 0%, #6f130f 46%, #fff2df 46.2%, #fffaf1 100%);
}

.cf-hero::after {
  position: absolute;
  inset: auto -8% -22% auto;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  content: "";
}

.cf-hero .hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.78fr);
}

.cf-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff4df;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.cf-hero h1,
.cf-hero .lead {
  color: var(--white);
}

.cf-hero h1 strong {
  color: #ffd28b;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.proof-item {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(10px);
}

.proof-item b {
  display: block;
  color: #ffd28b;
  font-size: 25px;
  line-height: 1.2;
}

.cf-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 237, 0.94));
  box-shadow: 0 34px 90px rgba(80, 36, 20, 0.26);
}

.cf-panel::before {
  display: block;
  width: 74px;
  height: 5px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cf-red), var(--gold));
  content: "";
}

.cf-panel h3 {
  color: var(--cf-red);
}

.cf-panel .button {
  width: 100%;
  border-color: var(--cf-red);
  background: linear-gradient(135deg, var(--cf-red), #e45b2d);
}

.cf-panel small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  text-align: center;
}

.hero-card img {
  width: 100%;
  border-radius: 26px;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-note {
  position: absolute;
  left: -18px;
  bottom: 22px;
  width: min(260px, 82%);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(24, 33, 31, 0.12);
  font-weight: 800;
}

.hero-note small {
  display: block;
  color: var(--gold);
  font-size: 12px;
}

.section {
  padding: 88px 0;
}

.section.alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(244, 234, 220, 0.74));
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(229, 215, 199, 0.78);
  border-radius: 22px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(55, 31, 18, 0.08);
}

.card::before {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.card img {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 8px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.card p,
.split p,
.page-lead {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(229, 215, 199, 0.88);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  box-shadow: 0 30px 76px rgba(55, 31, 18, 0.17);
  transform: translateY(-3px);
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--sand);
}

.service-card-body {
  padding: 30px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag-list span {
  border: 1px solid rgba(184, 33, 27, 0.18);
  border-radius: 999px;
  padding: 5px 11px;
  background: #fff6eb;
  color: var(--cf-red);
  font-size: 13px;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 42px;
}

.split img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(55, 31, 18, 0.15);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 900;
}

.cta-band {
  padding: 58px 0;
  background: var(--green);
  color: var(--white);
}

.cta-band.cf {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 210, 139, 0.24), transparent 20rem),
    linear-gradient(135deg, #351b17, #9b1b16 58%, #c64225);
}

.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-band p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.cta-band .button {
  border-color: var(--white);
  background: var(--white);
  color: var(--green);
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 70px;
  background:
    radial-gradient(circle at 82% 8%, rgba(211, 154, 45, 0.35), transparent 18rem),
    linear-gradient(135deg, #261a17, #6f130f 62%, #b8211b);
  color: var(--white);
}

.page-hero::after {
  position: absolute;
  right: -9rem;
  bottom: -13rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.page-hero .container {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.page-hero .eyebrow,
.page-hero .page-lead {
  color: rgba(255, 255, 255, 0.78);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 34px;
}

.profile {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.profile img {
  border-radius: 12px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(229, 215, 199, 0.86);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.table th,
.table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.table th {
  width: 170px;
  background: #fff3e3;
  color: var(--cf-red);
  font-weight: 900;
}

.about-copy {
  border-left: 5px solid var(--cf-red);
  padding: 26px 0 26px 26px;
}

.about-copy p {
  font-size: 18px;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.stat-box {
  border: 1px solid rgba(229, 215, 199, 0.8);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.stat-box b {
  display: block;
  color: var(--cf-red);
  font-size: 26px;
  line-height: 1.2;
}

.form-note {
  border-left: 4px solid var(--gold);
  padding: 18px 20px;
  background: var(--white);
}

@media (max-width: 860px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
  }

  .hero-grid,
  .split,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .cf-hero {
    background: linear-gradient(180deg, #351b17 0%, #7b1712 64%, #fffaf1 64.2%, #fffaf1 100%);
    padding-top: 56px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-note {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .section-head,
  .cta-band .container,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cards,
  .service-grid,
  .proof-row,
  .stat-strip {
    grid-template-columns: 1fr;
  }

  .profile {
    grid-template-columns: 1fr;
  }

  .table th,
  .table td {
    display: block;
    width: 100%;
  }
}

/* Conversion-focused rich visual system */
.luxury-hero {
  padding: 88px 0 54px;
  background:
    linear-gradient(120deg, rgba(255, 247, 235, 0.92), rgba(255, 253, 248, 0.72)),
    radial-gradient(circle at 18% 10%, rgba(223, 91, 80, 0.16), transparent 20rem),
    radial-gradient(circle at 82% 8%, rgba(63, 116, 109, 0.16), transparent 22rem);
}

.luxury-hero .hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  width: 100%;
  border: 10px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(73, 54, 37, 0.18);
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.floating-proof {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(310px, calc(100% - 48px));
  border: 1px solid rgba(234, 223, 209, 0.92);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 20px 48px rgba(73, 54, 37, 0.18);
  backdrop-filter: blur(10px);
}

.floating-proof span {
  display: block;
  margin-bottom: 6px;
  color: var(--cf-red);
  font-size: 12px;
  font-weight: 900;
}

.floating-proof b {
  display: block;
  font-size: 20px;
  line-height: 1.35;
}

.trust-strip {
  padding: 18px 0;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-grid div {
  padding: 16px 18px;
  border-right: 1px solid var(--line);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid b {
  display: block;
  color: var(--green-2);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.1;
}

.trust-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.feature-cards .card {
  min-height: 230px;
}

.card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff0ec;
  color: var(--cf-red);
  font-weight: 900;
}

.feature-cards .card::before {
  display: none;
}

.highlight-service {
  border-color: rgba(223, 91, 80, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 245, 237, 0.9));
}

.image-card {
  padding: 16px;
}

.image-card > img {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 8px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.image-card h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.note-avatar {
  width: 120px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff0ec;
}

.friendly-note {
  position: relative;
}

.friendly-note::after {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 168, 74, 0.25), transparent 70%);
  content: "";
}

.about-copy {
  padding: 8px 0;
}

.parallax-orb {
  position: absolute;
  z-index: 0;
  width: clamp(180px, 24vw, 360px);
  height: clamp(180px, 24vw, 360px);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.72;
}

.orb-coral {
  left: -7rem;
  top: 6rem;
  background: radial-gradient(circle, rgba(223, 91, 80, 0.2), rgba(223, 91, 80, 0));
}

.orb-sage {
  right: -8rem;
  bottom: 3rem;
  background: radial-gradient(circle, rgba(63, 116, 109, 0.18), rgba(63, 116, 109, 0));
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.22s;
}

.premium-story {
  position: relative;
  overflow: hidden;
}

.premium-story::before {
  position: absolute;
  inset: 9% auto auto -10%;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: rgba(225, 168, 74, 0.1);
  content: "";
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: clamp(28px, 6vw, 76px);
}

.story-copy {
  position: relative;
  z-index: 1;
}

.story-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.story-visual {
  position: relative;
  z-index: 1;
}

.story-visual img {
  width: 100%;
  border: 10px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(73, 54, 37, 0.16);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.timeline-mini {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.timeline-mini div {
  display: grid;
  grid-template-columns: 48px minmax(0, 0.4fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(73, 54, 37, 0.06);
}

.timeline-mini span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green-2);
  color: var(--white);
  font-weight: 900;
}

.timeline-mini b {
  color: var(--ink);
}

.timeline-mini p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.hero-visual img,
.story-visual img,
.image-card > img,
.service-card img {
  transform-origin: center;
}

.service-card:hover img,
.hero-visual:hover img,
.story-visual:hover img {
  transform: scale(1.018);
  transition: transform 0.55s ease;
}

@media (max-width: 860px) {
  .luxury-hero .hero-grid,
  .trust-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .floating-proof {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .timeline-mini div {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .timeline-mini p {
    grid-column: 2;
  }

  .parallax-orb {
    display: none;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  h2 {
    font-size: clamp(26px, 8vw, 36px);
  }

  .luxury-hero,
  .page-hero {
    padding-top: 46px;
  }

  .hero-actions,
  .section-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual img,
  .story-visual img {
    border-width: 6px;
    border-radius: 20px;
  }

  .trust-grid div,
  .card,
  .friendly-note,
  .warm-profile-card,
  .service-card-body {
    padding: 20px;
  }
}

/* Friendly redesign override: light, warm, approachable */
:root {
  --ink: #24312f;
  --muted: #66736f;
  --paper: #fffdf8;
  --sand: #f8f1e7;
  --line: #eadfd1;
  --green: #3f746d;
  --green-2: #2f625d;
  --gold: #e1a84a;
  --cf-red: #df5b50;
  --cf-red-dark: #b9473e;
  --charcoal: #24312f;
  --shadow: 0 18px 46px rgba(73, 54, 37, 0.1);
}

body {
  background:
    radial-gradient(circle at 10% 8%, rgba(223, 91, 80, 0.1), transparent 20rem),
    radial-gradient(circle at 88% 10%, rgba(63, 116, 109, 0.1), transparent 24rem),
    var(--paper);
  color: var(--ink);
}

.site-header {
  border-bottom: 1px solid rgba(234, 223, 209, 0.8);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 12px 32px rgba(73, 54, 37, 0.08);
}

.header-inner {
  min-height: 72px;
}

.brand {
  color: var(--ink);
}

.brand img {
  width: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 5px;
}

.brand small {
  color: var(--muted);
}

.nav {
  gap: 10px;
}

.nav a {
  color: var(--muted);
  padding: 8px 12px;
}

.nav a:hover {
  background: #fff3e8;
  color: var(--ink);
}

.nav .primary-nav {
  background: #fff0ec;
  color: var(--cf-red);
  box-shadow: none;
}

.phone-link {
  background: var(--cf-red);
  color: var(--white) !important;
  box-shadow: 0 10px 24px rgba(223, 91, 80, 0.18);
}

.phone-link:hover {
  background: var(--cf-red-dark) !important;
  color: var(--white) !important;
}

h1,
h2,
h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(38px, 5.5vw, 68px);
  line-height: 1.12;
}

h2 {
  font-size: clamp(28px, 3.7vw, 44px);
  line-height: 1.22;
}

.eyebrow {
  color: var(--green);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.eyebrow::before {
  background: var(--cf-red);
}

.button {
  border-color: var(--cf-red);
  border-radius: 999px;
  background: var(--cf-red);
  box-shadow: 0 14px 26px rgba(223, 91, 80, 0.18);
}

.button.secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--green-2);
}

.page-hero {
  padding: 74px 0 64px;
  background:
    radial-gradient(circle at 88% 16%, rgba(225, 168, 74, 0.22), transparent 18rem),
    linear-gradient(135deg, #fff8ed 0%, #fffdf8 56%, #eef8f5 100%);
  color: var(--ink);
}

.page-hero::after {
  display: none;
}

.page-hero .container {
  max-width: 1180px;
}

.page-hero .eyebrow,
.page-hero .page-lead {
  color: var(--muted);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: 42px;
}

.warm-profile-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.warm-profile-card img {
  width: min(220px, 82%);
  margin: 0 auto 18px;
  border-radius: 8px;
  background: #fff4e7;
}

.warm-profile-card h2 {
  font-size: 30px;
}

.soft-kicker {
  margin: 0 0 8px;
  color: var(--cf-red);
  font-size: 13px;
  font-weight: 900;
}

.friendly-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 233, 0.9));
  box-shadow: var(--shadow);
}

.friendly-note h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.about-copy {
  border-left: 0;
  padding: 0;
}

.stat-box,
.card,
.service-card,
.table {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(73, 54, 37, 0.08);
}

.stat-box b {
  color: var(--green-2);
}

.section {
  padding: 76px 0;
}

.section.alt {
  background: linear-gradient(180deg, rgba(248, 241, 231, 0.52), rgba(255, 253, 248, 0.7));
}

.table th {
  background: #fff3e8;
  color: var(--green-2);
}

.site-footer {
  background: #f5eee4;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.cf-hero {
  background:
    radial-gradient(circle at 78% 12%, rgba(225, 168, 74, 0.24), transparent 18rem),
    linear-gradient(135deg, #fff3e8 0%, #fffdf8 52%, #eff8f5 100%);
}

.cf-hero h1,
.cf-hero .lead {
  color: var(--ink);
}

.cf-hero h1 strong,
.proof-item b {
  color: var(--cf-red);
}

.cf-badge,
.proof-item {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--green-2);
}

.cf-panel {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

@media (max-width: 860px) {
  .site-header {
    position: static;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .cf-hero {
    background: linear-gradient(180deg, #fff3e8 0%, #fffdf8 100%);
  }
}
