/*
Theme Name: STARMAN Portugal — Linha de Partida
Theme URI: https://starmanportugal.com/
Author: STARMAN Portugal
Description: Tema WordPress responsivo para o website oficial STARMAN Portugal.
Version: 1.1.0
Text Domain: starman-portugal
*/

/* Design: Linha de Partida — identidade oficial em preto e amarelo, editorial de endurance. */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root { --background: #f4f1e9; --foreground: #151515; --card: #ebe8df; --card-foreground: #151515; --primary: #ffd500; --primary-foreground: #151515; --muted: #dedbd1; --muted-foreground: #5a5a52; --border: rgba(21,21,21,.15); --radius: 0px; --lime: #ffd500; --charcoal: #151515; --warm-white: #f4f1e9; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-white); color: var(--charcoal); font-family: 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
.page-width { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.site-shell { overflow: hidden; }
.site-header { height: 82px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; position: fixed; inset: 0 0 auto; z-index: 20; color: white; transition: background .24s ease, color .24s ease, box-shadow .24s ease; }
.site-header--scrolled { background: rgba(21,21,21,.94); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(255,255,255,.12); }
.brand-lockup, .footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 35px; height: 35px; object-fit: contain; }
.brand-official-logo { width: 155px; height: auto; max-height: 52px; object-fit: contain; object-position: left center; }
.brand-wordmark { font: 800 25px/1 'Barlow Condensed', sans-serif; letter-spacing: -.04em; }
.brand-wordmark span { color: var(--lime); font-size: .6em; letter-spacing: .05em; margin-left: 4px; }
.desktop-nav, .desktop-nav ul { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 42px; list-style: none; padding: 0; }
.desktop-nav li, .mobile-nav li { list-style: none; }
.desktop-nav a, .header-cta { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .18s ease, transform .18s ease; }
.desktop-nav a:hover { color: var(--lime); transform: translateY(-2px); }
.header-cta { display: inline-flex; align-items: center; gap: 10px; background: var(--lime); color: var(--charcoal); padding: 13px 17px; }
.language-switcher { display: flex; align-items: center; gap: 5px; margin-right: 16px; }
.language-switcher a { width: 25px; height: 25px; display: grid; place-items: center; opacity: .58; filter: grayscale(1); font-size: 15px; transition: opacity .18s ease, transform .18s ease, filter .18s ease; }
.language-switcher a:hover, .language-switcher a.is-active { opacity: 1; filter: grayscale(0); transform: translateY(-2px); }
.mobile-language-switcher { display: flex; gap: 10px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.mobile-language-switcher a { border: 1px solid rgba(255,255,255,.24); padding: 8px 10px; font-size: 11px; }

.header-cta svg { width: 16px; height: 16px; }
.mobile-toggle, .mobile-nav { display: none; }
.mobile-nav[hidden] { display: none !important; }
.mobile-toggle-dots { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 22px; height: 28px; }
.mobile-toggle-dots i { display: block; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
body.mobile-menu-open { overflow: hidden; }
.mobile-nav ul { display: contents; list-style: none; padding: 0; margin: 0; }
.progress-rail { position: fixed; z-index: 15; right: 23px; top: 50%; transform: translateY(-50%); display: grid; gap: 22px; }
.progress-rail-line { position: absolute; top: 9px; bottom: 9px; left: 7px; width: 1px; background: rgba(200,255,0,.38); }
.progress-rail a { position: relative; display: grid; grid-template-columns: 15px auto; align-items: center; gap: 8px; color: rgba(255,255,255,.58); transition: color .18s ease, transform .18s ease; }
.progress-rail a:hover { color: var(--lime); transform: translateX(-3px); }
.progress-rail b { width: 15px; height: 15px; display: grid; place-items: center; border: 1px solid var(--lime); background: var(--charcoal); color: var(--lime); font-size: 8px; line-height: 1; }
.progress-rail small { font-size: 8px; letter-spacing: .1em; }
.technical-rule { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: rgba(255,255,255,.22); }
.hero { min-height: 780px; height: 100vh; max-height: 960px; position: relative; display: flex; flex-direction: column; justify-content: center; color: white; background-size: cover; background-position: center 42%; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.38) 53%, rgba(0,0,0,.12) 100%), linear-gradient(0deg, rgba(0,0,0,.62), transparent 45%); }
.hero-content { position: relative; z-index: 1; margin-top: 42px; }
.eyebrow, .section-index, .route-tag, .info-list small, .footer-links span { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; color: var(--lime); margin-bottom: 25px; }
.live-dot { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(200,255,0,.14); }
.hero h1, h2, h3 { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: -.045em; margin: 0; }
.hero h1 { font-size: clamp(68px, 9.2vw, 142px); line-height: .84; font-weight: 800; max-width: 820px; }
.hero h1 em, h2 span, .route-card--lime h3 { color: var(--lime); font-style: normal; }
.hero-lede { font-size: 17px; line-height: 1.5; max-width: 390px; margin: 31px 0 26px; color: rgba(255,255,255,.8); }
.hero-actions { display: flex; gap: 12px; align-items: center; }
.button { min-height: 50px; display: inline-flex; align-items: center; gap: 18px; padding: 0 21px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: scale(.97); }
.button svg { width: 17px; height: 17px; }
.button--lime { background: var(--lime); color: var(--charcoal); }
.button--lime:hover { background: #dcff59; }
.button--ghost { color: white; border: 1px solid rgba(255,255,255,.45); }
.button--ghost:hover { border-color: var(--lime); color: var(--lime); }
.play-icon { width: 22px; height: 22px; border: 1px solid currentColor; display: grid; place-items: center; border-radius: 50%; }
.play-icon svg { width: 10px; height: 10px; }
.hero-meta { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 1; display: flex; align-items: end; gap: 60px; }
.hero-meta div { display: grid; gap: 5px; }
.hero-meta span { color: rgba(255,255,255,.56); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.hero-meta strong { font: 600 18px 'Barlow Condensed', sans-serif; letter-spacing: .04em; }
.hero-scroll { margin-left: auto; display: flex; align-items: center; gap: 8px; color: var(--lime); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.hero-scroll svg { width: 16px; }
.signal-strip { position: relative; background: var(--charcoal); color: white; min-height: 110px; padding: 26px max(32px, calc((100% - 1240px)/2)); display: flex; justify-content: space-between; gap: 30px; }
.signal-strip > div { display: flex; align-items: center; gap: 16px; font-size: 12px; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }
.signal-number { font: 700 38px/1 'Barlow Condensed', sans-serif; color: var(--lime); opacity: 1; }
.intro-section { padding-top: 124px; padding-bottom: 150px; }
.section-index { color: #7b7b70; border-top: 1px solid rgba(21,21,21,.2); padding-top: 14px; }
.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; margin-top: 34px; align-items: end; }
h2 { font-size: clamp(54px, 7vw, 102px); line-height: .88; font-weight: 800; }
.intro-copy { max-width: 355px; padding-bottom: 7px; }
.intro-copy p, .info-title p, .routes-heading > p { color: var(--muted-foreground); font-size: 16px; line-height: 1.6; margin: 0 0 28px; }
.text-link, .route-card-copy a { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.text-link svg, .route-card-copy a svg { width: 16px; transition: transform .18s ease; }
.text-link:hover svg, .route-card-copy a:hover svg { transform: translateX(5px); }
.official-campaign { padding: 106px 0 112px; position: relative; }
.official-campaign .section-index { margin-bottom: 22px; }
.official-campaign img { display: block; width: 100%; max-height: 360px; object-fit: cover; object-position: center; border: 1px solid rgba(21,21,21,.16); }
.campaign-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 15px; color: #8a7600; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.campaign-link svg { width: 14px; }
.routes-section { background: var(--charcoal); color: white; padding: 102px 0 120px; }
.routes-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.routes-heading .section-index { border-color: rgba(255,255,255,.25); color: var(--lime); width: 100%; }
.routes-heading h2 { margin-top: 28px; }
.routes-heading > p { color: rgba(255,255,255,.54); max-width: 280px; margin-bottom: 4px; }
.routes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.route-card { min-height: 520px; position: relative; overflow: hidden; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; }
.route-card--dark { background: #252525; }
.route-card--lime { background: #252525; color: white; border-left: 5px solid var(--lime); }
.route-card img { position: absolute; inset: 0 0 0 auto; width: 52%; height: 100%; object-fit: cover; mix-blend-mode: normal; opacity: .76; transition: width .5s cubic-bezier(.23,1,.32,1); }
.route-card:hover img { width: 58%; }
.route-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,21,21,.98) 5%, rgba(21,21,21,.78) 43%, transparent 83%); }
.route-card--lime::after { background: linear-gradient(90deg, rgba(21,21,21,.98) 5%, rgba(21,21,21,.78) 43%, transparent 83%); }
.route-card-top, .route-card-copy { position: relative; z-index: 1; }
.route-card-top { display: flex; justify-content: space-between; }
.route-card-top svg { width: 18px; }
.route-card-copy { max-width: 250px; }
.route-card-copy h3 { font-size: clamp(58px, 6vw, 90px); line-height: .82; }
.route-card-copy p { font-size: 13px; line-height: 1.5; max-width: 210px; color: rgba(255,255,255,.64); margin: 25px 0 34px; }
.route-card--lime .route-card-copy p { color: rgba(255,255,255,.64); }
.route-card-copy a { color: var(--lime); }
.route-card--lime .route-card-copy a { color: var(--lime); }
.info-section { padding-top: 125px; padding-bottom: 145px; }
.info-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; margin-top: 36px; }
.info-title h2 { font-size: clamp(50px, 6vw, 82px); }
.info-title p { margin-top: 32px; max-width: 305px; }
.info-list { border-top: 1px solid rgba(21,21,21,.2); }
.info-list a { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 22px; padding: 22px 0; border-bottom: 1px solid rgba(21,21,21,.2); transition: padding .22s ease, color .22s ease; }
.info-list a:hover { padding-left: 14px; color: #506200; }
.info-icon { width: 43px; height: 43px; display: grid; place-items: center; background: var(--lime); color: var(--charcoal); }
.info-icon svg { width: 20px; }
.info-list small { display: block; color: #818178; margin-bottom: 6px; }
.info-list strong { font: 600 31px 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.info-list > a > svg { width: 22px; }
.signup-section { background: var(--charcoal); color: white; padding: 112px 0 120px; }
.signup-inner { position: relative; }
.signup-inner .section-index { color: var(--lime); border-color: rgba(255,255,255,.24); }
.signup-inner h2 { font-size: clamp(70px, 10vw, 150px); margin: 34px 0 26px; max-width: 720px; }
.signup-inner p { color: rgba(255,255,255,.58); max-width: 350px; line-height: 1.6; margin-bottom: 26px; }
.signup-side-note { position: absolute; right: 3%; bottom: 0; display: flex; align-items: center; gap: 16px; color: var(--lime); font: 500 29px/.9 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.signup-side-note svg { width: 43px; height: 43px; }
.signup-side-note b { color: white; font-size: .66em; letter-spacing: .06em; }
.footer-brand .brand-official-logo { width: 160px; }
.footer { background: #0d0d0d; color: white; padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; padding-bottom: 70px; }
.footer-brand { align-items: flex-start; flex-wrap: wrap; align-content: flex-start; }
.footer-brand p { width: 100%; color: rgba(255,255,255,.5); line-height: 1.5; margin: 27px 0 0; }
.footer-brand .brand-official-logo { width: 160px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-links div { display: grid; align-content: start; gap: 12px; }
.footer-links span { color: var(--lime); margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 14px; display: flex; align-items: center; gap: 8px; transition: color .18s ease; }
.footer-links a:hover { color: var(--lime); }
.footer-links svg { width: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom span:last-child { display: flex; gap: 25px; }
.footer-bottom a:hover { color: white; }
@media (max-width: 800px) { .progress-rail { display: none; } .official-campaign { padding: 80px 0 82px; } .official-campaign img { min-height: 170px; object-fit: cover; } .page-width { width: min(100% - 40px, 620px); } .site-header { height: 70px; padding: 0 20px; } .desktop-nav, .header-cta, .language-switcher { display: none; } .mobile-toggle { display: grid; place-items: center; border: 0; background: transparent; color: inherit; padding: 7px; } .mobile-toggle svg { width: 23px; } .mobile-nav { display: none; position: fixed; inset: 70px 0 auto; z-index: 19; background: #151515; color: white; padding: 18px 20px 26px; border-top: 1px solid rgba(255,255,255,.15); }
.mobile-nav[hidden] { display: none !important; }
.mobile-nav.is-open { display: grid !important; } .mobile-nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.13); text-transform: uppercase; font-size: 13px; letter-spacing: .1em; } .mobile-nav-cta { color: var(--lime); display: flex; justify-content: space-between; } .hero { min-height: 760px; background-position: 62% center; } .hero-content { margin-top: 20px; } .hero h1 { font-size: clamp(64px, 18vw, 108px); } .hero-lede { font-size: 15px; max-width: 310px; } .hero-actions { align-items: stretch; flex-direction: column; width: fit-content; } .hero-meta { bottom: 23px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; } .hero-meta strong { font-size: 16px; } .hero-scroll { grid-column: 1 / -1; margin: 4px 0 0; } .signal-strip { padding: 22px 20px; display: grid; gap: 15px; } .signal-strip > div { font-size: 11px; } .signal-number { font-size: 28px; } .intro-section, .info-section { padding-top: 82px; padding-bottom: 90px; } .intro-grid, .info-layout { grid-template-columns: 1fr; gap: 30px; } h2 { font-size: 62px; } .routes-section { padding: 78px 0 84px; } .routes-heading { display: block; margin-bottom: 35px; } .routes-heading > p { margin-top: 26px; } .routes-grid { grid-template-columns: 1fr; } .route-card { min-height: 470px; } .route-card img { width: 58%; } .info-title p { margin-top: 24px; } .info-list strong { font-size: 26px; } .signup-section { padding: 80px 0 90px; } .signup-inner h2 { font-size: 80px; } .signup-side-note { position: static; margin-top: 54px; } .footer-grid { grid-template-columns: 1fr; gap: 48px; padding-bottom: 50px; } .footer-links { gap: 25px; } .footer-bottom { display: grid; gap: 16px; } .footer-bottom span:last-child { gap: 16px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
