@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --black: #000000;
  --charcoal-metal: #191D1D;
  --charcoal-slate: #293032;
  --steel: #41494C;
  --stone: #C8C1B3;
  --text-body: #C8C1B3;
  --text-muted: #A8A093;
  --text-dim: #8E8880;
  --gold: #C98C22;
  --gold-bright: #E0A840;
  --bronze: #A6670E;
  --amber: #6F4009;
  --shadow-brown: #381C01;
  --white: #EDE8DF;
  --gold-glow: rgba(201, 140, 34, 0.2);
  --gold-border: rgba(201, 140, 34, 0.3);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Montserrat', system-ui, sans-serif;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition: 0.45s var(--ease);
  --max-width: 1320px;
  --section-padding: clamp(5.5rem, 11vw, 9rem);
  --header-h: 118px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  font-family: var(--font-sans);
  background: var(--black);
  color: var(--text-body);
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, video { max-width: 100%; height: auto; }

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; border: none; background: none; }
ul { list-style: none; }
::selection { background: var(--gold); color: var(--black); }

/* Custom ichthys cursor (desktop pointer devices) */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  transform: translate(-20px, -14px);
  transition: opacity 0.2s var(--ease), transform 0.12s var(--ease);
}

.custom-cursor.is-visible { opacity: 1; }

.custom-cursor__svg {
  display: block;
  overflow: visible;
}

.custom-cursor__shadow path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.45);
  stroke-width: 2.6;
  stroke-linecap: butt;
  stroke-linejoin: round;
}

.custom-cursor__arc {
  fill: none;
  stroke: var(--gold-bright);
  stroke-width: 2.45;
  stroke-linecap: butt;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 4px rgba(224, 168, 64, 0.65));
}

body.custom-cursor-active,
body.custom-cursor-active a,
body.custom-cursor-active button,
body.custom-cursor-active input,
body.custom-cursor-active select,
body.custom-cursor-active textarea,
body.custom-cursor-active label,
body.custom-cursor-active .btn {
  cursor: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .custom-cursor.is-hovering {
    transform: translate(-20px, -14px) scale(1.12);
  }

  .custom-cursor.is-hovering .custom-cursor__arc {
    stroke: var(--white);
    filter: drop-shadow(0 0 7px rgba(224, 168, 64, 0.9));
  }
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.75rem);
  min-width: 0;
}

/* Prevent grid/flex children from forcing horizontal scroll */
:where(
  .hero__content,
  .about__grid,
  .services__grid,
  .portfolio__grid,
  .partners__grid,
  .process__timeline,
  .testimonials__grid,
  .contact__layout,
  .contact__details,
  .form-row,
  .footer__top,
  .footer__links,
  .trust-bar__inner
) > * {
  min-width: 0;
}

/* ── Logo plate ── */
.logo-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(155deg, #2e3638 0%, var(--charcoal-metal) 55%, #141818 100%);
  border: 1px solid var(--gold-border);
  box-shadow:
    0 12px 40px rgba(56, 28, 1, 0.5),
    inset 0 1px 0 rgba(200, 193, 179, 0.12);
}

.logo-plate__canvas {
  display: block;
  background: var(--black);
  line-height: 0;
}

.logo-plate__canvas img {
  display: block;
  max-width: 100%;
  height: auto;
}

.logo-plate--header { padding: 0.7rem 1.65rem; }
.logo-plate--header img { height: 102px; width: auto; }
.header--scrolled .logo-plate--header img { height: 86px; }

.logo-plate--hero {
  padding: clamp(2rem, 5vw, 3rem) clamp(2.25rem, 5vw, 3.75rem);
  position: relative;
}

.logo-plate--hero img { width: min(380px, 80vw); height: auto; }

.logo-frame {
  position: relative;
  display: inline-block;
}

.logo-frame__corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: var(--gold);
  border-style: solid;
  opacity: 0.55;
  pointer-events: none;
}

.logo-frame__corner--tl { top: -10px; left: -10px; border-width: 1px 0 0 1px; }
.logo-frame__corner--tr { top: -10px; right: -10px; border-width: 1px 1px 0 0; }
.logo-frame__corner--bl { bottom: -10px; left: -10px; border-width: 0 0 1px 1px; }
.logo-frame__corner--br { bottom: -10px; right: -10px; border-width: 0 1px 1px 0; }

.logo-frame__glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse, rgba(201, 140, 34, 0.18) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.logo-plate--footer { padding: 1.15rem 2rem; margin-bottom: 1.25rem; }
.logo-plate--footer img { height: 112px; width: auto; }

