/* ================================================================
REVIEWS PAGE — Resilience Expedition
Full brand palette · Mobile-first · 320px → 1280px
================================================================ */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0
}

html {
font-size: 16px;
scroll-behavior: smooth;
-webkit-text-size-adjust: 100%
}

body {
font-family: var(--fb);
background: var(--ivory);
color: var(--ink);
line-height: 1.7;
font-size: 15px;
overflow-x: hidden
}

img {
max-width: 100%;
height: auto;
display: block
}

a {
color: inherit;
text-decoration: none
}

button,
input,
select,
textarea {
font-family: inherit
}

ul,
ol {
list-style: none
}

a:focus,
button:focus {
outline: 3px solid var(--savanna);
outline-offset: 3px
}

:root {
--night: #0A1510;
--earth-dk: #2A1808;
--earth: #7A4A18;
--savanna: #C07033;
--savanna-lt: #E09240;
--savanna-pl: #FDF3E6;
--lion: #D4A055;
--lion-lt: #ECC070;
--acacia: #4A6B2A;
--teal-dk: #14394F;
--teal: #1B5E7B;
--ivory: #F5F0E8;
--ivory-dk: #EDE6D8;
--ivory-md: #E8E0CE;
--white: #FDFAF4;
--ink: #1A1410;
--rock: #4A3E32;
--mist: #7A6E62;
--border: rgba(120, 90, 60, .14);
--border-md: rgba(120, 90, 60, .26);
--success: #1A7040;
--critical: #8B2F20;
/* Platform brand colours */
--google-red: #EA4335;
--ta-green: #34E0A1;
--ta-dark: #00A680;
--tp-green: #00B67A;
--fb-blue: #1877F2;
--fd: 'Playfair Display', Georgia, serif;
--fb: 'Outfit', sans-serif;
--s1: .25rem;
--s2: .5rem;
--s3: .75rem;
--s4: 1rem;
--s5: 1.25rem;
--s6: 1.5rem;
--s8: 2rem;
--s10: 2.5rem;
--s12: 3rem;
--s16: 4rem;
--rsm: 6px;
--rmd: 12px;
--rlg: 18px;
--rxl: 24px;
--rpill: 100px;
--sh-sm: 0 2px 12px rgba(10, 21, 16, .08);
--sh-md: 0 6px 28px rgba(10, 21, 16, .12);
--sh-lg: 0 14px 50px rgba(10, 21, 16, .17);
--t: .22s cubic-bezier(.4, 0, .2, 1);
}

.skip-link {
position: absolute;
top: -100%;
left: var(--s4);
background: var(--earth-dk);
color: var(--white);
padding: var(--s2) var(--s5);
border-radius: var(--rsm);
font-size: 14px;
z-index: 9999;
transition: top var(--t)
}

.skip-link:focus {
top: var(--s3)
}

.sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}

/* ================================================================
HEADER
================================================================ */
.site-header {
position: sticky;
top: 0;
z-index: 300;
background: rgba(10, 21, 16, .97);
backdrop-filter: blur(16px);
border-bottom: 1px solid rgba(192, 112, 51, .22)
}

.nav-wrap {
max-width: 1280px;
margin: 0 auto;
padding: 0 var(--s4)
}

.nav-topbar {
display: flex;
align-items: center;
justify-content: space-between;
height: 64px
}

.logo-link {
display: flex;
align-items: center;
gap: var(--s3);
flex-shrink: 0
}

.logo-link img {
height: 42px;
width: 42px;
object-fit: contain;
border-radius: var(--rsm)
}

.logo-words {
display: flex;
flex-direction: column;
line-height: 1.15
}

.logo-name {
font-family: var(--fd);
font-size: clamp(.88rem, 2.5vw, 1.05rem);
font-weight: 700;
color: var(--white)
}

.logo-sub {
font-size: 9.5px;
font-weight: 500;
color: rgba(255, 255, 255, .38);
letter-spacing: .12em;
text-transform: uppercase
}

