﻿:root {
  --bg: #f4eee4;
  --surface: #fffdf8;
  --surface-soft: #efe4d4;
  --dark: #0f0e0d;
  --dark-soft: #181614;
  --ink: #171411;
  --muted: #6a6055;
  --line: rgba(23, 20, 17, 0.12);
  --gold: #d0b08b;
  --gold-deep: #977450;
  --shadow: 0 26px 70px rgba(26, 18, 10, 0.1);
  --max-width: 1220px;
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at 10% 8%, rgba(208, 176, 139, 0.24), transparent 22%),
    radial-gradient(circle at 86% 14%, rgba(20, 18, 16, 0.06), transparent 20%),
    linear-gradient(180deg, #fbf7f0 0%, var(--bg) 56%, #f8f2e8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 140px 140px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 68%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
li {
  color: var(--muted);
  line-height: 1.72;
}

.site-header,
.stats-band,
.section,
.site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0.8rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  width: min(calc(100% - 4rem), 1060px);
  margin-top: 0.8rem;
  padding: 0.55rem 0.7rem 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(15, 14, 13, 0.78);
  box-shadow: 0 10px 32px rgba(15, 14, 13, 0.14);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-mark {
  width: clamp(2.4rem, 4vw, 3rem);
  max-height: 2.9rem;
  height: auto;
  background: transparent;
  padding: 0;
  object-fit: contain;
}

.brand-wordmark {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.brand-copy strong,
.hero h1,
.section h2,
.cta-content h2 {
  font-family: "Baskerville", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  letter-spacing: -0.03em;
}

.brand-copy strong {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.brand-copy span:last-child {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.header-panel {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--gold-deep);
}

.contact-pill,
.btn,
.whatsapp-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.contact-pill {
  min-height: 2.5rem;
  padding: 0 0.85rem;
  background: linear-gradient(135deg, rgba(208, 176, 139, 0.12), rgba(208, 176, 139, 0.04));
  border: 1px solid rgba(208, 176, 139, 0.18);
  color: #fff;
}

.contact-pill span {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.64);
}

.contact-pill strong {
  font-size: 0.82rem;
  font-weight: 700;
}

.nav-toggle {
  display: none;
  padding: 0.55rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  background: #fff;
  transition: transform 180ms ease;
}

.nav-toggle span + span {
  margin-top: 0.3rem;
}

.section {
  padding: 5.8rem 0;
}

.hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 1rem);
  display: flex;
  align-items: flex-end;
  padding: 8.5rem min(4vw, 3rem) 4rem;
  overflow: hidden;
  border-radius: 0 0 2rem 2rem;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 14, 13, 0.12) 0%, rgba(15, 14, 13, 0.46) 100%),
    linear-gradient(90deg, rgba(15, 14, 13, 0.74) 0%, rgba(15, 14, 13, 0.22) 45%, rgba(15, 14, 13, 0.36) 100%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: scale(1.02);
  transition:
    opacity 900ms ease,
    transform 1400ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-copy,
.hero-note {
  position: relative;
  z-index: 1;
}

.eyebrow,
.card-tag,
.mode-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--gold-deep);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before,
.card-tag::before,
.mode-label::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: currentColor;
}

.hero-copy {
  max-width: 24rem;
  padding: 0;
}

.hero-copy h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.08;
  color: #fff;
}

.lede,
.section-heading p,
.section-copy > p,
.mode-copy {
  font-size: 0.98rem;
  max-width: 62ch;
}

.hero .eyebrow {
  color: var(--gold);
}

.hero .lede {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  max-width: 24rem;
}

.hero .btn {
  min-height: 2.7rem;
  font-size: 0.86rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-outcomes,
.mode-list,
.standards-card ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 0.9rem;
}

.hero-outcomes li,
.mode-list li,
.standards-card li {
  position: relative;
  padding-left: 1.25rem;
}

.hero-outcomes li::before,
.mode-list li::before,
.standards-card li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--gold-deep);
}

.hero .btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-note {
  position: absolute;
  right: min(4vw, 3rem);
  bottom: 3rem;
  max-width: 19rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1.1rem;
  background: rgba(14, 13, 12, 0.28);
  backdrop-filter: blur(16px);
}

