:root {
  --bg: #faf5ec;
  --surface: rgba(255, 253, 248, 0.84);
  --surface-strong: #fffdfa;
  --text: #23211d;
  --muted: #5d5850;
  --accent: #0d7a73;
  --accent-strong: #0b655f;
  --sand: #cb9655;
  --sand-strong: #b78244;
  --border: rgba(35, 33, 29, 0.08);
  --shadow: 0 26px 60px rgba(64, 47, 24, 0.1);
  --radius-xl: 32px;
  --radius-lg: 26px;
  --radius-md: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0% 0%, rgba(13, 122, 115, 0.12), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(203, 150, 85, 0.16), transparent 24%),
    linear-gradient(180deg, #fdfaf5 0%, var(--bg) 100%);
}

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

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 40px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 1.15rem;
  font-weight: 700;
}

.brand-mark {
  width: 42px;
  height: 42px;
  color: var(--accent);
}

.header-actions,
.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.header-link {
  color: var(--text);
  font-weight: 500;
}

.header-cta,
.primary-link,
.secondary-link,
.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 16px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.header-cta,
.primary-link,
.card-link-teal {
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 14px 30px rgba(13, 122, 115, 0.18);
}

.card-link-sand {
  color: #fff;
  background: linear-gradient(135deg, var(--sand) 0%, var(--sand-strong) 100%);
  box-shadow: 0 14px 30px rgba(183, 130, 68, 0.2);
}

.secondary-link {
  border: 1px solid rgba(13, 122, 115, 0.2);
  background: rgba(255, 255, 255, 0.5);
  color: var(--accent-strong);
}

.header-cta:hover,
.primary-link:hover,
.secondary-link:hover,
.card-link:hover {
  transform: translateY(-1px);
}

.hero,
.products,
.more-coming,
.contact {
  margin-bottom: 28px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 28px;
  min-height: 600px;
}

.hero h1,
.section-heading h2,
.product-card h3,
.more-coming h2,
.contact h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 9.6ch;
  font-size: clamp(4rem, 8vw, 6.4rem);
  line-height: 0.92;
}

.hero-copy,
.section-copy,
.product-card p,
.more-coming p,
.contact p {
  color: var(--muted);
  line-height: 1.6;
}

