:root {
    --iv-ink: oklch(0.245 0.014 62);
    --iv-ink-soft: oklch(0.46 0.012 62);
    --iv-ink-faint: oklch(0.62 0.010 62);
    --iv-rule: oklch(0.885 0.012 78);
    --iv-tint: oklch(0.945 0.014 80);
    --iv-seal: oklch(0.545 0.168 32);
    --iv-seal-dark: oklch(0.47 0.168 32);
    --iv-paper: oklch(0.972 0.009 84);
    --iv-paper-bright: oklch(0.985 0.006 84);
}

html {
    scroll-behavior: smooth;
}

body.home-page {
    margin: 0;
    background: var(--iv-paper);
    color: var(--iv-ink);
    font-family: "Public Sans", system-ui, sans-serif;
    overflow-x: hidden;
}

body.home-page a {
    color: var(--iv-seal);
}

body.home-page a:hover {
    color: var(--iv-seal-dark);
}

body.home-page :focus-visible {
    outline: 2px solid var(--iv-seal);
    outline-offset: 3px;
}

.iv-wrap {
    width: calc(100% - 48px);
    max-width: 1052px;
    margin: 0 auto;
}

body.home-page .iv-header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1100;
    height: auto;
    min-height: 77px;
    padding: 0;
    background: color-mix(in oklch, var(--iv-paper) 92%, transparent);
    border-bottom: 1px solid var(--iv-rule);
    box-shadow: none;
    overflow: visible;
    backdrop-filter: blur(16px);
}

body.home-page .iv-header::before,
body.home-page .iv-header::after {
    content: none;
}

body.home-page .iv-header-content {
    flex: none;
    width: calc(100% - 48px);
    max-width: 1052px;
    min-height: 77px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

body.home-page .iv-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    color: var(--iv-ink);
    text-decoration: none;
}

body.home-page .iv-logo:hover {
    opacity: 1;
}

.iv-logo-word {
    display: inline-flex;
    align-items: baseline;
    gap: 1px;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.iv-logo-i {
    position: relative;
    width: 0.34em;
    height: 0.9em;
    display: inline-block;
    transform: translateY(0.05em);
}

.iv-logo-i::before,
.iv-logo-i::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--iv-seal);
}

.iv-logo-i::before {
    bottom: 0.03em;
    width: 0.11em;
    height: 0.5em;
}

.iv-logo-i::after {
    top: 0.03em;
    width: 0.18em;
    height: 0.18em;
    border-radius: 50%;
}

.iv-logo-subtitle {
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: var(--iv-ink-faint);
}

body.home-page .iv-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

body.home-page .iv-nav a {
    color: var(--iv-ink-soft);
    font-size: 14.5px;
    line-height: 1;
    text-decoration: none;
}

body.home-page .iv-nav a:hover {
    color: var(--iv-seal);
}

body.home-page .iv-nav .iv-nav-cta {
    padding: 10px 18px;
    border-radius: 3px;
    background: var(--iv-seal);
    color: var(--iv-paper-bright);
    font-weight: 500;
}

body.home-page .iv-nav .iv-nav-cta:hover {
    background: var(--iv-seal-dark);
    color: var(--iv-paper-bright);
}

body.home-page .iv-nav::before {
    content: none;
}

body.home-page .hamburger-menu {
    border-radius: 3px;
}

body.home-page .hamburger-menu span {
    background: var(--iv-ink);
    border-radius: 0;
}

.iv-hero {
    padding: 104px 0 88px;
}

.iv-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: end;
    gap: 64px;
}

.iv-hero-copy,
.iv-section-copy,
.iv-company,
.iv-contact-copy,
.iv-contact-form {
    min-width: 0;
}

.iv-hero-copy h1,
.iv-section-copy h2,
.iv-contact-copy h2 {
    margin: 0;
    font-family: "Source Serif 4", Georgia, serif;
    color: var(--iv-ink);
    font-weight: 400;
}

