/* Detail layer for the expanded middle and lower homepage sections. */
.family-section {
    position: relative;
    overflow: hidden;
    padding: 76px 0 82px;
    background: #fff
}

.family-section:before {
    content: '+';
    position: absolute;
    left: 7%;
    top: 66px;
    font-size: 115px;
    font-weight: 600;
    color: #f6e5dc
}

.family-layout {
    display: grid;
    max-width: 1400px;
    grid-template-columns: 1fr .65fr 1fr;
    grid-template-areas: 'heading heading heading' 'left portrait right' 'stats stats stats';
    grid-template-rows: 190px 330px 310px;
    gap: 0;
    align-items: stretch
}

.family-heading {
    position: relative;
    z-index: 1;
    grid-area: heading;
    align-self: start;
    padding: 0;
    text-align: center
}

.family-heading h2 {
    margin: 16px auto 0;
    font-size: clamp(42px, 3.15vw, 56px);
    line-height: 1.03;
    max-width: 12ch
}

.family-heading p {
    display: none
}

.family-portrait {
    grid-area: portrait;
    position: relative;
    z-index: 3;
    align-self: start;
    justify-self: center;
    width: 390px;
    height: 640px;
    margin-top: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent
}

.family-portrait img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    bottom: 0;
}

.portrait-halo {
    position: absolute;
    z-index: 0;
    top: 65px;
    left: 12px;
    width: 366px;
    height: 365px;
    border-radius: 52% 52% 18px 18px;
    background: #e7b099
}

.family-badges {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-self: start;
    width: 100%;
    max-width: 364px;
    margin-top: 165px
}

.family-badges-left {
    grid-area: left;
    justify-self: start
}

.family-badges-right {
    grid-area: right;
    justify-self: end
}

.family-badges span {
    display: flex;
    align-items: center;
    min-height: 51px;
    padding: 12px 16px;
    border: 0;
    border-radius: 12px;
    background: #fff7f1;
    box-shadow: 0 5px 16px rgba(105, 52, 74, .05);
    color: #69344a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2
}

.family-badges span:before {
    content: '+';
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 50%;
    background: #e9b39a;
    color: #fff;
    font-size: 18px
}

