:root {
  --charcoal: #2F3338;
  --vineyard-green: #8C9772;
  --stone-beige: #D8D2C8;
  --linen: #F3F0E9;
  --white: #FFFFFF;
  --sand-gold: #C8A66A;
  --soft-shadow: rgba(47, 51, 56, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--charcoal);
  font-family: "Manrope", Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(216, 210, 200, 0.38), transparent 34rem),
    linear-gradient(135deg, var(--white) 0%, var(--linen) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(255,255,255,0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.55) 1px, transparent 1px);
  background-size: 48px 48px;
  mix-blend-mode: soft-light;
}

.page-shell {
  width: 100%;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 5vw, 5rem);
}

.hero-card {
  width: min(100%, 980px);
  padding: clamp(2.25rem, 7vw, 6.5rem) clamp(1.5rem, 6vw, 5.5rem);
  position: relative;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(216, 210, 200, 0.72);
  box-shadow: 0 28px 80px var(--soft-shadow);
  backdrop-filter: blur(8px);
}

.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.hero-card::before {
  width: 24rem;
  height: 24rem;
  right: -13rem;
  top: -13rem;
  border: 1px solid rgba(200, 166, 106, 0.26);
}

.hero-card::after {
  width: 20rem;
  height: 20rem;
  left: -11rem;
  bottom: -12rem;
  border: 1px solid rgba(140, 151, 114, 0.22);
}

.brand-logo {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 auto clamp(2rem, 4vw, 3.4rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--sand-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin: 0 auto;
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.05rem, 4.8vw, 3.7rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.intro {
  max-width: 690px;
  margin: clamp(1.2rem, 3vw, 1.8rem) auto 0;
  color: rgba(47, 51, 56, 0.76);
  font-size: clamp(1rem, 1.7vw, 1.14rem);
  line-height: 1.8;
  font-weight: 300;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 780px;
  margin: clamp(1.8rem, 4vw, 2.7rem) auto 0;
}

.service-list span {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(216, 210, 200, 0.82);
  color: rgba(47, 51, 56, 0.72);
  background: rgba(243, 240, 233, 0.55);
  font-size: 0.76rem;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-panel {
  margin: clamp(2rem, 5vw, 3.4rem) auto 0;
  padding: clamp(1.3rem, 3vw, 1.8rem);
  max-width: 560px;
  border-top: 1px solid rgba(200, 166, 106, 0.42);
  border-bottom: 1px solid rgba(200, 166, 106, 0.42);
}

.contact-panel p {
  margin: 0 0 0.55rem;
  color: rgba(47, 51, 56, 0.6);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-panel a {
  color: var(--vineyard-green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.2;
  text-decoration: none;
}

.contact-panel a:hover,
.contact-panel a:focus-visible,
.social-links a:hover,
.social-links a:focus-visible {
  color: var(--charcoal);
  text-decoration: underline;
  text-underline-offset: 0.28em;
}

.social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: clamp(1.4rem, 3vw, 2rem) auto 0;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(216, 210, 200, 0.82);
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.social-links svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: var(--vineyard-green);
  flex: 0 0 auto;
}

.location-line {
  margin: clamp(1.2rem, 3vw, 1.8rem) auto 0;
  color: rgba(47, 51, 56, 0.54);
  font-size: 0.92rem;
  line-height: 1.7;
}

@media (max-width: 680px) {
  .page-shell {
    padding: 1rem;
  }

  .hero-card {
    min-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .brand-logo {
    width: min(100%, 420px);
    margin-bottom: 1.85rem;
  }

  h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .service-list span {
    width: 100%;
  }

  .contact-panel a {
    overflow-wrap: anywhere;
  }
}
