/*
  ORGANIC MEDITATIONS
  Palette: #1F182A #383172 #93DCDB #C0B5D4 #E9E5F0 #B41D44
  Wordmark is outlined as SVG. Rabelo and Louis George Café load as webfonts.
*/

:root {
  --ink: #1F182A;
  --indigo: #383172;
  --aqua: #93DCDB;
  --lavender: #C0B5D4;
  --mist: #E9E5F0;
  --rose: #B41D44;
  --paper: #F8F6F2;
  --white: #FFFFFF;
  --ink-76: rgba(31,24,42,.76);
  --ink-56: rgba(31,24,42,.56);
  --line: rgba(31,24,42,.14);
  --radius-lg: 32px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(31,24,42,.10);
  --shell: min(1160px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Louis George Café", "Avenir Next", Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--aqua); color: var(--ink); }

.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; }
.hidden { display: none !important; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 16px; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 840px; }
.center { text-align: center; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px max(20px, calc((100vw - 1160px)/2));
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.scrolled { background: rgba(248,246,242,.94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); padding-block: 12px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.brand-mark { width: 38px; height: 32px; object-fit: contain; }
.brand-wordmark { width: clamp(155px, 16vw, 205px); height: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: .9rem; text-decoration: none; color: var(--ink-76); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.nav-cta { padding: 11px 16px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink) !important; }
.menu-button { display: none; }

.eyebrow, .section-kicker, .form-eyebrow { margin: 0 0 14px; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); }
.section-kicker.light { color: var(--aqua); }
.display, .display-heading, .hero h1, .page-hero h1, .statement-copy h2, .possibilities h2, .offer h2, .craft-card h2, .final-cta h2 {
  font-family: "Rabelo", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 150px 0 90px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 26%, rgba(147,220,219,.28), transparent 25%), radial-gradient(circle at 16% 78%, rgba(192,181,212,.28), transparent 22%), var(--paper);
}
.hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); gap: clamp(40px, 6vw, 92px); align-items: center; }
.hero h1 { margin: 0; max-width: 800px; font-size: clamp(3.5rem, 7vw, 7rem); }
.hero-lead, .page-hero .lead { max-width: 720px; margin: 30px 0 0; font-size: clamp(1.18rem, 2vw, 1.55rem); line-height: 1.5; color: var(--ink-76); }
.hero-reassurance { max-width: 680px; margin: 18px 0 0; font-size: 1rem; line-height: 1.6; color: var(--ink-76); font-weight: 700; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 26px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 15px 22px; border: 0; border-radius: 999px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(31,24,42,.18); }
.button-primary:hover { box-shadow: 0 15px 34px rgba(31,24,42,.24); }
.button-aqua { background: var(--aqua); color: var(--ink); width: 100%; }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero-note { display: flex; align-items: flex-start; gap: 11px; max-width: 650px; margin-top: 30px; font-size: .92rem; color: var(--ink-56); }
.dot { flex: 0 0 auto; width: 8px; height: 8px; margin-top: .55em; border-radius: 999px; }
.dot-rose { background: var(--rose); }
.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.mark-frame { width: min(100%, 470px); padding: clamp(35px, 6vw, 68px); background: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.9); border-radius: 48% 52% 42% 58% / 54% 44% 56% 46%; box-shadow: var(--shadow); transform: rotate(-2deg); }
.mark-frame img { transform: rotate(2deg); }
.hand-note { position: absolute; right: 4%; bottom: 7%; margin: 0; font-style: italic; color: var(--rose); transform: rotate(-6deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(56,49,114,.08); border-radius: 50%; pointer-events: none; }
.hero-orbit-a { width: 520px; height: 520px; right: -210px; top: 5%; }
.hero-orbit-b { width: 280px; height: 280px; left: -120px; bottom: 8%; }

.page-hero { padding: 165px 0 95px; background: radial-gradient(circle at 88% 18%, rgba(147,220,219,.24), transparent 25%), var(--paper); }
.page-hero h1 { margin: 0; max-width: 920px; font-size: clamp(3.6rem, 7vw, 7.3rem); }
.page-hero .subline { margin-top: 28px; max-width: 740px; color: var(--ink-56); }

.section { padding: clamp(88px, 10vw, 150px) 0; }
.section-paper { background: var(--paper); }
.section-mist { background: var(--mist); }
.section-ink { background: var(--ink); color: white; }
.section-indigo { background: var(--indigo); color: white; }
.display-heading { margin: 0; font-size: clamp(2.8rem, 5vw, 5.7rem); }
.prose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 82px); margin-top: 56px; }
.prose p, .statement-body p, .about-copy p, .craft-card p, .uncertainty p, .craft-prose p { font-size: 1.08rem; color: var(--ink-76); }
.pull-line { font-family: "Rabelo", Georgia, serif; font-size: 1.8rem !important; line-height: 1.2; color: var(--ink) !important; }
.statement-grid, .about-grid, .craft-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.statement-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.6rem); }
.statement-body { padding-top: 34px; }
.statement-body p:first-child { font-size: 1.6rem; color: var(--ink); }
.quote-section { padding-block: clamp(105px, 14vw, 190px); }
.quote-mark { margin: 0 0 -28px; font-family: Georgia, serif; font-size: 8rem; line-height: 1; color: var(--rose); }
blockquote { margin: 0; font-family: "Rabelo", Georgia, serif; font-size: clamp(2.6rem, 5vw, 5.3rem); line-height: 1.04; letter-spacing: -.035em; }
.section-heading-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; }
.section-intro { margin: 0; font-size: 1.05rem; color: var(--ink-76); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 64px; }
.step { min-height: 310px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 14px 40px rgba(31,24,42,.04); }
.step-number { display: block; margin-bottom: 54px; font-size: .82rem; font-weight: 700; color: var(--rose); }
.step h3 { margin: 0 0 15px; font-family: "Rabelo", Georgia, serif; font-size: 2rem; font-weight: 400; }
.step p { margin: 0; color: var(--ink-76); font-size: .98rem; }
.possibilities-head { max-width: 790px; }
.possibilities h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); }
.possibilities-head > p:last-child { max-width: 660px; margin-top: 22px; color: rgba(255,255,255,.72); }
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 54px; }
.chips span { padding: 13px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.06); }
.uncertainty { padding-block: clamp(120px, 15vw, 210px); }
.uncertainty .display-heading { margin-top: 4px; }
.uncertainty-line { margin: 18px 0 34px !important; font-family: "Rabelo", Georgia, serif; font-size: clamp(1.8rem,3vw,2.7rem) !important; color: var(--rose) !important; }
.uncertainty p { max-width: 720px; margin-inline: auto; }
.about-title { position: sticky; top: 120px; }
.about-copy { padding-top: 10px; }
.about-copy p { margin-top: 0; margin-bottom: 26px; font-size: 1.12rem; }
.about-feature { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(38px, 7vw, 86px); align-items: center; }
.about-photo { margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: var(--lavender); }
.about-photo img { width: 100%; height: auto; }
.about-link { margin-top: 34px !important; margin-bottom: 0 !important; font-size: .92rem !important; color: var(--ink-56) !important; }
.about-link a { text-underline-offset: 5px; }
.craft-aside { padding: 18px 20px; border-left: 3px solid var(--rose); background: rgba(180,29,68,.06); color: var(--ink) !important; font-weight: 700; }

