:root { color-scheme: light; }
body { margin: 0; font-family: 'Libre Franklin', sans-serif; color: #10182F; background: #FAFAFA; }
.container { max-width: 980px; margin: 0 auto; padding: 2.5rem 1rem 4rem; }
.site-nav { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 0; }
.logo { height: 60px; width: auto; }
.btn-book { font-size: 1.1rem; padding: 1rem 2rem; border-radius: 1rem; }
.hero { padding: 3rem 0 2rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; color: #416975; font-weight: 700; font-size: 1rem; }
h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin: .4rem 0 1.2rem; color: #10182F; font-weight: 700; }
h1 .accent { color: #408393; }
h2 { font-size: 1.8rem; margin: 2rem 0 1rem; }
h3 { color: #336a77; }
.lead { font-size: 1.15rem; line-height: 1.7; max-width: 800px; color: #747989; }
.grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 1rem; }
article { background: #fff; border: 1px solid #e2eced; border-radius: 10px; padding: 1rem; }
article p { color: #747989; line-height: 1.65; }
.actions { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 2rem; align-items: center; }
.btn { display: inline-block; background: #416975; color: #fff; text-decoration: none; padding: .9rem 1.8rem; border-radius: 1rem; font-weight: 500; font-size: 1.1rem; transition: background-color 0.25s ease, transform 0.25s ease; box-shadow: 0 0.4rem 1rem rgba(0,0,0,0.1); }
.btn:hover { background: #408393; transform: scale(1.03); }
.btn-secondary { background: #fff; color: #10182F; border: 1px solid #d0d5dd; box-shadow: 0 0.2rem 0.6rem rgba(0,0,0,0.06); }
.btn-secondary:hover { background: #F2F8F9; color: #336a77; }
.steps { list-style: none; counter-reset: step; margin: 1.5rem 0 0; padding: 0; display: grid; gap: 1rem; }
.steps li { counter-increment: step; position: relative; background: #fff; border: 1px solid #e2eced; border-radius: 10px; padding: 1.25rem; }
.steps li::before { content: counter(step); display: flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: #416975; color: #fff; font-weight: 700; font-size: 1.05rem; margin-bottom: .9rem; }
.steps h3 { margin: 0 0 .4rem; font-size: 1.05rem; }
.steps p { margin: 0; color: #747989; line-height: 1.65; }
@media (min-width: 620px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) {
  .steps { grid-template-columns: repeat(4, 1fr); }
  /* Arrow bridging the grid gap, aligned with the middle of the step number. */
  .steps li:not(:last-child)::after { content: ""; position: absolute; right: -1rem; top: calc(2.375rem - 4px); width: 1rem; height: 8px; background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 4h13M10 1l3 3-3 3' fill='none' stroke='%23a6c3ca' stroke-width='1.4'/%3E%3C/svg%3E"); }
}
.prose p { max-width: 800px; margin: 0 0 1rem; color: #747989; line-height: 1.7; }
.icon-sprite { display: none; }
.marquee-group { margin-top: 1.75rem; }
.marquee-group h3 { margin: 0 0 .75rem; font-size: 1.05rem; }
/* Fade the ends so chips enter and leave the strip instead of being clipped. */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3rem, #000 calc(100% - 3rem), transparent); mask-image: linear-gradient(90deg, transparent, #000 3rem, #000 calc(100% - 3rem), transparent); }
/* The track holds three identical rows, so shifting it by a third loops seamlessly. */
.marquee-track { display: flex; width: max-content; animation: marquee-scroll var(--marquee-duration, 45s) linear infinite; }
.marquee:hover .marquee-track, .marquee:focus-within .marquee-track { animation-play-state: paused; }
.marquee--reverse .marquee-track { animation-direction: reverse; }
.marquee-row { display: flex; align-items: center; gap: .75rem; list-style: none; margin: 0; padding: 0 .375rem; }
.marquee-row li { display: flex; align-items: center; gap: .5rem; white-space: nowrap; background: #fff; border: 1px solid #dcebee; border-radius: 1rem; padding: .5rem 1rem; color: #336a77; font-weight: 500; }
.marquee-row svg { width: 1.25rem; height: 1.25rem; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-33.3333%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
}
.callout { max-width: 800px; margin: 1.75rem 0 0; padding-left: 1rem; border-left: 3px solid #416975; line-height: 1.65; }
.cta { background: #F2F8F9; border-radius: 10px; padding: 1.2rem; margin-top: 2rem; }
a { color: #408393; }
a:hover { color: #336a77; }

/* ── Secondary marketing pages (/about/) ── */
.nav-actions { display: flex; gap: 10px; align-items: center; }
/* A short page still needs the footer pushed to the bottom of the viewport. */
body.page { display: flex; flex-direction: column; min-height: 100vh; }
body.page > .container { flex: 1 0 auto; }
.pillars { margin-top: 1.25rem; }
.pillars article h3 { margin: 0 0 .4rem; font-size: 1.05rem; }
.pillars article p { margin: 0; }
/* Two by two rather than the shared .grid's auto-fit, which lays four cards out as a
   row of three plus an orphan at this container width. */
@media (min-width: 620px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
/* Contact: the channels on the left, the legal entity on the right. The two panels
   stretch to a common height so their borders line up. */
.contact-grid { display: grid; gap: 1rem; margin-top: 1.25rem; }
@media (min-width: 760px) { .contact-grid { grid-template-columns: 1.15fr 1fr; } }
.contact-panel { background: #fff; border: 1px solid #e2eced; border-radius: 10px; padding: 1.25rem; }
.contact-panel h3 { margin: 0 0 .25rem; font-size: 1.05rem; }
.contact-panel > p { color: #747989; line-height: 1.65; margin: 0 0 1rem; }
.contact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .85rem; }
.contact-list li { display: flex; align-items: flex-start; gap: .7rem; }
.contact-list svg { width: 1.25rem; height: 1.25rem; flex: none; margin-top: .15rem; color: #416975; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.contact-label { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; color: #747989; }
.contact-value { font-size: 1.05rem; font-weight: 500; color: #10182F; font-style: normal; line-height: 1.5; }
.contact-value a { text-decoration: none; }
.contact-value a:hover { text-decoration: underline; }
.contact-note { color: #747989; font-size: .95rem; line-height: 1.6; margin: 1rem 0 0; }
.contact-panel .actions { margin-top: 1.25rem; gap: 1rem; }
