/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap";

*,
::before,
::after {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

.page-template-page-home>* {
    font-family: "Plus Jakarta Sans", sans-serif;
}

body,
html {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.site-header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 10px 0px;
    background: transparent;
    transition:
        height 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.header-inner {
    max-width: 1536px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    width: 208px;
    height: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
    transition:
        width 0.35s ease,
        height 0.35s ease,
        border-radius 0.35s ease;
}

.site-logo .custom-logo-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.site-header.is-scrolled {
    height: 108px;
    background: #002a52f2;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.site-header.is-scrolled .site-logo {
    width: 106px;
    height: 94px;
    border-radius: 0 0 13px 13px;
}

.main-navigation {
    margin: 0;
    background-color: transparent;
}

.main-navigation .primary-menu {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation .primary-menu li {
    margin: 0;
    padding: 0;
}

.main-navigation .primary-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 4px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.main-navigation .primary-menu a:hover {
    color: #002a52;
    background-color: #ffffff;
}

.mobile-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.mobile-menu-toggle span {
    display: block;
    width: 27px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
}

.mobile-menu-close {
    display: none;
}

.hhp-hero {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 140px 16px 140px;
}

.hhp-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
        linear-gradient(to right in oklab,
            hsl(209 100% 16% / 0.70) 0%,
            transparent 66.66%),
        linear-gradient(to bottom in oklab,
            hsl(209 100% 16% / 0.80) 0%,
            hsl(209 100% 16% / 0.50) 50%,
            hsl(36 33% 97%) 100%);
}

.hhp-hero-container {
    max-width: 1536px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}

.hhp-hero-content {
    max-width: 768px;
    width: 100%;
    height: auto;
}

.hhp-hero-content h1 {
    font-family: "Playfair Display", serif;
    font-size: 72px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 24px;
    font-weight: 700;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.hhp-hero-content p {
    max-width: 672px;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1.625;
    font-weight: 500;
    margin-bottom: 40px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.12));
}

.hhp-hero-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hero-btn::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('assets/image/arrow-img.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1997%) hue-rotate(236deg) brightness(115%) contrast(100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease-in-out;
}

.hero-btn:hover::after {
    transform: translateX(4px);
    filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(5957%) hue-rotate(189deg) brightness(94%) contrast(103%);
}

.hhp-hero-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.555;
    background-color: #002a52;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
}

.hhp-hero-buttons a:hover {
    color: #002a52;
    background-color: #ffffff;
}

.hhp-hero-buttons .hhp-btn-secondary {
    background-color: #eaa85d;
}

.hhp-hero-buttons .hhp-btn-secondary:hover {
    background-color: #002a52;
    color: #FFFFFF;
}

.vaulting-section {
    width: 100%;
    padding: 100px 16px;
    background: #faf8f5;
    border-radius: 48px 48px 0 0;
    margin-top: -40px;
    position: relative;
    z-index: 20;
}

.vaulting-container {
    max-width: 1536px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: center;
}

.vaulting-content {
    max-width: 100%;
    width: 100%;
}

.vaulting-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    color: #002a52;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 24px;
}

.vaulting-line {
    width: 80px;
    height: 4px;
    margin: 0 0 32px;
    background: #eaa85d;
}

.vaulting-description {
    margin: 0;
    color: #11263bcc;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 400;
    margin-bottom: 40px;
}

.vaulting-features {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 16px;
}

.vaulting-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vaulting-feature h3 {
    flex: 0 0 auto;
    color: #eaa85d;
    font-size: 16px;
    line-height: 1.375;
    margin: 0;
}

.vaulting-feature p {
    margin: 0;
    color: #11263bcc;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}

.vaulting-image {
    width: 100%;
    height: 600px;
}

.vaulting-image-border {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff33;
}

.vaulting-image-border::after {
    content: "";
    position: absolute;
    inset: 16px;
    border: 4px solid #ffffff33;
    border-radius: 16px;
    pointer-events: none;
    z-index: 2;
}

.vaulting-image-border img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.vaulting-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    background-color: #002a52;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
}

.vaulting-btn::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('assets/image/calendar.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1997%) hue-rotate(236deg) brightness(115%) contrast(100%);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.vaulting-btn:hover {
    background-color: #ffffff;
    color: #002a52;
}

.vaulting-btn:hover::after {
    filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(5957%) hue-rotate(189deg) brightness(94%) contrast(103%);
}

