:root {
  color-scheme: light;
  --ink: #1f2440;
  --muted: #5f667d;
  --paper: #fffdf8;
  --cream: #f7f2e8;
  --purple: #6b5ce7;
  --violet: #5142c7;
  --coral: #ff8066;
  --yellow: #ffd65a;
  --mint: #7cdbc1;
  --line: rgba(31, 36, 64, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.24rem; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { position: relative; width: 36px; height: 36px; display: inline-block; transform: rotate(-8deg); }
.brand-mark i { position: absolute; border-radius: 50%; }
.brand-mark i:nth-child(1) { width: 28px; height: 28px; left: 0; bottom: 0; background: var(--purple); }
.brand-mark i:nth-child(2) { width: 18px; height: 18px; right: 0; top: 0; background: var(--coral); }
.brand-mark i:nth-child(3) { width: 10px; height: 10px; right: 3px; bottom: 1px; background: var(--yellow); }
nav { display: flex; gap: 28px; }
nav a { color: var(--muted); font-size: .95rem; font-weight: 700; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--purple); }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; padding-block: 70px 100px; }
.eyebrow { margin: 0 0 16px; color: var(--purple); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.8rem, 7.8vw, 7.3rem); line-height: .92; letter-spacing: -.075em; }
h1 span { color: var(--purple); }
.intro { max-width: 620px; margin: 30px 0; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.62; }
.primary-button, .email-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 16px 22px; border-radius: 999px; color: #fff; background: var(--ink); font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.primary-button:hover, .primary-button:focus-visible, .email-button:hover, .email-button:focus-visible { transform: translateY(-2px); background: var(--purple); }

.hero-art { position: relative; aspect-ratio: 1; max-width: 520px; width: 100%; justify-self: end; border-radius: 44% 56% 55% 45% / 42% 42% 58% 58%; background: var(--cream); overflow: hidden; }
.shape { position: absolute; display: block; }
.shape-sun { width: 43%; aspect-ratio: 1; right: 11%; top: 9%; border-radius: 50%; background: var(--yellow); }
.shape-ring { width: 33%; aspect-ratio: 1; left: 12%; top: 28%; border: 34px solid var(--purple); border-radius: 50%; }
.shape-wave { width: 74%; height: 31%; left: 13%; bottom: 11%; border-radius: 999px 999px 38px 38px; background: var(--mint); transform: rotate(-5deg); }
.shape-dot-one { width: 18%; aspect-ratio: 1; left: 12%; bottom: 7%; border-radius: 50%; background: var(--coral); }
.shape-dot-two { width: 9%; aspect-ratio: 1; right: 14%; bottom: 27%; border-radius: 50%; background: var(--violet); }
.shape-star { right: 21%; top: 38%; color: var(--ink); font-size: clamp(3rem, 7vw, 6rem); transform: rotate(12deg); }

.products { padding-block: 105px 125px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 46px; }
.section-heading .eyebrow { margin-bottom: 8px; }
h2 { max-width: 720px; margin: 0; font-size: clamp(2.2rem, 4.6vw, 4.1rem); line-height: 1.02; letter-spacing: -.055em; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; display: grid; grid-template-rows: 380px 1fr; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 24px 70px rgba(31, 36, 64, .07); }
.product-visual { position: relative; display: grid; place-items: center; overflow: hidden; }
.picovinci-visual { background: #ece8ff; }
.picovinci-visual::before, .picovinci-visual::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.65); }
.picovinci-visual::before { width: 220px; height: 220px; left: -70px; bottom: -90px; }
.picovinci-visual::after { width: 150px; height: 150px; right: -35px; top: -50px; }
.picovinci-visual img { position: relative; z-index: 1; width: min(52%, 210px); border-radius: 25%; box-shadow: 0 25px 50px rgba(81, 66, 199, .23); transform: rotate(-3deg); }
.bubblyfield-visual { background: #171d38; }
.bubblyfield-visual span { position: absolute; border-radius: 50%; filter: saturate(1.05); }
.bubblyfield-visual span:nth-child(1) { width: 220px; height: 220px; left: -35px; top: 35px; background: #ff8066; }
.bubblyfield-visual span:nth-child(2) { width: 170px; height: 170px; right: 25px; top: -35px; background: #7cdbc1; }
.bubblyfield-visual span:nth-child(3) { width: 130px; height: 130px; right: 50px; bottom: 10px; background: #ffd65a; }
.bubblyfield-visual span:nth-child(4) { width: 90px; height: 90px; left: 32%; bottom: 35px; background: #7a6bea; }
.bubblyfield-visual strong { position: relative; z-index: 1; color: #fff; font-size: 8rem; line-height: 1; letter-spacing: -.09em; text-shadow: 0 12px 32px rgba(0,0,0,.2); }
.product-copy { padding: 34px 36px 38px; }
.product-kind { margin: 0 0 8px; color: var(--purple); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h3 { margin: 0 0 14px; font-size: 2.2rem; letter-spacing: -.045em; }
.product-copy > p:not(.product-kind) { min-height: 84px; margin: 0 0 26px; color: var(--muted); line-height: 1.62; }
.product-link { display: inline-flex; gap: 9px; font-weight: 850; text-decoration: none; }
.product-link:hover, .product-link:focus-visible { color: var(--purple); }

.contact { margin-bottom: 80px; padding: 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-radius: 30px; background: var(--cream); }
.contact h2 { max-width: 650px; font-size: clamp(2rem, 4vw, 3.4rem); }
.email-button { flex: 0 0 auto; }
.site-footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }

@media (max-width: 860px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 70px 90px; }
  .hero-art { max-width: 560px; justify-self: center; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-rows: 330px 1fr; }
  .contact { align-items: flex-start; flex-direction: column; padding: 40px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 76px; }
  nav a:first-child { display: none; }
  .hero { gap: 44px; padding-top: 56px; }
  h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .hero-art { border-radius: 36px; }
  .shape-ring { border-width: 22px; }
  .products { padding-block: 80px; }
  .product-card { grid-template-rows: 280px 1fr; border-radius: 24px; }
  .product-copy { padding: 28px; }
  .product-copy > p:not(.product-kind) { min-height: 0; }
  .contact { margin-bottom: 56px; padding: 30px 26px; }
  .email-button { width: 100%; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 28px; }
  .site-footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
