/* ==========================================================================
   FEHMI LIGHTS — Inner-page styles (Shop, Product, About, Hotels, Contact)
   Loaded after style.css — reuses all design tokens/components from there.
   ========================================================================== */

/* ---------- Breadcrumb ---------- */
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--text-muted); padding: 18px 0; }
.breadcrumb a { color: var(--text-muted); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--brass-dark); }
.breadcrumb__sep { opacity: 0.5; }
.breadcrumb__current { color: var(--charcoal); font-weight: 500; }

/* ---------- Inner page hero (About / Hotels / Contact) ---------- */
.page-hero { position: relative; display: flex; align-items: center; min-height: 380px; padding: 96px 0 60px; background: var(--charcoal); color: var(--text-on-dark); overflow: hidden; }
.page-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,18,16,0.90) 0%, rgba(20,18,16,0.78) 42%, rgba(20,18,16,0.52) 100%); }
.page-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(184,147,91,0.20), transparent 55%); pointer-events: none; }
.page-hero__inner { position: relative; z-index: 1; max-width: 700px; }
.page-hero h1 { color: #fff; margin: 12px 0 18px; font-size: clamp(1.85rem, 3vw, 2.65rem); line-height: 1.24; letter-spacing: -0.01em; }
.page-hero p { color: rgba(255,255,255,0.82); font-size: 1.02rem; line-height: 1.68; max-width: 560px; }

/* ==========================================================================
   SHOP (Product Listing Page)
   ========================================================================== */
.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; padding-top: 40px; padding-bottom: 90px; }

.shop-sidebar { position: sticky; top: 100px; }
.shop-sidebar__block { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--border); }
.shop-sidebar__block:last-child { border-bottom: none; }
.shop-sidebar h4 { font-family: var(--font-sans); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 14px; }
.shop-cat-list a { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; font-size: 0.92rem; color: var(--charcoal-soft); transition: color var(--transition), transform var(--transition); }
.shop-cat-list a:hover { color: var(--brass-dark); transform: translateX(2px); }
.shop-cat-list a.is-active { color: var(--brass-dark); font-weight: 600; }
.shop-cat-list a .count { color: var(--text-muted); font-size: 0.78rem; }
.shop-cat-list--sub { margin-left: 14px; border-left: 1px solid var(--border); padding-left: 14px; }
.shop-cat-list--sub a { font-size: 0.86rem; padding: 6px 0; }

.price-range input[type="range"] { width: 100%; accent-color: var(--brass); margin: 10px 0; }
.price-range__values { display: flex; justify-content: space-between; font-size: 0.82rem; color: var(--text-muted); }

