@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-v5-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-v5-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-v5-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-v5-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/raleway-v5-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/raleway-v5-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #2d2724;
  --muted: #6f6560;
  --cream: #faf5ec;
  --paper: #fffdf8;
  --mist: #edf1eb;
  --warm: #f3e7d8;
  --forest: #30463b;
  --forest-deep: #1e332b;
  --wine: #653e3b;
  --wine-deep: #382321;
  --rose: #c58f7d;
  --rose-light: #e5c2b4;
  --gold: #bd8338;
  --gold-deep: #8d5d20;
  --gold-light: #edcf96;
  --line: rgba(72, 55, 47, .16);
  --shadow: 0 28px 72px rgba(58, 40, 33, .15);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Raleway", Arial, sans-serif;
  --shell: min(1220px, calc(100% - 72px));
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 32px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 16px;
  padding: 10px 16px;
  color: #fff;
  background: var(--wine-deep);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 96px 0; }
.section-mist { background: var(--mist); }
.section-warm { background: var(--warm); }
.section-forest { color: #fff; background: var(--forest-deep); }
.section-wine { color: #fff; background: var(--wine-deep); }
.section-dark { color: #fff; background: #211d1b; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .21em;
  text-transform: uppercase;
}
.eyebrow-light { color: var(--gold-light); }
.section-kicker-large {
  margin-bottom: 22px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.35;
  letter-spacing: .16em;
}
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.026em;
}
h2 {
  margin-bottom: 26px;
  color: var(--forest);
  font-size: clamp(46px, 5.1vw, 74px);
  line-height: .99;
}
.section-forest h2, .section-wine h2, .section-dark h2 { color: #fff; }
h3 { margin-bottom: 10px; font-size: 29px; line-height: 1.08; }
.section-heading > p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p { margin-inline: auto; }
.narrow { max-width: 880px; }
.prose p { max-width: 720px; }
.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .045em;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold {
  color: #fff;
  background: linear-gradient(135deg, #c98f43, #946023);
  box-shadow: 0 14px 34px rgba(30, 20, 15, .26);
}
.button-gold:hover { background: linear-gradient(135deg, #d19a53, #a36c29); }

/* Hero */
.hero {
  position: relative;
  display: flex;
  min-height: min(940px, 100svh);
  align-items: stretch;
  overflow: hidden;
  color: #fff;
  background: var(--wine-deep);
}
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: contain; object-position: right center; filter: brightness(1.14) saturate(1.03); }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(43, 25, 23, .98) 0%, rgba(48, 28, 25, .88) 35%, rgba(48, 28, 25, .34) 58%, rgba(30, 23, 19, .02) 100%),
    linear-gradient(0deg, rgba(25, 18, 15, .42) 0%, transparent 32%, rgba(21, 16, 13, .08) 100%);
}
.hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; padding: 34px 0 62px; }
.hero-brand {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 2.15vw, 34px);
  line-height: 1;
  letter-spacing: .04em;
}
.hero-copy { width: min(680px, 55vw); margin-top: auto; }
.hero-kicker {
  margin-bottom: 20px;
  color: var(--gold-light);
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .19em;
}
.hero h1 { margin: 0 0 26px; font-size: clamp(70px, 7.6vw, 118px); line-height: .74; }
.hero h1 span { display: block; }
.hero h1 span:last-child { margin-top: .23em; font-size: .67em; font-style: italic; line-height: .9; }
.hero-big-idea { max-width: 620px; margin-bottom: 32px; color: var(--gold-light); font-family: var(--sans); font-size: clamp(20px, 1.85vw, 28px); font-weight: 600; line-height: 1.3; letter-spacing: .105em; text-transform: uppercase; }
.hero-facts {
  display: grid;
  max-width: 880px;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.26);
}
.hero-facts div { padding: 0 18px; border-left: 1px solid rgba(255,255,255,.22); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { font-family: var(--serif); font-size: 29px; line-height: 1; }
.hero-facts dd { margin: 8px 0 0; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 600; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }

/* Recognition */
.recognition { background: var(--paper); }
.recognition-grid { display: grid; grid-template-columns: .86fr 1fr; gap: clamp(70px, 9vw, 138px); align-items: start; }
.recognition h2 { font-size: clamp(48px, 5vw, 72px); }
.recognition-copy { padding-top: 40px; }
.recognition-copy p { color: var(--muted); }
.recognition-emphasis { margin: 34px 0 0; padding: 25px 28px; color: var(--wine-deep) !important; background: #f1e5da; border-left: 3px solid var(--rose); font-family: var(--serif); font-size: 25px; line-height: 1.25; }

/* Concept */
.concept-grid { display: grid; grid-template-columns: minmax(300px, .78fr) 1.15fr; gap: clamp(70px, 9vw, 140px); align-items: center; }
.concept-image { position: relative; width: min(100%, 460px); margin: 0 auto; }
.concept-image::before { position: absolute; inset: -16px; border: 1px solid rgba(237,207,150,.45); border-radius: 52% 48% 46% 54% / 44% 54% 46% 56%; content: ""; transform: rotate(-3deg); }
.concept-image img { display: block; width: 100%; height: auto; border-radius: 50% 50% 47% 53% / 43% 56% 44% 57%; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.concept-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.72; }
.concept-copy blockquote { margin: 40px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.2); font-family: var(--serif); font-size: 29px; line-height: 1.18; }
.concept-copy blockquote span, .concept-copy blockquote strong { display: block; }
.concept-copy blockquote strong { color: var(--gold-light); font-weight: 500; font-style: italic; }
.concept-copy cite { display: block; margin-top: 16px; font-family: var(--sans); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

/* Contrast */
.contrast { background: var(--cream); }
.contrast .section-heading { max-width: 1000px; }
.contrast .section-heading h2 { font-size: clamp(42px, 4.5vw, 66px); line-height: 1.04; }
.contrast-symbol { display: flex; width: 180px; height: 82px; align-items: center; justify-content: center; margin: 42px auto 32px; }
.contrast-symbol span { width: 76px; height: 76px; border: 1px solid rgba(101,62,59,.43); border-radius: 50%; }
.contrast-symbol span:first-child { margin-right: -18px; background: rgba(197,143,125,.1); }
.contrast-symbol span:last-child { margin-left: -18px; background: rgba(48,70,59,.08); }
.contrast-symbol i { position: relative; z-index: 1; width: 9px; height: 9px; background: var(--gold); border-radius: 50%; }
.contrast-table { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 18px 50px rgba(58,40,33,.07); }
.contrast-row { display: grid; grid-template-columns: 1fr 1fr; }
.contrast-row span { padding: 24px 30px; color: var(--muted); }
.contrast-row span + span { border-left: 1px solid var(--line); }
.contrast-row + .contrast-row { border-top: 1px solid var(--line); }
.contrast-row:not(.contrast-table-head) span:last-child { color: #42554b; background: rgba(237,241,235,.52); }
.contrast-row strong { color: var(--ink); }
.contrast-table-head span { color: #fff; background: var(--wine); font-size: 13px; font-weight: 700; line-height: 1.45; letter-spacing: .13em; text-transform: uppercase; }
.contrast-table-head span:last-child { background: var(--forest); }
.contrast-note { max-width: 780px; margin: 36px auto 0; color: var(--muted); font-family: var(--serif); font-size: 25px; font-style: italic; line-height: 1.3; text-align: center; }

/* Results */
.results { overflow: hidden; }
.results-orbit {
  position: relative;
  isolation: isolate;
  min-height: 1000px;
  max-width: 1180px;
  margin: 0 auto;
}
.results-orbit::before,
.results-orbit::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(101, 62, 59, .16);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.results-orbit::before { width: 76%; height: 72%; }
.results-orbit::after { width: 54%; height: 51%; border-color: rgba(189, 131, 56, .22); }
.results-core,
.results-item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.results-core {
  z-index: 2;
  width: clamp(320px, 30vw, 380px);
  padding: 46px;
  color: #fff;
  background: radial-gradient(circle at 35% 24%, #496657, var(--forest-deep) 68%);
  border: 1px solid rgba(237, 207, 150, .62);
  box-shadow: 0 28px 70px rgba(39, 52, 45, .24), inset 0 0 0 12px rgba(255, 255, 255, .025);
}
.results-core .eyebrow { margin-bottom: 14px; }
.results-core h2 { margin: 0; color: #fff; font-size: clamp(28px, 2.6vw, 38px); line-height: 1.02; letter-spacing: -.012em; text-transform: uppercase; }
.results-item {
  z-index: 1;
  width: clamp(245px, 22vw, 285px);
  margin: 0;
  padding: 34px;
  background: rgba(255, 253, 248, .92);
  border: 1px solid rgba(101, 62, 59, .16);
  box-shadow: 0 18px 48px rgba(58, 40, 33, .09);
}
.results-item h3 { margin: 0 0 12px; color: var(--wine-deep); font-size: clamp(24px, 2.2vw, 30px); }
.results-item p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.results-item:nth-of-type(1) { top: 13%; left: 50%; }
.results-item:nth-of-type(2) { top: 32%; left: 82%; }
.results-item:nth-of-type(3) { top: 68%; left: 82%; }
.results-item:nth-of-type(4) { top: 87%; left: 50%; }
.results-item:nth-of-type(5) { top: 68%; left: 18%; }
.results-item:nth-of-type(6) { top: 32%; left: 18%; }

/* Story */
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1fr; gap: clamp(44px, 4.8vw, 62px); align-items: start; }
.story-photo { position: relative; width: min(100%, 1160px); margin: 0 auto; }
.story-photo::after { position: absolute; z-index: 0; right: -24px; bottom: -24px; width: 64%; height: 68%; border: 1px solid var(--rose-light); content: ""; }
.story-photo img { position: relative; z-index: 1; display: block; width: 100%; height: auto; border-radius: 260px 260px 22px 22px; box-shadow: var(--shadow); }
.story-photo figcaption { position: relative; z-index: 1; margin-top: 18px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.story-copy { width: min(100%, 980px); margin-inline: auto; }
.story-copy h2 { font-size: clamp(45px, 5.2vw, 74px); }
.story-copy p { color: var(--muted); font-size: 21px; line-height: 1.76; }
.story-copy blockquote { margin: 34px 0; padding: 22px 28px; color: var(--wine); background: #f4e9df; border-left: 3px solid var(--rose); font-family: var(--serif); font-size: 31px; line-height: 1.05; }
.story-copy blockquote span, .story-copy blockquote strong { display: block; }
.story-copy blockquote strong { font-weight: 500; font-style: italic; }

/* Contents and course preview */
.contents-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 8vw, 112px); align-items: center; }
.contents-list { margin: 46px 0 0; padding: 0; list-style: none; }
.contents-list li { position: relative; padding: 22px 0 22px 42px; border-top: 1px solid rgba(48,70,59,.14); }
.contents-list li::before { position: absolute; top: 27px; left: 3px; width: 21px; height: 11px; border-bottom: 2px solid var(--gold); border-left: 2px solid var(--gold); content: ""; transform: rotate(-45deg); }
.contents-list strong { color: var(--forest); font-family: var(--serif); font-size: 26px; font-weight: 500; }
.contents-list p { margin: 4px 0 0; color: var(--muted); font-size: 15px; }
.course-window { overflow: hidden; color: #fff; background: #2a211e; border: 10px solid #fdfaf4; border-radius: 28px; box-shadow: 0 30px 76px rgba(35,29,25,.2); }
.course-window-bar { display: flex; height: 46px; align-items: center; gap: 7px; padding: 0 16px; color: rgba(255,255,255,.45); background: #171311; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.course-window-bar i { width: 8px; height: 8px; background: #765b50; border-radius: 50%; }
.course-window-bar i:nth-child(2) { background: #9f7450; }
.course-window-bar i:nth-child(3) { margin-right: 8px; background: #697a64; }
.course-window-hero { display: flex; min-height: 255px; align-items: flex-end; justify-content: space-between; padding: 35px; background: radial-gradient(circle at 80% 22%, rgba(220,167,89,.38), transparent 24%), linear-gradient(135deg, #68413c, #2f2822 64%, #25372f); }
.course-window-hero small { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.course-window-hero strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: 44px; font-weight: 500; line-height: .83; }
.course-window-hero p { max-width: 350px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }
.course-window-seal { display: grid; width: 82px; height: 82px; place-content: center; flex: 0 0 auto; border: 1px solid rgba(237,207,150,.66); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 32px; line-height: .65; text-align: center; }
.course-window-seal small { margin-top: 8px; color: inherit; font-family: var(--sans); font-size: 8px; }
.course-now-playing { display: grid; grid-template-columns: 44px 1fr auto; gap: 16px; align-items: center; padding: 22px 30px 16px; }
.course-play { display: grid; width: 42px; height: 42px; place-content: center; padding-left: 3px; color: #fff; background: var(--gold-deep); border-radius: 50%; font-size: 12px; }
.course-now-playing small { display: block; color: var(--rose-light); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.course-now-playing strong { display: block; margin-top: 3px; font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.05; }
.course-now-playing time { color: rgba(255,255,255,.5); font-size: 11px; }
.course-progress { height: 2px; margin: 0 30px 16px; background: rgba(255,255,255,.12); }
.course-progress span { display: block; width: 22%; height: 100%; background: var(--gold); }
.course-mini-list { margin: 0; padding: 0 30px; list-style: none; }
.course-mini-list li { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.1); }
.course-mini-list span, .course-mini-list time { color: rgba(255,255,255,.42); font-size: 10px; }
.course-mini-list strong { font-size: 12px; font-weight: 500; }
.course-window-note { display: flex; gap: 8px; margin: 22px 30px 28px; }
.course-window-note span { padding: 6px 9px; color: var(--gold-light); border: 1px solid rgba(237,207,150,.34); border-radius: 999px; font-size: 8px; font-weight: 700; letter-spacing: .08em; }

/* Program */
.program { background: var(--cream); }
.program-heading { max-width: 900px; }
.lesson-list { margin: 66px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.lesson-list > li { display: grid; grid-template-columns: 68px 1fr 72px; gap: 24px; align-items: start; padding: 31px 16px 31px 0; border-bottom: 1px solid var(--line); }
.lesson-list > li > span { color: var(--gold-deep); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.lesson-list h3 { margin: 0 0 5px; color: var(--forest); font-size: 29px; }
.lesson-list p { max-width: 780px; margin: 0; color: var(--muted); font-size: 15px; }
.lesson-list time { color: var(--muted); font-size: 12px; font-weight: 700; text-align: right; }
.lesson-list small { display: block; margin-bottom: 6px; color: var(--gold-deep); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.lesson-list .lesson-featured { margin: 12px 0; padding: 30px 26px; color: #fff; background: var(--forest); border: 0; border-radius: 18px; }
.lesson-list .lesson-featured h3 { color: #fff; }
.lesson-list .lesson-featured p, .lesson-list .lesson-featured time { color: rgba(255,255,255,.68); }
.lesson-list .lesson-featured > span, .lesson-list .lesson-featured small { color: var(--gold-light); }

/* Core meditation */
.meditation-grid { display: grid; grid-template-columns: .8fr 1.15fr; gap: clamp(70px, 9vw, 138px); align-items: center; }
.meditation-cover { position: relative; display: flex; min-height: 550px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 48px; background: linear-gradient(145deg, #76514a, #3b2524 72%); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.meditation-cover::after { position: absolute; inset: 18px; border: 1px solid rgba(237,207,150,.22); content: ""; }
.meditation-cover small, .meditation-cover strong, .meditation-cover span { position: relative; z-index: 2; }
.meditation-cover small { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.meditation-cover strong { margin-top: 14px; font-family: var(--serif); font-size: clamp(44px, 4.5vw, 64px); font-weight: 500; line-height: .83; }
.meditation-cover > span { margin-top: 22px; color: rgba(255,255,255,.63); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.meditation-orbit { position: absolute; top: 48px; right: 40px; width: 220px; height: 220px; border: 1px solid rgba(237,207,150,.2); border-radius: 50%; }
.meditation-orbit::before, .meditation-orbit::after { position: absolute; inset: 25px; border: 1px solid rgba(237,207,150,.18); border-radius: 50%; content: ""; }
.meditation-orbit::after { inset: 54px; }
.meditation-orbit i { position: absolute; width: 7px; height: 7px; background: var(--gold-light); border-radius: 50%; }
.meditation-orbit i:nth-child(1) { top: 20px; left: 42px; }
.meditation-orbit i:nth-child(2) { top: 105px; right: -3px; }
.meditation-orbit i:nth-child(3) { bottom: 23px; left: 28px; }
.meditation-lead { color: var(--rose-light); font-family: var(--serif); font-size: 28px; line-height: 1.24; }
.meditation-copy > p:not(.eyebrow) { max-width: 670px; }
.meditation-copy ul { margin: 34px 0 0; padding: 0; list-style: none; }
.meditation-copy li { position: relative; padding: 13px 0 13px 34px; color: rgba(255,255,255,.75); border-top: 1px solid rgba(255,255,255,.14); }
.meditation-copy li::before { position: absolute; top: 22px; left: 2px; width: 14px; height: 7px; border-bottom: 1px solid var(--gold-light); border-left: 1px solid var(--gold-light); content: ""; transform: rotate(-45deg); }

/* Latest eBook */
.course-ebook {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 22%, rgba(174, 105, 88, .15), transparent 31%),
    linear-gradient(135deg, #f2e6dc 0%, #fffaf3 55%, #edf1eb 100%);
}
.course-ebook::before,
.course-ebook::after {
  position: absolute;
  border: 1px solid rgba(123, 72, 59, .13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.course-ebook::before { top: -235px; right: -115px; width: 430px; height: 430px; }
.course-ebook::after { right: -40px; bottom: -215px; width: 300px; height: 300px; }
.course-ebook-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: clamp(58px, 8vw, 120px);
  align-items: center;
}
.course-ebook-stage {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  margin: 0;
}
.course-ebook-mockup {
  position: relative;
  width: min(370px, 88%);
  aspect-ratio: 1750 / 2479;
  transform: rotate(-1.5deg);
}
.course-ebook-mockup img {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid rgba(83, 52, 45, .18);
  box-shadow: 20px 30px 58px rgba(60, 38, 32, .22);
}
.course-ebook-copy { max-width: 700px; }
.course-ebook-copy h2 { max-width: 690px; margin-bottom: 27px; font-size: clamp(47px, 5vw, 69px); }
.course-ebook-copy > p:not(.eyebrow) { max-width: 660px; margin-bottom: 18px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.course-ebook-copy > p.course-ebook-lead { color: var(--wine-deep); font-family: var(--serif); font-size: clamp(28px, 2.6vw, 36px); line-height: 1.24; }
.course-ebook-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0 0; padding: 22px 0; border-top: 1px solid rgba(99, 69, 59, .16); border-bottom: 1px solid rgba(99, 69, 59, .16); }
.course-ebook-facts div { padding: 0 20px; border-left: 1px solid rgba(99, 69, 59, .14); }
.course-ebook-facts div:first-child { padding-left: 0; border-left: 0; }
.course-ebook-facts dt { color: var(--wine); font-family: var(--serif); font-size: 25px; }
.course-ebook-facts dd { margin: 4px 0 0; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.course-ebook-note { display: grid; gap: 5px; margin-top: 28px; padding: 22px 24px; background: rgba(255, 253, 248, .77); border: 1px solid rgba(123, 72, 59, .18); border-left: 4px solid var(--rose); border-radius: 0 14px 14px 0; }
.course-ebook-note strong { color: var(--forest); font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.2; }
.course-ebook-note span { color: var(--muted); font-size: 14px; line-height: 1.55; }

/* Three gifts */
.bonus-heading > p:last-child { margin-top: 16px; }
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 58px; }
.bonus-card { overflow: hidden; background: var(--paper); box-shadow: 0 18px 48px rgba(58,40,33,.1); }
.bonus-cover { position: relative; min-height: 278px; margin: 0; overflow: hidden; padding: 35px; color: #fff; }
.bonus-cover::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(22,18,16,.12) 0%, rgba(26,20,18,.24) 38%, rgba(24,18,17,.88) 100%); content: ""; }
.bonus-cover::after { position: absolute; z-index: 2; inset: 16px; border: 1px solid rgba(255,255,255,.3); content: ""; pointer-events: none; }
.bonus-calm .bonus-cover { background: linear-gradient(145deg, #345950, #152e2a); }
.bonus-love .bonus-cover { background: linear-gradient(145deg, #a56b5e, #583735); }
.bonus-healing .bonus-cover { background: linear-gradient(145deg, #847251, #3e3c2c); }
.bonus-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bonus-cover small { position: relative; z-index: 3; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-shadow: 0 1px 8px rgba(0,0,0,.55); }
.bonus-cover strong { position: absolute; z-index: 3; bottom: 32px; left: 35px; font-family: var(--serif); font-size: 45px; font-weight: 500; line-height: .78; text-shadow: 0 2px 18px rgba(0,0,0,.62); }
.bonus-copy { padding: 28px 29px 30px; }
.bonus-copy h3 { min-height: 61px; color: var(--forest); font-size: 27px; }
.bonus-copy p { min-height: 112px; color: var(--muted); font-size: 15px; }
.bonus-copy span { color: var(--gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.bonus-total { margin: 38px 0 0; color: var(--muted); text-align: center; }
.bonus-total strong { margin-right: 7px; color: var(--wine); font-family: var(--serif); font-size: 30px; font-weight: 500; }

/* Testimonials */
.testimonials { background: var(--paper); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.testimonial-grid figure { display: flex; min-height: 335px; flex-direction: column; margin: 0; padding: 34px 32px 28px; background: #f7f0e8; border: 1px solid rgba(72,55,47,.1); }
.testimonial-grid figure::before { color: var(--rose); content: "“"; font-family: var(--serif); font-size: 64px; line-height: .65; }
.testimonial-grid blockquote { margin: 20px 0 26px; color: var(--muted); font-family: var(--serif); font-size: 23px; font-style: italic; line-height: 1.3; }
.testimonial-grid figcaption { display: grid; margin-top: auto; }
.testimonial-grid figcaption strong { color: var(--forest); font-family: var(--serif); font-size: 22px; font-weight: 500; }
.testimonial-grid figcaption span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.testimonial-disclaimer { margin: 26px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

/* Offer */
.final-grid { display: grid; grid-template-columns: 1fr minmax(380px, .77fr); gap: clamp(66px, 8.5vw, 130px); align-items: center; }
.final-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.7); }
.final-copy blockquote { max-width: 620px; margin: 42px 0 0; padding-top: 28px; color: var(--gold-light); border-top: 1px solid rgba(255,255,255,.17); font-family: var(--serif); font-size: 30px; font-style: italic; line-height: 1.22; }
.offer-card { color: var(--ink); background: var(--paper); padding: 42px; border-radius: 22px; box-shadow: 0 34px 90px rgba(0,0,0,.3); }
.offer-label { margin-bottom: 9px; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.offer-card h3 { color: var(--wine-deep); font-size: 39px; }
.offer-card ul { margin: 30px 0; padding: 0; list-style: none; }
.offer-card li { display: grid; grid-template-columns: .85fr 1.15fr; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line); }
.offer-card li strong { color: var(--forest); font-family: var(--serif); font-size: 19px; font-weight: 500; }
.offer-card li span { color: var(--muted); font-size: 12px; text-align: right; }
.offer-price { display: grid; grid-template-columns: auto 1fr; align-items: end; margin: 30px 0; }
.offer-price del { color: var(--muted); font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1; }
.offer-price strong { grid-column: 1 / -1; color: var(--wine); font-family: var(--serif); font-size: 58px; font-weight: 500; line-height: .95; }
.offer-price span { grid-column: 1 / -1; margin-top: 7px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.offer-card .button { width: 100%; }
.payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: 15px 0 0; }
.payment-methods strong { width: 100%; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.payment-methods span { padding: 6px 8px; color: var(--forest); background: rgba(37, 71, 61, .07); border: 1px solid rgba(37, 71, 61, .14); border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .03em; }
.offer-access { margin: 17px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; text-align: center; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(64px, 9vw, 130px); align-items: start; }
.faq-list { border-top: 1px solid rgba(48,70,59,.2); }
.faq-list details { border-bottom: 1px solid rgba(48,70,59,.2); }
.faq-list summary { position: relative; padding: 22px 46px 22px 0; color: var(--forest); cursor: pointer; font-family: var(--serif); font-size: 24px; line-height: 1.15; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { position: absolute; top: 34px; right: 7px; width: 14px; height: 1px; background: var(--gold-deep); content: ""; }
.faq-list summary::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { margin: -4px 42px 24px 0; color: var(--muted); font-size: 15px; }

/* Footer and mobile purchase */
.site-footer { padding: 66px 0; color: rgba(255,255,255,.66); background: #171513; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .75fr; gap: 70px; }
.brand-footer { display: flex; align-items: center; gap: 13px; color: #fff; text-decoration: none; }
.brand-footer img { width: 54px; height: 54px; }
.brand-footer > span { display: grid; line-height: 1; }
.brand-footer strong { font-family: var(--serif); font-size: 27px; font-weight: 500; }
.brand-footer small { margin-top: 7px; font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.brand-footer i { padding: 0 5px; font-style: normal; }
.footer-brand p { max-width: 440px; margin: 22px 0 0; font-size: 13px; }
.site-footer nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 13px; }
.site-footer nav a, .footer-contact a { text-decoration: none; }
.site-footer nav a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact span { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-contact small { margin-top: 18px; }
.mobile-purchase { display: none; }

@media (max-width: 1040px) {
  :root { --shell: min(calc(100% - 48px), 900px); }
  .section { padding: 82px 0; }
  .hero-copy { width: min(620px, 60vw); }
  .hero-shade { background: linear-gradient(90deg, rgba(43,25,23,.97), rgba(48,28,25,.8) 49%, rgba(40,26,22,.11) 80%), linear-gradient(0deg, rgba(25,18,15,.43), transparent 40%); }
  .recognition-grid, .concept-grid, .story-grid, .contents-grid, .meditation-grid, .final-grid, .faq-grid { gap: 60px; }
  .bonus-grid, .testimonial-grid { gap: 16px; }
  .bonus-copy { padding: 25px 22px; }
  .bonus-copy h3 { font-size: 24px; }
  .testimonial-grid figure { padding: 30px 24px; }
  .testimonial-grid blockquote { font-size: 20px; }
  .course-ebook-grid { grid-template-columns: minmax(255px, .75fr) minmax(0, 1.25fr); gap: 48px; }
  .course-ebook-stage { min-height: 520px; }
  .results-orbit { min-height: 930px; }
  .results-core { width: 315px; padding: 38px; }
  .results-item { width: 235px; padding: 28px; }
  .results-item p { font-size: 14px; }
}

@media (max-width: 820px) {
  :root { --shell: min(calc(100% - 40px), 680px); }
  body { font-size: 17px; }
  .section { padding: 72px 0; }
  h2 { font-size: clamp(42px, 11vw, 60px); }
  .hero { min-height: 880px; }
  .hero-image { object-position: right top; }
  .hero-shade { background: linear-gradient(90deg, rgba(45,27,24,.94), rgba(45,27,24,.64) 60%, rgba(37,24,21,.05)), linear-gradient(0deg, rgba(25,18,15,.6), transparent 56%); }
  .hero-inner { padding-top: 28px; }
  .hero-copy { width: 82%; }
  .hero h1 { font-size: clamp(64px, 14vw, 92px); }
  .hero-facts { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .hero-facts div:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-facts div:nth-child(5) { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .recognition-grid, .concept-grid, .story-grid, .contents-grid, .meditation-grid, .final-grid, .faq-grid { grid-template-columns: 1fr; }
  .recognition-copy { padding-top: 0; }
  .concept-image { width: min(460px, 86%); margin-inline: auto; }
  .concept-copy { order: -1; }
  .results-orbit { min-height: 940px; }
  .results-core { width: 310px; padding: 38px; }
  .results-item { width: 224px; padding: 27px; }
  .results-item:nth-of-type(1) { top: 13%; }
  .results-item:nth-of-type(2), .results-item:nth-of-type(3) { left: 83%; }
  .results-item:nth-of-type(4) { top: 87%; }
  .results-item:nth-of-type(5), .results-item:nth-of-type(6) { left: 17%; }
  .story-photo { width: 100%; margin-inline: auto; }
  .course-window { width: min(620px, 100%); margin-inline: auto; }
  .bonus-grid, .testimonial-grid { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; }
  .bonus-card { display: grid; grid-template-columns: .84fr 1.16fr; }
  .bonus-cover { min-height: 310px; }
  .bonus-copy h3, .bonus-copy p { min-height: 0; }
  .bonus-copy { display: flex; flex-direction: column; justify-content: center; }
  .testimonial-grid figure { min-height: 0; }
  .offer-card { width: min(520px, 100%); margin-inline: auto; }
  .course-ebook-grid { grid-template-columns: 1fr; gap: 46px; }
  .course-ebook-stage { min-height: 500px; }
  .course-ebook-mockup { width: min(350px, 72vw); }
  .course-ebook-copy { max-width: 650px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 36px); }
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  h2 { margin-bottom: 21px; font-size: clamp(39px, 12vw, 52px); }
  .eyebrow { margin-bottom: 13px; font-size: 10px; }
  .section-kicker-large { margin-bottom: 17px; font-size: 13px; line-height: 1.4; letter-spacing: .13em; }
  .hero { min-height: max(760px, 100svh); }
  .hero-image { object-position: center top; }
  .hero-shade { background: linear-gradient(0deg, rgba(25,18,15,.96) 0%, rgba(31,21,18,.84) 41%, rgba(35,23,19,.17) 74%, rgba(35,23,19,.07)); }
  .hero-inner { padding: 22px 0 35px; }
  .hero-brand { font-size: 22px; }
  .hero-copy { width: 100%; }
  .hero-kicker { margin-bottom: 14px; font-size: 11px; line-height: 1.4; letter-spacing: .15em; }
  .hero h1 { margin-bottom: 19px; font-size: clamp(56px, 17.5vw, 76px); line-height: .76; }
  .hero h1 span:last-child { margin-top: .24em; font-size: .62em; line-height: .88; }
  .hero-big-idea { max-width: 95%; margin-bottom: 23px; font-size: 17px; }
  .hero-facts { padding-top: 17px; row-gap: 17px; }
  .hero-facts div { padding: 0 12px; }
  .hero-facts dt { font-size: 23px; }
  .hero-facts dd { margin-top: 4px; font-size: 8px; }
  .recognition-grid, .concept-grid, .story-grid, .contents-grid, .meditation-grid, .final-grid, .faq-grid { gap: 42px; }
  .recognition-emphasis { margin-top: 25px; padding: 21px; font-size: 22px; }
  .concept-image { width: 90%; }
  .concept-copy blockquote { font-size: 25px; }
  .contrast-symbol { margin-block: 26px 18px; transform: scale(.84); }
  .contrast-table { border-radius: 14px; }
  .contrast-row span { padding: 16px 14px; font-size: 12px; line-height: 1.52; }
  .contrast-table-head span { font-size: 10px; line-height: 1.4; letter-spacing: .08em; }
  .contrast-note { margin-top: 26px; font-size: 22px; }
  .results-orbit { display: grid; min-height: 0; grid-template-columns: 1fr; gap: 22px; }
  .results-orbit::before, .results-orbit::after { display: none; }
  .results-core, .results-item {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: min(100%, 320px);
    margin-inline: auto;
    transform: none;
  }
  .results-core { width: min(100%, 320px); padding: 40px; }
  .results-core h2 { font-size: 31px; }
  .results-item { width: min(100%, 340px); padding: 36px; }
  .results-item h3 { font-size: 27px; }
  .results-item p { font-size: 15px; }
  .story-photo { width: 100%; }
  .story-photo::after { right: -10px; bottom: -12px; }
  .story-photo img { border-radius: 120px 120px 14px 14px; }
  .story-copy blockquote { padding: 19px 21px; font-size: 27px; }
  .story-copy p { font-size: 18px; line-height: 1.72; }
  .contents-list { margin-top: 30px; }
  .contents-list li { padding-left: 34px; }
  .contents-list strong { font-size: 23px; }
  .course-window { border-width: 6px; border-radius: 19px; }
  .course-window-bar { height: 37px; padding-inline: 12px; }
  .course-window-hero { min-height: 215px; padding: 24px; }
  .course-window-hero strong { font-size: 36px; }
  .course-window-seal { width: 66px; height: 66px; font-size: 27px; }
  .course-now-playing { grid-template-columns: 38px 1fr auto; gap: 11px; padding: 18px 18px 13px; }
  .course-play { width: 36px; height: 36px; }
  .course-now-playing strong { font-size: 17px; }
  .course-progress { margin: 0 18px 12px; }
  .course-mini-list { padding: 0 18px; }
  .course-mini-list li { grid-template-columns: 24px 1fr auto; gap: 8px; padding: 11px 0; }
  .course-mini-list strong { font-size: 10px; }
  .course-window-note { flex-wrap: wrap; margin: 17px 18px 22px; }
  .lesson-list { margin-top: 42px; }
  .lesson-list > li { grid-template-columns: 38px 1fr 45px; gap: 10px; padding: 23px 4px 23px 0; }
  .lesson-list h3 { font-size: 24px; }
  .lesson-list p { font-size: 13px; }
  .lesson-list time { font-size: 10px; }
  .lesson-list .lesson-featured { margin-inline: -8px; padding: 25px 12px; }
  .meditation-cover { min-height: 430px; padding: 35px; }
  .meditation-orbit { top: 38px; right: 24px; width: 170px; height: 170px; }
  .meditation-cover strong { font-size: 48px; }
  .meditation-lead { font-size: 24px; }
  .course-ebook-stage { min-height: 455px; }
  .course-ebook-mockup { width: min(310px, 76vw); }
  .course-ebook-copy h2 { font-size: clamp(39px, 12vw, 52px); }
  .course-ebook-copy > p:not(.eyebrow) { font-size: 16px; }
  .course-ebook-copy > p.course-ebook-lead { font-size: 27px; }
  .course-ebook-facts { grid-template-columns: 1fr; padding: 0; }
  .course-ebook-facts div { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: baseline; padding: 13px 0; border-top: 1px solid rgba(99, 69, 59, .14); border-left: 0; }
  .course-ebook-facts div:first-child { border-top: 0; }
  .course-ebook-facts dd { text-align: right; }
  .course-ebook-note { padding: 20px; }
  .bonus-card { display: block; }
  .bonus-cover { min-height: 250px; }
  .bonus-copy { display: block; }
  .bonus-copy p { min-height: 0; }
  .bonus-total { font-size: 13px; }
  .testimonial-grid blockquote { font-size: 21px; }
  .offer-card { padding: 29px 23px; border-radius: 17px; }
  .offer-card h3 { font-size: 34px; }
  .offer-card li { grid-template-columns: 1fr; gap: 1px; }
  .offer-card li span { text-align: left; }
  .offer-price strong { font-size: 51px; }
  .offer-price del { font-size: 24px; }
  .faq-list summary { padding-block: 20px; font-size: 22px; }
  .faq-list summary::before, .faq-list summary::after { top: 31px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-contact { grid-column: auto; }
  .site-footer { padding: 52px 0 110px; }
  .mobile-purchase[hidden] { display: none; }
  .mobile-purchase {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 9px 9px 9px 16px;
    color: #fff;
    background: rgba(38,29,25,.96);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    box-shadow: 0 14px 40px rgba(0,0,0,.32);
    backdrop-filter: blur(14px);
  }
  .mobile-purchase > div { display: grid; line-height: 1.08; }
  .mobile-purchase > div span { color: rgba(255,255,255,.58); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-purchase > div strong { margin-top: 4px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
  .mobile-purchase .button { min-height: 46px; padding: 12px 17px; font-size: 10px; }
}

@media (max-width: 374px) {
  :root { --shell: calc(100% - 28px); }
  .hero h1 { font-size: 54px; }
  .hero-big-idea { font-size: 21px; }
  .hero-facts dt { font-size: 21px; }
  .course-window-seal { display: none; }
  .lesson-list > li { grid-template-columns: 28px 1fr; }
  .lesson-list time { grid-column: 2; text-align: left; }
  .mobile-purchase { grid-template-columns: 1fr; border-radius: 20px; }
  .mobile-purchase > div { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
