﻿/*
Theme Name: GlobalTropics
Theme URI: https://globaltropics.com
Author: GlobalTropics
Description: Modern B2B landing page theme for GlobalTropics sourcing and export coordination.
Version: 1.0.15
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: globaltropics
*/

:root {
  --bg: #071311;
  --bg-soft: #0d1f1b;
  --panel: rgba(243, 239, 226, 0.08);
  --panel-solid: #102620;
  --text: #f7f3e8;
  --muted: #b7c6bc;
  --line: rgba(247, 243, 232, 0.16);
  --gold: #d8ad5f;
  --mint: #7ac9a7;
  --clay: #c86f4a;
  --cream: #f7f3e8;
  --ink: #071311;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 6%, rgba(122, 201, 167, 0.16), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(216, 173, 95, 0.15), transparent 26rem),
    linear-gradient(180deg, #071311 0%, #0a1715 45%, #f4efe2 45%, #f4efe2 100%);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.gt-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.gt-page {
  overflow: hidden;
}

.gt-shell {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.gt-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(247, 243, 232, 0.12);
  background: rgba(7, 19, 17, 0.72);
  backdrop-filter: blur(22px);
}

.gt-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.gt-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.gt-brand__mark {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(247, 243, 232, 0.24);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: linear-gradient(135deg, var(--mint), var(--gold));
  box-shadow: 0 12px 28px rgba(122, 201, 167, 0.18);
  animation: gtMarkBreath 5.6s ease-in-out infinite;
}

.gt-brand__name {
  display: grid;
  gap: 0;
}

.gt-brand__name strong {
  font-size: 1rem;
  line-height: 1.1;
}

.gt-brand__spark {
  color: var(--gold);
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.32rem;
  transform: translateY(-0.08em);
}

.gt-brand__name span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.2;
}

.gt-nav__links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #d8e3dc;
  font-size: 0.93rem;
}

.gt-nav__links a {
  transition: color 180ms ease;
}

.gt-nav__links a:hover {
  color: var(--cream);
}

.gt-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gt-lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 38px;
  padding: 4px;
  border: 1px solid rgba(247, 243, 232, 0.14);
  border-radius: 8px;
  background: rgba(247, 243, 232, 0.06);
}

.gt-lang a {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 28px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.gt-lang a.is-active {
  background: var(--cream);
  color: var(--ink);
}

.gt-icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: none;
  place-items: center;
  color: var(--cream);
  background: rgba(247, 243, 232, 0.08);
  cursor: pointer;
}

.gt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(247, 243, 232, 0.16);
  border-radius: 8px;
  background: rgba(247, 243, 232, 0.08);
  color: var(--cream);
  font-weight: 750;
  font-size: 0.93rem;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.gt-button:hover {
  transform: translateY(-2px);
  background: rgba(247, 243, 232, 0.13);
  border-color: rgba(247, 243, 232, 0.28);
}

.gt-button--primary {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}

.gt-button--primary:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.gt-button--dark {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.gt-button--wide {
  width: 100%;
}

.gt-hero {
  position: relative;
  min-height: calc(100svh - 118px);
  display: grid;
  align-items: center;
  padding: 58px 0 34px;
}

.gt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 19, 17, 0.95) 0%, rgba(7, 19, 17, 0.82) 46%, rgba(7, 19, 17, 0.58) 100%),
    var(--gt-hero-image, url("assets/hero-brazil-port-logistics.jpg"));
  background-size: cover;
  background-position: center;
  opacity: 0.98;
}

.gt-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, #071311);
}

.gt-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.gt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 11px;
  border: 1px solid rgba(247, 243, 232, 0.18);
  border-radius: 999px;
  background: rgba(247, 243, 232, 0.08);
  color: #e6efe8;
  font-size: 0.85rem;
  font-weight: 680;
}

.gt-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(122, 201, 167, 0.14);
}

.gt-hero h1 {
  margin: 0;
  max-width: 780px;
  color: var(--cream);
  font-size: clamp(2.65rem, 4.7vw, 4.85rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
  hyphens: auto;
  animation: gtFadeUp 720ms ease both;
}

.gt-hero__lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: #edf4ef;
  font-size: clamp(1.04rem, 2vw, 1.26rem);
  animation: gtFadeUp 820ms ease both;
  animation-delay: 90ms;
}

