:root{
  --bg: #f4f3f1;
  --paper: #faf9f7;
  --ink: #151515;
  --muted: #66625d;
  --line: rgba(21,21,21,.12);
  --accent: #c85b23;
  --accent-dark: #a34718;
  --black: #050505;
  --white: #ffffff;
  --hero-image: url("https://images.unsplash.com/photo-1677494997856-2d5903b55164?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000");
  --about-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Timanfaya_-_Lanzarote_02.jpg/1280px-Timanfaya_-_Lanzarote_02.jpg");
  --bridge-image: url("https://images.unsplash.com/photo-1666204092685-b7ca841407c1?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000");
  --resource-one: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000");
  --resource-two: url("https://images.unsplash.com/photo-1521791055366-0d553872125f?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000");
}

*,
*::before,
*::after{
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

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

a{
  color: inherit;
  text-decoration: none;
}

button{
  font: inherit;
}

.page-shell{
  overflow: clip;
}

.container{
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header{
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250,249,247,.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(21,21,21,.06);
}

.header-inner{
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-icon{
  width: 42px;
  height: 42px;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-icon svg{
  width: 100%;
  height: 100%;
}

.brand-copy{
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 4px;
}

.brand-copy strong,
.footer-brand strong{
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -.02em;
}

.brand-copy strong span,
.footer-brand strong span,
.hero-logo span,
.about-topline span,
.bridge-bubble span,
.footer-claim span{
  color: var(--accent);
}

.brand-copy small,
.footer-brand small{
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.site-nav a{
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #4e4a45;
  transition: color .2s ease, transform .2s ease;
}

.site-nav a:hover{
  color: var(--accent);
  transform: translateY(-1px);
}

.header-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: transparent;
  transition: all .2s ease;
}

.header-cta:hover{
  background: var(--accent);
  color: var(--white);
}

.menu-toggle{
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  padding: 0;
  justify-self: end;
  cursor: pointer;
}

.menu-toggle span{
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  margin: 5px auto;
  transition: .25s ease;
}

.hero{
  position: relative;
  min-height: 460px;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,.38), rgba(10,10,10,.18)),
    linear-gradient(180deg, rgba(10,10,10,.18), rgba(10,10,10,.42));
  z-index: -1;
}

.hero-content{
  min-height: 460px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.hero-logo h1{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.8rem, 7vw, 5.8rem);
  font-weight: 500;
  color: var(--white);
  letter-spacing: -.04em;
}

.hero-tagline{
  margin: 0;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  text-align: right;
  max-width: 360px;
  line-height: 1.2;
}

.why-choose{
  background: #f3f1ee;
}

.why-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why-box{
  min-height: 310px;
  padding: 72px min(6vw, 86px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-box:nth-child(2n){
  border-right: 0;
}

.why-box h2,
.about-topline h2,
.specializations-heading h2,
.resources-header h2,
.footer-claim p{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: -.02em;
}

.why-intro{
  justify-content: center;
}

.why-intro h2{
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.mini-mark{
  width: 28px;
  height: 28px;
  border: 1px solid rgba(21,21,21,.6);
  position: relative;
  margin-bottom: 22px;
}

.mini-mark::after{
  content: "";
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 14px;
  height: 14px;
  background: var(--accent);
  border: 1px solid rgba(21,21,21,.2);
}

.why-box h3{
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
}

.why-box p{
  max-width: 420px;
  margin: 0;
  font-size: .98rem;
  color: #4f4b46;
}

.about-band{
  position: relative;
}


.about-image{
  position: relative;
  min-height: 780px;
  background-image:
    linear-gradient(180deg, rgba(10,10,10,.02), rgba(10,10,10,.08)),
    var(--about-image);
  background-size: cover;
  background-position: 64% 38%;
}

.about-topline{
  position: relative;
  padding-top: 66px;
  z-index: 2;
}

.about-topline h2{
  color: var(--white);
  font-size: clamp(2.8rem, 4.5vw, 4.3rem);
  line-height: .95;
  max-width: 540px;
  text-shadow: 0 10px 28px rgba(0,0,0,.24);
}

.about-panel{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
}

.about-panel::before{
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 56%;
  background: rgba(0,0,0,.96);
  clip-path: polygon(0 44%, 100% 0, 100% 100%, 0 100%);
}

.about-panel-inner{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 64px;
}

.about-panel-copy{
  width: min(780px, 100%);
  text-align: center;
}

.about-panel p{
  margin: 0 auto;
  color: rgba(255,255,255,.92);
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.95;
  transform: translateY(0);
}

.specializations{

  background: #b64d1d;
  color: var(--white);
  padding: 90px 0 104px;
}

.specializations-heading{
  text-align: center;
  max-width: 840px;
  margin: 0 auto 54px;
}

.specializations-heading h2{
  font-size: clamp(3rem, 4vw, 4.6rem);
  margin-bottom: 12px;
}

.specializations-heading p{
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,255,255,.84);
  font-size: 1rem;
}


.specialization-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px 34px;
  align-items: start;
}

.specialization-card{
  text-align: center;
}

.spec-icon{
  width: 86px;
  height: 86px;
  margin: 0 auto 16px;
  background: rgba(255,255,255,.92);
  color: #5f7b8c;
  display: grid;
  place-items: center;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  box-shadow: 0 16px 34px rgba(0,0,0,.08);
}

.spec-icon svg{
  width: 50px;
  height: 50px;
}

.specialization-card h3{
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.specialization-card ul{
  margin: 0;
  padding-left: 18px;
  text-align: left;
  color: rgba(255,255,255,.9);
  font-size: .94rem;
  line-height: 1.65;
}

.specialization-summary{
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 26px;
  margin-top: 8px;
  padding: 28px 30px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  align-items: start;
}

.specialization-summary h3{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 600;
}

.specialization-summary p{
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  line-height: 1.8;
}

.resources{
  padding: 86px 0 94px;
  background: #f3f1ee;
}

.resources-header{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 28px;
  align-items: end;
}

.resources-header h2{
  font-size: clamp(2.8rem, 4vw, 4.3rem);
  color: var(--accent);
}

.resources-header p{
  margin: 10px 0 0;
  max-width: 680px;
  color: #59524c;
}

.resources-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.primary-button,
.dark-outline-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: .2s ease;
}

.primary-button{
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--accent);
}

.primary-button:hover{
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-1px);
}

.dark-outline-button{
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(21,21,21,.22);
}

.dark-outline-button:hover{
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}

.linkedin-callout{
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 26px;
  padding: 34px 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.74));
  border: 1px solid rgba(21,21,21,.1);
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
}

.linkedin-callout-text h3{
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.02;
}

.linkedin-callout-text p{
  margin: 0;
  color: #5f5954;
  font-size: .98rem;
}

.linkedin-highlights{
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.linkedin-highlights li{
  padding: 14px 16px;
  background: rgba(21,21,21,.03);
  border-left: 3px solid var(--accent);
  color: #4f4944;
}

.bridge-banner{

  position: relative;
  min-height: 470px;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.3)),
    var(--bridge-image);
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
}

.bridge-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.12));
}

.bridge-bubble{
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 36px));
  min-height: 190px;
  padding: 34px 46px;
  background: rgba(0,0,0,.92);
  color: var(--white);
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0,0,0,.22);
}

.bridge-bubble p{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1.05;
}

.site-footer{
  position: relative;
  background: var(--black);
  color: var(--white);
  padding: 74px 0 96px;
}

.footer-divider{
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1px;
  height: calc(100% + 40px);
  background: rgba(255,255,255,.24);
}

.footer-inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 90px;
  min-height: 340px;
}

.footer-left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-brand{
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.footer-brand small{
  color: rgba(255,255,255,.62);
}

.footer-claim{
  max-width: 280px;
}

.footer-claim p{
  font-size: clamp(3rem, 4.4vw, 4.6rem);
  line-height: .92;
}

.footer-right{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-content: start;
}

.footer-block h3{
  margin: 0 0 16px;
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
}

.footer-block p,
.footer-block a{
  display: block;
  margin: 0 0 6px;
  color: rgba(255,255,255,.84);
  font-size: .98rem;
}

.footer-block a:hover{
  color: #fff;
}

.scroll-top{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 0;
  background: var(--accent);
  color: var(--white);
  font-size: 1.4rem;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: .25s ease;
  z-index: 50;
}

.scroll-top.visible{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 1180px){
  .site-nav{
    gap: 18px;
  }

  
.specialization-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px 34px;
  align-items: start;
}

.specialization-card{
  text-align: center;
}

.spec-icon{
  width: 86px;
  height: 86px;
  margin: 0 auto 16px;
  background: rgba(255,255,255,.92);
  color: #5f7b8c;
  display: grid;
  place-items: center;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  box-shadow: 0 16px 34px rgba(0,0,0,.08);
}

.spec-icon svg{
  width: 50px;
  height: 50px;
}

.specialization-card h3{
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.specialization-card ul{
  margin: 0;
  padding-left: 18px;
  text-align: left;
  color: rgba(255,255,255,.9);
  font-size: .94rem;
  line-height: 1.65;
}

.specialization-summary{
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 26px;
  margin-top: 8px;
  padding: 28px 30px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  align-items: start;
}

.specialization-summary h3{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 600;
}

.specialization-summary p{
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 1rem;
  line-height: 1.8;
}

.resources{
  padding: 86px 0 94px;
  background: #f3f1ee;
}

.resources-header{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 28px;
  align-items: end;
}

.resources-header h2{
  font-size: clamp(2.8rem, 4vw, 4.3rem);
  color: var(--accent);
}

.resources-header p{
  margin: 10px 0 0;
  max-width: 680px;
  color: #59524c;
}

.resources-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.primary-button,
.dark-outline-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: .2s ease;
}

.primary-button{
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--accent);
}

.primary-button:hover{
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-1px);
}

.dark-outline-button{
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(21,21,21,.22);
}

.dark-outline-button:hover{
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}

.linkedin-callout{
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 26px;
  padding: 34px 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.74));
  border: 1px solid rgba(21,21,21,.1);
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
}

.linkedin-callout-text h3{
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.02;
}

.linkedin-callout-text p{
  margin: 0;
  color: #5f5954;
  font-size: .98rem;
}

.linkedin-highlights{
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.linkedin-highlights li{
  padding: 14px 16px;
  background: rgba(21,21,21,.03);
  border-left: 3px solid var(--accent);
  color: #4f4944;
}

.bridge-banner{

    min-height: 360px;
  }

  .bridge-bubble{
    min-height: auto;
    border-radius: 36px;
    padding: 28px 24px;
  }

  .site-footer{
    padding: 58px 0 78px;
  }

  .footer-claim{
    margin-top: 24px;
  }

  .scroll-top{
    width: 46px;
    height: 46px;
    right: 14px;
    bottom: 14px;
  }
}


/* =========================================
   LINKED NAV STATES
========================================= */

.site-nav a[aria-current="page"]{
  color: var(--accent);
}

/* =========================================
   SERVICES PAGE
========================================= */

.page-services{
  background:
    radial-gradient(circle at 15% 10%, rgba(200,91,35,.06), transparent 24%),
    linear-gradient(180deg, #f2f0ec 0%, #f7f5f2 54%, #080808 54%, #050505 100%);
}

.section-kicker{
  margin: 0 0 16px;
  color: var(--accent);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 600;
}

.services-hero{
  position: relative;
  padding: 84px 0 48px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.12)),
    linear-gradient(180deg, #d7e7fa 0%, #dbe7f7 34%, #ede8e0 100%);
}

.services-hero::before{
  content: "";
  position: absolute;
  inset: auto auto 0 -8%;
  width: 46%;
  height: 12px;
  background: rgba(21,21,21,.08);
  filter: blur(18px);
}

.services-hero-inner{
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(440px, 1.25fr);
  align-items: center;
  gap: 40px 70px;
}

.services-intro{
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.services-intro h1{
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.8rem, 7vw, 5.8rem);
  line-height: .9;
  font-weight: 600;
  letter-spacing: -.03em;
}

.services-intro h1 span{
  color: var(--accent);
}

.services-copy{
  display: grid;
  gap: 14px;
  max-width: 560px;
}

.services-copy p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.82;
  color: #2d2b29;
}


.services-visual{
  position: relative;
  min-height: 660px;
}

