/*
Theme Name: The Abiding Post
Theme URI: https://theabidingpost.com/
Author: The Abiding Post
Description: A custom, responsive one-page WordPress theme for The Abiding Post.
Version: 1.1.2
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Update URI: false
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-abiding-post
*/

@font-face { font-family: "Cormorant Garamond"; src: url("assets/cormorant-garamond-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("assets/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }

:root {
  --ivory: #f5efe5;
  --paper: #fbf7ee;
  --parchment: #e9decb;
  --olive: #34392e;
  --olive-deep: #292e26;
  --ink: #30332c;
  --rust: #ad6341;
  --line: rgba(48, 51, 44, .17);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--ivory);
}
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }

.site-shell {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background-color: var(--ivory);
  background-image:
    radial-gradient(rgba(76, 63, 47, .035) .55px, transparent .55px),
    linear-gradient(90deg, rgba(255,255,255,.18), transparent 24%, rgba(119,96,65,.02) 78%, transparent);
  background-size: 7px 7px, 100% 100%;
  box-shadow: none;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--rust);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid var(--olive);
  border-radius: 2px;
  background: var(--olive);
  color: #fffaf1;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--olive-deep); }
.button--small { min-height: 42px; padding: 0 24px; }
.button--paper { border-color: var(--paper); background: var(--paper); color: var(--olive-deep); }

/* Header */
.topbar { position: absolute; inset: 0 0 auto; z-index: 30; height: 94px; background: transparent; }
.topbar__inner {
  width: calc(100% - 120px);
  height: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 315px 1fr auto;
  align-items: center;
  gap: 30px;
}
.brand-mark { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark > img { display: block; width: 46px; height: 58px; object-fit: contain; }
.brand-mark__words { display: grid; justify-items: center; color: var(--olive-deep); line-height: 1; }
.brand-mark__the { display: flex; align-items: center; gap: 9px; font: italic 15px var(--serif); }
.brand-mark__the i { width: 31px; height: 1px; background: currentColor; opacity: .62; }
.brand-mark__words > b { margin-top: 1px; white-space: nowrap; font: 27px/.88 var(--serif); font-variant: small-caps; font-weight: 600; letter-spacing: .025em; }
.brand-mark__verse { margin-top: 5px; display: flex; align-items: center; gap: 6px; font-size: 6px; }
.brand-mark__verse i { width: 31px; height: 1px; background: currentColor; opacity: .58; }
.brand-mark__words > small { margin-top: 2px; font-size: 6px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.topbar__nav { display: flex; justify-content: center; gap: clamp(30px, 4.1vw, 67px); }
.topbar__nav a { position: relative; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.topbar__nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--rust); transform: scaleX(0); transition: transform .2s; }
.topbar__nav a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 9px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--ink); }
.mobile-menu { position: absolute; inset: 94px 0 auto; z-index: 50; padding: 26px 24px 32px; display: flex; flex-direction: column; gap: 18px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 20px 50px rgba(0,0,0,.15); }
.mobile-menu a { padding-bottom: 12px; border-bottom: 1px solid var(--line); font: 24px var(--serif); }

/* Hero */
.hero { position: relative; width: 100%; height: auto; aspect-ratio: 10 / 7; overflow: hidden; }
.hero__visual { position: absolute; inset: 0; }
.hero__visual::after { display: none; }
.hero__visual picture { display: block; width: 100%; height: 100%; }
.hero__visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__copy { position: relative; z-index: 2; width: 43%; padding: clamp(165px, 14.5vw, 210px) 0 0 68px; }
.hero h1 { margin: 0; color: var(--olive-deep); font-size: clamp(62px, 5.05vw, 75px); font-weight: 500; letter-spacing: -.045em; line-height: .96; }
.hero h1 span { display: block; }
.hero__rule { display: block; width: 48px; height: 2px; margin: 28px 0 20px; background: var(--rust); }
.hero__lede { margin-bottom: 25px; font: 22px/1.25 var(--serif); }
.hero__button { min-width: 215px; }

