.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* ==========================================================
   GLOBE SERVICES — STYLES
   Palette: #242628 | #AD864D | #D6B88B | #F7E6CD | #96989B | #E6E7E8
   Typography: Montserrat (display) + Inter (body)
   ========================================================== */

/* ---------- TOKENS ---------- */
:root {
  --black: #242628;
  --gold: #AD864D;
  --gold-light: #D6B88B;
  --cream: #F7E6CD;
  --grey: #96989B;
  --grey-light: #E6E7E8;
  --white: #FFFFFF;

  --text: #242628;
  --text-soft: #242628cc;
  --text-mute: #24262880;
  --line: #24262818;
  --line-gold: #AD864D33;

  --display: 'Montserrat', -apple-system, system-ui, sans-serif;
  --body: 'Inter', -apple-system, system-ui, sans-serif;

  --container: 1280px;
  --gutter: clamp(20px, 4vw, 64px);
  --section-spacing: clamp(80px, 12vw, 148px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 0px; /* No rounded corners — premium sharp aesthetic */
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; margin: 0; }

/* ---------- LAYOUT ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--section-spacing) 0; }
.section--dark { background: var(--black); color: var(--white); }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--white); }
.section--dark .eyebrow { color: var(--gold-light); }
.section--dark .eyebrow::before { background: var(--gold-light); }
.section--dark .lead { color: rgba(255,255,255,0.72); }
.section--cream { background: var(--cream); }

.divider { height: 1px; background: var(--line); margin: 0; }

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 500;
  color: var(--black);
  margin: 0;
  line-height: 1.12;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 600; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.8rem); letter-spacing: -0.015em; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.5rem); font-weight: 600; letter-spacing: -0.01em; }
h4 { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }

p { margin: 0 0 20px; }
p:last-child { margin-bottom: 0; }

.lead {
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.65;
  color: var(--text-soft);
}
.text-muted { color: var(--text-mute); font-size: 0.9rem; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before {
  content: none;
  display: none;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--gold);
  margin-top: 24px;
  transition: gap 0.3s var(--ease);
}
.link-arrow:hover { gap: 14px; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1.5px solid var(--black);
  color: var(--black);
  background: transparent;
  transition: all 0.35s var(--ease);
}
.btn .arrow { transition: transform 0.35s var(--ease); }
.btn:hover { background: var(--black); color: var(--white); }
.btn:hover .arrow { transform: translateX(4px); }
.btn--primary { background: var(--black); color: var(--white); border-color: var(--black); }
.btn--primary:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }
.btn--gold { background: var(--gold); border-color: var(--gold); color: var(--white); }
.btn--gold:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--black); }
.btn--ghost-light { border-color: rgba(255,255,255,0.5); color: var(--white); }
.btn--ghost-light:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.btn--full { width: 100%; justify-content: center; }

/* ---------- NAV ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px 0;
  transition: background 0.4s var(--ease), padding 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.nav.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 14px 0;
  box-shadow: 0 1px 0 var(--line);
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-globe {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.logo-globe::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 10%;
  width: 70%;
  height: 70%;
  background: rgba(255,255,255,0.25);
  border-radius: 40% 60% 60% 40% / 50% 50% 50% 50%;
}
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--black);
}
.logo-sub {
  font-family: var(--body);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  color: var(--gold);
  margin-top: 2px;
}
.footer .logo-name { color: var(--white); }

.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-soft);
  transition: color 0.2s;
  position: relative;
}
.nav-links a.active { color: var(--black); }
.nav-links a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta {
  padding: 10px 20px;
  border: 1.5px solid var(--black);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  transition: all 0.3s var(--ease);
}
.nav-cta:hover { background: var(--black); color: var(--white); }

/* Mobile menu toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--black);
  transition: all 0.3s var(--ease);
}
@media (max-width: 880px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    inset: 0;
    background: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s var(--ease);
    z-index: 99;
  }
  .nav-links.is-open { opacity: 1; pointer-events: auto; }
  .nav-links a { font-size: 1.2rem; }
  .nav-links .nav-cta { font-size: 13px; }
}

/* ---------- HERO ---------- */
.hero {
  padding-top: clamp(130px, 16vh, 190px);
  padding-bottom: var(--section-spacing);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.hero-content .eyebrow { margin-bottom: 28px; }
.hero-content h1 { margin-bottom: 28px; }
.hero-sub {
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  color: var(--text-soft);
  max-width: 540px;
  margin-bottom: 40px;
}

.hero-sub-mobile-line { display: inline; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-visual { aspect-ratio: 4/5; }
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { aspect-ratio: 16/10; }
}

/* ---------- PLACEHOLDERS ---------- */
.placeholder-img {
  background: var(--grey-light);
  border: 2px dashed var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.placeholder-img span {
  font-size: 0.85rem;
  color: var(--grey);
  font-style: italic;
  max-width: 240px;
  line-height: 1.5;
}
.placeholder-img--tall { aspect-ratio: 4/5; }
.placeholder-img--square { aspect-ratio: 1/1; }
.placeholder-img--wide { aspect-ratio: 16/9; }

.page-editorial-image {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--grey-light);
  box-shadow: 0 28px 70px rgba(36, 38, 40, 0.14);
}

/* ---------- INTRO ---------- */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
.intro-quote {
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--black);
  margin: 24px 0 0;
  border-left: 3px solid var(--gold);
  padding-left: 28px;
}
.intro-quote em { color: var(--gold); font-style: normal; }
.intro-right p { color: var(--text-soft); font-size: 1.05rem; }
@media (max-width: 880px) {
  .intro-grid { grid-template-columns: 1fr; }
}

/* ---------- SEC HEADER ---------- */
.sec-header { max-width: 780px; margin-bottom: clamp(48px, 7vw, 80px); }
.sec-header h2 { margin-top: 20px; }
.sec-header .lead { margin-top: 20px; }
.sec-header--center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-cta { margin-top: 56px; }

/* ---------- FLOW CHAIN (problem section) ---------- */
.flow-chain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 56px;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.flow-item {
  padding: 12px 24px;
  border: 1px solid var(--gold);
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--white);
}
.flow-arrow {
  padding: 0 12px;
  color: var(--gold);
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .flow-chain { flex-direction: column; gap: 8px; }
  .flow-arrow { transform: rotate(90deg); padding: 4px; }
}

