:root{
  --navy:#16233f;
  --navy-2:#213255;
  --navy-3:#2c416e;
  --green:#06c755;
  --green-2:#078f42;
  --orange:#d4a348;
  --orange-2:#b9832d;
  --gold:#b88d3d;
  --cream:#f3f0e9;
  --cream-2:#fbfaf7;
  --paper:#ffffff;
  --soft:#f4f7fb;
  --soft-green:#f1f4f8;
  --line:#dfe6f0;
  --ink:#222b3a;
  --muted:#667085;
  --shadow:0 18px 48px rgba(22,35,63,.12);
  --shadow-sm:0 8px 24px rgba(22,35,63,.08);
  --radius:8px;
  --max:1380px;
  --inner:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
[id]{scroll-margin-top:158px}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
  padding-bottom:72px;
}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit}
.wrap{width:min(100% - 40px,var(--inner));margin-inline:auto}
.wide{width:min(100% - 40px,var(--max));margin-inline:auto}
.serif{font-family:"Noto Serif JP",serif}
.nowrap{white-space:nowrap}
.mobile-break{display:none}
.lead-mobile-break{display:none}
.section{padding:82px 0}
.section--soft{background:var(--soft)}
.section--green{background:var(--soft-green)}
.section__head{max-width:780px;margin:0 auto 38px;text-align:center}
.section__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--gold);
  font-size:13px;
  font-weight:900;
}
.section__label::before,
.section__label::after{
  content:"";
  width:32px;
  height:1px;
  background:var(--gold);
}
.section__head h2{
  margin:8px 0 0;
  color:var(--navy);
  font-size:56px;
  line-height:1.26;
  font-weight:900;
  text-wrap:balance;
}
.section__head p{
  margin:12px 0 0;
  color:var(--muted);
  font-size:15px;
}
h1,h2,h3,
.btn,
.hero-stat b,
.hero-stat span,
.hero-assurance,
.hero-actions,
.hero-cta,
.hero-cta__text,
.hero-showcase__label,
.item-card__name,
.chip,
.mini-voice,
.section__label{
  word-break:keep-all;
  overflow-wrap:normal;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:56px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:900;
  line-height:1.2;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);filter:saturate(1.04)}