.iv-hero-copy h1 {
    max-width: 760px;
    font-size: 54px;
    line-height: 1.12;
    text-wrap: balance;
}

.iv-hero-copy p {
    max-width: 48ch;
    margin: 34px 0 0;
    color: var(--iv-ink-soft);
    font-size: 19px;
    line-height: 32px;
}

.iv-action-row {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 36px;
}

.iv-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 26px;
    border: 0;
    border-radius: 3px;
    background: var(--iv-seal);
    color: var(--iv-paper-bright);
    cursor: pointer;
    font-family: "Public Sans", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

body.home-page .iv-button {
    color: var(--iv-paper-bright);
}

body.home-page .iv-button:hover {
    background: var(--iv-seal-dark);
    color: var(--iv-paper-bright);
}

.iv-text-link {
    display: inline-flex;
    width: fit-content;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--iv-rule);
    color: var(--iv-seal);
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
}

.iv-criteria {
    padding-bottom: 8px;
}

.iv-kicker,
.iv-section-marker,
.iv-stat-grid span,
.iv-company-title span,
.iv-contact-list span {
    font-family: "Public Sans", system-ui, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.iv-kicker {
    margin: 0 0 18px;
    color: var(--iv-seal);
}

.iv-criteria dl {
    margin: 0;
}

.iv-criteria dl div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid var(--iv-rule);
    font-size: 14px;
}

.iv-criteria dl div:last-child {
    border-bottom: 1px solid var(--iv-rule);
}

.iv-criteria dt {
    color: var(--iv-ink-soft);
}

.iv-criteria dd {
    margin: 0;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 16px;
}

.iv-section {
    padding: 0 0 96px;
}

.iv-about-grid {
    display: grid;
    grid-template-columns: minmax(260px, 4fr) minmax(0, 7fr);
    align-items: center;
    gap: 72px;
}

.iv-portrait {
    margin: 0;
}

.iv-portrait img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border: 1px solid var(--iv-rule);
    border-radius: 3px;
}

.iv-section-marker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
    font-style: normal;
}

.iv-section-marker span {
    width: 26px;
    height: 2px;
    background: var(--iv-seal);
}

.iv-section-marker strong {
    color: var(--iv-seal);
}

.iv-section-marker em {
    color: var(--iv-ink-faint);
    font-style: normal;
}

.iv-section-copy h2 {
    max-width: 720px;
    font-size: 40px;
    line-height: 1.14;
}

.iv-section-copy p {
    max-width: 54ch;
    margin: 26px 0 0;
    color: var(--iv-ink);
    font-size: 17px;
    line-height: 30px;
}

.iv-section-copy .iv-muted,
.iv-muted {
    color: var(--iv-ink-soft);
}

.iv-section-copy .iv-text-link {
    margin-top: 32px;
}

.iv-stats {
    padding: 0 0 92px;
}

.iv-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 2px solid var(--iv-ink);
}

.iv-stat-grid div {
    min-height: 156px;
    padding: 36px 0 0 48px;
    border-left: 1px solid var(--iv-rule);
}

.iv-stat-grid div:first-child {
    padding-left: 0;
    border-left: 0;
}

.iv-stat-grid strong {
    display: block;
    margin-bottom: 14px;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
}

.iv-stat-grid div:last-child strong {
    color: var(--iv-seal);
}

.iv-stat-grid span {
    color: var(--iv-ink-faint);
}

.iv-quote-band {
    padding: 96px 0;
    background: var(--iv-ink);
    color: var(--iv-paper-bright);
}

.iv-quote-grid {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(220px, 4fr);
    align-items: center;
    gap: 72px;
}

.iv-quote-grid blockquote {
    margin: 0;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.34;
    text-indent: -0.42em;
}

.iv-quote-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.iv-quote-author img {
    width: 52px;
    height: 52px;
    flex: none;
    border-radius: 50%;
    object-fit: cover;
}

.iv-quote-author strong,
.iv-quote-author span {
    display: block;
}

