@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-semibold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

.onz-communication-page {
    --onz-communication-ink: #172d3c;
    --onz-communication-deep: #0b202c;
    --onz-communication-paper: #f2f5f2;
    --onz-communication-white: #fff;
    --onz-communication-line: rgba(23, 45, 60, .17);
    --onz-communication-muted: #61717a;
    --onz-communication-accent: #f9a515;
    --onz-communication-green: #1ec999;
    color: var(--onz-communication-ink);
    background: var(--onz-communication-paper);
    font-family: "HK Grotesk", sans-serif;
}

.onz-communication-page .layout-wrapper.landing { overflow: clip; }

.onz-communication-main,
.onz-communication-main h1,
.onz-communication-main h2,
.onz-communication-main h3,
.onz-communication-main p,
.onz-communication-main a,
.onz-communication-main span,
.onz-communication-main strong,
.onz-communication-main small,
.onz-communication-main em,
.onz-communication-main li,
.onz-communication-main summary { font-family: "HK Grotesk", sans-serif; }

.onz-communication-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.onz-communication-kicker {
    margin: 0 0 20px;
    color: #a76200;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.onz-communication-button {
    display: inline-flex;
    min-height: 56px;
    padding: 14px 24px;
    gap: 14px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.onz-communication-button--accent { color: var(--onz-communication-deep); background: var(--onz-communication-accent); }
.onz-communication-button--accent:hover { color: var(--onz-communication-deep); background: var(--onz-communication-white); transform: translateY(-2px); }
.onz-communication-button--dark { color: var(--onz-communication-white); background: var(--onz-communication-deep); }
.onz-communication-button--dark:hover { color: var(--onz-communication-deep); background: var(--onz-communication-green); transform: translateY(-2px); }

.onz-communication-hero {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    color: var(--onz-communication-white);
    background:
        radial-gradient(circle at 85% 18%, rgba(30, 201, 153, .17), transparent 26%),
        radial-gradient(circle at 48% 110%, rgba(249, 165, 21, .12), transparent 35%),
        var(--onz-communication-deep);
}

.onz-communication-hero::after {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    mask-image: linear-gradient(to right, transparent 10%, #000 60%);
}

.onz-communication-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 600px;
    padding-block: 118px 68px;
}

.onz-communication-hero__copy { position: relative; z-index: 3; max-width: 1000px; }

.onz-communication-breadcrumb { display: flex; margin-bottom: 42px; gap: 8px; align-items: center; color: rgba(255, 255, 255, .52); font-size: 12px; }
.onz-communication-breadcrumb a { color: rgba(255, 255, 255, .7); text-decoration: none; }
.onz-communication-breadcrumb a:hover { color: var(--onz-communication-accent); }
.onz-communication-breadcrumb i { color: rgba(255, 255, 255, .3); }
.onz-communication-hero .onz-communication-kicker { color: var(--onz-communication-accent); }

.onz-communication-hero__copy > * {
    opacity: 0;
    transform: translateY(22px);
    animation: onz-communication-rise 720ms cubic-bezier(.2, .7, .2, 1) forwards;
}

.onz-communication-hero__copy > :nth-child(1) { animation-delay: 50ms; }
.onz-communication-hero__copy > :nth-child(2) { animation-delay: 110ms; }
.onz-communication-hero__copy > :nth-child(3) { animation-delay: 180ms; }
.onz-communication-hero__copy > :nth-child(4) { animation-delay: 270ms; }
.onz-communication-hero__copy > :nth-child(5) { animation-delay: 360ms; }

.onz-communication-hero h1 {
    max-width: 1000px;
    margin: 0;
    color: var(--onz-communication-white);
    font-size: clamp(50px, 5.2vw, 76px);
    font-weight: 600;
    letter-spacing: -.06em;
    line-height: .96;
}

.onz-communication-hero h1 span { color: var(--onz-communication-accent); }

.onz-communication-hero__lead {
    max-width: 760px;
    margin: 28px 0 34px;
    color: rgba(255, 255, 255, .73);
    font-size: 19px;
    line-height: 1.56;
}

.onz-communication-index { position: relative; z-index: 7; border-bottom: 1px solid var(--onz-communication-line); background: rgba(255, 255, 255, .97); }
.onz-communication-index.is-sticky { position: sticky; top: 72px; box-shadow: 0 10px 30px rgba(11, 32, 44, .06); backdrop-filter: blur(14px); }
.onz-communication-index .onz-communication-shell { display: flex; overflow-x: auto; scrollbar-width: none; }
.onz-communication-index .onz-communication-shell::-webkit-scrollbar { display: none; }
.onz-communication-index a { display: inline-flex; min-width: max-content; min-height: 68px; padding-inline: 23px; gap: 9px; align-items: center; color: var(--onz-communication-ink); border-right: 1px solid var(--onz-communication-line); font-size: 13px; font-weight: 600; text-decoration: none; transition: color 180ms ease, background 180ms ease; }
.onz-communication-index a:first-child { border-left: 1px solid var(--onz-communication-line); }
.onz-communication-index a span { color: #89969c; font-size: 10px; letter-spacing: .08em; }
.onz-communication-index a:hover,
.onz-communication-index a.is-active { color: var(--onz-communication-deep); background: rgba(249, 165, 21, .14); }

.onz-communication-overview { padding-block: 126px 136px; scroll-margin-top: 140px; background: var(--onz-communication-paper); }

.onz-communication-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr); gap: 88px; align-items: end; margin-bottom: 76px; }
.onz-communication-heading h2,
.onz-communication-reach h2,
.onz-communication-related h2,
.onz-communication-faq h2,
.onz-communication-final h2 { max-width: 860px; margin: 0; color: var(--onz-communication-ink); font-size: clamp(46px, 5.15vw, 74px); font-weight: 600; letter-spacing: -.058em; line-height: .96; }
.onz-communication-heading > p { margin: 0 0 5px; color: var(--onz-communication-muted); font-size: 18px; line-height: 1.65; }

