@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=DM+Mono:wght@400;500;700&family=Great+Vibes&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,700&display=swap");

:root {
  --rk-red: #9f141b;
  --rk-red-dark: #6f0b11;
  --rk-gold: #d6aa4f;
  --rk-black: #090909;
  --rk-paper: #f7f4ee;
  --rk-muted: #716b61;
  --rk-line: #e8dfd2;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--rk-black);
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}

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

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 14px;
  top: 14px;
  z-index: 100;
  background: #fff;
  padding: 10px 14px;
}

.premium-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  background: transparent !important;
  border-bottom: 0;
  box-shadow: none !important;
  color: #fff;
}

.premium-nav-wrap {
  height: 96px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border: 0;
}

.premium-wordmark {
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: baseline;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45));
}

.premium-wordmark span {
  display: inline-block;
  font-family: "Great Vibes", "Playfair Display", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.42);
}

.premium-wordmark .word-red {
  color: #d31f2a;
}

.premium-wordmark .word-gold {
  color: var(--rk-gold);
}

.premium-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.premium-nav a {
  color: #ff2735;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.65);
  transition: color 180ms ease, transform 180ms ease;
}

.premium-nav a:hover {
  color: var(--rk-gold);
  transform: translateY(-1px);
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--rk-red), #c62028);
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(159, 20, 27, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(159, 20, 27, 0.28);
}

.call-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.header-call strong {
  font-size: 13px;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.premium-nav-toggle {
  display: none;
  color: #fff;
  background: none;
  border: 0;
  padding: 8px;
}

.premium-nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.premium-hero {
  position: relative;
  min-height: 720px;
  height: 100vh;
  max-height: 880px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.premium-hero-media,
.premium-hero-shade {
  position: absolute;
  inset: 0;
}

.premium-hero-media {
  background-image: url("assets/hero-luxury-mansion-sunset-20260707.png");
  background-size: cover;
  background-position: center right;
}

.premium-hero-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.14) 24%, transparent 45%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.35) 48%, transparent 100%);
}

.premium-hero-content {
  position: relative;
  z-index: 1;
  width: min(500px, 42vw);
  padding-top: 72px;
  margin-left: max(0px, -26px);
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--rk-red);
  font: 800 12px/1 "DM Mono", monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-kicker {
  color: #ff2735;
}

.premium-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 5.7vw, 88px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.premium-hero h1 span,
.premium-hero h1 strong {
  display: block;
}

.premium-hero h1 strong {
  color: var(--rk-gold);
  font-weight: 700;
}

.hero-subtitle {
  margin: 26px 0 0;
  max-width: 470px;
  color: #f2eee7;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.42;
  font-weight: 600;
}

.hero-actions,
.featured-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-actions {
  margin-top: 36px;
  flex-wrap: nowrap;
}

.premium-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

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

.red-button {
  background: linear-gradient(135deg, var(--rk-red), #c62028);
  color: #fff;
  box-shadow: 0 14px 26px rgba(159, 20, 27, 0.22);
}

.outline-button {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.outline-button:hover {
  background: #fff;
  color: var(--rk-black);
}

.outline-dark {
  border-color: #161616;
  color: #161616;
  background: #fff;
}

.outline-dark:hover {
  background: var(--rk-black);
  color: #fff;
}

.black-button {
  background: #111;
  color: #fff;
}

.premium-section {
  padding: 96px 0;
}

.premium-section-heading {
  margin-bottom: 42px;
}

.premium-section-heading.centered {
  text-align: center;
}

.premium-section-heading h2 {
  margin: 0;
  color: var(--rk-black);
  font: 800 clamp(34px, 4vw, 58px)/1.05 "Manrope", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.premium-section-heading p:last-child {
  margin: 16px auto 0;
  max-width: 560px;
  color: var(--rk-muted);
  font-size: 16px;
}

.product-categories {
  background: #fff;
}

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

.category-card {
  position: relative;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--rk-line);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  color: var(--rk-black);
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.category-card:hover {
  transform: translateY(-5px);
  border-color: rgba(159, 20, 27, 0.32);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.12);
}

.category-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.category-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: -24px auto 12px;
  position: relative;
  z-index: 1;
  background: var(--rk-red);
  color: #fff;
  border: 3px solid #fff;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
}

.category-card h3 {
  min-height: 42px;
  margin: 0;
  padding: 0 14px;
  font-size: 15px;
  line-height: 1.25;
}

.category-card p {
  margin: 12px 0 20px;
  color: var(--rk-red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.category-card.active p {
  color: var(--rk-gold);
}

.featured-products {
  background: var(--rk-paper);
}

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

.featured-product-card {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 28px;
  background: #fff;
  border: 1px solid var(--rk-line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.1);
}

.featured-product-media {
  background: #f4f1ea;
  border-radius: 8px;
  overflow: hidden;
}

.featured-product-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.product-rating {
  color: var(--rk-gold);
  font-size: 15px;
  letter-spacing: 0.12em;
}

.featured-product-body .product-code {
  margin: 16px 0 6px;
  color: var(--rk-red);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.featured-product-body h3 {
  margin: 0;
  font: 800 28px/1.08 "Manrope", Arial, sans-serif;
}

.feature-list {
  margin: 22px 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 20px;
  color: #48433b;
  font-size: 14px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--rk-gold);
  border-radius: 50%;
}

.featured-price {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
}

.featured-price span {
  color: var(--rk-muted);
  font-size: 14px;
}

.featured-price strong {
  color: var(--rk-red);
  font-size: 27px;
  line-height: 1;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #342f29;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.quantity-control input {
  width: 68px;
  height: 42px;
  border: 1px solid var(--rk-line);
  border-radius: 4px;
  padding: 0 10px;
  font: inherit;
  text-align: center;
}

.project-entry-section {
  background: #fff;
}

.project-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.project-category-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.74)), var(--project-bg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.project-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.2);
}