/* ── Typography ── */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 1.35rem;
}

.section-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  flex-shrink: 0;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.015em;
}

.section-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 45%, var(--bronze));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-header { text-align: center; max-width: 700px; margin: 0 auto 4.5rem; }
.section-header .section-label { justify-content: center; }
.section-header .section-label::before { display: none; }

.section-intro {
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.9;
  max-width: 580px;
  margin: 0 auto;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.05rem 2.4rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: var(--transition);
  border-radius: 1px;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-bright) 0%, var(--gold) 40%, var(--bronze) 100%);
  color: var(--black);
  box-shadow: 0 4px 24px rgba(111, 64, 9, 0.45);
}

.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent 60%);
  opacity: 0;
  transition: opacity var(--transition);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(201, 140, 34, 0.4);
}

.btn-primary:hover::after { opacity: 1; }

.btn-outline {
  border: 1px solid rgba(224, 168, 64, 0.45);
  color: var(--gold-bright);
  background: rgba(201, 140, 34, 0.06);
}

.btn-outline:hover {
  background: var(--gold-glow);
  border-color: var(--gold);
  transform: translateY(-3px);
}

.btn svg { width: 14px; height: 14px; }

.divider {
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--bronze));
  margin: 2rem 0;
}

/* ── Animations ── */
.fade-in {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.fade-in.visible { opacity: 1; transform: translateY(0); }

.fade-in:nth-child(2) { transition-delay: 0.08s; }
.fade-in:nth-child(3) { transition-delay: 0.16s; }
.fade-in:nth-child(4) { transition-delay: 0.24s; }

/* ── Header ── */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1.1rem 0;
  padding-top: max(1.1rem, env(safe-area-inset-top));
  transition: var(--transition);
}

.header--scrolled {
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(20px);
  padding: 0.6rem 0;
  padding-top: max(0.6rem, env(safe-area-inset-top));
  border-bottom: 1px solid rgba(201, 140, 34, 0.1);
  box-shadow: 0 8px 32px rgba(56, 28, 1, 0.35);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.header__logo {
  flex-shrink: 1;
  min-width: 0;
  max-width: calc(100% - 3.5rem);
  position: relative;
  z-index: 2;
}

.header__nav { display: flex; align-items: center; gap: 2.75rem; }
.header__links { display: flex; gap: 2.25rem; }

.header__links a {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color var(--transition);
  position: relative;
  padding-bottom: 4px;
}

.header__links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 1px;
  background: var(--gold);
  transition: width var(--transition);
}

.header__links a:hover,
.header__links a.is-active { color: var(--text-body); }

.header__links a.is-active::after,
.header__links a:hover::after { width: 100%; }

.header__cta { padding: 0.72rem 1.5rem; font-size: 0.6rem; }

.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
}

.header__nav-backdrop,
.header__nav-drawer,
.header__nav-head,
.header__nav-close,
.header__nav-title { display: none; }

/* Desktop nav — fixed bar aligned with header container */
@media (min-width: 1201px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    visibility: visible;
    pointer-events: none;
    padding: 1.1rem 0;
    padding-top: max(1.1rem, env(safe-area-inset-top));
    display: block;
  }

  .header--scrolled ~ .header__nav {
    padding: 0.6rem 0;
    padding-top: max(0.6rem, env(safe-area-inset-top));
  }

  .header__nav-drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 2.75rem;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.75rem);
    transform: none;
    height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
  }

  .header__nav-drawer > * { pointer-events: auto; }

  .header__links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.25rem;
  }

  .header__links a {
    display: inline;
    width: auto;
    padding: 0 0 4px;
    font-size: 0.68rem;
    text-align: left;
    border: none;
    border-radius: 0;
    background: transparent;
  }

  .header__links a.is-active,
  .header__links a:hover {
    border: none;
    background: transparent;
  }

  .header__nav .header__cta {
    width: auto;
    margin-top: 0;
    padding: 0.72rem 1.5rem;
    font-size: 0.6rem;
  }
}

@media (min-width: 1201px) and (max-width: 1320px) {
  .header__nav-drawer { gap: 1.75rem; }

  .header__links { gap: 1.35rem; }

  .header__links a {
    font-size: 0.62rem;
    letter-spacing: 0.11em;
  }

  .header__nav .header__cta {
    padding: 0.62rem 1.1rem;
    font-size: 0.56rem;
  }
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: var(--header-h);
  overflow: hidden;
}

