:root {
  --paper: #fbf8ef;
  --paper-2: #fffdf7;
  --ink: #262320;
  --muted: #6d665d;
  --line: rgba(164, 126, 64, 0.22);
  --gold: #b98531;
  --gold-dark: #8c6527;
  --gold-soft: #efe3cf;
  --phone: #151515;
  --shadow: 0 18px 50px rgba(60, 43, 22, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(185, 133, 49, 0.04) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(180deg, #fffdf8 0%, #fbf8ef 42%, #f9f3e8 100%);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.concept-stage {
  min-height: 100vh;
  padding: 42px clamp(18px, 3.5vw, 52px) 54px;
}

.intro {
  max-width: 840px;
  margin: 0 auto 20px;
  text-align: center;
}

.intro h1 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

.intro-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 8px 0 0;
  color: var(--gold);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.intro-kicker::before,
.intro-kicker::after {
  content: "";
  width: clamp(90px, 14vw, 180px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 133, 49, 0.55));
}

.intro-kicker::after {
  background: linear-gradient(90deg, rgba(185, 133, 49, 0.55), transparent);
}

.intro-lead {
  margin: 11px 0 0;
  font-size: clamp(13px, 1.35vw, 16px);
  font-weight: 700;
}

.concept-board {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(360px, 540px) minmax(230px, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
}

.proposal-note {
  max-width: 960px;
  margin: 34px auto 0;
  padding: 12px 18px;
  border-top: 1px solid rgba(164, 126, 64, 0.22);
  color: #665c4f;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.note-column {
  display: grid;
  gap: clamp(22px, 4vw, 52px);
}

.note-column-left {
  padding-top: 86px;
}

.note-column-right {
  padding-top: 170px;
}

.note-card {
  position: relative;
  display: grid;
  gap: 12px;
}

.note-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.note-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fffdf7;
  background: linear-gradient(135deg, #c39242, #8f6423);
  border-radius: 999px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(143, 100, 35, 0.22);
}

.note-card h2 {
  margin: 2px 0 0;
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.55;
  font-weight: 800;
}

.note-card p {
  margin: 0 0 0 64px;
  color: #4e4840;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.mini-stats,
.mini-property,
.mini-flow,
.mini-support,
.mini-faq,
.mini-contact,
.point-box {
  margin-left: 0;
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(76, 54, 26, 0.08);
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
  padding: 15px 8px;
}

.mini-stats span {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 86px;
  color: var(--gold);
  text-align: center;
  border-right: 1px solid rgba(164, 126, 64, 0.18);
}

.mini-stats span:last-child {
  border-right: 0;
}

.mini-stats svg,
.phone-stats svg,
.support-card svg,
.mini-support svg,
.primary-button svg,
.secondary-button svg,
.phone-fixed svg,
.mini-contact svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-stats strong {
  color: var(--gold);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.25;
}

.mini-property {
  overflow: hidden;
  display: grid;
  grid-template-columns: 47% 1fr;
  margin-top: 8px;
}

.mini-property img {
  width: 100%;
  height: 138px;
  object-fit: cover;
}

.mini-property div {
  padding: 14px;
  display: grid;
  align-content: center;
  gap: 6px;
}

.mini-property strong {
  font-size: 13px;
}

.mini-property small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
}

.mini-property span {
  display: inline-flex;
  justify-content: center;
  padding: 7px 10px;
  color: #5a3d12;
  border: 1px solid rgba(185, 133, 49, 0.32);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
}

.mini-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 6px;
}

.mini-chips span {
  padding: 6px 11px;
  background: #fffdf7;
  border: 1px solid rgba(164, 126, 64, 0.2);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.mini-flow {
  display: grid;
  grid-template-columns: 1fr 14px 1fr 14px 1fr;
  gap: 8px;
  align-items: center;
  padding: 14px;
}

.mini-flow span {
  min-height: 76px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 8px 4px;
  background: #fff;
  border: 1px solid rgba(164, 126, 64, 0.16);
  border-radius: 6px;
  color: #4b4237;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.mini-flow b {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid rgba(185, 133, 49, 0.35);
  border-radius: 999px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
}

.mini-flow i {
  width: 9px;
  height: 9px;
  border-top: 1.5px solid var(--gold);
  border-right: 1.5px solid var(--gold);
  transform: rotate(45deg);
}

.mini-support {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
  padding: 16px;
  color: #5b3d11;
}

.mini-support span {
  display: grid;
  gap: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}

.mini-support strong {
  color: var(--ink);
  font-size: 13px;
}

.mini-support i {
  color: var(--gold);
  font-size: 22px;
  font-style: normal;
}

.mini-faq {
  display: grid;
  margin-top: 8px;
}

.mini-faq span {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(164, 126, 64, 0.15);
  font-size: 13px;
  font-weight: 800;
}

.mini-faq span:last-child {
  border-bottom: 0;
}

.mini-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
  padding: 11px;
}

.mini-contact a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(185, 133, 49, 0.28);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
}