.project-category-card span {
  font-size: 25px;
  line-height: 1.05;
  font-weight: 900;
}

.project-category-card strong {
  margin-top: 7px;
  color: var(--rk-gold);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.center-action {
  justify-content: center;
  margin-top: 34px;
}\n
.installation-section {
  background: var(--rk-paper);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  counter-reset: process;
}

.process-card {
  position: relative;
  padding: 34px 28px;
  background: #fff;
  border: 1px solid var(--rk-line);
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.06);
}

.process-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  width: 29px;
  border-top: 2px solid var(--rk-gold);
}

.process-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border: 1px solid rgba(214, 170, 79, 0.8);
  border-radius: 999px;
  color: var(--rk-red);
  font-weight: 900;
}

.process-card h3,
.why-grid h3,
.social-panel h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2;
}

.process-card p,
.why-grid p {
  margin: 0;
  color: var(--rk-muted);
  font-size: 14px;
}

.why-section {
  background: #0d0c0b;
  color: #fff;
}

.invert h2 {
  color: #fff;
}

.invert .section-kicker {
  color: var(--rk-gold);
}

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

.why-grid article {
  padding: 34px 28px;
  border: 1px solid rgba(214, 170, 79, 0.3);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
}

.why-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid var(--rk-gold);
  border-radius: 999px;
  color: var(--rk-gold);
  font: 800 13px/1 "DM Mono", monospace;
}

.why-grid p {
  color: #bdb7aa;
}

.promotion-section {
  padding: 86px 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(214, 170, 79, 0.3), transparent 25%),
    radial-gradient(circle at 92% 80%, rgba(214, 170, 79, 0.22), transparent 22%),
    linear-gradient(135deg, var(--rk-red-dark), #c41e27);
  color: #fff;
}

.promotion-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
}

.gold-kicker {
  color: var(--rk-gold);
}

.promotion-copy h2 {
  margin: 0;
  font: 900 clamp(42px, 5vw, 70px)/0.95 "Manrope", Arial, sans-serif;
}

.promotion-copy p:not(.section-kicker) {
  margin: 18px 0 0;
  font-size: 19px;
  color: #f7e6d3;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 480px;
  margin-top: 34px;
}

.countdown-grid div {
  min-height: 92px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.countdown-grid strong {
  display: block;
  font-size: 32px;
  line-height: 1;
}

.countdown-grid span {
  margin-top: -12px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.promo-product-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--rk-black);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.promo-product-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 6px;
}

.promo-product-card p {
  margin: 4px 0 6px;
  color: var(--rk-red);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.promo-product-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.12;
}

.promo-product-card span,
.promo-product-card strong {
  display: block;
}

.promo-product-card strong {
  margin: 3px 0 16px;
  color: var(--rk-red);
  font-size: 22px;
}

