:root {
  --ink: #2b3a38;
  --deep: #233c3a;
  --deep-2: #31504b;
  --paper: #f5f0e7;
  --paper-2: #ebe3d7;
  --white: #fffaf2;
  --accent: #c9785c;
  --acid: #ddd7a3;
  --sage: #a7b6a8;
  --line: rgba(43, 58, 56, 0.16);
  --mono: "IBM Plex Mono", monospace;
  --sans: "IBM Plex Sans", sans-serif;
  --serif: "Instrument Serif", serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { max-width: 100%; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { background: var(--accent); color: var(--white); }
.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; }
.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .09; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
.shell { width: min(1380px, calc(100% - 72px)); margin-inline: auto; }
.section-space { padding-block: 118px; }
.kicker { margin: 0; font: 500 11px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.site-header { position: relative; z-index: 30; display: flex; align-items: center; justify-content: space-between; width: min(1380px, calc(100% - 72px)); height: 100px; margin-inline: auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 5px 5px 12px 5px; background: var(--deep); color: var(--paper); font: 500 10px var(--mono); letter-spacing: -.06em; }
.brand-logo { width: 156px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 23px; font-size: 12px; font-weight: 500; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 9px 0; }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 22px; padding: 13px 18px; border: 1px solid var(--ink); border-radius: 999px; transition: background .25s, color .25s; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.nav-toggle { display: none; background: none; border: 0; }

.hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: calc(100vh - 100px); align-items: center; gap: 7vw; padding-block: 68px; }
.hero-copy { padding-bottom: 5vh; }
.hero h1, .page-hero h1 { margin: 25px 0 35px; font: 400 clamp(72px, 8.9vw, 150px)/.82 var(--serif); letter-spacing: -.05em; }
.hero h1 { margin-top: 0; }
.hero h1 em, .page-hero h1 em, h2 em { color: var(--accent); font-weight: 400; }
.hero-intro { max-width: 590px; margin: 0; font-size: clamp(19px, 1.6vw, 25px); line-height: 1.48; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 43px; }
.button { display: inline-flex; min-height: 55px; align-items: center; justify-content: space-between; gap: 35px; padding: 0 22px; border: 1px solid; border-radius: 999px; font: 500 12px var(--mono); letter-spacing: .02em; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--deep); color: var(--white); border-color: var(--deep); }
.button-dark:hover { background: var(--accent); border-color: var(--accent); }
.button-light { border-color: rgba(251,249,241,.45); color: var(--white); }
.button-light:hover { background: var(--white); color: var(--ink); }
.button-accent { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.button-accent:hover { background: var(--white); border-color: var(--white); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 500; }
.route-field { position: relative; height: min(630px, 70vh); min-height: 540px; overflow: hidden; border-radius: 22px 22px 76px 22px; background: var(--deep); color: var(--white); box-shadow: 0 24px 70px rgba(35,60,58,.14); }
.route-watermark { position: absolute; z-index: 1; top: 50%; left: 50%; width: 68%; opacity: .055; transform: translate(-50%, -50%) rotate(-7deg); filter: grayscale(1) brightness(2.2); }
.route-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 55px 55px; }
.route-field svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.route-line { fill: none; stroke: var(--acid); stroke-width: 1.6; stroke-dasharray: 7 9; animation: route 30s linear infinite; }
.route-b { stroke: var(--accent); animation-direction: reverse; animation-duration: 24s; }
.route-c { stroke: var(--white); opacity: .6; }
@keyframes route { to { stroke-dashoffset: -400; } }
.route-node { position: absolute; display: grid; min-width: 130px; grid-template-columns: 31px 1fr; padding: 12px; border: 1px solid rgba(255,255,255,.28); background: rgba(16,42,49,.88); backdrop-filter: blur(7px); }
.route-node span { grid-row: span 2; color: var(--acid); font: 10px var(--mono); }
.route-node strong { font-size: 13px; font-weight: 500; }
.route-node small { color: rgba(255,255,255,.55); font: 9px var(--mono); }
.node-one { top: 10%; left: 5%; }.node-two { top: 39%; left: 38%; }.node-three { top: 60%; right: 4%; }.node-four { bottom: 10%; left: 7%; }
.route-caption { position: absolute; right: 30px; bottom: 25px; max-width: 200px; margin: 0; color: rgba(255,255,255,.58); font: 10px/1.5 var(--mono); }
.signal-bar { overflow: hidden; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-track { display: flex; width: max-content; align-items: center; gap: 35px; animation: ticker 28s linear infinite; font: 500 10px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.signal-track i { width: 7px; height: 7px; background: var(--accent); transform: rotate(45deg); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-label { display: grid; grid-template-columns: 60px 1fr; align-items: start; border-top: 1px solid var(--line); padding-top: 14px; font: 500 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.section-label p { margin: 0; }.section-label span { color: var(--accent); }.section-label.light { border-color: rgba(255,255,255,.23); }.section-label.light span { color: var(--acid); }
.manifesto { display: grid; grid-template-columns: 1fr 3fr; gap: 8vw; }
.manifesto-copy h2, .control-heading h2, .sectors-head h2, .proof h2, .parish-copy h2, .closing h2 { max-width: 1050px; margin: 0; font: 400 clamp(50px, 6.1vw, 95px)/.96 var(--serif); letter-spacing: -.045em; }
.copy-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 800px; margin: 65px 0 0 auto; }
.copy-columns p { margin: 0; font-size: 16px; line-height: 1.75; }
.control-section { background: var(--deep); color: var(--white); }
.control-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; margin-top: 65px; }
.control-heading h2 em { color: var(--acid); }
.process-list { margin-top: 100px; border-top: 1px solid rgba(255,255,255,.24); }
.process-row { display: grid; grid-template-columns: 65px .65fr 1.2fr .6fr; gap: 35px; align-items: start; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.process-number { color: var(--acid); font: 11px var(--mono); }.process-row h3 { margin: -6px 0 0; font: 400 37px var(--serif); }.process-row p { max-width: 570px; margin: 0; color: rgba(255,255,255,.66); }.process-tag { justify-self: end; padding: 8px 10px; border: 1px solid rgba(255,255,255,.25); font: 9px var(--mono); text-transform: uppercase; }
.proof { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; }
.proof-panel { padding: 75px; background: var(--accent); color: var(--white); clip-path: polygon(0 0, 93% 0, 100% 9%, 100% 100%, 0 100%); }
.proof-panel h2 { margin-top: 30px; font-size: clamp(47px, 5vw, 75px); }.proof-panel > p:not(.kicker) { max-width: 620px; margin: 45px 0 30px; font-size: 18px; }.proof-aside { display: flex; flex-direction: column; justify-content: space-between; padding: 30px 0; }
.proof-quote { margin: 0; font: 400 clamp(33px, 3.4vw, 54px)/1.08 var(--serif); }.proof-note { border-top: 1px solid var(--line); padding-top: 20px; }.proof-note span { font: 10px var(--mono); text-transform: uppercase; }.proof-note p { max-width: 440px; margin: 18px 0 0; }
.sectors-head { display: grid; grid-template-columns: 1.45fr .55fr; gap: 8vw; align-items: end; margin: 65px 0 90px; }.sectors-head > p { margin: 0; font-size: 17px; }
.sector-stack { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto auto; gap: 18px; }
.sector-card { position: relative; display: flex; min-height: 320px; flex-direction: column; justify-content: space-between; padding: 38px; overflow: hidden; border: 1px solid var(--line); transition: color .35s, background .35s, transform .35s; }
.sector-card::after { position: absolute; right: -60px; bottom: -90px; width: 210px; height: 210px; content: ""; border: 1px solid currentColor; border-radius: 50%; opacity: .17; box-shadow: 0 0 0 35px transparent, 0 0 0 36px currentColor, 0 0 0 70px transparent, 0 0 0 71px currentColor; }
.sector-card:hover { background: var(--deep); color: var(--white); transform: translateY(-5px); }.sector-card span, .sector-card b { position: relative; z-index: 1; font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }.sector-card h3 { position: relative; z-index: 1; max-width: 610px; margin: 70px 0 25px; font: 400 clamp(35px, 4vw, 61px)/1 var(--serif); }.sector-card p { position: relative; z-index: 1; max-width: 470px; margin: 0 0 35px; }.sector-card-wide { grid-row: span 2; min-height: 658px; background: var(--paper-2); }.sector-card-tall { min-height: 390px; }.sector-card-small { min-height: 250px; background: var(--sage); }
.parish-callout { padding-block: 140px; background: var(--deep-2); color: var(--white); }.parish-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }.parish-copy h2 { margin-top: 27px; }.parish-copy h2 em { color: var(--acid); }.parish-copy > p:not(.kicker) { max-width: 520px; margin-top: 38px; color: rgba(255,255,255,.68); font-size: 17px; }.light-link { color: var(--white); }
.parish-window { border: 1px solid rgba(255,255,255,.34); background: #0c2026; box-shadow: 25px 27px 0 rgba(0,0,0,.12); }.window-top { display: flex; height: 46px; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.17); }.window-top i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.27); }.window-top span { margin-left: auto; color: rgba(255,255,255,.38); font: 8px var(--mono); }.window-body { display: grid; grid-template-columns: 67px 1fr; min-height: 420px; }.window-side { display: flex; flex-direction: column; align-items: center; gap: 28px; padding-top: 25px; border-right: 1px solid rgba(255,255,255,.13); }.window-side b { display: grid; width: 29px; height: 29px; place-items: center; background: var(--acid); color: var(--deep); font: 9px var(--mono); }.window-side span { width: 17px; height: 1px; background: rgba(255,255,255,.25); }.window-main { padding: 42px 38px; }.status-line { display: flex; justify-content: space-between; align-items: center; margin-bottom: 35px; }.status-line p { margin: 0; font: 22px var(--serif); }.status-line b { color: var(--acid); font: 8px var(--mono); }.order-row { display: grid; grid-template-columns: 1fr 12px 120px; gap: 20px; align-items: center; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.13); font: 9px var(--mono); }.order-row i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.3); }.order-row i.complete { background: var(--acid); }.order-row i.moving { background: var(--accent); }.order-row b { font-weight: 400; color: rgba(255,255,255,.53); }.mini-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; height: 90px; margin-top: 45px; align-items: end; }.mini-grid span { height: 40%; background: rgba(255,255,255,.08); }.mini-grid span:nth-child(2) { height: 68%; }.mini-grid span:nth-child(3) { height: 47%; }.mini-grid span:nth-child(4) { height: 83%; background: var(--accent); }.mini-grid span:nth-child(5) { height: 75%; }.mini-grid span:nth-child(6) { height: 100%; background: var(--acid); }
.closing { text-align: center; }.closing h2 { max-width: 1030px; margin: 30px auto 70px; }.closing-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 30px; border-top: 1px solid var(--line); text-align: left; }.closing-row p { max-width: 470px; margin: 0; }
.site-footer { padding: 80px 0 35px; background: #0a2026; color: var(--white); }.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .7fr .7fr; gap: 40px; }.footer-brand .brand-mark { background: var(--acid); color: var(--deep); }.footer-grid > div:first-child > p { color: rgba(255,255,255,.45); font: 10px var(--mono); }.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }.footer-links span { margin-bottom: 8px; color: rgba(255,255,255,.35); font: 9px var(--mono); text-transform: uppercase; }.footer-links a:hover { color: var(--acid); }.footer-end { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; color: rgba(255,255,255,.38); font: 9px var(--mono); text-align: right; }
.footer-brand { width: fit-content; padding: 9px 12px; border-radius: 10px; background: var(--white); }
.footer-brand .brand-logo { width: 172px; }

.footer-links .footer-contact { display: inline-flex; width: fit-content; align-items: center; justify-content: space-between; gap: 28px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.28); font: 500 9px var(--mono); text-transform: uppercase; }
.footer-links .footer-contact span { margin: 0; color: inherit; font: inherit; }
.footer-links .footer-contact:hover { background: var(--acid); color: var(--deep); border-color: var(--acid); }

/* Interior pages */
.page-hero { display: grid; min-height: 690px; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; padding-block: 100px 90px; }
.page-hero h1 { margin-bottom: 0; font-size: clamp(74px, 9.5vw, 146px); }.page-hero-side { padding-bottom: 10px; }.page-hero-side p { margin: 0 0 35px; font-size: 19px; }.page-index { display: flex; gap: 10px; align-items: center; color: var(--accent); font: 10px var(--mono); }.page-index::before { width: 40px; height: 1px; content: ""; background: currentColor; }
.editorial-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }.editorial-intro h2 { margin: 0; font: 400 clamp(47px, 5.6vw, 83px)/.98 var(--serif); }.editorial-intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; padding-top: 12px; }.editorial-intro-copy p { margin: 0; }
.step-detail { display: grid; grid-template-columns: .45fr 1.1fr .45fr; gap: 50px; padding: 62px 0; border-top: 1px solid var(--line); }.step-detail:last-child { border-bottom: 1px solid var(--line); }.step-detail > span { color: var(--accent); font: 10px var(--mono); }.step-detail h3 { margin: -16px 0 20px; font: 400 clamp(44px, 4.5vw, 70px) var(--serif); }.step-detail p { max-width: 660px; margin: 0; font-size: 17px; }.detail-points { display: flex; flex-direction: column; gap: 14px; padding-top: 10px; }.detail-points span { padding-bottom: 13px; border-bottom: 1px solid var(--line); font: 9px var(--mono); text-transform: uppercase; }
.principles { background: var(--accent); color: var(--white); }.principle-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 80px; background: rgba(255,255,255,.28); }.principle { min-height: 330px; padding: 45px; background: var(--accent); }.principle span { color: var(--deep); font: 10px var(--mono); }.principle h3 { max-width: 490px; margin: 50px 0 25px; font: 400 45px/1 var(--serif); }.principle p { max-width: 570px; margin: 0; color: rgba(255,255,255,.75); }
.sector-detail { display: grid; grid-template-columns: .45fr 1.15fr .65fr; gap: 55px; padding: 90px 0; border-top: 1px solid var(--line); scroll-margin-top: 40px; }.sector-detail > span { color: var(--accent); font: 10px var(--mono); }.sector-detail h2 { max-width: 650px; margin: -18px 0 25px; font: 400 clamp(52px, 5vw, 77px)/.94 var(--serif); }.sector-detail p { max-width: 600px; }.sector-needs { align-self: end; padding: 30px; background: var(--paper-2); }.sector-needs h3 { margin: 0 0 24px; font: 400 25px var(--serif); }.sector-needs ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; font-size: 13px; }.sector-needs li { padding-top: 12px; border-top: 1px solid var(--line); }
.team-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; margin-top: 85px; }.team-card { min-height: 500px; padding: 35px; background: var(--deep); color: var(--white); }.team-card:nth-child(1) { grid-column: 1 / 6; }.team-card:nth-child(2) { grid-column: 6 / 10; margin-top: 110px; }.team-card:nth-child(3) { grid-column: 10 / 13; margin-top: 35px; }.team-card span { color: var(--acid); font: 9px var(--mono); text-transform: uppercase; }.team-card h3 { margin: auto 0 15px; padding-top: 180px; font: 400 47px/1 var(--serif); }.team-card p { color: rgba(255,255,255,.62); }.team-card b { display: block; margin-top: 25px; font-size: 12px; font-weight: 400; }
.focus-list { margin-top: 80px; }.focus-row { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 55px; padding: 32px 0; border-top: 1px solid var(--line); }.focus-row span { color: var(--accent); font: 10px var(--mono); }.focus-row h3 { margin: -8px 0 0; font: 400 37px var(--serif); }.focus-row p { margin: 0; }
.parish-hero { background: var(--deep); color: var(--white); }.parish-hero .site-header { border-color: rgba(255,255,255,.2); }.parish-hero .brand-mark { background: var(--acid); color: var(--deep); }.parish-hero .nav-cta { border-color: rgba(255,255,255,.5); }.parish-hero .page-hero h1 em { color: var(--acid); }.parish-hero .page-hero-side p { color: rgba(255,255,255,.67); }
.parish-hero .site-header > .brand { padding: 7px 10px; border-radius: 9px; background: var(--white); }
.parish-product-hero { grid-template-columns: 1.1fr .9fr; min-height: 0; padding-bottom: 90px; }
.parish-hero-visual { position: relative; grid-column: 1 / -1; margin: 35px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: #f7f5ef; color: var(--ink); box-shadow: 0 35px 80px rgba(5,20,19,.28); }
.parish-visual-bar { display: flex; min-height: 48px; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid rgba(43,58,56,.13); background: var(--paper-2); }
.parish-visual-bar span, .parish-visual-bar small, .parish-hero-visual figcaption { font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.parish-visual-bar span { color: var(--deep); }
.parish-visual-bar small { color: rgba(43,58,56,.5); }
.parish-visual-scroll { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: var(--accent) var(--paper-2); }
.parish-visual-scroll img { width: 100%; max-width: none; height: auto; }
.parish-hero-visual figcaption { position: absolute; right: 18px; bottom: 16px; padding: 9px 12px; border: 1px solid rgba(43,58,56,.13); border-radius: 999px; background: rgba(255,250,242,.9); backdrop-filter: blur(8px); }
.window-side b img { width: 25px; height: auto; }
.workspace-flow { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 80px; border: 1px solid var(--line); }.workspace-step { position: relative; min-height: 340px; padding: 30px; border-right: 1px solid var(--line); }.workspace-step:last-child { border-right: 0; }.workspace-step span { color: var(--accent); font: 10px var(--mono); }.workspace-step h3 { margin: 75px 0 20px; font: 400 38px var(--serif); }.workspace-step::after { position: absolute; right: 20px; bottom: 20px; content: "→"; font: 20px var(--mono); }.workspace-step:last-child::after { content: "✓"; }
.access-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 570px; background: var(--deep); color: var(--white); }.access-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px; }.access-copy h2 { margin: 24px 0 30px; font: 400 clamp(54px,6vw,86px)/.95 var(--serif); }.access-copy p { max-width: 520px; color: rgba(255,255,255,.65); }.access-visual { display: grid; place-items: center; background: var(--deep-2); }.access-card { width: min(380px, 75%); padding: 35px; border: 1px solid rgba(255,255,255,.24); background: #0a2026; box-shadow: 24px 24px 0 rgba(0,0,0,.13); }.access-card > span { color: var(--acid); font: 9px var(--mono); }.access-card h3 { margin: 60px 0 8px; font: 400 42px var(--serif); }.access-card p { margin: 0 0 30px; color: rgba(255,255,255,.45); font-size: 12px; }.access-card a { display: flex; justify-content: space-between; padding: 16px; background: var(--acid); color: var(--deep); font: 10px var(--mono); }
.nav-parish { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px !important; border: 1px solid rgba(35,60,58,.24); border-radius: 999px; background: rgba(35,60,58,.05); color: var(--deep); font-weight: 500; letter-spacing: .05em; text-transform: uppercase; transition: transform .25s, background .25s, border-color .25s; }
.nav-parish::before { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); content: ""; animation: parish-pulse 2.8s ease-in-out infinite; }
.nav-parish:hover { border-color: var(--accent); background: rgba(201,120,92,.1); transform: translateY(-2px); }
.site-nav > .nav-parish::after { display: none; }
.parish-hero .nav-parish { border-color: rgba(221,215,163,.36); background: rgba(221,215,163,.08); color: var(--acid); }
@keyframes parish-pulse { 0%, 100% { opacity: .45; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.35); } }
.nav-finance { padding: 9px 12px !important; border: 1px solid rgba(201,120,92,.32); border-radius: 999px; background: rgba(201,120,92,.08); color: #a85f47; font-weight: 600; transition: color .25s, background .25s, border-color .25s; }
.nav-finance:hover { border-color: var(--accent); background: rgba(201,120,92,.16); color: var(--deep); }
.site-nav > .nav-finance::after { display: none; }
.parish-hero .nav-finance { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: var(--white); }
.parish-text-link { color: var(--accent); }
.route-brand { position: absolute; z-index: 2; top: 24px; right: 25px; display: flex; align-items: center; gap: 12px; }
.route-brand span { color: var(--acid); font: 500 17px var(--mono); letter-spacing: .16em; }
.route-brand small { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.45); font: 8px var(--mono); text-transform: uppercase; }
.route-node { width: 154px; height: 62px; min-width: 0; align-content: center; padding: 10px 12px; overflow: hidden; transition: width .45s cubic-bezier(.2,.75,.25,1), background .3s, border-color .3s; }
.route-node:hover { width: 205px; background: var(--accent); border-color: var(--accent); }
.route-node:hover span { color: var(--deep); }
.parish-intro { display: grid; min-height: 118px; grid-template-columns: 1fr 1.5fr auto; gap: 35px; align-items: center; margin-top: 32px; padding: 26px 32px; background: var(--acid); transition: transform .35s, box-shadow .35s; }
.parish-intro:hover { transform: translateY(-5px); box-shadow: 12px 12px 0 var(--deep); }
.parish-intro > span { font: 500 clamp(36px, 5vw, 70px)/1 var(--mono); letter-spacing: .12em; }
.parish-intro p { margin: 0; font: 400 24px/1.15 var(--serif); }
.parish-intro b { font: 500 10px var(--mono); text-transform: uppercase; }

