.page-template-template-steep {
  --paper: #f6f3ee;
  --ink: #1c1814;
  --ink-soft: #7a736a;
  --line: #e6dfd4;
  --brown: #4a3428;
  --green: #3a6a4a;
  --card: #fff;
  background: var(--paper);
  color: var(--ink);
  font-family: "Figtree", "Segoe UI", sans-serif;
  overflow-x: hidden;
}
.page-template-template-steep .site-header,
.page-template-template-steep .site-footer,
.page-template-template-steep .anchor-nav,
.page-template-template-steep .space-bg,
.page-template-template-steep nav.tpl-switch {
  display: none;
}
.page-template-template-steep h1,
.page-template-template-steep h2,
.page-template-template-steep h3 {
  font-family: "Figtree", "Segoe UI", sans-serif;
  text-transform: none;
  letter-spacing: -0.035em;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.12;
}
.page-template-template-steep a { color: inherit; }

.steep-shell {
  width: min(1240px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.steep-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--paper) 92%, white);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(28, 24, 20, 0.06);
  padding-top: env(safe-area-inset-top, 0px);
}
.admin-bar .steep-bar { top: 32px; }
.steep-bar__in {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  grid-template-areas: "brand nav find bag";
  gap: 12px 28px;
  align-items: center;
  min-height: 88px;
  padding: 8px 0;
}
.steep-bar--home .steep-bar__in {
  grid-template-columns: 1fr auto auto;
  grid-template-areas: "nav find bag";
  min-height: 52px;
  padding: 2px 0;
}
.steep-brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.steep-brand__mark {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}
.steep-brand span { display: none; }
.steep-nav {
  grid-area: nav;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  align-items: center;
}
.steep-nav a,
.page-template-template-steep a.steep-cat {
  display: inline;
  height: auto;
  padding: 0;
  background: none;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0;
  white-space: nowrap;
}
.steep-nav a:hover,
.steep-nav a.is-on,
.page-template-template-steep a.steep-cat:hover {
  background: none;
  color: var(--ink);
}
.steep-find {
  grid-area: find;
  min-width: 140px;
  width: 180px;
}
.steep-find input {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #d8d0c4;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: var(--ink);
  font-size: 14px;
}
.steep-find input::placeholder { color: #9a9288; }
.steep-tools {
  grid-area: bag;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  justify-self: end;
}
.steep-account,
.steep-bag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 14px;
  white-space: nowrap;
  color: inherit;
}
.steep-account.is-on,
.steep-bag.is-on { box-shadow: inset 0 -1px 0 var(--ink); }
.steep-bag b {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.steep-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(20px, 1fr) minmax(0, 1240px) minmax(20px, 1fr);
  grid-template-rows: minmax(720px, 1fr) auto;
  min-height: min(92vh, 980px);
  margin: 0;
  overflow: hidden;
  background: #120e0c;
}
.steep-hero__bgwrap {
  grid-column: 1 / -1;
  grid-row: 1;
  position: relative;
  z-index: 0;
  justify-self: stretch;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
}
.steep-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 42% 58%;
  transform: translate(var(--hero-tx, 0px), var(--hero-ty, 0px)) scale(var(--hero-zoom, 1));
  transform-origin: center center;
  will-change: transform;
}
.steep-hero__pot { display: none; }
.steep-hero__veil {
  grid-column: 1 / -1;
  grid-row: 1;
  z-index: 1;
  justify-self: stretch;
  align-self: stretch;
  width: 100%;
  background: linear-gradient(90deg, rgba(18, 14, 10, 0.72) 0%, rgba(18, 14, 10, 0.42) 28%, rgba(18, 14, 10, 0.12) 52%, transparent 72%);
}
.steep-hero__copy {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 3;
  justify-self: start;
  align-self: center;
  width: min(520px, 46%);
  max-width: 520px;
  margin: 0;
  padding: 48px 0 28px;
}
.steep-hero__mark {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 3;
  justify-self: end;
  align-self: start;
  display: block;
  width: 168px;
  margin: 28px 0 0;
  line-height: 0;
}
.steep-hero__mark img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  object-fit: cover;
}
.steep-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.72);
}
.steep-hero .steep-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.16em;
  line-height: 1.35;
}
.steep-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  margin: 0 0 18px;
  color: #f7f3ee;
  font-weight: 600;
}
.steep-hero__copy > p:not(.steep-kicker) {
  margin: 0 0 28px;
  color: rgba(247, 243, 238, 0.78);
  font-size: 1.05rem;
  line-height: 1.55;
}
.steep-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  background: #f7f3ee;
  color: var(--ink);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}
