:root{
  --cream:#f8f3ea;
  --cream-2:#efe7db;
  --olive:#202719;
  --olive-2:#2d3425;
  --ink:#1e1e1a;
  --muted:#645f57;
  --white:#f6efe6;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#111;color:var(--ink);font-family:Inter,system-ui,sans-serif}
.site-shell{max-width:1536px;margin:0 auto;background:var(--cream);min-height:100vh;box-shadow:0 0 0 1px rgba(255,255,255,.04)}
.header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 46px;background:#fbf7ef;border-bottom:1px solid rgba(30,30,26,.06);gap:32px}
.brand{text-decoration:none;color:var(--ink);line-height:1;text-align:center}.brand-name{display:block;font-family:"Cormorant Garamond",serif;font-size:27px;text-transform:uppercase;letter-spacing:.18em;font-weight:500}.brand-role{display:block;margin-top:7px;font-size:12px;text-transform:uppercase;letter-spacing:.52em;color:#514d46}
.nav{display:flex;gap:50px;align-items:center}.nav a,.footer-nav a,.footer-contact a,.footer-bottom a{text-decoration:none;color:inherit}.nav a{font-size:14px;letter-spacing:.04em;color:#141611;font-weight:500}.nav-button,.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border-radius:999px;white-space:nowrap;transition:transform .2s ease,opacity .2s ease}.nav-button{background:var(--olive);color:var(--white);height:44px;padding:0 24px;font-size:14px}.primary-button{background:var(--white);color:var(--olive);height:50px;min-width:230px;font-size:15px;font-weight:500;margin-top:18px}.nav-button:hover,.primary-button:hover{transform:translateY(-1px);opacity:.92}
.hero{display:grid;grid-template-columns:1fr 1fr;height:600px;align-items:stretch;overflow:hidden}.hero-image{background-image:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.12)),url('assets/hero-photo.png');background-size:cover;background-position:center;height:100%;min-height:0}.hero-panel{height:100%;background:radial-gradient(circle at 50% 25%,rgba(255,255,255,.055),transparent 36%),linear-gradient(90deg,var(--olive-2),#202719);color:var(--white);display:flex;align-items:center;justify-content:center;padding:24px 52px 22px;overflow:hidden}.hero-inner{text-align:center;max-width:650px;width:100%;transform:translateY(0)}
.hero-mark{display:block;width:104px;height:auto;margin:2px auto 2px;filter:drop-shadow(0 1px 8px rgba(0,0,0,.25))}
.hero-name{font-family:"Cormorant Garamond",serif;font-size:30px;font-weight:500;margin:0}.hero-role{font-size:11px;text-transform:uppercase;letter-spacing:.42em;margin:6px 0 0}.small-rule{width:70px;height:1px;background:rgba(246,239,230,.35);margin:10px auto 14px}.headline{font-family:"Cormorant Garamond",serif;font-size:44px;font-weight:500;line-height:.98;margin:0 0 24px}.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.pillar{padding:0 16px;border-right:1px solid rgba(246,239,230,.22)}.pillar:last-child{border-right:0}.icon-circle{width:64px;height:64px;border-radius:999px;background:rgba(246,239,230,.105);margin:0 auto 14px;display:flex;align-items:center;justify-content:center}.icon-circle svg{width:42px;height:42px;stroke:var(--white);color:var(--white);fill:none;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.pillar h3{font-family:"Cormorant Garamond",serif;font-size:18px;font-weight:600;line-height:1.1;margin:0 0 10px}.pillar p{font-size:12px;line-height:1.42;color:rgba(246,239,230,.84);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);background:#f8f3ea;padding:45px 90px;border-top:1px solid rgba(30,30,26,.04);border-bottom:1px solid rgba(30,30,26,.08)}.service-card{display:flex;justify-content:center;gap:22px;padding:0 42px;border-right:1px solid rgba(30,30,26,.12)}.service-card:last-child{border-right:0}.service-icon{width:62px;height:62px;flex:0 0 62px;border-radius:999px;background:var(--cream-2);display:flex;align-items:center;justify-content:center;color:#2e3326}.service-icon svg{width:34px;height:34px;stroke:currentColor;fill:none;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.service-card h3{font-family:"Cormorant Garamond",serif;font-size:24px;line-height:1;margin:0 0 12px}.service-card p{font-size:14px;line-height:1.55;color:#2f2e2a;margin:0;max-width:260px}.footer{background:linear-gradient(90deg,var(--olive-2),#202719);color:rgba(246,239,230,.9)}.footer-main{min-height:112px;display:grid;grid-template-columns:1.15fr 1.5fr 1fr auto;align-items:center;gap:34px;padding:24px 54px}.footer-slogan{display:flex;align-items:center;gap:20px;font-size:15px;line-height:1.4}.psi{font-family:"Cormorant Garamond",serif;font-size:44px;line-height:1;color:var(--white)}.footer-nav{display:flex;justify-content:center;gap:48px;font-size:14px;letter-spacing:.04em}.footer-contact{display:flex;flex-direction:column;gap:8px;font-size:14px;white-space:nowrap}.footer-contact a{display:flex;align-items:center;gap:9px}.footer-contact svg{width:18px;height:18px;stroke:var(--white);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:.9}.socials{display:flex;gap:14px}.socials a{width:38px;height:38px;border-radius:999px;background:rgba(246,239,230,.08);display:flex;align-items:center;justify-content:center;color:var(--white);text-decoration:none}.socials svg{width:20px;height:20px;stroke:var(--white);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-bottom{border-top:1px solid rgba(246,239,230,.12);display:flex;align-items:center;justify-content:center;gap:96px;min-height:46px;padding:10px 32px;font-size:12px;color:rgba(246,239,230,.58)}.footer-bottom p{margin:0}.footer-bottom span{color:rgba(246,239,230,.25);margin:0 10px}
@media (max-width:1050px){.header{padding:0 24px}.nav{display:none}.hero{grid-template-columns:1fr;height:auto}.hero-image{height:auto;min-height:430px}.hero-panel{height:auto;min-height:620px}.headline{font-size:44px}.pillars{grid-template-columns:repeat(2,1fr);row-gap:26px}.pillar:nth-child(2){border-right:0}.cards{grid-template-columns:1fr;padding:38px 28px}.service-card{border-right:0;border-bottom:1px solid rgba(30,30,26,.12);padding:28px 0}.service-card:last-child{border-bottom:0}.footer-main{grid-template-columns:1fr;text-align:center;justify-items:center}.footer-nav{flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:10px}}
@media (max-width:620px){.header{height:auto;padding:18px;flex-direction:column}.brand-name{font-size:21px}.brand-role{font-size:10px}.hero-panel{padding:42px 20px}.hero-image{min-height:360px}.headline{font-size:38px}.hero-mark{width:104px;margin-bottom:4px}.pillars{grid-template-columns:1fr}.pillar{border-right:0;border-bottom:1px solid rgba(246,239,230,.18);padding:22px 0}.pillar:last-child{border-bottom:0}.primary-button{min-width:210px}.service-card{flex-direction:column;align-items:center;text-align:center}.footer-nav{gap:22px}.footer-bottom{font-size:11px}}
/* Work With Me page */
.nav a.active{border-bottom:1px solid currentColor;padding-bottom:6px}
.work-hero{position:relative;display:grid;grid-template-columns:34% 66%;min-height:350px;background:linear-gradient(90deg,#1d2317,#202719);overflow:hidden;color:var(--white)}
.work-photo{background-image:linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.62)),url('assets/hero-photo.png');background-size:cover;background-position:28% center;min-height:350px;opacity:.72}
.work-copy{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 48px 80px;background:radial-gradient(circle at 50% 25%,rgba(255,255,255,.05),transparent 40%)}
.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.32em;margin:0 0 16px;color:rgba(246,239,230,.82)}
.work-copy h1{font-family:"Cormorant Garamond",serif;font-weight:600;font-size:54px;line-height:.98;margin:0 0 18px;color:var(--white)}
.work-intro{font-size:16px;line-height:1.65;max-width:660px;margin:0;color:rgba(246,239,230,.88)}
.service-options{position:relative;z-index:2;margin:-74px auto 0;display:grid;grid-template-columns:repeat(2,minmax(300px,430px));justify-content:center;gap:52px;padding:0 48px 44px;background:linear-gradient(#f8f3ea 0%,#fbf7ef 100%)}
.option-card{background:#fbf7ef;border:1px solid rgba(30,30,26,.1);border-radius:10px;box-shadow:0 14px 45px rgba(30,30,26,.08);padding:28px 54px 32px;min-height:392px;text-align:center;display:flex;flex-direction:column;align-items:center}
.option-icon{width:62px;height:62px;border-radius:999px;background:#ebe2d5;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#2f3328}.option-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.05;stroke-linecap:round;stroke-linejoin:round}
.option-card h2{font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:600;line-height:1.05;margin:0;color:#1f211b}.card-rule{width:34px;height:1px;background:rgba(30,30,26,.25);margin:14px 0 18px}.option-description{font-size:14px;line-height:1.65;color:#2f2e2a;margin:0 0 20px;max-width:320px}.option-card ul{list-style:none;padding:0;margin:0 0 22px;text-align:left;align-self:stretch;display:grid;gap:12px}.option-card li{font-size:14px;line-height:1.35;color:#2f2e2a;display:flex;align-items:flex-start;gap:13px}.option-card li::before{content:'✓';display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid rgba(47,51,40,.6);border-radius:999px;font-size:10px;flex:0 0 16px;margin-top:1px;color:#2f3328}.price{font-family:"Cormorant Garamond",serif;font-size:30px;margin:0 0 18px;color:#1f211b}.price span{font-family:Inter,sans-serif;font-size:13px;color:#2f2e2a}.dark-button,.outline-button{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;height:46px;min-width:210px;padding:0 24px;text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.04em}.dark-button{background:var(--olive);color:var(--white)}.outline-button{border:1px solid var(--olive);color:var(--olive);background:transparent}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#efe7db;padding:38px 90px;border-top:1px solid rgba(30,30,26,.06)}.trust-strip article{display:flex;justify-content:center;gap:20px;padding:0 34px;border-right:1px solid rgba(30,30,26,.12)}.trust-strip article:last-child{border-right:0}.trust-icon{width:58px;height:58px;flex:0 0 58px;border-radius:999px;background:#e2d7c8;display:flex;align-items:center;justify-content:center;color:#2f3328}.trust-icon svg{width:31px;height:31px;stroke:currentColor;fill:none;stroke-width:2.05;stroke-linecap:round;stroke-linejoin:round}.trust-strip h3{font-family:"Cormorant Garamond",serif;font-size:20px;line-height:1.1;margin:0 0 8px}.trust-strip p{font-size:14px;line-height:1.55;color:#2f2e2a;margin:0}
@media (max-width:1050px){.work-hero{grid-template-columns:1fr}.work-photo{min-height:260px}.work-copy{padding:48px 28px 96px}.work-copy h1{font-size:48px}.service-options{grid-template-columns:1fr;gap:24px;margin-top:-60px}.option-card{max-width:560px;margin:0 auto;width:100%}.trust-strip{grid-template-columns:repeat(2,1fr);padding:34px 28px;row-gap:32px}.trust-strip article:nth-child(2){border-right:0}}
@media (max-width:620px){.work-copy h1{font-size:40px}.work-intro{font-size:15px}.service-options{padding:0 20px 38px}.option-card{padding:26px 26px 30px}.trust-strip{grid-template-columns:1fr}.trust-strip article{border-right:0;border-bottom:1px solid rgba(30,30,26,.12);padding:22px 0;justify-content:flex-start}.trust-strip article:last-child{border-bottom:0}}

/* Requested refinements */
.nav a{
  position:relative;
  transition:color .2s ease, transform .2s ease;
}
.nav a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-9px;
  width:0;
  height:1px;
  background:currentColor;
  opacity:.75;
  transform:translateX(-50%);
  transition:width .22s ease;
}
.nav a:hover,
.nav a:focus-visible{
  color:#000;
  transform:translateY(-1px);
}
.nav a:hover::after,
.nav a:focus-visible::after,
.nav a.active::after{
  width:100%;
}
.nav a.active{border-bottom:0;padding-bottom:0;color:#111;}

.icon-circle{
  width:76px;
  height:76px;
  background:transparent;
  margin-bottom:12px;
}
.icon-circle img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  border-radius:999px;
}

.dark-button,
.outline-button,
.nav-button,
.primary-button{
  transition:transform .22s ease, box-shadow .22s ease, opacity .22s ease, background-color .22s ease;
}
.dark-button:hover,
.outline-button:hover,
.nav-button:hover,
.primary-button:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

.work-intro{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}


/* Final hero icon image treatment */
.icon-circle {
  width: 82px !important;
  height: 82px !important;
  border-radius: 999px !important;
  background: transparent !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 12px !important;
  box-shadow: none !important;
}
.icon-circle img {
  width: 82px !important;
  height: 82px !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 999px !important;
}


/* ===== FOR COMPANIES PAGE ===== */
.companies-hero{
  min-height:475px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  background:linear-gradient(90deg,#1b2419 0%,#1f2a1d 54%,#283222 100%);
  color:var(--cream);
  overflow:hidden;
  border-top:1px solid rgba(246,239,230,.06);
}
.companies-copy{
  padding:70px 62px 58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:660px;
}
.companies-copy .eyebrow{
  font-size:14px;
  letter-spacing:.34em;
  margin:0 0 26px;
  color:rgba(246,239,230,.82);
}
.companies-copy h1{
  font-family:"Cormorant Garamond",serif;
  font-size:64px;
  font-weight:600;
  line-height:.98;
  margin:0;
  color:var(--cream);
}
.small-rule{
  width:46px;
  height:1px;
  background:rgba(196,185,143,.62);
  margin:26px 0 22px;
}
.companies-lead{
  font-size:18px;
  line-height:1.62;
  max-width:560px;
  color:rgba(246,239,230,.88);
  margin:0 0 30px;
}
.companies-cta{
  width:max-content;
  padding:15px 30px;
  background:linear-gradient(135deg,#827b4f,#5f603f);
}
.companies-visual{
  position:relative;
  min-height:475px;
  background:
    linear-gradient(90deg,rgba(27,36,25,.25),rgba(27,36,25,.05)),
    url("assets/hero-photo.png") center / cover no-repeat;
  filter:saturate(.74) brightness(.82);
}
.companies-photo-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(27,36,25,.35),rgba(27,36,25,.08)),
    radial-gradient(circle at 55% 34%,rgba(246,239,230,.14),transparent 24%);
}
.wall-logo{
  position:absolute;
  top:30%;
  left:48%;
  transform:translate(-50%,-50%);
  width:155px;
  height:155px;
  border-radius:999px;
  border:1px solid rgba(246,239,230,.12);
  background:rgba(31,38,23,.46);
  box-shadow:0 22px 70px rgba(0,0,0,.28), inset 0 1px 18px rgba(246,239,230,.04);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Cormorant Garamond",serif;
  font-weight:700;
  font-size:64px;
  letter-spacing:-.06em;
  color:rgba(246,239,230,.9);
}
.companies-support{
  background:linear-gradient(180deg,#202a1d 0%,#1b2419 100%);
  color:var(--cream);
  padding:46px 58px 56px;
}
.section-kicker{
  font-family:"Cormorant Garamond",serif;
  font-size:36px;
  line-height:1;
  text-align:center;
  margin:0;
  color:var(--cream);
}
.support-rule{
  width:48px;
  height:1px;
  background:rgba(196,185,143,.62);
  margin:18px auto 34px;
}
.company-pillars{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-bottom:42px;
}
.company-pillar{
  text-align:center;
  padding:0 34px;
  border-right:1px solid rgba(246,239,230,.16);
}
.company-pillar:last-child{border-right:0}
.company-icon{
  width:84px;
  height:84px;
  border-radius:999px;
  overflow:hidden;
  margin:0 auto 20px;
  background:rgba(246,239,230,.08);
}
.company-icon img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:999px;
}
.company-pillar h2{
  font-family:"Cormorant Garamond",serif;
  font-size:24px;
  font-weight:600;
  line-height:1.08;
  margin:0 0 12px;
}
.company-pillar p{
  font-size:15px;
  line-height:1.55;
  color:rgba(246,239,230,.8);
  margin:0;
}
.company-banner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  max-width:1080px;
  margin:0 auto;
  padding:24px 34px;
  border:1px solid rgba(246,239,230,.08);
  border-radius:22px;
  background:rgba(246,239,230,.055);
  box-shadow:0 20px 70px rgba(0,0,0,.12);
}
.banner-icon{
  width:70px;
  height:70px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--cream);
}
.banner-icon svg{
  width:48px;
  height:48px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.company-banner h2{
  font-family:"Cormorant Garamond",serif;
  font-size:30px;
  line-height:1.05;
  margin:0 0 8px;
}
.company-banner p{
  font-size:16px;
  color:rgba(246,239,230,.78);
  margin:0;
}
.gold-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 30px;
  border-radius:10px;
  background:linear-gradient(135deg,#827b4f,#5f603f);
  color:var(--cream);
  font-family:"Cormorant Garamond",serif;
  font-size:20px;
  transition:transform .22s ease, box-shadow .22s ease;
}
.gold-button:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

@media (max-width:900px){
  .companies-hero{grid-template-columns:1fr}
  .companies-copy{padding:56px 28px}
  .companies-copy h1{font-size:48px}
  .companies-visual{min-height:300px}
  .company-pillars{grid-template-columns:1fr 1fr; row-gap:34px}
  .company-pillar:nth-child(2){border-right:0}
  .company-banner{grid-template-columns:1fr; text-align:center}
  .gold-button{width:100%}
}
@media (max-width:620px){
  .company-pillars{grid-template-columns:1fr}
  .company-pillar{border-right:0}
}


/* ===== COMPANIES PAGE HEADER + HERO IMAGE FIX ===== */
.companies-header{
  background:linear-gradient(90deg,#182217,#202a1d 56%,#1b2419) !important;
  color:#f6efe6 !important;
  border-bottom:1px solid rgba(246,239,230,.08) !important;
}
.companies-header .brand-name,
.companies-header .brand-subtitle,
.companies-header .nav a{
  color:#f6efe6 !important;
}
.companies-header .brand{
  min-width:260px;
}
.companies-header .brand-name{
  font-size:22px;
  letter-spacing:.03em;
  font-family:"Cormorant Garamond",serif;
  text-transform:none;
}
.companies-header .brand-subtitle{
  font-size:11px;
  letter-spacing:.28em;
}
.companies-header .nav{
  gap:44px;
}
.companies-header .nav a{
  opacity:.9;
}
.companies-header .nav a:hover,
.companies-header .nav a.active{
  color:#f6efe6 !important;
  opacity:1;
}
.companies-header .nav a::after{
  background:rgba(196,185,143,.72);
}
.companies-nav-button{
  background:linear-gradient(135deg,#827b4f,#5f603f) !important;
  color:#f6efe6 !important;
  min-width:154px;
  height:48px;
  border-radius:10px !important;
  font-family:"Cormorant Garamond",serif;
  font-size:19px;
  letter-spacing:0;
}
.companies-visual{
  background:
    linear-gradient(90deg,rgba(27,36,25,.22),rgba(27,36,25,.04)),
    url("assets/companies-boardroom.png") center / cover no-repeat !important;
  filter:saturate(.78) brightness(.86) !important;
}
.wall-logo{
  top:31% !important;
  left:48% !important;
  width:150px !important;
  height:150px !important;
  background:rgba(31,38,23,.38) !important;
  color:rgba(246,239,230,.92) !important;
}
.companies-hero{
  min-height:450px !important;
}
.companies-copy{
  padding-top:60px !important;
  padding-bottom:52px !important;
}
.companies-copy h1{
  font-size:60px !important;
}


/* ===== FINAL COMPANIES HEADER FIX ===== */

.companies-header{
  position:sticky;
  top:0;
  z-index:1000;
  width:100%;
  background:rgba(13,18,12,.92) !important;
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.companies-header .header-inner{
  max-width:1440px;
  margin:0 auto;
  height:92px;
  padding:0 42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.companies-brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  flex-shrink:0;
}

.companies-brand .brand-logo{
  width:54px;
  height:auto;
  display:block;
}

.companies-brand .brand-text{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.companies-brand .brand-name{
  font-family:"Cormorant Garamond",serif;
  font-size:18px !important;
  color:#f5efe6 !important;
  letter-spacing:.02em;
  margin-bottom:4px;
}

.companies-brand .brand-subtitle{
  font-size:10px !important;
  letter-spacing:.35em;
  color:rgba(245,239,230,.82) !important;
}

.companies-header .nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:42px;
  flex:1;
}

.companies-header .nav a{
  font-size:17px;
  color:#f5efe6 !important;
  text-decoration:none;
  position:relative;
  transition:.25s ease;
}

.companies-header .nav a:hover{
  opacity:.75;
}

.companies-header .nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:100%;
  height:2px;
  background:#9b9460;
}

.companies-nav-button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:160px;
  height:52px;
  border-radius:12px;
  background:#7f7a4d !important;
  color:#f5efe6 !important;
  text-decoration:none;
  font-size:18px;
  font-family:"Cormorant Garamond",serif;
  flex-shrink:0;
}

.wall-logo{
  background:
    radial-gradient(circle at center,
    rgba(255,255,255,.07),
    rgba(255,255,255,.02) 62%,
    transparent 75%) !important;
}

.wall-logo::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("assets/logo-white.png") center/62% no-repeat;
  opacity:.92;
}


/* ===== FINAL COMPANIES NAV + CTA BANNER FIX ===== */

/* Hide/neutralize previous conflicting companies header rules */
.companies-header,
.companies-header .header-inner{
  all:unset;
}

/* Top bar matching the reference */
.companies-page-header{
  height:84px;
  padding:0 48px;
  background:linear-gradient(90deg,#111a10 0%,#182217 52%,#172015 100%);
  border-bottom:1px solid rgba(246,239,230,.07);
  display:grid;
  grid-template-columns:270px 1fr 170px;
  align-items:center;
  gap:28px;
  color:#f6efe6;
  position:sticky;
  top:0;
  z-index:9999;
}

.companies-logo-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-decoration:none;
  color:#f6efe6;
  min-width:0;
}

.companies-logo-name{
  font-family:"Cormorant Garamond",serif;
  font-size:24px;
  font-weight:600;
  letter-spacing:.015em;
  line-height:.95;
  color:#f6efe6;
  white-space:nowrap;
}

.companies-logo-role{
  margin-top:6px;
  font-family:"Inter",sans-serif;
  font-size:10px;
  font-weight:600;
  letter-spacing:.36em;
  color:rgba(246,239,230,.82);
  line-height:1;
}

.companies-top-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:42px;
  height:100%;
}

.companies-top-nav a{
  position:relative;
  font-family:"Cormorant Garamond",serif;
  font-size:21px;
  font-weight:600;
  color:rgba(246,239,230,.9);
  text-decoration:none;
  line-height:1;
  transition:opacity .22s ease, transform .22s ease, color .22s ease;
}

.companies-top-nav a:hover{
  opacity:1;
  transform:translateY(-1px);
  color:#fffaf1;
}

.companies-top-nav a.active{
  color:#fffaf1;
}

.companies-top-nav a.active::after,
.companies-top-nav a:hover::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-13px;
  height:2px;
  background:#9b9460;
  border-radius:2px;
}

.companies-get-touch{
  justify-self:end;
  width:150px;
  height:48px;
  border-radius:10px;
  background:linear-gradient(135deg,#817b4d,#6b6741);
  color:#f6efe6;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Cormorant Garamond",serif;
  font-size:21px;
  font-weight:600;
  box-shadow:0 10px 26px rgba(0,0,0,.16);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.companies-get-touch:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(0,0,0,.24);
  background:linear-gradient(135deg,#8d8655,#746f46);
}

/* Hero spacing under fixed header */
.companies-hero{
  margin-top:0 !important;
}

/* Bottom investment banner: stronger, cleaner, like reference */
.company-banner{
  max-width:1120px !important;
  min-height:88px !important;
  display:grid !important;
  grid-template-columns:76px 1fr 220px !important;
  align-items:center !important;
  gap:26px !important;
  margin:34px auto 0 !important;
  padding:22px 34px !important;
  border-radius:18px !important;
  background:linear-gradient(90deg,rgba(246,239,230,.075),rgba(246,239,230,.045)) !important;
  border:1px solid rgba(246,239,230,.095) !important;
  box-shadow:0 20px 60px rgba(0,0,0,.18) !important;
}

.company-banner .banner-icon{
  width:62px !important;
  height:62px !important;
  color:#f6efe6 !important;
  opacity:.95 !important;
}

.company-banner .banner-icon svg{
  width:46px !important;
  height:46px !important;
  stroke-width:1.8 !important;
}

.company-banner h2{
  font-family:"Cormorant Garamond",serif !important;
  font-size:31px !important;
  font-weight:600 !important;
  color:#f6efe6 !important;
  margin:0 0 6px !important;
  line-height:1.05 !important;
}

.company-banner p{
  font-size:15px !important;
  color:rgba(246,239,230,.8) !important;
  margin:0 !important;
  line-height:1.35 !important;
}

.company-banner .gold-button{
  width:190px !important;
  height:48px !important;
  min-height:48px !important;
  border-radius:10px !important;
  background:linear-gradient(135deg,#817b4d,#6b6741) !important;
  color:#f6efe6 !important;
  font-family:"Cormorant Garamond",serif !important;
  font-size:21px !important;
  font-weight:600 !important;
  text-decoration:none !important;
  justify-self:end !important;
  padding:0 !important;
  box-shadow:none !important;
}

.company-banner .gold-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.18) !important;
}

@media (max-width: 900px){
  .companies-page-header{
    grid-template-columns:1fr;
    height:auto;
    gap:18px;
    padding:22px 24px;
    position:relative;
  }
  .companies-top-nav{
    flex-wrap:wrap;
    gap:20px;
  }
  .companies-get-touch{
    justify-self:center;
  }
  .company-banner{
    grid-template-columns:1fr !important;
    text-align:center;
  }
  .company-banner .gold-button{
    justify-self:center !important;
    width:100% !important;
  }
}


/* ===== HERO VISUAL CLEANUP ===== */

/* remove cloudy/glow effect around AP wall logo */
.wall-logo{
    background:none !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    border:1px solid rgba(255,255,255,.10) !important;
}

.wall-logo::before{
    opacity:.88 !important;
    filter:none !important;
}

/* sharpen office image */
.companies-hero-image,
.hero-office-image,
.companies-hero-right img{
    filter: brightness(.92) contrast(1.12) saturate(1.04) sharpness(1.1) !important;
    opacity:1 !important;
}

/* ensure right hero area is clearer */
.companies-hero-right{
    overflow:hidden;
}

.companies-hero-right::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(9,16,10,.12) 0%,
        rgba(9,16,10,.03) 18%,
        rgba(9,16,10,.02) 100%
    );
    pointer-events:none;
}


/* ===== FINAL COMPANIES HERO EXACT IMAGE + PAGE POLISH ===== */

/* use the exact office image provided, with no added cloudy AP overlay */
.companies-visual{
  background:
    linear-gradient(90deg, rgba(20,28,18,.28) 0%, rgba(20,28,18,.06) 28%, rgba(20,28,18,0) 100%),
    url("assets/companies-boardroom.png") center center / cover no-repeat !important;
  filter:none !important;
  opacity:1 !important;
}

/* remove generated wall-logo layer entirely because the image already contains the logo */
.wall-logo,
.wall-logo::before{
  display:none !important;
}

/* subtle loading/navigation polish */
@keyframes pageFadeIn{
  from{opacity:0; transform:translateY(8px);}
  to{opacity:1; transform:translateY(0);}
}

main{
  animation:pageFadeIn .45s ease both;
}

a, button{
  -webkit-tap-highlight-color:transparent;
}

.nav a,
.companies-top-nav a,
.footer-nav a{
  transition:color .22s ease, opacity .22s ease, transform .22s ease;
}

.nav a:hover,
.companies-top-nav a:hover,
.footer-nav a:hover{
  transform:translateY(-1px);
}

.primary-button,
.dark-button,
.nav-button,
.companies-get-touch,
.gold-button{
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.primary-button:hover,
.dark-button:hover,
.nav-button:hover,
.companies-get-touch:hover,
.gold-button:hover{
  transform:translateY(-2px);
  filter:brightness(1.04);
}

.primary-button:active,
.dark-button:active,
.nav-button:active,
.companies-get-touch:active,
.gold-button:active{
  transform:translateY(0);
  filter:brightness(.98);
}

.company-pillar,
.service-card,
.option-card,
.trust-strip article{
  transition:transform .22s ease, opacity .22s ease;
}

.company-pillar:hover,
.service-card:hover,
.option-card:hover{
  transform:translateY(-3px);
}

@media (prefers-reduced-motion: reduce){
  main,
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
  }
}


/* ===== FINAL ROUND FIXES ===== */

/* Consistent nav, including Home */
.site-header .nav,
.nav{
  gap:42px;
}
.site-header .nav a,
.nav a{
  color:#252720;
  font-weight:600;
}

/* Companies image clarity */
.companies-visual{
  background:
    linear-gradient(90deg, rgba(20,28,18,.20) 0%, rgba(20,28,18,.04) 26%, rgba(20,28,18,0) 100%),
    url("assets/companies-boardroom.png") center center / cover no-repeat !important;
  filter:contrast(1.08) saturate(1.04) brightness(1.03) !important;
}

/* Keep final icon images neat */
.company-icon img,
.icon-circle img{
  object-fit:cover !important;
  border-radius:999px !important;
}

/* Work With Me page: align green tones with companies visual */
.work-hero{
  background:linear-gradient(90deg,#182217 0%,#1f2a1d 55%,#263120 100%) !important;
}
.work-copy{
  background:linear-gradient(135deg,#1b2419 0%,#263120 100%) !important;
  color:#f6efe6 !important;
}
.work-copy h1,
.work-copy .eyebrow,
.work-copy p{
  color:#f6efe6 !important;
}
.service-options{
  background:linear-gradient(180deg,#f8f3ea 0%,#f1eadf 100%) !important;
}
.work-page .footer,
.footer{
  background:linear-gradient(90deg,#202a1d,#182217) !important;
}

/* Work With Me cards/buttons with same olive button tone */
.option-card .dark-button,
.option-card .outline-button,
.work-page .dark-button,
.work-page .outline-button{
  background:linear-gradient(135deg,#817b4d,#6b6741) !important;
  color:#f6efe6 !important;
  border:0 !important;
  text-decoration:none !important;
}
.option-card{
  border-color:rgba(30,30,26,.08) !important;
}


/* ===== FINAL POLISH ===== */

/* greener buttons on Work With Me */
.work-page .primary-button,
.work-page .book-button,
.work-page .availability-button,
.work-page .dark-button,
.work-page .outline-button{
  background:linear-gradient(135deg,#3d5b35 0%, #587c49 100%) !important;
  color:#f6f2e9 !important;
  border:none !important;
  box-shadow:0 10px 24px rgba(44,77,38,.18);
}

/* greener get in touch button on companies */
.companies-get-touch,
.get-in-touch,
.nav-button{
  background:linear-gradient(135deg,#546d3f 0%, #738f57 100%) !important;
  color:#f7f2e8 !important;
  border:none !important;
}

/* fix broken line */
.hero-divider,
.hero-line{
  display:none !important;
}

/* ensure lotus icon renders properly */
img[src*="wellbeing"],
img[src*="tailored-workshops"]{
  object-fit:cover !important;
  image-rendering:auto;
  border-radius:999px;
  background:transparent !important;
}


/* ===== DARKER GREEN BUTTONS ===== */

.book-button,
.primary-button,
.work-page .primary-button,
.work-page .book-button,
.work-page .availability-button,
.work-page .dark-button,
.work-page .outline-button,
.nav-button,
.companies-get-touch,
.get-in-touch,
.gold-button{
  background:linear-gradient(135deg,#284327 0%, #355734 100%) !important;
  color:#f5f1e8 !important;
  border:none !important;
  box-shadow:0 12px 28px rgba(17,33,18,.22) !important;
}

.book-button:hover,
.primary-button:hover,
.work-page .primary-button:hover,
.work-page .book-button:hover,
.work-page .availability-button:hover,
.nav-button:hover,
.companies-get-touch:hover,
.get-in-touch:hover,
.gold-button:hover{
  background:linear-gradient(135deg,#315230 0%, #416a40 100%) !important;
}

/* force correct lotus icon rendering */
img[src*="wellbeing"],
img[src*="tailored-workshops"]{
  object-fit:contain !important;
  background:transparent !important;
  border-radius:999px !important;
}


/* ===== FINAL BUTTON COLORS + LOTUS ICON FIX ===== */

/* Force the final lotus image to display cleanly */
.icon-circle img[src*="wellbeing-final-lotus"],
.company-icon img[src*="wellbeing-final-lotus"]{
  width:82px !important;
  height:82px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:999px !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}

/* Home + companies page buttons: dark green like the reference */
.nav-button,
.book-button,
.primary-button,
.dark-button,
.companies-get-touch,
.get-in-touch,
.gold-button,
.companies-cta{
  background:linear-gradient(135deg,#1d2a1b 0%, #2b3c27 100%) !important;
  color:#f6efe6 !important;
  border:none !important;
  box-shadow:0 12px 28px rgba(12,22,12,.20) !important;
}

.nav-button:hover,
.book-button:hover,
.primary-button:hover,
.dark-button:hover,
.companies-get-touch:hover,
.get-in-touch:hover,
.gold-button:hover,
.companies-cta:hover{
  background:linear-gradient(135deg,#263825 0%, #385134 100%) !important;
  color:#fff8ee !important;
}

/* Work With Me page: both main buttons use the exact dark button color from that page reference */
.work-page .book-button,
.work-page .primary-button,
.work-page .dark-button,
.work-page .outline-button,
.work-page .availability-button,
.work-page a[href*="mailto"],
.work-page .option-card a{
  background:#182019 !important;
  color:#f6efe6 !important;
  border:1px solid #182019 !important;
  box-shadow:0 10px 24px rgba(18,24,18,.18) !important;
}

.work-page .book-button:hover,
.work-page .primary-button:hover,
.work-page .dark-button:hover,
.work-page .outline-button:hover,
.work-page .availability-button:hover,
.work-page a[href*="mailto"]:hover,
.work-page .option-card a:hover{
  background:#233022 !important;
  border-color:#233022 !important;
  color:#fff8ee !important;
}

/* Header book button on Work With Me stays same dark reference color */
.work-page .nav-button{
  background:#182019 !important;
}


/* ===== ABSOLUTE FINAL USER REQUEST FIXES ===== */

/* For Companies: force exact supplied right hero photo and hide extra overlay logo */
.companies-visual{
  background:
    linear-gradient(90deg,
      #182217 0%,
      rgba(24,34,23,.94) 9%,
      rgba(24,34,23,.62) 24%,
      rgba(24,34,23,.22) 45%,
      rgba(24,34,23,0) 70%),
    url("assets/companies-office-final-exact.png") center center / cover no-repeat !important;
  filter:none !important;
  opacity:1 !important;
}
.wall-logo,
.companies-visual .wall-logo{
  display:none !important;
}

/* Home: central hero Book a Session button beige with dark green text */
.hero-book-button,
.hero a.book-button,
.hero-panel a.book-button,
.hero-copy a.book-button,
.hero-content a.book-button,
.hero-right a.book-button{
  background:#f4eee4 !important;
  background-image:none !important;
  color:#1d2a1b !important;
  border:1px solid rgba(29,42,27,.18) !important;
  box-shadow:none !important;
}
.hero-book-button span,
.hero a.book-button span,
.hero-panel a.book-button span,
.hero-copy a.book-button span,
.hero-content a.book-button span,
.hero-right a.book-button span{
  color:#1d2a1b !important;
}
.hero-book-button:hover,
.hero a.book-button:hover,
.hero-panel a.book-button:hover,
.hero-copy a.book-button:hover,
.hero-content a.book-button:hover,
.hero-right a.book-button:hover{
  background:#fff8ef !important;
  color:#1d2a1b !important;
}

/* Header Book a Session stays dark green */
.site-header .nav-button{
  background:#1d2a1b !important;
  background-image:none !important;
  color:#f6efe6 !important;
  border:none !important;
}

/* Tailored Workshops & Sessions icon: use the same lotus-style icon */
.company-icon img[src*="tailored-workshops-sessions-final"]{
  width:82px !important;
  height:82px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:999px !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}
.company-icon:has(img[src*="tailored-workshops-sessions-final"]){
  visibility:visible !important;
}


/* =========================================================
   SIMPLE FINAL FIX — requested only
   ========================================================= */

/* HOME: hero lower/central Book a Session button must be beige with dark-green text.
   The top header button remains dark green. */
.hero-panel .cta-button,
.hero-panel .book-button,
.hero-panel a[href*="work-with-me"],
.hero-inner .cta-button,
.hero-inner .book-button,
.hero-inner a[href*="work-with-me"]{
  background:#f4eee4 !important;
  background-image:none !important;
  color:#182217 !important;
  border:1px solid rgba(24,34,23,.18) !important;
  box-shadow:none !important;
}

.hero-panel .cta-button span,
.hero-panel .book-button span,
.hero-panel a[href*="work-with-me"] span,
.hero-inner .cta-button span,
.hero-inner .book-button span,
.hero-inner a[href*="work-with-me"] span{
  color:#182217 !important;
}

.hero-panel .cta-button:hover,
.hero-panel .book-button:hover,
.hero-panel a[href*="work-with-me"]:hover,
.hero-inner .cta-button:hover,
.hero-inner .book-button:hover,
.hero-inner a[href*="work-with-me"]:hover{
  background:#fff8ef !important;
  color:#182217 !important;
}

/* Header/top-right Book a Session stays dark green */
.header .nav-button,
.site-header .nav-button,
header .nav-button{
  background:#1d2a1b !important;
  background-image:none !important;
  color:#f6efe6 !important;
}

/* HOME: fix Well-being icon by using the same treatment as Tailored Workshops & Sessions */
.icon-circle img[src*="wellbeing-home-final"]{
  width:82px !important;
  height:82px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:999px !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}

/* COMPANIES: smoother horizontal blend between left hero text and right photo */
.companies-hero{
  background:#182217 !important;
  overflow:hidden !important;
}
.companies-copy{
  background:linear-gradient(90deg,#182217 0%,#182217 78%,rgba(24,34,23,.92) 100%) !important;
  z-index:3 !important;
}
.companies-visual{
  margin-left:-150px !important;
  padding-left:150px !important;
  background:
    linear-gradient(90deg,
      #182217 0%,
      rgba(24,34,23,1) 12%,
      rgba(24,34,23,.88) 24%,
      rgba(24,34,23,.58) 39%,
      rgba(24,34,23,.25) 55%,
      rgba(24,34,23,.08) 70%,
      rgba(24,34,23,0) 86%),
    url("assets/companies-office-final-exact.png") center center / cover no-repeat !important;
  filter:none !important;
}
.companies-visual::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  top:0 !important;
  bottom:0 !important;
  left:0 !important;
  width:420px !important;
  background:linear-gradient(90deg,
    #182217 0%,
    rgba(24,34,23,.98) 28%,
    rgba(24,34,23,.72) 56%,
    rgba(24,34,23,.30) 80%,
    rgba(24,34,23,0) 100%) !important;
  pointer-events:none !important;
  z-index:3 !important;
}

/* COMPANIES: smoother vertical fade from hero into the cards/support section */
.companies-support{
  background:linear-gradient(180deg,#182217 0%,#1a2418 26%,#1b2419 100%) !important;
  margin-top:0 !important;
  border-top:0 !important;
  position:relative !important;
}
.companies-support::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:-120px !important;
  height:120px !important;
  background:linear-gradient(180deg,
    rgba(24,34,23,0) 0%,
    rgba(24,34,23,.48) 38%,
    rgba(24,34,23,.86) 72%,
    #182217 100%) !important;
  pointer-events:none !important;
}

/* Make sure the tailored icon stays visible/fixed */
.company-icon img[src*="tailored-workshops-sessions-final"]{
  width:82px !important;
  height:82px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:999px !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}


/* =========================================================
   MOBILE RESPONSIVE FIXES ONLY
   Desktop remains unchanged.
   ========================================================= */

@media (max-width: 820px){

  html, body{
    overflow-x:hidden;
  }

  body{
    min-width:0;
  }

  .site-shell,
  .page-shell{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  /* Global header/mobile nav */
  .header,
  .site-header,
  .companies-page-header{
    height:auto !important;
    min-height:0 !important;
    padding:18px 20px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    position:relative !important;
  }

  .brand,
  .companies-logo-text{
    text-align:center !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .brand-name,
  .companies-logo-name{
    font-size:22px !important;
    line-height:1 !important;
    text-align:center !important;
    white-space:normal !important;
  }

  .brand-role,
  .brand-subtitle,
  .companies-logo-role{
    font-size:10px !important;
    letter-spacing:.28em !important;
    text-align:center !important;
  }

  .nav,
  .companies-top-nav{
    width:100% !important;
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    align-items:center !important;
    gap:14px 22px !important;
    order:2 !important;
  }

  .nav a,
  .companies-top-nav a{
    font-size:15px !important;
    line-height:1.1 !important;
    white-space:nowrap !important;
  }

  .nav-button,
  .companies-get-touch{
    order:3 !important;
    width:auto !important;
    min-width:180px !important;
    height:44px !important;
    font-size:16px !important;
    margin-top:2px !important;
  }

  /* Homepage hero */
  .hero{
    display:grid !important;
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }

  .hero-image{
    min-height:330px !important;
    height:330px !important;
    width:100% !important;
    background-position:center top !important;
  }

  .hero-panel{
    min-height:auto !important;
    padding:42px 20px 46px !important;
  }

  .hero-inner{
    max-width:100% !important;
    padding:0 !important;
  }

  .hero-mark{
    width:76px !important;
    max-width:76px !important;
    margin-bottom:12px !important;
  }

  .hero-name{
    font-size:28px !important;
    line-height:1 !important;
  }

  .hero-role{
    font-size:11px !important;
    letter-spacing:.26em !important;
    margin-bottom:18px !important;
  }

  .small-rule{
    margin:16px auto 20px !important;
  }

  .headline{
    font-size:38px !important;
    line-height:.98 !important;
    margin-bottom:30px !important;
  }

  .pillars{
    grid-template-columns:1fr 1fr !important;
    gap:26px 0 !important;
  }

  .pillar{
    padding:0 12px !important;
    border-right:0 !important;
  }

  .icon-circle{
    width:70px !important;
    height:70px !important;
    margin-bottom:10px !important;
  }

  .icon-circle img{
    width:70px !important;
    height:70px !important;
  }

  .pillar h3{
    font-size:17px !important;
    margin-bottom:7px !important;
  }

  .pillar p{
    font-size:12px !important;
    line-height:1.35 !important;
  }

  .hero-panel .book-button,
  .hero-inner a[href*="work-with-me"]{
    margin-top:30px !important;
    width:210px !important;
    height:48px !important;
    font-size:15px !important;
  }

  /* Homepage three service cards */
  .cards{
    grid-template-columns:1fr !important;
    padding:34px 24px !important;
    gap:28px !important;
  }

  .service-card{
    border-right:0 !important;
    border-bottom:1px solid rgba(30,30,26,.12) !important;
    padding:0 0 28px !important;
    justify-content:flex-start !important;
  }

  .service-card:last-child{
    border-bottom:0 !important;
    padding-bottom:0 !important;
  }

  .service-card h3{
    font-size:24px !important;
  }

  .service-card p{
    font-size:14px !important;
    max-width:none !important;
  }

  /* Work With Me page */
  .work-hero{
    grid-template-columns:1fr !important;
  }

  .work-photo{
    min-height:300px !important;
    height:300px !important;
  }

  .work-copy{
    padding:44px 24px 54px !important;
    text-align:center !important;
  }

  .work-copy h1{
    font-size:42px !important;
    line-height:1 !important;
  }

  .work-copy p,
  .work-intro{
    font-size:15px !important;
    line-height:1.6 !important;
    max-width:100% !important;
    text-align:center !important;
  }

  .service-options{
    grid-template-columns:1fr !important;
    padding:36px 22px !important;
    gap:24px !important;
  }

  .option-card{
    min-height:auto !important;
    padding:30px 24px !important;
  }

  .option-card h2{
    font-size:28px !important;
  }

  .option-description{
    font-size:14px !important;
    max-width:100% !important;
  }

  .trust-strip{
    grid-template-columns:1fr !important;
    padding:34px 24px !important;
    gap:24px !important;
  }

  .trust-strip article{
    border-right:0 !important;
    border-bottom:1px solid rgba(30,30,26,.12) !important;
    padding:0 0 24px !important;
  }

  .trust-strip article:last-child{
    border-bottom:0 !important;
  }

  /* For Companies page */
  .companies-hero{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }

  .companies-copy{
    padding:50px 24px 42px !important;
    text-align:center !important;
    max-width:100% !important;
  }

  .companies-copy .eyebrow{
    font-size:12px !important;
    letter-spacing:.28em !important;
    margin-bottom:20px !important;
  }

  .companies-copy h1{
    font-size:43px !important;
    line-height:1 !important;
  }

  .companies-lead{
    font-size:15px !important;
    line-height:1.6 !important;
    max-width:100% !important;
  }

  .small-rule{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .companies-cta,
  .companies-copy .dark-button{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .companies-visual{
    min-height:300px !important;
    height:300px !important;
    margin-left:0 !important;
    padding-left:0 !important;
    background-position:center center !important;
  }

  .companies-visual::before,
  .companies-visual::after{
    display:none !important;
  }

  .companies-support{
    padding:42px 22px 46px !important;
  }

  .section-kicker{
    font-size:32px !important;
  }

  .company-pillars{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }

  .company-pillar{
    border-right:0 !important;
    padding:0 10px !important;
  }

  .company-pillar h2{
    font-size:25px !important;
  }

  .company-pillar p{
    font-size:14px !important;
  }

  .company-banner{
    grid-template-columns:1fr !important;
    text-align:center !important;
    padding:28px 24px !important;
    gap:18px !important;
  }

  .company-banner .gold-button{
    justify-self:center !important;
    width:100% !important;
    max-width:240px !important;
  }

  /* Footer */
  .footer-main{
    min-height:auto !important;
    grid-template-columns:1fr !important;
    padding:34px 24px !important;
    gap:26px !important;
    text-align:center !important;
  }

  .footer-slogan{
    justify-content:center !important;
  }

  .footer-nav{
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:16px 26px !important;
  }

  .footer-contact{
    align-items:center !important;
    text-align:center !important;
  }

  .footer-contact a{
    justify-content:center !important;
    font-size:13px !important;
  }

  .socials{
    justify-content:center !important;
  }

  .footer-bottom{
    flex-direction:column !important;
    gap:10px !important;
    padding:16px 20px !important;
    text-align:center !important;
  }

  .footer-bottom p{
    font-size:11px !important;
    margin:0 !important;
  }
}

@media (max-width: 420px){
  .headline{
    font-size:34px !important;
  }

  .pillars{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }

  .pillar p{
    max-width:230px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .companies-copy h1,
  .work-copy h1{
    font-size:38px !important;
  }

  .cards,
  .service-options,
  .companies-support{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .service-card{
    flex-direction:column !important;
    align-items:center !important;
    text-align:center !important;
  }
}

/* CONTACT PAGE */
.contact-page{background:#182217;}
.contact-header{background:linear-gradient(90deg,#111a10,#182217 56%,#172015)!important;color:#f6efe6!important;border-bottom:1px solid rgba(246,239,230,.07);}
.contact-header .brand-name,.contact-header .brand-subtitle,.contact-header .nav a{color:#f6efe6!important;}
.contact-header .nav a{position:relative;}
.contact-header .nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:#b7a56f;}
.contact-top-button{background:#f4eee4!important;color:#1d2a1b!important;}
.contact-hero{min-height:420px;display:grid;grid-template-columns:1fr 1.1fr;background:#182217;color:#f6efe6;border-bottom:1px solid rgba(246,239,230,.08);overflow:hidden;}
.contact-hero-copy{padding:78px 70px 68px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;}
.contact-eyebrow{margin:0 0 22px;font-size:13px;font-weight:600;letter-spacing:.34em;color:rgba(246,239,230,.75);}
.contact-hero h1{font-family:"Cormorant Garamond",serif;font-size:68px;line-height:.96;margin:0;font-weight:600;color:#f6efe6;}
.contact-rule,.contact-side-rule{width:52px;height:1px;background:#9b9460;margin:26px 0 24px;}
.contact-hero p{max-width:560px;margin:0 0 8px;color:rgba(246,239,230,.86);font-size:17px;line-height:1.62;}
.contact-hero-visual{min-height:420px;background:linear-gradient(90deg,#182217 0%,rgba(24,34,23,.72) 22%,rgba(24,34,23,.15) 48%,rgba(24,34,23,0) 100%),radial-gradient(circle at 72% 56%,rgba(246,239,230,.18),transparent 25%),url("assets/hero-photo.png") center center/cover no-repeat;filter:saturate(.72) brightness(.7);}
.contact-main{display:grid;grid-template-columns:1fr 1fr;background:radial-gradient(circle at 35% 15%,rgba(246,239,230,.05),transparent 24%),linear-gradient(90deg,#182217,#1e2a1d 55%,#182217);color:#f6efe6;border-bottom:1px solid rgba(246,239,230,.08);}
.contact-form-wrap,.contact-side{padding:62px 78px 66px;}
.contact-form-wrap{border-right:1px solid rgba(246,239,230,.12);}
.contact-form-wrap h2,.contact-side h2{font-family:"Cormorant Garamond",serif;font-size:40px;line-height:1;margin:0 0 20px;font-weight:600;color:#f6efe6;}
.contact-intro{max-width:420px;margin:0 0 30px;color:rgba(246,239,230,.78);line-height:1.55;font-size:15px;}
.contact-form{display:grid;gap:18px;max-width:520px;}
.contact-form label{display:grid;gap:8px;color:#f6efe6;font-size:14px;line-height:1.2;}
.contact-form label span{color:rgba(246,239,230,.62);}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(246,239,230,.16);background:rgba(246,239,230,.035);color:#f6efe6;border-radius:8px;padding:15px 16px;font:inherit;outline:none;transition:border-color .22s ease,background .22s ease,box-shadow .22s ease;}
.contact-form textarea{min-height:128px;resize:vertical;}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(246,239,230,.46);}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:rgba(196,185,143,.75);background:rgba(246,239,230,.055);box-shadow:0 0 0 3px rgba(196,185,143,.10);}
.privacy-note{display:flex;align-items:center;gap:10px;color:rgba(246,239,230,.82);font-size:14px;margin-top:4px;flex-wrap:wrap;}
.privacy-lock{width:22px;height:22px;color:#c8b980;flex:0 0 auto;}
.privacy-lock svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.privacy-trigger{border:0;padding:0;background:transparent;color:#f6efe6;text-decoration:underline;text-underline-offset:4px;font:inherit;cursor:pointer;}
.send-button{min-height:54px;border:0;border-radius:10px;background:#f4eee4;color:#1d2a1b;font:600 16px "Inter",sans-serif;cursor:pointer;transition:transform .22s ease,background .22s ease;margin-top:8px;}
.send-button:hover{transform:translateY(-2px);background:#fff8ef;}
.contact-methods{display:grid;gap:28px;margin:28px 0 44px;}
.contact-method{display:grid;grid-template-columns:60px 1fr;align-items:center;gap:18px;}
.method-icon{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;background:rgba(139,132,82,.45);color:#f6efe6;}
.method-icon svg,.organization-icon svg,.response-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.contact-method h3{font-family:"Cormorant Garamond",serif;font-size:25px;margin:0 0 6px;font-weight:600;}
.contact-method p,.contact-method a{margin:0;color:rgba(246,239,230,.84);text-decoration:none;font-size:15px;}
.organization-card{max-width:470px;border:1px solid rgba(196,185,143,.35);border-radius:14px;padding:28px 30px;display:grid;grid-template-columns:52px 1fr;gap:20px;background:rgba(246,239,230,.035);}
.organization-icon{color:#c8b980;}
.organization-card h3{font-family:"Cormorant Garamond",serif;font-size:28px;margin:0 0 10px;font-weight:600;}
.organization-card p{margin:0 0 22px;color:rgba(246,239,230,.78);line-height:1.55;}
.organization-card a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:8px;background:#8b8452;color:#f6efe6;text-decoration:none;}
.response-section{background:#f4eee4;color:#1d2a1b;padding:46px 70px 56px;}
.response-section h2{font-family:"Cormorant Garamond",serif;text-align:center;font-size:34px;line-height:1;margin:0 0 42px;}
.response-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:1160px;margin:0 auto;}
.response-grid article{padding:0 34px;border-right:1px solid rgba(29,42,27,.14);display:grid;grid-template-columns:44px 1fr;gap:18px;align-items:start;}
.response-grid article:last-child{border-right:0;}
.response-icon{color:#9b8558;}
.response-grid h3{font-family:"Cormorant Garamond",serif;font-size:22px;line-height:1.08;margin:0 0 12px;}
.response-grid p{grid-column:2;margin:0;color:rgba(29,42,27,.78);font-size:13px;line-height:1.55;}
.gdpr-popover{position:fixed;right:clamp(18px,7vw,110px);bottom:clamp(18px,6vw,90px);z-index:9999;width:min(460px,calc(100vw - 36px));max-height:min(620px,calc(100vh - 36px));overflow:auto;padding:28px 30px;border-radius:14px;border:1px solid rgba(246,239,230,.12);background:rgba(18,25,17,.96);box-shadow:0 28px 90px rgba(0,0,0,.38);color:#f6efe6;opacity:0;pointer-events:none;transform:translateY(14px);transition:opacity .22s ease,transform .22s ease;}
.gdpr-popover.is-open{opacity:1;pointer-events:auto;transform:translateY(0);}
.gdpr-popover h2{font-family:"Cormorant Garamond",serif;font-size:28px;margin:0 36px 14px 0;line-height:1;}
.gdpr-popover p{color:rgba(246,239,230,.84);font-size:13px;line-height:1.52;margin:0 0 12px;}
.gdpr-close{position:absolute;top:14px;right:16px;width:34px;height:34px;border:0;border-radius:999px;background:rgba(246,239,230,.08);color:#f6efe6;font-size:24px;cursor:pointer;}
@media (max-width:820px){.contact-hero,.contact-main{grid-template-columns:1fr!important}.contact-hero-copy{padding:52px 24px 44px!important;text-align:center}.contact-hero h1{font-size:46px!important}.contact-rule,.contact-side-rule{margin-left:auto;margin-right:auto}.contact-hero p{margin-left:auto;margin-right:auto;font-size:15px}.contact-hero-visual{min-height:280px}.contact-form-wrap,.contact-side{padding:42px 24px!important;border-right:0}.contact-form{max-width:none}.organization-card{max-width:none}.response-section{padding:40px 22px 46px}.response-grid{grid-template-columns:1fr!important;gap:28px}.response-grid article{border-right:0;border-bottom:1px solid rgba(29,42,27,.12);padding:0 0 26px}.response-grid article:last-child{border-bottom:0}.gdpr-popover{right:18px;bottom:18px}}


/* ===== CONTACT PAGE POLISH FIX ===== */

/* top row formatting: clean, centered, desktop-friendly */
.contact-header{
  height:92px !important;
  padding:0 54px !important;
  display:grid !important;
  grid-template-columns:320px 1fr 190px !important;
  align-items:center !important;
  gap:30px !important;
  background:linear-gradient(90deg,#111a10,#182217 56%,#172015) !important;
}

.contact-header .brand{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  text-decoration:none !important;
}

.contact-header .brand-name{
  font-size:24px !important;
  letter-spacing:.12em !important;
  line-height:1 !important;
  color:#f6efe6 !important;
  white-space:nowrap !important;
}

.contact-header .brand-subtitle{
  margin-top:7px !important;
  font-size:10px !important;
  letter-spacing:.36em !important;
  color:rgba(246,239,230,.82) !important;
}

.contact-header .nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:42px !important;
}

.contact-header .nav a{
  color:#f6efe6 !important;
  font-size:15px !important;
  font-weight:500 !important;
  text-decoration:none !important;
  position:relative !important;
}

.contact-header .contact-top-button{
  justify-self:end !important;
  min-width:168px !important;
  height:48px !important;
  border-radius:10px !important;
  background:#f4eee4 !important;
  color:#1d2a1b !important;
}

/* chair/lamp hero photo from the mockup */
.contact-hero-visual{
  background:
    linear-gradient(90deg,#182217 0%,rgba(24,34,23,.80) 17%,rgba(24,34,23,.28) 42%,rgba(24,34,23,0) 72%),
    url("assets/contact-chair-hero.png") center center / cover no-repeat !important;
  filter:saturate(.82) brightness(.78) contrast(1.04) !important;
}

/* polished send message arrow */
.send-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
}

.button-arrow{
  width:20px;
  height:20px;
  display:inline-grid;
  place-items:center;
  transition:transform .22s ease;
}

.button-arrow svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.send-button:hover .button-arrow{
  transform:translate(2px,-2px);
}

/* refined bottom response icons */
.response-icon{
  width:54px !important;
  height:54px !important;
  border-radius:999px !important;
  display:grid !important;
  place-items:center !important;
  color:#9b8558 !important;
  background:rgba(155,133,88,.12) !important;
}

.response-icon svg{
  width:30px !important;
  height:30px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.55 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.response-grid article{
  grid-template-columns:62px 1fr !important;
}

/* mobile keeps the same fix but stacks neatly */
@media (max-width:820px){
  .contact-header{
    display:flex !important;
    height:auto !important;
    padding:20px 22px !important;
    flex-direction:column !important;
    gap:15px !important;
  }

  .contact-header .brand{
    align-items:center !important;
  }

  .contact-header .brand-name,
  .contact-header .brand-subtitle{
    text-align:center !important;
  }

  .contact-header .nav{
    flex-wrap:wrap !important;
    gap:14px 20px !important;
  }

  .contact-header .contact-top-button{
    justify-self:center !important;
  }

  .contact-hero-visual{
    min-height:300px !important;
    background-position:center center !important;
  }
}


/* ===== CONTACT PAGE ACTIVE TAB + HERO FADE FIX ===== */

/* Fix messy active underline under Contact tab */
.contact-header .nav a.active::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  right:auto !important;
  bottom:-14px !important;
  width:54px !important;
  height:2px !important;
  transform:translateX(-50%) !important;
  background:#9b9460 !important;
  border-radius:2px !important;
}

/* Smooth hero transition between text side and image side */
.contact-hero{
  background:linear-gradient(90deg,#182217 0%,#182217 46%,#1a2418 58%,#1b2419 100%) !important;
}

.contact-hero-copy{
  background:linear-gradient(90deg,#182217 0%,#182217 78%,rgba(24,34,23,.92) 100%) !important;
}

.contact-hero-visual{
  margin-left:-130px !important;
  padding-left:130px !important;
  background:
    linear-gradient(90deg,
      #182217 0%,
      rgba(24,34,23,.98) 13%,
      rgba(24,34,23,.80) 27%,
      rgba(24,34,23,.48) 43%,
      rgba(24,34,23,.18) 60%,
      rgba(24,34,23,0) 82%),
    url("assets/contact-chair-hero.png") center center / cover no-repeat !important;
  filter:saturate(.82) brightness(.78) contrast(1.04) !important;
}

.contact-hero-visual::before{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  bottom:0 !important;
  left:0 !important;
  width:380px !important;
  background:linear-gradient(90deg,
    #182217 0%,
    rgba(24,34,23,.96) 30%,
    rgba(24,34,23,.66) 58%,
    rgba(24,34,23,.24) 82%,
    rgba(24,34,23,0) 100%) !important;
  pointer-events:none !important;
}

.contact-hero-visual{
  position:relative !important;
  overflow:hidden !important;
}

@media (max-width:820px){
  .contact-header .nav a.active::after{
    bottom:-7px !important;
    width:42px !important;
  }

  .contact-hero-visual{
    margin-left:0 !important;
    padding-left:0 !important;
  }

  .contact-hero-visual::before{
    display:none !important;
  }
}


/* ===== CONTACT TAB UNDERLINE + HERO FADE + WORK GDPR ===== */

/* Contact page: clean active underline under Contact tab */
.contact-header .nav a.active{
  position:relative !important;
}

.contact-header .nav a.active::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  right:auto !important;
  bottom:-11px !important;
  width:48px !important;
  height:2px !important;
  transform:translateX(-50%) !important;
  background:#9b9460 !important;
  border-radius:999px !important;
  opacity:1 !important;
}

/* Hide any older duplicated underline rules/elements */
.contact-header .nav a.active::before,
.contact-header .nav .active-line,
.contact-header .nav .underline{
  display:none !important;
  content:none !important;
}

/* Contact hero: smoother transition, same approach as For Companies */
.contact-hero{
  background:linear-gradient(90deg,#182217 0%,#182217 44%,#1a2418 58%,#1b2419 100%) !important;
  overflow:hidden !important;
  position:relative !important;
}

.contact-hero-copy{
  background:linear-gradient(90deg,#182217 0%,#182217 76%,rgba(24,34,23,.94) 100%) !important;
  position:relative !important;
  z-index:3 !important;
}

.contact-hero-visual{
  position:relative !important;
  overflow:hidden !important;
  margin-left:-165px !important;
  padding-left:165px !important;
  background:
    linear-gradient(90deg,
      #182217 0%,
      rgba(24,34,23,1) 13%,
      rgba(24,34,23,.88) 26%,
      rgba(24,34,23,.58) 42%,
      rgba(24,34,23,.25) 58%,
      rgba(24,34,23,.08) 72%,
      rgba(24,34,23,0) 88%),
    url("assets/contact-chair-hero.png") center center / cover no-repeat !important;
  filter:saturate(.82) brightness(.78) contrast(1.04) !important;
}

.contact-hero-visual::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  top:0 !important;
  bottom:0 !important;
  left:0 !important;
  width:470px !important;
  background:linear-gradient(90deg,
    #182217 0%,
    rgba(24,34,23,.98) 26%,
    rgba(24,34,23,.74) 52%,
    rgba(24,34,23,.34) 78%,
    rgba(24,34,23,0) 100%) !important;
  pointer-events:none !important;
  z-index:2 !important;
}

/* Slight vertical fade into next Contact section */
.contact-hero::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-1px !important;
  height:82px !important;
  background:linear-gradient(180deg,rgba(24,34,23,0) 0%,rgba(24,34,23,.56) 58%,#1b2419 100%) !important;
  pointer-events:none !important;
  z-index:4 !important;
}

/* Work With Me GDPR trigger below Private & Confidential */
.work-gdpr-trigger{
  margin-top:10px !important;
  border:0 !important;
  padding:0 !important;
  background:transparent !important;
  color:#1d2a1b !important;
  font:600 13px "Inter",sans-serif !important;
  text-decoration:underline !important;
  text-underline-offset:4px !important;
  cursor:pointer !important;
}

.work-gdpr-trigger:hover{
  color:#8b8452 !important;
}

/* Reuse GDPR popover styling on Work With Me */
.work-gdpr-popover{
  background:rgba(18,25,17,.96) !important;
  color:#f6efe6 !important;
}

/* Make sure GDPR popover opens above all pages */
.gdpr-popover{
  z-index:99999 !important;
}

@media (max-width:820px){
  .contact-header .nav a.active::after{
    bottom:-7px !important;
    width:40px !important;
  }

  .contact-hero-visual{
    margin-left:0 !important;
    padding-left:0 !important;
  }

  .contact-hero-visual::before,
  .contact-hero::after{
    display:none !important;
  }
}

/* ===== PRIVACY + COOKIE PAGES ===== */
.legal-page{background:#182217;color:#f6efe6;}
.legal-header{background:linear-gradient(90deg,#111a10,#182217 56%,#172015)!important;border-bottom:1px solid rgba(246,239,230,.08);}
.legal-header .brand-name,.legal-header .brand-subtitle,.legal-header .nav a{color:#f6efe6!important;}
.legal-top-button{background:#f4eee4!important;color:#1d2a1b!important;}
.legal-main{background:radial-gradient(circle at 85% 15%,rgba(246,239,230,.08),transparent 28%),linear-gradient(180deg,#182217 0%,#1b2419 100%);}
.legal-hero{padding:76px 70px 52px;border-bottom:1px solid rgba(246,239,230,.08);}
.legal-eyebrow{margin:0 0 22px;font-size:13px;font-weight:600;letter-spacing:.34em;color:rgba(246,239,230,.72);}
.legal-hero h1{font-family:"Cormorant Garamond",serif;font-size:64px;line-height:.98;margin:0 0 22px;font-weight:600;}
.legal-hero p{max-width:720px;color:rgba(246,239,230,.82);font-size:17px;line-height:1.6;margin:0;}
.legal-content{max-width:980px;padding:54px 70px 80px;}
.legal-content article{padding:28px 0;border-bottom:1px solid rgba(246,239,230,.10);}
.legal-content article:first-child{padding-top:0;}
.legal-content h2{font-family:"Cormorant Garamond",serif;font-size:32px;line-height:1.05;margin:0 0 14px;color:#f6efe6;}
.legal-content p,.legal-content li{color:rgba(246,239,230,.82);font-size:15px;line-height:1.68;}
.legal-content ul{margin:12px 0 0 22px;padding:0;}
.legal-content a{color:#f6efe6;text-underline-offset:4px;}
.privacy-link,.work-gdpr-trigger{display:inline-block;}
.privacy-trigger.privacy-link{border:0;padding:0;background:transparent;color:#f6efe6;text-decoration:underline;text-underline-offset:4px;font:inherit;cursor:pointer;}
.work-gdpr-trigger{margin-top:10px!important;color:#1d2a1b!important;font:600 13px "Inter",sans-serif!important;text-decoration:underline!important;text-underline-offset:4px!important;}
.work-gdpr-trigger:hover{color:#8b8452!important;}
@media (max-width:820px){.legal-hero{padding:52px 24px 38px;text-align:center}.legal-hero h1{font-size:44px}.legal-content{padding:38px 24px 58px}.legal-content h2{font-size:28px}}


/* ===== LEGAL PAGES HEADER + CONTACT GDPR POPUP REMOVAL FIX ===== */

/* Legal pages: clean desktop header formatting */
.legal-header{
  height:92px !important;
  padding:0 54px !important;
  display:grid !important;
  grid-template-columns:320px 1fr 170px !important;
  align-items:center !important;
  gap:30px !important;
  background:linear-gradient(90deg,#111a10,#182217 56%,#172015) !important;
}

.legal-header .brand{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  text-decoration:none !important;
  min-width:0 !important;
}

.legal-header .brand-name{
  font-family:"Cormorant Garamond",serif !important;
  font-size:24px !important;
  line-height:1 !important;
  letter-spacing:.12em !important;
  white-space:nowrap !important;
  color:#f6efe6 !important;
}

.legal-header .brand-subtitle{
  margin-top:7px !important;
  font-size:10px !important;
  line-height:1 !important;
  letter-spacing:.36em !important;
  color:rgba(246,239,230,.82) !important;
}

.legal-header .nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:42px !important;
  width:auto !important;
}

.legal-header .nav a{
  position:relative !important;
  color:#f6efe6 !important;
  font-size:15px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}

.legal-header .legal-top-button{
  justify-self:end !important;
  min-width:150px !important;
  height:48px !important;
  border-radius:10px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  background:#f4eee4 !important;
  color:#1d2a1b !important;
}

/* Contact page: prevent any remaining GDPR hover popup behavior */
.contact-page .gdpr-popover#gdpr-popover{
  display:none !important;
}

.contact-page .privacy-trigger.privacy-link{
  pointer-events:auto !important;
  color:#f6efe6 !important;
  text-decoration:underline !important;
  text-underline-offset:4px !important;
}

/* Mobile legal header */
@media (max-width:820px){
  .legal-header{
    height:auto !important;
    padding:20px 22px !important;
    display:flex !important;
    flex-direction:column !important;
    gap:15px !important;
  }

  .legal-header .brand{
    align-items:center !important;
  }

  .legal-header .brand-name,
  .legal-header .brand-subtitle{
    text-align:center !important;
  }

  .legal-header .nav{
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:14px 20px !important;
  }

  .legal-header .legal-top-button{
    justify-self:center !important;
  }
}


.package-offer-box{
margin-top:14px;
padding:14px 16px;
border-radius:14px;
background:rgba(79,95,57,.10);
border:1px solid rgba(79,95,57,.25);
}

.package-offer-box p{
margin:0 0 6px;
}


/* ===== BOOKING PAGE ===== */

.booking-page{
  background:#182217;
  color:#f6efe6;
}

.booking-header{
  background:linear-gradient(90deg,#111a10,#182217 56%,#172015) !important;
  border-bottom:1px solid rgba(246,239,230,.08);
}

.booking-header .brand-name,
.booking-header .brand-subtitle,
.booking-header .nav a{
  color:#f6efe6 !important;
}

.booking-top-button{
  background:#f4eee4 !important;
  color:#1d2a1b !important;
}

.booking-hero{
  padding:76px 70px 58px;
  background:
    linear-gradient(90deg,#182217 0%,rgba(24,34,23,.94) 55%,rgba(24,34,23,.72) 100%),
    url("assets/hero-photo.png") center center / cover no-repeat;
}

.booking-copy{
  max-width:720px;
}

.booking-eyebrow{
  margin:0 0 22px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.34em;
  color:rgba(246,239,230,.72);
}

.booking-copy h1{
  font-family:"Cormorant Garamond",serif;
  font-size:64px;
  line-height:.98;
  margin:0;
  font-weight:600;
}

.booking-rule{
  width:52px;
  height:1px;
  background:#9b9460;
  margin:26px 0 24px;
}

.booking-copy p{
  color:rgba(246,239,230,.84);
  font-size:17px;
  line-height:1.6;
  margin:0;
}

.booking-main{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  padding:58px 70px;
  background:#f4eee4;
  color:#1d2a1b;
}

.booking-options{
  display:grid;
  gap:24px;
}

.booking-card{
  background:rgba(255,255,255,.45);
  border:1px solid rgba(29,42,27,.12);
  border-radius:18px;
  padding:32px 34px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.booking-featured{
  border-color:rgba(139,132,82,.35);
  background:rgba(255,255,255,.62);
}

.booking-label{
  margin:0 0 12px;
  font-size:12px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:#7e794e;
  font-weight:600;
}

.booking-card h2,
.calendar-panel h2,
.booking-note h2{
  font-family:"Cormorant Garamond",serif;
  font-size:34px;
  line-height:1;
  margin:0 0 14px;
}

.booking-price{
  font-size:30px;
  font-weight:700;
  margin:0 0 18px;
}

.booking-price span{
  display:inline-block;
  font-size:14px;
  font-weight:500;
  color:rgba(29,42,27,.68);
}

.booking-card ul{
  margin:0 0 24px 18px;
  padding:0;
  color:rgba(29,42,27,.80);
  line-height:1.7;
}

.booking-button{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:999px;
  background:#1d2a1b;
  color:#f6efe6;
  text-decoration:none;
  font-weight:600;
  transition:transform .22s ease, background .22s ease;
}

.booking-button:hover{
  transform:translateY(-2px);
  background:#2b3a28;
}

.calendar-panel{
  background:#1d2a1b;
  color:#f6efe6;
  border-radius:22px;
  padding:34px;
  min-height:520px;
  box-shadow:0 22px 55px rgba(0,0,0,.18);
}

.calendar-panel p{
  color:rgba(246,239,230,.78);
  line-height:1.55;
  margin:0 0 24px;
}

.cal-embed-placeholder{
  min-height:380px;
  border:1px dashed rgba(246,239,230,.34);
  border-radius:18px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:32px;
  background:rgba(246,239,230,.035);
}

.cal-embed-placeholder p{
  margin:0;
}

.cal-embed-placeholder .embed-note{
  font-size:13px;
  color:rgba(246,239,230,.62);
}

.cal-embed-placeholder a{
  color:#f6efe6;
  text-underline-offset:4px;
}

.booking-note{
  padding:48px 70px 58px;
  background:#182217;
  color:#f6efe6;
}

.booking-note h2{
  text-align:center;
  margin-bottom:34px;
}

.booking-note-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  max-width:1100px;
  margin:0 auto;
}

.booking-note-grid article{
  background:rgba(246,239,230,.04);
  border:1px solid rgba(246,239,230,.10);
  border-radius:16px;
  padding:26px;
}

.booking-note-grid h3{
  font-family:"Cormorant Garamond",serif;
  font-size:26px;
  margin:0 0 10px;
}

.booking-note-grid p,
.booking-note-grid a{
  color:rgba(246,239,230,.78);
  line-height:1.55;
}

@media (max-width:820px){
  .booking-hero,
  .booking-main,
  .booking-note{
    padding-left:24px;
    padding-right:24px;
  }

  .booking-copy h1{
    font-size:44px;
  }

  .booking-main{
    grid-template-columns:1fr;
  }

  .booking-note-grid{
    grid-template-columns:1fr;
  }
}


/* ===== BOOKING PAGE HEADER + LINK FIX ===== */

.booking-header{
  height:92px !important;
  padding:0 54px !important;
  display:grid !important;
  grid-template-columns:320px 1fr 170px !important;
  align-items:center !important;
  gap:30px !important;
  background:linear-gradient(90deg,#111a10,#182217 56%,#172015) !important;
  border-bottom:1px solid rgba(246,239,230,.08) !important;
}

.booking-header .brand{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  text-decoration:none !important;
  min-width:0 !important;
}

.booking-header .brand-name{
  font-family:"Cormorant Garamond",serif !important;
  font-size:24px !important;
  line-height:1 !important;
  letter-spacing:.12em !important;
  white-space:nowrap !important;
  color:#f6efe6 !important;
}

.booking-header .brand-subtitle{
  margin-top:7px !important;
  font-size:10px !important;
  line-height:1 !important;
  letter-spacing:.36em !important;
  color:rgba(246,239,230,.82) !important;
}

.booking-header .nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:42px !important;
  width:auto !important;
}

.booking-header .nav a{
  position:relative !important;
  color:#f6efe6 !important;
  font-size:15px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}

.booking-header .booking-top-button{
  justify-self:end !important;
  min-width:150px !important;
  height:48px !important;
  border-radius:10px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  background:#f4eee4 !important;
  color:#1d2a1b !important;
}

/* Revert homepage hero Book a Session button to dark green/original style */
.hero-panel .book-button,
.hero-inner .book-button,
.hero a.book-button,
.hero-panel a[href*="work-with-me"],
.hero-inner a[href*="work-with-me"]{
  background:#1d2a1b !important;
  background-image:none !important;
  color:#f6efe6 !important;
  border:none !important;
  box-shadow:0 10px 22px rgba(0,0,0,.12) !important;
}

.hero-panel .book-button span,
.hero-inner .book-button span,
.hero a.book-button span,
.hero-panel a[href*="work-with-me"] span,
.hero-inner a[href*="work-with-me"] span{
  color:#f6efe6 !important;
}

.hero-panel .book-button:hover,
.hero-inner .book-button:hover,
.hero a.book-button:hover,
.hero-panel a[href*="work-with-me"]:hover,
.hero-inner a[href*="work-with-me"]:hover{
  background:#273827 !important;
  color:#fff8ef !important;
}

/* Mobile booking header */
@media (max-width:820px){
  .booking-header{
    height:auto !important;
    padding:20px 22px !important;
    display:flex !important;
    flex-direction:column !important;
    gap:15px !important;
  }

  .booking-header .brand{
    align-items:center !important;
  }

  .booking-header .brand-name,
  .booking-header .brand-subtitle{
    text-align:center !important;
  }

  .booking-header .nav{
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:14px 20px !important;
  }

  .booking-header .booking-top-button{
    justify-self:center !important;
  }
}


/* ===== FINAL BUTTON COLOR FIX ===== */

/* HOME PAGE HERO BUTTON -> beige background + dark green text */
.hero-panel .book-button,
.hero-inner .book-button,
.hero a.book-button,
.hero-panel a[href*="work-with-me"],
.hero-inner a[href*="work-with-me"]{
  background:#e7dcc8 !important;
  background-image:none !important;
  color:#1d2a1b !important;
  border:1px solid rgba(29,42,27,.10) !important;
  box-shadow:0 10px 22px rgba(0,0,0,.10) !important;
}

.hero-panel .book-button span,
.hero-inner .book-button span,
.hero a.book-button span,
.hero-panel a[href*="work-with-me"] span,
.hero-inner a[href*="work-with-me"] span{
  color:#1d2a1b !important;
}

.hero-panel .book-button:hover,
.hero-inner .book-button:hover,
.hero a.book-button:hover,
.hero-panel a[href*="work-with-me"]:hover,
.hero-inner a[href*="work-with-me"]:hover{
  background:#efe5d4 !important;
  color:#1d2a1b !important;
}

/* FOR COMPANIES PAGE BUTTONS -> same green as Let's Work Together */
.companies-page .hero .secondary-button,
.companies-page .hero .primary-button,
.companies-page a[href*="contact"],
.companies-page a[href*="work-with-me"]{
  background:#556b3f !important;
  color:#f6efe6 !important;
  border:none !important;
}

.companies-page .hero .secondary-button:hover,
.companies-page .hero .primary-button:hover,
.companies-page a[href*="contact"]:hover,
.companies-page a[href*="work-with-me"]:hover{
  background:#647d49 !important;
  color:#fffaf2 !important;
}


/* ===== REAL FINAL FIX: FOR COMPANIES BUTTONS EXACT SAME COLOR ===== */
/* These selectors target the actual For Companies header, hero, and bottom CTA buttons. */

.companies-page-header .companies-get-touch,
.companies-get-touch,
.companies-header .companies-nav-button,
.companies-nav-button,
.companies-copy .companies-cta,
.companies-cta,
.company-banner .gold-button,
.gold-button[href*="mailto:info@aleksandarplavsic.com?subject=Company"],
.company-banner a[href*="Company%20consultation%20inquiry"]{
  background:#8b8452 !important;
  background-color:#8b8452 !important;
  background-image:none !important;
  color:#f6efe6 !important;
  border:1px solid rgba(246,239,230,.08) !important;
  box-shadow:0 12px 26px rgba(0,0,0,.16) !important;
}

.companies-page-header .companies-get-touch:hover,
.companies-get-touch:hover,
.companies-header .companies-nav-button:hover,
.companies-nav-button:hover,
.companies-copy .companies-cta:hover,
.companies-cta:hover,
.company-banner .gold-button:hover,
.gold-button[href*="mailto:info@aleksandarplavsic.com?subject=Company"]:hover,
.company-banner a[href*="Company%20consultation%20inquiry"]:hover{
  background:#9a9360 !important;
  background-color:#9a9360 !important;
  background-image:none !important;
  color:#fffaf2 !important;
}


/* ===== MOBILE TOP MENU FIX ONLY ===== */
/* Desktop remains unchanged. */

@media (max-width: 820px){

  .header,
  .site-header,
  .companies-page-header,
  .contact-header,
  .booking-header,
  .legal-header{
    height:auto !important;
    min-height:0 !important;
    padding:16px 14px 14px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    position:relative !important;
  }

  .brand,
  .companies-logo-text{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
  }

  .brand-name,
  .companies-logo-name,
  .legal-header .brand-name,
  .booking-header .brand-name,
  .contact-header .brand-name{
    font-size:20px !important;
    line-height:1 !important;
    letter-spacing:.08em !important;
    white-space:nowrap !important;
    text-align:center !important;
  }

  .brand-role,
  .brand-subtitle,
  .companies-logo-role,
  .legal-header .brand-subtitle,
  .booking-header .brand-subtitle,
  .contact-header .brand-subtitle{
    margin-top:5px !important;
    font-size:9px !important;
    line-height:1 !important;
    letter-spacing:.28em !important;
    text-align:center !important;
  }

  .nav,
  .companies-top-nav,
  .site-header .nav,
  .header .nav,
  .contact-header .nav,
  .booking-header .nav,
  .legal-header .nav{
    width:100% !important;
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:center !important;
    gap:0 !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    white-space:nowrap !important;
    padding:4px 2px 2px !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
  }

  .nav::-webkit-scrollbar,
  .companies-top-nav::-webkit-scrollbar{
    display:none !important;
  }

  .nav a,
  .companies-top-nav a,
  .site-header .nav a,
  .header .nav a,
  .contact-header .nav a,
  .booking-header .nav a,
  .legal-header .nav a{
    flex:0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:6px 8px !important;
    font-size:12px !important;
    line-height:1 !important;
    font-weight:600 !important;
    white-space:nowrap !important;
    text-align:center !important;
    text-decoration:none !important;
  }

  .nav a[href*="work-with-me"],
  .companies-top-nav a[href*="work-with-me"],
  .nav a[href*="companies"],
  .companies-top-nav a[href*="companies"]{
    letter-spacing:-.01em !important;
  }

  .nav-button,
  .companies-get-touch,
  .companies-nav-button,
  .contact-top-button,
  .booking-top-button,
  .legal-top-button,
  .companies-page-header > a:last-child,
  .site-header > .nav-button,
  .header > .nav-button{
    display:none !important;
  }

  .nav a.active::after,
  .companies-top-nav a.active::after,
  .contact-header .nav a.active::after{
    bottom:-1px !important;
    height:2px !important;
    width:60% !important;
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
  }
}

@media (max-width: 390px){
  .nav a,
  .companies-top-nav a,
  .site-header .nav a,
  .header .nav a,
  .contact-header .nav a,
  .booking-header .nav a,
  .legal-header .nav a{
    font-size:11px !important;
    padding-left:6px !important;
    padding-right:6px !important;
  }

  .brand-name,
  .companies-logo-name,
  .legal-header .brand-name,
  .booking-header .brand-name,
  .contact-header .brand-name{
    font-size:18px !important;
  }
}


/* ===== CONTENT EXPANSION: LANGUAGE SWITCHER, ABOUT, WHO, FAQ, TESTIMONIALS, ANIMATIONS ===== */

.language-switch{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:4px;
  border-radius:999px;
  background:rgba(29,42,27,.08);
  border:1px solid rgba(29,42,27,.12);
}

.companies-lang,
.booking-header .language-switch,
.legal-header .language-switch,
.contact-header .language-switch{
  background:rgba(246,239,230,.08);
  border-color:rgba(246,239,230,.14);
}

.language-switch button{
  border:0;
  border-radius:999px;
  padding:6px 9px;
  background:transparent;
  color:inherit;
  font:700 11px/1 "Inter",sans-serif;
  letter-spacing:.06em;
  cursor:pointer;
  transition:background .2s ease, transform .2s ease, color .2s ease;
}

.language-switch .lang-active{
  background:#e7dcc8;
  color:#1d2a1b;
}

.language-switch button:hover{
  transform:translateY(-1px);
  background:rgba(231,220,200,.28);
}

.about-hero,
.who-hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:560px;
  background:#182217;
  color:#f6efe6;
}

.about-hero-image{
  min-height:560px;
  background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(24,34,23,.18)), url("assets/hero-photo.png") center center / cover no-repeat;
}

.about-hero-copy{
  padding:84px 72px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.about-hero-copy h1,
.who-hero h1,
.about-story h2,
.principles h2,
.faq-section h2,
.testimonials-section h2,
.fit-section h2,
.not-fit-section h2{
  font-family:"Cormorant Garamond",serif;
  font-weight:600;
  line-height:1.02;
  margin:0;
}

.about-hero-copy h1,
.who-hero h1{
  font-size:58px;
  max-width:760px;
}

.about-hero-copy p,
.who-hero p,
.about-story-text p,
.fit-section p,
.not-fit-section p{
  color:rgba(246,239,230,.82);
  line-height:1.65;
  font-size:16px;
}

.short-rule{
  width:54px;
  height:1px;
  background:#9b9460;
  margin:28px 0 24px;
}

.centered{
  margin-left:auto;
  margin-right:auto;
}

.cred-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:#ded4c3;
}

.cred-strip div{
  padding:34px;
  background:#f4eee4;
  color:#1d2a1b;
}

.cred-strip strong{
  display:block;
  font-family:"Cormorant Garamond",serif;
  font-size:32px;
  margin-bottom:6px;
}

.cred-strip span{
  font-size:14px;
  line-height:1.4;
  color:rgba(29,42,27,.72);
}

.about-story,
.principles,
.faq-section,
.testimonials-section,
.who-hero,
.audience-grid,
.fit-section,
.not-fit-section{
  padding:72px 70px;
}

.about-story{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  background:#182217;
  color:#f6efe6;
}

.about-story h2,
.principles h2,
.faq-section h2,
.testimonials-section h2,
.fit-section h2,
.not-fit-section h2{
  font-size:44px;
}

.about-story-text{
  max-width:760px;
}

.subtle-link,
.centered-link{
  display:inline-flex;
  margin-top:18px;
  color:#f6efe6;
  text-decoration:underline;
  text-underline-offset:5px;
  font-weight:600;
}

.centered-link{
  display:flex;
  justify-content:center;
}

.principles,
.faq-section,
.testimonials-section{
  background:#f4eee4;
  color:#1d2a1b;
}

.principle-grid,
.testimonial-grid,
.audience-grid,
.booking-note-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:34px;
}

.principle-grid article,
.testimonial-grid article,
.audience-grid article{
  border:1px solid rgba(29,42,27,.10);
  border-radius:18px;
  padding:28px;
  background:rgba(255,255,255,.34);
  box-shadow:0 18px 42px rgba(0,0,0,.05);
}

.principle-grid h3,
.audience-grid h2,
.testimonial-grid span{
  font-family:"Cormorant Garamond",serif;
  font-size:26px;
  margin:0 0 10px;
}

.principle-grid p,
.audience-grid p,
.audience-grid li,
.testimonial-grid p,
.faq-grid p{
  color:rgba(29,42,27,.76);
  line-height:1.58;
}

.faq-section{
  text-align:center;
}

.faq-grid{
  max-width:980px;
  margin:34px auto 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  text-align:left;
}

.faq-grid details{
  border:1px solid rgba(29,42,27,.12);
  background:rgba(255,255,255,.42);
  border-radius:16px;
  padding:20px 22px;
  transition:box-shadow .2s ease, transform .2s ease;
}

.faq-grid details:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(0,0,0,.06);
}

.faq-grid summary{
  cursor:pointer;
  font-weight:700;
  color:#1d2a1b;
}

.testimonials-section{
  text-align:center;
}

.testimonial-grid{
  grid-template-columns:repeat(2,1fr);
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}

.testimonial-grid p{
  font-family:"Cormorant Garamond",serif;
  font-size:26px;
  color:#1d2a1b;
}

.testimonial-grid span{
  display:block;
  font-size:16px;
  color:#7e794e;
}

.who-hero{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  justify-content:center;
  min-height:500px;
  background:
    radial-gradient(circle at 72% 20%,rgba(246,239,230,.08),transparent 28%),
    linear-gradient(180deg,#182217 0%,#1d2a1b 100%);
}

.who-hero p{
  max-width:760px;
}

.audience-grid{
  background:#f4eee4;
  color:#1d2a1b;
}

.audience-grid article{
  min-height:330px;
}

.audience-grid ul{
  margin:18px 0 0 18px;
  padding:0;
}

.fit-section{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  background:#182217;
  color:#f6efe6;
}

.fit-section div{
  max-width:720px;
}

.cta-dark{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 28px;
  border-radius:999px;
  background:#e7dcc8;
  color:#1d2a1b;
  text-decoration:none;
  font-weight:700;
  transition:transform .2s ease, background .2s ease;
}

.cta-dark:hover{
  transform:translateY(-2px);
  background:#f0e5d4;
}

.not-fit-section{
  background:#f4eee4;
  color:#1d2a1b;
  text-align:center;
}

.not-fit-section p{
  color:rgba(29,42,27,.76);
  max-width:820px;
  margin:18px auto 0;
}

.reveal{
  animation:fadeUp .72s ease both;
}

@keyframes fadeUp{
  from{opacity:0; transform:translateY(18px);}
  to{opacity:1; transform:translateY(0);}
}

.nav a,
.companies-top-nav a,
.nav-button,
.companies-get-touch,
.booking-button,
.cta-dark{
  transition:transform .22s ease, color .22s ease, background .22s ease, opacity .22s ease;
}

.nav a:hover,
.companies-top-nav a:hover{
  transform:translateY(-1px);
}

.nav-button:hover,
.companies-get-touch:hover,
.booking-button:hover,
.cta-dark:hover{
  transform:translateY(-2px);
}

/* Mobile readability upgrades */
@media (max-width:820px){
  body{
    overflow-x:hidden;
  }

  .about-hero,
  .who-hero{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .about-hero-image{
    min-height:360px;
  }

  .about-hero-copy,
  .about-story,
  .principles,
  .faq-section,
  .testimonials-section,
  .who-hero,
  .audience-grid,
  .fit-section,
  .not-fit-section{
    padding:46px 24px !important;
  }

  .about-hero-copy{
    text-align:center;
    align-items:center;
  }

  .about-hero-copy h1,
  .who-hero h1{
    font-size:42px;
  }

  .about-story{
    grid-template-columns:1fr;
    gap:24px;
    text-align:center;
  }

  .cred-strip,
  .principle-grid,
  .testimonial-grid,
  .audience-grid,
  .faq-grid{
    grid-template-columns:1fr !important;
  }

  .cred-strip div{
    padding:24px;
    text-align:center;
  }

  .fit-section{
    flex-direction:column;
    text-align:center;
  }

  .language-switch{
    order:3;
    margin-top:-4px;
  }

  .nav,
  .companies-top-nav{
    order:2;
  }

  .brand,
  .companies-logo-text{
    order:1;
  }

  .nav-button,
  .companies-get-touch{
    order:4;
  }

  .hero,
  .work-hero,
  .contact-hero,
  .companies-hero,
  .booking-hero{
    min-height:auto !important;
  }

  .hero-panel,
  .work-copy,
  .contact-hero-copy,
  .companies-copy,
  .booking-copy{
    text-align:center;
  }

  .hero-panel h1,
  .work-copy h1,
  .contact-hero-copy h1,
  .companies-copy h1,
  .booking-copy h1{
    font-size:38px !important;
    line-height:1.05 !important;
  }

  .service-strip,
  .support-strip,
  .footer-main{
    gap:20px !important;
  }

  .footer-main,
  .footer-bottom{
    text-align:center;
  }
}

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation:none !important;
    transition:none !important;
  }
}


/* ===== FAQ / HEADER / FOOTER CLEANUP ===== */

.faq-page-hero{
  padding:82px 70px 58px;
  text-align:center;
  background:
    radial-gradient(circle at 70% 18%, rgba(246,239,230,.08), transparent 28%),
    linear-gradient(180deg,#182217 0%,#1d2a1b 100%);
  color:#f6efe6;
}

.faq-page-hero h1{
  font-family:"Cormorant Garamond",serif;
  font-size:62px;
  line-height:1;
  font-weight:600;
  margin:0;
}

.faq-page-hero p{
  max-width:720px;
  margin:0 auto;
  color:rgba(246,239,230,.82);
  line-height:1.65;
}

.faq-page-content{
  padding:64px 70px;
  background:#f4eee4;
  color:#1d2a1b;
}

.faq-page-grid{
  max-width:1120px;
}

.faq-cta{
  text-align:center;
  margin-top:36px;
}

.faq-teaser{
  padding:64px 70px;
  background:#f4eee4;
  color:#1d2a1b;
  text-align:center;
}

.faq-teaser h2{
  font-family:"Cormorant Garamond",serif;
  font-size:44px;
  margin:0 0 14px;
}

.faq-teaser p{
  max-width:720px;
  margin:0 auto;
  color:rgba(29,42,27,.76);
  line-height:1.6;
}

.dark-link{
  color:#1d2a1b !important;
}

/* Footer: keep legal links in one clean row on desktop */
.footer-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
  flex-wrap:nowrap !important;
}

.footer-bottom p{
  margin:0 !important;
}

.footer-bottom p:last-child{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:nowrap !important;
  white-space:nowrap !important;
}

.footer-bottom a{
  white-space:nowrap !important;
}

/* Header cleanup with language switcher */
.header,
.site-header,
.contact-header,
.booking-header,
.legal-header{
  grid-template-columns:minmax(250px,.85fr) auto auto minmax(145px,.45fr) !important;
}

.header .language-switch,
.site-header .language-switch,
.contact-header .language-switch,
.booking-header .language-switch,
.legal-header .language-switch{
  justify-self:center !important;
}

.header .nav-button,
.site-header .nav-button,
.contact-header .nav-button,
.booking-header .booking-top-button,
.legal-header .legal-top-button{
  justify-self:end !important;
}

.companies-page-header{
  grid-template-columns:minmax(250px,.85fr) auto auto minmax(145px,.45fr) !important;
}

.companies-page-header .companies-lang{
  justify-self:center !important;
}

.companies-page-header .companies-get-touch{
  justify-self:end !important;
}

.language-switch{
  transform:scale(.92);
  opacity:.92;
}

@media (max-width:820px){
  .faq-page-hero,
  .faq-page-content,
  .faq-teaser{
    padding:46px 24px !important;
  }

  .faq-page-hero h1,
  .faq-teaser h2{
    font-size:40px !important;
  }

  .footer-bottom{
    flex-direction:column !important;
    justify-content:center !important;
    gap:10px !important;
  }

  .footer-bottom p,
  .footer-bottom p:last-child{
    white-space:normal !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    text-align:center !important;
  }

  .language-switch{
    transform:scale(.9);
  }
}


/* ===== ABOUT / FAQ / CONTACT POLISH FIX ===== */

/* About hero: make both halves equal height and aligned */
.about-page .about-hero{
  align-items:stretch !important;
}

.about-page .about-hero-image{
  height:auto !important;
  min-height:620px !important;
  align-self:stretch !important;
}

.about-page .about-hero-copy{
  min-height:620px !important;
}

/* FAQ: make all questions closed by default and evenly formatted */
.faq-page details:not([open]){
  min-height:72px !important;
}

.faq-page details summary{
  outline:none !important;
}

.faq-page details summary:focus{
  outline:1px solid rgba(29,42,27,.25) !important;
  outline-offset:4px !important;
  border-radius:8px !important;
}

.faq-page .faq-page-grid{
  align-items:start !important;
}

/* Contact header: push header CTA further right and keep top row aligned */
.contact-header,
body.contact-page .header{
  grid-template-columns:minmax(260px,.9fr) auto auto minmax(190px,.55fr) !important;
}

.contact-header .nav-button,
body.contact-page .header .nav-button{
  justify-self:end !important;
  margin-left:28px !important;
}

/* Contact hero + lower split: make vertical division line align with hero image split */
.contact-page .contact-hero{
  grid-template-columns:1fr 1.05fr !important;
}

.contact-page .contact-main,
.contact-page .contact-content,
.contact-page .contact-form-section,
.contact-page .contact-details,
.contact-page .contact-grid{
  grid-template-columns:1fr 1.05fr !important;
}

/* More seamless hero fade between left copy and right image */
.contact-page .contact-hero-image{
  position:relative;
}

.contact-page .contact-hero-image::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:38%;
  background:linear-gradient(90deg,#182217 0%,rgba(24,34,23,.86) 34%,rgba(24,34,23,.42) 68%,rgba(24,34,23,0) 100%);
  pointer-events:none;
}

.about-page .testimonials-section{
  padding-top:72px !important;
}

@media (max-width:820px){
  .about-page .about-hero-image,
  .about-page .about-hero-copy{
    min-height:auto !important;
  }

  .about-page .about-hero-image{
    min-height:360px !important;
  }

  .contact-header,
  body.contact-page .header{
    grid-template-columns:1fr !important;
  }

  .contact-header .nav-button,
  body.contact-page .header .nav-button{
    margin-left:0 !important;
  }

  .contact-page .contact-hero,
  .contact-page .contact-main,
  .contact-page .contact-content,
  .contact-page .contact-form-section,
  .contact-page .contact-details,
  .contact-page .contact-grid{
    grid-template-columns:1fr !important;
  }
}
