@font-face { font-family: Inter; src: url('../fonts/inter-var.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; } @font-face { font-family: Barlow; src: url('../fonts/barlow-400.woff2') format('woff2'); font-weight: 400; font-display: swap; } @font-face { font-family: Barlow; src: url('../fonts/barlow-500.woff2') format('woff2'); font-weight: 500; font-display: swap; } @font-face { font-family: Barlow; src: url('../fonts/barlow-600.woff2') format('woff2'); font-weight: 600; font-display: swap; } @font-face { font-family: Barlow; src: url('../fonts/barlow-700.woff2') format('woff2'); font-weight: 700; font-display: swap; } :root { --accent: #FF8C2B; --accent-dark: #FF8C2B; --ink: #1a1a1a; --ink-2: #333333; --ink-3: #5f6469; --line: #dcdfe3; --line-2: #eceef0; --bg: #ffffff; --bg-2: #f6f7f8; --bg-3: #eef0f2; --navy: #16202b; --head: Barlow, "Helvetica Neue", Arial, sans-serif; --body: Arial, "Helvetica Neue", Helvetica, sans-serif; --wrap: 1360px; } *, *::before, *::after { box-sizing: border-box; } html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; } body { margin: 0; background: var(--bg); color: var(--ink-2); font: 400 15px/1.65 var(--body); } h1, h2, h3, h4, h5 { margin: 0 0 .6em; font-family: var(--head); font-weight: 600; line-height: 1.15; letter-spacing: -.015em; color: var(--ink); } h1 { font-size: clamp(2rem, 4.2vw, 3.25rem); } h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); } h3 { font-size: 1.18rem; } h4 { font-size: 1rem; } p { margin: 0 0 1rem; } a { color: var(--ink); text-decoration: none; } a:hover { color: var(--accent-dark); } img { max-width: 100%; height: auto; display: block; } picture { display: block; } hr { border: 0; border-top: 1px solid var(--line); margin: 3rem 0; } .wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 1.5rem; } .narrow { max-width: 1080px; } .section { padding: 3.5rem 0; } .section.tight { padding: 2.25rem 0; } .section.grey { background: var(--bg-2); } .section.dark { background: var(--navy); color: #c9d1d9; } .section.dark h1, .section.dark h2, .section.dark h3 { color: #fff; } .eyebrow { display: block; margin-bottom: .7rem; font: 600 .72rem/1 var(--head); letter-spacing: .16em; text-transform: uppercase; color: var(--accent-dark); } .section.dark .eyebrow { color: var(--accent); } .lede { font-size: 1.12rem; line-height: 1.7; color: var(--ink-3); max-width: 62ch; } .muted { color: var(--ink-3); } .small { font-size: .87rem; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 29px; padding: 0 1.125rem; border: 1px solid var(--ink); border-radius: 6px; background: transparent; color: var(--ink); font: 400 .92rem/1 var(--head); letter-spacing: .02em; cursor: pointer; transition: background .15s, color .15s, border-color .15s; } .btn:hover { background: var(--ink); color: #fff; } .btn.primary { background: var(--accent); border-color: var(--accent); color: #fff; } .btn.primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff; } .btn.ghost { border-color: var(--line); color: var(--ink-2); } .btn.ghost:hover { border-color: var(--ink); background: transparent; color: var(--ink); } .btn.light { border-color: rgba(255,255,255,.5); color: #fff; } .btn.light:hover { background: #fff; color: var(--navy); } .btn.sm { min-height: 0; padding: 5px 12px; font-size: .8125rem; } .btnrow { display: flex; flex-wrap: wrap; gap: .7rem; } .arrow { display: inline-flex; align-items: center; gap: .4rem; font: 600 .92rem/1 var(--head); color: var(--ink); } .arrow::after { content: '›'; font-size: 1.15rem; line-height: 0; transform: translateY(-1px); transition: transform .15s; } .arrow:hover { color: var(--accent-dark); } .arrow:hover::after { transform: translate(3px, -1px); } [dir="rtl"] .arrow::after { content: '‹'; } [dir="rtl"] .arrow:hover::after { transform: translate(-3px, -1px); } .topbar { background: var(--navy); color: #9aa6b2; font-size: .8rem; border-bottom: 1px solid rgba(255,255,255,.08); } .topbar .wrap { display: flex; align-items: center; justify-content: flex-end; gap: 1.4rem; min-height: 38px; } .tb-hours { display: inline-flex; align-items: center; gap: .45rem; margin-inline-end: auto; color: #9aa6b2; white-space: nowrap; } .hrs-dot { width: 7px; height: 7px; border-radius: 50%; background: #35c46b; box-shadow: 0 0 0 2px rgba(53,196,107,.22); flex: 0 0 auto; } .tb-hours { color: #c9d1d9; } .topbar a { color: #c9d1d9; } .topbar a:hover { color: #fff; } .masthead { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); } .masthead .wrap { display: flex; align-items: center; gap: 2rem; min-height: 74px; } .logo img { height: 24px; width: auto; } .logo .txt { font: 700 1.15rem/1 var(--head); letter-spacing: -.02em; color: var(--ink); } .mainnav { display: flex; align-items: center; gap: 1.75rem; margin-inline-start: auto; } .mainnav > a { position: relative; padding: 1.4rem 0; font: 500 .92rem/1 var(--head); color: var(--ink-2); letter-spacing: .005em; } .mainnav > a::after { content: ''; position: absolute; inset-inline: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .15s; } .mainnav > a:hover { color: var(--ink); } .mainnav > a:hover::after, .mainnav > a.on::after { transform: scaleX(1); } .mainnav > a.on { color: var(--ink); } .navtools { display: flex; align-items: center; gap: .7rem; margin-inline-start: 1rem; } .navtoggle { display: none; width: 44px; height: 44px; padding: 0; background: none; border: 1px solid var(--line); border-radius: 2px; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px; margin-inline-start: auto; } .navtoggle span { display: block; width: 18px; height: 2px; background: var(--ink); } .langpick { position: relative; } .langbtn { display: inline-flex; align-items: center; gap: .35rem; min-height: 36px; padding: 0 .7rem; background: none; border: 1px solid var(--line); border-radius: 2px; font: 600 .8rem/1 var(--head); color: var(--ink-2); cursor: pointer; } .langbtn:hover { border-color: var(--ink); } .langmenu { position: absolute; inset-inline-end: 0; top: calc(100% + 6px); z-index: 60; min-width: 170px; padding: .3rem 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 30px -12px rgba(0,0,0,.28); } .langmenu[hidden] { display: none; } .langmenu a { display: block; padding: .5rem .9rem; font-size: .88rem; color: var(--ink-2); } .langmenu a:hover { background: var(--bg-2); } .langmenu a.on { font-weight: 700; color: var(--ink); } .hero { position: relative; background: var(--navy); color: #cdd5dd; overflow: hidden; } .hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .32; } .hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(22,32,43,.96) 0%, rgba(22,32,43,.86) 45%, rgba(22,32,43,.55) 100%); } [dir="rtl"] .hero::after { background: linear-gradient(260deg, rgba(22,32,43,.96) 0%, rgba(22,32,43,.86) 45%, rgba(22,32,43,.55) 100%); } .hero .wrap { position: relative; z-index: 2; padding-top: 4.5rem; padding-bottom: 4.5rem; } .hero h1 { color: #fff; max-width: 20ch; } .hero .lede { color: #b9c3cd; max-width: 56ch; font-size: 1.16rem; } .hero .btnrow { margin-top: 2rem; } .phead { background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 2.5rem 0 2.1rem; } .phead h1 { margin-bottom: .5rem; } .crumbs { font-size: .8rem; color: var(--ink-3); margin-bottom: .9rem; } .crumbs a { color: var(--ink-3); } .crumbs a:hover { color: var(--accent-dark); } .grid { display: grid; gap: 1.25rem; background: transparent; border: 0; } .grid.c2 { grid-template-columns: repeat(2, 1fr); } .grid.c3 { grid-template-columns: repeat(3, 1fr); } .grid.c4 { grid-template-columns: repeat(4, 1fr); } .grid > * { background: #fff; padding: 2rem 1.8rem; border: 1px solid var(--line); border-radius: 2px; } .section.grey .grid > * { background: #fff; } .card h3 { margin-bottom: .5rem; } .card p { color: var(--ink-3); font-size: .94rem; margin-bottom: 1.1rem; } .card .arrow { margin-top: auto; } .card { display: flex; flex-direction: column; transition: background .15s; } .card { border-color: var(--line); transition: border-color .15s, box-shadow .15s; } .card:hover { border-color: var(--ink-3); box-shadow: 0 4px 14px rgba(22,32,43,.08); } .section.grey .card:hover { background: #fff; } .card .ico { width: 34px; height: 34px; margin-bottom: 1.1rem; color: var(--accent-dark); } .card .ico svg { width: 100%; height: 100%; } .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; background: transparent; border-block: 0; } .stats > div { background: #fff; padding: 2rem 1.5rem; border: 1px solid var(--line); border-radius: 2px; } .section.grey .stats > div { background: #fff; } .stats .n { font: 600 2.4rem/1 var(--head); color: var(--ink); letter-spacing: -.03em; } .stats .l { margin-top: .5rem; font-size: .84rem; color: var(--ink-3); line-height: 1.45; } .split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; } .split.wide-left { grid-template-columns: 1.15fr 1fr; } .split img { width: 100%; } .ruled { list-style: none; margin: 1.5rem 0 0; padding: 0; } .ruled li { padding: .85rem 0; border-top: 1px solid var(--line-2); font-size: .95rem; } .ruled li:last-child { border-bottom: 1px solid var(--line-2); } .ticks { list-style: none; margin: 1.2rem 0 0; padding: 0; } .ticks li { position: relative; padding: .35rem 0 .35rem 1.75rem; font-size: .95rem; } [dir="rtl"] .ticks li { padding: .35rem 1.75rem .35rem 0; } .ticks li::before { content: ''; position: absolute; inset-inline-start: 4px; top: .5rem; width: 6px; height: 11px; border: solid var(--accent); border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); } [dir="rtl"] .ticks li::before { inset-inline-start: auto; inset-inline-end: 4px; transform: rotate(-45deg) scaleX(-1); } .quote { padding: 2.2rem 1.9rem; background: #fff; border-top: 3px solid var(--accent); display: flex; flex-direction: column; } .quote blockquote { margin: 0 0 1.4rem; font-size: 1rem; line-height: 1.7; color: var(--ink-2); } .quote .who { margin-top: auto; font: 600 .92rem/1.4 var(--head); color: var(--ink); } .quote .who span { display: block; font: 400 .84rem/1.5 var(--body); color: var(--ink-3); } .people { display: flex; flex-wrap: wrap; gap: 1.25rem; justify-content: center; background: transparent; border: 0; } .people > a { flex: 1 1 200px; max-width: 260px; background: #fff; padding: 0; display: block; border: 1px solid var(--line); border-radius: 2px; text-align: center; transition: border-color .15s, box-shadow .15s; } .people > a:hover { border-color: var(--ink-3); box-shadow: 0 4px 14px rgba(22,32,43,.08); } .avatar { width: 74px; height: 74px; margin-bottom: 1.1rem; display: grid; place-items: center; border-radius: 2px; background: var(--bg-3); color: var(--ink-3); font: 600 1.5rem/1 var(--head); letter-spacing: .02em; overflow: hidden; } .avatar img { width: 100%; height: 100%; object-fit: cover; } .people h3 { font-size: 1.02rem; margin-bottom: .15rem; } .people .role { font-size: .85rem; color: var(--ink-3); } .logos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; background: transparent; border: 0; } .logos > * { background: #fff; min-height: 92px; display: grid; place-items: center; padding: 1rem; font: 600 .95rem/1.3 var(--head); color: var(--ink-3); text-align: center; border: 1px solid var(--line); border-radius: 2px; transition: border-color .15s, box-shadow .15s, color .15s; } .logos > a:hover { border-color: var(--ink-3); color: var(--ink); box-shadow: 0 4px 14px rgba(22,32,43,.08); } label { display: block; margin: 1.1rem 0 .35rem; font: 600 .84rem/1.3 var(--head); color: var(--ink); } input[type=text], input[type=email], input[type=tel], select, textarea { width: 100%; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 2px; background: #fff; color: var(--ink); font: 400 .95rem/1.5 var(--body); } input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,140,43,.16); } textarea { min-height: 150px; resize: vertical; } .field-note { margin-top: .35rem; font-size: .8rem; color: var(--ink-3); } .formgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.2rem; } .formgrid .full { grid-column: 1 / -1; } .notice { padding: 1rem 1.2rem; border-inline-start: 3px solid var(--accent); background: var(--bg-2); font-size: .93rem; margin-bottom: 1.5rem; } .notice.ok { border-color: #2f8f4e; } .notice.err { border-color: #c0392b; } details.faq { border-top: 1px solid var(--line-2); } details.faq:last-of-type { border-bottom: 1px solid var(--line-2); } details.faq > summary { list-style: none; cursor: pointer; padding: 1.15rem 2rem 1.15rem 0; font: 600 1rem/1.4 var(--head); color: var(--ink); position: relative; } [dir="rtl"] details.faq > summary { padding: 1.15rem 0 1.15rem 2rem; } details.faq > summary::-webkit-details-marker { display: none; } details.faq > summary::after { content: '+'; position: absolute; inset-inline-end: 0; top: 1rem; font: 400 1.4rem/1 var(--head); color: var(--accent-dark); } details.faq[open] > summary::after { content: '–'; } details.faq > div { padding: 0 0 1.3rem; color: var(--ink-3); font-size: .95rem; max-width: 78ch; } .ctastrip { background: var(--ent-header); color: var(--ink-2); border-top: 1px solid var(--ent-hair); } .ctastrip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding-block: 2.2rem; } .ctastrip h2 { color: var(--ink); margin: 0 0 .35rem; } .ctastrip p { margin: 0; color: var(--ink-3); } .ctastrip .btn.light { border-color: var(--line); color: var(--ink); background: #fff; } .ctastrip .btn.light:hover { background: rgba(0,0,0,.04); border-color: var(--line); color: var(--ink); } @media (max-width: 760px) { .ctastrip { display: none; } } .foot { background: var(--navy); color: #8d99a6; font-size: .88rem; padding-top: 3.5rem; } .foot h4 { color: #fff; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.1rem; } .foot a { color: #b6c0ca; } .foot a:hover { color: #fff; } .footcols { display: grid; grid-template-columns: 1.7fr 2fr 1fr 1fr 1.2fr; gap: 2.5rem; align-items: start; } .footcols ul { list-style: none; margin: 0; padding: 0; } .footcols li { margin-bottom: .55rem; } .foot-svc { columns: 2 7rem; column-gap: 1.6rem; } .foot-svc li { break-inside: avoid; } .footlogo { margin-bottom: 1rem; } .footlogo img { height: 21px; filter: brightness(0) invert(1); opacity: .92; } .footbar { margin-top: 3rem; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; font-size: .82rem; color: #78838f; } .footbar a { color: #78838f; } .social { display: flex; gap: .5rem; margin-top: 1.2rem; } .social a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 2px; color: #b6c0ca; } .social a:hover { background: #fff; border-color: #fff; color: var(--navy); } .social svg { width: 17px; height: 17px; fill: currentColor; } .social a[aria-label="Instagram"] svg { transform: scale(.833); } .tag { display: inline-block; padding: .22rem .55rem; border: 1px solid var(--line); border-radius: 2px; font: 600 .72rem/1.4 var(--head); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); } .sr { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; } .skip { position: absolute; inset-inline-start: -9999px; } .skip:focus { position: fixed; inset-block-start: .5rem; inset-inline-start: .5rem; z-index: 999; padding: .7rem 1rem; background: #fff; border: 2px solid var(--accent); } @media (max-width: 1080px) { .grid.c4, .people, .logos { grid-template-columns: repeat(3, 1fr); } .stats { grid-template-columns: repeat(2, 1fr); } .footcols { grid-template-columns: 1fr 1fr 1fr; gap: 2rem; } } @media (max-width: 900px) { .masthead .wrap { flex-wrap: wrap; min-height: 62px; } .navtoggle { display: flex; } .mainnav { display: none; order: 5; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0; margin: 0; } .mainnav.open { display: flex; max-height: 75vh; overflow-y: auto; border-top: 1px solid var(--line); } .mainnav > a { padding: .9rem .35rem; border-bottom: 1px solid var(--line-2); font-size: 1rem; } .mainnav.open { padding-bottom: .3rem; } .mainnav > a::after { display: none; } .mainnav > a.on { color: var(--accent-dark); } .navtools { margin-inline-start: 0; } .split, .split.wide-left { grid-template-columns: 1fr; gap: 2rem; } .grid.c3, .grid.c4, .people, .logos { grid-template-columns: repeat(2, 1fr); } .hero .wrap { padding-top: 3.25rem; padding-bottom: 3.25rem; } .section { padding: 2.75rem 0; } } @media (max-width: 620px) { body { font-size: 15px; } .wrap { padding: 0 1.1rem; } .grid.c2, .grid.c3, .grid.c4, .people, .stats { grid-template-columns: 1fr; } .logos { grid-template-columns: repeat(2, 1fr); } .formgrid { grid-template-columns: 1fr; } .footcols { grid-template-columns: 1fr 1fr; } .footcols > div:nth-child(1), .footcols > div:nth-child(2), .footcols > div:nth-child(5) { grid-column: 1 / -1; } .grid > * { padding: 1.6rem 1.3rem; } .topbar .wrap { justify-content: center; gap: 1rem; font-size: .76rem; } .ctastrip .wrap { padding-block: 2.2rem; } .footbar { justify-content: flex-start; } input, select, textarea { font-size: 16px; } } @media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } } @media print { .masthead, .topbar, .foot, .ctastrip, .navtoggle, .btnrow { display: none; } body { font-size: 11pt; } } .hero .eyebrow { color: var(--accent); } [dir="rtl"] { font-family: "Segoe UI", Tahoma, Arial, sans-serif; } [dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4 { font-family: "Segoe UI", Tahoma, Arial, sans-serif; letter-spacing: normal; line-height: 1.35; } [dir="rtl"] .eyebrow, [dir="rtl"] .tag, [dir="rtl"] .foot h4 { text-transform: none; letter-spacing: normal; } [dir="rtl"] body { line-height: 1.85; } [dir="rtl"] .lede { font-size: 1.08rem; } [dir="rtl"] .logos > * { direction: ltr; } .casehero .wrap { padding-top: 5rem; padding-bottom: 4rem; } .casehero h1 { max-width: 18ch; } .casemeta { margin: 1.6rem 0 0; font-size: .84rem; color: #8d99a6; letter-spacing: .01em; } .stats .n .u { font-size: .95rem; font-weight: 500; color: var(--ink-3); margin-inline-start: .15rem; } .timeline { list-style: none; margin: 1.4rem 0 0; padding: 0; } .timeline li { position: relative; padding: 0 0 1.4rem 1.9rem; border-inline-start: 2px solid var(--line); margin-inline-start: .45rem; } [dir="rtl"] .timeline li { padding: 0 1.9rem 1.4rem 0; } .timeline li::before { content: ''; position: absolute; inset-inline-start: -6px; top: .45rem; width: 10px; height: 10px; background: var(--accent); border-radius: 1px; } .timeline li:last-child { border-inline-start-color: transparent; padding-bottom: 0; } .pullquote { margin: 2.2rem 0 0; padding: 1.3rem 1.5rem; border-inline-start: 3px solid var(--accent); background: var(--bg-2); font-size: 1.06rem; line-height: 1.65; color: var(--ink); } .section.grey .pullquote { background: #fff; } .chart { margin: 2.2rem 0 1.4rem; } .chart .bars { display: flex; align-items: flex-end; gap: 1.5rem; height: 230px; border-bottom: 1px solid var(--line); } .chart .bar { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; height: 100%; text-align: center; } .chart .bar b { font: 600 1.05rem/1 var(--head); color: var(--ink); margin-bottom: .45rem; } .chart .bar .v { width: 100%; max-width: 130px; min-height: 3px; background: var(--ink-3); border-radius: 1px 1px 0 0; } .chart .bar.on .v { background: var(--accent); } .chart .bar em { order: 3; margin-top: .7rem; font-style: normal; font-size: .8rem; line-height: 1.35; color: var(--ink-3); } .chart figcaption { margin-top: 2.6rem; font-size: .82rem; color: var(--ink-3); } .ctable { width: 100%; border-collapse: collapse; margin-top: 1.2rem; font-size: .92rem; } .ctable th, .ctable td { padding: .75rem .8rem; text-align: start; border-bottom: 1px solid var(--line-2); } .ctable thead th { border-bottom: 2px solid var(--line); font: 600 .8rem/1.3 var(--head); text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); } .ctable tbody tr:hover { background: var(--bg-2); } .ctable td:last-child { font-weight: 600; color: var(--ink); } .statebar { display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.4rem; border: 1px solid var(--line); border-inline-start-width: 4px; background: var(--bg-2); } .statebar > div { flex: 1; display: flex; flex-direction: column; } .statebar .dot { width: 12px; height: 12px; border-radius: 50%; background: var(--ink-3); flex: 0 0 auto; } .statebar.state-ok { border-inline-start-color: #2f8f4e; } .statebar.state-ok .dot { background: #2f8f4e; } .statebar.state-degraded, .statebar.state-maintenance { border-inline-start-color: #c8871b; } .statebar.state-degraded .dot, .statebar.state-maintenance .dot { background: #c8871b; } .statebar.state-down { border-inline-start-color: #c0392b; } .statebar.state-down .dot { background: #c0392b; } .statebar.state-unknown { border-inline-start-color: var(--ink-3); } .statuslist li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; } .pillstate { font: 600 .78rem/1 var(--head); padding: .3rem .55rem; border-radius: 2px; border: 1px solid var(--line); color: var(--ink-3); white-space: nowrap; } .pillstate.s-ok { color: #2f8f4e; border-color: #b7dcc3; background: #f1f9f4; } .pillstate.s-degraded, .pillstate.s-maintenance { color: #9a6410; border-color: #e8d3a8; background: #fdf7ec; } .pillstate.s-down { color: #a5301f; border-color: #eebdb6; background: #fdf2f0; } .modal[hidden] { display: none; } .modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 1.2rem; } .modal-back { position: absolute; inset: 0; background: rgba(10,16,22,.62); } .modal-box { position: relative; z-index: 1; width: 100%; max-width: 560px; padding: 2.2rem 2rem; background: #fff; border-top: 3px solid var(--accent); box-shadow: 0 30px 70px -20px rgba(0,0,0,.45); } .modal-x { position: absolute; inset-inline-end: .6rem; top: .4rem; width: 38px; height: 38px; background: none; border: 0; font-size: 1.6rem; line-height: 1; color: var(--ink-3); cursor: pointer; } .modal-x:hover { color: var(--ink); } .signin-opts { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 1.2rem; } .signin-opt { display: block; padding: 1.2rem 1.3rem; background: #fff; } .signin-opt:hover { background: var(--bg-2); } .signin-opt strong { display: block; font: 600 1.05rem/1.3 var(--head); color: var(--ink); } .signin-opt > span { display: block; margin-top: .3rem; font-size: .88rem; color: var(--ink-3); } .signin-opt .arrow { margin-top: .7rem; } .cookiebar[hidden] { display: none; } .cookiebar { position: fixed; inset-inline: 0; bottom: 0; z-index: 150; display: flex; align-items: center; gap: 1.4rem; padding: 1rem 1.5rem; background: var(--navy); color: #c9d1d9; border-top: 2px solid var(--accent); font-size: .88rem; } .cookiebar p { margin: 0; flex: 1; max-width: 90ch; } .cookiebar a { color: #fff; text-decoration: underline; } .cookiebar .btn { flex: 0 0 auto; } .footlinks { display: flex; flex-wrap: wrap; gap: .3rem 1.1rem; } @media (max-width: 900px) { .chart .bars { height: 190px; gap: .9rem; } .casehero .wrap { padding-top: 3.4rem; padding-bottom: 3rem; } } @media (max-width: 620px) { h1 { font-size: 1.85rem; line-height: 1.18; } h2 { font-size: 1.4rem; } h3 { font-size: 1.08rem; } .lede { font-size: 1rem; line-height: 1.65; } .section { padding: 2.2rem 0; } .section.tight { padding: 1.6rem 0; } .hero .wrap { padding-top: 2.4rem; padding-bottom: 2.4rem; } .hero h1, .casehero h1 { max-width: none; } .hero .lede { font-size: 1.02rem; } .btnrow .btn { flex: 1 1 100%; } .topbar .wrap { min-height: 34px; } .masthead .wrap { min-height: 56px; gap: .6rem; } .logo img { height: 20px; } .navtools { gap: .4rem; } .navtools .btn.primary.sm { padding: 0 .7rem; font-size: .74rem; } .eyebrow { font-size: .68rem; letter-spacing: .13em; } .stats .n { font-size: 1.9rem; } .grid > * { padding: 1.4rem 1.2rem; } .chart .bars { display: block; height: auto; border-bottom: 0; } .chart .bar { display: grid; grid-template-columns: 8.5rem 1fr auto; align-items: center; gap: .7rem; height: auto; text-align: start; padding: .55rem 0; border-top: 1px solid var(--line-2); } .chart .bar:first-child { border-top: 0; } .chart .bar em { order: 0; margin: 0; font-size: .82rem; } .chart .bar .v { order: 1; width: 100%; max-width: none; height: 10px !important; min-height: 10px; border-radius: 1px; } .chart .bar b { order: 2; margin: 0; font-size: .95rem; } .chart figcaption { margin-top: 1rem; } .timeline li { padding-inline-start: 1.3rem; } .pullquote { padding: 1rem 1.1rem; font-size: 1rem; } .ctable { font-size: .86rem; } .ctable th, .ctable td { padding: .6rem .55rem; } .statebar { flex-wrap: wrap; padding: 1rem 1.1rem; } .statuslist li { flex-wrap: wrap; gap: .4rem; } .cookiebar { flex-direction: column; align-items: stretch; gap: .8rem; padding: 1rem 1.1rem; } .cookiebar .btn { width: 100%; } .modal-box { padding: 1.6rem 1.2rem; } .footcols { grid-template-columns: 1fr 1fr; gap: 1.8rem 1.3rem; } .footbar { flex-direction: column; align-items: flex-start; gap: .5rem; } } @media (max-width: 380px) { .chart .bar { grid-template-columns: 1fr auto; } .chart .bar .v { grid-column: 1 / -1; } } :root { --brand-blue: #1B4570; } .personhead { padding-block: 3rem 2.8rem; } .sociallinks { display: flex; gap: .8rem; align-items: center; } .sociallinks a { color: var(--ink-3); display: inline-flex; transition: color .15s; } .sociallinks a:hover { color: var(--accent); } .li-badge-wrap { margin: 0 0 1.6rem; } .calembed { margin-top: 1.4rem; background: var(--bg-2); border: 1px solid var(--line); border-radius: 2px; overflow: hidden; } .calembed iframe { width: 100%; min-height: 660px; border: 0; display: block; } .certgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1rem; margin-top: 1.4rem; } .cert { display: flex; flex-direction: column; gap: .28rem; background: var(--bg); border: 1px solid var(--line); border-radius: 2px; padding: 1rem 1.1rem; } .cert-name { font-family: var(--head); font-size: 1rem; line-height: 1.3; } .cert-issuer { font-weight: 600; font-size: .9rem; color: var(--ink-2); } .cert-meta, .cert-id { display: block; } #book-direct { padding-top: 0; } #certifications { padding-bottom: 2rem; } #certifications + .section { padding-top: 2rem; } @media (max-width: 620px) { .calembed iframe { min-height: 560px; } } .personid { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; } .personid h1 { margin: 0; } .avatar.lg { width: 132px; height: 132px; font-size: 2.6rem; flex: 0 0 auto; margin: 0; } .people .role { min-height: 2.4em; } .joblist { margin-top: 1.4rem; border-top: 1px solid var(--line); } .job { padding: 1.5rem 0; border-bottom: 1px solid var(--line); } .job h3 { margin-bottom: .25rem; } .jobmeta { margin: 0 0 .6rem; font: 600 .78rem/1 var(--head); letter-spacing: .08em; text-transform: uppercase; color: var(--accent-dark); } [dir="rtl"] .jobmeta { text-transform: none; letter-spacing: normal; } .jobmore { margin: .6rem 0 .9rem; } .jobmore > summary { cursor: pointer; font: 600 .86rem/1 var(--head); color: var(--ink); list-style: none; } .jobmore > summary::-webkit-details-marker { display: none; } .jobmore > summary::before { content: '+ '; color: var(--accent-dark); } .jobmore[open] > summary::before { content: '– '; } .jobmore > div { padding-top: .6rem; color: var(--ink-3); font-size: .94rem; } .logos > a { flex-direction: column; gap: .6rem; } .logomark { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 2px; font: 700 1rem/1 var(--head); letter-spacing: .01em; color: var(--brand-blue); background: #fff; } .logos > a:hover .logomark { border-color: var(--brand-blue); } .logoname { font: 600 .86rem/1.3 var(--head); color: var(--ink-2); } @media (max-width: 620px) { .personid { gap: 1.2rem; } .avatar.lg { width: 92px; height: 92px; font-size: 1.9rem; } .personhead { padding-block: 2rem 2rem; } } .cookiebar[hidden] { display: none; } .cookiebar { position: fixed; z-index: 150; inset-block-end: 1.2rem; inset-inline-start: 1.2rem; inset-inline-end: auto; bottom: 1.2rem; display: block; width: min(30rem, calc(100vw - 2.4rem)); padding: 1.2rem 1.3rem; background: #fff; color: var(--ink-2); border: 1px solid var(--line); border-top: 3px solid var(--brand-blue); box-shadow: 0 18px 44px -18px rgba(16, 32, 48, .32); font-size: .88rem; line-height: 1.6; animation: ck-in .28s ease-out both; } @keyframes ck-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } } @media (prefers-reduced-motion: reduce) { .cookiebar { animation: none; } } .cookiebar h4 { margin: 0 0 .4rem; font: 600 .78rem/1 var(--head); letter-spacing: .12em; text-transform: uppercase; color: var(--brand-blue); } [dir="rtl"] .cookiebar h4 { letter-spacing: normal; text-transform: none; } .cookiebar p { margin: 0 0 1rem; color: var(--ink-3); } .cookiebar a { color: var(--brand-blue); text-decoration: underline; text-underline-offset: 2px; } .cookiebar .ckrow { display: flex; align-items: center; gap: .8rem; } .cookiebar .btn { flex: 0 0 auto; } .cookiebar .cklink { font-size: .84rem; color: var(--ink-3); } .cookiebar .cklink:hover { color: var(--ink); } .postlist { border-top: 1px solid var(--line); } .post { padding: 2rem 0; border-bottom: 1px solid var(--line); } .post.lead { padding-top: 1.6rem; } .post.lead h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); } .post h2 { margin: .35rem 0 .5rem; } .post h2 a { color: var(--ink); } .post h2 a:hover { color: var(--brand-blue); } .postmeta { margin: 0; font: 600 .76rem/1.4 var(--head); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); } [dir="rtl"] .postmeta { letter-spacing: normal; text-transform: none; } .poststand { margin: 0 0 .7rem; font-size: 1.04rem; line-height: 1.65; color: var(--ink-3); } .postby { margin: 0 0 .9rem; font-size: .86rem; color: var(--ink-3); } .card .postmeta { margin-bottom: .6rem; } .prose { max-width: 46rem; } .prose-wide { max-width: none; } .wrap.narrow.prose.casewide { max-width: var(--wrap); } .prose p { margin: 0 0 1.3rem; font-size: 1.06rem; line-height: 1.75; color: var(--ink-2); } .prose h3 { margin: 2.4rem 0 .8rem; font-size: 1.28rem; letter-spacing: -.01em; padding-top: 1.4rem; border-top: 1px solid var(--line-2); } .prose h3:first-child { margin-top: 0; padding-top: 0; border-top: 0; } .prose .ticks { margin: 0 0 1.4rem; } .prose .ticks li { font-size: 1.02rem; line-height: 1.7; padding-block: .3rem; } .prose > *:last-child { margin-bottom: 0; } @media (max-width: 620px) { .cookiebar { inset-inline: .8rem; bottom: .8rem; width: auto; padding: 1rem 1.1rem; } .cookiebar .ckrow { flex-direction: column; align-items: stretch; gap: .6rem; } .cookiebar .btn { width: 100%; } .cookiebar .cklink { text-align: center; } .post { padding: 1.5rem 0; } .prose p, .prose .ticks li { font-size: 1rem; } .prose h3 { margin-top: 1.8rem; font-size: 1.15rem; } } .navextra { display: none; } @media (max-width: 900px) { .topbar .tb-hide { display: none; } .topbar .tb-portal { display: none; } .topbar .wrap { justify-content: center; } .tb-hours { margin-inline-end: 0; font-size: .76rem; white-space: normal; text-align: center; } .navtools .langpick, .navtools .btn.primary.sm { display: none; } .navtools { display: none; } .navextra { display: flex; flex-direction: column; gap: .6rem; padding: 1rem .3rem 1.2rem; margin-top: .4rem; border-top: 1px solid var(--line); } .navextra .btn { width: 100%; } .navlangs { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .5rem; } .navlangs a { padding: .45rem .75rem; border: 1px solid var(--line); border-radius: 2px; font: 600 .82rem/1 var(--head); color: var(--ink-2); } .navlangs a.on { border-color: var(--accent); color: var(--accent-dark); } } .badges { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; background: transparent; border: 0; } .badge { background: #fff; padding: 1.4rem 1.1rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 2px; } .badge-mark { display: inline-grid; place-items: center; align-self: flex-start; min-width: 3.2rem; height: 2.1rem; padding: 0 .5rem; margin-bottom: .9rem; border: 1px solid var(--brand-blue); border-radius: 2px; font: 700 .8rem/1 var(--head); letter-spacing: .04em; color: var(--brand-blue); } .badge strong { font: 600 .95rem/1.3 var(--head); color: var(--ink); margin-bottom: .3rem; } .badge > span { font-size: .82rem; line-height: 1.55; color: var(--ink-3); } .parkhero .wrap { padding-top: 5.5rem; padding-bottom: 5rem; } @media (max-width: 1080px) { .badges { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 620px) { .badges { grid-template-columns: repeat(2, 1fr); } .badge { padding: 1.1rem .9rem; } .badge-mark { min-width: 2.8rem; height: 1.9rem; font-size: .74rem; margin-bottom: .7rem; } .badge > span { font-size: .78rem; } .parkhero .wrap { padding-top: 3.2rem; padding-bottom: 3rem; } .masthead .wrap { align-items: center; } .navtoggle { align-self: center; margin-inline-start: auto; } .masthead .wrap { row-gap: 0; align-content: center; } } .people { grid-template-columns: repeat(4, 1fr); } .persontile { padding: 0 !important; display: block; } .portrait { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--bg-3); display: grid; place-items: center; } .portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; } .portrait-initials { font: 600 2.4rem/1 var(--head); color: var(--ink-3); letter-spacing: .03em; } .persontile h3 { margin: 1rem 1rem .15rem; font-size: 1.05rem; text-align: center; } .persontile .role { margin: 0 1rem 1.2rem; font-size: .86rem; color: var(--ink-3); min-height: 0; text-align: center; } .persontile:hover .portrait img { filter: brightness(1.04); } .portrait.lg { aspect-ratio: 1 / 1; border: 1px solid var(--line); } .portrait.lg .portrait-initials { font-size: 4rem; } @media (max-width: 900px) { .people > a { flex-basis: 180px; } } @media (max-width: 520px) { .people > a { flex-basis: 140px; max-width: 46%; } .persontile h3 { font-size: .95rem; margin-inline: .8rem; } .persontile .role { margin-inline: .8rem; font-size: .8rem; } } .badge-mark { display: inline-grid; place-items: center; align-self: flex-start; width: 2.9rem; height: 2.9rem; margin-bottom: 1rem; padding: 0; min-width: 0; border: 0; border-radius: 0; color: var(--brand-blue); background: none; } .badge-mark svg { width: 100%; height: 100%; } .badge-mark svg .tick { stroke-width: 1.4; opacity: .72; } .badge { border-top: 3px solid var(--line); transition: border-color .15s, background .15s; } .badge:hover { border-top-color: var(--accent); background: var(--bg-2); } .badge strong { font-size: 1rem; } @media (max-width: 620px) { .badge-mark { width: 2.3rem; height: 2.3rem; margin-bottom: .7rem; } } .prose figure, .prose .figNote { margin: 2.6rem 0; } @media (min-width: 1000px) { .prose figure, .prose .figNote { width: calc(100% + 8rem); margin-inline: -4rem; } } .prose .figtitle { margin: 0 0 1.5rem; font: 600 .82rem/1.4 var(--head); text-transform: uppercase; letter-spacing: .07em; color: var(--ink-3); } .prose figure figcaption { margin-top: 1.1rem; padding-top: .8rem; border-top: 1px solid var(--line-2); font-size: .8rem; line-height: 1.5; color: var(--ink-3); } .prose .chart figcaption { margin-top: 1.6rem; } .figstats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); } .figstat { background: var(--bg); padding: 1.6rem 1.4rem; } .figstat b { display: block; font: 600 2.3rem/1 var(--head); color: var(--accent); letter-spacing: -.02em; margin-bottom: .55rem; } .figstat span { display: block; font-size: .88rem; line-height: 1.5; color: var(--ink-3); } @media (max-width: 760px) { .figstats-row { grid-template-columns: 1fr; } } .figtable { overflow-x: auto; } .figNote { padding: 1.4rem 1.6rem; background: var(--bg-2); border-inline-start: 3px solid var(--accent); } .figNote b { display: block; margin-bottom: .6rem; font: 600 .95rem/1.4 var(--head); color: var(--ink); } .figNote p { margin: 0 0 .7rem; font-size: .97rem; line-height: 1.7; color: var(--ink-2); } .figNote p:last-child { margin-bottom: 0; } .chart .bar .v { min-height: 10px; } .chart .bar.on b { color: var(--accent); font-size: 1.25rem; } .chart .bar.on .v { box-shadow: 0 0 0 1px var(--accent); } .portrait.lg { max-width: 210px; } .people .portrait { max-width: 150px; margin-inline: auto; } @media (max-width: 620px) { .portrait.lg { max-width: 132px; } .people .portrait { max-width: 116px; } .personid { display: flex; align-items: flex-start; gap: 1.1rem; } .personid > .portrait.lg { flex: 0 0 auto; } .personid > div:last-child { min-width: 0; } } .linkedincard { display: flex; align-items: center; gap: 1rem; margin: 2.4rem 0 0; padding: 1.1rem 1.3rem; border: 1px solid var(--line); border-radius: 3px; background: var(--bg-2); } .linkedincard > div { flex: 1; min-width: 0; } .linkedincard strong { display: block; font: 600 .98rem/1.4 var(--head); } .linkedincard p { margin: .2rem 0 0; } .li-mark { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 3px; background: #0a66c2; color: #fff; } @media (max-width: 620px) { .linkedincard { flex-wrap: wrap; } .linkedincard .btn { width: 100%; } } .insightswrap { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 3rem; align-items: start; } .insightsrail { position: sticky; top: 5rem; display: grid; gap: 1rem; } .railcard { padding: 1.3rem; border: 1px solid var(--line); border-radius: 3px; background: var(--bg-2); } .railcard .li-mark { margin-bottom: .8rem; } .railcard strong { display: block; margin-bottom: .35rem; font: 600 1rem/1.4 var(--head); } .railcard p { margin: 0 0 1rem; } @media (max-width: 980px) { .insightswrap { grid-template-columns: 1fr; gap: 2.2rem; } .insightsrail { position: static; grid-template-columns: 1fr 1fr; } } @media (max-width: 620px) { .insightsrail { grid-template-columns: 1fr; } } .calwrap { margin-top: .6rem; border: 1px solid var(--line); border-radius: 2px; overflow: hidden; background: #fff; } .calwrap .calembed { width: 100%; min-height: 660px; overflow: auto; background: #fff; margin-top: 0; border: 0; border-radius: 0; } @media (max-width: 620px) { .calwrap .calembed { min-height: 580px; } } .reviews { columns: 2; column-gap: 1.6rem; } .review { break-inside: avoid; margin: 0 0 1.6rem; padding: 1.5rem 1.6rem; background: var(--bg); border: 1px solid var(--line); border-radius: 3px; } .review-lead { border-color: var(--accent-br); } .review .stars { display: flex; gap: 2px; margin-bottom: .9rem; color: #f5a623; } .review blockquote { margin: 0; } .review blockquote p { margin: 0 0 .8rem; font-size: .98rem; line-height: 1.7; color: var(--ink-2); } .review blockquote p:last-child { margin-bottom: 0; } .review figcaption { margin-top: 1rem; padding-top: .8rem; border-top: 1px solid var(--line-2); font-size: .86rem; } .review figcaption strong { display: block; color: var(--ink); } .review figcaption span { display: block; color: var(--ink-3); } .review .revwhen { font-size: .8rem; } @media (max-width: 860px) { .reviews { columns: 1; } } .tint { position: relative; overflow: hidden; border-radius: inherit; aspect-ratio: 3 / 2; } .tint::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: rgba(22, 32, 43, .42); border-radius: inherit; } .tint img { display: block; width: 100%; height: 100%; object-fit: cover; } .logomark img { max-width: 100%; max-height: 100%; object-fit: contain; } .revfoot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem; margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line); } .revfoot .hint { margin: 0; flex: 1 1 22rem; } .revfoot .btn { flex: 0 0 auto; } @media (max-width: 620px) { .revfoot { flex-direction: column; align-items: stretch; } .revfoot .btn { justify-content: center; } } .legal { max-width: var(--wrap); } .legal h2 { margin-top: 2rem; } .legal h2:first-of-type { margin-top: 0; } @media (min-width: 1100px) { .legal .lede { max-width: 62ch; } .legal > h2, .legal > p:not(.lede) { break-inside: avoid; } .legal { column-count: 2; column-gap: 3.5rem; } .legal > .lede, .legal > .muted { column-span: all; } } .cookiebar h4 { color: var(--ink); } body.signin-open { overflow: hidden; } body.signin-open > *:not(.signin-overlay) { filter: blur(4px) saturate(.85); transition: filter .18s ease; pointer-events: none; } .signin-overlay { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 1.5rem; } .signin-overlay .modal-back { position: absolute; inset: 0; background: rgba(10,16,22,.55); } .signin-frame-wrap { position: relative; width: 100%; max-width: 760px; background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.45); } #signin-frame { display: block; width: 100%; height: 470px; min-height: 320px; border: 0; overflow: hidden; } .signin-overlay .modal-x { position: absolute; top: .4rem; inset-inline-end: .5rem; z-index: 2; width: 34px; height: 34px; padding: 0; background: transparent; border: 0; cursor: pointer; font-size: 1.5rem; line-height: 1; color: var(--ink-3); } .signin-overlay .modal-x:hover { color: var(--ink); } @media (max-width: 720px) { .signin-overlay { padding: .8rem; } } @media (prefers-reduced-motion: reduce) { body.signin-open > *:not(.signin-overlay) { filter: none; transition: none; } } .heroslider { position: relative; display: grid; } .heroslide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transition: none; } .heroslide.on { opacity: 1; visibility: visible; transition: opacity .45s ease; } .heroslide.on { z-index: 2; } .herodots { position: absolute; z-index: 3; bottom: 1.6rem; inset-inline-start: 0; width: 100%; display: flex; gap: .5rem; justify-content: center; } .herodots button { width: 34px; height: 4px; padding: 0; border: 0; cursor: pointer; background: rgba(255,255,255,.32); border-radius: 0; transition: background .2s; } .herodots button:hover { background: rgba(255,255,255,.55); } .herodots button[aria-selected="true"] { background: var(--accent); } @media (prefers-reduced-motion: reduce) { .heroslide { transition: none; } } .heroshot { background-image: var(--img-md); background-image: image-set(var(--img-md) 1x, var(--img-lg) 2x); } @media (max-width: 700px) { .heroshot { background-image: var(--img-sm); background-image: image-set(var(--img-sm) 1x, var(--img-md) 2x); } } .heroslider::after { display: none; } .heroslider .hero-img { display: none; } .herosplit { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); align-items: center; padding-block: clamp(2.75rem, 5vw, 4.25rem); } .herocopy { min-width: 0; } .heroart { min-width: 0; } .herosplit.flip .herocopy { order: 2; } @media (min-width: 861px) { .herosplit.flip { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); } } .heroshot { aspect-ratio: 4 / 3; background-size: cover; background-position: center; border: 1px solid rgba(255, 255, 255, .12); box-shadow: 0 18px 50px rgba(0, 0, 0, .35); } .hero .herosplit h1 { max-width: 22ch; } .hero .herosplit .lede { max-width: 54ch; } @media (max-width: 860px) { .herosplit { grid-template-columns: 1fr; gap: 2rem; } .herosplit.flip .herocopy { order: 0; } .heroshot { aspect-ratio: 16 / 9; } } .localnote { background: var(--bg-2, #f6f7f8); border-block: 1px solid var(--line); font-size: .92rem; color: var(--ink-2); } .localnote .wrap { padding-block: .7rem; } .heroslider { background: var(--bg-2); color: var(--ink-2); } .heroslider h1 { color: var(--ink); } .heroslider .lede { color: var(--ink-3); } .heroslider .btn.light { border-color: var(--line); color: var(--ink); background: #fff; } .heroslider .btn.light:hover { background: var(--navy); border-color: var(--navy); color: #fff; } .heroslider .herodots button { background: rgba(0, 0, 0, .18); } .heroslider .herodots button:hover { background: rgba(0, 0, 0, .34); } .heroslider .herodots button[aria-selected="true"] { background: var(--accent); } .heroslider .heroshot { border-color: var(--line); box-shadow: 0 14px 34px rgba(22, 32, 43, .14); } .personbio { max-width: none; } .people-wide { justify-content: stretch; } .people-wide > a { max-width: none; flex: 1 1 200px; } img { -webkit-user-drag: none; -webkit-touch-callout: none; user-select: none; -webkit-user-select: none; } .hrs-txt { display: inline-flex; align-items: center; gap: .3rem; } .hrs-txt .hrs-dot { margin-inline-start: .15rem; } .hrs-dot.is-on { background: #35c46b; } .hrs-dot.is-off { background: #e5534b; } .hrs-dot.is-unknown { background: #8a94a0; } .hrs-sep { opacity: .55; } .statuslink { display: inline-flex; align-items: center; gap: .45rem; } .trustband { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding: 1.2rem 0 .2rem; } .trustband + .footbar { border-top: 0; margin-top: 1.1rem; padding-top: 0; } .trustband-inner { display: flex; flex-wrap: wrap; gap: .55rem 1.6rem; align-items: center; } .trustmark { display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; white-space: nowrap; cursor: help; opacity: .8; } .trustmark svg { width: 15px; height: 15px; flex: 0 0 auto; } .trustnote { margin: .8rem 0 0; font-size: .72rem; line-height: 1.5; opacity: .62; } @media (max-width: 620px) { .trustband { margin-top: 1.4rem; padding: 1rem 0 .2rem; } .trustband-inner { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem .9rem; } .trustmark { font-size: .72rem; white-space: normal; align-items: flex-start; } .trustmark svg { margin-top: .1rem; } .trustnote { font-size: .68rem; } } @media (max-width: 360px) { .trustband-inner { grid-template-columns: 1fr; } } .rebrandhero .wrap { padding-top: 5rem; padding-bottom: 4rem; } .rebrandhero h1 { max-width: 17ch; } .markswap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2.4rem; padding: 2.6rem 2rem; border: 1px solid var(--line); background: var(--bg-2); } .markswap .mark { margin: 0; text-align: center; } .markswap .mark img { display: block; margin: 0 auto; max-width: 100%; height: auto; } .markswap .was img { max-width: 260px; } .markswap .is img { max-width: 300px; } .markswap figcaption { margin-top: 1.1rem; font: 600 .7rem/1 var(--head); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); } .markswap .is figcaption { color: var(--accent-dark); } .markarrow { color: var(--line); } .markarrow svg { display: block; width: 48px; height: 24px; } .rebrandcontact { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); line-height: 1.9; } @media (max-width: 720px) { .markswap { grid-template-columns: 1fr; gap: 1.6rem; padding: 2rem 1.2rem; } .markarrow { justify-self: center; transform: rotate(90deg); } .markswap .was img { max-width: 190px; } .markswap .is img { max-width: 220px; } .rebrandhero .wrap { padding-top: 3.4rem; padding-bottom: 3rem; } .rebrandhero h1 { max-width: none; } } .sitemapgrid { align-items: start; } .logos .logonote { display: block; margin-top: .25rem; max-width: 22ch; font-size: .74rem; line-height: 1.4; color: var(--ink-3); } .logos > span { display: inline-flex; flex-direction: column; align-items: center; } .heroslider .heroh { font-size: clamp(2rem, 4.2vw, 3.25rem); color: var(--ink); max-width: 22ch; } @media (max-width: 620px) { .heroslider .heroh { font-size: 1.85rem; line-height: 1.18; max-width: none; } } @media (min-width: 1100px){ .people > a { flex: 0 1 calc(20% - 1.05rem); max-width: calc(20% - 1.05rem); } } .btn.primary { box-shadow: none; } .btn.primary:hover { box-shadow: none; } .btn:hover { background: var(--bg-2); color: var(--ink); border-color: var(--ink-3); } .btn:active { transform: translateY(1px); } .btn:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; box-shadow: none; } input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, select:hover, textarea:hover { border-color: var(--ink-3); } .card, .people > a, .logos > a { transition: border-color .15s, box-shadow .15s, transform .15s; } .card:hover, .people > a:hover, .logos > a:hover { transform: translateY(-2px); } @media (prefers-reduced-motion: reduce) { .card:hover, .people > a:hover, .logos > a:hover { transform: none; } } .tag, .pillstate { border-radius: 3px; } img, svg, video, iframe, table { max-width: 100%; } pre, .figtable { overflow-x: auto; -webkit-overflow-scrolling: touch; } @media (max-width: 620px) { .btn.sm { min-height: 40px; } .social a { width: 40px; height: 40px; } .calembed, .calwrap, #alcobookframe { max-width: 100%; } } .bookembed { margin-top: 1.4rem; background: #fff; border: 1px solid var(--ent-hair); border-top: 3px solid var(--accent); border-radius: var(--ent-radius); box-shadow: var(--ent-shadow); padding: clamp(1rem, 2.4vw, 1.8rem); } .bookembed iframe { width: 100%; min-height: 640px; border: 0; display: block; background: transparent; border-radius: var(--ent-radius-sm); } @media (max-width: 620px) { .bookembed { padding: 1rem; } .bookembed iframe { min-height: 620px; } } :root{--head:Arial,Helvetica,sans-serif} html,body,h1,h2,h3,h4,h5,h6,p,a,span:not(.ms),div,li,ul,ol,td,th,label,button,input,select,textarea,.btn{font-family:Arial,Helvetica,sans-serif !important} .ms,[class^='material-symbols'],[class*=' material-symbols']{font-family:'Material Symbols Rounded','Material Symbols Sharp','Material Symbols Outlined' !important} body.page-home, body.page-about { --pr-radius: 16px; --pr-shadow: 0 1px 2px rgba(16,32,52,.05), 0 14px 30px -18px rgba(16,32,52,.18); --pr-shadow-hi: 0 2px 6px rgba(16,32,52,.07), 0 24px 46px -22px rgba(16,32,52,.30); } body.page-home .heroslider { position: relative; overflow: hidden; background: radial-gradient(1100px 520px at 82% -10%, rgba(255,140,43,.06), transparent 60%), var(--ent-header); color: var(--ink-2); } body.page-home .heroslider::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(transparent 1px, transparent 1px), linear-gradient(90deg, transparent 1px, transparent 1px); background-size: 46px 46px; -webkit-mask-image: radial-gradient(120% 100% at 70% 0%, #000 30%, transparent 80%); mask-image: radial-gradient(120% 100% at 70% 0%, #000 30%, transparent 80%); } body.page-home .heroslider h1, body.page-home .heroslider .heroh { color: var(--navy); } body.page-home .heroslider .lede { color: var(--ink-2); } body.page-home .heroslider .eyebrow { color: var(--accent); } body.page-home .heroslider .btn.light { border-color: var(--line-2); color: var(--navy); background: #fff; } body.page-home .heroslider .btn.light:hover { background: var(--navy); border-color: var(--navy); color: #fff; } body.page-home .heroslider .herodots button { background: rgba(22,32,43,.22); } body.page-home .heroslider .herodots button:hover { background: rgba(22,32,43,.45); } body.page-home .heroslider .herodots button[aria-selected="true"] { background: var(--accent); } body.page-home .heroslider .heroshot { border: 1px solid var(--line-2); border-radius: 18px; box-shadow: 0 26px 60px -22px rgba(16,32,52,.26); } body.page-home .grid > *, body.page-about .grid > * { border-radius: var(--pr-radius); } body.page-home .card, body.page-about .card { border-color: var(--line-2); box-shadow: var(--pr-shadow); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; } body.page-home .card:hover, body.page-about .card:hover { border-color: #d7e0ea; box-shadow: var(--pr-shadow-hi); transform: translateY(-3px); } body.page-home .split .tint, body.page-about .split .tint { border-radius: var(--pr-radius); box-shadow: var(--pr-shadow); } body.page-home .badge { border-radius: 14px; } body.page-home .logos > *, body.page-about .logos > * { border-radius: 14px; } body.page-home .grid .card .ico { width: 46px; height: 46px; padding: 10px; margin-bottom: 1.2rem; border-radius: 13px; display: grid; place-items: center; color: var(--accent-dark); background: linear-gradient(150deg, rgba(255,140,43,.16), rgba(255,140,43,.05)); } body.page-home .grid .card .ico svg { width: 100%; height: 100%; } body.page-home .why-grid { counter-reset: whyn; } body.page-home .why-grid .card { counter-increment: whyn; } body.page-home .why-grid .card::before { content: counter(whyn, decimal-leading-zero); display: inline-flex; align-items: center; justify-content: center; width: 2.3rem; height: 2.3rem; margin-bottom: 1rem; border-radius: 12px; background: linear-gradient(150deg, var(--accent), var(--accent-dark)); color: #fff; font: 700 .82rem/1 var(--head); letter-spacing: .04em; box-shadow: 0 6px 14px -6px rgba(255,140,43,.7); } body.page-home .stats-band { background: radial-gradient(820px 380px at 12% -10%, rgba(255,140,43,.14), transparent 60%), linear-gradient(150deg, #16202b, #16202b); } body.page-home .stats > div, body.page-about .stats > div { position: relative; overflow: hidden; padding: 2.5rem 1.7rem; border-radius: var(--pr-radius); border-color: var(--line-2); box-shadow: var(--pr-shadow); transition: transform .18s ease, box-shadow .18s ease; } body.page-home .stats > div::before, body.page-about .stats > div::before { content: ""; position: absolute; inset-block: 0; inset-inline-start: 0; width: 4px; background: linear-gradient(var(--accent), var(--accent-dark)); } body.page-home .stats > div:hover, body.page-about .stats > div:hover { transform: translateY(-3px); box-shadow: var(--pr-shadow-hi); } body.page-home .stats .n, body.page-about .stats .n { font-size: clamp(2.7rem, 3.4vw, 3.5rem); letter-spacing: -.035em; color: var(--ink); } body.page-home .stats .n .u, body.page-about .stats .n .u { font-size: 1.4rem; } body.page-home .stats .l, body.page-about .stats .l { margin-top: .7rem; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); } body.page-about .phead { position: relative; overflow: hidden; border-bottom: 1px solid var(--ent-hair); padding: 3rem 0 2.6rem; background: radial-gradient(900px 400px at 85% -15%, rgba(255,140,43,.08), transparent 60%), var(--ent-header); color: var(--ink-2); } body.page-about .phead::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(transparent 1px, transparent 1px), linear-gradient(90deg, transparent 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(130% 120% at 80% 0%, #000 25%, transparent 78%); mask-image: radial-gradient(130% 120% at 80% 0%, #000 25%, transparent 78%); } body.page-about .phead .wrap { position: relative; z-index: 1; } body.page-about .phead h1 { color: var(--navy); font-size: clamp(2.4rem, 5.2vw, 3.9rem); letter-spacing: -.025em; line-height: 1.05; } body.page-about .phead .lede { color: var(--ink-2); max-width: 60ch; } body.page-about .phead .eyebrow { color: var(--accent); } body.page-about .phead .crumbs, body.page-about .phead .crumbs a { color: var(--ink-3); } body.page-about .phead .crumbs a:hover { color: var(--accent); } body.page-about .ruled { counter-reset: hww; margin-top: 2rem; display: grid; gap: 1rem; } body.page-about .ruled li { counter-increment: hww; position: relative; margin: 0; padding: 1.35rem 1.6rem 1.35rem 4.6rem; border: 1px solid var(--line-2); border-radius: 14px; background: #fff; box-shadow: var(--pr-shadow); font-size: 1rem; line-height: 1.6; color: var(--ink-2); transition: transform .16s ease, box-shadow .16s ease; } [dir="rtl"] body.page-about .ruled li { padding: 1.35rem 4.6rem 1.35rem 1.6rem; } body.page-about .ruled li:last-child { border-bottom: 1px solid var(--line-2); } body.page-about .ruled li:nth-child(even) { background: linear-gradient(90deg, rgba(255,140,43,.05), #fff 42%); } [dir="rtl"] body.page-about .ruled li:nth-child(even) { background: linear-gradient(270deg, rgba(255,140,43,.05), #fff 42%); } body.page-about .ruled li::before { content: counter(hww, decimal-leading-zero); position: absolute; top: 50%; inset-inline-start: 1.15rem; transform: translateY(-50%); width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; background: rgba(255,140,43,.12); color: var(--accent-dark); font: 700 .92rem/1 var(--head); } body.page-about .ruled li:hover { transform: translateY(-2px); box-shadow: var(--pr-shadow-hi); } body.page-about .team-featured { display: grid; grid-template-columns: 260px 1fr; gap: 2.4rem; align-items: center; margin: 0 0 3rem; padding: 2rem; border: 1px solid var(--line-2); border-radius: 22px; background: linear-gradient(157deg, var(--bg-2) 0%, #fff 60%); box-shadow: var(--pr-shadow-hi); } body.page-about .tf-portrait { aspect-ratio: 1 / 1; overflow: hidden; border-radius: 18px; background: var(--bg-3); display: grid; place-items: center; box-shadow: 0 20px 40px -20px rgba(16,32,52,.45); } body.page-about .tf-portrait img { width: 100%; height: 100%; object-fit: cover; } body.page-about .tf-portrait .portrait-initials { font: 600 3.6rem/1 var(--head); color: var(--ink-3); } body.page-about .tf-label { display: inline-block; margin-bottom: .7rem; padding: .3rem .75rem; border-radius: 999px; background: rgba(255,140,43,.14); color: var(--accent-dark); font: 700 .66rem/1 var(--head); letter-spacing: .13em; text-transform: uppercase; } body.page-about .tf-body h3 { margin: 0 0 .2rem; font-size: 1.65rem; letter-spacing: -.015em; } body.page-about .tf-role { margin-bottom: 1rem; color: var(--accent-dark); font: 600 .96rem/1.4 var(--head); } body.page-about .tf-bio { margin: 0 0 1.1rem; max-width: 60ch; font-size: 1.04rem; line-height: 1.75; color: var(--ink-2); } .team-grid { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 2.2rem 1.7rem; margin-top: 2.4rem; } .team-grid .persontile { flex: 0 1 240px; max-width: 260px; padding: 0; display: block; text-align: center; border: 0; background: transparent; box-shadow: none; } .team-grid .portrait { width: 100%; max-width: none; margin: 0; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden; box-shadow: var(--pr-shadow); transition: transform .2s ease, box-shadow .2s ease; } .team-grid .persontile h3 { font-size: 1.12rem; } .team-grid .persontile .role { font-size: .9rem; } .team-grid .persontile:hover .portrait { transform: translateY(-5px); box-shadow: var(--pr-shadow-hi); } .team-grid .persontile:hover .portrait img { filter: brightness(1.03); } .team-grid .persontile h3 { margin: .9rem 0 .12rem; font-size: .98rem; } .team-grid .persontile .role { margin: 0; min-height: 0; font-size: .82rem; color: var(--ink-3); } @media (max-width: 720px) { body.page-about .team-featured { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.6rem; text-align: center; } body.page-about .tf-portrait { width: 100%; max-width: 220px; margin-inline: auto; } body.page-about .tf-bio { margin-inline: auto; } } @media (max-width: 520px) { .team-grid { gap: 1.5rem 1rem; } .team-grid .persontile { flex: 1 1 42%; max-width: 46%; } } :root{ --ent-radius: 14px; --ent-radius-sm: 10px; --ent-hair: #e6e9ee; --ent-shadow: 0 1px 2px rgba(16,32,52,.05), 0 14px 30px -18px rgba(16,32,52,.18); --ent-shadow-hi: 0 2px 6px rgba(16,32,52,.07), 0 24px 46px -22px rgba(16,32,52,.30); --ent-header: linear-gradient(180deg,#eaedf1 0%,#eef1f5 100%); } .phead{ position: relative; overflow: hidden; border-bottom: 1px solid var(--ent-hair); padding: 2.8rem 0 2.5rem; background: radial-gradient(900px 400px at 85% -15%, rgba(255,140,43,.08), transparent 60%), var(--ent-header); color: var(--ink-2); } .phead::before{ content:""; position:absolute; inset:0; z-index:0; pointer-events:none; background-image: linear-gradient(transparent 1px, transparent 1px), linear-gradient(90deg, transparent 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(130% 120% at 80% 0%, #000 25%, transparent 78%); mask-image: radial-gradient(130% 120% at 80% 0%, #000 25%, transparent 78%); } .phead .wrap{ position: relative; z-index: 1; } .phead h1{ color: var(--navy); font-size: clamp(2.4rem, 5.2vw, 3.9rem); letter-spacing: -.025em; line-height: 1.06; } .phead .lede{ color: var(--ink-2); max-width: 60ch; } .phead .eyebrow{ color: var(--accent); } .phead .crumbs, .phead .crumbs a{ color: var(--ink-3); } .phead .crumbs a:hover{ color: var(--accent); } .phead .btn.ghost{ border-color: var(--line); color: var(--ink); background: #fff; } .phead .btn.ghost:hover{ background: rgba(0,0,0,.04); border-color: var(--line); color: var(--ink); } .phead .sociallinks a{ color: var(--ink-3); } .phead .sociallinks a:hover{ color: var(--accent); } .phead .portrait.lg{ border: 1px solid var(--ent-hair); box-shadow: 0 22px 46px -22px rgba(16,32,52,.28); } .phead .portrait-initials{ color: var(--ink-3); } .grid > *, .card{ border-radius: var(--ent-radius); border-color: var(--ent-hair); box-shadow: var(--ent-shadow); } .card{ transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; } .card:hover{ border-color: #d7e0ea; box-shadow: var(--ent-shadow-hi); transform: translateY(-3px); } .quote{ border-radius: var(--ent-radius); box-shadow: var(--ent-shadow); } .people > a{ border-radius: var(--ent-radius); border-color: var(--ent-hair); box-shadow: var(--ent-shadow); } .people > a:hover{ box-shadow: var(--ent-shadow-hi); } .people .portrait, .persontile .portrait{ border-radius: 12px; } .logos > *{ border-radius: var(--ent-radius-sm); border-color: var(--ent-hair); box-shadow: var(--ent-shadow); } .badge{ border-radius: var(--ent-radius-sm); box-shadow: var(--ent-shadow); } .review{ border-radius: var(--ent-radius); border-color: var(--ent-hair); box-shadow: var(--ent-shadow); } .review-lead{ border-color: var(--accent); box-shadow: var(--ent-shadow-hi); } .railcard, .linkedincard{ border-radius: var(--ent-radius); border-color: var(--ent-hair); box-shadow: var(--ent-shadow); } .cert{ border-radius: var(--ent-radius-sm); border-color: var(--ent-hair); box-shadow: var(--ent-shadow); } .statebar, .notice, .pullquote, .figNote{ border-radius: var(--ent-radius-sm); } .markswap{ border-radius: 18px; box-shadow: var(--ent-shadow); } .tint{ border-radius: var(--ent-radius); box-shadow: var(--ent-shadow); } .stats > div{ position: relative; overflow: hidden; border-radius: var(--ent-radius); border-color: var(--ent-hair); box-shadow: var(--ent-shadow); } .stats > div::before{ content:""; position:absolute; inset-block:0; inset-inline-start:0; width:4px; background: linear-gradient(var(--accent), var(--accent-dark)); } .stats .n{ letter-spacing: -.03em; } .masthead{ box-shadow: 0 1px 0 rgba(16,32,52,.04), 0 6px 20px -16px rgba(16,32,52,.28); } a:focus-visible{ outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 2px; } input[type=text], input[type=email], input[type=tel], select, textarea{ border-radius: var(--ent-radius-sm); padding: .8rem .9rem; } .ctastrip{ background: radial-gradient(720px 320px at 88% -20%, rgba(255,140,43,.10), transparent 60%), var(--ent-header); } @media (min-width: 1100px){ .section{ padding: 4rem 0; } .section.tight{ padding: 2.75rem 0; } } @media (prefers-reduced-motion: reduce){ .card:hover{ transform: none; } } .feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem 1.8rem; margin-top: 1.5rem; } .feat { display: flex; gap: .7rem; align-items: flex-start; font-size: .97rem; line-height: 1.5; color: var(--ink-2); } .feat-ck { flex: 0 0 auto; width: 20px; height: 20px; margin-top: .05rem; border-radius: 6px; position: relative; background: rgba(255,140,43,.12); } .feat-ck::after { content: ''; position: absolute; left: 7px; top: 4px; width: 4px; height: 8px; border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(45deg); } @media (max-width: 640px) { .feat-grid { grid-template-columns: 1fr; } } .steps { counter-reset: stp; } .steps .step { counter-increment: stp; } .steps .step::before { content: counter(stp, decimal-leading-zero); display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; margin-bottom: 1rem; border-radius: 12px; background: linear-gradient(150deg, var(--accent), var(--accent-dark)); color: #fff; font: 700 .84rem/1 var(--head); letter-spacing: .04em; box-shadow: 0 6px 14px -6px rgba(255,140,43,.7); } a.jobcard { display: block; text-decoration: none; color: inherit; padding: 1.6rem 1.7rem; } a.jobcard .jobmeta { color: var(--ink-3); margin: 0 0 .5rem; } a.jobcard h3 { margin: 0 0 .55rem; } a.jobcard p { color: var(--ink-2); margin: 0 0 .5rem; } a.jobcard .arrow { margin-top: .2rem; } .casecallout { display: flex; align-items: center; gap: 1.6rem; text-decoration: none; color: inherit; padding: 1.7rem 1.9rem; border: 1px solid var(--ent-hair); border-radius: var(--ent-radius); background: linear-gradient(120deg, var(--bg-2), #fff 62%); box-shadow: var(--ent-shadow); transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease; } .casecallout:hover { box-shadow: var(--ent-shadow-hi); transform: translateY(-3px); border-color: #d7e0ea; } .cc-mark { flex: 0 0 auto; width: 172px; height: 80px; border-radius: 12px; display: grid; place-items: center; background: #fff; border: 1px solid var(--ent-hair); padding: 0 18px; } .cc-mark img { max-width: 100%; max-height: 42px; width: auto; height: auto; display: block; } .cc-body { display: flex; flex-direction: column; gap: .16rem; flex: 1 1 auto; min-width: 0; } .cc-eyebrow { font: 700 .68rem/1 var(--head); letter-spacing: .13em; text-transform: uppercase; color: var(--accent-dark); } .cc-title { font: 700 1.2rem/1.2 var(--head); color: var(--ink); } .cc-sub { color: var(--ink-2); font-size: .97rem; } .cc-meta { color: var(--ink-3); font-size: .82rem; margin-top: .15rem; } .cc-cta { flex: 0 0 auto; font: 600 .9rem/1 var(--head); color: var(--accent-dark); white-space: nowrap; } @media (max-width: 680px){ .casecallout { flex-direction: column; align-items: flex-start; gap: 1rem; } } .insightswrap .postlist { border-top: 0; display: grid; gap: 1.2rem; } .insightswrap .post { padding: 1.7rem 1.8rem; border: 1px solid var(--ent-hair); border-bottom: 1px solid var(--ent-hair); border-radius: var(--ent-radius); background: #fff; box-shadow: var(--ent-shadow); transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease; } .insightswrap .post:hover { box-shadow: var(--ent-shadow-hi); transform: translateY(-3px); border-color: #d7e0ea; } .insightswrap .post.lead { border-inline-start: 3px solid var(--accent); } .insightswrap .post .arrow { margin-top: .3rem; } .applyform { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.6rem; align-items: start; margin-top: .4rem; } .applyform .af { display: flex; flex-direction: column; margin: 0; } .applyform .af-full { grid-column: 1 / -1; } .applyform label { margin-bottom: .4rem; } .applyform input, .applyform select, .applyform textarea { margin: 0; width: 100%; } @media (max-width: 620px){ .applyform { grid-template-columns: 1fr; } } .postcallout-sec { padding-top: 0; } .cc-mark.cc-mark-icon { color: var(--accent); } .cc-mark.cc-mark-icon svg { width: 44px; height: 44px; } .jobaside { display: flex; flex-direction: column; gap: 1.2rem; } .split:has(.jobaside) { align-items: flex-start; } .jobaside .jobapply-card { position: sticky; top: 1.5rem; } .jobaside .card { padding: 1.5rem 1.6rem; } .jobaside .card h3 { margin: 0 0 .5rem; font-size: 1.05rem; } .jobaside .joblinks { list-style: none; padding: 0; margin: 0 0 1rem; } .jobaside .joblinks li { margin: 0 0 .75rem; line-height: 1.35; } .jobaside .jobapply-card { background: linear-gradient(150deg, rgba(255,140,43,.09), #fff 62%); border-color: var(--accent); } .jobaside .jobapply-card .btn { margin-top: .4rem; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: .375rem; min-height: 0; border-radius: .375rem; padding: 7px 18px; font-family: "Inter", var(--head) !important; font-size: .875rem; line-height: 1.25rem; font-weight: 500; letter-spacing: normal; border: 1px solid var(--line); color: var(--ink-2); box-shadow: none; } .btn:hover { background: rgba(0,0,0,.04); color: var(--ink); border-color: var(--line); } .btn.sm { min-height: 0; padding: 5px 12px; font-size: .8125rem; } .btn.primary { background: var(--accent); border-color: var(--accent); color: #fff; } .btn.primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff; } .btn.ghost { background: transparent; border-color: var(--line); color: var(--ink-2); } .btn.ghost:hover { background: rgba(0,0,0,.04); color: var(--ink); border-color: var(--line); } .btn:active { transform: scale(.99); } .est{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem;align-items:stretch;margin-top:.5rem} .est-controls{display:flex;flex-direction:column;gap:1.7rem;justify-content:center} .est-row{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:.5rem 1rem} .est-row label{font:600 1.05rem/1.2 var(--head);color:var(--ink)} .est-row label span{display:block;font:400 .78rem/1.3 var(--head);color:var(--ink-2);text-transform:uppercase;letter-spacing:.04em;margin-top:.2rem} .est-row output{font:700 1.5rem/1 var(--head);color:var(--accent-dark);text-align:right;min-width:3.5ch} .est-slider{grid-column:1 / -1;width:100%;-webkit-appearance:none;appearance:none;height:4px;border-radius:4px;background:var(--line);outline:none;margin-top:.3rem} .est-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--accent);cursor:pointer;box-shadow:0 1px 5px rgba(0,0,0,.25)} .est-slider::-moz-range-thumb{width:20px;height:20px;border:0;border-radius:50%;background:var(--accent);cursor:pointer} .est-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:1.9rem 1.7rem;display:flex;flex-direction:column;justify-content:center;text-align:center;box-shadow:0 3px 18px rgba(0,0,0,.06)} .est-card-label{font:600 .76rem/1 var(--head);text-transform:uppercase;letter-spacing:.09em;color:var(--ink-2)} .est-total{font:800 3.1rem/1 var(--head);color:var(--ink);margin:.5rem 0 .15rem;letter-spacing:-.02em} .est-total::after{content:" /mo";font-size:1rem;font-weight:600;color:var(--ink-2)} .est-compare{font-size:.9rem;color:var(--ink-2)} .est-compare s{color:#b23b3b;text-decoration-thickness:1px} .est-note{font-size:.85rem;color:var(--ink-2);margin-top:.9rem;min-height:2.6em;line-height:1.4} .est-fine{font-size:.72rem;color:var(--ink-2);opacity:.8;margin-top:.7rem;line-height:1.4} @media(max-width:720px){.est{grid-template-columns:1fr;gap:1.6rem}} body.page-home .herohome { background: radial-gradient(1100px 520px at 82% -10%, rgba(255,140,43,.06), transparent 60%), #e7eaf1; } @media (min-width: 861px) { .herosplit.herobook { grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr); } } .herobook .heroart .bookembed { margin-top: 0; padding: clamp(.7rem, 1.5vw, 1.1rem); } .herobook .bookembed iframe { height: 520px; min-height: 0; } .section:has(+ .postcallout-sec) { padding-top: 2.5rem; padding-bottom: 0.75rem; } .section.postcallout-sec { padding-top: 0; padding-bottom: 2.5rem; } :root { --head: Arial, "Helvetica Neue", Helvetica, sans-serif; --radius: 9px; --radius-lg: 14px; --shadow: 0 1px 2px rgba(16,32,52,.04), 0 18px 40px -24px rgba(16,32,52,.22); --shadow-hi: 0 2px 6px rgba(16,32,52,.07), 0 24px 46px -22px rgba(16,32,52,.30); --blue: #1B4570; --ent-radius: 14px; --ent-radius-sm: 9px; --ent-hair: #dcdfe3; --ent-shadow: 0 1px 2px rgba(16,32,52,.04), 0 18px 40px -24px rgba(16,32,52,.22); --ent-shadow-hi: 0 2px 6px rgba(16,32,52,.07), 0 24px 46px -22px rgba(16,32,52,.30); --ent-header: linear-gradient(155deg, rgba(255,140,43,.16) 0%, rgba(255,140,43,.06) 45%, rgba(27,69,112,.05) 100%), #f6f7f8 var(--alco-access-bg) no-repeat center top / cover; } body.page-home, body.page-about { --pr-radius: 14px; --pr-shadow: 0 1px 2px rgba(16,32,52,.04), 0 18px 40px -24px rgba(16,32,52,.22); --pr-shadow-hi: 0 2px 6px rgba(16,32,52,.07), 0 24px 46px -22px rgba(16,32,52,.30); } body.page-home .heroslider::before, .phead::before { display: none; } h1, h2, h3, h4, h5, h6, b, strong, th, .arrow, .eyebrow, .cc-eyebrow, .tag, .logo .txt, .foot h4, .stats .n, .chart .bar b, .n, .cert-name, .figtitle, .cc-title, .est-row output { font-weight: 600 !important; } h1, .phead h1 { letter-spacing: -.02em; } h2, h3, h4, h5 { letter-spacing: -.01em; } .phead h1, body.page-home .heroslider h1 { color: var(--ink); } .eyebrow, .hero .eyebrow, .phead .eyebrow, body.page-home .heroslider .eyebrow, body.page-about .phead .eyebrow, .cc-eyebrow { letter-spacing: .07em; color: var(--ink-3); font-size: .72rem; } .section.dark .eyebrow, .foot .eyebrow { color: var(--accent); } .prose a, .lede a, p a, li a, dd a, .postlist a, .crumbs a, td a, .field-note a, .notice a, .casemeta a, .postmeta a, .phead .crumbs a { color: var(--accent-dark); } .prose a:hover, .lede a:hover, p a:hover, li a:hover, dd a:hover, .postlist a:hover, .crumbs a:hover, td a:hover, .phead .crumbs a:hover { color: #FF8C2B; } a, a:hover, a:focus { text-decoration: none; } .btn { font-family: var(--head) !important; border-radius: var(--radius); font-weight: 400 !important; letter-spacing: 0; min-height: 42px; padding: 0 1.1rem; font-size: .95rem; box-shadow: none; } .btn:focus, .btn:focus-visible { outline: 0; box-shadow: 0 0 0 3px rgba(255,140,43,.16); } .btn.primary, .phead .btn.primary { background: var(--accent); border-color: var(--accent); color: #fff; } .btn.primary:hover, .phead .btn.primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff; } .btn.ghost, .btn.light, .btn:not(.primary):not(.ghost):not(.light):not(.text):not(.danger), .phead .btn.ghost, .ctastrip .btn.light, body.page-home .heroslider .btn.light { background: #fff; border-color: var(--line); color: var(--accent); } .btn.ghost:hover, .btn.light:hover, .btn:not(.primary):not(.ghost):not(.light):not(.text):not(.danger):hover, .phead .btn.ghost:hover, .ctastrip .btn.light:hover, body.page-home .heroslider .btn.light:hover { background: #fff7f0; border-color: var(--accent); color: var(--accent); } .btn.sm { min-height: 34px; padding: 0 .85rem; font-size: .85rem; } .btn:active { transform: none; } .arrow { color: var(--accent-dark); } .arrow:hover { color: #FF8C2B; } .topbar { background: #fff; color: var(--ink-3); border-bottom: 1px solid var(--line-2); } .topbar a, .tb-hours { color: var(--ink-3); } .topbar a:hover { color: var(--accent-dark); } .masthead { border-bottom: 1px solid var(--line); box-shadow: none; } .masthead .wrap { min-height: 64px; } .mainnav { gap: .25rem; } .mainnav > a { padding: .4rem .9rem; border-radius: 8px; font-weight: 600 !important; font-size: .92rem; color: var(--ink-2); } .mainnav > a::after { display: none; } .mainnav > a:hover { background: var(--line-2); color: var(--ink); } .mainnav > a.on { color: var(--accent-dark); background: rgba(255,140,43,.10); } .navtoggle { border-radius: 8px; border-color: var(--line); } .navtoggle:focus { outline: 0; box-shadow: 0 0 0 3px rgba(255,140,43,.2); } .hero, .casehero { background: var(--ent-header); color: var(--ink-2); border-bottom: 1px solid var(--line); } body.page-home .herohome, body.page-home .heroslider { background: var(--ent-header); color: var(--ink-2); } .hero .hero-img, .hero::after, .casehero::after { display: none; } .hero h1, .casehero h1 { color: var(--ink); } .hero .lede, .casehero .lede, .casehero p { color: var(--ink-3); } .heroart img, .heroart .tint, body.page-home .heroslider .heroshot { border-radius: var(--radius-lg); } .card:hover, .grid > a:hover, .jobcard:hover, body.page-home .card:hover, body.page-about .card:hover, .people > a:hover { border-color: var(--line); box-shadow: var(--shadow-hi); transform: none; } .card, .people > a { transition: box-shadow .18s ease, border-color .18s ease; } .stats > div, .jobcard, .persontile, .jobapply-card, .casecallout, .postcallout-sec { border-radius: var(--radius-lg); border-color: var(--line); box-shadow: var(--shadow); } .split img, .card img, .post img, .prose img { border-radius: var(--radius-lg); } .markswap { border-radius: var(--radius-lg); } table th, .ctable th, .figtable th { background: var(--line-2); color: var(--ink-2); border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 600 !important; letter-spacing: .03em; text-transform: uppercase; } table td, .ctable td { border-top: 1px solid var(--line-2); vertical-align: middle; } table tbody tr:hover { background: rgba(255,140,43,.05); } .tablewrap { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); } input[type=text], input[type=email], input[type=tel], input[type=url], input[type=number], select, textarea { border-radius: var(--radius); border-color: var(--line); color: var(--ink); font-size: .95rem; } input[type=text], input[type=email], input[type=tel], input[type=url], input[type=number], select { min-height: 42px; } input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,140,43,.16); } label { color: var(--ink-3); font-weight: 600; font-size: .8rem; } .field-note { color: var(--ink-3); } .tag, .pillstate { border-radius: 999px; padding: .22rem .62rem; background: var(--bg-3); border: 1px solid var(--line); color: var(--ink-2); font-size: .74rem; } .notice { border-radius: var(--radius); background: var(--bg-2); border: 1px solid var(--line); border-inline-start: 3px solid var(--accent); } .notice.ok { background: #eaf4ee; border-color: #cfe3d4; border-inline-start-color: #2f7a3d; } .notice.err { background: #fdecea; border-color: #f5c6c2; border-inline-start-color: #8f2c22; } .statebar.state-ok { border-inline-start-color: #2f7a3d; } .statebar.state-ok .dot { background: #2f7a3d; } .statebar.state-down { border-inline-start-color: #8f2c22; } .statebar.state-down .dot { background: #8f2c22; } .section.dark { background: var(--bg-2); color: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .section.dark h1, .section.dark h2, .section.dark h3 { color: var(--ink); } .section.dark .lede, .section.dark p { color: var(--ink-3); } .foot { background: #fff; border-top: 1px solid var(--line); color: var(--ink-3); } .foot h4 { color: var(--ink); letter-spacing: .07em; } .foot a { color: var(--ink-2); } .foot a:hover { color: var(--accent-dark); } .footbar { border-top: 1px solid var(--line-2); color: var(--ink-3); } .foot .logomark, .foot .logoname { color: var(--ink); } .foot .footlogo img { filter: none; opacity: 1; height: 26px; } .sociallinks a { color: var(--ink-3); } .sociallinks a:hover { color: var(--accent-dark); } .foot hr, .footcols { border-color: var(--line-2); } .trustband { background: transparent; border-top: 1px solid var(--line-2); color: var(--ink-3); } .trustband h4, .trustband .n { color: var(--ink); } .trustmark { color: var(--ink-3); } .trustmark svg { color: var(--accent-dark); } .stats .n { color: var(--ink); letter-spacing: -.03em; } .stats .l { color: var(--ink-3); } .chart .bar.on .v { background: var(--accent); } .li-mark, .badge-mark, .cc-mark, .logomark { border-radius: var(--radius); } .tick, .ticks li::before { color: var(--accent-dark); } .cookiebar { border-radius: var(--radius-lg); box-shadow: var(--shadow-hi); border: 1px solid var(--line); } @media (max-width: 620px) { .btn, .btn.sm { min-height: 44px; } .mainnav > a { min-height: 44px; display: flex; align-items: center; } } @media print { body { zoom: 1; } .topbar, .masthead, .foot, .cookiebar, .draftflag { display: none; } } .draftflag { background: var(--navy); color: #fff; font: 600 .74rem/1 var(--head); letter-spacing: .07em; text-transform: uppercase; text-align: center; padding: .55rem 1rem; } .draftflag a { color: var(--accent); } .draftflag a:hover { color: #fff; } .btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; } body.page-home .card, body.page-about .card, body.page-home .grid > *, body.page-about .grid > *, body.page-home .logos > *, body.page-about .logos > * { border-color: var(--line); } body.page-home .card:hover, body.page-about .card:hover, body.page-home .grid > *:hover, body.page-about .grid > *:hover, body.page-home .split .tint:hover, body.page-about .split .tint:hover, body.page-home .stats > div:hover, body.page-about .stats > div:hover, body.page-home .logos > *:hover, body.page-about .logos > *:hover, .stats > div:hover, .logos > *:hover, .review:hover, .railcard:hover, .persontile:hover, .cert:hover, .tint:hover { transform: none; border-color: var(--line); } body.page-about .phead h1 { color: var(--ink); } body.page-about .phead .crumbs a { color: var(--accent-dark); } body.page-about .phead .crumbs a:hover { color: #FF8C2B; } .logomark, .logoname, .cc-mark, .li-mark, .badge-base, .figstat .n, .est-row label, .revwhen, .jobmeta strong, .personid { font-weight: 600 !important; } .alco-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 2rem 0 0; } @media (max-width: 767px) { .alco-team-grid { grid-template-columns: 1fr; } } .alco-team-member { display: flex; flex-direction: row; align-items: flex-start; gap: 20px; text-align: left; padding: 1.6rem 1.75rem; border: 1px solid var(--line-2); border-radius: var(--radius-lg); background: var(--bg-2); } .alco-team-body { min-width: 0; } .alco-team-photo { flex: 0 0 auto; width: 88px; height: 88px; border-radius: 50%; object-fit: cover; object-position: center; background: var(--bg-3); border: 3px solid #fff; box-shadow: var(--shadow); } .alco-team-initials { display: inline-flex; align-items: center; justify-content: center; font: 600 1.7rem/1 var(--head); color: var(--ink-3); } .alco-team-name { font-weight: 600; color: var(--ink); font-size: 1.1rem; } .alco-team-name a { color: var(--ink); } .alco-team-name a:hover { color: var(--accent-dark); } .alco-team-role { font-size: .72rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--accent-dark); margin-top: .25rem; } .alco-team-bio { margin: .7rem 0 0; font-size: .95rem; line-height: 1.6; color: var(--ink-2); max-width: none; } .alco-team-link { margin-top: .8rem; display: inline-flex; align-items: center; gap: 6px; font-size: .84rem; font-weight: 600; color: var(--ink-3); } .alco-team-link:hover { color: #0a66c2; } @media (max-width: 767px) { .alco-team-member { padding: 1.25rem; gap: 16px; } .alco-team-photo { width: 72px; height: 72px; } } @media (min-width: 621px) { .lede { max-width: none; } } .hero-proof { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-hi); padding: 2.6rem 1.9rem; display: flex; flex-direction: column; gap: 1.6rem; justify-content: space-between; min-height: 430px; height: 100%; } body.page-home .herosplit { align-items: stretch; } .hp-status { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 600; color: var(--ink-2); } .hp-dot { width: 8px; height: 8px; border-radius: 50%; background: #35c46b; box-shadow: 0 0 0 3px rgba(53,196,107,.18); flex: 0 0 auto; } .hp-metric-label { font-size: .7rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-3); margin-bottom: .75rem; } .hp-bar-row { display: grid; grid-template-columns: 6rem 1fr 3.6rem; align-items: center; gap: .75rem; margin-bottom: .55rem; } .hp-bar-row:last-child { margin-bottom: 0; } .hp-bar-name { font-size: .84rem; color: var(--ink-2); white-space: nowrap; } .hp-bar { height: 12px; border-radius: 999px; background: var(--bg-3); overflow: hidden; } .hp-bar-fill { display: block; height: 100%; border-radius: 999px; } .hp-bar-fill.hp-fast { width: 20%; background: var(--accent); } .hp-bar-fill.hp-slow { width: 100%; background: var(--accent); } .hp-bar-val { font-size: .84rem; font-weight: 600; color: var(--ink-3); text-align: right; } .hp-bar-val.hp-good { color: var(--accent-dark); } .hp-bar-val.hp-bad { color: var(--accent-dark); } .hp-person { display: flex; align-items: center; gap: .85rem; padding-top: 1.2rem; border-top: 1px solid var(--line-2); } .hp-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: center; border: 2px solid #fff; box-shadow: var(--shadow); flex: 0 0 auto; background: var(--bg-3); } .hp-person-name { font-size: .96rem; font-weight: 600; color: var(--ink); } .hp-person-role { font-size: .82rem; font-weight: 600; color: var(--accent-dark); margin-top: .12rem; } .hp-person-note { font-size: .78rem; color: var(--ink-3); margin-top: .2rem; } .hp-chips { display: flex; flex-wrap: wrap; gap: .45rem; } .hp-chip { font-size: .72rem; font-weight: 600; color: var(--ink-2); padding: .3rem .65rem; border: 1px solid var(--line); border-radius: 999px; background: var(--bg-2); } :where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid rgba(255,140,43, .42); outline-offset: 3px; } @media (max-width: 767px) { .btn, .masthead .navtoggle { min-height: 44px; } .herohome .herosplit { gap: 1.75rem; } .hero-proof { padding: 1.25rem; } .hp-bar-row { grid-template-columns: minmax(88px, auto) 1fr auto; column-gap: .65rem; } .hp-bar { min-width: 0; } .hp-person-note { line-height: 1.45; } .grid.c3, .grid.c4 { row-gap: 1rem; } } @media (max-width: 420px) { .hp-status { align-items: flex-start; line-height: 1.4; } .hp-bar-row { grid-template-columns: 1fr auto; } .hp-bar { grid-column: 1 / -1; grid-row: 2; } .hp-bar-val { grid-column: 2; grid-row: 1; } .hp-chip { flex: 1 1 auto; text-align: center; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } } :root { --alco-orange-500: #FF8C2B; --alco-orange-600: #FF8C2B; --alco-orange-700: #FF8C2B; --alco-orange-800: #FF8C2B; --alco-orange-050: #fff7f0; --alco-orange-100: #ffead8; --alco-navy: #16202b; --alco-blue: #1b4570; --alco-ink: #1a1a1a; --alco-text: #333; --alco-muted: #5f6469; --alco-subtle: #737980; --alco-bg: #fff; --alco-bg-soft: #f6f7f8; --alco-bg-muted: #eef0f2; --alco-line: #dcdfe3; --alco-line-soft: #eceef0; --alco-success: #2f7a3d; --alco-success-bg: #eaf4ee; --alco-warning: #8a4b00; --alco-warning-bg: #fff4dc; --alco-danger: #b42318; --alco-danger-bg: #fdecea; --alco-info: #1b4570; --alco-info-bg: #eaf1f7; --alco-control-radius: 9px; --alco-radius-control: var(--alco-control-radius); --alco-radius-panel: 14px; --alco-radius-pill: 999px; --alco-shadow-panel: 0 1px 2px rgb(16 32 52 / 4%), 0 18px 40px -24px rgb(16 32 52 / 22%); --alco-shadow-hover: 0 2px 6px rgb(16 32 52 / 7%), 0 24px 46px -22px rgb(16 32 52 / 30%); --alco-wrap: 1600px; --alco-header-wrap: 1600px; --alco-content: 1080px; --alco-prose: 46rem; --alco-header-height: 64px; --accent: var(--alco-orange-600); --accent-dark: var(--alco-orange-600); --ink: var(--alco-ink); --ink-2: var(--alco-text); --ink-3: var(--alco-muted); --bg: var(--alco-bg); --bg-2: var(--alco-bg-soft); --bg-3: var(--alco-bg-muted); --line: var(--alco-line); --line-2: var(--alco-line-soft); --navy: var(--alco-navy); --brand-blue: var(--alco-blue); --head: Arial, "Helvetica Neue", Helvetica, sans-serif; --body: Arial, "Helvetica Neue", Helvetica, sans-serif; --wrap: var(--alco-wrap); --radius: var(--alco-radius-control); --radius-lg: var(--alco-radius-panel); --shadow: var(--alco-shadow-panel); --shadow-hi: var(--alco-shadow-hover); } html { font-family: var(--body); font-size: 16px; color: var(--alco-text); } body, body.page-home, body.page-about { margin: 0; background: var(--alco-bg); background-image: none; color: var(--alco-text); font: 400 1rem/1.6 var(--body); } body.nav-open { overflow: hidden; } .wrap { width: min(100% - 32px, var(--alco-wrap)); max-width: var(--alco-wrap); padding-inline: 0; } .narrow { max-width: var(--alco-content); } .prose { max-width: var(--alco-prose); } h1, h2, h3, h4, h5, h6 { color: var(--alco-ink); font-family: var(--head); font-weight: 600; } h1 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.1; } h2 { font-size: clamp(1.5rem, 2.6vw, 2.125rem); line-height: 1.15; } h3 { font-size: 1.25rem; line-height: 1.3; } h4 { font-size: 1rem; line-height: 1.4; } .section { padding-block: 64px; } .section.tight { padding-block: 48px; } .section.grey { background: #fff; } .lede { color: var(--alco-muted); font-size: 1.125rem; line-height: 1.7; } .home-difference { width: 100%; max-width: none; } .home-difference > :where(p, .lede) { width: 100%; max-width: none; } .home-difference--with-photo { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; gap: clamp(32px, 4vw, 64px); } .home-difference-copy { min-width: 0; } .home-difference-copy > :where(p, .lede) { max-width: 76ch; } .home-community-proof { margin-top: clamp(40px, 5vw, 64px); padding-top: clamp(40px, 5vw, 64px); border-top: 1px solid var(--alco-line-soft); } .home-community-proof .home-difference-copy h3 { font-size: clamp(1.5rem, 2.2vw, 2rem); } .home-practice { margin-top: clamp(40px, 5vw, 64px); padding-top: clamp(40px, 5vw, 64px); border-top: 1px solid var(--alco-line-soft); } .home-practice-heading { max-width: 82ch; margin-bottom: 28px; } .home-practice-heading h3 { margin-block: 8px 10px; font-size: clamp(1.5rem, 2.2vw, 2rem); } .home-practice-heading p { margin: 0; color: var(--alco-muted); font-size: 1.0625rem; } .home-photo-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 20px; } .home-photo-strip__item { height: 100%; } .home-photo-strip__item picture { aspect-ratio: 4 / 3; } .home-photo-strip__item figcaption { min-height: 78px; align-content: center; } .home-photo-strip__item figcaption span { max-width: 32ch; } .home-local-feature { margin: clamp(40px, 5vw, 64px) 0 0; } .home-local-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-local-gallery .company-photo--community picture { aspect-ratio: 4 / 3; } .home-local-photo--partnership img { object-position: center 34%; } .home-local-feature .community-feature-copy .arrow { display: inline-flex; margin-top: 18px; } .phead .lede, .service-scope-copy, .industry-detail-intro, .industry-detail-note, .articleintro:not(.has-image) > .prose { width: 100%; max-width: none; } .wrap.casewide > :where(figure, .figNote) { width: 100%; margin-inline: 0; } .eyebrow { color: var(--alco-orange-600); font: 600 .75rem/1.2 var(--head); letter-spacing: .07em; } a { transition: color 160ms ease, background-color 160ms ease; } .prose a, .postcopy a:not(.btn), .foot a:hover { color: var(--alco-orange-600); } .prose a:hover, .postcopy a:not(.btn):hover { color: var(--alco-orange-700); } .alco-button, .btn, .btn.primary, .btn.ghost, .btn.light, .btn.text, .phead .btn.primary, .phead .btn.ghost, .ctastrip .btn.light, body.page-home .heroslider .btn.light { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--alco-line); border-radius: var(--alco-control-radius); background: #fff; color: var(--alco-orange-600); box-shadow: none; font: 400 15px/1 Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 400 !important; letter-spacing: 0; text-decoration: none; cursor: pointer; transform: none; transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease; } .alco-button:hover, .alco-button:focus, .btn:hover, .btn:focus, .btn.primary:hover, .btn.primary:focus, .btn.ghost:hover, .btn.ghost:focus, .btn.light:hover, .btn.light:focus, .btn.text:hover, .btn.text:focus, .phead .btn.primary:hover, .phead .btn.primary:focus, .phead .btn.ghost:hover, .phead .btn.ghost:focus, .ctastrip .btn.light:hover, .ctastrip .btn.light:focus, body.page-home .heroslider .btn.light:hover, body.page-home .heroslider .btn.light:focus { border-color: var(--alco-orange-600); background: var(--alco-orange-050); color: var(--alco-orange-700); text-decoration: none; transform: none; } .alco-button:focus-visible, .btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 5px var(--alco-orange-700); } .alco-button:active, .btn:active { border-color: var(--alco-orange-700); background: var(--alco-orange-050); color: var(--alco-orange-700); transform: none; } .alco-button:disabled, .alco-button[aria-disabled="true"], .btn:disabled, .btn[aria-disabled="true"] { opacity: .55; cursor: not-allowed; pointer-events: none; } .alco-button i, .alco-button svg, .btn i, .btn svg { color: currentColor; flex: 0 0 auto; } .alco-button--danger, .btn.danger { border-color: var(--alco-danger); background: var(--alco-danger); color: #fff; } .alco-button--danger:hover, .alco-button--danger:focus, .btn.danger:hover, .btn.danger:focus { border-color: #8f1c13; background: #8f1c13; color: #fff; } .btn.sm { min-height: 44px; padding: 0 18px; font-size: 15px; } .alco-button-group, .btnrow { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; } :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible { outline: 2px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 5px var(--alco-orange-700); } .arrow { min-height: 36px; color: var(--alco-orange-600); font-family: var(--body); font-weight: 600; } .arrow:hover { color: var(--alco-orange-700); } input[type=text], input[type=email], input[type=tel], input[type=url], input[type=number], input[type=password], select, textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-control); background: #fff; color: var(--alco-ink); font: 400 1rem/1.4 var(--body); } textarea { min-height: 120px; resize: vertical; } input:focus, select:focus, textarea:focus { border-color: var(--alco-orange-600); outline: 0; box-shadow: 0 0 0 3px rgb(255 140 43 / 20%); } .topbar { background: #fff; color: var(--alco-muted); border-bottom: 1px solid var(--alco-line-soft); } .topbar .wrap { min-height: 38px; } .topbar .wrap, .masthead .wrap { width: min(100% - 32px, var(--alco-header-wrap)); max-width: var(--alco-header-wrap); } .topbar a, .topbar .tb-hours { color: var(--alco-muted); } .topbar a:hover { color: var(--alco-orange-700); } .domain-transition { background: var(--alco-orange-050); color: var(--alco-text); border-bottom: 1px solid rgb(255 140 43 / 28%); } .domain-transition .wrap { width: min(100% - 32px, var(--alco-header-wrap)); max-width: var(--alco-header-wrap); min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 10px; padding-block: 8px; text-align: center; } .domain-transition__mark { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--alco-orange-600); } .domain-transition p { margin: 0; font-size: .86rem; line-height: 1.45; } .domain-transition strong { color: var(--alco-ink); font-weight: 600; } .domain-transition a { color: var(--alco-orange-700); font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; } .domain-transition a:hover { color: var(--alco-ink); } .masthead { position: sticky; inset-block-start: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--alco-line); box-shadow: none; } .masthead .wrap { position: relative; min-height: var(--alco-header-height); display: flex; align-items: center; flex-wrap: nowrap; gap: 24px; } .masthead .logo { flex: 0 0 auto; } .masthead .logo img { width: auto; height: 24px; } .mainnav { display: flex; align-items: center; gap: 4px; margin-inline-start: auto; } .mainnav > a { min-height: 40px; display: flex; align-items: center; padding: 0 12px; border-radius: 8px; color: var(--alco-text); font: 600 .875rem/1 var(--body); } .mainnav > a::after { display: none; } .mainnav > a:hover { background: var(--alco-line-soft); color: var(--alco-ink); } .mainnav > a.on { background: rgb(255 140 43 / 10%); color: var(--alco-orange-600); } .navtools { display: flex; align-items: center; gap: 8px; margin-inline-start: 0; } .navtools .btn.sm { min-height: 40px; height: 40px; padding-inline: 16px; } .navextra { display: none; } .navtoggle { display: none; width: 44px; height: 44px; min-height: 44px; padding: 0; border: 1px solid var(--alco-line); border-radius: var(--alco-control-radius); background: #fff; color: var(--alco-orange-600); } .navtoggle:hover, .navtoggle:focus { border-color: var(--alco-orange-600); background: var(--alco-orange-050); color: var(--alco-orange-700); } .navtoggle span { background: currentColor; transition: transform 160ms ease, opacity 160ms ease; } .navtoggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); } .navtoggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; } .navtoggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); } .phead, body.page-home .herohome, body.page-home .heroslider { background: linear-gradient(155deg, rgb(255 140 43 / 16%) 0%, rgb(255 140 43 / 6%) 45%, rgb(27 69 112 / 5%) 100%), var(--alco-access-bg) no-repeat center top / cover, var(--alco-bg-soft); color: var(--alco-text); border-bottom: 1px solid var(--alco-line); } .phead { padding-block: 48px; } .phead h1, body.page-home .heroslider h1 { color: var(--alco-ink); } .phead .eyebrow, .hero .eyebrow, body.page-home .heroslider .eyebrow { color: var(--alco-orange-600); } body.page-about .phead .eyebrow { color: var(--alco-orange-600); } body.page-home .herosplit { align-items: stretch; } @media (min-width: 861px) { body.page-home .herocopy { height: 100%; } body.page-home .herocopy .btnrow { margin-top: 30px; padding-top: 0; } } .hero-proof { min-height: 0; height: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 32px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: #fff; box-shadow: var(--alco-shadow-panel); } .hp-status { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; color: var(--alco-text); font-size: .8125rem; font-weight: 600; } .hp-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--alco-success); box-shadow: 0 0 0 3px var(--alco-success-bg); } .hp-metric-label { margin-bottom: 12px; color: var(--alco-muted); font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; } .hp-speed { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: stretch; gap: 10px; } .hp-speed-card { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 18px; border: 1px solid var(--alco-line); border-radius: 12px; } .hp-speed-card--alco { border-color: var(--alco-line); border-left-color: var(--alco-orange-600); background: var(--alco-orange-050); color: var(--alco-text); box-shadow: inset 3px 0 0 var(--alco-orange-600); } .hp-speed-card--alco .hp-speed-name { color: var(--alco-orange-600); } .hp-speed-card--alco strong { color: var(--alco-ink); } .hp-speed-card--typical { background: var(--alco-bg-soft); color: var(--alco-text); } .hp-speed-name { font-size: .8125rem; font-weight: 600; } .hp-speed-card strong { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 400 !important; line-height: 1; letter-spacing: -.03em; } .hp-speed-note { font-size: .75rem; line-height: 1.4; opacity: .9; } .hp-versus { align-self: center; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--alco-line); border-radius: 50%; background: #fff; color: var(--alco-muted); font-size: .75rem; font-weight: 600; } .hp-person { padding-top: 18px; border-top: 1px solid var(--alco-line-soft); } .hp-avatar { width: 52px; height: 52px; border-radius: 50%; } .hp-person-role { color: var(--alco-orange-600); } .hp-chips { gap: 8px; } .hp-chip { padding: 6px 10px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-pill); background: var(--alco-bg-soft); color: var(--alco-text); font-size: .75rem; font-weight: 600; } .family-photo { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: #fff; box-shadow: var(--alco-shadow-panel); } .family-photo img { width: 100%; object-fit: cover; border-radius: 0; } .family-photo--work img { aspect-ratio: 3 / 2; object-position: center; } .family-photo--portrait { width: min(100%, 460px); justify-self: end; } .family-photo--portrait img { display: block; aspect-ratio: 1; object-position: center; } .family-photo figcaption { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 16px; padding: 14px 16px; border-top: 1px solid var(--alco-line-soft); color: var(--alco-muted); font-size: .8125rem; } .family-photo figcaption strong { color: var(--alco-ink); font-size: .9375rem; } .company-photo { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: #fff; box-shadow: var(--alco-shadow-panel); } .company-photo picture { display: block; width: 100%; overflow: hidden; } .company-photo img { display: block; width: 100%; height: 100%; object-fit: cover; } .company-photo figcaption { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 16px; padding: 14px 16px; border-top: 1px solid var(--alco-line-soft); color: var(--alco-muted); font-size: .8125rem; } .company-photo figcaption strong { color: var(--alco-ink); font-size: .9375rem; } .company-photo--home { width: 100%; max-width: 560px; justify-self: end; } .company-photo--home picture { aspect-ratio: 4 / 3; } .company-life-intro { max-width: 76ch; } .company-life-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 32px; } .company-photo--outing picture { aspect-ratio: 4 / 3; } .company-photo--golf img { object-position: center 24%; } .company-life-more { margin: 24px 0 0; } .page-company-life .phead .lede { max-width: 78ch; } .life-intro-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(32px, 5vw, 80px); } .life-intro-grid h2 { margin-bottom: 0; } .life-intro-copy { max-width: 78ch; } .life-intro-copy > :last-child { margin-bottom: 0; } .life-gallery-section { border-top: 1px solid var(--alco-line-soft); } .life-section-heading { max-width: 82ch; margin-bottom: 30px; } .life-section-heading h2 { margin-block: 8px 12px; } .life-section-heading p { margin: 0; color: var(--alco-muted); font-size: 1.0625rem; } .life-gallery { display: grid; align-items: stretch; gap: 24px; } .life-gallery--work, .life-gallery--community, .life-gallery--people { grid-template-columns: repeat(12, minmax(0, 1fr)); } .life-gallery--work > :nth-child(1), .life-gallery--people > :nth-child(1) { grid-column: span 7; } .life-gallery--work > :nth-child(2), .life-gallery--people > :nth-child(2) { grid-column: span 5; } .life-gallery--work > :nth-child(n + 3), .life-gallery--people > :nth-child(n + 3) { grid-column: span 4; } .life-gallery--work > :nth-child(9), .life-gallery--work > :nth-child(10), .life-gallery--people > :nth-child(9), .life-gallery--people > :nth-child(10) { grid-column: span 6; } .life-gallery--community > .life-photo { grid-column: span 6; } .life-gallery--community > .life-photo:nth-child(5) { grid-column: 1 / -1; } .life-gallery--community > .life-principle { grid-column: 1 / -1; } .life-gallery--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); } .life-photo { height: 100%; } .life-photo picture { aspect-ratio: 4 / 3; } .life-photo--wide picture { aspect-ratio: 16 / 10; } .life-photo--portrait picture { aspect-ratio: 3 / 4; } .life-photo--square picture { aspect-ratio: 1; } .life-gallery--work .life-photo picture, .life-gallery--community .life-photo picture, .life-gallery--people .life-photo picture { aspect-ratio: 4 / 3; } .life-gallery--archive .life-photo picture { aspect-ratio: 16 / 10; } .life-gallery--work .life-photo--portrait img { object-position: center 28%; } .life-gallery--people .life-photo--portrait img { object-position: center 24%; } .life-photo--golf img { object-position: center 24%; } .life-photo figcaption { min-height: 76px; align-content: center; } .life-photo figcaption span { max-width: 54ch; } .life-principle, .life-review-panel { border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: var(--alco-orange-050); box-shadow: var(--alco-shadow-panel); } .life-principle { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 52px); } .life-principle h3 { margin-block: 10px 12px; font-size: clamp(1.35rem, 2vw, 1.8rem); } .life-principle p { margin: 0; } .life-archive-note { margin: 18px 0 0; color: var(--alco-muted); font-size: .875rem; } .life-review-note { padding-top: 0; } .life-review-panel { padding: clamp(28px, 4vw, 48px); } .life-review-panel h2 { margin-block: 8px 12px; } .life-review-panel p { max-width: 88ch; margin: 0; } .community-feature { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: center; gap: clamp(24px, 4vw, 48px); margin-bottom: 36px; padding: 24px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: var(--alco-bg-soft); } .community-feature-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 14px; } .company-photo--community { width: 100%; } .company-photo--community picture { aspect-ratio: 1; } .community-feature-copy { min-width: 0; } .community-feature-copy h3 { margin-block: 8px 10px; } .community-feature-copy p { max-width: 72ch; margin-bottom: 0; } .company-history-layout, .field-story-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(32px, 4vw, 64px); } .company-history-copy, .field-story-copy { min-width: 0; } .company-history-gallery { display: grid; grid-template-columns: minmax(0, .56fr) minmax(0, 1fr); align-items: stretch; gap: 20px; } .field-story-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 20px; } .company-photo--history:first-child picture { aspect-ratio: 3 / 4; } .company-photo--history:last-child picture { aspect-ratio: 4 / 3; } .company-photo--field picture { aspect-ratio: 16 / 10; } .field-story-copy .hint { margin-top: 18px; } .authentic-feature { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(300px, .94fr); align-items: center; gap: clamp(28px, 4vw, 56px); margin-bottom: clamp(40px, 5vw, 68px); padding: clamp(22px, 3vw, 34px); border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: var(--alco-bg-soft); } .authentic-feature--reverse { grid-template-columns: minmax(300px, .94fr) minmax(0, 1.06fr); } .authentic-feature--reverse .authentic-feature-photo { order: 2; } .authentic-feature--reverse .authentic-feature-copy { order: 1; } .authentic-feature-photo { width: 100%; } .authentic-feature-photo picture, .service-lead-photo picture, .contact-photo picture { aspect-ratio: 4 / 3; } .authentic-feature-copy { min-width: 0; } .authentic-feature-copy h2 { margin-block: 8px 12px; } .authentic-feature-copy .lede { margin-bottom: 18px; } .service-overview-feature + .grid { margin-top: 0; } .service-lead-photo { width: 100%; align-self: start; } .service-lead-photo img { object-position: center 35%; } .contact-photo { width: 100%; margin-bottom: 30px; } .contact-photo img { object-position: center 30%; } .casehero .hero-img { background-position: center 42%; } .case-client-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr); align-items: start; gap: clamp(34px, 5vw, 72px); } .prose .case-client-mark, .case-client-mark { width: 100%; margin: 8px 0 0; padding: clamp(22px, 3vw, 34px); border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: #fff; box-shadow: var(--alco-shadow-panel); } .case-client-mark img { display: block; width: 100%; height: auto; aspect-ratio: 687 / 156; } .prose .case-client-mark figcaption, .case-client-mark figcaption { margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--alco-line-soft); color: var(--alco-muted); font-size: .8125rem; text-align: left; } @media (max-width: 900px) { .authentic-feature, .authentic-feature--reverse, .case-client-layout { grid-template-columns: 1fr; } .authentic-feature--reverse .authentic-feature-photo, .authentic-feature--reverse .authentic-feature-copy { order: initial; } .case-client-mark { max-width: 560px; } } @media (max-width: 620px) { .authentic-feature { padding: 16px; } .authentic-feature-photo figcaption, .service-lead-photo figcaption, .contact-photo figcaption { min-height: 0; } } .tint { overflow: hidden; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); box-shadow: var(--alco-shadow-panel); } .tint::after { background: linear-gradient(145deg, rgb(255 140 43 / 7%), transparent 48%); } .tint img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 0; } .card, .people > a, .logos > a, .railcard, .alco-team-member { border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: #fff; box-shadow: var(--alco-shadow-panel); } .card, .card:hover, .people > a:hover, .logos > a:hover, body.page-home .card:hover, body.page-about .card:hover, body.page-home .grid > *:hover, body.page-about .grid > *:hover { transform: none; } .card:hover, .people > a:hover, .logos > a:hover { border-color: var(--alco-line); box-shadow: var(--alco-shadow-hover); } .alco-team-grid { gap: 20px; } .alco-team-member { padding: 24px; } .alco-team-photo { border-radius: 50%; } .alco-team-role, .alco-team-link { color: var(--alco-orange-600); } .page-about #remote-first { background: linear-gradient(155deg, rgb(255 140 43 / 12%), rgb(255 140 43 / 4%) 48%, rgb(27 69 112 / 4%)), var(--alco-bg-soft); } .service-scope-copy, .industry-detail-intro { width: 100%; max-width: none; margin-bottom: 32px; } .service-receives { margin-top: 36px; } .service-receives > h3 { margin-bottom: 20px; } .service-outcomes, .service-delivery-list, .industry-priority-grid, .industry-managed-grid { gap: 20px; } .service-outcome, .service-delivery-step, .industry-priority, .industry-managed-item { padding: 24px; } .service-outcome h4 { margin-bottom: 8px; font-size: 1.0625rem; } .service-outcome p, .service-delivery-step p, .industry-priority p, .industry-managed-item p { margin-bottom: 0; } .service-delivery-list { margin: 28px 0 0; padding: 0; list-style: none; } .steps .service-delivery-step::before { background: var(--alco-orange-600); color: #fff; } .service-fit-layout { align-items: stretch; } .service-fit-list { margin-top: 20px; } .service-fit-list li { padding-block: 8px; } .service-scope-note { align-self: stretch; justify-content: center; padding: 28px; border-inline-start: 3px solid var(--alco-orange-600); background: linear-gradient(145deg, rgb(255 140 43 / 10%), transparent 65%), #fff; } .service-scope-note .eyebrow { margin-bottom: 12px; } .service-scope-note p { margin-bottom: 0; } .industry-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; } .industry-risk, .industry-timeline-step { position: relative; padding: 24px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: #fff; box-shadow: var(--alco-shadow-panel); } .industry-risk { border-inline-start: 3px solid var(--alco-orange-600); } .industry-risk h3, .industry-timeline-step h3 { margin-bottom: 8px; font-size: 1.0625rem; } .industry-risk p, .industry-timeline-step p { margin-bottom: 0; color: var(--alco-muted); } .industry-detail-note { width: 100%; max-width: none; margin-top: 24px; padding: 20px 22px; border: 1px solid var(--alco-orange-100); border-inline-start: 3px solid var(--alco-orange-600); border-radius: var(--alco-radius-panel); background: var(--alco-orange-050); } .industry-detail-note strong { display: block; margin-bottom: 6px; color: var(--alco-ink); } .industry-detail-note p { margin: 0; } .industry-timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; counter-reset: industry-step; } .industry-timeline-step { counter-increment: industry-step; } .industry-timeline-when { display: inline-flex; min-height: 28px; align-items: center; margin-bottom: 14px; padding-inline: 10px; border-radius: var(--alco-radius-pill); background: var(--alco-orange-100); color: var(--alco-orange-600); font-size: .75rem; font-weight: 600; } .insightswrap { grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; } .insightswrap .postlist { display: grid; gap: 20px; } .insightswrap .post, .insightswrap .post.lead { display: grid; grid-template-columns: 240px minmax(0, 1fr); padding: 0; overflow: hidden; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: #fff; box-shadow: var(--alco-shadow-panel); transform: none; } .insightswrap .post:hover, .insightswrap .post.lead:hover { border-color: var(--alco-line); box-shadow: var(--alco-shadow-hover); transform: none; } .postthumb { min-height: 240px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, rgb(255 140 43 / 10%), rgb(27 69 112 / 5%)), var(--alco-bg-soft); border-inline-end: 1px solid var(--alco-line-soft); } .postthumb img { width: 100%; height: 100%; max-height: 280px; object-fit: contain; border-radius: 0; } .postcopy { align-self: center; padding: 24px; } .insightswrap .post h2, .insightswrap .post.lead h2 { font-size: clamp(1.3rem, 2vw, 1.65rem); } .railcard { padding: 20px; background: #fff; } .insightsrail { top: calc(var(--alco-header-height) + 20px); gap: 16px; } .articleintro > .prose { max-width: var(--alco-content); } .articleintro.has-image > .prose { max-width: none; } .prose.articlebody { width: 100%; max-width: none; margin-inline: 0; } .prose.articlebody > :where(p, h2, h3, h4, ul, ol, blockquote) { width: 100%; max-width: none; margin-inline: 0; } .prose.articlebody > :where(figure, .figNote) { width: 100%; max-width: none; margin-inline: 0; } .articlefeature { display: grid; place-items: center; width: min(100%, 320px); max-width: 320px; margin: 24px auto 0; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: linear-gradient(145deg, rgb(255 140 43 / 10%), rgb(27 69 112 / 5%)), #fff; box-shadow: var(--alco-shadow-panel); } .articlefeature img { width: 100%; height: 100%; object-fit: contain; border-radius: 0; } @media (min-width: 900px) { .articleintro.has-image { display: grid; grid-template-columns: minmax(0, 1fr) clamp(280px, 26vw, 360px); gap: clamp(2rem, 4vw, 4rem); align-items: center; } .articleintro.has-image .articlefeature { width: 100%; max-width: 360px; margin: 0; justify-self: end; } } @media (min-width: 769px) { .insightswrap .post, .insightswrap .post.lead { --post-size: 280px; height: var(--post-size); grid-template-columns: var(--post-size) minmax(0, 1fr); } .insightswrap .post.no-thumb, .insightswrap .post.lead.no-thumb { grid-template-columns: minmax(0, 1fr); } .insightswrap .postthumb { height: 100%; min-height: 0; } .insightswrap .postthumb img { height: 100%; max-height: none; object-fit: contain; } .insightswrap .postcopy { height: 100%; min-width: 0; align-self: stretch; display: flex; flex-direction: column; overflow: hidden; padding: 20px 24px; } .insightswrap .postcopy h2, .insightswrap .postcopy .poststand { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .insightswrap .postcopy .postby { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .insightswrap .postcopy .arrow { align-self: flex-start; margin-top: auto; } } .foot { border-top: 1px solid #FF8C2B; background: #fff; color: var(--alco-text); } .foot h4, .foot a { color: var(--alco-ink); } .foot p, .foot li, .footbar { color: var(--alco-muted); } .foot .social { gap: 4px; } .foot .social a { width: 44px; height: 44px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-control); background: #fff; color: var(--alco-orange-600); } .foot .social a:hover { border-color: var(--alco-orange-600); background: var(--alco-orange-050); color: var(--alco-orange-600); } .foot .footlogo { display: flex; align-items: center; justify-content: flex-start; } .foot .footlogo img { width: auto; max-width: 100%; margin-inline: 0; } @media (max-width: 1040px) { .masthead .wrap { min-height: var(--alco-header-height); flex-wrap: nowrap; } .navtoggle { display: flex; margin-inline-start: auto; } .navtools { display: none; } .mainnav { position: absolute; inset: 100% 0 auto; z-index: 60; order: initial; display: none; max-height: calc(100dvh - var(--alco-header-height)); overflow-y: auto; flex-basis: auto; flex-direction: column; align-items: stretch; gap: 4px; margin: 0; padding: 12px 16px 20px; border-block: 1px solid var(--alco-line); background: #fff; box-shadow: var(--alco-shadow-hover); } .mainnav.open { display: flex; padding-bottom: 20px; } .mainnav > a { min-height: 44px; padding: 0 12px; border: 0; border-radius: 8px; font-size: 1rem; } .navextra { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; padding: 12px 0 0; border-top: 1px solid var(--alco-line-soft); } .navextra .btn { width: 100%; min-height: 44px; } .insightswrap { grid-template-columns: 1fr; } .insightsrail { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); } .industry-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-difference--with-photo, .life-intro-grid, .company-history-layout, .field-story-layout, .community-feature { grid-template-columns: 1fr; } .home-photo-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-photo-strip__item:first-child { grid-column: 1 / -1; } .life-gallery--work > :nth-child(n), .life-gallery--people > :nth-child(n) { grid-column: span 6; } .company-photo--home { max-width: 720px; justify-self: start; } .community-feature-copy { order: -1; } } @media (max-width: 860px) { .herosplit { grid-template-columns: 1fr; gap: 28px; } .hero-proof { min-height: 0; } } @media (max-width: 768px) { .section { padding-block: 48px; } .section.tight { padding-block: 36px; } .phead { padding-block: 36px; } .hero-proof { padding: 24px; } .insightswrap .post, .insightswrap .post.lead { grid-template-columns: 1fr; } .postthumb { min-height: 0; aspect-ratio: 16 / 9; border-inline-end: 0; border-bottom: 1px solid var(--alco-line-soft); } .postthumb img { max-height: none; } .insightsrail { grid-template-columns: 1fr; } .industry-checklist, .industry-timeline { grid-template-columns: 1fr; } } @media (max-width: 620px) { .wrap { width: min(100% - 32px, var(--alco-wrap)); } .section { padding-block: 36px; } .topbar .wrap { min-height: 36px; } .tb-hours { max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .masthead .logo img { height: 22px; } .hero .wrap { padding-block: 36px; } .hero-proof { gap: 20px; padding: 20px; } .hp-speed { grid-template-columns: 1fr; } .hp-versus { margin: -2px auto; } .hp-speed-card { padding: 16px; } .family-photo figcaption { align-items: flex-start; flex-direction: column; } .company-life-gallery, .life-gallery--work, .life-gallery--community, .life-gallery--archive, .life-gallery--people, .company-history-gallery, .field-story-gallery, .community-feature-gallery { grid-template-columns: 1fr; } .home-photo-strip { grid-template-columns: 1fr; } .home-photo-strip__item:first-child { grid-column: auto; } .company-photo figcaption { align-items: flex-start; flex-direction: column; } .life-gallery--work > :nth-child(n), .life-gallery--community > :nth-child(n), .life-gallery--people > :nth-child(n) { grid-column: 1 / -1; } .life-photo figcaption { min-height: 0; } .community-feature { padding: 16px; } .alco-team-member { padding: 20px; } .postcopy { padding: 20px; } .btnrow .btn { min-height: 44px; } } @media (min-width: 861px) { body { zoom: .8; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto; animation-duration: .01ms; animation-iteration-count: 1; transition-duration: .01ms; } } .legal-page { background: #fff; } .legal-layout { display: grid; grid-template-columns: minmax(230px, 280px) minmax(0, 1fr); align-items: start; gap: clamp(44px, 5vw, 80px); } .legal-rail { min-width: 0; } .legal-rail-inner { position: sticky; top: calc(var(--alco-header-height) + 24px); } .legal-rail-title { margin: 0 0 12px; color: var(--alco-ink); font: 600 .78rem/1.2 var(--head); letter-spacing: .07em; text-transform: uppercase; } .legal-toc { display: grid; padding-block: 10px; border-block: 1px solid var(--alco-line); } .legal-toc a { position: relative; display: block; padding: 7px 10px; border-radius: 7px; color: var(--alco-muted); font-size: .9rem; line-height: 1.35; text-decoration: none; } .legal-toc a:hover, .legal-toc a:focus-visible { background: var(--alco-orange-050); color: var(--alco-orange-600); } .legal-rail-contact { display: grid; gap: 4px; margin-top: 20px; padding: 16px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-control); background: #fff; } .legal-rail-contact span { color: var(--alco-muted); font-size: .76rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; } .legal-rail-contact a { color: var(--alco-orange-600); font-size: .9rem; text-decoration: none; } .legal-rail-contact a:hover { text-decoration: underline; text-underline-offset: 3px; } .legal-document { min-width: 0; width: 100%; max-width: 1020px; justify-self: end; color: var(--alco-text); } .legal-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; } .legal-meta span { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; padding: 0 12px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-pill); background: #fff; color: var(--alco-muted); font-size: .82rem; } .legal-meta strong { color: var(--alco-ink); font-weight: 600; } .legal-summary { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(24px, 4vw, 48px); align-items: center; margin-bottom: 24px; padding: clamp(24px, 3.5vw, 40px); overflow: hidden; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: linear-gradient(90deg, rgb(255 255 255 / 94%), rgb(255 255 255 / 84%)), var(--alco-access-bg) center / cover no-repeat, #fff; box-shadow: var(--alco-shadow-panel); } .legal-summary h2 { margin: 8px 0 12px; font-size: clamp(1.55rem, 2.5vw, 2.15rem); } .legal-summary p { margin: 0; color: var(--alco-muted); line-height: 1.75; } .legal-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; overflow: hidden; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-control); background: var(--alco-line); } .legal-facts div { min-width: 0; padding: 14px; background: #fff; } .legal-facts dt { color: var(--alco-muted); font-size: .72rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .045em; } .legal-facts dd { margin: 5px 0 0; color: var(--alco-ink); font-size: .94rem; font-weight: 600; line-height: 1.35; } .legal-notice { margin-bottom: 40px; padding: 18px 20px; border: 1px solid var(--alco-line); border-inline-start: 3px solid var(--alco-orange-600); border-radius: var(--alco-radius-control); background: var(--alco-orange-050); color: var(--alco-text); line-height: 1.7; } .legal-notice strong { display: block; margin-bottom: 3px; color: var(--alco-ink); } .legal-notice-strong { border-inline-start-width: 4px; background: linear-gradient(90deg, var(--alco-orange-050), #fff 70%); } .legal-block { position: relative; scroll-margin-top: calc(var(--alco-header-height) + 28px); padding-inline-start: 50px; } .legal-block + .legal-block { margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--alco-line-soft); } .legal-number { position: absolute; inset-inline-start: 0; top: 2px; display: grid; place-items: center; width: 34px; height: 28px; border: 1px solid var(--alco-line); border-radius: 7px; background: #fff; color: var(--alco-orange-600); font: 600 .74rem/1 var(--head); letter-spacing: .04em; } .legal-block + .legal-block .legal-number { top: 44px; } .legal-block h2 { margin: 0 0 16px; font-size: clamp(1.4rem, 2.2vw, 1.85rem); } .legal-block h3 { margin: 28px 0 8px; font-size: 1.08rem; } .legal-block p, .legal-block li { color: var(--alco-text); font-size: 1rem; line-height: 1.78; } .legal-block p { margin: 0 0 16px; } .legal-block ul, .legal-block ol { margin: 0 0 18px; padding-inline-start: 22px; } .legal-block li + li { margin-top: 8px; } .legal-block a:not(.btn) { color: var(--alco-orange-600); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; } .legal-block code, .legal-table code { padding: 2px 5px; border: 1px solid var(--alco-line-soft); border-radius: 5px; background: var(--alco-bg-soft); color: var(--alco-ink); font-size: .86em; } .legal-address { margin: 18px 0; padding: 16px 18px; border-inline-start: 2px solid var(--alco-orange-600); background: var(--alco-bg-soft); color: var(--alco-text); font-style: normal; line-height: 1.65; } .legal-emphasis { margin-inline-start: 0; padding-inline-end: 24px; padding-bottom: 24px; border-inline-end: 1px solid var(--alco-line); border-bottom: 1px solid var(--alco-line); border-radius: 0 0 var(--alco-radius-control) 0; background: linear-gradient(120deg, rgb(255 247 240 / 76%), #fff 55%); } .legal-purpose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 20px 0 22px; } .legal-purpose-grid > div { padding: 18px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-control); background: #fff; } .legal-purpose-grid h3 { margin: 0 0 6px; font-size: 1rem; } .legal-purpose-grid p { margin: 0; color: var(--alco-muted); font-size: .92rem; line-height: 1.6; } .legal-table-wrap { width: 100%; margin: 22px 0; overflow-x: auto; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-control); background: #fff; -webkit-overflow-scrolling: touch; } .legal-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: .91rem; line-height: 1.55; } .legal-table th, .legal-table td { padding: 14px 16px; border-bottom: 1px solid var(--alco-line-soft); text-align: start; vertical-align: top; } .legal-table th { background: var(--alco-bg-soft); color: var(--alco-ink); font-size: .75rem; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; } .legal-table tr:last-child td { border-bottom: 0; } .legal-table tbody tr:hover { background: #fffaf6; } .cookie-inventory { min-width: 920px; } .legal-table-note { color: var(--alco-muted) !important; font-size: .86rem !important; } .legal-contact-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 24px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: #fff; box-shadow: var(--alco-shadow-panel); } .legal-contact-card h3 { margin: 5px 0 4px; } .legal-contact-card p { margin: 0; color: var(--alco-muted); font-size: .92rem; } .legal-contact-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 8px; } .legal-related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--alco-line); } .legal-related a { display: grid; gap: 4px; min-height: 82px; padding: 16px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-control); background: #fff; color: var(--alco-ink); text-decoration: none; } .legal-related a:hover { border-color: var(--alco-orange-600); background: var(--alco-orange-050); } .legal-related a.is-current { border-inline-start: 3px solid var(--alco-orange-600); } .legal-related span { color: var(--alco-muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; } .legal-related strong { align-self: end; font-size: 1rem; font-weight: 600; } .consent-panel { scroll-margin-top: calc(var(--alco-header-height) + 28px); display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 24px 0 42px; padding: 24px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-panel); background: #fff; box-shadow: var(--alco-shadow-panel); } .consent-panel-copy { max-width: 620px; } .consent-panel h2 { margin: 6px 0 8px; font-size: 1.45rem; } .consent-panel p { margin: 0; color: var(--alco-muted); line-height: 1.65; } .consent-panel p + p { margin-top: 8px; font-size: .88rem; } .consent-status { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 10px; border: 1px solid var(--alco-line); border-radius: var(--alco-radius-pill); background: var(--alco-bg-soft); color: var(--alco-ink) !important; font-size: .88rem; font-weight: 600; } .consent-status::before { content: ''; width: 8px; height: 8px; margin-inline-end: 7px; border-radius: 50%; background: var(--alco-subtle); } .consent-status.is-granted { border-color: #b8d8c0; background: var(--alco-success-bg); color: var(--alco-success) !important; } .consent-status.is-granted::before { background: var(--alco-success); } .consent-status.is-denied { border-color: var(--alco-line); background: var(--alco-bg-soft); } .consent-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 8px; } .foot-consent { appearance: none; margin: 0; padding: 0; border: 0; background: transparent; color: var(--alco-ink); font: inherit; cursor: pointer; } .foot-consent:hover, .foot-consent:focus-visible { color: var(--alco-orange-600); text-decoration: underline; text-underline-offset: 3px; } .cookiebar .ckrow { flex-wrap: wrap; gap: 8px; } .cookiebar .ckrow .btn { min-height: 40px; } .cookiebar .cklink { margin-inline-start: 2px; } @media (max-width: 1040px) { .legal-layout { grid-template-columns: 1fr; gap: 40px; } .legal-rail-inner { position: static; } .legal-toc { grid-template-columns: repeat(2, minmax(0, 1fr)); } .legal-rail-contact { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; } .legal-document { max-width: none; justify-self: stretch; } } @media (max-width: 760px) { .legal-summary { grid-template-columns: 1fr; } .legal-contact-card, .consent-panel { align-items: stretch; flex-direction: column; } .legal-contact-actions, .consent-actions { width: 100%; } .legal-contact-actions .btn, .consent-actions .btn { flex: 1 1 180px; } .legal-related { grid-template-columns: 1fr; } } @media (max-width: 620px) { .legal-toc { grid-template-columns: repeat(2, minmax(0, 1fr)); } .legal-toc a { padding-inline: 5px; font-size: .84rem; } .legal-rail-contact { grid-template-columns: 1fr; } .legal-facts, .legal-purpose-grid { grid-template-columns: 1fr; } .legal-block { padding-inline-start: 0; } .legal-block + .legal-block { margin-top: 34px; padding-top: 34px; } .legal-number { position: static; margin-bottom: 10px; } .legal-block + .legal-block .legal-number { top: auto; } .legal-emphasis { padding-inline-end: 16px; padding-inline-start: 16px; } .legal-contact-actions, .consent-actions { flex-direction: column; } .legal-contact-actions .btn, .consent-actions .btn { width: 100%; flex-basis: auto; } .cookiebar .ckrow { flex-direction: column; align-items: stretch; } .cookiebar .ckrow .btn { width: 100%; } .cookiebar .cklink { margin: 2px 0 0; text-align: center; } } @media print { .domain-transition { display: none; } .legal-layout { display: block; } .legal-rail { display: none; } .legal-document { max-width: none; } .legal-summary, .legal-contact-card, .consent-panel { box-shadow: none; } .consent-actions, .legal-related { display: none; } .legal-block { break-inside: avoid; } } @media (max-width: 620px) { .domain-transition .wrap { align-items: flex-start; padding-block: 10px; text-align: start; } .domain-transition__mark { margin-top: 6px; } .domain-transition p { font-size: .8rem; } }