:root {
  --ink: #172033;
  --muted: #6e7068;
  --line: #dfd7c7;
  --paper: #fffdf7;
  --soft: #f5f0e5;
  --teal: #8f6b32;
  --teal-dark: #6f5326;
  --blue: #182947;
  --coral: #9b4f35;
  --gold: #a37b34;
  --ivory: #fbf4e6;
  --shadow: 0 22px 60px rgba(23, 32, 38, 0.12);
  --radius: 8px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: clip;
}

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

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

button {
  font: inherit;
}

.visually-hidden,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid rgba(223, 215, 199, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #263858, #172033);
  border: 1px solid rgba(163, 123, 52, 0.75);
  border-radius: var(--radius);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
}

.brand-name,
.brand-sub {
  display: block;
}

.brand-name {
  font-size: 16px;
  font-weight: 800;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}

.brand-sub {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

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

.site-nav a {
  white-space: nowrap;
}

.nav-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue);
  border-radius: var(--radius);
}

.nav-call svg,
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  padding: 10px;
}

.menu-toggle span:not(.visually-hidden) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  background: #e8dfcf;
}

.hero-bg {
  display: none;
}

.hero-bg span {
  position: absolute;
  display: block;
  border: 1px solid rgba(163, 123, 52, 0.18);
  transform: rotate(45deg);
}

.hero-bg span:nth-child(1) {
  width: 540px;
  height: 540px;
  right: -110px;
  top: 80px;
  background: rgba(24, 41, 71, 0.06);
}

.hero-bg span:nth-child(2) {
  width: 260px;
  height: 260px;
  left: -80px;
  bottom: 90px;
  background: rgba(155, 79, 53, 0.07);
}

.hero-bg span:nth-child(3) {
  width: 120px;
  height: 120px;
  right: 38%;
  bottom: 12%;
  background: rgba(181, 139, 50, 0.08);
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: 650px;
  margin: 0 auto;
  padding: 76px 0 116px;
  display: flex;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  text-shadow: 0 1px 0 rgba(255, 253, 247, 0.72);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.eyebrow::before {
  content: "";
  flex: 0 0 26px;
  height: 1px;
  background: var(--gold);
}

h1,
h2,
h3,
p,
dt,
dd,
a,
button {
  margin-top: 0;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
.quick-inner h2,
.brand-name,
.hero-card h2,
.station-node,
.property-card h3,
.step-grid h3,
.flow-step h3,
.info-list dd,
.cta-section h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}

.header-inner > *,
.hero-copy,
.hero-panel,
.quick-inner > *,
.area-pills,
.section-heading,
.feature-item,
.property-card {
  min-width: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 48px;
  line-height: 1.14;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.no-break {
  white-space: nowrap;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: #3e443f;
  font-size: 16px;
}

.hero .hero-actions {
  width: min(520px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.2);
}

.hero .hero-actions .button {
  min-height: 62px;
  border: 0;
  border-radius: 0;
}

.hero-actions,
.access-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: var(--blue);
}

.button.primary:hover {
  background: #263858;
  box-shadow: 0 10px 22px rgba(23, 32, 51, 0.22);
}

.hero .button.primary {
  color: var(--blue);
  background: #fffdf7;
  border: 0;
  box-shadow: none;
}

.hero .button.primary:hover {
  color: var(--blue);
  background: #fffaf0;
  box-shadow: none;
}

.button.secondary {
  color: var(--ink);
  background: #fffdf7;
  border-color: var(--line);
}

.hero .button.secondary {
  color: #fffdf7;
  background: var(--blue);
  border: 0;
  box-shadow: none;
}

.hero .button.secondary:hover {
  background: #263858;
  border: 0;
}

.button.secondary:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 18px rgba(23, 32, 38, 0.1);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.hero-facts {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
}

.hero-facts div {
  padding: 16px;
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid rgba(223, 215, 199, 0.95);
  border-radius: var(--radius);
  min-width: 0;
}

.hero-facts dt {
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-facts dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-panel {
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: 0;
  width: 100vw;
  min-height: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-main-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e8dfcf;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-main-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.96) 0%, rgba(255, 253, 247, 0.84) 31%, rgba(255, 253, 247, 0.25) 56%, rgba(255, 253, 247, 0.02) 100%),
    linear-gradient(180deg, rgba(23, 32, 51, 0) 66%, rgba(23, 32, 51, 0.24) 100%);
}