/* Botanical and postal ornaments */
.botanical { position: relative; display: block; width: 165px; height: 95px; color: currentColor; }
.botanical__stem { position: absolute; left: 18px; bottom: 17px; width: 135px; height: 1px; background: currentColor; transform: rotate(-17deg); transform-origin: left; opacity: .45; }
.botanical__leaf { position: absolute; width: 30px; height: 14px; border: 1px solid currentColor; border-radius: 100% 0 100% 0; opacity: .42; }
.botanical__leaf--1 { left: 36px; bottom: 25px; transform: rotate(8deg); }
.botanical__leaf--2 { left: 57px; bottom: 38px; transform: rotate(-58deg); }
.botanical__leaf--3 { left: 77px; bottom: 35px; transform: rotate(8deg); }
.botanical__leaf--4 { left: 97px; bottom: 52px; transform: rotate(-59deg); }
.botanical__leaf--5 { left: 112px; bottom: 47px; transform: rotate(10deg); }
.botanical__leaf--6 { left: 130px; bottom: 65px; transform: rotate(-60deg); }
.postal-mark { position: relative; display: block; width: 130px; height: 72px; color: var(--rust); transform: rotate(7deg); }
.postal-mark__round { position: absolute; top: 3px; left: 0; width: 62px; height: 62px; display: grid; place-content: center; border: 1px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 4px transparent; text-align: center; }
.postal-mark__round::before { content: ""; position: absolute; inset: 5px; border: 1px solid currentColor; border-radius: 50%; opacity: .65; }
.postal-mark__round small, .postal-mark__round b, .postal-mark__round i { position: relative; z-index: 1; }
.postal-mark__round small { font-size: 5px; letter-spacing: .15em; }
.postal-mark__round b { font-size: 6px; letter-spacing: .1em; }
.postal-mark__round i { font: 15px var(--serif); }
.postal-mark__waves { position: absolute; top: 18px; right: 0; width: 78px; display: grid; gap: 6px; }
.postal-mark__waves i { height: 1px; background: currentColor; transform: skewY(-6deg); }
.postal-mark--dark { color: rgba(245,239,229,.38); transform: rotate(5deg) scale(1.25); }

/* Story */
.story-strip { position: relative; min-height: 96px; padding: 12px 68px; display: grid; grid-template-columns: 185px 1fr 185px; align-items: center; border-top: 1px solid rgba(173,99,65,.18); border-bottom: 1px solid rgba(173,99,65,.2); background: rgba(233,222,203,.72); }
.story-strip > p { margin: 0; text-align: center; font: 38px/1.1 var(--serif); letter-spacing: .005em; }
.story-strip__botanical { color: var(--olive); transform: translateY(10px) rotate(-5deg); }
.story-strip > .postal-mark { justify-self: end; }

