:root {
  --bg: #fff9f5;
  --surface: #fffdfb;
  --surface-soft: #f9ece5;
  --surface-deep: #d9b062;
  --surface-deep-2: #c79a4f;
  --text: #5a3d44;
  --heading: #7d4657;
  --muted: #8a6a70;
  --line: rgba(125, 70, 87, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(125, 70, 87, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.65;
  background:
    radial-gradient(circle at top left, rgba(232, 188, 150, 0.2), transparent 24%),
    radial-gradient(circle at top right, rgba(239, 209, 171, 0.28), transparent 24%),
    linear-gradient(180deg, #fffefd 0%, var(--bg) 34%, #fff8f3 100%);
}

a {
  color: inherit;
}

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

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

.site-header {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 10% 12%, rgba(236, 199, 160, 0.28), transparent 20%),
    radial-gradient(circle at 88% 12%, rgba(236, 199, 160, 0.28), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 240, 0.96));
  border-bottom: 1px solid rgba(199, 154, 79, 0.16);
}

.header-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(236, 199, 160, 0.16), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.3), transparent 30%);
  pointer-events: none;
}

.header-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 0 1.6rem;
}

.header-info {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.header-info-right {
  justify-self: end;
}

.header-info p,
.header-info strong {
  margin: 0;
}

.header-info p {
  color: var(--muted);
  font-size: 0.92rem;
}

.header-info strong {
  font-size: 1.05rem;
  color: var(--heading);
}

.info-icon {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e6c073, #cfa053);
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(207, 160, 83, 0.28);
}

.brand {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  text-decoration: none;
}

.brand img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid rgba(217, 176, 98, 0.6);
  box-shadow: 0 14px 28px rgba(125, 70, 87, 0.12);
}

.brand-copy {
  display: grid;
  justify-items: center;
  line-height: 0.9;
}

.brand-title,
.brand-subtitle,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.brand-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--heading);
}

.brand-subtitle {
  font-size: 1.45rem;
  color: #d39a8f;
  font-weight: 700;
}

.nav-shell {
  position: relative;
  z-index: 1;
  background: var(--surface-deep);
}

.nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0.75rem 0;
}

.nav a {
  padding: 0.8rem 1.45rem;
  border-radius: 999px;
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.nav a:hover,
.nav a.is-active {
  background: rgba(255, 243, 232, 0.28);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: min(78vh, 920px);
  display: grid;
  align-items: center;
  overflow: clip;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  background-image:
    linear-gradient(180deg, rgba(96, 52, 64, 0.12), rgba(63, 24, 29, 0.48)),
    url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center center;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    radial-gradient(circle at 18% 78%, rgba(232, 180, 95, 0.34), transparent 18%),
    linear-gradient(90deg, rgba(72, 30, 40, 0.56) 0%, rgba(72, 30, 40, 0.16) 46%, rgba(72, 30, 40, 0.5) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 8rem 0 10rem;
}

.hero-kicker,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-kicker {
  margin: 0 0 1rem;
  color: rgba(255, 235, 220, 0.96);
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  color: var(--heading);
  line-height: 0.96;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 6.2vw, 5.9rem);
  color: var(--white);
  text-shadow: 0 10px 34px rgba(53, 16, 22, 0.34);
}

h2 {
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

p {
  margin: 0 0 1rem;
}

.hero-lead {
  max-width: 38rem;
  color: rgba(255, 245, 236, 0.96);
  font-size: clamp(1rem, 1vw + 0.8rem, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #d8b063, #c7964d);
  color: var(--white);
  box-shadow: 0 18px 32px rgba(125, 70, 87, 0.24);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 234, 226, 0.5);
  background: rgba(255, 248, 245, 0.1);
  backdrop-filter: blur(10px);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  z-index: 1;
  display: flex;
  gap: 0.55rem;
  transform: translateX(-50%);
}

.hero-dots span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(230, 192, 115, 0.72);
}

.hero-dots .is-active {
  background: var(--white);
}

.welcome,
.soft-section,
.contact-section,
.legal-section {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.welcome {
  background:
    radial-gradient(circle at 70% 0%, rgba(235, 189, 205, 0.34), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 243, 0.94));
}

.soft-section {
  background: linear-gradient(180deg, rgba(250, 237, 230, 0.88), rgba(255, 251, 247, 0.96));
}

.contact-section {
  background: var(--surface);
}

.legal-section {
  background: linear-gradient(180deg, rgba(255, 249, 243, 0.96), rgba(245, 232, 220, 0.72));
}

.section-head {
  margin-bottom: 2.2rem;
}

.section-head.center {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.9rem;
  color: #c9974e;
}

.section-head p:last-child {
  color: var(--muted);
}

.feature-grid,
.contact-grid,
.legal-grid,
.about-grid {
  display: grid;
  gap: 1.25rem;
}

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

.feature-card,
.contact-card,
.legal-card,
.about-panel {
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 1.65rem 1.4rem;
}

.card-label,
.contact-label,
.about-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  background: rgba(217, 176, 98, 0.18);
  color: #b97f48;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.about-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
}

.about-copy p {
  max-width: 58ch;
}

.about-panel {
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14)),
    linear-gradient(135deg, #9f5d71, #ddb16d);
  color: var(--white);
}

.about-panel h3,
.about-panel li {
  color: var(--white);
}

.about-list {
  margin: 1.25rem 0 0;
  padding-left: 1.1rem;
}

.about-list li + li {
  margin-top: 0.45rem;
}

.text-link {
  color: #a1586d;
  text-decoration: none;
  font-weight: 700;
}

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

.contact-card,
.legal-card {
  display: block;
  padding: 1.5rem 1.35rem;
  text-decoration: none;
}

.contact-card strong {
  display: block;
  margin: 0.8rem 0 0.6rem;
  font-size: 1.12rem;
  color: var(--heading);
}

.contact-card p:last-child,
.legal-card p:last-child {
  margin-bottom: 0;
}

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

.footer {
  background: #f7eadb;
  border-top: 1px solid rgba(199, 154, 79, 0.16);
}

.footer-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .header-top,
  .about-grid,
  .feature-grid,
  .contact-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .header-top {
    justify-items: center;
    text-align: center;
  }

  .header-info-right {
    justify-self: center;
  }

  .header-info {
    justify-content: center;
  }

  .about-copy {
    text-align: center;
  }

  .about-copy p {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 1rem, 100%);
  }

  .site-header {
    position: static;
  }

  .header-top {
    gap: 1.1rem;
    padding: 1.35rem 0 1.15rem;
  }

  .header-info {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(199, 154, 79, 0.14);
  }

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

  .brand-title {
    font-size: 2.5rem;
  }

  .brand-subtitle {
    font-size: 1.2rem;
  }

  .nav {
    gap: 0.45rem;
    padding: 0.6rem 0;
  }

  .nav a {
    flex: 1 1 calc(50% - 0.45rem);
    text-align: center;
    padding: 0.75rem 1rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 5rem 0 6.5rem;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-lead {
    max-width: 30rem;
    font-size: 1rem;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .feature-card,
  .contact-card,
  .legal-card,
  .about-panel {
    border-radius: 24px;
  }

  .footer-inner {
    min-height: auto;
    padding: 1rem 0 1.15rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .nav a {
    flex-basis: 100%;
  }

  .info-icon {
    width: 2.35rem;
    height: 2.35rem;
    flex-basis: 2.35rem;
    font-size: 0.68rem;
  }

  .header-info strong {
    font-size: 0.96rem;
  }

  .hero-content {
    padding-top: 4.4rem;
  }
}
