:root{
  --od-bg: #7C0E4B;
  --od-bg-dark: #4C4C42;
  --od-light: #E6E7E9;
  --od-white: rgba(255,255,255,.92);
  --od-white-soft: rgba(255,255,255,.20);
  --od-shadow: 0 18px 44px rgba(0,0,0,.25);
  --od-shadow-hover: 0 26px 74px rgba(0,0,0,.35);
  --od-radius: 24px;
  --od-accent: #7C0E4B;
  --od-accent-dark: #62103d;
  --od-text-dark: #3d3d3d;
  --od-text-main: #f4f4f6;
  --od-text-soft: rgba(255,255,255,.82);
  --od-border: rgba(255,255,255,.09);
}

*{
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

html,
body{
  min-height: 100%;
}

body{
  min-height: 100vh;
  margin: 0;
  color: #fff;
  overflow-x: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(1200px 700px at 50% 10%, rgba(255,255,255,.09), transparent 60%),
    linear-gradient(180deg, rgba(124,14,75,.82), rgba(76,76,66,.72)),
    var(--od-bg);
}

/* NAVBAR */
.od-navbar{
  padding: 16px 0;
  background: rgba(16, 9, 15, .32);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}

.od-navbar.is-scrolled{
  background: rgba(16, 9, 15, .84);
  border-bottom-color: rgba(255,255,255,.06);
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}

.od-brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  letter-spacing: .18em;
  font-size: .95rem;
}

.od-brand:hover{
  color: #fff;
}

.od-brand img{
  width: 34px;
  height: auto;
  display: block;
}

.od-navbar .nav-link{
  color: rgba(255,255,255,.82);
  font-weight: 600;
  padding-left: 14px !important;
  padding-right: 14px !important;
  position: relative;
}

.od-navbar .nav-link:hover,
.od-navbar .nav-link.active{
  color: #fff;
}

.od-navbar .nav-link.active::after{
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  opacity: .9;
}

.od-navbar-toggler{
  border-color: rgba(255,255,255,.18);
}

.od-navbar-toggler:focus{
  box-shadow: none;
}

.od-btn{
  min-height: 52px;
  padding: .85rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.od-btn-primary{
  background: linear-gradient(135deg, var(--od-accent), #9d1b64);
  border: 0;
  color: #fff;
  box-shadow: 0 16px 34px rgba(124,14,75,.28);
}

.od-btn-primary:hover{
  color: #fff;
  transform: translateY(-2px);
  background: linear-gradient(135deg, #6d1245, #8b1858);
}

.od-btn-outline{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
}

.od-btn-outline:hover{
  color: #fff;
  background: rgba(255,255,255,.10);
}

/* HERO */
.hero-shell{
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
}

.bg-parallax{
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(124,14,75,.22), rgba(76,76,66,.16)),
    url("assets/odisseyhero2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  transform: translate3d(0,0,0) scale(1.04);
  transition: transform .08s linear;
  z-index: -4;
  will-change: transform;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,.12), transparent 35%),
    linear-gradient(180deg, rgba(42, 8, 27, 0.14) 0%, rgba(42, 8, 27, 0.34) 100%);
  z-index: -3;
  pointer-events: none;
}

.hero-noise{
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .12;
  z-index: -2;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.hero-vignette{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 38%, rgba(0,0,0,.16) 100%);
  z-index: -1;
  pointer-events: none;
}

.wrap{
  position: relative;
  z-index: 2;
  padding: 120px 0 72px;
}

.brand{
  text-align: center;
  max-width: 1040px;
  margin: 0 auto 42px;
}

.brand .logoWrap{
  width: 160px;
  height: 160px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: rgba(255,255,255,.10);
  box-shadow: 0 20px 45px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.08);
}

.brand img{
  width: 112px;
  height: auto;
  display: block;
}

.eyebrow{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  font-size: .80rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.88);
}

