/* ToyotaIran — Figma 2274:16781. Plain CSS; local images and fonts. */
@font-face{font-family:Anjoman;src:url('assets/fonts/AnjomanMaxFN-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Anjoman;src:url('assets/fonts/AnjomanMaxFN-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Anjoman;src:url('assets/fonts/AnjomanMaxFN-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Anjoman;src:url('assets/fonts/AnjomanMaxFN-Hv.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:Anjoman;src:url('assets/fonts/AnjomanMaxFN-Fat.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}
/* IRANYekanX is used by the two Figma banner headings. Add its licensed
   webfont declarations here when available; Anjoman is the bundled fallback. */
@font-face{font-family:YekanLocal;src:local('IRANYekanX Medium');font-weight:500;font-display:swap}
@font-face{font-family:YekanLocal;src:local('IRANYekanX Heavy');font-weight:900;font-display:swap}

:root{
  --red:#c30400;--red-light:#f9d5d4;--red-soft:#fff3f3;
  --ink:#1f1f1f;--text:#4b4b4b;--muted:#8e8e8e;--light:#cacaca;
  --line:#efefef;--surface:#fafafa;--white:#fff;
  --font:Anjoman,'Anjoman Max FN',Tahoma,sans-serif;
  --heading-font:YekanLocal,IRANYekanX,Anjoman,Tahoma,sans-serif;
  --page-width:1250px;--section-gap:48px;--radius:16px;
}
:where(.site-header,.site-footer,#main),:where(.site-header,.site-footer,#main) *{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0}
.site-header,.site-footer,#main{background:var(--white);color:var(--ink);font:400 16px/1.5 var(--font)}
:where(.site-header,.site-footer,#main) button,:where(.site-header,.site-footer,#main) input{font:inherit;color:inherit}
:where(.site-header,.site-footer,#main) button,:where(.site-header,.site-footer,#main) a,:where(.site-header,.site-footer,#main) input{-webkit-tap-highlight-color:transparent}
:where(.site-header,.site-footer,#main) button{cursor:pointer}
:where(.site-header,.site-footer,#main) a{color:inherit;text-decoration:none}
:where(.site-header,.site-footer,#main) button{border:0;background:transparent}
:where(.site-header,.site-footer,#main) button:disabled{cursor:default}
:where(.site-header,.site-footer,#main) img{display:block;max-width:100%}
:where(.site-header,.site-footer,#main) h1,:where(.site-header,.site-footer,#main) h2,:where(.site-header,.site-footer,#main) h3,:where(.site-header,.site-footer,#main) p{margin:0}
:where(.site-header,.site-footer,#main) em{font-style:normal;color:var(--red)}
:where(.site-header,.site-footer,#main) button:focus-visible,:where(.site-header,.site-footer,#main) a:focus-visible,:where(.site-header,.site-footer,#main) input:focus-visible,:where(.site-header,.site-footer,#main) [tabindex]:focus-visible{outline:2px solid var(--red);outline-offset:4px}
:where(.site-header,.site-footer,#main) [hidden]{display:none!important}
.page-width{width:calc(100% - 64px);max-width:var(--page-width);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:30;inset-inline-start:16px;top:-80px;background:white;padding:12px 20px;border:2px solid var(--red)}
.skip-link:focus{top:16px}
.icon{flex:none;width:16px;height:16px;object-fit:contain}
.icon[width="14"]{width:14px;height:14px}
.icon[width="18"]{width:18px;height:18px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:32px;padding:6px 16px;border:1px solid transparent;border-radius:4px;font-size:12px;line-height:20px;white-space:nowrap;transition:background .15s,border-color .15s}
.button-primary{background:var(--red);color:white;font-weight:500}
.button-primary:hover{background:#a90300}
.icon-button{width:34px;height:34px;padding:8px;background:#f5f5f5}
.button-plain{background:transparent}
.button-outline{background:white;border-color:var(--line)}
.button-outline:hover{border-color:var(--light)}
.button-soft{color:#ff302b;background:var(--red-soft);border-color:#ffc1c0}
.button-soft:hover{background:#ffe5e4}
.button-small{padding:3px 10px;min-height:28px;font-size:12px;line-height:20px;gap:4px}
.button-gray{background:#f5f5f5;border-color:var(--line)}
.button-glass{background:#ffffff24;color:#fff;padding:8px 12px}

/* Header: the reference is a 1440px-wide desktop frame. */
.site-header{display:grid;grid-template-columns:603px 330px minmax(0,1fr);align-items:center;gap:40px;margin-block:56px 48px;min-height:34px}
.brand-navigation{display:flex;align-items:center;gap:32px}
.brand-logo{flex:none;width:154px}
.brand-logo img{width:154px;height:23px}
.main-navigation{display:flex;align-items:center;gap:24px;white-space:nowrap;font-size:12px;line-height:20px}
.main-navigation button{padding:0;font-size:inherit;white-space:inherit}
.main-navigation a{position:relative}
.main-navigation .current::after{content:'';position:absolute;width:36px;height:2px;background:var(--red);border-radius:32px;bottom:-5px;left:50%;transform:translateX(-50%)}
.header-search{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:4px;background:var(--surface);height:34px;padding:8px}
.header-search input{min-width:0;width:100%;padding:0;border:0;background:transparent;font-size:12px;line-height:16px;outline:none}
.header-search input::placeholder{color:var(--light);opacity:1}
.header-actions{display:flex;gap:8px;direction:ltr;justify-content:flex-start}
.header-actions .button-primary{direction:rtl}

/* The exported banner carries its original contours and rounded cutouts. */
.hero{position:relative;height:542px}
.hero-image{position:absolute;inset-inline:0;top:15px;width:100%;height:auto;aspect-ratio:1247/527}
.hero-pattern{position:absolute;width:18.48%;height:151px;left:53.76%;top:-9px;object-fit:contain}
.hero-title{position:absolute;right:9px;top:15px;text-align:right;font-family:var(--heading-font);font-size:48px;line-height:64px;letter-spacing:0;white-space:nowrap}
.hero-title span{display:block;font-weight:500;color:var(--text)}
.hero-title strong{position:relative;display:block;font-weight:900;color:var(--red);isolation:isolate}
.hero-title strong::after{content:'';position:absolute;z-index:-1;right:18px;left:18px;height:41px;bottom:1px;background:var(--red-light)}
.experience{position:absolute;left:20px;top:43px;display:flex;align-items:center;gap:8px;color:#fff;direction:rtl;width:151px}
.experience b{font-size:32px;font-weight:900;line-height:40px}
.experience span{font-size:12px;font-weight:700;line-height:18px}
.parts-search{position:absolute;top:373px;right:6.32%;left:6.32%;display:flex;align-items:center;gap:16px;padding:24px 32px;min-height:88px;border:1px solid var(--line);border-radius:8px;background:#fff}
.search-field{display:flex;flex:1;min-width:0;flex-direction:column;gap:0;text-align:right}
.search-field+ .search-field{padding-inline-start:16px;border-inline-start:1px solid var(--line)}
.search-field>span{font-size:12px;line-height:16px;color:var(--muted);font-weight:500}
.search-field input{border:0;padding:0;background:transparent;outline:none;width:100%;min-width:0;height:24px;font-size:12px;text-align:right;color:var(--ink)}
.search-field input::placeholder{color:var(--light);opacity:1}
.search-field:first-child input{font-size:16px}
.search-field:first-child input::placeholder{color:var(--ink)}
.search-actions{display:flex;flex:none;align-items:center;gap:0;margin-inline-start:0}
.search-actions .icon-button{margin-inline-start:8px;background:var(--surface);width:32px;height:32px}
.search-actions .button{padding-inline:12px}
.search-actions .icon-button{padding:8px}
.section-heading h2{font-size:16px;line-height:24px;font-weight:700;color:#000}
.section-heading p{margin-top:8px;font-size:14px;line-height:20px;color:var(--text)}
.centered{text-align:center}
.highlight{position:relative;isolation:isolate}
.highlight::after{content:'';z-index:-1;position:absolute;width:199px;max-width:100%;height:11px;bottom:0;left:50%;transform:translateX(-50%);background:var(--red-light)}
.categories{position:relative;margin-top:-64px;padding-top:32px;min-height:285px}
.categories .section-heading p{margin-top:0}
.category-grid{display:flex;justify-content:center;gap:32px;margin-top:64px}
.category{display:flex;flex-direction:column;align-items:center;gap:8px;width:123px;flex:none;font-size:16px;line-height:24px;white-space:nowrap}
.category-picture{width:123px;height:113px;position:relative}
.category-picture img{position:absolute;left:0;top:-10px;width:123px;height:auto;max-width:none;clip-path:inset(0 0 32px 0)}
.category:last-child img{clip-path:none;width:122px}
.category:hover{color:var(--red)}
.category-picture{transition:transform .18s}
.category:hover .category-picture{transform:translateY(-3px)}

/* Vehicle catalogs use real HTML text over independently exported artwork. */
.brand-section{margin-top:var(--section-gap);padding-top:32px;height:327px}
.brand-heading{position:relative;height:52px}
.brand-heading h2,.brand-heading p{position:relative;z-index:1}
.brand-watermark{position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:98px;height:66px;object-fit:contain}
.vehicle-window{position:relative;margin-top:8px}
.vehicle-window::before,.vehicle-window::after{content:'';position:absolute;z-index:2;top:0;bottom:0;width:115px;pointer-events:none}
.vehicle-window::before{left:0;background:linear-gradient(90deg,#fff 2%,#fff0)}
.vehicle-window::after{right:0;background:linear-gradient(-90deg,#fff 2%,#fff0)}
.vehicle-track{display:flex;direction:ltr;gap:16px;height:195px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:0;align-items:start}
.vehicle-track::-webkit-scrollbar{display:none}
.vehicle{display:flex;flex-direction:column;direction:rtl;position:relative;width:208.4px;flex:0 0 208.4px;scroll-snap-align:center;height:195px;padding:0 16px;isolation:isolate}
.vehicle+.vehicle::before{content:'';position:absolute;left:-8px;top:6px;bottom:7px;width:1px;background:var(--line)}
.vehicle-picture{position:relative;width:208.4px;height:127px;flex:none;margin-inline:-16px;overflow:hidden}
.vehicle-picture img{width:208.4px;max-width:none;height:auto;position:absolute;left:0;top:0}
.vehicle-name{display:flex;align-items:baseline;justify-content:space-between;gap:6px;margin-top:8px}
.vehicle-name strong{font-weight:400;font-size:14px;line-height:21px}
.vehicle-name small{color:var(--muted);font-size:12px;line-height:18px}
.vehicle-description{font-size:12px;line-height:18px;color:var(--muted);margin-top:2px;text-align:right}
.pager{display:flex;direction:ltr;justify-content:center;align-items:center;gap:21px;margin-top:8px;height:32px}
.pager-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:none;border:1px solid var(--line);border-radius:8px;background:#fff}
.pager-arrow:hover{background:var(--surface)}
.pager-dots{display:flex;align-items:center;gap:4px;width:73px}
.pager-dots i{width:6px;height:3px;background:var(--line);border-radius:10px;flex:none}
.pager-dots i.active{width:33px;background:#000}

.about-banner{position:relative;height:274px;margin-top:var(--section-gap)}
.about-image{position:absolute;width:100%;height:auto;inset:0;aspect-ratio:1250/274}
.about-grid{position:absolute;width:56.4%;height:304px;left:21.76%;top:-15px;object-fit:contain;pointer-events:none}
.about-pattern{position:absolute;width:18.48%;height:79px;left:53.76%;top:-12.5px;object-fit:contain;pointer-events:none}
.about-banner h2{position:absolute;right:8px;top:-9px;font-family:var(--heading-font);font-size:32px;line-height:48px;text-align:right}
.about-banner h2 span{display:block;font-weight:500;color:var(--text)}
.about-banner h2 strong{display:block;font-weight:900;color:var(--red);position:relative;isolation:isolate}
.about-banner h2 strong::after{content:'';z-index:-1;position:absolute;right:8px;left:8px;height:25px;bottom:12px;background:var(--red-light)}
.about-banner>p{position:absolute;left:19px;top:61px;width:389px;color:#fff;font-size:20px;line-height:28px;font-weight:700;text-align:right}
.about-link{position:absolute;left:15px;bottom:0;display:flex;align-items:center;justify-content:center;gap:8px;width:95px;height:32px;font-size:12px}

.section-block{margin-top:var(--section-gap)}
.section-top{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:52px;margin-bottom:24px}
.product-tabs{display:flex;align-items:center;gap:24px;font-size:12px;flex:none}
.product-tabs button{color:var(--light);position:relative;white-space:nowrap;padding:6px 0;font-size:12px}
.product-tabs button.active{color:var(--ink)}
.product-tabs button.active::after{content:'';position:absolute;inset-inline:0;bottom:0;height:1px;background:var(--ink)}
.product-grid,.special-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.product-card{min-width:0;min-height:531px;border:1px solid var(--line);border-radius:16px;padding:4px;display:flex;flex-direction:column;background:#fff;overflow:hidden}
.product-picture{position:relative;width:100%;height:275px;flex:none;border-radius:12px;overflow:hidden;background:#fafafa}
.product-picture img{width:100%;height:100%;object-fit:contain}
.product-copy{padding:12px 12px 0;text-align:right}
.product-copy h3{font-size:16px;line-height:24px;font-weight:400}
.product-copy p{font-size:14px;line-height:20px;color:var(--text);margin-top:4px;text-align:right}
.product-specs{display:flex;flex-direction:column;gap:8px;margin:32px 12px 0;font-size:12px;line-height:18px;color:var(--text)}
.product-specs>div{display:flex;justify-content:space-between;gap:12px}
.product-specs dt,.product-specs dd{margin:0}
.product-specs dd{text-align:left}
.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:8px;padding:24px 12px 16px;margin-top:auto}
.price{display:flex;flex-direction:column;align-items:start}
.price del{font-size:12px;line-height:16px;color:var(--muted)}
.price>span{white-space:nowrap;line-height:24px}
.price b{font-size:16px;font-weight:700;color:#000;letter-spacing:-.5px}
.price small{font-size:12px;color:var(--muted)}
.product-card.compact{min-height:429px}
.compact .product-bottom{padding-top:32px}
.special .pager,.magazine .pager{margin-top:24px}
.special-banner{position:relative;min-height:429px;overflow:hidden;background:#7d1800;border-radius:16px;isolation:isolate;color:#fff;padding:40px 32px}
.special-background{position:absolute;inset:0;width:100%;height:100%;z-index:-3;object-fit:cover}
.special-grid-art{position:absolute;left:50%;transform:translateX(-50%);top:1px;width:185px;height:428px;max-width:none;mix-blend-mode:overlay;z-index:-2}
.special-banner h3{font-family:var(--heading-font);font-size:32px;line-height:40px;font-weight:900;position:relative;z-index:2;white-space:nowrap}
.special-banner p{font-size:14px;line-height:20px;margin-top:16px;position:relative;z-index:2}
.special-car{position:absolute;max-width:none;inset:0;width:100%;height:100%;object-fit:cover;object-position:right bottom;z-index:-1}
.search-status{font-size:14px;color:var(--text);margin-bottom:16px}
.empty-state{padding:60px 24px;background:var(--surface);border:1px solid var(--line);border-radius:12px;text-align:center;color:var(--text)}

.magazine-heading{display:flex;align-items:center;justify-content:center;gap:8px;font-size:24px!important;line-height:32px!important}
.magazine-heading img{width:71px;height:29px;object-fit:contain}
.magazine .section-heading{min-height:52px;margin-bottom:24px}
.magazine .section-heading p{margin-top:8px}
.magazine-grid{display:grid;grid-template-columns:464fr 407fr 355fr;gap:12px;min-height:474px}
.featured-news{min-height:474px;position:relative;overflow:hidden;background:#cb0300;border-radius:16px;isolation:isolate;color:white}
.featured-grid{position:absolute;max-width:none;width:305px;height:474px;left:38px;top:0;mix-blend-mode:overlay;z-index:-2}
.news-badge{position:absolute;right:12px;top:12px;padding:8px;border-radius:8px;background:#ffffff26;font-size:14px;line-height:20px}
.featured-news h3{position:absolute;left:27px;top:51px;text-align:right;width:280px;font-size:32px;line-height:48px;font-weight:900;z-index:2}
.featured-news>p{position:absolute;top:158px;left:139px;font-size:14px;line-height:20px;z-index:2}
.featured-car{position:absolute;left:0;top:22px;width:100%;height:452px;max-width:none;object-fit:cover;object-position:right bottom;z-index:-1}
.featured-bottom{position:absolute;bottom:0;left:0;right:0;padding:72px 32px 24px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:linear-gradient(0deg,#c30400ed,#c3040000)}
.featured-bottom>span{padding:8px 12px;background:#ffffff24;border-radius:8px;font-size:14px;font-weight:700;white-space:nowrap}
.news-list{display:grid;grid-template-rows:144px 144px 162px;gap:12px;min-width:0}
.news-card{padding:16px;border:1px solid var(--line);border-radius:8px;min-width:0;display:flex;flex-direction:column;align-items:start}
.news-meta{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:12px;line-height:18px;color:var(--muted);margin-bottom:8px}
.news-meta>span{display:flex;align-items:center;gap:4px}
.news-meta>span:last-child{flex-direction:row-reverse}
.news-card h3{font-size:16px;line-height:24px;font-weight:400}
.news-card>p{margin-top:4px;color:var(--muted);font-size:12px;line-height:18px}
.news-card .button{align-self:flex-end;margin-top:auto}
.service-column{display:grid;grid-template-rows:300px 162px;gap:12px}
.tariffs{border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column;align-items:center;padding:18px 24px 24px;text-align:center}
.tariff-illustration{width:200px;height:144px;object-fit:contain;margin-bottom:2px}
.tariffs h3{font-size:16px;line-height:24px;font-weight:700}
.tariffs p{font-size:12px;line-height:18px;color:var(--muted);max-width:241px;margin-top:4px}
.tariffs .button{margin-top:12px}
.maintenance{position:relative;border-radius:8px;overflow:hidden;color:#fff;background:#c30400}
.maintenance>img{width:100%;height:100%;object-fit:cover}
.maintenance>div{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.maintenance h3{font-size:20px;line-height:24px;font-weight:900}
.maintenance p{font-size:12px;line-height:18px;margin-top:8px}

.site-footer{margin-top:var(--section-gap);position:relative;background:radial-gradient(ellipse 440px 380px at 50% 10%,#282830 0,#121214 55%,#020202 100%);color:#f5f5f5;overflow:hidden}
.footer-inner{padding-top:88px;padding-bottom:64px;min-height:680px}
.footer-intro{max-width:760px;margin-inline:auto;text-align:center}
.footer-logo{width:458px;height:67px;object-fit:contain;margin:0 auto 24px}
.footer-intro p{font-size:14px;line-height:30px}
.contact-grid{max-width:826px;margin:24px auto 0;padding:24px 0;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:32px;position:relative;text-align:center}
.contact-grid::before,.contact-grid::after{content:'';height:1px;width:744px;max-width:100%;left:50%;transform:translateX(-50%);position:absolute;background:#282828}
.contact-grid::before{top:0}.contact-grid::after{bottom:0}
.contact-grid h3{display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;line-height:21px;font-weight:500;margin-bottom:4px}
.contact-grid p,.contact-grid a{font-size:12px;line-height:22px}
.contact-grid .email{font-size:14px}
.footer-links{display:flex;justify-content:space-between;max-width:744px;margin:56px auto 0;gap:48px;text-align:right}
.footer-links h3{font-size:16px;line-height:24px;font-weight:500;margin-bottom:24px}
.footer-links a,.footer-links button{display:block;color:#f5f5f5;padding:0;font-size:14px;line-height:21px;text-align:right;margin-top:16px}
.footer-links a:hover,.footer-links button:hover{text-decoration:underline}
.copyright{display:flex;align-items:center;justify-content:center;min-height:32px;gap:20px;background:#262626;font-size:12px;line-height:30px;padding-inline:16px}

@media(min-width:1400px){.page-width{width:1250px}.site-header{width:1248px}}
@media(max-width:1399px){
  .site-header{grid-template-columns:minmax(510px,1fr) minmax(220px,330px) auto;gap:24px}
  .brand-navigation{gap:24px}.main-navigation{gap:20px}
  .hero{height:auto;aspect-ratio:1250/542}.hero-title{font-size:clamp(32px,3.33vw,48px);line-height:1.333}
  .hero-image{top:2.768%}.hero-title{top:2.768%}.parts-search{top:68.82%;padding:20px 24px;gap:12px}
  .search-actions .button{padding-inline:8px}.search-actions{gap:0}
  .categories{margin-top:-5.12%;}.category-grid{gap:clamp(12px,2.2vw,32px)}
  .about-banner{height:auto;aspect-ratio:1250/274}.about-banner>p{font-size:clamp(16px,1.39vw,20px);line-height:1.4;width:31.12%;top:22.26%;left:1.52%}
  .about-banner h2{font-size:clamp(24px,2.22vw,32px);line-height:1.5}
  .about-grid{height:111%}.about-pattern{height:28.8%}
  .product-tabs{gap:16px}.section-top{gap:16px}.product-picture{height:auto;aspect-ratio:295.5/275}
  .product-copy h3{font-size:14px}.product-bottom{gap:4px;padding-inline:8px}.product-bottom .button{padding-inline:6px;font-size:11px}
  .special-banner{padding:28px 24px}.special-banner h3{font-size:28px}
  .featured-news h3{font-size:32px;line-height:44px;width:255px;left:24px}
  .featured-news>p{left:24px}.featured-bottom{padding-inline:20px;flex-wrap:wrap}
  .news-card{padding:12px}.news-card h3{font-size:14px}.news-meta{font-size:11px}
  .maintenance>div{left:16px}.tariffs{padding-inline:16px}
}
@media(max-width:1100px){
  .site-header{grid-template-columns:1fr auto;gap:20px;margin-block:32px}.header-search{grid-row:2;grid-column:1/-1;width:100%}
  .header-actions{grid-column:2;grid-row:1}.brand-navigation{gap:24px}.main-navigation{gap:16px}
  .hero-title{font-size:3.3vw}.parts-search{padding:12px 16px;min-height:74px;gap:8px}
  .search-field+ .search-field{padding-inline-start:8px}.search-actions .button-plain{display:none}
  .category-grid{gap:16px;overflow-x:auto;justify-content:flex-start;padding:10px 4px 8px;margin-top:40px}.categories{min-height:260px}
  .brand-section{margin-top:32px}.section-top{align-items:flex-start;flex-direction:column;gap:16px}
  .section-top>.button{align-self:flex-end}.product-tabs{flex-wrap:wrap;gap:20px}
  .product-grid,.special-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-card{min-height:510px}.product-picture{max-height:310px}.product-copy h3{font-size:16px}.product-bottom .button{font-size:12px;padding-inline:10px}
  .special-banner{min-height:429px}.special-banner h3{font-size:32px}
  .special .pager{display:none}
  .magazine-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.service-column{grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:300px;gap:16px}
  .maintenance>div{left:32px;top:40px;width:190px}.maintenance h3{font-size:28px;line-height:36px}.maintenance p{font-size:14px;line-height:24px}.maintenance>img{object-position:center}
  .magazine .pager{display:none}.news-card h3{font-size:16px}.news-card{padding:16px}.news-meta{font-size:12px}
  .contact-grid{gap:20px}.footer-intro{max-width:760px}.footer-inner{padding-top:64px}
}
@media(max-width:760px){
  :root{--section-gap:36px}
  .page-width{width:calc(100% - 32px)}
  .site-header{margin-block:24px;row-gap:16px;column-gap:8px;grid-template-columns:1fr auto}
  .brand-navigation{display:contents}.brand-logo{grid-row:1;grid-column:1;width:154px}
  .main-navigation{grid-row:2;grid-column:1/-1;justify-content:space-between;gap:12px;font-size:14px;line-height:24px;overflow-x:auto;padding-bottom:4px}
  .header-actions{grid-row:1;grid-column:2;gap:6px}.header-actions .button{padding-inline:8px;gap:4px}
  .header-search{grid-row:3;height:42px}.header-search input{font-size:14px}
  .hero{height:auto;aspect-ratio:auto;padding-top:100px;display:flex;flex-direction:column}
  .hero-title{top:0;right:0;left:0;font-size:clamp(23px,5.8vw,36px);line-height:1.45;white-space:normal}
  .hero-title strong{display:table;margin-left:auto}.hero-title strong::after{height:45%;right:4px;left:4px;bottom:4px}
  .hero-pattern{top:-8px;left:0;width:120px;height:95px}
  .hero-image{position:relative;top:auto;width:100%;height:220px;object-fit:cover;object-position:left center;border-radius:12px;aspect-ratio:auto}
  .experience{top:126px;left:12px;width:130px}.experience b{font-size:28px}.experience span{font-size:11px}
  .parts-search{position:relative;inset:auto;display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:16px 0 0;min-height:0;padding:20px 16px;border-radius:12px}
  .search-field:first-child{grid-column:1/-1}.search-field{gap:4px}.search-field+ .search-field{border:0;padding:0}
  .search-field>span{font-size:13px;line-height:20px}.search-field input{font-size:14px;height:30px}.search-field:first-child input{font-size:16px}
  .search-actions{grid-column:1/-1;justify-content:space-between;gap:8px}.search-actions .button-plain{display:flex}.search-actions .button{min-height:40px;padding-inline:10px}.search-actions .icon-button{width:40px;height:40px}
  .categories{margin:32px 0 0;padding:0;min-height:0}.section-heading p{font-size:14px;line-height:24px}.section-heading h2{font-size:18px;line-height:28px}.categories .section-heading p{margin-top:8px}
  .category-grid{margin-top:32px;gap:24px;padding:10px 4px 8px}.category{font-size:14px}
  .brand-section{height:auto;padding-top:24px;margin-top:var(--section-gap)}.brand-heading{height:auto;min-height:68px;padding-inline:8px}.brand-heading h2{font-size:18px}
  .vehicle-window{margin-top:20px}.vehicle-window::before,.vehicle-window::after{width:28px}.vehicle-track{scroll-padding-inline:24px}.vehicle-name strong{font-size:15px}.vehicle-description{font-size:13px;line-height:19px}
  .pager{margin-top:16px}.pager-arrow{width:40px;height:40px}.pager{height:40px}
  .about-banner{aspect-ratio:auto;min-height:340px;display:flex;flex-direction:column;padding-top:88px}
  .about-banner h2{top:0;right:0;font-size:26px;line-height:40px}.about-banner h2 strong::after{bottom:4px;height:20px}
  .about-image{top:92px;inset-inline:0;height:240px;object-fit:cover;object-position:left center;aspect-ratio:auto;border-radius:12px}
  .about-grid{display:none}.about-pattern{left:12px;top:0;height:79px;width:160px}
  .about-banner>p{position:relative;inset:auto;width:auto;max-width:480px;z-index:1;padding:32px 24px 0;font-size:18px;line-height:28px;text-shadow:0 1px 4px #0008}
  .about-link{left:24px;bottom:24px;background:white;border-radius:4px;height:36px}
  .section-top{margin-bottom:20px;gap:20px}.product-tabs{gap:20px;flex-wrap:nowrap;overflow-x:auto;max-width:100%;padding-bottom:4px}.product-tabs button{font-size:14px;padding-block:8px}
  .product-grid,.special-grid{gap:12px}.product-card{min-height:425px;border-radius:12px}
  .product-copy{padding:10px 8px 0}.product-copy h3{font-size:14px;line-height:22px}.product-copy p{font-size:12px;line-height:18px}
  .product-specs{margin:20px 8px 0;gap:10px;font-size:12px}.product-specs>div{flex-direction:column;gap:2px}.product-specs dd{text-align:right}
  .product-bottom{align-items:start;flex-direction:column;gap:12px;padding:20px 8px 12px}.price>span{line-height:24px}.price b{font-size:16px}
  .product-card.compact{min-height:320px}.compact .product-bottom{padding-top:20px}
  .special-banner{grid-column:1/-1;min-height:320px;padding:28px}.special-banner h3{font-size:36px;line-height:44px}.special-banner p{max-width:240px;font-size:16px;line-height:24px}
  .special-car{object-fit:contain;object-position:right bottom}.special-grid>.compact:last-child{grid-column:1/-1;max-width:calc(50% - 6px);width:100%}
  .magazine-heading{font-size:22px!important;line-height:32px!important}.magazine-heading img{width:61px;height:25px}
  .magazine-grid{display:flex;flex-direction:column;gap:16px}.featured-news{min-height:474px}
  .featured-news h3{font-size:32px;line-height:44px;left:24px;width:280px;max-width:calc(100% - 48px)}.featured-news>p{left:24px}
  .featured-bottom{padding:60px 20px 20px}.featured-bottom>span{font-size:12px;padding-inline:8px}.featured-bottom .button{padding-inline:10px}
  .news-list{grid-template-rows:none;gap:12px}.news-card{min-height:170px;padding:20px}.news-card h3{font-size:16px}.news-card>p{font-size:14px;line-height:22px;margin-bottom:16px}
  .news-meta{font-size:12px;gap:8px}.service-column{display:flex;flex-direction:column;gap:16px}.tariffs{min-height:300px;padding:24px}.tariffs p{font-size:14px;line-height:22px;max-width:280px}.tariffs h3{font-size:18px}
  .maintenance{height:200px}.maintenance>div{top:28px;left:28px;width:165px}.maintenance h3{font-size:22px;line-height:28px}.maintenance p{font-size:13px;line-height:20px}
  .footer-inner{padding-top:48px;padding-bottom:40px;min-height:0}.footer-logo{width:min(100%,360px);height:auto;margin-bottom:24px}.footer-intro p{font-size:14px;line-height:28px}
  .contact-grid{grid-template-columns:1fr;gap:24px;margin-top:24px;padding-block:24px}.contact-grid h3{font-size:16px;line-height:24px}.contact-grid p,.contact-grid a{font-size:14px;line-height:24px}.contact-grid>div:nth-child(2){max-width:320px;margin-inline:auto}
  .footer-links{gap:28px 20px;flex-wrap:wrap;margin-top:32px}.footer-links>div{min-width:120px}.footer-links h3{margin-bottom:20px;font-size:16px}.footer-links a,.footer-links button{font-size:14px;line-height:22px;margin-top:14px}
  .copyright{flex-direction:column;gap:0;text-align:center;padding:12px 16px;font-size:12px;line-height:24px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* ---- compat: neutralise the legacy site stylesheet inside the new template ---- */
:where(.site-header,.site-footer,#main) label,:where(.site-header,.site-footer,#main) ul,:where(.site-header,.site-footer,#main) ol,:where(.site-header,.site-footer,#main) li,:where(.site-header,.site-footer,#main) dl,:where(.site-header,.site-footer,#main) dd,:where(.site-header,.site-footer,#main) dt,:where(.site-header,.site-footer,#main) form,:where(.site-header,.site-footer,#main) figure,:where(.site-header,.site-footer,#main) h4,:where(.site-header,.site-footer,#main) h5,:where(.site-header,.site-footer,#main) h6,:where(.site-header,.site-footer,#main) table{margin:0;padding:0}
:where(.site-header,.site-footer,#main) ul,:where(.site-header,.site-footer,#main) ol{list-style:none}
:where(.site-header,.site-footer,#main) label{display:inline;max-width:none;font-weight:inherit}
:where(.site-header,.site-footer,#main) dt{font-weight:inherit}
:where(.site-header,.site-footer,#main) small,:where(.site-header,.site-footer,#main) sub,:where(.site-header,.site-footer,#main) sup{font-size:inherit}
:where(.site-header,.site-footer,#main) input,:where(.site-header,.site-footer,#main) select,:where(.site-header,.site-footer,#main) textarea{background:transparent;box-shadow:none}
:where(.site-header,.site-footer,#main) .pager::before,:where(.site-header,.site-footer,#main) .pager::after,:where(.site-header,.site-footer,#main) .footer-links::before,:where(.site-header,.site-footer,#main) .footer-links::after,:where(.site-header,.site-footer,#main) .contact-grid::before,:where(.site-header,.site-footer,#main) .contact-grid::after{content:none;display:none}
:where(.site-header,.site-footer,#main) .price del{color:var(--muted)!important}
