:root {
  --page: #f7f2e9;
  --panel: rgba(255, 252, 247, 0.6);
  --ink: #49655a;
  --ink-soft: #5d756b;
  --coral: #d58a67;
  --ivory: #efe4d1;
  --ivory-deep: #d9ccb5;
  --moss: #a4a289;
  --moss-deep: #7b806e;
  --stone: #e9ddcb;
  --stone-deep: #d2c2ac;
  --line: rgba(73, 101, 90, 0.1);
  --shadow: 0 28px 80px rgba(106, 88, 61, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.96), transparent 28%),
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(180deg, #fbf8f2 0%, var(--page) 100%);
}

.hero {
  min-height: 100vh;
  padding: 28px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  background:
    repeating-linear-gradient(
      122deg,
      rgba(210, 191, 164, 0.05) 0 12px,
      rgba(255, 255, 255, 0) 12px 28px
    );
  opacity: 0.18;
  transform: translateX(8%) translateY(-3%);
}

.hero::after {
  background:
    radial-gradient(circle at 80% 18%, rgba(213, 138, 103, 0.07), transparent 16%),
    radial-gradient(circle at 88% 52%, rgba(73, 101, 90, 0.07), transparent 18%);
}

.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: 24px;
  width: min(100%, 1560px);
  min-height: min(92vh, 980px);
  padding: clamp(36px, 4vw, 68px);
  border: 1px solid var(--line);
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.52), rgba(255, 252, 247, 0.38));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  min-height: 100%;
  padding: 8px 0;
}

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

.brand-mark {
  width: clamp(76px, 7vw, 104px);
  height: auto;
  flex: none;
}

.mark-outline,
.mark-letter {
  fill: none;
  stroke: var(--ink-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mark-outline {
  stroke-width: 7;
}

.mark-letter {
  stroke-width: 4.5;
}

.mark-star {
  fill: rgba(217, 204, 181, 0.78);
}

.brand-word {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 7vw, 5.4rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.copy-block {
  max-width: 980px;
  margin-top: auto;
  margin-bottom: auto;
}

h1,
.subhead {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 13ch;
  font-size: clamp(4rem, 6vw, 6.8rem);
  line-height: 0.92;
  text-wrap: balance;
}

.subhead {
  margin-top: 24px;
  color: var(--coral);
  font-size: clamp(1.4rem, 1.9vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 720px;
}

.art-stage {
  position: absolute;
  right: -6%;
  bottom: -4%;
  width: 132%;
  height: 28%;
  border-radius: 50% 50% 16% 16% / 34% 34% 16% 16%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(224, 211, 190, 0.96)),
    var(--stone);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 44px rgba(106, 88, 61, 0.16);
}

.art-stage::before {
  content: "";
  position: absolute;
  inset: -22% 9% auto auto;
  width: 90%;
  height: 60%;
  border-radius: 48px 48px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(228, 215, 194, 0.92)),
    var(--stone);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 34px rgba(106, 88, 61, 0.1);
}

.arch {
  position: absolute;
  bottom: 18%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 260px 260px 0 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 22px 40px rgba(106, 88, 61, 0.14);
}

.arch-cutout {
  width: 48%;
  height: 64%;
  border-radius: 190px 190px 0 0;
  background: linear-gradient(180deg, rgba(116, 98, 71, 0.18), rgba(255, 252, 247, 0.98));
  box-shadow:
    inset 0 14px 20px rgba(95, 73, 47, 0.12),
    0 10px 20px rgba(255, 255, 255, 0.3);
}

.arch-ivory {
  right: 14%;
  width: 58%;
  height: 80%;
  background: linear-gradient(180deg, #f6ede0 0%, var(--ivory) 100%);
}

.arch-green {
  right: 0;
  width: 54%;
  height: 52%;
  background: linear-gradient(180deg, #b7b49d 0%, var(--moss) 56%, var(--moss-deep) 100%);
}

.arch-coral {
  right: 20%;
  width: 28%;
  height: 26%;
  z-index: 2;
  background: linear-gradient(180deg, #e7a17d 0%, var(--coral) 100%);
}

.olive {
  position: absolute;
  width: 180px;
  height: 420px;
  opacity: 0.62;
  filter: blur(0.1px);
}

.olive::before,
.olive::after {
  content: "";
  position: absolute;
  inset: 0;
}

.olive::before {
  background:
    radial-gradient(ellipse at 42% 8%, rgba(90, 104, 78, 0.8) 0 12px, transparent 13px),
    radial-gradient(ellipse at 58% 18%, rgba(90, 104, 78, 0.7) 0 13px, transparent 14px),
    radial-gradient(ellipse at 40% 28%, rgba(90, 104, 78, 0.76) 0 13px, transparent 14px),
    radial-gradient(ellipse at 62% 38%, rgba(90, 104, 78, 0.74) 0 14px, transparent 15px),
    radial-gradient(ellipse at 38% 50%, rgba(90, 104, 78, 0.72) 0 14px, transparent 15px),
    radial-gradient(ellipse at 58% 62%, rgba(90, 104, 78, 0.72) 0 14px, transparent 15px),
    radial-gradient(ellipse at 42% 74%, rgba(90, 104, 78, 0.68) 0 12px, transparent 13px);
  transform: rotate(-8deg);
}

.olive::after {
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(135, 122, 98, 0), rgba(135, 122, 98, 0.56), rgba(135, 122, 98, 0));
}

.olive-left {
  right: -1%;
  top: 16%;
  transform: scaleX(-1) rotate(8deg);
}

.olive-right {
  right: -4%;
  top: 6%;
}

@media (max-width: 1100px) {
  .hero {
    padding: 18px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 28px;
    gap: 12px;
  }

  .hero-copy {
    min-height: auto;
  }

  .brand-lockup {
    gap: 16px;
  }

  .brand-word {
    font-size: clamp(3.2rem, 10vw, 4.8rem);
  }

  .copy-block {
    margin-top: 28px;
  }

  h1 {
    max-width: none;
    font-size: clamp(3.3rem, 11vw, 5.4rem);
  }

  .subhead {
    font-size: clamp(1.45rem, 5vw, 2rem);
  }

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

@media (max-width: 640px) {
  .hero {
    min-height: 100svh;
    padding: 12px;
  }

  .hero-panel {
    padding: 20px;
    border-radius: 28px;
  }

  .brand-mark {
    width: 68px;
  }

  .brand-word {
    font-size: 2.95rem;
  }

  h1 {
    font-size: clamp(2.9rem, 13vw, 4.2rem);
    line-height: 0.94;
  }

  .subhead {
    margin-top: 18px;
    font-size: 1.5rem;
    line-height: 1.06;
  }

  .hero-art {
    min-height: 340px;
  }

  .arch-ivory {
    width: 58%;
    height: 76%;
  }

  .arch-green {
    width: 56%;
    height: 48%;
  }

  .arch-coral {
    right: 18%;
    width: 30%;
    height: 24%;
  }

  .olive {
    width: 100px;
    height: 220px;
    opacity: 0.46;
  }
}