.experience-card {
    position: relative;
    display: block;
    grid-area: stats;
    margin: 0;
    min-height: 310px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(90deg, #69344a, #522839)
}

.experience-card:before {
    display: none
}

.experience-card div {
    position: absolute;
    top: 60px;
    bottom: auto;
    width: 215px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 190px;
    padding: 28px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    text-align: center
}

.experience-card div:first-child {
    left: 64px;
    align-items: center;
    padding-left: 28px
}

.experience-card div:last-child {
    right: 64px;
    align-items: center;
    padding-right: 28px
}

.experience-card strong {
    font-size: 58px;
    letter-spacing: -.06em
}

.experience-card span {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700
}

.button-icon {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    margin: -8px -12px -8px 2px;
    border-radius: 50%;
    background: #e7b099;
    color: #69344a;
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.button-small .button-icon {
    width: 26px;
    height: 26px;
    margin: -6px -9px -6px 2px;
    font-size: 16px
}

.intro-grid {
    grid-template-columns: .95fr 1.05fr;
    gap: 96px
}

.intro-collage {
    height: auto;
    aspect-ratio: 1536 / 1263;
    overflow: hidden;
    border-radius: 0;
    background: transparent
}

.intro-collage .intro-single-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.intro-collage:after {
    display: none
}

.intro-primary-image {
    position: relative;
    z-index: 1;
    width: 76%;
    height: 100%;
    border-radius: 48% 48% 40% 40%;
    object-fit: cover;
    object-position: center
}

.intro-secondary-image {
    position: absolute;
    z-index: 3;
    right: -1%;
    bottom: 9%;
    width: 49%;
    aspect-ratio: 1/1;
    border: 12px solid #fffdfb;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 12px 30px rgba(75, 38, 52, .14)
}

.intro-dots {
    position: absolute;
    z-index: 2;
    bottom: 4%;
    left: -7%;
    width: 104px;
    height: 80px;
    background: radial-gradient(circle, #e5ad95 5px, transparent 6px) 0 0/28px 26px
}

.intro-copy h2 {
    max-width: 11ch;
    font-size: clamp(39px, 3.4vw, 59px)
}

.intro-copy p {
    max-width: 555px;
    font-size: 15px;
    line-height: 1.8
}

.intro-copy .check-list {
    gap: 12px;
    margin: 27px 0;
    font-size: 13px
}

.intro-action {
    margin-top: 4px
}

.intro-action .button-icon {
    margin-right: -15px
}

.services-banner {
    min-height: 700px;
    padding-top: 95px
}

.services-photo {
    background-image: linear-gradient(180deg, rgba(34, 23, 28, .08), rgba(42, 22, 31, .88)), url('../images/cadhya-care-consultation.png');
    background-position: center
}

.heading-light {
    text-align: center
}

.heading-light h2 {
    font-size: clamp(43px, 3.8vw, 66px)
}

.service-grid {
    align-items: end;
    margin-top: 230px
}

.service-card {
    min-height: 310px;
    border-radius: 18px 18px 0 0;
    background: rgba(99, 48, 70, .94);
    backdrop-filter: blur(5px);
    transition: transform .2s, background .2s
}

.service-card:hover {
    transform: translateY(-15px);
    background: #e7b099;
    color: #fff
}

.service-card:hover p {
    color: #fff8f3
}

.service-card:before {
    content: '+';
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    font-size: 25px
}

.service-card .service-number {
    display: none
}

.service-card h3 {
    font-size: 22px;
    margin-top: 28px
}

.service-card p {
    display: none
}

.service-card a {
    width: 42px;
    height: 42px;
    font-size: 20px
}

.services-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 210px
}

.service-viewport {
    overflow: hidden;
    flex: 1;
    padding: 16px 0 22px;
    touch-action: pan-y;
    cursor: grab
}

.service-viewport:active {
    cursor: grabbing
}

.services-carousel .service-grid {
    display: flex;
    align-items: stretch;
    gap: 14px;
    width: max-content;
    margin: 0;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1)
}

.services-carousel .service-card {
    width: calc((min(100vw - 260px, 1400px) - 42px) / 4);
    min-width: 250px;
    min-height: 310px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 18px;
    background: rgba(99, 48, 70, .94);
    box-shadow: 0 12px 26px rgba(31, 12, 22, .16);
    transition: transform .25s ease, background .25s ease, border-radius .25s ease
}

.services-carousel .service-card:hover,
.services-carousel .service-card.is-featured {
    transform: translateY(-14px);
    border-radius: 22px;
    background: #e7b099
}

.services-carousel .service-card.is-featured a,
.services-carousel .service-card:hover a {
    background: #69344a;
    color: #fff
}

.service-carousel-button {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    background: rgba(255, 253, 251, .96);
    color: #69344a;
    font-size: 23px;
    cursor: pointer;
    transition: .2s
}

.service-carousel-button:hover {
    transform: scale(1.07);
    background: #e7b099;
    color: #fff
}

.service-carousel-button:disabled {
    opacity: .35;
    cursor: not-allowed;
    transform: none
}

.service-carousel-hint {
    margin: 2px 0 0;
    color: #f9e9e2;
    font-size: 12px;
    text-align: center
}

.process-section {
    padding: 112px 0 106px;
    background: #fff5ef
}

.process-section .center-heading h2 {
    margin: 18px auto 0;
    max-width: 760px;
    font-size: clamp(40px, 2.85vw, 54px);
    line-height: 1.05
}

.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
    margin-top: 68px
}

.process-grid:before {
    display: none
}

.process-grid .process-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 330px;
    padding: 0 12px;
    text-align: center
}

.process-orbit {
    position: relative;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 156px;
    height: 156px;
    border: 11px solid #e7b099;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 9px #69344a
}

.process-step.is-lower .process-orbit {
    border-color: #69344a;
    box-shadow: inset 0 0 0 9px #e7b099
}

.process-orbit b {
    position: absolute;
    top: -17px;
    left: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    transform: translateX(-50%);
    border: 0;
    border-radius: 50%;
    background: #e7b099;
    box-shadow: none;
    color: #fff;
    font-size: 17px;
    line-height: 1
}

.process-step.is-lower .process-orbit b {
    top: auto;
    bottom: -17px;
    background: #69344a
}

.process-icon {
    position: static;
    z-index: 1;
    transform: none;
    color: #e2a88e;
    font-size: 38px;
    line-height: 1
}

.process-copy {
    margin-top: 28px
}

