:root {
  --cream: #fbf6ee;
  --soft-white: #fffdf9;
  --rose: #e9bcc4;
  --rose-deep: #ad6979;
  --champagne: #d9be91;
  --beige: #e9dcca;
  --olive: #7c8763;
  --olive-dark: #4f5f45;
  --ink: #332c27;
  --muted: #736860;
  --line: rgba(92, 72, 60, 0.16);
  --shadow: 0 22px 55px rgba(89, 66, 48, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(251, 246, 238, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-initials {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(124, 135, 99, 0.45);
  border-radius: 50%;
  color: var(--olive-dark);
  background: var(--soft-white);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.brand-mark strong,
.site-footer strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.28rem;
  line-height: 1;
}

.brand-mark small,
.site-footer span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
}

.main-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--rose-deep);
}

.section-band,
.section-wrap {
  padding: clamp(64px, 10vw, 118px) clamp(20px, 5vw, 72px);
}

.section-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 6vw, 78px);
  min-height: calc(100vh - 78px);
  background:
    linear-gradient(115deg, rgba(255, 253, 249, 0.94) 0%, rgba(251, 246, 238, 0.86) 54%, rgba(233, 188, 196, 0.3) 100%),
    radial-gradient(circle at 88% 12%, rgba(124, 135, 99, 0.16), transparent 34%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--olive-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
}

h1 {
  max-width: 740px;
  font-size: clamp(3.4rem, 8vw, 7.2rem);
}

h2 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}

h3 {
  font-size: 1.72rem;
}

p {
  margin: 0;
  color: var(--muted);
}

.hero-subtitle {
  max-width: 640px;
  margin-top: 24px;
  font-size: clamp(1.03rem, 1.8vw, 1.25rem);
}

.hero-actions,
.connect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.link-card:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--rose-deep);
  box-shadow: 0 12px 28px rgba(173, 105, 121, 0.22);
}

.button-secondary {
  color: var(--olive-dark);
  background: var(--soft-white);
  border-color: rgba(124, 135, 99, 0.35);
}

.hero-media {
  position: relative;
  margin: 0;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.hero-media figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 260px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.split-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.split-content p,
.waterless-panel p,
.social p,
.connect-copy p {
  font-size: 1.05rem;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 32px;
}

.services-grid,
.featured-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.link-card,
.waterless-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.72);
  box-shadow: 0 16px 42px rgba(89, 66, 48, 0.07);
}

.service-card {
  min-height: 250px;
  padding: 26px;
}

.service-card-wide {
  grid-column: span 2;
}

.card-icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--rose-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.28rem;
  font-weight: 700;
}

.service-card p {
  margin-top: 14px;
}

.links-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.65), rgba(233, 220, 202, 0.46)),
    var(--beige);
}

.link-card {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.link-card:hover {
  border-color: rgba(173, 105, 121, 0.4);
}

.link-card span {
  color: var(--olive);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.link-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  line-height: 1;
}

.waterless-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 68px);
}

.waterless-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 9px;
  background: linear-gradient(var(--olive), var(--rose));
}

.waterless-panel p {
  max-width: 780px;
  margin-top: 18px;
}

.social,
.connect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.social div,
.connect-copy {
  max-width: 720px;
}

.connect {
  background: var(--soft-white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: var(--soft-white);
}

.site-footer span,
.site-footer nav {
  color: rgba(255, 253, 249, 0.68);
}

@media (max-width: 980px) {
  .site-header,
  .site-footer,
  .social,
  .connect {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav,
  .site-footer nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .hero,
  .split-content {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width: 620px) {
  .section-band,
  .section-wrap {
    padding-inline: 18px;
  }

  .brand-mark small {
    display: none;
  }

  .hero-media img {
    border-radius: 24px;
  }

  .hero-media figcaption {
    position: static;
    margin-top: 12px;
  }

  .services-grid,
  .featured-links {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card-wide {
    grid-column: auto;
    min-height: auto;
  }

  .button {
    width: 100%;
  }
}
