
:root{
  --bg:#050606;
  --line:rgba(199,154,76,.22);
  --line-soft:rgba(199,154,76,.14);
  --gold:#c79a4c;
  --text:#f5f0e8;
  --muted:#c9c0b5;
  --serif:'Cormorant Garamond', serif;
  --sans:'Inter', sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.philosophy-page{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}

.phil-nav{
  position:fixed;
  inset:0 0 auto 0;
  z-index:50;
  background:#050606;
  border-bottom:1px solid var(--line-soft);
}
.phil-nav-inner{
  width:min(1380px,calc(100% - 56px));
  height:86px;
  margin:0 auto;
  display:grid;
  grid-template-columns:270px 1fr 82px;
  align-items:center;
  gap:28px;
}
.phil-brand{
  display:block;
  font-family:var(--serif);
  font-size:27px;
  letter-spacing:.105em;
  text-transform:uppercase;
  line-height:1;
}
.phil-brand span{
  display:block;
  color:var(--gold);
  font-family:var(--sans);
  font-size:10px;
  font-weight:600;
  letter-spacing:.22em;
  margin-top:8px;
  padding-left:4px;
}
.phil-links{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:34px;
}
.phil-links a{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#f2ece4;
  position:relative;
}
.phil-links a.active{color:var(--gold)}
.phil-links a.active:after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-18px;
  width:58px;
  height:1px;
  background:var(--gold);
}
.phil-mark{
  justify-self:end;
  padding-left:26px;
  border-left:1px solid var(--line);
  color:var(--gold);
  font-family:var(--serif);
  font-size:35px;
  line-height:.75;
  text-align:center;
}

