:root{
  --red:#9b1022;
  --red-dark:#7f0d1d;
  --navy:#2e3742;
  --navy-2:#1f2730;
  --slate:#596575;
  --line:#e6e8eb;
  --soft:#f6f7f9;
  --paper:#ffffff;
  --cream:#fbf8f3;
  --shadow:0 18px 50px rgba(31,39,48,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,Arial,sans-serif;
  color:var(--navy);
  background:var(--paper);
  line-height:1.85;
  letter-spacing:.03em;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1120px,calc(100% - 48px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);border-bottom:1px solid rgba(230,232,235,.85)
}
.header-inner{height:90px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:14px;min-width:270px}
.brand img{height:58px;width:auto}.brand-text{font-weight:700;letter-spacing:.08em;color:var(--navy)}
.nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}
.nav a{font-size:14px;font-weight:700;padding:10px 13px;border-radius:999px;color:var(--navy)}
.nav a:hover,.nav a.active{background:var(--navy);color:#fff}
.nav a.contact-link{background:var(--red);color:#fff}.nav a.contact-link:hover{background:var(--red-dark)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#f7f1f1 48%,#f4f6f8 100%);border-bottom:1px solid var(--line)}
.hero:before{content:"";position:absolute;right:-180px;top:-170px;width:520px;height:520px;background:radial-gradient(circle,rgba(155,16,34,.16),transparent 65%);border-radius:50%}
.hero:after{content:"";position:absolute;left:-160px;bottom:-190px;width:520px;height:520px;background:radial-gradient(circle,rgba(46,55,66,.12),transparent 66%);border-radius:50%}
.hero-inner{position:relative;z-index:2;min-height:560px;display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:center;padding:72px 0}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--red);font-weight:800;font-size:13px;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:36px;height:2px;background:var(--red)}
h1{margin:18px 0 18px;font-size:clamp(36px,5vw,66px);line-height:1.18;letter-spacing:.08em;color:var(--navy-2)}
.hero p{font-size:17px;color:#46515f;margin:0 0 28px}.hero-logo-card{background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow);border-radius:28px;padding:36px 40px;max-width:560px;width:100%;justify-self:end}.hero-logo-card img{margin:auto}.hero-logo-card .note{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);font-size:14px;color:var(--slate);text-align:center;white-space:nowrap}
.buttons{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;border:1px solid var(--navy);transition:.2s}.btn.primary{background:var(--red);border-color:var(--red);color:#fff}.btn.primary:hover{background:var(--red-dark);transform:translateY(-1px)}.btn.secondary:hover{background:var(--navy);color:#fff;transform:translateY(-1px)}
.page-hero{background:linear-gradient(135deg,var(--navy-2),var(--navy));color:#fff;padding:74px 0 58px;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;right:-80px;top:-120px;width:360px;height:360px;border-radius:50%;background:rgba(155,16,34,.25)}.page-hero .container{position:relative;z-index:2}.page-hero h1{color:#fff;font-size:clamp(32px,4vw,50px);margin:12px 0 12px}.page-hero p{max-width:780px;color:rgba(255,255,255,.82);margin:0}.breadcrumb{font-size:13px;color:rgba(255,255,255,.7)}
.section{padding:78px 0}.section.soft{background:var(--soft)}.section.cream{background:var(--cream)}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.section-title h2{font-size:clamp(26px,3vw,38px);margin:0;color:var(--navy-2);letter-spacing:.08em}.section-title p{max-width:560px;margin:0;color:var(--slate);font-size:14px}
.grid{display:grid;gap:24px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 10px 30px rgba(31,39,48,.05)}.card h3{margin:0 0 12px;font-size:22px;color:var(--navy-2)}.card p{margin:0;color:var(--slate)}.card .num{font-size:13px;color:var(--red);font-weight:900;letter-spacing:.16em;margin-bottom:12px}.card-link{margin-top:18px;display:inline-flex;font-weight:800;color:var(--red)}
.feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}.feature-box{background:#fff;border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow);padding:36px}.feature-box h2{margin:0 0 16px;font-size:34px}.feature-list{display:grid;gap:14px;margin-top:22px}.feature-list div{padding:14px 16px;background:var(--soft);border-radius:14px;border-left:4px solid var(--red);font-weight:700}
.kv-panel{background:var(--navy);color:#fff;border-radius:26px;padding:38px;min-height:300px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.kv-panel:before{content:"A";position:absolute;right:-18px;bottom:-75px;font-size:260px;line-height:1;color:rgba(255,255,255,.05);font-weight:900}.kv-panel h3{font-size:30px;margin:0 0 14px;color:#fff}.kv-panel p{margin:0;color:rgba(255,255,255,.78)}
.table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(31,39,48,.04)}.table th,.table td{padding:17px 20px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{width:210px;background:#fafafa;color:var(--navy-2);font-weight:800}.table tr:last-child th,.table tr:last-child td{border-bottom:none}
.notice{border:1px solid rgba(155,16,34,.24);background:#fff7f7;border-radius:20px;padding:24px}.notice h3{margin:0 0 8px;color:var(--red)}.notice p{margin:0;color:#5e4650}
.steps{counter-reset:step;display:grid;gap:18px}.step{counter-increment:step;display:grid;grid-template-columns:68px 1fr;gap:20px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.step:before{content:counter(step,decimal-leading-zero);display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border-radius:16px;font-weight:900;letter-spacing:.08em}.step h3{margin:0 0 6px;color:var(--navy-2)}.step p{margin:0;color:var(--slate)}
.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px}.contact-panel h3{margin:0 0 14px}.contact-panel p{margin:0 0 8px;color:var(--slate)}.mail{font-size:22px;font-weight:900;color:var(--red);word-break:break-all}
.form-look{display:grid;gap:12px}.form-look input,.form-look textarea{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:12px;font:inherit;background:#fafafa}.form-look textarea{min-height:120px}.form-look button{border:none;cursor:pointer}
.footer{background:var(--navy-2);color:#fff;padding:40px 0}.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer img{height:40px;width:auto}.footer p{margin:8px 0 0;color:rgba(255,255,255,.65);font-size:13px}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a{color:rgba(255,255,255,.78);font-size:13px}.footer-links a:hover{color:#fff}
.badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.badge{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800;color:var(--navy)}
@media(max-width:880px){.header-inner{height:auto;padding:14px 0;align-items:flex-start;flex-direction:column}.brand{min-width:0}.brand img{height:52px}.nav{justify-content:flex-start}.hero-inner,.feature,.contact-box{grid-template-columns:1fr}.hero-inner{min-height:auto;padding:48px 0}.hero-logo-card{max-width:none;justify-self:stretch;padding:28px}.hero-logo-card .note{white-space:normal}.grid.three,.grid.two{grid-template-columns:1fr}.section-title{display:block}.section-title p{margin-top:12px}.footer-inner{display:block}.footer-links{margin-top:18px}.table th,.table td{display:block;width:100%}.table th{border-bottom:none}.table td{padding-top:0}.step{grid-template-columns:1fr}.step:before{width:68px;height:48px}.container{width:min(100% - 32px,1120px)}.scroll-to-top{right:24px;bottom:24px}}

/* Scroll to top button */
.scroll-to-top{
  position:fixed;
  right:40px;
  bottom:40px;
  width:50px;
  height:50px;
  background:var(--red);
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:900;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transition:opacity .3s,visibility .3s,transform .3s;
  z-index:40;
  box-shadow:0 8px 20px rgba(155,16,34,.3)
}
.scroll-to-top:hover{
  background:var(--red-dark);
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(155,16,34,.4)
}
.scroll-to-top.show{
  opacity:1;
  visibility:visible
}

/* v3 additions */
.contact-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:start}.contact-form-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow)}.contact-form-card h2{margin:0 0 8px;font-size:32px}.lead{margin:0 0 24px;color:var(--slate)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{font-weight:800;color:var(--navy-2);display:grid;gap:8px}.contact-form label span{margin-left:8px;color:#fff;background:var(--red);font-size:11px;border-radius:999px;padding:2px 8px;vertical-align:middle}.contact-form label.privacy-check span{margin-left:0;background:transparent;color:var(--slate);font-size:14px;padding:0}.contact-form label.privacy-check a{color:var(--red);font-weight:900}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:12px;font:inherit;background:#fafafa;color:var(--navy)}.contact-form textarea{min-height:160px;resize:vertical}.contact-form .full{grid-column:1/-1}.privacy-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:10px}.privacy-check input{width:auto}.form-note{margin:12px 0 0;color:var(--slate);font-size:12px}.contact-side{display:grid;gap:20px}.small-note{font-size:12px!important;color:var(--slate)!important;margin-top:12px!important}.qr-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.qr-grid div{background:#fafafa;border:1px solid var(--line);border-radius:16px;padding:12px;text-align:center}.qr-grid img{border-radius:10px;margin:0 auto 8px}.qr-grid strong{font-size:13px;color:var(--navy-2)}.map-wrap{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.map-wrap iframe{width:100%;height:420px;border:0;display:block}.map-buttons{margin-top:22px}.faq-list{display:grid;gap:18px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 10px 30px rgba(31,39,48,.04)}.faq-item h3{margin:0 0 10px;color:var(--navy-2);font-size:20px;display:flex;gap:12px}.faq-item h3:before{content:"Q";display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--red);color:#fff;font-size:15px;flex:0 0 32px}.faq-item p{margin:0;color:var(--slate);padding-left:44px}.policy{background:#fff;border:1px solid var(--line);border-radius:24px;padding:36px;box-shadow:var(--shadow)}.policy h2{font-size:30px;margin:0 0 16px}.policy h3{font-size:20px;margin:28px 0 8px;color:var(--navy-2);border-left:4px solid var(--red);padding-left:12px}.policy p,.policy li{color:var(--slate)}.policy-date{margin-top:28px;font-weight:800;color:var(--navy-2)!important}.nav a.active.contact-link{background:var(--red-dark);color:#fff}
@media(max-width:880px){.contact-layout,.contact-form{grid-template-columns:1fr}.map-wrap iframe{height:330px}.faq-item p{padding-left:0}.contact-form-card{padding:24px}}


/* v4 refinements requested */
.header-inner{
  height:104px;
}
.brand{
  min-width:330px;
}
.brand img{
  height:74px;
}

.hero-inner{
  grid-template-columns:1.28fr .72fr;
  gap:34px;
}
.hero h1{
  font-size:clamp(42px,5.2vw,64px);
  letter-spacing:.035em;
}
.nowrap{
  white-space:nowrap;
}
.hero-logo-card{
  max-width:500px;
}

.page-hero p{
  max-width:1120px;
}
.page-hero .container > p{
  font-size:18px;
}

.kv-panel h3{
  letter-spacing:.04em;
}

.footer{
  background:#f6f3ee;
  color:var(--navy-2);
  border-top:1px solid var(--line);
}
.footer img{
  height:64px;
  width:auto;
}
.footer p{
  color:var(--slate);
}
.footer-links a{
  color:var(--navy);
}
.footer-links a:hover{
  color:var(--red);
}

.access-title{
  align-items:flex-start;
}
.access-title h2{
  margin-bottom:12px;
}
.access-address{
  font-size:16px;
  line-height:1.8;
  color:var(--slate);
  letter-spacing:.04em;
}

.map-wrap{
  position:relative;
}
.map-wrap:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:26px;
  height:26px;
  background:var(--red);
  border:3px solid #fff;
  border-radius:50% 50% 50% 0;
  transform:translate(-50%,-95%) rotate(-45deg);
  box-shadow:0 6px 18px rgba(155,16,34,.35);
  pointer-events:none;
  z-index:2;
}
.map-wrap:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:8px;
  height:8px;
  background:#fff;
  border-radius:50%;
  transform:translate(-50%,-135%);
  pointer-events:none;
  z-index:3;
}

.signature{
  text-align:right;
  margin-top:28px!important;
}

.faq-item{
  padding:0;
  overflow:hidden;
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:24px 26px;
  font-size:20px;
  font-weight:900;
  color:var(--navy-2);
  display:flex;
  align-items:center;
  gap:12px;
}
.faq-item summary::-webkit-details-marker{
  display:none;
}
.faq-item summary:before{
  content:"Q";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-size:15px;
  flex:0 0 32px;
}
.faq-item summary:after{
  content:"+";
  margin-left:auto;
  color:var(--red);
  font-size:26px;
  line-height:1;
}
.faq-item[open] summary:after{
  content:"−";
}
.faq-item p{
  padding:0 26px 24px 70px;
}
.faq-item h3:before{
  content:none;
}

.contact-side{
  grid-template-columns:1fr;
}

@media(max-width:880px){
  .brand img{
    height:58px;
  }
  .header-inner{
    height:auto;
  }
  .hero-inner{
    grid-template-columns:1fr;
  }
  .hero h1{
    font-size:clamp(38px,12vw,56px);
  }
  .nowrap{
    white-space:normal;
  }
  .footer img{
    height:54px;
  }
  .faq-item p{
    padding:0 22px 22px 22px;
  }
  .faq-item summary{
    padding:22px;
  }
}


/* v5 refinements */
.header-inner{
  height:116px;
}
.brand{
  min-width:410px;
}
.brand img{
  height:94px;
}

.eyebrow{
  font-size:16px;
  letter-spacing:.14em;
}
.eyebrow:before{
  width:46px;
  height:3px;
}

.hero-logo-card{
  padding:44px 48px;
  max-width:620px;
}
.hero-logo-card img{
  width:min(100%,520px);
}
.hero-logo-card .note{
  margin-top:34px;
  padding-top:22px;
  text-align:center;
  font-size:15px;
  line-height:1.8;
}

.footer{
  padding:52px 0 46px;
}
.footer-inner{
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  gap:22px;
}
.footer img{
  height:90px;
  margin:0 auto;
}
.footer p{
  margin:10px 0 0;
  text-align:center;
}
.footer-links{
  justify-content:center;
  text-align:center;
  width:100%;
  gap:20px 22px;
}

.map-wrap:after{
  background:#e60012;
  width:28px;
  height:40px;
  border:3px solid #fff;
  border-radius:50% 50% 50% 0;
  transform:translate(-50%,-100%) rotate(-45deg);
  box-shadow:0 8px 22px rgba(230,0,18,.35);
}
.map-wrap:before{
  width:9px;
  height:9px;
  transform:translate(-50%,-238%);
}

@media(max-width:880px){
  .brand img{
    height:72px;
  }
  .brand{
    min-width:0;
  }
  .hero-logo-card img{
    width:min(100%,420px);
  }
  .footer img{
    height:72px;
  }
}


/* v6 refinements: crop-aware logo and map pin */
.eyebrow{
  font-size:19px;
  letter-spacing:.13em;
}
.eyebrow:before{
  width:56px;
  height:3px;
}

.map-wrap:after{
  background:#e60012;
  width:32px;
  height:32px;
  border:3px solid #fff;
  border-radius:50% 50% 50% 0;
  transform:translate(-50%,-95%) rotate(-45deg);
  box-shadow:0 8px 22px rgba(230,0,18,.32);
}
.map-wrap:before{
  width:9px;
  height:9px;
  background:#fff;
  border-radius:50%;
  transform:translate(-50%,-140%);
}

@media(max-width:880px){
  .eyebrow{
    font-size:16px;
  }
}


/* v7 refinements */
.header-inner{
  height:96px;
}
.brand{
  min-width:300px;
}
.brand img{
  height:64px;
}

.page-hero{
  min-height:300px;
  display:flex;
  align-items:center;
}

.footer{
  padding:42px 0 34px;
}
.footer-inner{
  display:flex;
  flex-direction:column;
  gap:22px;
  align-items:stretch;
  text-align:center;
}
.footer-top{
  display:grid;
  grid-template-columns:220px 1fr 220px;
  align-items:center;
  width:100%;
}
.footer-logo{
  justify-self:start;
}
.footer-logo img{
  height:64px;
  width:auto;
  margin:0;
}
.footer-links{
  justify-content:center;
  text-align:center;
  width:100%;
  gap:20px 24px;
}
.footer-copy{
  text-align:center;
  margin:0;
  color:var(--slate);
}

.map-wrap:after{
  background:#e60012;
  width:22px;
  height:34px;
  border:3px solid #fff;
  border-radius:14px 14px 14px 0;
  transform:translate(-50%,-100%) rotate(-45deg);
  box-shadow:0 8px 20px rgba(230,0,18,.34);
}
.map-wrap:before{
  width:7px;
  height:7px;
  transform:translate(-50%,-205%);
}

@media(max-width:880px){
  .brand img{
    height:56px;
  }
  .brand{
    min-width:0;
  }
  .page-hero{
    min-height:240px;
  }
  .footer-top{
    grid-template-columns:1fr;
    gap:18px;
  }
  .footer-logo{
    justify-self:center;
  }
  .footer-logo img{
    height:58px;
    margin:0 auto;
  }
}


/* v8 refinements: wider desktop content area */
@media(min-width:1200px){
  .container{
    width:min(1360px,calc(100% - 80px));
  }

  .hero-inner{
    grid-template-columns:1.2fr .8fr;
    gap:56px;
  }

  .hero-logo-card{
    max-width:680px;
  }

  .grid.three{
    gap:30px;
  }

  .feature{
    gap:56px;
  }

  .page-hero p{
    max-width:1200px;
  }
}

@media(min-width:1600px){
  .container{
    width:min(1480px,calc(100% - 120px));
  }
}


/* v9 refinements */
.header-inner{
  height:102px;
}
.brand{
  min-width:340px;
}
.brand img{
  height:72px;
}
.nav{
  gap:12px;
}
.nav a{
  padding:11px 16px;
}

.page-hero{
  min-height:230px;
  padding:42px 0 38px;
}
.page-hero h1{
  margin:8px 0 0;
}
.breadcrumb{
  margin-bottom:8px;
}

.footer{
  padding:30px 0 24px;
}
.footer-top{
  grid-template-columns:260px 1fr 260px;
}
.footer-logo img{
  height:72px;
}
.footer-inner{
  gap:16px;
}

.company-summary .table{
  max-width:1120px;
  margin:0 auto;
  box-shadow:0 12px 34px rgba(31,39,48,.05);
}
.company-summary .table th{
  width:240px;
}
.company-summary .table td{
  background:#fff;
}

.map-wrap:after{
  width:30px;
  height:44px;
  border:0;
  border-radius:0;
  background:#e60012;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 58'%3E%3Cpath fill='%23e60012' d='M20 57S4 35.8 4 20.2C4 9.1 11.1 2 20 2s16 7.1 16 18.2C36 35.8 20 57 20 57z'/%3E%3Ccircle cx='20' cy='20' r='6.2' fill='white'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  transform:translate(-50%,-98%);
  box-shadow:0 8px 18px rgba(230,0,18,.26);
}
.map-wrap:before{
  content:none;
}

@media(max-width:880px){
  .brand img{
    height:60px;
  }
  .brand{
    min-width:0;
  }
  .nav{
    gap:6px;
  }
  .nav a{
    padding:9px 12px;
  }
  .page-hero{
    min-height:210px;
    padding:38px 0 34px;
  }
  .footer-top{
    grid-template-columns:1fr;
  }
  .footer-logo img{
    height:62px;
  }
  .company-summary .table{
    max-width:none;
  }
}


/* v10 refinements */
.header-inner{
  height:108px;
}
.brand{
  min-width:370px;
}
.brand img{
  height:78px;
}
.nav{
  gap:18px;
}
.nav a{
  padding:11px 17px;
}

.page-hero{
  min-height:205px;
  padding:30px 0 28px;
}
.page-hero h1{
  margin:6px 0 0;
}

.footer{
  padding:18px 0 16px;
}
.footer-inner{
  gap:12px;
}
.footer-top{
  grid-template-columns:280px 1fr 280px;
  align-items:end;
}
.footer-logo{
  align-self:end;
}
.footer-logo img{
  height:78px;
}
.footer-links{
  align-self:end;
  padding-bottom:7px;
  gap:20px 28px;
}
.footer-copy{
  margin-top:2px;
}

.company-summary{
  padding-top:64px;
}
.company-summary .table{
  width:min(1180px,100%);
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
  font-size:17px;
}
.company-summary .table th{
  width:260px;
  padding:20px 28px;
}
.company-summary .table td{
  padding:20px 30px;
}

.map-wrap:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:34px;
  height:34px;
  border:3px solid #fff;
  border-radius:50%;
  background:radial-gradient(circle at center,#fff 0 4px,#e60012 5px);
  transform:translate(-50%,-128%);
  box-shadow:0 8px 20px rgba(230,0,18,.32);
  pointer-events:none;
  z-index:3;
}
.map-wrap:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:0;
  height:0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:24px solid #e60012;
  transform:translate(-50%,-56%);
  filter:drop-shadow(0 6px 10px rgba(230,0,18,.26));
  pointer-events:none;
  z-index:2;
}

@media(max-width:880px){
  .header-inner{
    height:auto;
  }
  .brand{
    min-width:0;
  }
  .brand img{
    height:62px;
  }
  .nav{
    gap:7px;
  }
  .nav a{
    padding:9px 12px;
  }
  .page-hero{
    min-height:190px;
    padding:32px 0 30px;
  }
  .footer{
    padding:24px 0 22px;
  }
  .footer-top{
    grid-template-columns:1fr;
    align-items:center;
  }
  .footer-logo{
    justify-self:center;
  }
  .footer-logo img{
    height:64px;
  }
  .footer-links{
    padding-bottom:0;
    align-self:center;
  }
  .company-summary .table{
    width:100%;
    font-size:16px;
  }
  .company-summary .table th,
  .company-summary .table td{
    padding:16px 20px;
  }
}


/* v10 refinements */
.header-inner{
  height:108px;
}
.brand{
  min-width:360px;
}
.brand img{
  height:80px;
}
.nav{
  gap:20px;
}
.nav a{
  padding:11px 17px;
}

.page-hero{
  min-height:190px;
  padding:34px 0 30px;
}
.page-hero h1{
  font-size:clamp(32px,3.4vw,48px);
  margin:8px 0 0;
}
.breadcrumb{
  margin-bottom:6px;
}

.footer{
  padding:24px 0 20px;
}
.footer-inner{
  gap:10px;
}
.footer-top{
  grid-template-columns:280px 1fr 280px;
  align-items:end;
}
.footer-logo{
  align-self:end;
}
.footer-logo img{
  height:78px;
}
.footer-links{
  align-self:end;
  align-items:flex-end;
  gap:20px 28px;
}
.footer-copy{
  font-size:14px;
  margin-top:2px;
}

.map-wrap:after{
  width:32px;
  height:54px;
  border:0;
  border-radius:0;
  background:transparent url("pin-red.svg") center/contain no-repeat;
  transform:translate(-50%,-96%);
  box-shadow:none;
}
.map-wrap:before{
  content:none;
}

.company-summary .container{
  display:flex;
  justify-content:center;
}
.company-summary .table{
  width:min(1220px,100%);
  max-width:1220px;
  margin-left:clamp(24px,3.5vw,72px);
  margin-right:auto;
  font-size:18px;
}
.company-summary .table th,
.company-summary .table td{
  padding:20px 24px;
}
.company-summary .table th{
  width:270px;
}
.company-summary{
  padding-top:70px;
}

@media(max-width:880px){
  .header-inner{
    height:auto;
  }
  .brand{
    min-width:0;
  }
  .brand img{
    height:64px;
  }
  .nav{
    gap:8px;
  }
  .nav a{
    padding:9px 12px;
  }
  .page-hero{
    min-height:190px;
    padding:34px 0 30px;
  }
  .footer-top{
    grid-template-columns:1fr;
    align-items:center;
    gap:12px;
  }
  .footer-logo{
    justify-self:center;
  }
  .footer-logo img{
    height:64px;
    margin:0 auto;
  }
  .footer-links{
    justify-content:center;
    align-self:center;
  }
  .company-summary .table{
    margin:0;
    font-size:16px;
    width:100%;
  }
  .company-summary .table th,
  .company-summary .table td{
    padding:16px 18px;
  }
}


/* v11 refinements */
.nav a{
  font-size:18px;
  font-weight:800;
}

.page-hero{
  min-height:210px;
  padding:46px 0 42px;
  align-items:center;
}
.company-hero .container{
  padding-top:12px;
}
.company-hero h1{
  margin-top:10px;
}

.home-logo-card{
  justify-self:start;
  margin-left:clamp(-28px,-2vw,-8px);
  max-width:760px;
  width:100%;
}
.home-logo-card img{
  width:min(100%,560px);
}
.hero-inner{
  grid-template-columns:1.12fr .88fr;
}

.company-summary .table{
  margin-left:clamp(70px,8vw,150px);
  font-size:19px;
}
.company-summary .table th,
.company-summary .table td{
  padding:22px 26px;
}
.company-summary .table th{
  width:290px;
}

@media(min-width:1200px){
  .hero-logo-card.home-logo-card{
    max-width:780px;
  }
}

@media(max-width:880px){
  .nav a{
    font-size:15px;
  }
  .page-hero{
    min-height:200px;
    padding:38px 0 34px;
  }
  .company-hero .container{
    padding-top:0;
  }
  .home-logo-card{
    justify-self:stretch;
    margin-left:0;
    max-width:none;
  }
  .home-logo-card img{
    width:min(100%,430px);
  }
  .company-summary .table{
    margin:0;
    font-size:16px;
  }
}


/* v12 refinements */
.company-hero .container{
  padding-top:0!important;
  transform:translateY(-24px);
}

.contact-form input,
.contact-form select{
  height:74px;
  min-height:74px;
}
.contact-form textarea{
  min-height:170px;
}
.contact-form label span{
  justify-self:start;
  width:auto;
}

.footer-top{
  grid-template-columns:280px 1fr 280px;
}
.footer-phone{
  justify-self:end;
  align-self:end;
}
.footer-phone a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  background:var(--red);
  color:#fff;
  font-weight:900;
  letter-spacing:.04em;
  line-height:1;
  box-shadow:0 8px 22px rgba(155,16,34,.18);
}
.footer-phone a:hover{
  background:var(--red-dark);
  color:#fff;
}
.phone-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#fff;
  color:var(--red);
  font-size:14px;
  font-weight:900;
}

@media(max-width:880px){
  .company-hero .container{
    transform:none;
  }
  .footer-phone{
    justify-self:center;
    align-self:center;
  }
  .footer-phone a{
    padding:12px 20px;
  }
}


/* v13 refinements */
.company-hero .container{
  transform:translateY(0)!important;
  padding-top:0!important;
}
.company-hero h1{
  margin-top:8px;
}

.contact-form input,
.contact-form select{
  height:86px!important;
  min-height:86px!important;
  box-sizing:border-box;
  display:block;
}
.contact-form label{
  align-content:start;
}
.contact-form textarea{
  min-height:180px;
}

.contact-panel a.text-link,
.contact-panel .mail a{
  color:inherit;
  text-decoration:none;
}
.contact-panel a.text-link:hover,
.contact-panel .mail a:hover{
  color:var(--red);
}
.contact-panel p{
  margin-bottom:10px;
}

@media(max-width:880px){
  .contact-form input,
  .contact-form select{
    height:76px!important;
    min-height:76px!important;
  }
}


/* v14 refinements */
.company-hero .container{
  padding-top:0!important;
  transform:none!important;
}
.company-hero h1{
  margin:12px 0 12px!important;
}

/* Align optional field boxes with required field boxes */
.contact-form label span.optional-spacer{
  visibility:hidden;
  opacity:0;
}

/* Make linked contact details visibly clickable */
.contact-panel .mail a,
.contact-panel a.text-link{
  color:var(--red);
  text-decoration:underline;
  text-decoration-thickness:1.5px;
  text-underline-offset:5px;
}
.contact-panel .mail a:hover,
.contact-panel a.text-link:hover{
  color:var(--red-dark);
}
.link-hint{
  display:inline-block;
  margin-left:12px;
  padding:3px 9px;
  border:1px solid rgba(155,16,34,.25);
  border-radius:999px;
  color:var(--red);
  font-size:12px;
  font-weight:800;
  vertical-align:middle;
}

@media(max-width:880px){
  .link-hint{
    display:block;
    width:max-content;
    margin:8px 0 0;
  }
}


/* v15 refinements */
.company-hero .container{
  padding-top:0!important;
  transform:none!important;
}
.company-hero h1{
  margin:12px 0 12px!important;
}
.company-hero-spacer{
  visibility:hidden;
  pointer-events:none;
  user-select:none;
}

.contact-form input,
.contact-form select{
  height:54px!important;
  min-height:54px!important;
  padding:0 18px!important;
  box-sizing:border-box;
}
.contact-form textarea{
  min-height:150px;
}
.contact-form label span.optional-spacer{
  visibility:hidden;
  opacity:0;
}

.contact-panel .mail a,
.contact-panel a.text-link{
  color:var(--red);
  text-decoration:underline;
  text-decoration-thickness:1.5px;
  text-underline-offset:5px;
}
.contact-panel .mail a:hover,
.contact-panel a.text-link:hover{
  color:var(--red-dark);
}

@media(max-width:880px){
  .contact-form input,
  .contact-form select{
    height:54px!important;
    min-height:54px!important;
  }
}


/* v16 refinements */
.company-hero{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
}
.company-hero .container{
  padding-top:0!important;
  transform:none!important;
}
.company-hero h1{
  margin:12px 0 12px!important;
}
.company-hero-spacer{
  display:none!important;
}

.contact-label{
  color:var(--red);
  font-weight:900;
  letter-spacing:.04em;
}


/* v17 refinements: contact link hover/click motion */
.contact-panel .mail a,
.contact-panel a.text-link{
  display:inline-block;
  transition:transform .18s ease, color .18s ease, text-shadow .18s ease;
  transform-origin:center;
}

.contact-panel .mail a:hover,
.contact-panel a.text-link:hover,
.contact-panel .mail a:focus-visible,
.contact-panel a.text-link:focus-visible{
  transform:translateY(-2px) scale(1.04);
  text-shadow:0 5px 14px rgba(155,16,34,.18);
}

.contact-panel .mail a:active,
.contact-panel a.text-link:active{
  transform:translateY(0) scale(.98);
}


/* v18 refinements: motion for nav and phone/menu links */
.nav a,
.footer-links a,
.footer-phone a{
  transition:transform .18s ease, color .18s ease, background-color .18s ease, box-shadow .18s ease;
  transform-origin:center;
}

.nav a:hover,
.nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.footer-phone a:hover,
.footer-phone a:focus-visible{
  transform:translateY(-2px) scale(1.04);
}

.nav a:active,
.footer-links a:active,
.footer-phone a:active{
  transform:translateY(0) scale(.98);
}

.footer-links a{
  display:inline-block;
}

.footer-phone a:hover,
.footer-phone a:focus-visible{
  box-shadow:0 10px 24px rgba(155,16,34,.24);
}

@media(max-width:880px){
  .nav a:hover,
  .nav a:focus-visible,
  .footer-links a:hover,
  .footer-links a:focus-visible,
  .footer-phone a:hover,
  .footer-phone a:focus-visible{
    transform:translateY(-1px) scale(1.02);
  }
}


/* v19 mobile optimization */
.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}
.menu-toggle span{
  width:21px;
  height:2px;
  background:var(--navy);
  border-radius:999px;
  transition:transform .2s ease, opacity .2s ease;
}
.nav-open .menu-toggle span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.nav-open .menu-toggle span:nth-child(2){
  opacity:0;
}
.nav-open .menu-toggle span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

@media(max-width:880px){
  body{
    line-height:1.75;
    letter-spacing:.02em;
    overflow-x:hidden;
  }

  .container{
    width:min(100% - 32px,1120px);
  }

  .site-header{
    position:sticky;
    top:0;
  }

  .header-inner{
    position:relative;
    height:70px!important;
    padding:8px 0!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }

  .brand{
    min-width:0!important;
    flex:1 1 auto;
  }

  .brand img{
    height:50px!important;
    max-width:230px;
    object-fit:contain;
  }

  .menu-toggle{
    display:flex;
    flex:0 0 44px;
  }

  .nav{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    display:none!important;
    grid-template-columns:1fr;
    gap:8px!important;
    justify-content:stretch!important;
    background:rgba(255,255,255,.98);
    border:1px solid var(--line);
    border-radius:18px;
    padding:12px;
    box-shadow:0 16px 40px rgba(31,39,48,.14);
    z-index:60;
  }

  .nav-open .nav{
    display:grid!important;
  }

  .nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:8px 14px!important;
    font-size:15px!important;
    border-radius:12px;
  }

  .nav a.contact-link{
    border-radius:12px;
  }

  .hero-inner{
    min-height:auto!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
    padding:38px 0!important;
  }

  .eyebrow{
    font-size:13px!important;
  }

  .eyebrow:before{
    width:32px!important;
    height:2px!important;
  }

  .hero h1{
    font-size:clamp(38px,11vw,52px)!important;
    line-height:1.18!important;
    letter-spacing:.025em!important;
    margin:14px 0 16px!important;
  }

  .hero p{
    font-size:15px!important;
    margin-bottom:22px!important;
  }

  .buttons{
    gap:10px;
  }

  .btn{
    min-height:44px;
    padding:0 18px;
    font-size:14px;
  }

  .home-logo-card,
  .hero-logo-card{
    margin-left:0!important;
    max-width:none!important;
    padding:26px 22px!important;
    border-radius:22px!important;
  }

  .home-logo-card img,
  .hero-logo-card img{
    width:min(100%,330px)!important;
  }

  .hero-logo-card .note{
    white-space:normal!important;
    margin-top:20px!important;
    padding-top:16px!important;
    font-size:13px!important;
  }

  .page-hero{
    min-height:auto!important;
    padding:34px 0 30px!important;
  }

  .page-hero h1{
    font-size:clamp(32px,9vw,42px)!important;
    line-height:1.2!important;
  }

  .page-hero p{
    font-size:14px!important;
  }

  .section{
    padding:46px 0!important;
  }

  .section-title{
    margin-bottom:24px!important;
  }

  .section-title h2{
    font-size:clamp(24px,7vw,32px)!important;
  }

  .section-title p{
    font-size:13px!important;
  }

  .card,
  .feature-box,
  .contact-panel,
  .contact-form-card,
  .policy{
    border-radius:18px!important;
    padding:22px!important;
  }

  .feature{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }

  .kv-panel{
    min-height:auto!important;
    padding:28px 24px!important;
    border-radius:20px!important;
  }

  .kv-panel h3{
    font-size:26px!important;
  }

  .grid.three,
  .grid.two{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }

  .steps{
    gap:14px!important;
  }

  .step{
    grid-template-columns:1fr!important;
    padding:18px!important;
  }

  .contact-layout,
  .contact-form{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }

  .contact-form label span.optional-spacer{
    display:none!important;
  }

  .contact-form input,
  .contact-form select{
    height:48px!important;
    min-height:48px!important;
    font-size:15px!important;
  }

  .contact-form textarea{
    min-height:130px!important;
    font-size:15px!important;
  }

  .mail{
    font-size:24px!important;
  }

  .table{
    font-size:15px!important;
  }

  .table th,
  .table td{
    display:block;
    width:100%!important;
    padding:14px 16px!important;
  }

  .table th{
    border-bottom:none!important;
  }

  .table td{
    padding-top:0!important;
  }

  .company-summary{
    padding-top:42px!important;
  }

  .company-summary .table{
    margin:0!important;
  }

  .map-wrap iframe{
    height:300px!important;
  }

  .faq-item summary{
    font-size:16px!important;
    padding:18px!important;
  }

  .faq-item p{
    padding:0 18px 18px 18px!important;
    font-size:14px!important;
  }

  .footer{
    padding:28px 0 24px!important;
  }

  .footer-inner{
    gap:16px!important;
  }

  .footer-top{
    grid-template-columns:1fr!important;
    gap:16px!important;
    align-items:center!important;
  }

  .footer-logo{
    justify-self:center!important;
  }

  .footer-logo img{
    height:58px!important;
    margin:0 auto!important;
  }

  .footer-links{
    justify-content:center!important;
    gap:10px 16px!important;
  }

  .footer-links a{
    font-size:13px!important;
  }

  .footer-phone{
    justify-self:center!important;
    align-self:center!important;
  }

  .footer-phone a{
    padding:12px 18px!important;
  }

  .footer-copy{
    font-size:12px!important;
  }
}


