@font-face {
    font-family: "Amiha Pirulen";
    src: url("../fonts/amiha/amiha-pirulen.woff2") format("woff2"),
        url("../fonts/amiha/amiha-pirulen.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Aptos";
    src: url("../fonts/amiha/amiha-aptos-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Aptos";
    src: url("../fonts/amiha/amiha-aptos-italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Aptos";
    src: url("../fonts/amiha/amiha-aptos-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Aptos";
    src: url("../fonts/amiha/amiha-aptos-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Aptos Display";
    src: url("../fonts/amiha/amiha-aptos-display.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Aptos Display";
    src: url("../fonts/amiha/amiha-aptos-display-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Aptos Serif";
    src: url("../fonts/amiha/amiha-aptos-serif.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Aptos Serif";
    src: url("../fonts/amiha/amiha-aptos-serif-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Aptos Serif";
    src: url("../fonts/amiha/amiha-aptos-serif-italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Bebas Neue Pro";
    src: url("../fonts/amiha/amiha-bebas-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Amiha Bebas Neue Pro";
    src: url("../fonts/amiha/amiha-bebas-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --amiha-black: #000000;
    --amiha-dark-teal: #002333;
    --amiha-light-teal: #013c4c;
    --amiha-gray: #595959;
    --amiha-red: #df2935;
    --amiha-orange: #ffc000;
    --amiha-white: #ffffff;

    --pbmit-global-color: #ffc000;
    --pbmit-global-color-rgb: 255, 192, 0;
    --pbmit-secondary-color: #002333;
    --pbmit-secondary-color-rgb: 0, 35, 51;
    --pbmit-blackish-color: #000000;
    --pbmit-blackish-color-rgb: 0, 0, 0;
    --pbmit-light-color: #ffffff;
    --pbmit-light-color-2: #ffffff;
    --pbmit-light-color-3: #ffffff;
    --pbmit-light-color-rgb: 255, 255, 255;
    --pbmit-white-color: #ffffff;
    --pbmit-white-color-rgb: 255, 255, 255;
    --pbmit-link-color-normal: #002333;
    --pbmit-link-color-hover: #ffc000;
    --pbmit-body-typography-color: #595959;
    --pbmit-heading-color: #002333;
    --amiha-font-primary: "Amiha Aptos", Arial, sans-serif;
    --amiha-font-display: "Amiha Aptos Display", "Amiha Aptos", Arial, sans-serif;
    --amiha-font-serif: "Amiha Aptos Serif", Georgia, serif;
    --amiha-font-secondary: "Amiha Bebas Neue Pro", "Amiha Aptos", Arial, sans-serif;
    --amiha-font-logo: "Amiha Pirulen", "Amiha Aptos Display", Arial, sans-serif;
    --pbmit-body-typography-font-family: var(--amiha-font-primary);
    --pbmit-heading-typography-font-family: var(--amiha-font-display);
    --pbmit-btn-typography-font-family: var(--amiha-font-secondary);
}

body {
    color: var(--amiha-gray);
    background: var(--amiha-white);
    font-family: var(--amiha-font-primary);
}

.amiha-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;
}

.amiha-header .site-title {
    margin: 0;
}

.amiha-header.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: var(--pbmit-white-color);
    box-shadow: 0 8px 24px rgba(var(--pbmit-blackish-color-rgb), 0.08);
}

.amiha-header .pbmit-main-header-area {
    background: var(--pbmit-white-color);
}

.amiha-logo-link,
.amiha-footer-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.amiha-logo-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.amiha-logo-text {
    max-width: 190px;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.amiha-header .navigation > li > a {
    text-decoration: none;
}

.amiha-header .navigation > li.active > a {
    color: var(--amiha-dark-teal);
    box-shadow: inset 0 -2px 0 var(--amiha-orange);
}

.amiha-header .navigation > li > a:hover {
    color: var(--amiha-light-teal);
}

.amiha-footer-logo {
    width: 96px;
    height: 96px;
    object-fit: contain;
    padding: 14px;
    border-radius: 50%;
    background: var(--pbmit-white-color);
}

.amiha-footer-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.amiha-footer-intro p {
    margin: 6px 0 0;
    color: rgba(var(--pbmit-white-color-rgb), 0.74);
}

.amiha-footer a {
    text-decoration: none;
}

.amiha-page-lite {
    padding: 90px 0;
}

.amiha-page-card {
    height: 100%;
    padding: 34px;
    border: 1px solid rgba(0, 35, 51, 0.12);
    border-radius: 8px;
    background: var(--pbmit-white-color);
}

.amiha-page-card h3 {
    margin-bottom: 14px;
}

.amiha-page-card p,
.amiha-page-card li {
    color: var(--pbmit-body-typography-color);
}

.amiha-page-list {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.amiha-page-list li {
    position: relative;
    padding-left: 20px;
}

.amiha-page-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary,
.pbmit-bg-color-blackish,
.site-footer {
    background-color: var(--amiha-dark-teal);
}

.pbmit-bg-color-global {
    background-color: var(--amiha-orange);
}

.pbmit-btn,
.pbmit-button a,
.pbmit-service-btn,
.pbmit-portfolio-btn a,
.pbmit-progress-wrap::after {
    border-color: var(--amiha-orange);
}

.pbmit-btn,
.pbmit-button a {
    color: var(--amiha-dark-teal);
    background-color: var(--amiha-orange);
}

.pbmit-btn-outline {
    color: var(--amiha-dark-teal);
    background-color: var(--amiha-white);
    border-color: rgba(0, 35, 51, 0.18);
}

.pbmit-btn-blackish {
    color: var(--amiha-white);
    background-color: var(--amiha-dark-teal);
}

.pbmit-btn:hover,
.pbmit-button a:hover {
    color: var(--amiha-white);
    background-color: var(--amiha-light-teal);
    border-color: var(--amiha-light-teal);
}

.pbmit-subtitle,
.pbmit-heading-subheading .pbmit-subtitle,
.pbmit-port-cat a,
.pbmit-serv-cat a {
    color: var(--amiha-orange);
}

@media (max-width: 1200px) {
    .amiha-logo-text {
        font-size: 18px;
    }

    .amiha-logo-img {
        width: 56px;
        height: 56px;
    }

    .amiha-footer-intro {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .amiha-logo-text {
        max-width: 150px;
        font-size: 16px;
    }

    .amiha-logo-img {
        width: 48px;
        height: 48px;
    }
}

/* JBN-inspired premium redesign */
.amiha-site-body {
    background: #fff;
}

.amiha-header.site-header {
    min-height: 82px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.amiha-header .pbmit-main-header-area {
    padding: 0 38px;
}

.amiha-logo-img {
    width: 92px;
    height: 64px;
}

.amiha-header .navigation > li > a {
    color: #070707;
    font-weight: 700;
    letter-spacing: 0;
}

.amiha-header .navigation > li.active > a {
    color: #c79214;
    box-shadow: none;
}

.amiha-header .pbmit-button-box-second .pbmit-btn {
    color: #fff;
    background: #c79214;
    border-color: #c79214;
    border-radius: 4px;
    padding: 15px 24px;
}

.amiha-header .pbmit-header-button > a {
    color: #111;
}

.amiha-section-kicker {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 16px;
    color: #c79214;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.amiha-section-kicker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 9px;
    height: 14px;
    border-left: 5px solid #c79214;
    border-radius: 10px;
}

.amiha-home-showcase {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #111;
}

.amiha-home-showcase__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    transform: scale(1.03);
}

.amiha-home-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0.52));
    z-index: 1;
}

.amiha-home-showcase .container {
    position: relative;
    z-index: 2;
}

.amiha-home-showcase__panel {
    max-width: 640px;
    padding: 46px 52px;
    color: #fff;
    background: rgba(15, 15, 15, 0.72);
    border-left: 5px solid #c79214;
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
}

.amiha-home-showcase__panel span {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.amiha-home-showcase__panel h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 58px;
    line-height: 0.98;
    letter-spacing: 0;
}

.amiha-home-showcase__panel p {
    max-width: 560px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.7;
}

.amiha-home-showcase__panel .pbmit-btn,
.amiha-cta-section .pbmit-btn {
    border-radius: 999px;
    background: #c79214;
    border-color: #c79214;
}

.amiha-service-banner {
    display: grid;
    grid-template-columns: 1fr;
}

.amiha-service-banner__item {
    position: relative;
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background-position: center;
    background-size: cover;
}

.amiha-service-banner__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.36);
    transition: background-color 0.25s ease;
}

.amiha-service-banner__item:hover::before {
    background: rgba(0, 0, 0, 0.52);
}

.amiha-service-banner__item span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

.pbmit-title-bar-wrapper {
    min-height: 360px;
    display: flex;
    align-items: center;
    background-color: #0d0d0d;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.6)), url("../images/bg/titlebar-img.jpg");
    background-position: center;
    background-size: cover;
}

.pbmit-title-bar-content .pbmit-tbar-title {
    color: #fff;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0;
}

.pbmit-breadcrumb {
    background: #fff;
    padding: 18px 28px;
    margin-top: 54px;
    margin-left: auto;
    width: max-content;
}

.pbmit-breadcrumb-inner,
.pbmit-breadcrumb-inner a {
    color: #111;
    font-weight: 700;
}

.amiha-portfolio-section {
    padding: 90px 0 95px;
    background: #fff;
}

.amiha-portfolio-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 28px;
}

.amiha-portfolio-head h2 {
    margin: 0;
    color: #090909;
    font-size: 46px;
    line-height: 1.05;
}

.amiha-portfolio-head p {
    max-width: 470px;
    margin: 0;
    color: #5d5d5d;
    line-height: 1.7;
}

.amiha-project-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 38px;
}

.amiha-project-filter a {
    padding: 10px 18px;
    color: #111;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    font-weight: 700;
}

.amiha-project-filter a.is-active,
.amiha-project-filter a:hover {
    color: #fff;
    background: #111;
    border-color: #111;
}

.amiha-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.amiha-project-card button {
    width: 100%;
    padding: 0;
    overflow: hidden;
    text-align: left;
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.amiha-project-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee;
}

.amiha-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.amiha-project-card button:hover .amiha-project-card__image img {
    transform: scale(1.06);
}

.amiha-project-card__body {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 20px 24px;
    background: #fff;
}

.amiha-project-card__body span {
    color: #c79214;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.amiha-project-card__body strong {
    color: #050505;
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
}

.amiha-project-modal {
    background: rgba(0, 0, 0, 0.82);
}

.amiha-project-modal .modal-dialog {
    max-width: 1120px;
}

.amiha-project-modal .modal-content {
    color: #fff;
    background: #171717;
    border: 0;
    border-right: 6px solid #c79214;
    border-radius: 0;
}

.amiha-project-modal .modal-header {
    align-items: flex-start;
    padding: 30px 34px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.amiha-project-modal .modal-header span {
    display: block;
    margin-bottom: 7px;
    color: #c79214;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.amiha-project-modal .modal-title {
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: 0;
}

.amiha-project-modal .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 36px;
    line-height: 1;
}

.amiha-project-modal .modal-body {
    padding: 24px 34px 36px;
}

.amiha-project-modal .modal-body p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.78);
}

.amiha-project-modal__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.amiha-project-modal__grid a {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 7px;
    background: #0b0b0b;
}

.amiha-project-modal__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amiha-cta-section {
    padding: 92px 0;
    background-color: #fbf0cf;
    background-image: linear-gradient(rgba(199, 146, 20, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(199, 146, 20, 0.12) 1px, transparent 1px);
    background-size: 18px 18px;
}

.amiha-cta-section .pbmit-bg-overlay {
    display: none;
}

.amiha-cta-section .pbmit-heading-subheading-style-1 .pbmit-title {
    color: #111;
    font-size: 42px;
    line-height: 1.15;
}

.amiha-footer.site-footer {
    color: #24302d;
    background: #eef6ef;
}

.amiha-footer .pbmit-footer-big-area,
.amiha-footer .pbmit-footer-widget-area,
.amiha-footer .pbmit-footer-text-area {
    background: transparent;
}

.amiha-footer .widget-title,
.amiha-footer h3,
.amiha-footer a {
    color: #0a0a0a;
}

.amiha-footer p,
.amiha-footer .pbmit-footer-intro p,
.amiha-footer .pbmit-contact-widget-lines,
.amiha-footer .pbmit-contact-widget-lines a,
.amiha-footer li {
    color: #4f5a56;
}

.amiha-footer-logo {
    width: 190px;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

@media (max-width: 1199px) {
    .amiha-header .pbmit-main-header-area {
        padding: 0 18px;
    }

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

@media (max-width: 991px) {
    .amiha-home-showcase {
        min-height: 600px;
    }

    .amiha-home-showcase__panel {
        max-width: 100%;
    }

    .amiha-portfolio-head {
        display: block;
    }

    .amiha-portfolio-head p {
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .amiha-header.site-header {
        min-height: 68px;
    }

    .amiha-logo-img {
        width: 74px;
        height: 52px;
    }

    .amiha-home-showcase {
        min-height: 560px;
        align-items: end;
        padding: 120px 0 34px;
    }

    .amiha-home-showcase__panel {
        padding: 30px 24px;
    }

    .amiha-home-showcase__panel h2 {
        font-size: 40px;
    }

    .amiha-service-banner__item {
        min-height: 104px;
    }

    .amiha-service-banner__item span,
    .amiha-portfolio-head h2,
    .pbmit-title-bar-content .pbmit-tbar-title {
        font-size: 34px;
    }

    .pbmit-title-bar-wrapper {
        min-height: 260px;
    }

    .pbmit-breadcrumb {
        margin-top: 26px;
        padding: 14px 18px;
    }

    .amiha-project-grid,
    .amiha-project-modal__grid {
        grid-template-columns: 1fr;
    }

    .amiha-project-modal .modal-header,
    .amiha-project-modal .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .amiha-project-modal .modal-title {
        font-size: 25px;
    }
}

/* Premium Amiha home experience */
:root {
    --amiha-navy: #003B49;
    --amiha-gold: #F4B400;
    --amiha-ivory: #F8F7F2;
    --amiha-soft-grey: #E9ECE8;
    --amiha-charcoal: #242424;
    --amiha-muted: #6E7474;
    --amiha-line: rgba(0, 47, 59, 0.14);
    --amiha-font-primary: "Amiha Aptos", Arial, sans-serif;
    --amiha-font-display: "Amiha Aptos Display", "Amiha Aptos", Arial, sans-serif;
    --amiha-font-serif: "Amiha Aptos Serif", Georgia, serif;
    --amiha-font-secondary: "Amiha Bebas Neue Pro", "Amiha Aptos", Arial, sans-serif;
    --amiha-font-logo: "Amiha Pirulen", "Amiha Aptos Display", Arial, sans-serif;
    --amiha-serif: var(--amiha-font-serif);
    --amiha-radius: 16px;
    --amiha-shadow-soft: 0 24px 70px rgba(0, 47, 59, 0.12);
    --amiha-shadow-dark: 0 30px 90px rgba(0, 0, 0, 0.28);
    --amiha-ease-luxe: cubic-bezier(0.22, 1, 0.36, 1);
    --amiha-shadow-luxe: 0 26px 70px rgba(0, 59, 73, 0.14), 0 8px 24px rgba(36, 36, 36, 0.08);
    --amiha-shadow-luxe-hover: 0 34px 86px rgba(0, 59, 73, 0.2), 0 12px 30px rgba(36, 36, 36, 0.1);

    --pbmit-global-color: #F4B400;
    --pbmit-global-color-rgb: 244, 180, 0;
    --pbmit-secondary-color: #003B49;
    --pbmit-secondary-color-rgb: 0, 59, 73;
    --pbmit-blackish-color: #242424;
    --pbmit-blackish-color-rgb: 36, 36, 36;
    --pbmit-body-typography-color: #6E7474;
    --pbmit-heading-color: #003B49;
    --pbmit-body-typography-font-family: var(--amiha-font-primary);
    --pbmit-heading-typography-font-family: var(--amiha-font-display);
    --pbmit-btn-typography-font-family: var(--amiha-font-secondary);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body.amiha-site-body {
    color: var(--amiha-muted);
    background: #fff;
    font-family: var(--amiha-font-primary);
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.pbmit-title,
.pbmit-tbar-title,
.pbmit-portfolio-title,
.pbmit-element-title {
    font-family: var(--amiha-font-display);
}

.amiha-logo-text,
.site-title,
.amiha-footer-location {
    font-family: var(--amiha-font-logo);
}

.pbmit-btn,
.pbmit-button a,
.pbmit-header-button,
.amiha-luxe-btn,
.amiha-eyebrow,
.amiha-section-kicker,
.amiha-project-filter a,
.amiha-service-panel__content em {
    font-family: var(--amiha-font-secondary);
}

a,
button,
input {
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(245, 183, 0, 0.55);
    outline-offset: 4px;
}

.amiha-header.site-header {
    min-height: 78px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 0 rgba(0, 47, 59, 0.1);
    backdrop-filter: blur(14px);
}

.amiha-header .pbmit-main-header-area {
    padding: 0 32px;
    background: transparent;
}

.amiha-logo-img {
    width: 92px;
    height: 58px;
    object-fit: contain;
}

.amiha-header .navigation > li > a {
    color: var(--amiha-charcoal);
    font-size: 14px;
    font-weight: 700;
}

.amiha-header .navigation > li > a:hover,
.amiha-header .navigation > li.active > a {
    color: var(--amiha-gold);
    box-shadow: none;
}

.amiha-header .pbmit-button-box-second .pbmit-btn,
.amiha-luxe-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.45s var(--amiha-ease-luxe), background-color 0.45s var(--amiha-ease-luxe), border-color 0.45s var(--amiha-ease-luxe), transform 0.45s var(--amiha-ease-luxe), box-shadow 0.45s var(--amiha-ease-luxe);
}

.amiha-luxe-btn i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-radius: 50%;
    background: rgba(0, 59, 73, 0.1);
    transform: rotate(45deg);
    transition: color 0.45s var(--amiha-ease-luxe), background-color 0.45s var(--amiha-ease-luxe), transform 0.45s var(--amiha-ease-luxe);
}

.amiha-luxe-btn:hover i {
    background: rgba(255, 255, 255, 0.16);
    transform: translate(5px, -1px) rotate(45deg);
}

.amiha-luxe-btn--gold,
.amiha-header .pbmit-button-box-second .pbmit-btn {
    color: var(--amiha-navy);
    background: var(--amiha-gold);
    border-color: var(--amiha-gold);
    box-shadow: 0 14px 32px rgba(245, 183, 0, 0.2);
}

.amiha-luxe-btn--gold:hover,
.amiha-header .pbmit-button-box-second .pbmit-btn:hover {
    color: #fff;
    background: var(--amiha-navy);
    border-color: var(--amiha-navy);
    box-shadow: 0 18px 44px rgba(0, 59, 73, 0.24);
    transform: translateY(-2px);
}

.amiha-luxe-btn--ghost {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.24);
}

.amiha-luxe-btn--ghost:hover {
    color: var(--amiha-navy);
    background: #fff;
}

.amiha-luxe-btn--outline {
    color: var(--amiha-navy);
    background: rgba(255, 255, 255, 0.46);
    border-color: rgba(0, 47, 59, 0.24);
}

.amiha-luxe-btn--outline::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--amiha-navy);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.5s var(--amiha-ease-luxe);
}

.amiha-luxe-btn--outline:hover {
    color: #fff;
    border-color: var(--amiha-navy);
    transform: translateY(-2px);
}

.amiha-luxe-btn--outline:hover::before {
    transform: scaleX(1);
}

.amiha-floating-header.site-header {
    position: fixed;
    top: -31px;
    left: 0;
    right: 0;
    z-index: 9999;
    min-height: 94px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.amiha-floating-header .pbmit-main-header-area {
    padding: 0 clamp(12px, 2vw, 38px);
    background: transparent;
}

.amiha-floating-header .pbmit-header-content {
    position: relative;
    min-height: 94px;
    display: grid !important;
    grid-template-columns: clamp(210px, 17vw, 300px) 58px minmax(0, 1fr) clamp(220px, 16vw, 300px);
    column-gap: clamp(16px, 1.45vw, 28px);
    align-items: center;
    border-radius: 22px 22px 22px 22px;
    background: linear-gradient(90deg, rgba(36, 36, 36, 0.68), rgba(36, 36, 36, 0.26));
    box-shadow: 0 22px 58px rgba(0, 35, 51, 0.16);
    overflow: visible;
}

.amiha-floating-header__brand,
.amiha-floating-header__call,
.amiha-floating-header__actions {
    position: relative;
    z-index: 5;
}

.amiha-floating-header__call {
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amiha-floating-header .site-title {
    height: auto;
    margin: 0;
}

.amiha-floating-header .amiha-logo-link {
    width: 142px;
    height: 104px;
    min-width: 142px;
    min-height: 104px;
    padding: 12px 16px;
    color: #fff;
    gap: 0;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(0, 35, 51, 0.18);
}

.amiha-floating-header .amiha-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
    filter: none;
    transform: none;
    transform-origin: center;
}

.amiha-floating-logo-text {
    color: #fff;
    font-family: var(--amiha-font-display);
    font-size: clamp(24px, 2vw, 34px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.amiha-floating-header__nav {
    position: relative;
    z-index: 3;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 clamp(18px, 2vw, 40px);
    background: #fff;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 18px 42px rgba(0, 35, 51, 0.1);
}

.amiha-floating-header__nav::after {
    content: "";
    position: absolute;
    top: 22px;
    right: -1px;
    bottom: 22px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(202, 167, 101, 0.38), transparent);
}

.amiha-floating-header .site-navigation,
.amiha-floating-header .main-menu,
.amiha-floating-header #pbmit-menu,
.amiha-floating-header .pbmit-menu-wrap {
    width: 100%;
}

.amiha-floating-header .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 1.45vw, 28px);
    margin: 0;
    padding: 0;
}

.amiha-floating-header .navigation > li {
    float: none;
    margin: 0;
    padding: 0;
}

.amiha-floating-header .navigation > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 94px;
    padding: 0;
    color: #3d332b;
    font-size: clamp(13px, 0.84vw, 15px);
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
}

.amiha-floating-header .navigation > li:last-child {
    margin-right: 8px;
}

.amiha-floating-header .navigation > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    height: 2px;
    background: #caa765;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s var(--amiha-ease-luxe);
}

.amiha-floating-header .navigation > li.active > a,
.amiha-floating-header .navigation > li > a:hover {
    color: #caa765;
}

.amiha-floating-header .navigation > li.active > a::after,
.amiha-floating-header .navigation > li > a:hover::after {
    transform: scaleX(1);
}

.amiha-floating-header__actions {
    min-width: 0;
    min-height: 94px;
    justify-content: flex-end;
    gap: clamp(12px, 1vw, 18px);
    padding: 0 clamp(16px, 1.6vw, 28px);
}

.amiha-floating-phone {
    display: inline-flex;
    flex: 0 0 auto;
}

.amiha-floating-phone a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    gap: 0;
    color: #fff;
    font-size: clamp(12px, 0.82vw, 14px);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.amiha-floating-phone a::before {
    display: none !important;
    content: none !important;
}

.amiha-floating-phone .pbmit-header-button-text-1 {
    display: none;
}

.amiha-floating-phone__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    color: #caa765;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 14px 28px rgba(0, 35, 51, 0.12);
    transition: transform 0.4s var(--amiha-ease-luxe), box-shadow 0.4s var(--amiha-ease-luxe), color 0.4s var(--amiha-ease-luxe);
}

.amiha-floating-phone__icon i {
    display: inline-flex;
    font-size: 20px;
    line-height: 1;
}

.amiha-floating-phone a:hover .amiha-floating-phone__icon {
    color: var(--amiha-navy);
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 35, 51, 0.18);
}

.amiha-floating-header .pbmit-header-button-text-2 {
    display: none;
}

.amiha-floating-header .pbmit-button-box-second .pbmit-btn {
    min-height: 54px;
    padding: 0 0 0 20px;
    color: #3d332b;
    background: #fff;
    border-color: #fff;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(0, 35, 51, 0.1);
}

.amiha-floating-header .pbmit-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.amiha-floating-header .pbmit-button-text {
    color: inherit;
    font-family: var(--amiha-font-primary);
    font-size: clamp(13px, 0.88vw, 15px);
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.amiha-consult-arrow {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    color: #fff;
    background: #caa765;
    border-radius: 50%;
    transition: transform 0.45s var(--amiha-ease-luxe), background-color 0.45s var(--amiha-ease-luxe);
}

.amiha-consult-arrow i {
    font-size: 18px;
    transform: rotate(45deg);
}

.amiha-floating-header .pbmit-button-box-second .pbmit-btn:hover {
    color: #fff;
    background: var(--amiha-navy);
    border-color: var(--amiha-navy);
}

.amiha-floating-header .pbmit-button-box-second .pbmit-btn:hover .amiha-consult-arrow {
    background: var(--amiha-gold);
    transform: translateX(5px);
}

.amiha-floating-header .navbar-toggler {
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--amiha-navy);
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 14px 28px rgba(0, 35, 51, 0.14);
}

@media (max-width: 1599px) and (min-width: 1200px) {
    .amiha-floating-header .pbmit-header-content {
        grid-template-columns: clamp(158px, 16vw, 190px) 9px minmax(0, 2fr) 350px;
        column-gap: 0px;
    }

    .amiha-floating-header__nav {
        padding-inline: 18px;
    }

    .amiha-floating-header .navigation {
        gap: clamp(10px, 1.1vw, 18px);
    }

    .amiha-floating-header .navigation > li > a {
        font-size: 13px;
        font-weight: 800;
    }

    .amiha-floating-header .navigation > li:last-child {
        display: block;
    }

    .amiha-floating-header__actions {
        padding-left: 10px;
        padding-right: 16px;
    }

    .amiha-floating-header .amiha-logo-link {
        width: 128px;
        height: 96px;
        min-width: 128px;
        min-height: 96px;
        border-radius: 22px;
    }

    .amiha-floating-header .pbmit-button-box-second .pbmit-btn {
        padding-left: 18px;
    }

    .amiha-floating-header .pbmit-button-content-wrapper {
        gap: 10px;
    }

    .amiha-floating-header .pbmit-button-text {
        font-size: 13px;
    }
}

@media (max-width: 1320px) and (min-width: 1200px) {
    .amiha-floating-header .pbmit-main-header-area {
        padding-inline: 14px;
    }

    .amiha-floating-header .pbmit-header-content {
        grid-template-columns: 150px 48px minmax(0, 1fr) 210px;
        column-gap: 10px;
    }

    .amiha-floating-header .amiha-logo-link {
        width: 116px;
        height: 88px;
        min-width: 116px;
        min-height: 88px;
        padding: 10px 12px;
        border-radius: 20px;
    }

    .amiha-floating-header__nav {
        padding-inline: 12px;
    }

    .amiha-floating-header .navigation {
        gap: 8px;
    }

    .amiha-floating-header .navigation > li > a {
        font-size: 11.5px;
    }

    .amiha-floating-header .navigation > li:last-child {
        display: block;
        margin-right: 0;
    }

    .amiha-floating-phone a,
    .amiha-floating-phone__icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .amiha-floating-phone {
        transform: translateX(-8px);
    }

    .amiha-floating-header .pbmit-button-box-second .pbmit-btn {
        min-height: 50px;
        padding-left: 14px;
    }

    .amiha-consult-arrow {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
}

.service-section-five .pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
    background:
        linear-gradient(145deg, rgba(248, 247, 242, 0.98) 0%, rgba(233, 236, 232, 0.9) 56%, rgba(244, 180, 0, 0.08) 100%);
    border: 1px solid rgba(0, 59, 73, 0.1);
    box-shadow: 0 18px 48px rgba(0, 59, 73, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.service-section-five .pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before {
    background: #fff;
}

.service-section-five .pbmit-service-style-1 .pbminfotech-box-number {
    color: var(--amiha-gold);
    font-weight: 700;
}

.service-section-five .pbmit-service-style-1 .pbmit-service-title a {
    color: var(--amiha-navy);
}

.service-section-five .pbmit-service-style-1 .pbmit-service-description {
    color: var(--amiha-muted);
    border-top-color: rgba(0, 59, 73, 0.16);
}

.service-section-five .pbmit-service-style-1 .pbmit-service-description::before {
    background-color: rgba(244, 180, 0, 0.8);
}

.service-section-five .pbmit-service-style-1.pbmit-ele-service .pbmit-service-btn {
    color: var(--amiha-navy);
    background-color: var(--amiha-gold);
    box-shadow: 0 16px 34px rgba(244, 180, 0, 0.22);
}

.service-section-five .pbmit-service-style-1:hover .pbminfotech-post-item .pbmit-box-content-wrap {
    background:
        linear-gradient(145deg, #fff 0%, var(--amiha-ivory) 48%, rgba(244, 180, 0, 0.14) 100%);
    border-color: rgba(244, 180, 0, 0.38);
    box-shadow: 0 24px 58px rgba(0, 59, 73, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.amiha-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.amiha-eyebrow,
.amiha-section-kicker {
    position: relative;
    display: inline-block;
    margin-bottom: 13px;
    padding-left: 18px;
    color: var(--amiha-gold);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.amiha-eyebrow::before,
.amiha-section-kicker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 8px;
    height: 14px;
    border-left: 5px solid var(--amiha-gold);
    border-radius: 999px;
}

.amiha-section-number {
    display: block;
    margin-bottom: 10px;
    color: rgba(0, 47, 59, 0.15);
    font-family: var(--amiha-serif);
    font-size: 60px;
    line-height: 0.8;
}

.amiha-luxe-hero {
    position: relative;
    background: var(--amiha-charcoal);
}

.amiha-hero-swiper {
    height: 88vh;
    min-height: 680px;
}

.min-vh-hero {
    min-height: 88vh;
}

.amiha-hero-slide {
    position: relative;
    overflow: hidden;
}

.amiha-hero-slide__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
}

.swiper-slide-active .amiha-hero-slide__image {
    animation: amihaHeroZoom 7s ease-out both;
}

.amiha-hero-slide__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 47, 59, 0.92), rgba(0, 47, 59, 0.42) 52%, rgba(27, 27, 27, 0.7)),
        linear-gradient(0deg, rgba(27, 27, 27, 0.36), rgba(27, 27, 27, 0.06));
    z-index: 1;
}

.amiha-hero-slide .container {
    position: relative;
    z-index: 2;
}

.amiha-hero-panel {
    position: relative;
    max-width: 690px;
    padding: 48px 52px;
    color: #fff;
    background: rgba(27, 27, 27, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 4px solid var(--amiha-gold);
    border-radius: var(--amiha-radius);
    box-shadow: var(--amiha-shadow-dark);
    backdrop-filter: blur(14px);
}

.amiha-hero-panel h2,
.amiha-cta-content h2,
.amiha-prefooter h2 {
    color: inherit;
    font-family: var(--amiha-serif);
    font-weight: 700;
    letter-spacing: 0;
}

.amiha-hero-panel h2 {
    max-width: 580px;
    margin-bottom: 20px;
    font-size: clamp(48px, 6vw, 50px);
    line-height: 0.98;
}

.amiha-hero-panel p {
    max-width: 575px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.75;
}

.amiha-hero-meta {
    position: absolute;
    right: 30px;
    bottom: 24px;
    color: #fff;
    font-family: var(--amiha-serif);
}

.amiha-hero-meta span {
    color: var(--amiha-gold);
    font-size: 28px;
}

.amiha-hero-meta small {
    color: rgba(255, 255, 255, 0.62);
}

.amiha-hero-progress {
    position: absolute;
    left: 50%;
    bottom: 42px;
    z-index: 3;
    width: min(420px, 36vw);
    height: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.22);
    transform: translateX(-50%);
}

.amiha-hero-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--amiha-gold);
    transform: scaleX(0);
    transform-origin: left center;
}

