/*
 * GlobalTrade storefront presentation layer.
 * GlobalTrade Commerce owns product, cart, checkout and order behavior.
 */

html {
    scroll-behavior: smooth;
}

body {
    background: var(--gt-paper);
    color: var(--gt-ink);
}

body,
button,
input,
select,
textarea {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
.wp-block-site-title {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: 0;
}

a {
    text-underline-offset: 0.18em;
}

.gt-announcement {
    background: var(--gt-ink);
    color: #ffffff;
    padding: 0.56rem 1.25rem;
}

.gt-announcement p {
    margin: 0;
}

.gt-site-header {
    background: rgba(251, 250, 246, 0.97);
    border-bottom: 1px solid var(--gt-line);
    position: sticky;
    top: 0;
    z-index: 30;
}

.gt-site-header__inner {
    gap: 1.5rem;
    min-height: 4.8rem;
}

.gt-brand {
    flex: 0 0 auto;
    margin: 0;
}

.gt-brand a {
    color: var(--gt-ink);
    font-size: 1.45rem;
    text-decoration: none;
}

.gt-primary-nav {
    flex: 1 1 auto;
}

.gt-primary-nav .wp-block-navigation__container {
    gap: 1.3rem;
}

.gt-primary-nav a {
    color: var(--gt-ink);
    font-size: 0.83rem;
    text-decoration: none;
}

.gt-primary-nav a:hover,
.gt-primary-nav .current-menu-item > a {
    color: var(--gt-forest);
}

.gt-header-actions {
    flex: 0 0 auto;
    gap: 0.5rem;
}

.gt-language-switcher {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
    margin: 0;
    position: relative;
}

.gt-language-switcher__label {
    color: var(--gt-muted);
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
}

.gt-language-switcher__select,
.gt-language-switcher__submit {
    background: #ffffff;
    border: 1px solid var(--gt-line);
    border-radius: 3px;
    color: var(--gt-ink);
    font: inherit;
    font-size: 0.78rem;
    min-height: 2.25rem;
}

.gt-language-switcher__select {
    cursor: pointer;
    max-width: 10.75rem;
    padding: 0.35rem 1.65rem 0.35rem 0.55rem;
}

.gt-language-switcher__submit {
    cursor: pointer;
    font-weight: 700;
    padding: 0.35rem 0.55rem;
}

.gt-language-switcher__select:hover,
.gt-language-switcher__select:focus-visible,
.gt-language-switcher__submit:hover,
.gt-language-switcher__submit:focus-visible {
    border-color: var(--gt-focus);
}

.gt-language-switcher summary {
    border: 1px solid var(--gt-line);
    cursor: pointer;
    font-size: 0.78rem;
    line-height: 1.2;
    list-style: none;
    padding: 0.55rem 0.65rem;
    white-space: nowrap;
}

.gt-language-switcher summary::-webkit-details-marker {
    display: none;
}

.gt-language-switcher summary::after {
    content: "+";
    display: inline-block;
    margin-left: 0.35rem;
}

.gt-language-switcher[open] summary::after {
    content: "-";
}

.gt-language-switcher__menu {
    background: #ffffff;
    border: 1px solid var(--gt-line);
    box-shadow: 0 12px 24px rgba(23, 33, 29, 0.12);
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0.35rem 0 0;
    max-height: min(24rem, calc(100vh - 7rem));
    min-width: 12rem;
    overflow-y: auto;
    padding: 0.35rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 60;
}

.gt-language-switcher__menu a {
    color: var(--gt-ink);
    display: block;
    font-size: 0.82rem;
    padding: 0.48rem 0.55rem;
    text-decoration: none;
}

.gt-language-switcher__menu a:hover,
.gt-language-switcher__menu a:focus-visible,
.gt-language-switcher__menu a[aria-current="true"] {
    background: var(--gt-mist);
    color: var(--gt-forest);
}

.gt-header-search {
    width: 11.75rem;
}

.gt-header-search .wp-block-search__inside-wrapper {
    border: 1px solid var(--gt-line);
    border-radius: 2px;
    padding: 0.1rem;
}

.gt-header-search .wp-block-search__input {
    background: transparent;
    border: 0;
    color: var(--gt-ink);
    font-size: 0.79rem;
    min-width: 0;
    padding: 0.48rem 0.58rem;
}

.gt-header-search .wp-block-search__button {
    background: transparent;
    color: var(--gt-ink);
    margin: 0;
    padding: 0.36rem 0.42rem;
}

.gt-cart-link {
    align-items: center;
    border: 1px solid var(--gt-line);
    color: var(--gt-ink);
    display: inline-flex;
    font-size: 0.82rem;
    gap: 0.35rem;
    justify-content: center;
    min-height: 2.25rem;
    min-width: 2.55rem;
    padding: 0.35rem 0.5rem;
    text-decoration: none;
}

.gt-cart-link:hover {
    background: var(--gt-mist);
}

.gt-hero {
    isolation: isolate;
}

.gt-hero .wp-block-cover__inner-container {
    margin: 0 auto;
    max-width: 1360px;
    padding: 2rem 1.5rem;
    width: 100%;
}

.gt-hero__content {
    color: #ffffff;
    margin: 0;
    max-width: 42rem;
}

.gt-eyebrow,
.gt-trust__kicker {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.gt-hero__title {
    color: #ffffff;
    font-size: 4.2rem;
    line-height: 0.98;
    margin: 0 0 1.25rem;
    max-width: 42rem;
}

.gt-hero__copy {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
    margin: 0 0 1.8rem;
    max-width: 36rem;
}

.gt-hero__actions {
    gap: 0.75rem;
}

.gt-button .wp-block-button__link,
.gt-storefront-button {
    border-radius: 3px;
    font-size: 0.86rem;
    font-weight: 700;
    padding: 0.8rem 1.05rem;
    text-decoration: none;
}

.gt-button--lime .wp-block-button__link {
    background: var(--gt-lime);
    color: var(--gt-ink);
}

.gt-button--quiet .wp-block-button__link {
    border-color: rgba(255, 255, 255, 0.82);
    color: #ffffff;
}

.gt-category-section,
.gt-collection,
.gt-trust {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.gt-category-section {
    background: var(--gt-mist);
}

.gt-section-heading {
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.gt-category-section h2,
.gt-section-heading h2 {
    font-size: 2.4rem;
    line-height: 1.08;
    margin: 0;
}

.gt-category-section__note {
    color: var(--gt-muted);
    margin: 0;
    max-width: 19rem;
}

.gt-category-grid {
    border-bottom: 1px solid var(--gt-ink);
    border-left: 1px solid var(--gt-ink);
    border-top: 1px solid var(--gt-ink);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gt-category-card {
    border-inline-end: 1px solid var(--gt-ink);
    color: var(--gt-ink);
    display: grid;
    gap: 0.8rem;
    grid-template-columns: 1fr auto;
    min-height: 9.5rem;
    padding: 1.15rem;
    text-decoration: none;
}

.gt-category-card:hover {
    background: var(--gt-lime);
}

.gt-category-card__name {
    align-self: end;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.28rem;
    grid-column: 1 / -1;
    line-height: 1.1;
}

.gt-category-card__count {
    color: var(--gt-muted);
    font-size: 0.78rem;
}

.gt-category-card__arrow {
    font-size: 1.1rem;
}

.gt-inline-link {
    margin: 0 0 0.35rem;
}

.gt-inline-link a {
    color: var(--gt-ink);
    font-size: 0.9rem;
    font-weight: 700;
}

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

.gt-product-card {
    margin-bottom: 2rem;
}

.gt-product-card__media {
    aspect-ratio: 0.82;
    background: #e7ebe4;
    display: block;
    margin-bottom: 0.8rem;
    overflow: hidden;
}

.gt-product-card__media img,
.gt-product-card__placeholder {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
    width: 100%;
}

.gt-product-card__placeholder {
    background: #d7e0d6;
}

.gt-localized-image-pending {
    align-items: center;
    background: #edf1eb;
    color: #314238;
    display: flex;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    height: 100%;
    justify-content: center;
    line-height: 1.45;
    min-height: 7rem;
    padding: 1rem;
    text-align: center;
    width: 100%;
}

.gt-product-card:hover .gt-product-card__media img {
    transform: scale(1.025);
}

.gt-product-card h3 {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0.15rem 0 0.35rem;
}

.gt-product-card h3 a {
    color: var(--gt-ink);
    text-decoration: none;
}

.gt-product-card__category {
    color: var(--gt-muted);
    font-size: 0.73rem;
    margin: 0;
}

.gt-product-card__price {
    color: var(--gt-muted);
    font-size: 0.9rem;
    margin: 0 0 0.7rem;
}

.gt-add-to-cart button {
    background: var(--gt-ink);
    border: 0;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.6rem 0.75rem;
}

.gt-product-card__availability,
.gt-storefront-empty {
    color: var(--gt-muted);
    margin: 0.7rem 0 0;
}

.gt-product-detail {
    border-bottom: 1px solid var(--gt-line);
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.85fr);
    padding-bottom: 4rem;
}

.gt-product-detail__media {
    aspect-ratio: 0.9;
    background: var(--gt-mist);
}

.gt-product-detail__media img,
.gt-product-detail__media .gt-product-card__placeholder {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gt-product-detail h1 {
    font-size: 3rem;
    line-height: 1.05;
    margin: 0.45rem 0 0.8rem;
}

.gt-product-detail__price {
    font-size: 1.3rem;
    margin: 0.8rem 0;
}

.gt-product-detail__description {
    color: var(--gt-muted);
    line-height: 1.65;
    margin: 1.6rem 0;
}

.gt-content-band {
    background: var(--gt-ink);
    color: #ffffff;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.72fr);
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.gt-content-band h2 {
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 1.05;
    margin: 0 0 1.25rem;
    max-width: 30rem;
}

.gt-content-band p:not(.gt-eyebrow):not(.gt-content-band__number):not(.gt-content-band__label) {
    color: rgba(255, 255, 255, 0.75);
    max-width: 33rem;
}

.gt-content-band__visual {
    background: var(--gt-lime);
    color: var(--gt-ink);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 21rem;
    padding: 1.4rem;
}

.gt-content-band__number {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 7rem;
    line-height: 0.8;
    margin: 0;
}

.gt-content-band__label {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
    line-height: 1.1;
    margin: 0;
    max-width: 12rem;
}

.gt-trust__grid {
    gap: 0;
}

.gt-trust__item {
    border-top: 1px solid var(--gt-line);
    padding: 1.2rem 1.1rem 0 0;
}

.gt-trust__item h3 {
    font-size: 1.4rem;
    line-height: 1.15;
    margin: 0 0 0.6rem;
}

.gt-trust__item p:last-child {
    color: var(--gt-muted);
    line-height: 1.55;
    margin: 0;
    max-width: 20rem;
}

.gt-footer {
    background: #e7ece4;
}

.gt-footer__top {
    gap: 2rem;
}

.gt-footer__top > .wp-block-group:first-child {
    max-width: 21rem;
}

.gt-footer .wp-block-navigation {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem;
}

.gt-footer__rule {
    border-color: var(--gt-line);
    margin: 2.3rem 0 1rem;
}

.gt-footer p {
    color: var(--gt-muted);
}

.gt-catalog,
.gt-product-layout,
.gt-page-content,
.gt-not-found,
.gt-transaction,
.gt-account,
.gt-promotions,
.gt-search-results {
    padding-bottom: 5rem;
    padding-top: 3rem;
}

.gt-catalog__header,
.gt-product-layout__main {
    border-bottom: 1px solid var(--gt-line);
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}

.gt-catalog .wp-block-query-title,
.gt-product-layout .wp-block-post-title {
    font-size: 3rem;
    line-height: 1.05;
    margin: 0.4rem 0 1.2rem;
}

.gt-catalog__tools {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.gt-product-layout__main {
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.85fr);
    padding-bottom: 4rem;
}

.gt-product-layout__aside .wp-block-heading {
    font-size: 1.55rem;
    margin-top: 0;
}

.gt-not-found {
    min-height: 50vh;
}

.gt-not-found h1 {
    font-size: 3rem;
}

.gt-page-content > .wp-block-post-title,
.gt-search-results > .wp-block-query-title {
    font-size: 3rem;
    line-height: 1.05;
    margin-bottom: 1.8rem;
}

.gt-page-content .wp-block-post-content {
    max-width: 52rem;
}

.gt-page-content .wp-block-post-content > * {
    line-height: 1.65;
}

.gt-trust-page {
    padding-bottom: 5rem;
    padding-top: 2.2rem;
}

.gt-trust-page__band {
    align-items: center;
    border-bottom: 1px solid var(--gt-line);
    border-top: 1px solid var(--gt-line);
    gap: 1rem;
    margin-bottom: 3.25rem;
    padding: 0.8rem 0;
}

.gt-trust-page__eyebrow {
    color: var(--gt-forest);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.gt-trust-page__band .wp-block-navigation__container {
    gap: 1rem;
}

.gt-trust-page__band .wp-block-navigation a {
    color: var(--gt-ink);
    font-size: 0.8rem;
    text-decoration: none;
}

.gt-trust-page__band .wp-block-navigation a:hover,
.gt-trust-page__band .current-menu-item > a {
    color: var(--gt-forest);
    text-decoration: underline;
}

.gt-trust-page > .wp-block-post-title {
    font-size: 3.35rem;
    line-height: 1.02;
    margin-bottom: 2rem;
    max-width: 50rem;
}

.gt-trust-page .wp-block-post-content {
    max-width: 49rem;
}

.gt-trust-page .wp-block-post-content > * {
    line-height: 1.68;
    overflow-wrap: anywhere;
}

.gt-trust-page .wp-block-post-content > h2,
.gt-trust-page .wp-block-post-content > h3 {
    margin-top: 2.6rem;
}

.gt-trust-page .wp-block-post-content > h2 {
    font-size: 2rem;
    line-height: 1.12;
}

.gt-trust-page .wp-block-post-content > h3 {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.gt-trust-page .wp-block-post-content ul,
.gt-trust-page .wp-block-post-content ol {
    padding-inline-start: 1.3rem;
}

.gt-trust-page .wp-block-post-content li + li {
    margin-top: 0.45rem;
}

.gt-trust-page .wp-block-post-content table {
    border-collapse: collapse;
    display: block;
    margin: 1.75rem 0;
    max-width: 100%;
    overflow-x: auto;
    width: max-content;
}

.gt-trust-page .wp-block-post-content td,
.gt-trust-page .wp-block-post-content th {
    border: 1px solid var(--gt-line);
    padding: 0.75rem;
    text-align: start;
    vertical-align: top;
}

.gt-trust-page .wp-block-post-content th {
    background: var(--gt-mist);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
}

.gt-trust-page .wp-block-post-content details {
    border-bottom: 1px solid var(--gt-line);
    padding: 0.9rem 0;
}

.gt-trust-page .wp-block-post-content summary {
    color: var(--gt-ink);
    cursor: pointer;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

.gt-trust-page .wp-block-post-content details > *:not(summary) {
    margin-top: 0.75rem;
}

.gt-trust-page .wp-block-post-content input,
.gt-trust-page .wp-block-post-content select,
.gt-trust-page .wp-block-post-content textarea {
    border: 1px solid var(--gt-line);
    border-radius: 2px;
    box-shadow: none;
    max-width: 100%;
}

.gt-trust-page .wp-block-post-content textarea {
    min-height: 9rem;
}

.gt-trust-page .wp-block-post-content input[type="submit"],
.gt-trust-page .wp-block-post-content button {
    background: var(--gt-ink);
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 700;
    min-height: 2.8rem;
    padding: 0.7rem 1rem;
}

.gt-campaign-directory {
    max-width: 100%;
}

.gt-campaign-directory__heading {
    border-bottom: 1px solid var(--gt-line);
    max-width: 48rem;
    padding-bottom: 2rem;
}

.gt-campaign-directory__heading h2 {
    font-size: 3rem;
    line-height: 1.05;
    margin: 0 0 1rem;
}

.gt-campaign-directory__heading > p:last-child {
    color: var(--gt-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.gt-campaign-directory__filter {
    align-items: end;
    border-bottom: 1px solid var(--gt-line);
    display: flex;
    gap: 0.75rem;
    margin: 2rem 0;
    padding-bottom: 2rem;
}

.gt-campaign-directory__filter label {
    font-size: 0.8rem;
    font-weight: 700;
}

.gt-campaign-directory__filter select {
    background: var(--gt-paper);
    border: 1px solid var(--gt-line);
    border-radius: 2px;
    color: var(--gt-ink);
    min-height: 2.75rem;
    min-width: 14rem;
    padding: 0.5rem;
}

.gt-campaign-directory__filter button {
    background: var(--gt-ink);
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 700;
    min-height: 2.75rem;
    padding: 0.7rem 1rem;
}

.gt-campaign-directory__empty {
    background: var(--gt-mist);
    border-inline-start: 4px solid var(--gt-lime);
    color: var(--gt-muted);
    line-height: 1.55;
    padding: 1.25rem;
}

.gt-campaign-directory__empty p {
    margin: 0;
}

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

.gt-campaign-card {
    background: #ffffff;
    border: 1px solid var(--gt-line);
    min-height: 13rem;
    padding: 1.25rem;
}

.gt-campaign-card__type,
.gt-campaign-card__status,
.gt-campaign-card__ends {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.77rem;
    font-weight: 700;
    margin: 0;
}

.gt-campaign-card__type {
    color: var(--gt-forest);
    text-transform: uppercase;
}

.gt-campaign-card h3 {
    font-size: 1.55rem;
    line-height: 1.15;
    margin: 1.75rem 0;
}

.gt-campaign-card__status {
    color: var(--gt-ink);
}

.gt-campaign-card__ends {
    color: var(--gt-muted);
    font-weight: 400;
    margin-top: 0.55rem;
}

.gt-campaign-card__action {
    color: var(--gt-forest);
    font-size: 0.9rem;
    font-weight: 700;
}

.gt-group-buy {
    margin-block: 3rem 5.5rem;
}

.gt-group-buy__hero {
    border-bottom: 1px solid var(--gt-line);
    max-width: 48rem;
    padding-bottom: 2rem;
}

.gt-group-buy__hero h1 {
    font-size: 3rem;
    line-height: 1.05;
    margin: 0 0 1rem;
}

.gt-group-buy__hero > p:last-child {
    color: var(--gt-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.gt-group-buy__layout {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
    margin-top: 2rem;
}

.gt-group-buy__product,
.gt-group-buy__team {
    background: #ffffff;
    border: 1px solid var(--gt-line);
    padding: 1.25rem;
}

.gt-group-buy__product img {
    aspect-ratio: 1 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.gt-group-buy__product h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 1rem 0 0.5rem;
}

.gt-group-buy__product > p {
    color: var(--gt-forest);
    font-size: 1.1rem;
    font-weight: 700;
}

.gt-group-buy__teams {
    display: grid;
    gap: 0.75rem;
}

.gt-group-buy__teams > h2 {
    font-size: 1.35rem;
    margin: 0 0 0.5rem;
}

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

.gt-group-buy__team div {
    display: grid;
    gap: 0.25rem;
}

.gt-group-buy__team span,
.gt-group-buy__team p {
    color: var(--gt-muted);
    font-size: 0.88rem;
    margin: 0;
}

.gt-group-buy__product button,
.gt-group-buy__team button {
    background: var(--gt-ink);
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    min-height: 2.7rem;
    padding: 0.65rem 0.9rem;
}

.gt-group-buy__empty {
    background: var(--gt-mist);
    border-inline-start: 4px solid var(--gt-lime);
    color: var(--gt-muted);
    line-height: 1.55;
    padding: 1.25rem;
}

.gt-search-results__form {
    margin-bottom: 2rem;
    max-width: 34rem;
}

.gt-search-results__form .wp-block-search__inside-wrapper {
    border: 1px solid var(--gt-line);
    border-radius: 2px;
}

.gt-search-results__form .wp-block-search__input {
    background: transparent;
    border: 0;
    min-height: 2.8rem;
}

.gt-search-results__form .wp-block-search__button {
    background: var(--gt-ink);
    border-radius: 2px;
    color: #ffffff;
    margin: 0;
}

/* Dense marketplace discovery layout. */
.gt-market-home {
    padding: 1rem 1.25rem 4.5rem;
}

.gt-market-shortcuts {
    border-bottom: 1px solid #f0d9cf;
    color: #6b5a54;
    font-size: 0.78rem;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
}

.gt-market-shortcuts p {
    margin: 0;
}

.gt-market-shortcuts a,
.gt-market-section__heading a {
    color: #d94720;
    font-weight: 700;
    text-decoration: none;
}

.gt-market-stage {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(11.25rem, 0.74fr) minmax(0, 2.05fr) minmax(12rem, 0.74fr);
}

.gt-market-category-panel,
.gt-market-benefits {
    background: #ffffff;
    border: 1px solid #efdcd3;
    min-width: 0;
}

.gt-market-category-panel {
    padding: 1rem;
}

.gt-market-category-panel h2,
.gt-market-benefits h2 {
    color: #2d211e;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 750;
    margin: 0 0 0.75rem;
}

.gt-market-category-panel .gt-category-grid {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
}

.gt-market-category-panel .gt-category-card {
    align-items: center;
    border-bottom: 1px solid #f5ebe7;
    color: #4d3d37;
    display: grid;
    font-size: 0.82rem;
    gap: 0.3rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.5rem 0;
    text-decoration: none;
}

.gt-market-category-panel .gt-category-card__count {
    color: #a08e86;
    font-size: 0.7rem;
}

.gt-market-category-panel .gt-category-card__arrow {
    color: #d94720;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.gt-market-hero {
    border: 1px solid #efdcd3;
    min-height: 24.4rem !important;
}

.gt-market-hero .wp-block-cover__inner-container {
    display: flex;
    height: 100%;
    padding: 2rem;
}

.gt-market-hero__copy {
    align-self: end;
    color: #ffffff;
    max-width: 31rem;
}

.gt-market-hero__copy p:first-child {
    color: #ffd8c8;
    font-size: 0.78rem;
    font-weight: 750;
    margin: 0 0 0.65rem;
    text-transform: uppercase;
}

.gt-market-hero__copy h1 {
    color: #ffffff;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 0.75rem;
}

.gt-market-hero__copy p {
    line-height: 1.55;
    margin: 0;
}

.gt-market-hero__button {
    margin-top: 1.3rem;
}

.gt-market-hero__button .wp-block-button__link {
    background: #f4511e;
    border-radius: 3px;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 750;
    padding: 0.75rem 1.1rem;
}

.gt-market-benefits {
    align-content: start;
    display: grid;
    padding: 1.25rem;
}

.gt-market-benefits__number {
    color: #f4511e;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.6rem;
    font-weight: 850;
    line-height: 0.9;
    margin: 0 0 1.4rem;
}

.gt-market-benefits > p:not(.gt-market-benefits__number) {
    color: #6e5d56;
    font-size: 0.84rem;
    line-height: 1.6;
    margin: 0 0 1rem;
}

.gt-market-benefits a {
    color: #d94720;
    font-weight: 750;
    text-decoration: none;
}

.gt-market-service-strip {
    background: #fff6f1;
    border-block: 1px solid #f2dcd2;
    gap: 1rem 2rem;
    margin: 1rem 0 2.5rem;
    padding: 0.85rem 1rem;
}

.gt-market-service-strip p {
    color: #755f56;
    font-size: 0.78rem;
    margin: 0;
}

.gt-market-service-strip strong {
    color: #3e2d28;
    display: block;
    font-size: 0.82rem;
    margin-bottom: 0.2rem;
}

.gt-market-section {
    margin-top: 2.75rem;
}

.gt-market-section__heading {
    align-items: baseline;
    border-bottom: 2px solid #382924;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
}

.gt-market-section__heading h2 {
    color: #2d211e;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
}

.gt-market-section__heading p {
    color: #8d7b73;
    font-size: 0.8rem;
    margin: 0;
}

.gt-market-home .gt-product-grid {
    gap: 0.9rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gt-market-home .gt-product-card {
    background: #ffffff;
    border: 1px solid #f0e0d9;
    border-radius: 0;
    min-width: 0;
    padding: 0.75rem;
}

.gt-market-home .gt-product-card__media,
.gt-market-home .gt-product-card__media img,
.gt-market-home .gt-product-card__placeholder {
    aspect-ratio: 1 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.gt-market-home .gt-product-card h3 {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.4;
    margin: 0.5rem 0;
    min-height: 2.5rem;
}

.gt-market-home .gt-product-card__category {
    color: #9b8277;
    font-size: 0.72rem;
    margin: 0.65rem 0 0;
}

.gt-market-home .gt-product-card__price {
    color: #d94720;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.65rem;
}

.gt-market-home .gt-add-to-cart button {
    background: #fff4ee;
    border: 1px solid #f4511e;
    border-radius: 3px;
    color: #d94720;
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 750;
    min-height: 2.35rem;
    padding: 0.45rem 0.65rem;
    width: 100%;
}

.gt-header-search {
    flex: 1 1 28rem;
    max-width: 39rem;
}

.gt-header-search .wp-block-search__inside-wrapper {
    border: 2px solid #f4511e;
    border-radius: 3px;
}

.gt-header-search .wp-block-search__input {
    border: 0;
    min-height: 2.4rem;
}

.gt-header-search .wp-block-search__button {
    background: #f4511e;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    margin: 0;
    min-width: 2.6rem;
}

.gt-account-link {
    color: #4a3630;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.gt-search-result {
    border-top: 1px solid var(--gt-line);
    max-width: 52rem;
    padding: 1.35rem 0;
}

.gt-search-result .wp-block-post-title {
    font-size: 1.45rem;
    margin: 0 0 0.5rem;
}

.gt-search-result .wp-block-post-title a {
    color: var(--gt-ink);
    text-decoration: none;
}

.gt-search-result .wp-block-post-excerpt {
    color: var(--gt-muted);
    line-height: 1.55;
}

@media (max-width: 781px) {
    .gt-site-header__inner {
        align-items: flex-start;
        flex-wrap: wrap !important;
        padding-block: 0.75rem;
    }

    .gt-header-search {
        flex: 1 1 12rem;
        order: 3;
        width: auto;
    }

    .gt-header-actions {
        margin-left: auto;
    }

    .gt-language-switcher__label,
    .gt-language-switcher__submit {
        display: none;
    }

    .gt-language-switcher__select {
        max-width: 8.5rem;
    }

    .gt-site-header__inner {
        gap: 0.75rem;
        min-height: 4.25rem;
    }

    .gt-primary-nav {
        flex: 0 0 auto;
        order: 3;
    }

    .gt-header-search {
        display: none;
    }

    .gt-language-switcher {
        order: 3;
    }

    .gt-brand a {
        font-size: 1.2rem;
    }

    .gt-hero {
        min-height: 35rem !important;
    }

    .gt-hero__title {
        font-size: 3rem;
    }

    .gt-category-section,
    .gt-collection,
    .gt-trust {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem;
    }

    .gt-category-section h2,
    .gt-section-heading h2,
    .gt-content-band h2 {
        font-size: 2rem;
    }

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

    .gt-content-band,
    .gt-product-layout__main,
    .gt-product-detail,
    .gt-account {
        grid-template-columns: 1fr;
    }

    .gt-content-band {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem;
    }

    .gt-content-band__visual {
        min-height: 15rem;
    }

    .gt-catalog .wp-block-query-title,
    .gt-product-layout .wp-block-post-title,
    .gt-not-found h1,
    .gt-page-content > .wp-block-post-title,
    .gt-trust-page > .wp-block-post-title,
    .gt-search-results > .wp-block-query-title,
    .gt-campaign-directory__heading h2 {
        font-size: 2.35rem;
    }

    .gt-trust-page {
        padding-bottom: 3.5rem;
    }

    .gt-trust-page__band {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 2.5rem;
    }

    .gt-trust-page__band .wp-block-navigation__container {
        gap: 0.7rem 1rem;
    }

    .gt-campaign-directory__filter {
        align-items: stretch;
        flex-direction: column;
    }

    .gt-campaign-directory__filter select {
        min-width: 0;
    }

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

    .gt-group-buy__hero h1 {
        font-size: 2.25rem;
    }

    .gt-market-home {
        padding-inline: 1rem;
    }

    .gt-market-stage {
        grid-template-columns: minmax(0, 1fr);
    }

    .gt-market-category-panel {
        padding: 0.85rem;
    }

    .gt-market-category-panel .gt-category-grid {
        column-gap: 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gt-market-hero {
        min-height: 21rem !important;
    }

    .gt-market-hero .wp-block-cover__inner-container {
        padding: 1.25rem;
    }

    .gt-market-hero__copy h1 {
        font-size: 1.85rem;
    }

    .gt-market-benefits {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .gt-market-benefits > p:last-child {
        grid-column: 1 / -1;
    }

    .gt-market-home .gt-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gt-header-search {
        flex-basis: 100%;
        max-width: none;
        order: 3;
    }

    .gt-site-header__inner {
        flex-wrap: wrap !important;
        padding-block: 0.65rem;
    }

    .gt-header-actions {
        margin-inline-start: auto;
    }
}

@media (max-width: 480px) {
    .gt-announcement {
        font-size: 0.72rem;
        line-height: 1.35;
    }

    .gt-hero .wp-block-cover__inner-container {
        padding-inline: 1.25rem;
    }

    .gt-hero__title {
        font-size: 2.55rem;
    }

    .gt-hero__actions .wp-block-button {
        width: 100%;
    }

    .gt-hero__actions .wp-block-button__link {
        display: block;
        text-align: center;
    }
}

.gt-cart,
.gt-checkout {
    margin-block: 3rem 5.5rem;
}

.gt-cart__items {
    border-top: 1px solid #d7d9d7;
}

.gt-cart__item {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    padding-block: 1.125rem;
    border-bottom: 1px solid #d7d9d7;
}

.gt-cart__item img,
.gt-cart__item .gt-product-card__placeholder {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.gt-cart__item h2 {
    margin: 0 0 .35rem;
    font-size: 1rem;
}

.gt-cart__item p,
.gt-checkout__summary p {
    margin: 0;
    color: #5f6661;
}

.gt-cart__total,
.gt-checkout__total {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 1.5rem 0;
    font-size: 1.1rem;
}

.gt-cart__discount,
.gt-checkout__discount {
    align-items: center;
    color: #087443;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
}

.gt-cart__promotion-note,
.gt-checkout__promotion-note {
    color: #51606e;
    font-size: 0.9rem;
    line-height: 1.5;
}

.gt-promotion-preview {
    align-items: end;
    border-bottom: 1px solid #d8dee5;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    margin: 1.25rem 0;
    padding: 1rem 0 1.25rem;
}

.gt-promotion-preview h2 {
    font-size: 1rem;
    grid-column: 1 / -1;
    margin: 0;
}

.gt-promotion-preview label {
    display: grid;
    font-size: 0.85rem;
    font-weight: 700;
    gap: 0.35rem;
}

.gt-promotion-preview input {
    border: 1px solid #aab5bf;
    border-radius: 4px;
    min-height: 2.5rem;
    padding: 0.45rem 0.65rem;
}

.gt-promotion-preview button {
    background: #f15a24;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    min-height: 2.5rem;
    padding: 0.45rem 0.85rem;
}

.gt-cart__checkout,
.gt-checkout button {
    display: inline-flex;
    justify-content: center;
    padding: .8rem 1.25rem;
    border: 0;
    border-radius: 4px;
    background: #17221c;
    color: #fff;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

.gt-checkout__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 2.75rem;
    align-items: start;
}

.gt-checkout form > .gt-checkout__grid > div {
    display: grid;
    gap: 1rem;
}

.gt-checkout label {
    display: grid;
    gap: .45rem;
    color: #17221c;
    font-weight: 600;
}

.gt-checkout input,
.gt-checkout textarea {
    width: 100%;
    min-height: 42px;
    padding: .625rem .75rem;
    border: 1px solid #b8bdb9;
    border-radius: 3px;
    background: #fff;
    color: inherit;
    font: inherit;
}

.gt-checkout textarea {
    min-height: 92px;
    resize: vertical;
}

.gt-checkout__summary {
    padding: 1.625rem;
    border: 1px solid #d7d9d7;
    border-radius: 6px;
    background: #f7f8f6;
}

.gt-checkout__summary h2 {
    margin-top: 0;
    font-size: 1.1rem;
}

.gt-checkout__summary p {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-block: .625rem;
    border-bottom: 1px solid #d7d9d7;
}

.gt-checkout fieldset {
    display: grid;
    gap: .625rem;
    margin: 1.375rem 0;
    padding: 0;
    border: 0;
}

.gt-checkout legend {
    margin-bottom: .625rem;
    font-weight: 700;
}

.gt-checkout .gt-payment-choice {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-weight: 400;
}

.gt-checkout .gt-payment-choice input {
    width: auto;
    min-height: auto;
    margin: 0;
}

.gt-checkout__notice {
    padding: .8rem 1rem;
    border-left: 4px solid #39865d;
    background: #edf8f0;
}

.gt-checkout__notice--error {
    border-color: #b33939;
    background: #fff0f0;
}

@media (max-width: 720px) {
    .gt-checkout__grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .gt-cart__item {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .gt-cart__item > strong {
        grid-column: 2;
    }

    .gt-promotion-preview {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .gt-promotion-preview h2 {
        grid-column: auto;
    }

    .gt-group-buy__layout,
    .gt-group-buy__team {
        grid-template-columns: 1fr;
    }
}

.gt-stories {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
}

.gt-stories__header {
    max-width: 680px;
    margin-bottom: 1.75rem;
}

.gt-stories__header h1 {
    margin: .25rem 0 0;
}

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

.gt-story-card {
    display: grid;
    gap: .65rem;
    min-width: 0;
}

.gt-story-card h2,
.gt-story-card p {
    margin: 0;
}

.gt-story-card__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #e9ece8;
}

.gt-story-card__media video,
.gt-story-card__media img,
.gt-story-detail__media video,
.gt-story-detail__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gt-story-card__type {
    color: #526158;
    font-size: .8rem;
    font-weight: 700;
}

.gt-story-detail {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr);
    gap: 2rem;
}

.gt-story-detail__media {
    grid-row: span 2;
    background: #111;
    aspect-ratio: 16 / 10;
}

.gt-story-detail__body h1 {
    margin: .25rem 0 .5rem;
}

.gt-story-detail__creator {
    color: #526158;
    margin: 0 0 1.25rem;
}

.gt-story-detail__copy {
    line-height: 1.7;
}

.gt-story-products {
    border-top: 2px solid #17221c;
    padding-top: 1rem;
}

.gt-story-products h2 {
    font-size: 1.1rem;
    margin: 0 0 1rem;
}

.gt-story-product {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: .85rem;
    padding: .85rem 0;
    border-top: 1px solid #d7d9d7;
}

.gt-story-product > a,
.gt-story-product > a img,
.gt-story-product .gt-product-card__placeholder {
    display: block;
    width: 84px;
    height: 84px;
    object-fit: cover;
}

.gt-story-product h3,
.gt-story-product p {
    margin: 0 0 .4rem;
}

.gt-story-product button {
    min-height: 34px;
    padding: .35rem .65rem;
}

@media (max-width: 720px) {
    .gt-stories__grid,
    .gt-story-detail {
        grid-template-columns: 1fr;
    }

    .gt-story-detail__media {
        grid-row: auto;
    }
}

/* Product-detail purchase surface: dense marketplace clarity without changing cart behavior. */
.gt-product-layout {
    max-width: 1360px;
    padding-inline: 1.25rem;
}

.gt-product-detail {
    align-items: start;
    gap: clamp(2rem, 4vw, 4.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.9fr);
    padding-block: 2.25rem 4.5rem;
}

.gt-product-detail__media {
    border: 1px solid #f0e0d9;
    max-width: 660px;
    overflow: hidden;
}

.gt-product-detail__summary {
    min-width: 0;
}

.gt-product-detail .gt-eyebrow {
    color: #9b4a32;
    font-size: 0.78rem;
    margin-bottom: 0.5rem;
}

.gt-product-detail h1 {
    color: #251d1a;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(1.65rem, 2.5vw, 2.45rem);
    font-weight: 760;
    line-height: 1.24;
    margin: 0 0 1rem;
}

.gt-product-detail__price-band {
    align-items: baseline;
    background: #fff4ee;
    border-left: 4px solid #f4511e;
    display: flex;
    gap: 1rem;
    margin: 1.1rem 0 1.35rem;
    padding: 1rem 1.15rem;
}

.gt-product-detail__price-band > span {
    color: #806258;
    font-size: 0.82rem;
    font-weight: 700;
}

.gt-product-detail__price {
    color: #d94720;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(1.65rem, 2.8vw, 2.3rem);
    font-weight: 850;
    line-height: 1;
    margin: 0;
}

.gt-product-detail__description {
    border-bottom: 1px solid #f0e0d9;
    color: #5d4a44;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
    padding-bottom: 1.45rem;
}

.gt-purchase-panel {
    border-bottom: 1px solid #f0e0d9;
    padding: 1.15rem 0 1.25rem;
}

.gt-purchase-panel__stock {
    color: #16714b;
    font-size: 0.85rem;
    font-weight: 750;
    margin: 0 0 0.9rem;
}

.gt-purchase-form {
    align-items: end;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.gt-purchase-form__quantity {
    color: #493932;
    display: grid;
    font-size: 0.82rem;
    font-weight: 750;
    gap: 0.45rem;
}

.gt-purchase-form__quantity input {
    border: 1px solid #cdb8ad;
    border-radius: 3px;
    box-sizing: border-box;
    color: #261e1b;
    font: inherit;
    font-weight: 700;
    min-height: 2.9rem;
    padding: 0.4rem 0.6rem;
    width: 5.25rem;
}

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

.gt-purchase-form button {
    border-radius: 3px;
    cursor: pointer;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 800;
    min-height: 2.9rem;
    padding: 0.7rem 1rem;
}

.gt-purchase-form__cart {
    background: #fff5ef;
    border: 1px solid #f4511e;
    color: #d94720;
}

.gt-purchase-form__buy {
    background: #f4511e;
    border: 1px solid #f4511e;
    color: #ffffff;
}

.gt-purchase-form__cart:hover,
.gt-purchase-form__cart:focus-visible {
    background: #ffe4d7;
}

.gt-purchase-form__buy:hover,
.gt-purchase-form__buy:focus-visible {
    background: #d94720;
    border-color: #d94720;
}

.gt-purchase-form input:focus-visible,
.gt-purchase-form button:focus-visible {
    outline: 3px solid #1c7c72;
    outline-offset: 2px;
}

.gt-purchase-panel__services {
    color: #725f58;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.78rem;
    gap: 0.55rem 1.1rem;
    list-style: none;
    margin: 1.1rem 0 0;
    padding: 0;
}

.gt-purchase-panel__services li::before {
    color: #16836c;
    content: "✓";
    font-weight: 800;
    margin-inline-end: 0.35rem;
}

@media (max-width: 781px) {
    .gt-product-layout {
        padding-inline: 1rem;
    }

    .gt-product-detail {
        gap: 1.35rem;
        grid-template-columns: minmax(0, 1fr);
        padding-block: 1.25rem 3.25rem;
    }

    .gt-product-detail__media {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .gt-purchase-form {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .gt-purchase-form__quantity input {
        width: 100%;
    }

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

/* Cross-page colour system: navigation, content, commerce and rewards each keep a clear visual role. */
.gt-announcement {
    background: var(--gt-navy);
    border-bottom: 3px solid var(--gt-gold);
}

.gt-site-header {
    background: rgba(255, 250, 245, 0.98);
    border-bottom: 2px solid #ffd9cc;
}

.gt-brand a {
    color: var(--gt-navy);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-weight: 850;
}

.gt-header-actions .gt-account-links {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
}

.gt-header-actions .gt-account-link {
    background: #e8f6ff;
    border: 1px solid #b7def5;
    border-radius: 3px;
    padding: 0.53rem 0.62rem;
}

.gt-header-actions .gt-account-link--register {
    background: var(--gt-navy);
    border-color: var(--gt-navy);
    color: #ffffff;
}

.gt-header-actions .gt-account-link--logout {
    background: #ffffff;
}

.gt-language-switcher summary,
.gt-cart-link {
    background: #ffffff;
    border-color: #cddceb;
    border-radius: 3px;
}

.gt-cart-link {
    color: var(--gt-navy);
}

.gt-catalog,
.gt-product-layout,
.gt-page-content,
.gt-not-found,
.gt-transaction,
.gt-account,
.gt-profile-page,
.gt-campaign-directory,
.gt-group-buy,
.gt-stories,
.gt-story-detail {
    background: var(--gt-paper);
}

.gt-catalog .wp-block-query-title,
.gt-page-content > .wp-block-post-title,
.gt-transaction > h1,
.gt-account > h1,
.gt-campaign-directory__heading h2,
.gt-stories__header h1 {
    color: var(--gt-navy);
}

.gt-catalog .gt-product-card,
.gt-campaign-card,
.gt-group-buy__product,
.gt-group-buy__team,
.gt-story-card {
    box-shadow: 0 7px 16px rgba(19, 35, 60, 0.07);
}

.gt-catalog .gt-product-card:hover,
.gt-market-home .gt-product-card:hover,
.gt-campaign-card:hover,
.gt-story-card:hover {
    box-shadow: 0 13px 25px rgba(19, 35, 60, 0.14);
    transform: translateY(-2px);
}

.gt-catalog .gt-product-card,
.gt-market-home .gt-product-card,
.gt-campaign-card,
.gt-story-card {
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.gt-campaign-card:nth-child(3n + 1) {
    border-top: 4px solid var(--gt-orange);
}

.gt-campaign-card:nth-child(3n + 2) {
    border-top: 4px solid var(--gt-teal);
}

.gt-campaign-card:nth-child(3n) {
    border-top: 4px solid var(--gt-gold);
}

.gt-campaign-card__action,
.gt-inline-link a,
.gt-market-section__heading a {
    color: #c93d18;
}

.gt-group-buy__hero {
    border-bottom-color: #b9d9ed;
}

.gt-group-buy__product {
    border-top: 4px solid var(--gt-teal);
}

.gt-group-buy__team {
    background: #fffdf6;
    border-left: 3px solid var(--gt-gold);
}

.gt-cart__checkout,
.gt-checkout button {
    background: var(--gt-orange);
}

.gt-cart__checkout:hover,
.gt-cart__checkout:focus-visible,
.gt-checkout button:hover,
.gt-checkout button:focus-visible {
    background: #d94720;
}

.gt-checkout__summary {
    background: #edf8ff;
    border-color: #bfdbef;
}

.gt-footer {
    background: var(--gt-navy);
    border-top: 4px solid var(--gt-teal);
}

.gt-footer,
.gt-footer p,
.gt-footer a,
.gt-footer .wp-block-site-title a {
    color: #f7fbff;
}

.gt-footer p {
    color: #bed1e5;
}

.gt-footer__rule {
    border-color: rgba(255, 255, 255, 0.2);
}

/* Marketplace product detail and balanced footer surface. */
.gt-product-detail {
    display: block;
    border-bottom: 0;
    padding-bottom: 0;
}

.gt-product-detail__purchase {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 4vw, 4.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.9fr);
    padding-block: 2.25rem 3.5rem;
}

.gt-product-detail__gallery {
    min-width: 0;
}

.gt-product-detail__media {
    background: #ffffff;
    border: 1px solid #e1e8f0;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(19, 35, 60, 0.08);
    max-width: none;
    overflow: hidden;
}

.gt-product-detail__media img,
.gt-product-detail__media .gt-product-card__placeholder {
    aspect-ratio: 1 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.gt-product-detail__summary {
    min-width: 0;
}

.gt-product-detail__lead {
    color: #5d6c7d;
    line-height: 1.65;
    margin: 0 0 1.2rem;
}

.gt-product-package {
    border-bottom: 1px solid #e1e8f0;
    padding: 0.2rem 0 1.2rem;
}

.gt-product-package__heading {
    align-items: baseline;
    display: flex;
    margin-bottom: 0.7rem;
}

.gt-product-package__heading > span {
    color: #344255;
    font-size: 0.85rem;
    font-weight: 800;
}

.gt-product-package__option {
    align-items: center;
    background: #fff7f2;
    border: 1px solid #f4511e;
    border-radius: 4px;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 4rem;
    padding: 0.7rem 0.8rem;
}

.gt-product-package__check {
    align-items: center;
    background: var(--gt-orange);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.72rem;
    height: 1.25rem;
    justify-content: center;
    width: 1.25rem;
}

.gt-product-package__option strong,
.gt-product-package__option small {
    display: block;
}

.gt-product-package__option strong {
    color: #2b3545;
    font-size: 0.9rem;
}

.gt-product-package__option small {
    color: #7b8796;
    font-size: 0.76rem;
    margin-top: 0.2rem;
}

.gt-product-package__option b {
    color: #d94720;
    font-size: 0.92rem;
    white-space: nowrap;
}

.gt-product-detail__facts {
    border-bottom: 1px solid #e1e8f0;
    display: grid;
    gap: 0.6rem;
    margin: 0;
    padding: 1.1rem 0;
}

.gt-product-detail__facts > div {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 4.5rem minmax(0, 1fr);
}

.gt-product-detail__facts dt {
    color: #8795a6;
    font-size: 0.78rem;
}

.gt-product-detail__facts dd {
    color: #465366;
    font-size: 0.8rem;
    margin: 0;
}

.gt-product-detail__content {
    background: #ffffff;
    border-top: 1px solid #dce5ef;
    box-shadow: 0 -5px 20px rgba(19, 35, 60, 0.035);
    margin-inline: calc(50% - 50%);
    padding: 0;
}

.gt-product-detail__tabs {
    align-items: center;
    border-bottom: 1px solid #e1e8f0;
    display: flex;
    gap: 2rem;
    min-height: 3.8rem;
}

.gt-product-detail__tabs a,
.gt-product-detail__tabs span {
    color: #647387;
    font-size: 0.9rem;
    font-weight: 750;
    text-decoration: none;
}

.gt-product-detail__tabs a {
    border-bottom: 3px solid var(--gt-orange);
    color: var(--gt-orange);
    align-self: stretch;
    display: inline-flex;
    align-items: center;
}

.gt-product-detail__description {
    color: #4a586a;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 960px;
    padding-block: 2.25rem 4rem;
}

.gt-product-detail__description h2 {
    color: var(--gt-navy);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.35rem;
    margin: 0 0 1.25rem;
}

.gt-product-detail__description img,
.gt-product-detail__description video {
    height: auto;
    max-width: 100%;
}

.gt-footer {
    padding-inline: clamp(1.25rem, 4vw, 4rem) !important;
}

.gt-footer__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(9rem, 0.75fr));
    padding-block: 4rem 3rem;
}

.gt-footer__brand {
    max-width: 25rem;
    padding-inline-end: 2rem;
}

.gt-footer__logo {
    color: #ffffff;
    display: inline-block;
    font-size: 1.45rem;
    font-weight: 850;
    text-decoration: none;
}

.gt-footer__brand > p {
    color: #bed1e5;
    line-height: 1.65;
    margin: 1rem 0 1.25rem;
}

.gt-footer__assurances,
.gt-footer__column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gt-footer__assurances {
    display: grid;
    gap: 0.55rem;
}

.gt-footer__assurances li {
    color: #f6bd31;
    font-size: 0.78rem;
    font-weight: 750;
}

.gt-footer__assurances li::before {
    color: #64d8cf;
    content: "•";
    margin-inline-end: 0.5rem;
}

.gt-footer__column h2 {
    color: #ffffff;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem;
    margin: 0 0 1rem;
}

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

.gt-footer__column a {
    color: #bed1e5;
    font-size: 0.8rem;
    text-decoration: none;
}

.gt-footer__column a:hover,
.gt-footer__column a:focus-visible {
    color: #ffffff;
    text-decoration: underline;
}

.gt-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    padding-block: 1.25rem;
}

.gt-footer__bottom p {
    font-size: 0.72rem;
    margin: 0;
}

@media (max-width: 781px) {
    .gt-product-detail__purchase {
        gap: 1.35rem;
        grid-template-columns: 1fr;
        padding-block: 1.25rem 2.75rem;
    }

    .gt-product-detail__content {
        margin-inline: 0;
    }

    .gt-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-block: 3rem 2.25rem;
    }

    .gt-footer__brand {
        grid-column: 1 / -1;
        max-width: none;
        padding-inline-end: 0;
    }
}

@media (max-width: 480px) {
    .gt-product-package__heading,
    .gt-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .gt-product-detail__tabs {
        gap: 1.25rem;
        overflow-x: auto;
        white-space: nowrap;
    }

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

    .gt-footer__bottom {
        gap: 0.5rem;
    }
}

/* Authenticated account menu: hover works with a mouse; details remains usable by keyboard and touch. */
.gt-header-actions .gt-account-menu {
    display: inline-block;
    position: relative;
}

.gt-header-actions .gt-account-menu__summary {
    align-items: center;
    background: #e8f6ff;
    border: 1px solid #b7def5;
    border-radius: 3px;
    color: var(--gt-navy);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 750;
    gap: 0.35rem;
    line-height: 1.2;
    list-style: none;
    min-height: 2.25rem;
    padding: 0.35rem 0.62rem;
    white-space: nowrap;
}

.gt-header-actions .gt-account-menu__summary::-webkit-details-marker {
    display: none;
}

.gt-header-actions .gt-account-menu__summary::after {
    color: #39708c;
    content: "?";
    font-size: 0.7rem;
}

.gt-header-actions .gt-account-menu[open] .gt-account-menu__summary::after {
    content: "?";
}

.gt-header-actions .gt-account-menu__panel {
    background: #ffffff;
    border: 1px solid #b7def5;
    border-radius: 3px;
    box-shadow: 0 12px 24px rgba(19, 35, 60, 0.16);
    display: none;
    gap: 0.1rem;
    margin: 0;
    min-width: 10.5rem;
    padding: 0.35rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.3rem);
    z-index: 80;
}

.gt-header-actions .gt-account-menu:hover .gt-account-menu__panel,
.gt-header-actions .gt-account-menu:focus-within .gt-account-menu__panel,
.gt-header-actions .gt-account-menu[open] .gt-account-menu__panel {
    display: grid;
}

.gt-header-actions .gt-account-menu__item {
    border-radius: 2px;
    color: var(--gt-navy);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.55rem 0.6rem;
    text-decoration: none;
    white-space: nowrap;
}

.gt-header-actions .gt-account-menu__item:hover,
.gt-header-actions .gt-account-menu__item:focus-visible {
    background: #e8f6ff;
    color: #0b617f;
}

.gt-header-actions .gt-account-menu__item--dashboard::before {
    content: "?";
    margin-inline-end: 0.4rem;
}

.gt-header-actions .gt-account-menu__item--logout {
    border-top: 1px solid #d9e9f2;
    color: #b33a2e;
    margin-top: 0.15rem;
}

