/* Stillform Yoga - minimal studio template */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --paper: #f9f8f5;
  --white: #ffffff;
  --ink: #2a2f2c;
  --muted: #6f7772;
  --line: #e3e6e1;
  --sage: #5a7d6a;
  --sage-soft: #e8efe9;
  --font: "DM Sans", system-ui, sans-serif;
  --serif: "Lora", Georgia, serif;
}

html { scroll-behavior: smooth; }

body.theme-yoga {
  font-family: var(--font);
  font-weight: 400;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 1rem;
}

body.theme-yoga a { color: var(--sage); text-decoration: none; }
body.theme-yoga a:hover { color: #466556; }

.shell { max-width: 920px; margin: 0 auto; padding: 0 28px; }

.site-nav {
  position: sticky;
  top: 42px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 28px;
  background: rgba(249, 248, 245, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.logo {
  font-family: var(--serif);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.nav-links {
  display: flex;
  gap: 24px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--white) !important;
  background: var(--sage);
  padding: 10px 18px;
  border-radius: 999px;
}
.status-pill {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  display: none;
}
.status-pill.is-open {
  display: inline-block;
  background: var(--sage-soft);
  color: var(--sage);
}
.status-pill.is-closed {
  display: inline-block;
  color: var(--muted);
  border: 1px solid var(--line);
}
@media (max-width: 680px) {
  .nav-links { display: none; }
}

.hero {
  padding: 72px 0 64px;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}
.hero .label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  margin-top: 16px;
  letter-spacing: -0.02em;
}
.hero .lead {
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.0625rem;
}
.hero-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btn-primary { background: var(--sage); color: var(--white); }
.btn-primary:hover { background: #466556; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.block {
  padding: 56px 0;
  border-top: 1px solid var(--line);
}
.block-head {
  margin-bottom: 28px;
}
.block-head h2 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
}
.block-head p {
  margin-top: 8px;
  font-size: 0.9375rem;
  color: var(--muted);
  max-width: 40ch;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .photo-strip { grid-template-columns: 1fr; }
}
.photo-strip img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
}

.class-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.class-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: baseline;
  padding: 18px 20px;
  background: var(--white);
}
.class-list h3 {
  font-family: var(--serif);
  font-size: 1.0625rem;
  font-weight: 500;
}
.class-list p {
  grid-column: 1;
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 4px;
}
.class-list .meta {
  font-size: 0.75rem;
  color: var(--muted);
  text-align: right;
  white-space: nowrap;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.schedule-table th,
.schedule-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.schedule-table th {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--white);
}
.schedule-table tr:last-child td { border-bottom: 0; }
.schedule-table .today td {
  background: var(--sage-soft);
}

.pricing-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
.price-card {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.price-card h3 {
  font-family: var(--serif);
  font-size: 1.125rem;
  font-weight: 500;
}
.price-card .amt {
  font-size: 1.75rem;
  font-weight: 500;
  margin: 12px 0;
  color: var(--sage);
}
.price-card ul {
  list-style: none;
  font-size: 0.8125rem;
  color: var(--muted);
  display: grid;
  gap: 6px;
}
.price-card .btn {
  margin-top: 16px;
  width: 100%;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 640px) {
  .two-col { grid-template-columns: 1fr; }
}
.hours-block div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.875rem;
}
.hours-block div.today { font-weight: 600; color: var(--sage); }
.hours-block div:last-child { border-bottom: 0; }

.book-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}
.book-grid {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 28px;
}
@media (max-width: 800px) {
  .book-grid { grid-template-columns: 1fr; }
}
.field { margin-bottom: 20px; }
.field label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
.chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 0.8125rem;
  cursor: pointer;
  color: var(--ink);
}
.chip:hover { border-color: var(--sage); }
.chip.selected {
  border-color: var(--sage);
  background: var(--sage-soft);
  color: var(--sage);
  font-weight: 600;
}
.chip.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: line-through;
}
.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: 8px;
}
.book-aside {
  padding: 20px;
  background: var(--sage-soft);
  border-radius: 8px;
  font-size: 0.875rem;
}
.book-aside h3 {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.sum-line {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(90, 125, 106, 0.2);
  color: var(--muted);
}
.sum-line strong { color: var(--ink); font-weight: 600; }
.book-aside .btn { width: 100%; margin-top: 14px; }
.book-aside .btn:disabled { opacity: 0.4; cursor: not-allowed; }
.confirm-box {
  display: none;
  margin-top: 14px;
  padding: 12px;
  background: var(--white);
  border-radius: 6px;
  font-size: 0.8125rem;
}
.confirm-box.show { display: block; }
.confirm-box code { color: var(--sage); font-weight: 600; }

.teachers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.teacher {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.teacher strong {
  font-family: var(--serif);
  font-size: 1.0625rem;
  font-weight: 500;
}
.teacher span {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 4px;
}
.teacher p {
  margin-top: 10px;
  font-size: 0.875rem;
  color: var(--muted);
}

.reviews-min {
  display: grid;
  gap: 16px;
}
.reviews-min blockquote {
  padding: 0;
  border: none;
  font-family: var(--serif);
  font-size: 1.0625rem;
  font-style: italic;
  color: var(--ink);
  line-height: 1.5;
}
.reviews-min footer {
  margin-top: 8px;
  font-size: 0.75rem;
  color: var(--muted);
  font-style: normal;
  font-family: var(--font);
}

.contact-min dl {
  display: grid;
  gap: 16px;
}
.contact-min dt {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-min dd { margin-top: 4px; font-size: 0.9375rem; }
.pay-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.pay-chips span {
  font-size: 0.75rem;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.site-footer {
  padding: 40px 28px 56px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted);
}
.site-footer a { font-weight: 600; }
