:root {
  --color-ink: #151515;
  --color-muted: #676767;
  --color-paper: #f7f7f7;
  --color-surface: #ffffff;
  --color-line: #222222;
  --color-soft-line: #d8d8d8;
  --color-accent: #dce33a;
  --color-accent-dark: #aab315;
  --font-body: "CICI LogoType Gothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-display: "CICI LogoType Gothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --icon-arrow-right-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon-mail-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.5 7.5h15v9h-15z' stroke='%23fff' stroke-width='2.2' stroke-linejoin='round'/%3E%3Cpath d='m5 8 7 5 7-5' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --container: min(1120px, calc(100vw - 48px));
  --wide: min(1440px, calc(100vw - 56px));
  --radius: 28px;
}

@font-face {
  font-display: swap;
  font-family: "CICI LogoType Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/LogoTypeGothic.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

button,
input {
  font: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto;
  background: var(--color-surface);
  border: 2px solid var(--color-ink);
  height: auto;
  left: 16px;
  padding: 8px 12px;
  top: 16px;
  width: auto;
  z-index: 20;
}

.site-header {
  background: rgba(247, 247, 247, 0.78);
  border-bottom: 1px solid var(--color-line);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header__inner,
.site-footer__inner,
.hero__inner,
.intent-grid,
.about-section,
.property-showcase,
.dark-service-grid,
.contact-band,
.page-hero__inner,
.entry-page,
.property-detail,
.section {
  margin-inline: auto;
  width: var(--container);
}

.site-header__inner {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 58px;
}

.brand {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.brand__text {
  display: block;
}

.brand__name {
  display: block;
}

.header-pill-nav,
.site-nav .menu {
  align-items: center;
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-pill-nav {
  justify-self: start;
}

.site-nav {
  justify-self: end;
}

.header-pill-nav a {
  border: 1px solid var(--color-line);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  min-width: 78px;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
}

.site-nav a {
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 10px 14px;
  text-decoration: none;
}

.site-nav .menu li:last-child a {
  align-items: center;
  background: var(--color-ink);
  border: 1px solid var(--color-ink);
  color: #fff;
  display: inline-flex;
  gap: 9px;
  height: 37px;
  line-height: 1;
  padding-block: 0;
  padding-inline: 22px;
}

.site-nav .menu li:last-child a::before {
  background: var(--icon-mail-white) center / 20px 20px no-repeat;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.header-pill-nav a:hover,
.header-pill-nav a:focus-visible,
.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--color-accent);
  color: var(--color-ink);
  outline: none;
}

.site-nav .menu li:last-child a:hover,
.site-nav .menu li:last-child a:focus-visible {
  background: var(--color-ink);
  color: #fff;
}

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 42px;
  justify-content: center;
  justify-self: end;
  width: 52px;
}

.nav-toggle__line {
  background: var(--color-ink);
  display: block;
  height: 2px;
  width: 18px;
}

.button {
  align-items: center;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

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

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

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--color-accent);
  color: var(--color-ink);
}

.button--secondary {
  background: transparent;
  color: var(--color-ink);
}

.hero {
  overflow: hidden;
  padding-top: 92px;
}

.hero__inner {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 390px;
  min-height: 226px;
  padding-bottom: 92px;
}

.hero__headline h1 {
  font-size: clamp(3.15rem, 4.1vw, 4.55rem);
  line-height: 1.28;
  margin: 0;
}

.hero__headline p {
  color: var(--color-muted);
  font-family: var(--font-body);
  font-weight: 400;
  margin: 28px 0 0;
  max-width: 600px;
}

.hero__copy {
  color: var(--color-muted);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 2;
  margin: 0;
}

.hero__media {
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  width: var(--wide);
}

.hero__media img {
  aspect-ratio: 2.55;
  border-radius: 0 0 var(--radius) var(--radius);
  object-fit: cover;
  width: 100%;
}

.intent-section {
  padding-block: 104px 92px;
}

.archive-intent-section {
  padding-block: 84px 32px;
}

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

.intent-item {
  border-bottom: 1px solid #8f8f8f;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto;
  min-height: 192px;
  padding: 36px 28px 28px;
  position: relative;
  text-decoration: none;
}

.intent-item__main {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-column: 1 / -1;
  grid-template-columns: 1fr auto;
  text-decoration: none;
}

.intent-item:nth-child(odd) {
  border-right: 1px solid #8f8f8f;
}

.intent-item:nth-child(1),
.intent-item:nth-child(2) {
  border-top: 0;
}

.intent-item:hover .round-arrow,
.intent-item:focus-visible .round-arrow,
.intent-item__main:focus-visible .round-arrow,
.intent-item.is-active .round-arrow,
.dark-service-item:hover .round-arrow,
.dark-service-item:focus-visible .round-arrow,
.archive-consult-card:hover .round-arrow,
.archive-consult-card:focus-within .round-arrow,
.round-arrow:hover,
.round-arrow:focus-visible {
  background-color: var(--color-accent);
  box-shadow: 0 14px 30px rgba(170, 179, 21, 0.24);
  transform: translateX(5px);
}

.intent-item.is-active {
  background: rgba(220, 227, 58, 0.12);
}

.intent-item__title {
  font-size: clamp(2.05rem, 2.7vw, 2.45rem);
  font-weight: 700;
  line-height: 1;
}

.intent-item__meta {
  align-self: end;
  color: var(--color-muted);
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 400;
  grid-column: 1 / -1;
}

.intent-item__meta::before {
  color: var(--color-accent-dark);
  content: "• ";
}

.intent-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 10px;
  grid-column: 1 / -1;
}

