:root {
  --bg: #fcfaf7;
  --bg-alt: #f6f0ea;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #fffdfa;
  --text: #2f2a36;
  --muted: #746b78;
  --line: rgba(106, 95, 116, 0.14);
  --accent: #d9b37d;
  --accent-dark: #b7864f;
  --highlight: #eef3ef;
  --secondary-accent: #b9c8bf;
  --shadow: 0 24px 60px rgba(58, 44, 37, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(217, 179, 125, 0.12), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(238, 243, 239, 0.72), transparent 24%),
    linear-gradient(180deg, #fffdfa 0%, #fbf6f1 46%, #f8faf8 100%);
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(96, 112, 123, 0.08);
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.topbar p {
  margin: 0;
}

.site-chrome {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(255, 253, 250, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(106, 95, 116, 0.08);
  box-shadow: 0 10px 28px rgba(58, 44, 37, 0.05);
}

.site-header,
.section,
.hero,
.intro-strip,
.site-footer,
.contact-hero,
.contact-layout {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(320px, 1fr);
  align-items: start;
  gap: 28px;
  padding: 10px 0 4px;
}

.brand-block {
  display: grid;
  align-content: start;
}

.brand-eyebrow,
.section-kicker,
.hero-card-label,
.footer-note {
  margin: 0;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--muted);
}

.ibj-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(183, 134, 79, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.94);
  color: var(--accent-dark);
  font-size: 0.8rem;
  font-weight: 700;
}

.ibj-badge-logo {
  display: block;
  width: 70px;
  height: auto;
}

.ibj-badge-header {
  align-self: flex-end;
  margin-bottom: 8px;
}

.brand-name {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
}

.brand-logo {
  display: block;
  width: min(440px, 100%);
  height: auto;
}

.brand-tagline {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.header-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: start;
  padding-top: 8px;
  gap: 8px;
}

.header-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.header-buttons .button {
  min-width: 220px;
}

.site-nav {
  display: flex;
  gap: 24px;
  font-size: 0.96rem;
  font-weight: 700;
  flex-wrap: wrap;
}

.site-nav-bar {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 2px;
  border-bottom: 0;
}

.ibj-badge-link:hover {
  border-color: rgba(183, 134, 79, 0.28);
  box-shadow: 0 10px 20px rgba(58, 44, 37, 0.06);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  padding: 48px 0 36px;
  align-items: stretch;
}

.hero-side {
  position: relative;
  display: grid;
  gap: 0;
  align-content: start;
}

.hero-copy h1 {
  margin: 10px 0 0;
  line-height: 1.12;
  font-size: clamp(1.65rem, 2.9vw, 2.45rem);
  letter-spacing: -0.04em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}

.section-heading h2,
.owner-copy h2,
.cta-section h2 {
  margin: 10px 0 0;
  line-height: 1.16;
  font-size: clamp(1.45rem, 2.35vw, 2rem);
  letter-spacing: -0.03em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}

.hero-lead,
.owner-copy p,
.cta-section p,
.panel p,
.service-card p,
.faq-item p {
  color: var(--muted);
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.hero-actions-split .button {
  min-width: 220px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(63, 79, 92, 0.12);
}

.button-primary {
  background: linear-gradient(135deg, #c99b69, #b7864f);
  border-color: rgba(183, 134, 79, 0.7);
  color: #fffdfa;
}

.button-primary:hover {
  background: linear-gradient(135deg, #c0905d, #a97740);
}

.button-secondary {
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(244, 241, 235, 0.98));
  border-color: rgba(183, 134, 79, 0.16);
}

.hero-card,
.panel,
.service-card,
.faq-item,
.owner-quote {
  background: var(--surface);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.hero-visual {
  position: relative;
  min-height: 540px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.78);
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76% center;
  display: block;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.34) 0%, rgba(255, 255, 255, 0.08) 34%, rgba(47, 42, 54, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(47, 42, 54, 0.04));
}

.hero-card {
  position: relative;
  z-index: 2;
  width: min(360px, calc(100% - 28px));
  margin: -160px auto 0 24px;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 252, 248, 0.9);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: auto -30px -50px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 244, 238, 0.95), rgba(215, 244, 238, 0));
}

.hero-points {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.hero-points li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
}

.hero-note {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(183, 134, 79, 0.1);
}