/* Equal at rest; the active story earns more room. */
.sector-stack { display: flex; height: 620px; grid-template: none; gap: 14px; }
.sector-card, .sector-card-wide, .sector-card-tall, .sector-card-small { min-width: 0; min-height: 0; flex: 1 1 0; padding: 32px; transition: flex .55s cubic-bezier(.2,.75,.25,1), color .35s, background .35s, transform .35s; }
.sector-card:hover { flex: 1.75 1 0; }
.sector-card-wide { background: var(--paper-2); }
.sector-card-tall { background: var(--paper); }
.sector-card-small { background: var(--sage); }
.sector-card h3 { font-size: clamp(33px, 3.3vw, 56px); }
.principle-grid { display: flex; height: 430px; grid-template: none; }
.principle { min-width: 0; min-height: 0; flex: 1 1 0; padding: 38px; overflow: hidden; transition: flex .5s cubic-bezier(.2,.75,.25,1), background .3s; }
.principle:hover { flex: 1.7 1 0; background: #c85d3a; }
.principle h3 { font-size: 39px; }
.team-grid { display: flex; height: 560px; grid-template: none; }
.team-card, .team-card:nth-child(n) { min-width: 0; min-height: 0; flex: 1 1 0; margin-top: 0; overflow: hidden; transition: flex .5s cubic-bezier(.2,.75,.25,1), background .3s; }
.team-card:hover { flex: 1.65 1 0; background: var(--accent); }
.workspace-flow { display: flex; height: 390px; grid-template: none; }
.workspace-step { min-width: 0; min-height: 0; flex: 1 1 0; overflow: hidden; transition: flex .5s cubic-bezier(.2,.75,.25,1), background .3s, color .3s; }
.workspace-step:hover { flex: 1.65 1 0; background: var(--deep); color: var(--white); }
.workspace-step h3 { font-size: 35px; line-height: 1.05; }

/* Supply finance */
.finance-page-hero { position: relative; }
.finance-page-hero::after { position: absolute; right: 0; bottom: 70px; width: 34%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, var(--accent)); }
.finance-note { margin: 18px 0 0 !important; color: rgba(43,58,56,.58); font: 9px var(--mono) !important; letter-spacing: .04em; text-transform: uppercase; }
.finance-flow { background: var(--paper-2); }
.finance-workspace .workspace-step { background: var(--paper); }
.finance-workspace .workspace-step:hover { background: var(--deep); }
.finance-fit { display: flex; height: 470px; gap: 12px; margin-top: 70px; }
.finance-fit-card { min-width: 0; flex: 1 1 0; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-2); transition: flex .5s cubic-bezier(.2,.75,.25,1), transform .3s, background .3s, color .3s; }
.finance-fit-card:hover { flex: 1.6 1 0; transform: translateY(-3px); background: var(--deep); color: var(--white); }
.finance-fit-card > span { color: var(--accent); font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.finance-fit-card h3 { margin: 105px 0 26px; font: 400 clamp(35px,3.4vw,52px)/1 var(--serif); }
.finance-fit-card p { max-width: 520px; margin: 0; }
.finance-partners { background: var(--deep); color: var(--white); }
.finance-partner-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 9vw; align-items: end; }
.finance-partner-grid h2 { max-width: 850px; margin: 28px 0 0; font: 400 clamp(52px,6vw,88px)/.97 var(--serif); letter-spacing: -.04em; }
.finance-partner-grid h2 em { color: var(--acid); }
.finance-partner-copy { display: grid; gap: 22px; }
.finance-partner-copy p { margin: 0; color: rgba(255,255,255,.68); }
.finance-partner-copy .text-link { width: fit-content; margin-top: 18px; color: var(--acid); }
.terms-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 64px; border-radius: 22px; background: var(--acid); }
.terms-panel h2 { max-width: 430px; margin: 30px 0 0; font: 400 clamp(48px,5vw,72px)/.98 var(--serif); }
.terms-copy { display: grid; gap: 20px; align-content: center; }
.terms-copy p { margin: 0; padding-top: 18px; border-top: 1px solid rgba(43,58,56,.2); }