/* v20 mobile menu and floating phone button */
.mobile-call-float{
  display:none;
}

@media(max-width:880px){
  .nav{
    left:auto!important;
    right:0!important;
    width:33.333vw!important;
    min-width:132px;
    max-width:180px;
    grid-template-columns:1fr!important;
    padding:10px!important;
    border-radius:16px!important;
  }

  .nav a{
    min-height:42px!important;
    font-size:14px!important;
    padding:8px 10px!important;
    white-space:nowrap;
  }

  .mobile-call-float{
    position:fixed;
    right:18px;
    bottom:88px;
    z-index:70;
    width:56px;
    height:56px;
    border-radius:50%;
    background:var(--red);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:25px;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 12px 28px rgba(155,16,34,.32);
    transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  }

  .mobile-call-float:hover,
  .mobile-call-float:focus-visible{
    transform:translateY(-2px) scale(1.04);
    box-shadow:0 15px 32px rgba(155,16,34,.38);
    background:var(--red-dark);
  }

  .mobile-call-float:active{
    transform:translateY(0) scale(.96);
  }

  .scroll-to-top{
    right:18px!important;
    bottom:24px!important;
  }
}

@media(max-width:380px){
  .nav{
    width:38vw!important;
    min-width:128px;
  }
}


/* v21 mobile company table vertical alignment */
@media(max-width:880px){
  .company-summary .table th{
    display:flex!important;
    align-items:center!important;
    min-height:54px!important;
    padding:14px 18px!important;
    border-bottom:none!important;
  }

  .company-summary .table td{
    display:flex!important;
    align-items:center!important;
    min-height:54px!important;
    padding:14px 18px 16px!important;
    line-height:1.65!important;
  }

  .company-summary .table td br{
    line-height:1.65;
  }

  .company-summary .table tr{
    border-bottom:1px solid var(--line);
  }

  .company-summary .table tr:last-child{
    border-bottom:none;
  }

  .company-summary .table tr:last-child td{
    padding-bottom:18px!important;
  }
}