.hero__bg { position: absolute; inset: 0; z-index: 0; }

.hero__gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 50% at 80% 30%, rgba(201, 140, 34, 0.11) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 10% 70%, rgba(41, 48, 50, 0.7) 0%, transparent 55%),
    radial-gradient(ellipse 25% 20% at 50% 100%, rgba(111, 64, 9, 0.2) 0%, transparent 70%),
    linear-gradient(175deg, var(--black) 0%, var(--charcoal-metal) 50%, var(--black) 100%);
}

.hero__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.022;
  background-image:
    linear-gradient(rgba(201, 140, 34, 0.7) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 140, 34, 0.7) 1px, transparent 1px);
  background-size: 64px 64px;
}

.hero__line {
  position: absolute;
  top: 0;
  left: clamp(1.25rem, 4vw, 2.75rem);
  width: 1px;
  height: 35%;
  background: linear-gradient(180deg, var(--gold), transparent);
  opacity: 0.25;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: 3rem 0 5.5rem;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(224, 168, 64, 0.3);
  background: rgba(201, 140, 34, 0.08);
}

.hero__eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gold-bright);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--gold-bright);
}

.hero__title {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 6vw, 4.75rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 1.75rem;
  letter-spacing: -0.02em;
}

.hero__title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 50%, var(--bronze));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__subtitle {
  font-size: 1.08rem;
  font-weight: 400;
  color: var(--text-muted);
  max-width: 440px;
  margin-bottom: 1.25rem;
  line-height: 1.9;
}

.hero__faith-note {
  font-family: var(--font-serif);
  font-size: 1.04rem;
  font-style: italic;
  color: var(--gold);
  max-width: 100%;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  opacity: 0.92;
}

@media (min-width: 769px) {
  .hero__faith-note { white-space: nowrap; }
}

.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: 100%;
  max-width: 440px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
  box-shadow: 0 16px 48px rgba(56, 28, 1, 0.4);
}

.hero__stat {
  background: var(--charcoal-metal);
  padding: 1.35rem 0.85rem;
  text-align: center;
  transition: background var(--transition);
}

.hero__stat:hover { background: var(--charcoal-slate); }

.hero__stat strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold-bright);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.hero__stat span {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  z-index: 1;
}

.hero__scroll span {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.hero__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: scrollPulse 2.4s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.25; transform: scaleY(0.5); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ── Trust bar ── */
.trust-bar {
  background: var(--charcoal-metal);
  border-top: 1px solid rgba(201, 140, 34, 0.08);
  border-bottom: 1px solid rgba(201, 140, 34, 0.08);
  padding: 0;
}

.trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.5rem 1.25rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-right: 1px solid rgba(65, 73, 76, 0.35);
  transition: color var(--transition), background var(--transition);
}

.trust-bar__item:last-child { border-right: none; }
.trust-bar__item:hover { color: var(--text-body); background: rgba(201, 140, 34, 0.04); }

.trust-bar__item svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
  flex-shrink: 0;
}

/* ── About ── */
.about {
  padding: var(--section-padding) 0;
  background: var(--black);
  position: relative;
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.about__visual {
  position: relative;
  aspect-ratio: 4/5;
  max-height: 560px;
  border: 1px solid rgba(65, 73, 76, 0.4);
  overflow: hidden;
}

.about__visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about__visual-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.75) 100%);
}

.about__visual-stat {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid var(--gold-border);
  padding: 1.5rem;
}

.about__visual-stat strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.about__visual-stat span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.about__visual-tag {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--gold-border);
  background: rgba(0, 0, 0, 0.6);
}

.about__lead {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.about__text { font-size: 1rem; color: var(--text-muted); line-height: 1.9; margin-bottom: 2rem; }

.about__values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.about__value {
  padding: 1.5rem;
  border: 1px solid rgba(65, 73, 76, 0.45);
  background: rgba(25, 29, 29, 0.6);
  transition: var(--transition);
}

.about__value:hover {
  border-color: var(--gold-border);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(56, 28, 1, 0.25);
}

.about__value-num {
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold);
  opacity: 0.5;
  margin-bottom: 0.5rem;
}

.about__value h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gold-bright);
  margin-bottom: 0.5rem;
}

.about__value p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.75; }

.scripture-quote {
  text-align: center;
  padding: 4rem 2.5rem;
  background: linear-gradient(160deg, var(--charcoal-metal), var(--black));
  border: 1px solid rgba(201, 140, 34, 0.12);
}

.scripture-quote--about {
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
}

