:root{
  --bg:#e8f4f3;
  --surface:#f8fcfc;
  --surface-strong:#ffffff;
  --surface-teal:#d7ecea;
  --navy:#143e55;
  --navy-deep:#0f3549;
  --teal:#2f777b;
  --teal-dark:#245f68;
  --teal-soft:#82b9b8;
  --muted:#557580;
  --text:#173f50;
  --line:#b9d7d6;
  --accent:#FFA41C;
  --accent-hover:#ed9300;
  --maxw:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{
  margin:0;
  font-family:"Amazon Ember",Arial,sans-serif;
  color:var(--text);
  background-color:var(--bg);
  background-image:
    radial-gradient(900px 480px at 8% -4%,rgba(108,180,181,.25),transparent 64%),
    radial-gradient(820px 460px at 96% 18%,rgba(84,151,169,.18),transparent 65%);
  background-repeat:no-repeat;
}

body::selection{background:#b9dfdc;color:var(--navy-deep)}
a{color:var(--teal-dark);text-decoration:none}
a:hover{color:var(--navy);text-decoration:underline}
.home-page{padding-top:82px}

.home-page header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  width:100%;
  max-width:none;
  margin:0;
  padding-top:22px;
  padding-right:max(18px,calc((100vw - var(--maxw))/2 + 18px));
  padding-bottom:18px;
  padding-left:max(18px,calc((100vw - var(--maxw))/2 + 18px));
  border:0;
  border-radius:0;
  background:rgba(239,248,247,.94);
  box-shadow:none;
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
}
.home-page .brand{color:var(--navy-deep);font-weight:800;font-size:1.16rem}
.home-page .brand .logo{height:42px;filter:drop-shadow(0 5px 10px rgba(71,70,27,.15))}
.home-page nav{display:flex;align-items:center;gap:8px}
.home-page nav a{color:#315f6d;margin-left:14px;font-weight:700;font-size:15px}
.home-page nav a:hover{color:var(--navy-deep);text-decoration:none}

.home-page .hero{
  position:relative;
  isolation:isolate;
  max-width:var(--maxw);
  min-height:650px;
  margin:6px auto 34px;
  padding:0;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:0;
  overflow:hidden;
  border:1px solid rgba(38,105,116,.22);
  border-radius:30px;
  color:#f5ffff;
  background:
    radial-gradient(520px 400px at 76% 20%,rgba(121,191,189,.42),transparent 68%),
    linear-gradient(135deg,#164b66 0%,#216876 54%,#3b8888 100%);
  box-shadow:0 28px 70px rgba(25,82,92,.18);
}
.home-page .hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:520px;
  height:520px;
  right:-210px;
  top:-230px;
  border:1px solid rgba(222,248,244,.28);
  border-radius:45% 55% 63% 37%;
  transform:rotate(18deg);
}
.home-page .hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:420px;
  height:190px;
  left:-140px;
  bottom:-120px;
  border-radius:50%;
  background:rgba(125,197,194,.17);
}
.home-page .hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:62px 24px 58px 58px;
  position:relative;
  z-index:2;
}
.home-page .hero .kicker{color:#bfe3df;font-size:12px;letter-spacing:.17em}
.home-page .hero h1{
  max-width:590px;
  margin:0 0 18px;
  font-size:clamp(26px,2.65vw,34px);
  line-height:1.25;
  letter-spacing:-.02em;
  color:#fff;
}
.home-page .hero-sub{
  max-width:630px;
  margin:0 0 24px;
  color:#d9eeee;
  font-size:16px;
  line-height:1.6;
}
.home-page .hero-sub p{margin:0}
.home-page .hero-sub p + p{margin-top:12px}
.home-page .hero-benefits{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:11px}
.home-page .hero-benefits li{position:relative;padding-left:35px;color:#eefafa;font-weight:700}
.home-page .hero-benefits li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:7px;
  background:var(--accent);
  color:var(--navy-deep);
  font-weight:900;
}
.home-page .cta{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.home-page .btn,
.home-page button,
.privacy-notice button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 20px;
  border:1px solid #e28b00;
  border-radius:999px;
  background:#FFA41C !important;
  color:#173647 !important;
  font-family:"Amazon Ember",Arial,sans-serif;
  font-weight:800;
  box-shadow:0 8px 20px rgba(85,61,11,.16);
}
.home-page .btn:hover,
.home-page button:hover,
.privacy-notice button:hover{background:var(--accent-hover) !important;text-decoration:none;transform:translateY(-1px)}
.home-page .hero-link{color:#efffff;font-weight:800;border-bottom:1px solid rgba(255,255,255,.58);padding-bottom:3px}
.home-page .hero-link:hover{color:#fff;text-decoration:none;border-color:#fff}
.home-page .hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}
.home-page .hero-tag{border:1px solid rgba(222,247,244,.32);background:rgba(8,57,73,.22);padding:7px 11px;border-radius:999px;color:#dff3f1;font-size:13px;font-weight:700}

.home-page .hero-photo{
  position:relative;
  min-width:0;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:48px 46px 0 14px;
}
.home-page .photo-halo{
  position:absolute;
  width:440px;
  height:440px;
  right:34px;
  bottom:54px;
  border-radius:48% 52% 43% 57%;
  background:linear-gradient(145deg,rgba(194,229,224,.86),rgba(83,155,158,.3));
  box-shadow:inset 0 0 0 1px rgba(239,255,252,.42);
  transform:rotate(-8deg);
}
.home-page .hero-photo img{
  position:relative;
  z-index:1;
  width:min(100%,500px);
  max-height:590px;
  object-fit:cover;
  object-position:center 22%;
  border-radius:240px 240px 24px 24px;
  border:1px solid rgba(237,255,252,.5);
  box-shadow:0 28px 50px rgba(9,54,66,.28);
}
.home-page .portrait-card{
  position:absolute;
  z-index:3;
  right:34px;
  bottom:34px;
  min-width:220px;
  padding:14px 17px;
  border:1px solid rgba(255,255,255,.64);
  border-radius:14px;
  background:rgba(248,253,252,.85);
  color:var(--navy-deep);
  box-shadow:0 14px 32px rgba(6,54,67,.22);
}
.home-page .portrait-card strong{display:block;font-size:17px}
.home-page .portrait-card span{display:block;margin-top:2px;color:var(--muted);font-size:13px}

.home-page .framework-band{
  max-width:var(--maxw);
  margin:0 auto 68px;
  padding:0 16px;
}
.home-page .framework-inner{
  padding:28px 32px 24px;
  border:1px solid var(--line);
  border-radius:22px;
  background:radial-gradient(ellipse at 50% 62%,rgba(91,171,167,.14),transparent 38%),rgba(216,238,236,.78);
  box-shadow:0 14px 36px rgba(35,104,113,.08);
}
.home-page .framework-intro{max-width:760px;margin:0;text-align:left}
.home-page .framework-intro h2{margin:6px 0;color:var(--navy-deep);font-size:clamp(26px,2.5vw,32px);line-height:1.2}
.home-page .framework-intro p{margin:0;color:var(--muted);font-size:15px}
.home-page .framework-cycle{position:relative;width:100%;max-width:860px;height:330px;margin:22px auto 0}
.home-page .cycle-ring{position:absolute;left:50%;top:50%;width:250px;height:140px;transform:translate(-50%,-50%);border:3px solid rgba(39,130,132,.56);border-radius:50%;box-shadow:0 0 0 12px rgba(255,255,255,.34),0 15px 38px rgba(35,104,113,.11)}
.home-page .cycle-ring::before{content:"";position:absolute;inset:-9px;border:2px dashed rgba(39,130,132,.3);border-radius:50%}
.home-page .cycle-core{position:absolute;inset:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(39,130,132,.3);border-radius:50%;background:linear-gradient(145deg,#f8fcfb,#d9eeeb);color:var(--navy-deep);font-size:14px;font-weight:800;line-height:1.2;text-align:center;box-shadow:0 12px 28px rgba(35,104,113,.13)}
.home-page .cycle-core span{display:block;margin-top:3px;color:var(--teal-dark);font-size:25px;line-height:.8}
.home-page .method-list{position:absolute;inset:0;list-style:none;counter-reset:none;padding:0;margin:0}
.home-page .method-list li{position:absolute;display:flex;gap:10px;width:260px;min-height:112px;margin:0;padding:14px;border:1px solid rgba(119,172,173,.62);border-radius:16px;background:rgba(250,253,253,.96);color:var(--text);box-shadow:0 11px 26px rgba(35,104,113,.1);text-align:left}
.home-page .method-list li::before{display:none}
.home-page .method-list li::after{display:none}
.home-page .method-list .step-plan{top:0;left:0;transform:none}
.home-page .method-list .step-organize{right:0;top:0;transform:none}
.home-page .method-list .step-optimize{right:0;bottom:0;transform:none}
.home-page .method-list .step-control{left:0;bottom:0;transform:none}
.home-page .step-number{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--teal-dark);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em}
.home-page .method-list strong{display:block;margin:1px 0 5px;color:var(--navy-deep);font-size:18px}
.home-page .method-list p{margin:0;color:#456773;font-size:13px;line-height:1.42}

.home-page .section{max-width:var(--maxw);margin:12px auto 64px}
.home-page .services-heading h2{margin:6px 0 2px;color:var(--navy-deep);font-size:clamp(26px,2.5vw,32px);line-height:1.2}
.home-page .services-intro{max-width:760px;margin:12px 0 0;color:var(--muted);font-size:17px;line-height:1.47;letter-spacing:-.006em}
.home-page #services .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-page .card{
  background:rgba(250,253,253,.92);
  border:1px solid var(--line);
  color:var(--text);
  box-shadow:0 14px 36px rgba(30,93,103,.08);
}
.home-page .card h3,.home-page .card h2{color:var(--navy-deep)}
.home-page .small,.home-page .muted{color:var(--muted)}
.home-page .kicker{color:var(--teal-dark)}
.home-page .grid{gap:18px}
.home-page .growth-ribbon{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin:18px 0 0;
  padding:52px 20px;
  background:
    radial-gradient(620px 280px at 82% 12%,rgba(121,191,189,.34),transparent 66%),
    linear-gradient(135deg,#123f58 0%,#1d6170 55%,#347d7e 100%);
  box-shadow:inset 0 1px rgba(228,251,248,.18),inset 0 -1px rgba(8,48,63,.35),0 22px 54px rgba(25,82,92,.15);
}
.home-page .growth-ribbon::before{content:"";position:absolute;z-index:-1;width:430px;height:430px;right:-150px;top:-290px;border:1px solid rgba(222,248,244,.26);border-radius:45% 55% 63% 37%;transform:rotate(18deg)}
.home-page .growth-ribbon::after{content:"";position:absolute;z-index:-1;width:360px;height:150px;left:-120px;bottom:-100px;border-radius:50%;background:rgba(125,197,194,.14)}
.home-page .growth-ribbon-inner{max-width:var(--maxw);margin:0 auto}
.home-page .growth-ribbon p{max-width:930px;margin:0 auto;color:#fff;font-size:32px;font-weight:700;line-height:1.2;letter-spacing:normal;text-align:center;text-wrap:balance}
.home-page .growth-ribbon p span{color:#FFA41C}
.home-page .carousel-frame{position:relative}
.home-page .carousel-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  width:48px;
  height:48px;
  padding:0;
  transform:translateY(-50%);
  border:1px solid #e28b00;
  border-radius:50%;
  background:#FFA41C;
  color:#173647;
  font-family:"Amazon Ember",Arial,sans-serif;
  font-size:22px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 25px rgba(64,84,80,.24);
}
.home-page .carousel-arrow-left{left:-22px}
.home-page .carousel-arrow-right{right:-22px}
.home-page .carousel-arrow:hover,.home-page .carousel-arrow:focus-visible{border-color:#c87900;background:var(--accent-hover);color:#173647;outline:9px solid rgba(255,164,28,.3);outline-offset:3px;transform:translateY(-50%)}

.home-page .cases-section{max-width:var(--maxw);margin:82px auto 66px}
.home-page .cases-heading h2{color:var(--navy-deep);font-size:clamp(26px,2.5vw,32px);line-height:1.2}
.home-page .cases-intro,.home-page .case-count{color:var(--muted)}
.home-page .case-study{
  border-color:#a9ccca;
  background:linear-gradient(135deg,#d7ece9 0%,#edf7f6 50%,#d4e9e8 100%);
  box-shadow:0 20px 45px rgba(35,99,108,.12);
}
.home-page .case-study-stacked{grid-template-columns:1fr;min-height:0}
.home-page .case-study-stacked .case-copy{padding:36px 44px 10px;justify-content:flex-start}
.home-page .case-study-stacked h3{max-width:920px;margin:12px 0 18px;font-family:"Amazon Ember",Arial,sans-serif;font-weight:800;line-height:1.02;letter-spacing:-.035em;text-wrap:balance}
.home-page .case-study-stacked .case-summary{width:100%;max-width:840px;color:#365d68;font-size:18px;font-weight:400;line-height:1.45;letter-spacing:-.005em}
.home-page .case-study-stacked .case-visual{width:100%;padding:0 44px 40px}
.home-page .case-number{color:var(--teal-dark)}
.home-page .case-study h3{color:var(--navy-deep)}
.home-page .case-summary{color:#456773}
.home-page .case-metric{border-color:#b3d3d1;background:rgba(255,255,255,.75);color:var(--navy-deep)}
.home-page .case-visual{background:radial-gradient(circle at 70% 40%,rgba(55,139,140,.16),transparent 62%)}
.home-page .case-visual img{box-shadow:0 20px 44px rgba(28,88,96,.2)}
.home-page .case-media-slider{position:relative;width:100%;min-width:0}
.home-page .case-media-track{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;border-radius:12px}
.home-page .case-media-track::-webkit-scrollbar{display:none}
.home-page .case-media-slide{flex:0 0 100%;width:100%;scroll-snap-align:start}
.home-page .case-media-slide img{width:100%;height:auto;max-height:420px;object-fit:contain}
.home-page .case-media-arrow{
  position:absolute;
  z-index:3;
  top:50%;
  width:44px;
  height:44px;
  padding:0;
  transform:translateY(-50%);
  border:1px solid #e28b00;
  border-radius:50%;
  background:#FFA41C;
  color:#173647;
  font-family:"Amazon Ember",Arial,sans-serif;
  font-size:20px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(23,54,71,.28)
}
.home-page .case-media-arrow-left{left:10px}
.home-page .case-media-arrow-right{right:10px}
.home-page .case-media-arrow:hover,.home-page .case-media-arrow:focus-visible{background:var(--accent-hover);outline:6px solid rgba(255,164,28,.3);outline-offset:2px;transform:translateY(-50%)}
.home-page .case-media-count{position:absolute;z-index:3;left:50%;bottom:10px;transform:translateX(-50%);padding:4px 10px;border-radius:999px;background:rgba(16,55,72,.88);color:#fff;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;pointer-events:none}
.home-page .case-note{color:#66818a}
@media (max-width:760px){
  .home-page .case-study-stacked .case-copy{padding:30px 24px 10px}
  .home-page .case-study-stacked h3{line-height:1.06}
  .home-page .case-study-stacked .case-summary{font-size:16px;line-height:1.5}
  .home-page .case-study-stacked .case-visual{padding:0 18px 22px}
}

.home-page .recommendations-section{
  max-width:var(--maxw);
  margin:86px auto 72px;
  padding:0 16px;
}
.home-page .recommendations-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}
.home-page .recommendations-heading{max-width:760px}
.home-page .recommendations-heading h2{margin:8px 0 12px;color:var(--navy-deep);font-size:clamp(26px,2.5vw,32px);line-height:1.2}
.home-page .recommendations-heading p{margin:0;color:var(--muted);font-size:17px}
.home-page .recommendation-count{min-width:64px;text-align:center;color:var(--muted);font-variant-numeric:tabular-nums}
.home-page .recommendations-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:2px 1px 16px}
.home-page .recommendations-track::-webkit-scrollbar{display:none}
.home-page .recommendations-track:focus-visible{outline:3px solid rgba(39,130,132,.32);outline-offset:6px;border-radius:22px}
.home-page .recommendation-card{display:flex;min-width:100%;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#dcefed,#edf7f6);box-shadow:0 14px 36px rgba(30,93,103,.09)}
.home-page .recommendation-image{display:flex;width:100%;align-items:center;justify-content:center;padding:clamp(18px,3vw,34px)}
.home-page .recommendation-image img{display:block;width:100%;height:auto;max-height:650px;object-fit:contain;border-radius:10px;background:#fff;box-shadow:0 16px 34px rgba(30,82,90,.16);transition:transform .2s ease,box-shadow .2s ease}
.home-page .recommendation-image:hover img{transform:scale(1.008);box-shadow:0 20px 40px rgba(30,82,90,.21)}

.home-page .certifications-section{
  max-width:var(--maxw);
  margin:86px auto 72px;
  padding:0 16px;
}
.home-page .certifications-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}
.home-page .certifications-heading{max-width:760px}
.home-page .certifications-heading h2{margin:8px 0 12px;color:var(--navy-deep);font-size:clamp(26px,2.5vw,32px);line-height:1.2}
.home-page .certifications-heading p{margin:0;color:var(--muted);font-size:17px}
.home-page .credential-count{min-width:64px;text-align:center;color:var(--muted);font-variant-numeric:tabular-nums}
.home-page .credentials-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:2px 1px 16px}
.home-page .credentials-track::-webkit-scrollbar{display:none}
.home-page .credentials-track:focus-visible{outline:3px solid rgba(39,130,132,.32);outline-offset:6px;border-radius:22px}
.home-page .credential-card{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);
  min-width:100%;
  min-height:500px;
  overflow:hidden;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(250,253,253,.94);
  box-shadow:0 14px 36px rgba(30,93,103,.09);
}
.home-page .credential-image{display:flex;align-items:center;justify-content:center;padding:clamp(20px,4vw,44px);background:linear-gradient(145deg,#dcefed,#edf7f6)}
.home-page .credential-image img{display:block;width:100%;max-height:430px;aspect-ratio:1.41/1;object-fit:contain;border-radius:10px;background:#fff;box-shadow:0 16px 34px rgba(30,82,90,.16);transition:transform .2s ease,box-shadow .2s ease}
.home-page .credential-image:hover img{transform:scale(1.015);box-shadow:0 20px 40px rgba(30,82,90,.21)}
.home-page .credential-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,54px)}
.home-page .credential-provider{color:var(--teal-dark);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.home-page .credential-card h3{margin:10px 0 18px;color:var(--navy-deep);font-size:clamp(25px,3.2vw,36px);line-height:1.12;letter-spacing:-.02em}
.home-page .credential-description{margin:0 0 26px;color:#456773;font-size:16px;line-height:1.65}
.home-page .credential-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.home-page .credential-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 15px;
  border:1px solid #e28b00;
  border-radius:999px;
  background:#FFA41C;
  color:#173647;
  font-weight:800;
}
.home-page .credential-action:hover{background:var(--accent-hover);color:#173647;text-decoration:none}

.home-page .schedule-section{
  padding:32px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(248,252,252,.9);
  box-shadow:0 16px 38px rgba(35,104,113,.09);
}
.home-page .schedule-heading{max-width:760px;margin-bottom:0}
.home-page .schedule-heading h2{margin:8px 0 12px;color:var(--navy-deep);font-size:clamp(26px,2.5vw,32px);line-height:1.2}
.home-page .schedule-heading p{margin:0;color:var(--muted);font-size:17px}
.home-page .schedule-button{flex:none;white-space:nowrap}
.home-page .calendly-embed-shell{
  margin-top:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:#f7fbfb;
  box-shadow:0 18px 42px rgba(8,63,82,.14);
}
.home-page .calendly-inline-widget{min-width:320px;height:720px}
.home-page .schedule-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin-top:0}
.home-page .schedule-actions p{margin:0;color:var(--muted);font-size:15px}
.home-page .contacts-heading h2{margin:6px 0 2px;color:var(--navy-deep);font-size:clamp(26px,2.5vw,32px);line-height:1.2}
.home-page .contact-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.home-page .contact-link-card{display:flex;align-items:center;gap:18px;min-height:112px;padding:22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#d6ebe8,#f7fbfb);color:var(--text);box-shadow:0 12px 28px rgba(35,104,113,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.home-page .contact-link-card:hover{border-color:var(--teal);color:var(--text);text-decoration:none;transform:translateY(-2px);box-shadow:0 16px 34px rgba(35,104,113,.13)}
.home-page .contact-link-card img{display:block;flex:0 0 auto;width:64px;height:64px;object-fit:contain}
.home-page .contact-link-card strong{display:block;color:var(--navy-deep);font-size:18px;line-height:1.25}
.home-page .contact-link-card small{display:block;margin-top:5px;color:var(--muted);font-size:14px;overflow-wrap:anywhere}
.home-page footer{max-width:var(--maxw);color:var(--muted);border-top:1px solid rgba(129,177,179,.55);padding-top:24px}
.home-page .privacy-notice{background:#f7fbfb;border-color:var(--line);box-shadow:0 18px 44px rgba(27,83,92,.2)}
.home-page .privacy-notice p{color:var(--muted)}

@media (max-width:940px){
  .home-page .hero{margin-left:16px;margin-right:16px;grid-template-columns:1fr;min-height:0}
  .home-page .hero-copy{padding:48px 38px 30px}
  .home-page .hero-photo{min-height:520px;padding:24px 42px 0}
  .home-page .hero-photo img{max-height:510px;width:min(100%,470px)}
  .home-page .photo-halo{right:50%;transform:translateX(50%) rotate(-8deg)}
  .home-page .portrait-card{right:calc(50% - 225px)}
  .home-page .framework-cycle{max-width:680px;height:320px}
  .home-page .cycle-ring{width:200px;height:112px}
  .home-page .cycle-core{inset:17px;font-size:12px}
  .home-page .cycle-core span{font-size:22px}
  .home-page .method-list li{width:220px;min-height:112px;padding:13px}
  .home-page .credential-card{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)}
}

@media (max-width:760px){
  html{scroll-padding-top:126px}
  .home-page{padding-top:92px}
  .home-page .schedule-section{padding:22px 18px}
  .home-page .schedule-actions{align-items:stretch}
  .home-page .schedule-actions p{text-align:center}
  .home-page .schedule-button{width:100%;white-space:normal;text-align:center}
  .home-page .calendly-inline-widget{height:780px}
  .home-page header{padding:16px;align-items:flex-start}
  .home-page nav{flex-wrap:wrap;justify-content:flex-end;gap:5px}
  .home-page nav a{margin-left:8px;font-size:14px}
  .home-page .hero{border-radius:22px}
  .home-page .hero-copy{padding:38px 24px 26px}
  .home-page .hero h1{font-size:26px;line-height:1.2}
  .home-page .hero-sub{font-size:16px;line-height:1.4}
  .home-page .framework-intro h2,.home-page .services-heading h2,.home-page .cases-heading h2,.home-page .recommendations-heading h2,.home-page .certifications-heading h2,.home-page .schedule-heading h2,.home-page .contacts-heading h2{font-size:26px;line-height:1.3}
  .home-page .hero-photo{min-height:420px;padding:20px 22px 0}
  .home-page .hero-photo img{max-height:420px}
  .home-page .photo-halo{width:350px;height:350px;bottom:46px}
  .home-page .portrait-card{right:22px;bottom:20px;min-width:200px}
  .home-page .framework-inner{padding:28px 20px 22px}
  .home-page .framework-cycle{height:auto;padding-top:102px}
  .home-page .cycle-ring{top:0;width:150px;height:82px;transform:translateX(-50%)}
  .home-page .cycle-ring::before{inset:-7px}
  .home-page .cycle-core{inset:10px;font-size:10px}
  .home-page .cycle-core span{margin-top:2px;font-size:18px}
  .home-page .method-list{position:static;display:grid;gap:10px}
  .home-page .method-list li,.home-page .method-list .step-plan,.home-page .method-list .step-organize,.home-page .method-list .step-optimize,.home-page .method-list .step-control{position:relative;inset:auto;width:100%;min-height:0;transform:none}
  .home-page .method-list li::after{display:none}
  .home-page #services .grid{grid-template-columns:1fr}
  .home-page .contact-links{grid-template-columns:1fr}
  .home-page .recommendations-heading-row,
  .home-page .certifications-heading-row{align-items:flex-start;flex-direction:column}
  .home-page .recommendation-count,.home-page .credential-count{align-self:flex-end}
  .home-page .credential-card{grid-template-columns:1fr;min-height:0}
  .home-page .credential-image{padding:24px}
  .home-page .credential-image img{max-height:360px}
  .home-page .credential-content{padding:30px 24px}
  .home-page .carousel-arrow-left{left:8px}
  .home-page .carousel-arrow-right{right:8px}
}

@media (max-width:520px){
  .home-page .brand span{display:none}
  .home-page .brand .logo{height:38px}
  .home-page nav a{font-size:13px}
  .home-page .hero-photo{min-height:360px}
  .home-page .hero-photo img{max-height:365px}
  .home-page .portrait-card{left:22px;right:22px;bottom:16px;min-width:0}
  .home-page .growth-ribbon{padding:30px 18px}
  .home-page .growth-ribbon p{font-size:24px;line-height:1.3}
  .home-page .credential-card h3{font-size:27px}
  .home-page .carousel-arrow{width:44px;height:44px;font-size:20px}
  .home-page .recommendation-image{padding:14px}
  .home-page .contact-link-card{padding:18px}
  .home-page .contact-link-card img{width:54px;height:54px}
}

@media (prefers-reduced-motion:reduce){
  .home-page .cases-track,.home-page .recommendations-track,.home-page .credentials-track{scroll-behavior:auto}
  .home-page .recommendation-image img,.home-page .credential-image img{transition:none}
}

/* Supporting pages share the same ocean palette and typography. */
.legal-page,.not-found-page{font-family:"Amazon Ember",Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#edf8f7,var(--bg))}
.legal-page header,.legal-page main,.legal-page footer,.not-found-page header,.not-found-page main,.not-found-page footer{max-width:850px}
.legal-page .brand,.not-found-page .brand{color:var(--navy-deep)}
.legal-page .card,.not-found-page .card{background:rgba(255,255,255,.92);border-color:var(--line);color:var(--text);box-shadow:0 18px 45px rgba(27,87,97,.1)}
.legal-page h1,.legal-page h2,.not-found-page h1{color:var(--navy-deep)}
.legal-page .muted,.legal-page footer,.not-found-page .muted,.not-found-page footer{color:var(--muted)}
.legal-page a,.not-found-page a{color:var(--teal-dark)}
.not-found-page .code{color:var(--teal)}
.not-found-page .btn{background:#FFA41C;color:var(--navy-deep);border-color:#e28b00}

/* Bloomberg-inspired editorial typography, using the DigiStrategos typeface. */
.home-page{
  --type-display:clamp(36px,3.7vw,48px);
  --type-section:clamp(30px,3vw,38px);
  --type-feature:clamp(27px,4vw,40px);
  --type-card:clamp(22px,2.1vw,27px);
  --type-deck:clamp(17px,1.55vw,19px);
  font-family:"Amazon Ember",Arial,sans-serif;
  font-size:16px;
  line-height:1.5;
}

.home-page h1,
.home-page h2,
.home-page h3{
  font-family:"Amazon Ember",Arial,sans-serif;
  color:var(--navy-deep);
  font-weight:800;
  text-wrap:balance;
}

.home-page .hero h1{
  max-width:620px;
  margin:0 0 20px;
  color:#fff;
  font-size:var(--type-display);
  line-height:1.02;
  letter-spacing:-.038em;
}

.home-page .framework-intro h2,
.home-page .services-heading h2,
.home-page .cases-heading h2,
.home-page .recommendations-heading h2,
.home-page .certifications-heading h2,
.home-page .schedule-heading h2,
.home-page .contacts-heading h2{
  font-size:var(--type-section);
  font-weight:800;
  line-height:1.06;
  letter-spacing:-.032em;
}

.home-page .services-heading h2,
.home-page .contacts-heading h2{margin:8px 0 4px}

.home-page .framework-intro h2,
.home-page .recommendations-heading h2,
.home-page .certifications-heading h2,
.home-page .schedule-heading h2{margin:8px 0 13px}

.home-page .cases-heading h2{margin:8px 0 0}

.home-page #services .card h3{
  margin:0 0 12px;
  font-size:var(--type-card);
  line-height:1.1;
  letter-spacing:-.025em;
}

.home-page .case-study h3,
.home-page .case-study-stacked h3{
  margin:14px 0 18px;
  font-size:var(--type-feature);
  font-weight:800;
  line-height:1.02;
  letter-spacing:-.035em;
}

.home-page .credential-card h3{
  margin:10px 0 18px;
  font-size:clamp(26px,3vw,34px);
  font-weight:800;
  line-height:1.06;
  letter-spacing:-.032em;
}

.home-page .growth-ribbon p{
  font-size:clamp(27px,3vw,34px);
  font-weight:800;
  line-height:1.08;
  letter-spacing:-.025em;
}

.home-page .kicker,
.home-page .case-number,
.home-page .credential-provider{
  font-size:12px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.home-page .hero-sub{
  max-width:610px;
  margin:0 0 25px;
  color:#d9eeee;
  font-size:var(--type-deck);
  font-weight:400;
  line-height:1.44;
  letter-spacing:-.008em;
}

.home-page .hero-benefits li{
  font-size:16px;
  line-height:1.42;
  letter-spacing:-.004em;
}

.home-page .framework-intro p,
.home-page .cases-intro,
.home-page .recommendations-heading p,
.home-page .certifications-heading p,
.home-page .schedule-heading p{
  max-width:760px;
  color:var(--muted);
  font-size:17px;
  font-weight:400;
  line-height:1.47;
  letter-spacing:-.006em;
}

.home-page #services .small,
.home-page .credential-description{
  color:#456773;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  letter-spacing:-.003em;
}

.home-page .case-summary{
  max-width:560px;
  color:#365d68;
  font-size:17px;
  font-weight:400;
  line-height:1.48;
  letter-spacing:-.005em;
}

.home-page .case-study-stacked .case-summary{
  max-width:840px;
  font-size:18px;
  line-height:1.45;
}

.home-page .case-study-stacked .case-summary p{margin:0 0 14px}
.home-page .case-study-stacked .case-summary p:last-child{margin-bottom:0}

.home-page .method-list strong{
  font-size:19px;
  font-weight:800;
  line-height:1.15;
  letter-spacing:-.018em;
}

.home-page .method-list p{
  font-size:14px;
  font-weight:400;
  line-height:1.45;
  letter-spacing:-.002em;
}

.home-page .btn,
.home-page button,
.home-page nav a,
.home-page .credential-action{
  font-family:"Amazon Ember",Arial,sans-serif;
  font-weight:800;
  letter-spacing:.005em;
}

.home-page .portrait-card strong,
.home-page .contact-link-card strong{
  font-weight:800;
  line-height:1.18;
  letter-spacing:-.015em;
}

.home-page .portrait-card span,
.home-page .contact-link-card small,
.home-page .schedule-actions p,
.home-page footer{
  line-height:1.45;
}

@media (max-width:760px){
  .home-page{
    --type-display:clamp(34px,10vw,41px);
    --type-section:clamp(27px,7.8vw,31px);
    --type-feature:clamp(27px,8.5vw,31px);
    --type-card:clamp(22px,6vw,25px);
    --type-deck:17px;
    font-size:16px;
    line-height:1.5;
  }

  .home-page .hero h1{
    font-size:var(--type-display);
    line-height:1.03;
    letter-spacing:-.036em;
  }

  .home-page .framework-intro h2,
  .home-page .services-heading h2,
  .home-page .cases-heading h2,
  .home-page .recommendations-heading h2,
  .home-page .certifications-heading h2,
  .home-page .schedule-heading h2,
  .home-page .contacts-heading h2{
    font-size:var(--type-section);
    line-height:1.07;
    letter-spacing:-.03em;
  }

  .home-page .case-study h3,
  .home-page .case-study-stacked h3{
    font-size:var(--type-feature);
    line-height:1.04;
    letter-spacing:-.032em;
  }

  .home-page #services .card h3{
    font-size:var(--type-card);
    line-height:1.1;
  }

  .home-page .credential-card h3{
    font-size:clamp(25px,7.5vw,29px);
    line-height:1.06;
  }

  .home-page .hero-sub,
  .home-page .framework-intro p,
  .home-page .cases-intro,
  .home-page .recommendations-heading p,
  .home-page .certifications-heading p,
  .home-page .schedule-heading p{
    font-size:16px;
    line-height:1.48;
  }

  .home-page .case-summary,
  .home-page .case-study-stacked .case-summary,
  .home-page #services .small,
  .home-page .credential-description{
    font-size:16px;
    line-height:1.5;
  }

  .home-page .method-list p{font-size:15px;line-height:1.45}
  .home-page .growth-ribbon p{font-size:clamp(25px,7vw,29px);line-height:1.1}
}

@media (max-width:520px){
  .home-page{--type-display:34px;--type-section:27px;--type-feature:28px;--type-card:23px}
  .home-page .kicker,
  .home-page .case-number,
  .home-page .credential-provider{font-size:11px;letter-spacing:.14em}
  .home-page .growth-ribbon p{font-size:25px;line-height:1.12}
}

@media (max-width:760px){
  .home-page .services-intro{font-size:16px;line-height:1.48}
}
