:root {
  --ink: #49351d;
  --soft-ink: #7a6548;
  --muted: #826e33;
  --line: #d9cbb8;
  --paper: #fcfaf8;
  --white: #ffffff;
  --cyrela-red: #7a6548;
  --red-dark: #49351d;
  --living-fendi: #7a6548;
  --living-fendi-dark: #49351d;
  --living-fendi-light: #c1a785;
  --living-soft: #f7f1e8;
  --cool-gray: #c5cccc;
  --deep: #202527;
  --full-blue: #9bb7c1;
  --shadow: 0 30px 90px rgba(21, 21, 21, 0.16);
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

.site-navbar {
  min-height: 78px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  background: var(--living-fendi);
  border-radius: 6px;
  font-weight: 800;
}

.navbar-brand strong {
  color: var(--ink);
  font-size: 18px;
}

.living-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  margin-right: 16px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}

.living-nav-brand img {
  width: auto;
  max-height: 24px;
  flex: 0 0 auto;
}

.living-nav-brand img:first-child {
  max-height: 31px;
}

.brand-partners img {
  max-height: 24px;
  width: auto;
}

.brand-partners img:first-child {
  max-height: 31px;
}

.navbar .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--soft-ink);
  font-weight: 700;
}

.navbar .btn {
  border-radius: 6px;
}

.navbar .nav-whatsapp {
  min-height: 42px;
  color: #06180b;
  background: linear-gradient(135deg, #30ff74, #0bd95d 50%, #b6ff3b);
  border: 1px solid rgba(11, 217, 93, 0.72);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(48, 255, 116, 0.42);
  font-weight: 900;
}

.navbar .nav-whatsapp:hover,
.navbar .nav-whatsapp:focus {
  color: #06180b;
  background: linear-gradient(135deg, #70ff9d, #14e766 52%, #c8ff57);
  box-shadow: 0 0 24px rgba(48, 255, 116, 0.62);
}

.section-pad {
  padding-block: 88px;
}

.home-hero,
.launch-hero {
  display: flex;
  align-items: center;
  min-height: 720px;
}

.home-hero {
  background:
    linear-gradient(90deg, rgba(246, 244, 239, 0.97), rgba(246, 244, 239, 0.86)),
    radial-gradient(circle at 82% 18%, rgba(193, 167, 133, 0.28), transparent 26%);
}

.launch-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 21, 22, 0.98), rgba(18, 21, 22, 0.78) 48%, rgba(18, 21, 22, 0.22)),
    url("../img/living-guaratuba-hero.webp") center / cover;
}

.launch-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background: var(--deep);
  opacity: 0.86;
}

.launch-hero::after {
  content: "FULL";
  position: absolute;
  right: -16px;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.07);
  font-size: 148px;
  font-weight: 800;
  line-height: 1;
}

.launch-hero .container-xxl {
  position: relative;
  z-index: 1;
}

.launch-brand-strip,
.hero-brand-row,
.footer-brand-row,
.footer-brand-row span {
  display: flex;
  align-items: center;
}

.launch-brand-strip {
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}

.launch-brand-strip img {
  width: auto;
  max-height: 34px;
}

.launch-brand-strip span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-brand-row {
  gap: 26px;
  margin-top: 28px;
}

.hero-brand-row img {
  width: auto;
  max-height: 36px;
}

.hero-brand-row img:first-child {
  max-height: 39px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyrela-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.launch-hero .eyebrow,
.launch-callout .eyebrow {
  color: #f5b1ad;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: 68px;
  font-weight: 800;
  line-height: 0.95;
}

h2 {
  margin-bottom: 18px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.lead-copy {
  max-width: 780px;
  font-size: 20px;
}

.launch-hero p,
.launch-callout p,
.price-board small {
  color: rgba(255, 255, 255, 0.8);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
}

.btn-lg {
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 6px;
}

.btn-brand {
  color: #fff;
  background: var(--living-fendi);
  border-color: var(--living-fendi);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: var(--living-fendi-dark);
  border-color: var(--living-fendi-dark);
}

.btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
}

.btn-ghost:hover,
.btn-ghost:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.42);
}

.profile-panel {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.profile-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(225, 31, 29, 0.2);
  pointer-events: none;
  z-index: 1;
}

