/*
Theme Name: Parsafza
Theme URI: https://parsafza.ir
Author: Parsafza
Description: قالب اختصاصی فروشگاه و خدمات چاپ سه‌بعدی پارس افضا.
Version: 1.0.1
Text Domain: parsafza
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&family=Rubik:wght@400;500;600;700;800&family=Vazirmatn:wght@400;500;600;700;800;900&display=swap');

:root {
    --navy: #0d2c59;
    --blue: #0f70b7;
    --orange: #f15a24;
    --ink: #10213c;
    --cream: #f4f8fb;
    --line: #dce8ef;
    --muted: #66788d;
    --shadow: 0 18px 50px rgba(13, 44, 89, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: "Vazirmatn", "Nunito Sans", sans-serif;
    line-height: 1.65
}

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

button {
    font: inherit;
    cursor: pointer;
    border: 0;
    background: none;
    color: inherit
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto
}

.announcement {
    background: var(--navy);
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 8px
}

.announcement span {
    color: var(--orange);
    margin: 0 14px
}

.site-header {
    height: 88px;
    width: min(1240px, calc(100% - 48px));
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.brand {
    display: block;
    width: 142px
}

.brand img {
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply
}

.main-nav {
    display: flex;
    gap: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #52667c
}

.main-nav-list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none
}

.main-nav-list li {
    position: relative;
    margin: 0;
    padding: 0
}

.main-nav a {
    display: block;
    color: inherit;
    padding: 10px 0;
    position: relative;
    transition: color .2s
}

.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current-menu-ancestor > a,
.main-nav a.active {
    color: var(--navy)
}

.main-nav .current-menu-item > a:after,
.main-nav .current-menu-ancestor > a:after,
.main-nav a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 3px;
    background: var(--orange);
    border-radius: 3px
}

.main-nav-list .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 50%;
    z-index: 20;
    min-width: 180px;
    margin: 0;
    padding: 9px;
    list-style: none;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 35px rgba(13, 44, 89, .14);
    opacity: 0;
    visibility: hidden;
    transform: translate(50%, 6px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease
}

.main-nav-list li:hover > .sub-menu,
.main-nav-list li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(50%, 0)
}

.main-nav-list .sub-menu a {
    display: block;
    padding: 9px 11px;
    border-radius: 6px;
    white-space: nowrap
}

.main-nav-list .sub-menu a:hover {
    background: var(--cream)
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px
}

.icon-btn, .cart-btn {
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
    transition: .2s
}

.icon-btn:hover, .cart-btn:hover {
    border-color: var(--blue);
    color: var(--blue)
}

svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cart-btn span {
    position: absolute;
    top: -3px;
    left: -2px;
    background: var(--orange);
    color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 10px;
    display: grid;
    place-items: center
}

.menu-btn {
    display: none
}

.hero {
    min-height: 560px;
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center;
    gap: 30px;
    padding: 46px 0 70px
}

.eyebrow {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    gap: 9px
}

.eyebrow-dot {
    width: 8px;
    height: 8px;
    background: var(--orange);
    border-radius: 50%
}

.hero h1 {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.1;
    letter-spacing: -.04em;
    margin: 18px 0;
    color: var(--navy)
}

em {
    font-style: normal;
    color: var(--orange)
}

.hero-copy > p {
    font-size: 18px;
    color: var(--muted);
    max-width: 490px;
    margin: 0 0 28px
}

.hero-cta {
    display: flex;
    align-items: center;
    gap: 26px
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 800;
    transition: .2s
}

.btn-primary {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 8px 20px #f15a2435
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: #d94d1c
}

.text-link {
    font-weight: 800;
    color: var(--navy);
    font-size: 14px
}

.text-link span {
    color: var(--orange);
    margin-right: 6px
}

.hero-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 48px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4
}

.avatars {
    display: flex;
    direction: ltr;
    align-items: center
}

.avatars i, .avatars b {
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-right: -8px;
    font-style: normal;
    font-size: 11px;
    background: #d9e9f2;
    color: var(--navy)
}

.avatars i:nth-child(2) {
    background: #ffdbca
}

.avatars i:nth-child(3) {
    background: #d7dded
}

.avatars b {
    width: 43px;
    border-radius: 20px;
    background: var(--navy);
    color: #fff;
    font-size: 10px
}

.hero-visual {
    height: 470px;
    position: relative;
    background: linear-gradient(145deg, #eef7fc, #dcecf4);
    border-radius: 30px;
    overflow: hidden
}

.visual-grid {
    position: absolute;
    inset: 0;
    opacity: .35;
    background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 34px 34px
}

.printer {
    position: absolute;
    width: 280px;
    height: 330px;
    right: 50%;
    top: 73px;
    transform: translateX(50%) rotate(-4deg);
    filter: drop-shadow(16px 20px 10px #0d2c5920)
}

.printer-top {
    height: 45px;
    background: var(--navy);
    color: #fff;
    border-radius: 18px 18px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    font-size: 9px;
    letter-spacing: .14em
}

.brand-mark {
    width: 25px;
    height: 25px;
    border-radius: 6px;
    background: var(--orange);
    display: grid;
    place-items: center;
    font-weight: 800
}

.printer-frame {
    height: 220px;
    background: #e7f0f5;
    border: 9px solid var(--navy);
    border-top: 0;
    position: relative;
    overflow: hidden
}

.spool {
    width: 93px;
    height: 93px;
    border: 20px solid var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 28px
}

.spool:after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 7px solid #ffb59a;
    border-radius: 50%
}

.nozzle {
    position: absolute;
    width: 13px;
    height: 65px;
    background: var(--orange);
    top: 65px;
    left: 110px;
    border-radius: 0 0 8px 8px
}

.nozzle:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 8px;
    background: var(--orange);
    bottom: -2px;
    right: 7px;
    border-radius: 8px
}

.print-bed {
    position: absolute;
    bottom: 25px;
    right: 32px;
    width: 200px;
    height: 27px;
    background: #a9c1cd;
    transform: skew(-15deg);
    display: flex;
    gap: 7px;
    padding: 8px
}

.print-bed span {
    height: 4px;
    flex: 1;
    background: #fff;
    border-radius: 2px
}

.printer-base {
    height: 64px;
    background: var(--navy);
    border-radius: 0 0 18px 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    font-size: 11px
}

.printer-base strong {
    font-size: 22px;
    color: var(--orange)
}

.floating-chip {
    position: absolute;
    background: #fff;
    padding: 10px 14px;
    border-radius: 9px;
    box-shadow: var(--shadow);
    font-size: 11px;
    color: var(--muted)
}

.floating-chip strong {
    display: block;
    color: var(--navy);
    font-size: 13px
}

.chip-one {
    top: 74px;
    left: 25px
}

.chip-two {
    bottom: 62px;
    right: 22px
}

.chip-two strong {
    display: inline;
    color: var(--orange);
    font-size: 18px;
    margin-right: 6px
}

.orange-orbit {
    position: absolute;
    bottom: -90px;
    left: -65px;
    width: 200px;
    height: 200px;
    border: 24px solid var(--orange);
    border-radius: 50%;
    opacity: .9
}

.trust-strip {
    background: var(--navy);
    color: #fff
}

.trust-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.trust-inner > span {
    font-weight: 800
}

.trust-items {
    display: flex;
    gap: 30px;
    color: #b9cce0;
    font-size: 12px
}

.section {
    padding: 92px 0
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px
}

.section-heading h2 {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: 38px;
    line-height: 1.2;
    margin: 9px 0 0;
    color: var(--navy)
}

.category-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px
}

.category-card {
    min-height: 210px;
    padding: 25px 23px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .25s;
    position: relative;
    overflow: hidden
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.category-blue {
    background: #e6f3fb;
    color: var(--navy)
}

.category-orange {
    background: #fff0e9;
    color: var(--navy)
}

.category-navy {
    background: var(--navy);
    color: #fff
}

.category-light {
    background: #f4f6f8;
    color: var(--navy)
}

.category-card h3 {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: 17px;
    margin: 0 0 3px
}

.category-card p {
    font-size: 12px;
    margin: 0;
    color: var(--muted)
}

.category-navy p {
    color: #b9cce0
}

.card-arrow {
    font-size: 21px;
    color: var(--orange);
    align-self: flex-start
}

.category-icon {
    width: 74px;
    height: 74px;
    border-radius: 18px;
    background: #fff;
    position: relative
}

.category-orange .category-icon {
    background: #fff
}

.category-navy .category-icon {
    background: #153b70
}

.printer-icon:before {
    content: "";
    position: absolute;
    left: 17px;
    top: 22px;
    width: 40px;
    height: 28px;
    border: 4px solid var(--blue);
    border-radius: 4px
}

.printer-icon:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 13px;
    width: 24px;
    height: 17px;
    border: 4px solid var(--orange);
    border-bottom: 0;
    border-radius: 4px
}

.filament-icon:before {
    content: "";
    position: absolute;
    width: 43px;
    height: 43px;
    border: 7px solid var(--orange);
    border-radius: 50%;
    left: 15px;
    top: 15px
}

.filament-icon:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    left: 32px;
    top: 32px
}

.service-icon {
    display: grid;
    place-items: center;
    color: var(--orange);
    font-size: 43px
}

.parts-icon {
    display: grid;
    place-items: center;
    color: var(--blue);
    font-size: 40px
}

.products-section {
    background: var(--cream);
    max-width: none
}

.product-tabs {
    display: flex;
    gap: 6px
}

.product-tabs button {
    padding: 8px 15px;
    border-radius: 20px;
    color: var(--muted);
    font-size: 12px
}

.product-tabs .selected {
    background: var(--navy);
    color: #fff
}

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

.product-card {
    background: #fff;
    border: 1px solid #e6edf1;
    border-radius: 16px;
    overflow: hidden;
    transition: .25s
}

.product-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-4px)
}

.product-image {
    height: 245px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden
}

.product-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1
}

.product-printer {
    background: #e4f1f8
}

.product-filament {
    background: #fff0e9
}

.product-resin {
    background: #edf1f5
}

.badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--orange);
    color: #fff;
    border-radius: 4px;
    padding: 4px 9px;
    font-size: 10px;
    font-weight: 800
}

.blue-badge {
    background: var(--blue)
}

.orange-badge {
    background: var(--navy)
}

.heart {
    position: absolute;
    top: 12px;
    left: 14px;
    color: var(--navy);
    font-size: 23px
}

.mini-printer {
    width: 145px;
    height: 156px;
    background: var(--navy);
    border-radius: 12px 12px 7px 7px;
    position: relative;
    box-shadow: 12px 16px 0 #b5d2df
}

.mini-printer:before {
    content: "";
    position: absolute;
    inset: 33px 14px 18px;
    border: 7px solid #ddebf0;
    background: #adc6d2
}

.mini-printer:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 17px;
    width: 110px;
    height: 16px;
    background: var(--orange);
    border-radius: 3px
}

.mini-printer i {
    position: absolute;
    top: 55px;
    left: 65px;
    width: 8px;
    height: 48px;
    background: var(--orange)
}

.mini-printer b {
    position: absolute;
    bottom: 14px;
    left: 32px;
    width: 83px;
    height: 7px;
    background: #fff;
    border-radius: 5px
}

.filament-roll {
    width: 150px;
    height: 150px;
    border: 30px solid var(--orange);
    border-radius: 50%;
    box-shadow: 12px 15px 0 #ffcfbb;
    position: relative
}

.filament-roll:before {
    content: "";
    position: absolute;
    inset: -12px;
    border: 5px dashed #fff1e9;
    border-radius: 50%
}

.filament-roll i {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #fff0e9;
    border-radius: 50%;
    left: 23px;
    top: 23px
}

.resin-bottle {
    width: 92px;
    height: 150px;
    background: var(--navy);
    border-radius: 10px 10px 20px 20px;
    position: relative;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
    box-shadow: 13px 15px 0 #cbd5dd
}

.resin-bottle:before {
    content: "";
    position: absolute;
    top: -23px;
    width: 50px;
    height: 25px;
    background: var(--orange);
    border-radius: 5px 5px 0 0
}

.resin-bottle i {
    position: absolute;
    inset: 50px 13px 24px;
    background: #fff;
    border-radius: 3px
}

.resin-bottle b {
    position: relative;
    color: var(--navy);
    font-size: 10px
}

.product-info {
    padding: 17px
}

.rating {
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--orange)
}

.rating small {
    color: #9aaaba;
    letter-spacing: 0;
    margin-right: 6px
}

.product-info h3 {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: 17px;
    margin: 8px 0 3px
}

.product-info p {
    font-size: 12px;
    color: var(--muted);
    margin: 0 0 16px
}

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

.price-row strong {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: 18px;
    color: var(--navy)
}

.price-row small {
    font-family: "Nunito Sans", "Vazirmatn", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: var(--muted)
}

.add-btn {
    width: 34px;
    height: 34px;
    background: var(--orange);
    color: #fff;
    border-radius: 7px;
    font-size: 23px;
    line-height: 1
}

.service-banner {
    background: var(--navy);
    border-radius: 22px;
    min-height: 330px;
    margin-top: 92px;
    margin-bottom: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 70px;
    color: #fff;
    overflow: hidden;
    position: relative
}

.service-copy h2 {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: 38px;
    line-height: 1.25;
    margin: 12px 0
}

.service-copy p {
    color: #bfd0e0;
    max-width: 440px;
    margin-bottom: 23px
}

.btn-light {
    background: #fff;
    color: var(--navy)
}

.btn-light:hover {
    background: #e8f1f7
}

.service-orbit {
    width: 320px;
    height: 260px;
    position: relative
}

.orbit-ring {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 24px solid var(--orange);
    border-left-color: transparent;
    border-radius: 50%;
    right: 18px;
    top: 0;
    transform: rotate(-20deg)
}

.orbit-cube {
    position: absolute;
    width: 110px;
    height: 110px;
    background: var(--blue);
    display: grid;
    place-items: center;
    font-family: Rubik, "Vazirmatn";
    font-size: 32px;
    font-weight: 800;
    right: 95px;
    top: 73px;
    transform: rotate(14deg);
    box-shadow: 16px 16px 0 #092347
}

.footer-grid {
    display: grid;
    grid-template-columns:1.6fr 1fr 1fr 1.6fr;
    gap: 35px;
    padding: 62px 0 44px
}

.footer-brand {
    width: 125px
}

.footer-grid p {
    font-size: 13px;
    color: var(--muted);
    max-width: 240px
}

.footer-grid h4 {
    font-family: Rubik, "Vazirmatn";
    margin: 0 0 16px
}

.footer-grid > div > a:not(.brand) {
    display: block;
    font-size: 13px;
    color: var(--muted);
    margin: 8px 0
}

.newsletter {
    display: flex;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    max-width: 260px
}

.newsletter input {
    border: 0;
    padding: 12px;
    min-width: 0;
    flex: 1;
    font: inherit;
    outline: 0
}

.newsletter button {
    background: var(--orange);
    color: #fff;
    width: 42px
}

.footer-bottom {
    border-top: 1px solid var(--line);
    padding: 17px 0;
    color: #94a3b4;
    font-size: 11px;
    display: flex;
    justify-content: space-between
}

@media (max-width: 900px) {
    .main-nav {
        gap: 16px;
        font-size: 12px
    }

    .hero {
        grid-template-columns:1fr;
        padding-top: 30px
    }

    .hero-visual {
        height: 400px
    }

    .category-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .trust-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 0;
        gap: 8px
    }

    .trust-items {
        flex-wrap: wrap;
        gap: 8px 20px
    }

    .service-banner {
        padding: 40px;
    }

    .service-orbit {
        width: 260px;
        transform: scale(.8)
    }
}

@media (max-width: 620px) {
    .container, .site-header {
        width: min(100% - 32px, 1180px)
    }

    .site-header {
        height: 72px
    }

    .brand {
        width: 115px
    }

    .main-nav {
        display: none
    }

    .menu-btn {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 10px
    }

    .menu-btn span {
        width: 20px;
        height: 2px;
        background: var(--navy)
    }

    .hero {
        padding-bottom: 48px
    }

    .hero h1 {
        font-size: 50px
    }

    .hero-copy > p {
        font-size: 16px
    }

    .hero-cta {
        flex-wrap: wrap;
        gap: 16px
    }

    .hero-visual {
        height: 335px
    }

    .printer {
        transform: translateX(50%) rotate(-4deg) scale(.78);
        top: 18px
    }

    .chip-one {
        top: 25px;
        left: 12px
    }

    .chip-two {
        bottom: 20px;
        right: 10px
    }

    .section {
        padding: 62px 0
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column
    }

    .section-heading h2 {
        font-size: 30px
    }

    .category-grid, .product-grid {
        grid-template-columns:1fr
    }

    .category-card {
        min-height: 175px
    }

    .product-tabs {
        align-self: stretch;
        justify-content: space-between
    }

    .service-banner {
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 35px 25px;
        min-height: 480px;
        display: block
    }

    .service-orbit {
        position: absolute;
        bottom: -65px;
        left: 50%;
        transform: translateX(-50%) scale(.72)
    }

    .footer-grid {
        grid-template-columns:1fr 1fr;
        padding: 45px 0 30px
    }

    .footer-grid > div:first-child, .footer-grid > div:last-child {
        grid-column: 1/-1
    }

    .footer-bottom {
        flex-direction: column;
        gap: 7px
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }
}

/* Immersive intro direction */
:root {
    --ink: #101820;
    --navy: #101820;
    --orange: #ff5a36;
    --cream: #f5f1eb;
    --line: #d8d4cc
}

