/** Shopify CDN: Minification failed

Line 1426:17 Expected identifier but found whitespace
Line 1426:19 Unexpected "{"
Line 1426:22 Expected ":"
Line 1427:18 Expected identifier but found whitespace
Line 1427:20 Unexpected "{"
Line 1427:23 Expected ":"
Line 1429:15 Expected identifier but found whitespace
Line 1429:17 Unexpected "{"
Line 1429:20 Expected ":"
Line 1430:12 Expected identifier but found whitespace
... and 6 more hidden warnings

**/

.sh-foundation-purpose .sfp-wrap {
  width: 100%;
  background: var(--sfp-background);
  color: #fff;
  padding: var(--sfp-padding-top) 0 var(--sfp-padding-bottom);
}

.sh-foundation-purpose .sfp-inner {
  /* max-width: 1072px; */
  margin: 0 auto;
}

.sh-foundation-purpose .sfp-head {
  max-width: 740px;
}

.sh-foundation-purpose .sfp-subheading {
  color: var(--sfp-accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 13px;
}

.sh-foundation-purpose .sfp-heading {
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0;
  color: #000;
}

.sh-foundation-purpose .sfp-heading em {
  color: var(--sfp-accent);
  font-style: normal;
}

.sh-foundation-purpose .sfp-description {
  color: #333;
  line-height: 1.75;
  margin: 16px 0 0;
}

.sh-foundation-purpose .sfp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 36px;
}

.sh-foundation-purpose .sfp-card {
  background: var(--sfp-card);
  border: 1px solid #555;
  border-radius: 10px;
  padding: 25px 22px;
}

.sh-foundation-purpose .sfp-card svg {
  width: 28px;
  height: 28px;
  color: var(--sfp-accent);
}

.sh-foundation-purpose .sfp-card h3 {
  margin: 17px 0 9px;
  color: #000;
}

.sh-foundation-purpose .sfp-card-text {
  color: #333;
  line-height: 1.65;
  margin: 0;
}

/* =========================================================
   Foundation Formulas Section
   ========================================================= */

.sh-foundation-formulas .sff-wrap {
  width: 100%;
  background: var(--sff-background);
  padding: var(--sff-padding-top) 0 var(--sff-padding-bottom);
}

.sh-foundation-formulas .sff-inner {
  /* max-width: 1120px; */
  margin: 0 auto;
}

.sh-foundation-formulas .sff-head {
  max-width: 760px;
  margin-bottom: 35px;
}

.sh-foundation-formulas .sff-subheading {
  color: var(--sff-accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 13px;
}

.sh-foundation-formulas .sff-heading {
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0;
  color: #242424;
}

.sh-foundation-formulas .sff-heading em {
  color: var(--sff-accent);
  font-style: normal;
}

.sh-foundation-formulas .sff-description {
  color: #666;
  line-height: 1.7;
  margin: 14px 0 0;
}

.sh-foundation-formulas .sff-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.sh-foundation-formulas .sff-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7e2dd;
  border-top: 6px solid var(--sff-card-accent);
  border-radius: 11px;
  min-height: 430px;
  padding: 30px;
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.07);
}

.sh-foundation-formulas .sff-number {
  position: absolute;
  top: 13px;
  right: 22px;
  color: #ece7e2;
  font-weight: 700;
  line-height: 1;
  transform: scale(3);
  transform-origin: top right;
}

.sh-foundation-formulas .sff-body {
  position: relative;
  z-index: 1;
}

.sh-foundation-formulas .sff-label {
  color: var(--sff-card-accent);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 4px 0 16px;
}

.sh-foundation-formulas .sff-card h3 {
  max-width: 85%;
  margin: 0 0 13px;
  line-height: 1.12;
  color: #242424;
  font-size:24px;
  font-weight:600;
}

.sh-foundation-formulas .sff-intro {
  color: #646464;
  line-height: 1.65;
  margin: 0;
}

.sh-foundation-formulas .sff-details {
  margin: 22px 0;
}

.sh-foundation-formulas .sff-detail {
  border-top: 1px solid #eee;
  padding: 14px 0;
}

.sh-foundation-formulas .sff-detail-title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #242424;
}

.sh-foundation-formulas .sff-detail-text {
  color: #686868;
  margin: 6px 0 0;
  line-height: 1.55;
}

.sh-foundation-formulas .sff-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sff-card-accent);
  font-weight: 700;
  text-decoration: none;
}

.sh-foundation-formulas .sff-link svg {
  width: 16px;
  height: 16px;
}

.sh-foundation-liver .sfl-wrap {
  width: 100%;
  padding: var(--sfl-padding-top) 0 var(--sfl-padding-bottom);
}

.sh-foundation-liver .sfl-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  /* max-width: 1072px; */
  margin: 0 auto;
  padding: 46px;
  border-radius: 12px;
  background: var(--sfl-panel-background);
}

.sh-foundation-liver .sfl-mark {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--sfl-accent);
  color: #fff;
}

.sh-foundation-liver .sfl-mark svg {
  width: 31px;
  height: 31px;
}