.hero-main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
}

.hero-main-photo figcaption {
  display: none;
}

.feature-photo {
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #e8dfcf;
}

.hero-seal {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  padding: 10px;
  color: #fffdf7;
  background: rgba(23, 32, 51, 0.82);
  border: 1px solid rgba(217, 189, 122, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(23, 32, 51, 0.82), 0 12px 26px rgba(23, 32, 38, 0.3);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.18em;
  text-align: center;
}

.feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  left: -34px;
  bottom: 34px;
  width: min(330px, calc(100% - 24px));
  padding: 22px;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(23, 32, 38, 0.14);
}

.card-kicker,
.property-area {
  margin-bottom: 18px;
  color: #fffdf7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.property-area {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px 7px 13px;
  background: linear-gradient(180deg, #bd7955, #9b5539);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 253, 247, 0.22);
}

.property-area::before {
  content: "";
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M12%2021s7-5.1%207-11a7%207%200%201%200-14%200c0%205.9%207%2011%207%2011Zm0-8.6a2.4%202.4%200%201%200%200-4.8%202.4%202.4%200%200%200%200%204.8Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M12%2021s7-5.1%207-11a7%207%200%201%200-14%200c0%205.9%207%2011%207%2011Zm0-8.6a2.4%202.4%200%201%200%200-4.8%202.4%202.4%200%200%200%200%204.8Z%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.hero-card h2 {
  margin-bottom: 8px;
  font-size: 22px;
}

.hero-card p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 14px;
}

.hero-card a {
  color: var(--teal-dark);
  font-weight: 900;
}

.quick-search {
  background: var(--blue);
  color: #fff;
}

.quick-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.quick-inner h2 {
  margin: 0;
  font-size: 24px;
}

.quick-inner .eyebrow {
  color: #d9bd7a;
}

.area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.area-pills a,
.area-pills span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 253, 247, 0.28);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.section-heading h2,
.area-copy h2,
.access-heading h2,
.cta-section h2 {
  margin-bottom: 14px;
  font-size: 39px;
  line-height: 1.2;
}

.section-heading p,
.area-copy p,
.access-heading p,
.cta-section p {
  color: var(--muted);
}

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

.feature-item {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf7;
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--gold);
  background: #f3ead8;
  border-radius: var(--radius);
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-item h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.feature-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.message-section {
  width: auto;
  max-width: none;
  padding: 92px max(20px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(24, 41, 71, 0.07), transparent 34%),
    linear-gradient(315deg, rgba(163, 123, 52, 0.1), transparent 38%),
    var(--soft);
}

.message-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.message-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.message-card {
  padding: 28px;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(23, 32, 38, 0.07);
}

.message-card p {
  margin-bottom: 0;
  color: #3e443f;
  font-size: 16px;
}

.message-card p + p {
  margin-top: 16px;
}

