.apt-site,
.apt-site * {
  box-sizing: border-box;
}

body.apt-starter-page,
body.apt-standalone-template {
  margin: 0;
  background: #f7f2eb;
}

body.apt-starter-page .site,
body.apt-starter-page .site-main,
body.apt-starter-page main,
body.apt-starter-page article,
body.apt-starter-page .entry-content,
body.apt-starter-page .wp-block-post-content,
body.apt-starter-page .page-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
}

body.apt-starter-page .entry-title,
body.apt-starter-page .wp-block-post-title,
body.apt-starter-page h1.wp-block-post-title {
  display: none !important;
}

.apt-standalone-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.apt-site {
  --apt-bg: #f7f2eb;
  --apt-cream: #fffaf2;
  --apt-ink: #171b18;
  --apt-soft-ink: #333b35;
  --apt-muted: #6e756f;
  --apt-line: rgba(23, 27, 24, .12);
  --apt-card: #ffffff;
  --apt-shadow: 0 24px 70px rgba(30, 24, 18, .11);
  --apt-radius: 28px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  background: var(--apt-bg);
  color: var(--apt-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-align: left;
}

.apt-site a {
  color: inherit;
}

.apt-muted {
  color: var(--apt-muted);
}

.apt-topbar {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  font-size: 14px;
  color: rgba(255,255,255,.86);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.apt-topbar a {
  text-decoration: none;
  font-weight: 800;
  color: #fff;
}

.apt-toplinks {
  display: flex;
  align-items: center;
  gap: 14px;
}

.apt-pill {
  background: var(--apt-accent);
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0,0,0,.15);
}

.apt-nav {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 20px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 60px rgba(0,0,0,.16);
}

.apt-logo {
  min-width: 230px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.apt-logo span {
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -.045em;
}

.apt-logo small {
  margin-top: 2px;
  color: var(--apt-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
}

.apt-menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  font-size: 14px;
  font-weight: 900;
}

.apt-menu a {
  text-decoration: none;
}

.apt-menu a:hover {
  color: var(--apt-accent);
}

.apt-menu-toggle {
  display: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--apt-ink);
  color: #fff;
  font-weight: 900;
}

.apt-section {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto 44px;
}

.apt-eyebrow,
.apt-number {
  color: var(--apt-accent);
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
}

.apt-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--apt-line);
}

.apt-hero-bg {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: clamp(700px, 92vh, 980px);
  margin-bottom: 70px;
  border: 0;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #2d2a25;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.apt-hero-bg:not([style]) {
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.20), transparent 0 22%),
    linear-gradient(135deg, rgba(185,133,66,.55), rgba(31,36,33,.48)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.13) 0 14px, transparent 14px 28px),
    #8e8172;
}

.apt-hero-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 140px;
  background: linear-gradient(180deg, transparent, var(--apt-bg));
  z-index: 1;
}

.apt-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.28) 52%, rgba(0,0,0,.52)),
    linear-gradient(0deg, rgba(0,0,0,.28), rgba(0,0,0,.18));
}

.apt-hero-bg .apt-hero-copy {
  width: min(1240px, calc(100% - 40px));
  margin: 80px auto 0;
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.apt-hero-logo-card {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  padding: 16px 20px;
  margin-bottom: 36px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.13);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.apt-hero-logo-card span {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 950;
  letter-spacing: -.055em;
}

.apt-hero-logo-card small {
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  font-size: 11px;
}

.apt-hero-bg .apt-eyebrow {
  color: #fff;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: 8px 14px;
}

.apt-hero-bg h1 {
  max-width: 900px;
  margin: 20px 0 18px;
  color: #fff;
  font-size: clamp(70px, 10vw, 138px);
  line-height: .82;
  letter-spacing: -.09em;
  text-shadow: 0 22px 60px rgba(0,0,0,.35);
}

.apt-hero-bg p {
  max-width: 640px;
  margin: 0 0 32px;
  color: rgba(255,255,255,.9);
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.35;
  text-shadow: 0 10px 34px rgba(0,0,0,.34);
}

.apt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.apt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  background: var(--apt-accent);
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid transparent;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
  cursor: pointer;
}

.apt-btn:hover {
  transform: translateY(-2px);
  filter: brightness(.97);
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
}

.apt-btn-light {
  background: rgba(255,255,255,.95);
  color: var(--apt-ink) !important;
  border-color: rgba(255,255,255,.7);
}

