:root {
    --techout-black: #111111;
    --techout-white: #ffffff;
    --techout-gray: #f5f5f5;
    --techout-gray-soft: #fafafa;
    --techout-line: #dedede;
    --techout-muted: #6f6f6f;
    --techout-ink-soft: #2a2a2a;
}

html,
body {
    overflow-x: hidden;
}

body.techout-home {
    background: var(--techout-white);
    color: var(--techout-black);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.techout-home h1,
.techout-home h2,
.techout-home h3,
.techout-home h4,
.techout-home h5,
.techout-home h6 {
    color: var(--techout-black);
    font-family: "Cinzel", serif;
    letter-spacing: -0.03em;
}

.techout-home p {
    color: var(--techout-muted);
    font-size: 16px;
    line-height: 1.75;
}

.techout-home a,
.techout-home button {
    color: var(--techout-black);
}

.techout-home a:hover {
    color: var(--techout-muted);
}

.techout-home img {
    max-width: 100%;
    height: auto;
}

.techout-home .container-fluid {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
}

.techout-home .btn,
.techout-home .border-btn,
.newsletter-form button {
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1;
    min-height: 52px;
    padding: 18px 30px;
    text-transform: uppercase;
}

.techout-home .btn,
.newsletter-form button {
    background: var(--techout-black);
    border: 1px solid var(--techout-black);
    color: var(--techout-white);
}

.techout-home .btn::before {
    background: var(--techout-white);
}

.techout-home .btn:hover {
    color: var(--techout-black) !important;
}

.techout-home .border-btn {
    background: transparent;
    border: 1px solid var(--techout-black);
    color: var(--techout-black);
}

.techout-home .border-btn::before {
    background: var(--techout-black);
}

.techout-home .border-btn:hover {
    color: var(--techout-white) !important;
}

.theme-bg,
.techout-home #scrollUp,
.techout-home #back-top {
    border-top-color: var(--techout-black);
}

.site-header .main-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--techout-line);
    backdrop-filter: blur(18px);
}

.site-header .menu-wrapper {
    min-height: 92px;
    padding: 0;
}

.site-header .logo img,
.site-footer .footer-logo img {
    filter: grayscale(1) contrast(1.2);
    width: 201px;
}

.site-header .main-menu ul li a {
    color: var(--techout-black);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    padding: 38px 17px;
    text-transform: uppercase;
}

.site-header .main-menu ul li a:hover,
.header-social a:hover,
.nav-search:hover {
    color: var(--techout-muted);
}

.header-social a,
.nav-search,
.card-stor span {
    color: var(--techout-black);
}

.header-social a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.social-x {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.techout-home .card-stor {
    align-items: center;
    background: var(--techout-white) !important;
    border: 1px solid var(--techout-black) !important;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    position: relative;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    width: 42px;
}

.techout-home .card-stor img {
    display: block;
    filter: brightness(0) !important;
    height: 18px;
    max-width: none;
    opacity: 1;
    width: 18px !important;
}

.techout-home .card-stor span {
    background: var(--techout-black);
    border: 1px solid var(--techout-white);
    border-radius: 50%;
    color: var(--techout-white);
    font-size: 10px;
    line-height: 18px;
    min-width: 18px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -8px;
}

.techout-home .card-stor:hover {
    background: var(--techout-black) !important;
    border-color: var(--techout-black) !important;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.16);
}

.techout-home .card-stor:hover img {
    filter: brightness(0) invert(1) !important;
}

.techout-home .card-stor:hover span {
    background: var(--techout-white);
    color: var(--techout-black);
}

.hero-section {
    background: var(--techout-gray-soft);
    padding: 34px 0 86px;
}

.hero-grid {
    align-items: start;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
    min-height: 640px;
}

