@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --bg: #240305;
  --surface: #f1ead8;
  --ink: #f1ead8;
  --muted: rgba(241, 234, 216, 0.75);
  --line: rgba(241, 234, 216, 0.2);
  --accent: #240305;
  --soft-accent: #e6d7bb;
  --max: 1240px;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 18px 48px rgba(9, 10, 13, 0.14);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Manrope', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.45;
  letter-spacing: 0.01em;
  background-image:
    radial-gradient(80vw 60vh at -10% -5%, rgba(241, 234, 216, 0.09), transparent 58%),
    radial-gradient(65vw 55vh at 110% 8%, rgba(241, 234, 216, 0.05), transparent 62%);
  background-attachment: fixed;
}

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

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

.container {
  width: min(94vw, var(--max));
  margin: 0 auto;
}

.h1,
h1,
h2,
h3,
.nav a,
.kicker,
.stat-label,
.chip,
.btn,
.menu-btn {
  font-family: 'Archivo', sans-serif;
}

h1,
h2,
h3 {
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

p {
  color: var(--muted);
}

.copy-list {
  list-style: none;
  display: grid;
  gap: 10px;
}

.copy-list li {
  color: rgba(36, 3, 5, 0.76);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.45;
}

.copy-list strong {
  color: #240305;
  font-family: 'Archivo', sans-serif;
  letter-spacing: -0.01em;
}

.kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: var(--ink);
}

.section {
  padding: clamp(34px, 5vw, 72px) 0;
  position: relative;
}

.section + .section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: min(94vw, var(--max));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(241, 234, 216, 0.22), transparent);
}

.section-title {
  margin-bottom: 26px;
}

.section-title h2 {
  font-size: clamp(36px, 6vw, 76px);
}

.section-title p {
  margin-top: 8px;
  max-width: 760px;
  font-size: clamp(16px, 2vw, 22px);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 700;
  background: rgba(36, 3, 5, 0.88);
  backdrop-filter: blur(14px) saturate(130%);
  border-bottom: 1px solid rgba(241, 234, 216, 0.16);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.topbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  transition: min-height 0.3s ease;
}

