@import url("https://fonts.googleapis.com/css2?family=Ovo&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap");
#tkRiders {
    --linen: #f2ede4;
    --linen-soft: #f7f3ea;
    --linen-warm: #e6dfcf;
    --basalt: #2d2c2a;
    --estate: #4a5c38;
    --gold: #b5724a;
    --sage: #8fa09e;
    --clay: #b5724a;
    --marle: #9e978c;
    --ink-80: rgba(45, 44, 42, 0.86);
    --ink-60: rgba(45, 44, 42, 0.62);
    --ink-40: rgba(45, 44, 42, 0.45);
    --hair: rgba(45, 44, 42, 0.12);
    --hair-bright: rgba(242, 237, 228, 0.18);
    --display: "Ovo", "Cormorant Garamond", Georgia, serif;
    --serif: "Cormorant Garamond", "Cormorant", Georgia, serif;
    --body: "DM Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --max: 1440px;
    --gutter: clamp(20px, 4vw, 64px);
    font-family: var(--body);
    color: var(--basalt);
    background: var(--linen);
    line-height: 1.55;
    font-size: 16px;
    -webkit-font-smoothing: antialiased
    }
#tkRiders *, #tkRiders *::before, #tkRiders *::after {
    box-sizing: border-box
    }
#tkRiders p {
    margin: 0 0 1em 0
    }
#tkRiders a {
    color: inherit;
    text-decoration: none
    }
#tkRiders .full-bleed {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw
    }
#tkRiders .frame {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--gutter)
    }
/* Type */
#tkRiders .display {
    font-family: var(--display);
    font-weight: 400;
    letter-spacing: -0.005em;
    line-height: 0.98;
    margin: 0
    }
#tkRiders .display em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300
    }
#tkRiders .h-md {
    font-size: clamp(30px, 3.6vw, 52px)
    }
#tkRiders .eyebrow {
    font-family: var(--body);
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ink-60);
    font-weight: 500
    }
#tkRiders .eyebrow--light {
    color: rgba(242, 237, 228, 0.65)
    }
#tkRiders .eyebrow--sage {
    color: var(--sage)
    }
/* Buttons */
#tkRiders .btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 32px;
    border: 1px solid currentColor;
    font-family: var(--body);
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--basalt);
    background: transparent;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
    text-decoration: none;
    line-height: 1
    }
#tkRiders .btn::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.25s ease
    }
#tkRiders .btn:hover::after {
    transform: translatex(4px)
    }
#tkRiders .btn:hover {
    background: var(--basalt);
    color: var(--linen)
    }
#tkRiders .btn--primary {
    background: var(--basalt);
    color: var(--linen);
    border-color: var(--basalt)
    }
#tkRiders .btn--primary:hover {
    background: var(--sage);
    border-color: var(--sage);
    color: var(--linen)
    }
#tkRiders .btn--light {
    color: var(--linen);
    border-color: rgba(242, 237, 228, 0.6)
    }
#tkRiders .btn--light:hover {
    background: var(--linen);
    color: var(--basalt);
    border-color: var(--linen)
    }
#tkRiders .btn--ghost-light {
    color: var(--linen);
    border-color: rgba(242, 237, 228, 0.4)
    }
#tkRiders .btn--ghost-light:hover {
    background: rgba(242, 237, 228, 0.1);
    border-color: var(--linen)
    }
/* ───── HERO ───── */
#tkRiders .hero {
    position: relative;
    min-height: min(78vh, 700px);
    color: var(--linen);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: clamp(140px, 16vh, 200px) var(--gutter) clamp(56px, 8vh, 88px)
    }
#tkRiders .hero__bg {
    position: absolute;
    inset: 0;
    background-image: url(https://riding-at-takapoto.netlify.app/assets/rider.webp);
    background-size: cover;
    background-position: center 40%;
    z-index: 0;
    will-change: transform
    }
#tkRiders .hero__tint {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(45, 44, 42, 0.2) 0%, rgba(45, 44, 42, 0.6) 70%, rgba(45, 44, 42, 0.85) 100%), linear-gradient(135deg, rgba(143, 160, 158, 0.42) 0%, rgba(45, 44, 42, 0) 60%)
    }