.steep-btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.steep-facts {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 0;
  padding: 18px 0 28px;
  list-style: none;
  gap: 0;
  color: #f7f3ee;
  border-top: 1px solid rgba(247, 243, 238, 0.16);
  background: #120e0c;
}
.steep-facts li {
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  padding: 8px 18px 8px 0;
  margin: 0;
}
.steep-facts li + li {
  border-left: 1px solid rgba(247, 243, 238, 0.14);
  padding-left: 22px;
}
.steep-facts svg {
  grid-row: 1 / span 2;
  width: 22px;
  height: 22px;
  align-self: start;
  margin-top: 2px;
  opacity: 0.85;
}
.steep-facts strong {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.steep-facts span {
  color: rgba(247, 243, 238, 0.68);
  font-size: 13px;
}

.steep-table {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: stretch;
  margin: 28px 0 8px;
  --liq-a: #c4783a;
  --liq-b: #3a1a0c;
}
.steep-table__desk {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 18px;
  align-items: center;
  padding: 28px 32px;
  background:
    radial-gradient(90% 80% at 12% 0%, rgba(255, 255, 255, 0.08), transparent 46%),
    linear-gradient(180deg, #31261e, #1e1712);
  color: #f7f3ee;
  border-radius: 28px;
  min-height: 260px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.steep-table__kicker {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.62);
}
.steep-table__copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 8px;
  color: #f7f3ee;
  letter-spacing: 0;
  font-weight: 600;
}
.steep-table__kind {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f7f3ee;
  font-weight: 600;
}
.steep-table__brew,
.steep-table__when,
.steep-table__taste {
  margin: 6px 0 0;
  color: rgba(247, 243, 238, 0.78);
  font-size: 14px;
}
.steep-table__brew {
  margin: 0;
}
.steep-mood {
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
}
.steep-mood button {
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(247, 243, 238, 0.22);
  border-radius: 999px;
  background: transparent;
  color: rgba(247, 243, 238, 0.78);
  font-size: 12px;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.steep-mood button.is-on,
.steep-mood button:hover {
  color: #f7f3ee;
  border-color: #f7f3ee;
}
.steep-mood button.is-now:not(.is-on) {
  box-shadow: inset 0 0 0 1px rgba(247, 243, 238, 0.35);
}
.steep-table__note {
  margin: 10px 0 0;
  min-height: 2.6em;
  color: rgba(247, 243, 238, 0.82);
  font-size: 14px;
  line-height: 1.4;
}
.steep-table__play {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0 0;
}
.steep-pour-btn {
  height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: #f7f3ee;
  color: #1c1814;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.steep-pour-btn:hover { background: #fff; }
.steep-pour-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}
.steep-timer {
  font-variant-numeric: tabular-nums;
  font-size: 18px;
  font-weight: 600;
  color: #f7f3ee;
}
.steep-cups {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.steep-cups li {
  width: 22px;
  height: 28px;
  border: 2px solid rgba(247, 243, 238, 0.32);
  border-radius: 0 0 11px 11px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  padding: 0;
}
.steep-cups li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: linear-gradient(180deg, var(--liq-a), var(--liq-b));
  transition: height 0.35s ease;
}
.steep-cups li.is-full::after {
  height: 72%;
}
.steep-cups li.is-now {
  border-color: #f7f3ee;
}

.bowl {
  position: relative;
  width: 148px;
  height: 168px;
  justify-self: center;
  cursor: pointer;
}
.bowl__ring {
  position: absolute;
  inset: 6px 18px 22px;
  border-radius: 50%;
  opacity: 0;
  background: conic-gradient(var(--liq-a) var(--ring, 0%), rgba(247, 243, 238, 0.12) 0);
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.bowl.is-timing .bowl__ring { opacity: 0.95; }
.bowl__body {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 32px;
  height: 92px;
  border-radius: 12px 12px 48px 48px;
  overflow: hidden;
  background: linear-gradient(180deg, #f4ece1, #d4c4ae);
  box-shadow:
    inset 0 8px 10px rgba(255, 255, 255, 0.35),
    0 12px 24px rgba(0, 0, 0, 0.28);
}
.bowl__liquor {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 100%;
  border-radius: 0 0 40px 40px;
  background: linear-gradient(180deg, var(--liq-a), var(--liq-b));
  transform: scaleY(0.62);
  transform-origin: bottom;
  transition: transform 0.45s ease, background 0.4s ease;
}
.bowl.is-pour .bowl__liquor {
  animation: steep-pour 0.7s ease;
}
.bowl__saucer {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 18px;
  height: 8px;
  border-radius: 20px;
  background: #efe6d8;
}
.bowl__steam {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  height: 28px;
  display: flex;
  justify-content: space-between;
}
.bowl__steam i {
  width: 3px;
  height: 18px;
  border-radius: 4px;
  background: rgba(247, 243, 238, 0.45);
  animation: steep-steam 1.8s ease-in-out infinite;
}
.bowl__steam i:nth-child(2) { animation-delay: 0.3s; }
.bowl__steam i:nth-child(3) { animation-delay: 0.6s; }
@keyframes steep-steam {
  0%, 100% { transform: translateY(6px); opacity: 0.2; }
  50% { transform: translateY(-4px); opacity: 0.8; }
}
@keyframes steep-pour {
  0% { transform: scaleY(0.12); }
  70% { transform: scaleY(0.72); }
  100% { transform: scaleY(0.58); }
}

.bowl--hero {
  width: 240px;
  height: 230px;
  margin: 6px auto 8px;
}
.bowl--hero .bowl__ring {
  inset: 18px 42px 48px;
}
.bowl--hero .bowl__handle {
  position: absolute;
  right: 28px;
  top: 72px;
  width: 38px;
  height: 58px;
  border: 9px solid #e4d4be;
  border-left: 0;
  border-radius: 0 22px 28px 0;
  box-shadow: inset -2px 0 0 rgba(255, 255, 255, 0.35);
}
.bowl--hero .bowl__rim {
  position: absolute;
  left: 48px;
  right: 48px;
  top: 46px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 40%, #fffaf3, #e8d8c4 70%);
  box-shadow: 0 4px 0 rgba(80, 50, 30, 0.12);
  z-index: 2;
}
.bowl--hero .bowl__body {
  left: 52px;
  right: 52px;
  top: 54px;
  height: 108px;
  border-radius: 14px 14px 62px 62px;
  background:
    linear-gradient(180deg, #fff8ef 0%, #f0e2d0 42%, #d7c3a8 100%);
  box-shadow:
    inset 0 10px 12px rgba(255, 255, 255, 0.45),
    inset 0 -10px 14px rgba(90, 60, 30, 0.16),
    0 16px 28px rgba(0, 0, 0, 0.28);
}
.bowl--hero .bowl__inner {
  position: absolute;
  inset: 10px 10px 8px;
  border-radius: 40% 40% 48px 48px;
  overflow: hidden;
  background: #3a2416;
}
.bowl--hero .bowl__liquor {
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 0;
  transform: scaleY(0.72);
}
.bowl--hero .bowl__shine {
  position: absolute;
  left: 16%;
  top: 12%;
  width: 28%;
  height: 28%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  pointer-events: none;
}
.bowl--hero .bowl__saucer {
  left: 28px;
  right: 28px;
  bottom: 14px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 40%, #fff8ef, #e2d2bc 58%, #cbb59a);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
}
.bowl--hero .bowl__steam {
  left: 88px;
  right: 88px;
  top: 8px;
  height: 36px;
}
.bowl__flower {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 18%, transparent 19%),
    radial-gradient(circle at 50% 18%, #f7f3ee 0 28%, transparent 29%),
    radial-gradient(circle at 82% 38%, #f7f3ee 0 28%, transparent 29%),
    radial-gradient(circle at 68% 78%, #f7f3ee 0 28%, transparent 29%),
    radial-gradient(circle at 32% 78%, #f7f3ee 0 28%, transparent 29%),
    radial-gradient(circle at 18% 38%, #f7f3ee 0 28%, transparent 29%);
  opacity: 0.9;
}
.bowl__flower--l { left: 10px; top: 92px; transform: rotate(-18deg); }
.bowl__flower--r { right: 8px; top: 118px; transform: rotate(22deg) scale(0.85); }

.steep-play {
  display: block;
  margin: 0;
  padding: 32px 20px 36px;
  background: #161210;
  position: relative;
  z-index: 2;
  --liq-a: #c4783a;
  --liq-b: #3a1a0c;
  --fill: 0%;
  --fill-n: 0;
  --ring: 0;
  --breath: 8%;
}
.steep-play h2,
.steep-play h3 {
  color: #f7f3ee;
}
.steep-session {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  color: #f7f3ee;
  border-radius: 0;
  text-align: left;
  overflow: visible;
}
.steep-gate[hidden] { display: none !important; }
.steep-ritual {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 8px 40px;
  align-items: center;
}
.steep-ritual__visual {
  display: grid;
  justify-items: center;
}
.steep-ritual__copy { min-width: 0; }
.steep-session__bar {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  min-height: 44px;
  margin: 0 0 20px;
  text-align: center;
}
.steep-session__back,
.steep-session__bag {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #f7f3ee;
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.steep-session__back svg,
.steep-session__bag svg {
  width: 22px;
  height: 22px;
}
.steep-session__title h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.28rem, 4.2vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f7f3ee;
  line-height: 1.15;
}
.steep-session__title p {
  margin: 4px 0 0;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(196, 162, 74, 0.86);
}
.steep-session__bag i {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c4a24a;
  box-shadow: 0 0 0 2px #161210;
}
.steep-session .steep-mood {
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 14px;
}
.steep-session .steep-mood button {
  height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(247, 243, 238, 0.28);
  background: transparent;
  color: rgba(247, 243, 238, 0.72);
  font-size: 13px;
  letter-spacing: 0;
}
.steep-session .steep-mood button:hover {
  border-color: rgba(247, 243, 238, 0.7);
  color: #f7f3ee;
}
.steep-session .steep-mood button.is-on {
  background: #f7f3ee;
  border-color: #f7f3ee;
  color: #161210;
}

.steep-well {
  position: relative;
  width: min(320px, 100%);
  aspect-ratio: 1;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: visible;
  scroll-margin-top: 72px;
}
.steep-breath {
  position: absolute;
  inset: -14%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, color-mix(in srgb, var(--liq-now-a, var(--liq-a)) var(--breath, 8%), transparent) 0%, transparent 68%);
  transform: scale(0.88);
  opacity: 0.85;
}
.steep-well.is-timing .steep-breath {
  animation: steep-breathe 2.6s ease-in-out infinite;
}
.steep-bowl {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #120e0c;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}
.steep-bowl__shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  pointer-events: none;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity;
}
.steep-bowl__shot[data-shot="empty"] {
  opacity: 1;
  z-index: 0;
}
.steep-bowl__shot[data-shot="pour"] { z-index: 1; }
.steep-bowl__shot[data-shot="full"] {
  z-index: 2;
  transition-duration: 1.85s;
}
.steep-bowl__shot.is-on {
  opacity: 1;
}
.steep-bowl::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 50% 42%, transparent 52%, rgba(8, 6, 5, 0.22) 100%);
  z-index: 4;
}
.steep-pot,
.steep-jet,
.steep-mouth { display: none !important; }
.steep-mouth {
  position: absolute;
  left: 33.5%;
  width: 33%;
  top: 35.5%;
  height: 22%;
  z-index: 3;
  pointer-events: none;
}
.steep-mouth__liquor {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 38% 28%, color-mix(in srgb, #fff 40%, var(--liq-now-a, #f3ecc0)) 0 8%, transparent 40%),
    radial-gradient(ellipse at 50% 58%, var(--liq-now-b, #c4783a) 0 34%, var(--liq-now-a, #f3ecc0) 72%, color-mix(in srgb, var(--liq-now-a, #f3ecc0) 50%, #efe4d2) 100%);
  opacity: calc(var(--fill-n, 0) * 0.94);
  transform: scale(calc(0.9 + var(--fill-n, 0) * 0.1));
  transform-origin: 50% 70%;
  box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.22);
  clip-path: ellipse(50% 48% at 50% 50%);
}
.steep-well.is-pouring .steep-mouth__liquor::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 28%;
  height: 44%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  animation: steep-liquor-ripple 0.9s ease-out infinite;
}
.steep-pot {
  position: absolute;
  top: 22%;
  right: 0;
  width: 46%;
  z-index: 7;
  pointer-events: none;
  transform: rotate(var(--pot-deg, 10deg));
  transform-origin: 12% 58%;
  filter: drop-shadow(6px 12px 10px rgba(0, 0, 0, 0.55));
}
.steep-jet {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.14s linear;
}
.steep-well.is-pouring .steep-jet {
  opacity: 1;
}
.steep-jet__body {
  fill: url(#steep-jet-g);
}
.steep-jet__edge {
  fill: none;
  stroke: rgba(247, 232, 190, 0.75);
  stroke-width: 1.05;
  stroke-linecap: round;
}
.steep-jet__edge--lit {
  stroke: rgba(255, 244, 214, 0.55);
  stroke-width: 0.85;
}
.steep-jet__spray {
  opacity: 0;
}
.steep-well.is-breaking .steep-jet__spray {
  opacity: 0.8;
}
.steep-jet__hit {
  fill: rgba(247, 232, 190, 0.16);
  stroke: rgba(247, 232, 190, 0.5);
  stroke-width: 1.1;
  opacity: 0;
}
.steep-well.is-pouring .steep-jet__hit {
  opacity: 0.72;
}
.steep-well.is-splash .steep-jet__hit {
  animation: steep-jet-splash 0.12s ease-out 1;
}
.steep-ring {
  position: absolute;
  inset: 4%;
  z-index: 4;
  pointer-events: none;
  overflow: visible;
}
.steep-ring__track {
  fill: none;
  stroke: rgba(247, 243, 238, 0.2);
  stroke-width: 2.2;
}
.steep-ring__bar {
  fill: none;
  stroke: url(#steep-ring-g);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: calc(100 - var(--ring, 0));
  transform: rotate(-90deg);
  transform-origin: 60px 60px;
  filter: drop-shadow(0 0 5px rgba(186, 220, 70, 0.55));
}
.steep-hud {
  position: absolute;
  left: 0;
  right: 0;
  top: 7%;
  z-index: 8;
  display: grid;
  place-items: center;
  text-align: center;
  pointer-events: none;
}
.steep-hud__time {
  margin: 0;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #f7f3ee;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.85);
}
.steep-hud__stage {
  margin: 3px 0 0;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: rgba(247, 243, 238, 0.78);
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75);
}
.steep-shields {
  position: absolute;
  left: 50%;
  bottom: 8%;
  z-index: 8;
  display: flex;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
  pointer-events: none;
}
.steep-shields li {
  width: 15px;
  height: 18px;
  background: rgba(247, 243, 238, 0.1);
  clip-path: polygon(18% 6%, 82% 6%, 94% 28%, 86% 100%, 14% 100%, 6% 28%);
  box-shadow: inset 0 0 0 1.4px rgba(247, 243, 238, 0.38);
}
.steep-shields li.is-full {
  background: var(--steep, #e6d59a);
  box-shadow: inset 0 0 0 1.4px color-mix(in srgb, var(--steep, #c4a24a) 70%, #fff);
}
.steep-shields li.is-now {
  animation: steep-cup-pop 0.45s ease;
}
.steep-mouth__steam {
  position: absolute;
  left: 18%;
  right: 18%;
  top: -70%;
  height: 120%;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}
.steep-mouth__steam i {
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  filter: blur(2px);
}
.steep-mouth__steam i:nth-child(1) { left: 10%; }
.steep-mouth__steam i:nth-child(2) { left: 44%; animation-delay: 0.4s; }
.steep-mouth__steam i:nth-child(3) { left: 72%; animation-delay: 0.8s; }
.steep-well.is-timing .steep-mouth__steam {
  opacity: 0.28;
}
.steep-well.is-wet .steep-mouth__steam,
.steep-bowl.is-bloom .steep-mouth__steam {
  opacity: 0.85;
}
.steep-well.is-timing .steep-mouth__steam i,
.steep-well.is-wet .steep-mouth__steam i,
.steep-bowl.is-bloom .steep-mouth__steam i {
  animation: steep-steam 2.6s ease-in-out infinite;
}
.steep-story {
  margin: 0 0 16px;
  text-align: left;
}
.steep-story.is-idle { opacity: 0.88; }
.steep-story__mark {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin: 0 0 6px;
  color: #c4a24a;
}
.steep-story__mark svg { width: 18px; height: 18px; }
.steep-story__kicker {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.5);
}
.steep-story h3 {
  margin: 0 0 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: #f7f3ee;
}
.steep-story__notes {
  margin: 0 0 6px;
  color: #c4a24a;
  font-size: 13px;
}
.steep-story__body {
  margin: 0;
  max-width: 28em;
  color: rgba(247, 243, 238, 0.78);
  font-size: 14px;
  line-height: 1.4;
}

.steep-pour-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #f7f3ee;
  color: #1c1814;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.15s ease;
}
.steep-pour-cta:hover { background: #fff; }
.steep-pour-cta:active,
.steep-pour-cta.is-press { transform: scale(0.96); }
.steep-pour-cta:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}

.steep-session .steep-cups {
  justify-content: flex-start;
  gap: 10px;
  margin: 16px 0 8px;
}
.steep-session .steep-cups li {
  width: 18px;
  height: 24px;
  border: 0;
  background: transparent;
  overflow: visible;
  cursor: default;
}
.steep-session .steep-cups li::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 5px;
  bottom: 0;
  border: 1.5px solid rgba(160, 154, 146, 0.45);
  border-radius: 2px 2px 9px 9px;
  background: transparent;
}
.steep-session .steep-cups li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  height: 6px;
  border: 1.5px solid rgba(160, 154, 146, 0.45);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background: transparent;
}
.steep-session .steep-cups li.is-full::before {
  border-color: color-mix(in srgb, var(--steep, var(--liq-now-a, #c4a24a)) 80%, #f7f3ee);
  background: var(--steep, var(--liq-now-a, #e6d59a));
}
.steep-session .steep-cups li.is-full::after {
  border-color: color-mix(in srgb, var(--steep, var(--liq-now-a, #c4a24a)) 80%, #f7f3ee);
}
.steep-session .steep-cups li.is-now {
  animation: steep-cup-pop 0.45s ease;
}
.steep-session .steep-cups li:nth-child(1) { --cup: 12%; }
.steep-session .steep-cups li:nth-child(2) { --cup: 28%; }
.steep-session .steep-cups li:nth-child(3) { --cup: 48%; }
.steep-session .steep-cups li:nth-child(4) { --cup: 36%; }
.steep-session .steep-cups li:nth-child(5) { --cup: 24%; }
.steep-session .steep-cups li:nth-child(6) { --cup: 18%; }
.steep-session .steep-cups li:nth-child(7) { --cup: 10%; }
.steep-session .steep-cups li:nth-child(8) { --cup: 6%; }

.steep-offer {
  margin: 16px 0 0;
  padding: 16px 16px 12px;
  border-radius: 14px;
  background: rgba(247, 243, 238, 0.06);
  text-align: left;
}
.steep-offer[hidden] { display: none !important; }
.steep-offer__kicker {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  color: #f7f3ee;
}
.steep-offer .steep-chips { margin: 0 0 12px; justify-content: flex-start; }
.steep-offer__price {
  margin: 0 0 12px;
  color: rgba(247, 243, 238, 0.78);
  font-size: 14px;
}
.steep-offer .steep-btn {
  width: 100%;
  background: #f7f3ee;
  color: #1c1814;
}
.steep-offer .steep-yours__other { margin-top: 10px; }

.steep-match { padding: 8px 0 4px; max-width: 420px; margin: 0 auto; text-align: center; }
.steep-match__kicker {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.5);
}
.steep-match h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 5vw, 2rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f7f3ee;
}
.steep-match p {
  margin: 0 0 18px;
  color: #c4a24a;
}
.steep-match__act {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.steep-match .steep-btn { width: 100%; }
.steep-play .steep-btn--ghost {
  color: #f7f3ee;
  border-color: rgba(247, 243, 238, 0.35);
  background: transparent;
}

.steep-session .steep-quiz { text-align: left; }
.steep-quiz {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 12px 56px;
  align-items: center;
}
.steep-quiz__intro { align-self: start; padding-top: 6px; }
.steep-session .steep-quiz h3,
.steep-quiz h3 {
  text-align: left;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0;
}
.steep-quiz__kicker { text-align: left; }
.steep-quiz__fields { min-width: 0; }
.steep-session .steep-quiz .steep-btn { width: 100%; }
.steep-session .steep-quiz .steep-yours__other {
  display: block;
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

@keyframes steep-breathe {
  0%, 100% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
}
@keyframes steep-jet-in {
  0% { opacity: 0; clip-path: inset(18% 42% 78% 40%); }
  100% { opacity: 1; clip-path: inset(18% 38% 30% 40%); }
}
@keyframes steep-pot-pour {
  0%, 100% { transform: rotate(-18deg); }
  50% { transform: rotate(-23deg); }
}
@keyframes steep-liquor-ripple {
  0% { transform: scale(0.55); opacity: 0.55; }
  100% { transform: scale(1.35); opacity: 0; }
}
@keyframes steep-jet-run {
  to { stroke-dashoffset: -16; }
}
@keyframes steep-water-run {
  to { background-position: 0 0, 0 16px; }
}
@keyframes steep-jet-splash {
  0% { opacity: 0; transform: scale(0.4); }
  55% { opacity: 1; transform: scale(1.12); }
  100% { opacity: 0.8; transform: scale(1); }
}
@keyframes steep-steam {
  0% { transform: translateY(8px); opacity: 0; }
  40% { opacity: 0.7; }
  100% { transform: translateY(-18px); opacity: 0; }
}
@keyframes steep-bloom {
  0% { transform: scale(1); }
  45% { transform: scale(1.045); }
  100% { transform: scale(1); }
}
@keyframes steep-gold {
  0% { opacity: 0.9; transform: scale(0.92); border-color: rgba(196, 162, 74, 0.85); }
  100% { opacity: 0; transform: scale(1.18); border-color: transparent; }
}
@keyframes steep-cup-pop {
  0% { transform: translateY(0); }
  40% { transform: translateY(-7px); }
  100% { transform: translateY(0); }
}

.steep-desk {
  width: min(560px, 100%);
  margin: 0 auto;
  padding: 22px 22px 20px;
  background: linear-gradient(180deg, #31261e, #1e1712);
  color: #f7f3ee;
  border-radius: 28px;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.steep-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  margin: 0 0 16px;
}
.steep-tabs button {
  height: 36px;
  border: 1px solid rgba(247, 243, 238, 0.2);
  border-radius: 999px;
  background: transparent;
  color: rgba(247, 243, 238, 0.78);
  font-size: 13px;
  cursor: pointer;
}
.steep-tabs button.is-on,
.steep-tabs button:hover {
  background: #f7f3ee;
  color: #1c1814;
  border-color: #f7f3ee;
}
.steep-desk > h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: #f7f3ee;
  margin: 0 0 8px;
  font-weight: 600;
}
.steep-desk .steep-mood { justify-content: center; }
.steep-desk .steep-table__taste { margin: 0 0 10px; }
.steep-desk .steep-table__kicker { color: rgba(247, 243, 238, 0.62); }
.steep-desk .steep-table__when,
.steep-desk .steep-table__brew { color: rgba(247, 243, 238, 0.78); }
.steep-panel {
  margin: 8px 0 4px;
  min-height: 132px;
}
.steep-panel h3 {
  color: #f7f3ee;
  margin: 0 0 8px;
  font-size: 1.15rem;
}
.steep-pour-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 12px;
}
.steep-pour-tabs button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(247, 243, 238, 0.25);
  background: transparent;
  color: #f7f3ee;
  cursor: pointer;
}
.steep-pour-tabs button.is-on {
  background: #f7f3ee;
  color: #1c1814;
}
.steep-stage__kicker {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 243, 238, 0.62);
}
.steep-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.steep-dots li {
  width: 14px;
  height: 16px;
  border-radius: 3px 3px 7px 7px;
  border: 1px solid rgba(247, 243, 238, 0.28);
}
.steep-dots li.is-on {
  background: #6a9a5a;
  border-color: #6a9a5a;
}
.steep-quiz {
  text-align: left;
  padding: 0;
  background: none;
  border-radius: 0;
}
.steep-quiz h3 {
  color: #f7f3ee;
  margin: 0;
  text-align: left;
}
.steep-quiz__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(247, 243, 238, 0.7);
  text-align: left;
}
.steep-quiz fieldset {
  border: 0;
  margin: 0 0 12px;
  padding: 0;
}
.steep-quiz legend {
  margin: 0 0 8px;
  font-size: 13px;
  color: rgba(247, 243, 238, 0.82);
}
.steep-quiz__opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.steep-quiz__opts button {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(247, 243, 238, 0.2);
  border-radius: 10px;
  background: transparent;
  color: rgba(247, 243, 238, 0.86);
  cursor: pointer;
  font-size: 13px;
}
.steep-quiz__opts button.is-on,
.steep-quiz__opts button:hover {
  background: rgba(247, 243, 238, 0.12);
  border-color: #f7f3ee;
  color: #f7f3ee;
}
.steep-quiz__range {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
  font-size: 13px;
}
.steep-quiz__range input {
  width: 100%;
  accent-color: #c4a06a;
}
.steep-quiz__ends {
  display: flex;
  justify-content: space-between;
  color: rgba(247, 243, 238, 0.6);
  font-size: 12px;
}
.steep-quiz .steep-btn { width: 100%; }
.steep-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.steep-chips li {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(247, 243, 238, 0.1);
  font-size: 12px;
}
.steep-yours__act {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 14px 0 8px;
}
.steep-yours__act .steep-pour-btn,
.steep-yours__act .steep-btn {
  width: 100%;
  min-height: 42px;
}
.steep-play .steep-btn--ghost {
  color: #f7f3ee;
  border-color: rgba(247, 243, 238, 0.35);
  background: transparent;
}
.steep-yours__other {
  background: none;
  border: 0;
  color: rgba(247, 243, 238, 0.7);
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
}
.steep-clock__face {
  width: min(100%, 180px);
  aspect-ratio: 1;
  margin: 4px auto 12px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  gap: 8px;
  background:
    radial-gradient(circle at 50% 50%, #2a211b 58%, transparent 59%),
    conic-gradient(var(--liq-a) var(--ring, 0%), rgba(247, 243, 238, 0.14) 0);
}
.steep-clock__face strong {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-variant-numeric: tabular-nums;
  color: #f7f3ee;
}
.steep-clock__face span {
  max-width: 12em;
  margin: 0 auto;
  color: rgba(247, 243, 238, 0.78);
  font-size: 13px;
  line-height: 1.35;
}
.steep-desk .steep-cups { justify-content: center; }

.steep-quotes {
  padding: 48px 0 8px;
  scroll-margin-top: 72px;
}
.steep-quotes h2 {
  margin: 0 0 22px;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.steep-quotes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.steep-quotes blockquote {
  margin: 0;
  padding: 20px 20px 22px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(28, 24, 20, 0.06);
}
.steep-quotes__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 14px;
}
.steep-quotes__face {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.steep-quotes__ava {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #ece6dc;
}
.steep-quotes__stars {
  margin: 0;
  color: #b08a4a;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 1;
}
.steep-quotes blockquote > p {
  margin: 0;
  line-height: 1.5;
}
.steep-quotes cite {
  font-style: normal;
  font-weight: 700;
  display: grid;
  padding-top: 8px;
}
.steep-quotes cite span {
  font-weight: 500;
  color: var(--ink-soft);
  font-size: 13px;
}

.steep-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.steep-tile {
  position: relative;
  display: block;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  background: #2a221c;
  color: #fff;
}
.steep-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.4s ease;
  filter: saturate(0.9);
}
.steep-tile:hover img,
.steep-tile.is-on img {
  transform: scale(1.06);
  filter: saturate(1.05);
}
.steep-tile::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(180deg, transparent, rgba(10, 8, 6, 0.88));
  pointer-events: none;
}
.steep-tile span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.steep-card__when {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--ink);
}
.steep-sips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  font-size: 11px;
  color: var(--ink-soft);
  line-height: 1.3;
}
.steep-sips b {
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  margin-right: 2px;
}
.steep-sips--pdp {
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  margin: 0 0 16px;
}
.steep-sips--pdp b { display: block; font-size: 12px; color: var(--ink-soft); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.steep-pile {
  position: relative;
  width: 36px;
  height: 26px;
  align-self: end;
  margin-bottom: 4px;
}
.steep-pile i {
  position: absolute;
  width: 11px;
  height: 15px;
  border-radius: 60% 40% 45% 55%;
  background: radial-gradient(circle at 30% 25%, var(--liq-a), var(--liq-b));
  transform-origin: 50% 100%;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.steep-pile i:nth-child(1) { left: 4px; bottom: 0; transform: rotate(-18deg); }
.steep-pile i:nth-child(2) { left: 12px; bottom: 1px; }
.steep-pile i:nth-child(3) { left: 20px; bottom: 0; transform: rotate(16deg); }
.steep-pile i:nth-child(4) { left: 9px; bottom: 7px; transform: rotate(-8deg) scale(0.9); }
.steep-pile i:nth-child(5) { left: 17px; bottom: 8px; transform: rotate(10deg) scale(0.88); }
.steep-pile[data-size="10"] i:nth-child(n+3) { opacity: 0; transform: scale(0); }
.steep-pile[data-size="25"] i:nth-child(n+4) { opacity: 0; transform: scale(0); }
.steep-pile[data-size="50"] i:nth-child(n+5) { opacity: 0; transform: scale(0); }
.steep-pile[data-size="100"] { transform: scale(1.12); transform-origin: 50% 100%; }
.steep-pdp__weight {
  display: flex;
  align-items: end;
  gap: 12px;
}
.steep-shop {
  padding: 48px 0 8px;
  scroll-margin-top: 72px;
}
.steep-shop__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  align-items: end;
  margin-bottom: 18px;
}
.steep-shop h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0;
}
.steep-shop h2 small {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--ink-soft);
}
.steep-sort {
  display: flex;
  gap: 14px;
}
.steep-sort button,
.steep-filter {
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  padding: 0;
  font-size: 13px;
  cursor: pointer;
}
.steep-sort button.is-on {
  color: var(--ink);
  box-shadow: inset 0 -1px 0 var(--ink);
}

.steep-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.steep-filter.is-on {
  color: var(--ink);
  font-weight: 600;
}

.steep-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 22px;
}

.steep-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  scroll-margin-top: 80px;
}
.steep-card[hidden],
.steep-empty[hidden] {
  display: none !important;
}
.steep-card__shot {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #ebe6de;
  margin-bottom: 14px;
  border-radius: 18px;
  position: relative;
}
.steep-card__liq {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 6px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--liq-a), var(--liq-b));
  opacity: 0.85;
}
.steep-card__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transition: transform 0.5s ease;
}
.steep-card:hover .steep-card__shot img {
  transform: scale(1.04);
}
.steep-card__kind {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.steep-card h3 {
  font-size: 1.02rem;
  margin: 0 0 8px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  min-height: 2.6em;
}
.steep-card h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.steep-card__meta {
  display: flex;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 12px;
  color: var(--ink-soft);
}
.steep-card__stock {
  color: var(--green);
}
.steep-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.steep-tags li {
  padding: 4px 10px;
  background: #ece6dc;
  border-radius: 999px;
  font-size: 11px;
  color: #5c554c;
}
.steep-card__buy { margin-top: auto; }
.steep-card__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  grid-template-areas: "price pile grams add";
  gap: 8px;
  align-items: end;
}
.steep-card__price { grid-area: price; margin: 0; }
.steep-pile { grid-area: pile; }
.steep-card select { grid-area: grams; }
.steep-add { grid-area: add; }
.steep-card__price s {
  display: block;
  color: #9a9288;
  font-size: 12px;
}
.steep-card__price strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.steep-card__price small {
  color: var(--ink-soft);
  font-size: 12px;
}
.steep-card select {
  border: 0;
  border-bottom: 1px solid #d8d0c4;
  border-radius: 0;
  background: transparent;
  padding: 6px 0;
  font-size: 13px;
  color: var(--ink);
}
.steep-add {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--brown);
  color: #f7f3ee;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}
.page-template-template-steep .steep-add {
  color: #f7f3ee;
}
.steep-add svg {
  width: 18px;
  height: 18px;
}
.steep-add:hover { background: var(--ink); }

.steep-empty {
  padding: 24px 0 40px;
  color: var(--ink-soft);
}

.steep-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 48px 0 28px;
  border-top: 1px solid var(--line);
  margin-top: 48px;
}
.steep-about h2 {
  font-size: 1.7rem;
  margin: 0 0 8px;
}
.steep-about p {
  margin: 0;
  max-width: 42em;
  color: var(--ink-soft);
  line-height: 1.55;
}

.steep-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 40px 0 56px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 14px;
}
.steep-foot .steep-brand { margin: 0; }
.steep-foot .steep-brand__mark { width: 96px; height: 96px; }
.steep-foot p { margin: 0; max-width: 36em; }
.steep-foot nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  font-size: 14px;
}
.steep-ig {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}
.steep-ig svg {
  width: 18px;
  height: 18px;
  flex: none;
}
.steep-ig:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.steep-ig--btn {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.steep-ig--btn:hover {
  border-color: var(--ink);
  text-decoration: none;
}

.steep-notes .woocommerce-message,
.steep-notes .woocommerce-info,
.steep-notes .woocommerce-error {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 12px 14px;
  margin: 0 0 16px;
  border-radius: 8px;
}

.steep-page { padding: 12px 0 8px; }
.steep-kicker--ink {
  color: var(--ink-soft);
}
.steep-path {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 28px;
}
.steep-path__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 14px 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.steep-path__back svg {
  width: 16px;
  height: 16px;
}
.page-template-template-steep a.steep-path__back:hover {
  border-color: var(--ink);
  color: var(--ink);
}
.steep-path__kind {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.page-template-template-steep a.steep-path__kind:hover {
  color: var(--ink);
}

.steep-pdp__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 48px;
  align-items: start;
  margin-bottom: 40px;
}
.steep-pdp__visual {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.steep-pdp__photo {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 22px;
  background: #ebe6de;
}
.steep-pdp__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.steep-pdp__more {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}
.steep-pdp__more img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.steep-pdp h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 10px;
}
.steep-pdp__brew {
  margin: 0 0 14px;
  color: var(--ink-soft);
}
.steep-pdp__form {
  display: grid;
  gap: 16px;
  margin: 8px 0 16px;
  max-width: 360px;
}
.steep-pdp__grams {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: var(--ink-soft);
}
.steep-pdp__grams select {
  border: 0;
  border-bottom: 1px solid #d8d0c4;
  background: transparent;
  padding: 8px 0;
  color: var(--ink);
}
.page-template-template-steep .steep-pdp .steep-btn,
.page-template-template-steep .steep-info .steep-btn,
.page-template-template-steep .steep-form .steep-btn {
  background: var(--brown);
  color: #f7f3ee;
}
.page-template-template-steep .steep-pdp .steep-btn:hover,
.page-template-template-steep .steep-info .steep-btn:hover {
  background: var(--ink);
  color: #fff;
}
.steep-pdp__ship {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}
.steep-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 36px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.steep-specs div { margin: 0; }
.steep-specs dt {
  font-size: 12px;
  color: var(--ink-soft);
  margin-bottom: 4px;
}
.steep-specs dd { margin: 0; font-weight: 600; }
.steep-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.steep-copy h2 { margin-bottom: 10px; }
.steep-copy p { margin: 0 0 12px; }
.steep-more { padding: 8px 0 48px; }
.steep-more h2 { margin-bottom: 20px; }
.steep-more__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 22px;
}

