/*
Theme Name: Five Star Transport
Theme URI: https://fivestartransport.example
Author: Five Star Transport
Description: Dark, bold one-brand theme for Five Star Transport — vehicle transport, recovery, scrap collection, valet and storage. Includes Home, Services, Gallery, FAQ and Contact templates, Customizer-editable contact details and a built-in quote form.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fivestartransport
*/

:root {
  --fst-bg: #14110d;
  --fst-panel: #1e1a14;
  --fst-line: #2e2820;
  --fst-orange: #f28b1e;
  --fst-orange-light: #ffa94d;
  --fst-text: #f2ece0;
  --fst-muted: #b8ae9b;
  --fst-dim: #9c917f;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--fst-bg); color: var(--fst-text); font-family: Barlow, sans-serif; font-size: 17px; line-height: 1.6; }
a { color: var(--fst-orange); text-decoration: none; }
a:hover { color: var(--fst-orange-light); }
img { max-width: 100%; height: auto; }
h1, h2, h3 { text-wrap: pretty; }
.fst-display { font-family: Anton, sans-serif; text-transform: uppercase; letter-spacing: 0.02em; color: #fff; margin: 0; }
.fst-cond { font-family: 'Barlow Condensed', sans-serif; }
.fst-kicker { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--fst-orange); }
.fst-wrap { max-width: 1160px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.fst-btn { display: inline-block; background: var(--fst-orange); color: #1a1510; padding: 16px 30px; border-radius: 6px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: 0.06em; text-transform: uppercase; border: none; cursor: pointer; }
.fst-btn:hover { background: var(--fst-orange-light); color: #1a1510; }
.fst-btn--ghost { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.3); color: #fff; }
.fst-btn--ghost:hover { background: rgba(255,255,255,0.16); color: #fff; }
.fst-btn--dark { background: #1a1510; color: var(--fst-orange); }
.fst-btn--dark:hover { background: #2e2820; color: var(--fst-orange-light); }

.fst-topbar { background: var(--fst-orange); color: #1a1510; display: flex; justify-content: center; gap: 32px; padding: 8px 24px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; flex-wrap: wrap; }
.fst-topbar a { color: #1a1510; }
.fst-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 40px; background: #1c1813; border-bottom: 1px solid var(--fst-line); position: sticky; top: 0; z-index: 10; }
.fst-logo { display: flex; flex-direction: column; line-height: 1; }
.fst-logo .stars { color: #f2c14e; font-size: 13px; letter-spacing: 0.35em; }
.fst-logo .name { font-family: Anton, sans-serif; font-size: 26px; color: var(--fst-text); }
.fst-logo .name em { font-style: normal; color: var(--fst-orange); }
.fst-logo .tag { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; letter-spacing: 0.22em; color: var(--fst-dim); text-transform: uppercase; }
.fst-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 28px; }
.fst-nav a { color: #d8d0c2; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 17px; letter-spacing: 0.08em; text-transform: uppercase; }
.fst-nav a:hover, .fst-nav .current-menu-item a { color: var(--fst-orange); }
.fst-header .fst-btn { padding: 12px 22px; font-size: 18px; white-space: nowrap; }

.fst-hero { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; }
.fst-hero > img { position: absolute; inset: 0; width: 160%; max-width: none; height: 100%; object-fit: cover; object-position: 0% 40%; }
.fst-hero .shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,17,13,0.96) 0%, rgba(20,17,13,0.82) 42%, rgba(20,17,13,0.25) 78%); }
.fst-hero .inner { position: relative; width: 100%; padding-top: 80px; padding-bottom: 80px; }
.fst-hero .copy { max-width: 560px; display: flex; flex-direction: column; gap: 20px; }
.fst-hero h1 { font-size: 84px; line-height: 0.95; text-shadow: 0 4px 24px rgba(0,0,0,0.6); }
.fst-hero h1 em { font-style: normal; color: var(--fst-orange); }
.fst-hero p { font-size: 20px; color: #e4dccb; margin: 0; }
.fst-hero .ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.fst-hero .ticks { display: flex; gap: 24px; flex-wrap: wrap; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 16px; letter-spacing: 0.08em; text-transform: uppercase; color: #c9bfa9; }

.fst-section { padding: 90px 0 70px; }
.fst-section-head { display: flex; flex-direction: column; gap: 10px; margin-bottom: 40px; }
.fst-section-head h2 { font-size: 44px; }
.fst-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.fst-card { background: var(--fst-panel); border: 1px solid var(--fst-line); border-radius: 10px; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.fst-card:hover { border-color: var(--fst-orange); }
.fst-card .icon { font-size: 30px; }
.fst-card h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 24px; letter-spacing: 0.04em; text-transform: uppercase; margin: 0; color: #fff; }
.fst-card h3 em { font-style: normal; color: var(--fst-orange); }
.fst-card p { margin: 0; color: var(--fst-muted); font-size: 16px; line-height: 1.55; }
.fst-card .tag { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 15px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fst-orange); }

.fst-banner { background: var(--fst-orange); color: #1a1510; }
.fst-banner .inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 44px; padding-bottom: 44px; }
.fst-banner h2 { font-family: Anton, sans-serif; font-size: 36px; margin: 0; text-transform: uppercase; color: #1a1510; }
.fst-banner p { margin: 6px 0 0; font-weight: 600; font-size: 18px; }

.fst-quote { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; padding: 90px 0; }
.fst-quote .info { display: flex; flex-direction: column; gap: 16px; }
.fst-quote .info h2 { font-size: 44px; }
.fst-quote .info p { color: var(--fst-muted); margin: 0; }
.fst-quote .links { display: flex; flex-direction: column; gap: 10px; }
.fst-quote .links a { color: var(--fst-text); }
.fst-quote .links a:hover { color: var(--fst-orange); }
.fst-form { background: var(--fst-panel); border: 1px solid var(--fst-line); border-radius: 10px; padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.fst-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fst-form input, .fst-form textarea { background: var(--fst-bg); border: 1px solid var(--fst-line); border-radius: 6px; padding: 13px 14px; color: var(--fst-text); font-family: Barlow, sans-serif; font-size: 16px; width: 100%; }
.fst-form textarea { resize: vertical; }
.fst-form input:focus, .fst-form textarea:focus { outline: none; border-color: var(--fst-orange); }
.fst-notice { background: rgba(242,139,30,0.12); border: 1px solid var(--fst-orange); border-radius: 6px; padding: 12px 16px; color: var(--fst-orange-light); font-weight: 600; }

.fst-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fst-gallery-grid img { width: 100%; height: 240px; object-fit: cover; border-radius: 8px; border: 1px solid var(--fst-line); }

.fst-faq { max-width: 860px; margin: 0 auto; padding: 0 40px 90px; }
.fst-faq h2 { font-size: 36px; margin-bottom: 24px; }
.fst-faq-list { display: flex; flex-direction: column; gap: 10px; }
.fst-faq-item { background: var(--fst-panel); border: 1px solid var(--fst-line); border-radius: 8px; padding: 20px 24px; }
.fst-faq-item h3 { margin: 0 0 6px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: 0.03em; text-transform: uppercase; color: var(--fst-text); }
.fst-faq-item p { margin: 0; color: var(--fst-muted); font-size: 16px; line-height: 1.55; }

.fst-footer { background: #100d0a; border-top: 1px solid var(--fst-line); }
.fst-footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-top: 56px; padding-bottom: 40px; }
.fst-footer .col { display: flex; flex-direction: column; gap: 10px; }
.fst-footer h4 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fst-orange); }
.fst-footer .col a { color: #d8d0c2; font-size: 16px; }
.fst-footer .col a:hover { color: var(--fst-orange); }
.fst-footer .legal { border-top: 1px solid #221d17; padding: 18px 40px; text-align: center; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; color: #6f6552; }

.fst-page-content { max-width: 860px; margin: 0 auto; padding: 60px 40px 90px; color: var(--fst-muted); }
.fst-page-content h2, .fst-page-content h3 { color: #fff; }

.fst-wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 50; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,0.45); }
.fst-wa-float svg { width: 32px; height: 32px; fill: #fff; }
.fst-wa-float:hover { transform: scale(1.06); }

@media (max-width: 900px) {
  .fst-header { flex-wrap: wrap; padding: 14px 20px; }
  .fst-nav ul { gap: 18px; flex-wrap: wrap; }
  .fst-wrap { padding-left: 20px; padding-right: 20px; }
  .fst-hero h1 { font-size: 54px; }
  .fst-quote { grid-template-columns: 1fr; gap: 40px; }
  .fst-form .row { grid-template-columns: 1fr; }
  .fst-gallery-grid { grid-template-columns: 1fr; }
  .fst-footer .cols { grid-template-columns: 1fr; }
}
