/* Priority property journeys: watercolor identity with a calm editorial rhythm. */
.property-page {
  --property-line: rgba(85, 122, 90, 0.23);
}

.property-page .container {
  width: min(calc(100% - 64px), 1200px);
  margin-inline: auto;
}

.property-page .section-kicker {
  margin: 0 0 16px;
  font-size: 0.875rem;
}

.property-page h1,
.property-page h2,
.property-page h3,
.property-page h4 {
  margin: 0;
  font-family: var(--kitaki-serif);
  font-weight: 500;
  letter-spacing: 0.035em;
}

.property-page h1 > span,
.property-page h2 > span {
  display: block;
  text-wrap: balance;
}

.property-page h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  line-height: 1.65;
}

.property-page h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.65;
}

.property-page p {
  overflow-wrap: anywhere;
}

.property-page .button {
  min-height: 52px;
  height: auto;
  padding-block: 12px;
  font-size: 0.875rem;
}

.property-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.property-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 106px 0 72px;
  background: #fbfaf6;
}

.property-hero-art {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: min(72%, 1100px);
  height: 100%;
  object-fit: cover;
  object-position: 68% bottom;
  opacity: 0.62;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 64%);
  mask-image: linear-gradient(90deg, transparent, #000 64%);
}

.property-breadcrumb {
  margin-bottom: 42px;
}

.property-breadcrumb ol,
.property-breadcrumb li {
  display: flex;
  align-items: center;
}

.property-breadcrumb ol {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
  font-size: 0.875rem;
}

.property-breadcrumb li {
  gap: 10px;
}

.property-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--property-line);
}

.property-hero-copy {
  max-width: 760px;
}

.property-hero h1 {
  font-size: clamp(1.875rem, 3.25vw, 2.875rem);
  line-height: 1.6;
}

.property-hero-lead {
  max-width: 580px;
  margin: 24px 0 0;
  color: var(--muted-foreground);
  font-size: 1rem;
}

.property-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 32px;
  margin-top: 32px;
}

.property-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  border-bottom: 1px solid var(--property-line);
  padding-block: 10px;
  color: var(--primary);
  font-size: 0.875rem;
}

.property-secondary-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.property-page-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--property-line);
}

.property-page-nav a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 20px 16px;
  font-size: 0.875rem;
}

.property-page-nav a > span {
  color: var(--primary);
  font-family: var(--kitaki-serif);
  font-size: 0.75rem;
}

.property-page-nav a > svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: auto;
}

.property-page-nav a:hover,
.property-pathways > a:hover {
  background: #eef3ec;
}

.property-section {
  padding-block: clamp(64px, 7vw, 104px);
  scroll-margin-top: 20px;
}

.property-owners-switching #support {
  padding-bottom: 48px;
}

.property-owners-switching #preparation {
  padding-top: 48px;
}

.property-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 48px;
}

.property-section-heading > p {
  margin: 0 0 6px;
  color: var(--muted-foreground);
  font-size: 1rem;
}

.property-tinted {
  background: #f0f4ee;
}

.property-number {
  color: var(--primary);
  font-family: var(--kitaki-serif);
  font-size: 1.5rem;
}

.property-pathways {
  border-top: 1px solid var(--property-line);
}

.property-pathways > a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 28px;
  align-items: start;
  gap: 24px;
  border-bottom: 1px solid var(--property-line);
  padding: 34px 12px;
}

.property-pathways > a > svg {
  align-self: center;
  width: 22px;
}

.property-pathways p {
  max-width: 800px;
  margin: 12px 0 20px;
  color: var(--muted-foreground);
  font-size: 1rem;
}

.property-link-label {
  color: var(--primary);
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: var(--property-line);
}

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

.property-support article {
  border-top: 1px solid var(--property-line);
  padding-top: 24px;
}

.property-support .property-phase {
  margin: 0 0 20px;
  color: var(--primary);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.property-support article > p:not(.property-phase) {
  margin: 16px 0 24px;
  color: var(--muted-foreground);
  font-size: 1rem;
}

.property-support ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.property-support li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 0.875rem;
}

.property-support li svg,
.property-preparation dt svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--primary);
}

.property-equipment {
  margin-top: 56px;
  border-top: 1px solid var(--property-line);
  padding-top: 32px;
}

.property-equipment > h3 {
  margin-bottom: 24px;
  font-size: 1.125rem;
}

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

.property-equipment a,
.property-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--property-line);
  padding-bottom: 22px;
}

.property-equipment h4 {
  font-size: 1rem;
}

.property-equipment p {
  margin: 8px 0 0;
  color: var(--muted-foreground);
  font-size: 0.875rem;
}

.property-equipment svg,
.property-related svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--primary);
}

.property-roles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--property-line);
  padding-block: 30px;
}

.property-roles > div {
  padding-inline: 28px;
}

.property-roles > div:first-child {
  padding-left: 0;
}

.property-roles > div:last-child {
  padding-right: 0;
}

.property-roles > div + div {
  border-left: 1px solid var(--property-line);
}

.property-roles h3 {
  color: var(--primary);
  font-size: 1.125rem;
}

.property-roles p {
  margin: 14px 0 0;
  color: var(--muted-foreground);
  font-size: 1rem;
}

.property-page .property-note {
  margin: 24px 0 0;
  color: var(--muted-foreground);
  font-size: 0.875rem;
  line-height: 1.9;
}

.property-preparation {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
}

.property-preparation > div:first-child > p:not(.section-kicker) {
  max-width: 480px;
  margin: 24px 0;
  color: var(--muted-foreground);
  font-size: 1rem;
}

