/* =========================================
   STUDIO PAGE - SheWhoRests
   ========================================= */

.studio-page {
  background: var(--cream);
  padding-top: var(--nav-h);
}


/* =========================================
   HERO
   ========================================= */
.st-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - var(--nav-h));
  overflow: hidden;
}

/* Photo panel */
.st-hero-photo {
  position: relative;
  overflow: hidden;
}

.st-hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: brightness(0.72) saturate(0.85);
}

/* Text panel */
.st-hero-text {
  position: relative;
  background: linear-gradient(160deg,
    #3A2240 0%,
    #6B3545 22%,
    #9A5248 48%,
    #B8784E 72%,
    #C8986A 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 3.5rem;
  overflow: hidden;
}

/* Decorative ring behind text */
.st-hero-ring {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.st-hero-ring svg {
  width: clamp(280px, 80%, 480px);
  height: auto;
}

.st-coming-soon-badge,
.st-hero-title,
.st-hero-body,
.st-hero-location {
  position: relative;
  z-index: 1;
}

.st-corner svg { width: 100%; height: auto; }
.st-corner-left  { left: 0; }
.st-corner-right { right: 0; transform: scaleX(-1); }

/* Decorative ring behind content */
.st-hero-ring {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.st-hero-ring svg {
  width: clamp(280px, 55vw, 520px);
  height: auto;
}

/* Coming Soon badge */
.st-coming-soon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.st-badge-line {
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(245,240,232,0.55);
}

.st-badge-text {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(245,240,232,0.1);
  border: 1px solid rgba(245,240,232,0.35);
  border-radius: var(--radius-full);
  padding: 0.38rem 1.1rem;
}

/* Title */
.st-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 4.5vw, 5.2rem);
  font-weight: 300;
  color: var(--cream);
  letter-spacing: 0.02em;
  line-height: 1.08;
  margin-bottom: 2rem;
}

.st-hero-title em {
  font-style: italic;
  color: rgba(245,220,180,0.92);
  display: block;
}

.st-hero-body {
  font-family: var(--font-sans);
  font-size: clamp(0.85rem, 1.2vw, 0.98rem);
  font-weight: 300;
  color: rgba(245,240,232,0.78);
  line-height: 1.95;
  letter-spacing: 0.04em;
  max-width: 420px;
  margin: 0 auto 2rem;
}

.st-hero-location {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.65);
  opacity: 1;
}

.st-hero-location svg {
  width: 12px;
  height: 15px;
  flex-shrink: 0;
}


/* =========================================
   WAVE DIVIDERS
   ========================================= */
.st-wave-top,
.st-wave-mid {
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  margin-bottom: -2px;
}

.st-wave-top svg,
.st-wave-mid svg {
  display: block;
  width: 100%;
  height: clamp(40px, 5vw, 72px);
}

.st-wave-mid {
  background: var(--cream-dark);
}


/* =========================================
   PILLARS
   ========================================= */
.st-pillars {
  background: var(--cream-dark);
  padding: 5.5rem 2.5rem 6rem;
}

.st-pillars-inner {
  max-width: var(--container);
  margin: 0 auto;
  text-align: center;
}

.st-pillars-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 4rem;
}

.st-pillars-title em {
  font-style: italic;
  color: var(--forest);
}

.st-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem 3rem;
}

.st-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.st-pillar-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1.4rem;
}

.st-pillar-icon svg {
  width: 100%;
  height: 100%;
}

.st-pillar-name {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.02em;
  margin-bottom: 0.85rem;
}

.st-pillar-body {
  font-family: var(--font-sans);
  font-size: clamp(0.82rem, 1.3vw, 0.9rem);
  font-weight: 300;
  color: var(--ink-soft);
  line-height: 1.85;
  letter-spacing: 0.03em;
}


/* =========================================
   ORNAMENTAL DIVIDER
   ========================================= */
.st-ornament-divider {
  display: flex;
  justify-content: center;
  padding: 3.5rem 2.5rem 2.5rem;
}

.st-ornament-divider svg {
  width: clamp(200px, 40vw, 320px);
  height: auto;
}


