/* Werder IT Services — light surfaces with the existing blue and green brand colors. */
:root {
  color-scheme: light;
  --bg: #ffffff;
  --bg2: #f0f7fc;
  --panel: #ffffff;
  --panel2: #f5f9fc;
  --text: #173149;
  --muted: #526b7d;
  --blue: #2ea8ff;
  --cyan: #22d3ee;
  --green: #8ceb4a;
  --accent: #08638e;
  --green-ink: #39792b;
  --line: #dce7ee;
  --shadow: 0 16px 45px rgba(29, 76, 110, .055);
  --max: 1200px;
  --radius: 22px;
  font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 1rem; line-height: 1.65; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; flex-shrink: 0; width: 22px; height: 22px; }
button { color: inherit; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif; overflow-wrap: anywhere; }
h2 { font-size: clamp(2rem, 3.55vw, 3.1rem); font-weight: 600; line-height: 1.15; letter-spacing: -.045em; text-wrap: balance; }
h3 { font-size: 1.23rem; line-height: 1.35; font-weight: 600; letter-spacing: -.02em; }
p { color: var(--muted); }
[hidden] { display: none !important; }
::selection { background: var(--cyan); color: var(--text); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; border-radius: 4px; }
.container { width: min(calc(100% - 96px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 12px 20px; background: var(--cyan); color: var(--text); transform: translateY(-180%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; flex-shrink: 0; }
.brand img { width: 200px; }
.site-nav { display: flex; align-items: center; gap: 23px; }
.site-nav a { font-size: .875rem; font-weight: 500; color: var(--muted); padding-block: 14px; white-space: nowrap; transition: color 160ms ease; }
.site-nav a:hover, .site-nav a[aria-current="location"] { color: var(--accent); }
.site-nav .nav-contact { display: inline-flex; align-items: center; gap: 16px; border: 1px solid #d3e8c8; background: #f0f9e9; padding: 10px 17px; color: var(--text); border-radius: 10px; }
.nav-contact svg { width: 17px; height: 17px; color: var(--green-ink); }
.site-nav .nav-contact:hover { border-color: var(--accent); }
.menu-toggle { display: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; color: var(--accent); font-size: .8125rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.accent-text { color: var(--accent); }
.muted-heading { color: var(--muted); }
.hero { position: relative; padding-top: clamp(45px, 6vw, 84px); background: radial-gradient(ellipse at 96% 14%, #eaf6ff 0, transparent 54%), linear-gradient(180deg, #ffffff, #fbfdf9); }
.hero-grid { display: grid; grid-template-columns: 1.06fr 1fr; gap: 55px; align-items: center; padding-bottom: 62px; }
.hero-copy { min-width: 0; }
.hero h1 { font-size: clamp(3.2rem, 6.25vw, 5.3rem); font-weight: 600; line-height: 1.04; letter-spacing: -.05em; }
.hero-subtitle { color: var(--text); font-size: 1.375rem; line-height: 1.4; margin: 24px 0 16px; font-weight: 450; letter-spacing: -.02em; }
.hero-description { max-width: 465px; font-size: 1.0625rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 29px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; padding: 14px 21px; min-height: 52px; font-size: .9375rem; font-weight: 600; border: 1px solid transparent; border-radius: 11px; transition: background 160ms ease, border-color 160ms ease, transform 160ms ease; }
.button svg { width: 19px; height: 19px; }
.button.primary { color: var(--text); background: var(--cyan); box-shadow: 0 6px 18px rgba(34, 211, 238, .15); }
.button.primary:hover { background: var(--green); transform: translateY(-2px); }
.button.secondary, .button.ghost { background: var(--bg); color: var(--text); border-color: #b8cfde; }
.button.secondary:hover, .button.ghost:hover { border-color: var(--accent); background: rgba(34, 211, 238, .06); }
.text-link { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; font-size: .9375rem; font-weight: 500; }
.text-link svg, .text-link > span[aria-hidden] { color: var(--accent); width: 18px; height: 18px; }
.text-link:hover { color: var(--accent); }
.hero-person { display: inline-flex; align-items: center; gap: 12px; margin-top: 32px; border-top: 1px solid var(--line); padding-top: 22px; }
.hero-person img { width: 43px; height: 43px; object-fit: cover; border-radius: 50%; border: 1px solid var(--line); }
.hero-person > span { display: grid; line-height: 1.5; }
.hero-person strong { font-size: .875rem; font-weight: 600; }
.hero-person span span { color: var(--muted); font-size: .8125rem; }
.hero-person > svg { width: 18px; height: 18px; margin-left: 8px; color: var(--muted); }
.hero-person:hover strong { color: var(--accent); }
.hero-visual { min-width: 0; position: relative; padding: 26px; border: 1px solid #e0edf1; border-radius: 30px; background: linear-gradient(145deg, #ffffff 5%, #f0f9ff 58%, #f4fbea); box-shadow: var(--shadow); }
.visual-topline { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: .75rem; font-weight: 500; letter-spacing: .08em; color: var(--muted); }
.visual-location { color: var(--muted); text-transform: uppercase; font-size: .75rem; }
.hero-brand-image { width: 100%; margin: 16px 0 14px; border-radius: 8px; }
.visual-caption { display: flex; justify-content: space-between; align-items: center; padding: 19px 0 4px; border-top: 1px solid var(--line); font-size: .9375rem; line-height: 1.6; color: var(--muted); }
.visual-caption strong { font-weight: 500; color: var(--text); }
.visual-mark { font-size: 2.4rem; font-weight: 300; color: var(--green-ink); line-height: 1; }
.hero-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-strip span { display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: .875rem; letter-spacing: .015em; }
.hero-strip span::before { content: '+'; color: var(--green-ink); font-size: 1.1rem; font-weight: 300; }
.section { padding-block: 100px; }
.section-heading { display: grid; grid-template-columns: 1.35fr 1fr; align-items: end; gap: 60px; margin-bottom: 42px; }
.section-heading > p, .section-heading > div > p:not(.eyebrow) { max-width: 420px; font-size: 1rem; line-height: 1.8; }
.section-heading .eyebrow { margin-bottom: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.service-card { min-width: 0; padding: 29px 30px 31px; background: var(--panel); transition: background 200ms ease; }
.service-card:not(:nth-child(3n)) { border-right: 1px solid var(--line); }
.service-card:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
.service-card:hover { background: var(--panel2); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; }
.service-icon { width: 43px; height: 43px; padding: 8px; color: var(--accent); background: #eaf6fc; border-radius: 12px; }
.service-card:nth-child(2n) .service-icon { color: var(--green-ink); background: #eef8e7; }
.service-number { color: var(--muted); font-size: .75rem; font-variant-numeric: tabular-nums; }
.service-card p { margin-top: 13px; font-size: 1rem; line-height: 1.75; }
.product-section { background: var(--bg2); border-block: 1px solid var(--line); }
.product-intro p { margin-bottom: 14px; }
.product-intro .text-link { color: var(--text); }
.product-benefits { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 0 30px; gap: 20px; }
.product-benefits span { font-size: .875rem; color: var(--muted); }
.product-benefits b { font-size: .75rem; color: var(--green-ink); font-weight: 500; margin-right: 8px; }
.product-workspace { scroll-margin-top: 110px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); overflow: hidden; box-shadow: var(--shadow); }
.workspace-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 25px; font-size: .8125rem; color: var(--muted); border-bottom: 1px solid var(--line); }
.workspace-heading > span:first-child { display: flex; align-items: center; gap: 10px; color: var(--text); }
.module-tabs { display: none; gap: 2px; padding: 13px 17px 0; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: thin; scrollbar-color: #a5bfce transparent; }
.tabs-ready .module-tabs { display: flex; }
.module-tab { flex: 1 0 auto; cursor: pointer; font-size: .875rem; font-weight: 500; border: 0; border-bottom: 2px solid transparent; white-space: nowrap; background: transparent; padding: 14px 12px 15px; color: var(--muted); }
.module-tab:hover { color: var(--text); background: var(--panel2); }
.module-tab.is-active { color: var(--accent); border-bottom-color: var(--accent); }
.module-tab:focus-visible { outline-offset: -4px; }
.product-panel { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 35px; padding: 32px; }
.module-copy { min-width: 0; }
.module-copy .eyebrow { font-size: .75rem; margin-bottom: 15px; }
.module-copy h3 { font-size: 2rem; letter-spacing: -.035em; margin-bottom: 18px; }
.module-copy > p:not(.eyebrow) { font-size: 1rem; }
.module-copy .module-benefit { padding: 16px 0 16px 16px; margin-top: 23px; border-left: 2px solid var(--green); color: var(--text); }
.module-copy .text-link { margin-top: 16px; }
.module-figure { min-width: 0; }
.product-screen { position: relative; display: block; aspect-ratio: 1.5; overflow: hidden; border-radius: 9px; border: 1px solid var(--line); background: #f3f8fb; }
.image-loading { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; color: var(--text); font-size: .9375rem; text-align: center; }
.product-screen img { width: 100%; height: auto; }
.product-screen:hover { outline: 1px solid var(--cyan); }
.module-figure figcaption { margin-top: 12px; color: var(--muted); font-size: .8125rem; line-height: 1.65; }
.image-error, .no-script-note { font-size: .875rem; padding: 20px; }
.module-gallery { margin-top: 16px; border-bottom: 1px solid var(--line); }
.module-gallery summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; padding: 18px 0; font-size: .875rem; color: var(--muted); }
.module-gallery summary::-webkit-details-marker { display: none; }
.module-gallery summary span { font-size: 1.5rem; line-height: 1; color: var(--accent); }
.module-gallery[open] summary span { transform: rotate(45deg); }
.gallery-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; padding-bottom: 22px; }
.gallery-links a { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 13px; border: 1px solid var(--line); border-radius: 6px; font-size: .875rem; }
.gallery-links svg { width: 15px; height: 15px; color: var(--accent); }
.gallery-links a:hover { border-color: var(--accent); }
.product-bottom { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-top: 28px; }
.product-bottom p { max-width: 560px; font-size: .9375rem; }
.product-bottom .button { flex-shrink: 0; }
.cms-section { position: relative; overflow: hidden; background: linear-gradient(160deg, #fff 0%, #f7fbfd 48%, #f1faea 100%); border-bottom: 1px solid var(--line); }
.cms-section::before { content: ''; position: absolute; width: 420px; height: 420px; top: 150px; right: -230px; border: 1px solid #c9e8f4; border-radius: 50%; pointer-events: none; }
.cms-heading { position: relative; }
.cms-showcase { position: relative; display: grid; grid-template-columns: 1.35fr .8fr; gap: 48px; align-items: center; }
.cms-browser { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #cfdde6; border-radius: 18px; box-shadow: 0 22px 60px rgba(23, 49, 73, .12); }
.browser-bar { display: flex; align-items: center; gap: 7px; height: 42px; padding: 0 15px; background: #f5f8fa; border-bottom: 1px solid var(--line); color: var(--muted); }
.browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: #b7c7d1; }
.browser-bar span:nth-child(2) { background: #9dd9e7; }
.browser-bar span:nth-child(3) { background: #a8d78b; }
.browser-bar b { margin-left: 8px; font-size: .7rem; font-weight: 500; letter-spacing: .04em; }
.cms-browser img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: top; }
.cms-browser figcaption { padding: 14px 17px 16px; color: var(--muted); font-size: .8125rem; border-top: 1px solid var(--line); }
.cms-copy { padding-block: 20px; }
.cms-kicker { color: var(--green-ink); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.cms-copy > h3, .cms-admin-copy h3 { font-size: clamp(1.65rem, 2.7vw, 2.25rem); letter-spacing: -.035em; }
.cms-copy > p:not(.cms-kicker) { margin-top: 15px; }
.cms-features { list-style: none; padding: 0; margin: 27px 0 0; border-top: 1px solid var(--line); }
.cms-features li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding-block: 16px; border-bottom: 1px solid var(--line); }
.cms-features li > span { color: var(--green-ink); font-size: .75rem; padding-top: 2px; }
.cms-features strong { display: block; font-size: .9375rem; font-weight: 600; }
.cms-features p { margin-top: 3px; font-size: .875rem; line-height: 1.55; }
.cms-admin { display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: center; margin-top: 70px; padding: 42px; border: 1px solid #dce8d5; border-radius: var(--radius); background: rgba(255, 255, 255, .76); }
.cms-admin-copy > p:not(.eyebrow) { margin-top: 15px; }
.cms-browser-admin { box-shadow: 0 15px 42px rgba(23, 49, 73, .09); }
.design-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.design-tags span { padding: 7px 10px; background: #edf7e7; border: 1px solid #d9e9cf; border-radius: 999px; color: var(--green-ink); font-size: .75rem; font-weight: 500; }
.cms-bottom { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: 30px; padding: 25px 0 0; border-top: 1px solid var(--line); }
.cms-bottom strong { display: block; font-size: 1rem; font-weight: 600; }
.cms-bottom p { margin-top: 3px; font-size: .875rem; }
.cms-bottom .button { flex-shrink: 0; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.section-description { margin-top: 25px; max-width: 430px; }
.principles article { display: flex; gap: 24px; padding-block: 25px; border-bottom: 1px solid var(--line); }
.principles article:first-child { padding-top: 0; }
.principles article:last-child { border-bottom: 0; padding-bottom: 0; }
.principles article > span { color: var(--green-ink); font-size: .8125rem; padding-top: 3px; }
.principles h3 { margin-bottom: 9px; }
.principles p { font-size: 1rem; }
.about-section { padding-top: 12px; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; padding: 50px; background: #f2f8ed; border: 1px solid #e0ead9; border-radius: var(--radius); }
.portrait { overflow: hidden; border-radius: 10px; border: 1px solid var(--line); }
.portrait > img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.portrait figcaption { display: grid; padding: 18px 20px; background: var(--bg); }
.portrait strong { font-weight: 600; font-size: 1rem; }
.portrait figcaption span { font-size: .8125rem; color: var(--muted); }
.about-copy h2 { font-size: clamp(2rem, 3.05vw, 2.65rem); }
.about-copy p { margin-top: 18px; }
.about-copy .eyebrow { margin-top: 0; }
.about-copy .about-lead { color: var(--text); font-size: 1.125rem; line-height: 1.7; margin-top: 25px; }
.expertise { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-block: 22px 14px; }
.expertise span { font-size: .8125rem; color: var(--muted); }
.expertise span::before { content: '•'; color: var(--green-ink); margin-right: 8px; }
.process-section { padding-top: 0; }
.process-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.process-grid li { padding-top: 22px; border-top: 1px solid var(--line); }
.step-number { display: block; font-size: 2.5rem; font-weight: 300; line-height: 1; letter-spacing: -.05em; color: var(--accent); margin-bottom: 23px; }
.process-grid h3 { margin-bottom: 12px; }
.process-grid p { font-size: 1rem; }
.contact-section { padding-bottom: 74px; }
.contact-card { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 60px; border: 1px solid #d6e8ee; border-top: 2px solid var(--cyan); border-radius: var(--radius); padding: 52px; background: linear-gradient(120deg, #edf8ff, #f3faec); }
.contact-card h2 { font-size: clamp(2.4rem, 4.4vw, 3.9rem); }
.contact-card p:not(.eyebrow) { margin-top: 25px; }
.contact-action { display: grid; justify-items: start; gap: 13px; min-width: 0; }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 34px; width: 100%; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 500; letter-spacing: -.035em; }
.contact-link svg { color: var(--green-ink); width: 44px; height: 44px; }
.contact-link:hover { color: var(--accent); }
.email-address { color: var(--accent); font-size: 1rem; overflow-wrap: anywhere; }
.email-address:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-location { color: var(--muted); font-size: .8125rem; margin-top: 8px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 30px; background: var(--panel2); }
.footer-inner { display: flex; align-items: center; gap: 44px; }
.footer-brand img { width: 155px; }
.footer-inner > p { font-size: .8125rem; line-height: 1.6; }
.footer-inner > p > span { color: var(--muted); }
.footer-inner nav { display: flex; margin-left: auto; gap: 26px; }
.footer-inner nav a { font-size: .875rem; min-height: 44px; display: flex; align-items: center; color: var(--muted); }
.footer-inner nav a:hover { color: var(--accent); }
.legal-content { padding-block: 70px 100px; }
.legal-content > .container { max-width: 860px; }
.legal-content h1 { font-size: clamp(2.5rem, 5vw, 4rem); letter-spacing: -.045em; line-height: 1.1; margin-bottom: 38px; }
.legal-card { padding: 40px; border: 1px solid var(--line); background: var(--panel2); border-radius: var(--radius); }
.legal-card h2 { font-size: 1.35rem; letter-spacing: -.02em; margin: 30px 0 12px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { font-size: 1rem; overflow-wrap: anywhere; }
.legal-card a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
@media (min-width: 1550px) { .hero-grid { padding-bottom: 80px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .site-nav { gap: 15px; }
  .brand img { width: 175px; }
  .hero-grid { gap: 36px; }
  .hero-actions { gap: 14px 22px; }
  .visual-location { display: none; }
  .about-grid { gap: 45px; padding: 36px; }
  .section-heading { gap: 36px; }
  .product-panel { gap: 28px; padding: 28px; grid-template-columns: .8fr 1.2fr; }
  .product-benefits { grid-template-columns: 1fr 1fr; gap: 10px 24px; }
  .gallery-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cms-showcase { grid-template-columns: 1.2fr .8fr; gap: 34px; }
  .cms-admin { gap: 35px; padding: 34px; }
  .contact-card { padding: 40px; gap: 45px; }
}
@media (max-width: 960px) {
  html { scroll-padding-top: 92px; }
  .header-inner { min-height: 76px; flex-wrap: wrap; gap: 0; }
  .site-header .brand { padding-block: 13px; }
  .nav-ready .menu-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 44px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 6px; background: transparent; font-size: .875rem; cursor: pointer; }
  .menu-toggle svg { width: 19px; height: 19px; }
  .menu-toggle[aria-expanded="true"] { border-color: var(--accent); color: var(--accent); }
  .site-nav { width: 100%; padding-block: 10px 18px; justify-content: flex-start; flex-wrap: wrap; gap: 0 20px; border-top: 1px solid var(--line); }
  .site-nav a { font-size: 1rem; }
  .nav-ready .site-nav { display: none; }
  .nav-ready .site-nav.open { display: flex; }
  .site-nav.always { display: flex; width: auto; border: 0; padding: 0; gap: 18px; }
  .hero { padding-top: 50px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 28px; }
  .hero h1 { font-size: clamp(2.8rem, 6.2vw, 4rem); }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .07em; }
  .hero-subtitle { font-size: 1.2rem; }
  .hero-description { font-size: 1rem; }
  .hero-strip { gap: 16px; }
  .hero-strip span { font-size: .8125rem; gap: 8px; }
  .section { padding-block: 76px; }
  .service-card { padding: 25px; }
  .service-card h3 { font-size: 1.15rem; }
  .section-heading { grid-template-columns: 1.2fr 1fr; gap: 32px; }
  .section-heading h2 { font-size: 2.1rem; }
  .why-grid { gap: 45px; }
  .why-grid h2 { font-size: 2.1rem; }
  .about-section { padding-top: 0; }
  .about-grid { padding: 30px; gap: 35px; grid-template-columns: .75fr 1.25fr; }
  .about-copy h2 { font-size: 2rem; }
  .process-section { padding-top: 0; }
  .process-grid { gap: 22px; }
  .contact-card { grid-template-columns: 1.15fr 1fr; padding: 34px; gap: 35px; }
  .contact-card h2 { font-size: 2.6rem; }
  .contact-link { font-size: 1.4rem; gap: 18px; }
  .contact-link svg { width: 30px; height: 30px; }
  .email-address { font-size: .875rem; }
  .footer-inner { gap: 28px; }
}
@media (max-width: 720px) {
  .container { width: calc(100% - 40px); }
  .hero { padding-top: 37px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; padding-bottom: 35px; }
  .hero .eyebrow { font-size: .75rem; margin-bottom: 22px; }
  .hero h1 { font-size: clamp(2.7rem, 11.6vw, 4.3rem); }
  .hero-subtitle { font-size: 1.22rem; margin-top: 21px; }
  .hero-description { max-width: 550px; }
  .hero-actions { gap: 13px 23px; margin-top: 24px; }
  .hero-person { margin-top: 24px; padding-top: 20px; }
  .hero-visual { max-width: 520px; width: 100%; margin-inline: auto; padding: 20px; border-radius: 22px; }
  .hero-brand-image { margin-block: 13px; }
  .visual-caption { padding-top: 14px; font-size: .875rem; }
  .visual-location { display: block; font-size: .75rem; }
  .hero-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; padding-block: 20px; }
  .hero-strip span { font-size: .8125rem; }
  .section { padding-block: 62px; }
  .section-heading { grid-template-columns: 1fr; gap: 21px; margin-bottom: 30px; }
  .section-heading h2, h2 { font-size: clamp(1.9rem, 6.8vw, 2.65rem); }
  .section-heading > p, .section-heading > div > p:not(.eyebrow) { max-width: 100%; }
  .eyebrow { font-size: .75rem; margin-bottom: 17px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { padding: 25px 22px; }
  .service-card:not(:nth-child(3n)) { border-right: 0; }
  .service-card:nth-child(odd) { border-right: 1px solid var(--line); }
  .service-card:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .service-top { margin-bottom: 25px; }
  .service-card h3 { font-size: 1.15rem; overflow-wrap: anywhere; }
  .product-benefits { padding-bottom: 25px; gap: 12px 20px; }
  .product-benefits span { font-size: .8125rem; }
  .workspace-heading { padding: 16px; font-size: .75rem; flex-wrap: wrap; gap: 5px; }
  .module-tabs { padding-inline: 8px; }
  .product-panel { grid-template-columns: 1fr; gap: 25px; padding: 24px; }
  .module-copy h3 { font-size: 1.7rem; margin-bottom: 11px; }
  .module-copy .module-benefit { margin-top: 17px; padding-block: 10px; }
  .module-copy .text-link { margin-top: 11px; }
  .product-screen { aspect-ratio: 1.35; }
  .gallery-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-bottom { flex-direction: column; align-items: flex-start; gap: 21px; padding-top: 24px; }
  .cms-showcase, .cms-admin { grid-template-columns: 1fr; }
  .cms-copy { padding-block: 0; }
  .cms-browser-main { order: 2; }
  .cms-copy { order: 1; }
  .cms-admin { margin-top: 42px; padding: 27px; gap: 26px; }
  .cms-admin-copy > p:not(.eyebrow) { max-width: 580px; }
  .cms-bottom { align-items: flex-start; flex-direction: column; gap: 20px; }
  .why-grid { grid-template-columns: 1fr; gap: 34px; }
  .why-grid h2 { font-size: clamp(1.9rem, 6.8vw, 2.65rem); }
  .section-description { margin-top: 20px; max-width: none; }
  .principles article { gap: 21px; }
  .about-section { padding-top: 0; }
  .about-grid { grid-template-columns: 1fr; padding: 25px; gap: 29px; }
  .portrait { max-width: 390px; width: 100%; margin-inline: auto; }
  .about-copy h2 { font-size: clamp(1.9rem, 6.5vw, 2.4rem); }
  .about-copy .about-lead { font-size: 1.0625rem; }
  .process-section { padding-top: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .step-number { font-size: 2.2rem; margin-bottom: 17px; }
  .contact-section { padding-bottom: 45px; }
  .contact-card { grid-template-columns: 1fr; gap: 31px; padding: 28px; }
  .contact-card h2 { font-size: clamp(2.3rem, 9vw, 3.3rem); }
  .contact-card p:not(.eyebrow) { margin-top: 20px; }
  .contact-link { font-size: 1.6rem; }
  .email-address { font-size: .9375rem; }
  .footer-inner { flex-wrap: wrap; gap: 23px; }
  .footer-inner > p { flex: 1 1 auto; }
  .footer-inner nav { margin-left: 0; width: 100%; border-top: 1px solid var(--line); padding-top: 13px; }
  .site-footer { padding-block: 25px 18px; }
  .legal-content { padding-block: 40px 65px; }
  .legal-card { padding: 25px; }
  .legal-page .brand img { width: 150px; }
  .legal-page .site-nav a { font-size: .875rem; }
}
@media (max-width: 430px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(odd) { border-right: 0; }
  .service-card:not(:last-child) { border-bottom: 1px solid var(--line); }
  .service-card { padding: 25px; }
  .service-top { margin-bottom: 20px; }
  .service-card h3 { font-size: 1.25rem; }
  .visual-location { display: none; }
  .product-benefits { grid-template-columns: 1fr; gap: 8px; }
  .product-panel { padding: 19px; }
  .workspace-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .product-bottom .button { width: 100%; padding-inline: 12px; gap: 10px; font-size: .875rem; }
  .cms-browser { border-radius: 13px; }
  .browser-bar { height: 36px; }
  .cms-admin { padding: 20px; }
  .cms-bottom .button { width: 100%; padding-inline: 12px; }
  .gallery-links { grid-template-columns: 1fr; }
  .about-grid { padding: 20px; }
  .about-copy h2 { font-size: 1.9rem; }
  .process-grid { grid-template-columns: 1fr; gap: 25px; }
  .process-grid li { display: grid; grid-template-columns: 45px 1fr; column-gap: 15px; }
  .step-number { grid-row: span 2; font-size: 1.8rem; }
  .process-grid h3 { margin-bottom: 8px; }
  .process-grid p { grid-column: 2; }
  .contact-card { padding: 24px; }
  .footer-brand img { width: 136px; }
  .footer-inner > p { font-size: .75rem; }
  .site-nav.always { gap: 13px; }
  .legal-page .header-inner { gap: 8px; padding-block: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media (prefers-reduced-transparency: reduce) { .site-header { background: var(--bg); backdrop-filter: none; } }
@media print {
  :root { color-scheme: light; --bg: #fff; --bg2: #fff; --panel2: #fff; --text: #111; --muted: #333; --line: #bbb; }
  .site-header { position: static; background: #fff; }
  .hero-visual, .hero-person, .menu-toggle, .site-nav, .hero-actions, .module-tabs, .product-screen, .module-gallery, .contact-action, .footer-brand { display: none !important; }
  .section { padding-block: 30px; }
  .container { width: 100%; }
  .hero-grid, .product-panel, .why-grid, .about-grid, .contact-card { display: block; }
  .portrait { width: 160px; margin-bottom: 20px; }
  .service-card, .process-grid li { break-inside: avoid; }
}