.amiha-hero-counter {
    position: absolute;
    left: 42px;
    bottom: 32px;
    z-index: 3;
    color: #fff;
    font-weight: 800;
}

.amiha-hero-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    transform: translateY(-50%);
}

.amiha-hero-nav:hover {
    color: var(--amiha-navy);
    background: var(--amiha-gold);
    border-color: var(--amiha-gold);
}

.amiha-hero-nav--prev {
    left: 28px;
}

.amiha-hero-nav--next {
    right: 28px;
}

.amiha-scroll-cue {
    position: absolute;
    right: 34px;
    bottom: 100px;
    z-index: 4;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.amiha-scroll-cue::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 54px;
    margin-top: 14px;
    background: var(--amiha-gold);
}

.amiha-service-nav {
    position: relative;
    z-index: 6;
    margin-top: -92px;
    padding-bottom: 82px;
}

.amiha-service-swiper {
    overflow: visible;
}

.amiha-service-panel {
    height: 300px;
}

.amiha-service-panel a {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0;
    text-decoration: none;
    box-shadow: 0 24px 70px rgba(0, 47, 59, 0.16);
}

.amiha-service-panel:first-child a {
    border-radius: var(--amiha-radius) 0 0 var(--amiha-radius);
}

.amiha-service-panel:last-child a {
    border-radius: 0 var(--amiha-radius) var(--amiha-radius) 0;
}

