:root {
  --coral: #e88768;
  --sunny: #e7b84b;
  --sage: #9caf88;
  --sky: #83b7c7;
  --cream: #fbf7f3;
  --white: #fffdfb;
  --sand: #f3ece5;
  --sand-2: #e0cdbb;
  --peach: #c29876;
  --terracotta: #a7734b;
  --terracotta-dark: #875735;
  --brown: #3f2b20;
  --muted: #755e4e;
  --line: rgba(63, 43, 32, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(251,247,243,.94);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(63,43,32,.07);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 36px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand > span:last-child { display: grid; gap: 4px; line-height: 1; }
.brand strong { font: 700 20px var(--serif); }
.brand small { font-size: 8px; letter-spacing: .22em; color: var(--muted); }

.brand-mark { width: 42px; height: 38px; position: relative; display: block; }
.rainbow { position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%); border: 3px solid var(--terracotta); border-bottom: 0; border-radius: 40px 40px 0 0; }
.r1 { width: 35px; height: 28px; }
.r2 { width: 26px; height: 21px; border-color: var(--peach); }
.r3 { width: 17px; height: 14px; border-color: var(--sand-2); }
.heart { position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%); font-size: 10px; color: var(--terracotta); }

.nav { display: flex; gap: 30px; margin-left: auto; }
.nav a { font-size: 13px; color: #5a4538; padding: 29px 0 24px; position: relative; }
.nav a::after { content: ""; position: absolute; bottom: 17px; left: 0; right: 0; height: 2px; background: var(--terracotta); transform: scaleX(0); transition: .2s; }
.nav a:hover::after { transform: scaleX(1); }
.header-cta, .button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  border-radius: 11px; font-weight: 700; font-size: 14px;
  transition: transform .2s, box-shadow .2s;
}
.header-cta { background: var(--coral); color: white; padding: 11px 18px; }
.button { min-height: 52px; padding: 0 22px; }
.button-primary { background: var(--coral); color: #fff; }
.button-primary:hover { background: var(--terracotta); }
.button:hover, .header-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(135,87,53,.18); }

.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(100deg, #fcf9f6 0%, #fbf7f3 58%, #f3ece5 100%);
}
.hero-grid {
  min-height: 590px; display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 30px; position: relative; z-index: 2;
}
.hero-copy { padding: 75px 0; max-width: 570px; }
.eyebrow, .section-kicker {
  text-transform: uppercase; letter-spacing: .17em; font-size: 10px;
  font-weight: 800; color: var(--terracotta-dark);
}
.eyebrow { margin-bottom: 18px; color: var(--coral); }
.hero h1 {
  margin: 0; font: 500 clamp(50px, 6vw, 76px)/.98 var(--serif);
  letter-spacing: -.045em;
}
.hero h1 em, h2 em { color: var(--peach); font-weight: 400; }
.hero-copy > p {
  max-width: 500px; margin: 26px 0 28px;
  color: #604a3b; font-size: 17px;
}
.hero-art { height: 520px; position: relative; }
.hero-sun {
  position: absolute; width: 105px; height: 105px; border-radius: 50%;
  background: #e5c7aa; left: 7%; top: 100px; opacity: .45;
}
.hero-arch {
  position: absolute; border: 43px solid rgba(194,152,118,.24);
  border-bottom: 0; border-radius: 240px 240px 0 0;
  width: 430px; height: 360px; right: -35px; bottom: -25px;
}
.arch-two {
  border-width: 28px; border-color: rgba(167,115,75,.13);
  width: 350px; height: 300px; right: 45px; bottom: 0;
}
.hero-dots {
  position: absolute; right: 10%; top: 85px;
  color: var(--terracotta); font-size: 17px; line-height: 1.8; opacity: .55;
}