.intent-tags span,
.intent-tags a,
.term-pill {
  border: 1px solid #8f8f8f;
  border-radius: 999px;
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 11px;
  text-decoration: none;
}

.intent-tags a:hover,
.intent-tags a:focus-visible {
  background: var(--color-ink);
  color: #fff;
  outline: none;
}

.round-arrow {
  align-items: center;
  background: var(--color-ink) var(--icon-arrow-right-white) center / 17px 17px no-repeat;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(21, 21, 21, 0.16);
  color: #fff;
  display: inline-flex;
  font-size: 0;
  height: 56px;
  justify-content: center;
  line-height: 0;
  overflow: hidden;
  position: relative;
  text-indent: 0;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 180ms ease;
  white-space: nowrap;
  width: 56px;
}

.about-section {
  align-items: start;
  display: grid;
  gap: 76px;
  grid-template-columns: 0.96fr 1.04fr;
  padding-block: 92px 118px;
}

.about-section__text h2,
.showcase-heading h2,
.contact-band h2 {
  font-size: clamp(2.25rem, 3vw, 2.72rem);
  line-height: 1.28;
  margin: 0 0 46px;
}

.about-section__text p:not(.section-kicker),
.dark-service-item p,
.contact-band p,
.page-hero p,
.service-item p {
  color: var(--color-muted);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 2;
}

.about-section__image img {
  aspect-ratio: 1.68;
  border-radius: 0 0 var(--radius) var(--radius);
  filter: grayscale(1);
  object-fit: cover;
  width: 100%;
}

.line-link {
  border-bottom: 1px solid var(--color-line);
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 700;
  gap: 9px;
  padding-bottom: 8px;
  text-decoration: none;
}

.line-link::after {
  content: "›";
  font-family: inherit;
}

.property-showcase {
  padding-block: 96px 116px;
}

.property-showcase--archive {
  padding-top: 68px;
}

.showcase-heading {
  margin-bottom: 54px;
  text-align: center;
}

.showcase-heading p,
.section-kicker,
.contact-band p,
.dark-service-item > span:not(.round-arrow) {
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 12px;
}

.showcase-heading h2 {
  margin-bottom: 0;
}

.property-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.active-filter-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.active-filter-list--left {
  justify-content: flex-start;
}

.active-filter-list span,
.active-filter-list a {
  border: 1px solid var(--color-line);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  padding: 9px 14px;
  text-decoration: none;
}

.active-filter-list span {
  background: var(--color-accent);
}

.active-filter-list a:hover,
.active-filter-list a:focus-visible {
  background: var(--color-ink);
  color: #fff;
}

