:root {
  --ink: #24352f;
  --muted: #687871;
  --green: #9cc8b5;
  --green-dark: #4f7769;
  --green-pale: #eaf4ef;
  --pink: #efb7c7;
  --pink-dark: #a96279;
  --pink-pale: #fdf0f4;
  --cream: #fffaf6;
  --white: #fff;
  --line: #dce7e2;
  --shadow: 0 22px 60px rgba(62, 87, 78, .12);
  --radius: 28px;
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; overflow: hidden; }

.skip-link { position: fixed; top: -60px; left: 16px; z-index: 9999; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; height: var(--header); background: rgba(255,250,246,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,231,226,.7); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 21px; letter-spacing: -.7px; }
.brand-mark { display: inline-flex; align-items: end; gap: 3px; width: 25px; height: 24px; }
.brand-mark span { width: 6px; border-radius: 5px 5px 2px 2px; display: block; }
.brand-mark span:nth-child(1) { height: 13px; background: var(--pink); }
.brand-mark span:nth-child(2) { height: 20px; background: var(--green); }
.brand-mark span:nth-child(3) { height: 16px; background: var(--pink); }
.brand-dot { color: var(--pink-dark); }
.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-link { position: relative; font-size: 14px; font-weight: 600; color: #53635d; padding: 31px 0; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: 20px; width: 0; height: 2px; background: var(--pink-dark); transition: width .25s; }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-cta { background: var(--ink); color: #fff; border-radius: 999px; padding: 12px 18px; font-size: 13px; font-weight: 700; }
.nav-cta span { margin-left: 8px; color: var(--pink); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.hero { min-height: 730px; display: flex; align-items: center; padding-top: 80px; background: radial-gradient(circle at 80% 30%, #f5e3e8 0, transparent 30%), radial-gradient(circle at 10% 80%, #e4f2eb 0, transparent 32%); }
.hero-grid { display: grid; grid-template-columns: 1fr .94fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 2px; font-size: 11px; font-weight: 700; color: var(--green-dark); }
.eyebrow > span { width: 25px; height: 1px; background: var(--pink-dark); display: inline-block; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; font-weight: 700; line-height: 1.06; letter-spacing: -1.8px; }
h1 { font-size: clamp(54px, 6vw, 84px); }
h2 { font-size: clamp(42px, 4.4vw, 62px); }
h1 em, h2 em { font-style: italic; color: var(--green-dark); }
.hero-text { max-width: 540px; margin: 28px 0 30px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 999px; padding: 15px 22px; font-weight: 700; font-size: 14px; transition: transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(40,58,51,.16); }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary span, .btn-light span { color: var(--pink); font-size: 20px; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid #aebbb5; padding-bottom: 3px; }
.text-link span { color: var(--pink-dark); margin-left: 7px; }
.trust-row { display: flex; gap: 35px; margin-top: 55px; padding-top: 25px; border-top: 1px solid var(--line); }
.trust-row div { display: grid; gap: 2px; }
.trust-row strong { font-size: 22px; }
.trust-row span { font-size: 11px; color: var(--muted); }

.hero-visual { position: relative; }
.main-image { position: relative; margin-left: 30px; border-radius: 160px 30px 30px 30px; overflow: visible; }
.main-image::before { content: ""; position: absolute; inset: 22px -20px -22px 20px; border-radius: inherit; border: 1px solid var(--green); z-index: -1; }
.main-image img { height: 530px; object-fit: cover; border-radius: inherit; box-shadow: var(--shadow); }
.floating-card { position: absolute; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-radius: 17px; box-shadow: 0 15px 40px rgba(55,75,67,.14); padding: 13px 16px; display: flex; align-items: center; gap: 12px; }
.floating-top { top: 50px; left: -55px; }
.floating-bottom { right: -38px; bottom: 42px; }
.floating-card strong { display: block; font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 10px; }
.icon-bubble { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; font-weight: 800; }
.icon-bubble.green { background: var(--green-pale); color: var(--green-dark); }
.mini-chart { display: flex; align-items: end; gap: 3px; height: 31px; }
.mini-chart i { width: 4px; border-radius: 3px; background: var(--green); }
.mini-chart i:nth-child(1) { height: 11px; }.mini-chart i:nth-child(2) { height: 18px; }.mini-chart i:nth-child(3) { height: 14px; }.mini-chart i:nth-child(4) { height: 25px; }.mini-chart i:nth-child(5) { height: 20px; }.mini-chart i:nth-child(6) { height: 30px; }
.shape-dots { position: absolute; right: -50px; top: 0; width: 90px; height: 100px; background-image: radial-gradient(var(--pink) 1.3px, transparent 1.3px); background-size: 13px 13px; opacity: .65; }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: 180px 1fr; gap: 65px; }
.section-label { display: flex; gap: 16px; color: var(--muted); text-transform: uppercase; font-size: 10px; letter-spacing: 1.5px; padding-top: 8px; }
.section-label span:first-child { color: var(--pink-dark); font-weight: 700; }
.lead { max-width: 780px; font-size: 18px; color: var(--muted); margin: 28px 0 50px; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.values article { border-top: 1px solid var(--line); padding-top: 18px; }
.values span { color: var(--pink-dark); font-size: 11px; font-weight: 700; }
.values h3 { margin: 11px 0 6px; font-size: 17px; }
.values p { margin: 0; font-size: 13px; color: var(--muted); }

.services { background: var(--green-pale); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 55px; }
.section-heading > p:last-child { max-width: 390px; margin: 0 0 6px; color: var(--muted); font-size: 14px; }
.carousel { position: relative; }
.service-slide { display: none; grid-template-columns: .95fr 1.05fr; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 50px rgba(67,91,82,.1); }
.service-slide.active { display: grid; animation: slideIn .45s ease; }
@keyframes slideIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.service-image { min-height: 500px; position: relative; }
.service-image img { height: 100%; min-height: 500px; object-fit: cover; }
.service-number { position: absolute; left: 24px; bottom: 24px; padding: 8px 12px; background: rgba(255,255,255,.88); border-radius: 999px; font-size: 10px; font-weight: 700; }
.service-content { padding: 65px 65px 45px; }
.service-tag { color: var(--pink-dark); text-transform: uppercase; letter-spacing: 1.8px; font-size: 10px; font-weight: 700; }
.service-content h3 { font-family: "Playfair Display", serif; font-size: 38px; line-height: 1.12; margin: 13px 0 20px; }
.service-content > p { color: var(--muted); font-size: 14px; }
.service-content ul { list-style: none; padding: 0; margin: 25px 0 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.service-content li { font-size: 12px; color: #52635c; }
.service-content li::before { content: "✓"; margin-right: 8px; color: var(--green-dark); font-weight: 800; }
.arrow-link { font-size: 13px; font-weight: 700; }
.arrow-link span { margin-left: 10px; color: var(--pink-dark); font-size: 20px; }
.carousel-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; }
.carousel-dots { display: flex; gap: 7px; }
.dot { width: 28px; height: 3px; border: 0; padding: 0; background: #c8d9d2; }
.dot.active { width: 52px; background: var(--green-dark); }
.carousel-arrows { display: flex; gap: 8px; }
.carousel-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid #b9ccc4; background: transparent; color: var(--ink); }
.carousel-btn:hover { background: #fff; }

.process { background: #fff; }
.centered { display: grid; justify-items: center; text-align: center; }
.centered > p:last-child { max-width: 560px; margin: 20px auto 0; color: var(--muted); font-size: 14px; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 70px; }
.step { padding: 0 28px; min-height: 240px; border-right: 1px solid var(--line); position: relative; }
.step:first-child { padding-left: 0; }.step:last-child { border-right: 0; }
.step > span { color: var(--pink-dark); font-size: 11px; font-weight: 700; }
.step-icon { width: 48px; height: 48px; margin: 22px 0 17px; border-radius: 50%; display: grid; place-items: center; background: var(--pink-pale); color: var(--pink-dark); font-size: 24px; }
.step h3 { margin: 0 0 8px; font-size: 17px; }
.step p { color: var(--muted); font-size: 13px; max-width: 220px; }

.cta { padding: 70px 0 100px; background: #fff; }
.cta-box { position: relative; overflow: hidden; border-radius: 32px; padding: 65px 70px; display: grid; grid-template-columns: 1fr .75fr; gap: 70px; background: var(--ink); color: #fff; }
.cta-decoration { position: absolute; width: 370px; height: 370px; border: 1px solid rgba(156,200,181,.35); border-radius: 50%; right: -130px; bottom: -190px; }
.cta-decoration::before { content: ""; position: absolute; inset: 35px; border: 1px solid rgba(239,183,199,.3); border-radius: 50%; }
.cta-copy { position: relative; z-index: 1; }
.cta-copy .eyebrow { color: var(--pink); }
.cta-copy h2 { font-size: 49px; }
.cta-copy h2 em { color: var(--green); }
.cta-copy > p:last-child { max-width: 480px; color: #c2d0ca; font-size: 14px; margin-top: 25px; }
.contact-form { position: relative; z-index: 1; display: grid; gap: 15px; }
.contact-form label { display: grid; gap: 6px; font-size: 11px; color: #c7d2ce; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #50645b; border-radius: 12px; background: rgba(255,255,255,.05); color: #fff; outline: none; padding: 12px 13px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #83938d; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(156,200,181,.12); }
.btn-light { background: #fff; color: var(--ink); margin-top: 3px; }
.btn-light span { color: var(--pink-dark); }
.form-status { margin: 0; min-height: 18px; color: var(--green); font-size: 12px; }

.footer { background: #20312b; color: #c4d0cb; padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1.2fr 1fr; gap: 55px; padding-bottom: 55px; }
.footer-brand { color: #fff; }
.footer-grid > div:first-child p { max-width: 300px; font-size: 13px; line-height: 1.7; color: #899a93; margin-top: 18px; }
.footer h3 { margin: 4px 0 18px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }
.footer a:hover { color: var(--pink); }
.footer-cta { color: var(--green); font-weight: 700; margin-top: 12px; }
.footer-bottom { border-top: 1px solid #3a4b44; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: #74867e; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --header: 70px; }
  .nav-menu { gap: 18px; }
  .nav-link { font-size: 12px; }
  .hero-grid { gap: 40px; }
  .main-image { margin-left: 10px; }
  .floating-top { left: -20px; }
  .floating-bottom { right: -15px; }
  .service-slide { grid-template-columns: 1fr; }
  .service-image, .service-image img { min-height: 340px; }
  .service-content { padding: 45px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step { border-right: 0; border-bottom: 1px solid var(--line); padding: 25px !important; }
  .step:nth-child(odd) { border-right: 1px solid var(--line); }
  .cta-box { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 560px); }
  .section { padding: 80px 0; }
  .menu-toggle { display: block; }
  .nav-menu { display: none; position: absolute; top: var(--header); left: 0; right: 0; padding: 18px; flex-direction: column; align-items: stretch; background: rgba(255,250,246,.98); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(30,50,42,.08); }
  .nav-menu.open { display: flex; }
  .nav-link { padding: 11px 8px; }
  .nav-link::after { bottom: 5px; }
  .nav-cta { text-align: center; }
  .hero { padding-top: 60px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 20px; }
  .main-image img { height: 390px; }
  .shape-dots { display: none; }
  .trust-row { gap: 15px; justify-content: space-between; }
  .trust-row strong { font-size: 18px; }
  .trust-row span { font-size: 9px; }
  .intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .values { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 22px; }
  .service-content { padding: 35px 25px; }
  .service-content h3 { font-size: 31px; }
  .service-content ul { grid-template-columns: 1fr; }
  .carousel-controls { margin-top: 18px; }
  .cta-box { padding: 45px 25px; border-radius: 24px; }
  .cta-copy h2 { font-size: 39px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