.amiha-service-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.55s ease;
}

.amiha-service-panel a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 47, 59, 0.62), rgba(0, 47, 59, 0.82));
    transition: background 0.35s ease;
}

.amiha-service-panel a::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    height: 2px;
    background: var(--amiha-gold);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
}

.amiha-service-panel:hover {
    transform: translateY(-8px);
}

.amiha-service-panel:hover img {
    transform: scale(1.1);
}

.amiha-service-panel:hover a::before {
    background: linear-gradient(180deg, rgba(0, 47, 59, 0.38), rgba(0, 47, 59, 0.66));
}

.amiha-service-panel:hover a::after {
    transform: scaleX(1);
}

.amiha-service-panel__number {
    position: absolute;
    top: 24px;
    left: 26px;
    z-index: 2;
    color: var(--amiha-gold);
    font-family: var(--amiha-serif);
    font-size: 34px;
}

.amiha-service-panel__content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 42px;
    z-index: 2;
}

.amiha-service-panel__content strong {
    display: block;
    color: #fff;
    font-family: var(--amiha-serif);
    font-size: 30px;
    line-height: 1.08;
}

.amiha-service-panel__content small {
    display: block;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease, margin 0.35s ease;
}

.amiha-service-panel:hover .amiha-service-panel__content small {
    max-height: 96px;
    margin-top: 14px;
    opacity: 1;
}

