:root {
  --bg: #050505;
  --paper: rgba(251, 247, 245, 0.96);
  --paper-strong: #fffdfc;
  --ink: #111111;
  --muted: #544a47;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #8e2b24;
  --accent-deep: #651812;
  --accent-soft: #d4a39a;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 0% 0%, rgba(142, 43, 36, 0.28), transparent 24%),
    radial-gradient(circle at 100% 18%, rgba(212, 163, 154, 0.12), transparent 20%),
    linear-gradient(180deg, #111111 0%, var(--bg) 100%);
}

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

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

.site-shell {
  position: relative;
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0 3rem;
}

.butterfly {
  position: absolute;
  width: 84px;
  height: 84px;
  pointer-events: none;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 10px 18px rgba(142, 43, 36, 0.25));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M77 77C49 78 26 60 24 34c-1-14 14-26 31-24 12 2 20 10 22 24 1 8 0 21 0 43Z' fill='%23ddb0a7'/%3E%3Cpath d='M83 77c28 1 51-17 53-43 1-14-14-26-31-24-12 2-20 10-22 24-1 8 0 21 0 43Z' fill='%23ddb0a7'/%3E%3Cpath d='M77 83C52 84 37 101 39 121c2 14 18 24 32 20 9-2 14-10 15-19 2-8 1-20-9-39Z' fill='%238e2b24'/%3E%3Cpath d='M83 83c25 1 40 18 38 38-2 14-18 24-32 20-9-2-14-10-15-19-2-8-1-20 9-39Z' fill='%238e2b24'/%3E%3Cpath d='M80 34c4 0 7 4 7 8v55c0 17-3 32-7 32s-7-15-7-32V42c0-4 3-8 7-8Z' fill='%23111111'/%3E%3Cpath d='M80 36c-4-11-12-17-21-20M80 36c4-11 12-17 21-20' stroke='%23111111' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
}

.butterfly-one {
  top: 90px;
  right: 36px;
  transform: rotate(14deg);
}

.butterfly-two {
  top: 620px;
  left: -8px;
  width: 70px;
  height: 70px;
  opacity: 0.38;
  transform: rotate(-18deg);
}

.butterfly-three {
  right: 50px;
  bottom: 120px;
  width: 92px;
  height: 92px;
  opacity: 0.34;
  transform: rotate(10deg);
}

.hero {
  padding: 0.8rem 0 2rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(14, 14, 14, 0.86);
  backdrop-filter: blur(12px);
}

.brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.2rem;
}

.brand {
  font-family: "Allura", cursive;
  font-size: clamp(1.95rem, 4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #f7efed;
  line-height: 1;
}

.nav-links {
  display: flex;
  gap: 1.2rem;
  color: rgba(255, 244, 240, 0.82);
  font-size: 0.95rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.1rem;
  align-items: center;
  padding: 4.8rem 0 3rem;
}

.eyebrow,
.panel-label,
.service-number,
.highlight-card span {
  color: var(--accent-deep);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 0.85rem;
}

.hero .eyebrow,
.section-heading .eyebrow {
  color: var(--accent-soft);
}

.hero-copy h1,
.section-heading h2,
.feature-copy h2,
.contact-card h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  font-size: clamp(2.3rem, 5.6vw, 4.25rem);
  max-width: 13ch;
  color: #fff9f7;
}

.section-heading h2 {
  color: #fff8f6;
}

.hero-text,
.about-copy p,
.service-card p,
.feature-copy p,
.testimonial-quote,
.contact-card p,
.portrait-note p,
.highlight-card p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
}

.hero-text {
  max-width: 40rem;
  margin: 1.4rem 0 0;
  color: rgba(255, 244, 240, 0.82);
}