.message-label {
  margin-bottom: 12px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-message {
  border-top: 4px solid var(--gold);
}

.message-emphasis {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.president-message {
  grid-column: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 28px;
  align-items: center;
  background: #fbf4e6;
}

.president-message h3 {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.35;
}

.president-message img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.signature {
  margin-top: 20px !important;
  text-align: right;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}

.dark-section {
  width: auto;
  max-width: none;
  padding: 96px max(20px, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(48, 75, 116, 0.34), transparent 46%),
    linear-gradient(135deg, #06182d 0%, #102743 52%, #07182d 100%);
}

.dark-section .section-heading p {
  color: #d7d0c4;
}

.dark-section .eyebrow {
  color: #d9bd7a;
}

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

.property-grid-primary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
  margin: 0 auto;
}

.property-more {
  margin-top: 28px;
}

.property-more summary {
  width: min(100%, 360px);
  min-height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  color: #f4e4bd;
  background: rgba(255, 253, 247, 0.08);
  border: 1px solid rgba(217, 189, 122, 0.72);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 247, 0.04);
}

.property-more summary::-webkit-details-marker {
  display: none;
}

.property-more summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.property-more[open] summary {
  margin-bottom: 28px;
}

.property-more[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.property-more:not([open]) .property-grid-more {
  display: none;
}

.property-card {
  display: grid;
  grid-template-rows: 250px 1fr;
  overflow: hidden;
  background: #fffdf7;
  color: var(--ink);
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: var(--radius);
  min-height: 560px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.property-card.is-hidden {
  display: none;
}

.property-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #e8dfcf;
}

.property-card > div {
  display: flex;
  flex-direction: column;
  padding: 28px 30px 30px;
}

.property-card h3 {
  margin-bottom: 0;
  color: #08152b;
  font-size: 30px;
  line-height: 1.25;
}

.property-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin: 18px 0 18px;
  background: #c89a46;
}

.property-address,
.property-station {
  margin-bottom: 4px;
  color: #172033;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.property-actions.phone-only {
  margin-top: auto;
}

.featured-card {
  grid-column: span 1;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 48px;
  align-items: center;
}

.route-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.route-list span {
  padding: 8px 12px;
  color: var(--blue);
  background: #f5eddd;
  border: 1px solid #e5d6ba;
  border-radius: var(--radius);
  font-weight: 800;
  font-size: 13px;
}

.area-board {
  position: relative;
  min-height: 390px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background:
    linear-gradient(90deg, rgba(163, 123, 52, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(163, 123, 52, 0.1) 1px, transparent 1px),
    var(--soft);
  background-size: 38px 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.station-node {
  min-height: 130px;
  display: grid;
  align-content: center;
  padding: 18px;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(23, 32, 38, 0.08);
}

.station-node small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.station-node.main {
  grid-row: span 2;
  color: #fff;
  background: linear-gradient(135deg, #6f5326, var(--blue));
}

.station-node.main small {
  color: #f4e4bd;
}

.process-section {
  background: var(--soft);
  width: auto;
  max-width: none;
  padding: 82px max(20px, calc((100vw - 1180px) / 2));
}

.flow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.flow-track::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, rgba(163, 123, 52, 0), rgba(163, 123, 52, 0.62), rgba(163, 123, 52, 0));
}

.flow-step {
  position: relative;
  z-index: 1;
  min-height: 250px;
  padding: 24px;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(23, 32, 38, 0.08);
}

.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -20px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-top: 2px solid rgba(163, 123, 52, 0.7);
  border-right: 2px solid rgba(163, 123, 52, 0.7);
  transform: rotate(45deg);
  background: transparent;
}

.flow-step-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.flow-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: #fffdf7;
  background: linear-gradient(135deg, var(--blue), #263858);
  border: 1px solid rgba(163, 123, 52, 0.74);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.18);
}

.flow-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-count {
  min-width: 46px;
  padding: 4px 10px;
  color: var(--teal-dark);
  background: rgba(251, 244, 230, 0.9);
  border: 1px solid rgba(163, 123, 52, 0.34);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.step-grid article {
  padding: 24px;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.step-grid span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.step-grid h3 {
  margin: 8px 0 8px;
  font-size: 20px;
}

.flow-step h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.step-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.flow-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.flow-note {
  margin-top: 18px !important;
  padding-top: 14px;
  color: var(--ink) !important;
  border-top: 1px solid rgba(223, 215, 199, 0.86);
  font-size: 14px;
  font-weight: 800;
}

.access-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  grid-template-areas:
    "photos heading"
    "photos copy";
  column-gap: 52px;
  row-gap: 14px;
  align-items: center;
}

.access-heading {
  grid-area: heading;
  align-self: end;
}

.access-copy {
  grid-area: copy;
  align-self: start;
}

.access-photos {
  grid-area: photos;
  display: block;
}

.office-photo,
.president-photo {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.office-photo {
  aspect-ratio: 4 / 5;
}

.president-photo {
  aspect-ratio: 1 / 1;
}

.info-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

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

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

.info-list dd {
  margin: 0;
  font-weight: 700;
}

.cta-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 80px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #172033, #263858);
  border-radius: var(--radius);
}

.cta-section p,
.cta-section .eyebrow {
  color: #f4e4bd;
}

.cta-section h2 {
  max-width: 720px;
}

.cta-section h2 span {
  display: inline-block;
}

.cta-section .button.secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.site-footer strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 17px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}

