:root{
  --red:#e60012;
  --red-dark:#a9000d;
  --red-soft:#fff3f4;
  --ink:#0d1118;
  --ink-2:#172033;
  --text:#202938;
  --gray:#667085;
  --line:#e8edf3;
  --soft:#f6f8fb;
  --white:#fff;
  --shadow:0 22px 58px rgba(15,23,42,.08);
  --shadow-sm:0 12px 32px rgba(15,23,42,.055);
  --radius:24px;
  --bt-red:var(--red);
  --bt-red-soft:var(--red-soft);
  --bt-red-grad:linear-gradient(135deg,#ef3340 0%,#e60012 54%,#b9000d 100%);
  --shadow-flat:0 4px 16px rgba(15,23,42,.025);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  color:var(--text);
  background:#fff;
  line-height:1.65;
  letter-spacing:-.035em;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
ul,li{list-style:none}
button,input{font:inherit;border:0;background:none;outline:none}
img{display:block;width:100%;height:100%;object-fit:cover}
.inner{width:min(1320px,calc(100% - 64px));margin:0 auto}

.section{position:relative;padding:120px 0;overflow:hidden}
.sec-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--red);font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.sec-kicker::before{content:"";width:34px;height:2px;background:var(--red)}
.sec-title{font-size:clamp(34px,4vw,54px);line-height:1.14;font-weight:700;color:var(--ink); letter-spacing:-1px;}
.sec-desc{color:var(--gray);font-size:17px;line-height:1.85;word-break:keep-all}
.sec-head{display:grid;grid-template-columns:1.5fr 1fr;gap:70px;align-items:end;margin-bottom:30px}

.vendor-visual-sec {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 160px 0 80px 0;
  
  background: 
    radial-gradient(circle at 10% 0%, rgba(230, 0, 18, 0.05) 0%, rgba(230, 0, 18, 0.015) 45%, transparent 70%),
    radial-gradient(circle at 90% 15%, rgba(230, 0, 18, 0.03) 0%, rgba(230, 0, 18, 0.005) 40%, transparent 65%),
    linear-gradient(180deg, #fffafd 0%, #fafbfd 50%, #f6f8fb 100%);
  overflow: hidden;
  display: block;
  clear: both;
}

.vendor-glow {
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.07;
  pointer-events: none;
  z-index: 1;
}

.vendor-glow.left {
  left: -210px;
  top: -150px;
  background: radial-gradient(circle, #e60012 0%, rgba(230,0,18,0) 70%);
}

.vendor-glow.right {
  right: -250px;
  top: 120px;
  background: radial-gradient(circle, #e60012 0%, rgba(230,0,18,0) 70%);
}

.vendor-visual-inner {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.vendor-visual-text h2 {
  color: #1e293b;
  font-size: 3.3em;
  line-height: 1.25;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.vendor-visual-text p {
  margin-top: 16px;
  color: #64748b;
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -.01em;
}

.vendor-search {
  width: min(540px, 100%);
  height: 56px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
  border-radius: 50px;
  transition: box-shadow .25s, transform .25s;
}

.vendor-search:hover {
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.vendor-search:focus-within {
  box-shadow: 0 0 0 4px rgba(230, 0, 18, 0.08), 0 16px 36px rgba(15, 23, 42, 0.08);
}

.vendor-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 24px;
  color: #1e293b;
  font-size: 16px;
  letter-spacing: -.02em;
  background: transparent;
}

.vendor-search input::placeholder {
  color: #94a3b8;
}

.vendor-search button {
  position: relative;
  width: 44px;
  height: 44px;
  margin-right: 6px;
  background: #fff3f4;
  border-radius: 50%;
  cursor: pointer;
  transition: background .25s, transform .25s;
}

.vendor-search button:hover {
  background: #e60012;
  transform: scale(1.03);
}

.vendor-search button::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 13px;
  height: 13px;
  border: 2.5px solid #b3000b;
  border-radius: 50%;
  transition: border-color .25s;
}

.vendor-search button::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 8px;
  height: 2.5px;
  border-radius: 99px;
  background: #b3000b;
  transform: rotate(45deg);
  transform-origin: left center;
  transition: background .25s;
}

.vendor-search button:hover::before { border-color: #fff; }
.vendor-search button:hover::after { background: #fff; }

.vendor-slide-area {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 30px;
  display: flow-root;
  clear: both;
}

.vendor-control-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.vendor-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent; 
  border-radius: 0;
  padding: 0;
  box-shadow: none; 
}

.vendor-control button {
  width: 34px;
  height: 34px;
  background: transparent; 
  border: none;
  color: #94a3b8; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.vendor-control button:hover {
  background: transparent;
  color: #e60012; 
  transform: scale(1.12);
}

.vendor-control button svg {
  width: 24px;            
  height: 24px;
}

.vendor-control .vendor-toggle svg {
  width: 18px;            
  height: 18px;
}
.vendor-toggle .pause-icon { display: block; }
.vendor-toggle .play-icon { display: none; }
.vendor-toggle.is-play .pause-icon { display: none !important; }
.vendor-toggle.is-play .play-icon { display: block !important; }
.vendor-toggle.is-pause .pause-icon { display: block !important; }
.vendor-toggle.is-pause .play-icon { display: none !important; }

.vendorSwiper {
  width: 100%;
  overflow: hidden;
  
  padding: 26px 24px 24px !important; 
  margin-top: -15px; 
}

.vendorSwiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.vendorSwiper .swiper-slide {
  width: 210px !important; 
  height: auto;
  flex-shrink: 0;
}

.vendor-card {
  width: 100%;
  height: 116px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: none;
  box-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.01),
    0 4px 14px rgba(15, 23, 42, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.vendor-card:hover {
  transform: translateY(-6px); 
  background: #ffffff;
  
  box-shadow: 
    0 20px 36px -8px rgba(15, 23, 42, 0.08),
    0 4px 12px -2px rgba(230, 0, 18, 0.02);
}

.vendor-card img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 32px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: .68;
  transition: filter .3s, opacity .3s, transform .3s;
}

.vendor-card:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.02);
}

.vendor-card p {
  color: #64748b;
  margin: 0;
  text-align: center;
  font-size: .95em;
  font-weight: 400;
  letter-spacing: -.02em;
  transition: color 0.2s ease;
}

.vendor-card:hover p {
  color: #e60012;
}
.about{background:#fff}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center}
.about-copy p{margin-top:22px}
.about-link{margin-top:32px;display:inline-flex;align-items:center;gap:12px;color:var(--ink); font-size:1.1em; font-weight:600;}
.about-link i{width:36px;height:36px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-size:12px;transition:.25s}
.about-link:hover i{transform:translateX(4px)}
.about-visual{position:relative;min-height:530px}
.about-photo-main{height:440px;border-radius:10px;overflow:hidden;box-shadow:var(--shadow)}
.about-photo-sub{position:absolute;right:-5%;bottom:0;width:55%;height:250px;border-radius:10px;overflow:hidden;border:5px solid #fff;box-shadow:var(--shadow-sm)}
.about-note{position:absolute;left:34px;bottom:36px;width:260px;padding:24px;border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}
.about-note strong{display:block;color:var(--red);font-size:28px; letter-spacing:-.04em; font-style:italic;}
.about-note span{display:block;margin-top:4px;color:#596579;font-size:14px; line-height:1.5; }

.services{background:#f7f9fc}
.service-list{display:grid;gap:28px}
.service-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  height:400px;
  min-height:400px;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 1px 0 rgba(15,23,42,.04);
  transition:.3s;
}
.service-card:nth-child(even){grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}
.service-img{position:relative;height:100%;min-height:0;overflow:hidden;background:#dde3ec}
.service-img img{width:100%;height:100%;object-fit:cover;transition:.55s ease}
.service-card:hover .service-img img{transform:scale(1.035)}
.service-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,17,24,0) 58%,rgba(13,17,24,.22) 100%)}
.service-copy{position:relative;min-width:0;height:100%;padding:44px 52px;display:flex;flex-direction:column;justify-content:center}
.service-no{display:inline-flex;width:max-content;align-items:center;gap:14px;margin-bottom:15px;color:var(--red);font-size:14px;font-weight:950;letter-spacing:.18em}
.service-no::after{content:"";width:52px;height:1px;background:rgba(230,0,18,.42)}
.service-copy h3{color:var(--ink);font-size:2.2em;line-height:1.24;font-weight:700;letter-spacing:-.03em;word-break:keep-all}
.service-copy p{margin-top:16px;color:var(--gray);font-size:1.1em;line-height:1.78;word-break:keep-all}
.service-more{margin-top:28px;display:inline-flex;width:max-content;align-items:center;gap:10px;color:#1b2535;font-size:1em; font-weight:600}
.service-more i{font-size:1em; color:var(--red);transition:.2s}
.service-more:hover i{transform:translateX(5px)}

.trust-hub{background:#fff;padding-bottom:110px}
.trust-hub .sec-head{margin-bottom:38px}
.trust-board{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:44px;align-items:stretch}
.trust-visual{position:relative;min-height:430px;border-radius:10px;overflow:hidden;background:#e9eef5;box-shadow:0 1px 0 rgba(15,23,42,.04)}
.trust-visual img{transition:.55s ease;filter:saturate(.9) contrast(1.02)}
.trust-visual:hover img{transform:scale(1.025)}
.trust-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,17,24,0) 52%,rgba(13,17,24,.34) 100%)}
.trust-visual-caption{position:absolute;left:50px;right:30px;bottom:50px;z-index:2;color:#fff}
.trust-visual-caption small{display:block;color:rgba(255,255,255,.66);font-size:1em; letter-spacing:.13em;text-transform:uppercase}
.trust-visual-caption strong{display:block;margin-top:5px;font-size:1.6em; line-height:1.28;letter-spacing:-.055em;word-break:keep-all}
.trust-simple{padding:6px 0;display:flex;flex-direction:column;justify-content:center}
.trust-label{display:inline-flex;width:max-content;align-items:center;gap:11px;color:var(--red);font-size:13px; letter-spacing:.13em;text-transform:uppercase; font-weight:600;}
.trust-label::before{content:"";width:28px;height:2px;background:var(--red)}
.trust-simple h3{margin-top:20px;color:var(--ink);font-size:clamp(30px,3.2vw,42px);line-height:1.16; word-break:keep-all}
.trust-simple>p{margin-top:16px;max-width:650px;color:var(--gray);font-size:16px;line-height:1.78;word-break:keep-all}
.trust-info-list{display:grid;gap:14px;margin-top:30px;border:0}
.trust-info-item{display:grid;grid-template-columns:92px 1fr;gap:20px;align-items:flex-start;padding:30px; border-radius:10px;background:#f7f7f7; transition:.22s}
.trust-info-item:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.055);border-color:rgba(230,0,18,.16)}
.trust-info-item b{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:#fff;color:var(--red);font-size:12px;font-weight:600;letter-spacing:.03em;white-space:nowrap}
.trust-info-item strong{display:block;color:#1f2937;font-size:1.2em;line-height:1.34;font-weight:700;letter-spacing:-.045em;word-break:keep-all}
.trust-info-item span{display:block;margin-top:5px;color:#737f91;font-size:1em;line-height:1.55;word-break:keep-all}

.shop-strip{position:relative;background:#090d14;color:#fff;padding:94px 0;overflow:hidden}
.shop-strip::before{content:"";position:absolute;right:-12%;top:-30%;width:560px;height:560px;background:radial-gradient(circle,rgba(230,0,18,.28) 0%,rgba(230,0,18,.12) 36%,rgba(230,0,18,0) 70%);filter:blur(18px);pointer-events:none}
.shop-strip::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent)}
.shop-flex{position:relative;z-index:2;display:grid;grid-template-columns:1fr 270px;gap:60px;align-items:center}
.shop-label{display:inline-flex;align-items:center;gap:12px;color:rgba(255,255,255,.58);font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.shop-label::before{content:"";width:36px;height:2px;background:var(--red)}
.shop-flex h2{margin-top:18px;color:#fff;font-size:clamp(31px,3.2vw,46px);font-weight:700;line-height:1.18;letter-spacing:-1px;}
.shop-flex p{margin-top:16px;color:rgba(255,255,255,.66); line-height:1.8; word-break:keep-all; font-size:1.1em;}
.shop-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.shop-badges span{padding:9px 20px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.76);font-size:.9em;font-weight:600}
.shop-btn{height:58px;border-radius:999px;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;gap:12px; font-weight:600;transition:.25s; font-size:1.1em;}
.shop-btn:hover{background:var(--red);color:#fff;transform:translateY(-3px)}

.comms{background:#f7f9fc}
.comms-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:28px;align-items:stretch}
.contact-cta{position:relative;min-height:370px;border-radius:10px;overflow:hidden;background:#111827;color:#fff;padding:60px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}
.contact-cta img{position:absolute;inset:0;opacity:.4;}
.contact-cta::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,24,39,.5),rgba(17,24,39,.96))}
.contact-cta>*{position:relative;z-index:2}
.contact-cta small{color:rgba(255,255,255,.58);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.contact-cta h3{margin-top:5px;color:#fff;font-size:2.2em; line-height:1.2;font-weight:700;letter-spacing:-.07em;word-break:keep-all}
.contact-cta p{margin-top:16px;color:rgba(255,255,255,.66);font-size:1.1em; line-height:1.75;word-break:keep-all}
.contact-btn{margin-top:28px;height:54px;padding:0 24px;border-radius:999px;background:#fff;color:#111827;display:inline-flex;width:max-content;align-items:center;gap:12px;font-weight:700;transition:.25s}
.contact-btn:hover{background:var(--red);color:#fff;transform:translateY(-3px)}
.news-panel{border-radius:10px;background:#fff; padding:40px;box-shadow:0 1px 0 rgba(15,23,42,.03)}
.panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:10px}
.panel-head h3{color:var(--ink);font-size:30px;font-weight:700;letter-spacing:-.06em}
.panel-head a{font-size:1em; color:#667085;}
.news-list{display:grid; border-top:1px solid var(--line)}
.news-item{display:grid;grid-template-columns:88px 1fr 34px;gap:24px; padding:24px 0;border-bottom:1px solid var(--line);transition:.2s}
.news-item:last-child{border-bottom:none;}
.news-item:hover{padding-left:10px}
.news-date{color:#8993a4; letter-spacing:.02em}
.news-title{color:#1f2937;font-size:1.1em; line-height:1.45;word-break:keep-all}
.news-item:hover .news-title{color:var(--red)}
.news-arrow{width:34px;height:34px;border-radius:50%;background:#f2f5f9;color:#667085;display:grid;place-items:center;font-size:12px;transition:.2s}
.news-item:hover .news-arrow{background:var(--red);color:#fff}
