/*
Theme Name: The Global Bridge
Theme URI: https://example.com/
Author: The Global Bridge
Description: A refined one-page WordPress theme for organic ingredient sourcing and supply.
Version: 2.2.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: global-bridge
*/

:root {
  --forest: #123d2a;
  --leaf: #4d7c2a;
  --lime: #b7cc6f;
  --gold: #d6a74f;
  --cream: #f7f3e8;
  --paper: #fffdf8;
  --ink: #19251e;
  --muted: #687269;
  --line: rgba(18, 61, 42, .13);
  --shadow: 0 24px 70px rgba(32, 55, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--leaf); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-title { max-width: 680px; margin: 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 5vw, 4.3rem); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.section-copy { max-width: 610px; margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(255, 253, 248, .92); box-shadow: 0 8px 30px rgba(18, 61, 42, .05); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 166px; }
.brand-image { display: block; width: 300px; height: 156px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 34px; color: var(--forest); font-size: .92rem; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--forest); border-radius: 100px; background: var(--forest); color: white; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.nav-cta { min-height: 44px; padding-inline: 20px; }
.button:hover, .nav-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--forest); transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--forest); }
.button.secondary:hover { background: var(--forest); color: white; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 6px auto; background: var(--forest); }

.hero { position: relative; display: grid; min-height: 880px; place-items: center; overflow: hidden; padding: 210px 0 90px; background: radial-gradient(circle at 85% 25%, rgba(183, 204, 111, .28), transparent 34%), linear-gradient(135deg, #fbf8ef, #edf2df); }
.hero::before { position: absolute; top: -170px; right: -140px; width: 520px; height: 520px; border: 1px solid rgba(77,124,42,.14); border-radius: 50%; content: ""; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; }
.hero h1 { max-width: 760px; margin: 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 7vw, 6.8rem); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.hero h1 em { color: var(--leaf); font-style: italic; }
.hero-copy { max-width: 585px; margin: 28px 0 34px; color: #526158; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 42px; color: var(--forest); font-size: .86rem; font-weight: 800; }
.hero-trust span::before { margin-right: 8px; color: var(--leaf); content: "●"; font-size: .65rem; }
.hero-visual { position: relative; min-height: 570px; }
.hero-main-image { position: absolute; inset: 15px 0 auto 45px; width: min(440px, 84%); aspect-ratio: .86; border-radius: 220px 220px 28px 28px; object-fit: cover; box-shadow: var(--shadow); }
.hero-small-image { position: absolute; right: -15px; bottom: 0; width: 210px; aspect-ratio: 1; border: 10px solid var(--cream); border-radius: 50%; object-fit: cover; box-shadow: 0 20px 45px rgba(32,55,39,.16); }
.hero-badge { position: absolute; bottom: 44px; left: 0; width: 154px; height: 154px; display: grid; place-content: center; border-radius: 50%; background: var(--gold); color: var(--forest); text-align: center; font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.2; transform: rotate(-8deg); }
.hero-badge strong { display: block; font-size: 2rem; }

.products { padding: 112px 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.product-image { position: relative; overflow: hidden; aspect-ratio: 1 / .88; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-tag { position: absolute; top: 16px; left: 16px; padding: 7px 12px; border-radius: 100px; background: rgba(255,253,248,.9); color: var(--forest); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 25px 24px 27px; }
.product-body h3 { margin: 0 0 10px; color: var(--forest); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.product-body p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.7; }
.product-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; padding-top: 18px; }
.product-meta span { padding: 5px 9px; border-radius: 5px; background: #f1f4e9; color: var(--leaf); font-size: .72rem; font-weight: 800; }


/* Product segments: keep the original site design, with full-width stacked sections. */
.segment-block { margin-top: 58px; padding-top: 42px; border-top: 1px solid var(--line); }
.segment-block + .segment-block { margin-top: 92px; }
.segment-heading { display: grid; grid-template-columns: 1fr minmax(280px, 520px); gap: 48px; align-items: end; margin-bottom: 32px; }
.segment-heading h3 { margin: 2px 0 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -.035em; }
.segment-heading > p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.75; }
.segment-organic .segment-heading h3 { color: var(--leaf); }

.about { padding: 120px 0; overflow: hidden; background: var(--forest); color: white; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.about-collage { position: relative; min-height: 610px; }
.about-collage img:first-child { position: absolute; top: 0; right: 0; width: 82%; height: 520px; border-radius: 220px 220px 24px 24px; object-fit: cover; }
.about-collage img:last-child { position: absolute; bottom: 0; left: 0; width: 48%; aspect-ratio: 1; border: 10px solid var(--forest); border-radius: 50%; object-fit: cover; }
.about .eyebrow { color: var(--lime); }
.about .section-title { color: white; }
.about .section-copy { color: #c8d4cc; }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 46px; }
.value { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); }
.value strong { display: block; margin-bottom: 7px; color: var(--lime); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.value span { color: #c8d4cc; font-size: .9rem; }

.process { padding: 115px 0; background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; counter-reset: steps; }
.step { position: relative; min-height: 245px; padding: 38px 28px; border-top: 1px solid rgba(18,61,42,.26); counter-increment: steps; }
.step:not(:last-child) { border-right: 1px solid rgba(18,61,42,.15); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 58px; color: var(--leaf); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.step h3 { margin: 0 0 10px; color: var(--forest); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.step p { margin: 0; color: var(--muted); font-size: .91rem; }

.contact { padding: 120px 0; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.contact-details { display: grid; gap: 24px; margin-top: 42px; }
.contact-detail { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.contact-detail small { display: block; margin-bottom: 4px; color: var(--leaf); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-detail a, .contact-detail span { color: var(--forest); font-family: Georgia, serif; font-size: 1.25rem; }
.contact-form { padding: 42px; border-radius: 24px; background: var(--cream); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; color: var(--forest); font-size: .82rem; font-weight: 800; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(18,61,42,.17); border-radius: 10px; outline: none; background: var(--paper); color: var(--ink); padding: 14px 15px; transition: border .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(77,124,42,.12); }
.field textarea { min-height: 138px; resize: vertical; }
.hidden-field { position: absolute; left: -9999px; }
.form-status { margin: 0 0 22px; padding: 14px 16px; border-radius: 9px; background: #e2f0d7; color: var(--forest); font-weight: 700; }
.form-status.error { background: #f8ded8; color: #7f2b20; }

.site-footer { padding: 46px 0; background: #0c2c1e; color: #b9c8be; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 16px; background: #fff; }
.footer-brand .brand-image { width: 260px; height: 142px; object-position: center; }
.footer-links { display: flex; gap: 24px; font-size: .85rem; }
.copyright { font-size: .8rem; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }
  .hero-visual { min-height: 520px; max-width: 600px; width: 100%; margin: 0 auto; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .segment-heading { grid-template-columns: 1fr; gap: 12px; }
  .about-grid, .contact-grid { gap: 64px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 0; }
  .main-nav { position: fixed; inset: 112px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 36px 30px; background: var(--paper); font-family: Georgia, serif; font-size: 1.8rem; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 22px; padding: 10px 20px !important; font-family: Inter, sans-serif; font-size: 1rem; }
  .menu-toggle { display: block; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 112px; }
  .brand-image { width: 205px; height: 108px; }
  .main-nav { top: 94px; }
  .hero { min-height: auto; padding: 150px 0 70px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .hero-visual { min-height: 410px; }
  .hero-main-image { left: 18px; width: 82%; }
  .hero-small-image { right: 0; width: 145px; border-width: 7px; }
  .hero-badge { bottom: 10px; width: 112px; height: 112px; font-size: .8rem; }
  .hero-badge strong { font-size: 1.4rem; }
  .section-head { display: block; }
  .product-grid, .values, .steps, .form-row { grid-template-columns: 1fr; }
  .segment-block { margin-top: 44px; padding-top: 30px; }
  .segment-block + .segment-block { margin-top: 66px; }
  .products, .about, .process, .contact { padding: 82px 0; }
  .about-collage { min-height: 470px; }
  .about-collage img:first-child { height: 410px; }
  .step { border-right: 0 !important; }
  .contact-form { padding: 26px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   Dedicated Conventional / Organic catalogue experience
   Keeps the original TGB forest, leaf, cream and gold visual language.
   -------------------------------------------------------------------------- */

.segment-showcase { padding: 118px 0 128px; background: var(--paper); }
.segment-showcase-head { margin-bottom: 52px; }
.segment-intro-copy { position: relative; max-width: 570px; padding: 24px 28px 24px 34px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 253, 248, .74); box-shadow: 0 14px 42px rgba(32, 55, 39, .06); }
.segment-intro-line { position: absolute; top: 22px; bottom: 22px; left: 0; width: 4px; border-radius: 0 4px 4px 0; background: linear-gradient(180deg, var(--gold), var(--leaf)); }
.segment-intro-copy p { margin: 0; color: #526158; font-size: 1.02rem; line-height: 1.8; }
.segment-intro-copy strong { font-weight: 800; }
.copy-conventional { color: var(--forest); }
.copy-organic { color: var(--leaf); }
.copy-detail { color: var(--forest); font-weight: 650; }
.segment-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: stretch; }
.segment-feature { position: relative; display: flex; flex-direction: column; min-height: 640px; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 30px; color: inherit; text-decoration: none; box-shadow: 0 16px 50px rgba(25, 55, 38, .08); transition: transform .35s ease, box-shadow .35s ease; }
.segment-feature:hover { transform: translateY(-5px); box-shadow: 0 28px 70px rgba(25, 55, 38, .14); }
.segment-feature-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-start; min-height: 300px; padding: 44px 44px 34px; }
.segment-feature-copy .eyebrow { margin-bottom: 8px; }
.segment-feature-copy h3 { margin: 0 0 18px; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 4.6vw, 4.8rem); font-weight: 500; line-height: .96; letter-spacing: -.055em; }
.segment-feature-copy > p:not(.eyebrow) { max-width: 520px; margin: 0; color: #526158; font-size: .98rem; line-height: 1.72; }
.segment-number { position: absolute; top: 24px; right: 28px; color: rgba(18, 61, 42, .11); font-family: Georgia, serif; font-size: 4.3rem; line-height: 1; }
.segment-link { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 26px; color: var(--forest); font-size: .82rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.segment-link span { font-size: 1.4rem; transition: transform .25s ease; }
.segment-feature:hover .segment-link span { transform: translateX(7px); }
.segment-feature-visual { position: relative; flex: 1; min-height: 330px; overflow: hidden; }
.segment-feature-conventional { background: linear-gradient(145deg, #fffdf8 0%, #f5eedc 100%); }
.segment-feature-organic { background: linear-gradient(145deg, #eef3df 0%, #dce8c7 100%); }
.segment-feature-organic .segment-feature-copy h3 { color: var(--leaf); }
.segment-image { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
.segment-image-main { top: 14px; left: 50%; width: min(330px, 70%); height: 310px; border-radius: 170px 170px 24px 24px; transform: translateX(-50%); }
.segment-image-small { right: 5%; bottom: 22px; width: 126px; height: 126px; border: 7px solid rgba(255, 253, 248, .9); border-radius: 50%; }
.segment-pill { position: absolute; left: 6%; bottom: 28px; display: grid; place-items: center; width: 96px; height: 96px; border-radius: 50%; background: var(--gold); color: var(--forest); font-family: Georgia, serif; font-size: .92rem; text-align: center; transform: rotate(-8deg); box-shadow: 0 16px 36px rgba(32,55,39,.14); }

.main-nav .is-current { color: var(--leaf); }
.catalogue-hero { position: relative; overflow: hidden; padding: 190px 0 92px; background: radial-gradient(circle at 82% 25%, rgba(183,204,111,.28), transparent 31%), linear-gradient(135deg, #fbf8ef, #edf2df); }
.catalogue-hero::after { position: absolute; top: 80px; right: -120px; width: 420px; height: 420px; border: 1px solid rgba(77,124,42,.15); border-radius: 50%; content: ""; }
.catalogue-hero-organic { background: radial-gradient(circle at 82% 25%, rgba(183,204,111,.34), transparent 32%), linear-gradient(135deg, #f7f6ea, #e4edcf); }
.catalogue-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 76px; }
.catalogue-hero-copy { position: relative; z-index: 2; }
.back-link { display: inline-block; margin-bottom: 34px; color: var(--muted); font-size: .82rem; font-weight: 800; letter-spacing: .03em; }
.catalogue-hero h1 { margin: 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 8vw, 7.2rem); font-weight: 500; line-height: .9; letter-spacing: -.06em; }
.catalogue-hero h1 em { color: var(--leaf); font-style: italic; }
.catalogue-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 30px 0 0; color: #526158; font-size: 1.08rem; line-height: 1.8; }
.catalogue-hero-visual { position: relative; min-height: 510px; }
.catalogue-hero-visual > img { position: absolute; top: 0; right: 4%; width: min(430px, 88%); height: 485px; border-radius: 220px 220px 28px 28px; object-fit: cover; box-shadow: var(--shadow); }
.catalogue-orbit { position: absolute; left: 0; bottom: 8px; display: grid; place-content: center; width: 150px; height: 150px; border: 8px solid var(--cream); border-radius: 50%; background: var(--gold); color: var(--forest); text-align: center; box-shadow: 0 18px 42px rgba(32,55,39,.18); }
.catalogue-orbit strong { display: block; font-family: Georgia, serif; font-size: 2.6rem; line-height: 1; }
.catalogue-orbit span { margin-top: 8px; font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-products { padding: 110px 0 126px; }
.catalogue-heading { margin-bottom: 48px; }
.catalogue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.catalogue-grid .product-card:nth-child(4), .catalogue-grid .product-card:nth-child(5) { transform-origin: center; }
.product-kicker { margin: 0 0 7px !important; color: var(--leaf) !important; font-size: .72rem !important; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-enquire { display: inline-flex; margin-top: 22px; color: var(--forest); font-size: .82rem; font-weight: 900; }
.product-enquire:hover { color: var(--leaf); }
.segment-switch { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 58px; padding: 32px 36px; border-radius: 22px; background: var(--cream); }
.segment-switch span { color: var(--forest); font-family: Georgia, serif; font-size: 1.45rem; }

@media (max-width: 980px) {
  .segment-feature { grid-template-columns: 1fr; }
  .segment-feature-visual { min-height: 390px; }
  .catalogue-hero-grid { grid-template-columns: 1fr; }
  .catalogue-hero-visual { max-width: 600px; width: 100%; margin: 0 auto; }
  .catalogue-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .segment-showcase { padding: 82px 0; }
  .segment-feature { min-height: 0; border-radius: 22px; }
  .segment-feature-copy { padding: 34px 24px 30px; }
  .segment-feature-copy h3 { font-size: 3.35rem; }
  .segment-number { top: 22px; right: 20px; font-size: 4rem; }
  .segment-feature-visual { min-height: 315px; }
  .segment-image-main { top: 22px; right: 6%; width: 77%; height: 270px; }
  .segment-image-small { width: 112px; height: 112px; border-width: 6px; }
  .segment-pill { left: 5%; bottom: 20px; width: 88px; height: 88px; font-size: .85rem; }
  .catalogue-hero { padding: 150px 0 72px; }
  .catalogue-hero h1 { font-size: clamp(3.6rem, 17vw, 5rem); }
  .catalogue-hero-visual { min-height: 385px; }
  .catalogue-hero-visual > img { right: 0; width: 88%; height: 370px; }
  .catalogue-orbit { width: 112px; height: 112px; border-width: 6px; }
  .catalogue-orbit strong { font-size: 2rem; }
  .catalogue-grid { grid-template-columns: 1fr; }
  .catalogue-products { padding: 80px 0; }
  .segment-switch { flex-direction: column; align-items: flex-start; padding: 26px 22px; }
}

@media (max-width: 860px) {
  .segment-feature-grid { grid-template-columns: 1fr; }
  .segment-feature { min-height: 0; }
}
@media (max-width: 600px) {
  .segment-showcase { padding: 82px 0; }
  .segment-feature { border-radius: 22px; }
  .segment-feature-copy { min-height: 0; padding: 34px 24px 28px; }
  .segment-feature-copy h3 { font-size: 3.2rem; }
  .segment-feature-visual { min-height: 300px; }
  .segment-image-main { width: 74%; height: 270px; }
  .segment-image-small { width: 105px; height: 105px; border-width: 6px; }
  .segment-pill { width: 82px; height: 82px; font-size: .8rem; }
}

@media (max-width: 860px) {
  .segment-intro-copy { max-width: none; padding: 22px 24px 22px 30px; }
}

/* Header language switcher */
.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 8px;
    padding: 7px 10px;
    border: 1px solid rgba(35, 78, 55, .18);
    border-radius: 999px;
    background: rgba(255, 252, 243, .72);
    color: rgba(35, 78, 55, .45);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1;
    white-space: nowrap;
}
.language-switcher a { color: rgba(35, 78, 55, .52); text-decoration: none; transition: color .2s ease, background .2s ease; }
.language-switcher a:hover, .language-switcher a.is-active { color: #234e37; }
.language-switcher a.is-active { background: #e3a631; color: #173c2a; border-radius: 999px; padding: 5px 7px; margin: -5px -3px; }
@media (max-width: 900px) {
    .main-nav .language-switcher { margin: 8px 0 0; align-self: flex-start; }
}
