/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

html, body {
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ececec;
    color: #333;
}

/* HOME PAGE STYLES */

.home-container {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url('Assets/background1.png') center center / cover no-repeat;
}

/* Main three-column layout */
.home-content {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    align-items: center;
    padding: 0 3rem;
    position: relative;
    z-index: 1;
}

/* Left: brand */
.home-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    padding-left: 27vw;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.brand-name {
    font-size: min(2.8rem, 5.5vh);
    font-weight: 400;
    letter-spacing: 0.55rem;
    line-height: 1.1;
    color: #2c2c2c;
    text-align: center;
    font-family: 'Georgia', serif;
    word-spacing: 9999px;
}

.brand-block {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.brand-tagline {
    margin-top: 1.4rem;
    text-align: center;
}

.brand-tagline-line {
    display: block;
    width: 2rem;
    height: 1px;
    background: #c9a96e;
    margin: 0 auto 0.8rem;
}

.brand-tagline p {
    font-size: 0.6rem;
    letter-spacing: 0.2rem;
    color: #888;
    font-family: 'Georgia', serif;
    text-align: center;
    line-height: 1.9;
}

/* Center: empty — rose lives in background image */
.home-center {
    height: 100%;
}

/* Right: nav + quote */
.home-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2.8rem;
    padding-left: 2rem;
}

.home-nav {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    list-style: none;
}

.nav-link {
    font-size: 0.9rem;
    color: #555;
    text-decoration: none;
    letter-spacing: 0.1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
    border-bottom: 1px solid #d4b896;
    padding-bottom: 8px;
    display: block;
    font-family: 'Georgia', serif;
}

.nav-link:hover {
    color: #2c2c2c;
    border-bottom-color: #a67c52;
}

.home-quote {
    border-left: 2px solid #c9a96e;
    padding-left: 1rem;
}

.quote-mark {
    display: block;
    color: #c9a96e;
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
    line-height: 1;
}

.home-quote p {
    font-size: 0.82rem;
    color: #888;
    font-style: italic;
    line-height: 1.75;
    font-family: 'Georgia', serif;
}

/* Bottom-left: location */
.home-location {
    position: absolute;
    bottom: 2rem;
    left: 2.5rem;
    z-index: 10;
}

.location-star {
    display: block;
    color: #c9a96e;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.home-location p {
    font-size: 0.6rem;
    letter-spacing: 0.15rem;
    color: #888;
    font-family: 'Georgia', serif;
    line-height: 1.9;
}

.location-line {
    display: block;
    width: 2rem;
    height: 1px;
    background: #c9a96e;
    margin-top: 0.8rem;
}

/* COLLECTION PAGE STYLES */

.collection-page {
    min-height: 100vh;
    background: #F1ECE9;
    position: relative;
    padding-top: 7.2rem;
}

.collection-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('Assets/background-ourcollection.png') center center / cover no-repeat;
    z-index: 0;
}

.collection-page > * {
    position: relative;
    z-index: 1;
}

/* Bottom left location */
.col-location {
    position: fixed;
    bottom: 2rem;
    left: 2.5rem;
    z-index: 50;
}

.col-location-star {
    display: block;
    color: #c9a96e;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.col-location p {
    font-size: 0.6rem;
    letter-spacing: 0.15rem;
    color: #888;
    font-family: 'Georgia', serif;
    line-height: 1.9;
}

.col-location-line {
    display: block;
    width: 2rem;
    height: 1px;
    background: #c9a96e;
    margin-top: 0.8rem;
}

/* Navbar */
.rose-navbar {
    background: transparent;
    padding: 2rem 0 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    overflow: visible;
}

.navbar-container {
    width: min(calc(4 * 260px + 3 * 1rem + 20px), calc(100vw - 4rem));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    padding: 0.6rem 1.5rem;
    border-radius: 0;
    box-shadow: none;
}

.navbar-logo {
    text-decoration: none;
    position: absolute;
    left: 0;
}

.logo-box {
    width: 3rem;
    height: 3rem;
    border: 1px solid #c9a96e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-sr {
    font-size: 0.9rem;
    font-weight: 600;
    color: #a67c52;
    font-family: 'Georgia', serif;
    letter-spacing: 0.05rem;
    line-height: 1;
}

