:root {
  --black: #050505;
  --black-2: #0b0b0b;
  --charcoal: #121212;
  --cream: #ded8ca;
  --cream-2: #f0eadf;
  --text: #f7f4ee;
  --muted: #c9c1b4;
  --ink: #15110d;
  --line: rgba(255, 255, 255, 0.14);
  --gold: #d6aa63;
  --gold-light: #edc77d;
  --orange: #f08a3e;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--black);
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(14px);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.brand img{
  height:120px;
  width:auto;
  display:block;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #eee8dc;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-menu a {
  position: relative;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: var(--gold-light);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.nav-menu a:hover::after,
.nav-menu a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.btn-primary {
  color: #130904;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.btn-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.25);
}

.btn-small {
  min-height: 42px;
  padding: 0 18px;
}

.btn-large {
  min-height: 62px;
  padding: 0 34px;
}

.btn-whatsapp span {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 132px 0 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: 0;
  background: #111;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 34%, rgba(0, 0, 0, 0.34) 70%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.66));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 700px) 1fr;
  align-items: center;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.03;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy p:not(.eyebrow),
.section-heading p,
.workshop-copy p,
.detail-copy p,
.quote-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-copy p:not(.eyebrow) {
  max-width: 520px;
  color: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-badges span {
  padding: 9px 14px;
  border: 1px solid rgba(224, 171, 91, 0.45);
  border-radius: 999px;
  color: #f1c47a;
  background: rgba(0, 0, 0, 0.35);
  font-size: 14px;
  font-weight: 800;
}

.benefit-bar {
  border-bottom: 1px solid var(--line);
  background: #030303;
}

.benefit-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.benefit-bar-grid div {
  min-height: 76px;
  padding: 16px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.benefit-bar-grid div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.benefit-bar-grid strong {
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.benefit-bar-grid span {
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

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

.section-heading-center::after {
  content: "";
  width: 42px;
  height: 2px;
  display: block;
  margin: 18px auto 0;
  background: var(--gold-light);
}

.product-story {
  background: #101010;
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-tile {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: var(--cream);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.product-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(237, 199, 125, 0.64);
}

.product-tile img {
  height: 220px;
  background: #222;
}

.product-tile div {
  min-height: 190px;
  padding: 22px;
  color: var(--ink);
  text-align: center;
}

.product-tile p {
  min-height: 48px;
  margin-bottom: 18px;
  color: #3f382f;
  font-size: 0.95rem;
}

.product-tile a {
  min-width: 112px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #17110c;
  color: #17110c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease;
}

.product-tile a:hover,
.product-tile a:focus-visible {
  color: var(--text);
  background: #17110c;
}

.workshop {
  background: #1b1b1b;
}

.workshop-grid,
.detail-grid,
.quote-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.workshop-photo,
.detail-photo,
.portfolio-main,
.portfolio-card,
.portfolio-wide {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #111;
  box-shadow: var(--shadow);
}

.workshop-photo {
  min-height: 560px;
}

.detail-photo {
  min-height: 500px;
}

.workshop-photo::after,
.detail-photo::after,
.portfolio-main::after,
.portfolio-card::after,
.portfolio-wide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.74));
}

figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 2;
  color: rgba(247, 244, 238, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
}

.process-lines {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.process-lines div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.process-lines strong {
  color: var(--gold-light);
  font-weight: 900;
  text-transform: uppercase;
}

.process-lines span {
  color: var(--muted);
}

.proof-strip {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #060606;
}

.proof-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 26px;
}

.proof-grid span {
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-weight: 900;
  text-transform: uppercase;
}

.proof-grid span:not(:last-child)::after {
  content: "/";
  margin-left: 26px;
  color: var(--orange);
}

.detail-section {
  background: var(--black-2);
}

.detail-grid {
  grid-template-columns: 1.06fr 0.94fr;
}

.detail-copy {
  max-width: 560px;
}

.portfolio {
  padding-top: 64px;
  background: #111;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  grid-auto-rows: 300px;
  gap: 18px;
}

.portfolio-main {
  grid-row: span 2;
}

.portfolio-wide {
  grid-column: 1 / -1;
  min-height: 340px;
}

.quote-section {
  background: #080808;
}

.quote-grid {
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 112px;
}

.quote-form {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #111;
  box-shadow: var(--shadow);
}

.quote-form label {
  color: var(--muted);
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-form input,
.quote-form select {
  height: 52px;
  padding: 0 16px;
}

.quote-form textarea {
  min-height: 138px;
  padding: 14px 16px;
  resize: vertical;
}

.quote-form select option {
  color: var(--text);
  background: #111;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: rgba(237, 199, 125, 0.82);
  box-shadow: 0 0 0 4px rgba(237, 199, 125, 0.11);
}

.full-field {
  grid-column: 1 / -1;
}

.form-feedback {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: #ffbd91;
  font-weight: 800;
}

.final-cta {
  padding: 88px 0;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.62)),
    #121212;
}

.final-cta span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold-light);
  font-weight: 900;
  text-transform: uppercase;
}

.final-cta h2 {
  max-width: 850px;
  margin: 0 auto 28px;
}

.site-footer {
  padding: 56px 0 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #030303;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1.3fr;
  gap: 34px;
  align-items: start;
}

.footer-brand img {
  width: 150px;
  height: auto;
  margin-bottom: 18px;
}

.footer-brand p,
.footer-col p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-col h3 {
  margin-bottom: 16px;
  color: var(--text);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.footer-col a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--muted);
  font-weight: 700;
}

.footer-col a:hover {
  color: var(--gold-light);
}

.footer-col i {
  color: var(--gold-light);
  font-size: 18px;
}

.footer-location iframe {
  width: 100%;
  height: 150px;
  margin-top: 14px;
  border: 0;
  border-radius: 6px;
  filter: grayscale(1) invert(0.9);
  opacity: 0.85;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: rgba(201,193,180,.72);
}

.footer-dev {
  margin: 0;
  font-size: .78rem;
  color: rgba(201,193,180,.45);
}

.footer-dev a {
  color: rgba(201,193,180,.65);
  font-weight: 700;
  transition: .2s;
}

.footer-dev a:hover {
  color: var(--gold-light);
}

@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-location iframe {
    height: 55px;
  }
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 35;

  width: 62px;
  height: 62px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #25d366;
  color: #fff;

  font-size: 30px;

  box-shadow: 0 18px 42px rgba(37,211,102,.36);

  transition: transform .2s ease;

  animation: pulseWhatsapp 2s infinite;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: scale(1.08);
}

