/* The Sea Moss Bar extends the shared Natural Squeeze storefront. */
.sm-page {
  --sm-forest: #183e31;
  --sm-yellow: #f8d650;
  --sm-paper: #fbfcf8;
  --sm-line: #d7dfd3;
  --sm-muted: #54624f;
  background: var(--sm-paper);
  color: var(--sm-forest);
  font-size: 16px;
  line-height: 1.6
}

.sm-page * {
  box-sizing: border-box
}

.sm-page h1,
.sm-page h2,
.sm-page h3,
.sm-page p,
.sm-page figure {
  margin: 0
}

.sm-page h1,
.sm-page h2,
.sm-page h3 {
  color: var(--sm-forest);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.045em
}

.sm-page button,
.sm-page input {
  font: inherit
}

.sm-page a {
  text-underline-offset: 4px
}

.sm-page section[id] {
  scroll-margin-top: 110px
}

.sm-page button:focus-visible,
.sm-page a:focus-visible,
.sm-page input:focus-visible,
.sm-page summary:focus-visible {
  outline: 3px solid #b35c00;
  outline-offset: 4px
}

.sm-page button:disabled {
  opacity: .55;
  cursor: not-allowed
}

.sm-eyebrow {
  font-size: 12px;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5
}

.sm-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: stretch;
  padding-top: 32px;
  padding-bottom: 32px;
  gap: 0
}

.sm-hero-copy {
  background: var(--sm-yellow);
  padding: 48px 9%;
  border-radius: 7px 0 0 7px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.sm-page .sm-hero h1 {
  font-size: clamp(48px, 6vw, 84px);
  margin: 23px 0
}

.sm-hero h1 em,
.sm-builder h2 em {
  font-family: Georgia, serif;
  font-weight: 400
}

.sm-hero-copy>p {
  font-size: 18px;
  max-width: 370px;
  line-height: 1.55
}

.sm-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 27px
}

.sm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--sm-forest);
  border-radius: 28px;
  padding: 12px 21px;
  background: var(--sm-forest);
  color: white !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 46px;
  cursor: pointer;
  white-space: normal;
  text-align: center
}

.sm-button:hover {
  background: #2c5841
}

.sm-button-outline {
  color: var(--sm-forest) !important;
  background: transparent
}

.sm-button-outline:hover {
  background: #e9efdf
}

.sm-text-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--sm-forest);
  text-decoration: underline
}

.sm-hero-foot {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  border-top: 1px solid #a8983c;
  margin-top: 34px;
  padding-top: 17px;
  font-size: 12px
}

.sm-hero-photo {
  position: relative;
  min-height: 390px;
  background: #e7e8d5;
  border-radius: 0 7px 7px 0;
  overflow: hidden
}

.sm-hero-photo>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0
}

.sm-hero-photo figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 13px 17px;
  border-radius: 4px;
  background: #fbfcf8ed;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 15px;
  font-weight: 600
}

.sm-hero-photo figcaption span {
  font-size: 13px;
  font-weight: 400
}

.sm-hero-type {
  background: var(--sm-forest);
  color: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px
}

.sm-hero-type>span {
  font-size: 13px;
  letter-spacing: .12em
}

.sm-hero-type>strong {
  font: 42px/1.1 Georgia, serif
}

.sm-section-nav {
  display: flex;
  gap: 30px;
  padding-top: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sm-line);
  flex-wrap: wrap
}

.sm-section-nav a {
  font-size: 14px;
  font-weight: 600;
  color: var(--sm-forest);
  text-decoration: none
}

.sm-section-nav a:hover {
  text-decoration: underline
}

.sm-section {
  padding-top: 58px;
  padding-bottom: 58px
}

.sm-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 29px
}

.sm-page h2 {
  font-size: clamp(32px, 4vw, 49px);
  margin-top: 12px
}

.sm-section-heading>p {
  font-size: 16px;
  color: var(--sm-muted)
}

.sm-jar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px
}