.problems-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 48px;
}
.problem-item {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
}
.problem-icon { color: var(--gold); }
@media (max-width: 640px) {
  .problems-grid { grid-template-columns: 1fr; }
}

/* ---------- SERVICES GRID (home page) ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  padding: 40px 32px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: all 0.35s var(--ease);
  position: relative;
}
.service-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--text-soft); font-size: 0.95rem; margin: 0; }
.service-card--featured {
  background: var(--black);
  border-color: var(--black);
  grid-column: span 3;
  padding: 56px 48px;
}
.service-card--featured h3 { color: var(--white); font-size: clamp(1.4rem, 2.2vw, 1.8rem); }
.service-card--featured p { color: rgba(255,255,255,0.72); font-size: 1.05rem; }
.service-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
  padding: 6px 14px;
  border: 1px solid var(--gold);
}
@media (max-width: 880px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card--featured { grid-column: span 1; }
}

/* ---------- PROCESS ---------- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.process-step {
  padding: 40px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.step-num {
  display: block;
  font-family: var(--display);
  font-size: 2.6rem;
  font-weight: 300;
  color: var(--gold);
  margin-bottom: 20px;
  line-height: 1;
}
.process-step h3 { margin-bottom: 10px; }
.process-step p { color: var(--text-soft); font-size: 0.9rem; margin: 0; }
@media (max-width: 880px) {
  .process-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .process-grid { grid-template-columns: 1fr; }
}

/* ---------- WHY GRID ---------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.why-item {
  padding: 48px 32px 48px 0;
  border-bottom: 1px solid var(--line);
}
.why-item:nth-child(3n+2),
.why-item:nth-child(3n+3) { padding-left: 32px; }
.why-item:nth-child(3n+1),
.why-item:nth-child(3n+2) { border-right: 1px solid var(--line); }
.why-item h3 { margin-bottom: 10px; color: var(--black); }
.why-item p { color: var(--text-soft); font-size: 0.95rem; margin: 0; }
@media (max-width: 880px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-item { border-right: none !important; padding-left: 0 !important; }
}

/* ---------- TESTIMONIALS ---------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  padding: 40px;
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.testimonial-quote {
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--black);
  flex: 1;
  margin-bottom: 28px;
}
.testimonial-source {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--grey);
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
@media (max-width: 880px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* ---------- CTA SECTION ---------- */
.cta-section .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- PAGE HEADER ---------- */
.page-header {
  padding: clamp(140px, 18vh, 200px) 0 clamp(60px, 8vh, 100px);
  border-bottom: 1px solid var(--line);
}
.page-header .eyebrow { margin-bottom: 24px; }
.page-header h1 { max-width: 800px; }
.page-header-sub {
  margin-top: 24px;
  max-width: 620px;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: var(--text-soft);
}