.sh-foundation-liver .sfl-subheading {
  color: var(--sfl-accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 13px;
}

.sh-foundation-liver .sfl-heading {
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0 0 14px;
  color: #242424;
}

.sh-foundation-liver .sfl-heading em {
  color: var(--sfl-accent);
  font-style: normal;
}

.sh-foundation-liver .sfl-description {
  color: #5f5851;
  line-height: 1.75;
  margin: 0 0 16px;
}

.sh-foundation-liver .sfl-description:last-child {
  margin-bottom: 0;
}
.card-title-h {

  font-size: 18px;
  font-weight: 600 !important;
}
.d-inline-b {
  display: inline-block;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.p-t-10 {
  margin-top: 10px !important;
}
.p-t-15 {
  margin-top: 15px !important;
}
.p-t-10 {
  margin-top: 20px !important;
}
 


/*---------------------happy customer ------------------------------*/
.section__color-wrapper {
    margin-top: 103px;
}

.liquid {
    margin-top : 30px
}


/*---------------------happy customer  end ------------------------------*/

div#shopify-block-AY3E4bHhoeDEvSHhFd__pets_profile_multi_dog_calculator_9RhdT4 {
        padding-bottom: 60px;
}



.balance-feature-aside-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 14px 18px;
  background: #fff;
  color: #2f4630;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .15s ease, box-shadow .15s ease;
}

.balance-feature-aside-button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.balance-feature-aside-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .12);
}

/* =========================================================
   Foundation Shop Section
   ========================================================= */

.sh-foundation-shop .sfb-wrap {
  width: 100%;
  background: var(--sfb-background);
  padding: var(--sfb-padding-top) 0 var(--sfb-padding-bottom);
}

.sh-foundation-shop .sfb-inner {
  /* max-width: 1072px; */
  margin: 0 auto;
}

.sh-foundation-shop .sfb-head {
  max-width: 720px;
}

.sh-foundation-shop .sfb-subheading {
  color: var(--sfb-accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 13px;
}

.sh-foundation-shop .sfb-heading {
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0;
  color: #242424;
}

.sh-foundation-shop .sfb-heading em {
  color: var(--sfb-accent);
  font-style: normal;
}

.sh-foundation-shop .sfb-description {
  color: #666;
  line-height: 1.7;
  margin: 14px 0 0;
}

.sh-foundation-shop .sfb-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.sh-foundation-shop .sfb-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 180px;
  padding: 25px;
  text-align: left;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  color: #242424;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.sh-foundation-shop .sfb-option:focus-visible {
  outline: 2px solid var(--sfb-accent);
  outline-offset: 2px;
}

.sh-foundation-shop .sfb-option.is-selected {
  border-color: var(--sfb-accent);
  transform: translateY(-3px);
  box-shadow: 0 13px 31px rgba(242, 103, 34, 0.14);
}

.sh-foundation-shop .sfb-option-icon {
  width: 29px;
  min-width: 29px;
  color: var(--sfb-accent);
}

.sh-foundation-shop .sfb-option-icon svg {
  width: 29px;
  height: 29px;
}

.sh-foundation-shop .sfb-option-title {
  display: block;
  font-weight: 700;
}

.sh-foundation-shop .sfb-option-text {
  display: block;
  color: #6b6b6b;
  margin-top: 8px;
  line-height: 1.55;
}

.sh-foundation-shop .sfb-option-check {
  position: absolute;
  right: 18px;
  bottom: 17px;
  width: 21px;
  height: 21px;
  color: #ccc;
}

.sh-foundation-shop .sfb-option.is-selected .sfb-option-check {
  color: var(--sfb-accent);
}

.sh-foundation-shop .sfb-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 26px 28px;
  border-radius: 10px;
  background: var(--sfb-summary-background);
  color: #fff;
}

.sh-foundation-shop .sfb-summary-label {
  display: block;
  color: #bbb;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-foundation-shop .sfb-summary-title {
  display: block;
  margin: 5px 0;
  font-weight: 700;
  font-size:16px;
}

.sh-foundation-shop .sfb-summary-note {
  display: block;
  color: #d4d4d4;
  font-size:16px;
}

.sk-hero-copy .sk-rot-sep {
  margin-top: -16px;
}

.sh-foundation-shop .sfb-summary-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 7px;
  background: var(--sfb-accent);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.sh-foundation-shop .sfb-summary-btn svg {
  width: 17px;
  height: 17px;
}

/* Formula cards, shown only for the option with "Show formula cards" ticked */
.sfb-formulas[hidden] {
  display: none !important;
}

.sfb-formulas {
  margin-top: 22px;
}

.sfb-formula-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sfb-formula {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.sfb-formula-eyebrow {
  color: var(--sfb-accent);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}

.sfb-formula-title {
  margin: 0;
  color: #1A1A1A;
  font-weight: 600;
}

.sfb-formula-sizes {
  margin-top: auto;
  color: #6B6B6B;
}

.sfb-formula-price {
  color: #1A1A1A;
  font-weight: 700;
}

.sfb-formula-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sfb-accent);
  text-decoration: none;
  font-weight: 600;
}

.sfb-formula-link svg {
  width: 14px;
  height: 14px;
}

.sfb-formula-link:hover {
  text-decoration: underline;
}

/* =========================================================
   Foundation Next Section
   ========================================================= */

.sh-foundation-next .sfn-wrap {
  width: 100%;
  padding: var(--sfn-padding-top) 0 var(--sfn-padding-bottom);
  margin-top: 50px;
}

.sh-foundation-next .sfn-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* max-width: 1120px; */
  margin: 0 auto;
  padding: 58px;
  border-radius: 12px;
  background: var(--sfn-panel-background);
}

.sh-foundation-next .sfn-subheading {
  color: var(--sfn-accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 13px;
}

.sh-foundation-next .sfn-heading {
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0;
  max-width: 760px;
  color: #242424;
}

.sh-foundation-next .sfn-heading em {
  color: var(--sfn-accent);
  font-style: normal;
}

.sh-foundation-next .sfn-description {
  color: #626262;
  max-width: 720px;
  line-height: 1.75;
  margin: 14px 0 0;
}

.sh-foundation-next .sfn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  margin-top: 28px;
  text-align: left;
}

