:root {
  --espresso: #1d1009;
  --walnut: #2b190f;
  --mahogany: #5c2517;
  --deep-green: #123728;
  --sage: #c6d5b2;
  --cream: #fff6e6;
  --linen: #f3e4c9;
  --copper: #bd7442;
  --gold: #d7ad67;
  --shadow: 0 26px 90px rgba(16, 8, 3, 0.34);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max-width: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--espresso);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(215, 173, 103, 0.20), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(92, 37, 23, 0.46), transparent 36rem),
    linear-gradient(145deg, var(--espresso) 0%, var(--walnut) 48%, #130b07 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 46%, rgba(255, 246, 230, 0.045) 46% 47%, transparent 47% 100%),
    linear-gradient(60deg, transparent 0 46%, rgba(255, 246, 230, 0.035) 46% 47%, transparent 47% 100%);
  background-size: 88px 88px;
  opacity: 0.38;
  mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
}

a {
  color: inherit;
}

.site-shell {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 22px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.96fr);
  min-height: calc(100vh - 166px);
  overflow: hidden;
  border: 1px solid rgba(255, 246, 230, 0.16);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(140deg, rgba(255, 246, 230, 0.12), rgba(255, 246, 230, 0.035)),
    linear-gradient(145deg, rgba(46, 25, 15, 0.96), rgba(18, 10, 6, 0.98));
  box-shadow: var(--shadow);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -36% -12%;
  height: 380px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, rgba(18, 55, 40, 0.96), rgba(18, 55, 40, 0.2) 58%, transparent 72%);
}

.hero__copy {
  position: relative;
  z-index: 2;
  padding: clamp(30px, 5.8vw, 68px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(42px, 8vw, 92px);
  text-decoration: none;
}

.brand img {
  width: 82px;
  height: 82px;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.24));
}

.brand span {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  letter-spacing: 0.02em;
}

.brand em {
  margin-top: 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--copper));
}

h1 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7.7vw, 6.55rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.058em;
}

.intro {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 246, 230, 0.78);
  font-size: clamp(1rem, 1.35vw, 1.17rem);
  line-height: 1.76;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 26px;
  color: #1c1008;
  font-weight: 900;
  text-decoration: none;
  background: linear-gradient(135deg, #f4d493, var(--gold) 55%, #b96b38);
  box-shadow: 0 18px 34px rgba(189, 116, 66, 0.28);
  transition: transform 180ms ease, filter 180ms ease;
}

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

.info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.info-strip span {
  border: 1px solid rgba(255, 246, 230, 0.15);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(255, 246, 230, 0.78);
  background: rgba(255, 246, 230, 0.08);
  backdrop-filter: blur(14px);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__visual {
  position: relative;
  min-height: 520px;
  align-self: stretch;
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 28px 28px 28px 0;
  border: 1px solid rgba(255, 246, 230, 0.1);
  border-radius: 32px;
  background:
    radial-gradient(circle at 48% 18%, rgba(255, 246, 230, 0.24), transparent 15rem),
    linear-gradient(180deg, rgba(255, 246, 230, 0.09), rgba(255, 246, 230, 0.02));
}

.hero__visual img {
  position: absolute;
  right: clamp(-140px, -7vw, -64px);
  bottom: -4px;
  width: min(760px, 116%);
  max-width: none;
  filter: drop-shadow(0 28px 46px rgba(0, 0, 0, 0.36));
  animation: settle 7s ease-in-out infinite;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 22px;
  border: 1px solid rgba(255, 246, 230, 0.15);
  border-radius: var(--radius-md);
  padding: 22px;
  background: rgba(255, 246, 230, 0.075);
  box-shadow: 0 16px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.label {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.phone-card {
  display: grid;
  min-width: min(100%, 286px);
  justify-items: start;
  border-radius: 18px;
  padding: 16px 18px;
  color: var(--espresso);
  text-decoration: none;
  background: var(--linen);
}

.phone-card span {
  color: rgba(29, 16, 9, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.phone-card strong {
  margin-top: 4px;
  font-size: 1.35rem;
}

.footer {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 30px;
  color: rgba(255, 246, 230, 0.54);
  text-align: center;
}

.footer p {
  margin: 0;
  font-size: 0.9rem;
}

@keyframes settle {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-0.15deg);
  }
  50% {
    transform: translate3d(-7px, -8px, 0) rotate(0.25deg);
  }
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    padding-bottom: 24px;
  }

  .brand {
    margin-bottom: 54px;
  }

  .hero__visual {
    min-height: 350px;
    order: 2;
  }

  .hero__visual::before {
    inset: 0 18px 24px;
  }

  .hero__visual img {
    right: 50%;
    bottom: -16px;
    width: min(720px, 124vw);
    transform: translateX(50%);
    animation: none;
  }

  .contact-card {
    align-items: stretch;
    flex-direction: column;
  }

  .phone-card {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-shell {
    width: min(100% - 20px, var(--max-width));
    padding-top: 10px;
  }

  .hero {
    border-radius: 24px;
  }

  .hero__copy {
    padding: 26px 22px 18px;
  }

  .brand {
    gap: 12px;
    margin-bottom: 44px;
  }

  .brand img {
    width: 66px;
    height: 66px;
  }

  .brand em {
    letter-spacing: 0.16em;
  }

  h1 {
    font-size: clamp(2.6rem, 14vw, 4.4rem);
  }

  .button {
    width: 100%;
  }

  .info-strip {
    display: grid;
  }

  .contact-card {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