.steep-info {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 28px 48px;
  align-items: start;
  padding: 12px 0 48px;
}
.steep-info__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 96px;
}
.steep-info__kicker {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.steep-info__nav a {
  color: var(--ink-soft);
  font-size: 15px;
}
.steep-info__nav a.is-on,
.steep-info__nav a:hover {
  color: var(--ink);
  box-shadow: inset 0 -1px 0 var(--ink);
}
.steep-info .lede {
  max-width: 42em;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 0 22px;
}
.steep-info__body > p { color: var(--ink-soft); line-height: 1.6; max-width: 46em; }
.steep-facts-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 24px;
}
.steep-fact {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
}
.steep-fact b {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.steep-fact p { margin: 0; color: var(--ink-soft); line-height: 1.5; }
.steep-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  margin-top: 8px;
  max-width: 720px;
}
.steep-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: var(--ink-soft);
}
.steep-form input,
.steep-form select,
.steep-form textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  padding: 10px 12px;
}
.steep-form__wide { grid-column: 1 / -1; }
.steep-form [data-lead-loc][hidden] { display: none; }
.info-honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.steep-article {
  padding: 12px 0 64px;
  max-width: 760px;
}
.steep-article h1 { margin-bottom: 16px; }
.steep-article p { color: var(--ink-soft); line-height: 1.6; }

