:root {
  --htfl-ink: #142b35;
  --htfl-muted: #51636b;
  --htfl-teal: #176b68;
  --htfl-teal-dark: #0f504e;
  --htfl-mint: #e8f4f1;
  --htfl-sky: #edf6fa;
  --htfl-warm: #fbf7ef;
  --htfl-line: #d7e1e3;
  --htfl-white: #fff;
  --htfl-radius: 18px;
  --htfl-shadow: 0 12px 32px rgba(20, 43, 53, .08);
}

html { scroll-behavior: smooth; }
body {
  color: var(--htfl-ink);
  font-size: 18px;
  line-height: 1.72;
  background: var(--htfl-white);
}
a { color: var(--htfl-teal-dark); text-underline-offset: .16em; }
a:hover, a:focus { color: #0b3d3c; }
:focus-visible { outline: 3px solid #e09f3e; outline-offset: 3px; }
.grid-container { max-width: 1180px; }
.inside-header { padding-block: 26px; }
.site-header { border-bottom: 1px solid var(--htfl-line); }
.site-logo, .site-branding { padding-block: 4px; }
.main-title a { color: var(--htfl-ink); font-weight: 750; letter-spacing: -.02em; }
.site-description { color: var(--htfl-muted); font-size: .9rem; }
.main-navigation { background: var(--htfl-white); }
.main-navigation .main-nav ul li a { color: var(--htfl-ink); font-weight: 650; padding-inline: 15px; }
.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus-within > a { color: var(--htfl-teal-dark); background: var(--htfl-mint); }
.site-content { padding-block: 0; }
body.page.separate-containers .inside-article { padding: 0; }
body.home .site.grid-container,
body.home .site-content.grid-container { max-width: none; padding: 0; }
body.home.separate-containers .site-main { margin: 0; }
body.home .content-area { width: 100%; }
.entry-header, .entry-content, .page-header { max-width: 860px; margin-inline: auto; }
.home .entry-content { max-width: none; }
.entry-content { margin-top: 0; }
.entry-title { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.1; letter-spacing: -.04em; }
.htfl-wide { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.htfl-section { padding-block: clamp(58px, 8vw, 96px); }
.htfl-section--tint { background: var(--htfl-warm); }
.htfl-section--mint { background: var(--htfl-mint); }
.htfl-section h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; letter-spacing: -.035em; margin: 0 0 18px; }
.htfl-lede { max-width: 760px; color: var(--htfl-muted); font-size: 1.15rem; }
.htfl-eyebrow { color: var(--htfl-teal-dark); font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 10px; }
.htfl-hero { background: linear-gradient(135deg, var(--htfl-warm), var(--htfl-sky)); padding-block: clamp(76px, 10vw, 128px); }
.htfl-hero__inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(36px, 6vw, 80px); align-items: center; }
.htfl-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); font-weight: 750; line-height: 1.02; letter-spacing: -.055em; max-width: 800px; margin: 0 0 24px; }
.htfl-hero p { font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--htfl-muted); max-width: 710px; }
.htfl-hero__panel { background: rgba(255,255,255,.82); border: 1px solid rgba(23,107,104,.18); border-radius: 24px; padding: 32px; box-shadow: var(--htfl-shadow); }
.htfl-hero__panel ul { margin: 0; padding-left: 1.25em; }
.htfl-hero__panel li + li { margin-top: 10px; }
.htfl-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.htfl-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border-radius: 999px; padding: 12px 24px; font-weight: 750; text-decoration: none; }
.htfl-button--primary { background: var(--htfl-teal); color: var(--htfl-white); }
.htfl-button--primary:hover, .htfl-button--primary:focus { background: var(--htfl-teal-dark); color: var(--htfl-white); }
.htfl-button--secondary { border: 2px solid var(--htfl-teal); color: var(--htfl-teal-dark); background: var(--htfl-white); }
.htfl-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.htfl-card { display: block; background: var(--htfl-white); border: 1px solid var(--htfl-line); border-radius: var(--htfl-radius); padding: 28px; color: var(--htfl-ink); text-decoration: none; box-shadow: 0 5px 20px rgba(20,43,53,.04); }
.htfl-card:hover, .htfl-card:focus { transform: translateY(-3px); border-color: var(--htfl-teal); box-shadow: var(--htfl-shadow); }
.htfl-card__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--htfl-mint); color: var(--htfl-teal-dark); font-size: 1.35rem; margin-bottom: 18px; }
.htfl-card h3 { font-size: 1.3rem; margin: 0 0 8px; }
.htfl-card p { color: var(--htfl-muted); margin: 0; font-size: .98rem; }
.htfl-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 76px); align-items: center; }
.htfl-checklist { margin: 0; padding: 0; list-style: none; }
.htfl-checklist li { position: relative; padding-left: 34px; margin: 14px 0; }
.htfl-checklist li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--htfl-teal); font-weight: 900; }
.htfl-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin-top: 32px; }
.htfl-post-card { border: 1px solid var(--htfl-line); border-radius: var(--htfl-radius); padding: 26px; background: var(--htfl-white); }
.htfl-post-card h3 { font-size: 1.3rem; line-height: 1.3; margin: 0 0 12px; }
.htfl-post-card h3 a { color: var(--htfl-ink); text-decoration: none; }
.htfl-post-card p { color: var(--htfl-muted); font-size: .96rem; }
.htfl-text-link { font-weight: 750; }
.htfl-callout { background: var(--htfl-ink); color: var(--htfl-white); border-radius: 24px; padding: clamp(30px, 6vw, 60px); }
.htfl-callout h2, .htfl-callout p { color: var(--htfl-white); }
.htfl-callout p { opacity: .86; max-width: 700px; }
.htfl-disclosure { border-left: 5px solid var(--htfl-teal); background: var(--htfl-mint); border-radius: 0 12px 12px 0; padding: 16px 20px; font-size: .92rem; margin: 24px 0; }
.htfl-page { max-width: 860px; margin: 0 auto; padding: 64px 24px 90px; }
.htfl-page h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.htfl-page h2 { margin-top: 2.2em; font-size: 1.7rem; line-height: 1.25; }
.htfl-page .htfl-lede { font-size: 1.2rem; }
.htfl-link-list { display: grid; gap: 14px; list-style: none; padding: 0; margin: 30px 0; }
.htfl-link-list a { display: block; border: 1px solid var(--htfl-line); border-radius: 14px; padding: 18px 20px; font-weight: 700; text-decoration: none; }
.htfl-link-list a:hover, .htfl-link-list a:focus { background: var(--htfl-mint); border-color: var(--htfl-teal); }
.htfl-empty { color: var(--htfl-muted); background: var(--htfl-white); border: 1px dashed var(--htfl-line); border-radius: 14px; padding: 22px; }
.site-footer { border-top: 1px solid var(--htfl-line); }
.site-info { background: var(--htfl-ink); color: #e9f0f2; }
.site-info a { color: var(--htfl-white); }

@media (max-width: 820px) {
  body { font-size: 17px; }
  .htfl-hero__inner, .htfl-two-col { grid-template-columns: 1fr; }
  .htfl-card-grid, .htfl-post-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .htfl-hero__panel { max-width: 560px; }
}
@media (max-width: 560px) {
  .htfl-card-grid, .htfl-post-grid { grid-template-columns: 1fr; }
  .htfl-wide { width: min(100% - 28px, 1180px); }
  .htfl-button { width: 100%; }
  .htfl-hero { padding-block: 58px; }
  .htfl-section { padding-block: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
