:root {
  --gold: #d4af37;
  --gold-soft: #e7c76e;
  --gold-deep: #b88a1c;
  --black: #0a0a0a;
  --black-soft: #141414;
  --black-card: #1a1a1a;
  --cream: #f6ecd8;
  --cream-soft: #fff9ef;
  --white: #ffffff;
  --ink: #0a0a0a;
  --ink-soft: #141414;
  --text-main: #f7f2e7;
  --text-dark: #1a1a1a;
  --card-bg: rgba(255, 255, 255, 0.97);
  --shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  --radius: 16px;
  --section-space: clamp(3.5rem, 7vw, 6rem);
  --container: min(1120px, 92vw);
  --speed: 260ms ease;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at 12% 14%, rgba(212, 175, 55, 0.14), transparent 45%),
    radial-gradient(circle at 87% 12%, rgba(255, 255, 255, 0.04), transparent 36%),
    linear-gradient(150deg, #0a0a0a 0%, #111111 42%, #080808 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(231, 199, 110, 0.45) 1.1px, transparent 0),
    linear-gradient(
      45deg,
      rgba(212, 175, 55, 0.1) 25%,
      transparent 25%,
      transparent 50%,
      rgba(212, 175, 55, 0.1) 50%,
      rgba(212, 175, 55, 0.1) 75%,
      transparent 75%,
      transparent
    );
  background-size: 22px 22px, 40px 40px;
  mask-image: radial-gradient(circle at center, black 46%, transparent 98%);
}

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

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
  background: rgba(246, 236, 216, 0.96);
  color: #20160f;
  border: 1px solid rgba(212, 175, 55, 0.35);
  z-index: 1000;
}

.skip-link:focus {
  left: 12px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: var(--section-space) 0;
  scroll-margin-top: 88px;
}

.section-title {
  color: var(--gold-soft);
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  letter-spacing: 0.5px;
  margin-bottom: 0.9rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.section-title::after {
  content: "";
  width: 62%;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gold), transparent);
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-intro {
  color: #eddcc4;
  max-width: 760px;
  margin-bottom: 1.8rem;
}

.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  background: rgba(10, 10, 10, 0.82);
}

.navbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--cream-soft);
  white-space: nowrap;
}

.brand-mark {
  width: 34px;
  aspect-ratio: 1;
  border: 1px solid rgba(231, 199, 110, 0.7);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-soft);
  font-size: 0.85rem;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.2), transparent 62%);
}

.nav-links {
  display: flex;
  gap: clamp(0.6rem, 1.5vw, 1.35rem);
  list-style: none;
  align-items: center;
  font-size: 0.96rem;
}

.nav-links a {
  color: #f0e3d0;
  padding: 0.42rem 0.52rem;
  border-radius: 8px;
  transition: color var(--speed), background-color var(--speed);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold-soft);
  background: rgba(212, 175, 55, 0.1);
  outline: none;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--cream-soft);
  border-radius: 8px;
  width: 42px;
  height: 42px;
  font-size: 1.2rem;
  cursor: pointer;
}

.hero {
  min-height: min(90vh, 820px);
  display: grid;
  align-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.6)),
    url("./assets/images/hero2.png") center / cover no-repeat;
  z-index: -2;
  filter: saturate(0.7) contrast(1.05);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(212, 175, 55, 0.2), transparent 42%),
    repeating-radial-gradient(circle at 0 0, rgba(212, 175, 55, 0.08) 0 2px, transparent 2px 14px);
  z-index: -1;
  mix-blend-mode: screen;
  opacity: 0.45;
}

.hero-content {
  max-width: 710px;
  padding: 4rem 0;
  animation: fadeUp 0.8s ease both;
}

.kicker {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.55rem);
  line-height: 1.12;
  margin-bottom: 0.85rem;
  color: var(--cream-soft);
}

.tagline {
  color: #f3e2c6;
  font-size: clamp(1.01rem, 2vw, 1.25rem);
  margin-bottom: 1rem;
  font-weight: 500;
}

.hero p {
  max-width: 62ch;
  color: #f4e8d6;
  margin-bottom: 1.55rem;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: linear-gradient(120deg, var(--gold), #b88a1c);
  color: #17120d;
  font-weight: 700;
  padding: 0.84rem 1.24rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(191, 143, 27, 0.35);
  transition: transform var(--speed), box-shadow var(--speed), filter var(--speed);
}

.cta-btn:hover,
.cta-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(191, 143, 27, 0.45);
  filter: brightness(1.06);
  outline: none;
}

