:root {
    --ink: #17211c;
    --muted: #66706a;
    --paper: #f7f5ef;
    --white: #ffffff;
    --green: #123f31;
    --green-2: #1b5a45;
    --green-3: #dbe9df;
    --gold: #e6b15c;
    --line: #dfe3de;
    --shadow: 0 30px 80px rgba(18, 63, 49, 0.14);
    --radius: 24px;
    --container: 1200px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

body.menu-open,
body.dialog-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.section {
    padding: 112px 0;
}

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: var(--white);
    background: var(--green);
    border-radius: 8px;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(247, 245, 239, 0.92);
    border-bottom: 1px solid rgba(23, 33, 28, 0.08);
    backdrop-filter: blur(16px);
}

.header-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.brand img {
    width: 48px;
    height: 40px;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-copy strong {
    font-size: 18px;
    letter-spacing: 0.18em;
}

.brand-copy small {
    max-width: 185px;
    margin-top: 4px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    font-size: 14px;
    font-weight: 600;
}

.main-nav > a:not(.nav-contact) {
    position: relative;
    padding: 30px 0;
}

.main-nav > a:not(.nav-contact)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    height: 2px;
    background: var(--green-2);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.main-nav > a:hover::after,
.main-nav > a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-contact {
    padding: 11px 19px;
    color: var(--white);
    background: var(--green);
    border-radius: 999px;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 50%;
}

.menu-toggle span:not(.visually-hidden) {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--ink);
    transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    color: var(--white);
    background: var(--green);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.42) 1px, transparent 0);
    background-size: 38px 38px;
    mask-image: linear-gradient(90deg, #000, transparent 62%);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    min-height: 760px;
    align-items: center;
    gap: 70px;
    padding-top: 52px;
    padding-bottom: 52px;
}

.hero-copy {
    padding: 30px 0;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: var(--green-2);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow > span {
    width: 34px;
    height: 1px;
    background: currentColor;
}

.eyebrow-light {
    color: #bcd6c7;
}

.eyebrow-gold {
    color: var(--gold);
}

.hero h1,
.section-heading h2,
.partners-heading h2,
.contact-copy h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.hero h1 {
    max-width: 760px;
    font-size: clamp(48px, 5.2vw, 76px);
}

.hero h1 em {
    display: block;
    color: var(--gold);
    font-weight: inherit;
}

.hero-lead {
    max-width: 690px;
    margin: 30px 0 0;
    color: #d4e1d9;
    font-size: 18px;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 38px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 54px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 750;
    border-radius: 999px;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
}

.button-primary {
    color: #193126;
    background: var(--gold);
    box-shadow: 0 12px 28px rgba(230, 177, 92, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
    background: #f0c06f;
    box-shadow: 0 16px 34px rgba(230, 177, 92, 0.27);
}

.text-link {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid currentColor;
}

.text-link-light {
    color: #d4e1d9;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 620px;
    margin-top: 52px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-proof > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-right: 18px;
}

.hero-proof > div + div {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-proof strong {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--white);
    font-size: 30px;
    font-weight: 500;
}

.hero-proof span {
    color: #abc7b6;
    font-size: 12px;
}

.hero-visual {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    padding-top: 42px;
}

.portrait-frame {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    border-radius: 220px 220px 24px 24px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}

.portrait-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 56%, rgba(7, 24, 18, 0.82) 100%);
}

.portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
}

.portrait-caption {
    position: absolute;
    z-index: 2;
    right: 34px;
    bottom: 28px;
    left: 34px;
    display: flex;
    flex-direction: column;
}

.portrait-caption strong {
    font-size: 19px;
}

.portrait-caption span {
    max-width: 330px;
    margin-top: 3px;
    color: #c8d9cf;
    font-size: 12px;
}

.experience-card {
    position: absolute;
    z-index: 3;
    top: 47%;
    left: -56px;
    display: flex;
    flex-direction: column;
    max-width: 215px;
    padding: 18px 20px;
    color: var(--ink);
    background: var(--white);
    border-left: 4px solid var(--gold);
    border-radius: 4px 16px 16px 4px;
    box-shadow: var(--shadow);
}

.experience-card span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.experience-card strong {
    margin-top: 3px;
    line-height: 1.35;
}

.hero-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
}

.hero-orbit-one {
    width: 640px;
    height: 640px;
    top: 30px;
    right: -220px;
}

.hero-orbit-two {
    width: 430px;
    height: 430px;
    right: -100px;
    bottom: -210px;
}

.about {
    background: var(--paper);
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 96px;
}

.section-heading h2,
.partners-heading h2 {
    max-width: 700px;
    font-size: clamp(40px, 4vw, 58px);
}

.about-copy {
    padding-top: 45px;
}

.about-copy > p {
    margin: 0 0 22px;
    color: #3f4843;
    font-size: 18px;
    line-height: 1.78;
}

.about-copy > p:first-child {
    color: var(--ink);
    font-size: 23px;
}

.about-note {
    position: relative;
    margin-top: 38px;
    padding: 26px 30px 26px 74px;
    background: var(--green-3);
    border-radius: 16px;
}

.about-note-mark {
    position: absolute;
    top: 7px;
    left: 24px;
    color: var(--green-2);
    font-family: Georgia, serif;
    font-size: 72px;
    line-height: 1;
}

.about-note p {
    margin: 0;
    color: #315041;
    font-size: 15px;
    line-height: 1.7;
}

.services {
    background: var(--white);
}

.section-top {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 0.58fr);
    align-items: end;
    gap: 70px;
}

