/* ===========================
   RESET & BASE
=========================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
  color: #3a3028;
  background: #faf9f7;
  line-height: 1.65;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

.section { padding: 108px 0; }

/* ===========================
   TYPOGRAPHY
=========================== */
h1 {
  font-family: 'Cormorant Garant', Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

h1 em {
  font-style: italic;
  font-weight: 300;
}

h2 {
  font-family: 'Cormorant Garant', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
}

h3 {
  font-family: 'Cormorant Garant', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  font-size: 0.95rem;
  color: #6b5f55;
  line-height: 1.75;
}

.section-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8b7355;
  margin-bottom: 16px;
  display: block;
}

.section-header {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 58px;
}

.section-sub {
  margin-top: 16px;
  font-size: 0.95rem;
}

/* ===========================
   BUTTONS
=========================== */
.btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 32px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-primary {
  background: #3a3028;
  color: #faf9f7;
  border-color: #3a3028;
}
.btn-primary:hover {
  background: #8b7355;
  border-color: #8b7355;
}

.btn-outline-nav {
  border-color: #3a3028;
  color: #3a3028;
  padding: 10px 24px;
}
.btn-outline-nav:hover {
  background: #3a3028;
  color: #faf9f7;
}

.btn-hero {
  border: 1.5px solid #7a9e7e;
  color: #faf9f7;
  background: #7a9e7e;
  margin-top: 48px;
}
.btn-hero:hover {
  background: #5f8563;
  border-color: #5f8563;
  color: #faf9f7;
}

.btn-full { width: 100%; text-align: center; }

/* ===========================
   LOGO
=========================== */
.nav-logo {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 65px;
  width: auto;
  display: block;
}

.logo-img-footer {
  height: 44px;
  opacity: 0.85;
}

/* ===========================
   NAV
=========================== */
.nav-wrapper {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(250,249,247,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(58,48,40,0.08);
  transition: box-shadow 0.3s;
}

.nav-wrapper.scrolled {
  box-shadow: 0 2px 20px rgba(58,48,40,0.07);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-links > li > a:not(.btn) {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3a3028;
  transition: color 0.2s;
}

.nav-links > li > a:not(.btn):hover { color: #8b7355; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: #3a3028;
  transition: all 0.25s;
}

/* ===========================
   HERO
=========================== */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  overflow: hidden;
}

.hero-left {
  background: #f0ede7;
  display: flex;
  align-items: center;
  padding: 80px 56px 80px 7vw;
  padding-top: calc(84px + 80px);
}

.hero-content {
  max-width: 420px;
}

.hero-right {
  overflow: hidden;
  position: relative;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.hero-right-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  pointer-events: none;
}

.hero-overlay-logo {
  width: 81%;
  max-width: 475px;
  mix-blend-mode: screen;
  opacity: 0.85;
  flex-shrink: 0;
  margin: auto;
}

.hero-scripture {
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  padding: 20px 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-scripture p {
  font-family: 'Cormorant Garant', Georgia, serif;
  font-size: clamp(0.93rem, 1.21vw, 1.13rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
  color: #8b7355;
  text-shadow: none;
  margin-bottom: 3px;
}

.hero-scripture cite {
  font-family: 'Inter', sans-serif;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4a7a52;
  text-shadow: none;
  font-style: normal;
}

.hero-mobile-logo {
  display: none;
}

.hero-scripture-mobile {
  display: none;
}

.hero-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6b8fa8;
  margin-bottom: 28px;
  white-space: nowrap;
}

.hero h1 { color: #3a3028; }

/* ===========================
   MARQUEE
=========================== */
.marquee-strip {
  background: #3a3028;
  overflow: hidden;
  padding: 14px 0;
  white-space: nowrap;
}

.marquee-track {
  display: inline-block;
  animation: marquee 30s linear infinite;
}

.marquee-track span {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,249,247,0.65);
  padding: 0 20px;
}

.marquee-track .dot {
  color: #8b7355;
  padding: 0 4px;
  letter-spacing: 0;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ===========================
   OUR STORY
=========================== */
.our-story-section {
  background: #faf9f7;
  padding: 80px 0 88px;
}

/* Section label — overrides global .section-label inside this section */
.our-story-label {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #7a7252;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.our-story-label::before {
  content: '';
  display: block;
  width: 40px;
  height: 1.5px;
  background: #9e9676;
  flex-shrink: 0;
}

/* Hero row: carousel + photo */
.our-story-hero-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

/* Carousel */
.our-story-carousel {
  display: flex;
  flex-direction: column;
}

.our-story-slides {
  display: grid;
  position: relative;
}

.our-story-slide {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}

.our-story-slide.exit {
  transform: translateX(-28px);
}

.our-story-slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Slide: headline */
.our-story-slide h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 4.2vw, 3.875rem);
  line-height: 1.12;
  color: #3b2f20;
  letter-spacing: -0.5px;
}

.our-story-slide h2 em {
  font-style: italic;
  color: #7a7252;
}

/* Slide: hero byline */
.our-story-slide-byline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  color: #8c7b6b;
  margin-top: 24px;
  max-width: 420px;
}

