:root {
  color-scheme: light;
  --ink: #16212a;
  --muted: #64707a;
  --line: #d7dedb;
  --paper: #fbfaf6;
  --soft: #eef3f0;
  --green: #2f6d57;
  --green-dark: #1f4d3e;
  --blue: #38576b;
  --gold: #b58a54;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(22, 33, 42, 0.13);
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
}

body,
button,
input,
textarea {
  font: 16px/1.75 "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

button,
input {
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

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

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

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(251, 250, 246, 0.9);
  border-bottom: 1px solid rgba(215, 222, 219, 0.8);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand,
.brand-footer {
  align-items: center;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  gap: 10px;
  line-height: 1;
}

.brand-mark {
  align-items: center;
  background: var(--blue);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.main-nav {
  display: flex;
  gap: clamp(14px, 2.4vw, 28px);
  justify-content: center;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.9rem;
}

.line-button,
.ghost-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
}

button.line-button,
button.ghost-button {
  border: 0;
}

.line-button {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(47, 109, 87, 0.24);
}

.line-button:hover {
  background: var(--green-dark);
}

.line-button.compact {
  min-height: 40px;
  padding: 8px 14px;
}

.ghost-button {
  border: 1px solid rgba(22, 33, 42, 0.18);
  color: var(--ink);
}

.button-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.hero {
  display: grid;
  min-height: calc(100svh - 70px);
  overflow: hidden;
  position: relative;
}

.hero img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero::after {
  background: linear-gradient(90deg, rgba(251, 250, 246, 0.94) 0%, rgba(251, 250, 246, 0.76) 40%, rgba(251, 250, 246, 0.12) 78%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-copy {
  align-self: center;
  max-width: 680px;
  padding: clamp(56px, 10vw, 110px) clamp(20px, 6vw, 80px);
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker,
.tag {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.2rem);
  font-weight: 500;
  line-height: 1.12;
  margin-top: 16px;
  max-width: 13em;
}

h1 span {
  display: block;
}

.mobile-break {
  display: none;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  font-weight: 500;
  line-height: 1.25;
  margin-top: 8px;
}

h3 {
  font-size: 1.05rem;
  line-height: 1.45;
}

.lead {
  color: #37434c;
  font-size: clamp(1rem, 2vw, 1.18rem);
  margin-top: 24px;
  max-width: 39em;
}

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

.reservation-note {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 16px;
}

.intro-band,
.cta-band {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(220px, 0.8fr) 1.2fr;
  padding: clamp(34px, 6vw, 62px) clamp(20px, 6vw, 80px);
}

.intro-band .section-kicker,
.cta-band .section-kicker {
  color: #b8d8c9;
}

.intro-band h2,
.cta-band h2 {
  color: var(--white);
}

.issue-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.issue-list li {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 12px 14px;
}

.section {
  padding: clamp(58px, 9vw, 105px) clamp(20px, 6vw, 80px);
}

.split-section {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 72px);
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
}

.section-copy p,
.section-heading p {
  color: var(--muted);
  margin-top: 18px;
  max-width: 44em;
}

.concept-points {
  display: grid;
  gap: 16px;
}

.concept-points article,
.menu-card,
.profile-layout,
.info-list,
details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(22, 33, 42, 0.06);
}

.concept-points article {
  padding: 22px;
}

.concept-points p,
.menu-card p,
.profile-copy p,
details p {
  color: var(--muted);
  margin-top: 8px;
}

.profile-section {
  background: #f8f6f0;
}

.profile-layout {
  align-items: center;
  display: grid;
  gap: clamp(26px, 5vw, 56px);
  grid-template-columns: minmax(180px, 0.45fr) minmax(280px, 1fr);
  padding: clamp(22px, 5vw, 42px);
}

.profile-portrait {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #eef3f0, #dfe9eb);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 6rem);
  justify-content: center;
  min-height: 210px;
}

.profile-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  margin-top: 6px;
}

.profile-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.profile-list div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 120px 1fr;
  padding-top: 12px;
}

.profile-list dt {
  color: var(--muted);
  font-weight: 700;
}