.gt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.gt-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
  color: var(--muted);
  font-size: 0.9rem;
}

.gt-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gt-trust span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
}

.gt-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.gt-hero__badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(247, 243, 232, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(247, 243, 232, 0.07);
  color: #dce8e1;
  font-size: 0.82rem;
  font-weight: 680;
}

.gt-route-card {
  position: relative;
  border: 1px solid rgba(247, 243, 232, 0.18);
  border-radius: 8px;
  background: rgba(11, 28, 24, 0.66);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
  padding: 18px;
  min-height: 520px;
  overflow: hidden;
  animation: gtFloat 8s ease-in-out infinite;
}

.gt-route-card__visual {
  position: relative;
  min-height: 304px;
  border: 1px solid rgba(247, 243, 232, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(rgba(247, 243, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 243, 232, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 30% 42%, rgba(122, 201, 167, 0.18), transparent 110px),
    radial-gradient(circle at 70% 54%, rgba(216, 173, 95, 0.16), transparent 100px),
    #0b1d19;
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.gt-route-card__visual svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gt-route-card__visual path[stroke-dasharray] {
  animation: gtRouteDash 16s linear infinite;
}

.gt-route-card__visual circle {
  transform-box: fill-box;
  transform-origin: center;
}

.gt-route-card__visual circle[fill="#7ac9a7"],
.gt-route-card__visual circle[fill="#d8ad5f"] {
  animation: gtPulse 2.8s ease-in-out infinite;
}

.gt-route-card__footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.gt-mini-stat {
  min-height: 92px;
  border: 1px solid rgba(247, 243, 232, 0.12);
  border-radius: 8px;
  padding: 14px;
  background: rgba(247, 243, 232, 0.07);
}

.gt-mini-stat strong {
  display: block;
  color: var(--cream);
  font-size: 1.24rem;
  line-height: 1.1;
}

.gt-mini-stat span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.gt-floating-note {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(247, 243, 232, 0.15);
  border-radius: 8px;
  background: rgba(247, 243, 232, 0.1);
  backdrop-filter: blur(20px);
}

.gt-floating-note span {
  color: var(--muted);
  font-size: 0.78rem;
}

.gt-floating-note strong {
  color: var(--cream);
  font-size: 0.95rem;
}

.gt-section {
  padding: 88px 0;
}

.gt-section--dark {
  background: #071311;
}

.gt-section--light {
  background: #f4efe2;
  color: var(--ink);
}

.gt-subhero {
  padding: 92px 0 72px;
}

.gt-subhero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 42px;
  align-items: center;
}

.gt-subhero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.gt-team-panel {
  position: relative;
  border: 1px solid rgba(247, 243, 232, 0.15);
  border-radius: 8px;
  padding: 28px;
  background: rgba(247, 243, 232, 0.08);
  color: var(--cream);
}

.gt-team-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.06;
}

.gt-team-panel p {
  margin: 0 0 22px;
  color: var(--muted);
}

.gt-about-grid,
.gt-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gt-about-grid .gt-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  line-height: 1.08;
}

.gt-person-card {
  min-height: 190px;
  border: 1px solid rgba(7, 19, 17, 0.12);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.58);
}

.gt-person-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.12;
}

.gt-person-card p,
.gt-person-card li {
  color: #56635d;
}

.gt-person-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.gt-person-card--accent {
  grid-column: span 1;
  background: #102620;
  color: var(--cream);
}

.gt-person-card--accent li {
  color: #c0cec5;
}

.gt-intel {
  padding: 24px 0;
  border-top: 1px solid rgba(247, 243, 232, 0.12);
  border-bottom: 1px solid rgba(247, 243, 232, 0.12);
  background: #071311;
}

.gt-intel__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gt-intel__item {
  min-height: 118px;
  border: 1px solid rgba(247, 243, 232, 0.13);
  border-radius: 8px;
  padding: 18px;
  background: rgba(247, 243, 232, 0.055);
}

.gt-intel__item strong,
.gt-intel__item span {
  display: block;
}

.gt-intel__item strong {
  color: var(--cream);
  font-size: 1rem;
}

