/* A1 / ایوان — homepage 2026. Intentionally scoped to the live homepage only. */
.a1-home-2026 {
    --a1-ink: #090b0a;
    --a1-black: #101311;
    --a1-green: #12352b;
    --a1-ivory: #f3efe6;
    --a1-neutral: #d8d1c5;
    --a1-champagne: #c5a067;
    --a1-light: #faf8f3;
    --a1-muted: #a7a399;
    --a1-line: rgba(216, 209, 197, 0.24);
    --a1-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
    background: var(--a1-ink);
    color: var(--a1-light);
    font-family: "Vazirmatn", sans-serif;
    overflow-x: clip;
    text-align: right;
}

body.a1-home-2026 {
    background: var(--a1-ink);
    margin: 0;
    overflow-x: hidden;
}

body.a1-home-2026.a1-scroll-locked {
    overflow: hidden;
    touch-action: none;
}

.a1-home-2026 *,
.a1-home-2026 *::before,
.a1-home-2026 *::after {
    box-sizing: border-box;
}

.a1-home-2026 a {
    color: inherit;
    text-decoration: none;
}

.a1-home-2026 button,
.a1-home-2026 input,
.a1-home-2026 textarea,
.a1-home-2026 select {
    font: inherit;
}

.a1-home-2026 button {
    cursor: pointer;
}

.a1-home-2026 img {
    display: block;
    max-width: 100%;
}

.a1-home-2026 :focus-visible {
    outline: 2px solid var(--a1-champagne);
    outline-offset: 4px;
}

.a1-home-2026 .a1-home {
    background: var(--a1-ink);
    overflow: clip;
}

.a1-home-2026 .a1-container {
    width: min(100% - clamp(2.25rem, 7vw, 9rem), 1360px);
    margin-inline: auto;
}

.a1-home-2026 .a1-section {
    isolation: isolate;
    overflow: clip;
    padding-block: clamp(5.5rem, 10vw, 10.5rem);
    position: relative;
}

.a1-home-2026 .a1-eyebrow {
    align-items: center;
    color: var(--a1-green);
    display: flex;
    font-family: "Vazirmatn", sans-serif;
    font-size: clamp(0.62rem, 0.78vw, 0.76rem);
    font-weight: 700;
    gap: 0.72rem;
    letter-spacing: 0.16em;
    line-height: 1.45;
    margin: 0 0 1.4rem;
    text-transform: uppercase;
}

.a1-home-2026 .a1-eyebrow::before {
    background: var(--a1-champagne);
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 1px;
    width: 2.9rem;
}

.a1-home-2026 .a1-eyebrow--light {
    color: var(--a1-neutral);
}

.a1-home-2026 .a1-eyebrow--light::before {
    background: var(--a1-champagne);
}

.a1-home-2026 h1,
.a1-home-2026 h2,
.a1-home-2026 h3,
.a1-home-2026 p,
.a1-home-2026 figure,
.a1-home-2026 dl,
.a1-home-2026 dd,
.a1-home-2026 ul,
.a1-home-2026 ol {
    margin: 0;
}

.a1-home-2026 h1,
.a1-home-2026 h2,
.a1-home-2026 h3 {
    font-weight: 400;
}

.a1-home-2026 .a1-button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 0.87rem;
    justify-content: center;
    line-height: 1.2;
    min-height: 3.2rem;
    padding: 0.8rem 1.4rem;
    position: relative;
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
    white-space: nowrap;
}

.a1-home-2026 .a1-button:hover {
    transform: translateY(-2px);
}

.a1-home-2026 .a1-button--light {
    background: var(--a1-light);
    color: var(--a1-ink);
}

.a1-home-2026 .a1-button--light:hover {
    background: var(--a1-champagne);
}

.a1-home-2026 .a1-button--dark {
    background: var(--a1-ink);
    color: var(--a1-light);
}

.a1-home-2026 .a1-button--dark:hover {
    background: var(--a1-green);
}

.a1-home-2026 .a1-button--outline-light {
    border-color: rgba(250, 248, 243, 0.58);
    color: var(--a1-light);
}

.a1-home-2026 .a1-button--outline-light:hover {
    border-color: var(--a1-champagne);
    color: var(--a1-champagne);
}

.a1-home-2026 .a1-text-action {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-size: 0.9rem;
    gap: 0.55rem;
    min-height: 2.75rem;
    transition: color 220ms ease;
}

.a1-home-2026 .a1-text-action span {
    color: var(--a1-champagne);
    font-family: "Vazirmatn", sans-serif;
    font-size: 1.1rem;
    transition: transform 220ms ease;
}

.a1-home-2026 .a1-text-action:hover {
    color: var(--a1-champagne);
}

.a1-home-2026 .a1-text-action:hover span {
    transform: translate(-0.18rem, 0.18rem);
}

.a1-home-2026 .a1-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* Header */
.a1-home-2026 .a1-header {
    left: 0;
    padding-block: clamp(1rem, 2vw, 1.7rem);
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color 280ms ease, box-shadow 280ms ease, padding 280ms ease;
    z-index: 80;
}

.a1-home-2026 .a1-header::after {
    background: rgba(216, 209, 197, 0.22);
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 280ms ease;
    width: min(100% - 4rem, 1360px);
}

.a1-home-2026 .a1-header.is-scrolled {
    background: rgba(9, 11, 10, 0.94);
    box-shadow: 0 0.75rem 2.2rem rgba(0, 0, 0, 0.16);
    padding-block: 0.75rem;
}

.a1-home-2026 .a1-header.is-scrolled::after {
    transform: translateX(-50%) scaleX(1);
}

.a1-home-2026 .a1-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 3.2rem;
    position: relative;
}

.a1-home-2026 .a1-primary-nav {
    align-items: center;
    display: flex;
    z-index: 1;
}

.a1-home-2026 .a1-primary-nav__list {
    align-items: center;
    display: flex;
    gap: clamp(0.9rem, 1.6vw, 2rem);
    list-style: none;
    padding: 0;
}