.logo-dot {
    font-size: 0.5rem;
    vertical-align: middle;
}

.rose-stem-nav {
    display: none;
}

.navbar-menu {
    display: flex;
    justify-content: center;
    gap: 3rem;
    list-style: none;
}

.navbar-menu a {
    font-size: 0.9rem;
    color: #555;
    text-decoration: none;
    letter-spacing: 0.1rem;
    font-weight: 400;
    font-family: 'Georgia', serif;
    transition: all 0.3s ease;
    padding-bottom: 8px;
    border-bottom: 1px solid #d4b896;
}

.navbar-menu a:hover {
    color: #2c2c2c;
    border-bottom-color: #a67c52;
}

.navbar-cart {
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    display: flex;
    align-items: center;
    padding: 0;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}

.navbar-cart:hover {
    color: #a67c52;
}

.cart-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.1rem;
    height: 1.1rem;
    background: #a67c52;
    color: #fff;
    font-size: 0.6rem;
    font-family: 'Georgia', serif;
    border-radius: 999px;
    padding: 0 0.25rem;
    margin-left: 0.3rem;
    line-height: 1;
}

.navbar-cart-divider {
    width: 1px;
    height: 1.1rem;
    background: #d4b896;
    align-self: center;
    flex-shrink: 0;
}

.cart-count {
    display: none;
}

/* Collection Section */
.collection-section {
    width: min(calc(4 * 260px + 3 * 1rem), calc(100vw - 4rem));
    margin: 0 auto;
    padding: 0.8rem 0 4rem;
}

.collection-header {
    text-align: center;
    margin-bottom: 1.2rem;
}

.section-label {
    font-size: 0.65rem;
    color: #a67c52;
    letter-spacing: 0.2rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    font-family: 'Georgia', serif;
}

.collection-header h2 {
    font-size: 3.2rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.highlight-text {
    color: #a67c52;
}

.collection-divider {
    display: block;
    width: 2.5rem;
    height: 1px;
    background: #c9a96e;
    margin: 0 auto 1.2rem;
}

.collection-description {
    font-size: 0.95rem;
    color: #777;
    line-height: 1.8;
    letter-spacing: 0.02rem;
}

/* Roses Grid */
.roses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
}

.rose-card {
    background: rgba(255,255,255,0.82);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    justify-self: stretch;
    gap: 0.4rem;
    min-height: 220px;
    aspect-ratio: 1 / 1;
    padding: 0.8rem;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(200,185,170,0.25);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.05);
}

.rose-card:hover {
    background: rgba(255,255,255,0.97);
    box-shadow: 0 8px 28px rgba(0,0,0,0.13), 0 2px 6px rgba(0,0,0,0.07);
    transform: translateY(-2px);
}

.rose-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    flex-shrink: 0;
}

.rose-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
    gap: 0.35rem;
    text-align: center;
}

.rose-name {
    font-size: 0.95rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 0.2rem;
    line-height: 1.15;
}

.rose-label {
    font-size: 0.6rem;
    color: #a67c52;
    letter-spacing: 0.12rem;
    font-weight: 600;
    font-family: 'Georgia', serif;
}

/* Responsive Design */

/* ABOUT PAGE */
.about-page {
    min-height: 100vh;
    overflow: visible;
    position: relative;
    padding-top: 7.2rem;
}

.about-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('Assets/background-ourcollection.png') center center / cover no-repeat;
    z-index: 0;
}

.about-page > .about-content {
    position: relative;
    z-index: 1;
}

.about-content {
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: 640px;
    width: min(640px, calc(100vw - 4rem));
}

.about-label {
    font-size: 0.65rem;
    color: #a67c52;
    letter-spacing: 0.2rem;
    font-weight: 600;
    font-family: 'Georgia', serif;
    margin-bottom: 0.6rem;
}

.about-divider {
    display: block;
    width: 2.5rem;
    height: 1px;
    background: #c9a96e;
    margin: 0 auto 1.4rem;
}

.about-heading {
    font-size: 3.4rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 1.6rem;
}

.about-text {
    font-size: 0.95rem;
    color: #666;
    font-family: 'Georgia', serif;
    line-height: 1.9;
    margin: 0 auto 1rem;
    max-width: 560px;
}

