/*
Theme Name: Holistic Mediation
Theme URI: https://holisticmediation.co.uk/
Author: Holistic Mediation
Description: A custom single-page theme based on the supplied Holistic Mediation design.
Version: 1.0.0
*/

:root {
            --gold: #c9a74e;
            --gold-deep: #8a6a1c;
            --silver: #b9bab7;
            --silver-deep: #747671;
            --ink: #232321;
            --text: #46443f;
            --muted: #74716a;
            --paper: #fbfaf8;
            --soft: #f4efe6;
            --line: #e2ded5;
            --max: 1240px
        }

        * {
            box-sizing: border-box
        }

        html {
            scroll-behavior: smooth
        }

        body {
            margin: 0;
            background: var(--paper);
            color: var(--text);
            font-family: "DM Sans", Arial, sans-serif;
            line-height: 1.7;
            -webkit-font-smoothing: antialiased
        }

        h1, h2, h3, h4, h5, .navbar-brand {
            font-family: "Manrope", Arial, sans-serif;
            color: var(--ink);
            letter-spacing: -.035em
        }

        h1 {
            font-size: clamp(3.2rem, 6.2vw, 6.7rem);
            line-height: .97;
            font-weight: 500
        }

        h2 {
            font-size: clamp(2.25rem, 4vw, 4.35rem);
            line-height: 1.08;
            font-weight: 500
        }

        h3 {
            font-size: clamp(1.35rem, 2vw, 2rem);
            font-weight: 500
        }

        p {
            color: var(--muted)
        }

        a {
            color: inherit
        }

        .container-xl {
            max-width: var(--max)
        }

        .section-space {
            padding: 120px 0
        }

        .section-space-sm {
            padding: 82px 0
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 22px;
            color: var(--gold-deep);
            font-size: .76rem;
            font-weight: 600;
            letter-spacing: .18em;
            text-transform: uppercase
        }

        .eyebrow:before {
            content: "";
            width: 34px;
            height: 1px;
            background: var(--gold)
        }

        .text-lead {
            font-size: clamp(1.08rem, 1.7vw, 1.32rem);
            line-height: 1.75
        }

        .navbar {
            padding: 18px 0;
            border-bottom: 1px solid rgba(222, 219, 210, .8);
            background: rgba(251, 250, 247, .96);
            backdrop-filter: blur(14px)
        }

        .navbar-brand {
            display: flex;
            align-items: center;
            gap: 13px;
            font-size: .98rem;
            font-weight: 600;
            letter-spacing: .055em;
            text-transform: uppercase
        }

        .brand-mark {
            width: 46px;
            height: 46px;
            object-fit: contain;
            flex: 0 0 auto
        }

        .nav-link {
            font-size: .91rem;
            color: var(--ink);
            margin: 0 8px
        }

        .nav-link:hover {
            color: var(--gold-deep)
        }

        .btn {
            border-radius: 0;
            padding: 14px 24px;
            font-weight: 600;
            font-size: .92rem;
            transition: .25s ease
        }

        .btn-dark {
            background: var(--ink);
            border-color: var(--ink)
        }

        .btn-dark:hover {
            background: var(--gold-deep);
            border-color: var(--gold-deep);
            transform: translateY(-2px)
        }

        .btn-outline-dark:hover {
            background: var(--ink);
            color: #fff
        }

        .hero {
            min-height: auto;
            display: flex;
            align-items: center;
            border-bottom: 1px solid var(--line);
            background:
                linear-gradient(90deg, rgba(201, 167, 78, .05), transparent 44%),
                var(--paper)
        }

        .hero-inner {
            min-height: 720px;
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
            gap: clamp(48px, 7vw, 104px);
            align-items: center;
            padding-top: 72px;
            padding-bottom: 72px
        }

        .hero-copy {
            padding: 0;
            position: relative;
            z-index: 2
        }

        .hero-copy:after {
            display: none
        }

        .hero-subtitle {
            max-width: 680px;
            margin: 30px 0 38px;
            font-size: clamp(1.1rem, 1.55vw, 1.28rem);
            line-height: 1.75
        }

        .hero-media {
            position: relative;
            min-height: 0;
            overflow: visible;
            background: transparent;
            display: flex;
            justify-content: center
        }

        .hero-photo-frame {
            width: min(100%, 470px);
            background: #efece5;
            border: 1px solid var(--line);
            padding: 22px 22px 0;
            position: relative
        }

        .hero-photo-frame:before {
            content: "";
            position: absolute;
            left: -22px;
            top: 44px;
            width: 1px;
            height: 58%;
            background: var(--gold)
        }

        .hero-photo-frame img {
            width: 100%;
            height: auto;
            max-height: 560px;
            object-fit: contain;
            object-position: center bottom;
            display: block;
            filter: saturate(.9) contrast(.99)
        }

        .hero-caption {
            position: static;
            padding: 20px 2px 18px;
            color: var(--ink);
            font-size: .79rem;
            letter-spacing: .14em;
            text-transform: uppercase
        }

        .hero-caption span {
            display: block;
            margin-top: 4px;
            color: var(--muted);
            font-size: .7rem;
            letter-spacing: .08em
        }

        .trust-strip {
            border-bottom: 1px solid var(--line);
            background: rgba(255, 255, 255, .55)
        }

        .trust-item {
            padding: 22px 16px;
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--ink);
            font-size: .9rem;
            white-space: nowrap
        }

        .trust-item i {
            color: var(--gold-deep)
        }

        .editorial-grid {
            display: grid;
            grid-template-columns:1.1fr .9fr;
            gap: 80px;
            align-items: start
        }

        .statement {
            font-family: "Manrope", sans-serif;
            color: var(--ink);
            font-size: clamp(1.8rem, 3vw, 3.2rem);
            line-height: 1.28;
            letter-spacing: -.035em
        }

        .statement em {
            font-style: normal;
            color: var(--gold-deep)
        }

        .audience-card, .principle-card, .service-card {
            height: 100%;
            border: 1px solid var(--line);
            background: rgba(255, 255, 255, .48);
            border-radius: 0
        }

        .audience-card, .principle-card {
            padding: 34px;
            transition: .25s ease
        }

        .audience-card:hover, .principle-card:hover {
            transform: translateY(-4px);
            border-color: var(--silver);
            background: #fff
        }

        .card-icon {
            width: 44px;
            height: 44px;
            display: grid;
            place-items: center;
            border: 1px solid var(--gold);
            color: var(--gold-deep);
            margin-bottom: 42px;
            font-size: 1.1rem
        }

        .process-section {
            background: var(--ink)
        }

        .process-section h2, .process-section h3 {
            color: #fff
        }

        .process-section p {
            color: #bfbbb3
        }

        .process-step {
            padding: 38px 0;
            border-top: 1px solid rgba(255, 255, 255, .15);
            display: grid;
            grid-template-columns:120px 1fr 1.4fr;
            gap: 28px
        }

        .process-step:last-child {
            border-bottom: 1px solid rgba(255, 255, 255, .15)
        }

        .process-index {
            color: var(--gold);
            font-size: .77rem;
            letter-spacing: .18em;
            text-transform: uppercase
        }

        .session-line {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            padding: 12px 0;
            border-bottom: 1px solid rgba(255, 255, 255, .11);
            color: #e7e3db;
            font-size: .9rem
        }

        .feature-list {
            border-top: 1px solid var(--line)
        }

        .feature-row {
            display: grid;
            grid-template-columns:58px 1fr;
            gap: 18px;
            padding: 27px 0;
            border-bottom: 1px solid var(--line)
        }

        .feature-number {
            color: var(--silver-deep);
            font-size: .78rem;
            letter-spacing: .12em
        }

        .feature-row p {
            margin: 0
        }

        .service-card {
            overflow: hidden;
            background: white
        }

        .service-card-top {
            padding: 46px;
            min-height: 330px;
            border-bottom: 1px solid var(--line);
            display: flex;
            flex-direction: column
        }

        .service-card.alt .service-card-top {
            background: #ecebe7
        }

        .service-type {
            color: var(--gold-deep);
            font-size: .74rem;
            letter-spacing: .17em;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 42px
        }

        .service-card h3 {
            font-size: clamp(2rem, 3vw, 3.15rem);
            margin-bottom: 18px
        }

        .service-price {
            margin-top: auto;
            padding-top: 24px;
            color: var(--ink)
        }

        .service-card-bottom {
            padding: 34px 46px 44px
        }

        .service-list {
            list-style: none;
            padding: 0;
            margin: 0 0 30px
        }

        .service-list li {
            display: flex;
            gap: 12px;
            padding: 10px 0;
            border-bottom: 1px solid var(--line);
            color: var(--muted)
        }

        .service-list i {
            color: var(--gold-deep)
        }

        .ian-grid {
            display: grid;
            grid-template-columns:.82fr 1.18fr;
            background: #fff;
            border: 1px solid var(--line)
        }

        .ian-images {
            display: grid;
            grid-template-rows:1fr .62fr;
            min-height: 760px
        }

        .ian-images img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }

        .ian-images .portrait {
            object-position: center top
        }

        .ian-images .gong {
            object-position: center 40%;
            border-top: 1px solid var(--line)
        }

        .ian-copy {
            padding: clamp(44px, 7vw, 88px)
        }

        .profile-stat {
            padding: 18px 0;
            border-top: 1px solid var(--line)
        }

        .profile-stat strong {
            display: block;
            color: var(--ink);
            font-family: "Manrope", sans-serif;
            font-size: 1.35rem;
            font-weight: 500
        }

        .quote {
            margin-top: 42px;
            padding-left: 24px;
            border-left: 2px solid var(--gold);
            font-family: "Manrope", sans-serif;
            font-size: 1.35rem;
            line-height: 1.55;
            color: var(--ink)
        }

        .credential-columns {
            columns: 2;
            column-gap: 52px
        }

        .credential-columns li {
            break-inside: avoid;
            margin-bottom: 14px;
            color: var(--muted)
        }

        .accordion-item {
            border: 0;
            border-top: 1px solid var(--line);
            background: transparent;
            border-radius: 0 !important
        }

        .accordion-item:last-child {
            border-bottom: 1px solid var(--line)
        }

        .accordion-button {
            background: transparent;
            border-radius: 0 !important;
            padding: 26px 0;
            color: var(--ink);
            font-family: "Manrope", sans-serif;
            font-size: 1.08rem;
            box-shadow: none !important
        }

        .accordion-button:not(.collapsed) {
            background: transparent;
            color: var(--gold-deep)
        }

        .accordion-body {
            padding: 0 0 28px;
            color: var(--muted)
        }

        .credentials-read-more {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            margin-top: 24px;
            padding: 0 0 5px;
            border: 0;
            border-bottom: 1px solid var(--gold);
            background: transparent;
            color: var(--gold-deep);
            font-size: .78rem;
            font-weight: 600;
            letter-spacing: .1em;
            text-transform: uppercase
        }

        .credentials-read-more i {
            font-size: 1.15rem;
            line-height: 1;
            transition: transform .25s ease
        }

        .credentials-read-more[aria-expanded="true"] i {
            transform: rotate(180deg)
        }

        .cta-section {
            background: #f7f2e8;
            border-top: 1px solid #e6dcc3;
            border-bottom: 1px solid #e6dcc3
        }

        .cta-section h2 {
            color: var(--ink)
        }

        .cta-section p {
            color: #5f5a52
        }

        .cta-section .eyebrow {
            color: var(--gold-deep)
        }

        .cta-section .btn-dark {
            min-width: 230px
        }

        .contact-form {
            padding: 30px;
            background: rgba(255, 255, 255, .72);
            border: 1px solid rgba(201, 167, 78, .32);
            box-shadow: 0 18px 50px rgba(35, 35, 33, .08)
        }

        .contact-form-row {
            margin-bottom: 16px
        }

        .contact-form-row label {
            display: block;
            margin-bottom: 6px;
            color: var(--ink);
            font-size: .78rem;
            font-weight: 600;
            letter-spacing: .08em;
            text-transform: uppercase
        }

        .contact-form-row label span {
            color: var(--muted);
            font-size: .72rem;
            font-weight: 400;
            letter-spacing: 0;
            text-transform: none
        }

        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 11px 13px;
            border: 1px solid var(--line);
            border-radius: 0;
            background: rgba(255, 255, 255, .9);
            color: var(--ink);
            font: inherit
        }

        .contact-form input:focus,
        .contact-form textarea:focus {
            border-color: var(--gold);
            outline: 2px solid rgba(201, 167, 78, .2);
            outline-offset: 1px
        }

        .contact-form textarea {
            resize: vertical
        }

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

        .contact-success-modal .modal-content {
            border: 1px solid var(--line);
            border-radius: 0;
            box-shadow: 0 24px 80px rgba(35, 35, 33, .2)
        }

        .contact-success-modal .modal-body {
            padding: 48px 36px
        }

        .success-mark {
            display: grid;
            place-items: center;
            width: 54px;
            height: 54px;
            margin: 0 auto 20px;
            border-radius: 50%;
            background: var(--gold);
            color: #fff;
            font-size: 1.7rem
        }

        footer {
            background: #1d1d1b;
            color: #aaa8a3;
            padding: 70px 0 30px
        }

        footer h4, footer a {
            color: #fff
        }

        footer a {
            text-decoration: none
        }

        footer a:hover {
            color: var(--gold)
        }

        .footer-logo {
            width: 126px;
            mix-blend-mode: screen
        }

        .footer-line {
            margin-top: 48px;
            padding-top: 22px;
            border-top: 1px solid rgba(255, 255, 255, .12);
            font-size: .82rem
        }

        @media (max-width: 991.98px) {
            .section-space {
                padding: 86px 0
            }

            .editorial-grid {
                grid-template-columns:1fr;
                gap: 44px
            }

            .hero {
                min-height: auto
            }

            .hero-inner {
                grid-template-columns: 1fr;
                min-height: auto;
                gap: 52px;
                padding-top: 72px;
                padding-bottom: 72px
            }

            .hero-copy {
                padding: 0
            }

            .hero-media {
                min-height: 0;
                justify-content: flex-start
            }

            .hero-photo-frame {
                width: min(100%, 520px)
            }

            .process-step {
                grid-template-columns:80px 1fr
            }

            .process-step > div:last-child {
                grid-column: 2
            }

            .ian-grid {
                grid-template-columns:1fr
            }

            .ian-images {
                grid-template-columns:1fr 1fr;
                grid-template-rows:520px;
                min-height: auto
            }

            .ian-images .gong {
                border-top: 0;
                border-left: 1px solid var(--line)
            }

            .navbar-collapse {
                padding: 20px 0
            }

            .nav-link {
                margin: 4px 0
            }
        }

        @media (max-width: 767.98px) {
            h1 {
                font-size: clamp(2.8rem, 14vw, 4.5rem)
            }

            .section-space {
                padding: 72px 0
            }

            .section-space-sm {
                padding: 60px 0
            }

            .hero-inner {
                gap: 38px;
                padding-top: 54px;
                padding-bottom: 54px
            }

            .hero-photo-frame {
                width: 100%;
                padding: 14px 14px 0
            }

            .hero-photo-frame:before {
                display: none
            }

            .hero-photo-frame img {
                max-height: 460px
            }

            .trust-scroll {
                overflow-x: auto;
                flex-wrap: nowrap
            }

            .process-step {
                grid-template-columns:1fr;
                gap: 12px
            }

            .process-step > div:last-child {
                grid-column: auto
            }

            .service-card-top, .service-card-bottom {
                padding-left: 28px;
                padding-right: 28px
            }

            .credential-columns {
                columns: 1
            }

            .ian-images {
                grid-template-columns:1fr;
                grid-template-rows:430px 320px
            }

            .ian-images .gong {
                border-left: 0;
                border-top: 1px solid var(--line)
            }

            .ian-copy {
                padding: 38px 28px
            }

            .hero-caption {
                left: 20px;
                bottom: 18px
            }
        }