.process-step.is-lower .process-copy {
    order: -1;
    margin: 0 0 27px
}

.process-grid h3 {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.12
}

.process-grid p {
    max-width: 270px;
    margin: 0 auto;
    color: #948e90;
    font-size: 14px;
    line-height: 1.65
}

.process-connector {
    position: absolute;
    top: 117px;
    right: -39px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 52px;
    height: 44px;
    border-bottom: 2px solid #282123;
    border-radius: 0 0 48px 0;
    color: #282123;
    font-size: 0;
    transform: rotate(12deg)
}

.process-connector:after {
    content: '';
    position: absolute;
    right: -6px;
    bottom: 33px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #282123;
    border-bottom: 2px solid #282123;
    transform: rotate(232deg)
}

.process-step.is-lower .process-connector {
    top: 111px;
    transform: scaleY(-1) rotate(12deg)
}

.team-section {
    background: #fff;
    padding: 102px 0 108px
}

.team-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 54px
}

.team-heading h2 {
    margin: 15px 0 0;
    font-size: clamp(42px, 3.35vw, 61px);
    line-height: 1.05;
    text-transform: capitalize
}

.team-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px
}

.team-card {
    min-width: 0;
    text-align: center
}

.team-card-photo {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 360px;
    overflow: hidden;
    border-radius: 999px;
    outline: 1px solid #f2dfd4;
    outline-offset: 4px;
    background-color: #fbf0e7;
    transition: transform .25s ease, background-color .7s ease
}

.team-card-photo:hover {
    transform: translateY(-5px);
    background-color: #6b3349;
}

.team-card-photo img {
    display: block;
    width: auto;
    height: 110%;
    max-width: none;
    object-fit: contain;
    object-position: center bottom;
    pointer-events: none
}

.team-card h3 {
    margin: 24px 0 7px;
    color: #211e1f;
    font-size: 20px;
    line-height: 1.2
}

.team-card p {
    margin: 0;
    color: #8d8586;
    font-size: 15px
}

.team-card:hover .team-card-photo {
    transform: translateY(-5px);
    background-color: #6b3349
}

.plans-section {
    position: relative;
    padding: 98px 0 106px;
    background: #fff3eb
}

.plans-heading h2 {
    margin: 18px 0 0;
    font-size: clamp(38px, 2.8vw, 50px);
    line-height: 1.16;
    font-weight: 600
}

.plans-heading p {
    display: none
}

.plan-layout {
    grid-template-columns: minmax(0, 1fr) 307px;
    gap: 25px;
    max-width: 1120px;
    margin: 54px auto 0
}

.plan-list {
    gap: 20px
}

.plan-row {
    grid-template-columns: 1fr 1.22fr auto;
    gap: 28px;
    min-height: 176px;
    padding: 30px 36px;
    border-radius: 16px;
    box-shadow: none
}

.plan-row.featured {
    box-shadow: 0 15px 32px rgba(84, 35, 56, .16)
}

.plan-details h3 {
    margin: 0 0 7px;
    color: #69344a;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1
}

.plan-row.featured .plan-details h3 {
    color: #fff
}

.plan-summary {
    display: block;
    color: #928889;
    font-size: 14px;
    font-weight: 500;
    text-transform: none
}

.plan-row.featured .plan-summary {
    color: #fff
}

.plan-details strong {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 7px;
    color: #171516;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1
}

.plan-row.featured .plan-details strong {
    color: #fff
}

.plan-details strong small {
    align-self: flex-start;
    margin-top: 4px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0
}

.plan-details strong em {
    color: #928889;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0
}

.plan-row.featured .plan-details strong em {
    color: #fff
}

.plan-row ul {
    display: grid;
    gap: 11px;
    padding: 0;
    list-style: none;
    color: #8c8586;
    font-size: 14px;
    line-height: 1.2
}

.plan-row li {
    position: relative;
    margin: 0;
    padding-left: 24px
}

.plan-row li:before {
    content: '✓';
    position: absolute;
    top: -1px;
    left: 0;
    color: #e7a98d;
    font-size: 15px;
    font-weight: 700
}

.plan-row.featured ul {
    color: #fff
}

.plan-row.featured li:before {
    color: #fff
}

.plan-row .button-small {
    min-width: 159px;
    padding: 13px 19px;
    font-size: 11px;
    white-space: nowrap
}