#tkRiders .hero__inner {
    position: relative;
    z-index: 2;
    max-width: var(--max);
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: end
    }
@media (min-width: 880px) {
    #tkRiders .hero__inner {
        grid-template-columns: 1.4fr 1fr;
        gap: 64px
        }
    }
#tkRiders .hero__title-wrap {
    max-width: 760px
    }
#tkRiders .hero__eyebrow {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(242, 237, 228, 0.78);
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(242, 237, 228, 0.4)
    }
#tkRiders .hero__title {
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(40px, 7vw, 96px);
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin: 0 0 24px;
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.3)
    }
#tkRiders .hero__title em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300
    }
#tkRiders .hero__sub {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(242, 237, 228, 0.88);
    max-width: 48ch;
    margin: 0 0 28px
    }
#tkRiders .hero__ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
    }
/* Contact card overlapping hero */
#tkRiders .hero__contact {
    position: relative;
    background: rgba(45, 44, 42, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(242, 237, 228, 0.18);
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px
    }
#tkRiders .hero__contact .row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 0;
    border-top: 1px solid rgba(242, 237, 228, 0.16)
    }
#tkRiders .hero__contact .row:first-of-type {
    border-top: 0;
    padding-top: 0
    }
#tkRiders .hero__contact .row small {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(242, 237, 228, 0.55)
    }
#tkRiders .hero__contact .row strong {
    font-family: var(--display);
    font-size: 18px;
    font-weight: 400;
    color: var(--linen)
    }
#tkRiders .hero__contact .row a {
    border-bottom: 1px solid rgba(242, 237, 228, 0.4)
    }
#tkRiders .hero__contact .row a:hover {
    border-color: var(--linen);
    color: var(--linen)
    }
/* ───── SECTIONS ───── */
#tkRiders .section {
    padding: clamp(72px, 11vh, 128px) 0
    }
#tkRiders .section--soft {
    background: var(--linen-soft)
    }
/* ───── EVENT MAP ───── */
#tkRiders .map {
    background: var(--linen-soft);
    padding: clamp(72px, 11vh, 128px) 0
    }
#tkRiders .map__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 var(--gutter);
    text-align: center
    }
#tkRiders .map__head {
    margin-bottom: 48px
    }
#tkRiders .map__head h2 {
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1;
    letter-spacing: -0.005em;
    margin: 14px 0 14px
    }
#tkRiders .map__head h2 em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300
    }
#tkRiders .map__head p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-80);
    max-width: 52ch;
    margin: 0 auto
    }
#tkRiders .map__addr {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--sage);
    margin-top: 4px;
    letter-spacing: 0.01em
    }
#tkRiders .map__frame {
    background: var(--linen);
    padding: clamp(20px, 3vw, 40px);
    border: 1px solid var(--hair);
    box-shadow: 0 24px 60px rgba(45, 44, 42, 0.08);
    position: relative
    }
#tkRiders .map__frame::before {
    display: none
    }
#tkRiders .map__img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
    }
/* ───── FAQ ───── */
#tkRiders .faq {
    padding: clamp(72px, 11vh, 128px) 0;
    background: var(--linen)
    }
#tkRiders .faq__inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 var(--gutter)
    }
#tkRiders .faq__head {
    margin-bottom: 48px;
    text-align: center
    }
#tkRiders .faq__head .eyebrow {
    color: var(--sage)
    }
#tkRiders .faq__head h2 {
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1;
    letter-spacing: -0.005em;
    margin: 14px 0 14px
    }
#tkRiders .faq__head h2 em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300
    }
#tkRiders .faq__head p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-80);
    max-width: 48ch;
    margin: 0 auto
    }
#tkRiders .faq__list {
    border-top: 1px solid var(--hair)
    }
#tkRiders .faq__item {
    border-bottom: 1px solid var(--hair)
    }
#tkRiders .faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 8px 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.3;
    color: var(--basalt);
    transition: color 0.25s ease, padding-left 0.25s ease
    }
#tkRiders .faq__item summary::-webkit-details-marker {
    display: none
    }