.sm-custom-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e9dd;
  color: var(--sm-forest);
  text-decoration: none
}
.sm-custom-jar {
  position: relative;
  width: 128px;
  height: 166px;
  margin-top: 22px;
  border: 3px solid #b6c0a7;
  border-radius: 18px 18px 24px 24px;
  background: linear-gradient(125deg, #e4cd8a 10%, #aac7ac 42%, #9ecbdb 67%, #dcaabc);
  box-shadow: inset 7px 0 8px #ffffff65, 0 8px 16px #183e3114;
  transform: rotate(-5deg)
}
.sm-custom-lid {
  position: absolute;
  left: -2px; right: -2px; top: -19px; height: 24px;
  border: 1px solid #b6c0a7;
  border-radius: 6px;
  background: repeating-linear-gradient(90deg, #d6d9cd 0 3px, #eef0e6 3px 5px)
}
.sm-custom-label {
  position: absolute;
  top: 43px; left: 7px; right: 7px;
  padding: 12px 8px;
  background: #fcf6db;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 8px
}
.sm-custom-label small { font-size: 6px; letter-spacing: 1px }
.sm-custom-label strong { font-size: 22px; line-height: 1 }
.sm-custom-colors { position: absolute; bottom: 18px; display: flex; gap: 7px }
.sm-custom-colors i { width: 9px; height: 9px; border-radius: 50%; background: #e1c77a; font-size: 0 }
.sm-custom-colors i:nth-child(2) { background: #8ca96d }
.sm-custom-colors i:nth-child(3) { background: #7daacb }
.sm-custom-colors i:nth-child(4) { background: #d899ac }
.sm-custom-product .sm-product-bottom { flex-wrap: wrap; gap: 10px }
.sm-custom-product .sm-product-bottom small { font-size: 12px }
.sm-builder-close[hidden] { display: none }

.sm-product {
  min-width: 0;
  display: flex;
  flex-direction: column
}

.sm-product-visual {
  position: relative;
  border-radius: 5px;
  aspect-ratio: 1;
  overflow: hidden;
  background: #e9eddf
}

.sm-product-visual>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.sm-product-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 9px;
  border-radius: 3px;
  background: var(--sm-paper);
  font-size: 12px;
  font-weight: 600;
  z-index: 1
}

.sm-tone-gold .sm-product-visual {
  background: #f9dc63
}

.sm-tone-immunity .sm-product-visual {
  background: #edc09b
}

.sm-product-type {
  padding: 65px 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  height: 100%;
  text-align: left
}

.sm-product-type>span {
  font-size: 12px;
  letter-spacing: .15em
}

.sm-product-type>strong {
  font-size: clamp(32px, 3.5vw, 52px);
  letter-spacing: -.05em;
  line-height: 1.06
}

.sm-product-type>p {
  font-size: 16px
}

.sm-product-type>small {
  font-size: 12px;
  letter-spacing: .15em
}

.sm-product-copy {
  padding: 21px 0 0;
  display: flex;
  flex-direction: column;
  flex: 1
}

.sm-page h3 {
  font-size: 27px;
  line-height: 1.13
}

.sm-product-copy h3 {
  margin: 8px 0
}

.sm-product-copy>p,
.sm-drink-copy>p {
  font-size: 15px;
  color: var(--sm-muted);
  margin-top: 10px
}

.sm-product-copy>p.sm-flavor,
.sm-drink-copy>p.sm-flavor {
  font-size: 14px;
  color: var(--sm-forest);
  margin-top: 4px;
  font-weight: 600
}

.sm-product-details {
  margin-top: 12px
}

.sm-profile {
  display: inline-block;
  margin: 2px 0 8px;
  padding: 5px 9px;
  border-radius: 20px;
  background: #edf2e6;
  color: var(--sm-forest);
  font-size: 12px;
  font-weight: 600;
}

.sm-tone-gold .sm-profile {
  background: #fff0bc;
}

.sm-product-copy>p.sm-pairing {
  font-size: 13px;
  margin-top: 12px;
}

.sm-choice-soon {
  border-style: dashed;
  cursor: default;
}

.sm-choice-soon>b {
  white-space: normal;
  text-align: right;
  font-size: 12px;
}

.sm-choice-strawberry:has(input:checked) {
  border-color: #ffc2cc;
  background: #3c4f41;
}

.sm-jar-preview {
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 4px;
  background: #315b44;
}

.sm-jar-preview>strong {
  display: block;
  margin: 7px 0;
  font-size: 19px;
}

.sm-jar-preview>p {
  font-size: 14px;
  color: #e4eee0;
}

.sm-serving-note {
  max-width: 320px;
  margin-top: 20px !important;
  font-size: 13px;
  color: #dbe6d6;
}

.sm-product-details summary {
  font-size: 14px;
  cursor: pointer;
  padding: 9px 0
}

.sm-product-details p {
  font-size: 14px;
  color: var(--sm-muted);
  margin-bottom: 9px
}

.sm-product-bottom {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 23px
}

.sm-product-bottom>strong {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap
}

.sm-small {
  font-size: 13px;
  line-height: 1.5
}

.sm-builder {
  display: block;
  margin-top: 8px;
  margin-bottom: 12px;
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid var(--sm-line);
  border-bottom: 1px solid var(--sm-line)
}

.sm-builder-copy {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: center;
  padding: 10px 0 32px
}

.sm-builder-copy h2 {
  font-size: clamp(40px, 5vw, 62px);
  margin: 18px 0 24px
}

.sm-builder-intro>p {
  font-size: 17px;
  margin-top: 12px;
  color: var(--sm-muted)
}

.sm-builder-intro>p.sm-small {
  font-size: 14px
}

.sm-builder-form {
  background: var(--sm-forest);
  color: white;
  padding: 28px;
  border-radius: 6px
}

.sm-builder-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-bottom: 7px
}

.sm-builder-top>strong {
  font-size: 18px
}

.sm-builder-top>span {
  font-size: 14px
}

.sm-builder-form>p.sm-small {
  color: #d8e3d3
}

.sm-addins,
.sm-pack-options {
  border: 0;
  padding: 0;
  margin: 24px 0 18px;
  min-width: 0
}

.sm-addins legend,
.sm-pack-options legend {
  float: none;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 0
}

.sm-choice {
  border: 1px solid #73917d;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 10px;
  min-width: 0
}

.sm-choice:has(input:checked) {
  background: #315b44;
  border-color: var(--sm-yellow)
}

.sm-choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--sm-yellow);
  flex-shrink: 0
}

.sm-choice>span {
  min-width: 0
}

.sm-choice strong {
  font-size: 16px;
  display: block;
  font-weight: 600
}

.sm-choice small {
  font-size: 13px;
  color: #d5e3d0;
  display: block;
  margin-top: 3px
}

.sm-choice>b {
  font-size: 14px;
  margin-left: auto;
  white-space: nowrap
}

.sm-buy-row {
  display: flex;
  gap: 13px;
  align-items: stretch;
  margin-top: 20px
}

.sm-buy-row>label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  flex-shrink: 0;
  margin: 0
}

.sm-buy-row input[type=number] {
  width: 61px;
  padding: 9px 5px;
  border: 1px solid var(--sm-line);
  border-radius: 4px;
  background: transparent;
  color: inherit
}

.sm-buy-row .sm-button {
  flex: 1
}

.sm-builder-form .sm-button {
  background: var(--sm-yellow);
  border-color: var(--sm-yellow);
  color: var(--sm-forest) !important
}

.sm-builder-form .sm-button:hover {
  background: #ffe371
}

.sm-launch-note {
  padding: 12px 0
}

.sm-channel-note {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  background: #edf2e6;
  border-radius: 5px;
  margin-bottom: 26px;
  font-size: 14px
}

.sm-channel-note a {
  font-weight: 600;
  color: var(--sm-forest)
}

.sm-drink-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px
}

.sm-drink {
  border: 1px solid var(--sm-line);
  border-radius: 6px;
  overflow: hidden
}