.about-copy p {
  color: rgba(255, 244, 240, 0.82);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.hero-points span {
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff5f2;
  font-size: 0.92rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  background: var(--accent);
  color: #fff8f6;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

.contact-link {
  gap: 0.7rem;
  justify-content: flex-start;
}

.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: rgba(142, 43, 36, 0.12);
  flex: 0 0 auto;
}

.icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary .icon-wrap {
  background: rgba(255, 255, 255, 0.14);
}

.flag {
  font-size: 1.05rem;
  line-height: 1;
}

.portrait-panel,
.highlight-card,
.service-card,
.pricing-card,
.payment-card,
.statement-card,
.submit-card,
.feature-panel,
.testimonial-card,
.contact-card {
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.portrait-panel {
  overflow: hidden;
  border-radius: 2rem;
  background: #050505;
}

.portrait-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
}

.portrait-note {
  padding: 1.25rem 1.35rem 1.4rem;
  background: rgba(255, 255, 255, 0.92);
}

.portrait-quote {
  margin: 0;
  padding: 1rem 1.35rem 0.35rem;
  font-family: "Allura", cursive;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
  color: #f5d7d1;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.95), rgba(22, 9, 8, 0.9));
}

.section {
  padding: 2rem 0;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.feature-copy h2,
.contact-card h2 {
  font-size: clamp(2.4rem, 4.9vw, 4.1rem);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
}

.about-copy {
  padding-right: 0.5rem;
}

.about-highlights {
  display: grid;
  gap: 1rem;
}

.highlight-card {
  padding: 1.25rem;
  border-radius: 1.4rem;
}

.highlight-card span {
  display: inline-block;
  margin-bottom: 0.6rem;
}

.highlight-card p {
  margin: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card {
  min-height: 240px;
  padding: 1.55rem;
  border-radius: 1.6rem;
}

.service-card h3 {
  margin: 0.9rem 0;
  font-size: 1.35rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.pricing-card {
  min-height: 250px;
  padding: 1.55rem;
  border-radius: 1.6rem;
}

.pricing-card h3 {
  margin: 0.9rem 0 0.35rem;
  font-size: 1.35rem;
}

.price-tag {
  margin: 0 0 1rem;
  color: var(--accent-deep);
  font-size: 1.55rem;
  font-weight: 800;
}

.price-subtag {
  margin: -0.45rem 0 1rem;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
}

.statement-card {
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 251, 249, 0.96), rgba(244, 230, 227, 0.96));
}

.statement-card blockquote {
  max-width: 24ch;
  margin: 0 auto;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.15;
}

.payment-card {
  max-width: 54rem;
  margin-top: 1.8rem;
  padding: 1.55rem;
  border-radius: 1.6rem;
}

.payment-card p {
  margin: 0;
  color: var(--ink);
  line-height: 1.8;
}

.payment-card p + p {
  margin-top: 0.9rem;
}

.feature-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  padding: 1.8rem;
  border-radius: 2rem;
}

.submit-card {
  padding: 1.8rem;
  border-radius: 2rem;
  text-align: center;
}

.submit-card h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.08;
  color: var(--ink);
}

.submit-card p {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: var(--muted);
  line-height: 1.75;
}

.submit-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.testimonial-card {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(228, 202, 196, 0.8));
}

.testimonial-quote {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.8;
}

.testimonial-source {
  margin: 1rem 0 0;
  color: var(--accent-deep);
  font-size: 0.95rem;
  font-weight: 700;
}

.contact-card {
  position: relative;
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
}

.contact-logo {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 168px;
  height: 168px;
  object-fit: contain;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.25rem;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.16);
}

.contact-card p {
  max-width: 40rem;
  margin: 1rem auto 0;
}

.closing-mark {
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.closing-script {
  margin: 0;
  font-family: "Allura", cursive;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: rgba(255, 248, 246, 0.9);
  letter-spacing: 0.03em;
}

.chat-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.35rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  background: rgba(142, 43, 36, 0.12);
  border: 1px solid rgba(142, 43, 36, 0.22);
  color: var(--accent-deep);
  font-weight: 700;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

@media (max-width: 920px) {
  .hero-layout,
  .about-grid,
  .service-grid,
  .pricing-grid,
  .feature-panel {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    padding-top: 3.4rem;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 1rem, 1140px);
  }

  body {
    background:
      radial-gradient(circle at 0% 0%, rgba(142, 43, 36, 0.24), transparent 20%),
      radial-gradient(circle at 100% 14%, rgba(212, 163, 154, 0.1), transparent 18%),
      linear-gradient(180deg, #0f0f0f 0%, #050505 100%);
  }

  .butterfly {
    opacity: 0.28;
    width: 62px;
    height: 62px;
  }

  .butterfly-one {
    top: 110px;
    right: 10px;
  }

  .butterfly-two {
    left: 6px;
    top: 720px;
  }

  .butterfly-three {
    right: 14px;
    bottom: 150px;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 1.5rem;
  }

  .brand-wrap {
    align-items: center;
  }

  .brand-logo {
    width: 58px;
    height: 58px;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 0.85rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
    max-width: 100%;
  }

  .section-heading h2,
  .feature-copy h2,
  .contact-card h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .hero-text,
  .about-copy p,
  .feature-copy p,
  .contact-card p,
  .service-card p,
  .pricing-card p,
  .payment-card p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .portrait-quote {
    padding: 1rem 1rem 0.55rem;
    font-size: clamp(1.2rem, 7vw, 1.65rem);
  }

  .pricing-card,
  .service-card,
  .payment-card,
  .submit-card,
  .testimonial-card,
  .statement-card {
    min-height: auto;
    padding: 1.2rem;
  }

  .price-tag {
    margin-bottom: 0.45rem;
    font-size: 1.35rem;
  }

  .price-subtag {
    margin-top: 0;
    margin-bottom: 0.9rem;
    font-size: 0.92rem;
  }

  .payment-card {
    margin-top: 2.2rem;
  }

  .contact-actions {
    gap: 0.8rem;
  }

  .button {
    width: 100%;
  }

  .portrait-panel,
  .highlight-card,
  .service-card,
  .payment-card,
  .statement-card,
  .feature-panel,
  .testimonial-card,
  .contact-card {
    border-radius: 1.4rem;
  }

  .contact-logo {
    position: static;
    width: 112px;
    height: 112px;
    margin: 0 auto 1rem;
  }

  .chat-banner {
    width: 100%;
  }
}
