:root {
  --bg: #ffffff;
  --ink: #101522;
  --muted: #5f6877;
  --soft: #f2f6fb;
  --line: #dce5f1;
  --blue: #c89535;
  --blue-dark: #8c621e;
  --gold: #c89535;
  --gold-light: #fff4da;
  --whatsapp: #19b75b;
  --red: #e72929;
  --shadow: 0 22px 70px rgba(16, 21, 34, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(220, 229, 241, 0.7);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 212px;
}

.brand-mark {
  width: 54px;
  height: 54px;
  overflow: hidden;
  background: #2d2115;
  border: 1px solid rgba(200, 149, 53, 0.45);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(16, 21, 34, 0.1);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 32px);
  color: #253046;
  font-size: 14px;
  font-weight: 700;
  scrollbar-width: none;
}

.nav a {
  padding: 10px 0;
  white-space: nowrap;
}

.nav::-webkit-scrollbar {
  display: none;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-social .social-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease;
}

.header-social .social-icon:hover {
  transform: translateY(-2px);
}

.header-social svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.instagram-icon {
  color: #e1306c;
}

.instagram-icon svg {
  filter: drop-shadow(0 0 5px rgba(225, 48, 108, 0.22));
}

.youtube-icon svg {
  width: 31px;
  height: 31px;
}

.youtube-icon svg path:first-child {
  fill: #ff0033;
  stroke: none;
}

.youtube-icon svg path:last-child {
  fill: white;
  stroke: none;
}

.tiktok-icon {
  color: #111111;
}

.tiktok-icon svg {
  filter:
    drop-shadow(-1px 0 0 #25f4ee)
    drop-shadow(1px 0 0 #fe2c55);
  stroke-width: 2.2;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}

.header-cta,
.btn.primary {
  background: linear-gradient(135deg, #f2cf7a, var(--gold));
  color: #15100a;
  box-shadow: 0 12px 28px rgba(200, 149, 53, 0.25);
}

.secondary-whatsapp {
  background: white;
  color: var(--ink);
  border-color: rgba(200, 149, 53, 0.45);
  box-shadow: none;
}

.btn.secondary {
  background: white;
  color: var(--ink);
  border-color: rgba(200, 149, 53, 0.42);
}

.header-cta:hover,
.btn:hover,
.social-card:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 4.5vw, 64px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(32px, 5vw, 64px) clamp(18px, 4vw, 64px) 54px;
  overflow: hidden;
}

.hero-copy {
  max-width: 640px;
}

.hero h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero p {
  margin: 20px 0 0;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-proof span {
  padding: 9px 12px;
  background: var(--gold-light);
  border: 1px solid rgba(200, 149, 53, 0.34);
  border-radius: var(--radius);
  color: #38445a;
  font-size: 13px;
  font-weight: 700;
}

.hero-media {
  position: relative;
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(16, 21, 34, 0.16);
  isolation: isolate;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
}

.section {
  padding: 84px clamp(18px, 4vw, 64px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}

.section-heading h2,
.review-panel h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.section-heading p,
.review-panel p,
.contact-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.services,
.social {
  background: var(--soft);
}

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

.service-card,
.review-list article,
.contact-box {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-card {
  min-height: 260px;
  padding: 24px;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #6f4b13;
  background: var(--gold-light);
  border-radius: var(--radius);
  font-weight: 800;
}

.service-card h3 {
  margin: 34px 0 12px;
  font-size: 20px;
  line-height: 1.2;
}

.service-card p,
.review-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.brands {
  padding-top: 72px;
  background:
    radial-gradient(circle at 12% 12%, rgba(242, 207, 122, 0.18), transparent 34%),
    linear-gradient(135deg, #101522, #2a2117);
  color: white;
}

.brands .section-heading h2 {
  color: white;
}

.brands .section-heading p,
.brands .seo-copy {
  color: #e6dcc8;
}

.brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.brand-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  background: linear-gradient(135deg, #f2cf7a, #c89535);
  color: #15100a;
  border: 1px solid rgba(255, 244, 218, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 800;
}

.seo-copy {
  max-width: 900px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.review-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  background: linear-gradient(135deg, #101522, #2a2117);
  color: white;
  border-radius: var(--radius);
}

.review-panel p {
  margin-top: 14px;
  color: #cbd5e5;
}

.review-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.review-list article {
  padding: 24px;
}

.stars {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 2px;
}

.review-list strong {
  display: block;
  margin-top: 18px;
  color: #2d374c;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.social-card {
  min-height: 170px;
  padding: 26px;
  color: white;
  border-radius: var(--radius);
  transition: transform 180ms ease;
}

.social-card span,
.social-card strong {
  display: block;
}

.social-card span {
  opacity: 0.86;
  font-size: 14px;
  font-weight: 700;
}

.social-card strong {
  margin-top: 58px;
  font-size: 24px;
}

.instagram {
  background: linear-gradient(135deg, #1b1f2b, #b026d8);
}

.youtube {
  background: linear-gradient(135deg, #171a22, #e72929);
}

.tiktok {
  background: linear-gradient(135deg, #111827, #c89535);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.contact-copy p {
  margin-top: 18px;
}

.visit-card {
  margin-top: 36px;
  padding: 28px;
  background: linear-gradient(135deg, #101522, #2a2117);
  color: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.visit-card h3 {
  margin: 0 0 18px;
  font-size: 24px;
}

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

.visit-grid div {
  min-height: 142px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(242, 207, 122, 0.22);
  border-radius: var(--radius);
}

.visit-grid strong,
.visit-grid span {
  display: block;
}

.visit-grid strong {
  color: #f2cf7a;
  font-size: 14px;
  margin-bottom: 12px;
}

.visit-grid span {
  color: #f3eee3;
  font-size: 14px;
  line-height: 1.55;
}

.visit-grid span + span {
  margin-top: 6px;
}

.contact-box {
  padding: 28px;
  box-shadow: var(--shadow);
}

.contact-box dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.contact-box div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.contact-box div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-box dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-box dd {
  margin: 7px 0 0;
  font-size: 18px;
  font-weight: 800;
}

.whatsapp-list {
  display: grid;
  gap: 8px;
}

.whatsapp-list a {
  color: #8c621e;
}

.hours-list {
  display: grid;
  gap: 7px;
  line-height: 1.35;
}

.hours-list span {
  display: block;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  background: var(--whatsapp);
  color: white;
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(25, 183, 91, 0.34);
  font-size: 14px;
  font-weight: 800;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 64px);
  color: #445066;
  border-top: 1px solid var(--line);
}

.footer strong {
  color: var(--ink);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-brand img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 6px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    flex: 1 1 auto;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .header-social {
    order: 4;
    width: auto;
  }

  .header-actions {
    order: 5;
    width: 100%;
  }

  .hero,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .service-grid,
  .review-list,
  .social-grid,
  .visit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: auto;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .header-actions {
    display: none;
  }

  .header-social .social-icon {
    width: 36px;
    height: 36px;
  }

  .hero {
    padding: 38px 16px 52px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 16px;
  }

  .section {
    padding: 58px 16px;
  }

  .section-heading,
  .review-panel {
    display: block;
  }

  .section-heading p {
    margin-top: 14px;
  }

  .review-panel .btn {
    margin-top: 24px;
  }

  .service-grid,
  .review-list,
  .social-grid,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .social-card strong {
    margin-top: 42px;
  }

  .floating-whatsapp {
    display: inline-flex;
  }

  .footer {
    display: block;
    padding-bottom: 82px;
  }

  .footer span {
    display: block;
    margin-top: 8px;
  }
}