.hero-note span {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-note strong {
  font-size: 1.15rem;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 12px 0 18px;
}

.intro-strip p {
  margin: 0;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

.notice-highlight {
  padding-top: 54px;
}

.section {
  padding: 94px 0 0;
}

.section-heading {
  max-width: 760px;
}

.concept-grid,
.service-grid,
.faq-list,
.stats-grid,
.reason-grid,
.split-contact-grid,
.news-list,
.result-grid,
.results-page-grid {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.stats-grid,
.concept-grid {
  grid-template-columns: repeat(4, 1fr);
}

.panel,
.service-card,
.faq-item,
.stat-card,
.reason-card,
.contact-option,
.news-item,
.result-card {
  padding: 30px;
  border-radius: 24px;
}

.panel h3,
.service-card h3,
.faq-item h3,
.stat-card h3,
.reason-card h3,
.contact-option h3,
.news-item h3,
.result-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.concept-grid {
  grid-template-columns: repeat(3, 1fr);
}

.stat-card {
  background: var(--surface);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow);
}

.reason-grid {
  grid-template-columns: repeat(3, 1fr);
}

.reason-card,
.contact-option,
.news-item,
.result-card {
  background: var(--surface);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow);
}

.reason-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.news-list {
  grid-template-columns: repeat(3, 1fr);
}

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

.news-item time {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.news-item p,
.reason-card p,
.contact-option p,
.result-card p {
  margin: 0;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--accent-dark);
  font-weight: 700;
}

.stat-value {
  display: block;
  margin-bottom: 16px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  color: var(--accent-dark);
}

.stats-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.86rem;
}

.section-accent {
  position: relative;
}

.section-accent::before {
  content: "";
  position: absolute;
  inset: 30px 0 auto;
  height: 360px;
  background: linear-gradient(90deg, rgba(238, 243, 239, 0.68), rgba(217, 179, 125, 0.12));
  border-radius: 28px;
  z-index: -1;
}

.service-grid {
  grid-template-columns: repeat(2, 1fr);
}

.service-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
}

.owner-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.owner-quote {
  display: flex;
  align-items: flex-end;
  min-height: 280px;
  padding: 28px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(201, 155, 105, 0.92), rgba(137, 159, 146, 0.92)),
    var(--surface);
  color: #fffdfd;
}

.owner-quote p {
  margin: 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
}

.faq-list {
  grid-template-columns: repeat(3, 1fr);
}

.result-grid {
  grid-template-columns: repeat(3, 1fr);
}

.results-page-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 34px;
}

.result-card-placeholder {
  border-style: dashed;
}

.split-contact-grid {
  grid-template-columns: repeat(2, 1fr);
}

.cta-section {
  width: min(1120px, calc(100% - 40px));
  margin: 88px auto 0;
  padding: 44px;
  border-radius: 32px;
  background:
    linear-gradient(120deg, rgba(255, 252, 248, 0.98), rgba(244, 247, 244, 0.98)),
    var(--surface);
  box-shadow: var(--shadow);
}

.contact-page {
  padding: 28px 0 0;
}

.contact-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.contact-hero h1 {
  margin: 10px 0 0;
  line-height: 1.12;
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: -0.04em;
}

.contact-summary,
.contact-panel,
.contact-side article,
.form-success {
  background: var(--surface);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
  border-radius: 28px;
}

.contact-summary {
  padding: 28px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  padding-top: 42px;
}

