@charset "utf-8";

.sfk-section { margin: 28px 0px 36px; font-family: inherit; }

.sfk-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; flex-wrap: wrap; }

.sfk-eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage-dk); margin-bottom: 5px; }

.sfk-title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 3vw, 1.85rem); font-weight: 400; color: var(--navy-primary); margin: 0px 0px 5px; line-height: 1.2; }

.sfk-subtitle { font-size: 0.86rem; color: var(--brown); line-height: 1.6; margin: 0px; }

.sfk-pantry-badge { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--border-soft); padding-top: 12px; }

.sfk-pantry-icon { font-size: 1.2rem; }

.sfk-pantry-num { font-size: 0.85rem; font-weight: 700; color: var(--navy-primary); }

.sfk-pantry-sub { font-size: 0.74rem; color: var(--brown); }

.sfk-pantry-cta { margin-left: auto; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-family: inherit; font-size: 0.82rem; font-weight: 700; color: var(--sage-dk); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; padding: 0px; transition: color 0.15s; }

.sfk-pantry-cta:hover { color: var(--navy-primary); }

.sfk-tabs { display: flex; gap: 0px; overflow-x: auto; border-bottom: 1px solid var(--border-soft); margin-bottom: 24px; scrollbar-width: none; }

.sfk-tabs::-webkit-scrollbar { display: none; }

.sfk-tab { flex-shrink: 0; font-size: 0.83rem; font-weight: 500; font-family: inherit; color: var(--brown); cursor: pointer; transition: color 0.15s, border-color 0.15s; white-space: nowrap; margin-bottom: -1px; background: transparent !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: initial !important; border-radius: 0px !important; box-shadow: none !important; padding: 0px 16px 10px !important; }

.sfk-tab:hover { color: var(--navy-primary); }

.sfk-tab-active { color: var(--navy-primary) !important; font-weight: 700 !important; border-bottom: 2px solid var(--navy-primary) !important; }

.sfk-grid { display: grid; grid-template-columns: 1fr 280px; gap: 28px; align-items: start; }

.sfk-hero-card { position: relative; border-radius: 16px; overflow: hidden; background: linear-gradient(135deg, rgb(36, 52, 71) 0%, rgb(46, 74, 58) 100%); min-height: 180px; display: flex; align-items: stretch; margin-bottom: 24px; }

.sfk-hero-gradient { position: absolute; inset: 0px; background: radial-gradient(at 75% 50%, rgba(180, 200, 175, 0.15) 0%, transparent 65%); pointer-events: none; }

.sfk-hero-content { position: relative; z-index: 2; padding: 28px 24px; flex: 1 1 0%; }

.sfk-hero-tag { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(200, 220, 195, 0.85); margin-bottom: 8px; }

.sfk-hero-heading { font-family: Georgia, serif; font-size: clamp(1.2rem, 2.2vw, 1.55rem); font-weight: 400; color: rgb(255, 255, 255); margin: 0px 0px 8px; line-height: 1.25; }

.sfk-hero-sub { font-size: 0.83rem; color: rgba(255, 255, 255, 0.6); line-height: 1.6; margin: 0px 0px 20px; max-width: 300px; }

.sfk-hero-btn { background: rgb(255, 255, 255); color: var(--navy-primary); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 8px; padding: 10px 20px; font-size: 0.83rem; font-weight: 700; font-family: inherit; cursor: pointer; transition: 0.2s; }

.sfk-hero-btn:hover { background: var(--sage-lt); transform: translateY(-1px); }

.sfk-hero-visual { position: relative; width: 120px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }

.sfk-blob { position: absolute; border-radius: 50%; opacity: 0.12; }

.sfk-blob-1 { width: 110px; height: 110px; background: var(--sage-lt); top: 15px; right: 5px; }

.sfk-blob-2 { width: 70px; height: 70px; background: rgb(255, 255, 255); bottom: 20px; right: 30px; }

.sfk-glass-icon { position: relative; z-index: 2; font-size: 3.2rem; }

