/* Critical storefront chrome — first paint without waiting on Vite JS */
:root {
  --sf-ink: #2a3540;
  --sf-slate: #4e6172;
  --sf-mist: #83929f;
  --sf-paper: #faf9f6;
  --sf-leaf: #3d7a2f;
  --sf-leaf-hover: #2f5f24;
  --sf-wood: #c4a574;
  --sf-font-display: "Fraunces", Georgia, serif;
  --sf-font-body: "Karla", "Helvetica Neue", sans-serif;
}
html {
  scroll-padding-top: 4.5rem;
}
body.sf-body {
  margin: 0;
  font-family: var(--sf-font-body);
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--sf-ink);
  background: var(--sf-paper);
  -webkit-font-smoothing: antialiased;
}
.sf-main {
  min-height: 0;
}
.sf-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(42, 53, 64, 0.08);
  background: rgba(250, 249, 246, 0.94);
  backdrop-filter: blur(10px);
}
.sf-header__inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
}
@media (min-width: 768px) {
  .sf-header__inner { padding-left: 2.5rem; padding-right: 2.5rem; }
}
.sf-header__brand img {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: 12.5rem;
  object-fit: contain;
}
.sf-header__nav {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .sf-header__nav { display: flex; }
}
.sf-header__nav a,
.sf-header__help summary {
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--sf-slate);
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}
.sf-header__nav a:hover,
.sf-header__help summary:hover {
  background: rgba(232, 221, 208, 0.7);
  color: var(--sf-ink);
}
.sf-header__help { position: relative; }
.sf-header__help summary::-webkit-details-marker { display: none; }
.sf-header__help-menu {
  position: absolute;
  right: 0;
  margin-top: 0.5rem;
  min-width: 10rem;
  padding: 0.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(42, 53, 64, 0.1);
  background: var(--sf-paper);
  box-shadow: 0 12px 40px rgba(42, 53, 64, 0.12);
  z-index: 20;
}
.sf-header__help-menu a {
  display: block;
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  color: var(--sf-ink);
  text-decoration: none;
  font-size: 1rem;
}
.sf-header__help-menu a:hover { background: #f4f6f7; }
.sf-header__account {
  position: relative;
  margin-left: 0.25rem;
}
.sf-header__account-link,
.sf-header__account-summary {
  display: inline-block;
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--sf-slate);
  text-decoration: none;
  cursor: pointer;
  list-style: none;
  border: 0;
  background: transparent;
  font-family: inherit;
}
.sf-header__account-link:hover,
.sf-header__account-summary:hover {
  background: rgba(232, 221, 208, 0.7);
  color: var(--sf-ink);
}
.sf-header__account-summary::-webkit-details-marker { display: none; }
.sf-header__account-menu {
  left: auto;
  right: 0;
}
.sf-header__account-name {
  margin: 0 0 0.35rem;
  padding: 0.35rem 0.75rem 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--sf-mist);
}
.sf-header__logout-form {
  margin: 0;
  padding: 0;
}
.sf-header__menu-btn {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: transparent;
  color: var(--sf-ink);
  font: inherit;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
}
.sf-header__menu-btn:hover { background: #f4f6f7; }
.sf-header__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 53, 64, 0.1);
  background: #fff;
  color: var(--sf-ink);
  text-decoration: none;
}
.sf-header__badge {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--sf-leaf);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sf-header__mobile { margin-left: 0.25rem; position: relative; }
@media (min-width: 768px) {
  .sf-header__mobile { display: none; }
}
.sf-header__mobile-btn {
  list-style: none;
  border-radius: 999px;
  border: 1px solid rgba(42, 53, 64, 0.1);
  background: #fff;
  padding: 0.55rem 0.9rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.sf-header__mobile-btn::-webkit-details-marker { display: none; }
.sf-header__mobile-panel {
  position: absolute;
  right: 0;
  margin-top: 0.5rem;
  width: min(18rem, 80vw);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: 1.25rem;
  background: var(--sf-paper);
  border: 1px solid rgba(42, 53, 64, 0.1);
  box-shadow: 0 12px 40px rgba(42, 53, 64, 0.12);
  z-index: 30;
}
.sf-header__mobile-panel a {
  padding: 0.75rem;
  border-radius: 0.75rem;
  color: var(--sf-ink);
  text-decoration: none;
  font-weight: 500;
}
.sf-header__mobile-panel a:hover { background: #f4f6f7; }
.sf-footer {
  margin-top: 0;
  background: var(--sf-ink);
  color: var(--sf-paper);
}
.sf-footer__inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
  padding: 3.5rem 1.25rem;
}
@media (min-width: 768px) {
  .sf-footer__inner {
    grid-template-columns: 1.2fr 1fr 1fr;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.sf-footer__brand {
  margin: 0;
  font-family: var(--sf-font-display);
  font-size: 1.5rem;
}
.sf-footer__blurb {
  margin: 0.75rem 0 0;
  max-width: 18rem;
  color: var(--sf-mist);
  font-size: 0.9rem;
  line-height: 1.5;
}
.sf-footer__label {
  margin: 0 0 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sf-mist);
}
.sf-footer ul { list-style: none; margin: 0; padding: 0; }
.sf-footer li { margin-bottom: 0.5rem; }
.sf-footer a { color: rgba(250, 249, 246, 0.9); text-decoration: none; font-size: 1rem; }
.sf-footer a:hover { color: #fff; }
.sf-footer__copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  text-align: center;
  font-size: 0.75rem;
  color: var(--sf-mist);
}
.sf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: var(--sf-font-body);
  font-size: 1.0625rem;
}
.sf-btn--primary { background: var(--sf-leaf); color: #fff; }
.sf-btn--primary:hover { background: var(--sf-leaf-hover); }
.sf-btn--ghost {
  background: transparent;
  color: var(--sf-ink);
  border: 1px solid rgba(42, 53, 64, 0.25);
}
.sf-btn--ghost-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.sf-btn--ghost-light:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }
.sf-hero {
  position: relative;
  width: 100%;
  min-height: min(72vh, 36rem);
  color: var(--sf-paper);
  overflow: hidden;
  background: var(--sf-leaf);
}
@media (min-width: 768px) {
  .sf-hero { min-height: 32rem; }
}
.sf-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.sf-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--sf-leaf-hover) 0%, rgba(61, 122, 47, 0.88) 45%, rgba(61, 122, 47, 0.4) 100%);
}
.sf-hero__inner {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  min-height: inherit;
  display: grid;
  align-items: center;
  gap: 2.5rem;
  padding: 3.5rem 1.25rem;
}
@media (min-width: 768px) {
  .sf-hero__inner {
    grid-template-columns: 1.15fr 0.85fr;
    padding: 5rem 2.5rem;
  }
}
.sf-hero__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sf-wood);
}
.sf-hero h1 {
  margin: 1rem 0 0;
  font-family: var(--sf-font-display);
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1.05;
  font-weight: 700;
}
.sf-hero__sub {
  margin: 1.25rem 0 0;
  max-width: 28rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(250, 249, 246, 0.92);
}
.sf-hero__actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.sf-hero .sf-hero__actions .sf-btn--primary {
  background: var(--sf-paper);
  color: var(--sf-leaf);
}
.sf-hero .sf-hero__actions .sf-btn--primary:hover {
  background: #fff;
  color: var(--sf-leaf-hover);
}
.sf-hero .sf-hero__actions .sf-btn--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.sf-hero .sf-hero__actions .sf-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.sf-hero__orb {
  justify-self: center;
  display: block;
  width: min(20rem, 70vw);
  aspect-ratio: 1;
  border-radius: 999px;
  border: 6px solid rgba(250, 249, 246, 0.95);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
a.sf-hero__orb:hover {
  transform: scale(1.03);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}
.sf-hero__orb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sf-pdp {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 768px) {
  .sf-pdp {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    padding: 3.5rem 2.5rem;
  }
}
.sf-pdp__media {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 40px rgba(42, 53, 64, 0.12);
  border: 1px solid rgba(42, 53, 64, 0.1);
}
.sf-pdp__media img { width: 100%; display: block; aspect-ratio: 1; object-fit: cover; }
.sf-pdp__thumbs {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.sf-pdp__thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(42, 53, 64, 0.1);
  background: #fff;
}
.sf-pdp__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sf-mist);
}
.sf-pdp h1 {
  margin: 0.75rem 0 0;
  font-family: var(--sf-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}
.sf-pdp__price {
  margin: 1rem 0 0;
  font-family: var(--sf-font-display);
  font-size: 1.85rem;
  color: var(--sf-slate);
}
.sf-pdp__desc {
  margin: 1.5rem 0 0;
  color: var(--sf-slate);
  line-height: 1.65;
  white-space: pre-line;
}
.sf-pdp__actions {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.sf-pdp__note {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--sf-mist);
  line-height: 1.5;
}
.sf-story {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.5rem 1.25rem 4rem;
}
@media (min-width: 768px) {
  .sf-story { padding: 0.5rem 2.5rem 5rem; }
}
.sf-story__grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
  border-top: 1px solid rgba(42, 53, 64, 0.12);
  padding-top: 2.75rem;
}
@media (min-width: 900px) {
  .sf-story__grid--split {
    grid-template-columns: minmax(14rem, 0.85fr) minmax(0, 1.35fr);
    gap: 3.5rem;
  }
}
.sf-story h2 {
  margin: 0;
  font-family: var(--sf-font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.15;
  color: var(--sf-ink);
  letter-spacing: -0.01em;
}
.sf-story__text {
  margin-top: 1.15rem;
  max-width: 40rem;
  color: var(--sf-slate);
  font-size: 1.0625rem;
  line-height: 1.7;
  white-space: pre-line;
}
.sf-story__text a,
.sf-story__text [data-ctrl] {
  display: inline-block;
  margin-top: 0.75rem;
  color: var(--sf-leaf);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.sf-story__text a:hover,
.sf-story__text [data-ctrl]:hover {
  color: var(--sf-leaf-hover);
  border-bottom-color: var(--sf-leaf-hover);
  cursor: pointer;
}
.sf-story__details h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
}
.sf-story__bullets {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
}
.sf-story__bullets li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.35rem;
  color: var(--sf-slate);
  font-size: 1.02rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(42, 53, 64, 0.08);
}
.sf-story__bullets li:last-child { border-bottom: none; }
.sf-story__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 1px;
  background: var(--sf-wood);
  transform: rotate(45deg);
}
.sf-crumbs {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 0;
  font-size: 0.875rem;
  color: var(--sf-mist);
}
@media (min-width: 768px) {
  .sf-crumbs { padding-left: 2.5rem; padding-right: 2.5rem; }
}
.sf-crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.sf-crumbs a { color: var(--sf-mist); font-weight: 500; text-decoration: none; }
.sf-crumbs a:hover { color: var(--sf-ink); }
.sf-crumbs [aria-current="page"] { color: var(--sf-ink); font-weight: 600; }
.sf-catalog {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.25rem;
}
@media (min-width: 768px) {
  .sf-catalog { padding: 4rem 2.5rem; }
}
.sf-catalog h1 {
  margin: 0;
  font-family: var(--sf-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--sf-ink);
}
.sf-catalog__intro {
  margin: 1rem 0 0;
  max-width: 36rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--sf-slate);
}
.sf-catalog__grid {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .sf-catalog__grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .sf-catalog__grid { grid-template-columns: 1fr 1fr 1fr; }
}
.sf-card {
  display: block;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 40px rgba(42, 53, 64, 0.1);
  border: 1px solid rgba(42, 53, 64, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sf-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(42, 53, 64, 0.14);
}
.sf-card__img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  display: block;
  background: linear-gradient(135deg, #4e6172, #c4a574);
}
.sf-card__body { padding: 1.35rem 1.5rem 1.5rem; }
.sf-card__body h2 {
  margin: 0;
  font-family: var(--sf-font-display);
  font-size: 1.5rem;
  color: var(--sf-ink);
}
.sf-card__blurb {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  color: var(--sf-slate);
}
.sf-card__cta {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--sf-leaf);
}
.sf-ajax-loading {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(42, 53, 64, 0.35);
  backdrop-filter: blur(2px);
}
.sf-ajax-loading__card {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  border-radius: 1.25rem;
  background: var(--sf-paper);
  padding: 1rem 1.35rem;
  font-weight: 600;
  box-shadow: 0 12px 40px rgba(42, 53, 64, 0.12);
}
.sf-ajax-loading__spinner { display: none; }
.sf-block-transit {
  position: fixed;
  inset: 0;
  z-index: 600;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(250, 249, 246, 0.72);
  backdrop-filter: blur(3px);
  pointer-events: none;
}
.sf-block-transit.is-on {
  display: flex;
  animation: sf-block-fade 0.2s ease;
}
.sf-block-transit__row {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}
.sf-block-transit__cube {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.4rem;
  display: grid;
  place-items: center;
  font-family: var(--sf-font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: #5a4030;
  background: linear-gradient(145deg, #e8d4a8 0%, #c4a574 55%, #a88855 100%);
  border: 1px solid rgba(90, 70, 40, 0.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 8px 18px rgba(42,53,64,0.16);
  animation: sf-block-bounce 0.9s ease-in-out infinite;
}
.sf-block-transit__cube:nth-child(2) {
  animation-delay: 0.12s;
  color: #fff;
  background: linear-gradient(145deg, #d7eccf 0%, #3d7a2f 70%, #2f5f24 100%);
  border-color: rgba(47, 95, 36, 0.45);
}
.sf-block-transit__cube:nth-child(3) { animation-delay: 0.24s; }
@keyframes sf-block-bounce {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}
@keyframes sf-block-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes sf-spin { to { transform: rotate(360deg); } }

/* Homepage richness */
.sf-home-welcome {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.25rem 2rem;
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 900px) {
  .sf-home-welcome {
    grid-template-columns: 1.1fr 0.9fr;
    padding: 5rem 2.5rem 3rem;
    gap: 3.5rem;
  }
}
.sf-home-welcome__media {
  border-radius: 1.75rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 16px 48px rgba(42, 53, 64, 0.14);
  border: 1px solid rgba(42, 53, 64, 0.08);
  background: linear-gradient(135deg, #4e6172, #c4a574);
}
.sf-home-welcome__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sf-home-welcome__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sf-mist);
}
.sf-home-welcome h2 {
  margin: 0.75rem 0 0;
  font-family: var(--sf-font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--sf-ink);
  line-height: 1.15;
}
.sf-home-welcome p {
  margin: 1rem 0 0;
  font-size: 1.2rem;
  line-height: 1.65;
  color: var(--sf-slate);
}
.sf-pathways {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 1.25rem 3rem;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .sf-pathways {
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem 2.5rem 4rem;
  }
}
.sf-pathway {
  position: relative;
  display: block;
  min-height: 18rem;
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 14px 40px rgba(42, 53, 64, 0.16);
}
.sf-pathway__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}
.sf-pathway:hover .sf-pathway__bg { transform: scale(1.07); }
.sf-pathway__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42,53,64,0.15) 10%, rgba(42,53,64,0.82) 100%);
}
.sf-pathway__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 18rem;
  padding: 1.5rem;
}
.sf-pathway__label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sf-wood);
}
.sf-pathway h3 {
  margin: 0.5rem 0 0;
  font-family: var(--sf-font-display);
  font-size: 1.65rem;
  line-height: 1.15;
}
.sf-pathway p {
  margin: 0.5rem 0 0;
  font-size: 1.05rem;
  line-height: 1.45;
  color: rgba(250,249,246,0.88);
}
.sf-pathway__cta {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.sf-values {
  background: var(--sf-ink);
  color: var(--sf-paper);
  padding: 4.5rem 1.25rem;
}
@media (min-width: 768px) {
  .sf-values { padding: 5.5rem 2.5rem; }
}
.sf-values__inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .sf-values__inner { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
}
.sf-values h3 {
  margin: 0;
  font-family: var(--sf-font-display);
  font-size: 1.4rem;
}
.sf-values p {
  margin: 0.6rem 0 0;
  color: var(--sf-mist);
  line-height: 1.55;
  font-size: 1.05rem;
}
.sf-home-featured {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.25rem;
}
@media (min-width: 768px) {
  .sf-home-featured { padding: 5rem 2.5rem; }
}
.sf-home-featured__head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
.sf-home-featured__head h2 {
  margin: 0.4rem 0 0;
  font-family: var(--sf-font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--sf-ink);
}
.sf-home-featured__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .sf-home-featured__grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .sf-home-featured__grid { grid-template-columns: 1fr 1fr 1fr; }
}
.sf-cta-band {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.25rem;
}
@media (min-width: 768px) {
  .sf-cta-band { padding: 3.5rem 2.5rem; }
}
.sf-cta-band__inner {
  border-radius: 1.75rem;
  padding: 2.25rem 1.5rem;
  background:
    linear-gradient(120deg, rgba(42,53,64,0.92), rgba(61,122,47,0.85)),
    url('/images/nursery.jpg') center/cover;
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 48px rgba(42, 53, 64, 0.18);
}
@media (min-width: 768px) {
  .sf-cta-band__inner { padding: 2.75rem 3rem; }
}
.sf-cta-band h2 {
  margin: 0;
  font-family: var(--sf-font-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.sf-cta-band p {
  margin: 0.85rem auto 0;
  max-width: 32rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.55;
}
.sf-cta-band__actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.sf-footer__social {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.sf-footer__social a {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: lowercase;
}

/* Site warning chip (Fridays off, etc.) — yellow trigger, dialog on click */
.sf-warning {
  padding: 0.65rem 1rem 0.25rem;
  text-align: center;
}
.sf-warning__trigger,
.sf-warning .btn-warning {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.4rem 0.85rem;
  border: none;
  border-radius: 0.4rem;
  background: #e8b84a;
  color: #1f2933;
  font-family: var(--sf-font-body);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(42, 53, 64, 0.12);
}
.sf-warning__trigger:hover,
.sf-warning .btn-warning:hover {
  background: #dfad38;
  color: #1f2933;
}
.sf-warning__icon {
  font-style: normal;
  font-size: 1.05em;
  line-height: 1;
}
div.warningContentDIV {
  display: none !important;
}
div.warningPopup,
.sf-warning-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 402;
  width: min(92vw, 28rem);
  max-height: min(80vh, 32rem);
  overflow: auto;
  padding: 1.25rem 1.35rem 1rem;
  border-radius: 0.75rem;
  border: 3px solid var(--sf-leaf, #3d7a2f);
  background: #fff;
  color: var(--sf-ink, #2a3540);
  font-family: var(--sf-font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  text-align: left;
  white-space: pre-line;
  box-shadow: 0 18px 48px rgba(42, 53, 64, 0.28);
}
.sf-warning__hide,
div.warningPopup .btn-default {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.45rem 1.1rem;
  border: 1px solid rgba(42, 53, 64, 0.2);
  border-radius: 999px;
  background: var(--sf-paper, #faf9f6);
  color: var(--sf-ink, #2a3540);
  font-family: var(--sf-font-body);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}
.sf-warning__hide:hover,
div.warningPopup .btn-default:hover {
  background: rgba(232, 221, 208, 0.7);
}

/* Place Order modal — keep usable even if itemForm.css fails to load */
div.gray_overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #2a3540;
  z-index: 400;
  opacity: 0.55;
}
/* Credit-card popup: keep Pay $… visible (scroll inside modal) */
div.authorizeDIV {
  max-height: min(90vh, 40rem);
  top: 5vh !important;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
div.authorizeDIV .authorizeButtons {
  width: 100%;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}
div.authorizeDIV button.cta_button,
div.authorizeDIV .btn.cta_button {
  background: var(--sf-leaf, #3d7a2f) !important;
  border-color: var(--sf-leaf, #3d7a2f) !important;
  color: #fff !important;
  font-weight: 700;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
}
div.itemFormDIV,
div.inlineFormDIV {
  max-width: 650px;
  width: min(650px, 94vw);
  top: 5vh;
  margin: 0;
  left: 50%;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.75rem;
  z-index: 402;
  border: 2px solid var(--sf-ink);
  border-radius: 0.75rem;
  background-color: #fff;
  max-height: 90vh;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  box-shadow: 0 20px 60px rgba(42, 53, 64, 0.35);
  box-sizing: border-box;
}
div.clearLine {
  height: 1px;
  clear: both;
  max-width: 100%;
}

/* Ship-to picker fallback (item form) — keep usable if itemForm.css is slow/missing */
#ShippingAddressDIV {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
#shipAddressDisplayDiv,
#shipAddressViewModel {
  float: none !important;
  width: 100%;
  max-width: 100%;
  clear: both;
  box-sizing: border-box;
}
.sf-ship-pick {
  width: 100%;
  margin: 0 0 0.75rem;
  clear: both;
}
.sf-ship-pick__card {
  padding: 1rem 1.15rem 1.1rem;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(42, 53, 64, 0.06);
  box-sizing: border-box;
}
.sf-ship-pick__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.85rem;
}
.sf-ship-pick__label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sf-mist, #83929f);
}
.sf-ship-pick__body { display: grid; gap: 0.75rem; }
.sf-ship-pick__select {
  width: 100%;
  max-width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(42, 53, 64, 0.2);
  background: var(--sf-paper, #faf9f6);
  font-family: inherit;
  font-size: 1rem;
  color: var(--sf-ink, #2a3540);
  box-sizing: border-box;
}
.sf-ship-pick__addr {
  padding: 0.75rem 0.85rem;
  border-radius: 0.75rem;
  background: var(--sf-paper, #faf9f6);
  border: 1px solid rgba(42, 53, 64, 0.08);
  color: var(--sf-ink, #2a3540);
  font-size: 0.95rem;
  line-height: 1.45;
}
.sf-ship-pick__actions,
#orderButtons.sf-ship-pick__actions {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  width: 100%;
  margin: 0.85rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(42, 53, 64, 0.1);
}
.sf-ship-edit__title {
  margin: 0 0 0.85rem;
  font-family: var(--sf-font-display, Georgia, serif);
  font-size: 1.35rem;
  color: var(--sf-ink, #2a3540);
}
.sf-ship-edit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0.75rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(42, 53, 64, 0.1);
}

/* Cart page on storefront shell */
.sf-cart {
  max-width: 44rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 3.5rem;
}
@media (min-width: 768px) {
  .sf-cart { padding: 2.5rem 2rem 4rem; }
}
.sf-cart h1 {
  margin: 0 0 1.75rem;
  font-family: var(--sf-font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--sf-ink);
  text-align: center;
}
.sf-cart-empty {
  text-align: center;
  color: var(--sf-slate);
  padding: 2rem 1rem;
}
.sf-cart-empty a { color: var(--sf-leaf); font-weight: 700; }
.sf-cart-items { display: grid; gap: 1rem; }
.sf-cart-item {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem 1.15rem;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 8px 24px rgba(42, 53, 64, 0.06);
}
@media (min-width: 640px) {
  .sf-cart-item {
    grid-template-columns: 6.5rem 1fr auto;
  }
}
.sf-cart-item__media {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background: var(--sf-paper);
}
@media (min-width: 640px) {
  .sf-cart-item__media { width: 6.5rem; height: 6.5rem; }
}
.sf-cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sf-cart-item__variant {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  width: 36% !important;
  height: 36% !important;
  border-radius: 0.35rem;
  border: 2px solid #fff;
}
.sf-cart-item__title a,
.sf-cart-item__title span {
  color: var(--sf-ink);
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
}
.sf-cart-item__title a:hover { color: var(--sf-leaf); }
.sf-cart-item__desc {
  margin: 0.35rem 0 0;
  color: var(--sf-slate);
  font-size: 0.9rem;
  line-height: 1.4;
}
.sf-cart-item__ship {
  margin: 0.65rem 0 0;
  color: var(--sf-mist);
  font-size: 0.85rem;
}
.sf-cart-item__ship-link {
  margin-left: 0.35rem;
  color: var(--sf-leaf);
  font-weight: 600;
  text-decoration: none;
}
.sf-cart-item__actions {
  display: flex;
  gap: 0.85rem;
  margin-top: 0.85rem;
}
.sf-cart-link {
  color: var(--sf-leaf) !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  text-decoration: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  min-width: 0 !important;
  box-shadow: none !important;
}
.sf-cart-link:hover { text-decoration: underline !important; }
.sf-cart-link--danger { color: #b42318 !important; }
.sf-cart-item__meta {
  display: grid;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: var(--sf-slate);
  grid-column: 1 / -1;
}
@media (min-width: 640px) {
  .sf-cart-item__meta {
    grid-column: auto;
    min-width: 8.5rem;
    text-align: right;
  }
}
.sf-cart-item__meta div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.sf-cart-item__meta span { color: var(--sf-mist); }
.sf-cart-item__meta strong { color: var(--sf-ink); font-weight: 700; }
.sf-cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(42, 53, 64, 0.06);
  font-size: 1.05rem;
  color: var(--sf-slate);
}
.sf-cart-subtotal strong {
  color: var(--sf-ink);
  font-size: 1.2rem;
}
.sf-cart-note {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: var(--sf-mist);
}
.sf-cart-note--warn {
  color: var(--sf-ink);
  background: #fff8e6;
  border: 1px solid #e8d9a8;
  border-radius: 0.65rem;
  padding: 0.65rem 0.85rem;
}
.sf-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.5rem 0 2rem;
}
.sf-cart-actions .sf-btn { min-width: 11rem; }
.sf-cart-ships { display: grid; gap: 1rem; }
.sf-cart-ship {
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 8px 24px rgba(42, 53, 64, 0.06);
}
.sf-cart-ship__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}
.sf-cart-ship__label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sf-mist);
}
.sf-cart-ship__name {
  margin: 0.35rem 0 0;
  font-family: var(--sf-font-display);
  font-size: 1.25rem;
  color: var(--sf-ink);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.sf-cart-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-family: var(--sf-font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sf-cart-badge--ok { background: rgba(61, 122, 47, 0.12); color: var(--sf-leaf); }
.sf-cart-badge--warn { background: rgba(180, 35, 24, 0.1); color: #b42318; }
.sf-cart-ship__lead {
  margin: 0.85rem 0 0;
  color: var(--sf-slate);
  font-size: 0.9rem;
}
.sf-cart-ship__edit { margin-top: 1rem; }
.sf-cart-rates {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.sf-cart-rates li {
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  background: var(--sf-paper);
  border: 1px solid rgba(42, 53, 64, 0.08);
  color: var(--sf-ink);
  font-size: 0.9rem;
  line-height: 1.35;
  font-variant-numeric: tabular-nums;
}
.sf-cart-more { margin: 0.75rem 0 0; }
.sf-cart-error { margin: 1rem 0 0; color: #b42318; font-weight: 700; }
.sf-cart-error-detail { margin: 0.35rem 0 0; color: #b42318; font-size: 0.85rem; }
.sf-cart-verify-note {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.75rem;
  background: rgba(196, 165, 116, 0.18);
  color: var(--sf-ink);
  font-size: 0.85rem;
  line-height: 1.45;
}
.sf-cart-verify-note p { margin: 0.4rem 0 0; color: var(--sf-slate); }

/* Auth / account / checkout polish */
.sf-auth,
.sf-account {
  max-width: 36rem;
  margin: 0 auto;
  padding: 2.75rem 1.25rem 4rem;
}
.sf-account { max-width: 56rem; }
@media (min-width: 768px) {
  .sf-auth,
  .sf-account { padding: 3.5rem 2.5rem 5rem; }
}
.sf-auth h1,
.sf-account h1,
.sf-auth h2,
.sf-account h2 {
  margin: 0 0 0.5rem;
  font-family: var(--sf-font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  color: var(--sf-ink);
  text-align: center;
}
.sf-auth__lead,
.sf-account__lead {
  margin: 0 auto 1.75rem;
  max-width: 28rem;
  text-align: center;
  color: var(--sf-slate);
  line-height: 1.55;
}
.sf-auth__card,
.sf-account__card {
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 12px 36px rgba(42, 53, 64, 0.08);
}
.sf-auth .form-group,
.sf-account .form-group {
  margin-bottom: 1.1rem;
}
.sf-auth .control-label,
.sf-account .control-label,
.sf-auth label,
.sf-account label {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sf-slate);
}
.sf-auth .form-control,
.sf-account .form-control {
  border-radius: 0.75rem !important;
  border: 1px solid rgba(42, 53, 64, 0.2) !important;
  background: var(--sf-paper) !important;
  padding: 0.7rem 0.85rem !important;
  height: auto !important;
  font-family: var(--sf-font-body) !important;
}
.sf-auth .form-control:focus,
.sf-account .form-control:focus {
  border-color: var(--sf-leaf) !important;
  box-shadow: 0 0 0 3px rgba(61, 122, 47, 0.18) !important;
}
.sf-auth .btn,
.sf-account .btn,
.sf-auth input[type="submit"],
.sf-account input[type="submit"] {
  border-radius: 999px !important;
  padding: 0.75rem 1.5rem !important;
  font-weight: 700 !important;
  font-family: var(--sf-font-body) !important;
  border: 1px solid rgba(42, 53, 64, 0.2) !important;
  background: #fff !important;
  color: var(--sf-ink) !important;
}
.sf-auth .btn-primary,
.sf-auth input[type="submit"].cta_button,
.sf-auth input[type="submit"]:not(.btn-default),
.sf-account .cta_button,
.sf-auth .btn.cta_button {
  background: var(--sf-leaf) !important;
  border-color: var(--sf-leaf) !important;
  color: #fff !important;
}
.sf-auth a,
.sf-account a {
  color: var(--sf-leaf);
  font-weight: 600;
}
.sf-account__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.25rem 0 2rem;
}
.sf-account__panel {
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1.25rem;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 10px 28px rgba(42, 53, 64, 0.06);
}

/* Checkout layout (wider than cart) */
.sf-cart--checkout {
  max-width: 64rem;
}
.sf-checkout__header {
  text-align: center;
  margin-bottom: 2rem;
}
.sf-checkout__header h1 {
  margin-bottom: 0.35rem;
}
.sf-checkout__lead {
  margin: 0 auto 1rem;
  max-width: 28rem;
  color: var(--sf-slate);
  font-size: 1.05rem;
  line-height: 1.5;
}
.sf-checkout__csr-btn {
  margin-top: 0.5rem;
}

/* Shipment panel */
.sf-checkout-ship {
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1.15rem;
  padding: 1.35rem 1.4rem 1.5rem;
  margin-bottom: 1.35rem;
  box-shadow: 0 10px 28px rgba(42, 53, 64, 0.06);
}
.sf-checkout-ship__grid {
  display: grid;
  gap: 1.35rem;
}
@media (min-width: 768px) {
  .sf-checkout-ship__grid {
    grid-template-columns: minmax(14rem, 0.95fr) 1.35fr;
    align-items: start;
  }
}
.sf-checkout-ship__head {
  margin-bottom: 0.85rem;
}
.sf-checkout-ship__addr-body {
  color: var(--sf-slate);
  font-size: 0.95rem;
  line-height: 1.5;
}
.sf-checkout-ship__edit {
  margin-top: 0.85rem;
}
.sf-checkout-ship__verify {
  margin-top: 0.75rem;
}
.sf-checkout-ship__footer {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(42, 53, 64, 0.08);
}
@media (min-width: 640px) {
  .sf-checkout-ship__footer {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
  }
}
.sf-checkout-ship__rates {
  min-width: 0;
}
.sf-checkout-rate-pick {
  display: grid;
  gap: 0.45rem;
}
.sf-checkout-select {
  width: 100%;
  max-width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(42, 53, 64, 0.2);
  background: var(--sf-paper);
  padding: 0.65rem 0.85rem;
  font-family: var(--sf-font-body);
  font-size: 0.95rem;
  color: var(--sf-ink);
}
.sf-checkout-select--list {
  min-height: 6.5rem;
  padding: 0.35rem;
}
.sf-checkout-select:focus {
  outline: none;
  border-color: var(--sf-leaf);
  box-shadow: 0 0 0 3px rgba(61, 122, 47, 0.18);
}

/* Totals rows */
.sf-checkout-totals {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.1rem;
  background: var(--sf-paper);
  border: 1px solid rgba(42, 53, 64, 0.08);
  border-radius: 0.85rem;
  font-variant-numeric: tabular-nums;
}
.sf-checkout-totals__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--sf-slate);
  font-size: 0.9rem;
}
.sf-checkout-totals__row strong {
  color: var(--sf-ink);
  font-weight: 700;
}
.sf-checkout-totals__row--total {
  margin-top: 0.25rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(42, 53, 64, 0.1);
  font-size: 1rem;
  color: var(--sf-ink);
}
.sf-checkout-totals__row--total strong {
  font-family: var(--sf-font-display);
  font-size: 1.15rem;
  color: var(--sf-leaf);
}

.sf-cart-verify-note--ok {
  background: rgba(61, 122, 47, 0.12);
  color: var(--sf-leaf-hover);
}
.sf-cart-verify-note .sf-cart-link {
  display: inline-block;
  margin-top: 0.5rem;
}

/* Billing + payment */
.sf-checkout-billing {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}
.sf-checkout-billing__top {
  display: grid;
  gap: 1rem;
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1.15rem;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 10px 28px rgba(42, 53, 64, 0.06);
}
@media (min-width: 768px) {
  .sf-checkout-billing__top {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}
.sf-checkout-billing__addr-body {
  margin-top: 0.5rem;
  color: var(--sf-slate);
  font-size: 0.95rem;
  line-height: 1.5;
  border: none !important;
  font-family: var(--sf-font-body) !important;
  font-weight: 400 !important;
  padding: 0 !important;
}
.sf-checkout-billing__edit {
  margin-top: 0.75rem;
}
.sf-checkout-billing__totals {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  align-self: end;
}
.sf-checkout-billing__tools {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  margin: 0.65rem 0 0.85rem;
  padding: 0 0.15rem;
}
.sf-checkout-billing__tools .sf-cart-link {
  font-size: 0.9rem !important;
}
.sf-checkout-note {
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 0.85rem;
  padding: 1rem 1.15rem;
  margin: 0.75rem 0;
  color: var(--sf-slate);
  font-size: 0.9rem;
}
.sf-checkout-note h6 {
  margin: 0 0 0.35rem;
  font-family: var(--sf-font-display);
  font-size: 1rem;
  color: var(--sf-ink);
}
.sf-checkout-pay {
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1.15rem;
  padding: 1.35rem 1.4rem 1.5rem;
  box-shadow: 0 10px 28px rgba(42, 53, 64, 0.06);
  margin-top: 0.25rem;
}
.sf-checkout-pay__actions {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
  max-width: 20rem;
}
.sf-checkout-pay__actions .sf-btn {
  width: 100%;
  padding: 0.7rem 1.25rem;
  font-size: 0.95rem;
}
.sf-checkout-pay__primary {
  font-size: 1.05rem;
  padding: 0.85rem 1.35rem;
}
.sf-checkout-pay .sf-btn:disabled,
.sf-checkout-pay .sf-btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}
.sf-checkout-csr {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(42, 53, 64, 0.15);
  font-size: 0.85rem;
  color: var(--sf-slate);
}
.sf-checkout-csr__line {
  margin: 0.35rem 0;
}

/* Keep Authorize.Net verified-merchant badge; hide the noisy text link */
.sf-checkout-seal,
#authorizeMerchantSealDIV,
div.authorizeDIV #authorizeMerchantSealDIV {
  width: 95px;
  margin: 0.75rem auto 0;
  text-align: center;
  line-height: 1.2;
}
div.authorizeDIV .AuthorizeNetSeal,
#authorizeMerchantSealDIV .AuthorizeNetSeal,
#authorizeMerchantSealLoader .AuthorizeNetSeal {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* seal.js injects "Online Payments" with its own styling — hide that text only */
div.authorizeDIV #AuthorizeNetText,
#authorizeMerchantSealDIV #AuthorizeNetText,
#authorizeMerchantSealLoader #AuthorizeNetText,
#AuthorizeNetText,
.AuthorizeNetSeal a#AuthorizeNetText {
  display: none !important;
  visibility: hidden !important;
  font-size: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
}

/* Legacy billing class bridges */
.sf-cart .billingDIV,
.sf-cart .orderTotalDIV,
.sf-cart .paymentOptionsDIV {
  background: transparent;
}
.sf-cart #billingAndPaymentsDIV {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.sf-cart--checkout .clearLine {
  display: none;
}
.sf-cart--checkout #orderStatusDIV {
  float: none;
  width: auto;
  text-align: left;
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: var(--sf-slate);
}
.sf-cart--checkout .ShippingGroupDIV {
  /* keep CSR add-item block readable */
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(42, 53, 64, 0.06);
}

/* Cart address edit dialog */
#cartAddressModal.itemFormDIV {
  display: none;
  z-index: 510;
}
.cart-ship-address-edit .sf-cart-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cart-ship-address-edit .sf-cart-modal__head h2 {
  margin: 0;
  font-family: var(--sf-font-display);
  font-size: 1.35rem;
  color: var(--sf-ink);
}
.sf-cart-modal__close {
  border: none;
  background: transparent;
  color: var(--sf-slate);
  font-weight: 700;
  cursor: pointer;
  font-family: var(--sf-font-body);
}
.sf-cart-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
  clear: both;
}

/* Checkout billing/shipping edit dialogs on storefront shell */
div.shippingAddressPopUpEditDIV,
#ShipppingAddressEditDIV {
  display: none;
  position: fixed;
  left: 50%;
  top: min(4vh, 2rem);
  transform: translateX(-50%);
  width: min(28rem, 94vw);
  max-height: 92vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 510;
  padding: 1.15rem 1.25rem 1.35rem;
  border-radius: 0.85rem;
  background: #fff;
  border: 2px solid var(--sf-ink);
  box-shadow: 0 20px 60px rgba(42, 53, 64, 0.35);
  box-sizing: border-box;
}
div.shippingAddressPopUpEditDIV .sf-checkout-modal__head,
div.shippingAddressPopUpEditDIV .BillingTitleDIV {
  margin: 0 0 0.85rem;
  padding: 0;
  border: none;
  background: transparent;
}
div.shippingAddressPopUpEditDIV .sf-checkout-modal__head h2,
div.shippingAddressPopUpEditDIV .BillingTitleDIV h2 {
  margin: 0;
  font-family: var(--sf-font-display);
  font-size: 1.35rem;
  color: var(--sf-ink);
}
div.shippingAddressPopUpEditDIV .sf-checkout-modal__sub {
  margin: 0.25rem 0 0;
  color: var(--sf-mist);
  font-size: 0.85rem;
}
div.shippingAddressPopUpEditDIV .sf-checkout-copy-ship {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0.75rem 0.85rem;
  background: var(--sf-paper);
  border-radius: 0.75rem;
  border: 1px solid rgba(42, 53, 64, 0.08);
}
div.shippingAddressPopUpEditDIV .sf-checkout-copy-ship .sf-btn {
  justify-self: start;
  padding: 0.45rem 1rem;
  font-size: 0.875rem;
}
div.shippingAddressPopUpEditDIV .formGroup {
  float: none !important;
  width: 100% !important;
  margin: 0 0 0.55rem !important;
  padding: 0.55rem 0.7rem !important;
  overflow: visible !important;
  clear: both;
  box-sizing: border-box;
}
div.shippingAddressPopUpEditDIV .addressFormTitle,
div.shippingAddressPopUpEditDIV .formTitle {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 0 0.3rem !important;
  margin: 0;
}
div.shippingAddressPopUpEditDIV .formInput {
  float: none !important;
  width: 100% !important;
  min-height: 0 !important;
  clear: none !important;
}
div.shippingAddressPopUpEditDIV .formInput input,
div.shippingAddressPopUpEditDIV .formInput textarea,
div.shippingAddressPopUpEditDIV .formInput select,
div.shippingAddressPopUpEditDIV .formGroup input[type="text"],
div.shippingAddressPopUpEditDIV .formGroup input[type="email"],
div.shippingAddressPopUpEditDIV .formGroup input[type="tel"],
div.shippingAddressPopUpEditDIV .formGroup textarea,
div.shippingAddressPopUpEditDIV .formGroup select {
  float: none !important;
  clear: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
div.shippingAddressPopUpEditDIV .formNote {
  float: none !important;
  clear: none !important;
  padding: 0.2rem 0 0 !important;
}
div.shippingAddressPopUpEditDIV .formGroup--check {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: var(--sf-paper);
}
div.shippingAddressPopUpEditDIV .sf-checkout-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--sf-ink);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
}
div.shippingAddressPopUpEditDIV .sf-checkout-check input[type="checkbox"] {
  float: none !important;
  width: 1.1rem !important;
  height: 1.1rem !important;
  margin: 0.15rem 0 0 !important;
  flex-shrink: 0;
  accent-color: var(--sf-leaf);
}
div.shippingAddressPopUpEditDIV .sf-checkout-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1rem;
  clear: both;
}
div.shippingAddressPopUpEditDIV .sf-checkout-modal__actions .sf-btn {
  min-width: 8.5rem;
}
/* Shipping method list — use less vertical space */
.sf-checkout-select--list {
  min-height: 0;
  height: auto;
  max-height: 9rem;
}
div.page_disable {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(245, 245, 245, 0.85);
}