.a1-home-2026 .a1-primary-nav__list a {
    color: rgba(250, 248, 243, 0.86);
    display: inline-flex;
    font-size: clamp(0.76rem, 0.95vw, 0.9rem);
    min-height: 2.75rem;
    min-width: 2.75rem;
    padding-block: 0.7rem;
    position: relative;
    transition: color 180ms ease;
}

.a1-home-2026 .a1-primary-nav__list a::after {
    background: var(--a1-champagne);
    bottom: 0.45rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
    width: 100%;
}

.a1-home-2026 .a1-primary-nav__list a:hover,
.a1-home-2026 .a1-primary-nav__list a:focus-visible {
    color: var(--a1-light);
}

.a1-home-2026 .a1-primary-nav__list a:hover::after,
.a1-home-2026 .a1-primary-nav__list a:focus-visible::after {
    transform: scaleX(1);
}

.a1-home-2026 .a1-header__brand {
    align-items: center;
    background: var(--a1-light);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
    display: flex;
    height: clamp(4.2rem, 7vw, 5.9rem);
    justify-content: center;
    left: 50%;
    padding: 0.55rem 0.9rem 0.7rem;
    position: absolute;
    top: clamp(-1.2rem, -1vw, -0.35rem);
    transform: translateX(-50%);
    transition: background-color 260ms ease, height 260ms ease, transform 260ms ease;
    width: clamp(5.3rem, 8vw, 7.5rem);
    z-index: 2;
}

.a1-home-2026 .a1-header__brand::after {
    border-bottom: 1px solid var(--a1-champagne);
    bottom: 0.45rem;
    content: "";
    left: 20%;
    position: absolute;
    right: 20%;
}

.a1-home-2026 .a1-header__brand img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.a1-home-2026 .a1-header.is-scrolled .a1-header__brand {
    height: 4.35rem;
    transform: translateX(-50%) translateY(-0.35rem);
}

.a1-home-2026 .a1-header__actions {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-inline-start: auto;
    z-index: 1;
}

.a1-home-2026 .a1-header__phone {
    align-items: center;
    color: rgba(250, 248, 243, 0.82);
    direction: ltr;
    display: inline-flex;
    font-family: "Vazirmatn", sans-serif;
    font-size: 0.7rem;
    gap: 0.42rem;
    letter-spacing: 0.02em;
    min-height: 2.75rem;
    transition: color 180ms ease;
}

.a1-home-2026 .a1-header__phone::before {
    color: var(--a1-champagne);
    content: "TEL";
    font-size: 0.6rem;
}

.a1-home-2026 .a1-header__phone:hover {
    color: var(--a1-champagne);
}

.a1-home-2026 .a1-header__cta,
.a1-home-2026 .a1-primary-nav__mobile-cta {
    align-items: center;
    border-bottom: 1px solid var(--a1-champagne);
    color: var(--a1-light);
    display: inline-flex;
    font-size: 0.78rem;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.55rem 0;
    transition: color 180ms ease, border-color 180ms ease;
    white-space: nowrap;
}

.a1-home-2026 .a1-header__cta:hover,
.a1-home-2026 .a1-primary-nav__mobile-cta:hover {
    border-color: var(--a1-light);
    color: var(--a1-champagne);
}

.a1-home-2026 .a1-primary-nav__mobile-top,
.a1-home-2026 .a1-primary-nav__mobile-cta,
.a1-home-2026 .a1-menu-toggle {
    display: none;
}

.a1-home-2026 .a1-icon-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--a1-light);
    display: inline-flex;
    height: 2.9rem;
    justify-content: center;
    padding: 0;
    width: 2.9rem;
}

.a1-home-2026 .a1-menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--a1-light);
    height: 2.9rem;
    justify-content: center;
    padding: 0;
    width: 2.9rem;
}

/* Hero */
.a1-home-2026 .a1-hero {
    align-items: stretch;
    background: var(--a1-ink);
    display: flex;
    min-height: max(43rem, 100svh);
    overflow: clip;
    position: relative;
}

.a1-home-2026 .a1-hero::before {
    background: var(--a1-green);
    content: "";
    height: min(50vw, 43rem);
    left: -8vw;
    opacity: 0.55;
    position: absolute;
    top: -33rem;
    transform: rotate(-16deg);
    width: 34vw;
}

.a1-home-2026 .a1-hero__architectural-cut {
    border: 1px solid rgba(197, 160, 103, 0.46);
    border-bottom: 0;
    border-radius: 12rem 12rem 0 0;
    height: clamp(8rem, 16vw, 15rem);
    left: 50%;
    opacity: 0.72;
    position: absolute;
    top: -7.5rem;
    transform: translateX(-50%);
    width: clamp(14rem, 28vw, 26rem);
    z-index: 1;
}

.a1-home-2026 .a1-hero__media {
    bottom: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: min(62%, 62rem);
    z-index: 0;
}