.iv-quote-author strong {
    margin-bottom: 4px;
    font-size: 15px;
}

.iv-quote-author span {
    color: oklch(0.72 0.01 62);
    font-size: 13.5px;
}

.iv-portfolio-section {
    padding-top: 88px;
}

.iv-section-intro {
    margin-bottom: 48px;
}

.iv-section-intro p {
    max-width: 52ch;
    margin-top: 16px;
}

.iv-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 40px;
}

.iv-company {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.iv-company-image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.iv-company > img,
.iv-company-image-link img,
.iv-placeholder {
    width: 100%;
    aspect-ratio: 1.82 / 1;
    height: auto;
    border: 1px solid var(--iv-rule);
    border-radius: 3px;
    object-fit: cover;
}

.iv-company-title {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 9px;
}

.iv-company h3 {
    margin: 0;
    color: var(--iv-ink);
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.iv-company h3 a {
    color: inherit;
    text-decoration: none;
}

.iv-company h3 a:hover {
    color: var(--iv-seal);
}

.iv-company-title span {
    color: var(--iv-ink-faint);
}

.iv-company-title .iv-status-active {
    color: var(--iv-seal);
}

.iv-company p {
    margin: 0;
    color: var(--iv-ink-soft);
    font-size: 14.5px;
    line-height: 25px;
}

.iv-placeholder {
    display: grid;
    place-items: center;
    border-style: dashed;
    border-color: color-mix(in oklch, var(--iv-seal) 45%, transparent);
}

.iv-mini-mark {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background: var(--iv-seal);
}

.iv-mini-mark::before,
.iv-mini-mark::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--iv-paper);
}

.iv-mini-mark::before {
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.iv-mini-mark::after {
    bottom: 6px;
    width: 4px;
    height: 10px;
}

.iv-questions {
    padding-top: 0;
}

.iv-faq-list {
    display: flex;
    flex-direction: column;
}

.iv-faq-list article {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    align-items: baseline;
    gap: 48px;
    padding: 30px 0;
    border-top: 1px solid var(--iv-rule);
}

.iv-faq-list h3 {
    margin: 0;
    color: var(--iv-ink);
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.28;
}

.iv-faq-list p {
    max-width: 58ch;
    margin: 0;
    color: var(--iv-ink-soft);
    font-size: 16px;
    line-height: 28px;
}

.iv-faq-list strong {
    color: var(--iv-ink);
    font-weight: 600;
}

.iv-contact {
    padding: 88px 0;
    background: var(--iv-tint);
    border-top: 1px solid var(--iv-rule);
}

.iv-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    align-items: start;
    gap: 80px;
}

.iv-contact-copy h2 {
    max-width: 12ch;
    font-size: 38px;
    line-height: 1.16;
}

.iv-contact-copy > p {
    max-width: 42ch;
    margin: 20px 0 36px;
    color: var(--iv-ink-soft);
    font-size: 17px;
    line-height: 30px;
}

.iv-contact-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.iv-contact-list div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.iv-contact-list span {
    color: var(--iv-seal);
}

.iv-contact-list a {
    color: var(--iv-ink);
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 18px;
    text-decoration: none;
}

.iv-contact-list p {
    margin: 0;
    color: var(--iv-ink-soft);
    font-size: 15px;
    line-height: 25px;
}

.iv-contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.iv-contact-form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: var(--iv-ink-soft);
    font-size: 13px;
}

.iv-contact-form input,
.iv-contact-form textarea {
    width: 100%;
    border: 1px solid var(--iv-rule);
    border-radius: 3px;
    background: var(--iv-paper-bright);
    color: var(--iv-ink);
    font-family: "Public Sans", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    padding: 11px 13px;
}

.iv-contact-form textarea {
    resize: vertical;
}

.iv-full-field {
    grid-column: 1 / -1;
}

body.home-page .iv-footer {
    padding: 44px 0;
    background: var(--iv-ink);
    color: oklch(0.72 0.01 62);
}

