:root {
  --ink: #0f1114;
  --muted: #62666b;
  --paper: #f7f6f3;
  --panel: #fffdf8;
  --line: #ddd4c7;
  --teal: #c79a59;
  --amber: #c79a59;
  --gold: #c79a59;
  --slate: #24282d;
  --charcoal: #0f1114;
  --shadow: 0 18px 45px rgba(15, 17, 20, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px clamp(16px, 4vw, 52px);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(247, 246, 243, 0.95);
  box-shadow: 0 8px 28px rgba(15, 17, 20, 0.12);
  backdrop-filter: blur(14px);
}

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

.brand-wordmark {
  width: clamp(135px, 12.75vw, 180px);
  aspect-ratio: 1000 / 417;
  gap: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(199, 154, 89, 0.55), 0 8px 18px rgba(15, 17, 20, 0.24);
}

.brand-wordmark-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
}

.brand-mark {
  display: block;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(199, 154, 89, 0.5), 0 8px 20px rgba(15, 17, 20, 0.22);
}

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

.site-nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
  font-size: 0.94rem;
  font-weight: 600;
}

.header-cta,
.button,
.package a,
form button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 800;
}

.header-cta {
  padding: 0 18px;
  color: var(--charcoal);
  background: var(--gold);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(112px, 14vh, 150px) 0 clamp(72px, 10vh, 110px);
  color: #fff;
}

.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 16, 18, 0.82) 0%, rgba(13, 16, 18, 0.56) 38%, rgba(13, 16, 18, 0.16) 72%),
    linear-gradient(180deg, rgba(13, 16, 18, 0.18) 0%, rgba(13, 16, 18, 0.72) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 86px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

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

.hero-copy {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.8vw, 1.24rem);
  line-height: 1.65;
}

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

.button {
  padding: 0 22px;
}

.button.primary {
  color: var(--charcoal);
  background: var(--gold);
}

.button.secondary {
  color: #fff;
  border: 1px solid rgba(199, 154, 89, 0.72);
  background: rgba(15, 17, 20, 0.28);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-metrics span {
  min-width: 144px;
  padding: 12px 14px;
  border: 1px solid rgba(199, 154, 89, 0.38);
  border-radius: 6px;
  background: rgba(15, 17, 20, 0.36);
  backdrop-filter: blur(10px);
}

.hero-metrics strong {
  display: block;
  font-size: 1.42rem;
}

.section {
  padding: clamp(68px, 9vw, 112px) clamp(18px, 5vw, 64px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 6vw, 80px);
  align-items: end;
  background: var(--panel);
}

.intro p:last-child,
.results-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.service-grid article,
.package {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.service-grid article {
  min-height: 235px;
  padding: 26px;
}

.service-icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--teal);
  font-weight: 800;
}

.service-grid p,
.package li {
  color: var(--muted);
  line-height: 1.65;
}

.packages {
  background: #efebe3;
}

.package-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.package-grid .package {
  grid-column: span 2;
}

.package-grid .package:nth-child(4) {
  grid-column: 2 / span 2;
}

.package {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-shadow: 0 1px 0 rgba(18, 21, 26, 0.04);
}

.package.featured {
  color: #fff;
  border-color: var(--charcoal);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.package-label {
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price {
  margin: 18px 0;
  font-size: 2rem;
  font-weight: 800;
}

.package-description,
.package-includes {
  color: var(--muted);
  line-height: 1.6;
}

.package-description {
  margin-bottom: 16px;
}

.package-includes {
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 800;
}

.package.featured .package-includes {
  color: #fff;
}

.package.featured .package-description {
  color: rgba(255, 255, 255, 0.78);
}

.package-caveat {
  margin: 0 0 22px;
  padding: 12px 14px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.94rem;
  line-height: 1.55;
}

.package ul {
  display: grid;
  gap: 10px;
  min-height: 116px;
  margin: 0 0 26px;
  padding-left: 20px;
}

.package.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.package a {
  width: 100%;
  margin-top: auto;
  color: var(--charcoal);
  background: var(--gold);
}

.package-footnote {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.5;
}

.pricing-guide {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: start;
  margin-top: 28px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(251, 252, 248, 0.74);
}

.pricing-guide h3 {
  margin-bottom: 10px;
}

.pricing-table {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.pricing-row {
  display: grid;
  grid-template-columns: minmax(136px, 1.35fr) repeat(3, minmax(76px, 0.75fr));
  min-width: 520px;
  border-bottom: 1px solid var(--line);
}

.pricing-row:last-child {
  border-bottom: 0;
}

.pricing-row span {
  padding: 13px 14px;
  color: var(--muted);
  font-size: 0.94rem;
}

.pricing-row span:first-child,
.pricing-head span {
  color: var(--ink);
  font-weight: 800;
}

.pricing-head {
  background: #f0e9dc;
}

.pricing-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(199, 154, 89, 0.42);
  border-left: 4px solid var(--amber);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(199, 154, 89, 0.12);
  line-height: 1.6;
}

.pricing-note strong {
  display: block;
  margin-bottom: 4px;
}

.before-after {
  background: var(--panel);
}

.before-after .section-heading p:last-child {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.7;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.comparison-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
  box-shadow: 0 1px 0 rgba(18, 21, 26, 0.04);
}

.comparison-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 250px;
}

.comparison-frame {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: end start;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 17, 20, 0.7), rgba(36, 40, 45, 0.36)),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(150deg, #24282d 0%, #17191c 54%, #0f1114 100%);
}