.footer-company p {
  margin: 4px 0 0;
  line-height: 1.8;
}

.footer-company a {
  color: var(--ink);
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: flex-end;
  max-width: 360px;
  font-weight: 700;
}

.footer-links a {
  color: var(--ink);
  white-space: nowrap;
}

.footer-links a:hover {
  color: var(--teal-dark);
}

.footer-notes {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(223, 215, 199, 0.7);
}

.demo-note {
  margin: 4px 0 0;
  max-width: none;
  text-align: left;
}

@media (max-width: 1040px) {
  .split-section,
  .access-section {
    grid-template-columns: 1fr;
  }

  .access-section {
    grid-template-areas:
      "heading"
      "photos"
      "copy";
    row-gap: 22px;
  }

  .hero-panel {
    min-height: 0;
  }

  .hero-single {
    max-width: none;
  }

  .hero-card {
    left: 22px;
  }

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

  .message-grid,
  .president-message {
    grid-template-columns: 1fr;
  }

  .president-message {
    grid-column: auto;
  }

  .president-message img {
    max-width: 260px;
  }

  .quick-inner,
  .cta-section {
    grid-template-columns: 1fr;
    display: grid;
  }

  .area-pills {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .header-inner {
    width: min(100% - 28px, 1180px);
    min-height: 66px;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 42px;
    position: relative;
    z-index: 2;
  }

  .site-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .nav-call {
    justify-content: center;
  }

  .hero {
    min-height: auto;
    background: var(--paper);
  }

  .hero-inner {
    width: 100%;
    min-height: auto;
    padding: 0 0 34px;
    gap: 0;
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 14px 0;
    text-shadow: none;
  }

  h1 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .hero-lead {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .hero .hero-actions {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero .hero-actions .button {
    min-width: 0;
    padding-inline: 8px;
    font-size: 14px;
    gap: 6px;
    white-space: nowrap;
  }

  .feature-grid,
  .step-grid,
  .flow-track {
    grid-template-columns: 1fr;
  }

  .flow-track {
    gap: 28px;
  }

  .flow-track::before {
    top: 34px;
    bottom: 34px;
    left: 32px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(163, 123, 52, 0), rgba(163, 123, 52, 0.62), rgba(163, 123, 52, 0));
  }

  .flow-step {
    min-height: auto;
    padding: 22px;
  }

  .flow-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -23px;
    left: 24px;
    transform: rotate(135deg);
  }

  .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .hero-facts div {
    padding: 12px 10px;
    overflow: hidden;
  }

  .hero-facts dt {
    font-size: 16px;
    line-height: 1.3;
    white-space: normal;
  }

  .hero-facts dd {
    font-size: 11px;
  }

  .hero-panel {
    position: relative;
    inset: auto;
    min-height: 0;
    order: -1;
    width: 100%;
    transform: none;
  }

  .hero-main-photo {
    position: relative;
    height: 255px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-main-photo::after {
    background: linear-gradient(180deg, rgba(23, 32, 51, 0) 62%, rgba(23, 32, 51, 0.18) 100%);
  }

  .hero-main-photo img {
    object-position: 62% center;
  }

  .feature-photo {
    height: 300px;
  }

  .hero-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    padding: 18px;
    margin: 0;
  }

  .section,
  .quick-inner,
  .cta-section,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .section,
  .dark-section,
  .process-section,
  .message-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .section-heading h2,
  .area-copy h2,
  .access-heading h2,
  .cta-section h2 {
    font-size: 29px;
  }

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

  .message-card {
    padding: 22px;
  }

  .message-card p {
    font-size: 15px;
  }

  .message-emphasis {
    font-size: 17px;
  }

  .president-message h3 {
    font-size: 22px;
  }

  .featured-card {
    grid-column: auto;
  }

  .property-card {
    grid-template-rows: 220px auto;
    min-height: auto;
  }

  .area-board {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .station-node.main {
    grid-row: auto;
  }

  .access-photos {
    max-width: 520px;
  }

  .office-photo {
    aspect-ratio: 4 / 5;
  }

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

  .cta-section {
    margin-bottom: 48px;
    padding: 28px;
  }

  .cta-section h2 span {
    display: inline;
  }

  .site-footer {
    flex-direction: column;
  }

  .demo-note {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 460px) {
  .brand-name {
    font-size: 14px;
  }

  .brand {
    max-width: calc(100% - 56px);
  }

  .brand-sub {
    font-size: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero-actions,
  .access-actions,
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: flex;
    flex-wrap: nowrap;
  }

  .button {
    width: 100%;
  }

  .hero-actions .button {
    width: auto;
    flex: 1 1 0;
    padding-inline: 12px;
  }

  .hero-panel {
    min-height: 0;
  }

  .hero-main-photo {
    height: 238px;
  }

  .feature-photo {
    height: 260px;
  }

  .hero-facts dt {
    font-size: 13px;
    white-space: nowrap;
  }

  .hero-facts dd {
    font-size: 10px;
    line-height: 1.45;
  }

  .hero-facts div {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-facts {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero .hero-actions {
    max-width: 362px;
  }
}

/* ---- 追加コンポーネント ---- */

.footnote-ref {
  font-size: 9px;
}

.fee-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  padding: 9px 14px;
  color: #f4e4bd;
  background: rgba(217, 189, 122, 0.12);
  border: 1px solid rgba(217, 189, 122, 0.5);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.fee-badge svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #d9bd7a;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.parking-section {
  background:
    linear-gradient(180deg, rgba(245, 237, 221, 0.68), rgba(255, 253, 247, 0.96)),
    #fffdf7;
}

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

.parking-card {
  overflow: hidden;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(23, 32, 38, 0.08);
}

.parking-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.parking-card div {
  padding: 18px;
}

.parking-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

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

.parking-card a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  color: var(--blue);
  background: #f5eddd;
  border: 1px solid #e5d6ba;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 900;
}

.parking-note {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  background: #172944;
  color: #fffdf7;
  border-radius: var(--radius);
}

.parking-note p {
  margin: 0;
  color: rgba(255, 253, 247, 0.88);
  font-size: 14px;
}

.parking-note .button.primary {
  color: var(--ink);
  background: #d9bd7a;
  border-color: #d9bd7a;
}

.faq-section {
  max-width: 880px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(23, 32, 38, 0.05);
}

.faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 800;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "Q";
  margin-right: 12px;
  color: var(--gold);
  font-weight: 900;
}

.faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--teal-dark);
  border-bottom: 2px solid var(--teal-dark);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.faq-item p {
  margin: 0;
  padding: 0 20px 18px 20px;
  color: #3e443f;
  font-size: 15px;
}

.access-photos {
  display: grid;
  gap: 14px;
  align-self: start;
}

.access-map {
  width: 100%;
  height: 230px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: block;
}

.cta-hours {
  margin: 14px 0 0;
  font-size: 13.5px;
}

.cta-section .cta-hours {
  color: rgba(244, 228, 189, 0.85);
}

.mobile-cta {
  display: none;
}

/* ---- ふわっと表示 ---- */

.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  .property-card {
    transition: none;
  }

  .button:hover,
  .property-card:hover {
    transform: none;
  }
}

