@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Great+Vibes&family=Inter:wght@400;500;600;700;800&family=Italiana&display=swap");

:root {
  --brand-red: #b20f19;
  --brand-red-deep: #6d080d;
  --brand-gold: #c7a15a;
  --brand-ink: #11100e;
  --brand-charcoal: #171412;
  --brand-paper: #f7f3eb;
  --brand-soft: #fbfaf7;
  --brand-line: rgba(17, 16, 14, 0.14);
  --brand-muted: #6f675b;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: var(--brand-soft);
  color: var(--brand-ink);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.container {
  width: min(1260px, calc(100% - 64px));
}

.premium-header {
  position: absolute;
  background: transparent !important;
  border: 0;
}

.premium-nav-wrap {
  height: 112px;
  gap: 34px;
}

.premium-wordmark span {
  font-family: "Great Vibes", "Cormorant Garamond", serif;
  font-size: 51px;
  line-height: 0.88;
  font-weight: 400;
}

.premium-wordmark .word-red,
.premium-wordmark span:first-child {
  color: #f12a34;
}

.premium-wordmark .word-gold {
  color: #e0bd69;
}

.premium-nav {
  gap: clamp(18px, 2.15vw, 34px);
}

.premium-nav a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-shadow: none;
}

.premium-nav a:hover {
  color: #e0bd69;
}

.header-call {
  min-height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
}

.header-call:hover {
  box-shadow: none;
}

.call-icon {
  display: none;
}

.header-call strong {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: right;
}

.premium-hero {
  min-height: 760px;
  height: 100vh;
  max-height: none;
  align-items: center;
  background: #080706;
}

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

.premium-hero-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.08) 36%, rgba(0, 0, 0, 0.3)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 33%, rgba(0, 0, 0, 0.12) 65%, rgba(0, 0, 0, 0.05) 100%);
}

.premium-hero-content {
  width: min(590px, 45vw);
  margin-left: 0;
  padding-top: 86px;
}

.section-kicker {
  margin-bottom: 20px;
  color: var(--brand-red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.hero-kicker {
  color: #e0bd69;
}

.premium-hero h1 {
  max-width: 620px;
  font-family: "Italiana", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(66px, 6.4vw, 118px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0.01em;
  text-transform: none;
}

.premium-hero h1 strong {
  margin-top: 8px;
  color: #f3efe6;
  font-weight: 400;
}

.premium-hero h1 span {
  color: #fff;
}

.hero-subtitle {
  max-width: 490px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 500;
  line-height: 1.22;
}

.hero-actions {
  margin-top: 42px;
  gap: 18px;
}

.premium-button {
  min-height: 52px;
  padding: 0 30px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  box-shadow: none !important;
}

.red-button {
  background: var(--brand-red);
  color: #fff;
}

.red-button:hover {
  background: #8f0b13;
}

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

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

.outline-dark {
  background: transparent;
  border-color: rgba(17, 16, 14, 0.42);
  color: var(--brand-ink);
}

.outline-dark:hover,
.black-button:hover {
  background: var(--brand-ink);
  color: #fff;
}

.premium-section {
  padding: clamp(96px, 10vw, 150px) 0;
}

.premium-section-heading {
  max-width: 820px;
  margin: 0 auto 56px;
}

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

.premium-section-heading h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.01em;
}

.premium-section-heading p:last-child {
  max-width: 700px;
  color: var(--brand-muted);
  font-size: 17px;
  line-height: 1.7;
}

.product-categories,
.project-entry-section,
.contact-section {
  background: var(--brand-soft);
}

.product-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--brand-line);
  border: 1px solid var(--brand-line);
}

.category-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  background: #fffdf8;
}

.category-card:hover {
  transform: none;
  box-shadow: none;
}

.category-card img {
  aspect-ratio: 1.38;
  filter: saturate(0.85) contrast(1.02);
}

.category-icon {
  display: none;
}

.category-card h3 {
  min-height: 0;
  padding: 30px 30px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 600;
}

.category-card p {
  margin: 12px 0 34px;
  padding: 0 30px;
  color: var(--brand-muted);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.category-card.active p {
  color: var(--brand-red);
}

.featured-products {
  background: #efe8db;
}

.featured-product-grid {
  gap: 1px;
  background: rgba(17, 16, 14, 0.16);
  border: 1px solid rgba(17, 16, 14, 0.16);
}

.featured-product-card {
  grid-template-columns: 1.03fr 0.97fr;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fffaf1;
}

.featured-product-media {
  border-radius: 0;
  background: #e9e0d1;
}

.featured-product-media img {
  min-height: 560px;
  filter: saturate(0.92);
}

.featured-product-body {
  padding: 52px 48px;
}

.product-rating {
  color: var(--brand-gold);
  font-size: 12px;
}

.featured-product-body .product-code {
  color: var(--brand-red);
  font-size: 11px;
  letter-spacing: 0.22em;
}

.featured-product-body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 0.98;
}

.feature-list {
  gap: 12px;
  margin: 28px 0;
}

.feature-list li {
  color: var(--brand-muted);
  font-size: 14px;
}

