:root {
    --ak-bg: #f4f4f3;
    --ak-surface: #ffffff;
    --ak-text: #111111;
    --ak-muted: #767676;
    --ak-red: #ef1c2f;
    --ak-header: #111111;
    --ak-shell: 1160px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--ak-bg);
    color: var(--ak-text);
    font-family: Tahoma, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

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

img {
    display: block;
    width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

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

.home-shell {
    width: min(calc(100% - 64px), var(--ak-shell));
    margin-inline: auto;
}

/* Header */
.site-header {
    position: relative;
    z-index: 50;
    background: var(--ak-header);
    color: #fff;
}

.site-header__inner {
    width: min(calc(100% - 64px), var(--ak-shell));
    min-height: 84px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 36px;
    direction: ltr;
}

.site-brand {
    grid-column: 1;
    justify-self: start;
    width: 105px;
}

.site-brand img {
    width: 100%;
    height: auto;
}

.site-nav {
    grid-column: 2;
    justify-self: end;
    margin: 0;
    direction: rtl;
    text-align: right;
}

.site-nav__menu,
.site-nav__menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-nav__menu {
    display: flex;
    align-items: center;
    gap: 36px;
}

.site-nav__menu > li {
    position: relative;
}

.site-nav__menu > li > a {
    display: block;
    padding: 31px 0;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: color .2s ease;
}

.site-nav__menu > li > a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    opacity: .65;
}

.site-nav__menu > li:first-child > a::after {
    display: inline-block;
}

.site-nav__menu > li:nth-child(3) > a::after,
.site-nav__menu > li:nth-child(4) > a::after {
    display: inline-block;
}

.site-nav__menu > li:nth-child(2) > a,
.site-nav__menu > li:nth-child(2) > a:visited {
    color: var(--ak-red);
}

.site-nav__menu > li:hover > a {
    color: var(--ak-red);
}

.site-nav__menu .sub-menu {
    position: absolute;
    top: calc(100% - 14px);
    right: -20px;
    min-width: 180px;
    padding: 10px;
    background: #181818;
    border: 1px solid #2b2b2b;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .18s ease;
    box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

.site-nav__menu li:hover > .sub-menu,
.site-nav__menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-nav__menu .sub-menu a {
    display: block;
    padding: 10px 12px;
    color: #e7e7e7;
    direction: ltr;
    text-align: left;
    font-size: 13px;
}

.site-nav__menu .sub-menu a:hover {
    color: #fff;
    background: #222;
}

.site-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.site-menu-toggle > span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

/* Hero */
.home-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #101010;
}

.home-hero__track {
    position: relative;
    aspect-ratio: 1366 / 644;
    min-height: 340px;
}

.home-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .65s ease;
}

.home-hero__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.home-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home-hero__content {
    position: absolute;
    z-index: 4;
    top: 29%;
    left: 50%;
    width: min(calc(100% - 64px), 960px);
    transform: translateX(-50%);
    direction: ltr;
    text-align: left;
    pointer-events: none;
}

.home-hero__headline {
    margin: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(42px, 4.65vw, 64px);
    font-weight: 900;
    line-height: .93;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,.12);
}

.home-hero__headline span {
    display: block;
    color: inherit;
}

.home-hero__headline .is-red,
.home-hero__tagline.is-red {
    color: #ef1c2f;
}

.home-hero__headline .is-lime {
    color: #a8dc47;
}

.home-hero__headline .is-blue {
    color: #143c6b;
}

.home-hero__tagline {
    margin: 28px 0 0;
    color: #ffffff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: clamp(17px, 1.65vw, 24px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.home-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    pointer-events: auto;
}

.hero-button {
    min-width: 124px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.hero-button:hover {
    transform: translateY(-1px);
}

.hero-button--primary {
    background: #ef1c2f;
    border-color: #ef1c2f;
}

.hero-button--ghost {
    background: rgba(0,0,0,.08);
    border-color: rgba(255,255,255,.92);
}

.hero-button--ghost:hover {
    background: rgba(255,255,255,.12);
}

.home-hero__dots {
    position: absolute;
    z-index: 5;
    right: 50%;
    bottom: 15px;
    display: flex;
    gap: 7px;
    transform: translateX(50%);
}

.home-hero__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.home-hero__dot.is-active {
    background: #fff;
}

/* Brand tiles */
.home-brands {
    padding: 28px 0 22px;
    background: #fff;
}

.home-brands__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.brand-tile {
    display: block;
    overflow: hidden;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.brand-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,.09);
}

.brand-tile img {
    aspect-ratio: 269 / 518;
    object-fit: cover;
}

/* Benefits */
.home-benefits {
    background: #fff;
}

.home-benefits__inner {
    padding: 17px 0 16px;
    border-top: 2px solid #ee3138;
    border-bottom: 2px solid #ee3138;
}

.home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 28px;
}

.benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 0;
}

.benefit-item img {
    flex: 0 0 auto;
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.benefit-item figcaption {
    color: #242424;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.01em;
    text-align: left;
    white-space: nowrap;
}

/* Promo mosaic */
.home-promos {
    padding: 32px 0 70px;
    background: #fff;
}

.home-promos__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 12px;
}

.promo-tile {
    display: block;
    overflow: hidden;
    background: #f7f7f7;
    min-height: 250px;
}

.promo-tile.promo--wide {
    grid-column: span 2;
}

.promo-tile figure,
.promo-tile img {
    width: 100%;
    height: 100%;
}

.promo-tile img {
    object-fit: cover;
    transition: transform .25s ease;
}

.promo-tile:hover img {
    transform: scale(1.015);
}

/* Generic */
.section {
    width: min(calc(100% - 64px), var(--ak-shell));
    margin-inline: auto;
    padding: 70px 0;
}

.site-footer {
    padding: 34px 0;
    background: #0f0f0f;
    color: #9d9d9d;
    text-align: center;
}

.site-footer .site-shell {
    width: min(calc(100% - 64px), var(--ak-shell));
    margin-inline: auto;
}

/* Tablet */
@media (max-width: 900px) {
    .site-header__inner,
    .home-shell,
    .section,
    .site-footer .site-shell {
        width: min(calc(100% - 36px), var(--ak-shell));
    }

    .site-header__inner {
        min-height: 72px;
    }

    .site-brand {
        width: 88px;
    }

    .site-menu-toggle {
        display: block;
        grid-column: 2;
        justify-self: end;
        margin: 0;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        margin: 0;
        padding: 10px 18px 18px;
        background: #111;
        border-top: 1px solid #242424;
    }

    .site-nav.is-open {
        display: block;
    }

    .site-nav__menu {
        display: block;
    }

    .site-nav__menu > li > a {
        padding: 13px 4px;
        border-bottom: 1px solid #242424;
    }

    .site-nav__menu .sub-menu {
        position: static;
        min-width: 0;
        padding: 0 14px 8px;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .home-hero__track {
        min-height: 330px;
        aspect-ratio: 16 / 8.5;
    }


    .home-hero__content {
        top: 27%;
        width: min(calc(100% - 48px), 760px);
    }

    .home-hero__headline {
        font-size: clamp(34px, 5.4vw, 52px);
    }

    .home-hero__tagline {
        margin-top: 20px;
        font-size: 17px;
    }

    .home-hero__actions {
        margin-top: 18px;
    }

    .hero-button {
        min-width: 112px;
        padding: 11px 19px;
        font-size: 11px;
    }

    .home-brands__grid {
        gap: 10px;
    }

    .home-promos__grid {
        gap: 9px;
    }

    .promo-tile {
        min-height: 180px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .site-header__inner,
    .home-shell,
    .section,
    .site-footer .site-shell {
        width: min(calc(100% - 24px), var(--ak-shell));
    }

    .site-header__inner {
        min-height: 64px;
    }

    .site-brand {
        width: 78px;
    }

    .home-hero__track {
        min-height: 0;
        aspect-ratio: 789 / 375;
    }

    .home-hero__slide img {
        object-position: center;
    }


    .home-hero__content {
        top: 22%;
        width: calc(100% - 30px);
    }

    .home-hero__headline {
        font-size: clamp(24px, 8.5vw, 38px);
        line-height: .96;
    }

    .home-hero__tagline {
        margin-top: 13px;
        font-size: 13px;
    }

    .home-hero__actions {
        gap: 8px;
        margin-top: 13px;
    }

    .hero-button {
        min-width: 88px;
        padding: 9px 13px;
        border-width: 1.5px;
        font-size: 9px;
    }

    .home-hero__dots {
        bottom: 9px;
    }

    .home-brands {
        padding-top: 16px;
    }

    .home-brands__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .home-benefits__inner {
        padding: 12px 0;
    }

    .home-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 12px;
    }

    .benefit-item {
        justify-content: flex-start;
        gap: 10px;
    }

    .benefit-item img {
        width: 58px;
        height: 58px;
    }

    .benefit-item figcaption {
        font-size: 11px;
    }

    .home-promos {
        padding: 18px 0 42px;
    }

    .home-promos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .promo-tile,
    .promo-tile.promo--wide {
        grid-column: span 1;
        min-height: 130px;
    }

    .promo-tile.promo--wide:first-child,
    .promo-tile.promo--wide:nth-child(5) {
        grid-column: span 2;
    }
}


/* Products / Brand archives */
.products-shell {
    width: min(calc(100% - 64px), 920px);
    margin-inline: auto;
}

.brand-archive {
    --brand-accent: #ef1d2f;
    background: #f4f4f3;
}

.brand-hero {
    position: relative;
    min-height: 300px;
    background: var(--brand-accent);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand-hero__fallback {
    width: min(calc(100% - 64px), 920px);
    min-height: 300px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.brand-hero__fallback span {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 600;
}

.brand-hero__fallback strong {
    font-size: clamp(46px, 7vw, 86px);
    line-height: .9;
}

.brand-benefits {
    padding: 30px 0 0;
    background: #f4f4f3;
}

.brand-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    padding-bottom: 28px;
    border-bottom: 2px solid #ef3138;
}

.brand-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.brand-benefit img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.brand-benefit figcaption {
    color: #202020;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
}

.products-archive {
    padding: 26px 0 82px;
}

.products-toolbar {
    min-height: 48px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
}

.products-view-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #bebebe;
    font-size: 21px;
}

.products-breadcrumb {
    direction: rtl;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9b9b9b;
    font-size: 13px;
}

.products-breadcrumb strong {
    color: #8e8e8e;
    font-weight: 400;
}

.brand-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.brand-product-card {
    min-width: 0;
    background: #fff;
}

.brand-product-card__link {
    display: block;
    padding: 17px 18px 22px;
}

.brand-product-card__media {
    height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 22px 18px 0;
    overflow: visible;
}

.brand-product-card__image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.brand-product-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #fff, #f4f4f4);
}

.brand-product-card__content {
    padding-top: 7px;
    direction: rtl;
}

.brand-product-card__code {
    color: var(--brand-accent);
    direction: ltr;
    text-align: left;
    font-family: "Myriad Pro", "MyriadPro", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .02em;
}

.brand-product-card__rule {
    width: 100%;
    height: 8px;
    margin: 3px 0 8px;
    background: var(--brand-accent);
}

.brand-product-card h2 {
    margin: 0;
    color: #151515;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.brand-product-card p {
    margin: 3px 0 0;
    color: #9d9d9d;
    direction: ltr;
    text-align: left;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.products-pagination {
    margin-top: 38px;
    text-align: center;
}

.products-empty {
    padding: 80px 20px;
    background: #fff;
    color: #777;
    text-align: center;
}

.products-index {
    min-height: 70vh;
    padding: 65px 0 90px;
    background: #f4f4f3;
    direction: rtl;
}

.products-index__heading {
    margin-bottom: 30px;
    text-align: right;
}

.products-index__heading h1 {
    margin: 0 0 8px;
    font-size: 40px;
}

.products-index__heading p {
    margin: 0;
    color: #777;
}

.products-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.products-brand-card {
    overflow: hidden;
    background: #fff;
    border-bottom: 4px solid var(--brand-accent);
}

.products-brand-card img {
    aspect-ratio: 269 / 518;
    object-fit: cover;
    transition: transform .2s ease;
}

.products-brand-card:hover img {
    transform: scale(1.015);
}

@media (max-width: 900px) {
    .products-shell {
        width: min(calc(100% - 36px), 920px);
    }

    .brand-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .brand-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

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

@media (max-width: 640px) {
    .products-shell {
        width: min(calc(100% - 24px), 920px);
    }

    .brand-hero,
    .brand-hero__fallback {
        min-height: 190px;
    }

    .brand-hero__fallback {
        width: min(calc(100% - 30px), 920px);
    }

    .brand-hero__fallback span {
        font-size: 20px;
    }

    .brand-hero__fallback strong {
        font-size: 38px;
    }

    .brand-benefit {
        justify-content: flex-start;
    }

    .brand-benefit img {
        width: 50px;
        height: 50px;
    }

    .brand-benefit figcaption {
        font-size: 10px;
    }

    .brand-product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .brand-product-card__media {
        height: 330px;
        padding: 18px 12px 0;
    }

    .products-toolbar {
        margin-bottom: 10px;
    }

    .products-brand-grid {
        gap: 10px;
    }
}


/* Cinematic brand entry — Star Bond */
html.brand-transition-active {
    overflow: hidden;
}

.brand-transition {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
}

.brand-transition.is-active {
    visibility: visible;
}

.brand-transition__panel {
    position: fixed;
    left: var(--transition-x, 50vw);
    top: var(--transition-y, 50vh);
    width: var(--transition-w, 1px);
    height: var(--transition-h, 1px);
    overflow: hidden;
    background: var(
        --transition-panel-bg,
        radial-gradient(circle at 72% 34%, rgba(117, 168, 222, .20), transparent 28%),
        linear-gradient(135deg, #08192c 0%, #12355b 46%, #0d2a49 100%)
    );
    box-shadow: 0 24px 90px rgba(0, 0, 0, .38);
    will-change: left, top, width, height, border-radius, transform, opacity;
}

.brand-transition.is-active .brand-transition__panel {
    animation: starbond-expand .74s cubic-bezier(.16, .82, .20, 1) forwards;
}

.brand-transition__panel::before,
.brand-transition__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.brand-transition__panel::before {
    opacity: 0;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,.022) 0,
            rgba(255,255,255,.022) 1px,
            transparent 1px,
            transparent 86px
        );
}

.brand-transition.is-active .brand-transition__panel::before {
    animation: starbond-grid .45s .30s ease forwards;
}

.brand-transition__panel::after {
    top: -20%;
    left: -35%;
    width: 28%;
    height: 140%;
    inset-inline-end: auto;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.24),
        rgba(255,255,255,.04),
        transparent
    );
    transform: skewX(-18deg) translateX(-180%);
    opacity: .75;
}