/* ---------- ABOUT ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.about-content h2 { margin-bottom: 24px; }
.about-content p { color: var(--text-soft); font-size: 1.02rem; }
@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; }
}

.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.vision-card {
  padding: 48px 40px;
  background: var(--white);
  border: 1px solid var(--line);
}
.vision-card h3 { margin-bottom: 16px; }
.vision-card p { color: var(--text-soft); margin: 0; }
@media (max-width: 640px) {
  .vision-grid { grid-template-columns: 1fr; }
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.value-item {
  padding: 36px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.value-item h3 { font-size: 1.1rem; margin-bottom: 10px; }
.value-item p { color: var(--text-soft); font-size: 0.9rem; margin: 0; }
@media (max-width: 640px) {
  .values-grid { grid-template-columns: 1fr; }
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.experience-grid h2 { margin-top: 20px; margin-bottom: 24px; }
@media (max-width: 880px) {
  .experience-grid { grid-template-columns: 1fr; }
}

/* ---------- SERVICES PAGE ---------- */
.service-feature {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.service-feature-content h2 { margin-top: 20px; margin-bottom: 24px; }
.service-feature-content p { color: var(--text-soft); }
.service-flow {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 36px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.service-flow span:not(.flow-sep) {
  padding: 10px 16px;
  border: 1px solid var(--gold);
}
.flow-sep { padding: 0 6px; color: var(--grey); }
@media (max-width: 880px) {
  .service-feature { grid-template-columns: 1fr; }
}

.service-detail {
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: baseline;
}
.service-detail:first-of-type { border-top: 1px solid var(--line); }
.service-detail-header { display: flex; align-items: baseline; gap: 20px; }
.service-num {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
}
.service-detail-body p { color: var(--text-soft); font-size: 1rem; }
.service-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
}
.service-list li {
  font-size: 0.9rem;
  color: var(--text-soft);
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  padding-left: 16px;
  position: relative;
}
.service-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold);
}
@media (max-width: 880px) {
  .service-detail { grid-template-columns: 1fr; gap: 16px; }
  .service-list { grid-template-columns: 1fr; }
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.category-card {
  padding: 36px 28px;
  background: var(--white);
  border: 1px solid var(--line);
}
.category-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.category-card p { color: var(--text-soft); font-size: 0.9rem; margin: 0; }
@media (max-width: 880px) {
  .categories-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .categories-grid { grid-template-columns: 1fr; }
}

.pricing-block {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
  padding: 56px;
  background: var(--cream);
  border: 1px solid var(--line-gold);
}
.pricing-block h2 { margin-top: 20px; margin-bottom: 20px; }
.pricing-block p { color: var(--text-soft); }
.pricing-cta { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.pricing-tagline {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--gold);
  font-style: italic;
}
@media (max-width: 880px) {
  .pricing-block { grid-template-columns: 1fr; padding: 36px; }
}

/* ---------- CONTACT PAGE ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.contact-info { padding-top: 12px; }
.contact-block { margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.contact-block h3 { font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.contact-block p { font-family: var(--display); font-size: 1.2rem; margin: 0; }
.contact-block a:hover { color: var(--gold); }
.contact-note { margin-top: 40px; }
.contact-note h3 { font-size: 1.1rem; margin-bottom: 16px; letter-spacing: 0; text-transform: none; color: var(--black); }
.contact-note ol {
  list-style: none;
  padding: 0; margin: 0 0 20px;
  counter-reset: step;
}
.contact-note ol li {
  counter-increment: step;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text-soft);
  font-size: 0.95rem;
  display: flex;
  gap: 14px;
}
.contact-note ol li::before {
  content: counter(step);
  font-family: var(--display);
  font-weight: 600;
  color: var(--gold);
  min-width: 20px;
}

.contact-form {
  padding: 48px;
  background: var(--cream);
  border: 1px solid var(--line-gold);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { margin-bottom: 24px; }
.form-field label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 10px;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 0;
  font: inherit;
  font-size: 0.95rem;
  color: var(--text);
  background: transparent;
  border: none;
  border-bottom: 1.5px solid var(--line);
  transition: border-color 0.3s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-bottom-color: var(--gold);
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--grey); }
.form-field textarea { resize: vertical; min-height: 100px; }
.checkbox-group { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; }
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-soft);
  cursor: pointer;
}
.checkbox-item input[type="checkbox"] { width: auto; accent-color: var(--gold); }
.form-success {
  margin-top: 24px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--gold);
  color: var(--black);
  font-size: 0.95rem;
}
@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .checkbox-group { grid-template-columns: 1fr; }
}

/* ---------- FOOTER ---------- */
.footer {
  background: var(--black);
  color: rgba(255,255,255,0.7);
  padding: 80px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-brand p { margin-top: 20px; font-size: 0.9rem; line-height: 1.6; max-width: 300px; }
.footer-col h4 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-col li { margin-bottom: 10px; font-size: 0.85rem; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
}
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

/* ---------- REVEAL ANIMATION ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================
   CINEMATIC PREMIUM LAYER — 2026 REDESIGN
   Geometric silence, hotel materiality and restrained motion.
   This layer also refines the About, Services and Contact pages.
   ========================================================== */

/* ---------- GLOBAL CRAFT ---------- */
:root {
  --ink: #17191a;
  --surface: #fbfaf7;
  --surface-warm: #f4eadc;
  --gold-deep: #8f6b39;
  --shadow-soft: 0 28px 80px rgba(16, 18, 19, 0.10);
  --shadow-dark: 0 38px 100px rgba(0, 0, 0, 0.32);
  --cinematic: cubic-bezier(0.16, 1, 0.3, 1);
}

body {
  overflow-x: hidden;
  background: var(--surface);
}

::selection {
  background: var(--gold);
  color: var(--white);
}

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 1000;
  padding: 12px 18px;
  background: var(--white);
  color: var(--black);
  font-size: 13px;
  font-weight: 600;
  transform: translateY(-160%);
  transition: transform 0.25s var(--ease);
}

.skip-link:focus { transform: translateY(0); }

.gold { color: var(--gold); }

.section {
  position: relative;
  padding: clamp(92px, 11vw, 164px) 0;
}

.section--cream { background: var(--surface-warm); }

.section--dark {
  background:
    radial-gradient(circle at 86% 14%, rgba(173, 134, 77, 0.12), transparent 31%),
    linear-gradient(145deg, var(--ink), var(--black));
}

.sec-header h2,
.intro-block h2 {
  font-size: clamp(2.35rem, 4.8vw, 4.8rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.sec-header { margin-bottom: clamp(52px, 7vw, 88px); }
.sec-header--center { max-width: 900px; }
.sec-header--center .lead { max-width: 680px; margin-left: auto; margin-right: auto; }

.eyebrow {
  gap: 0;
  font-size: 10px;
  letter-spacing: 0.24em;
}

.eyebrow::before { content: none; display: none; }

.btn {
  min-height: 54px;
  justify-content: center;
  padding: 16px 28px;
  border-width: 1px;
  letter-spacing: 0.15em;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: currentColor;
  opacity: 0.08;
  transform: translateX(-102%);
  transition: transform 0.55s var(--cinematic);
}

.btn:hover::before { transform: translateX(0); }

/* ---------- OFFICIAL LOGO + CINEMATIC NAV ---------- */
.nav {
  height: 96px;
  padding: 0;
  display: flex;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: height 0.4s var(--ease), background 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease), opacity 0.55s var(--cinematic), transform 0.55s var(--cinematic);
}

.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
  opacity: 0.7;
  pointer-events: none;
  transition: opacity 0.45s var(--ease);
}

.nav-inner { width: 100%; position: relative; z-index: 1; }
.nav .logo { position: relative; z-index: 101; }
body.menu-is-open { overflow: hidden; }

.nav.is-scrolled {
  height: 76px;
  padding: 0;
  background: rgba(251, 250, 247, 0.94);
  border-bottom-color: rgba(36, 38, 40, 0.10);
  box-shadow: 0 10px 40px rgba(18, 20, 21, 0.06);
}

.nav.is-scrolled::before,
.nav.menu-open::before { opacity: 0; }

.logo { min-width: 152px; height: 48px; }

.logo-image {
  display: block;
  width: auto;
  height: 45px;
  object-fit: contain;
  object-position: left center;
}

.nav .logo-image--dark { display: none; }
.nav.is-scrolled .logo-image--light,
.nav.menu-open .logo-image--light { display: none; }
.nav.is-scrolled .logo-image--dark,
.nav.menu-open .logo-image--dark { display: block; }

.nav-links { gap: clamp(20px, 2.2vw, 38px); }

.nav-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.nav-links a.active,
.nav-links a:not(.nav-cta):hover { color: var(--white); }

.nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 1px;
  background: var(--gold-light);
  transition: right 0.35s var(--cinematic);
}