.onz-communication-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; margin: 0; border-top: 1px solid var(--onz-communication-line); border-bottom: 1px solid var(--onz-communication-line); list-style: none; }
.onz-communication-flow li { min-height: 250px; padding: 28px 27px 32px; border-right: 1px solid var(--onz-communication-line); }
.onz-communication-flow li:last-child { border-right: 0; }
.onz-communication-flow span { display: block; color: #88969c; font-size: 10px; letter-spacing: .1em; }
.onz-communication-flow strong { display: block; margin: 53px 0 13px; color: var(--onz-communication-ink); font-size: 23px; font-weight: 600; letter-spacing: -.025em; }
.onz-communication-flow p { margin: 0; color: var(--onz-communication-muted); font-size: 15px; line-height: 1.55; }

.onz-communication-chapters { background: var(--onz-communication-white); }
.onz-communication-chapter { scroll-margin-top: 140px; }
.onz-communication-chapter__inner { display: grid; grid-template-columns: minmax(0, .78fr) minmax(500px, 1.05fr); min-height: 730px; gap: 86px; align-items: center; padding-block: 100px; border-top: 1px solid var(--onz-communication-line); }
.onz-communication-chapter--reverse .onz-communication-chapter__copy { order: 2; }
.onz-communication-chapter--reverse .onz-communication-chapter__media { order: 1; }
.onz-communication-chapter__meta { display: flex; margin-bottom: 28px; gap: 14px; align-items: center; }
.onz-communication-chapter__meta span { color: #88969c; font-size: 10px; letter-spacing: .1em; }
.onz-communication-chapter__meta > i { display: grid; width: 40px; height: 40px; place-items: center; color: var(--onz-communication-deep); background: var(--onz-communication-accent); font-size: 20px; }
.onz-communication-chapter__meta small { color: #9a5c00; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.onz-communication-chapter h2 { max-width: 600px; margin: 0; color: var(--onz-communication-ink); font-size: clamp(38px, 4vw, 58px); font-weight: 600; letter-spacing: -.052em; line-height: 1; }
.onz-communication-chapter__copy > p { max-width: 585px; margin: 25px 0 29px; color: var(--onz-communication-muted); font-size: 18px; line-height: 1.62; }
.onz-communication-chapter__copy ul { display: grid; padding: 22px 0 0; margin: 0; gap: 10px; border-top: 1px solid var(--onz-communication-line); list-style: none; }
.onz-communication-chapter__copy li { position: relative; padding-left: 18px; color: var(--onz-communication-ink); font-size: 15px; font-weight: 600; }
.onz-communication-chapter__copy li::before { position: absolute; top: .5em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--onz-communication-green); content: ""; }
.onz-communication-chapter__copy > a { display: inline-flex; margin-top: 29px; gap: 10px; align-items: center; color: var(--onz-communication-ink); font-size: 15px; font-weight: 700; text-decoration: none; }
.onz-communication-chapter__copy > a i { color: #a76200; transition: transform 180ms ease; }
.onz-communication-chapter__copy > a:hover { color: #9a5c00; }
.onz-communication-chapter__copy > a:hover i { transform: translateX(4px); }
.onz-communication-chapter__media { margin: 0; }
.onz-communication-chapter__visual { position: relative; display: grid; min-height: 500px; overflow: hidden; place-items: center; background: #dfe7e4; }
.onz-communication-chapter:nth-child(2) .onz-communication-chapter__visual { background: #e9e0d1; }
.onz-communication-chapter:nth-child(3) .onz-communication-chapter__visual { background: #dce5eb; }
.onz-communication-chapter:nth-child(4) .onz-communication-chapter__visual { background: #e5e1d8; }
.onz-communication-chapter__primary { display: block; width: calc(100% - 50px); height: auto; border: 1px solid rgba(23, 45, 60, .12); border-radius: 8px; box-shadow: 0 28px 65px rgba(23, 45, 60, .2); }
.onz-communication-chapter__web-shot { width: calc(100% - 50px); }
.onz-communication-chapter__secondary { position: absolute; right: 25px; bottom: -64px; width: 145px; height: 300px; border: 5px solid var(--onz-communication-white); border-radius: 24px; object-fit: cover; object-position: top; box-shadow: 0 24px 55px rgba(23, 45, 60, .28); }
.onz-communication-chapter__media--photo .onz-communication-chapter__primary { width: 100%; height: 500px; border: 0; border-radius: 0; object-fit: cover; box-shadow: none; }
.onz-communication-chapter__media--phone .onz-communication-chapter__visual { padding: 35px; }
.onz-communication-chapter__media--phone .onz-communication-chapter__primary { width: auto; height: 455px; border: 0; border-radius: 25px; object-fit: contain; box-shadow: 0 28px 65px rgba(23, 45, 60, .22); }
.onz-communication-chapter figcaption { display: flex; padding-top: 14px; gap: 14px; align-items: center; color: var(--onz-communication-muted); font-size: 12px; font-weight: 600; }
.onz-communication-chapter figcaption span { color: #89969c; font-size: 10px; letter-spacing: .09em; }

.onz-communication-reach { padding-block: 126px; background: var(--onz-communication-accent); }
.onz-communication-reach__inner { display: grid; grid-template-columns: minmax(360px, .68fr) minmax(0, .9fr); gap: 105px; align-items: center; }
.onz-communication-reach__media { display: grid; box-sizing: border-box; min-height: 565px; padding-block: 25px; margin: 0; overflow: hidden; place-items: center; background: rgba(255, 255, 255, .36); }
.onz-communication-reach__media img { display: block; width: auto; height: 515px; filter: drop-shadow(0 26px 30px rgba(94, 57, 0, .18)); }
.onz-communication-reach .onz-communication-kicker { color: #704300; }
.onz-communication-reach__copy > p:not(.onz-communication-kicker) { max-width: 660px; margin: 28px 0 32px; color: rgba(23, 45, 60, .76); font-size: 18px; line-height: 1.65; }
.onz-communication-reach__copy ul { display: grid; padding: 0; margin: 0; gap: 12px; list-style: none; }
.onz-communication-reach__copy li { display: flex; gap: 12px; align-items: center; color: var(--onz-communication-ink); font-size: 16px; font-weight: 600; }
.onz-communication-reach__copy li i { font-size: 21px; }

.onz-communication-profiles { padding-block: 128px 142px; color: var(--onz-communication-white); background: var(--onz-communication-deep); }
.onz-communication-heading--dark .onz-communication-kicker { color: var(--onz-communication-green); }
.onz-communication-heading--dark h2 { color: var(--onz-communication-white); }
.onz-communication-heading--dark > p { color: rgba(255, 255, 255, .62); }
.onz-communication-profiles__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); }
.onz-communication-profile { min-height: 310px; padding: 30px 27px 34px; border-right: 1px solid rgba(255, 255, 255, .18); }
.onz-communication-profile:last-child { border-right: 0; }
.onz-communication-profile > span { display: block; color: rgba(255, 255, 255, .4); font-size: 10px; letter-spacing: .1em; }
.onz-communication-profile > i { display: block; margin: 44px 0 24px; color: var(--onz-communication-accent); font-size: 34px; }
.onz-communication-profile h3 { margin: 0 0 13px; color: var(--onz-communication-white); font-size: 24px; font-weight: 600; letter-spacing: -.025em; }
.onz-communication-profile p { margin: 0; color: rgba(255, 255, 255, .61); font-size: 15px; line-height: 1.55; }

.onz-communication-related { padding-block: 128px; background: var(--onz-communication-white); }
.onz-communication-related__inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, .7fr); gap: 100px; align-items: start; }
.onz-communication-related header > p:not(.onz-communication-kicker) { max-width: 600px; margin: 27px 0 0; color: var(--onz-communication-muted); font-size: 18px; line-height: 1.65; }
.onz-communication-related__links { border-top: 1px solid var(--onz-communication-line); }
.onz-communication-related__links > a { display: grid; grid-template-columns: 42px 1fr 24px; min-height: 112px; gap: 16px; align-items: center; color: var(--onz-communication-ink); border-bottom: 1px solid var(--onz-communication-line); text-decoration: none; transition: background 180ms ease, padding 180ms ease; }
.onz-communication-related__links > a > i { color: #a76200; font-size: 25px; }
.onz-communication-related__links span { display: flex; gap: 7px; flex-direction: column; }
.onz-communication-related__links strong { font-size: 19px; font-weight: 600; }
.onz-communication-related__links small { color: var(--onz-communication-muted); font-size: 14px; line-height: 1.4; }
.onz-communication-related__links em { font-style: normal; }
.onz-communication-related__links em i { transition: transform 180ms ease; }
.onz-communication-related__links > a:hover { padding-inline: 13px; background: rgba(30, 201, 153, .07); }
.onz-communication-related__links > a:hover em i { transform: translateX(4px); }

.onz-communication-faq { padding-block: 128px 142px; scroll-margin-top: 140px; background: var(--onz-communication-paper); }
.onz-communication-faq__inner { display: grid; grid-template-columns: minmax(0, .75fr) minmax(520px, 1fr); gap: 100px; align-items: start; }
.onz-communication-faq__heading { position: sticky; top: 170px; }
.onz-communication-faq__heading > p:not(.onz-communication-kicker) { max-width: 550px; margin: 28px 0 0; color: var(--onz-communication-muted); font-size: 18px; line-height: 1.65; }
.onz-communication-faq__list { border-top: 1px solid var(--onz-communication-line); }
.onz-communication-faq details { border-bottom: 1px solid var(--onz-communication-line); }
.onz-communication-faq summary { display: grid; grid-template-columns: 40px 1fr 24px; min-height: 92px; gap: 14px; align-items: center; color: var(--onz-communication-ink); cursor: pointer; list-style: none; }
.onz-communication-faq summary::-webkit-details-marker { display: none; }
.onz-communication-faq summary span { color: #89969c; font-size: 10px; letter-spacing: .09em; }
.onz-communication-faq summary strong { font-size: 18px; font-weight: 600; line-height: 1.35; }
.onz-communication-faq summary i { font-size: 21px; transition: transform 180ms ease; }
.onz-communication-faq details[open] summary i { transform: rotate(45deg); }
.onz-communication-faq details > p { padding: 0 38px 29px 54px; margin: -4px 0 0; color: var(--onz-communication-muted); font-size: 16px; line-height: 1.65; }

.onz-communication-final { padding-block: 96px; background: #dce9e4; }
.onz-communication-final__inner { display: flex; gap: 60px; align-items: flex-start; justify-content: space-between; }
.onz-communication-final .onz-communication-kicker { color: #397663; }
.onz-communication-final h2 { max-width: 760px; font-size: clamp(43px, 5vw, 70px); }
.onz-communication-final__inner > div > p:not(.onz-communication-kicker) { max-width: 680px; margin: 25px 0 0; color: var(--onz-communication-muted); font-size: 18px; line-height: 1.6; }
.onz-communication-final .onz-communication-button { flex: 0 0 auto; margin-top: 43px; }

.onz-communication-motion .onz-communication-reveal { opacity: 0; transform: translateY(30px); transition: opacity 680ms cubic-bezier(.2, .7, .2, 1), transform 680ms cubic-bezier(.2, .7, .2, 1); }
.onz-communication-motion .onz-communication-reveal.is-visible { opacity: 1; transform: none; }

@keyframes onz-communication-rise { to { opacity: 1; transform: none; } }
@media (max-width: 1100px) {
    .onz-communication-chapter__inner { grid-template-columns: minmax(0, .82fr) minmax(430px, 1fr); gap: 54px; }
    .onz-communication-heading { gap: 55px; }
    .onz-communication-related__inner,
    .onz-communication-faq__inner { gap: 65px; }
}

@media (max-width: 900px) {
    .onz-communication-hero { min-height: auto; }
    .onz-communication-hero__inner { min-height: auto; padding-block: 120px 68px; }
    .onz-communication-hero__copy { max-width: 760px; }
    .onz-communication-index.is-sticky { top: 68px; }
    .onz-communication-heading { grid-template-columns: 1fr; gap: 30px; }
    .onz-communication-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .onz-communication-flow li:nth-child(2) { border-right: 0; }
    .onz-communication-flow li:nth-child(-n + 2) { border-bottom: 1px solid var(--onz-communication-line); }
    .onz-communication-chapter__inner { grid-template-columns: 1fr; min-height: auto; gap: 54px; }
    .onz-communication-chapter--reverse .onz-communication-chapter__copy,
    .onz-communication-chapter--reverse .onz-communication-chapter__media { order: initial; }
    .onz-communication-reach__inner { grid-template-columns: minmax(300px, .7fr) minmax(0, 1fr); gap: 55px; }
    .onz-communication-profiles__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .onz-communication-profile:nth-child(2) { border-right: 0; }
    .onz-communication-profile:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, .18); }
    .onz-communication-related__inner,
    .onz-communication-faq__inner { grid-template-columns: 1fr; }
    .onz-communication-faq__heading { position: static; }
    .onz-communication-final__inner { flex-direction: column; }
    .onz-communication-final .onz-communication-button { margin-top: 0; }
}

@media (max-width: 640px) {
    .onz-communication-shell { width: min(100% - 32px, 1240px); }
    .onz-communication-hero__inner { padding-block: 112px 58px; }
    .onz-communication-breadcrumb { margin-bottom: 31px; }
    .onz-communication-hero h1 { font-size: clamp(41px, 11.5vw, 57px); line-height: .98; }
    .onz-communication-hero__lead { margin-block: 24px 28px; font-size: 17px; }
    .onz-communication-button { width: 100%; }
    .onz-communication-index.is-sticky { top: 64px; }
    .onz-communication-index a { min-height: 60px; padding-inline: 16px; }
    .onz-communication-overview { padding-block: 88px 94px; }
    .onz-communication-heading { margin-bottom: 52px; }
    .onz-communication-heading h2,
    .onz-communication-reach h2,
    .onz-communication-related h2,
    .onz-communication-faq h2,
    .onz-communication-final h2 { font-size: clamp(39px, 10.8vw, 54px); }
    .onz-communication-flow { grid-template-columns: 1fr; }
    .onz-communication-flow li { min-height: auto; padding: 25px 7px 29px; border-right: 0; border-bottom: 1px solid var(--onz-communication-line); }
    .onz-communication-flow li:last-child { border-bottom: 0; }
    .onz-communication-flow strong { margin-block: 27px 10px; }
    .onz-communication-chapter__inner { padding-block: 72px; }
    .onz-communication-chapter h2 { font-size: clamp(36px, 10vw, 49px); }
    .onz-communication-chapter__copy > p { font-size: 17px; }
    .onz-communication-chapter__visual { min-height: 340px; }
    .onz-communication-chapter__primary { width: calc(100% - 28px); }
    .onz-communication-chapter__web-shot { width: calc(100% - 28px); }
    .onz-communication-chapter__secondary { right: 14px; bottom: -42px; width: 104px; height: 216px; border-width: 4px; border-radius: 17px; }
    .onz-communication-chapter__media--photo .onz-communication-chapter__primary { height: 340px; }
    .onz-communication-chapter__media--phone .onz-communication-chapter__visual { padding: 25px; }
    .onz-communication-chapter__media--phone .onz-communication-chapter__primary { height: 310px; }
    .onz-communication-reach { padding-block: 88px; }
    .onz-communication-reach__inner { grid-template-columns: 1fr; gap: 48px; }
    .onz-communication-reach__media { min-height: 410px; padding-block: 15px; order: 2; }
    .onz-communication-reach__media img { height: 380px; }
    .onz-communication-profiles { padding-block: 88px 96px; }
    .onz-communication-profiles__list { grid-template-columns: 1fr; }
    .onz-communication-profile { min-height: auto; padding: 27px 8px 32px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
    .onz-communication-profile:last-child { border-bottom: 0; }
    .onz-communication-profile > i { margin-block: 28px 18px; }
    .onz-communication-related,
    .onz-communication-faq { padding-block: 88px 96px; }
    .onz-communication-related__inner,
    .onz-communication-faq__inner { gap: 52px; }
    .onz-communication-related__links > a { grid-template-columns: 36px 1fr 20px; min-height: 120px; }
    .onz-communication-faq summary { grid-template-columns: 30px 1fr 20px; min-height: 100px; }
    .onz-communication-faq summary strong { font-size: 17px; }
    .onz-communication-faq details > p { padding: 0 20px 28px 44px; }
    .onz-communication-final { padding-block: 76px; }
}

@media (prefers-reduced-motion: reduce) {
    .onz-communication-hero__copy > *,
    .onz-communication-motion .onz-communication-reveal { opacity: 1; transform: none; animation: none; transition: none; }
    .onz-communication-index { position: relative !important; top: auto !important; }
}
