/*
 * Azure Commerce - Free multi-page HTML/CSS shop template
 * Source: https://templates.inuno.app
 * Copyright (c) 2026 templates.inuno.app
 *
 * Free license note:
 * This free template may be used privately and commercially,
 * but the attribution/backlink to https://templates.inuno.app must remain.
 */

:root {
    --ink: #07172e;
    --muted: #486380;
    --paper: #0ea5ff;
    --panel: #dff5ff;
    --panel-soft: #7dd3fc;
    --line: rgba(7, 23, 46, 0.18);
    --leaf: #0047ff;
    --sun: #00b7ff;
    --rose: #ff4fd8;
    --sky: #38bdf8;
    --shadow: 0 22px 64px rgba(0, 71, 255, 0.22);
    --radius: 8px;
    --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: var(--paper);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 12%, rgba(0, 71, 255, 0.3), transparent 24rem),
        radial-gradient(circle at 86% 18%, rgba(255, 79, 216, 0.22), transparent 22rem),
        linear-gradient(135deg, #0ea5ff, #67e8f9 56%, #0047ff);
    color: var(--ink);
    font-family: var(--font);
    letter-spacing: 0;
}

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

button,
input,
textarea {
    font: inherit;
}

button {
    color: inherit;
    cursor: pointer;
}

.page {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto auto;
    align-items: center;
    gap: 16px;
    min-height: 74px;
    padding: 10px 0;
    background: rgba(14, 165, 255, 0.88);
    backdrop-filter: blur(18px);
}

.brand,
.nav,
.actions,
.site-footer,
.contact-list {
    display: flex;
    align-items: center;
}

.brand {
    gap: 10px;
    margin-left: 8px;
    font-weight: 950;
}

.brand-mark {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: var(--radius);
    background: linear-gradient(135deg, #07172e, #0047ff);
    color: #ffffff;
}

.nav {
    gap: 4px;
}

.nav a {
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.nav a:hover,
.nav a[aria-current="page"] {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.62);
    color: var(--ink);
}

.cart-button,
.secondary,
.shop-tools button,
.product-card button {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.7);
    border-radius: var(--radius);
    font-weight: 900;
}

.cart-button {
    min-height: 42px;
    padding: 0 14px;
}

.split-hero,
.feature-strip,
.editorial-grid,
.collection-hero,
.product-grid,
.story-hero,
.timeline,
.contact-layout {
    display: grid;
    gap: 16px;
}

.split-hero {
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
    min-height: 650px;
    padding: 14px 0 16px;
}

.hero-copy,
.hero-media,
.feature-strip > div,
.product-card,
.story-card,
.bundle-card,
.collection-hero,
.story-hero,
.timeline article,
.contact-copy,
.contact-form {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: color-mix(in srgb, var(--panel) 88%, transparent);
    box-shadow: var(--shadow);
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 72px);
}

.eyebrow,
.product-card span,
.story-card span,
.bundle-card span,
.feature-strip span,
.contact-form span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    color: var(--leaf);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

h1,
h2,
p {
    margin-top: 0;
}

h1 {
    max-width: 760px;
    margin-bottom: 20px;
    font-size: clamp(48px, 7vw, 96px);
    line-height: 0.92;
}

h2 {
    margin-bottom: 12px;
    font-size: clamp(28px, 4vw, 52px);
    line-height: 0.98;
}

p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}

.actions {
    flex-wrap: wrap;
    gap: 10px;
}

.primary,
.secondary,
.text-link,
.product-card button {
    display: inline-grid;
    min-height: 46px;
    place-items: center;
    padding: 0 18px;
    border-radius: var(--radius);
    font-weight: 950;
}

.primary {
    border: 0;
    background: linear-gradient(135deg, #0047ff, #00b7ff);
    color: #ffffff;
}

.text-link {
    width: fit-content;
    border: 1px solid var(--line);
    background: var(--panel-soft);
}

.image-collage,
.product-image {
    background-image:
        linear-gradient(135deg, rgba(17, 24, 39, 0.06), rgba(17, 24, 39, 0.2)),
        url("../img/azure-products.webp");
    background-repeat: no-repeat;
}

.hero-media {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    background-size: 220% 100%;
    background-position: center center;
}

.media-caption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: min(320px, calc(100% - 48px));
    padding: 18px;
    border: 1px solid rgba(17, 24, 39, 0.13);
    border-radius: var(--radius);
    background: rgba(255, 253, 247, 0.84);
}

.media-caption span {
    display: block;
    margin-bottom: 8px;
    color: var(--leaf);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.media-caption strong {
    display: block;
    font-size: 24px;
    line-height: 1.1;
}

.feature-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 16px;
}

.feature-strip > div {
    min-height: 140px;
    padding: 18px;
}

.feature-strip strong {
    display: block;
    margin-bottom: 8px;
    font-size: 36px;
}

.editorial-grid {
    grid-template-columns: 1fr 0.9fr 1fr;
    padding-bottom: 22px;
}

.product-card,
.story-card,
.bundle-card {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 14px;
}

.product-image {
    display: block;
    min-height: 290px;
    border-radius: var(--radius);
    background-size: 260% 100%;
}

.crop-left {
    background-position: left center;
}

.crop-center {
    background-position: center center;
}

.crop-right {
    background-position: right center;
}

.product-card h2,
.story-card h2,
.bundle-card h2,
.timeline h2 {
    font-size: clamp(24px, 3vw, 38px);
}

.product-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-card footer strong {
    font-size: 22px;
}

.story-card,
.bundle-card {
    padding: 28px;
    background:
        linear-gradient(135deg, rgba(0, 183, 255, 0.48), rgba(255, 255, 255, 0.7)),
        var(--panel);
}

