:root {
  color-scheme: dark;
  --wine: #280713;
  --gold: #fbbf24;
  --cream: #fff6e5;
  --muted: #cdb8b2;
  --line: rgba(239, 194, 124, 0.22);
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: radial-gradient(ellipse at 50% 16%, #621c21 0, transparent 38%),
    linear-gradient(160deg, #1d0715, #39091a 52%, #180a14);
  color: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}
a:hover {
  color: #fde68a;
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--wine);
  padding: 12px;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  padding: 28px 32px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.brand {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.brand > span {
  color: var(--gold);
  font-size: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 12px;
  color: var(--muted);
}
.site-header nav a {
  text-decoration: none;
}
.hero {
  position: relative;
  text-align: center;
  padding: 42px 24px 64px;
  overflow: hidden;
}
.portrait-stage {
  width: min(310px, 66vw);
  aspect-ratio: 600/645;
  margin: 0 auto 25px;
  position: relative;
}
.portrait-entrance {
  width: 100%;
  height: 100%;
  position: relative;
  animation: hero-enter 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms both;
}
.portrait {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
.halo {
  position: absolute;
  width: 155%;
  aspect-ratio: 1;
  left: -27.5%;
  top: -25.58%;
  pointer-events: none;
}
.palm {
  position: absolute;
  z-index: 2;
  width: 30%;
  aspect-ratio: 1;
  left: 12%;
  top: 25.7674%;
  pointer-events: none;
}
.bloom {
  animation: bloom 1100ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms both;
}
.breathe {
  width: 100%;
  height: 100%;
  animation: breathe 3000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    alternate;
}
.breathe svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hero-brand {
  animation: rise 550ms cubic-bezier(0.215, 0.61, 0.355, 1) 700ms both;
}
.hero h1 {
  font-size: clamp(27px, 4vw, 44px);
  font-weight: 650;
  letter-spacing: 1.2px;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.devotional-line {
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: #e7c995;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
.hero-action {
  animation: rise 550ms cubic-bezier(0.215, 0.61, 0.355, 1) 850ms both;
}
.hero-description {
  color: var(--muted);
  font-size: 16px;
  margin: 26px 0 24px;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 14px 29px;
  min-height: 52px;
  border-radius: 32px;
  background: linear-gradient(120deg, #f5ab14, #dd8208);
  color: #2c0d10;
  font-weight: 650;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 6px 38px #f59e0b16;
}
.primary-button:hover {
  color: #2c0d10;
  background: #fbc34c;
}
.primary-button:active {
  transform: scale(0.965);
}
.small-note {
  font-size: 11px;
  letter-spacing: 1.7px;
  color: var(--muted);
  margin: 18px 0;
}
.practice {
  max-width: 1120px;
  margin: auto;
  padding: 54px 32px 74px;
  border-top: 1px solid var(--line);
}
.section-heading {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 35px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 2px;
  color: #ebc78c;
  margin: 0 0 14px;
}
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0 0 18px;
}
.section-heading > p:last-child,
.download > p {
  font-size: 14px;
  color: var(--muted);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.feature {
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff06, #ffffff02);
}
.feature.featured {
  border-color: #b685405e;
  background: linear-gradient(140deg, #9f6a181c, #ffffff02);
}
.feature-symbol {
  display: block;
  font-size: 30px;
  color: #e9b760;
  margin-bottom: 22px;
  line-height: 1;
}
.feature .eyebrow {
  font-size: 9px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.feature h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 16px;
}
.feature p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.feature a {
  display: inline-block;
  margin-top: 22px;
  color: #f2cc90;
  font-size: 12px;
}
.download {
  text-align: center;
  background: radial-gradient(ellipse at 50% 100%, #70411728, transparent 70%);
  border-top: 1px solid var(--line);
  padding: 67px 24px 80px;
}
.download .eyebrow {
  font-size: 10px;
  color: #ebc78c;
}
.store-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 19px;
}
.store-button {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 14px;
  border: 1px solid #c6aaa654;
  border-radius: 11px;
  background: #160d13;
  padding: 12px 20px;
  min-height: 68px;
  min-width: 207px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 550;
  line-height: 1.4;
}
.store-button small {
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #d1c1bd;
}
.store-arrow {
  font-size: 14px;
  margin-left: 14px;
  color: #d6b580;
}
.store-pending {
  font-size: 13px;
  color: var(--muted);
}
footer {
  max-width: 1120px;
  margin: auto;
  border-top: 1px solid var(--line);
  padding: 30px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 10px;
  color: var(--muted);
}
.footer-brand {
  color: var(--cream);
  text-decoration: none;
  font-size: 12px;
}
footer nav {
  display: flex;
  gap: 20px;
}
footer p {
  margin: 0;
}
.dawn {
  position: fixed;
  inset: 0;
  background: #130711;
  z-index: 10;
  pointer-events: none;
  animation: dawn 1300ms ease-out both;
}
@keyframes dawn {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bloom {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes breathe {
  from {
    opacity: 0.55;
    transform: scale(1);
  }
  to {
    opacity: 0.9;
    transform: scale(1.045);
  }
}
@media (max-width: 700px) {
  .site-header {
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .site-header nav {
    gap: 25px;
    font-size: 11px;
  }
  .hero {
    padding-top: 36px;
    padding-bottom: 45px;
  }
  .hero h1 {
    font-size: clamp(23px, 5.7vw, 36px);
    letter-spacing: 0.7px;
  }
  .devotional-line {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .hero-description {
    font-size: 14px;
  }
  .practice {
    padding: 40px 20px 45px;
    margin: 0 20px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .feature {
    padding: 25px;
  }
  .feature-symbol {
    margin-bottom: 16px;
  }
  .download {
    padding: 48px 20px 54px;
  }
  footer {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
    gap: 18px;
  }
  footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .store-button {
    min-width: 230px;
  }
  .section-heading > p:last-child {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
  }
  .dawn {
    display: none;
  }
  .breathe {
    opacity: 0.72;
  }
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.brand-icon {
  display: block;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
/* Motivation follows the hero. Portrait video preserves the walkthrough's 9:16 frame. */
.motivation {
  max-width: 1120px;
  margin: auto;
  padding: 54px 32px 74px;
  border-top: 1px solid var(--line);
}
.motivation-grid {
  display: grid;
  grid-template-columns: minmax(240px, 310px) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
  max-width: 950px;
  margin: 0 auto;
}
.video-frame {
  position: relative;
  aspect-ratio: 9/16;
  background: #160d13;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-caption {
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  margin: 13px 0 0;
}
.motivation-verse {
  min-width: 0;
}
.motivation-verse h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 28px;
}
.shloka {
  margin: 0 0 19px;
  color: #f3d7a5;
  font-family: "Noto Sans Devanagari", "Kohinoor Devanagari", sans-serif;
  font-size: 21px;
  line-height: 2;
}
.shloka p {
  margin: 0;
}
.transliteration {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.9;
  margin: 0 0 26px;
}
.verse-meaning {
  border-left: 2px solid #ba8d48;
  padding-left: 21px;
}
.verse-meaning h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ebc78c;
  margin: 0 0 10px;
}
.verse-meaning p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.practice-connection {
  font-size: 14px;
  color: var(--muted);
  margin: 25px 0 0;
}
.verse-source {
  font-size: 10px;
  line-height: 1.8;
  color: var(--muted);
  margin: 25px 0 0;
}
.google-play-badge {
  display: block;
  flex: 0 0 240px;
  width: 240px;
  height: auto;
  line-height: 0;
}
.google-play-badge img {
  display: block;
  width: 100%;
  height: auto;
}
.store-links {
  align-items: center;
}
.store-pending {
  min-height: 66px;
}
@media (max-width: 700px) {
  .motivation {
    padding: 40px 20px 45px;
    margin: 0 20px;
  }
  .motivation-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .motivation-video {
    width: min(100%, 280px);
    margin: auto;
  }
  .motivation-verse h3 {
    font-size: 26px;
  }
  .shloka {
    font-size: 18px;
  }
  .transliteration {
    font-size: 13px;
  }
  .verse-meaning p {
    font-size: 15px;
  }
  .site-header nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
  }
}
.social-section {
  max-width: 1120px;
  margin: auto;
  padding: 52px 32px 58px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.social-section > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 28px;
}
.social-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 920px;
  margin: auto;
}
.social-links > a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: left;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff04;
  text-decoration: none;
  min-width: 0;
}
.social-links > a:hover {
  background: #ffffff09;
  border-color: #b68540;
}
.social-name {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #f2cc90;
}
.social-handle {
  font-size: 12px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
@media (max-width: 700px) {
  .social-section {
    padding: 40px 20px;
  }
  .social-links {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .social-links > a {
    padding: 19px 22px;
  }
}
