:root {
  --ink: #1e1518;
  --muted: #74666b;
  --rose: #b65f78;
  --rose-dark: #7e2946;
  --blush: #f7e5ea;
  --gold: #c79a46;
  --ivory: #fffaf6;
  --line: rgba(30, 21, 24, 0.12);
  --shadow: 0 24px 70px rgba(72, 31, 45, 0.16);
  --radius: 8px;
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  min-width: 320px;
}

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

.site-shell {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 24px clamp(18px, 4vw, 56px) 42px;
  isolation: isolate;
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__media {
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.98) 0%, rgba(255, 250, 246, 0.88) 42%, rgba(255, 250, 246, 0.32) 70%),
    url("https://images.unsplash.com/photo-1596462502278-27bfdc403348?auto=format&fit=crop&w=1800&q=85") center / cover;
}

.hero__overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 82% 18%, rgba(199, 154, 70, 0.23), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 246, 0.12), rgba(255, 250, 246, 0.94) 92%);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(126, 41, 70, 0.22);
  background: rgba(255, 250, 246, 0.82);
  color: var(--rose-dark);
  font-family: Georgia, serif;
  font-size: 1.45rem;
  box-shadow: 0 10px 30px rgba(126, 41, 70, 0.12);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 2px;
}

.quick-nav {
  display: flex;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(30, 21, 24, 0.1);
  background: rgba(255, 250, 246, 0.78);
  backdrop-filter: blur(14px);
}

.quick-nav a {
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 0 16px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.86rem;
}

.quick-nav a:hover {
  color: var(--rose-dark);
}

.hero__content {
  width: min(1180px, 100%);
  margin: 0 auto;
  align-self: center;
  padding: 76px 0 42px;
}

.eyebrow,
.section-heading p,
.contact-band p {
  margin: 0 0 12px;
  color: var(--rose-dark);
  font-size: 0.88rem;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 8vw, 7.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: #403137;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.9;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button--primary {
  color: white;
  background: var(--rose-dark);
  box-shadow: 0 18px 36px rgba(126, 41, 70, 0.22);
}

.button--ghost {
  color: var(--rose-dark);
  border-color: rgba(126, 41, 70, 0.22);
  background: rgba(255, 250, 246, 0.72);
}

.button--dark {
  color: white;
  background: var(--ink);
}

.trust-strip {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.trust-strip span {
  padding: 9px 13px;
  border: 1px solid rgba(126, 41, 70, 0.16);
  background: rgba(255, 250, 246, 0.72);
  color: var(--rose-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.launch-panel {
  position: absolute;
  left: clamp(18px, 4vw, 56px);
  bottom: 40px;
  width: min(360px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid rgba(255, 250, 246, 0.42);
  background: rgba(30, 21, 24, 0.72);
  color: white;
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.launch-panel__label {
  color: #f6d892;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-panel strong {
  display: block;
  margin-top: 8px;
  font-size: 1.18rem;
}

.launch-panel p {
  margin: 10px 0 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.launch-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.launch-status span {
  min-height: 72px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.launch-status strong,
.launch-status small {
  display: block;
}

.launch-status strong {
  font-size: 1.35rem;
}

.launch-status small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  line-height: 1.4;
}

.categories {
  padding: 78px clamp(18px, 4vw, 56px);
  background: var(--ivory);
}

.section-heading {
  width: min(1180px, 100%);
  margin: 0 auto 28px;
}

.section-heading h2,
.contact-band h2 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.15;
}

.category-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.category-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 18px 46px rgba(72, 31, 45, 0.07);
}

.category-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: var(--rose-dark);
  border: 1px solid rgba(126, 41, 70, 0.16);
  background: var(--blush);
}

.category-card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.category-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.contact-band {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 44px clamp(18px, 4vw, 56px);
  background: var(--blush);
  border-top: 1px solid rgba(126, 41, 70, 0.12);
}

address {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.6;
}

address a {
  color: var(--rose-dark);
  font-weight: 900;
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-bottom: 28px;
  }

  .hero__media {
    background:
      linear-gradient(180deg, rgba(255, 250, 246, 0.98) 0%, rgba(255, 250, 246, 0.84) 52%, rgba(255, 250, 246, 0.94) 100%),
      url("https://images.unsplash.com/photo-1596462502278-27bfdc403348?auto=format&fit=crop&w=1200&q=82") center / cover;
  }

  .hero__content {
    padding: 58px 0 24px;
  }

  .launch-panel {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(520px, 100%);
    margin: 10px auto 0;
  }

  .category-grid,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .contact-band {
    align-items: start;
  }
}

@media (max-width: 620px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .quick-nav {
    width: 100%;
  }

  .quick-nav a {
    flex: 1;
  }

  h1 {
    font-size: clamp(3.2rem, 18vw, 4.7rem);
  }

  .hero__lead {
    line-height: 1.75;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .categories {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .category-card {
    min-height: 0;
    padding: 22px;
  }
}