.profile-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 50%;
}

.profile-panel figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(21, 21, 21, 0.78);
  backdrop-filter: blur(10px);
}

.profile-panel figcaption strong,
.profile-panel figcaption span {
  display: block;
}

.profile-panel figcaption strong {
  font-size: 16px;
}

.profile-panel figcaption span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.advisor-section {
  background:
    linear-gradient(180deg, #fff, var(--living-soft));
}

.advisor-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.advisor-photo::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  pointer-events: none;
}

.advisor-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 50% 46%;
}

.advisor-photo.compact img {
  aspect-ratio: 4 / 5;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.text-stack p {
  margin-bottom: 18px;
}

.info-card,
.unit-list,
.asset-frame,
.prelim-panel {
  border: 1px solid var(--line);
  border-radius: 4px;
}

.info-card,
.unit-list,
.prelim-panel {
  padding: 28px;
  background: #fff;
}

.info-card {
  border-top: 4px solid var(--cyrela-red);
}

.info-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--cyrela-red);
  font-size: 13px;
  font-weight: 800;
}

.info-card p,
.unit-list li {
  font-size: 15px;
}

.launch-callout {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(21, 21, 21, 0.98), rgba(32, 37, 39, 0.9)),
    radial-gradient(circle at 85% 20%, rgba(225, 31, 29, 0.24), transparent 28%);
}

.launch-callout p {
  max-width: 780px;
  margin-bottom: 0;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--cyrela-red);
  font-weight: 800;
  text-decoration: none;
}

.instagram-link:hover {
  color: var(--red-dark);
}

.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}

.price-board {
  display: grid;
  gap: 14px;
  padding: 28px;
  color: #fff;
  background: rgba(21, 21, 21, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.price-board p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #f5b1ad;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-board strong {
  display: block;
  padding: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--living-fendi-light);
  font-size: 30px;
  line-height: 1.12;
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 64px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-proof-row div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 18px;
  color: #fff;
  background: rgba(21, 21, 21, 0.56);
  font-size: 14px;
  font-weight: 800;
}

.hero-proof-row i {
  color: #f5b1ad;
  font-size: 21px;
}

.investment-section {
  background: #fff;
}

.investment-grid,
.source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.investment-grid article,
.source-grid article {
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.investment-grid i,
.source-grid i {
  display: block;
  margin-bottom: 20px;
  color: var(--living-fendi);
  font-size: 30px;
}

.investment-grid strong,
.investment-grid span,
.source-grid strong,
.source-grid span {
  display: block;
}

.investment-grid strong,
.source-grid strong {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.2;
}

.investment-grid span,
.source-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.stat-card {
  position: relative;
  height: 100%;
  padding: 24px;
  color: #fff;
  background: var(--deep);
  border-bottom: 5px solid var(--living-fendi-light);
  border-radius: 4px;
}

.stat-icon {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 28px;
  line-height: 1;
}

.unit-list h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stat-card strong,
.stat-card span {
  display: block;
}

.stat-card strong {
  margin-bottom: 8px;
  font-size: 38px;
  line-height: 1;
}

.stat-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.unit-list ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.asset-frame {
  display: grid;
  place-items: center;
  padding: 24px;
  background: #fff;
}

.amenity-image-section {
  background: #fff;
}

.wide-photo,
.location-photo {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.wide-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.location-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mini-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mini-list span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--soft-ink);
  font-weight: 800;
}

.mini-list i {
  color: var(--living-fendi);
}

.why-living-section {
  background:
    linear-gradient(180deg, var(--paper), #fff);
}

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

.living-diff-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(73, 53, 29, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.living-diff-card img {
  width: 100%;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
}

.living-diff-card div {
  padding: 24px;
}

.living-diff-card i {
  display: block;
  margin-bottom: 18px;
  color: var(--living-fendi);
  font-size: 28px;
}

.living-diff-card h3 {
  color: var(--living-fendi-dark);
}

.living-diff-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.living-diff-card:hover {
  transform: translateY(-5px);
  border-color: var(--living-fendi-light);
  box-shadow: 0 26px 64px rgba(73, 53, 29, 0.16);
}

.living-official-note {
  margin: 26px 0 0;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 700;
}

.source-section {
  background:
    linear-gradient(90deg, rgba(246, 244, 239, 0.96), rgba(246, 244, 239, 0.9)),
    url("../img/living-guaratuba-location.webp") center / cover;
}

.official-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--cyrela-red);
  font-weight: 800;
  text-decoration: none;
}