.eyebrow {
    color: var(--techout-black) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.24em;
    line-height: 1.2 !important;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hero-copy h1 {
    font-size: clamp(34px, 4.1vw, 56px);
    font-weight: 800;
    line-height: 1.06;
    margin-bottom: 22px;
    max-width: 460px;
    text-transform: uppercase;
}

.hero-text {
    color: var(--techout-ink-soft) !important;
    font-size: clamp(15px, 1.35vw, 18px) !important;
    max-width: 440px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-visual {
    background: #ecebea;
    min-height: 620px;
    overflow: hidden;
    position: relative;
}

.hero-visual::before {
    background: linear-gradient(180deg, transparent 55%, rgba(17, 17, 17, 0.2) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.hero-visual img {
    filter: none;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.hero-badge {
    bottom: 24px;
    color: var(--techout-white);
    font-size: 12px;
    font-weight: 700;
    left: 24px;
    letter-spacing: 0.2em;
    position: absolute;
    right: 24px;
    text-transform: uppercase;
    z-index: 2;
}

.hero-mobile-tools {
    border-bottom: 1px solid var(--techout-line);
    padding: 16px 20px;
}

.section-space {
    padding: 112px 0;
}

.section-heading {
    margin: 0 auto 54px;
    max-width: 760px;
}

.section-heading h2,
.statement-copy h2,
.newsletter-card h2 {
    font-size: clamp(34px, 5vw, 68px);
    font-weight: 900;
    line-height: 0.98;
    margin-bottom: 0;
    text-transform: uppercase;
}

.collection-strip {
    background: var(--techout-white);
}

.collection-row {
    row-gap: 30px;
}

.collection-card,
.product-card,
.service-card,
.newsletter-card {
    background: var(--techout-white);
    border: 1px solid var(--techout-line);
}

.collection-card {
    display: block;
    min-height: 460px;
    overflow: hidden;
    position: relative;
}

.collection-card img {
    filter: none;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transition: transform 0.6s ease;
    width: 100%;
}

.collection-card::after {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.02) 0%, rgba(17, 17, 17, 0.76) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.collection-card:hover img {
    transform: scale(1.045);
}

.collection-content {
    bottom: 0;
    color: var(--techout-white);
    left: 0;
    padding: 28px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.collection-content span,
.product-caption p {
    color: inherit;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.collection-content h3 {
    color: var(--techout-white);
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.collection-content a {
    color: var(--techout-white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.product-section {
    background: var(--techout-gray);
}

.product-section .row {
    row-gap: 30px;
}

.product-card {
    height: 100%;
    padding: 12px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-card:hover {
    box-shadow: 0 22px 48px rgba(17, 17, 17, 0.07);
    transform: translateY(-4px);
}

.product-image {
    background: #eeeeee;
    display: block;
    overflow: hidden;
}

.product-image img {
    aspect-ratio: 1 / 1.18;
    filter: none;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}

.product-card:hover .product-image img {
    transform: scale(1.035);
}

.product-caption {
    padding: 24px 6px 10px;
    text-align: left;
}

.product-caption p {
    color: var(--techout-muted) !important;
    line-height: 1 !important;
    margin-bottom: 10px;
}

.product-caption h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.product-caption h3 a,
.product-caption span {
    color: var(--techout-black);
}

.product-caption span {
    font-size: 15px;
    font-weight: 700;
}

.room-btn {
    margin-top: 50px;
}

.room-btn .border-btn {
    background: var(--techout-white);
    border-color: var(--techout-black);
    color: var(--techout-black) !important;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.room-btn .border-btn::before {
    display: none;
}

.room-btn .border-btn:hover {
    background: var(--techout-black);
    border-color: var(--techout-black);
    box-shadow: 0 14px 32px rgba(17, 17, 17, 0.14);
    color: var(--techout-white) !important;
    transform: translateY(-2px);
}

.brand-statement {
    background: var(--techout-black);
    color: var(--techout-white);
}

.statement-grid {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: 0.9fr 1.15fr 0.9fr;
}

.statement-image,
.statement-copy {
    min-height: 520px;
}

.statement-image {
    overflow: hidden;
}

.statement-image img {
    filter: none;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.statement-copy {
    align-items: flex-start;
    background: var(--techout-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px;
}

.statement-copy p:not(.eyebrow) {
    color: var(--techout-ink-soft);
    font-size: 18px;
    margin: 24px 0 32px;
}

.service-section {
    background: var(--techout-white);
    padding-bottom: 80px;
}

.service-section .row {
    row-gap: 24px;
}

.service-card {
    height: 100%;
    padding: 34px;
}

.service-card img {
    filter: grayscale(1) contrast(1.15);
    height: 42px;
    margin-bottom: 28px;
}

.service-card h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.service-card p {
    margin-bottom: 0;
}

.newsletter-section {
    background: var(--techout-gray);
    padding-top: 80px;
}

.newsletter-card {
    margin: 0 auto;
    max-width: 920px;
    padding: 64px;
    text-align: center;
}

.newsletter-card p:not(.eyebrow) {
    margin: 22px auto 34px;
    max-width: 560px;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    margin: 0 auto;
    max-width: 620px;
}

.newsletter-form input {
    background: var(--techout-white);
    border: 1px solid var(--techout-line);
    color: var(--techout-black);
    flex: 1;
    min-height: 56px;
    min-width: 0;
    padding: 0 20px;
}

.newsletter-form input::placeholder {
    color: var(--techout-muted);
}

.newsletter-form button {
    cursor: pointer;
    min-width: 168px;
}

.site-footer .footer-area {
    background: var(--techout-black);
    padding-bottom: 48px;
    padding-top: 90px;
}

.site-footer .footer-bottom-area {
    background: var(--techout-black);
}

.site-footer .footer-border {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 30px 0;
}

.site-footer h4,
.site-footer p,
.site-footer a,
.site-footer .footer-copy-right p {
    color: var(--techout-white) !important;
}

.site-footer .footer-pera p,
.site-footer li a,
.site-footer .footer-copy-right p {
    opacity: 0.72;
}

.site-footer h4 {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.site-footer li {
    margin-bottom: 12px;
}

.site-footer li a {
    font-size: 14px;
}

.site-footer a:hover {
    opacity: 1;
}

.site-footer .footer-social a {
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: var(--techout-white) !important;
}

.techout-home #back-top {
    background: var(--techout-white);
    border: 1px solid var(--techout-black);
    box-shadow: 0 12px 34px rgba(17, 17, 17, 0.14);
    color: var(--techout-black);
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.techout-home #back-top a,
.techout-home #back-top a i {
    color: var(--techout-black) !important;
}

.techout-home #back-top:hover {
    background: var(--techout-black);
    border-color: var(--techout-black);
    box-shadow: 0 16px 38px rgba(17, 17, 17, 0.2);
    transform: translateY(-2px);
}

.techout-home #back-top:hover a,
.techout-home #back-top:hover a i {
    color: var(--techout-white) !important;
}

.search-model-box {
    background: rgba(17, 17, 17, 0.97);
}

.search-close-btn,
.search-model-form input {
    color: var(--techout-white);
}

.search-model-form input {
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

.slicknav_menu {
    background: transparent;
}

.slicknav_btn {
    background: var(--techout-black);
    border-radius: 0;
    margin-top: -62px;
}

.slicknav_nav {
    background: var(--techout-black);
    margin-top: 18px;
    padding: 16px;
}

.slicknav_nav a {
    color: var(--techout-white);
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .techout-home .container-fluid {
        padding-left: 28px;
        padding-right: 28px;
    }

    .hero-grid,
    .statement-grid {
        gap: 34px;
    }

    .hero-grid {
        grid-template-columns: 1fr 1fr;
        min-height: 600px;
    }

    .hero-visual {
        min-height: 560px;
    }

    .statement-copy {
        padding: 42px;
    }
}

@media (max-width: 991px) {
    .site-header .menu-wrapper {
        min-height: 78px;
    }

    .hero-section {
        padding-top: 34px;
    }

    .hero-grid,
    .statement-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        gap: 38px;
        min-height: auto;
    }

    .hero-copy {
        padding-top: 0;
    }

    .hero-visual,
    .statement-image,
    .statement-copy {
        min-height: 460px;
    }

    .statement-image.secondary {
        display: none;
    }

    .section-space {
        padding: 82px 0;
    }

    .collection-card {
        min-height: 390px;
    }
}

@media (max-width: 767px) {
    .techout-home .container-fluid,
    .techout-home .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-header .logo img,
    .site-footer .footer-logo img {
        width: 168px;
    }

    .hero-section {
        padding-bottom: 62px;
    }

    .hero-copy h1 {
        font-size: clamp(42px, 14vw, 62px);
    }

    .hero-actions,
    .newsletter-form {
        flex-direction: column;
    }

    .hero-actions .btn,
    .hero-actions .border-btn,
    .newsletter-form button {
        width: 100%;
    }

    .hero-visual,
    .statement-image,
    .statement-copy {
        min-height: 380px;
    }

    .section-space {
        padding: 64px 0;
    }

    .section-heading {
        margin-bottom: 34px;
    }

    .collection-card {
        min-height: 340px;
    }

    .statement-copy,
    .newsletter-card,
    .service-card {
        padding: 30px;
    }

    .newsletter-section {
        padding-top: 64px;
    }

    .site-footer .footer-area {
        padding-top: 64px;
    }
}

@media (max-width: 575px) {
    .techout-home .container-fluid,
    .techout-home .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-copy h1 {
        letter-spacing: -0.055em;
    }

    .hero-text,
    .statement-copy p:not(.eyebrow) {
        font-size: 16px !important;
    }

    .hero-visual,
    .statement-image,
    .statement-copy {
        min-height: 320px;
    }

    .collection-card {
        min-height: 310px;
    }

    .product-caption {
        padding-top: 18px;
    }

    .newsletter-card {
        padding: 28px 20px;
    }

    .slicknav_btn {
        margin-right: 0;
    }
}

.techout-wordmark {
    align-items: center;
    display: inline-flex;
    line-height: 1;
}

.techout-wordmark img {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.techout-wordmark span {
    color: var(--techout-black);
    display: inline-block;
    font-family: "Cinzel", serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.site-footer .techout-wordmark span {
    color: var(--techout-white);
}

.hero-copy {
    position: relative;
    padding-top: 66px;
    z-index: 2;
}

.hero-copy h1 {
    max-width: 460px;
}

.hero-visual img {
    object-position: center;
}

@media (min-width: 1200px) {
    .hero-copy h1 {
        font-size: clamp(40px, 4.1vw, 56px);
    }
}

@media (max-width: 767px) {
    .techout-wordmark span {
        font-size: 25px;
    }

    .hero-copy h1 {
        font-size: clamp(34px, 11vw, 46px);
        line-height: 0.98;
        max-width: 100%;
    }
}

.hero-text,
.statement-copy p,
.section-heading h2 {
    overflow-wrap: normal;
    word-break: normal;
}

@media (max-width: 767px) {
    .hero-text {
        max-width: calc(100vw - 40px);
    }

    .section-heading h2,
    .statement-copy h2,
    .newsletter-card h2 {
        font-size: clamp(28px, 9vw, 38px);
        line-height: 1.04;
    }
}

@media (max-width: 575px) {
    .hero-copy h1 {
        font-size: clamp(32px, 10.2vw, 40px);
    }

    .section-heading h2,
    .statement-copy h2,
    .newsletter-card h2 {
        font-size: clamp(27px, 8.6vw, 34px);
    }
}

.hero-visual::after {
    content: none;
}

.hero-copy,
.section-heading,
.newsletter-card,
.statement-copy {
    max-width: 100%;
}

@media (max-width: 767px) {
    .hero-copy h1 {
        font-size: clamp(30px, 9.4vw, 37px);
        letter-spacing: -0.06em;
    }

    .hero-text,
    .techout-home p {
        max-width: 100%;
    }

    .section-heading h2,
    .statement-copy h2,
    .newsletter-card h2 {
        font-size: clamp(25px, 8vw, 32px);
        letter-spacing: -0.055em;
    }

}

@media (max-width: 420px) {
    .hero-copy h1 {
        font-size: 30px;
    }

    .section-heading h2,
    .statement-copy h2,
    .newsletter-card h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .hero-copy h1,
    .section-heading h2 {
        max-width: calc(100vw - 32px);
    }
}