/* v22 mobile compact layout - only for mobile */
@media(max-width:880px){
  body{
    line-height:1.62!important;
  }

  .container{
    width:min(100% - 26px,1120px)!important;
  }

  .header-inner{
    height:62px!important;
    padding:6px 0!important;
  }

  .brand img{
    height:44px!important;
    max-width:210px!important;
  }

  .menu-toggle{
    width:40px!important;
    height:40px!important;
    border-radius:12px!important;
  }

  .nav{
    top:calc(100% + 6px)!important;
    padding:8px!important;
  }

  .nav a{
    min-height:38px!important;
    font-size:13px!important;
    padding:7px 9px!important;
  }

  .hero-inner{
    padding:28px 0!important;
    gap:20px!important;
  }

  .eyebrow{
    font-size:12px!important;
  }

  .eyebrow:before{
    width:28px!important;
  }

  .hero h1{
    font-size:clamp(34px,10vw,46px)!important;
    line-height:1.12!important;
    margin:10px 0 12px!important;
  }

  .hero p{
    font-size:14px!important;
    margin-bottom:18px!important;
  }

  .btn{
    min-height:40px!important;
    padding:0 16px!important;
    font-size:13px!important;
  }

  .home-logo-card,
  .hero-logo-card{
    padding:22px 18px!important;
    border-radius:20px!important;
  }

  .home-logo-card img,
  .hero-logo-card img{
    width:min(100%,300px)!important;
  }

  .hero-logo-card .note{
    margin-top:16px!important;
    padding-top:12px!important;
    font-size:12px!important;
    line-height:1.55!important;
  }

  .page-hero{
    min-height:auto!important;
    padding:26px 0 24px!important;
  }

  .breadcrumb{
    font-size:12px!important;
    margin-bottom:6px!important;
  }

  .page-hero h1{
    font-size:clamp(30px,8vw,38px)!important;
    margin:6px 0 8px!important;
  }

  .page-hero p{
    font-size:13px!important;
    line-height:1.55!important;
  }

  .section{
    padding:34px 0!important;
  }

  .section-title{
    margin-bottom:18px!important;
  }

  .section-title h2{
    font-size:clamp(22px,6.2vw,28px)!important;
  }

  .section-title p{
    font-size:12.5px!important;
  }

  .grid.three,
  .grid.two{
    gap:12px!important;
  }

  .card,
  .feature-box,
  .contact-panel,
  .contact-form-card,
  .policy{
    padding:18px!important;
    border-radius:16px!important;
  }

  .card h3{
    font-size:19px!important;
    margin-bottom:8px!important;
  }

  .card p,
  .feature-box p,
  .contact-panel p{
    font-size:14px!important;
  }

  .feature{
    gap:18px!important;
  }

  .kv-panel{
    padding:22px 20px!important;
    border-radius:18px!important;
  }

  .kv-panel h3{
    font-size:24px!important;
    margin-bottom:10px!important;
  }

  .feature-list{
    gap:10px!important;
    margin-top:16px!important;
  }

  .feature-list div{
    padding:11px 13px!important;
    font-size:14px!important;
  }

  .badges{
    gap:8px!important;
    margin-top:14px!important;
  }

  .badge{
    padding:6px 10px!important;
    font-size:12px!important;
  }

  .steps{
    gap:10px!important;
  }

  .step{
    padding:15px!important;
  }

  .step h3{
    font-size:18px!important;
  }

  .step p{
    font-size:13.5px!important;
  }

  .company-summary{
    padding-top:30px!important;
  }

  .company-summary .table{
    font-size:14px!important;
  }

  .company-summary .table th{
    min-height:42px!important;
    padding:11px 14px!important;
  }

  .company-summary .table td{
    min-height:42px!important;
    padding:10px 14px 12px!important;
    line-height:1.5!important;
  }

  .table th,
  .table td{
    padding-left:14px!important;
    padding-right:14px!important;
  }

  .contact-layout,
  .contact-form{
    gap:13px!important;
  }

  .contact-form label{
    gap:6px!important;
    font-size:14px!important;
  }

  .contact-form input,
  .contact-form select{
    height:44px!important;
    min-height:44px!important;
    padding:0 14px!important;
    font-size:14px!important;
  }

  .contact-form textarea{
    min-height:112px!important;
    padding:12px 14px!important;
    font-size:14px!important;
  }

  .contact-form label span:not(.optional-spacer){
    font-size:10px!important;
    padding:1px 7px!important;
  }

  .lead{
    font-size:13.5px!important;
    margin-bottom:18px!important;
  }

  .mail{
    font-size:22px!important;
  }

  .faq-list{
    gap:12px!important;
  }

  .faq-item summary{
    padding:15px!important;
    font-size:15px!important;
  }

  .faq-item summary:before{
    width:28px!important;
    height:28px!important;
    flex-basis:28px!important;
    font-size:13px!important;
  }

  .faq-item p{
    padding:0 15px 15px 15px!important;
    font-size:13.5px!important;
  }

  .map-wrap iframe{
    height:260px!important;
  }

  .footer{
    padding:22px 0 20px!important;
  }

  .footer-inner{
    gap:12px!important;
  }

  .footer-top{
    gap:12px!important;
  }

  .footer-logo img{
    height:50px!important;
  }

  .footer-links{
    gap:8px 14px!important;
  }

  .footer-links a{
    font-size:12.5px!important;
  }

  .footer-phone a{
    padding:10px 16px!important;
    font-size:14px!important;
  }

  .mobile-call-float{
    width:52px!important;
    height:52px!important;
    bottom:82px!important;
    right:16px!important;
  }

  .scroll-to-top{
    width:46px!important;
    height:46px!important;
    right:16px!important;
    bottom:24px!important;
  }
}