.activities-section {
    width: 100%;
    padding: 96px 0;
    background: #efebe7;
    box-sizing: border-box;
}

.activities-container {
    width: 100%;
    max-width: 1536px;
    padding: 0px 16px;
    margin: 0 auto;
}

.activities-heading {
    max-width: 768px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 64px;
}

.activities-heading h2 {
    margin: 0;
    color: #002a52;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 24px;
}

.heading-line {
    display: block;
    width: 80px;
    height: 4px;
    margin: 0 auto;
    background: #eaa85d;
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.activity-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e0dad1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.activity-image {
    position: relative;
    width: 100%;
    height: 192px;
    overflow: hidden;
    background: #002a521a;
}

.activity-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.activity-card:hover .activity-image img {
    transform: scale(1.04);
}

.featured-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 12px;
    background: #eaa85d;
    color: #002a52;
    border-radius: 3.40282e38px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    z-index: 10;
}

.activity-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}

.activity-content h3 {
    margin: 0 0 12px;
    color: #002a52;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.activity-content p {
    margin: 0;
    color: #11263bb3;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 400;
    margin-bottom: 24px;
    flex: 1;
}

.activity-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 8px 12px;
    background: #002a520d;
    border: 1px solid #002a5233;
    border-radius: 4px;
    color: #002a52;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
}

.activity-button:hover {
    background: #002a52;
    border-color: #002a5233;
    color: #ffffff;
}

.featured-card {
    border-color: #eaa85d;
}

.horse-stays-section {
    width: 100%;
    background: #002a52;
    padding: 96px 0px;
}

.horse-stays-container {
    width: 100%;
    max-width: 1536px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    align-items: center;
    padding: 0px 16px;
}

.horse-stays-content {
    width: 100%;
    max-width: 720px;
}

.horse-stays-content h2 {
    margin: 0;
    color: #FFFFFF;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 24px;
}

.horse-stays-line {
    display: block;
    width: 80px;
    height: 4px;
    margin: 0;
    background: #eaa85d;
    margin-bottom: 32px;
}

.horse-stays-description {
    margin: 0;
    color: #ffffffcc;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 400;
    margin-bottom: 40px;
}

.horse-stays-pricing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.price-box {
    padding: 20px;
    background: #ffffff1a;
    border: 1px solid #ffffff33;
    border-radius: 6px;
}

.price {
    font-family: "Playfair Display", serif;
    color: #eaa85d;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}

.price-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
}

.price-subtitle {
    color: #ffffff99;
    font-size: 14px;
    line-height: 1.610;
    font-weight: 400;
}


.hhp-hero-buttons a.horse-stays-button {
    background: #ffffff;
    color: #002a52;
}

.hhp-hero-buttons a.horse-stays-button:hover {
    color: #FFFFFF;
    background: #eaa85d;
}

.horse-stays-button::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('assets/image/short-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(5957%) hue-rotate(189deg) brightness(94%) contrast(103%);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.horse-stays-button:hover {
    background-color: #ffffff;
    color: #002a52;
}

.horse-stays-button:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1997%) hue-rotate(236deg) brightness(115%) contrast(100%);
}

.hhp-hero-buttons a svg {
    width: 20px;
    height: 20px;
}

.horse-stays-note {
    margin: 12px 0 0;
    color: #ffffff80;
    font-size: 14px;
    line-height: 1.428;
    font-style: italic;
    font-weight: 400;
}

.horse-stays-image {
    width: 100%;
}

.horse-stays-image-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 16px;
}

.horse-stays-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.horse-stays-image-inner::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 3px solid rgba(255, 255, 255, 0.20);
    border-radius: 17px;
    pointer-events: none;
    z-index: 2;
}

.horse-stays-image-inner:hover img {
    transform: scale(1.025);
}

.org-section {
    width: 100%;
    background: #faf8f5;
    padding: 96px 0px 48px;
    box-sizing: border-box;
}

.coach-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.coach-btn::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('assets/image/short-icon.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1997%) hue-rotate(236deg) brightness(115%) contrast(100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.coach-btn:hover::after {
    filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(5957%) hue-rotate(189deg) brightness(94%) contrast(103%);
}

.org-container {
    width: 100%;
    max-width: 1536px;
    padding: 0px 15px;
    margin: 0 auto;
}

.org-heading {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
}