.scripture-quote--process {
  margin-top: clamp(3rem, 6vw, 4.5rem);
}

.scripture-quote--mid {
  margin: clamp(3rem, 6vw, 4.5rem) 0;
}

.scripture-quote blockquote {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 3vw, 1.85rem);
  font-style: italic;
  color: var(--text-body);
  max-width: 720px;
  margin: 0 auto 1.25rem;
  line-height: 1.65;
}

.scripture-quote cite {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
}

/* ── Supply Partners ── */
.partners {
  padding: var(--section-padding) 0;
  background: linear-gradient(180deg, var(--charcoal-metal) 0%, var(--black) 100%);
  border-top: 1px solid rgba(201, 140, 34, 0.08);
}

.partners__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: 1.25rem;
}

.partner-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 2.5rem 2rem 2.25rem;
  border: 1px solid rgba(65, 73, 76, 0.45);
  background: linear-gradient(175deg, rgba(41, 48, 50, 0.5) 0%, rgba(25, 29, 29, 0.95) 100%);
  transition: var(--transition);
  color: inherit;
  text-decoration: none;
}

.partner-card:hover {
  border-color: rgba(65, 73, 76, 0.55);
}

.partner-card__label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

.partner-card h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.45rem;
  line-height: 1.15;
}

.partner-card__tagline {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1.15rem;
  overflow-wrap: anywhere;
}

.partner-card__desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1.35rem;
}

.partner-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0;
}

.partner-card__meta li {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-body);
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(65, 73, 76, 0.45);
  background: rgba(0, 0, 0, 0.25);
}

.partner-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: auto;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.partner-card__link svg {
  width: 1rem;
  height: 1rem;
  transition: transform var(--transition);
}

.partner-card:hover .partner-card__link svg {
  transform: translate(2px, -2px);
}

/* ── Services ── */
.services {
  padding: var(--section-padding) 0;
  background: linear-gradient(180deg, var(--charcoal-metal) 0%, var(--black) 100%);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.service-card {
  padding: 2.75rem 2rem 2.5rem;
  border: 1px solid rgba(65, 73, 76, 0.45);
  background: linear-gradient(175deg, rgba(41, 48, 50, 0.5) 0%, rgba(25, 29, 29, 0.95) 100%);
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
}

.service-card--featured {
  border-color: var(--gold-border);
  background: linear-gradient(175deg, rgba(41, 48, 50, 0.8) 0%, rgba(25, 29, 29, 1) 100%);
  box-shadow: 0 20px 60px rgba(56, 28, 1, 0.35);
  transform: translateY(-8px);
}

.service-card__num {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold);
  opacity: 0.07;
  line-height: 1;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity var(--transition);
}

.service-card:hover,
.service-card--featured {
  border-color: var(--gold-border);
}

.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 56px rgba(56, 28, 1, 0.35); }
.service-card--featured:hover { transform: translateY(-10px); }
.service-card:hover::before,
.service-card--featured::before { opacity: 1; }

.service-card__icon {
  width: 52px;
  height: 52px;
  color: var(--gold);
  margin-bottom: 1.75rem;
  padding: 12px;
  background: rgba(201, 140, 34, 0.08);
  border: 1px solid rgba(201, 140, 34, 0.18);
}

.service-card__icon svg { width: 100%; height: 100%; }

.service-card h3 {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.85rem;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 1.75rem;
  flex-grow: 1;
}

.service-card__features { display: flex; flex-direction: column; gap: 0.5rem; margin-top: auto; }

.service-card__features li {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--gold-bright);
  padding-left: 1.1rem;
  position: relative;
}

.service-card__features li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 5px; height: 1px;
  background: var(--bronze);
}

/* ── Portfolio ── */
.portfolio { padding: var(--section-padding) 0; background: var(--black); }

.portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.project-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(65, 73, 76, 0.4);
  background: var(--charcoal-metal);
  transition: var(--transition);
  overflow: hidden;
}

.project-card:hover {
  border-color: var(--gold-border);
  transform: translateY(-5px);
  box-shadow: 0 20px 56px rgba(56, 28, 1, 0.35);
}

.project-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 10 / 7;
  flex-shrink: 0;
}

.project-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s var(--ease);
}

.project-card:hover .project-card__placeholder { transform: scale(1.05); }

.project-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, transparent 35%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}

.project-card__type {
  position: absolute;
  top: 1.25rem; left: 1.25rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-bright), var(--bronze));
  padding: 0.45rem 0.9rem;
  z-index: 1;
}