/* v23 mobile more compact layout - stronger density for mobile only */
@media(max-width:880px){
  body{
    line-height:1.54!important;
  }

  .container{
    width:min(100% - 22px,1120px)!important;
  }

  .header-inner{
    height:56px!important;
    padding:5px 0!important;
  }

  .brand img{
    height:38px!important;
    max-width:190px!important;
  }

  .menu-toggle{
    width:38px!important;
    height:38px!important;
    border-radius:11px!important;
    gap:4px!important;
  }

  .menu-toggle span{
    width:19px!important;
  }

  .nav{
    top:calc(100% + 4px)!important;
    width:36vw!important;
    min-width:124px!important;
    max-width:166px!important;
    padding:7px!important;
    gap:6px!important;
  }

  .nav a{
    min-height:35px!important;
    font-size:12.5px!important;
    padding:6px 8px!important;
  }

  .hero-inner{
    padding:22px 0!important;
    gap:16px!important;
  }

  .eyebrow{
    font-size:11.5px!important;
    letter-spacing:.1em!important;
  }

  .eyebrow:before{
    width:24px!important;
  }

  .hero h1{
    font-size:clamp(31px,9.2vw,42px)!important;
    line-height:1.08!important;
    margin:8px 0 10px!important;
  }

  .hero p{
    font-size:13.5px!important;
    margin-bottom:14px!important;
  }

  .buttons{
    gap:8px!important;
  }

  .btn{
    min-height:37px!important;
    padding:0 14px!important;
    font-size:12.5px!important;
  }

  .home-logo-card,
  .hero-logo-card{
    padding:18px 15px!important;
    border-radius:18px!important;
  }

  .home-logo-card img,
  .hero-logo-card img{
    width:min(100%,270px)!important;
  }

  .hero-logo-card .note{
    margin-top:12px!important;
    padding-top:10px!important;
    font-size:11.5px!important;
    line-height:1.45!important;
  }

  .page-hero{
    padding:20px 0 18px!important;
  }

  .breadcrumb{
    font-size:11px!important;
    margin-bottom:4px!important;
  }

  .page-hero h1{
    font-size:clamp(28px,7.5vw,34px)!important;
    margin:4px 0 6px!important;
  }

  .page-hero p{
    font-size:12.5px!important;
    line-height:1.45!important;
  }

  .section{
    padding:26px 0!important;
  }

  .section-title{
    margin-bottom:14px!important;
  }

  .section-title h2{
    font-size:clamp(20px,5.6vw,26px)!important;
    margin-bottom:4px!important;
  }

  .section-title p{
    font-size:12px!important;
  }

  .grid.three,
  .grid.two{
    gap:10px!important;
  }

  .card,
  .feature-box,
  .contact-panel,
  .contact-form-card,
  .policy{
    padding:15px!important;
    border-radius:15px!important;
  }

  .card h3{
    font-size:18px!important;
    margin-bottom:6px!important;
  }

  .card .num{
    font-size:11px!important;
    margin-bottom:8px!important;
  }

  .card p,
  .feature-box p,
  .contact-panel p{
    font-size:13.2px!important;
  }

  .card-link{
    margin-top:12px!important;
    font-size:13px!important;
  }

  .feature{
    gap:14px!important;
  }

  .feature-box h2{
    font-size:26px!important;
    margin-bottom:10px!important;
  }

  .kv-panel{
    padding:18px 16px!important;
    border-radius:16px!important;
  }

  .kv-panel h3{
    font-size:22px!important;
    margin-bottom:8px!important;
  }

  .kv-panel p{
    font-size:13.2px!important;
  }

  .feature-list{
    gap:8px!important;
    margin-top:12px!important;
  }

  .feature-list div{
    padding:9px 11px!important;
    font-size:13px!important;
    border-left-width:3px!important;
  }

  .badges{
    gap:7px!important;
    margin-top:11px!important;
  }

  .badge{
    padding:5px 9px!important;
    font-size:11.5px!important;
  }

  .notice{
    padding:16px!important;
    border-radius:15px!important;
  }

  .notice h3{
    font-size:17px!important;
  }

  .steps{
    gap:8px!important;
  }

  .step{
    padding:12px!important;
  }

  .step:before{
    width:52px!important;
    height:38px!important;
    border-radius:12px!important;
  }

  .step h3{
    font-size:16.5px!important;
  }

  .step p{
    font-size:12.8px!important;
  }

  .company-summary{
    padding-top:22px!important;
  }

  .company-summary .table{
    font-size:13.2px!important;
  }

  .company-summary .table th{
    min-height:34px!important;
    padding:8px 12px!important;
  }

  .company-summary .table td{
    min-height:34px!important;
    padding:7px 12px 9px!important;
    line-height:1.42!important;
  }

  .table th,
  .table td{
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .contact-layout,
  .contact-form{
    gap:10px!important;
  }

  .contact-form-card h2{
    font-size:24px!important;
    margin-bottom:6px!important;
  }

  .contact-form label{
    gap:5px!important;
    font-size:13px!important;
  }

  .contact-form input,
  .contact-form select{
    height:40px!important;
    min-height:40px!important;
    padding:0 12px!important;
    font-size:13px!important;
    border-radius:10px!important;
  }

  .contact-form textarea{
    min-height:96px!important;
    padding:10px 12px!important;
    font-size:13px!important;
    border-radius:10px!important;
  }

  .contact-form label span:not(.optional-spacer){
    font-size:9.5px!important;
    padding:1px 6px!important;
  }

  .lead{
    font-size:12.8px!important;
    margin-bottom:14px!important;
  }

  .form-note{
    font-size:11px!important;
  }

  .mail{
    font-size:20px!important;
  }

  .contact-panel h3{
    font-size:18px!important;
    margin-bottom:8px!important;
  }

  .contact-panel p{
    margin-bottom:7px!important;
  }

  .faq-list{
    gap:9px!important;
  }

  .faq-item summary{
    padding:12px!important;
    font-size:14px!important;
  }

  .faq-item summary:before{
    width:25px!important;
    height:25px!important;
    flex-basis:25px!important;
    font-size:12px!important;
  }

  .faq-item p{
    padding:0 12px 12px 12px!important;
    font-size:12.8px!important;
  }

  .policy h2{
    font-size:23px!important;
  }

  .policy h3{
    font-size:17px!important;
    margin:18px 0 6px!important;
  }

  .policy p,
  .policy li{
    font-size:13px!important;
  }

  .map-wrap iframe{
    height:230px!important;
  }

  .map-buttons{
    margin-top:14px!important;
  }

  .footer{
    padding:18px 0 16px!important;
  }

  .footer-inner{
    gap:9px!important;
  }

  .footer-top{
    gap:9px!important;
  }

  .footer-logo img{
    height:44px!important;
  }

  .footer-links{
    gap:6px 12px!important;
  }

  .footer-links a{
    font-size:11.5px!important;
  }

  .footer-phone a{
    padding:8px 14px!important;
    font-size:13px!important;
  }

  .phone-icon{
    width:19px!important;
    height:19px!important;
    font-size:12px!important;
  }

  .footer-copy{
    font-size:11px!important;
  }

  .mobile-call-float{
    width:48px!important;
    height:48px!important;
    bottom:76px!important;
    right:14px!important;
    font-size:22px!important;
  }

  .scroll-to-top{
    width:42px!important;
    height:42px!important;
    right:14px!important;
    bottom:22px!important;
    font-size:20px!important;
  }
}


/* v24 landscape optimization - phone landscape / small tablet only */
@media (orientation: landscape) and (max-width: 1100px){
  body{
    overflow-x:hidden;
  }

  .container{
    width:min(100% - 36px,1040px)!important;
  }

  .header-inner{
    height:58px!important;
    padding:6px 0!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    position:relative;
  }

  .brand{
    min-width:0!important;
    flex:1 1 auto;
  }

  .brand img{
    height:40px!important;
    max-width:220px!important;
    object-fit:contain;
  }

  .menu-toggle{
    display:flex!important;
    width:40px!important;
    height:40px!important;
    border-radius:12px!important;
    flex:0 0 40px;
  }

  .nav{
    position:absolute!important;
    left:auto!important;
    right:0!important;
    top:calc(100% + 6px)!important;
    display:none!important;
    width:240px!important;
    min-width:210px!important;
    max-width:260px!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
    justify-content:stretch!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid var(--line)!important;
    border-radius:16px!important;
    padding:9px!important;
    box-shadow:0 16px 40px rgba(31,39,48,.14)!important;
    z-index:60!important;
  }

  .nav-open .nav{
    display:grid!important;
  }

  .nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:36px!important;
    padding:6px 10px!important;
    font-size:13px!important;
    border-radius:11px!important;
    white-space:nowrap;
  }

  .hero-inner{
    grid-template-columns:1.05fr .95fr!important;
    gap:24px!important;
    min-height:auto!important;
    padding:28px 0!important;
    align-items:center!important;
  }

  .hero h1{
    font-size:clamp(34px,5vw,48px)!important;
    line-height:1.08!important;
    margin:8px 0 10px!important;
  }

  .hero p{
    font-size:13.5px!important;
    margin-bottom:14px!important;
  }

  .eyebrow{
    font-size:12px!important;
  }

  .eyebrow:before{
    width:28px!important;
    height:2px!important;
  }

  .home-logo-card,
  .hero-logo-card{
    padding:18px 18px!important;
    border-radius:18px!important;
    max-width:420px!important;
    justify-self:end!important;
    margin-left:0!important;
  }

  .home-logo-card img,
  .hero-logo-card img{
    width:min(100%,300px)!important;
  }

  .hero-logo-card .note{
    margin-top:12px!important;
    padding-top:10px!important;
    font-size:11.5px!important;
    line-height:1.45!important;
    white-space:normal!important;
  }

  .page-hero{
    min-height:auto!important;
    padding:24px 0 22px!important;
  }

  .page-hero h1{
    font-size:clamp(30px,4vw,40px)!important;
    margin:5px 0 7px!important;
  }

  .page-hero p{
    font-size:13px!important;
    line-height:1.45!important;
  }

  .section{
    padding:30px 0!important;
  }

  .section-title{
    margin-bottom:16px!important;
  }

  .grid.three{
    grid-template-columns:repeat(3,1fr)!important;
    gap:14px!important;
  }

  .grid.two{
    grid-template-columns:repeat(2,1fr)!important;
    gap:14px!important;
  }

  .feature{
    grid-template-columns:.95fr 1.05fr!important;
    gap:22px!important;
  }

  .card,
  .feature-box,
  .contact-panel,
  .contact-form-card,
  .policy{
    padding:18px!important;
    border-radius:16px!important;
  }

  .card h3{
    font-size:18px!important;
  }

  .card p,
  .feature-box p,
  .contact-panel p{
    font-size:13px!important;
  }

  .kv-panel{
    min-height:auto!important;
    padding:22px 20px!important;
    border-radius:18px!important;
  }

  .kv-panel h3{
    font-size:24px!important;
  }

  .contact-layout{
    grid-template-columns:1.1fr .9fr!important;
    gap:18px!important;
  }

  .contact-form{
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
  }

  .contact-form input,
  .contact-form select{
    height:42px!important;
    min-height:42px!important;
    font-size:13px!important;
  }

  .contact-form textarea{
    min-height:100px!important;
    font-size:13px!important;
  }

  .company-summary .table{
    font-size:14px!important;
    width:min(100%,1050px)!important;
  }

  .company-summary .table th,
  .company-summary .table td{
    display:table-cell!important;
    padding:13px 16px!important;
    width:auto!important;
  }

  .company-summary .table th{
    width:230px!important;
  }

  .map-wrap iframe{
    height:260px!important;
  }

  .footer{
    padding:18px 0 16px!important;
  }

  .footer-top{
    grid-template-columns:220px 1fr 220px!important;
    gap:12px!important;
    align-items:end!important;
  }

  .footer-logo{
    justify-self:start!important;
  }

  .footer-logo img{
    height:48px!important;
    margin:0!important;
  }

  .footer-links{
    justify-content:center!important;
    gap:8px 14px!important;
  }

  .footer-links a{
    font-size:12px!important;
  }

  .footer-phone{
    justify-self:end!important;
    align-self:end!important;
  }

  .footer-phone a{
    padding:8px 14px!important;
    font-size:13px!important;
  }

  .mobile-call-float{
    width:48px!important;
    height:48px!important;
    right:16px!important;
    bottom:74px!important;
    font-size:22px!important;
  }

  .scroll-to-top{
    width:42px!important;
    height:42px!important;
    right:16px!important;
    bottom:20px!important;
    font-size:20px!important;
  }
}

