/*============================================================
   INDEX.HTML - PAGE STYLES
   ------------------------------------------------------------
   Change styles for ONLY this page here.
   Shared header/footer/navigation styles live in common.css.
   ============================================================*/

.topbar {
  background: #03172d;
  color: #fff;
  font-size: 13px;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.topbar-links {
  display: flex;
  gap: 22px;
}

.btn-ghost {
  background: rgba(5,25,49,.35);
  color: #fff;
  border: 1px solid rgba(255,255,255,.65);
}

.tap-animate.is-tapped {
  animation: buttonTap .28s ease;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 25px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(.85);
}

.hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#031a35 0%,rgba(3,24,49,.78) 45%,rgba(3,24,49,.36) 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%,rgba(0,119,255,.2),transparent 35%),linear-gradient(180deg,transparent 65%,rgba(1,16,34,.76));
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center;
  z-index: 2;
}

.hero-text {
  font-size: 18px;
  line-height: 1.7;
  max-width: 690px;
  color: #e4edf7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.stats-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(4,32,62,.68);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
}

.stats-panel div {
  padding: 34px;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.stats-panel strong {
  font-size: 25px;
  display: block;
}

.stats-panel span {
  font-size: 13px;
  color: #dce7f4;
  margin-top: 7px;
  display: block;
}

.feature-strip {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -36px;
  width: auto;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 5;
  background: #fff;
  color: var(--ink);
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  padding: 18px 28px;
}

.feature-strip>div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 22px;
  border-right: 1px solid var(--line);
  font-size: 28px;
  color: var(--blue);
}

.feature-strip>div:last-child {
  border-right: 0;
}

.feature-strip span {
  display: flex;
  flex-direction: column;
}

.feature-strip b {
  font-size: 14px;
  color: var(--ink);
}

.feature-strip small {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}

.section {
  padding: 100px 0;
}

.section-soft {
  background: var(--soft);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-bottom: 38px;
}

.section-heading h2,.section-copy h2,.contact-copy h2 {
  font-size: clamp(32px,4vw,48px);
  line-height: 1.08;
  margin: 0;
  letter-spacing: -.035em;
}

.section-heading>p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.7;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: start;
}

.section-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.text-link {
  font-weight: 800;
  color: var(--blue);
  display: inline-block;
  margin-top: 10px;
}

