:root {
  --ink: #11110f;
  --cream: #f6f0df;
  --paper: #fffdf7;
  --green: #16813a;
  --green-dark: #0c5928;
  --gold: #f1b815;
  --red: #cf352b;
  --muted: #625f56;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { flex: 0 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: white;
  background: rgba(13, 13, 12, 0.96);
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--green) 0 34%, var(--gold) 34% 67%, var(--red) 67%) 1;
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 74px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.wordmark { display: inline-flex; flex-direction: column; line-height: .78; min-width: max-content; }
.wordmark span {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 34px;
  letter-spacing: .06em;
  transform: skew(-3deg);
}
.wordmark small { margin-top: 8px; font-size: 9px; font-weight: 900; letter-spacing: .22em; }
nav { display: flex; gap: 25px; margin-left: auto; }
nav a { color: #e8e5dc; font-size: 13px; font-weight: 700; }
nav a:hover { color: var(--gold); }

.contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-buttons.compact { margin: 0 0 0 8px; gap: 8px; flex-wrap: nowrap; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  color: white;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  box-shadow: 0 9px 24px rgba(0,0,0,.17);
  transition: transform .2s ease, filter .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.07); }
.button svg { width: 19px; }
.button-call { background: var(--red); }
.button-whatsapp { background: var(--green); }
.compact .button { min-height: 42px; padding: 0 15px; font-size: 12px; box-shadow: none; }

