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

:root {
  --ink: #11141b;
  --muted: #606774;
  --line: #dfe3e8;
  --paper: #ffffff;
  --cloud: #f5f7f8;
  --blue: #bce6ff;
  --mint: #c8f4e5;
  --lime: #dfff83;
  --orange: #ffb86b;
  --violet: #d9c8ff;
  --radius-xl: 44px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(22, 33, 52, .10);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); }
.nav { width: min(calc(100% - 40px), var(--max)); height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-weight: 800; }
.brand-logo { display: block; width: 202px; height: auto; }
.brand-mark { width: 38px; height: 38px; border-radius: 13px; background: var(--ink); position: relative; overflow: hidden; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border-radius: 50%; }
.brand-mark::before { width: 20px; height: 20px; background: var(--lime); left: -2px; bottom: -2px; }
.brand-mark::after { width: 17px; height: 17px; background: var(--blue); right: -3px; top: -3px; }
.brand-name { line-height: 1; letter-spacing: -.5px; }
.brand-name small { display: block; margin-top: 4px; color: var(--muted); font-family: "DM Sans"; font-size: 9px; letter-spacing: 1.5px; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 34px; font-weight: 600; font-size: 15px; }
.nav-links a { position: relative; }
.nav-links a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: right .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; background: var(--ink); display: block; margin: 4px auto; }
.button { min-height: 50px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--ink); color: white; font-weight: 700; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(17,20,27,.18); }
.button.light { background: white; color: var(--ink); border-color: var(--line); }
.button.ghost { background: transparent; color: var(--ink); }
.button .arrow { font-size: 19px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-sm { padding: 70px 0; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: 2.4px; font-size: 12px; font-weight: 800; color: #53606e; }
h1, h2, h3, h4 { font-family: Manrope, sans-serif; margin-top: 0; line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(52px, 6.1vw, 86px); margin-bottom: 26px; }
h2 { font-size: clamp(38px, 4.3vw, 64px); margin-bottom: 24px; }
h3 { font-size: clamp(23px, 2.2vw, 32px); }
p { font-size: 18px; line-height: 1.65; color: var(--muted); }
.lead { font-size: 21px; max-width: 670px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-head > div:first-child { max-width: 760px; }
.section-head p { max-width: 490px; margin-bottom: 8px; }
.hero { padding: 8px 0 46px; }
.hero-shell { position: relative; min-height: 680px; padding: 78px 5%; border-radius: var(--radius-xl); overflow: hidden; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; background: radial-gradient(circle at 72% 24%, #e7fffb 0, transparent 35%), linear-gradient(135deg, #f2f4ff 0%, #eafaff 55%, #efffe9 100%); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy p { max-width: 610px; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-visual { position: relative; height: 530px; }
.hero-photo { position: absolute; inset: 22px 0 0 12%; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); transform: rotate(2.5deg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; z-index: 3; padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 15px 40px rgba(25,40,60,.14); font-weight: 700; animation: float 5s ease-in-out infinite; }
.floating-card small { display: block; margin-top: 5px; font-weight: 500; color: var(--muted); }
.floating-card.card-a { left: 0; top: 55px; }
.floating-card.card-b { right: -8px; bottom: 32px; animation-delay: -2s; }
.floating-icon { width: 42px; height: 42px; margin-bottom: 13px; border-radius: 13px; display: grid; place-items: center; background: var(--lime); font-size: 20px; }
@keyframes float { 50% { transform: translateY(-12px) rotate(1deg); } }
.ticker { overflow: hidden; padding: 20px 0; border-bottom: 1px solid var(--line); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 52px; animation: ticker 24s linear infinite; }
.ticker-item { color: #5f6874; font-weight: 700; white-space: nowrap; display: flex; align-items: center; gap: 14px; }
.ticker-item::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); }
@keyframes ticker { to { transform: translateX(-50%); } }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 420px; padding: 34px; border-radius: var(--radius-lg); overflow: hidden; position: relative; display: flex; flex-direction: column; transition: transform .3s ease; }
.service-card:hover { transform: translateY(-8px); }
.service-card:nth-child(1) { background: #e6f5ff; }
.service-card:nth-child(2) { background: #efffd8; }
.service-card:nth-child(3) { background: #f2eaff; }
.service-card .num { font-family: Manrope; font-size: 13px; font-weight: 800; letter-spacing: 1.5px; }
.service-card h3 { margin: 22px 0 13px; }
.service-card p { font-size: 16px; margin: 0; }
.service-art { height: 185px; margin-top: auto; padding-top: 22px; position: relative; }
.service-art img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.service-icon { position: absolute; right: 13px; top: 7px; width: 52px; height: 52px; background: white; border-radius: 17px; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(20,30,50,.12); font-size: 24px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.image-stack { height: 620px; position: relative; }
.image-stack .main-img { position: absolute; inset: 0 13% 9% 0; border-radius: 34px; overflow: hidden; }
.image-stack .main-img img { height: 100%; width: 100%; object-fit: cover; }
.image-stack .mini-img { position: absolute; width: 46%; right: 0; bottom: 0; border: 10px solid white; border-radius: 29px; overflow: hidden; box-shadow: var(--shadow); }
.image-stack .mini-img img { aspect-ratio: 1/1.1; object-fit: cover; }
.check-list { display: grid; gap: 17px; margin: 32px 0; }
.check-item { display: flex; gap: 15px; align-items: flex-start; font-weight: 600; }
.check-item i { flex: 0 0 27px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-style: normal; font-size: 13px; }
.process-wrap { padding: 74px; border-radius: var(--radius-xl); background: var(--ink); color: white; }
.process-wrap p { color: #aeb4bf; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 54px; }
.process-step { border-top: 1px solid #3b3f49; padding-top: 25px; }
.process-step span { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 60px; color: var(--ink); background: var(--blue); font-weight: 800; }
.process-step:nth-child(2) span { background: var(--lime); }
.process-step:nth-child(3) span { background: var(--orange); }
.process-step:nth-child(4) span { background: var(--violet); }
.process-step h3 { font-size: 23px; margin-bottom: 10px; }
.process-step p { font-size: 15px; }
.quote-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 500px; border-radius: var(--radius-xl); overflow: hidden; background: #fff0d8; }
.quote-card img { width: 100%; height: 100%; object-fit: cover; }
.quote-copy { padding: 68px; display: flex; flex-direction: column; justify-content: center; }
.quote-mark { font-family: Georgia; font-size: 90px; line-height: .6; color: #ef7e38; }
.quote-copy blockquote { font: 600 clamp(25px, 3vw, 40px)/1.3 Manrope; letter-spacing: -.035em; margin: 30px 0; }
.cta { padding: 80px; border-radius: var(--radius-xl); background: radial-gradient(circle at 80% 20%, #d9f8ff 0, transparent 34%), linear-gradient(115deg, #e9ddff, #eeffd8); display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; position: relative; }
.cta h2 { max-width: 760px; margin-bottom: 0; }
.page-hero { padding: 64px 0 30px; text-align: center; }
.page-hero .lead { margin: 0 auto; }
.page-hero-art { margin-top: 54px; height: 480px; border-radius: var(--radius-xl); overflow: hidden; position: relative; background: #eff8ff; }
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(14,17,23,.45)); }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 66px 0; border-bottom: 1px solid var(--line); }
.feature-row:nth-child(even) .feature-image { order: 2; }
.feature-image { border-radius: 32px; overflow: hidden; height: 460px; background: var(--cloud); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.feature-row:hover .feature-image img { transform: scale(1.035); }
.tag { display: inline-flex; align-items: center; height: 32px; padding: 0 13px; border-radius: 999px; background: var(--lime); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.value-card:nth-child(2) { background: #f1f9ff; border-color: transparent; }
.value-card:nth-child(3) { background: #f3ffe0; border-color: transparent; }
.value-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: var(--ink); color: white; font-size: 25px; margin-bottom: 60px; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 250px 250px; gap: 18px; }
.gallery-grid figure { margin: 0; border-radius: 26px; overflow: hidden; }
.gallery-grid figure:first-child { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.insight-card { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: white; transition: transform .25s, box-shadow .25s; }
.insight-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.insight-image { height: 255px; overflow: hidden; }
.insight-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.insight-card:hover img { transform: scale(1.05); }
.insight-body { padding: 28px; }
.insight-body h3 { font-size: 24px; margin: 14px 0 12px; }
.insight-body p { font-size: 15px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: start; }
.contact-panel { padding: 46px; border-radius: var(--radius-lg); background: var(--ink); color: white; }
.contact-panel p { color: #afb5bf; }
.contact-detail { display: flex; gap: 16px; padding: 22px 0; border-bottom: 1px solid #363a43; }
.contact-detail:last-child { border-bottom: 0; }
.contact-detail i { flex: 0 0 50px; width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: #292d35; color: white; font-style: normal; }
.contact-detail i svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-detail strong { display: block; margin-bottom: 5px; }
.contact-detail span, .contact-detail a { color: #b9bec7; line-height: 1.5; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: grid; gap: 9px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 700; font-size: 14px; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid var(--line); background: #fafbfb; padding: 16px 18px; border-radius: 14px; outline: none; transition: border .2s, box-shadow .2s; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: #8ec8e9; box-shadow: 0 0 0 4px rgba(142,200,233,.2); }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-message { grid-column: 1 / -1; display: none; padding: 16px; border-radius: 12px; background: #eaffdf; color: #295c23; font-weight: 600; }
.form-message.show { display: block; }
.map-card { height: 440px; border-radius: var(--radius-xl); overflow: hidden; position: relative; background: #dbeaf0; }
.map-card iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.25); }
.faq-list { max-width: 900px; margin: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 28px 0; border: 0; background: none; display: flex; justify-content: space-between; gap: 20px; text-align: left; font: 700 20px Manrope; cursor: pointer; }
.faq-question span:last-child { font-size: 27px; font-weight: 400; transition: transform .25s; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 45px 28px 0; font-size: 16px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.site-footer { margin-top: 100px; padding: 80px 0 30px; background: var(--ink); color: white; border-radius: 44px 44px 0 0; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, .6fr); gap: 50px; }
.footer-main .brand { width: fit-content; margin-bottom: 24px; padding: 9px 14px; border-radius: 14px; background: white; }
.footer-main .brand-logo { width: 228px; }
.footer-main p { color: #a8aeb7; max-width: 390px; font-size: 16px; }
.footer-col h4 { margin-bottom: 22px; font-size: 15px; letter-spacing: 0; }
.footer-col a { display: block; margin: 13px 0; color: #aeb4bd; font-size: 15px; transition: color .2s; }
.footer-col a:hover { color: white; }
.footer-bottom { margin-top: 64px; padding-top: 25px; border-top: 1px solid #353942; display: flex; justify-content: space-between; gap: 20px; color: #898f99; font-size: 13px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: 84px 20px auto; padding: 28px; border-radius: 24px; flex-direction: column; align-items: stretch; background: white; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: .25s; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: none; }
  .hero-shell { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-visual { height: 480px; margin-top: 25px; }
  .service-grid, .values-grid, .insight-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child, .value-card:last-child, .insight-card:last-child { grid-column: 1 / -1; }
  .split, .feature-row, .contact-grid { gap: 40px; }
  .process-wrap { padding: 50px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step span { margin-bottom: 30px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  :root { --radius-xl: 28px; --radius-lg: 24px; }
  .container, .nav { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .nav { height: 72px; }
  .nav-links { top: 72px; }
  .brand-logo { width: 166px; }
  .footer-main .brand-logo { width: 190px; }
  h1 { font-size: clamp(43px, 13.3vw, 62px); }
  .hero { padding-top: 4px; }
  .hero-shell { min-height: auto; padding: 45px 24px 20px; }
  .hero-visual { height: 370px; }
  .hero-photo { inset: 25px 2% 0 5%; }
  .floating-card { padding: 13px; font-size: 13px; }
  .floating-card.card-b { right: -10px; }
  .section-head { display: block; margin-bottom: 35px; }
  .section-head .button { margin-top: 15px; }
  .service-grid, .values-grid, .insight-grid, .split, .feature-row, .contact-grid, .quote-card { grid-template-columns: 1fr; }
  .service-card:last-child, .value-card:last-child, .insight-card:last-child { grid-column: auto; }
  .image-stack { height: 480px; }
  .process-wrap { padding: 42px 25px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step span { margin-bottom: 24px; }
  .quote-card img { height: 350px; }
  .quote-copy { padding: 44px 28px; }
  .cta { padding: 48px 27px; display: block; }
  .cta .button { margin-top: 28px; }
  .page-hero { padding-top: 45px; }
  .page-hero-art { height: 340px; margin-top: 36px; }
  .feature-row { padding: 45px 0; }
  .feature-row:nth-child(even) .feature-image { order: initial; }
  .feature-image { height: 330px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 190px 190px; }
  .gallery-grid figure:first-child { grid-column: span 2; grid-row: auto; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field.full, .form-message { grid-column: auto; }
  .contact-panel { padding: 32px 25px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }
