/* ============================================
   DODI CREATIVE SPACE — Shared Styles
   ============================================ */

@font-face {
  font-family: 'Ploni';
  src: url('./fonts/ploni-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ploni';
  src: url('./fonts/ploni-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --c-navy: #192841;
  --c-orange: #F4A261;
  --c-cream: #FAF6EC;
  --c-cream-dark: #ECE6D6;
  --c-text: #192841;
  --c-text-light: rgba(25, 40, 65, 0.85);
  --c-text-muted: rgba(25, 40, 65, 0.5);
  --c-border: rgba(25, 40, 65, 0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  font-family: 'Ploni', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  color: var(--c-text);
  background: var(--c-cream);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================
   NAV
   ============================================ */
.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 20px 48px;
  border-bottom: 0.5px solid var(--c-border);
  gap: 32px;
}

.nav__logo svg { height: 32px; width: auto; }

.nav__links {
  display: flex;
  justify-content: center;
  gap: 32px;
  font-size: 13px;
  color: var(--c-navy);
}

.nav__links a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.nav__links a.active {
  color: var(--c-orange);
  font-weight: 500;
}

.nav__cta {
  background: var(--c-navy);
  color: var(--c-cream);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

/* ============================================
   TYPOGRAPHY HELPERS
   ============================================ */
.eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--c-text-muted);
  font-weight: 500;
  padding-left: 2px;
}

.eyebrow--orange {
  color: var(--c-orange);
  opacity: 1;
}

.eyebrow--on-dark {
  color: var(--c-cream);
  opacity: 0.5;
}

.h1-big {
  font-size: 80px;
  line-height: 0.92;
  letter-spacing: -3.5px;
  margin-left: -3px;
  color: var(--c-text);
  font-weight: 400;
}

.h2-section {
  font-size: 64px;
  line-height: 0.95;
  letter-spacing: -2.5px;
  margin-left: -3px;
  color: var(--c-text);
  font-weight: 400;
}

.h2-medium {
  font-size: 56px;
  line-height: 0.95;
  letter-spacing: -2px;
  margin-left: -3px;
  color: var(--c-text);
  font-weight: 400;
}

.h-orange-bold {
  color: var(--c-orange);
  font-weight: 700;
}

.body-large {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -1.8px;
  font-weight: 400;
  color: var(--c-text);
  max-width: 880px;
}

.body-text {
  font-size: 17px;
  line-height: 1.55;
  color: var(--c-text);
  opacity: 0.85;
  max-width: 640px;
}

.body-sub {
  font-size: 16px;
  line-height: 1.55;
  color: var(--c-text);
  opacity: 0.85;
  max-width: 480px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 18px 36px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.btn--navy { background: var(--c-navy); color: var(--c-cream); }
.btn--orange { background: var(--c-orange); color: var(--c-navy); gap: 10px; }
.btn--whatsapp svg { width: 16px; height: 16px; }

/* ============================================
   SECTION LAYOUTS
   ============================================ */
.section { padding: 48px 48px; }
.section--dark { background: var(--c-navy); color: var(--c-cream); padding: 56px 48px; }
.section--full { padding: 48px 0; }

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
  background: var(--c-navy);
  padding: 56px 48px;
}

.cta-section__inner { max-width: 760px; }

.cta-section .eyebrow { color: var(--c-cream); opacity: 0.5; }

.cta-section h2 {
  font-size: 72px;
  line-height: 0.95;
  color: var(--c-cream);
  font-weight: 400;
  letter-spacing: -2.5px;
  margin-bottom: 24px;
  margin-left: -3px;
  margin-top: 16px;
}

.cta-section__sub {
  font-size: 22px;
  line-height: 1.35;
  color: var(--c-cream);
  opacity: 0.75;
  letter-spacing: -0.3px;
  margin-bottom: 32px;
  max-width: 600px;
}

.cta-section__sub .h-orange-bold { opacity: 1; }

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--c-navy);
  color: var(--c-cream);
  padding: 56px 48px 28px;
  border-top: 1px solid rgba(244, 162, 97, 0.15);
}