/* Slide: statement label + text */
.our-story-slide-label {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9e9676;
  margin-bottom: 20px;
}

.our-story-slide-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
  color: #4a4038;
}

.our-story-slide-text .highlight {
  color: #3b2f20;
  font-weight: 500;
}

/* Slide: signature (last slide) */
.our-story-sig {
  margin-top: 36px;
}

.our-story-sig-line {
  width: 48px;
  height: 1.5px;
  background: #b8a07a;
  margin-bottom: 20px;
}

.our-story-sig-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  color: #3b2f20;
  margin-bottom: 4px;
}

.our-story-sig-title {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8c7b6b;
}

/* Controls */
.our-story-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.our-story-dots {
  display: flex;
  gap: 8px;
}

.our-story-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d4cbc0;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.our-story-dot.active {
  background: #7a7252;
  transform: scale(1.3);
}

.our-story-prev,
.our-story-next {
  background: none;
  border: 1px solid #d4cbc0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  color: #8c7b6b;
  transition: border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.our-story-prev:hover,
.our-story-next:hover {
  border-color: #7a7252;
  color: #3b2f20;
}

.our-story-prev.disabled,
.our-story-next.disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

/* Photo */
.our-story-photo {
  position: relative;
  max-width: 75%;
  justify-self: center;
}

.our-story-photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  overflow: hidden;
  background: #ede8e0;
}

.our-story-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-story-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #ede8e0 0%, #e2dcd4 50%, #ede8e0 100%);
  color: #8c7b6b;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  gap: 12px;
}

.our-story-photo-placeholder svg { opacity: 0.35; }

.our-story-photo-accent {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 120px;
  height: 120px;
  border: 2px solid #b8a07a;
  border-radius: 4px;
  z-index: -1;
  opacity: 0.5;
}

.our-story-photo-caption {
  margin-top: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-style: italic;
  color: #8c7b6b;
  text-align: right;
  padding-right: 4px;
}


/* ===========================
   SERVICES
=========================== */
.services {
  background: #f0ede7;
  padding: 86px 0 0;
  padding-bottom: 80px;
}

.services .section-header {
  padding: 0 40px;
}

.services-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  margin-top: 72px;
  padding: 0 40px;
  scrollbar-width: none;
}

.services-grid::-webkit-scrollbar {
  display: none;
}

.service-card {
  background: #d4c9b8;
  padding: 40px 36px;
  flex: 0 0 calc(25% - 9px);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: background 0.35s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover,
.service-card.active {
  background: #7a9e7e;
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(58, 48, 40, 0.18);
}

.service-card h3 {
  margin-bottom: 14px;
  color: #3a3028;
  transition: color 0.35s ease;
}

.service-card:hover h3,
.service-card.active h3 { color: #fff; }

.service-byline {
  font-size: 0.875rem;
  color: #6b5f55;
  line-height: 1.6;
  margin-bottom: 0;
  transition: color 0.35s ease;
}

.service-card:hover .service-byline,
.service-card.active .service-byline {
  color: rgba(255, 255, 255, 0.82);
}

/* Expand container */
.service-expand {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.4s ease, opacity 0.35s ease, transform 0.4s ease;
}

/* Hovering anywhere on the grid expands all cards */
.services-grid:hover .service-expand,
.services-grid.expanded .service-expand {
  max-height: 360px;
  opacity: 1;
  transform: translateY(0);
}

/* Bullet list */
.service-bullets {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 16px;
}

.service-bullets li {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88);
  padding: 5px 0 5px 18px;
  position: relative;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.service-bullets li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.45);
}

/* Stagger bullets in when grid is hovered or expanded (mobile) */
.services-grid:hover .service-bullets li,
.services-grid.expanded .service-bullets li {
  opacity: 1;
  transform: translateY(0);
}