.official-link:hover {
  color: var(--red-dark);
}

.visual-story-section {
  background:
    linear-gradient(180deg, #fff, var(--paper));
}

.story-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 18px;
}

.story-card {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: var(--deep);
  box-shadow: var(--shadow);
}

.story-card.large {
  grid-row: span 2;
  min-height: 580px;
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 650ms ease, filter 650ms ease;
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.78));
}

.story-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 26px;
  color: #fff;
}

.story-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #f5b1ad;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-card strong {
  display: block;
  max-width: 620px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.08;
}

.story-card:not(.large) strong {
  font-size: 22px;
}

.story-card:hover img {
  transform: scale(1.075);
  filter: saturate(1.08) contrast(1.03);
}

.reveal-up {
  opacity: 1;
  transform: translateY(18px);
  transition: transform 700ms ease;
}

.reveal-up.is-visible {
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

.delay-3 {
  transition-delay: 320ms;
}

.stat-card,
.investment-grid article,
.source-grid article,
.info-card,
.full-pillar {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.stat-card:hover,
.investment-grid article:hover,
.source-grid article:hover,
.info-card:hover,
.full-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(193, 167, 133, 0.65);
  box-shadow: 0 18px 46px rgba(21, 21, 21, 0.13);
}

.direct-contact-panel {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.direct-contact-panel.dark {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(21, 21, 21, 0.96), rgba(32, 37, 39, 0.9)),
    radial-gradient(circle at 20% 20%, rgba(34, 197, 94, 0.18), transparent 32%);
  border-color: rgba(255, 255, 255, 0.14);
}

.direct-contact-panel > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--cyrela-red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.direct-contact-panel.dark > span {
  color: #69f58d;
}

.direct-contact-panel h3 {
  margin-bottom: 12px;
}

.direct-contact-panel.dark h3 {
  color: #fff;
}

.direct-contact-panel.dark p {
  color: rgba(255, 255, 255, 0.74);
}

.whatsapp-neon {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  margin-top: 10px;
  padding: 15px 24px;
  overflow: hidden;
  color: #06180b;
  background: linear-gradient(135deg, #30ff74, #0bd95d 44%, #b6ff3b);
  border: 1px solid rgba(184, 255, 61, 0.8);
  border-radius: 999px;
  box-shadow:
    0 0 18px rgba(48, 255, 116, 0.78),
    0 0 44px rgba(11, 217, 93, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
  animation: neonPulse 1.9s ease-in-out infinite;
}

.whatsapp-neon.compact {
  width: auto;
  min-height: 50px;
  margin-top: 0;
  padding-inline: 24px;
  font-size: 16px;
}

.section-whatsapp-row {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.whatsapp-neon::before {
  content: "";
  position: absolute;
  inset: -60% auto -60% -35%;
  z-index: -1;
  width: 42%;
  transform: rotate(18deg);
  background: rgba(255, 255, 255, 0.72);
  filter: blur(12px);
  animation: neonSweep 2.7s linear infinite;
}

.whatsapp-neon::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -2;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.whatsapp-neon i {
  font-size: 22px;
}

.whatsapp-neon:hover,
.whatsapp-neon:focus {
  color: #031107;
  transform: translateY(-1px);
  box-shadow:
    0 0 24px rgba(48, 255, 116, 0.95),
    0 0 70px rgba(11, 217, 93, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.whatsapp-neon.copied {
  background: linear-gradient(135deg, #a7ff5c, #32ff78);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  padding: 14px 18px;
  color: #06240d;
  background: linear-gradient(135deg, #31ff76, #0bd95d 54%, #b9ff44);
  border: 1px solid rgba(184, 255, 61, 0.82);
  border-radius: 999px;
  box-shadow:
    0 0 18px rgba(48, 255, 116, 0.82),
    0 0 48px rgba(11, 217, 93, 0.42);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  animation: floatingPulse 2s ease-in-out infinite;
}

.floating-whatsapp i {
  font-size: 22px;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  color: #031107;
  transform: translateY(-2px);
}

@keyframes floatingPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.035);
  }
}

@keyframes neonPulse {
  0%, 100% {
    filter: saturate(1);
    box-shadow:
      0 0 16px rgba(48, 255, 116, 0.72),
      0 0 42px rgba(11, 217, 93, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.62);
  }
  50% {
    filter: saturate(1.22);
    box-shadow:
      0 0 28px rgba(48, 255, 116, 1),
      0 0 82px rgba(11, 217, 93, 0.62),
      inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }
}

@keyframes neonSweep {
  from {
    left: -45%;
  }
  to {
    left: 120%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .story-card img,
  .stat-card,
  .investment-grid article,
  .source-grid article,
  .info-card,
  .full-pillar {
    transition: none;
  }

  .whatsapp-neon,
  .whatsapp-neon::before,
  .floating-whatsapp {
    animation: none;
  }
}

.prelim-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prelim-panel span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--cyrela-red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.prelim-panel strong {
  display: block;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.12;
}

.prelim-panel p {
  font-size: 15px;
}

.prelim-panel small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.full-concept-section {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(21, 21, 21, 0.94), rgba(21, 21, 21, 0.72)),
    url("../img/living-full-dna-bg.webp") center / cover;
}

.full-concept-section p {
  color: rgba(255, 255, 255, 0.74);
}

.full-pillar {
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  backdrop-filter: blur(10px);
}

.full-pillar i {
  display: block;
  margin-bottom: 22px;
  color: #f5b1ad;
  font-size: 32px;
  line-height: 1;
}

.full-pillar span {
  display: block;
  margin-bottom: 12px;
  color: #f5b1ad;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.full-pillar h3 {
  color: #fff;
}

.full-pillar p {
  margin-bottom: 0;
  font-size: 15px;
}

.reference-note {
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
}

.bg-paper {
  background: var(--paper);
}

.site-footer {
  padding-block: 34px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.footer-brand-row {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.footer-social:hover {
  color: #f5b1ad;
}

.footer-brand-row strong {
  color: #fff;
}

.footer-brand-row span {
  gap: 24px;
}

.footer-brand-row img {
  width: auto;
  max-height: 26px;
}

.site-footer p {
  max-width: 760px;
  color: inherit;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .section-pad {
    padding-block: 64px;
  }

  .home-hero,
  .launch-hero {
    min-height: auto;
  }

  .launch-brand-strip {
    margin-bottom: 34px;
  }

  .site-navbar {
    display: none !important;
  }

  .navbar-nav {
    padding-top: 16px;
  }

  .navbar-toggler,
  .navbar-collapse {
    display: none !important;
  }

  .living-nav-brand {
    gap: 10px;
    font-size: 15px;
  }

  .living-nav-brand img {
    max-height: 20px;
  }

  .living-nav-brand img:first-child {
    max-height: 26px;
  }

  .hero-proof-row,
  .investment-grid,
  .source-grid {
    grid-template-columns: 1fr 1fr;
  }

  .living-diff-grid {
    grid-template-columns: 1fr;
  }

  .story-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .story-card.large,
  .story-card {
    min-height: 360px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 38px;
  }
}

@media (max-width: 575.98px) {
  .section-pad {
    padding-block: 52px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 31px;
  }

  .lead-copy {
    font-size: 18px;
  }

  .price-board strong,
  .stat-card strong {
    font-size: 28px;
  }

  .hero-proof-row,
  .investment-grid,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .advisor-photo img,
  .advisor-photo.compact img {
    aspect-ratio: 4 / 5;
  }

  .story-card.large,
  .story-card {
    min-height: 300px;
  }

  .story-card figcaption {
    padding: 20px;
  }

  .whatsapp-neon,
  .whatsapp-neon.compact {
    width: auto;
    max-width: 100%;
    min-height: 48px;
    padding: 11px 15px;
    gap: 8px;
    font-size: 13px;
    line-height: 1.18;
    text-align: center;
  }

  .whatsapp-neon i {
    font-size: 18px;
  }

  .section-whatsapp-row {
    margin-top: 26px;
  }

  .footer-brand-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    border-radius: 50%;
  }

  .floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}
