/* Global */
body {
    font-family: 'Geist', 'Times New Roman', Times, serif;
    position: relative;
}

.w-10p {
    width: 10%;
}

.w-20p {
    width: 20%;
}

.w-30p {
    width: 30%;
}

.w-40p {
    width: 40%;
}

.w-50p {
    width: 50%;
}

.w-60p {
    width: 60%;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.top-2p {
    top: 2%;
}

.top-4p {
    top: 4%;
}

.top-10p {
    top: 10%;
}

.primary-color {
    color: #2B543B;
}

.secondary-color {
    color: #5A665F;
}

.gap-2rem {
    gap: 2rem;
}

.gap-3rem {
    gap: 2rem;
}

.max-w-100 {
    max-width: 100%;
}

.wrapper {
    width: 90%;
    margin: auto;
}

.recent-work-section .wrapper,
.purpose-section .wrapper,
.process-section .wrapper,
.contact-cta-section .wrapper,
.about-story-section .wrapper,
.about-values-section .wrapper,
.portfolio-section .wrapper,
.contact-section .wrapper {
    width: 88.8889%;
    max-width: 1280px;
}

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

.u-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.u-flex-center-gap-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.u-inline-flex-center-gap-sm {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.u-img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Header */
.site-header {
    top: 0.3%;
}

.site-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
}

.site-header__brand {
    justify-self: start;
}

.site-header__actions {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 1rem;
}

.header-logo-img {
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 85px;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-self: center;
}

.site-nav__panel {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.site-header__language {
    display: inline-flex;
    align-items: center;
}

.site-nav__language {
    display: none;
}

.language-switch {
    text-decoration: none;
}

.header-nav-item {
    color: #7A7A7A;
    font-size: 1.45rem;
    text-decoration: none;
    outline: 0;
    border: 0;
}

.header-nav-item.active,
.header-nav-item:hover {
    color: #4C4343;
    font-weight: 500;
    position: relative;
}

.header-nav-item.active::after,
.header-nav-item:hover::after {
    content: "";
    position: absolute;
    background-color: #DEA336;
    border-radius: 8px;
    height: 3px;
    width: 55%;
    bottom: -5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.language-switch-text {
    color: #B77D10;
    font-size: 1.15rem;
    font-weight: 500;
}

.header-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    background-color: #fff;
    /*border: 0.0625rem solid rgba(43, 84, 59, 0.14);
    */
    box-shadow: 0 0.625rem 1.5rem rgba(43, 84, 59, 0.12);
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.header-menu-toggle span {
    display: block;
    width: 100%;
    height: 0.125rem;
    background-color: #2b543b;
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Home */
.hero-section {
    padding: 5rem 0;
}

.hero-circle {
    border: 80px solid #DEA336;
    opacity: 0.1;
    border-radius: 50%;    
}

.hero-circle-1 {
    right: -10%;
    top: -5%;
    width: 75%;
    height: 127%;
}

.hero-circle-2 {
    right: -25%;
    top: -22%;
    width: 103%;
    height: 173%;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.hero-text {
    font-size: 1.6rem;
    font-weight: 400;
}

.hero-floating {
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.35);
    min-width: 160px;
}

.hero-floating-1 {
    top: 17%;
    left: 0;
}

.hero-floating-2 {
    right: 10%;
    top: 10%;
}

.hero-floating-3 {
    bottom: 5%;
    left: 19%;
}

.hero-floating-text {
    color: #49514B;
    font-size: 1.5rem;
}

.primary-button {
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
    background-color: #F8AA19;
    padding: 8px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.help-section {
    background-color: #fcfcfc;
    padding: 112px 0 59px;
}

.help-section__inner {
    position: relative;
    width: min(1280px, calc(100% - 40px));
    min-height: 867px;
    margin: 0 auto;
}

.help-section__background {
    position: absolute;
    background-color: #f8c973;
}

.help-section__background--main {
    top: 118px;
    right: 0;
    width: 986.863px;
    height: 650px;
    border-top-left-radius: 150px;
    z-index: 2;
}

.help-section__background--accent {
    top: 318px;
    left: 0;
    width: 167.776px;
    height: 170px;
    border-top-left-radius: 100px;
}

.help-section__ring {
    position: absolute;
    right: 134.894px;
    z-index: 1;
    bottom: 40px;
    width: 113px;
    height: 120px;
    border: 8.8px solid #2b543b;
    border-radius: 50%;
}

.help-section__dots {
    position: absolute;
    bottom: -1px;
    width: 184.742px;
    height: 112px;
    background-image: url("../images/Group 70.svg");
    background-repeat: no-repeat;
    background-size: 381.738px 112px;
}

.help-section__dots--left {
    left: 53px;
    background-position: left top;
}

.help-section__dots--right {
    left: 249.996px;
    background-position: right top;
}

.help-section__intro {
    position: absolute;
    top: 364px;
    left: 24px;
    width: 411px;
    z-index: 2;
}

.help-section__title {
    margin: 0;
    color: #2b543b;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0.05em;
}

.help-section__text {
    margin: 24px 0 0;
    color: #5a665f;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

.help-feature-card {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    min-height: 379px;
    padding: 39px 24px 20px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 40px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.help-feature-card--smart {
    top: 4%;
    left: 38%;
}

.help-feature-card--growth {
    top: -5%;
    left: 63%;
}

.help-feature-card--presence {
    top: 54%;
    left: 38%;
}

.help-feature-card--insights {
    top: 45%;
    left: 63%;
}

.help-feature-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114.05px;
    height: 121px;
    border-radius: 20px;
}

.help-feature-card__icon img {
    display: block;
    width: 69.75px;
    height: 74px;
}

.help-feature-card__icon--smart {
    background-color: #f1f7ff;
}

.help-feature-card__icon--growth {
    background-color: #fff7e3;
}

.help-feature-card__icon--presence {
    background-color: #ffe9f4;
}

.help-feature-card__icon--insights {
    background-color: #deffee;
}

.help-feature-card__title {
    margin: 24px 0 0;
    color: #112218;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
}

.help-feature-card__text {
    margin: 8px 0 0;
    color: #757575;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
}

.help-feature-card--smart .help-feature-card__title,
.help-feature-card--growth .help-feature-card__title {
    width: 188px;
}

.help-feature-card--presence .help-feature-card__title {
    width: 225px;
}

.help-feature-card--insights .help-feature-card__title {
    width: 218px;
}

.help-feature-card--smart .help-feature-card__text,
.help-feature-card--growth .help-feature-card__text,
.help-feature-card--insights .help-feature-card__text {
    width: 231px;
}

.help-feature-card--presence .help-feature-card__text {
    width: 258px;
}







.recent-work-section {
    padding: 8.25rem 0 7rem;
    background-color: #fcfcfc;
}

.recent-work-section__header {
    width: 100%;
}

.recent-work-section__heading-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.recent-work-section__title,
.purpose-section__title,
.process-section__title,
.contact-cta-card__title,
.about-page .section-heading,
.services-page .section-heading,
.services-page .services-overview-card__title,
.services-page .services-included-item__title,
.portfolio-page .section-heading,
.portfolio-page .recent-work-card__title,
.contact-page .contact-card__title,
.contact-page .contact-card__info-title {
    margin: 0;
    color: #2b543b;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3333;
    letter-spacing: 0.04em;
}

.recent-work-section__text,
.purpose-section__text,
.contact-cta-card__text,
.about-page .section-copy,
.services-page .section-copy,
.services-page .services-overview-card__text,
.services-page .services-included-item__text,
.portfolio-page .section-copy,
.portfolio-page .recent-work-card__description {
    color: #5a665f;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    letter-spacing: 0.04em;
}

.recent-work-section__text {
    width: 100%;
    margin: 2.5rem 0 0;
}

.recent-work-section__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9.25rem;
    min-height: 4rem;
    padding: 0.5rem 1.75rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-decoration: none;
    background-color: #f8aa19;
    border-radius: 2.1875rem;
    transition: transform 0.2s ease;
}

.recent-work-section__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
    align-items: stretch;
}

.recent-work-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(168, 184, 173, 0.7);
    border-radius: 1.875rem;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.recent-work-card__media {
    margin: 1.5rem 1.5rem 0;
    border-radius: 1.375rem;
    overflow: hidden;
}

.recent-work-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 361 / 229.614;
    object-fit: cover;
}

.recent-work-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem 1.5rem 2rem;
    text-align: center;
}

.recent-work-card__title {
    margin: 0;
    color: #244430;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.recent-work-card__description {
    margin: 1.5rem 0 0;
    color: #5a665f;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4;
}

.recent-work-section__cta:hover {
    transform: translateY(-0.125rem);
}







.purpose-section {
    padding: 6.4375rem 0 7rem;
    background-color: #fcfcfc;
}

.purpose-section__layout {
    display: grid;
    grid-template-columns: minmax(0, 66.0156%) minmax(17rem, 32.1094%);
    gap: 1.875rem;
    align-items: start;
}

.purpose-section__text {
    margin: 2.5rem 0 0;
}

.purpose-section__highlights {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    gap: 5px;
}

.purpose-highlight {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.purpose-highlight__icon {
    display: flex;
    flex: 0 0 3.5rem;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #f8aa19;
    border-radius: 0.75rem;
}

.purpose-highlight__icon img {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
}

.purpose-highlight__content {
    min-width: 0;
}

.purpose-highlight__title {
    margin: 0;
    color: #2b543b;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4286;
    letter-spacing: 0.04em;
}

.purpose-highlight__text {
    margin: 0;
    color: #828282;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6667;
    letter-spacing: 0.04em;
}





.process-section {
    padding: 4.6875rem 0 6.4375rem;
    background-color: #fcfcfc;
    overflow: hidden;
}

.process-section__canvas {
    position: relative;
    min-height: 46rem;
}

.process-section__intro {
    position: relative;
    z-index: 2;
    max-width: 70%;
}

.process-section__text {
    margin: 2rem 0 0;
    max-width: 38.375rem;
    color: #5a665f;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    letter-spacing: 0.04em;
}

.process-section__visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.process-section__path {
    position: absolute;
    top: 11.5rem;
    left: 0;
    width: min(84.2236%, 67.3789rem);
    height: auto;
    overflow: visible;
}

.process-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-step {
    position: absolute;
    z-index: 2;
    width: min(18.5507rem, 23.2vw);
    max-width: 100%;
}

.process-step--discover {
    top: 32.5rem;
    left: 10.3106%;
}

.process-step--develop {
    top: 24.25rem;
    left: 48.9855%;
}

.process-step--launch {
    top: 8.875rem;
    left: 76.8116%;
}

.process-step__number {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 12.75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
    opacity: 0.05;
}

.process-step__marker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.2402rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 1.25rem;
}

.process-step__marker-core {
    width: 1.5238rem;
    height: 1.4375rem;
    background-color: #57906d;
    border-radius: 0.625rem;
}

.process-step__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 18.4845rem;
    margin-top: 1.5rem;
}

.process-step__title {
    margin: 0 0 0.0625rem;
    color: #3f7d57;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.03em;
}

.process-step__description {
    margin: 0;
    color: #64607d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: -0.02em;
}







.contact-cta-section {
    padding: 4.25rem 0 7rem;
    background-color: #fcfcfc;
}

.contact-cta-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 3rem 4.5703% 2rem;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 2.5rem;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.contact-cta-card__header {
    width: 100%;
    max-width: 90.8594%;
    text-align: center;
}

.contact-cta-card__text {
    margin: 2.5rem 0 0;
    text-align: center;
}

.contact-cta-card__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.contact-cta-card__social-link,
.site-footer__social-link,
.contact-card__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.contact-cta-card__social-link {
    width: 2.5rem;
    height: 2.5rem;
}

.contact-cta-card__social-link img,
.site-footer__social-link img,
.contact-card__social-link img {
    display: block;
}

.contact-cta-card__social-link img {
    width: 2.5rem;
    height: 2.5rem;
}

.contact-cta-card__social-link--tiktok {
    width: 2.1875rem;
}

.contact-cta-card__social-link--tiktok img {
    width: 2.1875rem;
    height: 2.5rem;
}

.contact-cta-card__social-link:hover,
.site-footer__social-link:hover,
.contact-card__social-link:hover {
    transform: translateY(-0.125rem);
}

.contact-cta-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13.875rem;
    min-height: 4rem;
    padding: 0.5rem 2rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.01em;
    background-color: #f8aa19;
    border-radius: 3.3125rem;
    text-decoration: none;
}