.world-panel{
  position: absolute;
  inset: 34px 0 28px 24px;
  padding: 34px 30px 26px;
  border-radius: 42px;
  overflow: hidden;
  background:
    linear-gradient(145deg, #08131d 0%, #0b1520 52%, #080b11 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 30px 70px rgba(15,18,26,.22);
}

.world-panel::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(239,98,28,.18), transparent 20%),
    radial-gradient(circle at 78% 16%, rgba(255,255,255,.12), transparent 18%),
    radial-gradient(circle at 76% 72%, rgba(239,98,28,.14), transparent 18%),
    linear-gradient(120deg, rgba(255,255,255,.05), transparent 36% 62%, rgba(255,255,255,.03)),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: auto, auto, auto, auto, 72px 72px, 72px 72px;
  opacity: .92;
}

.world-panel::after{
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.world-visual{
  position: absolute;
  inset: 0;
}

.world-globe{
  position: absolute;
  right: 5%;
  top: 7%;
  width: min(74%, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 30% 32%, rgba(255,255,255,.13) 0 11%, transparent 12%),
    radial-gradient(circle at 48% 52%, rgba(255,255,255,.12) 0 14%, transparent 15%),
    radial-gradient(circle at 64% 40%, rgba(255,255,255,.10) 0 12%, transparent 13%),
    radial-gradient(circle at 66% 68%, rgba(255,255,255,.08) 0 11%, transparent 12%),
    radial-gradient(circle at 39% 72%, rgba(255,255,255,.08) 0 10%, transparent 11%),
    radial-gradient(circle at 62% 18%, rgba(239,98,28,.18) 0 16%, transparent 17%),
    radial-gradient(circle at 20% 78%, rgba(239,98,28,.12) 0 12%, transparent 13%),
    radial-gradient(circle at center, rgba(14,31,48,.94), rgba(8,12,18,.96) 72%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.05),
    0 36px 80px rgba(0,0,0,.32);
}

.world-globe::before{
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
}

.world-globe::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 1px, transparent 1px 52px);
  opacity: .25;
  mix-blend-mode: screen;
}

.world-ring{
  position: absolute;
  border: 1px solid rgba(239,98,28,.22);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.02);
}

.world-ring-a{
  right: 16%;
  top: 18%;
  width: 280px;
  height: 78px;
  transform: rotate(16deg);
}

.world-ring-b{
  right: 18%;
  top: 48%;
  width: 340px;
  height: 94px;
  transform: rotate(-13deg);
}

.world-node{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(239,98,28,.12), 0 0 28px rgba(239,98,28,.45);
}

.node-a{ right: 38%; top: 22%; }
.node-b{ right: 22%; top: 29%; }
.node-c{ right: 18%; top: 51%; }
.node-d{ right: 34%; top: 60%; }
.node-e{ right: 48%; top: 42%; }

.language-board{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(88%, 560px);
  margin: 26px 0 0 18px;
}

.language-card{
  position: relative;
  min-width: 0;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(8,12,18,.72);
  color: #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}

.language-card::before{
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,.28), rgba(255,255,255,.04));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.language-card strong,
.language-card small,
.language-flag{
  position: relative;
  z-index: 1;
  display: block;
}

.language-flag{
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  font-size: 1.42rem;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
}

.language-card strong{
  font-size: 1rem;
  letter-spacing: .02em;
}

.language-card small{
  margin-top: 7px;
  color: rgba(255,255,255,.76);
  font-size: .8rem;
  line-height: 1.58;
}

.language-board-note{
  position: relative;
  z-index: 2;
  width: min(88%, 560px);
  margin: 18px 0 0 18px;
  color: rgba(255,255,255,.70);
  font-size: .84rem;
  line-height: 1.72;
}


.service-suite{
  position: relative;
  padding: 108px 0 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 20%, rgba(255,255,255,.08), transparent 18%),
    radial-gradient(circle at 86% 12%, rgba(255,255,255,.08), transparent 12%),
    radial-gradient(circle at 72% 44%, rgba(255,255,255,.08), transparent 11%),
    linear-gradient(125deg, transparent 0 60%, rgba(255,255,255,.12) 60.5%, transparent 61%),
    linear-gradient(105deg, rgba(255,255,255,.02), rgba(255,255,255,.005)),
    linear-gradient(180deg, #0f0d10, #060606);
}

.service-suite::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, transparent 0 68%, rgba(255,255,255,.12) 68.15%, rgba(255,255,255,.02) 68.8%, transparent 69.4%),
    linear-gradient(90deg, rgba(255,255,255,.03), transparent 18% 82%, rgba(255,255,255,.03));
  opacity: .8;
  pointer-events: none;
}

.service-suite-inner{
  position: relative;
  z-index: 1;
}

.service-suite-heading{
  max-width: 830px;
  margin: 0 auto 48px;
  text-align: center;
}

.service-suite-heading h2{
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 4.8vw, 4.4rem);
  line-height: .95;
  font-weight: 600;
}

.service-suite-heading p:last-child{
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}

.service-list{
  display: grid;
  gap: 24px;
}

.service-card{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px 36px;
  align-items: start;
  padding: 30px 30px 28px;
  border-radius: 28px;
  background: rgba(255,255,255,.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(3px);
}

.service-card-wide{
  padding-bottom: 34px;
}

.service-copy h3{
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: .95;
  color: var(--accent);
  font-weight: 600;
}

.service-copy h4{
  margin: 0 0 18px;
  color: rgba(255,255,255,.86);
  font-size: 1.2rem;
  font-weight: 500;
}

.service-copy p,
.service-copy li{
  color: rgba(255,255,255,.84);
  line-height: 1.82;
}

.service-copy p{
  margin: 0 0 14px;
}

.service-copy ul{
  margin: 0 0 16px 1.1rem;
  padding: 0;
}

.service-action{
  padding-top: 10px;
}

.service-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--white);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  box-shadow: 0 14px 30px rgba(200,91,35,.24);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  text-align: center;
}

.service-button:hover{
  transform: translateY(-2px);
  background: var(--accent-dark);
  box-shadow: 0 18px 34px rgba(200,91,35,.28);
}

.page-services .site-footer{
  margin-top: 0;
}

@media (max-width: 1180px){
  .services-hero-inner{
    grid-template-columns: 1fr;
  }

  .services-intro{
    max-width: 100%;
  }

  .services-visual{
    min-height: 600px;
  }

  .world-panel{
    inset: 14px 0 18px 0;
  }

  .language-board,
  .language-board-note{
    width: min(100%, 620px);
  }
}

@media (max-width: 920px){
  .services-hero{
    padding-top: 58px;
  }

  .services-visual{
    min-height: 560px;
  }

  .world-panel{
    padding: 28px 22px 22px;
  }

  .world-globe{
    right: -2%;
    width: min(82%, 460px);
  }

  .language-board,
  .language-board-note{
    width: min(100%, 540px);
    margin-left: 10px;
  }

  .service-card{
    grid-template-columns: 1fr;
  }

  .service-action{
    padding-top: 0;
  }

  .service-button{
    width: 100%;
  }
}

@media (max-width: 640px){
  .services-hero{
    padding: 42px 0 32px;
  }

  .services-intro h1{
    font-size: clamp(3rem, 16vw, 4.2rem);
  }

  .services-copy p{
    font-size: .96rem;
    line-height: 1.74;
  }

  .services-visual{
    min-height: 700px;
  }

  .world-panel{
    inset: 12px 0 12px 0;
    padding: 20px 14px 18px;
    border-radius: 28px;
  }

  .world-panel::after{
    inset: 12px;
    border-radius: 20px;
  }

  .world-globe{
    left: 50%;
    right: auto;
    top: 22px;
    width: min(100%, 340px);
    transform: translateX(-50%);
  }

  .world-ring{
    display: none;
  }

  .world-node{
    width: 8px;
    height: 8px;
  }

  .node-a{ right: auto; left: 56%; top: 92px; }
  .node-b{ right: auto; left: 67%; top: 132px; }
  .node-c{ right: auto; left: 72%; top: 198px; }
  .node-d{ right: auto; left: 60%; top: 228px; }
  .node-e{ right: auto; left: 48%; top: 168px; }

  .language-board{
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    margin: 262px 0 0;
  }

  .language-card{
    padding: 13px 14px 12px;
    border-radius: 16px;
  }

  .language-flag{
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .language-board-note{
    width: 100%;
    margin: 12px 0 0;
    font-size: .8rem;
  }

  .service-suite{
    padding-top: 72px;
  }

  .service-suite-heading{
    margin-bottom: 34px;
  }

  .service-card{
    padding: 24px 18px 22px;
    border-radius: 22px;
  }

  .service-copy h4{
    font-size: 1.06rem;
  }
}


/* =========================================
   WHO WE ARE PAGE
========================================= */

.page-who{
  background:
    linear-gradient(180deg, #f4f2ee 0%, #f6f4f1 53%, #0a0a0a 53%, #050505 100%);
}

.who-hero{
  position: relative;
  padding: 72px 0 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,0) 48%),
    linear-gradient(180deg, #b84d17 0%, #b74a14 100%);
}

.who-hero::after{
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255,255,255,.16);
}

.who-hero-inner{
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(260px, 360px);
  align-items: stretch;
  gap: 40px;
}

.who-hero-copy{
  display: grid;
  align-content: center;
  min-height: 390px;
  padding: 38px 0 44px;
  color: var(--white);
}

.who-hero-copy .section-kicker{
  color: rgba(255,255,255,.72);
  margin-bottom: 20px;
}

.who-hero-copy h1{
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.9rem, 5vw, 4.8rem);
  line-height: .92;
  font-weight: 600;
  letter-spacing: -.03em;
}

.who-hero-copy p:last-child{
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,.88);
  font-size: 1rem;
  line-height: 1.9;
}

.who-portrait-wrap{
  display: grid;
  align-items: end;
  justify-items: end;
}

.who-portrait-frame{
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 5 / 6.5;
  overflow: hidden;
  border-left: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.22));
  box-shadow: -22px 28px 50px rgba(0,0,0,.14);
}

.who-portrait{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.values-intro{
  background: #f5f3f0;
  border-bottom: 1px solid var(--line);
}

.values-intro .container{
  padding: 84px 0 34px;
  text-align: center;
}

.values-intro h2{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.9rem, 5vw, 4.3rem);
  line-height: .96;
  font-weight: 600;
  letter-spacing: -.03em;
}

.values-intro h2 span{
  color: var(--accent);
}

.values-intro p{
  margin: 12px 0 0;
  color: #44403b;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
}

.values-grid-section{
  background: #f5f3f0;
}

.values-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.value-card{
  min-height: 390px;
  padding: 54px 34px 42px;
  border-right: 1px solid var(--line);
  display: grid;
  align-content: start;
  gap: 18px;
}

.value-card:last-child{
  border-right: 0;
}

.value-icon{
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  color: var(--ink);
}

.value-icon svg{
  width: 100%;
  height: 100%;
}

.value-card h3{
  margin: 0;
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: .95;
  font-weight: 600;
}

.value-card p{
  margin: 0;
  max-width: 240px;
  font-size: .93rem;
  line-height: 1.92;
  color: #272421;
}