.sm-drink-visual {
  position: relative;
  background: #e9eddf;
  aspect-ratio: 1.65;
  overflow: hidden
}

.sm-drink-visual>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.sm-drink-copy {
  padding: 25px
}

.sm-drink-copy>h3 {
  margin: 10px 0
}

.sm-pack-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px
}

.sm-pack-options legend {
  margin-bottom: 10px
}

.sm-pack-choice {
  padding: 14px;
  border: 1px solid var(--sm-line);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer
}

.sm-pack-choice:has(input:checked) {
  border-color: var(--sm-forest);
  box-shadow: inset 0 0 0 1px var(--sm-forest);
  background: #eef3e6
}

.sm-pack-choice input {
  accent-color: var(--sm-forest);
  width: 18px;
  height: 18px
}

.sm-pack-choice strong,
.sm-pack-choice small {
  display: block;
  font-size: 16px;
  line-height: 1.5
}

.sm-pack-choice small {
  font-size: 14px
}

.sm-bottle-count {
  margin-top: 12px !important
}

.sm-drink .sm-small {
  color: var(--sm-muted);
  margin-top: 7px
}

.sm-form-status {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px !important;
  max-width: 100%
}

.sm-form-status:empty {
  display: none
}

.sm-form-status[data-error=true] {
  color: #a22816
}

.sm-builder .sm-form-status[data-error=true] {
  color: #ffd4c8
}

.sm-form-status a {
  color: inherit;
  font-weight: 700
}

.sm-product-bottom .sm-order-form {
  max-width: 70%;
  text-align: right
}

.sm-unavailable {
  padding: 18px 0;
  font-weight: 600
}

.sm-ritual {
  background: var(--sm-forest);
  color: white;
  padding: 48px 0
}

.sm-ritual>.wrap {
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  gap: 50px
}

.sm-ritual h2,
.sm-ritual h3 {
  color: white
}

.sm-ritual h2 {
  font-size: 41px
}

.sm-ritual-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-self: center
}

.sm-ritual-steps span {
  display: block;
  font-size: 13px;
  color: #d4e4cd;
  margin-bottom: 20px
}

.sm-ritual-steps h3 {
  font-size: 24px;
  margin-bottom: 12px
}

.sm-ritual-steps p {
  font-size: 14px;
  color: #dbe6d6
}

.sm-faq {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px
}

.sm-faq h2 {
  margin-bottom: 25px
}

.sm-faq details {
  border-bottom: 1px solid var(--sm-line)
}

.sm-faq summary {
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  padding: 19px 22px 19px 0;
  position: relative
}

.sm-faq summary::after {
  content: '+';
  position: absolute;
  right: 0
}

.sm-faq details[open] summary::after {
  content: '−'
}

.sm-faq summary::-webkit-details-marker {
  display: none
}

.sm-faq details p {
  font-size: 15px;
  color: var(--sm-muted);
  padding: 0 18px 20px 0
}

.sm-faq details p a {
  color: inherit
}