.amiha-service-panel__content em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: var(--amiha-gold);
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
}

.amiha-service-panel:hover em i {
    transform: translate(5px, -5px) rotate(45deg);
}

.amiha-service-pagination {
    display: none;
    margin-top: 22px;
    text-align: center;
}

.amiha-service-pagination .swiper-pagination-bullet-active {
    background: var(--amiha-gold);
}

.amiha-editorial-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        linear-gradient(rgba(0, 59, 73, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 59, 73, 0.035) 1px, transparent 1px),
        linear-gradient(135deg, var(--amiha-ivory) 0%, #fff 58%, #fff 100%);
    background-size: 28px 28px;
}

.amiha-editorial-section::before,
.amiha-editorial-section::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: clamp(260px, 34vw, 520px);
    height: clamp(260px, 34vw, 520px);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(54px);
    opacity: 0.28;
}

.amiha-editorial-section::before {
    left: 8%;
    top: 22%;
    background: rgba(244, 180, 0, 0.42);
}

.amiha-editorial-section::after {
    right: 7%;
    bottom: 16%;
    background: rgba(0, 89, 98, 0.18);
}

.amiha-editorial-section .container {
    position: relative;
    z-index: 1;
}

.amiha-about-layout {
    --bs-gutter-x: clamp(42px, 6vw, 86px);
}