.apt-btn-small {
  min-height: 38px;
  padding: 9px 16px;
  font-size: 14px;
}

.apt-text-link {
  display: inline-flex;
  width: fit-content;
  color: var(--apt-accent) !important;
  font-weight: 950;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  line-height: 1.2;
}

.apt-text-link:hover {
  filter: brightness(.92);
}

.apt-welcome-grid,
.apt-explore-block,
.apt-map-section {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.apt-welcome-copy,
.apt-explore-block > div,
.apt-card,
.apt-pet-policy,
.apt-intro,
.apt-map-section > div:first-child {
  background: var(--apt-card);
  border: 1px solid var(--apt-line);
  border-radius: var(--apt-radius);
  padding: clamp(28px, 4vw, 54px);
  box-shadow: var(--apt-shadow);
}

.apt-welcome-copy h2,
.apt-section-heading h2,
.apt-neighborhood-copy h2,
.apt-explore-block h2,
.apt-card h2,
.apt-pet-policy h2,
.apt-intro h1,
.apt-map-section h2 {
  margin: 14px 0 18px;
  font-size: clamp(40px, 5.8vw, 76px);
  line-height: .9;
  letter-spacing: -.075em;
}

.apt-welcome-copy p,
.apt-neighborhood-copy p,
.apt-explore-block p,
.apt-card p,
.apt-intro p,
.apt-pet-policy p,
.apt-map-section p {
  margin: 0 0 24px;
  color: var(--apt-muted);
  font-size: clamp(17px, 1.35vw, 19px);
}

.apt-photo {
  min-height: 420px;
  height: 100%;
  border-radius: var(--apt-radius);
  overflow: hidden;
  position: relative;
  background: #e7ddd1;
  border: 1px solid var(--apt-line);
  box-shadow: var(--apt-shadow);
}

.apt-photo img,
.apt-gallery-preview-item img,
.apt-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.apt-photo-placeholder,
.apt-gallery-item.apt-photo-placeholder,
.apt-gallery-preview-item.apt-photo-placeholder,
.apt-map-placeholder {
  background:
    linear-gradient(135deg, rgba(185,133,66,.18), rgba(31,36,33,.08)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.50) 0 12px, transparent 12px 24px),
    #eadfce;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--apt-muted);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .10em;
  text-align: center;
  padding: 22px;
}

.apt-neighborhood-showcase {
  min-height: 460px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  align-items: stretch;
}

.apt-stack-words {
  border-radius: var(--apt-radius);
  padding: clamp(30px, 5vw, 70px);
  background: var(--apt-ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--apt-shadow);
  overflow: hidden;
}

