
:root{
  --bone:#F7F4EF;
  --stone:#EDE8E1;
  --taupe:#D8D1C7;
  --ink:#121212;
  --warm-black:#080807;
  --soft-border:rgba(18,18,18,.13);
  --ivory:#F7F4EF;
  --muted:rgba(18,18,18,.66);
  --sidebar:148px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bone);
  color:var(--ink);
  font-family:Inter, Helvetica, Arial, sans-serif;
  font-size:15px;
  line-height:1.65;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.serif{font-family:"Cormorant Garamond", Georgia, serif}
.label{
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:600;
}
.sidebar{
  position:fixed;left:0;top:0;width:var(--sidebar);height:100vh;
  background:rgba(247,244,239,.94);
  border-right:1px solid var(--soft-border);
  z-index:50;padding:34px 22px;display:flex;flex-direction:column;justify-content:space-between;
}
.sidebar.dark{background:#080807;color:var(--ivory);border-right:1px solid rgba(247,244,239,.15)}
.logo-block{text-align:center}
.logo-mark{width:58px;height:auto;margin:0 auto 12px}
.logo-word{font-family:"Cormorant Garamond", Georgia, serif;font-size:24px;letter-spacing:.06em;line-height:1}
.logo-sub{font-family:"Cormorant Garamond", Georgia, serif;font-size:13px;font-style:italic;opacity:.72;margin-top:4px}
.nav{margin-top:58px;display:flex;flex-direction:column;gap:20px}
.nav a{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;position:relative;width:fit-content;max-width:100%;white-space:normal;overflow-wrap:break-word;padding-bottom:5px}
.nav a.active:after,.nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor}
.side-bottom{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:600}
.page{margin-left:var(--sidebar);min-height:100vh}
.mobile-top{display:none}
.hero{
  min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111;color:white;
}
.hero.partial{min-height:62vh;justify-content:flex-start;padding:90px 8vw}
.hero img.bg,.hero .bg-img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
}
.hero:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35)}
.hero.light:after{background:rgba(0,0,0,.20)}
.hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:30px}
.hero.partial .hero-content{text-align:left;padding:0}
.hero-logo{width:78px;margin:0 auto 30px;filter:invert(1)}
.hero-title{
  font-family:"Cormorant Garamond", Georgia, serif;font-size:76px;line-height:.92;font-weight:400;letter-spacing:.08em;text-transform:uppercase;margin:0;
}
.hero-sub{font-family:"Cormorant Garamond", Georgia, serif;font-size:25px;font-style:italic;margin:14px 0 34px;opacity:.95}
.btn-line,.link-line{
  display:inline-block;text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:700;padding-bottom:8px;border-bottom:1px solid currentColor;
}
.btn-box{
  display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 30px;border:1px solid currentColor;
  text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;background:transparent;
}
.btn-box.dark{background:var(--ink);color:var(--ivory);border-color:var(--ink)}
.section{padding:86px 8vw;border-bottom:1px solid var(--soft-border)}
.section.tight{padding:54px 8vw}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.display{
  font-family:"Cormorant Garamond", Georgia, serif;font-size:60px;line-height:1.02;font-weight:400;margin:18px 0;
}
.display em{font-style:italic}
.copy{max-width:570px;color:var(--muted)}
.editorial-img{height:420px;object-fit:cover;width:100%}
.tiles{display:grid;grid-template-columns:repeat(4,1fr);min-height:390px}
.tile{position:relative;overflow:hidden;color:white;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;min-height:390px}
.tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.tile:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.64))}
.tile:hover img{transform:scale(1.05)}
.tile > *{position:relative;z-index:2}
.tile-num{font-family:"Cormorant Garamond", Georgia, serif;font-size:48px}
.tile-title{font-family:"Cormorant Garamond", Georgia, serif;font-size:28px;text-transform:uppercase;letter-spacing:.06em}
.card{background:var(--stone);border:1px solid var(--soft-border)}
.card img{height:285px;width:100%;object-fit:cover}
.card-body{padding:28px}
.card h3{font-family:"Cormorant Garamond", Georgia, serif;font-size:34px;font-weight:400;margin:6px 0 10px;line-height:1.05}
.tag{display:inline-block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;border:1px solid rgba(18,18,18,.18);padding:5px 8px;margin:4px 4px 0 0}
.dark-section{background:var(--warm-black);color:var(--ivory);border-bottom:1px solid rgba(247,244,239,.15)}
.dark-section .copy{color:rgba(247,244,239,.72)}
.filter-bar{display:flex;gap:16px;flex-wrap:wrap;align-items:center;padding:20px 8vw;background:var(--stone);border-bottom:1px solid var(--soft-border)}
.filter-bar input,.filter-bar select{
  background:transparent;border:0;border-bottom:1px solid rgba(18,18,18,.32);padding:12px 0;min-width:180px;font-family:Inter,sans-serif;color:var(--ink)
}
.city-tabs{display:flex;gap:0;overflow:auto;border-bottom:1px solid var(--soft-border);background:var(--bone)}
.city-tabs button{
  flex:1;min-width:150px;background:transparent;border:0;border-right:1px solid var(--soft-border);padding:22px 12px;
  text-transform:uppercase;letter-spacing:.18em;font-size:10px;color:var(--ink);cursor:pointer;
}
.city-tabs button.active{background:var(--stone)}
.city-tabs button span{display:block;opacity:.55;font-size:9px;margin-top:4px}
.results-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}
.split-hero{
  display:grid;grid-template-columns:1.1fr .9fr;min-height:620px;background:#111;color:white;
}
.split-hero img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}
.split-copy{padding:90px 8vw;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,#222,#111)}
.method-row{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--soft-border);border-bottom:1px solid var(--soft-border)}
.method{padding:36px 24px;text-align:center;border-right:1px solid var(--soft-border)}
.method:last-child{border-right:0}
.method-icon{font-size:30px;margin-bottom:16px}
.timeline{border-left:1px solid var(--ink);padding-left:28px;display:grid;gap:22px}
.timeline div{position:relative}
.timeline div:before{content:"";width:7px;height:7px;border-radius:99px;background:var(--ink);position:absolute;left:-32px;top:8px}
.gallery-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.gallery-strip img{height:190px;width:100%;object-fit:cover}
.quote-band{padding:70px 8vw;text-align:center;background:var(--stone)}
.quote-band p{font-family:"Cormorant Garamond", Georgia, serif;font-size:44px;line-height:1.05;margin:0 auto;max-width:850px}
.form{
  display:grid;gap:14px;max-width:620px;margin-top:28px
}
.form input,.form textarea,.form select{
  width:100%;padding:16px 14px;border:1px solid var(--soft-border);background:rgba(247,244,239,.82);font:inherit;
}
.form textarea{min-height:130px}
.save{float:right;font-size:20px;cursor:pointer}
.saved{color:#8b5f48}
.my-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.my-card{background:var(--stone);padding:24px;min-height:160px;border:1px solid var(--soft-border)}
.footer{padding:42px 8vw;display:flex;justify-content:space-between;gap:30px;font-size:11px;text-transform:uppercase;letter-spacing:.16em}
@media(max-width:900px){
  :root{--sidebar:0px}
  .sidebar{display:none}
  .page{margin-left:0}
  .mobile-top{display:flex;position:fixed;top:0;left:0;right:0;height:72px;background:rgba(247,244,239,.92);z-index:60;border-bottom:1px solid var(--soft-border);align-items:center;justify-content:space-between;padding:0 22px}
  .mobile-top img{width:42px}
  .hero-title{font-size:48px}
  .display{font-size:42px}
  .grid-2,.grid-3,.grid-4,.tiles,.split-hero,.method-row,.my-grid{grid-template-columns:1fr}
  .section{padding:62px 24px}
  .filter-bar{padding:18px 24px}
  .gallery-strip{grid-template-columns:1fr 1fr}
  .footer{display:block;text-align:center;padding:40px 24px}
}

/* deploy fix: monogram visibility on dark sidebar */
.sidebar.dark .logo-mark{filter:invert(1)}

/* deploy fix: keep wordmark within sidebar */
.logo-word{font-size:16px;letter-spacing:.02em;white-space:nowrap}

/* legal pages */
.legal{margin-top:28px}
.legal h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:26px;font-weight:400;margin:32px 0 10px}
.legal p{color:var(--muted);margin:0 0 14px;max-width:64ch;line-height:1.8}
.legal strong{color:var(--ink);font-weight:600}
.legal a{border-bottom:1px solid currentColor}