#tkRiders .faq__item summary:hover {
    color: var(--sage);
    padding-left: 6px
    }
#tkRiders .faq__item summary em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300
    }
#tkRiders .faq__item .chev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border: 1px solid var(--hair);
    border-radius: 50%;
    font-family: var(--body);
    font-size: 14px;
    color: var(--sage);
    transition: transform 0.3s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease
    }
#tkRiders .faq__item[open] .chev {
    background: var(--sage);
    border-color: var(--sage);
    color: var(--linen);
    transform: rotate(45deg)
    }
#tkRiders .faq__item .body {
    padding: 0 8px 28px 0;
    max-width: 64ch
    }
#tkRiders .faq__item .body p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink-80);
    margin: 0 0 0.8em 0
    }
#tkRiders .faq__item .body p:last-child {
    margin-bottom: 0
    }
#tkRiders .faq__item .body a {
    color: var(--sage);
    border-bottom: 1px solid currentColor
    }
#tkRiders .faq__item .body a:hover {
    color: var(--basalt);
    border-color: var(--basalt)
    }
/* small expand/collapse animation */
#tkRiders .faq__item[open] summary {
    color: var(--sage)
    }
#tkRiders .faq__item .body {
    animation: faqIn 0.35s ease
    }
@keyframes faqIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
        } to {
        opacity: 1;
        transform: none;
        }
    }
/* ───── ENTRY CTA ───── */
#tkRiders .entry {
    position: relative;
    background: var(--basalt);
    color: var(--linen);
    padding: clamp(96px, 14vh, 160px) 0;
    overflow: hidden
    }
#tkRiders .entry__bg {
    position: absolute;
    inset: 0;
    background-image: url(https://riding-at-takapoto.netlify.app/assets/6.webp);
    background-size: cover;
    background-position: center 40%;
    z-index: 0;
    will-change: transform
    }
#tkRiders .entry__tint {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(45, 44, 42, 0.55) 0%, rgba(45, 44, 42, 0.78) 100%), linear-gradient(135deg, rgba(143, 160, 158, 0.32) 0%, rgba(45, 44, 42, 0) 60%)
    }
#tkRiders .entry__inner {
    position: relative;
    z-index: 2;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--gutter);
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center
    }
@media (min-width: 880px) {
    #tkRiders .entry__inner {
        grid-template-columns: 1.1fr 1fr;
        gap: 80px
        }
    }
#tkRiders .entry__title {
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(40px, 5.4vw, 80px);
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin: 14px 0 24px
    }
#tkRiders .entry__title em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300
    }
#tkRiders .entry__copy p {
    color: rgba(242, 237, 228, 0.78);
    font-size: 16px;
    line-height: 1.6;
    max-width: 48ch;
    margin: 0 0 14px
    }
#tkRiders .entry__panel {
    background: var(--sage);
    padding: 36px 36px 40px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border: 1px solid rgba(242, 237, 228, 0.14)
    }
#tkRiders .entry__panel .eyebrow {
    color: rgba(242, 237, 228, 0.78)
    }
#tkRiders .entry__panel p {
    color: rgba(242, 237, 228, 0.86);
    font-size: 14px;
    line-height: 1.6;
    margin: 6px 0 0
    }
#tkRiders .entry__btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px
    }
/* Reveal */
#tkRiders .reveal {
    opacity: 0;
    transform: translatey(20px);
    transition: opacity 0.7s ease, transform 0.7s ease
    }
#tkRiders .reveal.is-in {
    opacity: 1;
    transform: none
    }
#tkRiders .reveal--d1 {
    transition-delay: 0.08s
    }
#tkRiders .reveal--d2 {
    transition-delay: 0.16s
    }
#tkRiders .reveal--d3 {
    transition-delay: 0.24s
    }
/* ───── Squarespace override — force light text on photo/sage/basalt sections ───── */
#tkRiders .hero, #tkRiders .hero h1, #tkRiders .hero h2, #tkRiders .hero h3, #tkRiders .hero p, #tkRiders .hero div, #tkRiders .hero span, #tkRiders .hero strong, #tkRiders .hero em, #tkRiders .hero small {
    color: #f2ede4 !important
    }