.property-preparation dl {
  margin: 0;
}

.property-preparation dl > div {
  border-top: 1px solid var(--property-line);
  padding-block: 20px;
}

.property-preparation dt {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 500;
}

.property-preparation dd {
  margin: 8px 0 0 29px;
  color: var(--muted-foreground);
  font-size: 0.875rem;
}

.property-process {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--property-line);
  list-style: none;
}

.property-process li {
  display: grid;
  grid-template-columns: 44px minmax(150px, 0.7fr) minmax(0, 1.5fr);
  align-items: baseline;
  gap: 28px;
  border-bottom: 1px solid var(--property-line);
  padding-block: 26px;
}

.property-process h3 {
  font-size: 1.125rem;
}

.property-process p {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 1rem;
}

.property-process .property-process-note {
  margin-top: 12px;
  border-left: 2px solid var(--primary-light);
  padding-left: 16px;
  font-size: 0.875rem;
}

.property-faq {
  max-width: 960px;
  margin-inline: auto;
  border-top: 1px solid var(--property-line);
}

.property-faq details {
  border-bottom: 1px solid var(--property-line);
}

.property-faq summary {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
  cursor: pointer;
  padding: 24px 8px;
  font-size: 1rem;
  list-style: none;
}

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

.property-faq-toggle {
  flex-shrink: 0;
  color: var(--primary);
}

.property-faq details[open] .property-faq-toggle {
  transform: rotate(45deg);
}

.property-faq details > p {
  margin: 0;
  padding: 0 32px 28px 8px;
  color: var(--muted-foreground);
  font-size: 1rem;
}

.property-related {
  border-top: 1px solid var(--property-line);
  margin-bottom: 80px;
  padding-top: 40px;
}

.property-related > h2 {
  margin-bottom: 28px;
  font-size: 1.125rem;
}

.property-related > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.property-related a {
  gap: 24px;
  padding-bottom: 28px;
}

.property-related h3 {
  font-size: 1.25rem;
}

.property-related p {
  margin: 10px 0 20px;
  color: var(--muted-foreground);
  font-size: 0.875rem;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 1023px) {
  .property-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .property-section-heading > p {
    max-width: 680px;
  }

  .property-preparation {
    gap: 36px;
  }

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

  .property-page-nav a {
    min-height: 64px;
  }

  .property-support {
    gap: 24px;
  }

  .property-roles > div {
    padding-inline: 20px;
  }
}

@media (max-width: 767px) {
  .property-page .container {
    width: calc(100% - 40px);
  }

  .property-hero {
    padding: 88px 0 146px;
  }

  .property-hero-art {
    inset: auto 0 0;
    width: 100%;
    height: 220px;
    object-position: 66% bottom;
    opacity: 0.65;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000);
    mask-image: linear-gradient(180deg, transparent, #000);
  }

  .property-breadcrumb {
    margin-bottom: 28px;
  }

  .property-breadcrumb ol,
  .property-breadcrumb li {
    gap: 6px;
  }

  .property-breadcrumb ol {
    font-size: 0.75rem;
  }

  .property-hero h1 {
    font-size: clamp(1.5625rem, 6.8vw, 2.125rem);
  }

  .property-hero-actions {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    margin-top: 24px;
  }

  .property-hero-lead {
    margin-top: 20px;
  }

  .property-page-nav a {
    gap: 8px;
    min-height: 66px;
    padding: 14px 6px;
    font-size: 0.875rem;
  }

  .property-page-nav a > span {
    display: none;
  }

  .property-section-heading {
    margin-bottom: 32px;
  }

  .property-page h2 {
    font-size: clamp(1.5rem, 6.1vw, 1.875rem);
  }

  .property-pathways > a {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    padding: 28px 0;
  }

  .property-pathways > a > svg {
    display: none;
  }

  .property-number {
    font-size: 1.125rem;
  }

  .property-support,
  .property-equipment > div,
  .property-roles,
  .property-preparation,
  .property-related > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .property-support {
    gap: 32px;
  }

  .property-support article {
    padding-top: 22px;
  }

  .property-support .property-phase {
    margin-bottom: 12px;
  }

  .property-equipment {
    margin-top: 40px;
  }

  .property-equipment > div {
    gap: 22px;
  }

  .property-roles {
    padding: 0;
  }

  .property-roles > div,
  .property-roles > div:first-child,
  .property-roles > div:last-child {
    padding: 24px 0;
  }

  .property-roles > div + div {
    border-top: 1px solid var(--property-line);
    border-left: 0;
  }

  .property-preparation {
    gap: 32px;
  }

  .property-process li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px 14px;
    padding-block: 24px;
  }

  .property-process li > div {
    grid-column: 2;
  }

  .property-faq summary {
    gap: 18px;
    padding-inline: 0;
  }

  .property-faq details > p {
    padding: 0 0 24px;
  }

  .property-related {
    margin-bottom: 56px;
  }

  .property-related > div {
    gap: 28px;
  }

  .property-owners-switching .contact-band .button {
    white-space: nowrap;
    font-size: 0.8125rem;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 58px;
    border-top: 1px solid rgba(85, 122, 90, 0.25);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -8px 28px rgba(37, 49, 43, 0.1);
    backdrop-filter: blur(10px);
  }

  .mobile-action-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 8px;
    color: var(--primary);
    font-size: 0.75rem;
    font-weight: 600;
  }

  .mobile-action-bar a + a {
    background: var(--primary);
    color: #fff;
  }

  .mobile-action-bar svg {
    width: 17px;
    height: 17px;
  }

  .property-page + .site-footer {
    padding-bottom: 94px;
  }
}
