:root{
  --paper:#F6F2EA;
  --paper-2:#EFE9DD;
  --white:#FFFDF8;
  --ink:#171717;
  --muted:#77756D;
  --line:rgba(23,23,23,.12);
  --brand:#00BA85;
  --brand-dark:#00956E;
  --brand-soft:rgba(0,186,133,.14);
  --max:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:"DM Sans",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
button{cursor:pointer}

.shell{width:min(calc(100% - 64px),var(--max));margin:0 auto}
.section-pad{padding:126px 0}

.site-header{
  position:fixed;
  z-index:1000;
  inset:0 0 auto;
  background:rgba(246,242,234,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(23,23,23,.06);
  transition:box-shadow .25s ease,background .25s ease;
}
.site-header.scrolled{
  background:rgba(246,242,234,.95);
  box-shadow:0 15px 40px rgba(23,23,23,.07);
}
.header-inner{
  min-height:86px;
  display:flex;
  align-items:center;
  gap:34px;
}
.brand{
  width:206px;
  display:flex;
  align-items:center;
  flex-shrink:0;
}
.brand img{
  display:block;
  width:174px;
  height:auto;
}
.nav-links{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:28px;
}
.nav-links>a,.nav-more,.talk{
  color:#4d4c47;
  font-size:13px;
  font-weight:500;
}
.nav-links>a.active{color:var(--brand-dark);font-weight:700}
.nav-more{
  border:0;
  background:transparent;
  padding:8px 0;
}
.nav-more span{display:inline-block;margin-left:3px}
.nav-more-wrap{position:relative}
.more-menu{
  position:absolute;
  left:-22px;
  top:38px;
  width:190px;
  display:none;
  padding:10px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,253,248,.98);
  box-shadow:0 20px 45px rgba(23,23,23,.10);
}
.more-menu.open{display:block}
.more-menu a{
  display:block;
  padding:11px 12px;
  border-radius:10px;
  color:#4d4c47;
  font-size:12px;
}
.more-menu a:hover{background:var(--paper)}
.talk{
  min-width:88px;
  text-align:right;
  font-weight:700;
}
.menu-toggle{
  display:none;
  width:42px;height:42px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--white);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:4px;
}
.menu-toggle span{width:17px;height:1.5px;background:var(--ink)}

.hero{
  position:relative;
  overflow:hidden;
  min-height:820px;
  padding-top:176px;
}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  align-items:center;
  gap:46px;
  min-height:510px;
}
.kicker{
  margin:0 0 22px;
  color:#77756d;
  font-size:10px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
h1,h2{
  margin:0;
  letter-spacing:-.07em;
  line-height:.94;
}
h1{
  max-width:690px;
  font-size:clamp(64px,8vw,112px);
}
h2{font-size:clamp(52px,6vw,84px)}
h1 i,h2 i{
  font-family:"Playfair Display",Georgia,serif;
  font-style:italic;
  font-weight:500;
  color:#85847c;
}
.lead{
  max-width:515px;
  margin:30px 0 34px;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
}
.btn{
  min-height:50px;
  padding:0 23px;
  display:inline-flex;
  align-items:center;
  gap:14px;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  font-size:13px;
  font-weight:800;
  transition:transform .25s ease,box-shadow .25s ease;
}
.btn span{color:var(--brand)}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 35px rgba(23,23,23,.15);
}
.hero-visual{
  position:relative;
  min-height:510px;
  display:grid;
  place-items:center;
}
.soft-disc{
  width:430px;
  height:430px;
  border-radius:50%;
  background:
    radial-gradient(circle at 34% 24%,rgba(255,255,255,.9),transparent 20%),
    radial-gradient(circle at 70% 74%,rgba(0,186,133,.26),transparent 39%),
    linear-gradient(135deg,#E8E1D4,#F7F1E7 56%,#D8EFE5);
  box-shadow:0 35px 90px rgba(23,23,23,.08);
  animation:pulse 7s ease-in-out infinite;
}
.big-icon-card{
  position:absolute;
  width:246px;height:246px;
  border-radius:56px;
  display:grid;
  place-items:center;
  background:var(--brand);
  box-shadow:0 30px 70px rgba(0,186,133,.25);
  transform:rotate(8deg);
  animation:floatMain 6s ease-in-out infinite;
}
.big-icon-card img{
  width:168px;
  height:168px;
  object-fit:contain;
}
.float-card{
  position:absolute;
  min-width:136px;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.85);
  border-radius:16px;
  background:rgba(255,253,248,.72);
  backdrop-filter:blur(16px);
  box-shadow:0 18px 40px rgba(23,23,23,.1);
}
.float-card small{
  display:block;
  color:#77756d;
  font-size:9px;
}
.float-card strong{
  display:block;
  margin-top:5px;
  color:var(--ink);
  font-size:13px;
}
.float-a{top:14%;left:4%}
.float-b{right:1%;bottom:18%}
.float-c{left:10%;bottom:16%}
.hero-deco{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.hero-deco-1{
  width:205px;height:205px;
  right:-70px;top:145px;
  border:1px solid rgba(23,23,23,.08);
}
.hero-deco-2{
  width:115px;height:115px;
  left:-44px;bottom:110px;
  background:var(--brand-soft);
}

.feature-row{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:46px;
  margin-top:58px;
  padding-top:30px;
  border-top:1px solid var(--line);
}
.mini-feature{
  display:flex;
  gap:14px;
}
.mini-feature span{
  width:31px;height:31px;
  flex:0 0 auto;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--brand);
  color:#fff;
  font-size:11px;
}
.mini-feature h3{
  margin:0;
  font-size:13px;
}
.mini-feature p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:11px;
  line-height:1.5;
}