/* Extra adjustment for very low-height landscape phones */
@media (orientation: landscape) and (max-height: 480px){
  .hero-inner{
    padding:20px 0!important;
  }

  .page-hero{
    padding:18px 0 16px!important;
  }

  .section{
    padding:24px 0!important;
  }

  .home-logo-card,
  .hero-logo-card{
    padding:14px!important;
  }

  .hero-logo-card .note{
    display:none;
  }

  .footer{
    padding:14px 0 12px!important;
  }
}


/* v25 hamburger breakpoint for narrow desktop / tablet widths
   Prevents the top navigation from wrapping into two lines. */
.nav{
  flex-wrap:nowrap;
}

@media (min-width:1101px) and (max-width:1380px){
  .header-inner{
    position:relative;
    height:90px!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
  }

  .brand{
    min-width:0!important;
    flex:1 1 auto;
  }

  .brand img{
    height:68px!important;
    max-width:330px!important;
    object-fit:contain;
  }

  .menu-toggle{
    display:flex!important;
    flex:0 0 44px;
    width:44px!important;
    height:44px!important;
    border-radius:14px!important;
  }

  .nav{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    right:0!important;
    left:auto!important;
    display:none!important;
    width:320px!important;
    min-width:300px!important;
    max-width:340px!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid var(--line)!important;
    border-radius:18px!important;
    padding:12px!important;
    box-shadow:0 18px 46px rgba(31,39,48,.16)!important;
    z-index:80!important;
  }

  .nav-open .nav{
    display:grid!important;
  }

  .nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    padding:8px 14px!important;
    font-size:15px!important;
    border-radius:12px!important;
    white-space:nowrap!important;
  }

  .nav a.contact-link{
    border-radius:12px!important;
  }
}


/* v26 prevent vertical nav/title text when browser zooms or viewport narrows */
.nav,
.nav a,
.footer-links,
.footer-links a,
.page-hero h1,
.breadcrumb,
.eyebrow{
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
}

.nav a,
.footer-links a,
.page-hero h1,
.breadcrumb,
.eyebrow{
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
}

.nav{
  flex-wrap:nowrap!important;
}

/* Make hamburger menu cover all tablet/narrow desktop widths, not only 1101-1380px. */
@media (min-width:881px) and (max-width:1380px){
  .header-inner{
    position:relative;
    height:90px!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
  }

  .brand{
    min-width:0!important;
    flex:1 1 auto;
  }

  .brand img{
    height:68px!important;
    max-width:330px!important;
    object-fit:contain;
  }

  .menu-toggle{
    display:flex!important;
    flex:0 0 44px;
    width:44px!important;
    height:44px!important;
    border-radius:14px!important;
  }

  .nav{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    right:0!important;
    left:auto!important;
    display:none!important;
    width:320px!important;
    min-width:300px!important;
    max-width:340px!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    justify-content:stretch!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid var(--line)!important;
    border-radius:18px!important;
    padding:12px!important;
    box-shadow:0 18px 46px rgba(31,39,48,.16)!important;
    z-index:80!important;
  }

  .nav-open .nav{
    display:grid!important;
  }

  .nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    padding:8px 14px!important;
    font-size:15px!important;
    border-radius:12px!important;
    white-space:nowrap!important;
  }

  .nav a.contact-link{
    border-radius:12px!important;
  }
}

/* Extra protection for very narrow/zoomed mobile widths */
@media(max-width:520px){
  .page-hero h1{
    font-size:clamp(28px,8vw,34px)!important;
    letter-spacing:.03em!important;
  }

  .breadcrumb{
    font-size:11px!important;
  }

  .nav a{
    white-space:nowrap!important;
    word-break:keep-all!important;
  }
}


/* v27 zoom overflow fixes: scrollable hamburger menu and visible footer phone */
@media(max-width:1380px){
  .nav-open .nav{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    max-height:min(72vh, calc(100vh - 110px))!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
  }

  .nav-open .nav::-webkit-scrollbar{
    width:6px;
  }

  .nav-open .nav::-webkit-scrollbar-thumb{
    background:rgba(46,55,66,.28);
    border-radius:999px;
  }

  .nav a{
    writing-mode:horizontal-tb!important;
    text-orientation:mixed!important;
    white-space:nowrap!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    flex-shrink:0;
  }

  .footer-top{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    align-items:center!important;
    gap:14px!important;
  }

  .footer-logo,
  .footer-phone{
    justify-self:center!important;
    align-self:center!important;
  }

  .footer-logo img{
    margin:0 auto!important;
  }

  .footer-links{
    justify-content:center!important;
    text-align:center!important;
    width:100%!important;
  }

  .footer-phone a{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    white-space:nowrap!important;
  }
}

/* More protection for very zoomed / very narrow display widths */
@media(max-width:520px){
  .nav-open .nav{
    max-height:min(68vh, calc(100vh - 92px))!important;
  }

  .footer{
    overflow:visible!important;
  }

  .footer-phone{
    display:flex!important;
  }

  .footer-phone a{
    max-width:calc(100vw - 44px);
    justify-content:center;
  }
}

/* If screen height becomes very low, keep menu scrollable and compact. */
@media(max-height:560px){
  .nav-open .nav{
    max-height:calc(100vh - 78px)!important;
    padding:8px!important;
    gap:6px!important;
  }

  .nav-open .nav a{
    min-height:34px!important;
    padding:6px 10px!important;
    font-size:13px!important;
  }
}


/* v28 fixed scrollable hamburger menu for mobile zoom / extreme magnification */
@media(max-width:1380px){
  body.nav-open{
    overflow:hidden;
  }

  .nav-open .nav{
    position:fixed!important;
    top:calc(env(safe-area-inset-top, 0px) + 72px)!important;
    right:16px!important;
    left:auto!important;
    bottom:auto!important;
    width:min(340px, calc(100vw - 32px))!important;
    min-width:0!important;
    max-width:calc(100vw - 32px)!important;
    max-height:calc(100dvh - 96px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:12px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid var(--line)!important;
    box-shadow:0 18px 46px rgba(31,39,48,.18)!important;
    z-index:9999!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-y!important;
  }

  .nav-open .nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:42px!important;
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }
}

@media(max-width:880px){
  .nav-open .nav{
    top:calc(env(safe-area-inset-top, 0px) + 66px)!important;
    right:12px!important;
    width:min(220px, calc(100vw - 24px))!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 82px)!important;
    padding:10px!important;
    gap:7px!important;
  }

  .nav-open .nav a{
    min-height:38px!important;
    font-size:13px!important;
    padding:7px 10px!important;
  }
}

@media(max-width:520px){
  .nav-open .nav{
    top:calc(env(safe-area-inset-top, 0px) + 62px)!important;
    max-height:calc(100dvh - 76px)!important;
  }
}

/* Very low-height screens or strong browser zoom */
@media(max-height:560px){
  .nav-open .nav{
    top:10px!important;
    max-height:calc(100dvh - 20px)!important;
    padding:8px!important;
    gap:6px!important;
  }

  .nav-open .nav a{
    min-height:34px!important;
    font-size:12.5px!important;
    padding:6px 9px!important;
  }
}