/* Parish pricing */
.pricing-section { position: relative; overflow: hidden; background: var(--deep); color: var(--white); }
.pricing-section::before { position: absolute; top: -180px; right: -130px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.pricing-head { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; margin-top: 52px; }
.pricing-head h2 { max-width: 870px; margin: 24px 0 0; font: 400 clamp(54px,6.8vw,100px)/.9 var(--serif); letter-spacing: -.045em; }
.pricing-head h2 em { color: var(--acid); }
.pricing-intro { max-width: 480px; padding-bottom: 8px; }
.pricing-intro p { margin: 0 0 36px; color: rgba(255,255,255,.68); font-size: 18px; }
.pricing-intro .text-link { color: var(--acid); }
.pricing-periods { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 62px; }
.pricing-periods button { display: flex; min-width: 0; min-height: 92px; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: transparent; color: rgba(255,255,255,.68); cursor: pointer; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.pricing-periods button:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.5); color: var(--white); }
.pricing-periods button:focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }
.pricing-periods button.is-active { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.pricing-periods span { font: 500 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.pricing-periods span small { display: inline-flex; margin-left: 7px; padding: 4px 6px; border-radius: 999px; background: var(--accent); color: var(--white); font: 500 8px var(--mono); letter-spacing: .06em; vertical-align: middle; }
.pricing-periods strong { font: 400 clamp(25px,2.6vw,40px)/1 var(--serif); white-space: nowrap; }
.pricing-board { position: relative; display: grid; grid-template-columns: minmax(330px,.72fr) 1.28fr; margin-top: 78px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.035); }
.pricing-ceiling { position: relative; display: flex; min-height: 620px; flex-direction: column; padding: 46px; overflow: hidden; background: var(--acid); color: var(--ink); }
.pricing-ceiling::after { position: absolute; right: -95px; bottom: -90px; width: 300px; height: 300px; border: 1px solid rgba(43,58,56,.2); border-radius: 50%; content: ""; box-shadow: 0 0 0 42px rgba(43,58,56,.055), 0 0 0 84px rgba(43,58,56,.035); }
.pricing-ceiling > p:first-child, .pricing-term { position: relative; z-index: 1; margin: 0; font: 500 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.pricing-amount { position: relative; z-index: 1; display: flex; align-items: flex-start; margin: 95px 0 0; line-height: .72; }
.pricing-amount span { margin: 8px 8px 0 0; font: 500 20px var(--mono); }
.pricing-amount strong { min-width: 0; font: 400 clamp(82px,9vw,145px)/.72 var(--serif); letter-spacing: -.07em; }
.pricing-term { margin: 25px 0 0; }
.pricing-equivalent { position: relative; z-index: 1; display: grid; gap: 4px; margin-top: auto; padding-top: 25px; border-top: 1px solid rgba(43,58,56,.2); }
.pricing-equivalent span { font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.pricing-equivalent strong { max-width: 320px; font: 400 31px/1.05 var(--serif); }
.pricing-equivalent small { color: rgba(43,58,56,.65); font-size: 12px; }
.pricing-ledger { padding: 18px 42px 30px; }
.pricing-ledger-head, .pricing-total { display: flex; align-items: center; justify-content: space-between; font: 500 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.pricing-ledger-head { min-height: 55px; color: rgba(255,255,255,.48); }
.pricing-line { display: grid; grid-template-columns: 38px 1fr auto; gap: 20px; align-items: start; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.14); }
.pricing-number { padding-top: 5px; color: var(--accent); font: 500 9px var(--mono); }
.pricing-line h3 { margin: 0 0 6px; font: 400 28px/1 var(--serif); }
.pricing-line p { max-width: 560px; margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.5; }
.pricing-line > strong { padding-top: 3px; color: var(--acid); font: 400 24px var(--serif); white-space: nowrap; }
.pricing-total { min-height: 68px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.32); color: var(--acid); }
.pricing-total strong { font-size: 13px; }
.pricing-notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 25px; }
.pricing-notes p { margin: 0; color: rgba(255,255,255,.57); font-size: 12px; }
.pricing-notes span { margin-right: 8px; color: var(--white); font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.pricing-page-hero { position: relative; }
.pricing-hero { min-height: 560px; }
.pricing-payment { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 70px; padding: 38px 0 0; border-top: 1px solid rgba(255,255,255,.23); }
.pricing-payment h3 { margin: 13px 0 0; font: 400 clamp(34px,4vw,58px)/1 var(--serif); }
.pricing-pay-button { min-width: 220px; border-color: var(--acid); background: var(--acid); color: var(--ink); }
.pricing-pay-button:hover { border-color: var(--white); background: var(--white); }

/* Softer rhythm and more human surfaces. */
.section-label { border-color: rgba(43,58,56,.12); }
.copy-columns { margin-top: 50px; }
.process-list { margin-top: 76px; }
.process-row { padding: 32px 0; }
.control-heading { margin-top: 52px; }
.route-node { border-radius: 10px; }
.parish-intro { border-radius: 16px; }
.parish-intro:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(43,58,56,.16); }
.proof-panel { padding: 64px; border-radius: 22px; clip-path: none; }
.proof-panel > p:not(.kicker) { margin-top: 34px; }
.sectors-head { margin: 52px 0 70px; }
.sector-card { border-radius: 18px; }
.sector-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(43,58,56,.12); }
.parish-callout { padding-block: 112px; }
.parish-window { overflow: hidden; border-radius: 18px; box-shadow: 0 28px 70px rgba(9,30,28,.18); }
.principle-grid { gap: 12px; background: transparent; }
.principle { border-radius: 16px; }
.team-grid { gap: 12px; }
.team-card { border-radius: 16px; }
.workspace-flow { gap: 12px; border: 0; }
.workspace-step { border: 1px solid var(--line); border-radius: 16px; }
.workspace-step:last-child { border-right: 1px solid var(--line); }
.access-panel { overflow: hidden; border-radius: 22px; }
.access-card { border-radius: 15px; box-shadow: 0 20px 55px rgba(0,0,0,.14); }
.footer-links .footer-contact { border-radius: 999px; padding-inline: 14px; }
.page-hero { min-height: 620px; padding-block: 82px 74px; }
.editorial-intro-copy { gap: 38px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.25,1); }.reveal.is-visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .12s; }