.gt-intel__item span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.gt-visual {
  padding: 88px 0;
  background:
    linear-gradient(180deg, #071311 0%, #0b1d19 100%);
}

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

.gt-visual-card {
  position: relative;
  min-height: 440px;
  border: 1px solid rgba(247, 243, 232, 0.16);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: end;
  background: #102620;
  isolation: isolate;
}

.gt-visual-card--1,
.gt-visual-card--4 {
  min-height: 500px;
}

.gt-visual-card::before,
.gt-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.gt-visual-card::before {
  background-image: var(--gt-visual-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  transition: transform 700ms ease, filter 700ms ease;
}

.gt-visual-card::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 19, 17, 0.12), rgba(7, 19, 17, 0.88));
}

.gt-visual-card:hover::before {
  transform: scale(1.09);
  filter: saturate(1.08);
}

.gt-visual-card--1::before {
  background-image: var(--gt-visual-image, url("assets/visual-quality-control-lab.jpg"));
}

.gt-visual-card--2::before {
  background-image: var(--gt-visual-image, url("assets/visual-export-raw-materials-warehouse.jpg"));
}

.gt-visual-card--3::before {
  background-image: var(--gt-visual-image, url("assets/visual-industrial-processing.jpg"));
}

.gt-visual-card--4::before {
  background-image: var(--gt-visual-image, url("assets/visual-sourcing-documentation.jpg"));
}

.gt-visual-card div {
  width: 100%;
  padding: 24px;
}

.gt-visual-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 84px;
  border: 1px solid rgba(247, 243, 232, 0.22);
  border-radius: 8px;
  background: rgba(7, 19, 17, 0.6);
  color: var(--gold);
  font-weight: 850;
}

.gt-visual-card h3 {
  margin: 0 0 10px;
  color: var(--cream);
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  line-height: 1;
}

.gt-visual-card p {
  margin: 0;
  max-width: 520px;
  color: #d7e3db;
}

.gt-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(280px, 0.76fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.gt-kicker {
  margin: 0 0 10px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gt-section--dark .gt-kicker {
  color: var(--mint);
}

.gt-section h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(1.95rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.gt-section__text {
  max-width: 410px;
  margin: 0;
  color: #58635d;
}

.gt-section--dark .gt-section__text {
  color: var(--muted);
}

.gt-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gt-card {
  position: relative;
  min-height: 246px;
  border: 1px solid rgba(7, 19, 17, 0.12);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.58);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.gt-card:hover,
.gt-buyer:hover,
.gt-step:hover,
.gt-check:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 201, 167, 0.38);
  box-shadow: 0 18px 48px rgba(7, 19, 17, 0.12);
}

.gt-card--dark {
  border-color: rgba(247, 243, 232, 0.14);
  background: rgba(247, 243, 232, 0.07);
  color: var(--cream);
}

.gt-card--wide {
  grid-column: span 2;
}

.gt-card--tall {
  grid-row: span 2;
  min-height: 506px;
}

.gt-card--accent {
  background: #102620;
  color: var(--cream);
}

.gt-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 1.8vw, 1.48rem);
  line-height: 1.05;
}

.gt-card p {
  margin: 0;
  color: #56635d;
}

.gt-card--dark p,
.gt-card--accent p {
  color: #c0cec5;
}

.gt-card__metric {
  display: block;
  margin-bottom: 18px;
  color: var(--clay);
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  font-weight: 860;
  line-height: 0.92;
}

.gt-card--accent .gt-card__metric,
.gt-card--dark .gt-card__metric {
  color: var(--gold);
}

.gt-card--accent .gt-card__metric {
  font-size: clamp(2.4rem, 4.6vw, 4.25rem);
}

.gt-product-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.gt-product-pill {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(247, 243, 232, 0.13);
  color: #dce8e1;
}

.gt-product-pill span {
  color: var(--muted);
  font-size: 0.88rem;
}

.gt-orbit {
  position: absolute;
  right: -76px;
  bottom: -88px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(216, 173, 95, 0.36);
  border-radius: 50%;
}

.gt-orbit::before,
.gt-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(122, 201, 167, 0.24);
  border-radius: 50%;
}

.gt-orbit::before {
  inset: 42px;
}

