
:root{
  --blue:#0057b8;
  --blue-dark:#003f90;
  --blue-deep:#003169;
  --blue-soft:#eaf6ff;
  --blue-very-soft:#f7fbff;
  --aqua:#58c4ee;
  --green:#24a56b;
  --warm:#fff8ec;
  --text:#123154;
  --muted:#5d7087;
  --line:#e1ebf4;
  --shadow:0 16px 38px rgba(3,38,82,.09);
  --shadow-lg:0 24px 58px rgba(3,38,82,.13);
  --radius-xl:28px;
  --radius-lg:18px;
  --radius-md:12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{
  position:relative;
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic",YuGothic,Meiryo,sans-serif;
  color:var(--text);
  background:
    linear-gradient(180deg,#ffffff 0%,#ffffff 44%,#f8fbfe 100%);
  line-height:1.75;
  letter-spacing:0;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body::before,
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    url("data:image/svg+xml,%3Csvg width='1440' height='980' viewBox='0 0 1440 980' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-96 250C116 182 300 318 520 262C738 206 918 184 1104 268C1242 330 1360 318 1530 238' stroke='%230057B8' stroke-opacity='.105' stroke-width='1.5'/%3E%3Cpath d='M-74 318C148 388 322 220 548 304C744 376 900 356 1072 272C1248 186 1358 236 1510 330' stroke='%2324A56B' stroke-opacity='.075' stroke-width='1.25'/%3E%3Cpath d='M-118 618C102 550 286 672 500 620C720 566 920 548 1094 624C1258 696 1370 650 1538 574' stroke='%230057B8' stroke-opacity='.07' stroke-width='1.35'/%3E%3Cpath d='M-86 692C126 752 320 590 546 674C742 746 902 730 1084 640C1258 554 1372 604 1522 700' stroke='%2324A56B' stroke-opacity='.055' stroke-width='1.15'/%3E%3Cpath d='M176 88C356 138 520 54 696 98C872 142 1002 166 1184 100C1288 62 1382 78 1496 128' stroke='%230057B8' stroke-opacity='.052' stroke-width='1.15'/%3E%3C/svg%3E") center top / 122% auto no-repeat;
  animation:pageLinesDrift 9s ease-in-out infinite alternate;
}
body::after{
  background:
    url("data:image/svg+xml,%3Csvg width='1440' height='980' viewBox='0 0 1440 980' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-120 386C80 314 276 414 480 364C694 312 884 296 1076 374C1236 440 1368 422 1540 350' stroke='%230057B8' stroke-opacity='.072' stroke-width='1.25'/%3E%3Cpath d='M-96 468C126 536 322 384 540 458C734 524 902 506 1082 426C1258 348 1386 396 1526 476' stroke='%2324A56B' stroke-opacity='.058' stroke-width='1.1'/%3E%3Cpath d='M-138 774C84 714 276 812 508 760C732 710 904 704 1098 774C1262 834 1386 808 1538 742' stroke='%230057B8' stroke-opacity='.06' stroke-width='1.2'/%3E%3C/svg%3E") center 80px / 126% auto no-repeat;
  animation:pageLinesCrossDrift 11s ease-in-out infinite alternate;
}
body > *{position:relative;z-index:1}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
svg{display:block;width:100%;height:100%;fill:currentColor;stroke:currentColor;stroke-width:1.8}
.container{width:min(1160px,calc(100% - 48px));margin-inline:auto}
.section-gap-first{padding-top:28px}
.section-gap{padding-top:40px}
.sp-only{display:none}
.tablet-only{display:none}
:focus-visible{outline:3px solid rgba(36,165,107,.36);outline-offset:4px;border-radius:8px}

.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(16px) saturate(1.25);
  border-bottom:1px solid rgba(0,63,144,.10);
}
.header-inner{display:flex;align-items:center;gap:24px;min-height:76px}
.brand{display:flex;align-items:center;gap:12px;min-width:180px}
.brand img{width:96px}
.brand-copy{min-width:0}
.brand-copy strong{display:block;font-size:16px;line-height:1.18;white-space:nowrap}
.brand-copy small{display:block;font-size:11px;color:var(--muted);line-height:1.35;white-space:nowrap}
.nav{margin-left:auto;display:flex;gap:24px;font-size:14px;font-weight:800;color:#1d3e62}
.nav a{position:relative;white-space:nowrap}
.nav a::after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .24s ease}
.nav a:hover::after{transform:scaleX(1)}
.header-cta{
  white-space:nowrap;
  display:grid;
  gap:1px;
  align-content:center;
  min-width:156px;
  min-height:58px;
  padding:8px 16px 9px;
  border:0;
  border-radius:14px;
  background:linear-gradient(180deg,#fff 0%,#f3f9ff 100%);
  color:var(--blue-dark);
  box-shadow:none;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.header-cta:hover{transform:translateY(-1px);box-shadow:none}
.header-cta span{font-size:11px;line-height:1.1;font-weight:900;color:var(--blue)}
.header-cta strong{font-size:18px;line-height:1.1;font-weight:900;letter-spacing:0;color:#101a24}
.header-cta small{font-size:10px;line-height:1.2;font-weight:800;color:#607386}
.menu-toggle{
  position:relative;
  display:none;
  width:46px;height:46px;border:0;border-radius:0;
  background:transparent;color:var(--blue-dark);box-shadow:none;
  padding:0;cursor:pointer;
  transition:color .24s ease;
}
.menu-toggle:hover{background:transparent;border-color:transparent;box-shadow:none;color:var(--blue)}
.menu-toggle span{
  position:absolute;left:12px;width:22px;height:2px;border-radius:999px;background:currentColor;
  transform-origin:center;
  transition:top .28s cubic-bezier(.68,-.55,.27,1.55),transform .28s cubic-bezier(.68,-.55,.27,1.55),opacity .18s ease;
}
.menu-toggle span:nth-child(1){top:14px}
.menu-toggle span:nth-child(2){top:22px}
.menu-toggle span:nth-child(3){top:30px}
.menu-toggle.is-open span:nth-child(1){top:22px;transform:rotate(45deg)}
.menu-toggle.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}
.menu-toggle.is-open span:nth-child(3){top:22px;transform:rotate(-45deg)}
.mobile-menu{display:none}

.hero{padding-bottom:0}
.hero-card{
  position:relative;
  border-radius:var(--radius-xl) 0 var(--radius-xl) 0;
  overflow:hidden;
  isolation:isolate;
  display:grid;
  grid-template-columns:.98fr 1.02fr;
  min-height:486px;
  box-shadow:var(--shadow-lg);
  background:#fff;
  border:0;
}
.hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(81,194,238,1) 0%,rgba(43,166,229,1) 34%,rgba(31,154,222,.92) 45%,rgba(31,154,222,.58) 57%,rgba(31,154,222,.16) 70%,rgba(31,154,222,0) 82%);
  pointer-events:none;
}
.hero-copy{
  position:relative;
  z-index:2;
  width:min(820px,76vw);
  padding:58px 52px;
  color:#fff;
  background:transparent;
}
.hero-copy > *{position:relative;z-index:4}
.hero-copy::after{display:none}
.pill{
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;color:var(--blue-dark);font-size:14px;font-weight:900;
  padding:8px 18px;border-radius:999px;margin-bottom:24px;
  box-shadow:0 8px 20px rgba(0,49,105,.10);
}
.hero h1{max-width:none;font-size:38px;line-height:1.42;margin:0 0 18px;font-weight:900;letter-spacing:0}
.hero h1 span{display:block;white-space:nowrap}
.hero p{max-width:650px;margin:0 0 30px;font-weight:800}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.hero-media{position:absolute;z-index:0;inset:0 0 0 38%;min-height:486px;background:#eff6fb;overflow:hidden}
.hero-media::before,.hero-media::after{display:none}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-slide-family{object-position:center}
.hero-slide-couple{object-position:center}
.hero-slide-disposer{object-position:center}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:scale(var(--hero-slide-scale,1.025));
  transition:opacity 1.2s ease,transform 6s ease;
}
.hero-slide.is-active{
  opacity:1;
  transform:scale(var(--hero-slide-active-scale,1));
}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:54px;padding:0 28px;border-radius:999px;font-weight:900;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn::after{content:"›";font-size:24px;line-height:1}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;box-shadow:0 12px 22px rgba(0,87,184,.25)}
.btn-primary:hover{box-shadow:0 16px 28px rgba(0,87,184,.28)}
.btn-pdf img{width:15px;height:15px;object-fit:contain;filter:brightness(0) invert(1)}
.btn-secondary{background:#fff;color:var(--blue-dark);box-shadow:0 10px 20px rgba(0,0,0,.07)}
.btn-secondary:hover{box-shadow:0 14px 24px rgba(0,0,0,.10)}
.btn-link{padding-left:8px;color:var(--blue-dark)}
.btn-link::after{font-size:22px}
.product-actions .btn-link{
  min-height:50px;
  padding-right:12px;
}

.contact-strip{position:relative;z-index:4;padding:0 0 48px;margin-top:-22px}
.contact-card{
  max-width:960px;
  background:#fff;border:1px solid var(--line);
  border-radius:18px;box-shadow:var(--shadow);
  display:flex;justify-content:space-between;align-items:center;gap:32px;
  padding:26px 34px;
}
.contact-main{display:flex;align-items:center;gap:20px;min-width:0}
.contact-text{display:flex;flex-direction:column}
.contact-label{margin:0 0 8px;font-weight:900;font-size:24px;line-height:1.45;color:var(--blue-dark)}
.contact-message{max-width:560px;margin:0;color:#40566d;font-size:14px;font-weight:800;line-height:1.8}
.contact-points{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0 0;
  padding:0;
}
.contact-points li{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#f1f9ff;
  color:var(--blue-dark);
  font-size:12px;
  font-weight:900;
  border:1px solid rgba(0,87,184,.09);
}
.contact-points li::before{
  content:"";
  width:6px;
  height:6px;
  margin-right:7px;
  border-radius:50%;
  background:var(--green);
}
.contact-side{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex:0 0 auto;margin-left:auto}
.contact-button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;
  font-weight:900;padding:16px 34px;border-radius:999px;box-shadow:0 10px 20px rgba(0,87,184,.20);
  transition:transform .22s ease,box-shadow .22s ease;
}
.contact-button:hover{transform:translateY(-2px);box-shadow:0 16px 26px rgba(0,87,184,.25)}
.contact-button::after{content:"›";font-size:24px;line-height:1}

.section-title{font-size:30px;line-height:1.35;text-align:center;margin:0 0 32px;font-weight:900;letter-spacing:0}
.info-card{background:rgba(255,255,255,.9);border:1px solid rgba(0,63,144,.09);border-radius:12px;box-shadow:0 8px 20px rgba(4,46,97,.035)}

.svg-icon{position:relative;width:60px;height:60px;margin:0 auto;color:var(--blue)}
.svg-icon.blue{color:var(--blue)}
.svg-icon.gray{color:#7e8791}
.svg-icon.soft{color:#7ab5ee;background:rgba(97,167,239,.08);border-radius:14px;padding:10px;width:58px;height:58px}

.product{padding-bottom:10px}
#product-detail{scroll-margin-top:96px}
.product-card{
  position:relative;overflow:hidden;
  display:grid;grid-template-columns:minmax(0,620px) 1fr;align-items:center;gap:28px;
  min-height:520px;
  padding:56px 52px;
  background:
    linear-gradient(90deg,rgba(247,252,255,.98) 0%,rgba(247,252,255,.96) 32%,rgba(247,252,255,.82) 50%,rgba(247,252,255,.46) 66%,rgba(247,252,255,.14) 82%,rgba(247,252,255,0) 100%),
    url("./assets/ef750-product.png") right center / auto 100% no-repeat;
  border:1px solid rgba(0,87,184,.08);
  border-radius:20px;box-shadow:var(--shadow-lg)
}
.product-card::after{
  content:"";position:absolute;inset:auto 0 0 0;height:38%;
  background:linear-gradient(0deg,rgba(255,255,255,.34),rgba(255,255,255,0));
  pointer-events:none;
}
.product-copy{position:relative;z-index:1}
.product-image-sp{display:none}
.eyebrow{margin:0 0 8px;font-size:15px;font-weight:900;color:var(--blue)}
.product h2{margin:0 0 16px;font-size:43px;line-height:1.18;font-weight:700;color:var(--blue-dark)}
.lead{margin:0 0 24px;font-size:17px;font-weight:800}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 28px}
.feature-item{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(0,87,184,.10);
  border-radius:14px;
  padding:18px 13px 16px;
  text-align:center;
  box-shadow:0 10px 22px rgba(4,46,97,.035);
  backdrop-filter:blur(3px);
}
.small-icon{
  width:58px;
  height:58px;
  margin:0 auto 10px;
  color:var(--blue);
  border-radius:50%;
  background:#e7f5ff;
  display:grid;
  place-items:center;
}
.small-icon img{width:72%;height:72%;object-fit:contain;display:block;mix-blend-mode:multiply}
.small-icon svg{stroke-width:1.8}
.small-icon .icon-bg{fill:#eaf6ff;stroke:none}
.small-icon .icon-accent{stroke:var(--aqua)}
.feature-item b{display:block;font-size:15px;line-height:1.35;margin-bottom:5px}
.feature-item small{display:block;color:#5f7288;font-size:12px;font-weight:800;line-height:1.55;text-wrap:balance}
.product-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}

.brand-section{
  position:relative;
  overflow:hidden;
  margin-top:18px;
  padding:62px 0;
  background:linear-gradient(135deg,#004d9f 0%, #003571 100%);
  color:#fff;
}
.brand-card{
  position:relative;
  z-index:1;
  color:#fff;
  width:min(1060px,calc(100% - 96px));
  padding:0;
  display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center;
}
.brand-copy-wrap h2{font-size:34px;line-height:1.3;margin:0 0 20px}
.brand-list{list-style:none;margin:0;padding:0;display:grid;gap:26px}
.brand-list li{display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start}
.list-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#e7f5ff;color:var(--blue)}
.list-icon img{width:36px;height:36px;object-fit:contain;mix-blend-mode:multiply;transform:translateY(5px)}
.brand-list li:first-child .list-icon img{margin-top:-4px;transform:translateY(11px)}
.list-icon .brand-list-icon-02{margin-top:-2px;transform:translateY(9px)}
.brand-list b{display:block;font-size:17px;line-height:1.4;margin-bottom:3px}
.brand-list span{display:block;font-size:13px;line-height:1.65;opacity:.9}
.brand-link{
  display:inline-flex;align-items:center;gap:8px;margin-top:24px;
  min-height:46px;padding:0 20px;border-radius:999px;
  border:1px solid rgba(255,255,255,.54);color:#fff;
  font-weight:900;font-size:14px;
  background:rgba(255,255,255,.08);
  transition:background .22s ease,transform .22s ease;
}
.brand-link::after{content:"›";font-size:22px;line-height:1}
.brand-link:hover{background:rgba(255,255,255,.16);transform:translateY(-1px)}
.brand-slider{display:grid;gap:18px;justify-items:center}
.brand-slider-frame{
  position:relative;
  width:100%;
  aspect-ratio:16 / 10;
  overflow:hidden;
  border:16px solid #fff;
  border-radius:4px;
  background:rgba(255,255,255,.22);
  box-shadow:0 18px 34px rgba(0,0,0,.20);
}
.brand-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:0;
  transform:scale(1.025);
  transition:opacity .9s ease,transform 5.5s ease;
}
.brand-slide.is-active{opacity:1;transform:scale(1)}
.brand-slider-dots{display:flex;align-items:center;justify-content:center;gap:14px}
.brand-slider-dots button{
  width:12px;
  height:12px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.52);
  cursor:pointer;
  transition:transform .22s ease,background .22s ease;
}
.brand-slider-dots button.is-active{
  background:#fff;
  transform:scale(1.22);
}

@keyframes pageLinesDrift{
  from{transform:translate3d(-34px,8px,0) skewY(-.8deg) scale(1)}
  to{transform:translate3d(38px,-10px,0) skewY(.85deg) scale(1.018)}
}

@keyframes pageLinesCrossDrift{
  from{transform:translate3d(34px,-8px,0) skewY(.7deg) scale(1.012)}
  to{transform:translate3d(-38px,10px,0) skewY(-.75deg) scale(1)}
}

@media (prefers-reduced-motion: reduce){
  body::before,
  body::after{animation:none}
}

.reveal-ready .reveal-on-scroll{
  opacity:0;
  transform:translate3d(0,22px,0);
  transition:
    opacity .72s cubic-bezier(.22,1,.36,1),
    transform .72s cubic-bezier(.22,1,.36,1);
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform;
}
.reveal-ready .reveal-on-scroll.is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
}
.reveal-ready .reveal-on-scroll.reveal-soft{
  transform:translate3d(0,14px,0);
}
.reveal-ready .reveal-on-scroll.reveal-image{
  transform:translate3d(0,18px,0) scale(.985);
}
.reveal-ready .reveal-on-scroll.reveal-image.is-visible{
  transform:translate3d(0,0,0) scale(1);
}

@media (prefers-reduced-motion: reduce){
  .reveal-ready .reveal-on-scroll{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

.eco{
  position:relative;
  overflow:hidden;
  margin:0 0 18px;
  padding:260px 0 104px;
}
.eco::before{
  content:"";
  position:absolute;
  right:-10%;
  top:-28px;
  width:108%;
  height:470px;
  background:url("./assets/ECO-bgi-orange.png") right top / contain no-repeat;
  opacity:1;
  pointer-events:none;
}
.eco .container{position:relative;z-index:1}
.eco .section-title{font-size:25px;margin-bottom:30px;text-align:left;max-width:560px}
.eco-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.eco-card{
  display:grid;grid-template-columns:58px 1fr;gap:16px;padding:24px;align-items:start;
  background:rgba(247,251,255,.72);
  backdrop-filter:blur(2px);
}
.eco-image-icon{
  width:64px;height:64px;border-radius:16px;display:grid;place-items:center;
  background:rgba(231,245,255,.88);
}
.eco-image-icon img{width:78px;height:78px;object-fit:contain;mix-blend-mode:multiply;transform:translateY(-5px)}
.eco-image-icon .eco-icon-clean{width:84px;height:84px}
.eco-image-icon .eco-icon-cycle{width:86px;height:86px}
.eco-card h3{margin:0 0 8px;font-size:18px;line-height:1.45;color:var(--blue-dark)}
.eco-card p{margin:0;color:#526a80;font-size:13px;font-weight:700;line-height:1.85}

.information{padding:54px 0 42px}
.information-inner{
  display:grid;grid-template-columns:190px minmax(0,1fr) 380px;gap:28px;align-items:start;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:34px 0;
}
.information-head h2{margin:0 0 14px;font-size:30px;line-height:1.2;color:var(--blue-dark)}
.information-head a{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:900;color:var(--blue)}
.information-head a::after{content:"›";font-size:20px;line-height:1}
.information-list{list-style:none;margin:0;padding:0;display:grid}
.information-list li{
  display:grid;grid-template-columns:140px 1fr;gap:6px;
  padding:15px 0;border-bottom:1px solid rgba(0,63,144,.10);
}
.information-list li:first-child{padding-top:0}
.information-list li:last-child{border-bottom:0;padding-bottom:0}
.information-list time{font-size:13px;font-weight:800;color:#6c7f92;white-space:nowrap}
.information-list a{font-size:14px;font-weight:900;color:var(--blue-dark);text-decoration:underline;text-underline-offset:3px}
.info-date{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.info-date time,.info-date .new-label{flex:0 0 auto}
.new-label{
  display:inline-flex;
  align-items:center;
  color:#d9272e;
  font-size:.72em;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  vertical-align:middle;
  text-decoration:none;
}
.facebook-panel{
  width:100%;
  min-height:320px;
  border:1px solid rgba(0,63,144,.10);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 22px rgba(4,46,97,.045);
}
.facebook-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-bottom:1px solid rgba(0,63,144,.08);
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);
}
.facebook-panel-head span{font-size:14px;font-weight:900;color:var(--blue-dark)}
.facebook-panel-head a{font-size:12px;font-weight:900;color:var(--blue);white-space:nowrap}
.facebook-panel iframe{display:block;width:100%;max-width:100%}
.facebook-fallback{
  display:none;
  padding:12px 16px;
  border-top:1px solid rgba(0,63,144,.10);
  font-size:13px;
  font-weight:900;
  color:var(--blue);
}

.info-page-main{padding-bottom:88px}
.info-page-hero{
  padding:74px 0 34px;
  background:linear-gradient(180deg,#f7fbff 0%,rgba(247,251,255,0) 100%);
}
.info-page-hero .eyebrow{margin:0 0 12px;font-size:18px;font-weight:900;color:var(--blue)}
.info-page-hero h1{margin:0;font-size:clamp(36px,5vw,56px);line-height:1.18;color:var(--blue-dark);font-weight:900}
.info-page-hero p{max-width:780px;margin:18px 0 0;font-size:18px;line-height:1.9;font-weight:800;color:#40566d}
.info-page-section{padding:18px 0 82px}
.info-page-card{
  max-width:980px;
  margin:0 auto;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(0,87,184,.10);
  border-radius:18px;
  box-shadow:0 18px 42px rgba(3,38,82,.075);
  padding:42px 52px;
}
.info-page-card.wide{max-width:1060px}
.info-list-page{display:grid}
.info-list-row{
  display:grid;
  grid-template-columns:160px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:24px 0;
  border-bottom:1px solid var(--line);
}
.info-list-row:first-child{border-top:0}
.info-list-row time{font-weight:900;color:#60758d;white-space:nowrap}
.info-list-row a{font-size:19px;font-weight:900;line-height:1.65;color:var(--blue-dark);text-decoration:none}
.info-list-row a:hover{text-decoration:underline;text-underline-offset:4px}
.info-list-text{font-size:19px;font-weight:900;line-height:1.65;color:var(--blue-dark)}
.info-arrow{font-size:28px;line-height:1;color:var(--blue);font-weight:900}
.info-detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px}
.info-detail-meta time{
  display:inline-flex;align-items:center;min-height:32px;padding:0 12px;
  border-radius:999px;background:var(--blue-soft);color:var(--blue-dark);
  font-size:13px;font-weight:900;
}
.info-detail-card h1{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.35;color:var(--blue-dark)}
.info-detail-body{margin-top:28px;padding-top:28px;border-top:1px solid var(--line)}
.info-detail-body p{margin:0 0 18px;font-size:17px;line-height:2;font-weight:700;color:#2d455f}
.info-detail-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.info-secondary-link{
  display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 20px;
  border:1px solid rgba(0,87,184,.18);border-radius:999px;color:var(--blue-dark);font-weight:900;
}
.info-secondary-link::before{content:"‹";font-size:22px;line-height:1;color:var(--blue)}

.support{padding-bottom:22px}
.support-card{
  display:grid;grid-template-columns:.78fr 1.22fr;gap:24px;align-items:center;
  border-radius:16px 16px 0 0;padding:42px 46px 0;
  background:linear-gradient(135deg,#004d9f 0%, #003c85 100%);color:#fff;box-shadow:var(--shadow-lg)
}
.support-copy{padding-bottom:34px}
.support h2{margin:0 0 14px;font-size:34px;line-height:1.4}
.support p{margin:0 0 22px;font-weight:700;opacity:.94}
.support-btn{box-shadow:none}
.support-visual img{max-height:280px;width:100%;object-fit:contain;object-position:center bottom}
.reassurance{
  display:flex;justify-content:center;gap:50px;align-items:center;
  background:#fff;border:1px solid var(--line);border-top:0;border-radius:0 0 12px 12px;
  padding:16px 20px;box-shadow:0 12px 24px rgba(4,46,97,.08)
}
.reassurance span{display:flex;align-items:center;gap:8px;font-weight:900;color:var(--blue-dark);font-size:14px}
.reassurance svg{width:18px;height:18px;color:var(--blue)}

.company{padding:84px 0 86px}
.company-card{display:grid;grid-template-columns:320px 1fr;gap:58px;align-items:start}
.company-photo-wrap img{width:100%;height:260px;object-fit:cover;object-position:38% 38%;border-radius:8px;box-shadow:none}
.company-info h2{margin:0 0 14px;font-size:32px;line-height:1.35}
.company-info p{max-width:820px;margin:0 0 32px;font-weight:800;line-height:1.9}
.company-grid{
  display:grid;
  margin:0;
  border-top:1px solid var(--line);
}
.company-grid div{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:24px;
  padding:17px 0;
  border-bottom:1px solid var(--line);
}
.company-grid dt{margin:0;font-size:13px;font-weight:900;color:#586b7e}
.company-grid dd{margin:0;font-size:15px;font-weight:800;color:#111;line-height:1.7}
.company-grid dd span{display:inline;margin-left:12px;font-size:12px;color:#7d8ea1;font-weight:800}
.company-agency-row{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:24px;
  padding:17px 0;
  border-bottom:1px solid var(--line);
}
.company-agency-row span{
  font-size:13px;
  font-weight:900;
  color:#586b7e;
}
.company-agency-link{
  justify-self:start;
  font-size:15px;
  font-weight:800;
  line-height:1.7;
  color:var(--blue-dark);
  text-decoration:none;
}
.company-agency-link::after{content:"›";margin-left:6px;color:var(--blue);font-size:18px;line-height:1}

.privacy-hero{
  padding:72px 0 30px;
  background:linear-gradient(180deg,#f7fbff 0%,rgba(247,251,255,0) 100%);
}
.privacy-hero h1{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.25;
  color:var(--blue-dark);
  font-weight:900;
}
.privacy-hero p:last-child{
  max-width:760px;
  margin:0;
  font-weight:800;
  color:#40566d;
}
.privacy-section{padding:18px 0 82px}
.privacy-card{
  max-width:960px;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(0,87,184,.10);
  border-radius:18px;
  box-shadow:0 18px 42px rgba(3,38,82,.075);
  padding:48px 54px;
}
.privacy-card section{padding-top:28px;margin-top:28px;border-top:1px solid var(--line)}
.privacy-card h2{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.45;
  color:var(--blue-dark);
}
.privacy-card p{
  margin:0 0 14px;
  color:#2d455f;
  font-weight:700;
  line-height:1.9;
}
.privacy-contact-list{
  margin:0;
  padding-left:1.2em;
  color:#2d455f;
  font-weight:800;
  line-height:2;
}
.privacy-updated{
  margin:34px 0 0;
  text-align:right;
  color:#66788c;
  font-size:13px;
}
.agency-card{max-width:1080px}
.agency-intro{
  padding:28px;
  border-radius:14px;
  background:linear-gradient(135deg,#f1f9ff 0%,#fff 100%);
  border:1px solid rgba(0,87,184,.10);
}
.agency-contact{margin:14px 0 0;padding-left:1.2em;font-weight:900;color:var(--blue-dark)}
.agency-anchor{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:28px 0 6px;
}
.agency-anchor a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:#eaf6ff;
  color:var(--blue-dark);
  font-size:13px;
  font-weight:900;
}
.agency-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.agency-list article,
.agency-simple-list{
  padding:20px;
  border:1px solid rgba(0,87,184,.10);
  border-radius:12px;
  background:rgba(255,255,255,.92);
}
.agency-list h3{
  margin:0 0 10px;
  font-size:17px;
  line-height:1.45;
  color:var(--blue-dark);
}
.agency-list p,
.agency-simple-list p{margin:0 0 8px;font-size:14px;line-height:1.75}
.agency-list a{
  display:inline-flex;
  margin-top:4px;
  font-size:13px;
  font-weight:900;
  color:var(--blue);
}
.agency-list a::after{content:"›";margin-left:6px;font-size:18px;line-height:1}
.agency-list.compact{grid-template-columns:1fr}
.agency-trading-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:18px 0 18px;
}
.agency-trading-list div{
  display:grid;
  gap:5px;
  padding:15px 16px;
  border:1px solid rgba(0,87,184,.10);
  border-radius:10px;
  background:rgba(255,255,255,.92);
}
.agency-trading-list strong{
  font-size:15px;
  line-height:1.45;
  color:var(--blue-dark);
}
.agency-trading-list span{
  font-size:13px;
  line-height:1.6;
  font-weight:800;
  color:#40566d;
}
.agency-note{
  margin:6px 0 0;
  padding:18px 20px;
  border:1px solid #fff;
  border-radius:10px;
  background:#fff;
}
.agency-contact-card{
  margin-top:18px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.agency-contact-card p{margin:0;font-size:15px;line-height:1.8}
.agency-contact-table{
  margin-top:18px;
}
.agency-contact-table div{
  grid-template-columns:170px 1fr;
}
.agency-contact-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.agency-contact-grid div{
  padding:16px;
  border:1px solid rgba(0,87,184,.10);
  border-radius:10px;
  background:#fff;
}
.agency-contact-grid span{
  display:block;
  margin-bottom:4px;
  font-size:12px;
  font-weight:900;
  color:#607386;
}
.agency-contact-grid strong{
  font-size:16px;
  line-height:1.5;
  color:var(--blue-dark);
}

.footer{background:linear-gradient(135deg,#004d9f 0%, #003571 100%);color:#fff;padding:50px 0 24px}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(260px,340px) minmax(0,1fr);
  gap:clamp(72px,10vw,150px);
  align-items:start;
}
.footer-brand{max-width:340px}
.footer-brand-mark{display:flex;align-items:center;gap:13px;margin-bottom:16px}
.footer-logo{width:112px;filter:brightness(0) invert(1)}
.footer-brand-copy strong{display:block;font-size:15px;line-height:1.25;font-weight:900}
.footer-brand-copy small{display:block;font-size:11px;line-height:1.4;opacity:.82;font-weight:800}
.footer-brand p{margin:0 0 18px;font-size:13px;line-height:1.9;opacity:.9}
.footer-nav{
  display:grid;
  grid-template-columns:repeat(3,max-content);
  justify-content:end;
  gap:clamp(44px,6vw,88px);
  padding-top:4px;
}
.footer h3{margin:0 0 12px;font-size:14px}
.footer a{display:block;margin:7px 0;font-size:13px;opacity:.9}
.social-list{display:flex;gap:10px}
.social-list a{
  display:grid;place-items:center;width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,.16);margin:0;opacity:1;
  transition:transform .22s ease,background .22s ease;
}
.social-list a:hover{transform:translateY(-2px);background:rgba(255,255,255,.24)}
.social-list img{width:18px;height:18px;object-fit:contain;filter:brightness(0) invert(1)}
.copyright{text-align:center;font-size:12px;opacity:.78;margin:34px 0 0}

@media (max-width: 980px){
  .container{width:min(100% - 28px,720px)}
  .header-inner{min-height:auto;padding:14px 0;gap:16px}
  .nav{display:none}
  .brand{margin-right:auto}
  .menu-toggle{display:grid;flex:0 0 46px}
  .mobile-menu{
    position:absolute;left:0;right:0;top:100%;display:block;
    padding:0 0 16px;background:rgba(255,255,255,.96);
    border-bottom:1px solid rgba(0,63,144,.10);
    box-shadow:0 18px 34px rgba(3,38,82,.12);
    opacity:0;
    transform:translateY(-10px);
    pointer-events:none;
    transition:opacity .28s ease,transform .28s ease;
  }
  .mobile-menu[hidden]{display:none}
  .mobile-menu.is-open{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
  }
  .mobile-menu-inner{
    display:grid;gap:14px;padding-top:10px;
  }
  .mobile-nav{
    display:grid;gap:8px;
    background:#fff;border:1px solid rgba(0,87,184,.10);
    border-radius:16px;padding:10px;box-shadow:0 10px 24px rgba(3,38,82,.06);
  }
  .mobile-nav a{
    display:flex;align-items:center;justify-content:space-between;
    min-height:48px;padding:0 14px;border-radius:10px;
    color:var(--blue-dark);font-weight:900;background:#f7fbff;
  }
  .mobile-nav a::after{content:"›";font-size:22px;line-height:1;color:var(--blue)}
  .mobile-guide-banner{
    position:relative;overflow:hidden;
    display:grid;gap:3px;padding:16px 18px;border-radius:16px;
    background:linear-gradient(135deg,#eaf6ff 0%,#ffffff 100%);
    border:1px solid rgba(0,87,184,.14);
    color:var(--blue-dark);
    box-shadow:0 10px 24px rgba(3,38,82,.07);
  }
  .mobile-guide-banner::after{
    content:"›";position:absolute;right:18px;top:50%;transform:translateY(-50%);
    font-size:28px;line-height:1;color:var(--blue);
  }
  .mobile-guide-banner span{font-size:12px;font-weight:900;color:var(--muted)}
  .mobile-guide-banner strong{font-size:18px;line-height:1.25;font-weight:900;padding-right:28px}
  .mobile-tel{
    display:grid;gap:2px;padding:16px 18px;border-radius:16px;
    background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;
    box-shadow:0 14px 26px rgba(0,87,184,.22);
  }
  .mobile-tel span{font-size:12px;font-weight:900;opacity:.88}
  .mobile-tel strong{font-size:26px;line-height:1.1;font-weight:900}
  .mobile-tel small{font-size:12px;font-weight:800;opacity:.86}
  .hero-card,.product-card,.brand-card,.support-card,.company-card{grid-template-columns:1fr}
  .brand-card{width:min(100% - 28px,720px)}
  .hero-card{background:#2fb4e9}
  .hero-card::before{
    display:block;
    background:linear-gradient(180deg,rgba(76,190,237,1) 0%,rgba(31,154,222,.98) 34%,rgba(31,154,222,.76) 47%,rgba(31,154,222,.20) 62%,rgba(31,154,222,0) 76%);
  }
  .hero-copy{width:100%;background:transparent;padding-bottom:420px}
  .hero h1 span{white-space:normal}
  .hero-media{display:block;inset:0;min-height:100%}
  .hero-media img{object-position:center 86%}
  .hero-media .hero-slide-family{object-position:center 78%}
  .hero-media .hero-slide-couple{object-position:center 74%}
  .hero-media .hero-slide-disposer{object-position:center 86%}
  .contact-card{flex-direction:column;align-items:stretch;padding:22px}
  .contact-main{justify-content:flex-start}
  .contact-side{align-items:stretch}
  .product h2{font-size:40px}
  .product-card{
    grid-template-columns:1fr;
    min-height:0;
    background:linear-gradient(180deg,rgba(247,252,255,.98) 0%,rgba(247,252,255,.92) 100%);
  }
  .product-card::after{display:none}
  .product-image-sp{
    display:block;
    max-width:620px;
    margin:14px auto 26px;
  }
  .product-image-sp img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center bottom;
  }
  .eco-grid{grid-template-columns:1fr 1fr}
  .feature-grid{grid-template-columns:1fr 1fr}
  .information-inner{grid-template-columns:1fr;gap:20px}
  .facebook-panel{max-width:520px}
  .reassurance{flex-direction:column;gap:12px}
  .footer-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .footer-brand{
    grid-column:auto;
    max-width:none;
  }
  .footer-nav{
    grid-template-columns:repeat(3,minmax(0,1fr));
    justify-content:stretch;
    gap:28px;
  }
  .info-page-hero h1{font-size:28px}
}

@media (min-width: 641px) and (max-width: 1120px){
  .tablet-only{display:inline}
  .hero-card{
    grid-template-columns:.98fr 1.02fr;
    height:clamp(430px,48vw,486px);
    min-height:0;
    background:#fff;
  }
  .hero-card::before{
    background:linear-gradient(90deg,rgba(81,194,238,.98) 0%,rgba(43,166,229,.9) 22%,rgba(31,154,222,.36) 32%,rgba(31,154,222,.08) 42%,rgba(31,154,222,0) 50%);
  }
  .hero-copy{
    width:min(468px,52vw);
    padding:34px clamp(28px,3.4vw,34px);
  }
  .hero-media{
    inset:0;
    min-height:100%;
  }
  .hero-media img{object-position:center}
  .hero-media .hero-slide-family{object-position:64% center}
  .hero-media .hero-slide-couple{object-position:56% center}
  .hero-media .hero-slide-disposer{object-position:center}
  .hero h1{
    font-size:clamp(28px,3.8vw,34px);
    line-height:1.38;
    margin-bottom:14px;
  }
  .hero h1 span{
    white-space:nowrap;
  }
  .hero p{
    font-size:13px;
    line-height:1.75;
    max-width:430px;
    margin-bottom:22px;
  }
  .hero-actions{
    gap:12px;
  }
  .hero .btn{
    min-height:48px;
    padding:0 22px;
    font-size:14px;
  }
}

@media (max-width: 640px){
  html{scroll-padding-top:78px}
  #product-detail{scroll-margin-top:78px}
  .sp-only{display:inline}
  .container{width:min(100% - 24px,720px)}
  .section-gap-first{padding-top:16px}
  .section-gap{padding-top:28px}
  .section-title{font-size:26px;line-height:1.35;margin-bottom:24px}
  .header-inner{gap:10px}
  .brand{gap:7px;min-width:0}
  .brand img{width:78px;flex:0 0 auto}
  .brand-copy{max-width:150px}
  .brand-copy strong{font-size:12px}
  .brand-copy small{
    font-size:9px;
    line-height:1.28;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
  }
  .header-cta{min-width:122px;min-height:50px;padding:7px 10px;border-radius:12px}
  .header-cta span{font-size:10px}
  .header-cta strong{font-size:15px}
  .header-cta small{font-size:9px}
  .menu-toggle{width:42px;height:42px;flex-basis:42px}
  .menu-toggle span{left:10px}
  .hero-card{border-radius:20px 0 20px 0;min-height:0}
  .hero-card::before{
    background:linear-gradient(180deg,rgba(76,190,237,1) 0%,rgba(31,154,222,.98) 36%,rgba(31,154,222,.70) 50%,rgba(31,154,222,.18) 62%,rgba(31,154,222,0) 75%);
  }
  .hero-copy{padding:34px 24px clamp(300px,82vw,360px)}
  .hero-media{
    inset:auto 0 0;
    height:clamp(300px,82vw,360px);
    min-height:0;
  }
  .hero-media .hero-slide-family{
    object-fit:cover;
    object-position:center center;
    --hero-slide-scale:1.01;
    --hero-slide-active-scale:1;
  }
  .hero-media .hero-slide-couple{
    object-fit:cover;
    object-position:center center;
    --hero-slide-scale:1.01;
    --hero-slide-active-scale:1;
  }
  .hero-media .hero-slide-disposer{
    object-fit:cover;
    object-position:center bottom;
    --hero-slide-scale:1.01;
    --hero-slide-active-scale:1;
  }
  .hero h1{font-size:clamp(26px,7vw,30px);line-height:1.34}
  .product h2{font-size:30px;line-height:1.34}
  .hero h1 span{white-space:nowrap}
  .hero p{font-size:14px;line-height:1.8}
  .hero-actions,.product-actions{display:grid}
  .btn,.contact-button{width:100%;min-height:52px}
  .contact-strip{margin-top:14px;padding-bottom:38px}
  .contact-card{
    gap:20px;
    padding:26px 22px 24px;
    border-radius:14px;
  }
  .contact-main{display:block}
  .contact-label{font-size:24px;line-height:1.48;margin-bottom:14px}
  .contact-message{font-size:13px;line-height:1.9}
  .contact-points{gap:8px;margin-top:16px}
  .contact-points li{min-height:30px;padding:0 11px;font-size:12px}
  .contact-side{
    display:flex;
    justify-content:center;
    margin:2px 0 0;
  }
  .contact-button{
    width:min(100%,330px);
    min-height:58px;
    padding:0 24px;
  }
  .eco-grid,.footer-grid{grid-template-columns:1fr}
  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .feature-item{padding:16px 10px 14px;border-radius:12px}
  .small-icon{width:54px;height:54px;margin-bottom:8px}
  .eco-card{grid-template-columns:64px 1fr;padding:24px 20px;gap:16px}
  .eco-card p{font-size:14px;line-height:1.9}
  .eco{padding:250px 0 76px}
  .eco::before{
    right:-48%;
    top:-58px;
    width:162%;
    height:430px;
    background-position:right top;
    opacity:1;
  }
  .eco .section-title{text-align:left;font-size:24px}
  .information{padding:34px 0 26px}
  .information-inner{padding:26px 0}
  .information-head h2{font-size:28px}
  .information-list li{grid-template-columns:1fr;gap:5px;padding:14px 0}
  .info-page-main{padding-bottom:58px}
  .info-page-hero{padding:48px 0 20px}
  .info-page-hero .eyebrow{font-size:15px}
  .info-page-hero h1{font-size:28px}
  .info-page-hero p{font-size:15px;line-height:1.9}
  .info-page-section{padding:12px 0 58px}
  .info-page-card{padding:30px 22px;border-radius:14px}
  .info-list-row{grid-template-columns:1fr;gap:6px;padding:20px 0}
  .info-list-row a{font-size:16px;line-height:1.7}
  .info-list-text{font-size:16px;line-height:1.7}
  .info-arrow{display:none}
  .info-detail-body p{font-size:15px;line-height:1.95}
  .info-detail-actions{display:grid}
  .info-secondary-link{justify-content:center}
  .facebook-panel{max-width:none}
  .product-card{
    padding:30px 22px 0;
    background:linear-gradient(180deg,rgba(247,252,255,.98) 0%,rgba(247,252,255,.92) 100%);
  }
  .product-image-sp{
    display:block;
    max-width:none;
    margin:6px -22px 24px;
    min-height:0;
    background:transparent;
  }
  .product-image-sp img{
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center bottom;
  }
  .support-card{padding:30px 22px}
  .support-card{padding-bottom:0}
  .support-copy{padding-bottom:18px}
  .support h2{font-size:30px;line-height:1.35}
  .support-visual img{max-height:none}
  .brand-slider-frame{border-width:10px;aspect-ratio:16 / 11}
  .brand-copy-wrap{
    min-width:0;
  }
  .brand-list{
    gap:22px;
  }
  .brand-list li{
    grid-template-columns:56px minmax(0,1fr);
    column-gap:14px;
    align-items:center;
    min-width:0;
  }
  .list-icon{
    width:56px;
    height:56px;
    justify-self:center;
  }
  .list-icon img,
  .brand-list li:first-child .list-icon img,
  .list-icon .brand-list-icon-02{
    width:34px;
    height:34px;
    margin:0;
    transform:translateY(12px);
    object-position:center;
  }
  .brand-list b,
  .brand-list span{
    min-width:0;
  }
  .company-photo-wrap{display:flex;justify-content:center}
  .company-photo-wrap img{width:min(68%,280px);height:auto;object-fit:contain;object-position:center}
  .company-grid div{grid-template-columns:1fr;gap:6px;padding:16px 0}
  .company-grid dd span{display:block;margin:4px 0 0}
  .privacy-hero{padding:48px 0 18px}
  .privacy-hero h1{font-size:32px}
  .privacy-card{padding:34px 26px;border-radius:14px}
  .privacy-card h2{font-size:20px}
  .agency-list{grid-template-columns:1fr}
  .agency-trading-list,
  .agency-contact-grid{grid-template-columns:1fr}
  .agency-anchor{display:grid;grid-template-columns:1fr}
  .agency-intro{padding:22px}
  .agency-contact-card{padding:0}
  .footer{
    padding:34px 0 20px;
  }
  .footer-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .footer-brand{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:end;
    gap:14px 18px;
  }
  .footer-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px 22px;
  }
  .footer-brand-mark{
    margin:0;
  }
  .footer-logo{
    width:92px;
  }
  .footer-brand-copy strong{
    font-size:14px;
  }
  .footer-brand-copy small{
    font-size:10px;
  }
  .footer-brand p{
    grid-column:1/-1;
    margin:0;
    font-size:12px;
    line-height:1.75;
  }
  .social-list{
    justify-content:flex-end;
  }
  .social-list a{
    width:32px;
    height:32px;
  }
  .footer h3{
    margin-bottom:10px;
    font-size:13px;
    line-height:1.45;
  }
  .footer a{
    margin:8px 0;
    font-size:12px;
    line-height:1.55;
  }
  .copyright{
    margin-top:28px;
    font-size:11px;
  }
}

@media (max-width: 420px){
  .brand img{width:72px}
  .brand-copy{max-width:178px}
  .brand-copy strong{font-size:13px}
  .brand-copy small{font-size:9px}
  .header-cta{display:none}
  .menu-toggle{width:40px;height:40px;flex-basis:40px}
  .menu-toggle span{left:9px}
  .hero h1{font-size:clamp(25px,7vw,27px)}
  .privacy-hero h1{font-size:30px}
  .privacy-card{padding:28px 20px}
  .footer-grid{
    gap:24px;
  }
  .footer-brand{
    grid-template-columns:1fr;
    align-items:start;
  }
  .footer-nav{
    grid-template-columns:1fr;
    gap:22px;
  }
  .footer-brand-mark{
    gap:10px;
  }
  .footer-logo{
    width:86px;
  }
  .social-list{
    justify-content:flex-start;
  }
  .footer h3{
    font-size:12px;
  }
  .footer a{
    font-size:11px;
  }
}

@media (max-width: 380px){
  .contact-card{padding:24px 18px 22px}
  .contact-label{font-size:22px}
  .contact-points li{font-size:11px;padding:0 10px}
  .brand-list li{
    grid-template-columns:52px minmax(0,1fr);
    column-gap:12px;
  }
  .list-icon{
    width:52px;
    height:52px;
  }
  .list-icon img,
  .brand-list li:first-child .list-icon img,
  .list-icon .brand-list-icon-02{
    width:32px;
    height:32px;
    transform:translateY(11px);
  }
  .product-card{
    padding-bottom:0;
    background:linear-gradient(180deg,rgba(247,252,255,.98) 0%,rgba(247,252,255,.92) 100%);
  }
  .brand-copy{max-width:160px}
  .hero h1{font-size:24px}
  .company-photo-wrap img{width:min(76%,230px);object-fit:contain;object-position:center}
}
