@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader-latin-italic-variable.woff2") format("woff2");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --ink: #202b29;
  --ink-soft: #596360;
  --navy: #29453f;
  --navy-deep: #18312d;
  --navy-pale: #eef2ef;
  --gold: #a57e47;
  --gold-light: #dfcfaf;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --sage: #6b786f;
  --line: #ded8cc;
  --line-dark: #c9c1b2;
  --success: #356650;
  --warning: #98651e;
  --danger: #963f3f;
  --shadow-sm: 0 8px 24px rgba(24, 49, 45, .07);
  --shadow-md: 0 22px 55px rgba(24, 49, 45, .12);
  --shadow-lg: 0 38px 90px rgba(24, 49, 45, .17);
  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--serif); font-optical-sizing: auto; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 5.2vw, 5.25rem); }
h2 { font-size: clamp(2.15rem, 3.6vw, 3.65rem); }
h3 { font-size: 1.45rem; }
p { color: var(--ink-soft); }
::selection { color: var(--white); background: var(--navy); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 780px; }
.text-center { text-align: center; }
.muted { color: #6d7480; font-size: .9rem; }
.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: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; color: var(--white); background: var(--navy-deep); border-radius: 5px; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #d6aa61; outline-offset: 3px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid var(--navy); border-radius: 7px; color: var(--white); background: var(--navy); font-weight: 750; line-height: 1.15; text-align: center; text-decoration: none; box-shadow: 0 3px 0 rgba(10, 36, 58, .12); cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--navy-deep); transform: translateY(-1px); box-shadow: 0 7px 18px rgba(15, 41, 66, .14); }
.button--large { min-height: 56px; padding: 15px 25px; font-size: 1.02rem; }
.button--small { min-height: 40px; padding: 9px 15px; font-size: .88rem; }
.button--outline { color: var(--navy); background: transparent; box-shadow: none; }
.button--outline:hover { color: var(--white); background: var(--navy); }
.button--ghost { color: var(--ink); background: transparent; border-color: transparent; box-shadow: none; }
.button--ghost:hover { color: var(--navy); background: var(--navy-pale); box-shadow: none; }
.button--cream { color: var(--navy-deep); background: var(--cream); border-color: var(--cream); }
.button--cream:hover { color: var(--navy-deep); background: var(--white); }
.button--soft { color: var(--navy); background: var(--navy-pale); border-color: #ccdce6; box-shadow: none; }
.button--soft:hover { color: var(--white); background: var(--navy); }
.button--danger { background: var(--danger); border-color: var(--danger); }
.button--full { width: 100%; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; color: var(--navy); font-weight: 750; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.text-link:hover { color: var(--gold); }
.text-button { padding: 0; color: var(--navy); background: none; border: 0; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.text-button--danger { color: var(--danger); }

.site-header { position: sticky; z-index: 100; top: 0; height: 78px; background: #fffdfa; border-bottom: 1px solid rgba(221, 217, 206, .7); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-mark { position: relative; display: grid; width: 35px; height: 42px; place-items: center; border: 1px solid var(--gold-light); background: var(--cream); }
.brand-mark::before, .brand-mark::after { position: absolute; content: ""; display: block; background: var(--gold); }
.brand-mark::before { width: 2px; height: 22px; }
.brand-mark::after { width: 12px; height: 2px; top: 14px; }
.brand-mark span { position: absolute; bottom: 5px; width: 15px; height: 1px; background: var(--gold-light); }
.brand-copy { display: flex; flex-direction: column; font-family: var(--serif); line-height: 1; letter-spacing: .01em; }
.brand-copy strong { font-size: 1rem; font-weight: 600; }
.brand-copy small { margin-top: 4px; color: var(--gold); font-family: var(--sans); font-size: .58rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 29px; }
.main-nav > a:not(.button) { position: relative; color: #364259; font-size: .91rem; font-weight: 680; text-decoration: none; }
.main-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform .18s ease; }
.main-nav > a:not(.button):hover::after { transform: scaleX(1); }
.main-nav > a[aria-current="page"]:not(.button)::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ink); }
.private-note { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: .84rem; font-weight: 700; }
.lock-dot { width: 8px; height: 8px; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 5px rgba(46, 106, 77, .1); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--gold); font-size: .8125rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 27px; height: 1px; background: currentColor; }
.eyebrow--light { color: #e7d5ae; }

.hero { position: relative; overflow: hidden; padding: 82px 0 88px; background: var(--cream); border-bottom: 1px solid var(--line); }
.hero::before { position: absolute; width: 380px; height: 380px; content: ""; right: -190px; top: -170px; border: 1px solid var(--gold-light); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 700px; margin-bottom: 24px; }
.hero h1 em { color: var(--navy); font-style: italic; }
.hero-lead { max-width: 670px; margin-bottom: 30px; font-size: 1.18rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 16px; }
.hero-actions--center { justify-content: center; }
.hero-microcopy { margin: 0 0 25px; color: #697282; font-size: .84rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-trust span { color: var(--ink-soft); font-size: .82rem; font-weight: 700; }
.hero-trust i { display: inline-grid; width: 19px; height: 19px; margin-right: 5px; place-items: center; color: var(--success); background: #e8f1ec; border-radius: 50%; font-size: .69rem; font-style: normal; }

.hero-visual { position: relative; min-height: 570px; }
.visual-halo { position: absolute; width: 450px; height: 450px; top: 55px; left: 50%; border: 1px solid #d7c49e; border-radius: 50%; background: #f5efe1; transform: translateX(-50%); }
.booklet-card, .booklet-side-page, .booklet-stack { position: absolute; width: 292px; height: 448px; background: var(--paper); box-shadow: var(--shadow-lg); }
.booklet-card { z-index: 3; top: 33px; left: 48px; padding: 38px 30px 28px; text-align: center; transform: rotate(-3deg); border: 1px solid #e0d8c6; }
.booklet-stack--back { z-index: 1; top: 56px; left: 73px; border: 1px solid #d6d0c4; transform: rotate(-7deg); box-shadow: var(--shadow-md); }
.booklet-side-page { z-index: 2; right: 2px; bottom: 16px; padding: 45px 31px; transform: rotate(6deg); border: 1px solid #d6d0c4; }
.booklet-cross { position: relative; width: 20px; height: 42px; margin: 0 auto 25px; }
.booklet-cross::before, .booklet-cross::after { position: absolute; content: ""; background: var(--gold); }
.booklet-cross::before { width: 2px; height: 40px; left: 9px; }
.booklet-cross::after { width: 19px; height: 2px; top: 12px; }
.booklet-kicker, .booklet-side-page > span { display: block; color: var(--gold); font-size: .55rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.booklet-card strong { display: block; margin: 12px 0 18px; font-family: var(--serif); font-size: 1.95rem; font-weight: 500; line-height: 1.02; }
.portrait-placeholder { display: grid; width: 126px; height: 154px; margin: 0 auto 18px; place-items: center; background: #e6e1d7; border: 5px solid var(--white); outline: 1px solid #c9c0ae; }
.portrait-placeholder span { color: #8b857b; font-size: .6rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.booklet-card p { margin-bottom: 9px; color: var(--ink); font-family: var(--serif); font-size: .8rem; }
.booklet-card small { color: #79736a; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.booklet-side-page > span { margin-bottom: 30px; color: var(--navy); text-align: center; }
.booklet-side-page b { display: block; margin: 20px 0 8px; font-family: var(--serif); font-size: .88rem; font-weight: 600; }
.booklet-side-page i { display: block; width: 100%; height: 3px; margin: 7px 0; background: #e1ded8; }
.booklet-side-page i:nth-of-type(2n) { width: 75%; }
.visual-badge { position: absolute; z-index: 5; right: -10px; top: 18px; display: flex; width: 126px; height: 76px; flex-direction: column; justify-content: center; padding: 12px 17px; color: var(--white); background: var(--navy); box-shadow: var(--shadow-sm); }
.visual-badge b { font-size: .8rem; }.visual-badge span { color: #cbd8e2; font-size: .67rem; }
.sample-label { position: absolute; z-index: 5; bottom: 4px; left: 76px; color: #79736a; font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }

.trust-bar { color: var(--white); background: var(--navy-deep); }
.trust-bar-inner { display: flex; min-height: 68px; align-items: center; justify-content: center; gap: 30px; }
.trust-bar span { font-size: .78rem; font-weight: 750; letter-spacing: .03em; }
.trust-bar i { width: 3px; height: 3px; background: #9bafbf; border-radius: 50%; }

.section { padding: 105px 0; }
.section--intro { padding-top: 115px; }
.section--navy-tint { background: var(--navy-pale); border-block: 1px solid #dce5eb; }
.section-heading { max-width: 700px; margin-bottom: 50px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading p { max-width: 650px; margin: 0 auto; font-size: 1.06rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { position: relative; min-height: 275px; padding: 35px 31px; background: var(--paper); border: 1px solid var(--line); }
.step-card--featured { color: var(--white); background: var(--navy); border-color: var(--navy); transform: translateY(-10px); box-shadow: var(--shadow-md); }
.step-number { display: block; margin-bottom: 50px; color: var(--gold); font-family: var(--serif); font-size: .95rem; }
.step-card h3 { margin-bottom: 14px; }
.step-card p { margin: 0; font-size: .93rem; }
.step-card--featured h3, .step-card--featured p { color: var(--white); }
.step-card--featured p { opacity: .78; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.split-grid--reverse > :first-child { order: 2; }.split-grid--reverse > :last-child { order: 1; }
.split-copy h2 { margin-bottom: 23px; }
.split-copy > p { margin-bottom: 30px; font-size: 1.05rem; }
.feature-list { display: grid; gap: 22px; padding: 0; margin: 0 0 30px; list-style: none; }
.feature-list li { display: flex; gap: 15px; }
.feature-list li > span { display: grid; flex: 0 0 28px; height: 28px; place-items: center; color: var(--success); background: #e6efe9; border-radius: 50%; font-size: .77rem; font-weight: 900; }
.feature-list b, .feature-list small { display: block; }.feature-list b { margin-bottom: 3px; }.feature-list small { color: var(--ink-soft); line-height: 1.55; }
.ui-demo { overflow: hidden; background: var(--white); border: 1px solid #cfdce4; box-shadow: var(--shadow-md); }
.ui-demo-header { display: flex; height: 55px; align-items: center; gap: 7px; padding: 0 20px; background: var(--navy-deep); }
.ui-demo-header i { width: 8px; height: 8px; background: #70879a; border-radius: 50%; }
.ui-demo-header span { margin-left: auto; color: #dce6ed; font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.ui-demo-body { padding: 25px; }
.status-row { display: grid; grid-template-columns: 98px 1fr; gap: 18px; align-items: center; padding: 15px 0; border-bottom: 1px solid #e6ebee; }
.status-row b, .status-row small { display: block; }.status-row b { font-size: .9rem; }.status-row small { color: var(--ink-soft); font-size: .78rem; }
.status { width: max-content; padding: 4px 8px; font-size: .61rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.status--ready { color: var(--success); background: #e8f1ec; }.status--pending { color: var(--warning); background: #f7eddd; }
.ui-note { display: flex; gap: 12px; margin-top: 22px; padding: 14px; background: var(--cream); border-left: 3px solid var(--gold); }
.ui-note span { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; color: var(--white); background: var(--gold); border-radius: 50%; font-family: var(--serif); font-style: italic; }
.ui-note p { margin: 0; font-size: .77rem; }

.booklet-preview-scene { position: relative; min-height: 510px; padding: 55px 20px 20px; background: var(--cream); border: 1px solid var(--line); }
.preview-pages { position: relative; height: 390px; }
.preview-page { position: absolute; width: 225px; height: 350px; padding: 35px 27px; background: var(--white); border: 1px solid #d7d2c7; box-shadow: var(--shadow-md); }
.preview-page:nth-child(1) { z-index: 3; left: 28px; top: 10px; transform: rotate(-5deg); }
.preview-page:nth-child(2) { z-index: 2; left: 170px; top: 0; transform: rotate(2deg); }
.preview-page:nth-child(3) { z-index: 1; right: 12px; top: 25px; transform: rotate(7deg); }
.preview-page > span { display: block; margin-bottom: 22px; color: var(--gold); font-size: .5rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.preview-page > b { display: block; margin-bottom: 23px; font-family: var(--serif); font-size: 1.07rem; }
.preview-page p { color: var(--ink); font-size: .62rem; line-height: 1.5; }.preview-page em { color: var(--ink-soft); }
.preview-page--cover { text-align: center; }.preview-page--cover b { font-size: 1.65rem; line-height: 1.1; }.preview-page--cover i { display: block; width: 83px; height: 105px; margin: 25px auto; background: #ded9ce; }.preview-page--cover small { font-family: var(--serif); }
.preview-page .text-line { display: block; width: 100%; height: 3px; margin: 8px 0; background: #e0ddd5; }.preview-page .text-line.short { width: 65%; margin-bottom: 30px; }
.print-chip { position: absolute; right: 25px; bottom: 22px; padding: 8px 12px; color: var(--white); background: var(--navy); font-size: .7rem; font-weight: 800; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0; }
.mini-grid div { padding-top: 14px; border-top: 1px solid var(--line); }.mini-grid b, .mini-grid span { display: block; }.mini-grid b { margin-bottom: 5px; }.mini-grid span { color: var(--ink-soft); font-size: .78rem; line-height: 1.5; }

.section--ai { padding: 0; color: var(--white); background: var(--navy-deep); }
.ai-panel { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; padding-block: 95px; }
.ai-panel h2, .ai-panel p { color: var(--white); }.ai-panel > div:first-child > p { opacity: .78; font-size: 1.05rem; }.ai-panel > div:first-child > small { color: #aebfcb; }
.ai-example { padding: 33px; background: #173b5e; border: 1px solid #365a77; }
.ai-example > span { color: #d9c79e; font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ai-example p { margin: 10px 0 18px; padding: 16px; background: rgba(255,255,255,.06); font-family: var(--serif); font-size: .9rem; line-height: 1.65; }.ai-example small { color: #aebfcb; }.ai-arrow { margin: -5px 0 10px; color: #d9c79e; text-align: center; }

.comparison-section { background: var(--cream); }
.comparison-table { max-width: 900px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.comparison-row { display: grid; grid-template-columns: 1.35fr 1fr 1fr; min-height: 64px; align-items: center; border-bottom: 1px solid #e7e3da; }
.comparison-row:last-child { border-bottom: 0; }.comparison-row > * { height: 100%; display: flex; align-items: center; padding: 15px 22px; }.comparison-row > *:not(:last-child) { border-right: 1px solid #e7e3da; }
.comparison-head { min-height: 72px; background: var(--navy-deep); }.comparison-head b { color: var(--white); font-size: .83rem; }.comparison-row span { font-weight: 700; }.comparison-row b { font-size: .8rem; }.comparison-row .yes { color: var(--success); background: #f0f6f2; }.comparison-row .no { color: #77756f; font-weight: 600; }

.pricing-section { background: var(--paper); }
.pricing-wrap, .pricing-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; max-width: 1040px; }
.pricing-copy h2 { margin-bottom: 24px; }.pricing-copy > p { font-size: 1.07rem; }
.guarantee-note { display: flex; gap: 14px; margin-top: 35px; padding: 20px; background: var(--cream); border-left: 3px solid var(--gold); }.guarantee-note > span { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; color: var(--white); background: var(--success); border-radius: 50%; }.guarantee-note p { margin: 0; font-size: .84rem; }
.price-card { padding: 42px 45px; background: var(--white); border: 1px solid #cfc9bc; box-shadow: var(--shadow-md); }
.price-label { display: block; color: var(--gold); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.price { margin: 17px 0 23px; color: var(--ink); font-family: var(--serif); font-size: 4rem; line-height: 1; }.price sup { font-size: 1.6rem; vertical-align: top; }.price small { color: var(--ink-soft); font-family: var(--sans); font-size: .8rem; }
.price-card ul { display: grid; gap: 12px; padding: 24px 0; margin: 0 0 28px; border-block: 1px solid var(--line); list-style: none; }.price-card li { position: relative; padding-left: 27px; font-size: .88rem; }.price-card li::before { position: absolute; left: 0; content: "✓"; color: var(--success); font-weight: 900; }.price-card > small { display: block; margin-top: 12px; color: #777d87; text-align: center; }
.price-card--large { padding: 50px; }.price-card--large > p { margin-bottom: 0; }.pricing-details hr { margin: 28px 0; border: 0; border-top: 1px solid var(--line); }.pricing-details h3 { margin-bottom: 8px; }.pricing-details p { margin-bottom: 0; }

.privacy-section { background: var(--navy-pale); border-block: 1px solid #dce5eb; }
.privacy-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }.privacy-grid h2 { margin-bottom: 22px; }.privacy-grid > div:first-child > p { font-size: 1.04rem; }
.privacy-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #cad8e0; border: 1px solid #cad8e0; }.privacy-cards article { min-height: 150px; padding: 28px; background: var(--paper); }.privacy-cards b, .privacy-cards span { display: block; }.privacy-cards b { margin-bottom: 8px; font-family: var(--serif); font-size: 1.16rem; }.privacy-cards span { color: var(--ink-soft); font-size: .8rem; }

.faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 23px 45px 23px 0; font-family: var(--serif); font-size: 1.18rem; font-weight: 600; list-style: none; cursor: pointer; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { position: absolute; right: 4px; top: 21px; content: "+"; color: var(--gold); font-family: var(--sans); font-size: 1.35rem; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 720px; padding: 0 35px 22px 0; margin: 0; font-size: .92rem; }
.final-cta { color: var(--white); background: var(--navy); }.final-cta-inner { display: flex; min-height: 270px; align-items: center; justify-content: space-between; gap: 60px; }.final-cta span { color: #d9c79e; font-size: .69rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }.final-cta h2 { max-width: 700px; margin: 8px 0 0; color: var(--white); font-size: clamp(2rem, 3vw, 3.1rem); }

.page-hero { padding: 95px 0 85px; background: var(--cream); border-bottom: 1px solid var(--line); }.page-hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: center; }.page-hero h1 { margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 4.75rem); }.page-hero p { max-width: 760px; font-size: 1.12rem; }.page-hero small { color: #707681; }.page-hero--center { text-align: center; }.page-hero--center .eyebrow { justify-content: center; }.page-hero--center .narrow { margin-inline: auto; }.page-hero--legal { padding-bottom: 70px; }.page-hero-card { padding: 34px; background: var(--navy-deep); box-shadow: var(--shadow-md); }.page-hero-card > span { color: #d9c79e; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.page-hero-card ul { display: grid; gap: 13px; padding: 25px 0; margin: 0; list-style: none; border-bottom: 1px solid #38536b; }.page-hero-card li { position: relative; padding-left: 23px; color: var(--white); font-size: .84rem; }.page-hero-card li::before { position: absolute; left: 0; content: "✓"; color: #d9c79e; }.page-hero-card > b { display: block; margin-top: 23px; color: var(--white); font-family: var(--serif); font-size: 2.4rem; }.page-hero-card > b small { color: #b7c6d1; font-family: var(--sans); font-size: .7rem; }.page-hero-card--quiet { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }.page-hero-card--quiet > span { color: var(--gold); }.page-hero-card--quiet li { color: var(--ink); }.page-hero-card--quiet ul { border-bottom: 0; }
.breadcrumb { display: flex; gap: 9px; padding-block: 20px; color: #737b87; font-size: .76rem; }.breadcrumb a { color: var(--navy); }.article-section { padding: 78px 0; }.article-section--tint { background: var(--navy-pale); border-block: 1px solid #dce5eb; }.article-grid { display: grid; grid-template-columns: 100px minmax(0, 750px); gap: 55px; justify-content: center; }.article-number { color: var(--gold-light); font-family: var(--serif); font-size: 3.4rem; line-height: 1; }.article-grid h2 { margin-bottom: 20px; }.article-grid p { font-size: 1.02rem; }.check-list { display: grid; gap: 12px; padding: 0; margin: 25px 0 0; list-style: none; }.check-list li { position: relative; padding-left: 28px; color: var(--ink-soft); }.check-list li::before { position: absolute; left: 0; content: "✓"; color: var(--success); font-weight: 900; }

.readings-intro { padding-top: 65px; }
.readings-layout { display: grid; grid-template-columns: 190px minmax(0, 820px); gap: 70px; justify-content: center; align-items: start; }
.readings-layout > aside { position: sticky; top: 105px; display: grid; gap: 8px; padding: 20px; background: var(--cream); border: 1px solid var(--line); }
.readings-layout > aside b { margin-bottom: 5px; font-family: var(--serif); }
.readings-layout > aside a { color: var(--ink-soft); font-size: .76rem; text-decoration: none; }
.readings-layout > aside a:hover { color: var(--navy); text-decoration: underline; }
.article-lead { padding-bottom: 45px; }
.article-lead h2 { margin-bottom: 18px; }
.article-lead p { font-size: 1rem; }
.reading-group { padding: 43px 0; border-top: 1px solid var(--line); scroll-margin-top: 105px; }
.reading-group > h2 { margin-bottom: 12px; font-size: 2.1rem; }
.reading-group > p { margin-bottom: 24px; }
.reading-reference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.reading-reference-grid article { min-height: 112px; padding: 20px; background: var(--white); }
.reading-reference-grid b, .reading-reference-grid span { display: block; }
.reading-reference-grid b { margin-bottom: 8px; font-family: var(--serif); font-size: 1rem; }
.reading-reference-grid span { color: var(--ink-soft); font-size: .75rem; line-height: 1.55; }
.source-note { padding: 30px; margin-top: 40px; background: var(--navy-pale); border-left: 3px solid var(--navy); }
.source-note h2 { font-size: 1.55rem; }
.source-note p { margin-bottom: 0; font-size: .85rem; }
.source-note a { color: var(--navy); font-weight: 700; }

.parish-quote { padding: 45px; background: var(--navy-deep); box-shadow: var(--shadow-md); }.parish-quote > span { color: #d9c79e; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.parish-quote blockquote { margin: 28px 0; color: var(--white); font-family: var(--serif); font-size: 2rem; line-height: 1.35; }.parish-quote p { margin: 0; color: #b9c6d0; font-size: .8rem; }
.sample-section { background: var(--navy-pale); }.sample-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }.sample-document { position: relative; min-height: 480px; }.sample-document-page { position: absolute; top: 0; left: 20px; display: flex; width: 300px; height: 450px; flex-direction: column; align-items: center; padding: 45px 30px; background: var(--white); border: 1px solid var(--line-dark); box-shadow: var(--shadow-lg); transform: rotate(-4deg); text-align: center; }.sample-document-page > span { color: var(--gold); font-size: .58rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }.sample-document-page > b { margin-top: 22px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }.sample-document-page > i { width: 115px; height: 140px; margin: 38px 0; background: #ded9cf; }.sample-document-page--inside { left: 230px; align-items: stretch; transform: rotate(5deg); text-align: left; }.sample-document-page--inside > b { margin: 0 0 30px; font-size: 1.2rem; }.sample-document-page--inside p { color: var(--ink); font-size: .72rem; }.sample-document-page--inside em { color: var(--ink-soft); }

.legal-content { padding: 80px 0 110px; }.legal-grid { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 90px; justify-content: center; align-items: start; }.legal-grid nav { position: sticky; top: 110px; display: grid; gap: 9px; padding: 22px; background: var(--cream); border: 1px solid var(--line); }.legal-grid nav b { margin-bottom: 5px; font-family: var(--serif); }.legal-grid nav a { color: var(--ink-soft); font-size: .78rem; text-decoration: none; }.legal-grid nav a:hover { color: var(--navy); text-decoration: underline; }.legal-grid section { padding-bottom: 37px; margin-bottom: 37px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }.legal-grid section:last-child { border-bottom: 0; }.legal-grid h2 { font-size: 2rem; }.legal-grid p { font-size: .96rem; line-height: 1.85; }
.empty-page { padding: 130px 0; }.empty-page p { font-size: 1.05rem; }

.success-shell { min-height: 72vh; padding: 95px 0 120px; background: var(--cream); }.success-status { text-align: center; }.success-status h1 { margin: 24px 0 18px; font-size: clamp(2.6rem, 5vw, 4.4rem); }.success-status > p { max-width: 630px; margin: 0 auto 30px; font-size: 1.05rem; }.loading-mark { position: relative; display: inline-grid; width: 58px; height: 58px; place-items: center; border: 1px solid var(--gold-light); }.loading-mark::before, .loading-mark::after { position: absolute; content: ""; background: var(--gold); }.loading-mark::before { width: 2px; height: 26px; }.loading-mark::after { width: 15px; height: 2px; top: 18px; }.loading-mark i { position: absolute; inset: -7px; border: 2px solid transparent; border-top-color: var(--navy); border-radius: 50%; animation: spin 1s linear infinite; }.success-icon { display: inline-grid; width: 43px; height: 43px; place-items: center; color: var(--white); background: var(--success); border-radius: 50%; font-weight: 900; }.success-icon--large { width: 70px; height: 70px; font-size: 1.7rem; box-shadow: 0 0 0 11px #e1ece5; }.success-status .eyebrow { justify-content: center; margin-top: 40px; }.success-downloads { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin: 35px 0; }.print-instructions { max-width: 650px; margin: 42px auto; padding: 28px 34px; text-align: left; background: var(--white); border: 1px solid var(--line); }.print-instructions h2 { font-size: 1.55rem; }.print-instructions ol { margin: 0; padding-left: 20px; color: var(--ink-soft); }.error-icon { display: inline-grid; width: 65px; height: 65px; place-items: center; color: var(--danger); background: #f8e9e9; border-radius: 50%; font-size: 1.6rem; font-weight: 900; }

.site-footer { padding: 72px 0 25px; color: #bac6d0; background: #0a2135; }.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }.brand--footer { color: var(--white); }.footer-brand p { max-width: 320px; margin-top: 18px; color: #95a7b5; font-size: .84rem; }.site-footer h2 { margin-bottom: 17px; color: var(--white); font-family: var(--sans); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }.site-footer div > a:not(.brand) { display: flex; min-height: 44px; align-items: center; margin: 0; color: #aebcc7; font-size: .8125rem; text-decoration: none; }.site-footer div > a:hover { color: var(--white); }.footer-bottom { display: grid; grid-template-columns: .45fr 1.55fr; gap: 50px; padding-top: 23px; border-top: 1px solid #294054; }.footer-bottom p { margin: 0; color: #7f93a2; font-size: .75rem; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .hero-grid, .split-grid, .ai-panel, .pricing-wrap, .pricing-detail-grid, .privacy-grid, .sample-grid { gap: 50px; }
  .hero-visual { transform: scale(.88); transform-origin: center; }
  .sample-document { transform: scale(.85); transform-origin: left center; }
  .main-nav { gap: 20px; }
}

@media (max-width: 860px) {
  .site-header { height: 70px; }.nav-toggle { display: block; }.main-nav { position: fixed; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }.main-nav.is-open { display: flex; }.main-nav > a:not(.button) { padding: 13px 5px; }.main-nav .button { margin-top: 12px; }
  .hero { padding-top: 65px; }.hero-grid, .page-hero-grid, .split-grid, .ai-panel, .pricing-wrap, .pricing-detail-grid, .privacy-grid, .faq-wrap, .sample-grid { grid-template-columns: 1fr; }.hero-grid { gap: 15px; }.hero-visual { width: 580px; max-width: 100%; margin: 0 auto; }.split-grid--reverse > :first-child, .split-grid--reverse > :last-child { order: initial; }.section { padding: 80px 0; }.steps-grid { grid-template-columns: 1fr; }.step-card { min-height: auto; }.step-card--featured { transform: none; }.step-number { margin-bottom: 25px; }.faq-wrap { gap: 25px; }.page-hero-grid { gap: 45px; }.page-hero-card { max-width: 500px; }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; }.legal-grid { grid-template-columns: 1fr; gap: 40px; }.legal-grid nav { position: static; }.sample-document { width: 540px; max-width: 100%; margin: 0 auto; transform: scale(.9); transform-origin: center; }
  .readings-layout { grid-template-columns: 1fr; }.readings-layout > aside { position: static; grid-template-columns: 1fr 1fr; }.readings-layout > aside b { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }.brand-copy strong { font-size: .9rem; }.hero { padding: 50px 0 35px; }.hero h1 { font-size: 2.72rem; }.hero-lead { font-size: 1rem; }.hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }.hero-actions .text-link { justify-content: center; }.hero-trust { gap: 10px 16px; }.hero-visual { width: 375px; min-height: 430px; transform: scale(.78); transform-origin: top center; margin-bottom: -85px; }.booklet-card { left: 2px; }.booklet-stack--back { left: 18px; }.booklet-side-page { right: -130px; }.visual-badge { right: -25px; }.trust-bar-inner { flex-wrap: wrap; gap: 6px 15px; padding: 18px 0; }.trust-bar i { display: none; }.section { padding: 65px 0; }.section--intro { padding-top: 70px; }.section-heading { margin-bottom: 35px; }.section-heading h2, .split-copy h2 { font-size: 2.2rem; }.step-card { padding: 28px 24px; }.split-grid { gap: 38px; }.ui-demo-body { padding: 18px; }.status-row { grid-template-columns: 90px 1fr; gap: 9px; }.booklet-preview-scene { min-height: 405px; overflow: hidden; }.preview-pages { transform: scale(.76); transform-origin: left top; }.mini-grid, .privacy-cards { grid-template-columns: 1fr; }.ai-panel { padding-block: 65px; }.ai-example { padding: 23px; }.comparison-table { overflow-x: auto; }.comparison-row { min-width: 660px; }.price-card, .price-card--large { padding: 32px 24px; }.final-cta-inner { align-items: stretch; flex-direction: column; justify-content: center; gap: 30px; padding: 55px 0; }.page-hero { padding: 65px 0 58px; }.page-hero h1 { font-size: 2.65rem; }.page-hero p { font-size: 1rem; }.article-grid { grid-template-columns: 1fr; gap: 10px; }.article-number { font-size: 2rem; }.faq-list summary { font-size: 1.05rem; }.sample-document { min-height: 370px; transform: scale(.7); transform-origin: left top; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { grid-template-columns: 1fr; gap: 12px; }.success-downloads { flex-direction: column; }.success-downloads .button { width: 100%; }
  .reading-reference-grid { grid-template-columns: 1fr; }.readings-layout > aside { grid-template-columns: 1fr; }.readings-layout > aside b { grid-column: auto; }
}

@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; }
}

/* Quiet Cathedral public presentation */
.button { border-radius: 3px; box-shadow: none; letter-spacing: -.01em; }
.button:hover { box-shadow: 0 10px 24px rgba(24, 49, 45, .14); }
.site-header { height: 82px; background: #fffdf8; border-bottom-color: rgba(202, 194, 178, .72); }
.brand-mark { width: 37px; height: 44px; border-color: #d5c29d; border-radius: 20px 20px 2px 2px; background: #fbf7ef; }
.brand-copy strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 550; letter-spacing: -.01em; }
.brand-copy small { color: #8b6939; letter-spacing: .2em; }
.main-nav > a:not(.button) { color: #3c4945; font-size: .84rem; font-weight: 700; }
.site-footer { background: #142b28; }
.footer-bottom { border-top-color: #35504b; }

.qc-hero { position: relative; overflow: hidden; padding: 72px 0 80px; background: #f5f1e8; border-bottom: 1px solid var(--line); }
.qc-hero::before { position: absolute; top: 0; right: 0; width: 44%; height: 100%; content: ""; background: #eae4d8; }
.qc-hero::after { position: absolute; top: 58px; right: 5%; width: 31vw; max-width: 470px; aspect-ratio: 1; content: ""; border: 1px solid rgba(165, 126, 71, .35); border-radius: 50% 50% 2px 2px; }
.qc-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.qc-hero-copy { position: relative; z-index: 3; padding: 24px 0; }
.qc-hero h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.25rem, 6.1vw, 6.2rem); line-height: .94; letter-spacing: -.047em; }
.qc-hero-lead { max-width: 650px; margin-bottom: 30px; color: #4e5955; font-size: 1.17rem; line-height: 1.72; }
.qc-hero-facts { display: flex; flex-wrap: wrap; gap: 12px 22px; padding: 0; margin: 24px 0 0; list-style: none; }
.qc-hero-facts li { display: flex; align-items: center; gap: 8px; color: #48534f; font-size: .8125rem; font-weight: 750; }
.qc-hero-facts span { display: grid; width: 20px; height: 20px; place-items: center; color: var(--success); background: #e3ece7; border-radius: 50%; font-size: .67rem; }
.qc-product-hero { position: relative; min-height: 590px; margin: 0; }
.qc-product-arch { position: absolute; top: 4%; right: 7%; bottom: 5%; left: 9%; border: 1px solid #cbb993; border-radius: 47% 47% 3px 3px; background: rgba(255, 253, 248, .58); }
.qc-product-hero > img { position: absolute; z-index: 2; inset: -2% -5% -4% -7%; width: 112%; height: 108%; object-fit: contain; filter: drop-shadow(0 32px 34px rgba(33, 44, 41, .18)); }
.qc-product-hero figcaption { position: absolute; z-index: 4; right: 15%; bottom: 3%; display: flex; flex-direction: column; padding: 12px 16px; background: rgba(255, 253, 248, .92); border: 1px solid #d8cfbe; box-shadow: var(--shadow-sm); }
.qc-product-hero figcaption b { color: var(--ink); font-family: var(--serif); font-size: .92rem; font-weight: 600; }
.qc-product-hero figcaption span { color: #6e756f; font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.qc-product-seal { position: absolute; z-index: 5; top: 9%; right: 2%; display: grid; width: 100px; height: 100px; place-items: center; align-content: center; color: #fff; background: #29453f; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 15px 35px rgba(24,49,45,.2); text-align: center; }
.qc-product-seal b { font-family: var(--serif); font-size: 1.8rem; line-height: .9; }
.qc-product-seal small { max-width: 70px; color: #d9e0dc; font-size: .52rem; font-weight: 750; line-height: 1.25; letter-spacing: .07em; text-transform: uppercase; }

.qc-assurance { color: #f8f5ee; background: #18312d; }
.qc-assurance-inner { display: flex; min-height: 64px; align-items: center; justify-content: center; gap: 30px; }
.qc-assurance span { font-size: .8125rem; font-weight: 750; letter-spacing: .035em; }
.qc-assurance i { width: 4px; height: 4px; background: #a9946d; border-radius: 50%; }

.qc-section-intro { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.qc-section-intro h2 { max-width: 650px; margin-bottom: 0; }
.qc-section-intro > p { max-width: 560px; margin: 0; font-size: 1.02rem; line-height: 1.8; }
.qc-deliverables { background: #fffdf8; }
.qc-deliverable-grid { display: grid; grid-template-columns: 1.28fr .72fr; grid-template-rows: 1fr 1fr; gap: 20px; }
.qc-deliverable-card { overflow: hidden; background: #f4f0e7; border: 1px solid #d9d1c1; }
.qc-deliverable-card--primary { grid-row: 1 / 3; }
.qc-deliverable-image { display: grid; min-height: 225px; place-items: center; overflow: hidden; background: #e9e3d8; border-bottom: 1px solid #d9d1c1; }
.qc-deliverable-card--primary .qc-deliverable-image { min-height: 420px; }
.qc-deliverable-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.qc-deliverable-card:hover .qc-deliverable-image img { transform: scale(1.015); }
.qc-deliverable-body { padding: 25px 27px 27px; }
.qc-deliverable-card--primary .qc-deliverable-body { padding: 32px 35px 35px; }
.qc-deliverable-body > span, .qc-theme-card > div:last-child > span, .qc-included-grid article > span { display: block; margin-bottom: 10px; color: #94703e; font-size: .8125rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.qc-deliverable-body h3 { margin-bottom: 10px; font-size: 1.55rem; }
.qc-deliverable-card--primary h3 { font-size: 2rem; }
.qc-deliverable-body p { margin-bottom: 13px; font-size: .83rem; line-height: 1.65; }
.qc-deliverable-body small { color: #737a75; font-size: .8125rem; font-weight: 700; }

.qc-themes-section { background: #ece7dc; border-block: 1px solid #d8d0c1; }
.qc-theme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.qc-theme-card { margin: 0; background: #fffdf8; border: 1px solid #d4ccbc; box-shadow: 0 14px 35px rgba(42, 51, 48, .06); }
.qc-theme-image { aspect-ratio: 1 / .92; overflow: hidden; background: #ddd6c9; border-bottom: 1px solid #d4ccbc; }
.qc-theme-image--link { display: block; }
.qc-theme-image--link:focus-visible { outline: 3px solid #a57e47; outline-offset: -3px; }
.qc-theme-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; transition: transform .35s ease; }
.qc-theme-card:hover img { transform: scale(1.018); }
.qc-theme-card > div:last-child { padding: 25px 27px 28px; }
.qc-theme-card h3 { margin-bottom: 7px; font-size: 1.75rem; }
.qc-theme-card p { margin: 0; font-size: .82rem; line-height: 1.65; }
.qc-theme-sample-link { margin-top: 16px; font-size: .78rem; }
.qc-centered-action { margin-top: 38px; text-align: center; }
.qc-centered-action--feature-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px; }

.qc-process-section { padding: 0; color: #f7f3e9; background: #18312d; }
.qc-process-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; padding-block: 105px; }
.qc-process-heading { align-self: start; position: sticky; top: 125px; }
.qc-process-heading h2 { max-width: 510px; margin-bottom: 23px; color: #fffdf8; font-size: clamp(2.7rem, 4.6vw, 4.8rem); }
.qc-process-heading > p { max-width: 470px; margin-bottom: 30px; color: #bbc8c3; font-size: 1rem; }
.qc-process-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid #44605a; }
.qc-process-list li { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid #44605a; }
.qc-process-list li > span { padding-top: 5px; color: #c8ab79; font-family: var(--serif); font-size: .85rem; }
.qc-process-list h3 { margin-bottom: 10px; color: #fffdf8; font-size: 1.55rem; }
.qc-process-list p { max-width: 560px; margin: 0; color: #b9c6c1; font-size: .86rem; line-height: 1.75; }

.qc-parish-section { background: #fffdf8; }
.qc-parish-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.qc-parish-artifact { position: relative; min-height: 570px; overflow: hidden; background: #e5ded1; border: 1px solid #d3c9b8; }
.qc-parish-artifact::before { position: absolute; inset: 28px; z-index: 0; content: ""; border: 1px solid rgba(165,126,71,.35); }
.qc-parish-artifact img { position: absolute; z-index: 1; inset: 2%; width: 96%; height: 92%; object-fit: contain; filter: drop-shadow(0 25px 27px rgba(38,46,43,.18)); }
.qc-parish-caption { position: absolute; z-index: 3; right: 20px; bottom: 18px; left: 20px; color: #686e69; font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.qc-parish-copy h2 { margin-bottom: 23px; }
.qc-parish-copy > p { margin-bottom: 30px; font-size: 1.02rem; line-height: 1.8; }
.qc-detail-list { display: grid; gap: 0; padding: 0; margin: 0 0 30px; list-style: none; border-top: 1px solid var(--line); }
.qc-detail-list li { padding: 19px 0; border-bottom: 1px solid var(--line); }
.qc-detail-list b, .qc-detail-list span { display: block; }
.qc-detail-list b { margin-bottom: 5px; font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.qc-detail-list span { color: var(--ink-soft); font-size: .8125rem; line-height: 1.62; }

.qc-writing-section { background: #eee8dc; border-block: 1px solid #d9d0c1; }
.qc-writing-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.qc-writing-grid h2 { max-width: 680px; margin-bottom: 24px; }
.qc-writing-grid > div:first-child > p { font-size: 1.02rem; line-height: 1.8; }
.qc-writing-grid > div:first-child > small { color: #6f7671; }
.qc-writing-card { padding: 34px; background: #fffdf8; border: 1px solid #cfc5b4; box-shadow: var(--shadow-sm); }
.qc-writing-card > span { color: #95703f; font-size: .8125rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.qc-writing-card p { margin: 11px 0 16px; padding: 16px 18px; color: #38423f; background: #f5f1e8; font-family: var(--serif); font-size: 1rem; line-height: 1.6; }
.qc-writing-card i { display: block; margin: -3px 0 10px; color: #a57e47; font-style: normal; text-align: center; }
.qc-writing-card small { color: #757b76; font-size: .8125rem; }

.qc-price-section { background: #fffdf8; }
.qc-price-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; max-width: 1080px; }
.qc-price-copy h2 { margin-bottom: 23px; }
.qc-price-copy > p { font-size: 1.02rem; line-height: 1.8; }
.qc-price-thumbnails { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 27px 0; }
.qc-price-thumbnails img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #eee8dc; border: 1px solid var(--line); }
.qc-guarantee { display: flex; gap: 10px; align-items: flex-start; padding-top: 18px; border-top: 1px solid var(--line); font-size: .8125rem !important; }
.qc-guarantee > span { display: grid; width: 21px; height: 21px; flex: 0 0 21px; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: .63rem; }
.qc-guarantee b { color: var(--ink); }
.qc-price-card { padding: 44px 46px; background: #f5f1e8; border: 1px solid #cbbfa9; box-shadow: 0 22px 58px rgba(33, 46, 42, .12); }
.qc-price-card > span, .qc-price-card-heading > span { display: block; color: #8d6937; font-size: .8125rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.qc-price-card .price { margin: 18px 0 25px; }
.qc-price-card ul { display: grid; gap: 12px; padding: 25px 0; margin: 0 0 27px; border-block: 1px solid #d7cebd; list-style: none; }
.qc-price-card li { position: relative; padding-left: 27px; color: #3e4945; font-size: .8125rem; line-height: 1.5; }
.qc-price-card li::before { position: absolute; left: 0; content: "✓"; color: var(--success); font-weight: 900; }
.qc-price-card > small { display: block; margin-top: 12px; color: #717873; font-size: .8125rem; text-align: center; }

.qc-privacy-section { padding: 62px 0; background: #203a35; }
.qc-privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.qc-privacy-grid h2 { max-width: 540px; margin: 0; color: #fffdf8; }
.qc-privacy-grid p { margin-bottom: 14px; color: #bbc8c3; }
.qc-text-link-light { color: #e5d1a9; }
.qc-text-link-light:hover { color: #fffdf8; }
.qc-final-cta { background: #29453f; }
.qc-final-cta .final-cta-inner { min-height: 300px; }
.qc-final-cta h2 { max-width: 760px; font-size: clamp(2.5rem, 4.2vw, 4.2rem); line-height: 1; }
.qc-final-cta p { margin: 12px 0 0; color: #c1cdc8; font-size: .78rem; }

.qc-subhero { position: relative; overflow: hidden; padding: 88px 0; background: #f5f1e8; border-bottom: 1px solid var(--line); }
.qc-subhero::after { position: absolute; z-index: 0; top: -210px; right: -120px; width: 580px; height: 580px; content: ""; border: 1px solid #d5c29d; border-radius: 50%; }
.qc-subhero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .55fr; gap: 90px; align-items: center; }
.qc-subhero h1 { max-width: 800px; margin-bottom: 22px; font-size: clamp(3.2rem, 5.7vw, 5.7rem); line-height: .97; letter-spacing: -.045em; }
.qc-subhero p { max-width: 720px; font-size: 1.08rem; line-height: 1.78; }
.qc-inline-proof { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 0; margin: 28px 0 0; list-style: none; }
.qc-inline-proof li { position: relative; padding-left: 17px; color: #4a5652; font-size: .8125rem; font-weight: 750; }
.qc-inline-proof li::before { position: absolute; left: 0; content: "·"; color: var(--gold); font-size: 1.35rem; line-height: .8; }
.qc-hero-price { display: inline-flex; align-items: center; gap: 13px; padding: 10px 16px; margin-top: 22px; color: var(--ink); background: rgba(255, 253, 248, .78); border: 1px solid #d8cfbe; border-radius: 10px; box-shadow: var(--shadow-sm); }
.qc-hero-price strong { font-family: var(--serif); font-size: 2.35rem; font-weight: 550; line-height: 1; letter-spacing: -.035em; }
.qc-hero-price strong sup { margin-right: 2px; font-family: var(--sans); font-size: .8rem; font-weight: 800; vertical-align: super; }
.qc-hero-price > span { color: #4a5652; font-size: .8125rem; font-weight: 750; line-height: 1.3; }
.qc-hero-price small { color: #6a736f; font-size: .8125rem; font-weight: 600; }
.qc-subhero-artifact { position: relative; min-height: 430px; }
.qc-subhero-artifact::before { position: absolute; inset: 5% 8% 0 16%; content: ""; background: #e6dfd2; border: 1px solid #d4c7b2; transform: rotate(5deg); }
.qc-subhero-artifact img { position: absolute; z-index: 2; inset: -4% 8% 3% 2%; width: 86%; height: 101%; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(38,46,43,.19)); transform: rotate(-4deg); }
.qc-subhero-artifact > span { position: absolute; z-index: 3; right: 0; bottom: 0; padding: 9px 12px; color: #5f6864; background: #fffdf8; border: 1px solid #d5cdbf; font-size: .55rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.qc-pricing-main { background: #fffdf8; }
.qc-pricing-main-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; max-width: 1100px; }
.qc-price-card--page { position: sticky; top: 115px; }
.qc-price-card-heading { padding-bottom: 1px; }
.qc-price-card-heading > p { margin-bottom: 4px; font-size: .85rem; }
.qc-pricing-proof { padding-top: 18px; }
.qc-pricing-proof h2 { margin-bottom: 22px; }
.qc-pricing-proof > p { font-size: 1rem; line-height: 1.8; }
.qc-pricing-spread { margin: 32px 0 30px; padding: 24px 24px 15px; background: #e8e1d5; border: 1px solid #d5ccbd; }
.qc-pricing-spread img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; filter: drop-shadow(0 17px 18px rgba(41,49,46,.15)); }
.qc-pricing-spread span { display: block; margin-top: 12px; color: #6b736e; font-size: .57rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.qc-mini-assurances { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.qc-mini-assurances article { padding: 22px; background: #f5f1e8; border-top: 2px solid #a57e47; }
.qc-mini-assurances b { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.qc-mini-assurances p { margin: 8px 0 0; font-size: .73rem; line-height: 1.65; }

.qc-included-section { background: #eee8dc; border-block: 1px solid #d8d0c1; }
.qc-included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.qc-included-grid article { padding-bottom: 28px; background: #fffdf8; border: 1px solid #d4ccbd; }
.qc-included-grid article > div { aspect-ratio: 4 / 3; margin-bottom: 23px; overflow: hidden; background: #e5ded2; border-bottom: 1px solid #d4ccbd; }
.qc-included-grid img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.qc-included-grid article:hover img { transform: scale(1.015); }
.qc-included-grid article > span, .qc-included-grid h3, .qc-included-grid p { margin-right: 25px; margin-left: 25px; }
.qc-included-grid h3 { margin-bottom: 9px; font-size: 1.55rem; }
.qc-included-grid p { margin-bottom: 0; font-size: .79rem; line-height: 1.65; }
.qc-included-grid .qc-sample-file-link { display: inline-flex; margin: 17px 25px 0; font-size: .78rem; }

.qc-pricing-clarity { color: #fffdf8; background: #18312d; }
.qc-clarity-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.qc-clarity-grid h2 { color: #fffdf8; }
.qc-clarity-grid dl { margin: 0; border-top: 1px solid #45615b; }
.qc-clarity-grid dl > div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 35px; padding: 23px 0; border-bottom: 1px solid #45615b; }
.qc-clarity-grid dt { color: #f4efe5; font-family: var(--serif); font-size: 1.08rem; }
.qc-clarity-grid dd { margin: 0; color: #b8c5c0; font-size: .78rem; line-height: 1.7; }

.qc-subhero--sample { padding: 78px 0 96px; }
.qc-sample-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.qc-sample-copy h1 { margin-bottom: 22px; font-size: clamp(3.2rem, 5.4vw, 5.55rem); line-height: .96; letter-spacing: -.045em; }
.qc-sample-copy > p { font-size: 1.05rem; line-height: 1.8; }
.qc-sample-stage { position: relative; min-height: 560px; }
.qc-sample-stage::before { position: absolute; inset: 7% 4% 2% 8%; content: ""; border: 1px solid #cdbb97; border-radius: 48% 48% 2px 2px; background: #e9e2d6; }
.qc-sample-view { position: absolute; z-index: 2; }
.qc-sample-view img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 25px 24px rgba(36,45,42,.19)); }
.qc-sample-view--cover { top: 6%; left: 2%; width: 44%; height: 88%; transform: rotate(-4deg); }
.qc-sample-view--spread { right: -2%; bottom: 4%; width: 70%; height: 72%; transform: rotate(3deg); }
.qc-sample-stage-caption { position: absolute; z-index: 5; right: 4%; bottom: -3%; display: flex; gap: 18px; padding: 10px 14px; color: #4f5a56; background: #fffdf8; border: 1px solid #d4ccbd; box-shadow: var(--shadow-sm); }
.qc-sample-stage-caption span { font-size: .56rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.qc-sample-stage-caption span:not(:last-child)::after { padding-left: 18px; content: "·"; color: #a57e47; }

.qc-sample-inspect { background: #fffdf8; }
.qc-inspect-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.qc-inspect-heading { position: sticky; top: 120px; }
.qc-inspect-heading p { font-size: .95rem; line-height: 1.8; }
.qc-inspect-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.qc-inspect-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.qc-inspect-list li > span { color: #a57e47; font-family: var(--serif); font-size: .82rem; }
.qc-inspect-list b { font-family: var(--serif); font-size: 1.22rem; font-weight: 600; }
.qc-inspect-list p { margin: 7px 0 0; font-size: .8rem; line-height: 1.7; }
.qc-sample-files { background: #eee8dc; border-block: 1px solid #d8d0c1; }
.qc-sample-theme-section { border-top: 1px solid #d8d0c1; }
.qc-language-sample-heading { max-width: 760px; padding-top: 72px; margin-inline: auto; }
.qc-language-sample-heading p { max-width: 650px; margin-inline: auto; }
.qc-language-sample-grid { max-width: 980px; margin: 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.qc-sample-download { color: #fffdf8; background: #203a35; }
.qc-sample-download-inner { display: flex; min-height: 260px; align-items: center; justify-content: space-between; gap: 70px; }
.qc-sample-download span { color: #decba5; font-size: .63rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.qc-sample-download h2 { max-width: 720px; margin: 8px 0 10px; color: #fffdf8; font-size: clamp(2.35rem, 3.7vw, 3.8rem); }
.qc-sample-download p { margin: 0; color: #bdc9c4; font-size: .8rem; }

@media (max-width: 1020px) {
  .qc-hero-grid, .qc-section-intro, .qc-parish-grid, .qc-writing-grid, .qc-price-layout, .qc-subhero-grid, .qc-pricing-main-grid, .qc-sample-hero-grid { gap: 50px; }
  .qc-product-hero { min-height: 510px; }
  .qc-product-seal { right: -2%; width: 88px; height: 88px; }
  .qc-process-layout, .qc-clarity-grid, .qc-inspect-grid { gap: 60px; }
  .qc-parish-artifact { min-height: 490px; }
}

@media (max-width: 860px) {
  .site-header { height: 70px; }
  .qc-hero::before { top: auto; bottom: 0; width: 100%; height: 44%; }
  .qc-hero::after { top: auto; right: -8%; bottom: 3%; width: 68vw; }
  .qc-hero-grid, .qc-section-intro, .qc-process-layout, .qc-parish-grid, .qc-writing-grid, .qc-price-layout, .qc-privacy-grid, .qc-subhero-grid, .qc-pricing-main-grid, .qc-clarity-grid, .qc-sample-hero-grid, .qc-inspect-grid { grid-template-columns: 1fr; }
  .qc-hero { padding: 60px 0 50px; }
  .qc-hero-copy { padding: 0; }
  .qc-product-hero { width: min(640px, 100%); min-height: 540px; margin: 0 auto; }
  .qc-section-intro { align-items: start; }
  .qc-deliverable-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .qc-deliverable-card--primary { grid-row: auto; grid-column: 1 / -1; }
  .qc-deliverable-card--primary .qc-deliverable-image { min-height: 390px; }
  .qc-theme-grid, .qc-included-grid { grid-template-columns: repeat(2, 1fr); }
  .qc-theme-grid article:last-child, .qc-included-grid article:last-child { grid-column: 1 / -1; width: calc(50% - 12px); justify-self: center; }
  .qc-language-sample-grid article:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .qc-process-heading, .qc-price-card--page, .qc-inspect-heading { position: static; }
  .qc-process-layout { padding-block: 85px; }
  .qc-parish-artifact { order: 2; }
  .qc-privacy-grid { gap: 25px; }
  .qc-subhero-artifact { width: min(430px, 100%); min-height: 430px; margin: 0 auto; }
  .qc-subhero--pricing { padding-bottom: 65px; }
  .qc-pricing-main-grid { max-width: 720px; }
  .qc-price-card--page { order: 2; }
  .qc-sample-stage { width: min(680px, 100%); min-height: 560px; margin: 0 auto; }
  .qc-sample-copy { text-align: center; }
  .qc-sample-copy .eyebrow, .qc-sample-copy .hero-actions { justify-content: center; }
  .qc-sample-copy .hero-microcopy { margin-right: auto; margin-left: auto; }
  .qc-sample-download-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding: 55px 0; }
}

@media (max-width: 620px) {
  .qc-hero { padding-top: 48px; }
  .qc-hero h1, .qc-subhero h1, .qc-sample-copy h1 { font-size: 3.15rem; }
  .qc-hero-lead { font-size: 1rem; }
  .qc-hero-facts { display: grid; gap: 9px; }
  .qc-product-hero { min-height: 390px; margin-top: -5px; }
  .qc-product-hero > img { inset: 0 -7% -1% -8%; width: 115%; height: 101%; }
  .qc-product-seal { top: 3%; right: -1%; width: 76px; height: 76px; }
  .qc-product-seal b { font-size: 1.45rem; }
  .qc-product-seal small { font-size: .44rem; }
  .qc-product-hero figcaption { right: 6%; bottom: 1%; }
  .qc-assurance-inner { flex-wrap: wrap; gap: 6px 15px; padding: 17px 0; text-align: center; }
  .qc-assurance i { display: none; }
  .qc-section-intro { gap: 20px; margin-bottom: 34px; }
  .qc-deliverable-grid, .qc-theme-grid, .qc-included-grid { grid-template-columns: 1fr; }
  .qc-deliverable-card--primary { grid-column: auto; }
  .qc-deliverable-card--primary .qc-deliverable-image, .qc-deliverable-image { min-height: 245px; }
  .qc-theme-grid article:last-child, .qc-included-grid article:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .qc-theme-image { aspect-ratio: 1.12 / 1; }
  .qc-process-layout { gap: 45px; padding-block: 65px; }
  .qc-process-heading h2 { font-size: 2.75rem; }
  .qc-process-list li { grid-template-columns: 45px 1fr; gap: 12px; padding: 27px 0; }
  .qc-parish-artifact { min-height: 350px; }
  .qc-writing-grid { gap: 38px; }
  .qc-writing-card, .qc-price-card { padding: 29px 23px; }
  .qc-price-thumbnails { gap: 6px; }
  .qc-final-cta .final-cta-inner { min-height: auto; }
  .qc-final-cta h2 { font-size: 2.65rem; }
  .qc-subhero { padding: 60px 0 55px; }
  .qc-subhero::after { width: 380px; height: 380px; }
  .qc-subhero-artifact { min-height: 340px; }
  .qc-mini-assurances { grid-template-columns: 1fr; }
  .qc-clarity-grid dl > div { grid-template-columns: 1fr; gap: 7px; }
  .qc-sample-stage { min-height: 390px; }
  .qc-sample-view--cover { width: 47%; }
  .qc-sample-view--spread { width: 73%; }
  .qc-sample-stage-caption { right: 0; bottom: -7%; left: 0; justify-content: center; gap: 8px; }
  .qc-sample-stage-caption span { font-size: .48rem; }
  .qc-sample-stage-caption span:not(:last-child)::after { padding-left: 8px; }
  .qc-inspect-list li { grid-template-columns: 42px 1fr; gap: 10px; }
}

/* Quiet Cathedral acquisition guides and parish-facing pages */
.qc-acquisition-hero { padding: 82px 0 88px; }
.qc-acquisition-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 74px; align-items: center; }
.qc-acquisition-copy h1 { max-width: 790px; margin-bottom: 23px; font-size: clamp(3.15rem, 5.45vw, 5.55rem); line-height: .97; letter-spacing: -.045em; }
.qc-acquisition-copy > p { max-width: 720px; margin-bottom: 29px; font-size: 1.06rem; line-height: 1.8; }
.qc-acquisition-copy .hero-actions { margin-bottom: 18px; }
.qc-acquisition-note { display: block; max-width: 660px; color: #626c68; font-size: .8125rem; line-height: 1.6; }

.qc-proof-artifact { position: relative; z-index: 2; margin: 0; padding: 17px; background: #e8e1d5; border: 1px solid #d2c6b3; box-shadow: 0 24px 60px rgba(38, 49, 45, .13); }
.qc-proof-artifact-image { display: grid; aspect-ratio: 4 / 3; place-items: center; overflow: hidden; background: #f2ede4; border: 1px solid #d5ccbd; }
.qc-proof-artifact-image img { width: 100%; height: 100%; object-fit: contain; }
.qc-proof-artifact--planning .qc-proof-artifact-image { aspect-ratio: 1.12 / 1; }
.qc-proof-panel { padding: 24px 26px 25px; margin-top: 12px; color: #f7f3eb; background: #203a35; text-align: left; }
.qc-proof-panel > span { display: block; color: #dec99f; font-size: .75rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.qc-proof-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; padding: 19px 0 0; margin: 0; list-style: none; }
.qc-proof-panel li { position: relative; padding-left: 16px; color: #d3ddd9; font-size: .8125rem; line-height: 1.45; }
.qc-proof-panel li::before { position: absolute; left: 0; content: "·"; color: #d0aa69; font-size: 1.15rem; line-height: .75; }
.qc-proof-panel > b { display: block; padding-top: 19px; margin-top: 20px; color: #fffdf8; border-top: 1px solid #4c6660; font-family: var(--serif); font-size: 2.1rem; font-weight: 550; line-height: 1; }
.qc-proof-panel > b small { color: #c0ccc7; font-family: var(--sans); font-size: .75rem; font-weight: 650; }

.qc-breadcrumb { padding-block: 18px; border-bottom: 1px solid var(--line); }
.qc-guide-section { padding: 86px 0; background: #fffdf8; }
.qc-guide-section--tint { background: #eee8dc; border-block: 1px solid #d8d0c1; }
.qc-guide-article { display: grid; grid-template-columns: 92px minmax(0, 820px); gap: 48px; max-width: 1050px; justify-content: center; }
.qc-guide-number { padding-top: 7px; color: #a57e47; font-family: var(--serif); font-size: 1.05rem; letter-spacing: .08em; }
.qc-guide-number::after { display: block; width: 40px; height: 1px; margin-top: 16px; content: ""; background: #cdbb97; }
.qc-guide-body h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 3.4vw, 3.45rem); }
.qc-guide-body > p { margin-bottom: 0; font-size: 1rem; line-height: 1.84; }
.qc-guide-checks { grid-template-columns: 1fr 1fr; gap: 12px 28px; padding-top: 25px; margin-top: 27px; border-top: 1px solid var(--line); }
.qc-guide-checks li { font-size: .875rem; line-height: 1.6; }
.qc-guide-faq { background: #fffdf8; }

.qc-parish-collaboration { background: #fffdf8; }
.qc-parish-collaboration-grid { display: grid; grid-template-columns: 1fr .94fr; gap: 82px; align-items: center; }
.qc-feature-list { margin-top: 31px; border-top: 1px solid var(--line); }
.qc-feature-list li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.qc-feature-list li > span { margin-top: 2px; }
.qc-parish-product-stage > div:first-child { padding: 24px; background: #e8e1d5; border: 1px solid #d3c9b8; }
.qc-parish-product-stage img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(38, 49, 45, .14)); }
.qc-parish-product-stage .parish-quote { padding: 34px 36px; margin: -1px 0 0; background: #203a35; box-shadow: none; }
.qc-parish-product-stage .parish-quote blockquote { margin: 20px 0; font-size: 1.7rem; }
.qc-parish-product-stage .parish-quote p { color: #c0ccc7; }
.qc-parish-workflow .qc-process-layout { grid-template-columns: .78fr 1.22fr; }
.qc-parish-feedback { background: #eee8dc; border-top: 1px solid #d8d0c1; }
.qc-parish-feedback-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.qc-parish-feedback-inner > div { max-width: 760px; }
.qc-parish-feedback-inner h2 { margin-bottom: 17px; }
.qc-parish-feedback-inner p { margin: 0; font-size: 1rem; line-height: 1.8; }
.qc-parish-feedback-inner > .button { flex: 0 0 auto; }

.qc-readings-section { padding-top: 78px; background: #fffdf8; }
.qc-readings-layout { grid-template-columns: 210px minmax(0, 850px); gap: 76px; }
.qc-readings-layout > .qc-reading-nav { padding: 24px; background: #203a35; border: 1px solid #38534d; }
.qc-readings-layout > .qc-reading-nav b { color: #fffdf8; font-size: 1.05rem; }
.qc-readings-layout > .qc-reading-nav a { padding: 7px 0; color: #c4d0cb; font-size: .8125rem; }
.qc-readings-layout > .qc-reading-nav a:hover { color: #fffdf8; }
.qc-reading-lead { padding: 34px 36px 37px; margin-bottom: 11px; background: #f5f1e8; border-top: 2px solid #a57e47; }
.qc-reading-lead h2 { font-size: 2.25rem; }
.qc-reading-lead p:last-child { margin-bottom: 0; }
.qc-reading-group { padding: 49px 0; border-top-color: #d8d0c1; }
.qc-reading-group > h2 { font-size: 2.35rem; }
.qc-reading-group > p { max-width: 760px; line-height: 1.75; }
.qc-reading-reference-grid { gap: 12px; background: transparent; border: 0; }
.qc-reading-reference-grid article { min-height: 118px; padding: 22px; background: #f8f5ee; border: 1px solid #ddd4c5; }
.qc-reading-reference-grid b { color: #29453f; font-size: 1.04rem; }
.qc-reading-reference-grid span { color: #58625f; font-size: .8125rem; line-height: 1.62; }
.qc-source-note { padding: 32px 34px; background: #eee8dc; border-left-color: #a57e47; }
.qc-source-note h2 { font-size: 1.75rem; }
.qc-source-note p { font-size: .875rem; line-height: 1.75; }

.qc-pricing-hero-actions { margin: 24px 0 0; }

/* Family and professional plan presentation */
.main-nav > .nav-account-link { padding: 8px 11px; color: #29453f; background: #f5f1e8; border: 1px solid #d5c9b7; border-radius: 2px; }
.main-nav > .nav-account-link::after { display: none; }
.main-nav > .nav-account-link:hover { color: #18312d; background: #eee8dc; border-color: #bba77f; }

.qc-dual-price-summary { display: grid; width: min(100%, 650px); grid-template-columns: 1fr 1px 1fr; gap: 23px; align-items: stretch; padding: 19px 0; margin-top: 28px; border-block: 1px solid #d4c9b7; }
.qc-dual-price-summary > div { display: flex; min-width: 0; align-items: center; gap: 15px; }
.qc-dual-price-summary strong { flex: 0 0 auto; color: #203a35; font-family: var(--serif); font-size: 2.75rem; font-weight: 550; line-height: .9; letter-spacing: -.04em; }
.qc-dual-price-summary strong sup { margin-right: 2px; font-family: var(--sans); font-size: .75rem; font-weight: 850; vertical-align: super; }
.qc-dual-price-summary span { color: #3f4b47; font-size: .78rem; font-weight: 760; line-height: 1.35; }
.qc-dual-price-summary small { color: #737c77; font-size: .68rem; font-weight: 620; }
.qc-dual-price-summary > i { display: block; width: 1px; background: #cfc3af; }

.qc-plan-section { background: #fffdf8; }
.qc-plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; width: min(100%, 1080px); margin: 0 auto; align-items: stretch; }
.qc-plan-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 43px 44px 40px; background: #f5f1e8; border: 1px solid #cfc4b1; box-shadow: 0 18px 45px rgba(38, 49, 45, .08); }
.qc-plan-card-head > span { display: block; margin-bottom: 9px; color: #886536; font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.qc-plan-card-head h3 { margin-bottom: 7px; font-size: 2.05rem; }
.qc-plan-card-head .price { margin: 18px 0 17px; font-size: clamp(3.2rem, 5vw, 4.35rem); }
.qc-plan-card-head .price small { display: inline-block; max-width: 105px; font-size: .7rem; line-height: 1.35; vertical-align: middle; }
.qc-plan-card-head > p { min-height: 52px; margin: 0; font-size: .82rem; line-height: 1.65; }
.qc-plan-card ul { display: grid; gap: 12px; padding: 25px 0; margin: 24px 0 27px; border-block: 1px solid #d6ccba; list-style: none; }
.qc-plan-card li { position: relative; padding-left: 26px; color: #3f4946; font-size: .8rem; line-height: 1.55; }
.qc-plan-card li::before { position: absolute; left: 0; content: "✓"; color: var(--success); font-weight: 900; }
.qc-plan-card > .button { margin-top: auto; }
.qc-plan-card > small { display: block; margin-top: 13px; color: #68716d; font-size: .68rem; line-height: 1.5; text-align: center; }
.qc-plan-card--professional { padding-top: 50px; color: #f7f3eb; background: #203a35; border-color: #38534d; box-shadow: 0 24px 60px rgba(24, 49, 45, .17); }
.qc-plan-card--professional .qc-plan-card-head > span { color: #dec694; }
.qc-plan-card--professional h3, .qc-plan-card--professional .price { color: #fffdf8; }
.qc-plan-card--professional .price small, .qc-plan-card--professional .qc-plan-card-head > p { color: #bdcac5; }
.qc-plan-card--professional ul { border-color: #49625c; }
.qc-plan-card--professional li { color: #e5ece9; }
.qc-plan-card--professional li::before { color: #d9bf8e; }
.qc-plan-card--professional > small { color: #b0bdb8; }
.qc-plan-recommended { position: absolute; top: 0; right: 0; left: 0; padding: 8px 16px; color: #203a35; background: #d9bf8e; font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.qc-plan-fine-print { max-width: 900px; margin: 25px auto 0; color: #6a736f; font-size: .72rem; line-height: 1.7; text-align: center; }
.qc-plan-comparison { padding: 35px 38px 38px; background: #f5f1e8; border: 1px solid #d4c9b7; border-top: 3px solid #a57e47; }
.qc-plan-comparison .eyebrow { margin-bottom: 16px; }
.qc-plan-comparison dl { margin: 0; border-top: 1px solid #d8cfbf; }
.qc-plan-comparison dl > div { padding: 20px 0; border-bottom: 1px solid #d8cfbf; }
.qc-plan-comparison dt { margin-bottom: 6px; color: #25332f; font-family: var(--serif); font-size: 1.12rem; font-weight: 600; }
.qc-plan-comparison dd { margin: 0; color: #626c68; font-size: .78rem; line-height: 1.7; }
.qc-final-dual-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 24px; }

.qc-home-plan-heading { max-width: 850px; margin-right: auto; margin-left: auto; }
.qc-home-plan-heading > p { max-width: 690px; }
.qc-plan-grid--home { max-width: 1060px; }
.qc-plan-card--compact { padding-bottom: 36px; }
.qc-home-plan-note { display: flex; width: min(100%, 1060px); align-items: center; justify-content: space-between; gap: 35px; padding-top: 24px; margin: 28px auto 0; border-top: 1px solid #d6ccba; }
.qc-home-plan-note > p { display: flex; max-width: 670px; align-items: flex-start; gap: 10px; margin: 0; font-size: .75rem; line-height: 1.65; }
.qc-home-plan-note > p span { display: grid; width: 21px; height: 21px; flex: 0 0 21px; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: .62rem; }
.qc-home-plan-note b { color: var(--ink); }
.qc-home-plan-note .text-link { flex: 0 0 auto; font-size: .78rem; }

.qc-parish-workspace { background: #eee8dc; border-top: 1px solid #d8d0c1; }
.qc-parish-workspace-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.qc-parish-workspace-copy h2 { max-width: 650px; margin-bottom: 22px; }
.qc-parish-workspace-copy > p { max-width: 680px; margin-bottom: 28px; font-size: 1rem; line-height: 1.8; }
.qc-parish-plan-terms { margin: 0 0 25px; border-top: 1px solid #cec3b1; }
.qc-parish-plan-terms > div { display: grid; grid-template-columns: .62fr 1.38fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid #cec3b1; }
.qc-parish-plan-terms dt { color: #27342f; font-family: var(--serif); font-size: 1rem; font-weight: 600; }
.qc-parish-plan-terms dd { margin: 0; color: #5f6965; font-size: .75rem; line-height: 1.65; }
.qc-parish-plan-card { width: min(100%, 500px); justify-self: end; }

@media (max-width: 1080px) {
  .main-nav { gap: 14px; }
  .main-nav > a:not(.button) { font-size: .79rem; }
  .qc-parish-workspace-grid { gap: 50px; }
}

@media (max-width: 860px) {
  .main-nav > .nav-account-link { padding: 12px; margin-top: 8px; text-align: center; }
  .qc-plan-grid, .qc-parish-workspace-grid { grid-template-columns: 1fr; }
  .qc-plan-grid { width: min(100%, 700px); }
  .qc-parish-workspace-copy { max-width: 760px; }
  .qc-parish-plan-card { width: min(100%, 700px); justify-self: stretch; }
  .qc-home-plan-note { align-items: flex-start; flex-direction: column; gap: 14px; }
  .qc-final-dual-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 620px) {
  .qc-dual-price-summary { grid-template-columns: 1fr; gap: 13px; }
  .qc-dual-price-summary > i { width: 100%; height: 1px; }
  .qc-dual-price-summary > div { justify-content: flex-start; }
  .qc-plan-card { padding: 39px 23px 28px; }
  .qc-plan-card--professional { padding-top: 49px; }
  .qc-plan-card-head .price { font-size: 3.35rem; }
  .qc-plan-card-head > p { min-height: 0; }
  .qc-plan-comparison { padding: 29px 23px 31px; }
  .qc-home-plan-note .text-link { align-self: stretch; justify-content: center; }
  .qc-parish-plan-terms > div { grid-template-columns: 1fr; gap: 5px; }
  .qc-parish-workspace-grid { gap: 40px; }
  .qc-final-dual-actions, .qc-final-dual-actions .button, .qc-final-dual-actions .text-link { width: 100%; }
  .qc-final-dual-actions .text-link { justify-content: center; }
}

/* Public product-proof legibility and uncropped artifact framing */
.qc-deliverable-image img, .qc-price-thumbnails img, .qc-included-grid img { object-fit: contain; }
.qc-product-hero figcaption span, .qc-parish-caption, .qc-subhero-artifact > span, .qc-pricing-spread span, .qc-sample-stage-caption span, .qc-sample-download span { font-size: .75rem; }
.qc-product-seal small { font-size: .625rem; }
.qc-parish-caption, .qc-pricing-spread span { color: #4f5a56; }
.qc-deliverable-body small, .qc-writing-card small, .qc-price-card > small { color: #59635f; }
.qc-price-card > span, .qc-price-card-heading > span { color: #795628; }
.qc-mini-assurances p, .qc-included-grid p, .qc-clarity-grid dd, .qc-inspect-list p, .qc-sample-download p, .qc-final-cta p { font-size: .875rem; }

@media (max-width: 1000px) {
  .qc-acquisition-hero-grid, .qc-parish-collaboration-grid { gap: 48px; }
  .qc-acquisition-copy h1 { font-size: 4.45rem; }
}

@media (max-width: 860px) {
  .qc-acquisition-hero { padding: 68px 0 72px; }
  .qc-acquisition-hero-grid, .qc-parish-collaboration-grid { grid-template-columns: 1fr; }
  .qc-acquisition-copy { max-width: 760px; }
  .qc-proof-artifact { width: min(680px, 100%); }
  .qc-guide-article { grid-template-columns: 72px minmax(0, 1fr); gap: 30px; }
  .qc-parish-product-stage { width: min(680px, 100%); margin: 0 auto; }
  .qc-parish-workflow .qc-process-layout { grid-template-columns: 1fr; }
  .qc-parish-feedback-inner { align-items: flex-start; flex-direction: column; gap: 30px; }
  .qc-readings-layout { grid-template-columns: 1fr; gap: 44px; }
  .qc-readings-layout > .qc-reading-nav { position: static; grid-template-columns: 1fr 1fr; }
  .qc-readings-layout > .qc-reading-nav b { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .qc-acquisition-hero { padding: 56px 0 60px; }
  .qc-acquisition-copy h1 { font-size: 3.1rem; }
  .qc-acquisition-copy > p { font-size: 1rem; }
  .qc-proof-artifact { padding: 10px; }
  .qc-proof-panel { padding: 21px 20px 22px; }
  .qc-proof-panel ul { grid-template-columns: 1fr; gap: 8px; }
  .qc-guide-section { padding: 66px 0; }
  .qc-guide-article { grid-template-columns: 1fr; gap: 13px; }
  .qc-guide-number::after { display: inline-block; margin: 0 0 4px 10px; vertical-align: middle; }
  .qc-guide-body h2 { font-size: 2.25rem; }
  .qc-guide-checks { grid-template-columns: 1fr; }
  .qc-parish-product-stage > div:first-child { padding: 13px; }
  .qc-parish-product-stage .parish-quote { padding: 29px 24px; }
  .qc-parish-feedback-inner > .button { width: 100%; }
  .qc-reading-lead { padding: 27px 23px 29px; }
  .qc-reading-lead h2, .qc-reading-group > h2 { font-size: 2rem; }
  .qc-readings-layout > .qc-reading-nav { grid-template-columns: 1fr; }
  .qc-readings-layout > .qc-reading-nav b { grid-column: auto; }
  .qc-product-seal small { font-size: .625rem; }
  .qc-sample-stage-caption span { font-size: .6875rem; }
}

/* Purchase confirmation and private file vault */
.qc-success-shell { position: relative; overflow: hidden; min-height: 80vh; padding: 88px 0 112px; background: #f5f1e8; }
.qc-success-shell::before { position: absolute; top: -310px; right: -220px; width: 650px; height: 650px; content: ""; border: 1px solid rgba(165, 126, 71, .28); border-radius: 50%; }
.qc-success-container { position: relative; z-index: 1; width: min(calc(100% - 40px), 1160px); }
.qc-success-state { max-width: 760px; min-height: 470px; margin: 0 auto; padding: 70px 66px; background: rgba(255, 253, 248, .92); border: 1px solid #d7cebd; box-shadow: 0 24px 65px rgba(38, 49, 45, .1); }
.qc-success-state .eyebrow { justify-content: center; margin-top: 36px; }
.qc-success-state h1 { margin-top: 0; font-size: clamp(2.7rem, 5vw, 4.35rem); line-height: 1; }
.qc-success-state-note { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 9px 14px; color: #59635f; background: #edf1ed; border: 1px solid #d6dfd9; font-size: .8125rem; font-weight: 700; }
.qc-success-state-note span { color: var(--success); font-size: .62rem; }
.qc-success-state--error .eyebrow { color: #8e5b47; }
.qc-success-error-actions { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 30px; }

.qc-success-head { max-width: 830px; margin: 0 auto 52px; text-align: center; }
.qc-success-head .eyebrow { justify-content: center; margin-top: 32px; }
.qc-success-head h1 { margin: 0 auto 20px; font-size: clamp(3rem, 5.3vw, 5.25rem); line-height: .98; letter-spacing: -.045em; }
.qc-success-head > p { max-width: 700px; margin: 0 auto; font-size: 1.05rem; line-height: 1.75; }
.qc-success-access { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; padding: 0; margin: 26px 0 0; list-style: none; }
.qc-success-access li { display: flex; align-items: center; gap: 7px; color: #4c5753; font-size: .8125rem; font-weight: 750; }
.qc-success-access li span { display: grid; width: 20px; height: 20px; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: .68rem; }
.qc-success-readiness { display: grid; max-width: 860px; grid-template-columns: 36px 1fr; gap: 14px; padding: 18px 20px; margin: -26px auto 30px; color: #5d4528; background: #fff8e8; border: 1px solid #d9bd80; text-align: left; }
.qc-success-readiness > span { display: grid; width: 32px; height: 32px; place-items: center; color: #fff; background: #9b6a2f; border-radius: 50%; font-weight: 850; }
.qc-success-readiness b { display: block; margin: 1px 0 4px; font-family: var(--serif); font-size: 1.05rem; }
.qc-success-readiness p { margin: 0; color: #715b40; font-size: .8125rem; line-height: 1.6; }

.qc-success-files { display: grid; grid-template-columns: 1.08fr .96fr .96fr; gap: 20px; margin-bottom: 28px; text-align: left; }
.qc-success-file { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fffdf8; border: 1px solid #d4ccbd; box-shadow: 0 14px 36px rgba(38, 49, 45, .06); }
.qc-success-file--primary { border-top: 3px solid #29453f; }
.qc-success-file:not(.qc-success-file--primary) { border-top: 3px solid #a57e47; }
.qc-success-file-image { aspect-ratio: 4 / 3; overflow: hidden; background: #e9e3d8; border-bottom: 1px solid #d4ccbd; }
.qc-success-file-image img { width: 100%; height: 100%; object-fit: contain; }
.qc-success-file-image--keepsake { display: grid; place-content: center; gap: 5px; color: #29453f; background: linear-gradient(145deg, #ece5d7, #f8f4eb); text-align: center; }
.qc-success-file-image--keepsake span { color: #a57e47; font-family: var(--serif); font-size: 2.7rem; line-height: 1; }
.qc-success-file-image--keepsake b { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
.qc-success-file-image--keepsake small { color: #65716d; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.qc-success-file-image--bookmark { background: linear-gradient(145deg, #e6edf1, #f8f4eb); }
.qc-success-file-body { display: flex; flex: 1; flex-direction: column; padding: 27px 27px 28px; }
.qc-success-file-body > span, .qc-success-kicker { display: block; margin-bottom: 10px; color: #8f6b39; font-size: .8125rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.qc-success-file-body h2 { margin-bottom: 11px; font-size: 1.62rem; }
.qc-success-file-body p { flex: 1; margin-bottom: 22px; font-size: .875rem; line-height: 1.7; }
.qc-success-file-body .button { padding-inline: 14px; font-size: .875rem; }
.qc-success-file-body .button.is-disabled { color: #5d5549; background: #e6e0d5; border-color: #c9c0b1; box-shadow: none; }

.qc-success-next { display: grid; grid-template-columns: 1.12fr .88fr; gap: 20px; text-align: left; }
.qc-print-instructions { padding: 38px 40px; background: #fffdf8; border: 1px solid #d4ccbd; }
.qc-print-instructions h2, .qc-success-corrections h2 { margin-bottom: 24px; font-size: 2rem; line-height: 1.1; }
.qc-print-instructions ol { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.qc-print-instructions li { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.qc-print-instructions li > span { padding-top: 3px; color: #9d7a48; font-family: var(--serif); font-size: .9rem; }
.qc-print-instructions b { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.qc-print-instructions p { margin: 0; font-size: .8125rem; line-height: 1.65; }
.qc-success-corrections { display: flex; flex-direction: column; justify-content: center; padding: 38px 40px; color: #f8f5ee; background: #203a35; }
.qc-success-corrections .qc-success-kicker { color: #d9bf8e; }
.qc-success-corrections h2 { color: #fffdf8; }
.qc-success-corrections p { margin-bottom: 26px; color: #c0cdc8; font-size: .875rem; line-height: 1.75; }
.qc-success-corrections small { display: block; margin-top: 13px; color: #afbeb8; font-size: .8125rem; text-align: center; }

@media (max-width: 900px) {
  .qc-success-files { grid-template-columns: 1fr 1fr; }
  .qc-success-file--primary { grid-column: 1 / -1; }
  .qc-success-file--primary { display: grid; grid-template-columns: .9fr 1.1fr; }
  .qc-success-file--primary .qc-success-file-image { height: 100%; min-height: 330px; aspect-ratio: auto; border-right: 1px solid #d4ccbd; border-bottom: 0; }
  .qc-success-next { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .qc-success-shell { padding: 55px 0 75px; }
  .qc-success-container { width: min(calc(100% - 28px), 1160px); }
  .qc-success-state { min-height: 430px; padding: 48px 23px; }
  .qc-success-state h1 { font-size: 2.75rem; }
  .qc-success-error-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .qc-success-error-actions .text-link { justify-content: center; }
  .qc-success-head { margin-bottom: 38px; }
  .qc-success-head h1 { font-size: 3.1rem; }
  .qc-success-head > p { font-size: .95rem; }
  .qc-success-access { align-items: flex-start; flex-direction: column; width: max-content; max-width: 100%; margin-right: auto; margin-left: auto; }
  .qc-success-files { grid-template-columns: 1fr; gap: 16px; }
  .qc-success-file--primary { display: flex; grid-column: auto; }
  .qc-success-file--primary .qc-success-file-image { min-height: 0; aspect-ratio: 4 / 3; border-right: 0; border-bottom: 1px solid #d4ccbd; }
  .qc-success-file-body { padding: 25px 23px 26px; }
  .qc-success-file-body h2 { font-size: 1.72rem; }
  .qc-print-instructions, .qc-success-corrections { padding: 31px 23px; }
  .qc-print-instructions h2, .qc-success-corrections h2 { font-size: 1.8rem; }
  .qc-print-instructions li { grid-template-columns: 36px 1fr; gap: 10px; }
}

/* Parish subscriber workspace */
.account-hero { position: relative; overflow: hidden; min-height: 720px; padding: 82px 0 94px; background: #eee8dc; border-bottom: 1px solid #d5ccbc; }
.account-hero::before { position: absolute; top: -330px; right: -230px; width: 720px; height: 720px; content: ""; border: 1px solid rgba(165, 126, 71, .28); border-radius: 50%; }
.account-hero::after { position: absolute; bottom: -380px; left: -260px; width: 650px; height: 650px; content: ""; border: 1px solid rgba(41, 69, 63, .12); border-radius: 50%; }
.account-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: start; }
.account-hero-copy { padding-top: 56px; }
.account-hero-copy h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(3.2rem, 5.6vw, 5.7rem); line-height: .96; letter-spacing: -.045em; }
.account-hero-copy > p { max-width: 620px; margin-bottom: 30px; font-size: 1.05rem; line-height: 1.8; }
.account-trust-list { display: grid; gap: 12px; padding: 25px 0 0; margin: 0; border-top: 1px solid #d1c7b6; list-style: none; }
.account-trust-list li { display: flex; align-items: center; gap: 10px; color: #45504c; font-size: .875rem; font-weight: 740; }
.account-trust-list span { display: grid; width: 22px; height: 22px; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: .68rem; }

.account-panel { min-height: 570px; padding: 48px 46px; background: #fffdf8; border: 1px solid #d2c7b5; box-shadow: 0 26px 70px rgba(38, 49, 45, .12); }
.account-loading { display: grid; min-height: 470px; place-items: center; align-content: center; gap: 18px; text-align: center; }
.account-loading p { margin: 0; font-size: .9rem; }
.account-spinner { width: 38px; height: 38px; border: 3px solid #dfd7c9; border-top-color: var(--navy); border-radius: 50%; animation: account-spin .8s linear infinite; }
@keyframes account-spin { to { transform: rotate(360deg); } }
.account-panel-kicker { display: block; margin-bottom: 9px; color: #8d6835; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.account-panel h2 { margin-bottom: 14px; font-size: 2.35rem; }
.account-panel > [data-account-signed-out] > p { margin-bottom: 25px; font-size: .9rem; line-height: 1.7; }
.account-form { display: grid; gap: 17px; }
.account-form label { display: grid; gap: 7px; color: #37413e; font-size: .82rem; font-weight: 760; }
.account-form label small { color: #7a827f; font-size: .68rem; font-weight: 600; }
.account-form input { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #cfc6b7; border-radius: 4px; }
.account-form input:focus { border-color: var(--navy); outline: 3px solid rgba(41, 69, 63, .12); }
.account-privacy-note { display: block; margin-top: 18px; color: #737c78; font-size: .72rem; line-height: 1.6; }
.form-message { padding: 10px 12px; margin: 0; color: var(--success); background: #edf4ef; border-left: 3px solid var(--success); font-size: .78rem; }
.form-message.is-error { color: var(--danger); background: #f8eeee; border-left-color: var(--danger); }
.account-email-sent { min-height: 460px; text-align: center; }
.account-email-sent .account-panel-kicker { margin-top: 24px; }
.account-email-sent p { max-width: 430px; margin: 0 auto 24px; }
.account-success-mark { display: grid; width: 58px; height: 58px; margin: 38px auto 0; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: 1.25rem; }

.account-dashboard-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 25px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.account-dashboard-head h2 { margin-bottom: 4px; font-size: 2rem; }
.account-dashboard-head p { margin: 0; font-size: .78rem; }
.account-status { flex: 0 0 auto; padding: 7px 11px; color: #6b716f; background: #efede8; border: 1px solid #dbd6cd; border-radius: 999px; font-size: .67rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.account-status.is-active { color: #295a45; background: #e9f2ed; border-color: #c8ddd1; }
.account-status.is-attention { color: #855a1c; background: #fbf1df; border-color: #ead2a9; }
.account-checkout-result { padding: 12px 14px; margin-bottom: 20px; font-size: .8rem; font-weight: 700; }
.account-checkout-result.is-success { color: #295a45; background: #e9f2ed; border-left: 3px solid var(--success); }
.account-checkout-result.is-error { color: var(--danger); background: #f8eeee; border-left: 3px solid var(--danger); }

.account-subscription-card { padding: 29px; margin-bottom: 30px; background: #203a35; border: 1px solid #38534d; }
.account-subscription-card > div { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.account-subscription-card > div > span { color: #d9bf8e; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.account-subscription-card h3 { margin: 0; color: #fffdf8; font-family: var(--sans); }
.account-subscription-card h3 strong { font-size: 2.5rem; }
.account-subscription-card h3 small { color: #bdcac5; font-size: .75rem; font-weight: 650; }
.account-subscription-card > p { margin: 20px 0; color: #c8d3cf; font-size: .82rem; line-height: 1.65; }
.account-subscription-card ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 17px 0; margin: 0 0 20px; border-block: 1px solid #46605a; list-style: none; }
.account-subscription-card li { color: #e5ece9; font-size: .68rem; text-align: center; }
.account-subscription-card > small { display: block; margin-top: 12px; color: #aebdb7; font-size: .66rem; text-align: center; }
.account-subscription-card > small a { color: #ead4a8; text-decoration: underline; text-underline-offset: 2px; }
.account-actions { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-bottom: 17px; }
.account-plan-note { display: flex; align-items: center; gap: 12px; padding: 14px 16px; margin-bottom: 30px; background: #edf3ef; border: 1px solid #d4e0d8; }
.account-plan-note > span { display: grid; width: 26px; height: 26px; flex: 0 0 26px; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: .7rem; }
.account-plan-note p { display: grid; gap: 2px; margin: 0; }
.account-plan-note b { color: #29453f; font-size: .8rem; }
.account-plan-note small { color: #64706b; font-size: .7rem; }

.account-projects { padding-top: 5px; }
.account-projects-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.account-projects-head h3 { margin: 0; font-size: 1.45rem; }
.account-project-list { border-top: 1px solid var(--line); }
.account-project-list article { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.account-project-list h4 { margin: 0 0 3px; color: var(--ink); font-family: var(--serif); font-size: 1.05rem; font-weight: 580; }
.account-project-list p, .account-empty { margin: 0; color: #737c78; font-size: .7rem; }
.account-empty { padding: 22px 0; border-bottom: 1px solid var(--line); }
.account-session-actions { padding-top: 23px; text-align: right; }

.account-explainer { background: #fffdf8; }
.account-explainer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.account-explainer article { min-height: 260px; padding: 37px 32px; background: #fffdf8; }
.account-explainer article > span { display: block; margin-bottom: 42px; color: var(--gold); font-family: var(--serif); font-size: .9rem; }
.account-explainer h2 { margin-bottom: 13px; font-size: 1.55rem; }
.account-explainer p { margin: 0; font-size: .82rem; line-height: 1.7; }

@media (max-width: 940px) {
  .account-hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .account-hero-copy { max-width: 760px; padding-top: 0; }
  .account-panel { width: min(720px, 100%); }
}

@media (max-width: 700px) {
  .account-hero { padding: 58px 0 70px; }
  .account-hero-grid { gap: 34px; }
  .account-hero-copy h1 { font-size: 3.2rem; }
  .account-panel { min-height: 520px; padding: 33px 24px; }
  .account-dashboard-head { align-items: flex-start; flex-direction: column; gap: 12px; }
  .account-subscription-card > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .account-subscription-card ul { grid-template-columns: 1fr; text-align: left; }
  .account-subscription-card li { text-align: left; }
  .account-actions { grid-template-columns: 1fr; }
  .account-project-list article { align-items: flex-start; flex-direction: column; }
  .account-project-list .button { width: 100%; }
  .account-explainer-grid { grid-template-columns: 1fr; }
  .account-explainer article { min-height: 0; }
}

/* Founder profile and direct contact */
.qc-section-kicker { display: block; margin-bottom: 13px; color: #8a6737; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.qc-about-hero { position: relative; overflow: hidden; padding: 0 0 92px; background: #f5f1e8; border-bottom: 1px solid #d8d0c1; }
.qc-about-hero::before { position: absolute; top: -270px; right: -190px; width: 620px; height: 620px; content: ""; border: 1px solid rgba(165, 126, 71, .28); border-radius: 50%; }
.qc-about-hero::after { position: absolute; right: 0; bottom: 0; width: 39%; height: 74%; content: ""; background: #e9e3d7; border-left: 1px solid rgba(165, 126, 71, .18); }
.qc-about-breadcrumb, .qc-contact-breadcrumb { position: relative; z-index: 2; }
.qc-about-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: center; }
.qc-about-hero-copy { padding-top: 34px; }
.qc-about-hero-copy h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.45rem, 6vw, 6.4rem); line-height: .94; letter-spacing: -.05em; }
.qc-about-deck { max-width: 690px; margin-bottom: 30px; color: #4b5753; font-size: 1.12rem; line-height: 1.8; }
.qc-about-actions, .qc-contact-actions { display: flex; align-items: center; gap: 25px; }
.qc-about-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; padding: 25px 0 0; margin: 28px 0 0; border-top: 1px solid #d2c8b7; list-style: none; }
.qc-about-trust li { display: flex; align-items: center; gap: 8px; color: #48534f; font-size: .78rem; font-weight: 750; }
.qc-about-trust li > span { display: grid; width: 20px; height: 20px; place-items: center; color: #fff; background: #356650; border-radius: 50%; font-size: .64rem; }
.qc-founder-portrait { position: relative; z-index: 2; width: min(100%, 560px); margin: 34px 0 0 auto; }
.qc-founder-portrait::before { position: absolute; top: -18px; right: -18px; bottom: 42px; left: 18px; content: ""; border: 1px solid #baa273; border-radius: 48% 48% 3px 3px; }
.qc-founder-portrait-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #d9d1c3; border: 9px solid #fffdf8; box-shadow: 0 28px 70px rgba(38, 49, 45, .18); }
.qc-founder-portrait-frame picture { display: block; width: 100%; height: 100%; }
.qc-founder-portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.qc-founder-portrait figcaption { position: relative; width: calc(100% - 46px); padding: 22px 25px; margin: -8px 0 0 auto; color: #fffdf8; background: #203a35; border-left: 3px solid #d2b57f; }
.qc-founder-portrait figcaption strong, .qc-founder-portrait figcaption span { display: block; }
.qc-founder-portrait figcaption strong { font-family: var(--serif); font-size: 1.42rem; font-weight: 600; }
.qc-founder-portrait figcaption span { margin-top: 3px; color: #c3d0cb; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.qc-about-story { padding: 112px 0; background: #fffdf8; }
.qc-about-story-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: 84px; align-items: start; }
.qc-about-letter { max-width: 760px; }
.qc-about-letter h2 { margin-bottom: 28px; font-size: clamp(2.65rem, 4vw, 4.15rem); }
.qc-about-letter > p { font-size: 1rem; line-height: 1.9; }
.qc-about-letter blockquote { padding: 34px 37px 31px; margin: 40px 0 0; color: #fffdf8; background: #203a35; border-left: 4px solid #d3b77e; }
.qc-about-letter blockquote p { margin-bottom: 18px; color: #fffdf8; font-family: var(--serif); font-size: 1.5rem; font-style: italic; line-height: 1.55; }
.qc-about-letter blockquote footer { color: #c0cdc8; font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.qc-about-profile { position: sticky; top: 112px; padding: 39px 38px 37px; background: #f5f1e8; border: 1px solid #d5cbb9; border-top: 3px solid #a57e47; box-shadow: 0 18px 45px rgba(38, 49, 45, .07); }
.qc-about-profile h2 { margin-bottom: 27px; font-size: 2rem; }
.qc-about-profile dl { margin: 0 0 25px; border-top: 1px solid #d5cbb9; }
.qc-about-profile dl > div { padding: 18px 0; border-bottom: 1px solid #d5cbb9; }
.qc-about-profile dt { margin-bottom: 5px; color: #263530; font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.qc-about-profile dd { margin: 0; color: #5b6662; font-size: .78rem; line-height: 1.7; }
.qc-about-profile dd a, .qc-about-profile > a { color: #29453f; }

.qc-about-principles { padding: 105px 0 112px; background: #eee8dc; border-block: 1px solid #d7cebf; }
.qc-about-principles-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 75px; align-items: end; margin-bottom: 50px; }
.qc-about-principles-head h2 { max-width: 820px; margin: 0; font-size: clamp(2.55rem, 4.3vw, 4.4rem); }
.qc-about-principles-head > p { margin: 0 0 8px; font-size: .95rem; line-height: 1.8; }
.qc-about-principle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #cec5b5; border: 1px solid #cec5b5; }
.qc-about-principle-grid article { min-height: 295px; padding: 39px 40px 35px; background: #fffdf8; }
.qc-about-principle-grid article > span { display: block; margin-bottom: 38px; color: #a57e47; font-family: var(--serif); font-size: .9rem; }
.qc-about-principle-grid h3 { margin-bottom: 14px; font-size: 1.7rem; }
.qc-about-principle-grid p { margin-bottom: 20px; font-size: .84rem; line-height: 1.75; }
.qc-about-principle-grid a { color: #29453f; font-size: .78rem; font-weight: 800; text-underline-offset: 4px; }
.qc-about-independence { padding: 85px 0; background: #fffdf8; }
.qc-about-independence-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.qc-about-independence h2 { margin: 0; font-size: 2.65rem; }
.qc-about-independence p { font-size: .9rem; line-height: 1.85; }
.qc-about-independence p:last-child { margin-bottom: 0; }
.qc-about-independence a { color: #29453f; font-weight: 750; }
.qc-about-cta .final-cta-inner { min-height: 300px; }
.qc-about-profile-links { display: grid; gap: 4px; }
.qc-about-profile-links .text-link { width: fit-content; color: #29453f; }

/* Founder trust block on the homepage */
.qc-home-founder { position: relative; overflow: hidden; padding: 112px 0; color: #fffdf8; background: #203a35; }
.qc-home-founder::before { position: absolute; top: -380px; right: -210px; width: 720px; height: 720px; content: ""; border: 1px solid rgba(217, 191, 142, .2); border-radius: 50%; }
.qc-home-founder::after { position: absolute; right: 11%; bottom: -170px; width: 360px; height: 360px; content: ""; border: 1px solid rgba(217, 191, 142, .12); border-radius: 50%; }
.qc-home-founder-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 84px; align-items: center; }
.qc-home-founder-media { position: relative; min-width: 0; margin: 0; }
.qc-home-founder-media::before { position: absolute; top: -17px; right: 18px; bottom: 51px; left: -17px; content: ""; border: 1px solid rgba(217, 191, 142, .62); }
.qc-home-founder-image { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #d9d1c3; border: 8px solid #f5f1e8; box-shadow: 0 31px 70px rgba(6, 24, 21, .34); }
.qc-home-founder-image picture { display: block; width: 100%; height: 100%; }
.qc-home-founder-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.qc-home-founder-media figcaption { position: relative; width: calc(100% - 42px); padding: 22px 25px; margin: -8px 0 0 auto; color: #203a35; background: #f5f1e8; border-left: 3px solid #c59a5b; box-shadow: 0 17px 35px rgba(6, 24, 21, .18); }
.qc-home-founder-media figcaption strong, .qc-home-founder-media figcaption span { display: block; }
.qc-home-founder-media figcaption strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.qc-home-founder-media figcaption span { margin-top: 3px; color: #58645f; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.qc-home-founder-copy { min-width: 0; }
.qc-home-founder-copy h2 { max-width: 760px; margin-bottom: 23px; color: #fffdf8; font-size: clamp(2.85rem, 4.7vw, 5rem); }
.qc-home-founder-lead { max-width: 730px; margin-bottom: 26px; color: #c7d2ce; font-size: 1.02rem; line-height: 1.85; }
.qc-home-founder-copy blockquote { max-width: 730px; padding: 4px 0 4px 27px; margin: 0; color: #f3eadb; border-left: 2px solid #d9bf8e; font-family: var(--serif); font-size: 1.38rem; font-style: italic; line-height: 1.55; }
.qc-home-founder-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding: 0; margin: 35px 0 31px; background: #4b625c; border: 1px solid #4b625c; list-style: none; }
.qc-home-founder-proof li { min-width: 0; padding: 19px 18px; background: #29453f; }
.qc-home-founder-proof span { display: block; margin-bottom: 8px; color: #d9bf8e; font-family: var(--serif); font-size: .77rem; }
.qc-home-founder-proof b { display: block; color: #f7f3eb; font-size: .72rem; font-weight: 720; line-height: 1.5; }
.qc-home-founder-actions { display: flex; align-items: center; gap: 25px; }

/* Seminarian Giuseppe profile page */
.qc-profile-hero { position: relative; overflow: hidden; padding: 0 0 95px; background: #f5f1e8; border-bottom: 1px solid #d8d0c1; }
.qc-profile-hero::before { position: absolute; top: -330px; right: -220px; width: 700px; height: 700px; content: ""; border: 1px solid rgba(165, 126, 71, .27); border-radius: 50%; }
.qc-profile-hero::after { position: absolute; right: 0; bottom: 0; width: 37%; height: 76%; content: ""; background: #e9e3d7; border-left: 1px solid rgba(165, 126, 71, .16); }
.qc-profile-breadcrumb { position: relative; z-index: 2; }
.qc-profile-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 76px; align-items: center; }
.qc-profile-hero-copy { min-width: 0; padding-top: 33px; }
.qc-profile-hero-copy h1 { max-width: 800px; margin-bottom: 15px; font-size: clamp(3.55rem, 6.2vw, 6.75rem); line-height: .92; letter-spacing: -.052em; }
.qc-profile-role { margin-bottom: 24px; color: #8b6736; font-size: .74rem; font-weight: 850; letter-spacing: .1em; line-height: 1.55; text-transform: uppercase; }
.qc-profile-deck { max-width: 720px; margin-bottom: 30px; color: #4b5753; font-size: 1.08rem; line-height: 1.82; }
.qc-profile-actions { display: flex; align-items: center; gap: 25px; }
.qc-profile-credentials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding: 0; margin: 34px 0 0; border-block: 1px solid #d1c6b4; list-style: none; }
.qc-profile-credentials li { min-width: 0; padding: 18px 17px 18px 0; }
.qc-profile-credentials li + li { padding-left: 18px; border-left: 1px solid #d1c6b4; }
.qc-profile-credentials span, .qc-profile-credentials b { display: block; }
.qc-profile-credentials span { margin-bottom: 6px; color: #7f5d31; font-size: .63rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.qc-profile-credentials b { color: #35433f; font-size: .68rem; font-weight: 720; line-height: 1.55; }
.qc-profile-portrait { position: relative; z-index: 2; width: min(100%, 555px); margin: 34px 0 0 auto; }
.qc-profile-portrait::before { position: absolute; top: -18px; right: -18px; bottom: 48px; left: 18px; content: ""; border: 1px solid #baa273; }
.qc-profile-portrait-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #d9d1c3; border: 9px solid #fffdf8; box-shadow: 0 28px 70px rgba(38, 49, 45, .18); }
.qc-profile-portrait-frame picture { display: block; width: 100%; height: 100%; }
.qc-profile-portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.qc-profile-portrait figcaption { position: relative; width: calc(100% - 46px); padding: 22px 25px; margin: -8px 0 0 auto; color: #fffdf8; background: #203a35; border-left: 3px solid #d2b57f; }
.qc-profile-portrait figcaption span, .qc-profile-portrait figcaption strong { display: block; }
.qc-profile-portrait figcaption span { font-family: var(--serif); font-size: 1.42rem; font-weight: 600; }
.qc-profile-portrait figcaption strong { margin-top: 3px; color: #c3d0cb; font-size: .7rem; font-weight: 780; letter-spacing: .07em; text-transform: uppercase; }

.qc-profile-story { padding: 112px 0; background: #fffdf8; }
.qc-profile-story-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 88px; align-items: start; }
.qc-profile-article { min-width: 0; max-width: 780px; }
.qc-profile-article h2 { margin-bottom: 27px; font-size: clamp(2.7rem, 4.3vw, 4.45rem); }
.qc-profile-article > p { font-size: .96rem; line-height: 1.9; }
.qc-profile-article > p a { color: #29453f; font-weight: 750; text-underline-offset: 4px; }
.qc-profile-article .qc-profile-intro { color: #3e4b47; font-family: var(--serif); font-size: 1.35rem; line-height: 1.65; }
.qc-profile-article h3 { padding-top: 17px; margin: 42px 0 16px; border-top: 1px solid #ded6c8; font-size: 1.85rem; }
.qc-profile-article blockquote { padding: 36px 39px 33px; margin: 43px 0 0; color: #fffdf8; background: #203a35; border-left: 4px solid #d3b77e; }
.qc-profile-article blockquote p { margin-bottom: 19px; color: #fffdf8; font-family: var(--serif); font-size: 1.48rem; font-style: italic; line-height: 1.56; }
.qc-profile-article blockquote footer { color: #c0cdc8; font-size: .72rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.qc-profile-sidebar { position: sticky; top: 112px; min-width: 0; padding: 39px 38px 36px; background: #f5f1e8; border: 1px solid #d5cbb9; border-top: 3px solid #a57e47; box-shadow: 0 18px 45px rgba(38, 49, 45, .07); }
.qc-profile-sidebar h2 { margin-bottom: 26px; font-size: 2.15rem; }
.qc-profile-sidebar dl { margin: 0; border-top: 1px solid #d5cbb9; }
.qc-profile-sidebar dl > div { padding: 18px 0; border-bottom: 1px solid #d5cbb9; }
.qc-profile-sidebar dt { margin-bottom: 5px; color: #263530; font-family: var(--serif); font-size: 1.03rem; font-weight: 600; }
.qc-profile-sidebar dd { margin: 0; color: #5b6662; font-size: .76rem; line-height: 1.72; }
.qc-profile-sidebar-links { display: grid; gap: 3px; padding-top: 20px; }
.qc-profile-sidebar-links .text-link { width: fit-content; color: #29453f; font-size: .78rem; overflow-wrap: anywhere; }

.qc-profile-principles { padding: 106px 0 112px; background: #eee8dc; border-block: 1px solid #d7cebf; }
.qc-profile-principles-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 76px; align-items: end; margin-bottom: 48px; }
.qc-profile-principles-head h2 { max-width: 810px; margin: 0; font-size: clamp(2.65rem, 4.5vw, 4.55rem); }
.qc-profile-principles-head > p { margin: 0 0 7px; font-size: .92rem; line-height: 1.82; }
.qc-profile-principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #cec5b5; border: 1px solid #cec5b5; }
.qc-profile-principle-grid article { min-width: 0; min-height: 295px; padding: 38px 36px 34px; background: #fffdf8; }
.qc-profile-principle-grid article > span { display: block; margin-bottom: 37px; color: #a57e47; font-family: var(--serif); font-size: .86rem; }
.qc-profile-principle-grid h3 { margin-bottom: 14px; font-size: 1.55rem; }
.qc-profile-principle-grid p { margin: 0; font-size: .8rem; line-height: 1.76; }

.qc-profile-work { padding: 108px 0; background: #fffdf8; }
.qc-profile-work-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 82px; align-items: start; }
.qc-profile-work-heading h2 { margin-bottom: 22px; font-size: 3.1rem; }
.qc-profile-work-heading p { margin: 0; font-size: .92rem; line-height: 1.82; }
.qc-profile-projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.qc-profile-projects article { display: flex; min-width: 0; min-height: 330px; flex-direction: column; padding: 36px 34px 32px; background: #f5f1e8; border: 1px solid #d5cbb9; }
.qc-profile-projects article:first-child { color: #fffdf8; background: #203a35; border-color: #38534d; }
.qc-profile-projects article > span { color: #7f5d31; font-size: .65rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.qc-profile-projects article:first-child > span { color: #d9bf8e; }
.qc-profile-projects h3 { margin: 35px 0 14px; font-size: 1.75rem; }
.qc-profile-projects article:first-child h3 { color: #fffdf8; }
.qc-profile-projects p { font-size: .81rem; line-height: 1.75; }
.qc-profile-projects article:first-child p { color: #bdcac5; }
.qc-profile-projects .text-link { align-self: flex-start; margin-top: auto; color: #29453f; font-size: .78rem; }
.qc-profile-projects article:first-child .text-link { color: #ead7b1; }

.qc-profile-independence { padding: 84px 0; background: #f5f1e8; border-top: 1px solid #d7cebf; }
.qc-profile-independence-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 90px; align-items: start; }
.qc-profile-independence h2 { margin: 0; font-size: 2.65rem; }
.qc-profile-independence p { font-size: .88rem; line-height: 1.86; }
.qc-profile-independence p:last-child { margin-bottom: 0; }
.qc-profile-independence a { color: #29453f; font-weight: 750; }
.qc-profile-cta .final-cta-inner { min-height: 300px; }

.qc-contact-hero { position: relative; overflow: hidden; padding: 0 0 88px; color: #fffdf8; background: #203a35; }
.qc-contact-hero::after { position: absolute; top: -320px; right: -190px; width: 690px; height: 690px; content: ""; border: 1px solid rgba(217, 191, 142, .25); border-radius: 50%; }
.qc-contact-hero .breadcrumb { color: #aebeb8; }
.qc-contact-hero .breadcrumb a { color: #e8d5ad; }
.qc-contact-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; padding-top: 37px; }
.qc-contact-hero .eyebrow { color: #d9bf8e; }
.qc-contact-hero h1 { max-width: 720px; margin-bottom: 23px; color: #fffdf8; font-size: clamp(3.35rem, 5.8vw, 6rem); line-height: .95; letter-spacing: -.05em; }
.qc-contact-hero-grid > div > p { max-width: 650px; margin-bottom: 29px; color: #c4d0cb; font-size: 1.06rem; line-height: 1.8; }
.qc-contact-hero .button { color: #203a35; background: #f5f1e8; border-color: #f5f1e8; }
.qc-contact-hero .button:hover { background: #fffdf8; }
.qc-contact-hero .text-link { color: #ead7b1; }
.qc-contact-founder { display: grid; grid-template-columns: 190px 1fr; align-items: end; overflow: hidden; background: #f5f1e8; border: 1px solid #526963; box-shadow: 0 27px 65px rgba(8, 29, 25, .28); }
.qc-contact-founder picture { display: block; height: 255px; }
.qc-contact-founder img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.qc-contact-founder > div { padding: 28px 29px 27px; }
.qc-contact-founder span { color: #8c6837; font-size: .68rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.qc-contact-founder h2 { margin: 7px 0 5px; color: #203a35; font-size: 1.9rem; }
.qc-contact-founder p { margin: 0; color: #5d6864; font-size: .75rem; line-height: 1.6; }

.qc-contact-directory { padding: 105px 0 112px; background: #fffdf8; }
.qc-contact-directory-head { max-width: 760px; margin-bottom: 47px; }
.qc-contact-directory-head h2 { margin-bottom: 0; font-size: clamp(2.55rem, 4vw, 4.1rem); }
.qc-contact-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.qc-contact-card { min-height: 260px; padding: 36px 37px 33px; background: #f5f1e8; border: 1px solid #d6cdbd; }
.qc-contact-card--primary { color: #fffdf8; background: #203a35; border-color: #38534d; }
.qc-contact-card > span { color: #8b6736; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.qc-contact-card--primary > span { color: #d9bf8e; }
.qc-contact-card h3 { margin: 38px 0 12px; font-size: 1.7rem; }
.qc-contact-card--primary h3 { color: #fffdf8; }
.qc-contact-card p { min-height: 72px; margin-bottom: 17px; font-size: .82rem; line-height: 1.7; }
.qc-contact-card--primary p { color: #bdcac5; }
.qc-contact-card a { overflow-wrap: anywhere; color: #29453f; font-size: .88rem; font-weight: 800; text-underline-offset: 4px; }
.qc-contact-card--primary a { color: #ead7b1; }
.qc-contact-card address { color: #4f5a56; font-size: .88rem; font-style: normal; line-height: 1.8; }

.qc-contact-help { padding: 105px 0; background: #eee8dc; border-block: 1px solid #d5ccbc; }
.qc-contact-help-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
.qc-contact-help h2 { margin-bottom: 29px; font-size: 2.75rem; }
.qc-contact-help ul { padding: 0; margin: 0; list-style: none; border-top: 1px solid #cfc4b2; }
.qc-contact-help li { display: grid; grid-template-columns: 44px 1fr; gap: 17px; padding: 21px 0; border-bottom: 1px solid #cfc4b2; }
.qc-contact-help li > span { color: #9b7745; font-family: var(--serif); font-size: .85rem; }
.qc-contact-help li b { display: block; margin-bottom: 4px; color: #293733; font-family: var(--serif); font-size: 1.05rem; }
.qc-contact-help li p { margin: 0; font-size: .78rem; line-height: 1.7; }
.qc-contact-boundary { padding: 42px 40px; color: #fffdf8; background: #203a35; border-top: 3px solid #d0b47c; box-shadow: 0 22px 55px rgba(38, 49, 45, .15); }
.qc-contact-boundary .qc-section-kicker { color: #d9bf8e; }
.qc-contact-boundary h2 { color: #fffdf8; font-size: 2.2rem; }
.qc-contact-boundary p { color: #bdcac5; font-size: .86rem; line-height: 1.8; }
.qc-contact-boundary .text-link { color: #ead7b1; }
.qc-contact-closing { padding: 75px 0; background: #fffdf8; }
.qc-contact-closing-grid { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.qc-contact-closing span { color: #8a6737; font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.qc-contact-closing h2 { max-width: 760px; margin: 8px 0 0; font-size: 2.55rem; }
.qc-contact-closing .button { flex: 0 0 auto; }

@media (max-width: 960px) {
  .qc-about-hero-grid, .qc-contact-hero-grid, .qc-home-founder-grid, .qc-profile-hero-grid { grid-template-columns: 1fr; gap: 47px; }
  .qc-about-hero::after { width: 100%; height: 44%; }
  .qc-profile-hero::after { width: 100%; height: 42%; }
  .qc-founder-portrait, .qc-profile-portrait, .qc-home-founder-media { width: min(680px, 100%); margin: 0 auto; }
  .qc-about-story-grid, .qc-about-principles-head, .qc-about-independence-grid, .qc-contact-help-grid, .qc-profile-story-grid, .qc-profile-principles-head, .qc-profile-work-grid, .qc-profile-independence-grid { grid-template-columns: 1fr; gap: 46px; }
  .qc-about-profile, .qc-profile-sidebar { position: static; }
  .qc-contact-founder { width: min(680px, 100%); }
}

@media (max-width: 700px) {
  .qc-about-hero, .qc-contact-hero, .qc-profile-hero { padding-bottom: 64px; }
  .qc-about-hero-copy, .qc-profile-hero-copy { padding-top: 12px; }
  .qc-about-hero-copy h1, .qc-contact-hero h1, .qc-profile-hero-copy h1 { font-size: 3.25rem; }
  .qc-about-deck, .qc-contact-hero-grid > div > p, .qc-profile-deck { font-size: .96rem; }
  .qc-about-actions, .qc-contact-actions, .qc-contact-closing-grid, .qc-home-founder-actions, .qc-profile-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .qc-about-actions .text-link, .qc-contact-actions .text-link, .qc-home-founder-actions .text-link, .qc-profile-actions .text-link { justify-content: center; }
  .qc-home-founder-actions .button, .qc-profile-actions .button { width: 100%; }
  .qc-about-story, .qc-about-principles, .qc-contact-directory, .qc-contact-help, .qc-home-founder, .qc-profile-story, .qc-profile-principles, .qc-profile-work { padding: 74px 0; }
  .qc-about-story-grid, .qc-about-principles-head, .qc-about-independence-grid, .qc-contact-help-grid, .qc-profile-story-grid, .qc-profile-principles-head, .qc-profile-work-grid, .qc-profile-independence-grid { gap: 35px; }
  .qc-about-letter h2, .qc-about-principles-head h2, .qc-contact-directory-head h2, .qc-home-founder-copy h2, .qc-profile-article h2, .qc-profile-principles-head h2 { font-size: 2.65rem; }
  .qc-about-letter blockquote { padding: 29px 25px; }
  .qc-about-letter blockquote p { font-size: 1.3rem; }
  .qc-about-profile, .qc-profile-sidebar { padding: 32px 25px; }
  .qc-about-principle-grid, .qc-contact-card-grid, .qc-profile-principle-grid, .qc-profile-projects { grid-template-columns: 1fr; }
  .qc-about-principle-grid article { min-height: 0; padding: 33px 27px; }
  .qc-about-principle-grid article > span { margin-bottom: 24px; }
  .qc-profile-principle-grid article { min-height: 0; padding: 33px 27px; }
  .qc-profile-principle-grid article > span { margin-bottom: 24px; }
  .qc-about-independence, .qc-profile-independence { padding: 67px 0; }
  .qc-about-independence h2, .qc-contact-help h2, .qc-contact-closing h2, .qc-profile-independence h2, .qc-profile-work-heading h2 { font-size: 2.3rem; }
  .qc-home-founder-copy blockquote { padding-left: 22px; font-size: 1.24rem; }
  .qc-home-founder-proof, .qc-profile-credentials { grid-template-columns: 1fr; }
  .qc-home-founder-proof li { padding: 17px 20px; }
  .qc-profile-credentials li, .qc-profile-credentials li + li { padding: 16px 0; border-left: 0; }
  .qc-profile-credentials li + li { border-top: 1px solid #d1c6b4; }
  .qc-profile-article blockquote { padding: 30px 26px; }
  .qc-profile-article blockquote p { font-size: 1.3rem; }
  .qc-profile-projects article { min-height: 290px; padding: 32px 27px; }
  .qc-contact-founder { grid-template-columns: 135px 1fr; }
  .qc-contact-founder picture { height: 205px; }
  .qc-contact-founder > div { padding: 23px 20px; }
  .qc-contact-founder h2 { font-size: 1.55rem; }
  .qc-contact-card { min-height: 0; padding: 32px 27px; }
  .qc-contact-card h3 { margin-top: 26px; }
  .qc-contact-card p { min-height: 0; }
  .qc-contact-boundary { padding: 34px 27px; }
  .qc-contact-closing { padding: 62px 0; }
  .qc-contact-closing .button { width: 100%; }
}

@media (max-width: 470px) {
  .qc-about-hero-copy h1, .qc-contact-hero h1, .qc-profile-hero-copy h1 { font-size: clamp(2.55rem, 14vw, 3rem); }
  .qc-founder-portrait::before, .qc-profile-portrait::before, .qc-home-founder-media::before { display: none; }
  .qc-founder-portrait-frame, .qc-profile-portrait-frame, .qc-home-founder-image { border-width: 6px; }
  .qc-founder-portrait figcaption, .qc-profile-portrait figcaption, .qc-home-founder-media figcaption { width: 100%; padding: 18px 20px; margin-top: 0; }
  .qc-contact-founder { grid-template-columns: 1fr; align-items: stretch; }
  .qc-contact-founder picture { height: 255px; }
}

/* Keep the expanded founder-aware navigation from crowding at small laptop widths. */
@media (min-width: 861px) and (max-width: 960px) {
  .site-header { height: 70px; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 5px; }
  .main-nav > .nav-account-link { padding: 12px; margin-top: 8px; text-align: center; }
  .main-nav .button { margin-top: 12px; }
}