@media (max-width: 1040px) {
  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .footer-main {
    flex-direction: column;
    gap: 20px;
  }

  .faq-item summary {
    font-size: 15px;
    padding: 16px 48px 16px 16px;
  }

  .faq-item p {
    padding: 0 16px 16px 16px;
  }

  .access-map {
    height: 220px;
  }

  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    padding-bottom: env(safe-area-inset-bottom);
    background: rgba(23, 32, 51, 0.96);
    box-shadow: 0 -8px 24px rgba(23, 32, 38, 0.2);
  }

  .mobile-cta a {
    min-height: 70px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 7px 5px;
    color: #fffdf7;
    font-weight: 800;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
  }

  .mobile-cta a span {
    display: block;
    max-width: 100%;
    white-space: nowrap;
  }

  .mobile-cta svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-cta-tel {
    background: var(--blue);
  }

  .mobile-cta a small {
    display: block;
    margin-top: 1px;
    font-size: 11px;
    font-weight: 700;
    color: #fffdf7;
    letter-spacing: 0.04em;
    opacity: 0.92;
  }

  .mobile-cta-properties {
    background: #8f6b32;
  }

  .mobile-cta-mail {
    color: var(--blue);
    background: #fffdf7;
  }

  .mobile-cta-mail small {
    color: var(--muted);
    opacity: 1;
  }

  .mobile-cta-tel small {
    color: #d9bd7a;
  }
}