.about-card {
  background: linear-gradient(145deg,#051b35,#0b3564);
  color: #fff;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}

.about-card>span {
  font-size: 12px;
  letter-spacing: .13em;
  color: #a9d900;
  font-weight: 900;
}

.about-card h3 {
  font-size: 28px;
  margin: 10px 0 22px;
}

.about-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-card li {
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 18px;
}

.reviews-section {
  background: linear-gradient(90deg,#041a34,#073a70);
  color: #fff;
  padding: 34px 0 28px;
  overflow: hidden;
}

.reviews-title {
  display: flex;
  gap: 20px;
  align-items: baseline;
}

.reviews-title p {
  font-size: 12px;
  color: #54aaff;
  margin: 0;
  font-weight: 800;
}

.reviews-title h2 {
  font-size: 23px;
  margin: 0;
}

.ticker-wrap {
  overflow: hidden;
  margin-top: 22px;
  mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}

.ticker {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: tickerMove 35s linear infinite;
}

.ticker:hover {
  animation-play-state: paused;
}

.contact-section {
  background: var(--soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
}

.contact-copy>p {
  color: var(--muted);
  line-height: 1.7;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
  font-weight: 700;
}

.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.contact-form input,.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 15px 16px;
  margin-bottom: 14px;
  font: inherit;
  outline: none;
  transition: border .2s,box-shadow .2s;
}

.contact-form input:focus,.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0,120,238,.08);
}

.whatsapp,.chat-launch {
  position: fixed;
  z-index: 45;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 14px 35px rgba(0,0,0,.22);
  cursor: pointer;
}

.whatsapp {
  right: 24px;
  bottom: 96px;
  width: 56px;
  height: 56px;
  background: #13bf68;
  font-size: 28px;
}

.chat-launch {
  right: 24px;
  bottom: 26px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg,#0878ee,#004cbd);
  font-size: 25px;
}

.chat-panel {
  position: fixed;
  right: 24px;
  bottom: 94px;
  width: min(380px,calc(100vw - 30px));
  height: 500px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(2,18,37,.28);
  z-index: 60;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(18px) scale(.97);
  opacity: 0;
  pointer-events: none;
  transition: .22s;
}

.chat-panel.open {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.chat-head {
  background: linear-gradient(135deg,#075fc8,#0c82f8);
  color: #fff;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-head div {
  display: flex;
  flex-direction: column;
}

.chat-head small {
  opacity: .85;
  margin-top: 3px;
}

.chat-head button {
  border: 0;
  background: rgba(255,255,255,.15);
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 22px;
}

.chat-body {
  flex: 1;
  padding: 16px;
  overflow: auto;
  background: #f5f8fc;
}

.bot-msg,.user-msg {
  max-width: 85%;
  padding: 12px 14px;
  border-radius: 14px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.45;
}

.bot-msg {
  background: #fff;
  border: 1px solid #e1e8f1;
}

.chat-form {
  display: flex;
  padding: 12px;
  border-top: 1px solid var(--line);
  gap: 8px;
}

.chat-form input {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  outline: none;
}

.chat-form button {
  width: 44px;
  border: 0;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(1,10,22,.94);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  transition: .22s;
  padding: 30px;
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  max-height: 80vh;
  max-width: min(1200px,94vw);
  object-fit: contain;
  border-radius: 12px;
}

.lightbox p {
  color: #fff;
  margin: 0;
}

.lightbox button {
  position: absolute;
  right: 24px;
  top: 18px;
  border: 0;
  background: rgba(255,255,255,.1);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease,transform .75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.feature-strip.reveal {
  transform: translateY(24px);
}

.feature-strip.reveal.visible {
  transform: translateY(0);
}

.delay-1 {
  transition-delay: .12s;
}

.delay-2 {
  transition-delay: .2s;
}

.page-loader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 999;
  display: grid;
  place-items: center;
  transition: opacity .4s,visibility .4s;
}

.page-loader.hide {
  opacity: 0;
  visibility: hidden;
}

.yt-loader-card {
  width: min(680px,80vw);
}

.yt-shimmer {
  background: linear-gradient(100deg,#e9edf2 20%,#f8fafc 40%,#e9edf2 60%);
  background-size: 200% 100%;
  animation: shimmer 1.15s linear infinite;
}

.hero-shimmer {
  aspect-ratio: 16/8;
  border-radius: 12px;
}

.yt-loader-lines {
  padding-top: 18px;
}

.yt-loader-lines span {
  height: 13px;
  display: block;
  border-radius: 20px;
  margin: 10px 0;
  background: linear-gradient(100deg,#e9edf2 20%,#f8fafc 40%,#e9edf2 60%);
  background-size: 200% 100%;
  animation: shimmer 1.15s linear infinite;
}

.yt-loader-lines .short {
  width: 55%;
}

@media (max-width:1050px) {
  .nav-quote {
    display: none;
  }

  .card-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width:820px) {
  .topbar-inner {
    justify-content: center;
  }

  .topbar-inner>span {
    display: none;
  }

  .topbar-links {
    font-size: 11px;
    gap: 10px;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .hero-grid,.split,.contact-grid {
    grid-template-columns: 1fr;
  }

  .stats-panel {
    margin-top: 10px;
  }

  .feature-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    transform: none;
    margin: 45px auto 0;
    grid-template-columns: 1fr 1fr;
  }

  .feature-strip>div:nth-child(2) {
    border-right: 0;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }

  .card-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:560px) {
  .topbar-links a:first-child {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .stats-panel {
    grid-template-columns: 1fr 1fr;
  }

  .stats-panel div {
    padding: 22px 18px;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip>div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-strip>div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 64px 0;
  }

  .whatsapp {
    right: 14px;
  }

  .chat-launch {
    right: 14px;
  }

  .chat-panel {
    right: 15px;
  }
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-link {
  font-weight: 850;
  color: var(--blue);
  padding: 9px 4px;
}

.search-row {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.global-search {
  position: relative;
  flex: 1;
  max-width: 820px;
  margin: auto;
}

.global-search input {
  width: 100%;
  border: 1px solid #dce6f1;
  border-radius: 15px;
  background: #fff;
  padding: 15px 92px 15px 46px;
  font: inherit;
  box-shadow: 0 8px 28px rgba(8,33,65,.07);
  outline: none;
  transition: .2s;
}

.global-search input:focus {
  border-color: #4ba5ff;
  box-shadow: 0 12px 32px rgba(8,120,238,.12),0 0 0 4px rgba(8,120,238,.06);
}

.search-hint {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 900;
  color: #75869b;
  background: #f1f5f9;
  padding: 5px 8px;
  border-radius: 7px;
}

.search-results {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid #e0e8f1;
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(7,31,58,.2);
  z-index: 90;
  display: none;
  overflow: hidden;
}

.search-results.open {
  display: block;
  animation: searchPop .18s ease;
}

.track-link {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 850;
  color: #243a52;
  border: 1px solid #dce5ef;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
}

.gallery-filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 18px 0 24px;
}

.gallery-admin-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px dashed #cfdceb;
  border-radius: 12px;
  color: #5e7289;
  font-size: 13px;
}

.gallery-admin-note a {
  font-weight: 900;
  color: #0878ee;
}

@media (max-width:900px) {
  .search-row {
    padding-left: 14px;
    padding-right: 14px;
  }

  .track-link {
    display: none;
  }

  .nav-actions .shop-link {
    display: none;
  }
}

@media (max-width:600px) {
  .global-search input {
    padding-right: 48px;
  }

  .search-hint {
    display: none;
  }
}

#customerAccountMobileLink {
  display: none;
}

@media (max-width:900px) {
  #customerAccountMobileLink {
    display: block;
  }
}

.search-submit {
  border: 0;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  font-size: 20px !important;
  color: #0878ee !important;
  background: #eef6ff !important;
  padding: 0 !important;
  border-radius: 10px !important;
}

.search-submit:hover {
  background: #0878ee !important;
  color: #fff !important;
}

.hot-products-section {
  padding: 64px 0;
  background: linear-gradient(180deg,#f7fbff 0%,#fff 100%);
  border-top: 1px solid #e8eff7;
}

.hot-products-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 24px;
}

.hot-products-head h2 {
  font-size: clamp(28px,3vw,42px);
  margin: 5px 0 6px;
  color: #09213e;
}

.hot-products-head p {
  margin: 0;
  color: #6b7f95;
}

.hot-view-all {
  font-weight: 850;
  color: #0878ee;
}

.hot-slider-shell {
  position: relative;
}

.hot-products-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 6px 2px 20px;
  scroll-behavior: smooth;
}

.hot-products-track::-webkit-scrollbar {
  display: none;
}

.hot-arrow {
  position: absolute;
  z-index: 3;
  top: 42%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #dce7f2;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10,35,65,.14);
  font-size: 28px;
  cursor: pointer;
}

.hot-prev {
  left: -18px;
}

.hot-next {
  right: -18px;
}

@media (max-width:700px) {
  .hot-products-section {
    padding: 42px 0;
  }

  .hot-products-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hot-arrow {
    display: none;
  }
}

.global-search input {
  padding-left: 20px !important;
  padding-right: 58px !important;
}

.search-submit {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  right: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #0878ee !important;
  color: #fff !important;
  font-size: 20px !important;
  cursor: pointer !important;
  box-shadow: 0 6px 16px rgba(8,120,238,.2) !important;
  transition: transform .18s ease,box-shadow .18s ease !important;
}

.search-submit:hover {
  transform: translateY(-1px) translateY(-50%) !important;
  box-shadow: 0 9px 22px rgba(8,120,238,.28) !important;
}

@media (max-width:560px) {
  .search-submit {
    display: grid !important;
  }
}

@media (max-width:900px) {
  .topbar {
    display: none !important;
  }

  .hero-grid {
    display: block !important;
  }

  .hero-text {
    font-size: 16px !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
  }

  .stats-panel {
    margin-top: 30px !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .feature-strip {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 26px 0 0 !important;
    width: 100% !important;
    grid-template-columns: 1fr 1fr !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .feature-strip>div {
    padding: 14px !important;
    min-width: 0 !important;
    font-size: 24px !important;
  }

  .feature-strip b {
    font-size: 13px !important;
  }

  .feature-strip small {
    font-size: 11px !important;
  }
}

@media (max-width:560px) {
  .hero-actions {
    width: 100%;
    align-items: stretch !important;
  }

  .stats-panel {
    grid-template-columns: 1fr 1fr !important;
  }

  .stats-panel div {
    padding: 18px 14px !important;
  }

  .stats-panel strong {
    font-size: 20px !important;
  }

  .feature-strip {
    grid-template-columns: 1fr !important;
  }

  .feature-strip>div {
    border-right: 0 !important;
    border-bottom: 1px solid #e4ebf2 !important;
  }

  .feature-strip>div:last-child {
    border-bottom: 0 !important;
  }

  .section {
    padding: 56px 0 !important;
  }

  .section-heading h2,.section-copy h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 900px) {
  .hero-grid {
    width: calc(100% - 28px) !important;
    margin: 0 auto !important;
  }

  .hero-copy {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .hero-text {
    max-width: 520px !important;
  }

  .stats-panel {
    width: 100% !important;
    max-width: 100% !important;
    margin: 28px 0 0 !important;
  }
}

@media (max-width: 560px) {
  .hero-text {
    font-size: 15.5px !important;
    line-height: 1.6 !important;
    margin-top: 18px !important;
  }

  .hero-actions {
    gap: 10px !important;
    margin-top: 24px !important;
  }

  .stats-panel {
    grid-template-columns: 1fr 1fr !important;
    border-radius: 16px !important;
  }

  .stats-panel div {
    padding: 16px 13px !important;
  }

  .stats-panel strong {
    font-size: 18px !important;
    line-height: 1.15 !important;
  }

  .stats-panel span {
    font-size: 11px !important;
  }
}

/*============================================================
   SAFE CUSTOM OVERRIDES
   Add future page-only edits below this line.
   ============================================================*/

/* V10 homepage gallery uses one card per album/category. */
.gallery-item{position:relative}.gallery-home-count{position:absolute;right:10px;top:10px;z-index:2;padding:5px 8px;border-radius:999px;background:rgba(5,26,50,.76);color:#fff;font-size:10px;font-weight:850;backdrop-filter:blur(4px)}