.profile-list dd {
  margin: 0;
}

.muted-section {
  background: var(--soft);
}

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

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

.menu-card {
  display: grid;
  gap: 12px;
  min-height: 252px;
  padding: 22px;
}

.menu-card strong {
  align-self: end;
  color: var(--blue);
  font-size: 1.05rem;
}

.flow-section {
  background: var(--paper);
}

.flow-list {
  counter-reset: none;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.flow-list li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 208px;
  padding: 22px;
}

.flow-list span {
  align-items: center;
  background: var(--blue);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 20px;
  width: 34px;
}

.flow-list p {
  color: var(--muted);
  margin-top: 8px;
}

.centered {
  margin-top: 28px;
}

.access-section {
  background: #f5f1ea;
}

.info-list {
  display: grid;
  margin: 0;
  padding: 8px 22px;
}

.info-list div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 120px 1fr;
  padding: 16px 0;
}

.info-list div:last-child {
  border-bottom: 0;
}

.info-list dt {
  color: var(--muted);
  font-weight: 700;
}

.info-list dd {
  margin: 0;
}

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

details {
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.cta-band {
  background: var(--blue);
  grid-template-columns: 1fr auto;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 12px;
}

.reservation-modal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 50;
}

.reservation-modal.is-open {
  display: block;
}

.modal-backdrop {
  background: rgba(18, 25, 31, 0.56);
  inset: 0;
  position: absolute;
}

.modal-panel {
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  left: 50%;
  max-height: calc(100svh - 40px);
  max-width: 560px;
  overflow: auto;
  padding: clamp(24px, 5vw, 38px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100vw - 32px), 560px);
}

.modal-close {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  font-size: 1.2rem;
  height: 36px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
}

.modal-content h2 {
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  margin-right: 28px;
}

.modal-content > p {
  color: var(--muted);
  margin-top: 14px;
}

.sms-form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.sms-form label:not(.consent-row) {
  font-weight: 800;
}

.sms-form input[type="tel"] {
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}

.sms-form input[type="tel"]:focus {
  border-color: var(--green);
  outline: 3px solid rgba(47, 109, 87, 0.16);
}

.field-help,
.field-error,
.demo-note {
  font-size: 0.88rem;
}

.field-help,
.demo-note {
  color: var(--muted);
}

.field-error {
  color: #b23b3b;
  min-height: 1.4em;
}

.consent-row {
  align-items: flex-start;
  color: var(--muted);
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  margin-top: 4px;
}

.consent-row input {
  margin-top: 7px;
}

.consent-row a {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.submit-button {
  margin-top: 8px;
  width: 100%;
}

.success-content {
  text-align: center;
}

.success-content .ghost-button {
  margin-top: 22px;
}

.success-mark {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-size: 1.8rem;
  height: 54px;
  justify-content: center;
  margin-bottom: 18px;
  width: 54px;
}

.sms-preview {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 20px;
  padding: 16px;
  text-align: left;
}

.sms-preview p:last-child {
  color: #37434c;
  margin-top: 6px;
}

.site-footer {
  align-items: center;
  background: #12191f;
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 34px 20px;
  text-align: center;
}

.brand-footer {
  color: var(--white);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: center;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .intro-band,
  .cta-band,
  .split-section,
  .profile-layout {
    grid-template-columns: 1fr;
  }

  .flow-list,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .line-button.compact {
    font-size: 0.9rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero img {
    object-position: 58% center;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(251, 250, 246, 0.96) 0%, rgba(251, 250, 246, 0.84) 54%, rgba(251, 250, 246, 0.18) 100%);
  }

  .hero-copy {
    align-self: start;
    padding-top: 54px;
  }

  h1 {
    font-size: 2.18rem;
  }

  .mobile-break {
    display: block;
  }

  .hero-actions,
  .line-button,
  .ghost-button,
  .cta-band .line-button {
    width: 100%;
  }

  .issue-list,
  .menu-grid,
  .flow-list,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .flow-list li,
  .menu-card {
    min-height: auto;
  }

  .info-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .profile-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