.nav-links a:not(.nav-cta):hover::after,
.nav-links a.active::after { right: 0; }

.nav-cta {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.nav-cta:hover { background: var(--gold); border-color: var(--gold); }

.nav.is-scrolled .nav-links a { color: rgba(36, 38, 40, 0.72); }
.nav.is-scrolled .nav-links a.active,
.nav.is-scrolled .nav-links a:not(.nav-cta):hover { color: var(--black); }
.nav.is-scrolled .nav-cta { color: var(--black); border-color: rgba(36, 38, 40, 0.5); }
.nav.is-scrolled .nav-cta:hover { color: var(--white); border-color: var(--black); }

.nav-toggle { position: relative; z-index: 101; }
.nav-toggle span { background: var(--white); height: 1px; }
.nav.is-scrolled .nav-toggle span,
.nav.menu-open .nav-toggle span { background: var(--black); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.page-home.hero-video-only .nav {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

/* ---------- FULLSCREEN VIDEO HERO ---------- */
.hero-stage {
  position: relative;
  height: 165svh;
  background: var(--ink);
}

.hero {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 100svh;
  padding: 0;
  display: flex;
  align-items: center;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.hero-video-wrap,
.hero-video,
.hero-overlay,
.hero-video-placeholder {
  position: absolute;
  inset: 0;
}

.hero-video-wrap { z-index: -2; transform-origin: 50% 50%; will-change: transform; }

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.68) contrast(1.08);
  transition: opacity 1.4s var(--cinematic);
}

.hero-video-wrap.video-ready .hero-video { opacity: 1; }

.hero-video-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  background:
    linear-gradient(120deg, rgba(15,17,18,0.38), rgba(15,17,18,0.76)),
    radial-gradient(circle at 72% 30%, rgba(214,184,139,0.28), transparent 35%),
    linear-gradient(145deg, #4a4d4f, #202325);
  color: rgba(255,255,255,0.82);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-align: center;
  transition: opacity 1.2s var(--ease);
}

.hero-video-placeholder .small {
  max-width: 520px;
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.hero-video-wrap.video-ready .hero-video-placeholder { opacity: 0; }

.hero-overlay {
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(12,14,15,0.84) 0%, rgba(12,14,15,0.52) 48%, rgba(12,14,15,0.18) 100%),
    linear-gradient(0deg, rgba(12,14,15,0.55), transparent 48%);
  transition: opacity 0.85s var(--cinematic);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.14;
  pointer-events: none;
  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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.hero-content {
  width: 100%;
  padding-top: 118px;
  padding-bottom: 88px;
  position: relative;
  z-index: 2;
  will-change: transform, opacity;
  transition: opacity 0.75s var(--cinematic), transform 0.9s var(--cinematic), filter 0.75s var(--cinematic);
}

.hero-badge {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,0.8);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 6px rgba(214,184,139,0.12);
}

.hero h1 {
  max-width: 1020px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: clamp(3rem, 7.1vw, 7rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.hero-title-line { display: block; }
.hero-title-mobile-line { display: inline; }

.hero-sub {
  max-width: 650px;
  margin-bottom: 38px;
  color: rgba(255,255,255,0.74);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
}

.hero-scroll-indicator {
  position: absolute;
  right: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
  bottom: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,0.52);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: opacity 0.55s var(--ease), transform 0.65s var(--cinematic);
}

.hero-stage.is-scrolled .hero-content {
  opacity: 0;
  transform: translate3d(0, -38px, 0);
  filter: blur(7px);
  pointer-events: none;
}

.hero-stage.is-scrolled .hero-scroll-indicator {
  opacity: 0;
  transform: translateY(16px);
}

.hero-stage.is-scrolled .hero-overlay { opacity: 0.34; }

.scroll-line { width: 62px; height: 1px; overflow: hidden; background: rgba(255,255,255,0.22); }
.scroll-line::after {
  content: "";
  display: block;
  width: 42%;
  height: 100%;
  background: var(--gold-light);
  animation: scrollPulse 2.2s var(--ease) infinite;
}

.hero-sound-control {
  position: absolute;
  right: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
  bottom: 76px;
  z-index: 4;
  min-width: 118px;
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(15,17,18,0.24);
  color: rgba(255,255,255,0.76);
  backdrop-filter: blur(12px);
  font-family: var(--body);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.hero-sound-control:hover,
.hero-sound-control.is-audible {
  color: var(--white);
  border-color: var(--gold-light);
  background: rgba(15,17,18,0.5);
}

.sound-icon--on { display: none; }
.hero-sound-control.is-audible .sound-icon--off { display: none; }
.hero-sound-control.is-audible .sound-icon--on { display: block; }

@keyframes scrollPulse {
  0% { transform: translateX(-110%); }
  60%, 100% { transform: translateX(260%); }
}

/* ---------- INTRO + NUMBERS ---------- */
.intro-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(420px, 1.28fr);
  column-gap: clamp(60px, 9vw, 140px);
  align-items: start;
}

.intro-block .eyebrow { grid-column: 1; margin-top: 14px; }
.intro-block h2,
.intro-block .lead,
.intro-block .link-arrow { grid-column: 2; }
.intro-block h2 { margin-bottom: 30px; }
.intro-block .lead { max-width: 750px; }

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(70px, 9vw, 120px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat {
  min-height: 184px;
  padding: 36px clamp(20px, 3vw, 44px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border-right: 1px solid var(--line);
}

.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat-num, .stat-suffix {
  font-family: var(--display);
  font-size: clamp(2.5rem, 4.3vw, 4.6rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--gold);
}
.stat-label { width: 100%; margin-top: 15px; color: var(--text-mute); font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }

/* ---------- OPERATIONAL CHAIN ---------- */
.problem-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(440px, 1.15fr);
  gap: clamp(56px, 10vw, 150px);
  align-items: center;
}

.problem-text h2 { margin: 22px 0 28px; font-size: clamp(2.5rem, 4.8vw, 5rem); font-weight: 400; letter-spacing: -0.05em; }

.problem-chain { border-top: 1px solid rgba(255,255,255,0.16); }
.chain-item {
  min-height: 84px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.78);
  transition: padding 0.5s var(--cinematic), color 0.35s ease, background 0.35s ease;
}
.chain-item:hover { padding-left: 18px; color: var(--white); background: linear-gradient(90deg, rgba(173,134,77,0.12), transparent); }
.chain-num { color: var(--gold-light); font-family: var(--display); font-size: 11px; letter-spacing: 0.14em; }
.chain-label { font-family: var(--display); font-size: clamp(1rem, 1.6vw, 1.32rem); font-weight: 400; }
.chain-arrow { height: 18px; margin-left: 25px; border-left: 1px solid var(--gold); color: transparent; }
.chain-item--alert { color: var(--gold-light); }

/* ---------- SERVICE SHOWCASE ---------- */
.services-showcase { display: grid; gap: 22px; }
.showcase-card {
  position: relative;
  min-height: 290px;
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.55s var(--cinematic), border-color 0.4s ease, box-shadow 0.55s var(--cinematic);
}

.showcase-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s var(--cinematic);
}

.showcase-card:hover { transform: translateY(-8px); border-color: var(--line-gold); box-shadow: var(--shadow-soft); }
.showcase-card:hover::before { transform: scaleX(1); }
.showcase-card h3 { margin-bottom: 14px; font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 500; }
.showcase-card p { max-width: 520px; color: var(--text-soft); font-size: 0.95rem; }

.showcase-card--hero {
  min-height: 510px;
  padding: clamp(44px, 7vw, 86px);
  display: block;
  background:
    radial-gradient(circle at 82% 20%, rgba(214,184,139,0.18), transparent 28%),
    linear-gradient(145deg, var(--black), var(--ink));
  color: var(--white);
  box-shadow: var(--shadow-dark);
}
.showcase-card--hero::after {
  content: "01";
  position: absolute;
  right: clamp(28px, 6vw, 88px);
  top: 50%;
  transform: translateY(-53%);
  color: rgba(255,255,255,0.035);
  font-family: var(--display);
  font-size: clamp(12rem, 24vw, 25rem);
  font-weight: 700;
  line-height: 1;
}
.showcase-card-inner { position: relative; z-index: 1; max-width: 740px; }
.showcase-tag { display: inline-flex; margin-bottom: clamp(62px, 9vw, 120px); padding: 8px 13px; border: 1px solid rgba(214,184,139,0.5); color: var(--gold-light); font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.showcase-card--hero h3 { max-width: 760px; margin-bottom: 22px; color: var(--white); font-size: clamp(2.4rem, 5vw, 5.1rem); font-weight: 300; letter-spacing: -0.05em; }
.showcase-card--hero p { color: rgba(255,255,255,0.68); font-size: clamp(1rem, 1.4vw, 1.15rem); }
.showcase-flow { margin-top: 40px; color: var(--gold-light); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; word-spacing: 10px; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ---------- PROCESS TIMELINE ---------- */
.process-timeline { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(36,38,40,0.18); border-left: 1px solid rgba(36,38,40,0.18); }
.timeline-item {
  min-height: 250px;
  padding: clamp(30px, 4vw, 48px);
  border-right: 1px solid rgba(36,38,40,0.18);
  border-bottom: 1px solid rgba(36,38,40,0.18);
  transition: background 0.4s ease;
}
.timeline-item:hover { background: rgba(255,255,255,0.58); }
.timeline-num { display: block; margin-bottom: 48px; color: var(--gold); font-family: var(--display); font-size: clamp(2.8rem, 4vw, 4.3rem); font-weight: 300; line-height: 1; letter-spacing: -0.06em; }
.timeline-body h3 { margin-bottom: 12px; }
.timeline-body p { color: var(--text-soft); font-size: 0.91rem; }

/* ---------- WHY GLOBE ---------- */
.why-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-card {
  min-height: 315px;
  padding: clamp(32px, 4vw, 48px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.4s ease, color 0.4s ease, transform 0.5s var(--cinematic);
}
.why-card:hover { z-index: 1; background: var(--black); color: var(--white); transform: scale(1.015); }
.why-icon { width: 58px; height: 58px; margin-bottom: 56px; display: grid; place-items: center; border: 1px solid var(--line-gold); color: var(--gold); }
.why-card h3 { margin-bottom: 13px; font-size: 1.22rem; }
.why-card p { color: var(--text-soft); font-size: 0.92rem; }
.why-card:hover h3 { color: var(--white); }
.why-card:hover p { color: rgba(255,255,255,0.64); }

/* ---------- HORIZONTAL SLIDERS ---------- */
.slider-shell {
  --slider-edge-colour: var(--white);
  width: 100%;
}

.slider-viewport {
  position: relative;
  overflow: hidden;
}

.slider-viewport::before,
.slider-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: clamp(42px, 7vw, 96px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--ease);
}

.slider-viewport::before {
  left: 0;
  background: linear-gradient(to right, var(--slider-edge-colour) 0%, transparent 100%);
  background: linear-gradient(to right, var(--slider-edge-colour) 0%, color-mix(in srgb, var(--slider-edge-colour) 78%, transparent) 35%, transparent 100%);
}

.slider-viewport::after {
  right: 0;
  background: linear-gradient(to left, var(--slider-edge-colour) 0%, transparent 100%);
  background: linear-gradient(to left, var(--slider-edge-colour) 0%, color-mix(in srgb, var(--slider-edge-colour) 78%, transparent) 35%, transparent 100%);
}

.slider-shell.can-scroll-left .slider-viewport::before,
.slider-shell.can-scroll-right .slider-viewport::after { opacity: 1; }

.slider-track {
  width: 100%;
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 0;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 1px;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.slider-track::-webkit-scrollbar { display: none; }
.slider-track:focus-visible { outline: 1px solid var(--gold); outline-offset: 8px; }

.slider-navigation {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  margin-top: 30px;
}

.slider-progress {
  position: relative;
  flex: 1;
  height: 1px;
  overflow: hidden;
  background: rgba(36,38,40,0.18);
}

.slider-progress span {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--gold);
  transform: scaleX(0.08);
  transform-origin: left center;
  transition: transform 0.35s var(--ease);
}

.slider-buttons { display: flex; gap: 10px; }

.slider-button {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36,38,40,0.28);
  color: var(--black);
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.slider-button:hover:not(:disabled),
.slider-button:focus-visible {
  border-color: var(--gold);
  background: var(--black);
  color: var(--white);
}

.slider-button:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.slider-button:disabled { opacity: 0.28; cursor: default; }

.section--dark .slider-progress { background: rgba(255,255,255,0.16); }
.section--dark .slider-progress span { background: var(--gold-light); }
.section--dark .slider-button { border-color: rgba(255,255,255,0.25); color: var(--white); }
.section--dark .slider-button:hover:not(:disabled),
.section--dark .slider-button:focus-visible { border-color: var(--gold-light); background: var(--gold); }

/* ---------- REAL HOSPITALITY SPACES ---------- */
.rooms-gallery { overflow: hidden; }
.room-slider { --slider-edge-colour: var(--cream); }
.rooms-gallery .sec-header { max-width: 850px; }
.rooms-gallery .sec-header h2 { margin: 20px 0 26px; }
.rooms-gallery .sec-header .lead { max-width: 680px; }
.room-slider-track { align-items: flex-end; }

.room-slide {
  position: relative;
  flex: 0 0 min(66vw, 820px);
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: var(--grey-light);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.room-slide--portrait {
  flex-basis: min(39vw, 470px);
  aspect-ratio: 2 / 3;
}

.room-slide::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(15,17,18,0.76), transparent);
}

.room-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.15s var(--cinematic), filter 0.7s ease;
}

.room-slide:hover img { transform: scale(1.035); filter: saturate(1.04); }

.room-slide figcaption {
  position: absolute;
  left: clamp(20px, 3vw, 34px);
  right: clamp(20px, 3vw, 34px);
  bottom: clamp(18px, 2.7vw, 30px);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(0.86rem, 1.3vw, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.room-slide figcaption span {
  color: var(--gold-light);
  font-family: var(--body);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

/* ---------- VERIFIED REVIEW PROOF ---------- */
.reviews-slider { --slider-edge-colour: var(--black); }
.reviews-grid { align-items: stretch; }
.review-card {
  flex: 0 0 calc((100% - 22px) / 2);
  min-height: 360px;
  padding: clamp(32px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.15);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transition: transform 0.55s var(--cinematic), border-color 0.4s ease, background 0.4s ease;
}
.review-card:hover { transform: translateY(-7px); border-color: rgba(214,184,139,0.55); background: rgba(255,255,255,0.07); }
.review-stars { margin-bottom: 36px; color: var(--gold-light); font-size: 11px; letter-spacing: 0.32em; }
.review-card blockquote { flex: 1; margin: 0 0 46px; color: var(--white); font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.72rem); font-weight: 300; line-height: 1.55; }
.review-footer { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; border-top: 1px solid rgba(255,255,255,0.13); }
.review-author { display: flex; flex-direction: column; gap: 4px; }
.review-name { color: rgba(255,255,255,0.76); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.review-property { color: rgba(255,255,255,0.4); font-size: 11px; }
.review-source { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,0.68); font-size: 11px; }
.review-platform-badge { width: 27px; height: 27px; display: grid; place-items: center; background: #d32f3f; color: var(--white); font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; }
.review-score-card { justify-content: center; background: linear-gradient(145deg, rgba(173,134,77,0.2), rgba(255,255,255,0.04)); }
.review-source-label { margin-bottom: 26px; color: var(--gold-light); font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.review-score { color: var(--white); font-family: var(--display); font-size: clamp(4.8rem, 8vw, 8rem); font-weight: 300; line-height: 0.88; letter-spacing: -0.07em; }
.review-score span { margin-left: 8px; color: rgba(255,255,255,0.44); font-family: var(--body); font-size: 0.15em; font-weight: 500; letter-spacing: 0.04em; }
.review-score-card h3 { margin: 18px 0 36px; color: var(--gold-light); font-size: 1rem; letter-spacing: 0.12em; text-transform: uppercase; }
.review-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,0.15); }
.review-metrics div { padding: 22px 14px 0 0; display: flex; flex-direction: column; gap: 6px; }
.review-metrics strong { color: var(--white); font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.review-metrics span { color: rgba(255,255,255,0.48); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }
.reviews-cta { max-width: 760px; margin: 52px auto 0; text-align: center; color: rgba(255,255,255,0.55); font-size: 0.92rem; }
.reviews-source-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--gold-light); font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.reviews-source-link span { transition: transform 0.3s var(--ease); }
.reviews-source-link:hover span { transform: translate(3px,-3px); }

/* ---------- PROPERTY TYPES ---------- */
.properties-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(36,38,40,0.15); border-left: 1px solid rgba(36,38,40,0.15); }
.property-card { min-height: 300px; padding: clamp(28px, 3vw, 42px); border-right: 1px solid rgba(36,38,40,0.15); border-bottom: 1px solid rgba(36,38,40,0.15); transition: background 0.4s ease, transform 0.5s var(--cinematic); }
.property-card:hover { background: rgba(255,255,255,0.55); transform: translateY(-6px); }
.property-icon { margin-bottom: 64px; color: var(--gold-deep); }
.property-card h3 { margin-bottom: 13px; font-size: 1.15rem; }
.property-card p { color: var(--text-soft); font-size: 0.88rem; }

/* ---------- CINEMATIC CTA ---------- */
.cta-cinematic {
  min-height: 72svh;
  padding: clamp(110px, 14vw, 190px) 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}
.cta-bg, .cta-overlay { position: absolute; inset: 0; }
.cta-bg { transform: scale(1.05); }
.placeholder-img--cover { min-height: 100%; border: 0; background: linear-gradient(120deg, #55595b, #222526 72%); color: rgba(255,255,255,0.42); }
.cta-overlay { background: linear-gradient(90deg, rgba(15,17,18,0.92), rgba(15,17,18,0.48)); }
.cta-content { position: relative; z-index: 1; width: 100%; }
.cta-content h2 { max-width: 920px; margin: 20px 0 28px; color: var(--white); font-size: clamp(2.7rem, 6vw, 6rem); font-weight: 300; letter-spacing: -0.055em; }
.cta-content .lead { max-width: 650px; color: rgba(255,255,255,0.68); }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

/* ---------- INNER PAGES: SAME PREMIUM LANGUAGE ---------- */
.page-header {
  min-height: 72svh;
  padding: clamp(168px, 21vh, 230px) 0 clamp(86px, 12vh, 130px);
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at 82% 22%, rgba(173,134,77,0.2), transparent 30%),
    linear-gradient(145deg, var(--ink), var(--black));
  border: 0;
  color: var(--white);
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: -32vw;
  width: 64vw;
  height: 64vw;
  border: 1px solid rgba(214,184,139,0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 9vw rgba(214,184,139,0.025), 0 0 0 18vw rgba(214,184,139,0.018);
}
.page-header .container { position: relative; z-index: 1; width: 100%; }
.page-header h1 { max-width: 1000px; color: var(--white); font-size: clamp(3rem, 6.2vw, 6.4rem); font-weight: 300; line-height: 1; letter-spacing: -0.055em; }
.page-header-sub { max-width: 700px; color: rgba(255,255,255,0.64); font-size: clamp(1rem, 1.45vw, 1.2rem); }

.vision-card,
.value-item,
.category-card,
.contact-form,
.pricing-block {
  border-color: rgba(36,38,40,0.12);
  transition: transform 0.5s var(--cinematic), box-shadow 0.5s var(--cinematic), border-color 0.35s ease;
}
.vision-card:hover,
.category-card:hover { transform: translateY(-6px); border-color: var(--line-gold); box-shadow: var(--shadow-soft); }
.value-item { min-height: 230px; padding: 42px 34px; }
.service-detail { padding: clamp(48px, 6vw, 78px) 0; }
.service-detail-header h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
.service-num { font-size: 0.82rem; letter-spacing: 0.14em; }
.contact-form { box-shadow: var(--shadow-soft); }
.form-field input,
.form-field select,
.form-field textarea { border-bottom-color: rgba(36,38,40,0.25); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { box-shadow: 0 1px 0 var(--gold); }
.checkbox-item { padding: 8px 0; }

/* ---------- FOOTER ---------- */
.footer { padding-top: clamp(72px, 9vw, 112px); background: #17191a; }
.footer-logo { height: auto; }
.footer-logo .logo-image { height: 58px; }
.footer-grid { grid-template-columns: 1.6fr 0.9fr 0.9fr 1.1fr; }
.footer-col a { transition: color 0.25s ease; }

/* ---------- CINEMATIC MOTION ---------- */
.anim-fade-up,
.anim-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  filter: blur(5px);
  transition:
    opacity 1s var(--cinematic),
    transform 1s var(--cinematic),
    filter 1s var(--cinematic);
  transition-delay: var(--reveal-delay, 0ms);
}

.anim-fade-up.in,
.anim-reveal.in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.problem-chain .chain-item,
.problem-chain .chain-arrow {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--cinematic), transform 0.7s var(--cinematic);
}
.problem-chain.in .chain-item,
.problem-chain.in .chain-arrow { opacity: 1; transform: translateY(0); }
.problem-chain.in > :nth-child(1) { transition-delay: 0ms; }
.problem-chain.in > :nth-child(2) { transition-delay: 90ms; }
.problem-chain.in > :nth-child(3) { transition-delay: 180ms; }
.problem-chain.in > :nth-child(4) { transition-delay: 270ms; }
.problem-chain.in > :nth-child(5) { transition-delay: 360ms; }
.problem-chain.in > :nth-child(6) { transition-delay: 450ms; }
.problem-chain.in > :nth-child(7) { transition-delay: 540ms; }
.problem-chain.in > :nth-child(8) { transition-delay: 630ms; }
.problem-chain.in > :nth-child(9) { transition-delay: 720ms; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1040px) {
  .showcase-grid,
  .why-cards,
  .process-timeline { grid-template-columns: repeat(2, 1fr); }
  .properties-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid .footer-col:last-child { grid-column: 2 / -1; }
}

@media (max-width: 880px) {
  .nav { height: 80px; }
  .nav.is-scrolled { height: 70px; }
  .logo-image { height: 39px; }
  .nav-links {
    gap: 26px;
    background: var(--surface);
    color: var(--black);
  }
  .nav-links a,
  .nav-links a.active,
  .nav-links a:not(.nav-cta):hover { color: var(--black); }
  .nav-links .nav-cta { color: var(--black); border-color: rgba(36,38,40,0.45); }
  .nav.menu-open { background: var(--surface); border-bottom-color: var(--line); }

  .intro-block,
  .problem-layout { grid-template-columns: 1fr; }
  .intro-block .eyebrow,
  .intro-block h2,
  .intro-block .lead,
  .intro-block .link-arrow { grid-column: 1; }
  .intro-block .eyebrow { margin: 0 0 24px; }
  .problem-layout { gap: 52px; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stat:nth-child(3) { padding-left: 0; }
  .showcase-card--hero { min-height: 560px; }
  .review-card { flex-basis: min(78vw, 580px); }
  .review-card { min-height: 320px; }
  .room-slide { flex-basis: min(78vw, 700px); }
  .room-slide--portrait { flex-basis: min(52vw, 440px); }
  .page-header { min-height: 62svh; }
}

@media (max-width: 640px) {
  :root { --gutter: 20px; }
  .section { padding: 86px 0; }
  .hero-stage { height: 148svh; }
  .hero { height: 100svh; min-height: 100svh; align-items: flex-end; }
  .hero-content { padding-top: 126px; padding-bottom: 116px; }
  .hero-content.container,
  .nav-inner.container { width: 100vw; max-width: 100vw; margin-left: 0; margin-right: 0; }
  .hero h1 { width: calc(100vw - 40px); max-width: calc(100vw - 40px); font-size: clamp(2.35rem, 11.2vw, 3.15rem); line-height: 1.02; letter-spacing: -0.055em; text-wrap: wrap; }
  .hero-title-line,
  .hero-title-mobile-line { display: block; }
  .hero-sub,
  .hero-ctas { width: calc(100vw - 40px); max-width: calc(100vw - 40px); }
  .hero-sub-mobile-line { display: block; }
  .hero .anim-fade-up { opacity: 1; transform: none; filter: none; transition: none; }
  .nav-toggle {
    display: flex !important;
    position: fixed;
    right: 16px;
    top: 18px;
    width: 44px;
    height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    z-index: 110;
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(15,17,18,0.18);
    backdrop-filter: blur(10px);
    transform: none;
  }
  .nav.is-scrolled .nav-toggle,
  .nav.menu-open .nav-toggle { border-color: rgba(36,38,40,0.18); background: rgba(255,255,255,0.82); }
  .hero-sub { font-size: 0.96rem; }
  .hero-ctas, .cta-buttons { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn, .cta-buttons .btn { width: 100%; }
  .hero-scroll-indicator { left: var(--gutter); right: auto; bottom: 34px; }
  .hero-sound-control { right: var(--gutter); bottom: 27px; min-width: 104px; min-height: 38px; padding: 0 12px; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 150px; padding: 26px 18px; }
  .stat:first-child, .stat:nth-child(3) { padding-left: 0; }
  .stat-num, .stat-suffix { font-size: 2.7rem; }
  .showcase-grid,
  .why-cards,
  .process-timeline,
  .properties-grid { grid-template-columns: 1fr; }
  .showcase-card { min-height: 250px; }
  .showcase-card--hero { min-height: 610px; padding: 34px 26px; }
  .showcase-tag { margin-bottom: 96px; }
  .showcase-flow { line-height: 2.2; word-spacing: 2px; }
  .timeline-item, .why-card { min-height: 250px; }
  .timeline-num { margin-bottom: 34px; }
  .why-icon { margin-bottom: 38px; }
  .slider-track { gap: 14px; }
  .slider-viewport::before,
  .slider-viewport::after { width: 36px; }
  .slider-navigation { margin-top: 22px; gap: 20px; }
  .slider-button { width: 48px; height: 48px; }
  .room-slide,
  .room-slide--portrait {
    flex-basis: 100%;
    aspect-ratio: 4 / 3;
  }
  .room-slide figcaption { left: 20px; right: 20px; bottom: 18px; }
  .review-card { flex-basis: 100%; }
  .review-card { padding: 30px 24px; }
  .review-card blockquote { font-size: 1.24rem; }
  .review-footer { align-items: flex-start; flex-direction: column; }
  .review-metrics { grid-template-columns: 1fr; }
  .review-metrics div { padding: 14px 0; flex-direction: row; align-items: baseline; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .property-card { min-height: 250px; }
  .property-icon { margin-bottom: 44px; }
  .page-header { min-height: 68svh; padding-top: 150px; }
  .page-header h1 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand,
  .footer-grid .footer-col:last-child { grid-column: auto; }
  .footer-logo .logo-image { height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .anim-fade-up,
  .anim-reveal,
  .problem-chain .chain-item,
  .problem-chain .chain-arrow {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .room-slide img { transition: none !important; }
}

/* ==========================================================
   ELEMENTOR AND WORDPRESS COMPATIBILITY
   Use the Elementor Canvas page template and a full-width,
   zero-gap container around the HTML widget.
   ========================================================== */

.globe-site {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--white);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.elementor-widget-html:has(.globe-site),
.elementor-widget-html:has(.globe-site) > .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Elementor adds 10px of default padding to the outer Flexbox container.
   Remove it only from containers that hold a complete Globe page. */
body.elementor-page .elementor > .e-con:has(.globe-site),
body.elementor-page .elementor > .elementor-element.e-con:has(.globe-site) {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.admin-bar .globe-site .nav { top: 32px; }

.globe-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-error {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(150, 48, 48, 0.32);
  background: rgba(150, 48, 48, 0.07);
  color: #7a2525;
  font-size: 0.9rem;
}

.globe-site [hidden] { display: none !important; }

/* Elementor applies a more specific `height: auto` rule to images inside
   HTML widgets. Keep the header mark at the intended navigation size. */
.globe-site .nav .logo {
  flex: 0 0 176px;
  width: 176px;
  min-width: 0;
  max-width: 176px;
  height: 48px;
  overflow: hidden;
}

.globe-site .nav .logo > .logo-image {
  width: auto !important;
  height: 44px !important;
  max-width: 176px !important;
  max-height: 44px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

@media (max-width: 782px) {
  body.admin-bar .globe-site .nav { top: 46px; }

  .globe-site .nav .logo {
    flex-basis: 148px;
    width: 148px;
    max-width: 148px;
    height: 42px;
  }

  .globe-site .nav .logo > .logo-image {
    height: 38px !important;
    max-width: 148px !important;
    max-height: 38px !important;
  }
}/* End custom CSS */