/* Voice-studio edition: composition using the adopted Teta tokens. */
.hero {
  min-height: 880px;
  height: 100svh;
  max-height: 1120px;
}
.hero-content {
  padding-top: clamp(175px, 21vh, 250px);
}
.hero h1 {
  font-size: clamp(5rem, 8.7vw, 9.8rem);
  line-height: 0.96;
  max-width: 950px;
  letter-spacing: -0.065em;
}
.hero h1 > span,
.hero h1 > em {
  display: block;
}
.hero h1 em {
  color: var(--amber);
  margin-top: 0.06em;
}
.hero-description {
  max-width: 460px;
  font-size: 1rem;
  line-height: 1.85;
  margin-top: 30px;
}
.hero-art {
  inset: 0;
}
.hero-art img {
  object-position: 64% center;
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      #15281cef 0%,
      #15281cc9 24%,
      #15281c60 49%,
      transparent 75%
    ),
    linear-gradient(0deg, #16291bba, transparent 30%);
}
.hero-listening {
  right: 7%;
  bottom: 12%;
  width: 280px;
  padding: 20px 0;
  border-top: 1px solid #f4efd978;
  background: none;
  backdrop-filter: none;
}
.hero-actions {
  margin-top: 32px;
}
.hero-bottom {
  border-top: 1px solid #f4efd933;
  padding-top: 22px;
  bottom: 36px;
}
.site-header {
  padding-top: 30px;
}
.meet-section {
  padding: 90px 0 0;
  overflow: hidden;
}
.studio-heading {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 50px;
}
.studio-heading > .chapter {
  padding-top: 14px;
}
.studio-heading h2 {
  font: 400 clamp(3.5rem, 5.8vw, 6rem)/1.03 var(--serif);
  letter-spacing: -0.045em;
}
.studio-heading h2 em {
  color: #7e865e;
}
.studio-heading > p {
  grid-column: 2;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-top: 24px;
}
.voice-studio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  padding-top: 40px;
  padding-bottom: 45px;
}
.studio-presence {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-width: 0;
}
.studio-presence .portrait-performance {
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1;
  margin: 0;
}
.studio-presence .portrait-performance > img,
.studio-presence .portrait-performance > video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.studio-signature {
  text-align: center;
  font: 400 1.45rem var(--serif);
  letter-spacing: -0.025em;
  margin-top: -28px;
  position: relative;
}
.studio-signature em {
  color: #7e865e;
}
.studio-reading {
  min-width: 0;
  padding: 40px 0;
}
.studio-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.studio-count {
  font-size: 0.66rem;
  color: #747e68;
  letter-spacing: 0.1em;
}
.studio-choices {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 26px 0 34px;
}
.studio-choices button {
  background: transparent;
  border: 1px solid #29362840;
  border-radius: 100px;
  color: var(--forest);
  padding: 10px 15px;
  min-height: 44px;
  font-size: 0.75rem;
  line-height: 1.4;
}
.studio-choices button[aria-pressed='true'] {
  background: var(--forest);
  color: var(--cream);
  border-color: var(--forest);
}
.studio-choices button:hover {
  border-color: var(--forest);
}
.studio-phrase {
  padding: 10px 0 35px;
}
.studio-arabic {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 1.65;
  font-weight: 400;
  text-align: left;
  color: var(--forest);
}
.studio-latin {
  font: italic 400 clamp(1.6rem, 2.7vw, 2.8rem)/1.4 var(--serif);
  color: #80875f;
  letter-spacing: -0.025em;
}
.studio-meaning {
  margin-top: 12px;
  font-size: 1rem;
}
.studio-transport {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.studio-replay.listen-button {
  color: var(--forest);
  font-size: 0.8rem;
  min-height: 52px;
}
.studio-replay .listen-icon {
  border: 1px solid #29362866;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}
.studio-status {
  font-size: 0.65rem;
  color: #65725c;
  text-align: right;
}
.studio-progress {
  margin-top: 16px;
  height: 3px;
  background: #29362820;
  overflow: hidden;
}
.studio-progress > span {
  display: block;
  width: var(--playback, 0%);
  height: 100%;
  background: var(--forest);
}
.studio-transcript {
  margin-top: 18px;
}
.studio-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid #29362830;
  font-size: 0.7rem;
}
.studio-footer span {
  display: flex;
  gap: 20px;
  align-items: center;
}
.studio-footer span::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #8b9366;
  border-radius: 50%;
}
.taste-section {
  padding-top: 90px;
}
.taste-intro {
  grid-template-columns: 1fr 3fr;
}
.taste-intro > p {
  grid-column: 2;
  font-size: 0.95rem;
  margin-top: 0;
}
.taste-intro h2 {
  font-size: clamp(3.5rem, 5.8vw, 6rem);
}
.table-stage {
  margin-top: 0;
}
.table-conversation {
  padding-top: 55px;
}
.values-section {
  padding: 80px 0;
}
.values-layout {
  display: block;
}
.values-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 25px 50px;
}
.values-heading > h2 {
  font-size: clamp(3rem, 5.5vw, 5.5rem);
}
.gentle-moment {
  grid-column: 2;
  margin-top: 0;
}
.gentle-moment blockquote {
  display: none;
}
.values-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 40px;
}
.value {
  display: block;
  padding: 28px 0 0;
  border-top: 1px solid #29362840;
  border-bottom: 0;
}
.value-number {
  display: block;
  margin-bottom: 20px;
  font: 400 2.5rem var(--serif);
  color: #899069;
}
.value h3 {
  font-size: 2rem;
  line-height: 1.14;
  margin-bottom: 16px;
}
.value p {
  font-size: 0.85rem;
  line-height: 1.85;
  max-width: 320px;
}
.evening {
  min-height: 700px;
}
.evening-copy h2 {
  font-size: clamp(4rem, 7.5vw, 8rem);
  max-width: 840px;
}
.signup-section {
  padding: 80px 0 90px;
}
.signup-intro h2 {
  font-size: clamp(4.5rem, 7vw, 7.5rem);
}
.site-footer {
  padding-top: 45px;
}
.footer-wordmark {
  font-size: clamp(5rem, 11vw, 11rem);
}
@media (max-width: 1000px) and (min-width: 761px) {
  .hero h1 {
    font-size: 8.6vw;
  }
  .voice-studio {
    gap: 35px;
  }
  .studio-choices {
    gap: 5px;
  }
  .studio-choices button {
    padding-inline: 10px;
  }
  .studio-heading,
  .taste-intro,
  .values-heading {
    grid-template-columns: 1fr 3fr;
    column-gap: 25px;
  }
}
@media (max-width: 760px) {
  .hero {
    height: auto;
    min-height: 960px;
    max-height: none;
    padding-bottom: 110px;
  }
  .hero-content {
    padding-top: 150px;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 14.5vw, 6rem);
    line-height: 1;
    letter-spacing: -0.065em;
  }
  .hero-description {
    font-size: 0.86rem;
    line-height: 1.85;
    max-width: 310px;
    margin-top: 23px;
  }
  .hero-art {
    inset: auto 0 0;
    height: 650px;
  }
  .hero-art img {
    object-position: center 25%;
  }
  .hero-shade {
    background: linear-gradient(
      180deg,
      #172b1e 0%,
      #172b1e 29%,
      #172b1ee6 38%,
      #172b1e1a 60%,
      #172b1e00 77%,
      #172b1e 99%
    );
  }
  .hero-actions {
    margin-top: 25px;
  }
  .hero-listening {
    position: relative;
    width: auto;
    right: auto;
    bottom: auto;
    margin: 390px 22px 0;
    padding: 18px 0 0;
  }
  .hero-bottom {
    bottom: 25px;
    padding-top: 14px;
  }
  .hero-location {
    display: none;
  }
  .meet-section {
    padding-top: 52px;
  }
  .studio-heading {
    display: block;
  }
  .studio-heading h2 {
    font-size: clamp(2.6rem, 10.4vw, 4rem);
    margin-top: 25px;
  }
  .studio-heading > p {
    margin-top: 22px;
    font-size: 0.82rem;
  }
  .voice-studio {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .studio-presence {
    height: 260px;
    align-items: center;
    overflow: hidden;
  }
  .studio-presence .portrait-performance {
    width: 280px;
    flex-shrink: 0;
    margin-top: -10px;
  }
  .studio-signature {
    display: none;
  }
  .studio-reading {
    padding: 5px 0 0;
  }
  .studio-choices {
    margin: 20px 0 20px;
    gap: 6px;
  }
  .studio-choices button {
    padding: 10px 12px;
    font-size: 0.67rem;
  }
  .studio-arabic {
    font-size: clamp(2.8rem, 12vw, 4rem);
    line-height: 1.6;
  }
  .studio-latin {
    font-size: 1.8rem;
  }
  .studio-meaning {
    font-size: 0.85rem;
  }
  .studio-phrase {
    padding-bottom: 25px;
  }
  .studio-footer {
    flex-direction: column;
    gap: 15px;
    padding-block: 22px;
  }
  .studio-footer span {
    gap: 12px;
  }
  .taste-section {
    padding-top: 55px;
  }
  .taste-intro {
    display: block;
  }
  .taste-intro h2 {
    font-size: clamp(2.7rem, 10.5vw, 4.2rem);
  }
  .taste-intro > p {
    margin-top: 24px;
    font-size: 0.84rem;
  }
  .table-conversation {
    padding-top: 32px;
  }
  .values-section {
    padding: 50px 0;
  }
  .values-heading {
    display: block;
  }
  .values-heading > h2 {
    font-size: clamp(2.6rem, 10.5vw, 4rem);
    margin-top: 26px;
  }
  .gentle-moment {
    margin-top: 25px;
  }
  .values-list {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 32px;
  }
  .value {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    padding-top: 25px;
  }
  .value-number {
    font-size: 2rem;
  }
  .value h3 {
    font-size: 1.7rem;
  }
  .value p {
    font-size: 0.8rem;
  }
  .evening {
    min-height: 700px;
  }
  .evening-copy h2 {
    font-size: clamp(3rem, 12vw, 5rem);
  }
  .signup-section {
    padding: 55px 0;
  }
  .signup-intro h2 {
    font-size: clamp(3.8rem, 15vw, 5.5rem);
  }
  .footer-wordmark {
    font-size: 5rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  [data-motion='playing'] .studio-phrase:not([hidden]) {
    animation: phrase-arrival 0.45s both;
  }
  @keyframes phrase-arrival {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (min-width: 761px) {
  .studio-reading {
    min-height: 500px;
  }
}

/* Keep the character's alpha edge and the phone composition in normal flow. */
.studio-presence .portrait-performance {
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  mask-image: none;
  mix-blend-mode: normal;
}
.hero-listening {
  border: 0;
  border-top: 1px solid #f4efd96b;
  border-radius: 0;
}
@media (max-width: 760px) {
  .hero {
    min-height: 0;
    padding-bottom: 20px;
  }
  .hero-content {
    padding-bottom: 0;
  }
  .hero-art {
    bottom: 0;
    height: 610px;
  }
  .hero-listening {
    margin-top: 330px;
    padding: 16px 0 0;
    width: auto;
  }
  .hero-bottom {
    bottom: auto;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .studio-presence {
    height: auto;
    overflow: visible;
    padding: 18px 0;
  }
  .studio-presence .portrait-performance {
    width: 245px;
    margin: 0;
  }
  .table-stage {
    min-height: 0;
    padding-bottom: 35px;
  }
  .table-listening {
    display: none;
  }
  .evening {
    min-height: 560px;
  }
  .evening-copy {
    padding-top: 325px;
    padding-bottom: 35px;
  }
  .site-footer {
    padding-block: 30px;
  }
}

/* Teaching method and a concrete daily practice, using the adopted paper system. */
.daily-practice {
  padding: 10px 0 95px;
}
.daily-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  border-top: 1px solid #29362840;
  padding-top: 65px;
}
.daily-intro h2 {
  font: 400 clamp(2.8rem, 4.5vw, 4.8rem)/1.06 var(--serif);
  letter-spacing: -0.045em;
  margin: 24px 0;
}
.daily-intro h2 em {
  color: #7b825c;
}
.daily-intro > p {
  max-width: 420px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.daily-intro .button {
  background: var(--forest, #293628);
  color: #f3efd9;
  display: inline-flex;
  padding: 18px 25px;
  border-radius: 999px;
  text-decoration: none;
}
.daily-plan ol {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.daily-plan li {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 20px;
  border-top: 1px solid #29362830;
  padding: 23px 0;
}
.daily-time {
  font: 400 1.6rem var(--serif);
  color: #747c55;
  white-space: nowrap;
}
.daily-plan h3 {
  font: 400 1.5rem var(--serif);
  margin: 0 0 9px;
}
.daily-plan li p {
  font-size: 0.88rem;
  line-height: 1.8;
  margin: 0;
}
.daily-payoff {
  font: 400 1.6rem/1.4 var(--serif);
  max-width: 410px;
}
@media (max-width: 760px) {
  .daily-practice {
    padding: 0 0 55px;
  }
  .daily-layout {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 42px;
  }
  .daily-intro h2 {
    font-size: clamp(2.65rem, 10.6vw, 4rem);
  }
  .daily-plan li {
    grid-template-columns: 55px 1fr;
    gap: 15px;
  }
  .daily-intro > p {
    font-size: 0.9rem;
  }
}
.daily-layout > *,
.daily-plan li > div {
  min-width: 0;
}
.daily-plan li {
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 24px;
}
.daily-plan h3,
.daily-plan p,
.daily-intro p {
  overflow-wrap: anywhere;
}
@media (max-width: 400px) {
  .daily-plan li {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
