@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('assets/fonts/PlusJakartaSans-Variable.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --blue: #0064ae;
  --ink: #172f45;
  --text: #394c5c;
  --muted: #526573;
  --pale: #e6f0f7;
  --bg: #f3f7f9;
  --line: #cedbe4;
  --white: #fff;
  --radius: 24px;
  --font-sans: 'Plus Jakarta Sans', Arial, sans-serif;
  --background: #fff;
  --foreground: #172f45;
  --primary: #0064ae;
  --primary-foreground: #fff;
  --card: #fff;
  --card-foreground: #172f45;
  --border: #cedbe4;
  --ring: #0064ae;
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.6;
  color: var(--text);
  background: white;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  color: var(--ink);
}
h1,
h2 {
  letter-spacing: -0.045em;
}
h3 {
  line-height: 1.3;
  letter-spacing: -0.02em;
}
p + p {
  margin-top: 18px;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #edb928;
  outline-offset: 6px;
  border-radius: 3px;
}
a:hover {
  color: var(--blue);
}
::selection {
  background: #b3d1e7;
  color: #172f45;
}
.container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 24px;
  z-index: 200;
  background: #fff;
  padding: 12px;
}
.skip-link:focus {
  top: 8px;
}
.presentation {
  min-height: 56px;
  background: #182b39;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  gap: 24px;
}
.studio {
  display: flex;
  align-items: center;
  gap: 24px;
}
.studio strong {
  font-size: 19px;
  letter-spacing: -1px;
  color: #fff;
}
.studio strong span {
  font-size: 10px;
  vertical-align: top;
  margin-left: 2px;
}
.studio-description {
  font-size: 11px;
  letter-spacing: 0.11em;
  color: #c2ced7;
}
.presentation nav {
  display: flex;
  align-self: stretch;
  gap: 7px;
  padding: 7px 0;
}
.presentation nav a {
  font-size: 14px;
  padding: 7px 17px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dbe4eb;
}
.presentation nav a span {
  font-size: 12px;
  color: #aabcc9;
}
.presentation nav a[aria-current] {
  background: white;
  color: #182b39;
}
.presentation nav a[aria-current] span {
  color: #0064ae;
}
.presentation nav a:hover {
  background: #344956;
  color: #fff;
}
.concept-link {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dbe4eb;
}
.site-header {
  background: #fff;
  position: relative;
  z-index: 30;
}
.header-inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 38px;
}
.brand {
  display: block;
  flex-shrink: 0;
  width: 286px;
}
.brand img {
  width: 100%;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 550;
}
.desktop-nav a {
  padding: 16px 0;
}
.desktop-nav a:hover {
  box-shadow: inset 0 -2px var(--blue);
}
.contact-button {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--blue);
  border-radius: 50px;
  min-height: 46px;
  padding: 8px 20px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 600;
}
.contact-button:hover {
  background: var(--blue);
  color: white;
}
.mobile-nav {
  display: none;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.13em;
  font-weight: 650;
  line-height: 1.5;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 10px;
}
.dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--blue);
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--blue);
  color: #fff;
  min-height: 54px;
  border: 1px solid var(--blue);
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
}
.cta:hover {
  background: #172f45;
  border-color: #172f45;
  color: #fff;
}
.cta.outline {
  background: transparent;
  color: var(--blue);
}
.cta.outline:hover {
  background: var(--blue);
  color: white;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}
