/**
 * Landing layout chrome: header + footer — one visual system for Home 1 & Home 2
 * (luxury mock: glass header, gold accents, dark olive footer).
 */

/* ========== Header (shared Home 1 / Home 2) ========== */
.site-header.site-header--landing {
  background: rgba(244, 245, 242, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.site-header--landing .site-header-container {
  flex-wrap: wrap;
  row-gap: 12px;
  max-width: 1250px;
}

.site-header--landing .site-header-extended-row {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 35px);
  flex-wrap: wrap;
  padding-top: 4px;
  border-top: 1px solid rgba(44, 54, 45, 0.1);
}

@media (min-width: 1025px) {
  .site-header--landing .site-header-extended-row {
    display: flex;
  }
}

.site-header--landing .site-ext-nav-link {
  text-decoration: none;
  font-family: "Oswald", "Barlow Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2c362d;
  padding: 8px 6px;
  position: relative;
  transition: color 0.3s ease;
}

.site-header--landing .site-ext-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #b88d44 0%, #f5d796 50%, #b88d44 100%);
  transition: width 0.3s ease;
}

.site-header--landing .site-ext-nav-link:hover {
  color: #b88d44;
}

.site-header--landing .site-ext-nav-link:hover::after {
  width: 100%;
}

.site-header--landing .site-header-book {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 10px 25px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #b88d44 0%, #f5d796 50%, #b88d44 100%);
  background-size: 200% auto;
  box-shadow: 0 10px 28px rgba(184, 141, 68, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.site-header--landing .site-header-book:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 14px 32px rgba(184, 141, 68, 0.4);
}

/* Primary row nav (Home, About, Login) — match luxury bar */
body.landing-page .site-header--landing .site-logo-text {
  color: #2c362d;
}

body.landing-page .site-header--landing .site-nav-link,
body.landing-page .site-header--landing .site-nav-home-summary {
  color: #2c362d;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.landing-page .site-header--landing .site-nav-link:hover,
body.landing-page .site-header--landing .site-nav-home-summary:hover {
  color: #b88d44;
  background: transparent;
}

body.landing-page .site-header--landing .site-nav-link.active {
  color: #2c362d;
}

body.landing-page .site-header--landing .site-nav-link.active::after {
  background: linear-gradient(135deg, #b88d44 0%, #f5d796 50%, #b88d44 100%);
}

body.landing-page .site-header--landing .site-nav-home-summary::after {
  border-top-color: #2c362d;
}

body.landing-page .site-header--landing .site-nav-button-primary {
  background: #2c362d;
  color: #fff !important;
  border-radius: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

body.landing-page .site-header--landing .site-nav-button-primary:hover {
  background: #b88d44;
  transform: translateY(-1px);
}

body.landing-page .site-header--landing .site-header-mobile-toggle span {
  background: #2c362d;
}

/* Mobile: extended links inside drawer */
.site-header--landing .site-mobile-ext {
  display: flex;
  flex-direction: column;
  padding: 8px 0 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.site-header--landing .site-mobile-ext-label {
  padding: 6px 20px 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8a928a;
}

.site-header--landing .site-mobile-ext-link {
  padding: 10px 20px 10px 28px !important;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .site-header--landing .site-header-book-wrap {
    display: none;
  }
}

/* ========== Footer (shared Home 1 & Home 2) ========== */
.site-landing-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 24px 20px;
  font-family: "Montserrat", sans-serif;
  background: #2c362d;
  color: rgba(255, 255, 255, 0.82);
}

.site-landing-footer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* Fixed footer backdrop (not configurable in admin). */
.site-landing-footer__bg--fixed {
  background-image:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(245, 215, 150, 0.08), transparent 55%),
    linear-gradient(165deg, rgba(34, 42, 36, 0.97) 0%, rgba(44, 54, 45, 0.98) 45%, rgba(26, 32, 27, 0.99) 100%);
}

.site-landing-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1250px;
  margin: 0 auto;
}

.site-landing-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
  .site-landing-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
  }

  .site-landing-footer-social {
    justify-content: center;
  }

  .site-landing-footer-links a:hover {
    padding-left: 0;
  }
}