.apt-stack-words span {
  display: block;
  text-transform: uppercase;
  font-size: clamp(50px, 7vw, 92px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.08em;
}

.apt-stack-words span:nth-child(2) {
  color: var(--apt-accent);
  margin-left: 13%;
}

.apt-stack-words span:nth-child(3) {
  color: rgba(255,255,255,.66);
  margin-left: 26%;
}

.apt-neighborhood-copy {
  background: var(--apt-cream);
  border: 1px solid var(--apt-line);
  border-radius: var(--apt-radius);
  padding: clamp(28px, 4vw, 60px);
  box-shadow: var(--apt-shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.apt-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.apt-section-heading h2 {
  margin: 0;
}

.apt-amenity-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.apt-amenity-tile {
  min-height: 170px;
  background: #fff;
  border: 1px solid var(--apt-line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 48px rgba(30, 24, 18, .08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .2s ease, box-shadow .2s ease;
}

.apt-amenity-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(30, 24, 18, .12);
}

.apt-amenity-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--apt-bg);
  color: var(--apt-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 950;
}

.apt-amenity-tile h3 {
  margin: 26px 0 0;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1;
  letter-spacing: -.055em;
}

.apt-search-panel {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 28px;
  background: var(--apt-ink);
  color: #fff;
  border-radius: var(--apt-radius);
  padding: clamp(26px, 4vw, 48px);
  box-shadow: var(--apt-shadow);
}

.apt-search-panel h2 {
  margin: 12px 0 10px;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: .92;
  letter-spacing: -.07em;
}

.apt-search-panel p {
  margin: 0;
  color: rgba(255,255,255,.72);
}

.apt-availability-form {
  display: grid;
  grid-template-columns: 1.1fr .9fr .85fr auto;
  gap: 12px;
  align-items: end;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 14px;
}

.apt-availability-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,.72);
}

.apt-availability-form input,
.apt-availability-form select {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  padding: 0 14px;
  background: #fff;
  color: var(--apt-ink);
  font: inherit;
  font-weight: 800;
}

.apt-explore-block {
  align-items: stretch;
}

.apt-explore-card {
  background: linear-gradient(135deg, var(--apt-cream), #fff);
  border: 1px solid var(--apt-line);
  border-radius: var(--apt-radius);
  padding: clamp(28px, 4vw, 54px);
  box-shadow: var(--apt-shadow);
  display: flex;
  align-items: center;
}

.apt-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.apt-chip-grid span {
  border: 1px solid var(--apt-line);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  color: var(--apt-soft-ink);
}

.apt-gallery-preview-grid,
.apt-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.apt-gallery-preview-item,
.apt-gallery-item {
  min-height: 250px;
  overflow: hidden;
  border-radius: 24px;
  background: #e7ddd1;
  border: 1px solid var(--apt-line);
  box-shadow: 0 18px 42px rgba(30,24,18,.08);
  text-decoration: none;
}

.apt-gallery-preview-item:first-child,
.apt-gallery-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.apt-gallery-preview-item:first-child {
  min-height: 516px;
}

.apt-subhero {
  min-height: 430px;
  padding: 160px 0 72px;
  background:
    linear-gradient(135deg, rgba(23,27,24,.82), rgba(23,27,24,.42)),
    radial-gradient(circle at 15% 15%, rgba(185,133,66,.55), transparent 0 28%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 14px, transparent 14px 28px),
    var(--apt-ink);
  color: #fff;
  margin-bottom: 44px;
}

.apt-subhero-inner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.apt-subhero h1 {
  margin: 18px 0 16px;
  max-width: 820px;
  font-size: clamp(64px, 9vw, 126px);
  line-height: .82;
  letter-spacing: -.09em;
}

.apt-subhero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px, 2vw, 24px);
}

.apt-card-grid.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

ul.apt-check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  columns: 2;
  column-gap: 26px;
}

ul.apt-check-list li {
  break-inside: avoid;
  padding: 8px 0 8px 32px;
  position: relative;
  color: var(--apt-muted);
  font-size: 16px;
}

ul.apt-check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(185,133,66,.12);
  color: var(--apt-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 950;
}

.apt-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--apt-line);
  border-radius: 999px;
  padding: 10px;
  box-shadow: 0 18px 44px rgba(30,24,18,.07);
}

.apt-filters button {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 18px;
  background: transparent;
  color: var(--apt-ink);
  font-weight: 950;
  cursor: pointer;
}

.apt-filters button.active,
.apt-filters button:hover {
  background: var(--apt-accent);
  color: #fff;
}

.apt-floor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.apt-floor-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--apt-line);
  border-radius: var(--apt-radius);
  box-shadow: var(--apt-shadow);
}

.apt-floor-card .apt-photo {
  min-height: 260px;
  height: 260px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.apt-floor-body {
  padding: 28px;
}

.apt-floor-body h2 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -.05em;
}

.apt-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.apt-meta span {
  border: 1px solid var(--apt-line);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 900;
  color: var(--apt-soft-ink);
  background: var(--apt-bg);
}

.apt-price {
  margin: 0 0 20px;
  color: var(--apt-ink);
  font-size: 20px;
  font-weight: 950;
}

.apt-gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}

.apt-gallery-item {
  min-height: 320px;
}

.apt-gallery-item:first-child {
  min-height: 656px;
}

.apt-map-embed {
  min-height: 520px;
  border-radius: var(--apt-radius);
  overflow: hidden;
  border: 1px solid var(--apt-line);
  box-shadow: var(--apt-shadow);
}

.apt-map-embed iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 520px;
  border: 0;
}

.apt-hours {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.apt-hours li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--apt-line);
  color: var(--apt-muted);
}

.apt-hours strong {
  color: var(--apt-ink);
}

.apt-footer {
  width: 100%;
  margin: 70px 0 0;
  padding: 62px max(20px, calc((100vw - 1240px) / 2)) 38px;
  background: var(--apt-ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 34px;
}

.apt-footer h2,
.apt-footer h3 {
  margin: 0 0 14px;
  letter-spacing: -.04em;
}

.apt-footer h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: .95;
}