.announcement {
    position: relative;
    z-index: 20;
    background: #101820;
    color: #f5f1eb;
    letter-spacing: .03em
}

.site-header--overlay {
    position: absolute;
    z-index: 15;
    top: 34px;
    left: 0;
    right: 0;
    color: #fff
}

.site-header--overlay .main-nav {
    /*color: rgba(255, 255, 255, .72)*/
}

.site-header--overlay .main-nav a:hover,
.site-header--overlay .main-nav a.active,
.site-header--overlay .main-nav .current-menu-item > a,
.site-header--overlay .main-nav .current-menu-ancestor > a {
    color: #fff
}

.site-header--overlay .main-nav .current-menu-item > a:after,
.site-header--overlay .main-nav .current-menu-ancestor > a:after,
.site-header--overlay .main-nav a.active:after {
    background: var(--orange)
}

.site-header--overlay .brand img {
    mix-blend-mode: screen;
    filter: brightness(0) invert(1)
}

.site-header--overlay .icon-btn, .site-header--overlay .cart-btn {
    border-color: rgba(255, 255, 255, .28);
    color: #fff
}

.site-header--overlay .icon-btn:hover, .site-header--overlay .cart-btn:hover {
    border-color: var(--orange);
    color: var(--orange)
}

.site-header--overlay .menu-btn span {
    background: #fff
}