.a1-home-2026 .a1-hero__media::before {
    background: rgba(9, 11, 10, 0.27);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.a1-home-2026 .a1-hero__media::after {
    background: linear-gradient(90deg, var(--a1-ink) 0%, rgba(9, 11, 10, 0.1) 42%, rgba(9, 11, 10, 0.15) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.a1-home-2026 .a1-hero__media img {
    height: 100%;
    object-fit: cover;
    object-position: 51% center;
    transform: scale(1.04);
    width: 100%;
}

@supports (clip-path: polygon(0 0)) {
    .a1-home-2026 .a1-hero__media {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 86% 100%, 0 94%);
    }
}

.a1-home-2026 .a1-hero__content {
    align-self: center;
    margin-inline: auto 0;
    max-width: 42rem;
    padding-block: 10rem 7rem;
    padding-inline-end: clamp(2.25rem, 4vw, 5rem);
    position: relative;
    width: 50%;
    z-index: 2;
}

.a1-home-2026 .a1-hero h1 {
    color: var(--a1-light);
    font-size: clamp(3.25rem, 6.35vw, 7.2rem);
    letter-spacing: -0.055em;
    line-height: 1.08;
    max-width: 11em;
}

.a1-home-2026 .a1-hero__lead {
    color: var(--a1-neutral);
    font-size: clamp(1rem, 1.45vw, 1.3rem);
    line-height: 2.1;
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
    max-width: 30rem;
}

.a1-home-2026 .a1-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 1.7rem;
    margin-top: clamp(2rem, 4.2vw, 3.6rem);
}

.a1-home-2026 .a1-hero__scroll {
    align-items: center;
    bottom: 2.3rem;
    color: var(--a1-neutral);
    display: flex;
    font-family: "Vazirmatn", sans-serif;
    font-size: 0.57rem;
    gap: 0.8rem;
    left: max(2rem, calc((100vw - 1360px) / 2));
    letter-spacing: 0.17em;
    position: absolute;
    z-index: 2;
}

.a1-home-2026 .a1-hero__scroll i {
    background: var(--a1-champagne);
    display: block;
    height: 1px;
    position: relative;
    width: 2.5rem;
}

.a1-home-2026 .a1-hero__scroll i::after {
    border-bottom: 1px solid var(--a1-champagne);
    border-right: 1px solid var(--a1-champagne);
    content: "";
    height: 0.33rem;
    left: 0;
    position: absolute;
    top: -0.18rem;
    transform: rotate(-135deg);
    width: 0.33rem;
}

/* Instagram media center */
.a1-home-2026 .a1-instagram {
    background: var(--a1-ivory);
    color: var(--a1-ink);
    padding-top: clamp(7.5rem, 13vw, 12rem);
}

.a1-home-2026 .a1-instagram::before {
    background: var(--a1-ink);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 64% 71%, 0 100%);
    content: "";
    height: clamp(2.8rem, 6vw, 6rem);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.a1-home-2026 .a1-section-heading {
    align-items: end;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(17rem, 0.72fr);
}

.a1-home-2026 .a1-section-heading h2,
.a1-home-2026 .a1-philosophy h2,
.a1-home-2026 .a1-office h2,
.a1-home-2026 .a1-vip h2,
.a1-home-2026 .a1-final-cta h2,
.a1-home-2026 .a1-identity h2 {
    font-size: clamp(2.25rem, 4.25vw, 5.1rem);
    letter-spacing: -0.05em;
    line-height: 1.18;
}

.a1-home-2026 .a1-section-heading__copy {
    max-width: 26rem;
}

.a1-home-2026 .a1-section-heading__copy p,
.a1-home-2026 .a1-journey__heading > p {
    color: #4a4d48;
    font-size: clamp(0.96rem, 1.22vw, 1.12rem);
    line-height: 2.05;
}

.a1-home-2026 .a1-section-heading__copy .a1-text-action {
    color: var(--a1-ink);
    margin-top: 1rem;
}

.a1-home-2026 .a1-instagram__grid {
    display: grid;
    gap: clamp(0.65rem, 1.4vw, 1.35rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(3rem, 7vw, 6.5rem);
}

.a1-home-2026 .a1-instagram__item {
    aspect-ratio: 9 / 16;
    background: var(--a1-black);
    color: var(--a1-light);
    display: block;
    grid-column: auto;
    grid-row: auto;
    height: auto;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.a1-home-2026 .a1-instagram__item::after {
    background: rgba(9, 11, 10, 0.22);
    content: "";
    inset: 0;
    position: absolute;
    transition: background-color 260ms ease;
}

.a1-home-2026 .a1-instagram__item img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 700ms cubic-bezier(0.2, 0.6, 0.25, 1);
    width: 100%;
}

.a1-home-2026 .a1-instagram__item-label {
    align-items: center;
    bottom: 1rem;
    display: flex;
    font-family: "Vazirmatn", sans-serif;
    font-size: 0.62rem;
    gap: 0.55rem;
    left: 1rem;
    letter-spacing: 0.12em;
    opacity: 0;
    position: absolute;
    transform: translateY(0.5rem);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 2;
}

.a1-home-2026 .a1-instagram__item-label b {
    color: var(--a1-champagne);
    font-size: 1rem;
}

.a1-home-2026 .a1-instagram__item:hover img,
.a1-home-2026 .a1-instagram__item:focus-visible img {
    transform: scale(1.055);
}

.a1-home-2026 .a1-instagram__item:hover::after,
.a1-home-2026 .a1-instagram__item:focus-visible::after {
    background: rgba(9, 11, 10, 0.04);
}

.a1-home-2026 .a1-instagram__item:hover .a1-instagram__item-label,
.a1-home-2026 .a1-instagram__item:focus-visible .a1-instagram__item-label {
    opacity: 1;
    transform: translateY(0);
}

/* Brand philosophy */
.a1-home-2026 .a1-philosophy {
    background: var(--a1-black);
    color: var(--a1-light);
}

.a1-home-2026 .a1-philosophy::after {
    border: 1px solid rgba(197, 160, 103, 0.32);
    border-bottom: 0;
    border-radius: 13rem 13rem 0 0;
    bottom: -12rem;
    content: "";
    height: 28rem;
    left: -8rem;
    opacity: 0.55;
    position: absolute;
    width: 32rem;
    z-index: -1;
}

.a1-home-2026 .a1-philosophy__layout {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 6vw, 7rem);
    grid-template-columns: minmax(6rem, 0.5fr) minmax(0, 1.35fr) minmax(11rem, 0.55fr);
}

.a1-home-2026 .a1-philosophy__mark {
    align-items: center;
    border: 1px solid rgba(216, 209, 197, 0.3);
    border-bottom: 0;
    border-radius: 10rem 10rem 0 0;
    display: flex;
    height: clamp(10rem, 19vw, 15rem);
    justify-content: center;
    position: relative;
    width: clamp(7.5rem, 14vw, 11rem);
}

.a1-home-2026 .a1-philosophy__mark span {
    color: var(--a1-champagne);
    font-family: "Vazirmatn", sans-serif;
    font-size: clamp(2rem, 3.5vw, 4rem);
    font-weight: 600;
    letter-spacing: -0.1em;
}

.a1-home-2026 .a1-philosophy__mark i {
    background: var(--a1-green);
    bottom: 0;
    height: 0.45rem;
    position: absolute;
    width: 0.45rem;
}

.a1-home-2026 .a1-philosophy__copy > p:last-child {
    color: var(--a1-neutral);
    font-size: clamp(1rem, 1.36vw, 1.22rem);
    line-height: 2.1;
    margin-top: 1.6rem;
    max-width: 38rem;
}

.a1-home-2026 .a1-value-list {
    border-top: 1px solid var(--a1-line);
    list-style: none;
    padding: 0;
}

.a1-home-2026 .a1-value-list li {
    align-items: center;
    border-bottom: 1px solid var(--a1-line);
    color: var(--a1-neutral);
    display: flex;
    font-size: 0.94rem;
    justify-content: space-between;
    min-height: 3.55rem;
}

.a1-home-2026 .a1-value-list li::after {
    color: var(--a1-champagne);
    content: "•";
    font-family: "Vazirmatn", sans-serif;
    font-size: 1.1rem;
}

/* Organizational identity */
.a1-home-2026 .a1-identity {
    background: var(--a1-ink);
    color: var(--a1-light);
}

.a1-home-2026 .a1-identity::before {
    background: var(--a1-green);
    clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
    content: "";
    height: clamp(5rem, 12vw, 11rem);
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: clamp(12rem, 26vw, 29rem);
}

.a1-home-2026 .a1-identity__intro {
    max-width: 47rem;
    position: relative;
}

.a1-home-2026 .a1-identity__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(3.5rem, 7vw, 7.5rem);
}