.sfk-popular-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }

.sfk-section-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy-primary); }

.sfk-see-all { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-size: 0.8rem; font-weight: 600; color: var(--sage-dk); cursor: pointer; font-family: inherit; padding: 0px; transition: color 0.15s; }

.sfk-see-all:hover { color: var(--navy-primary); }

.sfk-cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin-bottom: 24px; }

.sfk-recipe-card { background: rgb(255, 255, 255); border: 1px solid var(--border-soft); border-radius: 12px; overflow: hidden; cursor: pointer; transition: transform 0.18s, box-shadow 0.18s; }

.sfk-recipe-card:hover { transform: translateY(-2px); box-shadow: rgba(36, 52, 71, 0.08) 0px 6px 18px; }

.sfk-card-img { height: 82px; display: flex; align-items: center; justify-content: center; font-size: 2rem; }

.sfk-img-green { background: linear-gradient(135deg, rgb(212, 237, 218), rgb(168, 213, 181)); }

.sfk-img-cocoa { background: linear-gradient(135deg, rgb(237, 224, 204), rgb(184, 147, 106)); }

.sfk-img-berry { background: linear-gradient(135deg, rgb(221, 212, 240), rgb(184, 168, 216)); }

.sfk-img-golden { background: linear-gradient(135deg, rgb(254, 243, 199), rgb(240, 192, 64)); }

.sfk-img-hormone { background: linear-gradient(135deg, rgb(232, 240, 232), rgb(200, 216, 192)); }

.sfk-card-body { padding: 10px 12px 12px; }

.sfk-card-tag { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 4px; background: transparent !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: initial !important; border-radius: 0px !important; padding: 0px !important; box-shadow: none !important; }

.sfk-tag-energy { color: rgb(26, 102, 50); }

.sfk-tag-calm { color: rgb(46, 82, 64); }

.sfk-tag-focus { color: rgb(74, 53, 112); }

.sfk-tag-gut { color: rgb(124, 90, 0); }

.sfk-tag-hormone { color: rgb(58, 90, 58); }

.sfk-card-name { font-size: 0.85rem; font-weight: 700; color: var(--navy-primary); line-height: 1.3; margin-bottom: 4px; }

.sfk-card-meta { font-size: 0.72rem; color: var(--brown); line-height: 1.45; }

.sfk-mood-section { padding: 18px 0px 0px; border-top: 1px solid var(--border-soft); margin-top: 4px; }

.sfk-mood-heading { margin-bottom: 12px; }

.sfk-mood-grid { display: flex; flex-wrap: wrap; gap: 0px; margin: 0px -4px; }

.sfk-mood-btn { display: inline-flex; align-items: center; gap: 5px; font-size: 0.83rem; font-weight: 500; font-family: inherit; color: var(--brown); cursor: pointer; transition: color 0.15s; background: transparent !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: initial !important; border-radius: 0px !important; box-shadow: none !important; padding: 6px 8px !important; }

.sfk-mood-btn:hover, .sfk-mood-btn.sfk-active { color: var(--navy-primary); font-weight: 700; }

.sfk-mood-icon { font-size: 0.95rem; }

.sfk-supp-card, .sfk-log-card, .sfk-brands-card { background: rgb(255, 255, 255); border: 1px solid var(--border-soft); border-radius: 14px; padding: 18px; margin-bottom: 14px; }

.sfk-supp-header { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--border-soft); }

.sfk-supp-title { font-family: Georgia, serif; font-size: 1rem; font-weight: 400; color: var(--navy-primary); margin-bottom: 2px; }

.sfk-supp-sub { font-size: 0.74rem; color: var(--brown); }

.sfk-product { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--border-soft); }

.sfk-product-img { width: 44px; height: 44px; border-radius: 10px; background: var(--sage-lt); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }

.sfk-product-brand { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage-dk); margin-bottom: 2px; }