@media (max-width: 1180px){
  .who-hero-inner{
    grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
  }

  .values-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .value-card:nth-child(3){
    border-right: 0;
  }

  .value-card:nth-child(n+4){
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 900px){
  .who-hero{
    padding-top: 40px;
  }

  .who-hero-inner{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .who-hero-copy{
    min-height: auto;
    padding-bottom: 0;
  }

  .who-portrait-wrap{
    justify-items: start;
  }

  .who-portrait-frame{
    width: min(100%, 360px);
  }

  .values-intro .container{
    padding-top: 60px;
  }

  .values-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-card{
    border-top: 1px solid var(--line);
  }

  .value-card:nth-child(2n){
    border-right: 0;
  }
}

@media (max-width: 640px){
  .who-hero-copy h1{
    font-size: clamp(2.3rem, 11vw, 3.3rem);
  }

  .who-hero-copy p:last-child{
    font-size: .95rem;
    line-height: 1.8;
  }

  .values-grid{
    grid-template-columns: 1fr;
  }

  .value-card{
    min-height: auto;
    border-right: 0;
    padding: 36px 24px 34px;
  }

  .values-intro .container{
    padding: 54px 0 24px;
  }
}



/* --- Shared page navigation update --- */

.site-nav a[aria-current="page"]{
  color: #b39ae8;
}

/* --- Resources page --- */

.resources-page-hero{
  padding: 84px 0 72px;
  background: linear-gradient(180deg, #b64d1d 0%, #b64d1d 100%);
  color: var(--white);
  text-align: center;
}

.resources-page-hero-inner{
  max-width: 720px;
}

.resources-page-hero h1{
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 6vw, 5rem);
  font-weight: 600;
  line-height: .94;
}

.resources-page-hero p{
  margin: 0 auto;
  max-width: 520px;
  font-size: 1.06rem;
  line-height: 1.8;
}

.resources-kicker{
  color: rgba(255,255,255,.8);
  margin-bottom: 14px;
}

.resources-page-content{
  padding: 24px 0 88px;
  background: var(--bg);
}

.all-posts-label{
  display: inline-block;
  margin-bottom: 28px;
  color: #d07b54;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.resources-page-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 470px));
  gap: 24px;
  align-items: start;
}

.resource-card-page{
  width: 100%;
}

.resource-card-page h2{
  margin: 0 0 10px;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}



.linkedin-page-section{
  padding: 40px 0 94px;
  background: var(--bg);
}

.linkedin-page-shell{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 28px;
  align-items: start;
}

.linkedin-main-card,
.linkedin-side-card{
  background: var(--paper);
  border: 1px solid rgba(21,21,21,.1);
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
}

.linkedin-main-card{
  padding: 34px 34px 38px;
}

.linkedin-main-card h2{
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  line-height: 1.04;
}

.linkedin-main-card p{
  margin: 0 0 16px;
  color: #5d5651;
}

.linkedin-feature-list{
  margin: 24px 0 0;
  padding-left: 18px;
  color: #4d4742;
}

.linkedin-feature-list li + li{
  margin-top: 12px;
}

.linkedin-page-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.linkedin-side-card{
  padding: 28px 26px;
  display: grid;
  gap: 18px;
}

.linkedin-side-card h3{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.02;
}

.linkedin-side-card p{
  margin: 0;
  color: #5d5651;
}

.linkedin-mini-list{
  margin: 0;
  padding-left: 18px;
  color: #4d4742;
}

.linkedin-mini-list li + li{
  margin-top: 10px;
}


/* --- Contact page --- */

.contact-hero{
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
  background: var(--black);
}

.contact-hero-panel{
  min-height: 100%;
}

.contact-copy-panel{
  background: linear-gradient(180deg, #ee5a13 0%, #ef5b12 100%);
  color: var(--white);
  display: grid;
  place-items: center;
}

.contact-copy-inner{
  width: min(440px, calc(100% - 56px));
}

.contact-line{
  display: inline-block;
  width: 68px;
  height: 2px;
  background: rgba(255,255,255,.4);
  margin-bottom: 32px;
}

.contact-kicker{
  color: rgba(255,255,255,.78);
}

.contact-copy-inner h1{
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  font-weight: 600;
  line-height: 1.02;
}

.contact-copy-inner h2{
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 600;
  line-height: 1.06;
  color: rgba(0,0,0,.86);
}

.contact-lead{
  margin: 0 0 26px;
  color: rgba(0,0,0,.68);
  font-size: 1rem;
}

.contact-visual-panel{
  position: relative;
  background-image:
    linear-gradient(180deg, rgba(20,37,55,.28), rgba(20,37,55,.28)),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&fm=jpg&q=80&w=2200");
  background-size: cover;
  background-position: center;
}

.contact-visual-panel::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 16%, rgba(255,255,255,.2), transparent 12%),
    linear-gradient(180deg, rgba(18,33,49,.16), rgba(18,33,49,.2));
}

.contact-cta-group{
  display: flex;
  align-items: center;
  gap: 12px;
}

.ghost-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(0,0,0,.34);
  color: rgba(0,0,0,.8);
  background: transparent;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: .2s ease;
}

.ghost-button:hover{
  background: rgba(0,0,0,.08);
  transform: translateY(-1px);
}

.contact-details-strip{
  padding: 38px 0 84px;
  background: var(--paper);
  border-top: 1px solid rgba(21,21,21,.06);
}

.contact-details-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.contact-info-card{
  background: #fff;
  border: 1px solid rgba(21,21,21,.08);
  padding: 24px 24px 22px;
  box-shadow: 0 16px 34px rgba(0,0,0,.05);
}

.contact-card-label{
  margin: 0 0 10px;
  color: var(--accent);
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
}

.contact-info-card a,
.contact-info-card span{
  display: block;
  color: #403a35;
  margin-bottom: 6px;
  font-size: .98rem;
}

.contact-info-card a:hover{
  color: var(--accent);
}

/* --- Policies page --- */

.policies-hero{
  position: relative;
  padding: 88px 0 48px;
  background:
    radial-gradient(circle at 15% 20%, rgba(200,91,35,.16), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(255,255,255,.06), transparent 18%),
    linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
  color: var(--white);
}

.policies-hero-inner{
  max-width: 980px;
}

.policies-hero h1{
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 7vw, 5.9rem);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -.03em;
}

.policies-hero h1 span{
  color: #f0b287;
}

.policies-intro{
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 1.05rem;
  line-height: 1.9;
}

.policy-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.policy-pills a{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.84);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.policy-pills a:hover{
  border-color: rgba(255,255,255,.34);
  color: #fff;
}

