:root {
  --carbon: #11100f;
  --carbon-soft: #1b1815;
  --sand: #d8c3a5;
  --smoke: #f5f2ec;
  --paper: #fffaf2;
  --copper: #c57442;
  --copper-dark: #9d512d;
  --ink: #201b16;
  --muted: #75695d;
  --line: rgba(197, 116, 66, 0.28);
  --shadow: 0 22px 55px rgba(17, 16, 15, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

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

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: rgba(17, 16, 15, 0.86);
  border-bottom: 1px solid rgba(245, 242, 236, 0.12);
  backdrop-filter: blur(18px);
}

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

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--carbon);
  background: var(--copper);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-menu a,
.nav-cta {
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 0.94rem;
  transition: 0.25s ease;
}

.nav-menu a:hover {
  color: var(--copper);
  background: rgba(255, 255, 255, 0.06);
}

.nav-cta {
  color: var(--carbon);
  background: var(--sand);
  font-weight: 700;
}

.nav-cta:hover {
  background: var(--copper);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(245, 242, 236, 0.22);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--smoke);
  transition: 0.25s ease;
}

.section-dark,
.section-light {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
}

.section-dark {
  color: var(--smoke);
  background:
    linear-gradient(135deg, rgba(197, 116, 66, 0.13) 0 1px, transparent 1px 100%),
    linear-gradient(160deg, var(--carbon), var(--carbon-soft));
  background-size: 34px 34px, auto;
}

.section-light {
  background: var(--smoke);
}

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

.hero-grid,
.split-layout,
.contact-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 48px;
  align-items: center;
}

.hero-copy h1,
.section-heading h2,
.look-panel h2,
.combo-card h2,
.cta-inner h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 8vw, 6.8rem);
}

.hero-copy p,
.section-heading p,
.look-panel p,
.combo-card p {
  color: inherit;
  opacity: 0.78;
  line-height: 1.75;
  font-size: 1.05rem;
}

.eyebrow,
.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 6px 10px;
  margin-bottom: 16px;
  color: var(--copper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s ease;
}

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

.btn-primary {
  color: var(--carbon);
  background: var(--copper);
  box-shadow: 0 12px 28px rgba(197, 116, 66, 0.28);
}

.btn-primary:hover {
  background: var(--sand);
}

.btn-ghost {
  color: inherit;
  border-color: rgba(245, 242, 236, 0.2);
  background: rgba(245, 242, 236, 0.06);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-stats span {
  padding: 12px 14px;
  border: 1px solid rgba(245, 242, 236, 0.14);
  border-radius: 6px;
  background: rgba(245, 242, 236, 0.06);
}

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

.blade-frame {
  position: absolute;
  inset: 0 46px 40px 0;
  transform: rotate(-3deg);
}

.blade-frame svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.36));
}

.featured-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(360px, 88%);
  padding: 24px;
  border: 1px solid rgba(197, 116, 66, 0.45);
  border-radius: 8px;
  background: rgba(17, 16, 15, 0.92);
  box-shadow: var(--shadow);
}

.featured-card h2 {
  margin: 0 0 8px;
}

.featured-card p {
  color: rgba(245, 242, 236, 0.72);
  line-height: 1.55;
}

.featured-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.featured-bottom strong {
  color: var(--sand);
  font-size: 2.1rem;
}

.section-heading {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.look-panel h2,
.combo-card h2,
.cta-inner h2 {
  font-size: clamp(2rem, 4.8vw, 4.2rem);
}

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

.card-grid,
.style-grid,
.price-grid,
.stats-grid,
.testimonial-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

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

.service-card,
.style-card,
.price-card,
.testimonial,
.feature-item,
.stat,
.contact-image {
  border: 1px solid rgba(32, 27, 22, 0.12);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 35px rgba(32, 27, 22, 0.06);
}

.service-card {
  position: relative;
  min-height: 236px;
  padding: 26px;
  overflow: hidden;
  transition: 0.25s ease;
}

.service-card::after,
.style-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: 28px;
  width: 150px;
  height: 2px;
  background: var(--copper);
  transform: rotate(-34deg);
  opacity: 0.55;
}

.service-card:hover,
.style-card:hover,
.price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(197, 116, 66, 0.5);
}

.icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  color: var(--carbon);
  background: var(--sand);
  border-radius: 6px;
  font-size: 1.2rem;
}

.service-card h3,
.style-card h3,
.price-card h3,
.feature-item h3 {
  margin: 0 0 10px;
}