.shop-collections { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.shop-collections a { padding: 8px 16px; border: 1px solid var(--border); border-radius: 20px; font-size: 0.82rem; font-weight: 600; color: var(--charcoal-soft); transition: all var(--transition); }
.shop-collections a.is-active,
.shop-collections a:hover { background: var(--charcoal); color: #fff; border-color: var(--charcoal); }

.shop-main__head { margin-bottom: 22px; }
.shop-main__head h1 { font-size: 1.9rem; margin-bottom: 8px; }
.shop-main__intro { color: var(--text-muted); font-size: 0.95rem; max-width: 680px; margin-bottom: 4px; }

.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 28px; }
.shop-toolbar__count { font-size: 0.86rem; color: var(--text-muted); }
.shop-toolbar__right { display: flex; align-items: center; gap: 14px; }
.shop-sort select { padding: 9px 34px 9px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 0.85rem; background: var(--surface) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%236B655C' stroke-width='1.6' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center; appearance: none; -webkit-appearance: none; cursor: pointer; }
.view-toggle { display: flex; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.view-toggle button { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: var(--text-muted); transition: all var(--transition); }
.view-toggle button.is-active { background: var(--charcoal); color: #fff; }
.mobile-filter-toggle { display: none; align-items: center; gap: 8px; border: 1px solid var(--border); padding: 9px 16px; border-radius: var(--radius); font-size: 0.85rem; font-weight: 600; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-grid.is-list { grid-template-columns: 1fr; gap: 16px; }
.product-grid.is-list .product-card { display: grid; grid-template-columns: 220px 1fr; }
.product-grid.is-list .product-card__media { aspect-ratio: auto; height: 100%; }
.product-grid.is-list .product-card__footer { max-width: 340px; }

.shop-empty { text-align: center; padding: 70px 20px; color: var(--text-muted); }
.shop-empty h3 { color: var(--charcoal); margin-bottom: 10px; }
.shop-empty .btn { margin-top: 18px; }

.pagination { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 48px; }
.pagination button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border); font-size: 0.85rem; font-weight: 600; color: var(--charcoal-soft); transition: all var(--transition); }
.pagination button.is-active { background: var(--charcoal); color: #fff; border-color: var(--charcoal); }
.pagination button:hover:not(.is-active) { border-color: var(--brass); color: var(--brass-dark); }
.pagination[hidden] { display: none; }

/* Mobile filter drawer */
.filter-drawer-backdrop { position: fixed; inset: 0; background: rgba(20,18,16,0.5); z-index: 290; opacity: 0; visibility: hidden; transition: opacity var(--transition); }
.filter-drawer-backdrop.is-open { opacity: 1; visibility: visible; }
.filter-drawer { position: fixed; top: 0; left: -100%; width: min(320px, 86vw); height: 100%; background: var(--surface); z-index: 300; overflow-y: auto; padding: 24px; transition: left var(--transition); }
.filter-drawer.is-open { left: 0; }
.filter-drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }

/* ==========================================================================
   PRODUCT DETAIL PAGE
   ========================================================================== */
.pdp { padding-top: 20px; padding-bottom: 90px; }
.pdp-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; margin-bottom: 64px; }

.pdp-gallery__main { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 1/1; margin-bottom: 14px; background: var(--bg-alt); }
.pdp-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.pdp-gallery__thumbs { display: flex; gap: 10px; }
.pdp-gallery__thumbs button { width: 72px; height: 72px; border-radius: var(--radius); overflow: hidden; border: 2px solid transparent; opacity: 0.7; transition: all var(--transition); flex-shrink: 0; }
.pdp-gallery__thumbs button.is-active { border-color: var(--brass); opacity: 1; }
.pdp-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }

.pdp-info__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.pdp-info h1 { font-size: 1.9rem; margin-bottom: 10px; }
.pdp-info__sku { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 16px; }
.pdp-info .stars { margin-bottom: 18px; }
.pdp-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 6px; }
.pdp-price-row .price { font-size: 1.9rem; }
.pdp-price-row .price__original { font-size: 1.1rem; }
.stock-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.82rem; font-weight: 600; padding: 5px 12px; border-radius: 20px; margin-bottom: 20px; }
.stock-badge--in { background: #E8F0E9; color: #3C6E4A; }
.stock-badge--out { background: #F3EDE6; color: var(--text-muted); }
.pdp-info__short { color: var(--charcoal-soft); margin-bottom: 24px; }

.pdp-trust { display: flex; flex-direction: column; gap: 10px; margin: 26px 0; padding: 18px; background: var(--bg-alt); border-radius: var(--radius-lg); }
.pdp-trust li { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--charcoal-soft); }
.pdp-trust .icon { color: var(--brass-dark); flex-shrink: 0; }

.pdp-qty-row { display: flex; align-items: center; gap: 16px; margin: 22px 0; }
.pdp-actions { display: flex; gap: 12px; }
.pdp-actions .btn { flex: 1; }
.pdp-wish-btn { width: 52px; height: 52px; border: 1.5px solid var(--border); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all var(--transition); }
.pdp-wish-btn.is-active { color: #C6534B; border-color: #C6534B; }
.pdp-wish-btn.is-active .icon { fill: currentColor; }

.pdp-tabs { display: flex; gap: 32px; border-bottom: 1px solid var(--border); margin-bottom: 28px; }
.pdp-tabs button { padding: 12px 0; font-weight: 600; font-size: 0.92rem; color: var(--text-muted); border-bottom: 2px solid transparent; margin-bottom: -1px; transition: color var(--transition), border-color var(--transition); }
.pdp-tabs button.is-active { color: var(--charcoal); border-color: var(--brass); }
.pdp-tab-panel { display: none; }
.pdp-tab-panel.is-active { display: block; }
.pdp-description { max-width: 720px; color: var(--charcoal-soft); line-height: 1.7; }
.specs-table { width: 100%; max-width: 560px; border-collapse: collapse; }
.specs-table tr { border-bottom: 1px solid var(--border); }
.specs-table td { padding: 12px 0; font-size: 0.9rem; }
.specs-table td:first-child { color: var(--text-muted); width: 40%; }
.specs-table td:last-child { color: var(--charcoal); font-weight: 500; }

.reviews-summary { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.reviews-summary__score { font-family: var(--font-serif); font-size: 2.4rem; font-weight: 700; color: var(--charcoal); }
.review-card { padding: 20px 0; border-bottom: 1px solid var(--border); }
.review-card__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.review-card__author { font-weight: 600; font-size: 0.9rem; }
.review-card__date { font-size: 0.78rem; color: var(--text-muted); }
.review-card p { color: var(--charcoal-soft); font-size: 0.92rem; }
.no-reviews { color: var(--text-muted); font-size: 0.92rem; padding: 20px 0; }

.related-products h2 { margin-bottom: 24px; }

.pdp-notfound { text-align: center; padding: 100px 20px; }
.pdp-notfound h1 { margin-bottom: 14px; }
.pdp-notfound p { color: var(--text-muted); margin-bottom: 26px; }

/* ==========================================================================
   FORMS (Contact / Hotels quote form)
   ========================================================================== */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: 0.82rem; font-weight: 600; color: var(--charcoal-soft); }
.form-field input, .form-field select, .form-field textarea {
  padding: 13px 16px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 0.92rem; font-family: inherit; background: var(--surface);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--brass); }
.form-field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.8rem; color: var(--text-muted); margin-top: 4px; }