.hamburger {
display: flex;
flex-direction: column;
gap: 5px;
background: none;
border: none;
cursor: pointer;
padding: var(--s2);
border-radius: var(--rsm);
transition: background var(--t)
}

.hamburger:hover {
background: rgba(255, 255, 255, .07)
}

.hamburger span {
display: block;
width: 22px;
height: 2px;
background: rgba(255, 255, 255, .85);
border-radius: 2px;
transition: transform var(--t), opacity var(--t)
}

.hamburger[aria-expanded="true"] span:nth-child(1) {
transform: translateY(7px) rotate(45deg)
}

.hamburger[aria-expanded="true"] span:nth-child(2) {
opacity: 0;
transform: scaleX(0)
}

.hamburger[aria-expanded="true"] span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg)
}

.nav-drawer {
display: none;
flex-direction: column;
padding-bottom: var(--s4);
border-top: 1px solid rgba(255, 255, 255, .07)
}

.nav-drawer.open {
display: flex
}

.nav-links {
display: flex;
flex-direction: column;
gap: 2px;
padding: var(--s3) 0
}

.nav-links a {
display: block;
padding: var(--s3);
font-size: 15px;
font-weight: 500;
color: rgba(255, 255, 255, .75);
border-radius: var(--rsm);
transition: background var(--t), color var(--t)
}

.nav-links a:hover {
background: rgba(192, 112, 51, .2);
color: var(--white)
}

.nav-links a[aria-current="page"] {
background: var(--earth-dk);
color: var(--white)
}

.nav-cta {
display: flex;
align-items: center;
justify-content: center;
gap: var(--s2);
padding: var(--s3) var(--s6);
background: var(--savanna);
color: var(--white);
border-radius: var(--rpill);
font-weight: 700;
font-size: 14px;
margin-top: var(--s2);
transition: background var(--t)
}

.nav-cta:hover {
background: var(--savanna-lt)
}

@media(min-width:768px) {
.hamburger {
display: none
}

.nav-drawer {
display: flex !important;
flex-direction: row;
align-items: center;
padding-bottom: 0;
border-top: none
}

.nav-links {
flex-direction: row;
padding: 0
}

.nav-links a {
font-size: 13.5px;
padding: var(--s2) var(--s3)
}

.nav-cta {
margin-top: 0;
margin-left: var(--s3);
padding: var(--s2) var(--s5);
font-size: 13.5px
}

.nav-topbar {
height: 68px
}
}

/* ================================================================
BREADCRUMB
================================================================ */
.bc-bar {
background: var(--earth-dk);
border-bottom: 1px solid rgba(192, 112, 51, .18);
overflow-x: auto;
white-space: nowrap;
scrollbar-width: none
}

.bc-bar::-webkit-scrollbar {
display: none
}

.bc-inner {
max-width: 1280px;
margin: 0 auto;
padding: var(--s2) var(--s4)
}

.bc-list {
display: inline-flex;
align-items: center;
gap: var(--s2);
font-size: 12px;
color: rgba(255, 255, 255, .42)
}

.bc-list li+li::before {
content: "›";
font-size: 13px
}

.bc-list a {
color: rgba(255, 255, 255, .6);
transition: color var(--t)
}

.bc-list a:hover {
color: var(--lion-lt)
}

.bc-list [aria-current="page"] {
color: rgba(255, 255, 255, .85);
font-weight: 500
}

/* ================================================================
HERO
================================================================ */
.rv-hero {
position: relative;
min-height: clamp(380px, 50vw, 560px);
display: flex;
align-items: flex-end;
overflow: hidden;
background: var(--night);
}

.rv-hero-bg {
position: absolute;
inset: 0;
background-image: url('https://www.resilienceexpedition.com/images/reviews.jpg');
background-size: cover;
background-position: center 38%;
transform: scale(1.04);
transition: transform 10s ease-out;
filter: saturate(1.1) brightness(.6);
}