.brand-transition.is-active .brand-transition__panel::after {
    animation: starbond-sheen .72s .18s cubic-bezier(.21,.78,.34,1) forwards;
}

.brand-transition__copy {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    justify-items: start;
    width: min(72vw, 640px);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transform: translate(-50%, -42%) scale(.94);
    will-change: opacity, transform;
}

.brand-transition.is-active .brand-transition__copy {
    animation: starbond-copy-in .42s .30s cubic-bezier(.2,.8,.2,1) forwards;
}

.brand-transition.is-leaving .brand-transition__copy {
    animation: starbond-copy-out .24s ease forwards;
}

.brand-transition__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    margin-bottom: 8px;
    background: var(--transition-eyebrow, #ef3138);
    font-size: clamp(11px, 1.15vw, 14px);
    font-weight: 800;
    letter-spacing: .06em;
}

.brand-transition__logo {
    display: grid;
    color: #fff;
    font-size: clamp(64px, 10vw, 150px);
    font-weight: 900;
    line-height: .72;
    letter-spacing: -.06em;
    text-transform: uppercase;
    text-shadow: 0 14px 42px rgba(0,0,0,.18);
}

.brand-transition__tagline {
    margin-top: 26px;
    color: rgba(255,255,255,.88);
    font-size: clamp(16px, 2vw, 28px);
    font-weight: 600;
    letter-spacing: .01em;
}

.brand-transition__beam {
    position: absolute;
    left: -10vw;
    width: 120vw;
    height: 2px;
    background: var(--transition-beam, linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent));
    opacity: 0;
    transform: scaleX(.2);
    transform-origin: left center;
}

.brand-transition__beam--one {
    top: 23%;
}

.brand-transition__beam--two {
    top: 50%;
}

.brand-transition__beam--three {
    top: 77%;
}

.brand-transition.is-active .brand-transition__beam--one {
    animation: starbond-beam .52s .22s ease forwards;
}

.brand-transition.is-active .brand-transition__beam--two {
    animation: starbond-beam .52s .31s ease forwards;
}

.brand-transition.is-active .brand-transition__beam--three {
    animation: starbond-beam .52s .40s ease forwards;
}

.brand-transition__pulse {
    position: absolute;
    right: -14vw;
    bottom: -28vw;
    width: 62vw;
    height: 62vw;
    border: 1px solid var(--transition-pulse, rgba(255,255,255,.16));
    border-radius: 50%;
    opacity: 0;
    transform: scale(.45);
}

.brand-transition.is-active .brand-transition__pulse {
    animation: starbond-pulse .72s .30s ease-out forwards;
}

@keyframes starbond-expand {
    0% {
        left: var(--transition-x);
        top: var(--transition-y);
        width: var(--transition-w);
        height: var(--transition-h);
        border-radius: 0;
    }
    100% {
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }
}

@keyframes starbond-grid {
    to { opacity: 1; }
}

@keyframes starbond-sheen {
    from { transform: skewX(-18deg) translateX(-180%); }
    to { transform: skewX(-18deg) translateX(620%); }
}

