:root{--red:#aa1823;--red-dark:#850f1a;--yellow:#ffd22e;--ink:#1d1d1d;--muted:#686866;--paper:#f6f5f1;--line:#e4e1da;--white:#fff;--container:1240px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:var(--white);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}
::selection{background:var(--yellow);color:var(--ink)}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;z-index:100;top:-100px;left:16px;background:var(--yellow);padding:12px 18px;font-weight:800}
.skip-link:focus{top:16px}
.topline{background:#201d1e;color:#eae7e4;font-size:11px;font-weight:800;letter-spacing:.15em}
.topline-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topline a:hover{text-decoration:underline}
.site-header{position:relative;z-index:30;background:#fff;border-bottom:1px solid #eee9e5}
.header-inner{min-height:84px;display:flex;align-items:center;gap:34px}
.identity{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;min-width:248px}
.identity-mark{width:76px;height:57px;display:grid;place-items:center;flex-shrink:0}
.identity-mark img{width:76px;height:55px;object-fit:contain;object-position:center}
.identity-words strong{display:block;color:#1b1b1b;font-weight:950;font-size:20px;letter-spacing:-.065em;line-height:1.05;white-space:nowrap}
.identity-words strong span{color:var(--red)}
.identity-words small{display:block;margin-top:5px;color:#555;font-size:9px;font-weight:800;letter-spacing:.17em;white-space:nowrap}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:27px;flex:1}
.desktop-nav a{font-size:13px;font-weight:800;white-space:nowrap;transition:color .2s}
.desktop-nav a:hover{color:var(--red)}
.header-cta{display:inline-flex;align-items:center;gap:9px;background:var(--red);color:white;padding:14px 16px;font-size:13px;font-weight:800;white-space:nowrap;transition:background .2s,transform .2s}
.header-cta:hover{background:var(--red-dark);transform:translateY(-2px)}
.wa-icon{width:21px;height:21px;object-fit:contain;flex:none}
.wa-icon-small{width:19px;height:19px}
.menu-toggle,.mobile-nav{display:none}
.hero{background:var(--red);color:white;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:36px;min-height:604px;align-items:center;padding-block:64px 67px}
.hero-copy{position:relative;z-index:2}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.21em;margin:0 0 22px;text-transform:uppercase;color:var(--red)}
.hero-eyebrow{display:flex;align-items:center;gap:12px;color:var(--yellow);margin-bottom:24px}
.eyebrow-line{height:2px;width:30px;background:var(--yellow)}
.hero h1{font-size:clamp(70px,7vw,116px);letter-spacing:-.085em;line-height:.9;text-transform:uppercase;font-weight:950;margin:0 0 26px}
.hero h1 span{font-size:.79em;letter-spacing:-.079em}
.hero h1 i{color:var(--yellow);font-style:normal}
.hero-subtitle{font-size:clamp(21px,2.2vw,30px);font-weight:850;line-height:1.24;margin:0 0 19px;letter-spacing:-.035em}
.hero-description{color:#f8dddf;max-width:520px;line-height:1.75;font-size:15px;margin:0 0 28px}
.hero-actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap}
.button{min-height:53px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 19px;font-size:14px;font-weight:900;border:1px solid transparent;line-height:1.2;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s}
.button:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0002}
.button span[aria-hidden]{font-size:19px;line-height:1;margin-left:4px}
.button-yellow{background:var(--yellow);color:#1d1d1d}
.button-yellow:hover{background:#ffe363}
.button-outline{color:white;border-color:#ffffff75;background:transparent}
.button-outline:hover{background:#ffffff14;border-color:white}
.button-red{background:var(--red);color:white;border:0}
.button-red:hover{background:var(--red-dark)}
.button-dark{background:var(--ink);color:white}
.button-dark:hover{background:#3a3434}
.hero-contact{display:flex;gap:18px;align-items:center;border-top:1px solid #ffffff38;margin-top:36px;padding-top:23px}
.hero-contact>span{font-size:10px;letter-spacing:.18em;font-weight:800;color:#ffd9dc}
.hero-number{display:inline-flex;align-items:center;gap:8px;font-weight:900;font-size:17px}
.hero-number:hover{text-decoration:underline}
.hero-visual{min-height:440px;background:#f4f1e8;position:relative;color:var(--ink);box-shadow:20px 20px 0 #7d1019;align-self:center;overflow:hidden}
.hero-visual:before{content:"";position:absolute;width:270px;height:270px;border:1px solid #e6e0d1;border-radius:50%;right:-40px;top:49px}
.hero-visual:after{content:"";position:absolute;inset:auto 0 74px;height:1px;background:#e5ddcf}
.hero-visual-top,.hero-visual-bottom{display:flex;justify-content:space-between;align-items:flex-start;position:absolute;z-index:2;left:24px;right:24px;font-size:10px;letter-spacing:.18em;font-weight:900}
.hero-visual-top{top:25px}
.hero-visual-bottom{bottom:19px;align-items:flex-end;line-height:1.35}
.visual-cross{color:var(--red);font-size:46px;line-height:.75;font-weight:300}
.equipment-crop{position:absolute;overflow:hidden;pointer-events:none}
.equipment-crop img{position:absolute;max-width:none;width:1086px;height:362px;object-fit:contain}
.equipment-crop-hero{width:100%;height:250px;top:95px;left:0}
.equipment-crop-hero img{width:1520px;height:507px;left:8px;top:-206px}
.hero-footer{border-top:1px solid #ffffff35;background:#99151e}
.hero-footer-inner{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;font-weight:900;letter-spacing:.18em}
.hero-footer a:hover{color:var(--yellow)}
.hero-footer a span{font-size:18px;margin-left:10px;vertical-align:-2px}
.section{padding-block:105px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:44px}
h2{font-size:clamp(38px,4.2vw,60px);line-height:1.05;letter-spacing:-.065em;margin:0;font-weight:900}
h2 em{color:var(--red);font-style:normal}
.section-heading>p,.brands-head>p:last-child{max-width:330px;color:var(--muted);font-size:15px;line-height:1.7;margin:0 0 3px}
.services{background:#fff}
.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.service-card{grid-column:span 2;min-height:290px;display:flex;flex-direction:column;padding:26px;border:1px solid var(--line);background:#fff;transition:box-shadow .25s,transform .25s,border-color .25s}
.service-card:nth-child(4),.service-card:nth-child(5){grid-column:span 3;min-height:260px}
.service-card:hover{transform:translateY(-5px);border-color:#d9c2c0;box-shadow:0 16px 34px #2a161518}
.service-number{font-size:12px;font-weight:900;color:var(--red);letter-spacing:.16em}
.service-symbol{height:42px;width:42px;position:relative;margin:18px 0 7px;border:1.5px solid var(--red);border-radius:50%;transform:rotate(-35deg)}
.service-symbol span:first-child{position:absolute;width:21px;height:1.5px;background:var(--red);left:9px;top:19px}
.service-symbol span:last-child{position:absolute;width:1.5px;height:21px;background:var(--red);left:19px;top:9px}
.service-card h3{font-size:21px;letter-spacing:-.04em;line-height:1.15;margin:0 0 10px}
.service-card p{font-size:14px;color:var(--muted);line-height:1.55;margin:0 0 22px;max-width:390px}
.service-link{margin-top:auto;align-self:start;font-size:12px;color:var(--red);font-weight:900;border-bottom:1px solid #caa9ab;padding-bottom:5px}
.service-link:hover{border-color:var(--red)}
.service-link span{font-size:15px;margin-left:3px}
.brands{background:var(--paper);padding-block:92px}
.brands-head{display:grid;grid-template-columns:1fr auto;column-gap:30px;align-items:end;margin-bottom:36px}
.brands-head .eyebrow{grid-column:1/-1}
.brands-head>p:last-child{max-width:300px}
.brand-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dcd7cd;border-left:1px solid #dcd7cd}
.brand-card{display:flex;align-items:center;justify-content:center;min-height:126px;padding:25px 28px;border-right:1px solid #dcd7cd;border-bottom:1px solid #dcd7cd;background:#fff;font-size:clamp(19px,2vw,27px);font-weight:900;letter-spacing:-.045em;transition:background .2s}
.brand-card:hover{background:#faf9f3}
.brand-card img{display:block;width:auto;height:auto;max-width:100%;max-height:72px;object-fit:contain}
.brand-card strong{display:block;text-align:center}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}
.about-art{background:#e8e5de;min-height:445px;position:relative;overflow:hidden}
.about-art:before{content:"";position:absolute;inset:58px 30px 53px;border:1px solid #ccc5b7;border-radius:50%}
.about-art-label{position:absolute;left:28px;top:26px;font-size:20px;line-height:.94;font-weight:950;letter-spacing:-.05em;z-index:2}
.about-art-label span{font-size:10px;letter-spacing:.1em;color:var(--red);vertical-align:middle}
.about-art-index{position:absolute;right:27px;bottom:26px;font-size:11px;font-weight:900;letter-spacing:.16em}
.equipment-crop-about{left:calc(50% - 150px);width:300px;top:76px;height:286px}
.equipment-crop-about img{width:1629px;height:543px;left:-1390px;top:-183px}
.about-copy>p:not(.eyebrow){font-size:16px;color:#5d5d5d;line-height:1.75;max-width:550px;margin:27px 0}
.about-note{display:flex;gap:18px;border-left:3px solid var(--yellow);background:var(--paper);padding:20px;margin-bottom:26px;max-width:520px;line-height:1.55;font-weight:700;font-size:14px}
.note-icon{font-size:25px;color:var(--red);line-height:1}
.text-link{display:inline-flex;gap:10px;color:var(--red);font-weight:900;border-bottom:2px solid var(--red);padding-bottom:7px}
.text-link:hover{color:var(--red-dark)}
.quote-banner{background:#252323;color:#fff;position:relative;overflow:hidden}
.quote-banner:before{content:"";position:absolute;right:18%;top:-90px;width:240px;height:360px;border:1px solid #484545;transform:skew(-24deg)}
.quote-banner-inner{position:relative;display:flex;justify-content:space-between;align-items:center;gap:36px;padding-block:60px}
.quote-banner .eyebrow{color:var(--yellow)}
.quote-banner h2{font-size:clamp(34px,3.5vw,50px)}
.quote-banner h2 em{color:var(--yellow)}
.quote-banner .button{flex-shrink:0}
.quote-section{background:#fff}
.quote-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:8%}
.quote-intro>p:not(.eyebrow){font-size:16px;color:var(--muted);line-height:1.75;max-width:365px;margin:25px 0 33px}
.quote-steps{border-top:1px solid var(--line);display:grid;gap:0;max-width:355px}
.quote-steps span{padding:14px 0;border-bottom:1px solid var(--line);font-size:12px;color:var(--red);font-weight:900}
.quote-steps b{font-size:14px;color:var(--ink);margin-left:17px}
.quote-form{padding:32px;background:var(--paper);border:1px solid var(--line);display:grid;gap:19px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.quote-form label{display:block;font-size:13px;font-weight:850}
.quote-form label>span{color:var(--red)}
.quote-form input,.quote-form select,.quote-form textarea{display:block;width:100%;margin-top:9px;border:1px solid #d8d4cd;border-radius:0;background:#fff;color:#202020;padding:14px 15px;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s}
.quote-form input,.quote-form select{height:48px}
.quote-form textarea{resize:vertical;min-height:115px;line-height:1.5}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #aa18231c}
.form-help{font-size:12px;line-height:1.5;color:#61605e;margin:-3px 0 0}
.quote-form .button{justify-self:start}
.form-error{color:var(--red-dark);font-weight:800;margin:0}
.location{background:var(--paper)}
.location-grid{display:grid;grid-template-columns:.74fr 1.26fr;gap:8%;align-items:center}
.location-copy>p:not(.eyebrow){color:var(--muted);line-height:1.7;margin:23px 0}
.location address{font-style:normal;font-size:17px;font-weight:800;line-height:1.7;margin:0 0 27px;padding-left:19px;border-left:3px solid var(--red)}
.map-wrap{background:white;box-shadow:0 16px 40px #201b1b12;border:1px solid var(--line);padding:10px}
.map-wrap iframe{display:block;width:100%;height:360px;border:0;background:#e5e1d9}
.map-wrap>a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 10px 5px;color:var(--red);font-weight:900;font-size:13px}
.map-wrap>a:hover{text-decoration:underline}
.contact{background:#fff}
.contact-heading{margin-bottom:33px}
.contact-heading h2 span{color:var(--red)}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.contact-card{border:1px solid var(--line);padding:27px;min-height:260px;display:flex;flex-direction:column}
.contact-card>span{font-size:11px;letter-spacing:.16em;font-weight:900;color:var(--red)}
.contact-card h3{font-size:24px;line-height:1.15;letter-spacing:-.05em;margin:29px 0 16px}
.contact-card p{font-size:14px;color:var(--muted);line-height:1.55;margin:14px 0 0}
.contact-value{display:inline-flex;align-items:center;gap:9px;align-self:start;font-size:21px;font-weight:900;letter-spacing:-.04em}
.contact-value:hover{color:var(--red)}
.contact-card .contact-address{font-size:16px;color:var(--ink);font-weight:800;margin:0}
.contact-small-link{font-size:13px;font-weight:900;color:var(--red);margin-top:auto;padding-top:16px}
.site-footer{background:#211f20;color:#f7f4f1;padding-top:62px}
.footer-main{display:grid;grid-template-columns:1.5fr .8fr 1fr;gap:12%;padding-bottom:55px}
.identity-footer{min-width:0}
.identity-footer .identity-words strong{color:white}
.identity-footer .identity-words small{color:#c9c1be}
.footer-about>p{color:#aaa4a1;font-size:14px;line-height:1.7;max-width:280px;margin:22px 0 0}
.footer-main h2{font-size:11px;letter-spacing:.19em;color:var(--yellow);margin:4px 0 23px}
.footer-main nav,.footer-main>div:last-child{display:flex;flex-direction:column;align-items:start;gap:13px}
.footer-main nav a,.footer-main>div:last-child>a{font-size:14px;color:#ded8d4}
.footer-main nav a:hover,.footer-main>div:last-child>a:hover{color:var(--yellow)}
.footer-main address{font-style:normal;color:#aaa4a1;font-size:14px;line-height:1.6;margin-top:8px}
.footer-wa{display:inline-flex;align-items:center;gap:8px}
.social-links{display:flex;gap:10px;margin-top:22px}
.social-link{width:36px;height:36px;display:grid;place-items:center;border:1px solid #706968}
.social-link img{width:21px;height:21px;object-fit:contain}
.footer-bottom{border-top:1px solid #494444;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:63px;font-size:12px;color:#a9a2a0}
.footer-bottom a:hover{color:var(--yellow)}
.floating-wa{position:fixed;right:24px;bottom:24px;z-index:50;width:62px;height:62px;border-radius:50%;background:#08b544;display:grid;place-items:center;box-shadow:0 10px 28px #0003,0 0 0 5px #fff;transition:transform .25s,box-shadow .25s}
.floating-wa:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 14px 30px #0004,0 0 0 5px #fff}
.floating-wa .wa-icon{width:37px;height:37px}
@media (max-width:1150px){.desktop-nav{gap:15px}.desktop-nav a{font-size:12px}.identity{min-width:225px}.identity-words strong{font-size:18px}.header-inner{gap:16px}.hero-grid{grid-template-columns:1.05fr .95fr}.hero h1{font-size:clamp(62px,7vw,90px)}}
@media (max-width:980px){.desktop-nav,.header-cta{display:none}.header-inner{justify-content:space-between;min-height:76px}.menu-toggle{width:44px;height:44px;border:1px solid #d8d3ce;background:white;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.menu-toggle span{width:20px;height:2px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-7px) rotate(-45deg)}.mobile-nav:not([hidden]){display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:white;padding:13px 24px 24px;box-shadow:0 20px 30px #0002;max-height:calc(100vh - 76px);overflow:auto}.mobile-nav a{display:block;padding:14px 0;border-bottom:1px solid var(--line);font-size:16px;font-weight:800}.mobile-nav .mobile-wa{display:flex;align-items:center;gap:10px;color:var(--red)}.hero-grid{gap:18px}.hero-visual{min-height:370px}.equipment-crop-hero{top:72px;height:235px}.equipment-crop-hero img{left:-25px}.hero-visual:after{bottom:65px}.about-grid{gap:5%}.contact-value{font-size:18px}}
@media (max-width:760px){html{scroll-padding-top:76px}.container{width:min(calc(100% - 36px),var(--container))}.topline{display:none}.hero-grid{grid-template-columns:1fr;padding-block:56px 55px;gap:47px}.hero h1{font-size:clamp(58px,12vw,94px)}.hero-description{font-size:15px}.hero-visual{width:min(100%,540px);min-height:380px;box-shadow:10px 10px 0 #7d1019}.equipment-crop-hero{top:77px}.equipment-crop-hero img{left:0}.hero-footer-inner{min-height:54px}.hero-footer-inner span:nth-child(2){display:none}.section{padding-block:73px}.section-heading,.brands-head{display:block}.section-heading>p,.brands-head>p:last-child{margin-top:22px;max-width:580px}.service-grid{grid-template-columns:1fr 1fr}.service-card,.service-card:nth-child(4),.service-card:nth-child(5){grid-column:auto;min-height:280px}.service-card:last-child{grid-column:1/-1;min-height:235px}.brands{padding-block:75px}.about-grid,.quote-grid,.location-grid{grid-template-columns:1fr;gap:39px}.about-art{min-height:390px;max-width:580px}.quote-banner-inner{display:block;padding-block:53px}.quote-banner .button{margin-top:28px}.quote-intro>p:not(.eyebrow){max-width:650px}.quote-steps{max-width:none}.contact-grid{grid-template-columns:1fr 1fr}.contact-card:last-child{grid-column:1/-1;min-height:220px}.footer-main{gap:35px;grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}.floating-wa{right:18px;bottom:18px;width:57px;height:57px}.floating-wa .wa-icon{width:34px;height:34px}}
@media (max-width:520px){.identity{min-width:0}.identity-mark{width:54px;height:49px}.identity-mark img{width:70px;height:50px}.identity-words strong{font-size:17px}.identity-words small{font-size:7px;letter-spacing:.15em}.hero-grid{padding-top:48px;gap:39px}.hero h1{font-size:clamp(46px,13vw,73px)}.hero h1 span{font-size:.66em}.hero-subtitle{font-size:22px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-contact{gap:10px;flex-wrap:wrap}.hero-contact>span{width:100%}.hero-visual{min-height:318px;box-shadow:8px 8px 0 #7d1019}.hero-visual-top,.hero-visual-bottom{left:17px;right:17px}.hero-visual-top{top:18px}.equipment-crop-hero{height:220px;top:50px}.equipment-crop-hero img{width:1303px;height:434px;left:0;top:-177px}.hero-visual:after{bottom:61px}.hero-footer-inner{font-size:9px}.hero-footer-inner>span:first-child{display:none}.section{padding-block:64px}h2{font-size:clamp(37px,10vw,48px)}.section-heading{margin-bottom:29px}.service-grid{grid-template-columns:1fr;gap:12px}.service-card,.service-card:nth-child(4),.service-card:nth-child(5),.service-card:last-child{grid-column:auto;min-height:230px}.service-symbol{margin:12px 0 7px}.brand-list{grid-template-columns:repeat(2,1fr)}.brand-list span{font-size:19px;min-height:76px}.about-art{min-height:345px}.equipment-crop-about{top:62px;height:255px}.equipment-crop-about img{width:1629px;height:543px;left:-1390px;top:-183px}.about-art-label{font-size:17px;left:20px;top:19px}.about-art-label span{font-size:8px}.quote-banner h2{font-size:35px}.quote-banner .button{width:100%;font-size:12px}.quote-form{padding:20px;gap:17px}.form-row{grid-template-columns:1fr;gap:17px}.quote-form .button{width:100%;font-size:12px}.map-wrap iframe{height:280px}.contact-grid{grid-template-columns:1fr}.contact-card,.contact-card:last-child{grid-column:auto;min-height:225px}.footer-main{grid-template-columns:1fr;gap:31px;padding-bottom:38px}.footer-about{grid-column:auto}.footer-bottom{align-items:start;flex-direction:column;justify-content:center;padding-block:18px;gap:9px;padding-right:70px}.floating-wa{right:16px;bottom:16px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}

.desktop-nav a[aria-current=page]{color:var(--red);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:3px;text-underline-offset:9px}
.mobile-nav a[aria-current=page]{color:var(--red)}
.page-hero{background:#252323;color:#fff;position:relative;overflow:hidden}
.page-hero:before{content:"";position:absolute;right:6%;top:-110px;width:300px;height:440px;border:1px solid #ffffff22;transform:skew(-24deg)}
.page-hero:after{content:"";position:absolute;right:-80px;bottom:-100px;width:330px;height:200px;background:var(--red);transform:skew(-24deg)}
.page-hero-inner{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:40px;padding-block:86px 78px}
.page-hero .eyebrow{color:var(--yellow);margin-bottom:22px}
.page-hero h1{font-size:clamp(46px,5.5vw,76px);line-height:.98;letter-spacing:-.07em;margin:0;max-width:850px;font-weight:950}
.page-hero h1 em{color:var(--yellow);font-style:normal}
.page-hero-inner>div>p:last-child{color:#e1dada;font-size:16px;line-height:1.7;max-width:640px;margin:24px 0 0}
.breadcrumbs{display:flex;align-items:center;gap:12px;flex-shrink:0;font-size:12px;font-weight:800;color:#d1caca;padding-bottom:5px}
.breadcrumbs a:hover{color:var(--yellow)}
.breadcrumbs span:last-child{color:var(--yellow)}
.section-ending{display:flex;justify-content:flex-end;margin-top:30px}
.brands-note{margin:28px 0 0;color:var(--muted);font-size:15px;line-height:1.65}
.home-location{background:var(--paper)}
.home-location-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.home-location-inner>div>p:last-child{color:var(--muted);margin:20px 0 0;line-height:1.6}
.home-location .button{flex-shrink:0}
@media (max-width:760px){.page-hero-inner{display:block;padding-block:62px 58px}.page-hero:after{right:-160px}.breadcrumbs{margin-top:34px}.home-location-inner{display:block}.home-location .button{margin-top:28px}.section-ending{justify-content:flex-start}}
@media (max-width:520px){.page-hero h1{font-size:clamp(41px,11vw,55px)}.page-hero-inner>div>p:last-child{font-size:15px}.page-hero-inner{padding-block:55px 51px}.home-location .button{width:100%;font-size:12px}}
@media (max-width:520px){.identity-mark{width:62px;height:49px}.identity-mark img{width:62px;height:47px}.brand-card{font-size:19px;min-height:98px;padding:20px 16px}.brand-card img{max-height:58px}}