@media (max-width: 1050px) {
  .site-header .brand-logo { width: 135px; }.site-nav { gap: 9px; font-size: 10px; }.nav-parish { padding: 10px 12px !important; }.nav-cta { gap: 10px; padding: 11px 13px; }.hero { gap: 35px; }.route-field { min-height: 500px; }.manifesto { grid-template-columns: 1fr; }.manifesto .section-label { max-width: 260px; }.copy-columns { margin-left: 0; }.process-row { grid-template-columns: 50px .7fr 1.3fr; }.process-tag { display: none; }.proof { grid-template-columns: 1fr; }.proof-aside { gap: 70px; }.sectors-head, .parish-grid, .page-hero, .editorial-intro { grid-template-columns: 1fr; }.page-hero { min-height: 620px; gap: 50px; }.team-card:nth-child(1) { grid-column: 1 / 7; }.team-card:nth-child(2) { grid-column: 7 / 13; }.team-card:nth-child(3) { grid-column: 3 / 10; margin-top: 0; }.workspace-flow { grid-template-columns: repeat(2,1fr); }.workspace-step:nth-child(2) { border-right: 0; }.workspace-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.pricing-head { grid-template-columns: 1fr; gap: 38px; }.pricing-intro { max-width: 620px; }.pricing-board { grid-template-columns: 1fr; }.pricing-ceiling { min-height: 470px; }.pricing-amount { margin-top: 65px; }.pricing-amount strong { font-size: clamp(94px,18vw,150px); }.pricing-notes { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 1050px) {
  .finance-partner-grid { grid-template-columns: 1fr; }
  .finance-fit { height: 520px; }
}
@media (max-width: 780px) {
  .shell, .site-header { width: min(100% - 36px, 1380px); }.section-space { padding-block: 72px; }.site-header { height: 78px; }.nav-toggle { position: relative; z-index: 2; display: flex; width: 35px; height: 35px; flex-direction: column; justify-content: center; gap: 5px; padding: 5px; }.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }.nav-open .nav-toggle span:first-child { transform: translateY(6px) rotate(45deg); }.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }.site-nav { position: fixed; inset: 0; display: flex; align-items: flex-start; flex-direction: column; gap: 13px; padding: 108px 20px 28px; overflow-y: auto; background: var(--paper); color: var(--ink); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .3s, transform .3s; }.site-nav > a { font: 400 clamp(30px,10vw,43px)/1.08 var(--serif); }.site-nav .nav-cta { width: 100%; min-height: 52px; margin-top: auto; font: 500 12px var(--mono); }.nav-open .site-nav { opacity: 1; pointer-events: auto; transform: none; }.parish-hero .site-nav { background: var(--deep); color: var(--white); }.hero { grid-template-columns: 1fr; min-height: 0; gap: 45px; padding: 52px 0 30px; }.hero h1 { font-size: clamp(60px,20vw,88px); }.hero-copy, .hero > *, .page-hero > *, .manifesto > *, .proof > *, .sectors-head > *, .parish-grid > *, .editorial-intro > *, .finance-partner-grid > *, .pricing-head > *, .pricing-board > * { min-width: 0; }.hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }.hero-actions .button, .control-heading .button, .closing-row .button { width: 100%; }.route-field { height: 440px; min-height: 0; border-radius: 18px 18px 46px 18px; }.route-caption { display: none; }.manifesto-copy h2, .control-heading h2, .sectors-head h2, .proof h2, .parish-copy h2, .closing h2 { font-size: clamp(43px,13vw,64px); }.copy-columns, .control-heading, .sectors-head, .editorial-intro-copy { grid-template-columns: 1fr; gap: 25px; }.control-heading { align-items: start; }.process-row { grid-template-columns: 28px 1fr; gap: 16px; }.process-row h3 { font-size: 32px; }.process-row p { grid-column: 2; }.proof-panel { padding: 40px 24px; }.proof-aside { gap: 48px; }.sector-stack, .principle-grid, .team-grid, .workspace-flow { display: grid; height: auto; gap: 12px; }.sector-card, .sector-card:hover, .sector-card-wide, .sector-card-tall, .sector-card-small { min-height: 320px; margin: 0; padding: 28px; }.sector-card h3 { margin-top: 55px; }.principle, .principle:hover { min-height: 270px; padding: 28px; }.team-card, .team-card:hover, .team-card:nth-child(n) { min-height: 360px; margin: 0; }.workspace-step, .workspace-step:hover, .workspace-step:nth-child(n) { min-height: 250px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.parish-callout { padding-block: 72px; }.parish-window { box-shadow: 12px 14px 0 rgba(0,0,0,.12); }.window-body { grid-template-columns: 42px minmax(0,1fr); min-height: 340px; }.window-main { min-width: 0; padding: 26px 16px; }.status-line { gap: 12px; }.status-line p { font-size: 19px; }.order-row { grid-template-columns: minmax(0,1fr) 8px 72px; gap: 8px; font-size: 8px; }.order-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.closing-row { align-items: stretch; flex-direction: column; }.footer-grid { grid-template-columns: 1fr 1fr; row-gap: 48px; }.footer-end { align-items: flex-start; text-align: left; }.page-hero { min-height: 0; padding-block: 58px 60px; }.page-hero h1 { font-size: clamp(58px,19vw,88px); }.parish-product-hero { grid-template-columns: 1fr; padding-bottom: 70px; }.parish-hero-visual { grid-column: 1; margin-top: 8px; border-radius: 15px; }.parish-visual-scroll img { width: 980px; }.parish-hero-visual figcaption { display: none; }.step-detail, .sector-detail { grid-template-columns: 28px 1fr; gap: 18px; }.step-detail > div:nth-child(3), .sector-needs { grid-column: 2; }.focus-row { grid-template-columns: 28px 1fr; gap: 16px; }.focus-row p { grid-column: 2; }.access-panel { grid-template-columns: 1fr; }.access-copy { padding: 48px 24px; }.access-copy .button { width: 100%; }.access-visual { min-height: 400px; }.access-card { width: min(360px,calc(100% - 40px)); padding: 28px; }.pricing-head h2 { font-size: clamp(46px,13vw,66px); }.pricing-periods { grid-template-columns: 1fr; gap: 8px; margin-top: 44px; }.pricing-periods button { min-height: 72px; padding: 16px 18px; }.pricing-periods strong { font-size: 29px; }.pricing-board { margin-top: 32px; }.pricing-ceiling { min-height: 400px; padding: 30px 24px; }.pricing-amount { margin-top: 55px; }.pricing-amount strong { font-size: clamp(84px,26vw,120px); }.pricing-equivalent strong { font-size: 28px; }.pricing-ledger { padding: 10px 20px 24px; }.pricing-line { grid-template-columns: 25px minmax(0,1fr); gap: 12px; padding: 22px 0; }.pricing-line > strong { grid-column: 2; padding-top: 5px; }.pricing-ledger-head span:last-child { display: none; }.pricing-notes { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 780px) {
  .nav-parish { align-items: center; }
  .site-nav .nav-parish { width: auto; padding: 8px 13px !important; font: 400 clamp(28px,9vw,38px)/1.08 var(--serif); text-transform: none; }
  .brand-logo { width: 137px; }
  .footer-brand .brand-logo { width: 154px; }
  .site-nav .nav-finance { width: auto; padding: 10px 14px !important; font: 600 24px var(--sans); }
  .route-brand { top: 20px; right: 18px; }
  .route-brand small { display: none; }
  .route-node, .route-node:hover { width: 145px; }
  .parish-intro { grid-template-columns: 1fr; gap: 16px; padding: 28px; }
  .parish-intro p { font-size: 21px; }
  .finance-page-hero::after { display: none; }
  .finance-fit { display: block; height: auto; margin-top: 50px; }
  .finance-fit-card, .finance-fit-card:hover { min-height: 340px; margin-bottom: 14px; }
  .terms-panel { grid-template-columns: 1fr; gap: 42px; padding: 42px 28px; }
}
@media (max-width: 520px) {
  .shell, .site-header { width: min(100% - 28px, 1380px); }
  .section-space { padding-block: 60px; }
  .button { width: 100%; min-width: 0; gap: 18px; }
  .section-label { grid-template-columns: 32px 1fr; }
  .route-node, .route-node:hover { width: 124px; height: 58px; grid-template-columns: 24px 1fr; padding: 8px; }
  .route-node strong { font-size: 11px; }
  .node-two { top: 37%; left: 32%; }
  .node-three { top: 58%; right: 2%; }
  .parish-intro { padding: 24px 20px; }
  .parish-intro > span { font-size: 34px; }
  .proof-panel, .terms-panel { padding: 34px 22px; }
  .footer-grid { grid-template-columns: 1fr; row-gap: 34px; }
  .footer-end { gap: 4px; }
  .pricing-section::before { width: 330px; height: 330px; }
  .pricing-periods button { min-height: 66px; }
  .pricing-ceiling { min-height: 370px; }
  .pricing-amount strong { font-size: clamp(78px,25vw,105px); }
  .pricing-line h3 { font-size: 25px; }
  .pricing-line p { font-size: 12px; }
  .pricing-total { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .pricing-payment { align-items: stretch; flex-direction: column; margin-top: 52px; }
  .pricing-pay-button { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