.steep-woo { padding: 8px 0 48px; }
.steep-woo .woocommerce { color: var(--ink); }
.is-shopfront .woocommerce table.shop_table,
.is-shopfront .cart-collaterals {
  width: 100%;
  margin: 0;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 8px 16px;
}
.is-shopfront .woocommerce table.shop_table th,
.is-shopfront .woocommerce table.shop_table td {
  border-color: var(--line);
  color: var(--ink);
}
.is-shopfront .woocommerce .quantity input {
  width: 64px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 6px;
}
.is-shopfront .woocommerce-billing-fields h3,
.is-shopfront .woocommerce-additional-fields,
.is-shopfront .woocommerce-shipping-fields,
.is-shopfront .woocommerce-checkout #billing_country_field,
.is-shopfront .woocommerce-checkout #billing_address_1_field,
.is-shopfront .woocommerce-checkout #billing_address_2_field,
.is-shopfront .woocommerce-checkout #billing_postcode_field,
.is-shopfront .woocommerce-checkout #billing_state_field,
.is-shopfront .woocommerce-checkout #billing_company_field,
.is-shopfront .woocommerce-checkout #billing_np_city_ref_field,
.is-shopfront .woocommerce-checkout #billing_np_wh_ref_field,
.is-shopfront .woocommerce-checkout #billing_np_wh_number_field {
  display: none !important;
}
.teahouse-np-field {
  position: relative;
}
.teahouse-np-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 6px);
  z-index: 8;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(28, 24, 20, 0.12);
  max-height: 240px;
  overflow: auto;
}
.teahouse-np-suggest li {
  padding: 9px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.35;
}
.teahouse-np-suggest li:hover,
.teahouse-np-suggest li:focus {
  background: #f6f3ee;
  outline: 0;
}
.is-shopfront .woocommerce a.button,
.is-shopfront .woocommerce button.button,
.is-shopfront .woocommerce input.button,
.is-shopfront .woocommerce #place_order,
.is-shopfront .checkout-button,
.is-shopfront a.checkout-button {
  background: var(--brown) !important;
  color: #f7f3ee !important;
  border: 0 !important;
  text-transform: none;
  letter-spacing: 0;
  font-family: inherit;
  border-radius: 8px;
}
.is-shopfront .woocommerce-notices-wrapper {
  width: auto;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
}
.is-shopfront .woocommerce-notices-wrapper:empty {
  display: none;
}

