/*
Theme Name: Tenant Estate
Theme URI: https://tenant.rs-estate.jp/
Author: Recovery Support
Description: Tenant-focused real estate WordPress theme.
Version: 1.1.19
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: tenant-estate
*/

:root {
  --ink: #191919;
  --soft-ink: #3c3a35;
  --muted: #777068;
  --line: #ded7cc;
  --paper: #f5f1e9;
  --paper-deep: #e9dfcf;
  --white: #fffdf9;
  --red: #b94735;
  --green: #54715d;
  --yellow: #d7aa45;
  --make-green: #69ec62;
  --orange: #ff8a12;
  --shadow: 0 20px 50px rgba(35, 31, 26, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  background: var(--paper);
  line-height: 1.75;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.make-header {
  position: sticky;
  top: 0;
  z-index: 25;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.header-tagline {
  margin: 0;
  padding: 7px clamp(18px, 4vw, 46px) 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.header-main {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
  min-height: 98px;
  padding: 12px clamp(18px, 4vw, 46px) 18px;
}

.header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: flex-end;
}

.inquiry-button {
  color: var(--white);
  background: var(--orange);
  border-color: var(--orange);
}

.phone-block {
  display: grid;
  font-weight: 900;
  line-height: 1.25;
}

.phone-block strong {
  font-size: 25px;
}

.phone-block span {
  color: var(--muted);
  font-size: 12px;
}

.mini-link {
  display: grid;
  gap: 2px;
  justify-items: center;
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 900;
}

.mini-link b {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
}

.make-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 4vw, 44px);
  justify-content: center;
  min-height: 52px;
  padding: 15px 18px;
  color: var(--ink);
  font-weight: 900;
  background: var(--make-green);
}

.make-nav .menu-items {
  display: flex;
  flex-wrap: wrap;
  gap: inherit;
  justify-content: center;
  width: 100%;
}

.make-nav li {
  margin: 0;
  list-style: none;
}

.mobile-nav-extra {
  display: none !important;
}

.make-nav a::after {
  content: "∨";
  margin-left: 8px;
  font-size: 11px;
}

.make-hero {
  display: grid;
  align-items: start;
  min-height: 480px;
  padding: 28px clamp(18px, 12vw, 180px) 56px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.92), rgba(255,255,255,0.9)),
    url("assets/tenant-hero.png") center / cover;
}

.vertical-title {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: fit-content;
}

.vertical-title span,
.vertical-title strong {
  writing-mode: vertical-rl;
  padding: 10px 8px;
  color: var(--ink);
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 900;
  line-height: 1.1;
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--make-green);
}

.vertical-title strong {
  min-height: 380px;
}

.gateway-section {
  padding: 42px clamp(18px, 4vw, 46px);
  background-image: radial-gradient(rgba(25,25,25,0.14) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
}

.gateway-grid,
.feature-tile-grid,
.category-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 40px);
  max-width: 1160px;
  margin: 0 auto;
}

.gateway-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 108px;
  padding: 18px 24px;
  background: var(--white);
  border: 3px solid var(--soft-ink);
  border-radius: 8px;
}

.gateway-card strong {
  width: fit-content;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 1.2;
  border-bottom: 1px dashed var(--ink);
}

.gateway-card small {
  grid-column: 2;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.gateway-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--soft-ink);
  font-size: 15px;
  font-weight: 900;
  background: var(--paper);
  border: 2px solid var(--soft-ink);
}

.make-section-title {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-bottom: 34px;
  text-align: center;
}

.make-section-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 900;
}

.make-section-title span {
  position: relative;
  padding-bottom: 14px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.32em;
}

.make-section-title span::after {
  position: absolute;
  right: 28%;
  bottom: 0;
  left: 28%;
  height: 2px;
  content: "";
  background: var(--make-green);
}

.feature-tile {
  display: grid;
  gap: 12px;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
}

.feature-tile img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 78px;
  padding: 16px clamp(18px, 4vw, 46px);
  background: rgba(245, 241, 233, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-grid;
  gap: 2px;
  width: fit-content;
}

.brand-logo {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  font-size: clamp(24px, 3.1vw, 40px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand-copy {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.global-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 900;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: center;
  min-height: min(820px, calc(100svh - 78px));
  padding: clamp(22px, 4vw, 46px);
  border-bottom: 1px solid var(--line);
}

.hero-media,
.featured-image,
.single-property-photo,
.property-card figure {
  position: relative;
  overflow: hidden;
  background: var(--paper-deep);
}

.hero-media {
  min-height: clamp(420px, 48vw, 560px);
}

.hero-media::after {
  position: absolute;
  inset: 18px auto auto 18px;
  padding: 8px 11px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  content: "おすすめ物件";
  background: rgba(25, 25, 25, 0.74);
}

.hero-media img {
  height: 100%;
  min-height: clamp(420px, 48vw, 560px);
  object-fit: cover;
}

.hero-copy {
  min-width: 0;
  padding: clamp(20px, 4vw, 44px) 0;
}

.kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1,
.section-heading h1,
.section-heading h2,
.property-title,
.contact-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.hero h1 {
  font-size: clamp(38px, 7.2vw, 92px);
}

.section-heading h1,
.section-heading h2,
.contact-copy h2 {
  font-size: clamp(34px, 5vw, 64px);
}

.property-title {
  font-size: clamp(30px, 4.8vw, 60px);
}

.hero-copy p:not(.kicker),
.section-heading p,
.contact-copy p,
.property-card p,
.single-property-info p {
  color: var(--soft-ink);
}

.hero-copy p:not(.kicker),
.section-heading p,
.contact-copy p {
  max-width: 720px;
  margin: 22px 0 0;
}

.hero-actions,
.single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-weight: 900;
  cursor: pointer;
}

.button.primary,
.button.dark {
  color: var(--white);
  background: var(--ink);
}

.button.ghost {
  background: transparent;
}

.hero-note {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background: var(--yellow);
  border: 1px solid rgba(25, 25, 25, 0.16);
}

.hero-note p,
.hero-note span {
  margin: 0;
}

.hero-note span {
  color: rgba(25, 25, 25, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.search-panel {
  position: sticky;
  top: 78px;
  z-index: 15;
  display: grid;
  grid-template-columns: 190px 1.2fr 0.78fr 0.78fr auto;
  gap: 10px;
  align-items: end;
  padding: 14px clamp(18px, 4vw, 46px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(25, 25, 25, 0.06);
}

.search-title {
  display: grid;
  gap: 2px;
  align-self: center;
}

.search-title strong {
  font-size: 20px;
  line-height: 1.2;
}

.search-title span,
label,
.search-control label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.search-control {
  display: grid;
  gap: 4px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.section {
  padding: clamp(62px, 9vw, 116px) clamp(18px, 4vw, 46px);
}

.section-heading {
  display: grid;
  gap: 6px;
  max-width: 860px;
  margin-bottom: 28px;
}

.row-heading {
  grid-template-columns: 1fr auto;
  align-items: end;
  max-width: none;
}

.result-count {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
}

.featured-image,
.featured-image img {
  min-height: 520px;
}

.featured-image img {
  height: 100%;
  object-fit: cover;
}

.single-property-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--paper-deep);
}

.featured-copy {
  display: grid;
  align-content: end;
  gap: 18px;
  padding: clamp(22px, 4vw, 44px);
  background: var(--white);
  border: 1px solid var(--line);
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 18px;
}

.property-card a {
  display: grid;
  gap: 13px;
  align-content: start;
}

.property-card figure {
  margin: 0;
}

.property-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.photo-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 20px);
}

.photo-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 8px;
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  background: rgba(25, 25, 25, 0.82);
  border: 1px solid rgba(255, 253, 249, 0.34);
}

.property-card h3 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.25;
}

.property-card p {
  margin: 0;
  font-size: 14px;
}

.property-meta,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.property-meta li,
.tag-list li {
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
  background: var(--paper);
  border: 1px solid var(--line);
}

.card-specs,
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-specs div,
.detail-grid div {
  min-width: 0;
  padding: 9px 10px;
  background: var(--white);
}

.card-specs dt,
.detail-grid dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.card-specs dd,
.detail-grid dd {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.detail-link {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 900;
  border-bottom: 2px solid var(--red);
}

.area-section {
  background: var(--paper-deep);
}

.area-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.area-button {
  display: grid;
  gap: 8px;
  min-height: 140px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
}

.area-button strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.area-button span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

article.single-property {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(28px, 5vw, 58px);
}

body.single-property {
  display: block;
  padding: 0;
}

.single-property-photo {
  min-height: 0;
  aspect-ratio: 4 / 3;
  background: var(--paper-deep);
}

.single-property-info {
  display: grid;
  align-content: start;
  gap: 18px;
}

.property-body > *:first-child {
  margin-top: 0;
}

.detail-section {
  display: grid;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.detail-section h2,
.detail-section h3 {
  margin: 0;
  line-height: 1.3;
}

.detail-section h2 {
  font-size: 20px;
}

.detail-section h3 {
  font-size: 14px;
}

.detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.detail-columns > div {
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
}

.detail-columns ul {
  display: grid;
  gap: 5px;
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--soft-ink);
  font-size: 13px;
}

.archive-hero {
  padding-bottom: 34px;
}

.pagination {
  margin-top: 34px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 6vw, 80px);
  padding: clamp(62px, 9vw, 116px) clamp(18px, 4vw, 46px);
  background: var(--white);
}

.column-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.column-grid article {
  min-height: 250px;
  padding: 24px;
  background: var(--white);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  padding: 24px clamp(18px, 4vw, 46px);
  color: var(--white);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
  font-weight: 900;
}

@media (max-width: 1020px) {
  .global-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .hero,
  .featured-layout,
  .contact-section,
  article.single-property {
    grid-template-columns: 1fr;
  }

  .search-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-title {
    grid-column: 1 / -1;
  }

  .property-grid,
  .column-grid,
  .area-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 70px;
  }

  .menu-button {
    display: block;
    justify-self: end;
    border-color: var(--ink);
  }

  .global-nav {
    display: none;
    grid-column: 1 / -1;
  }

  .global-nav.is-open {
    display: grid;
    gap: 12px;
  }

  .brand-copy {
    display: none;
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 16px;
    overflow: hidden;
  }

  .hero-media {
    width: 100%;
    margin-bottom: 34px;
  }

  .hero-media::after {
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
    max-width: calc(100% - 20px);
    font-size: 11px;
  }

  .hero-media,
  .hero-media img,
  .featured-image,
  .featured-image img {
    min-height: 360px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.08;
    word-break: break-all;
  }

  .search-panel {
    position: static;
    grid-template-columns: 1fr;
  }

  .row-heading,
  .property-grid,
  .column-grid,
  .area-list,
  .detail-grid,
  .detail-columns,
  .card-specs {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  article.single-property {
    padding: 16px;
  }

  .single-property-photo {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

.search-panel-advanced {
  grid-template-columns: 170px minmax(160px, 1.1fr) repeat(3, minmax(120px, 0.75fr)) repeat(2, minmax(110px, 0.6fr)) minmax(120px, 0.7fr) auto;
}

.hero h1 {
  font-size: clamp(38px, 5.8vw, 76px);
  line-height: 1.04;
}

.property-card-link {
  display: grid;
  gap: 13px;
}

.card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.card-action {
  min-height: 40px;
  padding: 6px 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.card-action.is-active {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.directory-card {
  display: grid;
  gap: 14px;
  min-height: 240px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
}

.directory-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.directory-card p {
  margin: 0;
  color: var(--soft-ink);
}

.directory-count {
  width: fit-content;
  padding: 5px 9px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  background: var(--red);
}

.guide-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.guide-card,
.empty-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(20px, 3vw, 30px);
  background: var(--white);
  border: 1px solid var(--line);
}

.guide-card span {
  width: fit-content;
  padding: 4px 9px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  background: var(--green);
}

.guide-card h2,
.empty-panel h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.28;
}

.guide-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--soft-ink);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 6px;
}

.form-status {
  min-height: 26px;
  margin: 0;
  color: var(--green);
  font-weight: 900;
}

.contact-page {
  min-height: calc(100svh - 78px);
}

.favorites-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 4vw, 34px);
  max-width: 980px;
  margin-inline: auto;
  padding-top: 0;
}

.favorites-board > * {
  min-width: 0;
}

.simple-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--ink);
}

.simple-panel h2,
.simple-panel h3,
.simple-panel p {
  margin: 0;
}

.saved-list {
  display: grid;
  gap: 10px;
}

.saved-list a {
  display: grid;
  gap: 3px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
}

.saved-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.saved-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
}

.saved-item a {
  padding: 0;
  border: 0;
}

.saved-remove {
  min-width: 76px;
  min-height: 38px;
  color: var(--ink);
  font-weight: 900;
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
}

@media (max-width: 1180px) {
  .search-panel-advanced {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .directory-grid,
  .guide-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .favorites-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .search-panel-advanced,
  .directory-grid,
  .guide-page-grid,
  .card-actions {
    grid-template-columns: 1fr;
  }
}

/* Modern motion layer */
:root {
  --ink: #101214;
  --soft-ink: #343a40;
  --muted: #6f767d;
  --line: #dfe5df;
  --paper: #f6f8f3;
  --paper-deep: #eaf0e7;
  --white: #ffffff;
  --make-green: #65f26a;
  --orange: #ff8a12;
  --blue: #23677f;
  --shadow: 0 24px 70px rgba(16, 18, 20, 0.14);
  --shadow-hover: 0 30px 90px rgba(16, 18, 20, 0.2);
  --radius: 18px;
}

body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 248, 243, 0.96)),
    var(--paper);
}

.make-header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(16, 18, 20, 0.08);
  box-shadow: 0 10px 40px rgba(16, 18, 20, 0.08);
  backdrop-filter: blur(18px);
}

.header-main {
  min-height: 86px;
}

.make-nav {
  color: var(--white);
  background: #101214;
  box-shadow: inset 0 3px 0 var(--make-green);
}

.make-nav a {
  position: relative;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.make-nav a:hover {
  color: var(--make-green);
  transform: translateY(-1px);
}

.make-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(10, 12, 14, 0.72), rgba(10, 12, 14, 0.18) 48%, rgba(255, 255, 255, 0.2)),
    url("assets/tenant-hero.png") center / 108% auto;
  animation: heroPan 18s ease-in-out infinite alternate;
}

.make-hero::after {
  position: absolute;
  inset: auto clamp(18px, 4vw, 46px) 28px auto;
  width: min(360px, 42vw);
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--make-green), transparent);
  animation: lineSweep 3.6s ease-in-out infinite;
}

.vertical-title {
  position: relative;
  z-index: 1;
}

.vertical-title span,
.vertical-title strong {
  color: var(--white);
  background: rgba(16, 18, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 14px;
  box-shadow:
    8px 8px 0 rgba(101, 242, 106, 0.86),
    0 26px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  animation: titleRise 800ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.vertical-title strong {
  animation-delay: 120ms;
}

.gateway-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 248, 243, 0.96)),
    radial-gradient(rgba(16,18,20,0.12) 1px, transparent 1px);
  background-size: auto, 13px 13px;
}

.gateway-card,
.category-strip a,
.feature-tile,
.property-card,
.directory-card,
.guide-card,
.simple-panel,
.empty-panel,
.column-grid article,
.contact-form {
  border-radius: var(--radius);
}

.gateway-card,
.category-strip a {
  position: relative;
  overflow: hidden;
  border-color: rgba(16, 18, 20, 0.18);
  box-shadow: 0 14px 45px rgba(16, 18, 20, 0.08);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.gateway-card::before,
.category-strip a::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, var(--make-green), var(--orange));
}

.gateway-card:hover,
.category-strip a:hover,
.feature-tile:hover,
.property-card:hover,
.directory-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.gateway-icon {
  border-color: rgba(16, 18, 20, 0.12);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #edf4eb);
}

.feature-tile {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: var(--white);
  box-shadow: 0 14px 45px rgba(16, 18, 20, 0.08);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.feature-tile img,
.property-card figure,
.featured-image,
.single-property-photo {
  border-radius: calc(var(--radius) - 4px);
}

.feature-tile img,
.property-card img {
  transition:
    transform 520ms ease,
    filter 220ms ease;
}

.feature-tile:hover img,
.property-card:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.make-section-title span::after {
  height: 3px;
  border-radius: 999px;
  animation: accentPulse 2.2s ease-in-out infinite;
}

.search-panel,
.advanced-search {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(16, 18, 20, 0.08);
  backdrop-filter: blur(16px);
}

input,
select,
textarea {
  border-color: rgba(16, 18, 20, 0.12);
  border-radius: 12px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--make-green);
  box-shadow: 0 0 0 4px rgba(101, 242, 106, 0.18);
}

.button,
.card-action {
  border-radius: 999px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button:hover,
.card-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(16, 18, 20, 0.16);
}

