/* Nav */
.yi-nav{
  position:sticky;
  top:0;
  z-index:50;
  background:var(--yi-bg);
  border-bottom:1px solid var(--yi-navy);
}
.yi-nav-bar{
  max-width:var(--yi-container-max);
  margin:0 auto;
  padding:20px var(--yi-gutter);
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.yi-nav-logo img{height:42px;display:block;width:277px;}
.yi-nav-logo-tag{
  display:block;
  font-size:9px;
  font-weight:700;
  letter-spacing:0.22em;
  color:var(--yi-muted);
  margin-top:0;
  text-align:center;
}
.yi-nav-links{display:flex;gap:40px;font-size:15px;font-weight:700;letter-spacing:0.02em;}
.yi-nav-link--active{border-bottom:2px solid var(--yi-accent);padding-bottom:2px;}
.yi-nav-actions{display:flex;align-items:center;gap:14px;}

/* Footer */
.yi-footer-col{font-size:13px;line-height:2.1;}
.yi-footer-link{display:block;}
.yi-footer-col-title{color:#fff;font-weight:700;margin-bottom:8px;}
.yi-footer-logo{height:24px;display:block;margin-bottom:20px;}

/* Buttons */
.yi-btn{
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  display:inline-block;
  transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;
}
.yi-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,59,92,0.18);filter:brightness(0.94);}
.yi-btn--primary{background:var(--yi-navy);color:#fff;padding:15px 28px;}
.yi-btn--primary-lg{background:var(--yi-navy);color:#fff;padding:15px 28px;}
.yi-btn--outline{border:1.5px solid var(--yi-navy);padding:15px 28px;}
.yi-btn--outline-lg{border:1.5px solid var(--yi-navy);padding:15px 28px;}
.yi-btn--cta-navy{background:var(--yi-navy);color:#fff;padding:17px 36px;font-size:15px;display:inline-block;}
.yi-band--accent .yi-container--cta > .yi-btn--cta-navy{margin-top:36px;}
.yi-btn--green{background:var(--yi-green);color:#fff;padding:17px 34px;font-size:15px;}
.yi-btn--green-lg{background:var(--yi-green);color:#fff;padding:17px 34px;font-size:15px;}
.yi-btn--green-bio{background:var(--yi-green);color:#fff;padding:16px 32px;font-size:15px;font-weight:700;}
.yi-btn--on-dark-bio{border:1.5px solid var(--yi-navy-border);color:#fff;padding:16px 32px;font-size:15px;font-weight:700;}
.yi-btn--white-green{background:#fff;color:var(--yi-green-text);padding:16px 32px;font-size:15px;}
.yi-btn--accent{background:var(--yi-accent);color:#fff;padding:17px 36px;font-size:15px;}
.yi-btn--accent-sm{background:var(--yi-accent);color:#fff;padding:15px 26px;font-size:14px;}
.yi-btn--accent-md{background:var(--yi-accent);color:#fff;padding:14px 24px;font-size:14px;font-weight:700;}
.yi-btn--on-dark{border:1.5px solid var(--yi-navy-border);color:#fff;padding:17px 34px;font-size:15px;}
.yi-btn--on-dark-sm{border:1.5px solid var(--yi-navy-border);color:#fff;padding:15px 26px;font-size:14px;font-weight:700;}
.yi-btn--on-dark-md{border:1.5px solid var(--yi-navy-border);color:#fff;padding:14px 24px;font-size:14px;font-weight:700;}
.yi-btn--nav-cta{background:var(--yi-navy);color:#fff;padding:11px 20px;font-size:12px;font-weight:700;letter-spacing:0.03em;}
.yi-btn--nav-cta-active{border-bottom:2px solid var(--yi-accent);}
.yi-btn--submit{display:inline-flex;align-items:center;gap:12px;align-self:flex-start;background:var(--yi-navy);color:#fff;padding:16px 30px;font-size:15px;font-weight:700;border:none;cursor:pointer;}
.yi-link--accent{display:inline-block;font-size:14px;font-weight:700;color:var(--yi-accent);border-bottom:1px solid var(--yi-accent);padding-bottom:2px;}
.yi-link--accent-sm{font-size:13px;font-weight:700;color:var(--yi-accent);border-bottom:1px solid var(--yi-accent);}
.yi-link--orange{font-size:13px;font-weight:700;color:#d57f33;border-bottom:1px solid #d57f33;}
.yi-link--pink{font-size:13px;font-weight:700;color:#d63f7e;border-bottom:1px solid #d63f7e;}
.yi-link--green-tag{font-size:13px;font-weight:700;color:#5a9e48;border-bottom:1px solid #5a9e48;}
.yi-link--green{display:inline-block;margin-top:24px;font-size:14px;font-weight:700;color:var(--yi-green-soft);border-bottom:1px solid var(--yi-green-soft);padding-bottom:2px;}
.yi-caption{font-size:13px;opacity:0.9;}
.yi-caption--on-green{font-size:13px;color:#fff;opacity:0.9;}

/* Brand grids (2x2) — never stack on mobile */
.yi-brand-grid{display:grid;gap:5px;}
.yi-brand-grid--11{grid-template-columns:repeat(2,11px);gap:3px;}
.yi-brand-grid--16{grid-template-columns:repeat(2,16px);}
.yi-brand-grid--18{grid-template-columns:repeat(2,18px);margin-top:6px;}
.yi-brand-grid--20{grid-template-columns:repeat(2,20px);}
.yi-brand-grid__cell{width:100%;height:100%;}
.yi-brand-grid--11 .yi-brand-grid__cell{width:11px;height:11px;}
.yi-brand-grid--16 .yi-brand-grid__cell{width:16px;height:16px;}
.yi-brand-grid--18 .yi-brand-grid__cell{width:18px;height:18px;}
.yi-brand-grid--20 .yi-brand-grid__cell{width:20px;height:20px;}

/* Icon slots */
.yi-icon-slot{height:42px;display:flex;align-items:flex-end;margin-bottom:20px;}
.yi-icon-slot--lg{height:48px;margin-bottom:24px;}

/* Shapes — chevron */
.yi-chev{clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);}
.yi-shape-chev--52{width:52px;height:52px;background:var(--yi-accent);animation:yi-chev 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--40{width:40px;height:40px;background:var(--yi-accent);animation:yi-chev 3.8s ease-in-out infinite .3s;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--34{width:34px;height:34px;background:#fff;animation:yi-chev 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--26{width:26px;height:26px;background:rgba(255,255,255,0.55);animation:yi-chev 3.4s ease-in-out infinite .25s;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--16{width:16px;height:16px;}
.yi-shape-chev--conn{width:24px;height:24px;background:var(--yi-green);animation:yi-chev 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--conn-d{animation-delay:.3s;}
.yi-shape-chev--bar{width:42px;height:9px;background:#fff;clip-path:none;animation:yi-chev 3.6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--bar-m{width:30px;height:9px;background:rgba(255,255,255,0.8);clip-path:none;animation:yi-chev 3.6s ease-in-out infinite .2s;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--bar-s{width:36px;height:9px;background:rgba(255,255,255,0.55);clip-path:none;animation:yi-chev 3.6s ease-in-out infinite .4s;animation-play-state:var(--yi-play,running);}

/* Shapes — diamond / square */
.yi-shape-diamond--48{width:48px;height:48px;background:var(--yi-pink);transform:rotate(45deg);animation:yi-spin 6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--38{width:38px;height:38px;background:var(--yi-orange);transform:rotate(45deg);margin:4px 0 22px 12px;animation:yi-spin 6.2s ease-in-out infinite .2s;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--36{width:36px;height:36px;background:var(--yi-green);transform:rotate(45deg);margin-left:16px;animation:yi-floatd 4.6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--36-m{width:36px;height:36px;background:var(--yi-green);opacity:0.55;transform:rotate(45deg);margin-left:16px;animation:yi-floatd 4.6s ease-in-out infinite .5s;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--34{width:34px;height:34px;background:var(--yi-green);transform:rotate(45deg);margin:0 0 4px 14px;animation:yi-spin 6.5s ease-in-out infinite .2s;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--30{width:30px;height:30px;background:var(--yi-green);transform:rotate(45deg);margin-left:14px;animation:yi-floatd 4.6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--30-m{width:30px;height:30px;background:var(--yi-green);opacity:0.55;transform:rotate(45deg);margin-left:14px;animation:yi-floatd 4.6s ease-in-out infinite .5s;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--18{width:18px;height:18px;flex:none;transform:rotate(45deg);}
.yi-shape-diamond--18-spin{background:var(--yi-pink);animation:yi-spin 5.5s ease-in-out infinite .3s;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--18-spin-g{background:var(--yi-green);animation:yi-spinr 5.5s ease-in-out infinite .5s;animation-play-state:var(--yi-play,running);}
.yi-shape-square--30{width:30px;height:30px;animation:yi-bob 3.6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-square--30-m{width:30px;height:30px;opacity:0.55;margin-top:12px;animation:yi-bob 3.6s ease-in-out infinite .45s;animation-play-state:var(--yi-play,running);}
.yi-shape-square--30-offset{width:34px;height:34px;opacity:0.55;margin-bottom:14px;animation:yi-bob 3.6s ease-in-out infinite .45s;animation-play-state:var(--yi-play,running);}
.yi-shape-square--18{width:18px;height:18px;flex:none;animation:yi-pulse 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-dot--18{width:18px;height:18px;flex:none;animation:yi-pulse 3.4s ease-in-out infinite .7s;animation-play-state:var(--yi-play,running);}

/* Home responsive band shapes */
.yi-home-shapes{position:relative;width:280px;height:240px;flex:none;}
.yi-home-shape-chev{position:absolute;right:120px;top:0;width:104px;height:104px;background:#fff;clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);animation:yi-float var(--yi-dur,6.5s) ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-home-shape-sq1{position:absolute;right:150px;top:130px;width:74px;height:74px;background:#fff;animation:yi-bob 5s ease-in-out infinite .6s;animation-play-state:var(--yi-play,running);}
.yi-home-shape-sq2{position:absolute;top:203px;left:132px;width:74px;height:74px;background:rgba(255,255,255,0.55);animation:yi-bob 5s ease-in-out infinite 1.1s;animation-play-state:var(--yi-play,running);}

/* Display type in bands */
.yi-display{font-family:var(--yi-font-display);font-size:58px;line-height:1;font-weight:500;color:#fff;}
.yi-display--italic{font-style:italic;}

/* List rows on navy */
.yi-list-navy{font-size:15px;line-height:1;color:var(--yi-text-on-navy);}
.yi-list-navy__item{padding:12px 0;border-top:1px solid var(--yi-navy-line);}

/* Belief row title */
.yi-belief-title{font-family:var(--yi-font-display);font-size:24px;}
.yi-belief-sub{font-size:16px;color:var(--yi-body);}

/* Tabula home grid */
.yi-home-tabula-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border-top:1px solid rgba(255,255,255,0.35);
}
.yi-home-tabula-grid__cell{padding:32px 32px 32px 0;border-right:1px solid rgba(255,255,255,0.35);}
.yi-home-tabula-grid__cell--mid{padding:32px;border-right:1px solid rgba(255,255,255,0.35);}
.yi-home-tabula-grid__cell--last{padding:32px 0 32px 32px;}

/* Portfolio stat */
.yi-portfolio-stat-grid{
  max-width:var(--yi-container-max);
  margin:0 auto;
  padding:0 var(--yi-gutter);
  display:grid;
  grid-template-columns:1fr 1fr;
}
.yi-portfolio-stat__left{padding:56px 48px 56px 0;border-right:1px solid #16567a;display:flex;align-items:baseline;gap:24px;}
.yi-portfolio-stat__right{padding:56px 0 56px 48px;display:flex;align-items:baseline;gap:24px;}
.yi-stat-num{font-family:var(--yi-font-display);font-weight:500;font-size:108px;line-height:0.9;}
.yi-stat-num--green{color:var(--yi-green);}
.yi-stat-num--orange{color:var(--yi-orange);line-height:0.78;}
.yi-stat-label{font-family:var(--yi-font-display);font-style:italic;font-size:26px;line-height:1.1;color:#fff;}
.yi-stat-caption{font-size:13px;color:#9fc0d2;margin-top:8px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;}

/* Client list */
.yi-client{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #e6e2d8;font-size:15px;font-weight:700;cursor:default;}
.yi-dot{width:8px;height:8px;flex:none;opacity:0.35;transform:scale(0.8);transition:.18s;}

/* Canvas flow connector */
.yi-conn-wrap{display:flex;justify-content:center;}
.yi-conn-wrap--pad{padding:0 8px;display:flex;align-items:center;}

/* Pulse animation cells */
.yi-pulse-w{animation:yi-pulse 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-pulse-w-d1{animation-delay:.2s;}
.yi-pulse-w-d2{animation-delay:.4s;}
.yi-pulse-w-d3{animation-delay:.6s;}
.yi-pulse-b{animation:yi-pulse 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-pulse-b-d1{animation-delay:.15s;}
.yi-pulse-b-d2{animation-delay:.3s;}
.yi-pulse-b-d3{animation-delay:.45s;}
.yi-pulse-g{animation:yi-pulse 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-pulse-g-d1{animation-delay:.2s;}
.yi-pulse-g-d2{animation-delay:.4s;}
.yi-pulse-g-d3{animation-delay:.6s;}
.yi-pulse-o{animation:yi-pulse 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-pulse-o-d1{animation-delay:.2s;}

.bg-white{background:#fff;}
.bg-white-55{background:rgba(255,255,255,0.55);}
.bg-blue{background:var(--yi-accent);}
.bg-blue-50{background:rgba(2,151,207,0.5);}
.bg-green{background:var(--yi-green);}
.bg-red{background:var(--yi-red);}
.bg-red-bright{background:#f61e09;}
.bg-red-soft{background:#f24f4f;}
.bg-orange{background:var(--yi-orange);}
.bg-green-light{background:#eef3ea;}
.bg-blue-light{background:#dceef6;}
.bg-orange-light{background:#fbeede;}

/* Tabula21 page */
.yi-tabula-hero-board{background:var(--yi-green);padding:44px;position:relative;overflow:hidden;min-height:300px;display:flex;align-items:center;justify-content:center;}
.yi-tabula-hero-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;width:100%;}
.yi-tabula-hero-cell{aspect-ratio:1;}
.yi-tabula-hero-cell--w92{background:rgba(255,255,255,0.92);animation:yi-pulse 3.6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-tabula-hero-cell--w45{background:rgba(255,255,255,0.45);animation:yi-pulse 3.6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-tabula-hero-cell--w100{background:#fff;clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);animation:yi-chev 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-tabula-hero-cell--d1{animation-delay:.2s;}
.yi-tabula-hero-cell--d2{animation-delay:.3s;}
.yi-tabula-hero-cell--d3{animation-delay:.5s;}
.yi-tabula-hero-cell--d4{animation-delay:.7s;}
.yi-tabula-hero-cell--d5{animation-delay:.15s;}
.yi-tabula-hero-cell--d6{animation-delay:.55s;}
.yi-tabula-hero-cell--d7{animation-delay:.9s;}
.yi-why__cell{padding:34px 36px 0 0;border-right:1px solid var(--yi-hairline);}
.yi-why__cell--mid{padding:34px 36px;border-right:1px solid var(--yi-hairline);}
.yi-why__cell--last{padding:34px 0 0 36px;}
.yi-tabula-flow-card{border:1px solid var(--yi-navy-border);padding:28px;}
.yi-tabula-flow-label{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;}
.yi-tabula-flow-label--strategy{color:#5ab0dc;}
.yi-tabula-flow-label--tactics{color:var(--yi-orange);}
.yi-tabula-flow-label--ops{color:var(--yi-green-soft);}
.yi-conn{width:24px;height:24px;background:var(--yi-green);clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);animation:yi-chev 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-conn--d{animation-delay:.3s;}
.yi-conn--sm{width:16px;height:16px;}
.yi-conn--blue{background:var(--yi-accent);}
.yi-conn--orange{background:var(--yi-orange);}
.yi-conn--static{animation:none;}
.yi-tabula-engine{display:flex;align-items:center;gap:18px;margin-top:28px;}
.yi-tabula-engine__line{height:1px;flex:1;background:var(--yi-navy-border);}
.yi-tabula-engine__badge{display:inline-flex;align-items:center;gap:9px;background:var(--yi-green);color:#fff;font-size:12px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;padding:9px 18px;border-radius:2px;}
.yi-tabula-engine__diamond{width:9px;height:9px;background:#fff;transform:rotate(45deg);display:inline-block;}
.yi-flow-box{flex:1;border:1px solid;border-radius:2px;padding:22px 16px;text-align:center;}
.yi-flow-box--accent{border-color:var(--yi-accent);}
.yi-flow-box--navy{flex:1.1;border-color:var(--yi-navy);background:var(--yi-navy);color:#fff;}
.yi-flow-box__label{font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:6px;}
.yi-flow-box__label--accent{color:var(--yi-accent);}
.yi-flow-box__label--light-blue{color:#39abd7;}
.yi-flow-box__label--mid-blue{color:#3cacd7;}
.yi-flow-box__label--on-navy{color:#5ab0dc;}
.yi-flow-box__text{font-size:13px;color:var(--yi-body);}
.yi-flow-box__text--on-navy{font-size:13px;color:#dbe7ee;}
.yi-journey-stage{flex:1;border:1px solid var(--yi-orange);border-radius:2px;padding:18px 14px;}
.yi-journey-stage__label{font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#d57f33;margin-bottom:10px;}
.yi-journey-tags{display:flex;flex-wrap:wrap;gap:5px;}
.yi-journey-tag{font-size:11px;background:#fbeede;color:#a85f1f;padding:3px 8px;border-radius:2px;}
.yi-shape-chev--34-orange{width:34px;height:34px;background:var(--yi-orange);clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);animation:yi-chev 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--26-orange-m{width:26px;height:26px;background:rgba(242,159,83,0.55);clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);animation:yi-chev 3.4s ease-in-out infinite .25s;animation-play-state:var(--yi-play,running);}
.yi-shape-bar--34-green{width:34px;height:7px;background:var(--yi-green);animation:yi-wave 3s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-bar--24-green-m{width:24px;height:7px;background:rgba(116,181,99,0.8);animation:yi-wave 3s ease-in-out infinite .2s;animation-play-state:var(--yi-play,running);}
.yi-shape-bar--30-green-s{width:30px;height:7px;background:rgba(116,181,99,0.55);animation:yi-wave 3s ease-in-out infinite .4s;animation-play-state:var(--yi-play,running);}
.yi-editorial-wrap{border:1px solid var(--yi-hairline);border-radius:2px;padding:20px;}
.yi-cal-head{font-size:11px;font-weight:700;color:var(--yi-muted);text-align:center;}
.yi-cal-row-label{font-size:12px;font-weight:700;color:var(--yi-body);}
.yi-cal-cell{aspect-ratio:1;}
.yi-founder-card{display:flex;gap:22px;align-items:flex-start;border-top:2px solid;padding-top:28px;}
.yi-founder-card--blue{border-color:var(--yi-accent);}
.yi-founder-card--green{border-color:var(--yi-green);}
.yi-founder-avatar{width:72px;height:72px;border-radius:50%;flex:none;overflow:hidden;}
.yi-founder-avatar--navy{background:var(--yi-navy-line);}
.yi-founder-avatar--green-bg{background:#eef3ea;}
.yi-founder-avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.yi-founder-avatar--luca img{object-position:50% 18%;}
.yi-founder-avatar--alessandro img{object-position:50% 22%;}
.yi-founder-card .yi-link--accent-sm{display:inline-block;margin-top:12px;}
.yi-tabula-ops-bar{width:16px;height:11px;background:var(--yi-green);}
.yi-grid--3-keep{grid-template-columns:repeat(3,1fr);}

/* Values page */
.yi-values-icon-col{display:flex;flex-direction:column;gap:22px;}
.yi-shape-diamond--44-pink{width:44px;height:44px;background:var(--yi-pink);transform:rotate(45deg);margin-left:6px;animation:yi-spin 6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-square--44-navy{width:44px;height:44px;background:var(--yi-navy);animation:yi-bob 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--40-orange{width:40px;height:40px;background:var(--yi-orange);clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);animation:yi-chev 3.6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--40-green{width:40px;height:40px;background:var(--yi-green);clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);animation:yi-chev 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--30-green-m{width:30px;height:40px;background:rgba(116,181,99,0.55);clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);animation:yi-chev 3.4s ease-in-out infinite .25s;animation-play-state:var(--yi-play,running);}
.yi-values-body-col{max-width:540px;}

/* Services page */
.yi-services-hero-shapes{display:flex;gap:28px;justify-self:end;}
.yi-shape-chev--30{width:30px;height:30px;background:var(--yi-accent);clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);animation:yi-chev 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--30-pink{width:30px;height:30px;background:var(--yi-pink);transform:rotate(45deg);animation:yi-spin 6s ease-in-out infinite .2s;animation-play-state:var(--yi-play,running);}
.yi-shape-square--30-pink{width:30px;height:30px;background:var(--yi-pink);animation:yi-bob 3.4s ease-in-out infinite .4s;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--30-green-spin{width:30px;height:30px;background:var(--yi-green);transform:rotate(45deg);animation:yi-spin 6s ease-in-out infinite .6s;animation-play-state:var(--yi-play,running);}
.yi-list-service{font-size:15px;line-height:1;color:#2f3e47;}
.yi-list-service__item{padding:12px 0;border-top:1px solid var(--yi-hairline);}
.yi-services-deliver{max-width:560px;}
.yi-services-ai-icon{margin-top:2px;}
.yi-services-grow-icon{margin-top:6px;}

/* Tags */
.yi-tag{border:1.5px solid var(--yi-navy);padding:9px 16px;font-size:12px;font-weight:700;letter-spacing:0.02em;display:inline-block;}

/* Bio / academic cards */
.yi-bio-card{border-top:2px solid;padding-top:22px;}
.yi-bio-card--accent{border-color:var(--yi-accent);}
.yi-bio-card--green{border-color:var(--yi-green);}
.yi-bio-card--muted{border-color:var(--yi-navy-border);}
.yi-bio-card--edu{padding-top:24px;}
.yi-bio-label{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;}
.yi-bio-label--current{color:#5ab0dc;}
.yi-bio-label--current-green{color:var(--yi-green-soft);}
.yi-bio-label--prev{color:var(--yi-muted-navy);}

/* Quote band */
.yi-quote-band{font-family:var(--yi-font-display);font-style:italic;font-size:40px;line-height:1.25;max-width:880px;margin:0 auto;}
.yi-quote-band--sig{line-height:1.2;max-width:760px;}
.yi-quote-attribution{font-size:13px;font-weight:700;letter-spacing:0.06em;margin-top:26px;opacity:0.92;}
.yi-quote-sig-label{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;}

/* Luca portrait */
.yi-luca-portrait{position:relative;justify-self:end;}
.yi-luca-portrait__chev{position:absolute;left:-22px;top:-22px;z-index:2;}
.yi-luca-portrait__diamond{position:absolute;right:-20px;bottom:-20px;}
.yi-luca-photo{width:360px;height:430px;overflow:hidden;background:var(--yi-navy-line);border-radius:2px;}
.yi-luca-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 16%;display:block;}

/* Voice & tone */
.yi-logo--compact{height:28px;display:block;width:188px;}
.yi-rule-row{padding:44px 0;border-bottom:1px solid var(--yi-hairline);}
.yi-rule-row--last{border-bottom:none;}
.yi-rule-num{font-family:var(--yi-font-display);font-size:34px;}
.yi-example{padding:6px 0 6px 18px;border-left:3px solid;}
.yi-example--say{border-color:var(--yi-green);}
.yi-example--avoid{border-color:#e3b6b5;}
.yi-example-label{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:8px;}
.yi-example-label--say{color:var(--yi-green-text);}
.yi-example-label--avoid{color:#b6403e;}
.yi-example-text--say{font-size:17px;line-height:1.5;font-family:var(--yi-font-display);font-style:italic;}
.yi-example-text--avoid{font-size:16px;line-height:1.5;color:#8a9298;}
.yi-word-tag{border:1px solid var(--yi-navy-border);color:var(--yi-footer-text);padding:9px 16px;font-size:15px;text-decoration:line-through;display:inline-block;}

/* Bar shapes for Fribourg card */
.yi-shape-bar--18{width:18px;height:6px;background:var(--yi-accent);}
.yi-shape-bar--13{width:13px;height:6px;background:rgba(2,151,207,0.6);}
.yi-shape-bar--15{width:15px;height:6px;background:rgba(2,151,207,0.4);}
.yi-shape-square--13{width:13px;height:13px;background:rgba(159,192,210,0.7);}
.yi-shape-square--13-m{width:13px;height:13px;background:rgba(159,192,210,0.4);}
.yi-shape-chev--60{width:60px;height:60px;background:var(--yi-green);animation:yi-chev 3.6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}

@media (max-width:1040px){
  .yi-nav-bar{align-items:flex-start !important;padding-left:var(--yi-gutter-mobile);padding-right:var(--yi-gutter-mobile);}
  .yi-nav-actions{align-items:flex-start;}
  .yi-brand-grid--11{grid-template-columns:repeat(2,11px) !important;gap:3px !important;}
  .yi-brand-grid--16{grid-template-columns:repeat(2,16px) !important;}
  .yi-brand-grid--18{grid-template-columns:repeat(2,18px) !important;}
  .yi-brand-grid--20{grid-template-columns:repeat(2,20px) !important;}
  .yi-home-tabula-grid{grid-template-columns:1fr !important;}
  .yi-home-tabula-grid > div,
  .yi-home-tabula-grid__cell,
  .yi-home-tabula-grid__cell--mid,
  .yi-home-tabula-grid__cell--last{
    padding:32px 0 !important;
    border-right:none !important;
    border-bottom:1px solid rgba(255,255,255,0.35);
  }
  .yi-home-tabula-grid > div:last-child,
  .yi-home-tabula-grid__cell--last{border-bottom:none;}
  .yi-portfolio-stat__left{
    border-right:none !important;
    border-bottom:1px solid #16567a;
    padding:40px 0 !important;
  }
  .yi-portfolio-stat__right{padding:40px 0 !important;}
}

/* Approach page */
.yi-h1--approach-wrap{max-width:760px;}
.yi-lead--approach{line-height:1.7;max-width:560px;}
.yi-flex--hero-bobs{gap:7px;flex:none;}
.yi-shape-bob--28{width:28px;height:28px;animation:yi-bob 2.8s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-bob--28-d1{animation-delay:.2s;}
.yi-shape-bob--28-d2{animation-delay:.4s;}
.yi-grid--problem-cards{grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--yi-hairline);}
.yi-problem-card{padding:48px;border-right:1px solid var(--yi-hairline);}
.yi-problem-card--last{padding:48px;border-right:none;}
.yi-shape-diamond--48-pink{width:48px;height:48px;background:var(--yi-pink);transform:rotate(45deg);margin-bottom:30px;animation:yi-spin 6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--48{width:48px;height:48px;background:var(--yi-accent);margin-bottom:30px;animation:yi-chev 3.6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-h3--problem{font-size:28px;margin-bottom:16px;}
.yi-h3--problem-pink{color:var(--yi-pink);}
.yi-h3--problem-blue{color:#0397cf;}
.yi-body--closing-approach{font-family:var(--yi-font-display);font-style:italic;font-size:26px;margin:40px 0 0;}
.yi-h2--philosophy{font-size:46px;line-height:1.12;max-width:840px;color:#fff;}
.yi-grid--philosophy{grid-template-columns:1fr 1fr;gap:64px;margin-top:48px;align-items:start;}
.yi-list-navy--philosophy{font-size:16px;line-height:1;color:var(--yi-surface-on-navy);}
.yi-list-navy--philosophy .yi-list-navy__item{padding:13px 0;}
.yi-quote-human{font-family:var(--yi-font-display);font-style:italic;font-size:26px;color:#fff;margin:28px 0 0;}
.yi-quote-box{border:1px solid var(--yi-navy-line);padding:40px;}
.yi-quote-mark{font-family:var(--yi-font-display);font-size:64px;line-height:0.5;color:var(--yi-accent);height:30px;}
.yi-quote-text{font-family:var(--yi-font-display);font-size:27px;line-height:1.32;color:#fff;margin:8px 0 26px;}
.yi-founder-photo{width:88px;height:88px;border-radius:50%;flex:none;overflow:hidden;background:var(--yi-navy-line);}
.yi-founder-photo img{width:116px;height:117px;object-fit:cover;object-position:50% 18%;display:block;}
.yi-founder-name{font-weight:700;color:#fff;font-size:15px;}
.yi-body--philosophy-footer{max-width:720px;margin:48px 0 0;}
.yi-grid--framework{border-top:1px solid var(--yi-navy);position:relative;}
.yi-list-step{font-size:15px;line-height:1;color:var(--yi-body);align-self:center;}
.yi-list-step__item{padding:10px 0;border-top:1px solid var(--yi-hairline);}
.yi-num--step-blue{color:var(--yi-accent);}
.yi-num--step-orange{color:var(--yi-orange);}
.yi-num--step-green{color:var(--yi-green);}
.yi-num--step-red{color:var(--yi-red);}
.yi-shape-chev--42{width:42px;height:42px;background:var(--yi-accent);margin-bottom:18px;animation:yi-chev 3.8s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--46{width:46px;height:46px;background:var(--yi-accent);animation:yi-chev 3.8s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-chev--20{width:20px;height:20px;flex:none;margin-top:3px;}
.yi-shape-diamond--42{width:42px;height:42px;background:var(--yi-orange);transform:rotate(45deg);animation:yi-spin 6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-diamond--20{width:20px;height:20px;flex:none;margin-top:3px;transform:rotate(45deg);}
.yi-shape-square--34{width:34px;height:34px;background:var(--yi-pink);animation:yi-bob 3.6s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-shape-square--34-m{width:34px;height:34px;background:var(--yi-pink);opacity:0.55;margin-top:13px;animation:yi-bob 3.6s ease-in-out infinite .45s;animation-play-state:var(--yi-play,running);}
.yi-shape-square--20{width:20px;height:20px;flex:none;margin-top:3px;}
.yi-svc-bars{display:flex;flex-direction:column;gap:5px;}
.yi-svc-bars--icon{margin-top:6px;}
.yi-svc-bar{width:38px;height:8px;background:var(--yi-navy);}
.yi-svc-bar--28{width:28px;background:var(--yi-accent);}
.yi-svc-bar--34{width:34px;background:rgba(2,151,207,0.5);}
.yi-btn--svc-cta{margin-top:32px;}
.yi-grid--split-strengths{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--yi-navy);}
.yi-strengths-col{padding:48px;}
.yi-strengths-col--ai{padding:48px;background:var(--yi-navy);color:var(--yi-surface-on-navy);}
.yi-strengths-label{font-size:11px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:28px;}
.yi-strengths-label--green{color:var(--yi-green);}
.yi-strengths-label--blue{color:#5ab0dc;}
.yi-strengths-list{font-family:var(--yi-font-display);font-size:26px;line-height:1.9;}
.yi-strengths-list--white{color:#fff;}
.yi-h2--approach-cta{font-size:52px;line-height:1.08;max-width:720px;color:#fff;margin:0 auto;}
.yi-body--cta-accent{color:#fff;font-size:17px;line-height:1.65;max-width:560px;margin:24px auto 0;opacity:0.92;}
.bg-pink{background:var(--yi-pink);}
.bg-green-muted{background:rgba(116,181,99,0.5);}
.yi-dot--blue{background:var(--yi-accent);}
.yi-dot--green{background:var(--yi-green);}
.yi-dot--orange{background:var(--yi-orange);}
.yi-dot--red{background:var(--yi-red);}
.yi-dot--pink{background:var(--yi-pink);}
.yi-body--step{font-size:15px;line-height:1.55;}
.yi-flex--stat{display:flex;align-items:baseline;gap:24px;}
.yi-portfolio-cta-wrap{display:flex;justify-content:space-between;align-items:center;gap:48px;flex-wrap:wrap;text-align:left;}
.yi-divider--navy-bottom{border-bottom:1px solid var(--yi-navy);}
.yi-h2--portfolio-cta{font-size:50px;line-height:1.06;margin:0;}
.yi-body--portfolio-cta{max-width:480px;margin:18px 0 0;}
.yi-btn--portfolio{display:inline-flex;align-items:center;gap:12px;background:var(--yi-green);color:#fff;padding:18px 34px;font-size:15px;font-weight:700;}
.yi-btn-chev{width:18px;height:18px;background:#fff;clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%,45% 50%);animation:yi-chev 3.4s ease-in-out infinite;animation-play-state:var(--yi-play,running);}
.yi-framework-step-desc{margin-bottom:18px;}

@media (max-width:1040px){
  .yi-grid--problem-cards,
  .yi-grid--philosophy,
  .yi-grid--split-strengths{grid-template-columns:1fr !important;}
  .yi-problem-card{border-right:none;border-bottom:1px solid var(--yi-hairline);}
  .yi-problem-card--last{border-bottom:none;}
}
