:root{
  --green-1000:#071e19;
  --green-950:#092820;
  --green-900:#0c3128;
  --green-850:#123c31;
  --cream:#f5f0e5;
  --paper:#fbf8f0;
  --ink:#12382f;
  --muted:#4d5954;
  --gold:#bd9749;
  --gold-light:#d1b16a;
  --sans:"Manrope",Arial,sans-serif;
  --display:"DM Serif Display",Georgia,"Times New Roman",serif;
  --header-h:clamp(67px,6.45vw,90px);
  --hero-h:clamp(444px,42.9vw,600px);
  --strip-h:clamp(65px,6.3vw,88px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--cream)}
body{margin:0;min-width:320px;color:var(--ink);background:var(--cream);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img,svg{display:block}
.skip-link{position:fixed;z-index:9999;top:10px;left:10px;padding:10px 13px;background:#fff;transform:translateY(-160%)}
.skip-link:focus{transform:none}

.site-header{position:relative;z-index:100;height:var(--header-h);color:#fff;background:linear-gradient(90deg,#0a2b23 0%,#0b3027 48%,#09271f 100%);border-bottom:1px solid rgba(208,176,107,.16)}
.site-header.stuck{position:sticky;top:0;box-shadow:0 12px 30px rgba(3,18,14,.20)}
.header-inner{height:100%;padding:0 6.9vw;display:grid;grid-template-columns:minmax(215px,1fr) auto minmax(210px,1fr);align-items:center;gap:2.4vw}
.brand{justify-self:start;display:flex;align-items:center;gap:.9vw;color:#fff}
.brand-symbol{width:clamp(50px,5vw,68px);height:clamp(50px,5vw,68px);flex:0 0 auto}
.brand-symbol svg{width:100%;height:100%}
.brand-text{display:grid;line-height:.82}
.brand-text strong,.brand-text b{font-size:clamp(17px,1.62vw,22px);letter-spacing:.01em}
.brand-text small{margin-top:.55vw;color:var(--gold-light);font-family:var(--display);font-size:clamp(8px,.82vw,11px);font-style:italic;letter-spacing:.01em}
.desktop-nav{display:flex;align-items:center;gap:clamp(24px,2.95vw,40px);font-size:clamp(10px,1vw,13px);font-weight:500;white-space:nowrap}
.desktop-nav a{padding:12px 0;color:rgba(255,255,255,.86);transition:.18s ease}
.desktop-nav a:hover,.desktop-nav a.active{color:#fff}
.header-cta{justify-self:end;width:clamp(160px,15.5vw,212px);min-height:clamp(38px,3.65vw,50px);display:grid;place-items:center;border:1px solid rgba(203,168,89,.72);border-radius:2px;color:#f8f3e7;font-size:clamp(10px,.95vw,13px);font-weight:600;text-align:center;transition:.18s ease}
.header-cta:hover{color:var(--green-950);background:var(--gold-light)}
.menu-toggle,.mobile-nav{display:none}

.hero{position:relative;height:var(--hero-h);overflow:hidden;isolation:isolate;background:#0b3027}
.hero-background{position:absolute;z-index:-5;inset:0;background:
  radial-gradient(circle at 9% 4%,rgba(255,255,255,.74) 0,rgba(255,255,255,.18) 33%,transparent 58%),
  linear-gradient(90deg,#fbf8f0 0%,#f6f1e7 43%,#f3ede1 47%,rgba(237,230,216,.97) 50%,rgba(224,221,204,.64) 54%,rgba(70,104,84,.50) 58%,#174336 63%,#0d342a 74%,#092b24 100%)}
.hero-background:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 47%,rgba(255,255,255,.18) 50%,transparent 58%);mix-blend-mode:screen;opacity:.55}
.right-grid{position:absolute;z-index:-4;top:0;right:0;width:50%;height:100%;opacity:.32;background-image:
  linear-gradient(rgba(202,175,111,.12) 1px,transparent 1px),
  linear-gradient(90deg,rgba(202,175,111,.12) 1px,transparent 1px),
  linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:4.8vw 4.8vw,4.8vw 4.8vw,1.2vw 1.2vw,1.2vw 1.2vw}
.blueprint{position:absolute;z-index:-3;inset:0;width:100%;height:100%;color:rgba(215,189,126,.14)}

.hero-copy{position:absolute;z-index:8;left:7%;top:12.6%;width:43%;max-width:620px}
.eyebrow{margin:0 0 1.15vw;color:#78694c;font-size:clamp(9px,.88vw,12px);font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.hero h1{margin:0;color:#12382f;font-family:var(--display);font-size:clamp(42px,4.05vw,57px);font-weight:400;line-height:.98;letter-spacing:-.025em}
.hero h1 span{color:var(--gold)}
.heading-rule{display:block;width:clamp(52px,5vw,68px);height:2px;margin:clamp(16px,1.65vw,23px) 0 clamp(18px,1.7vw,24px);background:var(--gold);box-shadow:clamp(20px,2vw,28px) 0 0 -1px rgba(189,151,73,.43)}
.hero-description{max-width:clamp(340px,34vw,465px);margin:0;color:#46534e;font-size:clamp(11px,1.18vw,16px);line-height:1.66}
.hero-actions{display:flex;align-items:center;gap:clamp(12px,1.25vw,17px);margin-top:clamp(24px,2.55vw,35px)}
.button{height:clamp(44px,4.35vw,59px);display:inline-flex;align-items:center;justify-content:center;gap:clamp(8px,.85vw,12px);padding:0 clamp(16px,1.7vw,24px);border:1px solid transparent;border-radius:2px;font-size:clamp(10px,.98vw,13px);font-weight:600;white-space:nowrap;transition:.18s ease}
.button:hover{transform:translateY(-2px)}
.button svg{width:clamp(17px,1.65vw,23px);height:clamp(17px,1.65vw,23px);color:var(--gold-light)}
.primary-button{width:clamp(235px,22.7vw,310px);color:#fff;background:#0d382f;border-color:#0b332a;box-shadow:0 10px 24px rgba(7,37,30,.17)}
.secondary-button{width:clamp(147px,14.4vw,196px);color:#173a32;background:rgba(255,255,255,.30);border-color:rgba(80,76,64,.30)}
.secondary-button>span{color:var(--gold);font-size:clamp(14px,1.4vw,19px)}

.portrait-rings{position:absolute;z-index:1;left:49.05%;top:4.2%;width:26.2%;height:94.5%;pointer-events:none}
.portrait-rings span{position:absolute;border-radius:50%;border:clamp(1.5px,.16vw,2.2px) solid rgba(202,165,77,.88)}
.ring-one{inset:0}
.ring-two{inset:2.2% -3.4% -1.5% 3.6%;border-color:rgba(202,165,77,.38)!important}
.ring-dot{position:absolute;width:clamp(6px,.62vw,8.5px);height:clamp(6px,.62vw,8.5px);border:1px solid rgba(220,191,119,.94);border-radius:50%;background:#12382f;box-shadow:0 0 0 3px rgba(202,165,77,.08)}
.ring-dot-one{right:-3.8%;top:16%}
.ring-dot-two{left:0;bottom:12%}
.hero-person{position:absolute;z-index:4;left:49%;bottom:-1.6%;height:102.8%;width:auto;max-width:none;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(1,15,12,.23));transform:scaleX(1.045);transform-origin:center bottom}

.service-stack{position:absolute;z-index:10;top:12.7%;left:77%;width:15.4%;display:grid;gap:1vw}
.service-card{height:7.25vw;min-height:74px;max-height:101px;display:grid;grid-template-columns:3.6vw 1fr;align-items:center;gap:.9vw;padding:.85vw .9vw;color:#17372f;background:rgba(250,248,241,.985);border:1px solid rgba(215,199,163,.92);border-radius:4px;box-shadow:0 .75vw 1.6vw rgba(2,18,14,.15);transition:.18s ease}
.service-card img{width:clamp(30px,3vw,41px);height:clamp(30px,3vw,41px);object-fit:contain}
.service-card h2{margin:0 0 .2vw;font-size:clamp(11px,1.08vw,15px);font-weight:700;line-height:1.06}
.service-card p{margin:0;color:#626965;font-size:clamp(7px,.73vw,10px);line-height:1.25}
.card-two{transform:translateX(2.35vw)}
.card-three{transform:translateX(1.25vw)}
.card-four{transform:translateX(.45vw)}
.service-card:hover{transform:translateY(-2px)}
.card-two:hover{transform:translateX(2.35vw) translateY(-2px)}
.card-three:hover{transform:translateX(1.25vw) translateY(-2px)}
.card-four:hover{transform:translateX(.45vw) translateY(-2px)}

.credibility-strip{height:var(--strip-h);color:#fff;background:linear-gradient(90deg,#0a2d25,#10382f 48%,#092a23);border-top:1px solid rgba(204,169,86,.34);border-bottom:1px solid rgba(204,169,86,.20)}
.credibility-inner{height:100%;padding:0 6.8vw;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center}
.credibility-inner article{position:relative;height:72%;display:flex;align-items:center;justify-content:center;gap:1vw;padding:.35vw 1.35vw}
.credibility-inner article:not(:last-child):after{content:"";position:absolute;right:0;top:12%;width:1px;height:76%;background:linear-gradient(transparent,rgba(214,184,111,.58),transparent)}
.credibility-inner img{width:clamp(34px,3.45vw,47px);height:clamp(34px,3.45vw,47px);flex:0 0 auto;object-fit:contain}
.credibility-inner span{font-family:var(--display);font-size:clamp(12px,1.25vw,17px);font-weight:600;line-height:1.12}
.continuation{min-height:220px;background:#f7f2e8}
.anchor{display:block;height:0;overflow:hidden}
:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}

@media (min-width:1450px){
  .header-inner{padding-inline:100px}
  .hero-copy{left:100px}
  .credibility-inner{padding-inline:95px}
  .service-stack{gap:14px}
  .service-card{grid-template-columns:42px 1fr;padding:12px 13px;gap:12px}
}

@media(max-width:1024px){
  :root{--header-h:70px;--hero-h:auto;--strip-h:auto}
  .header-inner{padding:0 28px;grid-template-columns:1fr auto;gap:20px}
  .desktop-nav,.header-cta{display:none}
  .menu-toggle{display:grid;place-content:center;gap:5px;width:42px;height:42px;padding:0;color:#fff;background:transparent;border:1px solid rgba(205,173,99,.55);border-radius:3px}
  .menu-toggle span{width:20px;height:1.5px;background:currentColor;transition:.18s ease}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
  .mobile-nav{position:fixed;z-index:200;top:var(--header-h);right:0;bottom:0;left:0;display:grid;align-content:start;padding:20px 26px 34px;color:#fff;background:rgba(7,30,25,.99);overflow:auto}
  .mobile-nav[hidden]{display:none}
  .mobile-nav a{padding:16px 2px;border-bottom:1px solid rgba(255,255,255,.09);font-size:14px;font-weight:600}
  .mobile-nav .mobile-cta{margin-top:22px;padding:14px;color:var(--green-950);background:var(--gold-light);border:0;text-align:center}
  .hero{min-height:980px;background:#0b3027}
  .hero-background{background:linear-gradient(180deg,#fbf8f0 0 44%,#eee8dc 49%,#174336 58%,#0a2d25 100%)}
  .right-grid{top:48%;width:100%;height:52%}
  .blueprint{top:48%;height:52%}
  .hero-copy{left:7%;top:5%;width:86%;max-width:700px}
  .hero h1{font-size:clamp(47px,7vw,64px)}
  .hero-description{max-width:620px;font-size:14px}
  .hero-actions{margin-top:28px}
  .portrait-rings{left:9%;top:48%;width:47%;height:47%}
  .hero-person{left:9%;bottom:0;height:53%;transform:scaleX(1.03)}
  .service-stack{top:57%;left:auto;right:5%;width:32%;gap:12px}
  .service-card{height:84px;grid-template-columns:38px 1fr;gap:10px;padding:10px 12px}
  .service-card h2{font-size:12px}.service-card p{font-size:8px}
  .card-two,.card-three,.card-four{transform:none}
  .service-card:hover,.card-two:hover,.card-three:hover,.card-four:hover{transform:translateY(-2px)}
  .credibility-inner{height:auto;grid-template-columns:repeat(2,1fr);padding:8px 18px}
  .credibility-inner article{height:68px;justify-content:flex-start;padding:8px 20px;border-bottom:1px solid rgba(214,184,111,.16)}
  .credibility-inner article:nth-child(odd){border-right:1px solid rgba(214,184,111,.16)}
  .credibility-inner article:after{display:none}
  .credibility-inner article:last-child{grid-column:1/-1;justify-content:center;border:0}
}

@media(max-width:620px){
  .header-inner{padding-inline:16px}
  .brand{gap:9px}.brand-symbol{width:44px;height:44px}.brand-text strong,.brand-text b{font-size:15px}.brand-text small{font-size:8px;margin-top:5px}
  .hero{min-height:1040px}
  .hero-copy{left:20px;top:34px;width:calc(100% - 40px)}
  .eyebrow{margin-bottom:12px;font-size:9px}
  .hero h1{font-size:clamp(39px,12vw,51px);line-height:.98}
  .heading-rule{margin:18px 0}
  .hero-description{font-size:11.5px;line-height:1.65}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}
  .button,.primary-button,.secondary-button{width:100%;height:48px}
  .portrait-rings{left:50%;top:49%;width:78%;height:39%;transform:translateX(-50%)}
  .hero-person{left:50%;top:50%;bottom:auto;height:48%;transform:translateX(-50%) scaleX(1.02)}
  .service-stack{right:14px;bottom:16px;left:14px;top:auto;width:auto;grid-template-columns:repeat(2,1fr);gap:8px}
  .service-card{height:84px;grid-template-columns:35px 1fr;padding:9px 10px}
  .service-card img{width:31px;height:31px}.service-card h2{font-size:11px}.service-card p{font-size:7px}
  .credibility-inner{display:block;padding:6px 18px}
  .credibility-inner article,.credibility-inner article:nth-child(odd){height:61px;border-right:0}
  .credibility-inner article:last-child{justify-content:flex-start}
  .credibility-inner img{width:34px;height:34px}
  .credibility-inner span{font-size:13px}
}

@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}

/* About KESH Consultant */
.about-section{
  position:relative;
  min-height:clamp(410px,37.6vw,535px);
  overflow:hidden;
  color:var(--ink);
  background:
    radial-gradient(circle at 86% 23%,rgba(255,255,255,.76),transparent 34%),
    linear-gradient(90deg,#f7f2e8 0%,#f8f4eb 58%,#f5efe4 100%);
  border-bottom:1px solid rgba(173,146,88,.16);
}
.about-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background-image:
    linear-gradient(90deg,transparent 0 49.8%,rgba(185,151,76,.12) 50%,transparent 50.2%),
    radial-gradient(circle at 76% 58%,rgba(190,153,74,.12) 0 1px,transparent 1.5px);
  background-size:auto,18px 18px;
}
.about-inner{
  position:relative;
  z-index:2;
  width:min(100%,1440px);
  min-height:inherit;
  margin:0 auto;
  padding:clamp(45px,4.5vw,64px) 7% clamp(40px,4vw,58px);
  display:grid;
  grid-template-columns:40.5% 59.5%;
  align-items:center;
}
.about-copy{
  align-self:center;
  max-width:470px;
  padding-right:clamp(24px,3vw,46px);
}
.section-eyebrow{
  margin:0 0 clamp(11px,1vw,15px);
  color:#78694c;
  font-size:clamp(8px,.74vw,10px);
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.about-copy h2{
  margin:0;
  color:#16392f;
  font-family:var(--display);
  font-size:clamp(29px,2.7vw,39px);
  font-weight:400;
  line-height:1.04;
  letter-spacing:-.015em;
}
.section-rule{
  display:block;
  width:clamp(48px,4.7vw,68px);
  height:1.5px;
  margin:clamp(16px,1.5vw,22px) 0 clamp(18px,1.65vw,24px);
  background:var(--gold);
}
.about-copy p{
  max-width:430px;
  margin:0 0 clamp(13px,1.25vw,18px);
  color:#4b5752;
  font-size:clamp(10px,.93vw,13px);
  line-height:1.65;
}
.about-button{
  width:max-content;
  min-height:clamp(34px,3.2vw,44px);
  margin-top:clamp(4px,.45vw,7px);
  padding:0 clamp(14px,1.35vw,19px);
  display:inline-flex;
  align-items:center;
  gap:clamp(8px,.8vw,11px);
  color:#fff;
  background:#0c382f;
  border:1px solid #0a3129;
  border-radius:2px;
  box-shadow:0 8px 18px rgba(7,42,34,.12);
  font-size:clamp(8px,.78vw,11px);
  font-weight:600;
  transition:transform .18s ease,background .18s ease;
}
.about-button span{color:var(--gold-light);font-size:1.25em}
.about-button:hover{transform:translateY(-2px);background:#11463a}

.operations-model{
  position:relative;
  justify-self:end;
  width:min(100%,660px);
  aspect-ratio:620/430;
  margin-right:clamp(-14px,-1vw,-2px);
}
.model-connectors{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
  fill:none;
  stroke:rgba(185,151,73,.55);
  stroke-width:1;
  stroke-dasharray:2.5 5.5;
}
.model-connectors line{stroke-dasharray:3 5}
.model-connectors circle{fill:#f8f3e9;stroke:rgba(185,151,73,.75);stroke-dasharray:none}
.model-node{
  position:absolute;
  width:clamp(112px,10.2vw,147px);
  aspect-ratio:1;
  display:grid;
  place-content:center;
  text-align:center;
  border:1px solid rgba(190,160,97,.33);
  border-radius:50%;
  background:rgba(250,247,239,.56);
  box-shadow:0 5px 22px rgba(90,73,36,.025);
}
.model-node:before{
  content:"";
  position:absolute;
  inset:7px;
  border:1px dotted rgba(190,160,97,.19);
  border-radius:50%;
}
.model-node h3{
  position:relative;
  margin:0 0 clamp(5px,.5vw,7px);
  color:#2a463e;
  font-size:clamp(8px,.72vw,10px);
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.model-node p{
  position:relative;
  margin:0;
  color:#59635e;
  font-size:clamp(7px,.62vw,9px);
  line-height:1.42;
}
.node-systems{left:50%;top:0;transform:translateX(-50%)}
.node-standards{left:3.3%;top:50%;transform:translateY(-50%)}
.node-people{right:3.3%;top:50%;transform:translateY(-50%)}
.node-performance{left:50%;bottom:0;transform:translateX(-50%)}
.model-core{
  position:absolute;
  left:50%;
  top:50%;
  width:clamp(103px,9.5vw,137px);
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  color:#0d3a31;
  border-radius:50%;
  background:#f8f4ea;
  box-shadow:0 10px 28px rgba(9,48,39,.12);
}
.model-core:before{
  content:"";
  position:absolute;
  inset:12.5%;
  border:clamp(2px,.2vw,3px) solid #123e34;
  border-radius:50%;
}
.model-core:after{
  content:"";
  position:absolute;
  inset:4.5%;
  border:1px solid rgba(188,151,72,.62);
  border-radius:50%;
}
.model-core svg{position:relative;z-index:3;width:50%;height:50%}
.core-ring{position:absolute;border-radius:50%;pointer-events:none}
.core-ring-outer{inset:-8%;border:1px dotted rgba(187,151,74,.52)}
.core-ring-inner{inset:18%;border:1px solid rgba(190,153,73,.28)}

@media(max-width:1024px){
  .about-section{min-height:auto}
  .about-inner{grid-template-columns:1fr 1.2fr;padding:56px 6%}
  .operations-model{width:100%;max-width:600px}
  .model-node{width:120px}
  .model-core{width:112px}
}

@media(max-width:760px){
  .about-inner{grid-template-columns:1fr;gap:42px;padding:48px 24px 54px}
  .about-copy{max-width:620px;padding-right:0}
  .about-copy h2{font-size:clamp(32px,8.5vw,43px)}
  .about-copy p{max-width:590px;font-size:12px}
  .operations-model{justify-self:center;max-width:600px;margin:0}
  .model-node{width:clamp(94px,24vw,125px)}
  .model-node h3{font-size:8px}
  .model-node p{font-size:7px}
  .model-core{width:clamp(88px,22vw,116px)}
}

@media(max-width:480px){
  .about-inner{gap:34px;padding-inline:18px}
  .operations-model{width:112%;margin-left:-6%;aspect-ratio:620/470}
  .node-standards{left:1%}
  .node-people{right:1%}
  .model-connectors{transform:scaleY(1.08);transform-origin:center}
}


/* Services overview section */
.services-overview{
  position:relative;
  color:var(--ink);
  background:linear-gradient(180deg,#f8f4ec 0%,#fbf8f2 100%);
  border-top:1px solid rgba(173,146,88,.14);
  border-bottom:1px solid rgba(173,146,88,.14);
}
.services-overview:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 10%,rgba(201,171,104,.08),transparent 22%),
    radial-gradient(circle at 82% 88%,rgba(201,171,104,.07),transparent 24%);
}
.services-overview-inner{
  position:relative;
  z-index:1;
  width:min(100%,1440px);
  margin:0 auto;
  padding:clamp(44px,4.8vw,68px) 6.8vw clamp(54px,5vw,74px);
}
.services-eyebrow{
  margin-bottom:clamp(9px,1vw,12px);
  text-align:center;
}
.services-heading{
  margin:0;
  color:#16392f;
  font-family:var(--display);
  font-size:clamp(28px,2.55vw,38px);
  font-weight:400;
  line-height:1.08;
  text-align:center;
  letter-spacing:-.02em;
}
.services-grid{
  margin-top:clamp(28px,2.8vw,40px);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(16px,1.45vw,22px);
}
.service-panel{
  min-height:clamp(260px,22vw,315px);
  padding:clamp(22px,2vw,28px) clamp(20px,1.75vw,24px) clamp(18px,1.65vw,22px);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  background:#fffdfa;
  border:1px solid rgba(188,166,120,.34);
  border-radius:4px;
  box-shadow:0 10px 30px rgba(26,34,31,.05);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-panel:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 36px rgba(26,34,31,.08);
  border-color:rgba(188,166,120,.52);
}
.service-panel-icon{
  width:clamp(70px,5.4vw,82px);
  height:clamp(70px,5.4vw,82px);
  display:grid;
  place-items:center;
  margin-bottom:clamp(16px,1.5vw,20px);
  border-radius:50%;
  background:radial-gradient(circle at 30% 25%,#18493d 0%,#123c32 55%,#0c3129 100%);
  box-shadow:inset 0 0 0 1px rgba(214,184,111,.32),0 10px 18px rgba(7,42,34,.1);
}
.service-panel-icon img{
  width:clamp(36px,2.8vw,44px);
  height:clamp(36px,2.8vw,44px);
  object-fit:contain;
  display:block;
}
.service-panel h3{
  margin:0 0 clamp(11px,1vw,14px);
  color:#1b2b28;
  font-family:var(--display);
  font-size:clamp(18px,1.34vw,20px);
  font-weight:600;
  line-height:1.18;
}
.service-panel p{
  flex:1 1 auto;
  width:100%;
  max-width:255px;
  margin:0 0 clamp(18px,1.6vw,22px);
  color:#55625d;
  font-size:clamp(13px,.98vw,14px);
  line-height:1.62;
}
.service-panel a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#1d332d;
  font-size:clamp(12px,.92vw,13px);
  font-weight:700;
}
.service-panel a span{
  color:var(--gold);
  font-size:1.08em;
}
.service-panel a:hover{color:#0b3027}

@media (max-width:1024px){
  .services-overview-inner{padding:42px 28px 52px}
  .services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .service-panel{min-height:280px;padding:22px 18px 18px}
}

@media (max-width:620px){
  .services-overview-inner{padding:36px 16px 42px}
  .services-heading{font-size:clamp(25px,8vw,32px)}
  .services-grid{grid-template-columns:1fr;gap:14px;margin-top:24px}
  .service-panel{min-height:auto;padding:22px 18px 20px}
  .service-panel-icon{width:72px;height:72px;margin-bottom:15px}
  .service-panel-icon img{width:39px;height:39px}
  .service-panel h3{font-size:19px}
  .service-panel p{font-size:13px;max-width:none}
}

/* Common challenges and KESH impact */
.impact-section{
  position:relative;
  min-height:clamp(270px,21vw,320px);
  display:grid;
  grid-template-columns:1fr 1fr;
  overflow:hidden;
  isolation:isolate;
  border-top:1px solid rgba(182,151,84,.24);
  border-bottom:1px solid rgba(182,151,84,.18);
}
.impact-panel{
  position:relative;
  min-width:0;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.challenges-panel{
  justify-content:flex-end;
  color:#fff;
  background:
    radial-gradient(circle at 23% 30%,rgba(57,105,91,.33),transparent 35%),
    linear-gradient(135deg,#092e26 0%,#0e392f 54%,#082820 100%);
}
.results-panel{
  justify-content:flex-start;
  color:#15362e;
  background:
    radial-gradient(circle at 80% 22%,rgba(255,255,255,.82),transparent 38%),
    linear-gradient(135deg,#fbf8f0 0%,#f7f0e4 100%);
}
.impact-decoration{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
}
.challenges-decoration{
  color:rgba(201,174,108,.115);
  opacity:.9;
  transform:scale(1.06);
}
.results-decoration{
  color:rgba(184,146,67,.15);
  opacity:.85;
}
.impact-content{
  position:relative;
  z-index:2;
  width:min(100%,720px);
  padding-top:clamp(31px,2.8vw,42px);
  padding-bottom:clamp(31px,2.8vw,42px);
}
.challenges-content{
  padding-left:clamp(34px,6.9vw,100px);
  padding-right:clamp(42px,5vw,72px);
}
.results-content{
  padding-left:clamp(54px,5.6vw,82px);
  padding-right:clamp(34px,6.9vw,100px);
}
.impact-kicker{
  margin:0 0 7px;
  font-size:clamp(8px,.63vw,9px);
  font-weight:700;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.challenges-content .impact-kicker{color:rgba(232,214,169,.68)}
.results-content .impact-kicker{color:#8a7650}
.impact-content h2{
  margin:0 0 clamp(17px,1.45vw,22px);
  font-family:var(--display);
  font-size:clamp(25px,2.1vw,32px);
  font-weight:400;
  line-height:1.05;
  letter-spacing:-.015em;
}
.challenges-content h2{color:#f8f2e7}
.results-content h2{color:#173a31}
.impact-list{
  margin:0;
  padding:0;
  display:grid;
  gap:clamp(8px,.72vw,11px);
  list-style:none;
}
.impact-list li{
  position:relative;
  padding-left:clamp(26px,2vw,30px);
  font-size:clamp(11px,.9vw,13px);
  line-height:1.35;
}
.impact-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:clamp(15px,1.23vw,18px);
  height:clamp(15px,1.23vw,18px);
  transform:translateY(-50%);
  border-radius:50%;
}
.impact-list li:after{
  content:"";
  position:absolute;
  left:clamp(5px,.42vw,6px);
  top:calc(50% - 1px);
  width:clamp(5px,.48vw,7px);
  height:clamp(3px,.31vw,4px);
  transform:translateY(-50%) rotate(-45deg);
  border-left:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
}
.challenges-list{color:#f1ece2}
.challenges-list li:before{
  background:rgba(202,165,76,.18);
  border:1px solid rgba(218,184,105,.78);
  box-shadow:inset 0 0 0 3px rgba(10,47,39,.85);
}
.challenges-list li:after{color:#d9b968}
.results-list{color:#3e504a}
.results-list li:before{
  background:#143f35;
  border:1px solid rgba(16,57,47,.8);
  box-shadow:0 3px 8px rgba(8,43,35,.12);
}
.results-list li:after{color:#f3e9cf}
.impact-transition{
  position:absolute;
  z-index:5;
  left:50%;
  top:50%;
  width:clamp(47px,4vw,58px);
  height:clamp(47px,4vw,58px);
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  color:#fff;
  background:#123d33;
  border:clamp(5px,.45vw,7px) solid #f9f5eb;
  border-radius:50%;
  box-shadow:0 8px 22px rgba(5,33,27,.22),0 0 0 1px rgba(182,151,84,.3);
  transition:transform .18s ease,background .18s ease;
}
.impact-transition:before{
  content:"";
  position:absolute;
  inset:6px;
  border:1px solid rgba(219,187,110,.55);
  border-radius:50%;
}
.impact-transition span{
  position:relative;
  z-index:2;
  color:#f2dfaa;
  font-size:clamp(20px,1.7vw,25px);
  line-height:1;
  transform:translateX(1px);
}
.impact-transition:hover{
  transform:translate(-50%,-50%) scale(1.07);
  background:#174b3e;
}

@media(max-width:900px){
  .impact-section{
    min-height:0;
    grid-template-columns:1fr;
  }
  .impact-panel{
    min-height:300px;
    justify-content:center;
  }
  .impact-content{
    width:100%;
    max-width:720px;
    padding:45px 54px;
  }
  .impact-transition{
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) rotate(90deg);
  }
  .impact-transition:hover{
    transform:translate(-50%,-50%) rotate(90deg) scale(1.07);
  }
}

@media(max-width:560px){
  .impact-panel{min-height:auto}
  .impact-content{
    padding:38px 22px 42px;
  }
  .impact-content h2{
    font-size:28px;
    margin-bottom:19px;
  }
  .impact-list{gap:10px}
  .impact-list li{
    padding-left:27px;
    font-size:12px;
  }
  .impact-transition{
    width:48px;
    height:48px;
    border-width:5px;
  }
}

/* Proven four-step approach */
.approach-section{
  position:relative;
  overflow:hidden;
  color:#17372f;
  background:
    linear-gradient(rgba(255,255,255,.52),rgba(255,255,255,.52)),
    linear-gradient(180deg,#f8f3e9 0%,#fffdf8 52%,#f7f0e4 100%);
  border-bottom:1px solid rgba(178,148,82,.18);
  isolation:isolate;
}
.approach-section:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.42;
  background-image:
    radial-gradient(circle at 50% 50%,rgba(181,147,72,.11) 0 1px,transparent 1.4px),
    linear-gradient(90deg,transparent 49.8%,rgba(181,147,72,.08) 50%,transparent 50.2%);
  background-size:22px 22px,100% 100%;
}
.approach-decor{
  position:absolute;
  z-index:-1;
  width:clamp(280px,28vw,430px);
  aspect-ratio:1;
  border:1px solid rgba(185,151,75,.11);
  border-radius:50%;
  pointer-events:none;
}
.approach-decor:before,.approach-decor:after{
  content:"";
  position:absolute;
  border:1px solid rgba(185,151,75,.09);
  border-radius:50%;
}
.approach-decor:before{inset:12%}
.approach-decor:after{inset:25%}
.approach-decor-left{left:-13%;top:-38%}
.approach-decor-right{right:-14%;bottom:-49%}
.approach-inner{
  width:min(100%,1440px);
  margin:0 auto;
  padding:clamp(54px,5.5vw,80px) 6.8vw clamp(50px,5.1vw,74px);
}
.approach-header{
  max-width:720px;
  margin:0 auto;
  text-align:center;
}
.approach-eyebrow{margin-bottom:clamp(9px,.8vw,12px)}
.approach-header h2{
  margin:0;
  color:#15392f;
  font-family:var(--display);
  font-size:clamp(31px,2.75vw,41px);
  font-weight:400;
  line-height:1.06;
  letter-spacing:-.02em;
}
.approach-header > p:last-child{
  max-width:620px;
  margin:clamp(13px,1.2vw,18px) auto 0;
  color:#596660;
  font-size:clamp(12px,.98vw,14px);
  line-height:1.65;
}
.approach-process{
  position:relative;
  margin-top:clamp(40px,4vw,58px);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(18px,2vw,30px);
}
.approach-rail{
  position:absolute;
  z-index:0;
  left:9.5%;
  right:9.5%;
  top:clamp(72px,6vw,88px);
  height:1px;
  background:repeating-linear-gradient(90deg,rgba(182,146,67,.65) 0 5px,transparent 5px 12px);
}
.approach-step{
  position:relative;
  z-index:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.step-number{
  position:absolute;
  z-index:3;
  top:-11px;
  left:50%;
  width:clamp(34px,2.8vw,41px);
  height:clamp(34px,2.8vw,41px);
  transform:translateX(-50%);
  display:grid;
  place-items:center;
  color:#f4e8c5;
  background:#103b31;
  border:4px solid #faf6ed;
  border-radius:50%;
  box-shadow:0 5px 15px rgba(10,49,40,.16),0 0 0 1px rgba(185,151,75,.24);
  font-size:clamp(9px,.73vw,11px);
  font-weight:700;
  letter-spacing:.05em;
}
.step-icon{
  position:relative;
  width:clamp(116px,9.2vw,138px);
  aspect-ratio:1;
  display:grid;
  place-items:center;
  margin-top:7px;
  color:#173e34;
  background:rgba(255,253,248,.94);
  border:1px solid rgba(185,151,75,.38);
  border-radius:50%;
  box-shadow:0 14px 32px rgba(41,54,49,.07),inset 0 0 0 9px rgba(245,238,222,.64);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.step-icon:before{
  content:"";
  position:absolute;
  inset:-8px;
  border:1px dashed rgba(185,151,75,.34);
  border-radius:50%;
}
.step-icon:after{
  content:"";
  position:absolute;
  right:9%;
  bottom:10%;
  width:clamp(11px,.9vw,14px);
  aspect-ratio:1;
  background:#c2a35d;
  border:3px solid #fffaf0;
  border-radius:50%;
  box-shadow:0 3px 8px rgba(80,61,20,.15);
}
.step-icon svg{
  width:clamp(48px,4vw,60px);
  height:clamp(48px,4vw,60px);
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.approach-step:hover .step-icon{
  transform:translateY(-5px);
  border-color:rgba(185,151,75,.65);
  box-shadow:0 20px 38px rgba(41,54,49,.11),inset 0 0 0 9px rgba(245,238,222,.76);
}
.step-copy{
  width:100%;
  max-width:255px;
  margin-top:clamp(24px,2vw,29px);
}
.step-label{
  display:block;
  margin-bottom:5px;
  color:#9b7c37;
  font-size:clamp(8px,.66vw,10px);
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.step-copy h3{
  margin:0 0 clamp(9px,.85vw,12px);
  color:#1b3b33;
  font-family:var(--display);
  font-size:clamp(21px,1.55vw,24px);
  font-weight:600;
  line-height:1.1;
}
.step-copy p{
  margin:0;
  color:#56635e;
  font-size:clamp(11px,.87vw,13px);
  line-height:1.58;
}
.approach-footer{
  width:max-content;
  max-width:100%;
  margin:clamp(38px,3.7vw,54px) auto 0;
  padding:clamp(11px,.95vw,14px) clamp(18px,2vw,30px);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:clamp(9px,1vw,15px);
  color:#315047;
  background:rgba(255,253,248,.75);
  border:1px solid rgba(185,151,75,.24);
  border-radius:999px;
  box-shadow:0 9px 24px rgba(42,55,50,.045);
  font-size:clamp(9px,.76vw,11px);
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.approach-footer i{
  width:4px;
  height:4px;
  background:#b99547;
  border-radius:50%;
}

@media(max-width:980px){
  .approach-inner{padding:52px 28px 58px}
  .approach-process{grid-template-columns:repeat(2,minmax(0,1fr));gap:46px 30px}
  .approach-rail{display:none}
  .approach-step:after{
    content:"";
    position:absolute;
    top:73px;
    right:-24px;
    width:18px;
    height:1px;
    background:repeating-linear-gradient(90deg,rgba(182,146,67,.6) 0 4px,transparent 4px 8px);
  }
  .approach-step:nth-child(3):after,.approach-step:nth-child(5):after{display:none}
}

@media(max-width:620px){
  .approach-inner{padding:42px 18px 48px}
  .approach-header h2{font-size:clamp(29px,9vw,36px)}
  .approach-process{
    margin-top:34px;
    grid-template-columns:1fr;
    gap:18px;
  }
  .approach-step{
    min-height:142px;
    padding:18px 16px 18px 132px;
    display:block;
    text-align:left;
    background:rgba(255,253,248,.74);
    border:1px solid rgba(185,151,75,.22);
    border-radius:7px;
    box-shadow:0 10px 26px rgba(43,55,51,.045);
  }
  .approach-step:after{display:none}
  .step-number{
    top:11px;
    left:104px;
    transform:none;
    width:32px;
    height:32px;
    border-width:3px;
  }
  .step-icon{
    position:absolute;
    left:20px;
    top:27px;
    width:92px;
    margin:0;
    box-shadow:0 10px 24px rgba(41,54,49,.07),inset 0 0 0 7px rgba(245,238,222,.64);
  }
  .step-icon:before{inset:-5px}
  .step-icon svg{width:43px;height:43px}
  .step-copy{max-width:none;margin:4px 0 0}
  .step-copy h3{font-size:21px}
  .step-copy p{font-size:12px}
  .approach-footer{
    width:100%;
    border-radius:7px;
    gap:8px 10px;
    line-height:1.45;
  }
}

@media(max-width:390px){
  .approach-step{padding-left:116px}
  .step-icon{left:15px;width:84px}
  .step-number{left:90px}
}

.approach-section{scroll-margin-top:var(--header-h)}

/* Industries served */
.industries-section{
  position:relative;
  overflow:hidden;
  scroll-margin-top:var(--header-h);
  color:#173a31;
  background:
    radial-gradient(circle at 12% 4%,rgba(197,164,91,.11),transparent 24%),
    radial-gradient(circle at 92% 86%,rgba(15,56,47,.07),transparent 25%),
    linear-gradient(180deg,#f8f3e9 0%,#fbf8f1 50%,#f6f0e5 100%);
  border-top:1px solid rgba(181,149,78,.16);
  border-bottom:1px solid rgba(181,149,78,.2);
}
.industries-backdrop{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.42;
}
.industries-backdrop:before,
.industries-backdrop:after{
  content:"";
  position:absolute;
  border:1px solid rgba(182,149,75,.16);
  border-radius:50%;
}
.industries-backdrop:before{
  width:520px;
  height:520px;
  left:-310px;
  top:-300px;
}
.industries-backdrop:after{
  width:430px;
  height:430px;
  right:-230px;
  bottom:-270px;
}
.industries-backdrop span{
  position:absolute;
  display:block;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(182,149,75,.18),transparent);
  transform:rotate(-11deg);
}
.industries-backdrop span:nth-child(1){width:44%;left:-8%;top:26%}
.industries-backdrop span:nth-child(2){width:52%;right:-10%;top:51%;transform:rotate(13deg)}
.industries-backdrop span:nth-child(3){width:35%;left:33%;bottom:8%;transform:rotate(-4deg)}
.industries-inner{
  position:relative;
  z-index:1;
  width:min(100%,1500px);
  margin:0 auto;
  padding:clamp(52px,5.2vw,78px) clamp(28px,5.8vw,88px) clamp(62px,5.8vw,88px);
}
.industries-header{
  max-width:850px;
  margin:0 auto;
  text-align:center;
}
.industries-eyebrow{margin-bottom:10px;text-align:center}
.industries-header h2{
  margin:0;
  color:#173a31;
  font-family:var(--display);
  font-size:clamp(30px,2.8vw,42px);
  font-weight:400;
  line-height:1.08;
  letter-spacing:-.022em;
}
.industries-header h2:after{
  content:"";
  display:block;
  width:64px;
  height:1.5px;
  margin:18px auto 0;
  background:linear-gradient(90deg,transparent,#b9964a,transparent);
}
.industries-header > p:last-child{
  max-width:620px;
  margin:15px auto 0;
  color:#66716d;
  font-size:clamp(12px,.95vw,14px);
  line-height:1.65;
}
.industries-grid{
  margin-top:clamp(32px,3.2vw,48px);
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:clamp(12px,1.2vw,18px);
  align-items:stretch;
}
.industry-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  display:grid;
  grid-template-rows:auto 1fr;
  background:#0d392f;
  border:1px solid rgba(182,149,75,.34);
  border-radius:7px;
  box-shadow:0 18px 42px rgba(17,41,34,.11);
  isolation:isolate;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.industry-card:before{
  content:"";
  position:absolute;
  z-index:4;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,transparent,#d3b267,transparent);
  opacity:0;
  transition:opacity .25s ease;
}
.industry-card:hover{
  transform:translateY(-8px);
  border-color:rgba(205,174,106,.68);
  box-shadow:0 28px 55px rgba(17,41,34,.17);
}
.industry-card:hover:before{opacity:1}
.industry-image{
  position:relative;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#d9d1c4;
}
.industry-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,25,20,.02) 30%,rgba(5,35,28,.22) 100%);
  pointer-events:none;
}
.industry-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:scale(1.015);
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease;
}
.industry-card:hover .industry-image img{
  transform:scale(1.075);
  filter:saturate(1.04) contrast(1.02);
}
.industry-body{
  position:relative;
  min-height:clamp(185px,14.4vw,216px);
  padding:clamp(42px,3.5vw,52px) clamp(15px,1.35vw,20px) clamp(22px,1.8vw,28px);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  color:#f7f3e9;
  background:
    radial-gradient(circle at 50% 0%,rgba(204,173,101,.15),transparent 34%),
    linear-gradient(155deg,#124539 0%,#0e392f 48%,#0a3028 100%);
}
.industry-body:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.15;
  background-image:
    linear-gradient(90deg,transparent 49.6%,rgba(230,208,156,.23) 50%,transparent 50.4%),
    radial-gradient(circle at 50% 130%,rgba(225,199,137,.28) 0 1px,transparent 1.5px);
  background-size:auto,15px 15px;
}
.industry-icon{
  position:absolute;
  z-index:3;
  left:50%;
  top:0;
  width:clamp(64px,5vw,76px);
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  background:#123f34;
  border:5px solid #f8f3e9;
  border-radius:50%;
  box-shadow:0 8px 21px rgba(5,32,26,.28),0 0 0 1px rgba(192,158,82,.52);
}
.industry-icon:before{
  content:"";
  position:absolute;
  inset:5px;
  border:1px solid rgba(213,181,107,.42);
  border-radius:50%;
}
.industry-icon img{
  position:relative;
  z-index:1;
  width:clamp(34px,2.8vw,43px);
  height:clamp(34px,2.8vw,43px);
  display:block;
  object-fit:contain;
}
.industry-number{
  position:absolute;
  z-index:1;
  right:12px;
  top:12px;
  color:rgba(236,219,181,.25);
  font-family:var(--display);
  font-size:clamp(21px,1.7vw,26px);
  line-height:1;
}
.industry-body h3{
  position:relative;
  z-index:1;
  margin:0 0 12px;
  min-height:2.35em;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fffaf0;
  font-family:var(--display);
  font-size:clamp(17px,1.22vw,19px);
  font-weight:600;
  line-height:1.18;
}
.industry-body p{
  position:relative;
  z-index:1;
  margin:0;
  color:rgba(244,239,226,.77);
  font-size:clamp(11px,.84vw,12.5px);
  line-height:1.58;
}

@media(max-width:1180px){
  .industries-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
  .industry-card{grid-column:span 2}
  .industry-card:nth-child(4){grid-column:2/span 2}
  .industry-card:nth-child(5){grid-column:4/span 2}
  .industry-body{min-height:205px}
}

@media(max-width:850px){
  .industries-inner{padding:50px 28px 64px}
  .industries-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .industry-card,.industry-card:nth-child(4),.industry-card:nth-child(5){grid-column:auto}
  .industry-card:last-child{grid-column:1/-1;width:calc(50% - 8px);justify-self:center}
  .industry-body{min-height:196px}
}

@media(max-width:620px){
  .industries-inner{padding:42px 14px 50px}
  .industries-header h2{font-size:clamp(28px,8.4vw,35px)}
  .industries-header > p:last-child{font-size:12px}
  .industries-grid{margin-top:28px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .industry-card:last-child{grid-column:auto;width:auto}
  .industry-card{border-radius:5px;box-shadow:0 10px 24px rgba(17,41,34,.1)}
  .industry-image{aspect-ratio:4/3}
  .industry-body{min-height:176px;padding:39px 10px 18px}
  .industry-icon{width:60px;border-width:4px}
  .industry-icon img{width:34px;height:34px}
  .industry-number{right:8px;top:9px;font-size:20px}
  .industry-body h3{min-height:2.5em;margin-bottom:9px;font-size:15px}
  .industry-body p{font-size:10.5px;line-height:1.5}
}

@media(max-width:390px){
  .industries-inner{padding-inline:10px}
  .industries-grid{gap:8px}
  .industry-body{min-height:182px;padding-inline:8px}
  .industry-body h3{font-size:14px}
  .industry-body p{font-size:10px}
}


/* Founder spotlight */
.founder-section{
  position:relative;
  overflow:hidden;
  color:#263a34;
  background:#f8f4ea;
  border-top:1px solid rgba(181,151,84,.18);
  border-bottom:1px solid rgba(181,151,84,.18);
}
.founder-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.45;
  background:
    radial-gradient(circle at 80% 18%,rgba(255,255,255,.78),transparent 34%),
    linear-gradient(90deg,rgba(15,58,48,.035) 0 36.5%,transparent 36.5% 100%);
}
.founder-inner{
  position:relative;
  z-index:1;
  width:min(100%,1440px);
  min-height:clamp(378px,29.4vw,424px);
  margin:0 auto;
  display:grid;
  grid-template-columns:36.5% 63.5%;
  align-items:stretch;
}
.founder-portrait-panel{
  position:relative;
  min-width:0;
  padding:clamp(14px,1.35vw,20px) clamp(28px,3.2vw,46px);
  display:flex;
  align-items:stretch;
  justify-content:center;
  background:
    linear-gradient(135deg,rgba(210,177,96,.05),transparent 38%),
    linear-gradient(180deg,#153f35 0%,#0c3028 100%);
  border-right:1px solid rgba(183,151,78,.3);
}
.founder-portrait-panel:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.22;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(213,184,111,.14) 1px,transparent 1px),
    linear-gradient(90deg,rgba(213,184,111,.14) 1px,transparent 1px);
  background-size:34px 34px;
  -webkit-mask-image:linear-gradient(90deg,#000,transparent 88%);
  mask-image:linear-gradient(90deg,#000,transparent 88%);
}
.founder-portrait-shell{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  padding:clamp(9px,.78vw,12px);
  border:1px solid rgba(213,182,103,.78);
  box-shadow:inset 0 0 0 3px rgba(213,182,103,.12);
  background:rgba(10,43,35,.42);
}
.founder-portrait-frame{
  position:relative;
  width:100%;
  height:100%;
  min-height:0;
  overflow:hidden;
  border:1px solid rgba(213,182,103,.65);
  background:
    radial-gradient(circle at 50% 20%,rgba(255,255,255,.08),transparent 34%),
    linear-gradient(180deg,#23493f 0%,#153a31 100%);
}
.founder-portrait-frame:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  opacity:.2;
  background:
    linear-gradient(120deg,transparent 0 62%,rgba(217,186,108,.2) 62.2% 62.6%,transparent 62.8%),
    linear-gradient(28deg,transparent 0 72%,rgba(217,186,108,.13) 72.2% 72.5%,transparent 72.7%);
}
.founder-portrait-frame > img:first-child{
  position:absolute;
  z-index:1;
  left:50%;
  top:-1%;
  width:auto;
  height:113%;
  max-width:none;
  transform:translateX(-50%);
  object-fit:contain;
}
.founder-signature{
  position:absolute;
  z-index:2;
  left:5.5%;
  bottom:4.5%;
  width:64%;
  height:auto;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.2));
}
.founder-content{
  position:relative;
  min-width:0;
  display:flex;
  align-items:stretch;
  background:
    linear-gradient(90deg,rgba(255,255,255,.22),rgba(255,255,255,.68)),
    #faf7ef;
}
.founder-content:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:1px;
  background:rgba(255,255,255,.72);
}
.founder-content-inner{
  position:relative;
  z-index:2;
  width:100%;
  padding:clamp(28px,2.4vw,36px) clamp(38px,4.2vw,62px) clamp(23px,2vw,30px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.founder-eyebrow{
  margin:0 0 7px;
  color:#5f675f;
  font-size:clamp(8px,.67vw,10px);
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.founder-content h2{
  margin:0 0 2px;
  color:#153a30;
  font-family:var(--display);
  font-size:clamp(34px,3vw,45px);
  font-weight:400;
  line-height:1;
  letter-spacing:-.025em;
}
.founder-role{
  margin:0 0 clamp(14px,1.25vw,18px)!important;
  color:#ae8a45!important;
  font-size:clamp(15px,1.18vw,18px)!important;
  font-weight:500;
  line-height:1.2!important;
}
.founder-content p{
  max-width:850px;
  margin:0 0 clamp(10px,.9vw,13px);
  color:#555f59;
  font-size:clamp(11.5px,.93vw,13.5px);
  line-height:1.58;
}
.founder-content p:last-of-type{
  margin-bottom:clamp(15px,1.35vw,20px);
}
.founder-badges{
  width:100%;
  margin-top:auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(7px,.7vw,10px);
}
.founder-badge{
  min-width:0;
  min-height:clamp(48px,4vw,58px);
  padding:clamp(7px,.65vw,9px) clamp(8px,.75vw,11px);
  display:flex;
  align-items:center;
  gap:clamp(7px,.62vw,9px);
  background:rgba(255,255,255,.8);
  border:1px solid rgba(191,166,111,.28);
  border-radius:4px;
  box-shadow:0 6px 15px rgba(19,42,34,.025);
}
.founder-badge-icon{
  flex:0 0 clamp(27px,2.2vw,32px);
  width:clamp(27px,2.2vw,32px);
  height:clamp(27px,2.2vw,32px);
  display:grid;
  place-items:center;
  border:1px solid rgba(188,158,91,.35);
  border-radius:50%;
  background:#fffdfa;
}
.founder-badge-icon img{
  width:68%;
  height:68%;
  object-fit:contain;
  display:block;
}
.founder-badge-text{
  min-width:0;
  color:#4d5c56;
  font-size:clamp(9px,.72vw,10.5px);
  font-weight:600;
  line-height:1.18;
}
.founder-skyline{
  position:absolute;
  z-index:1;
  right:2.2%;
  bottom:0;
  width:min(30%,250px);
  height:48%;
  opacity:.18;
  pointer-events:none;
}
.founder-skyline span{
  position:absolute;
  bottom:0;
  width:12%;
  border:1px solid rgba(184,164,121,.56);
  border-bottom:none;
  background:linear-gradient(180deg,rgba(234,226,207,.2),rgba(202,188,154,.12));
}
.founder-skyline span:before{
  content:"";
  position:absolute;
  inset:10% 18%;
  opacity:.35;
  background-image:
    linear-gradient(rgba(182,161,116,.8) 1px,transparent 1px),
    linear-gradient(90deg,rgba(182,161,116,.75) 1px,transparent 1px);
  background-size:100% 12px,12px 100%;
}
.skyline-one{left:0;height:28%}.skyline-two{left:10%;height:38%}.skyline-three{left:22%;height:56%}.skyline-four{left:38%;height:74%}.skyline-five{left:52%;height:47%}.skyline-six{left:64%;height:86%}.skyline-seven{left:78%;height:60%}.skyline-eight{left:89%;height:34%}

@media(max-width:1050px){
  .founder-inner{grid-template-columns:38% 62%}
  .founder-content-inner{padding-inline:30px}
  .founder-badges{grid-template-columns:repeat(2,minmax(0,1fr))}
  .founder-portrait-panel{padding-inline:24px}
}
@media(max-width:780px){
  .founder-inner{grid-template-columns:1fr;min-height:0}
  .founder-portrait-panel{min-height:520px;padding:16px 18%}
  .founder-content-inner{padding:30px 22px 26px}
  .founder-content h2{font-size:38px}
  .founder-badges{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:6px}
  .founder-skyline{width:180px;height:120px}
}
@media(max-width:520px){
  .founder-portrait-panel{min-height:440px;padding:13px 10%}
  .founder-content-inner{padding:26px 16px 22px}
  .founder-content h2{font-size:34px}
  .founder-role{font-size:15px!important}
  .founder-content p{font-size:12.5px;line-height:1.62}
  .founder-badges{grid-template-columns:1fr}
  .founder-badge{min-height:50px}
  .founder-skyline{display:none}
}


/* Why clients trust KESH */
.why-section{
  position:relative;
  overflow:hidden;
  color:var(--ink);
  background:
    radial-gradient(circle at 8% 12%,rgba(255,255,255,.9),transparent 28%),
    linear-gradient(180deg,#fbf8f1 0%,#f5efe4 100%);
  border-bottom:1px solid rgba(181,151,84,.2);
}
.why-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.38;
  background-image:
    linear-gradient(rgba(187,151,75,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(187,151,75,.08) 1px,transparent 1px);
  background-size:44px 44px;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,transparent 48%);
  mask-image:linear-gradient(90deg,#000 0%,transparent 48%);
}
.why-watermark{
  position:absolute;
  right:-1.5%;
  top:-11%;
  color:rgba(20,58,48,.032);
  font-family:var(--display);
  font-size:clamp(160px,19vw,285px);
  line-height:1;
  letter-spacing:-.07em;
  pointer-events:none;
  user-select:none;
}
.why-inner{
  position:relative;
  z-index:1;
  width:min(100%,1440px);
  margin:0 auto;
  padding:clamp(60px,6vw,88px) 6.8% clamp(65px,6.2vw,92px);
}
.why-header{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,.76fr);
  align-items:end;
  gap:clamp(36px,6vw,90px);
  margin-bottom:clamp(34px,3.4vw,50px);
}
.why-header h2{
  margin:0;
  color:#153a30;
  font-family:var(--display);
  font-size:clamp(34px,3.55vw,52px);
  font-weight:400;
  line-height:1.02;
  letter-spacing:-.025em;
}
.why-header h2 span{color:var(--gold)}
.why-header>p{
  max-width:610px;
  margin:0 0 4px;
  padding-left:clamp(20px,2.1vw,31px);
  color:#53605a;
  border-left:1px solid rgba(187,151,75,.58);
  font-size:clamp(13px,1.03vw,15px);
  line-height:1.75;
}
.why-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(12px,1.3vw,19px);
}
.why-card{
  position:relative;
  min-height:clamp(245px,20vw,290px);
  padding:clamp(23px,2vw,30px);
  background:rgba(255,255,255,.78);
  border:1px solid rgba(183,153,89,.26);
  border-top:2px solid rgba(183,153,89,.65);
  box-shadow:0 18px 38px rgba(29,49,42,.055);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.why-card:hover{
  transform:translateY(-5px);
  background:#fff;
  box-shadow:0 24px 48px rgba(22,50,41,.09);
}
.why-number{
  position:absolute;
  top:20px;
  right:22px;
  color:rgba(20,58,48,.13);
  font-family:var(--display);
  font-size:34px;
  line-height:1;
}
.why-icon{
  width:clamp(50px,4.4vw,64px);
  height:clamp(50px,4.4vw,64px);
  margin-bottom:clamp(25px,2.3vw,34px);
  display:grid;
  place-items:center;
  color:#af8940;
  background:#f8f2e5;
  border:1px solid rgba(184,148,72,.35);
  border-radius:50%;
}
.why-icon svg{width:56%;height:56%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.why-card h3{
  margin:0 0 12px;
  color:#173b31;
  font-family:var(--display);
  font-size:clamp(20px,1.55vw,23px);
  font-weight:400;
  line-height:1.12;
}
.why-card p{
  margin:0;
  color:#59645f;
  font-size:clamp(12.5px,.94vw,14px);
  line-height:1.7;
}

/* Consultation CTA and contact form */
.contact-section{
  position:relative;
  overflow:hidden;
  background:#eee7d9;
}
.contact-inner{
  width:min(100%,1440px);
  min-height:clamp(620px,48vw,700px);
  margin:0 auto;
  display:grid;
  grid-template-columns:43% 57%;
  box-shadow:0 22px 60px rgba(7,31,25,.08);
}
.contact-panel{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 84% 16%,rgba(203,171,98,.2),transparent 28%),
    linear-gradient(145deg,#123d33 0%,#0a2d25 58%,#071f1a 100%);
}
.contact-panel:after{
  content:"";
  position:absolute;
  right:-95px;
  bottom:-135px;
  width:310px;
  height:310px;
  border:1px solid rgba(213,180,103,.22);
  border-radius:50%;
  box-shadow:0 0 0 36px rgba(213,180,103,.035),0 0 0 72px rgba(213,180,103,.025);
}
.contact-grid-pattern{
  position:absolute;
  inset:0;
  opacity:.16;
  background-image:
    linear-gradient(rgba(219,190,119,.18) 1px,transparent 1px),
    linear-gradient(90deg,rgba(219,190,119,.18) 1px,transparent 1px);
  background-size:42px 42px;
  -webkit-mask-image:linear-gradient(145deg,#000,transparent 75%);
  mask-image:linear-gradient(145deg,#000,transparent 75%);
}
.contact-panel-content{
  position:relative;
  z-index:2;
  height:100%;
  padding:clamp(55px,5.2vw,76px) clamp(38px,4.8vw,70px);
  display:flex;
  flex-direction:column;
}
.contact-eyebrow{color:#d3b36c}
.contact-panel h2{
  margin:0;
  color:#fff;
  font-family:var(--display);
  font-size:clamp(38px,3.65vw,53px);
  font-weight:400;
  line-height:1.02;
  letter-spacing:-.025em;
}
.contact-intro{
  max-width:530px;
  margin:clamp(19px,1.8vw,27px) 0 clamp(27px,2.5vw,37px);
  color:rgba(255,255,255,.73);
  font-size:clamp(13px,1.02vw,15px);
  line-height:1.75;
}
.contact-methods{display:grid;gap:10px}
.contact-method{
  min-height:70px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  gap:15px;
  border:1px solid rgba(214,182,109,.2);
  background:rgba(255,255,255,.035);
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.contact-method:hover{transform:translateX(4px);background:rgba(255,255,255,.07);border-color:rgba(214,182,109,.5)}
.contact-method-icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  color:#d4b36b;
  border:1px solid rgba(214,182,109,.42);
  border-radius:50%;
}
.contact-method-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.contact-method span:last-child{display:grid;gap:3px;min-width:0}
.contact-method small{color:rgba(255,255,255,.52);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.contact-method strong{color:#fff;font-size:clamp(12px,.96vw,14px);font-weight:600;overflow-wrap:anywhere}
.contact-assurance{
  margin-top:auto;
  padding-top:clamp(24px,2vw,31px);
  display:grid;
  grid-template-columns:30px 1fr;
  gap:11px;
  align-items:start;
}
.contact-assurance>span{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  color:#0a3028;
  background:#d1b16a;
  border-radius:50%;
  font-size:14px;
  font-weight:800;
}
.contact-assurance p{margin:0;color:rgba(255,255,255,.67);font-size:12px;line-height:1.58}
.contact-assurance strong{color:#fff;font-weight:700}
.contact-form-wrap{
  position:relative;
  padding:clamp(50px,4.8vw,70px) clamp(42px,5.3vw,78px);
  background:
    radial-gradient(circle at 100% 0,rgba(213,180,103,.13),transparent 32%),
    #fbf8f1;
}
.contact-form-wrap:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#ba954a,#d9be7c,#ba954a);
}
.contact-form-heading{max-width:720px;margin-bottom:clamp(26px,2.3vw,34px)}
.contact-form-heading h3{
  margin:0 0 10px;
  color:#173b31;
  font-family:var(--display);
  font-size:clamp(31px,2.6vw,39px);
  font-weight:400;
  line-height:1.08;
}
.contact-form-heading>p:last-child{margin:0;color:#64706a;font-size:13px;line-height:1.65}
.contact-form{display:grid;gap:18px}
.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.contact-form label{display:grid;gap:8px;color:#344a43;font-size:11px;font-weight:700;letter-spacing:.035em;text-transform:uppercase}
.contact-form label span b{color:#b08232;font-weight:700}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;
  min-height:50px;
  padding:13px 14px;
  color:#183b32;
  background:#fff;
  border:1px solid #d8d1c2;
  border-radius:2px;
  font:500 13px/1.45 var(--sans);
  text-transform:none;
  letter-spacing:0;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.contact-form textarea{min-height:126px;resize:vertical}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9a9e9b;font-weight:400}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:0;border-color:#a88643;box-shadow:0 0 0 3px rgba(184,148,72,.13);background:#fffefb}
.contact-form [aria-invalid="true"]{border-color:#a63d34;background:#fff9f8}
.form-submit-row{display:grid;grid-template-columns:max-content 1fr;gap:18px;align-items:center;margin-top:2px}
.contact-submit{
  min-height:52px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  color:#fff;
  background:#0c382f;
  border:1px solid #082b24;
  border-radius:2px;
  font:700 12px/1 var(--sans);
  cursor:pointer;
  box-shadow:0 10px 22px rgba(8,43,35,.14);
  transition:transform .18s ease,background .18s ease;
}
.contact-submit:hover{transform:translateY(-2px);background:#12483b}
.contact-submit svg{width:18px;height:18px;fill:none;stroke:#d8bb78;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.form-status{margin:0;color:#58635e;font-size:12px;line-height:1.5}
.form-status.error{color:#963d34}

/* Footer */
.site-footer{
  position:relative;
  overflow:hidden;
  color:rgba(255,255,255,.75);
  background:#071f1a;
  border-top:1px solid rgba(210,177,101,.34);
}
.footer-decoration{
  position:absolute;
  right:-65px;
  bottom:-125px;
  width:360px;
  height:360px;
  opacity:.12;
  border:1px solid #d1b16a;
  border-radius:50%;
  box-shadow:0 0 0 38px rgba(209,177,106,.2),0 0 0 76px rgba(209,177,106,.1);
}
.footer-inner{
  position:relative;
  z-index:1;
  width:min(100%,1440px);
  margin:0 auto;
  padding:clamp(52px,5.2vw,76px) 6.8% clamp(40px,4vw,58px);
  display:grid;
  grid-template-columns:1.55fr .7fr .9fr 1.15fr;
  gap:clamp(35px,4.8vw,70px);
}
.footer-brand{width:max-content;margin-bottom:20px}
.footer-brand .brand-symbol{width:53px;height:53px}
.footer-brand .brand-text strong,.footer-brand .brand-text b{font-size:17px}
.footer-brand .brand-text small{font-size:9px}
.footer-brand-column>p{max-width:390px;margin:0 0 22px;color:rgba(255,255,255,.59);font-size:12.5px;line-height:1.72}
.footer-consultation-link{display:inline-flex;align-items:center;gap:9px;color:#d5b76f;font-size:12px;font-weight:700}
.footer-consultation-link:hover{color:#fff}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-column h2{margin:4px 0 13px;color:#fff;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.footer-column a{color:rgba(255,255,255,.65);font-size:12px;line-height:1.45;transition:color .18s ease,transform .18s ease}
.footer-column a:hover{color:#d5b76f;transform:translateX(3px)}
.footer-contact-column a{display:grid;gap:3px;overflow-wrap:anywhere}
.footer-contact-column a span{color:#d3b36c;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.footer-contact-column p{margin:8px 0 0;color:rgba(255,255,255,.48);font-size:11px;line-height:1.55}
.footer-bottom{
  position:relative;
  z-index:1;
  min-height:58px;
  padding:14px 6.8%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid rgba(255,255,255,.09);
  color:rgba(255,255,255,.43);
}
.footer-bottom p{margin:0;font-size:10px;letter-spacing:.02em}
.footer-bottom p:last-child{color:rgba(211,179,108,.66);font-family:var(--display);font-size:11px;font-style:italic}

@media(max-width:1100px){
  .why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .why-card{min-height:235px}
  .contact-inner{grid-template-columns:45% 55%}
  .contact-panel-content{padding-inline:35px}
  .contact-form-wrap{padding-inline:38px}
  .footer-inner{grid-template-columns:1.45fr .75fr .95fr;gap:38px}
  .footer-contact-column{grid-column:2/4}
}

@media(max-width:820px){
  .why-header{grid-template-columns:1fr;align-items:start;gap:22px}
  .why-header>p{max-width:720px}
  .contact-inner{grid-template-columns:1fr}
  .contact-panel-content{min-height:600px}
  .contact-form-wrap{padding-block:48px 54px}
  .footer-inner{grid-template-columns:1.3fr 1fr;gap:42px 48px}
  .footer-contact-column{grid-column:auto}
}

@media(max-width:620px){
  .why-inner{padding:50px 16px 55px}
  .why-header{margin-bottom:28px}
  .why-header h2{font-size:34px}
  .why-header>p{padding-left:16px;font-size:12.5px;line-height:1.68}
  .why-grid{grid-template-columns:1fr;gap:12px}
  .why-card{min-height:0;padding:22px}
  .why-card h3{font-size:21px}
  .why-card p{font-size:12.5px}
  .why-icon{margin-bottom:22px}
  .why-watermark{display:none}
  .contact-panel-content{min-height:0;padding:50px 18px 46px}
  .contact-panel h2{font-size:38px}
  .contact-intro{font-size:13px}
  .contact-method{min-height:67px;padding-inline:12px}
  .contact-method strong{font-size:12px}
  .contact-assurance{margin-top:30px}
  .contact-form-wrap{padding:43px 16px 48px}
  .contact-form-heading h3{font-size:31px}
  .form-row{grid-template-columns:1fr;gap:18px}
  .contact-form input,.contact-form select,.contact-form textarea{font-size:16px}
  .form-submit-row{grid-template-columns:1fr;gap:10px}
  .contact-submit{width:100%;min-height:54px}
  .footer-inner{padding:48px 18px 38px;grid-template-columns:1fr;gap:34px}
  .footer-column{gap:9px}
  .footer-bottom{padding:17px 18px;display:grid;justify-content:start;gap:7px}
}


/* ==========================================================
   KESH FOOTER — exact recreation of approved footer artwork
   ========================================================== */
:root{
  --kesh-footer-bg:#012816;
  --kesh-footer-gold:#b8893d;
  --kesh-footer-gold-soft:#c69a4e;
  --kesh-footer-white:#f8f8f3;
  --kesh-footer-muted:rgba(248,248,243,.92);
  --kesh-footer-serif:"DM Serif Display",Georgia,"Times New Roman",serif;
  --kesh-footer-sans:"Manrope",Arial,Helvetica,sans-serif;
}

.kesh-footer,.kesh-footer *,.kesh-footer *::before,.kesh-footer *::after{box-sizing:border-box}
.kesh-footer{position:relative;width:100%;margin:0;overflow:hidden;color:var(--kesh-footer-white);background:var(--kesh-footer-bg);font-family:var(--kesh-footer-sans);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
.kesh-footer__texture{position:absolute;inset:0;pointer-events:none;opacity:.45;background:
  radial-gradient(circle at 8% 53%,rgba(255,255,255,.025),transparent 23%),
  radial-gradient(circle at 93% 17%,rgba(0,0,0,.20),transparent 31%),
  linear-gradient(115deg,rgba(255,255,255,.013),transparent 32%,rgba(0,0,0,.035) 68%,transparent),
  repeating-linear-gradient(0deg,rgba(255,255,255,.008) 0 1px,transparent 1px 5px)}
.kesh-footer a{color:inherit;text-decoration:none}
.kesh-footer__inner{position:relative;z-index:1;width:calc(100% - clamp(36px,6.37vw,122px));margin-inline:auto}

.kesh-footer__top{height:clamp(238px,16.81vw,322px);display:grid;grid-template-columns:47.35% 30.25% 22.4%;align-items:stretch;border-bottom:2px solid var(--kesh-footer-gold)}
.kesh-footer__intro{min-width:0;padding:clamp(32px,2.35vw,45px) clamp(18px,1.52vw,29px)}
.kesh-footer__intro h2{margin:0;color:#fff;font-family:var(--kesh-footer-serif);font-size:clamp(39px,2.92vw,56px);font-weight:700;line-height:1.09;letter-spacing:-.022em}
.kesh-footer__intro p{margin:clamp(14px,1.05vw,20px) 0 0;color:var(--kesh-footer-muted);font-size:clamp(19px,1.51vw,29px);font-weight:400;line-height:1.43;letter-spacing:-.015em}

.kesh-footer__contacts,.kesh-footer__action{position:relative;min-width:0}
.kesh-footer__contacts::before,.kesh-footer__action::before{content:"";position:absolute;left:0;top:clamp(32px,2.35vw,45px);bottom:clamp(38px,2.66vw,51px);width:2px;background:var(--kesh-footer-gold)}
.kesh-footer__contacts{margin:0;padding:clamp(34px,2.45vw,47px) clamp(18px,1.45vw,28px) clamp(40px,2.98vw,57px) clamp(38px,2.98vw,57px);display:flex;flex-direction:column;justify-content:space-between;font-style:normal}
.kesh-footer__contact{display:flex;align-items:center;gap:clamp(18px,1.36vw,26px);width:max-content;max-width:100%;font-size:clamp(21px,1.62vw,31px);font-weight:400;line-height:1.05;white-space:nowrap;transition:color .18s ease,transform .18s ease}
.kesh-footer__contact-icon{width:clamp(46px,3.28vw,63px);height:clamp(46px,3.28vw,63px);flex:0 0 clamp(46px,3.28vw,63px);display:grid;place-items:center;border:2px solid rgba(255,255,255,.9);border-radius:9px}
.kesh-footer__contact-icon svg{width:clamp(25px,1.83vw,35px);height:clamp(25px,1.83vw,35px);fill:#fff}
.kesh-footer__action{display:flex;align-items:flex-start;padding-top:clamp(82px,5.79vw,111px);padding-left:clamp(36px,2.66vw,51px)}
.kesh-footer__button{width:clamp(248px,17.85vw,342px);height:clamp(58px,4.18vw,80px);display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:linear-gradient(180deg,#c89b4b 0%,#bd8936 100%);box-shadow:0 5px 13px rgba(0,0,0,.18);font-size:clamp(17px,1.25vw,24px);font-weight:700;white-space:nowrap;transition:transform .18s ease,filter .18s ease}

.kesh-footer__main{height:clamp(298px,20.93vw,401px);display:grid;grid-template-columns:29.43% 19.34% 24.36% 26.87%;padding:0}
.kesh-footer__brand,.kesh-footer__column{min-width:0;height:100%}
.kesh-footer__brand{padding-top:clamp(14px,.94vw,18px);padding-left:clamp(16px,1.15vw,22px);padding-right:clamp(38px,3.0vw,58px)}
.kesh-footer__brand>a{display:block;width:clamp(302px,21.92vw,420px);max-width:100%}
.kesh-footer__brand img{display:block;width:100%;height:auto}
.kesh-footer__brand p{margin:clamp(19px,1.36vw,26px) 0 0;color:var(--kesh-footer-muted);font-size:clamp(18px,1.39vw,27px);font-weight:400;line-height:1.55;letter-spacing:-.02em}
.kesh-footer__column{position:relative;padding-top:clamp(29px,2.04vw,39px);padding-bottom:clamp(32px,2.24vw,43px);padding-left:clamp(48px,3.67vw,70px)}
.kesh-footer__column::before{content:"";position:absolute;left:0;top:clamp(31px,2.19vw,42px);bottom:clamp(32px,2.24vw,43px);width:2px;background:var(--kesh-footer-gold)}
.kesh-footer__column h3{margin:clamp(7px,.55vw,11px) 0 clamp(18px,1.32vw,25px);font-size:clamp(22px,1.56vw,30px);font-weight:700;line-height:1}
.kesh-footer__column>a:not(.kesh-footer__linkedin){display:block;width:max-content;max-width:100%;margin-top:clamp(5px,.42vw,8px);color:var(--kesh-footer-muted);font-size:clamp(18px,1.38vw,26.5px);font-weight:400;line-height:1.26;white-space:nowrap;transition:color .18s ease,transform .18s ease}
.kesh-footer__linkedin{display:flex;align-items:center;gap:clamp(15px,1.05vw,20px);width:max-content;max-width:100%;margin-top:clamp(18px,1.1vw,21px)}
.kesh-footer__linkedin-icon{width:clamp(47px,3.39vw,65px);height:clamp(47px,3.39vw,65px);flex:0 0 clamp(47px,3.39vw,65px);display:grid;place-items:center;border-radius:7px;background:#f8f8f3}
.kesh-footer__linkedin-icon svg{width:72%;height:72%;fill:var(--kesh-footer-bg)}
.kesh-footer__linkedin>span:last-child{font-size:clamp(19px,1.43vw,27.5px);font-weight:400;white-space:nowrap}
.kesh-footer__connect p{margin:clamp(32px,2.18vw,42px) 0 0;color:var(--kesh-footer-muted);font-size:clamp(18px,1.37vw,26.5px);line-height:1.5;letter-spacing:-.015em}

.kesh-footer__legal{height:clamp(73px,5.12vw,98px);display:flex;align-items:center;justify-content:center;gap:clamp(23px,1.78vw,34px);border-top:2px solid var(--kesh-footer-gold);color:rgba(248,248,243,.92);font-size:clamp(17px,1.21vw,23px);font-weight:400;white-space:nowrap}
.kesh-footer__legal p{margin:0}
.kesh-footer__legal>span{width:2px;height:clamp(25px,1.75vw,34px);background:var(--kesh-footer-gold)}

.kesh-footer a:focus-visible{outline:3px solid #d6ae62;outline-offset:4px}
.kesh-footer__contact:hover,.kesh-footer__column>a:hover,.kesh-footer__linkedin:hover,.kesh-footer__legal a:hover{color:#ddb96f}
.kesh-footer__contact:hover,.kesh-footer__column>a:hover{transform:translateX(3px)}
.kesh-footer__button:hover{transform:translateY(-2px);filter:brightness(1.07)}

@media (max-width:1180px){
  .kesh-footer__top{height:auto;min-height:0;grid-template-columns:55% 45%}
  .kesh-footer__intro{padding-left:0}
  .kesh-footer__contacts{padding-right:0}
  .kesh-footer__action{grid-column:1/-1;min-height:96px;padding:15px 0;border-top:1px solid rgba(184,137,61,.75)}
  .kesh-footer__action::before{display:none}
  .kesh-footer__main{height:auto;grid-template-columns:1fr 1fr;gap:38px 0;padding-block:40px}
  .kesh-footer__brand{padding-left:0}
  .kesh-footer__column:nth-child(3){padding-left:0}
  .kesh-footer__column:nth-child(3)::before{display:none}
  .kesh-footer__column>a:not(.kesh-footer__linkedin){white-space:normal}
}

@media (max-width:700px){
  .kesh-footer__inner{width:calc(100% - 34px)}
  .kesh-footer__top{display:block}
  .kesh-footer__intro{padding:40px 0 30px}
  .kesh-footer__intro h2{font-size:clamp(34px,10.2vw,45px);line-height:1.04}
  .kesh-footer__intro h2 br,.kesh-footer__intro p br{display:none}
  .kesh-footer__intro p{font-size:15px;line-height:1.65}
  .kesh-footer__contacts{padding:28px 0;gap:16px;border-top:1px solid rgba(184,137,61,.65)}
  .kesh-footer__contacts::before{display:none}
  .kesh-footer__contact{width:100%;font-size:16px;white-space:normal}
  .kesh-footer__contact-icon{width:48px;height:48px;flex-basis:48px}
  .kesh-footer__action{min-height:90px}
  .kesh-footer__button{width:100%;height:58px;font-size:16px}
  .kesh-footer__main{display:block;padding:38px 0 14px}
  .kesh-footer__brand{padding:0 0 36px}
  .kesh-footer__brand>a{width:min(100%,340px)}
  .kesh-footer__brand p{font-size:17px}
  .kesh-footer__column,.kesh-footer__column:nth-child(3){height:auto;padding:30px 0;border-top:1px solid rgba(184,137,61,.68)}
  .kesh-footer__column::before{display:none}
  .kesh-footer__column h3{margin:0 0 18px;font-size:24px}
  .kesh-footer__column>a:not(.kesh-footer__linkedin){margin-top:8px;font-size:17px}
  .kesh-footer__linkedin{margin-top:4px}
  .kesh-footer__linkedin>span:last-child{font-size:18px}
  .kesh-footer__connect p{margin-top:24px;font-size:17px}
  .kesh-footer__legal{height:auto;min-height:132px;padding:26px 0;flex-wrap:wrap;gap:14px 18px;font-size:13px;text-align:center}
  .kesh-footer__legal p{width:100%}
  .kesh-footer__legal>span{height:20px}
}
.kesh-footer__mail-svg{fill:none!important;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

@media (min-width:1181px){
  .kesh-footer__main>.kesh-footer__column:nth-child(2){padding-left:clamp(56px,4.23vw,81px)}
  .kesh-footer__main>.kesh-footer__column:nth-child(3){padding-left:clamp(48px,3.67vw,70px)}
  .kesh-footer__main>.kesh-footer__column:nth-child(4){padding-left:clamp(50px,3.81vw,73px)}
}



/* ==========================================================
   TYPOGRAPHY, RESPONSIVENESS & MOTION REFINEMENTS — V2
   Keeps the approved layout intact while unifying the website
   with the footer's Manrope / DM Serif typography system.
   ========================================================== */
html{overflow-x:clip}
body{
  overflow-x:clip;
  font-family:var(--sans);
  text-rendering:geometricPrecision;
  font-kerning:normal;
}
button,input,select,textarea{font:inherit}
main p,.desktop-nav,.mobile-nav,.button,.header-cta{font-family:var(--sans)}

/* Footer brand statement: exactly two intentional lines on every viewport. */
.kesh-footer__brand-statement{display:grid;gap:0}
.kesh-footer__brand-statement span{display:block;white-space:nowrap}
.kesh-footer__powered{display:flex;align-items:center;gap:.32em}
.kesh-footer__powered a{color:#fff;font-weight:600;transition:color .18s ease}
.kesh-footer__powered a:hover{color:#ddb96f}

/* Subtle, professional scroll reveals. Content remains visible if JS is unavailable. */
.js .reveal-ready{
  opacity:0;
  transform:translate3d(0,28px,0);
  transition:
    opacity .72s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),
    transform .72s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms);
  will-change:opacity,transform;
}
.js .reveal-ready.reveal-visible{opacity:1;transform:none}
.js .reveal-from-left{transform:translate3d(-30px,0,0)}
.js .reveal-from-right{transform:translate3d(30px,0,0)}
.js .reveal-scale{transform:translate3d(0,16px,0) scale(.975)}
.js .reveal-from-left.reveal-visible,
.js .reveal-from-right.reveal-visible,
.js .reveal-scale.reveal-visible{transform:none}

/* A small footer interaction refinement; existing website hover behaviour is preserved. */
@media (hover:hover) and (pointer:fine){
  .kesh-footer__linkedin-icon{transition:transform .25s cubic-bezier(.22,1,.36,1)}
  .kesh-footer__linkedin:hover .kesh-footer__linkedin-icon{transform:translateY(-2px) scale(1.035)}
}

@media (max-width:700px){
  .kesh-footer__brand-statement{
    width:100%;
    font-size:clamp(14.5px,4.65vw,17px)!important;
    line-height:1.55!important;
    letter-spacing:-.022em;
  }
  .kesh-footer__brand-statement span{white-space:nowrap}
  .kesh-footer__legal{min-height:112px;display:grid;grid-template-columns:1fr;justify-items:center;gap:12px;padding:24px 0}
  .kesh-footer__legal>span{width:52px;height:1px}
  .kesh-footer__powered{justify-content:center;flex-wrap:wrap}
  .js .reveal-ready{transform:translate3d(0,18px,0);transition-duration:.58s}
  .js .reveal-from-left,.js .reveal-from-right{transform:translate3d(0,18px,0)}
}

@media (max-width:360px){
  .kesh-footer__brand-statement{font-size:14px!important;letter-spacing:-.03em}
}

@media (prefers-reduced-motion:reduce){
  .js .reveal-ready,.js .reveal-from-left,.js .reveal-from-right,.js .reveal-scale{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
    will-change:auto!important;
  }
}
