:root {
  --red: #a70f22;
  --red-dark: #7d0b19;
  --red-soft: #fff1f3;
  --rose: #c45368;
  --gold: #b9832f;
  --gold-soft: #fff5df;
  --ink: #261d1f;
  --muted: #6b5e61;
  --cream: #fffaf4;
  --paper: #ffffff;
  --line: #e7dcd5;
  --line-strong: #d9c8bd;
  --shadow-soft: 0 12px 32px rgba(63, 31, 34, 0.07);
  --radius-lg: 24px;
  --radius-md: 16px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(
      circle at 8% 4%,
      rgba(185, 131, 47, 0.08),
      transparent 25rem
    ),
    linear-gradient(180deg, #fffdfa 0%, var(--cream) 100%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(167, 15, 34, 0.10);
  background: rgba(255, 253, 250, 0.96);
  backdrop-filter: blur(12px);
}

.site-header-inner {
  width: min(calc(100% - 32px), var(--max-width));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo {
  width: 188px;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #4d4042;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--red-dark);
  background: var(--red-soft);
  transform: translateY(-1px);
}

.site-nav .nav-cta {
  color: #fff;
  background: var(--red);
  box-shadow: 0 8px 20px rgba(167, 15, 34, 0.18);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: #fff;
  background: var(--red-dark);
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 46px 0;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(214, 170, 87, 0.34) 0 8px,
      transparent 9px
    ),
    radial-gradient(
      circle at 17% 74%,
      rgba(247, 217, 215, 0.20) 0 5px,
      transparent 6px
    ),
    radial-gradient(
      circle at 84% 18%,
      rgba(214, 170, 87, 0.24) 0 12px,
      transparent 13px
    ),
    radial-gradient(
      circle at 92% 72%,
      rgba(247, 217, 215, 0.18) 0 7px,
      transparent 8px
    ),
    linear-gradient(
      135deg,
      #5f0b18 0%,
      #9f2438 48%,
      #6b0d1d 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -24px 70px rgba(46, 3, 10, 0.24);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.52;
  background:
    radial-gradient(
      circle at 28% 14%,
      rgba(255, 231, 183, 0.30),
      transparent 7rem
    ),
    radial-gradient(
      circle at 76% 86%,
      rgba(247, 217, 215, 0.22),
      transparent 10rem
    ),
    radial-gradient(
      circle at 50% 45%,
      rgba(255, 255, 255, 0.07),
      transparent 22rem
    );
  filter: blur(2px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.44;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='none' stroke='%23f7d9d7' stroke-opacity='.22' stroke-width='1.3'%3E%3Cellipse cx='130' cy='130' rx='31' ry='84'/%3E%3Cellipse cx='130' cy='130' rx='31' ry='84' transform='rotate(30 130 130)'/%3E%3Cellipse cx='130' cy='130' rx='31' ry='84' transform='rotate(60 130 130)'/%3E%3Cellipse cx='130' cy='130' rx='31' ry='84' transform='rotate(90 130 130)'/%3E%3Cellipse cx='130' cy='130' rx='31' ry='84' transform='rotate(120 130 130)'/%3E%3Cellipse cx='130' cy='130' rx='31' ry='84' transform='rotate(150 130 130)'/%3E%3Ccircle cx='130' cy='130' r='19'/%3E%3C/g%3E%3C/svg%3E");
  background-position:
    -70px 18px;
  background-size:
    300px 300px;
}

.hero-layout {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  padding: clamp(28px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(36px, 6vw, 78px);
  overflow: hidden;
  border: 1px solid rgba(214, 170, 87, 0.62);
  border-radius: 30px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 253, 248, 0.98),
      rgba(255, 246, 239, 0.96)
    );
  box-shadow:
    0 34px 82px rgba(42, 4, 12, 0.34),
    0 10px 24px rgba(42, 4, 12, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.hero-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    url("/images/garden-background.webp")
    center center / cover no-repeat;
  opacity: 0.46;
  filter:
    saturate(0.95)
    contrast(1.02);
}

.hero-layout::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 252, 247, 0.82) 0%,
      rgba(255, 252, 247, 0.64) 42%,
      rgba(255, 252, 247, 0.30) 66%,
      rgba(255, 252, 247, 0.08) 100%
    );
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-layout {
  transition:
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.hero-layout:hover {
  border-color: rgba(214, 170, 87, 0.82);
  box-shadow:
    0 40px 90px rgba(42, 4, 12, 0.38),
    0 12px 28px rgba(42, 4, 12, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #f4dba8;
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.8vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero-copy h1 span {
  display: block;
  color: var(--red);
}

.hero-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.button {
  min-width: 170px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 26px rgba(167, 15, 34, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
}

.button-secondary {
  border-color: var(--line-strong);
  color: var(--red-dark);
  background: #fff;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(167, 15, 34, 0.32);
  background: var(--red-soft);
}

.hero-points {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-points span {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #5b4d50;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-visual {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.hero-frame {
  position: relative;
  width: min(100%, 500px);
  overflow: hidden;
  border: 1px solid rgba(167, 15, 34, 0.24);
  border-radius: 22px;
  background: #f6eee8;
  box-shadow:
    0 20px 44px rgba(81, 35, 40, 0.16),
    0 4px 12px rgba(81, 35, 40, 0.08);
  transform: perspective(1000px) rotateY(-1.5deg);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      transparent 30%,
      rgba(255, 255, 255, 0.34) 47%,
      transparent 64%
    );
  transform: translateX(-125%);
  transition: transform 650ms ease;
}

.hero-frame:hover,
.hero-frame:focus-within {
  border-color: rgba(167, 15, 34, 0.44);
  box-shadow:
    0 30px 58px rgba(81, 35, 40, 0.22),
    0 8px 18px rgba(81, 35, 40, 0.10);
  transform:
    perspective(1000px)
    translateY(-7px)
    rotateY(0deg)
    rotateX(0.6deg);
}

.hero-frame:hover::after,
.hero-frame:focus-within::after {
  transform: translateX(125%);
}

.hero-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: scale(1.001);
  transition:
    transform 550ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 300ms ease;
}

.hero-frame:hover .hero-image,
.hero-frame:focus-within .hero-image {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.02);
}

.section {
  padding: 66px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.section-heading p {
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step {
  position: relative;
  min-height: 235px;
  padding: 42px 28px 28px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
}

.card-tab {
  position: absolute;
  top: -1px;
  left: 24px;
  padding: 7px 15px 8px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card-tab-red {
  background: var(--red);
}

.card-tab-gold {
  background: var(--gold);
}

.card-tab-rose {
  background: var(--rose);
}

.step h3 {
  margin: 15px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.46rem;
  line-height: 1.2;
}

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

.values-panel {
  padding: 42px;
  border: 1px solid #b56b74;
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--red-dark);
}

.values-panel h2 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
}

.values-panel > p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
}

.values-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.value-card {
  position: relative;
  padding: 40px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.value-tab {
  position: absolute;
  top: -1px;
  left: 18px;
  padding: 6px 12px 7px;
  border-radius: 0 0 8px 8px;
  color: var(--red-dark);
  background: #f2d89d;
  font-size: 0.70rem;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.value-card strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 1.03rem;
}

.value-card span:not(.value-tab) {
  color: rgba(255, 255, 255, 0.82);
}

.final-cta {
  padding-top: 18px;
  text-align: center;
}

.final-cta-box {
  padding: 44px 28px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: #fff;
}

.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.final-cta p {
  max-width: 660px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  margin-top: 66px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.site-footer-inner {
  width: min(calc(100% - 32px), var(--max-width));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--red);
  text-decoration: underline;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 34px;
  }

  .hero-layout {
    min-height: 0;
    padding: 30px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .hero-frame {
    width: min(100%, 620px);
  }

  .steps,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .step {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .site-header-inner {
    min-height: auto;
    padding: 11px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .site-logo {
    width: 165px;
    max-height: 56px;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .section {
    padding: 50px 0;
  }

  .values-panel {
    padding: 32px 22px;
  }

  .site-footer-inner {
    padding: 24px 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .page-shell,
  .site-header-inner,
  .site-footer-inner {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .site-nav a {
    padding: 8px 10px;
    font-size: 0.88rem;
  }

  .hero {
    padding-top: 26px;
  }

  .hero-copy h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-layout {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .hero-frame {
    border-radius: 14px;
    transform: none;
  }

  .step {
    padding: 40px 22px 22px;
  }

  .final-cta-box {
    padding: 34px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-frame,
  .hero-frame::after,
  .hero-image {
    transition: none;
  }

  .hero-frame,
  .hero-frame:hover,
  .hero-frame:focus-within {
    transform: none;
  }

  .hero-frame:hover .hero-image,
  .hero-frame:focus-within .hero-image {
    transform: none;
  }
}
