/*
Theme Name: Geotrackable Theme
Theme URI: https://geotrackable.net/
Author: Geotrackable
Description: Geotrackable.net marketing and resource hub theme for free QR-friendly geocaching trackables.
Version: 3.16.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.0
Template: twentytwentyfive
Text Domain: geotrackable-theme
*/

:root {
    --gt-forest: #173f2b;
    --gt-forest-2: #1f6b49;
    --gt-sky: #236f95;
    --gt-sky-soft: #e8f4f8;
    --gt-earth: #a0652a;
    --gt-sun: #d99a2b;
    --gt-coral: #b75542;
    --gt-ink: #14211b;
    --gt-muted: #52645b;
    --gt-line: rgba(20, 33, 27, 0.14);
    --gt-paper: #ffffff;
    --gt-base: #f6f8f3;
    --gt-moss: #eaf3ec;
    --gt-shadow: 0 18px 42px rgba(20, 33, 27, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

body.gt-marketing-site {
    background: var(--gt-base);
    color: var(--gt-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    margin: 0;
    overflow-x: hidden;
}

body.gt-marketing-site img {
    display: block;
    height: auto;
    max-width: 100%;
}

body.gt-marketing-site a {
    color: var(--gt-forest-2);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

body.gt-marketing-site a:hover {
    color: var(--gt-sky);
}

body.gt-marketing-site :focus-visible {
    outline: 3px solid var(--gt-sun);
    outline-offset: 3px;
}

.gt-skip-link {
    background: var(--gt-ink);
    color: #fff;
    left: 1rem;
    padding: 0.7rem 1rem;
    position: absolute;
    top: -100px;
    z-index: 999;
}

.gt-skip-link:focus {
    top: 1rem;
}

.gt-container {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
}

.gt-narrow {
    max-width: 840px;
}

.gt-header {
    background: rgba(246, 248, 243, 0.96);
    border-bottom: 1px solid var(--gt-line);
    position: sticky;
    top: 0;
    z-index: 50;
}

.gt-header__inner {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr auto;
    min-height: 76px;
}

.gt-logo {
    align-items: center;
    color: var(--gt-ink);
    display: inline-flex;
    font-weight: 800;
    gap: 0.65rem;
    min-height: 44px;
    text-decoration: none;
}

.gt-logo__mark {
    align-items: center;
    background: var(--gt-forest);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.gt-logo__text {
    font-size: 1.15rem;
}

.gt-nav {
    align-items: center;
    display: flex;
    gap: 0.2rem;
    justify-content: center;
}

.gt-nav a,
.gt-app-link {
    border-radius: 6px;
    color: var(--gt-ink);
    display: inline-flex;
    font-size: 0.94rem;
    font-weight: 700;
    min-height: 44px;
    padding: 0.65rem 0.7rem;
    text-decoration: none;
}

.gt-nav a:hover,
.gt-app-link:hover {
    background: var(--gt-moss);
    color: var(--gt-forest);
}

.gt-header__actions {
    align-items: center;
    display: flex;
    gap: 0.55rem;
}

.gt-mobile-menu {
    display: none;
    position: relative;
}

.gt-mobile-menu summary {
    align-items: center;
    border: 1px solid var(--gt-line);
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    gap: 0.5rem;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
}

.gt-mobile-menu__bars,
.gt-mobile-menu__bars::before,
.gt-mobile-menu__bars::after {
    background: var(--gt-ink);
    border-radius: 99px;
    content: "";
    display: block;
    height: 2px;
    width: 18px;
}

.gt-mobile-menu__bars {
    position: relative;
}

.gt-mobile-menu__bars::before,
.gt-mobile-menu__bars::after {
    left: 0;
    position: absolute;
}

.gt-mobile-menu__bars::before {
    top: -6px;
}

.gt-mobile-menu__bars::after {
    top: 6px;
}

.gt-mobile-menu nav {
    background: var(--gt-paper);
    border: 1px solid var(--gt-line);
    border-radius: 8px;
    box-shadow: var(--gt-shadow);
    display: grid;
    gap: 0.2rem;
    min-width: 260px;
    padding: 0.6rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.6rem);
}

.gt-mobile-menu nav a {
    border-radius: 6px;
    color: var(--gt-ink);
    font-weight: 750;
    min-height: 44px;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
}

.gt-mobile-menu nav a:hover {
    background: var(--gt-moss);
}

.gt-button,
.gt-form button,
.gt-newsletter button {
    align-items: center;
    background: var(--gt-forest-2);
    border: 2px solid var(--gt-forest-2);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.96rem;
    font-weight: 850;
    justify-content: center;
    line-height: 1.2;
    min-height: 46px;
    padding: 0.78rem 1rem;
    text-align: center;
    text-decoration: none;
}

.gt-button:hover,
.gt-form button:hover,
.gt-newsletter button:hover {
    background: var(--gt-forest);
    border-color: var(--gt-forest);
    color: #fff;
}

.gt-button--secondary {
    background: var(--gt-sky);
    border-color: var(--gt-sky);
}

.gt-button--outline {
    background: transparent;
    border-color: var(--gt-sky);
    color: var(--gt-sky);
}

.gt-button--outline:hover {
    background: var(--gt-sky);
    border-color: var(--gt-sky);
    color: #fff;
}

.gt-button--small {
    font-size: 0.88rem;
    min-height: 42px;
    padding: 0.62rem 0.82rem;
}

.gt-main {
    margin: 0;
}

.gt-home-hero {
    background: var(--gt-moss);
    border-bottom: 1px solid var(--gt-line);
    padding: 5rem 0 4rem;
}

.gt-hero-grid {
    align-items: center;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.gt-hero-copy h1,
.gt-page-hero h1 {
    color: var(--gt-ink);
    font-size: 3.55rem;
    line-height: 1.02;
    margin: 0.3rem 0 1rem;
    max-width: 880px;
}

.gt-hero-copy p,
.gt-page-hero__intro {
    color: #34483d;
    font-size: 1.14rem;
    max-width: 720px;
}

.gt-kicker {
    color: var(--gt-earth);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 0.45rem;
    text-transform: uppercase;
}

.gt-action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.3rem;
}

.gt-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1.4rem;
}

.gt-trust-row span,
.gt-pill {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(31, 107, 73, 0.22);
    border-radius: 999px;
    color: var(--gt-forest);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 850;
    min-height: 30px;
    padding: 0.23rem 0.68rem;
}

.gt-hero-visual {
    min-height: 430px;
    position: relative;
}

.gt-hero-visual img {
    aspect-ratio: 1 / 0.84;
    border: 1px solid rgba(20, 33, 27, 0.18);
    border-radius: 8px;
    box-shadow: var(--gt-shadow);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gt-route-card {
    align-items: center;
    background: var(--gt-paper);
    border: 1px solid var(--gt-line);
    border-radius: 8px;
    bottom: 1rem;
    box-shadow: var(--gt-shadow);
    display: grid;
    gap: 0.8rem;
    grid-template-columns: auto 1fr;
    left: 1rem;
    max-width: 360px;
    padding: 0.9rem;
    position: absolute;
}

.gt-route-card__code {
    align-items: center;
    background:
        linear-gradient(90deg, #fff 25%, transparent 25% 50%, #fff 50% 75%, transparent 75%),
        linear-gradient(0deg, #173f2b 25%, #fff 25% 50%, #173f2b 50% 75%, #fff 75%);
    background-color: var(--gt-forest);
    background-size: 12px 12px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px var(--gt-line);
    color: transparent;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    overflow: hidden;
    width: 58px;
}

.gt-route-card strong {
    display: block;
    line-height: 1.2;
}

.gt-route-card p {
    color: var(--gt-muted);
    font-size: 0.9rem;
    margin: 0.2rem 0 0;
}

.gt-page-hero {
    background: var(--gt-moss);
    border-bottom: 1px solid var(--gt-line);
    padding: 4.5rem 0 3.5rem;
}

.gt-breadcrumbs {
    color: var(--gt-muted);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.gt-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gt-breadcrumbs li:not(:last-child)::after {
    color: var(--gt-muted);
    content: "/";
    margin-left: 0.4rem;
}

.gt-section {
    padding: 4.5rem 0;
}

.gt-section--tint {
    background: #eef6f2;
    border-bottom: 1px solid var(--gt-line);
    border-top: 1px solid var(--gt-line);
}

.gt-section-heading {
    margin-bottom: 1.7rem;
    max-width: 780px;
}

.gt-section-heading h2,
.gt-two-column h2,
.gt-story h2,
.gt-final-cta h2,
.gt-newsletter-panel h2 {
    color: var(--gt-ink);
    font-size: 2.15rem;
    line-height: 1.14;
    margin: 0.25rem 0 0.75rem;
}

.gt-section-heading p,
.gt-prose p,
.gt-card p,
.gt-final-cta p,
.gt-newsletter-panel p {
    color: var(--gt-muted);
}

.gt-two-column {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
}

.gt-prose {
    color: #26372f;
}

.gt-prose h2 {
    font-size: 1.55rem;
    line-height: 1.22;
    margin: 2rem 0 0.6rem;
}

.gt-prose h2:first-child {
    margin-top: 0;
}

.gt-prose p,
.gt-prose li {
    font-size: 1rem;
}

.gt-prose ul {
    padding-left: 1.2rem;
}

.gt-card-grid {
    display: grid;
    gap: 1rem;
}

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

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

.gt-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gt-card,
.gt-step,
.gt-start-here,
.gt-newsletter-panel,
.gt-form,
.gt-sidebar-panel {
    background: var(--gt-paper);
    border: 1px solid var(--gt-line);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(20, 33, 27, 0.07);
}

.gt-card {
    min-height: 230px;
    padding: 1.25rem;
}

.gt-card--compact {
    min-height: 170px;
}

.gt-card__icon {
    background: var(--gt-sky-soft);
    border: 1px solid rgba(35, 111, 149, 0.26);
    border-radius: 8px;
    display: inline-block;
    height: 34px;
    margin-bottom: 0.8rem;
    position: relative;
    width: 34px;
}

.gt-card__icon::after {
    background: var(--gt-sky);
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 12px;
}

.gt-card h2,
.gt-card h3 {
    color: var(--gt-ink);
    font-size: 1.16rem;
    line-height: 1.24;
    margin: 0.75rem 0 0.55rem;
}

.gt-card a {
    font-weight: 850;
}

.gt-steps {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gt-step {
    min-height: 210px;
    padding: 1.25rem;
}

.gt-step span,
.gt-timeline__item > span {
    align-items: center;
    background: var(--gt-forest);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 38px;
}

.gt-step h3,
.gt-timeline h3 {
    color: var(--gt-ink);
    margin: 0 0 0.4rem;
}

.gt-timeline {
    display: grid;
    gap: 1rem;
}

.gt-timeline__item {
    align-items: start;
    background: var(--gt-paper);
    border: 1px solid var(--gt-line);
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    padding: 1.1rem;
}

.gt-story {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

.gt-story__images {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gt-story__images img {
    aspect-ratio: 1 / 1;
    border: 1px solid var(--gt-line);
    border-radius: 8px;
    object-fit: cover;
}

.gt-checklist {
    display: grid;
    gap: 0.65rem;
}

.gt-checklist div {
    background: var(--gt-paper);
    border: 1px solid var(--gt-line);
    border-radius: 8px;
    color: var(--gt-ink);
    font-weight: 750;
    min-height: 48px;
    padding: 0.8rem 0.95rem;
}

.gt-checklist div::before {
    color: var(--gt-forest-2);
    content: "+";
    font-weight: 900;
    margin-right: 0.5rem;
}

.gt-filter {
    align-items: end;
    background: var(--gt-paper);
    border: 1px solid var(--gt-line);
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.35fr);
    margin: 1.5rem 0;
    padding: 1rem;
}

.gt-filter label,
.gt-form label,
.gt-newsletter label {
    display: grid;
    gap: 0.35rem;
}

.gt-filter span,
.gt-form label span,
.gt-newsletter label span {
    color: var(--gt-ink);
    font-size: 0.9rem;
    font-weight: 800;
}

.gt-filter input,
.gt-filter select,
.gt-form input,
.gt-form select,
.gt-form textarea,
.gt-newsletter input {
    background: #fff;
    border: 1px solid rgba(20, 33, 27, 0.28);
    border-radius: 6px;
    color: var(--gt-ink);
    font: inherit;
    min-height: 46px;
    padding: 0.72rem 0.8rem;
    width: 100%;
}

.gt-start-here {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 1.4rem;
}

.gt-empty-filter {
    background: var(--gt-paper);
    border: 1px dashed var(--gt-line);
    border-radius: 8px;
    color: var(--gt-muted);
    padding: 1rem;
}

.gt-faq-list {
    display: grid;
    gap: 0.75rem;
}

.gt-faq-list details {
    background: var(--gt-paper);
    border: 1px solid var(--gt-line);
    border-radius: 8px;
    padding: 0.35rem 1rem;
}

.gt-faq-list summary {
    color: var(--gt-ink);
    cursor: pointer;
    font-weight: 850;
    min-height: 48px;
    padding: 0.75rem 0;
}

.gt-faq-list p {
    color: var(--gt-muted);
    margin-top: 0;
}

.gt-article-hero {
    padding-bottom: 3rem;
}

.gt-article-meta {
    color: var(--gt-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-weight: 750;
    margin-top: 1rem;
}

.gt-article-layout {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr);
    padding-bottom: 4rem;
    padding-top: 3rem;
}

.gt-article-sidebar {
    position: sticky;
    top: 96px;
}

.gt-sidebar-panel {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
}

.gt-sidebar-panel a:not(.gt-button) {
    font-weight: 800;
}

.gt-article-content section {
    border-bottom: 1px solid var(--gt-line);
    padding: 0 0 1.7rem;
}

.gt-contact-layout {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
}

.gt-form {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.gt-form h2 {
    margin: 0;
}

.gt-form__full {
    grid-column: 1 / -1;
}

.gt-consent {
    align-items: start;
    display: grid !important;
    gap: 0.55rem !important;
    grid-template-columns: auto 1fr;
}

.gt-consent input {
    margin-top: 0.25rem;
    min-height: auto;
    width: auto;
}

.gt-honeypot {
    left: -10000px;
    position: absolute;
}

.gt-form__success,
.gt-form__error {
    border-radius: 6px;
    font-weight: 800;
    margin: 0;
    padding: 0.8rem;
}

.gt-form__success {
    background: #e4f5e7;
    color: #174a2c;
}

.gt-form__error {
    background: #fae9e6;
    color: #7a2a1d;
}

.gt-newsletter {
    display: grid;
    gap: 0.7rem;
    max-width: 420px;
}

.gt-newsletter-panel {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
    margin-top: 2rem;
    padding: 1.4rem;
}

.gt-final-cta {
    background: var(--gt-forest);
    color: #fff;
    padding: 3.5rem 0;
}

.gt-final-cta__inner {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.gt-final-cta h2,
.gt-final-cta p,
.gt-final-cta .gt-kicker {
    color: #fff;
}

.gt-final-cta .gt-button {
    background: #fff;
    border-color: #fff;
    color: var(--gt-forest);
}

.gt-final-cta .gt-button:hover {
    background: var(--gt-sun);
    border-color: var(--gt-sun);
    color: var(--gt-ink);
}

.gt-sitemap-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gt-sitemap-grid .gt-card {
    display: grid;
    gap: 0.45rem;
}

.gt-sitemap-grid .gt-card h2 {
    margin-top: 0;
}

.gt-footer {
    background: #10241a;
    color: #eef6f2;
    padding: 3rem 0 1.25rem;
}

.gt-footer a {
    color: #eef6f2;
}

.gt-footer .gt-logo {
    color: #fff;
}

.gt-footer .gt-logo__mark {
    background: var(--gt-sun);
    color: var(--gt-ink);
}

.gt-footer__top {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
}

.gt-footer__brand p,
.gt-footer__bottom p {
    color: rgba(238, 246, 242, 0.78);
}

.gt-footer__nav {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gt-footer__nav h2 {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 0.7rem;
}

.gt-footer__nav a {
    display: block;
    margin: 0.35rem 0;
    overflow-wrap: anywhere;
}

.gt-footer__bottom {
    border-top: 1px solid rgba(238, 246, 242, 0.2);
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.5rem;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 1.1rem;
}

.workspace-public-contact {
    margin-top: 0 !important;
}

@media (max-width: 1080px) {
    .gt-header__inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .gt-nav--desktop,
    .gt-app-link {
        display: none;
    }

    .gt-mobile-menu {
        display: block;
    }

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

@media (max-width: 900px) {
    .gt-home-hero {
        padding-top: 3rem;
    }

    .gt-hero-grid,
    .gt-two-column,
    .gt-story,
    .gt-contact-layout,
    .gt-article-layout,
    .gt-footer__top,
    .gt-newsletter-panel,
    .gt-final-cta__inner,
    .gt-start-here {
        grid-template-columns: 1fr;
    }

    .gt-article-sidebar {
        position: static;
    }

    .gt-card-grid--three,
    .gt-sitemap-grid,
    .gt-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gt-hero-copy h1,
    .gt-page-hero h1 {
        font-size: 2.55rem;
    }

    .gt-section-heading h2,
    .gt-two-column h2,
    .gt-story h2,
    .gt-final-cta h2,
    .gt-newsletter-panel h2 {
        font-size: 1.85rem;
    }

    .gt-hero-visual {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .gt-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .gt-header__inner {
        min-height: 68px;
    }

    .gt-logo__text {
        display: none;
    }

    .gt-header__actions > .gt-button {
        font-size: 0;
        min-height: 42px;
        padding: 0.58rem 0.7rem;
    }

    .gt-header__actions > .gt-button::after {
        content: "Create Free";
        font-size: 0.84rem;
    }

    .gt-mobile-menu nav {
        max-width: calc(100vw - 2rem);
        min-width: 250px;
        right: 0;
    }

    .gt-hero-copy h1,
    .gt-page-hero h1 {
        font-size: 2.1rem;
    }

    .gt-hero-copy p,
    .gt-page-hero__intro {
        font-size: 1.02rem;
    }

    .gt-section {
        padding: 3rem 0;
    }

    .gt-card-grid--two,
    .gt-card-grid--three,
    .gt-card-grid--four,
    .gt-steps,
    .gt-sitemap-grid,
    .gt-footer__nav,
    .gt-filter {
        grid-template-columns: 1fr;
    }

    .gt-route-card {
        left: 0.75rem;
        right: 0.75rem;
    }

    .gt-story__images {
        grid-template-columns: 1fr;
    }

    .gt-action-row,
    .gt-footer__bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .gt-action-row .gt-button,
    .gt-final-cta .gt-button {
        width: 100%;
    }
}