.navbar-menu a.active {
    color: #a67c52;
    border-bottom-color: #a67c52;
}

/* What We Do Section */
.what-we-do {
    display: flex;
    align-items: center;
    gap: 4rem;
    width: min(900px, calc(100vw - 4rem));
    margin: 4rem auto 6rem;
    position: relative;
    z-index: 1;
}

.what-we-do-text {
    flex: 1;
    text-align: left;
}

.wwd-heading {
    font-size: 2.6rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 0.6rem;
}

.wwd-divider {
    display: block;
    width: 2rem;
    height: 2px;
    background: #a67c52;
    margin-bottom: 1.4rem;
}

.wwd-text {
    font-size: 0.9rem;
    color: #666;
    font-family: 'Georgia', serif;
    line-height: 1.9;
    margin-bottom: 1rem;
}

.what-we-do-image {
    flex: 0 0 380px;
    background: rgba(255,255,255,0.85);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.wwd-img {
    width: 100%;
    max-width: 300px;
    object-fit: contain;
}

/* Contact Page */
.contact-page {
    min-height: 100vh;
    position: relative;
    padding-top: 7.2rem;
}

.contact-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('Assets/background-ourcollection.png') center center / cover no-repeat;
    z-index: 0;
}

.contact-content {
    position: relative;
    z-index: 1;
    width: min(640px, calc(100vw - 4rem));
    margin: 0 auto;
    padding: 0.8rem 0 6rem;
}

.contact-header {
    text-align: center;
    margin-bottom: 2.4rem;
}

.contact-heading {
    font-size: 3rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 0.8rem;
    line-height: 1.15;
}

.contact-subtext {
    font-size: 0.9rem;
    color: #777;
    font-family: 'Georgia', serif;
    line-height: 1.8;
}