.policies-content{
  background:
    linear-gradient(180deg, #111111 0%, #101010 100%);
  color: var(--white);
  padding: 0 0 100px;
}

.policies-layout{
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.policies-summary{
  position: sticky;
  top: 112px;
  align-self: start;
  padding-top: 28px;
}

.policies-summary-card{
  padding: 24px 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.summary-label{
  margin: 0 0 12px;
  color: #f0b287;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}

.policies-summary-card ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.82);
}

.policies-summary-card li + li{
  margin-top: 10px;
}

.policies-article{
  padding-top: 28px;
  display: grid;
  gap: 22px;
}

.policy-section{
  padding: 30px 32px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
}

.policy-section h2{
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 3.3rem);
  line-height: 1;
  color: #f0b287;
  font-weight: 600;
}

.policy-block + .policy-block{
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.policy-block h3{
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-weight: 600;
  color: #fff;
}

.policy-block p{
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .98rem;
  line-height: 1.86;
}

.policy-block a{
  color: #f6b48c;
}

.policy-block a:hover{
  color: #fff;
}

/* --- Responsive additions --- */

@media (max-width: 1180px){
  .resources-page-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px){
  .contact-hero{
    grid-template-columns: 1fr;
  }

  .contact-visual-panel{
    min-height: 360px;
    order: -1;
  }

  .policies-layout{
    grid-template-columns: 1fr;
  }

  .policies-summary{
    position: static;
    padding-top: 0;
  }
}

@media (max-width: 760px){
  .resources-page-content{
    padding-bottom: 72px;
  }

  .resources-page-grid,
  .contact-details-grid{
    grid-template-columns: 1fr;
  }

  .resources-page-hero,
  .policies-hero{
    padding-top: 72px;
  }

  .policy-section{
    padding: 24px 20px;
  }

  .contact-copy-inner{
    width: min(100%, calc(100% - 36px));
    padding: 28px 0;
  }

  .contact-hero{
    min-height: auto;
  }
}



/* =========================================
   V7 REFINEMENTS
========================================= */

:root{
  --about-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Timanfaya_-_Lanzarote_02.jpg/1280px-Timanfaya_-_Lanzarote_02.jpg");
}

/* HOME ABOUT */
.about-image{
  min-height: 840px;
  background-image:
    linear-gradient(180deg, rgba(10,10,10,.02), rgba(10,10,10,.12)),
    var(--about-image);
  background-position: center 34%;
}

.about-topline{
  padding-top: 78px;
}

.about-topline h2{
  max-width: 620px;
}

.about-panel::before{
  height: 50%;
  background: rgba(0,0,0,.95);
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
}

.about-panel-inner{
  justify-content: center;
  padding: 0 24px 82px;
}

.about-panel-copy{
  width: min(860px, 100%);
}

.about-panel p{
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.92;
  text-wrap: balance;
}

/* OUR SERVICES LANGUAGES */
.services-visual{
  min-height: 740px;
}

.world-panel{
  display: grid;
  align-content: start;
  inset: 26px 0 24px 24px;
  padding: 34px 28px 30px;
}

.world-panel-kicker{
  position: relative;
  z-index: 2;
  margin: 0 0 14px 18px;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.language-board-wrap{
  position: relative;
  z-index: 2;
  margin-top: 220px;
  width: min(100%, 690px);
}

.language-board{
  width: 100%;
  margin: 0 0 0 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.language-card{
  min-height: 148px;
  padding: 16px 16px 15px;
  border-radius: 18px;
}

.language-flag{
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.language-card strong{
  font-size: .98rem;
}

.language-card small{
  font-size: .76rem;
  line-height: 1.48;
}

.language-board-note{
  width: calc(100% - 18px);
  margin: 16px 0 0 18px;
  max-width: 620px;
}

/* WHO WE ARE PORTRAIT */
.who-hero-inner{
  grid-template-columns: minmax(0, 1.12fr) minmax(240px, 320px);
}

.who-portrait-wrap{
  justify-items: center;
}

.who-portrait-frame{
  width: min(100%, 286px);
  aspect-ratio: 235 / 510;
  border-radius: 10px 10px 0 0;
  border-left: 1px solid rgba(255,255,255,.18);
  border-right: 1px solid rgba(255,255,255,.08);
  box-shadow: -18px 24px 48px rgba(0,0,0,.16);
}

.who-portrait-frame::before{
  content: "";
  position: absolute;
  inset: -8% -20% 8% -20%;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.18), transparent 55%);
  filter: blur(24px);
  opacity: .5;
  pointer-events: none;
}

.who-portrait{
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center top;
}

/* WHATSAPP CHAT */
.site-chat-launcher{
  position: fixed;
  right: 24px;
  bottom: 92px;
  z-index: 55;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(180deg, #ef6b26 0%, #cc5a1d 100%);
  box-shadow: 0 18px 34px rgba(200,91,35,.32);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.site-chat-launcher:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(200,91,35,.36);
}

.site-chat-launcher__icon{
  display: inline-flex;
  width: 26px;
  height: 26px;
}

.site-chat-launcher__icon svg{
  width: 100%;
  height: 100%;
}

.whatsapp-modal{
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
}

.whatsapp-modal.is-open{
  display: block;
}

.whatsapp-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(4,4,4,.58);
  backdrop-filter: blur(8px);
}

.whatsapp-modal__dialog{
  position: relative;
  width: min(460px, calc(100% - 32px));
  margin: min(9vh, 84px) auto 0;
  background: #fff;
  color: #111;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 38px 90px rgba(0,0,0,.24);
}

.whatsapp-modal__top{
  position: relative;
  padding: 28px 28px 18px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.14), transparent 20%),
    linear-gradient(145deg, #0b1119 0%, #111820 100%);
}

.whatsapp-modal__brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.whatsapp-modal__brand-icon{
  width: 34px;
  height: 34px;
  color: var(--accent);
}

.whatsapp-modal__brand-copy{
  display: grid;
  line-height: 1;
  gap: 4px;
}

.whatsapp-modal__brand-copy strong{
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.whatsapp-modal__brand-copy strong span{
  color: var(--accent);
}

.whatsapp-modal__brand-copy small{
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.66);
}

.whatsapp-modal__top h3{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
}

.whatsapp-modal__top p{
  margin: 10px 0 0;
  max-width: 330px;
  color: rgba(255,255,255,.8);
  line-height: 1.7;
}

.whatsapp-modal__body{
  padding: 24px 28px 28px;
}

.whatsapp-modal__label{
  display: block;
  margin-bottom: 8px;
  color: #403b35;
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.whatsapp-modal textarea{
  width: 100%;
  min-height: 132px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(21,21,21,.14);
  background: #faf8f5;
  color: #111;
  font: inherit;
  line-height: 1.7;
  resize: vertical;
}

.whatsapp-modal textarea:focus{
  outline: none;
  border-color: rgba(200,91,35,.5);
  box-shadow: 0 0 0 4px rgba(200,91,35,.12);
}

.whatsapp-modal__actions{
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.whatsapp-modal__close,
.whatsapp-modal__submit{
  flex: 1;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.whatsapp-modal__close{
  background: transparent;
  border-color: rgba(21,21,21,.14);
  color: #222;
}

.whatsapp-modal__submit{
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(200,91,35,.18);
}

.whatsapp-modal__close:hover,
.whatsapp-modal__submit:hover{
  transform: translateY(-1px);
}

.whatsapp-modal__dismiss{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.12);
  color: var(--white);
  cursor: pointer;
}

.whatsapp-modal__hint{
  margin-top: 10px;
  color: #6a645d;
  font-size: .82rem;
  line-height: 1.6;
}

/* RESPONSIVE OVERRIDES */
@media (max-width: 1180px){
  .services-visual{
    min-height: 780px;
  }

  .world-panel{
    inset: 14px 0 18px 0;
  }

  .language-board-wrap{
    width: min(100%, 660px);
    margin-top: 250px;
  }

  .language-board{
    margin-left: 0;
  }

  .world-panel-kicker,
  .language-board-note{
    margin-left: 0;
  }
}

@media (max-width: 920px){
  .about-image{
    min-height: 780px;
  }

  .about-panel::before{
    height: 52%;
    clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 100%);
  }

  .services-visual{
    min-height: 800px;
  }

  .world-globe{
    right: 50%;
    transform: translateX(52%);
    width: min(84%, 480px);
    top: 34px;
  }

  .language-board-wrap{
    margin-top: 280px;
    width: 100%;
  }

  .language-board{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .who-hero-inner{
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .who-portrait-frame{
    width: min(100%, 260px);
  }

  .site-chat-launcher{
    bottom: 88px;
  }
}

@media (max-width: 640px){
  .about-image{
    min-height: 720px;
    background-position: center center;
  }

  .about-topline{
    padding-top: 54px;
  }

  .about-panel::before{
    height: 56%;
  }

  .about-panel-inner{
    padding: 0 18px 52px;
  }

  .about-panel p{
    font-size: .95rem;
    line-height: 1.78;
  }

  .services-visual{
    min-height: 980px;
  }

  .world-panel{
    padding: 20px 14px 18px;
  }

  .world-globe{
    width: min(100%, 300px);
    top: 22px;
  }

  .language-board-wrap{
    margin-top: 224px;
  }

  .language-board{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .language-card{
    min-height: 0;
  }

  .language-board-note{
    width: 100%;
  }

  .site-chat-launcher{
    right: 18px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-modal__dialog{
    width: calc(100% - 18px);
    margin-top: 28px;
    border-radius: 22px;
  }

  .whatsapp-modal__top,
  .whatsapp-modal__body{
    padding-left: 18px;
    padding-right: 18px;
  }

  .whatsapp-modal__actions{
    flex-direction: column;
  }
}


/* V10 tweak: raise language board so note stays visible */
.services-visual{
  min-height: 760px;
}

.world-panel{
  align-content: start;
}

.language-board-wrap{
  margin-top: 172px;
}

.language-board{
  align-items: start;
}

.language-board-note{
  max-width: 100%;
}

@media (max-width: 1180px){
  .language-board-wrap{
    margin-top: 196px;
  }
}

@media (max-width: 920px){
  .services-visual{
    min-height: 760px;
  }

  .language-board-wrap{
    margin-top: 228px;
  }
}

@media (max-width: 640px){
  .services-visual{
    min-height: 920px;
  }

  .language-board-wrap{
    margin-top: 198px;
  }
}


/* V11 volcanic refinement: warmer obsidian palette, deeper contrast, cleaner premium styling */
:root{
  --bg: #ece4d8;
  --paper: #f7f1e8;
  --ink: #171311;
  --muted: #6c6055;
  --line: rgba(40, 28, 19, .12);
  --accent: #d46b33;
  --accent-dark: #8f401d;
  --black: #0b0d10;
  --white: #fffaf4;
  --hero-image: url("https://images.unsplash.com/photo-1677494997856-2d5903b55164?auto=format&fit=crop&fm=jpg&q=82&w=3200");
  --about-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Timanfaya_-_Lanzarote_02.jpg/1280px-Timanfaya_-_Lanzarote_02.jpg");
  --bridge-image: url("https://images.unsplash.com/photo-1666204092685-b7ca841407c1?auto=format&fit=crop&fm=jpg&q=82&w=3200");
  --resource-one: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&fm=jpg&q=82&w=2800");
  --resource-two: url("https://images.unsplash.com/photo-1521791055366-0d553872125f?auto=format&fit=crop&fm=jpg&q=82&w=2800");
}

html{
  background:
    radial-gradient(circle at top left, rgba(212,107,51,.12), transparent 24%),
    radial-gradient(circle at top right, rgba(73,54,39,.08), transparent 22%),
    linear-gradient(180deg, #f3ece1 0%, #ece4d8 100%);
}

body{
  background: transparent;
  color: var(--ink);
}

.site-header{
  background: rgba(247,241,232,.82);
  border-bottom: 1px solid rgba(40,28,19,.08);
  box-shadow: 0 14px 34px rgba(27, 17, 11, .07);
  backdrop-filter: blur(16px);
}

.brand-icon{
  color: var(--accent);
  filter: drop-shadow(0 8px 20px rgba(212,107,51,.18));
}

.brand-copy strong,
.footer-brand strong{
  color: #1a1512;
}

.site-nav a{
  color: #493d33;
  position: relative;
}

.site-nav a:hover,
.site-nav a[aria-current="page"]{
  color: var(--accent-dark);
  transform: translateY(-1px);
}

.site-nav a[aria-current="page"]::after,
.site-nav a:hover::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,107,51,.9), transparent);
}

.header-cta,
.ghost-button,
.service-button,
.service-link{
  border-radius: 999px;
}

.header-cta{
  border-color: rgba(212,107,51,.42);
  color: #6f3015;
  background: rgba(255,250,244,.55);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 10px 24px rgba(63,41,24,.07);
}

.header-cta:hover{
  border-color: rgba(212,107,51,.96);
  background: linear-gradient(180deg, #dd7a42 0%, #c85f28 100%);
  color: var(--white);
  box-shadow: 0 16px 28px rgba(143,64,29,.24);
}

.hero{
  min-height: 510px;
  background-position: center 42%;
}

.hero-overlay{
  background:
    radial-gradient(circle at 70% 28%, rgba(212,107,51,.22), transparent 22%),
    linear-gradient(90deg, rgba(8,10,12,.62), rgba(8,10,12,.18) 58%, rgba(8,10,12,.3) 100%),
    linear-gradient(180deg, rgba(8,10,12,.12), rgba(8,10,12,.52));
}

.hero-content{
  min-height: 510px;
}

.hero-logo h1{
  text-shadow: 0 12px 34px rgba(0,0,0,.3);
}

.hero-tagline{
  color: rgba(255,250,244,.96);
  text-shadow: 0 6px 18px rgba(0,0,0,.26);
}

.why-choose,
.values-intro,
.values-grid-section,
.contact-details-strip,
.resources-page-content{
  background:
    linear-gradient(180deg, rgba(255,255,255,.4), rgba(255,255,255,.16)),
    linear-gradient(180deg, #f7f1e8 0%, #efe6da 100%);
}

.why-box,
.value-card,
.contact-info-card{
  background: rgba(255,251,246,.54);
  backdrop-filter: blur(2px);
}

.why-box h3,
.value-card h3{
  color: #211916;
}

.why-box p,
.value-card p{
  color: #5b5148;
}

.mini-mark{
  border-color: rgba(32,24,18,.54);
}

.mini-mark::after{
  background: linear-gradient(180deg, #e98b49 0%, #c95c24 100%);
  box-shadow: 0 8px 22px rgba(201,92,36,.24);
}

.about-image{
  background-image:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.2), transparent 26%),
    linear-gradient(180deg, rgba(7,10,13,.06) 0%, rgba(7,10,13,.14) 46%, rgba(7,10,13,.34) 100%),
    var(--about-image);
  background-position: center 46%;
}

.about-topline{
  padding-top: 74px;
}

.about-topline h2{
  color: rgba(255,250,244,.98);
  text-shadow: 0 10px 26px rgba(0,0,0,.2);
}

.about-panel{
  background: linear-gradient(90deg, rgba(9,10,12,.92) 0%, rgba(16,18,22,.78) 42%, rgba(16,18,22,.34) 100%);
}

.about-panel-inner{
  padding-bottom: 70px;
}

.about-panel-copy{
  width: min(820px, 100%);
}

.about-panel p{
  max-width: 760px;
  color: rgba(255,248,240,.92);
}

.specializations{
  background:
    radial-gradient(circle at 12% 12%, rgba(212,107,51,.18), transparent 28%),
    linear-gradient(180deg, #15110f 0%, #1d1512 44%, #0e0f12 100%);
  color: var(--white);
}

.specializations-heading p{
  color: rgba(255,248,240,.72);
}

.specialization-card{
  padding: 28px 24px 0;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.specialization-card h3{
  color: rgba(255,250,244,.97);
}

.specialization-card li,
.specialization-card p{
  color: rgba(255,247,239,.78);
}

.spec-icon{
  background: linear-gradient(180deg, #fff4eb 0%, #f3ded0 100%);
  color: #9a4822;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.8),
    0 18px 36px rgba(0,0,0,.16);
}

.bridge-banner{
  background-image:
    radial-gradient(circle at 50% 20%, rgba(212,107,51,.16), transparent 20%),
    linear-gradient(180deg, rgba(0,0,0,.3), rgba(0,0,0,.44)),
    var(--bridge-image);
}

.bridge-bubble{
  background:
    linear-gradient(180deg, rgba(10,12,14,.94), rgba(16,17,20,.94));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 30px 70px rgba(0,0,0,.28);
}

.site-footer{
  background:
    radial-gradient(circle at top center, rgba(212,107,51,.12), transparent 22%),
    linear-gradient(180deg, #0b0d10 0%, #090a0d 100%);
  color: rgba(255,250,244,.94);
}

.footer-divider{
  background: linear-gradient(180deg, rgba(255,255,255,.26), rgba(212,107,51,.3), rgba(255,255,255,.1));
}

.footer-block h3,
.footer-claim p,
.footer-brand strong{
  color: rgba(255,250,244,.96);
}

.footer-block a,
.footer-block p,
.footer-brand small{
  color: rgba(255,248,240,.7);
}

.scroll-top,
.site-chat-launcher{
  background: linear-gradient(180deg, #df7b44 0%, #c9602a 100%);
  box-shadow: 0 20px 38px rgba(143,64,29,.28);
}

.scroll-top:hover,
.site-chat-launcher:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 42px rgba(143,64,29,.34);
}

.services-hero{
  background:
    radial-gradient(circle at 85% 14%, rgba(255,255,255,.58), transparent 18%),
    radial-gradient(circle at 12% 82%, rgba(212,107,51,.12), transparent 18%),
    linear-gradient(180deg, #efe5d7 0%, #eadfce 34%, #e5d8c9 100%);
}

.services-hero::before{
  background: rgba(21,21,21,.12);
}

.services-intro h1 span,
.resources-page-hero h1,
.policies-hero h1 span,
.values-intro h2 span{
  color: var(--accent);
}

.services-copy p,
.services-intro p{
  color: #554a42;
}

.world-panel{
  background:
    radial-gradient(circle at 76% 18%, rgba(212,107,51,.16), transparent 16%),
    linear-gradient(145deg, #12161c 0%, #0e1116 45%, #090b10 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 34px 80px rgba(7,9,11,.3);
}

.world-globe{
  border-color: rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 30% 32%, rgba(255,255,255,.13) 0 11%, transparent 12%),
    radial-gradient(circle at 48% 52%, rgba(255,255,255,.11) 0 14%, transparent 15%),
    radial-gradient(circle at 64% 40%, rgba(255,255,255,.09) 0 12%, transparent 13%),
    radial-gradient(circle at 66% 68%, rgba(212,107,51,.11) 0 12%, transparent 13%),
    radial-gradient(circle at 39% 72%, rgba(255,255,255,.07) 0 10%, transparent 11%),
    radial-gradient(circle at 62% 18%, rgba(212,107,51,.22) 0 16%, transparent 17%),
    radial-gradient(circle at 20% 78%, rgba(212,107,51,.10) 0 12%, transparent 13%),
    radial-gradient(circle at center, rgba(22,29,39,.94), rgba(7,10,14,.98) 72%);
}

.world-ring{
  border-color: rgba(212,107,51,.18);
}

.world-node{
  background: #e2783e;
  box-shadow: 0 0 0 6px rgba(226,120,62,.12), 0 0 26px rgba(226,120,62,.45);
}

.world-panel-kicker{
  color: rgba(255,250,244,.62);
}

.language-card{
  background:
    linear-gradient(180deg, rgba(15,18,23,.86), rgba(11,13,17,.82));
  border: 1px solid rgba(255,255,255,.07);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 18px 42px rgba(0,0,0,.22);
}

.language-card strong{
  color: rgba(255,250,244,.98);
}

.language-card small,
.language-board-note{
  color: rgba(255,245,238,.7);
}

.services-list{
  background:
    radial-gradient(circle at top right, rgba(212,107,51,.08), transparent 18%),
    linear-gradient(180deg, #111214 0%, #0d0f12 100%);
}

.service-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 22px 46px rgba(0,0,0,.16);
}

.service-card h2,
.service-card h3{
  color: rgba(255,250,244,.97);
}

.service-card p,
.service-card li{
  color: rgba(255,247,239,.72);
}

.service-button,
.whatsapp-modal__submit{
  background: linear-gradient(180deg, #e07b42 0%, #c85f28 100%);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 16px 28px rgba(143,64,29,.22);
}

.service-button:hover,
.whatsapp-modal__submit:hover{
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(143,64,29,.3);
}

.service-link{
  border-color: rgba(255,255,255,.16);
  color: rgba(255,250,244,.92);
}

.service-link:hover{
  background: rgba(255,255,255,.08);
}

.who-hero{
  background:
    radial-gradient(circle at 76% 20%, rgba(255,255,255,.1), transparent 18%),
    radial-gradient(circle at 14% 18%, rgba(212,107,51,.18), transparent 22%),
    linear-gradient(180deg, #241711 0%, #8f431f 46%, #ab5428 100%);
}

.who-hero-copy p,
.who-hero-copy li{
  color: rgba(255,247,239,.84);
}

.who-portrait-frame{
  border: 1px solid rgba(255,255,255,.14);
  border-left: 1px solid rgba(255,255,255,.18);
  border-radius: 26px 0 0 26px;
  background: linear-gradient(180deg, rgba(7,9,11,.08), rgba(7,9,11,.26));
  box-shadow: -22px 28px 56px rgba(0,0,0,.22);
}

.who-portrait{
  object-fit: cover;
  object-position: center 24%;
}

.contact-hero{
  background:
    linear-gradient(90deg, rgba(11,13,16,.98), rgba(11,13,16,.94));
}

.contact-copy-panel{
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.08), transparent 22%),
    linear-gradient(180deg, #8f421d 0%, #af562a 56%, #c76735 100%);
}

.contact-line{
  background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.72));
}

.contact-visual-panel{
  background-image:
    linear-gradient(180deg, rgba(13,18,24,.38), rgba(13,18,24,.46)),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&fm=jpg&q=82&w=2600");
}

.contact-info-card{
  border-radius: 22px;
  border-color: rgba(40,28,19,.08);
  box-shadow: 0 18px 34px rgba(22,15,10,.06);
}

.contact-info-card a,
.contact-info-card span{
  color: #473c34;
}

.resources-page-hero{
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.1), transparent 20%),
    radial-gradient(circle at 18% 16%, rgba(212,107,51,.22), transparent 18%),
    linear-gradient(180deg, #17120f 0%, #8f431f 100%);
}

.resources-page-hero p{
  color: rgba(255,247,239,.8);
}

.all-posts-label{
  color: var(--accent-dark);
}

.resource-card,
.resource-card-page{
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,251,246,.68);
  border: 1px solid rgba(40,28,19,.08);
  box-shadow: 0 20px 42px rgba(23,14,8,.08);
}

.resource-image{
  min-height: 260px;
  background-size: cover;
  background-position: center;
}

.resource-image-one{
  background-image: linear-gradient(180deg, rgba(14,16,20,.08), rgba(14,16,20,.24)), var(--resource-one);
}

.resource-image-two{
  background-image: linear-gradient(180deg, rgba(14,16,20,.08), rgba(14,16,20,.24)), var(--resource-two);
}

.resource-content{
  padding: 28px 28px 18px;
}

.resource-content h2{
  margin: 0 0 12px;
  color: #1b1512;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 600;
}

.resource-content p,
.resource-meta,
.resource-footer{
  color: #64594f;
}

.resource-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 24px;
  border-top: 1px solid rgba(40,28,19,.08);
  font-size: .9rem;
}

.resource-footer button{
  border: 0;
  background: transparent;
  color: var(--accent-dark);
  font-size: 1.1rem;
}

.policies-hero{
  background:
    radial-gradient(circle at 12% 18%, rgba(212,107,51,.18), transparent 22%),
    radial-gradient(circle at 84% 10%, rgba(255,255,255,.08), transparent 18%),
    linear-gradient(180deg, #0b0d10 0%, #17110f 68%, #201610 100%);
}

.policies-hero h1 span{
  color: #f0ae7f;
}

.policies-intro{
  color: rgba(255,247,239,.82);
}

.policy-pills a{
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(255,248,240,.86);
}

.policy-pills a:hover{
  background: rgba(212,107,51,.14);
  border-color: rgba(212,107,51,.34);
}

.policies-content{
  background:
    linear-gradient(180deg, #151110 0%, #0d0e11 100%);
}

.policies-summary-card,
.policy-section{
  border-radius: 26px;
  border-color: rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 18px 34px rgba(0,0,0,.14);
}

.policy-section h2,
.policy-block h3,
.summary-label{
  color: rgba(255,250,244,.96);
}

.policy-section p,
.policy-section li,
.policies-summary li{
  color: rgba(255,245,238,.76);
}

.whatsapp-modal__dialog{
  background: #fffaf6;
  color: #151311;
  box-shadow: 0 40px 90px rgba(0,0,0,.28);
}

.whatsapp-modal__top{
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.14), transparent 18%),
    linear-gradient(145deg, #111419 0%, #0a0d11 44%, #4b2313 100%);
}

.whatsapp-modal__body{
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(248,241,233,.96));
}

.whatsapp-modal__label{
  color: #41362f;
}

.whatsapp-modal textarea{
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(55,38,26,.12);
  box-shadow: inset 0 1px 4px rgba(0,0,0,.03);
}

.whatsapp-modal__close{
  color: #5d5148;
}

@media (max-width: 920px){
  .site-header{
    background: rgba(247,241,232,.92);
  }

  .about-panel{
    background: linear-gradient(180deg, rgba(9,10,12,.92), rgba(16,18,22,.74));
  }

  .specialization-card,
  .contact-info-card,
  .resource-card,
  .resource-card-page{
    border-radius: 24px;
  }
}

@media (max-width: 640px){
  .site-nav a[aria-current="page"]::after,
  .site-nav a:hover::after{
    display: none;
  }

  .hero{
    min-height: 440px;
  }

  .hero-content{
    min-height: 440px;
  }

  .resource-content{
    padding: 22px 20px 14px;
  }

  .resource-footer{
    padding: 0 20px 18px;
  }
}


/* --- Resources page: LinkedIn version --- */

.resources-page-hero--linkedin{
  position: relative;
  padding: 92px 0 86px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.08), transparent 28%),
    radial-gradient(circle at 78% 28%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(135deg, #161210 0%, #2d1d17 38%, #7c3d24 100%);
  color: var(--white);
  text-align: center;
  overflow: hidden;
}

.resources-page-hero--linkedin::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.12)),
    repeating-linear-gradient(90deg, transparent 0 56px, rgba(255,255,255,.02) 56px 57px);
  pointer-events: none;
}

.resources-page-hero--linkedin .resources-page-hero-inner{
  position: relative;
  z-index: 1;
}

.resources-page-hero--linkedin p{
  max-width: 700px;
}

.linkedin-profile-chip{
  margin: 30px auto 0;
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}

.linkedin-profile-chip__icon{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.04em;
  text-transform: lowercase;
}

.linkedin-profile-chip__copy{
  display: grid;
  text-align: left;
}

.linkedin-profile-chip__copy strong{
  font-size: .92rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.linkedin-profile-chip__copy small{
  color: rgba(255,255,255,.72);
  font-size: .83rem;
}

.linkedin-page-section{
  padding: 48px 0 96px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0) 18%),
    var(--bg);
}

.linkedin-main-card,
.linkedin-side-card{
  border-radius: 28px;
}

.linkedin-main-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,245,241,.96)),
    var(--paper);
}