.services-grid:hover .service-bullets li:nth-child(1),
.services-grid.expanded .service-bullets li:nth-child(1) { transition-delay: 0.06s; }
.services-grid:hover .service-bullets li:nth-child(2),
.services-grid.expanded .service-bullets li:nth-child(2) { transition-delay: 0.11s; }
.services-grid:hover .service-bullets li:nth-child(3),
.services-grid.expanded .service-bullets li:nth-child(3) { transition-delay: 0.16s; }
.services-grid:hover .service-bullets li:nth-child(4),
.services-grid.expanded .service-bullets li:nth-child(4) { transition-delay: 0.21s; }
.services-grid:hover .service-bullets li:nth-child(5),
.services-grid.expanded .service-bullets li:nth-child(5) { transition-delay: 0.26s; }
.services-grid:hover .service-bullets li:nth-child(6),
.services-grid.expanded .service-bullets li:nth-child(6) { transition-delay: 0.30s; }
.services-grid:hover .service-bullets li:nth-child(7),
.services-grid.expanded .service-bullets li:nth-child(7) { transition-delay: 0.34s; }
.services-grid:hover .service-bullets li:nth-child(8),
.services-grid.expanded .service-bullets li:nth-child(8) { transition-delay: 0.38s; }

/* Expand hint — chevron arrow pushed to card bottom */
.service-card::after {
  content: '↓';
  display: block;
  margin-top: auto;
  padding-top: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  line-height: 1;
  color: rgba(58, 48, 40, 0.3);
  transition: opacity 0.3s ease;
}

/* Hide chevron when expanded */
.services-grid:hover .service-card::after,
.services-grid.expanded .service-card::after {
  opacity: 0;
}

/* ===========================
   STATS
=========================== */
.stats-section {
  background: #faf9f7;
  border-top: 1px solid rgba(58,48,40,0.08);
  border-bottom: 1px solid rgba(58,48,40,0.08);
  padding: 72px 0;
}

.stats-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.stat { text-align: center; flex: 1; }

.stat-number {
  display: block;
  font-family: 'Cormorant Garant', Georgia, serif;
  font-size: 3.8rem;
  font-weight: 300;
  color: #6b8fa8;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-number sup {
  font-size: 1.8rem;
  vertical-align: super;
  font-weight: 300;
}

.stat-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b7355;
}

.stat-divider {
  width: 1px;
  height: 64px;
  background: rgba(58,48,40,0.12);
  flex-shrink: 0;
}

/* ===========================
   ABOUT
=========================== */
.about { background: #faf9f7; }

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}

.about-quote {
  background: #f0ede7;
  padding: 48px;
  margin-bottom: 24px;
}

blockquote {
  font-family: 'Cormorant Garant', Georgia, serif;
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  color: #3a3028;
  margin-bottom: 20px;
}

cite {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b7355;
  font-style: normal;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-tags span {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3a3028;
  border: 1.5px solid rgba(58,48,40,0.2);
  padding: 8px 16px;
}

.about-text h2 { margin-bottom: 24px; margin-top: 12px; }
.about-text p { margin-bottom: 16px; }
.about-text .btn { margin-top: 16px; }

/* ===========================
   CONTACT
=========================== */
.contact { background: #f0ede7; }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 96px;
  align-items: start;
}

.contact-text h2 { margin-bottom: 16px; margin-top: 12px; }
.contact-text > p { margin-bottom: 36px; }

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info li {
  font-size: 0.88rem;
  color: #6b5f55;
  line-height: 1.5;
}

/* Form */
.contact-form {
  background: #faf9f7;
  padding: 48px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.form-group label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3a3028;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 0;
  border: none;
  border-bottom: 1.5px solid rgba(58,48,40,0.2);
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #3a3028;
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0;
  appearance: none;
}

.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #b5a080;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-bottom-color: #3a3028;
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
  border-bottom-color: #a04040;
}

.form-group textarea { resize: vertical; }

.form-note {
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #b5a080;
  margin-top: 16px;
}

.form-success {
  text-align: center;
  padding: 48px 32px;
}

.form-success p:first-child {
  font-family: 'Cormorant Garant', serif;
  font-size: 2.5rem;
  font-style: italic;
  color: #3a3028;
  margin-bottom: 12px;
}

.form-success p:last-child {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b7355;
}

/* ===========================
   FOOTER
=========================== */
.footer {
  background: #3a3028;
  color: rgba(250,249,247,0.55);
  padding-top: 72px;
}

.footer .logo-name { color: rgba(250,249,247,0.9); }
.footer .logo-sub { color: #b5a080; }

.footer-layout {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(250,249,247,0.08);
}

.footer-brand .nav-logo { margin-bottom: 20px; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; color: rgba(250,249,247,0.45); }

.footer-links h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,249,247,0.9);
  margin-bottom: 20px;
}

.footer-links ul { display: flex; flex-direction: column; gap: 12px; }