/* ==========================================================================
   ABOUT PAGE
   ========================================================================== */
.about-hero-badges { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.about-hero-badges span { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: #fff; padding: 8px 16px; border-radius: 20px; font-size: 0.82rem; font-weight: 600; }

.timeline { position: relative; max-width: 720px; margin: 0 auto; padding-left: 32px; }
.timeline::before { content: ''; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.timeline-item { position: relative; padding-bottom: 40px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ''; position: absolute; left: -32px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--brass); border: 3px solid var(--surface); box-shadow: 0 0 0 2px var(--brass); }
.timeline-item h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brass-dark); margin-bottom: 6px; }
.timeline-item p { color: var(--charcoal-soft); }

.partner-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.partner-row span { padding: 12px 26px; border: 1px solid var(--border); border-radius: var(--radius); font-family: var(--font-serif); font-weight: 600; color: var(--charcoal-soft); font-size: 1rem; }

/* ==========================================================================
   HOTELS & PROJECTS
   ========================================================================== */
.commercial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.commercial-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow var(--transition), transform var(--transition); }
.commercial-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.commercial-card__media { aspect-ratio: 4/3; overflow: hidden; }
.commercial-card__media img { width: 100%; height: 100%; object-fit: cover; }
.commercial-card__body { padding: 22px; }
.commercial-card__body .eyebrow { margin-bottom: 6px; }
.commercial-card__body h3 { margin-bottom: 8px; }
.commercial-card__body .price { display: block; margin-bottom: 16px; }

.hotels-form-section { background: var(--bg-alt); padding: 70px 0; }
.hotels-form-card { max-width: 780px; margin: 0 auto; background: var(--surface); border-radius: var(--radius-lg); padding: 44px; box-shadow: var(--shadow); }

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; padding-top: 60px; padding-bottom: 90px; align-items: start; }
.contact-card { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.contact-card:last-child { border-bottom: none; }
.contact-card .icon { color: var(--brass-dark); flex-shrink: 0; margin-top: 2px; }
.contact-card h4 { font-size: 0.95rem; margin-bottom: 4px; }
.contact-card p, .contact-card a { color: var(--text-muted); font-size: 0.9rem; display: block; }
.contact-card a:hover { color: var(--brass-dark); }

.map-placeholder { aspect-ratio: 16/10; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--bg-alt), var(--border)); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: var(--text-muted); margin-top: 30px; }
.map-placeholder .icon { width: 32px; height: 32px; color: var(--brass-dark); }

/* ==========================================================================
   BLOG — listing page
   ========================================================================== */
