.container {
    width: min(100% - 34px, 560px)
}

.topbar-inner {
    min-height: 68px
}

.desktop-nav,
.header-phone {
    display: none
}

.menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid var(--line);
    background: transparent
}

.menu-toggle span {
    display: block;
    width: 16px;
    height: 1px;
    background: var(--ink)
}

.mobile-menu {
    display: flex;
    max-height: 0;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .25s, opacity .2s
}

.mobile-menu.is-open {
    max-height: 290px;
    padding: 0 17px 17px;
    opacity: 1
}

.mobile-menu a {
    border-top: 1px solid var(--line);
    padding: 14px 0;
    font-size: .77rem;
    font-weight: 700
}

.mobile-menu .mobile-phone {
    border: 0;
    padding-top: 12px;
    color: var(--teal);
    font: 700 .67rem "Space Mono", monospace
}

.hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 52px;
    padding-top: 70px;
    padding-bottom: 63px
}

.hero h1 {
    font-size: clamp(3.5rem, 15vw, 5.25rem);
    max-width: 100%;
    overflow-wrap: normal
}

.hero-description {
    font-size: .88rem
}

.actions {
    align-items: stretch;
    flex-direction: column
}

.button {
    justify-content: flex-start;
    width: max-content;
    max-width: 100%;
    padding-inline: 20px
}

.hero-note {
    margin-top: 42px
}

.portrait {
    min-height: 440px;
    margin-right: 14px
}

.portrait-frame {
    width: 90%
}

.info-grid {
    grid-template-columns: 1fr
}

.info-cell,
.info-cell:first-child {
    min-height: 87px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 17px 0
}

.info-cell:last-child {
    border-bottom: 0
}

.section {
    padding: 86px 0
}

.section-heading,
.scope-section,
.experience,
.contact-grid {
    display: block
}

.section-heading {
    margin-bottom: 40px
}

.section-heading h2 {
    margin-top: 24px;
    font-size: clamp(3.1rem, 15vw, 5rem)
}

.section-heading p {
    margin-top: 22px;
    font-size: .86rem
}

.method-grid {
    grid-template-columns: 1fr
}

.method-grid article {
    min-height: 206px
}

.method-grid h3 {
    margin-top: 45px
}

.scope-section {
    padding-top: 86px
}

.scope-intro h2,
.experience h2 {
    font-size: clamp(3.1rem, 14vw, 4.8rem)
}

.scope-list {
    margin-top: 42px
}

.scope-list>div {
    grid-template-columns: 39px 1fr 26px;
    gap: 10px;
    min-height: 98px
}

.scope-list strong {
    font-size: .92rem
}

.scope-list em {
    font-size: .7rem
}

.experience {
    min-height: 0;
    padding: 0
}

.experience>div:first-child {
    padding: 37px 27px 29px
}

.experience-stat {
    min-height: 245px;
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 33px 27px
}

.contact-section {
    padding: 88px 0 100px
}

.contact-grid {
    gap: 57px
}

.contact-section h2 {
    font-size: clamp(4rem, 18vw, 6.4rem)
}

.contact-phone {
    font-size: clamp(2.05rem, 10vw, 3.1rem)
}

.footer-inner {
    min-height: 116px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.footer-inner span:last-child {
    text-align: left
}