.linkedin-side-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(244,240,235,.96)),
    var(--paper);
}

.linkedin-page-actions .primary-button,
.linkedin-page-actions .dark-outline-button,
.linkedin-page-button{
  min-height: 50px;
  padding-inline: 22px;
}

.linkedin-preview-grid{
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.linkedin-preview-card{
  padding: 24px 22px;
  border-radius: 22px;
  border: 1px solid rgba(21,21,21,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(21,21,21,.02)),
    rgba(255,255,255,.72);
}

.linkedin-preview-card__eyebrow{
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: .76rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.linkedin-preview-card h3{
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}

.linkedin-preview-card p{
  margin: 0;
  color: #5a534e;
}

.linkedin-kpis{
  display: grid;
  gap: 12px;
}

.linkedin-kpi{
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  background: rgba(21,21,21,.035);
}

.linkedin-kpi strong{
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}

.linkedin-kpi span{
  color: #5b5550;
  font-size: .94rem;
}

.linkedin-note{
  color: #615a55;
  font-size: .95rem;
}

@media (max-width: 960px){
  .linkedin-page-shell{
    grid-template-columns: 1fr;
  }

  .linkedin-preview-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px){
  .resources-page-hero--linkedin{
    padding: 78px 0 70px;
  }

  .linkedin-profile-chip{
    width: 100%;
    justify-content: flex-start;
  }

  .linkedin-main-card{
    padding: 28px 22px 30px;
  }

  .linkedin-side-card{
    padding: 24px 20px;
  }

  .linkedin-page-actions{
    flex-direction: column;
  }

  .linkedin-page-actions .primary-button,
  .linkedin-page-actions .dark-outline-button,
  .linkedin-page-button{
    width: 100%;
  }

  .linkedin-preview-card h3{
    font-size: 1.72rem;
  }
}


/* --- Multilingual switcher --- */
.lang-switcher{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 14px;
  padding: 4px;
  border: 1px solid rgba(212,107,51,.22);
  border-radius: 999px;
  background: rgba(255,250,244,.72);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.78),
    0 8px 20px rgba(63,41,24,.05);
}

.lang-switcher__button{
  appearance: none;
  border: 0;
  background: transparent;
  color: #5c4c41;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  min-width: 38px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.lang-switcher__button:hover{
  color: var(--accent-dark);
  transform: translateY(-1px);
}

.lang-switcher__button.is-active{
  background: linear-gradient(180deg, #dd7a42 0%, #c85f28 100%);
  color: var(--white);
  box-shadow: 0 10px 18px rgba(143,64,29,.18);
}

@media (max-width: 1180px){
  .site-nav{
    flex-wrap: wrap;
    justify-content: center;
  }

  .lang-switcher{
    margin-left: 0;
  }
}

@media (max-width: 760px){
  .lang-switcher{
    width: 100%;
    justify-content: center;
  }
}


/* =========================================
   FINAL UPDATE — founder portrait + scrolling text reveal
========================================= */

.who-hero{
  overflow: hidden;
}

.who-hero-inner{
  grid-template-columns: minmax(0, 1fr) minmax(330px, 460px);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

.who-portrait-wrap{
  align-items: center;
  justify-items: center;
  min-height: 520px;
}

.who-portrait-frame{
  width: min(100%, 430px);
  aspect-ratio: 4 / 5;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.2);
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    rgba(10,10,10,.18);
  box-shadow:
    0 36px 70px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.12);
  transform: translateY(24px) rotate(-1.2deg);
}

.who-portrait-frame::after{
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  pointer-events: none;
  z-index: 2;
}

.who-portrait{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 42%;
  transform: scale(1.04);
}

.scroll-reveal{
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity .78s ease,
    transform .78s cubic-bezier(.2,.8,.2,1),
    filter .78s ease;
  filter: blur(4px);
  will-change: opacity, transform, filter;
}

.scroll-reveal[data-scroll-direction="left"]{
  transform: translate3d(-34px, 18px, 0);
}

.scroll-reveal[data-scroll-direction="right"]{
  transform: translate3d(34px, 18px, 0);
}

.scroll-reveal.is-visible{
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.hero-logo h1,
.hero-tagline,
.who-hero-copy h1,
.services-intro h1,
.resources-page-hero h1,
.policies-hero h1,
.contact-copy-inner h1{
  text-wrap: balance;
}

@media (max-width: 1180px){
  .who-hero-inner{
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  }

  .who-portrait-frame{
    width: min(100%, 380px);
  }
}

@media (max-width: 900px){
  .who-hero-inner{
    grid-template-columns: 1fr;
  }

  .who-portrait-wrap{
    min-height: auto;
    justify-items: center;
    padding-bottom: 44px;
  }

  .who-portrait-frame{
    width: min(100%, 420px);
    transform: translateY(0) rotate(0deg);
    border-radius: 30px;
  }
}

@media (max-width: 640px){
  .who-portrait-frame{
    width: min(100%, 340px);
    aspect-ratio: 4 / 5.15;
  }

  .scroll-reveal,
  .scroll-reveal[data-scroll-direction="left"],
  .scroll-reveal[data-scroll-direction="right"]{
    transform: translate3d(0, 24px, 0);
  }
}

@media (prefers-reduced-motion: reduce){
  html{
    scroll-behavior: auto;
  }

  .scroll-reveal,
  .scroll-reveal[data-scroll-direction="left"],
  .scroll-reveal[data-scroll-direction="right"]{
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}


/* =========================================
   REFINED FOUNDER PORTRAIT — contextualized version
========================================= */

.who-hero{
  overflow: hidden;
}

.who-hero-inner{
  grid-template-columns: minmax(0, 1fr) minmax(330px, 460px);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

.who-portrait-wrap{
  align-items: center;
  justify-items: center;
  min-height: 520px;
}

.who-portrait-figure{
  width: min(100%, 430px);
  margin: 0;
}

.who-portrait-frame{
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    rgba(10,10,10,.18);
  box-shadow:
    0 36px 70px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.12);
  transform: translateY(18px);
}

.who-portrait-frame::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.12) 58%, rgba(0,0,0,.28) 100%);
  z-index: 1;
  pointer-events: none;
}