.blog-featured { display: grid; grid-template-columns: 1.15fr 1fr; gap: 52px; align-items: center; padding: 64px 0; border-bottom: 1px solid var(--border); }
.blog-featured__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; display: block; }
.blog-featured__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.blog-featured:hover .blog-featured__media img { transform: scale(1.05); }
.blog-featured__tag { position: absolute; top: 20px; left: 20px; background: var(--brass); color: #fff; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 7px 15px; border-radius: 20px; }
.blog-featured__eyebrow { display: flex; align-items: center; gap: 8px; }
.blog-featured h2 { font-size: clamp(1.7rem, 3.2vw, 2.3rem); margin: 14px 0 16px; line-height: 1.22; }
.blog-featured h2 a { color: var(--charcoal); transition: color var(--transition); }
.blog-featured h2 a:hover { color: var(--brass-dark); }
.blog-featured p { color: var(--charcoal-soft); margin-bottom: 24px; font-size: 1rem; line-height: 1.75; max-width: 52ch; }
.blog-meta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; font-size: 0.82rem; color: var(--text-muted); margin-bottom: 4px; }
.blog-meta span { display: flex; align-items: center; gap: 6px; }
.blog-meta .icon { width: 14px; height: 14px; }
.blog-featured .blog-meta { margin-bottom: 22px; }

.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; padding: 60px 0 90px; }
.blog-card { display: flex; flex-direction: column; }
.blog-card__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/10; margin-bottom: 22px; display: block; }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.8,.2,1); }
.blog-card:hover .blog-card__media img { transform: scale(1.06); }
.blog-card__tag { position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,0.94); color: var(--brass-dark); font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 6px 13px; border-radius: 20px; }
.blog-card h3 { font-size: 1.3rem; margin-bottom: 10px; line-height: 1.32; }
.blog-card h3 a { color: var(--charcoal); transition: color var(--transition); }
.blog-card h3 a:hover { color: var(--brass-dark); }
.blog-card p { color: var(--charcoal-soft); font-size: 0.94rem; line-height: 1.68; margin-bottom: 18px; }
.blog-card__link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 600; color: var(--brass-dark); margin-top: auto; }
.blog-card__link .icon { width: 14px; height: 14px; transition: transform var(--transition); }
.blog-card:hover .blog-card__link .icon { transform: translateX(4px); }

/* ==========================================================================
   BLOG — single post
   ========================================================================== */
.post-hero { position: relative; min-height: 420px; display: flex; align-items: flex-end; padding: 120px 0 56px; background: var(--charcoal); color: var(--text-on-dark); overflow: hidden; }
.post-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.post-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,18,16,0.55) 0%, rgba(20,18,16,0.55) 30%, rgba(20,18,16,0.94) 100%); }
.post-hero__inner { position: relative; z-index: 1; max-width: 780px; }
.post-hero__tag { display: inline-block; background: var(--brass); color: #fff; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 7px 15px; border-radius: 20px; margin-bottom: 18px; }
.post-hero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.9rem); line-height: 1.2; margin-bottom: 20px; }
.post-hero .blog-meta { color: rgba(255,255,255,0.75); }
.post-hero .blog-meta .icon { color: var(--brass-light); }

.post-layout { max-width: 720px; margin: 0 auto; padding: 56px 24px 30px; }
.post-body h2 { font-size: 1.5rem; margin: 46px 0 16px; line-height: 1.3; }
.post-body h3 { font-size: 1.18rem; margin: 34px 0 14px; color: var(--charcoal); }
.post-body p { color: var(--charcoal-soft); line-height: 1.82; margin-bottom: 22px; font-size: 1.02rem; }
.post-body p:first-of-type { font-size: 1.08rem; }

.post-cta { max-width: 720px; margin: 20px auto 70px; padding: 42px; background: var(--bg-alt); border-radius: var(--radius-lg); text-align: center; }
.post-cta .eyebrow { justify-content: center; display: flex; }
.post-cta h3 { margin-bottom: 10px; }
.post-cta p { color: var(--text-muted); margin-bottom: 22px; max-width: 46ch; margin-left: auto; margin-right: auto; }

.post-related { background: var(--bg-alt); padding: 70px 0; }
.post-related h2 { text-align: center; margin-bottom: 36px; }
.post-related .blog-grid { grid-template-columns: repeat(2, 1fr); padding: 0; }
.post-related .blog-card { background: var(--surface); border-radius: var(--radius-lg); padding: 18px; box-shadow: var(--shadow); }
.post-related .blog-card__media { margin-bottom: 18px; }

/* ==========================================================================
   CART
   ========================================================================== */
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: start; padding-top: 40px; padding-bottom: 90px; }
.cart-page-head { margin-bottom: 8px; }
.cart-page-head h1 { font-size: 1.9rem; }

