:root {
  --cream: #fbf6ed;
  --white: #fffdf8;
  --sand: #eadcc8;
  --sage: #e9eee2;
  --deep-sage: #687457;
  --olive: #4f5a3c;
  --gold: #ad8746;
  --ink: #2f2a22;
  --muted: #706a5f;
  --line: rgba(79, 90, 60, .16);
  --shadow: 0 28px 80px rgba(48, 39, 25, .16);
  --radius: 24px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #8a6938; }
.logo-mark { font-size: 2rem; line-height: 1; }
.logo-text { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.85rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; line-height: .9; }
.logo small { display: block; font-family: "Inter", Arial, sans-serif; font-size: .58rem; letter-spacing: .22em; color: var(--olive); margin-top: 4px; }

.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .12em; color: var(--ink); padding: 10px 0; border-bottom: 1px solid transparent; }
.nav-links a.active { border-color: var(--gold); }
.nav-links .nav-cta { background: var(--olive); color: var(--white); padding: 13px 20px; border-radius: 5px; border: 0; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 2rem; }

.home-hero { position: relative; min-height: 620px; overflow: hidden; display: grid; align-items: center; }
.home-hero__image { position: absolute; inset: 0; background: url("images/studio-breathwork.jpg") center/cover no-repeat; transform: scale(1.02); }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(47,42,34,.72), rgba(47,42,34,.35) 48%, rgba(47,42,34,.12)); }
.home-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr minmax(280px, 360px); gap: clamp(28px, 6vw, 80px); align-items: center; padding: 88px 0; }
.home-hero__copy { color: var(--white); max-width: 760px; }
.home-hero h1 { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(4.1rem, 9vw, 7.9rem); line-height: .84; margin: 0 0 20px; font-weight: 600; letter-spacing: -.035em; }
.home-hero__copy p:not(.eyebrow) { font-size: 1.18rem; max-width: 640px; }

.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 800; color: var(--gold); }
.eyebrow.light { color: rgba(255,255,255,.88); }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; }
h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: .98; margin: 0 0 18px; }
h3 { font-size: 1.85rem; line-height: 1.05; margin: 0 0 8px; }
.lead { color: var(--olive); font-size: 1.18rem; }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 23px; border-radius: 5px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .08em; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--primary { background: var(--olive); color: var(--white); }
.btn--glass { background: rgba(255,255,255,.12); color: var(--white); border-color: rgba(255,255,255,.5); }
.btn--full, .btn--wide { width: 100%; }

.event-card { background: rgba(255,253,248,.92); box-shadow: var(--shadow); border-radius: 12px; padding: 36px 32px; text-align: center; backdrop-filter: blur(12px); }
.event-card h2 { font-size: 1.8rem; text-transform: uppercase; letter-spacing: .05em; }
.lotus { color: var(--gold); font-size: 2rem; margin-bottom: 8px; }
.event-date { display: grid; gap: 2px; margin: 24px 0; padding-top: 22px; border-top: 1px solid var(--line); text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; }
.event-date strong { font-size: 1rem; color: var(--ink); }

.practice-strip { background: var(--white); padding: 30px 0; box-shadow: 0 10px 40px rgba(40, 34, 25, .06); }
.practice-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; text-align: center; }
.practice-grid span { color: var(--gold); font-size: 2.4rem; display: block; margin-bottom: 4px; }
.practice-grid h3 { font-family: "Inter", Arial, sans-serif; text-transform: uppercase; letter-spacing: .12em; font-size: .86rem; font-weight: 800; margin: 0 0 5px; }
.practice-grid p { margin: 0; font-size: .82rem; color: var(--muted); }

.section { padding: clamp(72px, 9vw, 120px) 0; }
.section--cream { background: var(--white); }
.section--sage { background: var(--sage); }
.centered { text-align: center; }
.section-heading { max-width: 790px; margin-bottom: 40px; }

.image-testimonial { position: relative; min-height: 190px; overflow: hidden; color: var(--white); background: var(--olive); }
.image-testimonial img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .36; }
.image-testimonial .container { position: relative; z-index: 1; padding: 34px 0; }
.image-testimonial blockquote { max-width: 720px; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; line-height: 1.25; }
.image-testimonial cite { font-family: "Inter", Arial, sans-serif; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }

.gallery-section { background: linear-gradient(#fffdf8, #fbf6ed); }
.gallery-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 34px auto 28px; }
.gallery-row img { height: 168px; width: 100%; object-fit: cover; border-radius: 4px; box-shadow: 0 14px 40px rgba(48, 39, 25, .12); }

.schedule-preview { padding-top: 40px; }
.schedule-tables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.mini-table { background: rgba(255,253,248,.84); padding: 30px; border-radius: 10px; box-shadow: 0 12px 45px rgba(48, 39, 25, .08); }
.mini-table h2 { font-size: 1.55rem; text-transform: uppercase; text-align: center; letter-spacing: .08em; }
table { width: 100%; border-collapse: collapse; font-size: .84rem; }
th, td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--line); }
th { text-transform: uppercase; font-size: .68rem; letter-spacing: .12em; color: var(--muted); }
.upcoming { margin-top: 18px; padding: 18px; background: var(--cream); display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; align-items: center; }
.upcoming span { grid-column: 1/-1; text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; color: var(--gold); font-weight: 800; }

.photo-hero { min-height: 330px; display: grid; align-items: center; color: var(--white); position: relative; background-position: center; background-size: cover; }
.photo-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(47,42,34,.68), rgba(47,42,34,.12)); }
.photo-hero .container { position: relative; z-index: 1; }
.photo-hero h1 { font-size: clamp(3rem, 7vw, 5.8rem); line-height: .92; margin: 0; max-width: 760px; }
.about-hero { background-image: url("images/yoga-warrior.jpg"); }
.schedule-hero { background-image: url("images/yoga-studio-group.jpg"); }
.contact-hero { background-image: linear-gradient(90deg, rgba(47,42,34,.5), rgba(47,42,34,.08)), url("images/yoga-triangle.jpg"); }

.story-grid, .split, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 80px); align-items: center; }
.prose { max-width: 720px; }
.story-image, .rounded-image { width: 100%; border-radius: 4px; box-shadow: var(--shadow); object-fit: cover; max-height: 460px; }
.founder-grid, .cards-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.founder-card, .service-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 28px; box-shadow: 0 16px 50px rgba(48,39,25,.08); }
.founder-card img, .service-card img { width: 100%; height: 230px; object-fit: cover; border-radius: 8px; margin-bottom: 22px; }
.role { text-transform: uppercase; color: var(--gold); font-size: .75rem; letter-spacing: .14em; font-weight: 800; }

.form-card, .contact-panel { background: rgba(255,253,248,.9); border-radius: 10px; box-shadow: var(--shadow); padding: clamp(26px, 4vw, 44px); border: 1px solid var(--line); }
.form-two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
label { display: grid; gap: 6px; font-size: .78rem; font-weight: 800; color: var(--ink); }
input, select, textarea { width: 100%; border: 1px solid rgba(79,90,60,.2); background: #fffaf1; padding: 12px 12px; border-radius: 2px; font: inherit; }
textarea { resize: vertical; }
.form-card { display: grid; gap: 16px; }
.form-message { margin: 0; color: var(--olive); font-weight: 800; }
.map-container { overflow: hidden; border-radius: 8px; box-shadow: 0 18px 50px rgba(48,39,25,.12); margin-top: 10px; }
.map-container iframe { display: block; width: 100%; min-height: 360px; }

.site-footer { background: var(--olive); color: var(--white); padding: 30px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.footer-grid nav { display: flex; gap: 28px; }
.footer-grid a { text-decoration: none; text-transform: uppercase; font-size: .76rem; letter-spacing: .12em; font-weight: 800; }
.footer-grid p { color: rgba(255,255,255,.82); font-size: .84rem; margin: 0; }
.footer-grid > p { text-align: right; }
.footer-logo { color: var(--white); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 18px; right: 18px; top: 76px; background: var(--white); padding: 22px; border-radius: 12px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .home-hero__inner, .story-grid, .split, .contact-grid, .schedule-tables { grid-template-columns: 1fr; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-row { grid-template-columns: repeat(2, 1fr); }
  .gallery-row img { height: 220px; }
  .cards-grid, .founder-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid nav { justify-content: center; flex-wrap: wrap; }
  .footer-grid > p { text-align: center; }
}

@media (max-width: 620px) {
  .home-hero { min-height: auto; }
  .home-hero__inner { padding: 54px 0; }
  .event-card { padding: 26px 20px; }
  .practice-grid { grid-template-columns: 1fr; }
  .form-two { grid-template-columns: 1fr; }
  .photo-hero { min-height: 280px; }
  th, td { padding: 9px 6px; font-size: .76rem; }
}