body.woocommerce-cart .steep-woo {
  padding: 8px 0 72px;
}
body.woocommerce-cart .steep-woo .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.7fr);
  grid-template-areas:
    "notices notices"
    "title title"
    "items totals";
  gap: 8px 48px;
  align-items: start;
}
body.woocommerce-cart .woocommerce-notices-wrapper { grid-area: notices; }
body.woocommerce-cart .steep-bag-head { grid-area: title; }
body.woocommerce-cart .woocommerce-cart-form { grid-area: items; }
body.woocommerce-cart .cart-collaterals { grid-area: totals; }
body.woocommerce-cart .steep-bag-head {
  margin: 12px 0 8px;
}
body.woocommerce-cart .steep-woo__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
  font-weight: 600;
}
body.woocommerce-cart.is-shopfront .woocommerce-cart-form,
body.woocommerce-cart.is-shopfront .cart-collaterals,
body.woocommerce-cart.is-shopfront .cart_totals,
body.woocommerce-cart.is-shopfront table.shop_table {
  width: 100%;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.steep-bag-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 0 0 28px;
  margin: 0 0 28px;
  border-bottom: 1px solid var(--line);
}
.steep-bag-item__shot {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #ebe6de;
  border-radius: 18px;
}
.steep-bag-item__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}
.steep-bag-item__copy h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.steep-bag-item__copy h3 a {
  color: inherit;
  text-decoration: none;
}
.steep-bag-item__copy h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.steep-bag-item__copy .steep-card__price {
  margin: 0 0 12px;
}
.steep-bag-item__copy .steep-card__price small {
  display: block;
  margin-top: 2px;
}
.steep-bag-item__qty .screen-reader-text,
.steep-bag-item__qty label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.steep-bag-item__qty .quantity input {
  width: 72px;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #d8d0c4 !important;
  border-radius: 0 !important;
  padding: 6px 0 !important;
  min-height: 0;
  font-size: 13px;
  color: var(--ink);
  text-align: left;
}
.steep-bag-item__out {
  justify-self: end;
  color: var(--ink-soft) !important;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: none !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}
