
:root{--pink:#ec6fa3;--hot:#f2388c;--soft:#fff6fa;--blush:#fde8f1;--ink:#262626;--muted:#666;--line:#f3a6c7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Georgia,'Times New Roman',serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,var(--soft) 100%)}.topbar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--blush)}nav{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 18px;gap:12px}.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.03em;text-decoration:none;color:var(--ink)}.brand img{width:58px;height:58px;object-fit:cover;border-radius:50%;border:2px solid var(--blush)}.links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.links a{color:var(--ink);text-decoration:none;font-size:15px}.links a:hover{color:var(--hot)}.links a.cta{background:var(--hot);color:white;padding:10px 15px;border-radius:999px}header{max-width:1120px;margin:0 auto;padding:54px 18px 36px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.hero-card{background:white;border:2px solid var(--blush);border-radius:28px;box-shadow:0 20px 50px rgba(236,111,163,.16);padding:26px;text-align:center}.hero-card img{max-width:100%;border-radius:18px}h1{font-size:clamp(42px,7vw,82px);line-height:.95;margin:0 0 18px;letter-spacing:.05em;font-weight:400}.pink{color:var(--hot)}.subtitle{font-size:21px;line-height:1.6;color:#444;margin:0 0 24px}.button-row{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-block;text-decoration:none;border-radius:999px;padding:13px 20px;border:1px solid var(--hot);font-weight:700}.btn.primary{background:var(--hot);color:white}.btn.secondary{color:var(--hot);background:white}section{max-width:1120px;margin:0 auto;padding:36px 18px}.section-title{text-align:center;margin-bottom:22px}.section-title h2{font-size:clamp(34px,5vw,60px);font-weight:400;letter-spacing:.06em;margin:0}.section-title p{color:var(--muted);font-size:18px;line-height:1.5}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.service{background:white;border:1px solid var(--blush);border-radius:20px;padding:22px;box-shadow:0 10px 26px rgba(236,111,163,.09)}.service h3{margin:0 0 10px;color:var(--hot);font-size:22px}.service p{margin:0;color:#555;line-height:1.5}.flyer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.flyer-card{background:white;border:1px solid var(--blush);border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(236,111,163,.12)}.flyer-card img{width:100%;display:block}.flyer-card h3{font-size:17px;margin:13px 14px 16px;text-align:center;color:#333}.portfolio-preview,.reviews-wrap{background:white;border:2px solid var(--blush);border-radius:24px;padding:28px;box-shadow:0 14px 34px rgba(236,111,163,.12);text-align:center}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.review-card{background:var(--soft);border:1px solid var(--blush);border-radius:18px;padding:20px;text-align:left;line-height:1.55}.stars{color:var(--hot);font-size:20px;letter-spacing:2px}.form-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:start}.note,.form-card{background:white;border:2px solid var(--blush);border-radius:24px;padding:24px;box-shadow:0 14px 34px rgba(236,111,163,.12)}.note h3{font-size:31px;margin:0 0 12px;color:var(--hot);font-weight:400}.note p{line-height:1.65;color:#555;font-size:17px}form{display:grid;gap:14px}label{font-weight:700;color:#333}input,select,textarea{width:100%;padding:13px 14px;border:1.5px solid var(--line);border-radius:14px;font:16px Arial,sans-serif;background:#fff}textarea{min-height:96px;resize:vertical}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}button{border:0;border-radius:999px;background:var(--hot);color:white;padding:15px 20px;font-size:17px;font-weight:700;cursor:pointer}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-card{background:white;border:1px solid var(--blush);border-radius:20px;overflow:hidden;box-shadow:0 12px 28px rgba(236,111,163,.12)}.gallery-card img{width:100%;display:block}.gallery-card h3{margin:16px;text-align:center;color:var(--hot)}.page-intro{max-width:850px;margin:0 auto;text-align:center;color:#555;font-size:18px;line-height:1.6}.small-note{font-size:14px;color:#777;text-align:center;margin-top:20px}footer{text-align:center;padding:36px 18px;background:white;border-top:1px solid var(--blush);color:#555}footer img{width:96px;height:96px;object-fit:cover;border-radius:50%;display:block;margin:0 auto 12px}@media(max-width:900px){header,.form-wrap{grid-template-columns:1fr}.services,.flyer-grid,.review-grid,.gallery-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.links{justify-content:center}.topbar{position:relative}nav{flex-direction:column}.services,.flyer-grid,.review-grid,.gallery-grid,.two{grid-template-columns:1fr}header{padding-top:28px}h1{text-align:center}.subtitle{text-align:center}.button-row{justify-content:center}}