.iv-footer-content {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12.5px;
}

.iv-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-right: auto;
    color: var(--iv-paper-bright);
    text-decoration: none;
}

body.home-page .iv-footer a {
    color: oklch(0.72 0.01 62);
    text-decoration: none;
}

body.home-page .iv-footer a:hover {
    color: var(--iv-paper-bright);
}

body.home-page .iv-footer-brand,
body.home-page .iv-footer-brand:hover {
    color: var(--iv-paper-bright);
}

.iv-page-hero {
    padding: 96px 0 72px;
}

.iv-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(280px, 4fr);
    align-items: end;
    gap: 80px;
    padding-bottom: 56px;
    border-bottom: 2px solid var(--iv-ink);
}

.iv-page-hero .iv-section-marker {
    margin-bottom: 28px;
}

.iv-page-hero h1 {
    margin: 0;
    color: var(--iv-ink);
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.08;
    text-wrap: balance;
}

.iv-page-hero p {
    max-width: 42ch;
    margin: 0;
    color: var(--iv-ink-soft);
    font-size: 18px;
    line-height: 30px;
}

.iv-contact-page {
    border-top: 0;
}

.iv-policy-section {
    padding: 0 0 96px;
}

.iv-policy-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: start;
    gap: 80px;
}

.iv-policy-aside {
    position: sticky;
    top: 112px;
    padding-top: 30px;
    border-top: 1px solid var(--iv-rule);
}