#tkRiders .hero .hero__eyebrow, #tkRiders .hero__contact .row small {
    color: rgba(242, 237, 228, 0.78) !important
    }
#tkRiders .hero .hero__sub {
    color: rgba(242, 237, 228, 0.88) !important
    }
#tkRiders .hero__contact .row a {
    color: #f2ede4 !important
    }
#tkRiders .keyinfo, #tkRiders .keyinfo h2, #tkRiders .keyinfo h3, #tkRiders .keyinfo p, #tkRiders .keyinfo div, #tkRiders .keyinfo span, #tkRiders .keyinfo em, #tkRiders .keyinfo strong, #tkRiders .keyinfo small {
    color: #f2ede4 !important
    }
#tkRiders .entry, #tkRiders .entry h1, #tkRiders .entry h2, #tkRiders .entry h3, #tkRiders .entry p, #tkRiders .entry div, #tkRiders .entry span, #tkRiders .entry strong, #tkRiders .entry em, #tkRiders .entry small {
    color: #f2ede4 !important
    }
#tkRiders .entry .entry__copy p {
    color: rgba(242, 237, 228, 0.78) !important
    }
#tkRiders .entry__panel, #tkRiders .entry__panel h3, #tkRiders .entry__panel p, #tkRiders .entry__panel div, #tkRiders .entry__panel span, #tkRiders .entry__panel em, #tkRiders .entry__panel a {
    color: #f2ede4 !important
    }
#tkRiders .entry__panel p {
    color: rgba(242, 237, 228, 0.86) !important
    }
#tkRiders .entry__panel .eyebrow {
    color: rgba(242, 237, 228, 0.78) !important
    }
#tkRiders .date-card.is-comp, #tkRiders .date-card.is-comp h3, #tkRiders .date-card.is-comp p, #tkRiders .date-card.is-comp span, #tkRiders .date-card.is-comp em, #tkRiders .date-card.is-comp small {
    color: #f2ede4 !important
    }
#tkRiders .date-card.is-comp .date-card__days {
    color: rgba(242, 237, 228, 0.78) !important
    }
#tkRiders .date-card.is-comp .date-card__type {
    color: #b5724a !important
    }
#tkRiders .date-card.is-comp .eyebrow {
    color: rgba(242, 237, 228, 0.55) !important
    }
/* Buttons over dark/sage backgrounds: keep their light text */
#tkRiders .btn--light, #tkRiders .btn--ghost-light, #tkRiders .btn--primary, #tkRiders .btn--sage {
    color: #f2ede4 !important
    }
#tkRiders .btn--primary:hover, #tkRiders .btn--sage:hover {
    color: #f2ede4 !important
    }
#tkRiders .btn--light:hover {
    color: #2d2c2a !important
    }
#tkRiders .btn--ghost-light:hover {
    color: #f2ede4 !important
    }
/* ───── Squarespace override v2 — dark text on light sections, plus pull-up ───── */
/* Pull the whole page up to cancel Squarespace's section padding above the Code Block */
#tkRiders {
    margin-top: -110px !important
    }
@media (max-width: 640px) {
    #tkRiders {
        margin-top: -50px !important
        }
    }
/* Map section — dark text on linen-soft background */
#tkRiders .map__head h2, #tkRiders .map__head h2 em {
    color: #2d2c2a !important
    }
#tkRiders .map__head p {
    color: rgba(45, 44, 42, 0.86) !important
    }
#tkRiders .map__addr {
    color: #8fa09e !important
    }
/* FAQ — dark text on linen background */
#tkRiders .faq__head h2, #tkRiders .faq__head h2 em {
    color: #2d2c2a !important
    }
#tkRiders .faq__head .eyebrow {
    color: #8fa09e !important
    }
#tkRiders .faq__item summary, #tkRiders .faq__item summary span {
    color: #2d2c2a !important
    }
#tkRiders .faq__item[open] summary, #tkRiders .faq__item summary:hover {
    color: #8fa09e !important
    }