.gt-orbit::after {
  inset: 84px;
  background: rgba(216, 173, 95, 0.16);
}

.gt-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gt-product-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gt-product-categories .gt-card {
  min-height: 230px;
}

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

.gt-bridge-card {
  min-height: 238px;
  border: 1px solid rgba(7, 19, 17, 0.12);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.5)),
    linear-gradient(135deg, rgba(122, 201, 167, 0.15), transparent 58%);
}

.gt-bridge-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.6vw, 1.42rem);
  line-height: 1.08;
}

.gt-bridge-card p {
  margin: 0;
  color: #59655f;
}

.gt-catalog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 18px;
  border: 1px solid rgba(247, 243, 232, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: rgba(247, 243, 232, 0.06);
}

.gt-catalog h3 {
  margin: 0 0 10px;
  color: var(--cream);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.gt-catalog p {
  margin: 0;
  color: var(--muted);
}

.gt-catalog__tools {
  display: grid;
  gap: 10px;
}

.gt-catalog-search {
  display: grid;
  gap: 8px;
  max-width: 520px;
  color: #d7e3db;
  font-size: 0.86rem;
  font-weight: 760;
}

.gt-catalog-search input {
  width: 100%;
  border: 1px solid rgba(247, 243, 232, 0.16);
  border-radius: 8px;
  background: rgba(7, 19, 17, 0.56);
  color: var(--cream);
  padding: 13px 14px;
  outline: none;
}

.gt-catalog-search input:focus {
  border-color: rgba(122, 201, 167, 0.72);
  box-shadow: 0 0 0 4px rgba(122, 201, 167, 0.12);
}

.gt-product-empty {
  border: 1px solid rgba(247, 243, 232, 0.13);
  border-radius: 8px;
  padding: 14px;
  background: rgba(247, 243, 232, 0.07);
}

.gt-catalog__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gt-catalog__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(247, 243, 232, 0.14);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(247, 243, 232, 0.075);
  color: #dce8e1;
  font-size: 0.84rem;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease;
}

.gt-catalog__chips span:hover {
  transform: translateY(-2px);
  background: rgba(122, 201, 167, 0.14);
}

.gt-product-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-height: 720px;
  overflow: auto;
  padding-right: 4px;
}

.gt-product-item {
  min-height: 190px;
  border: 1px solid rgba(247, 243, 232, 0.13);
  border-radius: 8px;
  padding: 16px;
  background: rgba(247, 243, 232, 0.07);
}

.gt-product-item__category {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 12px;
  border: 1px solid rgba(122, 201, 167, 0.28);
  border-radius: 999px;
  padding: 0 9px;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 800;
}

.gt-product-item h4 {
  margin: 0 0 8px;
  color: var(--cream);
  font-size: 1rem;
  line-height: 1.14;
}

.gt-product-item p {
  color: var(--muted);
  font-size: 0.86rem;
}

.gt-product-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.gt-product-item__meta span {
  border: 1px solid rgba(247, 243, 232, 0.12);
  border-radius: 999px;
  padding: 3px 8px;
  color: #dce8e1;
  font-size: 0.74rem;
  font-weight: 760;
}

.gt-buyer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gt-buyer {
  min-height: 292px;
  border: 1px solid rgba(7, 19, 17, 0.12);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.48)),
    linear-gradient(135deg, rgba(122, 201, 167, 0.16), transparent 52%);
}

.gt-buyer span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 46px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--gold);
  font-weight: 850;
}

.gt-buyer h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  line-height: 1.04;
}

.gt-buyer p {
  margin: 0;
  color: #59655f;
}

.gt-step {
  min-height: 260px;
  border: 1px solid rgba(247, 243, 232, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: rgba(247, 243, 232, 0.06);
}

.gt-step__num {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: rgba(122, 201, 167, 0.14);
  color: var(--mint);
  font-weight: 800;
}

.gt-step h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.08;
}

.gt-step p {
  margin: 0;
  color: var(--muted);
}

.gt-proof {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 14px;
  align-items: stretch;
}

.gt-quote {
  min-height: 360px;
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(7, 19, 17, 0.18), rgba(7, 19, 17, 0.78)),
    url("assets/visual-sourcing-documentation.jpg");
  background-size: cover;
  background-position: center;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.gt-quote p {
  margin: 0;
  max-width: 520px;
  font-size: clamp(1.5rem, 3vw, 2.7rem);
  line-height: 1.02;
}

