:root {
  --navy: #103968;
  --navy-deep: #082746;
  --coral: #f47864;
  --coral-dark: #dd5e4b;
  --cream: #f7f4ef;
  --paper: #fffdfa;
  --white: #ffffff;
  --ink: #10263e;
  --muted: #677789;
  --line: #dce2e7;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 12px 18px; background: #fff; color: var(--navy-deep); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 82px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--navy); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); position: sticky; top: 0; z-index: 50; transition: box-shadow .3s ease, background-color .3s ease; }
.site-header.is-scrolled { background: rgba(8,39,70,.97); box-shadow: 0 12px 34px rgba(4,22,39,.2); }
.brand { width: 200px; height: 70px; overflow: hidden; display: block; flex: 0 0 auto; background: transparent; }
.brand img { width: 100%; max-width: none; height: auto; transform: translateY(-32%); }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 38px); font-size: .82rem; font-weight: 720; }
.desktop-nav a { padding: 30px 0 27px; border-bottom: 3px solid transparent; transition: color .25s ease, border-color .25s ease; }
.desktop-nav a:hover { border-color: var(--coral); }
.desktop-nav a.is-active { color: var(--coral); border-color: var(--coral); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-link { font-size: .76rem; font-weight: 850; color: var(--coral); padding: 10px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 25px; color: #fff; background: var(--navy); font-size: .84rem; font-weight: 780; border: 2px solid transparent; position: relative; overflow: hidden; isolation: isolate; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.button::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.28) 50%, transparent 75%); transform: translateX(-130%); transition: transform .6s ease; }
.button:hover { background: var(--navy-deep); transform: translateY(-3px); box-shadow: 0 12px 26px rgba(8,39,70,.2); }
.button:hover::before { transform: translateX(130%); }
.button span { transition: transform .25s ease; }
.button:hover span { transform: translateX(5px); }
.button-small { min-height: 43px; padding: 0 18px; background: var(--coral); color: var(--navy-deep); font-size: .73rem; }
.button-small:hover, .button-coral:hover { background: #ff8d78; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; border: 1px solid rgba(255,255,255,.3); padding: 9px 12px; font-size: .75rem; font-weight: 800; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 50px; right: 0; width: min(280px, calc(100vw - 32px)); padding: 16px; background: #fff; color: var(--ink); box-shadow: 0 24px 50px rgba(0,0,0,.2); }
.mobile-menu nav a { display: block; padding: 12px 8px; border-bottom: 1px solid var(--line); font-weight: 700; }
.quick-contact { position: fixed; right: 18px; bottom: 22px; z-index: 45; display: grid; gap: 9px; font-style: normal; }
.quick-contact a { min-width: 145px; min-height: 50px; padding: 8px 16px 8px 8px; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.97); color: var(--navy-deep); border: 1px solid rgba(16,57,104,.13); border-radius: 14px; box-shadow: 0 10px 28px rgba(8,39,70,.18); font-size: .74rem; font-weight: 820; position: relative; overflow: hidden; backdrop-filter: blur(10px); transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, border-color .28s ease; }
.quick-contact a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.6) 50%, transparent 80%); transform: translateX(-140%); transition: transform .65s ease; }
.quick-contact a:hover { border-color: var(--navy); transform: translateX(-7px) scale(1.035); box-shadow: 0 15px 34px rgba(8,39,70,.25); }
.quick-contact a:hover::after { transform: translateX(140%); }
.quick-contact span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--navy); color: #fff; font-size: .59rem; letter-spacing: .04em; box-shadow: 0 5px 13px rgba(8,39,70,.22); transition: transform .3s ease, border-radius .3s ease; }
.quick-contact a:hover span { transform: rotate(-7deg) scale(1.1); border-radius: 50%; }
.quick-contact .quick-whatsapp { background: #1f9d61; color: #fff; border-color: #1f9d61; }
.quick-contact .quick-whatsapp span { background: #fff; color: #167648; }
.quick-contact .quick-whatsapp { animation: contact-pulse 2.6s ease-in-out infinite; }

.hero { min-height: 690px; padding: clamp(70px, 8vw, 125px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 120px); align-items: center; background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -200px; top: -260px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 23px; color: var(--coral); text-transform: uppercase; letter-spacing: .19em; font-size: .68rem; font-weight: 850; display: flex; align-items: center; gap: 12px; }
.eyebrow span { display: block; width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--navy); }
.eyebrow.light { color: var(--coral); }
.hero h1 { max-width: 690px; margin: 0 0 28px; font-size: clamp(3.8rem, 7vw, 7.1rem); line-height: .91; letter-spacing: -.065em; font-weight: 820; }
.hero h1 em { color: var(--coral); font-style: normal; font-weight: 420; }
.hero-lead { max-width: 580px; color: #c0d0df; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.7; }
.hero-actions { margin: 36px 0 38px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button-coral { background: var(--coral); color: var(--navy-deep); }
.text-link { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .81rem; font-weight: 760; }
.trust-list { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 26px; list-style: none; color: #9db2c6; font-size: .72rem; }
.trust-list li::before { content: "✓"; color: var(--coral); margin-right: 8px; font-weight: 900; }
.hero-brand { min-height: 455px; padding: 36px; position: relative; display: flex; flex-direction: column; justify-content: center; background: var(--navy); border: 1px solid rgba(255,255,255,.12); box-shadow: 35px 35px 0 rgba(255,255,255,.1); z-index: 2; overflow: hidden; transition: transform .2s ease-out, box-shadow .3s ease; transform-style: preserve-3d; }
.hero-brand::before, .hero-brand::after { content: ""; position: absolute; width: 45px; height: 45px; }
.hero-brand::before { top: -1px; left: -1px; border-top: 5px solid var(--coral); border-left: 5px solid var(--coral); }
.hero-brand::after { right: -1px; bottom: -1px; border-right: 5px solid var(--coral); border-bottom: 5px solid var(--coral); }
.hero-logo-shell { width: 100%; aspect-ratio: 2.15 / 1; overflow: hidden; background: transparent; }
.hero-logo-shell img { width: 100%; max-width: none; height: auto; transform: translateY(-27%); }
.brand-kicker { color: var(--coral); font-size: .62rem; letter-spacing: .24em; font-weight: 850; margin-bottom: 14px; }
.hero-brand p { margin: 20px 0 0; color: #fff; font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; text-align: right; }
.hero-index { position: absolute; right: 4%; bottom: -40px; color: rgba(255,255,255,.035); font-size: 16rem; line-height: 1; font-weight: 900; }

.intro-strip { padding: 54px max(24px, calc((100vw - 960px) / 2)); background: var(--paper); color: var(--navy-deep); text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-strip p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.35; }
.intro-strip strong { color: var(--coral-dark); font-style: italic; }
.section { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading h2, .about h2, .faq h2, .contact h2 { margin: 0; color: var(--navy-deep); font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; letter-spacing: -.055em; }
.split-heading { margin-bottom: 62px; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 8vw, 120px); align-items: end; }
.split-heading > p { max-width: 450px; margin: 0 0 6px; color: var(--muted); line-height: 1.75; }
.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 370px; padding: 34px; display: flex; flex-direction: column; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 18px 38px rgba(8,39,70,.12); z-index: 2; }
.service-card.featured { background: var(--navy); color: #fff; }
.service-number { color: #9aabba; font-size: .65rem; letter-spacing: .15em; font-weight: 850; }
.service-icon { width: 64px; height: 64px; margin: 37px 0 27px; display: grid; place-items: center; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .1em; transition: transform .35s ease, color .35s ease, background-color .35s ease; }
.service-card:hover .service-icon { transform: rotate(8deg) scale(1.08); background: var(--coral); color: var(--navy-deep); }
.service-card h3 { margin: 0 0 15px; color: var(--navy-deep); font-size: 1.35rem; letter-spacing: -.03em; }
.service-card.featured h3 { color: #fff; }
.service-card p { margin: 0 0 25px; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.service-card.featured p { color: #b8c8d7; }
.service-card a { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--navy); text-transform: uppercase; letter-spacing: .08em; font-size: .67rem; font-weight: 850; }
.service-card.featured a { color: var(--coral); border-color: rgba(255,255,255,.17); }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(65px, 10vw, 150px); align-items: center; background: var(--paper); }
.about-brand { min-height: 560px; position: relative; }
.about-logo-frame { width: 83%; height: auto; aspect-ratio: 1 / 1; background: var(--navy); padding: 18px; border-radius: 48% 12% 48% 12%; box-shadow: -24px 24px 0 #dfe6eb; overflow: hidden; }
.about-logo-frame img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.12); }
.about-stamp { position: absolute; right: 0; bottom: 0; width: 150px; height: 150px; display: grid; place-items: center; background: var(--paper); border: 2px solid var(--navy); color: var(--navy); border-radius: 50%; text-align: center; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 900; line-height: 1.6; }
.about-copy h2 { margin-bottom: 30px; }
.large-text { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.85; }
.values-list { margin: 42px 0 0; }
.values-list div { padding: 19px 0; display: grid; grid-template-columns: 125px 1fr; gap: 25px; border-top: 1px solid var(--line); }
.values-list dt { color: var(--navy); font-weight: 850; }
.values-list dd { margin: 0; color: var(--muted); }

.founders { background: var(--navy); color: #fff; overflow: hidden; }
.founders-heading { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: end; margin-bottom: 70px; }
.founders-heading h2 { color: #fff; }
.founders-heading > p { color: #b8c8d7; line-height: 1.8; margin: 0; }
.founder-grid { max-width: 500px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 52px); align-items: start; }
.founder-card { width: 100%; max-width: 210px; position: relative; justify-self: center; }
.founder-card-offset { margin-top: 44px; }
.founder-card figure { margin: 0; }
.founder-card figure::before { content: ""; position: absolute; inset: 16px -12px -12px 16px; border: 1px solid rgba(255,255,255,.3); z-index: 0; }
.founder-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; position: relative; z-index: 1; background: #ecebea; }
.founder-card:first-child img { object-position: center 20%; }
.founder-card figcaption { position: relative; z-index: 2; width: calc(100% - 35px); margin: -28px 0 0 35px; padding: 22px 25px; background: var(--paper); color: var(--navy-deep); }
.founder-card figcaption span { color: var(--coral-dark); text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; font-weight: 850; }
.founder-card h3 { margin: 5px 0 0; font-size: 1.55rem; }
.founders blockquote { max-width: 900px; margin: 90px auto 0; padding: 30px clamp(25px, 5vw, 58px); text-align: center; color: #fff; background: rgba(255,255,255,.055); border-left: 4px solid var(--coral); font-family: Georgia, serif; font-size: clamp(1.45rem, 2.8vw, 2.25rem); font-style: italic; line-height: 1.5; }

.process { background: var(--cream); }
.centered-heading { max-width: 780px; margin: 0 auto 70px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.process-list { max-width: 1100px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; list-style: none; counter-reset: steps; }
.process-list li { position: relative; padding-top: 90px; }
.process-list li::after { content: ""; position: absolute; top: 31px; left: 70px; right: -35px; height: 1px; background: repeating-linear-gradient(90deg, #b9c2cb 0 7px, transparent 7px 13px); }
.process-list li:last-child::after { display: none; }
.process-list span { position: absolute; top: 0; left: 0; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--coral); font-weight: 850; }
.process-list h3 { margin: 0 0 10px; color: var(--navy-deep); font-size: 1.25rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }

.faq { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(60px, 10vw, 140px); }
.faq-heading p:last-child { max-width: 390px; color: var(--muted); line-height: 1.7; }
.faq-heading h2 { margin-bottom: 28px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 27px 42px 27px 0; position: relative; color: var(--navy-deep); font-size: 1.05rem; font-weight: 780; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: inline-block; width: 42px; color: var(--coral-dark); font-size: .62rem; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 23px; color: var(--coral-dark); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 42px 27px; color: var(--muted); font-size: .9rem; line-height: 1.75; }

.contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 7vw, 95px); background: var(--cream); color: var(--navy-deep); border-top: 1px solid var(--line); align-items: start; }
.contact .eyebrow { color: var(--navy); }
.contact h2 { color: var(--navy-deep); margin-bottom: 25px; }
.contact-copy > p:not(.eyebrow) { max-width: 550px; line-height: 1.75; }
.contact-status { margin-top: 40px; padding: 18px; display: flex; gap: 16px; align-items: flex-start; border: 1px solid rgba(8,39,70,.3); }
.contact-status > span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-family: Georgia, serif; font-style: italic; }
.contact-status p { margin: 0; font-size: .8rem; }
.contact-status strong { display: block; margin-bottom: 5px; }
.contact-status a { color: var(--navy); font-weight: 780; overflow-wrap: anywhere; }
.email-cta { min-height: 52px; margin-top: 18px; padding: 0 22px; display: inline-flex; align-items: center; gap: 20px; background: var(--navy); color: #fff; border: 0; border-radius: 10px; font: inherit; font-size: .8rem; font-weight: 820; cursor: pointer; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.email-cta:hover { background: var(--navy-deep); transform: translateY(-3px); box-shadow: 0 12px 26px rgba(8,39,70,.18); }
.email-cta span { transition: transform .25s ease; }
.email-cta:hover span { transform: translateX(5px); }
.contact-card { padding: 20px clamp(25px, 4vw, 55px); background: var(--navy-deep); color: #fff; font-style: normal; box-shadow: 25px 25px 0 rgba(8,39,70,.16); }
.contact-card > div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-card span { display: block; color: #8fa8be; text-transform: uppercase; letter-spacing: .13em; font-size: .62rem; font-weight: 800; }
.contact-card strong { display: block; margin-top: 6px; font-size: 1.1rem; }
.address-note { display: block; margin-top: 7px; color: #9db0c1; font-size: .72rem; line-height: 1.55; }
.contact-email { display: inline-block; margin-top: 7px; color: #fff; font-size: clamp(.85rem, 1.5vw, 1.05rem); font-weight: 760; overflow-wrap: anywhere; }
.schedule ul { margin: 12px 0 0; padding: 0; list-style: none; }
.schedule li { padding: 7px 0; display: flex; justify-content: space-between; gap: 25px; color: #d4dee7; font-size: .83rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.schedule li:last-child { border-bottom: 0; }
.schedule b { color: #fff; font-weight: 720; }
.schedule time { text-align: right; }
.contact-card nav { display: flex; gap: 12px; flex-wrap: wrap; padding: 30px 0 12px; color: var(--coral); letter-spacing: .025em; font-size: .74rem; font-weight: 850; }
.contact-card nav a { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; border: 1px solid currentColor; border-radius: 10px; position: relative; overflow: hidden; transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease; }
.contact-card nav a:hover { transform: translateY(-3px); background: var(--coral); color: var(--navy-deep); }
.contact-card nav a:first-child { background: #1f9d61; color: #fff; border-color: #1f9d61; }
.contact-card nav a:first-child:hover { background: #167648; box-shadow: 0 9px 22px rgba(31,157,97,.35); }

.location-preview { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 110px); align-items: center; background: var(--paper); border-top: 1px solid var(--line); }
.location-copy h2 { max-width: 570px; margin: 0 0 25px; color: var(--navy-deep); font-size: clamp(2.5rem, 4.5vw, 4.5rem); line-height: 1; letter-spacing: -.052em; }
.location-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); line-height: 1.78; }
.location-address { margin: 30px 0 18px; padding: 17px; display: flex; align-items: center; gap: 15px; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; }
.location-address > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 1.15rem; }
.location-address small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .61rem; font-weight: 800; }
.location-address strong { display: block; margin-top: 3px; color: var(--navy-deep); }
.directions-disabled { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; color: #768595; background: #edf0f2; border: 1px dashed #b9c3cb; border-radius: 9px; font-size: .75rem; font-weight: 800; cursor: not-allowed; }
.map-placeholder { min-height: 430px; position: relative; overflow: hidden; background-color: #e9eef1; background-image: linear-gradient(rgba(16,57,104,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(16,57,104,.055) 1px, transparent 1px); background-size: 42px 42px; border: 1px solid #cfd8de; border-radius: 18px; box-shadow: 24px 24px 0 #dfe6eb; }
.map-road { position: absolute; display: block; background: #fff; box-shadow: 0 0 0 1px rgba(16,57,104,.05); }
.road-one { width: 145%; height: 38px; left: -20%; top: 37%; transform: rotate(-14deg); }
.road-two { width: 42px; height: 150%; left: 30%; top: -25%; transform: rotate(18deg); }
.road-three { width: 120%; height: 24px; left: -10%; bottom: 20%; transform: rotate(8deg); }
.map-pin { width: 62px; height: 62px; position: absolute; left: 58%; top: 40%; display: grid; place-items: center; background: var(--navy); border: 6px solid #fff; border-radius: 50% 50% 50% 8px; box-shadow: 0 12px 26px rgba(8,39,70,.25); transform: rotate(-45deg); animation: map-pin-float 2.8s ease-in-out infinite; }
.map-pin span { width: 15px; height: 15px; background: var(--coral); border-radius: 50%; transform: rotate(45deg); }
.map-message { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 18px 20px; background: rgba(8,39,70,.94); color: #fff; border-radius: 12px; box-shadow: 0 12px 28px rgba(8,39,70,.2); }
.map-message strong, .map-message span { display: block; }
.map-message strong { font-size: .9rem; }
.map-message span { margin-top: 4px; color: #bac9d7; font-size: .74rem; }

.contact-dialog { width: min(680px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: clamp(25px, 4vw, 42px); color: var(--ink); background: var(--paper); border: 0; border-radius: 18px; box-shadow: 0 30px 80px rgba(4,22,39,.35); }
.contact-dialog[open] { animation: dialog-in .32s cubic-bezier(.2,.8,.2,1); }
.contact-dialog::backdrop { background: rgba(4,22,39,.72); backdrop-filter: blur(5px); }
.dialog-heading { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; }
.dialog-kicker { color: var(--coral-dark); letter-spacing: .15em; font-size: .65rem; font-weight: 900; }
.contact-dialog h2 { margin: 7px 0 0; color: var(--navy-deep); font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.05; letter-spacing: -.04em; }
.contact-dialog > p { margin: 18px 0 25px; color: var(--muted); line-height: 1.65; }
.dialog-close { width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy-deep); font-size: 1.7rem; cursor: pointer; transition: transform .25s ease, color .25s ease, border-color .25s ease; }
.dialog-close:hover { transform: rotate(90deg); color: var(--coral-dark); border-color: var(--coral); }
.contact-form { display: grid; gap: 18px; }
.contact-form-inline { margin-top: 28px; padding: clamp(22px, 3vw, 34px); background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 42px rgba(8,39,70,.09); }
.contact-form label { display: grid; gap: 7px; color: var(--navy-deep); font-size: .75rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #cbd4dc; border-radius: 8px; font: inherit; font-size: .9rem; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; min-height: 115px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 0; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(16,57,104,.13); }
.form-submit { min-height: 54px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--navy); border: 0; border-radius: 9px; font: inherit; font-size: .82rem; font-weight: 850; cursor: pointer; transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.form-submit:hover { transform: translateY(-2px); background: var(--navy-deep); box-shadow: 0 11px 24px rgba(8,39,70,.22); }
.contact-form small { color: var(--muted); line-height: 1.5; }

.js-ready [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.js-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.button-ripple { width: 16px; height: 16px; position: absolute; border-radius: 50%; background: rgba(255,255,255,.48); pointer-events: none; transform: translate(-50%, -50%) scale(0); animation: ripple-out .65s ease-out forwards; }

@keyframes contact-pulse {
  0%, 100% { box-shadow: 0 9px 24px rgba(8,39,70,.16); }
  50% { box-shadow: 0 10px 30px rgba(31,157,97,.48); }
}

@keyframes ripple-out {
  to { opacity: 0; transform: translate(-50%, -50%) scale(12); }
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(24px) scale(.97); }
  to { opacity: 1; transform: none; }
}

@keyframes map-pin-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

.site-footer { padding: 50px max(24px, calc((100vw - var(--max)) / 2)) 25px; background: var(--navy-deep); color: #fff; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 35px; padding-bottom: 35px; }
.footer-brand { height: 70px; }
.footer-top p { margin: 0; text-align: center; color: #a7bacb; font-family: Georgia, serif; font-style: italic; font-size: 1.2rem; }
.back-top { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); color: var(--coral); }
.legal { max-width: 970px; margin: 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); color: #7f96aa; font-size: .68rem; line-height: 1.75; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #70879b; text-transform: uppercase; letter-spacing: .08em; font-size: .61rem; }
.footer-bottom a { color: var(--coral); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-brand { width: min(660px, calc(100% - 36px)); margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr 1fr; gap: 60px; }
  .about-brand { min-height: 500px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; padding-inline: 18px; }
  .brand { width: 158px; height: 56px; }
  .button-small { display: none; }
  .hero { min-height: auto; padding-top: 72px; padding-bottom: 95px; }
  .hero h1 { font-size: clamp(3.5rem, 15vw, 5.6rem); }
  .hero-brand { min-height: 340px; padding: 22px; box-shadow: 18px 18px 0 rgba(255,255,255,.1); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .split-heading, .founders-heading, .about, .faq, .contact, .location-preview { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .about-brand { min-height: 450px; order: 2; }
  .about-copy { order: 1; }
  .about-logo-frame { width: 88%; }
  .founder-grid { grid-template-columns: 1fr; gap: 55px; max-width: 220px; }
  .founder-card-offset { margin-top: 0; }
  .founders blockquote { margin-top: 85px; }
  .process-list { grid-template-columns: 1fr; gap: 45px; }
  .process-list li::after { display: none; }
  .values-list div { grid-template-columns: 95px 1fr; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .footer-bottom { flex-direction: column; }
  .quick-contact { left: 10px; right: 10px; bottom: 10px; grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .quick-contact a { min-width: 0; min-height: 52px; padding: 6px 4px; flex-direction: column; justify-content: center; gap: 3px; font-size: .58rem; }
  .quick-contact span { width: 24px; height: 24px; font-size: .51rem; }
  .quick-contact a:hover { transform: translateY(-3px); }
  .form-row { grid-template-columns: 1fr; }
  .contact-dialog { padding: 24px 20px; }
  .map-placeholder { min-height: 340px; box-shadow: 14px 14px 0 #dfe6eb; }
  .site-footer { padding-bottom: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js-ready [data-reveal] { opacity: 1; transform: none; }
}

.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.form-status { display: none; margin: 0; padding: 12px 14px; border-radius: 8px; font-size: .82rem; font-weight: 750; line-height: 1.45; }
.form-status:not(:empty) { display: block; }
.form-status.is-success { color: #155b37; background: #e7f7ed; border: 1px solid #9bd2ae; }
.form-status.is-error { color: #8a2525; background: #fff0f0; border: 1px solid #e2aaaa; }