@media (max-width: 460px) {
  .hero-seal {
    display: none;
  }
}

/* ---- フィードバック反映: CV重視セクション ---- */

.consultation-section {
  width: auto;
  max-width: none;
  padding: 72px max(20px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(24, 41, 71, 0.06), transparent 34%),
    #fffdf7;
  border-top: 1px solid rgba(223, 215, 199, 0.8);
  border-bottom: 1px solid rgba(223, 215, 199, 0.8);
}

.consultation-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.consultation-copy h2,
.availability-section h2,
.instagram-section h2 {
  margin-bottom: 16px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 36px;
  line-height: 1.25;
}

.consultation-copy p {
  color: var(--muted);
}

.consultation-card,
.phone-guide-card {
  min-height: 100%;
}

.consultation-card {
  padding: 30px;
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid rgba(223, 215, 199, 0.92);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(23, 32, 38, 0.06);
}

.consultation-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.consultation-points li {
  position: relative;
  padding: 9px 0 9px 28px;
  color: #263245;
  border-bottom: 1px solid rgba(229, 214, 186, 0.8);
  font-size: 14px;
  font-weight: 800;
}

.consultation-points li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 15px;
  width: 13px;
  height: 7px;
  border-left: 2px solid #a77a25;
  border-bottom: 2px solid #a77a25;
  transform: rotate(-45deg);
}

.consultation-assurance {
  margin-top: 22px;
  padding: 13px 14px;
  color: #3e443f !important;
  background: #f5eddd;
  border: 1px solid #e5d6ba;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 800;
}