@keyframes starbond-copy-in {
    from {
        opacity: 0;
        transform: translate(-50%, -42%) scale(.94);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes starbond-copy-out {
    to {
        opacity: 0;
        transform: translate(-50%, -56%) scale(1.035);
    }
}

@keyframes starbond-beam {
    0% {
        opacity: 0;
        transform: scaleX(.15);
    }
    42% { opacity: .75; }
    100% {
        opacity: .12;
        transform: scaleX(1);
    }
}

@keyframes starbond-pulse {
    0% {
        opacity: 0;
        transform: scale(.45);
    }
    40% { opacity: .65; }
    100% {
        opacity: .05;
        transform: scale(1);
    }
}

@media (max-width: 640px) {
    .brand-transition__copy {
        width: min(78vw, 420px);
    }

    .brand-transition__logo {
        font-size: clamp(58px, 20vw, 92px);
    }

    .brand-transition__tagline {
        margin-top: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-transition {
        display: none !important;
    }
}


/* Star Bond archive reveal after cinematic transition */
.brand-archive--star-bond .brand-hero {
    animation: starbond-page-hero-in .55s cubic-bezier(.2,.8,.2,1) both;
}

.brand-archive--star-bond .brand-benefits__grid {
    animation: starbond-page-benefits-in .48s .10s ease both;
}

.brand-archive--star-bond .brand-product-card {
    opacity: 0;
    transform: translateY(18px);
    animation: starbond-card-in .46s cubic-bezier(.2,.8,.2,1) forwards;
}

.brand-archive--star-bond .brand-product-card:nth-child(1) { animation-delay: .14s; }
.brand-archive--star-bond .brand-product-card:nth-child(2) { animation-delay: .20s; }
.brand-archive--star-bond .brand-product-card:nth-child(3) { animation-delay: .26s; }
.brand-archive--star-bond .brand-product-card:nth-child(4) { animation-delay: .32s; }
.brand-archive--star-bond .brand-product-card:nth-child(5) { animation-delay: .38s; }
.brand-archive--star-bond .brand-product-card:nth-child(6) { animation-delay: .44s; }
.brand-archive--star-bond .brand-product-card:nth-child(n+7) { animation-delay: .50s; }

@keyframes starbond-page-hero-in {
    from {
        opacity: 0;
        transform: scale(1.025);
        filter: saturate(.7) brightness(.82);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: none;
    }
}

@keyframes starbond-page-benefits-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes starbond-card-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-archive--star-bond .brand-hero,
    .brand-archive--star-bond .brand-benefits__grid,
    .brand-archive--star-bond .brand-product-card {
        animation: none !important;
        opacity: 1;
        transform: none;
        filter: none;
    }
}


/* Star Bond product card image placement — match supplied UI */
.brand-archive--star-bond .brand-product-card__link {
    padding-top: 14px;
}

.brand-archive--star-bond .brand-product-card__media {
    background: #fff;
}

.brand-archive--star-bond .brand-product-card__content {
    padding-top: 12px;
}

@media (min-width: 901px) {
    .brand-archive--star-bond .brand-product-card__media {
        height: 380px;
        padding: 28px 20px 0;
    }
}

@media (max-width: 640px) {
    .brand-archive--star-bond .brand-product-card__media {
        height: 320px;
        padding: 18px 12px 0;
    }
}


/* Product card action rail — compare / quick view / favorite */
.brand-product-card {
    position: relative;
}

.brand-product-card__actions {
    position: absolute;
    top: 20px;
    left: 18px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.product-action {
    appearance: none;
    -webkit-appearance: none;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #c4c9cd;
    cursor: pointer;
    transition:
        color .18s ease,
        transform .18s ease,
        opacity .18s ease;
}

.product-action svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-action:hover,
.product-action:focus-visible {
    color: var(--brand-accent);
    transform: scale(1.08);
    outline: none;
}

.product-action.is-active,
.product-action[aria-pressed="true"] {
    color: var(--brand-accent);
}

.product-action--favorite.is-active svg,
.product-action--favorite[aria-pressed="true"] svg {
    fill: currentColor;
}

@media (max-width: 640px) {
    .brand-product-card__actions {
        top: 16px;
        left: 14px;
        gap: 8px;
    }

    .product-action {
        width: 23px;
        height: 23px;
    }

    .product-action svg {
        width: 20px;
        height: 20px;
    }
}

/* Persian typography overrides — Products + Header */
/*
 * Font files are expected to be loaded by WordPress/site assets.
 * These selectors deliberately affect only Persian-facing Products UI
 * and the Persian top-level navigation labels.
 */
.products-index,
.products-index__heading,
.products-breadcrumb,
.brand-product-card h2,
.products-empty {
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
}

.site-nav__menu > li > a {
    font-family: "Nian", "Nian Bold", "IRANSans", Tahoma, Arial, sans-serif;
    font-weight: 700;
}


/* Single product detail page */
.single-product-page {
    background: #f3f3f3;
    color: #171717;
}

.single-product-hero {
    min-height: clamp(220px, 28vw, 420px);
    background: var(--product-accent);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-product-hero__fallback {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.single-product-hero__fallback span {
    font-size: clamp(24px, 4vw, 56px);
    font-weight: 700;
}

.single-product-hero__fallback strong {
    font-size: clamp(54px, 8vw, 120px);
    line-height: .9;
}

.single-product-shell {
    padding-top: 34px;
    padding-bottom: 70px;
}

.single-product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
    margin-bottom: 28px;
    color: #9c9c9c;
    font-size: 14px;
    direction: rtl;
}

.single-product-breadcrumb a,
.single-product-breadcrumb strong {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.single-product-breadcrumb a:hover {
    color: var(--product-accent);
}

.single-product-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    gap: 30px;
    align-items: stretch;
    background: #fff;
    padding: clamp(30px, 4vw, 58px);
}

.single-product-card__info {
    align-self: center;
    padding-inline-end: 20px;
}

.single-product-card__item-label {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .02em;
    color: #1f1f1f;
}

.single-product-card__code {
    margin-bottom: 22px;
    color: var(--product-accent);
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.03em;
}

.single-product-card__heading-en {
    max-width: 580px;
    margin: 0 0 12px;
    color: var(--product-accent);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(38px, 4.5vw, 70px);
    font-weight: 900;
    line-height: .92;
    text-transform: uppercase;
}

.single-product-card__heading-fa {
    margin: 0;
    color: #111;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.4;
    direction: rtl;
    text-align: right;
}

.single-product-colors {
    display: grid;
    gap: 10px;
    width: min(360px, 100%);
    margin-top: 38px;
}

.single-product-color {
    display: grid;
    grid-template-columns: 25px minmax(90px, 1fr) auto;
    align-items: center;
    gap: 12px;
    color: #b0b0b0;
    font-size: 15px;
    font-weight: 800;
}

.single-product-color__dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #222;
    background: #efefef;
}

.single-product-color__dot.is-transparent {
    background: #f4f4f4;
    border-color: #eee;
}

.single-product-color__dot.is-white {
    background: #fff;
}

.single-product-color__dot.is-black {
    background: #000;
}

.single-product-color__fa {
    font-weight: 500;
    direction: rtl;
}

.single-product-card__visual {
    display: grid;
    place-items: center;
    min-height: 430px;
}

.single-product-card__image {
    display: block;
    width: auto;
    height: auto;
    max-width: 88%;
    max-height: 520px;
    object-fit: contain;
}

.single-product-facts {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    padding: 30px 16px;
    border-bottom: 2px solid var(--product-accent);
    background: transparent;
}

.single-product-fact {
    min-width: 180px;
    display: grid;
    grid-template-columns: 58px auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 14px;
    padding: 0 28px;
    border-inline-end: 1px solid #cfcfcf;
}

.single-product-fact:first-child {
    padding-inline-start: 0;
}

.single-product-fact:last-child {
    border-inline-end: 0;
}

.single-product-fact__icon {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: #c6c9cb;
}

.single-product-fact__icon svg {
    width: 48px;
    height: 48px;
    fill: currentColor;
    stroke: none;
}

.single-product-fact__icon.is-volume svg {
    fill: #bbb;
}

.single-product-fact strong {
    font-size: 19px;
    line-height: 1.1;
    color: #222;
}

.single-product-fact span:last-child {
    margin-top: 4px;
    color: #777;
    font-size: 14px;
}

.single-product-fact--badge {
    grid-template-columns: 56px auto;
}

.single-product-badge-icon {
    grid-row: 1 / 3;
    width: 48px;
    height: 54px;
    position: relative;
}

.single-product-badge-icon.is-shield::before {
    content: "+";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border-radius: 44% 44% 50% 50%;
    background: linear-gradient(#20b64a, #0a8432);
    color: #fff;
    border: 4px solid #fff;
    outline: 2px solid #8abf8f;
    font-size: 28px;
    font-weight: 900;
}

.single-product-badge-icon.is-flex::before,
.single-product-badge-icon.is-flex::after {
    content: "";
    position: absolute;
    left: 8px;
    width: 31px;
    height: 14px;
    border: 6px solid #6a00ff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
}

.single-product-badge-icon.is-flex::before {
    top: 8px;
    transform: rotate(16deg);
}

.single-product-badge-icon.is-flex::after {
    bottom: 8px;
    transform: rotate(-16deg);
}

.single-product-copy {
    padding-top: 30px;
}

.single-product-copy__section {
    padding: 18px 0 26px;
    border-bottom: 1px solid #ddd;
}

.single-product-copy__section:last-child {
    border-bottom: 0;
}

.single-product-copy__section h3 {
    margin: 0 0 14px;
    color: #aaa;
    font-size: 20px;
    font-weight: 600;
}

.single-product-copy__section p {
    margin: 0;
    line-height: 2;
    color: #282828;
    font-size: 15px;
}

.single-product-copy__section--en p {
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.single-product-copy__section--en strong {
    font-weight: 900;
}

@media (max-width: 900px) {
    .single-product-card {
        grid-template-columns: 1fr;
    }

    .single-product-card__info {
        padding-inline-end: 0;
    }

    .single-product-card__visual {
        min-height: 350px;
    }

    .single-product-card__image {
        max-height: 420px;
    }

    .single-product-fact {
        flex: 1 1 50%;
        min-width: 0;
        padding: 18px;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 640px) {
    .single-product-shell {
        padding-top: 20px;
    }

    .single-product-card {
        padding: 24px 18px;
        gap: 16px;
    }

    .single-product-card__code {
        font-size: 42px;
    }

    .single-product-card__heading-en {
        font-size: 38px;
    }

    .single-product-card__heading-fa {
        font-size: 26px;
    }

    .single-product-card__visual {
        min-height: 300px;
    }

    .single-product-card__image {
        max-height: 360px;
        max-width: 94%;
    }

    .single-product-facts {
        padding: 8px 0;
    }

    .single-product-fact {
        flex-basis: 100%;
        border-inline-end: 0;
    }
}


/* Complete single-product layout for every product */
.single-product-card__visual-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 18px;
    align-items: center;
    min-width: 0;
}

.single-product-card__thumbs {
    display: grid;
    gap: 12px;
    align-content: center;
}

.single-product-card__thumb {
    display: block;
    width: 96px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f1f1f1;
    border: 1px solid #ececec;
}

.single-product-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.55);
}

.single-product-card__thumb.is-top img {
    object-position: center 18%;
}

.single-product-card__thumb.is-center img {
    object-position: center 50%;
}

.single-product-card__thumb.is-bottom img {
    object-position: center 82%;
}

.single-product-badge-icon.is-bolt::before,
.single-product-badge-icon.is-clock::before,
.single-product-badge-icon.is-seal::before,
.single-product-badge-icon.is-drop::before,
.single-product-badge-icon.is-paint::before,
.single-product-badge-icon.is-home::before,
.single-product-badge-icon.is-star::before,
.single-product-badge-icon.is-clear::before,
.single-product-badge-icon.is-fill::before,
.single-product-badge-icon.is-car::before,
.single-product-badge-icon.is-spray::before,
.single-product-badge-icon.is-badge::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 2px solid color-mix(in srgb, var(--product-accent) 60%, #bdbdbd);
    border-radius: 50%;
    color: var(--product-accent);
    background: #fff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

.single-product-badge-icon.is-bolt::before { content: "↯"; }
.single-product-badge-icon.is-clock::before { content: "◷"; }
.single-product-badge-icon.is-seal::before { content: "◎"; }
.single-product-badge-icon.is-drop::before { content: "◒"; }
.single-product-badge-icon.is-paint::before { content: "▰"; }
.single-product-badge-icon.is-home::before { content: "⌂"; }
.single-product-badge-icon.is-star::before { content: "★"; }
.single-product-badge-icon.is-clear::before { content: "◇"; }
.single-product-badge-icon.is-fill::before { content: "▣"; }
.single-product-badge-icon.is-car::before { content: "▱"; }
.single-product-badge-icon.is-spray::before { content: "≋"; }
.single-product-badge-icon.is-badge::before { content: "•"; }

@media (max-width: 900px) {
    .single-product-card__visual-wrap {
        grid-template-columns: minmax(0, 1fr) 82px;
        gap: 12px;
    }

    .single-product-card__thumb {
        width: 82px;
    }
}

@media (max-width: 640px) {
    .single-product-card__visual-wrap {
        grid-template-columns: 1fr;
    }

    .single-product-card__thumbs {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .single-product-card__thumb {
        width: 100%;
        max-width: none;
    }
}


/* Brand-specific cinematic palettes */
.brand-transition--star-bond {
    --transition-panel-bg:
        radial-gradient(circle at 72% 34%, rgba(117,168,222,.22), transparent 28%),
        linear-gradient(135deg, #061423 0%, #17395f 48%, #0b2949 100%);
    --transition-eyebrow: #ef3138;
    --transition-beam: linear-gradient(90deg, transparent, rgba(190,220,255,.86), transparent);
    --transition-pulse: rgba(168,207,247,.24);
}

.brand-transition--intermax {
    --transition-panel-bg:
        radial-gradient(circle at 74% 26%, rgba(255,255,255,.12), transparent 24%),
        radial-gradient(circle at 24% 74%, rgba(0,0,0,.28), transparent 34%),
        linear-gradient(135deg, #220307 0%, #ef1d2f 48%, #8d0714 100%);
    --transition-eyebrow: #111111;
    --transition-beam: linear-gradient(90deg, transparent, rgba(255,255,255,.9), rgba(20,20,20,.38), transparent);
    --transition-pulse: rgba(255,255,255,.25);
}

.brand-transition--intermax .brand-transition__panel::before {
    background:
        repeating-linear-gradient(125deg, rgba(255,255,255,.055) 0 1px, transparent 1px 68px),
        linear-gradient(90deg, rgba(0,0,0,.18), transparent 34%, rgba(255,255,255,.06));
}

.brand-transition--eurofix {
    --transition-panel-bg:
        radial-gradient(circle at 75% 28%, rgba(255,255,255,.20), transparent 25%),
        radial-gradient(circle at 22% 76%, rgba(0,67,55,.34), transparent 36%),
        linear-gradient(135deg, #073e36 0%, #31b99b 48%, #087563 100%);
    --transition-eyebrow: #ef1d2f;
    --transition-beam: linear-gradient(90deg, transparent, rgba(235,255,249,.92), rgba(239,29,47,.35), transparent);
    --transition-pulse: rgba(225,255,247,.28);
}

.brand-transition--eurofix .brand-transition__panel::before {
    background:
        radial-gradient(circle at 18% 28%, transparent 0 20px, rgba(255,255,255,.045) 21px 22px, transparent 23px),
        radial-gradient(circle at 82% 70%, transparent 0 34px, rgba(255,255,255,.035) 35px 36px, transparent 37px),
        repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 92px);
    background-size: 140px 140px, 180px 180px, auto;
}

.brand-transition--arazim {
    --transition-panel-bg:
        radial-gradient(circle at 74% 28%, rgba(239,29,47,.24), transparent 24%),
        radial-gradient(circle at 20% 74%, rgba(255,255,255,.07), transparent 30%),
        linear-gradient(135deg, #020202 0%, #111111 50%, #25080c 100%);
    --transition-eyebrow: #ef1d2f;
    --transition-beam: linear-gradient(90deg, transparent, rgba(255,255,255,.78), rgba(239,29,47,.62), transparent);
    --transition-pulse: rgba(239,29,47,.34);
}

.brand-transition--arazim .brand-transition__panel::before {
    background:
        repeating-linear-gradient(135deg, rgba(239,29,47,.055) 0 2px, transparent 2px 74px),
        repeating-linear-gradient(45deg, rgba(255,255,255,.018) 0 1px, transparent 1px 96px);
}

.brand-transition--intermax .brand-transition__logo,
.brand-transition--eurofix .brand-transition__logo,
.brand-transition--arazim .brand-transition__logo {
    letter-spacing: -.045em;
}

.brand-transition--intermax .brand-transition__logo span:last-child {
    color: #111;
    text-shadow: 0 8px 30px rgba(255,255,255,.16);
}

.brand-transition--eurofix .brand-transition__logo span:last-child {
    color: #ef1d2f;
}

.brand-transition--arazim .brand-transition__logo span:last-child {
    color: #ef1d2f;
}

/* Reveal every brand archive after its cinematic entry, using its own accent. */
.brand-archive--intermax .brand-hero,
.brand-archive--eurofix .brand-hero,
.brand-archive--arazim .brand-hero {
    animation: starbond-page-hero-in .55s cubic-bezier(.2,.8,.2,1) both;
}

.brand-archive--intermax .brand-benefits__grid,
.brand-archive--eurofix .brand-benefits__grid,
.brand-archive--arazim .brand-benefits__grid {
    animation: starbond-page-benefits-in .48s .10s ease both;
}

.brand-archive--intermax .brand-product-card,
.brand-archive--eurofix .brand-product-card,
.brand-archive--arazim .brand-product-card {
    opacity: 0;
    transform: translateY(18px);
    animation: starbond-card-in .46s cubic-bezier(.2,.8,.2,1) forwards;
}

.brand-archive--intermax .brand-product-card:nth-child(1),
.brand-archive--eurofix .brand-product-card:nth-child(1),
.brand-archive--arazim .brand-product-card:nth-child(1) { animation-delay: .14s; }

.brand-archive--intermax .brand-product-card:nth-child(2),
.brand-archive--eurofix .brand-product-card:nth-child(2),
.brand-archive--arazim .brand-product-card:nth-child(2) { animation-delay: .20s; }

.brand-archive--intermax .brand-product-card:nth-child(3),
.brand-archive--eurofix .brand-product-card:nth-child(3),
.brand-archive--arazim .brand-product-card:nth-child(3) { animation-delay: .26s; }

.brand-archive--intermax .brand-product-card:nth-child(4),
.brand-archive--eurofix .brand-product-card:nth-child(4),
.brand-archive--arazim .brand-product-card:nth-child(4) { animation-delay: .32s; }

.brand-archive--intermax .brand-product-card:nth-child(5),
.brand-archive--eurofix .brand-product-card:nth-child(5),
.brand-archive--arazim .brand-product-card:nth-child(5) { animation-delay: .38s; }

.brand-archive--intermax .brand-product-card:nth-child(6),
.brand-archive--eurofix .brand-product-card:nth-child(6),
.brand-archive--arazim .brand-product-card:nth-child(6) { animation-delay: .44s; }

.brand-archive--intermax .brand-product-card:nth-child(n+7),
.brand-archive--eurofix .brand-product-card:nth-child(n+7),
.brand-archive--arazim .brand-product-card:nth-child(n+7) { animation-delay: .50s; }

@media (prefers-reduced-motion: reduce) {
    .brand-archive--intermax .brand-hero,
    .brand-archive--eurofix .brand-hero,
    .brand-archive--arazim .brand-hero,
    .brand-archive--intermax .brand-benefits__grid,
    .brand-archive--eurofix .brand-benefits__grid,
    .brand-archive--arazim .brand-benefits__grid,
    .brand-archive--intermax .brand-product-card,
    .brand-archive--eurofix .brand-product-card,
    .brand-archive--arazim .brand-product-card {
        animation: none !important;
        opacity: 1;
        transform: none;
        filter: none;
    }
}


/* Reference-aligned single product proportions */
.single-product-page .single-product-shell {
    width: min(calc(100% - 64px), 920px);
    padding-top: 24px;
    padding-bottom: 56px;
}

.single-product-toolbar {
    min-height: 46px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    direction: ltr;
}

.single-product-view-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #c5c8ca;
    font-size: 24px;
    line-height: 1;
}

.single-product-toolbar .single-product-breadcrumb {
    margin: 0;
    min-width: 0;
    font-size: 13px;
}

.single-product-card {
    grid-template-columns: minmax(0, 1.08fr) minmax(250px, .92fr);
    gap: 18px;
    min-height: 338px;
    padding: 28px 30px;
}

.single-product-card__info {
    padding-inline-end: 8px;
}

.single-product-card__item-label {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.1;
}

.single-product-card__code {
    margin-bottom: 14px;
    font-size: clamp(36px, 4.1vw, 48px);
    line-height: .96;
}

.single-product-card__heading-en {
    max-width: 390px;
    margin-bottom: 12px;
    font-size: clamp(32px, 3.8vw, 46px);
    line-height: .95;
    letter-spacing: -.025em;
}

.single-product-card__heading-fa {
    max-width: 390px;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: clamp(20px, 2.1vw, 27px);
    line-height: 1.55;
    font-weight: 700;
}

.single-product-colors {
    width: min(285px, 100%);
    margin-top: 24px;
    gap: 6px;
}

.single-product-color {
    grid-template-columns: 18px minmax(82px, 1fr) auto;
    gap: 9px;
    font-size: 12px;
}

.single-product-color__dot {
    width: 17px;
    height: 17px;
}

.single-product-card__visual-wrap {
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 12px;
}

.single-product-card__visual {
    min-height: 280px;
}

.single-product-card__image {
    max-width: 92%;
    max-height: 280px;
}

.single-product-card__thumbs {
    gap: 10px;
}

.single-product-card__thumb {
    width: 72px;
}

.single-product-card__thumb img {
    transform: scale(1.38);
}

.single-product-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    padding: 20px 0 18px;
    border-bottom: 1.5px solid var(--product-accent);
}

.single-product-fact {
    min-width: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 10px;
    padding: 0 16px;
}

.single-product-fact:first-child {
    padding-inline-start: 0;
}

.single-product-fact__icon,
.single-product-badge-icon {
    width: 38px;
    height: 42px;
}

.single-product-fact__icon svg {
    width: 36px;
    height: 36px;
}

.single-product-fact strong {
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.15;
}

.single-product-fact span:last-child {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.2;
}

.single-product-badge-icon.is-flex::before,
.single-product-badge-icon.is-flex::after {
    left: 6px;
    width: 25px;
    height: 11px;
    border-width: 5px;
}

.single-product-copy {
    padding-top: 18px;
}

.single-product-copy__section {
    padding: 16px 0 20px;
    border-bottom: 1px solid #d5d5d5;
}

.single-product-copy__section:first-child {
    border-top: 0;
}

.single-product-copy__section h3 {
    margin-bottom: 10px;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #aaa;
}

.single-product-copy__section p {
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.9;
}

.single-product-copy__section--en {
    border-top: 1.5px solid var(--product-accent);
    border-bottom: 0;
}

.single-product-copy__section--en + .single-product-copy__section--en {
    border-top: 1px solid #d8d8d8;
}

.single-product-copy__section--en p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.45;
}

@media (min-width: 901px) {
    .single-product-hero {
        min-height: 250px;
    }
}

@media (max-width: 900px) {
    .single-product-page .single-product-shell {
        width: min(calc(100% - 36px), 920px);
    }

    .single-product-card {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .single-product-card__visual-wrap {
        grid-template-columns: minmax(0, 1fr) 68px;
    }

    .single-product-card__thumb {
        width: 68px;
    }

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

    .single-product-fact {
        min-height: 64px;
        padding: 12px 14px;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 640px) {
    .single-product-page .single-product-shell {
        width: min(calc(100% - 24px), 920px);
        padding-top: 14px;
    }

    .single-product-toolbar {
        min-height: 38px;
        margin-bottom: 10px;
    }

    .single-product-view-icons {
        font-size: 20px;
    }

    .single-product-toolbar .single-product-breadcrumb {
        font-size: 11px;
    }

    .single-product-card {
        padding: 20px 16px;
    }

    .single-product-card__code {
        font-size: 36px;
    }

    .single-product-card__heading-en {
        font-size: 32px;
    }

    .single-product-card__heading-fa {
        font-size: 21px;
    }

    .single-product-card__visual-wrap {
        grid-template-columns: 1fr;
    }

    .single-product-card__visual {
        min-height: 250px;
    }

    .single-product-card__image {
        max-height: 260px;
    }

    .single-product-card__thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .single-product-card__thumb {
        width: 100%;
    }

    .single-product-facts {
        grid-template-columns: 1fr;
        padding-top: 10px;
    }

    .single-product-fact {
        border-inline-end: 0;
    }
}


/* Contact page */
.contact-page {
    background: #f4f4f3;
    color: #171717;
}

.contact-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 32%, rgba(239,49,56,.18), transparent 26%),
        linear-gradient(135deg, #0b0b0b 0%, #171717 58%, #202020 100%);
    color: #fff;
}

.contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 72px);
    pointer-events: none;
}

.contact-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.contact-hero__copy {
    max-width: 620px;
    direction: rtl;
    text-align: right;
}

.contact-hero__eyebrow,
.contact-office-panel__eyebrow,
.contact-lines-panel__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #ef3138;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}

.contact-hero h1 {
    margin: 0 0 12px;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: clamp(42px, 6vw, 74px);
    line-height: 1.05;
    font-weight: 800;
}

.contact-hero p {
    margin: 0;
    max-width: 560px;
    color: rgba(255,255,255,.72);
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height: 2;
}

.contact-hero__mark {
    color: rgba(255,255,255,.05);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(62px, 10vw, 132px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.05em;
    user-select: none;
}

.contact-main {
    padding-top: 34px;
    padding-bottom: 70px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: 1.05fr .85fr 1.4fr;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-info-card {
    min-height: 170px;
    padding: 26px;
    background: #fff;
    border-top: 3px solid #ef3138;
    direction: rtl;
    text-align: right;
}

.contact-info-card__label {
    display: block;
    margin-bottom: 14px;
    color: #a3a3a3;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.contact-info-card__phones {
    display: grid;
    gap: 6px;
}

.contact-info-card a,
.contact-info-card address {
    color: #171717;
    text-decoration: none;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.65;
}

.contact-info-card address {
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
}

.contact-info-card a:hover {
    color: #ef3138;
}

.contact-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr);
    gap: 18px;
}

.contact-office-panel,
.contact-lines-panel {
    background: #fff;
    padding: 34px;
}

.contact-office-panel {
    direction: rtl;
    text-align: right;
}

.contact-office-panel h2,
.contact-lines-panel h2 {
    margin: 0 0 14px;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.25;
}

.contact-office-panel > p {
    margin: 0 0 30px;
    color: #666;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 2;
}

.contact-office-panel__details {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid #e2e2e2;
}

.contact-office-panel__details div {
    display: grid;
    gap: 8px;
}

.contact-office-panel__details span {
    color: #aaa;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.contact-office-panel__details strong,
.contact-office-panel__details a {
    color: #191919;
    text-decoration: none;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.9;
}

.contact-office-panel__details a {
    font-family: Arial, Helvetica, sans-serif;
    direction: ltr;
    text-align: right;
}

.contact-lines-panel {
    background: #111;
    color: #fff;
}

.contact-lines-panel h2 {
    margin-bottom: 20px;
}

.contact-lines-panel__list {
    display: grid;
}

.contact-lines-panel__list a {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 50px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #fff;
    text-decoration: none;
}

.contact-lines-panel__list a:last-child {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.contact-lines-panel__list span {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ef3138;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 800;
}

.contact-lines-panel__list strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: .02em;
}

.contact-lines-panel__list a:hover strong {
    color: #ef3138;
}

@media (max-width: 900px) {
    .contact-hero__inner {
        min-height: 260px;
    }

    .contact-hero__mark {
        display: none;
    }

    .contact-info-grid,
    .contact-content-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-card {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .contact-hero__inner {
        min-height: 220px;
    }

    .contact-hero h1 {
        font-size: 42px;
    }

    .contact-main {
        padding-top: 20px;
    }

    .contact-info-card,
    .contact-office-panel,
    .contact-lines-panel {
        padding: 22px 18px;
    }

    .contact-office-panel__details {
        grid-template-columns: 1fr;
    }
}


/* Premium Contact page — aligned with the Macan Tejarat contact composition */
.araz-contact-page {
    overflow: hidden;
    background: #fff;
    color: #171717;
}

.araz-contact-eyebrow {
    margin: 0 0 14px;
    color: #ef3138;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

.araz-contact-hero {
    position: relative;
    min-height: clamp(430px, 48vw, 610px);
    display: grid;
    align-items: center;
    overflow: hidden;
    background: #0b0b0b;
    color: #fff;
}

.araz-contact-hero__image,
.araz-contact-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.araz-contact-hero__image {
    object-fit: cover;
    object-position: center 48%;
}

.araz-contact-hero__shade {
    background:
        linear-gradient(270deg, rgba(7,7,7,.96) 0%, rgba(7,7,7,.84) 35%, rgba(7,7,7,.36) 66%, rgba(7,7,7,.12) 100%),
        linear-gradient(0deg, rgba(0,0,0,.28), rgba(0,0,0,.05));
}

.araz-contact-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: inherit;
    align-items: center;
    padding-block: clamp(72px, 8vw, 118px);
}

.araz-contact-hero__copy {
    width: min(680px, 66vw);
    margin-inline-start: auto;
    direction: rtl;
    text-align: right;
}

.araz-contact-hero__copy h1 {
    margin: 0;
    max-width: 720px;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: clamp(52px, 5.2vw, 82px);
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1.02;
}

.araz-contact-hero__copy > p:not(.araz-contact-eyebrow) {
    max-width: 640px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.88);
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: clamp(15px, 1.25vw, 19px);
    line-height: 2;
}

.araz-contact-hero__rule {
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 28px;
    margin-inline-start: auto;
    background: #ef3138;
}

.araz-contact-hero__copy small {
    display: block;
    margin-top: 16px;
    color: rgba(255,255,255,.70);
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.8;
}

.araz-contact-cards {
    position: relative;
    z-index: 3;
    padding: 28px 0 56px;
    background: #f6f7f8;
}

.araz-contact-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.araz-contact-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    min-height: 196px;
    padding: 26px 23px 24px;
    border: 1px solid #e4e7ea;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0,0,0,.025);
    direction: rtl;
    text-align: right;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.araz-contact-card:hover {
    transform: translateY(-2px);
    border-color: #d5dade;
    box-shadow: 0 12px 30px rgba(0,0,0,.065);
}

.araz-contact-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #111;
}

.araz-contact-card__icon svg {
    width: 31px;
    height: 31px;
    fill: currentColor;
}

.araz-contact-card h2 {
    margin: 2px 0 10px;
    color: #111;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.araz-contact-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
    color: #61686e;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 12.5px;
    line-height: 1.72;
    overflow-wrap: anywhere;
}

.araz-contact-card__body a {
    width: fit-content;
    color: #222;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    transition: color 160ms ease;
}

.araz-contact-card__body a:hover {
    color: #ef3138;
}

.araz-contact-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: #ef3138;
    text-decoration: none;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 750;
}

.araz-contact-card__link span {
    font-size: 15px;
    transition: transform 160ms ease;
}

.araz-contact-card__link:hover span {
    transform: translateX(-3px);
}

.araz-contact-ltr {
    direction: ltr;
    unicode-bidi: isolate;
}

.araz-contact-form-section {
    padding: clamp(68px, 6vw, 96px) 0;
    background: #fff;
}

.araz-contact-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.66fr) minmax(340px, .72fr);
    gap: clamp(24px, 3vw, 48px);
    align-items: stretch;
}

.araz-contact-form-panel {
    min-width: 0;
}

.araz-contact-form-heading {
    margin-bottom: 30px;
    direction: rtl;
    text-align: right;
}

.araz-contact-form-heading h2 {
    margin: 0;
    color: #111;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: clamp(34px, 3vw, 50px);
    font-weight: 820;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.araz-contact-form-heading > p:not(.araz-contact-eyebrow) {
    max-width: 720px;
    margin: 12px 0 0;
    color: #6d747a;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.85;
}

.araz-contact-notice {
    margin: 0 0 22px;
    padding: 14px 16px;
    border-inline-start: 3px solid;
    background: #f7f8f9;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    direction: rtl;
    text-align: right;
}

.araz-contact-notice.is-success {
    border-color: #2f8c5b;
    background: #f1f8f4;
    color: #245f43;
}

.araz-contact-notice.is-error {
    border-color: #ef3138;
    background: #fff4f4;
    color: #8f1d22;
}

.araz-contact-form {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
    direction: rtl;
}

.araz-contact-form label {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 7px;
    color: #171717;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.araz-contact-form label > span b {
    color: #ef3138;
    font-size: 11px;
}

.araz-contact-form input,
.araz-contact-form select,
.araz-contact-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #dfe3e6;
    border-radius: 2px;
    background: #fff;
    color: #222;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: 450;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.araz-contact-form input,
.araz-contact-form select {
    min-height: 48px;
    padding: 0 13px;
}

.araz-contact-form textarea {
    min-height: 154px;
    resize: vertical;
    padding: 12px 13px;
    line-height: 1.75;
}

.araz-contact-form input:focus,
.araz-contact-form select:focus,
.araz-contact-form textarea:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0,0,0,.055);
}

