:root{
  --bg:#f6f3ed;
  --surface:#fffdf8;
  --surface-2:#eee9df;
  --ink:#242827;
  --muted:#6f7774;
  --line:rgba(36,40,39,.11);
  --accent:#3f665c;
  --accent-dark:#29493f;
  --warm:#b68163;
  --shadow:0 24px 70px rgba(43,52,49,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.topbar{
  width:min(1280px,calc(100% - 40px));
  height:84px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700}
.brand-mark{
  width:34px;height:34px;border:1px solid var(--accent);
  border-radius:50%;display:grid;place-items:center;color:var(--accent);
  font-size:23px;line-height:1
}
.brand-text{font-family:Georgia,"Times New Roman",serif;font-size:23px;letter-spacing:.01em}
.topnav{display:flex;gap:30px;color:var(--muted);font-size:14px}
.topnav a:hover{color:var(--ink)}
.auth-slot{min-width:112px;display:flex;justify-content:flex-end}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 20px;border-radius:999px;border:1px solid transparent;
  font-weight:650;font-size:14px;transition:.2s ease;cursor:pointer
}
.btn-primary{background:var(--accent);color:#fff;box-shadow:0 12px 30px rgba(63,102,92,.22)}
.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px)}
.btn-secondary{background:rgba(255,255,255,.55);border-color:var(--line)}
.btn-secondary:hover,.btn-ghost:hover{background:#fff}
.btn-ghost{border-color:var(--line);background:transparent}
main{overflow:hidden}
.hero{
  width:min(1280px,calc(100% - 40px));margin:20px auto 0;
  min-height:650px;display:grid;grid-template-columns:1.08fr .92fr;
  align-items:center;gap:56px;padding:60px 0 86px
}
.eyebrow{
  text-transform:uppercase;letter-spacing:.18em;font-size:11px;
  font-weight:800;color:var(--accent);margin-bottom:16px
}
h1,h2,h3,p{margin-top:0}
h1,h2{
  font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.025em
}
h1{font-size:clamp(52px,6vw,82px);line-height:.98;margin-bottom:28px;max-width:760px}
h1 span{color:var(--accent)}
.hero-lead{
  max-width:660px;font-size:19px;line-height:1.65;color:var(--muted);margin-bottom:30px
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-note{
  margin-top:22px;max-width:610px;color:#7f8582;font-size:12px;line-height:1.55
}
.hero-visual{position:relative;height:520px}
.photo-card{
  position:absolute;width:360px;height:458px;border-radius:32px;padding:12px;background:#fff;
  box-shadow:var(--shadow)
}
.photo-card-back{left:22px;top:34px;transform:rotate(-7deg);opacity:.78}
.photo-card-front{right:20px;top:4px;transform:rotate(5deg)}
.photo-surface{width:100%;height:100%;border-radius:24px;overflow:hidden;position:relative}
.photo-surface.warm{
  background:
    radial-gradient(circle at 42% 25%,rgba(255,244,216,.94),transparent 29%),
    linear-gradient(145deg,#927d6b 0%,#d6c3aa 42%,#756f65 100%)
}
.photo-surface.soft{
  display:flex;align-items:flex-end;padding:26px;
  background:
    radial-gradient(circle at 58% 30%,rgba(255,255,255,.9),transparent 19%),
    linear-gradient(155deg,#d9d4c9 0%,#8e9b90 50%,#53655f 100%)
}
.photo-glow{
  position:absolute;width:180px;height:240px;border-radius:50% 50% 44% 44%;
  left:86px;top:78px;background:linear-gradient(180deg,rgba(248,238,220,.95),rgba(124,107,92,.6));
  filter:blur(1px);box-shadow:0 0 70px rgba(255,244,222,.38)
}
.photo-caption{
  position:relative;z-index:2;color:#fff;font-family:Georgia,serif;
  font-size:25px;line-height:1.15;max-width:230px;text-shadow:0 2px 18px rgba(0,0,0,.16)
}
.floating-chip{
  position:absolute;padding:11px 15px;border-radius:999px;background:rgba(255,253,248,.9);
  backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(45,55,52,.12);
  font-size:12px;font-weight:700;border:1px solid rgba(255,255,255,.7)
}
.chip-one{left:-12px;top:390px}
.chip-two{right:-10px;top:362px}
.section{width:min(1280px,calc(100% - 40px));margin:0 auto;padding:92px 0}
.section-soft{
  width:auto;max-width:none;margin-top:48px;padding-left:max(20px,calc((100vw - 1280px)/2));
  padding-right:max(20px,calc((100vw - 1280px)/2));background:#ece7dc
}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:34px;margin-bottom:38px}
.section-heading h2,.manifesto h2{font-size:clamp(38px,4.2vw,58px);line-height:1.02;margin-bottom:0}
.section-heading>p{max-width:440px;color:var(--muted);line-height:1.6;margin-bottom:4px}
.direction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.direction-card{
  min-height:245px;background:var(--surface);border:1px solid var(--line);
  border-radius:24px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;
  transition:.22s ease;position:relative;overflow:hidden
}
.direction-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(43,52,49,.09)}
.direction-icon{
  width:46px;height:46px;border-radius:15px;background:#e7eee9;color:var(--accent);
  display:grid;place-items:center;font-size:20px;font-family:Georgia,serif
}
.direction-card h3{font-family:Georgia,serif;font-size:26px;font-weight:500;margin:28px 0 9px}
.direction-card p{color:var(--muted);line-height:1.55;font-size:14px;margin-bottom:0}
.direction-arrow{
  position:absolute;right:22px;top:22px;width:34px;height:34px;border-radius:50%;
  border:1px solid var(--line);display:grid;place-items:center;color:var(--muted)
}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{padding:28px 0 8px;border-top:1px solid rgba(36,40,39,.16)}
.step-num{font-size:12px;color:var(--accent);font-weight:800;letter-spacing:.1em;margin-bottom:34px}
.step h3{font-family:Georgia,serif;font-size:28px;font-weight:500;margin-bottom:12px}
.step p{color:var(--muted);line-height:1.6;max-width:350px}
.manifesto{
  width:min(1280px,calc(100% - 40px));margin:0 auto;padding:120px 0;
  display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:end
}
.manifesto-copy p{max-width:650px;color:var(--muted);font-size:17px;line-height:1.7;margin-top:26px}
.manifesto-quote{
  font-family:Georgia,serif;font-style:italic;font-size:30px;line-height:1.4;color:#5e6662;
  padding:30px;border-left:2px solid #a8b7af
}
.footer{
  width:min(1280px,calc(100% - 40px));margin:0 auto;padding:32px 0 44px;
  border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px
}
.footer-copy{color:var(--muted);font-size:12px}
.footer-brand .brand-text{font-size:19px}
.user-pill{
  display:flex;align-items:center;gap:9px;padding:7px 12px 7px 8px;
  background:rgba(255,255,255,.62);border:1px solid var(--line);border-radius:999px
}
.user-avatar{
  width:31px;height:31px;border-radius:50%;display:grid;place-items:center;
  background:var(--accent);color:#fff;font-size:12px;font-weight:800
}
.user-meta{display:flex;flex-direction:column;line-height:1.15}
.user-email{font-size:11px;font-weight:700;max-width:150px;overflow:hidden;text-overflow:ellipsis}
.user-balance{font-size:10px;color:var(--muted);margin-top:3px}
@media(max-width:1000px){
  .topnav{display:none}
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:46px}
  .hero-copy{text-align:center}
  .hero-lead,.hero-note{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-visual{height:480px;max-width:560px;width:100%;margin:0 auto}
  .direction-grid{grid-template-columns:repeat(2,1fr)}
  .manifesto{grid-template-columns:1fr;gap:38px}
}
@media(max-width:680px){
  .topbar{width:min(100% - 26px,1280px);height:70px}
  .brand-text{font-size:20px}
  .btn{min-height:43px;padding:0 16px}
  .hero{width:calc(100% - 26px);padding:28px 0 64px;gap:32px}
  h1{font-size:46px}
  .hero-lead{font-size:16px}
  .hero-visual{height:390px}
  .photo-card{width:270px;height:350px}
  .photo-card-back{left:4px}
  .photo-card-front{right:3px}
  .photo-glow{width:125px;height:180px;left:63px;top:58px}
  .photo-caption{font-size:20px}
  .chip-one{top:316px;left:0}
  .chip-two{top:292px;right:0}
  .section{width:calc(100% - 26px);padding:68px 0}
  .section-soft{width:auto;padding-left:13px;padding-right:13px}
  .section-heading{align-items:flex-start;flex-direction:column}
  .direction-grid,.steps{grid-template-columns:1fr}
  .direction-card{min-height:220px}
  .manifesto{width:calc(100% - 26px);padding:82px 0}
  .manifesto-quote{font-size:24px}
  .footer{width:calc(100% - 26px);align-items:flex-start;flex-direction:column}
  .user-email{display:none}
}

.style-price{margin-top:14px;font-size:12px;font-weight:800;color:var(--accent)}