.hero-note span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-note span::before {
  content: "";
  width: 1.2rem;
  height: 1px;
  background: currentColor;
}

.hero-note strong {
  display: block;
  margin-top: 0.45rem;
  color: #fff;
  line-height: 1.5;
}

.hero-pager {
  position: absolute;
  left: min(4vw, 3rem);
  bottom: 3rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.hero-dot {
  width: 2.2rem;
  height: 0.22rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transition:
    background 200ms ease,
    transform 200ms ease,
    width 200ms ease;
}

.hero-dot.is-active {
  width: 3.5rem;
  background: rgba(255, 255, 255, 0.9);
}

.btn {
  min-height: 3.2rem;
  padding: 0 1.25rem;
  font-size: 0.96rem;
  font-weight: 600;
}

.btn:hover,
.btn:focus-visible,
.contact-pill:hover,
.contact-pill:focus-visible,
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-deep), #6b4b2d);
  box-shadow: 0 18px 34px rgba(107, 75, 45, 0.24);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -2.3rem;
  position: relative;
  z-index: 2;
}

.stat-card,
.section-media,
.portfolio-side,
.sector-card,
.reason-card,
.mode-card,
.standards-card,
.step-card,
.download-card,
.cta-banner {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.stat-card {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.72);
}

.stat-card span {
  display: block;
  margin-top: 0;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.stat-card p {
  margin-top: 0.55rem;
  margin-bottom: 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2rem;
  align-items: stretch;
}

.section-media {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
}

.section-media img,
.portfolio-preview img,
.download-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-copy h2,
.section-heading h2,
.cta-content h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: 1.04;
}

.service-list {
  margin-top: 1.8rem;
  border-top: 1px solid var(--line);
}

.service-row {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.service-row h3,
.sector-card h3,
.reason-card h3,
.mode-card h3,
.standards-card h3,
.step-card h3,
.download-copy h3,
.portfolio-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.24;
}

.service-row p,
.sector-card p,
.reason-card p,
.step-card p,
.download-copy p,
.portfolio-copy p {
  margin-bottom: 0;
}

.section-heading {
  max-width: 48rem;
}

.section-heading.center {
  text-align: center;
  margin-inline: auto;
}

.section-heading.center .eyebrow {
  justify-content: center;
}

.sector-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1.2rem;
  margin-top: 2rem;
  align-items: stretch;
}

.sector-grid,
.reason-grid,
.mode-grid,
.standards-grid,
.steps-grid,
.downloads-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.sector-grid,
.reason-grid,
.steps-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sector-card,
.reason-card,
.step-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.72);
}

.sector-card span,
.step-card span {
  display: inline-flex;
  margin-bottom: 0.95rem;
  color: var(--gold-deep);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.portfolio-side {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(255, 255, 255, 0.78);
}

.portfolio-preview {
  aspect-ratio: 1.08 / 1;
  overflow: hidden;
}

.portfolio-copy,
.download-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.4rem;
}

.text-link {
  color: var(--gold-deep);
  font-weight: 700;
}

.reason-section {
  position: relative;
}

.reason-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent);
  pointer-events: none;
}

.mode-section {
  position: relative;
}

.mode-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 2rem;
}

.mode-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.75);
}

.mode-card--featured {
  background: linear-gradient(180deg, var(--dark-soft), #231d18);
  border-color: rgba(208, 176, 139, 0.22);
}

.mode-card--featured .mode-label,
.mode-card--featured h3,
.mode-card--featured p,
.mode-card--featured li {
  color: rgba(255, 255, 255, 0.92);
}

.mode-card--featured .mode-label {
  color: var(--gold);
}

.mode-copy {
  margin-top: 0.1rem;
}

.mode-list {
  margin-bottom: 1.4rem;
}

.mode-card .btn {
  margin-top: auto;
}

.standards-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.standards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(245, 237, 226, 0.92));
}

.steps-grid {
  margin-top: 2rem;
}

.download-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.download-image {
  aspect-ratio: 1.28 / 0.74;
  overflow: hidden;
  background: #111;
}

.downloads-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.cta-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 1.4rem;
  align-items: stretch;
  margin-bottom: 5.5rem;
  padding: 2rem;
  overflow: hidden;
  background: linear-gradient(135deg, var(--dark-soft), #26201b);
}

