/* Sōken — Bootstrap 5 build, design parity with original */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

/* Neue Regrade */
@font-face {
    font-family: 'Neue Regrade';
    src: url('fonts/Neue Regrade Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

/* General Sans */
@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

/* Milliard Book */
@font-face {
    font-family: 'Milliard Book';
    src: url('fonts/Rene Bieder - Milliard Book DEMO.otf') format('opentype');
    font-weight: normal;
    font-style: normal;1
}

body {
  color: #2C2C2C;
  overflow-x: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── LOGO ─────────────────────────────── */
.soken-logo {
  font-weight: 300;
  letter-spacing: 0.18em;
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.soken-logo .o-bar { display: inline-block; position: relative; }
.soken-logo .o-bar::before {
  content: '';
  position: absolute;
  top: 2px; left: 50%;
  transform: translateX(-50%);
  width: 85%; height: 1.5px;
  background: currentColor;
  border-radius: 2px;
}

/* ── HERO ─────────────────────────────── */
.hero-section { position: relative; min-height: 100vh; display: flex; flex-direction: column; }
.hero-bg-img {
  position: absolute; inset: 0;
  background-image: url('../images/banner-img.png');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-title {
  font-size: clamp(1.5rem, 3.2vw, 2.15rem);
  font-family: 'Neue Regrade', serif;
  font-weight: 300;
  color: #9E79AB; 
  line-height: 1.35;
  margin-bottom: 14px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.28);
  max-width: 460px;
}

.hero-sub {
  font-size: 16px;
  color: #9D8994;
  font-weight: 800; 
  line-height: 28px;
  max-width: 438px; 
  margin-bottom: 28px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.hero-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  letter-spacing: 0.07em;
  text-decoration: none;
  transition: color .2s;
}

.icon-ring {
  margin-bottom: 50px
}

.hero-link:hover { color: rgba(255,255,255,0.82); }

/* ── TICKER BAR ───────────────────────── */
.ticker-bar {
  position: relative;
  z-index: 10;
  top: -62px;
  /* max-width: 1400px; */
  margin: 0 auto;
  border-radius: 38px;
  border: 1px solid;
  border-image-source: linear-gradient(
    90.24deg,
    rgba(255, 255, 255, 0.5) -3.34%,
    rgba(153, 153, 153, 0.5) 102.14%
  );
}

.ticker-wrap {
  padding: 13px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4px;
  border-radius: 38px;

  /* Blur Effect */
  background: rgba(255,255,255,0.13);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border: 1px solid rgba(255, 255, 255, 0.68);
}

.ticker-item {
  color: #fff;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0%;
  padding: 2px 14px;
  font-family: "Manrope", sans-serif;
}

.ticker-dot {
  color: #fff;
  font-size: 18px;
  padding: 0 2px;
}

/* ── VISION / ABOUT ─────────── */

.vision-section {
  padding: 100px 0;
  background: radial-gradient(122.27% 107.52% at 110.16% 107.59%, #CFE1BE 0%, #FFFFFF 100%);
}

.section-heading {
  font-size: 48px;
  font-weight: 600;
  color: rgba(78,107,109,1);
  letter-spacing: 0%;
  line-height: 100%;
}

.eyebrow {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgba(78, 107, 109, 1);
  margin-bottom: 15px;
  line-height: 100%;
}

.eyebrow-lg {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgba(78, 107, 109, 1);
  margin-bottom: 18px;
  line-height: 100%;
}

.body-copy {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0%;
  color:  rgba(78, 107, 109, 1);
}

.about-logo-img { width: 80%; padding-left: 5px; vertical-align: middle; }

/* ── WHY CHOOSE ──────────────────────── */
.why-section { padding: 100px 0; position: relative; overflow: hidden; }

.why-bg-img {
  position: absolute; inset: 0;
  background-image: url('../images/about-bg.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
  /* transform: rotate(180deg); */
}

.why-bg-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg,
    rgba(10,20,8,0.55) 0%,
    rgba(15,30,10,0.35) 40%,
    rgba(20,40,12,0.45) 80%,
    rgba(8,18,5,0.65) 100%);
}

.why-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 435px 1fr;
  gap: clamp(28px,5vw,64px);
  align-items: start;
}

.why-heading {
  font-size: 48px;
  font-weight: 300; color: #fff;
  line-height: 1.28; 
  letter-spacing: -0.01em;
  padding-top: 4px;
}

.feat-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 42px;
}

.feat-card {
  background: rgba(255,255,255,0.07);
  /* border: 1px solid transparent;
  border-image: linear-gradient(to right, #FFFFFF, #999999) 1; */
  border-radius: 38px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 30px;
}

.feat-card::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border width */
  border-radius: 38px;
  background: linear-gradient(to right,#FFFFFF,#999999);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.feat-card h4 {
  font-size: 22px; 
  font-weight: bold;
  letter-spacing: 0%; 
  text-transform: uppercase;
  color: #fff; 
  margin-bottom: 14px; 
  line-height: 26px;
  font-family: "Manrope", sans-serif;
}

.feat-card p {
  font-size: 16px; 
  font-weight: 400;
  color: #FDFFFF;
  line-height: 22px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* ── CTA BAND ────────────────────────── */

.cta-section {
  padding: 100px 0;
  background: url('../images/wellness-solutions-bg-img.png') center/cover no-repeat;
}

.cta-heading {
  font-size: 48px;
  font-weight: 600; line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 34px;
  color: #6B159D;
}

.cta-body {
  font-size: 20px; font-weight: 500;
  line-height: 28px; color: #6B159D;
  max-width: 910px; margin: 0 auto;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* ── SERVICES ───────────────────────── */
.services-section {
  position: relative; overflow: hidden;
  padding: 100px 0;
}

.services-bg-img {
  position: absolute; inset: 0;
  background-image: url('../images/services.png');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.svc-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 830px 1fr;
  gap: clamp(28px,5vw,80px);
  align-items: start;
}

.svc-heading {
  font-size: 48px;
  font-weight: 600;
  color: #8C2011;
  letter-spacing: 0%;
}

.svc-list { display: flex; flex-direction: column; gap: 32px; }
.svc-pill {
  border: 1px solid rgba(255, 255, 255, 0.445);
  border-radius: 100px;
  padding: 14px 36px;
  background: rgba(255,255,255,0.05);
  transition: background .25s;
  cursor: default;
  text-align: center;
}

.svc-pill:hover { background: rgba(255,255,255,0.13); }

.svc-pill span {
  font-size: 36px; font-weight: 400;
  letter-spacing: 0%; text-transform: uppercase;
  color: #8C2011; white-space: nowrap;
  font-family: "Manrope", sans-serif;
}

/* ── FOOTER CTA ─────────────────────── */
.footer-cta-section {
  padding: 100px 0;
  background: radial-gradient(75.99% 189.17% at 70.03% 44.13%, #AEC7F1 0%, #E5EEFF 100%);

}
.footer-cta-heading {
  font-size: 48px;
  font-weight: 400; color: #8AACED;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
}
.footer-cta-body {
  font-size: 28px; font-weight: 500;
  line-height: 38px; color: #fff;
  margin-bottom: 28px;
      font-family: "Plus Jakarta Sans", sans-serif;
}

/* ── FOOTER ─────────────────────────── */
.footer-section {
  padding: clamp(50px,7vw,82px) clamp(24px,8vw,80px);
  background:
    radial-gradient(ellipse at 10% 80%, rgba(160,188,215,0.5) 0%, transparent 45%),
    linear-gradient(135deg, #BBCEDD 0%, #ADBECC 50%, #BECCD8 100%);
}
.footer-contact-label {
  font-size: 32px; font-weight: 600;
  letter-spacing: 0%; text-transform: capitalize;
  color: #fff; margin-bottom: 25px;
}
.footer-contact-text a{ font-size: 24px; font-weight: 500; color: #fff;line-height: 100%; text-decoration: none; }
.footer-address { font-size:24px; font-weight: 500; color: #fff; line-height: 30px; font-family: "Plus Jakarta Sans", sans-serif;}

/* ── BUTTONS ─────────────────────────── */
.btn-white {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 38px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  color: rgba(255,255,255,0.95);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0%;
  border: none;
  overflow: hidden;
  cursor: pointer;

  transition: all .25s ease;
}


.btn-white::before {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: 100px;
    padding: 1.5px;

    background: linear-gradient(
        to right,
        rgba(255,255,255,0.45),
        rgba(255,255,255,0.95)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}

.btn-white:hover { background: rgba(255,255,255,0.14); color: rgba(255,255,255,0.92); }

.btn-outline-custom {
    position: relative;
    overflow: hidden;
    background: linear-gradient( 135deg,  rgba(255,255,255,0.25),  rgba(255,255,255,0.03));
    backdrop-filter: blur(12px);
    border: none;
    border-radius: 100px;
    color: #fff;
    padding: 23px 50px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.09em;
    cursor: pointer;
    transition: background .22s;
}

.btn-outline-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 2px;
    background: linear-gradient(
        to left,
        #b8bcc4 0%,
        #d7dbe2 35%,
        #ffffff 70%,
        #ffffff 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    pointer-events: none;
}

/* ── RESPONSIVE ─────────────────────── */
@media (max-width: 1366px) {
  .why-grid {grid-template-columns: 280px 1fr;}
  .ticker-item {font-size: 20px;}
  .svc-grid { grid-template-columns: 391px 1fr;}
}

@media (max-width: 991px) {
  .svc-grid {grid-template-columns: 319px 1fr;}
  .feat-grid {grid-template-columns: repeat(2, 1fr);}
  .footer-cta-heading br{ display: none;}
  .footer-cta-heading { font-size: 34px;}
      .ticker-item {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
  .vision-section, .why-section, .services-section, .footer-cta-section  { padding: 60px 0; }

  .why-grid,
  .svc-grid { grid-template-columns: 1fr !important; }
  .feat-grid { grid-template-columns: 1fr 1fr !important; }
  .ticker-wrap { gap: 6px 0 !important; row-gap: 6px; }

  .footer-logo img{ width: 60%; }

  .footer-address br{display: none;}
}
@media (max-width: 580px) {
  .svc-pill span {font-size: 22px;}
  .ticker-item {font-size: 16px;padding: 2px 14px;}
  .eyebrow {font-size: 25px;}
  .eyebrow-lg{font-size: 25px;}
  .section-heading {font-size: 44px;}

  .footer-cta-body {font-size: 22px;}
  .footer-address {font-size: 18px;}

  .footer-cta-heading {font-size: 34px;}

  .btn-outline-custom {
    padding: 20px 45px;
    font-size: 18px;
}
}
@media (max-width: 480px) {
  .feat-grid { grid-template-columns: 1fr !important; }
  .ticker-dot {display: none;}
}
