:root {
      --white: #FFFFFF;
      --off-white: #FAFBFC;
      --soft-grey: #F4F6F8;
      --line: #E6EAEE;
      --line-soft: #F0F2F5;
      --ink: #0F1419;
      --ink-soft: #2A3038;
      --ink-mute: #5A6472;
      --ink-quiet: #8A94A3;
      --green: #2E8B3C;
      --green-deep: #1A5F26;
      --green-dark: #0F3F18;
      --green-fresh: #7BC142;
      --green-soft: #E6F4E8;
      --blue: #29B6E6;
      --blue-deep: #0093C2;
      --blue-soft: #E1F4FB;

      /* Warm accent layer — bridges the brand to the K's marketing aesthetic */
      --cream: #F5EFE6;
      --cream-warm: #ECE3D2;
      --cream-deep: #C9B89E;
      --warm-ink: #4A3F2E;
      --font-display: "Fraunces", ui-serif, Georgia, serif;
      --font-body: "Figtree", ui-sans-serif, system-ui, sans-serif;
      --maxw: 1280px;
      --gutter: clamp(20px, 4vw, 56px);
      --shadow-sm: 0 1px 2px rgba(15,20,25,0.04), 0 2px 8px rgba(15,20,25,0.04);
      --shadow-md: 0 4px 12px rgba(15,20,25,0.06), 0 12px 32px rgba(15,20,25,0.06);
      --shadow-lg: 0 20px 40px -20px rgba(15,20,25,0.15);
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
    body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-body); font-size: 17px; line-height: 1.6; font-weight: 400; overflow-x: hidden; }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.015em; margin: 0; color: var(--ink); }
    h1 { font-size: clamp(2.6rem, 6.5vw, 5.5rem); line-height: 1; letter-spacing: -0.035em; font-weight: 400; font-variation-settings: "opsz" 144, "SOFT" 50; }
    h2 { font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1.05; letter-spacing: -0.025em; font-weight: 400; font-variation-settings: "opsz" 100; }
    h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); line-height: 1.2; letter-spacing: -0.015em; }
    .italic { font-style: italic; font-weight: 300; }
    .accent { color: var(--green); }
    .accent-blue { color: var(--blue-deep); }

    .eyebrow { font-family: var(--font-body); font-weight: 600; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-deep); display: inline-flex; align-items: center; gap: 10px; }
    .eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--green); }
    .eyebrow.blue { color: var(--blue-deep); }
    .eyebrow.blue::before { background: var(--blue); }

    .wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); position: relative; }
    section { position: relative; }

    .announce { background: var(--green-dark); color: var(--white); font-size: 13px; letter-spacing: 0.01em; }
    .announce .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; padding-bottom: 10px; gap: 16px; }
    .announce-left { display: inline-flex; align-items: center; gap: 10px; }
    .announce-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-fresh); box-shadow: 0 0 0 4px rgba(123,193,66,0.2); }
    .announce a.phone { font-weight: 600; color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 1px; }
    .announce a.phone:hover { border-color: var(--white); }
    @media (max-width: 640px) { .announce-right { display: none; } }

    .nav { position: sticky; top: 0; background: rgba(255,255,255,0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); z-index: 50; }
    .nav .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
    .brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
    .brand img { width: 52px; height: auto; }
    .brand-text { display: flex; flex-direction: column; line-height: 1; gap: 3px; }
    .brand-text .name { font-family: var(--font-display); font-weight: 500; font-size: 18px; letter-spacing: -0.02em; color: var(--ink); }
    .brand-text .tag { font-family: var(--font-body); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; }
    @media (max-width: 640px) { .brand-text { display: none; } }

    .nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; font-size: 14.5px; font-weight: 500; color: var(--ink-soft); }
    .nav ul a { position: relative; padding: 4px 0; transition: color 0.2s; }
    .nav ul a:hover { color: var(--green-deep); }
    .nav ul a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
    .nav ul a:hover::after { transform: scaleX(1); }
    .nav-cta { background: var(--green); color: var(--white); padding: 11px 20px; border-radius: 999px; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; transition: all 0.25s ease; box-shadow: 0 2px 8px rgba(46,139,60,0.2); }
    .nav-cta:hover { background: var(--green-deep); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(46,139,60,0.3); }
    .nav-cta svg { width: 14px; height: 14px; }

    /* Mobile controls (phone icon + hamburger) */
    .mobile-controls { display: none; align-items: center; gap: 8px; }
    .mobile-phone, .hamburger {
      width: 44px; height: 44px; border-radius: 50%;
      display: grid; place-items: center;
      border: 1px solid var(--line);
      background: var(--white);
      color: var(--ink);
      cursor: pointer;
      transition: all 0.2s;
      padding: 0;
    }
    .mobile-phone { color: var(--green-deep); border-color: var(--green-soft); background: var(--green-soft); }
    .mobile-phone:hover, .hamburger:hover { border-color: var(--green); }
    .mobile-phone svg { width: 18px; height: 18px; }
    .hamburger {
      position: relative;
    }
    .hamburger span {
      display: block;
      position: absolute;
      left: 12px;
      width: 20px;
      height: 2px;
      background: var(--ink);
      border-radius: 2px;
      transition: all 0.3s cubic-bezier(.2,.7,.3,1);
    }
    .hamburger span:nth-child(1) { top: 15px; }
    .hamburger span:nth-child(2) { top: 21px; }
    .hamburger span:nth-child(3) { top: 27px; }
    .hamburger[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
    .hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .hamburger[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

    @media (max-width: 1000px) {
      .nav ul { display: none; }
      .nav-cta { display: none; }
      .mobile-controls { display: flex; }
    }

    /* Mobile menu overlay */
    .mobile-menu {
      position: fixed;
      inset: 0;
      background: var(--white);
      z-index: 100;
      display: flex;
      flex-direction: column;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-20px);
      transition: opacity 0.35s cubic-bezier(.2,.7,.3,1), transform 0.35s cubic-bezier(.2,.7,.3,1), visibility 0s 0.35s;
      overflow-y: auto;
    }
    .mobile-menu.open {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition: opacity 0.35s cubic-bezier(.2,.7,.3,1), transform 0.35s cubic-bezier(.2,.7,.3,1), visibility 0s;
    }
    .mobile-menu-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px clamp(20px, 4vw, 56px);
      border-bottom: 1px solid var(--line);
    }
    .mobile-menu-nav {
      padding: 30px clamp(20px, 4vw, 56px);
      flex: 1;
    }
    .mobile-menu-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .mobile-menu-nav li {
      border-bottom: 1px solid var(--line-soft);
    }
    .mobile-menu-nav li:last-child { border-bottom: none; }
    .mobile-menu-nav a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 0;
      font-family: var(--font-display);
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: -0.02em;
      color: var(--ink);
      transition: color 0.2s, padding-left 0.25s;
    }
    .mobile-menu-nav a:hover, .mobile-menu-nav a:focus {
      color: var(--green-deep);
      padding-left: 8px;
    }
    .mobile-menu-nav a .arrow {
      width: 22px;
      height: 22px;
      color: var(--ink-quiet);
      transition: transform 0.2s, color 0.2s;
    }
    .mobile-menu-nav a:hover .arrow {
      transform: translateX(4px);
      color: var(--green);
    }
    .mobile-menu-foot {
      padding: 20px clamp(20px, 4vw, 56px) 40px;
      border-top: 1px solid var(--line);
      background: var(--off-white);
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .mobile-menu-foot .btn { width: 100%; justify-content: center; }
    .mobile-menu-foot .contact-row {
      display: flex;
      gap: 14px;
      font-size: 12.5px;
      color: var(--ink-mute);
      margin-top: 10px;
      justify-content: center;
      flex-wrap: wrap;
    }
    .mobile-menu-foot .contact-row a { color: var(--ink-mute); }

    /* Prevent body scroll when menu open */
    body.menu-open { overflow: hidden; }

    .hero { padding: clamp(50px, 8vh, 100px) 0 clamp(60px, 10vh, 100px); position: relative; overflow: hidden; }
    .hero::before { content: ""; position: absolute; top: -5%; right: -8%; width: 50%; height: 70%; background: radial-gradient(ellipse at center, rgba(123,193,66,0.08) 0%, transparent 60%); pointer-events: none; z-index: 0; }
    .hero::after { content: ""; position: absolute; bottom: 5%; left: -6%; width: 35%; height: 50%; background: radial-gradient(ellipse at center, rgba(41,182,230,0.06) 0%, transparent 60%); pointer-events: none; z-index: 0; }
    .hero .wrap { position: relative; z-index: 2; }
    .hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
    @media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }

    .hero h1 .br { display: block; }
    .hero h1 em { font-style: italic; font-weight: 300; color: var(--green); font-variation-settings: "opsz" 144, "SOFT" 100; }
    .hero-sub { max-width: 500px; font-size: clamp(16px, 1.15vw, 18px); color: var(--ink-soft); margin: 32px 0 40px; line-height: 1.55; }
    .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

    .btn { padding: 16px 28px; border-radius: 999px; font-size: 15px; font-weight: 600; display: inline-flex; align-items: center; gap: 10px; border: 1.5px solid transparent; transition: all 0.3s cubic-bezier(.2,.7,.3,1); cursor: pointer; font-family: var(--font-body); }
    .btn-primary { background: var(--green); color: var(--white); box-shadow: 0 4px 14px rgba(46,139,60,0.25); }
    .btn-primary:hover { background: var(--green-deep); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(46,139,60,0.35); }
    .btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
    .btn-ghost:hover { border-color: var(--green); color: var(--green-deep); }
    .btn svg { width: 16px; height: 16px; transition: transform 0.3s ease; }
    .btn:hover svg { transform: translateX(3px); }

    .hero-image-wrap { position: relative; }
    .hero-image { position: relative; aspect-ratio: 4/5; border-radius: 12px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(15,20,25,0.2), 0 10px 24px -8px rgba(15,20,25,0.1); }
    .hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.3,1); }
    .hero-image:hover img { transform: scale(1.04); }

    .hero-badge { position: absolute; bottom: 24px; left: -24px; background: var(--white); padding: 18px 22px; border-radius: 8px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 14px; max-width: 280px; border: 1px solid var(--line-soft); }
    .hero-badge-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--green-soft); display: grid; place-items: center; color: var(--green-deep); flex-shrink: 0; }
    .hero-badge-icon svg { width: 22px; height: 22px; }
    .hero-badge-text { font-size: 13px; color: var(--ink-mute); line-height: 1.35; }
    .hero-badge-text strong { display: block; font-family: var(--font-display); font-weight: 500; font-size: 15px; color: var(--ink); margin-bottom: 2px; letter-spacing: -0.01em; }
    @media (max-width: 640px) {
      .hero-badge { left: 16px; right: 16px; bottom: 16px; max-width: none; }
    }

    .trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; margin-top: 60px; background: var(--off-white); }
    .trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; align-items: center; }
    .trust-item { display: flex; align-items: center; gap: 14px; font-size: 13px; color: var(--ink-mute); line-height: 1.3; }
    .trust-item svg { width: 22px; height: 22px; color: var(--green); flex-shrink: 0; }
    .trust-item strong { display: block; color: var(--ink); font-family: var(--font-display); font-weight: 500; font-size: 16px; letter-spacing: -0.01em; }
    @media (max-width: 760px) { .trust .wrap { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
    @media (max-width: 440px) { .trust .wrap { grid-template-columns: 1fr; } }

    /* Wavy divider decoration — pulled from her ad aesthetic */
    .wavy { display: block; width: 64px; height: 16px; margin: 0 auto; opacity: 0.5; }
    .wavy path { stroke: var(--cream-deep); stroke-width: 2; fill: none; stroke-linecap: round; }

    /* Three-square corner ornament — matches the brown decorative marks in Kayla's "Every Space" ad */
    .dot-mark {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
    }
    .dot-mark span {
      width: 13px;
      height: 13px;
      background: var(--warm-ink);
      display: block;
      flex: 0 0 auto;
    }
    .dot-mark::after {
      content: "";
      flex: 0 0 auto;
      width: 70px;
      height: 1px;
      background: var(--cream-deep);
      margin-left: 6px;
    }
    .dot-mark.center { justify-content: center; }
    .dot-mark.center::after { display: none; }
    .dot-mark.center::before {
      content: "";
      flex: 0 0 auto;
      width: 50px;
      height: 1px;
      background: var(--cream-deep);
      margin-right: 6px;
    }
    .dot-mark.center span:first-of-type { margin-left: 0; }
    /* Right-aligned variant for end-of-section flourish */
    .dot-mark.right { justify-content: flex-end; }
    .dot-mark.right::after { display: none; }
    .dot-mark.right::before {
      content: "";
      flex: 0 0 auto;
      width: 70px;
      height: 1px;
      background: var(--cream-deep);
      margin-right: 6px;
    }

    /* Badge band — Licensed / Insured / Bonded prominence */
    .badge-band {
      background: var(--cream);
      padding: clamp(56px, 8vh, 80px) 0;
      position: relative;
      overflow: hidden;
      border-top: 1px solid var(--cream-warm);
      border-bottom: 1px solid var(--cream-warm);
    }
    .badge-band::before, .badge-band::after {
      content: ""; position: absolute; pointer-events: none;
      width: 220px; height: 220px; border-radius: 50%;
      background: radial-gradient(circle, rgba(46,139,60,0.08) 0%, transparent 70%);
    }
    .badge-band::before { top: -80px; left: -60px; }
    .badge-band::after { bottom: -80px; right: -60px; background: radial-gradient(circle, rgba(41,182,230,0.07) 0%, transparent 70%); }
    .badge-band .wrap { position: relative; z-index: 2; }
    .badge-band-grid {
      display: grid; grid-template-columns: auto 1fr; gap: clamp(28px, 5vw, 60px);
      align-items: center; max-width: 920px; margin: 0 auto;
    }
    .rosette {
      width: clamp(120px, 14vw, 160px); height: clamp(120px, 14vw, 160px);
      flex-shrink: 0;
      position: relative;
      display: grid; place-items: center;
    }
    .rosette svg { width: 100%; height: 100%; }
    .badge-copy { font-family: var(--font-body); }
    .badge-copy .eyebrow { color: var(--green-deep); }
    .badge-copy h2 {
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      line-height: 1.1; letter-spacing: -0.02em;
      margin: 14px 0 10px;
      color: var(--warm-ink);
      font-style: italic; font-weight: 300;
    }
    .badge-copy h2 strong { font-style: normal; font-weight: 500; color: var(--ink); }
    .badge-copy p { font-size: 16px; color: var(--ink-soft); margin: 0; max-width: 520px; }
    .badge-copy .badge-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
    .badge-copy .badge-tag {
      font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
      padding: 6px 12px; border-radius: 999px;
      background: var(--white); color: var(--warm-ink);
      border: 1px solid var(--cream-deep);
    }
    @media (max-width: 640px) {
      .badge-band-grid { grid-template-columns: 1fr; text-align: center; }
      .rosette { margin: 0 auto; }
      .badge-copy p { margin: 0 auto; }
      .badge-copy .badge-tags { justify-content: center; }
    }

    /* Spaces gallery — photo grid in her ad style */
    .spaces {
      padding: clamp(80px, 12vh, 140px) 0;
      background: var(--white);
      border-top: 1px solid var(--line);
    }
    .spaces-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
    .spaces-head .eyebrow { justify-content: center; display: inline-flex; }
    .spaces-head p { color: var(--ink-soft); margin-top: 20px; font-size: 17px; }
    .spaces-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-auto-rows: 180px;
      gap: 22px;
      padding: 8px 4px;
    }
    /* Polaroid-style frame: white border, soft shadow, slight tilt — matching Kayla's ad photo collages */
    .spaces-grid figure {
      margin: 0;
      position: relative;
      background: var(--white);
      border: 7px solid var(--white);
      border-bottom-width: 28px; /* polaroid bottom lip — caption sits here */
      border-radius: 3px;
      box-shadow: 0 6px 18px rgba(60, 45, 30, 0.14), 0 2px 4px rgba(60, 45, 30, 0.08);
      transition: transform 0.45s cubic-bezier(.2,.7,.3,1), box-shadow 0.45s;
      will-change: transform;
    }
    /* Image clip lives on its own so we can keep the polaroid lip visible */
    .spaces-grid figure > img {
      width: 100%; height: 100%; object-fit: cover; display: block;
    }
    /* Subtle organic rotation per cell so the wall-of-photos feels hand-pinned */
    .spaces-grid figure.s1 { transform: rotate(-1.1deg); }
    .spaces-grid figure.s2 { transform: rotate(0.9deg); }
    .spaces-grid figure.s3 { transform: rotate(-0.7deg); }
    .spaces-grid figure.s4 { transform: rotate(1.4deg); }
    .spaces-grid figure.s5 { transform: rotate(-1deg); }
    .spaces-grid figure.s6 { transform: rotate(0.7deg); }
    .spaces-grid figure.s7 { transform: rotate(-1.3deg); }
    .spaces-grid figure:hover {
      transform: rotate(0deg) translateY(-4px);
      box-shadow: 0 14px 32px rgba(60, 45, 30, 0.22), 0 4px 8px rgba(60, 45, 30, 0.10);
      z-index: 2;
    }
    /* Caption sits on the white polaroid lip in handwritten serif italic */
    .spaces-grid figcaption {
      position: absolute;
      left: 0; right: 0; bottom: -22px;
      font-family: var(--font-display);
      font-style: italic; font-weight: 400;
      color: var(--warm-ink);
      font-size: 0.92rem;
      letter-spacing: -0.01em;
      line-height: 1;
      text-align: center;
      pointer-events: none;
    }
    /* Reduce motion preference — respect it */
    @media (prefers-reduced-motion: reduce) {
      .spaces-grid figure,
      .spaces-grid figure.s1,
      .spaces-grid figure.s2,
      .spaces-grid figure.s3,
      .spaces-grid figure.s4,
      .spaces-grid figure.s5,
      .spaces-grid figure.s6,
      .spaces-grid figure.s7 { transform: none; }
    }
    /* Asymmetric photo grid — fills cleanly: 1 hero spans 2 rows, everything else 1 row */
    .s1 { grid-column: span 3; grid-row: span 2; }
    .s2 { grid-column: span 3; grid-row: span 1; }
    .s3 { grid-column: span 2; grid-row: span 1; }
    .s4 { grid-column: span 1; grid-row: span 1; }
    .s5 { grid-column: span 2; grid-row: span 1; }
    .s6 { grid-column: span 2; grid-row: span 1; }
    .s7 { grid-column: span 2; grid-row: span 1; }
    @media (max-width: 900px) {
      .spaces-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 160px; }
      .s1 { grid-column: span 4; grid-row: span 2; }
      .s2 { grid-column: span 2; grid-row: span 1; }
      .s3 { grid-column: span 2; grid-row: span 1; }
      .s4 { grid-column: span 2; grid-row: span 1; }
      .s5 { grid-column: span 2; grid-row: span 1; }
      .s6 { grid-column: span 2; grid-row: span 1; }
      .s7 { grid-column: span 4; grid-row: span 1; }
    }
    @media (max-width: 540px) {
      .spaces-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
      .s1, .s2, .s3, .s4, .s5, .s6, .s7 { grid-column: span 2; grid-row: span 1; }
    }

    /* Story (founder) — give it the warm cream background to break up the white */
    .story-warm { background: var(--cream); }
    .story-warm::before {
      content: ""; position: absolute; inset: 0; pointer-events: none;
      background:
        radial-gradient(circle at 90% 10%, rgba(123,193,66,0.06) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(41,182,230,0.05) 0%, transparent 50%);
    }
    .story-warm .wrap { position: relative; z-index: 2; }

    /* Church feature */
    .church::before { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 80% 20%, rgba(46,139,60,0.04) 0%, transparent 50%); pointer-events: none; }
    .church .wrap { position: relative; z-index: 2; }
    .church-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
    @media (max-width: 900px) { .church-grid { grid-template-columns: 1fr; } }

    .church-images { position: relative; min-height: 500px; }
    .church-img-main { position: relative; aspect-ratio: 4/5; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-lg); }
    .church-img-main img { width: 100%; height: 100%; object-fit: cover; }
    .church-img-accent { position: absolute; bottom: -30px; right: -20px; width: 55%; aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; border: 6px solid var(--white); box-shadow: var(--shadow-md); }
    .church-img-accent img { width: 100%; height: 100%; object-fit: cover; }
    @media (max-width: 900px) { .church-images { min-height: auto; margin-bottom: 50px; } .church-img-accent { display: none; } }

    .church-copy h2 { margin-top: 22px; margin-bottom: 28px; }
    .church-copy p { color: var(--ink-soft); font-size: 17px; line-height: 1.6; margin: 0 0 16px; }
    .church-features { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 12px; }
    .church-features li { display: flex; align-items: flex-start; gap: 14px; font-size: 15.5px; color: var(--ink-soft); padding: 14px 18px; background: var(--white); border: 1px solid var(--line-soft); border-radius: 6px; transition: border-color 0.25s, transform 0.25s; }
    .church-features li:hover { border-color: var(--green); transform: translateX(4px); }
    .church-features li strong { color: var(--ink); font-weight: 600; }
    .church-check { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); display: grid; place-items: center; margin-top: 1px; }
    .church-check svg { width: 13px; height: 13px; stroke-width: 2.5; }

    /* Services */
    .services { padding: clamp(80px, 12vh, 140px) 0; background: var(--white); }
    .services-head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 60px; }
    .services-head p { color: var(--ink-soft); max-width: 440px; margin: 0; font-size: 17px; line-height: 1.6; }
    @media (max-width: 800px) { .services-head { grid-template-columns: 1fr; } }
    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .service { padding: 32px 28px 36px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; display: flex; flex-direction: column; gap: 14px; position: relative; transition: all 0.35s cubic-bezier(.2,.7,.3,1); min-height: 230px; }
    .service:hover { border-color: var(--green); transform: translateY(-4px); box-shadow: 0 16px 40px -12px rgba(46,139,60,0.2); }
    .service-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--green-soft); color: var(--green-deep); display: grid; place-items: center; transition: all 0.3s; }
    .service-icon svg { width: 22px; height: 22px; stroke-width: 1.5; }
    .service:hover .service-icon { background: var(--green); color: var(--white); }
    .service h3 { font-size: 1.35rem; margin-top: 6px; }
    .service-desc { font-size: 14.5px; color: var(--ink-mute); line-height: 1.55; margin: 0; flex: 1; }
    .service-tag { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--ink-quiet); }
    .service-tag.feat { color: var(--blue-deep); display: inline-flex; align-items: center; gap: 6px; }
    .service-tag.feat::before { content: ""; width: 6px; height: 6px; background: var(--blue); border-radius: 50%; }
    .service.feat { border-color: var(--green); background: linear-gradient(180deg, var(--green-soft) 0%, var(--white) 60%); }
    .service.feat .service-icon { background: var(--green); color: var(--white); }
    @media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

    /* Who we serve */
    .serve { background: var(--ink); color: var(--white); padding: clamp(80px, 12vh, 140px) 0; position: relative; overflow: hidden; }
    .serve::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 100%; background: radial-gradient(circle at 20% 80%, rgba(46,139,60,0.15) 0%, transparent 50%); pointer-events: none; }
    .serve .wrap { position: relative; z-index: 2; }
    .serve h2 { color: var(--white); }
    .serve h2 em { color: var(--green-fresh); }
    .serve .eyebrow { color: var(--green-fresh); }
    .serve .eyebrow::before { background: var(--green-fresh); }
    .serve-head { max-width: 900px; margin-bottom: 70px; }
    .serve-head p { color: rgba(255,255,255,0.7); margin-top: 24px; font-size: 17px; max-width: 560px; }
    .serve-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,0.12); }
    .serve-item { padding: 26px 20px 26px 0; border-bottom: 1px solid rgba(255,255,255,0.12); display: flex; align-items: baseline; gap: 16px; font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; letter-spacing: -0.015em; position: relative; transition: color 0.25s, padding-left 0.35s; }
    .serve-item::before { content: attr(data-num); font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; color: rgba(255,255,255,0.35); min-width: 28px; }
    .serve-item.pri { color: var(--green-fresh); }
    .serve-item.pri::after { content: "★ main focus"; font-family: var(--font-body); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-fresh); font-weight: 600; margin-left: 10px; padding: 3px 8px; background: rgba(123,193,66,0.15); border-radius: 999px; }
    .serve-item:hover { color: var(--green-fresh); padding-left: 10px; }
    @media (max-width: 900px) { .serve-list { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .serve-list { grid-template-columns: 1fr; } }

    /* Story */
    .story { padding: clamp(90px, 14vh, 160px) 0; background: var(--white); }
    .story-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
    .story-image { aspect-ratio: 3/4; background: var(--soft-grey); border-radius: 10px; overflow: hidden; position: relative; box-shadow: var(--shadow-lg); }
    .story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .story-badge { position: absolute; top: 20px; right: 20px; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); color: var(--ink); padding: 10px 16px; border-radius: 999px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; display: flex; align-items: center; gap: 8px; }
    .story-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
    .story-copy h2 { margin-bottom: 28px; margin-top: 22px; }
    .story-copy h2 em { color: var(--green); }
    .story-copy p { color: var(--ink-soft); font-size: 17px; line-height: 1.6; margin: 0 0 18px; }
    .story-copy .pull { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.35; color: var(--ink); margin: 32px 0; padding: 0 0 0 24px; border-left: 3px solid var(--green); letter-spacing: -0.01em; }
    .story-sig { margin-top: 32px; display: flex; align-items: center; gap: 16px; font-size: 13px; color: var(--ink-mute); }
    .story-sig strong { color: var(--ink); font-weight: 600; letter-spacing: 0.02em; }
    @media (max-width: 900px) { .story-grid { grid-template-columns: 1fr; } }

    /* Team */
    .team { padding: clamp(60px, 10vh, 100px) 0 clamp(80px, 12vh, 130px); background: var(--off-white); border-top: 1px solid var(--line); }
    .team-head { text-align: center; margin-bottom: 60px; max-width: 700px; margin-left: auto; margin-right: auto; }
    .team-head p { color: var(--ink-soft); margin-top: 20px; font-size: 17px; }
    .team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
    .team-card { background: var(--white); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
    .team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
    .team-img { aspect-ratio: 1/1; background: var(--soft-grey); overflow: hidden; position: relative; }
    .team-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .team-avatar { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, var(--green-soft) 0%, var(--blue-soft) 100%); font-family: var(--font-display); font-weight: 400; font-size: 3.5rem; color: var(--green-deep); letter-spacing: -0.02em; }
    .team-info { padding: 18px 20px 22px; }
    .team-info h4 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; letter-spacing: -0.01em; margin: 0 0 4px; color: var(--ink); text-transform: none; }
    .team-info .role { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; color: var(--green-deep); }
    @media (max-width: 900px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 640px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }

    /* Testimonials */
    .testimonials { background: var(--white); padding: clamp(80px, 12vh, 140px) 0; border-top: 1px solid var(--line); }
    .testimonials-head { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin-bottom: 60px; }
    .stars { display: inline-flex; gap: 4px; color: #E8A735; font-size: 18px; margin-bottom: 8px; }
    .stars-meta { color: var(--ink-mute); font-size: 13px; letter-spacing: 0.02em; }
    .tmgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .tm { padding: 32px 30px 32px; background: var(--off-white); border: 1px solid var(--line-soft); border-radius: 10px; display: flex; flex-direction: column; gap: 20px; min-height: 280px; transition: transform 0.3s, border-color 0.3s; }
    .tm:hover { transform: translateY(-3px); border-color: var(--green); }
    .tm-quote { font-family: var(--font-display); font-size: 1.2rem; line-height: 1.4; letter-spacing: -0.01em; color: var(--ink); font-weight: 400; flex: 1; position: relative; }
    .tm-quote::before { content: "“"; font-family: var(--font-display); font-size: 3.5rem; line-height: 0; color: var(--green); display: block; position: absolute; top: 12px; left: -8px; font-weight: 300; opacity: 0.3; }
    .tm-quote span { position: relative; }
    .tm-who { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; display: flex; align-items: center; gap: 10px; }
    .tm-who::before { content: ""; width: 24px; height: 1px; background: var(--green); }
    @media (max-width: 900px) { .tmgrid { grid-template-columns: 1fr; } .testimonials-head { grid-template-columns: 1fr; } }

    /* Process */
    .process { padding: clamp(90px, 14vh, 160px) 0; background: var(--off-white); border-top: 1px solid var(--line); }
    .process-head { max-width: 700px; margin-bottom: 70px; }
    .process-head p { color: var(--ink-soft); margin-top: 24px; }
    .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .step { padding: 32px 28px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; position: relative; min-height: 220px; display: flex; flex-direction: column; gap: 14px; transition: transform 0.35s, border-color 0.35s; }
    .step:hover { transform: translateY(-4px); border-color: var(--green); }
    .step-num { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: 2.8rem; color: var(--green); line-height: 1; letter-spacing: -0.03em; }
    .step h3 { font-size: 1.2rem; }
    .step p { font-size: 14.5px; color: var(--ink-mute); margin: 0; line-height: 1.55; }
    @media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 500px) { .steps { grid-template-columns: 1fr; } }

    /* Areas */
    .areas { padding: clamp(80px, 12vh, 130px) 0; background: var(--white); border-top: 1px solid var(--line); }
    .areas-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
    .areas-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; margin-top: 32px; }
    .areas-list a { padding: 14px 0; border-bottom: 1px solid var(--line-soft); font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; letter-spacing: -0.01em; display: flex; justify-content: space-between; align-items: center; transition: padding-left 0.3s, color 0.3s; color: var(--ink); }
    .areas-list a .st { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; }
    .areas-list a:hover { padding-left: 8px; color: var(--green-deep); }
    .areas-list a:hover .st { color: var(--green); }
    @media (max-width: 800px) { .areas-grid { grid-template-columns: 1fr; } .areas-list { grid-template-columns: 1fr; } }

    /* Final CTA */
    .final { background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-deep) 60%, var(--green) 100%); color: var(--white); padding: clamp(100px, 16vh, 180px) 0; position: relative; overflow: hidden; }
    .final::after { content: "K'S"; position: absolute; bottom: -80px; right: -40px; font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: clamp(280px, 40vw, 560px); line-height: 0.8; color: rgba(255,255,255,0.06); letter-spacing: -0.05em; pointer-events: none; z-index: 1; }
    .final h2 { color: var(--white); max-width: 900px; margin-bottom: 40px; position: relative; z-index: 2; }
    .final h2 em { color: var(--green-fresh); }
    .final .eyebrow { color: var(--green-fresh); }
    .final .eyebrow::before { background: var(--green-fresh); }
    .final p { color: rgba(255,255,255,0.8); font-size: 18px; margin: 0 0 40px; max-width: 600px; position: relative; z-index: 2; }
    .final-ctas { display: flex; gap: 16px; flex-wrap: wrap; position: relative; z-index: 2; }
    .final .btn-primary { background: var(--white); color: var(--green-deep); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
    .final .btn-primary:hover { background: var(--green-fresh); color: var(--green-dark); }
    .final .btn-ghost { border-color: rgba(255,255,255,0.4); color: var(--white); }
    .final .btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }

    /* Footer */
    footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: 80px 0 32px; font-size: 14px; }
    .foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .foot-grid h4 { font-family: var(--font-body); font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--white); margin-bottom: 20px; font-weight: 600; }
    .foot-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
    .foot-grid a { transition: color 0.2s; }
    .foot-grid a:hover { color: var(--green-fresh); }
    .foot-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
    .foot-brand img { width: 56px; height: auto; }
    .foot-brand-text { font-family: var(--font-display); font-weight: 500; color: var(--white); font-size: 22px; letter-spacing: -0.015em; line-height: 1.1; }
    .foot-brand-text span { display: block; font-family: var(--font-body); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-fresh); font-weight: 600; margin-top: 4px; }
    .foot-desc { max-width: 340px; line-height: 1.55; margin-bottom: 24px; font-size: 13.5px; }
    .foot-contact a { display: block; margin-bottom: 6px; }
    .foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: 12px; color: rgba(255,255,255,0.45); flex-wrap: wrap; gap: 12px; }
    .foot-bottom a { color: rgba(255,255,255,0.55); }
    .foot-bottom a:hover { color: var(--white); }
    @media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
    @media (max-width: 500px) { .foot-grid { grid-template-columns: 1fr; } }

    [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 0.8s cubic-bezier(.2,.7,.3,1), transform 0.8s cubic-bezier(.2,.7,.3,1); }
    [data-reveal].in { opacity: 1; transform: translateY(0); }
    @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } [data-reveal] { opacity: 1; transform: none; } }

    /* Quote / inquiry form (Netlify Forms) — sits inside .final on green background */
    .quote-form-block { position: relative; z-index: 2; }
    .quote-form-divider { display: flex; align-items: center; gap: 14px; margin: 44px auto 24px; max-width: 540px; color: rgba(255,255,255,0.6); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; }
    .quote-form-divider::before, .quote-form-divider::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,0.2); }
    .quote-form { max-width: 540px; margin: 0 auto; background: var(--cream); padding: 28px; border-radius: 14px; text-align: left; box-shadow: 0 16px 40px rgba(0,0,0,0.2); }
    .quote-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    @media (max-width: 540px) { .quote-form-row { grid-template-columns: 1fr; gap: 0; } }
    .quote-form-field { display: block; margin-bottom: 14px; }
    .quote-form-field > span { display: block; font-family: var(--font-body); font-size: 12px; font-weight: 600; color: var(--ink-soft); margin-bottom: 6px; letter-spacing: 0.06em; text-transform: uppercase; }
    .quote-form-field input, .quote-form-field textarea { width: 100%; box-sizing: border-box; padding: 12px 14px; font-family: var(--font-body); font-size: 16px; color: var(--ink); background: var(--white); border: 1.5px solid var(--cream-deep); border-radius: 8px; transition: border-color 0.2s, box-shadow 0.2s; }
    .quote-form-field input:focus, .quote-form-field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
    .quote-form-field textarea { resize: vertical; min-height: 96px; line-height: 1.5; }
    .quote-form .quote-form-submit { width: 100%; justify-content: center; margin-top: 4px; background: var(--green-deep); color: var(--white); box-shadow: 0 4px 14px rgba(46,139,60,0.35); }
    .quote-form .quote-form-submit:hover { background: var(--green); color: var(--white); }

    /* ---------- Blog hub ---------- */
    .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
    @media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }
    .blog-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; text-decoration: none; }
    .blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
    .blog-card-img { aspect-ratio: 3/2; background: var(--cream-warm); overflow: hidden; }
    .blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .blog-card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
    .blog-card h3 { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.2; color: var(--ink); }
    .blog-card p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; margin: 0; }
    .blog-card .read-more { margin-top: auto; font-family: var(--font-body); font-weight: 600; font-size: 0.9rem; color: var(--green-deep); letter-spacing: 0.02em; }

    /* ---------- Blog post ---------- */
    .post-hero { padding: clamp(46px, 7vh, 84px) 0 0; }
    .post-hero .wrap { max-width: 820px; }
    .post-hero .crumb { font-family: var(--font-body); font-size: 0.85rem; color: var(--ink-quiet); margin-bottom: 16px; }
    .post-hero .crumb a { color: var(--green-deep); text-decoration: none; }
    .post-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.05; margin-top: 6px; }
    .post-hero .post-sub { font-family: var(--font-display); font-style: italic; font-size: 1.25rem; color: var(--warm-ink); margin-top: 18px; }
    .post-featured { max-width: 720px; margin: 40px auto 0; background: var(--white); padding: 14px; border-radius: 4px; box-shadow: var(--shadow-lg); transform: rotate(-1deg); }
    .post-featured img { width: 100%; height: auto; display: block; border-radius: 2px; }
    .post-body { max-width: 720px; margin: 0 auto; padding: clamp(38px, 6vh, 60px) 0 0; }
    .post-body h2 { font-family: var(--font-display); font-size: 1.55rem; line-height: 1.15; color: var(--ink); margin: 40px 0 14px; }
    .post-body h3 { font-family: var(--font-display); font-size: 1.22rem; color: var(--warm-ink); margin: 28px 0 10px; }
    .post-body p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.7; margin: 0 0 18px; }
    .post-body ul { margin: 0 0 22px; padding-left: 0; list-style: none; }
    .post-body ul li { position: relative; padding-left: 26px; margin-bottom: 12px; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.6; }
    .post-body ul li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 7px; height: 7px; background: var(--green); border-radius: 50%; }
    .post-body strong { color: var(--ink); font-weight: 600; }
