:root {
    --pink: #f64f8b;
    --soft-pink: #ffe5ee;
    --gold: #f4bd4f;
    --ink: #151018;
    --muted: #6f6673;
    --line: #f0e6eb;
    --white: #fff;
    --shadow: 0 20px 60px rgba(74, 42, 68, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--white);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin: 0;
}

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

button,
input,
textarea {
    font: inherit;
}

.site-header {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 2rem;
    height: 6rem;
    justify-content: center;
    padding: 0 6vw;
    position: sticky;
    top: 0;
    z-index: 50;
}

.brand {
    margin-right: auto;
}

.brand-logo {
    display: block;
    height: 5.2rem;
    object-fit: contain;
    width: 5.2rem;
}

.main-nav {
    align-items: center;
    display: flex;
    gap: 1.8rem;
}

.main-nav a {
    color: #26202b;
    font-size: 0.9rem;
    font-weight: 700;
}

.main-nav a.active,
.main-nav a:hover {
    color: var(--pink);
}

.nav-item {
    align-items: center;
    display: flex;
    min-height: 3rem;
    position: relative;
}

.nav-dropdown {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    display: none;
    left: 50%;
    min-width: 14rem;
    padding: 0.45rem;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
}

.nav-dropdown::before {
    content: "";
    height: 0.75rem;
    left: 0;
    position: absolute;
    right: 0;
    top: -0.75rem;
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
    display: grid;
}

.nav-dropdown a {
    border-radius: 8px;
    color: var(--muted);
    padding: 0.75rem 0.85rem;
}

.nav-dropdown a:hover {
    background: var(--soft-pink);
}

.quote-btn,
.btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.8rem 1.4rem;
}

.cart-nav {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.45rem;
    min-height: 2.85rem;
    padding: 0.7rem 1rem;
}

.cart-nav span {
    align-items: center;
    background: var(--pink);
    border-radius: 999px;
    color: var(--white);
    display: inline-flex;
    font-size: 0.78rem;
    height: 1.4rem;
    justify-content: center;
    min-width: 1.4rem;
    padding: 0 0.35rem;
}