.apt-footer p,
.apt-footer li,
.apt-footer a {
  color: rgba(255,255,255,.72);
}

.apt-footer .apt-hours li {
  border-color: rgba(255,255,255,.12);
}

.apt-footer .apt-hours strong {
  color: #fff;
}

@media (max-width: 1080px) {
  .apt-topbar {
    display: none;
  }
  .apt-nav {
    top: 18px;
  }
  .apt-menu-toggle {
    display: inline-flex;
  }
  .apt-menu {
    display: none;
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 10px);
    padding: 18px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0,0,0,.16);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .apt-menu a {
    padding: 13px 10px;
    border-bottom: 1px solid var(--apt-line);
  }
  .apt-nav.open .apt-menu {
    display: flex;
  }
  .apt-logo {
    min-width: 0;
  }
  .apt-welcome-grid,
  .apt-neighborhood-showcase,
  .apt-search-panel,
  .apt-explore-block,
  .apt-map-section,
  .apt-card-grid.two,
  .apt-floor-grid,
  .apt-footer {
    grid-template-columns: 1fr;
  }
  .apt-availability-form {
    grid-template-columns: 1fr 1fr;
  }
  .apt-amenity-tile-grid {
    grid-template-columns: 1fr;
  }
  .apt-gallery-preview-grid,
  .apt-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .apt-gallery-preview-item:first-child,
  .apt-gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 330px;
  }
}