.rv-hero.loaded .rv-hero-bg {
transform: scale(1)
}

.rv-hero-ov {
position: absolute;
inset: 0;
background: linear-gradient(168deg, rgba(10, 21, 16, .04) 0%, rgba(42, 24, 8, .2) 35%, rgba(10, 21, 16, .7) 65%, rgba(10, 21, 16, .99) 100%)
}

.rv-hero-ridge {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
background: linear-gradient(to top, var(--ivory) 0%, transparent 100%);
z-index: 1
}

.rv-hero-content {
position: relative;
z-index: 2;
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: var(--s12) var(--s4) var(--s10);
display: flex;
flex-direction: column;
gap: var(--s4);
}

@media(min-width:768px) {
.rv-hero-content {
padding: var(--s12) var(--s6) var(--s10)
}
}

.rv-hero-eyebrow {
display: inline-flex;
align-items: center;
gap: var(--s2);
background: rgba(212, 160, 85, .18);
border: 1px solid rgba(212, 160, 85, .38);
color: var(--lion-lt);
font-size: 10.5px;
font-weight: 700;
letter-spacing: .16em;
text-transform: uppercase;
padding: var(--s1) var(--s4);
border-radius: var(--rpill);
width: fit-content
}

.rv-hero-title {
font-family: var(--fd);
font-size: clamp(2.2rem, 6.5vw, 4.4rem);
font-weight: 700;
color: var(--white);
line-height: 1.06;
letter-spacing: -.03em;
max-width: 820px
}

.rv-hero-title em {
font-style: italic;
color: var(--lion-lt)
}

.rv-hero-sub {
font-size: clamp(14px, 2.3vw, 16.5px);
color: rgba(255, 255, 255, .68);
max-width: 540px;
line-height: 1.75
}

/* Platform badges row */
.rv-platforms {
display: flex;
flex-wrap: wrap;
gap: var(--s3);
margin-top: var(--s2)
}

.rv-plat-badge {
display: flex;
align-items: center;
gap: var(--s2);
background: rgba(255, 255, 255, .1);
border: 1px solid rgba(255, 255, 255, .18);
backdrop-filter: blur(6px);
padding: var(--s2) var(--s4);
border-radius: var(--rpill)
}

.rv-plat-badge .plat-icon {
width: 20px;
height: 20px;
flex-shrink: 0
}

.rv-plat-badge .plat-score {
font-family: var(--fd);
font-size: 1rem;
font-weight: 700;
color: var(--white);
line-height: 1
}

.rv-plat-badge .plat-stars {
font-size: 11px;
color: var(--lion-lt)
}

.rv-plat-badge .plat-count {
font-size: 11px;
color: rgba(255, 255, 255, .55)
}

/* ================================================================
PAGE WRAPPER
================================================================ */
.rv-wrap {
max-width: 1280px;
margin: 0 auto;
padding: var(--s8) var(--s4)
}

@media(min-width:768px) {
.rv-wrap {
padding: var(--s10) var(--s6)
}
}

/* ================================================================
OVERALL SCORE DASHBOARD
================================================================ */
.score-dashboard {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--rxl);
padding: var(--s8);
margin-bottom: var(--s8);
overflow: hidden
}

.sd-grid {
display: grid;
grid-template-columns: 1fr;
gap: var(--s8)
}

@media(min-width:768px) {
.sd-grid {
grid-template-columns: 240px 1fr;
align-items: start
}
}

/* Big score left */
.sd-big-score {
display: flex;
flex-direction: column;
align-items: center;
gap: var(--s3);
padding: var(--s6);
background: linear-gradient(135deg, var(--earth-dk), var(--earth));
border-radius: var(--rlg);
text-align: center
}

.sd-num {
font-family: var(--fd);
font-size: 4.5rem;
font-weight: 700;
color: var(--lion-lt);
line-height: 1
}

.sd-stars {
display: flex;
gap: 3px;
justify-content: center;
font-size: 22px;
color: var(--lion-lt)
}

