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

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.58;
  color: #334155;
  background: #ffffff;
}

.page-shell {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

a {
  color: #0c4a3c;
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: #0c4a3c;
  color: #fff;
  z-index: 200;
  border-radius: 0.375rem;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.15rem;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-sm {
  padding: 0.6rem 1.1rem;
  font-size: 0.88rem;
}

.btn-primary {
  background: #0c4a3c;
  color: #fff;
  border-color: #0c4a3c;
}

.btn-primary:hover {
  background: #0a3d32;
  border-color: #0a3d32;
  color: #fff;
  box-shadow: 0 4px 14px rgba(12, 74, 60, 0.25);
}

.btn-outline {
  background: transparent;
  color: #0c4a3c;
  border-color: #0c4a3c;
}

.btn-outline:hover {
  background: rgba(12, 74, 60, 0.08);
  color: #0a3d32;
  box-shadow: 0 4px 14px rgba(12, 74, 60, 0.12);
}

/* Hero */
.hero {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0.75rem, 2.5vh, 2rem) 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.hero .container.hero-grid {
  width: 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 6.75rem 1fr;
  gap: 0.65rem 1rem;
  align-items: start;
}

.hero-media {
  display: flex;
  justify-content: flex-start;
}

.hero-photo-wrap {
  position: relative;
  width: 6.75rem;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.hero-eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #0c4a3c;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.hero-title {
  margin: 0 0 0.3rem;
  font-size: clamp(1.5rem, 4.5vw, 1.95rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.035em;
  color: #0f172a;
}

.hero-accent {
  color: #0c4a3c;
}

.hero-tagline {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0c4a3c;
  line-height: 1.4;
}

.hero-about {
  margin-bottom: 0.65rem;
}

.hero-about .prose {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
  text-align: justify;
  text-justify: inter-word;
  hyphens: none;
  -webkit-hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

.hero-about .prose:last-child {
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-actions .btn {
  min-height: 2.65rem;
  padding: 0.6rem 1rem;
  font-size: 0.88rem;
}

.hero-photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
}

.hero-photo-wrap picture,
.hero-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

/* Sections */
main {
  flex: 2 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.section {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0.75rem, 2.5vh, 1.5rem) 0;
}

.section .container {
  width: 100%;
}

.section-muted {
  background: #f1f5f9;
}

.section-connect {
  background: #ffffff;
}

.section-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 0.5rem;
}

.section-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.section-sub {
  margin: 0;
  font-size: 1.05rem;
  color: #64748b;
}

/* Credentials marquee */
.marquee-viewport {
  overflow: hidden;
  margin-top: 0;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 23, 42, 0.06);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-rtl 28s linear infinite;
}

.marquee-viewport:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 1rem;
}

.cred-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  padding: 0.45rem 0.75rem;
  background: #fff;
  border: 1px solid rgba(12, 74, 60, 0.12);
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
  white-space: nowrap;
}

.cred-pill-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(12, 74, 60, 0.1);
  color: #0c4a3c;
}

.cred-pill-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.cred-pill-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  font-size: 0.86rem;
  color: #475569;
}

.cred-pill-text strong {
  font-weight: 700;
  color: #0f172a;
}

.cred-pill-text span {
  color: #64748b;
}

.cred-pill-text span::before {
  content: "·";
  margin-right: 0.4rem;
  color: #94a3b8;
}

@keyframes marquee-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Stay in touch — icon row */
.touch-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  max-width: 36rem;
  margin: 0 auto;
}

.touch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-decoration: none;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.touch-icon:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.touch-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.touch-icon--website {
  color: #0c4a3c;
}

.touch-icon--website:hover {
  background: rgba(12, 74, 60, 0.1);
  box-shadow: 0 6px 20px rgba(12, 74, 60, 0.15);
}

.touch-icon--book {
  color: #0c4a3c;
}

.touch-icon--book:hover {
  background: rgba(12, 74, 60, 0.1);
  box-shadow: 0 6px 20px rgba(12, 74, 60, 0.15);
}

.touch-icon--youtube {
  color: #dc2626;
}

.touch-icon--youtube:hover {
  background: #fef2f2;
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.15);
}

.touch-icon--tiktok {
  color: #0f172a;
}

.touch-icon--tiktok:hover {
  background: #f1f5f9;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
}

.touch-icon--facebook {
  color: #1877f2;
}

.touch-icon--facebook:hover {
  background: #eff6ff;
  box-shadow: 0 6px 20px rgba(24, 119, 242, 0.15);
}

.touch-icon--instagram {
  color: #db2777;
}

.touch-icon--instagram:hover {
  background: #fdf2f8;
  box-shadow: 0 6px 20px rgba(219, 39, 119, 0.15);
}

.touch-icon--whatsapp {
  color: #25d366;
}

.touch-icon--whatsapp:hover {
  background: #ecfdf5;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.2);
}

/* Footer */
.site-footer {
  flex-shrink: 0;
  height: 0.525rem;
  background: #0c4a3c;
}

@media (max-width: 499px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hero-media {
    justify-content: center;
  }

  .hero-photo-wrap {
    width: min(7.5rem, 40vw);
    margin: 0 auto;
  }

  .hero-title,
  .hero-tagline {
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.05rem;
  }

  .container {
    padding: 0 1.5rem;
  }

  .hero-grid {
    grid-template-columns: min(14rem, 22vw) 1fr;
    gap: 1.25rem 2rem;
    align-items: center;
  }

  .hero-photo-wrap {
    width: 100%;
    max-width: 14rem;
  }

  .hero-eyebrow {
    font-size: 0.85rem;
    margin-bottom: 0.35rem;
  }

  .hero-title {
    font-size: clamp(1.9rem, 3vw, 2.65rem);
    margin-bottom: 0.4rem;
  }

  .hero-tagline {
    font-size: 0.82rem;
    margin-bottom: 0.7rem;
  }

  .hero-about {
    margin-bottom: 1rem;
  }

  .hero-about .prose {
    font-size: 1.05rem;
    line-height: 1.62;
    margin-bottom: 0.7rem;
  }

  .hero-actions .btn {
    min-height: 2.85rem;
    padding: 0.72rem 1.3rem;
    font-size: 0.96rem;
  }

  .section-title {
    font-size: 1.25rem;
  }

  .cred-pill-text {
    font-size: 0.92rem;
  }

  .section-head {
    margin-bottom: 0.65rem;
  }

  .touch-icon {
    width: 2.75rem;
    height: 2.75rem;
  }

  .touch-icon svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: min(16rem, 18vw) 1fr;
    gap: 1.5rem 3rem;
  }

  .hero-photo-wrap {
    max-width: 16rem;
  }

  .hero-title {
    font-size: clamp(2.15rem, 2.8vw, 2.95rem);
  }

  .hero-about .prose {
    font-size: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .touch-icon,
  .marquee-track {
    transition: none;
  }

  .marquee-track {
    animation: none;
  }
}