.property-filter-nav a {
  border: 1px solid var(--color-line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  min-width: 84px;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
}

.property-filter-nav a.is-active,
.property-filter-nav a:hover,
.property-filter-nav a:focus-visible {
  background: var(--color-ink);
  color: #fff;
}

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

.property-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.property-card__media {
  background: #e7e7e7;
  border-radius: 16px;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.property-card__media img {
  aspect-ratio: 1.58;
  object-fit: cover;
  transition: transform 240ms ease;
  width: 100%;
}

.property-card:hover .property-card__media img {
  transform: scale(1.025);
}

.property-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 13px;
  padding-top: 16px;
}

.property-card h3 {
  font-size: 1.03rem;
  line-height: 1.55;
  margin: 0;
}

.property-card h3 a {
  text-decoration: none;
}

.term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.property-card__address {
  color: var(--color-muted);
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.7;
  margin: -2px 0 2px;
  padding-left: 1.05em;
  position: relative;
}

.property-card__address::before {
  background: var(--color-muted);
  border-radius: 50%;
  content: "";
  height: 0.46em;
  left: 0;
  position: absolute;
  top: 0.65em;
  width: 0.46em;
}

.property-card__meta,
.meta-table {
  display: grid;
  gap: 0;
  margin: 0;
}

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

.property-card__meta div,
.meta-table div {
  border-top: 1px dotted #a5a5a5;
  display: grid;
  gap: 4px;
  padding-block: 12px;
}

.property-card__meta div {
  align-content: center;
  min-height: 78px;
  min-width: 0;
}

.property-card__meta div:nth-child(odd) {
  border-right: 1px dotted #a5a5a5;
  padding-right: 18px;
}

.property-card__meta div:nth-child(even) {
  padding-left: 18px;
}

dt {
  color: var(--color-muted);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
}

dd {
  font-size: clamp(1.18rem, 1.6vw, 1.52rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.property-card__meta dt,
.property-card__meta dd {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.property-card__meta dt {
  font-size: 0.7rem;
  line-height: 1.15;
}

.property-card__meta dd {
  font-size: clamp(1.04rem, 1.18vw, 1.2rem);
  line-height: 1.18;
}

.showcase-action {
  margin-top: 64px;
  text-align: center;
}

.empty-state {
  border: 1px solid var(--color-soft-line);
  border-radius: 18px;
  padding: 32px;
  text-align: center;
}

.dark-service-section {
  background: #282828;
  color: #fff;
  overflow: hidden;
  padding-block: 96px 130px;
  position: relative;
}

.dark-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.dark-service-item {
  display: grid;
  gap: 28px;
  min-height: 292px;
  padding: 96px 48px 44px;
  position: relative;
  text-decoration: none;
}

.dark-service-item:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}

.dark-service-item strong {
  font-size: clamp(2.35rem, 3vw, 2.82rem);
  line-height: 1.16;
}

.dark-service-item p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  margin: 0;
  max-width: 460px;
}

.dark-service-item > span:not(.round-arrow) {
  color: #fff;
  font-size: 0.82rem;
  margin: 0;
}

.dark-service-item .round-arrow {
  position: absolute;
  right: 48px;
  top: 128px;
}

.archive-consult-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  width: var(--container);
  padding-block: 0 120px;
}

.archive-consult-card {
  border-top: 1px solid var(--color-line);
  display: grid;
  gap: 22px;
  min-height: 300px;
  padding: 44px 44px 0;
  position: relative;
  scroll-margin-top: 92px;
}

.archive-consult-card:first-child {
  border-right: 1px solid #8f8f8f;
  padding-left: 0;
}

.archive-consult-card:last-child {
  padding-right: 0;
}

.archive-consult-card > p:first-child {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}

.archive-consult-card h2 {
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  line-height: 1.12;
  margin: 0;
}

.archive-consult-card > p:not(:first-child) {
  color: var(--color-muted);
  font-family: var(--font-body);
  font-weight: 400;
  margin: 0;
  max-width: 480px;
}

.archive-consult-card .round-arrow {
  position: absolute;
  right: 44px;
  top: 54px;
}

.contact-band {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto;
  padding-block: 92px;
}

.contact-band h2 {
  margin-bottom: 0;
  max-width: 860px;
}

.page-hero {
  background: var(--color-paper);
  border-bottom: 1px solid var(--color-line);
}

.page-hero__inner {
  padding-block: 94px 74px;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1.18;
  margin: 0 0 24px;
}

.page-hero p {
  max-width: 680px;
}

.page-hero .search-form {
  margin-top: 34px;
  max-width: 720px;
}

.search-form,
.property-search-panel__row {
  display: flex;
  gap: 10px;
}

.search-form input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
}