@keyframes pulseWhatsapp {

  0%{
    box-shadow:
    0 0 0 0 rgba(37,211,102,.7),
    0 18px 42px rgba(37,211,102,.36);
  }

  70%{
    box-shadow:
    0 0 0 18px rgba(37,211,102,0),
    0 18px 42px rgba(37,211,102,.36);
  }

  100%{
    box-shadow:
    0 0 0 0 rgba(37,211,102,0),
    0 18px 42px rgba(37,211,102,.36);
  }

}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@media (max-width: 1080px) {
  .hero-grid,
  .workshop-grid,
  .detail-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .product-showcase {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-bar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-copy {
    position: static;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-cta {
    display: none;
  }

  .nav-menu {
    position: fixed;
    top: 72px;
    right: 14px;
    left: 14px;
    padding: 22px;
    display: grid;
    gap: 8px;
    border: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.96);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
  }

  .nav-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu a {
    padding: 12px 4px;
  }

  .hero {
    min-height: auto;
    padding-top: 120px;
  }

  .section {
    padding: 74px 0;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .portfolio-main,
  .portfolio-wide {
    grid-column: auto;
    grid-row: auto;
  }

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

@media (max-width: 620px) {
  .brand span {
    font-size: 0.9rem;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .benefit-bar-grid,
  .product-showcase,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .benefit-bar-grid div,
  .benefit-bar-grid div:last-child {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .workshop-photo,
  .detail-photo {
    min-height: 360px;
  }

  .process-lines div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .quote-form {
    padding: 20px;
  }

  .floating-whatsapp {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
  }
}