/* =========================================
   FOUNDERS
   ========================================= */
.st-founders {
  background: var(--cream);
  padding: 3rem 2.5rem 6rem;
}

.st-founders-inner {
  max-width: var(--container);
  margin: 0 auto;
  text-align: center;
}

.st-founders-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 1.4rem;
}

.st-founders-title em {
  font-style: italic;
  color: var(--forest);
}

.st-founders-intro {
  font-family: var(--font-sans);
  font-size: clamp(0.88rem, 1.5vw, 1rem);
  font-weight: 300;
  color: var(--ink-soft);
  line-height: 1.9;
  letter-spacing: 0.04em;
  max-width: 520px;
  margin: 0 auto 4.5rem;
}

.st-founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 6rem;
  max-width: 860px;
  margin: 0 auto;
}

/* Individual founder card */
.st-founder-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.st-founder-photo-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.st-arch-frame {
  width: 240px;
  height: 310px;
  overflow: hidden;
  border-radius: 120px 120px 0 0;
  position: relative;
  z-index: 1;
}

.st-arch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.st-founder-ornament {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

.st-founder-ornament svg { width: 100%; height: 100%; }

.st-founder-body {
  flex: 1;
}

.st-founder-name {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 1.2rem;
}

.st-founder-body .tm-name-rule {
  margin: 0 auto 1.6rem;
}

.st-founder-bio {
  font-family: var(--font-sans);
  font-size: clamp(0.85rem, 1.4vw, 0.95rem);
  font-weight: 300;
  color: var(--ink-soft);
  line-height: 1.9;
  letter-spacing: 0.03em;
  max-width: 340px;
  margin: 0 auto 1.6rem;
}

.st-founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.6rem;
  justify-content: center;
}


/* =========================================
   NOTIFY / CTA
   ========================================= */
.st-notify {
  background: var(--forest);
  padding: 6rem 2.5rem 7rem;
  text-align: center;
}

.st-notify-inner {
  max-width: 560px;
  margin: 0 auto;
}

.st-notify-leaf {
  width: 40px;
  margin: 0 auto 2rem;
  opacity: 0.55;
}

.st-notify-leaf svg { width: 100%; height: auto; }
.st-notify-leaf path, .st-notify-leaf line { stroke: var(--cream); }

.st-notify .section-label {
  color: rgba(245,240,232,0.55);
}

.st-notify-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 300;
  color: var(--cream);
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 1.4rem;
}

.st-notify-title em {
  font-style: italic;
  color: var(--gold);
  display: block;
}

.st-notify-body {
  font-family: var(--font-sans);
  font-size: clamp(0.88rem, 1.5vw, 1rem);
  font-weight: 300;
  color: rgba(245,240,232,0.72);
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}

.st-notify-btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--forest);
  background: var(--cream);
  border-radius: var(--radius-full);
  padding: 0.95rem 2.6rem;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.st-notify-btn:hover {
  background: var(--gold);
  color: var(--cream);
  transform: translateY(-2px);
}

.st-notify-email {
  margin-top: 2rem;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(245,240,232,0.45);
  letter-spacing: 0.04em;
}

.st-notify-email a {
  color: rgba(245,240,232,0.65);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition);
}

.st-notify-email a:hover {
  color: var(--gold);
}


/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1100px) {
  .st-pillar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem 2.5rem;
  }
}

@media (max-width: 720px) {
  .st-founders-grid {
    grid-template-columns: 1fr;
    gap: 5rem 0;
  }

  .st-arch-frame {
    width: 210px;
    height: 275px;
    border-radius: 105px 105px 0 0;
  }
}

@media (max-width: 600px) {
  .st-hero {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .st-hero-photo {
    height: 55vw;
    min-height: 260px;
  }

  .st-hero-text {
    padding: 3.5rem 1.5rem 4rem;
  }

  .st-pillars {
    padding: 4rem 1.5rem 5rem;
  }

  .st-pillar-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .st-founders {
    padding: 3rem 1.5rem 5rem;
  }

  .st-notify {
    padding: 4.5rem 1.5rem 5.5rem;
  }

  .st-corner { width: 50px; }
}