@media (max-width: 680px) {
  .apt-section,
  .apt-topbar,
  .apt-nav,
  .apt-hero-bg .apt-hero-copy,
  .apt-subhero-inner {
    width: min(100% - 26px, 1240px);
  }
  .apt-nav {
    border-radius: 24px;
  }
  .apt-logo span {
    font-size: 18px;
  }
  .apt-hero-bg {
    min-height: 760px;
  }
  .apt-hero-bg h1 {
    font-size: clamp(58px, 18vw, 88px);
  }
  .apt-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .apt-availability-form,
  .apt-gallery-preview-grid,
  .apt-gallery-grid {
    grid-template-columns: 1fr;
  }
  .apt-gallery-preview-item:first-child,
  .apt-gallery-item:first-child {
    grid-column: span 1;
  }
  ul.apt-check-list {
    columns: 1;
  }
  .apt-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Version 1.4 professional amenities page */
.apt-amenities-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.apt-amenities-intro-copy,
.apt-amenities-intro-photo,
.apt-amenity-detail,
.apt-amenity-photo-band,
.apt-amenities-cta {
  border-radius: var(--apt-radius);
  border: 1px solid var(--apt-line);
  box-shadow: var(--apt-shadow);
}

.apt-amenities-intro-copy {
  background: #fff;
  padding: clamp(30px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.apt-amenities-intro-copy h2,
.apt-amenity-showcase .apt-section-heading h2,
.apt-amenity-detail h2,
.apt-amenity-photo-copy h2,
.apt-pet-policy-pro h2,
.apt-amenities-cta h2 {
  margin: 14px 0 18px;
  font-size: clamp(44px, 6.2vw, 84px);
  line-height: .88;
  letter-spacing: -.08em;
}

.apt-amenities-intro-copy p,
.apt-amenity-showcase .apt-section-heading p,
.apt-amenity-detail p,
.apt-amenity-photo-copy p,
.apt-pet-policy-pro p {
  margin: 0 0 26px;
  color: var(--apt-muted);
  font-size: clamp(17px, 1.35vw, 19px);
}

.apt-amenities-intro-photo {
  overflow: hidden;
  background: #e8dccd;
}

.apt-amenities-intro-photo .apt-photo {
  min-height: 560px;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.apt-amenities-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.apt-amenity-navigation {
  margin-top: -16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: sticky;
  top: 12px;
  z-index: 12;
  padding: 10px;
  width: fit-content;
  max-width: calc(100% - 40px);
  background: rgba(255,255,255,.86);
  border: 1px solid var(--apt-line);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 38px rgba(30,24,18,.08);
}

.apt-amenity-navigation a {
  text-decoration: none;
  font-weight: 950;
  color: var(--apt-ink);
  border-radius: 999px;
  padding: 10px 16px;
}

.apt-amenity-navigation a:hover {
  background: var(--apt-accent);
  color: #fff;
}

.apt-amenity-showcase .apt-section-heading {
  align-items: flex-end;
  margin-bottom: 24px;
}

.apt-amenity-showcase .apt-section-heading > div {
  max-width: 800px;
}

.apt-amenity-showcase .apt-section-heading p {
  max-width: 330px;
  margin-bottom: 10px;
}

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

.apt-amenity-feature-card {
  min-height: 250px;
  padding: clamp(24px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--apt-line);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(30,24,18,.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .18s ease, box-shadow .18s ease;
}

.apt-amenity-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(30,24,18,.12);
}

.apt-amenity-feature-card span {
  color: var(--apt-accent);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .18em;
}

.apt-amenity-feature-card h3 {
  margin: auto 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: .95;
  letter-spacing: -.06em;
}

.apt-amenity-feature-card p {
  margin: 0;
  color: var(--apt-muted);
  font-size: 15px;
}

.apt-amenity-detail {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 4vw, 48px);
  padding: clamp(30px, 5vw, 64px);
  scroll-margin-top: 130px;
}

.apt-amenity-detail-copy {
  align-self: start;
  position: sticky;
  top: 120px;
}

.apt-amenity-detail-list {
  align-self: center;
}

.apt-amenity-detail .apt-check-list {
  columns: 2;
  margin: 0;
  column-gap: 34px;
}

.apt-amenity-detail .apt-check-list li {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 850;
  font-size: 17px;
  border-bottom: 1px solid rgba(23,27,24,.08);
}

.apt-amenity-detail-dark {
  background: var(--apt-ink);
  color: #fff;
}

.apt-amenity-detail-dark .apt-number {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.18);
}

.apt-amenity-detail-dark p,
.apt-amenity-detail-dark .apt-check-list li {
  color: rgba(255,255,255,.78);
}

.apt-amenity-detail-dark .apt-check-list li {
  border-color: rgba(255,255,255,.12);
}

.apt-amenity-detail-dark .apt-check-list li:before {
  background: rgba(255,255,255,.13);
  color: #fff;
}

.apt-amenity-detail-light {
  background: linear-gradient(135deg, #fff, var(--apt-cream));
}

.apt-amenity-photo-band {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  overflow: hidden;
  background: #fff;
}

.apt-amenity-photo-card .apt-photo {
  height: 100%;
  min-height: 520px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.apt-amenity-photo-copy {
  padding: clamp(30px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.apt-pet-policy-pro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(185,133,66,.16), transparent 0 32%),
    #fff;
}

.apt-pet-policy-pro > div {
  max-width: 820px;
}

.apt-pet-policy-pro .apt-btn {
  flex: 0 0 auto;
}

.apt-amenities-cta {
  background:
    linear-gradient(90deg, rgba(0,0,0,.70), rgba(0,0,0,.28)),
    radial-gradient(circle at 18% 22%, rgba(185,133,66,.44), transparent 0 28%),
    var(--apt-ink);
  color: #fff;
  padding: clamp(34px, 6vw, 76px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.apt-amenities-cta h2 {
  max-width: 900px;
  color: #fff;
}

.apt-amenities-cta .apt-eyebrow {
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  padding: 8px 14px;
}

@media (max-width: 1080px) {
  .apt-amenities-intro,
  .apt-amenity-detail,
  .apt-amenity-photo-band {
    grid-template-columns: 1fr;
  }
  .apt-amenity-detail-copy {
    position: static;
  }
  .apt-amenity-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .apt-pet-policy-pro {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .apt-amenity-navigation {
    position: static;
    width: min(100% - 26px, 1240px);
    border-radius: 22px;
    align-items: stretch;
  }
  .apt-amenity-navigation a {
    width: 100%;
    text-align: center;
  }
  .apt-amenity-feature-grid {
    grid-template-columns: 1fr;
  }
  .apt-amenity-detail .apt-check-list {
    columns: 1;
  }
  .apt-amenities-intro-photo .apt-photo,
  .apt-amenity-photo-card .apt-photo {
    min-height: 330px;
  }
}

/* Version 1.5 professional contact page */
.apt-contact-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 24px;
  align-items: stretch;
}

.apt-contact-hero-copy,
.apt-contact-office-card,
.apt-contact-method,
.apt-contact-hours-panel,
.apt-contact-map-panel,
.apt-contact-cta,
.apt-contact-map-placeholder {
  border: 1px solid var(--apt-line);
  border-radius: var(--apt-radius);
  box-shadow: var(--apt-shadow);
}

.apt-contact-hero-copy {
  min-height: 520px;
  padding: clamp(34px, 6vw, 78px);
  background:
    linear-gradient(90deg, rgba(23,27,24,.90), rgba(23,27,24,.52)),
    radial-gradient(circle at 12% 18%, rgba(185,133,66,.52), transparent 0 32%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 14px, transparent 14px 28px),
    var(--apt-ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.apt-contact-hero-copy .apt-eyebrow {
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  width: fit-content;
  padding: 8px 14px;
}

.apt-contact-hero-copy h2,
.apt-contact-hours-panel h2,
.apt-contact-map-placeholder h2,
.apt-contact-cta h2 {
  margin: 18px 0 18px;
  font-size: clamp(44px, 6.2vw, 84px);
  line-height: .88;
  letter-spacing: -.08em;
}

.apt-contact-hero-copy h2,
.apt-contact-cta h2 {
  color: #fff;
}

.apt-contact-hero-copy p,
.apt-contact-cta p {
  max-width: 720px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.76);
  font-size: clamp(18px, 1.6vw, 22px);
}

.apt-contact-office-card {
  background: #fff;
  padding: clamp(28px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.apt-contact-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.apt-contact-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(185,133,66,.12);
  color: var(--apt-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  font-size: 22px;
  flex: 0 0 auto;
}

.apt-contact-card-top h3,
.apt-contact-method h3 {
  margin: 0;
  color: var(--apt-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: .95;
  letter-spacing: -.06em;
}

.apt-contact-card-top p {
  margin: 6px 0 0;
  color: var(--apt-muted);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}

.apt-contact-list {
  display: grid;
  gap: 14px;
}

.apt-contact-list > div {
  padding: 18px 0;
  border-top: 1px solid var(--apt-line);
}

.apt-contact-list span,
.apt-contact-method strong {
  display: block;
  margin-bottom: 5px;
  color: var(--apt-accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.apt-contact-list a,
.apt-contact-list p {
  margin: 0;
  color: var(--apt-ink);
  font-size: 17px;
  font-weight: 850;
  text-decoration: none;
}

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

.apt-contact-method {
  min-height: 280px;
  padding: clamp(24px, 3.4vw, 38px);
  background: #fff;
  color: inherit;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.apt-contact-method:hover {
  transform: translateY(-4px);
  border-color: rgba(185,133,66,.42);
  box-shadow: 0 28px 60px rgba(30,24,18,.12);
}

.apt-contact-method h3 {
  margin-top: 28px;
}

.apt-contact-method p {
  margin: 14px 0 auto;
  color: var(--apt-muted);
  font-size: 16px;
}

.apt-contact-method strong {
  margin: 24px 0 0;
  word-break: break-word;
}

.apt-contact-details-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: stretch;
}

.apt-contact-hours-panel {
  background: linear-gradient(135deg, #fff, var(--apt-cream));
  padding: clamp(30px, 5vw, 58px);
}

.apt-contact-hours-panel p,
.apt-contact-map-placeholder p {
  color: var(--apt-muted);
  font-size: 17px;
  margin: 0 0 24px;
}

.apt-contact-map-panel {
  overflow: hidden;
  background: #fff;
  min-height: 520px;
}

.apt-contact-map-panel .apt-map-embed,
.apt-contact-map-panel iframe,
.apt-contact-map-embed {
  min-height: 520px;
  height: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.apt-contact-map-placeholder {
  min-height: 520px;
  height: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: clamp(30px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(185,133,66,.15), rgba(31,36,33,.06)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.56) 0 12px, transparent 12px 24px),
    #eadfce;
}

.apt-contact-cta {
  padding: clamp(34px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.38)),
    radial-gradient(circle at 20% 10%, rgba(185,133,66,.55), transparent 0 30%),
    var(--apt-ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.apt-contact-cta > div:first-child {
  max-width: 820px;
}

.apt-contact-cta .apt-eyebrow {
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  width: fit-content;
  padding: 8px 14px;
}

.apt-contact-cta .apt-actions {
  flex: 0 0 auto;
}

@media (max-width: 1080px) {
  .apt-contact-hero-panel,
  .apt-contact-details-grid,
  .apt-contact-cta {
    grid-template-columns: 1fr;
  }
  .apt-contact-method-grid {
    grid-template-columns: 1fr;
  }
  .apt-contact-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .apt-contact-hero-copy {
    min-height: 440px;
  }
  .apt-contact-office-card,
  .apt-contact-hero-copy,
  .apt-contact-hours-panel,
  .apt-contact-cta {
    padding: 28px;
  }
  .apt-contact-card-top {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Version 1.6 polished office hours rows */
.apt-contact-hours-panel .apt-hours {
  margin: 30px 0 0;
  display: grid;
  gap: 12px;
}

.apt-contact-hours-panel .apt-hours li {
  display: grid;
  grid-template-columns: minmax(135px, 1fr) minmax(120px, auto);
  align-items: center;
  gap: 26px;
  padding: 16px 18px;
  border: 1px solid rgba(31, 36, 33, .08);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(31, 36, 33, .05);
  color: var(--apt-muted);
}

.apt-contact-hours-panel .apt-hours strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--apt-ink);
  font-size: 15px;
  line-height: 1.25;
}

.apt-contact-hours-panel .apt-hours strong::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--apt-accent);
  box-shadow: 0 0 0 5px rgba(185,133,66,.12);
  flex: 0 0 auto;
}

.apt-contact-hours-panel .apt-hours span {
  justify-self: end;
  min-width: 126px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(31, 36, 33, .08);
  color: var(--apt-ink);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
}

.apt-contact-hours-panel .apt-hours li:last-child {
  border-bottom: 1px solid rgba(31, 36, 33, .08);
}

@media (max-width: 680px) {
  .apt-contact-hours-panel .apt-hours li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }
  .apt-contact-hours-panel .apt-hours span {
    justify-self: start;
    min-width: 0;
    text-align: left;
  }
}


/* Version 1.7 refined Office Hours card on Contact page */
.apt-contact-details-grid {
  grid-template-columns: minmax(440px, .95fr) minmax(0, 1.05fr);
}

.apt-contact-hours-panel {
  padding: clamp(34px, 4.6vw, 54px) !important;
}

.apt-contact-hours-panel h2 {
  font-size: clamp(38px, 4.4vw, 64px) !important;
  line-height: .96 !important;
  letter-spacing: -.055em !important;
  margin-bottom: 16px !important;
}

.apt-contact-hours-panel > p {
  max-width: 560px;
  margin-bottom: 26px !important;
}

.apt-contact-hours-panel .apt-hours {
  margin: 26px 0 0 !important;
  padding: 12px !important;
  list-style: none !important;
  display: grid !important;
  gap: 10px !important;
  border: 1px solid rgba(31,36,33,.08) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.68) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 18px 42px rgba(31,36,33,.06) !important;
}

.apt-contact-hours-panel .apt-hours li {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 26px !important;
  margin: 0 !important;
  padding: 15px 18px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(31,36,33,.045) !important;
}

.apt-contact-hours-panel .apt-hours li:nth-child(even) {
  background: #fbf8f3 !important;
}

.apt-contact-hours-panel .apt-hours strong {
  min-width: 140px !important;
  color: var(--apt-ink) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.apt-contact-hours-panel .apt-hours strong::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: var(--apt-accent) !important;
  box-shadow: 0 0 0 5px rgba(185,133,66,.12) !important;
  flex: 0 0 auto !important;
}

.apt-contact-hours-panel .apt-hours span {
  margin-left: auto !important;
  min-width: 145px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: rgba(185,133,66,.10) !important;
  border: 1px solid rgba(185,133,66,.18) !important;
  color: var(--apt-ink) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-align: center !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

@media (max-width: 1080px) {
  .apt-contact-details-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  .apt-contact-hours-panel h2 {
    font-size: clamp(36px, 12vw, 50px) !important;
  }
  .apt-contact-hours-panel .apt-hours {
    padding: 10px !important;
  }
  .apt-contact-hours-panel .apt-hours li {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 15px !important;
  }
  .apt-contact-hours-panel .apt-hours strong {
    min-width: 0 !important;
  }
  .apt-contact-hours-panel .apt-hours span {
    margin-left: 0 !important;
    min-width: 0 !important;
    width: fit-content !important;
    text-align: left !important;
  }
}
