:root {
  --ys-bg: #f4f6f2;
  --ys-bg-soft: #e8eee8;
  --ys-paper: #fffefd;
  --ys-paper-2: #fafcf9;
  --ys-ink: #15211d;
  --ys-ink-soft: #53615b;
  --ys-muted: #7b8881;
  --ys-line: #d8e0da;
  --ys-line-dark: #bcc9c1;
  --ys-line-strong: #aebdb4;
  --ys-cream: #f4f6f2;
  --ys-display: var(--ys-serif);
  --ys-card-image: none;
  --ys-directory-image: none;
  --ys-accent: #2f6a56;
  --ys-accent-dark: #214b3e;
  --ys-accent-soft: #dcebe3;
  --ys-sand: #9ab6a5;
  --ys-sand-soft: #e9f0eb;
  --ys-olive: #647b6e;
  --ys-positive: #23724e;
  --ys-positive-soft: #e2f1e9;
  --ys-shadow: 0 20px 60px rgba(21, 33, 29, .08);
  --ys-shadow-sm: 0 10px 32px rgba(21, 33, 29, .06);
  --ys-radius-sm: 14px;
  --ys-radius: 22px;
  --ys-radius-lg: 34px;
  --ys-container: 1380px;
  --ys-header: 80px;
  --ys-font: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --ys-serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ys-ink);
  background: var(--ys-paper);
  font-family: var(--ys-font);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.ys-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
input, select, textarea { color: var(--ys-ink); }
input::placeholder, textarea::placeholder { color: #8d9b94; }
::selection { background: var(--ys-accent-soft); color: var(--ys-ink); }
.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.ys-skip-link { position: fixed; z-index: 99999; top: 10px; left: 10px; transform: translateY(-150%); background: var(--ys-ink); color: #fff; padding: 10px 14px; border-radius: 8px; }
.ys-skip-link:focus { transform: none; }
.ys-container { width: min(calc(100% - 48px), var(--ys-container)); margin-inline: auto; }
.ys-icon { flex: 0 0 auto; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6.1vw, 6.65rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.8rem); }
h3 { font-size: 1.35rem; }
p { color: var(--ys-ink-soft); }

.ys-kicker,
.ys-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ys-accent-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ys-kicker-light { color: #cfe5d7; }

/* Header */
.ys-site-header {
  height: var(--ys-header);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  background: rgba(255,254,253,.94);
  border-bottom: 1px solid rgba(216,224,218,.86);
  backdrop-filter: blur(16px);
  transition: transform .28s ease, box-shadow .28s ease;
}
.ys-site-header.is-hidden { transform: translateY(-100%); }
.ys-site-header.is-scrolled { box-shadow: 0 8px 30px rgba(30,20,15,.06); }
.ys-header-inner { height: 100%; display: grid; grid-template-columns: 280px 1fr 280px; align-items: center; gap: 24px; }
.ys-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.035em; white-space: nowrap; }
.ys-brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px 50% 50% 50%; background: var(--ys-accent); color: white; font-family: var(--ys-serif); font-size: 1.45rem; font-style: normal; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); transform: rotate(-4deg); }
.ys-brand-name { font-size: 1.32rem; }
.ys-brand-name span { color: var(--ys-accent); }
.ys-brand-name small { font-size: .68em; font-weight: 700; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 48px; width: auto; }
.ys-main-nav { justify-self: center; }
.ys-nav-list { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 42px); padding: 0; margin: 0; list-style: none; }
.ys-nav-list a { font-size: .95rem; color: #34413b; font-weight: 630; transition: color .18s ease; }
.ys-nav-list a:hover, .ys-nav-list .current-menu-item > a { color: var(--ys-accent); }
.ys-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 13px; }
.ys-header-login { display: inline-flex; align-items: center; gap: 7px; color: #46534d; font-size: .9rem; font-weight: 650; }
.ys-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--ys-ink); }
.ys-mobile-panel { position: fixed; inset: 0; z-index: 2000; background: rgba(21,33,29,.42); backdrop-filter: blur(7px); }
.ys-mobile-panel-inner { min-height: 100%; width: min(92%, 420px); margin-left: auto; background: var(--ys-paper); padding: 18px 22px 30px; box-shadow: -30px 0 60px rgba(20,10,5,.16); }
.ys-mobile-panel-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--ys-line); }
.ys-mobile-panel-head button { border: 0; background: var(--ys-bg); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; }
.ys-mobile-nav-list { list-style: none; margin: 20px 0 28px; padding: 0; }
.ys-mobile-nav-list li { border-bottom: 1px solid var(--ys-line); }
.ys-mobile-nav-list a { display: flex; padding: 18px 2px; font-size: 1.2rem; font-weight: 700; }
.ys-mobile-profile { display: flex; align-items: center; gap: 8px; justify-content: center; margin-top: 14px; padding: 12px; font-weight: 700; }

