:root {
    --blush-50: #f6e6e7;
    --blush-100: #e7c8cf;
    --blush-200: #d6a7b0;
    --rose-300: #c08a95;
    --stone-400: #a69a9a;
    --sage-100: #9baa98;
    --sage-300: #7f977f;
    --cream: #ede6da;
    --page-bg: #f7f4ee;
    --meadow: #eef2e8;
    --leaf-soft: #dce6d4;
    --leaf-deep: #647f64;
    --ink: #2d3030;
    --bark: #5f534b;
    --muted: #626b68;
    --white: #fffdf9;
    --shadow: 0 22px 60px rgba(64, 58, 54, 0.13);
    --soft-shadow: 0 14px 34px rgba(64, 58, 54, 0.09);
    --radius-lg: 30px;
    --radius-md: 20px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--page-bg);
    color: var(--ink);
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.6;
    animation: pageFade 900ms ease both;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    max-width: 100%;
}

.container {
    width: min(100% - 28px, 1120px);
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 14px;
    z-index: 30;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--ink);
    color: var(--white);
}

.skip-link:focus {
    top: 14px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(127, 151, 127, 0.14);
    background: rgba(247, 244, 238, 0.92);
    backdrop-filter: blur(18px);
}

.construction-banner {
    padding: 8px 16px;
    background: var(--leaf-deep);
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.nav {
    display: grid;
    gap: 6px;
    padding: 6px 0 6px;
}

.brand {
    display: inline-flex;
    align-items: center;
    justify-self: center;
}

.logo-link {
    max-width: min(72vw, 260px);
    border-radius: 18px;
}

.logo-link:focus {
    outline: 3px solid rgba(127, 151, 127, 0.36);
    outline-offset: 4px;
}

.site-logo {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.nav-links {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 2px;
    max-width: none;
    width: 100%;
    justify-self: center;
    padding: 4px 4px 0;
    color: var(--bark);
    font-size: clamp(0.52rem, 1.6vw, 0.74rem);
    font-weight: 700;
    text-align: center;
}

.nav-links::before {
    display: none;
}

.nav-links a {
    position: relative;
    display: inline-flex;
    min-width: 0;
    min-height: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1px;
    padding: 1px 1px 3px;
    border: 1px solid transparent;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
}

.nav-links a::before,
.nav-links a::after {
    display: none;
}

.nav-flower {
    flex-shrink: 0;
    width: clamp(32px, 8.2vw, 74px);
    height: clamp(28px, 6.4vw, 54px);
    object-fit: contain;
    object-position: center bottom;
    opacity: 0.92;
}

.nav-flower-starting-point,
.nav-flower-faq {
    object-position: center center;
}

.nav-links a span {
    flex-shrink: 0;
    line-height: 1.1;
}

.nav-links a:hover,
.nav-links a:focus {
    border-color: rgba(127, 151, 127, 0.24);
    background: rgba(237, 230, 218, 0.42);
    color: var(--sage-300);
    outline: none;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 78vh;
    padding: 56px 0 72px;
    background: var(--page-bg);
}

.hero::before {
    position: absolute;
    top: 112px;
    right: -18%;
    bottom: 28px;
    width: min(920px, 94vw);
    border-radius: 34px 0 0 34px;
    background: url("/static/images/hero-grove-background.png") center top / contain no-repeat;
    content: "";
    opacity: 1;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
}

.hero::after {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 92%, rgba(155, 170, 152, 0.22) 0 34px, transparent 35px),
        radial-gradient(circle at 81% 86%, rgba(214, 167, 176, 0.2) 0 18px, transparent 19px),
        radial-gradient(circle at 92% 91%, rgba(192, 138, 149, 0.18) 0 24px, transparent 25px),
        radial-gradient(circle at 64% 96%, rgba(127, 151, 127, 0.18) 0 28px, transparent 29px),
        linear-gradient(
            90deg,
            rgba(247, 244, 238, 1) 0%,
            rgba(247, 244, 238, 0.88) 34%,
            rgba(247, 244, 238, 0.36) 62%,
            rgba(247, 244, 238, 0.06) 84%,
            rgba(247, 244, 238, 0) 100%
        );
    content: "";
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 24%, #000 34%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, transparent 24%, #000 34%, #000 100%);
}

.hero.compact {
    min-height: 62vh;
    display: grid;
    place-items: center;
}

.opening-scene {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero-grid,
.split-grid,
.approach-grid,
.appointment-grid,
.footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 24px;
}

.hero-grid::after {
    position: absolute;
    left: 0;
    bottom: -44px;
    width: min(320px, 78vw);
    height: 110px;
    background:
        radial-gradient(circle at 16% 64%, rgba(127, 151, 127, 0.42) 0 18px, transparent 19px),
        radial-gradient(circle at 36% 42%, rgba(214, 167, 176, 0.42) 0 10px, transparent 11px),
        radial-gradient(circle at 55% 70%, rgba(155, 170, 152, 0.38) 0 24px, transparent 25px),
        radial-gradient(circle at 76% 48%, rgba(192, 138, 149, 0.34) 0 12px, transparent 13px);
    content: "";
    opacity: 0.28;
    pointer-events: none;
}

.willow-tree {
    position: absolute;
    top: 24px;
    left: 50%;
    width: min(74vw, 340px);
    height: 310px;
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
    filter: drop-shadow(0 18px 28px rgba(95, 83, 75, 0.14));
    animation: treeFade 1250ms ease 420ms both;
}

.willow-trunk {
    position: absolute;
    left: 49%;
    bottom: 2px;
    width: 24px;
    height: 166px;
    border-radius: 50% 46% 38% 42%;
    background: linear-gradient(90deg, rgba(95, 83, 75, 0.44), rgba(95, 83, 75, 0.84), rgba(95, 83, 75, 0.5));
    transform: translateX(-50%) rotate(2deg);
}

.willow-canopy,
.willow-branch {
    position: absolute;
    display: block;
    background: rgba(100, 127, 100, 0.46);
}

.willow-canopy {
    border-radius: 48% 52% 58% 42%;
    filter: blur(0.2px);
}

.canopy-left {
    top: 42px;
    left: 12px;
    width: 142px;
    height: 190px;
    transform: rotate(12deg);
}

.canopy-center {
    top: 0;
    left: 72px;
    width: 164px;
    height: 230px;
    background: rgba(100, 127, 100, 0.54);
}

.canopy-right {
    top: 52px;
    right: 10px;
    width: 135px;
    height: 182px;
    transform: rotate(-12deg);
}

.willow-branch {
    width: 3px;
    border-radius: 999px;
    background: rgba(95, 83, 75, 0.52);
    transform-origin: top;
}

.branch-one {
    top: 86px;
    left: 39%;
    height: 126px;
    transform: rotate(11deg);
}

.branch-two {
    top: 60px;
    left: 52%;
    height: 152px;
    transform: rotate(-5deg);
}

.branch-three {
    top: 90px;
    right: 34%;
    height: 118px;
    transform: rotate(-14deg);
}

.wildflower-bush {
    position: absolute;
    bottom: 44px;
    width: 132px;
    height: 82px;
    opacity: 0;
    filter: drop-shadow(0 12px 22px rgba(95, 83, 75, 0.12));
    animation: bushFade 900ms ease 950ms both;
}

.bush-left {
    left: -22px;
}

.bush-right {
    right: -22px;
    animation-delay: 1250ms;
}

.wildflower-bush::before {
    position: absolute;
    inset: 28px 0 0;
    border-radius: 999px 999px 18px 18px;
    background:
        radial-gradient(circle at 20% 40%, var(--sage-300) 0 14px, transparent 15px),
        radial-gradient(circle at 44% 20%, var(--sage-100) 0 19px, transparent 20px),
        radial-gradient(circle at 70% 42%, var(--sage-300) 0 16px, transparent 17px),
        radial-gradient(circle at 55% 70%, var(--sage-100) 0 26px, transparent 27px);
    content: "";
}

.wildflower-bush span {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #f3d8b8;
    box-shadow: 0 0 0 4px rgba(255, 253, 249, 0.48);
}

.wildflower-bush span:nth-child(1) {
    top: 18px;
    left: 16px;
}

.wildflower-bush span:nth-child(2) {
    top: 4px;
    left: 42px;
    background: #d7b56d;
}

.wildflower-bush span:nth-child(3) {
    top: 24px;
    left: 68px;
    background: #f4ead2;
}

.wildflower-bush span:nth-child(4) {
    top: 8px;
    right: 22px;
}

.wildflower-bush span:nth-child(5) {
    top: 40px;
    right: 44px;
    background: var(--cream);
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding-top: 18px;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--sage-300);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    color: var(--ink);
    font-family: "Lora", Georgia, serif;
    line-height: 1.1;
}