/* ---- Mobile menu (enables nav on phones) ---- */
.menu-toggle{-webkit-tap-highlight-color:transparent;appearance:none;background:none;border:0;width:44px;height:44px;padding:10px;margin:-10px -10px -10px 0;cursor:pointer;display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:6px}
.menu-toggle span{display:block;width:24px;height:1.5px;background:var(--ink);transition:transform .35s ease,opacity .25s ease}
.menu-open .menu-toggle span:first-child{transform:translateY(3.75px) rotate(45deg)}
.menu-open .menu-toggle span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
.mobile-menu{position:fixed;inset:0;z-index:200;background:var(--bone);color:var(--ink);height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .5s ease,transform .5s ease,visibility .5s}
.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}
.mm-inner{min-height:100%;display:flex;flex-direction:column;width:100%;max-width:540px;margin:0 auto;padding:104px 40px 56px}
.mm-brand{font-family:"Cormorant Garamond",Georgia,serif;font-size:28px;letter-spacing:.16em;text-align:center;margin-bottom:46px}
.mm-sub{display:block;font-size:15px;font-style:italic;letter-spacing:.03em;opacity:.6;margin-top:8px}
.mm-links{list-style:none;margin:0;padding:0}
.mm-links a{display:block;padding:7px 0;font-family:"Cormorant Garamond",Georgia,serif;font-weight:400;font-size:33px;line-height:1.45}
.mm-mylyst{display:block;text-align:center;margin-top:30px;padding-top:26px;border-top:1px solid var(--soft-border);font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:600}
.mm-social{margin-top:auto;padding-top:46px;display:flex;gap:30px;justify-content:center}
.mm-social a{font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:600;opacity:.7}
html.menu-open,body.menu-open{overflow:hidden}
@media(min-width:901px){.mobile-menu{display:none}}
@media(prefers-reduced-motion:reduce){.mobile-menu,.menu-toggle span{transition:none}}