.hero--cinematic {
    width: 100%;
    min-height: calc(100svh - 34px);
    height: 760px;
    max-height: 900px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #101820;
    color: #fff;
    padding: 0
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.82) contrast(1.08)
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 15, 20, .88) 0%, rgba(8, 15, 20, .45) 45%, rgba(8, 15, 20, .14) 100%), linear-gradient(0deg, rgba(8, 15, 20, .72), transparent 44%)
}

.hero-noise {
    position: absolute;
    inset: 0;
    opacity: .1;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 90px;
    direction: ltr;
    text-align: right
}

.hero-content > * {
    direction: rtl
}

.hero-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    letter-spacing: .16em;
    font-weight: 800
}

.hero-kicker span {
    width: 34px;
    height: 2px;
    background: var(--orange);
    display: inline-block
}

.hero--cinematic h1 {
    font-size: clamp(56px, 9vw, 128px);
    line-height: .98;
    letter-spacing: -.07em;
    color: #fff;
    max-width: 760px;
    margin: 22px 0 26px
}

.hero--cinematic h1 em {
    color: var(--orange);
    font-style: normal
}

.hero--cinematic .hero-content > p {
    font-size: clamp(16px, 1.6vw, 21px);
    line-height: 1.8;
    color: rgba(255, 255, 255, .76);
    max-width: 500px;
    margin: 0 0 34px
}

.hero--cinematic .hero-cta {
    gap: 28px
}

.hero--cinematic .btn-primary {
    border-radius: 2px;
    background: var(--orange);
    box-shadow: 0 14px 38px rgba(255, 90, 54, .22);
    padding: 16px 25px
}

.hero--cinematic .btn-primary:hover {
    background: #ff704e;
    transform: translateY(-2px)
}

.hero-outline-link {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    border-bottom: 1px solid rgba(255, 255, 255, .38);
    padding-bottom: 5px
}

.hero-outline-link span {
    color: var(--orange);
    margin-right: 7px
}

.hero-meta {
    display: flex;
    gap: 32px;
    margin-top: clamp(58px, 9vh, 110px);
    color: rgba(255, 255, 255, .6);
    font-size: 11px
}

.hero-meta span {
    display: flex;
    align-items: center;
    gap: 9px
}

.hero-meta b {
    color: var(--orange);
    font-size: 10px;
    letter-spacing: .08em
}

.hero-scroll {
    position: absolute;
    z-index: 3;
    bottom: 34px;
    right: max(24px, calc((100% - 1180px) / 2));
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, .6);
    font-size: 11px
}

.hero-scroll span {
    width: 34px;
    height: 1px;
    background: var(--orange)
}

