:root {
  --pink: #ef4f98;
  --pink-dark: #d93683;
  --lime: #e9ed58;
  --lime-soft: #f3f5a1;
  --aqua: #acdce6;
  --aqua-soft: #d7f0f4;
  --ink: #202027;
  --muted: #5f6267;
  --line: #e4e4e4;
  --white: #fff;
  --shell: min(1120px, calc(100vw - 40px));
  --sans: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; }
h1 { font-size: clamp(2rem, 4vw, 3.45rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .75rem 1rem; color: #fff; background: #000; }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 20; min-height: 90px; color: var(--ink); background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 90px; display: flex; align-items: center; gap: 2rem; }
.logo { width: 132px; align-self: stretch; display: grid; place-items: center; text-decoration: none; }
.logo img { width: 118px; height: 82px; object-fit: contain; }
#site-nav { display: flex; align-items: stretch; justify-content: center; gap: 2rem; margin-left: auto; }
#site-nav > a, .nav-group > button { position: relative; min-height: 90px; display: flex; align-items: center; padding: 0; color: var(--pink); background: none; border: 0; font-size: .92rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
#site-nav > a::after, .nav-group > button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 27px; height: 1px; background: var(--ink); transition: right .2s ease; }
#site-nav > a:hover::after, #site-nav > a[aria-current="page"]::after, .nav-group > button:hover::after, .nav-group > button[aria-current="page"]::after { right: 0; }
.nav-group { position: relative; display: flex; }
.nav-group > button { color: var(--ink); gap: .35rem; }
.nav-group > div { position: absolute; top: 74px; left: -18px; width: 265px; display: none; padding: .7rem 0; background: #fff; box-shadow: 0 12px 25px rgba(0,0,0,.14); }
.nav-group > button[aria-expanded="true"] + div, .nav-group:hover > div { display: block; }
.nav-group > div a { display: block; padding: .65rem 1.2rem; font-size: .86rem; text-decoration: none; }
.nav-group > div a:hover { color: var(--pink); background: #fbfbfb; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 11px; background: transparent; border: 0; }
.menu-toggle > span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: .7rem 1.8rem; color: #f2ef63; background: var(--pink); border: 0; border-radius: 2px; font-weight: 700; letter-spacing: .04em; text-decoration: none; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--pink-dark); transform: translateY(-2px); }
.button--aqua { color: #fff; background: #1cc7d4; }
.button--pink { color: #f7f57a; background: var(--pink); }

.angled { position: relative; }
.angled::before, .angled::after { content: ""; position: absolute; z-index: 0; left: 0; right: 0; height: 40px; pointer-events: none; }
.angled::before { top: -1px; background: #fff; clip-path: polygon(0 0, 100% 0, 100% 75%, 0 15%); }
.angled::after { bottom: -1px; background: rgba(255,255,255,.34); clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%); }
.angled > * { position: relative; z-index: 1; }
.angled--lime { background: var(--lime); }
.angled--lime::after { background: var(--lime-soft); }
.angled--aqua { background: var(--aqua); }
.angled--aqua::after { background: var(--aqua-soft); }
.angled--white { background: #fff; }

.home-hero { min-height: 705px; }
.home-hero__grid { min-height: 705px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 5rem; padding: 5rem 2.2rem 2.5rem; }
.home-hero__copy { padding-top: 2rem; }
.home-hero__copy h1 { margin-bottom: 1.7rem; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.home-hero__copy p { margin-bottom: 2rem; font-size: 1.05rem; }
.arch-photo { justify-self: center; width: min(440px, 100%); height: 665px; overflow: hidden; border: 5px solid #fff; border-radius: 220px 220px 0 0; }
.arch-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.welcome { padding: 4rem 1rem 5rem; text-align: center; }
.welcome p { max-width: 980px; margin: 0 auto 1.1rem; }
.quote-mark { height: 58px; color: #e3232e; font-family: Georgia, serif; font-size: 6rem; font-weight: 900; line-height: 1; }

.feature-stack { padding-block: 2rem 7rem; }
.offset-feature { min-height: 490px; display: grid; grid-template-columns: 365px 415px; align-items: center; justify-content: center; margin-bottom: 5rem; }
.offset-feature img { width: 365px; height: 490px; object-fit: cover; }
.offset-feature > div { position: relative; z-index: 2; margin-left: -35px; padding: 2.2rem 2.5rem; color: var(--pink); background: rgba(235,239,92,.88); box-shadow: 14px 18px 24px rgba(0,0,0,.18); }
.offset-feature h2 { margin-bottom: 1rem; color: var(--pink); font-size: 2rem; }
.offset-feature .button { margin-top: .4rem; }
.pathways { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-bottom: 5rem; }
.pathway { position: relative; min-height: 255px; overflow: hidden; color: #fff; text-decoration: none; }
.pathway::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.48); transition: background .2s ease; }
.pathway:hover::after { background: rgba(0,0,0,.34); }
.pathway img { width: 100%; height: 100%; object-fit: cover; }
.pathway span { position: absolute; z-index: 2; left: 2.4rem; bottom: 2rem; display: grid; gap: .4rem; }
.pathway strong { font-size: 1.7rem; font-weight: 500; }
.pathway small { font-size: 1rem; }
.pathway i { width: max-content; margin-top: .3rem; padding: .6rem 1.1rem; color: #eff05a; background: var(--pink); font-style: normal; }

.story-panel { min-height: 770px; padding-block: 8rem 6rem; }
.story-panel__grid { display: grid; grid-template-columns: 1.25fr .8fr; align-items: center; gap: 4.5rem; }
.story-panel__copy h1 { text-transform: uppercase; }
.story-panel__copy h2 { font-size: 1.6rem; }
.story-panel__copy p, .story-panel__copy li { font-size: .96rem; }
.story-panel__copy ul { padding-left: 1.4rem; }
.story-panel__image img { width: 100%; max-height: 530px; object-fit: cover; }
.angled--white .story-panel__image { clip-path: polygon(20% 0, 80% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 80%, 0 20%); }
.story-quote { min-height: 275px; display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 3rem; padding-block: 2.5rem; }
.story-quote img { width: 220px; height: 175px; object-fit: cover; border-radius: 0 90px 90px 0; }
.story-quote blockquote { margin: 0; font-size: clamp(1.35rem, 2.7vw, 2rem); }
.story-quote strong { display: block; margin-top: 1.4rem; color: var(--pink); font-size: 1rem; }

.signing-intro { min-height: 650px; padding-block: 10rem 8rem; }
.signing-intro .shell { max-width: 1080px; }
.signing-intro h1 { font-size: 2.1rem; }
.signing-intro p { max-width: 720px; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 10px; padding-block: 4rem; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery img:nth-child(1) { grid-column: span 4; }
.gallery img:nth-child(2) { grid-column: span 3; }
.gallery img:nth-child(3) { grid-column: span 5; }
.gallery img:nth-child(4) { grid-column: span 3; }
.gallery img:nth-child(5) { grid-column: span 5; }
.gallery img:nth-child(6) { grid-column: span 4; }

.faith-intro { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; padding-block: 4.5rem 3rem; }
.faith-intro img { width: 100%; min-height: 430px; object-fit: cover; }
.faith-intro > div { position: relative; z-index: 2; margin-left: -50px; padding: 2.2rem 3rem; color: var(--pink); background: rgba(235,239,92,.9); box-shadow: 15px 18px 24px rgba(0,0,0,.17); }
.faith-intro h1 { color: var(--pink); font-size: clamp(2rem, 4vw, 3rem); }
.episodes { max-width: 1020px; padding-block: 1rem 6rem; }
.episodes article { padding: 1.6rem 0 2.2rem; }
.episodes h2 { margin-bottom: 1.6rem; font-size: 1.3rem; font-weight: 500; }
.episodes p { margin-bottom: 1.5rem; }
.audio-reference { width: 305px; height: 40px; display: flex; align-items: center; gap: .65rem; padding: .4rem .7rem; color: #fff; background: #4a4a4a; }
.audio-reference button { color: #fff; background: transparent; border: 0; }
.audio-reference > span { width: 72px; height: 5px; background: #202020; border-radius: 5px; }
.audio-reference small { color: #d7d7d7; }
.audio-reference i { margin-left: auto; font-size: .7rem; font-style: normal; }

.catalogue { padding-block: 4rem 7rem; }
.page-heading { margin-bottom: 3rem; text-align: center; }
.page-heading p { color: var(--pink); text-transform: uppercase; letter-spacing: .12em; }
.catalogue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.5rem 2rem; }
.product-card > a { text-decoration: none; }
.product-card img { width: 100%; height: 390px; object-fit: contain; background: #fafafa; }
.product-card h2 { min-height: 2.6em; padding: 1rem .3rem 0; font-size: 1rem; font-weight: 500; text-align: center; }
.product-card > div { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--line); }
.product-card .button { min-height: 42px; padding: .55rem 1.2rem; }
.shop-disclaimer, .safe-note { color: var(--muted); font-size: .84rem; }
.shop-disclaimer { margin-top: 4rem; padding: 1rem; text-align: center; border: 1px solid var(--line); }

.product { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; padding-block: 5rem; }
.product-gallery { display: grid; grid-template-columns: 95px 1fr; gap: 1.5rem; }
.thumbs { display: grid; align-content: start; gap: 1rem; }
.thumbs button { padding: 0; background: #fff; border: 2px solid transparent; cursor: pointer; }
.thumbs button.is-active { border-color: var(--pink); }
.thumbs img { width: 91px; height: 115px; object-fit: cover; }
.product-gallery__main { width: 100%; height: 540px; object-fit: contain; }
.product-summary { padding-top: 1rem; }
.stock { font-family: Georgia, serif; font-weight: 700; }
.stock span { display: inline-block; width: 8px; height: 8px; background: #54ce55; border-radius: 50%; }
.product-summary h1 { max-width: 520px; font-size: clamp(2rem, 4vw, 3rem); }
.price { margin-block: 1.5rem; font-size: 2rem; text-align: center; }
.quantity-label { display: flex; align-items: center; gap: 1.3rem; }
.quantity-label span { padding: .4rem .8rem; color: #72808c; border: 1px solid #aab8c0; border-radius: 3px; }
.product-summary .button { width: min(100%, 280px); margin-top: 1rem; }
.safe-note { max-width: 300px; margin-top: 1rem; }
.product-description { padding-block: 1rem 5rem; }
.product-description h2 { padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.product-description p, .product-description li { font-size: .92rem; }
.related { padding-block: 4rem 6rem; text-align: center; }
.related > p { margin-bottom: .5rem; font-family: Georgia, serif; font-weight: 700; }
.related > h2 { margin-bottom: 3rem; font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }
.related > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.related a { display: grid; gap: .7rem; text-decoration: none; }
.related img { width: 100%; height: 310px; object-fit: contain; }
.related span { font-size: .8rem; }

.contact-panel { min-height: 730px; padding-block: 7rem 6rem; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; }
.contact-grid form h1, .contact-message h2 { color: var(--pink); font-size: 2rem; }
.contact-grid form > label, .form-row label { display: grid; gap: .35rem; margin-bottom: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.contact-grid input, .contact-grid textarea { width: 100%; padding: .75rem; background: #fff; border: 1px solid #b9b9b9; border-radius: 3px; }
.contact-message img { width: 100%; max-height: 250px; object-fit: cover; border-radius: 120px; }
.contact-message blockquote { margin: 1.8rem 0 0; font-size: 1.35rem; font-style: italic; line-height: 1.6; }
.form-status { margin-top: 1rem; font-weight: 700; }

footer { min-height: 70px; display: flex; align-items: center; color: #fff; background: #111; font-size: .82rem; }
footer .shell { display: flex; gap: .35rem; }
footer a { text-decoration: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 30px, 760px); }
  .header-inner { min-height: 76px; }
  .site-header { min-height: 76px; }
  .logo { width: 102px; }
  .logo img { width: 92px; height: 68px; }
  .menu-toggle { display: block; }
  #site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; margin: 0; padding: .6rem 1rem 1rem; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 14px 22px rgba(0,0,0,.12); }
  #site-nav.is-open { display: flex; }
  #site-nav > a, .nav-group > button { width: 100%; min-height: 48px; justify-content: space-between; }
  #site-nav > a::after, .nav-group > button::after { bottom: 4px; }
  .nav-group { display: block; }
  .nav-group > div { position: static; width: 100%; box-shadow: none; border-left: 2px solid var(--pink); }
  .nav-group:hover > div { display: none; }
  .nav-group > button[aria-expanded="true"] + div { display: block; }
  .home-hero__grid, .story-panel__grid, .faith-intro, .product, .contact-grid { grid-template-columns: 1fr; }
  .home-hero__grid { gap: 2rem; padding-top: 6rem; }
  .arch-photo { height: 560px; }
  .offset-feature { grid-template-columns: 1fr 1fr; }
  .offset-feature img { width: 100%; }
  .pathways, .catalogue-grid { grid-template-columns: 1fr 1fr; }
  .faith-intro > div { margin: -45px 2rem 0; }
  .product-gallery { max-width: 680px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .home-hero, .home-hero__grid { min-height: auto; }
  .home-hero__grid { padding: 5.5rem 0 3rem; }
  .arch-photo { width: 100%; height: 500px; }
  .feature-stack { padding-bottom: 3rem; }
  .offset-feature { min-height: 0; grid-template-columns: 1fr; margin-bottom: 3rem; }
  .offset-feature img { height: 420px; }
  .offset-feature > div { margin: -55px 1rem 0; padding: 1.5rem; }
  .pathways, .catalogue-grid, .related > div, .form-row { grid-template-columns: 1fr; }
  .pathway { min-height: 270px; }
  .story-panel { padding-block: 7rem 5rem; }
  .story-panel__grid { gap: 2rem; }
  .story-panel__image { order: -1; }
  .story-quote { grid-template-columns: 1fr; }
  .story-quote img { width: 180px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .gallery img:nth-child(n) { grid-column: span 1; }
  .faith-intro { padding-top: 2rem; }
  .faith-intro img { min-height: 300px; }
  .faith-intro > div { margin: -30px .75rem 0; padding: 1.5rem; }
  .episodes { padding-bottom: 3rem; }
  .audio-reference { width: min(100%, 305px); }
  .product { gap: 2rem; padding-top: 2.5rem; }
  .product-gallery { grid-template-columns: 1fr; }
  .thumbs { grid-template-columns: repeat(4, 1fr); order: 2; }
  .thumbs img { width: 100%; height: 90px; }
  .product-gallery__main { height: 440px; }
  .product-summary .button { width: 100%; }
  .contact-panel { padding-top: 6rem; }
  footer .shell { flex-direction: column; gap: 0; padding-block: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