.btn svg{width:22px;height:22px;flex:0 0 auto}
.btn--orange{background:linear-gradient(135deg,#d9ad52,var(--orange-2));color:#fff;box-shadow:inset 0 -4px 0 rgba(99,67,19,.2)}
.btn--green{
  background:linear-gradient(135deg,#08d55c,#04ad49);
  color:#fff;
  box-shadow:
    inset 0 -5px 0 rgba(0,91,37,.42),
    0 10px 20px rgba(0,98,40,.2);
}
.btn--green:hover{
  box-shadow:
    inset 0 -5px 0 rgba(0,91,37,.42),
    0 14px 26px rgba(0,98,40,.27);
}
.btn--navy{background:var(--navy);color:#fff}
.btn--white{background:#fff;color:var(--navy);border-color:var(--line)}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:#fff;
  box-shadow:0 2px 18px rgba(22,35,63,.06);
}
.header-main{
  width:min(100% - 40px,var(--max));
  min-height:88px;
  margin-inline:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:250px;
}
.brand img{
  width:54px;
  height:54px;
  border-radius:50%;
  border:1px solid var(--line);
  object-fit:cover;
}
.brand__name{
  display:block;
  color:var(--navy);
  font-size:24px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}
.brand__sub{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
}
.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  flex:1;
}
.phone-block{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--green);
  font-weight:900;
  white-space:nowrap;
}
.phone-block__free{
  background:var(--green);
  color:#fff;
  border-radius:8px;
  padding:4px 10px;
  font-size:14px;
}
.phone-block__number{
  color:var(--green);
  font-size:31px;
  line-height:1;
  letter-spacing:0;
}
.phone-block small{
  display:block;
  color:var(--green);
  font-size:12px;
  text-align:center;
  margin-top:4px;
}
.menu-button{
  display:none;
  width:48px;
  height:48px;
  border-radius:8px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--navy);
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.menu-button span,
.menu-button span::before,
.menu-button span::after{
  content:"";
  display:block;
  width:22px;
  height:2px;
  background:currentColor;
  border-radius:4px;
  transition:.2s ease;
}
.menu-button span{position:relative}
.menu-button span::before{position:absolute;top:-8px}
.menu-button span::after{position:absolute;top:8px}
.menu-open .menu-button span{background:transparent}
.menu-open .menu-button span::before{top:0;transform:rotate(45deg)}
.menu-open .menu-button span::after{top:0;transform:rotate(-45deg)}
.global-nav{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fbfcfe;
}
.global-nav__inner{
  width:min(100% - 40px,var(--max));
  height:58px;
  margin-inline:auto;
  display:flex;
  justify-content:center;
  gap:6px;
  align-items:center;
}
.global-nav a{
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:999px;
  color:#2d2f35;
  font-size:16px;
  font-weight:900;
  transition:background .18s ease,color .18s ease;
}
.global-nav a:last-child{border-right:0}
.global-nav a:hover{color:var(--navy);background:#eef2f8}
.drawer{
  position:fixed;
  inset:88px 0 0 auto;
  width:min(86vw,380px);
  background:#fff;
  color:var(--navy);
  border-left:1px solid var(--line);
  box-shadow:-20px 0 48px rgba(22,35,63,.14);
  z-index:101;
  padding:16px;
  transform:translateX(100%);
  transition:transform .24s ease;
}
.menu-open .drawer{transform:translateX(0)}
.drawer a{
  display:flex;
  align-items:center;
  min-height:52px;
  padding:0 8px;
  border-bottom:1px solid var(--line);
  font-weight:900;
}

.hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  padding:38px 0 34px;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 18%,rgba(212,163,72,.08),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(22,35,63,.08),transparent 26%);
  pointer-events:none;
}
.hero-card{
  position:relative;
  overflow:hidden;
  border-radius:8px;
  background:
    radial-gradient(circle at 13% 18%,rgba(212,163,72,.18),transparent 28%),
    radial-gradient(circle at 84% 22%,rgba(22,35,63,.13),transparent 29%),
    linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.42)),
    linear-gradient(135deg,#f6ecda 0%,#fbf7ed 48%,#edf2f8 100%);
  border:1px solid #eadfc9;
  box-shadow:0 24px 62px rgba(22,35,63,.12);
  isolation:isolate;
}
.hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  opacity:.52;
  background-image:
    linear-gradient(45deg,transparent 48%,rgba(22,35,63,.06) 49%,rgba(22,35,63,.06) 51%,transparent 52%),
    radial-gradient(circle,rgba(22,35,63,.08) 1.2px,transparent 1.2px);
  background-size:118px 118px,34px 34px;
  pointer-events:none;
}
.hero-card::after{
  content:"";
  position:absolute;
  inset:72px -76px auto auto;
  width:320px;
  height:320px;
  z-index:0;
  border:1px solid rgba(184,141,61,.28);
  border-radius:50%;
  pointer-events:none;
}
.hero-main{
  position:relative;
  z-index:1;
  padding:42px 32px 0;
}
.hero-copy{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin-inline:auto;
  text-align:center;
}
.hero-copy::before,
.hero-copy::after{
  content:"";
  position:absolute;
  top:98px;
  width:128px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  opacity:.72;
}
.hero-copy::before{right:calc(50% + 410px)}
.hero-copy::after{left:calc(50% + 410px)}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff;
  background:var(--navy);
  border:1px solid rgba(255,255,255,.45);
  border-radius:999px;
  padding:10px 22px;
  font-size:19px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(22,35,63,.14);
}
.hero h1{
  position:relative;
  margin:18px 0 0;
  color:var(--navy);
  font-size:96px;
  line-height:1.08;
  font-weight:900;
  text-wrap:balance;
}
.hero h1::before{
  content:"COLTS";
  position:absolute;
  z-index:-1;
  left:50%;
  top:50%;
  transform:translate(-50%,-48%);
  color:rgba(22,35,63,.055);
  font-family:"Noto Sans JP",sans-serif;
  font-size:160px;
  font-weight:900;
  line-height:1;
  letter-spacing:0;
  pointer-events:none;
}
.hero h1 .gold{color:var(--gold)}
.hero-lead{
  margin:22px auto 0;
  max-width:1080px;
  color:#394152;
  font-size:21px;
  font-weight:700;
  line-height:1.7;
}
.hero-assurance{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.hero-assurance span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:44px;
  padding:0 20px;
  border-radius:999px;
  background:linear-gradient(180deg,#fff,#fbf4e8);
  border:1px solid #e4d2ac;
  color:var(--navy);
  font-size:16px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(22,35,63,.08);
}
.hero-assurance b{
  color:var(--gold);
  font-family:"Noto Serif JP",serif;
  font-size:23px;
  line-height:1;
}
.hero-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:18px;
}
.hero-cta{
  position:relative;
  min-width:375px;
  min-height:104px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  padding:10px 14px 10px 12px;
  border-radius:8px;
  color:#fff;
  overflow:hidden;
  box-shadow:0 18px 34px rgba(22,35,63,.16);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.hero-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 42px rgba(22,35,63,.2);
  filter:saturate(1.04);
}
.hero-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,rgba(255,255,255,.22),transparent 32%),
    repeating-linear-gradient(135deg,rgba(255,255,255,.12) 0 1px,transparent 1px 9px);
  pointer-events:none;
}
.hero-cta--line{
  background:linear-gradient(135deg,#08d55c,#04ad49);
  box-shadow:
    inset 0 -7px 0 rgba(0,76,31,.48),
    0 14px 28px rgba(0,68,28,.3);
}
.hero-cta--line:hover{
  box-shadow:
    inset 0 -7px 0 rgba(0,76,31,.48),
    0 19px 36px rgba(0,68,28,.38);
}
.hero-cta--web{background:linear-gradient(135deg,#ddb354,#bd842d)}
.hero-cta__mark,
.hero-cta__text,
.hero-cta__arrow{
  position:relative;
  z-index:1;
}
.hero-cta__mark{
  width:62px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.24);
  font-size:15px;
  font-weight:900;
}
.hero-cta__text{
  display:grid;
  gap:2px;
  text-align:left;
  line-height:1.25;
}
.hero-cta__text small{
  color:rgba(255,255,255,.78);
  font-size:15px;
  font-weight:900;
}
.hero-cta__text b{
  color:#fff;
  font-size:28px;
  font-weight:900;
}
.hero-cta__arrow{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.2);
}
.hero-cta__arrow::before{
  content:"";
  width:8px;
  height:8px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg) translate(-1px,1px);
}
.hero-showcase{
  position:relative;
  margin-top:10px;
  padding:40px 18px 0;
}
.hero-showcase::before{
  content:"";
  position:absolute;
  inset:56px -52px -24px;
  z-index:0;
  background:
    radial-gradient(circle at 18% 18%,rgba(212,163,72,.2),transparent 28%),
    linear-gradient(135deg,rgba(22,35,63,.98),rgba(33,50,85,.96));
  border-top:3px solid rgba(212,163,72,.42);
  clip-path:polygon(2% 18%,98% 0,100% 100%,0 100%);
  box-shadow:0 -12px 36px rgba(22,35,63,.08);
}
.hero-showcase::after{
  content:"";
  position:absolute;
  inset:92px 42px auto auto;
  z-index:0;
  width:230px;
  height:230px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
}
.hero-showcase__label{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 18px;
  border-radius:999px;
  background:var(--navy);
  color:#f2d48d;
  font-size:15px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(22,35,63,.18);
  left:50%;
  transform:translateX(-50%);
}
.hero-items{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.08fr .98fr 1.08fr 1.02fr 1.04fr .98fr;
  align-items:end;
  gap:12px;
  max-width:1260px;
  margin-inline:auto;
  margin-top:16px;
}
.hero-item{
  margin:0;
  overflow:hidden;
  border-radius:8px;
  background:#fff;
  border:4px solid rgba(255,255,255,.92);
  box-shadow:0 22px 44px rgba(0,0,0,.2);
}
.hero-item img{
  width:100%;
  height:176px;
  object-fit:cover;
}
.hero-item--gold{transform:translateY(-22px)}
.hero-item--gold img{height:232px}
.hero-item--watch{transform:translateY(-8px)}
.hero-item--watch img{height:188px}
.hero-item--bag img{height:176px}
.hero-item--camera{transform:translateY(-4px)}
.hero-item--camera img{height:182px}
.hero-item--tool img{height:172px}
.hero-item--tableware{transform:translateY(-12px)}
.hero-item--tableware img{height:192px}
.hero-stats{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:0;
  background:
    linear-gradient(135deg,rgba(22,35,63,.98),rgba(33,50,85,.96)),
    repeating-linear-gradient(135deg,rgba(255,255,255,.07) 0 2px,transparent 2px 12px);
  color:#fff;
  padding:18px 26px;
}
.hero-stat{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:row;
  gap:8px;
  min-height:70px;
  padding:6px 18px;
  border:0;
  border-left:1px solid rgba(255,255,255,.22);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  text-align:center;
}
.hero-stat:first-child{border-left:0}
.hero-stat b{
  color:#f1ce7a;
  font-size:35px;
  line-height:1;
  font-family:"Noto Serif JP",serif;
}
.hero-stat span{
  font-weight:900;
  font-size:15px;
  word-break:keep-all;
  color:rgba(255,255,255,.92);
}
.contact-band{
  margin-top:0;
  background:linear-gradient(180deg,#f8fafc,#eef2f7);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.contact-band__inner{
  width:min(100% - 40px,var(--max));
  min-height:118px;
  margin-inline:auto;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  align-items:center;
  gap:26px;
}
.contact-band__box{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  min-height:82px;
  border-left:1px dashed rgba(22,35,63,.2);
}
.contact-band__box:first-child{border-left:0}
.contact-band__note{
  display:grid;
  gap:8px;
}
.mini-voice{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:8px 12px;
  color:var(--ink);
  font-size:14px;
  font-weight:800;
}

.reason-card,
.result-card,
.voice-card,
.flow-step,
.area-block,
.company-card,
.faq details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow-sm);
}
.reason-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:26px;
  align-items:stretch;
}
.reason-feature{
  position:relative;
  overflow:hidden;
  border-radius:8px;
  padding:30px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(22,35,63,.98),rgba(44,65,110,.92)),
    radial-gradient(circle at 80% 24%,rgba(169,132,69,.28),transparent 34%);
  box-shadow:var(--shadow);
}
.reason-feature::before{
  content:"";
  position:absolute;
  inset:auto -40px -72px auto;
  width:220px;
  height:220px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
}
.reason-feature__label{
  display:inline-flex;
  color:#d8ba72;
  font-size:12px;
  font-weight:900;
}
.reason-feature h3{
  position:relative;
  margin:18px 0 0;
  font-size:38px;
  line-height:1.28;
}
.reason-feature p{
  position:relative;
  margin:16px 0 0;
  color:rgba(255,255,255,.78);
  font-size:15px;
}
.reason-feature__image{
  position:relative;
  margin-top:28px;
  overflow:hidden;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.24);
}
.reason-feature__image img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.reason-list{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.reason-card{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:center;
  padding:20px 22px;
  transition:transform .18s ease,box-shadow .18s ease;
}
.reason-card:nth-child(even){transform:translateX(18px)}
.reason-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.reason-card:nth-child(even):hover{transform:translate(18px,-2px)}
.reason-card__icon{
  width:56px;
  height:56px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:#f3eee3;
  color:var(--gold);
  margin-bottom:0;
  font-family:"Noto Serif JP",serif;
  font-size:19px;
  font-weight:900;
}
.reason-card h3{margin:0;color:var(--navy);font-size:18px;line-height:1.45}
.reason-card p{margin:8px 0 0;color:var(--muted);font-size:14px}

.items-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.item-card{
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:0 8px 18px rgba(22,35,63,.06);
  transition:transform .18s ease,box-shadow .18s ease;
}
.item-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}
.item-card__image{aspect-ratio:1/1;background:#fff;border-bottom:1px solid var(--line)}
.item-card__image img{width:100%;height:100%;object-fit:cover}
.item-card__name{
  min-height:54px;
  display:grid;
  place-items:center;
  padding:8px 6px;
  color:var(--navy);
  font-size:13px;
  font-weight:900;
  text-align:center;
  line-height:1.35;
}
.items-note{
  max-width:820px;
  margin:24px auto 0;
  padding:16px 18px;
  background:#fff;
  border:2px solid #e2cfaa;
  border-radius:8px;
  color:var(--navy);
  text-align:center;
  font-weight:900;
}
.items-note + .faq{margin-top:28px}
.results-grid,
.voices-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.result-card{overflow:hidden}
.result-card__image{aspect-ratio:4/3;border-bottom:1px solid var(--line)}
.result-card__image img{width:100%;height:100%;object-fit:cover}
.result-card__body{padding:18px}
.tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:6px;
  background:#eef2f8;
  color:var(--navy);
  font-size:12px;
  font-weight:900;
}
.result-card h3{margin:12px 0 0;color:var(--navy);font-size:19px}
.price{margin:10px 0 0;color:var(--muted);font-size:14px}
.price b{color:var(--gold);font-size:31px;line-height:1}
.result-card p{margin:10px 0 0;color:var(--muted);font-size:14px}
.results-grid:not(.is-expanded) .result-card:nth-child(n+7){display:none}
.voices-grid:not(.is-expanded) .voice-card:nth-child(n+7){display:none}
.content-more{
  position:relative;
  display:none;
  min-width:280px;
  min-height:58px;
  margin:28px auto 0;
  padding:12px 28px;
  border:0;
  border-radius:999px;
  background:var(--navy);
  color:#fff;
  font:inherit;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 6px 0 #081633,0 12px 24px rgba(22,35,63,.18);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.content-more.is-visible{display:flex;align-items:center;justify-content:center;text-align:center}
.content-more::after{content:"↓";position:absolute;right:28px;top:50%;width:32px;display:grid;place-items:center;transform:translateY(-50%);font-size:1.15em;line-height:1}
.content-more[aria-expanded="true"]::after{content:"↑"}
.content-more:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 8px 0 #081633,0 16px 28px rgba(22,35,63,.22)}
.content-more:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
.small-note{margin:18px 0 0;color:var(--muted);font-size:12px;text-align:center}

.flow{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.flow-step{
  min-height:260px;
  padding:38px 30px;
}
.flow-step__num{
  width:68px;
  height:68px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  display:grid;
  place-items:center;
  font-family:"Noto Serif JP",serif;
  font-weight:900;
  margin-bottom:24px;
  font-size:24px;
}
.flow-step h3{margin:0;color:var(--navy);font-size:24px;line-height:1.4}
.flow-step p{margin:12px 0 0;color:var(--muted);font-size:17px;line-height:1.75}
.voice-card{padding:22px}
.voice-card__stars{color:var(--gold);font-weight:900}
.voice-card__meta{margin-top:6px;color:var(--navy);font-weight:900}
.voice-card p{margin:12px 0 0;color:var(--muted);font-size:14px}

.area-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:stretch;
}
.area-map{
  min-height:420px;
  border-radius:8px;
  padding:30px;
  color:#fff;
  background:
    radial-gradient(circle at 78% 18%,rgba(212,163,72,.28),transparent 28%),
    linear-gradient(135deg,#142441 0%,#20365f 62%,#172540 100%);
  box-shadow:var(--shadow);
  display:grid;
  grid-template-rows:1fr auto;
  gap:28px;
  position:relative;
  overflow:hidden;
}
.area-map::before{
  content:"";
  position:absolute;
  inset:24px -60px auto auto;
  width:260px;
  height:260px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
}
.area-map::after{
  content:"";
  position:absolute;
  inset:auto auto -72px -52px;
  width:220px;
  height:220px;
  background:rgba(212,163,72,.12);
  clip-path:polygon(0 0,100% 24%,72% 100%,0 72%);
}
.area-map__copy,
.area-map__three{
  position:relative;
  z-index:1;
}
.area-map__label{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  color:#f2cf82;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.area-map h3{margin:0;font-size:31px;line-height:1.35}
.area-map__label + h3{margin-top:16px}
.area-map p{margin:10px 0 0;color:rgba(255,255,255,.78)}
.area-map__three{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.area-map__three span{
  min-height:76px;
  display:grid;
  place-items:center;
  padding:14px 8px;
  border:1px solid rgba(255,255,255,.2);
  border-top:4px solid #d9ad52;
  border-radius:8px;
  background:rgba(255,255,255,.12);
  text-align:center;
  font-weight:900;
  font-size:18px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
}
.area-panel{display:grid;gap:16px}
.area-block{padding:20px}
.area-block h3{margin:0 0 12px;color:var(--navy)}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#f8fafc;
  font-size:13px;
  font-weight:800;
}
.faq{
  max-width:860px;
  margin-inline:auto;
  display:grid;
  gap:10px;
}
.faq details{overflow:hidden}
.faq summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  gap:12px;
  padding:17px 18px;
  color:var(--navy);
  font-weight:900;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{
  content:"Q";
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:7px;
  background:var(--navy);
  color:#fff;
  display:grid;
  place-items:center;
  font-family:"Noto Serif JP",serif;
}
.faq summary::after{content:"+";margin-left:auto;color:var(--gold);font-size:22px;line-height:1}
.faq details[open] summary::after{content:"-"}
.faq__answer{padding:0 18px 18px 58px;color:var(--muted);font-size:14px}

.contact-section{
  background:
    linear-gradient(135deg,rgba(22,35,63,.98),rgba(33,50,85,.9)),
    url("../images/item-k18-chains.webp") center/cover;
  color:#fff;
}
.contact-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:32px;
  align-items:center;
}
.contact-section h2{margin:0;font-size:36px;line-height:1.35}
.contact-section p{color:rgba(255,255,255,.78)}
.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.contact-box{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.24);
  border-radius:8px;
  padding:24px;
}
.contact-box ol{margin:0;padding-left:22px}
.contact-box li{padding:7px 0;font-weight:900}
.company-list{
  max-width:880px;
  margin-inline:auto;
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.company-row{display:grid;grid-template-columns:190px 1fr;border-bottom:1px solid var(--line)}
.company-row:last-child{border-bottom:0}
.company-row dt{margin:0;padding:16px 18px;background:#f7f9fc;color:var(--navy);font-weight:900}
.company-row dd{margin:0;padding:16px 18px}
.page-hero{
  padding:70px 0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.78)),
    url("../images/hero-collage.webp") center/cover;
}
.page-hero h1{margin:0;color:var(--navy);font-size:42px;line-height:1.35}
.page-hero p{max-width:680px;margin:12px 0 0;color:var(--muted);font-weight:700}
.page-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.info-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:22px;
  box-shadow:var(--shadow-sm);
}
.info-card h3{margin:0 0 8px;color:var(--navy)}
.info-card p{margin:0;color:var(--muted);font-size:14px}

