/* Theme Name: LBA Theme Theme URI: https://shop.lebellearti.com Author: Le Belle Arti Description: Le Belle Arti — Italian Furniture, Lighting & Kitchens Version: 2.0 */ /* ============================================================ FONTS & ROOT VARIABLES ============================================================ */ @import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,300;0,6..96,400;0,6..96,700;1,6..96,300;1,6..96,400&family=DM+Sans:wght@200;300;400;500&display=swap'); :root { --white: #FFFFFF; --off-white: #F8F6F2; --light-gray: #EEECE8; --mid-gray: #C8C4BC; --text: #111110; --muted: #737068; --gold: #888888; --dark: #0E0D0C; --font-serif: 'Bodoni Moda', Georgia, serif; --font-sans: 'DM Sans', system-ui, sans-serif; } /* ============================================================ RESET & BASE ============================================================ */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: var(--font-sans); font-size: 14px; font-weight: 300; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; } a { text-decoration: none; color: inherit; } img { max-width: 100%; display: block; } .wpadminbar ~ * { margin-top: 0; } /* ============================================================ TRADE BAR ============================================================ */ .trade-bar { background: var(--dark); color: var(--white); text-align: center; padding: 10px 24px; font-family: var(--font-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; } .trade-bar a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; } /* ============================================================ NAVIGATION ============================================================ */ .lba-nav { position: sticky; top: 32px; /* below WP admin bar */ z-index: 900; background: var(--white); border-bottom: 1px solid var(--light-gray); } .nav-inner { max-width: 1440px; margin: 0 auto; padding: 0 48px; height: 72px; display: flex; align-items: center; gap: 48px; } .nav-brand { font-family: var(--font-serif); font-size: 17px; font-weight: 300; letter-spacing: 0.08em; color: var(--text); flex-shrink: 0; white-space: nowrap; } .nav-left { display: flex; gap: 36px; align-items: center; } .nav-right { display: flex; gap: 28px; align-items: center; margin-left: auto; } .nav-left a, .nav-right a { font-family: var(--font-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); transition: opacity 0.2s; } .nav-left a:hover, .nav-right a:hover { opacity: 0.5; } .nav-book { border: 1px solid var(--text); padding: 8px 18px; font-size: 10px !important; letter-spacing: 0.12em !important; } .nav-book:hover { background: var(--text); color: var(--white) !important; opacity: 1 !important; } /* ============================================================ HERO SLIDER ============================================================ */ .hero-slider { position: relative; width: 100%; height: calc(100vh - 112px); min-height: 500px; overflow: hidden; background: var(--dark); } .hero-slides { position: relative; width: 100%; height: 100%; } .hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.8s ease; } .hero-slide.active { opacity: 1; } .hero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(14,13,12,0.65) 0%, rgba(14,13,12,0.2) 60%, rgba(14,13,12,0.05) 100%); } .hero-slide-inner { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; padding: 0 80px 80px; } .hero-text { max-width: 560px; } .hero-eyebrow { display: block; font-family: var(--font-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 16px; } .hero-heading { font-family: var(--font-serif); font-size: clamp(52px, 6vw, 88px); font-weight: 300; line-height: 1.0; color: var(--white); margin-bottom: 32px; } .hero-heading em { font-style: italic; font-weight: 300; } .hero-cta { display: inline-block; font-family: var(--font-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 4px; transition: border-color 0.2s; } .hero-cta:hover { border-color: var(--white); } /* Hero Controls */ .hero-controls { position: absolute; bottom: 32px; right: 48px; z-index: 10; display: flex; align-items: center; gap: 20px; } .hero-prev, .hero-next { background: none; border: none; color: rgba(255,255,255,0.5); font-size: 18px; cursor: pointer; padding: 4px 8px; transition: color 0.2s; } .hero-prev:hover, .hero-next:hover { color: var(--white); } .hero-indicators { display: flex; gap: 12px; } .hero-dot { background: none; border: none; font-family: var(--font-sans); font-size: 10px; font-weight: 300; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); cursor: pointer; padding: 4px; transition: color 0.2s; } .hero-dot.active { color: var(--white); } .hero-progress { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: rgba(255,255,255,0.1); z-index: 10; } .hero-progress-bar { height: 100%; background: rgba(255,255,255,0.5); width: 0%; transition: width 7s linear; } /* ============================================================ BRAND MARQUEE ============================================================ */ .brand-marquee { background: var(--off-white); border-bottom: 1px solid var(--light-gray); padding: 18px 0; overflow: hidden; white-space: nowrap; } .brand-marquee-track { display: inline-flex; gap: 0; animation: marquee 30s linear infinite; } .brand-marquee-track span { font-family: var(--font-serif); font-style: italic; font-size: 14px; font-weight: 300; color: var(--muted); letter-spacing: 0.04em; padding: 0 40px; border-right: 1px solid var(--mid-gray); } .brand-marquee-track span:last-child { border-right: none; } @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } /* ============================================================ CATEGORY SECTION ============================================================ */ .category-section { background: var(--dark); padding: 64px 48px 72px; } .category-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 48px; max-width: 1344px; margin-left: auto; margin-right: auto; } .section-label { font-family: var(--font-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); } .view-all { font-family: var(--font-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); opacity: 0.6; transition: opacity 0.2s; } .view-all:hover { opacity: 1; } .category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); max-width: 1344px; margin: 0 auto; } .category-card { background: var(--dark); padding: 40px 36px 44px; display: flex; flex-direction: column; gap: 16px; transition: background 0.3s; } .category-card:hover { background: #1a1918; } .cat-num { font-family: var(--font-sans); font-size: 10px; font-weight: 300; letter-spacing: 0.15em; color: rgba(255,255,255,0.35); } .cat-title { font-family: var(--font-serif); font-size: 32px; font-weight: 300; line-height: 1.15; color: var(--white); flex: 1; } .cat-title em { font-style: italic; } .cat-desc { font-family: var(--font-sans); font-size: 13px; font-weight: 300; line-height: 1.6; color: rgba(255,255,255,0.5); } .cat-link { font-size: 18px; color: rgba(255,255,255,0.4); transition: color 0.2s, transform 0.2s; display: inline-block; } .category-card:hover .cat-link { color: var(--white); transform: translateX(4px); } /* ============================================================ NEW ARRIVALS ============================================================ */ .arrivals-section { background: var(--off-white); padding: 72px 48px 80px; } .arrivals-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 40px; max-width: 1344px; margin-left: auto; margin-right: auto; } .section-heading { font-family: var(--font-serif); font-size: 42px; font-weight: 300; color: var(--text); } .section-heading em { font-style: italic; } .arrivals-header .view-all { color: var(--text); } .arrivals-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1344px; margin: 0 auto; } .product-card { display: block; cursor: pointer; } .product-image { width: 100%; aspect-ratio: 3/4; background-size: cover; background-position: center; background-color: var(--light-gray); margin-bottom: 16px; overflow: hidden; transition: transform 0.4s ease; } .product-card:hover .product-image { transform: scale(1.02); } .product-info { padding: 0 4px; } .product-brand { display: block; font-family: var(--font-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; } .product-name { font-family: var(--font-serif); font-size: 20px; font-weight: 300; color: var(--text); margin-bottom: 2px; } .product-type { font-family: var(--font-serif); font-style: italic; font-size: 14px; font-weight: 300; color: var(--muted); } /* ============================================================ FOOTER ============================================================ */ .lba-footer { background: var(--dark); color: rgba(255,255,255,0.6); padding: 64px 48px 40px; } .footer-inner { max-width: 1344px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); } .footer-brand { font-family: var(--font-serif); font-size: 20px; font-weight: 300; letter-spacing: 0.06em; color: var(--white); margin-bottom: 12px; } .footer-tagline { font-size: 13px; font-weight: 300; line-height: 1.6; color: rgba(255,255,255,0.4); } .footer-col h4 { font-family: var(--font-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 20px; } .footer-col a { display: block; font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.6); margin-bottom: 10px; transition: color 0.2s; } .footer-col a:hover { color: var(--white); } .footer-bottom { max-width: 1344px; margin: 0 auto; padding-top: 32px; display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,0.3); }