/* Content pages: About, FAQ, Contact, Returns, legal */
.sf-content {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}
.sf-content.sf-legal { max-width: 52rem; }
@media (min-width: 768px) {
  .sf-content { padding: 3.25rem 2rem 5rem; }
}
.sf-content__header { margin-bottom: 1.75rem; }
.sf-content__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sf-mist);
}
.sf-content h1 {
  margin: 0 0 0.65rem;
  font-family: var(--sf-font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  color: var(--sf-ink);
  line-height: 1.15;
}
.sf-content__lead {
  margin: 0;
  max-width: 36rem;
  color: var(--sf-slate);
  line-height: 1.55;
  font-size: 1.05rem;
}
.sf-content__lead a,
.sf-content__body a,
.sf-content__aside a {
  color: var(--sf-leaf);
  font-weight: 600;
  text-decoration: none;
}
.sf-content__lead a:hover,
.sf-content__body a:hover,
.sf-content__aside a:hover {
  text-decoration: underline;
}
.sf-content__stack {
  display: grid;
  gap: 0.9rem;
}
.sf-content__grid {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 720px) {
  .sf-content__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sf-content__card {
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1.15rem;
  padding: 1.25rem 1.2rem;
  box-shadow: 0 10px 28px rgba(42, 53, 64, 0.05);
}
.sf-content__card-title {
  margin: 0 0 0.55rem;
  font-family: var(--sf-font-body);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sf-ink);
}
.sf-content__body {
  margin: 0;
  color: var(--sf-slate);
  line-height: 1.6;
  font-size: 0.98rem;
}
.sf-content__body--pre { white-space: pre-line; }
.sf-content__body p { margin: 0 0 0.75rem; }
.sf-content__body p:last-child { margin-bottom: 0; }
.sf-content__note {
  margin: 0.65rem 0 0;
  color: var(--sf-mist);
  font-size: 0.85rem;
  line-height: 1.45;
}
.sf-content__address {
  margin: 0;
  font-style: normal;
  color: var(--sf-slate);
  line-height: 1.55;
}
.sf-content__media {
  margin: 0 0 1.25rem;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(42, 53, 64, 0.08);
}
.sf-content__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 22rem;
  object-fit: cover;
}
.sf-content__prose { margin-bottom: 0.5rem; }
.sf-content__aside {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(42, 53, 64, 0.1);
}
.sf-content__aside > p {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sf-mist);
}
.sf-content__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}
.sf-legal [data-custom-class='body'] {
  background: #fff;
  border: 1px solid rgba(42, 53, 64, 0.1);
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem 2rem;
  box-shadow: 0 10px 28px rgba(42, 53, 64, 0.05);
}
@media (min-width: 768px) {
  .sf-legal [data-custom-class='body'] {
    padding: 2rem 2rem 2.5rem;
  }
}