.araz-contact-form__message,
.araz-contact-form__submit {
    grid-column: 1 / -1;
}

.araz-contact-form__submit {
    padding-top: 1px;
}

.araz-contact-form__submit button {
    min-width: 178px;
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 2px;
    background: #111;
    color: #fff;
    cursor: pointer;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    transition: background 160ms ease, transform 160ms ease;
}

.araz-contact-form__submit button:hover {
    background: #ef3138;
    transform: translateY(-1px);
}

.araz-contact-form__submit button span {
    display: inline-block;
    margin-inline-start: 8px;
}

.araz-contact-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.araz-contact-promo {
    position: relative;
    min-height: 630px;
    overflow: hidden;
    border-radius: 4px;
    background: #111;
    box-shadow: 0 18px 42px rgba(0,0,0,.13);
}

.araz-contact-promo > img,
.araz-contact-promo__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.araz-contact-promo > img {
    object-fit: cover;
    object-position: center center;
}

.araz-contact-promo__shade {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(5,5,5,.05) 0%, rgba(5,5,5,.16) 34%, rgba(5,5,5,.88) 83%, rgba(5,5,5,.96) 100%),
        linear-gradient(90deg, rgba(5,5,5,.32), transparent 70%);
}

.araz-contact-promo__copy {
    position: absolute;
    z-index: 2;
    inset-inline: clamp(26px, 3vw, 42px);
    bottom: 36px;
    color: #fff;
    direction: rtl;
    text-align: right;
}