h1 {
    max-width: 760px;
    font-size: clamp(2.55rem, 13vw, 4.8rem);
    letter-spacing: -0.06em;
}

h2 {
    font-size: clamp(2rem, 9vw, 3.45rem);
    letter-spacing: -0.045em;
}

h3 {
    font-size: 1.32rem;
}

p {
    color: var(--muted);
}

.hero-text {
    max-width: 640px;
    margin: 18px 0 0;
    color: var(--ink);
    font-size: 1.06rem;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 253, 249, 0.9);
}

.hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.contact-options {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button.primary {
    background: linear-gradient(135deg, var(--sage-300), #6f8b70);
    color: var(--white);
    box-shadow: 0 13px 30px rgba(127, 151, 127, 0.28);
}

.button.secondary {
    border-color: rgba(127, 151, 127, 0.3);
    background: rgba(255, 253, 249, 0.75);
    color: var(--ink);
}

.full-width {
    width: 100%;
}

.image-card {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border: 1px solid rgba(127, 151, 127, 0.2);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 25% 20%, rgba(255, 253, 249, 0.72), transparent 4rem),
        linear-gradient(145deg, rgba(220, 230, 212, 0.86), rgba(237, 230, 218, 0.72)),
        repeating-linear-gradient(45deg, rgba(127, 151, 127, 0.11) 0 1px, transparent 1px 18px);
    box-shadow: var(--shadow);
}

.hero-logo-card {
    display: grid;
    min-height: 340px;
    place-items: center;
    border: 0;
    border-radius: 32px;
    background: rgba(247, 244, 238, 0.68);
    box-shadow: none;
}

.hero-logo-card::before,
.hero-logo-card::after {
    display: none;
}

.hero-grove-logo {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    opacity: 0.66;
    filter: saturate(0.92) contrast(0.96);
    box-shadow: 0 24px 70px rgba(64, 58, 54, 0.12);
}

.image-card::before,
.image-card::after {
    position: absolute;
    content: "";
    border-radius: 999px;
}

.image-card::before {
    right: -68px;
    bottom: -84px;
    width: 220px;
    height: 220px;
    background: rgba(155, 170, 152, 0.36);
}

.image-card::after {
    top: 32px;
    left: 30px;
    width: 96px;
    height: 96px;
    background: rgba(155, 170, 152, 0.32);
}

.image-card span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.78);
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-logo-card::before {
    display: block;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        rgba(247, 244, 238, 0.76),
        rgba(247, 244, 238, 0.24)
    );
    pointer-events: none;
    z-index: 1;
}

