:root {
  --black: #050505;
  --black-soft: #0a0908;
  --panel: #0e0c0a;
  --panel-light: #14110d;
  --gold: #a58a52;
  --gold-bright: #c0a66a;
  --perbra-gold-bronze: #8b7b58;
  --perbra-gold-mid: #a19167;
  --perbra-gold-champagne: #eee3c9;
  --perbra-gold-gradient: radial-gradient(ellipse at 62% 34%, #eee3c9 0%, #d5c6a4 22%, #bbaa82 46%, #a19167 68%, #8b7b58 86%, #ad9b72 100%);
  --perbra-wordmark-gradient: var(--perbra-gold-gradient);
  --perbra-heading-gradient: var(--perbra-gold-gradient);
  --perbra-heading-gradient-large: radial-gradient(ellipse at 62% 34%, #d5c6a4 0%, #bbaa82 34%, #a19167 64%, #8b7b58 86%, #ad9b72 100%);
  --perbra-heading-gradient-size: 100% 100%;
  --perbra-heading-gradient-position: left center;
  --perbra-champagne-subheading: #d9d0be;
  --perbra-champagne-text: #e5ded3;
  --cream: #f1ede4;
  --cream-deep: #e4ddd0;
  --ink: #17140f;
  --muted: #aaa194;
  --line: rgba(184, 157, 101, .22);
  --header-height: 94px;
  --header-height-expanded: 84px;
  --header-height-scrolled: 68px;
  --header-background-scrolled: rgba(5, 5, 5, .92);
  --header-border-scrolled: rgba(255,255,255,.08);
  --header-logo-width: 102px;
  --header-logo-height: 64px;
  --header-logo-width-scrolled: 84px;
  --header-logo-height-scrolled: 50px;
  --header-transition-movement: .34s ease;
  --header-transition-surface: .45s ease;
  --shell: min(1380px, calc(100vw - 9vw));
  /* PERBRA typography systems. Core is the site-wide default. */
  --perbra-core-serif: "Times New Roman", Times, "Iowan Old Style", Didot, "Bodoni 72", serif;
  --perbra-core-sans: Arial, "Helvetica Neue", "Avenir Next", Avenir, sans-serif;
  --perbra-signature-serif: "Bodoni 72", Didot, "Iowan Old Style", "Times New Roman", serif;
  --perbra-signature-sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --serif: var(--perbra-core-serif);
  --sans: var(--perbra-core-sans);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--black);
}
body {
  margin: 0;
  color: var(--cream);
  background: var(--black);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.perbra-signature {
  --serif: var(--perbra-signature-serif);
  --sans: var(--perbra-signature-sans);
  /* Costa Serena uses project aliases for the same shared typography tokens. */
  --csr-serif: var(--perbra-signature-serif);
  --csr-sans: var(--perbra-signature-sans);
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button, input, textarea {
  font: inherit;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--cream);
  color: var(--black);
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header-height);
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: transform var(--header-transition-movement), background var(--header-transition-surface), border-color var(--header-transition-surface), height var(--header-transition-surface);
}
.site-header.scrolled {
  height: var(--header-height-scrolled);
  background: var(--header-background-scrolled);
  border-color: var(--header-border-scrolled);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.site-header.header-hidden {
  transform: translateY(calc(-100% - 1px));
}
@media (min-width: 1025px) and (orientation: portrait), (min-width: 821px) and (orientation: landscape) and (hover: hover) and (pointer: fine), (min-width: 821px) and (max-width: 1366px) and (min-height: 821px) and (max-height: 1024px) and (orientation: landscape) and (hover: none) and (pointer: coarse), (min-width: 1367px) {
  .site-header:not(.scrolled) {
    height: var(--header-height-expanded);
    background: linear-gradient( to bottom, rgba(5, 5, 5, .34) 0%, rgba(5, 5, 5, .22) 56%, rgba(5, 5, 5, .08) 84%, rgba(5, 5, 5, 0) 100%);
    border-color: transparent;
    backdrop-filter: blur(4px) saturate(1.06);
    -webkit-backdrop-filter: blur(4px) saturate(1.06);
  }
}
.header-inner {
  width: var(--shell);
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  width: var(--header-logo-width);
  height: var(--header-logo-height);
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: width .45s ease, height .45s ease;
}
.site-header.scrolled .brand {
  width: var(--header-logo-width-scrolled);
  height: var(--header-logo-height-scrolled);
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 3px 14px rgba(0,0,0,.35));
}
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.45vw, 26px);
}
.site-nav a {
  position: relative;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: color .25s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 1px;
  background: var(--gold-bright);
  transition: right .3s ease;
}
.site-nav a:hover, .site-nav a.active {
  color: #fff;
}
.site-nav a:hover::after, .site-nav a.active::after {
  right: 0;
}
.site-nav .nav-contact {
  padding: 11px 16px;
  border: 1px solid rgba(192,166,106,.48);
  transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease, padding .45s ease, font-size .45s ease;
}
.site-header.scrolled .site-nav .nav-contact {
  padding: 7px 13px;
  font-size: 10px;
}
.site-nav .nav-contact::after {
  display: none;
}
.menu-toggle {
  display: none;
}
/* HERO */
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  background: #15120e;
}
.hero-image {
  position: absolute;
  inset: -3%;
  z-index: -5;
  background-image: url('../images/perbra_hero.jpg');
  background-position: center center;
  background-size: cover;
  transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.025);
  will-change: transform;
  animation: heroReveal 1.7s cubic-bezier(.22,.75,.2,1) both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -4;
  background: linear-gradient(180deg, rgba(8,7,5,.56) 0%, rgba(8,7,5,.12) 23%, rgba(8,7,5,.02) 54%, rgba(8,7,5,.26) 100%), linear-gradient(90deg, rgba(5,5,4,.24) 0%, transparent 44%, rgba(5,5,4,.03) 80%);
}
.hero-grain {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .045;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}
.button:hover {
  transform: translateY(-2px);
}
@keyframes heroReveal {
  from {
    opacity: .45;
    filter: brightness(.74);
  }
  to {
    opacity: 1;
    filter: brightness(1);
  }
}
/* CONTENT */
.section {
  position: relative;
  padding: clamp(92px, 10vw, 168px) 0;
}
.section-shell {
  width: var(--shell);
  margin: auto;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .25em;
  line-height: 1.5;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin-top: 0;
  font-family: var(--serif);
  font-weight: 400;
}
.approach {
  background: radial-gradient(circle at 16% 10%, rgba(190,163,102,.05), transparent 28%), linear-gradient(180deg, #070706, #0b0907 56%, #050505);
  border-top: 1px solid rgba(255,255,255,.06);
}
.about {
  background: #050505;
}
.contact {
  background: linear-gradient(120deg, #141007, #070706 70%);
  text-align: center;
  border-top: 1px solid var(--line);
}
.contact h2 {
  margin-bottom: 42px;
  font-size: clamp(45px, 5.5vw, 86px);
  line-height: 1.04;
}
.site-footer {
  padding: 34px 0;
  background: #020202;
  border-top: 1px solid rgba(255,255,255,.07);
}
.footer-inner {
  width: var(--shell);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #817b71;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-inner div {
  display: flex;
  gap: 14px;
  align-items: baseline;
}
.footer-inner strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}
.footer-inner p {
  margin: 0;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .85s ease, transform .85s cubic-bezier(.22,.75,.2,1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1120px) {
  :root {
    --shell: min(100% - 48px, 1040px);
  }
  .site-nav {
    gap: 18px;
  }
  .site-nav a {
    font-size: 9px;
    letter-spacing: .14em;
  }
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  :root {
    --header-height: 76px;
    --shell: calc(100% - 38px);
  }
  .brand {
    width: 88px;
    height: 58px;
  }
  .site-header.scrolled .brand {
    width: 78px;
    height: 46px;
  }
  .menu-toggle {
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: white;
    cursor: pointer;
    z-index: 102;
    transform: translateX(5px);
  }
  .menu-toggle span {
    display: block;
    width: 26px;
    height: 1px;
    background: currentColor;
    transition: transform .3s ease;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    padding: 110px 12vw;
    background: rgba(5,5,5,.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  }
  .site-nav.open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-nav a {
    font-family: var(--serif);
    font-size: 30px;
    letter-spacing: 0;
    text-transform: none;
  }
  .site-nav .nav-contact {
    border: 0;
    padding: 0;
  }
  .hero {
    min-height: 940px;
  }
  .hero-image {
    inset: 0;
    background-position: 53% center;
    transform: none;
  }
}
@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 26px);
  }
  .hero {
    min-height: 980px;
    align-items: flex-end;
  }
  .hero-image {
    inset: 0;
    background-position: 53% top;
  }
  .hero-shade {
    background: linear-gradient(180deg, rgba(8,7,5,.62), rgba(8,7,5,.05) 23%, rgba(8,7,5,.06) 55%, rgba(8,7,5,.34) 100%);
  }
  .button {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 7.5px;
    letter-spacing: .17em;
  }
  .section {
    padding: 82px 0;
  }
  .contact h2 {
    font-size: 42px;
  }
  .footer-inner, .footer-inner div {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
/* Local strengths premium closing panel */
.local-strengths {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 6vw, 96px);
  margin-top: clamp(72px, 8vw, 126px);
  padding: clamp(44px, 5vw, 76px) clamp(38px, 5.2vw, 82px);
  overflow: hidden;
  color: var(--sunset-ivory);
  border: 1px solid rgba(219,181,124,.20);
  background: radial-gradient(circle at 8% 0%, rgba(205,156,91,.16), transparent 30%), linear-gradient(118deg, rgba(45,27,17,.98), rgba(22,13,8,.99) 68%, rgba(15,9,6,.99));
  box-shadow: 0 34px 90px rgba(64,39,22,.16), inset 0 1px 0 rgba(255,240,218,.08);
}
.local-strengths::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,239,216,.055), transparent 35%), radial-gradient(circle at 100% 100%, rgba(178,118,57,.11), transparent 34%);
}
.local-strengths::after {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(44px, 5vw, 76px);
  bottom: clamp(44px, 5vw, 76px);
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--sunset-champagne) 24%, #9b6732 76%, transparent);
}
.strengths-heading, .strengths-grid {
  position: relative;
  z-index: 1;
}
.strengths-heading .eyebrow {
  margin-bottom: 19px;
  color: var(--sunset-champagne);
  font-size: 9px;
}
.strengths-heading h3 {
  max-width: 470px;
  margin: 0;
  color: #f4eadc;
  font-family: var(--serif);
  font-size: clamp(34px, 3.15vw, 52px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.strengths-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(219,181,124,.20);
  border-bottom: 1px solid rgba(219,181,124,.20);
}
.strength-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: clamp(29px, 3.4vw, 48px) clamp(25px, 3.2vw, 46px);
}
.strength-card:first-child {
  padding-left: 0;
  border-right: 1px solid rgba(219,181,124,.20);
}
.strength-card:last-child {
  padding-right: 0;
}
.strength-card h4 {
  margin: 0 0 14px;
  color: #f6ecdf;
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.012em;
}
.strength-card p {
  margin: 0;
  color: rgba(243,229,210,.68);
  font-size: 14px;
  line-height: 1.82;
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .local-strengths {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .strengths-heading h3 {
    max-width: 720px;
  }
}
@media (max-width: 700px) {
  .local-strengths {
    margin-top: 64px;
    padding: 38px 28px 40px;
  }
  .local-strengths::after {
    top: 38px;
    bottom: 40px;
  }
  .strengths-grid {
    grid-template-columns: 1fr;
  }
  .strength-card, .strength-card:first-child, .strength-card:last-child {
    padding: 30px 0;
    border-right: 0;
  }
  .strength-card:first-child {
    border-bottom: 1px solid rgba(219,181,124,.20);
  }
}
@media (max-width: 420px) {
  .local-strengths {
    padding: 34px 22px 36px;
  }
  .local-strengths::after {
    top: 34px;
    bottom: 36px;
  }
  .strengths-heading h3 {
    font-size: 31px;
  }
  .strength-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }
  .strength-card h4 {
    font-size: 25px;
  }
  .strength-card p {
    font-size: 13.5px;
  }
}
/* ========================================================================== 
   Project portfolio carousel and consolidated project approach
   ========================================================================== */