.araz-contact-promo__copy h2 {
    max-width: 420px;
    margin: 0;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: clamp(31px, 3vw, 47px);
    font-weight: 830;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.araz-contact-promo__copy > span {
    display: block;
    width: 44px;
    height: 3px;
    margin: 22px 0 18px auto;
    background: #ef3138;
}

.araz-contact-promo__copy > p:last-child {
    max-width: 370px;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 13.5px;
    line-height: 1.85;
}

.araz-contact-locations {
    padding: 0;
    background: #f3f4f5;
    border-top: 1px solid #e5e8ea;
}

.araz-contact-locations__layout {
    display: grid;
    grid-template-columns: minmax(330px, .68fr) minmax(0, 1.32fr);
    min-height: 470px;
}

.araz-contact-locations__intro {
    padding: clamp(54px, 5vw, 78px) clamp(28px, 4vw, 60px);
    direction: rtl;
    text-align: right;
}

.araz-contact-locations__intro h2 {
    margin: 0;
    color: #111;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: clamp(38px, 3.1vw, 52px);
    font-weight: 820;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.araz-contact-locations__intro > p:not(.araz-contact-eyebrow) {
    max-width: 450px;
    margin: 15px 0 0;
    color: #6d747a;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.9;
}

.araz-contact-location-links {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.araz-contact-location-links > a {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    max-width: 460px;
    padding: 11px 12px;
    border: 1px solid #e1e4e7;
    background: rgba(255,255,255,.82);
    color: inherit;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.araz-contact-location-links > a:hover {
    border-color: #d4d8dc;
    background: #fff;
    transform: translateY(-1px);
}

.araz-contact-location-links strong,
.araz-contact-location-links small {
    display: block;
}

.araz-contact-location-links strong {
    color: #111;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 12.5px;
}

.araz-contact-location-links small {
    margin-top: 4px;
    color: #747b81;
    font-family: "IRANSans", "IRANSansX", Tahoma, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.45;
}

.araz-contact-location-pin {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: #ef3138;
    color: #fff;
}

.araz-contact-location-pin svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.araz-contact-map {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border-inline-start: 1px solid #e0e4e7;
    background: #e8ebed;
}

.araz-contact-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1) contrast(.9) brightness(1.06);
    opacity: .88;
}

@media (max-width: 1160px) {
    .araz-contact-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .araz-contact-form-layout {
        grid-template-columns: minmax(0, 1.45fr) minmax(300px, .7fr);
    }
}

@media (max-width: 900px) {
    .araz-contact-hero {
        min-height: 490px;
    }

    .araz-contact-hero__copy {
        width: min(660px, 84vw);
    }

    .araz-contact-form-layout,
    .araz-contact-locations__layout {
        grid-template-columns: 1fr;
    }

    .araz-contact-promo {
        min-height: 390px;
    }

    .araz-contact-locations__intro {
        padding: 52px 0 38px;
    }

    .araz-contact-map {
        min-height: 410px;
        border-inline-start: 0;
        border-top: 1px solid #e0e4e7;
    }
}

@media (max-width: 640px) {
    .araz-contact-hero {
        min-height: 520px;
    }

    .araz-contact-hero__image {
        object-position: 56% center;
    }

    .araz-contact-hero__copy {
        width: 100%;
    }

    .araz-contact-hero__copy h1 {
        font-size: clamp(43px, 13vw, 60px);
    }

    .araz-contact-hero__copy > p:not(.araz-contact-eyebrow) {
        font-size: 15px;
    }

    .araz-contact-cards {
        padding-top: 18px;
        padding-bottom: 44px;
    }

    .araz-contact-cards__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .araz-contact-card {
        min-height: 0;
        padding: 21px 18px;
    }

    .araz-contact-form-section {
        padding-block: 54px;
    }

    .araz-contact-form {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .araz-contact-form__message,
    .araz-contact-form__submit {
        grid-column: auto;
    }

    .araz-contact-form__submit button {
        width: 100%;
    }

    .araz-contact-promo {
        min-height: 350px;
    }

    .araz-contact-promo__copy {
        inset-inline: 24px;
        bottom: 25px;
    }

    .araz-contact-promo__copy h2 {
        font-size: 34px;
    }

    .araz-contact-map {
        min-height: 350px;
    }
}