.iv-policy-aside span {
    display: block;
    margin-bottom: 12px;
    color: var(--iv-seal);
    font-family: "Public Sans", system-ui, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.iv-policy-aside strong {
    display: block;
    color: var(--iv-ink);
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.18;
}

.iv-policy-aside p {
    margin: 18px 0 0;
    color: var(--iv-ink-soft);
    font-size: 14px;
    line-height: 24px;
}

.iv-policy-content {
    border-top: 1px solid var(--iv-rule);
}

.iv-policy-content section {
    padding: 30px 0;
    border-bottom: 1px solid var(--iv-rule);
}

.iv-policy-content h2 {
    margin: 0 0 16px;
    color: var(--iv-ink);
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.24;
}

.iv-policy-content p,
.iv-policy-content li {
    color: var(--iv-ink-soft);
    font-size: 16px;
    line-height: 28px;
}

.iv-policy-content p {
    margin: 0;
}

.iv-policy-content p + p,
.iv-policy-content ul + p {
    margin-top: 16px;
}

.iv-policy-content ul {
    margin: 16px 0 0;
    padding-left: 20px;
}

.iv-policy-content li + li {
    margin-top: 10px;
}

.iv-policy-content strong {
    color: var(--iv-ink);
    font-weight: 600;
}

@media (max-width: 980px) {
    .iv-wrap,
    body.home-page .iv-header-content {
        width: calc(100% - 40px);
        max-width: 760px;
    }

    .iv-hero {
        padding: 82px 0 72px;
    }

    .iv-hero-grid,
    .iv-about-grid,
    .iv-quote-grid,
    .iv-contact-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .iv-criteria {
        max-width: 360px;
        padding-bottom: 0;
    }

    .iv-hero-copy h1 {
        max-width: 100%;
        font-size: 46px;
    }

    .iv-portfolio-grid {
        grid-template-columns: 1fr 1fr;
    }

    .iv-faq-list article {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .iv-contact-copy h2 {
        max-width: 18ch;
    }

    .iv-page-hero-grid,
    .iv-policy-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .iv-policy-aside {
        position: static;
    }
}

@media (max-width: 768px) {
    body.home-page .iv-header {
        min-height: 66px;
    }

    body.home-page .iv-header-content {
        min-height: 66px;
    }

    body.home-page .hamburger-menu {
        display: flex;
        width: 30px;
        height: 30px;
        flex: none;
        background: transparent;
        border: 0;
        padding: 0;
        cursor: pointer;
        z-index: 1002;
    }

    body.home-page .iv-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 0;
        height: 100vh;
        padding: 84px 0 28px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        background: var(--iv-paper);
        border-left: 0;
        box-shadow: none;
        overflow: hidden;
        pointer-events: none;
        visibility: hidden;
        transition: width 0.25s ease, padding 0.25s ease;
        z-index: 1001;
    }

    body.home-page .iv-nav.active {
        width: min(82vw, 320px);
        padding: 84px 28px 28px;
        border-left: 1px solid var(--iv-rule);
        box-shadow: -20px 0 40px rgba(45, 34, 28, 0.12);
        pointer-events: auto;
        visibility: visible;
    }

    body.home-page .iv-nav a,
    body.home-page .iv-nav .iv-nav-cta {
        width: 100%;
        padding: 16px 0;
        border-bottom: 1px solid var(--iv-rule);
        border-radius: 0;
        background: transparent;
        color: var(--iv-ink);
        font-size: 17px;
    }

    body.home-page .iv-nav .iv-nav-cta:hover {
        background: transparent;
        color: var(--iv-seal);
    }

    body.home-page .menu-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(36, 29, 25, 0.38);
        z-index: 1000;
    }

    body.home-page .menu-overlay.active {
        display: block;
    }

    .iv-hero {
        padding: 64px 0 64px;
    }

    .iv-hero-copy h1 {
        font-size: 34px;
        line-height: 1.14;
    }

    .iv-hero-copy p,
    .iv-section-copy p,
    .iv-contact-copy > p {
        font-size: 16px;
        line-height: 27px;
    }

    .iv-action-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .iv-section,
    .iv-stats {
        padding-bottom: 70px;
    }

    .iv-section-copy h2,
    .iv-contact-copy h2 {
        font-size: 34px;
    }

    .iv-stat-grid {
        grid-template-columns: 1fr;
    }

    .iv-stat-grid div,
    .iv-stat-grid div:first-child {
        min-height: auto;
        padding: 26px 0;
        border-left: 0;
        border-top: 1px solid var(--iv-rule);
    }

    .iv-stat-grid div:first-child {
        border-top: 0;
    }

    .iv-stat-grid strong {
        font-size: 58px;
    }

    .iv-quote-band {
        padding: 70px 0;
    }

    .iv-quote-grid blockquote {
        font-size: 30px;
        text-indent: 0;
    }

    .iv-portfolio-section {
        padding-top: 68px;
    }

    .iv-portfolio-grid {
        grid-template-columns: 1fr;
    }

    .iv-company > img,
    .iv-company-image-link img,
    .iv-placeholder {
        aspect-ratio: 1.82 / 1;
        height: auto;
    }

    .iv-contact {
        padding: 70px 0;
    }

    .iv-page-hero {
        padding: 64px 0 54px;
    }

    .iv-page-hero-grid {
        padding-bottom: 40px;
    }

    .iv-page-hero h1 {
        font-size: 40px;
    }

    .iv-page-hero p,
    .iv-policy-content p,
    .iv-policy-content li {
        font-size: 15px;
        line-height: 26px;
    }

    .iv-policy-section {
        padding-bottom: 70px;
    }

    .iv-policy-content h2 {
        font-size: 22px;
    }

    .iv-contact-form {
        grid-template-columns: 1fr;
    }

    .iv-full-field {
        grid-column: auto;
    }

    .iv-footer-content {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .iv-footer-brand {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .iv-wrap,
    body.home-page .iv-header-content {
        width: calc(100% - 32px);
        max-width: 420px;
    }

    .iv-logo-word {
        font-size: 22px;
    }

    .iv-hero-copy h1 {
        font-size: 31px;
    }

    .iv-section-copy h2,
    .iv-contact-copy h2 {
        font-size: 30px;
    }

    .iv-company > img,
    .iv-company-image-link img,
    .iv-placeholder {
        aspect-ratio: 1.82 / 1;
        height: auto;
    }
}