.org-line {
    display: block;
    width: 80px;
    height: 4px;
    margin: 0;
    background: #eaa85d;
}

.org-heading h2 {
    margin: 0;
    color: #002a52;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    line-height: 1.111;
    font-weight: 700;
    margin-bottom: 24px;
}

.org-heading span {
    display: block;
    width: 80px;
    height: 4px;
    margin: 0 auto;
    background: #eaa85d;
}

.org-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    padding-bottom: 96px;
}

.org-card {
    display: flex;
    flex-direction: column;
    padding: 32px;
    background: #efebe7;
    border: 1px solid #e0dad1;
    border-radius: 10px;
}

.org-card h3 {
    margin: 0 0 16px;
    font-family: "Playfair Display", serif;
    color: #427b4a;
    font-size: 24px;
    line-height: 1.333;
    font-weight: 700;
}

.org-card p {
    margin: 0;
    color: #11263bb3;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
    margin-bottom: 32px;
    flex: 1;
}

.org-buttons {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.org-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 16px;
    background: #FFFFFF;
    border: 1px solid #002a5233;
    border-radius: 4px;
    color: #002a52;
    font-size: 14px;
    line-height: 1.428;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}


.org-button:hover {
    background: #002a52;
    color: #ffffff;
}

.org-button:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(165deg) brightness(111%) contrast(99%);
}

.org-button::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('assets/image/short-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(94%) sepia(5%) saturate(1185%) hue-rotate(181deg) brightness(75%) contrast(83%);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.org-border {
    border-top: 1px solid #e3dfda;
}

.bottom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    padding: 48px 0 0;
}

.coach-card,
.partner-card {
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e0dad1;
    border-radius: 16px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    box-sizing: border-box;
}

.coach-card h2,
.partner-card h2 {
    font-family: "Playfair Display", serif;
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #002a52;
}

.coach-card p,
.partner-card p {
    color: #11263bcc;
    margin: 0;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
    margin-bottom: 32px;
}

.coach-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.primary-button,
.secondary-button,
.partner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #073b67;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    transition: all 0.25s ease;
}

.primary-button:hover {
    background: #FFFFFF;
    color: #002a52;
}

.secondary-button {
    background: #efebe7;
    color: #002a52;
    border: 1px solid #e0dad1;
}

.secondary-button:hover {
    background: #002a52;
    color: #ffffff;
}

.partner-card {
    background: #002a52;
    position: relative;
    z-index: 1;
}

.partner-card h2 {
    color: #ffffff;
}

.partner-card p {
    color: #ffffffcc;
}

.partner-star {
    position: absolute;
    top: 0;
    right: 0;
    padding: 32px;
    z-index: -1;
}

.partner-star svg {
    width: 120px;
    height: 120px;
}

.primary-button svg,
.secondary-button svg,
.partner-button svg {
    width: 16px;
    height: 16px;
}

.partner-button {
    background: #ffffff;
    color: #002a52;
}

.partner-button:hover {
    background: #eaa85d;
    color: #FFFFFF;
}

.about-heritage {
    width: 100%;
    padding: 96px 0;
    background: #efebe7;
}

.about-container {
    max-width: 1536px;
    width: 100%;
    padding: 0px 16px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    align-items: center;
}

.about-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 1;
}

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

.about-content h2 {
    margin: 0;
    color: #002a52;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 24px;
}

.section-line {
    display: block;
    width: 80px;
    height: 4px;
    margin: 0;
    background: #eaa85d;
    margin-bottom: 32px;
}

.about-content p {
    font-family: "Playfair Display", serif;
    color: #11263bcc;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 400;
    margin: 0;
}

.visit-section {
    width: 100%;
    padding: 96px 0px;
    background: #faf8f5;
}

.visit-container {
    max-width: 1536px;
    width: 100%;
    padding: 0px 16px;
    margin: 0 auto;
}

.visit-heading {
    max-width: 768px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 64px;
}

.visit-heading h2 {
    margin: 0;
    color: #002a52;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 24px;
}

.visit-heading .section-line {
    display: block;
    width: 80px;
    height: 4px;
    margin: 0 auto;
    background: #eaa85d;
}

.visit-grid {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 64px;
    align-items: start;
}

.contact-card {
    padding: 32px;
    background: #efebe7;
    border: 1px solid #e0dad1;
    border-radius: 16px;
}