.rainbow-large {
  position: absolute; width: 295px; height: 220px; right: 55px; bottom: 55px;
  border: 22px solid rgba(194,152,118,.72); border-bottom: 0;
  border-radius: 180px 180px 0 0; transform: rotate(3deg);
}
.rainbow-large span {
  position: absolute; left: 50%; transform: translateX(-50%);
  border: 13px solid rgba(243,236,229,.9); border-bottom: 0;
  border-radius: 150px 150px 0 0; bottom: 0;
}
.rainbow-large span:nth-child(1) { width: 244px; height: 183px; }
.rainbow-large span:nth-child(2) { width: 196px; height: 146px; border-color: #d9b99c; }
.rainbow-large span:nth-child(3) { width: 148px; height: 109px; border-color: #f6eee7; }
.rainbow-heart { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); color: var(--coral); font-size: 21px; }

.gift-box {
  position: absolute; right: 170px; bottom: 31px; width: 155px; height: 150px;
  background: #e6d0ba; border-radius: 11px; box-shadow: 0 22px 32px rgba(79,48,29,.12);
  transform: rotate(-4deg); display: grid; place-items: center; text-align: center;
  font: 700 14px/1.25 var(--serif); letter-spacing: .08em; color: #6b4936;
}
.gift-box::before {
  content: ""; position: absolute; top: -20px; left: -5px; width: 165px; height: 29px;
  background: #cfae8f; border-radius: 8px;
}
.gift-ribbon { position: absolute; top: -19px; bottom: 0; width: 20px; background: #b9855e; }
.gift-bow::before, .gift-bow::after {
  content: ""; position: absolute; width: 42px; height: 28px; border: 8px solid #b9855e;
  top: -39px; border-radius: 50%;
}
.gift-bow::before { left: 53px; transform: rotate(25deg); }
.gift-bow::after { left: 83px; transform: rotate(-25deg); }
.coin {
  position: absolute; border-radius: 50%; display: grid; place-items: center;
  color: #9a6742; background: #e7c9ab; border: 2px solid #c99d75;
  box-shadow: 0 10px 25px rgba(95,58,34,.08); font-weight: 800;
}
.coin-one { width: 52px; height: 52px; right: 32px; bottom: 150px; background: #f1cc61; border-color: #ddb14a; color: #9b6c20; }
.coin-two { width: 40px; height: 40px; right: 320px; bottom: 205px; background: #b8cda5; border-color: #91aa7b; color: #668052; }

.gift-section { padding: 92px 0 100px; background: var(--sand); position: relative; }
.gift-section::before { content: "♥"; position: absolute; top: 48px; left: 7%; color: var(--coral); font-size: 28px; opacity: .65; }
.gift-section::after { content: "✦"; position: absolute; top: 120px; right: 8%; color: var(--sunny); font-size: 30px; opacity: .75; }
.section-heading { max-width: 680px; margin: 0 auto 42px; text-align: center; }
.section-heading h2 { margin: 10px 0 13px; font: 500 clamp(40px, 5vw, 55px)/1.02 var(--serif); letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 15px; }

.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 940px; margin: 0 auto; }
.account-card {
  overflow: hidden; background: rgba(255,255,255,.76);
  border: 1px solid rgba(119,82,55,.11); border-radius: 22px;
  box-shadow: 0 14px 40px rgba(100,68,44,.07);
}
.card-art { height: 175px; position: relative; overflow: hidden; background: #f8f0e8; }
.vivienne-art { background: #f2e6da; }
.juliette-art { background: #f8e1d5; }
.juliette-art .sparkles { color: var(--coral); }
.vivienne-art .sparkles { color: var(--sunny); }
.vivienne-art .mini-heart { color: var(--coral); }
.card-art::after {
  content: ""; position: absolute; width: 250px; height: 125px; border-radius: 50%;
  background: rgba(224,205,187,.35); right: -50px; bottom: -50px;
}
.mini-rainbow {
  position: absolute; width: 140px; height: 106px; border: 12px solid #c59a78;
  border-bottom: 0; border-radius: 100px 100px 0 0; left: 55px; bottom: 18px; z-index: 2;
}
.mini-rainbow span {
  position: absolute; left: 50%; transform: translateX(-50%);
  border: 8px solid #f9f1e9; border-bottom: 0; border-radius: 80px 80px 0 0; bottom: 0;
}
.mini-rainbow span:nth-child(1) { width: 116px; height: 87px; }
.mini-rainbow span:nth-child(2) { width: 90px; height: 67px; border-color: #ddb897; }
.mini-rainbow span:nth-child(3) { width: 64px; height: 47px; border-color: #f8eee5; }
.mini-rainbow b { position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%); font-size: 13px; color: var(--terracotta); }
.sparkles { position: absolute; top: 27px; right: 35px; color: var(--peach); font-size: 18px; z-index: 2; }
.mini-sun { position: absolute; left: 70px; top: 38px; font-size: 75px; color: #d6ae8c; line-height: 1; }
.mini-heart { position: absolute; right: 70px; bottom: 25px; font-size: 68px; color: #b67e54; z-index: 2; }

.card-body { padding: 28px 30px 26px; }
.card-label { display: inline-block; font-size: 9px; font-weight: 800; letter-spacing: .16em; color: var(--terracotta-dark); background: #f3d7bf; padding: 6px 9px; border-radius: 999px; }
.card-body h3 { margin: 5px 0 9px; font: 500 36px var(--serif); }
.card-body p { margin: 0 0 20px; color: #6b5648; font-size: 14px; }
.button.full { width: 100%; }
.card-note { text-align: center; font-size: 10px !important; margin: 10px 0 0 !important; color: #9a8170 !important; }

.about-section { background: var(--white); padding: 82px 0; }
.about-inner {
  max-width: 850px; margin: 0 auto; display: grid; grid-template-columns: 100px 1fr;
  align-items: center; gap: 35px;
}
.about-icon {
  width: 86px; height: 86px; border-radius: 50%; background: #f4d5c6;
  color: var(--coral); display: grid; place-items: center; font-size: 30px;
}
.about-inner h2 { margin: 8px 0 12px; font: 500 46px/1.02 var(--serif); letter-spacing: -.04em; }
.about-inner p { max-width: 620px; margin: 0; color: var(--muted); font-size: 15px; }

.footer { padding: 35px 0; background: #fffdfb; border-top: 1px solid rgba(63,43,32,.08); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; }
.footer-grid > p { margin: 0; text-align: center; font: 500 14px var(--serif); color: var(--muted); }
.footer-grid > small { text-align: right; color: #967f6f; font-size: 9px; }

@media (max-width: 800px) {
  .nav-wrap { gap: 20px; }
  .nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 65px 0 15px; }
  .hero-art { height: 330px; }
  .hero-arch { width: 360px; height: 290px; right: 0; }
  .rainbow-large { right: 12%; width: 250px; height: 185px; }
  .gift-box { right: 35%; transform: scale(.82) rotate(-4deg); transform-origin: bottom right; }
  .account-grid { grid-template-columns: 1fr; }
  .about-inner { grid-template-columns: 1fr; text-align: center; }
  .about-icon { margin: 0 auto; }
  .about-inner p { margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > p, .footer-grid > small { text-align: center; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 32px, 540px); }
  .nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero h1 { font-size: 52px; }
  .hero-copy > p { font-size: 16px; }
  .hero-art { height: 280px; }
  .hero-arch { width: 290px; height: 235px; border-width: 28px; }
  .rainbow-large { width: 215px; height: 160px; right: 7%; border-width: 16px; }
  .rainbow-large span { border-width: 9px; }
  .rainbow-large span:nth-child(1) { width: 179px; height: 136px; }
  .rainbow-large span:nth-child(2) { width: 146px; height: 109px; }
  .rainbow-large span:nth-child(3) { width: 113px; height: 82px; }
  .gift-box { right: 42%; bottom: 3px; width: 120px; height: 120px; font-size: 11px; }
  .gift-box::before { width: 130px; }
  .gift-bow::before, .gift-bow::after { transform: scale(.7); }
  .gift-bow::before { left: 35px; }
  .gift-bow::after { left: 62px; }
  .gift-section { padding: 70px 0 75px; }
  .card-body { padding: 25px 23px; }
  .about-section { padding: 65px 0; }
  .about-inner h2 { font-size: 40px; }
}