.cart-items__head { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--border); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); }
.cart-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--border); }
.cart-row__product { display: flex; gap: 16px; align-items: center; flex: 1; min-width: 0; }
.cart-row__img { width: 84px; height: 84px; border-radius: var(--radius); overflow: hidden; flex-shrink: 0; background: var(--bg-alt); display: block; }
.cart-row__img img { width: 100%; height: 100%; object-fit: cover; }
.cart-row__name { font-weight: 600; font-size: 0.95rem; color: var(--charcoal); display: block; margin-bottom: 4px; transition: color var(--transition); }
.cart-row__name:hover { color: var(--brass-dark); }
.cart-row__unit { font-size: 0.82rem; color: var(--text-muted); }
.cart-row__meta { display: flex; align-items: center; gap: 26px; flex-shrink: 0; }
.cart-row__qty button { width: 30px; height: 30px; }
.cart-row__line-total { font-weight: 700; min-width: 76px; text-align: right; }
.cart-row__remove { color: var(--text-muted); width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: color var(--transition); }
.cart-row__remove:hover { color: #C6534B; }

.cart-empty { text-align: center; padding: 100px 20px; }
.cart-empty .icon { width: 56px; height: 56px; color: var(--text-muted); margin-bottom: 20px; }
.cart-empty h1 { margin-bottom: 10px; }
.cart-empty p { color: var(--text-muted); margin-bottom: 26px; }

.cart-summary { position: sticky; top: 100px; background: var(--bg-alt); border-radius: var(--radius-lg); padding: 32px; }
.cart-summary h3 { margin-bottom: 20px; }
.cart-summary__row { display: flex; justify-content: space-between; font-size: 0.92rem; padding: 9px 0; color: var(--charcoal-soft); }
.cart-summary__row--total { font-size: 1.15rem; font-weight: 700; color: var(--charcoal); border-top: 1px solid var(--border); margin-top: 10px; padding-top: 16px; }
.cart-promo { display: flex; gap: 8px; margin: 18px 0 4px; }
.cart-promo input { flex: 1; padding: 11px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 0.86rem; background: var(--surface); }
.cart-summary__note { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.8rem; color: var(--text-muted); margin-top: 18px; }
.cart-summary__note .icon { width: 14px; height: 14px; }
.cart-continue { display: block; text-align: center; font-size: 0.85rem; color: var(--charcoal-soft); margin-top: 16px; transition: color var(--transition); }
.cart-continue:hover { color: var(--brass-dark); }

/* ==========================================================================
   CHECKOUT
   ========================================================================== */
.checkout-header { border-bottom: 1px solid var(--border); padding: 20px 0; }
.checkout-header__inner { display: flex; align-items: center; justify-content: space-between; }
.checkout-header__secure { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--text-muted); }
.checkout-header__secure .icon { width: 15px; height: 15px; color: var(--brass-dark); }

.checkout-layout { display: grid; grid-template-columns: 1fr 440px; min-height: 100vh; }
.checkout-main { padding: 44px min(64px, 6vw) 90px; max-width: 620px; }
.checkout-back { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; color: var(--text-muted); margin-bottom: 32px; transition: color var(--transition); }
.checkout-back:hover { color: var(--brass-dark); }
.checkout-back .icon { width: 16px; height: 16px; }
.checkout-logo { height: 34px; margin-bottom: 40px; }