.brand h1{
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.03;
  font-weight: 900;
  margin: 0 0 14px;
  text-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.brand p{
  opacity: .95;
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.75;
  font-size: 1.06rem;
  color: rgba(255,255,255,.92);
}

.hero-summary{
  max-width: 980px;
  margin: 18px auto 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
  font-size: .98rem;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
}

.hero-actions{
  margin-top: 24px;
}

.cards-row{
  margin-top: 34px;
}

.menu-card{
  position: relative;
  border-radius: var(--od-radius);
  background: var(--od-white);
  box-shadow: var(--od-shadow);
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .25s ease, box-shadow .25s ease;
  aspect-ratio: 1 / 1;
  min-height: 400px;
  outline: 1px solid rgba(255,255,255,.08);
  max-width: 100%;
  margin: 0 auto;
}

.menu-card:hover{
  box-shadow: var(--od-shadow-hover);
}

.menu-card .bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(1) contrast(1.04);
  transform: translateZ(-1px) scale(1.03);
  transition: filter .25s ease, transform .25s ease;
}

.menu-card:hover .bg{
  filter: grayscale(.16) contrast(1.08);
  transform: translateZ(-1px) scale(1.06);
}

.menu-card .overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.92)),
    linear-gradient(180deg, rgba(124,14,75,.05), rgba(124,14,75,.04));
}

.menu-card .content{
  position: relative;
  padding: 22px 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateZ(18px);
  text-align: center;
}

.card-top{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-bottom{
  margin-top: auto;
  padding-top: 16px;
}

.card-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(124,14,75,.08);
  color: var(--od-accent);
  border: 1px solid rgba(124,14,75,.10);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.menu-card h3{
  font-size: 1rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--od-accent);
  margin: 0;
  font-weight: 800;
  line-height: 1.42;
  min-height: 66px;
}

.menu-card p{
  margin: 0 auto;
  max-width: 28ch;
  line-height: 1.65;
  font-weight: 700;
  color: var(--od-text-dark);
  font-size: .96rem;
}

.menu-card .detail{
  margin-top: 4px;
  font-size: .89rem;
  line-height: 1.6;
  color: #666;
  font-weight: 500;
  max-width: 31ch;
  margin-left: auto;
  margin-right: auto;
}

.menu-card .btn{
  border-radius: 999px;
  font-weight: 800;
  padding: 12px 18px;
  background: var(--od-accent);
  border: 0;
  color: #fff;
  box-shadow: 0 12px 24px rgba(124,14,75,.20);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-card .btn:hover{
  background: var(--od-accent-dark);
  color: #fff;
}

.scroll-cue{
  margin-top: 28px;
}

.scroll-link{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.88);
  font-weight: 700;
}

.scroll-link:hover{
  color: #fff;
}

.scroll-arrow{
  font-size: 1.4rem;
  animation: floatDown 1.8s ease-in-out infinite;
}

@keyframes floatDown{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(6px); }
}

