:root {
  --ink: #151515;
  --muted: #6e6a62;
  --line: #ded8cd;
  --paper: #f4f1ea;
  --white: #ffffff;
  --gold: #8f7956;
  --gold-dark: #5f513d;
  --gold-soft: #b3a184;
  --green: #263b35;
  --blue: #1b2433;
  --black: #08090a;
  --charcoal: #111214;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 42px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

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

.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 42px;
  padding: 10px 20px;
  color: rgba(244, 241, 234, 0.74);
  background: #0d0e10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sticky-top a {
  color: var(--paper);
  border-bottom: 1px solid rgba(179, 161, 132, 0.7);
  padding-bottom: 2px;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 42px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 78px;
  padding: 0 5vw;
  color: var(--white);
  background: rgba(8, 9, 10, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  width: max-content;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-decoration: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav a,
.header-action,
.site-footer a {
  text-decoration: none;
}

.nav a:hover,
.header-action:hover,
.site-footer a:hover {
  color: var(--gold);
}

.header-action {
  justify-self: end;
  color: var(--paper);
  border-bottom: 1px solid rgba(179, 161, 132, 0.7);
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wa-link {
  color: #25D366 !important;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: 82px 6vw 56px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 52%, rgba(179, 161, 132, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(8, 9, 10, 0.98) 0%, rgba(8, 9, 10, 0.86) 48%, rgba(8, 9, 10, 0.18) 100%),
    #08090a;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 86px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-text {
  max-width: 520px;
  margin-bottom: 12px;
  color: rgba(244, 241, 234, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.hero-price-note {
  margin-bottom: 30px;
  color: rgba(244, 241, 234, 0.62);
  font-size: 14px;
  letter-spacing: 0.05em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions .button.primary {
  min-height: 52px;
  padding: 0 30px;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0;
}

.hero-actions .button.secondary {
  min-height: 52px;
  padding: 0 28px;
  border-radius: 2px;
  background: transparent;
  font-size: 13px;
}

.hero-cta-extra {
  margin-top: 26px;
}

.hero-cta-extra a {
  display: inline-block;
  color: var(--gold-soft);
  border-bottom: 2px solid rgba(179, 161, 132, 0.78);
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(95, 81, 61, 0.42);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button.primary {
  color: var(--paper);
  background: #141516;
  border-color: #141516;
}

.button.primary:hover {
  color: var(--white);
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(244, 241, 234, 0.32);
}

.button.secondary:hover {
  border-color: var(--gold);
}

.hero-media {
  margin-right: -7vw;
  min-height: 590px;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(1.06);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  padding: 30px 24px;
  text-align: center;
  background: #f9f7f2;
}

.proof-strip strong {
  display: block;
  margin-bottom: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 400;
}

.proof-strip span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.section {
  padding: 96px 6vw;
}

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

.section-heading h2,
.contact-band h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.product-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card,
.service-item {
  overflow: hidden;
  border: 1px solid rgba(222, 216, 205, 0.9);
  border-radius: 2px;
  background: #fbfaf6;
  box-shadow: 0 18px 48px rgba(25, 24, 20, 0.045);
}

.watch-visual {
  position: relative;
  aspect-ratio: 1;
  background: #111214;
  min-height: 300px;
  overflow: hidden;
}

.watch-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  transition: transform 420ms ease;
}

.product-card:hover .watch-visual img {
  transform: scale(1.025);
}

.product-copy,
.service-item {
  padding: 28px;
}

.product-copy h3,
.service-item h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.product-copy p,
.service-item p,
.contact-band p,
.site-footer {
  color: var(--muted);
}

.product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(222, 216, 205, 0.84);
}

.product-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: var(--gold-dark);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.product-row a {
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
}

.service {
  background: #fbfaf6;
}

.service-item {
  min-height: 260px;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  border-radius: 50%;
  color: var(--gold-dark);
  background: transparent;
  border: 1px solid rgba(143, 121, 86, 0.45);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.final-cta {
  padding: 92px 20px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 9, 10, 0.98), rgba(27, 36, 51, 0.94)),
    var(--black);
  text-align: center;
}

.final-cta h2 {
  max-width: 720px;
  margin: 0 auto 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.08;
}

.final-cta p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 auto 34px;
  color: rgba(244, 241, 234, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.final-cta .button.primary {
  min-height: 54px;
  padding: 0 36px;
  color: var(--black);
  background: var(--paper);
  border-color: var(--paper);
}

.final-cta .button.primary:hover {
  color: var(--white);
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin: 0 6vw 72px;
  padding: 48px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-radius: 8px;
}

.contact-band p:not(.eyebrow) {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 6vw 96px;
  background: var(--black);
  font-size: 13px;
}

.site-footer p {
  max-width: 760px;
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 18px;
  color: var(--gold-soft);
  white-space: nowrap;
}

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 2px;
  color: var(--black) !important;
  background: #25D366;
  box-shadow: 0 14px 34px rgba(8, 9, 10, 0.22);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 900px) {
  body {
    padding-top: 38px;
  }

  .sticky-top {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 20px;
    top: 38px;
  }

  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 56px 22px 0;
    background: var(--black);
  }

  .hero-actions .button.primary,
  .hero-actions .button.secondary {
    min-height: 50px;
    width: 100%;
    text-align: center;
  }

  .hero-actions .button.primary {
    font-size: 12px;
  }

  .hero-actions .button.secondary {
    font-size: 12px;
  }

  .hero-media {
    margin: 36px -22px 0;
    min-height: 360px;
  }

  .hero-media img {
    min-height: 360px;
  }

  .proof-strip,
  .product-grid,
  .service-grid,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 20px;
  }

  .contact-band {
    margin: 0 20px 58px;
    padding: 30px 24px;
  }

  .site-footer {
    display: block;
  }

  .site-footer div {
    margin-top: 18px;
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .site-header {
    min-height: 64px;
  }

  .sticky-top span {
    display: none;
  }

  .brand {
    font-size: 15px;
  }

  .header-action {
    font-size: 13px;
  }

  h1 {
    font-size: 40px;
  }

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

  .proof-strip div {
    padding: 22px 18px;
  }

  .watch-visual {
    min-height: 260px;
  }

  .wa-float {
    right: 16px;
    bottom: 16px;
    min-width: 54px;
    width: 54px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
  }

  .wa-float::before {
    content: "WA";
    font-size: 13px;
  }
}