.checkout-step { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.checkout-step:last-of-type { border-bottom: none; }
.checkout-step__title { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.checkout-step__num { width: 26px; height: 26px; border-radius: 50%; background: var(--charcoal); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; font-weight: 700; flex-shrink: 0; }
.checkout-step__title h2 { font-size: 1.1rem; margin: 0; }

.shipping-method { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 16px; margin-bottom: 12px; cursor: pointer; transition: border-color var(--transition), background var(--transition); }
.shipping-method.is-active { border-color: var(--brass); background: rgba(184,147,91,0.06); }
.shipping-method input[type="radio"] { accent-color: var(--brass); margin-right: 14px; width: 16px; height: 16px; flex-shrink: 0; }
.shipping-method__label { flex: 1; }
.shipping-method__label strong { display: block; font-size: 0.92rem; }
.shipping-method__label span { font-size: 0.8rem; color: var(--text-muted); }
.shipping-method__price { font-weight: 600; font-size: 0.9rem; }

.payment-note { display: flex; gap: 10px; align-items: flex-start; background: var(--bg-alt); padding: 14px 16px; border-radius: var(--radius); font-size: 0.82rem; color: var(--charcoal-soft); margin-bottom: 22px; }
.payment-note .icon { width: 16px; height: 16px; color: var(--brass-dark); flex-shrink: 0; margin-top: 1px; }
.payment-card-icons { display: flex; gap: 8px; margin-bottom: 14px; }
.payment-card-icons span { padding: 5px 10px; border: 1px solid var(--border); border-radius: 4px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.03em; color: var(--text-muted); }

.checkout-summary { background: var(--bg-alt); border-left: 1px solid var(--border); padding: 44px min(48px, 5vw); }
.checkout-summary__inner { position: sticky; top: 44px; }
.checkout-summary__items { max-height: 340px; overflow-y: auto; margin-bottom: 20px; padding-right: 4px; }
.mini-cart-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.mini-cart-row:last-child { border-bottom: none; }
.mini-cart-row__img { position: relative; width: 56px; height: 56px; border-radius: var(--radius); overflow: hidden; flex-shrink: 0; background: var(--surface); }
.mini-cart-row__img img { width: 100%; height: 100%; object-fit: cover; }
.mini-cart-row__qty { position: absolute; top: -8px; right: -8px; background: var(--charcoal); color: #fff; font-size: 0.66rem; font-weight: 700; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 2px var(--bg-alt); }
.mini-cart-row__name { font-size: 0.86rem; font-weight: 600; color: var(--charcoal); flex: 1; min-width: 0; }
.mini-cart-row__price { font-size: 0.86rem; font-weight: 600; color: var(--charcoal); flex-shrink: 0; }

.checkout-promo { display: flex; gap: 8px; margin-bottom: 20px; }
.checkout-promo input { flex: 1; padding: 11px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 0.86rem; background: var(--surface); }

.checkout-totals__row { display: flex; justify-content: space-between; font-size: 0.9rem; padding: 8px 0; color: var(--charcoal-soft); }
.checkout-totals__row--total { font-size: 1.2rem; font-weight: 700; color: var(--charcoal); border-top: 1px solid var(--border); margin-top: 8px; padding-top: 16px; }
.checkout-totals__row--total span:last-child { font-size: 1.2rem; }

.checkout-confirm { text-align: center; padding: 110px 20px 130px; max-width: 480px; margin: 0 auto; }
.checkout-confirm__icon { width: 76px; height: 76px; border-radius: 50%; background: #E8F0E9; color: #3C6E4A; display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; }
.checkout-confirm__icon .icon { width: 34px; height: 34px; }
.checkout-confirm h1 { margin-bottom: 12px; }
.checkout-confirm p { color: var(--text-muted); margin-bottom: 8px; }
.checkout-confirm__order-id { font-family: var(--font-sans); font-weight: 700; color: var(--charcoal); letter-spacing: 0.03em; }
.checkout-confirm .btn { margin-top: 26px; }

/* ==========================================================================
   UTILITY PAGE HERO (Manufacturing / Order Tracking / Shipping / FAQ / Account)
   ========================================================================== */
.page-hero--plain { background: linear-gradient(135deg, var(--charcoal), var(--charcoal-2)); min-height: 0; padding: 80px 0 50px; }
.page-hero--plain::after { background: radial-gradient(circle at 85% 20%, rgba(184,147,91,0.16), transparent 55%); }

/* ==========================================================================
   INFO CARDS (Shipping / FAQ intro strips)
   ========================================================================== */
.info-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.info-card { text-align: center; padding: 34px 26px; border: 1px solid var(--border); border-radius: var(--radius-lg); transition: box-shadow var(--transition), transform var(--transition); }
.info-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.info-card__icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(184,147,91,0.08); border: 1px solid rgba(184,147,91,0.3); color: var(--brass-dark); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.info-card h3 { font-size: 1rem; margin-bottom: 8px; }
.info-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; }

/* ==========================================================================
   ORDER TRACKING
   ========================================================================== */
.track-card { max-width: 520px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 44px min(48px, 6vw); box-shadow: 0 2px 14px rgba(33,30,28,0.06); }
.track-card__icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(184,147,91,0.08); border: 1px solid rgba(184,147,91,0.3); color: var(--brass-dark); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.track-card h2 { font-size: 1.5rem; text-align: center; margin-bottom: 8px; }
.track-card > p { text-align: center; color: var(--text-muted); font-size: 0.9rem; margin-bottom: 30px; }
.track-result { display: none; margin-top: 22px; padding: 16px 18px; border-radius: var(--radius); background: var(--bg-alt); font-size: 0.86rem; color: var(--charcoal-soft); text-align: center; }
.track-result.is-visible { display: block; }

/* ==========================================================================
   ACCOUNT (Sign In / Create Account)
   ========================================================================== */
.account-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 920px; margin: 0 auto; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.account-panel { padding: 46px min(42px, 5vw); background: var(--surface); }
.account-panel + .account-panel { border-left: 1px solid var(--border); background: var(--bg-alt); }
.account-panel .eyebrow { margin-bottom: 6px; }
.account-panel h2 { font-size: 1.4rem; margin-bottom: 10px; }
.account-panel > p { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 28px; }
.account-panel .form-field { margin-bottom: 16px; }
.account-forgot { display: block; text-align: right; font-size: 0.82rem; color: var(--brass-dark); margin: -10px 0 22px; transition: color var(--transition); }
.account-forgot:hover { color: var(--brass); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-item__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 4px; text-align: left; font-family: var(--font-serif); font-size: 1.05rem; font-weight: 600; color: var(--charcoal); }
.faq-item__q .icon { flex-shrink: 0; color: var(--brass-dark); transition: transform var(--transition); }
.faq-item.is-open .faq-item__q .icon { transform: rotate(180deg); }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height var(--transition); }
.faq-item.is-open .faq-item__a { max-height: 400px; }
.faq-item__a p { padding: 0 4px 22px; color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; max-width: 640px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { display: none; }
  .mobile-filter-toggle { display: inline-flex; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .pdp-grid { grid-template-columns: 1fr; gap: 32px; }
  .commercial-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 40px; padding-bottom: 60px; }
  .form-grid { grid-template-columns: 1fr; }
  .blog-featured { grid-template-columns: 1fr; gap: 28px; padding: 44px 0; }
  .blog-grid { grid-template-columns: 1fr; gap: 36px; padding: 44px 0 70px; }
  .post-related .blog-grid { grid-template-columns: 1fr; }
  .cart-layout { grid-template-columns: 1fr; gap: 36px; }
  .cart-summary { position: static; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { border-left: none; border-top: 1px solid var(--border); order: -1; }
  .checkout-summary__inner { position: static; }
  .checkout-summary__items { max-height: none; }
  .checkout-main { max-width: none; }
  .info-card-grid { grid-template-columns: 1fr; }
  .account-grid { grid-template-columns: 1fr; }
  .account-panel + .account-panel { border-left: none; border-top: 1px solid var(--border); }
}
@media (max-width: 720px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-grid.is-list .product-card { grid-template-columns: 1fr; }
  .product-grid.is-list .product-card__media { aspect-ratio: 1/1; }
  .shop-toolbar { flex-direction: column; align-items: flex-start; gap: 12px; }
  .shop-toolbar__right { width: 100%; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
  .shop-main__head h1 { font-size: 1.6rem; }
  .page-hero { min-height: 300px; padding: 72px 0 40px; }
  .page-hero h1 { font-size: clamp(1.6rem, 6vw, 2.1rem); }
  .page-hero p { font-size: 0.95rem; }
  .hotels-form-card { padding: 28px; }

  .pdp-info h1 { font-size: 1.5rem; }
  .pdp-tabs { gap: 22px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .pdp-tabs::-webkit-scrollbar { display: none; }
  .pdp-tabs button { white-space: nowrap; flex-shrink: 0; }
  .pdp-actions { flex-wrap: wrap; }
  .reviews-summary { flex-wrap: wrap; }

  .contact-card { gap: 12px; }

  .post-hero { min-height: 320px; padding: 96px 0 40px; }
  .post-layout { padding: 40px 20px 20px; }
  .post-cta { margin: 10px 20px 50px; padding: 30px 22px; }
  .post-related { padding: 50px 0; }

  .cart-items__head { display: none; }
  .cart-row { flex-wrap: wrap; }
  .cart-row__meta { width: 100%; justify-content: space-between; }
  .cart-row__img { width: 68px; height: 68px; }
  .cart-summary { padding: 24px; }

  .checkout-main { padding: 32px 20px 70px; }
  .checkout-summary { padding: 32px 20px; }
  .checkout-logo { margin-bottom: 28px; }
  .shipping-method { padding: 14px; }
  .track-card { padding: 34px 22px; }
  .account-panel { padding: 34px 22px; }
}
