/* Gelix Font */
@import url('https://fonts.cdnfonts.com/css/gelix');

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Gelix', sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #0a0a0a;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gelix', sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Container */
.container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-sm {
  max-width: 672px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===================== NAVBAR ===================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
}

.navbar-inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo {
  font-size: 1.25rem;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.02em;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar-link {
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 9999px;
  color: #374151;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}

.navbar-link:hover {
  border-color: #000;
  background: #f9fafb;
}

.navbar-link.active {
  background: #000;
  color: #fff;
  border-color: #000;
  font-weight: 600;
}

.navbar-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #6b7280;
  transition: all 0.2s ease;
}

.social-icon:hover {
  color: #000;
  background: #f3f4f6;
}

.social-icon svg {
  width: 16px;
  height: 16px;
}

/* Mobile menu toggle */
.mobile-toggle {
  display: none;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-toggle svg {
  width: 22px;
  height: 22px;
}

.mobile-menu {
  display: none;
  background: #fff;
  padding: 20px 24px;
  border-top: 1px solid #f3f4f6;
}

.mobile-menu.open {
  display: block;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.mobile-nav-link {
  padding: 12px 16px;
  font-size: 1rem;
  border-radius: 8px;
  color: #374151;
  transition: all 0.2s ease;
}

.mobile-nav-link:hover {
  background: #f3f4f6;
}

.mobile-nav-link.active {
  background: #000;
  color: #fff;
  font-weight: 600;
}

.mobile-socials {
  display: flex;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}

@media (max-width: 768px) {
  .navbar-nav,
  .navbar-socials {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
}

/* ===================== GRADIENT HEADER ===================== */
.gradient-header {
  padding-top: 128px;
  padding-bottom: 96px;
  background: linear-gradient(to bottom, #ccf4ff, #ffffff);
  text-align: center;
}

.gradient-header h1 {
  font-size: 2.25rem;
  color: #005066;
  margin-bottom: 16px;
}

.gradient-header p {
  color: rgba(0, 80, 102, 0.7);
  max-width: 576px;
  margin: 0 auto;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .gradient-header h1 {
    font-size: 3rem;
  }
}

\n.contact-hero-header {\n  text-align: left;\n}\n\n.contact-hero-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 48px;\n  align-items: center;\n}\n\n.contact-hero-image {\n  position: relative;\n  overflow: hidden;\n  border-radius: 16px;\n  background: #f3f4f6;\n  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);\n}\n\n.contact-hero-image img {\n  width: 100%;\n  aspect-ratio: 4/3;\n  object-fit: cover;\n}\n\n.contact-hero-text h1 {\n  margin-bottom: 16px;\n}\n\n.contact-hero-text p {\n  margin: 0;\n}\n\n@media (min-width: 768px) {\n  .contact-hero-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\n@media (max-width: 767px) {\n  .contact-hero-header {\n    text-align: center;\n  }\n\n  .contact-hero-text p {\n    margin: 0 auto;\n  }\n}\n\n/* ===================== HERO SECTION (HOME) ===================== */
.hero-content {
  padding: 80px 0;
}

.hero-grid {
  display: grid;
  gap: 64px;
  align-items: start;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-image-wrap {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 16px;
  background: #f3f4f6;
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #00baee;
}

.hero-text {
  padding-top: 16px;
}

.hero-text p {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Gelix', sans-serif;
}

.btn-primary {
  background: #000;
  color: #fff;
}

.btn-primary:hover {
  background: #005066;
}

.btn-outline {
  background: transparent;
  color: #000;
  border: 1px solid #d1d5db;
}

.btn-outline:hover {
  border-color: #000;
}

.btn-brand {
  background: #005066;
  color: #fff;
  font-weight: 600;
}

.btn-brand:hover {
  background: #000;
}

.btn svg {
  width: 15px;
  height: 15px;
}

/* ===================== CTA SECTION ===================== */
.cta-section {
  background: #ccf4ff;
  padding: 80px 0;
  text-align: center;
}

.cta-section h2 {
  font-size: 1.875rem;
  color: #005066;
  margin-bottom: 16px;
}

.cta-section p {
  color: rgba(0, 80, 102, 0.7);
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* ===================== PORTFOLIO GRID ===================== */
.portfolio-section {
  padding-bottom: 80px;
}

/* Default: 2 columns on mobile */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Desktop: always 3 columns (for our 6-item grid) */
@media (min-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.portfolio-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.3s ease;
  cursor: pointer;
}

.portfolio-card:hover {
  border-color: #00baee;
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.portfolio-card img {
  max-height: 48px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.portfolio-card:hover img {
  filter: grayscale(0%);
}

/* ===================== SOCIAL FEEDS ===================== */
.social-section {
  border-top: 1px solid #f3f4f6;
  padding: 80px 0;
}

.social-feeds-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

@media (max-width: 767px) {
  .social-feeds-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.social-feed-col {
  width: 100%;
  min-width: 0;
}

.youtube-embed-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
}

.youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.instagram-embed-wrapper {
  width: 100%;
  overflow: hidden;
}

/* ===================== FEATURED SECTION (kept for other pages) ===================== */
.featured-section {
  border-top: 1px solid #f3f4f6;
  padding: 80px 0;
}

.featured-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 56px;
}

.featured-label-line {
  width: 32px;
  height: 2px;
  background: #00baee;
  flex-shrink: 0;
}

.featured-label span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
}

.featured-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.featured-item {
  display: grid;
  gap: 40px;
  align-items: start;
}

@media (min-width: 768px) {
  .featured-item {
    grid-template-columns: 1fr 2fr;
  }
}

.featured-outlet {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (min-width: 768px) {
  .featured-outlet {
    flex-direction: column;
    align-items: flex-start;
  }
}

.outlet-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
}

.outlet-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}

@media (min-width: 768px) {
  .outlet-name {
    font-size: 1rem;
  }
}

.featured-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.featured-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  aspect-ratio: 16/9;
}

.featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-thumb:hover img {
  transform: scale(1.02);
}

.featured-thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.featured-thumb:hover .featured-thumb-overlay {
  opacity: 1;
}

.play-button {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.play-button svg {
  width: 20px;
  height: 20px;
}

.featured-type {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
}

.featured-title {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.4;
  margin: 4px 0 8px;
}

.featured-title a:hover {
  color: #005066;
}

.featured-desc {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.7;
}

.youtube-embed {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.youtube-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ===================== CONTACT ===================== */
.contact-content {
  padding: 80px 0;
}

.contact-grid {
  display: grid;
  gap: 64px;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 2fr;
  }
}

.contact-info p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 24px;
}

.contact-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-social-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  color: #6b7280;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.contact-social-btn:hover {
  border-color: #000;
  color: #000;
  background: #f9fafb;
}

.contact-social-btn svg {
  width: 16px;
  height: 16px;
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
}

.form-label .required {
  color: #00baee;
}

.form-input,
.form-textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.875rem;
  font-family: 'Gelix', sans-serif;
  font-weight: 400;
  background: #fff;
  transition: border-color 0.2s ease;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #00baee;
}

.form-textarea {
  resize: none;
  min-height: 120px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* Reason chips */
.reason-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reason-chip {
  padding: 8px 16px;
  font-size: 0.875rem;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Gelix', sans-serif;
  font-weight: 400;
}

.reason-chip:hover {
  border-color: #9ca3af;
}

.reason-chip.active {
  background: #000;
  color: #fff;
  border-color: #000;
  font-weight: 600;
}

/* Success state */
.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 80px 0;
}

.success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ccf4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-icon svg {
  width: 32px;
  height: 32px;
  color: #005066;
}

.form-success h2 {
  font-size: 1.5rem;
  color: #000;
}

.form-success p {
  color: #6b7280;
  font-size: 0.875rem;
}

/* ===================== FOOTER ===================== */
.footer {
  background: #005066;
  padding: 56px 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 768px) {
  .footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-brand h3 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 900;
  margin-bottom: 4px;
}

.footer-brand p {
  color: rgba(255,255,255,0.5);
  font-size: 0.875rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-nav a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
}

.footer-nav a:hover {
  color: #fff;
}

.footer-socials {
  display: flex;
  gap: 8px;
}

.footer-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  transition: all 0.2s ease;
}

.footer-social-btn:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}

.footer-social-btn svg {
  width: 16px;
  height: 16px;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.footer-bottom p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
}

/* ===================== NEW HOME LAYOUT ===================== */
.home-gradient {
  background: linear-gradient(to bottom, #ccf4ff 0%, #fff 100%);
  min-height: 100vh;
}

.hero-section {
  padding-top: 112px;
  padding-bottom: 64px;
  background: linear-gradient(to bottom, #ccf4ff, #ffffff);
}

.hero-grid-new {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-grid-new {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-text-new h1 {
  font-size: 3rem;
  line-height: 1.1;
  color: #005066;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .hero-text-new h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-text-new h1 {
    font-size: 4rem;
  }
}

.hero-text-new p {
  font-size: 1.125rem;
  color: rgba(0, 80, 102, 0.7);
  line-height: 1.7;
  max-width: 400px;
  margin-bottom: 32px;
}

.hero-image-new {
  position: relative;
}

.hero-image-new img {
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.btn-outline-white {
  background: #fff;
  color: #000;
  border: 1px solid #d1d5db;
}

.btn-outline-white:hover {
  border-color: #000;
}

/* About Card Section */
.about-card-section {
  padding: 48px 0;
}

.about-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  border: 1px solid #ccf4ff;
  padding: 32px;
}

@media (min-width: 768px) {
  .about-card {
    padding: 48px;
  }
}

.about-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 1024px) {
  .about-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.about-bio {
  color: #4b5563;
  line-height: 1.7;
}

.about-bio p {
  margin-bottom: 20px;
}

.about-bio p:last-child {
  margin-bottom: 0;
}

.feature-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-card {
  display: flex;
  gap: 16px;
}

.feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #ccf4ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  color: #005066;
}

.feature-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.feature-card p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
}

/* CTA Card */
.cta-card-section {
  padding: 48px 0 80px;
}

.cta-card {
  background: #ccf4ff;
  border-radius: 24px;
  padding: 64px 32px;
  text-align: center;
}

.cta-card h2 {
  font-size: 1.875rem;
  color: #005066;
  margin-bottom: 16px;
}

.cta-card p {
  font-size: 0.875rem;
  color: rgba(0, 80, 102, 0.7);
  margin-bottom: 24px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* ===================== SCROLL ANIMATIONS ===================== */
[data-animate] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-animate="fade"] {
  transform: translateY(0);
}

[data-animate="slide-up"] {
  transform: translateY(24px);
}

[data-animate="slide-left"] {
  transform: translateX(24px);
}

[data-animate="slide-right"] {
  transform: translateX(-24px);
}

[data-animate="scale"] {
  transform: scale(0.95);
}

[data-animate].animated {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

/* Stagger children for grids */
[data-stagger] > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

[data-stagger].animated > *:nth-child(1) { transition-delay: 0ms; opacity: 1; transform: translateY(0); }
[data-stagger].animated > *:nth-child(2) { transition-delay: 100ms; opacity: 1; transform: translateY(0); }
[data-stagger].animated > *:nth-child(3) { transition-delay: 200ms; opacity: 1; transform: translateY(0); }
[data-stagger].animated > *:nth-child(4) { transition-delay: 300ms; opacity: 1; transform: translateY(0); }
[data-stagger].animated > *:nth-child(5) { transition-delay: 400ms; opacity: 1; transform: translateY(0); }
[data-stagger].animated > *:nth-child(6) { transition-delay: 500ms; opacity: 1; transform: translateY(0); }

/* Smooth hover transitions for cards */
.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

/* ===================== OUTLET LOGO IMAGES ===================== */
.outlet-logo-badge {
  width: 96px;
  height: 56px;
  border-radius: 0;
  background: transparent !important;
  color: inherit;
}

.outlet-logo-badge img,
.outlet-logo {
  width: auto;
  height: auto;
  max-width: 96px;
  max-height: 56px;
  object-fit: contain;
}

.outlet-logo-oracle {
  max-width: 96px;
  max-height: 42px;
}

.outlet-logo-capitalism {
  max-width: 96px;
  max-height: 42px;
}

.outlet-logo-youtube {
  max-width: 88px;
  max-height: 42px;
}