.about{background:var(--white)}
.split{
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:132px;
}
.split h2{max-width:710px}
.split-copy{
  padding-top:36px;
}
.split-copy p{
  margin:0 0 24px;
  color:var(--muted);
  font-size:16px;
  line-height:1.85;
}

.services{background:var(--paper)}
.section-title{
  display:grid;
  grid-template-columns:1fr .72fr;
  align-items:end;
  gap:90px;
  margin-bottom:56px;
}
.section-title>p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.78;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.service-card{
  min-height:410px;
  padding:20px 20px 30px;
  border:1px solid var(--line);
  border-radius:26px;
  background:var(--white);
  transition:transform .35s ease,box-shadow .35s ease;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 60px rgba(23,23,23,.08);
}
.service-art{
  position:relative;
  height:190px;
  overflow:hidden;
  border-radius:19px;
  background:var(--paper-2);
}
.service-art:before,
.service-art:after{
  content:"";
  position:absolute;
  border:1px solid rgba(23,23,23,.13);
  border-radius:50%;
}
.service-art:before{
  width:230px;height:230px;
  right:-50px;top:-85px;
}
.service-art:after{
  width:150px;height:150px;
  left:15%;bottom:-70px;
}
.service-art span{
  position:absolute;
  z-index:2;
  left:50%;top:50%;
  width:74px;height:74px;
  transform:translate(-50%,-50%);
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--ink);
  color:var(--brand);
  font-size:12px;
  font-weight:800;
  box-shadow:0 20px 40px rgba(23,23,23,.16);
}
.art-2{background:#E6EEE7}
.art-3{background:#EFE8DC}
.art-4{background:#E3EFE8}
.art-3 span{border-radius:18px}
.art-4 span{border-radius:23px 23px 50% 50%}
.service-card h3{
  margin:26px 6px 12px;
  font-size:25px;
  letter-spacing:-.04em;
}
.service-card p{
  margin:0 6px;
  max-width:500px;
  color:var(--muted);
  font-size:13px;
  line-height:1.75;
}

.experts{background:var(--white)}
.experts-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:132px;
}
.expert-visual{
  position:relative;
  min-height:510px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:30px;
  background:#ECE5D9;
}
.expert-circle{
  position:absolute;
  border:1px solid rgba(23,23,23,.12);
  border-radius:50%;
}
.expert-circle.one{width:450px;height:450px}
.expert-circle.two{width:270px;height:270px}
.expert-panel{
  position:relative;
  width:260px;
  min-height:285px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  border-radius:23px;
  color:#fff;
  background:var(--ink);
  transform:rotate(-7deg);
  box-shadow:0 30px 65px rgba(23,23,23,.22);
}
.expert-panel img{
  width:70px;height:70px;
  object-fit:contain;
  border-radius:18px;
  margin-bottom:26px;
}
.expert-panel strong{
  font-size:32px;
  letter-spacing:-.06em;
}
.expert-panel span{
  margin-top:12px;
  color:#aaa79f;
  font-size:10px;
}
.expert-copy>p:not(.kicker){
  max-width:610px;
  margin:28px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.85;
}
.points{
  margin-top:38px;
  border-top:1px solid var(--line);
}
.points div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:17px 0;
  border-bottom:1px solid var(--line);
}
.points strong{font-size:13px}
.points span{color:#9b9990;font-size:10px}

.reviews{background:var(--paper)}
.center-title{text-align:center}
.review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:60px;
}
.review-card{
  margin:0;
  min-height:300px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:24px;
  background:var(--white);
}
.review-card blockquote{
  margin:0 0 44px;
  font-size:16px;
  line-height:1.75;
}
.review-card figcaption{
  color:var(--muted);
  font-size:11px;
}

.cta{
  background:var(--ink);
  color:#fff;
}
.cta-box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:60px;
  align-items:end;
}
.cta .kicker{color:#8d8b84}
.cta h2{max-width:900px}
.cta p:not(.kicker){
  max-width:650px;
  margin:28px 0 0;
  color:#aaa79f;
  font-size:15px;
  line-height:1.75;
}
.btn-light{
  background:var(--brand);
  color:#fff;
}
.btn-light span{color:#fff}

.contact{background:var(--white)}
.contact-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:start;
  gap:112px;
}
.contact-form{
  padding:36px;
  border-radius:25px;
  background:var(--paper);
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.contact-form label{
  display:block;
  margin-bottom:20px;
  color:#77756d;
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.contact-form input,
.contact-form textarea{
  width:100%;
  display:block;
  margin-top:9px;
  padding:14px 0;
  border:0;
  border-bottom:1px solid rgba(23,23,23,.23);
  outline:0;
  background:transparent;
  color:var(--ink);
  font-size:14px;
  text-transform:none;
  letter-spacing:0;
  resize:vertical;
}
.contact-form input:focus,
.contact-form textarea:focus{
  border-bottom-color:var(--brand-dark);
}
.contact-form button{
  min-height:50px;
  padding:0 23px;
  border:0;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.contact-form button span{color:var(--brand)}
.form-note{
  margin:15px 0 0;
  color:var(--brand-dark);
  font-size:11px;
}
.contact-info h2{
  margin-bottom:38px;
}
.contact-info h3{
  margin:0 0 26px;
  font-size:24px;
  letter-spacing:-.04em;
}
.contact-list{
  display:grid;
  gap:18px;
}
.contact-list p{
  margin:0;
  color:var(--ink);
  font-size:14px;
  line-height:1.55;
}
.contact-list span{
  display:block;
  margin-bottom:4px;
  color:var(--muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.footer{
  padding:70px 0 24px;
  background:var(--paper);
  border-top:1px solid var(--line);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.45fr .7fr .7fr;
  gap:58px;
  padding-bottom:64px;
}
.footer-logo{
  width:170px;
  height:auto;
  display:block;
}
.footer p{
  max-width:330px;
  margin:18px 0 0;
  color:var(--muted);
  font-size:12px;
}
.footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.footer-links h4{
  margin:0 0 8px;
  color:#89877f;
  font-size:9px;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.footer-links a{
  color:#5b5a55;
  font-size:11px;
}
.footer-links a:hover{color:var(--brand-dark)}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:22px;
  border-top:1px solid var(--line);
  color:#8a887f;
  font-size:9px;
}
.back-top{
  position:fixed;
  right:24px;bottom:24px;
  z-index:900;
  width:44px;height:44px;
  border:1px solid var(--line);
  border-radius:50%;
  background:rgba(255,253,248,.9);
  color:var(--ink);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 30px rgba(23,23,23,.08);
  transition:transform .2s ease,background .2s ease,color .2s ease;
}
.back-top:hover{
  transform:translateY(-3px);
  background:var(--brand);
  color:#fff;
}

.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .65s ease,transform .65s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

.legal-page{
  min-height:100vh;
  padding:150px 0 90px;
  background:var(--paper);
}
.legal-wrap{max-width:900px}
.legal-back{
  display:inline-block;
  margin-bottom:70px;
  color:var(--muted);
  font-size:12px;
}
.legal-page h1{
  margin:0;
  font-size:clamp(55px,7vw,92px);
  letter-spacing:-.065em;
  line-height:.95;
}
.legal-note{
  max-width:720px;
  margin:28px 0 50px;
  color:var(--muted);
  line-height:1.75;
}
.legal-card{
  padding:35px;
  border-radius:24px;
  border:1px solid var(--line);
  background:var(--white);
}
.legal-card h2{
  margin:0 0 12px;
  font-family:"DM Sans",Arial,sans-serif;
  font-size:24px;
  letter-spacing:-.04em;
}
.legal-card p{
  margin:0 0 28px;
  color:var(--muted);
  line-height:1.75;
}

@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}
@keyframes floatMain{0%,100%{transform:translateY(0) rotate(8deg)}50%{transform:translateY(-12px) rotate(8deg)}}

@media(max-width:1020px){
  .shell{width:min(calc(100% - 42px),var(--max))}
  .brand{width:190px}
  .brand img{width:160px}
  .nav-links{gap:17px}
  .hero-grid,.split,.experts-grid,.contact-grid{gap:70px}
  .split,.experts-grid,.contact-grid{grid-template-columns:1fr}
  .split-copy{padding-top:0}
  .cta-box{grid-template-columns:1fr}
}

@media(max-width:780px){
  .shell{width:min(calc(100% - 34px),var(--max))}
  .header-inner{min-height:74px}
  .brand{width:170px}
  .brand img{width:146px}
  .talk{display:none}
  .menu-toggle{display:flex;margin-left:auto}
  .nav-links{
    display:none;
    position:absolute;
    left:17px;right:17px;top:69px;
    padding:12px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(255,253,248,.98);
    box-shadow:0 20px 50px rgba(23,23,23,.11);
    flex-direction:column;
    align-items:stretch;
  }
  .nav-links.open{display:flex}
  .nav-links>a,.nav-more{
    padding:12px;
    text-align:left;
  }
  .more-menu{
    position:static;
    width:auto;
    margin:2px 0 5px;
    box-shadow:none;
  }
  .hero{padding-top:130px}
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{min-height:430px}
  .feature-row,.service-grid,.review-grid{grid-template-columns:1fr}
  .feature-row{gap:22px}
  .section-pad{padding:90px 0}
  .section-title{grid-template-columns:1fr;gap:25px}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:540px){
  h1{font-size:clamp(53px,16vw,74px)}
  h2{font-size:clamp(45px,13vw,62px)}
  .hero-visual{min-height:360px}
  .soft-disc{width:300px;height:300px}
  .big-icon-card{width:190px;height:190px;border-radius:44px}
  .big-icon-card img{width:132px;height:132px}
  .float-card{transform:scale(.88)}
  .float-a{left:0;top:8%}
  .float-b{right:0;bottom:12%}
  .float-c{left:6%;bottom:8%}
  .form-row{grid-template-columns:1fr}
  .contact-form{padding:24px}
  .expert-visual{min-height:390px}
  .expert-circle.one{width:340px;height:340px}
  .expert-circle.two{width:215px;height:215px}
  .expert-panel{width:218px;min-height:238px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:8px}
  .back-top{right:14px;bottom:14px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}