.button.primary,
.button.dark {
  background: linear-gradient(135deg, #101214, #263238);
}

.inquiry-button {
  border: 0;
  background: linear-gradient(135deg, var(--orange), #ffb000);
}

.property-card {
  padding: 10px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 18, 20, 0.08);
  box-shadow: 0 14px 45px rgba(16, 18, 20, 0.08);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.photo-badges span {
  border-color: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(16, 18, 20, 0.78);
  backdrop-filter: blur(8px);
}

.reveal-motion {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal-motion.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tilt-motion {
  position: relative;
  transform-style: preserve-3d;
}

.tilt-motion::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(101, 242, 106, 0.18), transparent 42%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.tilt-motion:hover::after {
  opacity: 1;
}

@keyframes heroPan {
  from { background-position: 48% 50%; }
  to { background-position: 54% 50%; }
}

@keyframes titleRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineSweep {
  0%, 100% {
    opacity: 0.28;
    transform: translateX(-8px) scaleX(0.72);
  }
  50% {
    opacity: 1;
    transform: translateX(8px) scaleX(1);
  }
}

@keyframes accentPulse {
  0%, 100% {
    transform: scaleX(0.72);
    opacity: 0.65;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (max-width: 680px) {
  .make-header {
    position: static;
  }

  .header-tagline {
    padding: 8px 16px 0;
    font-size: 11px;
  }

  .header-main {
    min-height: 74px;
    padding: 10px 16px;
  }

  .header-actions {
    display: none;
  }

  .make-nav {
    display: none;
    padding: 14px 16px;
    background: #101214;
  }

  .make-nav.is-open {
    display: grid;
    gap: 12px;
  }

  .make-hero {
    min-height: 420px;
    padding: 24px 20px 36px;
    background-size: cover;
  }

  .vertical-title span,
  .vertical-title strong {
    font-size: 25px;
  }

  .vertical-title strong {
    min-height: 310px;
  }

  .gateway-grid,
  .feature-tile-grid,
  .category-strip {
    grid-template-columns: 1fr;
  }

  .gateway-card {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 92px;
    gap: 12px;
    padding: 14px;
  }

  .gateway-icon {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .gateway-card strong {
    font-size: 19px;
    overflow-wrap: anywhere;
  }

  .gateway-card small {
    letter-spacing: 0.08em;
    overflow-wrap: anywhere;
  }

  .gateway-card:hover,
  .category-strip a:hover,
  .feature-tile:hover,
  .property-card:hover,
  .directory-card:hover {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal-motion {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 680px) {
  .header-main {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    font-size: clamp(21px, 5.8vw, 28px);
    line-height: 1;
  }

  .brand-copy {
    font-size: 10px;
  }

  .menu-button {
    position: fixed;
    top: 50px;
    right: 16px;
    z-index: 80;
    display: grid !important;
    place-items: center;
    width: 46px;
    height: 46px;
    background: #101214;
    border: 1px solid #101214;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(16, 18, 20, 0.24);
  }

  .menu-button span {
    width: 18px;
    height: 2px;
    margin: 0;
    background: #fff;
    border-radius: 999px;
  }

  .menu-button span + span {
    margin-top: 6px;
  }

  .make-nav.is-open {
    display: grid;
    gap: 0;
    background: #101214;
    box-shadow: inset 0 3px 0 var(--make-green), 0 18px 38px rgba(16, 18, 20, 0.18);
  }

  .make-nav.is-open a {
    padding: 12px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

.subpage-hero {
  display: grid;
  gap: 14px;
  padding: clamp(72px, 10vw, 120px) clamp(20px, 8vw, 110px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(16, 18, 20, 0.82), rgba(16, 18, 20, 0.38)),
    url("assets/tenant-hero.png") center / cover;
}

.subpage-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(38px, 7vw, 84px);
  line-height: 1.05;
}

.subpage-hero p {
  max-width: 720px;
  margin: 0;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
}

.subpage-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.subpage-card {
  min-height: 180px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 18, 20, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.subpage-card-link {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.subpage-card-link span {
  width: fit-content;
  margin-top: auto;
  padding-top: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.subpage-card-link::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 11px;
  height: 11px;
  content: "";
  border-top: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
  transform: rotate(45deg);
}

.subpage-card-link:hover {
  border-color: var(--ink);
  box-shadow: 10px 10px 0 rgba(23, 23, 23, 0.08);
  transform: translateY(-3px);
}

.subpage-card h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.subpage-card p,
.page-content p {
  margin: 0;
  color: var(--muted);
}

.subpage-search-panel {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: linear-gradient(135deg, #101214, #23302c);
}

.subpage-search-panel h2,
.subpage-search-panel p {
  margin: 0;
}

.subpage-search-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.page-content {
  padding-top: 0;
}

.map-search-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: stretch;
  padding-top: 0;
}

.map-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 40px);
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.map-copy h2,
.map-copy p {
  margin: 0;
}

.map-copy h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
}

.map-copy p {
  color: rgba(243, 240, 232, 0.78);
}

.map-frame {
  min-height: 460px;
  overflow: hidden;
  background: var(--paper-deep);
  border: 1px solid var(--ink);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
}

.map-area-links {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.map-area-links a {
  padding: 16px 18px;
  font-weight: 900;
  background: var(--white);
  border: 1px solid var(--ink);
  box-shadow: 6px 6px 0 rgba(23, 23, 23, 0.07);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.map-area-links a:hover {
  box-shadow: 9px 9px 0 rgba(23, 23, 23, 0.1);
  transform: translateY(-2px);
}

.company-profile-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(20px, 4vw, 42px);
  padding-top: 0;
}

.company-profile-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(24px, 4vw, 38px);
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.company-profile-copy h2,
.company-profile-copy p,
.company-profile-table {
  margin: 0;
}

.company-profile-copy h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
}

.company-profile-copy p {
  color: rgba(243, 240, 232, 0.78);
}

.company-profile-table {
  display: grid;
  background: var(--white);
  border: 1px solid var(--ink);
}

.company-profile-table div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.company-profile-table div:last-child {
  border-bottom: 0;
}

.company-profile-table dt,
.company-profile-table dd {
  margin: 0;
  padding: 14px 16px;
}

.company-profile-table dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  background: rgba(23, 23, 23, 0.03);
  border-right: 1px solid var(--line);
}

.company-profile-table dd {
  color: var(--ink);
  font-weight: 800;
}

.company-map-frame {
  grid-column: 1 / -1;
}

.home-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 250, 246, 0.95));
}

.compact-title {
  align-items: flex-start;
  text-align: left;
}

.compact-title::after {
  margin-inline: 0;
}

.mini-column-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.strength-card {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 18, 20, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.strength-card span {
  color: var(--make-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.strength-card h3 {
  margin: 0;
  font-size: 22px;
}

.strength-card p {
  margin: 0;
  color: var(--muted);
}

.static-contact-box {
  align-content: center;
}

.feature-tile small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.empty-message {
  margin: 0;
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(16, 18, 20, 0.08);
  border-radius: 8px;
}

@media (max-width: 860px) {
  .home-info-layout,
  .strength-grid,
  .subpage-card-grid,
  .support-link-grid,
  .request-layout,
  .request-form-grid,
  .map-search-section,
  .map-area-links,
  .company-profile-section {
    grid-template-columns: 1fr;
  }

  .company-profile-table div {
    grid-template-columns: 1fr;
  }

  .company-profile-table dt {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .subpage-search-panel {
    display: grid;
  }

  .flow-step {
    grid-template-columns: 1fr;
  }

  .faq-item summary {
    grid-template-columns: 40px minmax(0, 1fr) 24px;
    padding: 18px;
  }

  .faq-item p {
    padding: 0 18px 20px;
  }
}

@media (max-width: 480px) {
  .flow-step > span,
  .support-link span {
    font-size: 34px;
  }

  .flow-step h2 {
    font-size: 24px;
  }
}

/* TPO-inspired minimal editorial layer */
:root {
  --ink: #171717;
  --soft-ink: #383838;
  --muted: #77736a;
  --line: #d7d2c8;
  --paper: #f3f0e8;
  --paper-deep: #e8e1d6;
  --white: #fffdf8;
  --make-green: #20291f;
  --orange: #b88b42;
  --shadow: 0 18px 48px rgba(20, 20, 20, 0.08);
  --shadow-hover: 0 28px 70px rgba(20, 20, 20, 0.14);
}

body {
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 84px 84px;
}

.make-header {
  background: rgba(243, 240, 232, 0.96);
  border-bottom: 1px solid var(--ink);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.header-tagline {
  max-width: 1480px;
  margin: 0 auto;
  padding: 10px clamp(18px, 4vw, 46px) 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.header-main {
  max-width: 1480px;
  min-height: 86px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 16px;
}

.brand-logo {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  font-size: clamp(24px, 3.1vw, 40px);
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--ink);
}

.brand-copy {
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.header-actions {
  gap: 14px;
}

.mini-link {
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.mini-link b {
  color: var(--paper);
  background: var(--ink);
}

.phone-block strong {
  font-size: 22px;
  letter-spacing: 0.02em;
}

.inquiry-button {
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.make-nav {
  min-height: 50px;
  padding: 0 clamp(18px, 4vw, 46px);
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--ink);
  box-shadow: none;
}

.make-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.make-nav a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.make-nav a:hover {
  color: var(--muted);
  transform: none;
}

.make-hero {
  min-height: clamp(500px, 64vw, 760px);
  margin: clamp(18px, 2vw, 28px) clamp(18px, 4vw, 46px) 0;
  padding: clamp(28px, 6vw, 72px);
  background:
    linear-gradient(90deg, rgba(12, 12, 12, 0.6), rgba(12, 12, 12, 0.18) 52%, rgba(12, 12, 12, 0.34)),
    url("assets/tenant-hero.png") center / cover;
  border: 1px solid var(--ink);
  overflow: hidden;
}

.make-hero::after {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  mix-blend-mode: screen;
}

.vertical-title {
  gap: 14px;
  margin-left: clamp(0px, 6vw, 80px);
}

.hero-action-panel {
  align-self: end;
  justify-self: end;
  display: grid;
  gap: 18px;
  width: min(560px, 100%);
  padding: clamp(20px, 3vw, 30px);
  color: var(--paper);
  background: #151515;
  border: 1px solid rgba(243, 240, 232, 0.48);
  box-shadow: 18px 18px 0 rgba(23, 23, 23, 0.16);
}

.hero-action-panel p {
  margin: 0;
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 900;
  line-height: 1.75;
}

.hero-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-action-panel .button {
  min-width: 180px;
}

.hero-action-panel .button.ghost {
  color: var(--paper);
  border-color: rgba(243, 240, 232, 0.72);
}

.hero-action-panel dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: rgba(243, 240, 232, 0.28);
  border: 1px solid rgba(243, 240, 232, 0.28);
}

.hero-action-panel dl div {
  display: grid;
  gap: 3px;
  padding: 12px;
  background: rgba(17, 17, 17, 0.74);
}

.hero-action-panel dt,
.hero-action-panel dd {
  margin: 0;
}

.hero-action-panel dt {
  color: rgba(243, 240, 232, 0.64);
  font-size: 11px;
  font-weight: 900;
}

.hero-action-panel dd {
  font-size: 15px;
  font-weight: 900;
}

.vertical-title span,
.vertical-title strong {
  color: var(--white);
  background: rgba(20, 20, 20, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  box-shadow: 10px 10px 0 rgba(32, 41, 31, 0.56);
}

.gateway-section {
  margin-top: 0;
  background: transparent;
}

.gateway-grid {
  max-width: 1180px;
  transform: translateY(-28px);
}

.gateway-card,
.category-strip a {
  background: var(--white);
  border: 1px solid var(--ink);
  border-radius: 0;
  box-shadow: 10px 10px 0 rgba(23, 23, 23, 0.08);
}

.gateway-card::before,
.category-strip a::before {
  width: 5px;
  background: var(--ink);
}

.category-strip a {
  display: grid;
  grid-template-rows: minmax(220px, 24vw) auto;
  min-height: 360px;
  padding: 0;
}

.category-strip img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition:
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 260ms ease;
}

.category-strip a:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.055);
}

.category-card-copy {
  display: grid;
  gap: 4px;
  padding: 18px 20px 20px;
  background: var(--white);
}

.category-card-copy strong {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.1;
}

.category-card-copy small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.gateway-icon {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.section {
  padding-inline: clamp(20px, 5vw, 86px);
}

.make-section-title {
  margin-bottom: 38px;
}

.make-section-title h2 {
  font-size: clamp(34px, 4.8vw, 64px);
  letter-spacing: 0;
}

.make-section-title span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.24em;
}

.make-section-title::after {
  width: 42px;
  height: 1px;
  background: var(--ink);
}

.feature-tile,
.property-card,
.directory-card,
.guide-card,
.strength-card,
.subpage-card {
  background: var(--white);
  border: 1px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
}

.feature-tile {
  padding: 0 0 20px;
  overflow: hidden;
}

.feature-tile img {
  height: 220px;
  border-radius: 0;
}

.feature-tile strong {
  display: block;
  padding: 18px 18px 0;
  font-size: 18px;
}

.feature-tile small {
  display: block;
  padding: 4px 18px 0;
}

.property-card {
  padding: 0;
  overflow: hidden;
}

.property-card-link {
  gap: 14px;
  padding-bottom: 16px;
}

.property-card figure {
  border-radius: 0;
}

.property-card h3,
.property-card p,
.property-card .property-meta,
.property-card .card-specs,
.property-card .detail-link {
  margin-inline: 18px;
}

.property-card h3 {
  font-size: clamp(21px, 2.1vw, 28px);
  overflow-wrap: anywhere;
  word-break: normal;
}

.photo-badges {
  top: 14px;
  left: 14px;
}

.photo-badges span {
  color: var(--paper);
  background: rgba(23, 23, 23, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.card-actions {
  padding: 0 18px 18px;
}

.card-action,
.button {
  border-radius: 0;
}

.search-panel {
  max-width: 1480px;
  margin: 24px auto;
  background: var(--white);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  box-shadow: none;
}

.search-control input,
.search-control select,
.contact-form input,
.contact-form textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
}

.featured-layout,
.contact-section,
.subpage-search-panel {
  border-radius: 0;
  border: 1px solid var(--ink);
  box-shadow: none;
}

.featured-layout {
  background: var(--white);
}

.featured-image {
  border-radius: 0;
}

.home-info-layout {
  background: transparent;
}

.news-only-layout {
  display: block;
}

.news-only-layout > div {
  max-width: 980px;
  margin: 0 auto;
}

.notice-archive-list {
  max-width: 980px;
  margin: 0 auto;
}

.notice-single {
  max-width: 980px;
  margin: 0 auto;
}

.notice-single h1 {
  max-width: 840px;
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.15;
}

.notice-single time {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--muted);
  font-weight: 900;
}

.notice-single-image {
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid var(--ink);
}

.notice-content {
  display: grid;
  gap: 18px;
  color: var(--soft-ink);
  font-size: 16px;
  line-height: 2;
}

.notice-content > * {
  margin: 0;
}

.support-link-section {
  padding-top: clamp(48px, 8vw, 96px);
}

.support-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.support-link {
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 rgba(23, 23, 23, 0.08);
}

.support-link span,
.flow-step > span {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.support-link strong {
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.2;
}

.support-link small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.support-link p {
  margin: 0;
  color: var(--soft-ink);
}

.flow-timeline {
  display: grid;
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
}

.flow-step {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 44px);
  padding: clamp(24px, 4vw, 42px) 0;
  border-bottom: 1px solid var(--line);
}

.flow-step:first-child {
  border-top: 1px solid var(--line);
}

.flow-step h2,
.flow-step p {
  margin: 0;
}

.flow-step h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 3vw, 38px);
}

.flow-step p {
  color: var(--soft-ink);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--ink);
}

.faq-item summary {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  min-height: 82px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}

.faq-item[open] summary {
  background: rgba(23, 23, 23, 0.04);
}

.faq-item summary::after {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  content: "+";
  color: var(--paper);
  font-weight: 900;
  background: var(--ink);
  border-radius: 999px;
  transition: transform 200ms ease;
}

.faq-item[open] summary::after {
  content: "-";
  transform: rotate(180deg);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
}

.faq-item summary strong {
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.45;
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px 96px;
  color: var(--soft-ink);
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: start;
}

.request-card {
  display: grid;
  gap: 18px;
  padding: 30px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.request-card h2,
.request-card p {
  margin: 0;
}

.request-note {
  padding: 12px 14px;
  color: var(--ink);
  font-weight: 900;
  background: var(--paper);
}

.request-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: rgba(243, 240, 232, 0.78);
}

.request-form {
  background: var(--white);
  border: 1px solid var(--ink);
}

.request-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.required-label {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  margin-left: 6px;
  padding: 2px 8px;
  color: var(--paper);
  font-size: 11px;
  font-weight: 900;
  background: var(--ink);
}

.form-status {
  margin: 0;
  padding: 14px 16px;
  font-weight: 900;
  border: 1px solid currentColor;
}

.form-status.success {
  color: #315c37;
  background: #eff8ef;
}

.form-status.error {
  color: #9b2f21;
  background: #fff1ec;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.news-list a,
.area-button {
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid var(--line);
  border-radius: 0;
}

.site-footer {
  color: var(--paper);
  background: #171717;
}

.rich-footer a,
.rich-footer p {
  color: rgba(243, 240, 232, 0.72);
}

.subpage-hero {
  margin: clamp(18px, 2vw, 28px) clamp(18px, 4vw, 46px) 0;
  color: var(--white);
  border: 1px solid var(--ink);
  background:
    linear-gradient(90deg, rgba(12, 12, 12, 0.72), rgba(12, 12, 12, 0.16)),
    url("assets/tenant-hero.png") center / cover;
}

@media (max-width: 680px) {
  .make-header {
    position: sticky;
  }

  .header-main {
    min-height: 74px;
  }

  .menu-button {
    top: 42px;
    background: var(--ink);
  }

  .make-nav.is-open {
    color: var(--paper);
    background: var(--ink);
  }

  .make-hero {
    min-height: 430px;
    margin-inline: 0;
    border-inline: 0;
  }

  .gateway-grid {
    transform: none;
  }

  .subpage-hero {
    margin-inline: 0;
    border-inline: 0;
  }

  .menu-button {
    position: fixed !important;
    top: 54px !important;
    right: 16px !important;
    z-index: 9999 !important;
    display: grid !important;
    place-items: center;
    width: 46px;
    height: 46px;
    background: #171717 !important;
    border: 1px solid #171717 !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 26px rgba(23, 23, 23, 0.28);
  }

  .menu-button::before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #f3f0e8;
    box-shadow: 0 7px 0 #f3f0e8, 0 -7px 0 #f3f0e8;
  }

  .menu-button span {
    display: none !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    background: #f3f0e8 !important;
  }

  .menu-button span + span {
    margin-top: 6px !important;
  }
}

/* Motion polish */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, #171717, #556b2f, #c59b45);
  transform: scaleX(0);
  transform-origin: left center;
  contain: paint;
  will-change: transform;
}

.page-ready .make-header {
  animation: siteHeaderIn 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.page-ready .brand-logo {
  animation: logoSettle 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-ready .make-hero,
.page-ready .subpage-hero {
  background-position: center;
  animation: none;
}

.page-ready .vertical-title span,
.page-ready .vertical-title strong {
  opacity: 0;
  animation: titleRise 780ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-ready .vertical-title strong {
  animation-delay: 120ms;
}

.page-ready .make-hero::after {
  animation: lightSweep 5.8s ease-in-out infinite;
}

.reveal-motion {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-motion.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tilt-motion {
  position: relative;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.tilt-motion::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.32), transparent 38%);
  mix-blend-mode: soft-light;
  opacity: 0;
  transition: opacity 220ms ease;
}

.tilt-motion:hover::after {
  opacity: 1;
}

.gateway-card:hover,
.feature-tile:hover,
.property-card:hover,
.directory-card:hover,
.strength-card:hover,
.subpage-card:hover {
  border-color: var(--ink);
  box-shadow: 12px 12px 0 rgba(23, 23, 23, 0.1);
  transform: translateY(-6px);
}

.feature-tile img,
.property-card img,
.featured-image img,
.subpage-card img {
  transition:
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 260ms ease;
}

.feature-tile:hover img,
.property-card:hover img,
.featured-layout:hover .featured-image img,
.subpage-card:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.055);
}

.make-nav a {
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.make-nav a:hover {
  transform: translateY(-2px);
}

.button,
.card-action,
.inquiry-button,
.area-button,
.category-strip a {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.button:hover,
.card-action:hover,
.inquiry-button:hover,
.area-button:hover,
.category-strip a:hover {
  box-shadow: 8px 8px 0 rgba(23, 23, 23, 0.1);
  transform: translateY(-3px);
}

.photo-badges span {
  animation: badgePop 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.photo-badges span:nth-child(2) {
  animation-delay: 80ms;
}

.photo-badges span:nth-child(3) {
  animation-delay: 160ms;
}

.make-section-title.is-visible h2,
.make-section-title.is-visible span {
  animation: fadeUpSoft 680ms ease both;
}

.make-section-title.is-visible h2 {
  animation-delay: 80ms;
}

.make-section-title.is-visible::after {
  transform-origin: left center;
  animation: sectionLine 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.news-list a {
  transition:
    background-color 180ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.news-list a:hover {
  background: #fff;
  box-shadow: 8px 8px 0 rgba(23, 23, 23, 0.08);
  transform: translateX(4px);
}

@keyframes siteHeaderIn {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoSettle {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroReveal {
  from {
    opacity: 0;
    clip-path: inset(8% 4% 0 4%);
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

@keyframes heroBreath {
  from {
    box-shadow: 0 0 0 rgba(23, 23, 23, 0);
  }
  to {
    box-shadow: 0 24px 70px rgba(23, 23, 23, 0.14);
  }
}

@keyframes lightSweep {
  0%,
  46% {
    opacity: 0;
    transform: translateX(-34%) skewX(-12deg);
  }
  62% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translateX(34%) skewX(-12deg);
  }
}

@keyframes fadeUpSoft {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sectionLine {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes badgePop {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 680px) {
  .header-main .menu-button,
  .menu-button {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .page-ready .make-hero,
  .page-ready .subpage-hero {
    background-size: cover;
  }

  .gateway-card:hover,
  .feature-tile:hover,
  .property-card:hover,
  .directory-card:hover,
  .strength-card:hover,
  .subpage-card:hover,
  .button:hover,
  .card-action:hover,
  .inquiry-button:hover,
  .area-button:hover,
  .category-strip a:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 900px) {
  .header-tagline {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.45;
    white-space: normal;
  }

  .header-main {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .page-ready .make-header,
  .page-ready .brand-logo {
    animation: none;
  }

  .brand-logo {
    font-size: clamp(21px, 5.8vw, 28px);
    color: var(--ink);
  }

  .header-actions {
    display: none !important;
  }

  .header-main .menu-button,
  .menu-button {
    position: fixed !important;
    top: 48px !important;
    right: 16px !important;
    z-index: 10001 !important;
    display: grid !important;
    place-items: center;
    width: 46px;
    height: 46px;
    background: #171717 !important;
    border: 1px solid #171717 !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 26px rgba(23, 23, 23, 0.28);
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .menu-button::before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #f3f0e8;
    box-shadow: 0 7px 0 #f3f0e8, 0 -7px 0 #f3f0e8;
  }

  .menu-button span {
    display: none !important;
  }

  .make-nav {
    display: none;
  }

  .make-nav.is-open {
    display: grid;
    gap: 0;
    color: var(--paper);
    background: var(--ink);
  }

  .map-frame,
  .map-frame iframe {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress {
    display: none;
  }

  .page-ready .make-header,
  .page-ready .brand-logo,
  .page-ready .make-hero,
  .page-ready .subpage-hero,
  .page-ready .vertical-title span,
  .page-ready .vertical-title strong,
  .page-ready .make-hero::after,
  .photo-badges span,
  .make-section-title.is-visible h2,
  .make-section-title.is-visible span,
  .make-section-title.is-visible::after {
    animation: none !important;
  }

  .reveal-motion,
  .reveal-motion.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Mobile menu refinement */
@media (max-width: 900px) {
  body.menu-open {
    overflow: hidden;
  }

  .make-header {
    z-index: 10003;
  }

  .header-main .menu-button,
  .menu-button {
    transition:
      background-color 220ms ease,
      border-color 220ms ease,
      box-shadow 220ms ease,
      transform 220ms ease;
  }

  .menu-button:hover {
    transform: translateY(-1px);
  }

  .menu-button::before,
  .menu-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    content: "";
    background: #f3f0e8;
    border-radius: 999px;
    transition:
      transform 260ms ease,
      box-shadow 260ms ease;
  }

  .menu-button::before {
    transform: translate(-50%, -7px);
    box-shadow: 0 7px 0 #f3f0e8;
  }

  .menu-button::after {
    transform: translate(-50%, 7px);
  }

  .menu-button[aria-expanded="true"] {
    background: #f3f0e8 !important;
    border-color: rgba(243, 240, 232, 0.6) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
  }

  .menu-button[aria-expanded="true"]::before {
    background: #171717;
    box-shadow: none;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu-button[aria-expanded="true"]::after {
    background: #171717;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .make-nav {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid !important;
    align-content: start;
    gap: 0;
    min-height: 100dvh;
    max-height: 100dvh;
    padding: clamp(128px, 30vw, 168px) clamp(24px, 7vw, 42px) 36px;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: #f3f0e8;
    background:
      linear-gradient(90deg, rgba(243, 240, 232, 0.06) 1px, transparent 1px),
      radial-gradient(circle at 88% 18%, rgba(184, 139, 66, 0.18), transparent 34%),
      linear-gradient(145deg, #111, #1e211d 58%, #101010);
    background-size: 78px 78px, auto, auto;
    border: 0;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition:
      opacity 260ms ease,
      visibility 260ms ease,
      transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
    counter-reset: mobile-menu;
  }

  .make-nav::before {
    position: absolute;
    top: clamp(82px, 20vw, 112px);
    left: clamp(24px, 7vw, 42px);
    color: rgba(243, 240, 232, 0.32);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0.06em;
    content: "MENU";
  }

  .make-nav::after {
    position: absolute;
    top: clamp(128px, 30vw, 160px);
    right: clamp(24px, 7vw, 42px);
    left: clamp(24px, 7vw, 42px);
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgba(243, 240, 232, 0.62), transparent);
  }

  .make-nav.is-open {
    color: #f3f0e8;
    background:
      linear-gradient(90deg, rgba(243, 240, 232, 0.06) 1px, transparent 1px),
      radial-gradient(circle at 88% 18%, rgba(184, 139, 66, 0.18), transparent 34%),
      linear-gradient(145deg, #111, #1e211d 58%, #101010);
    background-size: 78px 78px, auto, auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .make-nav li {
    display: block;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid rgba(243, 240, 232, 0.16);
    counter-increment: mobile-menu;
  }

  .make-nav .mobile-nav-extra {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 14px;
    align-items: center;
    min-height: 62px;
    padding: 0;
    color: #f3f0e8;
    font-size: clamp(20px, 6vw, 25px);
    font-weight: 900;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgba(243, 240, 232, 0.16);
  }

  .make-nav .mobile-nav-extra::before {
    color: rgba(184, 139, 66, 0.95);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1;
    content: "★";
  }

  .make-nav .mobile-nav-extra b {
    display: grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    color: #171717;
    font-size: 12px;
    background: #f3f0e8;
    border-radius: 999px;
  }

  .make-nav.is-open li {
    animation: menuItemRise 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .make-nav.is-open li:nth-child(1) {
    animation-delay: 60ms;
  }

  .make-nav.is-open li:nth-child(2) {
    animation-delay: 110ms;
  }

  .make-nav.is-open li:nth-child(3) {
    animation-delay: 160ms;
  }

  .make-nav.is-open li:nth-child(4) {
    animation-delay: 210ms;
  }

  .make-nav.is-open li:nth-child(5) {
    animation-delay: 260ms;
  }

  .make-nav.is-open li:nth-child(6) {
    animation-delay: 310ms;
  }

  .make-nav a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 14px;
    align-items: center;
    min-height: 62px;
    padding: 0;
    color: #f3f0e8;
    font-size: clamp(20px, 6vw, 25px);
    font-weight: 900;
    letter-spacing: 0.02em;
  }

  .make-nav a::before {
    color: rgba(243, 240, 232, 0.46);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.08em;
    content: "0" counter(mobile-menu);
  }

  .make-nav a::after {
    width: 10px;
    height: 10px;
    margin: 0;
    border-color: currentColor;
    opacity: 0.72;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .make-nav a:hover {
    color: #ffffff;
    transform: translateX(4px);
  }

  .make-nav a:hover::before {
    color: #b88b42;
  }
}

@media (max-width: 760px) {
  .make-hero {
    display: grid;
    gap: 24px;
    min-height: auto;
    padding: 28px 18px 34px;
  }

  .vertical-title {
    margin-left: 0;
  }

  .hero-action-panel {
    justify-self: stretch;
    width: 100%;
    padding: 15px;
  }

  .hero-action-panel p {
    font-size: 15px;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .hero-action-buttons,
  .hero-action-panel .button {
    width: 100%;
  }

  .hero-action-panel dl {
    grid-template-columns: 1fr;
  }
}

@keyframes menuItemRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .support-link-grid,
  .request-layout,
  .request-form-grid {
    grid-template-columns: 1fr !important;
  }

  .request-layout {
    gap: 22px;
    overflow: hidden;
  }

  .request-card,
  .request-form {
    width: 100%;
    min-width: 0;
  }

  .request-form label,
  .request-form input,
  .request-form textarea {
    min-width: 0;
    max-width: 100%;
  }

  .flow-step {
    grid-template-columns: 1fr;
  }

  .flow-step > span,
  .support-link span {
    font-size: 34px;
  }

  .flow-step h2 {
    font-size: 24px;
  }

  .faq-item summary {
    grid-template-columns: 40px minmax(0, 1fr) 24px;
    padding: 18px;
  }

  .faq-item p {
    padding: 0 18px 20px;
  }
}

.search-panel-advanced {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  align-items: end;
}

.search-panel-advanced .search-title {
  grid-column: span 2;
}

.search-panel-advanced .button {
  min-width: 120px;
}

@media (max-width: 680px) {
  .search-panel-advanced {
    grid-template-columns: 1fr !important;
  }

  .search-panel-advanced .search-title,
  .search-panel-advanced .button {
    grid-column: auto !important;
  }
}

.search-check {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  background: var(--white);
  border: 1px solid var(--line);
}

.search-check input {
  width: 18px;
  min-height: 18px;
  padding: 0;
}

.detail-group {
  display: grid;
  gap: 10px;
}

.detail-section .detail-group + .detail-group {
  margin-top: 10px;
}

.property-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.property-gallery a {
  position: relative;
  display: block;
  min-height: 160px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
}

.property-gallery img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
}

.property-gallery span {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  background: rgba(23, 23, 23, 0.82);
}

.property-map-frame {
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.property-map-frame iframe {
  width: 100%;
  height: 320px;
  border: 0;
}

article.single-property,
.single-property-info,
.detail-section,
.detail-group {
  min-width: 0;
  max-width: 100%;
}

.property-title,
.single-property-info .property-meta li,
.detail-grid dd {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 900px) {
  .search-panel-advanced .search-title,
  .search-panel-advanced .button {
    grid-column: auto;
  }

  .search-panel {
    position: static;
  }

  article.single-property {
    display: block;
    box-sizing: border-box !important;
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .single-property-photo,
  .single-property-info {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  article.single-property .property-title {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: clamp(24px, 7.5vw, 34px) !important;
    line-height: 1.18;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
    line-break: anywhere !important;
    white-space: normal !important;
  }

  .single-property-info p,
  .single-property-info .property-meta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .single-property-info .property-meta {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .single-property-info .property-meta li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal;
    text-align: center;
  }

  .single-property-info p {
    display: block;
    font-size: 15px;
    line-height: 1.75;
    white-space: normal !important;
    text-wrap: wrap;
  }

  .single-property-info * {
    max-width: 100%;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .property-gallery {
    grid-template-columns: 1fr;
  }

  .saved-item {
    grid-template-columns: 1fr;
  }

  .saved-item strong,
  .saved-list span {
    overflow-wrap: anywhere;
  }
}

/* Release 1.1 usability and listing-data alignment */
:root {
  --ink: #171b19;
  --soft-ink: #3f4743;
  --muted: #68716c;
  --line: #d7ddd9;
  --paper: #f4f6f4;
  --paper-deep: #e7ece8;
  --white: #ffffff;
  --make-green: #4f785f;
  --orange: #b97a2d;
  --blue: #315f73;
  --red: #a44338;
  --radius: 6px;
  --shadow: 0 14px 38px rgba(23, 27, 25, 0.1);
}

* {
  letter-spacing: 0 !important;
}

html {
  scroll-padding-top: 110px;
}

body {
  color: var(--ink);
  background: var(--paper);
}

a,
button,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #d49b3f;
  outline-offset: 3px;
}

.make-header {
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.header-tagline,
.header-main,
.brand-logo,
.brand-copy {
  transition: min-height 180ms ease, padding 180ms ease, font-size 180ms ease, opacity 180ms ease;
}

.header-main {
  min-height: 76px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.brand-logo {
  font-size: 30px;
}

.brand-copy {
  margin-top: 5px;
}

.make-nav {
  min-height: 42px;
}

.make-nav .menu-items {
  margin: 0;
  padding: 0;
}

.make-header.is-compact {
  box-shadow: 0 8px 28px rgba(23, 27, 25, 0.12);
}

.make-header.is-compact .header-tagline {
  display: none;
}

.make-header.is-compact .header-main {
  min-height: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.make-header.is-compact .brand-logo {
  font-size: 24px;
}

.make-header.is-compact .brand-copy {
  display: none;
}

.make-hero {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 48px;
  align-items: end;
  min-height: 400px;
  margin-top: 18px;
  padding: 52px;
  background:
    linear-gradient(90deg, rgba(12, 15, 13, 0.82), rgba(12, 15, 13, 0.28) 58%, rgba(12, 15, 13, 0.58)),
    var(--hero-image, url("assets/tenant-hero.png")) center / cover no-repeat;
  animation: none;
}

.make-hero::after {
  display: none;
}

.vertical-title {
  display: grid;
  gap: 8px;
  align-self: center;
  margin: 0;
}

.vertical-title span,
.vertical-title h1 {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--white);
  writing-mode: horizontal-tb;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
}

.vertical-title span {
  font-size: 18px;
  font-weight: 900;
}

.vertical-title h1 {
  max-width: 720px;
  font-size: 64px;
  line-height: 1.16;
}

.hero-action-panel {
  align-self: end;
  display: grid;
  gap: 18px;
  width: 100%;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  box-shadow: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.62);
}

.hero-action-panel p {
  font-size: 18px;
  line-height: 1.7;
}

.hero-action-panel dl {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(10, 14, 12, 0.62);
  text-shadow: none;
}

.hero-action-panel dl div {
  background: transparent;
}

.hero-action-panel .button {
  min-height: 48px;
  text-shadow: none;
}

.hero-action-panel .button.primary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.hero-action-panel .button.ghost {
  color: var(--white);
  background: rgba(15, 18, 16, 0.5);
  border-color: rgba(255, 255, 255, 0.75);
}

.section,
.make-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.make-section-title h2,
.section-heading h1 {
  font-size: 34px;
  line-height: 1.25;
}

.search-panel.search-panel-advanced {
  position: static;
  z-index: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: min(1200px, calc(100% - 36px));
  margin: 32px auto;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 rgba(23, 27, 25, 0.07);
}

.search-title {
  display: flex;
  gap: 12px;
  align-items: baseline;
}

.search-title strong {
  font-size: 22px;
}

.search-title span {
  font-size: 13px;
}

.search-core-grid,
.search-advanced-grid {
  display: grid;
  gap: 14px;
}

.search-core-grid {
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 1fr));
}

.search-advanced-fields {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.search-advanced-fields summary {
  display: flex;
  align-items: center;
  min-height: 48px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.search-advanced-fields summary::after {
  margin-left: auto;
  content: "＋";
  font-size: 20px;
}

.search-advanced-fields[open] summary::after {
  content: "−";
}

.search-advanced-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 4px 0 18px;
}

.search-check-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 10px;
}

.search-check {
  min-height: 46px;
  border-radius: 4px;
}

.search-actions,
.empty-actions,
.single-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.search-actions .button {
  min-width: 190px;
}

.search-reset,
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  color: var(--soft-ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.button,
.card-action {
  min-height: 44px;
  border-radius: 4px;
}

.property-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.property-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(23, 27, 25, 0.06);
}

.property-card-link {
  flex: 1;
}

.property-card figure {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
}

.property-card figure > img,
.property-card figure > .property-photo-placeholder {
  width: 100%;
  height: 100%;
}

.property-card img {
  aspect-ratio: auto;
  object-fit: cover;
}

.property-card h3 {
  font-size: 20px;
  line-height: 1.35;
}

.property-card p {
  margin: 0;
  line-height: 1.7;
}

.property-photo-placeholder {
  display: grid;
  place-items: center;
  min-height: 220px;
  color: var(--muted);
  background:
    linear-gradient(135deg, transparent 49.5%, rgba(23, 27, 25, 0.08) 50%, transparent 50.5%),
    var(--paper-deep);
}

.property-photo-placeholder span {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
  background: var(--white);
  border: 1px solid var(--line);
}

.card-actions {
  grid-template-columns: 1fr;
  margin-top: 12px;
}

.card-action {
  width: 100%;
}

.card-action.is-active,
.mobile-property-actions button.is-active {
  color: var(--white);
  background: var(--make-green);
}

.category-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.category-quick-grid a {
  display: grid;
  gap: 6px;
  min-height: 120px;
  align-content: center;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--ink);
  border-radius: 6px;
}

.category-quick-grid strong {
  font-size: 24px;
}

.category-quick-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.support-link,
.strength-card,
.area-button {
  border-radius: 6px;
}

.home-trust-section {
  background: #e9eeeb;
}

.empty-panel {
  display: grid;
  gap: 16px;
  max-width: 760px;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.empty-panel h2,
.empty-panel p {
  margin: 0;
}

.property-empty-state {
  margin: 0 auto;
  text-align: left;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.pagination .page-numbers {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: var(--white);
  border: 1px solid var(--line);
}

.pagination .page-numbers.current {
  color: var(--white);
  background: var(--ink);
}

.property-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1200px, calc(100% - 36px));
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 13px;
}

.property-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

article.single-property {
  display: block;
  width: min(1200px, calc(100% - 36px));
  max-width: none;
  margin: 0 auto;
  padding: 32px 0 64px;
}

.single-property-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 40px;
  align-items: start;
}

.single-property-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  border-radius: 6px;
}

.single-property-photo > img,
.single-property-photo > .property-photo-placeholder {
  width: 100%;
  height: 100%;
}

.single-property-summary {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.single-property-summary .property-title {
  margin: 0;
  font-size: 38px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.property-catch {
  margin: 0;
  color: var(--soft-ink);
  font-size: 16px;
  line-height: 1.8;
}

.single-actions-primary {
  margin-top: 4px;
}

.single-actions-primary .button.primary {
  flex: 1 1 100%;
}

.inquiry-hours {
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.single-property-content {
  display: grid;
  gap: 44px;
  width: min(1080px, 100%);
  margin: 56px auto 0;
}

.single-property-content .detail-section {
  gap: 20px;
  padding-top: 26px;
}

.single-property-content .detail-section > h2 {
  font-size: 27px;
}

.property-description .property-body {
  max-width: 820px;
  color: var(--soft-ink);
  font-size: 16px;
  line-height: 1.9;
}

.detail-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
}

.detail-group {
  align-content: start;
}

.detail-group h3 {
  padding-bottom: 9px;
  font-size: 17px;
  border-bottom: 2px solid var(--ink);
}

.detail-grid {
  grid-template-columns: 1fr;
}

.detail-grid div {
  min-height: 50px;
}

.detail-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.property-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.property-gallery a {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.property-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.property-gallery span {
  display: block;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
}

.single-bottom-actions {
  padding-top: 8px;
}

.mobile-property-actions {
  display: none;
}

.selected-property-name {
  display: grid;
  gap: 5px;
  margin: 0 0 20px;
  padding: 16px;
  background: #e9eeeb;
  border-left: 4px solid var(--make-green);
}

.selected-property-name span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.request-phone-link {
  display: grid;
  gap: 3px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.request-phone-link strong {
  font-size: 24px;
}

.request-phone-link span {
  color: var(--muted);
  font-size: 12px;
}

.error-actions-panel {
  margin: 0 auto;
}

@media (max-width: 1020px) {
  .make-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 430px;
  }

  .vertical-title h1 {
    font-size: 48px;
  }

  .hero-action-panel {
    width: min(620px, 100%);
  }

  .search-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-property-overview {
    grid-template-columns: 1fr;
  }

  .single-property-summary {
    width: min(760px, 100%);
  }
}

@media (max-width: 900px) {
  .header-tagline {
    display: none;
  }

  .header-main {
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: 68px;
    padding: 9px 14px;
  }

  .brand {
    min-width: 0;
    padding-right: 8px;
  }

  .brand-logo {
    display: block;
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .brand-copy {
    display: none;
  }

  .header-main .menu-button,
  .menu-button {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    box-shadow: none;
  }

  .make-nav {
    inset: 0 !important;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 96px 24px 32px;
    overflow-y: auto;
    background: #171b19;
    background-image: none;
  }

  .make-nav::before {
    top: 34px;
    left: 24px;
    font-size: 32px;
  }

  .make-nav::after {
    display: none;
  }

  .detail-group-grid,
  .detail-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 76px;
  }

  .make-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 420px;
    margin: 0;
    padding: 30px 18px;
    border-right: 0;
    border-left: 0;
  }

  .vertical-title span {
    font-size: 15px;
  }

  .vertical-title h1 {
    font-size: 34px;
    line-height: 1.22;
  }

  .hero-action-panel p {
    font-size: 15px;
    word-break: normal;
  }

  .hero-action-panel dl {
    grid-template-columns: 1fr 1fr;
  }

  .hero-action-panel dl div:last-child {
    grid-column: 1 / -1;
  }

  .section,
  .make-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .make-section-title h2,
  .section-heading h1 {
    font-size: 28px;
  }

  .search-panel.search-panel-advanced {
    width: calc(100% - 24px);
    margin: 20px auto 28px;
    padding: 18px 14px;
  }

  .search-title {
    display: grid;
    gap: 4px;
  }

  .search-core-grid,
  .search-advanced-grid,
  .search-check-group,
  .property-grid,
  .category-quick-grid,
  .property-gallery {
    grid-template-columns: 1fr;
  }

  .search-actions {
    display: grid;
  }

  .search-actions .button,
  .empty-actions .button,
  .single-bottom-actions .button {
    width: 100%;
  }

  .property-card h3 {
    font-size: 19px;
  }

  article.single-property {
    box-sizing: border-box !important;
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin: 0 auto;
    padding: 22px 0 94px !important;
    overflow: visible;
  }

  .property-breadcrumb {
    width: calc(100% - 24px);
    margin-top: 14px;
  }

  .single-property-overview {
    display: grid;
    gap: 24px;
  }

  .single-property-photo {
    overflow: hidden;
  }

  .single-property-summary {
    gap: 15px;
  }

  .single-property-summary .property-title {
    font-size: 28px !important;
    word-break: normal !important;
  }

  .single-property-info .property-meta,
  .single-property-summary .property-meta {
    grid-template-columns: 1fr 1fr;
  }

  .single-property-content {
    gap: 34px;
    margin-top: 38px;
  }

  .single-property-content .detail-section > h2 {
    font-size: 23px;
  }

  .detail-grid div {
    grid-template-columns: minmax(90px, 0.78fr) minmax(0, 1.22fr);
  }

  .mobile-property-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: 0.8fr 1fr 1.25fr;
    padding: 8px;
    padding-bottom: max(8px, env(safe-area-inset-bottom));
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(23, 27, 25, 0.12);
  }

  .mobile-property-actions a,
  .mobile-property-actions button {
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    color: var(--ink);
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    background: var(--white);
    border: 0;
    border-right: 1px solid var(--line);
  }

  .mobile-property-actions .primary {
    color: var(--white);
    background: var(--ink);
    border-right: 0;
  }

  body.single-property {
    padding-bottom: 72px;
  }

  .request-layout {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 360px) {
  .header-main {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand-logo {
    font-size: 18px;
    line-height: 1.25;
  }

  .vertical-title h1 {
    font-size: 30px;
  }

  .hero-action-panel dl {
    grid-template-columns: 1fr;
  }

  .hero-action-panel dl div:last-child {
    grid-column: auto;
  }
}
/* Release 1.1.6 retro editorial visual skin (structure unchanged) */
:root {
  --ink: #18372b;
  --soft-ink: #35483f;
  --muted: #675f52;
  --line: #9f9580;
  --control-line: #746b5c;
  --paper: #eee7d7;
  --paper-deep: #ddd2bc;
  --white: #fbf7ed;
  --make-green: #1f4938;
  --orange: #9f4322;
  --blue: #315f73;
  --red: #8d342a;
  --radius: 0;
  --shadow: none;
  --shadow-hover: 4px 4px 0 rgba(24, 55, 43, 0.14);
}

html { background: var(--paper); }

body {
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(24, 55, 43, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 55, 43, 0.024) 1px, transparent 1px);
  background-size: 32px 32px;
}

body,
button,
input,
select,
textarea,
summary {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
}

::selection {
  color: var(--white);
  background: var(--orange);
}

h1,
h2,
h3,
.brand-logo,
.property-card h3,
.single-property-summary .property-title,
.detail-group h3,
.support-link strong,
.strength-card h3,
.category-quick-grid strong,
.area-button strong,
.faq-item summary strong,
.flow-step h2,
.request-card h2,
.empty-panel h2 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}

.brand-logo,
.vertical-title h1,
.make-section-title h2,
.section-heading h1,
.single-property-summary .property-title,
.contact-copy h2,
.subpage-hero h1,
.archive-hero h1 {
  letter-spacing: 0.035em !important;
}

.header-tagline,
.brand-copy,
.make-section-title span,
.kicker,
.search-control label,
.search-title span,
.result-count {
  letter-spacing: 0.1em !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--orange);
}

.make-header {
  color: var(--ink);
  background: rgba(238, 231, 215, 0.98);
  border-bottom: 3px double var(--ink);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.header-tagline {
  max-width: none;
  margin: 0;
  padding: 7px clamp(18px, 4vw, 46px);
  color: var(--paper);
  background: #202623;
  font-size: 11px;
}

.header-main { background: transparent; }

.brand-logo {
  color: var(--ink);
  line-height: 1.12;
}

.brand-copy,
.mini-link,
.phone-block span { color: var(--muted); }

.mini-link b {
  color: var(--white);
  background: var(--make-green);
  border-radius: 0;
}

.phone-block strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

.inquiry-button {
  color: var(--white);
  background: var(--make-green);
  border: 1px solid var(--make-green);
  border-radius: 0;
  box-shadow: inset 0 0 0 2px rgba(251, 247, 237, 0.72);
}

.make-header.is-compact {
  background: rgba(238, 231, 215, 0.98);
  border-bottom-color: var(--ink);
  box-shadow: none;
}

.make-nav {
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 3px double var(--ink);
  box-shadow: none;
}

.make-nav a {
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.06em !important;
}

.make-nav a::after { border-color: var(--orange); }
.make-nav a:hover { color: var(--orange); }

.make-hero {
  background:
    linear-gradient(90deg, rgba(19, 48, 37, 0.9), rgba(19, 48, 37, 0.66) 43%, rgba(19, 48, 37, 0.18) 72%, rgba(19, 48, 37, 0.42)),
    var(--hero-image, url("assets/tenant-hero.png")) center / cover no-repeat;
  border: 3px double var(--ink);
  border-radius: 0;
  box-shadow: 7px 7px 0 rgba(24, 55, 43, 0.13);
}

.vertical-title span {
  justify-self: start;
  padding: 6px 10px;
  color: var(--white);
  background: var(--orange);
  border: 1px solid rgba(251, 247, 237, 0.58);
  text-shadow: none;
  letter-spacing: 0.08em !important;
}

.vertical-title h1 {
  color: var(--white);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
}

.hero-action-panel {
  padding: 24px;
  color: var(--ink);
  background: rgba(251, 247, 237, 0.94);
  border: 3px double var(--ink);
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(20, 31, 26, 0.25);
  text-shadow: none;
}

.hero-action-panel p {
  color: var(--ink);
  text-shadow: none;
}

.hero-action-panel dl {
  background: var(--line);
  border: 1px solid var(--control-line);
}

.hero-action-panel dl div { background: rgba(251, 247, 237, 0.98); }
.hero-action-panel dt { color: var(--muted); }
.hero-action-panel dd { color: var(--ink); }

.hero-action-panel .button.primary {
  color: var(--white);
  background: var(--make-green);
  border-color: var(--make-green);
}

.hero-action-panel .button.ghost {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.make-section-title,
.section-heading {
  padding-bottom: 13px;
  border-bottom: 3px double var(--ink);
}

.make-section-title h2,
.section-heading h1 { color: var(--ink); }

.make-section-title span,
.kicker {
  color: var(--orange);
  font-weight: 900;
}

.make-section-title::after {
  width: 46px;
  height: 3px;
  background: var(--orange);
}

.result-count {
  width: fit-content;
  padding: 6px 10px;
  color: var(--ink);
  background: var(--paper-deep);
  border: 1px solid var(--line);
}

.search-panel.search-panel-advanced,
.subpage-search-panel {
  background: var(--white);
  border: 3px double var(--ink);
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(24, 55, 43, 0.12);
}

.search-title strong {
  color: var(--ink);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 700;
}

.search-title span,
.search-control label,
label { color: var(--muted); }

input,
select,
textarea,
.search-check {
  color: var(--ink);
  background: #fffdf7;
  border: 1px solid var(--control-line);
  border-radius: 0;
  box-shadow: none;
}

input::placeholder,
textarea::placeholder {
  color: #746c5f;
  opacity: 1;
}

.search-advanced-fields { border-color: var(--line); }

.search-advanced-fields summary {
  color: var(--ink);
  background: rgba(221, 210, 188, 0.38);
  border-right: 3px solid var(--orange);
  border-left: 3px solid var(--orange);
}

.button,
.card-action,
.pagination .page-numbers {
  border-radius: 0;
  box-shadow: none;
}

.button.primary,
.button.dark {
  color: var(--white);
  background: var(--make-green);
  border-color: var(--make-green);
}

.button.ghost,
.card-action,
.pagination .page-numbers {
  color: var(--ink);
  background: var(--white);
  border-color: var(--ink);
}

.search-actions .button.primary,
.contact-section .button.primary {
  color: var(--white);
  background: var(--orange);
  border-color: var(--orange);
}
.button:hover,
.card-action:hover,
.inquiry-button:hover,
.area-button:hover,
.category-quick-grid a:hover,
.support-link:hover {
  box-shadow: var(--shadow-hover);
  transform: translate(-2px, -2px);
}

.property-card,
.category-quick-grid a,
.support-link,
.strength-card,
.area-button,
.subpage-card,
.empty-panel,
.faq-item,
.contact-form,
.request-form {
  background: var(--white);
  border: 1px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
}

.property-card:hover,
.strength-card:hover,
.subpage-card:hover {
  border-color: var(--ink);
  box-shadow: var(--shadow-hover);
  transform: translate(-2px, -2px);
}

.property-card figure,
.single-property-photo,
.property-gallery a {
  border: 1px solid var(--control-line);
  border-radius: 0;
}

.property-card h3 {
  color: var(--ink);
  letter-spacing: 0.015em !important;
}

.property-card p,
.property-catch,
.property-description .property-body { color: var(--soft-ink); }

.photo-badges span {
  color: var(--white);
  background: rgba(31, 73, 56, 0.94);
  border: 1px solid rgba(251, 247, 237, 0.72);
  border-radius: 0;
}

.photo-badges span:nth-child(2) { background: rgba(159, 67, 34, 0.94); }

.property-meta li,
.tag-list li {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
  border-radius: 0;
}

.card-specs,
.detail-grid {
  background: var(--control-line);
  border-color: var(--control-line);
}

.card-specs div,
.detail-grid div { background: var(--white); }
.card-specs dt,
.detail-grid dt { color: var(--muted); }

.detail-link {
  color: var(--ink);
  border-color: var(--orange);
}

.property-photo-placeholder {
  color: var(--muted);
  background:
    linear-gradient(135deg, transparent 49.5%, rgba(24, 55, 43, 0.12) 50%, transparent 50.5%),
    var(--paper-deep);
}

.property-photo-placeholder span {
  background: var(--white);
  border-color: var(--control-line);
  border-radius: 0;
}

.category-quick-grid a,
.area-button {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent);
}

.category-quick-grid strong,
.area-button strong { color: var(--ink); }

.category-quick-grid span,
.area-button span { color: var(--muted); }

.support-link span,
.strength-card span,
.flow-step > span {
  color: var(--orange);
  letter-spacing: 0.04em !important;
}

.support-link,
.strength-card { border-top: 4px solid var(--make-green); }

.support-link strong,
.strength-card h3 { color: var(--ink); }

.support-link p,
.strength-card p { color: var(--soft-ink); }

.home-trust-section,
.area-section {
  background: rgba(221, 210, 188, 0.66);
  border-top: 3px double var(--ink);
  border-bottom: 3px double var(--ink);
}

.news-list a {
  color: var(--ink);
  background: rgba(251, 247, 237, 0.86);
  border-color: var(--line);
  border-radius: 0;
}

.news-list a:hover {
  background: var(--white);
  box-shadow: 4px 4px 0 rgba(24, 55, 43, 0.1);
}

.contact-section {
  color: var(--paper);
  background:
    linear-gradient(rgba(251, 247, 237, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 247, 237, 0.035) 1px, transparent 1px),
    var(--make-green);
  background-size: 30px 30px;
  border-top: 3px double var(--paper);
  border-bottom: 3px double var(--paper);
}

.contact-copy h2,
.contact-copy p,
.contact-section .kicker { color: var(--paper); }

.static-contact-box {
  background: var(--white);
  border: 3px double var(--ink);
  border-radius: 0;
  box-shadow: none;
}

.contact-section .button.ghost {
  color: var(--ink);
  background: var(--white);
  border-color: var(--ink);
}

.site-footer {
  color: var(--paper);
  background: #18231e;
  border-top: 5px double var(--paper);
}

.rich-footer a,
.rich-footer p { color: rgba(238, 231, 215, 0.8); }

.rich-footer h2,
.rich-footer h3,
.site-footer strong { color: var(--paper); }

.subpage-hero {
  background:
    linear-gradient(90deg, rgba(19, 48, 37, 0.92), rgba(19, 48, 37, 0.34)),
    url("assets/tenant-hero.png") center / cover;
  border: 3px double var(--ink);
  border-radius: 0;
  box-shadow: none;
}

.archive-hero {
  color: var(--ink);
  border-bottom: 3px double var(--ink);
}

.single-property-photo {
  background: var(--paper-deep);
  box-shadow: 6px 6px 0 rgba(24, 55, 43, 0.12);
}

.single-property-summary .property-title { color: var(--ink); }

.single-property-content .detail-section { border-top: 3px double var(--ink); }

.detail-group h3 {
  color: var(--ink);
  border-bottom-color: var(--orange);
}

.detail-columns > div,
.property-gallery a,
.property-map-frame {
  background: var(--white);
  border-color: var(--control-line);
  border-radius: 0;
}

.property-gallery span {
  color: var(--ink);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.selected-property-name {
  background: var(--paper-deep);
  border-left-color: var(--orange);
}

.request-card {
  color: var(--paper);
  background: var(--make-green);
  border: 3px double var(--paper);
  border-radius: 0;
}

.request-note {
  color: var(--ink);
  background: var(--paper);
}

.faq-item summary { color: var(--ink); }

.faq-item summary::after {
  color: var(--white);
  background: var(--make-green);
}

.faq-item[open] summary { background: var(--paper-deep); }
.flow-step { border-color: var(--line); }

.pagination .page-numbers.current {
  color: var(--white);
  background: var(--make-green);
  border-color: var(--make-green);
}

.mobile-property-actions {
  background: var(--white);
  border-top: 3px double var(--ink);
  box-shadow: none;
}

.mobile-property-actions a,
.mobile-property-actions button {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.mobile-property-actions .primary,
.mobile-property-actions button.is-active {
  color: var(--white);
  background: var(--make-green);
}
@media (min-width: 901px) {
  .make-nav li + li { border-left: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .header-main .menu-button,
  .menu-button {
    background: var(--make-green) !important;
    border: 1px solid var(--make-green) !important;
    border-radius: 0 !important;
    box-shadow: 3px 3px 0 rgba(24, 55, 43, 0.16);
  }

  .menu-button::before,
  .menu-button::after {
    background: var(--paper);
    border-radius: 0;
  }

  .menu-button::before { box-shadow: 0 7px 0 var(--paper); }

  .menu-button[aria-expanded="true"] {
    background: var(--paper) !important;
    border-color: var(--paper) !important;
  }

  .menu-button[aria-expanded="true"]::before,
  .menu-button[aria-expanded="true"]::after { background: var(--ink); }

  .make-nav,
  .make-nav.is-open {
    color: var(--paper);
    background:
      linear-gradient(rgba(238, 231, 215, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(238, 231, 215, 0.045) 1px, transparent 1px),
      #17372b !important;
    background-size: 36px 36px !important;
  }

  .make-nav::before { color: rgba(238, 231, 215, 0.36); }

  .make-nav a,
  .make-nav .mobile-nav-extra {
    color: var(--paper) !important;
    border-color: rgba(238, 231, 215, 0.24) !important;
  }

  .make-nav a::after { border-color: var(--paper); }
}

@media (max-width: 680px) {
  body { background-size: 24px 24px; }

  .make-hero {
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  .hero-action-panel {
    padding: 18px;
    box-shadow: 4px 4px 0 rgba(20, 31, 26, 0.2);
  }

  .search-panel.search-panel-advanced,
  .subpage-search-panel,
  .single-property-photo { box-shadow: none; }

  .button:hover,
  .card-action:hover,
  .inquiry-button:hover,
  .area-button:hover,
  .category-quick-grid a:hover,
  .support-link:hover,
  .property-card:hover,
  .strength-card:hover,
  .subpage-card:hover {
    box-shadow: none;
    transform: none;
  }

  .make-section-title,
  .section-heading { padding-bottom: 10px; }
}

@media (max-width: 360px) {
  .brand-logo,
  .vertical-title h1 { letter-spacing: 0 !important; }
}
/* Contrast correction for dark editorial panels */
.subpage-hero .kicker,
.request-card .kicker,
.request-card .request-phone-link,
.request-card .request-phone-link strong,
.request-card .request-phone-link span {
  color: var(--paper);
}

.request-card .request-phone-link {
  border-top-color: rgba(238, 231, 215, 0.38);
}

/* Release 1.1.8 property detail photo slider */
.property-slider {
  position: relative;
  min-width: 0;
  isolation: isolate;
}

.property-slider-viewport {
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  outline: none;
  touch-action: pan-y;
  user-select: none;
  contain: paint;
}

.property-slider-track {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  transform: none;
}

.property-slider.is-ready .property-slider-track {
  transition: none;
}

.property-slider.is-dragging .property-slider-track {
  transition: none;
}

.property-slider-slide {
  position: relative;
  display: none;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

.property-slider-slide.is-active {
  z-index: 1;
  display: block;
}

.property-slider.is-ready[data-slider-direction="next"] .property-slider-slide.is-active {
  animation: propertyPhotoNext 240ms ease-out both;
}

.property-slider.is-ready[data-slider-direction="previous"] .property-slider-slide.is-active {
  animation: propertyPhotoPrevious 240ms ease-out both;
}

@keyframes propertyPhotoNext {
  from {
    opacity: 0.68;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes propertyPhotoPrevious {
  from {
    opacity: 0.68;
    transform: translateX(-18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.single-property-photo .property-slider-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--paper-deep);
  pointer-events: none;
}

.property-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: none;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--paper);
  font: inherit;
  font-size: 22px;
  background: rgba(24, 55, 43, 0.94);
  border: 1px solid var(--paper);
  border-radius: 0;
  box-shadow: 3px 3px 0 rgba(20, 31, 26, 0.28);
  cursor: pointer;
  transform: translateY(-50%);
}

.property-slider.is-ready .property-slider-arrow {
  display: grid;
}

.property-slider-prev {
  left: 12px;
}

.property-slider-next {
  right: 12px;
}

.property-slider-arrow:disabled {
  opacity: 0.38;
  box-shadow: none;
  cursor: default;
}

.property-slider-arrow:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.property-slider-viewport:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: -4px;
}

.property-slider-status {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 4;
  display: none;
  margin: 0;
  padding: 6px 10px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: rgba(24, 55, 43, 0.94);
  border: 1px solid rgba(238, 231, 215, 0.72);
  transform: translateX(-50%);
}

.property-slider.is-ready .property-slider-status {
  display: block;
}

.property-slider .photo-badges {
  z-index: 5;
}

@media (hover: hover) and (pointer: fine) {
  .property-slider.is-ready .property-slider-viewport {
    cursor: grab;
  }

  .property-slider.is-dragging .property-slider-viewport {
    cursor: grabbing;
  }
}

@media (max-width: 680px) {
  .property-slider-arrow {
    width: 44px;
    height: 44px;
    font-size: 19px;
  }

  .property-slider-prev {
    left: 8px;
  }

  .property-slider-next {
    right: 8px;
  }

  .property-slider-status {
    bottom: 8px;
    padding: 5px 8px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .property-slider.is-ready .property-slider-slide.is-active {
    animation: none;
  }
}
/* Release 1.1.10 official LINE contact */
:root {
  --line-brand: #06c755;
  --line-brand-hover: #05b84d;
  --line-brand-ink: #073b24;
}

.line-contact-button {
  gap: 10px;
  color: var(--line-brand-ink) !important;
  background: var(--line-brand) !important;
  border: 1px solid #075a32 !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.34);
  white-space: nowrap;
}

.line-contact-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  min-width: 42px;
  min-height: 30px;
  padding: 4px 7px;
  color: #07853b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  background: #ffffff;
  border: 1px solid rgba(7, 90, 50, 0.42);
}

.line-contact-button:hover {
  color: #052f1c !important;
  background: var(--line-brand-hover) !important;
  box-shadow: 4px 4px 0 rgba(7, 59, 36, 0.24);
}

.line-header-button {
  min-height: 54px;
  padding: 0 14px;
  font-size: 13px;
}

.line-header-button .line-contact-icon {
  min-width: 36px;
  min-height: 25px;
  padding: 3px 5px;
  font-size: 9px;
}

.hero-action-panel .line-contact-button {
  min-width: 180px;
}

.home-line-section {
  padding-top: 36px;
  padding-bottom: 38px;
}

.home-line-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 18px clamp(28px, 4vw, 64px);
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 50px);
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(rgba(238, 231, 215, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 231, 215, 0.045) 1px, transparent 1px),
    #17372b;
  background-size: 32px 32px;
  border: 3px double var(--paper);
  box-shadow: 7px 7px 0 rgba(24, 55, 43, 0.18);
}

.home-line-panel::after {
  position: absolute;
  right: -14px;
  bottom: -32px;
  color: rgba(238, 231, 215, 0.055);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(100px, 16vw, 220px);
  font-weight: 900;
  line-height: 1;
  content: "LINE";
  pointer-events: none;
}

.line-panel-heading,
.line-panel-copy,
.line-panel-points,
.line-contact-button-large {
  position: relative;
  z-index: 1;
}

.line-panel-heading {
  display: flex;
  gap: 20px;
  align-items: center;
}

.line-panel-heading > div {
  min-width: 0;
}

.line-panel-heading .kicker {
  margin: 0 0 5px;
  color: var(--line-brand);
}

.line-panel-heading h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.22;
}

.line-panel-mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 92px;
  height: 68px;
  color: var(--line-brand-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  background: var(--line-brand);
  border: 2px solid var(--paper);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.22);
}

.line-panel-copy {
  max-width: 760px;
  margin: 0;
  color: rgba(238, 231, 215, 0.92);
  font-size: 16px;
  line-height: 1.85;
}

.line-panel-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.line-panel-points li {
  padding: 7px 10px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
  background: rgba(238, 231, 215, 0.08);
  border: 1px solid rgba(238, 231, 215, 0.34);
}

.line-panel-points li::before {
  margin-right: 6px;
  color: var(--line-brand);
  content: "●";
}

.line-contact-button-large {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: stretch;
  min-height: 168px;
  padding: 24px;
  white-space: normal;
}

.line-contact-button-large .line-contact-icon {
  min-width: 68px;
  min-height: 50px;
  font-size: 15px;
}

.line-button-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
  text-align: left;
}

.line-button-copy strong {
  font-size: 18px;
  line-height: 1.35;
}

.line-button-copy small {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.65;
}

.static-contact-box .line-contact-button {
  min-height: 54px;
}

.footer-line-link {
  margin-top: 4px;
  padding: 7px 9px !important;
  color: #062f1c !important;
  font-weight: 900;
  background: var(--line-brand);
  border: 1px solid rgba(238, 231, 215, 0.58);
}

.floating-line-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 66px;
  padding: 10px 15px 10px 11px;
  color: var(--line-brand-ink);
  background: var(--line-brand);
  border: 2px solid #075a32;
  box-shadow: 5px 5px 0 rgba(7, 59, 36, 0.24);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.floating-line-contact:hover {
  color: #052f1c;
  background: var(--line-brand-hover);
  transform: translate(-2px, -2px);
}

.floating-line-copy {
  display: grid;
  gap: 2px;
}

.floating-line-copy strong {
  font-size: 14px;
  line-height: 1.25;
}

.floating-line-copy small {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

body.menu-open .floating-line-contact {
  opacity: 0;
  pointer-events: none;
}

body.single-property .floating-line-contact {
  display: none;
}

.line-property-button {
  flex: 1 1 100%;
  min-height: 56px;
  font-size: 16px;
}

.line-inquiry-note {
  margin: -10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.single-bottom-actions .line-contact-button {
  min-height: 50px;
}

@media (min-width: 901px) and (max-width: 1280px) {
  .header-main {
    gap: 12px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .mini-link {
    display: none;
  }

  .line-header-button,
  .inquiry-button {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 12px;
  }
}

@media (min-width: 901px) and (max-width: 1080px) {
  .brand-logo {
    font-size: 25px;
  }

  .phone-block strong {
    font-size: 19px;
  }

  .phone-block span {
    display: none;
  }
}

@media (max-width: 900px) {
  .make-nav .mobile-nav-line {
    grid-template-columns: 52px minmax(0, 1fr) auto !important;
  }

  .make-nav .mobile-nav-line::before {
    color: var(--line-brand) !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: -0.03em;
    content: "LINE" !important;
  }

  .make-nav .mobile-nav-line b {
    min-width: 38px;
    color: var(--line-brand-ink);
    background: var(--line-brand);
  }

  .home-line-panel {
    grid-template-columns: 1fr;
  }

  .line-contact-button-large {
    grid-column: 1;
    grid-row: auto;
    min-height: 116px;
  }
}

@media (max-width: 680px) {
  .home-line-section {
    padding: 28px 12px 40px;
  }

  .home-line-panel {
    gap: 18px;
    padding: 22px 18px;
    box-shadow: 4px 4px 0 rgba(24, 55, 43, 0.16);
  }

  .line-panel-heading {
    gap: 13px;
    align-items: flex-start;
  }

  .line-panel-mark {
    width: 64px;
    height: 50px;
    font-size: 14px;
  }

  .line-panel-heading h2 {
    font-size: 26px;
  }

  .line-panel-copy {
    font-size: 14px;
    line-height: 1.8;
  }

  .line-panel-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .line-contact-button-large {
    min-height: 108px;
    padding: 18px;
  }

  .line-contact-button-large .line-contact-icon {
    min-width: 52px;
    min-height: 42px;
    font-size: 12px;
  }

  .line-button-copy strong {
    font-size: 16px;
  }

  .line-button-copy small {
    font-size: 10px;
  }

  .floating-line-contact {
    right: 12px;
    bottom: 12px;
    min-height: 56px;
    padding: 8px 11px 8px 8px;
    box-shadow: 3px 3px 0 rgba(7, 59, 36, 0.22);
  }

  .floating-line-contact .line-contact-icon {
    min-width: 36px;
    min-height: 27px;
    padding: 3px 5px;
    font-size: 9px;
  }

  .floating-line-copy small {
    display: none;
  }

  .floating-line-copy strong {
    font-size: 12px;
  }

  .mobile-property-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mobile-property-actions a,
  .mobile-property-actions button {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 11px;
  }

  .mobile-property-actions .line-mobile-action {
    color: var(--line-brand-ink);
    background: var(--line-brand);
  }
}

@media (max-width: 360px) {
  .mobile-property-actions a,
  .mobile-property-actions button {
    font-size: 10px;
  }

  .line-contact-button-large {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-line-contact {
    transition: none;
  }
}

@media (max-width: 680px) {
  body.home .floating-line-contact {
    display: none;
  }
}

@media (max-width: 360px) {
  .line-panel-heading {
    gap: 10px;
  }

  .line-panel-mark {
    width: 52px;
    height: 44px;
    font-size: 12px;
  }

  .line-panel-heading h2 {
    font-size: 22px;
  }
}

/* Release 1.1.11 compact editorial layout */
:root {
  --tenant-content-max: 1480px;
  --tenant-gutter: clamp(18px, 4vw, 46px);
}

/* Keep full-width section backgrounds while aligning their content edges. */
body.home .section,
body.home .make-section {
  padding: 48px var(--tenant-gutter);
}

body.home :where(.section, .make-section) > * {
  width: min(100%, var(--tenant-content-max));
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

/* Header: a quieter default state and a true 68px compact desktop state. */
@media (min-width: 901px) {
  .header-tagline {
    padding: 5px var(--tenant-gutter);
    font-size: 10px;
    line-height: 1.35;
  }

  .header-main {
    min-height: 70px;
    padding: 6px var(--tenant-gutter) 7px;
  }

  .brand-logo {
    font-size: clamp(23px, 1.75vw, 27px);
    line-height: 1.08;
    white-space: nowrap;
  }

  .brand-copy {
    margin-top: 2px;
    font-size: 10px;
  }

  .header-actions {
    gap: 8px 12px;
  }

  .phone-block strong {
    font-size: 20px;
  }

  .phone-block span {
    font-size: 10px;
  }

  .header-actions .button,
  .line-header-button {
    min-height: 42px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 12px;
  }

  .make-nav {
    min-height: 40px;
    padding: 0 var(--tenant-gutter);
  }

  .make-nav a {
    min-height: 40px;
    font-size: 11px;
  }

  .make-header.is-compact .header-main {
    min-height: 68px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .make-header.is-compact .brand-logo {
    font-size: 23px;
    line-height: 1.08;
    white-space: nowrap;
  }

  .make-header.is-compact .header-actions .mini-link,
  .make-header.is-compact .phone-block span {
    display: none;
  }

  .make-header.is-compact .make-nav {
    display: none;
  }
}

/* Hero: preserve the composition with less vertical dead space. */
.make-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 32px;
  min-height: 340px;
  margin: 16px var(--tenant-gutter) 0;
  padding: 34px clamp(28px, 4vw, 48px);
}

.vertical-title {
  gap: 6px;
}

.vertical-title span {
  padding: 5px 9px;
  font-size: 15px;
}

.vertical-title h1 {
  max-width: 680px;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.12;
}

.hero-action-panel {
  gap: 12px;
  padding: 18px;
}

.hero-action-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.hero-action-buttons {
  gap: 8px;
}

.hero-action-panel .button {
  min-width: 0;
  min-height: 42px;
  padding-right: 14px;
  padding-left: 14px;
}

.hero-action-panel dl div {
  gap: 2px;
  padding: 8px 9px;
}

.hero-action-panel dt {
  font-size: 10px;
}

.hero-action-panel dd {
  font-size: 13px;
  line-height: 1.35;
}

/* Search: tighter controls and a consistent right-aligned primary action. */
.search-panel.search-panel-advanced {
  width: min(var(--tenant-content-max), calc(100% - 92px));
  gap: 12px;
  margin: 20px auto 28px;
  padding: 18px 20px;
}

.search-title {
  gap: 9px;
}

.search-title strong {
  font-size: 20px;
}

.search-core-grid,
.search-advanced-grid {
  gap: 10px;
}

.search-control {
  gap: 3px;
}

.search-control input,
.search-control select {
  min-height: 42px;
  padding: 8px 10px;
}

.search-advanced-fields summary {
  min-height: 42px;
  padding: 0 10px;
}

.search-advanced-grid {
  padding-bottom: 12px;
}

.search-check {
  min-height: 42px;
}

.search-actions {
  justify-content: flex-end;
  gap: 8px;
}

.search-actions .search-reset {
  order: 1;
  min-height: 40px;
}

.search-actions .button {
  order: 2;
  min-width: 180px;
  min-height: 42px;
}

/* Keep official LINE green on the mark and slim accents, not broad surfaces. */
.line-contact-button {
  color: var(--paper) !important;
  background: var(--make-green) !important;
  border-color: var(--make-green) !important;
  box-shadow: inset 4px 0 0 var(--line-brand);
}

.line-contact-icon {
  color: var(--line-brand-ink);
  background: var(--line-brand);
  border-color: rgba(255, 255, 255, 0.72);
}

.line-contact-button:hover {
  color: var(--paper) !important;
  background: #17382c !important;
  box-shadow: inset 4px 0 0 var(--line-brand), 4px 4px 0 rgba(7, 59, 36, 0.2);
}

.home-line-section--compact {
  padding-top: 22px;
  padding-bottom: 28px;
}

.home-line-panel {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 12px clamp(22px, 3vw, 42px);
  padding: 24px clamp(22px, 3vw, 34px);
}

.line-panel-heading {
  gap: 14px;
}

.line-panel-mark {
  width: 70px;
  height: 52px;
  color: var(--line-brand);
  font-size: 15px;
  background: var(--paper);
  border: 1px solid var(--paper);
  border-left: 6px solid var(--line-brand);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.line-panel-heading h2 {
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.16;
}

.line-panel-copy {
  max-width: 820px;
  font-size: 14px;
  line-height: 1.65;
}

.line-panel-points {
  gap: 6px;
}

.line-panel-points li {
  padding: 5px 8px;
  font-size: 11px;
}

.home-line-panel .line-contact-button-large {
  min-height: 108px;
  padding: 18px 20px;
  color: var(--ink) !important;
  background: var(--paper) !important;
  border: 1px solid var(--paper) !important;
  box-shadow: inset 6px 0 0 var(--line-brand);
}

.home-line-panel .line-contact-button-large:hover {
  color: var(--ink) !important;
  background: #fffdf7 !important;
  box-shadow: inset 6px 0 0 var(--line-brand), 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.line-contact-button-large .line-contact-icon {
  min-width: 58px;
  min-height: 42px;
  font-size: 13px;
}

.line-button-copy {
  gap: 4px;
}

.line-button-copy strong {
  font-size: 16px;
}

.line-button-copy small {
  font-size: 10px;
  line-height: 1.45;
}

.footer-line-link {
  color: var(--paper) !important;
  background: var(--make-green);
  border-left: 4px solid var(--line-brand);
}

.floating-line-contact {
  min-height: 58px;
  color: var(--paper);
  background: var(--make-green);
  border-color: var(--make-green);
  box-shadow: inset 4px 0 0 var(--line-brand), 4px 4px 0 rgba(7, 59, 36, 0.2);
}

.floating-line-contact:hover {
  color: var(--paper);
  background: #17382c;
}

.mobile-property-actions .line-mobile-action {
  color: var(--paper);
  background: var(--make-green);
  box-shadow: inset 0 4px 0 var(--line-brand);
}

/* Shorter property cards and a deliberate photo-pending state. */
.property-grid {
  gap: 18px;
}

.property-card {
  min-height: 0;
}

.property-card-link {
  gap: 9px;
  padding-bottom: 12px;
}

.property-card figure,
.property-card--has-photo figure,
.property-card--photo-pending figure {
  aspect-ratio: 16 / 10;
}

.property-card h3,
.property-card p,
.property-card .property-meta,
.property-card .card-specs,
.property-card .detail-link {
  margin-right: 14px;
  margin-left: 14px;
}

.property-card h3 {
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.28;
}

.property-meta {
  gap: 5px;
}

.property-meta li {
  padding: 3px 6px;
  font-size: 10px;
  line-height: 1.35;
}

.property-card .card-specs {
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
}

.property-card .card-specs div {
  min-height: 0;
  padding: 6px 7px;
}

.property-card .card-specs dt {
  font-size: 9px;
  line-height: 1.25;
}

.property-card .card-specs dd {
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.3;
}

.property-card-caption,
.property-card > a > p {
  display: -webkit-box;
  min-height: 0;
  max-height: 3.1em;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.property-card-caption:empty,
.property-card > a > p:empty {
  display: none;
}

.property-card .detail-link {
  padding-bottom: 1px;
  font-size: 11px;
}

.property-card .card-actions {
  margin-top: 0;
  padding: 0 14px 14px;
}

.property-card .card-action {
  min-height: 40px;
  font-size: 12px;
}

.property-card .property-photo-placeholder {
  position: relative;
  min-height: 0;
  padding: 14px;
  overflow: hidden;
}

.property-card--photo-pending .property-photo-placeholder::before {
  position: absolute;
  inset: 16px;
  content: "";
  background:
    linear-gradient(90deg, transparent 49%, rgba(24, 55, 43, 0.1) 49%, rgba(24, 55, 43, 0.1) 51%, transparent 51%),
    linear-gradient(rgba(24, 55, 43, 0.06) 1px, transparent 1px);
  background-size: 100% 100%, 100% 12px;
  border: 1px solid rgba(24, 55, 43, 0.16);
}

.property-card--photo-pending .property-photo-placeholder span {
  position: relative;
  z-index: 1;
  padding: 6px 10px;
  font-size: 11px;
  box-shadow: 3px 3px 0 rgba(24, 55, 43, 0.1);
}

/* Guides read as a process; strengths read as editorial proof points. */
.support-link-section--guides .support-link-grid {
  gap: 14px;
}

.support-link-section--guides .support-link {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 8px 14px;
  min-height: 176px;
  align-content: start;
  padding: 20px;
  border-top: 4px solid var(--orange);
  box-shadow: none;
}

.support-link-section--guides .support-link span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--paper);
  font-size: 20px;
  background: var(--orange);
  border: 1px solid var(--ink);
}

.support-link-section--guides .support-link strong {
  align-self: center;
  font-size: clamp(20px, 2vw, 26px);
}

.support-link-section--guides .support-link p {
  grid-column: 2;
  font-size: 13px;
  line-height: 1.65;
}

.home-trust-section--strengths {
  color: var(--paper);
  background:
    linear-gradient(rgba(238, 231, 215, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 231, 215, 0.04) 1px, transparent 1px),
    #17372b;
  background-size: 32px 32px;
  border-color: var(--paper);
}

.home-trust-section--strengths .make-section-title {
  border-bottom-color: var(--paper);
}

.home-trust-section--strengths .make-section-title h2 {
  color: var(--paper);
}

.home-trust-section--strengths .make-section-title span {
  color: var(--line-brand);
}

.home-trust-section--strengths .strength-grid {
  gap: 14px;
}

.home-trust-section--strengths .strength-card {
  min-height: 172px;
  padding: 20px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--paper);
  border-left: 6px solid var(--orange);
}

.home-trust-section--strengths .strength-card span {
  font-size: 28px;
  line-height: 1;
}

.home-trust-section--strengths .strength-card h3 {
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.35;
}

.home-trust-section--strengths .strength-card p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.65;
}

/* News is a two-line list: date above, headline below. */
.home-info-layout--news {
  padding-top: 38px;
  padding-bottom: 42px;
}

.home-info-layout--news > div {
  max-width: 1000px;
}

.home-info-layout--news .make-section-title {
  margin-bottom: 18px;
}

.home-info-layout--news .news-list {
  display: grid;
  gap: 0;
  border-top: 3px double var(--ink);
}

.home-info-layout--news .news-list a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  padding: 12px 14px 13px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.home-info-layout--news .news-list time {
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.35;
}

.home-info-layout--news .news-list span {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .search-panel.search-panel-advanced {
    width: calc(100% - 36px);
  }

  .make-hero {
    min-height: 360px;
    padding: 28px;
  }
}

@media (max-width: 900px) {
  body.home .make-hero {
    grid-template-columns: 1fr;
  }

  .header-main,
  .make-header.is-compact .header-main {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 8px;
    min-height: 62px;
    padding: 7px 12px;
  }

  .brand {
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding-right: 0;
  }

  .brand-logo,
  .make-header.is-compact .brand-logo {
    display: block;
    max-width: 100%;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.16;
    letter-spacing: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    word-break: keep-all;
  }

  .header-main .menu-button,
  .menu-button {
    width: 42px !important;
    height: 42px !important;
  }

  .home-line-panel {
    grid-template-columns: 1fr;
  }

  .home-line-panel .line-contact-button-large {
    grid-column: 1;
    grid-row: auto;
    min-height: 76px;
  }

  .support-link-section--guides .support-link-grid,
  .home-trust-section--strengths .strength-grid {
    grid-template-columns: 1fr;
  }

  .support-link-section--guides .support-link,
  .home-trust-section--strengths .strength-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  :root {
    --tenant-gutter: 12px;
  }

  body.home .section,
  body.home .make-section {
    padding: 34px var(--tenant-gutter);
  }

  .make-hero {
    gap: 16px;
    min-height: 0;
    margin: 0;
    padding: 22px 14px;
  }

  .vertical-title span {
    font-size: 13px;
  }

  .vertical-title h1 {
    font-size: clamp(28px, 9vw, 34px);
  }

  .hero-action-panel {
    gap: 10px;
    padding: 13px;
  }

  .hero-action-panel p {
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-action-buttons {
    gap: 6px;
  }

  .hero-action-panel .button {
    min-height: 40px;
  }

  .hero-action-panel dl div {
    padding: 7px;
  }

  .search-panel.search-panel-advanced {
    width: calc(100% - 24px);
    gap: 10px;
    margin: 16px auto 22px;
    padding: 14px 12px;
  }

  .search-control input,
  .search-control select {
    min-height: 44px;
  }

  .search-actions .button {
    order: 1;
    width: 100%;
  }

  .search-actions .search-reset {
    order: 2;
    justify-content: center;
    width: 100%;
  }

  .home-line-section--compact {
    padding: 18px 12px 24px;
  }

  .home-line-panel {
    gap: 12px;
    padding: 17px 14px;
    box-shadow: 3px 3px 0 rgba(24, 55, 43, 0.14);
  }

  .line-panel-heading {
    gap: 10px;
  }

  .line-panel-mark {
    width: 54px;
    height: 42px;
    font-size: 12px;
  }

  .line-panel-heading h2 {
    font-size: 23px;
  }

  .line-panel-copy {
    font-size: 13px;
    line-height: 1.6;
  }

  .line-panel-points {
    display: flex;
    gap: 5px;
  }

  .line-panel-points li {
    padding: 4px 6px;
    font-size: 10px;
  }

  .home-line-panel .line-contact-button-large {
    min-height: 70px;
    padding: 12px 14px;
  }

  .line-contact-button-large .line-contact-icon {
    min-width: 44px;
    min-height: 34px;
    font-size: 10px;
  }

  .line-button-copy strong {
    font-size: 14px;
  }

  .line-button-copy small {
    font-size: 9px;
  }

  .property-grid {
    gap: 16px;
  }

  .property-card h3 {
    font-size: 18px;
  }

  .support-link-section--guides .support-link {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  .support-link-section--guides .support-link span {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .support-link-section--guides .support-link strong {
    font-size: 19px;
  }

  .support-link-section--guides .support-link p {
    font-size: 12px;
  }

  .home-trust-section--strengths .strength-card {
    padding: 16px;
  }

  .home-info-layout--news {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .home-info-layout--news .news-list a {
    padding: 10px 8px 11px;
  }
}

@media (max-width: 360px) {
  .brand-logo,
  .make-header.is-compact .brand-logo {
    font-size: 18px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .line-contact-button-large {
    align-items: center;
    flex-direction: row;
  }

  .line-panel-points {
    gap: 4px;
  }

  .line-panel-points li {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .make-header,
  .header-tagline,
  .header-main,
  .brand-logo,
  .brand-copy,
  .make-nav {
    transition: none !important;
  }
}

/* The home page already has several prominent LINE entry points. */
body.home .floating-line-contact {
  display: none;
}

/* Release 1.1.14: customer voices */
@media (min-width: 901px) {
  .make-nav .menu-items {
    gap: clamp(10px, 1.7vw, 24px);
  }

  .make-nav a {
    font-size: clamp(10px, 0.8vw, 11px);
  }
}

.customer-voices-page {
  padding-bottom: 0;
}

.customer-voices-page + .floating-line-contact {
  display: none;
}

.customer-voices-hero {
  position: relative;
  overflow: hidden;
}

.customer-voices-hero::after {
  position: absolute;
  right: clamp(24px, 7vw, 96px);
  bottom: 20px;
  color: rgba(238, 231, 215, 0.14);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 9vw, 132px);
  font-weight: 700;
  line-height: 0.8;
  content: "VOICE";
  pointer-events: none;
}

.customer-voices-hero > * {
  position: relative;
  z-index: 1;
}

.customer-voices-intro {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  width: min(1120px, calc(100% - 40px));
  margin: 44px auto;
  padding: 30px 0;
  border-top: 3px double var(--ink);
  border-bottom: 1px solid var(--line);
}

.customer-voices-intro > .kicker {
  margin: 0;
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.customer-voices-intro > * {
  margin: 0;
}

.customer-voices-intro > div {
  display: grid;
  gap: 10px;
}

.customer-voices-intro h2,
.customer-voices-intro p {
  margin: 0;
}

.customer-voices-intro h2 {
  font-size: clamp(26px, 3.3vw, 42px);
}

.customer-voices-intro > div p {
  max-width: 760px;
  color: var(--soft-ink);
  font-size: 16px;
  line-height: 1.9;
}

.customer-voices-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 64px;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.customer-voice-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: clamp(24px, 3.2vw, 42px);
  background: var(--paper);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.customer-voice-card:nth-child(4n + 2),
.customer-voice-card:nth-child(4n + 3) {
  background: rgba(255, 255, 255, 0.36);
}

.customer-voice-number {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  background: var(--orange);
}

.customer-voice-card figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
  border: 1px solid var(--line);
}

.customer-voice-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-voice-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.45;
}

.customer-voice-card .customer-voice-excerpt {
  margin: 0;
  padding-bottom: 13px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--line);
}

.customer-voice-card blockquote,
.customer-voice-card .customer-voice-content {
  margin: 0;
  color: var(--soft-ink);
  font-size: 15px;
  line-height: 1.95;
}

.customer-voice-card blockquote {
  padding-left: 18px;
  border-left: 3px solid var(--make-green);
}

.customer-voice-card .customer-voice-content > :first-child {
  margin-top: 0;
}

.customer-voice-card .customer-voice-content > :last-child {
  margin-bottom: 0;
}

.customer-voices-empty {
  display: grid;
  gap: 18px;
  width: min(920px, calc(100% - 40px));
  margin: 0 auto 64px;
  padding: clamp(28px, 5vw, 56px);
  text-align: center;
  background:
    linear-gradient(90deg, rgba(24, 55, 43, 0.05) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  border: 3px double var(--ink);
  box-shadow: 7px 7px 0 rgba(24, 55, 43, 0.12);
}

.customer-voices-empty .kicker,
.customer-voices-empty h2,
.customer-voices-empty p {
  margin: 0;
}

.customer-voices-empty h2 {
  font-size: clamp(25px, 3vw, 36px);
}

.customer-voices-empty p {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: var(--soft-ink);
  line-height: 1.85;
}

.customer-voices-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.customer-voices-actions .button {
  min-height: 48px;
}

.customer-voices-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 72px;
  padding: clamp(28px, 5vw, 54px);
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(238, 231, 215, 0.06) 1px, transparent 1px),
    var(--make-green);
  background-size: 52px 52px;
  border: 3px double var(--paper);
  box-shadow: 8px 8px 0 rgba(24, 55, 43, 0.18);
}

.customer-voices-cta .kicker,
.customer-voices-cta h2,
.customer-voices-cta p {
  margin: 0;
  color: inherit;
}

.customer-voices-cta > div:first-child {
  display: grid;
  gap: 12px;
}

.customer-voices-cta h2 {
  font-size: clamp(28px, 3.4vw, 43px);
}

.customer-voices-cta p {
  max-width: 680px;
  color: rgba(238, 231, 215, 0.78);
  line-height: 1.8;
}

.customer-voices-cta .customer-voices-actions {
  display: grid;
}

.customer-voices-cta .button {
  width: 100%;
}

@media (max-width: 900px) {
  .make-nav.is-open li:nth-child(7) {
    animation-delay: 360ms;
  }

  .customer-voices-intro,
  .customer-voices-grid,
  .customer-voices-empty,
  .customer-voices-cta {
    width: min(100% - 28px, 720px);
  }

  .customer-voices-intro {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
    margin-bottom: 32px;
    padding: 22px 0;
  }

  .customer-voices-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .customer-voice-card:nth-child(even) {
    background: rgba(255, 255, 255, 0.36);
  }

  .customer-voices-empty {
    margin-bottom: 40px;
  }

  .customer-voices-cta {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }
}

@media (max-width: 520px) {
  .customer-voices-hero::after {
    right: 14px;
    bottom: 12px;
    font-size: 54px;
  }

  .customer-voices-intro p,
  .customer-voice-card blockquote,
  .customer-voice-card .customer-voice-content {
    font-size: 14px;
  }

  .customer-voice-card {
    padding: 21px;
  }

  .customer-voices-empty,
  .customer-voices-cta {
    padding: 24px 20px;
  }

  .customer-voices-actions {
    display: grid;
  }

  .customer-voices-actions .button {
    width: 100%;
  }
}

/* Release 1.1.15: prevent intrinsic button width from widening property details. */
@media (max-width: 360px) {
  body.single-property .single-property-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  body.single-property .single-property-summary .line-property-button {
    white-space: normal;
  }
}
/* Release 1.1.17: final minimal editorial skin (visual overrides only) */
:root {
  --ink: #111111;
  --soft-ink: #353535;
  --muted: #6b6b6b;
  --line: #dedede;
  --control-line: #b8b8b8;
  --paper: #ffffff;
  --paper-deep: #f3f3f3;
  --white: #ffffff;
  --make-green: #111111;
  --orange: #111111;
  --blue: #4f4f4f;
  --red: #111111;
  --radius: 6px;
  --shadow: none;
  --shadow-hover: none;
  --tenant-content-max: 1360px;
  --tenant-gutter: clamp(20px, 4vw, 56px);
  --tenant-font-sans: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tenant-line-soft: #e7e7e7;
  --tenant-line-strong: #171717;
  --tenant-surface-soft: #f7f7f7;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: #ffffff;
  background-image: none;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body,
button,
input,
select,
textarea,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
.brand-logo,
.property-card h3,
.single-property-summary .property-title,
.detail-group h3,
.support-link strong,
.strength-card h3,
.category-quick-grid strong,
.area-button strong,
.faq-item summary strong,
.flow-step h2,
.request-card h2,
.empty-panel h2 {
  font-family: var(--tenant-font-sans);
  font-feature-settings: "palt" 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.015em;
}

::selection {
  color: #ffffff;
  background: #111111;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px #ffffff;
}

img {
  border-radius: inherit;
}

.section,
.make-section {
  background-color: #ffffff;
}

body.home .section,
body.home .make-section {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
}

.make-section-title,
.section-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--tenant-line-strong);
}

.make-section-title h2,
.section-heading h1,
.section-heading h2 {
  color: var(--ink);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.015em !important;
}

.make-section-title span,
.kicker,
.search-title span,
.result-count {
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.12em !important;
}

.make-section-title::after {
  width: 48px;
  height: 1px;
  background: var(--tenant-line-strong);
}

.result-count {
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
}

.button,
.card-action,
.pagination .page-numbers,
.search-reset,
.text-link {
  border-radius: 999px;
  box-shadow: none;
}

.button,
.card-action {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.button.primary,
.button.dark,
.inquiry-button,
.card-action.is-active,
.pagination .page-numbers.current {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.button.ghost,
.card-action,
.pagination .page-numbers {
  color: #111111;
  background: #ffffff;
  border-color: #bdbdbd;
}

.button:hover,
.card-action:hover,
.inquiry-button:hover,
.area-button:hover,
.category-quick-grid a:hover,
.support-link:hover,
.property-card:hover,
.strength-card:hover,
.subpage-card:hover,
.directory-card:hover,
.map-area-links a:hover,
.news-list a:hover {
  box-shadow: none;
  transform: none;
}

.button.primary:hover,
.button.dark:hover,
.inquiry-button:hover {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}

.button.ghost:hover,
.card-action:hover,
.pagination .page-numbers:hover {
  color: #111111;
  background: #f2f2f2;
  border-color: #111111;
}

.make-header,
.make-header.is-compact {
  color: #111111;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #171717;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.header-tagline {
  margin: 0;
  padding: 5px var(--tenant-gutter);
  color: #666666;
  background: #ffffff;
  border-bottom: 1px solid var(--tenant-line-soft);
  font-size: 10px;
}

.header-main {
  background: #ffffff;
}

.brand-logo,
.make-header.is-compact .brand-logo {
  color: #111111;
  font-family: var(--tenant-font-sans);
  font-weight: 900;
  letter-spacing: 0.015em !important;
}

.brand-copy,
.mini-link,
.phone-block span {
  color: #686868;
}

.phone-block strong {
  color: #111111;
  font-family: var(--tenant-font-sans);
  font-weight: 800;
}

.mini-link b {
  color: #ffffff;
  background: #111111;
  border-radius: 999px;
}

.inquiry-button {
  border: 1px solid #111111;
  border-radius: 999px;
  box-shadow: none;
}

.make-nav {
  color: #111111;
  background: #ffffff;
  border-top: 1px solid var(--tenant-line-soft);
  border-bottom: 1px solid #171717;
  box-shadow: none;
}

.make-nav li + li {
  border-left: 0;
}

.make-nav a {
  color: #111111;
  font-size: 11px;
  letter-spacing: 0.04em !important;
  border: 1px solid #c7c7c7;
  border-radius: 999px;
}

.make-nav a::after {
  display: none;
}

.make-nav a:hover {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

body.home .make-hero {
  min-height: clamp(520px, 48vw, 690px);
  margin: 18px var(--tenant-gutter) 0;
  padding: clamp(32px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.08) 58%, rgba(0, 0, 0, 0.24)),
    var(--hero-image, url("assets/tenant-hero.png")) center / cover no-repeat;
  border: 1px solid #171717;
  border-radius: 6px;
  box-shadow: none;
}

.vertical-title span {
  justify-self: start;
  padding: 7px 13px;
  color: #111111;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  text-shadow: none;
}

.vertical-title h1 {
  max-width: 760px;
  color: #ffffff;
  font-family: var(--tenant-font-sans);
  font-size: clamp(44px, 5.2vw, 76px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.015em !important;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.34);
}

.hero-action-panel {
  gap: 16px;
  padding: clamp(20px, 2.4vw, 30px);
  color: #111111;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 6px;
  box-shadow: none;
  text-shadow: none;
}

.hero-action-panel p {
  color: #333333;
  text-shadow: none;
}

.hero-action-panel dl {
  gap: 0;
  background: transparent;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}

.hero-action-panel dl div {
  background: #ffffff;
  border-color: #e1e1e1;
}

.hero-action-panel dt {
  color: #777777;
}

.hero-action-panel dd {
  color: #111111;
}

.hero-action-panel .button.primary,
.hero-action-panel .button.ghost {
  border-radius: 999px;
}

.hero-action-panel .button.primary {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.hero-action-panel .button.ghost {
  color: #111111;
  background: #ffffff;
  border-color: #bdbdbd;
}
.search-panel.search-panel-advanced,
.subpage-search-panel {
  color: #111111;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  box-shadow: none;
}

.search-panel.search-panel-advanced {
  width: min(var(--tenant-content-max), calc(100% - (var(--tenant-gutter) + var(--tenant-gutter))));
  margin-top: clamp(30px, 4vw, 52px);
  margin-bottom: clamp(36px, 5vw, 64px);
  padding: clamp(20px, 3vw, 34px);
}

.search-title strong {
  color: #111111;
  font-family: var(--tenant-font-sans);
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 800;
}

.search-title span,
.search-control label,
label {
  color: #666666;
}

input,
select,
textarea,
.search-check {
  color: #111111;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  box-shadow: none;
}

input:hover,
select:hover,
textarea:hover,
.search-check:hover {
  border-color: #777777;
}

input::placeholder,
textarea::placeholder {
  color: #888888;
  opacity: 1;
}

.search-advanced-fields {
  border-color: #d8d8d8;
}

.search-advanced-fields summary {
  color: #111111;
  background: #f7f7f7;
  border-right: 0;
  border-left: 0;
}

.search-check {
  border-radius: 999px;
}

.search-check input {
  accent-color: #111111;
}

.search-actions .button.primary,
.contact-section .button.primary {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.search-reset,
.text-link {
  color: #555555;
  text-decoration-color: #999999;
}

.property-grid {
  gap: clamp(28px, 3vw, 44px) clamp(18px, 2.4vw, 32px);
}

.property-card,
.category-quick-grid a,
.support-link,
.strength-card,
.area-button,
.subpage-card,
.directory-card,
.guide-card,
.empty-panel,
.simple-panel,
.faq-item,
.contact-form,
.request-form {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  box-shadow: none;
}

.property-card {
  padding: 0;
  overflow: hidden;
}

.property-card:hover,
.strength-card:hover,
.subpage-card:hover,
.directory-card:hover {
  border-color: #8f8f8f;
  box-shadow: none;
  transform: none;
}

.property-card-link {
  gap: 13px;
  padding-bottom: 18px;
}

.property-card figure,
.property-card--has-photo figure,
.property-card--photo-pending figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #f1f1f1;
  border: 0;
  border-radius: 6px 6px 0 0;
}

.property-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 260ms ease;
}

.property-card:hover figure img {
  transform: scale(1.015);
}

.property-card h3,
.property-card p,
.property-card .property-meta,
.property-card .card-specs,
.property-card .detail-link {
  margin-right: 20px;
  margin-left: 20px;
}

.property-card h3 {
  color: #111111;
  font-family: var(--tenant-font-sans);
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.01em !important;
}

.property-card p,
.property-card-caption,
.property-catch,
.property-description .property-body {
  color: #4f4f4f;
}

.photo-badges span,
.photo-badges span:nth-child(2) {
  color: #ffffff;
  background: rgba(17, 17, 17, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
}

.property-meta li,
.tag-list li {
  color: #333333;
  background: #f6f6f6;
  border: 1px solid #dedede;
  border-radius: 999px;
}

.property-card .card-specs,
.detail-grid {
  gap: 0;
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 4px;
}

.property-card .card-specs div,
.detail-grid div {
  background: #ffffff;
}

.property-card .card-specs div + div,
.detail-grid div + div {
  border-left: 1px solid #e5e5e5;
}

.property-card .card-specs dt,
.detail-grid dt {
  color: #777777;
}

.property-card .detail-link,
.detail-link {
  color: #111111;
  border-color: #111111;
}

.property-card .card-actions {
  padding: 0 20px 20px;
}

.property-card .card-action {
  min-height: 42px;
  border-radius: 999px;
}

.property-photo-placeholder {
  color: #707070;
  background: #f1f1f1;
  background-image: none;
}

.property-photo-placeholder span,
.property-card--photo-pending .property-photo-placeholder span {
  color: #555555;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  box-shadow: none;
}

.property-card--photo-pending .property-photo-placeholder::before {
  background:
    linear-gradient(90deg, transparent 49%, rgba(17, 17, 17, 0.08) 49%, rgba(17, 17, 17, 0.08) 51%, transparent 51%),
    linear-gradient(rgba(17, 17, 17, 0.04) 1px, transparent 1px);
  background-size: 100% 100%, 100% 12px;
  border-color: rgba(17, 17, 17, 0.12);
}

.archive-hero {
  color: #111111;
  background: #ffffff;
  border-bottom: 1px solid #171717;
}

.archive-hero .section-heading {
  margin-bottom: 0;
}

.property-empty-state,
.error-actions-panel {
  border-color: #bdbdbd;
  text-align: left;
}

.pagination .nav-links {
  gap: 10px;
}

.pagination .page-numbers {
  min-width: 46px;
  min-height: 46px;
  border: 1px solid #c8c8c8;
  border-radius: 999px;
}

.pagination .page-numbers.current {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.category-quick-grid a,
.area-button {
  background: #ffffff;
  background-image: none;
  border-color: #cfcfcf;
}

.category-quick-grid a:hover,
.area-button:hover {
  color: #111111;
  background: #f7f7f7;
  border-color: #111111;
}

.category-quick-grid strong,
.area-button strong {
  color: #111111;
  font-family: var(--tenant-font-sans);
  font-weight: 800;
}

.category-quick-grid span,
.area-button span {
  color: #666666;
}

.area-list {
  gap: 16px;
}

.area-button {
  min-height: 150px;
  padding: 24px;
}
.support-link-section--guides .support-link-grid,
.home-trust-section--strengths .strength-grid {
  gap: clamp(16px, 2vw, 28px);
}

.support-link-section--guides .support-link {
  min-height: 190px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-top: 1px solid #171717;
  box-shadow: none;
}

.support-link-section--guides .support-link span {
  width: 46px;
  height: 32px;
  color: #ffffff;
  font-family: var(--tenant-font-sans);
  font-size: 13px;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 999px;
}

.support-link-section--guides .support-link strong {
  color: #111111;
  font-family: var(--tenant-font-sans);
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 800;
}

.support-link-section--guides .support-link p {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
}

body.home .home-trust-section--strengths {
  color: #111111;
  background: #f7f7f7;
  background-image: none;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
}

.home-trust-section--strengths .make-section-title {
  border-bottom-color: #171717;
}

.home-trust-section--strengths .make-section-title h2 {
  color: #111111;
}

.home-trust-section--strengths .make-section-title span {
  color: #666666;
}

.home-trust-section--strengths .strength-card {
  min-height: 190px;
  padding: 26px;
  color: #111111;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-left: 1px solid #171717;
  border-radius: 6px;
}

.home-trust-section--strengths .strength-card span {
  color: #111111;
  font-family: var(--tenant-font-sans);
  font-size: 15px;
}

.home-trust-section--strengths .strength-card h3 {
  color: #111111;
  font-family: var(--tenant-font-sans);
  font-size: clamp(20px, 2vw, 26px);
}

.home-trust-section--strengths .strength-card p {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
}

.home-info-layout,
.home-info-layout--news {
  background: #ffffff;
  background-image: none;
}

.home-info-layout--news > div {
  max-width: 1060px;
}

.home-info-layout--news .news-list {
  border-top: 1px solid #171717;
}

.news-list a,
.home-info-layout--news .news-list a {
  color: #111111;
  background: #ffffff;
  border-color: #dddddd;
  border-radius: 0;
  box-shadow: none;
}

.news-list a:hover,
.home-info-layout--news .news-list a:hover {
  background: #f7f7f7;
  box-shadow: none;
}

.home-info-layout--news .news-list time {
  color: #707070;
}

.home-info-layout--news .news-list span {
  color: #111111;
}

body.home .contact-section,
.contact-section {
  color: #111111;
  background: #f7f7f7;
  background-image: none;
  border-top: 1px solid #171717;
  border-bottom: 0;
}

.contact-copy h2,
.contact-copy p,
.contact-section .kicker {
  color: #111111;
}

.static-contact-box,
.contact-form {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  box-shadow: none;
}

.contact-section .button.ghost {
  color: #111111;
  background: #ffffff;
  border-color: #bdbdbd;
}

body.home .home-line-section--compact {
  padding-top: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(48px, 6vw, 80px);
}

.home-line-panel {
  color: #111111;
  background: #ffffff;
  background-image: none;
  border: 1px solid #171717;
  border-left: 6px solid var(--line-brand);
  border-radius: 6px;
  box-shadow: none;
}

.home-line-panel::after {
  display: none;
}

.line-panel-heading .kicker {
  color: #555555;
}

.line-panel-heading h2 {
  color: #111111;
  font-family: var(--tenant-font-sans);
}

.line-panel-mark {
  color: #ffffff;
  background: var(--line-brand);
  border: 1px solid var(--line-brand);
  border-radius: 999px;
  box-shadow: none;
}

.line-panel-copy {
  color: #444444;
}

.line-panel-points li {
  color: #333333;
  background: #f6f6f6;
  border: 1px solid #dedede;
  border-radius: 999px;
}

.line-panel-points li::before {
  color: var(--line-brand);
}

.line-contact-button,
.home-line-panel .line-contact-button-large {
  color: var(--line-brand-ink) !important;
  background: var(--line-brand) !important;
  border: 1px solid #049b43 !important;
  border-radius: 999px;
  box-shadow: none;
}

.line-contact-button:hover,
.home-line-panel .line-contact-button-large:hover {
  color: #052f1c !important;
  background: var(--line-brand-hover) !important;
  border-color: #047d38 !important;
  box-shadow: none;
}

.line-contact-icon {
  color: #07853b;
  background: #ffffff;
  border: 1px solid rgba(4, 125, 56, 0.38);
  border-radius: 999px;
}

.home-line-panel .line-contact-button-large {
  min-height: 110px;
  padding: 20px 24px;
}

.home-line-panel .line-button-copy strong,
.home-line-panel .line-button-copy small {
  color: var(--line-brand-ink);
}

body.home .home-customer-voices {
  background: #ffffff;
}

.home-customer-voices__intro {
  max-width: 760px;
  margin: 20px 0 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.9;
}

.home-customer-voices__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
  margin-top: clamp(30px, 4vw, 48px);
}

.home-customer-voices__card {
  display: grid;
  min-width: 0;
  align-content: start;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-top: 1px solid #171717;
  border-radius: 6px;
  box-shadow: none;
}

.home-customer-voices__image {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #f1f1f1;
  border-radius: 6px 6px 0 0;
}

.home-customer-voices__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.home-customer-voices__body {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 2.5vw, 30px);
}

.home-customer-voices__title,
.home-customer-voices__excerpt {
  margin: 0;
}

.home-customer-voices__title {
  color: #111111;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.5;
}

.home-customer-voices__excerpt {
  color: #555555;
  font-size: 14px;
  line-height: 1.9;
}

.home-customer-voices__empty {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-top: 36px;
  padding: clamp(24px, 4vw, 40px);
  background: #f7f7f7;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
}

.home-customer-voices__empty-title,
.home-customer-voices__empty-copy {
  margin: 0;
}

.home-customer-voices__empty-title {
  color: #111111;
  font-weight: 800;
}

.home-customer-voices__empty-copy {
  color: #555555;
  line-height: 1.8;
}

.home-customer-voices__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 32px;
}

.home-customer-voices__actions .button {
  min-height: 48px;
}
.subpage-hero {
  margin: 18px var(--tenant-gutter) 0;
  padding: clamp(70px, 9vw, 120px) clamp(28px, 7vw, 96px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.12)),
    url("assets/tenant-hero.png") center / cover;
  border: 1px solid #171717;
  border-radius: 6px;
  box-shadow: none;
}

.subpage-hero h1 {
  color: #ffffff;
  font-family: var(--tenant-font-sans);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: 0.015em !important;
}

.subpage-hero p,
.subpage-hero .kicker {
  color: rgba(255, 255, 255, 0.88);
}

.subpage-card-grid,
.directory-grid,
.guide-page-grid {
  gap: clamp(18px, 2.4vw, 30px);
}

.subpage-card,
.directory-card,
.guide-card {
  padding: clamp(24px, 3vw, 34px);
  border-color: #d3d3d3;
  border-top-color: #171717;
}

.subpage-card-link:hover,
.map-area-links a:hover {
  border-color: #777777;
  box-shadow: none;
  transform: none;
}

.subpage-card-link::after {
  border-color: #111111;
}

.subpage-card p,
.page-content p,
.directory-card p,
.guide-card ul {
  color: #555555;
}

.subpage-search-panel {
  color: #111111;
  background: #f7f7f7;
  border: 1px solid #cfcfcf;
}

.subpage-search-panel p {
  color: #555555;
}

.directory-count,
.guide-card span {
  color: #ffffff;
  background: #111111;
  border-radius: 999px;
}

.flow-step {
  border-color: #d7d7d7;
}

.flow-step > span {
  color: #777777;
  font-family: var(--tenant-font-sans);
  font-size: 18px;
}

.flow-step h2 {
  font-family: var(--tenant-font-sans);
}

.flow-step p {
  color: #555555;
}

.faq-item {
  border-color: #cfcfcf;
}

.faq-item summary {
  color: #111111;
}

.faq-item[open] summary {
  background: #f7f7f7;
}

.faq-item summary span {
  color: #777777;
  font-family: var(--tenant-font-sans);
}

.faq-item summary::after {
  color: #ffffff;
  background: #111111;
}

.faq-item p {
  color: #555555;
}

.request-card,
.map-copy,
.company-profile-copy {
  color: #ffffff;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 6px;
}

.request-card h2,
.request-card p,
.request-card .kicker,
.request-card .request-phone-link,
.request-card .request-phone-link strong,
.request-card .request-phone-link span,
.map-copy h2,
.map-copy p,
.company-profile-copy h2,
.company-profile-copy p {
  color: #ffffff;
}

.request-card ul,
.map-copy p,
.company-profile-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.request-note,
.selected-property-name {
  color: #111111;
  background: #f2f2f2;
  border-left-color: #111111;
}

.request-form,
.contact-form {
  padding: clamp(24px, 4vw, 38px);
}

.required-label {
  color: #ffffff;
  background: #111111;
  border-radius: 999px;
}

.form-status,
.form-status.success,
.form-status.error,
.form-status.info {
  color: #111111;
  background: #f7f7f7;
  border-color: #bdbdbd;
  border-radius: 4px;
}

.map-frame,
.company-map-frame,
.company-profile-table {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
}

.map-area-links a {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  box-shadow: none;
}

.company-profile-table div,
.company-profile-table dt {
  border-color: #dddddd;
}

.company-profile-table dt {
  color: #666666;
  background: #f7f7f7;
}

.company-profile-table dd {
  color: #111111;
}

.simple-panel,
.saved-list a,
.saved-item {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}

.saved-remove {
  color: #111111;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 999px;
}

.notice-single-image {
  overflow: hidden;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
}

.notice-content {
  color: #444444;
}

.notice-archive-list {
  border-top: 1px solid #171717;
}

.customer-voices-page {
  color: #111111;
  background: #ffffff;
}

.customer-voices-hero::after {
  color: rgba(255, 255, 255, 0.13);
  font-family: var(--tenant-font-sans);
  font-weight: 800;
}

.customer-voices-intro {
  border-top: 1px solid #171717;
  border-bottom: 1px solid #d7d7d7;
}

.customer-voices-intro > .kicker {
  color: #666666;
  font-family: var(--tenant-font-sans);
}

.customer-voices-intro h2 {
  color: #111111;
  font-family: var(--tenant-font-sans);
}

.customer-voices-intro > div p {
  color: #555555;
}

.customer-voices-grid {
  gap: clamp(18px, 2vw, 28px);
  border: 0;
}

.customer-voice-card,
.customer-voice-card:nth-child(4n + 2),
.customer-voice-card:nth-child(4n + 3) {
  gap: 20px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-top: 1px solid #171717;
  border-radius: 6px;
}

.customer-voice-number {
  color: #ffffff;
  font-family: var(--tenant-font-sans);
  background: #111111;
  border-radius: 999px;
}

.customer-voice-card figure {
  overflow: hidden;
  background: #f1f1f1;
  border: 0;
  border-radius: 6px;
}

.customer-voice-card h2 {
  color: #111111;
  font-family: var(--tenant-font-sans);
}

.customer-voice-card .customer-voice-excerpt {
  color: #555555;
  border-bottom-color: #d7d7d7;
}

.customer-voice-card blockquote,
.customer-voice-card .customer-voice-content {
  color: #444444;
}

.customer-voice-card blockquote {
  border-left-color: #111111;
}

.customer-voices-empty {
  background: #f7f7f7;
  background-image: none;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  box-shadow: none;
}

.customer-voices-empty p {
  color: #555555;
}

.customer-voices-cta {
  color: #ffffff;
  background: #111111;
  background-image: none;
  border: 1px solid #111111;
  border-radius: 6px;
  box-shadow: none;
}

.customer-voices-cta .kicker,
.customer-voices-cta h2,
.customer-voices-cta p {
  color: #ffffff;
}

.customer-voices-cta p {
  color: rgba(255, 255, 255, 0.76);
}
.property-breadcrumb {
  color: #666666;
}

.property-breadcrumb a {
  text-decoration-color: #999999;
}

article.single-property {
  padding-top: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(70px, 8vw, 110px);
}

.single-property-overview {
  gap: clamp(32px, 5vw, 64px);
}

.single-property-photo {
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  box-shadow: none;
}

.single-property-summary {
  gap: 20px;
}

.single-property-summary .property-title {
  color: #111111;
  font-family: var(--tenant-font-sans);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: 0.01em !important;
}

.single-property-summary .property-meta li {
  background: #f6f6f6;
}

.single-property-content {
  gap: clamp(48px, 6vw, 72px);
  margin-top: clamp(52px, 7vw, 84px);
}

.single-property-content .detail-section {
  padding-top: 28px;
  border-top: 1px solid #171717;
}

.single-property-content .detail-section > h2 {
  color: #111111;
  font-family: var(--tenant-font-sans);
  font-size: clamp(25px, 3vw, 34px);
}

.detail-group h3 {
  color: #111111;
  font-family: var(--tenant-font-sans);
  border-bottom: 1px solid #171717;
}

.detail-grid {
  border-color: #dedede;
}

.detail-grid div + div {
  border-top: 1px solid #e5e5e5;
  border-left: 0;
}

.detail-columns > div,
.property-gallery a,
.property-map-frame {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  box-shadow: none;
}

.property-gallery {
  gap: clamp(12px, 2vw, 20px);
}

.property-gallery a {
  overflow: hidden;
}

.property-gallery span {
  color: #111111;
  background: #ffffff;
  border-top: 1px solid #dddddd;
}

.property-map-frame {
  overflow: hidden;
}

.single-bottom-actions {
  gap: 12px;
}

.inquiry-hours,
.line-inquiry-note {
  color: #666666;
}

.property-slider-slide,
.single-property-photo .property-slider-slide img {
  background: #f1f1f1;
}

.property-slider-arrow {
  color: #ffffff;
  background: rgba(17, 17, 17, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: none;
}

.property-slider-arrow:disabled {
  opacity: 0.34;
  box-shadow: none;
}

.property-slider-arrow:focus-visible,
.property-slider-viewport:focus-visible {
  outline-color: #111111;
}

.property-slider-status {
  color: #ffffff;
  background: rgba(17, 17, 17, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
}

.mobile-property-actions {
  background: #ffffff;
  border-top: 1px solid #171717;
  box-shadow: none;
}

.mobile-property-actions a,
.mobile-property-actions button {
  color: #111111;
  background: #ffffff;
  border-color: #d6d6d6;
}

.mobile-property-actions .primary,
.mobile-property-actions button.is-active {
  color: #ffffff;
  background: #111111;
}

.mobile-property-actions .line-mobile-action {
  color: var(--line-brand-ink);
  background: var(--line-brand);
  box-shadow: none;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.7fr) repeat(4, minmax(130px, 1fr));
  gap: clamp(30px, 4vw, 68px);
  padding: clamp(58px, 7vw, 92px) var(--tenant-gutter);
  color: #ffffff;
  background: #090909;
  border-top: 1px solid #090909;
}

.rich-footer > div {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 10px;
}

.rich-footer h2,
.rich-footer h3,
.site-footer strong {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: var(--tenant-font-sans);
  font-size: 16px;
}

.rich-footer > div:first-child h2 {
  font-size: clamp(24px, 2.6vw, 34px);
}

.rich-footer a,
.rich-footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.75;
}

.rich-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-line-link {
  width: fit-content;
  margin-top: 6px;
  padding: 7px 13px !important;
  color: var(--line-brand-ink) !important;
  background: var(--line-brand);
  border: 1px solid #049b43;
  border-left: 1px solid #049b43;
  border-radius: 999px;
}

.floating-line-contact {
  color: var(--line-brand-ink);
  background: var(--line-brand);
  border: 1px solid #049b43;
  border-radius: 999px;
  box-shadow: none;
}

.floating-line-contact:hover {
  color: #052f1c;
  background: var(--line-brand-hover);
  box-shadow: none;
  transform: none;
}
@media (min-width: 901px) {
  .make-nav .menu-items {
    gap: 10px;
  }

  .make-nav a {
    min-height: 34px;
    padding: 0 14px;
  }
}

@media (max-width: 900px) {
  :root {
    --tenant-gutter: 20px;
  }

  body.home .section,
  body.home .make-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .make-header,
  .make-header.is-compact {
    background: #ffffff;
    border-bottom-color: #171717;
  }

  .header-main,
  .make-header.is-compact .header-main {
    background: #ffffff;
  }

  .header-main .menu-button,
  .menu-button {
    background: #ffffff !important;
    border: 1px solid #111111 !important;
    border-radius: 999px !important;
    box-shadow: none;
  }

  .menu-button::before,
  .menu-button::after {
    background: #111111;
    border-radius: 999px;
  }

  .menu-button::before {
    box-shadow: 0 7px 0 #111111;
  }

  .menu-button[aria-expanded="true"] {
    background: #111111 !important;
    border-color: #111111 !important;
    box-shadow: none;
  }

  .menu-button[aria-expanded="true"]::before,
  .menu-button[aria-expanded="true"]::after {
    background: #ffffff;
  }

  .make-nav,
  .make-nav.is-open {
    color: #ffffff;
    background: #111111 !important;
    background-image: none !important;
    border-color: #2f2f2f;
    box-shadow: none;
  }

  .make-nav::before {
    color: rgba(255, 255, 255, 0.34);
  }

  .make-nav a,
  .make-nav .mobile-nav-extra {
    color: #ffffff !important;
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 0;
  }

  .make-nav a:hover,
  .make-nav .mobile-nav-extra:hover {
    color: #ffffff !important;
    background: #242424;
  }

  .make-nav .mobile-nav-line b {
    color: var(--line-brand-ink);
    background: var(--line-brand);
    border-radius: 999px;
  }

  body.home .make-hero {
    gap: 24px;
    min-height: 560px;
    padding: 36px;
  }

  .hero-action-panel {
    width: min(640px, 100%);
  }

  .property-grid,
  .home-customer-voices__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-link-section--guides .support-link,
  .home-trust-section--strengths .strength-card {
    min-height: 0;
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rich-footer > div:first-child {
    grid-column: 1 / -1;
  }

  .customer-voices-grid {
    grid-template-columns: 1fr;
  }

  .customer-voice-card:nth-child(even) {
    background: #ffffff;
  }
}

@media (max-width: 680px) {
  :root {
    --tenant-gutter: 14px;
  }

  .section,
  .make-section,
  body.home .section,
  body.home .make-section {
    padding-top: 44px;
    padding-right: var(--tenant-gutter);
    padding-bottom: 44px;
    padding-left: var(--tenant-gutter);
  }

  .make-section-title,
  .section-heading {
    padding-bottom: 13px;
  }

  .make-section-title h2,
  .section-heading h1,
  .section-heading h2 {
    font-size: clamp(28px, 9vw, 36px);
  }

  body.home .make-hero {
    gap: 18px;
    min-height: 0;
    margin: 0;
    padding: 30px 16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .vertical-title span {
    padding: 6px 10px;
    font-size: 12px;
  }

  .vertical-title h1 {
    font-size: clamp(31px, 10vw, 42px);
  }

  .hero-action-panel {
    gap: 12px;
    padding: 18px;
    border-radius: 4px;
    box-shadow: none;
  }

  .hero-action-panel p {
    font-size: 14px;
  }

  .hero-action-panel dl {
    border-radius: 3px;
  }

  .search-panel.search-panel-advanced {
    width: calc(100% - 24px);
    margin-top: 20px;
    margin-bottom: 32px;
    padding: 18px 14px;
  }

  .search-check {
    border-radius: 4px;
  }

  .property-grid,
  .home-customer-voices__grid,
  .category-quick-grid,
  .area-list,
  .directory-grid,
  .guide-page-grid,
  .subpage-card-grid,
  .site-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  .property-grid {
    gap: 24px;
  }

  .property-card h3,
  .property-card p,
  .property-card .property-meta,
  .property-card .card-specs,
  .property-card .detail-link {
    margin-right: 16px;
    margin-left: 16px;
  }

  .property-card .card-actions {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .property-card:hover figure img {
    transform: none;
  }

  .property-card .card-specs div + div {
    border-left: 1px solid #e5e5e5;
  }

  .area-button {
    min-height: 0;
  }

  .support-link-section--guides .support-link {
    padding: 20px;
  }

  .home-trust-section--strengths .strength-card {
    padding: 20px;
  }

  .home-line-panel {
    padding: 22px 18px;
    border-left-width: 4px;
    border-radius: 4px;
    box-shadow: none;
  }

  .line-panel-points {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .line-panel-points li {
    border-radius: 4px;
  }

  .home-line-panel .line-contact-button-large {
    min-height: 78px;
    padding: 14px 16px;
  }

  .home-customer-voices__intro {
    font-size: 14px;
  }

  .home-customer-voices__grid {
    margin-top: 28px;
  }

  .home-customer-voices__actions,
  .customer-voices-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .home-customer-voices__actions .button,
  .customer-voices-actions .button {
    width: 100%;
  }

  .subpage-hero {
    margin: 0;
    padding: 58px 18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .subpage-hero h1 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .request-card,
  .map-copy,
  .company-profile-copy,
  .map-frame,
  .company-map-frame,
  .company-profile-table {
    border-radius: 4px;
  }

  .faq-item summary {
    gap: 10px;
  }

  .customer-voices-intro,
  .customer-voices-grid,
  .customer-voices-empty,
  .customer-voices-cta {
    width: min(100% - 28px, 720px);
  }

  .customer-voice-card,
  .customer-voices-empty,
  .customer-voices-cta {
    border-radius: 4px;
  }

  .single-property-photo,
  .property-gallery a,
  .property-map-frame {
    border-radius: 4px;
  }

  .single-property-summary .property-title {
    font-size: clamp(30px, 9vw, 40px);
  }

  .single-property-content {
    gap: 44px;
    margin-top: 48px;
  }

  .site-footer {
    gap: 30px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .rich-footer > div:first-child {
    grid-column: auto;
  }
}

@media (max-width: 380px) {
  :root {
    --tenant-gutter: 10px;
  }

  .brand-logo,
  .make-header.is-compact .brand-logo {
    font-size: 17px;
    letter-spacing: 0 !important;
  }

  body.home .make-hero {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-action-panel {
    padding: 15px;
  }

  .hero-action-buttons {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-action-panel .button {
    width: 100%;
    white-space: normal;
  }

  .line-panel-heading {
    align-items: center;
  }

  .line-panel-mark {
    width: 50px;
    height: 40px;
  }

  .line-panel-heading h2 {
    font-size: 21px;
  }

  .line-contact-button-large {
    align-items: center;
    flex-direction: row;
  }

  .line-button-copy small {
    line-height: 1.4;
  }

  .property-card .card-specs {
    grid-template-columns: minmax(0, 1fr);
  }

  .property-card .card-specs div + div {
    border-top: 1px solid #e5e5e5;
    border-left: 0;
  }

  .home-customer-voices__body,
  .customer-voice-card {
    padding: 20px;
  }

  .faq-item p {
    padding-right: 18px;
    padding-left: 18px;
  }

  body.single-property .single-property-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  body.single-property .single-property-summary .line-property-button {
    white-space: normal;
  }
}

/* Release 1.1.18: keep mobile property-search actions clear and tappable. */
@media (max-width: 680px) {
  body.post-type-archive-property .floating-line-contact {
    display: none;
  }

  .search-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    width: 100%;
  }

  .search-actions .button {
    min-width: 0;
    width: 100%;
  }
}