.site-landing-footer-col h4 {
  font-family: "Oswald", "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 25px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.site-landing-footer-col p {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.site-landing-footer-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.site-landing-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-landing-footer-links li {
  margin-bottom: 15px;
}

.site-landing-footer-links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.site-landing-footer-links a:hover {
  color: #f5d796;
  padding-left: 5px;
}

.site-landing-footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.site-landing-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.site-landing-footer-social a:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #b88d44 0%, #f5d796 50%, #b88d44 100%);
  box-shadow: 0 8px 20px rgba(184, 141, 68, 0.35);
}

.site-landing-footer-bottom {
  text-align: center;
  padding-top: 25px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ========== /contact — grid + link reset (Home 2 / v2 theme never defined .v1-mock-grid-3) ========== */
body.landing-page .v1-contact-section .v1-mock-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
  text-align: center;
  align-items: start;
  max-width: min(1120px, 100%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  body.landing-page .v1-contact-section .v1-mock-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 36px);
  }
}

@media (max-width: 540px) {
  body.landing-page .v1-contact-section .v1-mock-grid-3 {
    grid-template-columns: 1fr;
    gap: clamp(24px, 6vw, 40px);
    max-width: min(380px, 100%);
    margin-inline: auto;
  }
}

body.landing-page .page.contact-page--mock .v1-mock-contact-square {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

body.landing-page .v1-contact-section .v1-mock-contact-link-block {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  min-height: 44px;
  border-radius: 12px;
}

body.landing-page .page.contact-page--mock .v1-mock-contact-link-block {
  padding: clamp(8px, 2vw, 16px) clamp(4px, 1.5vw, 12px);
  box-sizing: border-box;
}

body.landing-page .v1-contact-section .v1-mock-contact-link-block:hover,
body.landing-page .v1-contact-section .v1-mock-contact-link-block:focus {
  text-decoration: none;
}

body.landing-page .v1-contact-section .v1-mock-contact-square {
  min-width: 0;
}

/* Contact mock page: icon graphics (admin can override --contact-icon-inner-max on <section>) */
body.landing-page .page.contact-page--mock .v1-mock-contact-icon-svg {
  width: 76%;
  height: 76%;
  max-width: var(--contact-icon-inner-max, min(88px, 28vw));
  max-height: var(--contact-icon-inner-max, min(88px, 28vw));
  flex-shrink: 0;
  display: block;
}

/* ========== /contact — editor mock (split hero + lower, full-bleed assets from Landing §18) ========== */
body.landing-page .page.contact-page--mock {
  background: linear-gradient(180deg, #ebe7e2 0%, #f2f0ed 100%);
  overflow-x: clip;
  padding-left: max(0px, env(safe-area-inset-left, 0px));
  padding-right: max(0px, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

body.landing-page main.page.contact-page--mock {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

body.landing-page .pmh-contact-mock {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}

/* --- Hero --- */
body.landing-page .pmh-contact-mock__hero {
  position: relative;
  isolation: isolate;
  min-height: max(300px, min(56vw, 860px));
  max-height: 860px;
  height: 56vw;
  display: grid;
  place-items: center;
  padding: clamp(32px, 5vw, 80px) clamp(20px, 5vw, 72px);
  padding-top: max(clamp(32px, 5vw, 80px), env(safe-area-inset-top, 0px));
  overflow: hidden;
}

body.landing-page .pmh-contact-mock__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.landing-page .pmh-contact-mock__hero-bg--fallback {
  background:
    linear-gradient(rgba(244, 240, 235, 0.65), rgba(244, 240, 235, 0.65)),
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.25), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.25), transparent 26%),
    linear-gradient(135deg, #cbc5bc 0%, #ebe7e2 48%, #ddd7cf 100%);
}

body.landing-page .pmh-contact-mock__hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.75;
  mix-blend-mode: multiply;
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.95" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23n)" opacity="0.08"/></svg>') repeat;
}

body.landing-page .pmh-contact-mock__hero-bg + .pmh-contact-mock__hero-grain {
  opacity: 0.55;
}

body.landing-page .pmh-contact-mock__decor {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.88;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.08));
}

