:root {
  --navy: #082f49;
  --navy-deep: #05293a;
  --teal: #087f8c;
  --teal-dark: #06616c;
  --mint: #7dbf9d;
  --aqua: #dff6f3;
  --sky: #eaf7fb;
  --cream: #fbfcfa;
  --white: #fff;
  --ink: #122a35;
  --text: #53656c;
  --line: #dce7e8;
  --shadow: 0 22px 60px rgba(8, 47, 73, .13);
  --radius: 24px;
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy-deep); color: rgba(255,255,255,.85); font-size: 13px; }
.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: flex-end; gap: 30px; }
.topbar a { display: inline-flex; gap: 8px; align-items: center; transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 15px; height: 15px; fill: currentColor; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(8,47,73,.08); backdrop-filter: blur(18px); }
.header-inner { height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 256px; }
.brand-mark { width: 54px; height: 54px; flex: 0 0 54px; }
.brand-mark svg { width: 100%; height: 100%; }
.mark-teal { fill: var(--teal); }
.mark-mint { fill: var(--mint); }
.mark-cut { fill: none; stroke: var(--white); stroke-width: 5; stroke-linecap: round; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--navy); letter-spacing: .13em; font-size: 27px; font-weight: 800; }
.brand-copy small { margin-top: 6px; color: var(--teal-dark); letter-spacing: .15em; font-size: 10px; font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav a { position: relative; font-size: 14px; font-weight: 750; color: #26424d; }
.site-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -10px; background: var(--teal); transition: right .25s; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.header-action { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 14px 20px; color: #fff; background: linear-gradient(135deg, var(--teal), #0aa5a6); font-weight: 800; box-shadow: 0 10px 25px rgba(8,127,140,.22); }
.header-action svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.menu-toggle { display: none; background: none; border: 0; color: var(--navy); }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; }
.menu-toggle b { position: absolute; clip: rect(0 0 0 0); }

.hero { position: relative; overflow: hidden; min-height: 690px; background: #eef8f8; }
.hero-bg { position: absolute; inset: 0 0 0 42%; background: linear-gradient(90deg, rgba(238,248,248,0), rgba(238,248,248,.03)), url("images/hero-reception.webp") center/cover no-repeat; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,47,73,.08), transparent 50%); }
.hero-shape { position: absolute; width: 820px; height: 820px; left: -245px; top: -170px; border-radius: 50%; background: radial-gradient(circle at 65% 50%, #fff 0 43%, #e6f7f4 44% 59%, #d6f0ef 60% 100%); }
.hero-grid { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 48px; }
.hero-copy { position: relative; z-index: 2; padding: 65px 0; max-width: 660px; }
.eyebrow { margin: 0 0 15px; color: var(--teal); font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: .2em; font-weight: 900; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(48px, 6vw, 82px); line-height: .99; letter-spacing: -.045em; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-intro { max-width: 610px; margin: 28px 0 0; color: #3a5660; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 999px; border: 1px solid transparent; padding: 0 23px; font-weight: 850; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--teal), #0aa5a6); box-shadow: 0 14px 30px rgba(8,127,140,.24); }
.button-secondary { color: var(--navy); border-color: rgba(8,47,73,.18); background: rgba(255,255,255,.75); }
.button.full { width: 100%; }
.hero-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 650px; margin-top: 52px; }
.hero-notes span { position: relative; padding-left: 16px; }
.hero-notes span::before { content: ""; position: absolute; left: 0; top: 4px; width: 3px; height: 34px; border-radius: 99px; background: var(--mint); }
.hero-notes b, .hero-notes small { display: block; }
.hero-notes b { color: var(--navy); font-size: 14px; }
.hero-notes small { margin-top: 2px; color: #667980; font-size: 11px; line-height: 1.4; }

.hero-card { position: relative; z-index: 3; width: min(100%, 390px); justify-self: end; margin-top: 210px; padding: 29px; border: 1px solid rgba(255,255,255,.55); border-radius: 25px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-card-top { display: flex; align-items: center; gap: 8px; }
.hero-card-top p { margin: 0; color: var(--teal-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #37b985; box-shadow: 0 0 0 5px rgba(55,185,133,.14); }
.hero-card h2 { margin: 12px 0 8px; color: var(--navy); font-size: 28px; line-height: 1.12; }
.hero-card > p { margin: 0 0 18px; color: var(--text); font-size: 14px; }
.contact-row { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 11px; padding: 14px 0; border-top: 1px solid var(--line); }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--teal); background: var(--aqua); }
.contact-icon svg { width: 19px; height: 19px; fill: currentColor; }
.contact-row small, .contact-row strong { display: block; }
.contact-row small { color: #789097; font-size: 11px; }
.contact-row strong { color: var(--navy); font-size: 13px; overflow-wrap: anywhere; }
.card-button { width: 100%; margin-top: 10px; border: 0; border-radius: 13px; padding: 14px; color: #fff; background: var(--navy); font-weight: 800; }
.privacy-note { margin: 11px 0 0 !important; text-align: center; font-size: 10px !important; color: #84969d !important; }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { display: flex; align-items: center; gap: 14px; min-height: 116px; padding: 20px 24px; border-right: 1px solid var(--line); }
.trust-grid article:first-child { border-left: 1px solid var(--line); }
.trust-grid svg { width: 40px; height: 40px; flex: 0 0 40px; fill: none; stroke: var(--teal); stroke-width: 1.8; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); font-size: 14px; }
.trust-grid span { color: #708188; font-size: 11px; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 80px; align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; min-height: 500px; object-fit: cover; border-radius: 0 80px 0 80px; box-shadow: var(--shadow); }
.media-label { position: absolute; right: -25px; bottom: 34px; display: flex; align-items: center; gap: 15px; min-width: 255px; padding: 19px 22px; border-radius: 17px; background: var(--navy); color: #fff; box-shadow: 0 20px 45px rgba(8,47,73,.28); }
.media-label span { font-size: 30px; font-weight: 900; }
.media-label small { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.25); line-height: 1.45; }
.about-copy h2, .section-heading h2, .experience h2, .contact-copy h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4.7vw, 61px); line-height: 1.05; letter-spacing: -.035em; }
.about-copy > p:not(.eyebrow) { color: var(--text); font-size: 16px; }
.about-checks { display: grid; gap: 10px; margin: 28px 0; }
.about-checks span { display: flex; align-items: center; gap: 11px; color: #334e57; font-weight: 650; }
.about-checks i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--teal); font-style: normal; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal-dark); font-weight: 900; border-bottom: 2px solid var(--mint); padding-bottom: 4px; }

.services { background: linear-gradient(180deg, #f4faf9 0%, #f8fbfb 100%); overflow: hidden; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 50px; }
.section-heading > p { max-width: 400px; margin: 0 0 5px; color: var(--text); }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 21px; }
.service-card { overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 15px 45px rgba(8,47,73,.08); }
.service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 6; }
.service-card:nth-child(n+3) { grid-column: span 4; }
.service-card img { width: 100%; height: 255px; object-fit: cover; }
.service-card:nth-child(n+3) img { height: 220px; }
.service-body { position: relative; padding: 27px 28px 30px; }
.service-number { position: absolute; right: 25px; top: 22px; color: rgba(8,127,140,.22); font-size: 30px; font-weight: 900; }
.service-body h3 { margin: 0 55px 8px 0; color: var(--navy); font-size: 22px; }
.service-body p { margin: 0; color: var(--text); font-size: 14px; }

.experience { position: relative; overflow: hidden; color: #fff; background: var(--navy-deep); }
.experience::before { content: ""; position: absolute; width: 600px; height: 600px; left: -250px; bottom: -300px; border-radius: 50%; border: 100px solid rgba(125,191,157,.08); }
.experience-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.eyebrow.light { color: #8edcc4; }
.experience h2 { color: #fff; }
.experience-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.experience-points { display: grid; gap: 22px; margin-top: 35px; }
.experience-points article { display: grid; grid-template-columns: 44px 1fr; gap: 17px; }
.experience-points article > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--mint); font-size: 12px; font-weight: 900; }
.experience-points h3 { margin: 0; color: #fff; font-size: 17px; }
.experience-points p { margin: 3px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }
.experience-image { position: relative; margin: 0; }
.experience-image img { width: 100%; min-height: 540px; object-fit: cover; border-radius: 80px 0 80px 0; }
.experience-image figcaption { position: absolute; left: 25px; right: 25px; bottom: 25px; padding: 19px 22px; border-radius: 18px; background: rgba(5,41,58,.86); backdrop-filter: blur(14px); }
.experience-image strong, .experience-image span { display: block; }
.experience-image strong { font-size: 18px; }
.experience-image span { color: rgba(255,255,255,.66); font-size: 12px; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--text); }
.contact-list { margin-top: 35px; border-top: 1px solid var(--line); }
.contact-list > * { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--teal); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.contact-list strong { color: var(--navy); overflow-wrap: anywhere; }
.inquiry-form { padding: 42px; border-radius: 30px; background: #f2f9f8; box-shadow: inset 0 0 0 1px rgba(8,127,140,.08); }
.form-heading span { color: var(--teal); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; font-weight: 900; }
.form-heading h3 { margin: 4px 0; color: var(--navy); font-size: 31px; }
.form-heading p { margin: 0 0 25px; color: var(--text); font-size: 13px; }
.inquiry-form label, .modal label { display: block; margin-bottom: 16px; }
.inquiry-form label > span, .modal label > span { display: block; margin-bottom: 6px; color: #274751; font-size: 12px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, select, textarea { width: 100%; border: 1px solid #cfe0df; border-radius: 12px; background: #fff; padding: 13px 14px; color: var(--ink); outline: none; transition: border .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(8,127,140,.1); }
textarea { resize: vertical; }
.form-note { margin: 13px 0 0; color: #7b8d92; text-align: center; font-size: 10px; }

.footer { color: rgba(255,255,255,.75); background: #032c3c; }
.footer-top { display: grid; grid-template-columns: 1.2fr .55fr .95fr .85fr; gap: 55px; padding: 70px 0 55px; }
.brand-light .brand-copy strong, .brand-light .brand-copy small { color: #fff; }
.footer-brand p { max-width: 300px; color: rgba(255,255,255,.6); }
.footer h3 { margin: 0 0 16px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer a:hover { color: #fff; }
.footer address { font-style: normal; line-height: 1.7; }
.footer-callout { align-self: start; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.04); }
.footer-callout span, .footer-callout strong { display: block; }
.footer-callout span { color: rgba(255,255,255,.58); font-size: 12px; }
.footer-callout strong { margin: 4px 0 18px; color: #fff; font-size: 21px; line-height: 1.15; }
.footer-callout a { display: inline-flex; gap: 9px; color: #9ce6c9; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 21px 0 27px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.47); font-size: 11px; }
.footer-bottom p { margin: 0; }

.modal { width: min(540px, calc(100% - 30px)); border: 0; border-radius: 28px; padding: 38px; color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.modal::backdrop { background: rgba(3,44,60,.72); backdrop-filter: blur(5px); }
.modal-close { position: absolute; right: 18px; top: 15px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #edf6f5; color: var(--navy); font-size: 24px; }
.modal-header h2 { margin: 0; color: var(--navy); font-size: 34px; line-height: 1.08; }
.modal-header > p:not(.eyebrow) { color: var(--text); }
.modal form { margin-top: 25px; }

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

@media (max-width: 1080px) {
  .topbar-inner a:last-child { display: none; }
  .header-action { display: none; }
  .site-nav { gap: 21px; }
  .hero-bg { left: 36%; }
  .hero-grid { grid-template-columns: 1fr .65fr; }
  .hero-card { width: 340px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article:nth-child(2) { border-right: 1px solid var(--line); }
  .trust-grid article:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .about-grid, .experience-grid, .contact-grid { gap: 50px; }
  .footer-top { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-callout { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 850px) {
  :root { --wrap: min(100% - 30px, 720px); }
  .topbar { display: none; }
  .header-inner { height: 76px; }
  .brand { min-width: auto; }
  .brand-mark { width: 46px; height: 46px; flex-basis: 46px; }
  .brand-copy strong { font-size: 23px; }
  .brand-copy small { font-size: 8px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; left: 15px; right: 15px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 14px; }
  .site-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-bg { position: relative; inset: auto; height: 430px; background-position: center; }
  .hero-bg::after { background: linear-gradient(180deg, transparent, rgba(8,47,73,.15)); }
  .hero-shape { width: 600px; height: 600px; left: -280px; top: 230px; }
  .hero-grid { display: block; min-height: 0; }
  .hero-copy { padding: 75px 0 45px; }
  .hero-card { width: 100%; margin: 0 0 55px; justify-self: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .experience-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-media { order: 2; }
  .about-copy { order: 1; }
  .media-label { right: 15px; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .service-card:nth-child(n) { grid-column: span 6; }
  .experience-image img { min-height: 430px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-callout { grid-column: 1 / -1; }
}

@media (max-width: 590px) {
  .section { padding: 78px 0; }
  .brand-copy small { letter-spacing: .09em; }
  .hero-bg { height: 340px; }
  .hero h1 { font-size: 48px; }
  .hero-intro { font-size: 16px; }
  .hero-notes { grid-template-columns: 1fr; gap: 13px; margin-top: 35px; }
  .hero-notes span::before { height: 30px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:first-child, .trust-grid article:nth-child(3) { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-grid article:first-child { border-top: 0; }
  .about-media img { min-height: 360px; border-radius: 0 48px 0 48px; }
  .media-label { position: relative; right: auto; bottom: auto; margin: -35px 15px 0; }
  .about-copy h2, .section-heading h2, .experience h2, .contact-copy h2 { font-size: 39px; }
  .service-grid { display: block; }
  .service-card { margin-bottom: 18px; }
  .service-card img, .service-card:nth-child(n+3) img { height: 220px; }
  .experience-grid { gap: 45px; }
  .experience-image img { min-height: 350px; border-radius: 48px 0 48px 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { padding: 28px 20px; }
  .contact-list > * { grid-template-columns: 70px 1fr; gap: 12px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand, .footer-callout { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .modal { padding: 32px 22px 24px; }
}

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