:root{
 --navy:#071923;--navy2:#0a2633;--cream:#f4f0e7;--paper:#fbf8f1;
 --ink:#0b1b25;--gold:#b48a50;--muted:#5d6265;--line:#ddd4c5;
 --shell:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}
img{max-width:100%}
a{color:inherit;text-decoration:none}
.shell{width:min(calc(100% - 80px),var(--shell));margin-inline:auto}
.site-header{height:96px;background:rgba(251,248,241,.97);border-bottom:1px solid var(--line);display:flex;align-items:center;position:relative;z-index:20}
.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px}
.brand{justify-self:start}
.brand img{display:block;width:230px;height:72px;object-fit:contain;object-position:left center}
.site-header nav{display:flex;gap:52px;font-size:15px}
.site-header nav a:hover{opacity:.6}
.site-header .button-small{justify-self:end}
.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;background:#d8b579;color:#071923;padding:16px 22px;font-weight:600;font-size:14px;transition:.2s}
.button:hover{transform:translateY(-1px);background:#e0c18c}
.button-small{padding:14px 24px}
.eyebrow{font-size:11px;letter-spacing:.27em;font-weight:600;color:#9c7444;margin:0 0 18px}
.eyebrow.light{color:#d6b77e}
h1,h2,h3,blockquote{font-family:"Libre Caslon Display",serif;font-weight:400}
.hero{display:grid;grid-template-columns:minmax(520px,1fr) minmax(520px,1fr);min-height:650px;background:var(--cream)}
.hero-copy{display:flex;justify-content:flex-end;align-items:center;padding:60px 0 60px 40px}
.hero-copy-inner{width:min(680px,calc(100% - 40px));margin-right:70px}
.hero h1{font-size:clamp(56px,4.4vw,78px);line-height:.98;letter-spacing:-.035em;margin:0 0 30px}
.hero h1 em{font-style:normal;color:#9b7951}
.lede{font-size:17px;line-height:1.65;max-width:640px;color:#39444a;margin:0 0 30px}
.actions{display:flex;align-items:center;gap:34px;flex-wrap:wrap}
.text-link{font-size:14px;font-weight:500;display:inline-flex;gap:10px;align-items:center}
.hero-image{position:relative;min-height:650px;background:url("assets/hero-workspace.jpg") center/cover no-repeat;overflow:hidden}
.hero-fade{position:absolute;inset:0;background:linear-gradient(90deg,var(--cream) 0%,rgba(244,240,231,.5) 9%,transparent 32%,rgba(7,25,35,.14) 100%)}
.image-mantra{position:absolute;right:8%;top:27%;color:white;letter-spacing:.32em;font-size:12px;line-height:2.2}
.problems{padding:78px 0 72px;background:var(--paper)}
.section-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:54px}
.section-intro h2{font-size:52px;line-height:1.02;margin:0}
.section-intro>p{max-width:530px;justify-self:end;font-size:16px;line-height:1.6;color:#3e474c}
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.problem-grid article{padding:30px 32px 0 24px;border-left:1px solid var(--line);min-height:160px}
.problem-grid article:first-child{border-left:0;padding-left:0}
.number{display:block;color:var(--gold);font-weight:600;font-size:18px;margin-bottom:14px}
.problem-grid h3{font-size:22px;margin:0 0 10px}
.problem-grid p{font-size:14px;line-height:1.55;color:#4c555a;margin:0}
.framework{background:radial-gradient(circle at 72% 45%,#103443 0%,var(--navy) 52%);color:#fff;padding:78px 0 82px}
.framework-grid{display:grid;grid-template-columns:.9fr .8fr 1.3fr;gap:70px;align-items:center}
.framework h2{font-size:58px;line-height:1.02;margin:0}
.gold-rule{display:block;width:48px;height:2px;background:var(--gold);margin-top:26px}
.framework-copy{font-size:16px;line-height:1.65;color:#e8e4dc}
.framework-copy p{margin:0 0 28px}
.ide-wrap{position:relative;width:520px;height:390px;justify-self:end}
.ide-circle{position:absolute;width:230px;height:230px;border:1.5px solid #d5aa65;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.ide-circle strong{font-family:"Libre Caslon Display",serif;font-size:22px;font-weight:400}
.ide-circle small{font-family:"Libre Caslon Display",serif;font-style:normal;color:#d9d9d4;font-size:14px;line-height:1.35;margin-top:8px}
.information{left:145px;top:0}
.decisions{left:45px;top:150px}
.ownership{left:245px;top:150px}
.ide-center{position:absolute;left:236px;top:195px;transform:translate(-50%,-50%);font-family:"Libre Caslon Display",serif;color:#d5aa65;font-size:46px;z-index:3}
.about{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.25fr) minmax(280px,.7fr);max-width:var(--shell);margin:0 auto;background:var(--paper);min-height:440px}
.about-photo{background:url("assets/operator-workspace.jpg") center/cover no-repeat;min-height:440px}
.about-copy{padding:65px 70px}
.about-copy h2{font-size:42px;line-height:1.05;margin:0 0 20px}
.about-copy>p:not(.eyebrow){font-size:15px;line-height:1.65;color:#465056;max-width:650px}
.strong{font-weight:600;margin-top:12px}
blockquote{margin:62px 0;padding:30px 50px;border-left:1px solid #c8b28c;display:flex;align-items:center;font-size:25px;line-height:1.25;font-style:normal;color:#24313a}
.closing{background:linear-gradient(90deg,rgba(5,22,31,.92),rgba(5,22,31,.58)),url("assets/mountain-cta.jpg") center/cover no-repeat;color:white}
.closing-inner{min-height:230px;display:flex;align-items:center;justify-content:space-between;gap:50px}
.closing h2{font-size:48px;line-height:1.05;margin:0}
footer{background:var(--navy);color:white;padding:38px 0 34px}
.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;gap:35px;align-items:center}
.footer-inner>img{width:220px;max-height:86px;object-fit:contain;object-position:left center}
footer nav{display:flex;gap:38px;font-size:13px}
.footer-meta{justify-self:end;display:flex;flex-direction:column;text-align:right;gap:7px;font-size:11px;color:#cbd0d1}
.footer-meta em{font-family:"Libre Caslon Display",serif;color:#d9c29a}
@media(max-width:1100px){
 .shell{width:min(calc(100% - 48px),var(--shell))}
 .hero{grid-template-columns:1fr 1fr}
 .hero-copy-inner{margin-right:35px}
 .framework-grid{grid-template-columns:1fr 1fr}
 .ide-wrap{grid-column:2;grid-row:1/3;transform:scale(.85);transform-origin:center}
 .about{grid-template-columns:.8fr 1.2fr}
 blockquote{grid-column:1/-1;margin:0;padding:36px 48px;border-left:0;border-top:1px solid var(--line)}
}
@media(max-width:800px){
 .site-header{height:82px}.header-inner{grid-template-columns:1fr auto}.brand img{width:180px;height:58px}.site-header nav{display:none}
 .hero{grid-template-columns:1fr}.hero-copy{padding:64px 24px}.hero-copy-inner{width:100%;max-width:680px;margin:0 auto}.hero h1{font-size:clamp(48px,12vw,68px)}
 .hero-image{min-height:380px}.section-intro{grid-template-columns:1fr;gap:20px}.section-intro>p{justify-self:start}
 .problem-grid{grid-template-columns:1fr 1fr}.problem-grid article:nth-child(3){border-left:0}.problem-grid article{border-top:1px solid var(--line);padding:26px 20px!important}
 .framework-grid{grid-template-columns:1fr}.ide-wrap{grid-column:auto;grid-row:auto;justify-self:center;transform:scale(.85);transform-origin:top center;height:350px}
 .about{grid-template-columns:1fr}.about-photo{min-height:390px}.about-copy{padding:55px 32px}
 .closing-inner{padding:55px 0;min-height:0;align-items:flex-start;flex-direction:column}.closing h2{font-size:40px}
 .footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center}.footer-inner>img{object-position:center}.footer-meta{justify-self:center;text-align:center}footer nav{flex-wrap:wrap;justify-content:center}
}
@media(max-width:520px){
 .shell{width:calc(100% - 32px)}.site-header .button-small{padding:12px 14px;font-size:12px}.brand img{width:150px}
 .hero-copy{padding:52px 16px}.hero h1{font-size:45px}.lede{font-size:15px}.hero-image{min-height:300px}
 .problems{padding:58px 0}.section-intro h2{font-size:42px}.problem-grid{grid-template-columns:1fr}.problem-grid article{border-left:0}
 .framework{padding:58px 0}.framework h2{font-size:48px}.framework-copy{font-size:15px}
 .ide-wrap{width:360px;height:300px;transform:scale(.68);transform-origin:top left;margin-left:45px}
 .about-copy h2{font-size:36px}blockquote{font-size:22px;padding:32px}
}
/* V1.3 desktop polish */
.brand img,
.footer-inner>img{
  image-rendering:auto;
  filter:none;
}
.framework-copy .button{
  padding:13px 18px;
  font-size:13px;
  gap:12px;
  white-space:nowrap;
}
.ide-wrap{
  width:500px;
  height:390px;
}
.ide-circle{
  width:220px;
  height:220px;
}
.information{left:140px;top:0}
.decisions{left:55px;top:147px}
.ownership{left:225px;top:147px}
/* Exact visual center of the three-way overlap */
.ide-center{
  left:250px;
  top:196px;
  transform:translate(-50%,-50%);
  font-size:38px;
}
.problems{padding-top:70px;padding-bottom:66px}
.about-copy{padding-top:60px;padding-bottom:60px}
.closing h2{max-width:650px}
@media(max-width:1100px){
  .ide-wrap{transform:scale(.82)}
}
@media(max-width:800px){
  .ide-wrap{transform:scale(.78)}
}
@media(max-width:520px){
  .ide-wrap{transform:scale(.64);margin-left:38px}
}

/* V1.4 — softer modern brand typography */
h1,h2,h3,.quote,.ide-circle strong,.closing h2{
  font-family:"Roboto Flex",sans-serif;
  font-optical-sizing:auto;
  letter-spacing:-0.035em;
  font-weight:420;
}
.hero h1{
  font-weight:410;
  line-height:.98;
}
.hero h1 em{
  font-family:"Roboto Flex",sans-serif;
  font-style:normal;
  font-weight:390;
  letter-spacing:-0.04em;
}
.problems h2,
.framework h2,
.about h2,
.closing h2{
  font-weight:400;
}
.problem-card h3{
  font-weight:430;
  letter-spacing:-0.025em;
}
.quote{
  font-style:normal;
  font-weight:380;
  letter-spacing:-0.025em;
}
.ide-circle strong{
  font-weight:430;
  letter-spacing:-0.02em;
}
.ide-circle em{
  font-family:"DM Sans",sans-serif;
  font-style:normal;
}
.brand img{
  width:190px;
  height:68px;
  object-fit:contain;
  object-position:left center;
}
.footer-inner>img{
  width:220px;
  height:auto;
  object-fit:contain;
}
@media(max-width:800px){
  .brand img{width:155px;height:58px}
  .footer-inner>img{width:190px}
}

/* V1.5 — final desktop polish */

/* Proper light-background brand lockup */
.brand img{
  width:205px;
  height:72px;
  object-fit:contain;
  object-position:left center;
}

/* Operator section: calmer hierarchy and better balance */
.about-grid{
  grid-template-columns:minmax(320px,.92fr) minmax(500px,1.2fr) minmax(280px,.72fr);
}
.about-copy h2{
  font-family:"Roboto Flex",sans-serif;
  font-size:clamp(38px,3.15vw,58px);
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.035em;
  max-width:700px;
}
.quote,
.about-quote,
blockquote{
  font-family:"Roboto Flex",sans-serif !important;
  font-style:normal !important;
  font-weight:360 !important;
  letter-spacing:-.025em !important;
  line-height:1.16;
}

/* Clean closing artwork: no raster image means no baked-in ghost lettering */
.closing{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(4,24,34,.97) 0%,rgba(4,24,34,.90) 38%,rgba(4,24,34,.67) 70%,rgba(4,24,34,.78) 100%),
    radial-gradient(ellipse at 72% 24%,rgba(180,138,80,.34) 0%,rgba(180,138,80,.10) 24%,transparent 50%),
    linear-gradient(165deg,#173845 0 40%,#0b2733 40% 54%,#071923 54% 100%);
  background-image:
    linear-gradient(90deg,rgba(4,24,34,.97) 0%,rgba(4,24,34,.90) 38%,rgba(4,24,34,.67) 70%,rgba(4,24,34,.78) 100%),
    radial-gradient(ellipse at 72% 24%,rgba(180,138,80,.34) 0%,rgba(180,138,80,.10) 24%,transparent 50%),
    linear-gradient(165deg,#173845 0 40%,#0b2733 40% 54%,#071923 54% 100%) !important;
}
.closing::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.36;
  background:
    linear-gradient(154deg,transparent 0 48%,rgba(5,21,29,.9) 48.2% 57%,transparent 57.2%),
    linear-gradient(205deg,transparent 0 55%,rgba(5,21,29,.72) 55.2% 65%,transparent 65.2%);
}
.closing .shell{position:relative;z-index:1}

/* Keep footer full logo comfortably legible */
.footer-inner>img{
  width:225px;
  height:auto;
}

@media(max-width:1100px){
  .about-grid{grid-template-columns:.9fr 1.1fr}
}
@media(max-width:800px){
  .brand img{width:170px;height:60px}
  .about-grid{grid-template-columns:1fr}
  .about-copy h2{font-size:clamp(36px,9vw,50px)}
}


/* V1.5.1 — micro polish only
   1) complete header lockup (K + KYRIDIAN + CONSULTING)
   2) mathematically centered IDE K
*/

/* Header lockup now includes CONSULTING; give the taller crop breathing room. */
.brand img{
  width:215px;
  height:78px;
  object-fit:contain;
  object-position:left center;
}

/* The IDE K belongs at the centroid of the three equal circle centers.
   For the current 230px circles positioned at:
   top: (145,0), left: (15,160), right: (275,160)
   their centers are (260,115), (130,275), (390,275).
   Centroid = (260,221.667). Translate centers the glyph exactly there. */
.ide-k{
  left:260px !important;
  top:221.667px !important;
  transform:translate(-50%,-50%) !important;
  margin:0 !important;
}

@media(max-width:800px){
  .brand img{
    width:180px;
    height:66px;
  }
}


/* V1.7 — surgical hero + IDO execution polish */
/* The hero photograph already contains the mantra. Remove the duplicate HTML overlay
   and bias the crop left so the mug sits closer to the visual center of the photo panel. */
.hero-image{
  background-position:16% center !important;
}
.image-mantra{display:none !important;}

/* Execution is the outcome of Information + Decisions + Ownership, not a fourth pillar.
   Keep the center completely unobstructed: one restrained word at the true centroid. */
.ide-center{
  position:absolute;
  left:260px !important;
  top:221.667px !important;
  transform:translate(-50%,-50%) !important;
  margin:0 !important;
  padding:0 !important;
  width:auto;
  min-height:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#d5aa65;
  z-index:6;
  font-family:"DM Sans",sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.13em;
  line-height:1;
  text-transform:uppercase;
  white-space:nowrap;
  text-align:center;
}

@media(max-width:1100px){
  .hero-image{background-position:14% center !important;}
}
@media(max-width:800px){
  .hero-image{background-position:12% center !important;}
}


/* V1.7.2 — preserve more of the hero photograph at normal desktop zoom.
   The hero height tracks the photographic panel width more closely to the
   source image's aspect ratio, so background-size:cover has far less to crop. */
@media(min-width:1101px){
  .hero{min-height:clamp(540px,30.5vw,625px);}
  .hero-image{
    min-height:clamp(540px,30.5vw,625px);
    background-position:center center !important;
  }
}

/* The IDO diagram is intentionally only the three pillars. */
.ide-center{display:none !important;}