.phone-guide-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: linear-gradient(180deg, #1c3154 0%, #172944 100%);
  border: 1px solid rgba(217, 189, 122, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(23, 32, 51, 0.14);
}

.phone-guide h3 {
  margin: 0 0 18px;
  color: #fffdf7;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 24px;
  line-height: 1.35;
}

.contact-mini-list {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.contact-mini-list div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(217, 189, 122, 0.26);
  border-radius: var(--radius);
}

.contact-mini-list dt {
  color: rgba(255, 253, 247, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.contact-mini-list dd {
  margin: 0;
  color: #fffdf7;
  font-size: 14px;
  font-weight: 800;
}

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

.phone-guide-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px 12px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(217, 189, 122, 0.28);
  border-radius: var(--radius);
}

.phone-guide-list span {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: #d9bd7a;
  border-radius: 999px;
  font-weight: 900;
}

.phone-guide-list strong {
  color: #fffdf7;
  font-size: 15px;
}

.phone-guide-list small {
  color: rgba(255, 253, 247, 0.82);
  font-size: 12px;
  line-height: 1.6;
}

.phone-guide-note {
  margin: auto 0 0;
  padding: 13px 14px;
  color: rgba(255, 253, 247, 0.9);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(217, 189, 122, 0.24);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
}

.phone-action {
  min-height: 56px;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}

.phone-action span {
  font-size: 14px;
  font-weight: 900;
}

.phone-action small {
  color: rgba(24, 41, 71, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.privacy-note {
  margin: 12px 0 0;
  color: rgba(255, 253, 247, 0.92);
  font-size: 13px;
}

.privacy-note {
  padding: 10px 12px;
  color: rgba(255, 253, 247, 0.94);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(217, 189, 122, 0.28);
  border-radius: var(--radius);
  line-height: 1.8;
}

.availability-section {
  padding-top: 74px;
}

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

.availability-list article {
  padding: 22px;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(23, 32, 38, 0.07);
}

.availability-list h3 {
  margin-bottom: 6px;
  font-size: 22px;
}

.availability-list p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 14px;
}

.availability-list a,
.property-actions a:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 13px;
  color: var(--ink);
  background: #d9bd7a;
  border: 1px solid rgba(255, 253, 247, 0.18);
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.25;
}

.property-meta {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
}

.property-meta div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px;
  align-items: baseline;
}

.property-meta dt {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
}

.property-meta dd {
  margin: 0;
  color: #3e443f;
  font-size: 13px;
  font-weight: 700;
}

.property-status {
  margin: 16px 0 0 !important;
  padding: 10px 12px;
  color: var(--ink) !important;
  background: #f5eddd;
  border: 1px solid #e5d6ba;
  border-radius: var(--radius);
  font-size: 13px !important;
  font-weight: 800;
}

.property-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 14px;
}

.property-actions a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
  white-space: nowrap;
}

.property-actions.phone-only {
  grid-template-columns: 1fr;
  margin-top: auto;
}

.property-actions.phone-only a {
  width: 100%;
  min-height: 60px;
  justify-content: center;
  gap: 18px;
  padding: 14px 20px;
  color: #d9bd7a;
  background: linear-gradient(180deg, #071b33, #031429);
  border: 1px solid #d2aa5a;
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(3, 20, 41, 0.24), inset 0 0 0 1px rgba(255, 253, 247, 0.08);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.property-actions.phone-only a::after {
  content: "\2192";
  margin-left: auto;
  color: #d9bd7a;
  font-size: 20px;
  line-height: 1;
}

.instagram-section {
  width: auto;
  max-width: none;
  padding: 70px max(20px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(24, 41, 71, 0.94), rgba(38, 56, 88, 0.94)),
    var(--blue);
  color: #fffdf7;
}

.instagram-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr) auto;
  gap: 30px;
  align-items: center;
}

.instagram-inner .eyebrow,
.instagram-inner p {
  color: #f4e4bd;
}

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

.instagram-topics li {
  padding: 9px 11px;
  background: rgba(255, 253, 247, 0.08);
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 800;
}

.instagram-inner .button.secondary,
.parking-actions .button.secondary {
  color: #fffdf7;
  background: rgba(23, 32, 51, 0.24);
  border-color: rgba(255, 253, 247, 0.45);
}