.steep-bag-item__out:hover {
  color: var(--ink) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.steep-bag-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  padding: 4px 0 8px;
}
.steep-bag-tools .coupon {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex: 1;
}
.steep-bag-tools #coupon_code {
  min-width: 140px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d8d0c4;
  border-radius: 0;
  padding: 6px 0;
  min-height: 0;
  color: var(--ink);
}
body.woocommerce-cart.is-shopfront .woocommerce .steep-bag-tools .button {
  background: transparent !important;
  color: var(--ink-soft) !important;
  border: 0 !important;
  min-height: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}
body.woocommerce-cart.is-shopfront .woocommerce button[name="update_cart"]:disabled {
  display: none;
}
.steep-bag-sum {
  position: sticky;
  top: 96px;
}
.steep-bag-sum .cart_totals h2 {
  margin: 0 0 16px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--ink);
}
body.woocommerce-cart.is-shopfront .steep-bag-sum table.shop_table {
  width: 100%;
}
body.woocommerce-cart.is-shopfront .steep-bag-sum th,
body.woocommerce-cart.is-shopfront .steep-bag-sum td {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  color: var(--ink);
  background: transparent;
  font-weight: 400;
}
body.woocommerce-cart.is-shopfront .steep-bag-sum .order-total th,
body.woocommerce-cart.is-shopfront .steep-bag-sum .order-total td {
  border-bottom: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  padding-top: 14px;
}
.steep-bag-sum__ship {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}
.steep-bag-sum .wc-proceed-to-checkout {
  margin-top: 22px;
}
body.woocommerce-cart.is-shopfront .steep-bag-go,
body.woocommerce-cart.is-shopfront a.steep-bag-go,
.steep-bag-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 0 22px;
  background: var(--brown) !important;
  color: #f7f3ee !important;
  border: 0 !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
body.woocommerce-cart.is-shopfront .steep-bag-go:hover,
.steep-bag-go:hover {
  background: var(--ink) !important;
}
.steep-bag-empty {
  max-width: 420px;
  padding: 28px 0 48px;
}
.steep-bag-empty p {
  color: var(--ink-soft);
  line-height: 1.5;
}
.steep-bag-empty .steep-bag-go {
  width: auto;
  margin-top: 8px;
}
@media (max-width: 860px) {
  body.woocommerce-cart .steep-woo .woocommerce {
    grid-template-columns: 1fr;
    grid-template-areas:
      "notices"
      "title"
      "items"
      "totals";
    gap: 8px;
  }
  .steep-bag-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }
  .steep-bag-item__out {
    grid-column: 2;
    justify-self: start;
  }
  .steep-bag-sum { position: static; }
}