.topbar.scrolled {
  background: rgba(36, 3, 5, 0.96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.topbar.scrolled .topbar-inner {
  min-height: 70px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 86px;
  height: auto;
  filter: brightness(0) invert(1);
}

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

.nav a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 10px 12px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav a:hover,
.nav a.active {
  background: var(--surface);
  color: #240305;
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(241, 234, 216, 0.12);
  color: #f1ead8;
  padding: 10px 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}

.hero {
  padding-top: clamp(20px, 3.2vw, 40px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(18px, 3vw, 36px);
  align-items: stretch;
}

.hero-copy {
  background: var(--surface);
  color: #240305;
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(320px, 48vw, 500px);
  position: relative;
  overflow: hidden;
}

.hero-copy .kicker {
  color: rgba(36, 3, 5, 0.76);
}

.block-dark .kicker,
.cta-band .kicker {
  color: rgba(36, 3, 5, 0.76);
}

.hero-copy h1 {
  font-size: clamp(48px, 9vw, 126px);
  margin-top: 14px;
}

.hero-copy p {
  color: rgba(36, 3, 5, 0.76);
  font-size: clamp(16px, 1.7vw, 22px);
  max-width: 580px;
}

.hero-arrow {
  margin-top: 16px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(36, 3, 5, 0.26);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  color: #240305;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-arrow:hover {
  transform: translateY(2px);
  background: rgba(36, 3, 5, 0.08);
}

.intro-copy {
  padding-top: clamp(22px, 3vw, 30px);
  padding-bottom: clamp(22px, 3vw, 34px);
}

.intro-copy p {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(22px, 3.2vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 1000px;
}

.hero-copy::after {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(241, 234, 216, 0.26), rgba(241, 234, 216, 0) 70%);
  pointer-events: none;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-dark {
  background: #240305;
  color: #f1ead8;
}

.btn-outline {
  border-color: rgba(36, 3, 5, 0.35);
  color: #240305;
  background: transparent;
}

.btn-light {
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
}

.btn:hover {
  transform: translateY(-2px);
}

.hero-visual {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: clamp(320px, 48vw, 500px);
  box-shadow: var(--shadow);
  background: #111;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  will-change: transform;
}

.ribbon {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  overflow: hidden;
}

.marquee {
  display: flex;
  gap: 22px;
  padding: 10px 14px;
  white-space: nowrap;
  animation: ticker 24s linear infinite;
}

.marquee span {
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
}

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

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.stat {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 18px;
}

.stat strong {
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.9;
}

.stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.hero .split {
  align-items: stretch;
}

.hero .split > .block-dark,
.hero .split > .hero-visual {
  min-height: clamp(320px, 44vw, 560px);
  height: auto;
}

.split .hero-visual {
  min-height: clamp(320px, 44vw, 560px);
}

.hero .split > .hero-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-dark {
  background: var(--surface);
  color: #240305;
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 40px);
}

.block-dark p {
  color: rgba(36, 3, 5, 0.76);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.pillar {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  display: grid;
  gap: 12px;
  align-content: start;
}

.pillar > h3 {
  font-size: clamp(20px, 2.2vw, 30px);
  color: #f1ead8;
  margin-bottom: 2px;
}

.bundle-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  background: rgba(241, 234, 216, 0.98);
  display: grid;
  gap: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bundle-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.25);
}

.bundle-card h4 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1;
}

.bundle-card p {
  font-size: 15px;
  line-height: 1.4;
  color: rgba(36, 3, 5, 0.76);
}

.bundle-card ul {
  margin-left: 16px;
  display: grid;
  gap: 5px;
}

.bundle-card li {
  color: rgba(36, 3, 5, 0.76);
  font-size: 14px;
  line-height: 1.35;
}

.service {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
  padding: 10px 0 16px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  transition: transform 0.24s ease;
  position: relative;
  overflow: hidden;
}

.service::before {
  content: '';
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f1ead8, rgba(241, 234, 216, 0.2));
  opacity: 0.85;
}

.service:hover {
  transform: translateX(4px);
}

.service small {
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--accent);
}

.service h3 {
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 0.96;
}

.service p {
  font-size: 15px;
  line-height: 1.42;
  color: var(--muted);
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  min-height: 220px;
  background: #0f1013;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
  will-change: transform;
}

.tile:hover img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.tile .label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px 10px;
  border-radius: 999px;
}

.founder-caption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 3;
  background: rgba(12, 13, 17, 0.82);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 10px 12px;
  backdrop-filter: blur(8px) saturate(130%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  max-width: calc(100% - 24px);
}

.founder-caption strong {
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.founder-caption span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.8);
}

.tall { grid-column: span 4; min-height: 420px; }
.wide { grid-column: span 8; min-height: 420px; }
.mid { grid-column: span 6; min-height: 340px; }
.quad { grid-column: span 3; min-height: 240px; }

.masonry {
  columns: 3 260px;
  column-gap: 14px;
}

.masonry img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(15, 15, 18, 0.1);
  margin-bottom: 14px;
  box-shadow: 0 12px 34px rgba(10, 10, 14, 0.16);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--ink);
}

.block-dark .chip {
  background: rgba(36, 3, 5, 0.08);
  border-color: rgba(36, 3, 5, 0.24);
  color: #240305;
}

.form-card,
.info-card,
.map-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.form-card:hover,
.info-card:hover,
.map-wrap:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(10, 10, 14, 0.14);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
}

.info-card,
.form-card {
  padding: 18px;
}

.info-card .section-title,
.form-card .section-title {
  margin-bottom: 14px;
}

.form {
  display: grid;
  gap: 10px;
}

.form label {
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  font: inherit;
}

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

.form-status { min-height: 18px; font-size: 13px; }

.map-wrap iframe {
  width: 100%;
  height: min(44vh, 340px);
  border: 0;
}