.sfk-product-name { font-size: 0.85rem; font-weight: 700; color: var(--navy-primary); line-height: 1.3; margin-bottom: 2px; }

.sfk-product-detail { font-size: 0.73rem; color: var(--brown); margin-bottom: 2px; }

.sfk-product-rating { font-size: 0.73rem; color: var(--brown); }

.sfk-log-btn { width: 100%; padding: 10px; background: var(--navy-primary); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 8px; font-size: 0.82rem; font-weight: 600; font-family: inherit; cursor: pointer; transition: background 0.15s; margin-bottom: 16px; }

.sfk-log-btn:hover { background: rgb(26, 46, 66); }

.sfk-mood-track-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--brown); margin-bottom: 10px; }

.sfk-mood-icons { display: flex; gap: 0px; justify-content: space-between; }

.sfk-mood-icon-btn { display: flex; flex-direction: column; align-items: center; gap: 3px; font-family: inherit; font-size: 0.68rem; color: var(--brown); cursor: pointer; transition: color 0.15s; min-width: 40px; background: transparent !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: initial !important; border-radius: 0px !important; box-shadow: none !important; padding: 4px 2px !important; }

.sfk-mood-icon-btn span:first-child { font-size: 1.15rem; }

.sfk-mood-icon-btn:hover, .sfk-mood-icon-btn.sfk-mood-active { color: var(--navy-primary); font-weight: 700; }

.sfk-mood-icon-btn.sfk-mood-active span:first-child { filter: drop-shadow(rgba(36, 52, 71, 0.2) 0px 1px 3px); }

.sfk-log-title { font-family: Georgia, serif; font-size: 0.95rem; color: var(--navy-primary); margin-bottom: 12px; font-weight: 400; }

.sfk-log-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }

.sfk-log-item { display: flex; align-items: center; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--border-soft); }

.sfk-log-item:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; padding-bottom: 0px; }

.sfk-log-name { font-size: 0.82rem; font-weight: 600; color: var(--navy-primary); }

.sfk-log-date { font-size: 0.71rem; color: var(--brown); margin-top: 1px; }

.sfk-log-score { margin-left: auto; font-size: 0.8rem; font-weight: 700; color: var(--brown); white-space: nowrap; flex-shrink: 0; }

.sfk-score-high { color: rgb(46, 125, 50); }

.sfk-score-top { color: rgb(27, 94, 32); }

.sfk-view-log-btn { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-family: inherit; font-size: 0.8rem; font-weight: 600; color: var(--sage-dk); cursor: pointer; padding: 0px; text-decoration: underline; text-underline-offset: 3px; transition: color 0.15s; }

.sfk-view-log-btn:hover { color: var(--navy-primary); }

.sfk-brands-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy-primary); margin-bottom: 10px; }

.sfk-brands-list { display: flex; flex-direction: column; gap: 2px; }

.sfk-brand-link { background: none; border-top-width: medium; border-right-width: medium; border-left-width: medium; border-top-style: none; border-right-style: none; border-left-style: none; border-top-color: currentcolor; border-right-color: currentcolor; border-left-color: currentcolor; border-image: initial; font-family: inherit; font-size: 0.84rem; font-weight: 500; color: var(--brown); cursor: pointer; text-align: left; padding: 5px 0px; border-bottom: 1px solid var(--border-soft); transition: color 0.15s; width: 100%; }

.sfk-brand-link:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.sfk-brand-link:hover { color: var(--navy-primary); font-weight: 700; }

@media (max-width: 900px) {
  .sfk-grid { grid-template-columns: 1fr; }
  .sfk-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .sfk-brands-card { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .sfk-header { flex-direction: column; }
  .sfk-pantry-badge { border-top-width: medium; border-top-style: none; border-top-color: currentcolor; padding-top: 0px; }
  .sfk-hero-visual { display: none; }
  .sfk-sidebar { grid-template-columns: 1fr; }
  .sfk-cards-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 420px) {
  .sfk-cards-grid { grid-template-columns: 1fr; }
}