.video-toggle {
    position: absolute;
    z-index: 3;
    bottom: 28px;
    left: max(24px, calc((100% - 1180px) / 2));
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 11px;
    padding: 10px 0;
    min-height: 44px
}

.video-toggle .pause-icon {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: relative
}

.video-toggle .pause-icon:before, .video-toggle .pause-icon:after {
    content: "";
    position: absolute;
    top: 8px;
    width: 2px;
    height: 10px;
    background: var(--orange)
}

.video-toggle .pause-icon:before {
    right: 10px
}

.video-toggle .pause-icon:after {
    right: 15px
}

.video-toggle.is-playing .pause-icon:after {
    display: none
}

.hero--cinematic :is(a,button):focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 5px
}

@media (max-width: 900px) {
    .site-header--overlay {
        top: 34px
    }

    .hero--cinematic {
        height: 700px
    }

    .hero--cinematic h1 {
        font-size: clamp(54px, 11vw, 92px)
    }

    .hero-content {
        padding-top: 100px
    }
}

@media (max-width: 620px) {
    .site-header--overlay {
        top: 34px
    }

    .hero--cinematic {
        min-height: calc(100svh - 34px);
        height: 720px
    }

    .hero-content {
        padding-top: 105px
    }

    .hero--cinematic h1 {
        font-size: clamp(52px, 16vw, 74px);
        max-width: 100%
    }

    .hero--cinematic .hero-content > p {
        font-size: 15px;
        line-height: 1.75;
        max-width: 92%
    }

    .hero--cinematic .hero-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px
    }

    .hero-meta {
        gap: 13px;
        flex-wrap: wrap;
        margin-top: 52px;
        max-width: 270px
    }

    .hero-scroll {
        right: 16px;
        bottom: 17px
    }

    .video-toggle {
        left: 16px;
        bottom: 12px
    }
}

/* Persian luxury real-estate hero */
.hero--estate {
    width: 100%;
    min-height: 760px;
    height: min(860px, calc(100svh - 34px));
    position: relative;
    display: block;
    overflow: hidden;
    background: #141311;
    color: #fff;
    padding: 0;
    isolation: isolate;
    direction: rtl
}

.estate-backdrop {
    position: absolute;
    inset: 0;
    z-index: -3;
    background: linear-gradient(90deg, rgba(15, 13, 11, .98) 4%, rgba(15, 13, 11, .88) 33%, rgba(15, 13, 11, .28) 70%, rgba(15, 13, 11, .52)), url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat;
    filter: saturate(.72)
}

.estate-backdrop:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #141311 0%, transparent 30%), radial-gradient(circle at 78% 42%, rgba(199, 157, 87, .2), transparent 32%)
}

.estate-glow {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none
}

.estate-glow--one {
    width: 420px;
    height: 420px;
    right: -150px;
    top: 80px;
    background: rgba(188, 144, 72, .2);
    box-shadow: 0 0 120px rgba(188, 144, 72, .2)
}

.estate-glow--two {
    width: 260px;
    height: 260px;
    left: 34%;
    bottom: -160px;
    background: rgba(111, 153, 167, .15)
}

.estate-inner {
    height: 100%;
    min-height: inherit;
    display: grid;
    grid-template-columns:minmax(360px, .82fr) minmax(500px, 1.18fr);
    align-items: center;
    gap: clamp(40px, 8vw, 130px);
    direction: rtl;
    padding-top: 82px
}

.estate-copy {
    max-width: 540px;
    text-align: right
}

.estate-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #d2b27a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em
}

.estate-kicker span {
    width: 32px;
    height: 1px;
    background: #d2b27a
}

.estate-copy h1 {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: clamp(48px, 5.2vw, 78px);
    line-height: 1.08;
    letter-spacing: -.055em;
    color: #fff;
    margin: 23px 0 23px
}

.estate-copy h1 em {
    color: #d9b16d;
    font-style: normal
}

.estate-copy > p {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .68);
    max-width: 450px;
    margin: 0 0 32px
}

.estate-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap
}

.estate-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 13px 19px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 4px;
    transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease
}

.estate-btn:focus-visible, .property-save:focus-visible, .estate-tour-card:focus-visible {
    outline: 2px solid #e3bc79;
    outline-offset: 4px
}

.estate-btn--primary {
    background: #c4954f;
    color: #1b1712;
    box-shadow: 0 12px 30px rgba(196, 149, 79, .2)
}

.estate-btn--primary:hover {
    background: #e0b871;
    transform: translateY(-2px)
}

.estate-btn--ghost {
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff
}

.estate-btn--ghost:hover {
    border-color: #d9b16d;
    color: #d9b16d
}

.estate-trust {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 54px;
    color: rgba(255, 255, 255, .54);
    font-size: 11px;
    line-height: 1.55
}

.estate-avatars {
    display: flex;
    direction: ltr;
    align-items: center
}

.estate-avatars i, .estate-avatars b {
    width: 33px;
    height: 33px;
    border: 2px solid #26211c;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-right: -8px;
    font-style: normal;
    background: #b3c5c6;
    color: #1b1712;
    font-size: 11px
}

.estate-avatars i:nth-child(2) {
    background: #ddc09e
}

.estate-avatars i:nth-child(3) {
    background: #c8acb4
}

.estate-avatars b {
    width: 47px;
    border-radius: 20px;
    background: #d0a361;
    color: #1b1712;
    font-size: 10px
}

.estate-showcase {
    position: relative;
    min-height: 520px;
    direction: rtl
}

.estate-property-card {
    position: absolute;
    right: 3%;
    top: 6%;
    width: min(450px, 78%);
    overflow: hidden;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 18px;
    backdrop-filter: blur(18px);
    box-shadow: 0 32px 90px rgba(0, 0, 0, .35);
    transform: rotate(2.5deg);
    transition: transform .35s ease
}

.estate-property-card:hover {
    transform: rotate(0) translateY(-6px)
}

.property-photo {
    height: 275px;
    position: relative;
    background: linear-gradient(0deg, rgba(16, 12, 8, .65), transparent 55%), url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1100&q=85") center/cover
}

.property-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 10px;
    background: #dfb46f;
    color: #21170c;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 800
}

.property-save {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: rgba(13, 12, 10, .38);
    border: 1px solid rgba(255, 255, 255, .3);
    font-size: 23px;
    cursor: pointer
}

.property-location {
    position: absolute;
    right: 17px;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 11px
}

.location-dot {
    width: 7px;
    height: 7px;
    background: #e0b06b;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(224, 176, 107, .2)
}

.property-card-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 19px 20px 13px
}

.property-type {
    color: #d6b475;
    font-size: 10px
}

.property-card-body h2 {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: 22px;
    margin: 5px 0 0;
    color: #fff
}

.property-price {
    color: #f1d29c;
    font-size: 18px;
    white-space: nowrap
}

.property-price small {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: 9px;
    font-weight: 400;
    margin-top: 2px
}

.property-specs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding: 12px 20px 17px;
    color: rgba(255, 255, 255, .6);
    font-size: 10px
}

.property-specs span:not(:last-child):after {
    content: "•";
    margin-right: 8px;
    color: #d4aa68
}