.section-intro {
    max-width: 510px;
    margin: 0 0 4px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.section-intro-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.inline-arrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--green-2);
    font-size: 13px;
    font-weight: 750;
    border-bottom: 1px solid currentColor;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 64px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.service-card {
    position: relative;
    min-height: 315px;
    padding: 34px 28px 30px;
    overflow: hidden;
}

.service-card + .service-card {
    border-left: 1px solid var(--line);
}

.service-number {
    color: var(--green-2);
    font-family: Georgia, serif;
    font-size: 14px;
}

.service-card h3 {
    margin: 80px 0 14px;
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}

.service-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.service-line {
    position: absolute;
    right: 28px;
    bottom: 0;
    left: 28px;
    height: 4px;
    background: var(--gold);
    transform: translateY(100%);
    transition: transform 180ms ease;
}

.service-card:hover .service-line {
    transform: translateY(0);
}

.reviews {
    color: var(--white);
    background: #0d2e24;
}

.section-heading-light h2 {
    color: var(--white);
}

.section-intro-light {
    color: #a9c0b3;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 62px;
}

.review-card {
    display: flex;
    min-height: 350px;
    flex-direction: column;
    padding: 28px;
    color: var(--ink);
    background: #f5f3ec;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.review-card-featured {
    grid-column: span 2;
    color: var(--white);
    background: var(--green-2);
}

.review-card-featured .review-index,
.review-card-featured .review-author {
    color: #bfd2c7;
}

.review-card-featured .verified {
    color: var(--green-3);
    background: rgba(255, 255, 255, 0.1);
}

.review-card-featured .review-open {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.28);
}

.review-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-index {
    color: #758078;
    font-family: Georgia, serif;
    font-size: 13px;
}

.verified {
    padding: 5px 9px;
    color: #356249;
    background: #dceadf;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.review-card h3 {
    margin: 40px 0 14px;
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}

.review-card > p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

.review-author {
    margin-top: auto;
    padding-top: 26px;
    color: var(--muted);
    font-size: 11px;
}

.review-open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 18px;
    padding: 13px 0 0;
    color: var(--green-2);
    background: transparent;
    border: 0;
    border-top: 1px solid var(--line);
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}

.partners {
    background: var(--paper);
}

.partners-heading {
    max-width: 760px;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-top: 58px;
}

.partner-logo {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
}

