:root{
  --bg:#ece9e3;
  --bg2:#e3ded6;
  --panel:#f3f0ea;
  --panel2:#d9d2c8;
  --text:#2d2b29;
  --muted:#69625c;
  --line:rgba(71,64,57,.18);
  --accent:#9b816e;
  --accent-dark:#756251;
  --white:#fffaf4;
  --shadow:0 24px 70px rgba(45,43,41,.12);
  --serif:'Manrope', Arial, sans-serif;
  --sans:'Manrope', Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:22px 32px;color:var(--white);background:linear-gradient(to bottom,rgba(20,20,19,.52),rgba(20,20,19,0));backdrop-filter:blur(4px)}
.logo{display:flex;align-items:center;gap:16px}.logo-mark{font-family:var(--serif);font-size:29px;letter-spacing:.04em}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-text strong{font-family:var(--serif);font-weight:600;font-size:18px}.logo-text small{font-size:12px;color:rgba(255,250,244,.82)}
.nav{display:flex;gap:38px;font-size:14px;color:rgba(255,250,244,.86)}.nav a:hover{color:#fff}.header-button{padding:14px 25px;border-radius:8px;background:rgba(155,129,110,.92);font-size:14px}.header-button:hover,.primary-button:hover{background:var(--accent-dark)}
.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-image:url('assets/natalia-main.jpeg');background-size:cover;background-position:72% center;filter:saturate(.72) contrast(.95) brightness(.82);transform:scale(1.02)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,25,23,.88) 0%,rgba(38,35,32,.66) 36%,rgba(38,35,32,.22) 63%,rgba(20,19,18,.35) 100%), radial-gradient(circle at 63% 45%,rgba(236,233,227,.12),transparent 32%)}.hero-content{position:relative;z-index:2;width:min(560px,calc(100% - 48px));margin-left:9vw;padding-top:90px;color:var(--white)}.eyebrow{margin:0 0 16px;text-transform:uppercase;letter-spacing:.08em;font-size:13px;color:rgba(255,250,244,.75)}.eyebrow.dark{color:var(--accent-dark)}h1,h2,h3,p{margin-top:0}h1{font-family:var(--serif);font-size:clamp(62px,8vw,108px);line-height:.92;font-weight:500;letter-spacing:-.035em;margin-bottom:24px}h2{font-family:var(--serif);font-weight:500;font-size:clamp(38px,5vw,66px);line-height:1.05;letter-spacing:-.035em}h3{font-family:var(--serif);font-weight:500;font-size:24px;line-height:1.15}.hero-subtitle{font-family:var(--serif);font-size:25px;margin-bottom:24px}.hero-text{max-width:440px;color:rgba(255,250,244,.88);margin-bottom:38px}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 34px;border-radius:8px;background:var(--accent);color:var(--white);font-weight:600}.hero-notes{display:flex;flex-wrap:wrap;gap:24px;margin-top:34px;color:rgba(255,250,244,.76);font-size:14px}.hero-notes span{position:relative;padding-left:22px}.hero-notes span:before{content:'✦';position:absolute;left:0;color:#c4aa96}
.section{padding:86px 8vw}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-head h2{margin:0}.section-head p{max-width:360px;color:var(--muted);margin:0}.center{text-align:center;display:block}.center p{margin:16px auto 0}.request-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.soft-card,.price-card,.process-step{border:1px solid var(--line);background:rgba(243,240,234,.56);border-radius:10px;padding:28px;box-shadow:0 8px 30px rgba(45,43,41,.04)}.soft-card{min-height:220px}.icon{display:block;color:var(--accent);font-size:34px;margin-bottom:28px;line-height:1}.soft-card h3{font-size:21px;margin-bottom:18px}.soft-card p,.price-card p,.process-step p{color:var(--muted);font-size:14px;margin:0}.image-text-section{display:grid;grid-template-columns:1.15fr .85fr;min-height:560px;background:var(--bg2)}.image-panel{min-height:560px;background-size:cover;background-position:center;filter:saturate(.7) contrast(.92);position:relative}.image-panel:after,.about-photo:after,.phrase-bg:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(236,233,227,.12),rgba(236,233,227,.46)),radial-gradient(circle,transparent 25%,rgba(20,19,18,.28));backdrop-filter:blur(.2px)}.image-support{background-image:url('assets/support.jpeg')}.text-panel{padding:90px 8vw 90px 6vw;display:flex;flex-direction:column;justify-content:center}.text-panel p{color:var(--muted);max-width:570px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.process-step span{font-family:var(--serif);font-size:44px;color:rgba(117,98,81,.4)}.formats-section{background:linear-gradient(180deg,var(--bg),var(--bg2))}.format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.price-card{min-height:250px}.price-card strong{display:block;font-family:var(--serif);font-size:32px;font-weight:500;color:var(--accent-dark);margin:20px 0 12px}.note{font-size:13px;color:var(--muted);margin:22px 0 0}.about-section{display:grid;grid-template-columns:.92fr 1.08fr;min-height:610px;background:var(--panel)}.about-text{padding:92px 6vw 92px 8vw}.about-text p{max-width:620px;color:var(--muted)}.about-photo{position:relative;background-image:url('assets/teen.jpeg');background-size:cover;background-position:center;filter:saturate(.72) contrast(.95);display:flex;align-items:flex-end;justify-content:flex-end;padding:60px}.quote{position:relative;z-index:2;max-width:390px;font-family:var(--serif);font-size:26px;line-height:1.35;color:var(--white);text-shadow:0 8px 28px rgba(0,0,0,.42)}.limits-section{background:var(--bg)}.limits-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.check-list,.muted-list{padding:0;margin:24px 0 0;list-style:none}.check-list li,.muted-list li{position:relative;margin-bottom:16px;padding-left:34px;color:var(--muted)}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--accent);font-weight:700}.muted-list li:before{content:'—';position:absolute;left:0;color:var(--accent)}.small-text{color:var(--muted);font-size:14px}.phrase-section{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;color:var(--white);padding:60px 24px}.phrase-bg{position:absolute;inset:0;background-image:url('assets/session.jpeg');background-size:cover;background-position:center 45%;filter:saturate(.62) brightness(.85);transform:scale(1.02)}.phrase-overlay{position:absolute;inset:0;background:rgba(35,33,31,.62)}.phrase-section h2{position:relative;z-index:2;max-width:900px;margin:0}.contact-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;padding:95px 8vw;background:var(--panel)}.contact-info p{color:var(--muted);max-width:520px}.contact-lines{display:flex;flex-direction:column;gap:8px;margin-top:26px;color:var(--accent-dark);font-weight:600}.contact-form{background:rgba(255,250,244,.55);border:1px solid var(--line);border-radius:16px;padding:34px;box-shadow:var(--shadow)}.contact-form label{display:block;margin-bottom:18px;font-size:14px;color:var(--muted)}.contact-form input,.contact-form textarea{width:100%;display:block;margin-top:8px;border:1px solid rgba(71,64,57,.18);border-radius:10px;background:rgba(255,250,244,.76);padding:15px 16px;font:inherit;color:var(--text);outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent)}.contact-form button{width:100%;border:0;border-radius:10px;background:var(--accent);color:var(--white);font:inherit;font-weight:700;padding:17px 22px;cursor:pointer}.contact-form button:hover{background:var(--accent-dark)}.hidden{display:none!important}.form-note{font-size:12px;color:var(--muted);margin:14px 0 0}.footer{display:flex;justify-content:space-between;gap:24px;padding:34px 8vw;background:#2d2b29;color:rgba(255,250,244,.82);font-size:14px}.footer div{display:flex;flex-direction:column}.footer strong{color:var(--white)}.footer-links{gap:4px}
@media (max-width:1100px){.request-grid{grid-template-columns:repeat(3,1fr)}.format-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.nav{display:none}.hero{min-height:720px}.hero-content{margin-left:6vw}.image-text-section,.about-section,.contact-section{grid-template-columns:1fr}.about-photo,.image-panel{min-height:420px}.about-text,.text-panel{padding:70px 8vw}.limits-grid{grid-template-columns:1fr;gap:36px}}
@media (max-width:680px){.site-header{padding:16px 18px}.logo-text{display:none}.header-button{padding:11px 16px}.hero{min-height:700px}.hero-bg{background-position:64% center}.hero-overlay{background:linear-gradient(90deg,rgba(25,24,22,.9),rgba(25,24,22,.62),rgba(25,24,22,.46))}.hero-content{width:calc(100% - 36px);margin-left:18px}.hero-notes{gap:12px}.section{padding:62px 20px}.section-head{display:block}.section-head p{margin-top:14px}.request-grid,.format-grid,.process-grid{grid-template-columns:1fr}.image-text-section{min-height:auto}.text-panel,.about-text,.contact-section{padding:62px 20px}.about-photo{padding:34px 20px}.quote{font-size:22px}.limits-grid{gap:30px}.phrase-section{min-height:300px}.footer{flex-direction:column;padding:30px 20px}h1{font-size:58px}h2{font-size:38px}}
.form-status{
  margin-top:14px;
  font-size:14px;
  color:var(--muted);
}

.form-status.success{
  color:#3f6b4a;
  font-weight:600;
}

.form-status.error{
  color:#9b3f3f;
  font-weight:600;
}