.quiet-link {
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--ink);
}
.pam {
  background: var(--bg);
}
.pam-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 628px;
  margin-top: 24px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--pale);
}
.pam-hero-copy {
  padding: 55px 52px 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pam h1 {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: clamp(48px, 4.3vw, 67px);
  line-height: 1.08;
  letter-spacing: -0.046em;
  margin: 26px 0 23px;
}
.pam h1 em {
  font-weight: 400;
  color: var(--blue);
}
.hero-description {
  font-size: 17px;
  line-height: 1.7;
  max-width: 445px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 31px;
}
.hero-footnote {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: auto;
  padding-top: 31px;
  font-size: 12px;
  color: var(--blue);
  line-height: 1.5;
}
.hero-footnote strong {
  font-weight: 600;
}
.pam-hero-photo {
  position: relative;
  min-height: 580px;
}
.pam-hero-photo > .sample-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 58% center;
}
.location-pill {
  position: absolute;
  left: 28px;
  top: 28px;
  border-radius: 50px;
  padding: 8px 13px;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.045em;
  background: #fff;
  color: var(--blue);
}
.photo-note {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  padding: 20px 24px;
  background: #fffffff5;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.photo-note span {
  font-size: 13px;
}
.photo-note strong {
  grid-column: 1;
  font-size: 24px;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -0.03em;
}
.photo-note svg {
  grid-column: 2;
  grid-row: 1/3;
  color: var(--blue);
  width: 28px;
  height: 28px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 37px;
}
.section-heading h2,
.pam h2 {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 44px;
  line-height: 1.17;
}
.section-heading.compact h2 {
  font-size: 33px;
}
.section-heading > span {
  font-size: 14px;
  max-width: 300px;
  line-height: 1.6;
}
.service-entry {
  padding-block: 70px 90px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-entry-card {
  background: #fff;
  padding: 31px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-entry-card:hover {
  box-shadow: 0 0 0 2px var(--blue);
  color: var(--text);
}
.service-icon {
  color: var(--blue);
  margin-bottom: 24px;
}
.service-entry-card h3 {
  font-size: 21px;
  font-weight: 650;
  margin-bottom: 12px;
}
.service-entry-card p {
  font-size: 15px;
  margin-bottom: 26px;
  max-width: 290px;
}
.service-entry-card .text-link {
  margin-top: auto;
}
.site-footer {
  background: #123852;
  color: #d9e5ee;
  padding: 66px 0 25px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 50px;
}
.footer-brand .brand {
  width: 270px;
  margin-bottom: 22px;
}
.footer-brand p {
  font-size: 18px;
  line-height: 1.6;
}
.site-footer h3 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 600;
}
.site-footer p {
  font-size: 14px;
  line-height: 1.8;
}
.footer-phone {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: white;
  letter-spacing: -0.02em;
}
.footer-mail {
  display: block;
  margin: 7px 0 15px;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.site-footer a:hover {
  color: white;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #527084;
  padding-top: 24px;
  font-size: 12px;
}
.footer-bottom > div {
  display: flex;
  gap: 28px;
}
.footer-bottom a {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 1600px) {
  .pam-hero {
    min-height: 660px;
  }
  .pam-hero-copy {
    padding: 63px 58px 40px;
  }
  .pam h1 {
    font-size: 70px;
  }
}
@media (max-width: 1180px) {
  .container {
    width: calc(100% - 64px);
  }
  .studio-description {
    display: none;
  }
  .header-inner {
    gap: 25px;
  }
  .brand {
    width: 255px;
  }
  .desktop-nav {
    gap: 21px;
    font-size: 14px;
  }
  .pam-hero-copy {
    padding: 40px 36px 30px;
  }
  .pam h1 {
    font-size: 53px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-description {
    font-size: 16px;
  }
  .service-entry-card {
    padding: 25px;
  }
  .footer-main {
    gap: 30px;
  }
  .footer-brand .brand {
    width: 230px;
  }
}
@media (max-width: 950px) {
  .desktop-nav {
    display: none;
  }
  .header-inner {
    min-height: 95px;
  }
  .contact-button {
    margin-left: auto;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    min-height: 46px;
    font-size: 15px;
    color: var(--ink);
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px 32px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 25px #172f4515;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .mobile-nav nav a {
    padding: 12px;
    color: var(--blue);
  }
  .presentation {
    padding-inline: 20px;
    gap: 15px;
  }
  .concept-link {
    font-size: 0;
    gap: 0;
  }
  .concept-link svg {
    width: 20px;
    height: 20px;
  }
  .pam-hero {
    min-height: 580px;
  }
  .pam-hero-copy {
    padding: 35px 29px;
  }
  .pam h1 {
    font-size: 46px;
  }
  .pam-hero-photo {
    min-height: 570px;
  }
  .photo-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px 18px;
  }
  .photo-note strong {
    font-size: 21px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .section-heading h2,
  .pam h2 {
    font-size: 37px;
  }
  .service-grid {
    gap: 14px;
  }
  .service-entry-card {
    padding: 23px;
  }
  .service-entry-card h3 {
    font-size: 19px;
  }
  .service-entry-card p {
    font-size: 14px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand p br {
    display: none;
  }
  .footer-brand {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
  }
  .footer-brand .brand {
    margin-bottom: 0;
  }
  .footer-brand p {
    max-width: 240px;
  }
}
@media (max-width: 680px) {
  .container {
    width: calc(100% - 36px);
  }
  .presentation {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    padding: 0 12px;
  }
  .studio {
    display: none;
  }
  .presentation nav {
    gap: 2px;
    padding: 7px 0;
  }
  .presentation nav a {
    font-size: 12px;
    gap: 5px;
    padding: 8px 10px;
  }
  .presentation nav a span {
    font-size: 10px;
  }
  .concept-link {
    position: absolute;
    right: 12px;
    top: 20px;
  }
  .presentation nav {
    margin-right: 18px;
  }
  .header-inner {
    min-height: 86px;
    gap: 20px;
  }
  .brand {
    width: 227px;
    max-width: calc(100% - 90px);
  }
  .contact-button {
    display: none;
  }
  .mobile-nav {
    margin-left: auto;
  }
  .mobile-nav summary {
    font-size: 13px;
    gap: 5px;
  }
  .mobile-nav nav {
    grid-template-columns: 1fr;
    padding: 12px 18px;
  }
  .pam-hero {
    margin-top: 12px;
    grid-template-columns: 1fr;
    border-radius: 19px;
  }
  .pam-hero-copy {
    padding: 31px 25px 27px;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .pam h1 {
    font-size: 49px;
    margin: 22px 0;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-actions {
    gap: 18px;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
  }
  .hero-actions .quiet-link {
    font-size: 14px;
  }
  .hero-footnote {
    display: none;
  }
  .pam-hero-photo {
    min-height: 345px;
  }
  .location-pill {
    top: 18px;
    left: 18px;
  }
  .photo-note {
    padding: 12px 18px;
  }
  .photo-note strong {
    font-size: 23px;
  }
  .photo-note span {
    font-size: 12px;
  }
  .service-entry {
    padding-block: 47px 55px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading h2,
  .pam h2 {
    font-size: 35px;
  }
  .section-heading.compact h2 {
    font-size: 29px;
  }
  .section-heading > span {
    display: block;
    margin-top: 12px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .service-entry-card {
    padding: 25px;
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 18px;
    border-radius: 17px;
  }
  .service-icon {
    grid-row: 1/4;
    margin-top: 2px;
  }
  .service-entry-card h3 {
    font-size: 20px;
  }
  .service-entry-card p {
    grid-column: 2;
    font-size: 15px;
    margin-bottom: 19px;
  }
  .service-entry-card .text-link {
    grid-column: 2;
    font-size: 14px;
  }
  .site-footer {
    padding: 45px 0 22px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 30px;
  }
  .footer-brand {
    display: block;
    grid-column: auto;
  }
  .footer-brand .brand {
    margin-bottom: 23px;
    max-width: none;
  }
  .footer-brand p {
    max-width: none;
  }
  .footer-bottom {
    font-size: 11px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .footer-bottom > div {
    width: 100%;
    justify-content: space-between;
  }
  .cta {
    font-size: 15px;
    min-height: 52px;
    padding: 12px 22px;
  }
  .section-heading .text-link {
    margin-top: 18px;
  }
}
/* Shared editorial sections */
figure {
  margin: 0;
}
h2 em {
  font-weight: inherit;
}
.section-heading .eyebrow {
  margin-bottom: 17px;
}
.stats {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  border-top: 1px solid var(--line);
  padding-top: 35px;
  gap: 45px;
}
.stats > div {
  display: flex;
  flex-direction: column;
}
.stats strong {
  font-size: 47px;
  line-height: 1.2;
  letter-spacing: -0.045em;
  font-weight: 550;
  color: var(--blue);
}
.stats span {
  font-size: 14px;
  margin-top: 12px;
  color: var(--muted);
}
.pam-community {
  background: #00558f;
  color: #fff;
  padding: 85px 0;
}
.community-top {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 90px;
  align-items: center;
}
.pam-community .eyebrow {
  color: #cce0ef;
  margin-bottom: 20px;
}
.pam-community h2 {
  color: white;
  font-size: 47px;
  line-height: 1.19;
}
.pam-community h2 em {
  color: #c1e3ff;
}
.community-top > div > p:not(.eyebrow) {
  max-width: 455px;
  font-size: 17px;
  line-height: 1.8;
  color: #e5eef5;
  margin-bottom: 24px;
}
.pam-community .text-link {
  color: white;
  border-bottom: 1px solid #9bbfd9;
  padding-bottom: 7px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  margin-top: 63px;
  border-top: 1px solid #6b98b8;
  padding-top: 39px;
}
.value-grid svg {
  color: #c4e0f3;
  margin-bottom: 17px;
}
.value-grid h3 {
  color: white;
  font-weight: 550;
  font-size: 21px;
  margin-bottom: 13px;
}
.value-grid p {
  font-size: 16px;
  color: #e4eef6;
  max-width: 330px;
  line-height: 1.7;
}
.pam-housing {
  padding-block: 115px;
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.housing-intro h2 {
  margin: 24px 0;
  font-size: 46px;
}
.housing-intro > p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.8;
  max-width: 420px;
  margin-bottom: 30px;
}
.housing-detail {
  border-top: 1px solid var(--line);
  margin-top: 45px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.housing-detail strong {
  font-size: 40px;
  color: var(--blue);
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: -0.035em;
}
.housing-detail span {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}
.housing-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.housing-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 35px #153c5410;
}
.housing-card.first {
  margin-top: 77px;
}
.housing-card .sample-photo {
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.housing-card.second .sample-photo {
  height: 335px;
  object-position: 58% center;
}
.housing-card figcaption {
  padding: 24px 22px 28px;
  position: relative;
  min-height: 177px;
}
.housing-card figcaption > span {
  font-size: 10px;
  letter-spacing: 0.06em;
  font-weight: 650;
  color: var(--blue);
}
.housing-card h3 {
  font-family: var(--font-sans);
  font-size: 25px;
  font-weight: 400;
  margin-top: 12px;
  letter-spacing: -0.035em;
  line-height: 1.25;
}
.housing-card figcaption svg {
  position: absolute;
  right: 19px;
  bottom: 17px;
  color: var(--blue);
  width: 20px;
}
.service-feature {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: stretch;
  background: #fff;
  border-radius: 26px;
  padding: 42px;
  margin-bottom: 90px;
}
.service-team {
  min-height: 430px;
  position: relative;
}
.service-team > .sample-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  object-position: 48% center;
}
.service-feature-copy {
  padding: 15px 13px 15px 0;
}
.service-feature h2 {
  margin: 19px 0 22px;
  font-size: 42px;
}
.service-feature-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.8;
  max-width: 455px;
}
.service-links {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 16px;
  margin-top: 29px;
}
.call-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 29px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.call-note a {
  font-weight: 650;
  color: var(--blue);
  white-space: nowrap;
}
.insights {
  padding-block: 10px 95px;
}
.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.insight-photo {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.insight-photo > .sample-photo {
  height: 255px;
  width: 100%;
  object-fit: cover;
}
.insight-photo > .image-link-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--blue);
}
.insight-body {
  padding: 24px 3px 0;
}
.insight-body .eyebrow {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.insight-body h3 {
  font-size: 23px;
  line-height: 1.3;
  margin: 13px 0 14px;
  font-weight: 550;
  max-width: 290px;
}
.insight-body > p:not(.eyebrow) {
  font-size: 16px;
  max-width: 340px;
  line-height: 1.7;
}
.insight-body .text-link {
  margin-top: 22px;
  font-size: 14px;
}
.insight-card > a:hover h3 {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.insight-card > a:hover .insight-photo {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
/* 01 — A familiar, confident corporate composition */
.klassisch {
  --ink: #263947;
  --text: #40515c;
  --radius: 3px;
  background: #fff;
}
.utility {
  background: #eff2f4;
  font-size: 12px;
  color: #465b6b;
}
.utility > .container {
  display: flex;
  gap: 27px;
  align-items: center;
  min-height: 35px;
}
.utility span {
  margin-right: auto;
}
.klassisch .header-inner {
  min-height: 106px;
}
.klassisch .contact-button,
.klassisch .cta {
  border-radius: 3px;
}
.klassisch .contact-button {
  background: var(--blue);
  color: #fff;
}
.classic-hero {
  position: relative;
  min-height: 570px;
  background: #dae2e5;
  overflow: hidden;
}
.classic-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center 57%;
}
.classic-hero-inner {
  position: relative;
  padding-top: 48px;
  padding-bottom: 95px;
}
.classic-hero-panel {
  max-width: 520px;
  background: #fffffff7;
  padding: 37px 42px 39px;
  border-left: 5px solid var(--blue);
}
.classic-hero-panel h1 {
  font-size: 57px;
  line-height: 1.07;
  font-weight: 670;
  margin: 23px 0 23px;
  letter-spacing: -0.045em;
}
.classic-hero-panel h1 > span {
  font-family: var(--font-sans);
  font-size: 66px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--blue);
  line-height: 1.1;
}
.classic-hero-panel > p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.7;
  max-width: 400px;
}
.classic-hero-panel .cta {
  margin-top: 28px;
}
.classic-photo-caption {
  position: absolute;
  bottom: 77px;
  right: max(56px, calc((100% - 1280px) /2));
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  color: white;
  background: #172f45b8;
  padding: 8px 12px;
}
.classic-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
  margin-top: -48px;
  background: #fff;
  box-shadow: 0 8px 35px #132f4512;
  border: 1px solid #e1e7eb;
}
.classic-quick > a {
  min-height: 119px;
  padding: 23px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid var(--line);
}
.classic-quick > a:last-child {
  border-right: 0;
}
.classic-quick > a > svg {
  color: var(--blue);
}
.classic-quick > a > svg:last-child {
  margin-left: auto;
  width: 17px;
}
.classic-quick strong {
  font-weight: 650;
  display: block;
  font-size: 16px;
  color: var(--ink);
}
.classic-quick small {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 3px;
  color: var(--muted);
}
.classic-quick > a:hover {
  background: var(--pale);
}
.classic-community {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px 75px;
  padding-block: 90px;
}
.klassisch h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  font-weight: 600;
  font-family: var(--font-sans);
}
.classic-community h2 {
  margin-top: 23px;
}
.classic-community h2 > span {
  color: var(--blue);
}
.classic-community > div:nth-child(2) > p {
  font-size: 16px;
  line-height: 1.8;
}
.classic-community .text-link {
  margin-top: 25px;
}
.classic-community .stats {
  grid-column: 1/-1;
  margin-top: 15px;
}
.klassisch .stats strong {
  font-size: 43px;
  font-weight: 500;
}
.classic-housing {
  background: #edf3f6;
  padding-block: 75px;
}
.classic-housing-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}
.classic-housing-inner > .sample-photo {
  height: 470px;
  width: 100%;
  object-fit: cover;
}
.classic-housing h2 {
  margin: 19px 0 22px;
  font-size: 41px;
}
.classic-housing p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.8;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 23px 0;
  display: grid;
  gap: 13px;
  font-size: 15px;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 13px;
}
.check-list svg {
  color: var(--blue);
}
.klassisch .service-feature {
  margin-top: 82px;
  margin-bottom: 70px;
  border: 1px solid var(--line);
  border-radius: 0;
  gap: 52px;
  padding: 0;
  grid-template-columns: 1fr 1fr;
}
.klassisch .service-team .sample-photo {
  border-radius: 0;
}
.klassisch .service-feature-copy {
  padding: 39px 35px 38px 0;
}
.klassisch .service-feature h2 {
  font-size: 37px;
}
.klassisch .insight-photo {
  border-radius: 0;
}
.klassisch .insight-card {
  border: 1px solid var(--line);
}
.klassisch .insight-body {
  padding: 27px;
}
.klassisch .insights .section-heading h2 {
  font-size: 36px;
}
.klassisch .insight-body h3 {
  font-size: 22px;
  font-weight: 600;
}
.klassisch .site-footer {
  background: var(--blue);
}
/* 03 — Editorial architecture, precision and a bold community idea */
.perspektive {
  --ink: #142e40;
  --text: #405260;
  --bg: #fff;
  background: #fff;
}
.perspektive .contact-button {
  border-radius: 0;
  background: var(--blue);
  color: white;
}
.perspektive .site-header {
  border-bottom: 1px solid var(--line);
}
.perspektive .header-inner {
  min-height: 105px;
}
.perspective-hero {
  padding-top: 51px;
}
.perspective-title {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 95px;
  align-items: end;
  margin-bottom: 43px;
}
.perspective-title h1 {
  font-size: clamp(76px, 7.6vw, 113px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.075em;
  margin-top: 27px;
}
.perspective-title h1 span {
  color: var(--blue);
}
.perspective-intro {
  max-width: 330px;
  padding-bottom: 8px;
  margin-left: auto;
}
.perspective-intro > p {
  font-size: 21px;
  color: var(--ink);
  line-height: 1.55;
  font-weight: 550;
  letter-spacing: -0.015em;
}
.perspective-intro > span {
  display: block;
  font-size: 15px;
  line-height: 1.75;
  margin-top: 18px;
}
.scroll-link {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 14px;
  color: var(--blue);
  font-weight: 600;
}
.perspective-hero-grid {
  display: grid;
  grid-template-columns: 2.35fr 1fr;
  gap: 0;
  min-height: 420px;
}
.perspective-hero-photo {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}
.perspective-hero-photo > .sample-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}
.perspective-photo-caption {
  position: absolute;
  left: 27px;
  bottom: 25px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: white;
  padding: 8px 11px;
  background: #163247ad;
}
.perspective-paths {
  padding: 29px 30px 16px;
  background: var(--blue);
  color: white;
  display: flex;
  flex-direction: column;
}
.perspective-paths > p {
  font-size: 11px;
  letter-spacing: 0.11em;
  font-weight: 600;
  margin-bottom: 16px;
  color: #d4e7f5;
}
.perspective-paths > a {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 15px;
  padding: 24px 0 25px;
  border-top: 1px solid #77a6ca;
  flex: 1;
  align-content: center;
}
.perspective-paths > a > span {
  font-size: 11px;
  color: #d4e7f5;
  grid-row: 1/3;
  padding-top: 4px;
}
.perspective-paths strong {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 550;
  padding-right: 20px;
}
.perspective-paths small {
  font-size: 12px;
  grid-column: 2;
  line-height: 1.5;
  margin-top: 6px;
  color: #e5eff7;
}
.perspective-paths svg {
  position: absolute;
  right: 0;
  top: 26px;
  width: 20px;
  height: 20px;
}
.perspective-paths a:hover {
  color: white;
  background: #ffffff12;
}
.perspective-baseline {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.perspective-community {
  padding-block: 100px 90px;
}
.number-label {
  display: flex;
  gap: 28px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 34px;
}
.perspective-statement {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 90px;
  align-items: center;
}
.perspektive h2 {
  font-size: 57px;
  font-weight: 550;
  line-height: 1.06;
  letter-spacing: -0.055em;
}
.perspective-statement h2 span {
  color: var(--blue);
}
.perspective-statement > div {
  max-width: 455px;
}
.perspective-statement p {
  font-size: 17px;
  line-height: 1.8;
}
.perspective-statement .text-link {
  margin-top: 25px;
}
.perspective-community .stats {
  margin-top: 58px;
  border-top: 1px solid var(--line);
}
.perspektive .stats {
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 35px;
}
.perspektive .stats > div {
  border-right: 1px solid var(--line);
}
.perspektive .stats > div:last-child {
  border: 0;
}
.perspektive .stats strong {
  font-size: 55px;
  font-weight: 500;
}
.perspective-housing {
  background: #e6f0f7;
  padding-block: 85px;
}
.perspective-housing .section-heading {
  margin-bottom: 42px;
}
.perspective-housing h2 {
  font-size: 49px;
  margin-top: 22px;
}
.perspective-housing-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 37px;
  align-items: start;
}
.perspective-housing-grid > figure:nth-child(2) {
  margin-top: 77px;
}
.perspective-housing-grid .sample-photo {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.perspective-housing-grid > figure:nth-child(2) .sample-photo {
  height: 310px;
  object-position: center;
}
.perspective-housing-grid figcaption {
  border-top: 2px solid var(--blue);
  padding-top: 15px;
  margin-top: 19px;
}
.perspective-housing-grid figcaption > span {
  font-size: 10px;
  color: var(--blue);
  letter-spacing: 0.1em;
}
.perspective-housing-grid h3 {
  font-size: 22px;
  margin-top: 8px;
  font-weight: 500;
}
.perspective-service {
  padding-block: 95px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 95px;
  align-items: center;
}
.perspective-service h2 {
  font-size: 50px;
  margin: 25px 0;
}
.perspective-service h2 > span {
  color: var(--blue);
}
.perspective-service > div > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.8;
  max-width: 360px;
}
.big-phone {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 25px;
  color: var(--blue);
  margin-top: 27px;
  letter-spacing: -0.025em;
  font-weight: 550;
}
.service-hours {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  color: var(--muted);
}
.service-rows > a {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.service-rows > a:last-child {
  border-bottom: 1px solid var(--line);
}
.service-rows > a > svg {
  color: var(--blue);
}
.service-rows > a > svg:last-child {
  margin-left: auto;
}
.service-rows strong {
  display: block;
  font-size: 21px;
  font-weight: 550;
  color: var(--ink);
}
.service-rows small {
  display: block;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 7px;
}
.service-rows a:hover strong {
  color: var(--blue);
}
.perspektive .insights {
  border-top: 1px solid var(--line);
  padding-top: 60px;
}
.perspektive .insight-photo {
  border-radius: 0;
}
.perspektive .insight-photo > .image-link-icon {
  border-radius: 0;
}
.perspektive .section-heading h2 {
  font-family: var(--font-sans);
  font-size: 45px;
}
.perspektive .insight-body h3 {
  font-size: 25px;
  font-weight: 500;
}
.perspektive .site-footer {
  background: #142e40;
}
/* Presentation notes, deliberately outside the public website layouts */
.concept-page {
  background: #f4f7f9;
}
.concept-main {
  padding-block: 70px;
}
.concept-main > h1 {
  font-size: 66px;
  font-weight: 550;
  letter-spacing: -0.055em;
  line-height: 1.1;
  margin: 25px 0;
}
.concept-lead {
  font-size: 20px;
  max-width: 800px;
  line-height: 1.7;
}
.concept-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 45px;
}
.concept-options article {
  background: white;
  border: 1px solid var(--line);
}
.concept-options article > .sample-photo {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.concept-options article > div {
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.concept-options h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 550;
  margin: 17px 0;
}
.concept-options article > div > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.75;
}
.concept-fit {
  font-size: 15px;
  line-height: 1.65;
  margin: 25px 0;
  color: var(--blue);
  font-weight: 550;
}
.concept-options .cta {
  border-radius: 3px;
  gap: 20px;
  font-size: 14px;
}
.concept-section {
  border-top: 1px solid var(--line);
  padding-top: 55px;
  margin-top: 65px;
}
.concept-section > h2 {
  font-size: 43px;
  font-weight: 550;
  line-height: 1.15;
  margin: 20px 0 30px;
}
.concept-section > p {
  max-width: 930px;
}
.concept-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 35px;
}
.concept-columns h3 {
  font-size: 21px;
  font-weight: 550;
  margin-bottom: 18px;
}
.concept-columns p {
  font-size: 16px;
  line-height: 1.8;
}
.concept-columns .text-link {
  margin-top: 19px;
}
.image-briefs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 32px;
}
.image-briefs article {
  padding: 29px;
  background: #e6f0f7;
}
.image-briefs article > span {
  font-size: 11px;
  color: var(--blue);
  letter-spacing: 0.1em;
  font-weight: 600;
}
.image-briefs h3 {
  font-size: 23px;
  font-weight: 550;
  margin: 18px 0;
}
.image-briefs p {
  font-size: 16px;
  line-height: 1.8;
}
.image-briefs small {
  display: block;
  font-size: 13px;
  color: var(--blue);
  border-top: 1px solid #a8c4d8;
  padding-top: 17px;
  margin-top: 24px;
  line-height: 1.65;
}
.asset-note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 29px;
}
.asset-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.concept-end {
  border-top: 1px solid var(--line);
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.concept-end .text-link {
  letter-spacing: 0;
}
@media (max-width: 1180px) {
  .community-top {
    gap: 50px;
  }
  .pam-community h2 {
    font-size: 42px;
  }
  .value-grid {
    gap: 40px;
  }
  .pam-housing {
    gap: 43px;
    padding-block: 95px;
  }
  .housing-intro h2 {
    font-size: 40px;
  }
  .housing-card .sample-photo {
    height: 270px;
  }
  .housing-card.second .sample-photo {
    height: 285px;
  }
  .housing-card h3 {
    font-size: 22px;
  }
  .housing-card figcaption {
    padding: 23px 19px;
  }
  .service-feature {
    gap: 36px;
    padding: 30px;
  }
  .service-feature h2 {
    font-size: 38px;
  }
  .service-team {
    min-height: 425px;
  }
  .call-note {
    font-size: 12px;
  }
  .insight-photo > .sample-photo {
    height: 230px;
  }
  .classic-quick > a {
    padding: 22px 17px;
    gap: 11px;
  }
  .classic-quick strong {
    font-size: 15px;
  }
  .classic-quick small {
    font-size: 10px;
  }
  .classic-quick > a > svg:last-child {
    display: none;
  }
  .classic-community {
    gap: 40px 45px;
  }
  .classic-housing-inner {
    gap: 45px;
  }
  .klassisch h2 {
    font-size: 35px;
  }
  .perspective-title {
    gap: 60px;
  }
  .perspective-title h1 {
    font-size: 96px;
  }
  .perspective-hero-grid {
    grid-template-columns: 2fr 1fr;
    min-height: 385px;
  }
  .perspective-hero-photo {
    min-height: 385px;
  }
  .perspective-paths {
    padding: 24px;
  }
  .perspective-paths strong {
    font-size: 19px;
  }
  .perspective-statement {
    gap: 55px;
  }
  .perspektive h2 {
    font-size: 50px;
  }
  .perspective-service {
    gap: 50px;
  }
  .perspektive .stats strong {
    font-size: 49px;
  }
  .perspective-housing-grid .sample-photo {
    height: 315px;
  }
  .perspective-housing-grid > figure:nth-child(2) .sample-photo {
    height: 275px;
  }
  .concept-options {
    gap: 17px;
  }
  .concept-options article > div {
    padding: 23px;
  }
  .concept-options h2 {
    font-size: 25px;
  }
  .concept-columns {
    gap: 28px;
  }
  .image-briefs {
    gap: 19px;
  }
  .image-briefs article {
    padding: 24px;
  }
}
@media (max-width: 950px) {
  .community-top {
    gap: 35px;
  }
  .pam-community {
    padding-block: 65px;
  }
  .pam-community h2 {
    font-size: 37px;
  }
  .value-grid {
    gap: 26px;
    margin-top: 43px;
  }
  .value-grid h3 {
    font-size: 19px;
  }
  .value-grid p {
    font-size: 16px;
  }
  .pam-housing {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 65px;
  }
  .housing-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
  }
  .housing-intro .eyebrow {
    grid-column: 1/-1;
  }
  .housing-intro h2 {
    margin: 0;
    font-size: 41px;
  }
  .housing-intro > p:not(.eyebrow) {
    margin-bottom: 0;
    font-size: 16px;
    max-width: none;
  }
  .housing-intro > .text-link {
    margin-top: 15px;
    align-self: start;
  }
  .housing-detail {
    margin-top: 15px;
    padding-top: 0;
    border: 0;
  }
  .housing-detail strong {
    font-size: 35px;
  }
  .housing-mosaic {
    gap: 23px;
  }
  .housing-card.first {
    margin-top: 36px;
  }
  .housing-card .sample-photo,
  .housing-card.second .sample-photo {
    height: 300px;
  }
  .housing-card figcaption {
    min-height: 145px;
  }
  .housing-card h3 {
    font-size: 26px;
  }
  .service-feature {
    grid-template-columns: 1fr 1.1fr;
    gap: 30px;
    padding: 26px;
    margin-bottom: 65px;
  }
  .service-feature h2 {
    font-size: 34px;
  }
  .service-feature-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .service-team {
    min-height: 460px;
  }
  .service-feature-copy {
    padding-right: 0;
  }
  .call-note {
    align-items: flex-start;
    line-height: 1.8;
  }
  .call-note a {
    display: block;
  }
  .insight-grid {
    gap: 19px;
  }
  .insight-photo > .sample-photo {
    height: 195px;
  }
  .insight-body h3 {
    font-size: 21px;
  }
  .insight-body > p:not(.eyebrow) {
    font-size: 16px;
  }
  .insights .section-heading > span {
    display: none;
  }
  .classic-quick {
    grid-template-columns: repeat(2, 1fr);
  }
  .classic-quick > a:nth-child(2) {
    border: 0;
  }
  .classic-quick > a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .classic-quick > a {
    min-height: 95px;
    padding: 20px 25px;
    gap: 20px;
  }
  .classic-quick > a > svg:last-child {
    display: block;
  }
  .classic-quick strong {
    font-size: 16px;
  }
  .classic-quick small {
    font-size: 12px;
  }
  .classic-hero-panel {
    max-width: 470px;
    padding: 33px;
  }
  .classic-hero-panel h1 {
    font-size: 53px;
  }
  .classic-hero-panel h1 > span {
    font-size: 62px;
  }
  .classic-community {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-block: 65px;
  }
  .classic-community h2 {
    font-size: 39px;
  }
  .classic-community .stats {
    grid-column: auto;
  }
  .classic-housing-inner {
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .classic-housing-inner > .sample-photo {
    height: 500px;
  }
  .classic-housing h2 {
    font-size: 35px;
  }
  .klassisch .service-feature {
    gap: 29px;
  }
  .klassisch .service-feature-copy {
    padding-right: 26px;
  }
  .klassisch .service-feature h2 {
    font-size: 34px;
  }
  .klassisch .insight-body {
    padding: 23px;
  }
  .perspective-title {
    gap: 35px;
    grid-template-columns: 1.4fr 1fr;
  }
  .perspective-title h1 {
    font-size: 84px;
  }
  .perspective-title .eyebrow {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .perspective-intro > p {
    font-size: 19px;
  }
  .perspective-intro > span {
    font-size: 14px;
  }
  .perspective-hero-grid {
    grid-template-columns: 1.7fr 1fr;
  }
  .perspective-paths {
    padding: 24px 20px 10px;
  }
  .perspective-paths > a {
    column-gap: 10px;
  }
  .perspective-paths strong {
    font-size: 17px;
  }
  .perspective-paths small {
    font-size: 11px;
  }
  .perspective-paths svg {
    width: 18px;
  }
  .perspective-baseline {
    font-size: 8px;
    gap: 18px;
    letter-spacing: 0.08em;
  }
  .perspective-community {
    padding-block: 65px;
  }
  .perspective-statement {
    gap: 35px;
  }
  .perspektive h2 {
    font-size: 42px;
  }
  .perspective-statement p {
    font-size: 16px;
  }
  .perspektive .stats strong {
    font-size: 39px;
  }
  .stats span {
    font-size: 12px;
  }
  .perspective-housing {
    padding-block: 65px;
  }
  .perspective-housing h2 {
    font-size: 41px;
  }
  .perspective-housing .section-heading {
    gap: 30px;
  }
  .perspective-housing .section-heading > .text-link {
    max-width: 200px;
    font-size: 14px;
  }
  .perspective-housing-grid {
    gap: 25px;
  }
  .perspective-housing-grid .sample-photo {
    height: 285px;
  }
  .perspective-housing-grid > figure:nth-child(2) .sample-photo {
    height: 260px;
  }
  .perspective-housing-grid h3 {
    font-size: 20px;
  }
  .perspective-service {
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    padding-block: 65px;
  }
  .perspective-service h2 {
    font-size: 41px;
  }
  .big-phone {
    font-size: 20px;
    gap: 10px;
  }
  .service-rows > a {
    gap: 16px;
  }
  .service-rows strong {
    font-size: 18px;
  }
  .service-rows small {
    font-size: 13px;
  }
  .perspektive .section-heading h2 {
    font-size: 39px;
  }
  .perspektive .insight-body h3 {
    font-size: 22px;
  }
  .concept-main > h1 {
    font-size: 58px;
  }
  .concept-options {
    grid-template-columns: 1fr;
  }
  .concept-options article {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
  }
  .concept-options article > .sample-photo {
    height: 100%;
    min-height: 310px;
  }
  .concept-options h2 {
    font-size: 29px;
  }
  .concept-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .image-briefs {
    grid-template-columns: 1fr;
  }
  .concept-section > h2 {
    font-size: 39px;
  }
  .image-briefs h3 {
    font-size: 25px;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-top: 25px;
  }
  .service-entry-card p {
    font-size: 16px;
  }
  .community-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .pam-community {
    padding-block: 46px;
  }
  .pam-community h2 {
    font-size: 38px;
  }
  .community-top > div > p:not(.eyebrow) {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .value-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 29px;
    margin-top: 30px;
  }
  .value-grid > div {
    display: grid;
    grid-template-columns: 31px 1fr;
    column-gap: 18px;
  }
  .value-grid svg {
    grid-row: 1/3;
    margin-top: 3px;
  }
  .value-grid h3 {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .value-grid p {
    grid-column: 2;
    font-size: 16px;
    max-width: none;
  }
  .pam-housing {
    padding-block: 47px;
    gap: 30px;
  }
  .housing-intro {
    display: block;
  }
  .housing-intro .eyebrow {
    font-size: 10px;
  }
  .housing-intro h2 {
    font-size: 36px;
    margin: 20px 0;
  }
  .housing-intro > p:not(.eyebrow) {
    font-size: 16px;
  }
  .housing-intro > .text-link {
    margin-top: 22px;
  }
  .housing-detail {
    border-top: 1px solid var(--line);
    padding-top: 20px;
    margin-top: 27px;
  }
  .housing-mosaic {
    gap: 13px;
  }
  .housing-card.first {
    margin-top: 30px;
  }
  .housing-card {
    border-radius: 15px;
  }
  .housing-card .sample-photo,
  .housing-card.second .sample-photo {
    height: 205px;
  }
  .housing-card.second .sample-photo {
    object-position: 58% center;
  }
  .housing-card figcaption {
    padding: 16px 14px 35px;
    min-height: 153px;
  }
  .housing-card figcaption > span {
    font-size: 9px;
    line-height: 1.4;
    display: block;
  }
  .housing-card h3 {
    font-size: 21px;
    line-height: 1.15;
  }
  .housing-card figcaption svg {
    width: 16px;
    right: 14px;
    bottom: 14px;
  }
  .service-feature {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 25px;
    border-radius: 20px;
    margin-bottom: 45px;
  }
  .service-team {
    min-height: 280px;
  }
  .service-team > .sample-photo {
    border-radius: 13px;
  }
  .service-feature-copy {
    padding: 0 3px 6px;
  }
  .service-feature h2 {
    font-size: 36px;
    margin: 18px 0;
  }
  .service-links {
    gap: 19px;
    margin-top: 23px;
  }
  .call-note {
    font-size: 13px;
    margin-top: 24px;
  }
  .call-note a {
    display: inline;
  }
  .insights {
    padding-block: 10px 50px;
  }
  .insights .section-heading h2 {
    font-size: 34px;
  }
  .insights .section-heading .eyebrow {
    font-size: 10px;
  }
  .insight-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .insight-photo > .sample-photo {
    height: 260px;
  }
  .insight-body {
    padding-top: 22px;
  }
  .insight-body h3 {
    font-size: 25px;
    max-width: 330px;
    margin: 12px 0;
  }
  .insight-body > p:not(.eyebrow) {
    font-size: 16px;
  }
  .insight-body .text-link {
    margin-top: 17px;
  }
  .stats {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .stats strong {
    font-size: 39px;
  }
  .stats span {
    font-size: 14px;
    margin-top: 7px;
  }
  .utility > .container {
    min-height: 29px;
    font-size: 10px;
  }
  .utility a {
    display: none;
  }
  .klassisch .header-inner {
    min-height: 85px;
  }
  .classic-hero {
    min-height: auto;
  }
  .classic-hero-image {
    position: relative;
    inset: auto;
    height: 280px;
    object-position: 61% center;
  }
  .classic-hero-inner {
    padding: 0 0 35px;
  }
  .classic-hero-panel {
    margin-top: -40px;
    position: relative;
    max-width: none;
    padding: 29px 23px;
    background: white;
    border-left-width: 4px;
    box-shadow: 0 8px 30px #132f4510;
  }
  .classic-hero-panel .eyebrow {
    font-size: 10px;
  }
  .classic-hero-panel h1 {
    font-size: 45px;
    margin: 20px 0;
  }
  .classic-hero-panel h1 > span {
    font-size: 54px;
  }
  .classic-hero-panel > p:not(.eyebrow) {
    font-size: 16px;
  }
  .classic-hero-panel .cta {
    font-size: 14px;
    gap: 16px;
    margin-top: 24px;
    padding: 12px 18px;
  }
  .classic-photo-caption {
    display: none;
  }
  .classic-quick {
    margin-top: 0;
    box-shadow: none;
  }
  .classic-quick > a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 138px;
    padding: 19px;
  }
  .classic-quick > a > svg {
    width: 25px;
  }
  .classic-quick > a > svg:last-child {
    display: none;
  }
  .classic-quick strong {
    font-size: 16px;
  }
  .classic-quick small {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .classic-community {
    padding-block: 48px;
    gap: 25px;
  }
  .classic-community h2 {
    font-size: 32px;
    margin-top: 17px;
  }
  .classic-community .eyebrow {
    font-size: 10px;
  }
  .klassisch .stats {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 26px;
    margin-top: 5px;
  }
  .klassisch .stats strong {
    font-size: 39px;
  }
  .classic-housing {
    padding-block: 43px;
  }
  .classic-housing-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .classic-housing-inner > .sample-photo {
    height: 300px;
  }
  .classic-housing h2 {
    font-size: 34px;
  }
  .check-list {
    font-size: 15px;
    gap: 15px;
  }
  .klassisch .service-feature {
    margin-block: 45px;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
  }
  .klassisch .service-team {
    min-height: 290px;
  }
  .klassisch .service-feature-copy {
    padding: 28px 23px;
  }
  .klassisch .service-feature h2 {
    font-size: 33px;
  }
  .klassisch .insights .section-heading h2 {
    font-size: 31px;
  }
  .klassisch .insight-grid {
    gap: 23px;
  }
  .klassisch .insight-body {
    padding: 24px;
  }
  .klassisch .insight-body h3 {
    font-size: 24px;
  }
  .perspektive .header-inner {
    min-height: 86px;
  }
  .perspective-hero {
    padding-top: 30px;
  }
  .perspective-title {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 28px;
  }
  .perspective-title .eyebrow {
    font-size: 10px;
  }
  .perspective-title h1 {
    font-size: 76px;
    margin-top: 23px;
    line-height: 0.99;
  }
  .perspective-intro {
    margin: 0;
    max-width: none;
    padding: 0;
  }
  .perspective-intro > p {
    font-size: 19px;
  }
  .perspective-intro > span {
    font-size: 16px;
    max-width: 350px;
    margin-top: 12px;
  }
  .scroll-link {
    margin-top: 21px;
    padding-top: 15px;
    max-width: 350px;
    font-size: 14px;
  }
  .perspective-hero-grid {
    grid-template-columns: 1fr;
  }
  .perspective-hero-photo {
    min-height: 315px;
  }
  .perspective-photo-caption {
    left: 18px;
    bottom: 18px;
    font-size: 10px;
  }
  .perspective-paths {
    padding: 23px 23px 10px;
  }
  .perspective-paths > p {
    margin-bottom: 16px;
  }
  .perspective-paths > a {
    padding: 23px 0;
    grid-template-columns: 27px 1fr;
  }
  .perspective-paths strong {
    font-size: 21px;
  }
  .perspective-paths small {
    font-size: 13px;
    margin-top: 5px;
  }
  .perspective-paths svg {
    width: 23px;
    height: 23px;
    top: 29px;
  }
  .perspective-baseline {
    padding: 19px 0;
    gap: 13px;
    font-size: 9px;
    line-height: 1.7;
  }
  .perspective-baseline > span {
    flex: 1;
  }
  .perspective-community {
    padding-block: 47px;
  }
  .number-label {
    margin-bottom: 24px;
    gap: 19px;
    font-size: 10px;
  }
  .perspective-statement {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .perspektive h2 {
    font-size: 42px;
  }
  .perspective-statement p {
    font-size: 16px;
  }
  .perspective-statement .text-link {
    margin-top: 23px;
  }
  .perspective-community .stats {
    margin-top: 36px;
  }
  .perspektive .stats {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 27px;
  }
  .perspektive .stats > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 23px;
  }
  .perspektive .stats > div:last-child {
    padding-bottom: 0;
  }
  .perspektive .stats strong {
    font-size: 43px;
  }
  .perspective-housing {
    padding-block: 43px;
  }
  .perspective-housing h2 {
    font-size: 38px;
  }
  .perspective-housing .section-heading > .text-link {
    max-width: none;
    margin-top: 24px;
    font-size: 15px;
  }
  .perspective-housing-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .perspective-housing-grid > figure:nth-child(2) {
    margin-top: 0;
  }
  .perspective-housing-grid .sample-photo,
  .perspective-housing-grid > figure:nth-child(2) .sample-photo {
    height: 285px;
  }
  .perspective-housing-grid figcaption {
    margin-top: 15px;
  }
  .perspective-housing-grid h3 {
    font-size: 23px;
  }
  .perspective-service {
    grid-template-columns: 1fr;
    gap: 33px;
    padding-block: 47px;
  }
  .perspective-service h2 {
    font-size: 42px;
    margin-block: 21px;
  }
  .big-phone {
    font-size: 24px;
  }
  .service-rows > a {
    padding: 25px 0;
    gap: 16px;
  }
  .service-rows strong {
    font-size: 19px;
  }
  .service-rows small {
    font-size: 14px;
  }
  .service-rows > a > svg {
    width: 25px;
  }
  .perspektive .insights {
    padding-top: 40px;
  }
  .perspektive .section-heading h2 {
    font-size: 35px;
  }
  .perspektive .insight-body h3 {
    font-size: 26px;
  }
  .concept-main {
    padding-block: 40px;
  }
  .concept-main > .eyebrow {
    font-size: 10px;
  }
  .concept-main > h1 {
    font-size: 43px;
    margin-block: 22px;
  }
  .concept-lead {
    font-size: 18px;
  }
  .concept-options {
    margin-top: 33px;
    gap: 24px;
  }
  .concept-options article {
    display: block;
  }
  .concept-options article > .sample-photo {
    height: 200px;
    min-height: 0;
  }
  .concept-options article > div {
    padding: 25px;
  }
  .concept-options h2 {
    font-size: 29px;
  }
  .concept-section {
    padding-top: 35px;
    margin-top: 40px;
  }
  .concept-section > h2 {
    font-size: 34px;
  }
  .concept-columns {
    gap: 29px;
  }
  .image-briefs {
    gap: 17px;
  }
  .image-briefs article {
    padding: 25px;
  }
  .concept-end {
    display: block;
    font-size: 10px;
  }
  .concept-end .text-link {
    margin-top: 20px;
  }
  .concept-link {
    min-width: 24px;
    min-height: 24px;
  }
}
@media (max-width: 380px) {
  .presentation nav a {
    padding: 8px;
    font-size: 11px;
  }
  .brand {
    width: 205px;
  }
  .pam h1 {
    font-size: 44px;
  }
  .pam-hero-copy {
    padding-inline: 22px;
  }
  .housing-card h3 {
    font-size: 19px;
  }
  .perspective-title h1 {
    font-size: 66px;
  }
  .perspective-baseline {
    font-size: 8px;
  }
  .classic-hero-panel h1 {
    font-size: 41px;
  }
  .footer-phone {
    font-size: 23px;
  }
}
@media (min-width: 681px) and (max-width: 820px) {
  .pam-hero {
    grid-template-columns: 1fr;
  }
  .pam-hero-copy {
    padding: 38px 40px;
  }
  .pam h1 {
    font-size: 60px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }
  .hero-footnote {
    display: none;
  }
  .pam-hero-photo {
    min-height: 420px;
  }
  .photo-note {
    max-width: 400px;
  }
  .service-feature {
    grid-template-columns: 1fr;
  }
  .service-team {
    min-height: 390px;
  }
  .service-feature-copy {
    padding: 10px 8px;
  }
  .classic-housing-inner {
    grid-template-columns: 1fr;
  }
  .classic-housing-inner > .sample-photo {
    height: 400px;
  }
  .klassisch .service-feature {
    grid-template-columns: 1fr;
  }
  .klassisch .service-feature-copy {
    padding: 30px;
  }
  .perspective-title {
    gap: 30px;
    grid-template-columns: 1.3fr 1fr;
  }
  .perspective-title h1 {
    font-size: 74px;
  }
  .perspective-paths strong {
    font-size: 16px;
  }
  .perspective-paths small {
    font-size: 12px;
  }
}
@media (min-width: 821px) and (max-width: 950px) {
  .pam h1 {
    font-size: 43px;
  }
}
/* Body copy stays comfortable to read across the three designs. */
.service-entry-card p {
  font-size: 16px;
}
.insight-body .eyebrow,
.housing-card figcaption > span,
.perspective-housing-grid figcaption > span {
  font-size: 12px;
}
.perspective-baseline {
  font-size: 12px;
}
.classic-quick small {
  font-size: 12px;
}
.service-hours {
  font-size: 14px;
}
.call-note {
  font-size: 14px;
}
.hero-footnote {
  font-size: 13px;
}
.footer-bottom {
  font-size: 12px;
}
.perspective-paths small {
  font-size: 14px;
}
.perspective-paths > p {
  font-size: 12px;
}
.location-pill {
  font-size: 12px;
}
.concept-link {
  font-size: 14px;
}
.eyebrow {
  font-size: 12px;
}
@media (max-width: 950px) {
  .concept-link {
    font-size: 0;
  }
  .perspective-baseline {
    font-size: 10px;
  }
  .call-note {
    font-size: 13px;
  }
}
@media (max-width: 680px) {
  .eyebrow,
  .classic-hero-panel .eyebrow,
  .classic-community .eyebrow {
    font-size: 12px;
  }
  .housing-card figcaption > span {
    font-size: 11px;
  }
  .housing-card figcaption {
    min-height: 172px;
  }
  .housing-card h3 {
    font-size: 22px;
  }
  .perspective-baseline {
    font-size: 10px;
    letter-spacing: 0.025em;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .classic-quick small {
    font-size: 12px;
  }
  .classic-quick > a {
    padding: 17px;
  }
  .perspective-title .eyebrow {
    font-size: 11px;
  }
  .location-pill {
    font-size: 11px;
  }
}
/* Revision 02 — a warmer type voice, confident hierarchy and meaningful topic icons. */
.design h1,
.design h2,
.design h3,
.concept-page h1,
.concept-page h2,
.concept-page h3,
.pam h1,
.pam h2,
.housing-card h3,
.housing-detail strong,
.classic-hero-panel h1 > span {
  font-family: var(--font-sans);
}
.design h1,
.pam h1,
.classic-hero-panel h1,
.perspective-title h1 {
  font-weight: 780;
  letter-spacing: -0.055em;
}
.design h2,
.section-heading h2,
.pam h2,
.klassisch h2,
.perspektive h2,
.concept-page h2 {
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.16;
}
.design h3,
.service-entry-card h3,
.value-grid h3,
.insight-body h3,
.klassisch .insight-body h3,
.perspektive .insight-body h3 {
  font-weight: 720;
  letter-spacing: -0.03em;
}
.design em {
  font-style: normal;
  font-weight: inherit;
}
.desktop-nav {
  font-weight: 650;
  font-size: 0.96rem;
  gap: 26px;
}
.cta,
.text-link,
.contact-button {
  font-weight: 700;
}
.hero-description {
  font-size: 1.06rem;
  font-weight: 450;
  line-height: 1.8;
}
.pam h1 {
  font-size: clamp(2.75rem, 4.1vw, 3.75rem);
  line-height: 1.12;
  margin: 22px 0 25px;
}
.hero-accent {
  color: var(--blue);
}
.pam-hero {
  grid-template-columns: 1.03fr 1fr;
  min-height: 642px;
}
.pam-hero-copy {
  padding: 44px 45px 35px;
}
.pam-hero-photo > .sample-photo {
  object-position: 42% 50%;
}
.photo-note {
  padding: 18px 22px;
  background: #fffffff0;
  border-radius: 15px;
}
.photo-note strong {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 750;
  max-width: 390px;
}
.photo-note > svg {
  display: none;
}
.photo-note span {
  font-size: 13px;
  margin-bottom: 5px;
}
.pam-community h2 {
  font-size: 44px;
}
.community-top {
  grid-template-columns: 1.2fr 1fr;
  gap: 68px;
}
.housing-intro h2 {
  font-size: 43px;
}
.housing-card h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.27;
}
.housing-card.first .sample-photo {
  object-position: 50% 57%;
}
.housing-card.second .sample-photo {
  object-position: 60% center;
}
.housing-card figcaption {
  min-height: 187px;
}
.housing-detail strong {
  font-weight: 730;
}
.stats strong,
.perspektive .stats strong,
.klassisch .stats strong {
  font-weight: 740;
  letter-spacing: -0.045em;
}
.service-entry-card {
  border: 1px solid #dae5ed;
  padding: 28px;
}
.service-icon {
  box-sizing: content-box;
  padding: 12px;
  background: #e6f0f7;
  border-radius: 15px;
  margin-bottom: 23px;
}
.service-entry-card h3 {
  font-size: 21px;
}
.service-entry-card p {
  line-height: 1.75;
}
.service-entry-card .text-link {
  font-size: 15px;
}
.classic-hero-panel {
  padding: 35px 40px 38px;
  border-radius: 0 15px 15px 0;
  max-width: 522px;
  background: #fffffff7;
}
.classic-hero-panel h1 {
  font-size: 54px;
  line-height: 1.1;
  margin: 20px 0;
}
.classic-hero-panel h1 > span {
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  letter-spacing: inherit;
}
.classic-hero-image {
  object-position: 62% 55%;
}
.classic-photo-caption {
  background: #123852d9;
  border-radius: 5px;
}
.classic-quick strong {
  font-weight: 750;
}
.classic-community h2 {
  font-size: 38px;
}
.classic-housing-inner > .sample-photo {
  object-position: 56% 50%;
  border-radius: 12px;
}
.klassisch .cta,
.klassisch .contact-button {
  border-radius: 7px;
}
.klassisch .insight-photo {
  border-radius: 10px 10px 0 0;
}
.klassisch .insight-card {
  border-radius: 10px;
}
.perspective-title h1 {
  font-size: clamp(4.8rem, 7.1vw, 6.6rem);
  line-height: 1.01;
}
.perspective-title {
  gap: 65px;
  grid-template-columns: 1.6fr 1fr;
  margin-bottom: 37px;
}
.perspective-intro > p {
  font-weight: 650;
}
.perspective-hero-grid {
  grid-template-columns: 2.45fr 1fr;
  min-height: 410px;
  border-radius: 16px;
  overflow: hidden;
}
.perspective-hero-photo {
  min-height: 410px;
}
.perspective-hero-photo > .sample-photo {
  object-position: 53% 59%;
}
.perspective-paths {
  padding: 26px;
}
.perspective-paths strong {
  font-weight: 700;
  font-size: 19px;
}
.perspective-paths > a {
  padding: 23px 0;
}
.perspective-photo-caption {
  border-radius: 5px;
  background: #123852dc;
}
.perspective-statement h2 {
  font-size: 52px;
  line-height: 1.13;
}
.perspective-community > .topic-label {
  margin-bottom: 28px;
}
.perspective-housing-grid .sample-photo {
  border-radius: 12px;
}
.perspective-housing-grid > figure:nth-child(2) .sample-photo {
  object-position: 50% 47%;
}
.perspective-housing-grid h3 {
  font-weight: 700;
}
.service-rows strong {
  font-weight: 700;
  font-size: 21px;
}
.big-phone {
  font-weight: 750;
}
.perspektive .insight-photo {
  border-radius: 12px;
}
.insight-grid {
  gap: 28px;
}
.insight-photo > .sample-photo {
  object-position: 50% 42%;
}
.insight-card:last-child .insight-photo > .sample-photo {
  object-position: 50% 43%;
}
.insight-body > p:not(.eyebrow) {
  line-height: 1.8;
}
.topic-label {
  font-family: var(--font-sans);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  max-width: 100%;
  font-size: 0.81rem !important;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: var(--blue);
}
.topic-label-text {
  min-width: 0;
}
.topic-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #e6f0f7;
  color: var(--blue);
}
.pam-hero .topic-icon,
.classic-housing .topic-icon,
.perspective-housing .topic-icon {
  background: #fff;
}
.pam-community .topic-label {
  color: #d7ebf9;
}
.pam-community .topic-icon {
  background: #ffffff20;
  color: #fff;
}
.insight-body .topic-label {
  font-size: 0.69rem !important;
  gap: 9px;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.insight-body .topic-icon {
  width: 28px;
  height: 28px;
  border-radius: 9px;
}
.insight-body .topic-icon svg {
  width: 16px;
  height: 16px;
}
.concept-main > h1 {
  font-weight: 780;
}
.concept-options h2 {
  font-weight: 750;
  line-height: 1.2;
}
.concept-options article > .sample-photo {
  object-position: center 42%;
}
@media (min-width: 1600px) {
  .pam-hero-copy {
    padding: 51px 48px 37px;
  }
  .pam h1 {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .pam-hero-copy {
    padding: 38px 32px;
  }
  .pam h1 {
    font-size: 52px;
  }
  .pam-community h2 {
    font-size: 39px;
  }
  .housing-intro h2 {
    font-size: 38px;
  }
  .housing-card h3 {
    font-size: 22px;
  }
  .community-top {
    gap: 40px;
  }
  .desktop-nav {
    font-size: 0.88rem;
    gap: 20px;
  }
  .perspective-statement h2 {
    font-size: 46px;
  }
  .perspective-paths {
    padding: 23px;
  }
  .perspective-paths strong {
    font-size: 18px;
  }
  .classic-community h2 {
    font-size: 35px;
  }
}
@media (max-width: 950px) {
  .pam h1 {
    font-size: 44px;
  }
  .pam-hero-copy {
    padding: 35px 28px;
  }
  .pam-community h2 {
    font-size: 36px;
  }
  .photo-note strong {
    font-size: 20px;
  }
  .perspective-hero-grid {
    grid-template-columns: 1.8fr 1fr;
  }
  .perspective-title {
    gap: 35px;
    grid-template-columns: 1.4fr 1fr;
  }
  .perspective-title h1 {
    font-size: 80px;
  }
  .perspective-paths {
    padding: 23px 20px;
  }
  .perspective-paths strong {
    font-size: 17px;
  }
  .perspective-paths small {
    font-size: 13px;
  }
  .perspective-statement h2 {
    font-size: 39px;
  }
  .service-rows strong {
    font-size: 19px;
  }
  .service-icon {
    padding: 9px;
  }
  .service-entry-card {
    padding: 23px;
  }
  .service-entry-card h3 {
    font-size: 19px;
  }
  .topic-label {
    font-size: 0.77rem !important;
  }
  .insight-body .topic-label {
    font-size: 0.65rem !important;
    align-items: flex-start;
  }
  .insight-body .topic-label-text {
    overflow-wrap: anywhere;
  }
}
@media (min-width: 681px) and (max-width: 820px) {
  .pam-hero {
    grid-template-columns: 1fr;
  }
  .pam-hero-copy {
    padding: 40px;
  }
  .pam h1 {
    font-size: 58px;
  }
  .pam-hero-photo {
    min-height: 420px;
  }
  .pam-hero-photo > .sample-photo {
    object-position: 42% 48%;
  }
  .photo-note {
    max-width: 420px;
  }
  .perspective-title h1 {
    font-size: 72px;
  }
  .perspective-paths strong {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .pam-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .pam-hero-copy {
    padding: 29px 24px;
  }
  .pam h1 {
    font-size: clamp(2.3rem, 10.5vw, 3rem);
    line-height: 1.14;
    margin: 19px 0 22px;
    letter-spacing: -0.05em;
  }
  .pam-hero-photo {
    min-height: 375px;
  }
  .photo-note {
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 16px 18px;
  }
  .photo-note strong {
    font-size: 20px;
    max-width: 290px;
  }
  .photo-note span {
    font-size: 12px;
  }
  .pam-community h2 {
    font-size: 33px;
  }
  .community-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .housing-intro h2 {
    font-size: 34px;
  }
  .housing-card h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .housing-card figcaption {
    min-height: 182px;
    padding-inline: 14px;
  }
  .housing-card .sample-photo,
  .housing-card.second .sample-photo {
    height: 220px;
  }
  .service-entry-card {
    grid-template-columns: 47px 1fr;
    column-gap: 18px;
    padding: 25px 21px;
  }
  .service-icon {
    width: 25px;
    height: 25px;
    padding: 10px;
    border-radius: 13px;
    margin: 2px 0 0;
  }
  .service-entry-card h3 {
    font-size: 20px;
  }
  .classic-hero-panel {
    padding: 28px 24px;
    border-radius: 0 12px 12px 0;
  }
  .classic-hero-panel h1 {
    font-size: 42px;
    line-height: 1.11;
  }
  .classic-hero-image {
    height: 290px;
    object-position: 58% center;
  }
  .classic-community h2 {
    font-size: 31px;
  }
  .topic-label {
    font-size: 0.76rem !important;
    gap: 10px;
  }
  .topic-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  .topic-icon svg {
    width: 17px;
    height: 17px;
  }
  .perspective-title {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 28px;
  }
  .perspective-title h1 {
    font-size: clamp(3.8rem, 17vw, 5.15rem);
    letter-spacing: -0.055em;
    margin-top: 22px;
    line-height: 1.05;
  }
  .perspective-title .topic-label {
    max-width: 330px;
  }
  .perspective-hero-grid {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }
  .perspective-hero-photo {
    min-height: 290px;
  }
  .perspective-hero-photo > .sample-photo {
    object-position: 55% 62%;
  }
  .perspective-paths {
    padding: 24px 23px 10px;
  }
  .perspective-paths strong {
    font-size: 20px;
  }
  .perspective-paths small {
    font-size: 14px;
  }
  .perspective-statement h2 {
    font-size: 36px;
    letter-spacing: -0.05em;
  }
  .perspective-housing .section-heading h2 {
    font-size: 36px;
  }
  .service-rows strong {
    font-size: 19px;
  }
  .insight-body .topic-label {
    font-size: 0.7rem !important;
    align-items: center;
  }
  .insight-grid {
    gap: 31px;
  }
  .concept-main > h1 {
    font-size: 41px;
  }
}
/* Photo status ribbons are shared across all layouts; brand logos are untouched. */
:where(.sample-photo) {
  display: block;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  object-fit: cover;
  object-position: center;
}
.sample-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: inherit;
  object-position: inherit;
  border-radius: inherit;
}
.sample-badge {
  position: absolute;
  z-index: 2;
  top: 29px;
  right: -49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 218px;
  min-height: 41px;
  padding: 5px 16px;
  transform: rotate(35deg);
  background: #164664f0;
  color: #fff;
  box-shadow: 0 2px 7px #102d4525;
  font-family: var(--font-sans);
  text-align: center;
  line-height: 1.35;
  pointer-events: none;
}
.sample-badge strong {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.035em;
}
.sample-badge > span {
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 0.015em;
}
@media (max-width: 680px) {
  .housing-card .sample-badge {
    top: 25px;
    right: -53px;
    min-height: 37px;
  }
  .housing-card .sample-badge strong {
    font-size: 10px;
  }
  .housing-card .sample-badge > span {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
