:root{
  --teal:#2f7b83;
  --teal-dark:#235d65;
  --teal-soft:#dceced;
  --sand:#e8d6c4;
  --cream:#f5efe7;
  --ink:#294247;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(37,71,76,.13);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#edf1ef;
  color:var(--ink);
  font-family:"DM Sans",sans-serif;
}
a{text-decoration:none;color:inherit}
button{font:inherit}
.page-shell{
  width:min(100%,760px);
  margin:0 auto;
  background:#fff;
  min-height:100vh;
  overflow:hidden;
  box-shadow:0 0 50px rgba(28,56,60,.12);
}
.hero{
  position:relative;
  padding:28px 28px 34px;
  color:#fff;
  background:linear-gradient(145deg,#317f87 0%,#286c74 60%,#235d65 100%);
}
.hero-decoration{
  position:absolute;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  pointer-events:none;
}
.decoration-one{width:220px;height:220px;right:-110px;top:-70px}
.decoration-two{width:145px;height:145px;left:-75px;bottom:-45px}
.brand{display:flex;align-items:center;gap:14px;position:relative;z-index:2}
.brand-mark{
  width:56px;height:56px;border:1px solid rgba(255,255,255,.9);
  border-radius:50%;display:grid;place-items:center;
  font-family:"Playfair Display",serif;font-size:22px;
}
.brand h1{font-family:"Playfair Display",serif;margin:2px 0 0;font-size:23px}
.eyebrow{margin:0;font-size:10px;letter-spacing:.22em;font-weight:700}
.hero-content{
  position:relative;z-index:2;
  display:grid;grid-template-columns:220px 1fr;
  gap:28px;align-items:center;margin-top:30px;
}
.portrait-card{
  position:relative;height:250px;border-radius:120px 120px 30px 30px;
  background:rgba(255,255,255,.12);overflow:hidden;
}
.portrait-blob{
  position:absolute;width:180px;height:180px;border-radius:50%;
  background:#e9d5c5;left:25px;top:24px;
}
.portrait-person{position:absolute;inset:0}
.face{position:absolute;width:62px;height:78px;border-radius:48% 48% 45% 45%;background:#d9a987;left:80px;top:48px;z-index:2}
.hair{position:absolute;width:100px;height:126px;border-radius:52px 52px 40px 40px;background:#4a302a;left:60px;top:28px;z-index:1}
.body{position:absolute;width:154px;height:145px;border-radius:70px 70px 12px 12px;background:#f4f1ee;left:36px;top:116px;z-index:3}
.laptop{position:absolute;width:120px;height:75px;border-radius:8px 8px 3px 3px;background:#b7c3c6;left:92px;top:168px;z-index:4;transform:rotate(-4deg)}
.hero-copy h2{
  font-family:"Playfair Display",serif;font-size:31px;line-height:1.12;
  margin:14px 0 12px;
}
.hero-copy p{font-size:14px;line-height:1.6;margin:0;color:rgba(255,255,255,.88)}
.mini-pill{
  display:inline-block;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);
  border-radius:999px;padding:7px 12px;font-size:11px;font-weight:600;
}
.social-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.social-row a{
  font-size:11px;font-weight:700;letter-spacing:.08em;
  padding:9px 12px;border-radius:999px;background:#fff;color:var(--teal-dark);
}

.intro{text-align:center;padding:48px 28px 26px}
.teal{color:var(--teal)}
.intro h2,.steps h2{
  font-family:"Playfair Display",serif;font-size:30px;margin:8px 0 12px;
}
.intro>p:last-child{max-width:550px;margin:0 auto;font-size:14px;line-height:1.7;color:#607579}

.cards-grid{display:grid;gap:18px;padding:0 22px 42px}
.product-card{
  min-height:205px;border-radius:24px;overflow:hidden;
  display:grid;grid-template-columns:1.25fr .75fr;box-shadow:var(--shadow);
}
.card-copy{padding:25px;display:flex;flex-direction:column;align-items:flex-start}
.card-copy h3{
  font-family:"Playfair Display",serif;font-size:25px;line-height:1.1;margin:12px 0 8px;
}
.card-copy p{font-size:13px;line-height:1.5;margin:0 0 20px;opacity:.9}
.card-bottom{margin-top:auto;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.card-bottom strong{font-size:19px}
.card-bottom button{
  border:0;border-radius:999px;padding:10px 14px;
  font-size:10px;font-weight:800;letter-spacing:.1em;cursor:pointer;
  background:#fff;color:var(--teal-dark);transition:.2s ease;
}
.card-bottom button:hover{transform:translateY(-2px)}
.tag{
  display:inline-block;background:#fff;color:var(--teal-dark);
  border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800;letter-spacing:.12em;
}
.tag.dark{background:var(--ink);color:#fff}
.tag.light{background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.35)}
.card-blue,.card-blue-dark{background:var(--teal);color:#fff}
.card-blue-dark{background:var(--teal-dark)}
.card-sand{background:var(--sand);color:#4e3b32}
.card-cream{background:var(--cream);color:var(--ink)}
.card-art{position:relative;overflow:hidden}
.card-art:before{
  content:"";position:absolute;width:220px;height:220px;border-radius:50%;
  background:rgba(255,255,255,.38);right:-70px;top:-10px;
}
.sheet{
  position:absolute;width:110px;height:145px;background:#fff;border-radius:10px;
  right:25px;top:32px;transform:rotate(5deg);padding:25px 18px;box-shadow:0 12px 20px rgba(0,0,0,.12)
}
.sheet span{display:block;height:6px;border-radius:10px;background:#bdd5d7;margin-bottom:13px}
.pen{position:absolute;width:12px;height:120px;background:#d9b28f;border-radius:8px;right:35px;top:65px;transform:rotate(35deg)}
.brain{
  position:absolute;right:28px;top:42px;width:125px;height:102px;border-radius:50%;
  display:grid;place-items:center;background:#f6ede5;color:#a47563;
  font-size:36px;border:5px double #c9a38e;box-shadow:0 12px 20px rgba(0,0,0,.09)
}
.note{position:absolute;background:#fff;padding:7px 10px;border-radius:6px;font-size:9px;font-weight:700;box-shadow:0 8px 15px rgba(0,0,0,.08)}
.note-one{right:80px;top:24px;transform:rotate(-5deg)}
.note-two{right:16px;bottom:28px;transform:rotate(7deg)}
.calendar{
  position:absolute;width:128px;height:130px;background:#fff;border-radius:14px;right:24px;top:34px;
  box-shadow:0 12px 20px rgba(0,0,0,.09);overflow:hidden
}
.calendar-head{height:30px;background:#8db1b3}
.dots{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px}
.dots i{width:13px;height:13px;border-radius:50%;background:#d7e5e5}
.dots i:nth-child(2),.dots i:nth-child(5),.dots i:nth-child(9){background:#80aeb1}
.leaf{position:absolute;right:16px;bottom:22px;width:44px;height:44px;border-radius:50%;background:#d6b69d;color:#fff;display:grid;place-items:center;font-size:22px}
.book{position:absolute;width:102px;height:135px;border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.2);right:24px;top:34px}
.book-one{background:#e8d5c3;transform:rotate(11deg);right:20px}
.book-two{background:#f4eee7;transform:rotate(2deg);right:45px}
.book-three{background:#7ca8ad;transform:rotate(-8deg);right:70px}
.spark{position:absolute;right:18px;top:18px;font-size:27px;color:#e7c49f}

.steps{
  margin:0 22px 42px;padding:32px;border-radius:26px;background:#f5f8f7;
  display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:start
}
.steps-heading h2{font-size:28px}
.steps-list{display:grid;gap:16px}
.step{display:flex;gap:14px;align-items:flex-start;background:#fff;border-radius:16px;padding:16px}
.step>span{
  flex:0 0 42px;height:42px;border-radius:50%;display:grid;place-items:center;
  background:var(--teal-soft);color:var(--teal);font-size:11px;font-weight:800
}
.step h3{margin:0 0 4px;font-size:14px}
.step p{margin:0;font-size:12px;line-height:1.5;color:#6d7c7f}

.testimonial{margin:0 22px 42px;padding:30px;text-align:center;border:1px solid #dce5e3;border-radius:24px}
.quote-mark{font-family:"Playfair Display",serif;font-size:60px;line-height:.7;color:var(--teal)}
.testimonial p{font-family:"Playfair Display",serif;font-size:22px;line-height:1.4;margin:12px auto;max-width:550px}
.testimonial span{font-size:12px;color:#6c7d80}

.cta{
  margin:0 22px 42px;padding:30px;border-radius:25px;background:var(--sand);
  display:flex;justify-content:space-between;gap:22px;align-items:center;color:#4b3931
}
.cta h2{font-family:"Playfair Display",serif;margin:8px 0;font-size:27px}
.cta p{font-size:13px;line-height:1.5;margin-bottom:0}
.cta>a{
  flex:0 0 auto;background:#4b3931;color:#fff;border-radius:999px;
  padding:13px 17px;font-size:10px;font-weight:800;letter-spacing:.1em
}

footer{padding:30px 28px 35px;background:#244f55;color:#fff}
.footer-brand{display:flex;align-items:center;gap:12px}
.brand-mark.small{width:42px;height:42px;font-size:16px}
.footer-brand strong{font-family:"Playfair Display",serif;font-size:18px}
.footer-brand p{font-size:11px;margin:4px 0;color:rgba(255,255,255,.72)}
.footer-links{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0 18px}
.footer-links a{font-size:11px;color:rgba(255,255,255,.85)}
footer small{font-size:10px;color:rgba(255,255,255,.55)}

.modal{position:fixed;inset:0;z-index:20;display:none;align-items:center;justify-content:center;padding:20px}
.modal.is-open{display:flex}
.modal-backdrop{position:absolute;inset:0;background:rgba(26,43,46,.68);backdrop-filter:blur(5px)}
.modal-panel{
  position:relative;width:min(100%,460px);background:#fff;border-radius:24px;padding:30px;
  box-shadow:0 30px 80px rgba(0,0,0,.25);z-index:1
}
.modal-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:28px;cursor:pointer;color:#5e7174}
.modal-panel h2{font-family:"Playfair Display",serif;font-size:30px;margin:14px 0 10px}
.modal-panel p,.modal-panel li{font-size:13px;line-height:1.6;color:#607579}
.modal-panel ul{padding-left:18px}
.modal-buy{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:24px}
.modal-buy strong{font-size:24px}
.modal-buy a{background:var(--teal);color:#fff;padding:13px 16px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.08em}

@media (max-width:620px){
  .page-shell{width:100%}
  .hero{padding:23px 18px 28px}
  .hero-content{grid-template-columns:1fr;gap:18px;margin-top:22px}
  .portrait-card{height:225px}
  .hero-copy h2{font-size:28px}
  .intro{padding:38px 20px 22px}
  .cards-grid{padding:0 14px 34px}
  .product-card{grid-template-columns:1fr;min-height:360px}
  .card-art{min-height:155px;order:-1}
  .card-copy{padding:22px}
  .sheet{top:15px;right:50%;transform:translateX(50%) rotate(5deg)}
  .pen{top:45px;right:33%}
  .brain{top:22px;right:50%;transform:translateX(50%)}
  .note-one{right:58%;top:10px}.note-two{right:15%;bottom:15px}
  .calendar{top:18px;right:50%;transform:translateX(50%)}
  .leaf{right:24%;bottom:14px}
  .book{top:15px}.book-one{right:22%}.book-two{right:35%}.book-three{right:48%}
  .steps{margin:0 14px 34px;padding:24px;grid-template-columns:1fr}
  .testimonial,.cta{margin-left:14px;margin-right:14px}
  .cta{align-items:flex-start;flex-direction:column}
  .cta>a{width:100%;text-align:center}
  .modal-buy{align-items:flex-start;flex-direction:column}
  .modal-buy a{width:100%;text-align:center}
}