.cta-banner::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: -3rem;
  right: 10%;
  width: 11rem;
  height: 200%;
  border-left: 1px solid rgba(208, 176, 139, 0.22);
  border-right: 1px solid rgba(208, 176, 139, 0.08);
  transform: skewX(-18deg);
}

.cta-banner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: -3rem;
  right: 23%;
  width: 6rem;
  height: 200%;
  border-left: 1px solid rgba(208, 176, 139, 0.16);
  transform: skewX(-18deg);
}

.cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding-right: 0.3rem;
}

.cta-content h2,
.cta-content p,
.cta-content .eyebrow {
  position: relative;
  z-index: 1;
}

.cta-content h2,
.cta-content p {
  color: #fff;
}

.cta-content h2 {
  font-size: clamp(1.72rem, 2.8vw, 2.55rem);
}

.cta-content .eyebrow {
  color: var(--gold);
  margin-bottom: 0.8rem;
  font-size: 0.72rem;
}

.cta-content p {
  font-size: 0.92rem;
  line-height: 1.72;
  max-width: 34rem;
}

.social-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0.8rem;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 5.3rem;
  height: 100%;
  padding: 0.92rem 0.96rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.social-card--wide {
  grid-column: 1 / -1;
}

.social-card:hover,
.social-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(208, 176, 139, 0.3);
  background: rgba(255, 255, 255, 0.07);
}

.social-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  background: rgba(208, 176, 139, 0.1);
  color: var(--gold);
}

.social-icon svg {
  width: 1.06rem;
  height: 1.06rem;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.social-meta strong {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.28;
  letter-spacing: 0.01em;
}

.social-meta span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.77rem;
  line-height: 1.42;
}

.portfolio-copy .text-link,
.download-copy .btn {
  margin-top: auto;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0 3rem;
}

.footer-brand {
  margin: 0 0 0.3rem;
  color: var(--ink);
  font-weight: 700;
}

.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 0.8rem;
}

.footer-brand-icon {
  width: 2.8rem;
  height: auto;
  filter: invert(1);
}

.footer-brand-wordmark {
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
}

.whatsapp-float {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 8;
  min-height: 3.3rem;
  padding: 0 1.15rem;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #25d366, #1e9c52);
  box-shadow: 0 18px 34px rgba(23, 132, 64, 0.26);
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .hero,
  .split-section,
  .sector-layout,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .stats-band,
  .mode-grid,
  .downloads-grid,
  .standards-grid,
  .social-grid,
  .sector-grid,
  .reason-grid,
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy h1 {
    max-width: 21ch;
  }
}

@media (max-width: 840px) {
  .site-header {
    width: min(calc(100% - 1.2rem), 1060px);
    padding: 0.7rem 0.75rem;
    border-radius: 1.5rem;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .header-panel {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1.5rem;
    background: rgba(15, 14, 13, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
  }

  .site-header[data-open="true"] .header-panel {
    display: flex;
  }

  .site-header[data-open="true"] .nav-toggle span:first-child {
    transform: translateY(2px) rotate(45deg);
  }

  .site-header[data-open="true"] .nav-toggle span:last-child {
    transform: translateY(-5px) rotate(-45deg);
  }

  .site-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .hero {
    min-height: 88vh;
    padding: 7.5rem 1rem 3rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.75rem, 7vw, 2.35rem);
  }

  .hero-note {
    right: 1rem;
    bottom: 1.5rem;
    max-width: 23rem;
  }

  .hero-pager {
    left: 1rem;
    bottom: 1.5rem;
  }

  .stats-band,
  .mode-grid,
  .downloads-grid,
  .standards-grid,
  .social-grid,
  .sector-grid,
  .reason-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4.4rem 0;
  }

  .cta-actions {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .stats-band,
  .section,
  .site-footer {
    width: min(calc(100% - 1.15rem), var(--max-width));
  }

  .brand-copy span:last-child {
    display: none;
  }

  .contact-pill {
    width: 100%;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 1rem;
  }

  .hero-pager {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 1rem;
  }

  .cta-banner {
    padding: 1.5rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5rem;
  }

  .whatsapp-float {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.8rem;
  }
}