.sh-foundation-next .sfn-card {
  display: flex;
  flex-direction: column;
  min-height: 205px;
  padding: 27px;
  border-radius: 10px;
  border-top: 6px solid var(--sfn-card-accent);
  background: #fff;
  color: #242424;
  text-decoration: none;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.2s;
}

.sh-foundation-next .sfn-card:hover {
  transform: translateY(-3px);
}

.sh-foundation-next .sfn-card-label {
  color: #777;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 700;
}

.sh-foundation-next .sfn-card-title {
  margin: 7px 0;
  font-weight: 700;
}

.sh-foundation-next .sfn-card-text {
  color: #666;
  line-height: 1.6;
}

.sh-foundation-next .sfn-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--sfn-accent);
  font-weight: 700;
}

.sh-foundation-next .sfn-card-link svg {
  width: 16px;
  height: 16px;
}

.sh-foundation-next .sfn-route {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 27px;
}

.sh-foundation-next .sfn-route span {
  background: #fff;
  border-radius: 6px;
  padding: 8px 11px;
  font-weight: 700;
  color: #242424;
}

.sh-foundation-next .sfn-route .sfn-route-current {
  background: var(--sfn-accent);
  color: #fff;
}

.sh-foundation-next .sfn-route svg {
  width: 14px;
  height: 14px;
  color: var(--sfn-accent);
}
.renewal-split-peas-section {
  padding: 40px 0;
  width: 100%;
}