body.woocommerce-checkout .steep-woo {
  padding: 8px 0 72px;
}
body.woocommerce-checkout .steep-bag-head {
  margin: 12px 0 8px;
}
body.woocommerce-checkout .steep-woo__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
  font-weight: 600;
}
body.woocommerce-checkout.is-shopfront form.woocommerce-checkout,
body.woocommerce-checkout.is-shopfront .woocommerce-checkout-review-order,
body.woocommerce-checkout.is-shopfront #payment,
body.woocommerce-checkout.is-shopfront table.shop_table {
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin: 0;
}
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0;
  padding: 10px 0;
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.45;
}
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-error::before {
  display: none !important;
  content: none !important;
}
body.woocommerce-checkout .woocommerce-info a,
body.woocommerce-checkout .woocommerce-message a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.woocommerce-checkout .woocommerce-form-login,
body.woocommerce-checkout .checkout_coupon {
  background: transparent !important;
  border: 0 !important;
  padding: 8px 0 16px !important;
  margin: 0 0 8px !important;
}
form.steep-pay {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.7fr);
  gap: 8px 48px;
  align-items: start;
  overflow: visible;
}
.steep-pay__sum {
  position: sticky;
  top: 96px;
}
.steep-pay__sum h2 {
  margin: 0 0 16px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--ink);
}
body.woocommerce-checkout.is-shopfront .steep-pay__sum table.shop_table {
  width: 100%;
}
body.woocommerce-checkout.is-shopfront .steep-pay__sum th,
body.woocommerce-checkout.is-shopfront .steep-pay__sum td {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  color: var(--ink);
  background: transparent;
  font-weight: 400;
  text-align: left;
}
body.woocommerce-checkout.is-shopfront .steep-pay__sum .product-name small {
  display: block;
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 400;
}
body.woocommerce-checkout.is-shopfront .steep-pay__sum .product-total {
  text-align: right;
  white-space: nowrap;
}
body.woocommerce-checkout.is-shopfront .steep-pay__sum .woocommerce-shipping-totals {
  display: none !important;
}
.steep-pay .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 24px;
}
.steep-pay .form-row {
  float: none !important;
  width: auto !important;
  margin: 0 0 4px;
  padding: 0;
}
.steep-pay .form-row-wide,
.steep-pay .form-row-first,
.steep-pay .form-row-last {
  float: none !important;
  width: auto !important;
}
.steep-pay .form-row-wide {
  grid-column: 1 / -1;
}
.steep-pay .form-row label {
  display: block;
  margin: 0 0 4px;
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 400;
}
.steep-pay .form-row .required {
  color: var(--ink-soft);
  font-weight: 400;
  text-decoration: none;
}
.steep-pay .form-row input.input-text,
.steep-pay .form-row input[type="tel"],
.steep-pay .form-row input[type="email"],
.steep-pay .form-row input[type="password"],
.steep-pay .form-row textarea,
.steep-pay .form-row select,
body.woocommerce-checkout .woocommerce-form-login input.input-text,
body.woocommerce-checkout .checkout_coupon input.input-text {
  width: 100%;
  min-height: 40px;
  padding: 8px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #d8d0c4 !important;
  border-radius: 0 !important;
  color: var(--ink);
  box-shadow: none !important;
}
.steep-pay .form-row input.input-text:focus,
.steep-pay .form-row input[type="tel"]:focus,
.steep-pay .form-row input[type="email"]:focus,
body.woocommerce-checkout .woocommerce-form-login input.input-text:focus,
body.woocommerce-checkout .checkout_coupon input.input-text:focus {
  border-bottom-color: var(--ink) !important;
  outline: 0;
}
.steep-pay__account {
  margin-top: 18px;
}
.steep-pay__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
  font-weight: 400;
}
.steep-pay__check input {
  flex: none;
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  accent-color: var(--brown);
}
.steep-pay .create-account {
  display: none;
  margin-top: 12px;
}
.steep-pay__note,
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text {
  display: none;
}
body.woocommerce-checkout #payment {
  background: transparent !important;
  border-radius: 0 !important;
}
body.woocommerce-checkout #payment ul.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0 !important;
}
body.woocommerce-checkout #payment .wc_payment_method > label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
body.woocommerce-checkout #payment .wc_payment_method > input.input-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body.woocommerce-checkout #payment .payment_box,
body.woocommerce-checkout #payment div.payment_box {
  display: none !important;
}
body.woocommerce-checkout #payment .place-order {
  margin: 18px 0 0;
  padding: 0 !important;
  width: 100%;
}
body.woocommerce-checkout.is-shopfront #place_order,
body.woocommerce-checkout.is-shopfront .steep-bag-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 0 22px;
  background: var(--brown) !important;
  color: #f7f3ee !important;
  border: 0 !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
body.woocommerce-checkout.is-shopfront #place_order:hover,
body.woocommerce-checkout.is-shopfront .steep-bag-go:hover {
  background: var(--ink) !important;
}
body.woocommerce-checkout.is-shopfront .woocommerce-form-login .button,
body.woocommerce-checkout.is-shopfront .checkout_coupon .button {
  background: transparent !important;
  color: var(--ink-soft) !important;
  border: 0 !important;
  min-height: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  width: auto;
}
@media (max-width: 860px) {
  form.steep-pay {
    grid-template-columns: 1fr;
  }
  .steep-pay__sum { position: static; }
  .steep-pay .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}