.partner-logo img {
    max-width: 100px;
    max-height: 82px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.76;
    transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.partner-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

.partner-names {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.partner-names span {
    padding: 8px 13px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 11px;
}

.contact-section {
    padding: 0 0 36px;
    background: var(--paper);
}

.contact-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 90px;
    padding: 72px;
    color: var(--white);
    background: var(--green);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.contact-copy h2 {
    font-size: clamp(42px, 4vw, 62px);
}

.contact-copy > p:last-child {
    max-width: 560px;
    margin: 24px 0 0;
    color: #c2d5ca;
    font-size: 16px;
    line-height: 1.75;
}

.contact-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.contact-actions .button {
    margin-bottom: 8px;
}

.contact-link,
.contact-hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-link span,
.contact-hours span {
    color: #99b8a7;
    font-size: 11px;
    text-transform: uppercase;
}

.contact-link strong,
.contact-hours strong {
    font-size: 13px;
    font-weight: 650;
    text-align: right;
}

.site-footer {
    padding: 24px 0 34px;
    background: var(--paper);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand-footer .brand-copy small {
    font-size: 9px;
}

.footer-inner > p,
.back-to-top {
    color: var(--muted);
    font-size: 12px;
}

.back-to-top {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.review-dialog {
    width: min(920px, calc(100% - 32px));
    max-height: calc(100vh - 32px);
    padding: 0;
    overflow: hidden;
    background: #e8e8e4;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.review-dialog::backdrop {
    background: rgba(7, 19, 14, 0.78);
    backdrop-filter: blur(5px);
}

.dialog-bar {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 12px 18px 12px 24px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.dialog-bar h2 {
    margin: 0;
    font-size: 16px;
}

.dialog-close {
    width: 40px;
    height: 40px;
    color: var(--ink);
    background: var(--paper);
    border: 0;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.dialog-content {
    max-height: calc(100vh - 96px);
    overflow: auto;
    padding: 24px;
}

.dialog-content img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 620ms ease, transform 620ms ease;
}

.reveal-delay {
    transition-delay: 120ms;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}

@media (max-width: 1050px) {
    .main-nav {
        gap: 22px;
    }

    .hero-grid {
        grid-template-columns: 1fr 0.78fr;
        gap: 34px;
    }

    .hero h1 {
        font-size: 55px;
    }

    .portrait-frame {
        height: 600px;
    }

    .experience-card {
        left: -30px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .service-card:nth-child(4) {
        border-top: 1px solid var(--line);
    }

    .partner-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 820px) {
    .section {
        padding: 82px 0;
    }

    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        z-index: 99;
        top: 86px;
        right: 0;
        left: 0;
        display: flex;
        height: calc(100dvh - 86px);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 24px 20px 40px;
        background: var(--paper);
        transform: translateX(100%);
        transition: transform 240ms ease;
    }

    .main-nav.is-open {
        transform: translateX(0);
    }

    .main-nav > a:not(.nav-contact) {
        padding: 19px 6px;
        border-bottom: 1px solid var(--line);
        font-family: Georgia, serif;
        font-size: 24px;
        font-weight: 500;
    }

    .main-nav > a:not(.nav-contact)::after {
        display: none;
    }

    .nav-contact {
        margin-top: 24px;
        padding: 15px 20px;
        text-align: center;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .hero-grid {
        grid-template-columns: 1fr;
        padding-top: 55px;
        padding-bottom: 0;
    }

    .hero-copy {
        padding: 0;
    }

    .hero-visual {
        width: min(100%, 520px);
        min-height: 570px;
        margin: 0 auto;
    }

    .portrait-frame {
        height: 560px;
    }

    .experience-card {
        top: 36%;
        left: -12px;
    }

    .about-grid,
    .section-top,
    .contact-card {
        grid-template-columns: 1fr;
    }

    .about-grid {
        gap: 25px;
    }

    .about-copy {
        padding-top: 0;
    }

    .section-top {
        gap: 28px;
    }

    .review-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .review-card-featured {
        grid-column: span 2;
    }

    .contact-card {
        gap: 44px;
        padding: 48px;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .section {
        padding: 68px 0;
    }

    .header-inner {
        min-height: 72px;
    }

    .brand-copy small {
        display: none;
    }

    .main-nav {
        top: 72px;
        height: calc(100dvh - 72px);
    }

    .hero-grid {
        gap: 28px;
        padding-top: 48px;
    }

    .hero h1 {
        font-size: clamp(39px, 12vw, 52px);
    }

    .hero-lead {
        margin-top: 24px;
        font-size: 16px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }

    .hero-actions .button,
    .hero-actions .text-link {
        justify-content: center;
    }

    .hero-proof {
        gap: 12px;
        margin-top: 38px;
    }

    .hero-proof > div {
        padding-right: 5px;
    }

    .hero-proof > div + div {
        padding-left: 12px;
    }

    .hero-proof strong {
        font-size: 24px;
    }

    .hero-proof span {
        font-size: 10px;
        line-height: 1.4;
    }

    .hero-visual {
        min-height: 490px;
    }

    .portrait-frame {
        height: 475px;
        border-radius: 150px 150px 16px 16px;
    }

    .experience-card {
        top: auto;
        right: 12px;
        bottom: 86px;
        left: 12px;
        max-width: none;
    }

    .portrait-caption {
        right: 24px;
        bottom: 20px;
        left: 24px;
    }

    .section-heading h2,
    .partners-heading h2 {
        font-size: 38px;
    }

    .about-copy > p:first-child {
        font-size: 20px;
    }

    .about-copy > p {
        font-size: 16px;
    }

    .about-note {
        padding: 65px 22px 24px;
    }

    .about-note-mark {
        top: 8px;
        left: 22px;
    }

    .service-grid,
    .review-grid,
    .partner-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: auto;
        padding: 28px 20px 34px;
    }

    .service-card + .service-card,
    .service-card:nth-child(3),
    .service-card:nth-child(4) {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .service-card h3 {
        margin-top: 45px;
    }

    .review-card,
    .review-card-featured {
        grid-column: auto;
        min-height: 340px;
    }

    .partner-logo {
        min-height: 130px;
    }

    .contact-card {
        gap: 38px;
        padding: 38px 24px;
        border-radius: 22px;
    }

    .contact-copy h2 {
        font-size: 40px;
    }

    .contact-link,
    .contact-hours {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .contact-link strong,
    .contact-hours strong {
        text-align: left;
    }

    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .brand-footer .brand-copy small {
        display: block;
    }

    .dialog-content {
        padding: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

/* Business practices page */
.main-nav a[aria-current="page"]:not(.nav-contact) {
    color: var(--green-2);
}

.practice-hero {
    position: relative;
    min-height: 780px;
    overflow: hidden;
    color: var(--white);
    background: var(--green);
}

.practice-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.5) 1px, transparent 0);
    background-size: 38px 38px;
    mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.practice-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
    align-items: center;
    gap: 84px;
    padding-top: 88px;
    padding-bottom: 64px;
}

.practice-hero-copy h1 {
    max-width: 760px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 5.2vw, 76px);
    font-weight: 500;
    letter-spacing: -0.048em;
    line-height: 1.04;
}

.practice-hero-copy h1 em {
    display: block;
    color: var(--gold);
    font-weight: inherit;
}

.practice-hero-copy > p:not(.eyebrow) {
    max-width: 700px;
    margin: 30px 0 0;
    color: #d4e1d9;
    font-size: 18px;
    line-height: 1.72;
}

.practice-map {
    position: relative;
    padding: 32px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 24px;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24);
}

.practice-map::before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 87px;
    left: 53px;
    width: 1px;
    background: #cbd8d0;
}

.practice-map-title {
    display: flex;
    flex-direction: column;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.practice-map-title span,
.practice-map-result span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.practice-map-title strong {
    margin-top: 3px;
    font-family: Georgia, serif;
    font-size: 23px;
    font-weight: 500;
}

.practice-map ol {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 14px 0;
    list-style: none;
}

.practice-map li {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 16px;
    min-height: 62px;
}

.practice-map li span {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--green-2);
    background: #edf3ef;
    border: 1px solid #d0ded5;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 11px;
}

.practice-map li strong {
    font-size: 13px;
    font-weight: 650;
}

.practice-map-result {
    display: flex;
    flex-direction: column;
    padding: 16px 18px;
    color: var(--white);
    background: var(--green-2);
    border-radius: 12px;
}

.practice-map-result span {
    color: #b9d1c3;
}

.practice-map-result strong {
    margin-top: 2px;
    font-size: 15px;
}

.practice-metrics {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.practice-metrics > div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 18px;
    min-height: 120px;
    padding: 20px 36px;
}

.practice-metrics > div:first-child {
    padding-left: 0;
}

.practice-metrics > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.practice-metrics strong {
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 500;
}

.practice-metrics span {
    max-width: 170px;
    color: #b8cec1;
    font-size: 12px;
    line-height: 1.45;
}

.practice-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.practice-orbit-one {
    width: 620px;
    height: 620px;
    top: 40px;
    right: -250px;
}

.practice-orbit-two {
    width: 340px;
    height: 340px;
    top: 170px;
    right: -90px;
}

.practice-solutions {
    background: var(--paper);
}

.practice-solution-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 60px;
}

.practice-solution-card {
    position: relative;
    min-height: 320px;
    padding: 28px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.practice-solution-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
    height: 74px;
    background: var(--green-3);
    border-radius: 74px 0 0 0;
}

.practice-solution-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.practice-solution-card > span {
    color: var(--green-2);
    font-family: Georgia, serif;
    font-size: 13px;
}

.practice-solution-card h3 {
    margin: 82px 0 14px;
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}

.practice-solution-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.practice-story {
    color: var(--white);
    background: #0d2e24;
}

.practice-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 96px;
}

.practice-story-copy {
    padding-top: 44px;
}

.practice-story-copy > p {
    margin: 0 0 20px;
    color: #aac0b4;
    font-size: 15px;
    line-height: 1.78;
}

.practice-story-copy .practice-story-lead {
    color: var(--white);
    font-family: Georgia, serif;
    font-size: 23px;
    line-height: 1.55;
}

.practice-story-note {
    display: flex;
    flex-direction: column;
    margin: 32px 0;
    padding: 26px 28px;
    color: var(--ink);
    background: var(--gold);
    border-radius: 16px;
}

.practice-story-note span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.practice-story-note strong {
    margin-top: 7px;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
}

.practice-capabilities {
    background: var(--white);
}

.capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 62px;
    overflow: hidden;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 20px;
}

.capability-card {
    position: relative;
    min-height: 330px;
    padding: 34px;
    background: var(--paper);
    transition: background 180ms ease, color 180ms ease;
}

.capability-card:hover {
    color: var(--white);
    background: var(--green-2);
}

.capability-number {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--green-2);
    background: var(--green-3);
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 13px;
}