.mini-contact a:first-child {
  color: #fffdf7;
  background: linear-gradient(135deg, #c29042, #986a24);
}

.mini-contact a:first-child svg {
  width: 16px;
  height: 16px;
}

.point-box {
  margin-top: 28px;
  padding: 20px;
}

.point-box h3 {
  margin: 0 0 12px;
  font-size: 17px;
}

.point-box p {
  position: relative;
  margin: 9px 0 0;
  padding-left: 24px;
  color: #4e4840;
  font-size: 14px;
  font-weight: 700;
}

.point-box p::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

.phone-shell {
  position: relative;
  display: flex;
  justify-content: center;
  align-self: start;
  padding-top: 12px;
}

.phone-frame {
  position: relative;
  width: min(100%, 488px);
  height: min(74vh, 840px);
  min-height: 720px;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(140deg, #1d1d1d, #090909 48%, #272727);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 54px;
  box-shadow:
    0 34px 90px rgba(32, 24, 14, 0.3),
    inset 0 0 0 3px #111,
    inset 0 0 0 8px #2a2a2a;
}

.phone-topbar {
  position: absolute;
  z-index: 6;
  top: 14px;
  left: 14px;
  right: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  color: #151515;
  background: #fffdf7;
  border-radius: 40px 40px 0 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.phone-notch {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 154px;
  height: 28px;
  background: #070707;
  border-radius: 999px;
  transform: translateX(-50%);
}

.status-icons {
  color: #111;
  letter-spacing: 1px;
}

.phone-site {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 58px 17px 84px;
  background: #fffdf7;
  border-radius: 42px;
  scrollbar-width: none;
}

.phone-site::-webkit-scrollbar {
  display: none;
}

.phone-header {
  position: sticky;
  z-index: 5;
  top: -58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -58px -17px 0;
  padding: 58px 20px 16px;
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid rgba(164, 126, 64, 0.13);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 2px solid currentColor;
  border-radius: 10px 4px 10px 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.brand strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.brand small {
  display: block;
  color: #5f5750;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.menu-button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 8px;
  color: var(--gold-dark);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-button span {
  width: 22px;
  height: 2px;
  background: currentColor;
}

.phone-hero {
  position: relative;
  min-height: 314px;
  margin: 0 -17px;
  padding: 34px 20px 22px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.98) 0%, rgba(255, 253, 247, 0.92) 52%, rgba(255, 253, 247, 0.24) 100%),
    #f2eee5;
}

.phone-hero img {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: 44%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 60%;
}

.eyebrow {
  margin: 0 0 8px;
  color: #4c453d;
  font-size: 12px;
  font-weight: 700;
}

.phone-hero h2 {
  margin: 0 0 12px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 2.7vw, 29px);
  font-weight: 600;
  line-height: 1.45;
}

.phone-hero p {
  margin: 0;
  color: #3f3932;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.8;
}

.hero-buttons {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.primary-button,
.secondary-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(73, 50, 19, 0.12);
}

.primary-button {
  color: #fffdf7;
  background: linear-gradient(135deg, #c39242, #8e6121);
}

.secondary-button {
  color: var(--ink);
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid rgba(121, 86, 31, 0.24);
}

.primary-button svg,
.secondary-button svg {
  width: 17px;
  height: 17px;
}

.phone-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -21px 8px 18px;
  padding: 15px 10px;
  background: rgba(255, 253, 247, 0.95);
  border: 1px solid rgba(164, 126, 64, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.phone-stats div {
  display: grid;
  place-items: center;
  gap: 5px;
  min-height: 82px;
  text-align: center;
  border-right: 1px solid rgba(164, 126, 64, 0.16);
}

.phone-stats div:last-child {
  border-right: 0;
}

.phone-stats dt {
  display: grid;
  place-items: center;
  gap: 3px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

.phone-stats dd {
  margin: 0;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
}

.phone-stats dd strong {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  line-height: 1;
}

.phone-section {
  margin: 17px 0 0;
}

.phone-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.phone-section h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
}

.phone-section-head a {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.feature-property {
  display: grid;
  grid-template-columns: 45% 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(164, 126, 64, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(44, 33, 19, 0.08);
}

.feature-property img {
  width: 100%;
  height: 122px;
  object-fit: cover;
}

.feature-property div {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 13px;
}

.feature-property h4,
.listing-row h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
}

.feature-property p,
.listing-row p {
  margin: 0;
  color: #5d564e;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.55;
}

.feature-property a {
  display: inline-flex;
  justify-content: center;
  padding: 7px 8px;
  color: #6d4916;
  border: 1px solid rgba(185, 133, 49, 0.32);
  border-radius: 5px;
  font-size: 10.5px;
  font-weight: 900;
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.area-chips button {
  padding: 7px 13px;
  color: #383029;
  background: #fff;
  border: 1px solid rgba(164, 126, 64, 0.18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.support-card {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 14px;
  color: #6c4712;
  background: rgba(255, 253, 247, 0.95);
  border: 1px solid rgba(164, 126, 64, 0.2);
  border-radius: var(--radius);
}

.support-card span {
  display: grid;
  gap: 2px;
  color: #5e564e;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.55;
}

.support-card strong {
  color: var(--ink);
  font-size: 12px;
}

.support-card i {
  color: var(--gold);
  font-size: 20px;
  font-style: normal;
}

.listing-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(118px, 1fr));
  gap: 9px;
}

.listing-row article {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(164, 126, 64, 0.16);
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(54, 38, 17, 0.07);
}

.listing-row img {
  width: 100%;
  height: 86px;
  object-fit: cover;
}

.listing-row h4,
.listing-row p {
  padding: 0 9px;
}

.listing-row h4 {
  margin-top: 8px;
}

.listing-row p {
  margin-bottom: 9px;
}

.phone-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.phone-flow li {
  position: relative;
  display: grid;
  gap: 5px;
  justify-items: center;
  min-height: 82px;
  padding: 10px 6px;
  background: #fff;
  border: 1px solid rgba(164, 126, 64, 0.17);
  border-radius: 7px;
  text-align: center;
}

.phone-flow b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid rgba(185, 133, 49, 0.36);
  border-radius: 999px;
  font-family: "Noto Serif JP", serif;
}

.phone-flow span {
  display: grid;
  gap: 2px;
  color: #3b352e;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.phone-flow small {
  color: #7a7168;
  font-size: 8.5px;
  font-weight: 700;
}

.phone-faq {
  display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(164, 126, 64, 0.17);
  border-radius: 7px;
}

.phone-faq a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(164, 126, 64, 0.13);
  font-size: 11px;
  font-weight: 800;
}

.phone-faq a:last-child {
  border-bottom: 0;
}

.phone-faq span {
  color: var(--gold);
}

.access-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 10px;
  overflow: hidden;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(164, 126, 64, 0.17);
  border-radius: 7px;
}

.access-card img {
  width: 100%;
  height: 76px;
  object-fit: cover;
  border-radius: 5px;
}

.access-card p {
  margin: 0;
  color: #5f574f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
}

.access-card strong {
  display: block;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.phone-fixed {
  position: absolute;
  z-index: 8;
  left: 28px;
  right: 28px;
  bottom: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 253, 247, 0.96);
  border: 1px solid rgba(164, 126, 64, 0.22);
  border-radius: 12px 12px 34px 34px;
  box-shadow: 0 -16px 34px rgba(53, 37, 17, 0.12);
  backdrop-filter: blur(12px);
}

.phone-fixed a {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
}

.phone-fixed a:first-child {
  color: #fffdf7;
  background: linear-gradient(135deg, #c39242, #8e6121);
}

.phone-fixed a:last-child {
  color: var(--ink);
  border: 1px solid rgba(185, 133, 49, 0.28);
}

.phone-fixed svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 1180px) {
  .concept-board {
    grid-template-columns: minmax(320px, 500px) minmax(260px, 1fr);
    align-items: start;
  }

  .phone-shell {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .note-column-left,
  .note-column-right {
    padding-top: 0;
    gap: 22px;
  }

  .note-column-left {
    grid-column: 2;
    grid-row: 1;
  }

  .note-column-right {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 860px) {
  .concept-stage {
    padding: 26px 14px 36px;
  }

  .intro {
    margin-bottom: 18px;
  }

  .intro h1 {
    font-size: 35px;
  }

  .intro-kicker {
    font-size: 17px;
  }

  .intro-kicker::before,
  .intro-kicker::after {
    width: 42px;
  }

  .intro-lead {
    font-size: 13px;
    line-height: 1.8;
  }

  .concept-board {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .phone-shell,
  .note-column-left,
  .note-column-right {
    grid-column: auto;
    grid-row: auto;
  }

  .phone-shell {
    order: 1;
  }

  .note-column-left {
    order: 2;
  }

  .note-column-right {
    order: 3;
  }

  .phone-frame {
    width: min(100%, 420px);
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 22px;
    box-shadow: var(--shadow);
  }

  .phone-topbar {
    display: none;
  }

  .phone-site {
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 0 14px 88px;
    border-radius: 22px;
  }

  .phone-header {
    top: 0;
    margin: 0 -14px;
    padding: 14px 16px;
    border-radius: 22px 22px 0 0;
  }

  .phone-hero {
    margin: 0 -14px;
    padding: 28px 18px 22px;
  }

  .phone-hero h2 {
    font-size: 28px;
  }

  .phone-fixed {
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 12px;
  }

  .note-card p {
    margin-left: 0;
  }

  .note-heading {
    grid-template-columns: 48px 1fr;
  }

  .note-number {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

@media (max-width: 430px) {
  .concept-stage {
    padding-inline: 10px;
  }

  .intro h1 {
    font-size: 30px;
  }

  .intro-kicker::before,
  .intro-kicker::after {
    display: none;
  }

  .phone-site {
    padding-inline: 12px;
  }

  .phone-header,
  .phone-hero {
    margin-inline: -12px;
  }

  .brand strong {
    font-size: 12px;
  }

  .phone-hero img {
    opacity: 0.35;
    width: 62%;
  }

  .hero-copy {
    max-width: 86%;
  }

  .phone-hero p {
    font-size: 12px;
  }

  .hero-buttons,
  .phone-fixed,
  .mini-contact {
    grid-template-columns: 1fr;
  }

  .phone-stats {
    margin-inline: 0;
    padding-inline: 4px;
  }

  .phone-stats dd strong {
    font-size: 21px;
  }

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

  .feature-property img {
    height: 150px;
  }

  .listing-row {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .listing-row article {
    flex: 0 0 42%;
    scroll-snap-align: start;
  }

  .phone-flow {
    grid-template-columns: 1fr;
  }

  .phone-flow li {
    min-height: 68px;
    grid-template-columns: 30px 1fr;
    justify-items: start;
    text-align: left;
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }

  .mini-stats span {
    border-right: 0;
    border-bottom: 1px solid rgba(164, 126, 64, 0.18);
  }

  .mini-stats span:last-child {
    border-bottom: 0;
  }

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

  .mini-flow {
    grid-template-columns: 1fr;
  }

  .mini-flow i {
    justify-self: center;
    transform: rotate(135deg);
  }
}