.estate-tour-card {
    position: absolute;
    left: 0;
    bottom: 7%;
    display: flex;
    align-items: center;
    gap: 11px;
    width: 255px;
    padding: 11px;
    text-align: right;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 12px;
    background: rgba(26, 22, 18, .62);
    backdrop-filter: blur(15px);
    color: #fff;
    cursor: pointer;
    transition: transform .25s ease, border-color .25s ease
}

.estate-tour-card:hover {
    transform: translateY(-5px);
    border-color: #d8ae68
}

.tour-thumb {
    width: 66px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 7px;
    background: linear-gradient(0deg, rgba(15, 10, 5, .45), transparent), url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=300&q=80") center/cover
}

.tour-play {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #d8ad69;
    color: #22180d;
    font-size: 10px;
    padding-right: 2px
}

.tour-copy {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.tour-copy small {
    font-size: 9px;
    color: rgba(255, 255, 255, .52)
}

.tour-copy b {
    font-size: 12px
}

.tour-arrow {
    margin-right: auto;
    color: #d8ad69;
    font-size: 18px
}

.estate-stat-card {
    position: absolute;
    right: 0;
    bottom: 2%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, .27);
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
    color: #fff
}

.estate-stat-card b {
    font-family: Rubik, "Vazirmatn", sans-serif;
    color: #e1b574;
    font-size: 27px
}

.estate-stat-card span {
    font-size: 10px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .66)
}

.estate-scroll {
    position: absolute;
    bottom: 25px;
    left: max(24px, calc((100% - 1180px) / 2));
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .5);
    font-size: 10px
}

.estate-scroll span {
    width: 30px;
    height: 1px;
    background: #d5ab69
}

@media (max-width: 1000px) {
    .estate-inner {
        grid-template-columns:1fr .95fr;
        gap: 26px
    }

    .estate-copy h1 {
        font-size: clamp(43px, 6vw, 64px)
    }

    .estate-property-card {
        right: 0
    }

    .estate-tour-card {
        left: 0
    }
}

@media (max-width: 720px) {
    .hero--estate {
        height: auto;
        min-height: 850px
    }

    .estate-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 38px;
        padding-top: 125px;
        padding-bottom: 78px
    }

    .estate-copy {
        max-width: none
    }

    .estate-copy h1 {
        font-size: clamp(43px, 12vw, 62px);
        margin-top: 17px
    }

    .estate-copy > p {
        font-size: 15px
    }

    .estate-trust {
        margin-top: 31px
    }

    .estate-showcase {
        min-height: 405px
    }

    .estate-property-card {
        right: 3%;
        top: 0;
        width: 88%;
        transform: rotate(1.5deg)
    }

    .property-photo {
        height: 205px
    }

    .estate-tour-card {
        left: 0;
        bottom: 4%;
        width: 235px
    }

    .estate-stat-card {
        right: 3%;
        bottom: 0
    }

    .estate-scroll {
        display: none
    }
}

@media (prefers-reduced-motion: reduce) {
    .estate-property-card, .estate-tour-card, .estate-btn {
        transition: none !important
    }

    .estate-property-card:hover, .estate-tour-card:hover, .estate-btn--primary:hover {
        transform: none
    }
}

/* Glassmorphism 3D studio hero */
.hero--studio {
    width: 100%;
    min-height: 760px;
    height: min(860px, calc(100svh - 34px));
    position: relative;
    display: block;
    overflow: hidden;
    background: #111417;
    color: #fff;
    padding: 0;
    isolation: isolate;
    direction: rtl
}

.studio-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.72) contrast(1.1)
}

.studio-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(9, 13, 17, .94) 3%, rgba(9, 13, 17, .78) 36%, rgba(9, 13, 17, .22) 72%, rgba(9, 13, 17, .5)), linear-gradient(0deg, rgba(9, 13, 17, .72), transparent 42%)
}

.studio-inner {
    height: 100%;
    min-height: inherit;
    display: grid;
    grid-template-columns:minmax(360px, .82fr) minmax(500px, 1.18fr);
    align-items: center;
    gap: clamp(40px, 8vw, 130px);
    direction: rtl;
    padding-top: 82px
}

.studio-copy {
    max-width: 540px;
    text-align: right
}

.studio-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #ff7452;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em
}

.studio-kicker span {
    width: 32px;
    height: 1px;
    background: #ff7452
}

.studio-copy h1 {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: clamp(48px, 5.2vw, 78px);
    line-height: 1.08;
    letter-spacing: -.055em;
    color: #fff;
    margin: 23px 0
}

.studio-copy h1 em {
    color: #ff7654;
    font-style: normal
}

.studio-copy > p {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .7);
    max-width: 460px;
    margin: 0 0 32px
}

.studio-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap
}

.studio-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 13px 19px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 4px;
    transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease
}

.studio-btn:focus-visible, .studio-tour-card:focus-visible {
    outline: 2px solid #ff8a6c;
    outline-offset: 4px
}

.studio-btn--primary {
    background: #ff6848;
    color: #160f0c;
    box-shadow: 0 12px 30px rgba(255, 104, 72, .2)
}

.studio-btn--primary:hover {
    background: #ff886e;
    transform: translateY(-2px)
}

.studio-btn--ghost {
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff
}

.studio-btn--ghost:hover {
    border-color: #ff8061;
    color: #ff8061
}

.studio-trust {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 54px;
    color: rgba(255, 255, 255, .56);
    font-size: 11px;
    line-height: 1.55
}

.studio-avatars {
    display: flex;
    direction: ltr;
    align-items: center
}

.studio-avatars i, .studio-avatars b {
    width: 33px;
    height: 33px;
    border: 2px solid #1e252a;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-right: -8px;
    font-style: normal;
    background: #b8d3dc;
    color: #152027;
    font-size: 11px
}

.studio-avatars i:nth-child(2) {
    background: #e6bca9
}

.studio-avatars i:nth-child(3) {
    background: #b9bedb
}

.studio-avatars b {
    width: 47px;
    border-radius: 20px;
    background: #ff7654;
    color: #1b110d;
    font-size: 10px
}

.studio-showcase {
    position: relative;
    min-height: 520px;
    direction: rtl
}

.studio-card--main {
    position: absolute;
    right: 3%;
    top: 6%;
    width: min(450px, 78%);
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 18px;
    backdrop-filter: blur(18px);
    box-shadow: 0 32px 90px rgba(0, 0, 0, .4);
    transform: rotate(2.5deg);
    transition: transform .35s ease
}

.studio-card--main:hover {
    transform: rotate(0) translateY(-6px)
}

.studio-card-visual {
    height: 275px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 53% 48%, rgba(255, 104, 72, .34), transparent 23%), linear-gradient(145deg, rgba(35, 61, 72, .9), rgba(15, 22, 29, .95))
}

.studio-grid-mark {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image: linear-gradient(rgba(255, 255, 255, .27) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .27) 1px, transparent 1px);
    background-size: 28px 28px;
    transform: perspective(300px) rotateX(55deg) scale(1.5);
    transform-origin: center bottom
}

.studio-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 10px;
    background: #ff7654;
    color: #21100b;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 800;
    z-index: 2
}

.studio-card-location {
    position: absolute;
    right: 17px;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 11px;
    z-index: 2
}

.studio-card-location .location-dot {
    background: #ff7654;
    box-shadow: 0 0 0 5px rgba(255, 118, 84, .2)
}