/* ===== Mobile editorial homepage — portrait re-composition (mobile only, .home-scoped; desktop untouched) ===== */
@media(max-width:900px){
  /* HERO — full-screen portrait arrival */
  .home .hero{min-height:100vh;min-height:100svh;background:#161310 url(assets/hero-mobile.jpg) center/cover}
  .home .hero img.bg{display:none}
  .home .hero:after{background:linear-gradient(180deg,rgba(18,14,10,.52) 0%,rgba(18,14,10,0) 32%,rgba(18,14,10,0) 64%,rgba(18,14,10,.5) 100%)}
  .home .hero-content{padding:0 30px}
  .home .hero-logo{width:54px;margin:0 auto 16px}
  .home .hero-title{font-size:50px;letter-spacing:.10em}
  .home .hero-sub{font-size:22px;margin:12px 0 32px}

  /* WORLD STATEMENT — full-bleed image, then centered editorial type */
  .home #world{display:flex;flex-direction:column;text-align:center;gap:22px;padding:66px 24px}
  .home #world > div{display:flex;flex-direction:column;gap:16px;align-items:center}
  .home #world .editorial-img{order:-1;width:calc(100% + 48px);margin:0 -24px 6px;height:56vh}
  .home #world .display{font-size:40px;margin:0;line-height:1.06}
  .home #world .copy{margin:0;max-width:34ch}

  /* PILLARS — each an immersive full-screen panel */
  .home .tiles{display:block}
  .home .tile{min-height:80vh;min-height:82svh;padding:0 30px 54px;justify-content:flex-end}
  .home .tile:after{background:linear-gradient(transparent 28%,rgba(0,0,0,.74))}
  .home .tile-num{font-size:36px;line-height:1;opacity:.92;margin-bottom:6px}
  .home .tile-title{font-size:44px;margin-bottom:12px}
  .home .tile p{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-size:21px;line-height:1.3;color:rgba(255,255,255,.9);margin:0 0 20px;max-width:26ch}

  /* FOUNDER NOTE — centered editorial */
  .home .grid-2:not(#world){text-align:center;padding:72px 28px;gap:18px}
  .home .grid-2:not(#world) .copy{margin:0 auto;max-width:40ch}

  /* JOURNAL — Vogue-style full-bleed story cards */
  .home .section:not(.grid-2):not(.dark-section){text-align:center;padding:70px 24px}
  .home .grid-4{display:block;margin-top:30px}
  .home .card{background:transparent;border:0;margin-bottom:46px}
  .home .card:last-child{margin-bottom:0}
  .home .card img{height:60vh;width:calc(100% + 48px);margin:0 -24px;object-fit:cover}
  .home .card-body{padding:16px 0 0}
  .home .card h3{font-size:32px;margin:8px auto 0;max-width:20ch}

  /* SOCIETY — dark, private hush */
  .home .dark-section{padding:96px 30px}
  .home .dark-section .display{font-size:38px;max-width:18ch;margin-left:auto;margin-right:auto}
}

@media(max-width:900px){
  /* full-bleed fix: global img{max-width:100%} was clamping these images, shifting them left with a white gap on the right. Force true edge-to-edge. */
  .home #world .editorial-img,
  .home .card img{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:0;transform:none}
  /* header bar: frosted glass so content stops ghosting through on scroll, stays light over the hero */
  .mobile-top{background:rgba(247,244,239,.86);-webkit-backdrop-filter:saturate(1.1) blur(18px);backdrop-filter:saturate(1.1) blur(18px)}
}

/* retreat gallery: 6 images — 6 across on desktop, 2 across on mobile (no blank cell) */
.gallery-strip.g6{grid-template-columns:repeat(6,1fr)}
@media(max-width:900px){.gallery-strip.g6{grid-template-columns:1fr 1fr}}

/* instructor hero: the fixed mobile header was overlapping the top of the portrait and
   hiding the subject's head — drop the hero below the header on mobile, and favor the
   head/face in the crop so it's never trimmed */
.split-hero img{object-position:50% 22%}
@media(max-width:900px){.split-hero{margin-top:72px}}

/* society hero: inline 2-col grid couldn't collapse on mobile, slicing the photo into a
   vertical strip — stack it and let the image show full-width and uncropped */
@media(max-width:900px){
  .society-split{grid-template-columns:1fr !important;min-height:auto !important;gap:30px !important;padding-top:100px !important}
  .society-split img{height:auto !important;width:100% !important}
}

/* mobile typography fixes */
@media(max-width:900px){
  .hero-title.founder-title{font-size:32px;line-height:1.08;letter-spacing:.04em}
  .quote-band p{font-size:30px}
  .footer span{display:block;margin:0 0 12px}
  .footer span:last-child{margin-bottom:0}
}

/* Directory — text-forward cards (photo returns when a studio is featured) */
#studioResults .card{background:var(--bone)}
.card .club-badge{display:inline-block;font-family:"Inter",system-ui,sans-serif;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);border:1px solid var(--soft-border);padding:3px 9px;border-radius:999px;margin-bottom:8px}

/* Directory — mobile polish: full-width filters + stacked results header */
@media(max-width:900px){
  .filter-bar input,.filter-bar select{width:100%;min-width:0;flex:1 1 100%}
  .results-meta{flex-direction:column;align-items:flex-start;gap:12px}
}


/* ===== studios page: neighborhood browse + studio list ===== */
img.bg{background:linear-gradient(150deg,var(--stone),var(--taupe))}
.search-wrap{padding:0 7vw}
.search-head{display:flex;align-items:baseline;gap:14px;margin:0 0 14px}
.search-head .label{margin:0}
.browse-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:0 0 22px}
.nbh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.nbh-card{position:relative;cursor:pointer;height:300px;border:1px solid var(--taupe);border-radius:2px;overflow:hidden;
  background-color:var(--stone);background-size:cover;background-position:center;
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:24px;text-align:left;color:#fff;transition:transform .6s ease,box-shadow .6s ease}
.nbh-card .nbh-img{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 1.1s ease}
.nbh-card .nbh-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,8,7,0) 30%,rgba(8,8,7,.28) 62%,rgba(8,8,7,.7) 100%)}
.nbh-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(8,8,7,.16)}
.nbh-card:hover .nbh-img{transform:scale(1.05)}
.nbh-card .nbh-name{position:relative;font-family:'Cormorant Garamond',serif;font-weight:400;font-size:31px;line-height:1.05;letter-spacing:.01em}
.nbh-card .nbh-count{position:relative;font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-top:8px;color:rgba(255,255,255,.82)}
.nbh-card .nbh-arrow{position:absolute;top:20px;right:22px;font-size:17px;color:rgba(255,255,255,.85);z-index:1;transition:transform .4s ease}
.nbh-card:hover .nbh-arrow{transform:translateX(3px)}
.studio-list{border-top:1px solid var(--taupe)}
.studio-row{display:flex;align-items:center;gap:16px;padding:20px 4px;border-bottom:1px solid var(--taupe);
  text-decoration:none;color:var(--ink);transition:padding-left .35s ease,background .35s ease}