.search-form .button {
  flex: 0 0 auto;
  min-width: 92px;
}

input[type="search"],
input[type="text"] {
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: var(--color-ink);
  min-height: 48px;
  padding: 10px 18px;
  width: 100%;
}

.section,
.entry-page,
.property-detail {
  padding-block: 78px;
}

.section__header {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto;
  margin-bottom: 42px;
}

.eyebrow {
  color: var(--color-muted);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 12px;
}

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.18;
}

.section h2,
.entry-page__header h1,
.property-detail__header h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  margin-bottom: 18px;
}

.section--split {
  border-top: 1px solid var(--color-soft-line);
  display: grid;
  gap: 42px;
  grid-template-columns: 0.8fr 1.2fr;
}

.service-list {
  display: grid;
  gap: 0;
}

.service-item {
  border-top: 1px solid var(--color-soft-line);
  padding-block: 24px;
}

.service-item h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.property-detail__header {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
  margin-bottom: 34px;
}

.property-detail__header p {
  color: var(--color-muted);
  font-family: var(--font-body);
  font-weight: 400;
  max-width: 760px;
}

.property-detail__media {
  aspect-ratio: 1.78;
  background: #e7e7e7;
  border-radius: 0 0 var(--radius) var(--radius);
  margin-bottom: 48px;
  overflow: hidden;
}

.property-detail__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.property-detail__layout {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.property-detail__body,
.entry-content,
.property-detail__aside {
  background: #fff;
  border: 1px solid var(--color-soft-line);
  border-radius: 18px;
  font-family: var(--font-body);
  font-weight: 400;
  padding: 30px;
}

.property-detail__aside {
  position: sticky;
  top: 86px;
}

.property-detail__aside h2 {
  font-size: 1.35rem;
}

.entry-page__header {
  margin-bottom: 28px;
}

.company-profile {
  padding: 0;
}

.company-profile__table {
  display: grid;
  margin: 0;
}

.company-profile__table > div {
  border-top: 1px solid var(--color-soft-line);
  display: grid;
  gap: 30px;
  grid-template-columns: 180px minmax(0, 1fr);
  margin: 0;
  padding: 26px 30px;
}

.company-profile__table > div:first-child {
  border-top: 0;
}

.company-profile__table dt {
  color: var(--color-muted);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.company-profile__table dd {
  color: var(--color-ink);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.85;
  margin: 0;
}

.company-profile__table a {
  text-decoration-color: rgba(21, 21, 21, 0.28);
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.company-profile__table a:hover,
.company-profile__table a:focus-visible {
  color: #7d8500;
  text-decoration-color: currentColor;
}

.company-profile__license {
  display: grid;
  gap: 3px;
}

.company-profile__license-title {
  color: var(--color-ink);
  font-weight: 700;
  margin-top: 10px;
}

.company-profile__license-title:first-child {
  margin-top: 0;
}

.contact-page {
  margin-inline: auto;
  padding-block: 88px;
  width: var(--container);
}

.contact-page__header {
  max-width: 900px;
}

.contact-page__header h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1.18;
  margin: 0 0 24px;
}

.contact-page__header p,
.contact-method p,
.contact-method li {
  color: var(--color-muted);
  font-family: var(--font-body);
  font-weight: 400;
}

.contact-page__body {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  margin-top: 64px;
}

.contact-method {
  border-top: 1px solid var(--color-line);
  padding-top: 28px;
}

.contact-method h2 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  margin: 0 0 18px;
}

.contact-method ul {
  margin: 20px 0 28px;
  padding-left: 1.2em;
}

.intent-tags--contact {
  display: flex;
}

.entry-page__media {
  border-radius: 0 0 var(--radius) var(--radius);
  margin-bottom: 28px;
  overflow: hidden;
}

.post-list {
  display: grid;
  gap: 18px;
}

.post-list__item {
  border-top: 1px solid var(--color-soft-line);
  padding: 24px 0;
}

.post-list__item h2 {
  font-size: 1.45rem;
  margin-bottom: 8px;
}

.post-list__meta,
.post-list__excerpt {
  color: var(--color-muted);
  font-family: var(--font-body);
  font-weight: 400;
}

.nav-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 42px;
}

