@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/montserrat-400.ttf") format('truetype'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/montserrat-500.ttf") format('truetype'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/montserrat-600.ttf") format('truetype'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/montserrat-700.ttf") format('truetype'); }
@font-face { font-family: 'Raleway'; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/raleway-400.ttf") format('truetype'); }
@font-face { font-family: 'Raleway'; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/raleway-500.ttf") format('truetype'); }
@font-face { font-family: 'Raleway'; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/raleway-600.ttf") format('truetype'); }
@font-face { font-family: 'Raleway'; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/raleway-700.ttf") format('truetype'); }

:root {
  --blue: #35a4ee;
  --blue-dark: #087bbd;
  --coral: #ff4f70;
  --ink: #1c1d22;
  --muted: #686b73;
  --paper: #ffffff;
  --mist: #f4f6f8;
  --line: #dde2e7;
  --dark: #25262d;
  --max: 1160px;
  --shadow: 0 18px 55px rgba(24, 31, 42, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 16px/1.75 'Raleway', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 {
  margin: 0 0 .65em;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.18;
}
p { margin: 0 0 1.25em; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px;
  color: #fff; background: var(--blue-dark); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative; z-index: 100; height: 82px; background: rgba(255,255,255,.98);
  border-bottom: 1px solid #eee;
}
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { align-self: flex-start; width: 80px; height: 81px; }
.brand img { width: 80px; height: 81px; object-fit: contain; }
.site-nav ul { display: flex; align-items: stretch; gap: 3px; margin: 0; padding: 0; list-style: none; }
.site-nav a {
  position: relative; display: block; padding: 31px 14px 25px; color: #666;
  text-decoration: none; text-transform: uppercase; letter-spacing: .19em;
  font-family: 'Montserrat', sans-serif; font-size: .76rem;
}
.site-nav a::before {
  content: ''; position: absolute; top: 0; left: 14px; right: 14px; height: 2px;
  background: var(--blue); transform: scaleX(0); transition: transform .2s ease;
}
.site-nav a:hover, .site-nav a:focus, .site-nav a.active { color: var(--blue-dark); }
.site-nav a:hover::before, .site-nav a:focus::before, .site-nav a.active::before { transform: scaleX(1); }
.menu-toggle { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px;
  padding: 0 34px; border: 0; color: #fff; background: var(--blue);
  text-decoration: none; text-transform: uppercase; letter-spacing: .25em;
  font-family: 'Montserrat', sans-serif; font-size: .78rem; font-weight: 700;
  box-shadow: 0 8px 24px rgba(53,164,238,.24); transition: .2s ease;
}
.button:hover, .button:focus { color: #fff; background: var(--blue-dark); transform: translateY(-2px); }
.eyebrow {
  margin-bottom: .8rem; color: var(--blue-dark); text-transform: uppercase;
  letter-spacing: .25em; font-family: 'Montserrat', sans-serif; font-size: .72rem; font-weight: 700;
}
.section-pad { padding: 100px 0; }
.section-heading { max-width: 750px; margin: 0 auto 52px; text-align: center; }
.section-heading h2 { font-size: clamp(1.7rem, 3vw, 2.55rem); }
.section-heading p:last-child { color: var(--muted); }
.section-heading--left { max-width: none; margin-inline: 0; text-align: left; }
.text-link {
  color: var(--blue-dark); text-decoration: none; font-family: 'Montserrat', sans-serif;
  font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.text-link:hover span, .text-link:focus span { transform: translateX(4px); }

.home-hero {
  min-height: 730px; display: grid; place-items: center; text-align: center;
  background:
    linear-gradient(rgba(255,255,255,.78), rgba(255,255,255,.83)),
    url("/assets/images/hero-breakfast.webp") center 42% / cover no-repeat;
}
.home-hero__content { padding-block: 90px; }
.hero-title {
  display: grid; margin: 0 auto 42px; font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 2rem); line-height: 1.35; letter-spacing: .18em;
}
.home-hero blockquote {
  max-width: 1100px; margin: 0 auto 74px; padding: 30px 20px 36px;
  border-top: 1px solid #555; border-bottom: 1px solid #555;
}
.home-hero blockquote p {
  margin: 0 0 10px; color: var(--coral); font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.35rem); font-weight: 700; letter-spacing: -.035em;
}
.home-hero cite { color: #5c6068; font-style: normal; }

.services-section {
  position: relative; color: #fff; background: url("/assets/images/services.webp") center / cover no-repeat;
}
.services-overlay { position: absolute; inset: 0; background: rgba(29,30,36,.9); }
.service-grid {
  position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px;
  padding-top: 105px; padding-bottom: 125px;
}
.service-card { text-align: center; }
.service-icon {
  display: grid; place-items: center; width: 92px; height: 92px; margin: 0 auto 28px;
  color: var(--blue); border: 3px solid var(--blue); border-radius: 50%;
}
.service-icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h2 { margin-bottom: 14px; font-size: 1.2rem; }
.service-card p { margin: 0; color: #d8d8dc; font-size: .9rem; line-height: 1.7; }

.topics-section { background: #fff; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.topic-card {
  overflow: hidden; color: var(--ink); background: #fff; text-decoration: none;
  box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease;
}
.topic-card:hover, .topic-card:focus { transform: translateY(-7px); box-shadow: 0 24px 65px rgba(24,31,42,.18); }
.topic-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .45s ease; }
.topic-card:hover img { transform: scale(1.025); }
.topic-card h3 { margin: 0; padding: 24px 26px; font-size: 1.05rem; }
.topic-card h3 span { float: right; color: var(--blue); }

.home-cta {
  position: relative; padding: 70px 0; color: #fff;
  background: linear-gradient(90deg, rgba(20,23,29,.93), rgba(20,23,29,.76)), url("/assets/images/office.webp") center / cover no-repeat;
}
.home-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.home-cta .eyebrow { color: #72c7ff; }
.home-cta h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.circle-button {
  flex: 0 0 auto; display: grid; place-items: center; width: 78px; height: 78px;
  border: 2px solid var(--blue); border-radius: 50%; color: #fff; background: var(--blue);
  text-decoration: none; font-size: 2rem; transition: .2s ease;
}
.circle-button:hover, .circle-button:focus { color: var(--blue); background: transparent; transform: translateX(5px); }

.latest-posts { background: var(--mist); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post-card { display: flex; min-width: 0; flex-direction: column; background: #fff; box-shadow: 0 10px 34px rgba(24,31,42,.08); }
.post-card__media { display: block; overflow: hidden; background: #dbe8f2; text-decoration: none; }
.post-card__media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__placeholder { display: grid; place-items: center; aspect-ratio: 16 / 9; color: #fff; background: linear-gradient(135deg, var(--blue), #5667ba); font: 700 4rem 'Montserrat', sans-serif; }
.post-card__body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.post-card time { margin-bottom: 12px; color: #8a8d93; font-family: 'Montserrat', sans-serif; font-size: .72rem; letter-spacing: .12em; }
.post-card h2 { font-size: 1.1rem; line-height: 1.45; }
.post-card h2 a { text-decoration: none; }
.post-card h2 a:hover, .post-card h2 a:focus { color: var(--blue-dark); }
.post-card p { color: var(--muted); font-size: .9rem; }
.post-card .text-link { margin-top: auto; }
.section-action { margin: 42px 0 0; text-align: right; }

.page-hero {
  padding: 104px 0 90px; color: #fff;
  background: linear-gradient(120deg, #252a34 0%, #303f50 62%, #197fb9 160%);
}
.page-hero--image {
  position: relative;
  background: linear-gradient(90deg, rgba(27,30,38,.94), rgba(27,30,38,.75)), var(--hero-image) center / cover no-repeat;
}
.page-hero .eyebrow { color: #75caff; }
.page-hero h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.035em; }
.page-intro { max-width: 690px; margin: 0; color: #e1e5e9; font-size: 1.15rem; }
.page-content { padding-top: 80px; padding-bottom: 100px; }

.prose { max-width: 920px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin-top: 2.25em; font-size: clamp(1.45rem, 2.8vw, 2.1rem); }
.prose h3 { margin-top: 2em; font-size: 1.25rem; }
.prose a { color: var(--blue-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose blockquote { margin: 2rem 0; padding: 20px 28px; color: #4e5259; border-left: 4px solid var(--blue); background: var(--mist); }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .65rem; }
.prose figure { margin: 2.4rem 0; }
.prose figure img, .prose > img { width: 100%; max-height: 620px; object-fit: cover; }
.prose iframe { width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; border: 0; }
.prose figcaption { padding-top: 8px; color: var(--muted); font-size: .82rem; }
.prose hr { margin: 3rem 0; border: 0; border-top: 1px solid var(--line); }
.prose table { width: 100%; border-collapse: collapse; }
.prose td, .prose th { padding: 10px; border: 1px solid var(--line); text-align: left; }

.about-intro { display: grid; grid-template-columns: 280px 1fr; gap: 52px; align-items: start; }
.about-intro img { width: 280px; border-radius: 50%; box-shadow: var(--shadow); }
.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 2.2rem 0 4rem; }
.expect-grid section { position: relative; padding: 30px 25px; border-top: 3px solid var(--blue); background: var(--mist); }
.expect-grid span { color: rgba(53,164,238,.25); font: 700 2.4rem 'Montserrat', sans-serif; }
.expect-grid h3 { margin-top: .8rem; margin-bottom: .5rem; }
.expect-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.quality-list { margin: 2rem 0; padding: 0 !important; list-style: none; counter-reset: quality; }
.quality-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.quality-list li > span { display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: var(--blue); border-radius: 50%; font: 700 1.1rem 'Montserrat', sans-serif; }
.quality-list p { margin: .25rem 0 0; }
.page-cta { margin-top: 3rem; }

.contact-card { padding: clamp(34px, 7vw, 70px); color: #fff; background: linear-gradient(125deg, #25262d, #2d4658); box-shadow: var(--shadow); }
.contact-card .eyebrow { color: #75caff; }
.contact-card h2 { font-size: clamp(1.65rem, 3.5vw, 2.6rem); }
.contact-card p:not(.eyebrow) { max-width: 560px; color: #dce1e6; }
.contact-card .button { color: #fff; }

.news-list { display: grid; gap: 34px; }
.news-list article { padding: 38px; border-left: 3px solid var(--blue); background: var(--mist); }
.news-list time { color: var(--blue-dark); font-family: 'Montserrat', sans-serif; font-size: .75rem; font-weight: 700; letter-spacing: .13em; }
.news-list h2 { margin-top: .45rem; font-size: 1.45rem; }
.news-list img { margin-top: 28px; }

.post-header {
  position: relative; min-height: 430px; display: grid; align-items: end; color: #fff;
  background: linear-gradient(120deg, #252a34, #197fb9);
}
.post-header--image { background: var(--post-image) center / cover no-repeat; }
.post-header__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,17,23,.91), rgba(14,17,23,.25)); }
.post-header__content { position: relative; padding-top: 110px; padding-bottom: 64px; }
.post-kicker { color: #7dccff; text-decoration: none; text-transform: uppercase; letter-spacing: .22em; font: 700 .73rem 'Montserrat', sans-serif; }
.post-header h1 { max-width: 900px; margin: 14px 0 18px; font-size: clamp(2rem, 5vw, 3.8rem); letter-spacing: -.035em; }
.post-header time { color: #d9dde2; font-family: 'Montserrat', sans-serif; font-size: .78rem; letter-spacing: .12em; }
.post-content { padding-top: 76px; padding-bottom: 100px; }
.post-contact { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 65px; padding: 26px 30px; border-left: 4px solid var(--blue); background: var(--mist); }
.post-contact a { font-family: 'Montserrat', sans-serif; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

.post-grid--archive { grid-template-columns: repeat(2, 1fr); }

.site-footer { padding-top: 72px; color: #c9cbd0; background: var(--dark); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 54px; }
.site-footer h2 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .16em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 5px 0; }
.site-footer a { color: #c9cbd0; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus { color: #71c7ff; }
.mail-link { display: inline-flex; align-items: center; gap: 12px; }
.mail-link svg { width: 22px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 1.7; }
.footer-bottom { padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.1); color: #8c8f96; font-size: .78rem; }

@media (max-width: 900px) {
  .menu-toggle {
    display: grid; gap: 5px; width: 44px; height: 44px; padding: 10px;
    border: 0; color: var(--ink); background: transparent; cursor: pointer;
  }
  .menu-toggle > span:not(.sr-only) { width: 24px; height: 2px; background: currentColor; transition: .2s ease; }
  .menu-toggle[aria-expanded='true'] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 12px 20px 20px;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 14px 30px rgba(20,25,31,.12);
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav a { padding: 13px 8px; }
  .site-nav a::before { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); gap: 58px 38px; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid .post-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .section-pad { padding: 72px 0; }
  .home-hero { min-height: 680px; }
  .home-hero__content { padding-block: 70px; }
  .hero-title { font-size: 1.12rem; letter-spacing: .12em; }
  .home-hero blockquote { margin-bottom: 55px; padding-inline: 0; }
  .home-hero blockquote p { font-size: 1.65rem; }
  .service-grid { grid-template-columns: 1fr; padding-top: 78px; padding-bottom: 86px; }
  .service-card { max-width: 420px; margin-inline: auto; }
  .topic-grid, .post-grid, .post-grid--archive, .expect-grid, .footer-grid { grid-template-columns: 1fr; }
  .home-cta__inner { align-items: flex-start; }
  .circle-button { width: 62px; height: 62px; }
  .about-intro { grid-template-columns: 1fr; gap: 35px; }
  .about-intro img { width: 210px; }
  .page-hero { padding: 76px 0 68px; }
  .page-content, .post-content { padding-top: 56px; padding-bottom: 72px; }
  .post-header { min-height: 360px; }
  .post-contact { align-items: flex-start; flex-direction: column; }
  .post-grid .post-card:last-child:nth-child(odd) { grid-column: auto; }
  .footer-grid { gap: 36px; }
}

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