.studio-object {
    position: absolute;
    left: 50%;
    top: 53%;
    width: 145px;
    height: 125px;
    transform: translate(-50%, -50%) rotate(-8deg);
    background: linear-gradient(145deg, #eaedf0 0%, #829ba4 38%, #263941 100%);
    border: 6px solid #10191e;
    border-radius: 12px 12px 22px 22px;
    box-shadow: 22px 25px 0 rgba(5, 11, 14, .4), 0 0 35px rgba(255, 118, 84, .25)
}

.studio-object:before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 16px;
    height: 42px;
    border: 5px solid #1a2a31;
    background: linear-gradient(135deg, #a9c3ca, #536f79);
    border-radius: 5px
}

.studio-object:after {
    content: "";
    position: absolute;
    left: 27px;
    bottom: 17px;
    width: 76px;
    height: 8px;
    background: #f2f4f0;
    border-radius: 5px;
    box-shadow: 0 -15px 0 #ff7654
}

.studio-object i {
    position: absolute;
    top: 0;
    left: 58px;
    width: 8px;
    height: 46px;
    background: #ff7654;
    z-index: 2
}

.studio-object b {
    position: absolute;
    top: -8px;
    left: 52px;
    width: 20px;
    height: 10px;
    background: #ff7654;
    border-radius: 5px;
    z-index: 2
}

.studio-object em {
    position: absolute;
    right: 14px;
    bottom: 14px;
    color: #17252b;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
    z-index: 2
}

.studio-card-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 19px 20px 13px
}

.studio-card-body span {
    color: #ff8b6c;
    font-size: 10px
}

.studio-card-body h2 {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: 20px;
    margin: 5px 0 0;
    color: #fff
}

.studio-card-body strong {
    color: #ffd0c0;
    font-size: 18px;
    white-space: nowrap
}

.studio-card-body strong small {
    font-size: 10px;
    color: rgba(255, 255, 255, .5)
}

.studio-specs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding: 12px 20px 17px;
    color: rgba(255, 255, 255, .62);
    font-size: 10px
}

.studio-specs span:not(:last-child):after {
    content: "•";
    margin-right: 8px;
    color: #ff7654
}

.studio-tour-card {
    position: absolute;
    left: 0;
    bottom: 7%;
    display: flex;
    align-items: center;
    gap: 11px;
    width: 255px;
    padding: 11px;
    text-align: right;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 12px;
    background: rgba(20, 26, 30, .7);
    backdrop-filter: blur(15px);
    color: #fff;
    cursor: pointer;
    transition: transform .25s ease, border-color .25s ease
}

.studio-tour-card:hover {
    transform: translateY(-5px);
    border-color: #ff8061
}

.studio-tour-card.is-playing {
    border-color: #ff7654
}

.studio-tour-thumb {
    width: 66px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 7px;
    background: linear-gradient(145deg, #34505a, #1a272e)
}

.studio-tour-thumb .tour-play {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ff7654;
    color: #21110c;
    font-size: 10px;
    padding-right: 2px
}

.tour-copy {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.tour-copy small {
    font-size: 9px;
    color: rgba(255, 255, 255, .52)
}

.tour-copy b {
    font-size: 12px
}

.tour-arrow {
    margin-right: auto;
    color: #ff7654;
    font-size: 18px
}

.studio-stat-card {
    position: absolute;
    right: 0;
    bottom: 2%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, .27);
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
    color: #fff
}

.studio-stat-card b {
    font-family: Rubik, "Vazirmatn", sans-serif;
    color: #ff7654;
    font-size: 27px
}

.studio-stat-card span {
    font-size: 10px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .66)
}

.studio-scroll {
    position: absolute;
    bottom: 25px;
    left: max(24px, calc((100% - 1180px) / 2));
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .5);
    font-size: 10px
}

.studio-scroll span {
    width: 30px;
    height: 1px;
    background: #ff7654
}

@media (max-width: 1000px) {
    .studio-inner {
        grid-template-columns:1fr .95fr;
        gap: 26px
    }

    .studio-copy h1 {
        font-size: clamp(43px, 6vw, 64px)
    }

    .studio-card--main {
        right: 0
    }

    .studio-tour-card {
        left: 0
    }
}

@media (max-width: 720px) {
    .hero--studio {
        height: auto;
        min-height: 850px
    }

    .studio-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 38px;
        padding-top: 125px;
        padding-bottom: 78px
    }

    .studio-copy {
        max-width: none
    }

    .studio-copy h1 {
        font-size: clamp(43px, 12vw, 62px);
        margin-top: 17px
    }

    .studio-copy > p {
        font-size: 15px
    }

    .studio-trust {
        margin-top: 31px
    }

    .studio-showcase {
        min-height: 405px
    }

    .studio-card--main {
        right: 3%;
        top: 0;
        width: 88%;
        transform: rotate(1.5deg)
    }

    .studio-card-visual {
        height: 205px
    }

    .studio-tour-card {
        left: 0;
        bottom: 4%;
        width: 235px
    }

    .studio-stat-card {
        right: 3%;
        bottom: 0
    }

    .studio-scroll {
        display: none
    }
}

@media (prefers-reduced-motion: reduce) {
    .studio-card--main, .studio-tour-card, .studio-btn {
        transition: none !important
    }

    .studio-card--main:hover, .studio-tour-card:hover, .studio-btn--primary:hover {
        transform: none
    }
}

/* Split hero: pricing panel left, bold machine video right */
.hero--studio {
    background: radial-gradient(circle at 14% 22%, rgba(255, 255, 255, .32), transparent 24%),
    radial-gradient(circle at 38% 82%, rgba(139, 150, 159, .38), transparent 30%),
    radial-gradient(ellipse at 48% 46%, rgba(255, 255, 255, .84), transparent 34%),
    linear-gradient(118deg, #4a4e53 0%, #73787e 19%, #c4c8cb 40%, #f3f4f4 57%, #aeb5b9 73%, #20282d 90%, #11161a 100%)
}

.hero--studio:before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    opacity: .2;
    background-image: radial-gradient(rgba(255, 255, 255, .7) .7px, transparent .7px);
    background-size: 5px 5px;
    mix-blend-mode: soft-light
}

.hero--studio:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 35%;
    width: 20%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(236, 238, 239, .48), rgba(236, 238, 239, .18) 42%, rgba(15, 20, 24, .08) 76%, transparent);
    filter: blur(24px);
    opacity: .92
}

.studio-video {
    left: 37%;
    right: 0;
    width: 63%;
    inset-block: 0;
    height: 100%;
    object-position: center;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 10%, #000 27%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 10%, #000 27%)
}

.studio-shade {
    z-index: 0;
    background: linear-gradient(90deg, rgba(37, 40, 44, .14) 0%, rgba(255, 255, 255, .04) 30%, rgba(255, 255, 255, .08) 45%, rgba(8, 12, 15, .22) 100%)
}

.studio-inner {
    position: relative;
    z-index: 2;
    grid-template-columns:minmax(420px, .96fr) minmax(500px, 1.04fr);
    direction: ltr;
    gap: clamp(35px, 6vw, 90px)
}

.studio-copy {
    /*direction: rtl;*/
    color: #102c55;
    max-width: 590px
}