.sd-total {
font-size: 13px;
color: rgba(255, 255, 255, .52);
font-weight: 500
}

.sd-label {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: rgba(255, 255, 255, .38)
}

.sd-cert {
display: flex;
align-items: center;
gap: var(--s2);
margin-top: var(--s2);
background: rgba(255, 255, 255, .1);
border: 1px solid rgba(255, 255, 255, .18);
border-radius: var(--rpill);
padding: var(--s1) var(--s3)
}

.sd-cert-ico {
font-size: 14px
}

.sd-cert-txt {
font-size: 11px;
font-weight: 700;
color: rgba(255, 255, 255, .65);
text-transform: uppercase;
letter-spacing: .06em
}

/* Category ratings right */
.sd-cats {
display: flex;
flex-direction: column;
gap: var(--s4)
}

.sd-cat-title {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--mist);
margin-bottom: var(--s2)
}

.cat-row {
display: flex;
align-items: center;
gap: var(--s3)
}

.cat-name {
font-size: 13.5px;
font-weight: 600;
color: var(--ink);
min-width: 120px;
flex-shrink: 0
}

.cat-bar-wrap {
flex: 1;
height: 8px;
background: var(--ivory-dk);
border-radius: var(--rpill);
overflow: hidden
}

.cat-bar {
height: 100%;
border-radius: var(--rpill);
background: linear-gradient(90deg, var(--savanna), var(--lion-lt));
transition: width .9s cubic-bezier(.4, 0, .2, 1)
}

.cat-score {
font-size: 13px;
font-weight: 700;
color: var(--ink);
min-width: 30px;
text-align: right;
flex-shrink: 0
}

.cat-stars-sm {
font-size: 11px;
color: var(--savanna);
min-width: 68px;
flex-shrink: 0
}

/* Platform row */
.sd-platforms {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--s3);
margin-top: var(--s5);
padding-top: var(--s5);
border-top: 1px solid var(--border)
}

@media(min-width:600px) {
.sd-platforms {
grid-template-columns: repeat(3, 1fr)
}
}

.sdp-card {
display: flex;
align-items: center;
gap: var(--s3);
padding: var(--s3) var(--s4);
border: 1px solid var(--border);
border-radius: var(--rmd);
transition: box-shadow var(--t)
}

.sdp-card:hover {
box-shadow: var(--sh-sm)
}

.sdp-icon {
width: 32px;
height: 32px;
border-radius: var(--rsm);
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center
}

.sdp-body {
display: flex;
flex-direction: column;
gap: 1px;
min-width: 0
}

.sdp-name {
font-size: 11px;
font-weight: 700;
color: var(--mist);
text-transform: uppercase;
letter-spacing: .06em
}

.sdp-score {
font-family: var(--fd);
font-size: 1.1rem;
font-weight: 700;
color: var(--ink);
line-height: 1
}

.sdp-count {
font-size: 10.5px;
color: var(--mist)
}

.sdp-link {
margin-left: auto;
display: inline-flex;
align-items: center;
gap: 3px;
font-size: 11px;
font-weight: 700;
color: var(--savanna);
white-space: nowrap;
flex-shrink: 0
}

.sdp-link svg {
width: 11px;
height: 11px
}

/* ================================================================
FILTER + SORT BAR
================================================================ */
.filter-bar {
display: flex;
flex-direction: column;
gap: var(--s3);
margin-bottom: var(--s6)
}

@media(min-width:600px) {
.filter-bar {
flex-direction: row;
align-items: center;
justify-content: space-between
}
}

.filter-tabs {
display: flex;
gap: var(--s2);
overflow-x: auto;
scrollbar-width: none;
padding: 3px 0
}

.filter-tabs::-webkit-scrollbar {
display: none
}