.hero-logo-card::after {
    display: none;
}

.section {
    padding: 54px 0;
}

.soft-panel {
    margin: 8px 0;
    padding: 46px 0;
    background: rgba(220, 230, 212, 0.42);
}

.section-heading {
    margin-bottom: 22px;
}

.card-grid {
    display: grid;
    gap: 16px;
}

.info-card,
.mini-card,
.appointment-form,
.thank-you-card {
    border: 1px solid rgba(127, 151, 127, 0.16);
    border-radius: var(--radius-md);
    background: rgba(255, 253, 249, 0.8);
    box-shadow: var(--soft-shadow);
}

.info-card {
    padding: 24px;
}

.info-card p {
    margin-bottom: 0;
}

.service-list {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding-left: 18px;
    color: var(--muted);
}

.service-list li {
    padding-left: 2px;
}

.bio-section {
    background: rgba(246, 230, 231, 0.54);
}

.placeholder-card {
    border-style: dashed;
}

.faq-section {
    background:
        radial-gradient(circle at 100% 0%, rgba(246, 230, 231, 0.54), transparent 16rem),
        rgba(255, 253, 249, 0.62);
}

.approach {
    background:
        radial-gradient(circle at 0% 100%, rgba(237, 230, 218, 0.72), transparent 17rem),
        linear-gradient(135deg, rgba(155, 170, 152, 0.25), rgba(220, 230, 212, 0.42));
}