/* Inside cards */
.inside { padding: 34px 68px 46px; background: rgba(251,247,238,.78); }
.inside__eyebrow { position: relative; margin-bottom: 27px; text-align: center; }
.inside__eyebrow::after { content: ""; position: absolute; top: 21px; left: calc(50% - 17px); width: 34px; height: 1px; background: var(--rust); }
.paper-cards { width: min(1060px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.paper-card { position: relative; min-height: 330px; padding: 54px 38px 40px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; border: 1px solid rgba(60,51,39,.1); background: #f7f0e5; text-align: center; box-shadow: 0 14px 24px rgba(54,45,35,.12); }
.paper-card::before { content: ""; position: absolute; inset: -10px 8px 7px -8px; z-index: -1; border: 1px solid rgba(74,61,44,.11); background: #eadfce; transform: rotate(-.5deg); box-shadow: 0 6px 18px rgba(54,45,35,.07); }
.paper-card::after { content: ""; position: absolute; right: 18px; bottom: -4px; left: 18px; height: 8px; opacity: .38; background: radial-gradient(circle at 5px 0, transparent 4px, #d6c8b4 4.5px) 0 0/10px 8px repeat-x; }
.paper-card h3 { max-width: 245px; margin: 21px 0 16px; font-size: 29px; font-weight: 600; line-height: .98; }
.paper-card__rule { position: relative; width: 90px; height: 1px; margin-bottom: 23px; background: rgba(48,51,44,.16); }
.paper-card__rule i { position: absolute; top: 0; left: calc(50% - 6px); width: 12px; height: 1px; background: var(--rust); }
.paper-card p { max-width: 255px; margin: 0; color: #585950; font-size: 12px; line-height: 1.65; }

.paper-icon { position: relative; display: block; width: 46px; height: 42px; color: var(--rust); }
.paper-icon--book::before, .paper-icon--book::after { content: ""; position: absolute; top: 6px; width: 21px; height: 30px; border: 2px solid currentColor; }
.paper-icon--book::before { left: 2px; border-radius: 2px 8px 2px 2px; transform: skewY(4deg); }
.paper-icon--book::after { right: 2px; border-radius: 8px 2px 2px 2px; transform: skewY(-4deg); }
.paper-icon--book i, .paper-icon--book b { position: absolute; top: 14px; width: 12px; height: 1px; background: currentColor; box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor; }
.paper-icon--book i { left: 7px; }
.paper-icon--book b { right: 7px; }
.paper-icon--nib { width: 34px; height: 45px; transform: rotate(32deg); }
.paper-icon--nib::before { content: ""; position: absolute; inset: 4px 7px 10px; border: 2px solid currentColor; border-radius: 50% 50% 45% 45%; clip-path: polygon(0 0,100% 0,82% 72%,50% 100%,18% 72%); }
.paper-icon--nib::after { content: ""; position: absolute; left: 16px; top: 11px; width: 2px; height: 23px; background: currentColor; }
.paper-icon--nib i { position: absolute; top: 0; left: 9px; width: 16px; height: 8px; border: 2px solid currentColor; }
.paper-icon--sprig::before { content: ""; position: absolute; top: 5px; left: 22px; width: 1px; height: 36px; background: currentColor; transform: rotate(-8deg); }
.paper-icon--sprig i, .paper-icon--sprig b { position: absolute; top: 12px; left: 8px; width: 16px; height: 9px; border: 2px solid currentColor; border-radius: 100% 0 100% 0; transform: rotate(15deg); box-shadow: 13px 12px 0 -2px #f7f0e5, 13px 12px 0 0 currentColor; }
.paper-icon--sprig b { top: 24px; left: 25px; transform: rotate(195deg); box-shadow: none; }

/* Scripture */
.scripture { position: relative; overflow: hidden; min-height: 215px; padding: 35px 70px 32px; background-color: var(--olive-deep); background-image: radial-gradient(rgba(255,255,255,.045) .5px, transparent .5px); background-size: 6px 6px; color: var(--paper); text-align: center; }
.scripture::before,
.closing::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse at 18% 20%, rgba(255,255,255,.07) 0, transparent 28%),
    radial-gradient(ellipse at 78% 70%, rgba(0,0,0,.16) 0, transparent 34%),
    radial-gradient(circle at 20% 30%, rgba(230,220,196,.13) 0 .7px, transparent .9px),
    radial-gradient(circle at 70% 66%, rgba(0,0,0,.18) 0 .65px, transparent .9px),
    repeating-linear-gradient(7deg, rgba(255,255,255,.014) 0 1px, transparent 1px 4px);
  background-size: 100% 100%, 100% 100%, 11px 13px, 13px 11px, 100% 100%;
  mix-blend-mode: soft-light;
  opacity: .92;
}
.scripture::after,
.closing::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 95px rgba(0,0,0,.2);
}
.scripture > *, .closing > * { position: relative; z-index: 1; }
.scripture .eyebrow { margin-bottom: 8px; color: #c77a58; }
.scripture blockquote { position: relative; z-index: 2; max-width: 870px; margin: 0 auto; font: 42px/1.03 var(--serif); letter-spacing: -.02em; }
.scripture__botanical { position: absolute; right: 28px; bottom: -13px; color: var(--paper); opacity: .34; transform: scale(1.45) rotate(-7deg); }

/* How it works */
.rhythm { padding: 24px 68px 29px; background: var(--paper); }
.rhythm__eyebrow { margin-bottom: 18px; text-align: center; }
.rhythm__steps { width: min(1020px,100%); margin: auto; display: grid; grid-template-columns: repeat(3,1fr); }
.rhythm__step { position: relative; padding: 0 30px; display: flex; align-items: flex-start; gap: 15px; }
.rhythm__number { flex: 0 0 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--olive); color: white; font: 17px var(--serif); }
.rhythm__step h3 { margin: -1px 0 2px; font-size: 26px; line-height: 1; }
.rhythm__step p { max-width: 190px; margin: 0; color: #56574f; font-size: 11px; line-height: 1.45; }
.rhythm__connector { position: absolute; top: 14px; right: -10%; width: 21%; border-top: 1px dotted rgba(48,51,44,.32); }

/* Membership */
.membership { width: min(1190px, calc(100% - 120px)); min-height: 295px; margin: 0 auto 38px; padding: 29px 30px 25px 38px; display: grid; grid-template-columns: 1.05fr 1fr 265px; align-items: stretch; gap: 34px; border: 1px solid rgba(76,63,47,.16); background: rgba(235,225,207,.7); box-shadow: 0 12px 32px rgba(48,40,30,.09); }
.membership::before { content: ""; position: absolute; pointer-events: none; }
.membership__intro { padding-top: 5px; }
.membership__intro h2 { margin: 0 0 16px; font-size: 45px; line-height: 1; }
.membership__rule { display: block; width: 38px; height: 1px; margin: 0 0 18px; background: var(--rust); }
.membership__intro > p:last-child { max-width: 310px; margin: 0; font: 17px/1.45 var(--serif); }
.membership__benefits { padding: 2px 0 0 25px; display: grid; border-left: 1px solid var(--line); }
.membership__benefits > div { display: flex; align-items: center; gap: 17px; }
.membership__benefits p { margin: 0; font: 16px/1.16 var(--serif); }
.membership__benefits b, .membership__benefits span { display: block; }
.membership__benefits span { margin-top: 4px; font-size: 13px; }
.benefit-icon { position: relative; flex: 0 0 34px; height: 36px; color: var(--rust); }
.benefit-icon--gift::before { content: ""; position: absolute; left: 5px; top: 13px; width: 25px; height: 20px; border: 1.5px solid currentColor; }
.benefit-icon--gift::after { content: ""; position: absolute; left: 3px; top: 10px; width: 29px; height: 6px; border: 1.5px solid currentColor; }
.benefit-icon--gift i { position: absolute; left: 16px; top: 10px; width: 1.5px; height: 23px; background: currentColor; }
.benefit-icon--gift b::before, .benefit-icon--gift b::after { content: ""; position: absolute; top: 2px; width: 10px; height: 8px; border: 1.5px solid currentColor; border-radius: 70% 70% 0 70%; }
.benefit-icon--gift b::before { left: 7px; transform: rotate(20deg); }
.benefit-icon--gift b::after { right: 7px; transform: rotate(70deg); }
.benefit-icon--envelope::before { content: ""; position: absolute; inset: 6px 2px 7px; border: 1.5px solid currentColor; }
.benefit-icon--envelope::after { content: ""; position: absolute; left: 5px; top: 5px; width: 22px; height: 22px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.benefit-icon--seal::before { content: ""; position: absolute; left: 5px; top: 2px; width: 25px; height: 25px; border: 1.5px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 4px #e8dcc8, inset 0 0 0 5.5px currentColor; }
.benefit-icon--seal::after { content: "★"; position: absolute; left: 12px; top: 7px; font-size: 10px; }
.benefit-icon--seal i, .benefit-icon--seal b { position: absolute; top: 24px; width: 10px; height: 12px; border: 1.5px solid currentColor; border-top: 0; }
.benefit-icon--seal i { left: 7px; transform: rotate(10deg); }
.benefit-icon--seal b { right: 6px; transform: rotate(-10deg); }
.membership__price { position: relative; display: block; width: 100%; padding: 20px 20px 25px; border: 1px solid var(--olive-deep); background: var(--olive-deep); color: var(--paper); text-align: center; text-decoration: none; box-shadow: inset 0 0 0 8px var(--olive-deep), inset 0 0 0 9px rgba(245,239,229,.38); }
.membership__price:hover { background: #20251e; }
.membership__price > span { display: block; font-size: 9px; font-weight: 600; letter-spacing: .18em; line-height: 1.55; text-transform: uppercase; }
.membership__price > b { display: block; margin: 12px 0 4px; font: 50px/1 var(--serif); }
.membership__price > b i { font-size: 30px; font-style: normal; vertical-align: 9px; }
.membership__price > b small { font-size: 22px; font-weight: 400; }
.membership__price > em { display: block; font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.membership__price > strong { position: absolute; right: -10px; bottom: 16px; left: -10px; padding: 10px 5px; background: var(--rust); color: white; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; box-shadow: 0 5px 10px rgba(0,0,0,.15); }

/* FAQ */
.faq { padding: 19px 68px 25px; border-top: 1px solid rgba(76,63,47,.1); background: rgba(251,247,238,.82); }
.faq > .eyebrow { width: min(1190px,100%); margin: 0 auto 13px; color: var(--ink); }
.faq__list { width: min(1190px,100%); margin: auto; display: grid; grid-template-columns: repeat(4,1fr); }
.faq__item { padding: 0 22px; text-align: center; }
.faq__item:not(:last-child) { border-right: 1px solid var(--line); }
.faq__item button { width: 100%; min-height: 52px; padding: 0; border: 0; background: transparent; font: 17px/1.05 var(--serif); }
.faq__item button span, .faq__item button b { display: block; }
.faq__item button b { margin-top: 8px; color: var(--rust); font: 14px var(--sans); }
.faq__item p { min-height: 44px; margin: 5px 0 0; color: #575850; font-size: 10px; line-height: 1.45; opacity: 0; transform: translateY(-3px); transition: opacity .18s, transform .18s; }
.faq__item.is-open p { opacity: 1; transform: none; }

/* Closing and legal */
.closing { position: relative; min-height: 225px; padding: 27px 70px; display: grid; grid-template-columns: 250px 1fr 230px; align-items: center; overflow: hidden; background-color: var(--olive-deep); color: var(--paper); text-align: center; }
.closing__art { position: relative; height: 170px; }
.closing__mailbox { position: absolute; left: 112px; bottom: -22px; width: 126px; opacity: .62; }
.closing__botanical { position: absolute; left: -66px; bottom: -8px; color: var(--paper); opacity: .5; transform: rotate(3deg); }
.closing__copy h2 { margin: 0; font-size: 47px; line-height: 1; }
.closing__copy > span { display: block; width: 34px; height: 1px; margin: 14px auto 10px; background: var(--rust); }
.closing__copy p { margin-bottom: 12px; font: 16px/1.2 var(--serif); }
.closing__copy .button { min-width: 280px; min-height: 40px; }
.closing > .postal-mark { justify-self: center; }
.footer { min-height: 54px; padding: 0 46px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #222720; color: rgba(245,239,229,.55); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

/* Signup dialog */
.signup-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; backdrop-filter: blur(8px); }
.signup-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(25,27,23,.78); }
.signup-modal__card { position: relative; width: min(590px,100%); padding: 58px; border: 1px solid rgba(64,72,59,.24); background-color: var(--ivory); background-image: radial-gradient(rgba(71,62,48,.055) .6px, transparent .6px); background-size: 6px 6px; box-shadow: 0 34px 100px rgba(0,0,0,.36); }
.signup-modal__card::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(173,99,65,.22); pointer-events: none; }
.signup-modal__card > * { position: relative; z-index: 1; }
.signup-modal__card h2 { margin-bottom: 18px; font-size: 57px; line-height: .95; }
.signup-modal__card > p:not(.eyebrow) { margin-bottom: 28px; color: #626259; }
.signup-modal__close { position: absolute; top: 22px; right: 24px; z-index: 3; width: 38px; height: 38px; border: 0; background: transparent; font: 32px/1 var(--serif); }
.founding-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.founding-form label span { display: block; margin-bottom: 7px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.founding-form input { width: 100%; min-height: 50px; padding: 0 15px; border: 1px solid var(--line); background: var(--paper); }
.founding-form .button { align-self: end; }
.founding-form .honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-error { grid-column: 1/-1; color: #9d3d32; }
.form-success { display: flex; gap: 17px; padding: 22px; background: #dfe4db; }
.form-success > span { color: var(--olive); font-size: 24px; }
.form-success strong { font: 22px var(--serif); }
.form-success p { margin: 2px 0 0; font-size: 13px; }

@media (max-width: 1020px) {
  body { background: var(--ivory); }
  .site-shell { width: 100%; margin: 0; border-radius: 0; box-shadow: none; }
  .topbar { position: absolute; height: 82px; background: transparent; }
  .topbar__inner { width: calc(100% - 40px); grid-template-columns: 225px 1fr auto; }
  .topbar__nav { display: none; }
  .topbar__cta { justify-self: end; }
  .menu-toggle { display: block; }
  .mobile-menu { inset: 82px 0 auto; }
  .hero { position: relative; display: block; height: auto; aspect-ratio: 10 / 7; }
  .hero__copy { position: relative; z-index: 2; width: 50%; padding: clamp(104px,13vw,138px) 0 0 clamp(34px,5vw,52px); }
  .hero__visual { position: absolute; inset: 0; height: 100%; }
  .hero h1 { font-size: clamp(36px,4.9vw,50px); }
  .hero__rule { margin: 20px 0 15px; }
  .hero__lede { margin-bottom: 19px; font-size: clamp(17px,2.15vw,21px); }
  .hero__button { min-height: 46px; }
  .story-strip { padding-inline: 35px; grid-template-columns: 120px 1fr 120px; }
  .story-strip > p { font-size: 31px; }
  .paper-cards { gap: 22px; }
  .paper-card { padding-inline: 24px; }
  .membership { width: calc(100% - 70px); grid-template-columns: 1fr 1fr; }
  .membership__price { grid-column: 1/-1; min-height: 230px; }
  .membership__price > strong { left: 18%; right: 18%; }
  .closing { grid-template-columns: 180px 1fr 160px; }
}

@media (max-width: 720px) {
  .topbar { position: relative; height: 68px; background: rgba(245,239,229,.97); }
  .topbar__inner { width: calc(100% - 32px); grid-template-columns: 1fr auto; }
  .brand-mark { gap: 9px; }
  .brand-mark > img { width: 34px; height: 44px; }
  .brand-mark__words > b { font-size: 20px; }
  .brand-mark__the { font-size: 12px; }
  .brand-mark__the i, .brand-mark__verse i { width: 23px; }
  .topbar__cta { display: none; }
  .mobile-menu { inset: 68px 0 auto; }
  .hero { position: relative; display: block; height: clamp(600px,160vw,680px); min-height: 0; background: #eee6d9; }
  .hero__visual { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; }
  .hero__visual::after { display: none; }
  .hero__visual img { position: static; width: 100%; max-width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
  .hero__copy { width: min(100%,370px); padding: 38px 24px 0; }
  .hero h1 { max-width: 350px; font-size: clamp(38px,10.5vw,44px); line-height: .94; letter-spacing: -.035em; }
  .hero__rule { width: 42px; margin: 20px 0 16px; }
  .hero__lede { max-width: 305px; margin-bottom: 20px; font-size: 17px; }
  .hero__button { width: min(100%,230px); min-width: 0; min-height: 48px; }
  .story-strip { padding: 35px 22px; grid-template-columns: 1fr; gap: 17px; }
  .story-strip__botanical { display: none; }
  .story-strip > p { font-size: 34px; }
  .story-strip > .postal-mark { justify-self: center; }
  .inside { padding: 55px 22px; }
  .paper-cards { grid-template-columns: 1fr; gap: 35px; }
  .paper-card { width: min(370px,100%); min-height: 325px; margin: auto; }
  .scripture { padding: 62px 22px; }
  .scripture blockquote { font-size: clamp(32px,10vw,45px); }
  .scripture blockquote br { display: none; }
  .rhythm { padding: 45px 22px; }
  .rhythm__steps { grid-template-columns: 1fr; }
  .rhythm__step { padding: 20px 0; border-bottom: 1px solid var(--line); }
  .rhythm__connector { display: none; }
  .rhythm__step p { max-width: 260px; }
  .membership { width: calc(100% - 32px); padding: 36px 25px; grid-template-columns: 1fr; gap: 34px; }
  .membership__benefits { padding: 25px 0 0; gap: 22px; border-top: 1px solid var(--line); border-left: 0; }
  .membership__price { grid-column: auto; min-height: 250px; }
  .membership__price > strong { right: -10px; left: -10px; }
  .faq { padding: 42px 22px; }
  .faq__list { grid-template-columns: 1fr; }
  .faq__item { padding: 15px 0; }
  .faq__item:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
  .faq__item button { display: flex; justify-content: space-between; text-align: left; font-size: 22px; }
  .faq__item button b { margin: 0; }
  .faq__item p { min-height: 0; text-align: left; font-size: 12px; }
  .closing { padding: 65px 22px; grid-template-columns: 1fr; }
  .closing__art { display: none; }
  .closing > .postal-mark { margin-top: 35px; }
  .closing__copy h2 { font-size: 44px; }
  .closing__copy .button { min-width: 250px; }
  .footer { padding: 25px 20px; flex-direction: column; justify-content: center; text-align: center; }
  .signup-modal__card { padding: 50px 28px 34px; }
  .signup-modal__card h2 { font-size: 46px; }
  .founding-form { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .faq__item p { transition: none; }
}