.plan-row.featured .button-small {
    background: #fff;
    color: #69344a
}

.plan-aside {
    min-height: 548px;
    border-radius: 16px;
    box-shadow: none
}

.plan-aside-copy {
    position: absolute;
    right: 0;
    bottom: 120px;
    left: 0;
    padding: 26px;
    color: #fff;
    background: linear-gradient(transparent, rgba(61, 25, 41, .8))
}

.plan-aside-copy span {
    display: block;
    max-width: 185px;
    font-size: clamp(25px, 2vw, 32px);
    font-weight: 700;
    line-height: 1.14
}

.plan-call {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 122px;
    padding: 22px 20px;
    background: #fff;
    color: #211e1f;
    text-decoration: none
}

.plan-call-icon {
    display: grid;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: #69344a;
    color: #fff;
    line-height: 0;
    animation: plan-call-ring 5s ease-in-out infinite
}

.plan-call-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    position: absolute !important;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -25%;
}

.plan-call-copy {
    display: grid;
    min-width: 0;
    gap: 4px
}

.plan-call-copy small {
    color: #69344a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase
}

.plan-call-copy strong {
    margin: 0;
    color: #111;
    font-size: clamp(17px, 1.05vw, 21px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1;
    white-space: nowrap
}

@keyframes plan-call-ring {

    0%,
    84%,
    100% {
        transform: rotate(0);
    }

    87% {
        transform: rotate(-12deg);
    }

    90% {
        transform: rotate(12deg);
    }

    93% {
        transform: rotate(-8deg);
    }

    96% {
        transform: rotate(8deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .plan-call-icon {
        animation: none;
    }
}

.plan-aside img {
    min-height: 548px
}

.testimonials-section {
    background: #fff
}

.testimonials-section .center-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    text-align: left
}

.testimonials-section .center-heading h2 {
    font-size: clamp(40px, 3.3vw, 60px)
}

.testimonials-section .center-heading .eyebrow {
    grid-column: 1
}

.testimonials-section .center-heading h2 {
    grid-column: 1
}

/* .testimonials-section .center-heading:after {
    content: 'Google rating 5.0  ★★★★★';
    grid-column: 2;
    grid-row: 1 / span 2;
    color: #69344a;
    font-size: 15px;
    font-weight: 700;
    word-spacing: 7px
} */

.testimonial {
    position: relative;
    min-height: 265px;
    padding: 32px;
    border: 1px solid #eedfd7;
    background: #fff7f1
}

.testimonial:nth-child(2) {
    background: #69344a;
    color: #fff
}

.testimonial:nth-child(2) p,
.testimonial:nth-child(2) span {
    color: #fff
}

.testimonial:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: url('../images/cadhya-senior-portrait.png') center/cover
}

.testimonial p {
    font-size: 14px;
    line-height: 1.75
}

.testimonial strong {
    position: absolute;
    top: 43px;
    left: 94px;
    font-size: 18px
}

.testimonial span {
    position: absolute;
    top: 68px;
    left: 94px;
    font-size: 11px
}

.stars {
    position: absolute;
    bottom: 28px;
    left: 32px
}

.testimonial p {
    padding-bottom: 28px
}

.contact-section {
    padding: 120px 0
}

.contact-wrap {
    padding: 0 45px
}

.contact-wrap {
    grid-template-columns: .85fr 1.15fr;
    align-items: stretch
}

.contact-copy {
    display: flex;
    min-height: 610px;
    flex-direction: column;
    padding: 45px;
    border-radius: 22px;
    background: rgba(255, 247, 241, .96);
    color: #211b1d
}

.contact-copy .eyebrow {
    background: #fff;
    color: #69344a
}

.contact-copy p {
    max-width: 430px;
    color: #7a6c6c;
    font-size: 16px;
    line-height: 1.75
}

.contact-details {
    display: grid;
    gap: 24px;
    margin-top: auto;
    padding-top: 32px;
    border-top: 1px solid #e6d7ce
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #211e1f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    text-decoration: none
}

.contact-detail-icon {
    display: grid;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 50%;
    background: #69344a;
    color: #fff
}

.contact-detail-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8
}

.contact-form {
    display: flex;
    min-height: 610px;
    flex-direction: column;
    padding: 45px;
    border-radius: 22px
}

.contact-form .form-grid {
    gap: 20px
}

