@font-face {
	font-family: 'Open Sans';
	src: url('open-sans-variable.woff2') format('woff2');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}
:root {
	--navy: #0b2033;
	--gold: #daae0f;
	--paper: #fcfaf5;
	--white: #fff;
	--ink-soft: #425568;
	--rule: #ccd1d4;
	--muted-navy: #b9c6d0;
	--serif: Georgia, 'Times New Roman', serif;
	--sans: 'Open Sans', Arial, sans-serif;
	--gutter: clamp(24px, 5vw, 88px);
	color: var(--navy);
	background: var(--paper);
	font-family: var(--sans);
	font-size: 1rem;
	font-synthesis: none;
	scroll-behavior: smooth;
	scroll-padding-top: 32px;
	accent-color: var(--navy);
	caret-color: var(--navy);
	scrollbar-color: #71808b var(--paper);
}
* { box-sizing: border-box; }
body { margin: 0; }
::selection { background: var(--gold); color: var(--navy); }
a { color: inherit; text-underline-offset: .25em; }
button, input, select, textarea { font: inherit; }
button, summary, select { cursor: pointer; }
button, a, input, select, summary, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #966f00; outline-offset: 5px; }
.site-header :focus-visible, .site-footer :focus-visible, .faith-section :focus-visible { outline-color: var(--gold); }
button:disabled { cursor: not-allowed; opacity: .58; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
p { line-height: 1.75; margin: 0 0 1.25em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6vw, 6rem); line-height: 1.04; letter-spacing: -.035em; margin: 0 0 32px; }
h2 { font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.1; letter-spacing: -.025em; margin: 0 0 24px; }
h3 { font-size: 1.65rem; line-height: 1.3; }
em { font-weight: 400; }
.wrap { width: min(100%, 1560px); margin-inline: auto; padding-inline: var(--gutter); }
.skip { position: fixed; top: -100px; left: 16px; z-index: 20; padding: 16px 24px; background: var(--gold); }
.skip:focus { top: 12px; }
.review-bar { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 9px 24px; font-size: 0.75rem; background: #eee9da; line-height: 1.5; }
.review-bar strong { font-size: 0.75rem; }
.review-bar a { white-space: nowrap; }
.site-header { min-height: 112px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 24px var(--gutter); color: var(--white); background: var(--navy); }
.brand { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.brand img { width: 56px; height: 56px; }
.brand span { font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.desktop-nav a { min-height: 44px; display: flex; align-items: center; position: relative; text-decoration: none; font-size: 0.8125rem; }
.desktop-nav a::after { position: absolute; content: ''; height: 1px; background: var(--gold); left: 0; bottom: 2px; width: 0; transition: width .25s ease-out; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current]::after { width: 100%; }
.mobile-menu { display: none; }
.home-hero { display: grid; grid-template-columns: 46% 54%; background: var(--navy); color: var(--white); min-height: 560px; }
.hero-copy { padding: 34px 30px 50px var(--gutter); }
.hero-copy h1 { font-size: clamp(3.5rem, 5.2vw, 5.7rem); line-height: 1.01; margin-bottom: 30px; }
.hero-copy h1 em { color: var(--gold); }
.hero-copy p { color: #dce3e9; font-size: .9rem; line-height: 1.7; margin: 0; }
.hero-photo { position: relative; min-width: 0; }
.hero-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 47% center; }
.hero-photo figcaption { position: absolute; bottom: 0; right: 0; padding: 8px 12px; color: var(--white); background: var(--navy); font-size: 0.75rem; }
.pathways { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 24px; border-bottom: 1px solid var(--rule); }
.pathways a { display: flex; align-items: center; gap: 24px; justify-content: space-between; padding: 8px 28px; text-decoration: none; border-inline-end: 1px solid var(--rule); }
.pathways a:first-child { padding-left: 0; }
.pathways a:last-child { border: 0; padding-right: 0; }
.pathways strong { font-size: 1.125rem; font-weight: 500; display: block; }
.pathways small { display: block; color: var(--ink-soft); font-size: 0.75rem; line-height: 1.7; margin-top: 7px; }
.arrow { width: 28px; height: 28px; flex: 0 0 28px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .3s cubic-bezier(.16,1,.3,1); }
a:hover .arrow, button:hover .arrow, a:focus-visible .arrow { transform: translateX(5px); }
.intro-section { padding-block: 112px; display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.intro-section h2 em, .welcome-section h2 em { color: var(--ink-soft); }
.large-copy { font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.5; letter-spacing: -.015em; }
.text-link { display: inline-flex; gap: 22px; align-items: center; min-height: 48px; font-size: 0.875rem; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link:hover { color: #7b5a00; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 54px; padding: 15px 24px; border: 1px solid var(--navy); background: var(--navy); color: var(--white); text-decoration: none; font-size: 0.875rem; line-height: 1.4; }
.button:hover:not(:disabled) { background: #243e54; }
.faith-section { background: var(--navy); color: var(--white); }
.faith-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; padding-block: 80px 96px; }
.cross { width: 48px; height: 48px; stroke: var(--gold); stroke-width: 1.5; fill: none; margin-bottom: 24px; }
.faith-layout p { max-width: 38ch; color: #c6d0d8; }
.faith-links { align-self: center; }
.faith-links a { display: flex; justify-content: space-between; padding-block: 22px; border-color: #586977; font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2rem); }
.faith-links a:hover { color: var(--gold); }
.welcome-section { display: grid; grid-template-columns: 40% 1fr; gap: 10%; padding-block: 112px; align-items: center; }
.welcome-section figure img { width: 100%; max-height: 630px; object-fit: cover; object-position: center; }
.welcome-section figcaption { font-size: 0.75rem; color: var(--ink-soft); padding-top: 10px; }
.welcome-section .button { margin: 12px 24px 16px 0; }
.closing { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; padding-block: 68px 96px; border-top: 1px solid var(--rule); }
.closing p { max-width: 53ch; }
.page-heading { padding-block: 56px 72px; border-bottom: 1px solid var(--rule); }
.breadcrumb { display: inline-block; font-size: 0.75rem; min-height: 36px; margin-bottom: 24px; }
.page-heading h1 { max-width: 18ch; }
.lede { max-width: 61ch; font-size: 1.25rem; line-height: 1.65; color: var(--ink-soft); }
.page-heading .button { margin: 12px 28px 0 0; }
.reading-layout { display: grid; grid-template-columns: minmax(200px, 24%) minmax(0, 1fr); gap: 9%; padding-block: 72px 110px; }
.contents { position: sticky; top: 32px; align-self: start; font-size: 0.8125rem; }
.contents strong { font-weight: 600; display: block; margin-bottom: 22px; }
.contents a { display: block; padding-block: 10px; text-decoration: none; border-bottom: 1px solid var(--rule); line-height: 1.5; }
.contents a:hover { text-decoration: underline; }
.prose { max-width: 68ch; font-size: 1.0625rem; }
.prose h2 { margin-top: 64px; font-size: 2.6rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 36px; margin-bottom: 16px; }
.prose ul { padding-left: 24px; }
.prose li { padding-left: 5px; line-height: 1.8; margin-bottom: 20px; }
.prose .preview-note { margin-top: 32px; }
.article-next { padding-top: 32px; }
.document-library { padding-block: 48px 96px; }
.library-controls { display: grid; grid-template-columns: 1fr 300px; gap: 24px; margin-bottom: 24px; }
label { display: block; font-size: 0.875rem; font-weight: 600; line-height: 1.6; }
input[type=search], select, textarea { display: block; width: 100%; border: 1px solid #8896a0; background: var(--white); padding: 15px; margin-top: 10px; border-radius: 0; color: var(--navy); min-height: 52px; }
input::placeholder { color: #5c6c79; }
.small { font-size: 0.75rem; line-height: 1.7; }
.document { border-top: 1px solid var(--rule); }
.document:last-child { border-bottom: 1px solid var(--rule); }
.document summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; padding-block: 28px; }
summary::-webkit-details-marker { display: none; }
.document small { font-size: 0.75rem; color: var(--ink-soft); }
.document h2 { font-size: 2.1rem; margin: 10px 0; }
.document p { font-size: 0.875rem; max-width: 72ch; margin: 0; }
.document-plus { font-size: 1.75rem; font-weight: 300; }
.document[open] .document-plus { transform: rotate(45deg); }
.document-detail { padding: 0 0 36px; max-width: 75ch; }
.document-detail dl { margin: 0 0 28px; }
.document-detail dl div { display: grid; grid-template-columns: 110px 1fr; padding-block: 8px; font-size: 0.8125rem; }
.document-detail dt { font-weight: 600; }
.document-detail dd { margin: 0; }
.document-detail p { margin-bottom: 18px; }
.check-label { display: flex; align-items: start; gap: 12px; font-weight: 400; margin: 24px 0; }
.check-label input { width: 20px; height: 20px; flex: 0 0 20px; }
.document-detail .small { margin-top: 12px; }
.preview-note { font-size: 0.75rem; line-height: 1.7; color: var(--ink-soft); padding-block: 16px; border-top: 1px solid var(--rule); margin-top: 32px; }
.care-content { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding-block: 80px 110px; }
.care-content h2 { font-size: 2.6rem; }
.service-list { align-self: start; }
.service-list details { border-bottom: 1px solid var(--rule); }
.service-list summary { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 1.9rem; padding-block: 24px; list-style: none; }
.service-list p { font-size: 0.875rem; }
.service-list > a { margin-top: 28px; }
.enquiry-layout { padding-block: 64px 100px; display: grid; grid-template-columns: 31% 1fr; gap: 10%; }
.enquiry-layout h2 { font-size: 2.3rem; }
.enquiry-layout aside p { font-size: 0.875rem; }
textarea { resize: vertical; min-height: 250px; line-height: 1.65; }
.word-row { display: flex; justify-content: space-between; padding-block: 12px; font-size: 0.75rem; font-variant-numeric: tabular-nums; }
.form-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.quiet-button { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--navy); min-height: 48px; font-size: 0.75rem; }
.form-message { font-size: 0.875rem; min-height: 24px; }
[aria-invalid=true] { border: 2px solid #922c21; }
.form-message.error { color: #922c21; }
.form-message.success { color: #1a633f; }
.review-copy { max-width: 1000px; padding-block: 64px 100px; }
.review-copy h2 { font-size: 2rem; margin-top: 36px; }
.site-footer { background: var(--navy); color: var(--white); padding: 72px var(--gutter) 28px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; padding-bottom: 52px; }
.footer-motto { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.2; margin: 0; }
.footer-motto em { color: var(--gold); }
.footer-top > div { justify-self: end; }
.footer-top .small { color: var(--muted-navy); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 32px; padding-block: 28px; border-top: 1px solid #586977; border-bottom: 1px solid #586977; }
.site-footer nav a { font-size: 0.75rem; line-height: 2; }
.site-footer .text-link:hover { color: var(--gold); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; font-size: 0.75rem; color: var(--muted-navy); padding-top: 20px; }
#motion-toggle { background: none; color: inherit; border: 1px solid #8494a1; padding: 10px 14px; min-height: 44px; font-size: 0.75rem; }
@media (min-width: 1600px) { .home-hero { min-height: 670px; } .hero-copy { padding-top: 72px; } }
@media (max-width: 1000px) {
	.desktop-nav { gap: 16px; }
	.desktop-nav a { font-size: 0.75rem; }
	.brand span { font-size: 1.1rem; }
	.pathways a { padding-inline: 20px; gap: 10px; }
	.pathways strong { font-size: 0.9375rem; }
	.home-hero { grid-template-columns: 49% 51%; }
	.hero-copy h1 { font-size: 4.4rem; }
}
@media (max-width: 760px) {
	.review-bar { justify-content: space-between; flex-wrap: wrap; gap: 3px 8px; padding: 8px 20px; font-size: 0.75rem; }
	.review-bar span { order: 3; flex-basis: 100%; }
	.site-header { padding: 18px 24px; min-height: 96px; position: relative; }
	.brand img { width: 46px; height: 46px; }
	.brand span { font-size: 1.13rem; }
	.brand { gap: 11px; }
	.desktop-nav { display: none; }
	.mobile-menu { display: block; }
	.mobile-menu summary { list-style: none; display: flex; align-items: center; gap: 12px; font-size: 0.75rem; min-height: 44px; }
	.mobile-menu summary span { font-size: 1.5rem; color: var(--gold); }
	.mobile-menu[open] summary span { transform: rotate(45deg); }
	.mobile-menu nav { position: absolute; top: 100%; left: 0; width: 100%; padding: 12px 24px 32px; background: var(--navy); z-index: 5; box-shadow: 0 18px 20px #0b203326; }
	.mobile-menu nav a { display: block; padding: 15px 0; border-top: 1px solid #586977; text-decoration: none; font-family: var(--serif); font-size: 1.65rem; }
	.home-hero { grid-template-columns: 1fr; min-height: 0; }
	.hero-copy { padding: 24px 24px 38px; }
	.hero-copy h1 { font-size: clamp(3.4rem, 12vw, 4.9rem); line-height: 1.03; max-width: 12ch; margin-bottom: 24px; }
	.hero-copy h1 br:nth-of-type(1), .hero-copy h1 em br { display: none; }
	.hero-copy p { font-size: 0.75rem; line-height: 1.7; }
	.hero-photo { height: 320px; }
	.hero-photo img { object-position: center; }
	.hero-photo figcaption { font-size: 0.75rem; }
	.pathways { grid-template-columns: 1fr; padding-block: 8px; }
	.pathways a, .pathways a:first-child, .pathways a:last-child { padding: 20px 0; border: 0; border-bottom: 1px solid var(--rule); }
	.pathways a:last-child { border-bottom: 0; }
	.pathways strong { font-size: 1.125rem; }
	.intro-section, .faith-layout, .welcome-section, .closing, .care-content, .enquiry-layout { grid-template-columns: 1fr; gap: 32px; padding-block: 64px; }
	.intro-section h2 { margin: 0; }
	.large-copy { font-size: 1.55rem; }
	.faith-layout { padding-top: 48px; }
	.faith-layout h2 br { display: none; }
	.faith-links a { padding-block: 20px; font-size: 1.55rem; }
	.welcome-section { gap: 40px; }
	.welcome-section figure img { max-height: 440px; object-position: center 42%; }
	.closing h2 { margin-bottom: 0; }
	.page-heading { padding-block: 32px 44px; }
	.page-heading h1 { font-size: clamp(3rem, 12vw, 4.5rem); }
	.lede { font-size: 1.1rem; }
	.page-heading .button { margin-bottom: 12px; }
	.reading-layout { grid-template-columns: 1fr; gap: 48px; padding-block: 36px 64px; }
	.contents { position: static; }
	.contents strong { margin-bottom: 10px; }
	.contents a { font-size: 0.75rem; padding-block: 12px; }
	.prose { font-size: 1rem; }
	.prose h2 { font-size: 2.15rem; }
	.library-controls { grid-template-columns: 1fr; gap: 20px; }
	.document-library { padding-block: 32px 64px; }
	.document h2 { font-size: 1.8rem; }
	.document summary { gap: 16px; }
	.document-detail dl div { grid-template-columns: 1fr; gap: 4px; }
	.check-label { font-size: 0.75rem; }
	.enquiry-layout { gap: 30px; }
	.care-content h2 { font-size: 2.25rem; }
	.service-list summary { font-size: 1.7rem; }
	.footer-top { grid-template-columns: 1fr; gap: 40px; }
	.footer-top > div { justify-self: start; }
	.site-footer { padding: 56px 24px 24px; }
	.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
	.footer-bottom { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
	:root { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; animation: none !important; }
	a:hover .arrow, button:hover .arrow, a:focus-visible .arrow { transform: none; }
}
html[data-reduced-motion] { scroll-behavior: auto; }
html[data-reduced-motion] *, html[data-reduced-motion] *::before, html[data-reduced-motion] *::after { transition: none !important; animation: none !important; }
html[data-reduced-motion] .arrow { transform: none !important; }