.contact-section {
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.2fr 0.82fr;
  gap: 24px;
  align-items: stretch;
}

.contact-info-panel,
.social-panel,
.map-panel {
  border: 1px solid var(--rk-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.07);
}

.contact-info-panel,
.social-panel {
  padding: 30px;
}

.contact-info-panel div + div {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--rk-line);
}

.contact-info-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--rk-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-info-panel a,
.contact-info-panel p {
  margin: 0;
  color: var(--rk-black);
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.map-panel {
  overflow: hidden;
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}

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

.social-grid a {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 1px solid var(--rk-line);
  border-radius: 4px;
  color: var(--rk-red);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.social-grid a:hover {
  background: var(--rk-red);
  border-color: var(--rk-red);
  color: #fff;
}

.premium-footer {
  background: #080807;
  color: #fff;
  padding: 70px 0 24px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 34px;
}

.footer-main h3 {
  margin: 0 0 18px;
  color: var(--rk-gold);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-main a,
.footer-main p {
  display: block;
  margin: 0 0 10px;
  color: #d5d1c8;
  text-decoration: none;
  font-size: 14px;
}

.footer-main a:hover {
  color: var(--rk-gold);
}

.footer-wordmark span {
  color: #fff;
}

.footer-brand p {
  margin-top: 20px;
  color: #d5d1c8;
}

.footer-bottom-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #9b9488;
  font-size: 12px;
}

.footer-bottom-line nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-bottom-line a {
  color: #bdb7aa;
  text-decoration: none;
}

.footer-bottom-line a:hover {
  color: var(--rk-gold);
}

@media (max-width: 1120px) {
  .premium-nav-wrap {
    grid-template-columns: auto auto auto;
  }

  .premium-nav-toggle {
    display: block;
    justify-self: end;
  }

  .premium-nav {
    display: none;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    padding: 20px 24px;
    background: rgba(0, 0, 0, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

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

  .product-category-grid,
  .project-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featured-product-grid,
  .promotion-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .featured-product-card {
    grid-template-columns: 0.75fr 1fr;
  }

  .process-grid,
  .why-grid,
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-card::after {
    display: none;
  }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 32px, 620px);
  }

  .premium-nav-wrap {
    height: 76px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .premium-wordmark span {
    font-size: 34px;
  }

  .premium-nav {
    top: 76px;
  }

  .header-call {
    grid-column: 1 / -1;
    justify-self: start;
    min-height: 40px;
    padding: 0 14px;
    display: none;
  }

  .premium-header::after {
    content: "(518) 855-1668  |  (929) 520-6789";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 74px;
    z-index: 25;
    color: #fff;
    font: 800 11px/1 "Manrope", Arial, sans-serif;
    letter-spacing: 0.02em;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.74);
    white-space: nowrap;
  }

  .premium-hero {
    min-height: 720px;
    height: 100vh;
    max-height: none;
  }

  .premium-hero-media {
    background-position: 64% center;
  }

  .premium-hero-content {
    box-sizing: border-box;
    padding-top: 124px;
    width: min(100% - 32px, 560px);
    margin-left: auto;
    margin-right: auto;
  }

  .premium-hero h1 {
    font-size: clamp(40px, 13.6vw, 58px);
    line-height: 0.9;
    max-width: 100%;
  }

  .hero-subtitle {
    font-size: 16px;
    max-width: 330px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .premium-section {
    padding: 70px 0;
  }

  .product-category-grid,
  .project-category-grid,
  .featured-product-grid,
  .process-grid,
  .why-grid,
  .promo-product-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .featured-product-card,
  .promo-product-card {
    grid-template-columns: 1fr;
  }

  .featured-product-media img {
    min-height: 340px;
  }

  .project-category-card {
    min-height: 230px;
  }

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

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

@media (max-width: 520px) {
  .premium-wordmark span {
    font-size: 30px;
  }

  .premium-nav-wrap {
    height: 72px;
  }

  .premium-nav {
    top: 72px;
  }

  .premium-header::after {
    top: 70px;
    font-size: 10px;
  }

  .premium-hero-content {
    padding-top: 128px;
    width: calc(100% - 28px);
  }

  .premium-hero h1 {
    font-size: clamp(38px, 12.8vw, 52px);
  }

  .hero-subtitle {
    font-size: 15px;
    line-height: 1.36;
  }

  .premium-button {
    width: 100%;
    min-width: 0;
  }
}