.footer__farewell { margin-bottom: 48px; }

.footer__farewell .eyebrow {
  color: var(--c-orange);
  opacity: 1;
  margin-bottom: 20px;
  display: block;
}

.footer__farewell-line {
  font-size: 64px;
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -2.5px;
  color: var(--c-cream);
}

.footer__farewell-line + .footer__farewell-line { margin-top: 4px; }

.footer__cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(244, 162, 97, 0.2);
}

.footer__col-label {
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--c-orange);
  margin-bottom: 16px;
  font-weight: 500;
  display: block;
}

.footer__col-item {
  font-size: 17px;
  color: var(--c-cream);
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

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

.footer__nav a {
  font-size: 14px;
  opacity: 0.85;
  color: var(--c-cream);
  text-decoration: none;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.footer__bottom svg { height: 28px; width: auto; fill: var(--c-cream); }

.footer__copyright {
  font-size: 10px;
  opacity: 0.5;
  letter-spacing: 1px;
}

/* ============================================
   PLACEHOLDER TILES (replace with real images)
   ============================================ */
.placeholder {
  border-radius: 4px;
  background: var(--c-cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-text);
  opacity: 0.5;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  padding: 12px;
  border: 1px dashed rgba(25, 40, 65, 0.2);
}

/* ============================================
   ORANGE BOLD INLINE
   ============================================ */
strong.o, span.o {
  color: var(--c-orange);
  font-weight: 700;
}

/* ============================================
   MOBILE RESPONSIVE — Added for mobile fixes
   ============================================ */
@media (max-width: 768px) {
  /* NAV: smaller, tighter, Get in touch stays on one line */
  .nav {
    padding: 14px 16px;
    gap: 10px;
    grid-template-columns: auto 1fr auto;
  }
  .nav__logo svg { height: 24px; }
  .nav__links { gap: 12px; font-size: 10px; flex-wrap: nowrap; }
  .nav__cta {
    padding: 6px 12px;
    font-size: 10px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  
  /* TYPOGRAPHY: scaled for mobile */
  .h1-big {
    font-size: 44px;
    letter-spacing: -1.8px;
    margin-left: -1px;
    line-height: 0.95;
  }
  .h2-section {
    font-size: 38px;
    letter-spacing: -1.4px;
    margin-left: -1px;
  }
  .h2-medium {
    font-size: 34px;
    letter-spacing: -1.2px;
    margin-left: -1px;
  }
  .body-large {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.15;
  }
  .body-text {
    font-size: 15px;
    line-height: 1.55;
  }
  .body-sub {
    font-size: 14px;
  }
  
  /* EYEBROW: align right with the rest (left in LTR) */
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.5px;
    padding-left: 0;
  }
  
  /* BUTTONS: smaller and fits text */
  .btn {
    padding: 14px 24px;
    font-size: 13px;
    gap: 6px;
  }
  .btn--whatsapp svg { width: 14px; height: 14px; }
  
  /* SECTIONS: less side padding so content has more room */
  .section { padding: 36px 20px; }
  .section--dark { padding: 40px 20px; }
  .section--full { padding: 36px 0; }
  
  /* CTA SECTION */
  .cta-section { padding: 40px 20px; }
  .cta-section h2 {
    font-size: 42px;
    letter-spacing: -1.5px;
    line-height: 1;
    margin-left: -1px;
    margin-bottom: 16px;
    margin-top: 12px;
  }
  .cta-section__sub {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
  
  /* FOOTER */
  .footer { padding: 40px 20px 20px; }
  .footer__farewell-line {
    font-size: 36px;
    letter-spacing: -1.2px;
    line-height: 1;
  }
  .footer__cols {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 24px;
  }
  .footer__col-item { font-size: 15px; }
  .footer__bottom { padding-top: 16px; }
  .footer__bottom svg { height: 22px; }
}