.ftab {
display: inline-flex;
align-items: center;
gap: var(--s1);
padding: var(--s2) var(--s4);
border-radius: var(--rpill);
font-size: 13px;
font-weight: 600;
color: var(--mist);
background: var(--white);
border: 1px solid var(--border);
cursor: pointer;
transition: all var(--t);
white-space: nowrap
}

.ftab:hover {
border-color: var(--savanna);
color: var(--earth)
}

.ftab.active {
background: var(--earth-dk);
color: var(--white);
border-color: var(--earth-dk)
}

.ftab .ft-count {
font-size: 10px;
font-weight: 700;
padding: 1px 6px;
border-radius: var(--rpill);
background: rgba(255, 255, 255, .2);
margin-left: 2px
}

.ftab:not(.active) .ft-count {
background: rgba(120, 90, 60, .1);
color: var(--mist)
}

.sort-select {
font-size: 13px;
font-weight: 500;
color: var(--ink);
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--rsm);
padding: var(--s2) var(--s6) var(--s2) var(--s3);
cursor: pointer;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%237A6E62' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right .6rem center;
flex-shrink: 0
}

/* Results meta */
.results-meta {
font-size: 13px;
color: var(--mist);
margin-bottom: var(--s5)
}

.results-meta strong {
color: var(--ink);
font-weight: 700
}

/* ================================================================
REVIEW CARDS
================================================================ */
#reviews-grid {
display: grid;
grid-template-columns: 1fr;
gap: var(--s5)
}

@media(min-width:700px) {
#reviews-grid {
grid-template-columns: 1fr 1fr
}
}

@media(min-width:1100px) {
#reviews-grid {
grid-template-columns: repeat(3, 1fr)
}
}

.rv-card[data-hidden="true"] {
display: none
}

.rv-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--rxl);
padding: var(--s5) var(--s5) var(--s4);
display: flex;
flex-direction: column;
gap: var(--s4);
position: relative;
transition: box-shadow var(--t), transform var(--t);
animation: rvFadeIn .35s ease both;
}

.rv-card:hover {
box-shadow: var(--sh-md);
transform: translateY(-3px)
}

@keyframes rvFadeIn {
from {
opacity: 0;
transform: translateY(14px)
}

to {
opacity: 1;
transform: translateY(0)
}
}

/* Top row: platform icon + meta */
.rv-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: var(--s3)
}

.rv-platform-icon {
width: 34px;
height: 34px;
border-radius: var(--rsm);
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
box-shadow: var(--sh-sm)
}

/* Platform icon variants */
.pi-google {
background: #fff
}

.pi-ta {
background: #34E0A1
}

.pi-tp {
background: #00B67A
}

.pi-fb {
background: #1877F2
}

.pi-direct {
background: var(--ivory-dk);
border: 1px solid var(--border)
}

.rv-platform-icon svg {
width: 20px;
height: 20px
}

.rv-meta {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 2px
}

.rv-trip-type {
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .09em;
color: var(--savanna);
line-height: 1
}

.rv-date {
font-size: 11px;
color: var(--mist)
}

.rv-verified {
display: inline-flex;
align-items: center;
gap: 3px;
font-size: 10px;
font-weight: 700;
color: var(--success);
margin-top: 1px
}

.rv-verified svg {
width: 10px;
height: 10px
}

/* Stars row */
.rv-stars-row {
display: flex;
align-items: center;
gap: var(--s3);
flex-wrap: wrap
}

.rv-stars {
display: flex;
gap: 1px;
font-size: 15px
}

.rv-star-full {
color: var(--savanna)
}

.rv-star-empty {
color: var(--ivory-md)
}

.rv-title {
font-family: var(--fd);
font-size: 1.05rem;
font-weight: 700;
color: var(--ink);
line-height: 1.3;
flex: 1;
min-width: 0
}

/* Category mini-ratings inside card */
.rv-cat-ratings {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--s1) var(--s4)
}

.rv-cat-item {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--s2)
}

.rv-cat-name {
font-size: 11px;
color: var(--mist);
white-space: nowrap
}