/* v29: allow page body to scroll while hamburger menu is open */
@media(max-width:1380px){
  body.nav-open{
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }

  .nav-open .nav{
    overflow-y:auto!important;
    overscroll-behavior:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
}


/* v30: allow pinch zoom and smooth drag scrolling while hamburger menu is open */
@media(max-width:1380px){
  html,
  body,
  body.nav-open{
    touch-action:auto!important;
    overscroll-behavior:auto!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }

  .nav,
  .nav-open .nav{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:auto!important;
    touch-action:pan-y pinch-zoom!important;
    user-select:none;
  }

  .nav-open .nav a{
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:rgba(155,16,34,.12);
  }
}

/* Extra protection for mobile browsers that treat fixed layers strictly */
@media(max-width:880px){
  .nav-open .nav{
    pointer-events:auto!important;
    touch-action:pan-y pinch-zoom!important;
  }
}




/* v33 nav press clear and page scroll drag */
@media(max-width:1380px){
  .nav-open .nav{
    overscroll-behavior:auto!important;
    touch-action:none!important;
  }

  .nav a.nav-pressed{
    transform:translateY(-1px) scale(1.03)!important;
    box-shadow:0 8px 20px rgba(31,39,48,.16)!important;
  }

  .nav a.nav-pressed:not(.contact-link){
    background:var(--navy)!important;
    color:#fff!important;
  }

  .nav a.contact-link.nav-pressed{
    background:var(--red-dark)!important;
    color:#fff!important;
  }
}

/* Avoid sticky hover/pressed appearance on touch devices after finger release */
@media(hover:none) and (pointer:coarse){
  .nav a:hover:not(.active):not(.contact-link):not(.nav-pressed){
    background:transparent!important;
    color:var(--navy)!important;
    transform:none!important;
    box-shadow:none!important;
  }

  .nav a.contact-link:hover:not(.nav-pressed){
    background:var(--red)!important;
    color:#fff!important;
    transform:none!important;
    box-shadow:none!important;
  }
}


/* v34 menu drag page scroll and pinch zoom support */
@media(max-width:1380px){
  html,
  body,
  body.nav-open{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    touch-action:auto!important;
    overscroll-behavior:auto!important;
  }

  .nav-open .nav{
    touch-action:pan-y pinch-zoom!important;
    overscroll-behavior:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }

  .nav a.nav-pressed{
    transform:translateY(-1px) scale(1.03)!important;
    box-shadow:0 8px 20px rgba(31,39,48,.16)!important;
  }

  .nav a.nav-pressed:not(.contact-link){
    background:var(--navy)!important;
    color:#fff!important;
  }

  .nav a.contact-link.nav-pressed{
    background:var(--red-dark)!important;
    color:#fff!important;
  }
}

/* Touch devices: avoid sticky hover after finger release */
@media(hover:none) and (pointer:coarse){
  .nav a:hover:not(.active):not(.contact-link):not(.nav-pressed){
    background:transparent!important;
    color:var(--navy)!important;
    transform:none!important;
    box-shadow:none!important;
  }

  .nav a.contact-link:hover:not(.nav-pressed){
    background:var(--red)!important;
    color:#fff!important;
    transform:none!important;
    box-shadow:none!important;
  }
}


/* v35 menu drag page scroll both axes */
@media(max-width:1380px){
  html,
  body,
  body.nav-open{
    overflow:auto!important;
    touch-action:auto!important;
    overscroll-behavior:auto!important;
  }

  .nav-open .nav{
    touch-action:pan-x pan-y pinch-zoom!important;
    overscroll-behavior:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overflow:auto!important;
  }

  .nav a.nav-pressed{
    transform:translateY(-1px) scale(1.03)!important;
    box-shadow:0 8px 20px rgba(31,39,48,.16)!important;
  }

  .nav a.nav-pressed:not(.contact-link){
    background:var(--navy)!important;
    color:#fff!important;
  }

  .nav a.contact-link.nav-pressed{
    background:var(--red-dark)!important;
    color:#fff!important;
  }
}


/* v36 robust menu drag both axes styles */
@media(max-width:1380px){
  html,
  body,
  body.nav-open{
    overflow:auto!important;
    touch-action:auto!important;
    overscroll-behavior:auto!important;
  }

  .nav-open .nav{
    touch-action:none!important;
    -ms-touch-action:none!important;
    overscroll-behavior:auto!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:auto!important;
    cursor:grab;
  }

  .nav-open .nav:active{
    cursor:grabbing;
  }

  .nav a.nav-pressed{
    transform:translateY(-1px) scale(1.03)!important;
    box-shadow:0 8px 20px rgba(31,39,48,.16)!important;
  }

  .nav a.nav-pressed:not(.contact-link){
    background:var(--navy)!important;
    color:#fff!important;
  }

  .nav a.contact-link.nav-pressed{
    background:var(--red-dark)!important;
    color:#fff!important;
  }
}


/* v37 hamburger menu pan only, no item selection while dragging */
@media(max-width:1380px){
  html,
  body,
  body.nav-open{
    overflow:auto!important;
    touch-action:auto!important;
    overscroll-behavior:auto!important;
  }

  .nav-open .nav{
    touch-action:pan-x pan-y pinch-zoom!important;
    overscroll-behavior:auto!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }

  .nav.has-touch-select a.active:not(.touch-selected),
  .nav a.nav-pressed,
  .nav a.touch-selected{
    box-shadow:none!important;
  }

  .nav a.nav-pressed:not(.active):not(.contact-link),
  .nav a.touch-selected:not(.active):not(.contact-link){
    background:transparent!important;
    color:var(--navy)!important;
    transform:none!important;
  }

  .nav a.contact-link.nav-pressed,
  .nav a.contact-link.touch-selected{
    background:var(--red)!important;
    color:#fff!important;
    transform:none!important;
  }
}

@media(hover:none) and (pointer:coarse){
  .nav a:hover:not(.active):not(.contact-link),
  .nav a:focus:not(.active):not(.contact-link){
    background:transparent!important;
    color:var(--navy)!important;
    transform:none!important;
    box-shadow:none!important;
  }

  .nav a.contact-link:hover,
  .nav a.contact-link:focus{
    background:var(--red)!important;
    color:#fff!important;
    transform:none!important;
    box-shadow:none!important;
  }
}


/* v38 menu pan/no item selection final styles */
@media(max-width:1380px){
  html,
  body,
  body.nav-open{
    overflow:auto!important;
    touch-action:auto!important;
    overscroll-behavior:auto!important;
  }

  .nav-open .nav{
    touch-action:pan-x pan-y pinch-zoom!important;
    overscroll-behavior:auto!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }

  .nav.has-touch-select{
    pointer-events:auto!important;
  }

  .nav.has-touch-select a.active:not(.touch-selected),
  .nav a.nav-pressed,
  .nav a.touch-selected{
    box-shadow:none!important;
  }

  .nav a.nav-pressed:not(.active):not(.contact-link),
  .nav a.touch-selected:not(.active):not(.contact-link){
    background:transparent!important;
    color:var(--navy)!important;
    transform:none!important;
  }

  .nav a.contact-link.nav-pressed,
  .nav a.contact-link.touch-selected{
    background:var(--red)!important;
    color:#fff!important;
    transform:none!important;
  }
}

@media(hover:none) and (pointer:coarse){
  .nav a:hover:not(.active):not(.contact-link),
  .nav a:focus:not(.active):not(.contact-link){
    background:transparent!important;
    color:var(--navy)!important;
    transform:none!important;
    box-shadow:none!important;
  }

  .nav a.contact-link:hover,
  .nav a.contact-link:focus{
    background:var(--red)!important;
    color:#fff!important;
    transform:none!important;
    box-shadow:none!important;
  }
}


/* v39 iOS compatibility for menu pan and pinch */
@media(max-width:1380px){
  html.ios-device,
  html.ios-device body,
  html.ios-device body.nav-open{
    touch-action:auto!important;
    overflow:auto!important;
    -webkit-text-size-adjust:100%;
  }

  html.ios-device .nav-open .nav{
    touch-action:auto!important;
    overscroll-behavior:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
}


/* v40 pull refresh indicator */
.pull-refresh-indicator{
  position:fixed;
  left:50%;
  top:calc(env(safe-area-inset-top, 0px) + 12px);
  z-index:10000;
  min-width:128px;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(46,55,66,.92);
  color:#fff;
  font-size:13px;
  font-weight:800;
  text-align:center;
  box-shadow:0 10px 28px rgba(31,39,48,.22);
  opacity:0;
  pointer-events:none;
  transform:translate(-50%, -20px) scale(.92);
  transition:opacity .16s ease, transform .16s ease, background-color .16s ease;
}

.pull-refresh-indicator.show{
  opacity:1;
}

.pull-refresh-indicator.ready{
  background:var(--red);
}

.pull-refresh-indicator.loading{
  background:var(--red-dark);
}

@media(hover:hover) and (pointer:fine){
  .pull-refresh-indicator{
    display:none;
  }
}


/* v46 controlled mobile menu drag styles */
@media(max-width:1380px){
  html,
  body,
  body.nav-open{
    overflow:auto!important;
    overscroll-behavior:auto!important;
  }

  .nav-open .nav{
    overscroll-behavior:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }

  .nav.menu-dragging a,
  .nav.menu-dragging a:hover,
  .nav.menu-dragging a:focus,
  .nav.menu-dragging a:active,
  .nav a.nav-pressed,
  .nav a.touch-selected{
    transform:none!important;
    box-shadow:none!important;
  }

  .nav.menu-dragging a:not(.active):not(.contact-link),
  .nav a.nav-pressed:not(.active):not(.contact-link),
  .nav a.touch-selected:not(.active):not(.contact-link){
    background:transparent!important;
    color:var(--navy)!important;
  }

  .nav.menu-dragging a.contact-link,
  .nav a.contact-link.nav-pressed,
  .nav a.contact-link.touch-selected{
    background:var(--red)!important;
    color:#fff!important;
  }
}

@media(hover:none) and (pointer:coarse){
  .nav a:hover:not(.active):not(.contact-link),
  .nav a:focus:not(.active):not(.contact-link),
  .nav a:active:not(.active):not(.contact-link){
    background:transparent!important;
    color:var(--navy)!important;
    transform:none!important;
    box-shadow:none!important;
  }

  .nav a.contact-link:hover,
  .nav a.contact-link:focus,
  .nav a.contact-link:active{
    background:var(--red)!important;
    color:#fff!important;
    transform:none!important;
    box-shadow:none!important;
  }
}


/* v47 simplified hamburger touch overrides */
@media(max-width:1380px){
  html,
  body,
  body.nav-open{
    overflow:auto!important;
    touch-action:auto!important;
    overscroll-behavior:auto!important;
  }

  .nav,
  .nav-open .nav{
    touch-action:auto!important;
    -ms-touch-action:auto!important;
    overscroll-behavior:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }

  body.page-dragging-from-menu main,
  body.page-dragging-from-menu footer{
    transform:none!important;
  }

  .nav.has-touch-select,
  .nav.is-dragging-page,
  .nav.menu-dragging{
    pointer-events:auto!important;
  }

  .nav a.nav-pressed,
  .nav a.touch-selected,
  .nav.is-dragging-page a,
  .nav.menu-dragging a,
  .nav.has-touch-select a{
    transform:none!important;
    box-shadow:none!important;
  }

  .nav a.nav-pressed:not(.active):not(.contact-link),
  .nav a.touch-selected:not(.active):not(.contact-link),
  .nav.is-dragging-page a:not(.active):not(.contact-link),
  .nav.menu-dragging a:not(.active):not(.contact-link){
    background:transparent!important;
    color:var(--navy)!important;
  }

  .nav a.contact-link.nav-pressed,
  .nav a.contact-link.touch-selected,
  .nav.is-dragging-page a.contact-link,
  .nav.menu-dragging a.contact-link{
    background:var(--red)!important;
    color:#fff!important;
  }
}

@media(hover:none) and (pointer:coarse){
  .nav a:hover:not(.active):not(.contact-link),
  .nav a:focus:not(.active):not(.contact-link),
  .nav a:active:not(.active):not(.contact-link){
    background:transparent!important;
    color:var(--navy)!important;
    transform:none!important;
    box-shadow:none!important;
  }

  .nav a.contact-link:hover,
  .nav a.contact-link:focus,
  .nav a.contact-link:active{
    background:var(--red)!important;
    color:#fff!important;
    transform:none!important;
    box-shadow:none!important;
  }
}


/* v48 pull refresh while menu open styles */
.pull-refresh-indicator{
  position:fixed;
  left:50%;
  top:calc(env(safe-area-inset-top, 0px) + 12px);
  z-index:100000;
  min-width:128px;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(46,55,66,.92);
  color:#fff;
  font-size:13px;
  font-weight:800;
  text-align:center;
  box-shadow:0 10px 28px rgba(31,39,48,.22);
  opacity:0;
  pointer-events:none;
  transform:translate(-50%, -20px) scale(.92);
  transition:opacity .16s ease, transform .16s ease, background-color .16s ease;
}

.pull-refresh-indicator.show{
  opacity:1;
}

.pull-refresh-indicator.ready{
  background:var(--red);
}

.pull-refresh-indicator.loading{
  background:var(--red-dark);
}

@media(hover:hover) and (pointer:fine){
  .pull-refresh-indicator{
    display:none;
  }
}


/* v49 hamburger/menu pop effects and earlier floating phone */
.menu-toggle{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease!important;
  will-change:transform;
}

.menu-toggle:hover,
.menu-toggle:focus-visible,
.menu-toggle.tap-pop{
  transform:translateY(-2px) scale(1.08)!important;
  box-shadow:0 12px 26px rgba(31,39,48,.18)!important;
  border-color:rgba(155,16,34,.34)!important;
}

.menu-toggle:active{
  transform:translateY(0) scale(.96)!important;
  box-shadow:0 7px 18px rgba(31,39,48,.14)!important;
}

.menu-toggle:hover span,
.menu-toggle:focus-visible span,
.menu-toggle.tap-pop span{
  background:var(--red)!important;
}

.site-header .nav a{
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease!important;
  will-change:transform;
}

.site-header .nav a:hover,
.site-header .nav a:focus-visible,
.site-header .nav a.tap-pop{
  transform:translateY(-2px) scale(1.05)!important;
  box-shadow:0 12px 24px rgba(31,39,48,.16)!important;
}

.site-header .nav a:not(.contact-link):hover,
.site-header .nav a:not(.contact-link):focus-visible,
.site-header .nav a:not(.contact-link).tap-pop{
  background:var(--navy)!important;
  color:#fff!important;
}

.site-header .nav a.contact-link:hover,
.site-header .nav a.contact-link:focus-visible,
.site-header .nav a.contact-link.tap-pop{
  background:var(--red-dark)!important;
  color:#fff!important;
}

.site-header .nav a:active{
  transform:translateY(0) scale(.97)!important;
  box-shadow:0 7px 16px rgba(31,39,48,.12)!important;
}

/* Show the floating phone button earlier when desktop/tablet viewport becomes narrow by zoom.
   Previous main threshold was 880px; this makes it appear from 1180px. */
@media(max-width:1180px){
  .mobile-call-float{
    position:fixed;
    right:18px;
    bottom:88px;
    z-index:70;
    width:56px;
    height:56px;
    border-radius:50%;
    background:var(--red);
    color:#fff;
    display:flex!important;
    align-items:center;
    justify-content:center;
    font-size:25px;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 12px 28px rgba(155,16,34,.32);
    transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  }

  .mobile-call-float:hover,
  .mobile-call-float:focus-visible{
    transform:translateY(-2px) scale(1.04);
    box-shadow:0 15px 32px rgba(155,16,34,.38);
    background:var(--red-dark);
  }

  .mobile-call-float:active{
    transform:translateY(0) scale(.96);
  }
}

@media(hover:none) and (pointer:coarse){
  .menu-toggle:hover,
  .menu-toggle:focus,
  .menu-toggle:active,
  .menu-toggle.tap-pop{
    transform:translateY(-1px) scale(1.08)!important;
    box-shadow:0 12px 26px rgba(31,39,48,.18)!important;
    border-color:rgba(155,16,34,.34)!important;
  }

  .site-header .nav a:hover,
  .site-header .nav a:focus,
  .site-header .nav a:active,
  .site-header .nav a.tap-pop{
    transform:translateY(-2px) scale(1.05)!important;
    box-shadow:0 12px 24px rgba(31,39,48,.16)!important;
  }

  .site-header .nav a:not(.contact-link):hover,
  .site-header .nav a:not(.contact-link):focus,
  .site-header .nav a:not(.contact-link):active,
  .site-header .nav a:not(.contact-link).tap-pop{
    background:var(--navy)!important;
    color:#fff!important;
  }

  .site-header .nav a.contact-link:hover,
  .site-header .nav a.contact-link:focus,
  .site-header .nav a.contact-link:active,
  .site-header .nav a.contact-link.tap-pop{
    background:var(--red-dark)!important;
    color:#fff!important;
  }
}


/* v50 stronger interactive effects and company shadow */
.menu-toggle,
.site-header .nav a,
.btn,
.button,
.hero a,
.card a,
.info-card a,
.service-card a,
.page-card a,
.access-actions a,
.cta a,
.contact-actions a,
.section-actions a,
a[href*="google"],
a[href^="mailto:"],
a[href^="tel:"]{
  transition:transform .16s cubic-bezier(.2,1.35,.3,1), box-shadow .16s ease, background-color .16s ease, color .16s ease, border-color .16s ease!important;
  will-change:transform;
}

/* Hamburger icon: stronger desktop hover/focus and mobile tap feedback */
.menu-toggle:hover,
.menu-toggle:focus-visible,
.menu-toggle.tap-pop,
.menu-toggle.tap-pop-strong{
  transform:translateY(-4px) scale(1.14)!important;
  box-shadow:0 18px 36px rgba(31,39,48,.24), 0 0 0 4px rgba(155,16,34,.08)!important;
  border-color:rgba(155,16,34,.42)!important;
  background:#fff!important;
}

.menu-toggle:hover span,
.menu-toggle:focus-visible span,
.menu-toggle.tap-pop span,
.menu-toggle.tap-pop-strong span{
  background:var(--red)!important;
}

.menu-toggle:active{
  transform:translateY(-1px) scale(.94)!important;
  box-shadow:0 8px 18px rgba(31,39,48,.18)!important;
}

/* Header menu options: stronger pop effect */
.site-header .nav a:hover,
.site-header .nav a:focus-visible,
.site-header .nav a.tap-pop,
.site-header .nav a.tap-pop-strong{
  transform:translateY(-4px) scale(1.08)!important;
  box-shadow:0 18px 34px rgba(31,39,48,.20)!important;
}

.site-header .nav a:not(.contact-link):hover,
.site-header .nav a:not(.contact-link):focus-visible,
.site-header .nav a:not(.contact-link).tap-pop,
.site-header .nav a:not(.contact-link).tap-pop-strong{
  background:var(--navy)!important;
  color:#fff!important;
}

.site-header .nav a.contact-link:hover,
.site-header .nav a.contact-link:focus-visible,
.site-header .nav a.contact-link.tap-pop,
.site-header .nav a.contact-link.tap-pop-strong{
  background:var(--red-dark)!important;
  color:#fff!important;
}

.site-header .nav a:active{
  transform:translateY(-1px) scale(.94)!important;
  box-shadow:0 8px 18px rgba(31,39,48,.16)!important;
}

/* Main CTA buttons and text-link buttons in the requested screenshots */
.btn:hover,
.button:hover,
.hero a:hover,
.card a:hover,
.info-card a:hover,
.service-card a:hover,
.page-card a:hover,
.access-actions a:hover,
.cta a:hover,
.contact-actions a:hover,
.section-actions a:hover,
a[href*="google"]:hover,
.btn:focus-visible,
.button:focus-visible,
.hero a:focus-visible,
.card a:focus-visible,
.info-card a:focus-visible,
.service-card a:focus-visible,
.page-card a:focus-visible,
.access-actions a:focus-visible,
.cta a:focus-visible,
.contact-actions a:focus-visible,
.section-actions a:focus-visible,
a[href*="google"]:focus-visible,
.btn.tap-pop-strong,
.button.tap-pop-strong,
.hero a.tap-pop-strong,
.card a.tap-pop-strong,
.info-card a.tap-pop-strong,
.service-card a.tap-pop-strong,
.page-card a.tap-pop-strong,
.access-actions a.tap-pop-strong,
.cta a.tap-pop-strong,
.contact-actions a.tap-pop-strong,
.section-actions a.tap-pop-strong,
a[href*="google"].tap-pop-strong{
  transform:translateY(-4px) scale(1.06)!important;
  box-shadow:0 18px 36px rgba(31,39,48,.18)!important;
}

.btn:active,
.button:active,
.hero a:active,
.card a:active,
.info-card a:active,
.service-card a:active,
.page-card a:active,
.access-actions a:active,
.cta a:active,
.contact-actions a:active,
.section-actions a:active,
a[href*="google"]:active{
  transform:translateY(-1px) scale(.95)!important;
  box-shadow:0 8px 18px rgba(31,39,48,.14)!important;
}

/* Make the company overview white table/card boundary clearer */
.company-summary,
.company-card,
.company-table,
.table-card,
.company-section .table,
.company-section table,
.company .table,
.company table{
  background:#fff!important;
  box-shadow:
    0 28px 68px rgba(31,39,48,.16),
    0 10px 24px rgba(31,39,48,.10),
    0 0 0 1.5px rgba(31,39,48,.10)!important;
  border:1px solid rgba(31,39,48,.08)!important;
  border-radius:18px!important;
}

/* If the actual company table is a plain table inside a wrapper, lift the wrapper too. */
.company-summary .table,
.company-summary table,
.company-profile,
.company-profile .table,
.company-profile table{
  background:#fff!important;
  box-shadow:
    0 28px 68px rgba(31,39,48,.16),
    0 10px 24px rgba(31,39,48,.10),
    0 0 0 1.5px rgba(31,39,48,.10)!important;
  border:1px solid rgba(31,39,48,.08)!important;
  border-radius:18px!important;
  overflow:hidden!important;
}

/* Mobile: make tap feedback more visible, including hamburger open/close and menu options. */
@media(hover:none) and (pointer:coarse){
  .menu-toggle.tap-pop,
  .menu-toggle.tap-pop-strong,
  .menu-toggle:active{
    transform:translateY(-4px) scale(1.18)!important;
    box-shadow:0 20px 40px rgba(31,39,48,.28), 0 0 0 5px rgba(155,16,34,.10)!important;
    border-color:rgba(155,16,34,.48)!important;
  }

  .menu-toggle.tap-pop span,
  .menu-toggle.tap-pop-strong span,
  .menu-toggle:active span{
    background:var(--red)!important;
  }

  .site-header .nav a.tap-pop,
  .site-header .nav a.tap-pop-strong,
  .site-header .nav a:active{
    transform:translateY(-4px) scale(1.10)!important;
    box-shadow:0 20px 38px rgba(31,39,48,.22)!important;
  }

  .site-header .nav a:not(.contact-link).tap-pop,
  .site-header .nav a:not(.contact-link).tap-pop-strong,
  .site-header .nav a:not(.contact-link):active{
    background:var(--navy)!important;
    color:#fff!important;
  }

  .site-header .nav a.contact-link.tap-pop,
  .site-header .nav a.contact-link.tap-pop-strong,
  .site-header .nav a.contact-link:active{
    background:var(--red-dark)!important;
    color:#fff!important;
  }

  .btn.tap-pop-strong,
  .button.tap-pop-strong,
  .hero a.tap-pop-strong,
  .card a.tap-pop-strong,
  .info-card a.tap-pop-strong,
  .service-card a.tap-pop-strong,
  .page-card a.tap-pop-strong,
  .access-actions a.tap-pop-strong,
  .cta a.tap-pop-strong,
  .contact-actions a.tap-pop-strong,
  .section-actions a.tap-pop-strong,
  a[href*="google"].tap-pop-strong,
  .btn:active,
  .button:active,
  .hero a:active,
  .card a:active,
  .info-card a:active,
  .service-card a:active,
  .page-card a:active,
  .access-actions a:active,
  .cta a:active,
  .contact-actions a:active,
  .section-actions a:active,
  a[href*="google"]:active{
    transform:translateY(-4px) scale(1.08)!important;
    box-shadow:0 20px 38px rgba(31,39,48,.20)!important;
  }
}


.company-summary .container{
  position:relative;
}

/* v55: make card-link click/active background match the page/card background */
.card-link,
.card-link:link,
.card-link:visited,
.card-link:hover,
.card-link:focus,
.card-link:focus-visible,
.card-link:active,
.card-link.tap-pop,
.card-link.tap-pop-strong,
.card a.card-link,
.card a.card-link:focus,
.card a.card-link:active,
.card a.card-link.tap-pop,
.card a.card-link.tap-pop-strong{
  background:var(--paper)!important;
  background-color:var(--paper)!important;
  box-shadow:none!important;
  outline:none!important;
  border:none!important;
  -webkit-tap-highlight-color:transparent!important;
  text-decoration:none!important;
}

.card-link::selection,
.card-link *::selection{
  background:transparent!important;
  color:inherit!important;
}

.card-link::-moz-selection,
.card-link *::-moz-selection{
  background:transparent!important;
  color:inherit!important;
}


/* v56 stronger iOS hamburger menu item pop */
@media(max-width:1380px){
  .site-header .nav{
    overflow:visible!important;
  }

  .site-header .nav a{
    transform-origin:center center!important;
    will-change:transform, box-shadow, background-color, color!important;
    transition:
      transform .18s cubic-bezier(.18,1.45,.28,1),
      box-shadow .18s ease,
      background-color .18s ease,
      color .18s ease!important;
  }
}

@media(hover:none) and (pointer:coarse){
  .site-header .nav a.nav-tap-pop-ios,
  .site-header .nav a.tap-pop,
  .site-header .nav a.tap-pop-strong,
  .site-header .nav a:active{
    transform:translateY(-8px) scale(1.22)!important;
    box-shadow:
      0 32px 62px rgba(31,39,48,.34),
      0 0 0 7px rgba(31,39,48,.08)!important;
    position:relative!important;
    z-index:1005!important;
  }

  .site-header .nav a:not(.contact-link).nav-tap-pop-ios,
  .site-header .nav a:not(.contact-link).tap-pop,
  .site-header .nav a:not(.contact-link).tap-pop-strong,
  .site-header .nav a:not(.contact-link):active{
    background:var(--navy)!important;
    color:#fff!important;
  }

  .site-header .nav a.contact-link.nav-tap-pop-ios,
  .site-header .nav a.contact-link.tap-pop,
  .site-header .nav a.contact-link.tap-pop-strong,
  .site-header .nav a.contact-link:active{
    background:var(--red-dark)!important;
    color:#fff!important;
  }
}

/* iPad sometimes reports hover-capable even on touch. Force the same effect when the class is added. */
.site-header .nav a.nav-tap-pop-ios{
  transform:translateY(-8px) scale(1.22)!important;
  box-shadow:
    0 32px 62px rgba(31,39,48,.34),
    0 0 0 7px rgba(31,39,48,.08)!important;
  position:relative!important;
  z-index:1005!important;
}

.site-header .nav a:not(.contact-link).nav-tap-pop-ios{
  background:var(--navy)!important;
  color:#fff!important;
}

.site-header .nav a.contact-link.nav-tap-pop-ios{
  background:var(--red-dark)!important;
  color:#fff!important;
}


/* v57 iOS/iPad hamburger text pop */
.site-header .nav a .nav-link-label{
  display:inline-block;
  transform-origin:center center;
  transition:
    transform .22s cubic-bezier(.18,1.45,.28,1),
    letter-spacing .22s ease,
    text-shadow .22s ease,
    opacity .22s ease;
  will-change:transform, letter-spacing, text-shadow;
}

@media (max-width:1380px){
  .site-header .nav a.ios-menu-press,
  .site-header .nav a.ios-menu-press:active{
    transform:translateY(-8px) scale(1.07)!important;
    box-shadow:0 24px 48px rgba(31,39,48,.24), 0 0 0 5px rgba(31,39,48,.06)!important;
    position:relative!important;
    z-index:1008!important;
  }

  .site-header .nav a.ios-menu-press .nav-link-label,
  .site-header .nav a.ios-menu-press:active .nav-link-label{
    transform:translateY(-3px) scale(1.14)!important;
    letter-spacing:.02em!important;
    text-shadow:0 8px 18px rgba(31,39,48,.18)!important;
  }

  .site-header .nav a:not(.contact-link).ios-menu-press,
  .site-header .nav a:not(.contact-link).ios-menu-press:active{
    background:var(--navy)!important;
    color:#fff!important;
  }

  .site-header .nav a.contact-link.ios-menu-press,
  .site-header .nav a.contact-link.ios-menu-press:active{
    background:var(--red-dark)!important;
    color:#fff!important;
  }
}

@supports (-webkit-touch-callout: none){
  @media (max-width:1380px){
    .site-header .nav a.ios-menu-press,
    .site-header .nav a.ios-menu-press:active{
      transform:translateY(-9px) scale(1.08)!important;
      box-shadow:0 28px 56px rgba(31,39,48,.28), 0 0 0 6px rgba(31,39,48,.08)!important;
    }

    .site-header .nav a.ios-menu-press .nav-link-label,
    .site-header .nav a.ios-menu-press:active .nav-link-label{
      transform:translateY(-4px) scale(1.17)!important;
      letter-spacing:.025em!important;
      text-shadow:0 9px 20px rgba(31,39,48,.20)!important;
    }
  }
}


/* v59 fix: remove rounded white background on the company-summary section itself.
   Keep the shadow only on the actual table/card so corner bleed is not visible. */
.company-summary{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  border-radius:0 !important;
  overflow:visible !important;
}
.company-summary .container{
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}


/* v60 mobile: remove browser tap-highlight rectangles/squares on clickable items.
   Keep the press/pop animation, but make tap highlight transparent like the submit button. */
@media (hover:none) and (pointer:coarse){
  .site-logo a,
  .site-logo img,
  .site-logo svg,
  .menu-toggle,
  .menu-toggle *,
  .site-header .nav a,
  .site-header .nav a *,
  .footer-links a,
  .footer-links a *,
  .footer-phone a,
  .footer-phone a *,
  .btn,
  .btn *,
  .button,
  .button *,
  .hero a,
  .hero a *,
  .card a,
  .card a *,
  .info-card a,
  .info-card a *,
  .service-card a,
  .service-card a *,
  .page-card a,
  .page-card a *,
  .access-actions a,
  .access-actions a *,
  .cta a,
  .cta a *,
  .contact-actions a,
  .contact-actions a *,
  .section-actions a,
  .section-actions a *,
  .map-buttons a,
  .map-buttons a *,
  a[href*="google"],
  a[href*="google"] *,
  a[href^="mailto:"],
  a[href^="mailto:"] *,
  a[href^="tel:"],
  a[href^="tel:"] *,
  .mobile-call-float,
  .mobile-call-float *,
  .scroll-top,
  .scroll-top *,
  .contact-panel a,
  .contact-panel a *,
  .contact-form button,
  .contact-form button *,
  .contact-form input[type="checkbox"]{
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    tap-highlight-color: transparent !important;
    outline: none !important;
    -webkit-touch-callout: none !important;
  }

  .site-logo a,
  .menu-toggle,
  .site-header .nav a,
  .footer-links a,
  .footer-phone a,
  .btn,
  .button,
  .hero a,
  .card a,
  .info-card a,
  .service-card a,
  .page-card a,
  .access-actions a,
  .cta a,
  .contact-actions a,
  .section-actions a,
  .map-buttons a,
  a[href*="google"],
  a[href^="mailto:"],
  a[href^="tel:"],
  .mobile-call-float,
  .scroll-top,
  .contact-panel a{
    -webkit-user-select: none !important;
    user-select: none !important;
    background-clip: padding-box !important;
  }

  .site-logo a:focus,
  .site-logo a:active,
  .menu-toggle:focus,
  .menu-toggle:active,
  .site-header .nav a:focus,
  .site-header .nav a:active,
  .footer-links a:focus,
  .footer-links a:active,
  .footer-phone a:focus,
  .footer-phone a:active,
  .btn:focus,
  .btn:active,
  .button:focus,
  .button:active,
  .hero a:focus,
  .hero a:active,
  .card a:focus,
  .card a:active,
  .info-card a:focus,
  .info-card a:active,
  .service-card a:focus,
  .service-card a:active,
  .page-card a:focus,
  .page-card a:active,
  .access-actions a:focus,
  .access-actions a:active,
  .cta a:focus,
  .cta a:active,
  .contact-actions a:focus,
  .contact-actions a:active,
  .section-actions a:focus,
  .section-actions a:active,
  .map-buttons a:focus,
  .map-buttons a:active,
  a[href*="google"]:focus,
  a[href*="google"]:active,
  a[href^="mailto:"]:focus,
  a[href^="mailto:"]:active,
  a[href^="tel:"]:focus,
  a[href^="tel:"]:active,
  .mobile-call-float:focus,
  .mobile-call-float:active,
  .scroll-top:focus,
  .scroll-top:active,
  .contact-panel a:focus,
  .contact-panel a:active{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  }
}


/* v61 mobile: explicitly fix remaining tap highlight boxes on header logo and scroll-to-top button */
@media (hover:none) and (pointer:coarse){
  .brand,
  .brand *,
  .brand img,
  .scroll-to-top,
  .scroll-to-top *{
    -webkit-tap-highlight-color: transparent !important;
    tap-highlight-color: transparent !important;
    outline: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
  }

  .brand:focus,
  .brand:active,
  .brand img:focus,
  .brand img:active,
  .scroll-to-top:focus,
  .scroll-to-top:active{
    outline: none !important;
    box-shadow: inherit;
    -webkit-tap-highlight-color: transparent !important;
  }

  .brand img{
    pointer-events: none;
  }
}


/* v62 footer navigation: slightly larger text and stronger tap/press lift */
.footer-links a{
  font-size:14.5px!important;
  font-weight:800!important;
  display:inline-block!important;
  transform-origin:center center!important;
  transition:
    transform .18s cubic-bezier(.18,1.35,.28,1),
    color .18s ease,
    text-shadow .18s ease!important;
  will-change:transform;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links a:active,
.footer-links a.tap-pop,
.footer-links a.tap-pop-strong{
  transform:translateY(-3px) scale(1.08)!important;
  color:#fff!important;
  text-shadow:0 10px 22px rgba(255,255,255,.22), 0 12px 28px rgba(0,0,0,.22)!important;
}

@media(max-width:880px){
  .footer-links a{
    font-size:14px!important;
  }

  .footer-links a:hover,
  .footer-links a:focus,
  .footer-links a:active,
  .footer-links a.tap-pop,
  .footer-links a.tap-pop-strong{
    transform:translateY(-4px) scale(1.10)!important;
    color:#fff!important;
    text-shadow:0 10px 24px rgba(255,255,255,.25), 0 12px 28px rgba(0,0,0,.24)!important;
  }
}

@media(max-width:380px){
  .footer-links a{
    font-size:13.6px!important;
  }
}


/* v63 desktop footer nav hover/press color back to brand red */
@media(hover:hover) and (pointer:fine){
  .footer-links a:hover,
  .footer-links a:focus-visible,
  .footer-links a:active,
  .footer-links a.tap-pop,
  .footer-links a.tap-pop-strong{
    color:var(--red)!important;
    text-shadow:0 10px 22px rgba(155,16,34,.18), 0 12px 28px rgba(0,0,0,.18)!important;
  }
}


/* v64 desktop footer nav: remove bold on hover/press, stronger top button pop */
@media(hover:hover) and (pointer:fine){
  .footer-links a{
    font-weight:600!important;
  }

  .footer-links a:hover,
  .footer-links a:focus-visible,
  .footer-links a:active,
  .footer-links a.tap-pop,
  .footer-links a.tap-pop-strong{
    font-weight:600!important;
    color:var(--red)!important;
  }
}

/* Strengthen scroll-to-top button pop on both desktop and mobile */
.scroll-to-top{
  transform-origin:center center!important;
  transition:
    opacity .3s,
    visibility .3s,
    transform .18s cubic-bezier(.18,1.35,.28,1),
    box-shadow .18s ease,
    background-color .18s ease!important;
  will-change:transform;
}

.scroll-to-top:hover,
.scroll-to-top:focus-visible,
.scroll-to-top:active,
.scroll-to-top.tap-pop,
.scroll-to-top.tap-pop-strong{
  transform:translateY(-5px) scale(1.13)!important;
  box-shadow:0 18px 38px rgba(155,16,34,.36)!important;
}

@media(hover:none) and (pointer:coarse){
  .scroll-to-top:hover,
  .scroll-to-top:focus,
  .scroll-to-top:active,
  .scroll-to-top.tap-pop,
  .scroll-to-top.tap-pop-strong{
    transform:translateY(-6px) scale(1.16)!important;
    box-shadow:0 20px 42px rgba(155,16,34,.40)!important;
  }
}


/* v65 content upgrade cards */
.notice{
  box-shadow:0 12px 34px rgba(31,39,48,.05);
}

.service-flow-note{
  color:var(--slate);
  font-size:14px;
}


/* v66 fix hero logo card note overflow */
.hero-logo-card .note{
  white-space:normal!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  line-height:1.8!important;
  text-align:center!important;
  max-width:100%!important;
}

.home-logo-card .note{
  font-size:15px!important;
}

@media(max-width:880px){
  .home-logo-card .note,
  .hero-logo-card .note{
    font-size:13.5px!important;
    line-height:1.7!important;
  }
}


/* PHP SMTP contact form */
.hp-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

.thanks-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:42px;
  box-shadow:var(--shadow);
  max-width:820px;
  margin:0 auto;
}

.thanks-card h2{
  margin:0 0 16px;
  font-size:32px;
  color:var(--navy-2);
}

.thanks-card p{
  color:var(--slate);
}

.thanks-actions{
  margin-top:26px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.error-list{
  background:#fff7f7;
  border:1px solid rgba(155,16,34,.22);
  border-radius:16px;
  padding:16px 18px;
  color:var(--red);
  font-weight:700;
}

@media(max-width:880px){
  .thanks-card{
    padding:28px 22px;
  }
}


/* v68 official wording and honeypot input adjustment */
input.hp-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}


/* v69 desktop page-hero paragraph width adjustment */
@media(min-width:1200px){
  .page-hero p{
    max-width:min(1280px, calc(100vw - 420px))!important;
  }

  .page-hero .container > p{
    max-width:min(1280px, calc(100vw - 420px))!important;
  }
}

@media(min-width:1600px){
  .page-hero p,
  .page-hero .container > p{
    max-width:1360px!important;
    white-space:normal!important;
  }
}


/* v70 final refinements: logo hover, text widths, lighter nav */
.brand{
  transition:transform .18s cubic-bezier(.18,1.35,.28,1), filter .18s ease!important;
  transform-origin:left center!important;
  will-change:transform;
}

.brand:hover,
.brand:focus-visible,
.brand:active,
.brand.tap-pop,
.brand.tap-pop-strong{
  transform:translateY(-3px) scale(1.035)!important;
  filter:drop-shadow(0 12px 22px rgba(31,39,48,.14))!important;
}

@media(hover:none) and (pointer:coarse){
  .brand:hover,
  .brand:focus,
  .brand:active,
  .brand.tap-pop,
  .brand.tap-pop-strong{
    transform:translateY(-3px) scale(1.04)!important;
    filter:drop-shadow(0 12px 22px rgba(31,39,48,.16))!important;
  }
}

.nav a,
.site-header .nav a{
  font-weight:600!important;
}

.footer-links a{
  font-weight:500!important;
}

@media(hover:hover) and (pointer:fine){
  .footer-links a,
  .footer-links a:hover,
  .footer-links a:focus-visible,
  .footer-links a:active,
  .footer-links a.tap-pop,
  .footer-links a.tap-pop-strong{
    font-weight:500!important;
  }
}

@media(min-width:1180px){
  .section-title{
    grid-template-columns:auto minmax(620px, 1fr);
  }

  .section-title p{
    max-width:780px!important;
  }
}

@media(min-width:1500px){
  .section-title p{
    max-width:920px!important;
  }
}


/* v71 text-width and font-weight refinements */

/* 1) 首页“事業領域”说明文字：桌面端起始位置更靠左，并尽量一行显示 */
@media(min-width:1100px){
  .section-title{
    display:grid!important;
    grid-template-columns:auto minmax(820px, 1fr)!important;
    align-items:end!important;
    gap:20px!important;
  }

  .section-title p{
    max-width:1180px!important;
  }
}

@media(min-width:1450px){
  .section-title{
    grid-template-columns:auto minmax(1040px, 1fr)!important;
    gap:18px!important;
  }

  .section-title p{
    max-width:1380px!important;
  }
}

@media(min-width:1700px){
  .section-title p{
    max-width:1560px!important;
  }
}

/* 2) よくある質問：问题文字调细，回答部分保持原样 */
.faq-item summary{
  font-weight:500!important;
}

.faq-item summary::marker{
  font-weight:500!important;
}

.faq-item h3{
  font-weight:500!important;
}

/* 3) お問い合わせフォーム：标签、输入框、选择框、placeholder、客人输入内容调细 */
.contact-form label{
  font-weight:500!important;
}

.contact-form input,
.contact-form textarea,
.contact-form select{
  font-weight:400!important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
  font-weight:400!important;
  color:#7a8492!important;
}

.contact-form option{
  font-weight:400!important;
}

/* 必須/任意标签保持辨识，但不要太粗 */
.contact-form label span{
  font-weight:500!important;
}


/* v74 selected description paragraphs right aligned */
@media(min-width:881px){
  .text-right-selected{
    text-align:right!important;
  }
}

@media(max-width:880px){
  .text-right-selected{
    text-align:left!important;
  }
}


/* v75 service license section title width fix */
@media(min-width:881px){
  #license .section-title{
    grid-template-columns:minmax(420px, auto) 1fr!important;
    column-gap:42px!important;
  }

  #license .section-title h2{
    white-space:nowrap!important;
    max-width:none!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    line-break:strict!important;
  }

  #license .section-title p{
    max-width:920px!important;
  }
}