.collection-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
    align-items: end;
    min-height: 360px;
    margin: 14px 0 16px;
    padding: clamp(24px, 5vw, 54px);
}

.collection-hero p {
    margin-bottom: 0;
}

.shop-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 16px;
}

.shop-tools button {
    min-height: 38px;
    padding: 0 14px;
}

.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: 22px;
}

.bundle-card {
    min-height: 100%;
}

.story-hero {
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
    min-height: 620px;
    margin: 14px 0 16px;
}

.story-photo {
    border-radius: var(--radius);
    background-size: 260% 100%;
    background-position: left center;
}

.story-hero article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 70px);
}

.timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 22px;
}

.timeline article {
    padding: 24px;
}

.timeline span {
    color: var(--rose);
    font-weight: 950;
}

.contact-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
    align-items: stretch;
    min-height: 620px;
    padding: 14px 0 22px;
}

.contact-copy,
.contact-form {
    padding: clamp(24px, 4vw, 54px);
}

.contact-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-list {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
}

.contact-list a {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.68);
    font-weight: 900;
}

.contact-form {
    display: grid;
    align-content: center;
    gap: 14px;
}

.contact-form label {
    display: grid;
    gap: 7px;
}

.contact-form span {
    margin-bottom: 0;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.76);
    color: var(--ink);
}

.contact-form input {
    height: 48px;
    padding: 0 12px;
}

.contact-form textarea {
    resize: vertical;
    padding: 12px;
}

.site-footer {
    justify-content: space-between;
    gap: 16px;
    min-height: 78px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 14px;
}

.site-footer a {
    color: var(--ink);
    font-weight: 900;
}
.site-footer > div {
    display: grid;
    gap: 6px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}



@media (max-width: 620px) {
    .footer-links {
        justify-content: flex-start;
    }
}

.toast {
    position: fixed;
    right: 18px;
    bottom: 18px;
    transform: translateY(20px);
    padding: 12px 16px;
    border-radius: var(--radius);
    background: var(--ink);
    color: #ffffff;
    opacity: 0;
    transition: opacity 160ms ease, transform 160ms ease;
}

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

@media (max-width: 980px) {
    .site-header {
        grid-template-columns: 1fr;
    }

    .nav {
        flex-wrap: wrap;
    }

    .split-hero,
    .collection-hero,
    .story-hero,
    .contact-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-media,
    .story-photo {
        min-height: 420px;
    }

    .feature-strip,
    .editorial-grid,
    .timeline {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 620px) {
    .page {
        width: min(100% - 20px, 1240px);
    }

    h1 {
        font-size: clamp(42px, 15vw, 62px);
    }

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

    .product-image {
        min-height: 230px;
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
}
/* Unified modern demo footer */
.demo-footer {
    align-items: center;
    gap: 18px;
}

.footer-brand-block {
    min-width: min(100%, 280px);
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.footer-legal a {
    display: inline-grid;
    min-height: 36px;
    place-items: center;
    border: 1px solid var(--line, rgba(0, 0, 0, 0.14));
    border-radius: var(--radius, 8px);
    background: color-mix(in srgb, var(--panel, #fff) 78%, transparent);
    padding: 0 11px;
    font-weight: 900;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.footer-social a {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--line, rgba(0, 0, 0, 0.14));
    border-radius: var(--radius, 8px);
    background: var(--ink, #111);
    color: var(--panel, #fff);
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.footer-social a:hover {
    transform: translateY(-2px);
    background: var(--accent, var(--yellow, var(--lime, #dfff00)));
    color: var(--ink, #111);
}

.footer-social svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

@media (max-width: 760px) {
    .demo-footer,
    .footer-legal,
    .footer-social {
        justify-content: flex-start;
    }
}
/* Neutral footer support pages */
.info-page {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
    gap: 14px;
    min-height: calc(100vh - 180px);
    padding: 18px 0 28px;
}

.info-hero,
.info-list article,
.info-form {
    border: 1px solid var(--line, rgba(0, 0, 0, 0.14));
    border-radius: var(--radius, 8px);
    background: var(--panel, rgba(255, 255, 255, 0.78));
    box-shadow: var(--shadow, 0 18px 58px rgba(0, 0, 0, 0.08));
}

.info-hero {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 56px);
}

.info-hero p {
    margin: 0 0 12px;
    color: var(--accent, currentColor);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.info-hero h1 {
    max-width: 12ch;
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 68px);
    line-height: 0.98;
}

.info-hero span,
.info-list p {
    color: var(--muted, #666);
    line-height: 1.65;
}

.info-list {
    display: grid;
    gap: 12px;
}

.info-list article {
    padding: clamp(20px, 3vw, 34px);
}

.info-list h2 {
    margin: 0 0 10px;
    font-size: clamp(20px, 2vw, 28px);
}

.info-list p {
    margin: 0;
}

.info-form {
    display: grid;
    align-content: center;
    gap: 16px;
    padding: clamp(22px, 4vw, 44px);
}

.info-form label {
    display: grid;
    gap: 8px;
    color: var(--muted, #666);
    font-weight: 850;
}

.info-form input,
.info-form textarea {
    width: 100%;
    border: 1px solid var(--line, rgba(0, 0, 0, 0.14));
    border-radius: var(--radius, 8px);
    background: color-mix(in srgb, var(--panel, #fff) 84%, white);
    color: var(--ink, #111);
    padding: 13px 14px;
}

.info-form button {
    width: fit-content;
    border: 1px solid var(--line, rgba(0, 0, 0, 0.14));
    border-radius: var(--radius, 8px);
    background: var(--ink, #111);
    color: var(--panel, #fff);
    padding: 13px 18px;
    font-weight: 950;
    cursor: pointer;
}

@media (max-width: 820px) {
    .info-page {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .info-hero {
        min-height: auto;
    }
}