.page-numbers {
  border: 1px solid var(--color-line);
  border-radius: 999px;
  min-width: 40px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
}

.page-numbers.current {
  background: var(--color-ink);
  color: #fff;
}

.site-footer {
  background: var(--color-ink);
  color: #fff;
}

.site-footer__inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
  padding-block: 34px;
}

.site-footer__name {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.site-footer__copy,
.site-footer__legal {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-body);
  font-weight: 400;
  margin: 0;
}

.footer-nav .menu {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

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

  .brand {
    justify-self: start;
  }

  .header-pill-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    background: rgba(247, 247, 247, 0.98);
    border-bottom: 1px solid var(--color-line);
    display: none;
    left: 0;
    padding: 18px 24px;
    position: absolute;
    right: 0;
    top: 58px;
  }

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

  .site-nav .menu {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-inline: auto;
    width: var(--container);
  }

  .site-nav a,
  .site-nav .menu li:last-child a {
    border: 1px solid var(--color-line);
    display: block;
    padding: 12px 18px;
  }

  .site-nav .menu li:last-child a {
    align-items: center;
    display: flex;
    height: auto;
    min-height: 43px;
  }

  .hero__inner,
  .about-section,
  .property-detail__header,
  .property-detail__layout,
  .contact-band,
  .contact-page__body,
  .section--split,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

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

  .property-detail__aside {
    position: static;
  }
}

@media (max-width: 700px) {
  :root {
    --container: min(100vw - 28px, 620px);
    --wide: calc(100vw - 20px);
    --radius: 22px;
  }

  body {
    font-size: 15px;
  }

  .hero {
    padding-top: 32px;
  }

  .hero__inner {
    gap: 28px;
    min-height: 0;
    padding-bottom: 32px;
  }

  .hero__headline h1 {
    font-size: 2.72rem;
    line-height: 1.26;
  }

  .hero__media img {
    aspect-ratio: 1.25;
  }

  .intent-section {
    padding-block: 64px 54px;
  }

  .intent-grid,
  .dark-service-grid,
  .archive-consult-section,
  .property-grid {
    grid-template-columns: 1fr;
  }

  .intent-item,
  .intent-item:nth-child(odd),
  .dark-service-item:first-child,
  .archive-consult-card:first-child {
    border-right: 0;
  }

  .intent-item {
    min-height: 150px;
    padding-inline: 0;
  }

  .about-section,
  .property-showcase,
  .dark-service-section,
  .contact-band,
  .section,
  .entry-page,
  .property-detail {
    padding-block: 58px;
  }

  .about-section {
    gap: 38px;
  }

  .about-section__text h2,
  .showcase-heading h2,
  .contact-band h2,
  .section h2,
  .entry-page__header h1,
  .property-detail__header h1 {
    font-size: clamp(2.15rem, 12vw, 3.4rem);
  }

  .property-grid {
    gap: 36px;
  }

  .dark-service-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding-inline: 0;
  }

  .archive-consult-card {
    min-height: 260px;
    padding-inline: 0;
  }

  .archive-consult-card .round-arrow {
    right: 0;
  }

  .company-profile__table > div {
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }

  .dark-service-item .round-arrow {
    right: 0;
  }

  .search-form,
  .property-search-panel__row {
    flex-direction: column;
  }

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

  .property-card__meta div:nth-child(odd),
  .property-card__meta div:nth-child(even) {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