.hero-copy {
  max-width: 23ch;
  margin: 22px 0 30px;
  font-size: 1.15rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.arch,
.stage-base,
.pot {
  background: linear-gradient(180deg, rgba(231, 221, 205, 0.9), rgba(214, 199, 177, 0.75));
}

.arch {
  position: absolute;
  bottom: 80px;
  width: 196px;
  border-radius: 999px 999px 0 0;
}

.arch::after {
  content: "";
  position: absolute;
  inset: 12px 12px 0;
  border-radius: inherit;
}

.arch-back {
  right: 88px;
  height: 412px;
}

.arch-back::after {
  background: linear-gradient(180deg, rgba(218, 205, 188, 0.9), rgba(201, 185, 164, 0.84));
}

.arch-front {
  right: 8px;
  width: 170px;
  height: 336px;
}

.arch-front::after {
  background: linear-gradient(180deg, rgba(44, 124, 118, 0.92), rgba(12, 83, 79, 1));
}

.stage-base {
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 420px;
  height: 84px;
  border-radius: 100px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.stage-base::before {
  content: "";
  position: absolute;
  top: -48px;
  right: 112px;
  width: 168px;
  height: 66px;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg, rgba(223, 212, 195, 0.9), rgba(206, 188, 163, 0.9));
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}

.plant {
  position: absolute;
  right: 0;
  bottom: 44px;
  width: 132px;
  height: 230px;
}

.leaf {
  position: absolute;
  bottom: 72px;
  width: 22px;
  height: 108px;
  border-radius: 22px 22px 0 22px;
  background: linear-gradient(180deg, #8da862 0%, #5f7b37 100%);
  transform-origin: bottom center;
}

.leaf-one {
  left: 24px;
  transform: rotate(-24deg);
}

.leaf-two {
  left: 56px;
  height: 122px;
  transform: rotate(8deg);
}

.leaf-three {
  left: 84px;
  transform: rotate(30deg);
}

.pot {
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 86px;
  height: 86px;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 16px 30px rgba(85, 67, 44, 0.14);
}

.pot::before {
  content: "";
  position: absolute;
  inset: -10px 0 auto;
  height: 20px;
  border-radius: 50%;
  background: rgba(237, 230, 219, 0.95);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading h2,
.more-coming h2,
.contact h2 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1;
}

.section-copy {
  max-width: 44ch;
  margin: 10px 0 0;
  font-size: 1.02rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding: 42px 42px 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at right center, rgba(13, 122, 115, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 253, 249, 0.98));
  box-shadow: var(--shadow);
}

.product-card:last-child {
  background:
    radial-gradient(circle at right center, rgba(203, 150, 85, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 251, 245, 0.98));
}

.product-icon {
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  padding: 26px;
  border-radius: 24px;
  color: #fff;
  box-shadow: 0 18px 34px rgba(25, 35, 35, 0.12);
}

.product-icon-teal {
  background: linear-gradient(135deg, #0e8b82 0%, #0a5d59 100%);
}

.product-icon-sand {
  background: linear-gradient(135deg, #d3a05f 0%, #bd8445 100%);
}

.product-card h3 {
  margin-top: 24px;
  font-size: clamp(2.6rem, 5vw, 3.2rem);
  line-height: 0.95;
}

.product-card p {
  max-width: 19ch;
  margin: 24px 0 0;
  font-size: 1.02rem;
}

.product-rule {
  display: block;
  width: 38px;
  height: 4px;
  margin: 20px 0 28px;
  border-radius: 999px;
  background: var(--accent);
}

.product-rule-sand {
  background: var(--sand);
}

.card-link {
  width: 100%;
  min-height: 62px;
  border-radius: 16px;
  font-size: 1.08rem;
}

.more-coming {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 220px;
  align-items: center;
  gap: 26px;
  padding: 24px 28px;
  border: 1px solid rgba(13, 122, 115, 0.1);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at left center, rgba(171, 214, 216, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(243, 250, 250, 0.92), rgba(236, 246, 245, 0.94));
  box-shadow: var(--shadow);
}

.more-icon,
.contact-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid rgba(13, 122, 115, 0.08);
  background: rgba(255, 255, 255, 0.85);
  color: var(--accent-strong);
  box-shadow: 0 12px 24px rgba(13, 122, 115, 0.08);
}

.more-copy p {
  max-width: 28ch;
  margin: 10px 0 0;
  font-size: 1.02rem;
}

.more-illustration {
  justify-self: stretch;
  height: 96px;
  border-radius: 999px 999px 24px 24px;
  background:
    radial-gradient(circle at 50% 120%, rgba(13, 122, 115, 0.15), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  position: relative;
}

.more-illustration::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 18px;
  bottom: 16px;
  height: 22px;
  border-bottom: 2px solid rgba(13, 122, 115, 0.26);
  border-radius: 50%;
}

.more-illustration::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 14px;
  width: 18px;
  height: 22px;
  background: var(--accent-strong);
  clip-path: polygon(0 0, 100% 40%, 0 80%);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 14px 0 0;
}

.contact-copy {
  display: flex;
  align-items: center;
  gap: 22px;
}

.contact p {
  margin: 10px 0 0;
  max-width: 32ch;
  font-size: 1.02rem;
}

.contact-link {
  min-width: 274px;
  min-height: 60px;
}

.contact .primary-link {
  background: rgba(255, 255, 255, 0.9);
  color: var(--accent-strong);
  border: 1px solid rgba(13, 122, 115, 0.24);
  box-shadow: none;
}

.site-footer {
  padding-top: 8px;
  color: rgba(93, 88, 80, 0.78);
  text-align: center;
  font-size: 0.98rem;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero-visual {
    min-height: 440px;
  }

  .more-coming,
  .contact {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 16px, 100%);
    padding: 18px 0 26px;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .header-actions,
  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .header-cta,
  .primary-link,
  .secondary-link,
  .card-link,
  .contact-link {
    width: 100%;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-visual {
    min-height: 360px;
  }

  .arch-back {
    right: 82px;
    width: 154px;
    height: 304px;
  }

  .arch-front {
    width: 136px;
    height: 250px;
  }

  .stage-base {
    width: 290px;
    height: 62px;
  }

  .stage-base::before {
    top: -34px;
    width: 110px;
    height: 48px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    padding: 28px 24px;
  }

  .product-icon {
    width: 102px;
    height: 102px;
    padding: 22px;
  }

  .more-coming {
    padding: 22px 20px;
  }

  .contact-copy {
    flex-direction: column;
    align-items: flex-start;
  }
}