.rv-cat-stars {
display: flex;
gap: 1px;
font-size: 10px
}

/* Review text */
.rv-text-wrap {
position: relative
}

.rv-text {
font-size: 13.5px;
color: var(--rock);
line-height: 1.75;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
transition: all .3s ease
}

.rv-text.expanded {
display: block;
-webkit-line-clamp: unset
}

/* Read more / less button */
.rv-read-more {
background: none;
border: none;
cursor: pointer;
font-size: 13px;
font-weight: 700;
color: var(--savanna);
display: inline-flex;
align-items: center;
gap: 4px;
margin-top: var(--s2);
transition: color var(--t);
padding: 0
}

.rv-read-more:hover {
color: var(--earth)
}

.rv-read-more svg {
width: 13px;
height: 13px;
transition: transform var(--t)
}

.rv-read-more.expanded svg {
transform: rotate(180deg)
}

/* Author */
.rv-author {
display: flex;
align-items: center;
gap: var(--s3);
padding-top: var(--s3);
border-top: 1px solid var(--border)
}

.rv-avatar {
width: 38px;
height: 38px;
border-radius: 50%;
background: var(--ivory-dk);
display: flex;
align-items: center;
justify-content: center;
font-family: var(--fd);
font-weight: 700;
font-size: 14px;
color: var(--earth);
flex-shrink: 0;
line-height: 1
}

.rv-author-info {
flex: 1;
min-width: 0
}

.rv-name {
font-size: 13.5px;
font-weight: 700;
color: var(--ink)
}

.rv-location {
font-size: 11.5px;
color: var(--mist);
display: flex;
align-items: center;
gap: 4px
}

/* External link to original review */
.rv-ext-link {
display: inline-flex;
align-items: center;
gap: 4px;
font-size: 11.5px;
font-weight: 700;
padding: var(--s1) var(--s3);
border-radius: var(--rpill);
border: 1px solid var(--border);
color: var(--mist);
transition: all var(--t);
white-space: nowrap;
flex-shrink: 0
}

.rv-ext-link:hover {
border-color: var(--savanna);
color: var(--earth);
background: var(--savanna-pl)
}

.rv-ext-link svg {
width: 11px;
height: 11px
}

.rv-ext-link.google:hover {
border-color: var(--google-red);
color: var(--google-red);
background: #fff5f4
}

.rv-ext-link.ta:hover {
border-color: var(--ta-dark);
color: var(--ta-dark);
background: #f0fdf7
}

.rv-ext-link.tp:hover {
border-color: var(--tp-green);
color: var(--tp-green);
background: #f0fdf6
}

/* ================================================================
LOAD MORE BUTTON
================================================================ */
.load-more-wrap {
text-align: center;
margin-top: var(--s8)
}

.load-more-btn {
display: inline-flex;
align-items: center;
gap: var(--s2);
padding: var(--s4) var(--s8);
background: var(--white);
border: 2px solid var(--border-md);
color: var(--ink);
border-radius: var(--rpill);
font-size: 14.5px;
font-weight: 700;
cursor: pointer;
transition: all var(--t)
}

.load-more-btn:hover {
background: var(--earth-dk);
color: var(--white);
border-color: var(--earth-dk)
}

.load-more-btn svg {
width: 16px;
height: 16px
}

/* ================================================================
WRITE A REVIEW CTA
================================================================ */
.write-review-section {
background: linear-gradient(135deg, var(--earth-dk), var(--earth));
border-radius: var(--rxl);
padding: var(--s8) var(--s8);
margin-top: var(--s10);
margin-bottom: var(--s10)
}

.wr-inner {
display: flex;
flex-direction: column;
gap: var(--s5);
align-items: flex-start
}

@media(min-width:768px) {
.wr-inner {
flex-direction: row;
align-items: center;
justify-content: space-between
}
}

.wr-text h2 {
font-family: var(--fd);
font-size: clamp(1.4rem, 3.5vw, 2rem);
font-weight: 700;
color: var(--white);
line-height: 1.3;
margin-bottom: var(--s2)
}