.amiha-about-media {
    position: relative;
    max-width: 560px;
    padding: 24px 52px 76px 18px;
    transform: translate3d(var(--amiha-parallax-x, 0), var(--amiha-parallax-y, 0), 0);
    transition: transform 0.7s var(--amiha-ease-luxe);
    will-change: transform;
}

.amiha-about-media::before {
    content: "";
    position: absolute;
    inset: 54px 14px 30px 62px;
    background:
        linear-gradient(rgba(0, 59, 73, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 59, 73, 0.04) 1px, transparent 1px),
        rgba(248, 247, 242, 0.68);
    background-size: 22px 22px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.amiha-about-media::after {
    content: "";
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 3;
    width: 2px;
    height: 38%;
    background: var(--amiha-gold);
    transform: scaleY(0.55);
    transform-origin: top;
    transition: transform 0.75s var(--amiha-ease-luxe);
}

.amiha-about-media__primary,
.amiha-about-media__secondary,
.amiha-about-media__badge {
    position: relative;
    z-index: 2;
}

.amiha-about-media__primary {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 24px;
    box-shadow: var(--amiha-shadow-luxe), inset 0 1px 0 rgba(255, 255, 255, 0.52);
    transition: box-shadow 0.75s var(--amiha-ease-luxe), transform 0.75s var(--amiha-ease-luxe);
}

.amiha-about-media__primary::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(244, 180, 0, 0.11), rgba(255, 255, 255, 0.02) 45%, rgba(0, 59, 73, 0.12));
    pointer-events: none;
    mix-blend-mode: soft-light;
}

.amiha-about-media .first-img {
    width: 100%;
    aspect-ratio: 4 / 5.25;
    object-fit: cover;
    border-radius: 24px;
    filter: saturate(0.95) contrast(1.03) sepia(0.06);
    transform: scale(1);
    transition: transform 0.75s var(--amiha-ease-luxe), filter 0.75s var(--amiha-ease-luxe);
    will-change: transform;
}

.amiha-about-media:hover::after {
    transform: scaleY(1);
}

.amiha-about-media:hover .amiha-about-media__primary {
    transform: translateY(-5px);
    box-shadow: var(--amiha-shadow-luxe-hover);
}

.amiha-about-media:hover .first-img {
    transform: scale(1.025);
    filter: saturate(1) contrast(1.04) sepia(0.08);
}

.amiha-about-media .about-img-second {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: min(54%, 285px);
    transition: transform 0.72s var(--amiha-ease-luxe);
    will-change: transform;
}

.amiha-about-media .about-img-wrap {
    padding: clamp(10px, 1.1vw, 16px);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 18px;
    box-shadow: 0 22px 52px rgba(0, 59, 73, 0.16), 0 7px 18px rgba(36, 36, 36, 0.08);
    backdrop-filter: blur(8px);
}

.amiha-about-media .about-img-second img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    filter: saturate(0.98) contrast(1.02) sepia(0.04);
}

.amiha-about-media:hover .about-img-second {
    transform: translate(6px, 6px);
}

.amiha-about-media__badge {
    position: absolute;
    left: -4px;
    bottom: 118px;
    max-width: 220px;
    padding: 15px 18px 16px;
    color: #fff;
    background: linear-gradient(135deg, rgba(0, 59, 73, 0.96), rgba(0, 44, 55, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 4px solid var(--amiha-gold);
    border-radius: 16px;
    box-shadow: 0 20px 48px rgba(0, 59, 73, 0.28);
    overflow: hidden;
    transition: transform 0.65s var(--amiha-ease-luxe), box-shadow 0.65s var(--amiha-ease-luxe);
}

.amiha-about-media__badge::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 44%);
    pointer-events: none;
}

.amiha-about-media__badge span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.amiha-about-media__badge strong {
    display: block;
    color: #fff;
    font-family: var(--amiha-serif);
    font-size: 24px;
    line-height: 1.15;
}

.amiha-about-media:hover .amiha-about-media__badge {
    transform: translateY(-3px);
    box-shadow: 0 24px 56px rgba(0, 59, 73, 0.34);
}

.amiha-about-copy {
    position: relative;
    max-width: 780px;
    padding: 26px 0 24px 58px;
}

.amiha-about-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    width: 1px;
    height: calc(100% - 56px);
    background: linear-gradient(180deg, transparent, rgba(244, 180, 0, 0.95), transparent);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.95s var(--amiha-ease-luxe);
}

.aos-animate .amiha-about-copy::before,
.amiha-about-copy.aos-animate::before {
    transform: scaleY(1);
}

.amiha-about-copy .pbmit-title {
    max-width: 620px;
    margin-bottom: 24px;
    color: var(--amiha-navy);
    font-family: var(--amiha-serif);
    font-size: clamp(36px, 4.2vw, 58px);
    line-height: 1.05;
}

.amiha-about-copy .pbmit-title span {
    color: var(--amiha-gold);
    font-style: italic;
    font-weight: 400;
}

.amiha-about-copy .pbmit-heading-desc {
    max-width: 780px;
    margin: 0;
}

.amiha-about-copy .pbmit-heading-desc p {
    margin-bottom: 20px;
    color: var(--amiha-muted);
    font-size: 17px;
    line-height: 1.9;
}

.amiha-serif-highlight {
    color: var(--amiha-navy);
    font-family: var(--amiha-serif);
    font-style: italic;
    font-size: 1.12em;
    font-weight: 400;
}

.amiha-about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 38px 0 26px;
}

.amiha-about-stat {
    position: relative;
    min-height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 22px 22px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(248, 247, 242, 0.92));
    border: 1px solid rgba(0, 59, 73, 0.11);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(0, 59, 73, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
    transition: transform 0.45s var(--amiha-ease-luxe), border-color 0.45s var(--amiha-ease-luxe), box-shadow 0.45s var(--amiha-ease-luxe), background 0.45s var(--amiha-ease-luxe);
}

.amiha-about-stat::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 20px;
    width: 28px;
    height: 2px;
    background: var(--amiha-gold);
    transform-origin: left center;
    transition: transform 0.45s var(--amiha-ease-luxe);
}

.amiha-about-stat strong {
    color: var(--amiha-navy);
    font-family: var(--amiha-serif);
    font-size: clamp(34px, 3vw, 44px);
    line-height: 1;
    transition: color 0.45s var(--amiha-ease-luxe);
}