.projects-showcase {
  position: relative;
  padding: clamp(64px, 7vw, 112px) 0 clamp(74px, 8vw, 126px);
  background: radial-gradient(circle at 8% 0%, rgba(191, 145, 86, .12), transparent 34%), linear-gradient(180deg, #d9d0c0 0%, #e7dfd2 52%, #eee7dc 100%);
  color: #2b2119;
  overflow: hidden;
}
.projects-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(94, 68, 44, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(94, 68, 44, .035) 1px, transparent 1px);
  background-size: 44px 44px;
}
.projects-heading, .approach-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .7fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 68px);
}
.projects-heading .eyebrow, .approach-heading .eyebrow {
  margin: 0 0 16px;
  color: #95652f;
}
.projects-heading h2, .approach-heading h2 {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.035em;
  color: #271b13;
}
.projects-heading > p, .approach-heading > p {
  margin: 0 0 5px;
  max-width: 590px;
  font-size: 15px;
  line-height: 1.82;
  color: rgba(48, 35, 25, .66);
}
.project-carousel {
  position: relative;
}
.project-viewport {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
}
.project-viewport::-webkit-scrollbar {
  display: none;
}
.project-track {
  display: flex;
  gap: clamp(18px, 2vw, 30px);
  width: max-content;
  padding: 2px 2px 20px;
}
.project-card {
  flex: 0 0 min(590px, calc((92vw - 30px) / 2));
  min-height: 560px;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(96, 65, 38, .16);
  border-radius: 28px;
  background: rgba(245, 239, 228, .78);
  box-shadow: 0 22px 55px rgba(68, 43, 22, .11);
  transition: transform .35s ease, box-shadow .35s ease;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 68px rgba(68, 43, 22, .16);
}
.project-card-media {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  border-bottom: 1px solid rgba(96, 65, 38, .13);
  background: linear-gradient(135deg, rgba(255,255,255,.6), transparent 45%), linear-gradient(150deg, #d5c6b1 0%, #a98460 55%, #6e4a31 100%);
}
.project-card-media::before, .project-card-media::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.project-card-media::before {
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .6;
}
.project-card-media::after {
  width: 68%;
  height: 68%;
  right: -10%;
  bottom: -25%;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(255,255,255,.04), 0 0 0 66px rgba(255,255,255,.03);
}
.project-approach {
  position: relative;
  padding: clamp(78px, 8vw, 128px) 0 clamp(82px, 9vw, 138px);
  background: radial-gradient(circle at 92% 8%, rgba(190, 142, 82, .09), transparent 34%), #f3ede3;
  color: #2a2018;
}
.approach-title {
  font-family: var(--font-display);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -.02em;
  color: #302219;
}
.project-approach .local-strengths {
  margin-top: clamp(62px, 7vw, 104px);
}
@media (min-width: 1500px) {
  .project-card {
    flex-basis: 620px;
  }
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .projects-heading, .approach-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }
  .projects-heading h2, .approach-heading h2 {
    max-width: 820px;
  }
  .projects-heading > p, .approach-heading > p {
    max-width: 760px;
  }
  .project-card {
    flex-basis: min(70vw, 560px);
  }
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .projects-showcase, .project-approach {
    padding-top: 62px;
    padding-bottom: 76px;
  }
  .projects-heading, .approach-heading {
    margin-bottom: 34px;
  }
  .projects-heading h2, .approach-heading h2 {
    font-size: 43px;
  }
  .project-card {
    flex-basis: min(78vw, 500px);
    min-height: 510px;
    border-radius: 24px;
  }
  .project-card-media {
    min-height: 270px;
  }
}
@media (max-width: 600px) {
  .projects-showcase, .project-approach {
    padding-top: 48px;
    padding-bottom: 62px;
  }
  .projects-heading, .approach-heading {
    gap: 18px;
    margin-bottom: 28px;
  }
  .projects-heading h2, .approach-heading h2 {
    font-size: 34px;
    line-height: 1.02;
  }
  .projects-heading > p, .approach-heading > p {
    font-size: 13.5px;
    line-height: 1.68;
  }
  .project-track {
    gap: 14px;
  }
  .project-card {
    flex-basis: 86vw;
    min-height: 475px;
    border-radius: 21px;
  }
  .project-card-media {
    min-height: 235px;
  }
  .approach-title {
    font-size: 25px;
  }
  .project-approach .local-strengths {
    margin-top: 54px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .project-viewport {
    scroll-behavior: auto;
  }
  .project-card {
    transition: none;
  }
}
/* first live portfolio card: Strandvilla Lemanja */
.project-card-link {
  display: flex;
  flex-direction: column;
  min-height: inherit;
  height: 100%;
  color: inherit;
}
.project-card-link:focus-visible {
  outline: 2px solid rgba(165, 126, 67, .78);
  outline-offset: -5px;
  border-radius: inherit;
}
.project-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  transform: scale(1.002);
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease;
}
.project-card--featured:hover .project-card-image, .project-card--featured:focus-within .project-card-image {
  transform: scale(1.035);
  filter: saturate(1.03) contrast(1.01);
}
/* ========================================================================== 
   Quiet editorial opening: free hero, restrained intro bridge,
   two spacious project worlds, then the established portfolio slider.
   ========================================================================== */