@media(max-width:1100px) {
  .sm-hero-copy {
    padding: 34px 8%
  }

  .sm-hero-photo {
    min-height: 370px
  }

  .sm-hero-foot {
    gap: 9px
  }

  .sm-jar-grid {
    gap: 18px
  }

  .sm-product-bottom {
    align-items: flex-start;
    flex-wrap: wrap
  }

  .sm-product-bottom .sm-order-form {
    max-width: 100%;
    text-align: left
  }

  .sm-builder {
    gap: 30px
  }

  .sm-builder-copy {
    padding-left: 0
  }

  .sm-drink-copy {
    padding: 22px
  }

  .sm-buy-row {
    flex-wrap: wrap
  }

  .sm-buy-row>.sm-button {
    flex-basis: 100%
  }

  .sm-ritual>.wrap {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .sm-ritual h2 br {
    display: none
  }

  .sm-faq {
    gap: 35px
  }
}

@media(max-width:760px) {
  .sm-hero {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 22px
  }

  .sm-hero-copy {
    border-radius: 6px 6px 0 0;
    padding: 30px 7%
  }

  .sm-page .sm-hero h1 {
    font-size: 58px;
    margin: 18px 0
  }

  .sm-hero-copy>p {
    font-size: 16px
  }

  .sm-hero-photo {
    border-radius: 0 0 6px 6px;
    min-height: 260px
  }

  .sm-hero-photo>img {
    object-position: center 47%
  }

  .sm-hero-photo figcaption {
    bottom: 14px;
    left: 14px;
    right: 14px;
    font-size: 14px
  }

  .sm-hero-photo figcaption span {
    font-size: 12px
  }

  .sm-hero-foot {
    margin-top: 25px;
    padding-top: 15px
  }

  .sm-section-nav {
    gap: 18px;
    padding-top: 12px;
    padding-bottom: 17px
  }

  .sm-section-nav a {
    font-size: 13px
  }

  .sm-section {
    padding-top: 37px;
    padding-bottom: 37px
  }

  .sm-section-heading {
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
    margin-bottom: 23px
  }

  .sm-section-heading>p {
    font-size: 15px
  }

  .sm-section-heading>p br {
    display: none
  }

  .sm-page h2 {
    font-size: 36px
  }

  .sm-jar-grid {
    grid-template-columns: 1fr;
    gap: 34px
  }

  .sm-product {
    display: grid;
    grid-template-columns: .82fr 1fr;
    gap: 17px;
    align-items: start
  }

  .sm-product-visual {
    aspect-ratio: .78
  }

  .sm-product-type {
    padding: 49px 14px 19px;
    gap: 13px
  }

  .sm-product-type>strong {
    font-size: 30px
  }

  .sm-product-type>span {
    font-size: 10px;
    letter-spacing: .07em
  }

  .sm-product-type>p {
    font-size: 14px
  }

  .sm-product-type>small {
    font-size: 10px
  }

  .sm-product-tag {
    font-size: 11px;
    left: 8px;
    top: 8px;
    padding: 4px 7px
  }

  .sm-product-copy {
    padding: 0
  }

  .sm-product-copy>.sm-eyebrow {
    font-size: 11px
  }

  .sm-product-copy h3 {
    font-size: 26px
  }

  .sm-product-copy>p {
    font-size: 14px
  }

  .sm-product-copy>p.sm-flavor {
    font-size: 13px
  }

  .sm-product-bottom {
    padding-top: 15px;
    gap: 10px
  }

  .sm-product-bottom>strong {
    font-size: 18px
  }

  .sm-button {
    padding: 11px 17px;
    min-height: 44px
  }

  .sm-builder {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-top: 30px;
    padding-bottom: 30px
  }

  .sm-builder-copy h2 {
    font-size: 44px;
    margin: 15px 0
  }

  .sm-builder-copy h2 br {
    display: none
  }

  .sm-builder-copy {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 24px
  }

  .sm-builder-intro>p {
    font-size: 16px;
    max-width: none;
    margin-top: 13px
  }

  .sm-builder-form {
    padding: 24px 20px
  }

  .sm-builder-top {
    flex-wrap: wrap;
    gap: 7px
  }

  .sm-builder-form .sm-buy-row>.sm-button {
    flex-basis: auto
  }

  .sm-channel-note {
    flex-direction: column;
    gap: 7px;
    padding: 17px
  }

  .sm-drink-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .sm-drink-visual {
    aspect-ratio: 1.45
  }

  .sm-drink-copy .sm-buy-row>.sm-button {
    flex-basis: auto
  }

  .sm-ritual {
    padding: 34px 0
  }

  .sm-ritual-steps {
    gap: 19px
  }

  .sm-ritual-steps h3 {
    font-size: 22px
  }

  .sm-ritual-steps p {
    font-size: 14px
  }

  .sm-faq {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .sm-faq summary {
    font-size: 15px
  }

  .sm-faq details p {
    font-size: 14px
  }
}

@media(max-width:400px) {
  .sm-page .sm-hero h1 {
    font-size: 49px
  }

  .sm-hero-photo figcaption {
    flex-wrap: wrap;
    gap: 3px
  }

  .sm-product {
    grid-template-columns: 1fr
  }

  .sm-product-visual {
    aspect-ratio: 1.25
  }

  .sm-product-type>strong {
    font-size: 40px
  }

  .sm-product-type {
    padding: 45px 24px 22px
  }

  .sm-product-bottom {
    flex-wrap: nowrap
  }

  .sm-ritual-steps {
    grid-template-columns: 1fr;
    gap: 23px
  }

  .sm-ritual-steps span {
    margin-bottom: 7px
  }

  .sm-builder-form .sm-buy-row>.sm-button,
  .sm-drink-copy .sm-buy-row>.sm-button {
    flex-basis: 100%
  }

  .sm-choice {
    padding: 12px;
    gap: 9px
  }

  .sm-choice>b {
    font-size: 13px
  }
}

@media(prefers-reduced-motion:reduce) {
  .sm-page * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important
  }
}


/* ── Sea Moss Bar relaunch (Sept 2026): tones, shelf, bundles, moss bar ─── */

.sm-tone-pure .sm-product-visual {
  background: #e9eddf
}

.sm-tone-energy .sm-product-visual,
.sm-tone-green .sm-product-visual,
.sm-tone-green .sm-drink-visual {
  background: #cfe3b8
}

.sm-tone-glow .sm-product-visual,
.sm-tone-glow .sm-made {
  background: #f3d3e6
}

.sm-tone-grind .sm-product-visual {
  background: #d9c5b2
}

.sm-tone-greens .sm-product-visual {
  background: #bfd7a8
}

.sm-tone-ruby .sm-product-visual,
.sm-tone-beet .sm-drink-visual {
  background: #eab8c8
}

.sm-tone-punch .sm-drink-visual {
  background: #f1e2c4
}

.sm-tone-blue .sm-product-visual {
  background: #c9def0
}

.sm-tone-energy .sm-profile {
  background: #e4f0d2
}

.sm-tone-immunity .sm-profile {
  background: #fbe4cf
}

.sm-choice-full {
  opacity: .45;
  cursor: not-allowed
}

.sm-shelf-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px
}

.sm-shelf .sm-product-type {
  padding: 40px 18px 18px;
  gap: 10px
}

.sm-shelf .sm-product-type>strong {
  font-size: clamp(24px, 2.4vw, 34px)
}

.sm-shelf .sm-product-type>p {
  font-size: 14px
}

.sm-shelf h3 {
  font-size: 22px
}

.sm-drink-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.sm-pack-options-3 {
  grid-template-columns: repeat(3, 1fr)
}

.sm-pack-choice input {
  accent-color: var(--sm-forest);
  margin-right: 9px;
  flex-shrink: 0
}

.sm-pack-choice:has(input:checked) {
  border-color: var(--sm-forest);
  background: #edf2e6
}

.sm-pack-choice strong {
  display: block;
  font-size: 14px;
  font-weight: 600
}

.sm-pack-choice small {
  display: block;
  font-size: 12px;
  color: var(--sm-muted);
  margin-top: 2px
}

.sm-bundle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  margin-top: 26px
}

.sm-bundle {
  border: 1px solid var(--sm-line);
  border-radius: 6px;
  padding: 25px;
  background: #f4f7ef
}

.sm-bundle h3 {
  margin: 8px 0
}

.sm-bundle>p {
  font-size: 15px;
  color: var(--sm-muted);
  margin-top: 8px
}

.sm-bundle>p.sm-flavor {
  font-size: 14px;
  color: var(--sm-forest);
  font-weight: 600;
  margin-top: 2px
}

.sm-bundle .sm-product-bottom {
  padding-top: 18px
}

.sm-made-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px
}

.sm-made {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--sm-line);
  border-radius: 6px;
  background: #f4f7ef;
  color: var(--sm-forest);
  text-decoration: none;
  transition: transform .15s ease, border-color .15s ease
}