.amiha-about-stat span {
    display: block;
    margin-top: 10px;
    color: var(--amiha-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.amiha-about-stat:hover {
    transform: translateY(-5px);
    border-color: rgba(244, 180, 0, 0.5);
    background: linear-gradient(145deg, #fff, rgba(248, 247, 242, 0.98) 54%, rgba(244, 180, 0, 0.08));
    box-shadow: 0 22px 50px rgba(0, 59, 73, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.amiha-about-stat:hover::before {
    transform: scaleX(1.75);
}

.amiha-about-stat:hover strong {
    color: var(--amiha-gold);
}

.amiha-about-focus-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.amiha-about-focus {
    position: relative;
    min-height: 238px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    overflow: hidden;
    color: var(--amiha-navy);
    background: rgba(248, 247, 242, 0.78);
    border: 1px solid rgba(0, 59, 73, 0.12);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(0, 59, 73, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    transition: transform 0.6s var(--amiha-ease-luxe), border-color 0.6s var(--amiha-ease-luxe), box-shadow 0.6s var(--amiha-ease-luxe), background 0.6s var(--amiha-ease-luxe);
}

.amiha-about-focus::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(244, 180, 0, 0.12);
    opacity: 0;
    filter: blur(20px);
    transition: opacity 0.6s var(--amiha-ease-luxe), transform 0.6s var(--amiha-ease-luxe);
}

.amiha-about-focus__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.amiha-about-focus__top span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--amiha-navy);
    background: var(--amiha-gold);
    border-radius: 50%;
    font-weight: 800;
    transition: transform 0.6s var(--amiha-ease-luxe), background-color 0.6s var(--amiha-ease-luxe), color 0.6s var(--amiha-ease-luxe), box-shadow 0.6s var(--amiha-ease-luxe);
}

.amiha-about-focus__top > i {
    color: currentColor;
    font-size: 24px;
    opacity: 0.72;
}

.amiha-about-focus h3 {
    color: var(--amiha-navy);
    font-size: 21px;
    line-height: 1.25;
    transition: color 0.6s var(--amiha-ease-luxe);
}

.amiha-about-focus p {
    color: var(--amiha-muted);
    line-height: 1.6;
    margin-bottom: 22px;
}

.amiha-about-focus em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--amiha-gold);
    font-family: var(--amiha-font-secondary);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.amiha-about-focus em i {
    font-size: 11px;
    transform: rotate(45deg);
    transition: transform 0.55s var(--amiha-ease-luxe);
}

.amiha-about-focus--dark {
    color: var(--amiha-ivory);
    background: linear-gradient(145deg, var(--amiha-navy), #002d38);
    border-color: rgba(255, 255, 255, 0.16);
}

.amiha-about-focus--dark h3,
.amiha-about-focus--dark p {
    color: inherit;
}

.amiha-about-focus--dark p {
    opacity: 0.78;
}

.amiha-about-focus--dark .amiha-about-focus__top span {
    color: var(--amiha-navy);
    background: var(--amiha-gold);
}

.amiha-about-focus--light {
    background: linear-gradient(145deg, rgba(248, 247, 242, 0.92), rgba(233, 236, 232, 0.45));
}

.amiha-about-focus:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 58px rgba(0, 59, 73, 0.13);
}

.amiha-about-focus:hover::after {
    opacity: 1;
    transform: translate(-14px, 14px);
}

.amiha-about-focus:hover .amiha-about-focus__top span {
    transform: scale(1.05);
    box-shadow: 0 0 28px rgba(244, 180, 0, 0.24);
}

.amiha-about-focus:hover em i {
    transform: translateX(5px) rotate(45deg);
}

.amiha-about-focus--dark:hover {
    background: linear-gradient(145deg, var(--amiha-navy), #005263);
}

.amiha-about-focus--light:hover {
    border-color: rgba(244, 180, 0, 0.68);
    background: linear-gradient(145deg, #fff, rgba(248, 247, 242, 0.98), rgba(244, 180, 0, 0.08));
}

.amiha-about-focus--light:hover h3 {
    color: var(--amiha-navy);
}

.amiha-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.amiha-portfolio-section {
    padding: 112px 0;
    background: var(--amiha-ivory);
}

.amiha-portfolio-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 34px;
}

.amiha-portfolio-head h2 {
    margin: 0;
    color: var(--amiha-navy);
    font-family: var(--amiha-serif);
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1;
}

.amiha-portfolio-head__side {
    max-width: 520px;
}

.amiha-portfolio-head__side p {
    margin-bottom: 18px;
    color: var(--amiha-muted);
    line-height: 1.7;
}

.amiha-project-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 34px;
}

.amiha-project-filter a {
    padding: 11px 18px;
    color: var(--amiha-navy);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 47, 59, 0.16);
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.amiha-project-filter a.is-active,
.amiha-project-filter a:hover {
    color: #fff;
    background: var(--amiha-navy);
    border-color: var(--amiha-navy);
}

.amiha-project-card-wrap {
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.amiha-project-card-wrap.is-hidden {
    display: none;
}

.amiha-project-card {
    height: 100%;
}

.amiha-project-card button {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 350px;
    padding: 0;
    overflow: hidden;
    text-align: left;
    background: var(--amiha-charcoal);
    border: 1px solid rgba(0, 47, 59, 0.08);
    border-radius: 18px;
    box-shadow: none;
}

.amiha-project-card--featured button {
    min-height: 560px;
}

.amiha-project-card__image {
    position: absolute;
    inset: 0;
    display: block;
}

.amiha-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.55s ease;
}

.amiha-project-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.02), rgba(0, 47, 59, 0.86));
    opacity: 0.88;
    transition: opacity 0.35s ease;
}

.amiha-project-card button::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(245, 183, 0, 0.72);
    border-radius: 14px;
    opacity: 0;
    transform: scale(0.97);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.amiha-project-card__body {
    position: absolute;
    left: 26px;
    right: 92px;
    bottom: 26px;
    z-index: 2;
    min-height: auto;
    display: block;
    padding: 0;
    background: transparent;
    transform: translateY(16px);
    transition: transform 0.35s ease;
}

.amiha-project-card__body span {
    display: block;
    margin-bottom: 8px;
    color: var(--amiha-gold);
    font-size: 12px;
    font-weight: 900;
    opacity: 0;
    text-transform: uppercase;
    transition: opacity 0.35s ease;
}

.amiha-project-card__body strong {
    display: block;
    color: #fff;
    font-family: var(--amiha-serif);
    font-size: 29px;
    line-height: 1.08;
    text-align: left;
    text-transform: none;
}

.amiha-project-card__body small {
    display: block;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease, margin 0.35s ease;
}

.amiha-project-card__arrow {
    position: absolute;
    right: 26px;
    bottom: 26px;
    z-index: 3;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--amiha-navy);
    background: var(--amiha-gold);
    border-radius: 50%;
}

.amiha-project-card__arrow i {
    transform: rotate(45deg);
}

.amiha-project-card button:hover img {
    transform: scale(1.1);
}

.amiha-project-card button:hover::after {
    opacity: 1;
    transform: scale(1);
}

.amiha-project-card button:hover .amiha-project-card__overlay {
    opacity: 1;
}

.amiha-project-card button:hover .amiha-project-card__body {
    transform: translateY(0);
}

.amiha-project-card button:hover .amiha-project-card__body span,
.amiha-project-card button:hover .amiha-project-card__body small {
    opacity: 1;
}

.amiha-project-card button:hover .amiha-project-card__body small {
    max-height: 110px;
    margin-top: 12px;
}

.amiha-project-card button:hover .amiha-project-card__arrow {
    transform: rotate(12deg);
}

.amiha-project-modal .modal-content {
    background: var(--amiha-charcoal);
    border-right: 6px solid var(--amiha-gold);
}

.amiha-project-modal .modal-header span {
    color: var(--amiha-gold);
}

.amiha-project-modal .modal-title {
    font-family: var(--amiha-serif);
}

.amiha-project-modal__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.amiha-project-modal__grid a {
    aspect-ratio: 16 / 10;
    border-radius: 12px;
}

.amiha-quote-modal .modal-dialog {
    max-width: 940px;
}

.amiha-quote-modal .modal-content {
    overflow: hidden;
    background: var(--amiha-ivory);
    border: 1px solid rgba(0, 59, 73, 0.12);
    border-radius: 24px;
    box-shadow: 0 34px 90px rgba(0, 35, 51, 0.28);
}

.amiha-quote-modal .modal-body {
    padding: 0;
}

.amiha-quote-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    width: 42px;
    height: 42px;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(0, 35, 51, 0.14);
    opacity: 1;
}