.quote-btn,
.btn-primary {
    background: linear-gradient(135deg, var(--pink), #ff78a6);
    box-shadow: 0 14px 30px rgba(246, 79, 139, 0.24);
    color: var(--white);
}

.btn-secondary {
    background: var(--white);
    border: 1px solid var(--gold);
    color: var(--gold);
}

.nav-toggle {
    background: transparent;
    border: 0;
    display: none;
    height: 2.6rem;
    width: 2.6rem;
}

.nav-toggle span {
    background: var(--ink);
    display: block;
    height: 2px;
    margin: 0.32rem 0;
}

.db-alert {
    background: #fff8db;
    color: #8a6211;
    font-weight: 800;
    padding: 0.8rem 6vw;
    text-align: center;
}

.listing-hero {
    background:
        radial-gradient(circle at 8% 12%, rgba(246, 79, 139, 0.13), transparent 13rem),
        radial-gradient(circle at 92% 8%, rgba(244, 189, 79, 0.16), transparent 15rem),
        linear-gradient(135deg, #fff, #fff7fa);
    border-bottom: 1px solid var(--line);
    padding: clamp(3rem, 8vw, 6rem) 8vw;
    text-align: center;
}

.listing-hero h1 {
    margin: 0 auto 1rem;
    max-width: 11ch;
}

.listing-hero p:not(.script) {
    color: var(--muted);
    font-size: 1.1rem;
    margin-inline: auto;
    max-width: 42rem;
}

.category-banner {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 44%, rgba(255, 255, 255, 0.08) 100%);
    border-bottom: 1px solid var(--line);
    min-height: clamp(18rem, 34vw, 28rem);
    overflow: hidden;
    padding: clamp(3rem, 7vw, 5.5rem) 8vw;
    position: relative;
}

.category-banner-image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.category-banner-content {
    max-width: 42rem;
    position: relative;
    z-index: 1;
}

.category-banner h1 {
    margin-bottom: 1rem;
}

.category-banner-content p:not(.script) {
    color: var(--muted);
    font-size: 1.1rem;
    max-width: 34rem;
}

.hero-slider {
    border-bottom: 1px solid var(--line);
    overflow: hidden;
    position: relative;
}

.slide {
    align-items: center;
    background:
        radial-gradient(circle at 3% 16%, rgba(246, 79, 139, 0.14), transparent 12rem),
        radial-gradient(circle at 98% 18%, rgba(244, 189, 79, 0.18), transparent 16rem),
        linear-gradient(90deg, #fff 0%, #fff8fb 52%, #fff 100%);
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 0.85fr) minmax(22rem, 1fr);
    inset: 0;
    opacity: 0;
    padding: 4rem 10vw 3.5rem;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.45s ease;
}

.slide.is-active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

.slide.has-banner-image {
    display: block;
    padding: 0;
}

.slide.has-banner-image .slide-copy {
    display: none;
}

.slide.has-banner-image .slide-art {
    border-radius: 0;
    display: block;
    height: clamp(15rem, 31vw, 34rem);
    min-height: 0;
    width: 100%;
}

.slide.has-banner-image .slide-art img {
    border-radius: 0;
    display: block;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.script {
    color: var(--pink);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1;
    margin: 0 0 0.6rem;
}

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

h1,
h2 {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
}

h1 {
    font-size: clamp(3.4rem, 7vw, 6.2rem);
    margin-bottom: 1rem;
}

h1::first-line {
    color: var(--ink);
}

.slide-copy p:not(.script) {
    color: var(--muted);
    font-size: 1.1rem;
    max-width: 40rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.6rem;
}

.slide-art {
    align-items: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 30rem;
    overflow: hidden;
}

.slide-art img {
    border-radius: 8px;
    height: 100%;
    max-height: 34rem;
    object-fit: cover;
    width: 100%;
}

.fallback-art {
    background:
        radial-gradient(circle at 75% 30%, rgba(244, 189, 79, 0.32), transparent 7rem),
        radial-gradient(circle at 22% 75%, rgba(246, 79, 139, 0.24), transparent 9rem),
        linear-gradient(135deg, #fff4f8, #fff);
}

.cake-illustration {
    background:
        radial-gradient(circle at 20% 18%, #f8b4c8 0 0.6rem, transparent 0.65rem),
        radial-gradient(circle at 66% 22%, #f4bd4f 0 0.5rem, transparent 0.55rem),
        linear-gradient(to bottom, #fff 0 28%, #ffe1ea 28% 45%, #fff 45% 62%, #ffd0df 62% 100%);
    border-radius: 8rem 8rem 1rem 1rem;
    box-shadow: 0 25px 50px rgba(96, 50, 68, 0.2);
    display: block;
    height: 20rem;
    width: 17rem;
}

.slider-btn {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #d9d2d7;
    border-radius: 50%;
    color: var(--ink);
    cursor: pointer;
    font-size: 2rem;
    height: 3.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
}

.slider-btn.prev {
    left: 2rem;
}

.slider-btn.next {
    right: 2rem;
}

.slider-dots {
    bottom: 1.4rem;
    display: flex;
    gap: 1rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.slider-dots button {
    background: #ded9de;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 0.7rem;
    padding: 0;
    width: 0.7rem;
}

.slider-dots button.active {
    background: var(--pink);
}

.section,
.gallery-strip {
    padding: 4.2rem 8vw;
}

.section-title {
    margin: 0 auto 2.2rem;
    max-width: 46rem;
    text-align: center;
}

.section-title h2 {
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    margin: 0;
}

.specialty-grid,
.subcategory-grid,
.product-grid,
.gallery-grid,
.feature-row {
    display: grid;
    gap: 1.2rem;
}

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

.specialty-card {
    background: linear-gradient(135deg, var(--card-soft, #fff7fa), #fff 72%);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.color-card {
    --card-soft: #fff0f6;
    --card-accent: #f64f8b;
}

.color-1 {
    --card-soft: #fff0f6;
    --card-accent: #f64f8b;
}

.color-2 {
    --card-soft: #eefbff;
    --card-accent: #45b8e8;
}

.color-3 {
    --card-soft: #f1ffe9;
    --card-accent: #78bd45;
}

.color-4 {
    --card-soft: #fff7df;
    --card-accent: #f4bd4f;
}

.color-5 {
    --card-soft: #f3efff;
    --card-accent: #8b70d6;
}

.color-6 {
    --card-soft: #fff0ec;
    --card-accent: #ff8c68;
}

.specialty-card img {
    aspect-ratio: 2 / 1;
    border-radius: 24px 24px 0 0;
    display: block;
    object-fit: cover;
    width: 100%;
}

.specialty-card > *:not(img) {
    display: block;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.round-icon {
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    color: var(--card-accent, var(--pink));
    display: flex;
    font-size: 1.8rem;
    height: 4rem;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    width: 4rem;
}

.specialty-card h3 {
    font-size: 1.7rem;
    line-height: 1.05;
    margin-bottom: 0.8rem;
}

.category-link-name {
    color: var(--card-accent, var(--pink));
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
    text-transform: uppercase;
}

.specialty-card p {
    color: var(--muted);
}

.specialty-card strong {
    color: var(--card-accent, var(--pink));
    margin-bottom: 1.5rem;
    margin-top: 1.2rem;
}

.slim {
    padding-top: 2rem;
}

.feature-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: center;
}

.feature-row div {
    border-right: 1px solid #ffd6e4;
    padding: 0 1.4rem;
}

.feature-row div:last-child {
    border-right: 0;
}

.feature-row span {
    align-items: center;
    border: 2px solid #ff9abb;
    border-radius: 50%;
    color: var(--pink);
    display: flex;
    font-size: 1.4rem;
    height: 3.4rem;
    justify-content: center;
    margin: 0 auto 0.8rem;
    width: 3.4rem;
}

.feature-row strong,
.feature-row small {
    display: block;
}

.feature-row small {
    color: var(--muted);
    margin-top: 0.35rem;
}

.subcategory-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 2rem;
}

.subcategory-card,
.product-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.subcategory-card.color-card {
    background: linear-gradient(135deg, var(--card-soft), #fff 76%);
}

.subcategory-card img,
.sub-placeholder {
    aspect-ratio: 2 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.sub-placeholder,
.product-placeholder,
.gallery-placeholder {
    background:
        radial-gradient(circle at 25% 25%, rgba(246, 79, 139, 0.18), transparent 4rem),
        radial-gradient(circle at 70% 70%, rgba(244, 189, 79, 0.2), transparent 5rem),
        #fff7fa;
}

.subcategory-card strong,
.subcategory-card small {
    display: block;
    padding: 0 1rem;
}

.subcategory-card strong {
    font-size: 1.05rem;
    margin-top: 1rem;
}

.subcategory-card small {
    color: var(--muted);
    margin: 0.25rem 0 1rem;
}

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

.product-image {
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
}

.subcategory-product-block {
    margin-top: 2rem;
}

.block-heading {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.block-heading h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
    margin: 0;
}

.block-heading a {
    color: var(--pink);
    font-weight: 800;
}

.product-image img,
.product-placeholder {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-body {
    padding: 1.1rem;
}

.product-body small {
    color: var(--pink);
    font-weight: 800;
}

.product-body h3 {
    font-size: 1.18rem;
    margin: 0.45rem 0;
}

.product-body p {
    color: var(--muted);
    min-height: 4.5rem;
}

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

.price-line strong {
    color: var(--pink);
}

.price-line span {
    color: var(--muted);
}

.card-actions {
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
}

.card-actions form {
    flex: 1;
}

.order-btn,
.ghost-order-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.65rem 0.9rem;
    width: 100%;
}

.order-btn {
    background: var(--pink);
    border: 0;
    color: var(--white);
    cursor: pointer;
}

.ghost-order-btn {
    background: var(--white);
    border: 1px solid var(--line);
    color: var(--pink);
    flex: 1;
}

.already-added {
    align-items: center;
    background: rgba(120, 189, 69, 0.16);
    border: 1px solid rgba(120, 189, 69, 0.28);
    border-radius: 999px;
    color: #3f7d24;
    display: inline-flex;
    flex: 1;
    font-size: 0.84rem;
    font-weight: 900;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.65rem 0.9rem;
}

.detail-added {
    max-width: 16rem;
}

.item-detail {
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
    grid-template-columns: minmax(20rem, 0.8fr) minmax(0, 1fr);
    padding: clamp(3rem, 7vw, 6rem) 8vw;
}

.page-back {
    padding: 1.2rem 8vw 0;
}

.back-link {
    max-width: max-content;
    width: auto;
}

.hero-back-link {
    margin: 0 auto 1rem;
}

.item-detail-image img {
    border-radius: 24px;
    box-shadow: var(--shadow);
    display: block;
    height: auto;
    width: 100%;
}

.item-detail-copy {
    align-self: center;
}

.item-detail-copy p:not(.script) {
    color: var(--muted);
    font-size: 1.1rem;
}

.rich-text {
    color: var(--muted);
    font-size: 1.05rem;
}

.rich-text p,
.rich-text ul,
.rich-text ol,
.rich-text blockquote {
    margin: 0 0 1rem;
}

.rich-text ul,
.rich-text ol {
    padding-left: 1.35rem;
}

.rich-text a {
    color: var(--pink);
    font-weight: 800;
}

.detail-price {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin: 1.4rem 0;
}

.detail-price strong {
    color: var(--pink);
    font-size: 1.6rem;
}

.detail-price span {
    color: var(--muted);
}

.item-detail .order-btn {
    max-width: 14rem;
}

.cart-list {
    display: grid;
    gap: 0.9rem;
}

.cart-row {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto auto auto;
    padding: 0.85rem;
}

.cart-item-link {
    align-items: center;
    color: inherit;
    display: grid;
    gap: 1rem;
    grid-template-columns: 5rem 1fr;
    min-width: 0;
    text-decoration: none;
}

.cart-item-link strong {
    color: var(--ink);
}

.cart-row img {
    border-radius: 12px;
    height: 5rem;
    object-fit: cover;
    width: 5rem;
}

.cart-row span {
    color: var(--muted);
}

.qty-control {
    color: var(--muted);
    display: grid;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 0.25rem;
    min-width: 5rem;
}

.qty-control input {
    border: 1px solid var(--line);
    border-radius: 999px;
    min-height: 2.3rem;
    padding: 0.35rem 0.7rem;
    width: 5rem;
}

.update-cart-btn {
    margin-top: 1rem;
    max-width: 13rem;
}

.cart-total {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1.4rem;
}

.cart-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.proceed-order-btn {
    max-width: 14rem;
    text-align: center;
}

.order-section {
    padding-top: 2.5rem;
}

.order-layout {
    align-items: start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
}

.customer-form,
.order-summary,
.order-success,
.order-errors {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.customer-form {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: clamp(1rem, 3vw, 1.5rem);
}

.customer-form .full {
    grid-column: 1 / -1;
}

.customer-form label {
    color: var(--muted);
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.45rem;
}

.customer-form input,
.customer-form textarea {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    min-height: 2.9rem;
    padding: 0.75rem 1rem;
    width: 100%;
}

.customer-form textarea {
    border-radius: 18px;
    resize: vertical;
}

.location-box {
    background: #fff7fa;
    border: 1px dashed #ffc1d7;
    border-radius: 18px;
    display: grid;
    gap: 0.55rem;
    padding: 1rem;
}

.location-box span {
    color: var(--muted);
    font-size: 0.9rem;
}

.order-summary {
    display: grid;
    gap: 0.8rem;
    padding: 1.25rem;
    position: sticky;
    top: 6rem;
}

.order-summary h2 {
    margin: 0 0 0.35rem;
}

.order-summary div,
.order-summary p {
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 0.25rem;
    margin: 0;
    padding-bottom: 0.8rem;
}

.order-summary span {
    color: var(--muted);
}

.order-summary b,
.order-summary p span {
    color: var(--pink);
}

.order-summary p {
    align-items: center;
    border-bottom: 0;
    display: flex;
    font-size: 1.25rem;
    justify-content: space-between;
    padding-bottom: 0;
}

.services-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 2.5rem;
}

.service-panel {
    background: linear-gradient(135deg, var(--card-soft, #fff7fa), #fff 78%);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 1.4rem;
}

.service-panel h2 {
    margin-bottom: 0.7rem;
}

.service-panel p {
    color: var(--muted);
}

.service-process {
    padding-top: 2rem;
}

.contact-layout {
    align-items: start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(17rem, 0.36fr) minmax(0, 1fr);
}

.contact-cards {
    display: grid;
    gap: 0.9rem;
}

.contact-cards a,
.contact-cards div {
    background: linear-gradient(135deg, #fff7fa, #fff);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 0.3rem;
    padding: 1rem;
}

.contact-cards span {
    color: var(--muted);
}

.pagination {
    align-items: center;
    display: flex;
    gap: 0.9rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.pagination a,
.pagination span {
    border: 1px solid var(--line);
    border-radius: 999px;
    font-weight: 800;
    padding: 0.7rem 1rem;
}

.pagination a {
    color: var(--pink);
}

.order-success,
.order-errors {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1rem;
    padding: 1rem 1.2rem;
}

.order-success {
    background: rgba(133, 211, 79, 0.14);
    color: #34721c;
}

.order-errors {
    background: rgba(239, 68, 68, 0.08);
    color: #c62020;
}

.gallery-strip {
    background: #fffafd;
}

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

.gallery-tile {
    border-radius: 16px;
    box-shadow: var(--shadow);
    height: 12rem;
    overflow: hidden;
}

.gallery-tile img,
.gallery-placeholder {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.site-footer {
    background: var(--white);
    border-top: 1px solid var(--line);
}

.footer-cta {
    align-items: center;
    background: linear-gradient(90deg, #ffe6ef, #fff7fa);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: auto 1fr auto;
    padding: 1.4rem 10vw;
}

.footer-cta img,
.footer-brand img {
    border-radius: 50%;
    height: 4.5rem;
    object-fit: contain;
    width: 4.5rem;
}

.footer-cta strong {
    font-size: 1.3rem;
}

.footer-cta p {
    color: var(--muted);
    margin: 0.25rem 0 0;
}

.footer-bottom {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 2rem 10vw;
}

.footer-bottom div {
    display: grid;
    gap: 0.35rem;
}

.footer-bottom a,
.footer-bottom span {
    color: var(--muted);
}

.footer-brand {
    justify-items: center;
    text-align: center;
}

@media (max-width: 1050px) {
    .slide,
    .specialty-grid,
    .product-grid,
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 760px) {
    .site-header {
        height: auto;
        justify-content: space-between;
        padding: 0.7rem 1rem;
    }

    .brand {
        margin: 0;
    }

    .brand-logo {
        height: 4rem;
        width: 4rem;
    }

    .nav-toggle {
        display: block;
    }

    .quote-btn {
        display: none;
    }

    .cart-nav {
        margin-left: auto;
    }

    .main-nav {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: 12px;
        box-shadow: var(--shadow);
        display: none;
        flex-direction: column;
        gap: 0;
        left: 1rem;
        padding: 0.5rem;
        position: absolute;
        right: 1rem;
        top: 5rem;
    }

    .main-nav.is-open {
        display: flex;
    }

    .nav-item,
    .main-nav > a {
        width: 100%;
    }

    .nav-item > a,
    .main-nav > a {
        display: block;
        padding: 0.85rem;
    }

    .nav-dropdown {
        box-shadow: none;
        display: grid;
        left: auto;
        position: static;
        transform: none;
        width: 100%;
    }

    .slide,
    .specialty-grid,
    .subcategory-grid,
    .product-grid,
    .gallery-grid,
    .services-grid,
    .contact-layout,
    .feature-row,
    .order-layout,
    .item-detail,
    .cart-row,
    .footer-cta,
    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .slide {
        padding: 2rem 1rem 4.5rem;
    }

    .slide-art {
        min-height: 18rem;
    }

    .slider-btn {
        display: none;
    }

    .specialty-card > *:not(img) {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .specialty-card img {
        height: auto;
    }

    .feature-row div {
        border-right: 0;
    }

    .customer-form {
        grid-template-columns: 1fr;
    }

    .order-summary {
        position: static;
    }
}