.studio-kicker {
    color: #0f70b7
}

.studio-kicker span {
    background: #f15a24
}

.studio-copy h1 {
    color: #0d2c59
}

.studio-copy h1 em {
    color: #f15a24
}

.studio-copy > p {
    color: #405873;
    max-width: 500px
}

.filament-form {
    display: grid;
    grid-template-columns:1.15fr 1fr 1fr;
    gap: 0;
    align-items: end;
    margin-top: 28px;
    width: min(100%, 590px);
    padding: 13px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 13px;
    box-shadow: 0 20px 50px rgba(25, 29, 32, .18)
}

.filament-field {
    min-width: 0;
    padding: 0 13px;
    border-left: 1px solid #dfe2e4
}

.filament-field--wide {
    padding-right: 4px
}

.filament-field:nth-of-type(3) {
    border-left: 0
}

.filament-field label {
    display: block;
    color: #6d7a87;
    font-size: 10px;
    letter-spacing: .08em;
    font-weight: 800;
    margin-bottom: 5px
}

.filament-input-wrap {
    display: flex;
    align-items: center;
    gap: 7px
}

.filament-input-wrap input, .filament-field select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #202a33;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 0;
    appearance: none
}

.filament-input-wrap span {
    font-size: 10px;
    color: #85909a;
    white-space: nowrap
}

.filament-field select {
    background-image: linear-gradient(45deg, transparent 50%, #7e8993 50%), linear-gradient(135deg, #7e8993 50%, transparent 50%);
    background-position: calc(100% - 10px) 50%, calc(100% - 6px) 50%;
    background-size: 4px 4px;
    background-repeat: no-repeat;
    padding-left: 18px
}

.filament-submit {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 45px;
    margin-top: 12px;
    border-radius: 8px;
    background: #0f70b7;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease
}

.filament-submit:hover {
    background: #0d2c59;
    transform: translateY(-1px)
}

.filament-result {
    grid-column: 1/-1;
    display: block;
    text-align: center;
    color: #0d2c59;
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: 18px;
    font-weight: 800;
    padding-top: 11px
}

.filament-result:before {
    content: "قیمت تخمینی چاپ";
    display: block;
    color: #55708d;
    font-family: "Nunito Sans", "Vazirmatn", sans-serif;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 2px
}

.studio-trust--light {
    color: #405873;
    margin-top: 23px
}

.studio-trust-mark {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f15a24;
    color: #fff;
    font-weight: 900
}

.studio-showcase {
    direction: rtl;
    min-height: 520px
}

.studio-card--main {
    display: none
}

.studio-tour-card {
    display: none
}

.studio-device-label {
    position: absolute;
    right: 4%;
    top: 12%;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .82);
    font-size: 11px;
    letter-spacing: .04em
}

.studio-device-label span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffbd35;
    box-shadow: 0 0 0 6px rgba(255, 189, 53, .15)
}

.studio-video-toggle {
    position: absolute;
    right: 4%;
    bottom: 9%;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    font-size: 11px;
    padding: 10px 0;
    min-height: 44px;
    cursor: pointer;
    background: none;
    border: 0
}

.studio-video-toggle:focus-visible {
    outline: 2px solid #ffbd35;
    outline-offset: 5px
}

.studio-play-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 50%;
    color: #ffbd35;
    font-size: 10px;
    letter-spacing: -2px;
    padding-left: 2px
}

.studio-video-toggle.is-playing .studio-play-icon {
    font-size: 12px
}

.studio-device-spec {
    position: absolute;
    left: 3%;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    gap: 1px;
    color: #fff
}

.studio-device-spec b {
    font-family: Rubik, "Vazirmatn", sans-serif;
    color: #ffbd35;
    font-size: 28px
}

.studio-device-spec span {
    font-size: 10px;
    color: rgba(255, 255, 255, .62)
}

.studio-scroll {
    z-index: 3;
    color: #5e666d;
    left: max(24px, calc((100% - 1180px) / 2));
}

.studio-scroll span {
    background: #d79508
}

@media (max-width: 1000px) {
    .studio-inner {
        grid-template-columns:minmax(390px, .95fr) minmax(390px, 1.05fr);
        gap: 30px
    }

    .studio-copy h1 {
        font-size: clamp(42px, 5vw, 62px)
    }

    .studio-video {
        left: 34%;
        width: 66%
    }
}

@media (max-width: 720px) {
    .hero--studio {
        min-height: 780px;
        height: auto;
        background: radial-gradient(circle at 16% 10%, rgba(255, 255, 255, .72), transparent 24%), radial-gradient(circle at 78% 42%, rgba(186, 194, 201, .34), transparent 30%), linear-gradient(180deg, #8d9195 0%, #f6f7f7 52%, #15191c 52.3%, #15191c 100%)
    }

    .hero--studio:after {
        left: 0;
        top: 45%;
        bottom: auto;
        width: 100%;
        height: 18%;
        background: linear-gradient(180deg, rgba(246, 247, 247, .1), rgba(12, 16, 19, .2));
        filter: blur(22px)
    }

    .studio-video {
        display: none
    }

    .studio-shade {
        background: linear-gradient(180deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .04) 52%, rgba(8, 12, 15, .3) 100%)
    }

    .studio-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-top: 125px;
        padding-bottom: 0
    }

    .studio-copy {
        max-width: none
    }

    .studio-copy h1 {
        font-size: clamp(42px, 12vw, 62px);
        margin-top: 17px
    }

    .studio-copy > p {
        font-size: 15px
    }

    .filament-form {
        width: 100%;
        grid-template-columns:1fr 1fr;
        padding: 10px;
        margin-top: 22px
    }

    .filament-field {
        padding: 0 9px
    }

    .filament-field--wide {
        grid-column: 1/-1;
        border-left: 0;
        border-bottom: 1px solid #dfe2e4;
        padding: 0 2px 9px;
        margin-bottom: 10px
    }

    .filament-field:nth-of-type(3) {
        border-left: 1px solid #dfe2e4
    }

    .filament-submit, .filament-result {
        grid-column: 1/-1
    }

    .studio-trust--light {
        margin-top: 19px
    }

    .studio-showcase {
        width: 100%;
        min-height: 430px;
        margin-top: 0
    }

    .studio-device-label {
        top: 27%;
        right: 4%
    }

    .studio-video-toggle {
        bottom: 7%;
        right: 4%
    }

    .studio-device-spec {
        bottom: 8%;
        left: 4%
    }

    .studio-scroll {
        display: none
    }
}

@media (prefers-reduced-motion: reduce) {
    .filament-submit {
        transition: none !important
    }

    .filament-submit:hover {
        transform: none
    }
}

/* Product cards: editorial grid direction, using the Parsafza palette */
.products-section {
    background: #f4f7fa
}

.products-section .section-heading {
    max-width: 1180px;
    margin-inline: auto;
    margin-bottom: 38px
}

.products-section .section-heading h2 {
    color: #0d2c59;
    font-size: 42px;
    letter-spacing: -.04em
}

.products-section .eyebrow {
    color: #0f70b7
}

.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    max-width: 1180px;
    margin-inline: auto
}