.contact-form {
    background: rgba(255,255,255,0.88);
    border-radius: 16px;
    padding: 2.4rem 2.8rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.form-label {
    font-size: 0.75rem;
    font-family: 'Georgia', serif;
    color: #444;
    letter-spacing: 0.04rem;
    font-weight: 500;
}

.form-input {
    width: 100%;
    padding: 0.65rem 0.9rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: 'Georgia', serif;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.form-input:focus {
    border-color: #c9a96e;
}

.form-textarea {
    min-height: 130px;
    resize: vertical;
}

.form-submit {
    width: 100%;
    padding: 0.9rem;
    background: #a67c52;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.85rem;
    font-family: 'Georgia', serif;
    letter-spacing: 0.1rem;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 0.4rem;
}

.form-submit:hover {
    background: #8b6441;
}

@media (max-width: 760px) {
    .home-left {
        left: 5px !important;
    }

    .home-right {
        right: 5px !important;
    }

    .brand-name {
        font-size: 2.5rem;
    }

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

    .navbar-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .navbar-menu {
        justify-content: center;
        gap: 1.5rem;
    }
}

@media (max-width: 560px) {
    .brand-name {
        font-size: 2rem;
    }

    .collection-header h2 {
        font-size: 2rem;
    }

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

    .navbar-menu {
        flex-wrap: wrap;
    }

    .rose-image {
        width: 88px;
        height: 88px;
    }
}

/* ── Rose Detail Page ─────────────────────────────── */
.detail-page {
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding-top: 7.2rem;
}

.detail-page::before {
    content: '';
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('Assets/background-ourcollection.png') center center / cover no-repeat;
    z-index: 0;
}

.detail-content {
    position: relative;
    z-index: 1;
    width: min(900px, calc(100vw - 4rem));
    margin: 0 auto;
    padding: 0.8rem 0 6rem;
}

.detail-back {
    display: inline-block;
    font-size: 0.78rem;
    font-family: 'Georgia', serif;
    color: #a67c52;
    letter-spacing: 0.06rem;
    text-decoration: none;
    border: 1px solid #c9a96e;
    border-radius: 999px;
    padding: 0.4rem 1rem;
    margin-bottom: 2rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.detail-back:hover {
    background: #a67c52;
    color: #fff;
}

.detail-layout {
    display: flex;
    gap: 3.5rem;
    align-items: flex-start;
}

.detail-image-card {
    flex: 0 0 420px;
    background: rgba(255,255,255,0.88);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    min-height: 380px;
}

.detail-image {
    width: 100%;
    max-width: 320px;
    max-height: 320px;
    object-fit: contain;
}

.detail-info {
    flex: 1;
    min-width: 0;
    padding-top: 0.5rem;
}

.detail-label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.65rem;
    color: #a67c52;
    letter-spacing: 0.18rem;
    font-weight: 600;
    font-family: 'Georgia', serif;
    margin-bottom: 0.6rem;
}

.detail-label-line {
    display: inline-block;
    width: 1.8rem;
    height: 1px;
    background: #a67c52;
    flex-shrink: 0;
}

.detail-name {
    font-size: 3rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 1.4rem;
}

.detail-packaging {
    margin-bottom: 1.4rem;
}

.detail-packaging-title {
    font-size: 0.85rem;
    font-family: 'Georgia', serif;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.detail-packaging-list {
    list-style: disc;
    padding-left: 1.2rem;
    font-size: 0.85rem;
    font-family: 'Georgia', serif;
    color: #555;
    line-height: 1.9;
}

.detail-field {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5ddd5;
    padding-bottom: 1rem;
}

.detail-field-label {
    display: block;
    font-size: 0.78rem;
    font-family: 'Georgia', serif;
    color: #555;
    margin-bottom: 0.4rem;
    letter-spacing: 0.02rem;
}

.detail-select {
    width: 100%;
    padding: 0.6rem 0.9rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: 'Georgia', serif;
    color: #333;
    background: #fff;
    outline: none;
    cursor: pointer;
    appearance: auto;
    transition: border-color 0.2s ease;
}

.detail-select:focus {
    border-color: #c9a96e;
}

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

.detail-qty {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
    background: #fff;
}

.qty-btn {
    background: none;
    border: none;
    font-size: 1.1rem;
    color: #555;
    cursor: pointer;
    padding: 0 0.2rem;
    line-height: 1;
    transition: color 0.2s ease;
}

.qty-btn:hover {
    color: #a67c52;
}

.qty-value {
    font-size: 0.95rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    min-width: 1.5rem;
    text-align: center;
}

.detail-add-btn {
    flex: 1;
    position: relative;
    padding: 0.75rem 1.2rem;
    background: #a67c52;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.85rem;
    font-family: 'Georgia', serif;
    letter-spacing: 0.06rem;
    cursor: pointer;
    transition: background 0.3s ease;
    overflow: hidden;
}

.detail-add-btn:hover {
    background: #8b6441;
}

.detail-add-btn-label,
.detail-add-btn-status {
    display: block;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.detail-add-btn-status {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(0.35rem);
}

.detail-add-btn.is-added .detail-add-btn-label {
    opacity: 0;
    transform: translateY(-0.35rem);
}

.detail-add-btn.is-added .detail-add-btn-status {
    opacity: 1;
    transform: translateY(0);
}

.detail-summary {
    font-size: 0.8rem;
    font-family: 'Georgia', serif;
    color: #777;
    margin-bottom: 1.4rem;
}

.detail-delivery {
    font-size: 0.82rem;
    font-family: 'Georgia', serif;
    color: #444;
    line-height: 1.9;
    border-top: 1px solid #e5ddd5;
    padding-top: 1rem;
}

.detail-delivery strong {
    color: #2c2c2c;
}

.detail-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.detail-nav-btn {
    font-size: 0.8rem;
    font-family: 'Georgia', serif;
    color: #a67c52;
    text-decoration: none;
    border: 1px solid #c9a96e;
    border-radius: 999px;
    padding: 0.45rem 1.1rem;
    letter-spacing: 0.04rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.detail-nav-btn:hover {
    background: #a67c52;
    color: #fff;
}

/* ── Cart Page ─────────────────────────────── */
.cart-page {
    min-height: 100vh;
    position: relative;
    padding-top: 7.2rem;
}

.cart-page::before {
    content: '';
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('Assets/background-ourcollection.png') center center / cover no-repeat;
    z-index: 0;
}

.cart-content {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100vw - 4rem));
    margin: 0 auto;
    padding: 0.8rem 0 6rem;
}

.cart-header {
    text-align: center;
    margin-bottom: 2rem;
}

.cart-heading {
    font-size: 3.2rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.cart-subtext {
    font-size: 0.88rem;
    color: #777;
    font-family: 'Georgia', serif;
    line-height: 1.8;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: rgba(255,255,255,0.88);
    border-radius: 14px;
    padding: 1.4rem 1.8rem;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

.cart-item-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
}

.cart-item-info {
    flex: 1;
    min-width: 0;
}

.cart-item-name {
    font-size: 1.25rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 0.35rem;
}

.cart-item-detail {
    font-size: 0.82rem;
    font-family: 'Georgia', serif;
    color: #666;
    line-height: 1.7;
}

.cart-remove-btn {
    background: none;
    border: 1px solid #c9a96e;
    border-radius: 999px;
    color: #a67c52;
    font-size: 0.75rem;
    font-family: 'Georgia', serif;
    letter-spacing: 0.04rem;
    padding: 0.4rem 1rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}

.cart-remove-btn:hover {
    background: #a67c52;
    color: #fff;
}

.cart-empty {
    text-align: center;
    padding: 3rem 0;
    font-family: 'Georgia', serif;
    color: #777;
    font-size: 0.95rem;
}

.cart-back-btn {
    display: inline-block;
    margin-top: 1rem;
    color: #a67c52;
    border: 1px solid #c9a96e;
    border-radius: 999px;
    padding: 0.45rem 1.2rem;
    font-size: 0.8rem;
    font-family: 'Georgia', serif;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.cart-back-btn:hover {
    background: #a67c52;
    color: #fff;
}

.cart-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 1px solid #e5ddd5;
}

.cart-total {
    font-size: 0.95rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 600;
    letter-spacing: 0.02rem;
}

.cart-footer-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cart-footer-btn {
    font-size: 0.8rem;
    font-family: 'Georgia', serif;
    letter-spacing: 0.04rem;
    border-radius: 999px;
    padding: 0.5rem 1.3rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease, color 0.2s ease;
    border: none;
}

.cart-footer-outline {
    border: 1px solid #c9a96e;
    color: #a67c52;
    background: none;
}

.cart-footer-outline:hover {
    background: #a67c52;
    color: #fff;
}

.cart-footer-solid {
    background: #a67c52;
    color: #fff;
}

.cart-footer-solid:hover {
    background: #8b6441;
}

/* Delivery Details Page */
.delivery-page {
    min-height: 100vh;
    position: relative;
    padding-top: 7.2rem;
}

.delivery-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('Assets/background-ourcollection.png') center center / cover no-repeat;
    z-index: 0;
}

.delivery-content {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100vw - 4rem));
    margin: 0 auto;
    padding: 0.8rem 0 6rem;
}

.delivery-header {
    text-align: center;
    margin-bottom: 2.4rem;
}

.delivery-heading {
    font-size: 3rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 0.8rem;
    line-height: 1.15;
}

.delivery-subtext {
    font-size: 0.9rem;
    color: #777;
    font-family: 'Georgia', serif;
    line-height: 1.8;
    max-width: 34rem;
    margin: 0 auto;
}

.delivery-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.1fr;
    gap: 1.6rem;
    align-items: start;
}

.delivery-panel {
    background: rgba(255,255,255,0.9);
    border-radius: 18px;
    padding: 1.4rem 1.4rem 1.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}

.delivery-panel-title {
    font-size: 2rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 1rem;
}

.delivery-products {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.delivery-product {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #f0dfe6;
    background: #fff;
    border-radius: 14px;
    padding: 1rem;
}

.delivery-product-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
}

.delivery-product-info {
    min-width: 0;
}

.delivery-product-name {
    font-size: 1rem;
    font-family: 'Georgia', serif;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.delivery-product-detail {
    font-size: 0.82rem;
    font-family: 'Georgia', serif;
    color: #666;
    line-height: 1.55;
}

.delivery-products-empty {
    text-align: center;
    font-family: 'Georgia', serif;
    color: #777;
    padding: 2rem 0 0.5rem;
}

.delivery-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.delivery-grid {
    display: grid;
    gap: 1rem;
}

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

.delivery-submit {
    margin-top: 0.2rem;
    align-self: flex-end;
    min-width: 10rem;
}

@media (max-width: 960px) {
    .delivery-layout {
        grid-template-columns: 1fr;
    }
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #a67c52;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8b6441;
}