/* Buttons */
.ys-button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; border: 1px solid transparent; font-weight: 750; font-size: .93rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; }
.ys-button:hover { transform: translateY(-1px); }
.ys-button-dark { background: var(--ys-ink); color: #fff; box-shadow: 0 8px 22px rgba(21,33,29,.12); }
.ys-button-dark:hover { background: #0f1d18; }
.ys-button-accent { background: var(--ys-accent); color: #fff; box-shadow: 0 9px 24px rgba(47,106,86,.2); }
.ys-button-accent:hover { background: var(--ys-accent-dark); }
.ys-button-light { background: #fff; color: var(--ys-ink); }
.ys-button-outline { border-color: var(--ys-line-dark); background: transparent; color: var(--ys-ink); }
.ys-button-wide { width: 100%; }
.ys-text-link, .ys-card-link, .ys-sidebar-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 760; color: var(--ys-ink); }
.ys-text-link:hover, .ys-card-link:hover, .ys-sidebar-link:hover { color: var(--ys-accent); }
.ys-text-button { border: 0; background: transparent; padding: 12px 4px; font-weight: 720; color: var(--ys-muted); }

/* Hero */
.ys-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 26% 18%, rgba(220,235,227,.72), transparent 36%), linear-gradient(180deg, #f8fbf8 0%, #eef4ef 100%); border-bottom: 1px solid var(--ys-line); }
.ys-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .28; background-image: radial-gradient(rgba(47,70,60,.18) .6px, transparent .6px); background-size: 13px 13px; mask-image: linear-gradient(to bottom, black 0%, transparent 90%); }
.ys-hero-inner { position: relative; z-index: 2; text-align: center; padding: clamp(76px, 8vw, 125px) 0 70px; }
.ys-eyebrow { justify-content: center; margin-bottom: 22px; }
.ys-hero h1 { max-width: 980px; margin: 0 auto 28px; font-weight: 850; }
.ys-hero h1 span { color: var(--ys-accent); font-family: var(--ys-serif); font-style: italic; font-weight: 600; letter-spacing: -.05em; }
.ys-hero-copy { max-width: 760px; margin: 0 auto 36px; font-size: clamp(1.05rem, 1.4vw, 1.3rem); }
.ys-hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.ys-hero-orb-one { width: 280px; height: 280px; right: -100px; top: 100px; border: 1px solid rgba(47,106,86,.20); }
.ys-hero-orb-two { width: 160px; height: 160px; left: -70px; bottom: 120px; background: rgba(154,182,165,.18); }
.ys-hero-search, .ys-directory-search { width: min(100%, 900px); margin: 0 auto; padding: 9px; display: grid; grid-template-columns: 1fr auto auto; gap: 7px; background: var(--ys-paper); border: 1px solid rgba(188,201,193,.78); border-radius: 22px; box-shadow: 0 22px 55px rgba(31,63,52,.10); }
.ys-search-field-wrap { position: relative; display: flex; align-items: center; gap: 12px; padding-left: 14px; min-width: 0; }
.ys-search-field-wrap > .ys-icon { color: var(--ys-muted); }
.ys-search-field-wrap input { width: 100%; min-width: 0; height: 50px; border: 0; outline: 0; background: transparent; font-size: 1rem; }
.ys-near-button { min-height: 50px; padding: 0 17px; display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--ys-line); color: #46534d; border-radius: 15px; font-weight: 700; }
.ys-near-button:hover { background: var(--ys-bg); }
.ys-suggestions { position: absolute; top: calc(100% + 13px); left: -9px; right: -8px; z-index: 100; text-align: left; padding: 8px; border: 1px solid var(--ys-line); border-radius: 18px; background: #fff; box-shadow: var(--ys-shadow); }
.ys-suggestion { display: grid; grid-template-columns: 36px 1fr auto; gap: 10px; align-items: center; padding: 10px; border-radius: 12px; }
.ys-suggestion:hover, .ys-suggestion.is-active { background: var(--ys-bg); }
.ys-suggestion-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--ys-sand-soft); color: var(--ys-accent-dark); }
.ys-suggestion strong { display: block; font-size: .93rem; }
.ys-suggestion small { color: var(--ys-muted); }
.ys-chip-row { display: flex; flex-wrap: wrap; gap: 9px; }
.ys-hero-chips { max-width: 820px; margin: 25px auto 0; justify-content: center; }
.ys-chip { display: inline-flex; align-items: center; min-height: 37px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--ys-line-dark); background: rgba(255,253,250,.84); color: #46534d; font-size: .86rem; font-weight: 690; transition: all .18s ease; }
.ys-chip:hover { border-color: var(--ys-accent); color: var(--ys-accent-dark); background: #fff; }
.ys-hero-divider { width: min(100%, 640px); margin: 31px auto 21px; display: flex; align-items: center; gap: 13px; color: var(--ys-muted); font-size: .8rem; }
.ys-hero-divider::before, .ys-hero-divider::after { content: ""; height: 1px; flex: 1; background: var(--ys-line); }
.ys-match-bar { width: min(100%, 680px); min-height: 72px; margin: 0 auto; padding: 12px 17px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; text-align: left; border-radius: 19px; background: var(--ys-ink); color: #fff; box-shadow: 0 18px 42px rgba(27,23,20,.16); transition: transform .2s ease; }
.ys-match-bar:hover { transform: translateY(-2px); }
.ys-match-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: rgba(255,255,255,.1); }
.ys-match-bar strong, .ys-match-bar small { display: block; }
.ys-match-bar strong { font-size: .98rem; }
.ys-match-bar small { color: rgba(255,255,255,.65); margin-top: 2px; }

/* Generic sections */
.ys-section { padding: clamp(72px, 8vw, 118px) 0; }
.ys-section-head { margin-bottom: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.ys-section-head h2 { max-width: 760px; margin: 8px 0 0; }
.ys-section-head-wide { align-items: flex-start; }
.ys-section-head-wide > p { max-width: 450px; font-size: 1.08rem; margin: 8px 0 0; }

/* Cities */
.ys-section-cities { background: var(--ys-paper); }
.ys-city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ys-city-card { min-height: 112px; padding: 19px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; border: 1px solid var(--ys-line); border-radius: 18px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.ys-city-card:hover { transform: translateY(-2px); border-color: #a8c1b1; box-shadow: var(--ys-shadow-sm); }
.ys-city-card-featured { background: linear-gradient(135deg, #eaf3ed, #fff); }
.ys-city-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--ys-bg); color: var(--ys-accent); }
.ys-city-card strong, .ys-city-card span { display: block; }
.ys-city-card strong { font-size: 1rem; }
.ys-city-card div > span { color: var(--ys-muted); font-size: .82rem; margin-top: 2px; }
.ys-city-card > .ys-icon { color: #8ea096; }

/* Editorial treatments */
.ys-treatment-showcase { background: var(--ys-bg); border-block: 1px solid var(--ys-line); }
.ys-editorial-grid { display: grid; grid-template-columns: 1.22fr 1fr 1fr; grid-auto-rows: 280px; gap: 14px; }
.ys-editorial-card { position: relative; overflow: hidden; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 28px; background: #dfeae3; transition: transform .2s ease; }
.ys-editorial-card::before { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%; right: -62px; top: -62px; border: 1px solid rgba(50,34,26,.1); box-shadow: 0 0 0 42px rgba(255,255,255,.08), 0 0 0 84px rgba(255,255,255,.06); }
.ys-editorial-card:hover { transform: translateY(-3px); }
.ys-editorial-card-1 { grid-row: span 2; background: linear-gradient(150deg, #2f6a56 0%, #234f40 100%); color: white; }
.ys-editorial-card-2 { background: linear-gradient(140deg, #c9dccf, #edf4ef); }
.ys-editorial-card-3 { background: linear-gradient(145deg, #426454, #739382); color: white; }
.ys-editorial-card-4 { grid-column: span 2; background: linear-gradient(135deg, #15251f, #21362e); color: white; }
.ys-editorial-number { position: absolute; left: 28px; top: 24px; font-size: .78rem; font-weight: 800; letter-spacing: .14em; opacity: .65; }
.ys-editorial-meta { position: relative; z-index: 1; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; opacity: .68; }
.ys-editorial-card h3 { position: relative; z-index: 1; margin: 8px 0 9px; font-size: clamp(2rem, 3.4vw, 4rem); }
.ys-editorial-card:not(.ys-editorial-card-1) h3 { font-size: clamp(1.6rem, 2vw, 2.55rem); }
.ys-editorial-card p { position: relative; z-index: 1; max-width: 480px; margin-bottom: 17px; color: inherit; opacity: .75; }
.ys-editorial-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; font-weight: 780; }

/* How */
.ys-how { background: #fff; }
.ys-how-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 130px); align-items: start; }
.ys-how-intro { position: sticky; top: 118px; }
.ys-how-intro h2 { margin: 10px 0 22px; }
.ys-how-intro p { max-width: 600px; font-size: 1.07rem; margin-bottom: 28px; }
.ys-step-list { border-top: 1px solid var(--ys-line); }
.ys-step { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 35px 0; border-bottom: 1px solid var(--ys-line); }
.ys-step > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--ys-bg); color: var(--ys-accent); font-weight: 800; font-size: .82rem; }
.ys-step h3 { margin: 0 0 8px; font-size: 1.55rem; }
.ys-step p { margin: 0; }

/* Match panel */
.ys-match-section { padding-top: 20px; }
.ys-match-panel { min-height: 450px; padding: clamp(35px, 5vw, 72px); display: grid; grid-template-columns: 1fr .9fr; gap: 50px; align-items: center; overflow: hidden; border-radius: 38px; background: radial-gradient(circle at 85% 10%, rgba(111,157,132,.24), transparent 30%), #13251f; color: white; box-shadow: var(--ys-shadow); }
.ys-match-panel h2 { max-width: 680px; margin: 12px 0 20px; }
.ys-match-panel p { max-width: 640px; color: rgba(255,255,255,.68); font-size: 1.08rem; margin-bottom: 27px; }
.ys-match-visual { position: relative; min-height: 310px; }
.ys-match-center { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 160px; height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border-radius: 50%; background: var(--ys-accent); color: white; box-shadow: 0 0 0 18px rgba(255,255,255,.04), 0 0 0 42px rgba(255,255,255,.025); }
.ys-match-bubble { position: absolute; padding: 9px 15px; border-radius: 999px; color: white; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.08); backdrop-filter: blur(6px); font-size: .84rem; font-weight: 720; }
.ys-match-bubble-a { top: 15%; left: 5%; }
.ys-match-bubble-b { top: 7%; right: 6%; }
.ys-match-bubble-c { bottom: 17%; left: 2%; }
.ys-match-bubble-d { bottom: 6%; right: 2%; }

/* Guides */
.ys-guides-home { background: var(--ys-bg); }
.ys-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ys-guide-card { overflow: hidden; border: 1px solid var(--ys-line); border-radius: 24px; background: #fff; box-shadow: 0 7px 25px rgba(44,30,22,.035); }
.ys-guide-media { display: block; height: 265px; overflow: hidden; background: var(--ys-bg-soft); }
.ys-guide-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ys-guide-card:hover .ys-guide-media img { transform: scale(1.02); }
.ys-guide-fallback { position: relative; height: 100%; display: flex; align-items: flex-end; padding: 26px; background: linear-gradient(135deg, #cddfd3, #edf4ef); overflow: hidden; }
.ys-guide-fallback::before, .ys-guide-fallback::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(64,43,31,.12); }
.ys-guide-fallback::before { width: 230px; height: 230px; right: -60px; top: -70px; }
.ys-guide-fallback::after { width: 120px; height: 120px; right: -5px; top: -15px; }
.ys-guide-fallback span { font-family: var(--ys-serif); font-style: italic; font-size: 2.25rem; line-height: .9; color: var(--ys-accent-dark); }
.ys-guide-fallback i { width: 80px; height: 12px; background: var(--ys-accent); border-radius: 999px; position: absolute; left: 26px; top: 27px; transform: rotate(-7deg); }
.ys-guide-body { padding: 24px 24px 26px; }
.ys-guide-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; color: var(--ys-muted); font-size: .78rem; }
.ys-guide-meta span { display: inline-flex; align-items: center; gap: 5px; }
.ys-guide-meta > span:first-child, .ys-guide-meta > a:first-child { color: var(--ys-accent-dark); background: #e5f0e9; padding: 5px 9px; border-radius: 999px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ys-guide-meta > a:first-child:hover { background: var(--ys-accent-soft); }
.ys-guide-card h2 { font-size: 1.46rem; line-height: 1.16; margin: 0 0 11px; letter-spacing: -.035em; }
.ys-guide-card h2 a:hover { color: var(--ys-accent); }
.ys-guide-card p { margin-bottom: 18px; font-size: .93rem; }
.ys-guide-grid-archive { grid-template-columns: repeat(3, 1fr); }

/* Yogasted CTA */
.ys-place-cta-section { padding-block: 55px; }
.ys-place-cta { padding: 42px 46px; display: flex; justify-content: space-between; align-items: center; gap: 40px; border: 1px solid var(--ys-line); border-radius: 30px; background: linear-gradient(90deg, #fff, #f1f6f2); }
.ys-place-cta h2 { margin: 9px 0 10px; font-size: clamp(2rem, 3vw, 3.2rem); }
.ys-place-cta p { max-width: 760px; margin-bottom: 0; }
.ys-home-content { padding-top: 40px; }

/* Footer */
.ys-site-footer { padding: 80px 0 22px; background: #1c1815; color: white; }
.ys-site-footer .ys-brand-name { color: white; }
.ys-site-footer .ys-brand-name span { color: #83ad96; }
.ys-footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 60px; padding-bottom: 62px; }
.ys-footer-brand p { max-width: 390px; margin: 22px 0 0; color: rgba(255,255,255,.58); }
.ys-footer-col h2 { margin: 0 0 16px; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: #b9d0c1; }
.ys-footer-col a { display: block; padding: 6px 0; color: rgba(255,255,255,.72); font-size: .91rem; }
.ys-footer-col a:hover { color: #fff; }
.ys-footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.43); font-size: .8rem; }

/* Breadcrumb */
.ys-breadcrumbs { background: #fff; border-bottom: 1px solid var(--ys-line); }
.ys-breadcrumbs .ys-container { min-height: 48px; display: flex; align-items: center; gap: 7px; color: var(--ys-muted); font-size: .8rem; overflow-x: auto; white-space: nowrap; }
.ys-breadcrumbs a:hover { color: var(--ys-accent); }
.ys-breadcrumb-sep { display: inline-flex; color: #98a69f; }

/* Directory */
.ys-directory-hero { padding: 66px 0 38px; background: var(--ys-bg); border-bottom: 1px solid var(--ys-line); }
.ys-directory-title-row { margin: 10px 0 30px; display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.ys-directory-title-row h1 { margin: 0 0 12px; font-size: clamp(2.9rem, 5vw, 5.4rem); }
.ys-directory-title-row p { max-width: 760px; margin: 0; font-size: 1.06rem; }
.ys-directory-count { min-width: 130px; text-align: right; }
.ys-directory-count strong, .ys-directory-count span { display: block; }
.ys-directory-count strong { font-size: 2rem; line-height: 1; }
.ys-directory-count span { color: var(--ys-muted); font-size: .78rem; margin-top: 5px; }
.ys-directory-search { margin: 0; width: min(100%, 820px); box-shadow: none; }
.ys-directory-content { padding: 26px 0 90px; }
.ys-filter-bar { display: flex; flex-wrap: wrap; align-items: end; gap: 10px; padding: 16px; background: #fff; border: 1px solid var(--ys-line); border-radius: 19px; box-shadow: var(--ys-shadow-sm); }
.ys-filter-group label { display: block; margin: 0 0 5px; color: var(--ys-muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.ys-filter-group select, .ys-sort-form select { height: 45px; min-width: 170px; padding: 0 36px 0 12px; border: 1px solid var(--ys-line); border-radius: 11px; background: #fff; }
.ys-check-filter { min-height: 45px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--ys-line); border-radius: 11px; font-size: .86rem; font-weight: 680; }
.ys-check-filter input { accent-color: var(--ys-accent); }
.ys-filter-submit { margin-left: auto; }
.ys-filter-mobile-toggle { display: none; }
.ys-results-toolbar { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ys-muted); }
.ys-results-toolbar strong { color: var(--ys-ink); }
.ys-toolbar-actions { display: flex; align-items: center; gap: 10px; }
.ys-map-toggle { display: inline-flex; align-items: center; gap: 6px; height: 42px; padding: 0 13px; border: 1px solid var(--ys-line); border-radius: 10px; background: #fff; font-weight: 700; }
.ys-directory-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(370px, .95fr); gap: 20px; align-items: start; }
.ys-results-list { display: grid; gap: 14px; }
.ys-map-panel { position: sticky; top: 98px; min-height: 650px; border: 1px solid var(--ys-line); border-radius: 24px; overflow: hidden; background: var(--ys-bg); }
.ys-map { min-height: 650px; width: 100%; background: #e3ebe6; }
.ys-map-small { min-height: 230px; border-radius: 15px; overflow: hidden; margin: 14px 0; }
.ys-map-loading, .ys-map-empty { min-height: inherit; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 30px; color: var(--ys-muted); }
.ys-map-empty strong { color: var(--ys-ink); margin: 10px 0 5px; }
.ys-map-empty p { max-width: 320px; margin: 0; font-size: .85rem; }
.leaflet-popup-content-wrapper { border-radius: 14px !important; box-shadow: 0 10px 32px rgba(30,20,15,.15) !important; }
.ys-map-popup strong { display: block; font-size: .95rem; margin-bottom: 3px; }
.ys-map-popup span { display: block; color: #65736d; font-size: .78rem; }
.ys-map-popup a { display: inline-flex; margin-top: 8px; color: var(--ys-accent); font-weight: 700; }

/* Yogasted card */
.ys-place-card { min-height: 260px; display: grid; grid-template-columns: 260px 1fr; overflow: hidden; border: 1px solid var(--ys-line); border-radius: 22px; background: #fff; transition: box-shadow .18s ease, transform .18s ease; }
.ys-place-card:hover { box-shadow: var(--ys-shadow-sm); transform: translateY(-1px); }
.ys-place-card-media { position: relative; min-height: 100%; overflow: hidden; background: var(--ys-bg-soft); }
.ys-place-card-media img { width: 100%; height: 100%; object-fit: cover; }
.ys-media-fallback { height: 100%; min-height: 260px; display: grid; place-items: center; background: linear-gradient(145deg, #d6e5db, #eef5f0); }
.ys-media-fallback span { width: 84px; height: 84px; display: grid; place-items: center; border-radius: 50% 50% 50% 24%; background: var(--ys-accent); color: #fff; font-family: var(--ys-serif); font-style: italic; font-size: 2.8rem; box-shadow: 0 16px 30px rgba(47,106,86,.2); }
.ys-verified-badge { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; gap: 5px; padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--ys-positive); font-size: .7rem; font-weight: 800; box-shadow: 0 5px 16px rgba(30,20,15,.08); }
.ys-favorite { position: absolute; right: 12px; top: 12px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ys-ink); box-shadow: 0 5px 16px rgba(30,20,15,.08); }
.ys-favorite.is-favorite, [data-ys-favorite].is-favorite { color: var(--ys-accent); }
.ys-favorite.is-favorite svg, [data-ys-favorite].is-favorite svg { fill: currentColor; }
.ys-place-card-body { padding: 22px 24px 19px; display: flex; flex-direction: column; }
.ys-place-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.ys-place-card h2 { margin: 0 0 7px; font-size: 1.42rem; letter-spacing: -.035em; }
.ys-place-card h2 a:hover { color: var(--ys-accent); }
.ys-card-location { display: flex; align-items: center; gap: 5px; color: var(--ys-muted); font-size: .82rem; }
.ys-rating { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 6px; color: var(--ys-muted); font-size: .78rem; white-space: nowrap; }
.ys-rating strong { color: var(--ys-ink); font-size: .88rem; }
.ys-stars { color: #d79626; letter-spacing: .06em; font-size: .77rem; }
.ys-rating-empty { color: var(--ys-muted); font-weight: 650; }
.ys-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0; }
.ys-card-tags span { padding: 5px 9px; background: var(--ys-bg); border-radius: 999px; color: #56645e; font-size: .74rem; font-weight: 690; }
.ys-card-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; padding-top: 12px; margin-top: auto; border-top: 1px solid var(--ys-line); color: var(--ys-muted); font-size: .76rem; }
.ys-card-meta span { display: inline-flex; align-items: center; gap: 5px; }
.ys-card-meta .is-open { color: var(--ys-positive); }
.ys-card-meta strong { color: var(--ys-ink); }
.ys-place-card .ys-card-link { margin-top: 13px; font-size: .84rem; }

.ys-pagination { grid-column: 1 / -1; margin-top: 20px; }
.ys-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.ys-pagination .page-numbers { min-width: 42px; height: 42px; padding: 0 10px; display: inline-grid; place-items: center; border: 1px solid var(--ys-line); border-radius: 11px; background: #fff; font-weight: 700; }
.ys-pagination .current { background: var(--ys-ink); color: #fff; border-color: var(--ys-ink); }
.ys-empty-state { padding: 70px 30px; text-align: center; border: 1px dashed var(--ys-line-dark); border-radius: 22px; background: var(--ys-bg); }
.ys-empty-state h2 { font-size: 2rem; margin: 13px 0 9px; }
.ys-empty-state p { margin-bottom: 22px; }
.ys-empty-icon { width: 58px; height: 58px; margin: 0 auto; display: grid; place-items: center; background: var(--ys-sand-soft); border-radius: 18px; color: var(--ys-accent); }
.ys-taxonomy-copy { background: var(--ys-bg); border-top: 1px solid var(--ys-line); }

/* Profile */
.ys-place-profile-head { padding: 30px 0 26px; background: #fff; border-bottom: 1px solid var(--ys-line); }
.ys-profile-main { display: grid; grid-template-columns: 140px 1fr auto; gap: 26px; align-items: start; }
.ys-profile-logo { width: 140px; height: 140px; display: grid; place-items: center; border-radius: 28px; overflow: hidden; background: linear-gradient(145deg, #dcebe3, #fff); border: 1px solid #c9d9ce; box-shadow: var(--ys-shadow-sm); }
.ys-profile-logo img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.ys-profile-logo > span { font-family: var(--ys-serif); font-style: italic; font-size: 4rem; color: var(--ys-accent); }
.ys-profile-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.ys-profile-title h1 { margin: 7px 0 12px; font-size: clamp(2.3rem, 4vw, 4.1rem); }
.ys-profile-verified { display: inline-flex; align-items: center; gap: 5px; padding: 6px 10px; border-radius: 999px; background: var(--ys-positive-soft); color: var(--ys-positive); font-size: .75rem; font-weight: 800; }
.ys-profile-facts, .ys-profile-statuses { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; color: var(--ys-muted); }
.ys-profile-facts > span, .ys-profile-statuses > span { display: inline-flex; align-items: center; gap: 6px; }
.ys-profile-statuses { margin-top: 12px; font-size: .82rem; }
.ys-profile-statuses .is-positive { color: var(--ys-positive); padding: 6px 9px; border-radius: 999px; background: var(--ys-positive-soft); font-weight: 700; }
.ys-profile-chips { margin-top: 16px; }
.ys-profile-actions { display: flex; gap: 8px; }
.ys-icon-button { min-width: 62px; height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--ys-line); border-radius: 14px; background: #fff; font-weight: 700; font-size: .82rem; }
.ys-profile-gallery { padding-top: 24px; background: #fff; }
.ys-gallery-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 220px 220px; gap: 9px; overflow: hidden; border-radius: 28px; }
.ys-gallery-grid figure { margin: 0; overflow: hidden; background: var(--ys-bg-soft); }
.ys-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.ys-gallery-main { grid-row: span 2; }
.ys-profile-content-section { padding: 38px 0 100px; background: var(--ys-bg); }
.ys-profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 28px; align-items: start; }
.ys-profile-content { min-width: 0; }
.ys-profile-tabs { position: sticky; top: 91px; z-index: 20; display: flex; gap: 4px; padding: 6px; margin-bottom: 15px; border: 1px solid var(--ys-line); border-radius: 15px; background: rgba(255,253,250,.92); backdrop-filter: blur(10px); }
.ys-profile-tabs a { padding: 9px 14px; border-radius: 10px; font-size: .82rem; font-weight: 740; color: var(--ys-muted); }
.ys-profile-tabs a:hover { background: var(--ys-bg); color: var(--ys-ink); }
.ys-profile-block { scroll-margin-top: 160px; padding: clamp(27px, 4vw, 45px); margin-bottom: 14px; border: 1px solid var(--ys-line); border-radius: 24px; background: #fff; }
.ys-profile-block h2 { margin: 8px 0 20px; font-size: clamp(2rem, 3vw, 3rem); }
.ys-info-group { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--ys-line); }
.ys-info-group h3 { margin-bottom: 13px; font-size: 1rem; letter-spacing: -.02em; }
.ys-block-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; }
.ys-block-title-row > span { margin-bottom: 24px; color: var(--ys-muted); font-size: .75rem; }
.ys-price-list { border-top: 1px solid var(--ys-line); }
.ys-price-row-front { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--ys-line); }
.ys-price-row-front strong { white-space: nowrap; }
.ys-review-card { padding: 22px; margin-top: 10px; border: 1px solid var(--ys-line); border-radius: 16px; }
.ys-review-head { display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; }
.ys-review-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ys-sand-soft); color: var(--ys-accent-dark); font-weight: 800; }
.ys-review-head strong, .ys-review-head span { display: block; }
.ys-review-head span { color: var(--ys-muted); font-size: .74rem; }
.ys-review-stars { color: #d79626; letter-spacing: .06em; font-size: .82rem; }
.ys-review-copy { margin-top: 14px; color: var(--ys-ink-soft); }
.ys-empty-review { padding: 26px; border-radius: 16px; background: var(--ys-bg); }
.ys-empty-review p { margin: 5px 0 0; }
.ys-review-form-wrap { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--ys-line); }
.ys-review-form-wrap h3 { font-size: 1.2rem; }
.comment-form { display: grid; gap: 14px; }
.comment-form p { margin: 0; }
.comment-form label, .ys-claim-form label, .ys-business-form-card label, .ys-dashboard-form label { display: grid; gap: 7px; color: var(--ys-ink); font-size: .78rem; font-weight: 760; }
.comment-form input, .comment-form select, .comment-form textarea,
.ys-claim-form input, .ys-business-form-card input, .ys-business-form-card select, .ys-dashboard-form input, .ys-dashboard-form textarea {
  width: 100%; border: 1px solid var(--ys-line-dark); border-radius: 11px; background: #fff; padding: 11px 12px; outline: none;
}
.comment-form input:focus, .comment-form select:focus, .comment-form textarea:focus,
.ys-claim-form input:focus, .ys-business-form-card input:focus, .ys-dashboard-form input:focus, .ys-dashboard-form textarea:focus { border-color: var(--ys-accent); box-shadow: 0 0 0 3px rgba(169,79,60,.1); }
.ys-hours-list { border-top: 1px solid var(--ys-line); }
.ys-hours-list > div { min-height: 53px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--ys-line); }
.ys-feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; }
.ys-feature-list span { display: flex; align-items: center; gap: 7px; color: var(--ys-ink-soft); font-size: .88rem; }
.ys-feature-list svg { color: var(--ys-positive); }
.ys-profile-sidebar { position: sticky; top: 100px; display: grid; gap: 14px; }
.ys-booking-card, .ys-address-card, .ys-claim-card { padding: 25px; border-radius: 22px; border: 1px solid var(--ys-line); background: #fff; box-shadow: var(--ys-shadow-sm); }
.ys-booking-card h2 { margin: 8px 0 11px; font-size: 2rem; }
.ys-booking-card p { font-size: .88rem; }
.ys-booking-card .ys-button + .ys-button { margin-top: 8px; }
.ys-sidebar-link { margin-top: 14px; font-size: .8rem; }
.ys-address-card h3 { margin-bottom: 8px; }
.ys-address-card p { margin-bottom: 0; }
.ys-claim-card { background: #172a23; color: #fff; border-color: transparent; }
.ys-claim-card h3 { margin: 8px 0; font-size: 1.7rem; }
.ys-claim-card p { color: rgba(255,255,255,.65); font-size: .88rem; }
.ys-claim-form { display: grid; gap: 10px; margin-top: 17px; }
.ys-claim-form label { color: rgba(255,255,255,.72); }
.ys-claim-form input { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.07); color: #fff; }
.ys-form-success { padding: 14px 16px; border-radius: 12px; background: var(--ys-positive-soft); color: var(--ys-positive); font-weight: 700; }
.ys-claim-card .ys-form-success { background: rgba(255,255,255,.1); color: #fff; }
.ys-related-places { background: #fff; }
.ys-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ys-related-grid .ys-place-card { display: block; }
.ys-related-grid .ys-place-card-media { height: 220px; display: block; }
.ys-related-grid .ys-media-fallback { min-height: 220px; }
.ys-mobile-booking-bar { display: none; }

/* Simple pages */
.ys-simple-hero, .ys-guide-archive-hero { padding: clamp(70px, 8vw, 120px) 0; background: var(--ys-bg); border-bottom: 1px solid var(--ys-line); }
.ys-simple-hero h1, .ys-guide-archive-hero h1 { max-width: 960px; margin: 11px 0 18px; }
.ys-simple-hero p, .ys-guide-archive-hero p { max-width: 760px; margin: 0; font-size: 1.1rem; }
.ys-guide-archive-hero h1 { font-size: clamp(3rem, 6vw, 6rem); }
.ys-letter-filter { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px; }
.ys-letter-filter button { width: 39px; height: 39px; border: 1px solid var(--ys-line); border-radius: 10px; background: #fff; color: var(--ys-muted); font-size: .78rem; font-weight: 800; }
.ys-letter-filter button:first-child { width: auto; padding-inline: 14px; }
.ys-letter-filter button.is-active, .ys-letter-filter button:hover { background: var(--ys-ink); color: #fff; border-color: var(--ys-ink); }
.ys-city-directory { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ys-city-directory-card { min-height: 92px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 17px; border: 1px solid var(--ys-line); border-radius: 15px; background: #fff; }
.ys-city-directory-card:hover { border-color: #a8c1b1; box-shadow: var(--ys-shadow-sm); }
.ys-city-directory-card > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--ys-bg); color: var(--ys-accent); }
.ys-city-directory-card strong, .ys-city-directory-card small { display: block; }
.ys-city-directory-card small { color: var(--ys-muted); margin-top: 2px; }
.ys-city-directory-card > .ys-icon { color: var(--ys-muted); }
.ys-city-directory-card.is-hidden { display: none; }
.ys-treatment-directory { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ys-treatment-directory-card { min-height: 230px; display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 32px; border: 1px solid var(--ys-line); border-radius: 24px; background: #fff; }
.ys-treatment-directory-card:hover { background: var(--ys-bg); }
.ys-treatment-index { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--ys-sand-soft); color: var(--ys-accent-dark); font-weight: 800; font-size: .76rem; }
.ys-treatment-directory-card h2 { margin: 3px 0 9px; font-size: 2rem; }
.ys-treatment-directory-card p { margin-bottom: 20px; }

/* Match page */
.ys-match-page { min-height: 720px; padding: 70px 0 100px; background: radial-gradient(circle at 18% 25%, rgba(220,235,227,.72), transparent 30%), var(--ys-bg); }
.ys-match-page-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.ys-match-page-copy { position: sticky; top: 120px; padding-top: 38px; }
.ys-match-page-copy h1 { margin: 11px 0 20px; font-size: clamp(3rem, 5vw, 5.4rem); }
.ys-match-page-copy > p { max-width: 620px; font-size: 1.06rem; }
.ys-match-trust { display: grid; gap: 9px; margin-top: 25px; }
.ys-match-trust span { display: flex; align-items: center; gap: 8px; color: var(--ys-ink-soft); font-size: .88rem; }
.ys-match-trust svg { color: var(--ys-positive); }
.ys-match-form { overflow: hidden; border: 1px solid var(--ys-line); border-radius: 28px; background: #fff; box-shadow: var(--ys-shadow); }
.ys-match-progress { height: 5px; background: var(--ys-bg-soft); }
.ys-match-progress span { display: block; height: 100%; width: 25%; background: var(--ys-accent); transition: width .25s ease; }
.ys-match-step { display: none; min-height: 530px; padding: clamp(30px, 5vw, 52px); }
.ys-match-step.is-active { display: block; animation: fgFadeIn .25s ease; }
@keyframes fgFadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.ys-match-step-label { color: var(--ys-accent); font-weight: 800; font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; }
.ys-match-step h2 { margin: 9px 0 28px; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.ys-match-step > label { display: block; margin: 0 0 7px; font-size: .8rem; font-weight: 800; }
.ys-match-step > select { width: 100%; height: 55px; padding: 0 14px; border: 1px solid var(--ys-line-dark); border-radius: 13px; margin-bottom: 20px; background: #fff; }
.ys-option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; max-height: 320px; overflow-y: auto; padding-right: 4px; }
.ys-option-grid-small { max-height: none; }
.ys-option-card { position: relative; min-height: 62px; }
.ys-option-card input { position: absolute; opacity: 0; pointer-events: none; }
.ys-option-card span { height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px; border: 1px solid var(--ys-line); border-radius: 13px; background: #fff; font-size: .87rem; font-weight: 700; }
.ys-option-card input:checked + span { border-color: var(--ys-accent); background: #e8f2ec; color: var(--ys-accent-dark); box-shadow: inset 0 0 0 1px var(--ys-accent); }
.ys-match-controls { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 24px; }

/* Business */
.ys-business-hero { padding: clamp(70px, 9vw, 130px) 0; background: linear-gradient(180deg, #eef4ef, #fff); }
.ys-business-hero-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.ys-business-hero h1 { margin: 12px 0 21px; }
.ys-business-hero p { max-width: 700px; font-size: 1.08rem; margin-bottom: 28px; }
.ys-business-visual { min-height: 430px; padding: 38px; border-radius: 34px; background: #162b23; color: white; transform: rotate(1.5deg); box-shadow: 0 30px 70px rgba(21,42,35,.18); }
.ys-profile-preview { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ys-preview-logo { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: var(--ys-accent); font-family: var(--ys-serif); font-style: italic; font-size: 2rem; }
.ys-profile-preview strong, .ys-profile-preview small { display: block; }
.ys-profile-preview small { color: rgba(255,255,255,.55); }
.ys-preview-rating { color: #f2bb52; font-size: .8rem; }
.ys-preview-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 25px 0; }
.ys-preview-tags span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.78); font-size: .8rem; }
.ys-preview-stat { margin-top: 34px; padding: 26px; border-radius: 20px; background: #fff; color: var(--ys-ink); }
.ys-preview-stat strong, .ys-preview-stat span { display: block; }
.ys-preview-stat span { margin-top: 5px; color: var(--ys-muted); font-size: .82rem; }
.ys-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ys-line); }
.ys-benefit-grid article { padding: 35px 35px 10px 0; }
.ys-benefit-grid article + article { padding-left: 35px; border-left: 1px solid var(--ys-line); }
.ys-benefit-grid article > span { color: var(--ys-accent); font-size: .76rem; font-weight: 800; }
.ys-benefit-grid h2 { margin: 12px 0 10px; font-size: 1.75rem; }
.ys-business-form-section { background: var(--ys-bg); border-top: 1px solid var(--ys-line); }
.ys-business-form-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.ys-business-form-layout h2 { margin: 10px 0 18px; }
.ys-business-form-card { padding: 32px; border: 1px solid var(--ys-line); border-radius: 24px; background: #fff; box-shadow: var(--ys-shadow-sm); }
.ys-business-form-card form, .ys-dashboard-form { display: grid; gap: 14px; }
.ys-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* Dashboard */
.ys-dashboard-section { min-height: 650px; padding: 70px 0 100px; background: var(--ys-bg); }
.ys-login-panel { max-width: 760px; margin: 30px auto; padding: clamp(35px, 6vw, 70px); border: 1px solid var(--ys-line); border-radius: 30px; background: #fff; text-align: center; box-shadow: var(--ys-shadow); }
.ys-login-panel h1 { margin: 10px 0 18px; font-size: clamp(2.5rem, 4vw, 4.5rem); }
.ys-login-panel p { margin: 0 auto 24px; max-width: 600px; }
.ys-dashboard-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.ys-dashboard-head h1 { margin: 10px 0 7px; font-size: 4rem; }
.ys-dashboard-head p { margin: 0; }
.ys-dashboard-card { margin-top: 18px; border: 1px solid var(--ys-line); border-radius: 24px; background: #fff; overflow: hidden; }
.ys-dashboard-card-head { padding: 20px 24px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--ys-line); background: var(--ys-paper-2); }
.ys-dashboard-card-head h2 { margin: 0 0 5px; font-size: 1.5rem; }
.ys-dashboard-card-head a { color: var(--ys-accent); font-size: .8rem; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.ys-dashboard-status { align-self: start; padding: 6px 10px; border-radius: 999px; background: var(--ys-positive-soft); color: var(--ys-positive); font-size: .72rem; font-weight: 800; }
.ys-dashboard-form { padding: 24px; }
.ys-dashboard-checks { display: flex; flex-wrap: wrap; gap: 18px; }
.ys-dashboard-checks label { display: inline-flex; align-items: center; gap: 7px; font-size: .86rem; font-weight: 700; }
.ys-dashboard-checks input { accent-color: var(--ys-accent); }

/* Articles */
.ys-article-head { padding: 75px 0 45px; background: var(--ys-bg); }
.ys-article-head-inner { max-width: 970px; }
.ys-article-head h1 { margin: 12px 0 22px; font-size: clamp(3rem, 6vw, 6.1rem); }
.ys-article-head p { max-width: 820px; margin-bottom: 24px; font-size: 1.15rem; }
.ys-article-meta { display: flex; align-items: center; gap: 20px; color: var(--ys-muted); font-size: .8rem; }
.ys-article-meta button { border: 0; background: transparent; display: inline-flex; align-items: center; gap: 6px; color: var(--ys-muted); }
.ys-article-image { margin-top: 32px; }
.ys-article-image img { width: 100%; max-height: 690px; object-fit: cover; border-radius: 30px; }
.ys-article-layout { max-width: 1120px; display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 65px; padding-block: 70px 100px; }
.ys-article-sidebar { position: relative; }
.ys-article-note { position: sticky; top: 110px; padding: 20px; border: 1px solid var(--ys-line); border-radius: 16px; background: var(--ys-bg); }
.ys-article-note strong { display: block; line-height: 1.25; }
.ys-article-note p { margin: 7px 0 12px; font-size: .82rem; }
.ys-article-note a { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 800; color: var(--ys-accent); }
.ys-prose { color: #37443e; }
.ys-prose > *:first-child { margin-top: 0; }
.ys-prose h2 { margin: 2.2em 0 .65em; font-size: clamp(2rem, 3vw, 3rem); }
.ys-prose h3 { margin: 1.8em 0 .55em; font-size: 1.45rem; }
.ys-prose p, .ys-prose li { font-size: 1.01rem; line-height: 1.75; color: #46534d; }
.ys-prose a { color: var(--ys-accent-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ys-prose ul, .ys-prose ol { padding-left: 1.3em; }
.ys-prose blockquote { margin: 2em 0; padding: 8px 0 8px 24px; border-left: 3px solid var(--ys-accent); font-family: var(--ys-serif); font-size: 1.35rem; font-style: italic; }
.ys-prose-wide { max-width: 900px; }
.ys-article-cta { background: var(--ys-bg); }
.ys-article-cta .ys-match-panel { min-height: 330px; grid-template-columns: 1fr; }

/* Error */
.ys-error-page { min-height: 660px; display: flex; align-items: center; text-align: center; background: radial-gradient(circle at center, #e7f0e9, #fff 66%); }
.ys-error-page .ys-container { max-width: 800px; }
.ys-error-code { display: block; font-family: var(--ys-serif); font-size: 6rem; line-height: 1; color: var(--ys-accent-soft); font-style: italic; }
.ys-error-page h1 { margin: 10px 0 16px; font-size: clamp(3rem, 6vw, 5.5rem); }
.ys-error-page p { max-width: 620px; margin: 0 auto 26px; }
.ys-error-actions { display: flex; justify-content: center; gap: 10px; }

@media (max-width: 1180px) {
  .ys-header-inner { grid-template-columns: 240px 1fr 230px; }
  .ys-nav-list { gap: 21px; }
  .ys-header-login span { display: none; }
  .ys-city-grid, .ys-city-directory { grid-template-columns: repeat(3, 1fr); }
  .ys-directory-layout { grid-template-columns: 1fr 420px; }
  .ys-place-card { grid-template-columns: 220px 1fr; }
  .ys-profile-layout { grid-template-columns: minmax(0, 1fr) 350px; }
}

@media (max-width: 1024px) {
  :root { --ys-header: 70px; }
  .ys-header-inner { grid-template-columns: 1fr auto; }
  .ys-main-nav { display: none; }
  .ys-header-login { display: none; }
  .ys-menu-toggle { display: grid; place-items: center; }
  .ys-header-actions { gap: 8px; }
  .ys-editorial-grid { grid-template-columns: 1fr 1fr; }
  .ys-editorial-card-1 { grid-row: span 1; }
  .ys-editorial-card-4 { grid-column: span 1; }
  .ys-how-layout, .ys-business-hero-layout, .ys-business-form-layout, .ys-match-page-layout { grid-template-columns: 1fr; }
  .ys-how-intro, .ys-match-page-copy { position: static; }
  .ys-match-panel { grid-template-columns: 1fr; }
  .ys-match-visual { min-height: 250px; }
  .ys-guide-grid, .ys-guide-grid-archive { grid-template-columns: repeat(2, 1fr); }
  .ys-footer-top { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 35px; }
  .ys-directory-layout { grid-template-columns: 1fr; }
  .ys-map-panel { position: fixed; inset: 85px 20px 20px; z-index: 900; min-height: 0; display: none; box-shadow: 0 20px 80px rgba(20,10,5,.25); }
  .ys-map-panel.is-open { display: block; }
  .ys-map { height: 100%; min-height: 100%; }
  .ys-profile-layout { grid-template-columns: 1fr; }
  .ys-profile-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .ys-claim-card { grid-column: 1 / -1; }
  .ys-profile-main { grid-template-columns: 120px 1fr; }
  .ys-profile-logo { width: 120px; height: 120px; }
  .ys-profile-actions { grid-column: 2; }
  .ys-article-layout { grid-template-columns: 1fr; max-width: 800px; }
  .ys-article-sidebar { display: none; }
  .ys-benefit-grid { grid-template-columns: 1fr; }
  .ys-benefit-grid article, .ys-benefit-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--ys-line); }
}

@media (max-width: 760px) {
  .ys-container { width: min(calc(100% - 28px), var(--ys-container)); }
  .ys-header-match { display: none; }
  .ys-brand-name { font-size: 1.12rem; }
  .ys-brand-mark { width: 36px; height: 36px; font-size: 1.25rem; }
  .ys-hero-inner { padding: 65px 0 48px; }
  .ys-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .ys-hero-copy { font-size: 1rem; }
  .ys-hero-search, .ys-directory-search { padding: 7px; grid-template-columns: 1fr auto; border-radius: 18px; }
  .ys-hero-search .ys-search-field-wrap, .ys-directory-search .ys-search-field-wrap { grid-column: 1 / -1; border-bottom: 1px solid var(--ys-line); padding-left: 9px; }
  .ys-near-button { justify-content: center; }
  .ys-hero-search .ys-button, .ys-directory-search .ys-button { min-width: 100px; }
  .ys-hero-chips { max-height: 90px; overflow: hidden; }
  .ys-match-bar { min-height: 78px; padding: 11px; }
  .ys-match-bar small { display: none; }
  .ys-match-icon { width: 40px; height: 40px; }
  .ys-section { padding: 68px 0; }
  .ys-section-head { align-items: flex-start; }
  .ys-section-head .ys-text-link { display: none; }
  .ys-city-grid, .ys-city-directory { grid-template-columns: repeat(2, 1fr); }
  .ys-city-card { min-height: 96px; padding: 14px; grid-template-columns: auto 1fr; }
  .ys-city-card > .ys-icon { display: none; }
  .ys-editorial-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .ys-editorial-card-1 { min-height: 390px; }
  .ys-editorial-card h3, .ys-editorial-card:not(.ys-editorial-card-1) h3 { font-size: 2.4rem; }
  .ys-step { grid-template-columns: 56px 1fr; gap: 15px; }
  .ys-match-panel { min-height: 0; padding: 34px 24px; border-radius: 28px; }
  .ys-match-visual { display: none; }
  .ys-guide-grid, .ys-guide-grid-archive { grid-template-columns: 1fr; }
  .ys-guide-media { height: 245px; }
  .ys-place-cta { padding: 30px 24px; display: block; }
  .ys-place-cta .ys-button { margin-top: 24px; }
  .ys-footer-top { grid-template-columns: 1fr 1fr; }
  .ys-footer-brand { grid-column: 1 / -1; }
  .ys-footer-bottom { display: block; }
  .ys-footer-bottom span { display: block; margin-top: 4px; }
  .ys-directory-hero { padding-top: 48px; }
  .ys-directory-title-row { display: block; }
  .ys-directory-title-row h1 { font-size: 3.25rem; }
  .ys-directory-count { margin-top: 20px; text-align: left; }
  .ys-directory-count strong, .ys-directory-count span { display: inline; }
  .ys-directory-count span { margin-left: 6px; }
  .ys-filter-mobile-toggle { width: 100%; height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 9px; border: 1px solid var(--ys-line); border-radius: 12px; background: #fff; font-weight: 760; }
  .ys-filter-bar { display: none; }
  .ys-filter-bar.is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .ys-filter-group, .ys-filter-group select { width: 100%; min-width: 0; }
  .ys-check-filter { justify-content: center; }
  .ys-filter-submit { width: 100%; grid-column: 1 / -1; }
  .ys-results-toolbar { min-height: 64px; }
  .ys-place-card { display: block; }
  .ys-place-card-media { height: 220px; display: block; }
  .ys-media-fallback { min-height: 220px; }
  .ys-place-card-top { display: block; }
  .ys-place-card-top .ys-rating { margin-top: 10px; }
  .ys-profile-main { grid-template-columns: 84px 1fr; gap: 16px; }
  .ys-profile-logo { width: 84px; height: 84px; border-radius: 20px; }
  .ys-profile-title h1 { font-size: 2.5rem; }
  .ys-profile-facts { display: grid; gap: 7px; }
  .ys-profile-actions { grid-column: 1 / -1; }
  .ys-gallery-grid { grid-template-columns: 2fr 1fr; grid-template-rows: 190px 120px; }
  .ys-gallery-grid figure:nth-child(n+4) { display: none; }
  .ys-profile-tabs { top: 78px; overflow-x: auto; }
  .ys-profile-block { padding: 26px 20px; }
  .ys-block-title-row { display: block; }
  .ys-block-title-row > span { display: block; margin: -10px 0 20px; }
  .ys-feature-list { grid-template-columns: 1fr; }
  .ys-profile-sidebar { grid-template-columns: 1fr; }
  .ys-claim-card { grid-column: auto; }
  .ys-related-grid { grid-template-columns: 1fr; }
  .ys-mobile-booking-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 850; min-height: 66px; padding: 9px 9px 9px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 18px; background: rgba(29,24,21,.96); color: #fff; box-shadow: 0 15px 45px rgba(20,10,5,.25); backdrop-filter: blur(10px); }
  .ys-mobile-booking-bar strong, .ys-mobile-booking-bar span { display: block; }
  .ys-mobile-booking-bar strong { max-width: 180px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .86rem; }
  .ys-mobile-booking-bar span { color: rgba(255,255,255,.58); font-size: .7rem; }
  .ys-simple-hero, .ys-guide-archive-hero { padding: 65px 0; }
  .ys-city-directory-card { grid-template-columns: 34px 1fr; padding: 13px; }
  .ys-city-directory-card > .ys-icon { display: none; }
  .ys-treatment-directory { grid-template-columns: 1fr; }
  .ys-treatment-directory-card { min-height: 0; grid-template-columns: 48px 1fr; padding: 24px 20px; gap: 15px; }
  .ys-treatment-index { width: 44px; height: 44px; }
  .ys-match-page { padding: 45px 0 70px; }
  .ys-match-page-copy { padding-top: 0; }
  .ys-match-page-copy h1 { font-size: 3.2rem; }
  .ys-match-step { padding: 30px 20px; min-height: 520px; }
  .ys-option-grid { grid-template-columns: 1fr; }
  .ys-business-visual { min-height: 360px; padding: 24px; }
  .ys-profile-preview { grid-template-columns: 52px 1fr; }
  .ys-preview-logo { width: 52px; height: 52px; }
  .ys-preview-rating { grid-column: 2; }
  .ys-business-form-card { padding: 24px 20px; }
  .ys-form-row { grid-template-columns: 1fr; }
  .ys-dashboard-head { display: block; }
  .ys-dashboard-head .ys-text-link { margin-top: 10px; }
  .ys-dashboard-head h1 { font-size: 3rem; }
  .ys-dashboard-card-head { display: block; }
  .ys-dashboard-status { display: inline-flex; margin-top: 10px; }
  .ys-article-head { padding-top: 55px; }
  .ys-article-head h1 { font-size: 3.4rem; }
  .ys-article-layout { padding-top: 48px; }
  .ys-article-image img { border-radius: 20px; }
  .ys-error-actions { flex-direction: column; }
}

@media (max-width: 480px) {
  .ys-city-grid, .ys-city-directory { grid-template-columns: 1fr; }
  .ys-hero h1 { font-size: 3.35rem; }
  .ys-footer-top { grid-template-columns: 1fr; }
  .ys-footer-brand { grid-column: auto; }
  .ys-filter-bar.is-open { grid-template-columns: 1fr; }
  .ys-filter-submit { grid-column: auto; }
  .ys-toolbar-actions .ys-sort-form select { min-width: 135px; }
  .ys-results-toolbar > div:first-child { display: none; }
  .ys-results-toolbar { justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Team */
.ys-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.ys-team-card { min-height: 108px; padding: 18px; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 14px; border: 1px solid var(--ys-line); border-radius: 16px; background: var(--ys-paper-2); }
.ys-team-avatar { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--ys-accent-soft); color: var(--ys-accent-dark); font-family: var(--ys-serif); font-size: 1.7rem; font-style: italic; }
.ys-team-card h3 { margin: 0 0 3px; font-size: 1.05rem; letter-spacing: -.02em; }
.ys-team-card span { display: block; color: var(--ys-muted); font-size: .76rem; font-weight: 700; }
.ys-team-card p { margin: 5px 0 0; font-size: .8rem; }
@media (max-width: 600px) { .ys-team-grid { grid-template-columns: 1fr; } }

/* Focus and map state */
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid rgba(169,79,60,.34); outline-offset: 3px; }
.ys-directory-layout.map-hidden { grid-template-columns: 1fr; }
.ys-map-panel.is-hidden { display: none; }
.ys-match-step.has-error { box-shadow: inset 0 0 0 2px rgba(169,79,60,.22); }
.ys-match-step.has-error [required]:invalid,
.ys-match-step.has-error .ys-option-card input:required:not(:checked) + span { border-color: rgba(169,79,60,.55); }
@media (max-width: 1024px) { .ys-map-panel.is-hidden { display: none; } }

/* Yogasted owner dashboard: complete frontend editing experience. */
.ys-dashboard-form select,
.ys-dashboard-form input[type="file"] { width: 100%; min-height: 48px; border: 1px solid var(--ys-line); border-radius: 12px; background: #fff; padding: 11px 13px; color: var(--ys-ink); font: inherit; }
.ys-dashboard-form input[type="file"] { padding: 9px; }
.ys-dashboard-block { display: grid; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--ys-line); }
.ys-dashboard-block:first-of-type { padding-top: 4px; }
.ys-dashboard-block:last-of-type { border-bottom: 0; }
.ys-dashboard-block-title { display: flex; align-items: flex-start; gap: 14px; }
.ys-dashboard-block-title > span { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ys-accent-soft); color: var(--ys-accent); font-size: .72rem; font-weight: 850; }
.ys-dashboard-block-title h3 { margin: 1px 0 4px; font-size: 1.22rem; }
.ys-dashboard-block-title p { margin: 0; color: var(--ys-muted); font-size: .88rem; }
.ys-dashboard-block h4 { margin: 7px 0 -5px; font-size: .86rem; }
.ys-dashboard-taxonomy-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 9px; }
.ys-dashboard-taxonomy-grid label { display: flex; align-items: center; gap: 8px; padding: 10px 11px; border: 1px solid var(--ys-line); border-radius: 11px; font-size: .78rem; font-weight: 680; background: var(--ys-paper-2); }
.ys-dashboard-taxonomy-grid input { width: auto; accent-color: var(--ys-accent); }
.ys-dashboard-hours { display: grid; gap: 8px; }
.ys-dashboard-hours > div { display: grid; grid-template-columns: 130px 1fr 1fr; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--ys-line); }
.ys-dashboard-hours > div:last-child { border-bottom: 0; }
.ys-dashboard-hours label { grid-template-columns: auto 1fr; align-items: center; }
.ys-dashboard-hours label span { color: var(--ys-muted); font-weight: 600; font-size: .72rem; }
.ys-dashboard-repeater { display: grid; gap: 8px; }
.ys-dashboard-repeater-head,
.ys-dashboard-repeater-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(160px,.35fr); gap: 10px; }
.ys-dashboard-repeater-head { padding: 0 3px; color: var(--ys-muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ys-dashboard-team-grid { display: grid; gap: 8px; }
.ys-dashboard-team-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.ys-dashboard-image-preview { display: flex; align-items: center; gap: 14px; padding: 12px; border-radius: 14px; background: var(--ys-paper-2); }
.ys-dashboard-image-preview img { width: 92px; height: 76px; border-radius: 10px; object-fit: cover; }
.ys-dashboard-image-preview span { color: var(--ys-muted); font-size: .78rem; font-weight: 700; }
.ys-dashboard-gallery-preview { display: flex; flex-wrap: wrap; gap: 7px; }
.ys-dashboard-gallery-preview img { width: 72px; height: 72px; object-fit: cover; border-radius: 10px; }
.ys-inline-check { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 8px !important; }
.ys-inline-check input { width: auto; }
.ys-dashboard-save { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 8px; }
.ys-dashboard-save span { color: var(--ys-muted); font-size: .75rem; }
.ys-page-editor-content { border-top: 1px solid var(--ys-line); background: var(--ys-paper); }

@media (max-width: 780px) {
  .ys-dashboard-taxonomy-grid { grid-template-columns: 1fr 1fr; }
  .ys-dashboard-hours > div { grid-template-columns: 1fr 1fr; }
  .ys-dashboard-hours > div > strong { grid-column: 1 / -1; }
  .ys-dashboard-team-row { grid-template-columns: 1fr; }
  .ys-dashboard-save { align-items: stretch; flex-direction: column; }
}
@media (max-width: 520px) {
  .ys-dashboard-taxonomy-grid { grid-template-columns: 1fr; }
  .ys-dashboard-hours > div { grid-template-columns: 1fr; }
  .ys-dashboard-repeater-head { display: none; }
  .ys-dashboard-repeater-row { grid-template-columns: 1fr; padding-bottom: 12px; border-bottom: 1px dashed var(--ys-line); }
}
.ys-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ys-business-form-card select,
.ys-business-form-card textarea { width: 100%; border: 1px solid var(--ys-line); border-radius: 12px; background: #fff; padding: 12px 13px; color: var(--ys-ink); font: inherit; }
.ys-business-form-card select:focus,
.ys-business-form-card textarea:focus { outline: 0; border-color: var(--ys-accent); box-shadow: 0 0 0 3px rgba(169,79,60,.1); }
.ys-context-section { background: var(--ys-paper-2); border-top: 1px solid var(--ys-line); }
.ys-context-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(38px,7vw,100px); align-items: start; }
.ys-context-copy h2 { margin: 10px 0 12px; max-width: 620px; font-size: clamp(2rem,3.3vw,3.2rem); }
.ys-context-copy p { margin: 0; color: var(--ys-muted); max-width: 590px; }
.ys-context-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.ys-context-links a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 16px; border: 1px solid var(--ys-line); border-radius: 14px; background: #fff; font-weight: 760; }
.ys-context-links a:hover { transform: translateY(-1px); border-color: var(--ys-accent-soft); }
.ys-context-empty { grid-column: 1 / -1; padding: 22px; border: 1px dashed var(--ys-line-strong); border-radius: 14px; display: grid; gap: 4px; color: var(--ys-muted); }
@media (max-width: 800px) { .ys-context-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .ys-context-links { grid-template-columns: 1fr; } }
.ys-header-saved { display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; font-weight: 740; color: var(--ys-muted); }
.ys-header-saved:hover { color: var(--ys-ink); }
.ys-favorites-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.ys-favorite-card { overflow: hidden; border: 1px solid var(--ys-line); border-radius: 20px; background: #fff; }
.ys-favorite-card > div { padding: 18px; display: grid; gap: 12px; }
.ys-favorite-card-media { display: block; height: 220px; background: var(--ys-paper-2); }
.ys-favorite-card-media img, .ys-favorite-card-media .ys-media-fallback { width: 100%; height: 100%; object-fit: cover; }
.ys-favorite-card-head { display: flex; justify-content: space-between; gap: 12px; }
.ys-favorite-card-head h2 { margin: 0 0 3px; font-size: 1.2rem; }
.ys-favorite-card-head > div > span { color: var(--ys-muted); font-size: .8rem; }
.ys-favorite-card .ys-favorite { position: static; flex: 0 0 auto; }
.ys-favorite-card p { margin: 0; color: var(--ys-muted); font-size: .8rem; }
.ys-favorite-rating { color: var(--ys-muted); font-size: .78rem; }
.ys-favorite-rating:first-letter { color: #d8a00a; }
@media (max-width: 900px) { .ys-favorites-grid { grid-template-columns: 1fr 1fr; } .ys-header-saved span { display: none; } }
@media (max-width: 580px) { .ys-favorites-grid { grid-template-columns: 1fr; } .ys-header-saved { display: none; } }
.ys-form-error { padding: 12px 14px; border: 1px solid #e7b6ab; border-radius: 12px; background: #fff3f0; color: #7a2f20; font-size: .82rem; font-weight: 700; }

/* === 2.0 editorial layer === */
.ys-editorial-card.has-image {
  background-image: linear-gradient(180deg, rgba(20,16,14,.06) 8%, rgba(20,16,14,.82) 100%), var(--ys-card-image);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.ys-editorial-card.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(25,18,15,.05), rgba(25,18,15,.28));
  pointer-events: none;
}
.ys-editorial-card.has-image > * { position: relative; z-index: 2; }
.ys-editorial-card.has-image p { color: rgba(255,255,255,.78); }
.ys-editorial-card.has-image .ys-editorial-number { color: rgba(255,255,255,.7); }
.ys-editorial-card.has-image::before { border-color: rgba(255,255,255,.15); box-shadow: 0 0 0 42px rgba(255,255,255,.04),0 0 0 84px rgba(255,255,255,.025); z-index: 1; }
.ys-section-footer-link { margin-top: 30px; display: flex; justify-content: flex-end; }

.ys-trust-section { background: #fff; border-top: 1px solid var(--ys-line); }
.ys-trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.ys-trust-copy { position: sticky; top: 118px; }
.ys-trust-copy h2 { margin: 12px 0 20px; max-width: 680px; }
.ys-trust-copy > p { font-size: 1.06rem; max-width: 610px; }
.ys-trust-list { border-top: 1px solid var(--ys-line); }
.ys-trust-list article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--ys-line); }
.ys-trust-list article > span { color: var(--ys-accent); font-size: .74rem; font-weight: 850; letter-spacing: .12em; }
.ys-trust-list strong { display: block; margin-bottom: 7px; font-size: 1.12rem; }
.ys-trust-list p { margin: 0; }

.ys-directory-hero { position: relative; overflow: hidden; }
.ys-directory-hero.has-editorial-image::before {
  content: "";
  position: absolute;
  width: min(44vw, 690px);
  aspect-ratio: 1.45 / 1;
  right: -4vw;
  top: 50%;
  transform: translateY(-50%) rotate(-2deg);
  border-radius: 46% 18% 42% 24%;
  background-image: linear-gradient(110deg, rgba(255,253,250,.15), rgba(255,253,250,.62)), var(--ys-directory-image);
  background-size: cover;
  background-position: center;
  opacity: .68;
  filter: saturate(.78) contrast(.96);
}
.ys-directory-hero.has-editorial-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, var(--ys-paper) 0%, rgba(255,253,250,.97) 45%, rgba(255,253,250,.45) 78%, rgba(255,253,250,.08) 100%);
}
.ys-directory-hero.has-editorial-image .ys-container { position: relative; z-index: 2; }

.ys-taxonomy-copy { background: var(--ys-bg); border-top: 1px solid var(--ys-line); border-bottom: 1px solid var(--ys-line); }
.ys-taxonomy-copy-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 120px); align-items: start; }
.ys-taxonomy-copy-title { position: sticky; top: 118px; }
.ys-taxonomy-copy-title h2 { margin: 10px 0 0; }
.ys-taxonomy-copy-grid .ys-prose { max-width: 800px; }

.ys-taxonomy-faq { background: #fff; }
.ys-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 8vw, 120px); align-items: start; }
.ys-faq-layout > div:first-child h2 { margin: 10px 0 15px; }
.ys-faq-list { border-top: 1px solid var(--ys-line); }
.ys-faq-item { border-bottom: 1px solid var(--ys-line); }
.ys-faq-item summary { list-style: none; cursor: pointer; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 760; font-size: 1.05rem; }
.ys-faq-item summary::-webkit-details-marker { display: none; }
.ys-faq-item summary .ys-icon { transition: transform .2s ease; color: var(--ys-muted); }
.ys-faq-item[open] summary .ys-icon { transform: rotate(90deg); }
.ys-faq-item > div { padding: 0 48px 22px 0; }
.ys-faq-item p { margin: 0; }

@media (max-width: 900px) {
  .ys-trust-grid,
  .ys-taxonomy-copy-grid,
  .ys-faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .ys-trust-copy,
  .ys-taxonomy-copy-title { position: static; }
  .ys-directory-hero.has-editorial-image::before { width: 78vw; opacity: .25; right: -26vw; }
  .ys-directory-hero.has-editorial-image::after { background: linear-gradient(90deg, var(--ys-paper) 0%, rgba(255,253,250,.95) 70%, rgba(255,253,250,.55) 100%); }
}

/* Guide reading experience */
.ys-reading-progress { position: fixed; z-index: 1400; top: var(--ys-header); left: 0; right: 0; height: 3px; pointer-events: none; }
.ys-reading-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: var(--ys-accent); }
.ys-article-kicker-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.ys-article-reading { color: var(--ys-muted); font-size: .8rem; font-weight: 700; }
.ys-article-sidebar { align-self: start; position: sticky; top: 108px; }
.ys-article-toc { padding: 0 0 20px; margin-bottom: 20px; border-bottom: 1px solid var(--ys-line); }
.ys-article-toc > span { display: block; margin-bottom: 11px; color: var(--ys-muted); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ys-article-toc [data-ys-toc] { display: grid; gap: 3px; }
.ys-article-toc a { padding: 6px 8px; margin-left: -8px; border-radius: 8px; color: var(--ys-ink-soft); font-size: .82rem; line-height: 1.35; transition: background .18s ease, color .18s ease; }
.ys-article-toc a:hover { background: var(--ys-bg); color: var(--ys-accent-dark); }
.ys-article-toc a.is-sub { padding-left: 19px; color: var(--ys-muted); font-size: .78rem; }
.ys-toc-loading, .ys-toc-empty { color: var(--ys-muted); font-size: .8rem; }
.ys-article-note { position: static; }
.ys-article-content h2, .ys-article-content h3 { scroll-margin-top: calc(var(--ys-header) + 26px); }
.ys-article-transparency { padding-block: 38px; background: var(--ys-paper); }
.ys-transparency-card { padding: 34px 38px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; border: 1px solid var(--ys-line); border-radius: 24px; background: var(--ys-bg); }
.ys-transparency-card h2 { margin: 8px 0 0; font-size: clamp(1.8rem, 2.8vw, 3rem); }
.ys-transparency-card p { margin-top: 4px; }
.ys-related-guides { background: #fff; }
.ys-guide-topic-nav { margin-top: 26px; }

@media (max-width: 900px) {
  .ys-reading-progress { top: 68px; }
  .ys-article-sidebar { position: static; }
  .ys-article-sidebar { display: none; }
  .ys-transparency-card { grid-template-columns: 1fr; gap: 16px; padding: 28px; }
}

/* v2 place profile transparency */
.ys-profile-owned {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf3ef;
  color: var(--ys-ink);
  font-size: .75rem;
  font-weight: 800;
}
.ys-profile-trust-card {
  padding: 25px;
  border-radius: 22px;
  border: 1px solid var(--ys-line);
  background: var(--ys-paper);
  box-shadow: var(--ys-shadow-sm);
}
.ys-profile-trust-card h3 { margin: 8px 0 16px; }
.ys-profile-trust-card > p { margin: 16px 0 4px; font-size: .82rem; line-height: 1.65; color: var(--ys-muted); }
.ys-profile-trust-list { display: grid; gap: 0; border-top: 1px solid var(--ys-line); }
.ys-profile-trust-list > div {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--ys-line);
  font-size: .8rem;
}
.ys-profile-trust-list span { color: var(--ys-muted); }
.ys-profile-trust-list strong { text-align: right; font-weight: 750; }
.ys-match-help { margin: -4px 0 18px; font-size: .86rem; line-height: 1.6; color: var(--ys-muted); }
.ys-suggestion.is-active,
.ys-suggestion:focus-visible { background: var(--ys-bg); outline: 2px solid color-mix(in srgb, var(--ys-accent) 55%, transparent); outline-offset: -2px; }


/* v3 — public data density, comparison and richer discovery */
.ys-home-proof{border-bottom:1px solid var(--ys-line);background:#fff}.ys-home-proof>.ys-container{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr)) 2fr;align-items:stretch}.ys-proof-item,.ys-proof-note{padding:24px 28px;border-right:1px solid var(--ys-line)}.ys-proof-item strong{display:block;font-family:var(--ys-display);font-size:clamp(1.65rem,3vw,2.6rem);line-height:1}.ys-proof-item span{display:block;margin-top:7px;color:var(--ys-muted);font-size:.88rem}.ys-proof-note{display:flex;gap:12px;align-items:center;border-right:0}.ys-proof-note p{margin:0;color:var(--ys-muted);font-size:.9rem;line-height:1.55}
.ys-needs-section{background:var(--ys-cream)}.ys-needs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ys-needs-grid a{min-height:138px;padding:24px;border:1px solid var(--ys-line);border-radius:24px;background:#fff;display:grid;grid-template-columns:1fr auto;align-content:end;gap:7px 14px;transition:.2s transform,.2s border-color}.ys-needs-grid a:hover{transform:translateY(-3px);border-color:var(--ys-ink)}.ys-needs-grid a span{grid-column:1/-1;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;color:var(--ys-accent);font-weight:800}.ys-needs-grid a strong{font-size:1.2rem}
.ys-featured-places{background:#fff}.ys-featured-places .ys-related-grid{grid-template-columns:repeat(4,1fr)}
.ys-data-badge{position:absolute;left:14px;top:14px;z-index:3;border-radius:999px;padding:7px 10px;font-size:.68rem;font-weight:800;backdrop-filter:blur(10px);background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.65)}.ys-data-badge-claimed,.ys-data-badge-verified{background:rgba(232,250,240,.94);color:#17633f}.ys-data-badge-public{color:#53615b}.ys-place-card-media .ys-verified-badge{top:48px}.ys-card-footer-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px}.ys-compare-button{border:0;background:transparent;padding:8px;color:var(--ys-muted);display:inline-flex;align-items:center;gap:6px;font:inherit;font-size:.78rem;font-weight:750;cursor:pointer}.ys-compare-button:hover,.ys-compare-button.is-active{color:var(--ys-accent)}.ys-card-quality{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:13px;color:var(--ys-muted);font-size:.68rem}.ys-card-quality>div{height:4px;border-radius:99px;background:var(--ys-line);overflow:hidden}.ys-card-quality i,.ys-profile-completeness-bar i,.ys-dashboard-completeness-bar i{display:block;height:100%;background:var(--ys-accent);border-radius:inherit}.ys-card-meta .is-unknown{color:var(--ys-muted)}
.ys-public-profile-notice{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:start;padding:18px 20px;margin-bottom:20px;border:1px solid #dbe5de;border-radius:18px;background:#f6f9f6}.ys-public-profile-notice svg{color:var(--ys-accent)}.ys-public-profile-notice strong{display:block;margin-bottom:3px}.ys-public-profile-notice p{margin:0;color:var(--ys-muted);font-size:.88rem;line-height:1.55}.ys-public-profile-notice>a{font-size:.8rem;font-weight:800;white-space:nowrap}.ys-profile-completeness{margin:16px 0}.ys-profile-completeness>div:first-child{display:flex;justify-content:space-between;font-size:.8rem}.ys-profile-completeness-bar{height:6px;background:rgba(255,255,255,.15);border-radius:99px;overflow:hidden;margin-top:7px}.ys-profile-trust-card .ys-profile-completeness-bar{background:var(--ys-line)}
.ys-directory-stats{border-bottom:1px solid var(--ys-line);background:#fff}.ys-directory-stats>.ys-container{display:grid;grid-template-columns:repeat(4,1fr)}.ys-directory-stats .ys-container>div{padding:20px 24px;border-right:1px solid var(--ys-line)}.ys-directory-stats .ys-container>div:last-child{border-right:0}.ys-directory-stats strong{display:block;font-size:1.35rem}.ys-directory-stats span{color:var(--ys-muted);font-size:.78rem}
.ys-compare-tray{position:fixed;left:0;right:0;bottom:18px;z-index:1000;pointer-events:none}.ys-compare-tray>.ys-container{pointer-events:auto;max-width:1080px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;background:var(--ys-ink);color:#fff;border-radius:20px;padding:14px 16px 14px 20px;box-shadow:0 22px 60px rgba(20,14,10,.24)}.ys-compare-tray.has-limit>.ys-container{animation:fgNudge .25s ease 2}.ys-compare-tray-copy span{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:.62rem;opacity:.55}.ys-compare-tray-copy strong{font-size:.84rem}.ys-compare-tray-items{display:flex;gap:8px;min-width:0}.ys-compare-tray-items>span{display:flex;align-items:center;gap:7px;max-width:180px;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:99px;font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ys-compare-tray-items button{border:0;background:none;color:#fff;cursor:pointer;font-size:1rem;line-height:1}.ys-compare-tray-actions{display:flex;gap:8px}.ys-compare-tray .ys-button{padding:10px 15px}.ys-compare-tray .ys-button-dark{background:#fff;color:var(--ys-ink)}.ys-button-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.18)}@keyframes fgNudge{50%{transform:translateX(5px)}}
.ys-compare-table-wrap{overflow:auto;border:1px solid var(--ys-line);border-radius:24px;background:#fff}.ys-compare-table{width:100%;border-collapse:collapse;min-width:820px}.ys-compare-table th,.ys-compare-table td{padding:18px 20px;border-bottom:1px solid var(--ys-line);border-right:1px solid var(--ys-line);vertical-align:top;text-align:left}.ys-compare-table tr:last-child>*{border-bottom:0}.ys-compare-table tr>*:last-child{border-right:0}.ys-compare-table thead th{background:var(--ys-cream);font-size:1rem}.ys-compare-table thead th:first-child{width:190px}.ys-compare-table thead button{display:block;border:0;background:none;color:var(--ys-accent);padding:8px 0 0;cursor:pointer;font-size:.72rem}.ys-compare-table tbody th{font-size:.78rem;color:var(--ys-muted);font-weight:750}.ys-compare-table td{font-size:.9rem;line-height:1.45}.ys-compare-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.ys-dashboard-completeness{padding:20px 22px;background:var(--ys-cream);border-bottom:1px solid var(--ys-line)}.ys-dashboard-completeness>div:first-child{display:flex;justify-content:space-between;align-items:end}.ys-dashboard-completeness>div:first-child span{font-weight:750}.ys-dashboard-completeness>div:first-child strong{font-family:var(--ys-display);font-size:1.6rem}.ys-dashboard-completeness-bar{height:8px;background:#dce6df;border-radius:99px;overflow:hidden;margin:10px 0 14px}.ys-dashboard-completeness-checks{display:flex;flex-wrap:wrap;gap:7px}.ys-dashboard-completeness-checks span{padding:6px 9px;border:1px solid var(--ys-line);border-radius:99px;background:#fff;color:var(--ys-muted);font-size:.7rem}.ys-dashboard-completeness-checks span.is-done{color:#17633f;border-color:#cfe9d9;background:#f1fbf5}
@media(max-width:1024px){.ys-home-proof>.ys-container{grid-template-columns:repeat(3,1fr)}.ys-proof-note{grid-column:1/-1;border-top:1px solid var(--ys-line)}.ys-needs-grid{grid-template-columns:repeat(2,1fr)}.ys-featured-places .ys-related-grid{grid-template-columns:repeat(2,1fr)}.ys-compare-tray>.ys-container{margin:0 12px}.ys-compare-tray-items{display:none}}
@media(max-width:700px){.ys-home-proof>.ys-container{grid-template-columns:1fr 1fr}.ys-proof-item:nth-child(3){grid-column:1/-1}.ys-proof-note{grid-column:1/-1}.ys-proof-item,.ys-proof-note{padding:18px}.ys-needs-grid{grid-template-columns:1fr}.ys-featured-places .ys-related-grid{grid-template-columns:1fr}.ys-directory-stats>.ys-container{grid-template-columns:1fr 1fr;padding:0}.ys-directory-stats .ys-container>div{padding:14px 18px;border-bottom:1px solid var(--ys-line)}.ys-public-profile-notice{grid-template-columns:auto 1fr}.ys-public-profile-notice>a{grid-column:2}.ys-compare-tray{bottom:8px}.ys-compare-tray>.ys-container{grid-template-columns:1fr auto;padding:10px 10px 10px 14px;border-radius:16px}.ys-compare-tray-actions .ys-button-ghost{display:none}.ys-compare-tray-copy span{display:none}}

/* === 4.0 SEO landing + mobile completion === */
.ys-landing-hero { position: relative; overflow: hidden; padding: clamp(62px, 8vw, 118px) 0 68px; background: radial-gradient(circle at 78% 18%, rgba(47,106,86,.12), transparent 30%), linear-gradient(180deg,#f1f6f2 0%,#fff 100%); border-bottom: 1px solid var(--ys-line); }
.ys-landing-hero::after { content:""; position:absolute; width:420px; height:420px; right:-170px; bottom:-230px; border:1px solid rgba(169,79,60,.14); border-radius:50%; box-shadow:0 0 0 62px rgba(169,79,60,.035),0 0 0 124px rgba(169,79,60,.018); pointer-events:none; }
.ys-landing-hero-grid { display:grid; grid-template-columns:minmax(0,1.18fr) minmax(320px,.62fr); gap:clamp(48px,8vw,120px); align-items:center; position:relative; z-index:1; }
.ys-landing-hero-copy h1 { margin:12px 0 18px; max-width:850px; font-size:clamp(3.2rem,6vw,6.1rem); line-height:.94; }
.ys-landing-hero-copy > p { max-width:760px; margin:0; font-size:clamp(1.05rem,1.6vw,1.24rem); color:var(--ys-muted); }
.ys-landing-proof { display:flex; flex-wrap:wrap; gap:8px; margin:27px 0 0; }
.ys-landing-proof span { display:inline-flex; align-items:center; gap:7px; min-height:38px; padding:7px 11px; border:1px solid var(--ys-line); border-radius:999px; background:rgba(255,255,255,.72); color:#53615b; font-size:.76rem; font-weight:720; }
.ys-landing-actions { display:flex; flex-wrap:wrap; gap:9px; margin-top:28px; }
.ys-landing-summary { padding:31px; border:1px solid var(--ys-line); border-radius:27px; background:rgba(255,255,255,.86); box-shadow:0 24px 60px rgba(76,50,37,.08); backdrop-filter:blur(12px); }
.ys-landing-summary h2 { margin:9px 0 22px; font-size:1.85rem; }
.ys-landing-summary ol { list-style:none; margin:0; padding:0; display:grid; gap:0; }
.ys-landing-summary li { display:grid; grid-template-columns:38px 1fr; gap:13px; align-items:start; padding:17px 0; border-top:1px solid var(--ys-line); color:var(--ys-muted); font-size:.88rem; line-height:1.55; }
.ys-landing-summary li strong { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:var(--ys-sand-soft); color:var(--ys-accent); font-size:.72rem; }
.ys-landing-jump { position:sticky; top:var(--ys-header); z-index:35; border-bottom:1px solid var(--ys-line); background:rgba(255,253,250,.94); backdrop-filter:blur(13px); }
.ys-landing-jump .ys-container { min-height:54px; display:flex; align-items:center; gap:8px; overflow-x:auto; scrollbar-width:none; }
.ys-landing-jump .ys-container::-webkit-scrollbar { display:none; }
.ys-landing-jump span { margin-right:4px; color:var(--ys-muted); font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.ys-landing-jump a { flex:0 0 auto; padding:8px 12px; border-radius:999px; font-size:.8rem; font-weight:760; }
.ys-landing-jump a:hover { background:var(--ys-bg); color:var(--ys-accent); }
.ys-landing-results { background:#fff; }
.ys-section-head-wide > div { max-width:800px; }
.ys-section-head-wide p { margin:10px 0 0; max-width:720px; }
.ys-landing-place-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.ys-landing-place-grid .ys-place-card { grid-template-columns:190px 1fr; min-height:300px; }
.ys-landing-place-grid .ys-card-tags { margin:13px 0; }
.ys-data-notice { display:grid; grid-template-columns:44px 1fr; gap:14px; align-items:start; margin-bottom:22px; padding:18px 20px; border:1px solid #d8e4dc; border-radius:16px; background:#f8fbf9; }
.ys-data-notice > span { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:#d9e8de; color:var(--ys-accent); }
.ys-data-notice strong { display:block; margin-bottom:4px; }
.ys-data-notice p { margin:0; font-size:.85rem; }
.ys-landing-editorial { background:var(--ys-bg); border-block:1px solid var(--ys-line); }
.ys-landing-editorial-grid { display:grid; grid-template-columns:minmax(250px,.55fr) minmax(0,1.15fr); gap:clamp(48px,8vw,110px); align-items:start; }
.ys-landing-toc { position:sticky; top:calc(var(--ys-header) + 78px); }
.ys-landing-toc h2 { margin:10px 0 13px; font-size:clamp(2rem,3vw,3rem); }
.ys-landing-toc p { margin:0 0 19px; }
.ys-landing-toc a { display:inline-flex; align-items:center; gap:6px; color:var(--ys-accent); font-size:.82rem; font-weight:800; }
.ys-prose-large { max-width:820px; }
.ys-prose-large h2 { padding-top:.15em; border-top:1px solid var(--ys-line); }
.ys-landing-related { background:#fff; }
.ys-filter-sheet-head,.ys-map-sheet-close,.ys-sheet-backdrop,.ys-map-backdrop,.ys-mobile-dock { display:none; }

@media (max-width: 1024px) {
  .ys-landing-hero-grid { grid-template-columns:1fr; gap:32px; }
  .ys-landing-summary { max-width:720px; }
  .ys-landing-place-grid { grid-template-columns:1fr; }
  .ys-landing-place-grid .ys-place-card { grid-template-columns:220px 1fr; }
  .ys-landing-editorial-grid { grid-template-columns:1fr; gap:34px; }
  .ys-landing-toc { position:static; max-width:720px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top:88px; }
  body { overflow-x:hidden; padding-bottom:calc(72px + env(safe-area-inset-bottom)); }
  body.ys-single-place { padding-bottom:calc(92px + env(safe-area-inset-bottom)); }
  body.ys-menu-open, body.ys-sheet-open, body.ys-map-open { overflow:hidden; touch-action:none; }
  input, select, textarea, button { font-size:16px; }
  .ys-container { width:min(calc(100% - 32px), var(--ys-container)); }
  .ys-site-header { height:68px; }
  .ys-header-inner { min-height:68px; }
  .ys-header-saved { display:none; }
  .ys-menu-toggle { width:44px; height:44px; border-radius:14px; background:var(--ys-bg); }
  .ys-mobile-panel { background:rgba(31,24,20,.48); }
  .ys-mobile-panel-inner { width:min(94%,390px); padding:14px 18px calc(32px + env(safe-area-inset-bottom)); overflow-y:auto; }
  .ys-mobile-panel-head { position:sticky; top:-14px; z-index:2; margin:0 -18px; padding:14px 18px 15px; background:var(--ys-paper); }
  .ys-mobile-nav-list { margin:10px 0 20px; }
  .ys-mobile-nav-list a { min-height:54px; align-items:center; padding:14px 2px; font-size:1.07rem; }
  .ys-button, .ys-near-button, .ys-map-toggle, .ys-filter-mobile-toggle { min-height:46px; }

  .ys-hero-inner { padding:49px 0 40px; }
  .ys-hero h1 { font-size:clamp(2.75rem,13vw,4rem); line-height:.93; }
  .ys-hero-copy { max-width:34rem; line-height:1.62; }
  .ys-hero-search,.ys-directory-search { display:grid; grid-template-columns:1fr 1fr; gap:7px; padding:8px; border-radius:18px; }
  .ys-hero-search .ys-search-field-wrap,.ys-directory-search .ys-search-field-wrap { min-height:52px; grid-column:1/-1; border:0; border-bottom:1px solid var(--ys-line); padding:0 8px; }
  .ys-hero-search .ys-button,.ys-directory-search .ys-button,.ys-near-button { width:100%; min-width:0; justify-content:center; }
  .ys-hero-chips { max-height:none; display:flex; flex-wrap:nowrap; justify-content:flex-start; margin-inline:-16px; padding:0 16px 5px; overflow-x:auto; scroll-snap-type:x proximity; scrollbar-width:none; }
  .ys-hero-chips::-webkit-scrollbar { display:none; }
  .ys-hero-chips a { flex:0 0 auto; scroll-snap-align:start; }
  .ys-match-bar { min-height:68px; border-radius:18px; }
  .ys-match-bar strong { font-size:.84rem; line-height:1.25; }
  .ys-section { padding:54px 0; }
  .ys-section-head h2 { font-size:clamp(2.25rem,10vw,3.15rem); }
  .ys-city-grid,.ys-city-directory { gap:9px; }
  .ys-city-card { border-radius:14px; }
  .ys-editorial-grid { grid-auto-rows:230px; gap:10px; }
  .ys-editorial-card-1 { min-height:330px; }
  .ys-editorial-card h3,.ys-editorial-card:not(.ys-editorial-card-1) h3 { font-size:2rem; }
  .ys-guide-media { height:210px; }

  .ys-directory-hero { padding:38px 0 28px; }
  .ys-directory-title-row { margin:8px 0 22px; }
  .ys-directory-title-row h1 { font-size:clamp(2.65rem,12vw,3.6rem); line-height:.95; }
  .ys-directory-title-row p { font-size:.95rem; line-height:1.6; }
  .ys-directory-count { margin-top:15px; }
  .ys-directory-content { padding:15px 0 66px; }
  .ys-filter-mobile-toggle { position:sticky; top:76px; z-index:28; margin-bottom:10px; box-shadow:0 8px 24px rgba(30,20,15,.05); }
  .ys-filter-bar,.ys-filter-bar.is-open { display:block; position:fixed; left:0; right:0; bottom:0; top:auto; z-index:1600; max-height:min(82vh,720px); padding:0 18px calc(20px + env(safe-area-inset-bottom)); border:0; border-radius:24px 24px 0 0; background:#fff; box-shadow:0 -24px 80px rgba(20,10,5,.22); overflow-y:auto; transform:translateY(105%); transition:transform .22s ease; }
  .ys-filter-bar.is-open { transform:translateY(0); }
  .ys-filter-sheet-head { position:sticky; top:0; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:16px; margin:0 -18px 17px; padding:16px 18px 13px; border-bottom:1px solid var(--ys-line); background:rgba(255,255,255,.96); backdrop-filter:blur(12px); }
  .ys-filter-sheet-head span,.ys-filter-sheet-head strong { display:block; }
  .ys-filter-sheet-head span { color:var(--ys-muted); font-size:.68rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
  .ys-filter-sheet-head strong { margin-top:1px; font-size:1.12rem; }
  .ys-filter-sheet-head button,.ys-map-sheet-close { width:44px; height:44px; border:1px solid var(--ys-line); border-radius:50%; background:#fff; color:var(--ys-ink); font-size:1.75rem; line-height:1; }
  .ys-filter-group { margin-bottom:14px; }
  .ys-filter-group label { margin-bottom:7px; }
  .ys-filter-group select { height:50px; }
  .ys-check-filter { min-height:50px; justify-content:flex-start; margin:0 0 8px; background:var(--ys-bg); }
  .ys-check-filter input { width:20px; height:20px; }
  .ys-filter-submit { position:sticky; bottom:0; min-height:52px; margin-top:9px; box-shadow:0 -12px 24px rgba(255,255,255,.92); }
  .ys-sheet-backdrop,.ys-map-backdrop { display:block; position:fixed; inset:0; z-index:1500; width:100%; height:100%; border:0; background:rgba(29,23,20,.42); backdrop-filter:blur(3px); }
  .ys-sheet-backdrop[hidden],.ys-map-backdrop[hidden] { display:none; }

  .ys-results-toolbar { min-height:58px; align-items:center; }
  .ys-results-toolbar > div:first-child { font-size:.84rem; }
  .ys-toolbar-actions { gap:7px; }
  .ys-sort-form select { min-width:0; width:132px; height:43px; padding-left:10px; font-size:.78rem; }
  .ys-map-toggle { min-height:43px; padding-inline:10px; font-size:.76rem; }
  .ys-map-panel { inset:auto 0 0; z-index:1600; height:min(82vh,740px); min-height:0; border:0; border-radius:24px 24px 0 0; box-shadow:0 -22px 80px rgba(20,10,5,.25); }
  .ys-map-panel.is-open { display:block; }
  .ys-map-sheet-close { display:grid; place-items:center; position:absolute; z-index:1000; right:14px; top:14px; box-shadow:0 8px 24px rgba(20,10,5,.12); }
  .ys-map-backdrop { z-index:1550; }
  .ys-map { min-height:100%; height:100%; }
  .ys-place-card { border-radius:18px; box-shadow:none; }
  .ys-place-card-media { height:184px; }
  .ys-media-fallback { min-height:184px; }
  .ys-media-fallback span { width:68px; height:68px; font-size:2.25rem; }
  .ys-place-card-body { padding:17px 17px 15px; }
  .ys-place-card h2 { font-size:1.25rem; }
  .ys-card-tags { margin:13px 0; flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; }
  .ys-card-tags::-webkit-scrollbar { display:none; }
  .ys-card-tags span { flex:0 0 auto; }
  .ys-card-meta { gap:7px 12px; }
  .ys-card-footer-actions { margin-top:12px; }
  .ys-compare-button { min-height:42px; }
  .ys-card-quality { margin-top:9px; }

  .ys-place-profile-head { padding:20px 0 18px; }
  .ys-profile-main { grid-template-columns:72px 1fr; gap:13px; }
  .ys-profile-logo { width:72px; height:72px; border-radius:18px; }
  .ys-profile-title h1 { font-size:clamp(2rem,9vw,2.6rem); line-height:1; }
  .ys-profile-actions { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
  .ys-profile-actions .ys-button { width:100%; justify-content:center; }
  .ys-profile-facts { font-size:.78rem; }
  .ys-gallery-grid { margin-inline:-16px; border-radius:0; grid-template-columns:1fr; grid-template-rows:260px; }
  .ys-gallery-grid figure:not(:first-child) { display:none; }
  .ys-profile-tabs { top:68px; margin-inline:-16px; padding:6px 16px; border-inline:0; border-radius:0; background:rgba(255,253,250,.97); scrollbar-width:none; }
  .ys-profile-tabs::-webkit-scrollbar { display:none; }
  .ys-profile-tabs a { flex:0 0 auto; min-height:42px; display:flex; align-items:center; }
  .ys-profile-block { padding:23px 18px; border-radius:17px; }
  .ys-profile-sidebar > * { border-radius:17px; }
  .ys-mobile-booking-bar { left:8px; right:8px; bottom:calc(8px + env(safe-area-inset-bottom)); min-height:68px; }
  .ys-single-place .ys-mobile-dock { display:none; }

  .ys-faq-layout { grid-template-columns:1fr; gap:27px; }
  .ys-faq-item summary { min-height:58px; padding:16px 0; line-height:1.35; }
  .ys-faq-item > div { padding:0 0 17px; }
  .ys-taxonomy-copy-grid { grid-template-columns:1fr; gap:25px; }
  .ys-taxonomy-copy-title { position:static; }
  .ys-prose p,.ys-prose li { font-size:.98rem; line-height:1.72; }
  .ys-prose h2 { font-size:clamp(2rem,9vw,2.75rem); }
  .ys-prose h3 { font-size:1.3rem; }

  .ys-landing-hero { padding:46px 0 38px; }
  .ys-landing-hero-grid { gap:24px; }
  .ys-landing-hero-copy h1 { font-size:clamp(2.75rem,12.5vw,4rem); }
  .ys-landing-hero-copy > p { font-size:1rem; line-height:1.62; }
  .ys-landing-proof { flex-wrap:nowrap; margin-inline:-16px; padding:0 16px 4px; overflow-x:auto; scrollbar-width:none; }
  .ys-landing-proof::-webkit-scrollbar { display:none; }
  .ys-landing-proof span { flex:0 0 auto; }
  .ys-landing-actions { display:grid; grid-template-columns:1fr; }
  .ys-landing-summary { padding:23px 20px; border-radius:20px; }
  .ys-landing-summary h2 { font-size:1.55rem; }
  .ys-landing-summary li { padding:14px 0; }
  .ys-landing-jump { top:68px; }
  .ys-landing-jump .ys-container { width:100%; padding-inline:16px; }
  .ys-landing-results .ys-section-head { display:block; }
  .ys-landing-place-grid .ys-place-card { display:block; min-height:0; }
  .ys-landing-place-grid .ys-place-card-media { height:184px; }
  .ys-data-notice { grid-template-columns:1fr; padding:17px; }
  .ys-landing-editorial-grid { gap:24px; }
  .ys-landing-toc { padding-bottom:22px; border-bottom:1px solid var(--ys-line); }
  .ys-context-links { grid-template-columns:1fr; }

  .ys-site-footer { padding-bottom:34px; }
  .ys-footer-top { grid-template-columns:1fr 1fr; gap:30px 20px; padding-bottom:38px; }
  .ys-footer-brand { grid-column:1/-1; }
  .ys-footer-col h2 { margin-bottom:10px; }
  .ys-footer-col a { min-height:38px; display:flex; align-items:center; padding:4px 0; }
  .ys-mobile-dock { position:fixed; left:8px; right:8px; bottom:calc(8px + env(safe-area-inset-bottom)); z-index:840; min-height:62px; display:grid; grid-template-columns:repeat(5,1fr); align-items:end; padding:6px 5px; border:1px solid rgba(255,255,255,.16); border-radius:19px; background:rgba(31,25,22,.96); color:#fff; box-shadow:0 15px 45px rgba(20,10,5,.27); backdrop-filter:blur(14px); }
  .ys-mobile-dock a,.ys-mobile-dock button { min-width:0; min-height:48px; border:0; background:transparent; color:rgba(255,255,255,.72); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; padding:4px 2px; font:inherit; }
  .ys-mobile-dock span { font-size:.61rem; font-weight:740; }
  .ys-mobile-dock-main { transform:translateY(-6px); }
  .ys-mobile-dock-main svg { width:38px; height:38px; padding:9px; border-radius:50%; background:var(--ys-accent); color:#fff; box-sizing:border-box; }
  .ys-compare-tray { bottom:calc(78px + env(safe-area-inset-bottom)); }
  .ys-single-place .ys-compare-tray { bottom:calc(88px + env(safe-area-inset-bottom)); }
}

@media (max-width: 420px) {
  .ys-container { width:min(calc(100% - 24px), var(--ys-container)); }
  .ys-brand-name small { display:none; }
  .ys-city-grid,.ys-city-directory { grid-template-columns:1fr; }
  .ys-city-card { min-height:76px; }
  .ys-directory-title-row h1,.ys-landing-hero-copy h1 { font-size:2.65rem; }
  .ys-toolbar-actions { align-items:stretch; }
  .ys-sort-form select { width:118px; }
  .ys-profile-actions { grid-template-columns:1fr; }
  .ys-gallery-grid { margin-inline:-12px; }
  .ys-profile-tabs { margin-inline:-12px; padding-inline:12px; }
  .ys-footer-top { grid-template-columns:1fr; }
  .ys-footer-brand { grid-column:auto; }
}

/* v5 – evidence-based place matching */
.ys-card-match-proof,.ys-service-proof-inline{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;line-height:1.35;color:var(--ys-muted,#6a625c);margin:10px 0 8px}
.ys-service-proof-inline{margin:10px 0 0}
.ys-match-proof-dot{width:8px;height:8px;border-radius:50%;background:#aaa;flex:0 0 8px}
.ys-match-proof-dot.is-strong{background:#26785d}
.ys-match-proof-dot.is-category{background:#6c8d78}
.ys-match-proof-dot.is-unknown{background:#8d9b94}
.ys-strict-match-notice{display:flex;gap:10px;align-items:flex-start;padding:13px 15px;margin:0 0 14px;border:1px solid rgba(38,120,93,.22);background:rgba(38,120,93,.07);border-radius:14px}
.ys-strict-match-notice>svg{flex:0 0 auto;margin-top:1px}
.ys-strict-match-notice div{display:grid;gap:2px}
.ys-strict-match-notice strong{font-size:13px}
.ys-strict-match-notice span{font-size:12px;line-height:1.45;color:var(--ys-muted,#6a625c)}
.ys-profile-trust-list a{text-decoration:underline;text-underline-offset:2px}
.ys-match-evidence-note{margin:18px 0 0;padding:14px 16px;border-radius:14px;background:rgba(38,120,93,.07);border:1px solid rgba(38,120,93,.18);font-size:13px;line-height:1.55;color:var(--ys-muted,#6a625c)}
.ys-match-evidence-note strong{color:var(--ys-ink,#191614)}
@media(max-width:767px){
.ys-card-match-proof{font-size:11px;margin-top:8px}
.ys-strict-match-notice{border-radius:12px;margin-top:6px}
.ys-strict-match-notice span{font-size:11.5px}
.ys-profile-title .ys-service-proof-inline{padding-right:8px}
.ys-profile-tabs{scroll-padding-left:16px}
.ys-filter-bar select,.ys-filter-bar input,.ys-match-form select{font-size:16px}
.ys-place-card-body{padding-bottom:16px}
.ys-card-footer-actions{gap:8px}
.ys-card-footer-actions>*{min-height:42px}
.ys-profile-trust-list>div{gap:12px}
.ys-profile-trust-list strong{text-align:right;max-width:58%}
.ys-match-page-copy{padding-inline:2px}
.ys-match-evidence-note{margin-top:14px;padding:12px 13px;font-size:12px}
}


/* v7 – surgical UI repair. Keeps v5 visual system intact. */
.ys-place-card-media-shell{position:relative;min-width:0;min-height:100%;overflow:hidden;background:var(--ys-bg-soft)}
.ys-place-card-media-shell>.ys-place-card-media{display:block;width:100%;height:100%}
.ys-place-card-media-shell>.ys-favorite{position:absolute;right:14px;top:14px;z-index:6}
.ys-place-card h2,.ys-place-card h2 a{display:block;color:var(--ys-ink);visibility:visible;opacity:1}
.ys-place-card h2 a{overflow-wrap:anywhere}
.ys-place-card-body{min-width:0}
.ys-card-location{min-width:0;overflow-wrap:anywhere}
@media(max-width:760px){
  .ys-place-card{min-height:0}
  .ys-place-card-media-shell{height:184px;min-height:184px}
  .ys-place-card-media-shell>.ys-place-card-media{height:184px}
  .ys-place-card h2{margin-bottom:8px;font-size:1.27rem;line-height:1.13}
  .ys-place-card-body{padding:16px 16px 15px}
  .ys-card-footer-actions{align-items:center}
  .ys-card-footer-actions .ys-card-link{min-height:42px;display:inline-flex;align-items:center}
  .ys-results-list{gap:12px}
  .ys-directory-content{overflow:hidden}
  .ys-directory-layout,.ys-results-list,.ys-place-card{min-width:0}
}
@media(max-width:420px){
  .ys-place-card-media-shell,.ys-place-card-media-shell>.ys-place-card-media{height:164px;min-height:164px}
  .ys-place-card-body{padding:15px 14px 14px}
  .ys-card-footer-actions{display:grid;grid-template-columns:1fr auto;gap:6px}
}

/* Yogasteder 2.0 visual layer */
.ys-brand-mark{background:var(--ys-accent);font-family:var(--ys-font);font-size:1rem;font-weight:900;transform:rotate(-3deg)}
.ys-brand-name span{color:var(--ys-accent)}
.ys-hero h1 span{color:var(--ys-accent);font-family:var(--ys-serif);font-style:italic;font-weight:560}
.ys-hero::after{opacity:.18;background-image:radial-gradient(rgba(47,106,86,.22) .55px,transparent .55px)}
.ys-yoga-note{display:flex;gap:10px;align-items:flex-start;padding:14px 16px;border:1px solid var(--ys-line);border-radius:14px;background:var(--ys-bg);color:var(--ys-ink-soft);font-size:.92rem}
.ys-yoga-note strong{color:var(--ys-ink)}
.ys-google-mini{display:inline-flex;align-items:center;gap:7px;font-size:.88rem;color:var(--ys-ink-soft);font-weight:650}
.ys-google-mini b{color:#4285f4;font-weight:800}
.ys-profile-google-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ys-profile-google-row a{font-weight:760;text-decoration:underline;text-underline-offset:3px}
.ys-no-photo-strip{border-top:1px solid var(--ys-line);border-bottom:1px solid var(--ys-line);background:var(--ys-bg);padding:18px 0}
.ys-no-photo-strip .ys-container{display:flex;align-items:center;justify-content:space-between;gap:20px}
.ys-no-photo-strip p{margin:0;font-size:.93rem}
.ys-place-card .ys-rating{margin-top:4px}
@media(max-width:760px){.ys-no-photo-strip .ys-container{align-items:flex-start;flex-direction:column;gap:8px}}

/* Yoga-specific profile modules */
.ys-profile-lead{max-width:760px;font-family:var(--ys-serif);font-size:1.28rem;line-height:1.5;color:var(--ys-ink)}
.ys-style-list{border-top:1px solid var(--ys-line)}
.ys-style-list>a{display:grid;grid-template-columns:34px 1fr 20px;gap:14px;align-items:start;padding:18px 0;border-bottom:1px solid var(--ys-line)}
.ys-style-list>a>span:first-child{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:var(--ys-positive-soft);color:var(--ys-positive)}
.ys-style-list strong{font-size:1rem}
.ys-style-list p{margin:4px 0 0;font-size:.88rem}
.ys-schedule-list{border-top:1px solid var(--ys-line)}
.ys-schedule-list>div{display:grid;grid-template-columns:90px 80px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid var(--ys-line);align-items:start}
.ys-schedule-list b,.ys-schedule-list small{display:block}.ys-schedule-list small{color:var(--ys-muted)}
.ys-intro-offer{padding:14px 0;margin:10px 0;border-top:1px solid var(--ys-line);border-bottom:1px solid var(--ys-line)}
.ys-intro-offer span,.ys-intro-offer strong{display:block}.ys-intro-offer span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ys-muted)}
.ys-google-review-panel{padding:22px;border:1px solid var(--ys-line);border-radius:var(--ys-radius-sm);background:var(--ys-bg)}
.ys-google-review-panel h2,.ys-google-review-panel h3{margin-bottom:12px}
.ys-google-review-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.ys-google-review-note{margin-top:14px;font-size:.82rem;color:var(--ys-muted)}
.ys-google-wordmark{font-weight:850}
.ys-google-rating,.ys-google-rating-link{display:inline-flex;align-items:center;gap:6px}
@media(max-width:760px){
  .ys-schedule-list>div{grid-template-columns:60px 64px 1fr;gap:10px}
  .ys-google-review-panel{padding:18px}
}

/* Yogasteder 2.0 — supporting screens kept in the same directory system */
.ys-page-hero,.ys-subhero,.ys-guides-hero{padding:70px 0 58px;background:var(--ys-bg);border-bottom:1px solid var(--ys-line)}
.ys-page-hero-compact{padding:54px 0 46px}
.ys-page-hero h1,.ys-subhero h1,.ys-guides-hero h1{max-width:920px;margin:10px 0 16px;font-size:clamp(2.5rem,5vw,5rem)}
.ys-page-hero p,.ys-subhero p,.ys-guides-hero p{max-width:700px;margin:0;font-size:1.08rem}
.ys-loading-state{min-height:180px;display:grid;place-items:center;border:1px solid var(--ys-line);border-radius:var(--ys-radius);background:var(--ys-bg);color:var(--ys-muted);font-weight:700}
.ys-dashboard{padding:70px 0 110px;background:var(--ys-bg)}
.ys-auth-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:70px;align-items:start}
.ys-auth-grid>div:first-child{padding-top:28px}
.ys-auth-grid h1{font-size:clamp(2.7rem,5vw,5rem);margin:10px 0 20px}
.ys-form-card,.ys-dashboard-card{padding:30px;border:1px solid var(--ys-line);border-radius:var(--ys-radius);background:#fff;box-shadow:var(--ys-shadow-sm)}
.ys-form-card h2{font-size:1.7rem;margin-bottom:22px}
.ys-form-card label,.ys-dashboard-card form>label,.ys-dashboard-card fieldset label{display:grid;gap:7px;font-size:.86rem;font-weight:760;color:var(--ys-ink)}
.ys-form-card input:not([type=checkbox]),.ys-dashboard-card input:not([type=checkbox]):not([type=file]),.ys-dashboard-card select,.ys-dashboard-card textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid var(--ys-line-dark);border-radius:11px;background:#fff;outline:0}
.ys-form-card input:focus,.ys-dashboard-card input:focus,.ys-dashboard-card select:focus,.ys-dashboard-card textarea:focus{border-color:var(--ys-accent);box-shadow:0 0 0 3px rgba(47,106,86,.10)}
.ys-form-card .login-submit{margin-bottom:0}.ys-form-card .button{min-height:48px;padding:0 20px;border:0;border-radius:999px;background:var(--ys-ink);color:#fff;font-weight:750}
.ys-form-card hr{border:0;border-top:1px solid var(--ys-line);margin:24px 0}
.ys-dashboard-taxonomies,.ys-dashboard-media{margin-top:28px;padding-top:26px;border-top:1px solid var(--ys-line)}
.ys-dashboard-taxonomies h3,.ys-dashboard-media h3{font-size:1.2rem;margin-bottom:16px}
.ys-dashboard-taxonomies fieldset{margin:0 0 20px;padding:18px;border:1px solid var(--ys-line);border-radius:14px}
.ys-dashboard-taxonomies legend{padding:0 8px;font-weight:800}
.ys-status-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:999px;background:var(--ys-positive-soft);color:var(--ys-positive);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.ys-form-note{margin:10px 0 0;color:var(--ys-muted);font-size:.83rem}
.ys-google-review-copy{display:grid;gap:5px;min-width:0}.ys-google-review-copy strong{color:var(--ys-ink)}.ys-google-review-copy span{color:var(--ys-muted);font-size:.88rem}
.ys-term-editorial{padding-top:42px;border-top:1px solid var(--ys-line)}
.ys-editorial-layout{display:grid;grid-template-columns:minmax(0,820px) minmax(260px,1fr);gap:70px;align-items:start}
.ys-editorial-page-content{border-top:1px solid var(--ys-line)}
.ys-article-deck{font-size:1.18rem;line-height:1.65;color:var(--ys-ink-soft)}
.ys-directory-main{min-width:0}
.ys-faq{margin-top:38px}
.ys-schedule-day{font-weight:800}
.ys-treatment-hero{position:relative}
.ys-header-brand{display:flex;align-items:center}

@media(max-width:900px){
  .ys-auth-grid,.ys-editorial-layout{grid-template-columns:1fr;gap:30px}
  .ys-dashboard{padding:44px 0 84px}
  .ys-form-card,.ys-dashboard-card{padding:22px}
  .ys-page-hero,.ys-subhero,.ys-guides-hero{padding:46px 0 38px}
}

/* =====================================================================
   Yogasteder 2.1 — homepage + mobile rebuild
   User-first directory UI. Deliberately flat, compact and image-aware.
   ===================================================================== */
:root{
  --ys-bg:#f7f7f3;
  --ys-bg-soft:#edf1ec;
  --ys-paper:#ffffff;
  --ys-paper-2:#fbfbf8;
  --ys-ink:#17221d;
  --ys-ink-soft:#4f5d56;
  --ys-muted:#748078;
  --ys-line:#dfe4df;
  --ys-line-dark:#c9d1cb;
  --ys-accent:#245d49;
  --ys-accent-dark:#194536;
  --ys-accent-soft:#e4eee8;
  --ys-radius-sm:10px;
  --ys-radius:14px;
  --ys-radius-lg:18px;
  --ys-shadow-sm:0 6px 20px rgba(23,34,29,.055);
}

/* Cleaner brand — no AI-ish emblem. */
.ys-brand-wordmark{gap:0;letter-spacing:.115em}
.ys-brand-wordmark .ys-brand-name{font-size:1rem;font-weight:900;color:var(--ys-accent);letter-spacing:.12em}
.ys-site-footer .ys-brand-wordmark .ys-brand-name{color:#fff}

/* Homepage foundation */
.ys-home-v21{background:#fff}
.ys-home-hero{padding:72px 0 58px;background:#f5f6f1;border-bottom:1px solid var(--ys-line)}
.ys-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:76px;align-items:center}
.ys-home-overline,.ys-home-heading>div>span,.ys-home-start-label,.ys-home-owner-inner>div>span{display:block;margin:0 0 10px;color:var(--ys-accent);font-size:.73rem;line-height:1.2;font-weight:850;letter-spacing:.105em;text-transform:uppercase}
.ys-home-hero-copy h1{max-width:850px;margin:0 0 20px;font-size:clamp(3.5rem,5.8vw,6rem);line-height:.94;letter-spacing:-.055em;font-weight:820}
.ys-home-hero-copy>p{max-width:760px;margin:0 0 30px;font-size:1.12rem;line-height:1.62;color:var(--ys-ink-soft)}
.ys-home-search{max-width:860px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;padding:8px;background:#fff;border:1px solid var(--ys-line-dark);border-radius:12px;box-shadow:0 7px 24px rgba(23,34,29,.065)}
.ys-home-search-input{position:relative;display:flex;align-items:center;gap:10px;min-width:0;padding:0 8px 0 11px}
.ys-home-search-input>.ys-icon{color:var(--ys-muted)}
.ys-home-search-input input{width:100%;height:50px;border:0;background:transparent;outline:0;font-size:1rem}
.ys-home-search-input .ys-suggestions{left:-8px;right:-8px;top:calc(100% + 12px)}
.ys-home-near{height:50px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border:1px solid var(--ys-line);border-radius:8px;background:#fff;color:var(--ys-ink);font-weight:720}
.ys-home-near:hover{background:var(--ys-bg)}
.ys-home-search .ys-button{height:50px;min-height:50px;border-radius:8px;padding-inline:22px}
.ys-home-quicklinks{display:flex;align-items:center;flex-wrap:wrap;gap:9px 16px;margin-top:18px;font-size:.83rem}
.ys-home-quicklinks>span{color:var(--ys-muted)}
.ys-home-quicklinks a{font-weight:740;text-decoration:underline;text-decoration-color:#b9c6be;text-underline-offset:4px}
.ys-home-quicklinks a:hover{color:var(--ys-accent)}

.ys-home-start{padding:28px 30px;background:#fff;border:1px solid var(--ys-line);border-radius:14px;box-shadow:var(--ys-shadow-sm)}
.ys-home-start h2{margin:0 0 20px;font-size:1.65rem;line-height:1.12;letter-spacing:-.035em}
.ys-home-start-list{border-top:1px solid var(--ys-line)}
.ys-home-start-list>a{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:11px;align-items:start;padding:15px 0;border-bottom:1px solid var(--ys-line)}
.ys-home-start-list>a>span{color:var(--ys-accent);font-size:.72rem;font-weight:850;padding-top:2px}
.ys-home-start-list strong,.ys-home-start-list small{display:block}
.ys-home-start-list strong{font-size:.93rem}
.ys-home-start-list small{margin-top:3px;color:var(--ys-muted);font-size:.78rem;line-height:1.42}
.ys-home-start-list>a>.ys-icon{margin-top:5px;color:var(--ys-muted)}
.ys-home-start-list>a:hover strong,.ys-home-start-list>a:hover>.ys-icon{color:var(--ys-accent)}
.ys-home-match-link{display:inline-flex;align-items:center;gap:7px;margin-top:18px;font-size:.84rem;font-weight:800;color:var(--ys-accent)}

.ys-home-jump{border-bottom:1px solid var(--ys-line);background:#fff}
.ys-home-jump>.ys-container{display:grid;grid-template-columns:repeat(3,1fr)}
.ys-home-jump a{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:92px;padding:16px 26px;border-right:1px solid var(--ys-line)}
.ys-home-jump a:first-child{border-left:1px solid var(--ys-line)}
.ys-home-jump a>span{width:40px;height:40px;display:grid;place-items:center;background:var(--ys-accent-soft);color:var(--ys-accent);border-radius:9px}
.ys-home-jump strong,.ys-home-jump small{display:block}
.ys-home-jump strong{font-size:.92rem}
.ys-home-jump small{margin-top:2px;color:var(--ys-muted);font-size:.75rem}
.ys-home-jump a>.ys-icon{color:var(--ys-muted)}
.ys-home-jump a:hover{background:#fafbf8}

.ys-home-section{padding:76px 0;border-bottom:1px solid var(--ys-line)}
.ys-home-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.75fr) auto;gap:34px;align-items:end;margin-bottom:30px}
.ys-home-heading h2{max-width:760px;margin:0;font-size:clamp(2.2rem,3.35vw,3.55rem);line-height:1;letter-spacing:-.05em}
.ys-home-heading>p{max-width:500px;margin:0;color:var(--ys-ink-soft);font-size:.94rem;line-height:1.6}
.ys-home-heading>a{display:inline-flex;align-items:center;gap:7px;justify-self:end;font-size:.83rem;font-weight:800;white-space:nowrap}
.ys-home-heading>a:hover{color:var(--ys-accent)}

.ys-home-cities{background:#fff}
.ys-home-city-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--ys-line);border-left:1px solid var(--ys-line)}
.ys-home-city-grid>a{min-height:95px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px;border-right:1px solid var(--ys-line);border-bottom:1px solid var(--ys-line)}
.ys-home-city-grid strong,.ys-home-city-grid small{display:block}
.ys-home-city-grid strong{font-size:1rem}
.ys-home-city-grid small{margin-top:4px;color:var(--ys-muted);font-size:.74rem}
.ys-home-city-grid>a>.ys-icon{color:var(--ys-muted)}
.ys-home-city-grid>a:hover{background:var(--ys-bg)}
.ys-home-city-grid>a:hover>.ys-icon{color:var(--ys-accent)}

/* Cards: no giant empty placeholder area. */
.ys-featured-places{background:#fafbf8}
.ys-featured-places .ys-related-grid,.ys-home-place-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ys-related-grid .ys-place-card{display:flex;flex-direction:column;min-height:0;border-radius:12px;background:#fff;box-shadow:none}
.ys-related-grid .ys-place-card:hover{transform:none;border-color:var(--ys-line-dark);box-shadow:var(--ys-shadow-sm)}
.ys-related-grid .ys-place-card-media-shell{height:168px;min-height:168px;min-width:0;overflow:hidden;background:#edf1ec}
.ys-related-grid .ys-place-card-media-shell>.ys-place-card-media{height:168px;min-height:168px}
.ys-related-grid .ys-place-card-media img{height:168px;object-fit:cover}
.ys-related-grid .ys-media-fallback{min-height:168px;height:168px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:7px;padding:20px;background:#e8efe9}
.ys-media-fallback span{width:48px;height:48px;border-radius:10px;background:var(--ys-accent);font-size:1.55rem;font-family:var(--ys-font);font-style:normal;font-weight:800;box-shadow:none}
.ys-media-fallback small{color:#42544b;font-size:.75rem;font-weight:720}
.ys-related-grid .ys-place-card-body{display:flex;flex:1;min-width:0;padding:18px}
.ys-related-grid .ys-place-card h2{font-size:1.22rem;line-height:1.15;margin:0 0 6px}
.ys-related-grid .ys-card-tags{margin:14px 0 12px;gap:5px}
.ys-related-grid .ys-card-tags span{padding:4px 7px;border:1px solid var(--ys-line);border-radius:6px;background:#fff;font-size:.67rem}
.ys-related-grid .ys-card-meta{gap:7px 12px;padding-top:10px;font-size:.7rem}
.ys-related-grid .ys-card-footer-actions{margin-top:14px;padding-top:12px;border-top:1px solid var(--ys-line)}
.ys-google-mini{font-size:.72rem;color:var(--ys-muted);text-decoration:underline;text-underline-offset:3px}
.ys-data-badge{border-radius:7px;padding:5px 7px;background:rgba(255,255,255,.94);font-size:.61rem}
.ys-card-quality,.ys-card-match-proof{display:none!important}

.ys-home-types{background:#fff}
.ys-home-type-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ys-line);border-left:1px solid var(--ys-line)}
.ys-home-type-grid>a{min-height:260px;display:flex;flex-direction:column;padding:24px;border-right:1px solid var(--ys-line);border-bottom:1px solid var(--ys-line)}
.ys-home-type-grid>a>span{color:var(--ys-accent);font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.ys-home-type-grid h3{margin:35px 0 12px;font-size:1.65rem}
.ys-home-type-grid p{margin:0 0 24px;font-size:.9rem;line-height:1.58}
.ys-home-type-grid b{display:inline-flex;align-items:center;gap:7px;margin-top:auto;font-size:.79rem}
.ys-home-type-grid>a:hover{background:var(--ys-bg)}

.ys-home-firsttime{background:#f2f4ef}
.ys-home-firsttime-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:90px;align-items:start}
.ys-home-firsttime h2{max-width:590px;margin:0 0 17px;font-size:clamp(2.4rem,4vw,4.2rem)}
.ys-home-firsttime>div>div>p{max-width:590px;margin-bottom:24px;font-size:1rem;line-height:1.68}
.ys-home-firsttime ol{list-style:none;margin:0;padding:0;border-top:1px solid var(--ys-line-dark)}
.ys-home-firsttime li{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--ys-line-dark)}
.ys-home-firsttime li>span{font-size:.78rem;font-weight:850;color:var(--ys-accent)}
.ys-home-firsttime li strong{display:block;margin-bottom:5px;font-size:1rem}
.ys-home-firsttime li p{margin:0;font-size:.88rem;line-height:1.55}

.ys-guides-home,.ys-home-blog{background:#fff}
.ys-home-blog{background:#fafbf8}
.ys-home-v21 .ys-guide-card{border-radius:12px;box-shadow:none}
.ys-home-v21 .ys-guide-media{height:210px}
.ys-home-v21 .ys-guide-body{padding:18px 18px 20px}
.ys-home-v21 .ys-guide-card h2{font-size:1.25rem;line-height:1.18}
.ys-home-v21 .ys-guide-card p{font-size:.85rem;line-height:1.55}

.ys-home-owner{background:var(--ys-accent);color:#fff;border-bottom:0}
.ys-home-owner-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:center}
.ys-home-owner-inner>div>span{color:#c9ded3}
.ys-home-owner h2{max-width:760px;margin:0 0 12px;font-size:clamp(2.2rem,3.5vw,3.6rem)}
.ys-home-owner p{max-width:800px;margin:0;color:rgba(255,255,255,.75)}
.ys-home-owner .ys-button{border-radius:8px}
.ys-home-seo-copy{background:#fff;padding-top:68px}
.ys-home-seo-copy .ys-prose{max-width:940px}
.ys-home-seo-copy .ys-prose h2{font-size:2.15rem}
.ys-home-seo-copy .ys-prose h3{font-size:1.3rem}
.ys-home-seo-copy .ys-prose p{font-size:.96rem;line-height:1.72}

/* Desktop card shell repair used by all related-card grids. */
.ys-related-grid .ys-place-card-media-shell{position:relative;min-height:168px!important}
.ys-related-grid .ys-place-card-media-shell>.ys-place-card-media{display:block;width:100%;height:168px!important}
.ys-related-grid .ys-place-card-media-shell>.ys-favorite{top:12px;right:12px}

/* Header refinement */
.ys-site-header{background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
.ys-nav-list{gap:clamp(18px,2.4vw,34px)}
.ys-nav-list a{font-size:.9rem}
.ys-header-match{border-radius:8px;box-shadow:none}

@media(max-width:1100px){
  .ys-home-hero-grid{gap:36px;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}
  .ys-home-heading{grid-template-columns:1fr minmax(260px,.7fr)}
  .ys-home-heading>a{grid-column:1/-1;justify-self:start}
  .ys-home-city-grid{grid-template-columns:repeat(3,1fr)}
  .ys-home-type-grid{grid-template-columns:repeat(2,1fr)}
  .ys-featured-places .ys-related-grid,.ys-home-place-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  :root{--ys-header:62px}
  body{padding-bottom:66px}
  .ys-container{width:min(calc(100% - 32px),var(--ys-container))}
  .ys-site-header{height:62px;box-shadow:none}
  .ys-header-inner{gap:10px}
  .ys-brand-wordmark .ys-brand-name{font-size:.88rem;letter-spacing:.105em}
  .ys-header-actions{gap:3px}
  .ys-header-saved{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center}
  .ys-header-saved span{display:none}
  .ys-menu-toggle{width:42px;height:42px;padding:0}

  .ys-home-hero{padding:30px 0 0;background:#f5f6f1}
  .ys-home-hero-grid{display:block}
  .ys-home-hero-copy{padding-bottom:28px}
  .ys-home-overline{margin-bottom:8px;font-size:.67rem}
  .ys-home-hero-copy h1{max-width:100%;margin-bottom:14px;font-size:2.55rem;line-height:.98;letter-spacing:-.052em}
  .ys-home-hero-copy>p{margin-bottom:20px;font-size:.96rem;line-height:1.55}
  .ys-home-search{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:7px;border-radius:10px;box-shadow:none}
  .ys-home-search-input{grid-column:1/-1;min-height:50px;padding:0 8px;border-bottom:1px solid var(--ys-line)}
  .ys-home-search-input input{height:48px;font-size:16px}
  .ys-home-near,.ys-home-search .ys-button{width:100%;height:46px;min-height:46px;border-radius:7px;padding:0 8px;font-size:.79rem}
  .ys-home-near{justify-content:center}
  .ys-home-quicklinks{margin:16px -16px 0;padding:0 16px 3px;display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;scrollbar-width:none}
  .ys-home-quicklinks::-webkit-scrollbar{display:none}
  .ys-home-quicklinks>span{display:none}
  .ys-home-quicklinks a{flex:0 0 auto;padding:8px 10px;border:1px solid var(--ys-line-dark);border-radius:7px;background:#fff;text-decoration:none;font-size:.74rem}

  .ys-home-start{margin:0 -16px;padding:23px 16px 25px;border:0;border-top:1px solid var(--ys-line);border-radius:0;box-shadow:none;background:#fff}
  .ys-home-start-label{font-size:.65rem}
  .ys-home-start h2{max-width:310px;font-size:1.45rem}
  .ys-home-start-list>a{grid-template-columns:24px 1fr auto;padding:13px 0}
  .ys-home-start-list small{font-size:.75rem}

  .ys-home-jump>.ys-container{width:100%;display:block}
  .ys-home-jump a{grid-template-columns:38px 1fr auto;min-height:78px;padding:13px 16px;border:0;border-bottom:1px solid var(--ys-line)}
  .ys-home-jump a:first-child{border-left:0}
  .ys-home-jump a>span{width:36px;height:36px;border-radius:8px}

  .ys-home-section{padding:48px 0}
  .ys-home-heading{display:block;margin-bottom:22px}
  .ys-home-heading>div>span{font-size:.66rem}
  .ys-home-heading h2{font-size:2.15rem;line-height:1.02}
  .ys-home-heading>p{margin:11px 0 0;font-size:.88rem;line-height:1.55}
  .ys-home-heading>a{display:inline-flex;margin-top:14px;font-size:.78rem}

  .ys-home-city-grid{grid-template-columns:1fr 1fr;border-top:1px solid var(--ys-line);border-left:1px solid var(--ys-line)}
  .ys-home-city-grid>a{min-height:82px;padding:13px 12px}
  .ys-home-city-grid strong{font-size:.9rem}
  .ys-home-city-grid small{font-size:.68rem}

  .ys-featured-places .ys-related-grid,.ys-home-place-grid{grid-template-columns:1fr;gap:10px}
  .ys-featured-places .ys-place-card,.ys-related-grid .ys-place-card{display:grid;grid-template-columns:108px minmax(0,1fr);min-height:142px;overflow:hidden;border-radius:9px}
  .ys-related-grid .ys-place-card-media-shell{height:100%!important;min-height:142px!important}
  .ys-related-grid .ys-place-card-media-shell>.ys-place-card-media,.ys-related-grid .ys-place-card-media img{height:100%!important;min-height:142px!important}
  .ys-related-grid .ys-media-fallback{height:100%;min-height:142px;padding:12px;justify-content:center;align-items:center;text-align:center}
  .ys-related-grid .ys-media-fallback span{width:42px;height:42px;font-size:1.2rem}
  .ys-related-grid .ys-media-fallback small{font-size:.62rem;line-height:1.2}
  .ys-related-grid .ys-place-card-media-shell>.ys-favorite{width:32px;height:32px;right:6px;top:6px}
  .ys-related-grid .ys-verified-badge{display:none}
  .ys-related-grid .ys-place-card-body{padding:13px 12px 12px}
  .ys-related-grid .ys-place-card h2{font-size:1rem;line-height:1.15;margin-bottom:4px}
  .ys-related-grid .ys-card-location{font-size:.7rem}
  .ys-related-grid .ys-card-tags{margin:9px 0 7px;flex-wrap:nowrap;overflow:hidden}
  .ys-related-grid .ys-card-tags span{flex:0 0 auto;font-size:.61rem;padding:3px 5px}
  .ys-related-grid .ys-card-meta{display:none}
  .ys-related-grid .ys-card-footer-actions{margin-top:auto;padding-top:9px}
  .ys-related-grid .ys-card-link{font-size:.72rem!important}
  .ys-related-grid .ys-google-mini{font-size:.64rem}

  .ys-home-type-grid{grid-template-columns:1fr;border-left:0}
  .ys-home-type-grid>a{min-height:0;padding:20px 0;border-right:0}
  .ys-home-type-grid h3{margin:18px 0 8px;font-size:1.45rem}
  .ys-home-type-grid p{margin-bottom:15px;font-size:.85rem}

  .ys-home-firsttime-grid{display:block}
  .ys-home-firsttime h2{font-size:2.2rem}
  .ys-home-firsttime>div>div>p{font-size:.92rem}
  .ys-home-firsttime ol{margin-top:30px}
  .ys-home-firsttime li{grid-template-columns:30px 1fr;gap:10px;padding:16px 0}

  .ys-home-v21 .ys-guide-grid{grid-template-columns:1fr;gap:12px}
  .ys-home-v21 .ys-guide-card{display:grid;grid-template-columns:112px minmax(0,1fr);overflow:hidden;border-radius:9px}
  .ys-home-v21 .ys-guide-media{height:100%;min-height:154px}
  .ys-home-v21 .ys-guide-body{padding:13px}
  .ys-home-v21 .ys-guide-meta{font-size:.62rem}
  .ys-home-v21 .ys-guide-card h2{font-size:1rem;margin:6px 0}
  .ys-home-v21 .ys-guide-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:9px;font-size:.75rem}
  .ys-home-v21 .ys-card-link{font-size:.7rem}

  .ys-home-owner-inner{display:block}
  .ys-home-owner h2{font-size:2.1rem}
  .ys-home-owner p{font-size:.9rem}
  .ys-home-owner .ys-button{width:100%;margin-top:22px}
  .ys-home-seo-copy{padding-top:45px}
  .ys-home-seo-copy .ys-prose h2{font-size:1.75rem}
  .ys-home-seo-copy .ys-prose h3{font-size:1.18rem}
  .ys-home-seo-copy .ys-prose p{font-size:.9rem}

  /* Mobile navigation is a stable utility bar, not a floating app-like pill. */
  .ys-mobile-dock{left:0!important;right:0!important;bottom:0!important;min-height:64px!important;padding:4px 6px calc(4px + env(safe-area-inset-bottom))!important;border:0!important;border-top:1px solid var(--ys-line)!important;border-radius:0!important;background:rgba(255,255,255,.98)!important;color:var(--ys-ink)!important;box-shadow:0 -4px 18px rgba(23,34,29,.055)!important;backdrop-filter:blur(10px)!important}
  .ys-mobile-dock a,.ys-mobile-dock button{min-height:54px!important;color:var(--ys-muted)!important}
  .ys-mobile-dock span{font-size:.59rem!important}
  .ys-mobile-dock-main{transform:none!important}
  .ys-mobile-dock-main svg{width:20px!important;height:20px!important;padding:0!important;border-radius:0!important;background:transparent!important;color:var(--ys-accent)!important;box-sizing:content-box!important}
  .ys-mobile-dock-main span{color:var(--ys-accent)}
}

@media(max-width:390px){
  .ys-home-hero-copy h1{font-size:2.28rem}
  .ys-home-search{grid-template-columns:1fr}
  .ys-home-search-input{grid-column:1}
  .ys-home-city-grid{grid-template-columns:1fr}
  .ys-featured-places .ys-place-card,.ys-related-grid .ys-place-card{grid-template-columns:96px minmax(0,1fr)}
  .ys-related-grid .ys-place-card-media-shell,.ys-related-grid .ys-place-card-media-shell>.ys-place-card-media,.ys-related-grid .ys-place-card-media img,.ys-related-grid .ys-media-fallback{min-height:150px!important}
  .ys-related-grid .ys-google-mini{display:none}
}

/* 2.1.1 targeted mobile polish — profile + directory only */
@media (max-width:760px){
  /* City directory: remove internal data-statistics from the user journey. */
  .ys-directory-stats{display:none!important}
  .ys-landing-jump{border-top:0}

  /* Directory controls: one compact toolbar rather than stacked floating blocks. */
  .ys-directory-content{padding-top:12px}
  .ys-directory-content>.ys-container{position:relative}
  .ys-filter-mobile-toggle{position:relative!important;top:auto!important;width:auto!important;min-width:118px;margin:0!important;padding:0 16px!important;border-radius:11px!important;box-shadow:none!important}
  .ys-strict-match-notice{display:none!important}
  .ys-results-toolbar{min-height:56px;margin-top:-46px;padding-left:128px;gap:8px}
  .ys-results-toolbar>div:first-child{display:none}
  .ys-toolbar-actions{width:100%;justify-content:flex-end;gap:7px}
  .ys-map-toggle{height:46px;min-height:46px;padding-inline:12px;border-radius:11px;font-size:.78rem}
  .ys-sort-form select{height:46px;width:126px;border-radius:11px;font-size:.8rem}

  /* Real mobile directory cards: image/fallback left, useful information right. */
  .ys-results-list{gap:10px;margin-top:12px}
  .ys-results-list .ys-place-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;min-height:152px!important;border-radius:14px!important;overflow:hidden!important;background:#fff}
  .ys-results-list .ys-place-card-media-shell{height:100%!important;min-height:152px!important;background:#edf2ee}
  .ys-results-list .ys-place-card-media-shell>.ys-place-card-media,.ys-results-list .ys-place-card-media img,.ys-results-list .ys-media-fallback{height:100%!important;min-height:152px!important}
  .ys-results-list .ys-media-fallback{padding:10px;align-content:center;justify-items:center;text-align:center;background:#edf2ee}
  .ys-results-list .ys-media-fallback span{width:46px;height:46px;border-radius:11px;font-size:1.25rem}
  .ys-results-list .ys-media-fallback small{margin-top:7px;font-size:.65rem;line-height:1.2}
  .ys-results-list .ys-favorite{width:34px;height:34px;right:7px;top:7px}
  .ys-results-list .ys-place-card-body{padding:13px 12px 12px!important;min-width:0}
  .ys-results-list .ys-place-card h2{margin:0 0 5px;font-size:1.05rem;line-height:1.15}
  .ys-results-list .ys-card-location{font-size:.72rem;line-height:1.3}
  .ys-results-list .ys-card-tags{margin:9px 0 7px;gap:5px;flex-wrap:nowrap;overflow:hidden}
  .ys-results-list .ys-card-tags span{padding:4px 6px;font-size:.62rem;white-space:nowrap}
  .ys-results-list .ys-card-meta{display:flex;padding-top:8px;gap:5px 10px;font-size:.67rem}
  .ys-results-list .ys-card-meta span:nth-child(n+3){display:none}
  .ys-results-list .ys-card-footer-actions{margin-top:auto;padding-top:9px}
  .ys-results-list .ys-card-link{font-size:.72rem!important}
  .ys-results-list .ys-google-mini{font-size:.64rem}

  /* Profile: make the top feel like one coherent product header. */
  .ys-place-profile-head{padding:18px 0 16px}
  .ys-profile-main{grid-template-columns:68px minmax(0,1fr);gap:12px;align-items:start}
  .ys-profile-logo{width:68px;height:68px;border-radius:16px;box-shadow:none}
  .ys-profile-logo>span{font-size:2.1rem}
  .ys-profile-title-row{gap:7px}
  .ys-profile-title h1{margin:2px 0 7px;font-size:clamp(1.9rem,9vw,2.35rem);line-height:1.02;letter-spacing:-.045em}
  .ys-profile-verified,.ys-profile-owned{padding:4px 7px;font-size:.63rem}
  .ys-profile-facts{display:grid;gap:6px;font-size:.76rem;line-height:1.35}
  .ys-profile-facts>a,.ys-profile-facts>span{min-width:0}
  .ys-profile-statuses{margin-top:8px;gap:5px;font-size:.68rem}
  .ys-profile-statuses .is-positive{padding:4px 7px}
  .ys-service-proof-inline{margin:9px 0 5px;font-size:.66rem}
  .ys-profile-chips{margin-top:0;display:flex;flex-wrap:nowrap;overflow-x:auto;gap:5px;scrollbar-width:none}
  .ys-profile-chips::-webkit-scrollbar{display:none}
  .ys-profile-chips .ys-chip{flex:0 0 auto;padding:5px 8px;font-size:.66rem}
  .ys-profile-actions{grid-column:1/-1;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px;margin-top:3px}
  .ys-profile-actions .ys-icon-button{width:100%;min-width:0;height:44px;border-radius:11px;font-size:.72rem;gap:5px}
  .ys-profile-actions .ys-icon-button svg{width:17px;height:17px}

  /* No-photo state is a small utility strip, not a content section. */
  .ys-no-photo-strip{padding:11px 0;background:#f7f9f6}
  .ys-no-photo-strip .ys-container{display:grid;gap:5px}
  .ys-no-photo-strip p{font-size:.75rem;line-height:1.45;color:var(--ys-muted)}
  .ys-no-photo-strip p strong{color:var(--ys-ink)}
  .ys-no-photo-strip .ys-text-link{font-size:.72rem}

  /* Tabs become the clear section navigator. */
  .ys-profile-content-section{padding-top:0}
  .ys-profile-layout{display:block}
  .ys-profile-content{min-width:0}
  .ys-profile-tabs{top:62px!important;z-index:40;margin:0 -16px 10px!important;padding:0 16px!important;min-height:52px;border-top:1px solid var(--ys-line);border-bottom:1px solid var(--ys-line);background:rgba(255,255,255,.98)!important;display:flex;align-items:stretch;gap:18px}
  .ys-profile-tabs a{position:relative;min-height:52px!important;padding:0!important;border-radius:0!important;font-size:.75rem;font-weight:760;color:var(--ys-muted);white-space:nowrap}
  .ys-profile-tabs a:first-child{color:var(--ys-ink)}
  .ys-profile-tabs a:first-child:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--ys-accent)}

  /* Content: remove oversized 'SEO article' feeling on a place profile. */
  .ys-profile-block{padding:20px 0!important;margin-bottom:0!important;border:0!important;border-bottom:1px solid var(--ys-line)!important;border-radius:0!important;background:#fff!important}
  .ys-profile-block .ys-kicker{font-size:.62rem}
  .ys-profile-block h2{margin:6px 0 13px!important;font-size:1.65rem!important;line-height:1.08!important;letter-spacing:-.035em}
  .ys-profile-lead{font-family:var(--ys-font)!important;font-size:.96rem!important;line-height:1.6!important;color:var(--ys-ink-soft)}
  .ys-profile-block .ys-prose p,.ys-profile-block .ys-prose li{font-size:.9rem!important;line-height:1.68!important;color:#4d5a54}
  .ys-place-user-copy p{margin-bottom:12px}
  .ys-info-group{margin-top:20px}
  .ys-info-group h3{font-size:1rem}

  /* Basis information now reads as a compact note inside the About section. */
  .ys-public-profile-notice{grid-template-columns:22px minmax(0,1fr)!important;gap:10px!important;margin:18px 0 0!important;padding:14px!important;border-radius:12px!important;background:#f5f8f5!important}
  .ys-public-profile-notice svg{width:18px;height:18px;margin-top:1px}
  .ys-public-profile-notice strong{font-size:.82rem}
  .ys-public-profile-notice p{font-size:.76rem!important;line-height:1.5!important}
  .ys-public-profile-notice>a{grid-column:2!important;margin-top:2px;font-size:.72rem!important}

  /* Sidebar cards are still useful, but on mobile they follow content without oversized card treatment. */
  .ys-profile-sidebar{position:static;display:grid;gap:10px;margin-top:18px}
  .ys-profile-sidebar>*{padding:18px!important;border-radius:14px!important;box-shadow:none!important}
  .ys-profile-trust-card{display:none!important}
  .ys-booking-card h2{font-size:1.45rem}
  .ys-booking-card p,.ys-address-card p,.ys-claim-card p{font-size:.82rem}
}

@media (max-width:390px){
  .ys-results-list .ys-place-card{grid-template-columns:100px minmax(0,1fr)!important}
  .ys-results-list .ys-place-card-media-shell,.ys-results-list .ys-place-card-media-shell>.ys-place-card-media,.ys-results-list .ys-media-fallback{min-height:158px!important}
  .ys-profile-actions .ys-icon-button{font-size:.68rem}
}
\n\n/* 2.1.2 mobile navigation fix — deliberately limited to fixed navigation and profile offsets. */\n@media (max-width:760px){\n  /* The primary mobile dock is present on every user-facing page, including place profiles. */\n  .ys-mobile-dock,\n  .ys-single-place .ys-mobile-dock{\n    display:grid!important;\n    position:fixed!important;\n    left:0!important;\n    right:0!important;\n    bottom:0!important;\n    z-index:1400!important;\n    width:100%!important;\n    min-height:64px!important;\n    grid-template-columns:repeat(5,minmax(0,1fr))!important;\n    align-items:stretch!important;\n    padding:4px 6px max(4px,env(safe-area-inset-bottom))!important;\n    margin:0!important;\n    border:0!important;\n    border-top:1px solid var(--ys-line)!important;\n    border-radius:0!important;\n    background:rgba(255,255,255,.985)!important;\n    box-shadow:0 -6px 22px rgba(23,34,29,.07)!important;\n    backdrop-filter:blur(16px)!important;\n    -webkit-backdrop-filter:blur(16px)!important;\n  }\n  .ys-mobile-dock a,\n  .ys-mobile-dock button{\n    min-width:0!important;\n    min-height:54px!important;\n    padding:4px 2px!important;\n    border:0!important;\n    border-radius:0!important;\n    background:transparent!important;\n    color:var(--ys-muted)!important;\n    display:flex!important;\n    flex-direction:column!important;\n    align-items:center!important;\n    justify-content:center!important;\n    gap:3px!important;\n    line-height:1!important;\n  }\n  .ys-mobile-dock a:focus-visible,\n  .ys-mobile-dock button:focus-visible{outline:2px solid var(--ys-accent);outline-offset:-3px}\n  .ys-mobile-dock svg{width:21px!important;height:21px!important;flex:0 0 auto!important}\n  .ys-mobile-dock span{font-size:.62rem!important;font-weight:720!important;line-height:1.1!important}\n  .ys-mobile-dock-main,\n  .ys-mobile-dock-main svg{transform:none!important}\n  .ys-mobile-dock-main svg{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--ys-accent)!important;box-sizing:content-box!important}\n  .ys-mobile-dock-main span{color:var(--ys-accent)!important}\n\n  /* Reserve actual space for the fixed dock, also on profiles. */\n  body,\n  body.ys-single-place{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}\n\n  /* Place-profile header remains visible, so sticky section tabs always sit directly below it. */\n  body.ys-single-place .ys-site-header{transform:none!important}\n  body.ys-single-place .ys-profile-tabs{\n    position:sticky!important;\n    top:62px!important;\n    z-index:900!important;\n  }\n  body.ys-single-place .ys-profile-block{scroll-margin-top:126px}\n}\n