.comparison-frame::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(247, 246, 243, 0.14);
  border-radius: 8px;
}

.comparison-frame::after {
  content: "";
  position: absolute;
  inset: auto 18px 42px 18px;
  height: 46px;
  border-radius: 999px;
  background: rgba(15, 17, 20, 0.34);
  box-shadow: 0 0 0 1px rgba(247, 246, 243, 0.12);
}

.comparison-frame.has-photo {
  background: var(--ink);
}

.comparison-frame.has-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison-frame.focus-top img {
  object-position: center 34%;
}

.comparison-frame.has-photo::before {
  z-index: 1;
  inset: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(15, 17, 20, 0) 48%, rgba(15, 17, 20, 0.62) 100%);
}

.comparison-frame.has-photo::after {
  display: none;
}

.comparison-after {
  background:
    linear-gradient(135deg, rgba(199, 154, 89, 0.52), rgba(15, 17, 20, 0.32)),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.34), transparent 24%),
    linear-gradient(150deg, #c79a59 0%, #716044 40%, #24282d 100%);
}

.comparison-frame span {
  position: relative;
  z-index: 2;
  margin: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 17, 20, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-copy {
  padding: 24px;
}

.comparison-copy .package-label {
  margin-bottom: 12px;
}

.comparison-copy h3 {
  margin: 0;
  line-height: 1.35;
}

.results {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(68px, 9vw, 112px) clamp(18px, 5vw, 64px);
  color: #fff;
  background: var(--ink);
}

.results-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.results-panel div {
  min-height: 150px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.results-panel strong,
.results-panel span {
  display: block;
}

.results-panel strong {
  margin-bottom: 14px;
  color: var(--amber);
  font-size: 1.4rem;
}

.results-panel span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.contact {
  background: var(--panel);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(24px, 5vw, 70px);
  max-width: 1120px;
  margin: 0 auto;
}

.contact-pricing-note {
  margin: 20px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(199, 154, 89, 0.42);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(199, 154, 89, 0.12);
  line-height: 1.6;
}

.contact-pricing-note strong {
  display: block;
  margin-bottom: 4px;
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 14px;
  color: var(--ink);
  background: #fbfaf6;
  font: inherit;
}

textarea {
  resize: vertical;
}

form button {
  border: 0;
  color: var(--charcoal);
  background: var(--gold);
  cursor: pointer;
  font: inherit;
}

form button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 64px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

footer p {
  margin: 0;
}

@media (max-width: 920px) {
  .site-nav,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-header.is-open .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 18px;
    right: 18px;
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .site-nav a {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .intro,
  .results,
  .contact-card,
  .pricing-guide {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .package-grid,
  .comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-grid .package,
  .package-grid .package:nth-child(4) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .brand-wordmark {
    width: clamp(112px, 34vw, 132px);
    border-radius: 16px;
  }

  .hero {
    min-height: 100svh;
    padding: 104px 0 56px;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .hero-actions,
  footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .service-grid,
  .package-grid,
  .comparison-grid,
  .results-panel {
    grid-template-columns: 1fr;
  }

  .comparison-images,
  .comparison-frame {
    min-height: 210px;
  }

  .hero-metrics span {
    flex: 1 1 100%;
  }
}