.phil-hero{
  min-height:690px;
  height:76vh;
  max-height:840px;
  margin-top:86px;
  position:relative;
  background:#050606;
  overflow:hidden;
  border-bottom:1px solid var(--line-soft);
}
.phil-hero-image{
  position:absolute;
  top:0;
  right:0;
  width:76%;
  height:100%;
  background:url("../img/philosophy-hero-final.jpg") center right/cover no-repeat;
}
.phil-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#050606 0%,rgba(5,6,6,.97) 20%,rgba(5,6,6,.56) 43%,rgba(5,6,6,.10) 72%,rgba(5,6,6,.03) 100%);
  z-index:1;
}
.phil-hero-inner{
  position:relative;
  z-index:2;
  width:min(1380px,calc(100% - 56px));
  height:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
}
.phil-hero-copy{max-width:610px}
.kicker{
  color:var(--gold);
  font-size:12px;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.kicker.centre{text-align:center}
.gold-line{
  width:38px;
  height:1px;
  background:var(--gold);
  margin:0 0 24px;
}
.gold-centre{
  width:54px;
  height:1px;
  background:var(--gold);
  margin:0 auto 28px;
}
.phil-hero h1{
  font-family:var(--serif);
  font-size:clamp(60px,6.5vw,102px);
  font-weight:400;
  line-height:.94;
  letter-spacing:-.045em;
  margin:0 0 30px;
}
.phil-hero p{
  max-width:455px;
  margin:0;
  color:#e1d8cf;
  font-size:15px;
  line-height:1.86;
}

.phil-section{
  background:#050606;
  border-bottom:1px solid var(--line-soft);
}
.phil-container{
  width:min(1280px,calc(100% - 56px));
  margin:0 auto;
}

.philosophy-intro{
  padding:54px 0 58px;
  text-align:center;
}
.intro-copy{
  max-width:760px;
  margin:0 auto;
  font-family:var(--serif);
  color:#f1eae1;
  font-size:clamp(23px,2.1vw,34px);
  line-height:1.16;
}
.intro-copy p{
  margin:0 0 8px;
}
.intro-copy p:last-child{
  margin-top:12px;
}

.philosophy-core-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.core-item{
  padding:58px 42px 60px;
  min-height:218px;
  border-right:1px solid var(--line);
}
.core-item:last-child{border-right:0}
.mini-line{
  width:34px;
  height:1px;
  background:var(--gold);
  margin-bottom:20px;
}
.core-item h3{
  font-family:var(--serif);
  font-weight:400;
  font-size:40px;
  line-height:1;
  margin:0 0 18px;
}
.core-item p{
  color:#d8d0c8;
  font-size:14px;
  line-height:1.72;
  margin:0;
  max-width:260px;
}

.values-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.value-item{
  text-align:center;
  padding:38px 28px 40px;
  border-right:1px solid var(--line);
}
.value-item:last-child{border-right:0}
.value-item h3{
  font-family:var(--serif);
  font-weight:400;
  font-size:26px;
  line-height:1;
  margin:0 0 13px;
}
.value-item .value-line{
  width:32px;
  height:1px;
  background:var(--gold);
  margin:0 auto 18px;
}
.value-item p{
  color:#d4cbc1;
  font-size:12.5px;
  line-height:1.7;
  margin:0 auto;
  max-width:190px;
}

.standard{
  text-align:center;
  padding:58px 0 70px;
}
.standard-copy{
  max-width:760px;
  margin:0 auto;
}
.standard-block{
  margin:0 auto 24px;
}
.standard-block h3{
  font-family:var(--serif);
  font-weight:400;
  font-size:32px;
  line-height:1;
  margin:0 0 7px;
}
.standard-block p{
  color:#ddd5cc;
  font-family:var(--serif);
  font-size:20px;
  line-height:1.23;
  margin:0;
}
.standard-divider{
  width:30px;
  height:1px;
  background:var(--gold);
  margin:19px auto 21px;
}
.closing-belief{
  margin:42px auto 0;
  font-family:var(--serif);
  font-size:clamp(31px,3.3vw,48px);
  line-height:1.15;
}
.closing-belief span{
  display:block;
  color:var(--gold);
  font-style:italic;
  margin-top:10px;
}

.phil-footer{
  background:#050606;
  border-top:1px solid var(--line-soft);
}
.footer-inner{
  width:min(1280px,calc(100% - 56px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr .85fr .95fr .95fr;
  gap:56px;
  padding:42px 0 36px;
}
.footer-brand{
  font-family:var(--serif);
  font-size:31px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.footer-brand span{
  display:block;
  color:var(--gold);
  font-family:var(--sans);
  font-size:10px;
  letter-spacing:.20em;
  margin-top:8px;
}
.footer-text{
  color:#cfc6bc;
  font-size:13px;
  line-height:1.8;
  margin-top:22px;
  max-width:310px;
}
.footer-col h4{
  color:var(--gold);
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin:0 0 18px;
}
.footer-col a,
.footer-col span{
  display:block;
  color:#d8d0c8;
  font-size:13px;
  line-height:1.85;
}
.social-row{
  display:flex;
  gap:18px;
  margin-top:20px;
  color:var(--gold);
  font-weight:600;
  letter-spacing:.08em;
}
.footer-bottom{
  width:min(1280px,calc(100% - 56px));
  margin:0 auto;
  border-top:1px solid rgba(255,255,255,.08);
  padding:18px 0 24px;
  display:flex;
  justify-content:space-between;
  gap:24px;
  color:#8d867e;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media(max-width:1040px){
  .phil-nav-inner{grid-template-columns:1fr auto}
  .phil-links{display:none}
  .phil-mark{font-size:28px}
  .phil-hero-image{width:100%;opacity:.62}
  .phil-hero::before{
    background:linear-gradient(90deg,#050606 0%,rgba(5,6,6,.92) 48%,rgba(5,6,6,.32) 100%);
  }
  .philosophy-core-row{grid-template-columns:1fr 1fr}
  .core-item:nth-child(2){border-right:0}
  .core-item:nth-child(1),.core-item:nth-child(2){border-bottom:1px solid var(--line)}
  .values-row,.footer-inner{grid-template-columns:1fr}
  .value-item{border-right:0;border-bottom:1px solid var(--line)}
  .value-item:last-child{border-bottom:0}
  .footer-bottom{flex-direction:column}
}
@media(max-width:640px){
  .phil-nav-inner,.phil-hero-inner,.phil-container,.footer-inner,.footer-bottom{width:calc(100% - 34px)}
  .phil-nav-inner{height:76px}
  .phil-hero{margin-top:76px;min-height:650px}
  .phil-brand{font-size:22px}
  .phil-mark{display:none}
  .phil-hero h1{font-size:56px}
  .intro-copy{font-size:25px}
  .philosophy-core-row{grid-template-columns:1fr}
  .core-item{border-right:0;border-bottom:1px solid var(--line);padding-left:0;padding-right:0}
  .core-item:last-child{border-bottom:0}
  .standard-block p{font-size:18px}
}


/* Final Philosophy Masterpiece adjustments */
.core-item .mini-line{
  display:none;
}
.core-item h3{
  margin-top:0;
}
.value-icon{
  color:var(--gold);
  font-size:32px;
  line-height:1;
  margin:0 auto 16px;
  font-family:var(--serif);
}
.value-item h3{
  letter-spacing:.04em;
}
.phil-hero-image{
  width:78%;
  background-position:center right;
}
.phil-hero::before{
  background:linear-gradient(90deg,#050606 0%,rgba(5,6,6,.96) 21%,rgba(5,6,6,.52) 44%,rgba(5,6,6,.08) 74%,rgba(5,6,6,.03) 100%);
}


/* Clean hero asset fix — removes copied mockup feel */
.phil-hero{
  min-height:720px;
  height:78vh;
  max-height:860px;
}
.phil-hero-image{
  width:76%;
  background-image:url("../img/philosophy-hero-final.jpg");
  background-size:cover;
  background-position:center right;
  opacity:1;
}
.phil-hero::before{
  background:linear-gradient(90deg,#050606 0%,rgba(5,6,6,.98) 22%,rgba(5,6,6,.66) 45%,rgba(5,6,6,.18) 69%,rgba(5,6,6,.05) 100%);
}


/* Final line cleanup */
.standard-divider{
  display:none !important;
}
.standard-block{
  margin-bottom:34px;
}
.standard-block:last-of-type{
  margin-bottom:0;
}
.standard-block h3{
  margin-bottom:10px;
}

/* Keep lines only where approved */
.core-item .mini-line{
  display:none !important;
}

/* Footer social image-style symbols */
.social-row{
  display:flex;
  gap:18px;
  align-items:center;
  margin-top:20px;
}
.social-row span{
  display:none;
}
.social-icon{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--gold);
  transition:opacity .25s ease, transform .25s ease;
}
.social-icon:hover{
  opacity:.72;
  transform:translateY(-2px);
}
.social-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.social-icon[aria-label="YouTube"] svg path:last-child{
  fill:currentColor;
  stroke:none;
}


/* FINAL SHARED NAVIGATION SYSTEM */
.nav{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:1000;
  background:rgba(5,5,5,.88);
  border-bottom:1px solid rgba(199,154,76,.14);
  backdrop-filter:blur(18px);
}
.nav-inner{
  width:min(1440px,calc(100% - 56px));
  height:86px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(210px,260px) 1fr auto;
  align-items:center;
  gap:28px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
  min-width:0;
}
.brand-logo{
  width:38px;
  height:38px;
  object-fit:contain;
  flex:0 0 auto;
}
.brand-title{
  font-family:var(--serif);
  font-size:25px;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1;
  white-space:nowrap;
}
.brand-sub{
  color:var(--gold);
  font-size:10px;
  font-weight:600;
  letter-spacing:.20em;
  text-transform:uppercase;
  margin-top:7px;
  white-space:nowrap;
}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(20px,2.05vw,38px);
  min-width:0;
}
.nav-links a{
  color:#f2ece4;
  text-decoration:none;
  font-size:11px;
  font-weight:500;
  letter-spacing:.135em;
  text-transform:uppercase;
  white-space:nowrap;
  position:relative;
  transition:color .25s ease, opacity .25s ease;
}
.nav-links a:hover,
.nav-links a.active{
  color:var(--gold);
}
.nav-links a.active:after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-18px;
  width:58px;
  height:1px;
  background:var(--gold);
}
.nav-cta{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 20px;
  border:1px solid rgba(199,154,76,.72);
  background:rgba(199,154,76,.96);
  color:#050505;
  text-decoration:none;
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  white-space:nowrap;
  transition:background .25s ease, color .25s ease, transform .25s ease;
}
.nav-cta:hover{
  transform:translateY(-1px);
  background:#d8aa5a;
}
.menu{
  display:none;
  justify-self:end;
  border:1px solid rgba(199,154,76,.46);
  background:transparent;
  color:var(--gold);
  width:44px;
  height:40px;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
@media(max-width:1220px){
  .nav-inner{
    grid-template-columns:minmax(195px,240px) 1fr auto;
    gap:20px;
  }
  .nav-links{
    gap:clamp(14px,1.45vw,24px);
  }
  .nav-links a{
    font-size:10px;
    letter-spacing:.105em;
  }
  .nav-cta{
    padding:0 16px;
    letter-spacing:.12em;
  }
}
@media(max-width:980px){
  .nav-inner{
    width:calc(100% - 38px);
    height:78px;
    grid-template-columns:1fr auto;
  }
  .menu{
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .nav-cta{
    display:none;
  }
  .nav-links{
    position:fixed;
    top:78px;
    left:0;
    right:0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:0;
    padding:28px 28px 34px;
    background:rgba(5,5,5,.98);
    border-bottom:1px solid rgba(199,154,76,.18);
    transform:translateY(-120%);
    opacity:0;
    pointer-events:none;
    transition:transform .35s ease, opacity .35s ease;
  }
  .nav.open .nav-links,
  .nav-links.open{
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
  }
  .nav-links a{
    width:100%;
    padding:16px 0;
    font-size:13px;
    letter-spacing:.16em;
    border-bottom:1px solid rgba(255,255,255,.07);
  }
  .nav-links a.active:after{
    display:none;
  }
}
@media(max-width:520px){
  .brand-logo{
    width:34px;
    height:34px;
  }
  .brand-title{
    font-size:21px;
  }
  .brand-sub{
    font-size:9px;
    letter-spacing:.17em;
  }
}

/* Neutralise old philosophy-only nav implementation */
.phil-nav,.phil-nav-inner,.phil-brand,.phil-links,.phil-mark{all:unset}
body.philosophy-page .nav *{box-sizing:border-box}


/* MERIDIAN GLOBAL MOBILE NAV FIX */
@media (max-width: 980px){
  .nav{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:2147483000 !important;
    background:#050505 !important;
    border-bottom:1px solid rgba(199,154,76,.22) !important;
  }

  .nav-inner{
    position:relative !important;
    z-index:2147483100 !important;
  }

  .menu{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:relative !important;
    z-index:2147483600 !important;
    width:44px !important;
    height:40px !important;
    color:var(--gold, #c79a4c) !important;
    background:rgba(5,5,5,.96) !important;
    border:1px solid rgba(199,154,76,.55) !important;
    pointer-events:auto !important;
    cursor:pointer !important;
    touch-action:manipulation !important;
  }

  .nav-links{
    position:fixed !important;
    top:78px !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    min-height:calc(100vh - 78px) !important;
    z-index:2147483200 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:0 !important;
    padding:32px 28px 38px !important;
    background:#050505 !important;
    background-color:#050505 !important;
    border-top:1px solid rgba(199,154,76,.18) !important;
    box-shadow:0 24px 80px rgba(0,0,0,.75) !important;
    transform:translateY(-125%) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transition:transform .32s ease, opacity .32s ease, visibility .32s ease !important;
  }

  .nav.mobile-menu-open .nav-links,
  body.mobile-menu-open .nav .nav-links,
  .nav-links.open{
    transform:translateY(0) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  .nav-links a{
    width:100% !important;
    display:block !important;
    padding:17px 0 !important;
    color:#f2ece4 !important;
    background:transparent !important;
    text-decoration:none !important;
    font-size:13px !important;
    line-height:1.2 !important;
    letter-spacing:.15em !important;
    text-transform:uppercase !important;
    border-bottom:1px solid rgba(255,255,255,.075) !important;
  }

  .nav-links a.active{
    color:var(--gold, #c79a4c) !important;
  }

  .nav-links a.active::after{
    display:none !important;
  }

  .hero,
  .hero-bg,
  .phil-hero,
  .phil-hero-image,
  .service-hero,
  .service-hero-image,
  .page-hero,
  main,
  section{
    z-index:auto !important;
  }

  .hero-bg,
  .phil-hero-image,
  .service-hero-image,
  .page-hero-image{
    pointer-events:none !important;
  }
}


/* Meridian plane icon — prevents Apple/Android emoji rendering */
.meridian-plane-icon{
  display:inline-flex;
  width:28px;
  height:28px;
  color:var(--gold, #c79a4c);
  line-height:1;
  vertical-align:middle;
}

.meridian-plane-icon svg{
  width:100%;
  height:100%;
  display:block;
  fill:currentColor;
}

@media (max-width: 768px){
  .meridian-plane-icon{
    width:34px;
    height:34px;
  }
}


/* PHONE-ONLY HERO IMAGE COMPOSITION FIX */
/* Desktop and iPad are intentionally untouched. */
@media (max-width: 600px){
  /* Keep hero sections spacious enough for the full image + text */
  .home-hero-clean,
  .aviation-hero,
  .yacht-hero,
  .concierge-hero-clean,
  .phil-hero{
    min-height: 760px !important;
    height: auto !important;
    max-height: none !important;
    align-items: flex-end !important;
  }

  /* Show the whole landscape image on phones instead of cropping it */
  .home-hero-clean-bg,
  .aviation-hero-bg,
  .yacht-hero-bg,
  .concierge-hero-clean-bg,
  .phil-hero-image{
    width: 100% !important;
    height: 100% !important;
    inset: 0 !important;
    right: auto !important;
    top: 0 !important;
    background-size: 100% auto !important;
    background-position: center 92px !important;
    background-repeat: no-repeat !important;
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
  }

  /* Dark base below the uncropped image so the page still feels premium */
  .home-hero-clean,
  .aviation-hero,
  .yacht-hero,
  .concierge-hero-clean,
  .phil-hero{
    background:
      linear-gradient(180deg, #050505 0%, #050505 100%) !important;
  }

  /* Stronger phone overlay for readability after zooming image out */
  .home-hero-clean-overlay,
  .concierge-hero-clean-overlay{
    background:
      linear-gradient(180deg, rgba(5,5,5,.10) 0%, rgba(5,5,5,.30) 34%, rgba(5,5,5,.92) 72%, #050505 100%) !important;
  }

  .aviation-hero-bg::before,
  .yacht-hero-bg::before,
  .phil-hero::before{
    background:
      linear-gradient(180deg, rgba(5,5,5,.08) 0%, rgba(5,5,5,.30) 36%, rgba(5,5,5,.92) 74%, #050505 100%) !important;
  }

  .aviation-hero-bg::after,
  .yacht-hero-bg::after{
    background:
      linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.28) 42%, rgba(0,0,0,.72) 100%) !important;
  }

  /* Move copy lower so the full image can breathe above */
  .home-hero-clean-inner,
  .aviation-hero-inner,
  .yacht-hero-inner,
  .concierge-hero-clean-inner,
  .phil-hero-inner{
    width: calc(100% - 38px) !important;
    padding-top: 360px !important;
    padding-bottom: 58px !important;
    align-items: flex-end !important;
  }

  .home-hero-clean-copy,
  .aviation-hero-copy,
  .yacht-hero-copy,
  .concierge-hero-clean-copy,
  .phil-hero-copy{
    max-width: 100% !important;
  }

  .home-hero-clean h1,
  .aviation-hero h1,
  .yacht-hero h1,
  .concierge-hero-clean h1,
  .phil-hero h1{
    font-size: clamp(44px, 12vw, 58px) !important;
    line-height: .94 !important;
  }
}

/* Smaller phones */
@media (max-width: 390px){
  .home-hero-clean,
  .aviation-hero,
  .yacht-hero,
  .concierge-hero-clean,
  .phil-hero{
    min-height: 735px !important;
  }

  .home-hero-clean-bg,
  .aviation-hero-bg,
  .yacht-hero-bg,
  .concierge-hero-clean-bg,
  .phil-hero-image{
    background-position: center 86px !important;
  }

  .home-hero-clean-inner,
  .aviation-hero-inner,
  .yacht-hero-inner,
  .concierge-hero-clean-inner,
  .phil-hero-inner{
    padding-top: 330px !important;
  }
}


/* RO-011 Philosophy mobile alignment */
@media (max-width:600px){
  .phil-hero{
    padding-top:0 !important;
    margin-top:0 !important;
    min-height:auto !important;
  }
  .phil-hero-image{
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    background-position:center top !important;
  }
  .phil-hero-inner{
    padding-top:260px !important;
  }
  .phil-hero-copy{
    overflow:hidden !important;
  }
  .phil-hero-copy h1,
  .phil-hero-copy .eyebrow,
  .phil-hero-copy p{
    position:relative !important;
    left:0 !important;
    margin-left:0 !important;
  }
}


/* RO-012 Philosophy mobile hero image height + text bleed fix */
@media (max-width:600px){
  .phil-hero{
    margin-top:0 !important;
    padding-top:0 !important;
    min-height:850px !important;
    height:auto !important;
    max-height:none !important;
    overflow:hidden !important;
  }

  .phil-hero-image{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:380px !important;
    background-size:cover !important;
    background-position:center top !important;
    background-repeat:no-repeat !important;
    z-index:0 !important;
  }

  .phil-hero::before{
    z-index:1 !important;
    background:
      linear-gradient(180deg, rgba(5,6,6,.06) 0%, rgba(5,6,6,.18) 34%, rgba(5,6,6,.86) 78%, #050606 100%) !important;
  }

  .phil-hero-inner{
    position:relative !important;
    z-index:2 !important;
    padding-top:430px !important;
    padding-bottom:72px !important;
    width:calc(100% - 38px) !important;
  }

  .phil-hero-copy{
    max-width:100% !important;
    overflow:visible !important;
    transform:none !important;
  }

  .phil-hero-copy *,
  .phil-hero h1,
  .phil-hero p{
    left:auto !important;
    right:auto !important;
    transform:none !important;
    margin-left:0 !important;
  }
}

@media (max-width:390px){
  .phil-hero{
    min-height:820px !important;
  }

  .phil-hero-image{
    height:350px !important;
  }

  .phil-hero-inner{
    padding-top:400px !important;
  }
}


/* Stage 1 — connected contact details */
.contact-phone,
.contact-whatsapp{
  color:inherit;
  text-decoration:none;
}
.contact-phone:hover,
.contact-whatsapp:hover{
  color:var(--gold, #c79a4c);
}


/* RC2 — real mobile menu conversation CTA */
.mobile-menu-conversation{
  display:none;
}

@media (max-width:980px){
  .nav-links .mobile-menu-conversation{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:50px !important;
    margin-top:24px !important;
    padding:0 18px !important;
    background:var(--gold, #c79a4c) !important;
    color:#050505 !important;
    border:1px solid var(--gold, #c79a4c) !important;
    text-decoration:none !important;
    pointer-events:auto !important;
    position:relative !important;
    z-index:2147483600 !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  .nav-links .mobile-menu-conversation:hover,
  .nav-links .mobile-menu-conversation:focus,
  .nav-links .mobile-menu-conversation:active{
    background:#d2aa63 !important;
    color:#050505 !important;
  }
}


/* v1.0 — Philosophy page desktop conversation CTA */
.desktop-conversation-cta{
  display:none;
}

@media (min-width:981px){
  .desktop-conversation-cta{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 24px;
    margin-left:24px;
    background:#c79a4c;
    border:1px solid #c79a4c;
    color:#050505 !important;
    text-decoration:none !important;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-size:11px;
    font-weight:700;
    white-space:nowrap;
    flex:0 0 auto;
  }

  .desktop-conversation-cta:hover,
  .desktop-conversation-cta:focus{
    background:#d2aa63;
    color:#050505 !important;
  }
}

@media (max-width:980px){
  .desktop-conversation-cta{
    display:none !important;
  }
}


/* v1.0 — remove CSS-generated duplicate mobile CTA */
.nav-links::after,
.nav-links:after{
  content:none !important;
  display:none !important;
}