.a1-home-2026 .a1-identity__facts > div {
    border-inline-start: 1px solid rgba(216, 209, 197, 0.3);
    min-height: 12rem;
    padding: 0.35rem clamp(1rem, 2.2vw, 2.5rem) 1rem;
}

.a1-home-2026 .a1-identity__facts > div:last-child {
    border-inline-end: 1px solid rgba(216, 209, 197, 0.3);
}

.a1-home-2026 .a1-identity__facts dt {
    color: var(--a1-champagne);
    direction: ltr;
    font-family: "Vazirmatn", sans-serif;
    font-size: clamp(2rem, 4.25vw, 4.4rem);
    font-weight: 400;
    letter-spacing: -0.07em;
    line-height: 1;
    text-align: right;
}

.a1-home-2026 .a1-identity__facts dd {
    color: var(--a1-neutral);
    font-size: clamp(0.84rem, 1.1vw, 1rem);
    line-height: 1.85;
    margin-top: 1.25rem;
    max-width: 9rem;
}

/* Office experience */
.a1-home-2026 .a1-office {
    background: var(--a1-ivory);
    color: var(--a1-ink);
}

.a1-home-2026 .a1-office__layout {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 5vw, 6.5rem);
    grid-template-columns: minmax(0, 0.95fr) minmax(16rem, 0.85fr) minmax(10rem, 0.44fr);
}

.a1-home-2026 .a1-office__copy {
    max-width: 35rem;
}

.a1-home-2026 .a1-office__copy > p:last-child {
    color: #4a4d48;
    font-size: clamp(1rem, 1.35vw, 1.22rem);
    line-height: 2.1;
    margin-top: 1.6rem;
}

.a1-home-2026 .a1-office__image {
    box-shadow: var(--a1-shadow);
    margin: 0;
    overflow: hidden;
    position: relative;
}

.a1-home-2026 .a1-office__image::after {
    border: 1px solid var(--a1-champagne);
    content: "";
    inset: 1rem;
    pointer-events: none;
    position: absolute;
}

.a1-home-2026 .a1-office__image img {
    aspect-ratio: 0.64;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@supports (clip-path: polygon(0 0)) {
    .a1-home-2026 .a1-office__image {
        clip-path: polygon(0 0, 100% 4%, 92% 100%, 8% 95%);
    }
}

.a1-home-2026 .a1-office__note {
    align-self: end;
    color: #4a4d48;
    font-size: 0.94rem;
    line-height: 2;
    padding-bottom: 2rem;
}

.a1-home-2026 .a1-office__line {
    background: var(--a1-champagne);
    display: block;
    height: 1px;
    margin-bottom: 1.3rem;
    width: 2.7rem;
}

/* VIP rooms */
.a1-home-2026 .a1-vip {
    background: var(--a1-black);
    color: var(--a1-light);
    padding-block: clamp(6rem, 12vw, 12.5rem);
}

.a1-home-2026 .a1-vip::before {
    background: var(--a1-green);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: absolute;
    top: 0;
    width: 34%;
    z-index: -1;
}

.a1-home-2026 .a1-vip__layout {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 8vw, 9rem);
    grid-template-columns: minmax(16rem, 0.95fr) minmax(18rem, 0.85fr);
}

.a1-home-2026 .a1-vip__media {
    min-height: clamp(28rem, 48vw, 43rem);
    position: relative;
}

.a1-home-2026 .a1-vip__media figure {
    margin: 0;
    overflow: hidden;
    position: absolute;
}

.a1-home-2026 .a1-vip__primary-image {
    bottom: 0;
    left: 0;
    top: 0;
    width: 70%;
}

.a1-home-2026 .a1-vip__secondary-image {
    border: 0.7rem solid var(--a1-black);
    bottom: 7%;
    right: 0;
    top: 14%;
    width: 43%;
}

.a1-home-2026 .a1-vip__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@supports (clip-path: polygon(0 0)) {
    .a1-home-2026 .a1-vip__primary-image {
        clip-path: polygon(0 4%, 100% 0, 92% 100%, 0 94%);
    }

    .a1-home-2026 .a1-vip__secondary-image {
        clip-path: polygon(8% 0, 100% 8%, 92% 100%, 0 92%);
    }
}

.a1-home-2026 .a1-vip__copy {
    max-width: 35rem;
}