.service-card p,
.style-card p,
.price-card p,
.feature-item p,
.testimonial p {
  color: var(--muted);
  line-height: 1.65;
}

.service-card strong,
.price-card strong {
  display: block;
  margin-top: 22px;
  color: var(--copper-dark);
  font-size: 1.7rem;
}

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

.style-card,
.price-card,
.testimonial {
  position: relative;
  min-height: 210px;
  padding: 24px;
  color: var(--ink);
  overflow: hidden;
}

.style-card span {
  color: var(--copper-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-item {
  padding: 24px;
}

.look-panel {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(245, 242, 236, 0.16);
  border-radius: 8px;
  background: rgba(245, 242, 236, 0.06);
}

.look-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 10px;
}

.look-option {
  min-height: 50px;
  color: var(--smoke);
  border: 1px solid rgba(245, 242, 236, 0.18);
  border-radius: 6px;
  background: rgba(245, 242, 236, 0.06);
  cursor: pointer;
  transition: 0.25s ease;
}

.look-option.active,
.look-option:hover {
  color: var(--carbon);
  background: var(--sand);
}

.combo-card {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 38px;
  color: var(--smoke);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(197, 116, 66, 0.9), rgba(17, 16, 15, 0.96) 48%),
    var(--carbon);
  box-shadow: var(--shadow);
}

.combo-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.combo-card li {
  padding: 9px 12px;
  border: 1px solid rgba(245, 242, 236, 0.2);
  border-radius: 999px;
}

.combo-price {
  display: grid;
  gap: 8px;
  min-width: 210px;
  text-align: right;
}

.combo-price strong {
  font-size: 3.4rem;
}

.price-grid {
  width: min(1360px, calc(100% - 32px));
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.price-card {
  min-height: 390px;
  padding: 20px;
  background: var(--paper);
}

.price-card.highlight {
  border-color: var(--copper);
  box-shadow: 0 20px 48px rgba(197, 116, 66, 0.2);
}

.price-image {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  margin-bottom: 18px;
  overflow: hidden;
  color: var(--copper-dark);
  border: 1px dashed rgba(197, 116, 66, 0.46);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(197, 116, 66, 0.13) 0 1px, transparent 1px 100%),
    #fff7ec;
  background-size: 18px 18px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

.contact-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.stat {
  padding: 26px;
  text-align: center;
}

.stat strong {
  display: block;
  color: var(--copper-dark);
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.stat span {
  color: var(--muted);
  font-weight: 700;
}

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

.testimonial {
  margin: 0;
}

.testimonial cite {
  color: var(--copper-dark);
  font-style: normal;
  font-weight: 800;
}

.cta-inner {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.cta-inner .hero-actions {
  justify-content: center;
}

.contact-image {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(197, 116, 66, 0.16) 0 1px, transparent 1px 100%),
    linear-gradient(160deg, #fff7ec, var(--paper));
  background-size: 28px 28px, auto;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px max(16px, calc((100vw - 1180px) / 2));
  color: var(--smoke);
  background: #0b0a09;
}

.footer p {
  margin: 0;
}

.footer div {
  display: flex;
  gap: 14px;
}

.footer a {
  color: var(--sand);
}

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

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

@media (max-width: 980px) {
  .nav-menu,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    padding: 18px;
    color: var(--smoke);
    background: rgba(17, 16, 15, 0.98);
    border-bottom: 1px solid rgba(245, 242, 236, 0.12);
  }

  .nav-menu.open {
    display: grid;
    gap: 8px;
  }

  .hero-grid,
  .split-layout,
  .contact-grid,
  .look-panel,
  .combo-card {
    grid-template-columns: 1fr;
  }

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

  .service-grid,
  .style-grid,
  .price-grid,
  .stats-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-card {
    min-height: 360px;
  }

  .combo-price {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .section-dark,
  .section-light {
    padding: 70px 0;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 15vw, 4.2rem);
  }

  .hero-actions,
  .hero-stats,
  .combo-card ul {
    flex-direction: column;
  }

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

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

  .blade-frame {
    inset: 0 0 30px 0;
  }

  .featured-card {
    width: 100%;
  }

  .service-grid,
  .style-grid,
  .price-grid,
  .stats-grid,
  .testimonial-grid,
  .look-options {
    grid-template-columns: 1fr;
  }

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

  .price-image {
    aspect-ratio: 16 / 10;
  }

  .combo-card {
    padding: 26px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