.project-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.75rem;
}

.project-card__body h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.35rem;
  transition: color var(--transition);
}

.project-card:hover .project-card__body h3 { color: var(--gold); }

.project-card__location {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 0.65rem;
}

.project-card__desc {
  flex: 1;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* Placeholder gradients */
.ph { width: 100%; height: 100%; }
.ph--1 { background: linear-gradient(145deg, #293032 0%, #191D1D 40%, #6F4009 100%); }
.ph--2 { background: linear-gradient(160deg, #41494C 0%, #293032 50%, #A6670E 100%); }
.ph--3 { background: linear-gradient(135deg, #191D1D 0%, #C98C22 80%, #6F4009 100%); }
.ph--4 { background: linear-gradient(155deg, #293032 0%, #41494C 60%, #381C01 100%); }
.ph--5 { background: linear-gradient(140deg, #191D1D 0%, #293032 40%, #A6670E 100%); }
.ph--6 { background: linear-gradient(150deg, #41494C 0%, #191D1D 70%, #C98C22 100%); }
.ph--featured {
  background:
    radial-gradient(ellipse 60% 50% at 70% 40%, rgba(201, 140, 34, 0.25) 0%, transparent 60%),
    linear-gradient(155deg, #191D1D 0%, #293032 35%, #41494C 70%, #6F4009 100%);
}

/* ── Testimonials ── */
.testimonials {
  padding: var(--section-padding) 0;
  background: linear-gradient(180deg, var(--charcoal-metal) 0%, var(--black) 100%);
  border-top: 1px solid rgba(201, 140, 34, 0.08);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.testimonial {
  padding: 2.25rem 2rem;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(65, 73, 76, 0.4);
  transition: var(--transition);
  position: relative;
}

.testimonial:hover {
  border-color: var(--gold-border);
  transform: translateY(-4px);
}

.testimonial__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 1.25rem;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.testimonial__text {
  font-family: var(--font-serif);
  font-size: 1.08rem;
  font-style: italic;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 1.75rem;
}

.testimonial__author strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.2rem;
}

.testimonial__author span {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ── Process ── */
.process {
  padding: var(--section-padding) 0;
  background: var(--black);
}

.process__timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-top: 3.5rem;
}

.process__timeline::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-border), var(--gold-border), transparent);
}

.process-step {
  text-align: center;
  padding: 0 1.25rem;
  position: relative;
}

.process-step__dot {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--charcoal-metal);
  border: 1px solid var(--gold-border);
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold);
  position: relative;
  z-index: 1;
  transition: var(--transition);
}

.process-step:hover .process-step__dot {
  background: var(--charcoal-slate);
  box-shadow: 0 0 24px rgba(201, 140, 34, 0.25);
  transform: scale(1.08);
}

.process-step h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.65rem;
}

.process-step p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ── Contact ── */
.contact {
  padding: var(--section-padding) 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(201, 140, 34, 0.12) 0%, transparent 60%),
    linear-gradient(160deg, var(--charcoal-metal), var(--black));
  border-top: 1px solid rgba(201, 140, 34, 0.1);
}

.contact__layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(3rem, 6vw, 5.5rem);
  align-items: stretch;
}

.contact__intro { font-size: 1rem; color: var(--text-muted); line-height: 1.9; margin-bottom: 2.5rem; }
.contact__details { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.contact__detail {
  padding: 1.35rem;
  background: var(--charcoal-metal);
  border: 1px solid rgba(65, 73, 76, 0.4);
  transition: var(--transition);
}

.contact__detail:hover { border-color: var(--gold-border); }

.contact__detail-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.55rem;
}

.contact__detail p { font-size: 0.9rem; color: var(--text-body); line-height: 1.7; overflow-wrap: anywhere; }
.contact__detail a { transition: color var(--transition); overflow-wrap: anywhere; }
.contact__detail a:hover { color: var(--gold-bright); }
.contact__detail-sub { font-size: 0.8rem !important; color: var(--text-dim) !important; margin-top: 0.25rem; }

.contact__form-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.75rem;
  border: 1px solid var(--gold-border);
  background: linear-gradient(165deg, var(--charcoal-slate) 0%, var(--charcoal-metal) 100%);
  box-shadow: 0 20px 60px rgba(56, 28, 1, 0.35);
}

.contact__form {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }

.form-group label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--white);
  background: var(--black);
  border: 1px solid rgba(65, 73, 76, 0.55);
  padding: 0.9rem 1rem;
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  border-radius: 1px;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-dim); }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 140, 34, 0.1);
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C98C22' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.form-group select option { background: var(--charcoal-metal); }

.form-group--grow {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group--grow textarea {
  flex: 1;
  min-height: 220px;
}

.form-group textarea { resize: vertical; min-height: 160px; }

.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

.contact__success { text-align: center; padding: 3rem 1rem; display: none; }
.contact__success.is-visible { display: block; }
.contact__success h3 { font-family: var(--font-serif); font-size: 2.25rem; color: var(--gold); margin-bottom: 1rem; }
.contact__success p { font-size: 0.95rem; color: var(--text-muted); }
.contact__form.is-hidden { display: none; }

/* ── Footer ── */
.footer {
  padding: 4.5rem 0 max(2rem, env(safe-area-inset-bottom));
  padding-left: max(0px, env(safe-area-inset-left));
  padding-right: max(0px, env(safe-area-inset-right));
  background: var(--charcoal-metal);
  border-top: 1px solid rgba(201, 140, 34, 0.1);
}

.footer__top {
  display: grid;
  grid-template-columns: 1.15fr 2fr;
  gap: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(65, 73, 76, 0.35);
}

.footer__tagline { font-size: 0.875rem; color: var(--text-muted); line-height: 1.85; max-width: 300px; }
.footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }

.footer__col h4 {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.footer__col ul { display: flex; flex-direction: column; gap: 0.55rem; }
.footer__col li, .footer__col a { font-size: 0.875rem; color: var(--text-muted); transition: color var(--transition); }
.footer__col a:hover { color: var(--gold-bright); }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__bottom p { font-size: 0.75rem; color: var(--text-dim); }
.footer__credits { font-size: 0.68rem !important; }
.footer__credits a { color: var(--text-muted); transition: color var(--transition); }
.footer__credits a:hover { color: var(--gold-bright); }
.footer__verse { font-style: italic; color: var(--text-muted) !important; }

/* ── Back to top ── */
.back-to-top {
  position: fixed;
  right: max(1.25rem, env(safe-area-inset-right));
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  background: linear-gradient(155deg, #2e3638 0%, var(--charcoal-metal) 55%, #141818 100%);
  color: var(--gold-bright);
  box-shadow: 0 8px 32px rgba(56, 28, 1, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s var(--ease), visibility 0.35s var(--ease), transform 0.35s var(--ease), border-color var(--transition), color var(--transition);
  -webkit-tap-highlight-color: transparent;
}

.back-to-top svg { width: 20px; height: 20px; }

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(201, 140, 34, 0.35);
}

.back-to-top.is-visible:hover { transform: translateY(-3px); }

.back-to-top:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ── Responsive ── */

/* Tablet & small laptop (768px – 1200px) */
@media (max-width: 1200px) {
  :root {
    --section-padding: clamp(4.5rem, 8vw, 7rem);
  }

  .header {
    z-index: 1100;
    padding: 0.65rem 0;
    padding-top: max(0.65rem, env(safe-area-inset-top));
  }

  .header--scrolled {
    padding: 0.45rem 0;
    padding-top: max(0.45rem, env(safe-area-inset-top));
  }

  .logo-plate--header { padding: 0.5rem 1rem; }
  .logo-plate--header img { height: 68px; }
  .header--scrolled .logo-plate--header img { height: 60px; }

  .header__toggle { display: flex; }

  .header__nav-backdrop { display: block; }
  .header__nav-drawer { display: flex; }
  .header__nav-head { display: flex; }
  .header__nav-close { display: flex; }
  .header__nav-title { display: block; }

  .header__nav {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: block;
    visibility: hidden;
    pointer-events: none;
  }

  .header__nav--open {
    visibility: visible;
    pointer-events: auto;
  }

  .header__nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 0.35s var(--ease);
  }

  .header__nav--open .header__nav-backdrop { opacity: 1; }

  .header__nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: min(340px, 100vw);
    max-width: 100%;
    height: 100%;
    height: 100dvh;
    min-height: 100dvh;
    padding:
      max(1.25rem, env(safe-area-inset-top))
      1.5rem
      max(1.5rem, env(safe-area-inset-bottom));
    background: linear-gradient(180deg, var(--charcoal-slate) 0%, var(--charcoal-metal) 45%, var(--black) 100%);
    border-left: 1px solid var(--gold-border);
    box-shadow: -16px 0 48px rgba(0, 0, 0, 0.55);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform 0.38s var(--ease);
  }

  .header__nav--open .header__nav-drawer { transform: translateX(0); }

  .header__nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(201, 140, 34, 0.15);
  }

  .header__nav-title {
    font-family: var(--font-serif);
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.02em;
  }

  .header__nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border: 1px solid var(--gold-border);
    border-radius: 2px;
    color: var(--gold-bright);
    background: rgba(201, 140, 34, 0.08);
    transition: background var(--transition), border-color var(--transition), color var(--transition);
    -webkit-tap-highlight-color: transparent;
  }

  .header__nav-close svg { width: 22px; height: 22px; }

  .header__nav-close:hover,
  .header__nav-close:focus-visible {
    background: rgba(201, 140, 34, 0.18);
    border-color: var(--gold);
    color: var(--white);
    outline: none;
  }

  .header__links {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
  }

  .header__links li { width: 100%; }

  .header__links a {
    display: block;
    width: 100%;
    padding: 1rem 1.1rem;
    font-size: 0.85rem;
    text-align: left;
    border: 1px solid rgba(65, 73, 76, 0.45);
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.25);
  }

  .header__links a.is-active,
  .header__links a:hover {
    border-color: rgba(201, 140, 34, 0.35);
    background: rgba(201, 140, 34, 0.1);
    color: var(--white);
  }

  .header__links a::after { display: none; }

  .header__nav .header__cta {
    width: 100%;
    flex-shrink: 0;
    margin-top: 1.5rem;
    padding: 1.05rem 1.5rem;
    font-size: 0.65rem;
    text-align: center;
  }

  /* Hero */
  .hero { min-height: auto; }

  .hero__content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 2rem 0 4rem;
    gap: 2.25rem;
  }

  .hero__subtitle { margin-left: auto; margin-right: auto; max-width: 36rem; }
  .hero__faith-note { margin-left: auto; margin-right: auto; max-width: 36rem; margin-bottom: 2rem; white-space: normal; }
  .hero__actions { justify-content: center; }
  .hero__visual { order: -1; }
  .hero__scroll { display: none; }
  .hero__line { display: none; }
  .hero__eyebrow {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    max-width: 100%;
  }

  .logo-frame__corner { width: 22px; height: 22px; }
  .logo-frame__corner--tl { top: -8px; left: -8px; }
  .logo-frame__corner--tr { top: -8px; right: -8px; }
  .logo-frame__corner--bl { bottom: -8px; left: -8px; }
  .logo-frame__corner--br { bottom: -8px; right: -8px; }

  .logo-plate--hero { padding: 1.5rem 2rem; }
  .logo-plate--hero img { width: min(300px, 55vw); }

  .hero__stats {
    max-width: 28rem;
    margin: 0 auto;
  }

  .hero__title { font-size: clamp(2.35rem, 5vw, 3.5rem); }

  .section-title { font-size: clamp(2rem, 4.5vw, 3rem); }

  /* Trust bar */
  .trust-bar__inner { grid-template-columns: repeat(2, 1fr); }

  .trust-bar__item {
    border-bottom: 1px solid rgba(65, 73, 76, 0.35);
    padding: 1.25rem 1rem;
    text-align: center;
    flex-direction: column;
    gap: 0.65rem;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .trust-bar__item:nth-child(2) { border-right: none; }

  /* About */
  .about__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about__visual { max-height: 380px; aspect-ratio: 16/9; order: -1; }

  /* Services — 2-up grid, featured spans full width */
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
    margin: 0 auto;
  }

  .service-card--featured {
    grid-column: 1 / -1;
    transform: none;
  }

  .service-card--featured:hover { transform: translateY(-6px); }

  /* Portfolio — 2-up */
  .portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  /* Process */
  .process__timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .process__timeline::before { display: none; }

  /* Testimonials */
  .testimonials__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }

  /* Partners */
  .partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .partner-card { max-width: none; }

  /* Contact */
  .contact__layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact__form-wrap { height: auto; }

  .contact__form { flex: none; }

  .form-group--grow { flex: none; }

  .form-group--grow textarea {
    flex: none;
    min-height: 180px;
  }

  .form-row { grid-template-columns: 1fr 1fr; }

  /* Footer */
  .footer__top {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  .footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__tagline { max-width: 420px; margin: 0 auto; }

  .footer__links {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: left;
    max-width: 640px;
    margin: 0 auto;
  }
}