/* Full-screen image with no copy or floating panel. */
.hero.home-hero {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  display: block;
  overflow: hidden;
  isolation: isolate;
  background: #17130f;
}
.home-hero .hero-image {
  inset: -2.5%;
  background-position: center 52%;
  transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.035);
  animation: homeHeroReveal 2.1s cubic-bezier(.2,.75,.2,1) both;
}
.home-hero .hero-shade {
  background: linear-gradient(180deg, rgba(4,4,3,.44) 0%, rgba(5,4,3,.08) 24%, rgba(5,4,3,0) 60%, rgba(6,5,4,.2) 100%), linear-gradient(90deg, rgba(4,4,3,.16) 0%, transparent 42%, rgba(4,4,3,.03) 100%);
}
.home-hero-scroll {
  position: absolute;
  right: clamp(24px, 3.8vw, 64px);
  bottom: clamp(30px, 5vh, 56px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(255,255,255,.68);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.home-hero-scroll i {
  position: relative;
  width: 58px;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.28);
}
.home-hero-scroll i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.82);
  transform: translateX(-100%);
  animation: homeScrollLine 2.8s ease-in-out 1.2s infinite;
}
.intro-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 25px;
  color: #776b5b;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .22em;
  line-height: 1.3;
  text-transform: uppercase;
}
.intro-kicker span {
  color: #2f2922;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .16em;
}
.intro-kicker i {
  width: 42px;
  height: 1px;
  background: rgba(152,134,106,.64);
}
.intro-subline {
  max-width: 940px;
  margin: clamp(27px, 3vw, 40px) 0 0;
  color: #625b52;
  font-size: clamp(13px, 1.02vw, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .075em;
  text-transform: uppercase;
}
/* Spacious editorial chapters. */
.worlds-editorial {
  position: relative;
  z-index: 2;
  padding: 0 0 clamp(98px, 11vw, 170px);
  color: var(--ink);
  background: var(--cream);
}
.world-chapter {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
  align-items: center;
  gap: clamp(58px, 7.5vw, 124px);
  padding: clamp(48px, 5vw, 74px) 0 clamp(118px, 11vw, 174px);
}
.world-chapter + .world-chapter {
  border-top: 1px solid rgba(21,18,15,.11);
  padding-top: clamp(112px, 10vw, 156px);
}
.world-chapter--reverse {
  grid-template-columns: minmax(400px, .92fr) minmax(0, 1.08fr);
}
.world-chapter--reverse .world-media {
  grid-column: 2;
  grid-row: 1;
}
.world-chapter--reverse .world-copy {
  grid-column: 1;
  grid-row: 1;
}
.world-media {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 48vw, 720px);
  background: #cec5b8;
  box-shadow: 0 28px 70px rgba(32,25,18,.14);
}
.world-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(10,8,6,.26) 100%);
}
.world-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 1.25s cubic-bezier(.16,1,.3,1);
}
.world-chapter:hover .world-media img {
  transform: scale(1.025);
}
.world-index {
  position: absolute;
  left: clamp(24px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 38px);
  z-index: 2;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(39px, 4.1vw, 62px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}
.world-copy {
  max-width: 610px;
}
.world-copy h2 {
  margin: 0;
  color: #17130f;
  font-family: var(--serif);
  font-size: clamp(43px, 4.15vw, 65px);
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: -.035em;
}

.world-audience {
  margin: clamp(29px, 3vw, 42px) 0 8px;
  color: #24201a;
  font-size: clamp(16px, 1.18vw, 19px);
  font-weight: 600;
  line-height: 1.55;
}
.world-text {
  margin: 0;
  color: #6b645b;
  font-size: clamp(14.5px, 1.02vw, 16.5px);
  line-height: 1.85;
}
.world-benefits {
  list-style: none;
  margin: clamp(29px, 3vw, 42px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(21,18,15,.13);
}
.world-benefits li {
  position: relative;
  margin: 0;
  padding: 14px 32px 14px 0;
  border-bottom: 1px solid rgba(21,18,15,.13);
  color: #302b25;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.45;
  text-transform: uppercase;
}
.world-benefits li::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  transform: translateY(-52%);
}
.world-cta {
  min-height: 52px;
  margin-top: clamp(29px, 3vw, 42px);
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 13px 20px;
  color: var(--cream);
  background: #17130f;
  border: 1px solid #17130f;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}
.world-cta span {
  color: var(--gold-bright);
  font-size: 15px;
  transition: transform .3s ease;
}
.world-cta:hover {
  color: #17130f;
  background: transparent;
  transform: translateY(-2px);
}
.world-cta:hover span {
  transform: translate(3px,-3px);
}
/* Dark portfolio begins only after the two calm editorial chapters. */
.projects-showcase {
  border-top: 1px solid rgba(255,255,255,.055);
}
.projects-showcase::before {
  opacity: .42;
}
@keyframes homeHeroReveal {
  from {
    opacity: 0;
    transform: translate3d(0,0,0) scale(1.085);
  }
  to {
    opacity: 1;
    transform: translate3d(0,var(--hero-shift, 0px),0) scale(1.035);
  }
}
@keyframes homeScrollLine {
  0%, 12% {
    transform: translateX(-100%);
  }
  48%, 65% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(105%);
  }
}
@media (max-width: 1180px) {
  .world-chapter, .world-chapter--reverse {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    gap: clamp(42px, 5vw, 72px);
  }
  .world-media {
    min-height: clamp(480px, 54vw, 640px);
  }
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .home-hero .hero-image {
    background-position: 54% center;
  }
  .intro-subline {
    max-width: 720px;
  }
  .intro-break {
    display: none;
  }
  .world-chapter, .world-chapter--reverse {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-bottom: 112px;
  }
  .world-chapter + .world-chapter {
    padding-top: 104px;
  }
  .world-chapter--reverse .world-media, .world-chapter--reverse .world-copy {
    grid-column: 1;
  }
  .world-chapter--reverse .world-media {
    grid-row: 1;
  }
  .world-chapter--reverse .world-copy {
    grid-row: 2;
  }
  .world-media {
    min-height: min(78vw, 650px);
  }
  .world-copy {
    max-width: 720px;
  }
  .world-copy h2 {
    font-size: clamp(45px, 7.2vw, 62px);
  }
}
@media (max-width: 640px) {
  .hero.home-hero {
    min-height: 88svh;
    height: 88svh;
  }
  .home-hero .hero-image {
    inset: -1.5%;
    background-position: 57% center;
    transform: translate3d(0,0,0) scale(1.03);
  }
  .home-hero-scroll {
    right: 18px;
    bottom: 24px;
  }
  .home-hero-scroll span {
    display: none;
  }
  .home-hero-scroll i {
    width: 46px;
  }
  .intro-kicker {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 7.5px;
    letter-spacing: .17em;
  }
  .intro-kicker span {
    font-size: 13px;
  }
  .intro-kicker i {
    width: 24px;
  }
  .intro-subline {
    margin-top: 23px;
    font-size: 11px;
    line-height: 1.68;
    letter-spacing: .06em;
  }
  .worlds-editorial {
    padding-bottom: 92px;
  }
  .world-chapter, .world-chapter--reverse {
    width: calc(100vw - 32px);
    gap: 35px;
    padding: 20px 0 86px;
  }
  .world-chapter + .world-chapter {
    padding-top: 82px;
  }
  .world-media {
    min-height: 112vw;
    max-height: 620px;
  }
  .world-index {
    left: 20px;
    bottom: 20px;
    font-size: 43px;
  }
  .world-copy h2 {
    font-size: clamp(38px, 11vw, 49px);
  }
  .world-audience {
    margin-top: 25px;
    font-size: 15.5px;
  }
  .world-text {
    font-size: 14px;
    line-height: 1.78;
  }
  .world-benefits {
    margin-top: 28px;
  }
  .world-benefits li {
    padding: 13px 28px 13px 0;
    font-size: 10.5px;
    letter-spacing: .045em;
  }
  .world-cta {
    width: 100%;
    justify-content: space-between;
    margin-top: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero .hero-image, .home-hero-scroll i::after {
    animation: none !important;
  }
  .world-media img {
    transition: none;
  }
}
/* Keep the full-screen hero image independent of generic media heights. */
.home-hero > .hero-image {
  height: auto !important;
  min-height: 0 !important;
  top: -2.5% !important;
  right: -2.5% !important;
  bottom: -2.5% !important;
  left: -2.5% !important;
}
.home-hero > .hero-shade, .home-hero > .hero-grain {
  height: auto !important;
  min-height: 0 !important;
  inset: 0 !important;
}
@media (max-width: 640px) {
  .home-hero > .hero-image {
    top: -1.5% !important;
    right: -1.5% !important;
    bottom: -1.5% !important;
    left: -1.5% !important;
  }
}
/* ========================================================================== 
   full-screen hero plus a single restrained glass introduction.
   The panel enters immediately; the page itself remains normally scrollable.
   ========================================================================== */
.hero.home-hero {
  min-height: 100svh !important;
  height: 100svh !important;
  overflow: hidden;
  display: block;
}
.home-hero > .hero-image {
  height: auto !important;
  min-height: 0 !important;
  top: -2.5% !important;
  right: -2.5% !important;
  bottom: -2.5% !important;
  left: -2.5% !important;
  background-position: center 52%;
}
.home-hero > .hero-shade {
  background: linear-gradient(180deg, rgba(4,4,3,.40) 0%, rgba(5,4,3,.05) 24%, rgba(5,4,3,0) 60%, rgba(6,5,4,.27) 100%), linear-gradient(90deg, rgba(4,4,3,.14) 0%, transparent 42%, rgba(4,4,3,.025) 100%);
}
.home-hero-shell {
  position: absolute;
  left: 50%;
  bottom: clamp(22px, 3.5vh, 44px);
  z-index: 5;
  width: min(1500px, calc(100vw - 7vw));
  transform: translateX(-50%);
  pointer-events: none;
}
.hero-intro-glass {
  position: relative;
  width: min(1120px, 78vw);
  margin: 0 auto;
  padding: clamp(34px, 3.8vw, 58px) clamp(38px, 5.5vw, 82px) clamp(38px, 4.2vw, 64px);
  overflow: hidden;
  color: #f4ecdf;
  border: 1px solid transparent;
  border-image: var(--perbra-heading-gradient) 1;
  background: linear-gradient(135deg, rgba(3,3,3,.73), rgba(8,6,4,.64));
  box-shadow: 0 34px 100px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.05), inset 0 -1px 0 rgba(0,0,0,.24);
  -webkit-backdrop-filter: blur(2px) saturate(.86) contrast(1.02);
  backdrop-filter: blur(2px) saturate(.86) contrast(1.02);
  opacity: 0;
  transform: translate3d(0, 118%, 0);
  transition: transform 2.18s cubic-bezier(.16,1,.3,1), opacity 1.45s cubic-bezier(.22,1,.36,1);
  will-change: transform, opacity;
  pointer-events: auto;
}
.hero-intro-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 0%, rgba(225,181,75,.09), transparent 38%);
}
.hero-intro-glass::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: none;
}
.home-hero.is-intro-ready .hero-intro-glass {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.hero-intro-glass .intro-kicker, .hero-intro-glass .intro-display-title, .hero-intro-glass .intro-subline {
  position: relative;
  z-index: 1;
}
.hero-intro-glass .intro-kicker {
  margin-bottom: clamp(16px, 1.8vw, 24px);
  color: #756b5e;
}
.hero-intro-glass .intro-kicker span {
  color: #2b251f;
}
.hero-intro-glass .intro-kicker, .hero-intro-glass .intro-kicker span {
  color: transparent;
  background: var(--perbra-wordmark-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-intro-glass .intro-kicker i {
  background: var(--perbra-wordmark-gradient);
}
.hero-intro-glass .intro-display-title {
  max-width: 900px;
  margin: 0;
  color: #f6eee3;
  font-family: var(--serif);
  font-size: clamp(42px, 4.55vw, 70px);
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.038em;
  text-wrap: balance;
}
.hero-intro-glass .intro-display-title em {
  color: inherit;
  font-style: italic;
  font-weight: 400;
}
.hero-intro-glass .intro-subline {
  max-width: 920px;
  margin-top: clamp(22px, 2.4vw, 34px);
  color: #eee4d7;
  font-family: var(--sans);
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 550;
  line-height: 1.72;
  letter-spacing: .07em;
  text-transform: uppercase;
}
/* The editorial chapters now follow the hero directly. */
.worlds-editorial {
  padding-top: clamp(92px, 9vw, 142px);
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .home-hero-shell {
    width: min(900px, calc(100vw - 44px));
    bottom: 24px;
  }
  .hero-intro-glass {
    width: 100%;
    padding: 40px 46px 44px;
  }
  .hero-intro-glass .intro-display-title {
    font-size: clamp(42px, 7vw, 60px);
  }
}
@media (max-width: 640px) {
  .hero.home-hero {
    min-height: 100svh !important;
    height: 100svh !important;
  }
  .home-hero > .hero-image {
    top: -1.5% !important;
    right: -1.5% !important;
    bottom: -1.5% !important;
    left: -1.5% !important;
    background-position: 57% center;
  }
  .home-hero-shell {
    width: calc(100vw - 24px);
    bottom: 14px;
  }
  .hero-intro-glass {
    padding: 28px 22px 31px;
    border-color: rgba(255,255,255,.52);
    background: linear-gradient(132deg, rgba(250,247,241,.78), rgba(233,226,216,.62)), radial-gradient(circle at 10% 0%, rgba(255,255,255,.30), transparent 38%);
    -webkit-backdrop-filter: blur(20px) saturate(.92);
    backdrop-filter: blur(20px) saturate(.92);
    transition-duration: 1.92s, 1.28s;
  }
  .hero-intro-glass .intro-kicker {
    gap: 9px;
    margin-bottom: 15px;
    font-size: 7.2px;
    letter-spacing: .16em;
  }
  .hero-intro-glass .intro-kicker span {
    font-size: 12px;
  }
  .hero-intro-glass .intro-kicker i {
    width: 22px;
  }
  .hero-intro-glass .intro-display-title {
    font-size: clamp(34px, 10.7vw, 47px);
    line-height: 1.01;
    letter-spacing: -.032em;
  }
  .hero-intro-glass .intro-display-title .intro-title-line {
    white-space: normal;
    font-size: 1em;
  }
  .hero-intro-glass .intro-subline {
    margin-top: 18px;
    font-size: 10.2px;
    line-height: 1.58;
    letter-spacing: .055em;
  }
  .intro-break {
    display: none;
  }
  .home-hero-scroll {
    display: none;
  }
  .worlds-editorial {
    padding-top: 78px;
  }
}
@media (max-height: 760px) and (min-width: 641px) {
  .home-hero-shell {
    bottom: 18px;
  }
  .hero-intro-glass {
    width: min(980px, 82vw);
    padding: 27px 44px 31px;
  }
  .hero-intro-glass .intro-kicker {
    margin-bottom: 13px;
  }
  .hero-intro-glass .intro-display-title {
    font-size: clamp(37px, 4.3vw, 56px);
  }
  .hero-intro-glass .intro-subline {
    margin-top: 17px;
    line-height: 1.55;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-intro-glass {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* ========================================================================== 
   compact dark editorial flow below the full-screen hero.
   The hero and its entering glass panel remain untouched.
   ========================================================================== */
:root {
  --surface-night: #080706;
  --surface-night-soft: #0d0b09;
  --surface-panel: #12100d;
  --surface-ivory: #f2ece3;
  --surface-muted: rgba(229, 220, 207, .66);
  --surface-line: rgba(231, 221, 207, .14);
  --surface-accent: #c7b8a3;
}
/* The two core worlds continue directly in the dark premium language. */
.worlds-editorial {
  padding: clamp(72px, 7vw, 104px) 0 clamp(82px, 7.8vw, 118px);
  color: var(--surface-ivory);
  border-top: 1px solid rgba(255,255,255,.055);
  background: radial-gradient(circle at 7% 0%, rgba(220, 205, 184, .055), transparent 30%), radial-gradient(circle at 92% 72%, rgba(165, 147, 124, .035), transparent 32%), linear-gradient(180deg, #090807 0%, #0c0a08 54%, #080706 100%);
}
.world-chapter, .world-chapter--reverse {
  width: min(1240px, calc(100vw - 10vw));
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: clamp(44px, 5.5vw, 82px);
  padding: clamp(24px, 2.8vw, 42px) 0 clamp(74px, 7vw, 104px);
}
.world-chapter + .world-chapter {
  padding-top: clamp(76px, 7vw, 106px);
  border-top-color: var(--surface-line);
}
.world-chapter--reverse {
  grid-template-columns: minmax(360px, .96fr) minmax(0, 1.04fr);
}
.world-media {
  min-height: clamp(420px, 39vw, 570px);
  background: #24201b;
  box-shadow: 0 24px 64px rgba(0,0,0,.34);
}
.world-media::after {
  background: linear-gradient(180deg, transparent 55%, rgba(6,5,4,.38) 100%);
}
.world-index {
  color: rgba(246, 239, 229, .92);
  font-size: clamp(35px, 3.5vw, 52px);
}
.world-copy {
  max-width: 560px;
}
.world-copy h2 {
  color: var(--surface-ivory);
  font-size: clamp(39px, 3.55vw, 55px);
  line-height: 1.02;
}
.world-audience {
  margin: clamp(23px, 2.3vw, 32px) 0 7px;
  color: rgba(247, 240, 231, .90);
  font-size: clamp(15px, 1.02vw, 17px);
}
.world-text {
  color: var(--surface-muted);
  font-size: clamp(13.5px, .91vw, 15px);
  line-height: 1.76;
}
.world-benefits {
  margin-top: clamp(24px, 2.4vw, 32px);
  border-top-color: var(--surface-line);
}
.world-benefits li {
  padding: 12px 30px 12px 0;
  border-bottom-color: var(--surface-line);
  color: rgba(241, 233, 222, .78);
  font-size: 10.5px;
  letter-spacing: .055em;
}
.world-benefits li::after {
  color: var(--surface-accent);
}
.world-cta {
  min-height: 48px;
  margin-top: clamp(25px, 2.4vw, 33px);
  padding: 11px 18px;
  color: #15120f;
  border-color: var(--surface-ivory);
  background: var(--surface-ivory);
}
.world-cta span {
  color: #756957;
}
.world-cta:hover {
  color: var(--surface-ivory);
  border-color: rgba(242,236,227,.56);
  background: transparent;
}
/* All following sections keep breathing room, but no longer feel oversized. */
.projects-showcase, .project-approach, .about.section, .contact.section {
  padding-top: clamp(70px, 6.4vw, 98px);
  padding-bottom: clamp(76px, 6.8vw, 106px);
}
.projects-heading, .approach-heading {
  gap: clamp(32px, 5vw, 72px);
  margin-bottom: clamp(32px, 3.8vw, 50px);
}
.projects-heading h2, .approach-heading h2 {
  font-size: clamp(38px, 3.75vw, 58px);
  line-height: 1;
}
.projects-heading > p, .approach-heading > p {
  max-width: 540px;
  font-size: 14px;
  line-height: 1.72;
}
.project-card {
  flex-basis: min(540px, calc((92vw - 28px) / 2));
  min-height: 520px;
  border-radius: 24px;
}
.project-card-media {
  min-height: 285px;
}
.approach-title {
  font-size: clamp(25px, 2.55vw, 35px);
}
.project-approach .local-strengths {
  margin-top: clamp(48px, 5vw, 72px);
  padding-top: clamp(42px, 4.5vw, 62px);
  padding-bottom: clamp(42px, 4.5vw, 62px);
}
.strengths-heading h3 {
  font-size: clamp(34px, 3.5vw, 52px);
}
.strength-card {
  padding-top: 25px;
  padding-bottom: 25px;
}
.contact h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  font-size: clamp(40px, 4.3vw, 66px);
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .world-chapter, .world-chapter--reverse {
    width: min(760px, calc(100vw - 48px));
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 82px;
  }
  .world-chapter + .world-chapter {
    padding-top: 78px;
  }
  .world-chapter--reverse .world-media, .world-chapter--reverse .world-copy {
    grid-column: 1;
  }
  .world-chapter--reverse .world-media {
    grid-row: 1;
  }
  .world-chapter--reverse .world-copy {
    grid-row: 2;
  }
  .world-media {
    min-height: min(69vw, 560px);
  }
  .world-copy {
    max-width: 680px;
  }
  .projects-showcase, .project-approach, .about.section, .contact.section {
    padding-top: 64px;
    padding-bottom: 76px;
  }
}
@media (max-width: 640px) {
  .worlds-editorial {
    padding: 58px 0 70px;
  }
  .world-chapter, .world-chapter--reverse {
    width: calc(100vw - 32px);
    gap: 29px;
    padding: 0 0 66px;
  }
  .world-chapter + .world-chapter {
    padding-top: 62px;
  }
  .world-media {
    min-height: 92vw;
    max-height: 500px;
  }
  .world-index {
    font-size: 38px;
  }
  .world-copy h2 {
    font-size: clamp(36px, 10vw, 45px);
  }
  .world-audience {
    margin-top: 22px;
    font-size: 15px;
  }
  .world-text {
    font-size: 13.5px;
    line-height: 1.7;
  }
  .world-benefits {
    margin-top: 23px;
  }
  .world-benefits li {
    padding: 11px 25px 11px 0;
    font-size: 9.8px;
  }
  .world-cta {
    width: 100%;
    justify-content: space-between;
    margin-top: 24px;
  }
  .projects-showcase, .project-approach, .about.section, .contact.section {
    padding-top: 52px;
    padding-bottom: 62px;
  }
  .projects-heading, .approach-heading {
    margin-bottom: 27px;
  }
  .projects-heading h2, .approach-heading h2 {
    font-size: 33px;
  }
  .projects-heading > p, .approach-heading > p {
    font-size: 13px;
    line-height: 1.64;
  }
  .project-card {
    flex-basis: 85vw;
    min-height: 455px;
    border-radius: 20px;
  }
  .project-card-media {
    min-height: 220px;
  }
  .approach-title {
    font-size: 24px;
  }
  .project-approach .local-strengths {
    margin-top: 42px;
  }
  .strengths-heading h3 {
    font-size: 31px;
  }
  .contact h2 {
    margin-bottom: 28px;
    font-size: 39px;
  }
}
/* ========================================================================== 
   restrained champagne-cream brand accents across the dark website.
   The full-screen hero composition remains unchanged.
   ========================================================================== */
:root {
  --gold: #b9aa95;
  --gold-bright: #e1d6c7;
  --line: rgba(231, 221, 207, .18);
  --surface-ivory: #f6f1ea;
  --surface-muted: rgba(235, 226, 215, .68);
  --surface-line: rgba(232, 222, 208, .16);
  --surface-accent: #d7c9b7;
  --brand-champagne: #d8cbb9;
  --brand-champagne-light: #f2ece3;
  --brand-champagne-deep: #b8a68e;
  --brand-glow: rgba(218, 204, 184, .10);
}
/* Header and universal interaction details */
.site-nav a::after {
  background: linear-gradient(90deg, var(--brand-champagne-deep), var(--brand-champagne-light));
}
.site-nav .nav-contact {
  color: rgba(247, 241, 232, .92);
  border-color: rgba(225, 214, 199, .46);
  background: rgba(240, 232, 220, .045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease, padding .45s ease, font-size .45s ease;
}
.site-nav .nav-contact:hover, .site-nav .nav-contact:focus-visible {
  color: #18140f;
  border-color: var(--brand-champagne-light);
  background: linear-gradient(135deg, #f3ede4, #d7c9b7);
  transform: translateY(-1px);
}
/* Core-world chapters */
.worlds-editorial {
  background: radial-gradient(circle at 8% 0%, rgba(230, 219, 204, .075), transparent 31%), radial-gradient(circle at 93% 72%, rgba(204, 187, 165, .05), transparent 34%), linear-gradient(180deg, #090807 0%, #0c0a08 54%, #080706 100%);
}
.eyebrow {
  color: var(--brand-champagne);
}
.world-index {
  color: rgba(243, 236, 226, .88);
  text-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.world-benefits li::after {
  color: var(--brand-champagne-light);
}
.world-cta {
  color: #191510;
  border-color: rgba(242, 235, 225, .92);
  background: linear-gradient(135deg, #f4eee6 0%, #ddd1c0 100%);
  box-shadow: 0 12px 30px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.65);
}
.world-cta span {
  color: #7b6b58;
}
.world-cta:hover, .world-cta:focus-visible {
  color: var(--brand-champagne-light);
  border-color: rgba(239, 230, 218, .56);
  background: rgba(241, 233, 221, .035);
  box-shadow: inset 0 0 0 1px rgba(240, 232, 220, .05);
}
/* Project portfolio controls and cards */
.projects-showcase {
  background: radial-gradient(circle at 9% 0%, rgba(227, 215, 198, .085), transparent 31%), radial-gradient(circle at 92% 86%, rgba(187, 168, 143, .055), transparent 35%), linear-gradient(180deg, #070706 0%, #0b0a09 52%, #070706 100%);
}
.project-card {
  border-color: rgba(230, 218, 202, .17);
  background: radial-gradient(circle at 100% 0%, rgba(223, 209, 190, .055), transparent 38%), linear-gradient(145deg, rgba(25, 23, 20, .98), rgba(10, 9, 8, .995));
}
.project-card:hover {
  border-color: rgba(232, 222, 209, .29);
  box-shadow: 0 34px 82px rgba(0,0,0,.48), 0 0 0 1px rgba(224, 211, 193, .08), 0 18px 54px rgba(190, 171, 146, .055);
}
.project-card-media {
  border-bottom-color: rgba(229, 217, 201, .17);
}
/* Project approach and strengths */
.project-approach {
  background: radial-gradient(circle at 92% 3%, rgba(226, 214, 198, .075), transparent 32%), linear-gradient(180deg, #0b0a09 0%, #060605 100%);
}
.project-approach .local-strengths {
  border-color: rgba(232, 221, 207, .20);
  background: linear-gradient(120deg, rgba(43, 38, 32, .80), rgba(15, 13, 11, .95) 68%), radial-gradient(circle at 0% 0%, rgba(231, 219, 202, .095), transparent 36%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.project-approach .local-strengths::before {
  background: linear-gradient(90deg, transparent, rgba(232, 221, 207, .52), transparent);
}
.strength-card {
  border-color: rgba(232, 221, 207, .16);
  background: linear-gradient(135deg, rgba(247, 240, 231, .026), transparent 72%);
}
/* About, contact and footer */
.about {
  background: radial-gradient(circle at 14% 0%, rgba(226, 214, 198, .065), transparent 31%), #050504;
}
.contact {
  background: radial-gradient(circle at 50% 0%, rgba(229, 217, 201, .10), transparent 38%), linear-gradient(135deg, #12100e, #050504 72%);
}
.site-footer {
  border-top-color: rgba(232, 221, 207, .14);
}
.footer-inner strong {
  color: var(--brand-champagne-light);
}
.footer-inner a {
  transition: color .25s ease;
}
.footer-inner a:hover, .footer-inner a:focus-visible {
  color: var(--brand-champagne-light);
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .site-nav .nav-contact {
    color: var(--brand-champagne-light);
    background: transparent;
    box-shadow: none;
  }
}
/* ========================================================================== 
   champagne smoked-glass buttons matching the hero glass language.
   Opaque white button fills are removed across the website.
   ========================================================================== */
:root {
  --button-glass-bg-1: rgba(246, 239, 229, .20);
  --button-glass-bg-2: rgba(211, 195, 174, .105);
  --button-glass-border: rgba(247, 240, 230, .34);
  --button-glass-text: rgba(249, 244, 236, .96);
  --button-glass-muted: rgba(224, 210, 191, .82);
}
.world-cta, .site-nav .nav-contact {
  position: relative;
  overflow: hidden;
  color: var(--button-glass-text);
  border-color: var(--button-glass-border);
  background: linear-gradient(135deg, var(--button-glass-bg-1) 0%, rgba(235, 225, 211, .145) 46%, var(--button-glass-bg-2) 100%), radial-gradient(circle at 12% 0%, rgba(255,255,255,.13), transparent 40%);
  box-shadow: 0 16px 38px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.30), inset 0 -1px 0 rgba(255,255,255,.055);
  -webkit-backdrop-filter: blur(18px) saturate(1.05);
  backdrop-filter: blur(18px) saturate(1.05);
}
.world-cta {
  padding-left: 24px;
  padding-right: 24px;
}
.world-cta span {
  color: var(--button-glass-muted);
}
.world-cta:hover, .world-cta:focus-visible, .site-nav .nav-contact:hover, .site-nav .nav-contact:focus-visible {
  color: #fffaf3;
  border-color: rgba(250,245,238,.56);
  background: linear-gradient(135deg, rgba(250,245,238,.27), rgba(220,205,185,.15)), radial-gradient(circle at 15% 0%, rgba(255,255,255,.17), transparent 42%);
  box-shadow: 0 20px 46px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.40), inset 0 -1px 0 rgba(255,255,255,.075);
  transform: translateY(-2px);
}
.world-cta:hover span, .world-cta:focus-visible span {
  color: #f2e8da;
}
/* Preserve the elegant open mobile navigation rather than creating heavy pills. */
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .site-nav .nav-contact, .site-nav .nav-contact:hover, .site-nav .nav-contact:focus-visible {
    color: var(--brand-champagne-light);
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transform: none;
  }
}
/* ========================================================================== 
   seamless architectural transition from the hero into the editorial flow.
   The champagne glass, image and dark chapters now share one visual axis.
   ========================================================================== */
/* Fade the lower edge of the photography into the exact night tone below,
   while keeping the entering glass panel above the transition layer. */
.hero.home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: clamp(130px, 17vh, 220px);
  pointer-events: none;
  background: linear-gradient( 180deg, rgba(9, 8, 7, 0) 0%, rgba(9, 8, 7, .10) 34%, rgba(9, 8, 7, .48) 68%, rgba(9, 8, 7, .91) 91%, #090807 100%);
}
.home-hero-shell {
  z-index: 6;
}
.home-hero-scroll {
  z-index: 6;
}
/* The first dark section starts on the same width and centre axis as the
   hero glass panel instead of looking like a separate template block. */
.worlds-editorial {
  position: relative;
  isolation: isolate;
  margin-top: -1px;
  padding: clamp(46px, 4.8vw, 72px) 0 clamp(84px, 7.4vw, 112px);
  overflow: hidden;
  border-top: 0;
  background: radial-gradient(ellipse 68% 230px at 50% 0%, rgba(218, 204, 185, .105), transparent 72%), radial-gradient(circle at 8% 18%, rgba(224, 211, 193, .045), transparent 31%), radial-gradient(circle at 93% 75%, rgba(191, 171, 145, .035), transparent 34%), linear-gradient(180deg, #090807 0%, #0b0908 42%, #080706 100%);
}
.worlds-editorial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: min(1120px, 78vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(237, 227, 214, .50) 18%, rgba(255,255,255,.72) 50%, rgba(237, 227, 214, .50) 82%, transparent);
  box-shadow: 0 0 28px rgba(222, 207, 187, .10);
}
.worlds-editorial::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: min(1180px, 84vw);
  height: 190px;
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(215, 201, 183, .045), transparent 80%);
}
.world-chapter, .world-chapter--reverse {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 8vw));
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(50px, 5.2vw, 78px);
  padding: clamp(24px, 2.2vw, 34px) 0 clamp(76px, 6.7vw, 102px);
}
.world-chapter:first-child {
  padding-top: clamp(14px, 1.2vw, 22px);
}
.world-chapter + .world-chapter {
  padding-top: clamp(78px, 7vw, 106px);
  border-top: 0;
}
@media (min-width: 1025px) and (orientation: portrait), (min-width: 821px) and (orientation: landscape) and (hover: hover) and (pointer: fine), (min-width: 821px) and (max-width: 1366px) and (min-height: 821px) and (max-height: 1024px) and (orientation: landscape) and (hover: none) and (pointer: coarse), (min-width: 1367px) {
  #investment-world {
    padding-bottom: calc(clamp(76px, 6.7vw, 102px) - 50px);
  }
}
.world-chapter + .world-chapter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 221, 207, .17) 12%, rgba(232, 221, 207, .17) 88%, transparent);
}
.world-chapter--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.world-media {
  min-height: 0;
  aspect-ratio: 1.08 / 1;
  border: 1px solid rgba(235, 225, 212, .12);
  background: #211d18;
  box-shadow: 0 30px 78px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.018), inset 0 1px 0 rgba(255,255,255,.025);
}
.world-media img {
  min-height: 0;
  height: 100%;
}
.world-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.035);
}
.world-copy {
  max-width: none;
  padding-top: clamp(6px, .9vw, 14px);
}
.world-copy h2 {
  max-width: 520px;
  font-size: clamp(40px, 3.35vw, 54px);
  line-height: 1.015;
}
.world-audience {
  margin-top: clamp(24px, 2.15vw, 31px);
}
.world-text {
  max-width: 520px;
}
.world-benefits {
  max-width: 520px;
}
.world-cta {
  max-width: 520px;
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .hero.home-hero::after {
    height: clamp(110px, 14vh, 165px);
  }
  .worlds-editorial {
    padding-top: 42px;
  }
  .worlds-editorial::before {
    width: min(760px, calc(100vw - 48px));
  }
  .world-chapter, .world-chapter--reverse {
    width: min(760px, calc(100vw - 48px));
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 14px;
  }
  .world-media {
    aspect-ratio: 1.2 / 1;
    min-height: 0;
  }
  .world-copy {
    max-width: 680px;
    padding-top: 0;
  }
  .world-copy h2, .world-text, .world-benefits, .world-cta {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .hero.home-hero::after {
    height: 106px;
  }
  .worlds-editorial {
    padding: 34px 0 70px;
  }
  .worlds-editorial::before {
    width: calc(100vw - 32px);
    opacity: .72;
  }
  .worlds-editorial::after {
    height: 120px;
  }
  .world-chapter, .world-chapter--reverse {
    width: calc(100vw - 32px);
    gap: 27px;
    padding-top: 10px;
    padding-bottom: 62px;
  }
  .world-chapter + .world-chapter {
    padding-top: 58px;
  }
  .world-media {
    aspect-ratio: 1 / 1.03;
  }
  .world-copy h2 {
    font-size: clamp(35px, 9.8vw, 44px);
  }
}
/* ========================================================================== 
   wider editorial composition.
   The media and copy columns now move decisively toward the outer page edges,
   leaving a calmer, more architectural centre rather than a compressed block.
   ========================================================================== */
@media (min-width: 1181px) {
  .worlds-editorial::before {
    width: min(1480px, calc(100vw - 7vw));
  }
  .worlds-editorial::after {
    width: min(1540px, calc(100vw - 4vw));
  }
  .world-chapter, .world-chapter--reverse {
    width: min(1480px, calc(100vw - 7vw));
    gap: clamp(74px, 6.2vw, 118px);
  }
  .world-chapter {
    grid-template-columns: minmax(0, 1.055fr) minmax(0, .945fr);
  }
  .world-chapter--reverse {
    grid-template-columns: minmax(0, .945fr) minmax(0, 1.055fr);
  }
  .world-media {
    aspect-ratio: 1.12 / 1;
  }
  .world-copy {
    width: 100%;
  }
  .world-copy h2, .world-text, .world-benefits, .world-cta {
    max-width: 590px;
  }
  .world-chapter:not(.world-chapter--reverse) .world-copy {
    justify-self: end;
  }
  .world-chapter--reverse .world-copy {
    justify-self: start;
  }
}
@media (min-width: 1500px) {
  .world-chapter, .world-chapter--reverse {
    gap: clamp(96px, 6.4vw, 126px);
  }
}
/* ========================================================================== 
   centered, slightly more restrained hero glass.
   Only the hero introduction changes; all editorial sections below stay intact.
   ========================================================================== */
@media (min-width: 641px) {
  .home-hero-shell {
    top: 50%;
    bottom: auto;
    width: min(1420px, calc(100vw - 8vw));
    transform: translate(-50%, -50%);
  }
  .hero-intro-glass {
    width: min(1040px, 72vw);
    padding: clamp(30px, 3.15vw, 48px) clamp(34px, 4.6vw, 68px) clamp(33px, 3.5vw, 52px);
  }
  .hero-intro-glass .intro-kicker {
    margin-bottom: clamp(14px, 1.45vw, 20px);
  }
  .hero-intro-glass .intro-display-title {
    max-width: 840px;
    font-size: clamp(40px, 4.05vw, 62px);
    line-height: 1;
  }
  .hero-intro-glass .intro-subline {
    max-width: 840px;
    margin-top: clamp(18px, 1.9vw, 27px);
  }
}
@media (max-height: 760px) and (min-width: 641px) {
  .home-hero-shell {
    top: 51%;
    bottom: auto;
  }
  .hero-intro-glass {
    width: min(960px, 76vw);
    padding: 24px 40px 28px;
  }
  .hero-intro-glass .intro-display-title {
    font-size: clamp(35px, 3.8vw, 52px);
  }
}
@media (max-width: 640px) {
  .home-hero-shell {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .hero-intro-glass {
    width: 100%;
    padding: 25px 20px 27px;
  }
  .hero-intro-glass .intro-display-title {
    font-size: clamp(31px, 9.8vw, 43px);
  }
  .hero-intro-glass .intro-subline {
    margin-top: 16px;
  }
}
/* ========================================================================== 
   compact About strip and premium inquiry area.
   Logo removed from About; Google Meet and a compact inquiry form added.
   ========================================================================== */
.home-about {
  position: relative;
  overflow: hidden;
  padding-top: clamp(66px, 6vw, 92px) !important;
  padding-bottom: clamp(66px, 6vw, 92px) !important;
  border-top: 1px solid rgba(232, 221, 207, .12);
  background: radial-gradient(circle at 12% 10%, rgba(226, 214, 198, .07), transparent 29%), linear-gradient(180deg, #080706 0%, #050504 100%);
}
.home-about::after {
  content: '';
  position: absolute;
  inset: auto 6vw 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,221,207,.20), transparent);
}
.home-about-grid {
  width: min(1380px, calc(100vw - 8vw));
  display: grid;
  grid-template-columns: minmax(190px, .38fr) minmax(0, 1.62fr);
  gap: clamp(52px, 8vw, 132px);
  align-items: center;
}
.home-about-aside {
  min-height: 160px;
  padding-right: clamp(28px, 4vw, 64px);
  border-right: 1px solid rgba(232, 221, 207, .15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-about-aside .eyebrow {
  margin-bottom: 24px;
}
.home-about-meta {
  color: rgba(232, 222, 209, .52);
  font-size: 9px;
  line-height: 1.75;
  letter-spacing: .19em;
}
.home-about-line {
  width: 56px;
  height: 1px;
  margin-top: 26px;
  background: linear-gradient(90deg, rgba(224,211,194,.75), transparent);
}
.home-about-copy {
  max-width: 950px;
  display: grid;
  grid-template-columns: minmax(400px, .95fr) minmax(290px, .75fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: end;
}
.home-about-copy h2 {
  margin: 0;
  color: rgba(247, 241, 232, .96);
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.03;
  letter-spacing: -.025em;
}
.home-about-copy h2 span {
  color: rgba(218, 204, 185, .82);
  font-style: italic;
  font-weight: 400;
}
.home-about-copy > p {
  margin: 0 0 4px;
  color: rgba(231, 222, 211, .60);
  font-size: clamp(13.5px, .96vw, 15.5px);
  line-height: 1.78;
}
.home-contact {
  position: relative;
  overflow: hidden;
  padding-top: clamp(78px, 7vw, 112px) !important;
  padding-bottom: clamp(82px, 7.3vw, 118px) !important;
  border-top: 0;
  text-align: left;
  background: radial-gradient(circle at 50% -8%, rgba(225, 212, 194, .13), transparent 36%), radial-gradient(circle at 2% 100%, rgba(188, 168, 143, .07), transparent 30%), linear-gradient(135deg, #12100d 0%, #080706 54%, #050504 100%);
}
.home-contact::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.home-contact-head {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100vw - 8vw));
  margin-bottom: clamp(44px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .7fr);
  column-gap: clamp(50px, 8vw, 130px);
  align-items: end;
}
.home-contact-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 22px;
}
.home-contact-head h2 {
  max-width: 900px;
  margin: 0;
  color: rgba(248, 242, 234, .97);
  font-size: clamp(39px, 4.4vw, 68px);
  line-height: 1.02;
  letter-spacing: -.025em;
}
.home-contact-head > p:last-child {
  max-width: 450px;
  margin: 0 0 5px;
  color: rgba(229, 219, 206, .57);
  font-size: 14px;
  line-height: 1.72;
}
.home-contact-grid {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100vw - 8vw));
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 2.5vw, 38px);
  align-items: stretch;
}
.meet-panel, .inquiry-form {
  position: relative;
  min-height: 100%;
  border: 1px solid rgba(240, 232, 221, .20);
  background: linear-gradient(135deg, rgba(244, 236, 225, .12), rgba(204, 186, 162, .055) 55%, rgba(24, 20, 16, .25)), radial-gradient(circle at 10% 0%, rgba(255,255,255,.10), transparent 38%);
  box-shadow: 0 32px 80px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.16), inset 0 -1px 0 rgba(255,255,255,.025);
  backdrop-filter: blur(22px) saturate(1.04);
  -webkit-backdrop-filter: blur(22px) saturate(1.04);
}
.meet-panel {
  overflow: hidden;
  padding: clamp(34px, 4vw, 58px);
  color: inherit;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform .45s cubic-bezier(.2,.75,.2,1), border-color .35s ease, background .35s ease, box-shadow .35s ease;
}
.meet-panel::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  right: -95px;
  bottom: -105px;
  border: 1px solid rgba(237, 226, 212, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(237,226,212,.025), 0 0 0 58px rgba(237,226,212,.018);
}
.meet-panel:hover, .meet-panel:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(247,240,231,.38);
  background: linear-gradient(135deg, rgba(248, 241, 232, .16), rgba(210, 193, 170, .075) 58%, rgba(24, 20, 16, .28)), radial-gradient(circle at 10% 0%, rgba(255,255,255,.13), transparent 40%);
  box-shadow: 0 38px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.22);
}
.meet-panel-top {
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(226, 214, 198, .78);
  font-size: 8px;
  letter-spacing: .21em;
}
.meet-mark {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}
.meet-mark i {
  position: absolute;
  display: block;
  border-radius: 2px;
  background: rgba(240,232,221,.82);
}
.meet-mark i:nth-child(1) {
  inset: 3px 8px 3px 0;
}
.meet-mark i:nth-child(2) {
  width: 8px;
  height: 8px;
  right: 0;
  top: 2px;
  transform: skewY(-28deg);
}
.meet-mark i:nth-child(3) {
  width: 8px;
  height: 8px;
  right: 0;
  bottom: 2px;
  transform: skewY(28deg);
}
.meet-panel h3 {
  max-width: 620px;
  margin: clamp(48px, 7vw, 90px) 0 20px;
  color: rgba(249, 244, 237, .97);
  font-family: var(--font-display);
  font-size: clamp(36px, 3.7vw, 56px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.025em;
}
.meet-panel p {
  max-width: 620px;
  color: rgba(229, 219, 206, .61);
  font-size: 14px;
  line-height: 1.72;
}
.meet-panel-cta {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: clamp(42px, 6vw, 76px);
  color: rgba(249,244,237,.94);
  font-size: 9px;
  letter-spacing: .19em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meet-panel-cta i {
  color: rgba(218,203,184,.80);
  font-size: 17px;
  font-style: normal;
}
.inquiry-form {
  padding: clamp(30px, 3.4vw, 48px);
  display: grid;
  gap: 20px;
}
.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
}
.inquiry-form-head {
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}
.inquiry-form-head span {
  color: rgba(218, 204, 185, .82);
  font-size: 8px;
  letter-spacing: .21em;
}
.inquiry-form-head h3 {
  margin-top: 8px;
  color: rgba(249, 244, 237, .96);
  font-family: var(--font-display);
  font-size: clamp(31px, 3vw, 45px);
  font-weight: 400;
  line-height: 1;
}
.inquiry-form-head > p {
  color: rgba(229,219,206,.42);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.inquiry-form label {
  display: grid;
  gap: 8px;
}
.inquiry-form label > span {
  color: rgba(224, 211, 194, .68);
  font-size: 8px;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.inquiry-form input, .inquiry-form select, .inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(236, 226, 213, .16);
  border-radius: 0;
  outline: 0;
  background: rgba(8, 7, 6, .24);
  color: rgba(248, 242, 234, .92);
  font: inherit;
  font-size: 13.5px;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.inquiry-form input, .inquiry-form select {
  height: 48px;
  padding: 0 14px;
}
.inquiry-form textarea {
  min-height: 108px;
  padding: 13px 14px;
  resize: vertical;
}
.inquiry-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(226,214,198,.68) 50%), linear-gradient(135deg, rgba(226,214,198,.68) 50%, transparent 50%);
  background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus {
  border-color: rgba(243, 235, 225, .42);
  background-color: rgba(246, 239, 229, .055);
  box-shadow: 0 0 0 3px rgba(221, 207, 188, .055);
}
.inquiry-form textarea::placeholder {
  color: rgba(229,219,206,.29);
}
.inquiry-form-footer {
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.inquiry-submit {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(244, 237, 227, .30);
  color: rgba(249,244,237,.95);
  background: linear-gradient(135deg, rgba(246,239,229,.16), rgba(207,189,165,.075)), radial-gradient(circle at 12% 0%, rgba(255,255,255,.10), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 14px 30px rgba(0,0,0,.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.inquiry-submit:hover, .inquiry-submit:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(249,243,235,.52);
  background: linear-gradient(135deg, rgba(249,243,235,.23), rgba(217,200,177,.11));
}
.inquiry-submit span {
  margin-left: 28px;
  color: rgba(220,205,185,.80);
  font-size: 14px;
}
.inquiry-form-footer > a {
  color: rgba(226, 214, 198, .62);
  font-size: 10px;
  letter-spacing: .08em;
  transition: color .25s ease;
}
.inquiry-form-footer > a:hover, .inquiry-form-footer > a:focus-visible {
  color: rgba(249,244,237,.95);
}
.form-status {
  min-height: 18px;
  margin: -4px 0 0;
  color: rgba(224, 211, 194, .82);
  font-size: 11px;
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .home-about-grid, .home-contact-head, .home-contact-grid {
    width: min(860px, calc(100vw - 48px));
  }
  .home-about-grid {
    grid-template-columns: 160px 1fr;
    gap: 46px;
  }
  .home-about-copy {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-about-copy h2 {
    font-size: clamp(38px, 6vw, 54px);
  }
  .home-contact-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-contact-head > p:last-child {
    max-width: 620px;
  }
  .home-contact-grid {
    grid-template-columns: 1fr;
  }
  .meet-panel h3 {
    margin-top: 58px;
  }
}
@media (max-width: 640px) {
  .home-about, .home-contact {
    padding-top: 58px !important;
    padding-bottom: 66px !important;
  }
  .home-about-grid, .home-contact-head, .home-contact-grid {
    width: calc(100vw - 32px);
  }
  .home-about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home-about-aside {
    min-height: auto;
    padding: 0 0 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(232,221,207,.14);
  }
  .home-about-aside .eyebrow {
    margin-bottom: 16px;
  }
  .home-about-line {
    margin-top: 18px;
  }
  .home-about-copy {
    gap: 20px;
  }
  .home-about-copy h2 {
    font-size: 37px;
  }
  .home-about-copy > p {
    font-size: 13.5px;
    line-height: 1.68;
  }
  .home-contact-head {
    margin-bottom: 34px;
  }
  .home-contact-head .eyebrow {
    margin-bottom: 12px;
  }
  .home-contact-head h2 {
    font-size: 38px;
  }
  .home-contact-head > p:last-child {
    font-size: 13px;
  }
  .meet-panel, .inquiry-form {
    padding: 26px 22px;
  }
  .meet-panel {
    min-height: 410px;
  }
  .meet-panel h3 {
    margin: 46px 0 18px;
    font-size: 37px;
  }
  .meet-panel p {
    font-size: 13.5px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .inquiry-form-head {
    align-items: start;
  }
  .inquiry-form-head h3 {
    font-size: 34px;
  }
  .inquiry-form-head > p {
    display: none;
  }
  .inquiry-form-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .inquiry-submit {
    width: 100%;
    justify-content: space-between;
  }
  .inquiry-form-footer > a {
    text-align: center;
  }
}
/* ========================================================================== 
   iPhone-cream glass language, richer accents and restrained motion.
   The About strip now sits immediately before the footer.
   ========================================================================== */
:root {
  --iphone-cream: #e4dbcf;
  --iphone-cream-light: #f6f0e8;
  --iphone-cream-mid: #cfc1af;
  --iphone-cream-deep: #aa9780;
  --iphone-cream-line: rgba(239, 231, 220, .28);
  --iphone-cream-glow: rgba(228, 216, 201, .11);
  --glass-night: rgba(26, 22, 18, .56);
}
.cream-theme main {
  overflow: clip;
}
.cream-theme .section, .cream-theme .worlds-editorial {
  isolation: isolate;
}
.cream-theme .section > *, .cream-theme .worlds-editorial > * {
  position: relative;
  z-index: 2;
}
/* A subtle moving light field across the dark website. */
.cream-theme .projects-showcase::after, .cream-theme .project-approach::after, .cream-theme .home-contact::after, .cream-theme .home-about::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: clamp(360px, 42vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: .36;
  filter: blur(2px);
  background: radial-gradient(circle, rgba(233,223,210,.13) 0%, rgba(205,190,170,.055) 34%, transparent 70%);
  animation: perbraAmbientDrift 22s ease-in-out infinite alternate;
}
.cream-theme .projects-showcase::after {
  top: 4%;
  right: -18%;
}
.cream-theme .project-approach::after {
  top: 18%;
  left: -21%;
  animation-delay: -7s;
}
.cream-theme .home-contact::after {
  right: -15%;
  bottom: -30%;
  animation-delay: -13s;
}
.cream-theme .home-about::before {
  left: 14%;
  bottom: -135%;
  opacity: .24;
  animation-delay: -4s;
}
@keyframes perbraAmbientDrift {
  0% {
    transform: translate3d(-2%, -2%, 0) scale(.94);
    opacity: .22;
  }
  55% {
    opacity: .42;
  }
  100% {
    transform: translate3d(8%, 7%, 0) scale(1.08);
    opacity: .28;
  }
}
/* Fine cream rhythm lines rather than flat section cuts. */
.cream-theme .projects-showcase, .cream-theme .project-approach, .cream-theme .home-contact, .cream-theme .home-about {
  border-top-color: rgba(235,226,214,.11);
}
.cream-theme .projects-heading::before, .cream-theme .approach-heading::before, .cream-theme .home-contact-head::before {
  content: '';
  position: absolute;
  top: -22px;
  left: 0;
  width: clamp(54px, 5vw, 86px);
  height: 1px;
  background: linear-gradient(90deg, var(--iphone-cream-light), rgba(228,216,201,.12));
  box-shadow: 0 0 20px rgba(228,216,201,.10);
}
.cream-theme .projects-heading, .cream-theme .approach-heading, .cream-theme .home-contact-head {
  position: relative;
}
/* One coherent cream-glass button family across the site. */
.cream-theme .world-cta, .cream-theme .inquiry-submit, .cream-theme .location-button, .cream-theme .meet-panel-cta {
  position: relative;
  overflow: hidden;
  color: var(--iphone-cream-light);
  border: 1px solid rgba(244,237,228,.34);
  background: linear-gradient(135deg, rgba(246,240,232,.22) 0%, rgba(224,213,199,.14) 48%, rgba(174,154,130,.09) 100%), radial-gradient(circle at 13% 0%, rgba(255,255,255,.17), transparent 43%);
  box-shadow: 0 18px 44px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.31), inset 0 -1px 0 rgba(255,255,255,.055);
  -webkit-backdrop-filter: blur(18px) saturate(1.06);
  backdrop-filter: blur(18px) saturate(1.06);
}
.cream-theme .world-cta::before, .cream-theme .inquiry-submit::before, .cream-theme .location-button::before, .cream-theme .meet-panel-cta::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 -42%;
  width: 34%;
  pointer-events: none;
  opacity: .32;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transition: left .8s cubic-bezier(.2,.75,.2,1), opacity .3s ease;
}
.cream-theme .world-cta:hover::before, .cream-theme .world-cta:focus-visible::before, .cream-theme .inquiry-submit:hover::before, .cream-theme .inquiry-submit:focus-visible::before, .cream-theme .location-button:hover::before, .cream-theme .location-button:focus-visible::before, .cream-theme .meet-panel:hover .meet-panel-cta::before, .cream-theme .meet-panel:focus-visible .meet-panel-cta::before {
  left: 118%;
}
.cream-theme .world-cta:hover, .cream-theme .world-cta:focus-visible, .cream-theme .inquiry-submit:hover, .cream-theme .inquiry-submit:focus-visible, .cream-theme .location-button:hover, .cream-theme .location-button:focus-visible {
  color: #fffaf4;
  border-color: rgba(252,247,240,.52);
  background: linear-gradient(135deg, rgba(252,247,240,.28), rgba(224,211,194,.17)), radial-gradient(circle at 15% 0%, rgba(255,255,255,.21), transparent 45%);
  box-shadow: 0 22px 52px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.38);
}
/* Make the editorial chapters feel subtly framed by the hero cream. */
.cream-theme .world-chapter::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: clamp(4px, .5vw, 8px) -2.2vw clamp(54px, 5vw, 78px);
  pointer-events: none;
  border: 1px solid rgba(235,226,214,.055);
  background: linear-gradient(130deg, rgba(237,228,216,.026), transparent 38%, rgba(201,185,164,.018));
}
.cream-theme .world-media {
  border-color: rgba(241,232,220,.18);
  box-shadow: 0 34px 90px rgba(0,0,0,.37), 0 0 0 1px rgba(233,222,208,.035);
}
.cream-theme .world-copy h2 {
  color: var(--iphone-cream-light);
}
.cream-theme .eyebrow {
  color: var(--iphone-cream-mid);
}
.cream-theme .world-benefits li {
  transition: color .3s ease, padding-left .35s ease, background .35s ease;
}
.cream-theme .world-benefits li:hover {
  padding-left: 10px;
  color: var(--iphone-cream-light);
  background: linear-gradient(90deg, rgba(231,220,205,.05), transparent 74%);
}
.cream-theme .project-card {
  border-color: rgba(235,225,212,.18);
  background: radial-gradient(circle at 96% 2%, rgba(230,219,204,.08), transparent 34%), linear-gradient(145deg, rgba(26,23,20,.98), rgba(9,8,7,.995));
}
.cream-theme .strength-card {
  border-color: rgba(235,225,212,.16);
  background: linear-gradient(135deg, rgba(236,226,213,.045), rgba(177,159,136,.018));
  transition: transform .4s ease, border-color .35s ease, background .35s ease;
}
.cream-theme .strength-card:hover {
  transform: translateY(-3px);
  border-color: rgba(241,232,220,.27);
  background: linear-gradient(135deg, rgba(238,228,215,.075), rgba(177,159,136,.026));
}
/* Contact remains rich and dark, but now carries the same cream light. */
.cream-theme .meet-panel, .cream-theme .inquiry-form {
  border-color: rgba(242,233,221,.25);
  background: linear-gradient(135deg, rgba(244,236,225,.14), rgba(204,186,162,.065) 55%, rgba(24,20,16,.24)), radial-gradient(circle at 10% 0%, rgba(255,255,255,.12), transparent 38%);
}
.cream-theme .meet-panel-cta {
  width: min(100%, 360px);
  min-height: 50px;
  margin-top: auto;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cream-theme .inquiry-form input, .cream-theme .inquiry-form select, .cream-theme .inquiry-form textarea {
  border-color: rgba(239,230,218,.20);
  background: linear-gradient(135deg, rgba(239,230,218,.055), rgba(13,11,9,.22));
}
.cream-theme .inquiry-form input:focus, .cream-theme .inquiry-form select:focus, .cream-theme .inquiry-form textarea:focus {
  border-color: rgba(247,240,231,.45);
  background: rgba(237,226,212,.075);
  box-shadow: 0 0 0 3px rgba(229,216,199,.06), 0 12px 30px rgba(0,0,0,.12);
}
/* About PERBRA becomes a compact signature strip directly before the footer. */
.cream-theme .home-about {
  padding-top: clamp(42px, 4.2vw, 64px) !important;
  padding-bottom: clamp(42px, 4.2vw, 64px) !important;
  border-top: 1px solid rgba(239,230,218,.15);
  background: linear-gradient(135deg, rgba(238,228,215,.07), transparent 37%), linear-gradient(180deg, #0d0b09, #060505);
}
.cream-theme .home-about-grid {
  width: min(1480px, calc(100vw - 7vw));
  grid-template-columns: minmax(165px, .3fr) minmax(0, 1.7fr);
  gap: clamp(38px, 5vw, 86px);
  padding: clamp(24px, 2.6vw, 38px) clamp(26px, 3.2vw, 48px);
  border: 1px solid rgba(241,232,220,.20);
  background: linear-gradient(135deg, rgba(245,237,226,.12), rgba(203,186,162,.047) 58%, rgba(14,12,10,.18)), radial-gradient(circle at 8% 0%, rgba(255,255,255,.09), transparent 34%);
  box-shadow: 0 24px 68px rgba(0,0,0,.23), inset 0 1px 0 rgba(255,255,255,.14);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.cream-theme .home-about-aside {
  min-height: 112px;
}
.cream-theme .home-about-copy {
  max-width: none;
  grid-template-columns: minmax(330px, .95fr) minmax(300px, 1.05fr);
  gap: clamp(35px, 5vw, 78px);
}
.cream-theme .home-about-copy h2 {
  font-size: clamp(31px, 3vw, 46px);
  color: var(--iphone-cream-light);
}
.cream-theme .home-about-copy > p {
  color: rgba(235,226,214,.66);
}
.cream-theme .site-footer {
  border-top: 0;
  background: #030303;
}
@media (max-width: 1024px) and (orientation: portrait), (max-width: 820px) and (orientation: landscape), (max-width: 1366px) and (max-height: 820px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .cream-theme .home-about-grid {
    width: min(860px, calc(100vw - 48px));
  }
  .cream-theme .home-about-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cream-theme .world-chapter::after {
    left: -12px;
    right: -12px;
  }
}
@media (max-width: 640px) {
  .cream-theme .world-chapter::after {
    inset: -5px -8px 42px;
  }
  .cream-theme .projects-heading::before, .cream-theme .approach-heading::before, .cream-theme .home-contact-head::before {
    top: -14px;
    width: 48px;
  }
  .cream-theme .home-about-grid {
    width: calc(100vw - 32px);
    padding: 24px 20px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .cream-theme .home-about-aside {
    min-height: auto;
  }
  .cream-theme .home-about-copy h2 {
    font-size: 32px;
  }
  .cream-theme .meet-panel-cta {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cream-theme .projects-showcase::after, .cream-theme .project-approach::after, .cream-theme .home-contact::after, .cream-theme .home-about::before {
    animation: none;
  }
}
/* ========================================================================== 
   calmer homepage typography.
   The hero remains the single strong typographic gesture. Subsequent sections
   use smaller editorial accents and a more consistent, restrained scale.
   ========================================================================== */
body.cream-theme:not(.location-page) .worlds-editorial {
  padding-top: clamp(64px, 6vw, 88px);
  padding-bottom: clamp(72px, 6.4vw, 94px);
}
body.cream-theme:not(.location-page) .world-chapter, body.cream-theme:not(.location-page) .world-chapter--reverse {
  padding-bottom: clamp(62px, 5.6vw, 82px);
}
body.cream-theme:not(.location-page) .world-chapter + .world-chapter {
  padding-top: clamp(62px, 5.6vw, 84px);
}
body.cream-theme:not(.location-page) .world-copy h2 {
  font-size: clamp(36px, 3.15vw, 49px);
  line-height: 1.035;
}
body.cream-theme:not(.location-page) .world-audience {
  font-size: clamp(14px, .94vw, 16px);
}
body.cream-theme:not(.location-page) .world-text {
  font-size: clamp(13px, .84vw, 14.5px);
}
body.cream-theme:not(.location-page) .projects-showcase, body.cream-theme:not(.location-page) .project-approach, body.cream-theme:not(.location-page) .contact.section {
  padding-top: clamp(62px, 5.4vw, 84px);
  padding-bottom: clamp(68px, 5.8vw, 92px);
}
body.cream-theme:not(.location-page) .projects-heading h2, body.cream-theme:not(.location-page) .approach-heading h2 {
  font-size: clamp(35px, 3.25vw, 50px);
  line-height: 1.02;
}
body.cream-theme:not(.location-page) .projects-heading > p, body.cream-theme:not(.location-page) .approach-heading > p {
  font-size: 13.5px;
  line-height: 1.68;
}
body.cream-theme:not(.location-page) .approach-title {
  font-size: clamp(23px, 2.15vw, 31px);
}
body.cream-theme:not(.location-page) .strengths-heading h3 {
  font-size: clamp(31px, 3vw, 44px);
}
body.cream-theme:not(.location-page) .home-contact-head h2, body.cream-theme:not(.location-page) .contact h2 {
  max-width: 860px;
  font-size: clamp(36px, 3.55vw, 54px);
  line-height: 1.02;
}
body.cream-theme:not(.location-page) .home-about-copy h2 {
  font-size: clamp(29px, 2.65vw, 40px);
}
body.cream-theme:not(.location-page) .home-about-copy > p {
  font-size: 14px;
  line-height: 1.68;
}
@media (max-width: 640px) {
  body.cream-theme:not(.location-page) .world-copy h2 {
    font-size: 37px;
  }
  body.cream-theme:not(.location-page) .projects-heading h2, body.cream-theme:not(.location-page) .approach-heading h2 {
    font-size: 31px;
  }
  body.cream-theme:not(.location-page) .home-contact-head h2, body.cream-theme:not(.location-page) .contact h2 {
    font-size: 35px;
  }
  body.cream-theme:not(.location-page) .home-about-copy h2 {
    font-size: 29px;
  }
}