.contact-form .contact-field {
    position: relative;
    margin: 0
}

.contact-form .contact-field-full {
    grid-column: 1 / -1
}

.contact-form .field-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 18px;
    color: #8d8586;
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%)
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    min-height: 60px;
    padding: 17px 18px 17px 45px;
    border: 0;
    border-radius: 9px;
    background: #fbf0e7;
    color: #6f696a;
    font: inherit
}

.contact-form textarea {
    min-height: 161px
}

.contact-form select {
    width: 100%;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #b5acab 50%), linear-gradient(135deg, #b5acab 50%, transparent 50%);
    background-position: calc(100% - 21px) 26px, calc(100% - 16px) 26px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px
}

.contact-form .button {
    align-self: flex-start;
    margin-top: auto
}

.insights-section {
    padding-top: 120px
}

.insights-section .center-heading h2 {
    font-size: clamp(41px, 3.3vw, 60px)
}

.insight-grid article {
    padding-bottom: 12px
}

.insight-grid img {
    height: 250px;
    border-radius: 17px
}

.insight-grid span {
    font-size: 12px
}

.insight-grid h3 {
    font-size: 22px;
    line-height: 1.25
}

.insight-grid article:after {
    content: 'March 2026  ·  Care guide';
    display: block;
    margin-top: 14px;
    color: #988d8b;
    font-size: 12px
}

.site-footer {
    padding: 85px 0 42px;
    background: #69344a
}

.footer-grid {
    grid-template-columns: 1.7fr .7fr .7fr 1fr;
    padding-bottom: 45px
}

.footer-brand img {
    width: 210px;
    height: 70px;
    padding: 8px 14px;
    background: #fff7f1;
    border-radius: 9px;
    filter: none
}

.footer-brand p {
    max-width: 390px;
    font-size: 13px
}

.footer-brand form {
    max-width: 390px
}

.footer-brand input {
    padding: 16px 20px
}

.footer-brand button {
    width: 58px
}

.footer-grid h3 {
    font-size: 19px
}

.footer-grid div>a {
    font-size: 13px;
    margin: 13px 0
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px 28px;
    align-items: center;
    min-height: 160px;
    margin-top: 0;
    padding: 30px 45px;
    border: 0;
    border-radius: 17px;
    background: #e7b099;
    color: #fff;
    font-size: 13px
}

.footer-bottom-brand img {
    display: block;
    width: 175px;
    height: 54px;
    filter: brightness(.3);
    object-fit: contain;
    object-position: left center
}

.footer-legal {
    justify-self: end;
    white-space: nowrap
}

.footer-copyright {
    grid-column: 1 / -1;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .35)
}

.faq-question {
    font-size: 16px
}

.faq-answer p {
    font-size: 14px
}