.who-portrait-frame::after{
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  pointer-events: none;
  z-index: 2;
}

.who-portrait{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 20%;
  transform: scale(1.04);
  filter: contrast(1.05) saturate(.82) brightness(.90);
}


@media (max-width: 980px){
  .who-hero-inner{
    grid-template-columns: 1fr;
  }

  .who-portrait-wrap{
    min-height: auto;
  }

  .who-portrait-frame{
    transform: none;
  }
}


/* =========================================
   PORTRAIT SPACING FIX — prevents image from touching the edge
========================================= */

.who-portrait-wrap{
  padding-inline: clamp(18px, 3vw, 42px);
}

.who-portrait-figure{
  width: min(calc(100% - 24px), 390px);
  margin-inline: auto;
}

@media (max-width: 980px){
  .who-portrait-wrap{
    padding-inline: 18px;
  }

  .who-portrait-figure{
    width: min(100%, 360px);
  }
}


/* =========================================
   FINAL NETLIFY QA — accessibility + mobile resilience
   Added during final pre-publication review.
========================================= */
html, body{
  max-width: 100%;
  overflow-x: hidden;
}

:focus-visible{
  outline: 3px solid rgba(200,91,35,.72);
  outline-offset: 4px;
}

.who-portrait{
  filter: contrast(1.04) saturate(.78) brightness(.92) sepia(.04);
}

@media (max-width: 760px){
  .container{
    width: min(100% - 32px, 1180px);
  }

  .site-header{
    position: sticky;
  }

  .header-inner{
    min-height: 76px;
    grid-template-columns: auto auto;
    gap: 14px;
  }

  .brand-copy strong,
  .footer-brand strong{
    font-size: 1.72rem;
  }

  .brand-copy small,
  .footer-brand small{
    font-size: .62rem;
    letter-spacing: .05em;
  }

  .header-cta{
    display: none;
  }

  .menu-toggle{
    display: block;
  }

  .site-nav{
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 12px 0 18px;
    border-top: 1px solid rgba(21,21,21,.08);
  }

  .site-nav.open{
    display: flex;
  }

  .site-nav a{
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(21,21,21,.06);
  }

  .lang-switcher{
    width: 100%;
    margin: 14px 0 0;
    justify-content: center;
  }

  .hero,
  .hero-content{
    min-height: 420px;
  }

  .hero-content{
    grid-template-columns: 1fr;
    align-content: center;
    gap: 18px;
  }

  .hero-tagline{
    text-align: left;
    max-width: 300px;
  }

  .why-grid,
  .specialization-grid,
  .resources-header,
  .linkedin-callout,
  .footer-inner,
  .footer-right,
  .specialization-summary{
    grid-template-columns: 1fr;
  }

  .why-box{
    min-height: auto;
    padding: 48px 24px;
    border-right: 0;
  }

  .specializations{
    padding: 66px 0 76px;
  }

  .specialization-card ul{
    padding-left: 20px;
  }

  .specialization-summary{
    padding: 24px 22px;
  }

  .resources-header{
    align-items: start;
  }

  .resources-actions,
  .linkedin-page-actions{
    justify-content: stretch;
  }

  .resources-actions a,
  .linkedin-page-actions a,
  .primary-button,
  .dark-outline-button,
  .service-button,
  .contact-actions a{
    width: 100%;
  }

  .bridge-bubble{
    border-radius: 34px;
    padding: 28px 24px;
    min-height: 160px;
  }

  .site-footer{
    padding: 58px 0 74px;
  }

  .footer-divider{
    display: none;
  }

  .footer-inner{
    min-height: auto;
    gap: 38px;
  }

  .footer-right{
    gap: 26px;
  }

  .who-hero-inner,
  .services-hero-inner,
  .contact-hero-inner,
  .policies-hero-inner,
  .resources-page-hero-inner{
    grid-template-columns: 1fr !important;
  }

  .who-portrait-wrap{
    min-height: auto;
    padding: 28px 0 36px;
  }

  .who-portrait-figure{
    width: min(100%, 330px);
  }
}

@media (max-width: 420px){
  .container{
    width: min(100% - 26px, 1180px);
  }

  .hero-logo h1{
    font-size: clamp(3.1rem, 18vw, 4.2rem);
  }

  .services-intro h1,
  .who-hero-copy h1,
  .resources-page-hero h1,
  .policies-hero h1,
  .contact-copy-inner h1{
    font-size: clamp(2.65rem, 15vw, 3.7rem);
  }
}

/* =========================================
   MOBILE QA FIX — 2026-07-13
   Fixes: mobile text spacing, full language list visibility,
   footer/contact overlap on narrow screens.
========================================= */

.footer-block,
.contact-info-card,
.footer-right{
  min-width: 0;
}

.footer-block a,
.footer-block p,
.contact-info-card a,
.contact-info-card span{
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.58;
}

@media (max-width: 760px){
  body{
    line-height: 1.68;
  }

  h1, h2, h3,
  .hero-logo h1,
  .services-intro h1,
  .who-hero-copy h1,
  .resources-page-hero h1,
  .policies-hero h1,
  .contact-copy-inner h1{
    line-height: 1.02;
    letter-spacing: -0.025em;
  }

  p, li,
  .services-copy p,
  .service-card p,
  .service-card li,
  .who-hero-copy p,
  .resources-page-hero p,
  .policy-section p{
    line-height: 1.78;
  }

  .services-copy,
  .who-hero-copy,
  .contact-copy-inner,
  .resources-page-hero-copy,
  .policies-hero-copy{
    gap: 18px;
  }

  .service-card,
  .resource-page-card,
  .policy-section,
  .contact-info-card{
    padding-left: clamp(18px, 5vw, 26px);
    padding-right: clamp(18px, 5vw, 26px);
  }

  .contact-details-grid{
    gap: 18px;
  }

  .footer-inner{
    gap: 42px;
  }

  .footer-right{
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 30px;
  }

  .footer-block h3{
    margin-bottom: 12px;
  }

  .footer-block a,
  .footer-block p{
    display: block;
    margin-bottom: 8px;
    max-width: 100%;
  }

  .site-footer{
    padding-bottom: 88px;
  }

  /* Services language board: do not clip language cards on mobile */
  .services-visual{
    min-height: auto !important;
    height: auto !important;
    padding: 0;
  }

  .world-panel{
    position: relative !important;
    inset: auto !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    padding: 22px 16px 24px;
    border-radius: 28px;
  }

  .world-panel::after{
    inset: 12px;
    border-radius: 20px;
  }

  .world-visual{
    position: relative !important;
    inset: auto !important;
    height: 250px;
    min-height: 250px;
    margin-bottom: 18px;
  }

  .world-globe{
    left: 50% !important;
    right: auto !important;
    top: 12px !important;
    width: min(86vw, 280px) !important;
    transform: translateX(-50%) !important;
  }

  .world-ring{
    display: none !important;
  }

  .world-node{
    width: 8px;
    height: 8px;
  }

  .node-a{ right: auto !important; left: 55%; top: 70px; }
  .node-b{ right: auto !important; left: 68%; top: 106px; }
  .node-c{ right: auto !important; left: 72%; top: 158px; }
  .node-d{ right: auto !important; left: 58%; top: 186px; }
  .node-e{ right: auto !important; left: 44%; top: 132px; }

  .language-board-wrap{
    margin-top: 0 !important;
    position: relative;
    z-index: 3;
  }

  .world-panel-kicker{
    margin: 0 0 12px !important;
  }

  .language-board{
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin: 0 !important;
    gap: 12px !important;
  }

  .language-card{
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 13px;
    align-items: start;
    min-height: 0 !important;
    padding: 13px 14px !important;
    border-radius: 16px;
  }

  .language-flag{
    grid-row: 1 / span 2;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    font-size: 1.2rem;
  }

  .language-card strong{
    font-size: .98rem;
    line-height: 1.18;
  }

  .language-card small{
    margin-top: 4px;
    font-size: .79rem;
    line-height: 1.48;
  }

  .language-board-note{
    width: 100% !important;
    margin: 14px 0 0 !important;
    font-size: .8rem;
    line-height: 1.62;
  }
}

@media (max-width: 420px){
  .brand-copy strong,
  .footer-brand strong{
    font-size: 1.55rem;
  }

  .brand-copy small,
  .footer-brand small{
    font-size: .58rem;
  }

  .footer-block a,
  .footer-block p,
  .contact-info-card a,
  .contact-info-card span{
    font-size: .93rem;
  }

  .world-visual{
    height: 230px;
    min-height: 230px;
  }

  .world-globe{
    width: min(84vw, 250px) !important;
  }

  .language-card{
    padding: 12px !important;
  }
}

/* =========================================
   MOBILE STABILITY PASS — 2026-07-13
   Purpose: prevent title/body overlap, give all text blocks adequate vertical space,
   keep language cards visible, and make footer/contact data safe on narrow screens.
========================================= */

:where(h1, h2, h3, h4, p, li, a, span, small, strong){
  overflow-wrap: break-word;
}

body{
  overflow-x: hidden;
}

.page-shell{
  width: 100%;
}

