
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

:root{
  --cream:#fffaf7; --pink:#f8dfe5; --lav:#e9e1f7; --sage:#dfeee5;
  --peach:#f8e5d2; --brown:#4b3d3a; --muted:#7d6f6b; --white:#fff;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--brown);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1120px,92%);margin:auto}
.nav{position:sticky;top:0;z-index:20;background:rgba(255,250,247,.9);backdrop-filter:blur(12px);border-bottom:1px solid #eadfd9}
.nav-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between}
.logo{font-family:'Playfair Display',serif;font-size:25px;font-weight:700}
.logo span{color:#b98293}
.nav-links{display:flex;gap:25px;align-items:center}
.nav-links a{font-size:14px;color:#655754}
.nav-links a:hover{color:#b26f84}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:999px;background:var(--brown);color:white;font-weight:600;border:0;transition:.2s}
.btn:hover{transform:translateY(-2px);opacity:.92}
.btn.pink{background:#c98599}.btn.light{background:white;color:var(--brown);border:1px solid #ead9d5}
.menu{display:none;background:none;border:0;font-size:25px}
.hero{padding:80px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}
.eyebrow{display:inline-block;background:var(--pink);padding:7px 13px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
h1,h2,h3{font-family:'Playfair Display',serif;line-height:1.15}
h1{font-size:clamp(45px,6vw,76px);margin-bottom:20px}
h1 em{font-style:normal;color:#b9798e}
h2{font-size:42px;margin-bottom:14px}
h3{font-size:24px}
.lead{font-size:18px;color:var(--muted);max-width:620px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-card{position:relative}
.hero-card img{height:520px;width:100%;object-fit:cover;border-radius:34px 34px 110px 34px;box-shadow:0 25px 70px rgba(92,65,60,.14)}
.blob{position:absolute;width:120px;height:120px;border-radius:50%;background:var(--lav);right:-25px;bottom:-25px;z-index:-1}
.section{padding:85px 0}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:35px}
.section-head p{max-width:550px;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:white;border:1px solid #eee2dd;border-radius:25px;padding:28px;box-shadow:0 12px 35px rgba(92,65,60,.06)}
.icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;font-size:22px;background:var(--pink);margin-bottom:20px}
.card:nth-child(2) .icon{background:var(--lav)}.card:nth-child(3) .icon{background:var(--sage)}
.card p{color:var(--muted);font-size:15px;margin-top:9px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:35px}
.stat{background:var(--peach);border-radius:20px;padding:22px;text-align:center}.stat b{font:700 32px 'Playfair Display';display:block}
.soft{background:#f5ecef}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center}
.about-img{height:530px;object-fit:cover;border-radius:100px 25px 25px 25px}
.skills{display:grid;gap:17px;margin-top:25px}
.skill-row{display:grid;gap:7px}.skill-top{display:flex;justify-content:space-between;font-size:14px;font-weight:600}
.bar{height:9px;background:#eee4df;border-radius:999px;overflow:hidden}.bar span{height:100%;display:block;background:#c98599;border-radius:999px}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.service{padding:32px;background:white;border-radius:28px;border:1px solid #eee2dd}
.service ul{margin:16px 0 0 18px;color:var(--muted)}
.service li{margin:6px 0}
.portfolio{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.project{position:relative;overflow:hidden;border-radius:25px;min-height:310px;background:white}
.project img{height:310px;width:100%;object-fit:cover;transition:.35s}
.project:hover img{transform:scale(1.04)}
.project .overlay{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(255,250,247,.94);padding:15px;border-radius:17px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:25px}
.contact-box{background:white;border:1px solid #eee2dd;border-radius:28px;padding:32px}
.contact-list{display:grid;gap:15px;margin-top:22px}.contact-item{padding:15px 17px;border-radius:16px;background:#faf3f1}
form{display:grid;gap:14px}input,textarea{width:100%;padding:15px 16px;border:1px solid #e5d9d4;border-radius:14px;background:#fffaf7;font:inherit;color:var(--brown)}textarea{min-height:145px;resize:vertical}
.footer{padding:35px 0;border-top:1px solid #eadfd9;color:var(--muted);font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:20px}
.page-hero{padding:70px 0;background:linear-gradient(120deg,var(--pink),var(--cream),var(--lav));text-align:center}
.page-hero p{max-width:650px;margin:12px auto 0;color:var(--muted)}
.badge{display:inline-block;padding:6px 12px;border-radius:999px;background:var(--sage);font-size:12px;font-weight:700}
@media(max-width:800px){
 .nav-links{display:none}.menu{display:block}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero{padding-top:50px}.hero-card img{height:410px}.cards,.portfolio{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.section-head p{margin-top:10px}.footer-inner{display:block}.footer-inner p{margin-top:8px}
}
