@font-face {
  font-family: "Minion Siddur";
  src: url("/fonts/minion-pro-regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Frank Ruhl";
  src: url("/fonts/frank-ruhl-libre-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Frank Ruhl";
  src: url("/fonts/frank-ruhl-libre-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif Hebrew";
  src: url("/fonts/noto-serif-hebrew-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif Hebrew";
  src: url("/fonts/noto-serif-hebrew-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --paper: #f4efe5;
  --paper-light: #fbf8f1;
  --ink: #211c17;
  --muted: #746c61;
  --gold: #966a2d;
  --gold-light: #c39a57;
  --line: #d8cfbf;
  --wine: #430707;
  --night: #111418;
  --white: #fffdf8;
  --serif: "Minion Siddur", "Times New Roman", serif;
  --hebrew: "Frank Ruhl", "Noto Serif Hebrew", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: min(1180px, calc(100vw - 48px));
  --shadow: 0 34px 80px rgba(42, 31, 18, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #bd7f2a;
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 12px 16px;
  background: var(--ink);
  color: white;
  border-radius: 4px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(33, 28, 23, 0.14);
  background: rgba(244, 239, 229, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--hebrew);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.brand strong,
.brand small,
.footer-brand strong,
.footer-brand small {
  display: block;
}

.brand strong {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.site-nav a {
  color: #494139;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:not(.nav-cta):hover {
  color: var(--gold);
}

.site-nav .nav-cta {
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  color: var(--ink);
}

.site-nav .nav-cta:hover {
  background: var(--ink);
  color: var(--paper-light);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
}

.menu-button > span:not(.sr-only) {
  display: block;
  height: 1px;
  margin: 5px 0;
  background: var(--ink);
}

.back-link {
  min-height: 44px;
  padding: 10px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.back-link:hover {
  color: var(--gold);
}

.hero {
  display: grid;
  min-height: min(800px, calc(100vh - 76px));
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  align-items: center;
  gap: 40px;
  width: var(--content);
  padding: 76px 0 88px;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--gold-light);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
}

.hero h1 {
  max-width: 700px;
  margin-bottom: 26px;
  font-size: clamp(64px, 7.1vw, 108px);
  letter-spacing: -0.045em;
}

.hero h1 em {
  color: var(--gold);
  font-weight: 400;
}

.hero-lead {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.3;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 50px;
  padding: 14px 20px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--ink);
  color: var(--white);
}

.button-primary:hover {
  background: var(--gold);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 253, 248, 0.5);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--ink);
}

.button-light {
  margin-top: 26px;
  background: var(--paper-light);
  color: var(--wine);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 30px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.hero-proof span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.hero-proof b {
  margin-right: 4px;
  color: var(--ink);
  font-size: 15px;
}

.hero-visual {
  position: relative;
  min-height: 660px;
}

.phone {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 9px solid var(--ink);
  border-radius: 42px;
  background: var(--paper-light);
  box-shadow: var(--shadow);
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-main {
  z-index: 2;
  right: 14%;
  bottom: 0;
  width: 300px;
  aspect-ratio: 9 / 16;
}

.phone-side {
  z-index: 1;
  right: 0;
  bottom: 47px;
  width: 230px;
  aspect-ratio: 9 / 16;
  border-color: #3e3429;
  transform: rotate(3.5deg);
}

.hero-stamp {
  position: absolute;
  z-index: 3;
  top: 65px;
  left: 5%;
  display: grid;
  width: 124px;
  height: 124px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--hebrew);
  font-size: 29px;
  line-height: 0.95;
  text-align: center;
  transform: rotate(-8deg);
}

.purpose-section {
  display: grid;
  grid-template-columns: 80px minmax(280px, 0.95fr) minmax(320px, 1fr);
  gap: 46px;
  width: var(--content);
  padding: 110px 0;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.section-number {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 22px;
}

.purpose-section h2,
.section-heading h2,
.format-copy h2,
.tehillim-copy h2,
.platforms-section h2,
.beta-banner h2,
.study-copy h2,
.daily-copy h2 {
  margin-bottom: 0;
  font-size: clamp(46px, 5vw, 76px);
  letter-spacing: -0.035em;
}

.purpose-body {
  padding-top: 34px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.5;
}

.purpose-body p:first-child {
  margin-top: 0;
}

.daily-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: 7vw;
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background: var(--night);
  color: var(--white);
}

.daily-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: #b8b4ad;
  font-family: var(--serif);
  font-size: 22px;
}

.feature-list {
  padding: 0;
  margin: 44px 0 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid #34383d;
  color: #dedad1;
  font-size: 15px;
}

.feature-list li:last-child {
  border-bottom: 1px solid #34383d;
}

.feature-list span {
  color: var(--gold-light);
  font-family: var(--serif);
}

.editorial-screen,
.format-phone,
.tehillim-screen,
.study-screen {
  overflow: hidden;
  margin: 0;
  border: 8px solid currentColor;
  border-radius: 40px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.editorial-screen {
  width: min(390px, 100%);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-color: #2d3237;
}

.editorial-screen img,
.format-phone img,
.tehillim-screen img,
.study-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-section {
  width: var(--content);
  padding: 120px 0;
  margin: 0 auto;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 66px;
}

.section-heading.compact {
  margin-bottom: 36px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-grid article {
  min-height: 330px;
  padding: 30px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-index {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 14px;
}

.feature-grid h3 {
  margin: 82px 0 14px;
  font-size: 29px;
  line-height: 1.05;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.formats-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: 8vw;
  padding: 120px max(24px, calc((100vw - 1180px) / 2));
  background: var(--paper-light);
}

.format-copy > p:not(.eyebrow),
.tehillim-copy > p:not(.eyebrow),
.study-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.48;
}

.format-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 44px;
  border-bottom: 1px solid var(--line);
}

.format-tabs button {
  min-height: 48px;
  padding: 10px 16px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.format-tabs button[aria-selected="true"] {
  border-bottom-color: var(--gold);
  color: var(--ink);
}

.format-description {
  min-height: 160px;
  padding: 26px 0 0;
}

.format-description h3 {
  margin: 0 0 10px;
  font-size: 32px;
}

.format-description p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.format-phone {
  width: min(390px, 100%);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-color: var(--ink);
  color: var(--ink);
}

.tehillim-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 8vw;
  width: var(--content);
  padding: 120px 0;
  margin: 0 auto;
}

.tehillim-screen {
  width: min(390px, 100%);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-color: var(--ink);
  color: var(--ink);
}

.tehillim-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 44px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.tehillim-points div {
  padding: 21px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tehillim-points strong,
.tehillim-points span {
  display: block;
}

.tehillim-points strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.tehillim-points span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.study-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: 8vw;
  padding: 120px max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background: var(--wine);
  color: var(--white);
}

.study-copy > p:not(.eyebrow) {
  color: #d9c6bd;
}

.study-screen {
  width: min(390px, 100%);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-color: #5f1c19;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.text-link-light {
  color: var(--white);
}

.platforms-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 8vw;
  width: var(--content);
  padding: 120px 0;
  margin: 0 auto;
}

.platform-list {
  border-top: 1px solid var(--line);
}

.platform-list > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 26px;
}

.platform-list small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.beta-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 100px max(24px, calc((100vw - 1180px) / 2));
  background: var(--wine);
  color: var(--white);
}

.beta-banner > div:last-child {
  align-self: end;
}

.beta-banner > div:last-child p {
  max-width: 600px;
  margin: 0;
  color: #d9c6bd;
  font-family: var(--serif);
  font-size: 22px;
}

.faq-section {
  width: var(--content);
  padding: 110px 0 120px;
  margin: 0 auto;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 52px 26px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 25px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 8px;
  color: var(--gold);
  content: "+";
  font-family: var(--sans);
  font-size: 26px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 750px;
  padding: 0 0 28px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px 60px;
  align-items: center;
  padding: 46px max(24px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  background: var(--paper-light);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand strong {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.05;
}

.footer-brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold);
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 14px;
}

.site-footer.simple > p {
  grid-column: auto;
  font-family: var(--sans);
  font-size: 12px;
}

/* Beta request */

.beta-page {
  background: var(--paper-light);
}

.beta-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 7vw;
  width: var(--content);
  padding: 80px 0 110px;
  margin: 0 auto;
}

.beta-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.beta-intro h1,
.legal-page h1,
.not-found h1 {
  margin-bottom: 28px;
  font-size: clamp(52px, 5.8vw, 82px);
  letter-spacing: -0.04em;
}

.beta-intro > p:not(.eyebrow, .beta-note) {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 21px;
}

.beta-expectations {
  margin-top: 46px;
  border-top: 1px solid var(--line);
}

.beta-expectations > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.beta-expectations span {
  color: var(--gold);
  font-family: var(--serif);
}

.beta-expectations p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.beta-expectations strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.beta-note {
  margin-top: 26px;
  color: var(--muted);
  font-size: 12px;
}

.form-card {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 28px 80px rgba(57, 43, 27, 0.08);
}

.form-card h2 {
  margin-bottom: 42px;
  font-size: clamp(39px, 4vw, 58px);
}

.form-row {
  display: grid;
  gap: 18px;
}

.form-row.two-column {
  grid-template-columns: 1fr 1fr;
}

.form-card label {
  display: block;
  margin-bottom: 20px;
  color: #4a433b;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.optional {
  margin-left: 5px;
  color: #9c9489;
  font-size: 10px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  margin-top: 7px;
  border: 1px solid #cfc7bb;
  border-radius: 0;
  background: #fdfbf7;
  color: var(--ink);
  font-size: 15px;
}

textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  outline: 2px solid rgba(150, 106, 45, 0.25);
  outline-offset: 0;
}

.check-row {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 14px !important;
  font-weight: 500 !important;
  line-height: 1.55;
}

.check-row input {
  width: 19px;
  min-height: 19px;
  height: 19px;
  margin: 2px 0 0;
  accent-color: var(--gold);
}

.honeypot {
  position: absolute !important;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  display: none;
  padding: 13px 15px;
  margin: 22px 0;
  border-left: 3px solid var(--gold);
  background: var(--paper);
  font-size: 13px;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-error {
  border-color: #a72e27;
  background: #fbefed;
  color: #7c211c;
}

.form-status.is-success {
  border-color: #477652;
  background: #edf5ee;
  color: #285632;
}

.form-submit {
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

/* Legal and 404 */

.legal-page {
  width: min(780px, calc(100vw - 48px));
  padding: 80px 0 110px;
  margin: 0 auto;
}

.legal-updated {
  padding-bottom: 28px;
  margin-bottom: 42px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.legal-page section {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.legal-page section:last-of-type {
  margin-bottom: 40px;
}

.legal-page h2 {
  margin-bottom: 12px;
  font-size: 30px;
}

.legal-page section p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 19px;
}

.not-found {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(680px, calc(100vw - 48px));
  margin: auto;
  text-align: center;
}

.not-found .brand-mark {
  margin-bottom: 30px;
}

.not-found p:not(.eyebrow) {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 20px;
}

.not-found .button {
  margin-top: 20px;
}

@media (max-width: 1040px) {
  .site-nav {
    gap: 16px;
  }

  .site-nav a {
    font-size: 12px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
  }

  .hero-visual {
    min-height: 590px;
  }

  .phone-main {
    right: 17%;
    width: 265px;
  }

  .phone-side {
    width: 200px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid article {
    min-height: 300px;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 70px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 24px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--paper-light);
    box-shadow: 0 20px 40px rgba(48, 37, 25, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 48px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin-top: 12px;
    padding: 13px 18px;
    text-align: center;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  .hero-copy {
    max-width: 730px;
  }

  .hero-visual {
    width: min(620px, 100%);
    min-height: 650px;
    margin: 0 auto;
  }

  .purpose-section {
    grid-template-columns: 60px 1fr;
  }

  .purpose-body {
    grid-column: 2;
    padding-top: 0;
  }

  .daily-showcase,
  .formats-section,
  .tehillim-section,
  .study-section,
  .platforms-section,
  .beta-banner,
  .beta-layout {
    grid-template-columns: 1fr;
  }

  .editorial-screen,
  .format-phone,
  .tehillim-screen,
  .study-screen {
    width: min(420px, 82vw);
  }

  .tehillim-screen {
    order: 2;
  }

  .platforms-section,
  .beta-banner,
  .beta-layout {
    gap: 56px;
  }

  .beta-intro {
    position: static;
  }

  .beta-layout {
    padding-top: 60px;
  }
}

@media (max-width: 760px) {
  :root {
    --content: min(100% - 34px, 680px);
  }

  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    padding-right: 17px;
    padding-left: 17px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .back-link {
    max-width: 115px;
    font-size: 11px;
    text-align: right;
  }

  .hero {
    min-height: auto;
    gap: 32px;
    padding: 52px 0 72px;
  }

  .hero h1 {
    font-size: clamp(56px, 17vw, 80px);
  }

  .hero-lead {
    font-size: 21px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .hero-proof span {
    display: flex;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 510px;
  }

  .phone {
    border-width: 6px;
    border-radius: 30px;
  }

  .phone-main {
    right: auto;
    left: 11%;
    width: 225px;
  }

  .phone-side {
    right: 6%;
    width: 168px;
  }

  .hero-stamp {
    top: 16px;
    left: 0;
    width: 88px;
    height: 88px;
    font-size: 22px;
  }

  .purpose-section {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 80px 0;
  }

  .purpose-body {
    grid-column: auto;
    font-size: 20px;
  }

  .purpose-section h2,
  .section-heading h2,
  .format-copy h2,
  .tehillim-copy h2,
  .platforms-section h2,
  .beta-banner h2,
  .study-copy h2,
  .daily-copy h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .daily-showcase,
  .formats-section,
  .study-section,
  .beta-banner {
    padding: 82px 17px;
  }

  .daily-copy > p:not(.eyebrow),
  .format-copy > p:not(.eyebrow),
  .tehillim-copy > p:not(.eyebrow),
  .study-copy > p:not(.eyebrow),
  .beta-banner > div:last-child p {
    font-size: 20px;
  }

  .features-section,
  .tehillim-section,
  .platforms-section,
  .faq-section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: auto;
    padding: 26px 22px 30px;
  }

  .feature-grid h3 {
    margin-top: 42px;
  }

  .tehillim-points {
    grid-template-columns: 1fr;
  }

  .platform-list > span {
    font-size: 22px;
  }

  .faq-list summary {
    font-size: 22px;
  }

  .site-footer,
  .site-footer.simple {
    grid-template-columns: 1fr;
    padding: 40px 17px;
  }

  .site-footer > p {
    grid-column: auto;
  }

  .form-card {
    padding: 28px 20px;
  }

  .form-row.two-column {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .beta-intro h1,
  .legal-page h1,
  .not-found h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .legal-page {
    width: min(100% - 34px, 780px);
    padding: 60px 0 82px;
  }
}

@media (max-width: 390px) {
  .brand small {
    display: none;
  }

  .hero-visual {
    min-height: 455px;
  }

  .phone-main {
    left: 6%;
    width: 200px;
  }

  .phone-side {
    width: 148px;
  }

  .hero-stamp {
    display: none;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
