:root{
  --bg:#050505;
  --bg-soft:#0a0a0a;
  --panel:#101010;
  --panel-2:#141414;
  --text:#f4f2ed;
  --muted:#bbb6ae;
  --line:#3a342c;
  --red:#b31f24;
  --red-bright:#d4141b;
  --gold:#d3a02d;
  --white:#f6f6f3;
  --shell:1440px;
  --radius:3px;
  --font-sans:"Segoe UI", "Noto Sans JP", Arial, sans-serif;
  --font-serif:"Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-weight:300;line-height:1.75;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
.screen-reader-text{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:fixed;left:16px;top:12px;z-index:9999;padding:10px 16px;background:#fff;color:#111;font-size:13px;font-weight:600;transform:translateY(-160%);transition:transform .15s ease}
.skip-link:focus{transform:translateY(0);outline:2px solid var(--red-bright);outline-offset:2px}
.site-shell{width:min(calc(100% - 64px),var(--shell));margin-inline:auto}
.section-pad{padding:72px 0}
.section-pad-sm{padding:24px 0 48px}

/* Brand fallback */
.garabe-brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}
.garabe-brand-mark{width:44px;height:44px;border:2px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:11px;letter-spacing:-1px;font-weight:600}
.garabe-brand-name{font-size:29px;letter-spacing:-1.2px;line-height:1}
.brand-gara{font-family:"Segoe UI",sans-serif;font-weight:400}
.brand-be{font-family:"Segoe UI Light","Segoe UI",sans-serif;font-weight:300;color:#b51e25}

/* Header */
.site-header{height:86px;background:#030303;border-bottom:1px solid rgba(255,255,255,.025);position:relative;z-index:50}
.header-inner{height:100%;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:28px}
.header-logo-link{display:flex;align-items:center;min-width:0}
.header-logo-img{max-width:185px;max-height:58px;width:auto;object-fit:contain}
.primary-nav{justify-self:center;min-width:0}
.primary-nav .menu{list-style:none;display:flex;align-items:center;gap:28px;margin:0;padding:0}
.primary-nav a{display:block;font-size:12px;letter-spacing:.02em;color:#dedbd6;padding:31px 0 26px;position:relative;white-space:nowrap}
.primary-nav a:hover,.primary-nav .current-menu-item>a{color:#fff}
.primary-nav .current-menu-item>a::after,.primary-nav a:hover::after{content:"";position:absolute;height:2px;background:var(--red-bright);left:0;right:0;bottom:18px}
.header-quote{background:linear-gradient(180deg,#b7272b,#98161a);padding:12px 18px;font-size:12px;font-weight:500;display:inline-flex;gap:11px;align-items:center;white-space:nowrap;border:1px solid rgba(255,255,255,.05)}
.header-quote:hover{filter:brightness(1.12)}
.menu-toggle{display:none;background:none;border:0;padding:10px;width:46px;height:46px;cursor:pointer}
.menu-toggle span:not(.screen-reader-text){display:block;height:1px;background:#fff;margin:7px 0}

/* Hero */
.hero-section{height:560px;min-height:520px;position:relative;overflow:hidden;background:
  radial-gradient(circle at 75% 54%,rgba(100,100,100,.18),transparent 30%),
  repeating-linear-gradient(90deg,transparent 0,transparent 84px,rgba(255,255,255,.03) 85px,transparent 86px),
  linear-gradient(90deg,#050505 0%,#050505 42%,#090909 68%,#030303 100%)}
.hero-section.has-image::before{content:"";position:absolute;inset:0;background-image:var(--hero-image);background-size:cover;background-position:center right;background-repeat:no-repeat}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.92) 31%,rgba(0,0,0,.55) 52%,rgba(0,0,0,.06) 80%)}
.hero-inner{height:100%;display:flex;align-items:center;position:relative;z-index:2}
.hero-copy{width:min(590px,52vw);padding-left:8px;margin-top:-4px}
.hero-copy h1{font-family:var(--font-serif);font-size:58px;line-height:1.3;letter-spacing:.08em;font-weight:400;margin:0 0 18px}
.hero-accent{width:58px;height:2px;background:var(--red-bright);margin-bottom:26px}
.hero-copy p{font-family:var(--font-serif);font-size:17px;line-height:2;letter-spacing:.04em;color:#e2ded8;margin:0}
.hero-actions{display:flex;gap:16px;margin-top:34px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:52px;padding:12px 26px;border:1px solid transparent;font-size:14px;letter-spacing:.04em;transition:.2s ease}
.btn-primary{background:linear-gradient(180deg,#c1262c,#a4161b);color:#fff;min-width:172px}
.btn-primary:hover{filter:brightness(1.12)}
.btn-outline{border-color:#a78225;background:rgba(0,0,0,.38);color:#e8e1d5;min-width:172px}
.btn-outline:hover{background:rgba(211,160,45,.08);border-color:var(--gold)}
.btn-outline.gold{color:#e1b84d;border-color:#b48821}

/* section heading */
.section-heading{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:34px}
.section-heading span{width:64px;height:1px;background:linear-gradient(90deg,transparent,var(--red-bright))}
.section-heading span:last-child{background:linear-gradient(90deg,var(--red-bright),transparent)}
.section-heading h2{font-family:var(--font-serif);font-size:29px;letter-spacing:.06em;font-weight:400;margin:0;text-align:center}

/* Standards */
.standards-section{background:linear-gradient(180deg,#060606,#050505)}
.standards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1320px;margin:auto}
.standard-card{height:244px;border:1px solid #686868;background:linear-gradient(180deg,rgba(15,15,15,.88),rgba(7,7,7,.96));padding:30px 28px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative}
.standard-card.premium{border-color:#c11119}
.standard-card.ultimate{border-color:#b7891f}
.standard-logo-wrap{min-height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}
.standard-logo-wrap img{max-width:250px;max-height:116px;width:auto;object-fit:contain}
.tier-mark{width:57px;height:57px;border:3px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:600}
.tier-name{font-size:28px;line-height:1.1}
.tier-gara{font-family:"Segoe UI",sans-serif;font-weight:400}
.tier-be{font-family:"Segoe UI Light","Segoe UI",sans-serif;font-weight:300}
.tier-name strong{font-weight:300}
.standard-card.standard{color:#f0f0ed}
.standard-card.premium{color:#e11219}
.standard-card.ultimate{color:#e2ac27}
.standard-card p{font-family:var(--font-serif);color:#d9d4cc;font-size:14px;line-height:1.9;margin:10px auto 0;max-width:325px}
.standard-card__link{display:inline-flex;align-items:center;gap:16px;margin-top:12px;color:#d8b057;font-size:11px;letter-spacing:.12em;text-decoration:none}
.standard-card__link span{font-size:17px;line-height:1}
.standard-card__link:hover{color:#fff}

/* Services */
.services-section{background:#050505}
.services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;max-width:1320px;margin:auto}
.service-card{height:168px;border:1px solid #524a3d;background:linear-gradient(180deg,#111,#090909);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 10px;transition:.2s ease}
.service-card:hover{transform:translateY(-2px);border-color:#86724b;background:#12100d}
.service-card strong{font-family:var(--font-serif);font-weight:400;font-size:19px;margin-top:8px}
.service-card small{font-family:var(--font-serif);font-size:11px;color:#cac5bd;margin-top:4px;text-align:center}
.service-card i{display:block;width:29px;height:2px;background:var(--red);margin-top:13px}
.service-icon{height:42px;width:42px;position:relative;display:block;color:#e9e4db}
.icon-shield{border:2px solid currentColor;border-radius:45% 45% 52% 52%/20% 20% 72% 72%;transform:scale(.78)}
.icon-shield::after{content:"";position:absolute;inset:6px;border:1px solid currentColor;border-radius:inherit}
.icon-drop{width:28px;height:37px;border:2px solid currentColor;border-radius:55% 45% 55% 45%/60% 45% 55% 40%;transform:rotate(45deg) scale(.85)}
.icon-film{border:2px solid currentColor;width:42px;height:30px;transform:skew(-8deg);margin-top:7px}
.icon-film::after{content:"";position:absolute;left:10px;top:-2px;width:2px;height:30px;background:currentColor;transform:skew(8deg)}
.icon-wrap::before,.icon-wrap::after{content:"";position:absolute;border:2px solid currentColor;width:22px;height:35px;transform:rotate(25deg);left:4px;top:3px}
.icon-wrap::after{left:17px;transform:rotate(-55deg);opacity:.7}
.icon-tesla::before{content:"T";font-family:Georgia,serif;font-size:42px;line-height:40px;font-weight:700;position:absolute;inset:0;text-align:center}
.icon-works{border:2px solid currentColor;width:39px;height:31px;margin-top:5px}
.icon-works::before{content:"";position:absolute;width:4px;height:4px;border:1px solid currentColor;border-radius:50%;right:7px;top:6px}
.icon-works::after{content:"⌃";font-size:28px;position:absolute;left:5px;bottom:-7px;transform:rotate(-6deg)}

/* Estimate */
.estimate-section{min-height:184px;border:1px solid #8b6d25;position:relative;overflow:hidden;margin-top:8px;background:linear-gradient(90deg,#0b0b0b 0%,#101010 52%,#171717 100%);display:flex;align-items:center}
.estimate-section.has-image::before{content:"";position:absolute;inset:0;background-image:var(--estimate-image);background-size:cover;background-position:center right}
.estimate-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.78) 44%,rgba(0,0,0,.06) 88%)}
.estimate-content{position:relative;z-index:2;padding:28px 38px}
.estimate-content h2{font-family:var(--font-serif);font-size:34px;font-weight:400;margin:0 0 2px;letter-spacing:.04em}
.estimate-content p{font-family:var(--font-serif);font-size:15px;color:#d8d3cb;margin:0 0 18px}
.estimate-content .btn{min-height:44px;padding:8px 22px;font-size:13px}

/* Quality */
.quality-section{padding-top:42px}
.quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;max-width:1320px;margin:auto}
.quality-card{border:1px solid #564a37;background:#0a0a0a;overflow:hidden}
.quality-image{height:190px;background:
linear-gradient(135deg,rgba(255,255,255,.08),transparent 55%),
linear-gradient(120deg,#252525,#0f0f0f);background-size:cover;background-position:center;position:relative}
.quality-image span{display:none}
.quality-copy{padding:14px 16px 18px;min-height:142px}
.quality-copy h3{font-family:var(--font-serif);font-size:18px;font-weight:400;margin:0 0 9px;display:flex;gap:11px;align-items:center}
.quality-copy h3 b{font-family:Georgia,serif;color:#e1ad32;font-weight:400;font-size:17px}
.quality-copy p{font-family:var(--font-serif);font-size:12px;line-height:1.9;color:#c8c2b9;margin:0}

/* Contact */
.contact-cta{height:215px;border:1px solid #6f592d;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;padding:30px 60px;margin-top:0;margin-bottom:64px;position:relative;overflow:hidden;background:linear-gradient(90deg,#0c0c0c,#15110b 50%,#0a0a0a)}
.contact-cta.has-image::before{content:"";position:absolute;inset:0;background-image:var(--contact-image);background-size:cover;background-position:center}
.contact-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.68) 58%,rgba(0,0,0,.28))}
.contact-copy,.contact-cta>.btn{position:relative;z-index:2}
.contact-copy>span{font-family:var(--font-serif);color:#d3a94d;font-size:13px}
.contact-copy h2{font-family:var(--font-serif);font-size:30px;font-weight:400;margin:2px 0 4px}
.contact-copy p{font-family:var(--font-serif);color:#d3cec5;font-size:13px;margin:0}
.contact-cta>.btn{min-width:285px}

/* Footer */
.site-footer{border-top:1px solid rgba(255,255,255,.03);padding:30px 0 22px;background:#020202}
.footer-grid{display:grid;grid-template-columns:210px 1fr 160px;gap:36px;align-items:center}
.footer-logo-img{max-width:190px;max-height:65px;width:auto}
.footer-nav .menu{display:flex;list-style:none;gap:24px;margin:0;padding:0;justify-content:center;flex-wrap:wrap}
.footer-nav a{font-size:11px;color:#cfcac2}
.footer-nav a:hover{color:#fff}
.footer-legal{display:flex;justify-content:center;gap:14px;margin-top:16px;flex-wrap:wrap;color:#a8a39c;font-size:11px}
.footer-social{display:flex;align-items:center;justify-content:flex-end;gap:16px}
.footer-social>a:not(.page-top){font-size:22px;color:#fff}
.page-top{width:68px;height:68px;border:1px solid #514729;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#d6b258;font-size:20px;line-height:1}
.page-top small{font-size:8px;color:#d2cdc4;margin-top:5px}
.footer-bottom{text-align:right;color:#8e8982;font-size:10px;margin-top:6px}

/* Generic content */
.generic-page{min-height:60vh}
.generic-page h1{font-family:var(--font-serif);font-size:42px;font-weight:400;letter-spacing:.04em}
.generic-page h2{font-family:var(--font-serif);font-weight:400}
.entry-content{color:#ddd8d0}
.entry-content a{color:#e1b34b;text-decoration:underline}
.archive-list article{border-bottom:1px solid #272727;padding:24px 0}
.post-meta{color:#98938c}

@media(max-width:1180px){
  .site-shell{width:min(calc(100% - 40px),var(--shell))}
  .header-inner{grid-template-columns:170px 1fr auto;gap:16px}
  .primary-nav .menu{gap:18px}
  .primary-nav a{font-size:11px}
  .header-logo-img{max-width:155px}
  .hero-copy h1{font-size:50px}
  .services-grid{grid-template-columns:repeat(3,1fr)}
  .quality-grid{grid-template-columns:repeat(2,1fr)}
  .quality-image{height:230px}
  .footer-grid{grid-template-columns:180px 1fr 120px}
}

@media(max-width:920px){
  .site-header{height:72px;position:sticky;top:0;background:rgba(3,3,3,.97);backdrop-filter:blur(10px)}
  .header-inner{grid-template-columns:1fr auto auto}
  .header-logo-img{max-width:150px;max-height:46px}
  .brand-header .garabe-brand-name{font-size:24px}
  .brand-header .garabe-brand-mark{width:38px;height:38px}
  .menu-toggle{display:block;order:3}
  .header-quote{font-size:10px;padding:9px 12px;order:2}
  .primary-nav{position:absolute;left:0;right:0;top:72px;background:#050505;border-top:1px solid #1b1b1b;display:none;padding:12px 20px 18px;order:4}
  .primary-nav.open{display:block}
  .primary-nav .menu{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
  .primary-nav a{padding:11px 4px;border-bottom:1px solid #181818}
  .primary-nav a:hover::after,.primary-nav .current-menu-item>a::after{display:none}
  .hero-section{height:660px;min-height:660px}
  .hero-section.has-image::before{background-size:auto 63%;background-position:center bottom}
  .hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.87) 51%,rgba(0,0,0,.15) 82%,rgba(0,0,0,.3))}
  .hero-inner{align-items:flex-start;padding-top:74px}
  .hero-copy{width:100%;max-width:620px;margin:auto;text-align:center;padding:0}
  .hero-copy h1{font-size:44px}
  .hero-accent{margin:0 auto 22px}
  .hero-actions{justify-content:center}
  .standards-grid{grid-template-columns:1fr}
  .standard-card{height:auto;min-height:214px}
  .services-grid{grid-template-columns:repeat(3,1fr)}
  .estimate-section{min-height:220px}
  .contact-cta{grid-template-columns:1fr;padding:30px;height:auto;min-height:245px;text-align:center}
  .contact-cta>.btn{justify-self:center}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-brand{display:flex;justify-content:center}
  .footer-social{justify-content:center}
  .footer-bottom{text-align:center;margin-top:18px}
}

@media(max-width:640px){
  .site-shell{width:min(calc(100% - 28px),var(--shell))}
  .section-pad{padding:50px 0}
  .header-inner{grid-template-columns:1fr auto}
  .header-quote{display:none}
  .menu-toggle{order:2}
  .primary-nav .menu{grid-template-columns:repeat(2,1fr)}
  .hero-section{height:610px;min-height:610px}
  .hero-section.has-image::before{background-size:auto 52%;background-position:65% bottom}
  .hero-inner{padding-top:55px}
  .hero-copy h1{font-size:36px;letter-spacing:.05em}
  .hero-copy p{font-size:14px;line-height:1.9}
  .hero-actions{gap:10px}
  .btn{width:100%}
  .section-heading{gap:12px;margin-bottom:25px}
  .section-heading span{width:30px}
  .section-heading h2{font-size:23px}
  .standard-card{padding:27px 18px}
  .standard-logo-wrap img{max-width:220px}
  .services-grid{grid-template-columns:repeat(2,1fr);gap:6px}
  .service-card{height:150px}
  .estimate-section{min-height:230px}
  .estimate-section.has-image::before{background-position:65% center}
  .estimate-content{padding:26px 20px}
  .estimate-content h2{font-size:27px}
  .quality-grid{grid-template-columns:1fr}
  .quality-image{height:220px}
  .contact-cta{padding:28px 18px;margin-bottom:44px}
  .contact-copy h2{font-size:26px}
  .contact-cta>.btn{min-width:0}
  .footer-nav .menu{gap:14px}
  .footer-legal{gap:8px 10px}
}

/* v1.1 bundled image tuning: layout dimensions intentionally unchanged */
.hero-section.has-image::before{filter:saturate(.82) brightness(.66);}
.quality-image.has-image{background-size:cover;background-position:center;}
.standard-logo-wrap img{filter:none;}

/* v1.2 desktop proportion correction */
:root{--shell:1760px;}
.site-shell{width:min(calc(100% - 72px),var(--shell));}
.standards-grid,.services-grid,.quality-grid{max-width:none;width:100%;}
.header-inner{grid-template-columns:235px 1fr auto;gap:34px;}
.header-logo-img{max-width:215px;max-height:64px;}
.hero-section{height:650px;min-height:600px;}
.hero-section.has-image::before{background-size:cover;background-position:72% 50%;filter:saturate(.78) brightness(.55);}
.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.99) 0%,rgba(0,0,0,.94) 28%,rgba(0,0,0,.64) 48%,rgba(0,0,0,.18) 72%,rgba(0,0,0,.08) 100%);}
.hero-copy{width:min(650px,46vw);}
.hero-copy h1{font-size:64px;}
.standard-card{height:258px;}
.services-grid{gap:12px;}
.service-card{height:176px;}
.estimate-section{min-height:205px;}
.quality-grid{gap:12px;}
.quality-image{height:215px;}
.contact-cta{min-height:240px;}

@media(max-width:1600px){
  :root{--shell:1480px;}
  .site-shell{width:min(calc(100% - 56px),var(--shell));}
  .header-inner{grid-template-columns:205px 1fr auto;gap:24px;}
  .header-logo-img{max-width:188px;max-height:58px;}
  .hero-section{height:580px;min-height:540px;}
  .hero-copy h1{font-size:58px;}
}

@media(max-width:1180px){
  .site-shell{width:min(calc(100% - 40px),var(--shell));}
  .header-inner{grid-template-columns:170px 1fr auto;gap:16px;}
  .header-logo-img{max-width:155px;}
  .hero-section{height:560px;min-height:520px;}
  .hero-copy h1{font-size:50px;}
}


/* v1.3 final responsive correction
   Keep v1.2 desktop proportions; restore tablet/mobile rules after desktop overrides. */
@media(max-width:1180px){
  .site-shell{width:min(calc(100% - 40px),var(--shell));}
  .header-inner{grid-template-columns:170px 1fr auto;gap:16px;}
  .header-logo-img{max-width:155px;max-height:52px;}
  .primary-nav .menu{gap:18px;}
  .primary-nav a{font-size:11px;}
  .hero-section{height:560px;min-height:520px;}
  .hero-copy{width:min(590px,52vw);}
  .hero-copy h1{font-size:50px;}
  .services-grid{grid-template-columns:repeat(3,1fr);}
  .quality-grid{grid-template-columns:repeat(2,1fr);}
  .quality-image{height:230px;}
  .footer-grid{grid-template-columns:180px 1fr 120px;}
}

@media(max-width:920px){
  .site-header{height:72px;position:sticky;top:0;background:rgba(3,3,3,.97);backdrop-filter:blur(10px);}
  .header-inner{grid-template-columns:1fr auto auto;gap:12px;}
  .header-logo-img{max-width:150px;max-height:46px;}
  .menu-toggle{display:block;order:3;}
  .header-quote{font-size:10px;padding:9px 12px;order:2;}
  .primary-nav{position:absolute;left:0;right:0;top:72px;background:#050505;border-top:1px solid #1b1b1b;display:none;padding:12px 20px 18px;order:4;}
  .primary-nav.open{display:block;}
  .primary-nav .menu{display:grid;grid-template-columns:repeat(3,1fr);gap:0;}
  .primary-nav a{padding:11px 4px;border-bottom:1px solid #181818;}
  .primary-nav a:hover::after,.primary-nav .current-menu-item>a::after{display:none;}
  .hero-section{height:660px;min-height:660px;}
  .hero-section.has-image::before{background-size:auto 63%;background-position:center bottom;}
  .hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.90) 46%,rgba(0,0,0,.35) 73%,rgba(0,0,0,.28) 100%);}
  .hero-inner{align-items:flex-start;padding-top:74px;}
  .hero-copy{width:100%;max-width:620px;margin:0 auto;text-align:center;padding:0;}
  .hero-copy h1{font-size:44px;}
  .hero-accent{margin:0 auto 22px;}
  .hero-copy p{max-width:560px;margin-inline:auto;}
  .hero-actions{justify-content:center;}
  .standards-grid{grid-template-columns:1fr;}
  .standard-card{height:auto;min-height:214px;}
  .services-grid{grid-template-columns:repeat(3,1fr);}
  .estimate-section{min-height:220px;}
  .contact-cta{grid-template-columns:1fr;padding:30px;height:auto;min-height:245px;text-align:center;}
  .contact-cta>.btn{justify-self:center;}
  .footer-grid{grid-template-columns:1fr;text-align:center;}
  .footer-brand{display:flex;justify-content:center;}
  .footer-social{justify-content:center;}
  .footer-bottom{text-align:center;margin-top:18px;}
}

@media(max-width:820px){
  .header-inner{grid-template-columns:1fr auto;}
  .header-quote{display:none;}
  .menu-toggle{order:2;}
  .hero-copy{max-width:560px;}
  .hero-copy h1{font-size:40px;}
  .hero-copy p{font-size:14px;line-height:1.95;}
}

@media(max-width:640px){
  .site-shell{width:min(calc(100% - 28px),var(--shell));}
  .section-pad{padding:50px 0;}
  .site-header{height:68px;}
  .header-inner{grid-template-columns:1fr auto;gap:10px;}
  .header-logo-img{max-width:142px;max-height:44px;}
  .header-quote{display:none;}
  .menu-toggle{order:2;width:44px;height:44px;padding:9px;}
  .primary-nav{top:68px;}
  .primary-nav .menu{grid-template-columns:repeat(2,1fr);}
  .hero-section{height:620px;min-height:620px;}
  .hero-section.has-image::before{background-size:auto 50%;background-position:64% bottom;}
  .hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.99) 0%,rgba(0,0,0,.95) 49%,rgba(0,0,0,.44) 72%,rgba(0,0,0,.34) 100%);}
  .hero-inner{padding-top:48px;}
  .hero-copy{max-width:100%;}
  .hero-copy h1{font-size:clamp(30px,8.6vw,36px);line-height:1.38;letter-spacing:.045em;white-space:nowrap;}
  .hero-copy p{font-size:13.5px;line-height:1.95;max-width:360px;margin-inline:auto;}
  .hero-copy p br{display:none;}
  .hero-actions{gap:10px;margin-top:28px;}
  .btn{width:100%;min-height:50px;}
  .section-heading{gap:12px;margin-bottom:25px;}
  .section-heading span{width:30px;}
  .section-heading h2{font-size:23px;}
  .standard-card{padding:25px 18px;min-height:205px;}
  .standard-logo-wrap{min-height:105px;}
  .standard-logo-wrap img{max-width:210px;max-height:105px;}
  .services-grid{grid-template-columns:repeat(2,1fr);gap:6px;}
  .service-card{height:150px;}
  .estimate-section{min-height:230px;}
  .estimate-section.has-image::before{background-position:65% center;}
  .estimate-content{padding:26px 20px;}
  .estimate-content h2{font-size:27px;}
  .quality-grid{grid-template-columns:1fr;}
  .quality-image{height:220px;}
  .contact-cta{padding:28px 18px;margin-bottom:44px;}
  .contact-copy h2{font-size:26px;}
  .contact-cta>.btn{min-width:0;}
  .footer-nav .menu{gap:14px;}
  .footer-legal{gap:8px 10px;}
}

@media(max-width:390px){
  .hero-copy h1{font-size:30px;letter-spacing:.03em;}
  .section-heading h2{font-size:21px;}
  .standard-logo-wrap img{max-width:190px;}
}


/* v1.4 mobile hero position correction
   Prevent flex auto-margins from vertically centering HERO copy on tablet/mobile. */
@media(max-width:920px){
  .hero-copy{margin:0 auto;}
}

/* v1.5 mobile visual polish
   Desktop layout is intentionally untouched. These rules only tune tablet/mobile presentation. */
@media(max-width:920px){
  .site-header{height:76px;}
  .header-inner{grid-template-columns:minmax(0,1fr) auto;gap:14px;}
  .header-logo-link{justify-self:start;}
  .header-logo-img{max-width:190px;max-height:52px;}
  .menu-toggle{width:48px;height:48px;padding:9px;}
  .primary-nav{top:76px;}

  .hero-section{height:690px;min-height:690px;}
  .hero-section.has-image::before{
    background-size:auto 58%;
    background-position:60% bottom;
    filter:saturate(.8) brightness(.58);
  }
  .hero-shade{
    background:linear-gradient(180deg,
      rgba(0,0,0,.99) 0%,
      rgba(0,0,0,.98) 43%,
      rgba(0,0,0,.86) 56%,
      rgba(0,0,0,.36) 76%,
      rgba(0,0,0,.20) 100%);
  }
  .hero-inner{align-items:flex-start;padding-top:66px;}
  .hero-copy{width:100%;max-width:690px;margin:0 auto;text-align:center;padding:0 18px;}
  .hero-copy h1{
    font-size:clamp(38px,6vw,48px);
    line-height:1.36;
    letter-spacing:.055em;
    text-wrap:balance;
  }
  .hero-accent{width:74px;margin:0 auto 28px;}
  .hero-copy p{
    max-width:610px;
    margin-inline:auto;
    font-size:15px;
    line-height:2.0;
    letter-spacing:.035em;
    text-wrap:pretty;
  }
  .hero-copy p br{display:none;}
  .hero-actions{max-width:540px;margin:30px auto 0;gap:12px;justify-content:center;}
  .hero-actions .btn{flex:1 1 210px;min-width:0;}

  .standards-section{padding-top:58px;}
  .standards-grid{gap:12px;}
  .standard-card{min-height:206px;padding:24px 22px;}
  .standard-logo-wrap{min-height:100px;}
  .standard-logo-wrap img{max-width:225px;max-height:100px;}
  .standard-card p{font-size:13px;line-height:1.85;}

  .services-grid{gap:8px;}
  .service-card{min-height:150px;}

  .estimate-section{min-height:235px;}
  .estimate-overlay{background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.78) 56%,rgba(0,0,0,.18) 100%);}

  .quality-copy{min-height:132px;}
}

@media(max-width:640px){
  .site-shell{width:min(calc(100% - 32px),var(--shell));}
  .section-pad{padding:48px 0;}
  .section-pad-sm{padding:18px 0 40px;}

  .site-header{height:72px;}
  .header-inner{gap:12px;}
  .header-logo-img{max-width:198px;max-height:50px;}
  .menu-toggle{width:46px;height:46px;}
  .primary-nav{top:72px;padding:10px 16px 16px;}

  .hero-section{height:665px;min-height:665px;}
  .hero-section.has-image::before{
    background-size:auto 46%;
    background-position:61% bottom;
    filter:saturate(.78) brightness(.60);
  }
  .hero-shade{
    background:linear-gradient(180deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,.99) 50%,
      rgba(0,0,0,.90) 62%,
      rgba(0,0,0,.34) 80%,
      rgba(0,0,0,.22) 100%);
  }
  .hero-inner{padding-top:56px;}
  .hero-copy{max-width:100%;padding:0 8px;}
  .hero-copy h1{
    font-size:clamp(31px,8.7vw,39px);
    line-height:1.38;
    letter-spacing:.045em;
    white-space:normal;
    margin-bottom:20px;
  }
  .hero-accent{width:66px;margin-bottom:26px;}
  .hero-copy p{
    max-width:500px;
    font-size:14px;
    line-height:1.95;
    letter-spacing:.025em;
    padding:0 4px;
  }
  .hero-actions{max-width:500px;margin-top:28px;gap:10px;}
  .hero-actions .btn{min-height:54px;font-size:14px;}

  .section-heading{gap:13px;margin-bottom:28px;}
  .section-heading span{width:34px;}
  .section-heading h2{font-size:clamp(22px,5.8vw,27px);line-height:1.5;letter-spacing:.045em;}

  .standard-card{min-height:198px;padding:23px 18px;}
  .standard-logo-wrap{min-height:96px;}
  .standard-logo-wrap img{max-width:215px;max-height:96px;}

  .services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .service-card{height:auto;min-height:142px;padding:16px 8px;}
  .service-card strong{font-size:17px;}
  .service-card small{font-size:10px;line-height:1.55;}

  .estimate-section{min-height:245px;margin-top:4px;}
  .estimate-section.has-image::before{background-position:68% center;}
  .estimate-overlay{background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.84) 62%,rgba(0,0,0,.34) 100%);}
  .estimate-content{padding:28px 22px;width:100%;}
  .estimate-content h2{font-size:clamp(25px,6.4vw,30px);}
  .estimate-content p{font-size:13px;}
  .estimate-content .btn{width:auto;max-width:100%;min-width:0;}

  .quality-section{padding-top:38px;}
  .quality-grid{gap:10px;}
  .quality-image{height:clamp(205px,56vw,245px);}
  .quality-copy{min-height:0;padding:15px 16px 18px;}
  .quality-copy h3{font-size:17px;}
  .quality-copy p{font-size:12px;}

  .contact-cta{padding:30px 20px;margin-bottom:40px;min-height:260px;gap:24px;}
  .contact-copy h2{font-size:clamp(24px,6.5vw,29px);}
  .contact-copy p{font-size:12px;}
  .contact-cta>.btn{width:auto;min-width:min(100%,270px);}

  .site-footer{padding:28px 0 22px;}
  .footer-logo-img{max-width:180px;max-height:58px;margin-inline:auto;}
  .footer-nav .menu{gap:10px 16px;}
  .footer-legal{font-size:10px;line-height:1.7;}
  .page-top{width:60px;height:60px;}
}

@media(max-width:470px){
  .hero-section{height:640px;min-height:640px;}
  .hero-section.has-image::before{background-size:auto 43%;background-position:62% bottom;}
  .hero-inner{padding-top:48px;}
  .hero-copy h1{font-size:clamp(29px,8.5vw,35px);}
  .hero-copy p{font-size:13.5px;line-height:1.9;max-width:360px;}
  .hero-actions{display:grid;grid-template-columns:1fr;width:100%;max-width:360px;margin-top:25px;}
  .hero-actions .btn{width:100%;min-height:52px;}
  .standards-section{padding-top:46px;}
}

@media(max-width:390px){
  .site-shell{width:min(calc(100% - 24px),var(--shell));}
  .header-logo-img{max-width:178px;}
  .hero-section{height:625px;min-height:625px;}
  .hero-section.has-image::before{background-size:auto 41%;background-position:63% bottom;}
  .hero-inner{padding-top:42px;}
  .hero-copy h1{font-size:29px;letter-spacing:.035em;}
  .hero-copy p{font-size:13px;line-height:1.85;}
  .section-heading h2{font-size:21px;}
  .standard-logo-wrap img{max-width:195px;}
}

/* v1.6 mobile compact refinement
   Mobile-only: reduce oversized spacing, keep brand premium, and preserve desktop/tablet layout. */
@media(max-width:640px){
  .site-shell{width:min(calc(100% - 28px),var(--shell));}
  .section-pad{padding:38px 0;}
  .section-pad-sm{padding:14px 0 32px;}

  /* Header: keep visible but less dominant while scrolling */
  .site-header{height:64px;}
  .header-inner{gap:10px;}
  .header-logo-img{max-width:168px;max-height:43px;}
  .menu-toggle{width:42px;height:42px;padding:8px;}
  .menu-toggle span:not(.screen-reader-text){margin:6px 0;}
  .primary-nav{top:64px;}

  /* HERO: tighter typography and two compact CTAs */
  .hero-section{height:590px;min-height:590px;}
  .hero-section.has-image::before{
    background-size:auto 44%;
    background-position:62% bottom;
  }
  .hero-shade{
    background:linear-gradient(180deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,.99) 47%,
      rgba(0,0,0,.91) 59%,
      rgba(0,0,0,.36) 79%,
      rgba(0,0,0,.20) 100%);
  }
  .hero-inner{padding-top:42px;}
  .hero-copy{padding:0 4px;}
  .hero-copy h1{
    font-size:clamp(30px,8.2vw,36px);
    line-height:1.34;
    letter-spacing:.035em;
    margin-bottom:16px;
  }
  .hero-accent{width:58px;margin-bottom:20px;}
  .hero-copy p{
    max-width:360px;
    font-size:12.5px;
    line-height:1.82;
    letter-spacing:.015em;
    padding:0;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    max-width:390px;
    gap:8px;
    margin-top:22px;
  }
  .hero-actions .btn{
    width:100%;
    min-height:48px;
    padding:9px 10px;
    gap:9px;
    font-size:12.5px;
    white-space:nowrap;
  }

  /* Section titles should read as one line wherever possible */
  .section-heading{gap:10px;margin-bottom:20px;}
  .section-heading span{width:28px;flex:0 0 28px;}
  .section-heading h2{
    font-size:clamp(19px,5.2vw,22px);
    line-height:1.35;
    letter-spacing:.03em;
    white-space:nowrap;
  }

  /* Three standards: premium but considerably shorter */
  .standards-section{padding-top:36px;padding-bottom:34px;}
  .standards-grid{gap:9px;}
  .standard-card{min-height:158px;padding:16px 14px 15px;}
  .standard-logo-wrap{min-height:72px;gap:5px;}
  .standard-logo-wrap img{max-width:170px;max-height:72px;}
  .standard-card p{font-size:11.5px;line-height:1.7;margin-top:6px;max-width:300px;}

  /* Services: keep 2-column grid, reduce vertical weight */
  .services-section{padding-top:4px;}
  .services-grid{gap:7px;}
  .service-card{min-height:112px;padding:12px 7px;}
  .service-icon{width:34px;height:34px;transform-origin:center;}
  .service-card strong{font-size:15px;margin-top:5px;line-height:1.2;}
  .service-card small{
    width:100%;
    font-size:9.5px;
    line-height:1.45;
    margin-top:4px;
    padding:0 8px;
    text-align:left;
  }
  .service-card small br{display:block;}
  .service-card i{width:24px;height:1px;margin-top:9px;}

  /* Estimate: prevent awkward Japanese/English mid-word wrapping */
  .estimate-section{min-height:205px;margin-top:2px;}
  .estimate-section.has-image::before{background-position:68% center;}
  .estimate-content{padding:22px 18px;}
  .estimate-content h2{
    font-size:clamp(21px,5.5vw,24px);
    line-height:1.35;
    letter-spacing:.025em;
    white-space:nowrap;
  }
  .estimate-content p{font-size:11.5px;line-height:1.65;margin-bottom:14px;}
  .estimate-content .btn{
    width:auto;
    max-width:100%;
    min-height:44px;
    padding:8px 14px;
    font-size:11.5px;
    white-space:nowrap;
  }

  /* Quality: large photos were making the page too long */
  .quality-section{padding-top:32px;padding-bottom:34px;}
  .quality-grid{gap:9px;}
  .quality-image{height:170px;}
  .quality-copy{padding:12px 14px 14px;}
  .quality-copy h3{font-size:16px;line-height:1.45;margin-bottom:7px;gap:9px;}
  .quality-copy h3 b{font-size:15px;}
  .quality-copy p{font-size:11px;line-height:1.75;}

  /* Contact CTA: compact and legible */
  .contact-cta{padding:24px 16px;margin-bottom:28px;min-height:218px;gap:16px;}
  .contact-copy>span{font-size:11px;}
  .contact-copy h2{font-size:clamp(22px,6vw,26px);line-height:1.4;margin:4px 0 5px;}
  .contact-copy p{font-size:11px;line-height:1.7;}
  .contact-cta>.btn{min-width:0;width:auto;max-width:280px;min-height:46px;font-size:12px;padding:9px 16px;}

  /* Footer: premium and compact */
  .site-footer{padding:24px 0 18px;}
  .footer-grid{gap:20px;}
  .footer-logo-img{max-width:155px;max-height:50px;}
  .footer-nav .menu{gap:7px 14px;}
  .footer-nav a{font-size:10px;}
  .footer-legal{gap:6px 9px;margin-top:12px;font-size:9px;line-height:1.6;}
  .footer-social{gap:12px;}
  .page-top{width:54px;height:54px;font-size:17px;}
  .page-top small{font-size:7px;}
  .footer-bottom{font-size:9px;margin-top:12px;}
}

@media(max-width:390px){
  .header-logo-img{max-width:158px;}
  .hero-section{height:570px;min-height:570px;}
  .hero-section.has-image::before{background-size:auto 42%;background-position:63% bottom;}
  .hero-inner{padding-top:36px;}
  .hero-copy h1{font-size:29px;}
  .hero-copy p{font-size:12px;max-width:340px;}
  .hero-actions{max-width:350px;}
  .hero-actions .btn{font-size:11.5px;padding-inline:7px;}
  .section-heading h2{font-size:19px;}
  .standard-logo-wrap img{max-width:160px;}
  .estimate-content h2{font-size:20px;}
}

/* v1.14.3 shared footer navigation: prevent a single orphaned CONTACT item on phones. */
@media(max-width:640px){
  .footer-nav{width:100%;}
  .footer-nav .menu{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px 6px;
    width:100%;
    align-items:center;
  }
  .footer-nav .menu>li{min-width:0;text-align:center;}
  .footer-nav a{
    display:block;
    padding:4px 2px;
    font-size:10px;
    line-height:1.35;
    white-space:nowrap;
  }
}

@media(max-width:355px){
  .hero-actions{grid-template-columns:1fr;max-width:300px;}
  .hero-section{height:610px;min-height:610px;}
  .hero-section.has-image::before{background-size:auto 39%;}
}


/* v1.8 refinement: readable tier copy, clearer service pictograms, mobile hero title split */
.hero-title-part{display:inline;}
.hero-mobile-comma{display:none;}

/* Keep the three standard descriptions compact and easier to scan. */
.standard-card p{
  max-width:94%;
  text-align:left;
  font-size:12.25px;
  line-height:1.72;
}

/* Clearer service pictograms ------------------------------------------------ */
.service-icon{width:46px;height:40px;position:relative;display:block;color:#e9e4db;transform:none!important;border:0!important;border-radius:0!important;margin:0!important;}

/* PPF: vehicle panel protected by a transparent veil */
.icon-shield::before{
  content:"";position:absolute;left:5px;right:5px;bottom:5px;height:19px;
  border:2px solid currentColor;border-radius:11px 11px 5px 5px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}
.icon-shield::after{
  content:"";position:absolute;left:10px;top:2px;width:28px;height:24px;
  border:1.5px solid currentColor;border-radius:3px 9px 3px 9px;
  transform:skewX(-16deg) rotate(-5deg);opacity:.82;
  background:linear-gradient(135deg,transparent 46%,rgba(255,255,255,.12) 47%,transparent 58%);
}

/* COATING: dual-action polisher and polishing pad */
.icon-drop::before{
  content:"";position:absolute;left:7px;top:6px;width:21px;height:14px;
  border:2px solid currentColor;border-radius:5px 8px 4px 4px;
  transform:rotate(-18deg);
}
.icon-drop::after{
  content:"";position:absolute;left:20px;top:20px;width:18px;height:18px;
  border:2px solid currentColor;border-radius:50%;
  box-shadow:-12px -12px 0 -7px currentColor;
}

/* CAR FILM: side window with a visible tinted inner pane */
.icon-film::before{
  content:"";position:absolute;left:4px;top:5px;width:38px;height:28px;
  border:2px solid currentColor;transform:skew(-8deg);border-radius:2px;
}
.icon-film::after{
  content:"";position:absolute;left:12px;top:10px;width:24px;height:18px;
  border-left:2px solid currentColor;border-right:1px solid currentColor;
  background:linear-gradient(135deg,rgba(255,255,255,.15),transparent 62%);
  transform:skew(-8deg);
}

/* WRAPPING: body panel with a peeled-back vinyl corner */
.icon-wrap::before{
  content:"";position:absolute;left:5px;top:5px;width:31px;height:27px;
  border:2px solid currentColor;border-radius:2px;transform:rotate(-7deg);
}
.icon-wrap::after{
  content:"";position:absolute;right:4px;top:2px;width:19px;height:19px;
  border-top:2px solid currentColor;border-right:2px solid currentColor;
  transform:rotate(23deg);background:linear-gradient(135deg,transparent 48%,rgba(255,255,255,.12) 49%);
}

/* TESLA: retain a clean T silhouette */
.icon-tesla::before{content:"T";font-family:Georgia,serif;font-size:42px;line-height:40px;font-weight:700;position:absolute;inset:0;text-align:center;}
.icon-tesla::after{content:"";position:absolute;left:12px;right:12px;top:7px;height:1px;background:currentColor;opacity:.65;}

/* WORKS: framed finished-car/photo image */
.icon-works{width:46px!important;height:40px!important;margin:0!important;border:0!important;}
.icon-works::before{
  content:"";position:absolute;left:4px;top:4px;width:38px;height:30px;border:2px solid currentColor;border-radius:2px;
}
.icon-works::after{
  content:"";position:absolute;left:10px;bottom:10px;width:24px;height:12px;
  border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:skew(-28deg);
}

@media(min-width:921px){
  .standard-card p{font-size:12px;max-width:96%;}
}

@media(max-width:640px){
  /* Requested two-line mobile hero title: 愛車の価値を、 / 守る。 */
  .hero-title-part{display:block;}
  .hero-mobile-comma{display:inline;}
  .hero-copy h1{line-height:1.42;}

  /* Tier explanations: slightly smaller and left aligned for easier reading. */
  .standard-card p{
    max-width:92%;
    font-size:10.9px;
    line-height:1.72;
    text-align:left;
  }

  /* Only the longer PPF description is left-aligned; other service labels stay centered. */
  .service-card small{text-align:center!important;padding-left:7px;padding-right:7px;}
  .service-card.service-shield small{text-align:left!important;padding-left:12px;padding-right:6px;}
  .service-icon{width:42px;height:36px;}
}


/* v1.8.1 refinement ------------------------------------------------------- */
/* Mobile hero copy should feel slightly left-anchored rather than centered. */
@media(max-width:640px){
  .hero-copy{
    text-align:left !important;
    padding:0 12px 0 10px !important;
    margin:0 !important;
  }
  .hero-copy h1,
  .hero-copy p{ text-align:left !important; }
  .hero-accent{ margin:0 0 24px 0 !important; }
  .hero-copy p{
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
  }
  .hero-actions{
    max-width:none !important;
    margin:26px 0 0 0 !important;
    justify-content:flex-start !important;
  }
  .hero-actions .btn{ width:100%; }

  .service-card small{
    text-align:center !important;
    padding-left:7px;
    padding-right:7px;
  }
  .service-card.service-shield small{
    text-align:left !important;
    padding-left:12px !important;
    padding-right:6px !important;
  }
  .service-card.service-shield .ppf-line1,
  .service-card.service-shield .ppf-line2{
    display:block;
    line-height:1.42;
  }
  .service-card.service-shield .ppf-line2{
    white-space:nowrap;
    font-size:9.25px;
    letter-spacing:0;
  }
}

/* Desktop/tablet: keep tier descriptions and service labels readable. */
@media(min-width:641px){
  .service-card.service-shield small .ppf-line1,
  .service-card.service-shield small .ppf-line2{display:block;}
  .service-card.service-shield small .ppf-line2{white-space:nowrap;font-size:10px;}
}

/* Service pictograms: closer to the approved mockup. */
.service-icon{width:56px;height:44px;position:relative;display:block;color:#efe9df;}
.service-icon::before,.service-icon::after{content:"";position:absolute;box-sizing:border-box;}

/* PPF: car silhouette with protective veil */
.icon-shield::before{
  inset:6px 4px 10px 4px;
  background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 48' fill='none' stroke='%23eee7dc' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'><path d='M10 31c1-7 8-13 17-16h20c7 2 14 8 17 16'/><path d='M18 31v6m44-6v6'/><path d='M14 31h49'/><path d='M28 15l4-5h15l7 5'/><circle cx='24' cy='36' r='4'/><circle cx='56' cy='36' r='4'/></svg>");
}
.icon-shield::after{
  left:30px; top:2px; width:23px; height:24px;
  border:1.8px solid currentColor; border-radius:4px 10px 4px 10px;
  transform:skewX(-18deg) rotate(-7deg);
  opacity:.9;
  background:linear-gradient(135deg,transparent 52%,rgba(255,255,255,.18) 53%,transparent 64%);
}

/* COATING: polisher */
.icon-drop::before{
  inset:4px 4px 5px 4px;
  background:no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 54' fill='none' stroke='%23eee7dc' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M16 18l17-6 7 7-9 7-15 5z'/><path d='M33 16l14 10'/><circle cx='52' cy='34' r='12'/><path d='M37 28c5 1 10 5 12 11'/></svg>");
}
.icon-drop::after{display:none;}

/* CAR FILM: vehicle door/window */
.icon-film::before{
  inset:4px 4px 5px 4px;
  background:no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 54' fill='none' stroke='%23eee7dc' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M18 39V14h36l10 8v17z'/><path d='M42 14v25'/><path d='M22 22h20'/><path d='M51 22h10'/></svg>");
}
.icon-film::after{display:none;}

/* WRAPPING: overlapping vinyl sheets */
.icon-wrap::before{
  inset:4px 6px 6px 6px;
  background:no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 54' fill='none' stroke='%23eee7dc' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><rect x='18' y='14' width='24' height='28' transform='rotate(-10 18 14)'/><rect x='40' y='13' width='22' height='24' transform='rotate(22 40 13)'/></svg>");
}
.icon-wrap::after{display:none;}

/* TESLA */
.icon-tesla::before{content:"T";font-family:Georgia,serif;font-size:42px;line-height:44px;font-weight:700;position:absolute;inset:0;text-align:center;}
.icon-tesla::after{display:none;}

/* WORKS: crossed tools */
.icon-works::before{
  inset:4px 6px 6px 6px;
  background:no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 54' fill='none' stroke='%23eee7dc' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M22 17l37 20'/><path d='M58 17L23 39'/><path d='M18 14l6 3-3 6-6-3z'/><path d='M55 14a5 5 0 1 1 6 6l4 4-3 3-4-4a5 5 0 0 1-3-9z'/><path d='M24 32l-5 9'/></svg>");
}
.icon-works::after{display:none;}

@media(max-width:640px){
  .service-icon{width:52px;height:40px;}
}


/* v1.8.2: simplified, recognizable service icons */
.service-icon{width:64px!important;height:50px!important;margin:0 auto 2px!important;position:relative!important;display:block!important;transform:none!important;border:0!important;border-radius:0!important;color:#eee9df!important;}
.service-icon::before{content:""!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;box-shadow:none!important;transform:none!important;opacity:1!important;background-color:transparent!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;}
.service-icon::after{display:none!important;content:none!important;}
.icon-shield::before{background-image:url('../icons/ppf.svg')!important;}
.icon-drop::before{background-image:url('../icons/coating.svg')!important;}
.icon-film::before{background-image:url('../icons/car-film.svg')!important;}
.icon-wrap::before{background-image:url('../icons/wrapping.svg')!important;}
.icon-works::before{background-image:url('../icons/works.svg')!important;}
.icon-tesla::before{content:"T"!important;background:none!important;font-family:Georgia,'Times New Roman',serif!important;font-size:52px!important;line-height:50px!important;font-weight:700!important;text-align:center!important;color:#eee9df!important;}
@media(max-width:640px){.service-icon{width:60px!important;height:47px!important;}.service-card{padding-top:15px!important;}}

/* v1.8.3: official Tesla T mark supplied by GaraBē, rendered white */
.icon-tesla::before{
  content:""!important;
  background-image:url('../icons/tesla.png')!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  font-size:0!important;
  line-height:0!important;
  color:transparent!important;
}
.icon-tesla::after{display:none!important;content:none!important;}

/* v1.24.6: align HOME content with the 1380px service-page grid. */
.home-shell{width:min(1380px,calc(100% - 48px));}
@media(max-width:720px){
  .home-shell{width:min(100% - 32px,720px);}
}

/* v1.24.11: all-page front-end copy guard. */
.garabe-copy-guard body,
.garabe-copy-guard body *{
  -webkit-user-select:none;
  user-select:none;
}
.garabe-copy-guard input,
.garabe-copy-guard textarea,
.garabe-copy-guard select,
.garabe-copy-guard option,
.garabe-copy-guard [contenteditable="true"],
.garabe-copy-guard [contenteditable="plaintext-only"],
.garabe-copy-guard #wpadminbar,
.garabe-copy-guard #wpadminbar *{
  -webkit-user-select:text;
  user-select:text;
}
.garabe-copy-guard img,
.garabe-copy-guard picture,
.garabe-copy-guard video{
  -webkit-user-drag:none;
  user-drag:none;
  -webkit-touch-callout:none;
}