@media(max-width:980px) {
    .plan-layout {
        grid-template-columns: 1fr;
        max-width: 760px
    }

    .plan-aside,
    .plan-aside img {
        min-height: 360px
    }

    .team-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px
    }

    .team-card-photo {
        height: 390px
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 28px
    }

    .process-connector {
        display: none
    }

    .family-layout {
        max-width: 760px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 'heading heading' 'left right' 'portrait portrait' 'stats stats';
        grid-template-rows: auto 130px 440px 240px;
        gap: 18px
    }

    .family-heading {
        padding: 0
    }

    .family-badges {
        align-self: start;
        max-width: none;
        margin-top: 0
    }

    .family-portrait {
        width: 360px;
        height: 440px;
        margin-top: 0
    }

    .experience-card {
        min-height: 240px
    }

    .experience-card div {
        top: 35px;
        min-height: 170px
    }

    .experience-card div:first-child {
        left: 40px
    }

    .experience-card div:last-child {
        right: 40px
    }

    .service-grid {
        margin-top: 80px
    }

    .services-banner {
        min-height: auto
    }

    .experience-card:before {
        display: none
    }

    .experience-card div:first-child,
    .experience-card div:last-child {
        align-items: center;
        padding: 25px
    }

    .process-grid:before {
        display: none
    }

    .team-labels {
        grid-template-columns: repeat(2, 1fr)
    }

    .testimonials-section .center-heading {
        display: block;
        text-align: center
    }

    .testimonials-section .center-heading:after {
        display: block;
        margin-top: 18px
    }

    .contact-wrap {
        padding: 0
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:720px) {
    .plans-section {
        padding: 72px 0
    }

    .contact-wrap {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .contact-form .form-grid {
        grid-template-columns: 1fr
    }

    .contact-form .contact-field-full {
        grid-column: auto
    }

    .plans-heading h2 {
        font-size: clamp(32px, 9vw, 44px)
    }

    .plan-layout {
        margin-top: 40px
    }

    .plan-row {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 28px 24px
    }

    .plan-row .button-small {
        width: max-content
    }

    .team-section {
        padding: 72px 0
    }

    .team-card-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .team-card-photo {
        width: min(100%, 330px);
        height: 410px;
        margin: auto
    }

    .process-section {
        padding: 78px 0
    }

    .process-section .center-heading h2 {
        font-size: clamp(34px, 9vw, 46px)
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 48px
    }

    .process-grid .process-step {
        min-height: auto;
        margin-bottom: 0
    }

    .process-step.is-lower .process-copy {
        order: 0;
        margin: 28px 0 0
    }

    .intro-grid {
        gap: 44px
    }

    .intro-collage {
        height: auto;
        width: 100%;
        margin: auto
    }

    .intro-primary-image {
        width: 82%
    }

    .intro-secondary-image {
        right: -2%;
        bottom: 8%;
        width: 48%;
        border-width: 7px
    }

    .intro-dots {
        left: -4%;
        width: 80px
    }

    .family-section:before {
        display: none
    }

    .family-layout {
        grid-template-columns: 1fr;
        grid-template-areas: 'heading' 'left' 'portrait' 'right' 'stats';
        grid-template-rows: auto;
        gap: 26px
    }

    .family-heading {
        padding-top: 0
    }

    .family-portrait {
        width: min(100%, 360px);
        height: 430px;
        margin: 0 auto
    }

    .family-badges {
        grid-template-columns: 1fr;
        margin-top: 0
    }

    .experience-card {
        display: grid;
        gap: 14px;
        min-height: auto;
        padding: 22px
    }

    .experience-card div,
    .experience-card div:first-child,
    .experience-card div:last-child {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        min-height: 145px;
        padding: 20px
    }

    .service-card {
        min-height: 210px
    }

    .process-grid article {
        min-height: auto;
        margin-bottom: 42px
    }

    .team-heading {
        display: block
    }

    .team-heading .button {
        margin-top: 20px
    }

    .team-stage,
    .team-stage img {
        min-height: 250px;
        height: 250px
    }

    .team-labels {
        display: none
    }

    .plan-aside:after {
        font-size: 11px
    }

    .testimonial strong,
    .testimonial span {
        position: static
    }

    .testimonial:before {
        float: left;
        margin-right: 13px
    }

    .testimonials-section .center-heading h2 {
        font-size: 36px
    }

    .contact-copy,
    .contact-form {
        min-height: 0;
        padding: 25px
    }

    .contact-copy {
        gap: 0
    }

    .contact-copy h2 {
        font-size: clamp(38px, 11vw, 50px)
    }

    .contact-copy p {
        font-size: 15px
    }

    .contact-details {
        margin-top: 30px
    }

    .contact-form .form-grid {
        gap: 14px
    }

    .contact-form textarea {
        min-height: 150px
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 25px
    }

    .footer-bottom-brand img {
        width: 145px;
        height: 45px
    }

    .footer-legal {
        justify-self: start;
        white-space: normal
    }

    .footer-copyright {
        grid-column: auto
    }

    .faq-question {
        font-size: 14px
    }

    .faq-answer p {
        font-size: 13px
    }

    .insight-grid img {
        height: 190px
    }
}

@media(max-width:720px) {
    .intro.section {
        padding-top: 58px;
        padding-bottom: 68px
    }

    .intro-grid {
        display: flex;
        flex-direction: column;
        gap: 34px;
        width: 100%
    }

    .intro-collage {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1536 / 1263;
        margin: 0 !important;
        overflow: hidden
    }

    .intro-collage .intro-single-image {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .intro-copy {
        width: 100%;
        padding: 0px 20px;
    }

    .intro-copy h2 {
        max-width: 11ch;
        font-size: clamp(38px, 11vw, 48px);
        line-height: 1.03
    }

    .intro-copy p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.78
    }

    .intro-copy .check-list {
        font-size: 13px
    }
}