.capability-card h3 {
    margin: 72px 0 14px;
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
}

.capability-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
    transition: color 180ms ease;
}

.capability-card:hover p {
    color: #c4d8cd;
}

.capability-arrow {
    position: absolute;
    top: 34px;
    right: 34px;
    color: var(--green-2);
    font-size: 19px;
}

.capability-card:hover .capability-arrow {
    color: var(--gold);
}

.practice-process {
    background: var(--paper);
}

.process-heading {
    max-width: 780px;
}

.process-heading h2 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.process-heading > p:last-child {
    max-width: 650px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 68px;
}

.process-grid::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 30px;
    right: 9%;
    left: 9%;
    height: 1px;
    background: #cbd5ce;
}

.process-step {
    position: relative;
    z-index: 1;
}

.process-step-number {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--green-2);
    border: 8px solid var(--paper);
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 12px;
    box-shadow: 0 0 0 1px #cbd5ce;
}

.process-step h3 {
    margin: 36px 0 12px;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 500;
}

.process-step p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.72;
}

.practice-result {
    color: var(--white);
    background: var(--green);
}

.result-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 62px;
}

.result-card {
    position: relative;
    min-height: 260px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
}

.result-card > span {
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 13px;
}

.result-card h3 {
    margin: 68px 0 12px;
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 500;
}

.result-card p {
    max-width: 490px;
    margin: 0;
    color: #bcd1c5;
    font-size: 14px;
    line-height: 1.75;
}

.practice-contact {
    padding-top: 92px;
}

@media (max-width: 1050px) {
    .practice-hero-grid {
        grid-template-columns: 1fr 0.76fr;
        gap: 42px;
    }

    .practice-hero-copy h1 {
        font-size: 56px;
    }

    .practice-solution-grid,
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid::before {
        display: none;
    }
}

@media (max-width: 820px) {
    .practice-hero-grid,
    .practice-story-grid {
        grid-template-columns: 1fr;
    }

    .practice-hero-grid {
        gap: 48px;
        padding-top: 70px;
    }

    .practice-map {
        max-width: 560px;
    }

    .practice-metrics {
        grid-template-columns: 1fr;
        padding: 18px 0 28px;
    }

    .practice-metrics > div,
    .practice-metrics > div:first-child {
        min-height: auto;
        padding: 16px 0;
        border-left: 0;
    }

    .practice-metrics > div + div {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .practice-story-grid {
        gap: 24px;
    }

    .practice-story-copy {
        padding-top: 0;
    }
}

@media (max-width: 560px) {
    .practice-hero-copy h1 {
        font-size: clamp(40px, 12vw, 52px);
    }

    .practice-hero-copy > p:not(.eyebrow) {
        font-size: 16px;
    }

    .practice-map {
        padding: 22px;
    }

    .practice-map::before {
        left: 43px;
    }

    .practice-solution-grid,
    .capability-grid,
    .process-grid,
    .result-grid {
        grid-template-columns: 1fr;
    }

    .practice-solution-card,
    .capability-card {
        min-height: 290px;
    }

    .practice-story-copy .practice-story-lead {
        font-size: 20px;
    }

    .process-heading h2 {
        font-size: 38px;
    }

    .process-step {
        padding-bottom: 10px;
    }

    .process-step h3 {
        margin-top: 22px;
    }

    .result-card {
        min-height: 245px;
        padding: 26px;
    }

    .practice-contact {
        padding-top: 68px;
    }
}

/* Strategic session page */
.session-hero {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    color: var(--white);
    background: var(--green);
}

.session-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background-image: linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.session-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.72fr);
    align-items: center;
    gap: 76px;
    padding-top: 82px;
    padding-bottom: 58px;
}