.a1-home-2026 .a1-vip__copy > p:not(.a1-eyebrow) {
    color: var(--a1-neutral);
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 2.1;
    margin-top: 1.7rem;
    max-width: 29rem;
}

.a1-home-2026 .a1-vip__copy .a1-button {
    margin-top: 2.3rem;
}

/* Customer journey */
.a1-home-2026 .a1-journey {
    background: var(--a1-ivory);
    color: var(--a1-ink);
}

.a1-home-2026 .a1-journey__heading {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.7fr);
}

.a1-home-2026 .a1-journey__steps {
    counter-reset: a1-steps;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin-top: clamp(3.8rem, 8vw, 8rem);
    padding: 0;
    position: relative;
}

.a1-home-2026 .a1-journey__steps::before {
    background: rgba(16, 19, 17, 0.25);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 1.5rem;
}

.a1-home-2026 .a1-journey__steps li {
    min-height: 10.5rem;
    padding: 0 0 0 2rem;
    position: relative;
}

.a1-home-2026 .a1-journey__steps li:not(:first-child) {
    padding-inline-start: clamp(1.5rem, 4vw, 4.5rem);
}

.a1-home-2026 .a1-journey__steps span {
    align-items: center;
    background: var(--a1-ivory);
    color: var(--a1-champagne);
    display: inline-flex;
    font-family: "Vazirmatn", sans-serif;
    font-size: 0.7rem;
    height: 3rem;
    justify-content: center;
    position: relative;
    width: 3rem;
}

.a1-home-2026 .a1-journey__steps span::after {
    background: var(--a1-green);
    bottom: -0.2rem;
    content: "";
    height: 0.35rem;
    position: absolute;
    width: 0.35rem;
}

.a1-home-2026 .a1-journey__steps h3 {
    font-size: clamp(1.25rem, 1.85vw, 1.75rem);
    line-height: 1.65;
    margin-top: 1.45rem;
    max-width: 15rem;
}

/* Closing CTA */
.a1-home-2026 .a1-final-cta {
    background: var(--a1-ink);
    color: var(--a1-light);
    min-height: clamp(31rem, 53vw, 48rem);
    overflow: clip;
    position: relative;
}

.a1-home-2026 .a1-final-cta::before {
    border: 1px solid rgba(216, 209, 197, 0.28);
    border-bottom: 0;
    border-radius: 22rem 22rem 0 0;
    content: "";
    height: 85%;
    left: 51%;
    position: absolute;
    top: 18%;
    transform: translateX(-50%);
    width: min(90vw, 76rem);
}

.a1-home-2026 .a1-final-cta__arch {
    background: var(--a1-green);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 80%);
    height: 100%;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 29%;
}

.a1-home-2026 .a1-final-cta__content {
    padding-block: clamp(8rem, 15vw, 14rem);
    position: relative;
    text-align: center;
}

.a1-home-2026 .a1-final-cta__content .a1-eyebrow {
    justify-content: center;
}

.a1-home-2026 .a1-final-cta__content h2 {
    margin-inline: auto;
    max-width: 13em;
}

.a1-home-2026 .a1-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2.7rem;
}

/* Footer */
.a1-home-2026 .a1-footer {
    background: var(--a1-black);
    color: var(--a1-neutral);
    overflow: clip;
    padding-top: clamp(4.5rem, 8vw, 7.5rem);
}

.a1-home-2026 .a1-footer__grid {
    display: grid;
    gap: 2.5rem clamp(2rem, 4vw, 5rem);
    grid-template-columns: 1.25fr 1fr 0.7fr 0.65fr;
}

.a1-home-2026 .a1-footer__brand img {
    height: 5.4rem;
    max-width: 8rem;
    object-fit: contain;
    object-position: right center;
}

.a1-home-2026 .a1-footer__brand p {
    color: var(--a1-light);
    font-size: 0.96rem;
    line-height: 1.8;
    margin-top: 1.4rem;
    max-width: 12rem;
}

.a1-home-2026 .a1-footer__label {
    color: var(--a1-champagne);
    font-size: 0.72rem;
    margin-bottom: 1.2rem;
}

.a1-home-2026 .a1-footer__contact,
.a1-home-2026 .a1-footer__nav,
.a1-home-2026 .a1-footer__social {
    display: flex;
    flex-direction: column;
    font-size: 0.82rem;
    gap: 0.72rem;
    line-height: 1.9;
}

.a1-home-2026 .a1-footer__contact p:not(.a1-footer__label) {
    max-width: 17rem;
}

.a1-home-2026 .a1-footer__contact a,
.a1-home-2026 .a1-footer__nav a,
.a1-home-2026 .a1-footer__social a {
    transition: color 180ms ease;
}

.a1-home-2026 .a1-footer__contact a:hover,
.a1-home-2026 .a1-footer__nav a:hover,
.a1-home-2026 .a1-footer__social a:hover {
    color: var(--a1-champagne);
}

.a1-home-2026 .a1-footer__social a span {
    color: var(--a1-champagne);
    font-family: "Vazirmatn", sans-serif;
    margin-inline-start: 0.25rem;
}

.a1-home-2026 .a1-footer__legal {
    align-items: center;
    border-top: 1px solid var(--a1-line);
    color: #8d918b;
    display: flex;
    font-size: 0.69rem;
    gap: 1rem;
    justify-content: space-between;
    margin-top: clamp(3.5rem, 7vw, 6.5rem);
    padding-block: 1.4rem max(1.4rem, env(safe-area-inset-bottom));
}

.a1-home-2026 .a1-footer__legal p {
    line-height: 1.8;
}

/* Contact dialog */
.a1-home-2026 .a1-dialog {
    align-items: center;
    display: grid;
    inset: 0;
    justify-items: center;
    opacity: 0;
    padding: 1.25rem;
    pointer-events: none;
    position: fixed;
    transition: opacity 220ms ease, visibility 220ms ease;
    visibility: hidden;
    z-index: 120;
}