#tkRiders .faq__item .body p {
    color: rgba(45, 44, 42, 0.86) !important
    }
#tkRiders .faq__item .body a {
    color: #8fa09e !important
    }
/* Date cards (non-comp) — dark text on linen background */
#tkRiders .date-card:not(.is-comp) .date-card__month, #tkRiders .date-card:not(.is-comp) .date-card__month em {
    color: #2d2c2a !important
    }
#tkRiders .date-card:not(.is-comp) .date-card__days {
    color: rgba(45, 44, 42, 0.86) !important
    }
#tkRiders .date-card:not(.is-comp) .date-card__type {
    color: #8fa09e !important
    }
#tkRiders .date-card:not(.is-comp) .eyebrow {
    color: #8fa09e !important
    }
/* Key info head (h2 sits ABOVE the sage block) */
#tkRiders .keyinfo__head h2, #tkRiders .keyinfo__head h2 em {
    color: #f2ede4 !important
    }
/* PDF tile (sits in linen-soft section if present) */
#tkRiders .pdf-tile h3, #tkRiders .pdf-tile h3 em {
    color: #2d2c2a !important
    }
#tkRiders .pdf-tile p {
    color: rgba(45, 44, 42, 0.62) !important
    }
#tkRiders .pdf-tile .eyebrow {
    color: #8fa09e !important
    }
/* ───── Tint v2 — let the photo colours come through more ───── */
#tkRiders .hero__tint {
    background: linear-gradient(180deg, rgba(45, 44, 42, 0.05) 0%, rgba(45, 44, 42, 0.3) 65%, rgba(45, 44, 42, 0.65) 100%), linear-gradient(135deg, rgba(143, 160, 158, 0.2) 0%, rgba(45, 44, 42, 0) 55%) !important
    }
#tkRiders .entry__tint {
    background: linear-gradient(180deg, rgba(45, 44, 42, 0.3) 0%, rgba(45, 44, 42, 0.55) 100%), linear-gradient(135deg, rgba(143, 160, 158, 0.15) 0%, rgba(45, 44, 42, 0) 60%) !important
    }
#tkRiders .date-card__photo::after {
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.18)) !important
    }
/* ───── Tweaks v3 — taller hero + close bottom gap ───── */
#tkRiders {
    margin-bottom: -30px !important
    }
@media (max-width: 640px) {
    #tkRiders {
        margin-bottom: -20px !important
        }
    }
#tkRiders .hero {
    min-height: min(78vh, 700px) !important
    }
/* ───── Facebook CTA strip ───── */
#tkRiders .fb-strip {
    background: #8fa09e;
    color: #f2ede4;
    padding: clamp(28px, 5vh, 48px) 0
    }
#tkRiders .fb-strip__inner {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--gutter);
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    text-align: center
    }
@media (min-width: 760px) {
    #tkRiders .fb-strip__inner {
        grid-template-columns: 1fr auto;
        gap: 32px;
        text-align: left
        }
    }
#tkRiders .fb-strip__copy .eyebrow {
    color: rgba(242, 237, 228, 0.72);
    display: block;
    margin-bottom: 6px
    }
#tkRiders .fb-strip__copy p {
    font-family: var(--display);
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.2;
    color: #f2ede4;
    margin: 0;
    letter-spacing: -0.005em
    }
#tkRiders .fb-strip__copy p em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300
    }
/* Facebook strip — light text on sage (Squarespace override) */
#tkRiders .fb-strip, #tkRiders .fb-strip * {
    color: #f2ede4 !important
    }
#tkRiders .fb-strip__copy .eyebrow {
    color: rgba(242, 237, 228, 0.72) !important
    }

/* ─── Squarespace legibility fixes — keep at end ─── */
#tkRiders .hero, #tkRiders .hero h1, #tkRiders .hero p, #tkRiders .hero span, #tkRiders .hero a,
#tkRiders .hero__title, #tkRiders .hero__title em, #tkRiders .hero__eyebrow, #tkRiders .hero__sub {
  color:#f2ede4 !important;
}
#tkRiders .hero__title { text-shadow:0 1px 4px rgba(0,0,0,0.35); }