.sm-made:hover,
.sm-made:focus-visible {
  transform: translateY(-2px);
  border-color: var(--sm-forest)
}

.sm-made-build {
  grid-column: span 2;
  background: var(--sm-forest);
  color: white
}

.sm-made-build h3,
.sm-made-build .sm-eyebrow,
.sm-made-build strong {
  color: white
}

.sm-made-build>p {
  color: #dbe6d6
}

.sm-made h3 {
  font-size: 22px;
  margin: 2px 0
}

.sm-made>p {
  font-size: 14px;
  color: var(--sm-muted)
}

.sm-made>p.sm-flavor {
  font-size: 13px;
  font-weight: 600;
  color: var(--sm-forest)
}

.sm-made>strong {
  margin-top: auto;
  padding-top: 14px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 10px
}

.sm-made>strong>span {
  font-weight: 500
}

.sm-custom-drinks { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 24px }
.sm-custom-drinks .sm-made-build { grid-column: auto }
.sm-custom-options { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--sm-line) }
.sm-custom-options>summary { cursor: pointer; font-size: 18px; font-weight: 600 }
.sm-custom-options .sm-custom-drinks { margin-top: 20px }
.sm-smoothie-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px }
.sm-smoothie { padding: 0 22px 22px; overflow: hidden; background: var(--sm-paper) }
.sm-smoothie-visual { margin: 0 -22px 14px; aspect-ratio: 1; overflow: hidden; background: #f5f1e8 }
.sm-smoothie-visual img { display: block; width: 100%; height: 100%; object-fit: cover }

.sm-addin-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  align-self: center
}

.sm-addin-guide h3 {
  font-size: 19px;
  margin-bottom: 5px
}

.sm-addin-guide p {
  font-size: 14px;
  color: #dbe6d6
}

/* Keep the recipe small; browse ingredients only when needed. Native details
   and form controls remain usable without JavaScript. */
.sm-builder-form [hidden] { display: none !important }

.sm-recipe-heading,
.sm-recipe-chips,
.sm-picker-filters,
.sm-picker-footer {
  display: flex;
  align-items: center;
  gap: 10px
}

.sm-recipe-heading {
  justify-content: space-between;
  margin-top: 26px;
  min-height: 32px
}

.sm-builder-form .sm-eyebrow { color: #e3ebd9 }

.sm-reset-blend {
  background: transparent;
  border: 0;
  color: #f8d650;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 12px !important;
  min-height: 44px;
  padding: 0 4px;
  cursor: pointer
}

.sm-recipe-chips {
  flex-wrap: wrap;
  margin: 8px 0 10px;
  gap: 8px
}

.sm-base-chip,
.sm-ingredient-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #668572;
  border-radius: 24px;
  padding: 9px 13px;
  color: white;
  background: #254c3b;
  font-size: 13px !important;
  min-height: 44px;
  max-width: 100%;
  line-height: 1.4
}