.a1-home-2026 .a1-dialog.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.a1-home-2026 .a1-dialog__backdrop {
    background: rgba(9, 11, 10, 0.82);
    inset: 0;
    position: absolute;
}

.a1-home-2026 .a1-dialog__panel {
    background: var(--a1-ivory);
    box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.4);
    color: var(--a1-ink);
    max-height: min(46rem, calc(100svh - 2.5rem));
    max-width: 35rem;
    overflow: auto;
    padding: clamp(2rem, 5vw, 4.2rem);
    position: relative;
    transform: translateY(1rem);
    transition: transform 260ms ease;
    width: 100%;
}

.a1-home-2026 .a1-dialog.is-open .a1-dialog__panel {
    transform: translateY(0);
}

.a1-home-2026 .a1-dialog__panel::before {
    border: 1px solid var(--a1-champagne);
    content: "";
    inset: 0.8rem;
    pointer-events: none;
    position: absolute;
}

.a1-home-2026 .a1-dialog__close {
    color: var(--a1-ink);
    font-family: "Vazirmatn", sans-serif;
    font-size: 2rem;
    left: 1.25rem;
    position: absolute;
    top: 1.25rem;
    z-index: 1;
}

.a1-home-2026 .a1-dialog__panel h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    letter-spacing: -0.04em;
    line-height: 1.28;
    padding-inline-start: 2rem;
}

.a1-home-2026 .a1-dialog__intro {
    color: #4a4d48;
    font-size: 0.96rem;
    margin-top: 0.9rem;
}

.a1-home-2026 .a1-chat {
    border-top: 1px solid rgba(16, 19, 17, 0.2);
    margin-top: 1.8rem;
    padding-top: 1.2rem;
}

.a1-home-2026 .a1-chat__messages {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    max-height: 13rem;
    min-height: 4.4rem;
    overflow-y: auto;
    padding-inline: 0.2rem;
}

.a1-home-2026 .a1-chat__message {
    font-size: 0.86rem;
    line-height: 1.85;
    max-width: 85%;
    padding: 0.65rem 0.85rem;
    width: fit-content;
}

.a1-home-2026 .a1-chat__message--user {
    align-self: flex-start;
    background: var(--a1-green);
    color: var(--a1-light);
}

.a1-home-2026 .a1-chat__message--advisor {
    align-self: flex-end;
    background: rgba(16, 19, 17, 0.1);
    color: var(--a1-ink);
}

.a1-home-2026 .a1-chat__form {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 1rem;
}

.a1-home-2026 .a1-chat__form input {
    background: transparent;
    border: 1px solid rgba(16, 19, 17, 0.35);
    border-radius: 0;
    color: var(--a1-ink);
    min-height: 3.2rem;
    min-width: 0;
    outline: none;
    padding: 0.65rem 0.85rem;
}

.a1-home-2026 .a1-chat__form input:focus {
    border-color: var(--a1-champagne);
}

.a1-home-2026 .a1-dialog__whatsapp {
    color: var(--a1-green);
    display: inline-flex;
    font-size: 0.84rem;
    gap: 0.4rem;
    margin-top: 1.2rem;
}

/* Fixed contact control */
.a1-home-2026 .a1-contact-dock {
    align-items: center;
    background: var(--a1-light);
    bottom: max(1rem, env(safe-area-inset-bottom));
    box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.24);
    color: var(--a1-ink);
    display: flex;
    gap: 0;
    left: clamp(1rem, 3vw, 2.5rem);
    max-width: calc(100vw - 2rem);
    min-height: 3.35rem;
    padding: 0.26rem;
    position: fixed;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
    z-index: 70;
}

.a1-home-2026 .a1-contact-dock.is-footer-visible {
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
    visibility: hidden;
}

.a1-home-2026 .a1-contact-dock__symbol {
    align-items: center;
    background: var(--a1-ink);
    display: inline-flex;
    height: 2.8rem;
    justify-content: center;
    width: 2.8rem;
}

.a1-home-2026 .a1-contact-dock__symbol img {
    filter: brightness(0) invert(1);
    max-height: 1.7rem;
    max-width: 2.1rem;
    object-fit: contain;
}

.a1-home-2026 .a1-contact-dock__meeting,
.a1-home-2026 .a1-contact-dock__phone {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--a1-ink);
    display: inline-flex;
    font-size: 0.75rem;
    justify-content: center;
    min-height: 2.8rem;
    padding-inline: 0.95rem;
    transition: color 180ms ease, background-color 180ms ease;
    white-space: nowrap;
}

.a1-home-2026 .a1-contact-dock__meeting:hover,
.a1-home-2026 .a1-contact-dock__phone:hover {
    background: var(--a1-champagne);
}

.a1-home-2026 .a1-contact-dock__phone {
    border-inline-start: 1px solid rgba(16, 19, 17, 0.16);
    direction: ltr;
    font-family: "Vazirmatn", sans-serif;
    font-size: 0.66rem;
}

/* Motion */
.a1-home-2026.a1-motion-ready [data-a1-reveal] {
    opacity: 0;
    transform: translateY(1.4rem);
    transition: opacity 700ms cubic-bezier(0.2, 0.6, 0.25, 1), transform 700ms cubic-bezier(0.2, 0.6, 0.25, 1);
}