.gt-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gt-check {
  min-height: 173px;
  border: 1px solid rgba(7, 19, 17, 0.12);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.gt-check svg {
  color: var(--clay);
  margin-bottom: 18px;
}

.gt-check h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.08;
}

.gt-check p {
  margin: 0;
  color: #59655f;
  font-size: 0.95rem;
}

.gt-faq {
  display: grid;
  gap: 10px;
}

.gt-faq__item {
  border: 1px solid rgba(7, 19, 17, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
}

.gt-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
  list-style: none;
}

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

.gt-faq__item summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: rgba(7, 19, 17, 0.08);
  color: var(--clay);
  font-size: 1.2rem;
}

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

.gt-faq__item p {
  max-width: 820px;
  margin: -2px 22px 22px;
  color: #59655f;
}

.gt-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 34px;
  align-items: start;
}

.gt-contact-panel {
  border: 1px solid rgba(247, 243, 232, 0.16);
  border-radius: 8px;
  padding: 22px;
  background: rgba(247, 243, 232, 0.08);
  backdrop-filter: blur(20px);
}

.gt-form {
  display: grid;
  gap: 12px;
}

.gt-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.gt-form-alert {
  margin-bottom: 14px;
  border: 1px solid rgba(122, 201, 167, 0.42);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(122, 201, 167, 0.12);
  color: #dff4ea;
  font-weight: 700;
}

.gt-form-alert--error {
  border-color: rgba(200, 111, 74, 0.56);
  background: rgba(200, 111, 74, 0.14);
  color: #ffe6da;
}

.gt-form label {
  display: grid;
  gap: 7px;
  color: #d7e3db;
  font-size: 0.86rem;
  font-weight: 700;
}

.gt-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gt-spam-check {
  padding: 12px;
  border: 1px solid rgba(122, 201, 167, 0.24);
  border-radius: 8px;
  background: rgba(7, 19, 17, 0.24);
}

.gt-spam-check span {
  color: #f7f3e8;
}

.gt-spam-check small {
  color: rgba(247, 243, 232, 0.64);
  font-weight: 600;
}

.gt-spam-check input {
  max-width: 160px;
}

.gt-form input,
.gt-form select,
.gt-form textarea {
  width: 100%;
  border: 1px solid rgba(247, 243, 232, 0.16);
  border-radius: 8px;
  background: rgba(7, 19, 17, 0.56);
  color: var(--cream);
  padding: 13px 14px;
  outline: none;
}

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

.gt-form input:focus,
.gt-form select:focus,
.gt-form textarea:focus {
  border-color: rgba(122, 201, 167, 0.72);
  box-shadow: 0 0 0 4px rgba(122, 201, 167, 0.12);
}

.gt-form small {
  color: var(--muted);
}

.gt-footer {
  padding: 30px 0;
  border-top: 1px solid rgba(247, 243, 232, 0.12);
  background: #071311;
  color: var(--muted);
}

.gt-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 0.9rem;
}

.gt-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.gt-footer__links a {
  color: var(--cream);
  text-decoration: none;
}

.gt-footer__links a:hover {
  color: var(--accent);
}

.gt-content {
  min-height: 70vh;
}

.gt-routed-page--lead .gt-entry {
  max-width: 1080px;
}

.gt-routed-page--lead .gt-entry__content {
  display: grid;
  gap: 22px;
}

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

.gt-lead-card {
  border: 1px solid rgba(7, 19, 17, 0.12);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.gt-lead-card h3 {
  margin-top: 0;
}

.gt-lead-form-panel {
  max-width: 760px;
}

.gt-entry {
  max-width: 900px;
}

.gt-entry__header {
  margin-bottom: 34px;
}

.gt-entry__header h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.98;
}

.gt-entry__content {
  color: #24302b;
  font-size: 1.08rem;
}

.gt-entry__content > * {
  margin-block-start: 0;
  margin-block-end: 1.2em;
}

.gt-entry__content h2,
.gt-entry__content h3,
.gt-entry__content h4 {
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.05;
  margin-top: 1.45em;
}