.info-card--accent{border-top:4px solid var(--gold)}
.info-card__label{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  margin-bottom:12px;
  border-radius:6px;
  background:#f3eee3;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
}
.feature-band{
  margin-top:30px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:20px;
  align-items:stretch;
}
.nested-section{padding-top:56px}
.nested-section .section__head{margin-bottom:28px}
.feature-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:24px;
  box-shadow:var(--shadow-sm);
}
.feature-panel h3{margin:0 0 12px;color:var(--navy);font-size:22px}
.feature-panel p{margin:0;color:var(--muted);font-size:14px}
.check-list{
  display:grid;
  gap:10px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
}
.check-list li{
  position:relative;
  padding-left:24px;
  color:var(--ink);
  font-size:14px;
  font-weight:800;
}
.check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.7em;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--gold);
}
.cta-strip{
  margin-top:34px;
  padding:26px 28px;
  border-radius:8px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(22,35,63,.98),rgba(33,50,85,.98)),
    radial-gradient(circle at 82% 20%,rgba(169,132,69,.32),transparent 34%);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  box-shadow:var(--shadow-sm);
}
.cta-strip h3{margin:0;font-size:22px;line-height:1.45}
.cta-strip p{margin:6px 0 0;color:rgba(255,255,255,.76);font-size:14px}
.cta-strip__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.company-summary{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:24px;
  align-items:start;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow-sm);
  padding:28px;
}
.company-summary > *{min-width:0}
.company-summary__lead{
  border-left:5px solid var(--gold);
  padding-left:18px;
}
.company-summary__lead h3{margin:0;color:var(--navy);font-size:24px}
.company-summary__lead p{margin:10px 0 0;color:var(--muted);font-size:14px}
.company-summary .company-list{margin:0;max-width:none;box-shadow:none}
.company-summary__link{
  margin-top:16px;
  display:inline-flex;
  color:var(--gold);
  font-weight:900;
}

