:root {
  --carbon: #080909;
  --graphite: #151716;
  --graphite-soft: #20231f;
  --smoke: #f1eee7;
  --muted: #bbb5a9;
  --copper: #c98546;
  --copper-light: #e1ad72;
  --olive: #4d5c3b;
  --line: rgba(241, 238, 231, 0.12);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--smoke);
  background:
    radial-gradient(circle at top left, rgba(201, 133, 70, 0.16), transparent 34rem),
    linear-gradient(180deg, #070808 0%, #101110 52%, #080909 100%);
  line-height: 1.6;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: rgba(8, 9, 9, 0.9);
  border-color: var(--line);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(201, 133, 70, 0.55);
  color: var(--copper-light);
  background: linear-gradient(145deg, rgba(201, 133, 70, 0.18), rgba(77, 92, 59, 0.16));
  border-radius: 8px;
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--smoke);
}

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

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--smoke);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
  color: #11100d;
  background: linear-gradient(135deg, var(--copper-light), var(--copper));
  box-shadow: 0 14px 34px rgba(201, 133, 70, 0.24);
}

.btn-secondary {
  color: var(--smoke);
  border-color: rgba(241, 238, 231, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.btn-secondary:hover {
  border-color: rgba(201, 133, 70, 0.62);
}

.btn-small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 0.9rem;
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-top: 128px;
}

.hero-grid,
.split,
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(201, 133, 70, 0.34);
  border-radius: 999px;
  color: var(--copper-light);
  background: rgba(201, 133, 70, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 8vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.hero-subtitle,
.section-heading p,
.final-box p {
  color: var(--muted);
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 22px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
}

.hero-proof span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.portrait-frame {
  position: absolute;
  inset: 34px 42px 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(241, 238, 231, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(120deg, transparent 0 47%, rgba(201, 133, 70, 0.12) 48% 52%, transparent 53%),
    linear-gradient(145deg, #1c1d1b, #0d0e0e 70%);
  box-shadow: var(--shadow);
}

.photo-frame {
  background: #101110;
}

.photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 9, 0.08), rgba(8, 9, 9, 0.58)),
    linear-gradient(120deg, rgba(201, 133, 70, 0.16), transparent 46%);
  pointer-events: none;
}

.photo-frame img,
.photo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 34px 44px auto;
  height: 250px;
  border: 1px solid rgba(241, 238, 231, 0.16);
  border-radius: 50% 50% 8px 8px;
  background: linear-gradient(180deg, rgba(241, 238, 231, 0.12), transparent);
}

.photo-frame::before,
.photo-frame .portrait-light,
.photo-frame .barber-pole,
.photo-frame .chair,
.photo-frame .mirror {
  display: none;
}

.portrait-light {
  position: absolute;
  inset: 0 auto auto 30%;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(225, 173, 114, 0.18), transparent);
  transform: skewX(-12deg);
}

.barber-pole {
  position: absolute;
  right: 42px;
  top: 52px;
  width: 26px;
  height: 300px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: repeating-linear-gradient(-35deg, var(--smoke) 0 12px, var(--copper) 12px 24px, var(--olive) 24px 36px);
  opacity: 0.86;
}

.chair {
  position: absolute;
  left: 17%;
  right: 25%;
  bottom: 54px;
  height: 180px;
  border-radius: 22px 22px 8px 8px;
  background: linear-gradient(180deg, #30322e, #111211);
  border: 1px solid rgba(241, 238, 231, 0.12);
}

.mirror {
  position: absolute;
  left: 44px;
  bottom: 58px;
  width: 88px;
  height: 210px;
  border: 1px solid rgba(201, 133, 70, 0.36);
  border-radius: 999px 999px 8px 8px;
}

.mirror span {
  display: block;
  width: 42px;
  height: 42px;
  margin: 38px auto;
  border-radius: 50%;
  background: rgba(241, 238, 231, 0.18);
}

.blade-card {
  position: absolute;
  z-index: 2;
  padding: 16px;
  border: 1px solid rgba(241, 238, 231, 0.14);
  border-radius: 8px;
  background: rgba(15, 16, 15, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.price-card {
  right: 0;
  top: 86px;
}

.rating-card {
  left: 0;
  bottom: 82px;
}

.blade-card span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.blade-card strong {
  display: block;
  color: var(--copper-light);
  font-size: 1.55rem;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.align-left {
  margin: 0;
  text-align: left;
}

.issue-grid,
.cards-grid,
.story-grid,
.process-line,
.benefit-grid {
  display: grid;
  gap: 18px;
}

.issue-grid {
  grid-template-columns: repeat(5, 1fr);
}

.mini-card,
.benefit-card,
.service-card,
.package-card,
.testimonial-card,
.story-block,
.process-step,
.contact-form,
.contact-panel,
.conversion-box,
.final-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

.mini-card {
  padding: 18px;
  color: var(--muted);
}

.benefits {
  padding-top: 82px;
}

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

.benefit-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.benefit-card::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  background: linear-gradient(90deg, var(--copper), var(--olive));
  opacity: 0.7;
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(201, 133, 70, 0.38);
  border-radius: 8px;
  color: var(--copper-light);
  background: rgba(201, 133, 70, 0.1);
  font-weight: 900;
}

.benefit-card p {
  color: var(--muted);
}

.solution {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 1160px) / 2));
  background: linear-gradient(135deg, rgba(77, 92, 59, 0.2), rgba(201, 133, 70, 0.08));
}