.section-heading {
    margin: 0;
    color: #2b543b;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3333;
    letter-spacing: 0.04em;
}

.section-heading--center {
    text-align: center;
}

.section-copy {
    margin: 0;
    color: #5a665f;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.4286;
}

/* About */
.about-page {
    padding-top: 10.625rem;
    background-color: #fcfcfc;
}

.about-story-section {
    padding: 0 0 6.5rem;
}

.about-story-stack {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.about-story-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 49.0625%);
    gap: 2.5rem;
    align-items: center;
}

.about-story-card--reverse {
    grid-template-columns: minmax(0, 49.0625%) minmax(0, 1fr);
}

.about-story-card--reverse .about-story-card__content {
    grid-column: 2;
    grid-row: 1;
}

.about-story-card--reverse .about-story-card__media {
    grid-column: 1;
    grid-row: 1;
}

.about-story-card__title {
    max-width: 33.5rem;
}

.about-story-card__text {
    margin-top: 2rem;
    font-weight: 400;
}

.about-story-card__media img {
    display: block;
    width: 100%;
    border-radius: 1.5625rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.12);
}

.about-values-section {
    padding: 0 0 6.75rem;
}

/* Services */
.services-page {
    padding-top: 10.625rem;
    background-color: #fcfcfc;
}

.services-hero-section {
    padding: 0 0 6.625rem;
    overflow: visible;
}

.services-hero-panel {
    --services-hero-panel-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 846 658' fill='none'%3E%3Cpath d='M0 102.714C0 87.653 11.465 75.068 26.461 73.668L814.116 0.129C831.224 -1.469 846 11.992 846 29.175V628.315C846 645.498 831.224 658.958 814.116 657.361L26.461 583.822C11.465 582.422 0 569.837 0 554.776V102.714Z' fill='%23BDB6A8' fill-opacity='.3'/%3E%3C/svg%3E");
    --services-hero-media-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 570 525'%3E%3Cpath d='M570 88.189C570 72.936 558.555 60.111 543.401 58.382L33.401 0.197C15.601 -1.834 0 12.088 0 30.004V494.018C0 511.483 14.86 525.256 32.275 523.931L542.275 485.141C557.916 483.952 570 470.914 570 455.228V88.189Z' fill='black'/%3E%3C/svg%3E");
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    align-items: center;
    min-height: clamp(28rem, 46vw, 41.4491rem);
    padding: clamp(0.5rem, 1vw, 1rem) 0;
    isolation: isolate;
    overflow: visible;
}