/* Inner Card Container */
.renewal-split-peas-card {
  background-color: var(--rsp-card-bg, #faf8f5);
  border: 1px solid var(--rsp-card-border, #ece8e1);
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
}

/* Icon Circular Badge */
.renewal-split-peas-icon-badge {
  background-color: var(--rsp-icon-bg, #c68a28);
  color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.renewal-split-peas-icon-badge svg {
  width: 28px;
  height: 28px;
}

/* Content Area */
.renewal-split-peas-content {
  flex-grow: 1;
}

/* Eyebrow Header */
.renewal-split-peas-eyebrow {
  color: var(--rsp-eyebrow, #d85a2a);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

/* Main Heading */
.renewal-split-peas-heading {
  font-size: 2.25rem;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* Body Text */
.renewal-split-peas-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0 0 16px 0;
}

.renewal-split-peas-text:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 767px) {
  .renewal-split-peas-card {
    padding: 24px 20px;
    flex-direction: column;
    gap: 20px;
  }

  .renewal-split-peas-icon-badge {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .renewal-split-peas-icon-badge svg {
    width: 22px;
    height: 22px;
  }

  .renewal-split-peas-heading {
    font-size: 1.75rem;
  }
}

/* Desktop Layout (>= 768px) */
@media screen and (min-width: 768px) {
  .renewal-split-peas-section {
    padding: 60px 0;
  }

  .renewal-split-peas-card {
    padding: 56px 48px;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
  }

  .renewal-split-peas-heading {
    font-size: 2.75rem;
    max-width: 720px;
  }

  .renewal-split-peas-text {
    max-width: 760px;
  }
}
.shopify-section.sh-feeding-guide-section{margin:0 0 48px;}

@media (min-width:990px){
  .shopify-section.sh-rotation-bridge-section{margin:70px 0;}
  .shopify-section.sh-feeding-guide-section{margin:0 0 70px;}
}


/* --------------------------------------------------------------------------
   1. Starter Kit hero  (.sk-hero)
   -------------------------------------------------------------------------- */
.sk-hero{background:var(--sk-cream,#FAF6EE);overflow:hidden;}
.sk-hero *,.sk-hero *::before,.sk-hero *::after{box-sizing:border-box;}
.sk-hero .sk-hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:32px;align-items:center;padding:40px 0;}
.sk-hero .shinto-fit-heading em{color:var(--sk-orange,#E85D1F);font-style:italic;}
.sk-hero .shinto-fit-description + .shinto-fit-description{margin-top:12px;}
.sk-hero .sk-hero-cta{margin-top:26px;}
.sk-hero .sk-btn{display:inline-flex;align-items:center;gap:8px;background:var(--sk-orange,#E85D1F);color:#fff;border:0;border-radius:999px;padding:14px 26px;line-height:1;text-decoration:none;font-weight:800;transition:background .15s,transform .12s;}
.sk-hero .sk-btn:hover{background:var(--sk-orange-2,#C85428);color:#fff;}
.sk-hero .sk-btn:active{transform:scale(.98);}
.sk-hero .sk-btn:focus-visible{outline:2px solid var(--sk-orange-2,#C85428);outline-offset:3px;}
.sk-hero .sk-btn svg{width:18px;height:18px;flex:0 0 auto;}
.sk-hero .sk-hero-media{position:relative;min-height:260px;}
.sk-hero .sk-hero-media img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px;}
.sk-hero .sk-hero-media-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.6;}
.sk-hero-media.balance-media img {
  border-radius: 10px;
}

.sh-foundation-story {
  padding: 80px 0;
}

.section-balance-feature .shinto-fit-description {
  width: 100%;
}

@media (min-width:990px){
  .sk-hero .sk-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,5vw,72px);padding:72px 0;}
  .sk-hero .sk-hero-media {
    padding: 15px;
    background-color: #fff;
  }
  /* .sh-foundation-purpose .sfp-grid { grid-template-columns: 1fr 1fr; } */
}


/* --------------------------------------------------------------------------
   2. Rotation bridge  (.sk-bridge)
   -------------------------------------------------------------------------- */
.sk-bridge *,.sk-bridge *::before,.sk-bridge *::after{box-sizing:border-box;}
.sk-bridge .shinto-fit-bg-cream-inner{background:var(--sk-cream,#FBF1E6);border-radius:18px;padding:48px 24px;}
.sk-bridge .shinto-fit-heading em{color:var(--sk-orange,#E85D1F);font-style:italic;}
.sk-bridge .shinto-fit-description + .shinto-fit-description{margin-top:12px;}
.sk-bridge .sk-path{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:28px;}
.sk-bridge .sk-path-step{display:inline-flex;align-items:center;background:#fff;border:1px solid #E4DCCD;border-radius:8px;padding:9px 12px;line-height:1;font-weight:700;}
.sk-bridge .sk-path-step.is-start{background:var(--sk-orange,#E85D1F);border-color:var(--sk-orange,#E85D1F);color:#fff;}
.sk-bridge .sk-path svg{width:18px;height:18px;color:var(--sk-orange,#E85D1F);flex:0 0 auto;}

@media (min-width:990px){
  .sk-bridge .shinto-fit-bg-cream-inner{padding:56px 40px;}
}


/* --------------------------------------------------------------------------
   3. Feeding guide  (.sk-feed)
   -------------------------------------------------------------------------- */
.sk-feed *,.sk-feed *::before,.sk-feed *::after{box-sizing:border-box;}
.sk-feed .shinto-fit-bg-stone-inner{background:var(--sk-stone,#F7F5F1);border-radius:18px;padding:40px 24px;}
.sk-feed .sk-feed-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:32px;align-items:start;}
.sk-feed .shinto-fit-heading em{color:var(--sk-orange,#E85D1F);font-style:italic;}
.sk-feed .shinto-fit-description + .shinto-fit-description{margin-top:12px;}

.sk-feed .sk-personal{display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:4px;align-items:center;background:var(--sk-ink,#2B2622);color:#fff;border-radius:12px;padding:20px 22px;margin-top:28px;}
.sk-feed .sk-personal svg{grid-row:1/2;width:24px;height:24px;color:var(--sk-orange,#E85D1F);}
.sk-feed .sk-personal-label{grid-column:2;text-transform:uppercase;letter-spacing:.08em;opacity:.8;line-height:1.2;}
.sk-feed .sk-personal-amount{grid-column:2;font-weight:800;line-height:1.2;}
.sk-feed .sk-personal-note{grid-column:2;opacity:.85;line-height:1.35;}

.sk-feed .sk-steps{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;}
.sk-feed .sk-step{position:relative;background:#fff;border-radius:12px;padding:22px 22px 24px;box-shadow: 0 8px 20px #0000000d;}
.sk-feed .sk-step-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;}
.sk-feed .sk-step-head svg{width:24px;height:24px;color:var(--sk-orange,#E85D1F);}
.sk-feed .sk-step-num{color:#CFC7B9;font-weight:700;line-height:1;}
.sk-feed .sk-step h3{margin:0 0 8px;}
.sk-feed .sk-step .shinto-fit-description{margin:0;}

@media (min-width:768px){
  .sk-feed .sk-steps{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (min-width:990px){
  .sk-feed .shinto-fit-bg-stone-inner{padding:48px 40px;}
  .sk-feed .sk-feed-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);gap:40px;}
}


/* --------------------------------------------------------------------------
   4. Starter calculator  (.skc)
   -------------------------------------------------------------------------- */
.skc *,.skc *::before,.skc *::after{box-sizing:border-box;}
.skc .skc-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:stretch;padding:40px 0;}
.skc .shinto-fit-heading em{color:var(--sk-orange,#E85D1F);font-style:italic;}

/* left card */
.skc .shinto-fit-bg-white{background:#fff;border:1px solid #E4DCCD;border-radius:12px;padding:32px 24px;}
.skc .skc-weight-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-top:28px;margin-bottom:10px;}
.skc .skc-weight-row label{font-weight:700;}
.skc .skc-weight-out{color:var(--sk-orange,#E85D1F);font-weight:800;}
.skc .skc-range{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:linear-gradient(to right,var(--sk-orange,#E85D1F) 0%,var(--sk-orange,#E85D1F) var(--skc-fill,0%),#F6D9C7 var(--skc-fill,0%),#F6D9C7 100%);outline:none;margin:0;display:block;}
.skc .skc-range::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid var(--sk-orange,#E85D1F);box-shadow:0 1px 3px rgba(0,0,0,.15);cursor:pointer;}
.skc .skc-range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid var(--sk-orange,#E85D1F);box-shadow:0 1px 3px rgba(0,0,0,.15);cursor:pointer;}
.skc .skc-range::-moz-range-track{height:6px;border-radius:999px;background:transparent;}
.skc .skc-range:focus-visible{box-shadow:0 0 0 3px rgba(232,93,31,.25);}
.skc fieldset{border:0;padding:0;margin:26px 0 0;min-width:0;}
.skc legend{font-weight:700;padding:0;margin-bottom:12px;}
.skc .skc-options{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;}
.skc .skc-option{position:relative;display:flex;align-items:flex-start;gap:12px;border:1px solid #E4DCCD;border-radius:10px;padding:16px 16px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s;}
.skc .skc-option input{position:absolute;opacity:0;width:1px;height:1px;margin:0;}
.skc .skc-radio{flex:0 0 auto;width:16px;height:16px;border-radius:50%;border:1px solid #CFC7B9;margin-top:4px;position:relative;}
.skc .skc-radio::after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--sk-orange,#E85D1F);opacity:0;transition:opacity .15s;}
.skc .skc-option-text{display:flex;flex-direction:column;gap:2px;min-width:0;}
.skc .skc-option-text b{font-weight:700;line-height:1.3;}
.skc .skc-option-text small{opacity:.75;line-height:1.35;}
.skc .skc-option.is-selected{border-color:var(--sk-orange,#E85D1F);background:var(--sk-peach,#FDEFE3);}
.skc .skc-option.is-selected .skc-radio{border-color:var(--sk-orange,#E85D1F);}
.skc .skc-option.is-selected .skc-radio::after{opacity:1;}
.skc .skc-option:focus-within{outline:2px solid rgba(232,93,31,.35);outline-offset:2px;}

/* right card */
.skc .shinto-fit-bg-ink{background:var(--sk-ink,#2B2622);color:#fff;border-radius:12px;padding:32px 24px;}
.skc .shinto-fit-bg-ink .shinto-fit-subheading{color:var(--sk-orange,#E85D1F);}
.skc .skc-result-main{display:flex;flex-direction:column;gap:4px;margin-top:28px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.14);}
.skc .skc-result-main span{opacity:.85;}
.skc .skc-result-main .shinto-fit-heading{color:#fff;margin:0;text-align:left;}
.skc .skc-lines{margin:0;padding:0;list-style:none;}
.skc .skc-lines li{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.14);}
.skc .skc-lines li span{opacity:.85;}
.skc .skc-lines li b{font-weight:700;text-align:right;}
.skc .skc-note{display:none;margin-top:22px;background:rgba(255,255,255,.1);border-radius:8px;padding:14px 16px;font-weight:700;line-height:1.45;}
.skc .skc-note.is-visible{display:block;}
.skc .skc-omega{display:flex;gap:14px;align-items:flex-start;background:var(--sk-peach,#FDEFE3);color:var(--sk-ink,#2B2622);border-radius:10px;padding:18px 18px;margin-top:22px;}
.skc .skc-omega svg{flex:0 0 auto;width:24px;height:24px;color:var(--sk-orange,#E85D1F);margin-top:2px;}
.skc .skc-omega b{display:block;font-weight:700;margin-bottom:4px;}
.skc .skc-omega span{display:block;line-height:1.45;}
.skc .skc-omega small{display:block;color:var(--sk-orange,#E85D1F);font-weight:700;margin-top:6px;}

@media (min-width:600px){
  .skc .skc-options{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (min-width:990px){
  .skc .skc-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:32px;padding:56px 0;}
  .skc .shinto-fit-bg-white,.skc .shinto-fit-bg-ink{padding:40px 36px;}
}


/* --------------------------------------------------------------------------
   5. Kit chooser  (.skk)
   -------------------------------------------------------------------------- */
.skk *,.skk *::before,.skk *::after{box-sizing:border-box;}
.skk .skk-wrap{padding:48px 0;}
.skk .shinto-fit-heading em{color:var(--sk-orange,#E85D1F);font-style:italic;}
.skk .shinto-fit-description + .shinto-fit-description{margin-top:12px;}

.skk .skk-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:32px;}
.skk .skk-card{position:relative;display:flex;flex-direction:column;flex:1 1 100%;background:#fff;border:1px solid var(--sk-line,#E4DCCD);border-radius:12px;padding:24px 24px 22px;cursor:pointer;transition:border-color .15s,box-shadow .15s;}
.skk .skk-card input{position:absolute;opacity:0;width:1px;height:1px;margin:0;}
.skk .skk-card:focus-within{outline:2px solid rgba(232,93,31,.35);outline-offset:2px;}
.skk .skk-radio{position:absolute;top:22px;right:22px;width:14px;height:14px;border-radius:50%;border:1px solid #CFC7B9;background:#fff;}
.skk .skk-radio::after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--sk-orange,#E85D1F);opacity:0;}
.skk .skk-rec{display:block;color:var(--sk-orange,#E85D1F);font-weight:700;text-transform:uppercase;letter-spacing:.06em;line-height:1.35;padding-right:32px;margin-bottom:14px;}
.skk .skk-icon{width:40px;height:40px;border-radius:50%;background:var(--sk-peach,#FDEFE3);display:flex;align-items:center;justify-content:center;margin:2px 0 26px;}
.skk .skk-icon svg{width:22px;height:22px;color:var(--sk-orange,#E85D1F);}
.skk .skk-card h3{margin:0 0 6px;}
.skk .skk-card .shinto-fit-description{margin:0 0 18px;}
.skk .skk-list{list-style:none;margin:0 0 24px;padding:0;}
.skk .skk-list li{display:flex;align-items:flex-start;gap:8px;line-height:1.4;padding:3px 0;}
.skk .skk-list svg{flex:0 0 auto;width:16px;height:16px;color:var(--sk-orange,#E85D1F);margin-top:3px;}
.skk .skk-cta{display:inline-flex;align-items:center;gap:4px;color:var(--sk-orange,#E85D1F);font-weight:700;margin-top:auto;}
.skk .skk-cta svg{width:16px;height:16px;}
.skk .skk-cta .is-on{display:none;}
.skk .skk-card.is-selected{border:2px solid var(--sk-orange,#E85D1F);padding:23px 23px 21px;}
.skk .skk-card.is-selected .skk-radio{border-color:var(--sk-orange,#E85D1F);}
.skk .skk-card.is-selected .skk-radio::after{opacity:1;}
.skk .skk-card.is-selected .skk-cta .is-off{display:none;}
.skk .skk-card.is-selected .skk-cta .is-on{display:inline;}

/* selected kit product */
.skk .skk-selected{margin-top:24px;}
.skk .skk-product{display:none;grid-template-columns:minmax(0,1fr);gap:24px;align-items:center;background:var(--sk-peach,#FDEFE3);border-radius:12px;padding:24px;}
.skk .skk-product.is-visible{display:grid;}
.skk .skk-product-media{border-radius:10px;overflow:hidden;background:#fff;}
.skk .skk-product-media img{display:block;width:100%;height:auto;}
.skk .skk-product-label{display:block;color:var(--sk-orange,#E85D1F);font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;}
.skk .skk-product h3{margin:0 0 6px;}
.skk .skk-product-price{font-weight:700;margin:0 0 12px;}
.skk .skk-product .shinto-fit-description{margin:0 0 18px;}
.skk .skk-product-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;}
.skk .sk-btn{display:inline-flex;align-items:center;gap:8px;background:var(--sk-orange,#E85D1F);color:#fff;border:0;border-radius:999px;padding:14px 26px;line-height:1;text-decoration:none;font-weight:800;cursor:pointer;}
.skk .sk-btn:hover{color:#fff;opacity:.92;}
.skk .sk-btn svg{width:18px;height:18px;}
.skk .sk-btn.is-disabled{opacity:.55;pointer-events:none;}
.skk .skk-product-missing{color:#5C554B;}

@media (min-width:768px){
  .skk .skk-card{flex:1 1 calc(50% - 8px);max-width:calc(50% - 8px);}
  .skk .skk-product{grid-template-columns:minmax(0,220px) minmax(0,1fr);padding:28px;}
}
@media (min-width:990px){
  .skk .skk-wrap{padding:64px 0;}
  .skk .skk-card{flex:1 1 calc(33.333% - 11px);max-width:calc(33.333% - 11px);padding:26px 26px 24px;}
  .skk .skk-card.is-selected{padding:25px 25px 23px;}
}


/* --------------------------------------------------------------------------
   6. In every kit  (.ski)
   -------------------------------------------------------------------------- */
.ski{background:var(--sk-cream,#FAF6EE);}
.ski *,.ski *::before,.ski *::after{box-sizing:border-box;}
.ski .ski-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:32px;align-items:center;padding:48px 0;}
.ski .shinto-fit-heading em{color:var(--sk-orange,#E85D1F);font-style:italic;}
.ski .shinto-fit-description + .shinto-fit-description{margin-top:12px;}

.ski .ski-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.ski .ski-stat{background:#fff;border-radius:10px;padding:22px 22px 24px;box-shadow:0 1px 3px rgba(27,22,16,.06);display:flex;flex-direction:column;gap:6px;}
.ski .ski-stat strong{color:var(--sk-orange,#E85D1F);font-weight:800;line-height:1.1;}
.ski .ski-stat span{line-height:1.4;}

@media (min-width:990px){
  .ski .ski-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:56px;padding:72px 0;}
  .ski .ski-stat{padding:26px 24px 28px;}
}


/* --------------------------------------------------------------------------
   7. What happens next  (.skn)
   -------------------------------------------------------------------------- */
.skn *,.skn *::before,.skn *::after{box-sizing:border-box;}
.skn .skn-wrap{padding:48px 0;}
.skn .shinto-fit-heading em{color:var(--sk-orange,#E85D1F);font-style:italic;}

/* image + panel */
.skn .skn-grid{display:grid;grid-template-columns:minmax(0,1fr);border-radius:16px;overflow:hidden;background:var(--sk-ink,#2B2622);color:#fff;}
.skn .skn-media{position:relative;min-height:240px;}
.skn .skn-media img{width:100%;height:100%;object-fit:cover;display:block;}
.skn .skn-media-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.6;}
.skn .skn-panel{padding:32px 24px;}
.skn .skn-panel .shinto-fit-subheading{color:var(--sk-orange,#E85D1F);}
.skn .skn-panel .shinto-fit-heading{color:#fff;}
.skn .skn-panel .shinto-fit-description{color:#fff;opacity:.9;}
.skn .skn-panel .shinto-fit-description + .shinto-fit-description{margin-top:12px;}

.skn .skn-options{display:grid;gap:16px;margin-top:26px;}
.skn .skn-option{position:relative;display:flex;align-items:flex-start;gap:12px;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:16px 18px;background:rgba(255,255,255,.06);cursor:pointer;transition:border-color .15s,background .15s;}
.skn .skn-option input{position:absolute;opacity:0;width:1px;height:1px;margin:0;}
.skn .skn-radio{flex:0 0 auto;width:16px;height:16px;border-radius:50%;border:1px solid rgba(255,255,255,.45);margin-top:3px;position:relative;}
.skn .skn-radio::after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--sk-orange,#E85D1F);opacity:0;}
.skn .skn-option-text{display:flex;flex-direction:column;gap:4px;}
.skn .skn-option-text b{font-weight:700;line-height:1.3;}
.skn .skn-option-text small{opacity:.85;line-height:1.4;}
.skn .skn-option.is-selected{border-color:var(--sk-orange,#E85D1F);background:rgba(232,93,31,.16);}
.skn .skn-option.is-selected .skn-radio{border-color:var(--sk-orange,#E85D1F);}
.skn .skn-option.is-selected .skn-radio::after{opacity:1;}
.skn .skn-option:focus-within{outline:2px solid rgba(232,93,31,.5);outline-offset:2px;}

/* selection bar */
.skn .skn-bar{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;background:var(--sk-ink,#2B2622);color:#fff;border-radius:14px;padding:22px 24px;margin-top:40px;}
.skn .skn-bar-icon{flex:0 0 auto;width:32px;height:32px;color:var(--sk-orange,#E85D1F);}
.skn .skn-bar-text{flex:1 1 200px;min-width:0;}
.skn .skn-bar-label{display:block;opacity:.75;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;}
.skn .skn-bar-kit{display:block;font-weight:800;line-height:1.2;}
.skn .skn-bar-meta{display:block;opacity:.85;margin-top:4px;}
.skn .sk-btn{display:inline-flex;align-items:center;gap:8px;background:var(--sk-orange,#E85D1F);color:#fff;border:0;border-radius:8px;padding:14px 22px;line-height:1;text-decoration:none;font-weight:800;white-space:nowrap;}
.skn .sk-btn:hover{color:#fff;opacity:.92;}
.skn .sk-btn svg{width:18px;height:18px;}

@media (min-width:990px){
  .skn .skn-wrap{padding:64px 0;}
  .skn .skn-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);}
  .skn .skn-media{min-height:520px;}
  .skn .skn-panel{padding:44px 40px;}
  .skn .skn-bar{padding:28px 32px 28px 30px;}
}


/* --------------------------------------------------------------------------
   8. Rotation banner – Foundation / Balance / Renewal pages  (.skr)
   -------------------------------------------------------------------------- */
.skr{background:var(--skr-bg,#E9EEE4);overflow:hidden;}
.skr *,.skr *::before,.skr *::after{box-sizing:border-box;}
.skr .skr-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:32px;align-items:center;padding:40px 0;}
.skr .shinto-fit-subheading{color:var(--sk-orange,#E85D1F);}
.skr .shinto-fit-heading em{color:var(--skr-accent,#5E7A4E);font-style:italic;}
.skr .shinto-fit-description + .shinto-fit-description{margin-top:12px;}

.skr .skr-path{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:14px 0 22px;}
.skr .skr-step{display:inline-flex;align-items:center;background:#fff;color:#1B1610;border-radius:6px;padding:8px 12px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;}
.skr .skr-step:hover{color:#1B1610;}
.skr .skr-step.is-current{background:var(--skr-accent,#5E7A4E);color:#fff;}
.skr .skr-path svg{width:14px;height:14px;color:#5C554B;flex:0 0 auto;}

.skr .skr-cta{margin-top:26px;}
.skr .sk-btn{display:inline-flex;align-items:center;gap:8px;background:var(--skr-accent,#5E7A4E);color:#fff;border:0;border-radius:6px;padding:14px 22px;line-height:1;text-decoration:none;font-weight:800;transition:background .15s,transform .12s;}
.skr .sk-btn:hover{background:var(--skr-accent-2,#4C6540);color:#fff;}
.skr .sk-btn:active{transform:scale(.98);}
.skr .sk-btn:focus-visible{outline:2px solid var(--skr-accent-2,#4C6540);outline-offset:3px;}
.skr .sk-btn svg{width:18px;height:18px;flex:0 0 auto;}

.skr .skr-media{position:relative;min-height:260px;}
.skr .skr-media img{width:100%;height:100%;object-fit:cover;display:block;}
.skr .skr-media-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.6;}

@media (min-width:990px){
  .skr .skr-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,5vw,72px);padding:64px 0;}
  .skr .skr-media{min-height:560px;align-self:stretch;}
}
.sk-hero .shinto-fit-description,
.sk-bridge .shinto-fit-description,
.sk-feed .sk-feed-copy .shinto-fit-description,
.skc .shinto-fit-description,
.skk .shinto-fit-description,
.ski .shinto-fit-description,
.skn .shinto-fit-description,
.skr .shinto-fit-description{
  margin:25px auto 0;
  font-size:18px;
  line-height:30px;
  color:#777;
  width:100% !important;
}
.skn .skn-panel .shinto-fit-description{color:#fff;}
.sk-feed .sk-step .shinto-fit-description,
.skk .skk-card .shinto-fit-description{margin-top:0;}

.balance-hero-custom {
  background-color: var(--sk-hero-bg, #f1f5ee);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

/* Eyebrow Custom Styling */
.balance-hero-custom .balance-eyebrow {
  color: var(--sk-eyebrow-color, #d85a2a);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Phase Route Navigation (Pills) */
.phase-route.balance-route {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.phase-route.balance-route svg {
  color: #8c908a;
  flex-shrink: 0;
}

.phase-route.balance-route .route-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.phase-route.balance-route a.route-link:hover {
  background-color: #f8f8f8;
  color: #000000;
}

/* Active Badge Styling */
.phase-route.balance-route .route-link.active {
  background-color: var(--sk-accent-green, #537052);
  color: #ffffff;
  box-shadow: none;
}

/* Heading Styling */
.balance-heading {
  font-size: 2.5rem;
  line-height: 1.15;
  color: #111111;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.balance-heading em {
  font-style: italic;
  font-weight: 400;
  color: var(--sk-accent-green, #537052);
}

/* Button Custom Styling */
.sk-btn.balance-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--sk-accent-green, #537052);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.sk-btn.balance-btn:hover {
  background-color: #435b42;
  transform: translateY(-1px);
}

.sk-btn.balance-btn svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}

/* Image Container */
.sk-hero-media.balance-media {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
}

.sk-hero-media.balance-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 767px) {
  .balance-hero-custom {
    padding: 32px 16px;
  }

  .sk-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .balance-heading {
    font-size: 2rem;
  }

  .phase-route.balance-route {
    gap: 6px;
  }

  .phase-route.balance-route .route-link {
    padding: 5px 12px;
    font-size: 0.7rem;
  }

  .sk-hero-media.balance-media {
    min-height: 280px;
    max-height: 400px;
  }
  
  .sk-btn.balance-btn {
    width: 100%;
    justify-content: center;
  }

  .balance-feature-card {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .balance-feature-heading {
    font-size: 1.75rem;
  }

  .balance-feature-aside {
    padding: 24px 20px;
  }
}

/* Desktop Layout (>= 768px) */
@media screen and (min-width: 768px) {
  .balance-hero-custom {
    padding: 60px 0;
  }

  .sk-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }

  .sk-hero-copy {
    padding-right: 20px;
  }

  .balance-heading {
    font-size: 3.25rem;
  }

  .sk-hero-media.balance-media {
    height: 100%;
    min-height: 480px;
  }



  .balance-feature-section {
    padding: 60px 0;
  }

  .balance-feature-card {
    padding: 56px 48px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: center;
  }

  .balance-feature-content {
    padding-right: 12px;
  }

  .balance-feature-heading {
    font-size: 2.75rem;
  }

  .balance-feature-aside {
    padding: 40px 32px;
    height: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
.sh-foundation-story, .sh-foundation-purpose .sfp-wrap, sh-foundation-formulas .sfp-wrap{
  padding: 50px 0;
}

.sh-foundation-formulas .sff-wrap{
  padding:50px 0;
}

}

/*-----------------------Story ---------------------------*/
.sh-foundation-story .shinto-fit-description {
             width:inherit;
  }
   .sh-foundation-story .sfs-wrap {
    --sfs-accent: {{ s.accent_color }};
    --sfs-note-bg: {{ s.note_background }};
    width: 100%;
    background: {{ s.background_color }};
    padding: {{ s.padding_top }}px 0 {{ s.padding_bottom }}px;
  }
   .sh-foundation-story .sfs-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    /* max-width: 1120px; */
    margin: 0 auto;
  }
   .sh-foundation-story .sfs-subheading {
    color: var(--sfs-accent);
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 13px;
  }
   .sh-foundation-story .sfs-heading {
  letter-spacing: -.035em;
  line-height: 1.04;
  margin: 0;
  color: #242424;
  font-size: 46px;
  font-weight: 600;
}
   .sh-foundation-story .sfs-heading em {
    color: var(--sfs-accent);
    font-style: normal;
  }
   .sh-foundation-story .sfs-description {
    color: #5e5e5e;
    line-height: 1.8;
    margin: 0 0 18px;
  }
.sh-foundation-story .sfs-note {
  border-left: 4px solid #f26722;
  background: #fff4eb;
  color: #4b4038;
  border-radius: 0 9px 9px 0;
  margin-top: 26px;
  padding: 15px 15px;
  line-height: 1.8;
}
   .sh-foundation-story .sfs-note b {
    color: #a84b17;
  }
  .balance-feature-section {
  padding: 40px 0;
  width: 100%;
}

/* Inner Container Box */
.balance-feature-card {
  background-color: var(--bf-bg, #f1f5ee);
  border-radius: 16px;
  box-sizing: border-box;
}

/* Eyebrow Header */
.balance-feature-eyebrow {
  color: var(--bf-eyebrow, #d85a2a);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

/* Main Heading */
.balance-feature-heading {
  font-size: 2.25rem;
  line-height: 1.18;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* Body Paragraphs */
.balance-feature-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0 0 16px 0;
}

.balance-feature-body p:last-child {
  margin-bottom: 0;
}

/* Aside Dark Green Card */
.balance-feature-aside {
  background-color: var(--bf-aside-bg, #2d3e2b);
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.balance-feature-aside-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.balance-feature-aside-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.balance-feature-aside-item {
  display: flex;
  flex-direction: column;
}

.balance-ingredient-name {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
  line-height: 1.2;
}

.balance-ingredient-meta {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .sh-foundation-shop .sfb-options {
    grid-template-columns: 1fr;
  }
  .sfb-formula-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
   @media (max-width: 760px) {
     .sh-foundation-story .sfs-grid { grid-template-columns: 1fr; gap: 28px; }
      .sh-foundation-purpose .sfp-grid { grid-template-columns: 1fr; }
      .sh-foundation-formulas .sff-list {
        grid-template-columns: 1fr;
     }
  .sh-foundation-formulas .sff-card {
    padding: 25px 21px;
  }
  .sh-foundation-liver .sfl-panel {
    grid-template-columns: 1fr;
    padding: 31px 25px;
  }
  .sh-foundation-shop .sfb-summary {
    flex-direction: column;
    align-items: stretch;
  }
  .sh-foundation-shop .sfb-summary-btn {
    justify-content: center;
  }
   .sh-foundation-next .sfn-panel {
    padding: 40px 24px;
  }

  .sh-foundation-next .sfn-grid {
    grid-template-columns: 1fr;
  }
  .sh-foundation-next .sfn-route {
    flex-direction: column;
    align-items: center;
  }

  .sh-foundation-next .sfn-route svg {
    transform: rotate(90deg);
  }
.sfb-formula-grid { grid-template-columns: 1fr; }
  .sfb-formula { padding: 20px; }
  }