@media (max-width: 980px){
  .page-shell{
    overflow: visible;
  }

  .container{
    width: min(100% - 36px, 1180px);
  }

  section{
    scroll-margin-top: 92px;
  }

  .site-header{
    position: sticky;
  }

  .header-inner{
    min-height: 74px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 14px;
  }

  .header-cta{
    display: none;
  }

  .site-nav{
    width: 100%;
  }

  .hero,
  .hero-content{
    min-height: auto;
  }

  .hero{
    padding: 92px 0 96px;
  }

  .hero-content{
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .hero-logo h1{
    line-height: .96;
    margin: 0;
  }

  .hero-tagline{
    max-width: 100%;
    text-align: left;
    line-height: 1.22;
  }

  .why-grid,
  .specialization-grid,
  .resources-header,
  .linkedin-callout,
  .specialization-summary,
  .footer-inner,
  .footer-right,
  .services-hero-inner,
  .service-card,
  .who-hero-inner,
  .linkedin-page-shell,
  .contact-hero,
  .policies-layout{
    grid-template-columns: 1fr !important;
  }

  .why-box,
  .specialization-card,
  .service-card,
  .value-card,
  .resource-page-card,
  .linkedin-main-card,
  .linkedin-side-card,
  .contact-info-card,
  .policy-section{
    min-height: auto !important;
  }

  .why-box{
    padding: 54px 32px;
    border-right: 0;
  }

  .why-intro h2,
  .about-topline h2,
  .specializations-heading h2,
  .resources-header h2,
  .values-intro h2,
  .resources-page-hero h1,
  .policies-hero h1,
  .contact-copy-inner h1,
  .services-intro h1,
  .who-hero-copy h1,
  .service-suite-heading h2,
  .linkedin-main-card h2,
  .linkedin-side-card h3{
    line-height: 1.08 !important;
    margin-bottom: 22px !important;
  }

  .why-box h3,
  .specialization-card h3,
  .service-copy h3,
  .value-card h3,
  .resource-card-page h2,
  .policy-section h2,
  .policy-block h3,
  .contact-copy-inner h2{
    line-height: 1.15 !important;
    margin-bottom: 14px !important;
  }

  .why-box p,
  .specializations-heading p,
  .specialization-card li,
  .specialization-summary p,
  .resources-header p,
  .linkedin-callout-text p,
  .service-copy p,
  .service-copy li,
  .who-hero-copy p,
  .values-intro p,
  .value-card p,
  .resources-page-hero p,
  .linkedin-main-card p,
  .linkedin-side-card p,
  .contact-lead,
  .policy-block p{
    line-height: 1.82 !important;
  }

  .about-band,
  .about-image{
    min-height: auto !important;
  }

  .about-image{
    padding: 74px 0 0;
    background-position: center center;
  }

  .about-topline{
    padding-top: 0 !important;
    padding-bottom: 300px;
  }

  .about-topline h2{
    max-width: 100%;
  }

  .about-panel{
    position: relative !important;
    inset: auto !important;
    display: block !important;
    background: #0b0d10 !important;
  }

  .about-panel::before{
    display: none !important;
  }

  .about-panel-inner{
    padding: 38px 18px 50px !important;
  }

  .about-panel-copy{
    width: 100%;
  }

  .about-panel p{
    max-width: 100%;
    transform: none !important;
    line-height: 1.82 !important;
  }

  .specializations{
    padding: 72px 0 82px;
  }

  .specializations-heading{
    margin-bottom: 34px;
  }

  .specialization-grid{
    gap: 22px;
  }

  .specialization-card{
    padding: 28px 24px 30px;
    text-align: left;
  }

  .specialization-card .spec-icon{
    margin-left: 0;
    margin-right: 0;
  }

  .specialization-card ul{
    padding-left: 1.1rem;
  }

  .specialization-summary{
    padding: 28px 24px;
    gap: 12px;
  }

  .resources{
    padding: 70px 0 78px;
  }

  .resources-header{
    gap: 22px;
    align-items: start;
  }

  .resources-actions{
    justify-content: flex-start;
  }

  .linkedin-callout{
    padding: 28px 24px;
    gap: 22px;
  }

  .bridge-banner{
    min-height: auto;
    padding: 72px 0;
  }

  .bridge-bubble{
    width: calc(100% - 32px);
    border-radius: 34px;
    padding: 30px 24px;
  }

  .site-footer{
    padding: 58px 0 104px !important;
  }

  .footer-divider{
    display: none;
  }

  .footer-inner{
    min-height: auto;
    gap: 42px;
  }

  .footer-left{
    gap: 30px;
  }

  .footer-right{
    gap: 28px;
  }

  .footer-claim{
    max-width: 100%;
  }

  .footer-claim p{
    line-height: 1.02 !important;
    margin: 0;
  }

  .footer-block a,
  .footer-block p,
  .contact-info-card a,
  .contact-info-card span{
    display: block;
    max-width: 100%;
    line-height: 1.65 !important;
    overflow-wrap: anywhere;
    word-break: normal;
    margin-bottom: 8px;
  }

  .services-hero{
    padding: 64px 0 58px;
    overflow: visible;
  }

  .services-hero-inner{
    gap: 36px;
  }

  .services-intro,
  .services-copy{
    max-width: 100%;
  }

  .services-copy{
    gap: 18px;
  }

  .services-visual{
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .world-panel{
    position: relative !important;
    inset: auto !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    padding: 26px 20px 28px !important;
  }

  .world-visual{
    position: relative !important;
    inset: auto !important;
    height: 260px !important;
    min-height: 260px !important;
    margin-bottom: 22px;
  }

  .language-board-wrap{
    margin-top: 0 !important;
    width: 100% !important;
  }

  .language-board{
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin: 0 !important;
    gap: 14px !important;
  }

  .language-card{
    min-height: auto !important;
    height: auto !important;
    padding: 16px !important;
  }

  .language-card strong{
    line-height: 1.25 !important;
  }

  .language-card small{
    line-height: 1.55 !important;
  }

  .language-board-note{
    width: 100% !important;
    margin: 16px 0 0 !important;
    line-height: 1.7 !important;
  }

  .service-suite{
    padding: 76px 0 42px;
  }

  .service-suite-heading{
    margin-bottom: 34px;
    text-align: left;
  }

  .service-card{
    gap: 20px;
    padding: 28px 22px !important;
  }

  .service-copy ul{
    margin-left: 1.1rem;
  }

  .service-action{
    padding-top: 2px;
  }

  .service-button,
  .primary-button,
  .dark-outline-button,
  .ghost-button{
    width: 100%;
    min-height: 48px;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .who-hero{
    padding: 58px 0 0;
  }

  .who-hero-inner{
    gap: 34px;
  }

  .who-hero-copy{
    min-height: auto !important;
    display: block !important;
    padding-bottom: 0 !important;
  }

  .who-hero-copy .section-kicker{
    margin-bottom: 18px;
  }

  .who-hero-copy p{
    margin: 0 0 18px;
  }

  .who-portrait-wrap{
    justify-items: center !important;
    padding: 10px 0 52px !important;
  }

  .who-portrait-frame{
    width: min(100%, 330px) !important;
    min-height: auto !important;
    aspect-ratio: 4 / 5;
  }

  .values-intro .container{
    padding: 64px 0 32px;
  }

  .values-grid{
    grid-template-columns: 1fr !important;
  }

  .value-card{
    border-right: 0 !important;
    border-top: 1px solid var(--line);
    padding: 38px 26px 36px;
    gap: 16px;
  }

  .resources-page-hero,
  .policies-hero{
    padding: 72px 0 54px;
    text-align: left;
  }

  .resources-page-hero-inner,
  .policies-hero-inner{
    max-width: 100%;
  }

  .resources-page-content,
  .linkedin-page-section{
    padding-top: 48px;
    padding-bottom: 78px;
  }

  .linkedin-main-card,
  .linkedin-side-card{
    padding: 28px 22px;
  }

  .linkedin-page-actions,
  .contact-cta-group{
    flex-direction: column;
    align-items: stretch;
  }

  .contact-hero{
    min-height: auto;
  }

  .contact-hero-panel{
    min-height: auto;
  }

  .contact-copy-panel{
    display: block;
    padding: 64px 0 58px;
  }

  .contact-copy-inner{
    width: min(100% - 36px, 560px) !important;
    margin: 0 auto;
    padding: 0 !important;
  }

  .contact-line{
    margin-bottom: 26px;
  }

  .contact-lead{
    margin-bottom: 24px;
  }

  .contact-visual-panel{
    min-height: 280px !important;
    order: -1;
  }

  .contact-details-strip{
    padding: 42px 0 70px;
  }

  .contact-details-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .contact-info-card{
    padding: 24px 20px !important;
  }

  .policies-content{
    padding-bottom: 82px;
  }

  .policies-summary{
    position: static;
    top: auto;
    padding-top: 0;
  }

  .policies-article{
    padding-top: 22px;
    gap: 24px;
  }

  .policy-section{
    padding: 28px 22px !important;
  }

  .policy-block + .policy-block{
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 640px){
  .container{
    width: min(100% - 28px, 1180px);
  }

  .brand-copy strong,
  .footer-brand strong{
    font-size: 1.7rem !important;
  }

  .brand-copy small,
  .footer-brand small{
    font-size: .6rem !important;
    letter-spacing: .045em;
  }

  .hero{
    padding: 72px 0 76px;
  }

  .hero-logo h1{
    font-size: clamp(3rem, 18vw, 4.35rem) !important;
  }

  .hero-tagline{
    font-size: clamp(1.25rem, 8vw, 1.7rem) !important;
  }

  .why-intro h2,
  .about-topline h2,
  .specializations-heading h2,
  .resources-header h2,
  .values-intro h2,
  .resources-page-hero h1,
  .policies-hero h1,
  .contact-copy-inner h1,
  .services-intro h1,
  .who-hero-copy h1,
  .service-suite-heading h2{
    font-size: clamp(2.35rem, 12vw, 3.25rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 20px !important;
  }

  .linkedin-main-card h2,
  .linkedin-side-card h3{
    font-size: clamp(2rem, 10vw, 2.65rem) !important;
    line-height: 1.1 !important;
  }

  .why-box h3,
  .specialization-card h3,
  .service-copy h3,
  .value-card h3,
  .resource-card-page h2,
  .policy-section h2,
  .contact-copy-inner h2{
    font-size: clamp(1.75rem, 9vw, 2.35rem) !important;
    line-height: 1.16 !important;
  }

  .policy-block h3,
  .service-copy h4{
    font-size: clamp(1.25rem, 6.2vw, 1.55rem) !important;
    line-height: 1.22 !important;
  }

  .about-topline{
    padding-bottom: 250px;
  }

  .about-panel-inner{
    padding-bottom: 46px !important;
  }

  .specializations,
  .resources,
  .service-suite,
  .linkedin-page-section,
  .policies-content{
    padding-bottom: 70px;
  }

  .world-panel{
    border-radius: 24px;
    padding: 22px 14px 24px !important;
  }

  .world-panel::after{
    inset: 10px;
    border-radius: 18px;
  }

  .world-visual{
    height: 226px !important;
    min-height: 226px !important;
  }

  .world-globe{
    width: min(82vw, 250px) !important;
    top: 8px !important;
  }

  .language-card{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 12px;
    align-items: start;
  }

  .language-flag{
    grid-row: 1 / span 2;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
  }

  .contact-visual-panel{
    min-height: 220px !important;
  }

  .footer-claim p{
    font-size: clamp(2.55rem, 13vw, 3.35rem) !important;
  }

  .site-chat-launcher{
    right: 14px !important;
    bottom: 78px !important;
  }

  .scroll-top{
    right: 14px !important;
    bottom: 14px !important;
  }
}

@media (max-width: 380px){
  .container{
    width: min(100% - 24px, 1180px);
  }

  .why-box,
  .specialization-card,
  .service-card,
  .value-card,
  .linkedin-main-card,
  .linkedin-side-card,
  .policy-section,
  .contact-info-card{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hero-logo h1{
    font-size: clamp(2.75rem, 17vw, 3.7rem) !important;
  }

  .footer-block a,
  .footer-block p,
  .contact-info-card a,
  .contact-info-card span{
    font-size: .9rem !important;
  }
}

/* =========================================
   FINAL MOBILE STABILITY PASS — generous text spacing + language switcher
   This block intentionally overrides earlier mobile rules with more conservative spacing.
========================================= */
@media (max-width: 820px){
  html, body{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body{
    line-height: 1.78 !important;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .page-shell,
  main,
  section,
  header,
  footer,
  article,
  aside,
  div{
    max-width: 100%;
  }

  .container{
    width: min(100% - 32px, 1180px) !important;
  }

  /* Disable reveal transforms on mobile: transforms can visually overlap text while scrolling. */
  .scroll-reveal,
  .scroll-reveal[data-scroll-direction="left"],
  .scroll-reveal[data-scroll-direction="right"]{
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  h1, h2, h3, h4, h5, h6,
  p, li, a, span, small, strong{
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  h1, h2, h3, h4, h5, h6{
    display: block !important;
    clear: both !important;
    text-wrap: balance;
    overflow: visible !important;
  }

  h1{
    margin-top: 0 !important;
    margin-bottom: 26px !important;
    line-height: 1.12 !important;
  }

  h2{
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    line-height: 1.14 !important;
  }

  h3{
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    line-height: 1.2 !important;
  }

  h4{
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    line-height: 1.24 !important;
  }

  p{
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    line-height: 1.85 !important;
    overflow: visible !important;
  }

  p:last-child{
    margin-bottom: 0 !important;
  }

  p + p,
  p + ul,
  ul + p,
  li + li,
  .policy-block + .policy-block,
  .contact-info-card a + a,
  .footer-block a + a,
  .footer-block p + p{
    margin-top: 12px !important;
  }

  ul, ol{
    margin-top: 14px !important;
    margin-bottom: 20px !important;
    padding-left: 1.25rem !important;
  }

  li{
    line-height: 1.78 !important;
    margin-bottom: 12px !important;
  }

  li:last-child{
    margin-bottom: 0 !important;
  }

  .section-kicker,
  .world-panel-kicker,
  .resources-kicker,
  .linkedin-preview-card__eyebrow,
  .all-posts-label{
    display: block !important;
    margin-bottom: 18px !important;
    line-height: 1.45 !important;
    letter-spacing: .08em !important;
  }

  /* Header and mobile language controls */
  .site-header{
    position: sticky !important;
    top: 0;
    z-index: 2000 !important;
  }

  .header-inner{
    min-height: 76px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .brand{
    min-width: 0 !important;
  }

  .brand-copy{
    min-width: 0 !important;
  }

  .menu-toggle{
    display: block !important;
    position: relative !important;
    z-index: 2200 !important;
    touch-action: manipulation;
  }

  .site-nav{
    grid-column: 1 / -1 !important;
    position: relative !important;
    z-index: 2100 !important;
    width: 100% !important;
    overflow: visible !important;
    padding: 16px 0 22px !important;
  }

  .site-nav.open{
    display: flex !important;
  }

  .site-nav a{
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    padding: 13px 2px !important;
    line-height: 1.35 !important;
  }

  .lang-switcher{
    display: flex !important;
    position: relative !important;
    z-index: 2300 !important;
    pointer-events: auto !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 8px !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 18px !important;
    touch-action: manipulation !important;
  }

  .lang-switcher__button{
    pointer-events: auto !important;
    min-width: 58px !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    font-size: .78rem !important;
    line-height: 1 !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 2301 !important;
  }

  /* Global section rhythm */
  .hero,
  .why-choose,
  .about-band,
  .specializations,
  .resources,
  .services-hero,
  .service-suite,
  .who-hero,
  .values-intro,
  .values-grid-section,
  .resources-page-hero,
  .linkedin-page-section,
  .contact-hero,
  .contact-details-strip,
  .policies-hero,
  .policies-content{
    overflow: visible !important;
  }

  .hero,
  .services-hero,
  .who-hero,
  .resources-page-hero,
  .policies-hero,
  .contact-copy-panel{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .specializations,
  .resources,
  .service-suite,
  .linkedin-page-section,
  .contact-details-strip,
  .policies-content{
    padding-top: 66px !important;
    padding-bottom: 72px !important;
  }

  .hero-content,
  .resources-header,
  .linkedin-callout,
  .specialization-summary,
  .services-hero-inner,
  .who-hero-inner,
  .linkedin-page-shell,
  .contact-details-grid,
  .footer-inner,
  .footer-right,
  .policies-shell,
  .values-grid{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    align-items: start !important;
  }

  .hero-content,
  .hero{
    min-height: auto !important;
  }

  .hero-logo h1{
    font-size: clamp(3rem, 17vw, 4.25rem) !important;
    line-height: .98 !important;
    margin-bottom: 24px !important;
  }

  .hero-tagline{
    max-width: 100% !important;
    text-align: left !important;
    font-size: clamp(1.35rem, 7vw, 1.85rem) !important;
    line-height: 1.22 !important;
    margin-top: 0 !important;
  }

  .why-grid{
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .why-box{
    min-height: auto !important;
    padding: 42px 26px !important;
    display: block !important;
  }

  .why-box p{
    max-width: none !important;
  }

  /* Home about band: avoid absolute overlay on mobile. */
  .about-image{
    min-height: auto !important;
    height: auto !important;
    padding: 0 !important;
    background-position: center !important;
  }

  .about-topline{
    padding: 64px 0 220px !important;
  }

  .about-topline h2{
    max-width: 100% !important;
  }

  .about-panel{
    position: static !important;
    inset: auto !important;
    display: block !important;
    background: #050505 !important;
  }

  .about-panel::before{
    display: none !important;
  }

  .about-panel-inner{
    padding: 34px 0 42px !important;
  }

  .about-panel-copy{
    width: 100% !important;
    text-align: left !important;
  }

  .about-panel p{
    max-width: 100% !important;
    line-height: 1.9 !important;
  }

  .specialization-grid{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .specialization-card,
  .service-card,
  .value-card,
  .linkedin-main-card,
  .linkedin-side-card,
  .linkedin-preview-card,
  .contact-info-card,
  .policy-section{
    display: block !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .specialization-card{
    text-align: left !important;
  }

  .spec-icon{
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }

  .specialization-summary{
    padding: 28px 22px !important;
  }

  .resources-header{
    text-align: left !important;
  }

  .resources-actions,
  .linkedin-page-actions,
  .contact-cta-group{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    align-items: stretch !important;
    justify-content: stretch !important;
  }

  .primary-button,
  .dark-outline-button,
  .ghost-button,
  .service-button{
    width: 100% !important;
    min-height: 52px !important;
    height: auto !important;
    padding: 12px 16px !important;
    white-space: normal !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  .linkedin-callout,
  .linkedin-main-card,
  .linkedin-side-card,
  .linkedin-preview-card,
  .service-card,
  .value-card,
  .policy-section,
  .contact-info-card{
    padding: 30px 24px !important;
  }

  .bridge-banner{
    min-height: auto !important;
    padding: 76px 0 !important;
  }

  .bridge-bubble{
    width: calc(100% - 32px) !important;
    min-height: auto !important;
    border-radius: 34px !important;
    padding: 32px 24px !important;
  }

  .bridge-bubble p{
    font-size: clamp(2rem, 10vw, 2.85rem) !important;
    line-height: 1.12 !important;
  }

  /* Services page */
  .services-copy{
    display: block !important;
  }

  .services-copy p{
    margin-bottom: 20px !important;
  }

  .services-visual{
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .world-panel{
    position: relative !important;
    inset: auto !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
    padding: 28px 20px 30px !important;
    border-radius: 28px !important;
  }

  .world-panel::after{
    pointer-events: none !important;
  }

  .world-visual{
    position: relative !important;
    inset: auto !important;
    height: 250px !important;
    min-height: 250px !important;
    max-height: none !important;
    margin: 0 0 28px !important;
    overflow: visible !important;
  }

  .world-globe{
    max-width: 260px !important;
  }

  .language-board-wrap{
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .language-board{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .language-card{
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 6px 14px !important;
    align-items: start !important;
    min-height: auto !important;
    height: auto !important;
    padding: 18px !important;
    overflow: visible !important;
  }

  .language-flag{
    grid-row: 1 / span 2 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  .language-card strong{
    display: block !important;
    line-height: 1.28 !important;
    margin: 0 0 4px !important;
  }

  .language-card small{
    display: block !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  .language-board-note{
    display: block !important;
    width: 100% !important;
    margin: 22px 0 0 !important;
    line-height: 1.78 !important;
  }

  .service-list{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .service-card{
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .service-copy,
  .service-action{
    width: 100% !important;
    max-width: 100% !important;
  }

  .service-action{
    align-self: stretch !important;
    justify-self: stretch !important;
  }

  /* Who we are */
  .who-hero-copy{
    min-height: auto !important;
    display: block !important;
  }

  .who-hero-copy p:not(.section-kicker){
    line-height: 1.9 !important;
  }

  .who-portrait-wrap{
    min-height: auto !important;
    padding: 8px 0 42px !important;
  }

  .who-portrait-figure,
  .who-portrait-frame{
    width: min(100%, 340px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .values-intro .container{
    padding-top: 66px !important;
    padding-bottom: 42px !important;
  }

  .value-card{
    border-right: 0 !important;
  }

  /* Resources */
  .linkedin-page-shell{
    gap: 28px !important;
  }

  .linkedin-preview-grid,
  .linkedin-kpis{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .linkedin-feature-list{
    margin-top: 22px !important;
  }

  /* Contact */
  .contact-hero{
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
  }

  .contact-copy-panel{
    min-height: auto !important;
    display: block !important;
  }

  .contact-copy-inner{
    width: min(100% - 32px, 560px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .contact-visual-panel{
    order: -1 !important;
    min-height: 240px !important;
  }

  .contact-line,
  .contact-lead{
    margin-bottom: 24px !important;
  }

  .contact-details-grid{
    gap: 20px !important;
  }

  .contact-info-card a,
  .contact-info-card span,
  .footer-block a,
  .footer-block p{
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.7 !important;
    margin-bottom: 10px !important;
  }

  /* Policies */
  .policies-summary{
    position: static !important;
    top: auto !important;
  }

  .policy-pills{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .policies-article{
    display: grid !important;
    gap: 28px !important;
  }

  .policy-block{
    display: block !important;
    margin-top: 22px !important;
    padding-top: 22px !important;
  }

  .policy-block:first-child{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Footer */
  .site-footer{
    padding: 62px 0 112px !important;
    overflow: visible !important;
  }

  .footer-divider{
    display: none !important;
  }

  .footer-inner{
    min-height: auto !important;
    gap: 42px !important;
  }

  .footer-left{
    display: grid !important;
    gap: 34px !important;
  }

  .footer-right{
    gap: 28px !important;
  }

  .footer-block{
    min-width: 0 !important;
  }

  .footer-block h3{
    margin-bottom: 18px !important;
  }

  .footer-claim p{
    line-height: 1.06 !important;
    margin-bottom: 8px !important;
  }

  .site-chat-launcher{
    right: 14px !important;
    bottom: 78px !important;
    z-index: 1500 !important;
  }

  .scroll-top{
    right: 14px !important;
    bottom: 14px !important;
    z-index: 1500 !important;
  }
}

@media (max-width: 480px){
  .container{
    width: min(100% - 26px, 1180px) !important;
  }

  h1{
    font-size: clamp(2.45rem, 12.5vw, 3.3rem) !important;
    line-height: 1.12 !important;
    margin-bottom: 24px !important;
  }

  h2{
    font-size: clamp(2.1rem, 11vw, 2.95rem) !important;
    line-height: 1.16 !important;
    margin-bottom: 22px !important;
  }

  h3{
    font-size: clamp(1.62rem, 8.5vw, 2.18rem) !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
  }

  h4{
    font-size: clamp(1.2rem, 6.2vw, 1.55rem) !important;
  }

  p, li{
    font-size: .98rem !important;
    line-height: 1.86 !important;
  }

  .hero-logo h1{
    font-size: clamp(2.9rem, 16vw, 3.9rem) !important;
  }

  .hero-tagline{
    font-size: clamp(1.22rem, 7vw, 1.65rem) !important;
  }

  .brand-copy strong,
  .footer-brand strong{
    font-size: 1.62rem !important;
  }

  .brand-copy small,
  .footer-brand small{
    font-size: .58rem !important;
  }

  .why-box,
  .specialization-summary,
  .linkedin-callout,
  .linkedin-main-card,
  .linkedin-side-card,
  .linkedin-preview-card,
  .service-card,
  .value-card,
  .policy-section,
  .contact-info-card{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .world-panel{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .world-visual{
    height: 220px !important;
    min-height: 220px !important;
  }

  .language-card{
    grid-template-columns: 38px minmax(0,1fr) !important;
    padding: 16px !important;
  }

  .language-flag{
    width: 36px !important;
    height: 36px !important;
  }

  .who-portrait-figure,
  .who-portrait-frame{
    width: min(100%, 320px) !important;
  }
}

@media (max-width: 360px){
  .container{
    width: min(100% - 22px, 1180px) !important;
  }

  p, li{
    font-size: .95rem !important;
  }

  .lang-switcher__button{
    min-width: 52px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .world-visual{
    height: 200px !important;
    min-height: 200px !important;
  }
}



/* =========================================
   MOBILE FINAL DETAIL PASS — service CTA spacing, text rhythm, persistent chat
   Visual changes are intentionally scoped to mobile/tablet only.
========================================= */
@media (max-width: 820px){
  main p,
  main li,
  .service-copy p,
  .service-copy li,
  .policy-block p,
  .contact-info-card a,
  .contact-info-card span,
  .footer-block a,
  .footer-block p{
    line-height: 1.98 !important;
    margin-bottom: 24px !important;
  }

  main p + p,
  .service-copy p + p,
  .service-copy ul + p,
  .policy-block p + p,
  .linkedin-main-card p + p{
    margin-top: 18px !important;
  }

  .service-card{
    gap: 34px !important;
  }

  .service-copy{
    display: block !important;
  }

  .service-copy ul{
    margin-top: 20px !important;
    margin-bottom: 28px !important;
  }

  .service-copy li{
    margin-bottom: 16px !important;
  }

  .service-action{
    margin-top: 30px !important;
    padding-top: 28px !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
    width: 100% !important;
    display: block !important;
  }

  .service-button{
    display: flex !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 16px 18px !important;
    line-height: 1.42 !important;
  }

  .site-chat-launcher{
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: 14px !important;
    bottom: 78px !important;
    z-index: 2500 !important;
  }
}

@media (max-width: 480px){
  main p,
  main li,
  .service-copy p,
  .service-copy li{
    line-height: 2 !important;
    margin-bottom: 25px !important;
  }

  .service-card{
    gap: 38px !important;
  }

  .service-action{
    margin-top: 34px !important;
    padding-top: 30px !important;
  }
}