.craft-preview { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.craft-preview-panel { min-height: 480px; padding: clamp(34px, 6vw, 64px); border-radius: var(--radius-lg); background: linear-gradient(155deg, var(--indigo), var(--ink)); color: white; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow); }
.craft-preview-panel p { color: rgba(255,255,255,.72); max-width: 540px; }
.craft-preview-panel .small-signal { color: var(--aqua); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.craft-preview-copy p { color: var(--ink-76); font-size: 1.08rem; }
.craft-preview-copy h2 { margin: 0 0 24px; font-family: "Rabelo", Georgia, serif; font-size: clamp(2.8rem,5vw,5rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }

.offer { padding-block: clamp(95px, 12vw, 165px); }
.offer-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.offer h2 { margin: 0; font-size: clamp(5rem, 10vw, 9rem); color: var(--aqua); }
.offer-lead { max-width: 580px; font-size: 1.35rem; color: rgba(255,255,255,.82); }
.offer-list { margin: 34px 0 0; padding: 0; list-style: none; }
.offer-list li { position: relative; padding: 14px 0 14px 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.offer-list li::before { content: ""; position: absolute; left: 0; top: 1.4em; width: 9px; height: 9px; border-radius: 50%; background: var(--rose); }
.availability-note { margin-top: 28px; max-width: 590px; color: rgba(255,255,255,.62); font-size: .92rem; }
.offer-side { padding: clamp(32px,5vw,54px); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); background: rgba(255,255,255,.045); }
.offer-side h3 { margin: 0 0 18px; font-family: "Rabelo", Georgia, serif; font-size: clamp(2rem,4vw,3.3rem); font-weight: 400; line-height: 1.04; }
.offer-side p { color: rgba(255,255,255,.72); }

.form-card { padding: clamp(28px, 4vw, 46px); background: var(--paper); color: var(--ink); border-radius: var(--radius-lg); box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.form-card h2, .form-card h3 { margin: 0 0 24px; font-family: "Rabelo", Georgia, serif; font-size: clamp(2.2rem,4vw,3.8rem); font-weight: 400; line-height: 1.05; }
.form-card label { display: grid; gap: 9px; margin-bottom: 20px; font-size: .9rem; font-weight: 700; }
.form-card input, .form-card textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: white; color: var(--ink); padding: 14px 15px; outline: none; }
.form-card textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.form-card input:focus, .form-card textarea:focus { border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(147,220,219,.35); }
.form-note { margin: 12px 0 0; text-align: center; font-size: .82rem; color: var(--ink-56); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-grid .full { grid-column: 1 / -1; }

.craft-section { padding-block: clamp(100px,12vw,170px); }
.craft-number { display: block; margin-bottom: 22px; font-weight: 700; color: var(--rose); letter-spacing: .12em; }
.craft-grid h2 { margin: 0; font-family: "Rabelo", Georgia, serif; font-size: clamp(2.8rem,5vw,5.4rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.craft-prose p:first-child { margin-top: 0; font-size: 1.28rem; color: var(--ink); }
.gear-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.gear { padding: 20px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.gear strong { display: block; margin-bottom: 4px; }
.gear span { display: block; color: var(--ink-56); font-size: .9rem; }
.sound-field { margin-top: 36px; padding: 30px; border-left: 4px solid var(--aqua); background: rgba(147,220,219,.12); }
.sound-field p { margin: 0; }

.faq-list { margin-top: 48px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 24px 40px 24px 0; font-size: 1.12rem; font-weight: 700; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-size: 1.7rem; font-weight: 400; color: var(--rose); }
details[open] summary::after { content: "−"; }
details p { max-width: 720px; margin: -2px 0 26px; color: var(--ink-76); }
.final-cta { padding: clamp(100px, 13vw, 180px) 0; background: linear-gradient(180deg, var(--paper), #fff); }
.final-cta-grid { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr); gap: clamp(42px, 8vw, 105px); align-items: center; }
.final-photo { margin: 0; min-height: 560px; overflow: hidden; border-radius: 42% 58% 48% 52% / 52% 42% 58% 48%; box-shadow: var(--shadow); background: var(--ink); }
.final-photo img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 50% 48%; }
.final-cta-copy { max-width: 680px; }
.final-mark { width: 100px; margin: 0 0 30px; }
.final-cta h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.5rem); }
.final-cta p:not(.section-kicker) { margin: 22px 0 30px; font-size: 1.25rem; color: var(--ink-76); }
.site-footer { padding: 36px 0; background: var(--mist); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; font-size: .86rem; color: var(--ink-56); }
.footer-brand { color: var(--ink); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 73px 18px auto 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 12px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .menu-button { display: grid; gap: 6px; place-content: center; width: 44px; height: 44px; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero-grid, .prose-grid, .statement-grid, .about-grid, .about-feature, .craft-grid, .section-heading-row, .offer-grid, .craft-preview, .final-cta-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 380px; }
  .mark-frame { max-width: 400px; }
  .statement-body { padding-top: 0; }
  .steps { grid-template-columns: 1fr; }
  .about-title { position: static; }
  .about-photo { max-width: 720px; }
  .final-photo { min-height: 0; max-height: 720px; border-radius: var(--radius-lg); }
  .final-photo img { min-height: 0; aspect-ratio: 4 / 5; object-position: 50% 44%; }
  .final-cta-copy { text-align: center; margin-inline: auto; }
  .final-mark { margin-inline: auto; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .site-header { padding-inline: 14px; }
  .brand-wordmark { width: 150px; }
  .brand-mark { width: 32px; }
  .hero { min-height: auto; padding-top: 118px; }
  .hero h1, .page-hero h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .hero-lead, .page-hero .lead { font-size: 1.12rem; }
  .hero-art { min-height: 320px; }
  .hand-note { right: 8%; bottom: 0; }
  .section { padding-block: 78px; }
  .display-heading { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .prose-grid { margin-top: 36px; }
  blockquote { font-size: clamp(2.6rem, 12vw, 4.2rem); }
  .offer h2 { font-size: clamp(4.5rem, 24vw, 7rem); }
  .form-card { padding: 26px 20px; }
  .form-grid, .gear-list { grid-template-columns: 1fr; }
  .button { width: 100%; }
  .text-link { width: 100%; text-align: center; }
}


/* Ryan Today house integration */
.housebar{position:fixed;z-index:120;top:0;left:0;right:0;background:var(--ink);color:#fff}
.housebar-in{width:var(--shell);margin:auto;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.76rem;letter-spacing:.055em}
.housebar a{text-decoration:none;color:#fff}.housebar strong{font-weight:700}.housebar span{color:rgba(255,255,255,.58)}
.site-header{top:42px}.skip-link{top:54px}
@media(max-width:720px){.housebar-in{min-height:47px;align-items:flex-start;justify-content:center;flex-direction:column;gap:0;padding:6px 0}.site-header{top:47px}.skip-link{top:58px}}

/* Ryan Today house navigation */
.house-home{white-space:nowrap}
.house-links{display:flex;align-items:center;justify-content:flex-end;gap:18px;font-size:.71rem;font-weight:700;letter-spacing:.035em}
.house-links a{color:rgba(255,255,255,.65);transition:.18s ease}
.house-links a:hover,.house-links a[aria-current="page"]{color:#fff}
@media(max-width:820px){.housebar-in{align-items:center!important;justify-content:center!important;text-align:center;flex-direction:column!important;gap:1px!important;padding:5px 0 7px!important}.house-links{justify-content:center;flex-wrap:wrap;gap:3px 12px}.house-links a{font-size:.66rem}.site-header{top:69px}.skip-link{top:78px}}