.feature-list li::before {
  width: 5px;
  height: 5px;
  background: var(--brand-gold);
}

.featured-price strong {
  color: var(--brand-red);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  font-weight: 700;
}

.quantity-control input {
  border-radius: 0;
  background: transparent;
}

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

.project-category-card {
  min-height: 420px;
  border-radius: 0;
  box-shadow: none;
  padding: 32px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.74)), var(--project-bg);
}

.project-category-card:hover {
  transform: none;
  box-shadow: none;
}

.project-category-card span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 39px;
  font-weight: 600;
}

.project-category-card strong {
  color: #e0bd69;
  letter-spacing: 0.18em;
}

.installation-section {
  background: var(--brand-paper);
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--brand-line);
  border: 1px solid var(--brand-line);
}

.process-card {
  padding: 46px 34px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fffaf1;
  text-align: left;
}

.process-card:not(:last-child)::after {
  display: none;
}

.process-icon {
  margin: 0 0 34px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  place-items: start;
  color: var(--brand-gold);
  font-size: 13px;
  letter-spacing: 0.18em;
}

.process-card h3,
.why-grid h3,
.social-panel h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  font-weight: 600;
}

.process-card p,
.why-grid p {
  color: var(--brand-muted);
  line-height: 1.7;
}

.why-section {
  background: #11100e;
}

.why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.why-grid article {
  padding: 46px 34px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.035);
}

.why-icon {
  width: auto;
  height: auto;
  margin-bottom: 28px;
  border: 0;
  border-radius: 0;
  place-items: start;
  color: #e0bd69;
  letter-spacing: 0.18em;
}

.promotion-section {
  padding: clamp(90px, 10vw, 140px) 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 42%),
    linear-gradient(135deg, #5e070b, #a60e16 48%, #c28f3d 100%);
}

.promotion-layout {
  grid-template-columns: 0.85fr 1.15fr;
}

.promotion-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 600;
  line-height: 0.96;
}

.promotion-copy p:not(.section-kicker) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
}

.countdown-grid div {
  border-radius: 0;
}

.promo-product-card {
  border-radius: 0;
  box-shadow: none;
  background: #fffaf1;
}

.promo-product-card img {
  border-radius: 0;
}

.promo-product-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.contact-grid {
  gap: 1px;
  background: var(--brand-line);
  border: 1px solid var(--brand-line);
}

.contact-info-panel,
.map-panel,
.social-panel {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fffaf1 !important;
}

.contact-info-panel span {
  color: var(--brand-muted);
  letter-spacing: 0.16em;
}

.contact-info-panel a,
.contact-info-panel p {
  color: var(--brand-ink);
}

.premium-footer {
  background: #0d0c0b;
}

.footer-wordmark span {
  font-family: "Great Vibes", "Cormorant Garamond", serif;
}

.site-header.premium-header {
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.premium-hero h1,
.premium-hero h1 span,
.premium-hero h1 strong {
  font-family: "Italiana", "Cormorant Garamond", Georgia, serif !important;
  text-transform: none !important;
}

@media (min-width: 641px) {
  .hero-actions {
    flex-direction: row !important;
    align-items: center !important;
  }

  .hero-actions .premium-button {
    width: auto !important;
  }
}

@media (max-width: 1180px) {
  .premium-nav {
    gap: 16px;
  }

  .premium-nav a {
    font-size: 12px;
  }

  .header-call {
    display: none;
  }
}

@media (max-width: 920px) {
  .container {
    width: min(100% - 36px, 720px);
  }

  .premium-nav-wrap {
    height: 88px;
    background: transparent !important;
  }

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

  .premium-nav-toggle {
    display: block;
    justify-self: end;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.54);
    background: rgba(0, 0, 0, 0.1);
  }

  .premium-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 78px;
    display: none;
    padding: 20px;
    background: rgba(17, 16, 14, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  .premium-nav.is-open,
  .nav.is-open {
    display: grid;
  }

  .premium-hero {
    min-height: 720px;
    height: auto;
    margin-top: 0 !important;
  }

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

  .premium-hero-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0.62)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.1));
  }

  .premium-hero-content {
    width: min(100%, 560px);
    padding-top: 150px;
    padding-bottom: 72px;
  }

  .premium-hero h1 {
    font-size: clamp(54px, 15vw, 86px);
  }

  .hero-subtitle {
    font-size: 23px;
  }

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

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

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

  .promotion-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 420px);
  }

  .premium-nav-wrap {
    grid-template-columns: auto auto;
    height: 82px;
    background: transparent !important;
  }

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

  .premium-hero {
    min-height: 690px;
  }

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

  .premium-hero-content {
    padding-top: 136px;
  }

  .premium-hero h1 {
    font-size: clamp(48px, 18vw, 70px);
    line-height: 0.9;
  }

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

  .hero-actions,
  .featured-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .premium-button {
    width: 100%;
    padding: 0 20px;
  }

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

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

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

  .premium-section-heading h2 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .featured-product-body,
  .process-card,
  .why-grid article {
    padding: 34px 26px;
  }

  .featured-product-body h3 {
    font-size: 34px;
  }

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

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