/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--spacing:.25rem;--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.block{display:block}.hidden{display:none}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--background:#f6f7f8;--surface:#fff;--surface-strong:#edf0f2;--foreground:#111417;--muted:#5c6670;--subtle:#d8dee3;--accent:#c81e2a;--accent-strong:#9f1722;--accent-soft:#fff0f1;--shadow:0 24px 80px #0d141c1f;--radius:14px}@media (prefers-color-scheme:dark){:root{--background:#111417;--surface:#171c21;--surface-strong:#222930;--foreground:#f4f6f7;--muted:#b4bec8;--subtle:#303942;--accent:#f24b56;--accent-strong:#ff7079;--accent-soft:#2a171b;--shadow:0 24px 80px #00000057}}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{max-width:100%;overflow-x:clip}body{background:var(--background);color:var(--foreground);font-family:var(--font-geist-sans), Arial, Helvetica, sans-serif;margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-header{background:var(--background);align-items:center}@supports (color:color-mix(in lab, red, red)){.site-header{background:color-mix(in srgb, var(--background) 90%, transparent)}}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--subtle);z-index:20;justify-content:space-between;gap:24px;height:72px;padding:0 clamp(18px,4vw,56px);display:flex;position:sticky;top:0;left:0}.brand-lockup{align-items:center;gap:10px;min-width:190px;display:inline-flex}.brand-mark{background:var(--foreground);color:var(--background);font-family:var(--font-geist-mono), monospace;border-radius:10px;justify-content:center;align-items:center;width:42px;height:38px;font-size:.78rem;font-weight:800;display:inline-flex}.brand-lockup strong,.brand-lockup small{line-height:1.1;display:block}.brand-lockup small{color:var(--muted);margin-top:3px;font-size:.75rem}.main-nav,.site-footer nav{align-items:center;gap:clamp(12px,2vw,28px);display:flex}.main-nav a,.site-footer a{color:var(--muted);font-size:.94rem;font-weight:650}.main-nav a:hover,.site-footer a:hover{color:var(--foreground)}.hero-section{grid-template-columns:minmax(0,.82fr) minmax(320px,1.18fr);align-items:center;gap:clamp(28px,6vw,84px);min-height:calc(100dvh - 72px);padding:clamp(48px,7vw,92px) clamp(18px,4vw,56px) 44px;display:grid}.hero-copy{max-width:650px}.eyebrow{color:var(--accent);font-family:var(--font-geist-mono), monospace;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.78rem;font-weight:800}.hero-copy h1,.section-heading h2,.finance-copy h2,.faq-section h2,.detail-hero h1,.cars-page h1{letter-spacing:0;margin:0;line-height:.98}.hero-subtitle{color:var(--muted);max-width:620px;margin:24px 0 0;font-size:1.14rem;line-height:1.55}.hero-actions,.form-actions,.detail-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button,.chatbot-toggle,.submit-button{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:800;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.button:active,.chatbot-toggle:active,.submit-button:active{transform:translateY(1px)}.button.primary,.submit-button{background:var(--accent);color:#fff}.button.primary:hover,.submit-button:hover{background:var(--accent-strong)}.button.secondary{background:var(--surface);border-color:var(--subtle);color:var(--foreground)}.button.secondary:hover{border-color:var(--foreground)}.hero-visual{background:linear-gradient(135deg, var(--surface) 0%, var(--surface-strong) 100%);border:1px solid var(--subtle);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;min-height:clamp(360px,48vw,620px);padding:clamp(18px,3vw,42px);display:grid;position:relative;overflow:hidden}.hero-visual img{object-fit:contain;width:min(100%,760px);margin:44px auto 0}.hero-price-panel{background:var(--surface)}@supports (color:color-mix(in lab, red, red)){.hero-price-panel{background:color-mix(in srgb, var(--surface) 88%, transparent)}}.hero-price-panel{border:1px solid var(--subtle);border-radius:12px;padding:16px;position:absolute;top:clamp(18px,3vw,34px);left:clamp(18px,3vw,34px)}.hero-price-panel span,.hero-price-panel small,.vehicle-card small,.featured-card span,.finance-panel span,.form-help,.source-note{color:var(--muted);display:block}.hero-price-panel strong{margin:4px 0;font-size:2.15rem;line-height:1.05;display:block}.credibility-band{border-bottom:1px solid var(--subtle);border-top:1px solid var(--subtle);grid-template-columns:repeat(4,1fr);display:grid}.credibility-band article{min-height:118px;padding:26px clamp(18px,4vw,56px)}.credibility-band article+article{border-left:1px solid var(--subtle)}.credibility-band strong{font-size:1.75rem;line-height:1.1;display:block}.credibility-band span{color:var(--muted);margin-top:8px;display:block}.section{padding:clamp(58px,8vw,112px) clamp(18px,4vw,56px)}.section-heading{max-width:840px}.section-heading.compact{max-width:700px}.section-heading h2,.finance-copy h2,.faq-section h2,.cars-page h1{font-size:4.1rem}.section-heading p,.finance-copy p,.cars-page .lead{color:var(--muted);max-width:68ch;margin:18px 0 0;font-size:1.05rem;line-height:1.65}.intro-grid{grid-template-columns:minmax(0,1fr) minmax(280px,440px);align-items:end;gap:28px;display:grid}.insight-panel,.finance-panel{background:var(--surface);border:1px solid var(--subtle);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.insight-panel strong,.finance-panel strong{margin:8px 0 12px;font-size:2.45rem;line-height:1.05;display:block}.insight-panel p,.finance-panel p{color:var(--muted);margin:0;line-height:1.55}.featured-grid,.process-grid,.vehicle-grid,.faq-grid,.seo-copy-grid,.detail-spec-grid,.similar-grid{gap:18px;display:grid}.featured-grid{grid-template-columns:repeat(4,1fr);margin-top:34px}.featured-card,.vehicle-card,.process-grid article,.faq-grid details,.similar-card{background:var(--surface);border:1px solid var(--subtle);border-radius:var(--radius)}.featured-card{flex-direction:column;min-height:420px;padding:18px;display:flex}.featured-card img{aspect-ratio:4/3;object-fit:contain;width:100%}.featured-card h3,.vehicle-card h3,.process-grid h3,.similar-card h3{margin:12px 0 8px;font-size:1.25rem}.featured-card p,.vehicle-card p,.process-grid p,.similar-card p{color:var(--muted);margin:0;line-height:1.55}.featured-card strong,.vehicle-price{margin-top:auto;padding-top:18px}.process-grid{grid-template-columns:repeat(3,1fr);margin-top:34px}.process-grid article{padding:26px}.process-grid span{color:var(--accent);font-family:var(--font-geist-mono), monospace;font-size:.86rem;font-weight:800}.catalogue-shell{gap:26px;display:grid}.catalogue-toolbar{grid-template-columns:minmax(240px,1fr) minmax(170px,220px) minmax(170px,220px);align-items:end;gap:16px;display:grid}.field{gap:8px;display:grid}.field label,.checkbox-field{color:var(--foreground);font-size:.93rem;font-weight:750}.field input,.field select,.field textarea{background:var(--surface);border:1px solid var(--subtle);color:var(--foreground);border-radius:10px;width:100%;min-height:48px;padding:12px 14px}.field textarea{resize:vertical;min-height:128px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);outline:3px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid color-mix(in srgb, var(--accent) 24%, transparent)}}.category-pills{flex-wrap:wrap;gap:10px;display:flex}.category-pills button{background:var(--surface);border:1px solid var(--subtle);color:var(--foreground);border-radius:999px;min-height:40px;padding:0 16px;font-weight:750}.category-pills button[aria-pressed=true]{background:var(--foreground);color:var(--background)}.vehicle-grid{grid-template-columns:repeat(3,1fr)}.vehicle-card{flex-direction:column;min-height:460px;display:flex;overflow:hidden}.vehicle-card-media{background:var(--surface-strong);align-items:center;min-height:210px;padding:14px;display:grid}.vehicle-card-media img{aspect-ratio:16/10;object-fit:contain;width:100%}.vehicle-card-body{flex-direction:column;flex:1;padding:20px;display:flex}.spec-strip{grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0;display:grid}.spec-strip span,.detail-spec{background:var(--surface-strong);color:var(--muted);border-radius:10px;padding:10px;font-size:.86rem}.vehicle-price strong{font-size:1.35rem;display:block}.finance-section{grid-template-columns:minmax(0,1fr) minmax(280px,430px);align-items:center;gap:32px;display:grid}.finance-copy ul{color:var(--muted);gap:12px;margin:22px 0 0;padding-left:20px;line-height:1.55;display:grid}.lead-form{background:var(--surface);border:1px solid var(--subtle);border-radius:var(--radius);box-shadow:var(--shadow);gap:18px;padding:clamp(20px,4vw,34px);display:grid}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.field.full,.checkbox-field,.form-status{grid-column:1/-1}.checkbox-field{align-items:start;gap:10px;line-height:1.45;display:flex}.checkbox-field input{margin-top:4px}.form-status{border-radius:10px;padding:12px 14px;font-weight:750}.form-status.success{color:#146c2e;background:#e9f8ef}.form-status.error{background:var(--accent-soft);color:var(--accent-strong)}.faq-grid{grid-template-columns:repeat(2,1fr);margin-top:28px}.faq-grid details{padding:20px}.faq-grid summary{cursor:pointer;font-weight:850}.faq-grid p{color:var(--muted);line-height:1.6}.page-supporting-copy{color:var(--muted);max-width:920px;margin:18px 0 0;line-height:1.65}.catalogue-guide-section{padding-bottom:0}.seo-copy-grid{grid-template-columns:repeat(3,1fr)}.seo-copy-grid article{background:linear-gradient(135deg, var(--accent-soft), transparent 46%), var(--surface)}@supports (color:color-mix(in lab, red, red)){.seo-copy-grid article{background:linear-gradient(135deg, color-mix(in srgb, var(--accent-soft) 54%, transparent), transparent 46%), var(--surface)}}.seo-copy-grid article{border:1px solid var(--subtle);border-radius:var(--radius);min-height:230px;padding:24px;position:relative;overflow:hidden}.seo-copy-grid article:after{background:var(--accent);content:"";height:3px;position:absolute;top:0;left:24px;right:24px}.seo-copy-grid span{color:var(--accent);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:.74rem;font-weight:850;display:block}.seo-copy-grid h2,.seo-copy-grid h3{letter-spacing:0;margin:0 0 14px;font-size:1.5rem;line-height:1.1}.seo-copy-grid p{color:var(--muted);margin:0;line-height:1.65}.seo-detail-section{background:var(--surface-strong)}.model-faq-section h2{letter-spacing:0;margin:0;font-size:3.5rem;line-height:1}.seo-landing-page{min-height:100dvh}.seo-hero{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:clamp(28px,5vw,70px);padding:clamp(46px,7vw,90px) clamp(18px,4vw,56px);display:grid}.seo-hero-copy{max-width:760px}.seo-hero-copy h1{letter-spacing:0;margin:0;font-size:5.4rem;line-height:.98}.seo-hero-copy>p:not(.eyebrow){color:var(--muted);max-width:68ch;margin:22px 0 0;font-size:1.12rem;line-height:1.65}.seo-hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.seo-hero-card{background:radial-gradient(circle at 68% 38%, #f24b5633, transparent 30%), linear-gradient(145deg, var(--surface), var(--surface-strong));border:1px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.seo-hero-card{border:1px solid color-mix(in srgb, var(--accent) 26%, var(--subtle))}}.seo-hero-card{border-radius:var(--radius);box-shadow:var(--shadow), 0 28px 70px #c81e2a1f;min-height:520px;padding:26px;position:relative;overflow:hidden}.seo-hero-card img{filter:drop-shadow(0 30px 34px #0000005c);object-fit:contain;z-index:1;width:100%;height:330px;margin:56px auto 26px;position:relative}.seo-hero-card>div{background:var(--surface)}@supports (color:color-mix(in lab, red, red)){.seo-hero-card>div{background:color-mix(in srgb, var(--surface) 86%, transparent)}}.seo-hero-card>div{border:1px solid var(--subtle);z-index:2;border-radius:14px;padding:18px;position:relative}.seo-hero-card span,.seo-model-card span,.seo-intent-band span{color:var(--accent);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:850;display:block}.seo-hero-card strong{margin-top:8px;font-size:2rem;line-height:1.05;display:block}.seo-hero-card p{color:var(--muted);margin:12px 0 0;line-height:1.55}.seo-watermark{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.seo-watermark{color:color-mix(in srgb, var(--foreground) 9%, transparent)}}.seo-watermark{letter-spacing:-.14em;pointer-events:none;font-size:14rem;font-weight:950;line-height:.8;position:absolute;top:10%;right:8%}.seo-intent-band{background:var(--surface-strong);grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.seo-intent-band article{background:var(--surface);border:1px solid var(--subtle);border-radius:var(--radius);padding:22px}.seo-intent-band p{margin:12px 0 0;font-size:1.05rem;font-weight:760;line-height:1.45}.seo-shortlist-section{background:radial-gradient(circle at 48% 24%, #c81e2a1a, transparent 28%), var(--background)}.seo-model-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px;display:grid}.seo-model-card{background:var(--surface);border:1px solid var(--subtle);border-radius:var(--radius);flex-direction:column;min-height:480px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;overflow:hidden}.seo-model-card:before{background:linear-gradient(90deg, var(--accent), transparent);content:"";transform-origin:0;height:3px;transition:transform .18s;position:absolute;inset:0 0 auto;transform:scaleX(.42)}.seo-model-card:hover{border-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.seo-model-card:hover{border-color:color-mix(in srgb, var(--accent) 64%, var(--subtle))}}.seo-model-card:hover{transform:translateY(-4px);box-shadow:0 24px 70px #c81e2a29}.seo-model-card:hover:before{transform:scaleX(1)}.seo-model-card img{aspect-ratio:16/10;filter:drop-shadow(0 22px 22px #00000047);object-fit:contain;width:100%}.seo-model-card h3{margin:12px 0 8px;font-size:1.35rem}.seo-model-card p{color:var(--muted);margin:0;line-height:1.55}.seo-model-card dl{grid-template-columns:repeat(3,1fr);gap:8px;margin:auto 0 0;padding-top:18px;display:grid}.seo-model-card dl div{background:var(--surface-strong);border-radius:10px;padding:10px}.seo-model-card dt{color:var(--muted);font-size:.75rem}.seo-model-card dd{color:var(--foreground);margin:4px 0 0;font-size:.86rem;font-weight:820}.seo-guide-section{background:var(--surface-strong)}.seo-source-section{background:linear-gradient(120deg, var(--accent-soft), transparent), var(--surface)}@supports (color:color-mix(in lab, red, red)){.seo-source-section{background:linear-gradient(120deg, color-mix(in srgb, var(--accent-soft) 72%, transparent), transparent), var(--surface)}}.seo-source-section>div{max-width:900px}.seo-source-section h2{letter-spacing:0;margin:0;font-size:3.4rem;line-height:1}.seo-source-section p:not(.eyebrow){color:var(--muted);margin:18px 0 0;font-size:1.08rem;line-height:1.65}.site-footer{border-top:1px solid var(--subtle);justify-content:space-between;align-items:start;padding:36px clamp(18px,4vw,56px);display:flex}.site-footer p{color:var(--muted);margin:8px 0 0}.chatbot{z-index:30;position:fixed;bottom:18px;right:18px}.chatbot-toggle{background:var(--foreground);box-shadow:var(--shadow);color:var(--background)}.chatbot-panel{background:var(--surface);border:1px solid var(--subtle);border-radius:var(--radius);box-shadow:var(--shadow);gap:12px;width:min(390px,100vw - 36px);max-height:min(620px,100dvh - 120px);padding:16px;display:grid;position:absolute;bottom:64px;right:0;overflow:hidden}.chatbot-header{justify-content:space-between;align-items:center;display:flex}.chatbot-header h2{margin:0;font-size:1rem}.chatbot-header button{color:var(--muted);background:0 0;border:0;font-weight:900}.chat-messages{gap:10px;max-height:290px;padding-right:4px;display:grid;overflow:auto}.message{border-radius:12px;padding:10px 12px;line-height:1.45}.message.assistant{background:var(--surface-strong)}.message.user{background:var(--accent);color:#fff;margin-left:38px}.quick-prompts{flex-wrap:wrap;gap:8px;display:flex}.quick-prompts button{background:var(--accent-soft);border:1px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.quick-prompts button{border:1px solid color-mix(in srgb, var(--accent) 28%, transparent)}}.quick-prompts button{color:var(--accent-strong);border-radius:999px;padding:8px 10px;font-size:.84rem;font-weight:750}.chat-input{gap:8px;display:flex}.chat-input input{background:var(--surface);border:1px solid var(--subtle);color:var(--foreground);border-radius:999px;flex:1;min-height:42px;padding:0 14px}.chat-input button{background:var(--foreground);color:var(--background);border:0;border-radius:999px;padding:0 14px;font-weight:850}.detail-page,.cars-page{min-height:100dvh}.detail-hero{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:38px;padding:clamp(42px,7vw,88px) clamp(18px,4vw,56px);display:grid}.back-link{color:var(--accent);margin-bottom:22px;font-weight:850;display:inline-flex}.detail-hero h1{font-size:5rem}.detail-lead{color:var(--muted);margin:22px 0 0;font-size:1.12rem;line-height:1.65}.detail-price-row{flex-wrap:wrap;gap:18px;margin-top:24px;display:flex}.detail-price-row article{background:var(--surface);border:1px solid var(--subtle);border-radius:12px;min-width:190px;padding:16px}.detail-price-row span{color:var(--muted);display:block}.detail-price-row strong{margin-top:5px;font-size:1.7rem;display:block}.detail-image{background:var(--surface);border:1px solid var(--subtle);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(16px,4vw,40px)}.detail-image img{aspect-ratio:16/10;object-fit:contain;width:100%}.detail-section{padding:clamp(42px,7vw,92px) clamp(18px,4vw,56px)}.detail-spec-grid{grid-template-columns:repeat(4,1fr);margin-top:24px}.detail-spec strong{color:var(--foreground);margin-top:6px;font-size:1.3rem;display:block}.detail-columns{grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);gap:28px;display:grid}.detail-copy p{color:var(--muted);line-height:1.65}.detail-copy ul{color:var(--muted);gap:10px;padding-left:20px;line-height:1.55;display:grid}.similar-grid{grid-template-columns:repeat(3,1fr)}.similar-card{padding:16px}.similar-card img{aspect-ratio:16/10;object-fit:contain;width:100%}.cars-page{padding-top:34px}.cars-page .page-intro{padding:42px clamp(18px,4vw,56px) 0}.brand-lockup{position:relative}.brand-mark{border:1px solid var(--accent);background:linear-gradient(135deg,#f8fafc 0%,#cfd6dd 48%,#f24b56 50%,#a80f1a 100%)}@supports (color:color-mix(in lab, red, red)){.brand-mark{border:1px solid color-mix(in srgb, var(--accent) 38%, var(--subtle))}}.brand-mark{color:#101419;letter-spacing:-.06em;box-shadow:0 14px 34px #c81e2a3d}.brand-copy strong{letter-spacing:-.04em;text-transform:uppercase;align-items:baseline;gap:5px;font-size:1.02rem;display:flex}.brand-copy strong span:nth-child(2){color:var(--accent)}.site-footer .brand-lockup{min-width:0}.hero-section{grid-template-columns:minmax(320px,.78fr) minmax(360px,1.22fr);min-height:min(790px,100dvh - 72px)}.hero-copy h1{max-width:760px;font-size:6rem}.hero-subtitle{max-width:540px}.hero-showcase{background:radial-gradient(circle at 70% 55%, #f24b5633, transparent 30%), linear-gradient(140deg, var(--surface) 0%, var(--surface-strong) 100%);align-items:center}@supports (color:color-mix(in lab, red, red)){.hero-showcase{background:radial-gradient(circle at 70% 55%, #f24b5633, transparent 30%), linear-gradient(140deg, color-mix(in srgb, var(--surface) 86%, #020507) 0%, var(--surface-strong) 100%)}}.hero-showcase{border:1px solid var(--subtle)}@supports (color:color-mix(in lab, red, red)){.hero-showcase{border:1px solid color-mix(in srgb, var(--subtle) 84%, var(--accent))}}.hero-showcase{border-radius:var(--radius);box-shadow:var(--shadow), 0 36px 90px #c81e2a1c;justify-self:end;width:100%;max-width:850px;min-height:clamp(430px,48vw,650px);padding:clamp(18px,3vw,38px);display:grid;position:relative;overflow:hidden}.hero-showcase:before{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.hero-showcase:before{color:color-mix(in srgb, var(--foreground) 11%, transparent)}}.hero-showcase:before{content:"FLF";letter-spacing:-.14em;font-size:15rem;font-weight:950;line-height:.8;position:absolute;top:18%;right:6%}.hero-showcase img{filter:drop-shadow(0 28px 34px #0000006b);object-fit:contain;z-index:1;justify-self:center;width:min(86%,710px);max-height:410px;margin-top:92px;animation:5.2s both vehicleFade;position:relative}.hero-slide-copy{z-index:2;position:absolute;top:clamp(18px,3vw,32px);left:clamp(18px,3vw,36px)}.hero-slide-copy span,.config-summary span{color:var(--accent);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:850;display:block}.hero-slide-copy h2{margin:8px 0 0;font-size:2.8rem;line-height:.95}.hero-slide-copy p{color:var(--muted);margin:8px 0 0}.hero-showcase .hero-price-panel{z-index:3;top:clamp(18px,3vw,32px);left:auto;right:clamp(18px,3vw,36px)}.hero-slide-tabs{z-index:3;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid;position:absolute;bottom:18px;left:18px;right:18px}.hero-slide-tabs button{background:var(--surface)}@supports (color:color-mix(in lab, red, red)){.hero-slide-tabs button{background:color-mix(in srgb, var(--surface) 78%, transparent)}}.hero-slide-tabs button{border:1px solid var(--subtle);color:var(--foreground);text-align:left;border-radius:12px;min-height:58px;padding:9px 11px;transition:border-color .16s,transform .16s,background .16s}.hero-slide-tabs button[aria-pressed=true]{background:var(--accent-soft)}@supports (color:color-mix(in lab, red, red)){.hero-slide-tabs button[aria-pressed=true]{background:color-mix(in srgb, var(--accent-soft) 72%, var(--surface))}}.hero-slide-tabs button[aria-pressed=true]{border-color:var(--accent)}.hero-slide-tabs button:hover{transform:translateY(-2px)}.hero-slide-tabs span,.hero-slide-tabs small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.hero-slide-tabs span{font-weight:850}.hero-slide-tabs small{color:var(--muted);margin-top:3px}.stats-rotator{display:block;overflow:hidden}.stats-track{width:max-content;animation:34s linear infinite statsDrift;display:flex}.stats-rotator article{border-left:1px solid var(--subtle);min-width:clamp(260px,26vw,470px)}.luxury-intro{isolation:isolate;align-items:center;position:relative;overflow:hidden}.luxury-intro:after{background:linear-gradient(90deg, transparent 0%, var(--background) 58%, var(--background) 100%);content:"";pointer-events:none;z-index:-1;position:absolute;inset:0}.centered-copy{text-align:center;max-width:780px;margin-inline:auto}.centered-copy p{margin-left:auto;margin-right:auto}.interior-slideshow{border-radius:var(--radius);z-index:-2;width:48%;max-width:min(48vw,760px);position:absolute;top:10%;bottom:10%;left:clamp(18px,4vw,56px);overflow:hidden}.interior-slideshow:after{background:linear-gradient(90deg, #11141724, var(--background) 88%), linear-gradient(180deg, transparent, #c81e2a1a);content:"";position:absolute;inset:0}.interior-slideshow img{object-fit:cover;opacity:0;width:100%;height:100%;animation:30s infinite interiorFade;position:absolute;inset:0;transform:scale(1.08)translateY(14px)}.interior-slideshow img:nth-child(2){animation-delay:6s}.interior-slideshow img:nth-child(3){animation-delay:12s}.interior-slideshow img:nth-child(4){animation-delay:18s}.interior-slideshow img:nth-child(5){animation-delay:24s}.shortlist-heading{text-align:center;margin-inline:auto}.shortlist-heading p{margin-left:auto;margin-right:auto}.featured-section{background:radial-gradient(circle at 50% 34%, #c81e2a1f, transparent 28%), var(--background)}.featured-card,.vehicle-card{transition:border-color .18s,transform .18s,box-shadow .18s;position:relative;overflow:hidden}.featured-card:before,.vehicle-card:before{background:linear-gradient(90deg, var(--accent), transparent);content:"";transform-origin:0;height:3px;transition:transform .18s;position:absolute;top:0;left:0;right:0;transform:scaleX(.38)}.featured-card:hover,.vehicle-card:hover{border-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.featured-card:hover,.vehicle-card:hover{border-color:color-mix(in srgb, var(--accent) 64%, var(--subtle))}}.featured-card:hover,.vehicle-card:hover{transform:translateY(-4px);box-shadow:0 24px 70px #c81e2a29}.featured-card:hover:before,.vehicle-card:hover:before{transform:scaleX(1)}.card-watermark{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.card-watermark{color:color-mix(in srgb, var(--foreground) 8%, transparent)}}.card-watermark{letter-spacing:-.16em;pointer-events:none;z-index:0;font-size:7.4rem;font-weight:950;line-height:.8;position:absolute;top:86px;left:50%;transform:translate(-50%)}.featured-card img,.vehicle-card-media img,.similar-card img,.detail-image img,.configurator-preview img{filter:drop-shadow(0 22px 22px #00000057);z-index:1;position:relative}.featured-card span:not(.card-watermark),.vehicle-card small{color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.featured-card span:not(.card-watermark),.vehicle-card small{color:color-mix(in srgb, var(--accent) 84%, var(--foreground))}}.featured-card span:not(.card-watermark),.vehicle-card small{font-weight:800}.process-section{background:linear-gradient(180deg, var(--surface-strong), var(--surface-strong)), var(--surface-strong)}@supports (color:color-mix(in lab, red, red)){.process-section{background:linear-gradient(180deg, color-mix(in srgb, var(--surface-strong) 82%, #101419), var(--surface-strong)), var(--surface-strong)}}.process-section{position:relative;overflow:hidden}.process-section:before{content:"";opacity:.24;background:linear-gradient(90deg,#0000009e,#0000),url(https://assets.cdntoyota.co.za/toyotacms23/attachments/cmhanwweemdsm8pak6jwmstsx-2a5a3868-ret-vx-l-1920x1080.desktop.jpg) 50%/cover;position:absolute;inset:0}.process-section>*{position:relative}.process-grid{align-items:stretch}.process-grid article{overflow:hidden}.process-media{aspect-ratio:16/8;border-radius:10px;margin-bottom:22px;position:relative;overflow:hidden}.process-media img{object-fit:cover;opacity:.8;width:100%;height:100%;transition:transform .24s}.process-media b{background:var(--accent);color:#fff;font-family:var(--font-geist-mono), monospace;border-radius:999px;padding:7px 9px;font-size:.82rem;position:absolute;bottom:12px;right:12px}.process-grid article:hover .process-media img{transform:scale(1.05)}.vehicle-card-media,.detail-image,.configurator-preview{background:radial-gradient(circle at 50% 54%, var(--paint-glow,#ffffff2e), transparent 42%), var(--surface-strong)}@supports (color:color-mix(in lab, red, red)){.vehicle-card-media,.detail-image,.configurator-preview{background:radial-gradient(circle at 50% 54%, var(--paint-glow,#ffffff2e), transparent 42%), color-mix(in srgb, var(--surface-strong) 84%, transparent)}}.vehicle-card-media,.detail-image,.configurator-preview{position:relative}.configurator-shell{grid-template-columns:minmax(320px,.86fr) minmax(360px,1.14fr);align-items:start;gap:28px;display:grid}.configurator-preview,.configurator-panel{border:1px solid var(--subtle);border-radius:var(--radius)}.configurator-preview{align-items:center;height:450px;min-height:0;padding:clamp(20px,4vw,46px);display:grid;position:sticky;top:104px;overflow:hidden}.configurator-preview:after{background:linear-gradient(120deg, transparent 0%, var(--paint-colour,transparent) 48%, transparent 78%);content:"";opacity:.08;pointer-events:none;position:absolute;inset:0}.configurator-preview img.configurator-car-image{object-fit:contain;width:min(100%,760px);max-height:350px;margin:auto;transition:opacity .22s,transform .22s;animation:.24s both vehicleFade}.configurator-preview img.side-angle{transform:translateY(-8px)scale(1.02)}.configurator-preview img.front-angle{transform:translateY(-8px)scale(.92)}.configurator-preview img.three-quarter-angle{max-height:370px;transform:translateY(-8px)scale(.94)}.config-watermark,.detail-watermark{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.config-watermark,.detail-watermark{color:color-mix(in srgb, var(--foreground) 9%, transparent)}}.config-watermark,.detail-watermark{letter-spacing:-.16em;pointer-events:none;font-size:13rem;font-weight:950;line-height:.8;position:absolute}.config-watermark{top:50%;left:50%;transform:translate(-50%,-50%)}.selected-colour{background:var(--surface);align-items:center}@supports (color:color-mix(in lab, red, red)){.selected-colour{background:color-mix(in srgb, var(--surface) 82%, transparent)}}.selected-colour{border:1px solid var(--subtle);border-radius:999px;justify-self:center;gap:10px;padding:8px 14px;display:inline-flex;position:absolute;bottom:20px}.selected-colour span,.colour-options span{border:1px solid var(--foreground)}@supports (color:color-mix(in lab, red, red)){.selected-colour span,.colour-options span{border:1px solid color-mix(in srgb, var(--foreground) 28%, transparent)}}.selected-colour span,.colour-options span{border-radius:999px;width:22px;height:22px;display:inline-block}.selected-colour small{color:var(--muted);text-transform:capitalize;font-size:.72rem}.configurator-panel{background:var(--surface);box-shadow:var(--shadow);overscroll-behavior:contain;scrollbar-color:var(--accent) transparent;gap:22px;max-height:calc(100vh - 112px);padding:clamp(20px,4vw,34px);display:grid;overflow-y:auto}@supports (color:color-mix(in lab, red, red)){.configurator-panel{scrollbar-color:color-mix(in srgb, var(--accent) 58%, var(--subtle)) transparent}}.configurator-panel{scrollbar-gutter:stable}.config-group{gap:12px;display:grid}.config-group h3{margin:0;font-size:1rem}.variant-options,.colour-options,.priority-options,.accessory-options{gap:10px;display:grid}.variant-options{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.variant-options button,.colour-options button,.priority-options button,.accessory-options label{background:var(--surface-strong);border:1px solid var(--subtle);color:var(--foreground);border-radius:12px}.variant-options button{text-align:left;gap:6px;min-height:112px;padding:12px;display:grid}.variant-options button span{color:var(--accent);font-size:.78rem;font-weight:850}.variant-options button small{color:var(--muted)}.variant-options button em{color:var(--muted);font-size:.78rem;font-style:normal;line-height:1.35}.variant-options button[aria-pressed=true],.colour-options button[aria-pressed=true],.priority-options button[aria-pressed=true]{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.variant-spec-panel{background:linear-gradient(135deg, var(--accent-soft), transparent), var(--surface-strong)}@supports (color:color-mix(in lab, red, red)){.variant-spec-panel{background:linear-gradient(135deg, color-mix(in srgb, var(--accent-soft) 56%, transparent), transparent), var(--surface-strong)}}.variant-spec-panel{border:1px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.variant-spec-panel{border:1px solid color-mix(in srgb, var(--accent) 26%, var(--subtle))}}.variant-spec-panel{border-radius:12px;gap:18px;padding:18px;display:grid}.variant-spec-panel>div span,.selected-spec-card span{color:var(--accent);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:850;display:block}.variant-spec-panel>div strong,.selected-spec-card strong{margin-top:8px;font-size:1.2rem;display:block}.variant-spec-panel>div p,.selected-spec-card p{color:var(--muted);margin:8px 0 0;line-height:1.45}.variant-spec-panel dl{grid-template-columns:repeat(2,1fr);gap:8px;margin:0;display:grid}.variant-spec-panel dl div{background:var(--surface)}@supports (color:color-mix(in lab, red, red)){.variant-spec-panel dl div{background:color-mix(in srgb, var(--surface) 64%, transparent)}}.variant-spec-panel dl div{border:1px solid var(--subtle);border-radius:10px;padding:10px 12px}.variant-spec-panel dt{color:var(--muted);font-size:.78rem}.variant-spec-panel dd{color:var(--foreground);margin:4px 0 0;font-weight:820}.colour-options{grid-template-columns:repeat(2,1fr)}.colour-options button,.priority-options button{align-items:center;gap:10px;min-height:46px;padding:10px 12px;display:flex}.priority-options,.accessory-options{grid-template-columns:repeat(2,1fr)}.accessory-options label{align-items:center;gap:9px;padding:11px 12px;display:flex}.config-summary{background:linear-gradient(135deg, var(--accent-soft), var(--surface-strong));border:1px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.config-summary{border:1px solid color-mix(in srgb, var(--accent) 38%, var(--subtle))}}.config-summary{border-radius:12px;gap:10px;padding:18px;display:grid}.config-summary strong{font-size:1.3rem}.config-summary p{color:var(--muted);margin:0;line-height:1.45}.config-summary div{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.config-summary b{font-size:1.5rem}.config-summary small{color:var(--muted)}.enquiry-mode-buttons{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.enquiry-mode-buttons .button{border-radius:12px;min-height:46px}.spec-enquiry-shell{margin-top:28px}.spec-form{background:var(--surface);border:1px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.spec-form{border:1px solid color-mix(in srgb, var(--accent) 24%, var(--subtle))}}.spec-form{border-radius:var(--radius);box-shadow:var(--shadow);gap:18px;padding:clamp(20px,4vw,34px);display:grid}.selected-spec-card{background:radial-gradient(circle at 8% 0%, #f24b562e, transparent 36%), var(--surface-strong);border:1px solid var(--subtle);border-radius:12px;padding:18px}.detail-image{position:relative;overflow:hidden}.detail-watermark{top:14%;right:8%}@keyframes vehicleFade{0%{opacity:0}to{opacity:1}}@keyframes statsDrift{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes interiorFade{0%,to{opacity:0;transform:scale(1.08)translateY(14px)}8%,20%{opacity:.42;transform:scale(1.02)translateY(-8px)}}@media (width<=1080px){.hero-section,.detail-hero,.finance-section,.detail-columns,.configurator-shell,.seo-hero{grid-template-columns:1fr}.configurator-preview{height:clamp(320px,54vw,450px);position:relative;top:auto}.configurator-panel{max-height:none;overflow:visible}.featured-grid,.vehicle-grid,.similar-grid,.seo-model-grid,.seo-intent-band{grid-template-columns:repeat(2,1fr)}.hero-section{min-height:auto}.hero-copy h1{font-size:4.7rem}.detail-hero h1,.seo-hero-copy h1,.section-heading h2,.finance-copy h2,.faq-section h2,.cars-page h1{font-size:3.45rem}.hero-showcase:before{font-size:11rem}.hero-slide-copy h2{font-size:2.25rem}.card-watermark{font-size:6.2rem}.config-watermark,.detail-watermark,.seo-watermark{font-size:10rem}.hero-showcase{justify-self:stretch;max-width:none}.seo-hero-card{min-height:430px}.seo-hero-card img{height:250px;margin-top:36px}.interior-slideshow{width:auto;max-width:none;height:360px;inset:24px 16px auto}.luxury-intro{padding-top:430px}}@media (width<=760px){.site-header{align-items:center;height:auto;min-height:64px;padding:10px 16px}.main-nav{display:none}.brand-lockup{min-width:0}.brand-mark{flex:0 0 40px;width:40px;height:38px}.brand-copy strong{gap:4px;font-size:.9rem}.hero-section,.section,.detail-hero,.detail-section,.seo-hero{padding-left:16px;padding-right:16px}.hero-copy h1,.detail-hero h1,.seo-hero-copy h1{font-size:3.2rem;line-height:.98}.hero-section{gap:28px;padding-top:34px;padding-bottom:28px}.hero-subtitle,.detail-lead,.seo-hero-copy>p:not(.eyebrow),.seo-source-section p:not(.eyebrow),.section-heading p,.finance-copy p,.cars-page .lead,.page-supporting-copy{font-size:1rem;line-height:1.58}.hero-actions,.detail-actions,.form-actions,.enquiry-mode-buttons,.seo-hero-actions{grid-template-columns:1fr;display:grid}.button,.submit-button{width:100%}.hero-visual{min-height:320px}.hero-price-panel{width:100%;position:static}.hero-visual img{margin-top:18px}.hero-showcase{min-height:470px;padding:16px}.hero-showcase .hero-price-panel{width:100%;margin-top:12px;position:static}.hero-showcase img{width:100%;max-height:235px;margin-top:12px}.configurator-preview img.side-angle{transform:translateY(-8px)scale(.98)}.configurator-preview img.front-angle,.configurator-preview img.three-quarter-angle{transform:translateY(-8px)scale(.92)}.hero-slide-copy{position:static}.hero-slide-copy h2{font-size:2.1rem}.hero-slide-tabs{grid-template-columns:1fr 1fr;position:static}.hero-slide-tabs button{min-height:54px;padding:8px 10px}.credibility-band,.intro-grid,.featured-grid,.process-grid,.vehicle-grid,.faq-grid,.seo-copy-grid,.seo-model-grid,.seo-intent-band,.form-grid,.detail-spec-grid,.similar-grid,.variant-spec-panel dl,.variant-options,.colour-options,.priority-options,.accessory-options{grid-template-columns:1fr}.credibility-band article+article{border-left:0;border-top:1px solid var(--subtle)}.catalogue-toolbar{grid-template-columns:1fr}.category-pills{scroll-snap-type:x proximity;flex-wrap:nowrap;margin-inline:-16px;padding:0 16px 4px;overflow-x:auto}.category-pills button{scroll-snap-align:start;flex:none}.featured-card,.vehicle-card,.seo-model-card{min-height:auto}.featured-card img{aspect-ratio:16/9;max-height:210px}.vehicle-card-media{min-height:176px}.spec-strip{grid-template-columns:1fr}.seo-hero-card{min-height:390px;padding:16px}.seo-hero-card img{height:210px;margin:28px auto 18px}.seo-hero-card strong{font-size:1.55rem}.seo-watermark{font-size:8rem}.seo-intent-band article,.seo-model-card{padding:16px}.seo-model-card dl{grid-template-columns:1fr}.seo-source-section h2{font-size:2.55rem}.detail-price-row{grid-template-columns:1fr;display:grid}.detail-price-row article{min-width:0}.detail-image{padding:16px}.detail-image img{min-height:230px}.configurator-shell{gap:18px}.configurator-preview{height:330px;padding:18px}.configurator-preview img.configurator-car-image{width:100%;max-height:240px}.configurator-preview img.three-quarter-angle{max-height:255px}.selected-colour{border-radius:14px;max-width:calc(100% - 24px);padding:8px 10px;bottom:12px;left:12px;right:12px}.selected-colour strong,.selected-colour small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.selected-colour small{display:none}.configurator-panel,.variant-spec-panel,.config-summary,.lead-form,.spec-form,.seo-copy-grid article,.process-grid article{padding:16px}.variant-options button{min-height:96px}.colour-options button,.priority-options button,.accessory-options label{min-height:48px}.site-footer{gap:20px;display:grid}.brand-copy small{display:none}.luxury-intro{padding-top:340px}.interior-slideshow{height:280px}.stats-track{animation-duration:42s}.site-footer nav{flex-direction:column;align-items:start}.chatbot{bottom:12px;right:12px}.chatbot-toggle{width:auto;min-height:46px;padding:0 18px}.chatbot-panel{border-radius:14px;width:calc(100vw - 24px);max-height:calc(100dvh - 86px);padding:14px;bottom:58px;right:0}.chat-input{grid-template-columns:1fr auto;display:grid}}@media (width<=430px){.hero-section,.section,.detail-hero,.detail-section,.seo-hero{padding-left:14px;padding-right:14px}.hero-copy h1,.detail-hero h1,.seo-hero-copy h1{font-size:2.8rem}.section-heading h2,.finance-copy h2,.faq-section h2,.cars-page h1,.model-faq-section h2,.seo-source-section h2{font-size:2.35rem;line-height:1.02}.eyebrow,.hero-slide-copy span,.config-summary span,.seo-copy-grid span,.seo-hero-card span,.seo-model-card span,.seo-intent-band span,.variant-spec-panel>div span,.selected-spec-card span{letter-spacing:.08em}.hero-showcase{min-height:438px}.hero-slide-tabs{grid-template-columns:1fr}.stats-rotator article{min-width:230px;padding:20px 18px}.luxury-intro{padding-top:300px}.interior-slideshow{height:240px}.configurator-preview{height:300px}.configurator-preview img.configurator-car-image{max-height:215px}.config-watermark,.detail-watermark,.card-watermark,.seo-watermark{letter-spacing:-.12em}.seo-hero-card{min-height:360px}.seo-hero-card img{height:185px}.chatbot{left:12px;right:12px}.chatbot-toggle{margin-left:auto}.chatbot-panel{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.stats-track,.interior-slideshow img,.hero-showcase img{animation:none!important}.interior-slideshow img:first-child{opacity:.42;transform:none}}