/* Narrow tablet — single-column cards before phone breakpoint */
@media (max-width: 900px) and (min-width: 769px) {
  .services__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .partners__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }

  .portfolio__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .process__timeline {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .form-row { grid-template-columns: 1fr; }
}

/* Small tablet & large phone */
@media (max-width: 768px) {
  :root {
    --section-padding: clamp(4rem, 10vw, 6rem);
  }

  .container { padding: 0 clamp(1rem, 4vw, 1.5rem); }

  .header { padding: 0.55rem 0; padding-top: max(0.55rem, env(safe-area-inset-top)); }
  .header--scrolled { padding: 0.4rem 0; padding-top: max(0.4rem, env(safe-area-inset-top)); }

  .logo-plate--header { padding: 0.4rem 0.75rem; }
  .logo-plate--header img { height: 56px; }
  .header--scrolled .logo-plate--header img { height: 50px; }

  .logo-plate--footer img { height: 86px; }

  .section-header { margin-bottom: 3rem; }
  .section-intro { font-size: 0.975rem; }

  .hero__title { font-size: clamp(2.15rem, 9vw, 3rem); }
  .hero__subtitle { font-size: 1rem; margin-bottom: 1.25rem; }
  .hero__faith-note { font-size: 0.92rem; margin-bottom: 2rem; white-space: normal; }
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
  }

  .hero__actions .btn { width: 100%; }

  .hero__stat strong { font-size: 1.65rem; }
  .hero__stat span { font-size: 0.52rem; }

  .about__lead { font-size: 1.15rem; }
  .about__values { grid-template-columns: 1fr; }
  .scripture-quote { padding: 2rem 1.5rem; }

  .services__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .service-card--featured { grid-column: auto; }

  .service-card { padding: 2.25rem 1.75rem 2rem; }

  .partners__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }

  .partner-card {
    padding: 2rem 1.5rem 1.85rem;
    max-width: none;
  }

  .partner-card__tagline {
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  .testimonial { padding: 2rem 1.5rem; }

  .contact__details { grid-template-columns: 1fr; }
  .contact__form-wrap { padding: 1.75rem; }
  .contact__info .section-title { font-size: clamp(2rem, 8vw, 2.75rem); }
  .form-row { grid-template-columns: 1fr; }
  .contact__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact__actions .btn { width: 100%; }

  .form-group input,
  .form-group select,
  .form-group textarea { font-size: 16px; }

  .footer__links {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .footer__bottom { flex-direction: column; text-align: center; }

  .footer__verse {
    max-width: 28rem;
    margin: 0 auto;
    line-height: 1.65;
  }

  .process__timeline {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .portfolio__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

/* Phone */
@media (max-width: 480px) {
  .logo-plate--header img { height: 48px; }
  .header--scrolled .logo-plate--header img { height: 44px; }
  .logo-plate--footer img { height: 72px; }

  .logo-frame__corner { width: 18px; height: 18px; }
  .logo-frame__corner--tl { top: -6px; left: -6px; }
  .logo-frame__corner--tr { top: -6px; right: -6px; }
  .logo-frame__corner--bl { bottom: -6px; left: -6px; }
  .logo-frame__corner--br { bottom: -6px; right: -6px; }

  .logo-plate--hero { padding: 1.15rem 1.35rem; }
  .logo-plate--hero img { width: min(210px, 82vw); }

  .hero__content { padding: 1.25rem 0 2.75rem; gap: 1.5rem; }
  .hero__title { font-size: clamp(1.95rem, 10vw, 2.5rem); }
  .hero__eyebrow { font-size: 0.58rem; letter-spacing: 0.18em; padding: 0.45rem 0.75rem; }
  .hero__stats { grid-template-columns: 1fr; max-width: 16rem; }
  .hero__stat { padding: 1rem 0.75rem; }

  .trust-bar__inner { grid-template-columns: 1fr; }
  .trust-bar__item { border-right: none; }

  .section-title { font-size: clamp(1.85rem, 8vw, 2.35rem); }
  .about__visual { max-height: 260px; }

  .partner-card {
    padding: 1.75rem 1.25rem 1.65rem;
  }

  .partner-card h3 { font-size: clamp(1.45rem, 7vw, 1.75rem); }

  .partner-card__meta li {
    font-size: 0.58rem;
    letter-spacing: 0.07em;
  }

  .contact__form-wrap { padding: 1.25rem; }

  .scripture-quote {
    padding: 1.75rem 1.15rem;
  }

  .scripture-quote blockquote {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
  }

  .footer__verse { font-size: 0.68rem; }

  .footer__links { grid-template-columns: 1fr; }
  .btn { padding: 0.95rem 1.25rem; font-size: 0.62rem; }
}
