:root {
  --ink: #090b0d;
  --panel: #111418;
  --gold: #d0a34d;
  --gold2: #f0d28e;
  --paper: #f6f4ef;
  --muted: #a8adb4;
  --line: #2b2d30;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: #f7f3e9;
  font:
    16px/1.65 Inter,
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 84px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  gap: 34px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(9, 11, 13, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
.brand img {
  width: 51px;
  height: 51px;
  object-fit: contain;
  background: white;
  border-radius: 50%;
}
.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.brand strong {
  font:
    700 1.05rem Georgia,
    serif;
  letter-spacing: 0.1em;
  color: var(--gold2);
}
.brand small {
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  color: var(--muted);
}
nav {
  display: flex;
  gap: 26px;
}
nav a {
  font-size: 0.88rem;
  color: #d9dadd;
}
nav a:hover {
  color: var(--gold2);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  color: #17120a;
  font-weight: 800;
  border: 1px solid var(--gold);
  transition: 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.btn-small {
  padding: 10px 16px;
  font-size: 0.82rem;
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: #53565b;
}
.menu-toggle {
  display: none;
  background: none;
  color: white;
  border: 0;
  font-size: 1.5rem;
}
.hero {
  min-height: 680px;
  padding: clamp(70px, 10vw, 130px) clamp(24px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
  background:
    radial-gradient(
      circle at 85% 40%,
      rgba(208, 163, 77, 0.15),
      transparent 32%
    ),
    linear-gradient(120deg, #080a0c, #12161a);
}
.eyebrow {
  display: block;
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  font-weight: 800;
  margin-bottom: 18px;
}
.hero h1,
.intro h2,
.difference h2,
.areas h2,
.contact h2 {
  font:
    500 clamp(2.4rem, 5vw, 5rem) / 1.04 Georgia,
    serif;
  margin: 0 0 24px;
  letter-spacing: -0.035em;
}
.hero p {
  font-size: 1.15rem;
  color: #c5c8cc;
  max-width: 690px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 34px 0;
}
.hero-points {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: var(--muted);
}
.hero-points span:before {
  content: "◆";
  color: var(--gold);
  margin-right: 8px;
}
.hero-mark {
  justify-self: end;
  width: min(430px, 100%);
  padding: 36px;
  background: linear-gradient(145deg, #171a1d, #090b0d);
  border: 1px solid #3a342a;
  box-shadow: 0 30px 90px #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-mark img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: contain;
  background: #fff;
}
.hero-mark div {
  text-align: center;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.hero-mark strong {
  font:
    600 2.1rem Georgia,
    serif;
  color: var(--gold2);
  letter-spacing: 0.14em;
}
.hero-mark span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}
.intro {
  background: var(--paper);
  color: #151515;
  padding: 100px clamp(24px, 8vw, 120px);
}
.intro > p {
  color: #5d6166;
  max-width: 700px;
  font-size: 1.08rem;
}
.services-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #d9d4c8;
}
.services-grid article {
  min-height: 290px;
  padding: 32px;
  border-right: 1px solid #d9d4c8;
}
.services-grid article:last-child {
  border: 0;
}
.services-grid b {
  font-size: 0.72rem;
  color: #9b702c;
}
.services-grid h3 {
  font:
    600 1.5rem/1.2 Georgia,
    serif;
  margin: 45px 0 18px;
}
.services-grid p {
  color: #65625d;
  font-size: 0.92rem;
}
.difference {
  padding: 110px clamp(24px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: start;
}
.difference p {
  color: #b9bdc2;
  font-size: 1.08rem;
}
.difference ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.difference li {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
}
.difference li strong {
  color: var(--gold2);
}
.difference li span {
  color: #aeb2b7;
}
.areas {
  padding: 90px clamp(24px, 8vw, 120px);
  background: #17191c;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.areas p {
  font-size: 1.15rem;
  color: #c3c6ca;
}
.area-tags {
  grid-column: 1/-1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.area-tags span {
  border: 1px solid #45484c;
  padding: 10px 16px;
  color: #d5d7da;
}
.contact {
  padding: 110px clamp(24px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.contact p {
  color: #babec3;
}
.contact-card {
  border: 1px solid #3b352c;
  background: #111418;
  padding: 8px 30px;
}
.contact-card > a,
.contact-card > div {
  display: flex;
  flex-direction: column;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.contact-card > *:last-child {
  border: 0;
}
.contact-card small {
  color: var(--gold);
  font-weight: 700;
}
.contact-card strong {
  font-size: 1.02rem;
  overflow-wrap: anywhere;
}
footer {
  padding: 34px clamp(24px, 8vw, 120px);
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 30px;
  color: #8f949a;
  font-size: 0.8rem;
}
footer div {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
footer strong {
  color: var(--gold2);
  letter-spacing: 0.12em;
}
footer p {
  margin: 0;
}
footer a {
  color: #d5d7da;
}
@media (max-width: 900px) {
  .site-header {
    height: 72px;
  }
  .site-header > .btn {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #0d0f11;
    padding: 24px;
    flex-direction: column;
  }
  nav.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }
  .hero-mark {
    justify-self: start;
    max-width: 480px;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .services-grid article:nth-child(2) {
    border-right: 0;
  }
  .difference,
  .areas,
  .contact {
    grid-template-columns: 1fr;
  }
  .area-tags {
    grid-column: auto;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .brand small {
    display: none;
  }
}
@media (max-width: 560px) {
  .brand strong {
    font-size: 0.88rem;
  }
  .hero {
    min-height: auto;
  }
  .hero h1,
  .intro h2,
  .difference h2,
  .areas h2,
  .contact h2 {
    font-size: 2.45rem;
  }
  .hero-actions {
    flex-direction: column;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .services-grid article {
    border-right: 0;
    border-bottom: 1px solid #d9d4c8;
    min-height: auto;
  }
  .difference li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .contact-card {
    padding: 6px 18px;
  }
}

:root {
  --green: #20c76a;
}
.topbar {
  height: 34px;
  padding: 0 clamp(20px, 5vw, 72px);
  background: #cda34e;
  color: #17120a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.topbar a:hover {
  text-decoration: underline;
}
.site-header {
  top: 0;
}
.btn {
  gap: 9px;
  box-shadow: 0 10px 30px rgba(208, 163, 77, 0.14);
}
.icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: none;
}
.trust-strip {
  padding: 0 clamp(24px, 8vw, 120px);
  min-height: 118px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #111418;
  border-top: 1px solid #302c25;
  border-bottom: 1px solid #302c25;
}
.trust-strip div {
  padding: 28px 34px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trust-strip div:last-child {
  border: 0;
}
.trust-strip strong {
  color: var(--gold2);
  font:
    600 1.08rem Georgia,
    serif;
}
.trust-strip span {
  font-size: 0.82rem;
  color: var(--muted);
}
.services-grid article {
  min-height: 315px;
  position: relative;
  transition: 0.25s;
}
.services-grid article:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(20, 18, 12, 0.08);
}
.service-icon {
  width: 46px;
  height: 46px;
  border: 1px solid #c79a42;
  color: #8b6224;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  margin-bottom: 22px;
}
.services-grid h3 {
  margin: 20px 0 18px;
}
.about {
  padding: 110px clamp(24px, 8vw, 120px);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
  align-items: center;
  background: #e8e3d8;
  color: #151515;
}
.about-mark {
  background: #fff;
  padding: 28px;
  box-shadow: 0 28px 70px rgba(20, 15, 5, 0.18);
  transform: rotate(-1.5deg);
}
.about-mark img {
  display: block;
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: contain;
}
.about h2,
.process h2 {
  font:
    500 clamp(2.4rem, 4.5vw, 4.4rem) / 1.05 Georgia,
    serif;
  margin: 0 0 28px;
  letter-spacing: -0.035em;
}
.about p {
  color: #56534d;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: #80591e;
  font-weight: 800;
  border-bottom: 1px solid #b88936;
  padding-bottom: 5px;
}
.text-link span {
  font-size: 1.4rem;
}
.process {
  padding: 100px clamp(24px, 8vw, 120px);
  background: var(--paper);
  color: #151515;
}
.process-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d6d0c4;
  border: 1px solid #d6d0c4;
}
.process-grid article {
  background: #f6f4ef;
  padding: 34px;
  min-height: 225px;
}
.process-grid b {
  color: #9b702c;
  font-size: 0.8rem;
}
.process-grid h3 {
  font:
    600 1.35rem Georgia,
    serif;
  margin: 36px 0 12px;
}
.process-grid p {
  font-size: 0.9rem;
  color: #65625d;
}
.contact-card > a,
.contact-card > div {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 20px 0;
}
.contact-card span {
  display: flex;
  flex-direction: column;
}
.contact-icon {
  width: 38px;
  height: 38px;
  border: 1px solid #504936;
  display: grid;
  place-items: center;
  color: var(--gold2);
  font-style: normal;
  border-radius: 50%;
}
.contact-icon.whatsapp {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.contact-card em {
  font-style: normal;
  color: var(--gold);
  font-size: 1.4rem;
}
.contact-card a:hover strong {
  color: var(--gold2);
}
.footer-social {
  display: flex;
  gap: 18px !important;
  margin-left: auto !important;
  flex-direction: row !important;
}
.social-link {
  display: flex;
  align-items: center;
  gap: 7px;
}
.social-badge {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid #777;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1;
}
.social-badge.fb {
  border-radius: 50%;
  font: 700 1rem Arial;
}
.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
  transition: 0.2s;
}
.floating-whatsapp:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}
@media (max-width: 900px) {
  .topbar {
    display: none;
  }
  .trust-strip {
    grid-template-columns: 1fr;
  }
  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .trust-strip div:last-child {
    border: 0;
  }
  .about {
    grid-template-columns: 1fr;
  }
  .about-mark {
    max-width: 540px;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    padding: 14px;
  }
  .floating-whatsapp b {
    display: none;
  }
  .contact-card > a,
  .contact-card > div {
    grid-template-columns: 38px 1fr auto;
  }
}