.footer-links a {
  font-size: 0.85rem;
  color: rgba(250,249,247,0.45);
  transition: color 0.2s;
}
.footer-links a:hover { color: #b5a080; }

.footer-bottom {
  padding: 20px 40px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(250,249,247,0.3);
}

/* ===========================
   ANIMATIONS
=========================== */

/* Hero — page-load keyframes (above the fold, can't use IntersectionObserver) */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.hero-eyebrow {
  animation: heroFadeUp 0.7s ease 0.15s both;
}

.hero h1 {
  animation: heroFadeUp 0.9s ease 0.3s both;
}

.btn-hero {
  animation: heroFadeUp 0.7s ease 0.55s both;
}

.hero-img {
  animation: heroFadeIn 1.2s ease 0.05s both;
}

.hero-scripture {
  animation: heroFadeIn 0.8s ease 0.75s both;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 960px) {
  .container { padding: 0 28px; }
  .service-card { flex: 0 0 calc(50% - 8px); min-width: 260px; }
  .stats-grid { flex-wrap: wrap; justify-content: center; gap: 40px; }
  .stat-divider { display: none; }
  .stat { min-width: 140px; }
  .about-layout,
  .contact-layout { grid-template-columns: 1fr; gap: 56px; }
  .footer-layout { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  /* Our Story */
  .our-story-hero-row { gap: 48px; }
}

@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .section { padding: 72px 0; }

  /* Hero — full bleed image background with overlays */
  .hero {
    display: block;
    position: relative;
    min-height: 100vh;
  }

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

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

  /* Hide desktop overlay logo and scripture, show mobile versions */
  .hero-overlay-logo { display: none; }
  .hero-scripture:not(.hero-scripture-mobile) { display: none; }

  .hero-scripture-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.20);
    padding: 17px 20px;
    z-index: 2;
  }

  .hero-scripture-mobile p {
    font-size: 0.71rem;
    color: #8b7355;
    text-shadow: none;
    margin-bottom: 3px;
  }

  .hero-scripture-mobile cite {
    font-size: 0.61rem;
    color: #4a7a52;
    text-shadow: none;
  }

  .hero-mobile-logo {
    display: block;
    width: 90%;
    max-width: 420px;
    mix-blend-mode: multiply;
    opacity: 0.75;
    margin: 0 auto 28px;
  }

  /* Text panel floats over image with gradient overlay */
  .hero-left {
    position: relative;
    z-index: 1;
    background: linear-gradient(
      to bottom,
      rgba(240, 237, 231, 0.05) 0%,
      rgba(240, 237, 231, 0.55) 50%,
      rgba(240, 237, 231, 0.88) 100%
    );
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: calc(84px + 16px) 32px 32px;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-mobile-logo {
    margin-bottom: 12px;
    mix-blend-mode: screen;
    opacity: 0.92;
  }

  .hero-eyebrow {
    white-space: normal;
    font-size: 0.78rem;
    margin-top: 16px;
    margin-bottom: 16px;
    text-shadow: 0 1px 8px rgba(250,249,247,0.8), 0 0px 20px rgba(250,249,247,0.6);
  }

  .hero h1 {
    font-size: 2.6rem;
    margin-bottom: 8px;
    text-shadow: 0 2px 12px rgba(250,249,247,0.75), 0 0px 28px rgba(250,249,247,0.5);
  }

  .btn-hero {
    display: inline-block;
    margin-top: 24px;
  }

  .marquee-track span {
    font-size: 0.55rem;
    padding: 0 12px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: absolute;
    top: 76px; left: 0; right: 0;
    background: #faf9f7;
    border-bottom: 1px solid rgba(58,48,40,0.1);
    padding: 12px 20px 20px;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; padding: 12px 0; border-bottom: 1px solid rgba(58,48,40,0.06); }
  .nav-toggle {
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-toggle span {
    background: #b8b2aa;
  }

  .nav {
    justify-content: center;
    position: relative;
  }

  .nav-logo {
    margin: 0 auto;
  }

  .service-card { flex: 0 0 80vw; }
  .services-grid { padding: 0 20px; }
  .services .section-header { padding: 0 20px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 20px; }
  .about-quote { padding: 32px 24px; }
  .footer-layout { grid-template-columns: 1fr; }
  .footer-bottom { padding: 20px; }
  /* Our Story */
  .our-story-section { padding: 72px 0 88px; }
  .our-story-hero-row { grid-template-columns: 1fr; gap: 40px; }
  .our-story-photo-frame { aspect-ratio: 3 / 4; max-width: 380px; }
  .our-story-photo-accent { display: none; }
  .our-story-slide-text { font-size: 1.1rem; }
}
