@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap";:root{--primary: #A41E18;--primaryLight: #C32C23;--primaryDark: #7A1612;--accent: #B02320;--accentLight: #C7332A;--accentDark: #A41E18;--highlight: #D97706;--spark: #F8D139;--secondary: #44403C;--secondaryLight: #57534E;--bgWarm: #FFFBF5;--bgOffwhite: #FDFDFD;--bgWhite: #FFFFFF;--bgDark: #1C1210;--bgCard: #FFFFFF;--bgOverlay: rgba(28, 18, 16, .75);--headerColor: #1C1917;--bodyTextColor: #44403C;--bodyTextColorLight: #78716C;--bodyTextColorWhite: #FEF7ED;--linkColor: var(--accent);--borderColor: #D6D3D1;--borderColorLight: #E7E5E4;--shadowColor: rgba(28, 18, 16, .08);--shadowColorDark: rgba(28, 18, 16, .16);--statusAvailable: #16A34A;--statusPending: #D97706;--statusSold: #1E40AF;--statusTradeIn: #7C3AED;--statusDraft: #6B7280;--bodyFontSize: clamp(.875rem, 1.5vw, 1rem);--topperFontSize: clamp(.75rem, 1.4vw, .875rem);--headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);--smallHeaderFontSize: clamp(1.5rem, 3vw, 2.25rem);--headingFont: "Lora", Georgia, serif;--bodyFont: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;--monoFont: "JetBrains Mono", "Fira Code", monospace;--sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) clamp(1rem, 2vw, 2rem);--sectionPaddingSmall: clamp(2.5rem, 5vw, 3.75rem) clamp(1rem, 2vw, 2rem);--gap: clamp(1rem, 2.5vw, 1.5rem);--gapLarge: clamp(1.5rem, 3.5vw, 2.5rem);--containerMax: 80rem ;--containerNarrow: 60rem ;--containerWide: 90rem ;--headerHeight: 5rem;--radius: .5rem;--radiusSmall: .25rem;--radiusLarge: 1rem;--transition: .3s ease;--transitionFast: .15s ease}html.dark-mode{--primary: #F8D139;--primaryLight: #FADF70;--primaryDark: #D4AF1E;--accent: #F8D139;--accentLight: #FADF70;--accentDark: #D4AF1E;--highlight: #F8D139;--spark: #F8D139;--secondary: #78716C;--secondaryLight: #A8A29E;--bgWarm: #1B1613;--bgOffwhite: #231C17;--bgWhite: #211A15;--bgDark: #120D0A;--bgCard: #282119;--bgOverlay: rgba(18, 13, 10, .82);--headerColor: #F5EFE5;--bodyTextColor: #C7BDB0;--bodyTextColorLight: #9A9084;--bodyTextColorWhite: #F5EFE5;--linkColor: #F8D139;--borderColor: #3A322B;--borderColorLight: #2A2521;--shadowColor: rgba(0, 0, 0, .4);--shadowColorDark: rgba(0, 0, 0, .6)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--bodyFont);font-size:var(--bodyFontSize);color:var(--bodyTextColor);background-color:var(--bgWarm);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}img{height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{color:var(--linkColor);text-decoration:none;transition:color var(--transitionFast)}a:hover{color:var(--accentDark)}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--headingFont);color:var(--headerColor);line-height:1.2;font-weight:700}p{margin-bottom:1rem}p:last-child{margin-bottom:0}::selection{background-color:var(--accent);color:var(--bgWhite)}html.dark-mode a:hover{color:var(--primaryLight)}html.dark-mode ::selection{background-color:var(--spark);color:var(--bgDark)}.llt-topper{font-family:var(--bodyFont);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:.5rem}.llt-title{font-family:var(--headingFont);font-size:var(--headerFontSize);font-weight:700;color:var(--headerColor);line-height:1.2;margin-bottom:1rem;max-width:50ch}.llt-title-small{font-family:var(--headingFont);font-size:var(--smallHeaderFontSize);font-weight:700;color:var(--headerColor);line-height:1.2;margin-bottom:.75rem}.llt-text{font-size:var(--bodyFontSize);color:var(--bodyTextColor);line-height:1.7;max-width:65ch}.llt-text-light{color:var(--bodyTextColorWhite)}.llt-header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:box-shadow var(--transition)}.llt-header.scrolled{box-shadow:0 4px 20px #00000026}.llt-header .llt-header-container{max-width:var(--containerWide);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.llt-header .llt-header-flag{position:relative;background:url(/images/flag-banner.jpg) center/cover no-repeat;background-color:#1a2744}.llt-header .llt-header-flag:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 100% at center,#ffffff8c,#ffffff26 70%),linear-gradient(to right,#ffffff1a,#ffffff4d 30%,#ffffff59,#ffffff4d 70%,#ffffff1a)}@media(max-width:768px){.llt-header .llt-header-flag{border-bottom:3px solid var(--primary)}}.llt-header .llt-header-flag-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:2rem;max-width:var(--containerWide);margin:0 auto;padding:1.5rem clamp(1rem,3vw,2rem)}@media(max-width:768px){.llt-header .llt-header-flag-content{flex-direction:column;gap:.75rem;padding:1.25rem clamp(1rem,3vw,2rem)}}.llt-header .llt-logo{display:block;text-decoration:none;line-height:0;transition:opacity var(--transitionFast);filter:drop-shadow(0 2px 6px rgba(0,0,0,.15))}.llt-header .llt-logo:hover{opacity:.92}.llt-header .llt-logo-img{height:13rem;width:auto;max-width:42rem}@media(max-width:768px){.llt-header .llt-logo-img{height:9rem;max-width:30rem}}@media(max-width:480px){.llt-header .llt-logo-img{height:6.5rem;max-width:20rem}}.llt-header .llt-nav-cta{position:absolute;right:clamp(1rem,3vw,2rem);display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background-color:var(--primary);color:#fff;font-family:var(--bodyFont);font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:var(--radius);transition:background-color var(--transition),box-shadow var(--transition),transform var(--transitionFast);box-shadow:0 2px 12px #0000004d;z-index:2}.llt-header .llt-nav-cta:hover{background-color:var(--primaryDark);color:#fff;box-shadow:0 4px 16px #0006;transform:translateY(-1px)}@media(max-width:768px){.llt-header .llt-nav-cta{position:static;padding:.5rem 1.25rem;font-size:.8125rem}.llt-header .llt-nav-cta svg{width:14px;height:14px}}@media(max-width:400px){.llt-header .llt-nav-cta{display:none}}.llt-header .llt-header-nav{background-color:var(--bgWhite);border-bottom:1px solid var(--borderColorLight)}.llt-header .llt-header-nav .llt-header-container{padding-top:0;padding-bottom:0}@media(max-width:768px){.llt-header .llt-header-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100dvh;background-color:var(--bgWhite);padding:5rem 0 2rem;overflow-y:auto;z-index:999}.llt-header .llt-header-nav.active{display:block}.llt-header .llt-header-nav .llt-header-container{flex-direction:column}}.llt-header .llt-nav-links{display:flex;align-items:center;justify-content:center;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.llt-header .llt-nav-links::-webkit-scrollbar{display:none}@media(max-width:768px){.llt-header .llt-nav-links{flex-direction:column;align-items:stretch;overflow-x:visible}}.llt-header .llt-nav-link{display:inline-block;padding:.75rem 1rem;color:var(--bodyTextColor);font-family:var(--bodyFont);font-size:.875rem;font-weight:500;text-decoration:none;white-space:nowrap;position:relative;transition:color var(--transitionFast)}.llt-header .llt-nav-link:after{content:"";position:absolute;bottom:0;left:.75rem;right:.75rem;height:2px;background-color:var(--primary);border-radius:1px;transform:scaleX(0);transition:transform var(--transitionFast)}.llt-header .llt-nav-link:hover{color:var(--primary)}.llt-header .llt-nav-link:hover:after{transform:scaleX(1)}.llt-header .llt-nav-link.active{color:var(--primary);font-weight:600}.llt-header .llt-nav-link.active:after{transform:scaleX(1)}.llt-header .llt-nav-link.llt-nav-link-phone{display:none}@media(max-width:768px){.llt-header .llt-nav-link.llt-nav-link-phone{display:block;color:var(--primary);font-weight:700;margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--borderColorLight)}}@media(max-width:768px){.llt-header .llt-nav-link{padding:.75rem 1.5rem;font-size:1rem}.llt-header .llt-nav-link:after{display:none}}@media(max-width:768px){.llt-header .llt-nav-desktop{display:none!important}}.llt-header .llt-nav-mobile{display:none}@media(max-width:768px){.llt-header .llt-nav-mobile{display:block}}.llt-header .llt-nav-group{border-bottom:1px solid var(--borderColorLight)}.llt-header .llt-nav-group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1.5rem;background:none;border:none;cursor:pointer;font-family:var(--bodyFont);font-size:1rem;font-weight:500;color:var(--bodyTextColor);text-align:left}.llt-header .llt-nav-group-toggle.active{color:var(--primary);font-weight:600}.llt-header .llt-nav-group-toggle.open .llt-nav-group-chevron{transform:rotate(180deg)}.llt-header .llt-nav-group-chevron{transition:transform var(--transition);color:var(--bodyTextColorLight)}.llt-header .llt-nav-group-items{display:none;padding-bottom:.5rem}.llt-header .llt-nav-group-items.open{display:block}.llt-header .llt-nav-sub-link{display:block;padding:.5rem 1.5rem .5rem 2.5rem;color:var(--bodyTextColor);font-family:var(--bodyFont);font-size:.9375rem;font-weight:400;text-decoration:none;transition:color var(--transitionFast),background-color var(--transitionFast)}.llt-header .llt-nav-sub-link:hover{color:var(--primary);background-color:#00000008}.llt-header .llt-nav-sub-link.active{color:var(--primary);font-weight:600}.llt-header .llt-dark-toggle{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;padding:0;margin-left:.5rem;background-color:transparent;color:var(--bodyTextColor);border:1px solid var(--borderColorLight);border-radius:50%;cursor:pointer;flex-shrink:0;transition:background-color var(--transition),color var(--transition),border-color var(--transition),transform var(--transitionFast)}.llt-header .llt-dark-toggle:hover{color:var(--primary);border-color:var(--primary);transform:translateY(-1px)}.llt-header .llt-dark-toggle:focus-visible{outline:2px solid var(--highlight);outline-offset:2px}.llt-header .llt-dark-toggle .llt-sun-icon{display:none}.llt-header .llt-dark-toggle .llt-moon-icon{display:block}@media(max-width:768px){.llt-header .llt-dark-toggle{margin:1rem 1.5rem 0;align-self:flex-start}}.llt-header .llt-hamburger{display:none;flex-direction:column;gap:5px;padding:.75rem;cursor:pointer;border:none;background:none;position:fixed;right:clamp(.75rem,2vw,1.5rem);top:.5rem;z-index:1001}.llt-header .llt-hamburger span{display:block;width:26px;height:2.5px;background-color:#fff;border-radius:2px;transition:transform var(--transition),opacity var(--transition);filter:drop-shadow(0 1px 3px rgba(0,0,0,.6))}.llt-header .llt-hamburger.active span{background-color:var(--headerColor);filter:none}.llt-header .llt-hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.llt-header .llt-hamburger.active span:nth-child(2){opacity:0}.llt-header .llt-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.llt-header .llt-hamburger{display:flex}}html.dark-mode .llt-header .llt-header-flag:before{background:radial-gradient(ellipse 70% 100% at center,#0b090859,#0b09088c 70%),linear-gradient(to right,#0b090866,#0b090833,#0b090866)}html.dark-mode .llt-header .llt-header-nav{background-color:var(--bgCard);border-bottom:1px solid var(--borderColor)}html.dark-mode .llt-header .llt-dark-toggle{color:var(--highlight);border-color:var(--borderColor)}html.dark-mode .llt-header .llt-dark-toggle:hover{color:var(--highlight);border-color:var(--highlight);background-color:#e8b04a14}html.dark-mode .llt-header .llt-dark-toggle .llt-sun-icon{display:block}html.dark-mode .llt-header .llt-dark-toggle .llt-moon-icon{display:none}html.dark-mode .llt-header .llt-nav-cta{background-color:var(--primary);color:var(--bgDark);box-shadow:0 2px 12px #00000080}html.dark-mode .llt-header .llt-nav-cta:hover{background-color:var(--primaryLight);color:var(--bgDark);box-shadow:0 4px 16px #e8b04a40}html.dark-mode .llt-header .llt-nav-link:after{background-color:var(--highlight)}html.dark-mode .llt-header .llt-nav-link:hover,html.dark-mode .llt-header .llt-nav-link.active{color:var(--highlight)}html.dark-mode .llt-header .llt-nav-sub-link:hover,html.dark-mode .llt-header .llt-nav-sub-link.active{color:var(--highlight);background-color:#e8b04a14}html.dark-mode .llt-header .llt-nav-group-toggle.active{color:var(--highlight)}body{padding-top:18.75rem}@media(max-width:768px){body{padding-top:14.75rem}}@media(max-width:480px){body{padding-top:12.25rem}}.llt-footer{background-color:var(--bgDark);color:#ffffffb3}.llt-footer .llt-footer-container{max-width:var(--containerMax);margin:0 auto;padding:clamp(3rem,6vw,5rem) clamp(1rem,3vw,2rem) 0}.llt-footer .llt-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:var(--gapLarge);padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}@media(max-width:768px){.llt-footer .llt-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.llt-footer .llt-footer-grid{grid-template-columns:1fr}}.llt-footer .llt-footer-brand .llt-footer-logo{font-family:var(--headingFont);font-size:1.5rem;font-weight:700;color:var(--bodyTextColorWhite);margin-bottom:1rem}.llt-footer .llt-footer-brand p{font-size:.9375rem;line-height:1.65;max-width:30ch}.llt-footer .llt-footer-heading{font-family:var(--bodyFont);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.llt-footer .llt-footer-links{display:flex;flex-direction:column;gap:.625rem}.llt-footer .llt-footer-links a{color:#ffffffa6;font-size:.9375rem;text-decoration:none;transition:color var(--transitionFast),padding-left var(--transitionFast)}.llt-footer .llt-footer-links a:hover{color:var(--accent);padding-left:.25rem}.llt-footer .llt-footer-contact{display:flex;flex-direction:column;gap:.75rem;font-size:.9375rem}.llt-footer .llt-footer-contact a{color:#ffffffa6;text-decoration:none;transition:color var(--transitionFast)}.llt-footer .llt-footer-contact a:hover{color:var(--accent)}.llt-footer .llt-footer-contact .llt-footer-phone{font-size:1.125rem;font-weight:600;color:var(--bodyTextColorWhite);letter-spacing:.02em}.llt-footer .llt-footer-contact .llt-footer-phone:hover{color:var(--accent)}.llt-footer .llt-footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem 0;font-size:.8125rem}@media(max-width:480px){.llt-footer .llt-footer-bottom{flex-direction:column;text-align:center}}.llt-footer .llt-copyright{color:#fff6}.llt-footer .llt-credit{color:#ffffff4d}.llt-footer .llt-credit a{color:#ffffff73;text-decoration:none;transition:color var(--transitionFast)}.llt-footer .llt-credit a:hover{color:var(--accent)}.llt-hero{position:relative;min-height:0;display:flex;align-items:center;background-color:var(--bgDark);border-bottom:3px solid var(--spark)}.llt-hero .llt-hero-bg{position:absolute;inset:0;overflow:hidden}.llt-hero .llt-hero-bg picture{display:contents}.llt-hero .llt-hero-bg img{width:100%;height:100%;object-fit:cover;animation:heroZoom 20s ease-out forwards}.llt-hero .llt-hero-bg .llt-hero-dark{display:none}@media(prefers-color-scheme:dark){.llt-hero .llt-hero-bg .llt-hero-light{display:none}.llt-hero .llt-hero-bg .llt-hero-dark{display:contents}}.llt-hero .llt-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#1c1210eb,#1c1210a6 40%,#1c121059,#1c121040)}.llt-hero .llt-hero-bg:before{content:"";position:absolute;bottom:0;left:0;right:0;height:4rem;background:linear-gradient(to top,var(--bgWarm),transparent);z-index:1}.llt-hero .llt-hero-content{position:relative;z-index:2;max-width:var(--containerMax);margin:0 auto;padding:calc(var(--headerHeight) + 2rem) clamp(1rem,3vw,2rem) 2rem;width:100%}.llt-hero .llt-hero-grid{display:flex;align-items:center;justify-content:space-between;gap:clamp(2rem,4vw,4rem)}@media(max-width:900px){.llt-hero .llt-hero-grid{flex-direction:column;align-items:flex-start}}.llt-hero .llt-hero-left{flex:1;min-width:0}.llt-hero .llt-hero-right{flex-shrink:0;opacity:0;transform:translateY(1rem);animation:heroFadeUp .8s ease-out 1s forwards}@media(max-width:900px){.llt-hero .llt-hero-right{width:100%;max-width:24rem}}.llt-hero .llt-hero-financing{background:#0009;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radiusLarge);padding:clamp(1.75rem,3vw,2.5rem);width:clamp(20rem,24vw,26rem);text-align:center}@media(max-width:900px){.llt-hero .llt-hero-financing{width:100%;background:#000000b3}}.llt-hero .llt-hero-financing-title{font-family:var(--headingFont);font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:700;color:#fff;margin-bottom:.75rem}.llt-hero .llt-hero-financing-text{font-size:1rem;color:#ffffffe6;line-height:1.5;margin-bottom:1.5rem}.llt-hero .llt-hero-financing-note{font-size:.875rem;color:#ffffffbf;margin-top:.875rem;line-height:1.4}.llt-hero .llt-hero-topper{display:inline-block;font-family:var(--bodyFont);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#f5f0ebbf;margin-bottom:1.25rem;opacity:0;transform:translateY(1rem);animation:heroFadeUp .8s ease-out .2s forwards}.llt-hero .llt-hero-title{font-family:var(--headingFont);font-size:clamp(2.75rem,6vw,5rem);font-weight:700;color:var(--bodyTextColorWhite);line-height:1.08;max-width:16ch;margin-bottom:1.5rem;opacity:0;transform:translateY(1rem);animation:heroFadeUp .8s ease-out .4s forwards}.llt-hero .llt-hero-text{font-size:clamp(1.0625rem,1.8vw,1.25rem);color:#f5f0ebf2;max-width:40ch;line-height:1.65;margin-bottom:2rem;opacity:0;transform:translateY(1rem);animation:heroFadeUp .8s ease-out .6s forwards}.llt-hero .llt-hero-actions{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;transform:translateY(1rem);animation:heroFadeUp .8s ease-out .8s forwards}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1)}}.llt-page-header{background-color:var(--primary);padding:clamp(3.5rem,8vw,6rem) 0;text-align:center;position:relative;overflow:hidden}.llt-page-header:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.03) 0%,transparent 50%,rgba(0,0,0,.05) 100%);pointer-events:none}.llt-page-header .llt-page-header-container{position:relative;max-width:var(--containerMax);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.llt-page-header .llt-page-header-title{font-family:var(--headingFont);font-size:clamp(2.25rem,5vw,3.25rem);color:var(--bodyTextColorWhite);margin-bottom:.75rem}.llt-page-header .llt-page-header-text{font-size:clamp(.9375rem,1.5vw,1.125rem);color:#f5f0ebb3;max-width:48ch;margin:0 auto;line-height:1.6}.llt-page-header .llt-breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:.8125rem}.llt-page-header .llt-breadcrumb a{color:#f5f0eb99;text-decoration:none;transition:color var(--transitionFast)}.llt-page-header .llt-breadcrumb a:hover{color:var(--accent)}.llt-page-header .llt-breadcrumb .llt-breadcrumb-sep{color:#f5f0eb4d}.llt-page-header .llt-breadcrumb .llt-breadcrumb-current{color:#f5f0ebe6;font-weight:500}.llt-inventory{padding:var(--sectionPadding);background-color:var(--bgWarm)}.llt-inventory .llt-inventory-container{max-width:var(--containerWide);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.llt-inventory .llt-inventory-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.llt-inventory .llt-inventory-count{font-size:.9375rem;color:var(--bodyTextColorLight)}.llt-inventory .llt-inventory-count strong{color:var(--headerColor);font-weight:600}.llt-inventory .llt-inventory-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;padding:1.25rem;background-color:var(--bgCard);border-radius:var(--radius);border:1px solid var(--borderColorLight)}.llt-inventory .llt-filter-select{padding:.625rem 2.25rem .625rem .875rem;font-size:.875rem;font-family:var(--bodyFont);background-color:var(--bgWarm);border:1px solid var(--borderColor);border-radius:var(--radius);color:var(--bodyTextColor);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2344403C' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:border-color var(--transitionFast),box-shadow var(--transitionFast)}.llt-inventory .llt-filter-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #dc26261f}.llt-inventory .llt-filter-select:hover{border-color:var(--accent)}.llt-inventory .llt-inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--gapLarge)}@media(max-width:360px){.llt-inventory .llt-inventory-grid{grid-template-columns:1fr}}.llt-inventory .llt-inventory-guide{margin-top:clamp(3rem,5vw,4rem);padding:clamp(2.5rem,5vw,4rem) clamp(2rem,4vw,3rem);background-color:var(--bgCard);border:1px solid var(--borderColorLight);border-radius:var(--radiusLarge);display:flex;align-items:center;gap:clamp(2rem,4vw,3rem)}@media(max-width:768px){.llt-inventory .llt-inventory-guide{flex-direction:column;text-align:center}}.llt-inventory .llt-inventory-guide-icon{flex-shrink:0;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;background:#b91c1c14;border-radius:50%;color:var(--primary)}@media(max-width:768px){.llt-inventory .llt-inventory-guide-icon{width:4rem;height:4rem}.llt-inventory .llt-inventory-guide-icon svg{width:36px;height:36px}}.llt-inventory .llt-inventory-guide-content{flex:1}.llt-inventory .llt-inventory-guide-content .llt-title-small{margin-bottom:.75rem}.llt-inventory .llt-inventory-guide-content .llt-text{margin-bottom:1.5rem;max-width:45ch;line-height:1.7}@media(max-width:768px){.llt-inventory .llt-inventory-guide-content .llt-text{margin-left:auto;margin-right:auto}}.llt-inventory .llt-inventory-guide-content .llt-text a{color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:2px}.llt-inventory .llt-inventory-empty{grid-column:1/-1;text-align:center;padding:5rem 2rem;color:var(--bodyTextColorLight)}.llt-inventory .llt-inventory-empty .llt-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.3}.llt-inventory .llt-inventory-empty .llt-empty-title{font-family:var(--headingFont);font-size:1.5rem;color:var(--headerColor);margin-bottom:.5rem}.llt-inventory .llt-inventory-empty .llt-empty-text{font-size:1rem;max-width:40ch;margin:0 auto}.llt-listing{padding:var(--sectionPadding);background-color:var(--bgWarm)}.llt-listing .llt-listing-container{max-width:var(--containerMax);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.llt-listing .llt-listing-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--gapLarge);align-items:start}@media(max-width:768px){.llt-listing .llt-listing-grid{grid-template-columns:1fr}}.llt-listing .llt-gallery .llt-gallery-main{position:relative;aspect-ratio:16/10;border-radius:var(--radiusLarge);overflow:hidden;background-color:var(--borderColorLight);margin-bottom:.75rem;cursor:pointer;box-shadow:0 4px 16px var(--shadowColor)}.llt-listing .llt-gallery .llt-gallery-main img{width:100%;height:100%;object-fit:contain}.llt-listing .llt-gallery .llt-gallery-main .llt-gallery-count{position:absolute;bottom:.75rem;right:.75rem;background:#000000b3;backdrop-filter:blur(8px);color:var(--bodyTextColorWhite);font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:var(--radiusSmall);letter-spacing:.02em}.llt-listing .llt-gallery .llt-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(5rem,1fr));gap:.5rem}.llt-listing .llt-gallery .llt-gallery-thumb{aspect-ratio:16/10;border-radius:var(--radiusSmall);overflow:hidden;cursor:pointer;border:2px solid transparent;opacity:.6;transition:border-color var(--transitionFast),opacity var(--transitionFast)}.llt-listing .llt-gallery .llt-gallery-thumb.active{border-color:var(--accent);opacity:1}.llt-listing .llt-gallery .llt-gallery-thumb:hover{opacity:1;border-color:#dc262680}.llt-listing .llt-gallery .llt-gallery-thumb img{width:100%;height:100%;object-fit:cover}.llt-listing .llt-listing-info{position:sticky;top:calc(var(--headerHeight) + 2rem)}.llt-listing .llt-listing-header{margin-bottom:1.5rem}.llt-listing .llt-listing-year-make{font-size:.8125rem;color:var(--bodyTextColorLight);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:.375rem}.llt-listing .llt-listing-title{font-family:var(--headingFont);font-size:clamp(1.75rem,3vw,2.25rem);color:var(--headerColor);margin-bottom:.5rem}.llt-listing .llt-listing-price{font-family:var(--headingFont);font-size:1.75rem;font-weight:700;color:var(--primary)}.llt-listing .llt-listing-price-group{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.llt-listing .llt-listing-price-original{font-family:var(--headingFont);font-size:1.125rem;color:var(--bodyTextColorLight);text-decoration:line-through}.llt-listing .llt-listing-savings{background:#059669;color:#fff;font-size:.8125rem;font-weight:700;padding:.25rem .625rem;border-radius:var(--radiusSmall, .25rem)}.llt-listing .llt-listing-specs{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;margin-bottom:1.5rem;padding:1.5rem;background-color:var(--bgCard);border-radius:var(--radius);border:1px solid var(--borderColorLight)}.llt-listing .llt-spec .llt-spec-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--bodyTextColorLight);margin-bottom:.1875rem}.llt-listing .llt-spec .llt-spec-value{font-size:.9375rem;font-weight:600;color:var(--headerColor)}.llt-listing .llt-listing-description{margin-bottom:1.5rem;line-height:1.75;color:var(--bodyTextColor);font-size:.9375rem}.llt-listing .llt-listing-features{margin-bottom:1.5rem}.llt-listing .llt-listing-features h3{font-size:1rem;font-weight:700;color:var(--headerColor);margin-bottom:.75rem}.llt-listing .llt-listing-features ul{display:grid;grid-template-columns:1fr 1fr;gap:.375rem 1rem}.llt-listing .llt-listing-features li{font-size:.875rem;color:var(--bodyTextColor);padding-left:1.25rem;position:relative}.llt-listing .llt-listing-features li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background-color:var(--accent)}.llt-listing .llt-listing-cta{padding:1.75rem;background-color:var(--primary);border-radius:var(--radius);text-align:center;box-shadow:0 4px 16px #b91c1c33}.llt-listing .llt-listing-cta .llt-listing-cta-title{font-family:var(--headingFont);font-size:1.25rem;color:var(--bodyTextColorWhite);margin-bottom:.5rem}.llt-listing .llt-listing-cta .llt-listing-cta-phone{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;display:block;margin-bottom:.75rem;transition:opacity var(--transitionFast)}.llt-listing .llt-listing-cta .llt-listing-cta-phone:hover{opacity:.85}.llt-listing .llt-listing-cta .llt-listing-cta-text{font-size:.875rem;color:#f5f0eb99}.llt-listing .llt-listing-financing{margin-top:1rem;padding:1.5rem;background-color:var(--bgCard);border-radius:var(--radius);border:1px solid var(--borderColorLight);text-align:center}.llt-listing .llt-listing-financing .llt-listing-financing-title{font-family:var(--headingFont);font-size:1.125rem;font-weight:700;color:var(--headerColor);margin-bottom:.375rem}.llt-listing .llt-listing-financing .llt-listing-financing-text{font-size:.875rem;color:var(--bodyTextColor);margin-bottom:1rem;line-height:1.5}.llt-listing .llt-listing-financing .llt-listing-financing-note{font-size:.75rem;color:var(--bodyTextColorLight);margin-top:.75rem;line-height:1.4}.llt-form-group{display:flex;flex-direction:column;gap:.375rem}.llt-form-label{font-size:.8125rem;font-weight:600;color:var(--headerColor);letter-spacing:.02em}.llt-form-label .llt-form-required{color:var(--primary);margin-left:.125rem}.llt-form-input,.llt-form-textarea,.llt-form-select{width:100%;max-width:100%;box-sizing:border-box;padding:.75rem 1rem;background-color:var(--bgWhite);border:1.5px solid var(--borderColor);border-radius:var(--radius);font-family:var(--bodyFont);font-size:1rem;color:var(--bodyTextColor);transition:border-color var(--transitionFast),box-shadow var(--transitionFast),background-color var(--transitionFast)}.llt-form-input:hover,.llt-form-textarea:hover,.llt-form-select:hover{border-color:var(--secondaryLight)}.llt-form-input:focus,.llt-form-textarea:focus,.llt-form-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #b91c1c1a;background-color:#fff}.llt-form-input::placeholder,.llt-form-textarea::placeholder,.llt-form-select::placeholder{color:var(--bodyTextColorLight);opacity:.6}.llt-form-input-readonly{background-color:var(--bgWarm);color:var(--bodyTextColorLight);cursor:default}.llt-form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%2378716C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.75rem;cursor:pointer}.llt-form-textarea{resize:vertical;min-height:10rem;line-height:1.65}.llt-form-hint{font-size:.8125rem;color:var(--bodyTextColorLight);margin:.25rem 0 0;line-height:1.4}.llt-form-unit-picker{animation:llt-slide-down .25s ease-out}@keyframes llt-slide-down{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.llt-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.llt-form-row{grid-template-columns:1fr}}.llt-form-footer{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}@media(max-width:480px){.llt-form-footer{flex-direction:column;align-items:stretch;gap:.75rem}}.llt-form-submit{display:inline-flex;align-items:center;gap:.5rem}.llt-form-submit:disabled{opacity:.7;cursor:wait}.llt-form-note{font-size:.8125rem;color:var(--bodyTextColorLight);margin:0}.llt-form-status{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;border-radius:var(--radius);font-size:.9375rem}.llt-form-status[hidden]{display:none}.llt-form-status strong{display:block;margin-bottom:.25rem}.llt-form-status p{margin:0;font-size:.875rem;opacity:.8}.llt-form-status svg{flex-shrink:0;margin-top:.125rem}.llt-form-success{background-color:#2d8b4e14;color:var(--statusAvailable);border:1px solid rgba(45,139,78,.15)}.llt-form-error{background-color:#dc262614;color:#dc2626;border:1px solid rgba(220,38,38,.15)}.llt-contact-quick{padding:0 clamp(1rem,3vw,2rem);margin-top:-2rem;position:relative;z-index:1}.llt-contact-quick .llt-contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:var(--containerMax);margin:0 auto}@media(max-width:900px){.llt-contact-quick .llt-contact-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.llt-contact-quick .llt-contact-cards{grid-template-columns:1fr}}.llt-contact-quick .llt-contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background-color:var(--bgWhite);border-radius:var(--radiusLarge);border:1px solid var(--borderColorLight);box-shadow:0 4px 16px var(--shadowColor);text-decoration:none;color:inherit;transition:transform var(--transition),box-shadow var(--transition)}.llt-contact-quick .llt-contact-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px var(--shadowColorDark)}.llt-contact-quick .llt-contact-card:hover .llt-contact-card-icon{background-color:#a41e1824;color:var(--primary)}.llt-contact-quick .llt-contact-card-icon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#b91c1c14;color:var(--primary);margin-bottom:1rem;transition:background-color var(--transition),color var(--transition)}.llt-contact-quick .llt-contact-card-title{font-family:var(--headingFont);font-size:1.125rem;font-weight:600;color:var(--headerColor);margin-bottom:.375rem}.llt-contact-quick .llt-contact-card-detail{font-size:.9375rem;font-weight:500;color:var(--bodyTextColor);margin:0}.llt-contact-quick .llt-contact-card-sub{font-size:.8125rem;color:var(--bodyTextColorLight);margin-top:.25rem}.llt-contact-form{padding:var(--sectionPadding)}.llt-contact-form .llt-contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,4vw,4rem);max-width:var(--containerMax);margin:0 auto;align-items:start}@media(max-width:768px){.llt-contact-form .llt-contact-grid{grid-template-columns:1fr}}.llt-contact-form .llt-contact-form-wrap{background-color:var(--bgWarm);border-radius:var(--radiusLarge);padding:clamp(1.5rem,3vw,2.5rem);border:1px solid var(--borderColorLight);overflow:hidden;min-width:0}.llt-contact-form .llt-contact-form-header{margin-bottom:1.75rem}.llt-contact-form .llt-contact-form-header .llt-title-small{margin-bottom:.5rem}.llt-contact-form .llt-contact-form-header .llt-text{font-size:.9375rem}.llt-contact-form .llt-form{display:flex;flex-direction:column;gap:1.25rem}.llt-contact-form .llt-contact-map-side{position:sticky;top:13.25rem}.llt-contact-form .llt-contact-map-wrap{border-radius:var(--radiusLarge);overflow:hidden;border:1px solid var(--borderColorLight);box-shadow:0 4px 20px var(--shadowColor)}.llt-contact-form .llt-contact-map-wrap iframe{display:block;width:100%;max-width:100%}.llt-contact-form .llt-contact-map-info{margin-top:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.llt-contact-form .llt-contact-map-info p{font-size:.9375rem;color:var(--bodyTextColor);margin:0;line-height:1.5}.llt-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8125rem 1.875rem;font-family:var(--bodyFont);font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;position:relative;overflow:hidden;transition:background-color var(--transition),color var(--transition),border-color var(--transition),transform var(--transitionFast),box-shadow var(--transition)}.llt-button:active{transform:scale(.97)}.llt-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.llt-button-primary{background-color:var(--accent);color:var(--bgWhite);box-shadow:0 2px 8px #dc262640}.llt-button-primary:hover{background-color:var(--accentDark);color:var(--bgWhite);box-shadow:0 4px 16px #dc262659;transform:translateY(-1px)}.llt-button-secondary{background-color:#00000080;color:#fff;border-color:#ffffff40}.llt-button-secondary:hover{background-color:#000000b3;border-color:#fff6;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.llt-button-outline{background-color:transparent;color:var(--primary);border-color:var(--primary)}.llt-button-outline:hover{background-color:var(--primary);color:var(--bgWhite);box-shadow:0 4px 12px #b91c1c33;transform:translateY(-1px)}.llt-button-light{background-color:#fff;color:var(--primary);border-color:#fff;font-weight:700}.llt-button-light:hover{background-color:#ffffffe0;color:var(--primaryDark);transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.llt-button-light-outline{background-color:transparent;color:#fff;border-color:#ffffff80}.llt-button-light-outline:hover{background-color:#ffffff1f;border-color:#fff;color:#fff;transform:translateY(-1px)}.llt-button-ghost{background-color:transparent;color:var(--accent);padding:.5rem 1rem}.llt-button-ghost:hover{background-color:#dc262614}.llt-button-small{padding:.5rem 1.25rem;font-size:.8125rem}.llt-button-large{padding:1rem 2.5rem;font-size:1rem}.llt-button-icon{padding:.5rem;border-radius:var(--radiusSmall);min-width:2.25rem;min-height:2.25rem}html.dark-mode .llt-button-primary{background-color:var(--accent);color:var(--bgDark);box-shadow:0 2px 8px #e8b04a33}html.dark-mode .llt-button-primary:hover{background-color:var(--accentLight);color:var(--bgDark);box-shadow:0 4px 16px #e8b04a59}html.dark-mode .llt-button-outline{color:var(--primary);border-color:var(--primary)}html.dark-mode .llt-button-outline:hover{background-color:var(--primary);color:var(--bgDark);box-shadow:0 4px 12px #f8d13947}html.dark-mode .llt-button-light{background-color:var(--highlight);color:var(--bgDark);border-color:var(--highlight)}html.dark-mode .llt-button-light:hover{background-color:var(--primaryLight);color:var(--bgDark);box-shadow:0 4px 16px #f8d13959}html.dark-mode .llt-button-ghost{color:var(--accent)}html.dark-mode .llt-button-ghost:hover{background-color:#f8d1391f}html.dark-mode .llt-button:focus-visible{outline-color:var(--highlight)}html.dark-mode .llt-section-primary .llt-button-light,html.dark-mode .llt-section-primary .llt-button-primary,html.dark-mode .llt-faq-bottom-cta .llt-button-light,html.dark-mode .llt-faq-bottom-cta .llt-button-primary,html.dark-mode .llt-home-financing-cta-inner .llt-button-light,html.dark-mode .llt-home-financing-cta-inner .llt-button-primary{background-color:var(--bgDark);color:var(--highlight);border-color:var(--bgDark);box-shadow:0 2px 12px #0006}html.dark-mode .llt-section-primary .llt-button-light:hover,html.dark-mode .llt-section-primary .llt-button-primary:hover,html.dark-mode .llt-faq-bottom-cta .llt-button-light:hover,html.dark-mode .llt-faq-bottom-cta .llt-button-primary:hover,html.dark-mode .llt-home-financing-cta-inner .llt-button-light:hover,html.dark-mode .llt-home-financing-cta-inner .llt-button-primary:hover{background-color:var(--bgCard);color:var(--primaryLight);border-color:var(--bgCard);box-shadow:0 4px 16px #0000008c}html.dark-mode .llt-section-primary .llt-button-outline,html.dark-mode .llt-faq-bottom-cta .llt-button-outline,html.dark-mode .llt-home-financing-cta-inner .llt-button-outline{color:var(--bgDark);border-color:var(--bgDark)}html.dark-mode .llt-section-primary .llt-button-outline:hover,html.dark-mode .llt-faq-bottom-cta .llt-button-outline:hover,html.dark-mode .llt-home-financing-cta-inner .llt-button-outline:hover{background-color:var(--bgDark);color:var(--highlight)}.llt-card{background-color:var(--bgCard);border-radius:var(--radiusLarge);overflow:hidden;box-shadow:0 1px 3px var(--shadowColor);transition:transform var(--transition),box-shadow var(--transition)}.llt-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px var(--shadowColorDark),0 4px 8px var(--shadowColor)}.llt-card .llt-card-image{position:relative;aspect-ratio:3/2;overflow:hidden;background-color:var(--borderColorLight)}.llt-card .llt-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.llt-card .llt-card-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4rem;background:linear-gradient(to top,rgba(0,0,0,.12),transparent);pointer-events:none}.llt-card:hover .llt-card-image img{transform:scale(1.05)}.llt-card .llt-card-badge{margin-bottom:.5rem}.llt-card .llt-card-body{padding:1.25rem 1.25rem 1.5rem}.llt-card .llt-card-title{font-family:var(--headingFont);font-size:1.25rem;font-weight:700;color:var(--headerColor);margin-bottom:.25rem;line-height:1.3}.llt-card .llt-card-subtitle{font-size:.8125rem;color:var(--bodyTextColorLight);margin-bottom:.75rem;letter-spacing:.02em}.llt-card .llt-card-specs{display:flex;flex-wrap:wrap;gap:.375rem .875rem;margin-bottom:1rem;font-size:.8125rem;color:var(--bodyTextColorLight)}.llt-card .llt-card-spec{display:inline-flex;align-items:center;gap:.3rem}.llt-card .llt-card-spec svg{width:14px;height:14px;opacity:.6}.llt-card .llt-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--borderColorLight)}.llt-card .llt-card-price{font-family:var(--headingFont);font-size:1.375rem;font-weight:700;color:var(--headerColor)}.llt-card .llt-card-price-group{display:flex;flex-direction:column;gap:.125rem}.llt-card .llt-card-price-original{font-size:.8125rem;color:var(--bodyTextColorLight);text-decoration:line-through}.llt-card .llt-card-price-group .llt-card-price{color:var(--primary, #B91C1C)}.llt-card .llt-card-sale-badge{display:inline-block;background:#059669;color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:.1875rem;text-transform:uppercase;letter-spacing:.05em}.llt-card .llt-card-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--primary);text-decoration:none;transition:gap var(--transitionFast),color var(--transitionFast)}.llt-card .llt-card-link:after{content:"→";transition:transform var(--transitionFast)}.llt-card:hover .llt-card-link{color:var(--primaryDark);gap:.625rem}.llt-card:hover .llt-card-link:after{transform:translate(2px)}html.dark-mode .llt-card{border:1px solid rgba(232,176,74,.35);box-shadow:0 1px 3px #0006;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}html.dark-mode .llt-card:hover{border-color:#e8b04ab3;box-shadow:0 12px 28px #0000008c,0 4px 8px #00000059,0 0 0 1px #e8b04a33}html.dark-mode .llt-card .llt-card-footer{border-top-color:var(--borderColor)}html.dark-mode .llt-card-no-photo{background-color:var(--bgDark);color:var(--bodyTextColorLight)}.llt-card-no-photo{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:var(--borderColorLight);color:var(--bodyTextColorLight);font-size:.8125rem;font-weight:500}.llt-card-no-photo svg{width:2.5rem;height:2.5rem;opacity:.35}.llt-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.3rem .75rem;font-family:var(--bodyFont);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radiusSmall);white-space:nowrap}.llt-badge:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.llt-badge-available,.llt-badge-published{background-color:#dcfce7;color:#166534}.llt-badge-available:before,.llt-badge-published:before{background-color:#16a34a}.llt-badge-pending{background-color:#fef3c7;color:#92400e}.llt-badge-pending:before{background-color:#d97706}.llt-badge-sold{background-color:#dbeafe;color:#1e40af}.llt-badge-sold:before{background-color:#2563eb}.llt-badge-trade-in{background-color:#ede9fe;color:#5b21b6}.llt-badge-trade-in:before{background-color:#7c3aed}.llt-badge-draft{background-color:#f3f4f6;color:#4b5563}.llt-badge-draft:before{background-color:#6b7280}.llt-badge-archived{background-color:#f3f4f6;color:#9ca3af}.llt-badge-archived:before{background-color:#9ca3af}.llt-badge-plain:before{display:none}.llt-admin{min-height:100vh;background-color:var(--bgWarm)}.llt-admin .llt-admin-container{max-width:var(--containerWide);margin:0 auto;padding:2rem clamp(1rem,3vw,2rem)}.llt-admin .llt-admin-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.llt-admin .llt-admin-tabs{display:flex;gap:0;border-bottom:2px solid rgba(0,0,0,.08);margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.llt-admin .llt-admin-tabs::-webkit-scrollbar{display:none}.llt-admin .llt-admin-tab{padding:.75rem 1.25rem;font-size:.8125rem;font-weight:600;color:var(--bodyTextColorLight);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s;font-family:var(--bodyFont)}.llt-admin .llt-admin-tab:hover{color:var(--headerColor)}.llt-admin .llt-admin-tab.active{color:var(--primary, #B91C1C);border-bottom-color:var(--primary, #B91C1C)}.llt-admin .llt-admin-tab-panel{display:none}.llt-admin .llt-admin-tab-panel.active{display:block}.llt-admin .llt-pricing-preview{margin-top:1.5rem;padding:1.25rem;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius, .5rem)}.llt-admin .llt-admin-title{font-family:var(--headingFont);font-size:1.75rem;color:var(--headerColor)}.llt-admin .llt-admin-actions{display:flex;gap:.75rem}.llt-admin .llt-admin-table-wrap{overflow-x:auto;background-color:var(--bgCard);border-radius:var(--radiusLarge);box-shadow:0 1px 3px var(--shadowColor);border:1px solid var(--borderColorLight)}.llt-admin .llt-admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.llt-admin .llt-admin-table th{font-family:var(--bodyFont);font-weight:700;font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--bodyTextColorLight);padding:1rem 1.25rem;text-align:left;border-bottom:2px solid var(--borderColorLight);white-space:nowrap;background-color:#00000004}.llt-admin .llt-admin-table td{padding:.875rem 1.25rem;border-bottom:1px solid var(--borderColorLight);vertical-align:middle}.llt-admin .llt-admin-table tbody tr{transition:background-color var(--transitionFast)}.llt-admin .llt-admin-table tbody tr:hover{background-color:#b91c1c06}.llt-admin .llt-admin-table tbody tr:last-child td{border-bottom:none}.llt-admin .llt-admin-thumb{width:4rem;height:2.5rem;border-radius:var(--radiusSmall);object-fit:cover;background-color:var(--borderColorLight)}.llt-admin .llt-admin-stock{font-weight:600;color:var(--headerColor);font-family:var(--bodyFont);letter-spacing:.02em}.llt-admin .llt-admin-vehicle-name{font-weight:500;color:var(--headerColor)}.llt-admin .llt-admin-price{font-weight:600;color:var(--primary)}.llt-admin .llt-admin-date{font-size:.8125rem;color:var(--bodyTextColorLight)}.llt-admin .llt-admin-edit-link{color:var(--accent);font-weight:600;font-size:.8125rem;text-decoration:none;transition:color var(--transitionFast)}.llt-admin .llt-admin-edit-link:hover{color:var(--accentDark)}.llt-admin .llt-admin-form{background-color:var(--bgCard);border-radius:var(--radiusLarge);box-shadow:0 1px 3px var(--shadowColor),0 4px 16px var(--shadowColor);border:1px solid var(--borderColorLight);padding:clamp(1.5rem,3vw,2.5rem)}.llt-admin .llt-admin-form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem 1.25rem}@media(max-width:1024px){.llt-admin .llt-admin-form-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.llt-admin .llt-admin-form-grid{grid-template-columns:1fr}}.llt-admin .llt-admin-form-section{grid-column:1/-1;display:flex;align-items:center;gap:.75rem;padding:.75rem 0 .5rem;margin-top:1.75rem;border-bottom:2px solid var(--borderColorLight)}.llt-admin .llt-admin-form-section h3{font-family:var(--bodyFont);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--primary);white-space:nowrap}.llt-admin .llt-admin-form-section:after{content:"";flex:1;height:1px;background:var(--borderColorLight)}.llt-admin .llt-admin-form-section:first-child{margin-top:0}.llt-admin .llt-admin-form-full{grid-column:1/-1}.llt-admin .llt-admin-form .llt-form-input,.llt-admin .llt-admin-form .llt-form-select,.llt-admin .llt-admin-form .llt-form-textarea{font-size:.875rem;padding:.5rem .75rem;background-color:#fafaf9;border-color:var(--borderColor)}.llt-admin .llt-admin-form .llt-form-input:focus,.llt-admin .llt-admin-form .llt-form-select:focus,.llt-admin .llt-admin-form .llt-form-textarea:focus{background-color:var(--bgCard)}.llt-admin .llt-admin-form .llt-form-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--bodyTextColorLight);font-weight:600}.llt-admin .llt-combo{position:relative}.llt-admin .llt-combo-input{cursor:pointer;padding-right:2rem!important}.llt-admin .llt-combo:after{content:"";position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--bodyTextColorLight);pointer-events:none}.llt-admin .llt-combo-list{display:none;position:absolute;top:100%;left:0;right:0;max-height:14rem;overflow-y:auto;background:#fff;border:1px solid var(--borderColor);border-top:none;border-radius:0 0 var(--radiusSmall) var(--radiusSmall);box-shadow:0 4px 12px #0000001a;z-index:100}.llt-admin .llt-combo-list.open{display:block}.llt-admin .llt-combo-option{padding:.5rem .75rem;font-size:.875rem;cursor:pointer;transition:background .1s}.llt-admin .llt-combo-option:hover{background:#0000000a}.llt-admin .llt-combo-option.active{background:var(--primary, #B91C1C);color:#fff}.llt-admin .llt-feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.25rem 1rem}.llt-admin .llt-feature-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;cursor:pointer;padding:.3125rem .5rem;border-radius:.25rem;transition:background .15s}.llt-admin .llt-feature-item:hover{background:#00000008}.llt-admin .llt-feature-item.llt-feature-active{background:#2d8b4e14}.llt-admin .llt-feature-item input[type=checkbox]{cursor:pointer;accent-color:var(--primary, #B91C1C)}.llt-admin .llt-feature-label{flex:1;min-width:0}.llt-admin .llt-feature-tag{display:inline-flex;align-items:center;gap:.25rem;background:var(--bgDark, #1C1210);color:#fff;padding:.25rem .625rem;border-radius:1rem;font-size:.75rem}.llt-admin .llt-feature-tag button{background:none;border:none;color:#fff9;cursor:pointer;font-size:1rem;line-height:1;padding:0}.llt-admin .llt-feature-tag button:hover{color:#fff}.llt-admin .llt-admin-photos{grid-column:1/-1;margin-top:1rem}.llt-admin .llt-photo-dropzone{border:2px dashed var(--borderColor);border-radius:var(--radius);padding:2.5rem 2rem;text-align:center;cursor:pointer;transition:border-color var(--transitionFast),background-color var(--transitionFast)}.llt-admin .llt-photo-dropzone:hover,.llt-admin .llt-photo-dropzone.drag-over{border-color:var(--accent);background-color:#dc26260a}.llt-admin .llt-photo-dropzone .llt-dropzone-icon{font-size:2rem;margin-bottom:.5rem;opacity:.4}.llt-admin .llt-photo-dropzone .llt-dropzone-text{font-size:.9375rem;color:var(--bodyTextColorLight);line-height:1.5}.llt-admin .llt-photo-dropzone .llt-dropzone-text strong{color:var(--accent);font-weight:600}.llt-admin .llt-photo-dropzone .llt-dropzone-hint{font-size:.75rem;color:var(--bodyTextColorLight);opacity:.7;margin-top:.375rem}.llt-admin .llt-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));gap:.75rem;margin-top:1rem}.llt-admin .llt-photo-item{position:relative;aspect-ratio:16/10;border-radius:var(--radiusSmall);overflow:hidden;border:2px solid var(--borderColorLight);cursor:grab;transition:border-color var(--transitionFast),box-shadow var(--transitionFast)}.llt-admin .llt-photo-item:hover{border-color:var(--accent)}.llt-admin .llt-photo-item.llt-photo-cover{border-color:#d97706;box-shadow:0 0 0 2px #d977064d}.llt-admin .llt-photo-item.dragging{opacity:.5;border-color:var(--accent);box-shadow:0 4px 16px #dc262633}.llt-admin .llt-photo-item img{width:100%;height:100%;object-fit:cover}.llt-admin .llt-photo-item .llt-photo-overlay{position:absolute;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:opacity var(--transitionFast)}.llt-admin .llt-photo-item:hover .llt-photo-overlay{opacity:1}.llt-admin .llt-photo-item .llt-photo-number{position:absolute;top:.25rem;left:.25rem;background:var(--bgDark);color:var(--bodyTextColorWhite);font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:var(--radiusSmall)}.llt-admin .llt-photo-item .llt-photo-cover-badge{position:absolute;top:.25rem;right:.25rem;background:#d97706;color:#fff;font-size:.5625rem;font-weight:700;padding:.125rem .375rem;border-radius:var(--radiusSmall);text-transform:uppercase;letter-spacing:.05em}.llt-admin .llt-admin-status-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem;background-color:var(--bgWarm);border-radius:var(--radius);border:1px solid var(--borderColorLight);margin-bottom:1.5rem}.llt-admin .llt-admin-status-left{display:flex;align-items:center;gap:1rem}.llt-admin .llt-admin-status-right{display:flex;align-items:center;gap:.75rem}.llt-login{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background-color:var(--bgDark);padding:8vh 2rem 2rem}.llt-login .llt-login-card{width:100%;max-width:24rem;background-color:var(--bgCard);border-radius:var(--radiusLarge);padding:2.5rem;box-shadow:0 8px 32px #0000004d}.llt-login .llt-login-title{font-family:var(--headingFont);font-size:1.5rem;text-align:center;margin-bottom:.5rem}.llt-login .llt-login-subtitle{text-align:center;font-size:.875rem;color:var(--bodyTextColorLight);margin-bottom:2rem}.llt-login .llt-login-form{display:flex;flex-direction:column;gap:1.25rem}.llt-login .llt-login-error{background-color:#dc262614;color:#dc2626;font-size:.8125rem;padding:.75rem;border-radius:var(--radiusSmall);text-align:center}.llt-sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;background-color:var(--primary);padding:.75rem 1.25rem;box-shadow:0 -4px 20px #00000040;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.llt-sticky-cta.visible{transform:translateY(0)}@media(max-width:768px){.llt-sticky-cta{display:flex;align-items:center;justify-content:center;gap:1rem}}.llt-sticky-cta .llt-sticky-cta-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex:1;padding:.75rem 1.5rem;background-color:var(--accent);color:var(--bgWhite);font-family:var(--bodyFont);font-size:1rem;font-weight:700;text-decoration:none;border-radius:var(--radius);text-align:center;letter-spacing:.02em;box-shadow:0 2px 8px #dc26264d;transition:background-color var(--transitionFast)}.llt-sticky-cta .llt-sticky-cta-link:hover{background-color:var(--accentDark)}.llt-sticky-cta .llt-sticky-cta-link svg{width:18px;height:18px}.llt-sticky-cta .llt-sticky-cta-text{font-size:.75rem;color:#f5f0ebb3;white-space:nowrap}@media(max-width:768px){body{padding-bottom:4.5rem}}.llt-reveal{opacity:0;transform:translateY(1.5rem);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}.llt-reveal.visible{opacity:1;transform:translateY(0)}.llt-reveal-stagger>*{opacity:0;transform:translateY(1.5rem);transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94)}.llt-reveal-stagger.visible>*{opacity:1;transform:translateY(0)}.llt-reveal-stagger.visible>*:nth-child(1){transition-delay:0s}.llt-reveal-stagger.visible>*:nth-child(2){transition-delay:.1s}.llt-reveal-stagger.visible>*:nth-child(3){transition-delay:.2s}.llt-reveal-stagger.visible>*:nth-child(4){transition-delay:.3s}.llt-reveal-stagger.visible>*:nth-child(5){transition-delay:.4s}.llt-reveal-stagger.visible>*:nth-child(6){transition-delay:.5s}.llt-reveal-left{opacity:0;transform:translate(-2rem);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}.llt-reveal-left.visible{opacity:1;transform:translate(0)}.llt-reveal-right{opacity:0;transform:translate(2rem);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}.llt-reveal-right.visible{opacity:1;transform:translate(0)}.llt-reveal-scale{opacity:0;transform:scale(.95);transition:opacity .6s ease-out,transform .6s ease-out}.llt-reveal-scale.visible{opacity:1;transform:scale(1)}@media(prefers-reduced-motion:reduce){.llt-reveal,.llt-reveal-left,.llt-reveal-right,.llt-reveal-scale{opacity:1;transform:none;transition:none}.llt-reveal-stagger>*{opacity:1;transform:none;transition:none}}.llt-container{width:100%;max-width:var(--containerMax);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.llt-container-narrow{max-width:var(--containerNarrow)}.llt-container-wide{max-width:var(--containerWide)}.llt-section{padding:var(--sectionPadding)}.llt-section-dark{background-color:var(--bgDark);color:var(--bodyTextColorWhite)}.llt-section-dark .llt-title,.llt-section-dark .llt-title-small{color:var(--bodyTextColorWhite)}.llt-section-primary{background-color:var(--primary);color:var(--bodyTextColorWhite)}.llt-section-primary .llt-title,.llt-section-primary .llt-title-small{color:var(--bodyTextColorWhite)}.llt-section-primary .llt-topper{color:#ffffff8c}.llt-section-light{background-color:var(--bgWhite)}.llt-section-warm{background-color:var(--bgWarm)}.llt-section-offwhite{background-color:var(--bgOffwhite)}.llt-text-center{text-align:center}.llt-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.llt-divider-gold{height:1px;width:min(320px,70%);max-width:100%;margin:1.25rem auto;border:0;background:linear-gradient(to right,transparent 0%,rgba(217,119,6,.55) 50%,transparent 100%)}html.dark-mode .llt-divider-gold{background:linear-gradient(to right,transparent 0%,rgba(232,176,74,.7) 50%,transparent 100%)}html.dark-mode .llt-section-primary,html.dark-mode .llt-page-header,html.dark-mode .llt-home-financing-cta-inner,html.dark-mode .llt-faq-bottom-cta,html.dark-mode .llt-section-primary .llt-title,html.dark-mode .llt-section-primary .llt-title-small,html.dark-mode .llt-section-primary .llt-page-header-title,html.dark-mode .llt-section-primary .llt-home-financing-cta-title,html.dark-mode .llt-section-primary .llt-faq-bottom-title,html.dark-mode .llt-page-header .llt-title,html.dark-mode .llt-page-header .llt-title-small,html.dark-mode .llt-page-header .llt-page-header-title,html.dark-mode .llt-page-header .llt-home-financing-cta-title,html.dark-mode .llt-page-header .llt-faq-bottom-title,html.dark-mode .llt-home-financing-cta-inner .llt-title,html.dark-mode .llt-home-financing-cta-inner .llt-title-small,html.dark-mode .llt-home-financing-cta-inner .llt-page-header-title,html.dark-mode .llt-home-financing-cta-inner .llt-home-financing-cta-title,html.dark-mode .llt-home-financing-cta-inner .llt-faq-bottom-title,html.dark-mode .llt-faq-bottom-cta .llt-title,html.dark-mode .llt-faq-bottom-cta .llt-title-small,html.dark-mode .llt-faq-bottom-cta .llt-page-header-title,html.dark-mode .llt-faq-bottom-cta .llt-home-financing-cta-title,html.dark-mode .llt-faq-bottom-cta .llt-faq-bottom-title{color:var(--bgDark)}html.dark-mode .llt-section-primary .llt-topper,html.dark-mode .llt-page-header .llt-topper,html.dark-mode .llt-home-financing-cta-inner .llt-topper,html.dark-mode .llt-faq-bottom-cta .llt-topper{color:#14100da6}html.dark-mode .llt-section-primary .llt-text,html.dark-mode .llt-section-primary .llt-text-light,html.dark-mode .llt-section-primary .llt-page-header-text,html.dark-mode .llt-section-primary .llt-home-financing-cta-text,html.dark-mode .llt-section-primary .llt-home-financing-cta-note,html.dark-mode .llt-section-primary .llt-faq-bottom-text,html.dark-mode .llt-page-header .llt-text,html.dark-mode .llt-page-header .llt-text-light,html.dark-mode .llt-page-header .llt-page-header-text,html.dark-mode .llt-page-header .llt-home-financing-cta-text,html.dark-mode .llt-page-header .llt-home-financing-cta-note,html.dark-mode .llt-page-header .llt-faq-bottom-text,html.dark-mode .llt-home-financing-cta-inner .llt-text,html.dark-mode .llt-home-financing-cta-inner .llt-text-light,html.dark-mode .llt-home-financing-cta-inner .llt-page-header-text,html.dark-mode .llt-home-financing-cta-inner .llt-home-financing-cta-text,html.dark-mode .llt-home-financing-cta-inner .llt-home-financing-cta-note,html.dark-mode .llt-home-financing-cta-inner .llt-faq-bottom-text,html.dark-mode .llt-faq-bottom-cta .llt-text,html.dark-mode .llt-faq-bottom-cta .llt-text-light,html.dark-mode .llt-faq-bottom-cta .llt-page-header-text,html.dark-mode .llt-faq-bottom-cta .llt-home-financing-cta-text,html.dark-mode .llt-faq-bottom-cta .llt-home-financing-cta-note,html.dark-mode .llt-faq-bottom-cta .llt-faq-bottom-text{color:#14100dd1}html.dark-mode .llt-section-primary .llt-breadcrumb a,html.dark-mode .llt-page-header .llt-breadcrumb a,html.dark-mode .llt-home-financing-cta-inner .llt-breadcrumb a,html.dark-mode .llt-faq-bottom-cta .llt-breadcrumb a{color:#14100da6}html.dark-mode .llt-section-primary .llt-breadcrumb a:hover,html.dark-mode .llt-page-header .llt-breadcrumb a:hover,html.dark-mode .llt-home-financing-cta-inner .llt-breadcrumb a:hover,html.dark-mode .llt-faq-bottom-cta .llt-breadcrumb a:hover{color:var(--bgDark)}html.dark-mode .llt-section-primary .llt-breadcrumb-current,html.dark-mode .llt-page-header .llt-breadcrumb-current,html.dark-mode .llt-home-financing-cta-inner .llt-breadcrumb-current,html.dark-mode .llt-faq-bottom-cta .llt-breadcrumb-current{color:#14100de6}html.dark-mode .llt-section-primary .llt-breadcrumb-sep,html.dark-mode .llt-page-header .llt-breadcrumb-sep,html.dark-mode .llt-home-financing-cta-inner .llt-breadcrumb-sep,html.dark-mode .llt-faq-bottom-cta .llt-breadcrumb-sep{color:#14100d59}html.dark-mode .llt-sticky-cta{background-color:var(--bgCard);border-top:1px solid var(--borderColor)}html.dark-mode .llt-sticky-cta .llt-sticky-cta-text{color:var(--bodyTextColorLight)}.llt-section+.llt-section{border-top:2px solid var(--spark)}.llt-section:not(.llt-text-center) .llt-topper:after,.llt-container:not(.llt-text-center) .llt-topper:after{margin-left:0}
