@font-face{font-family:"Outfit Variable";font-style:normal;font-weight:100 900;font-display:swap;src:url("outfit-latin.woff2") format("woff2")}
:root {
  font-family: "Outfit Variable", "Outfit", sans-serif;
  color: #17324d;
  background: #f7f7f2;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --paper: #f7f7f2;
  --white: #fff;
  --navy: #17324d;
  --sidebar: #08213f;
  --amber: #f2b134;
  --ink: #1e2933;
  --muted: #58687b;
  --line: #d6dde4;
  --blue: #2563eb;
  --green: #15803d;
  --orange: #c2410c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; min-width: 320px; }
body.dialog-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button, a { touch-action: manipulation; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--navy); outline-offset: 5px; }
main:focus { outline: none; }
button:disabled { cursor: default; }
svg { flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
button { border: 0; }
.container { width: min(calc(100% - 112px), 1328px); 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; top: 12px; left: 16px; z-index: 100; padding: 14px 22px; background: var(--navy); color: white; transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: none; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 23px; border-radius: 16px; font-size: 16px; line-height: 1.3; font-weight: 600; text-align: center; transition: background-color .18s, box-shadow .18s; }
.button-primary { background: var(--amber); color: var(--navy); }
.button-primary:hover { background: #e9a723; box-shadow: 0 3px 0 #17324d16; }
.button:active { box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 5px; border-bottom: 2px solid var(--amber); font-weight: 600; line-height: 1.4; }
.text-link:hover { color: #755009; }
.icon-button { display: inline-flex; justify-content: center; align-items: center; width: 46px; height: 46px; background: transparent; border-radius: 10px; }
.icon-button:hover { background: #17324d0a; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .18em; line-height: 1.7; }
.wordmark { display: inline-flex; align-items: baseline; font-size: 30px; font-weight: 650; letter-spacing: -.055em; line-height: 1; white-space: nowrap; }
.wordmark-suffix { color: #946209; }
.wordmark-light { color: white; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; min-height: 44px; }

.site-header { min-height: 88px; border-bottom: 1px solid #17324d0b; background: var(--paper); position: sticky; top: 0; z-index: 20; }
.header-inner { min-height: 87px; display: flex; align-items: center; gap: 46px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: 16px; }
.desktop-nav a, .login-link { font-size: 15px; font-weight: 500; white-space: nowrap; }
.desktop-nav a { padding-block: 15px; color: #40516a; }
.desktop-nav a:hover, .login-link:hover, .site-footer nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-actions { margin-left: auto; display: flex; gap: 29px; align-items: center; }
.login-link { background: transparent; padding: 15px 0; }
.header-actions .button { padding-inline: 23px; white-space: nowrap; }
.menu-button, .mobile-navigation { display: none; }

.hero { overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 44% 56%; gap: 18px; padding-top: 60px; padding-bottom: 50px; min-height: 802px; align-items: start; }
.hero-copy { padding-top: 40px; padding-right: 16px; }
.hero-eyebrow { color: #40516a; border-left: 3px solid var(--amber); padding: 5px 0 5px 25px; margin-bottom: 27px; font-size: 12px; letter-spacing: .24em; }
.hero h1 { font-size: clamp(58px, 6.31vw, 90px); font-weight: 650; line-height: 1.015; letter-spacing: -.054em; color: #08213f; }
.hero-description { font-size: 23px; line-height: 1.43; font-weight: 400; color: #516075; max-width: 540px; margin-top: 26px; }
.hero-cta { margin-top: 34px; font-size: 21px; min-height: 66px; padding: 17px 43px; border-radius: 19px; gap: 25px; }
.hero-cta svg { width: 24px; height: 24px; }
.hero-secondary { display: table; font-size: 21px; margin-top: 25px; }
.product-figure { width: calc(100% + 36px); min-width: 0; }
.product-preview { height: 658px; width: 100%; display: grid; grid-template-columns: 188px minmax(0,1fr); overflow: hidden; border: 1px solid #e0e4e5; border-radius: 16px; background: white; box-shadow: 0 12px 35px #17324d06; }
.product-sidebar { background: var(--sidebar); color: white; }
.product-brand { min-height: 68px; display: flex; align-items: center; padding: 0 21px; border-bottom: 1px solid #ffffff0d; }
.product-brand .wordmark { font-size: 22px; letter-spacing: -.045em; }
.product-navigation { padding: 17px 10px; display: grid; gap: 3px; }
.product-navigation-item { display: flex; align-items: center; gap: 14px; min-height: 55px; padding: 12px 15px; border-radius: 10px; font-size: 15px; }
.product-navigation-item.is-current { background: #1c3b58; }
.product-main { min-width: 0; background: #fcfcfa; }
.product-heading { height: 68px; display: flex; align-items: center; gap: 15px; padding: 0 29px; border-bottom: 1px solid #e7eaeb; white-space: nowrap; }
.product-heading h2 { font-size: 24px; letter-spacing: -.035em; font-weight: 600; }
.demo-tag { padding: 5px 10px; border: 1px solid #e9cc8e; border-radius: 20px; font-size: 12px; font-weight: 500; line-height: 1; }
.product-view-labels { display: flex; gap: 32px; padding: 0 31px; height: 56px; font-size: 15px; font-weight: 500; color: #637085; }
.product-view-labels span { padding: 21px 0 13px; }
.product-view-labels .selected { color: var(--navy); border-bottom: 3px solid var(--amber); }
.product-content { padding: 19px 25px 22px 30px; }
.product-filters { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; }
.product-filters button { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 11px; border: 1px solid #e8ebec; border-radius: 11px; background: #fcfcfa; font-size: 13px; font-weight: 500; white-space: nowrap; min-height: 40px; }
.product-filters button.selected { color: var(--navy); background: white; border-color: #bbc6d1; box-shadow: 0 2px 4px #17324d07; }
.product-filters button:hover { border-color: #8094a8; }
.filter-count { color: #778394; font-weight: 400; }
.status-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; flex-shrink: 0; }
.status-dot.placement { background: var(--blue); }
.status-dot.placed { background: var(--green); }
.status-dot.pickup { background: #f16624; }
.service-table { border: 1px solid #e2e7eb; border-radius: 11px; overflow: hidden; background: white; }
.service-table-heading, .service-row { display: grid; grid-template-columns: 1.32fr 1.02fr .8fr; gap: 14px; padding-inline: 15px; }
.service-table-heading { min-height: 39px; align-items: center; border-bottom: 1px solid #e5e9ee; font-size: 12px; color: #536176; }
.service-table-heading span { display: flex; align-items: center; gap: 4px; }
.service-table-body { min-height: 395px; }
.service-row { min-height: 99px; align-items: start; padding-top: 17px; padding-bottom: 14px; border-bottom: 1px solid #edf0f3; font-size: 13px; line-height: 1.4; }
.service-row:last-child { border-bottom: 0; }
.service-row > div { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.service-row strong { font-weight: 500; color: #162b44; font-size: 14px; white-space: nowrap; }
.service-row span:not(.status-dot) { color: #667386; }
.service-type { display: flex; align-items: center; gap: 9px; }
.service-type.placement { color: var(--blue); }
.service-type.placed { color: var(--green); }
.service-type.pickup { color: var(--orange); }
.service-description > span, .service-deadline > span { white-space: nowrap; }
.product-figure figcaption { color: #536176; font-size: 14px; padding-top: 16px; padding-left: 3px; }

.section-border { border-top: 1px solid var(--line); }
.benefits { padding: 82px 0 90px; }
.benefits-grid { display: grid; grid-template-columns: 44% 28% 28%; gap: 18px; }
.accent-heading { padding-left: 34px; position: relative; font-size: 61px; font-weight: 600; letter-spacing: -.045em; line-height: 1.06; align-self: start; }
.accent-heading::before { content: ""; position: absolute; left: 0; top: 2px; height: 44px; border-left: 4px solid var(--amber); }
.benefit > svg { margin-bottom: 16px; color: var(--navy); }
.benefit h3 { font-size: 21px; font-weight: 500; line-height: 1.35; letter-spacing: -.025em; margin-bottom: 9px; }
.benefit p { font-size: 20px; color: #516075; line-height: 1.45; max-width: 275px; }

.workflow, .faq-section { padding: 104px 0; }
.workflow { background: white; }
.workflow-grid, .faq-grid { display: grid; grid-template-columns: 44% 56%; gap: 18px; }
.section-intro { max-width: 420px; padding-right: 30px; }
.section-intro .eyebrow { margin-bottom: 26px; color: #58677a; }
.section-intro h2 { font-size: 48px; line-height: 1.12; font-weight: 550; letter-spacing: -.04em; }
.section-intro > p:not(.eyebrow) { font-size: 19px; line-height: 1.55; color: var(--muted); margin-top: 23px; }
.section-intro .text-link { margin-top: 31px; font-size: 17px; }
.workflow-steps { list-style: none; margin: 0; padding: 0; }
.workflow-steps li { display: grid; grid-template-columns: 47px minmax(0,1fr) 30px; gap: 20px; align-items: start; padding: 27px 0 30px; border-bottom: 1px solid var(--line); }
.workflow-steps li:first-child { padding-top: 0; }
.workflow-steps li:last-child { border-bottom: none; padding-bottom: 0; }
.step-number { color: #946007; font-size: 19px; font-weight: 500; padding-top: 3px; }
.workflow-steps h3 { font-size: 25px; font-weight: 500; letter-spacing: -.025em; margin-bottom: 10px; }
.workflow-steps p { font-size: 18px; line-height: 1.55; color: var(--muted); max-width: 460px; }
.workflow-steps svg { margin-top: 4px; color: #657b8e; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item h3 { font-weight: 500; }
.faq-item button { display: flex; justify-content: space-between; align-items: center; gap: 25px; text-align: left; padding: 27px 0; width: 100%; background: transparent; font-size: 21px; line-height: 1.45; letter-spacing: -.015em; }
.faq-item button:hover { color: #886017; }
.faq-item button svg { transition: transform .18s; }
.faq-item.is-open button svg { transform: rotate(45deg); }
.faq-item p { font-size: 18px; line-height: 1.65; color: var(--muted); padding: 0 36px 29px 0; max-width: 640px; }
.contact-section { background: #efe9dc; padding: 82px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 52px; }
.contact-grid .eyebrow { color: #6b5d45; margin-bottom: 26px; }
.contact-grid h2 { font-size: 53px; font-weight: 550; letter-spacing: -.045em; line-height: 1.1; }
.contact-grid p:not(.eyebrow) { margin-top: 22px; font-size: 19px; color: #536176; max-width: 540px; line-height: 1.55; }
.contact-cta { min-height: 64px; font-size: 19px; padding: 20px 28px; }
.site-footer { background: var(--paper); }
.footer-main { display: flex; justify-content: space-between; gap: 36px; padding-top: 65px; padding-bottom: 56px; }
.footer-main p { color: var(--muted); font-size: 17px; line-height: 1.5; margin-top: 15px; }
.footer-main nav { display: flex; align-items: start; justify-content: end; flex-wrap: wrap; gap: 25px; font-size: 15px; padding-top: 15px; }
.footer-main nav button { padding: 0; display: flex; align-items: center; gap: 10px; background: transparent; }
.footer-main nav button:hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding-block: 23px; color: #5d6a7b; font-size: 13px; }

.contact-dialog { padding: 0; width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 40px); border: 1px solid var(--line); border-radius: 20px; background: var(--paper); color: var(--navy); box-shadow: 0 24px 80px #08213f26; }
.contact-dialog::backdrop { background: #08213f88; }
.dialog-content { position: relative; padding: 44px; }
.dialog-close { position: absolute; top: 13px; right: 13px; }
.dialog-content > .eyebrow, .dialog-success .eyebrow { font-size: 11px; margin: 3px 35px 20px 0; color: #5f6b78; }
.dialog-content h2 { font-size: 35px; font-weight: 550; line-height: 1.12; letter-spacing: -.035em; margin-bottom: 17px; }
.dialog-content p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.55; }
.dialog-content p.form-error-summary { color: #b42318; border-left: 2px solid currentColor; padding-left: 12px; margin: 18px 0 0; font-size: 14px; }
.form-field-error { color: #b42318; font-size: 13px; margin: -12px 0 18px; }
.dialog-content [aria-invalid="true"] { border-color: #b42318; }
.dialog-content :disabled { opacity: .65; cursor: wait; }
.dialog-content form { display: flex; flex-direction: column; margin-top: 25px; }
.dialog-content label { font-size: 14px; font-weight: 500; margin-bottom: 7px; }
.dialog-content input, .dialog-content select { width: 100%; min-height: 50px; font-size: 16px; border: 1px solid #bfc8d1; border-radius: 8px; padding: 12px 14px; color: var(--ink); background: white; margin-bottom: 19px; }
.dialog-content input::placeholder { color: #758091; }
.dialog-content .button { margin-top: 14px; }
.dialog-success > svg { color: var(--green); margin-bottom: 20px; }
.dialog-success .button { margin-top: 28px; }

.pricing-section, .comparison-section { padding: 96px 0; }
.comparison-section { background: white; }
.commercial-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 42px; }
.commercial-heading .eyebrow { color: var(--muted); margin-bottom: 22px; }
.commercial-heading h2 { font-size: 50px; font-weight: 550; line-height: 1.1; letter-spacing: -.04em; }
.commercial-heading > p { max-width: 355px; color: var(--muted); font-size: 19px; line-height: 1.55; padding-bottom: 3px; }
.commercial-heading > p strong { display: block; margin-top: 10px; color: var(--navy); font-weight: 500; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: white; }
.pricing-plan { min-width: 0; padding: 31px 32px 25px; border-right: 1px solid var(--line); }
.pricing-plan:last-child { border-right: 0; }
.pricing-plan:nth-child(2) { background: #fdfaf2; }
.plan-heading { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 27px; }
.plan-heading h3 { font-weight: 500; font-size: 19px; }
.plan-heading svg { color: #7b633b; }
.plan-trucks { font-size: 28px; font-weight: 500; line-height: 1.2; letter-spacing: -.025em; }
.plan-description { max-width: 250px; min-height: 52px; font-size: 16px; line-height: 1.55; color: var(--muted); margin-top: 13px; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin-top: 30px; line-height: 1; }
.plan-price .currency { font-size: 25px; font-weight: 500; }
.plan-price strong { font-size: 68px; font-weight: 550; letter-spacing: -.055em; }
.plan-price > span:last-child { color: var(--muted); font-size: 17px; margin-left: 3px; }
.plan-price-note { font-size: 13px; color: var(--muted); margin-top: 9px; }
.pricing-plan .button { width: 100%; margin-top: 29px; gap: 14px; }
.plan-trial { font-size: 13px; color: #5c675c; text-align: center; margin-top: 15px; }
.plan-inclusions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 28px; padding: 27px 0; font-size: 14px; }
.plan-inclusions > p { font-weight: 600; }
.plan-inclusions ul { display: flex; flex-wrap: wrap; gap: 13px 24px; list-style: none; margin: 0; padding: 0; color: var(--muted); }
.plan-inclusions li { display: flex; align-items: center; gap: 8px; }
.plan-inclusions svg { color: #52694b; }
.migration-offer { display: flex; justify-content: space-between; align-items: center; gap: 32px; background: #efe9dc; border-radius: 14px; padding: 27px 32px; margin: 4px 0 28px; }
.migration-copy { max-width: 660px; }
.migration-copy .eyebrow { color: #705c35; font-size: 11px; margin-bottom: 9px; }
.migration-copy h3 { font-size: 27px; line-height: 1.2; font-weight: 550; letter-spacing: -.025em; }
.migration-copy > p:last-child { font-size: 16px; color: var(--muted); line-height: 1.5; margin-top: 11px; }
.migration-price { display: flex; flex-direction: column; gap: 5px; min-width: 148px; }
.migration-price strong { font-size: 41px; line-height: 1.1; font-weight: 550; letter-spacing: -.03em; }
.migration-price > span { color: #675e4f; font-size: 14px; line-height: 1.5; }
.migration-price del { text-decoration-thickness: 1.5px; }
.large-fleet { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-block: 1px solid var(--line); padding: 24px 0; font-size: 17px; line-height: 1.5; }
.large-fleet p { color: var(--muted); }
.large-fleet strong { color: var(--navy); font-weight: 500; }
.large-fleet .text-link { background: transparent; border-radius: 0; padding-inline: 0; white-space: nowrap; }
.commercial-note { font-size: 13px; color: var(--muted); line-height: 1.6; max-width: 870px; margin-top: 22px; }
.table-scroll-hint { display: none; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; margin-bottom: 14px; }
.comparison-scroll { border: 1px solid var(--line); border-radius: 14px; overflow-x: auto; scrollbar-color: #8998a7 #edf0f3; }
.comparison-scroll:focus-visible { outline: 3px solid var(--navy); outline-offset: 5px; }
.comparison-table { width: 100%; min-width: 1050px; border-collapse: separate; border-spacing: 0; font-size: 15px; line-height: 1.55; text-align: left; }
.comparison-table th, .comparison-table td { padding: 23px 20px; vertical-align: top; border-bottom: 1px solid var(--line); }
.comparison-table thead th { background: #f1f3f2; font-size: 13px; font-weight: 500; padding-block: 16px; }
.comparison-table th:nth-child(1) { width: 17%; }
.comparison-table th:nth-child(2) { width: 14%; }
.comparison-table th:nth-child(3) { width: 16%; }
.comparison-table th:nth-child(4) { width: 32%; }
.comparison-table th:nth-child(5) { width: 21%; }
.comparison-table tbody th { font-weight: 500; background: white; }
.comparison-table td { color: var(--muted); }
.comparison-table td strong { display: block; color: var(--navy); font-weight: 500; }
.comparison-table td > span { display: block; font-size: 13px; line-height: 1.5; margin-top: 5px; }
.comparison-table tr:last-child > * { border-bottom: 0; }
.comparison-table .our-comparison-row > * { background: #fdf7e9; }
.comparison-table .unlimited-comparison { color: var(--navy); font-size: 17px; font-weight: 600; line-height: 1.45; }
.comparison-table .included-comparison { display: inline-flex; align-items: center; gap: 6px; background: #e5ebdc; color: #354d2b; padding: 5px 9px; border-radius: 6px; font-size: 13px; font-weight: 500; line-height: 1.45; margin-top: 9px; }
.comparison-table .our-comparison-row th { border-left: 3px solid var(--amber); padding-left: 17px; }
.comparison-brand { display: block; font-size: 21px; font-weight: 600; letter-spacing: -.045em; white-space: nowrap; }
.comparison-brand > span { color: #8b5d09; }
.comparison-label { display: block; font-size: 12px; margin-top: 5px; color: #786344; font-weight: 400; }
.competitor-link { display: inline-flex; align-items: baseline; gap: 7px; text-decoration: underline; text-decoration-color: #b4c0c9; text-underline-offset: 4px; }
.competitor-link:hover { text-decoration-color: var(--navy); }
.competitor-restrictions { margin: 0; padding-left: 17px; color: #b42318; font-weight: 500; }
.competitor-restrictions li + li { margin-top: 7px; }
.comparison-table .competitor-restriction { color: #b42318; font-weight: 500; }
.comparison-detail { color: var(--muted); font-size: 13px; line-height: 1.5; margin-top: 9px; }
.competitor-link svg { position: relative; top: 2px; }
.comparison-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 22px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.comparison-notes strong { font-weight: 500; }
.selected-plan-summary { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px 16px; background: #eeeade; border-radius: 8px; padding: 14px; font-size: 14px; line-height: 1.5; margin: 0 0 2px; }
.selected-plan-summary strong { font-weight: 500; }
.selected-plan-summary > span { color: var(--muted); }

@media (max-width: 1100px) {
  .table-scroll-hint { display: flex; }
  .comparison-table th:first-child { position: sticky; left: 0; z-index: 1; width: 150px; min-width: 150px; box-shadow: 1px 0 0 var(--line); }
  .comparison-table { min-width: 1050px; }
  .pricing-plan { padding-inline: 24px; }
  .pricing-plan .button { padding-inline: 14px; }
  .plan-price strong { font-size: 61px; }
}

@media (max-width: 900px) {
  .pricing-section, .comparison-section { padding: 65px 0; }
  .commercial-heading { align-items: start; flex-direction: column; gap: 22px; margin-bottom: 34px; }
  .commercial-heading h2 { font-size: 43px; }
  .commercial-heading > p { max-width: 560px; padding-bottom: 0; }
  .commercial-heading .eyebrow { margin-bottom: 19px; }
  .pricing-plan { padding-inline: 20px; }
  .plan-trucks { font-size: 23px; }
  .plan-price strong { font-size: 49px; }
  .plan-price .currency { font-size: 19px; }
  .plan-price > span:last-child { font-size: 14px; }
  .pricing-plan .button { font-size: 14px; gap: 8px; padding-inline: 10px; }
  .large-fleet { align-items: start; }
  .large-fleet p { max-width: 450px; }
  .comparison-notes { grid-template-columns: 1fr; gap: 13px; }
}

@media (max-width: 650px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-plan { padding: 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .pricing-plan:last-child { border-bottom: 0; }
  .plan-heading { margin-bottom: 19px; }
  .plan-trucks { font-size: 27px; }
  .plan-description { min-height: 0; max-width: 100%; }
  .plan-price { margin-top: 24px; }
  .plan-price strong { font-size: 64px; }
  .plan-price .currency { font-size: 24px; }
  .plan-price > span:last-child { font-size: 17px; }
  .pricing-plan .button { font-size: 17px; margin-top: 25px; }
  .plan-inclusions { gap: 16px; padding-block: 25px; }
  .plan-inclusions ul { flex-direction: column; gap: 13px; }
  .migration-offer { flex-direction: column; align-items: stretch; gap: 21px; padding: 25px; }
  .migration-copy h3 { font-size: 25px; }
  .migration-price { border-top: 1px solid #cfc4ae; padding-top: 17px; }
  .large-fleet { flex-direction: column; gap: 17px; }
  .commercial-heading h2 { font-size: 39px; }
  .commercial-heading h2 br { display: none; }
  .commercial-heading > p { font-size: 18px; }
  .comparison-table th, .comparison-table td { padding: 18px 16px; }
  .comparison-table th:first-child { position: static; box-shadow: none; }
  .comparison-table .our-comparison-row th { padding-left: 13px; }
  .comparison-table { font-size: 14px; }
  .comparison-brand { font-size: 19px; }
}

@media (min-width: 1441px) {
  .hero-grid { grid-template-columns: 44% 56%; min-height: 840px; }
  .hero-copy { padding-top: 44px; }
  .product-preview { height: 686px; }
  .service-row { min-height: 106px; }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .container { width: calc(100% - 72px); }
  .header-inner { gap: 24px; }
  .desktop-nav { gap: 20px; margin-left: 8px; }
  .header-actions { gap: 21px; }
  .header-actions .button { font-size: 14px; padding-inline: 18px; gap: 10px; }
  .wordmark { font-size: 26px; }
  .hero-grid { min-height: 742px; }
  .hero-eyebrow { font-size: 10px; padding-left: 17px; letter-spacing: .13em; }
  .hero-description { font-size: 21px; }
  .hero-cta { font-size: 18px; padding-inline: 25px; }
  .product-preview { grid-template-columns: 134px minmax(0,1fr); height: 616px; }
  .product-brand { padding-inline: 13px; }
  .product-brand .wordmark { font-size: 19px; }
  .product-navigation-item { padding-inline: 9px; gap: 10px; font-size: 13px; }
  .product-navigation-item svg { width: 19px; }
  .product-heading { padding-inline: 18px; gap: 11px; }
  .product-heading h2 { font-size: 21px; }
  .demo-tag { font-size: 10px; padding-inline: 7px; }
  .product-content { padding: 19px 13px; }
  .product-filters { gap: 6px; flex-wrap: wrap; }
  .product-filters button { font-size: 11px; padding: 8px; gap: 5px; }
  .service-table-heading, .service-row { gap: 10px; padding-inline: 12px; grid-template-columns: 1.25fr 1fr .57fr; }
  .service-row strong { font-size: 12px; white-space: normal; }
  .service-row { font-size: 11px; min-height: 93px; }
  .service-deadline > span { white-space: normal; }
  .service-table-body { min-height: 372px; }
  .accent-heading { font-size: 49px; padding-left: 23px; }
  .benefit h3 { font-size: 19px; }
  .benefit p { font-size: 18px; }
  .section-intro h2 { font-size: 42px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 100px; }
  .container { width: calc(100% - 48px); }
  .site-header, .header-inner { min-height: 76px; }
  .header-inner { justify-content: space-between; gap: 20px; }
  .wordmark { font-size: 28px; }
  .desktop-nav, .header-actions { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-navigation { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); padding: 10px 24px 28px; border-bottom: 1px solid var(--line); box-shadow: 0 16px 25px #17324d12; max-height: calc(100dvh - 76px); overflow-y: auto; }
  .mobile-navigation > a, .mobile-login { display: flex; align-items: center; justify-content: space-between; font-size: 18px; padding: 19px 0; background: transparent; text-align: left; border-bottom: 1px solid var(--line); }
  .mobile-navigation .button { margin-top: 24px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 42px; padding-bottom: 52px; min-height: 0; }
  .hero-copy { padding: 0; max-width: 660px; }
  .hero-eyebrow { font-size: 11px; margin-bottom: 24px; }
  .hero h1 { font-size: clamp(54px, 9vw, 78px); line-height: 1.01; }
  .hero-description { font-size: 21px; max-width: 560px; margin-top: 27px; }
  .hero-cta { margin-top: 29px; font-size: 20px; min-height: 62px; }
  .hero-secondary { margin-top: 20px; font-size: 19px; }
  .product-figure { width: 100%; }
  .product-preview { height: 625px; grid-template-columns: 152px minmax(0,1fr); }
  .product-brand { padding-inline: 16px; }
  .product-brand .wordmark { font-size: 20px; }
  .product-navigation-item { gap: 11px; padding-inline: 10px; font-size: 14px; }
  .product-heading { padding-inline: 21px; }
  .product-content { padding-inline: 20px; }
  .product-filters { flex-wrap: wrap; gap: 8px; }
  .product-filters button { font-size: 12px; padding-inline: 10px; }
  .service-table-heading, .service-row { grid-template-columns: 1.15fr 1fr .73fr; gap: 12px; padding-inline: 12px; }
  .service-row { font-size: 12px; }
  .service-row strong { font-size: 13px; }
  .service-deadline > span { white-space: normal; }
  .benefits { padding: 54px 0 60px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .accent-heading { grid-column: 1 / -1; font-size: 46px; padding-left: 24px; }
  .benefit p { max-width: 290px; font-size: 18px; }
  .benefit h3 { font-size: 20px; }
  .workflow, .faq-section { padding: 65px 0; }
  .workflow-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .section-intro { max-width: 590px; padding-right: 0; }
  .section-intro h2 { font-size: 43px; }
  .section-intro h2 br { display: none; }
  .section-intro .eyebrow { margin-bottom: 19px; }
  .section-intro > p:not(.eyebrow) { margin-top: 17px; }
  .workflow-steps p { max-width: 540px; }
  .contact-section { padding: 62px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-grid h2 { font-size: 45px; }
  .contact-cta { justify-self: start; }
  .footer-main { padding-top: 46px; padding-bottom: 38px; }
  .footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 27px; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .site-header, .header-inner { min-height: 73px; }
  .wordmark { font-size: 27px; }
  .hero-grid { padding-top: 35px; gap: 38px; }
  .hero-eyebrow { max-width: 320px; font-size: 10px; letter-spacing: .14em; padding: 3px 0 3px 14px; margin-bottom: 23px; }
  .hero h1 { font-size: clamp(45px, 12.5vw, 70px); letter-spacing: -.05em; line-height: 1.04; max-width: 500px; }
  .desktop-break { display: none; }
  .hero-description { font-size: 19px; line-height: 1.48; margin-top: 25px; }
  .hero-cta { width: 100%; padding-inline: 19px; font-size: 19px; min-height: 60px; border-radius: 15px; }
  .hero-secondary { font-size: 18px; margin-top: 17px; }
  .product-preview { display: block; height: auto; border-radius: 12px; }
  .product-sidebar { display: none; }
  .product-heading { min-height: 62px; height: auto; padding: 18px 14px; gap: 12px; justify-content: space-between; }
  .product-heading h2 { font-size: 21px; }
  .demo-tag { font-size: 10px; padding: 5px 8px; }
  .product-view-labels { height: 47px; padding-inline: 16px; font-size: 13px; gap: 28px; }
  .product-view-labels span { padding-top: 13px; }
  .product-content { padding: 14px 12px 12px; }
  .product-filters { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; margin-bottom: 12px; }
  .product-filters button { font-size: 12px; min-height: 42px; padding: 9px; gap: 7px; }
  .service-table { border-radius: 9px; }
  .service-table-heading { display: none; }
  .service-table-body { min-height: 0; }
  .service-row { grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 10px 13px; padding: 15px 12px; font-size: 12px; min-height: 114px; }
  .service-row > div { gap: 3px; }
  .service-row strong { font-size: 13px; white-space: normal; }
  .service-description > span { white-space: normal; }
  .service-type { gap: 7px; }
  .service-client > span { font-size: 11px; }
  .service-row .service-deadline { grid-column: 1 / -1; flex-direction: row; gap: 9px; align-items: center; padding-top: 1px; }
  .service-deadline strong { font-size: 11px; font-weight: 600; }
  .service-deadline span { font-size: 11px; }
  .product-figure figcaption { font-size: 12px; padding-top: 12px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 33px; }
  .accent-heading { grid-column: auto; font-size: 42px; padding-left: 20px; margin-bottom: 4px; }
  .benefit { display: grid; grid-template-columns: 32px 1fr; column-gap: 16px; }
  .benefit > svg { grid-row: 1 / 3; width: 30px; margin: 0; }
  .benefit h3 { font-size: 20px; margin-bottom: 5px; }
  .benefit p { font-size: 18px; max-width: 320px; }
  .section-intro h2 { font-size: 39px; }
  .workflow-grid, .faq-grid { gap: 35px; }
  .workflow-steps li { grid-template-columns: 30px minmax(0,1fr); gap: 13px; }
  .workflow-steps li > svg { display: none; }
  .workflow-steps h3 { font-size: 23px; }
  .workflow-steps p { font-size: 17px; }
  .faq-item button { font-size: 19px; padding-block: 23px; gap: 20px; }
  .faq-item p { font-size: 17px; padding-right: 15px; }
  .contact-grid h2 { font-size: 39px; }
  .contact-grid h2 br { display: none; }
  .contact-cta { width: 100%; min-height: 60px; font-size: 18px; }
  .contact-grid .eyebrow { font-size: 11px; max-width: 290px; }
  .footer-main { flex-direction: column; }
  .footer-main nav { grid-template-columns: 1fr 1fr; font-size: 14px; row-gap: 23px; padding: 0; }
  .footer-bottom { flex-direction: column; gap: 8px; font-size: 12px; }
  .dialog-content { padding: 41px 23px 28px; }
  .dialog-content h2 { font-size: 30px; }
  .dialog-content > .eyebrow { margin-bottom: 17px; }
  .dialog-content form { margin-top: 20px; }
  .dialog-content input, .dialog-content select { margin-bottom: 14px; }
  .dialog-content .button { width: 100%; }
}

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

.article-shell .desktop-nav { gap: 26px; }
.article-shell .desktop-nav a[aria-current] { color: var(--navy); text-decoration: underline; text-decoration-color: var(--amber); text-decoration-thickness: 2px; text-underline-offset: 8px; }
.article-page { --reading-width: 720px; }
.article-page .container { max-width: 1220px; }
.article-progress { position: sticky; top: 88px; height: 3px; margin-bottom: -3px; background: transparent; z-index: 19; }
.article-progress > span { display: block; height: 100%; background: var(--amber); }
.article-hero { padding-top: 28px; padding-bottom: 64px; }
.article-breadcrumbs { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 13px; line-height: 1.5; color: var(--muted); }
.article-breadcrumbs a { display: inline-flex; align-items: center; min-height: 30px; }
.article-breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 4px; }
.article-hero-grid { display: grid; grid-template-columns: 1.16fr 1fr; align-items: center; gap: 62px; margin-top: 32px; }
.article-hero-grid--text-only { display: block; max-width: var(--reading-width); margin-inline: auto; }
.article-category { color: #755617; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .13em; font-weight: 600; padding-left: 13px; border-left: 3px solid var(--amber); margin-bottom: 22px; }
.article-heading h1 { font-size: clamp(38px, 4.1vw, 58px); font-weight: 570; line-height: 1.065; letter-spacing: -.04em; text-wrap: balance; }
.article-description { font-size: 20px; line-height: 1.55; color: var(--muted); margin-top: 23px; max-width: 550px; }
.article-byline { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; font-size: 13px; line-height: 1.5; }
.article-publisher { font-weight: 550; font-size: 14px; }
.article-meta, .article-meta > span:last-child { display: flex; align-items: center; gap: 7px; }
.article-meta { gap: 10px; color: var(--muted); flex-wrap: wrap; }
.article-revised { color: var(--muted); font-size: 12px; }
.article-references { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.article-references h2 { font-size: 19px; font-weight: 550; }
.article-references ul { padding-left: 20px; margin-top: 15px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.article-references li + li { margin-top: 10px; }
.article-references a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.article-cover { align-self: center; min-width: 0; }
.article-cover img { display: block; width: 100%; height: auto; border-radius: 16px; }
.article-cover figcaption { color: var(--muted); font-size: 12px; margin-top: 12px; line-height: 1.5; }
.article-reading-area { background: var(--white); border-block: 1px solid var(--line); }
.article-layout { display: grid; grid-template-columns: 238px minmax(0, var(--reading-width)); justify-content: center; gap: 74px; align-items: start; padding-block: 62px 70px; }
.article-sidebar { min-width: 0; height: 100%; }
.article-sidebar-inner { position: sticky; top: 125px; }
.article-contents-title { font-size: 14px; font-weight: 600; margin: 0 0 18px 13px; }
.article-sidebar nav ol, .article-mobile-contents nav ol { list-style: none; padding: 0; margin: 0; }
.article-sidebar nav a, .article-mobile-contents nav a { display: flex; align-items: baseline; gap: 13px; padding: 11px 12px; border-left: 2px solid var(--line); font-size: 14px; color: var(--muted); line-height: 1.5; }
.article-sidebar nav a:hover, .article-mobile-contents nav a:hover { color: var(--navy); background: #f7f7f2; }
.article-sidebar nav a[aria-current], .article-mobile-contents nav a[aria-current] { border-left-color: var(--amber); color: var(--navy); font-weight: 500; background: #faf8f1; }
.contents-number { font-size: 11px; color: #6f7b8a; font-variant-numeric: tabular-nums; min-width: 15px; }
.article-share { margin-top: 27px; padding-top: 18px; border-top: 1px solid var(--line); }
.article-share button { display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 7px 3px; background: transparent; font-size: 13px; color: var(--muted); text-align: left; }
.article-share button:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 4px; }
.article-copy-error { display: block; margin-top: 7px; font-size: 12px; line-height: 1.5; color: #a73525; }
.article-column { min-width: 0; }
.article-layout--no-contents { display: block; }
.article-layout--no-contents .article-column { max-width: var(--reading-width); margin-inline: auto; }
.article-archive-note { margin-bottom: 39px; padding: 17px 20px; background: #f6f4ed; border-left: 2px solid #ceac61; color: #665c47; font-size: 14px; line-height: 1.65; }
.article-archive-note a { display: inline-flex; align-items: center; gap: 5px; min-height: 30px; text-decoration: underline; text-underline-offset: 3px; }
.article-body { font-size: 18px; line-height: 1.85; color: #394957; overflow-wrap: break-word; }
.article-body section + section { margin-top: 52px; }
.article-body h2 { color: var(--navy); font-size: 32px; line-height: 1.2; font-weight: 550; letter-spacing: -.03em; margin: 0 0 22px; scroll-margin-top: 24px; }
.article-body h2:focus { outline: none; }
.article-body p + p { margin-top: 22px; }
.article-body strong { font-weight: 600; color: #273e50; }
.article-body a { text-decoration: underline; text-underline-offset: 4px; color: var(--navy); }
.article-callout { background: #f4f6f5; padding: 21px 24px; border-radius: 9px; margin-block: 27px; font-size: 17px; line-height: 1.75; }
.article-callout:last-child { margin-bottom: 0; }
.article-body blockquote { margin: 31px 0; border-left: 3px solid var(--amber); padding: 7px 0 7px 26px; font-size: 25px; line-height: 1.5; letter-spacing: -.016em; font-weight: 450; color: var(--navy); }
.article-list { margin: 23px 0 0; padding-left: 24px; }
.article-list li { padding-left: 5px; margin-block: 10px; }
.article-list li::marker { color: #a17627; font-size: .8em; }
.article-trial { margin-top: 55px; border-radius: 14px; padding: 35px 37px; background: #f5efdf; }
.article-trial h2 { font-size: 32px; font-weight: 550; letter-spacing: -.03em; line-height: 1.18; max-width: 460px; }
.article-trial p { font-size: 17px; line-height: 1.65; color: var(--muted); margin-top: 16px; max-width: 530px; }
.article-trial-benefits { display: grid; gap: 12px; list-style: none; padding: 0; margin: 24px 0 0; font-size: 16px; line-height: 1.5; }
.article-trial-benefits li { display: flex; align-items: start; gap: 10px; }
.article-trial-benefits svg { color: #8c6419; margin-top: 2px; }
.article-trial-benefits strong { font-weight: 600; }
.article-trial .button { margin-top: 24px; }
.article-trial-offer { display: block; margin-top: 13px; color: #665c47; font-size: 14px; line-height: 1.5; }
.article-trial-offer strong { font-weight: 600; }
.article-source { border-top: 1px solid var(--line); margin-top: 35px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px 25px; justify-content: space-between; align-items: center; font-size: 13px; color: var(--muted); }
.article-source a { display: inline-flex; align-items: center; gap: 6px; min-height: 30px; text-decoration: underline; text-underline-offset: 4px; }
.article-related { padding-block: 61px 72px; }
.article-related-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.article-related-heading h2 { font-size: 34px; font-weight: 550; letter-spacing: -.035em; line-height: 1.2; }
.article-related-heading > a { font-size: 14px; }
.article-related-grid { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.article-related-link { padding: 29px 38px 30px 0; }
.article-related-link + .article-related-link { border-left: 1px solid var(--line); padding-left: 38px; padding-right: 0; }
.article-related-link > span { font-size: 12px; color: var(--muted); }
.article-related-link > div { display: flex; align-items: start; justify-content: space-between; gap: 35px; margin-top: 14px; }
.article-related-link h3 { font-size: 24px; font-weight: 500; line-height: 1.35; letter-spacing: -.025em; }
.article-related-link svg { margin-top: 3px; color: #8c6419; }
.article-related-link:hover h3 { text-decoration: underline; text-decoration-color: #c7983b; text-underline-offset: 5px; }
.article-shell .site-footer { border-top: 1px solid var(--line); }
.article-mobile-contents, .article-mobile-share { display: none; }
.article-share-always { display: block; width: 100%; }
.article-share-always .article-share { border: 0; margin: 0; padding: 0; }

@media (max-width: 1100px) and (min-width: 901px) {
  .article-hero-grid { gap: 38px; }
  .article-heading h1 { font-size: 44px; }
  .article-layout { grid-template-columns: 205px minmax(0, var(--reading-width)); gap: 40px; }
  .article-shell .desktop-nav { gap: 20px; }
}

@media (max-width: 900px) {
  .article-progress { top: 77px; }
  .article-hero { padding-top: 20px; padding-bottom: 42px; }
  .article-hero-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 26px; }
  .article-heading { max-width: 660px; }
  .article-heading h1 { font-size: 46px; }
  .article-category { margin-bottom: 17px; }
  .article-description { font-size: 19px; margin-top: 20px; }
  .article-byline { margin-top: 22px; }
  .article-cover { max-width: 625px; width: 100%; }
  .article-cover img { max-height: 390px; width: 100%; object-fit: cover; object-position: center; }
  .article-layout { display: block; padding-block: 32px 45px; }
  .article-column { max-width: var(--reading-width); margin-inline: auto; }
  .article-sidebar { display: none; }
  .article-mobile-contents { display: block; margin-bottom: 24px; border-block: 1px solid var(--line); }
  .article-mobile-contents summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding-block: 17px; min-height: 54px; font-size: 15px; font-weight: 550; cursor: pointer; }
  .article-mobile-contents summary::-webkit-details-marker { display: none; }
  .article-mobile-contents summary:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }
  .article-mobile-contents[open] summary > svg { transform: rotate(180deg); }
  .article-mobile-contents nav { padding-bottom: 16px; }
  .article-mobile-contents nav a { padding-block: 12px; }
  .article-mobile-share { display: block; width: 100%; }
  .article-mobile-share .article-share { border: 0; margin: 0; padding: 0; }
  .article-related { padding-block: 42px 48px; }
}

@media (max-width: 600px) {
  .article-page .container { width: calc(100% - 40px); }
  .article-progress { top: 74px; }
  .article-breadcrumbs { font-size: 12px; gap: 7px; }
  .article-hero-grid { margin-top: 22px; gap: 27px; }
  .article-category { font-size: 11px; letter-spacing: .1em; }
  .article-heading h1 { font-size: clamp(34px, 9.3vw, 43px); line-height: 1.1; letter-spacing: -.036em; text-wrap: pretty; }
  .article-description { font-size: 18px; line-height: 1.6; margin-top: 20px; }
  .article-byline { gap: 8px; }
  .article-meta { font-size: 12px; gap: 8px; }
  .article-cover img { border-radius: 11px; max-height: none; }
  .article-cover figcaption { font-size: 11px; }
  .article-archive-note { padding: 15px 17px; margin-bottom: 30px; font-size: 13px; }
  .article-body { font-size: 17px; line-height: 1.85; }
  .article-body h2 { font-size: 28px; line-height: 1.23; margin-bottom: 18px; }
  .article-body section + section { margin-top: 38px; }
  .article-callout { padding: 19px; font-size: 16px; margin-block: 23px; }
  .article-body blockquote { padding-left: 21px; font-size: 22px; margin-block: 27px; }
  .article-list { padding-left: 21px; }
  .article-trial { margin-top: 37px; padding: 27px 24px; }
  .article-trial h2 { font-size: 28px; }
  .article-trial p { font-size: 16px; }
  .article-trial .button { width: 100%; padding-inline: 16px; }
  .article-source { gap: 5px; margin-top: 26px; }
  .article-related-heading { align-items: start; flex-direction: column; gap: 13px; margin-bottom: 23px; }
  .article-related-heading h2 { font-size: 30px; }
  .article-related-grid { grid-template-columns: 1fr; }
  .article-related-link, .article-related-link + .article-related-link { border-left: 0; padding: 23px 0; }
  .article-related-link + .article-related-link { border-top: 1px solid var(--line); }
  .article-related-link h3 { font-size: 22px; }
}

@media print {
  .article-shell .site-header, .article-shell .site-footer, .article-progress, .article-sidebar, .article-mobile-contents, .article-share, .article-trial, .article-related { display: none; }
  .article-page .container { width: 100%; max-width: none; }
  .article-layout { display: block; padding-block: 25px; }
  .article-body { font-size: 12pt; }
  .article-hero { padding-bottom: 25px; }
  .article-heading h1 { font-size: 28pt; }
  .article-body h2 { break-after: avoid; }
  .article-callout, .article-cover { break-inside: avoid; }
}

.blog-intro { padding-block: 64px 38px; }
.blog-intro h1 { max-width: 820px; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.08; letter-spacing: -.04em; font-weight: 570; text-wrap: balance; }
.blog-description { font-size: 21px; line-height: 1.55; color: var(--muted); max-width: 660px; margin-top: 24px; }
.blog-archive-note { font-size: 13px; line-height: 1.65; color: #6c624c; margin-top: 24px; }
.blog-catalog { padding-bottom: 80px; }
.blog-tools { display: flex; gap: 25px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 30px; }
.blog-search { display: flex; align-items: center; gap: 12px; background: var(--white); border: 1px solid #cdd4d4; border-radius: 9px; padding: 0 15px; max-width: 470px; width: 100%; color: var(--muted); }
.blog-search input { border: 0; background: transparent; min-height: 49px; min-width: 0; width: 100%; font: inherit; font-size: 16px; color: var(--navy); outline: none; }
.blog-search input::-webkit-search-cancel-button { display: none; }
.blog-search:focus-within { outline: 2px solid var(--navy); outline-offset: 3px; }
.blog-search button { background: transparent; display: flex; align-items: center; justify-content: center; min-height: 44px; min-width: 30px; color: var(--muted); }
.blog-result-count { font-size: 14px; color: var(--muted); white-space: nowrap; }
.blog-categories { display: flex; flex-wrap: wrap; gap: 9px; padding-block: 23px 30px; }
.blog-categories button { border-radius: 6px; padding: 10px 14px; min-height: 42px; background: transparent; font-size: 13px; color: var(--muted); border: 1px solid transparent; }
.blog-categories button:hover { border-color: var(--line); color: var(--navy); }
.blog-categories button[aria-pressed="true"] { background: #f5ebd1; border-color: #decba0; color: var(--navy); }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 56px; }
.blog-entry { border-top: 1px solid var(--line); padding-block: 30px 36px; display: flex; flex-direction: column; align-items: start; }
.blog-entry-category { color: #806021; font-size: 12px; font-weight: 550; }
.blog-entry h2 { width: 100%; margin-top: 15px; font-size: 28px; line-height: 1.25; letter-spacing: -.025em; font-weight: 550; }
.blog-entry h2 a { display: flex; justify-content: space-between; gap: 28px; }
.blog-entry h2 a svg { flex-shrink: 0; margin-top: 5px; color: #926c24; }
.blog-entry h2 a:hover { text-decoration: underline; text-decoration-color: #c7983b; text-underline-offset: 5px; }
.blog-entry > p { font-size: 17px; line-height: 1.6; color: var(--muted); margin-top: 17px; max-width: 520px; }
.blog-entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; font-size: 12px; color: var(--muted); padding-top: 22px; margin-top: auto; }
.blog-empty { border-top: 1px solid var(--line); padding-block: 50px 70px; }
.blog-empty h2 { font-size: 28px; letter-spacing: -.025em; }
.blog-empty p { margin-block: 15px 24px; color: var(--muted); }
.blog-empty button { background: transparent; min-height: 44px; }
.blog-unavailable { padding-block: 90px 130px; }
.blog-unavailable h1 { font-size: clamp(36px, 4vw, 56px); letter-spacing: -.04em; line-height: 1.15; max-width: 780px; }
.blog-unavailable > p:not(.article-category) { margin-block: 24px 32px; font-size: 19px; line-height: 1.6; max-width: 620px; color: var(--muted); }

@media (max-width: 900px) {
  .blog-intro { padding-top: 45px; }
  .blog-grid { column-gap: 34px; }
  .blog-entry h2 { font-size: 25px; }
}
@media (max-width: 600px) {
  .blog-intro { padding-block: 33px 29px; }
  .blog-intro h1 { font-size: 38px; text-wrap: pretty; }
  .blog-description { font-size: 18px; margin-top: 22px; }
  .blog-archive-note { font-size: 12px; margin-top: 20px; }
  .blog-tools { gap: 13px; padding-top: 23px; }
  .blog-result-count { font-size: 12px; }
  .blog-categories { gap: 5px; padding-block: 18px 23px; }
  .blog-categories button { padding-inline: 10px; font-size: 12px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-entry { padding-block: 25px 30px; }
  .blog-entry h2 { font-size: 26px; }
  .blog-catalog { padding-bottom: 40px; }
  .blog-unavailable { padding-block: 50px 80px; }
}