.solution-list {
  display: grid;
  gap: 12px;
}

.solution-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 9, 9, 0.42);
}

.solution-list span,
.story-block span,
.process-step span {
  color: var(--copper-light);
  font-weight: 900;
}

.service-grid,
.package-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.package-card,
.testimonial-card,
.story-block,
.process-step {
  padding: 24px;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.service-card:hover,
.package-card:hover,
.testimonial-card:hover,
.story-block:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 133, 70, 0.38);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--copper-light);
  background: rgba(201, 133, 70, 0.12);
}

.service-card p,
.package-card li,
.testimonial-card p,
.story-block p,
.process-step h3 {
  color: var(--muted);
}

.service-card strong {
  display: block;
  margin: 18px 0;
  color: var(--smoke);
}

.service-card a {
  color: var(--copper-light);
  font-weight: 800;
}

.story {
  position: relative;
}

.photo-strip {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}

.photo-tile {
  position: relative;
  min-height: 255px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--graphite);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
}

.photo-tile.tall {
  grid-row: span 2;
  min-height: 528px;
}

.photo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 9, 9, 0.78));
}

.photo-tile figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: var(--smoke);
  font-weight: 900;
}

.story-grid {
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  align-items: stretch;
}

.story-block:nth-child(2) {
  background: linear-gradient(180deg, rgba(201, 133, 70, 0.14), rgba(255, 255, 255, 0.03));
}

.process-line {
  position: relative;
  grid-template-columns: repeat(4, 1fr);
}

.process-line::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 133, 70, 0.7), transparent);
}

.process-step {
  position: relative;
  text-align: center;
}

.process-step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--graphite);
  border: 1px solid rgba(201, 133, 70, 0.48);
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.package-card.featured,
.package-card.selected {
  border-color: rgba(225, 173, 114, 0.72);
  background: linear-gradient(180deg, rgba(201, 133, 70, 0.18), rgba(255, 255, 255, 0.035));
  transform: translateY(-8px);
}

.popular {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #15110d;
  background: var(--copper-light);
  font-size: 0.76rem;
  font-weight: 900;
}

.price {
  margin: 0;
  color: var(--copper-light);
  font-size: 2.4rem;
  font-weight: 900;
}

.time {
  color: var(--muted);
}

.package-card ul {
  padding-left: 18px;
  margin: 0 0 12px;
}

.package-card .btn {
  margin-top: auto;
}

.conversion {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 1160px) / 2));
}

.conversion-box {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(201, 133, 70, 0.2), rgba(77, 92, 59, 0.18)),
    rgba(255, 255, 255, 0.03);
}

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

.stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 9, 9, 0.46);
}

.stats strong {
  display: block;
  color: var(--copper-light);
  font-size: 1.55rem;
}

.stats span,
.contact-details,
.site-footer p {
  color: var(--muted);
}

.testimonial-card p {
  min-height: 124px;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.faq-item + .faq-item {
  border-top: 1px solid var(--line);
}

.faq-item button {
  width: 100%;
  padding: 20px;
  border: 0;
  color: var(--smoke);
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  float: right;
  color: var(--copper-light);
}

.faq-item.active button::after {
  content: "-";
}

.faq-item p {
  display: none;
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.faq-item.active p {
  display: block;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

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

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(241, 238, 231, 0.13);
  border-radius: 8px;
  color: var(--smoke);
  background: rgba(8, 9, 9, 0.68);
  padding: 13px 14px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(201, 133, 70, 0.68);
}

.contact-panel {
  padding: 24px;
}

.whatsapp {
  display: flex;
  justify-content: center;
  padding: 14px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #f6fff1;
  background: var(--olive);
  font-weight: 900;
}

.map-sim {
  position: relative;
  min-height: 260px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(241, 238, 231, 0.09) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(241, 238, 231, 0.08) 49% 51%, transparent 52%),
    rgba(255, 255, 255, 0.035);
}

.map-sim span {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: var(--copper-light);
  font-weight: 900;
}

.map-sim i {
  position: absolute;
  top: 44%;
  left: 55%;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  background: var(--copper);
  transform: rotate(-45deg);
}

.final-cta {
  padding-top: 40px;
}

.final-box {
  padding: 56px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(201, 133, 70, 0.2), rgba(8, 9, 9, 0.1)),
    rgba(255, 255, 255, 0.035);
}

.final-box .hero-actions {
  justify-content: center;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
}

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

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

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 9, 9, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

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

  .issue-grid,
  .benefit-grid,
  .service-grid,
  .package-grid,
  .testimonial-grid,
  .story-grid,
  .photo-strip,
  .process-line,
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-tile.tall {
    grid-row: auto;
    min-height: 320px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .process-line::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 70px 0;
  }

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

  h1 {
    font-size: 3rem;
  }

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

  .issue-grid,
  .benefit-grid,
  .service-grid,
  .package-grid,
  .testimonial-grid,
  .story-grid,
  .photo-strip,
  .process-line,
  .stats,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .photo-tile,
  .photo-tile.tall {
    min-height: 260px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .portrait-frame {
    inset: 22px 14px 12px;
  }

  .price-card {
    right: 6px;
    top: 34px;
  }

  .rating-card {
    left: 6px;
    bottom: 34px;
  }

  .conversion-box,
  .final-box {
    padding: 28px;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}