.about-card {
  background: linear-gradient(130deg, rgba(26, 26, 26, 0.95), rgba(10, 10, 10, 0.9));
  border: 1px solid rgba(231, 199, 110, 0.28);
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: #f8f4ea;
}

.products-grid,
.why-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.product-card {
  grid-column: span 4;
  background: var(--card-bg);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: var(--radius);
  color: var(--text-dark);
  overflow: hidden;
  transition: transform var(--speed), box-shadow var(--speed);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.product-image {
  aspect-ratio: 16 / 11;
  width: 100%;
  object-fit: cover;
  background: rgba(10, 10, 10, 0.06);
}

.product-content {
  padding: 1rem 1rem 1.2rem;
}

.product-content h3 {
  color: var(--black);
  margin-bottom: 0.38rem;
  font-size: 1.08rem;
}

.product-content p {
  color: #444444;
  font-size: 0.95rem;
}

.service-item {
  grid-column: span 6;
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.92), rgba(10, 10, 10, 0.88));
  color: #f0e8d8;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-left: 4px solid var(--gold);
  padding: 1.2rem 1.2rem 1.2rem 1.15rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  min-height: 120px;
}

.service-item h3 {
  color: var(--gold-soft);
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.service-item p {
  color: #ddd5c8;
  font-size: 0.92rem;
  line-height: 1.55;
}

.service-item .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(212, 175, 55, 0.18);
  color: var(--gold-soft);
  font-size: 1rem;
  margin-top: 0.1rem;
}

.why-item {
  grid-column: span 4;
  background: rgba(255, 255, 255, 0.96);
  color: #1a1a1a;
  border-radius: 14px;
  border-left: 4px solid var(--gold);
  padding: 1rem 1rem 1rem 1.15rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 76px;
}

.why-item .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(212, 175, 55, 0.22);
  color: #7a5414;
  font-size: 1rem;
}

.owner-card {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: start;
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.95), rgba(10, 10, 10, 0.9));
  border-radius: var(--radius);
  padding: clamp(1.2rem, 3vw, 1.9rem);
  border: 1px solid rgba(231, 199, 110, 0.28);
  box-shadow: var(--shadow);
}

.owner-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  border: 2px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.owner-info {
  color: #f0e8d8;
}

.owner-info p {
  margin-bottom: 0.85rem;
}

.owner-name {
  color: var(--cream-soft);
  font-size: clamp(1.3rem, 2.6vw, 1.65rem);
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.owner-role {
  color: var(--gold-soft);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.contact-card {
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.92), rgba(10, 10, 10, 0.88));
  border-radius: var(--radius);
  padding: clamp(1.2rem, 3vw, 1.9rem);
  border: 1px solid rgba(231, 199, 110, 0.28);
  box-shadow: var(--shadow);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.contact-list {
  list-style: none;
  display: grid;
  gap: 0.8rem;
  color: #f6e9d6;
}

.contact-list strong {
  color: var(--gold-soft);
  font-weight: 600;
  display: inline-block;
  min-width: 82px;
}

.contact-list a {
  color: #f6e9d6;
  transition: color var(--speed);
}

.contact-list a:hover {
  color: var(--gold-soft);
}

.map-frame {
  width: 100%;
  min-height: 280px;
  border-radius: 12px;
  border: 1px solid rgba(231, 199, 110, 0.3);
  overflow: hidden;
  background: rgba(20, 15, 11, 0.3);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.1) contrast(1.1);
}

footer {
  border-top: 1px solid rgba(231, 199, 110, 0.25);
  margin-top: 2rem;
  background: rgba(10, 10, 10, 0.92);
}

.footer-inner {
  width: var(--container);
  margin-inline: auto;
  min-height: 78px;
  display: grid;
  gap: 0.3rem;
  align-content: center;
  text-align: center;
  color: #e8dac5;
  padding: 1rem 0;
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@media (max-width: 900px) {
  .product-card {
    grid-column: span 6;
  }

  .why-item {
    grid-column: span 6;
  }

  .service-item {
    grid-column: span 12;
  }

  .owner-card {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

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

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    right: 4vw;
    left: 4vw;
    display: grid;
    gap: 0.4rem;
    background: rgba(10, 10, 10, 0.97);
    border: 1px solid rgba(231, 199, 110, 0.3);
    border-radius: 12px;
    padding: 0.7rem;
    transform: scaleY(0.92);
    transform-origin: top;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--speed), transform var(--speed);
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
  }

  .product-card,
  .why-item,
  .service-item {
    grid-column: span 12;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