.cta-band {
  background: var(--surface);
  color: #240305;
  border-radius: var(--radius);
  padding: clamp(30px, 5vw, 60px);
}

.cta-band p { color: rgba(36, 3, 5, 0.76); }

.site-footer {
  margin-top: clamp(48px, 7vw, 90px);
  padding: 42px 0;
  background: var(--surface);
  color: #240305;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
}

.footer-brand img {
  width: 86px;
}

.site-footer h4 {
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  margin-bottom: 8px;
}

.site-footer p,
.site-footer a {
  color: rgba(36, 3, 5, 0.72);
}

.social-icons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(36, 3, 5, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 3, 5, 0.06);
}

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

.copy {
  margin-top: 20px;
  border-top: 1px solid rgba(36, 3, 5, 0.14);
  padding-top: 12px;
  font-size: 12px;
  color: rgba(36, 3, 5, 0.55);
}

.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.on {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f1ead8 0%, #b99f85 100%);
  transform-origin: left;
  transform: scaleX(0);
  z-index: 1000;
}

.wa-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
  z-index: 990;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wa-float svg { width: 28px; height: 28px; }

.wa-float:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}

.to-top {
  position: fixed;
  right: 16px;
  bottom: 82px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  z-index: 985;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .hero-grid,
  .split,
  .contact-layout { grid-template-columns: 1fr; }

  .hero .split > .block-dark,
  .hero .split > .hero-visual {
    min-height: clamp(260px, 58vw, 420px);
    height: auto;
  }

  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-grid { grid-template-columns: 1fr; }

  .tall,
  .wide,
  .mid,
  .quad { grid-column: span 6; }

  .masonry { columns: 2 200px; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .menu-btn { display: inline-flex; }

  .nav {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(241, 234, 216, 0.98);
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }

  .nav a {
    border-top: 1px solid rgba(36, 3, 5, 0.1);
    color: #240305;
    border-radius: 0;
    padding: 14px 16px;
  }

  body.menu-open .nav {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
  }

  .topbar-inner { min-height: 74px; }

  .topbar.scrolled .topbar-inner { min-height: 66px; }

  .hero-copy h1 { font-size: clamp(44px, 14vw, 82px); }

  .tall,
  .wide,
  .mid,
  .quad { grid-column: span 12; min-height: 300px; }

  .masonry { columns: 1; }

  .footer-grid { grid-template-columns: 1fr; }

  .to-top { bottom: 84px; }
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #240305;
    --surface: #f1ead8;
    --ink: #f1ead8;
    --muted: rgba(241, 234, 216, 0.75);
    --line: rgba(241, 234, 216, 0.2);
    --soft-accent: #e6d7bb;
    --shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  }

  .topbar {
    background: rgba(36, 3, 5, 0.88);
    border-bottom-color: rgba(241, 234, 216, 0.16);
  }

  .topbar.scrolled {
    background: rgba(36, 3, 5, 0.96);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  }

  .brand img {
    filter: brightness(0) invert(1);
  }

  .nav a:hover,
  .nav a.active {
    background: #f1ead8;
    color: #240305;
  }

  .menu-btn {
    background: rgba(241, 234, 216, 0.12);
    color: #f1ead8;
  }

  .founder-caption {
    background: rgba(20, 8, 9, 0.82);
    border-color: rgba(241, 234, 216, 0.22);
  }

  .form input,
  .form select,
  .form textarea {
    background: rgba(241, 234, 216, 0.92);
    color: #240305;
    border-color: rgba(36, 3, 5, 0.18);
  }

  .to-top {
    background: rgba(241, 234, 216, 0.95);
    border-color: rgba(36, 3, 5, 0.18);
    color: #240305;
  }

  @media (max-width: 820px) {
    .nav {
      background: rgba(241, 234, 216, 0.98);
    }

    .nav a {
      border-top-color: rgba(36, 3, 5, 0.1);
      color: #240305;
    }

    .nav a:hover,
    .nav a.active {
      background: rgba(36, 3, 5, 0.08);
      color: #240305;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