.services-hero-panel::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: min(74%, 52.875rem);
    height: min(100%, 41.4491rem);
    background: center / 100% 100% no-repeat var(--services-hero-panel-shape);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

.services-hero-panel__content,
.services-hero-panel__media {
    position: relative;
    z-index: 2;
}

.services-hero-panel__content {
    grid-column: 2;
    grid-row: 1;
    width: min(100%, 35.375rem);
    justify-self: start;
    margin-right: 0;
    margin-left: clamp(2.75rem, 5vw, 4.5rem);
    align-self: center;
    z-index: 2;
}

.services-hero-panel__title {
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.services-hero-panel__text {
    margin-top: 2.25rem;
    font-weight: 400;
    line-height: 1.4286;
}

.services-hero-panel__cta {
    margin-top: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    min-width: 13.875rem;
    text-align: center;
}

.services-hero-panel__media {
    grid-column: 1 / span 2;
    grid-row: 1;
    position: relative;
    top: auto;
    left: 4%;
    width: min(49%, 35.625rem);
    margin-left: clamp(0rem, 1vw, 0.75rem);
    transform: none;
    align-self: center;
    z-index: 3;
    -webkit-mask-image: var(--services-hero-media-shape);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: var(--services-hero-media-shape);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    overflow: hidden;
}

.services-hero-panel__media img {
    display: block;
    width: 100%;
    aspect-ratio: 570 / 525;
    object-fit: cover;
}

.services-overview-section {
    padding: 0 0 10.875rem;
}

.services-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.services-overview-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 24.875rem;
    padding: 2rem 1rem;
    text-align: center;
    background-color: #fff;
    border: 0.0625rem solid #c5c3c3;
    border-radius: 1.5625rem;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.services-overview-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 1.0744rem;
}

.services-overview-card__icon img {
    display: block;
    width: 4rem;
    height: 4rem;
}

.services-overview-card__icon--website {
    background-color: #fff7e3;
}

.services-overview-card__icon--mobile {
    background-color: #f1f7ff;
}

.services-overview-card__icon--systems {
    background-color: #d9f2e4;
}

.services-overview-card__title {
    margin: 1rem 0 0;
    color: #244430;
    font-weight: 500;
}

.services-overview-card__text {
    margin-top: 0.5rem;
    max-width: 23.6667rem;
}

.services-included-section {
    padding: 0 0 10.875rem;
}

.services-included-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 3rem;
    margin-top: 2rem;
}

.services-included-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.services-included-item__number {
    display: inline-flex;
    flex: 0 0 2.75rem;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.875rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    background-color: #f8aa19;
    border-radius: 0.625rem;
}

.services-included-item__content {
    min-width: 0;
}

.services-included-item__title {
    margin: 0;
    color: #244430;
    font-weight: 500;
}

.services-included-item__text {
    margin-top: 0.25rem;
}







/* Portfolio */
.portfolio-page {
    padding-top: 10.625rem;
    background-color: #fcfcfc;
}

.portfolio-section {
    padding: 0 0 7rem;
}

.portfolio-section__header {
    max-width: 72.6875rem;
    margin: 0 auto;
    text-align: center;
}

.portfolio-section__text {
    margin-top: 2.5rem;
}

.portfolio-tabs {
    margin-top: 2rem;
}

.portfolio-tabs__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.portfolio-tabs__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    padding: 0.5rem 1.75rem;
    color: #666;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    background-color: transparent;
    border: 0.0625rem solid #cfcdcd;
    border-radius: 999px;
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.portfolio-tabs__button:hover,
.portfolio-tabs__button:focus-visible {
    color: #244430;
    border-color: #f8aa19;
    outline: none;
    transform: translateY(-0.125rem);
}

.portfolio-tabs__button.is-active {
    color: #fff;
    background-color: #f8aa19;
    border-color: #f8aa19;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 1.5rem;
    margin-top: 2rem;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.portfolio-grid.is-transitioning {
    opacity: 0;
    transform: translateY(0.75rem);
}

.portfolio-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.14);
}

.portfolio-card__media {
    background: linear-gradient(135deg, #7d6436 0%, #1f190d 100%);
}

.portfolio-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 361 / 229.614;
    object-fit: cover;
}

.portfolio-card__content {
    text-align: center;
}

.portfolio-card[hidden] {
    display: none !important;
}







.site-footer {
    position: relative;
    padding: 3.5rem 0 1.5rem;
    background-color: #eae9e9;
    border-top: 0.125rem solid #f8aa19;
    overflow: hidden;
}

.site-footer::after {
    content: "";
    position: absolute;
    right: -17.5rem;
    bottom: -18rem;
    width: 35rem;
    aspect-ratio: 1;
    background-color: #f4a907;
    border-radius: 50%;
    pointer-events: none;
}

.site-footer .wrapper {
    position: relative;
    z-index: 1;
    width: 88.8889%;
    max-width: 1280px;
}

.site-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 2.5625rem;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(19rem, 25.625rem) minmax(8rem, 9.5rem) minmax(20rem, 23.375rem);
    justify-content: space-between;
    align-items: start;
    column-gap: 6rem;
}

.site-footer__brand {
    max-width: 25.625rem;
}

.site-footer__logo {
    display: inline-flex;
    align-items: baseline;
    gap: 0.375rem;
    color: #2b543b;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3125;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.site-footer__logo-primary {
    color: #2b543b;
}

.site-footer__logo-accent {
    color: #f4a907;
}

.site-footer__description {
    margin: 1rem 0 0;
    color: #5a665f;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.site-footer__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 0.1875rem;
}

.site-footer__nav-link {
    color: #939995;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3182;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__nav-link--active,
.site-footer__nav-link:hover {
    color: #2b543b;
}

.site-footer__contact {
    position: relative;
    max-width: 23.375rem;
}

.site-footer__title {
    margin: 0;
    color: #2b543b;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1667;
    letter-spacing: 0.0048em;
}

.site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.site-footer__social-link,
.contact-card__social-link {
    width: 2rem;
    height: 2rem;
    max-width: 100%;
    max-height: 100%;
}

.site-footer__social-link--tiktok {
    width: 1.75rem;
}

.site-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.125rem;
}

.site-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    color: #5a665f;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
}

.site-footer__contact-link {
    color: inherit;
    text-decoration: none;
}

.site-footer__contact-link:hover {
    text-decoration: underline;
}

.site-footer__contact-item img,
.site-footer__contact-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    color: #2b543b;
}

.site-footer__contact-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.site-footer__bottom {
    padding-top: 2rem;
    border-top: 0.0625rem solid #a7b0ab;
}

.site-footer__copyright {
    margin: 0;
    color: #2b543b;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2223;
    text-align: center;
}







.contact-page {
    padding: 9rem 0 6rem;
    background: #f6f2eb;
}