.amiha-quote-modal__intro {
    height: 100%;
    padding: 46px 38px;
    color: var(--amiha-ivory);
    background:
        radial-gradient(circle at 84% 18%, rgba(244, 180, 0, 0.24), transparent 30%),
        var(--amiha-navy);
}

.amiha-quote-modal__intro span {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--amiha-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.amiha-quote-modal__intro h2 {
    max-width: 320px;
    margin-bottom: 18px;
    color: var(--amiha-ivory);
    font-family: var(--amiha-serif);
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.08;
}

.amiha-quote-modal__intro p {
    color: rgba(248, 247, 242, 0.76);
    line-height: 1.72;
}

.amiha-quote-modal__intro ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.amiha-quote-modal__intro li {
    position: relative;
    padding-left: 22px;
    color: rgba(248, 247, 242, 0.9);
    font-weight: 700;
}

.amiha-quote-modal__intro li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: var(--amiha-gold);
    border-radius: 50%;
}

.amiha-quote-modal__form {
    padding: 46px 42px;
}

.amiha-quote-modal__form .row {
    row-gap: 16px;
}

.amiha-quote-modal__form .form-control {
    min-height: 52px;
    padding: 13px 16px;
    color: var(--amiha-charcoal);
    background: #fff;
    border: 1px solid rgba(0, 59, 73, 0.13);
    border-radius: 14px;
    box-shadow: none;
}

.amiha-quote-modal__form textarea.form-control {
    min-height: 128px;
    resize: vertical;
}

.amiha-quote-modal__form .form-control:focus {
    border-color: var(--amiha-gold);
    box-shadow: 0 0 0 4px rgba(244, 180, 0, 0.13);
}

.amiha-quote-modal__form .pbmit-btn {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
    color: var(--amiha-navy);
    background: var(--amiha-gold);
    border-color: var(--amiha-gold);
    border-radius: 999px;
}

.amiha-quote-modal__form .pbmit-btn:hover {
    color: #fff;
    background: var(--amiha-navy);
    border-color: var(--amiha-navy);
}

.amiha-cta-section {
    position: relative;
    padding: 118px 0 102px;
    color: var(--amiha-ivory);
    background:
        radial-gradient(circle at 76% 28%, rgba(245, 183, 0, 0.16), transparent 28%),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        var(--amiha-navy);
    background-size: auto, 30px 30px, 30px 30px, auto;
}

.amiha-cta-media {
    position: relative;
    padding: 24px 0 0 24px;
}

.amiha-cta-media::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 72%;
    height: 72%;
    border: 1px solid var(--amiha-gold);
    border-radius: 18px;
}

.amiha-cta-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: var(--amiha-shadow-dark);
}

.amiha-cta-badge {
    position: absolute;
    right: -16px;
    bottom: 42px;
    z-index: 2;
    max-width: 260px;
    padding: 18px 20px;
    color: var(--amiha-navy);
    background: var(--amiha-ivory);
    border-left: 4px solid var(--amiha-gold);
    border-radius: 14px;
}

.amiha-cta-badge span {
    display: block;
    color: var(--amiha-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.amiha-cta-badge strong {
    color: var(--amiha-navy);
    font-family: var(--amiha-serif);
    font-size: 20px;
    line-height: 1.2;
}

.amiha-cta-content {
    max-width: 720px;
    margin-left: auto;
}

.amiha-cta-content h2 {
    max-width: 700px;
    margin-bottom: 22px;
    font-size: clamp(38px, 5vw, 40px);
    line-height: 1.02;
}

.amiha-cta-content p {
    max-width: 620px;
    color: rgba(247, 247, 242, 0.76);
    font-size: 17px;
    line-height: 1.75;
}

.amiha-cta-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.amiha-cta-benefits li {
    padding: 16px;
    color: var(--amiha-ivory);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    font-weight: 700;
}

.amiha-cta-benefits i {
    display: block;
    margin-bottom: 10px;
    color: var(--amiha-gold);
}

.amiha-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    color: var(--amiha-gold);
    text-decoration: none;
    font-weight: 800;
}

.amiha-consult-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 70px;
}

.amiha-consult-steps::before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 33px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245, 183, 0, 0.8), transparent);
}

.amiha-consult-steps article {
    position: relative;
    z-index: 1;
    padding: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
}

.amiha-consult-steps span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--amiha-navy);
    background: var(--amiha-gold);
    border-radius: 50%;
    font-weight: 900;
}

.amiha-consult-steps h3 {
    margin: 18px 0 0;
    color: var(--amiha-ivory);
    font-size: 21px;
}

.amiha-footer {
    color: var(--amiha-navy);
    background: var(--amiha-ivory);
}

.amiha-prefooter {
    padding: 84px 0;
    color: var(--amiha-ivory);
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        var(--amiha-navy);
    background-size: 28px 28px;
    border-bottom: 1px solid rgba(245, 183, 0, 0.22);
}

.amiha-prefooter h2 {
    max-width: 760px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.04;
}

.amiha-prefooter p {
    max-width: 680px;
    margin: 16px 0 0;
    color: rgba(247, 247, 242, 0.76);
}

.amiha-prefooter__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.amiha-footer-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--amiha-ivory);
    text-decoration: none;
    font-weight: 800;
}

.amiha-footer-whatsapp:hover {
    color: var(--amiha-gold);
}

.amiha-footer-main {
    padding: 78px 0 58px;
    background:
        linear-gradient(rgba(0, 47, 59, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 47, 59, 0.028) 1px, transparent 1px),
        var(--amiha-ivory);
    background-size: 30px 30px;
}

.amiha-footer-logo {
    width: min(220px, 100%);
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 12px;
    object-fit: contain;
}

.amiha-footer-brand p {
    max-width: 330px;
    margin: 24px 0;
    color: var(--amiha-muted);
    line-height: 1.72;
}

.amiha-footer-location {
    display: inline-block;
    padding: 9px 13px;
    color: var(--amiha-navy);
    background: #fff;
    border: 1px solid var(--amiha-line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.amiha-footer-social {
    display: flex;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.amiha-footer-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--amiha-navy);
    background: #fff;
    border: 1px solid var(--amiha-line);
    border-radius: 50%;
    text-decoration: none;
}

.amiha-footer-social a:hover {
    color: var(--amiha-navy);
    background: var(--amiha-gold);
    border-color: var(--amiha-gold);
    transform: translateY(-3px);
}

.amiha-footer-column h2 {
    margin-bottom: 22px;
    color: var(--amiha-navy);
    font-size: 20px;
}

.amiha-footer-column ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.amiha-footer-column li,
.amiha-footer-column a {
    color: var(--amiha-muted);
    text-decoration: none;
}

.amiha-footer-column a {
    position: relative;
    display: inline-block;
}

.amiha-footer-column a::after,
.amiha-footer-bottom a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: var(--amiha-gold);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
}

.amiha-footer-column a:hover,
.amiha-footer-bottom a:hover {
    color: var(--amiha-navy);
}

.amiha-footer-column a:hover::after,
.amiha-footer-bottom a:hover::after {
    transform: scaleX(1);
}

.amiha-footer-form {
    margin-top: 26px;
}

.amiha-footer-form label {
    display: block;
    margin-bottom: 10px;
    color: var(--amiha-navy);
    font-weight: 800;
}

.amiha-footer-form > div {
    display: flex;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--amiha-line);
    border-radius: 999px;
}

.amiha-footer-form input {
    min-width: 0;
    flex: 1;
    padding: 13px 16px;
    border: 0;
    background: transparent;
}

.amiha-footer-form button {
    width: 48px;
    flex: 0 0 48px;
    color: var(--amiha-navy);
    background: var(--amiha-gold);
    border: 0;
}

.amiha-footer-form__message {
    display: block;
    min-height: 20px;
    margin-top: 9px;
    font-size: 12px;
}

.amiha-footer-form.has-error .amiha-footer-form__message {
    color: #b00020;
}

.amiha-footer-form.has-success .amiha-footer-form__message {
    color: #0b7d42;
}

.amiha-footer-bottom {
    padding: 24px 0;
    color: rgba(247, 247, 242, 0.72);
    background: var(--amiha-charcoal);
    font-size: 13px;
}

.amiha-footer-bottom a {
    position: relative;
    color: var(--amiha-ivory);
    text-decoration: none;
}

.amiha-footer-bottom nav {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.amiha-back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 950;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--amiha-navy);
    background: var(--amiha-gold);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 16px 32px rgba(0, 47, 59, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
}