.session-hero-copy h1 {
    max-width: 820px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 5.1vw, 74px);
    font-weight: 500;
    letter-spacing: -0.048em;
    line-height: 1.04;
}

.session-hero-copy h1 em {
    display: block;
    color: var(--gold);
    font-weight: inherit;
}

.session-hero-copy > p:not(.eyebrow) {
    max-width: 760px;
    margin: 30px 0 0;
    color: #d2e0d8;
    font-size: 18px;
    line-height: 1.72;
}

.session-format-card {
    position: relative;
    padding: 30px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.97);
    border-radius: 24px;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.25);
}

.session-format-head {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.session-format-head > span,
.session-format-foot span {
    display: block;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.session-format-head > strong {
    display: block;
    margin-top: 8px;
    color: var(--green-2);
    font-family: Georgia, serif;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1;
}

.session-format-head p {
    max-width: 300px;
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.session-format-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 20px 0;
}

.session-format-grid > div {
    display: flex;
    min-height: 72px;
    flex-direction: column;
    justify-content: center;
    padding: 12px 14px;
    background: #edf3ef;
    border-radius: 10px;
}

.session-format-grid span {
    color: var(--green-2);
    font-family: Georgia, serif;
    font-size: 10px;
}

.session-format-grid strong {
    margin-top: 2px;
    font-size: 13px;
}

.session-format-foot {
    padding: 16px 18px;
    color: var(--white);
    background: var(--green-2);
    border-radius: 12px;
}

.session-format-foot span {
    color: #b8d0c2;
}

.session-format-foot strong {
    display: block;
    margin-top: 3px;
    font-size: 13px;
}

.session-metrics {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.session-metrics > div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 18px;
    min-height: 118px;
    padding: 20px 38px;
}

.session-metrics > div:first-child {
    padding-left: 0;
}

.session-metrics > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.session-metrics strong {
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 37px;
    font-weight: 500;
    white-space: nowrap;
}

.session-metrics span {
    max-width: 170px;
    color: #b9cdc2;
    font-size: 12px;
    line-height: 1.45;
}

.session-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.session-orbit-one {
    width: 590px;
    height: 590px;
    top: 80px;
    right: -230px;
}

.session-orbit-two {
    width: 360px;
    height: 360px;
    top: 195px;
    right: -70px;
}

.session-deliverables {
    background: var(--paper);
}

.session-deliverable-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 60px;
}

.session-deliverable-card {
    position: relative;
    min-height: 300px;
    padding: 28px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.session-deliverable-card::after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 90px;
    height: 90px;
    background: var(--green-3);
    border-radius: 50%;
}

.session-deliverable-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.session-deliverable-card > span {
    color: var(--green-2);
    font-family: Georgia, serif;
    font-size: 13px;
}

.session-deliverable-card h3 {
    margin: 70px 0 14px;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.session-deliverable-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.session-challenge {
    color: var(--white);
    background: #0d2e24;
}

.session-section-label {
    margin-bottom: 54px;
    color: var(--green-2);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.session-challenge .session-section-label {
    color: var(--gold);
}

.session-section-label-light {
    color: var(--gold);
}

.session-challenge-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
    gap: 96px;
}

.session-heading-lead {
    max-width: 560px;
    margin: 28px 0 0;
    color: #abc0b5;
    font-size: 16px;
    line-height: 1.75;
}

.challenge-list {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.challenge-list article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.challenge-list article > span {
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 12px;
}

.challenge-list h3 {
    margin: 0 0 7px;
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 500;
}

.challenge-list p {
    margin: 0;
    color: #aac0b4;
    font-size: 13px;
    line-height: 1.72;
}

.challenge-conclusion {
    display: grid;
    grid-template-columns: 0.58fr 1.1fr 1fr;
    gap: 38px;
    margin-top: 70px;
    padding: 30px;
    color: var(--ink);
    background: var(--gold);
    border-radius: 18px;
}

.challenge-conclusion span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.challenge-conclusion strong {
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
}

.challenge-conclusion p {
    margin: 0;
    color: #514421;
    font-size: 13px;
    line-height: 1.7;
}

.session-solution {
    background: var(--white);
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 60px;
}

.solution-card {
    min-height: 390px;
    padding: 32px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
}

.solution-card h3 {
    margin: 0 0 20px;
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 500;
}

.solution-card > p {
    min-height: 112px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.72;
}

.solution-card ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.solution-card li {
    position: relative;
    padding-left: 20px;
    color: #3f4b44;
    font-size: 12px;
    line-height: 1.55;
}

.solution-card li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--gold);
    border-radius: 50%;
}

.session-method {
    color: var(--white);
    background: var(--green);
}

.session-method-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 62px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
}

.session-method-card {
    min-height: 330px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.035);
}

.session-method-card > span {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--green);
    background: var(--gold);
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 13px;
}

.session-method-card h3 {
    margin: 74px 0 14px;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 500;
}

.session-method-card p {
    margin: 0;
    color: #b8cec1;
    font-size: 13px;
    line-height: 1.72;
}

.session-tools {
    background: var(--paper);
}

.session-tools-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 92px;
}

.session-tools-copy h2 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.session-tools-copy > p:last-child {
    max-width: 500px;
    margin: 26px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.tool-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.tool-grid article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 16px;
    min-height: 130px;
    padding: 22px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
}

.tool-grid article > span {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--green-2);
    border-radius: 50%;
    font-size: 18px;
}

.tool-grid h3 {
    margin: 2px 0 7px;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 500;
}