/* STRIP */
.approach-strip{
  position: relative;
  padding: 28px 0 40px;
  background: linear-gradient(180deg, rgba(12,8,11,.86), rgba(18,13,17,.94));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.strip-card{
  height: 100%;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(8px);
}

.strip-label{
  margin-bottom: 12px;
  color: #d5adc1;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.strip-card h2{
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.15;
  font-weight: 800;
}

.strip-card p{
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.75;
}

/* PAGE SECTIONS */
.page-section{
  padding: 110px 0;
}

.section-light{
  background: linear-gradient(180deg, #f2f3f5 0%, #e6e7e9 100%);
  color: #161616;
}

.section-dark{
  background:
    radial-gradient(circle at top right, rgba(124,14,75,.15), transparent 30%),
    linear-gradient(180deg, #0f1015 0%, #13141a 100%);
}

.section-mid{
  background:
    linear-gradient(180deg, #18131a 0%, #22141d 100%);
}

.section-contact{
  background:
    radial-gradient(circle at top left, rgba(124,14,75,.18), transparent 30%),
    linear-gradient(180deg, #101015 0%, #12131a 100%);
}

.section-head{
  max-width: 900px;
  margin-bottom: 50px;
}

.section-head h2{
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.03em;
}

.section-head p{
  margin: 0;
  line-height: 1.8;
  color: rgba(24,24,24,.72);
}

.section-dark .section-head p,
.section-contact .section-head p{
  color: rgba(255,255,255,.74);
}

.section-eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  color: #b983a2;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* SERVICES */
.service-panel{
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  padding: 32px;
}

.service-side{
  position: sticky;
  top: 100px;
}

.service-no{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 36px;
  border-radius: 999px;
  background: rgba(124,14,75,.10);
  color: var(--od-accent);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .10em;
}

.service-side h3{
  margin: 14px 0 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.03em;
}

.service-lead{
  font-size: 1.03rem;
  line-height: 1.85;
  color: rgba(22,22,22,.78);
  margin-bottom: 20px;
}

.mini-card{
  height: 100%;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(76,76,66,.10);
}

.mini-card h4{
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 800;
}

.mini-card p{
  margin: 0;
  line-height: 1.72;
  color: rgba(22,22,22,.72);
}

/* GLASS / FEATURE */
.glass-panel,
.feature-box,
.contact-panel{
  height: 100%;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 34px rgba(0,0,0,.14);
}

.glass-panel p,
.feature-box p{
  margin-bottom: 18px;
  line-height: 1.85;
  color: rgba(255,255,255,.78);
}

.glass-panel p:last-child,
.feature-box p:last-child{
  margin-bottom: 0;
}

.feature-box h3{
  margin: 0 0 14px;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

/* CTA */
.cta-parallax{
  position: relative;
  padding: 140px 0;
  background:
    linear-gradient(rgba(10,8,12,.58), rgba(10,8,12,.72)),
    url("assets/parallax-bg.jpg") center center / cover no-repeat fixed;
  overflow: hidden;
}

.cta-layer{
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(124,14,75,.18), transparent 40%);
}

.cta-parallax h2{
  margin: 0 0 18px;
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  line-height: 1.05;
  font-weight: 900;
}

.cta-parallax p{
  max-width: 860px;
  margin: 0 auto 26px;
  line-height: 1.85;
  color: rgba(255,255,255,.84);
}

/* CONTACT */
.contact-panel h3{
  margin-bottom: 22px;
  font-size: 1.4rem;
  font-weight: 800;
}

.contact-list li + li{
  margin-top: 18px;
}

.contact-list span{
  display: block;
  margin-bottom: 5px;
  color: #caa6ba;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-list a,
.contact-list p{
  color: #fff;
  line-height: 1.8;
  margin: 0;
}

.map-placeholder{
  min-height: 260px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)),
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,.02),
      rgba(255,255,255,.02) 10px,
      transparent 10px,
      transparent 20px
    );
}

.map-placeholder span{
  color: rgba(255,255,255,.56);
  font-weight: 700;
}

.form-label{
  color: rgba(255,255,255,.84);
  font-weight: 600;
}

.od-control{
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: #fff;
  box-shadow: none !important;
}

.od-control::placeholder{
  color: rgba(255,255,255,.42);
}

.od-control:focus{
  border-color: rgba(124,14,75,.74);
  background: rgba(255,255,255,.06);
  color: #fff;
}

textarea.od-control{
  min-height: 160px;
  resize: vertical;
}

/* FOOTER */
.od-footer{
  padding: 28px 0;
  background: #0a0a0e;
  border-top: 1px solid rgba(255,255,255,.06);
}

.od-footer p{
  color: rgba(255,255,255,.62);
}

/* RESPONSIVE */
@media (max-width: 1199.98px){
  .menu-card{
    min-height: 420px;
  }
}

@media (max-width: 991.98px){
  .wrap{
    padding-top: 110px;
    padding-bottom: 56px;
  }

  .od-navbar{
    background: rgba(16, 9, 15, .88);
  }

  .brand .logoWrap{
    width: 124px;
    height: 124px;
    border-radius: 24px;
  }

  .brand img{
    width: 84px;
  }

  .menu-card{
    min-height: 360px;
  }

  .bg-parallax{
    transform: none !important;
    background-position: center center;
    background-size: cover;
  }

  .service-side{
    position: static;
  }

  .cta-parallax{
    background-attachment: scroll;
  }
}

@media (max-width: 575.98px){
  .page-section{
    padding: 86px 0;
  }

  .brand p,
  .hero-summary{
    font-size: .95rem;
    line-height: 1.68;
  }

  .menu-card{
    min-height: 340px;
  }

  .menu-card .content{
    padding: 18px 16px 16px;
  }

  .menu-card h3{
    min-height: auto;
    font-size: .96rem;
  }

  .service-panel,
  .glass-panel,
  .feature-box,
  .contact-panel{
    padding: 22px;
  }
}