@media(min-width:1300px){
  #license .section-title{
    grid-template-columns:minmax(520px, auto) 1fr!important;
    column-gap:48px!important;
  }

  #license .section-title p{
    max-width:1100px!important;
  }
}


/* v76 mobile breathing room adjustment */
@media(max-width:880px){
  body{
    line-height:1.78;
  }

  .section{
    padding-top:64px!important;
    padding-bottom:64px!important;
  }

  .page-hero{
    padding-top:54px!important;
    padding-bottom:54px!important;
  }

  .hero{
    padding-top:54px!important;
    padding-bottom:58px!important;
  }

  .hero-inner,
  .feature,
  .contact-layout,
  .footer-inner{
    gap:30px!important;
  }

  .section-title{
    margin-bottom:30px!important;
    gap:14px!important;
  }

  .section-title h2{
    margin-bottom:10px!important;
  }

  .section-title p{
    line-height:1.9!important;
  }

  .grid{
    gap:24px!important;
  }

  .card,
  .feature-box,
  .kv-panel,
  .contact-form-card,
  .contact-info-card,
  .faq-item{
    padding:26px 22px!important;
  }

  .card + .card,
  .faq-item + .faq-item{
    margin-top:4px;
  }

  .card h3,
  .feature-box h2,
  .kv-panel h3{
    margin-bottom:14px!important;
  }

  .card p,
  .feature-box p,
  .kv-panel p,
  .faq-item p{
    line-height:1.86!important;
  }

  .steps{
    gap:20px!important;
  }

  .step{
    padding:24px 22px!important;
  }

  .badges{
    gap:10px!important;
    margin-top:20px!important;
  }

  .contact-form{
    gap:22px!important;
  }

  .contact-form label{
    gap:10px!important;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select{
    padding-top:15px!important;
    padding-bottom:15px!important;
  }

  .contact-form textarea{
    min-height:150px!important;
  }

  .table th,
  .table td{
    padding-top:18px!important;
    padding-bottom:18px!important;
  }

  .map-wrap{
    margin-top:20px!important;
  }

  .footer{
    padding-top:48px!important;
    padding-bottom:42px!important;
  }

  .footer-top{
    gap:26px!important;
    margin-bottom:28px!important;
  }
}

@media(max-width:520px){
  .section{
    padding-top:58px!important;
    padding-bottom:58px!important;
  }

  .page-hero{
    padding-top:48px!important;
    padding-bottom:50px!important;
  }

  .hero{
    padding-top:48px!important;
    padding-bottom:54px!important;
  }

  .card,
  .feature-box,
  .kv-panel,
  .contact-form-card,
  .contact-info-card,
  .faq-item{
    padding:24px 20px!important;
  }

  .grid{
    gap:22px!important;
  }

  .section-title{
    margin-bottom:28px!important;
  }
}


/* v77 mobile select text clipping fix */
@media(max-width:880px){
  .contact-form select{
    min-height:56px!important;
    height:56px!important;
    line-height:1.35!important;
    padding-top:0!important;
    padding-bottom:0!important;
    display:block!important;
    appearance:auto!important;
    -webkit-appearance:menulist!important;
  }
}

@media(max-width:520px){
  .contact-form select{
    min-height:58px!important;
    height:58px!important;
    line-height:1.35!important;
  }
}


/* v78 mobile home logo note orphan-line adjustment */
@media(max-width:880px){
  .home-logo-card .note{
    font-size:clamp(15px, 3.7vw, 17px)!important;
    line-height:1.72!important;
    letter-spacing:.01em!important;
    text-align:center!important;
  }
}

@media(max-width:420px){
  .home-logo-card .note{
    font-size:15px!important;
    line-height:1.7!important;
  }
}


/* v79: specific license policy text left alignment */
.license-left-align{
  text-align:left!important;
}
