:root {
  --paper: #f6efe6;
  --cream: #fbf6ef;
  --ink: #1b1410;
  --ink-soft: #3d322b;
  --muted: #6e6158;
  --line: #e4d5c6;
  --rust: #c44a1d;
  --rust-deep: #9a3214;
  --teal: #1c4844;
  --teal-deep: #12332f;
  --sand: #edd9c4;
  --gold: #c9a227;
  --white: #fffaf4;
  --shadow: 0 18px 50px rgba(27, 20, 16, 0.12);
  --radius: 28px;
  --display: "Fraunces", "Times New Roman", serif;
  --sans: "Outfit", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }
.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.skip {
  position: absolute; left: -999px; top: 8px;
  background: var(--ink); color: #fff; padding: 8px 12px; z-index: 100;
}
.skip:focus { left: 8px; }

/* Grain + warm wash */
body::before {
  content: "";
  pointer-events: none;
  position: fixed; inset: 0; z-index: 80; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.topbar {
  background: var(--teal-deep);
  color: #d7ebe8;
  font-size: 13px;
  padding: 10px 0;
}
.topbar strong { color: #fff; }
.topbar em { color: #f0c36a; font-style: normal; font-weight: 600; }

.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 239, 230, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 78px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--rust);
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 8px 18px rgba(196, 74, 29, .28);
}
.logo strong {
  display: block;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.03em;
}
.logo span { display: block; font-size: 12px; color: var(--muted); }
.nav { display: flex; gap: 22px; }
.nav a { color: var(--ink-soft); font-size: 14px; font-weight: 500; }
.nav a:hover { color: var(--rust); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 48px; padding: 0 20px; border-radius: 999px;
  font-size: 14px; font-weight: 600; border: 1px solid transparent;
  transition: .22s ease; cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--rust); color: #fff; box-shadow: 0 10px 22px rgba(196,74,29,.28); }
.btn-primary:hover { background: var(--rust-deep); }
.btn-secondary { background: var(--white); border-color: var(--line); color: var(--ink); }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal-deep); }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,.3); color: #fff; }
.menu-btn {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  border-radius: 12px; background: var(--white); cursor: pointer;
}

/* Hero */
.hero { padding: 28px 0 8px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  min-height: 640px;
}
.hero-copy {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: 44px 40px;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-copy::after {
  content: "";
  position: absolute; right: -40px; bottom: -50px;
  width: 180px; height: 180px;
  border: 14px dashed var(--sand);
  border-radius: 24px;
  transform: rotate(12deg);
  opacity: .7;
}
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  width: fit-content;
  background: #f8e6d8;
  color: var(--rust-deep);
  font-size: 12px; font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 7px 12px; border-radius: 999px;
  margin-bottom: 18px;
}
.kicker i {
  width: 8px; height: 8px; border-radius: 50%; background: #2f9e6b;
}
h1 {
  font-family: var(--display);
  font-size: clamp(36px, 5.2vw, 62px);
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 600;
  margin-bottom: 16px;
}
.hero p.lead {
  color: var(--muted);
  font-size: 17px;
  max-width: 480px;
  margin-bottom: 26px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.hero-facts {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  position: relative; z-index: 1;
}
.hero-facts div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
}
.hero-facts strong { display: block; font-size: 14px; }
.hero-facts span { font-size: 12px; color: var(--muted); }
.hero-media {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  min-height: 640px;
  box-shadow: var(--shadow);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; min-height: 640px; }
.float-card {
  position: absolute; left: 18px; bottom: 18px;
  background: rgba(251, 246, 239, .94);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 18px;
  padding: 14px 16px;
  max-width: 270px;
  box-shadow: var(--shadow);
}
.float-card span {
  display: block; font-size: 11px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px;
}
.float-card strong { font-size: 15px; }

.marquee-wrap {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--ink);
  color: #f3e6d6;
  margin: 28px 0 0;
}
.marquee {
  display: flex; gap: 42px; white-space: nowrap;
  animation: slide 28s linear infinite;
  padding: 14px 0; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}
.marquee span { opacity: .85; }
.marquee b { color: #f0c36a; font-weight: 700; }
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section { padding: 88px 0; }
.eyebrow {
  color: var(--rust);
  font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px;
}
h2 {
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.03em; line-height: 1.12; font-weight: 600;
  margin-bottom: 14px;
}
.lead { color: var(--muted); font-size: 17px; }
.section-head { max-width: 680px; margin-bottom: 40px; }

.split {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center;
}
.photo-stack { position: relative; }
.photo-stack .main {
  border-radius: 32px; overflow: hidden; height: 520px;
  box-shadow: var(--shadow); border: 1px solid var(--line);
}
.photo-stack .main img { width: 100%; height: 100%; object-fit: cover; }
.photo-stack .side {
  position: absolute; right: -18px; bottom: -22px;
  width: 46%; height: 220px; border-radius: 24px; overflow: hidden;
  border: 6px solid var(--paper); box-shadow: var(--shadow);
}
.photo-stack .side img { width: 100%; height: 100%; object-fit: cover; }
.story {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 36px;
  box-shadow: var(--shadow);
}
.story p { color: var(--muted); margin-bottom: 14px; }
.story p strong { color: var(--ink); }
.note {
  margin-top: 8px; padding: 16px 18px;
  background: #f8e6d8; border-radius: 16px;
  color: var(--ink-soft); font-size: 14px;
}

.bento {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.service {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(27,20,16,.06);
  transition: transform .22s ease;
}
.service:hover { transform: translateY(-4px); }
.service.wide { grid-column: 1 / 2; grid-row: 1 / 3; }
.service img { width: 100%; height: 210px; object-fit: cover; }
.service.wide img { height: 340px; }
.service-body { padding: 22px; }
.service h3 {
  font-family: var(--display); font-size: 24px; margin-bottom: 8px; letter-spacing: -.02em;
}
.service p { color: var(--muted); font-size: 15px; }
.tag {
  display: inline-block; margin-bottom: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--teal);
}

.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.step {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 24px; padding: 26px;
}
.num {
  font-family: var(--display); font-size: 42px; color: var(--rust);
  line-height: 1; display: block; margin-bottom: 12px;
}
.step h3 { font-size: 20px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; }

.two {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.audience {
  border-radius: 32px; overflow: hidden; min-height: 420px;
  position: relative; color: #fff;
}
.audience img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.audience .shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,20,16,.15), rgba(18,20,16,.78));
}
.audience .copy { position: relative; z-index: 1; padding: 32px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; min-height: 420px; }
.audience h3 { font-family: var(--display); font-size: 32px; margin-bottom: 8px; }
.audience p { color: rgba(255,255,255,.88); max-width: 420px; }