.contact-card h3 {
    margin: 0 0 24px;
    font-family: "Playfair Display", serif;
    color: #002a52;
    font-size: 24px;
    line-height: 1.333;
    font-weight: 700;
}

.contact-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.contact-icon {
    max-width: 42px;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3.40282e38px;
    color: #427b4a;
}

.address-icon {
    display: flex;
}

.address-icon::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('assets/image/icon1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(41%) sepia(21%) saturate(1185%) hue-rotate(85deg) brightness(96%) contrast(88%);
}

.phone-icon {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('assets/image/icon2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(41%) sepia(21%) saturate(1185%) hue-rotate(85deg) brightness(96%) contrast(88%);
}

.mail-icon {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('assets/image/icon3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(41%) sepia(21%) saturate(1185%) hue-rotate(85deg) brightness(96%) contrast(88%);
}

.hours-icon {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('assets/image/icon4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(41%) sepia(21%) saturate(1185%) hue-rotate(85deg) brightness(96%) contrast(88%);
}

.contact-icon svg {
    width: 20px;
    height: 20px;
}

.contact-item strong,
.follow-us>strong {
    display: block;
    color: #002a52;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    line-height: 1.428;
    font-weight: 700;
    margin-bottom: 4px;
}

.contact-item p {
    color: #11263bcc;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    margin: 0;
}

.contact-item a {
    color: #11263bcc;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}

.contact-item:hover a {
    color: #eaa85d;
}

.follow-us {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e0dad1;
}

.follow-us>strong {
    font-size: 14px;
    line-height: 1.428;
}

.social-links {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background-color: #002a52;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-links a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(165deg) brightness(111%) contrast(99%);
}

.social-links a:hover {
    background-color: #eaa85d;
}

.enquiry-card {
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e0dad1;
    border-radius: 6px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
}

.enquiry-card .wpcf7 {
    width: 100%;
}

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

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin: 0;
    color: #11263B;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.form-group p {
    margin: 0;
}

.form-group label span {
    color: #073b67;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 4px 12px;
    border: 1px solid #e0dad1;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    background: #0000;
    color: #11263B;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    outline: none;
    transition: border-color .2s ease;
    box-sizing: border-box;
    margin-top: 4px;
}

.form-group input,
.form-group select {
    height: 34px;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

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

.form-group input::placeholder,
.form-group ::placeholder,
.form-group textarea::placeholder {
    color: #52657a;
}

.consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    margin-bottom: 24px;
    border: 1px solid #e0dad1;
    background: #efebe74d;
    border-radius: 4px;
}

.consent .wpcf7-form-control-wrap,
.consent .wpcf7-form-control-wrap span {
    width: 16px;
    height: 16px;
    margin: 0;
}

.consent .wpcf7-form-control-wrap {
    margin-top: 4px;
}

.consent input {
    accent-color: #002a52;
    width: 16px;
    height: 16px;
}

.consent span {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #11263B;
}

.submit-button {
    margin-bottom: 24px;
    padding: 24px 32px !important;
    border: 1px solid #002a52 !important;
    border-radius: 4px !important;
    background: #002a52 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: .25s ease;
}

.submit-button:hover {
    background: transparent !important;
    color: #002a52 !important;
}

.form-note {
    margin: 0;
    color: #52657a;
    font-size: 9px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 12px;
}

.enquiry-card form p {
    margin: 0;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    font-size: 10px;
    margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    font-size: 11px;
}

.site-footer {
    width: 100%;
    background: #002a52;
    border-top: 4px solid #eaa85d;
    padding: 64px 0 32px;
}


.footer-container {
    max-width: 1536px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-brand .custom-logo-link {
    display: block;
}

.footer-brand .custom-logo {
    width: 120px;
    height: auto;
    object-fit: contain;
    display: block;
}

.footer-brand h3 {
    color: #eaa85d;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.333;
    margin: 0;
}

.footer-brand p {
    margin: 0;
    color: #faf8f5cc;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 1.375;
    font-weight: 400;
    font-style: italic;
    max-width: 320px;
    width: 100%;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-column h4 {
    color: #eaa85d;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    margin-bottom: 24px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    padding: 0;
    margin: 0 0 12px;
}

.footer-column ul li:last-child {
    margin-bottom: 0;
}

.footer-column ul li a {
    display: inline-block;
    color: #faf8f5cc;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    transition: all 0.25s ease;
}

.footer-column #menu-footer-explore li a:hover {
    transform: translateX(4px);
}

.footer-column ul li a:hover {
    color: #FFFFFF;
}

.footer-column:nth-child(3) ul li a {
    position: relative;
}

.footer-column:nth-child(3) ul li a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: right center;
    padding-right: 17px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
}

.footer-contact a {
    display: block;
    margin-bottom: 12px;
    color: #faf8f5cc;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: color 0.25s ease;
}

.footer-contact a:hover {
    color: #FFFFFF;
}

.footer-contact a:last-child {
    margin-bottom: 0;
}

.footer-widget {
    width: 100%;
}

.footer-bottom {
    max-width: 1536px;
    width: 100%;
    margin: 32px auto 0;
    padding: 32px 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-copyright p {
    margin: 0;
    color: #faf8f599;
    font-size: 14px;
    line-height: 1.428;
    font-weight: 500;
}

.footer-bottom-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-bottom-links ul li {
    margin: 0;
    padding: 0;
}

.footer-bottom-links a {
    color: #faf8f599;
    font-size: 14px;
    line-height: 1.428;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-bottom-links a:hover {
    color: #FFFFFF;
}


@media (max-width:1199px) {
    .visit-grid {
        grid-template-columns: 350px 1fr;
    }
}

@media (max-width: 1024px) {

    .site-logo {
        width: 105px;
        height: 105px;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .main-navigation {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        padding: 90px 25px 30px;
        background: #ffffff;
        z-index: 10001;
        overflow-y: auto;
        transform: translateX(100%);
        visibility: hidden;
        transition:
            transform 0.35s ease,
            visibility 0.35s ease;
        box-shadow: -8px 0 30px rgba(0, 0, 0, 0.18);
    }


    .main-navigation.active {
        transform: translateX(0);
        visibility: visible;
    }


    .main-navigation .primary-menu {
        flex-direction: column;
    }


    .main-navigation .primary-menu li {
        width: 100%;
        text-align: center;
    }


    .main-navigation .primary-menu a {
        font-family: "Playfair Display", serif;
        width: 100%;
        padding: 0;
        color: #11263b;
        font-size: 24px;
        line-height: normal;
        border-radius: 0;
        transition:
            color 0.2s ease,
            padding-left 0.2s ease;
    }


    .main-navigation .primary-menu a:hover {
        color: #eaa85d;
        background: transparent;
    }

    .mobile-menu-close {
        display: flex;
        position: absolute;
        top: 22px;
        right: 22px;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #f2f2f2;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu-close span {
        position: absolute;
        width: 20px;
        height: 2px;
        background: #11263b;
        border-radius: 2px;
    }

    .mobile-menu-close span:first-child {
        transform: rotate(45deg);
    }

    .mobile-menu-close span:last-child {
        transform: rotate(-45deg);
    }

    .hhp-hero-content h1 {
        font-size: 60px;
    }

    .hhp-hero {
        padding: 100px 16px 110px;
    }

    .vaulting-container,
    .horse-stays-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .vaulting-image {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .vaulting-section {
        padding: 70px 16px;
    }

    .activities-section {
        padding: 70px 0px;
    }

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

    .horse-stays-section,
    .visit-section {
        padding: 70px 0px;
    }

    .org-section {
        padding: 70px 0px 48px;
    }

    .org-grid {
        padding-bottom: 70px;
    }

    .org-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-image {
        order: 1;
    }

    .about-heritage {
        padding: 70px 0px;
    }

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

    .contact-card {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .enquiry-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand p {
        max-width: 100%;
        width: 100%;
    }

    .vaulting-description,
    .vaulting-features,
    .horse-stays-description,
    .horse-stays-pricing {
        margin-bottom: 30px;
    }

    .bottom-grid,
    .about-container {
        gap: 40px;
    }

    .org-heading,
    .visit-heading,
    .activities-heading {
        margin-bottom: 40px;
    }

}

@media (max-width:768px) {
    .bottom-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .org-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }


    .footer-brand .custom-logo {
        width: 110px;
        height: 110px;
    }

    .hhp-hero-content h1 {
        font-size: 48px;
    }

    .hhp-hero-content p {
        font-size: 18px;
    }

    .vaulting-section {
        padding: 50px 16px;
        border-radius: 30px 30px 0 0;
    }

    .horse-stays-section,
    .visit-section,
    .activities-section {
        padding: 50px 0px;
    }

    .org-heading h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .org-section {
        padding: 50px 0px 48px;
    }

    .org-grid {
        padding-bottom: 50px;
    }

    .about-heritage {
        padding: 50px 0px;
    }

    .vaulting-content h2,
    .horse-stays-content h2,
    .activities-heading h2,
    .horse-stays-content h2,
    .about-content h2,
    .visit-heading h2 {
        font-size: 36px;
        line-height: 1.111;
    }

    .coach-card h2,
    .partner-card h2 {
        font-size: 24px;
        line-height: 1.333;
    }
}

@media (max-width: 600px) {

    .header-inner {
        padding: 0 12px;
    }

    .site-logo {
        width: 82px;
        height: 82px;
    }

    .hhp-hero-buttons,
    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom {
        gap: 10px;
    }

    .hhp-hero-buttons a {
        width: 100%;
        padding: 16px 12px;
    }

    .hhp-hero {
        padding: 80px 16px 90px;
    }

    .vaulting-features {
        grid-template-columns: repeat(1, 1fr);
    }


    .activities-grid {
        grid-template-columns: 1fr;
    }


    .horse-stays-pricing {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .coach-buttons {
        flex-direction: column;
    }

    .primary-button,
    .secondary-button,
    .partner-button {
        width: 100%;
    }

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

    .form-group {
        margin-bottom: 20px;
    }

    .org-card,
    .coach-card,
    .partner-card {
        padding: 30px 12px;
    }

    .coach-card,
    .partner-card {
        border-radius: 10px;
    }
}

@media (max-width:450px) {
    .footer-bottom {
        flex-direction: column;
        gap: 16px;
    }
}

/* =========================================
   GLOBAL REVEAL ANIMATION
========================================= */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}


/* Left → Right */

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);

    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}


/* Right → Left */

.reveal-right {
    opacity: 0;
    transform: translateX(50px);

    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}


/* Bottom → Top */

.reveal-up {
    opacity: 0;
    transform: translateY(60px);

    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}


/* Zoom */

.reveal-zoom {
    opacity: 0;
    transform: scale(0.94);

    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-zoom.active {
    opacity: 1;
    transform: scale(1);
}


/* =========================================
   STAGGER
========================================= */

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

.activity-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.activity-actions .activity-button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.activity-content>.activity-button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

@media (max-width: 600px) {

    .activity-actions {
        flex-direction: column;
        width: 100%;
    }

    .activity-actions .activity-button {
        width: 100%;
    }

}

.bm-booking-page-alert {
    width: 100%;
    box-sizing: border-box;

    display: flex;
    align-items: flex-start;
    gap: 14px;

    margin: 24px 0 28px;

    padding: 18px 20px;

    border-radius: 10px;

    position: relative;

    font-family: inherit;
}


/* Error */

.bm-booking-page-alert-error {
    background: #fff6f4;
    border: 1px solid #f1c5bd;
    color: #173f67;
}


/* Icon */

.bm-booking-page-alert-icon {
    width: 28px;
    height: 28px;

    flex: 0 0 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e85d4a;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}


/* Content */

.bm-booking-page-alert-content {
    flex: 1;
    padding-right: 25px;
}


.bm-booking-page-alert-content strong {
    display: block;

    margin-bottom: 5px;

    color: #07345d;

    font-size: 17px;
    font-weight: 700;
}


.bm-booking-page-alert-content p {
    margin: 0 0 5px;

    color: #173f67;

    font-size: 15px;
    line-height: 1.6;
}


.bm-booking-page-alert-content span {
    display: block;

    color: #66809b;

    font-size: 14px;
    line-height: 1.5;
}


/* Close */

.bm-booking-page-alert-close {
    position: absolute;

    top: 12px;
    right: 14px;

    width: 28px;
    height: 28px;

    padding: 0;

    border: 0;
    background: transparent;

    color: #66809b;

    font-size: 24px;
    line-height: 28px;

    cursor: pointer;
}


.bm-booking-page-alert-close:hover {
    color: #07345d;
}


/* Mobile */

@media (max-width: 767px) {

    .bm-booking-page-alert {
        margin: 20px 0 24px;
        padding: 16px;
        gap: 11px;
    }

    .bm-booking-page-alert-icon {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }

    .bm-booking-page-alert-content strong {
        font-size: 16px;
    }

    .bm-booking-page-alert-content p {
        font-size: 14px;
    }

    .bm-booking-page-alert-content span {
        font-size: 13px;
    }
}