.check-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    color: var(--muted);
}

.check-list li::before {
    position: absolute;
    top: 0.22em;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 999px 999px 999px 4px;
    background: var(--sage-300);
    content: "";
    transform: rotate(-18deg);
}

.emergency-note {
    padding: 30px 0;
    background: #5e5248;
}

.emergency-note h2,
.emergency-note h3,
.emergency-note p,
.emergency-note li,
.emergency-note a {
    color: var(--white);
}

.emergency-note p {
    margin: 12px 0 0;
}

.resource-list {
    display: grid;
    gap: 8px;
    margin: 14px 0 0;
    padding-left: 20px;
}

.resource-heading {
    margin: 22px 0 0;
    font-family: "Inter", Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.emergency-note a {
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.appointment-section {
    padding-bottom: 70px;
}

.mini-card {
    margin-top: 22px;
    padding: 20px;
}

.mini-card p {
    margin-bottom: 0;
}

.appointment-form {
    padding: 20px;
}

.field {
    margin-bottom: 16px;
}

label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    color: var(--ink);
    font-size: 0.93rem;
    font-weight: 800;
}

label span,
small {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 500;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid rgba(127, 151, 127, 0.28);
    border-radius: 15px;
    background: var(--white);
    color: var(--ink);
    font: inherit;
}

input,
select {
    min-height: 50px;
    padding: 0 14px;
}

textarea {
    resize: vertical;
    padding: 14px;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--sage-300);
    box-shadow: 0 0 0 4px rgba(127, 151, 127, 0.16);
    outline: none;
}

.hidden-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-errors {
    margin-bottom: 20px;
    padding: 14px 16px;
    border: 1px solid rgba(127, 151, 127, 0.4);
    border-radius: 14px;
    background: rgba(220, 230, 212, 0.78);
}

.form-errors p {
    margin: 0;
    color: #4c664c;
    font-weight: 700;
}

.form-errors p + p {
    margin-top: 8px;
}

.thank-you-card {
    max-width: 760px;
    padding: clamp(30px, 8vw, 64px);
}

.payment-statement {
    margin: 0 0 28px;
    color: var(--ink);
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    font-weight: 700;
}

.thank-you-card p {
    margin-bottom: 28px;
    font-size: 1.08rem;
}

.site-footer {
    padding: 32px 0;
    border-top: 1px solid rgba(127, 151, 127, 0.18);
    background: rgba(255, 253, 249, 0.76);
}

.site-footer p {
    margin: 4px 0 0;
}

.footer-contact {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(127, 151, 127, 0.14);
    text-align: center;
}

.footer-contact p {
    margin: 0;
    font-size: 0.95rem;
}

.footer-contact a {
    color: var(--sage-300);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-contact a:hover {
    color: var(--leaf-deep);
}

@keyframes pageFade {
    from {
        opacity: 0;
        background-position: 0 -24px, 0 -14px, 0 0;
    }

    to {
        opacity: 1;
        background-position: 0 0, 0 0, 0 0;
    }
}

@keyframes treeFade {
    from {
        opacity: 0;
        transform: translateX(var(--scene-x, 0)) translateY(18px) scale(0.94);
    }

    to {
        opacity: 0.82;
        transform: translateX(var(--scene-x, 0)) translateY(0) scale(1);
    }
}

@keyframes bushFade {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.92);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.willow-tree {
    --scene-x: -50%;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
    }
}