.contact-panel {
  padding: 32px;
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.form-field {
  display: grid;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 500;
}

.field-note {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font: inherit;
}

.form-field textarea {
  resize: vertical;
  min-height: 150px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(255, 143, 177, 0.2);
  border-color: rgba(255, 143, 177, 0.46);
}

.required-mark {
  margin-left: 8px;
  color: var(--accent);
  font-size: 0.8rem;
}

.check-field {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.95rem;
}

.check-field input {
  margin-top: 5px;
}

.inline-link {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-help {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.form-success {
  padding: 32px;
}

.contact-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.privacy-page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 28px;
}

.privacy-hero {
  max-width: 760px;
}

.privacy-hero h1 {
  margin: 10px 0 0;
  line-height: 1.12;
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: -0.04em;
}

.privacy-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.privacy-card {
  padding: 28px;
  border-radius: 24px;
  background: var(--surface);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
}

.privacy-card h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.privacy-card p {
  margin: 0;
  color: var(--muted);
}

.privacy-cta {
  margin-bottom: 40px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0 44px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.site-footer p {
  margin: 0;
}

.footer-name {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 900px) {
  .site-header,
  .hero,
  .intro-strip,
  .stats-grid,
  .concept-grid,
  .service-grid,
  .reason-grid,
  .split-contact-grid,
  .news-list,
  .result-grid,
  .results-page-grid,
  .contact-hero,
  .contact-layout,
  .privacy-content,
  .owner-section,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: grid;
    gap: 14px;
    padding: 10px 0 6px;
  }

  .site-chrome {
    position: sticky;
  }

  .brand-logo {
    width: min(360px, 100%);
  }

  .brand-tagline {
    font-size: 0.8rem;
  }

  .header-cta {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .header-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
  }

  .header-buttons .button {
    min-width: 0;
    width: 100%;
  }

  .site-nav {
    margin-top: 10px;
    gap: 16px;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    padding-bottom: 2px;
  }

  .site-nav-bar {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .hero {
    gap: 24px;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .hero-side {
    gap: 18px;
  }

  .hero-visual {
    min-height: 400px;
  }

  .hero-card {
    width: 100%;
    margin: 12px 0 0;
    padding: 22px;
  }

  .section {
    padding: 72px 0 0;
  }

  .panel,
  .service-card,
  .faq-item,
  .stat-card,
  .reason-card,
  .contact-option,
  .news-item,
  .result-card {
    padding: 24px;
  }

  .cta-section {
    padding: 28px;
  }

  .site-footer {
    padding-top: 24px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section,
  .hero,
  .intro-strip,
  .site-footer,
  .cta-section,
  .contact-hero,
  .contact-layout,
  .privacy-page {
    width: min(100% - 24px, 1120px);
  }

  .site-header {
    gap: 10px;
    padding: 8px 0 4px;
  }

  .brand-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .brand-logo {
    width: min(300px, 100%);
  }

  .brand-tagline {
    margin-top: 2px;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .ibj-badge {
    gap: 8px;
    padding: 8px 12px;
    font-size: 0.72rem;
  }

  .ibj-badge-logo {
    width: 56px;
  }

  .header-buttons {
    grid-template-columns: 1fr;
  }

  .site-nav {
    gap: 14px;
    font-size: 0.9rem;
  }

  .hero-copy h1,
  .section-heading h2,
  .owner-copy h2,
  .cta-section h2 {
    line-height: 1.22;
  }

  .hero-copy h1 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .section-heading h2,
  .owner-copy h2,
  .cta-section h2,
  .contact-hero h1,
  .privacy-hero h1 {
    font-size: clamp(1.35rem, 6vw, 1.8rem);
  }

  .hero {
    gap: 18px;
    padding-top: 18px;
  }

  .hero-lead,
  .owner-copy p,
  .cta-section p,
  .panel p,
  .service-card p,
  .faq-item p {
    font-size: 0.95rem;
  }

  .hero-actions {
    margin-top: 22px;
    gap: 10px;
  }

  .hero-actions-split .button {
    min-width: 0;
  }

  .hero-visual {
    min-height: 300px;
  }

  .hero-image {
    object-position: 72% center;
  }

  .hero-card {
    padding: 18px;
  }

  .hero-points li {
    padding: 10px 0;
    font-size: 0.92rem;
  }

  .hero-note {
    padding: 14px;
  }

  .section {
    padding: 56px 0 0;
  }

  .news-list,
  .result-grid,
  .results-page-grid,
  .privacy-content,
  .split-contact-grid,
  .service-grid,
  .reason-grid,
  .stats-grid,
  .faq-list,
  .concept-grid {
    gap: 14px;
    margin-top: 22px;
  }

  .panel,
  .service-card,
  .faq-item,
  .stat-card,
  .reason-card,
  .contact-option,
  .news-item,
  .result-card,
  .privacy-card,
  .contact-summary,
  .contact-panel,
  .form-success {
    padding: 18px;
  }

  .button {
    width: 100%;
    min-height: 42px;
    padding: 0 18px;
  }

  .hero-card,
  .panel,
  .service-card,
  .faq-item,
  .owner-quote,
  .cta-section,
  .contact-summary,
  .contact-panel,
  .form-success,
  .hero-visual,
  .privacy-card {
    border-radius: 22px;
  }
}