.product-card,
.product-card:hover {
    background: #fff;
    border: 1px solid rgba(13, 44, 89, .08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(13, 44, 89, .06);
    transform: none !important
}

.product-card:hover {
    border-color: rgba(15, 112, 183, .24);
    box-shadow: 0 18px 38px rgba(13, 44, 89, .14);
    transform: translateY(-5px) !important
}

.product-image {
    height: 300px;
    margin: 8px;
    border-radius: 12px;
    background: #e9eef2;
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.product-image:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .58;
    background-image: linear-gradient(rgba(255,255,255,.34) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.34) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(135deg, #000, transparent 72%)
}

.product-image:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at 78% 22%, rgba(255,255,255,.8), transparent 26%), linear-gradient(145deg, rgba(255, 255, 255, .52), transparent 45%, rgba(13, 44, 89, .08))
}

.product-printer {
    background: linear-gradient(145deg, #dcecf4, #f2f5f7 55%, #c8d9e2)
}

.product-filament {
    background: linear-gradient(145deg, #fff0e9, #fff8f4 55%, #f4c8b7)
}

.product-resin {
    background: linear-gradient(145deg, #e5ebf0, #f6f8f9 55%, #cbd5de)
}

.product-geometric {
    background: linear-gradient(145deg, #e4ecf3, #f9fafb 55%, #c8d8e2)
}

.badge {
    top: 16px;
    right: 16px;
    border-radius: 2px;
    padding: 7px 10px;
    background: #f15a24;
    box-shadow: 0 5px 14px rgba(241, 90, 36, .22)
}

.blue-badge {
    background: #0f70b7;
    box-shadow: 0 5px 14px rgba(15, 112, 183, .2)
}

.navy-badge {
    background: #0d2c59
}

.heart {
    top: 12px;
    left: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .74);
    font-size: 20px;
    color: #0d2c59;
    z-index: 2
}

.product-info {
    padding: 10px 16px 18px;
    text-align: right
}

.rating {
    font-size: 10px;
    letter-spacing: 2px;
    color: #f15a24
}

.rating small {
    color: #8b9aab
}

.product-info h3 {
    font-family: Rubik, "Vazirmatn", sans-serif;
    color: #0d2c59;
    font-size: 19px;
    margin: 7px 0 2px
}

.product-info p {
    color: #55708d;
    font-size: 12px;
    margin: 0 0 15px
}

.price-row {
    border-top: 1px solid #d8e2e9;
    padding-top: 12px
}

.price-row strong {
    color: #0f70b7;
    font-size: 17px
}

.price-row small {
    color: #6d8193
}

.add-btn {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: #0d2c59;
    font-size: 21px;
    transition: background .2s ease, transform .2s ease
}

.add-btn:hover {
    background: #f15a24;
    transform: translateY(-2px)
}

.geometric-vase {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 125px;
    height: 164px;
    transform: translate(-50%, -46%) rotate(7deg);
    background: linear-gradient(150deg, #f0f4f6, #8ea8b4 58%, #2b5363);
    clip-path: polygon(22% 0, 78% 0, 93% 18%, 82% 100%, 18% 100%, 7% 18%);
    box-shadow: 18px 19px 0 rgba(13, 44, 89, .16)
}

.geometric-vase:before {
    content: "";
    position: absolute;
    left: 21px;
    right: 21px;
    top: 18px;
    height: 42px;
    border: 4px solid rgba(13, 44, 89, .45);
    transform: skewY(-8deg)
}

.geometric-vase i {
    position: absolute;
    left: 29px;
    right: 29px;
    bottom: 29px;
    height: 8px;
    background: #f15a24;
    box-shadow: 0 -17px 0 rgba(255, 255, 255, .78)
}

.product-tabs button {
    border: 1px solid #d2dee7;
    border-radius: 3px;
    color: #55708d;
    background: #fff
}

.product-tabs .selected {
    background: #0d2c59;
    color: #fff;
    border-color: #0d2c59
}

@media (max-width: 1000px) {
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 22px
    }
}

@media (max-width: 620px) {
    .products-section .section-heading h2 {
        font-size: 32px
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .product-image {
        height: 180px
    }

    .product-info {
        padding: 12px
    }

    .product-info h3 {
        font-size: 14px
    }

    .price-row strong {
        font-size: 15px
    }
}

/* Clean product cards with hover-only purchase details */
.product-card .product-image {
    cursor: pointer
}

.product-hover {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 18px;
    background: linear-gradient(180deg, transparent 28%, rgba(13, 44, 89, .9) 100%);
    color: #fff;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .24s ease, transform .24s ease
}

.product-card:hover .product-hover,
.product-card:focus-within .product-hover {
    opacity: 1;
    transform: translateY(0)
}

.product-hover > span {
    font-size: 11px;
    color: #fff;
    text-align: right
}

.hover-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 3px;
    background: #f15a24;
    color: #fff;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease
}

.hover-add:hover {
    background: #0f70b7;
    border-color: #0f70b7
}

.hover-add b {
    font-size: 17px;
    font-weight: 400
}

.product-info {
    padding-top: 16px
}

.product-info h3 {
    margin: 0 0 11px;
    font-size: 18px
}

.product-info .price-row {
    padding-top: 10px
}

.product-info .price-row strong {
    font-size: 16px
}

.product-info .price-row small {
    font-size: 10px
}

.product-card .heart {
    z-index: 5
}

@media (prefers-reduced-motion: reduce) {
    .product-hover,
    .hover-add {
        transition: none
    }
}

.partners-section {
    padding: 96px 0 88px;
    background: #f8fafb;
    border-top: 1px solid #e3ebf0;
    border-bottom: 1px solid #e3ebf0
}

.partners-heading {
    max-width: 620px;
    margin: 0 auto 42px;
    text-align: center
}

.partners-heading .eyebrow {
    color: #0f70b7
}

.partners-heading h2 {
    margin: 10px 0 12px;
    color: #0d2c59;
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -.04em
}

.partners-heading h2 em {
    color: #f15a24
}

.partners-heading p {
    margin: 0;
    color: #55708d;
    font-size: 14px
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.partner-mark {
    min-height: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 20px 14px;
    border: 1px solid #dbe6ed;
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    color: #0d2c59;
    text-align: center;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease
}

.partner-mark:hover {
    border-color: #9bbbd0;
    box-shadow: 0 14px 30px rgba(13, 44, 89, .08);
    transform: translateY(-3px)
}

.partner-symbol {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0d2c59;
    color: #fff;
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: 18px;
    font-weight: 800
}

.partner-symbol--blue {
    background: #0f70b7
}

.partner-symbol--orange {
    background: #f15a24
}

.partner-symbol--dark {
    background: #1f465f
}

.partner-mark strong {
    font-family: Rubik, "Vazirmatn", sans-serif;
    font-size: 14px
}

.partner-mark small {
    color: #70869a;
    font-size: 10px
}

@media (max-width: 760px) {
    .partners-section {
        padding: 68px 0 62px
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 420px) {
    .partners-grid {
        grid-template-columns: 1fr
    }
}

.js .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.22, .61, .36, 1)
}

.js .reveal.reveal-item,
.js .reveal.category-card,
.js .reveal.product-card,
.js .reveal.partner-mark {
    transition-delay: var(--reveal-delay, 0ms)
}

.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0)
}

@media (prefers-reduced-motion: reduce) {
    .js .reveal,
    .js .reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none
    }
}