@media (min-width: 640px) {
    .container {
        width: min(100% - 44px, 1120px);
    }

    .nav {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 8px;
    }

    .brand {
        justify-self: center;
    }

    .logo-link {
        max-width: 240px;
    }

    .nav-links {
        justify-self: stretch;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 4px;
        max-width: none;
        font-size: 0.76rem;
    }

    .hero-actions {
        grid-template-columns: max-content max-content;
    }

    .contact-options {
        grid-template-columns: max-content max-content;
    }

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

    .service-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .couples-service-list,
    .family-service-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 859px) {
    .hero {
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding: 0 0 48px;
    }

    .hero::before {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        display: block;
        flex: 0 0 auto;
        order: -1;
        align-self: center;
        width: min(100% - 28px, 520px);
        height: auto;
        aspect-ratio: 640 / 427;
        margin: 18px auto 10px;
        border-radius: 24px;
        transform: none;
        background-position: center top;
        background-size: contain;
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 90%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 90%, transparent 100%);
    }

    .hero::after {
        background: linear-gradient(
            180deg,
            rgba(247, 244, 238, 0) 0%,
            rgba(247, 244, 238, 0.22) 42%,
            rgba(247, 244, 238, 0.82) 58%,
            rgba(247, 244, 238, 1) 72%
        );
        -webkit-mask-image: none;
        mask-image: none;
    }

    .hero-grid {
        padding-top: 0;
    }

    .hero-grid::after {
        bottom: -20px;
        width: min(220px, 55vw);
        height: 72px;
        opacity: 0.16;
    }

    .hero-copy {
        max-width: none;
        padding-top: 0;
    }

    .hero h1 {
        max-width: none;
        font-size: clamp(1.72rem, 6.8vw, 2.2rem);
        letter-spacing: -0.03em;
        line-height: 1.18;
    }

    .hero-text {
        margin-top: 14px;
        font-size: 1rem;
        font-weight: 600;
        text-shadow: none;
    }

    .hero-actions {
        margin-top: 22px;
    }

    .hero.compact {
        min-height: auto;
        padding: 48px 0;
    }

    .hero.compact::before {
        display: none;
    }

    .hero.compact .hero-grid {
        padding-top: 0;
    }
}

@media (min-width: 860px) {
    .nav {
        padding: 6px 0;
    }

    .nav-links {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        font-size: 0.8rem;
    }

    .nav-flower {
        width: 70px;
        height: 52px;
    }

    .hero {
        min-height: 680px;
        padding: 92px 0 88px;
        background: var(--page-bg);
    }

    .hero::before {
        top: 84px;
        right: 0;
        bottom: 46px;
        width: 68%;
        border-radius: 36px 0 0 36px;
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
    }

    .hero::after {
        background:
            radial-gradient(circle at 69% 91%, rgba(155, 170, 152, 0.24) 0 42px, transparent 43px),
            radial-gradient(circle at 79% 86%, rgba(214, 167, 176, 0.2) 0 22px, transparent 23px),
            radial-gradient(circle at 88% 92%, rgba(192, 138, 149, 0.18) 0 28px, transparent 29px),
            radial-gradient(circle at 96% 87%, rgba(127, 151, 127, 0.16) 0 34px, transparent 35px),
            linear-gradient(
                90deg,
                rgba(247, 244, 238, 1) 0%,
                rgba(247, 244, 238, 0.92) 38%,
                rgba(247, 244, 238, 0.42) 54%,
                rgba(247, 244, 238, 0.06) 78%,
                rgba(247, 244, 238, 0) 100%
            );
    }

    .hero-grid {
        display: block;
    }

    .hero-copy {
        padding-top: 0;
    }

    .willow-tree {
        top: 18px;
        left: 67%;
        width: 360px;
        height: 318px;
    }

    .wildflower-bush {
        bottom: 64px;
        width: 170px;
        height: 100px;
    }

    .bush-left {
        left: 4%;
    }

    .bush-right {
        right: 6%;
    }

    .image-card {
        min-height: 430px;
    }

    .image-card.tall {
        min-height: 520px;
    }

    .split-grid {
        grid-template-columns: 0.85fr 1fr;
        align-items: start;
        gap: 44px;
    }

    .approach-grid,
    .appointment-grid,
    .footer-grid {
        grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
        align-items: center;
        gap: 44px;
    }

    .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .faq-card-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .faq-card-grid .info-card {
        grid-column: span 2;
        min-width: 0;
    }

    .faq-card-grid .faq-card-wide {
        grid-column: span 3;
    }

    .individual-service-card,
    .couples-service-card,
    .family-service-card {
        grid-column: 1 / -1;
    }

    .service-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .couples-service-list,
    .family-service-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section {
        padding: 76px 0;
    }

    .soft-panel {
        padding: 60px 0;
    }

    .emergency-note .container {
        display: grid;
        grid-template-columns: 240px 1fr;
        gap: 28px;
        align-items: center;
    }

    .emergency-note p {
        margin: 0;
    }

    .appointment-form {
        padding: 28px;
    }
}

@media (min-width: 1080px) {
    .nav-links {
        gap: 8px;
    }
}