.sm-base-chip small { color: #cfddc8; font-size: 11px }
.sm-ingredient-chip { cursor: pointer; border-color: #aec8a1 }
.sm-ingredient-chip:hover { background: #39604a }
.sm-ingredient-chip>span:first-child { overflow-wrap: anywhere }
.sm-ingredient-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--addin-color, #f2e7ae);
  flex-shrink: 0
}

.sm-recipe-hint { font-size: 13px; color: #d5e3d0; min-height: 21px }
.sm-ingredient-picker {
  margin-top: 20px;
  border: 1px solid #73917d;
  border-radius: 8px;
  background: #204635
}

.sm-ingredient-picker>summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  list-style: none;
  cursor: pointer
}

.sm-ingredient-picker>summary::-webkit-details-marker,
.sm-guide-disclosure>summary::-webkit-details-marker { display: none }
.sm-ingredient-picker>summary strong { display: block; font-size: 16px }
.sm-ingredient-picker>summary small { display: block; color: #d5e3d0; font-size: 12px; margin-top: 2px }
.sm-picker-chevron { font-size: 26px; color: var(--sm-yellow); transition: transform .2s }
.sm-ingredient-picker[open] .sm-picker-chevron { transform: rotate(45deg) }
.sm-ingredient-picker[open]>summary { border-bottom: 1px solid #567663 }
.sm-picker-filters { padding: 12px 14px; gap: 8px }
.sm-picker-filters button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px;
  background: transparent;
  border: 1px solid #73917d;
  border-radius: 6px;
  color: #e3ebd9;
  cursor: pointer;
  font-size: 14px
}

.sm-picker-filters button[aria-pressed=true] {
  background: #f2e7ae;
  border-color: #f2e7ae;
  color: var(--sm-forest)
}

.sm-picker-filters button span { font-size: 11px }
.sm-picker-options {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-color: #8da98b #204635;
  padding: 6px 16px 12px;
  scroll-padding: 10px
}

.sm-picker-options .sm-addins { margin: 10px 0 0 }
.sm-picker-options legend { font-size: 13px; margin-bottom: 4px }
.sm-picker-limit { font-size: 12px; color: #e3ebd9; margin-bottom: 12px !important }
.sm-ingredient-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px }
.sm-picker-options .sm-choice { padding: 12px 10px; gap: 8px; border-radius: 6px; margin-bottom: 8px }
.sm-ingredient-grid .sm-choice {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-content: start;
  margin-bottom: 0
}

.sm-ingredient-grid .sm-choice>input { align-self: start; margin-top: 3px }
.sm-ingredient-grid .sm-choice>b { grid-column: 2; margin-left: 0; color: #f2e7ae; font-size: 12px }
.sm-picker-options .sm-choice strong { font-size: 13px; line-height: 1.45; overflow-wrap: anywhere }
.sm-picker-options .sm-choice small { font-size: 11px; line-height: 1.4; margin-top: 4px }
.sm-picker-footer {
  justify-content: space-between;
  padding: 10px 16px;
  border-top: 1px solid #567663;
  font-size: 11px;
  color: #d5e3d0
}

.sm-picker-footer button {
  min-height: 44px;
  padding: 8px 18px;
  border: 0;
  border-radius: 5px;
  background: #f2e7ae;
  color: var(--sm-forest);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer
}

.sm-builder-form .sm-recipe-announcement {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap
}

.sm-launch-note [data-jar-storage] { display: block; margin-bottom: 4px }
.sm-builder-form .sm-buy-row { flex-wrap: nowrap; margin-top: 6px }
.sm-builder-form .sm-buy-row>.sm-button { flex-basis: auto; padding-left: 12px; padding-right: 12px }
.sm-builder-form .sm-form-status:empty { margin: 0; min-height: 0 }
.sm-ingredient-library { padding: 32px 0 }
.sm-ingredient-library h2 { font-size: 30px }
.sm-ingredient-library .sm-serving-note { max-width: none; margin-top: 12px !important }
.sm-guide-disclosure { align-self: start; border: 1px solid #73917d; border-radius: 8px }
.sm-guide-disclosure>summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  gap: 14px;
  list-style: none;
  cursor: pointer;
  font-size: 15px
}

.sm-guide-disclosure>summary span { color: var(--sm-yellow); font-size: 24px }
.sm-guide-disclosure[open]>summary span { transform: rotate(45deg) }
.sm-guide-disclosure .sm-addin-guide { padding: 8px 20px 24px; gap: 20px }
.sm-guide-disclosure .sm-addin-guide h3 { font-size: 17px }
.sm-guide-disclosure .sm-addin-guide p { font-size: 13px }

@media(max-width:760px) {
  .sm-builder-form { padding: 20px 16px }
  .sm-picker-options { max-height: 300px; padding-left: 10px; padding-right: 10px }
  .sm-ingredient-library>.wrap { gap: 22px }
  .sm-builder-form .sm-buy-row { flex-wrap: wrap }
  .sm-builder-form .sm-buy-row>.sm-button { min-width: 170px }
  .sm-ingredient-grid .sm-choice { padding: 10px 8px; gap: 6px }
}

/* Live jar illustration shares the existing builder's selected modifiers. */
.sm-builder-workbench {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 32px;
  align-items: start
}

.sm-jar-stage {
  --jar-gel: #e5d299;
  --jar-label: #f2e7ae;
  --jar-backdrop: #fcfaf3;
  position: sticky;
  top: 110px;
  min-width: 0;
  border: 1px solid var(--sm-line);
  border-radius: 8px;
  background: var(--jar-backdrop);
  padding: 24px;
  overflow: hidden;
  transition: background-color .9s ease
}

.sm-jar-stage-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.sm-jar-count {
  font-size: 12px;
  color: var(--sm-muted)
}

.sm-jar-art {
  display: block;
  width: 100%;
  height: clamp(280px, 28vw, 340px);
  overflow: visible
}

.sm-jar-vessel {
  transform-origin: 180px 393px
}

.sm-jar-gel {
  fill: var(--jar-gel);
  transition: fill .9s ease
}

.sm-jar-label {
  fill: var(--jar-label);
  transition: fill .9s ease
}

.sm-jar-lettering {
  font-family: inherit
}

.sm-jar-label-name {
  font-size: 43px;
  font-weight: 700;
  letter-spacing: -2px
}

.has-addins .sm-jar-label-name {
  font-size: 28px;
  letter-spacing: -1.2px
}

.sm-jar-swirl {
  transform-origin: 180px 250px;
  opacity: .15
}

.is-mixing .sm-jar-vessel {
  animation: sm-jar-settle .9s ease-in-out
}

.is-mixing .sm-jar-swirl {
  animation: sm-jar-whisk .9s ease-out
}

.sm-jar-stage-caption {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  padding: 0 4px 4px
}

.sm-jar-stage-caption>strong {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.035em
}

.sm-jar-stage-caption>span {
  color: var(--sm-muted);
  font-size: 13px;
  min-height: 42px
}

.sm-jar-stage-caption>small {
  color: var(--sm-muted);
  font-size: 11px
}

.sm-choice-pigment strong::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--addin-color);
  vertical-align: 1px
}

@keyframes sm-jar-settle {
  0%, 100% { transform: rotate(0) }
  24% { transform: rotate(-1.3deg) }
  56% { transform: rotate(1deg) }
  80% { transform: rotate(-.3deg) }
}

@keyframes sm-jar-whisk {
  0% { opacity: .15; transform: translateY(8px) rotate(-6deg) }
  38% { opacity: .8 }
  100% { opacity: .15; transform: translateY(0) rotate(0) }
}

@media(max-height:800px) and (min-width:761px) {
  .sm-jar-stage { padding: 18px }
  .sm-jar-art { height: 300px }
}

@media(max-width:760px) {
  .sm-builder-workbench {
    display: block
  }

  .sm-jar-stage {
    top: 78px;
    z-index: 5;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 12px;
    padding: 12px 16px 12px 4px;
    margin-bottom: 16px !important;
    box-shadow: 0 8px 18px #183e310a
  }

  .sm-jar-stage-heading {
    grid-column: 2;
    gap: 5px;
    padding-top: 6px
  }

  .sm-jar-stage-heading .sm-eyebrow {
    font-size: 10px
  }

  .sm-jar-count {
    font-size: 10px
  }

  .sm-jar-art {
    grid-column: 1;
    grid-row: 1 / 3;
    height: 156px;
    width: 128px;
    margin-top: -8px;
    margin-bottom: -6px
  }

  .sm-jar-stage-caption {
    text-align: left;
    align-self: center;
    padding: 8px 0 0;
    gap: 5px
  }

  .sm-jar-stage-caption>strong {
    font-size: 19px
  }

  .sm-jar-stage-caption>span {
    font-size: 12px;
    line-height: 1.4;
    min-height: 0
  }

  .sm-jar-stage-caption>small {
    font-size: 10px
  }

  .sm-builder-form .sm-choice,
  .sm-builder-form>.sm-buy-row button,
  .sm-builder-form>.sm-buy-row input,
  .sm-ingredient-picker>summary,
  .sm-reset-blend {
    scroll-margin-top: 260px
  }
}

@media(max-width:360px) {
  .sm-jar-stage { grid-template-columns: 90px minmax(0, 1fr); column-gap: 8px }
  .sm-jar-art { width: 100px; height: 134px }
  .sm-jar-stage-caption>strong { font-size: 17px }
  .sm-jar-stage-heading { flex-wrap: wrap }
}

@media(max-width:760px) and (max-height:500px) {
  .sm-jar-stage { position: static }
}

@media(max-width:640px) {
  .sm-jar-stage { top: 58px }
}

@media(max-width:1100px) {
  .sm-shelf-grid,
  .sm-made-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sm-drink-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:760px) {
  .sm-shelf-grid,
  .sm-drink-grid-3,
  .sm-bundle-grid,
  .sm-made-grid,
  .sm-addin-guide {
    grid-template-columns: 1fr
  }

  .sm-made-build {
    grid-column: auto
  }

  .sm-pack-options-3 {
    grid-template-columns: 1fr
  }
}

/* The same Bootstrap modal lifecycle and sheet treatment as the item picker. */
.sm-builder-modal { padding: 0 !important }
.sm-builder-modal.fade .modal-dialog {
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.2, .8, .2, 1)
}
.sm-builder-modal.show .modal-dialog { transform: translateX(0) }
.sm-builder-modal .modal-dialog {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: auto;
  width: min(600px, 96vw);
  max-width: none; min-height: 0;
  margin: 0;
  height: 100vh;
  height: 100dvh;
  display: flex
}
.sm-builder-modal .modal-content {
  display: flex;
  width: 100%; height: 100%; min-height: 0;
  border: 0; border-radius: 0;
  overflow: hidden;
  background: var(--sm-paper);
  box-shadow: -24px 0 60px #0003
}
.sm-builder-in-drawer {
  display: flex;
  flex-direction: column;
  width: 100%; max-width: none;
  height: 100%; min-height: 0;
  margin: 0; padding: 0; border: 0; gap: 0
}
.sm-builder-close {
  position: absolute;
  z-index: 2; right: 16px; top: 14px;
  width: 44px; height: 44px;
  border: 1px solid var(--sm-line); border-radius: 50%;
  background: var(--sm-paper); color: var(--sm-forest);
  font-size: 28px !important; line-height: 1;
  cursor: pointer
}
.sm-builder-in-drawer .sm-builder-copy {
  display: block;
  flex-shrink: 0;
  padding: 20px 70px 16px 24px;
  border-bottom: 1px solid var(--sm-line)
}
.sm-builder-in-drawer .sm-builder-copy .sm-eyebrow { font-size: 10px }
.sm-builder-in-drawer h2 { font-size: 30px; margin: 6px 0 8px }
.sm-builder-in-drawer .sm-builder-intro>p { font-size: 13px; margin: 0; line-height: 1.45 }
.sm-builder-in-drawer .sm-builder-intro>.sm-small { display: none }
.sm-builder-in-drawer .sm-builder-workbench {
  display: flex;
  flex-direction: column;
  flex: 1; min-height: 0; gap: 0; align-items: stretch
}
.sm-builder-in-drawer .sm-jar-stage {
  position: static;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 0 12px;
  flex-shrink: 0;
  border: 0; border-radius: 0;
  padding: 8px 24px 8px 12px;
  margin: 0 !important;
  box-shadow: none
}
.sm-builder-in-drawer .sm-jar-stage-heading { grid-column: 2; padding-top: 6px }
.sm-builder-in-drawer .sm-jar-art {
  grid-column: 1; grid-row: 1 / 3;
  width: 110px; height: 132px; margin: 0
}
.sm-builder-in-drawer .sm-jar-stage-caption { text-align: left; align-self: center; padding: 4px 0; gap: 4px }
.sm-builder-in-drawer .sm-jar-stage-caption>strong { font-size: 20px }
.sm-builder-in-drawer .sm-jar-stage-caption>span { min-height: 0; font-size: 12px }
.sm-builder-in-drawer .sm-jar-stage-caption>small { font-size: 10px }
.sm-builder-in-drawer .sm-builder-form {
  flex: 1; min-height: 0;
  display: flex; flex-direction: column;
  padding: 0; border-radius: 0
}
.sm-builder-scroll { flex: 1; min-height: 0; overflow-y: auto; padding: 16px 22px; overscroll-behavior: contain }
.sm-builder-scroll>p.sm-small { color: #d8e3d3 }
.sm-builder-scroll .sm-builder-top { gap: 10px }
.sm-builder-scroll .sm-builder-top>strong { font-size: 15px }
.sm-builder-scroll .sm-recipe-heading { margin-top: 14px }
.sm-builder-scroll .sm-ingredient-picker { margin-top: 14px }
.sm-builder-scroll .sm-ingredient-picker>summary,
.sm-builder-scroll .sm-picker-footer { display: none }
.sm-builder-scroll .sm-picker-filters { padding-bottom: 4px }
.sm-builder-scroll .sm-picker-options { max-height: none; overflow: visible }
.sm-builder-scroll .sm-choice { scroll-margin-top: 12px }
.sm-builder-scroll .sm-reset-blend { scroll-margin-top: 12px }
.sm-builder-checkout {
  flex-shrink: 0;
  padding: 14px 22px calc(14px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #52735e;
  box-shadow: 0 -8px 20px #0000000a
}
.sm-builder-checkout .sm-buy-row { margin-top: 0 }
.sm-builder-checkout .sm-form-status { margin-bottom: 0 }
.sm-builder-in-drawer .sm-buy-row { flex-wrap: nowrap }
.sm-builder-in-drawer .sm-buy-row>.sm-button { min-width: 0 }

@media(min-width:761px) and (max-width:1100px) {
  .sm-jar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }
}
@media(max-width:640px) {
  .sm-builder-modal.fade .modal-dialog { transform: translateY(100%) }
  .sm-builder-modal.show .modal-dialog { transform: translateY(0) }
  .sm-builder-modal .modal-dialog { top: auto; width: 100%; height: 94vh; height: 94dvh }
  .sm-builder-modal .modal-content { border-radius: 22px 22px 0 0 }
  .sm-builder-in-drawer .sm-builder-copy { padding: 16px 66px 12px 18px }
  .sm-builder-in-drawer h2 { font-size: 26px }
  .sm-builder-in-drawer .sm-builder-copy .sm-eyebrow { display: none }
  .sm-builder-in-drawer .sm-jar-stage { grid-template-columns: 82px minmax(0, 1fr); padding: 4px 16px 4px 8px }
  .sm-builder-in-drawer .sm-jar-art { width: 82px; height: 104px }
  .sm-builder-in-drawer .sm-jar-stage-heading .sm-eyebrow { font-size: 10px }
  .sm-builder-in-drawer .sm-jar-stage-caption>strong { font-size: 17px }
  .sm-builder-in-drawer .sm-jar-stage-caption>span { font-size: 11px }
  .sm-builder-scroll { padding: 14px 16px }
  .sm-builder-checkout { padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)) }
}
@media(max-width:380px) {
  .sm-builder-checkout .sm-buy-row>label { flex-direction: column; align-items: flex-start; gap: 4px }
  .sm-builder-checkout input[type=number] { min-height: 44px }
}
@media(max-height:550px) {
  .sm-builder-in-drawer .sm-jar-stage { grid-template-columns: 1fr; padding: 6px 20px }
  .sm-builder-in-drawer .sm-jar-art,
  .sm-builder-in-drawer .sm-jar-stage-heading,
  .sm-builder-in-drawer .sm-jar-stage-caption>small { display: none }
  .sm-builder-in-drawer .sm-jar-stage-caption { display: flex; flex-direction: row; align-items: center; gap: 10px }
  .sm-builder-in-drawer .sm-jar-stage-caption>strong { font-size: 15px }
  .sm-builder-in-drawer .sm-builder-intro { display: none }
}

