/* Big Mobile visual refresh */
body {
    background: radial-gradient(900px 500px at 80% -120px, #2d240d55, transparent 60%), #08090c
}

.site-header {
    height: 88px;
    border-bottom-color: #ffffff0d;
    position: relative;
    z-index: 5
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    letter-spacing: 1.2px
}

.brand>b {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    font-size: 11px;
    color: #111;
    background: var(--gold-light)
}

.brand span {
    color: #fff
}

.brand i,
footer i {
    font-style: normal;
    color: var(--gold)
}

nav {
    gap: 34px;
    font-size: 14px
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 99;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 12px;
    background: #08090c;
    transition: opacity .55s ease, visibility .55s;
    letter-spacing: 3px
}

.page-loader.loaded {
    opacity: 0;
    visibility: hidden
}

.loader-mark {
    width: 58px;
    height: 58px;
    border: 1px solid var(--gold);
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: var(--gold);
    font-size: 32px;
    box-shadow: 0 0 45px #d8b45a55
}

.page-loader strong {
    font-size: 15px
}

.page-loader em {
    font-style: normal;
    color: var(--gold)
}

.page-loader>span {
    width: 95px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    animation: loading 1s infinite
}

@keyframes loading {
    50% {
        transform: scaleX(.35);
        opacity: .4
    }
}

.page-loader img {
    width: 66px;
    height: 66px;
    object-fit: contain;
    filter: drop-shadow(0 0 22px #d8b45a55);
    animation: loader-arrive .65s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes loader-arrive {
    from { opacity: 0; transform: translateY(12px) scale(.92); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.reveal {
    opacity: 0;
    translate: 0 22px;
    transition: opacity .65s ease, translate .65s cubic-bezier(.2,.7,.2,1);
}

.reveal.is-visible {
    opacity: 1;
    translate: 0 0;
}

.product-grid .card.reveal:nth-child(3n + 2) { transition-delay: .08s; }
.product-grid .card.reveal:nth-child(3n) { transition-delay: .16s; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .reveal { opacity: 1; translate: none; }
}

.hero-premium {
    min-height: 680px;
    position: relative
}

.hero-copy {
    position: relative;
    z-index: 2
}

.hero h1 {
    font-size: clamp(52px, 6.6vw, 92px)
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 22px
}

.btn {
    border-radius: 999px;
    padding: 14px 25px;
    box-shadow: 0 12px 30px #d8b45a30;
    transition: .2s
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px #d8b45a55
}

.text-btn {
    color: #eee;
    border-bottom: 1px solid #ffffff55;
    padding-bottom: 3px
}

.hero-proof {
    display: flex;
    gap: 28px;
    margin-top: 45px;
    font-size: 12px;
    color: var(--muted)
}

.hero-proof span {
    display: grid;
    gap: 2px
}

.hero-proof b {
    font-size: 18px;
    color: #fff
}

.hero-visual {
    position: relative;
    height: 520px;
    display: grid;
    place-items: center
}

.phone-art {
    height: 450px;
    width: 282px;
    transform: rotate(8deg);
    z-index: 2;
    box-shadow: 0 0 0 2px #d8b45a88, 0 0 110px #d8b45a66
}

.phone-art small {
    position: absolute;
    z-index: 3;
    bottom: 37px;
    inset-inline: 0;
    text-align: center;
    font-size: 13px;
    letter-spacing: 5px;
    color: #fff
}

.orbit {
    position: absolute;
    border: 1px solid #d8b45a42;
    border-radius: 50%
}

.orbit-a {
    width: 470px;
    height: 470px
}

.orbit-b {
    width: 360px;
    height: 360px;
    border-style: dashed;
    animation: spin 18s linear infinite
}

@keyframes spin {
    to {
        rotate: 360deg
    }
}

.floating-chip {
    position: absolute;
    z-index: 3;
    border: 1px solid #ffffff29;
    background: #111c;
    backdrop-filter: blur(8px);
    border-radius: 8px;
    padding: 10px;
    color: var(--gold-light);
    font-size: 10px;
    letter-spacing: 1px
}

.chip-one {
    top: 78px;
    inset-inline-start: 5px
}

.chip-two {
    bottom: 95px;
    inset-inline-end: 4px;
    font-size: 17px;
    font-weight: bold
}

.section-head {
    margin-bottom: 35px
}

.section-head h2 {
    font-size: 40px
}

.more-link {
    color: var(--gold-light);
    font-size: 14px;
    border-bottom: 1px solid #d8b45a77;
    padding-bottom: 4px
}

.more-link b {
    margin-inline-start: 8px
}

.feature-strip {
    border: 1px solid #ffffff12;
    border-radius: 12px;
    background: linear-gradient(90deg, #121212, #0d0d0d);
    overflow: hidden
}

.feature-strip div {
    padding: 31px;
    text-align: right
}

.feature-strip b {
    color: var(--gold);
    font-size: 12px;
    margin-inline-end: 12px
}

.card {
    border-radius: 14px;
    background: linear-gradient(145deg, #151515, #0d0d0d)
}

.card-image {
    height: 315px
}

.card h3 {
    font-size: 20px
}

.story-hero,
.contact-hero {
    max-width: 1050px;
    margin: 80px auto 45px;
    padding: 55px 45px;
    background: linear-gradient(120deg, #15120b, #101114 68%);
    border: 1px solid #ffffff15;
    border-radius: 20px
}

.story-hero h1,
.contact-hero h1 {
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.1;
    margin: 0 0 22px
}

.story-hero em,
.contact-hero em {
    font-style: normal;
    color: var(--gold)
}

.story-hero>p:not(.eyebrow),
.contact-hero>p:not(.eyebrow) {
    color: var(--muted);
    font-size: 17px;
    max-width: 600px
}

.story-grid {
    max-width: 1050px;
    margin: 0 auto 80px;
    padding-inline: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.story-grid article {
    padding: 25px;
    background: #111;
    border: 1px solid #ffffff14;
    border-radius: 12px
}

.story-grid article>b {
    color: var(--gold);
    font-size: 13px
}

.story-grid h2 {
    font-size: 20px
}

.story-grid p {
    color: var(--muted);
    font-size: 14px
}

.about-cta {
    max-width: 1050px;
    margin: 0 auto 90px;
    padding: 55px 45px;
    text-align: center;
    border-radius: 18px;
    background: radial-gradient(circle, #d8b45a25, transparent 55%), #121212
}

.about-cta h2 {
    font-size: 36px;
    margin: 0
}

.contact-cards {
    max-width: 1050px;
    margin: 0 auto 35px;
    padding-inline: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
}

.contact-cards a {
    position: relative;
    display: grid;
    gap: 6px;
    padding: 25px;
    background: #111;
    border: 1px solid #ffffff16;
    border-radius: 13px;
    transition: .2s;
}

.contact-cards a:hover {
    translate: 0 -5px;
    border-color: #d8b45a99;
}

.contact-cards span {
    font-size: 25px;
    color: var(--gold);
}

.contact-cards small {
    color: var(--muted);
}

.contact-cards a > b {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: auto;
    color: var(--gold);
    font-size: 16px;
    line-height: 1;
}

.contact-note {
    max-width: 1000px;
    margin: 0 auto 85px;
    padding: 18px 24px;
    border-block: 1px solid #ffffff15;
    display: flex;
    justify-content: space-between;
    color: var(--muted)
}

.contact-note b {
    color: var(--gold-light);
    letter-spacing: 1px
}

@media(max-width:700px) {
    .site-header {
        height: 70px;
        padding-inline: 17px
    }

    .brand>b {
        width: 34px;
        height: 34px
    }

    .brand {
        font-size: 12px
    }

    nav {
        top: 70px
    }

    .hero-premium {
        padding-top: 54px;
        min-height: auto
    }

    .hero h1 {
        font-size: 52px
    }

    .hero-actions {
        justify-content: center
    }

    .hero-proof {
        justify-content: center;
        gap: 18px;
        margin-top: 30px
    }

    .hero-visual {
        height: 365px;
        margin-top: 22px
    }

    .phone-art {
        height: 305px;
        width: 192px
    }

    .phone-art small {
        bottom: 25px;
        font-size: 9px
    }

    .orbit-a {
        width: 330px;
        height: 330px
    }

    .orbit-b {
        width: 260px;
        height: 260px
    }

    .chip-one {
        top: 28px
    }

    .chip-two {
        bottom: 42px
    }

    .section {
        margin-bottom: 55px
    }

    .section-head {
        flex-direction: row;
        align-items: end
    }

    .section-head h2 {
        font-size: 28px
    }

    .more-link {
        font-size: 11px;
        white-space: nowrap
    }

    .product-grid,
    #featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px
    }

    .card-image {
        height: 175px
    }

    .card-body {
        padding: 12px
    }

    .card h3 {
        font-size: 15px;
        line-height: 1.35
    }

    .card-body>p:not(.brand-name) {
        font-size: 11px;
        line-height: 1.5;
        min-height: 34px
    }

    .card strong {
        font-size: 13px
    }

    .card del {
        display: none
    }

    .card-link {
        font-size: 10px;
        margin-top: 10px
    }

    .feature-strip {
        margin-inline: 16px;
        grid-template-columns: 1fr
    }

    .feature-strip div {
        padding: 18px
    }

    .story-hero,
    .contact-hero {
        margin: 34px 16px;
        padding: 35px 23px
    }

    .story-hero h1,
    .contact-hero h1 {
        font-size: 42px
    }

    .story-grid {
        grid-template-columns: 1fr;
        margin-bottom: 42px
    }

    .about-cta {
        margin: 0 16px 55px;
        padding: 38px 20px
    }

    .about-cta h2 {
        font-size: 28px
    }

    .contact-cards {
        grid-template-columns: 1fr;
        margin-bottom: 25px
    }

    .contact-cards a {
        padding: 20px
    }

    .contact-note {
        margin: 0 16px 55px;
        gap: 12px;
        flex-direction: column;
        font-size: 13px
    }

    .page-loader {
        letter-spacing: 2px
    }
}

.company-details {
    display: flex;
    gap: 28px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #ffffff1b
}

.company-details span {
    display: grid;
    gap: 3px
}

.company-details b {
    font-size: 14px;
    color: #fff
}

.company-details small {
    font-size: 11px;
    color: var(--gold)
}

.contact-cards a em {
    font-style: normal;
    color: #aaa;
    font-size: 12px
}

.contact-cards a strong {
    font-size: 20px
}

.contact-cards .contact-whatsapp span {
    color: #4ade80
}

.contact-cards .contact-instagram span {
    color: #f5a3d6
}

@media(max-width:700px) {
    .company-details {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .company-details span:last-child {
        grid-column: 1/-1
    }

    .company-details b {
        font-size: 12px
    }
}

.brand-logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 50%
}

.page-loader img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: drop-shadow(0 0 22px #d8b45a77)
}

footer strong {
    display: flex;
    align-items: center;
    gap: 8px
}

footer strong img {
    width: 27px;
    height: 27px;
    object-fit: contain
}

.company-details {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px !important;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #ffffff1b
}

.company-details span {
    display: flex !important;
    flex-direction: column;
    gap: 7px;
    padding-inline-start: 14px;
    border-inline-start: 2px solid #d8b45a66
}

.company-details b {
    font-size: 15px;
    color: #fff;
    overflow-wrap: anywhere
}

.company-details small {
    font-size: 11px;
    color: var(--gold)
}

.social-icon {
    display: grid !important;
    place-items: center;
    width: 43px;
    height: 43px;
    border-radius: 12px;
    background: #d8b45a18
}

.social-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.social-icon .fill {
    fill: currentColor;
    stroke: none
}

.contact-cards .contact-email .social-icon {
    color: #e8be59
}

.contact-cards .contact-whatsapp .social-icon {
    color: #4ade80;
    background: #4ade8018
}

.contact-cards .contact-instagram .social-icon {
    color: #fa8fca;
    background: #fa8fca18
}

.layered-iphone {
    isolation: isolate
}

.phone-exploded {
    position: relative;
    width: 310px;
    height: 485px;
    z-index: 3;
    animation: deviceEnter 1.1s cubic-bezier(.2, .8, .2, 1) both
}

.phone-screen,
.phone-frame,
.phone-back {
    position: absolute;
    inset: 0;
    border-radius: 46px
}

.phone-shadow {
    position: absolute;
    inset: 18px -20px -18px 20px;
    border-radius: 48px;
    background: #d8b45a42;
    filter: blur(32px)
}

.phone-back {
    background: linear-gradient(135deg, #b28742, #352613 45%, #0e0e0e);
    transform: translate(-25px, 17px) rotate(-8deg);
    border: 2px solid #d8b45a88;
    animation: backEnter .95s .15s both
}

.phone-frame {
    background: linear-gradient(110deg, #f2d98a, #4e3b19, #b48a44);
    transform: translate(18px, -10px) rotate(4deg);
    animation: frameEnter .9s .08s both
}

.phone-screen {
    padding: 28px;
    background: radial-gradient(circle at 65% 20%, #d8b45a99, transparent 22%), linear-gradient(150deg, #212938, #05070b 58%, #6b4b12);
    border: 7px solid #17120a;
    box-shadow: inset 0 0 0 1px #ffffff35, 0 30px 80px #000;
    overflow: hidden;
    animation: screenEnter 1s .25s both
}

.phone-screen:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid #d8b45a77;
    bottom: -80px;
    left: -80px
}

.dynamic-island {
    display: block;
    width: 92px;
    height: 23px;
    background: #050505;
    border-radius: 20px;
    margin: auto
}

.phone-screen strong {
    position: absolute;
    top: 115px;
    inset-inline: 35px;
    font-size: 76px;
    line-height: .8;
    color: #fff;
    letter-spacing: -6px
}

.phone-screen strong em {
    font-size: 18px;
    letter-spacing: 4px;
    color: #e9c45f;
    font-style: normal
}

.phone-screen>small {
    position: absolute;
    bottom: 30px;
    inset-inline: 0;
    text-align: center;
    color: #fff;
    font-size: 9px;
    letter-spacing: 2px
}

.camera {
    position: absolute;
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #050505;
    border: 5px solid #665020;
    box-shadow: inset 0 0 0 3px #1d2740
}

.c1 {
    top: 30px;
    right: 30px
}

.c2 {
    top: 78px;
    right: 30px
}

.c3 {
    top: 30px;
    right: 78px
}

.layer {
    position: absolute;
    z-index: 6;
    padding: 10px 13px;
    background: #111e;
    border: 1px solid #d8b45a66;
    backdrop-filter: blur(8px);
    border-radius: 8px;
    display: grid;
    gap: 2px;
    animation: tagEnter .8s both
}

.layer b {
    font-size: 14px;
    color: #f0d98a
}

.layer small {
    font-size: 10px;
    color: #ccc
}

.l1 {
    top: 42px;
    right: 5px;
    animation-delay: .72s
}

.l2 {
    bottom: 85px;
    left: 0;
    animation-delay: .85s
}

.l3 {
    top: 175px;
    left: 10px;
    animation-delay: .96s
}

.layer-caption {
    position: absolute;
    bottom: 18px;
    right: -18px;
    z-index: 7;
    display: grid;
    gap: 3px;
    padding: 12px 15px;
    background: #0a0a0add;
    border-right: 2px solid #d8b45a
}

.layer-caption span {
    color: #d8b45a;
    font-size: 10px
}

.layer-caption b {
    font-size: 14px
}

.layer-caption small {
    color: #aaa;
    font-size: 10px
}

@keyframes deviceEnter {
    from {
        opacity: 0;
        transform: translateY(70px) scale(.86)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes backEnter {
    from {
        transform: translate(-90px, 55px) rotate(-20deg);
        opacity: 0
    }

    to {
        transform: translate(-25px, 17px) rotate(-8deg);
        opacity: 1
    }
}

@keyframes frameEnter {
    from {
        transform: translate(90px, -70px) rotate(14deg);
        opacity: 0
    }

    to {
        transform: translate(18px, -10px) rotate(4deg);
        opacity: 1
    }
}

@keyframes screenEnter {
    from {
        transform: translateY(-70px);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1
    }
}

@keyframes tagEnter {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:700px) {
    .brand-logo img {
        width: 37px;
        height: 37px
    }

    .company-details {
        grid-template-columns: 1fr !important
    }

    .company-details span:last-child {
        grid-column: auto !important
    }

    .phone-exploded {
        transform: scale(.72);
        height: 360px;
        width: 240px
    }

    .layer-caption {
        right: -8px;
        bottom: 0
    }

    .l1 {
        right: -12px
    }

    .l2 {
        left: -15px
    }

    .l3 {
        left: -8px
    }

    .layered-iphone {
        overflow: visible
    }
}

.order-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 22px 0;
    padding: 14px 19px;
    border-radius: 999px;
    background: #25d366;
    color: #07110a;
    font-weight: 700;
    box-shadow: 0 12px 28px #25d36633
}

.order-whatsapp span {
    font-size: 20px
}

.contact-coming {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 700px
}

.coming-card {
    display: grid;
    gap: 6px;
    padding: 24px;
    background: #0e0e10;
    border: 1px dashed #ffffff28;
    border-radius: 13px;
    text-align: center;
    color: #777
}

.coming-card span {
    font-size: 25px;
    color: #c8a851
}

.coming-card strong {
    color: #ddd;
    font-size: 19px
}

.coming-card em {
    font-size: 12px;
    font-style: normal
}

@media(max-width:700px) {
    .contact-coming {
        grid-template-columns: 1fr
    }
    @keyframes heroEntry {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.animated-hero-img {
    animation: heroEntry 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
}