.parking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1040px) {
  .consultation-inner,
  .instagram-inner {
    grid-template-columns: 1fr;
  }

  .availability-list,
  .parking-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  h1 {
    font-size: 31px;
  }

  .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-bg span {
    display: none;
  }

  .consultation-section,
  .instagram-section {
    padding: 58px 14px;
  }

  .consultation-copy h2,
  .availability-section h2,
  .instagram-section h2 {
    font-size: 28px;
  }

  .phone-guide-card {
    padding: 20px;
  }

  .consultation-points,
  .instagram-topics {
    grid-template-columns: 1fr;
  }

  .consultation-card {
    padding: 22px;
  }

  .parking-note {
    align-items: stretch;
    flex-direction: column;
  }

  .property-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .property-card {
    display: block;
    min-height: auto;
    overflow: hidden;
    background: #fffdf7;
    color: var(--ink);
    border: 1px solid rgba(255, 253, 247, 0.2);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    transform: none;
  }

  .property-card:hover {
    transform: none;
  }

  .property-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .property-card > div {
    padding: 24px 22px 26px;
    background: #fffdf7;
  }

  .property-area {
    margin-bottom: 16px;
    padding: 6px 13px;
    color: #fffdf7;
    background: linear-gradient(180deg, #bd7955, #9b5539);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.3;
  }

  .property-card h3 {
    margin-bottom: 0;
    color: #101827;
    font-size: 27px;
    line-height: 1.25;
  }

  .property-address,
  .property-station {
    margin-bottom: 3px;
    color: #263044;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.65;
  }

  .property-meta {
    margin-top: 18px;
    gap: 10px;
  }

  .property-meta div {
    grid-template-columns: 48px 1fr;
  }

  .property-meta dt {
    color: #76511c;
    font-size: 13px;
  }

  .property-meta dd {
    color: #273246;
    font-size: 14px;
    font-weight: 800;
  }

  .property-status {
    margin-top: 18px !important;
    padding: 14px 16px;
    color: #101827 !important;
    background: #fff8e6;
    border-color: #d5bd82;
    font-size: 15px !important;
    line-height: 1.55;
    box-shadow: 0 8px 20px rgba(23, 32, 51, 0.08);
  }

  .property-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .property-actions a:first-child {
    min-height: 58px;
    color: #d9bd7a;
    background: linear-gradient(180deg, #071b33, #031429);
    border-color: #d2aa5a;
    font-size: 16px;
    box-shadow: 0 10px 22px rgba(3, 20, 41, 0.22), inset 0 0 0 1px rgba(255, 253, 247, 0.08);
  }

  .property-actions a:last-child {
    min-height: 48px;
    color: #172033;
    background: #fffdf7;
    border-color: #d8c9aa;
  }

  .property-actions.phone-only a {
    min-height: 58px;
    color: #d9bd7a;
    background: linear-gradient(180deg, #071b33, #031429);
    border-color: #d2aa5a;
    font-size: 16px;
    box-shadow: 0 10px 22px rgba(3, 20, 41, 0.22), inset 0 0 0 1px rgba(255, 253, 247, 0.08);
  }

  .parking-actions {
    width: 100%;
  }

  .parking-actions .button {
    width: 100%;
  }

  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .mobile-cta {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mobile-cta a {
    min-height: 70px;
    flex-direction: column;
    gap: 4px;
    padding: 7px 6px;
    font-size: 12px;
    text-align: center;
  }

  .mobile-cta svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .mobile-cta-properties {
    background: #8f6b32;
  }

  .mobile-cta a small {
    display: block;
    margin-top: 1px;
    color: #fffdf7;
    opacity: 0.92;
    font-size: 10px;
    font-weight: 700;
  }

  .mobile-cta-mail small {
    color: var(--muted);
    opacity: 1;
  }
}

@media (max-width: 460px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts dt {
    white-space: normal;
  }
}

@media (max-width: 820px) {
  .hero-facts {
    display: none;
  }
}

@media (max-width: 460px) {
  .mobile-cta {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
  }

  .mobile-cta a {
    font-size: 11.5px;
    padding-inline: 3px;
  }

  .mobile-cta a small {
    font-size: 9px;
  }

  .mobile-cta-mail small {
    color: var(--muted);
  }
}

@media (max-width: 820px) {
  .mobile-cta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-cta a {
    width: auto;
    min-width: 0;
    display: flex;
    justify-self: stretch;
    align-self: stretch;
    overflow: hidden;
  }

  .mobile-cta a span {
    min-width: 0;
    overflow: hidden;
    text-overflow: clip;
  }

  .mobile-cta a.mobile-cta-properties {
    color: #fffdf7;
    background: #8f6b32;
  }

  .mobile-cta a.mobile-cta-mail {
    color: var(--blue);
    background: #fffdf7;
  }

  .mobile-cta a.mobile-cta-mail small {
    color: var(--muted);
    opacity: 1;
  }

  .mobile-cta a.mobile-cta-tel {
    color: #fffdf7;
    background: var(--blue);
  }
}