.hero {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  background:
    radial-gradient(circle at 15% 15%, rgba(241,184,21,.13), transparent 28%),
    linear-gradient(115deg, #11110f 0 57%, #1a1a16 57%);
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .09;
  background-image: repeating-linear-gradient(105deg, transparent 0 68px, #fff 69px 70px);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(660px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - 1180px) / 2));
  padding: 105px 30px 90px 0;
}
.kicker, .section-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.kicker { color: var(--gold); }
.kicker svg { width: 16px; }
.hero h1, h2, .service-ribbon, .service-card h3 {
  font-family: Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 660px;
  margin: 20px 0 12px;
  font-size: clamp(72px, 8vw, 126px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.025em;
}
.hero h1 span {
  display: block;
  color: var(--gold);
  text-shadow: 5px 5px 0 var(--green-dark);
}
.hero-lede { margin: 30px 0 8px; font-size: clamp(20px, 2.2vw, 29px); font-weight: 800; }
.hero-support { max-width: 560px; margin: 0; color: #d8d5cd; font-size: 18px; line-height: 1.55; }
.micro-trust { display: flex; align-items: center; gap: 7px; margin-top: 22px; color: #bab7af; font-size: 13px; }
.micro-trust svg { width: 15px; }
.hero-visual { position: relative; min-width: 0; }
.hero-photo-wrap { position: absolute; inset: 0; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; filter: saturate(.92) contrast(1.03); }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #11110f 0, transparent 31%), linear-gradient(0deg, #11110f 0, transparent 25%);
}
.sun-disc { position: absolute; width: 390px; height: 390px; border-radius: 50%; right: -60px; top: 20px; background: var(--gold); opacity: .65; z-index: 0; }
.hero-stamp {
  position: absolute;
  z-index: 2;
  right: 35px;
  bottom: 35px;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: rgba(13,13,12,.78);
  transform: rotate(-6deg);
  text-align: center;
  text-transform: uppercase;
}
.hero-stamp strong { color: var(--gold); font-size: 20px; }
.hero-stamp span { margin-top: 5px; font-size: 10px; letter-spacing: .14em; }

.service-ribbon {
  position: relative;
  z-index: 4;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 18px 24px;
  background: var(--cream);
  border-bottom: 1px solid #dfd7c4;
  font-size: clamp(18px, 2vw, 26px);
  letter-spacing: .02em;
}
.service-ribbon i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.service-ribbon i:nth-of-type(2) { background: var(--gold); }
.service-ribbon i:nth-of-type(3) { background: var(--red); }

.section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 110px 0; }
.section h2, .cta h2 {
  margin: 10px 0 24px;
  font-size: clamp(44px, 5vw, 74px);
  line-height: .96;
  letter-spacing: -.01em;
}
.about { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.about-photo-card, .action-photo-card { position: relative; overflow: hidden; min-height: 560px; background: #191915; box-shadow: 18px 18px 0 var(--gold); }
.about-photo-card::before { content: ""; position: absolute; inset: 15px; z-index: 2; border: 1px solid rgba(255,255,255,.45); pointer-events: none; }
.about-photo-card img, .action-photo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-photo-card img { object-position: center; }
.photo-label, .action-caption {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
  color: white;
  background: linear-gradient(transparent, rgba(0,0,0,.92));
}
.photo-label span, .action-caption span { display: block; color: var(--gold); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.photo-label strong, .action-caption strong { display: block; margin-top: 6px; font-size: 24px; text-transform: uppercase; }
.about-copy > p:not(.section-label), .inclusive-copy > p:not(.section-label), .center-heading > p:not(.section-label), .cta-content > p:not(.section-label) { color: var(--muted); font-size: 17px; line-height: 1.72; }
.credential-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.credential-row div { min-height: 130px; padding: 20px; background: var(--cream); border-bottom: 4px solid var(--green); }
.credential-row div:nth-child(2) { border-color: var(--gold); }
.credential-row div:nth-child(3) { border-color: var(--red); }
.credential-row svg { width: 25px; color: var(--green); }
.credential-row span { display: block; margin-top: 14px; font-size: 12px; font-weight: 800; line-height: 1.45; text-transform: uppercase; }

.training { width: 100%; max-width: none; padding-left: max(20px, calc((100vw - 1180px) / 2)); padding-right: max(20px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.center-heading { max-width: 700px; margin: 0 auto 50px; text-align: center; }
.center-heading .section-label { justify-content: center; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 380px; padding: 30px 24px 26px; background: var(--paper); border-top: 7px solid var(--green); box-shadow: 0 15px 40px rgba(39,33,19,.08); }
.service-card.gold { border-color: var(--gold); }
.service-card.red { border-color: var(--red); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--green); }
.gold .service-icon { background: var(--gold); color: var(--ink); }
.red .service-icon { background: var(--red); }
.service-icon svg { width: 24px; }
.service-card > p { margin: 28px 0 7px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-size: 29px; line-height: 1; }
.service-card > span { margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-card > a { display: flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 24px; color: var(--green-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.service-card > a svg { width: 15px; transition: transform .2s ease; }
.service-card > a:hover svg { transform: translateX(4px); }

.inclusive { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.inclusive { width: 100%; max-width: none; padding-left: max(20px, calc((100vw - 1180px) / 2)); padding-right: max(20px, calc((100vw - 1180px) / 2)); background: var(--ink); color: white; }
.inclusive h2 { color: var(--gold); }
.inclusive-copy > p:not(.section-label) { color: #c9c6bd; }
.inclusive ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 34px 0 0; padding: 0; list-style: none; }
.inclusive li { display: flex; align-items: flex-start; gap: 9px; color: #f1eee7; font-size: 14px; line-height: 1.45; }
.inclusive li svg { width: 18px; color: var(--gold); }
.action-photo-card { min-height: 545px; box-shadow: 18px 18px 0 var(--green); }
.action-photo-card img { object-position: center 20%; }

.cta { position: relative; overflow: hidden; padding: 110px 20px; color: white; background: var(--green-dark); text-align: center; }
.cta::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: repeating-linear-gradient(0deg, transparent 0 78px, white 79px 82px); }
.cta-rings { position: absolute; width: 520px; height: 520px; border: 100px solid rgba(241,184,21,.14); border-radius: 50%; top: -250px; right: -140px; }
.cta-content { position: relative; z-index: 2; max-width: 820px; margin: auto; }
.cta .section-label { justify-content: center; color: var(--gold); }
.cta-content > p:not(.section-label) { max-width: 650px; margin: 0 auto; color: #e5efe7; }
.cta .contact-buttons { justify-content: center; }

.visit { display: grid; grid-template-columns: .7fr 1.15fr .75fr; gap: 30px; align-items: center; padding-top: 75px; padding-bottom: 75px; }
.visit h2 { margin-bottom: 0; font-size: 48px; }
.address-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 26px; background: var(--cream); border-left: 5px solid var(--gold); transition: transform .2s ease; }
.address-card:hover { transform: translateY(-3px); }
.address-card > svg:first-child { color: var(--red); }
.address-card > svg:last-child { width: 18px; }
.address-card span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.address-card strong { display: block; color: var(--ink); font-size: 18px; }
.visit-contact { display: flex; flex-direction: column; gap: 9px; }
.visit-contact > span { color: var(--muted); font-size: 12px; }
.visit-contact a { display: flex; align-items: center; gap: 8px; color: var(--green-dark); font-size: 17px; font-weight: 900; }
.visit-contact svg { width: 19px; }

footer { min-height: 150px; padding: 38px max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 35px; color: white; background: var(--ink); }
footer p { color: #aaa79f; font-size: 13px; }
footer > div { margin-left: auto; display: flex; gap: 24px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
footer > div a:hover { color: var(--gold); }
.mobile-contact-bar { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr .85fr; }
  .hero-copy { padding-top: 85px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about { gap: 45px; }
  .inclusive { gap: 45px; }
  .visit { grid-template-columns: 1fr 1.3fr; }
  .visit-contact { grid-column: 2; }
}

@media (max-width: 760px) {
  body { padding-bottom: 65px; }
  .site-header .contact-buttons { display: none; }
  .header-inner { min-height: 66px; }
  .wordmark span { font-size: 29px; }
  .hero { min-height: 780px; display: block; background: var(--ink); }
  .hero-copy { width: calc(100% - 36px); margin: 0 18px; padding: 55px 0 330px; }
  .hero h1 { font-size: clamp(64px, 19vw, 94px); }
  .hero-lede { margin-top: 24px; font-size: 20px; }
  .hero-support { font-size: 16px; }
  .hero-copy .contact-buttons { display: none; }
  .hero-visual { position: absolute; left: 0; right: 0; bottom: 0; height: 330px; }
  .hero-visual::after { background: linear-gradient(180deg, var(--ink) 0, transparent 30%), linear-gradient(0deg, var(--ink) 0, transparent 16%); }
  .hero-photo { object-position: center top; }
  .hero-stamp { width: 112px; height: 112px; right: 17px; bottom: 20px; }
  .sun-disc { width: 260px; height: 260px; }
  .service-ribbon { justify-content: flex-start; gap: 11px; padding: 16px 18px; font-size: 17px; }
  .service-ribbon i { width: 5px; height: 5px; }
  .section { width: calc(100% - 36px); padding: 80px 0; }
  .about, .inclusive { grid-template-columns: 1fr; gap: 50px; }
  .about-photo-card, .action-photo-card { min-height: 500px; box-shadow: 10px 10px 0 var(--gold); }
  .about-photo-card { order: 2; }
  .about-copy { order: 1; }
  .credential-row { grid-template-columns: 1fr; }
  .credential-row div { min-height: auto; display: flex; align-items: center; gap: 15px; padding: 16px; }
  .credential-row span { margin-top: 0; }
  .training, .inclusive { width: 100%; padding-left: 18px; padding-right: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .inclusive ul { grid-template-columns: 1fr; }
  .action-photo-card { box-shadow: 10px 10px 0 var(--green); }
  .visit { display: flex; flex-direction: column; align-items: stretch; }
  footer { padding: 38px 20px; flex-direction: column; align-items: flex-start; gap: 18px; }
  footer p { margin: 0; }
  footer > div { margin: 0; }
  .mobile-contact-bar { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; height: 65px; display: grid; grid-template-columns: 1fr 1fr; color: white; box-shadow: 0 -5px 24px rgba(0,0,0,.2); }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--red); font-size: 14px; font-weight: 900; text-transform: uppercase; }
  .mobile-contact-bar a:last-child { background: var(--green); }
  .mobile-contact-bar svg { width: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