.steep-auth {
  display: grid;
  gap: 28px;
  padding: 8px 0 24px;
}
.steep-auth--split {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.steep-auth__pane h2 {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.steep-auth__pane p { color: var(--ink-soft); line-height: 1.5; }
.steep-auth .form-row { margin: 0 0 12px; }
.steep-auth label { display: block; margin: 0 0 6px; font-size: 13px; }
.steep-auth input.input-text,
.woocommerce-account input.input-text,
.woocommerce-account textarea,
.woocommerce-account select {
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}
.steep-auth__act {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}
.steep-cabinet__hello h2 { margin: 0 0 8px; }
.steep-cabinet__hello p,
.steep-cabinet__orders p { color: var(--ink-soft); }
.steep-cabinet__orders { margin: 24px 0 0; }
.steep-cabinet__orders h3 { margin: 0 0 12px; font-size: 1.1rem; }
.steep-cabinet__orders ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.steep-cabinet__orders li a {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.steep-cabinet__orders li a:hover { border-color: var(--ink); }
.steep-cabinet__orders b { font-variant-numeric: tabular-nums; }
.steep-cabinet__orders em { font-style: normal; color: var(--ink-soft); font-size: 13px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #f7f3ee;
}
.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 20px;
}
.steep-checkout-account {
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 14px;
}
@media (max-width: 720px) {
  .steep-auth--split { grid-template-columns: 1fr; }
}

@media (max-width: 1360px) {
  .steep-hero__mark img { width: 132px; height: 132px; }
  .steep-hero__copy { max-width: 480px; }
}
@media (max-width: 1100px) {
  .steep-hero__copy {
    max-width: 440px;
    padding: 40px 0 24px;
  }
  .steep-grid { grid-template-columns: repeat(3, 1fr); }
  .steep-table { grid-template-columns: 1fr; }
  .steep-board { grid-template-columns: 1fr; }
  .steep-stages { grid-template-columns: 1fr 1fr; }
  .steep-quotes__grid { grid-template-columns: 1fr; }
  .steep-mosaic { grid-template-columns: repeat(5, 1fr); }
  .steep-nav { display: none; }
  .steep-bar__in {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "brand find bag";
  }
  .steep-bar--home .steep-bar__in {
    grid-template-columns: 1fr auto;
    grid-template-areas: "find bag";
  }
  .steep-find { justify-self: end; }
  .steep-pdp__grid,
  .steep-copy,
  .steep-info,
  .steep-facts-cards,
  .steep-form,
  .steep-specs { grid-template-columns: 1fr 1fr; }
  .steep-more__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .steep-facts { grid-template-columns: repeat(2, 1fr); }
  .steep-facts li + li { border-left: 0; padding-left: 0; }
  .steep-facts li:nth-child(odd) { padding-right: 18px; }
  .steep-hero__copy {
    max-width: none;
    padding: 36px 8% 20px 0;
  }
}
@media (max-width: 860px) {
  .steep-bar__in {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "brand bag"
      "find find";
    gap: 6px 16px;
    min-height: 0;
    padding: 8px 0 10px;
  }
  .steep-bar--home .steep-bar__in {
    grid-template-columns: 1fr auto;
    grid-template-areas: "find bag";
  }
  .page-template-template-steep a.steep-cat,
  .steep-cat,
  .steep-nav { display: none; }
  .steep-find {
    width: auto;
    min-width: 0;
    justify-self: stretch;
  }
  .steep-find input {
    width: 100%;
    font-size: 16px;
    min-height: 40px;
    height: 40px;
  }
  .steep-brand__mark { width: 56px; height: 56px; }
  .steep-hero__mark {
    grid-row: 1;
    width: 84px;
    margin: 12px 16px 0 0;
    justify-self: end;
    align-self: start;
    display: block;
  }
  .steep-hero__mark img { width: 84px; height: 84px; }
  .steep-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .steep-hero__bgwrap,
  .steep-hero__veil,
  .steep-hero__copy,
  .steep-hero__mark,
  .steep-facts {
    grid-column: 1;
  }
  .steep-hero__bgwrap,
  .steep-hero__veil {
    grid-row: 1;
    width: 100%;
    justify-self: stretch;
  }
  .steep-hero__bgwrap {
    aspect-ratio: 2 / 2.25;
    height: auto;
    min-height: 0;
  }
  .steep-hero__bg {
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 100%;
    transform: none;
  }
  .steep-hero__veil {
    background:
      linear-gradient(90deg, rgba(18, 14, 10, 0.58) 0%, rgba(18, 14, 10, 0.18) 46%, transparent 70%),
      linear-gradient(180deg, transparent 62%, rgba(18, 14, 10, 0.28) 100%);
  }
  .steep-hero__copy {
    grid-row: 1;
    width: auto;
    max-width: 64%;
    margin: 0;
    padding: 16px 12px 24px 20px;
    align-self: start;
    justify-self: start;
    text-align: left;
  }
  .steep-hero .steep-kicker {
    font-family: "Figtree", "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(247, 243, 238, 0.72);
    margin: 0 0 12px;
  }
  .steep-hero h1 {
    font-family: "Figtree", "Segoe UI", sans-serif;
    font-size: 29.6px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #f7f3ee;
    margin: 0 0 14px;
  }
  .steep-hero__copy > p:not(.steep-kicker) {
    font-family: "Figtree", "Segoe UI", sans-serif;
    font-size: 15.2px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(247, 243, 238, 0.78);
    margin: 0 0 18px;
  }
  .steep-hero__copy .steep-btn {
    font-family: "Figtree", "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1c1814;
  }
  .steep-facts {
    grid-row: 1;
    align-self: end;
    z-index: 4;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 12px 16px 18px 15%;
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
    background: transparent;
    border-top: 1px solid rgba(247, 243, 238, 0.2);
  }
  .steep-facts li {
    grid-template-columns: 22px minmax(0, 1fr);
    column-gap: 10px;
    align-items: center;
    padding: 0;
  }
  .steep-facts li + li,
  .steep-facts li:nth-child(odd) {
    border-left: 0;
    padding: 0;
  }
  .steep-facts svg {
    width: 20px;
    height: 20px;
    align-self: center;
    margin-top: 0;
  }
  .steep-facts strong {
    font-family: "Figtree", "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    color: #f7f3ee;
  }
  .steep-facts span {
    font-family: "Figtree", "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(247, 243, 238, 0.82);
  }
  .steep-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 14px; }
  .steep-card__row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto 2.2em;
    grid-template-areas:
      "price add"
      "grams grams";
  }
  .steep-pile { display: none; }
  .steep-card select { grid-area: grams; width: 100%; }
  .steep-table__desk { grid-template-columns: 110px 1fr; padding: 18px; }
  .steep-stages { grid-template-columns: 1fr; }
  .steep-play .steep-mosaic { grid-template-columns: repeat(2, 1fr); }
  .steep-pdp__grid,
  .steep-copy,
  .steep-info,
  .steep-form,
  .steep-specs { grid-template-columns: 1fr; }
  .steep-info__nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .steep-more__grid { grid-template-columns: repeat(2, 1fr); }
  .steep-ritual {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
    text-align: center;
  }
  .steep-ritual__copy { text-align: center; }
  .steep-session .steep-mood { justify-content: center; }
  .steep-story { text-align: center; }
  .steep-story__mark { margin-left: auto; margin-right: auto; }
  .steep-story__body { margin-left: auto; margin-right: auto; }
  .steep-pour-cta { min-width: 220px; }
  .steep-session .steep-cups { justify-content: center; }
  .steep-offer { text-align: center; }
  .steep-offer .steep-chips { justify-content: center; }
  .steep-quiz {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
  }
  .steep-quiz__intro,
  .steep-quiz h3,
  .steep-quiz__kicker { text-align: center; }
}
@media (max-width: 782px) {
  .admin-bar .steep-bar { top: 46px; }
}
@media (max-width: 560px) {
  .steep-facts {
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
    padding: 12px 16px 18px 15%;
    background: transparent;
  }
  .steep-shell { width: min(1240px, calc(100% - 32px)); padding-top: 0; }
  .steep-shop { scroll-margin-top: 88px; padding-top: 32px; }
  .steep-play { padding: 24px 16px 28px; }
  .steep-ritual {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
    text-align: center;
  }
  .steep-ritual__copy { text-align: center; }
  .steep-session .steep-mood { justify-content: center; }
  .steep-story { text-align: center; }
  .steep-story__mark { margin-left: auto; margin-right: auto; }
  .steep-story__body { margin-left: auto; margin-right: auto; }
  .steep-pour-cta { width: 100%; }
  .steep-session .steep-cups { justify-content: center; }
  .steep-offer { text-align: center; }
  .steep-offer .steep-chips { justify-content: center; }
  .steep-quiz {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .steep-quiz__intro,
  .steep-quiz h3,
  .steep-quiz__kicker { text-align: center; }
  .steep-well { width: 260px; }
}
@media (prefers-reduced-motion: reduce) {
  .bowl__steam i,
  .bowl.is-pour .bowl__liquor,
  .steep-card__shot img,
  .steep-tile img,
  .steep-breath,
  .steep-bowl,
  .steep-bowl__shot,
  .steep-pot,
  .steep-jet,
  .steep-bowl__steam i,
  .steep-mouth__steam i,
  .steep-shields li { animation: none !important; transition: none !important; }
  .steep-well.is-timing .steep-pot { transform: rotate(var(--pot-deg, 10deg)); }
  .steep-well.is-timing .steep-jet,
  .steep-well.is-pouring .steep-jet { opacity: 0; }
}

.steep-hero.is-editing .steep-hero__copy,
.steep-hero.is-editing .steep-hero__veil,
.steep-hero.is-editing .steep-hero__mark,
.steep-hero.is-editing .steep-facts {
  pointer-events: none;
  user-select: none;
}
.steep-hero.is-editing .steep-hero__bgwrap {
  cursor: grab;
}
.steep-hero.is-editing .steep-hero__bgwrap:active {
  cursor: grabbing;
}
.steep-hero-edit {
  position: sticky;
  bottom: 0;
  z-index: 40;
  padding: 14px 18px 16px;
  background: #1c1814;
  color: #f7f3ee;
  border-top: 1px solid rgba(247, 243, 238, 0.18);
  font-size: 14px;
}
.steep-hero-edit p { margin: 0 0 10px; }
.steep-hero-edit__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}
.steep-hero-edit button,
.steep-hero-edit label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(247, 243, 238, 0.28);
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.steep-hero-edit button.is-on,
.steep-hero-edit__save {
  background: #f7f3ee;
  color: #1c1814;
  border-color: #f7f3ee;
}
.steep-hero-edit input[type="range"] { width: 140px; }
.steep-hero-edit [data-hero-status] { opacity: 0.8; }
