:root {
--f1-red: #E10600;
--lux-gold: #C9A96E;
--lux-gold-light: #E8D5B7;
--bg: #F7F5F2;
--bg-warm: #EDEAE6;
--carbon: #1a1a1a;
--carbon-light: #2d2d2d;
--text: #1a1a1a;
--text-soft: #6b6b6b;
--border: #d4d0c8;
--border-light: #e8e5df; --hero-height:     93vh;
--hero-min-height: 520px;
--hero-max-height: none;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
font-family: 'Inter', sans-serif;
background-color: var(--bg);
color: var(--text);
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.font-f1 { font-family: 'Orbitron', sans-serif; }
.font-serif { font-family: 'Cormorant Garamond', serif; } body::before {
content: '';
position: fixed;
inset: 0;
background-image: 
repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(0,0,0,0.012) 35px, rgba(0,0,0,0.012) 70px),
repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(0,0,0,0.012) 35px, rgba(0,0,0,0.012) 70px);
pointer-events: none;
z-index: 0;
}
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--lux-gold); border-radius: 3px; } .header-lux {
position: sticky;
top: 0;
z-index: 50;
background: rgba(247, 245, 242, 0.95);
backdrop-filter: blur(20px) saturate(150%);
border-bottom: 1px solid var(--border-light);
transition: all 0.4s ease;
}
.header-lux.scrolled {
box-shadow: 0 4px 30px rgba(0,0,0,0.05);
border-bottom-color: var(--border);
}
.nav-item {
font-family: 'Orbitron', sans-serif;
font-size: 0.65rem;
font-weight: 500;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--text-soft);
text-decoration: none;
padding: 0.5rem 0;
position: relative;
transition: color 0.3s;
}
.nav-item:hover { color: var(--f1-red); }
.nav-item::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 1px;
background: var(--lux-gold);
transition: all 0.3s ease;
transform: translateX(-50%);
}
.nav-item:hover::after { width: 100%; }
.social-icon {
color: #aaa;
transition: all 0.3s;
}
.social-icon:hover { color: var(--f1-red); transform: translateY(-2px); } .hero-editorial {
position: relative; height: var(--hero-height);
min-height: var(--hero-min-height);
max-height: var(--hero-max-height);
display: flex;
align-items: center;
overflow: hidden;
background: linear-gradient(135deg, var(--carbon) 0%, #2d1810 50%, var(--carbon) 100%);
}
.hero-editorial::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
}
.hero-content-lux {
position: relative;
z-index: 10;
max-width: 850px;
padding: 0 3rem;
}
.hero-edition {
font-family: 'Orbitron', sans-serif;
font-size: 0.7rem;
letter-spacing: 0.35em;
text-transform: uppercase;
color: var(--lux-gold);
margin-bottom: 1.5rem;
display: flex;
align-items: center;
gap: 1rem;
}
.hero-edition::before {
content: '';
width: 50px;
height: 1px;
background: var(--lux-gold);
}
.hero-title-lux {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(2.5rem, 6vw, 5.5rem);
font-weight: 300;
line-height: 0.95;
color: #fff;
letter-spacing: -0.01em;
}
.hero-title-lux span {
font-weight: 600;
color: var(--lux-gold-light);
}
.hero-sub {
font-family: 'Inter', sans-serif;
font-size: 1rem;
font-weight: 200;
color: rgba(255,255,255,0.65);
margin-top: 1.5rem;
max-width: 480px;
line-height: 1.7;
}
.btn-lux {
display: inline-flex;
align-items: center;
gap: 0.75rem;
margin-top: 2rem;
padding: 1rem 2.5rem;
background: transparent;
border: 1px solid var(--lux-gold);
color: var(--lux-gold-light);
font-family: 'Orbitron', sans-serif;
font-size: 0.65rem;
letter-spacing: 0.2em;
text-transform: uppercase;
text-decoration: none;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
}
.btn-lux::before {
content: '';
position: absolute;
inset: 0;
background: var(--lux-gold);
transform: translateX(-101%);
transition: transform 0.4s ease;
z-index: -1;
}
.btn-lux:hover { color: var(--carbon); border-color: var(--lux-gold); }
.btn-lux:hover::before { transform: translateX(0); } .section-editorial {
position: relative;
padding: 6rem 0 4rem;
background: var(--bg);
}
.editorial-header {
text-align: center;
margin-bottom: 4rem;
}
.editorial-label {
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
letter-spacing: 0.4em;
text-transform: uppercase;
color: var(--f1-red);
margin-bottom: 1rem;
display: block;
}
.editorial-title {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(2rem, 4.5vw, 4rem);
font-weight: 300;
line-height: 0.95;
color: var(--carbon);
letter-spacing: -0.02em;
}
.editorial-title strong {
font-weight: 600;
color: var(--f1-red);
}
.editorial-divider {
width: 60px;
height: 2px;
background: linear-gradient(to right, var(--lux-gold), transparent);
margin: 1.5rem auto 0;
} .posts-list {
max-width: 900px;
margin: 0 auto;
padding: 0 2rem;
}
.post-item {
display: flex;
gap: 2.5rem;
padding: 2.5rem 0;
border-bottom: 1px solid var(--border-light);
transition: all 0.4s ease;
text-decoration: none;
color: inherit;
}
.post-item:first-child { padding-top: 0; }
.post-item:last-child { border-bottom: none; }
.post-item:hover { padding-left: 1rem; }
.post-thumb {
width: 340px;
height: 220px;
flex-shrink: 0;
border-radius: 2px;
overflow: hidden;
position: relative;
}
.post-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
filter: saturate(0.85) contrast(1.02);
}
.post-item:hover .post-thumb img {
transform: scale(1.06);
filter: saturate(1) contrast(1);
}
.post-body {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.post-edition {
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
letter-spacing: 0.25em;
text-transform: uppercase;
color: var(--lux-gold);
margin-bottom: 0.75rem;
}
.post-title {
font-family: 'Cormorant Garamond', serif;
font-size: 1.75rem;
font-weight: 600;
line-height: 1.15;
color: var(--carbon);
margin-bottom: 0.75rem;
transition: color 0.3s;
}
.post-item:hover .post-title { color: var(--f1-red); }
.post-excerpt {
font-family: 'Inter', sans-serif;
font-size: 0.9rem;
font-weight: 300;
color: var(--text-soft);
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.post-meta {
margin-top: 1.25rem;
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--text-soft);
display: flex;
align-items: center;
gap: 1rem;
}
.post-meta::before {
content: '';
width: 30px;
height: 1px;
background: var(--border);
}
@media (max-width: 768px) {
.post-item { flex-direction: column; gap: 1.5rem; }
.post-thumb { width: 100%; height: 220px; }
.post-item:hover { padding-left: 0; }
} .sidebar-lux {
width: 340px;
flex-shrink: 0;
}
.widget-lux {
background: #fff;
border: 1px solid var(--border-light);
border-radius: 2px;
padding: 2rem;
margin-bottom: 1.5rem;
box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}
.widget-lux-title {
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
letter-spacing: 0.3em;
text-transform: uppercase;
color: var(--carbon);
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--border-light);
display: flex;
align-items: center;
gap: 0.75rem;
}
.widget-lux-title::before {
content: '';
width: 6px;
height: 6px;
background: var(--f1-red);
transform: rotate(45deg);
} @media (max-width: 1024px) {
.sidebar-lux {
width: 100%;
max-width: 500px;
margin: 0 auto;
}
.widget-lux {
text-align: center;
}
.widget-lux-title {
justify-content: center;
}
.standing-row {
justify-content: center;
}
.countdown-lux .gp-name,
.countdown-lux .gp-date {
text-align: center;
}
}
.countdown-lux { text-align: center; }
.countdown-lux .gp-name {
font-family: 'Cormorant Garamond', serif;
font-size: 1.75rem;
font-weight: 600;
color: var(--carbon);
margin-bottom: 0.25rem;
}
.countdown-lux .gp-date {
font-family: 'Orbitron', sans-serif;
font-size: 0.65rem;
letter-spacing: 0.2em;
color: var(--f1-red);
margin-bottom: 1.5rem;
}
.countdown-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.5rem;
}
.countdown-item {
background: var(--bg);
border: 1px solid var(--border-light);
border-radius: 2px;
padding: 0.75rem 0.5rem;
}
.countdown-item .num {
font-family: 'Orbitron', sans-serif;
font-size: 1.1rem;
font-weight: 700;
color: var(--carbon);
display: block;
}
.countdown-item .label {
font-family: 'Inter', sans-serif;
font-size: 0.55rem;
color: var(--text-soft);
text-transform: uppercase;
letter-spacing: 0.1em;
margin-top: 0.25rem;
}
.standing-row {
display: flex;
align-items: center;
gap: 1rem;
padding: 0.75rem 0;
border-bottom: 1px solid var(--border-light);
transition: background 0.3s;
}
.standing-row:last-child { border-bottom: none; }
.standing-row:hover { background: var(--bg); margin: 0 -0.5rem; padding-left: 0.5rem; padding-right: 0.5rem; border-radius: 2px; }
.standing-pos {
font-family: 'Orbitron', sans-serif;
font-size: 0.7rem;
font-weight: 700;
width: 24px;
color: var(--text-soft);
}
.standing-pos.first { color: var(--f1-red); font-size: 0.9rem; }
.standing-name {
font-family: 'Inter', sans-serif;
font-size: 0.85rem;
font-weight: 400;
flex: 1;
color: var(--carbon);
}
.standing-pts {
font-family: 'Orbitron', sans-serif;
font-size: 0.65rem;
font-weight: 700;
color: var(--lux-gold);
} .ad-banner {
background: #fff;
border: 1px solid var(--border-light);
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-soft);
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
letter-spacing: 0.2em;
text-transform: uppercase;
overflow: hidden;
} .ad-banner:has(.adsbygoogle) {
background: transparent;
border: none;
padding: 0;
} .ad-top {
width: 100%;
min-height: 90px;
max-height: 280px; height: auto;
margin-bottom: 2rem;
}
.ad-sidebar {
width: 100%;
min-height: 250px;
height: auto;
margin-bottom: 1.5rem;
}
.ad-inline {
width: 100%;
min-height: 90px;
max-height: 280px;
height: auto;
margin: 2rem 0;
}
.ad-bottom {
width: 100%;
min-height: 90px;
max-height: 280px;
height: auto;
margin-top: 2rem;
} .pagination-lux {
display: flex;
gap: 0.5rem;
list-style: none;
padding: 0;
margin: 3rem 0 0;
justify-content: center;
}
.pagination-lux a,
.pagination-lux span {
display: flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 2px;
border: 1px solid var(--border-light);
font-family: 'Orbitron', sans-serif;
font-weight: 500;
font-size: 0.75rem;
color: var(--text-soft);
text-decoration: none;
transition: all 0.3s;
background: #fff;
}
.pagination-lux a:hover {
border-color: var(--lux-gold);
color: var(--lux-gold);
}
.pagination-lux .current {
background: var(--carbon);
border-color: var(--carbon);
color: #fff;
}  .single-hero {
position: relative;
width: 100%;
min-height: 55vh;
max-height: 500px;
display: flex;
align-items: flex-end;
overflow: hidden;
background: linear-gradient(135deg, var(--carbon) 0%, #2d1810 100%);
}
.single-hero .hero-img-wrap {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.single-hero .hero-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(0.7) contrast(1.1);
opacity: 0.4;
}
.single-hero::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.2) 100%);
z-index: 1;
} @media (min-width: 769px) {
.single-hero {
min-height: var(--hero-desktop-min-height);
max-height: var(--hero-desktop-max-height);
height: 91vh; align-items: flex-end;
}
.single-hero .hero-img-wrap {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.single-hero .hero-img-wrap img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover; object-position: center; opacity: 0.5;
display: block;
}
.single-hero::after {
background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.3) 70%, transparent 100%);
}
}
.single-header-content {
position: relative;
z-index: 10;
width: 100%;
max-width: 900px;
margin: 0 auto;
padding: 0 2rem 3rem;
}
@media (min-width: 769px) {
.single-header-content {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
padding-bottom: 4rem;
}
}
.single-edition {
font-family: 'Orbitron', sans-serif;
font-size: 0.7rem;
letter-spacing: 0.3em;
text-transform: uppercase;
color: var(--lux-gold);
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 1rem;
}
.single-edition::before {
content: '';
width: 40px;
height: 1px;
background: var(--lux-gold);
}
.single-title {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(2rem, 5vw, 4rem);
font-weight: 600;
line-height: 1.05;
color: #fff;
margin-bottom: 1.5rem;
}
.single-meta-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 1rem;
font-family: 'Orbitron', sans-serif;
font-size: 0.65rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: rgba(255,255,255,0.6);
}
.single-meta-row .dot {
width: 4px;
height: 4px;
background: var(--lux-gold);
border-radius: 50%;
} .post-content-lux {
max-width: 800px;
margin: 0 auto;
padding: 4rem 2rem;
font-size: 1.1rem;
line-height: 1.8;
color: var(--text-soft);
font-weight: 300;
}
.post-content-lux h2,
.post-content-lux h3 {
font-family: 'Cormorant Garamond', serif;
color: var(--carbon);
margin-top: 3rem;
margin-bottom: 1rem;
font-weight: 600;
}
.post-content-lux h2 { font-size: 2rem; }
.post-content-lux h3 { font-size: 1.5rem; }
.post-content-lux p { margin-bottom: 1.5rem; }
.post-content-lux a {
color: var(--f1-red);
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color 0.3s;
}
.post-content-lux a:hover { border-bottom-color: var(--f1-red); }
.post-content-lux blockquote {
font-family: 'Cormorant Garamond', serif;
border-left: 2px solid var(--lux-gold);
background: var(--bg-warm);
padding: 1.5rem 2rem;
margin: 2.5rem 0;
font-size: 1.3rem;
color: var(--carbon);
font-weight: 400;
}
.post-content-lux img {
border-radius: 2px;
margin: 2.5rem 0;
width: 100%;
} .author-box-lux {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 1.25rem;
background: #fff;
border: 1px solid var(--border-light);
border-radius: 2px;
padding: 1.5rem 2rem;
margin-bottom: 2rem;
box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}
.author-box-lux img {
width: 56px;
height: 56px;
border-radius: 50%;
border: 2px solid var(--lux-gold);
object-fit: cover;
}
.author-box-lux .name {
font-family: 'Cormorant Garamond', serif;
font-size: 1.25rem;
font-weight: 600;
color: var(--carbon);
}
.author-box-lux .role {
font-family: 'Inter', sans-serif;
font-size: 0.8rem;
color: var(--text-soft);
font-weight: 300;
} .author-actions {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-left: auto;
align-items: center;
}
@media (max-width: 640px) {
.author-actions {
width: 100%;
margin-left: 0;
justify-content: center;
margin-top: 0.5rem;
}
.author-box-lux {
flex-direction: column;
text-align: center;
}
} .author-social-btn {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.5rem 0.9rem;
background: var(--bg);
border: 1px solid var(--border);
border-radius: 2px;
font-family: 'Orbitron', sans-serif;
font-size: 0.55rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--text-soft);
text-decoration: none;
transition: all 0.3s;
}
.author-social-btn:hover {
border-color: var(--f1-red);
color: var(--f1-red);
background: rgba(225,6,0,0.04);
}
.author-social-btn svg {
width: 14px;
height: 14px;
} .tag-pill {
display: inline-block;
padding: 0.4rem 1rem;
background: transparent;
border: 1px solid var(--border);
border-radius: 2px;
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--text-soft);
text-decoration: none;
transition: all 0.3s;
margin: 0.25rem;
}
.tag-pill:hover {
border-color: var(--f1-red);
color: var(--f1-red);
background: rgba(225,6,0,0.03);
} .nav-post-lux {
display: block;
background: #fff;
border: 1px solid var(--border-light);
border-radius: 2px;
overflow: hidden;
text-decoration: none;
transition: all 0.3s;
box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}
.nav-post-lux:hover {
border-color: var(--lux-gold);
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.nav-post-lux img {
width: 100%;
aspect-ratio: 16/9;
object-fit: cover;
transition: transform 0.5s;
filter: saturate(0.9);
}
.nav-post-lux:hover img {
transform: scale(1.05);
filter: saturate(1);
}
.nav-post-body { padding: 1.5rem; }
.nav-post-label {
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--f1-red);
margin-bottom: 0.5rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.nav-post-title {
font-family: 'Cormorant Garamond', serif;
font-size: 1.25rem;
font-weight: 600;
color: var(--carbon);
line-height: 1.2;
} .footer-lux {
background: var(--carbon);
color: rgba(255,255,255,0.5);
padding: 4rem 0 2rem;
position: relative;
}
.footer-lux::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(to right, var(--f1-red), var(--lux-gold), var(--f1-red));
}
.footer-grid-lux {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 4rem;
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
}
@media (max-width: 768px) {
.footer-grid-lux { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
.footer-brand-lux p { margin: 0 auto; }
}
.footer-brand-lux p {
font-family: 'Inter', sans-serif;
font-size: 0.85rem;
font-weight: 300;
line-height: 1.7;
color: rgba(255,255,255,0.4);
margin-top: 1rem;
max-width: 300px;
}
.footer-links-lux h4 {
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
letter-spacing: 0.25em;
text-transform: uppercase;
color: var(--lux-gold);
margin-bottom: 1.5rem;
}
.footer-links-lux a {
display: block;
color: rgba(255,255,255,0.4);
text-decoration: none;
font-size: 0.85rem;
margin-bottom: 0.75rem;
transition: color 0.3s;
font-weight: 300;
}
.footer-links-lux a:hover { color: var(--lux-gold); }
.footer-bottom-lux {
border-top: 1px solid rgba(255,255,255,0.08);
margin-top: 3rem;
padding-top: 2rem;
text-align: center;
font-family: 'Orbitron', sans-serif;
font-size: 0.55rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: rgba(255,255,255,0.25);
} #scrollTop {
display: none;
position: fixed;
bottom: 30px;
right: 30px;
z-index: 9999;
width: 44px;
height: 44px;
align-items: center;
justify-content: center;
border: 1px solid var(--border);
border-radius: 50%;
background: #fff;
color: var(--carbon);
cursor: pointer;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
#scrollTop:hover {
background: var(--f1-red);
border-color: var(--f1-red);
color: #fff;
transform: translateY(-3px);
} #mobileMenu {
position: fixed;
inset: 0;
background: var(--bg);
z-index: 100;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2rem;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease, transform 0.3s ease;
transform: translateY(-8px);
}
#mobileMenu.active {
opacity: 1;
pointer-events: all;
transform: translateY(0);
}
#mobileMenu a {
font-family: 'Cormorant Garamond', serif;
font-size: 2rem;
color: var(--carbon);
text-decoration: none;
font-weight: 600;
} .aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: var(--text-soft); margin-top: 0.5rem; font-style: normal; } .gallery { display: grid; gap: 1rem; margin: 2rem 0; }
.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-item img { border-radius: 2px; width: 100%; height: auto; } .page-links {
display: flex;
gap: 0.5rem;
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid var(--border-light);
}
.page-links a,
.page-links span {
padding: 0.5rem 1rem;
border: 1px solid var(--border-light);
border-radius: 2px;
font-family: 'Orbitron', sans-serif;
font-size: 0.7rem;
text-decoration: none;
transition: all 0.3s;
}
.page-links a { color: var(--text-soft); background: #fff; }
.page-links a:hover { background: var(--f1-red); color: #fff; border-color: var(--f1-red); }
.page-links span { background: var(--carbon); color: #fff; border-color: var(--carbon); }  .newsletter-lux { text-align: center; }
.newsletter-desc {
font-family: 'Inter', sans-serif;
font-size: 0.85rem;
color: var(--text-soft);
line-height: 1.6;
margin-bottom: 1.25rem;
font-weight: 300;
}
.newsletter-form {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.newsletter-input {
font-family: 'Inter', sans-serif;
font-size: 0.85rem;
color: var(--text);
background: var(--bg);
border: 1px solid var(--border);
border-radius: 2px;
padding: 0.75rem 1rem;
outline: none;
width: 100%;
font-weight: 300;
}
.newsletter-input:focus {
border-color: var(--lux-gold);
box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
}
.newsletter-btn {
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
font-weight: 600;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #fff;
background: var(--f1-red);
border: none;
border-radius: 2px;
padding: 0.875rem 1.5rem;
cursor: pointer;
transition: all 0.3s ease;
}
.newsletter-btn:hover {
background: #b30500;
transform: translateY(-1px);
box-shadow: 0 4px 16px rgba(225, 6, 0, 0.25);
}
.newsletter-note {
font-family: 'Inter', sans-serif;
font-size: 0.65rem;
color: var(--text-soft);
margin-top: 0.75rem;
font-weight: 300;
} .trending-lux { display: flex; flex-direction: column; gap: 1rem; }
.trending-item {
display: flex;
gap: 0.875rem;
text-decoration: none;
color: inherit;
padding: 0.5rem;
border-radius: 2px;
transition: background 0.3s;
}
.trending-item:hover {
background: var(--bg);
}
.trending-thumb {
width: 56px;
height: 56px;
border-radius: 2px;
object-fit: cover;
flex-shrink: 0;
filter: saturate(0.85);
transition: filter 0.3s;
}
.trending-item:hover .trending-thumb {
filter: saturate(1);
}
.trending-body {
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0;
}
.trending-title {
font-family: 'Cormorant Garamond', serif;
font-size: 0.95rem;
font-weight: 600;
color: var(--carbon);
line-height: 1.25;
margin-bottom: 0.25rem;
transition: color 0.3s;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.trending-item:hover .trending-title {
color: var(--f1-red);
}
.trending-date {
font-family: 'Orbitron', sans-serif;
font-size: 0.55rem;
color: var(--text-soft);
letter-spacing: 0.1em;
text-transform: uppercase;
} .tags-lux {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.tag-pill-sidebar {
display: inline-block;
padding: 0.4rem 0.875rem;
background: transparent;
border: 1px solid var(--border);
border-radius: 2px;
font-family: 'Orbitron', sans-serif;
font-size: 0.55rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--text-soft);
text-decoration: none;
transition: all 0.3s;
}
.tag-pill-sidebar:hover {
border-color: var(--f1-red);
color: var(--f1-red);
background: rgba(225, 6, 0, 0.04);
} .social-sidebar {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.social-row {
display: flex;
align-items: center;
gap: 0.875rem;
padding: 0.625rem 0.75rem;
border-radius: 2px;
text-decoration: none;
color: var(--text-soft);
font-family: 'Inter', sans-serif;
font-size: 0.85rem;
font-weight: 400;
transition: all 0.3s;
border: 1px solid transparent;
}
.social-row:hover {
background: var(--bg);
border-color: var(--border-light);
color: var(--f1-red);
}
.social-row svg {
color: var(--text-soft);
transition: color 0.3s;
flex-shrink: 0;
}
.social-row:hover svg {
color: var(--f1-red);
} @media (max-width: 1024px) {
.newsletter-lux,
.trending-lux,
.tags-lux,
.social-sidebar {
text-align: center;
}
.trending-item {
justify-content: center;
}
.tags-lux {
justify-content: center;
}
}  .paddock-essential {
text-align: center;
} .widget-paddock .widget-lux-title {
justify-content: flex-start;
text-align: left;
}
.essential-thumb-wrap {
width: 100%;
aspect-ratio: 340 / 220;
border-radius: 2px;
overflow: hidden;
margin-bottom: 1rem;
border: 1px solid var(--border-light);
}
.essential-thumb-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(0.85) contrast(1.02);
transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.paddock-essential:hover .essential-thumb-wrap img {
transform: scale(1.06);
filter: saturate(1) contrast(1);
}
.essential-title {
font-family: 'Cormorant Garamond', serif;
font-size: 1.1rem;
font-weight: 600;
color: var(--carbon);
line-height: 1.25;
margin-bottom: 1rem;
transition: color 0.3s;
}
.paddock-essential:hover .essential-title {
color: var(--f1-red);
} .btn-essential {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
gap: 0.75rem;
padding: 1rem 1.5rem;
background: transparent;
border: 1px solid var(--lux-gold);
color: var(--lux-gold);
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
letter-spacing: 0.2em;
text-transform: uppercase;
text-decoration: none;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
cursor: pointer;
}
.btn-essential::before {
content: '';
position: absolute;
inset: 0;
background: var(--lux-gold);
transform: translateX(-101%);
transition: transform 0.4s ease;
z-index: -1;
}
.btn-essential:hover {
color: var(--carbon);
border-color: var(--lux-gold);
}
.btn-essential:hover::before {
transform: translateX(0);
}
.btn-essential svg {
transition: transform 0.3s ease;
}
.btn-essential:hover svg {
transform: translateX(3px);
} .widget-categories {
padding: 1.5rem 2rem;
}
.category-buttons {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.btn-category {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 1rem 1.5rem;
font-family: 'Orbitron', sans-serif;
font-size: 0.65rem;
font-weight: 600;
letter-spacing: 0.2em;
text-transform: uppercase;
text-decoration: none;
border-radius: 2px;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
cursor: pointer;
} .btn-logomania {
background: transparent;
color: var(--lux-gold);
border: 1px solid var(--lux-gold);
}
.btn-logomania::before {
content: '';
position: absolute;
inset: 0;
background: var(--lux-gold);
transform: translateX(-101%);
transition: transform 0.4s ease;
z-index: -1;
}
.btn-logomania:hover {
background: transparent;
color: var(--carbon);
border-color: var(--lux-gold);
}
.btn-logomania:hover::before {
transform: translateX(0);
} .btn-quietlux {
background: transparent;
color: var(--lux-gold);
border: 1px solid var(--lux-gold);
}
.btn-quietlux::before {
content: '';
position: absolute;
inset: 0;
background: var(--lux-gold);
transform: translateX(-101%);
transition: transform 0.4s ease;
z-index: -1;
}
.btn-quietlux:hover {
color: var(--carbon);
border-color: var(--lux-gold);
}
.btn-quietlux:hover::before {
transform: translateX(0);
} .newsletter-lux { text-align: center; }
.newsletter-desc {
font-family: 'Inter', sans-serif;
font-size: 0.85rem;
color: var(--text-soft);
line-height: 1.6;
margin-bottom: 1.25rem;
font-weight: 300;
}
.newsletter-form {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.newsletter-input {
font-family: 'Inter', sans-serif;
font-size: 0.85rem;
color: var(--text);
background: var(--bg);
border: 1px solid var(--border);
border-radius: 2px;
padding: 0.75rem 1rem;
outline: none;
width: 100%;
font-weight: 300;
}
.newsletter-input:focus {
border-color: var(--lux-gold);
box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
}
.newsletter-btn {
font-family: 'Orbitron', sans-serif;
font-size: 0.6rem;
font-weight: 600;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #fff;
background: var(--f1-red);
border: none;
border-radius: 2px;
padding: 0.875rem 1.5rem;
cursor: pointer;
transition: all 0.3s ease;
}
.newsletter-btn:hover {
background: #b30500;
transform: translateY(-1px);
box-shadow: 0 4px 16px rgba(225, 6, 0, 0.25);
} .widget-social-clean {
padding: 1.5rem 2rem;
}
.social-icons-row {
display: flex;
justify-content: center;
align-items: center;
gap: 1.25rem;
}
.social-icon-lg {
color: var(--text-soft);
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.social-icon-lg svg {
width: 28px;
height: 28px;
transition: all 0.3s ease;
}
.social-icon-lg:hover {
color: var(--f1-red);
transform: translateY(-3px);
} @media (max-width: 1024px) {
.paddock-essential,
.newsletter-lux {
text-align: center;
}
.category-buttons {
align-items: stretch;
}
.btn-category {
width: 100%;
}
.social-icons-row {
justify-content: center;
} .widget-paddock .widget-lux-title {
justify-content: flex-start;
text-align: left;
}
}