/* Jar collection and menu share one configurator and catalog. */
.sm-jar-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)) }
.sm-starter-section>.sm-bundle { max-width: 760px }
.sm-menu-invitation {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 32px; margin-top: 24px; margin-bottom: 24px;
  border: 1px solid var(--sm-line); border-radius: 12px; background: #edf2e9
}
.sm-menu-invitation h2 { font-size: clamp(26px, 3vw, 36px); margin: 10px 0 }
.sm-menu-invitation p { color: var(--sm-muted) }
.sm-menu-invitation .sm-button { flex-shrink: 0 }
.sm-menu-links { margin-bottom: 30px; display: grid; gap: 16px; font-size: 13px }
.sm-menu-links nav { display: flex; gap: 8px; flex-wrap: wrap }
.sm-menu-links nav a {
  color: var(--forest); background: var(--paper-2); border: 1px solid var(--hair);
  border-radius: 999px; padding: 9px 13px; text-decoration: none
}
.sm-menu-links nav a:hover { border-color: var(--forest) }
.sm-menu-intro { color: var(--ink-2); font-size: 14px; line-height: 1.6; margin: -4px 0 20px }
.sm-menu-format { font-size: 11px; color: var(--forest); line-height: 1.5 }
.sm-menu-build { font-size: 12px; font-weight: 600; color: var(--forest) }
.ns-menu .sm-custom-visual { color: #183e31; min-height: 230px }
.sm-builder-scroll .sm-guide-disclosure { margin: 20px 0; color: #f3f8ef }
.sm-builder-scroll .sm-guide-disclosure h3 { color: #f3f8ef }
.sm-builder-scroll .sm-addin-guide { grid-template-columns: 1fr 1fr }
@media (max-width: 760px) {
  .sm-jar-grid-three { grid-template-columns: 1fr }
  .sm-menu-invitation { flex-direction: column; align-items: flex-start; padding: 24px }
  .sm-builder-scroll .sm-addin-guide { grid-template-columns: 1fr }
}
#section-seamoss .ns-section-subgroup:not(:has(.row > :not(.d-none))) { display: none }
#section-seamoss .ns-section-subgroup { scroll-margin-top: calc(var(--ns-header-h, 76px) + 24px) }
.sm-starter-section { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 48px; align-items: center }
.sm-starter-section>.sm-section-heading { display: block; margin: 0 }
.sm-starter-section>.sm-section-heading p { margin-top: 18px; max-width: 32ch }
@media (max-width: 991px) {
  #section-seamoss .ns-section-subgroup { scroll-margin-top: calc(var(--ns-header-h, 76px) + 86px) }
  .sm-starter-section { grid-template-columns: 1fr; gap: 24px }
}

/* Show the complete packaging, including jar lids and the Starter pair. */
.sm-menu-packaged { background: #f7f5f0 }
body.ns-menu .sm-menu-packaged img { object-fit: contain }
.sm-starter-visual { margin-bottom: 22px !important }
.sm-starter-visual img {
  display: block; width: 100%; max-height: 320px;
  object-fit: contain; background: #f7f5f0; border-radius: 6px
}
.sm-starter-visual figcaption {
  margin-top: 8px; color: var(--sm-muted); font-size: 11px; text-align: center
}
body.ns-menu .sm-custom-product { width: 100% }
body.ns-menu .sm-custom-product .mn-card-link {
  display: grid; grid-template-columns: minmax(180px, .6fr) minmax(0, 1.4fr)
}
body.ns-menu .sm-custom-product .mn-body { padding: 24px; justify-content: center }
body.ns-menu .sm-custom-product .mn-title { font-size: 26px }
body.ns-menu .sm-custom-product .mn-ph { aspect-ratio: auto; min-height: 240px }
body.ns-menu .sm-custom-product .mn-bottom { margin-top: 14px }
@media (max-width: 575px) {
  body.ns-menu .sm-custom-product .mn-card-link { grid-template-columns: 1fr }
}
