:root {
  --ink: #20162b;
  --cream: #f7f0e4;
  --paper: #fffdf8;
  --purple: #6334a5;
  --orange: #f36b3c;
  --pink: #e94b87;
  --cyan: #20aeb5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

.topbar, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; }
.brand { display: flex; gap: 11px; align-items: center; color: inherit; text-decoration: none; font-size: 16px; }
.brand strong { display: block; font-family: "Fraunces", serif; font-size: 21px; line-height: .95; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 8px); gap: 2px; transform: rotate(-8deg); }
.brand-mark i { width: 8px; height: 26px; border-radius: 10px; background: var(--purple); }
.brand-mark i:nth-child(2) { background: var(--orange); transform: translateY(-5px); }
.brand-mark i:nth-child(3) { background: var(--cyan); }
.status { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: #38a66a; box-shadow: 0 0 0 5px #38a66a1f; }

.hero { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 6vw; padding: 52px 0 72px; }
.eyebrow { color: var(--purple); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; }
h1 { margin: 18px 0 24px; max-width: 680px; font-family: "Fraunces", serif; font-size: clamp(60px, 7vw, 100px); line-height: .89; letter-spacing: -.055em; }
h1 em { color: var(--purple); font-style: normal; }
.intro { max-width: 570px; margin: 0; color: #655b69; font-size: 18px; line-height: 1.7; }
.actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; color: #746b77; font-size: 13px; }
.button { display: inline-block; padding: 15px 22px; color: white; background: var(--ink); border-radius: 99px; text-decoration: none; font-weight: 700; box-shadow: 0 10px 24px #20162b24; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--purple); }

.art { position: relative; min-height: 480px; }
.paper { position: absolute; width: 310px; height: 395px; border-radius: 5px; box-shadow: 0 24px 50px #3a28542b; }
.paper-back { top: 56px; left: 50%; background: var(--orange); transform: translateX(-50%) rotate(9deg); }
.paper-main { top: 34px; left: 50%; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: var(--paper); transform: translateX(-50%) rotate(-5deg); }
.paper-logo { display: flex; align-items: center; gap: 10px; color: var(--purple); font-family: "Fraunces", serif; line-height: .75; }
.paper-logo span { width: 26px; height: 26px; border: 7px solid var(--purple); border-right-color: var(--orange); border-radius: 50%; }
.paper-main > p { font-family: "Fraunces", serif; font-size: 38px; line-height: 1; }
.paper-main > p strong { color: var(--purple); }
.color-bar { display: grid; grid-template-columns: repeat(4, 1fr); height: 10px; }
.color-bar i:nth-child(1) { background: var(--cyan); }
.color-bar i:nth-child(2) { background: var(--pink); }
.color-bar i:nth-child(3) { background: #f5c242; }
.color-bar i:nth-child(4) { background: var(--ink); }
.circle { position: absolute; border-radius: 50%; }
.circle-one { width: 108px; height: 108px; right: 2%; top: 7%; background: var(--cyan); mix-blend-mode: multiply; }
.circle-two { width: 65px; height: 65px; left: 5%; bottom: 8%; border: 18px solid var(--pink); }
.spark { position: absolute; color: var(--purple); font-size: 34px; }
.spark-one { left: 5%; top: 15%; }
.spark-two { right: 5%; bottom: 12%; color: var(--orange); }

.services { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #20162b24; border-bottom: 1px solid #20162b24; }
.services article { padding: 35px 30px 40px 0; }
.services article + article { padding-left: 30px; border-left: 1px solid #20162b24; }
.services span { color: var(--orange); font: 700 12px "DM Sans", sans-serif; }
.services h2 { margin: 12px 0 8px; font: 700 25px "Fraunces", serif; }
.services p { max-width: 280px; margin: 0; color: #6c626e; line-height: 1.55; }
footer { display: flex; justify-content: space-between; padding: 28px 0 42px; color: #766c78; font-size: 12px; }

@media (max-width: 800px) {
  .topbar, main, footer { width: min(100% - 30px, 620px); }
  .status { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 42px; }
  h1 { font-size: clamp(54px, 17vw, 78px); }
  .art { min-height: 450px; transform: scale(.9); }
  .services { grid-template-columns: 1fr; }
  .services article, .services article + article { padding: 27px 0; border-left: 0; }
  .services article + article { border-top: 1px solid #20162b24; }
}

@media (max-width: 420px) {
  .actions { align-items: flex-start; flex-direction: column; }
  .paper { width: 270px; height: 355px; }
  .paper-main > p { font-size: 32px; }
  footer { flex-direction: column; gap: 4px; }
}