.contact-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(21rem, 0.92fr);
    gap: 0;
    padding-left: 0;
    background-color: #f4f2ef;
    border: 0.0625rem solid #c4b9a4;
    border-radius: 1.875rem;
    box-shadow: 0 0.1875rem 0.625rem rgba(85, 73, 50, 0.14);
    overflow: hidden;
}

.contact-card__form-column {
    padding: 1.5rem 1.5rem 1.25rem;
}

.contact-card__title {
    margin: 0;
    color: #2b543b;
    font-weight: 600;
    letter-spacing: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.contact-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-form__input {
    width: 100%;
    padding: 0.9375rem 1.25rem;
    color: #5f625d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35;
    background-color: #d8d8d6;
    border: 0.0625rem solid #c6c6c3;
    border-radius: 0.5rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form__input::placeholder {
    color: #6d726f;
}

.contact-form__input:focus {
    border-color: #f4a907;
    box-shadow: 0 0 0 0.125rem rgba(244, 169, 7, 0.18);
    background-color: #dddddb;
}

.contact-form__input--message {
    min-height: 6.25rem;
    resize: vertical;
}

.contact-form__input--invalid {
    border-color: #d64545;
}

.contact-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-width: 10rem;
    min-height: 3rem;
    padding: 0.5rem 1.75rem;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1;
    background-color: #f4a907;
    border: 0;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.contact-form__submit:hover {
    background-color: #de9806;
    transform: translateY(-0.0625rem);
}

.contact-form__alert {
    margin-top: 1.5rem;
    padding: 0.875rem 1rem;
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

.contact-form__alert--success {
    color: #1f5133;
    background-color: #e4f6e8;
    border: 0.0625rem solid #b7e2c0;
}

.contact-form__alert--error {
    color: #8d1f1f;
    background-color: #fdeaea;
    border: 0.0625rem solid #f2c0c0;
}

.contact-form__error {
    margin: 0;
    color: #b42318;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.contact-card__info-column {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem 1rem 1.5rem 1rem;
    color: #f5efe1;
    background: #2e643e;
}

.contact-card__info-column::after {
    content: "";
    position: absolute;
    right: -6.75rem;
    bottom: -8.75rem;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background: #f4a907;
    pointer-events: none;
}

.contact-card__info-title,
.contact-card__socials,
.contact-card__details {
    position: relative;
    z-index: 1;
}

.contact-page .contact-card__info-title {
    margin: 0;
    font-weight: 600;
    color: #fff;
}

.contact-card__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.contact-card__social-link--tiktok {
    width: 1.75rem;
}

.contact-card__details {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    margin-top: 1.75rem;
}

.contact-card__detail {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    color: #f5efe1;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.contact-card__detail-image {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.contact-card__detail-link {
    color: inherit;
    text-decoration: none;
}

.contact-card__detail-link:hover {
    text-decoration: underline;
}



/* Keep homepage section intros aligned with the shared typography scale. */
.home .section-heading.help-section__title,
.home .section-heading.recent-work-section__title,
.home .section-heading.purpose-section__title,
.home .section-heading.process-section__title {
    font-size: 3rem;
    line-height: 1.3333;
    letter-spacing: 0.04em;
}

.home .section-copy.help-section__text,
.home .section-copy.recent-work-section__text,
.home .section-copy.purpose-section__text,
.home .section-copy.process-section__text {
    font-size: 1.75rem;
    line-height: 1.4286;
}



/* Responsive Design */

@media screen and (min-width: 2000px) {
    .hero-floating-1 {
        left: 13%;
    }

    .hero-floating-2 {
        right: 20%;
    }
}

@media screen and (min-width: 1700px) {
    .hero-floating-1 {
        left: 7%;
    }

    .hero-floating-2 {
        right: 20%;
    }
}

@media screen and (max-width: 1600px) {
    .header-nav-item {
        font-size: 1.3rem;
    }

    .hero-title,
    .help-section__title {
        font-size: 2.2rem;
    }

    .hero-text,
    .help-section__text,
    .recent-work-section__text,
    .purpose-section__text {
        font-size: 1.3rem;
    }

    .hero-floating-text {
        font-size: 1.3rem;
    }

    .recent-work-section__title,
    .purpose-section__title,
    .process-section__title {
        font-size: 2.3rem;
    }

    .site-footer__logo {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1500px) {
    .services-hero-panel__media {
        left: -2%;
    }
}

@media (max-width: 1400px) {
    .header-logo-img {
        max-width: 208px;
        max-height: 80px;
    }

    .site-nav__panel {
        gap: 1.5rem;
    }

    .header-nav-item {
        font-size: 20px;
    }

    .language-switch-text {
        font-size: 17px;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .hero-text {
        font-size: 1.35rem;
        line-height: 1.55;
    }

    .hero-floating-text {
        font-size: 1.1rem;
    }

    .primary-button {
        font-size: 1.2rem;
    }

    .section-heading,
    .purpose-section__title {
        font-size: 2.4rem;
    }

    .section-copy,
    .purpose-section__text {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .services-hero-panel__media {
        left: -7%;
    }

    .services-hero-panel::after {
        right: -10%;
        width: min(84%, 71.875rem);
    }

    .home .section-heading.help-section__title,
    .home .section-heading.recent-work-section__title,
    .home .section-heading.purpose-section__title,
    .home .section-heading.process-section__title {
        font-size: 2.4rem;
    }

    .home .section-copy.help-section__text,
    .home .section-copy.recent-work-section__text,
    .home .section-copy.purpose-section__text,
    .home .section-copy.process-section__text {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

@media (max-width: 1320px) {
    .help-section {
        padding: 4.5rem 0;
    }

    .help-section__inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(20rem, 30rem));
        justify-content: center;
        gap: 1.25rem;
        min-height: auto;
        align-items: stretch;
    }

    .help-section__background {
        display: none;
    }

    .help-section__intro,
    .help-feature-card,
    .help-section__ring,
    .help-section__dots {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .help-section__intro {
        grid-column: 1 / -1;
        width: min(100%, 48rem);
        padding-top: 0;
        text-align: left;
    }

    .help-section__ring {
        display: none;
    }

    .help-section__dots {
        display: none;
    }

    .help-feature-card {
        width: 100%;
        min-height: 100%;
        justify-self: center;
        align-items: center;
        padding: 2rem 1.5rem 1.5rem;
        text-align: center;
    }

    .help-section__title {
        font-size: 2.15rem;
        line-height: 1.2;
    }

    .help-section__text {
        margin-top: 1rem;
        font-size: 1.2rem;
        line-height: 1.55;
    }

    .help-feature-card__title,
    .help-feature-card__text,
    .help-feature-card--smart .help-feature-card__title,
    .help-feature-card--growth .help-feature-card__title,
    .help-feature-card--presence .help-feature-card__title,
    .help-feature-card--insights .help-feature-card__title,
    .help-feature-card--smart .help-feature-card__text,
    .help-feature-card--growth .help-feature-card__text,
    .help-feature-card--insights .help-feature-card__text,
    .help-feature-card--presence .help-feature-card__text {
        width: 100%;
    }

    .help-feature-card__title {
        font-size: 1.25rem;
    }

    .help-feature-card__text {
        font-size: 0.95rem;
        line-height: 1.55;
    }

    .site-header__inner {
        gap: 1.5rem;
    }

    .header-logo-img {
        max-width: 190px;
        max-height: 74px;
    }

    .site-nav__panel {
        gap: 1.25rem;
    }

    .header-nav-item {
        font-size: 18px;
    }

    .hero-section {
        padding: 4rem 0 4.5rem;
    }

    .hero-title {
        font-size: 2.35rem;
    }

    .hero-text {
        font-size: 1.1rem;
        line-height: 1.55;
    }

    .hero-floating {
        min-width: 148px;
    }

    .hero-floating-text {
        font-size: 0.95rem;
    }

    .primary-button {
        font-size: 1.05rem;
    }

    .recent-work-card__title {
        font-size: 1.3rem;
    }

    .recent-work-card__description {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 1200px) {
    .header-nav-item,
    .hero-text,
    .hero-floating-text,
    .help-section__text,
    .recent-work-section__text,
    .purpose-section__text,
    .purpose-highlight__text,
    .process-section__text,
    .contact-cta-card__button,
    .site-footer__description,
    .site-footer__nav-link {
        font-size: 1.1rem;
    }

    .hero-title,
    .help-section__title,
    .recent-work-section__title,
    .purpose-section__title,
    .process-section__title {
        font-size: 1.5rem;
    }

    .help-feature-card__icon {
        width: 5rem;
        height: 5rem;
    }

    .help-feature-card__icon img {
        width: 4rem;
        height: 4rem;
    }

    .recent-work-section__cta {
        font-size: 1.2rem;
        padding: 0 1.2rem;
        min-height: 3rem;
        min-width: 1rem;
    }

    .purpose-highlight__title {
        font-size: 1.2rem;
    }

    .contact-cta-card__button {
        min-width: 3.5rem;
    }

    .contact-cta-card__social-link img,
    .contact-cta-card__social-link--tiktok img {
        width: 2rem;
        height: 2rem;
    }

    .site-footer__logo,
    .site-footer__title {
        font-size: 1.3rem;
    }
}

@media (max-width: 1199px) {
    .recent-work-section__title {
        font-size: 2.1rem;
    }

    .recent-work-section__text {
        margin-top: 2rem;
        font-size: 1.35rem;
        line-height: 1.7;
    }

    .recent-work-section__grid {
        grid-template-columns: repeat(2, minmax(17rem, 22rem));
        justify-content: center;
        gap: 1.5rem;
    }

    .purpose-section {
        padding: 3rem 0 0;
    }

    .purpose-section__layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .purpose-section__title {
        font-size: 2.15rem;
    }

    .purpose-section__text {
        margin-top: 2rem;
        font-size: 1.35rem;
        line-height: 1.7;
    }

    .purpose-section__highlights {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 1.25rem;
        padding-top: 0;
    }

    .purpose-highlight {
        min-height: 100%;
        padding: 1rem 1.125rem;
        border: 0.0625rem solid rgba(168, 184, 173, 0.55);
        border-radius: 1rem;
        background-color: #fff;
    }

    .purpose-highlight__title {
        font-size: 1.35rem;
    }

    .purpose-highlight__text {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .process-section {
        padding: 4rem 0 2rem;
    }

    .process-section__canvas {
        min-height: 40rem;
    }

    .process-section__title {
        font-size: 2.2rem;
    }

    .process-section__text {
        margin-top: 1.75rem;
        font-size: 1.5rem;
        line-height: 2.125rem;
    }

    .process-section__path {
        top: 10rem;
        width: min(86%, 54rem);
    }

    .process-step {
        width: min(15rem, 23vw);
    }

    .process-step--discover {
        top: 27rem;
    }

    .process-step--develop {
        top: 19.75rem;
    }

    .process-step--launch {
        top: 6rem;
    }

    .process-step__number {
        font-size: 10rem;
    }

    .process-step__description {
        line-height: 1.75rem;
    }

    .section-heading {
        font-size: 2.2rem;
    }

    .section-copy {
        font-size: 1.3rem;
        line-height: 1.55;
    }

    .about-page {
        padding-top: 9rem;
    }

    .about-story-section,
    .about-values-section {
        padding-bottom: 5.5rem;
    }

    .about-story-stack {
        gap: 3.5rem;
    }

    .about-story-card,
    .about-story-card--reverse {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .about-story-card__text {
        margin-top: 1.5rem;
    }

    .services-page {
        padding-top: 9rem;
    }

    .services-hero-section {
        padding-bottom: 5rem;
    }

    .services-hero-panel {
        grid-template-columns: minmax(0, 43%) minmax(0, 57%);
        min-height: clamp(24rem, 44vw, 36rem);
    }

    .services-hero-panel::after {
        width: min(75%, 46rem);
        height: min(100%, 36rem);
    }

    .services-hero-panel__content {
        width: min(100%, 31rem);
        margin-left: clamp(2rem, 4vw, 3rem);
        padding-left: clamp(4.5rem, 8vw, 6.25rem);
    }

    .services-hero-panel__media {
        width: min(51%, 31rem);
    }

    .services-overview-section,
    .services-included-section {
        padding-bottom: 7rem;
    }

    .services-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-cta-section {
        padding: 4rem 0 6rem;
    }

    .contact-cta-card__header {
        max-width: 100%;
    }

    .contact-cta-card__title,
    .about-page .section-heading,
    .services-page .section-heading,
    .services-page .services-overview-card__title,
    .services-page .services-included-item__title,
    .portfolio-page .section-heading,
    .portfolio-page .recent-work-card__title,
    .contact-page .contact-card__title,
    .contact-page .contact-card__info-title {
        font-size: 1.5rem;
    }

    .contact-cta-card__text {
        margin-top: 2rem;
    }

    .contact-cta-card__text,
    .about-page .section-copy,
    .services-page .section-copy,
    .services-page .services-overview-card__text,
    .services-page .services-included-item__text,
    .portfolio-page .section-copy,
    .portfolio-page .recent-work-card__description {
        font-size: 1.3rem;
        line-height: 2.125rem;
    }

    .contact-cta-card__button {
        font-size: 1.2rem;
    }

    .portfolio-page {
        padding-top: 9rem;
    }

    .portfolio-section {
        padding-bottom: 6rem;
    }

    .portfolio-section__header {
        max-width: 60rem;
    }

    .portfolio-section__text {
        margin-top: 2rem;
    }

    .portfolio-tabs__button {
        font-size: 1.1rem;
    }

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

    .site-footer {
        padding: 3.5rem 0 1.5rem;
    }

    .site-footer::after {
        right: -15rem;
        bottom: -15rem;
        width: 30rem;
    }

    .site-footer__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(8rem, 9rem) minmax(18rem, 1fr);
        column-gap: 3rem;
    }

    .site-footer__description {
        font-size: 1.25rem;
    }

    .site-footer__title {
        font-size: 1.8rem;
    }

    .contact-page {
        padding-top: 8.5rem;
    }

    .contact-card {
        grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.82fr);
    }

    .contact-form__input {
        font-size: 0.95rem;
    }

    .contact-card__detail {
        font-size: 0.9rem;
    }

    .header-nav-item {
        font-size: 17px;
    }

    .language-switch-text {
        font-size: 16px;
    }

    .hero-section {
        padding: 7rem 0 0;
    }

    .hero-circle {
        display: none;
    }

    .hero-section .wrapper > .u-flex-between-center {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-section .w-40p,
    .hero-section .w-60p {
        width: 100%;
    }

    .hero-section .w-60p {
        max-width: 44rem;
        margin: 0 auto;
    }

    .hero-title {
        width: 100%;
        max-width: none;
        font-size: 2rem;
    }

    .hero-text {
        width: 100%;
        max-width: none;
        font-size: 1rem;
        line-height: 1.6;
    }

    .hero-floating-text {
        font-size: 0.92rem;
    }

    .about-story-card,
    .about-story-card--reverse {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .about-story-card--reverse .about-story-card__content,
    .about-story-card--reverse .about-story-card__media {
        grid-column: auto;
        grid-row: auto;
    }

    .services-hero-panel {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
        min-height: 0;
    }

    .services-hero-panel::after {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 9rem);
        clip-path: none;
    }

    .services-hero-panel__content,
    .services-hero-panel__media {
        width: 100%;
    }

    .services-hero-panel__content {
        margin-right: 0;
        padding: 0 1.5rem 2rem;
    }

    .services-hero-panel__media {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .services-hero-panel__text,
    .services-hero-panel__cta {
        margin-top: 1.5rem;
    }

    .home .section-heading.help-section__title,
    .home .section-heading.recent-work-section__title,
    .home .section-heading.purpose-section__title,
    .home .section-heading.process-section__title {
        font-size: 2.2rem;
    }

    .home .section-copy.help-section__text,
    .home .section-copy.recent-work-section__text,
    .home .section-copy.purpose-section__text,
    .home .section-copy.process-section__text {
        font-size: 1.3rem;
        line-height: 1.55;
    }

    .services-page .services-hero-panel {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 0;
        min-height: 0;
        padding: 1rem 0 2rem;
    }

    .services-page .services-hero-panel::after {
        display: block;
        inset: 0;
        width: 100%;
        height: 150%;
        background-size: 100% 100%;
        transform: none;
    }

    .services-page .services-hero-panel__content,
    .services-page .services-hero-panel__media {
        width: 100%;
    }

    .services-page .services-hero-panel__media {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin: 0 auto -3.5rem;
        transform: none;
        z-index: 3;
    }

    .services-page .services-hero-panel__media img {
        width: 100%;
        border-radius: 1.875rem;
    }

    .services-page .services-hero-panel__content {
        width: 100%;
        margin: 0 auto;
        padding: 6rem 2rem 2.5rem;
        background: none;
        z-index: 2;
    }

    .services-page .services-hero-panel__title {
        letter-spacing: 0.04em;
        line-height: 1.3;
    }

    .services-page .services-hero-panel__text,
    .services-page .services-hero-panel__cta {
        margin-top: 1.5rem;
    }
}

@media (max-width: 991px) {
    .help-section__inner {
        grid-template-columns: minmax(16rem, 40rem);
        gap: 1rem;
        width: min(100%, calc(100% - 32px));
    }

    .help-section__intro {
        width: 100%;
        max-width: none;
    }

    .help-section__title {
        font-size: 1.9rem;
    }

    .help-section__text {
        font-size: 1rem;
    }

    .help-feature-card__icon {
        width: 4rem;
        height: 4rem;
    }

    .help-feature-card__icon img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .recent-work-section {
        padding: 0;
    }

    .recent-work-section__title {
        font-size: 1.9rem;
    }

    .recent-work-section__text {
        font-size: 1.05rem;
        line-height: 1.65;
    }

    .recent-work-section__grid {
        grid-template-columns: minmax(17rem, 30rem);
        justify-content: center;
    }

    .process-section {
        padding: 4rem 0 5rem;
    }

    .process-section .wrapper {
        width: 90%;
    }

    .process-section__canvas {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
        min-height: 0;
    }

    .process-section__intro,
    .process-section__title,
    .process-section__text {
        max-width: none;
    }

    .process-section__title {
        font-size: 1.95rem;
        line-height: 1.25;
    }

    .process-section__text {
        margin-top: 1.5rem;
        font-size: 1.25rem;
        line-height: 1.8;
    }

    .process-section__visual {
        display: none;
    }

    .process-steps {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
        padding-left: 5rem;
    }

    .process-steps::before {
        content: "";
        position: absolute;
        top: 1rem;
        bottom: 1rem;
        left: 2rem;
        width: 0.3125rem;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(63, 125, 87, 0.16) 0%, rgba(55, 52, 169, 0.28) 48%, #f8aa19 100%);
        box-shadow: 0 1rem 1.5rem rgba(55, 52, 169, 0.18);
    }

    .process-step,
    .process-step--discover,
    .process-step--develop,
    .process-step--launch {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: none;
    }

    .process-step {
        padding-right: 4.5rem;
    }

    .process-step__marker {
        position: absolute;
        top: 0.5rem;
        left: -5rem;
    }

    .process-step__content {
        max-width: 28rem;
        margin-top: 0;
    }

    .process-step__number {
        top: 0.25rem;
        right: 0;
        font-size: 5rem;
    }

    .services-hero-panel {
        grid-template-columns: minmax(0, 41%) minmax(0, 59%);
        min-height: clamp(20rem, 42vw, 28rem);
    }

    .services-hero-panel::after {
        width: 76%;
        height: min(100%, 28rem);
    }

    .services-hero-panel__content {
        width: 100%;
        margin-left: 1.25rem;
    }

    .services-hero-panel__media {
        width: min(53%, 25rem);
    }

    .portfolio-tabs__button {
        font-size: 0.98rem;
    }

    .site-footer {
        padding: 3.25rem 0 1.5rem;
    }

    .site-footer .wrapper {
        width: 90%;
    }

    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 2.75rem;
        column-gap: 2.5rem;
    }

    .site-footer__brand {
        max-width: none;
        grid-column: 1 / -1;
    }

    .site-footer__contact {
        max-width: none;
    }

    .site-footer__title {
        font-size: 1.65rem;
        line-height: 1.2;
    }

    .contact-page {
        padding: 8.25rem 0 5rem;
    }

    .contact-section .wrapper {
        width: 90%;
    }

    .contact-card {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 0;
    }

    .contact-card__form-column,
    .contact-card__info-column {
        padding: 1.5rem;
    }

    .contact-form__input {
        font-size: 0.9rem;
    }

    .contact-card__detail {
        font-size: 0.85rem;
    }

    body.menu-open {
        overflow: hidden;
    }

    .site-header {
        top: 1rem;
    }

    .site-header__inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
        align-items: center;
    }

    .header-logo-img {
        max-width: 176px;
        max-height: 68px;
    }

    .header-menu-toggle {
        display: inline-flex;
        flex-direction: column;
        gap: 0.3125rem;
        flex-shrink: 0;
    }

    .site-header__language {
        display: none;
    }

    .site-header__actions {
        gap: 0;
    }

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

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

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

    .site-nav {
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-0.75rem);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .site-nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav__panel {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 1rem 1.25rem;
        background-color: rgba(255, 255, 255, 0.98);
        border: 0.0625rem solid #e6dfd1;
        border-radius: 1.25rem;
        box-shadow: 0 1rem 2.5rem rgba(43, 84, 59, 0.14);
        backdrop-filter: blur(12px);
    }

    .header-nav-item {
        width: 100%;
        padding: 0.875rem 0;
        font-size: 1rem;
        color: #4c4343;
    }

    .header-nav-item.active::after,
    .header-nav-item:hover::after {
        left: 0;
        bottom: 0;
        width: 2.75rem;
        transform: none;
    }

    .site-nav__language {
        display: inline-flex;
        width: 100%;
        justify-content: flex-start;
        margin-top: 0.5rem;
        padding-top: 1rem;
        border-top: 0.0625rem solid #ece6d9;
    }

    .hero-section {
        padding: 7.5rem 0 0;
    }

    .hero-section .wrapper > .u-flex-between-center {
        gap: 2.5rem;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .hero-floating {
        min-width: 126px;
        padding: 0.5rem 0.75rem;
    }

    .hero-floating-text {
        font-size: 0.85rem;
    }

    .primary-button {
        font-size: 0.95rem;
    }

    .home .section-heading.help-section__title,
    .home .section-heading.recent-work-section__title,
    .home .section-heading.purpose-section__title,
    .home .section-heading.process-section__title {
        font-size: 1.7rem;
        line-height: 1.25;
    }

    .home .section-copy.help-section__text,
    .home .section-copy.recent-work-section__text,
    .home .section-copy.purpose-section__text,
    .home .section-copy.process-section__text {
        font-size: 1.08rem;
        line-height: 1.6;
    }

    .process-section__canvas {
        min-height: 0;
    }

    .process-steps {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
        padding-left: 5rem;
    }

    .process-steps::before {
        content: "";
        position: absolute;
        top: 1rem;
        bottom: 1rem;
        left: 2rem;
        width: 0.3125rem;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(63, 125, 87, 0.16) 0%, rgba(55, 52, 169, 0.28) 48%, #f8aa19 100%);
        box-shadow: 0 1rem 1.5rem rgba(55, 52, 169, 0.18);
    }

    .process-step,
    .process-step--discover,
    .process-step--develop,
    .process-step--launch {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: none;
    }

    .process-step {
        padding-right: 0;
    }

    .process-step__marker {
        position: absolute;
        top: 0.5rem;
        left: -5rem;
    }

    .process-step__content {
        max-width: none;
        margin-top: 0;
        padding-right: 5rem;
    }

    .process-step__number {
        top: 0.25rem;
        right: 0;
        font-size: 5rem;
    }
}

@media (max-width: 767px) {
    .site-header {
        top: 0.75rem;
    }

    .header-logo-img {
        max-width: 160px;
        max-height: 62px;
    }

    .site-nav {
        top: calc(100% + 0.5rem);
    }

    .site-nav__panel {
        padding: 1rem;
        border-radius: 1rem;
    }

    .header-nav-item,
    .hero-text,
    .hero-floating-text,
    .help-section__text,
    .recent-work-section__text,
    .purpose-section__text,
    .purpose-highlight__text,
    .process-section__text,
    .contact-cta-card__button,
    .site-footer__description,
    .site-footer__nav-link {
        font-size: 0.9rem;
    }

    .hero-section {
        padding: 6.75rem 0 3.5rem;
    }

    .hero-circle {
        display: none;
    }

    .hero-circle-1 {
        top: 8%;
        width: 92%;
        height: 92%;
    }

    .hero-circle-2 {
        right: -35%;
        top: -12%;
        width: 126%;
        height: 130%;
    }

    .hero-title,
    .help-section__title,
    .recent-work-section__title,
    .purpose-section__title,
    .process-section__title,
    .site-footer__logo,
    .site-footer__title {
        font-size: 1.3rem;
    }

    .hero-text {
        line-height: 1.65;
    }

    .hero-section .w-60p {
        padding-top: 1rem;
    }

    .hero-floating {
        min-width: 110px;
        padding: 0.45rem 0.625rem;
    }

    .hero-floating img {
        width: 1.25rem;
        height: 1.25rem;
    }

    .recent-work-section__cta {
        font-size: 1rem;
    }

    .purpose-highlight__title {
        font-size: 1.2rem;
    }

    .help-feature-card__icon {
        width: 3rem;
        height: 3rem;
    }

    .help-feature-card__icon img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .primary-button {
        padding: 0.625rem 1.125rem;
        font-size: 0.9rem;
    }

    .help-section {
        padding: 0;
    }

    .help-section__inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        width: min(100%, calc(100% - 32px));
    }

    .help-section__intro {
        padding-top: 0;
        width: 100%;
    }

    .help-section__title {
        font-size: 1.65rem;
        line-height: 1.2;
    }

    .help-section__text {
        font-size: 0.96rem;
        line-height: 1.6;
    }

    .help-feature-card {
        width: min(84%, 22rem);
        max-width: 22rem;
        min-height: 19rem;
        justify-self: center;
    }

    .help-feature-card__title,
    .help-feature-card__text,
    .help-feature-card--smart .help-feature-card__title,
    .help-feature-card--growth .help-feature-card__title,
    .help-feature-card--presence .help-feature-card__title,
    .help-feature-card--insights .help-feature-card__title,
    .help-feature-card--smart .help-feature-card__text,
    .help-feature-card--growth .help-feature-card__text,
    .help-feature-card--insights .help-feature-card__text,
    .help-feature-card--presence .help-feature-card__text {
        width: 100%;
    }

    .help-section__dots {
        display: none;
    }

    .recent-work-section {
        padding: 3rem 0;
    }

    .recent-work-section .wrapper {
        width: 90%;
    }

    .recent-work-section__title {
        font-size: 1.55rem;
        line-height: 1.25;
    }

    .recent-work-section__text {
        margin-top: 1.5rem;
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .recent-work-section__cta {
        min-height: 3.5rem;
        padding-inline: 1.5rem;
        font-size: 1rem;
    }

    .recent-work-section__grid {
        grid-template-columns: minmax(0, 22rem);
        justify-content: center;
        margin-top: 1.75rem;
    }

    .recent-work-card {
        width: 100%;
        border-radius: 1.75rem;
    }

    .recent-work-card__media {
        margin: 1rem 1rem 0;
        border-radius: 1rem;
    }

    .recent-work-card__content {
        padding: 1.25rem 1rem 1.5rem;
    }

    .recent-work-card__title {
        font-size: 1.2rem;
    }

    .recent-work-card__description {
        font-size: 0.9rem;
        margin-top: 1rem;
    }

    .purpose-section {
        padding: 1rem 0;
    }

    .purpose-section .wrapper {
        width: 90%;
    }

    .purpose-section__title {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .purpose-section__text {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .purpose-section__highlights {
        grid-template-columns: 1fr;
    }

    .purpose-highlight {
        padding: 0.9rem 1rem;
    }

    .purpose-highlight__title {
        font-size: 1.1rem;
    }

    .purpose-highlight__text {
        font-size: 0.9rem;
    }

    .purpose-highlight {
        align-items: flex-start;
    }

    .purpose-highlight__title {
        font-size: 1.2em;
        line-height: 1.35;
    }

    .purpose-highlight__text {
        font-size: 1rem;
        line-height: 1.5;
    }

    .process-section {
        padding: 3.5rem 0 4.5rem;
    }

    .process-section__title {
        font-size: 1.65rem;
        line-height: 1.25;
    }

    .process-section__text {
        font-size: 1.125rem;
    }

    .process-steps {
        gap: 1.5rem;
        padding-left: 4.25rem;
    }

    .process-steps::before {
        left: 1.6875rem;
    }

    .process-step {
        padding-right: 2rem;
    }

    .process-step__marker {
        top: 0.375rem;
        left: -4.25rem;
        width: 3.75rem;
        height: 3.5rem;
        border-radius: 1rem;
    }

    .process-step__marker-core {
        width: 1.3125rem;
        height: 1.25rem;
    }

    .process-step__title {
        margin-bottom: 0.375rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .process-step__description {
        font-size: 1rem;
        line-height: 1.625rem;
    }

    .process-step__number {
        top: 0.5rem;
        font-size: 4rem;
    }

    .section-heading {
        font-size: 1.7rem;
        line-height: 1.25;
    }

    .section-copy {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .about-page {
        padding-top: 7rem;
    }

    .about-story-section,
    .about-values-section {
        padding-bottom: 4rem;
    }

    .about-story-section .wrapper,
    .about-values-section .wrapper {
        width: 90%;
    }

    .about-story-stack {
        gap: 3rem;
    }

    .about-story-card,
    .about-story-card--reverse {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about-story-card--reverse .about-story-card__content,
    .about-story-card--reverse .about-story-card__media {
        grid-column: auto;
        grid-row: auto;
    }

    .about-story-card__text {
        margin-top: 1.5rem;
    }

    .services-page {
        padding-top: 7rem;
    }

    .services-hero-section {
        padding-bottom: 4rem;
    }

    .services-hero-panel {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
        min-height: 0;
        padding: 0;
    }

    .services-hero-panel::after {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 8rem);
        background-size: 100% 100%;
        transform: none;
    }

    .services-hero-panel__content,
    .services-hero-panel__media {
        width: 100%;
    }

    .services-hero-panel__content {
        justify-self: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .services-hero-panel__media {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-left: 0;
        transform: none;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .services-hero-panel__media img {
        border-radius: 1.875rem;
    }

    .services-hero-panel__title {
        letter-spacing: 0.04em;
        line-height: 1.3;
    }

    .services-hero-panel__text,
    .services-hero-panel__cta {
        margin-top: 1.5rem;
    }

    .services-overview-section,
    .services-included-section {
        padding-bottom: 4rem;
    }

    .services-overview-grid,
    .services-included-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 1.5rem;
    }

    .services-overview-card {
        min-height: 0;
        padding: 1.5rem 1rem;
    }

    .services-overview-card__icon {
        width: 4rem;
        height: 4rem;
    }

    .services-overview-card__icon img {
        width: 3rem;
        height: 3rem;
    }

    .contact-cta-section {
        padding: 3rem 0 4.5rem;
    }

    .contact-cta-section .wrapper {
        width: 90%;
    }

    .contact-cta-card {
        padding: 2.25rem 1.5rem;
        border-radius: 2rem;
    }

    .contact-cta-card__title,
    .about-page .section-heading,
    .services-page .section-heading,
    .services-page .services-overview-card__title,
    .services-page .services-included-item__title,
    .portfolio-page .section-heading,
    .portfolio-page .recent-work-card__title,
    .contact-page .contact-card__title,
    .contact-page .contact-card__info-title {
        font-size: 1.3rem;
        line-height: 1.25;
    }

    .contact-cta-card__text {
        margin-top: 1.1rem;
    }

    .contact-cta-card__text,
    .about-page .section-copy,
    .services-page .section-copy,
    .services-page .services-overview-card__text,
    .services-page .services-included-item__text,
    .portfolio-page .section-copy,
    .portfolio-page .recent-work-card__description {
        font-size: 1.125rem;
        line-height: 1.8;
    }

    .contact-cta-card__socials {
        gap: 1.25rem;
    }

    .contact-cta-card__button {
        width: 100%;
        min-width: 0;
        max-width: 10rem;
        font-size: 1rem;
        min-width: 2rem;
        min-height: 2.5rem;
    }

    .services-hero-panel__cta {
        min-height: 2rem;
        min-width: 7.875rem;
        margin-top: 0.5rem;
    }

    .portfolio-page {
        padding-top: 7rem;
    }

    .portfolio-section {
        padding-bottom: 4.5rem;
    }

    .portfolio-section .wrapper {
        width: 90%;
    }

    .portfolio-section__text {
        margin-top: 1.5rem;
    }

    .portfolio-tabs {
        margin-top: 1.5rem;
    }

    .portfolio-tabs__list {
        gap: 0.75rem;
    }

    .portfolio-tabs__button {
        width: calc(50% - 0.375rem);
        min-width: 0;
        min-height: 3.25rem;
        padding-inline: 1rem;
        font-size: 0.9rem;
    }

    .portfolio-grid {
        grid-template-columns: minmax(0, 21rem);
        justify-content: center;
        gap: 1.5rem;
        margin-top: 1.5rem;
    }

    .portfolio-card {
        width: 100%;
    }

    .site-footer {
        padding: 3rem 0 1.5rem;
    }

    .site-footer::after {
        right: -11rem;
        bottom: -11rem;
        width: 22rem;
    }

    .site-footer__inner {
        gap: 2rem;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        row-gap: 2rem;
    }

    .site-footer__logo {
        font-size: 1.75rem;
    }

    .site-footer__description {
        font-size: 1.125rem;
        line-height: 1.6;
    }

    .site-footer__nav {
        gap: 0.875rem;
        padding-top: 0;
    }

    .site-footer__nav-link {
        font-size: 1.125rem;
    }

    .site-footer__title {
        font-size: 1.45rem;
        line-height: 1.2;
    }


    .site-footer__socials {
        gap: 1rem;
        margin-top: 1.25rem;
    }

    .site-footer__contact-item {
        font-size: 1rem;
    }

    .site-footer__bottom {
        padding-top: 1.5rem;
    }

    .site-footer__copyright {
        font-size: 1rem;
    }

    .contact-page {
        padding: 7rem 0 4rem;
    }

    .contact-card {
        border-radius: 1.5rem;
    }

    .contact-card__form-column,
    .contact-card__info-column {
        padding: 1.25rem;
    }

    .contact-form {
        gap: 1rem;
    }

    .contact-form__input {
        padding: 0.875rem 1rem;
        font-size: 0.85rem;
        border-radius: 0.5rem;
    }

    .contact-form__submit {
        align-self: center;
    }

    .contact-card__socials {
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .contact-card__detail {
        font-size: 0.8rem;
    }

    .home .section-heading.help-section__title,
    .home .section-heading.recent-work-section__title,
    .home .section-heading.purpose-section__title,
    .home .section-heading.process-section__title {
        font-size: 1.3rem;
        line-height: 1.25;
    }

    .home .section-copy.help-section__text,
    .home .section-copy.recent-work-section__text,
    .home .section-copy.purpose-section__text,
    .home .section-copy.process-section__text {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .services-page .services-hero-panel {
        padding: 0.75rem 0 1.5rem;
    }

    .services-page .services-hero-panel::after {
        inset: 0;
    }

    .services-page .services-hero-panel__media {
        width: 100%;
        margin-bottom: -2.5rem;
    }

    .services-page .services-hero-panel__content {
        padding: 4.5rem 1.5rem 2rem;
    }
}

@media screen and (max-width: 550px) {
    .services-page .services-hero-panel::after {
        display: none;
    }
}