.studio-row:hover{padding-left:14px;background:var(--stone)}
.sr-main{flex:1 1 auto;min-width:0}
.sr-name{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:23px;line-height:1.15;display:block}
.sr-meta{font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.06em;color:#6b665e;margin-top:4px;display:block}
.sr-club{font-family:'Inter',sans-serif;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8a8479}
.sr-save{font-size:18px;color:#b9b2a7;cursor:pointer;flex:0 0 auto;line-height:1;transition:color .3s}
.sr-save:hover{color:var(--ink)}
.sr-go{flex:0 0 auto;font-size:18px;color:#b9b2a7;transition:color .3s,transform .3s}
.studio-row:hover .sr-go{color:var(--ink);transform:translateX(4px)}
.results-bar{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:0 0 8px}
.clear-link{font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);
  background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:4px}
.no-res{font-family:'Inter',sans-serif;color:#6b665e;padding:30px 0}
@media(max-width:900px){
  .search-wrap{padding:0 6vw}
  .nbh-grid{grid-template-columns:1fr 1fr;gap:12px}
  .nbh-card{height:150px;padding:18px}
  .nbh-card .nbh-name{font-size:21px}
  .sr-name{font-size:20px}
}
@media(max-width:560px){ .nbh-grid{grid-template-columns:1fr} .nbh-card{height:150px} }

/* founder portrait: anchor crop to top so the head is never clipped (cross-browser) */
.editorial-img.founder-photo{object-position:center top}

@media(max-width:560px){ .hero-title.founder-title{font-size:28px} }

/* founder hero: top-weighted scrim so the headline + quote stay crisp over the flatlay */
.founder-hero:after{background:linear-gradient(180deg,rgba(8,8,7,.44) 0%,rgba(8,8,7,.3) 46%,rgba(8,8,7,.16) 78%,rgba(8,8,7,.03) 100%)}

/* quote band: tighten the wide italic capital-A sidebearing on the "A way" lines */
.quote-band .qa{margin-right:-.06em}

/* quote band: looser leading so the four lines flow */
.quote-band p{line-height:1.15}

/* sidebar fix: keep nav labels and the wordmark from clipping in the narrow rail */
.sidebar{padding-left:16px;padding-right:16px}
.nav a{letter-spacing:.13em}

/* Homepage Society invitation — warm light treatment, compact */
.society-cta{padding-top:74px;padding-bottom:74px;background:var(--stone)}
.society-cta .society-mark{width:40px;margin:0 auto 18px}
.society-cta .society-head{font-size:40px;line-height:1.1;max-width:18ch;margin:12px auto 0}
.society-cta .society-sub{max-width:46ch;margin:16px auto 0;color:var(--muted)}
.society-cta .society-btn{margin-top:30px;letter-spacing:.2em}

/* Founder "The Why" — warm stone panel instead of black */
.why-panel{background:var(--stone)}
.why-panel .serif{color:var(--ink)}

/* Founder's Lyst opening — more compact, tighter proportions */
.founder-open{padding-top:52px;padding-bottom:52px}
.founder-open .founder-photo{height:360px}

/* Slightly larger left navigation (desktop only) */
@media(min-width:901px){:root{--sidebar:166px}}
.nav a{font-size:12px;letter-spacing:.16em}

/* Mobile: keep the top bar (and its close button) tappable above the open menu */
.mobile-top{z-index:210}

/* My Lyst saved studio cards (text-only, clickable) */
.lyst-card{display:block;text-decoration:none;color:inherit;transition:border-color .3s ease,transform .3s ease}
.lyst-card:hover{border-color:var(--ink);transform:translateY(-2px)}
.lyst-card .sr-meta{margin-top:2px}
.lyst-card .lyst-go{display:inline-block;margin-top:16px;font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);transition:color .3s ease}
.lyst-card:hover .lyst-go{color:var(--ink)}

/* Remove (x) button on My Lyst cards */
.lyst-card{position:relative}
.lyst-x{position:absolute;top:10px;right:10px;width:30px;height:30px;line-height:1;border:none;background:transparent;color:#b9b2a7;font-size:24px;cursor:pointer;border-radius:999px;display:flex;align-items:center;justify-content:center;transition:color .25s ease,background .25s ease;z-index:2}
.lyst-x:hover{color:var(--ink);background:rgba(18,18,18,.06)}

/* Filled state for the save heart when a studio is in My Lyst */
.sr-save.is-saved{color:var(--ink)}
.sr-save.is-saved:hover{color:var(--ink)}