.footer{
  background:var(--navy);
  color:rgba(255,255,255,.72);
  padding:36px 0 28px;
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}
.footer__brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:900}
.footer__brand img{width:40px;height:40px;border-radius:50%}
.footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 18px;font-size:13px}
.copyright{margin:18px 0 0;text-align:center;color:rgba(255,255,255,.45);font-size:12px}
.bottom-bar{
  position:fixed;
  inset:auto 0 0;
  z-index:98;
  height:72px;
  display:grid;
  grid-template-columns:1fr 1fr;
  box-shadow:0 -8px 26px rgba(22,35,63,.18);
}
.bottom-bar a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#fff;
  font-weight:900;
}
.bottom-bar a:first-child{background:var(--green)}
.bottom-bar a:last-child{background:var(--orange)}
.bottom-bar svg{width:22px;height:22px}

@media(max-width:1180px){
  .phone-block__number{font-size:25px}
  .global-nav a{font-size:14px;padding:0 14px}
  .hero-main{padding:38px 34px 28px}
  .hero h1{font-size:82px}
  .hero-copy::before,
  .hero-copy::after{display:none}
  .hero-items{gap:12px}
  .reason-layout{grid-template-columns:1fr}
  .reason-list{grid-template-columns:repeat(2,1fr)}
  .reason-card:nth-child(even){transform:none}
  .reason-card:nth-child(even):hover{transform:translateY(-2px)}
  .items-grid{grid-template-columns:repeat(4,1fr)}
  .flow{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:860px){
  body{padding-bottom:66px}
  [id]{scroll-margin-top:88px}
  .wrap,.wide{width:calc(100% - 28px)}
  .section{padding:40px 0}
  .section__head{text-align:left;margin-bottom:22px}
  .section__label::before{display:none}
  .section__head h2{
    font-size:38px;
    line-height:1.28;
    word-break:normal;
    overflow-wrap:anywhere;
  }
  .section__head p{font-size:14px;line-height:1.75}
  .header-main{width:calc(100% - 24px);min-height:72px}
  .brand{min-width:0}
  .brand img{width:42px;height:42px}
  .brand__name{font-size:18px}
  .brand__sub{display:none}
  .header-actions .phone-block,
  .header-actions .btn--orange{display:none}
  .menu-button{display:flex}
  .global-nav{display:none}
  .drawer{inset:72px 0 0 auto}
  .hero{padding:14px 0 22px}
  .hero::before{opacity:.9}
  .hero-card{border-radius:8px}
  .hero-main{padding:20px 14px 0}
  .hero-copy{max-width:none;padding:0;text-align:center}
  .hero-kicker{font-size:11px;padding:5px 11px}
  .hero h1{margin-top:14px;font-size:42px;line-height:1.18}
  .mobile-break{display:block}
  .hero-lead{
    margin-top:12px;
    font-size:13px;
    line-height:1.75;
    text-align:center;
  }
  .lead-mobile-break{display:block}
  .hero-assurance{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
    margin-top:12px;
  }
  .hero-assurance span{
    min-height:34px;
    padding:0 8px;
    gap:4px;
    font-size:11px;
    line-height:1.25;
  }
  .hero-assurance b{font-size:15px}
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    width:min(100%,520px);
    margin:14px auto 0;
  }
  .hero-cta{
    width:100%;
    min-width:0;
    min-height:78px;
    grid-template-columns:auto 1fr auto;
    padding:9px 12px;
    gap:11px;
  }
  .hero-cta__mark{display:grid;width:52px;height:46px;font-size:13px}
  .hero-cta__text{text-align:left}
  .hero-cta__text small{font-size:13px}
  .hero-cta__text b{font-size:21px}
  .hero-cta__arrow{
    width:28px;
    height:28px;
  }
  .hero h1::before{display:none}
  .hero-showcase{
    display:grid;
    gap:8px;
    margin-top:14px;
    padding:30px 10px 10px;
    overflow:hidden;
    border-radius:8px;
  }
  .hero-showcase::before{
    inset:0;
    clip-path:none;
    border-top:3px solid rgba(212,163,72,.42);
  }
  .hero-showcase::after{display:none}
  .hero-showcase__label{
    min-height:30px;
    padding:0 12px;
    font-size:11px;
  }
  .hero-items{
    width:100%;
    max-width:none;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
    margin-top:0;
  }
  .hero-item{
    border-width:2px;
    transform:none;
  }
  .hero-item img,
  .hero-item--gold img,
  .hero-item--watch img,
  .hero-item--bag img,
  .hero-item--camera img,
  .hero-item--tool img,
  .hero-item--tableware img{
    height:auto;
    aspect-ratio:4/3;
  }
  .hero-item--gold img{aspect-ratio:1/1}
  .hero-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0;
    padding:8px;
  }
  .hero-stat{
    min-height:56px;
    padding:7px 6px;
    flex-direction:column;
    gap:4px;
    border-left:1px solid rgba(255,255,255,.2);
    border-top:1px solid rgba(255,255,255,.2);
  }
  .hero-stat:nth-child(odd){border-left:0}
  .hero-stat:nth-child(-n+2){border-top:0}
  .hero-stat:first-child{border-left:0}
  .hero-stat b{font-size:21px}
  .hero-stat span{font-size:11px}
  .contact-band{display:none}
  .contact-band__inner{width:calc(100% - 28px);grid-template-columns:1fr;gap:0;padding:14px 0}
  .contact-band__box{border-left:0;border-top:1px dashed rgba(22,35,63,.18)}
  .contact-band__box:first-child{border-top:0}
  .results-grid,
  .voices-grid,
  .area-layout,
  .contact-layout,
  .feature-band,
  .company-summary,
  .reason-layout,
  .reason-list,
  .page-grid{grid-template-columns:1fr}
  .results-grid:not(.is-expanded) .result-card:nth-child(n+4){display:none}
  .content-more{width:100%;min-width:0;min-height:56px;margin-top:22px;padding:12px 68px;font-size:clamp(12px,3.55vw,15px);line-height:1.4}
  .content-more::after{right:18px;width:36px}
  .reason-feature{padding:24px}
  .reason-feature h3{font-size:31px}
  .reason-card{grid-template-columns:52px 1fr;padding:18px;gap:14px}
  .reason-card__icon{width:48px;height:48px;font-size:17px}
  .cta-strip{display:grid;padding:22px}
  .cta-strip > *{min-width:0}
  .cta-strip h3{
    font-size:20px;
    word-break:normal;
    overflow-wrap:anywhere;
  }
  .cta-strip p{
    word-break:normal;
    overflow-wrap:anywhere;
  }
  .cta-strip__actions{
    justify-content:stretch;
    min-width:0;
  }
  .cta-strip__actions .btn{
    width:100%;
    max-width:100%;
    min-width:0;
    padding-inline:16px;
    word-break:normal;
    overflow-wrap:anywhere;
  }
  .items-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .item-card__image{aspect-ratio:1.15/1}
  .item-card__name{
    min-height:44px;
    padding:6px 3px;
    font-size:10.5px;
    line-height:1.3;
  }
  .items-note{margin-top:18px;padding:13px 14px;font-size:13px}
  .flow{grid-template-columns:1fr;gap:10px}
  .flow-step{
    min-height:0;
    padding:18px;
    display:grid;
    grid-template-columns:48px minmax(0,1fr);
    column-gap:14px;
    align-items:center;
  }
  .flow-step__num{
    width:48px;
    height:48px;
    grid-row:1 / span 2;
    margin:0;
    font-size:17px;
  }
  .flow-step h3{font-size:18px}
  .flow-step p{margin-top:4px;font-size:13px;line-height:1.55}
  .page-hero{padding:48px 0}
  .feature-band{gap:14px}
  .nested-section{padding-top:42px}
  .area-map{min-height:300px}
  .company-summary{
    gap:18px;
    padding:18px 16px;
    overflow:hidden;
  }
  .company-summary__lead{
    padding-left:14px;
    min-width:0;
  }
  .company-summary__lead h3{
    font-size:22px;
    line-height:1.45;
    word-break:normal;
    overflow-wrap:anywhere;
  }
  .company-summary__lead p,
  .company-summary__link{
    word-break:normal;
    overflow-wrap:anywhere;
  }
  .company-summary .company-list{
    width:100%;
    min-width:0;
  }
  .company-row{grid-template-columns:96px minmax(0,1fr)}
  .company-row dt,.company-row dd{
    min-width:0;
    padding:12px;
    word-break:normal;
    overflow-wrap:anywhere;
  }
  .footer__inner{display:grid;text-align:center;justify-items:center}
  .footer nav{justify-content:center}
  .bottom-bar{height:64px}
}
@media(max-width:390px){
  .company-row{grid-template-columns:88px minmax(0,1fr)}
  .company-row dt,.company-row dd{padding:11px 10px}
}
@media(min-width:861px){
  body{padding-bottom:0}
  .bottom-bar{display:none}
}