.gt-entry__content h3,
.gt-entry__content h4 {
  font-size: clamp(1.3rem, 2vw, 1.85rem);
}

.gt-entry__content a {
  color: #0d5d45;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.gt-entry__content ul,
.gt-entry__content ol {
  padding-left: 1.25em;
}

.gt-entry__content li + li {
  margin-top: 0.35em;
}

.gt-entry__content .alignwide {
  max-width: var(--max);
  width: min(calc(100vw - 32px), var(--max));
  margin-left: 50%;
  transform: translateX(-50%);
}

.gt-entry__content .wp-block-columns {
  gap: 14px;
}

.gt-entry__content .wp-block-column {
  border: 1px solid rgba(7, 19, 17, 0.12);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.58);
}

.gt-entry-card {
  border: 1px solid rgba(7, 19, 17, 0.12);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.66);
}

.gt-entry-card + .gt-entry-card {
  margin-top: 14px;
}

.gt-entry-card h2 {
  margin: 0 0 10px;
  color: var(--ink);
}

.gt-entry-summary {
  color: #59655f;
}

.gt-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

.gt-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@keyframes gtFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gtFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes gtPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}

@keyframes gtRouteDash {
  to {
    stroke-dashoffset: -180;
  }
}

@keyframes gtMarkBreath {
  0%,
  100% {
    box-shadow: 0 12px 28px rgba(122, 201, 167, 0.18);
  }
  50% {
    box-shadow: 0 16px 38px rgba(216, 173, 95, 0.28);
  }
}

@media (max-width: 980px) {
  .gt-icon-button {
    display: grid;
  }

  .gt-nav__links {
    position: fixed;
    inset: 76px 16px auto;
    max-height: calc(100svh - 92px);
    overflow: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(247, 243, 232, 0.16);
    border-radius: 8px;
    background: rgba(7, 19, 17, 0.96);
    box-shadow: var(--shadow);
  }

  .gt-nav__links.is-open {
    display: flex;
  }

  .gt-nav__links a {
    padding: 13px 12px;
    border-radius: 8px;
  }

  .gt-nav__links a:hover {
    background: rgba(247, 243, 232, 0.08);
  }

  .gt-hero {
    min-height: auto;
    padding: 62px 0 34px;
  }

  .gt-hero__grid,
  .gt-subhero__grid,
  .gt-proof,
  .gt-cta {
    grid-template-columns: 1fr;
  }

  .gt-route-card {
    min-height: auto;
  }

  .gt-bento,
  .gt-about-grid,
  .gt-team-grid,
  .gt-visual-grid,
  .gt-intel__grid,
  .gt-process,
  .gt-buyer-grid,
  .gt-bridge-grid,
  .gt-checks,
  .gt-product-directory {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 680px) {
  .gt-shell {
    width: min(calc(100% - 24px), var(--max));
  }

  .gt-nav__actions .gt-button {
    display: none;
  }

  .gt-lang {
    order: -1;
  }

  .gt-brand__name span {
    display: none;
  }

  .gt-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.05rem);
    line-height: 0.96;
    overflow-wrap: anywhere;
  }

  .gt-subhero {
    padding: 54px 0 42px;
  }

  .gt-subhero h1,
  .gt-section h2 {
    font-size: clamp(1.85rem, 8.5vw, 2.7rem);
    line-height: 1.04;
  }

  .gt-hero__actions,
  .gt-footer__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .gt-footer__links {
    justify-content: flex-start;
  }

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

  .gt-route-card {
    padding: 12px;
  }

  .gt-route-card__visual {
    min-height: 250px;
  }

  .gt-route-card__footer,
  .gt-visual-grid,
  .gt-intel__grid,
  .gt-bento,
  .gt-product-categories,
  .gt-product-directory,
  .gt-about-grid,
  .gt-team-grid,
  .gt-catalog,
  .gt-lead-grid,
  .gt-process,
  .gt-buyer-grid,
  .gt-bridge-grid,
  .gt-form__row,
  .gt-checks {
    grid-template-columns: 1fr;
  }

  .gt-card,
  .gt-card--wide,
  .gt-card--tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  .gt-product-directory {
    max-height: 620px;
  }

  .gt-section {
    padding: 64px 0;
  }
}