.tool-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.session-result {
    color: var(--white);
    background: #0d2e24;
}

.session-output-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 58px;
}

.session-output-card {
    min-height: 240px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
}

.session-output-card > span {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: var(--green);
    background: var(--gold);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
}

.session-output-card h3 {
    margin: 54px 0 11px;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.session-output-card p {
    margin: 0;
    color: #afc5b9;
    font-size: 12px;
    line-height: 1.6;
}

.session-effects-heading {
    display: grid;
    grid-template-columns: 0.38fr 1fr;
    align-items: end;
    gap: 40px;
    margin-top: 88px;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.session-effects-heading span {
    color: var(--gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.session-effects-heading strong {
    max-width: 650px;
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
}

.session-effects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 32px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.session-effects-grid article {
    min-height: 155px;
    padding: 25px;
    background: #0d2e24;
}

.session-effects-grid h3 {
    margin: 0 0 9px;
    font-family: Georgia, serif;
    font-size: 19px;
    font-weight: 500;
}

.session-effects-grid p {
    margin: 0;
    color: #a9c0b3;
    font-size: 12px;
    line-height: 1.6;
}

.session-timeline {
    background: var(--paper);
}

.session-timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 62px;
}

.session-timeline-card {
    min-height: 300px;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
}

.session-timeline-card > span {
    display: inline-flex;
    padding: 7px 11px;
    color: var(--green-2);
    background: var(--green-3);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.session-timeline-card h3 {
    margin: 70px 0 14px;
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 500;
}

.session-timeline-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.72;
}

.session-expertise {
    background: var(--white);
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 62px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.expertise-grid article {
    min-height: 230px;
    padding: 34px 28px;
}

.expertise-grid article + article {
    border-left: 1px solid var(--line);
}

.expertise-grid article > div {
    display: flex;
    align-items: baseline;
    gap: 7px;
    color: var(--green-2);
}

.expertise-grid strong {
    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
}

.expertise-grid span {
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.expertise-grid p {
    margin: 68px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.62;
}

.session-contact {
    padding: 94px 0 36px;
    background: var(--paper);
}

.session-contact-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    gap: 82px;
    padding: 70px;
    color: var(--white);
    background: var(--green);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.session-contact-copy h2 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(42px, 4vw, 60px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.session-contact-copy > p:last-child {
    max-width: 590px;
    margin: 25px 0 0;
    color: #c0d4c8;
    font-size: 16px;
    line-height: 1.75;
}

.organizer-list {
    display: grid;
    gap: 12px;
}

.organizer-list article {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 20px;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.organizer-list article > span {
    grid-column: 1 / -1;
    color: #95b3a3;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.organizer-list h3 {
    margin: 7px 0 4px;
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 500;
}

.organizer-list p,
.organizer-list article a {
    margin: 0;
    color: #c4d6cc;
    font-size: 11px;
}

.organizer-list article a {
    grid-column: 2;
    text-align: right;
}

.organizer-button {
    margin-top: 10px;
}

@media (max-width: 1140px) {
    .site-header .main-nav {
        gap: 20px;
        font-size: 13px;
    }

    .session-hero-grid {
        grid-template-columns: 1fr 0.72fr;
        gap: 42px;
    }

    .session-hero-copy h1 {
        font-size: 56px;
    }

    .session-deliverable-grid,
    .session-method-grid,
    .expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .session-method-card:nth-child(3),
    .session-method-card:nth-child(4),
    .expertise-grid article:nth-child(3),
    .expertise-grid article:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
    }

    .expertise-grid article:nth-child(3) {
        border-left: 0;
    }

    .session-output-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 980px) and (min-width: 821px) {
    .site-header .brand-copy small {
        display: none;
    }

    .site-header .main-nav {
        gap: 14px;
        font-size: 12px;
    }

    .site-header .nav-contact {
        padding: 10px 14px;
    }
}

@media (max-width: 820px) {
    .session-hero-grid,
    .session-challenge-grid,
    .session-tools-grid,
    .session-contact-card {
        grid-template-columns: 1fr;
    }

    .session-hero-grid {
        gap: 48px;
        padding-top: 70px;
    }

    .session-format-card {
        max-width: 560px;
    }

    .session-metrics {
        grid-template-columns: 1fr;
        padding: 18px 0 28px;
    }

    .session-metrics > div,
    .session-metrics > div:first-child {
        min-height: auto;
        padding: 16px 0;
        border-left: 0;
    }

    .session-metrics > div + div {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .session-challenge-grid {
        gap: 45px;
    }

    .challenge-conclusion {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .solution-grid,
    .session-timeline-grid {
        grid-template-columns: 1fr;
    }

    .solution-card > p {
        min-height: auto;
    }

    .session-tools-grid {
        gap: 42px;
    }

    .session-effects-heading {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .session-effects-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .session-contact-card {
        gap: 42px;
        padding: 50px;
    }
}

@media (max-width: 560px) {
    .session-hero-copy h1 {
        font-size: clamp(40px, 12vw, 51px);
    }

    .session-hero-copy > p:not(.eyebrow) {
        font-size: 16px;
    }

    .session-format-card {
        padding: 22px;
    }

    .session-format-head > strong {
        font-size: 62px;
    }

    .session-deliverable-grid,
    .session-method-grid,
    .session-output-grid,
    .session-effects-grid,
    .expertise-grid,
    .tool-grid {
        grid-template-columns: 1fr;
    }

    .session-deliverable-card,
    .session-method-card {
        min-height: 285px;
    }

    .session-method-card:nth-child(2),
    .expertise-grid article + article {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        border-left: 0;
    }

    .session-section-label {
        margin-bottom: 36px;
    }

    .solution-card {
        min-height: auto;
        padding: 26px;
    }

    .session-tools-copy h2 {
        font-size: 38px;
    }

    .session-output-card {
        min-height: 220px;
    }

    .expertise-grid article {
        min-height: 190px;
    }

    .expertise-grid p {
        margin-top: 40px;
    }

    .session-contact {
        padding-top: 68px;
    }

    .session-contact-card {
        padding: 38px 24px;
        border-radius: 22px;
    }

    .session-contact-copy h2 {
        font-size: 40px;
    }

    .organizer-list article {
        grid-template-columns: 1fr;
    }

    .organizer-list article a {
        grid-column: 1;
        text-align: left;
    }
}

/* Infographic enhancements */
.bp-route {
    padding: 96px 0;
    background: var(--white);
}

.bp-route-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
    align-items: end;
    gap: 70px;
}

.bp-route-heading h2,
.ss-architecture-copy h2 {
    max-width: 760px;
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.bp-route-heading > p {
    margin: 0 0 4px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.72;
}

.bp-route-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 64px;
}

.bp-route-flow::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 91px;
    right: 8%;
    left: 8%;
    height: 2px;
    background: linear-gradient(90deg, var(--green-3), var(--gold), var(--green-2));
}

.bp-route-flow article {
    position: relative;
    z-index: 1;
    min-height: 260px;
    padding: 22px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
}

.bp-route-flow article:not(:last-child)::after {
    content: "→";
    position: absolute;
    z-index: 3;
    top: 76px;
    right: -20px;
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    color: var(--green-2);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 12px;
}

.bp-route-number {
    position: absolute;
    top: 18px;
    right: 18px;
    color: var(--muted);
    font-family: Georgia, serif;
    font-size: 10px;
}

.bp-route-symbol {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--green-2);
    border: 7px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--line);
    font-family: Georgia, serif;
    font-size: 25px;
}

.bp-route-flow article:nth-child(3) .bp-route-symbol {
    color: var(--green);
    background: var(--gold);
}

.bp-route-flow article:last-child .bp-route-symbol {
    color: var(--green);
    background: var(--green-3);
}

.bp-route-flow h3 {
    margin: 52px 0 9px;
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 500;
}

.bp-route-flow p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.bp-route-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 24px;
}

.bp-route-products::before {
    content: "Возможный выход:";
    align-self: center;
    margin-right: 5px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bp-route-products span {
    padding: 8px 12px;
    color: var(--green-2);
    background: var(--green-3);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 650;
}

.bp-factor-map {
    position: relative;
    height: 430px;
    margin: 38px 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
}

.bp-factor-map::before,
.bp-factor-map::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.16);
    transform: translate(-50%, -50%);
}

.bp-factor-map::before {
    width: 70%;
    height: 1px;
}

.bp-factor-map::after {
    width: 1px;
    height: 70%;
}

.bp-factor-core,
.bp-factor {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

.bp-factor-core {
    top: 50%;
    left: 50%;
    width: 154px;
    height: 154px;
    color: var(--green);
    background: var(--gold);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
}

.bp-factor-core span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bp-factor-core strong {
    margin-top: 6px;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.bp-factor {
    width: 118px;
    height: 118px;
    color: var(--white);
    background: var(--green-2);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.bp-factor > span {
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 10px;
}

.bp-factor strong {
    margin-top: 2px;
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 500;
}

.bp-factor small {
    max-width: 90px;
    margin-top: 3px;
    color: #a9c0b3;
    font-size: 9px;
    line-height: 1.3;
}

.bp-factor-market { top: 26px; left: 50%; transform: translateX(-50%); }
.bp-factor-resources { top: 50%; right: 30px; transform: translateY(-50%); }
.bp-factor-risks { bottom: 26px; left: 50%; transform: translateX(-50%); }
.bp-factor-growth { top: 50%; left: 30px; transform: translateY(-50%); }

.bp-story-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.bp-story-points article {
    min-height: 132px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.bp-story-points span {
    color: var(--gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bp-story-points p {
    margin: 28px 0 0;
    color: #b2c8bb;
    font-size: 11px;
    line-height: 1.55;
}

.capability-code {
    position: absolute;
    top: 44px;
    left: 88px;
    color: #a3ada7;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.capability-card:hover .capability-code {
    color: #b8d0c2;
}

.ss-architecture {
    padding: 104px 0;
    background: var(--white);
}

.ss-architecture-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.28fr);
    align-items: center;
    gap: 88px;
}

.ss-architecture-copy > p:not(.eyebrow) {
    max-width: 520px;
    margin: 26px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.ss-architecture-legend {
    display: grid;
    gap: 11px;
    margin-top: 34px;
}

.ss-architecture-legend span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 11px;
}

.ss-architecture-legend i {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--green-3);
    border-radius: 50%;
}

.ss-architecture-legend span:nth-child(2) i { background: var(--gold); }
.ss-architecture-legend span:nth-child(3) i { background: var(--green-2); }

.ss-system-map {
    position: relative;
    min-height: 610px;
    padding: 30px;
    overflow: hidden;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 26px;
    background-image: radial-gradient(circle at 1px 1px, rgba(18, 63, 49, 0.14) 1px, transparent 0);
    background-size: 24px 24px;
}

.ss-input-node,
.ss-roadmap-node {
    position: absolute;
    left: 50%;
    z-index: 3;
    display: flex;
    width: 260px;
    min-height: 86px;
    flex-direction: column;
    justify-content: center;
    padding: 14px 18px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    transform: translateX(-50%);
}

.ss-input-node { top: 26px; }
.ss-roadmap-node { bottom: 24px; color: var(--white); background: var(--green-2); border-color: var(--green-2); }

.ss-input-node span,
.ss-roadmap-node span {
    color: var(--muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ss-roadmap-node span { color: #abc3b5; }

.ss-input-node strong,
.ss-roadmap-node strong {
    margin-top: 3px;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 500;
}

.ss-input-node small,
.ss-roadmap-node small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 9px;
}

.ss-roadmap-node small { color: #b8cfc2; }

.ss-core-node {
    position: absolute;
    z-index: 3;
    top: 205px;
    left: 50%;
    display: flex;
    width: 176px;
    height: 176px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--green);
    text-align: center;
    background: var(--gold);
    border: 10px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 18px 48px rgba(18, 63, 49, 0.2);
    transform: translateX(-50%);
}

.ss-core-node span {
    font-family: Georgia, serif;
    font-size: 13px;
}

.ss-core-node strong {
    margin-top: 4px;
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.16;
}

.ss-core-node small {
    max-width: 130px;
    margin-top: 7px;
    font-size: 8px;
}

.ss-map-line {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 2px;
    background: var(--green-2);
    transform: translateX(-50%);
}

.ss-map-line-in { top: 112px; height: 94px; }
.ss-map-line-out { top: 380px; height: 126px; }

.ss-output-nodes {
    position: absolute;
    z-index: 4;
    top: 404px;
    right: 26px;
    left: 26px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.ss-output-nodes div {
    min-height: 70px;
    padding: 12px 8px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
}

.ss-output-nodes span {
    display: block;
    color: var(--green-2);
    font-family: Georgia, serif;
    font-size: 9px;
}

.ss-output-nodes strong {
    display: block;
    margin-top: 4px;
    font-size: 11px;
}

.solution-visual {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
}

.solution-visual span {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--green-2);
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 11px;
}

.solution-visual i {
    width: 58px;
    height: 1px;
    background: var(--gold);
}

.solution-card h3 {
    margin-top: 0;
}

.ss-rhythm {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 60px;
    padding-bottom: 43px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
}

.ss-rhythm article {
    min-height: 190px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.055);
}

.ss-rhythm article:nth-child(2),
.ss-rhythm article:nth-child(4) {
    background: rgba(255, 255, 255, 0.085);
}

.ss-rhythm article > span {
    color: var(--gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ss-rhythm article strong {
    display: block;
    margin-top: 48px;
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 500;
}

.ss-rhythm article small {
    display: block;
    margin-top: 7px;
    color: #adc3b6;
    font-size: 10px;
    line-height: 1.5;
}

.ss-rhythm-scale {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 42px;
    color: var(--green);
    background: var(--gold);
}

.ss-rhythm-scale span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ss-rhythm-scale span + span {
    border-left: 1px solid rgba(18, 63, 49, 0.2);
}

.session-method-grid {
    margin-top: 18px;
}

@media (max-width: 1050px) {
    .bp-route-flow {
        grid-template-columns: repeat(3, 1fr);
    }

    .bp-route-flow::before,
    .bp-route-flow article::after {
        display: none !important;
    }

    .ss-architecture-grid {
        grid-template-columns: 0.75fr minmax(440px, 1.25fr);
        gap: 48px;
    }
}

@media (max-width: 820px) {
    .bp-route {
        padding: 78px 0;
    }

    .bp-route-heading,
    .ss-architecture-grid {
        grid-template-columns: 1fr;
    }

    .bp-route-heading {
        gap: 25px;
    }

    .bp-route-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .bp-story-points {
        grid-template-columns: 1fr;
    }

    .bp-story-points article {
        min-height: auto;
    }

    .bp-story-points p {
        margin-top: 16px;
    }

    .ss-architecture {
        padding: 82px 0;
    }

    .ss-architecture-grid {
        gap: 46px;
    }

    .ss-system-map {
        width: min(100%, 620px);
    }

    .ss-rhythm {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 0;
    }

    .ss-rhythm-scale {
        display: none;
    }
}

@media (max-width: 560px) {
    .bp-route-heading h2,
    .ss-architecture-copy h2 {
        font-size: 38px;
    }

    .bp-route-flow {
        grid-template-columns: 1fr;
    }

    .bp-route-flow article {
        min-height: 220px;
    }

    .bp-route-flow h3 {
        margin-top: 34px;
    }

    .bp-factor-map {
        display: grid;
        height: auto;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 14px;
        background-image: none;
    }

    .bp-factor-map::before,
    .bp-factor-map::after {
        display: none;
    }

    .bp-factor-core,
    .bp-factor,
    .bp-factor-market,
    .bp-factor-resources,
    .bp-factor-risks,
    .bp-factor-growth {
        position: static;
        width: 100%;
        height: 130px;
        border-radius: 14px;
        transform: none;
    }

    .bp-factor-core {
        grid-column: 1 / -1;
    }

    .ss-system-map {
        min-height: 650px;
        padding: 18px;
    }

    .ss-input-node,
    .ss-roadmap-node {
        width: calc(100% - 36px);
    }

    .ss-output-nodes {
        top: 398px;
        grid-template-columns: repeat(2, 1fr);
    }

    .ss-roadmap-node {
        bottom: 18px;
    }

    .ss-map-line-out {
        height: 172px;
    }

    .ss-rhythm {
        grid-template-columns: 1fr;
    }

    .ss-rhythm article {
        min-height: 170px;
    }

    .ss-rhythm article strong {
        margin-top: 34px;
    }
}