.wr-text h2 em {
font-style: italic;
color: var(--lion-lt)
}

.wr-text p {
font-size: 14px;
color: rgba(255, 255, 255, .6);
max-width: 460px;
line-height: 1.65
}

.wr-btns {
display: flex;
flex-wrap: wrap;
gap: var(--s3);
flex-shrink: 0
}

.wr-btn {
display: inline-flex;
align-items: center;
gap: var(--s2);
padding: var(--s3) var(--s5);
border-radius: var(--rpill);
font-size: 13.5px;
font-weight: 700;
transition: all var(--t);
white-space: nowrap;
border: 1px solid;
cursor: pointer
}

.wr-btn.google {
background: #fff;
color: var(--ink);
border-color: #fff
}

.wr-btn.google:hover {
background: #f1f3f4;
transform: translateY(-2px)
}

.wr-btn.ta {
background: var(--ta-green);
color: #000;
border-color: var(--ta-green)
}

.wr-btn.ta:hover {
background: var(--ta-dark);
color: #fff;
transform: translateY(-2px)
}

.wr-btn.tp {
background: var(--tp-green);
color: #fff;
border-color: var(--tp-green)
}

.wr-btn.tp:hover {
opacity: .88;
transform: translateY(-2px)
}

.wr-btn svg {
width: 15px;
height: 15px
}

/* ================================================================
FOOTER
================================================================ */
.site-footer {
background: var(--night);
color: rgba(255, 255, 255, .65);
padding: var(--s10) var(--s4) var(--s8)
}

.f-grid {
max-width: 1280px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: var(--s8)
}

@media(min-width:600px) {
.f-grid {
flex-direction: row;
flex-wrap: wrap;
gap: var(--s8)
}
}

@media(min-width:1024px) {
.f-grid {
flex-wrap: nowrap;
gap: var(--s10)
}
}

.f-brand {
flex: 2;
min-width: 0
}

.f-logo-row {
display: flex;
align-items: center;
gap: var(--s3);
margin-bottom: var(--s4)
}

.f-logo-row img {
height: 42px;
width: 42px;
object-fit: contain;
border-radius: var(--rsm)
}

.f-brand-name {
font-family: var(--fd);
font-size: 1.2rem;
font-weight: 700;
color: var(--white)
}

.f-brand p {
font-size: 13.5px;
line-height: 1.7;
max-width: 280px
}

.f-col {
flex: 1;
min-width: 130px
}

.f-col h4 {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--lion-lt);
margin-bottom: var(--s4)
}

.f-col ul {
display: flex;
flex-direction: column;
gap: var(--s2)
}

.f-col a {
font-size: 13.5px;
color: rgba(255, 255, 255, .6);
transition: color var(--t)
}

.f-col a:hover {
color: var(--white)
}

.f-social {
display: flex;
gap: var(--s2);
margin-top: var(--s4)
}

.f-social a {
width: 38px;
height: 38px;
border-radius: 50%;
background: rgba(255, 255, 255, .08);
color: rgba(255, 255, 255, .7);
display: flex;
align-items: center;
justify-content: center;
transition: all var(--t)
}

.f-social a:hover {
background: var(--savanna);
color: var(--white)
}

.f-social svg {
width: 16px;
height: 16px
}

.f-bottom {
max-width: 1280px;
margin: var(--s8) auto 0;
padding-top: var(--s5);
border-top: 1px solid rgba(255, 255, 255, .08);
display: flex;
flex-direction: column;
gap: var(--s2);
font-size: 12px;
color: rgba(255, 255, 255, .35)
}

@media(min-width:520px) {
.f-bottom {
flex-direction: row;
justify-content: space-between;
align-items: center
}
}

.f-bottom a {
color: inherit;
transition: color var(--t)
}

.f-bottom a:hover {
color: rgba(255, 255, 255, .6)
}