.facts {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
.fact {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 18px; padding: 18px 20px;
}
.fact span {
  display: block; font-size: 12px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .07em; margin-bottom: 6px;
}
.fact strong { font-size: 15px; }
.map-wrap {
  border-radius: 28px; overflow: hidden; min-height: 360px; border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.map-wrap iframe { width: 100%; height: 360px; border: 0; display: block; }

.disclaimer {
  background: var(--ink); color: #d9cfc5; border-radius: 28px; padding: 32px;
  margin-top: 24px;
}
.disclaimer h3 { color: #fff; font-family: var(--display); font-size: 26px; margin-bottom: 10px; }
.disclaimer p { margin-bottom: 10px; }
.disclaimer ul { padding-left: 18px; }
.disclaimer li { margin-bottom: 6px; }

.contact-panel {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px;
  background: var(--teal);
  color: #e8f3f1;
  border-radius: 36px;
  padding: 40px;
  box-shadow: 0 24px 50px rgba(18, 51, 47, .28);
}
.contact-panel h2 { color: #fff; }
.contact-panel .lead { color: #c9e0dc; }
.contact-list { margin: 22px 0; display: grid; gap: 10px; }
.contact-list a, .contact-list div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px; padding: 12px 14px;
}
.contact-list span { display: block; font-size: 12px; opacity: .75; }
.form {
  background: var(--white); color: var(--ink);
  border-radius: 24px; padding: 24px;
}
.form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.form input, .form textarea, .form select {
  width: 100%; border: 1px solid var(--line); background: var(--cream);
  border-radius: 14px; padding: 12px 14px; margin-bottom: 12px; font-size: 15px;
}
.form textarea { min-height: 110px; resize: vertical; }
.check {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 13px; color: var(--muted); margin: 8px 0 16px;
}
.check input { width: auto; margin-top: 3px; }
.form .error { color: #b42318; font-size: 13px; display: none; margin-bottom: 8px; }

.footer {
  padding: 48px 0 28px; border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 24px; margin-bottom: 28px;
}
.footer .brand {
  font-family: var(--display); font-size: 22px; display: block; margin-bottom: 8px;
}
.footer p, .footer a { color: var(--muted); font-size: 14px; display: block; margin-bottom: 6px; }
.footer h4 { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.footer-legal {
  border-top: 1px solid var(--line); padding-top: 18px;
  color: var(--muted); font-size: 12px; line-height: 1.7;
}
.footer-legal p { margin-bottom: 8px; }

.wa {
  position: fixed; right: 18px; bottom: 18px; width: 58px; height: 58px;
  border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 10px 24px rgba(37,211,102,.35); z-index: 70;
}
.cookies {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 75;
  max-width: 720px; margin: 0 auto;
  background: var(--ink); color: #efe6dc;
  border-radius: 20px; padding: 16px 18px;
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  box-shadow: var(--shadow);
}
.cookies p { font-size: 13px; }
.cookies a { color: #f0c36a; display: inline; }
.legal-page { padding: 48px 0 80px; }
.legal-page .panel {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 28px; padding: 36px; box-shadow: var(--shadow);
}
.legal-page h1 { font-size: clamp(32px, 4vw, 46px); margin-bottom: 12px; }
.legal-page h2 { font-size: 26px; margin: 28px 0 10px; }
.legal-page p, .legal-page li { color: var(--muted); margin-bottom: 10px; }
.legal-page ul { padding-left: 18px; margin-bottom: 12px; }

@media (max-width: 980px) {
  .nav { display: none; }
  .nav.open {
    display: flex; flex-direction: column;
    position: absolute; top: 78px; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    padding: 16px; gap: 14px;
  }
  .menu-btn { display: inline-block; }
  .hero-grid, .split, .bento, .steps, .two, .facts, .contact-panel, .footer-grid {
    grid-template-columns: 1fr;
  }
  .service.wide { grid-column: auto; grid-row: auto; }
  .hero-copy { padding: 28px 22px; }
  .hero-media, .hero-media img { min-height: 320px; height: 320px; }
  .photo-stack .main { height: 340px; }
  .photo-stack .side { width: 42%; height: 150px; right: 10px; bottom: -16px; }
  .hero-facts { grid-template-columns: 1fr; }
  .contact-panel { padding: 24px; }
}
