:root {
  --green-950: #102f22;
  --green-900: #173d2b;
  --green-700: #2f6246;
  --green-100: #dfe8df;
  --gold: #b69a55;
  --cream: #f4f1e8;
  --paper: #fbfaf7;
  --ink: #17211b;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  background: var(--paper);
  color: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
}

body {
  min-height: 100svh;
}

.site-shell {
  display: grid;
  grid-template-rows: auto minmax(420px, 1fr) auto;
  min-height: 100svh;
  overflow: hidden;
  background: var(--paper);
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 0.8fr) minmax(500px, 1.45fr);
  align-items: center;
  min-height: 104px;
  padding: 16px 38px 14px;
  border-top: 6px solid var(--green-900);
  border-bottom: 1px solid #d8ddd7;
  background: rgba(251, 250, 247, 0.98);
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(182, 154, 85, 0.65);
  background: var(--green-900);
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.35rem;
}

.brand-name,
.brand-sub,
.area,
.hours,
.eyebrow,
.lead,
.action-label,
.action-message p {
  margin: 0;
}

.brand-name {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.25rem, 1.65vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-sub {
  margin-top: 3px;
  color: #526158;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.header-info {
  padding-left: 30px;
  border-left: 1px solid #d5dad5;
}

.area {
  color: var(--green-900);
  font-size: 0.96rem;
  font-weight: 700;
}

.hours {
  margin-top: 5px;
  color: #68726b;
  font-size: 0.83rem;
}

.simple-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(18px, 2.6vw, 44px);
  color: #314137;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  min-height: 420px;
  overflow: hidden;
  background: var(--cream);
}

.photo-placeholder {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-height: 100%;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(16, 47, 34, 0.94) 0 15%, rgba(16, 47, 34, 0.75) 42%, rgba(16, 47, 34, 0.2) 69%, rgba(16, 47, 34, 0.05) 100%),
    repeating-linear-gradient(135deg, #718278 0 2px, #87978d 2px 5px, #687b70 5px 8px);
}

.photo-placeholder::after {
  content: "";
  position: absolute;
  inset: 5% 3% 5% 49%;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0 72px 0 72px;
}

.placeholder-label {
  position: absolute;
  right: 6.5%;
  bottom: 7%;
  z-index: 2;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(16, 47, 34, 0.72);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.placeholder-label span {
  display: block;
  margin-bottom: 3px;
  color: #e8d9af;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
}

.hero-copy {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: min(660px, 55vw);
  margin-left: clamp(42px, 7vw, 116px);
  padding: 8px 0;
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ece3c9;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.13em;
}

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

h1 {
  margin: 20px 0 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.8rem, 4.7vw, 5.05rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.045em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

h1 span {
  display: block;
  white-space: nowrap;
}

.lead {
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.035em;
}

.service-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 25px;
}

.service-line span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.trust-rail {
  position: relative;
  z-index: 4;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 24px 18px;
  background: var(--green-900);
  color: #fff;
  text-align: center;
}

.rail-kicker {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}

.trust-rail strong {
  display: block;
  color: #f4e7c1;
  font-size: 1.18rem;
  line-height: 1.55;
}

.rail-small {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.action-band {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 36%);
  align-items: stretch;
  min-height: 122px;
  background: var(--paper);
  border-bottom: 6px solid var(--green-900);
}

.action-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  padding: 22px clamp(38px, 7vw, 116px);
}

.action-label {
  color: var(--gold);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.action-message p {
  color: #25352b;
  font-size: clamp(0.93rem, 1.12vw, 1.06rem);
  line-height: 1.65;
}

.action-detail {
  color: #25352b;
  font-weight: 650;
}

.action-message strong {
  color: var(--ink);
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
}

.consult-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  padding: 0 clamp(28px, 4vw, 64px);
  border: 0;
  border-radius: 0;
  background: var(--gold);
  color: #172118;
  font: inherit;
  font-size: clamp(1.25rem, 1.7vw, 1.5rem);
  font-weight: 800;
  cursor: default;
  opacity: 1;
}

.arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(23, 33, 24, 0.45);
  border-radius: 50%;
  font-size: 1.3rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 90px;
    padding: 14px 24px;
  }

  .header-info {
    padding-left: 20px;
  }

  .simple-nav {
    display: none;
  }

  .hero-copy {
    width: min(700px, 74vw);
    margin-left: 42px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: 100svh;
    min-height: 720px;
  }

  .site-header {
    grid-template-columns: 1fr;
    min-height: 92px;
    padding: 12px 18px 11px;
    border-top-width: 5px;
  }

  .brand-block {
    gap: 10px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 1.15rem;
  }

  .brand-name {
    font-size: 1.19rem;
  }

  .brand-sub {
    color: #32483b;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .header-info {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 8px 0 0;
    border-top: 1px solid #dde1dc;
    border-left: 0;
  }

  .area,
  .hours {
    margin: 0;
    font-size: 0.71rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .photo-placeholder {
    grid-column: 1;
    background:
      linear-gradient(160deg, rgba(16, 47, 34, 0.95) 0 38%, rgba(16, 47, 34, 0.62) 66%, rgba(16, 47, 34, 0.2) 100%),
      repeating-linear-gradient(135deg, #718278 0 2px, #87978d 2px 5px, #687b70 5px 8px);
  }

  .photo-placeholder::after {
    inset: 48% 5% 5% 38%;
    border-radius: 0 40px 0 40px;
  }

  .placeholder-label {
    right: 68px;
    bottom: 4%;
    width: 132px;
    padding: 9px 10px;
    font-size: 0.66rem;
    line-height: 1.5;
  }

  .hero-copy {
    align-self: start;
    width: auto;
    margin: 0;
    padding: 28px 20px 12px;
  }

  .eyebrow {
    font-size: 0.78rem;
  }

  h1 {
    margin: 13px 0 12px;
    font-size: clamp(1.82rem, 8.2vw, 2.1rem);
    line-height: 1.18;
  }

  .lead {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .service-line {
    gap: 6px;
    margin-top: 15px;
    padding-right: 54px;
  }

  .service-line span {
    padding: 6px 9px;
    font-size: 0.73rem;
  }

  .trust-rail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58px;
    min-height: 0;
    justify-content: center;
    gap: 28px;
    padding: 16px 8px;
  }

  .rail-kicker {
    display: none;
  }

  .trust-rail strong {
    font-size: 1.08rem;
    line-height: 1.55;
    letter-spacing: 0.06em;
    writing-mode: vertical-rl;
  }

  .rail-small {
    padding-top: 16px;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.55;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
  }

  .action-band {
    grid-template-columns: 1fr;
    min-height: 142px;
    border-bottom-width: 5px;
  }

  .action-message {
    gap: 5px;
    padding: 13px 18px 11px;
  }

  .action-label {
    font-size: 0.56rem;
  }

  .action-message p {
    font-size: 0.79rem;
    line-height: 1.5;
  }

  .action-message strong {
    font-size: 0.9rem;
  }

  .consult-button {
    min-height: 61px;
    padding: 0 20px;
    font-size: 1.2rem;
  }

  .consult-button > span:first-child {
    position: relative;
    left: 25px;
  }

  .arrow {
    width: 34px;
    height: 34px;
    margin-right: 30px;
    font-size: 1.05rem;
  }
}