.amiha-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@keyframes amihaHeroZoom {
    from {
        transform: scale(1.06);
    }
    to {
        transform: scale(1.13);
    }
}

@media (max-width: 1199px) {
    .amiha-floating-header.site-header {
        position: sticky;
        top: 0;
        min-height: 76px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 12px 34px rgba(0, 35, 51, 0.1);
        backdrop-filter: blur(14px);
    }

    .amiha-floating-header .pbmit-main-header-area {
        padding: 0 18px;
    }

    .amiha-floating-header .pbmit-header-content {
        grid-template-columns: auto minmax(0, 1fr) auto;
        column-gap: 12px;
        min-height: 76px;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .amiha-floating-header .amiha-logo-link {
        width: 78px;
        height: 68px;
        min-width: 78px;
        min-height: 68px;
        padding: 8px 10px;
        color: var(--amiha-navy);
        border-radius: 18px;
    }

    .amiha-floating-header .amiha-logo-img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        filter: none;
    }

    .amiha-floating-logo-text {
        color: var(--amiha-navy);
        font-size: 24px;
    }

    .amiha-floating-header__nav {
        position: static;
        min-height: 0;
        display: block;
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .amiha-floating-header .navbar-header {
        display: flex;
        justify-content: flex-end;
    }

    .amiha-floating-header .navigation {
        display: block;
        padding: 90px 0;
    }

    .amiha-floating-header .navigation > li > a {
        min-height: auto;
        display: block;
        padding: 14px 30px;
        color: var(--amiha-charcoal);
        font-size: 18px;
    }

    .amiha-floating-header .navigation > li > a::after {
        display: none;
    }

    .amiha-floating-header__actions {
        min-width: 0;
        min-height: 76px;
        gap: 12px;
        padding: 0;
    }

    .amiha-floating-phone {
        display: none;
    }

    .amiha-floating-header .pbmit-button-box-second .pbmit-btn {
        min-height: 52px;
        padding-left: 22px;
    }

    .amiha-consult-arrow {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .amiha-service-nav {
        margin-top: -70px;
    }

    .amiha-service-panel:first-child a,
    .amiha-service-panel:last-child a,
    .amiha-service-panel a {
        border-radius: var(--amiha-radius);
    }

    .amiha-service-pagination {
        display: block;
    }

    .amiha-project-card--featured button {
        min-height: 440px;
    }

    .amiha-cta-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .amiha-header .pbmit-main-header-area {
        padding: 0 16px;
    }

    .amiha-hero-swiper,
    .min-vh-hero {
        height: 80vh;
        min-height: 620px;
    }

    .amiha-hero-panel {
        padding: 38px 34px;
    }

    .amiha-hero-nav {
        display: none;
    }

    .amiha-hero-progress {
        width: 58vw;
    }

    .amiha-service-nav {
        padding-bottom: 60px;
    }

    .amiha-about-copy {
        max-width: none;
        padding: 36px 0 0;
    }

    .amiha-about-copy::before {
        display: none;
    }

    .amiha-about-media {
        margin: 0 auto;
    }

    .amiha-portfolio-head {
        display: block;
    }

    .amiha-portfolio-head__side {
        margin-top: 18px;
    }

    .amiha-cta-content {
        margin-left: 0;
    }

    .amiha-consult-steps {
        grid-template-columns: 1fr;
    }

    .amiha-consult-steps::before {
        left: 45px;
        right: auto;
        top: 34px;
        bottom: 34px;
        width: 1px;
        height: auto;
        background: linear-gradient(180deg, transparent, rgba(245, 183, 0, 0.8), transparent);
    }

    .amiha-prefooter__actions {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 72px;
    }

    .amiha-floating-header .pbmit-main-header-area {
        padding: 0 12px;
    }

    .amiha-floating-header .pbmit-header-content {
        min-height: 68px;
    }

    .amiha-floating-header .amiha-logo-link {
        width: 68px;
        height: 58px;
        min-width: 68px;
        min-height: 58px;
        padding: 7px 9px;
        border-radius: 16px;
        gap: 0;
    }

    .amiha-floating-header .amiha-logo-img {
        width: 100%;
        height: 100%;
    }

    .amiha-floating-logo-text {
        max-width: 108px;
        font-size: 18px;
        line-height: 1.05;
    }

    .amiha-floating-header .pbmit-button-box-second {
        display: none;
    }

    .amiha-floating-header .navbar-toggler {
        width: 48px;
        height: 48px;
    }

    .amiha-logo-img {
        width: 74px;
        height: 48px;
    }

    .amiha-hero-swiper,
    .min-vh-hero {
        height: 78vh;
        min-height: 570px;
    }

    .amiha-hero-panel {
        padding: 28px 22px;
        border-radius: 14px;
    }

    .amiha-hero-panel h2 {
        font-size: 40px;
    }

    .amiha-hero-panel p {
        font-size: 15px;
    }

    .amiha-button-row {
        flex-direction: column;
    }

    .amiha-button-row .amiha-luxe-btn {
        width: 100%;
    }

    .amiha-scroll-cue,
    .amiha-hero-counter {
        display: none;
    }

    .amiha-hero-progress {
        bottom: 22px;
        width: calc(100% - 44px);
    }

    .amiha-service-nav {
        margin-top: -48px;
        padding-bottom: 48px;
    }

    .amiha-service-panel {
        height: 250px;
    }

    .amiha-service-panel__content strong {
        font-size: 26px;
    }

    .amiha-editorial-section,
    .amiha-portfolio-section,
    .amiha-cta-section {
        padding: 70px 0;
    }

    .amiha-about-media {
        max-width: 100%;
        padding: 0 0 62px;
    }

    .amiha-about-media::before,
    .amiha-about-media::after {
        display: none;
    }

    .amiha-about-media__primary,
    .amiha-about-media .first-img {
        border-radius: 20px;
    }

    .amiha-about-media__badge {
        left: 12px;
        bottom: 86px;
        max-width: 190px;
        padding: 12px 14px;
        border-radius: 14px;
    }

    .amiha-about-media__badge strong {
        font-size: 19px;
    }

    .amiha-about-media .about-img-second {
        right: 10px;
        bottom: 0;
        width: min(56%, 250px);
    }

    .amiha-about-media .about-img-wrap {
        padding: 10px;
        border-radius: 16px;
    }

    .amiha-about-copy .pbmit-title {
        font-size: clamp(34px, 10vw, 46px);
        line-height: 1.08;
    }

    .amiha-about-copy .pbmit-heading-desc p {
        font-size: 16px;
        line-height: 1.78;
    }

    .amiha-about-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin: 30px 0 22px;
        overflow: visible;
        padding-bottom: 0;
    }

    .amiha-about-stat {
        min-height: 118px;
        padding: 22px 12px 16px;
        border-radius: 15px;
    }

    .amiha-about-stat::before {
        left: 12px;
        top: 15px;
        width: 22px;
    }

    .amiha-about-stat strong {
        font-size: clamp(28px, 8vw, 34px);
    }

    .amiha-about-stat span {
        font-size: 11px;
    }

    .amiha-about-focus-grid,
    .amiha-project-modal__grid {
        grid-template-columns: 1fr;
    }

    .amiha-about-focus {
        min-height: 210px;
        padding: 22px;
    }

    .amiha-about-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .amiha-about-actions .amiha-luxe-btn {
        width: 100%;
        min-height: 50px;
    }

    .amiha-project-filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .amiha-project-filter a {
        flex: 0 0 auto;
    }

    .amiha-project-card button,
    .amiha-project-card--featured button {
        min-height: 390px;
    }

    .amiha-project-card__body {
        right: 78px;
    }

    .amiha-project-card__body strong {
        font-size: 25px;
    }

    .amiha-cta-media {
        padding: 16px 0 0 16px;
    }

    .amiha-cta-badge {
        right: 12px;
        bottom: 24px;
        max-width: 220px;
    }

    .amiha-consult-steps {
        margin-top: 44px;
    }

    .amiha-prefooter,
    .amiha-footer-main {
        padding: 58px 0;
    }

    .amiha-footer-bottom,
    .amiha-footer-bottom .text-lg-end {
        text-align: center;
    }

    .amiha-footer-bottom nav {
        flex-wrap: wrap;
    }

    .amiha-quote-modal .modal-dialog {
        margin: 12px;
    }

    .amiha-quote-modal .modal-content {
        border-radius: 18px;
    }

    .amiha-quote-modal__intro,
    .amiha-quote-modal__form {
        padding: 34px 22px;
    }

    .amiha-quote-modal__close {
        top: 12px;
        right: 12px;
    }
}

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