body.landing-page .pmh-contact-mock__decor--tr {
  top: -6%;
  right: -4%;
  width: min(220px, 30vw);
  height: min(220px, 30vw);
}

body.landing-page .pmh-contact-mock__decor--bl {
  bottom: -12%;
  left: -9%;
  width: min(220px, 30vw);
  height: min(220px, 30vw);
}

body.landing-page .pmh-contact-mock__hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.landing-page .pmh-contact-mock__hero-title {
  margin: 0;
  font-family: "Anton", "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: var(--contact-hero-title-size, clamp(2.2rem, 7vw, 5.5rem));
  line-height: 0.95;
  text-transform: uppercase;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.12em;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.14));
}

body.landing-page .pmh-contact-mock__hero-title-part--dark {
  color: #5a5b50;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.18), 0 8px 14px rgba(0, 0, 0, 0.14);
}

body.landing-page .pmh-contact-mock__hero-title-part--light {
  color: #ccb89d;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.26), 0 8px 14px rgba(0, 0, 0, 0.12);
}

body.landing-page .pmh-contact-mock__hero-title-part--full {
  background: linear-gradient(90deg, #5a5b50 0%, #5a5b50 35%, #ccb89d 70%, #c4a882 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.12));
}

/* --- Lower band --- */
body.landing-page .pmh-contact-mock__lower {
  position: relative;
  isolation: isolate;
  padding:
    clamp(48px, 7vw, 120px)
    max(clamp(16px, 5vw, 120px), env(safe-area-inset-right, 0px))
    max(clamp(56px, 8vw, 140px), env(safe-area-inset-bottom, 0px))
    max(clamp(16px, 5vw, 120px), env(safe-area-inset-left, 0px));
  background: linear-gradient(180deg, #dad7d2 0%, #f2f1ef 100%);
  overflow: hidden;
}

body.landing-page .pmh-contact-mock__lower--unified-bg {
  background: transparent;
}

/* Full-bleed photo for entire .pmh-contact-mock__lower (admin: contact_lower_bg) */
body.landing-page .pmh-contact-mock__lower-unified-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

body.landing-page .pmh-contact-mock__lower--unified-bg .pmh-contact-mock__lower-inner {
  position: relative;
  z-index: 1;
}

body.landing-page .pmh-contact-mock__lower-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 22px;
  z-index: 2;
  background: rgba(217, 213, 208, 0.92);
  pointer-events: none;
}

body.landing-page .pmh-contact-mock__lower-inner {
  position: relative;
  z-index: 1;
  padding-top: 8px;
}

body.landing-page .pmh-contact-mock__lower-content {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
}

body.landing-page .pmh-contact-mock__lower-content-stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Avoid double-heavy padding vs .v1-mock-container on /contact; center column content */
body.landing-page .page.contact-page--mock .pmh-contact-mock__lower-inner.v1-mock-container {
  padding: clamp(4px, 1.5vw, 24px) clamp(10px, 3.5vw, 28px);
  max-width: min(1250px, 100%);
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.landing-page .pmh-contact-mock__heading-band {
  position: relative;
  isolation: isolate;
  margin: 0 0 clamp(36px, 5vw, 72px);
  width: 100%;
  max-width: 100%;
}

body.landing-page .pmh-contact-mock__heading-band--has-bg {
  padding: clamp(28px, 4vw, 52px) clamp(20px, 4vw, 40px);
  border-radius: 22px;
  overflow: hidden;
}

body.landing-page .pmh-contact-mock__heading-band-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.landing-page .pmh-contact-mock__heading-band-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

body.landing-page .pmh-contact-mock__heading-band .pmh-contact-mock__sub {
  margin-bottom: 0;
}

/* Background behind the three contact cards only (below heading band) */
body.landing-page .pmh-contact-mock__cards-band {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

body.landing-page .pmh-contact-mock__cards-band--has-bg {
  padding: clamp(20px, 4vw, 48px) clamp(14px, 3vw, 32px);
  border-radius: 22px;
  overflow: hidden;
}

body.landing-page .pmh-contact-mock__cards-band-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.landing-page .pmh-contact-mock__cards-band-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

body.landing-page .pmh-contact-mock__heading {
  margin: 0 0 clamp(18px, 2.5vw, 26px);
  font-family: "Anton", "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: var(--contact-lower-heading-size, clamp(1.75rem, 4.5vw, 3.75rem));
  line-height: 0.95;
  letter-spacing: 0.03em;
  color: #f6f5f4;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.92),
    0 6px 0 rgba(230, 228, 225, 0.92),
    0 12px 22px rgba(0, 0, 0, 0.14);
}

body.landing-page .pmh-contact-mock__sub {
  margin: 0 0 clamp(36px, 5vw, 72px);
  font-size: var(--contact-tagline-size, clamp(0.85rem, 1.6vw, 1.35rem));
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  color: #4d504b;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

body.landing-page .page.contact-page--mock .pmh-contact-mock__link:hover .pmh-contact-mock__icon-tile {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 34px rgba(0, 0, 0, 0.12);
}

body.landing-page .page.contact-page--mock .pmh-contact-mock__icon-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, var(--contact-icon-tile-max, min(220px, 62vw)));
  aspect-ratio: 1 / 1;
  max-width: var(--contact-icon-tile-max, min(220px, 62vw));
  margin: 0 auto clamp(16px, 3vw, 24px);
  border-radius: clamp(18px, 3.5vw, 28px);
  background: linear-gradient(135deg, #565a4f 0%, #84837b 54%, #a8a79d 100%) !important;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 16px 30px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.landing-page .page.contact-page--mock .pmh-contact-mock__icon-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 40% 25%, rgba(255, 255, 255, 0.14), transparent 36%);
  pointer-events: none;
}

body.landing-page .page.contact-page--mock .pmh-contact-mock__icon-img {
  position: relative;
  z-index: 1;
  width: 76%;
  height: 76%;
  max-width: var(--contact-icon-inner-max, min(88px, 28vw));
  max-height: var(--contact-icon-inner-max, min(88px, 28vw));
  object-fit: contain;
}

body.landing-page .pmh-contact-mock__card-label {
  font-family: "Anton", "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: var(--contact-card-label-size, clamp(1.05rem, 1.5vw, 1.5rem));
  line-height: 1;
  color: #4d3446;
  margin: 0 0 8px;
}

body.landing-page .pmh-contact-mock__card-desc {
  font-size: var(--contact-card-desc-size, clamp(0.9rem, 2.2vw, 1.25rem));
  line-height: 1.35;
  color: #202020;
  margin: 0;
  font-weight: 400;
  max-width: min(340px, 100%);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  body.landing-page .pmh-contact-mock__hero {
    min-height: max(280px, min(62vw, 720px));
    height: 62vw;
  }
}

@media (max-width: 900px) {
  body.landing-page .pmh-contact-mock__hero {
    min-height: max(260px, min(78vw, 820px));
    height: 78vw;
  }

  body.landing-page .pmh-contact-mock__decor--tr {
    width: min(160px, 34vw);
    height: min(160px, 34vw);
  }

  body.landing-page .pmh-contact-mock__decor--bl {
    width: min(160px, 34vw);
    height: min(160px, 34vw);
  }
}

@media (max-width: 640px) {
  body.landing-page .pmh-contact-mock__hero {
    height: auto;
    min-height: max(300px, min(48vh, 520px));
    max-height: none;
    padding: max(24px, env(safe-area-inset-top, 0px)) max(16px, env(safe-area-inset-right, 0px)) 36px max(16px, env(safe-area-inset-left, 0px));
  }

  body.landing-page .pmh-contact-mock__hero-title {
    font-size: var(--contact-hero-title-size, clamp(2rem, 10vw, 4.2rem));
  }

  body.landing-page .pmh-contact-mock__heading {
    font-size: var(--contact-lower-heading-size, clamp(1.5rem, 8vw, 2.85rem));
  }

  body.landing-page .pmh-contact-mock__sub {
    font-size: var(--contact-tagline-size, clamp(0.82rem, 3.8vw, 1.1rem));
    margin-bottom: 28px;
    padding: 0 4px;
  }

  body.landing-page .page.contact-page--mock .pmh-contact-mock__icon-tile {
    max-width: var(--contact-icon-tile-max, min(260px, 82vw));
    width: min(100%, var(--contact-icon-tile-max, min(260px, 82vw)));
  }

  body.landing-page .page.contact-page--mock .v1-mock-contact-icon-svg {
    max-width: var(--contact-icon-inner-max, min(100px, 32vw));
    max-height: var(--contact-icon-inner-max, min(100px, 32vw));
  }

  body.landing-page .page.contact-page--mock .pmh-contact-mock__icon-img {
    max-width: var(--contact-icon-inner-max, min(100px, 32vw));
    max-height: var(--contact-icon-inner-max, min(100px, 32vw));
  }

  body.landing-page .pmh-contact-mock__heading-band--has-bg {
    padding: clamp(20px, 5vw, 40px) clamp(14px, 4vw, 24px);
    border-radius: clamp(16px, 4vw, 22px);
  }

  body.landing-page .pmh-contact-mock__cards-band--has-bg {
    padding: clamp(16px, 4vw, 32px) clamp(12px, 3vw, 20px);
    border-radius: clamp(16px, 4vw, 22px);
  }
}

/* Luxury (v2) theme: keep mock contact labels solid maroon / body (v2 otherwise gradients h3) */
body.landing-page.home-landing-v2 .page.contact-page--mock .pmh-contact-mock__card-label {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #4d3446 !important;
  color: #4d3446 !important;
  animation: none !important;
  filter: none !important;
}

body.landing-page.home-landing-v2 .page.contact-page--mock .pmh-contact-mock__card-desc {
  color: #202020 !important;
}

body.landing-page.home-landing-v2 .page.contact-page--mock .pmh-contact-mock__icon-tile {
  background: linear-gradient(135deg, #565a4f 0%, #84837b 54%, #a8a79d 100%) !important;
  color: #fff !important;
  animation: none !important;
}

body.landing-page.home-landing-v2 .page.contact-page--mock .v1-mock-contact-link-block:hover .pmh-contact-mock__icon-tile {
  transform: translateY(-4px);
}

/* ========== /about page (Landing Section 17) — exact layout clone, original colors ========== */
body.landing-page .page.about-page--exact {
  margin: 0;
  padding: 0;
  max-width: none;
  background-color: #f1efea;
}

body.landing-page .pmh-about-page {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #f1efea;
  color: #4a4a4a;
  line-height: 1.5;
}

body.landing-page .pmh-about-page__bg-split {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #5c5854;
  background-image:
    radial-gradient(ellipse 70% 240% at 0% -30%, #3d3a37 0%, transparent 58%),
    radial-gradient(ellipse 55% 260% at 50% -100%, rgba(237, 230, 216, 0.78) 0%, rgba(220, 210, 194, 0.28) 32%, transparent 56%),
    radial-gradient(ellipse 75% 220% at 100% 130%, #45423e 0%, transparent 58%),
    linear-gradient(162deg, #5f5a56 0%, #6e6861 34%, #9a9187 52%, #6a6460 78%, #585450 100%);
  z-index: 0;
  pointer-events: none;
}

/* Section 17 admin upload: one photo under the same gradient tint (readable headlines) */
body.landing-page .pmh-about-page__bg-split--photo {
  background-image:
    radial-gradient(ellipse 70% 240% at 0% -30%, rgba(61, 58, 55, 0.88) 0%, transparent 58%),
    radial-gradient(ellipse 55% 260% at 50% -100%, rgba(237, 230, 216, 0.5) 0%, rgba(220, 210, 194, 0.22) 32%, transparent 56%),
    radial-gradient(ellipse 75% 220% at 100% 130%, rgba(69, 66, 62, 0.82) 0%, transparent 58%),
    linear-gradient(162deg, rgba(95, 90, 86, 0.82) 0%, rgba(110, 104, 97, 0.72) 34%, rgba(154, 145, 135, 0.62) 52%, rgba(106, 100, 96, 0.76) 78%, rgba(88, 84, 80, 0.84) 100%),
    var(--pmh-about-hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.landing-page .pmh-about-page__bg-split-dark,
body.landing-page .pmh-about-page__bg-split-light {
  display: none;
}

body.landing-page .pmh-about-page__canvas {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
  padding-top: 169px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 48px;
  box-sizing: border-box;
}

body.landing-page .pmh-about-page__header-row {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  margin-bottom: 50px;
  gap: 24px;
}

body.landing-page .pmh-about-page__header-left {
  width: 320px;
  max-width: 100%;
  flex-shrink: 0;
  padding-left: 20px;
}

body.landing-page .pmh-about-page__header-kicker {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

body.landing-page .pmh-about-page__header-lead {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  color: #eaeaea;
  margin: 0;
  text-transform: uppercase;
}

body.landing-page .pmh-about-page__header-right {
  width: 580px;
  max-width: 100%;
  flex: 1;
  text-align: right;
  padding-right: 20px;
  margin-top: -15px;
}

body.landing-page .pmh-about-page__hero-title {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-weight: 700;
  color: #fff;
}

body.landing-page .pmh-about-page__hero-desc {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 380px;
  color: #f4f4f4;
}

body.landing-page .pmh-about-page__main-content {
  position: relative;
  height: 1100px;
}

body.landing-page .pmh-about-page__dna-image {
  position: absolute;
  top: -65px;
  left: 20px;
  width: 213px;
  height: 501px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  z-index: 1;
}

body.landing-page .pmh-about-page__glass-card {
  position: absolute;
  width: 260px;
  max-width: calc(100vw - 48px);
  z-index: 2;
  background: linear-gradient(135deg, #a39682 0%, #8b7f6b 100%);
  border-radius: 14px;
  padding: 22px 20px;
  color: #fff;
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

body.landing-page .pmh-about-page__card-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

body.landing-page .pmh-about-page__icon-circle {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  flex-shrink: 0;
}

body.landing-page .pmh-about-page__icon-circle img {
  width: 22px;
  height: 74px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.landing-page .pmh-about-page__glass-card-title {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}

body.landing-page .pmh-about-page__glass-card-text {
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 500;
  color: #f7f7f7;
  margin: 0;
}

body.landing-page .pmh-about-page__glass-card--1 {
  top: 400px;
  left: -10px;
}

body.landing-page .pmh-about-page__glass-card--2 {
  top: 580px;
  left: 160px;
}

body.landing-page .pmh-about-page__glass-card--3 {
  top: 760px;
  left: -10px;
}

body.landing-page .pmh-about-page__glass-card--4 {
  top: 940px;
  left: 160px;
}

body.landing-page .pmh-about-page__col-right {
  position: absolute;
  right: -52px;
  top: 0;
  width: 500px;
  max-width: calc(100% - 40px);
  padding-right: 0;
  overflow: visible;
}

body.landing-page .pmh-about-page__procedure-image {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 35px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: block;
}

body.landing-page .pmh-about-page__section-subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #6d6b62;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

body.landing-page .pmh-about-page__section-title {
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  line-height: 0.95;
  color: #928773;
  margin: 0 0 16px;
  font-weight: 700;
  text-transform: uppercase;
}

body.landing-page .pmh-about-page__section-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #4a4a4a;
  width: 100%;
  max-width: 400px;
  margin: 0 0 35px;
  font-weight: 500;
}

body.landing-page .pmh-about-page__check-list {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
}

body.landing-page .pmh-about-page__check-list li {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: #3b3a36;
  margin-bottom: 22px;
}

body.landing-page .pmh-about-page__check-list li:last-child {
  margin-bottom: 0;
}

body.landing-page .pmh-about-page__check-circle {
  width: 28px;
  height: 28px;
  background-color: #3b3a36;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 14px;
  flex-shrink: 0;
  font-weight: 700;
}

body.landing-page .pmh-about-page__cert-frame {
  width: 380px;
  max-width: 100%;
  height: 250px;
  border: 8px solid #3b3a36;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 8px;
  float: right;
  margin-right: -40px;
  overflow: hidden;
}

body.landing-page .pmh-about-page__cert-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.landing-page .pmh-about-page__col-right::after {
  content: "";
  display: table;
  clear: both;
}

/* Philosophy band — same soft layered gradient language as hero */
body.landing-page .pmh-about-page__philo-wrapper {
  position: relative;
  width: 100%;
  background-color: #5c5854;
  background-image:
    radial-gradient(ellipse 95% 85% at 6% 8%, rgba(52, 49, 46, 0.85) 0%, transparent 52%),
    radial-gradient(ellipse 65% 55% at 44% 4%, rgba(236, 229, 215, 0.55) 0%, rgba(210, 200, 186, 0.2) 42%, transparent 68%),
    radial-gradient(ellipse 100% 90% at 98% 92%, rgba(48, 45, 42, 0.75) 0%, transparent 55%),
    linear-gradient(148deg, #5f5a56 0%, #726c65 22%, #8f877d 40%, #7a736d 58%, #5a5652 82%, #4e4a47 100%);
  padding: 70px 0 120px;
  margin-top: 60px;
}

body.landing-page .pmh-about-page__philo-wrapper--photo {
  background-image:
    radial-gradient(ellipse 95% 85% at 6% 8%, rgba(52, 49, 46, 0.88) 0%, transparent 52%),
    radial-gradient(ellipse 65% 55% at 44% 4%, rgba(236, 229, 215, 0.45) 0%, rgba(210, 200, 186, 0.18) 42%, transparent 68%),
    radial-gradient(ellipse 100% 90% at 98% 92%, rgba(48, 45, 42, 0.78) 0%, transparent 55%),
    linear-gradient(148deg, rgba(95, 90, 86, 0.78) 0%, rgba(114, 108, 101, 0.68) 22%, rgba(143, 135, 125, 0.6) 40%, rgba(122, 115, 109, 0.7) 58%, rgba(90, 86, 82, 0.8) 82%, rgba(78, 74, 71, 0.85) 100%),
    var(--pmh-about-philo-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.landing-page .pmh-about-page__philo-canvas {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 900px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

body.landing-page .pmh-about-page__philo-big-title {
  position: absolute;
  top: 0;
  right: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 74px;
  line-height: 0.95;
  color: #f1efea;
  text-transform: uppercase;
  text-align: right;
  width: min(610px, 100%);
  max-width: calc(100% - 40px);
  margin: 0;
  letter-spacing: 0.002em;
  font-weight: 700;
}

body.landing-page .pmh-about-page__philo-image-left {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 320px;
  max-width: calc(100% - 40px);
  height: 560px;
  border-radius: 30px;
  overflow: hidden;
}

body.landing-page .pmh-about-page__philo-image-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.landing-page .pmh-about-page__philo-text-block {
  position: absolute;
  top: 200px;
  left: 380px;
  /* Keep text clear of the right column sphere (~270px + gap); sphere stacks above in DOM */
  width: min(460px, calc(100% - 380px - 290px));
  max-width: calc(100% - 400px);
  z-index: 1;
}

body.landing-page .pmh-about-page__philo-sub {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 0.98;
  color: #3b3a36;
  margin: 0 0 16px;
  letter-spacing: 0.002em;
  font-weight: 700;
  text-transform: none;
}

body.landing-page .pmh-about-page__philo-text {
  font-size: 15px;
  line-height: 1.6;
  color: #f1efea;
  font-weight: 500;
  margin: 0 0 50px;
}

body.landing-page .pmh-about-page__philo-text-block .pmh-about-page__philo-text:last-child {
  margin-bottom: 0;
}

body.landing-page .pmh-about-page__philo-image-sphere {
  position: absolute;
  top: 450px;
  right: 0;
  width: 270px;
  max-width: 42%;
  height: 480px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  z-index: 0;
}

body.landing-page .pmh-about-page__philo-image-sphere img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Stack layout below 1100px — tablets / small laptops (absolute desktop grid overflows) */
@media (max-width: 1100px) {
  body.landing-page .pmh-about-page__canvas {
    padding-top: 40px;
    padding-left: clamp(14px, 4vw, 24px);
    padding-right: clamp(14px, 4vw, 24px);
  }

  body.landing-page .pmh-about-page__bg-split {
    height: min(500px, 82vw);
  }

  body.landing-page .pmh-about-page__header-row {
    flex-direction: column;
    margin-bottom: 32px;
  }

  body.landing-page .pmh-about-page__header-left,
  body.landing-page .pmh-about-page__header-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-top: 0;
  }

  body.landing-page .pmh-about-page__hero-desc {
    margin-left: 0;
    max-width: none;
  }

  body.landing-page .pmh-about-page__header-kicker {
    font-size: clamp(1.5rem, 6vw, 32px);
  }

  body.landing-page .pmh-about-page__hero-title {
    font-size: clamp(1.75rem, 7vw, 42px);
  }

  body.landing-page .pmh-about-page__section-title {
    font-size: clamp(2rem, 8vw, 46px);
  }

  body.landing-page .pmh-about-page__main-content {
    height: auto;
    padding-bottom: 24px;
  }

  body.landing-page .pmh-about-page__dna-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 213px;
    height: auto;
    aspect-ratio: 213 / 501;
    max-height: 501px;
    margin-bottom: 24px;
  }

  body.landing-page .pmh-about-page__glass-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: none;
    margin-top: 20px;
  }

  body.landing-page .pmh-about-page__col-right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: none;
    margin-top: 32px;
  }

  body.landing-page .pmh-about-page__philo-wrapper {
    padding: 48px 0 72px;
    margin-top: 40px;
  }

  body.landing-page .pmh-about-page__philo-canvas {
    min-height: 0;
  }

  body.landing-page .pmh-about-page__philo-big-title {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: none;
    text-align: left;
    font-size: clamp(2rem, 10vw, 3.2rem);
    margin-bottom: 28px;
  }

  body.landing-page .pmh-about-page__philo-image-left {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 320 / 560;
    max-height: 560px;
    margin-bottom: 28px;
  }

  body.landing-page .pmh-about-page__philo-text-block {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    margin-bottom: 28px;
  }

  body.landing-page .pmh-about-page__philo-sub {
    font-size: clamp(1.35rem, 5vw, 32px);
  }

  body.landing-page .pmh-about-page__philo-image-sphere {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 270px;
    height: auto;
    aspect-ratio: 270 / 480;
    max-height: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  body.landing-page .pmh-about-page__procedure-image {
    height: auto;
    min-height: 220px;
    aspect-ratio: 500 / 380;
  }

  body.landing-page .pmh-about-page__cert-frame {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    aspect-ratio: 380 / 250;
    border-right: 8px solid #3b3a36;
    border-bottom: 8px solid #3b3a36;
    border-top-right-radius: 8px;
  }
}

@media (max-width: 480px) {
  body.landing-page .pmh-about-page__header-kicker {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  body.landing-page .pmh-about-page__hero-title {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }

  body.landing-page .pmh-about-page__header-lead {
    font-size: 10px;
  }

  body.landing-page .pmh-about-page__section-title {
    font-size: clamp(1.65rem, 9vw, 2.25rem);
  }

  body.landing-page .pmh-about-page__section-desc {
    max-width: 100%;
  }

  body.landing-page .pmh-about-page__check-list li {
    font-size: clamp(0.9rem, 4.2vw, 1rem);
    align-items: flex-start;
  }

  body.landing-page .pmh-about-page__glass-card {
    padding: 18px 16px;
  }

  body.landing-page .pmh-about-page__philo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  body.landing-page .pmh-about-page__philo-canvas {
    padding-left: clamp(12px, 4vw, 16px);
    padding-right: clamp(12px, 4vw, 16px);
  }
}