.a1-home-2026.a1-motion-ready [data-a1-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.a1-home-2026 .a1-hero__media img {
    animation: a1-hero-drift 15s ease-in-out infinite alternate;
}

@keyframes a1-hero-drift {
    from { transform: scale(1.04) translate3d(0, 0, 0); }
    to { transform: scale(1.09) translate3d(-0.8%, -0.45%, 0); }
}

@media (max-width: 1160px) {
    .a1-home-2026 .a1-header__phone {
        display: none;
    }

    .a1-home-2026 .a1-primary-nav {
        background: var(--a1-ink);
        display: flex;
        flex-direction: column;
        inset: 0;
        justify-content: flex-start;
        opacity: 0;
        padding: clamp(1.25rem, 5vw, 3rem);
        pointer-events: none;
        position: fixed;
        transform: translateX(100%);
        transition: opacity 240ms ease, transform 300ms cubic-bezier(0.2, 0.6, 0.25, 1), visibility 240ms ease;
        visibility: hidden;
        z-index: 100;
    }

    .a1-home-2026 .a1-primary-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
        visibility: visible;
    }

    .a1-home-2026 .a1-primary-nav__mobile-top {
        align-items: center;
        border-bottom: 1px solid var(--a1-line);
        display: flex;
        justify-content: space-between;
        padding-bottom: 1.15rem;
        width: 100%;
    }

    .a1-home-2026 .a1-primary-nav__mobile-top .a1-eyebrow {
        color: var(--a1-champagne);
        margin: 0;
    }

    .a1-home-2026 .a1-primary-nav__mobile-top .a1-eyebrow::before {
        display: none;
    }

    .a1-home-2026 .a1-primary-nav__list {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        margin-top: auto;
        width: 100%;
    }

    .a1-home-2026 .a1-primary-nav__list li {
        border-bottom: 1px solid var(--a1-line);
    }

    .a1-home-2026 .a1-primary-nav__list a {
        align-items: center;
        color: var(--a1-light);
        font-size: clamp(1.35rem, 4vw, 2.1rem);
        justify-content: space-between;
        min-height: 4.5rem;
        padding-block: 0.75rem;
    }

    .a1-home-2026 .a1-primary-nav__list a::after {
        content: "↙";
        color: var(--a1-champagne);
        font-family: "Vazirmatn", sans-serif;
        font-size: 1rem;
        height: auto;
        position: static;
        transform: none;
        width: auto;
    }

    .a1-home-2026 .a1-primary-nav__mobile-cta {
        background: var(--a1-light);
        border: 0;
        color: var(--a1-ink);
        display: inline-flex;
        margin-top: 2rem;
        min-height: 3.4rem;
        padding-inline: 1.2rem;
        width: fit-content;
    }

    .a1-home-2026 .a1-primary-nav__mobile-cta:hover {
        background: var(--a1-champagne);
        color: var(--a1-ink);
    }

    .a1-home-2026 .a1-header__cta {
        display: none;
    }

    .a1-home-2026 .a1-menu-toggle {
        display: inline-flex;
        flex-direction: column;
        gap: 0.38rem;
    }

    .a1-home-2026 .a1-menu-toggle span {
        background: var(--a1-light);
        display: block;
        height: 1px;
        transition: transform 200ms ease;
        width: 1.55rem;
    }

    .a1-home-2026 .a1-header__actions {
        margin-inline-start: 0;
    }

    .a1-home-2026 .a1-hero__content {
        width: 54%;
    }

    .a1-home-2026 .a1-office__layout {
        grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.72fr);
    }

    .a1-home-2026 .a1-office__note {
        grid-column: 1 / -1;
        max-width: 19rem;
        padding-bottom: 0;
    }

    .a1-home-2026 .a1-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .a1-home-2026 .a1-container {
        width: min(100% - 2.2rem, 42rem);
    }

    .a1-home-2026 .a1-section {
        padding-block: clamp(4.5rem, 15vw, 6.5rem);
    }

    .a1-home-2026 .a1-header {
        padding-block: 0.8rem;
    }

    .a1-home-2026 .a1-header__inner {
        min-height: 3rem;
    }

    .a1-home-2026 .a1-header__brand {
        height: 4.5rem;
        top: -1rem;
        width: 5.6rem;
    }

    .a1-home-2026 .a1-header.is-scrolled .a1-header__brand {
        height: 3.9rem;
        transform: translateX(-50%) translateY(-0.1rem);
    }

    .a1-home-2026 .a1-hero {
        align-items: flex-end;
        min-height: max(42rem, 100svh);
    }

    .a1-home-2026 .a1-hero__architectural-cut {
        height: 8.5rem;
        top: -5.9rem;
        width: 15rem;
    }

    .a1-home-2026 .a1-hero__media {
        inset: 0;
        width: 100%;
    }

    .a1-home-2026 .a1-hero__media::before {
        background: rgba(9, 11, 10, 0.28);
    }

    .a1-home-2026 .a1-hero__media::after {
        background: linear-gradient(0deg, rgba(9, 11, 10, 0.95) 5%, rgba(9, 11, 10, 0.52) 50%, rgba(9, 11, 10, 0.24) 100%);
    }

    .a1-home-2026 .a1-hero__media img {
        object-position: 55% center;
    }

    @supports (clip-path: polygon(0 0)) {
        .a1-home-2026 .a1-hero__media {
            clip-path: none;
        }
    }

    .a1-home-2026 .a1-hero__content {
        margin-inline: auto;
        padding-block: 8rem 6.4rem;
        padding-inline: clamp(1.25rem, 6vw, 2.25rem);
        width: 100%;
    }

    .a1-home-2026 .a1-hero h1 {
        font-size: clamp(2.8rem, 13.8vw, 4.35rem);
        max-width: 9em;
    }

    .a1-home-2026 .a1-hero__lead {
        font-size: 0.98rem;
        line-height: 2;
        max-width: 24rem;
    }

    .a1-home-2026 .a1-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
    }

    .a1-home-2026 .a1-hero__scroll {
        bottom: 1.4rem;
        font-size: 0.5rem;
        left: 1.1rem;
    }

    .a1-home-2026 .a1-instagram {
        padding-top: 6rem;
    }

    .a1-home-2026 .a1-section-heading,
    .a1-home-2026 .a1-journey__heading {
        align-items: start;
        gap: 1.35rem;
        grid-template-columns: 1fr;
    }

    .a1-home-2026 .a1-section-heading h2,
    .a1-home-2026 .a1-philosophy h2,
    .a1-home-2026 .a1-office h2,
    .a1-home-2026 .a1-vip h2,
    .a1-home-2026 .a1-final-cta h2,
    .a1-home-2026 .a1-identity h2 {
        font-size: clamp(2.05rem, 10.2vw, 3rem);
        line-height: 1.3;
    }

    .a1-home-2026 .a1-section-heading__copy,
    .a1-home-2026 .a1-journey__heading > p {
        max-width: 28rem;
    }

    .a1-home-2026 .a1-instagram__grid {
        display: flex;
        gap: 0.85rem;
        margin-inline: calc((100vw - min(100% - 2.2rem, 42rem)) / -2);
        margin-top: 2.5rem;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding-inline: max(1.1rem, calc((100vw - min(100% - 2.2rem, 42rem)) / 2));
        scrollbar-width: none;
        scroll-padding-inline: max(1.1rem, calc((100vw - min(100% - 2.2rem, 42rem)) / 2));
        scroll-snap-type: inline mandatory;
    }

    .a1-home-2026 .a1-instagram__grid::-webkit-scrollbar {
        display: none;
    }

    .a1-home-2026 .a1-instagram__item {
        aspect-ratio: 9 / 16;
        flex: 0 0 82vw;
        grid-column: auto;
        grid-row: auto;
        max-width: 82vw;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .a1-home-2026 .a1-instagram__item-label {
        opacity: 1;
        transform: none;
    }

    .a1-home-2026 .a1-philosophy__layout {
        align-items: start;
        gap: 2.2rem;
        grid-template-columns: 1fr;
    }

    .a1-home-2026 .a1-philosophy__mark {
        height: 8rem;
        width: 6.25rem;
    }

    .a1-home-2026 .a1-value-list {
        max-width: 25rem;
        width: 100%;
    }

    .a1-home-2026 .a1-identity__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 3rem;
    }

    .a1-home-2026 .a1-identity__facts > div {
        min-height: 9.8rem;
        padding: 0.8rem 1rem;
    }

    .a1-home-2026 .a1-identity__facts > div:nth-child(2) {
        border-inline-end: 1px solid rgba(216, 209, 197, 0.3);
    }

    .a1-home-2026 .a1-identity__facts > div:last-child {
        border-inline-end: 1px solid rgba(216, 209, 197, 0.3);
    }

    .a1-home-2026 .a1-office__layout {
        align-items: start;
        gap: 2.2rem;
        grid-template-columns: 1fr;
    }

    .a1-home-2026 .a1-office__image {
        max-width: 23rem;
    }

    .a1-home-2026 .a1-office__note {
        grid-column: auto;
        padding-bottom: 0;
    }

    .a1-home-2026 .a1-vip__layout {
        gap: 2.8rem;
        grid-template-columns: 1fr;
    }

    .a1-home-2026 .a1-vip::before {
        height: 48%;
        width: 100%;
    }

    .a1-home-2026 .a1-vip__media {
        min-height: min(130vw, 33rem);
    }

    .a1-home-2026 .a1-vip__secondary-image {
        border-width: 0.45rem;
    }

    .a1-home-2026 .a1-journey__steps {
        gap: 0;
        grid-template-columns: 1fr;
        margin-top: 2.9rem;
    }

    .a1-home-2026 .a1-journey__steps::before {
        bottom: 1rem;
        height: auto;
        left: auto;
        right: 1.5rem;
        top: 1.5rem;
        width: 1px;
    }

    .a1-home-2026 .a1-journey__steps li,
    .a1-home-2026 .a1-journey__steps li:not(:first-child) {
        min-height: 8.5rem;
        padding: 0 4.4rem 1rem 0;
    }

    .a1-home-2026 .a1-journey__steps h3 {
        font-size: 1.28rem;
        margin-top: 0.7rem;
        max-width: 18rem;
    }

    .a1-home-2026 .a1-final-cta {
        min-height: 32rem;
    }

    .a1-home-2026 .a1-final-cta::before {
        height: 72%;
        top: 32%;
        width: 130vw;
    }

    .a1-home-2026 .a1-final-cta__arch {
        clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
        height: 22%;
        right: 0;
        width: 100%;
    }

    .a1-home-2026 .a1-final-cta__content {
        padding-block: 8rem 7.4rem;
    }

    .a1-home-2026 .a1-footer__grid {
        gap: 2.4rem;
        grid-template-columns: 1fr;
    }

    .a1-home-2026 .a1-footer__brand p {
        max-width: none;
    }

    .a1-home-2026 .a1-footer__legal {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.7rem;
    }

    .a1-home-2026 .a1-dialog {
        align-items: end;
        padding: 0;
    }

    .a1-home-2026 .a1-dialog__panel {
        max-height: min(42rem, calc(100svh - 0.75rem));
        padding: 2.2rem 1.4rem 1.4rem;
    }

    .a1-home-2026 .a1-dialog__panel::before {
        inset: 0.5rem;
    }

    .a1-home-2026 .a1-dialog__close {
        left: 0.65rem;
        top: 0.65rem;
    }

    .a1-home-2026 .a1-chat__form {
        grid-template-columns: 1fr;
    }

    .a1-home-2026 .a1-chat__form .a1-button {
        width: 100%;
    }

    .a1-home-2026 .a1-contact-dock {
        left: 0.75rem;
        min-height: 3.1rem;
    }

    .a1-home-2026 .a1-contact-dock__symbol,
    .a1-home-2026 .a1-contact-dock__meeting,
    .a1-home-2026 .a1-contact-dock__phone {
        min-height: 2.75rem;
    }

    .a1-home-2026 .a1-contact-dock__symbol {
        height: 2.75rem;
        width: 2.75rem;
    }

    .a1-home-2026 .a1-contact-dock__phone {
        display: none;
    }
}

@media (max-width: 380px) {
    .a1-home-2026 .a1-container {
        width: calc(100% - 1.75rem);
    }

    .a1-home-2026 .a1-hero h1 {
        font-size: 2.62rem;
    }

    .a1-home-2026 .a1-contact-dock__meeting {
        font-size: 0.68rem;
        padding-inline: 0.65rem;
    }
}

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

    .a1-home-2026 [data-a1-reveal] {
        opacity: 1;
        transform: none;
    }
}
