/* =====================================================================
   BOXEDWITHLOVE LTD — style.css
   Premium home décor · deep burgundy + cream editorial luxury
   ===================================================================== */

:root {
  --burgundy-900: #4a0f1c;
  --burgundy-800: #611523;
  --burgundy-700: #7a1e2e;
  --red-600:      #a32734;
  --red-500:      #b8404d;
  --cream:        #fbf7f2;
  --cream-deep:   #f4ebe1;
  --white:        #ffffff;
  --ink:          #2b1b1e;
  --muted:        #82706f;
  --line:         #e8ddd2;
  --line-soft:    #f0e7dd;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --container: 1200px;
  --radius: 4px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 2px rgba(74, 15, 28, 0.06);
  --shadow-md: 0 10px 30px rgba(74, 15, 28, 0.10);
  --shadow-lg: 0 24px 60px rgba(74, 15, 28, 0.16);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream);
  line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.12; margin: 0; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
svg { width: 1.25rem; height: 1.25rem; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

a:focus-visible, button:focus-visible, .filter-chip:focus-visible { outline: 2px solid var(--red-600); outline-offset: 3px; border-radius: 2px; }

.eyebrow { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red-600); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--red-600); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: var(--sans); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.01em; padding: 0.85rem 1.6rem; border: 1px solid transparent; border-radius: var(--radius); transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.2s var(--ease); white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--burgundy-700); color: var(--white); }
.btn-primary:hover { background: var(--burgundy-800); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--burgundy-700); border-color: var(--burgundy-700); }
.btn-ghost:hover { background: var(--burgundy-700); color: var(--white); }
.btn-light { background: var(--white); color: var(--burgundy-800); border-color: var(--line); }
.btn-light:hover { border-color: var(--burgundy-700); }
.btn-small { padding: 0.55rem 1rem; font-size: 0.82rem; background: transparent; color: var(--burgundy-700); border: 1px solid var(--line); }
.btn-small:hover { background: var(--burgundy-700); color: var(--white); border-color: var(--burgundy-700); }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; }
.btn-block { width: 100%; }

.announce { background: var(--burgundy-900); color: #f6e7d9; text-align: center; font-size: 0.76rem; letter-spacing: 0.08em; padding: 0.55rem 1rem; }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(251, 247, 242, 0.9); backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; justify-self: center; }
.brand-mark { display: inline-flex; color: var(--burgundy-700); }
.brand-mark svg { width: 1.6rem; height: 1.6rem; }
.brand-name { font-family: var(--serif); font-size: 1.28rem; font-weight: 600; letter-spacing: 0.02em; color: var(--ink); line-height: 1; }
.brand-name em { font-style: italic; font-weight: 400; color: var(--red-600); font-size: 0.82em; }
.main-nav { display: flex; gap: 1.9rem; align-items: center; }
.main-nav a { font-size: 0.86rem; font-weight: 600; letter-spacing: 0.04em; color: var(--ink); position: relative; padding: 0.3rem 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0; background: var(--red-600); transition: width 0.25s var(--ease); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { width: 100%; }
.main-nav a[aria-current="page"] { color: var(--burgundy-700); }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: none; background: transparent; color: var(--ink); border-radius: 50%; position: relative; transition: background 0.2s var(--ease), color 0.2s var(--ease); }
.icon-btn:hover { background: var(--cream-deep); color: var(--burgundy-700); }
.cart-btn { justify-self: end; }
.menu-toggle { display: none; justify-self: start; }
.cart-count { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 4px; background: var(--red-600); color: #fff; font-family: var(--sans); font-size: 0.66rem; font-weight: 700; border-radius: 999px; display: none; align-items: center; justify-content: center; }
.mobile-nav { position: fixed; inset: 0 auto 0 0; z-index: 80; width: min(84vw, 340px); background: var(--cream); padding: 1.2rem 1.4rem; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 0.4rem; }
.mobile-nav[hidden] { display: none; }
.mobile-nav-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.mobile-nav a { font-family: var(--serif); font-size: 1.3rem; padding: 0.7rem 0; border-bottom: 1px solid var(--line-soft); }

.hero { position: relative; overflow: hidden; background: radial-gradient(120% 90% at 85% 0%, rgba(122, 30, 46, 0.10), transparent 60%), linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%); }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; padding: 5.5rem 24px 5rem; max-width: var(--container); margin: 0 auto; }
.hero-copy h1 { font-size: clamp(2.6rem, 5.4vw, 4.4rem); font-optical-sizing: auto; margin-bottom: 1.3rem; }
.hero-copy h1 em { font-style: italic; color: var(--red-600); }
.hero-lead { font-size: 1.14rem; color: var(--muted); max-width: 30rem; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.hero-figure { position: relative; aspect-ratio: 4 / 5; border: 1px solid var(--burgundy-700); padding: 14px; }
.hero-figure::after { content: ""; position: absolute; inset: 22px; border: 1px solid var(--line); }
.hero-figure-inner { height: 100%; width: 100%; background: linear-gradient(135deg, rgba(122,30,46,0.92), rgba(74,15,28,0.92)), var(--cream-deep); color: #f3e3d6; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; }
.hero-figure-inner .fig-mark svg { width: 3rem; height: 3rem; color: #eecdb6; }
.hero-figure-inner blockquote { font-family: var(--serif); font-size: 1.5rem; font-style: italic; line-height: 1.3; margin: 0; }
.hero-figure-inner .fig-cap { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.8; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.1rem; padding-bottom: 1.1rem; }
.trust-item { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; color: var(--muted); font-weight: 600; }
.trust-item svg { color: var(--burgundy-700); width: 1.15rem; height: 1.15rem; }

.section { padding: 5rem 0; }
.section-tight { padding: 3.5rem 0; }
.section-head { max-width: 40rem; margin-bottom: 2.6rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 0.8rem; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.section-alt { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 2.4rem; flex-wrap: wrap; }
.head-row h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.intro-copy { max-width: 52rem; }
.intro-copy p { font-size: 1.16rem; color: #4a3a3b; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.feature-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.5rem; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease); }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--burgundy-700); }
.feature-ic { width: 46px; height: 46px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--burgundy-700); color: #f4dccb; margin-bottom: 1.1rem; }
.feature-ic svg { width: 1.4rem; height: 1.4rem; }
.feature-card h3 { font-size: 1.22rem; margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.92rem; color: var(--muted); margin: 0; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }
.product-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-media { position: relative; aspect-ratio: 1 / 1; background: var(--cream-deep); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.product-card:hover .card-media img { transform: scale(1.05); }
.card-media .ph-mark { color: rgba(122,30,46,0.28); }
.card-media .ph-mark svg { width: 3rem; height: 3rem; }
.product-card:not(.no-img) .card-media .ph-mark { display: none; }
.card-cat { position: absolute; top: 12px; left: 12px; background: rgba(251,247,242,0.94); color: var(--burgundy-800); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.6rem; border-radius: 999px; }
.card-body { padding: 1.1rem 1.15rem 1.25rem; display: flex; flex-direction: column; gap: 0.85rem; flex: 1; }
.card-name { font-family: var(--serif); font-size: 1.08rem; line-height: 1.25; color: var(--ink); }
.card-name:hover { color: var(--burgundy-700); }
.card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.card-price { font-weight: 700; font-size: 1.05rem; color: var(--burgundy-800); }
.shop-filters { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 0 0 2.4rem; }
.filter-chip { border: 1px solid var(--line); background: var(--white); padding: 0.5rem 1.05rem; border-radius: 999px; font-size: 0.82rem; font-weight: 600; color: var(--muted); transition: all 0.2s var(--ease); }
.filter-chip:hover { border-color: var(--burgundy-700); color: var(--burgundy-700); }
.filter-chip.active { background: var(--burgundy-700); color: #fff; border-color: var(--burgundy-700); }

.skeleton-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.sk { background: linear-gradient(90deg, #f0e7dd 25%, #f7f0e8 37%, #f0e7dd 63%); background-size: 400% 100%; animation: shimmer 1.4s ease infinite; border-radius: 4px; }
.sk-media { aspect-ratio: 1 / 1; }
.sk-media.big { aspect-ratio: 3 / 4; }
.sk-line { height: 14px; margin: 14px 14px 0; }
.sk-line.short { width: 45%; }
.sk-block { height: 120px; margin-top: 18px; }
@keyframes shimmer { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }
.empty-state { grid-column: 1 / -1; text-align: center; padding: 4rem 1rem; color: var(--muted); }
.empty-mark { color: rgba(122,30,46,0.25); display: inline-flex; margin-bottom: 1rem; }
.empty-mark svg { width: 3.4rem; height: 3.4rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; counter-reset: step; }
.step { position: relative; padding-top: 2.6rem; }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--serif); font-size: 1.5rem; font-style: italic; color: var(--red-600); position: absolute; top: 0; left: 0; }
.step::after { content: ""; position: absolute; top: 0.4rem; left: 3rem; right: 0; height: 1px; background: var(--line); }
.steps .step:last-child::after { display: none; }
.step h3 { font-size: 1.16rem; margin-bottom: 0.5rem; }
.step p { font-size: 0.92rem; color: var(--muted); margin: 0; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.review-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.7rem; display: flex; flex-direction: column; gap: 1.1rem; }
.stars { color: var(--red-500); letter-spacing: 0.12em; font-size: 0.95rem; }
.review-card blockquote { font-family: var(--serif); font-size: 1.14rem; line-height: 1.45; font-style: italic; margin: 0; color: #3d2c2e; }
.review-author { display: flex; align-items: center; gap: 0.75rem; margin-top: auto; }
.review-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--burgundy-700); color: #f4dccb; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; }
.review-author .name { font-weight: 700; font-size: 0.9rem; }
.review-author .role { font-size: 0.78rem; color: var(--muted); }

.cta-band { background: radial-gradient(120% 140% at 100% 0%, rgba(163,39,52,0.5), transparent 55%), linear-gradient(135deg, var(--burgundy-800), var(--burgundy-900)); color: #f6e7d9; }
.cta-inner { text-align: center; padding: 4.5rem 24px; max-width: 46rem; margin: 0 auto; }
.cta-inner .eyebrow { color: #e9b9a4; justify-content: center; }
.cta-inner .eyebrow::before { background: #e9b9a4; }
.cta-inner h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.cta-inner p { color: #e8d3c6; font-size: 1.08rem; margin-bottom: 2rem; }
.cta-band .btn-light { background: #fff; color: var(--burgundy-800); }

.page-hero { background: var(--cream-deep); border-bottom: 1px solid var(--line); }
.page-hero .container { padding-top: 4rem; padding-bottom: 4rem; text-align: center; }
.page-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin-bottom: 0.8rem; }
.page-hero p { color: var(--muted); font-size: 1.08rem; max-width: 40rem; margin: 0 auto; }
.crumbs { font-size: 0.82rem; color: var(--muted); margin-bottom: 1.8rem; }
.crumbs a:hover { color: var(--burgundy-700); }
.crumbs span { color: var(--ink); }

.prose { max-width: 52rem; margin: 0 auto; }
.prose h2 { font-size: 1.6rem; margin: 2.4rem 0 0.8rem; }
.prose h3 { font-size: 1.2rem; margin: 1.8rem 0 0.6rem; }
.prose p, .prose li { color: #4a3a3b; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: 0.5rem; }
.prose .updated { color: var(--muted); font-size: 0.86rem; margin-bottom: 2rem; }

.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-figure { aspect-ratio: 4/5; border: 1px solid var(--burgundy-700); padding: 12px; }
.about-figure-inner { height: 100%; background: linear-gradient(135deg, rgba(122,30,46,0.9), rgba(74,15,28,0.95)); color: #f3e3d6; display: flex; align-items: center; justify-content: center; text-align: center; padding: 2rem; }
.about-figure-inner p { font-family: var(--serif); font-style: italic; font-size: 1.4rem; margin: 0; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.stat { text-align: center; }
.stat .num { font-family: var(--serif); font-size: 2.4rem; color: var(--burgundy-700); }
.stat .lbl { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }

.faq-list { max-width: 48rem; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 1.4rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--serif); font-size: 1.16rem; color: var(--ink); }
.faq-q:hover { color: var(--burgundy-700); }
.faq-q .chev { flex: none; transition: transform 0.25s var(--ease); color: var(--red-600); }
.faq-item.open .faq-q .chev { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s var(--ease); }
.faq-a-inner { padding-bottom: 1.4rem; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem; }
.contact-line { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line-soft); align-items: flex-start; }
.contact-line:last-child { border-bottom: none; }
.contact-line .ic { width: 42px; height: 42px; flex: none; border-radius: 50%; background: var(--cream-deep); color: var(--burgundy-700); display: inline-flex; align-items: center; justify-content: center; }
.contact-line h4 { font-family: var(--sans); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.2rem; font-weight: 700; }
.contact-line a, .contact-line p { color: var(--ink); font-weight: 600; margin: 0; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 0.4rem; }
.field input, .field textarea { width: 100%; padding: 0.8rem 0.95rem; border: 1px solid var(--line); border-radius: var(--radius); font-family: inherit; font-size: 0.95rem; background: var(--cream); color: var(--ink); transition: border-color 0.2s var(--ease); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--burgundy-700); }
.field textarea { resize: vertical; min-height: 130px; }

.pd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.pd-gallery { position: sticky; top: 100px; align-self: start; }
.pd-main { aspect-ratio: 1/1; background: var(--cream-deep); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.pd-main img { width: 100%; height: 100%; object-fit: cover; }
.pd-gallery .ph-mark { color: rgba(122,30,46,0.25); }
.pd-gallery .ph-mark.big svg { width: 4rem; height: 4rem; }
.pd-thumbs { display: flex; gap: 0.7rem; margin-top: 0.9rem; flex-wrap: wrap; }
.pd-thumb { width: 74px; height: 74px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--cream-deep); padding: 0; }
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumb.active { border-color: var(--burgundy-700); }
.pd-cat { display: inline-block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red-600); margin-bottom: 0.8rem; }
.pd-info h1 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: 0.9rem; }
.pd-price { font-size: 1.6rem; font-weight: 700; color: var(--burgundy-800); margin-bottom: 1.5rem; }
.pd-desc { color: #4a3a3b; font-size: 1.02rem; margin-bottom: 1.8rem; line-height: 1.7; }
.pd-info .btn-lg { width: 100%; max-width: 340px; }
.pd-assurance { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 0.9rem; }
.pd-assurance li { display: flex; align-items: center; gap: 0.7rem; font-size: 0.9rem; color: var(--muted); }
.pd-assurance svg { color: var(--burgundy-700); width: 1.2rem; height: 1.2rem; flex: none; }
.pd-skeleton { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }

.status-wrap { text-align: center; max-width: 34rem; margin: 0 auto; padding: 6rem 24px; }
.status-mark { width: 84px; height: 84px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.6rem; }
.status-mark svg { width: 2.6rem; height: 2.6rem; }
.status-mark.ok { background: rgba(122,30,46,0.08); color: var(--burgundy-700); }
.status-mark.warn { background: rgba(163,39,52,0.08); color: var(--red-600); }
.status-wrap h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 1rem; }
.status-wrap p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; }
.status-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }

.drawer-overlay { position: fixed; inset: 0; background: rgba(43, 27, 30, 0.5); z-index: 90; backdrop-filter: blur(2px); }
.drawer-overlay[hidden] { display: none; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 95; width: min(92vw, 420px); background: var(--cream); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.32s var(--ease); box-shadow: var(--shadow-lg); }
.cart-drawer[aria-hidden="false"] { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 1.3rem 1.5rem; border-bottom: 1px solid var(--line); }
.cart-head h3 { font-size: 1.3rem; }
.cart-body { flex: 1; overflow-y: auto; padding: 0.5rem 1.5rem; }
.cart-line { display: grid; grid-template-columns: 68px 1fr auto; gap: 0.9rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line-soft); align-items: start; }
.cart-line-img { width: 68px; height: 68px; border-radius: var(--radius); overflow: hidden; background: var(--cream-deep); display: flex; align-items: center; justify-content: center; }
.cart-line-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-line-img .ph-mark { color: rgba(122,30,46,0.3); }
.cart-line-info { display: flex; flex-direction: column; gap: 0.35rem; }
.cart-line-name { font-family: var(--serif); font-size: 1rem; line-height: 1.25; color: var(--ink); }
.cart-line-price { font-weight: 700; font-size: 0.9rem; color: var(--burgundy-800); }
.qty { display: inline-flex; align-items: center; gap: 0.7rem; border: 1px solid var(--line); border-radius: 999px; padding: 0.2rem 0.5rem; width: fit-content; }
.qty button { width: 24px; height: 24px; border: none; background: none; font-size: 1.05rem; color: var(--burgundy-700); border-radius: 50%; line-height: 1; }
.qty button:hover { background: var(--cream-deep); }
.qty span { min-width: 18px; text-align: center; font-weight: 600; font-size: 0.9rem; }
.cart-line-remove { border: none; background: none; color: var(--muted); padding: 4px; border-radius: 50%; }
.cart-line-remove:hover { color: var(--red-600); }
.cart-line-remove svg { width: 1.05rem; height: 1.05rem; }
.cart-foot { padding: 1.3rem 1.5rem; border-top: 1px solid var(--line); background: var(--white); }
.cart-subtotal { display: flex; align-items: center; justify-content: space-between; font-size: 1.05rem; margin-bottom: 0.4rem; }
.cart-subtotal strong { font-size: 1.25rem; color: var(--burgundy-800); }
.cart-note { font-size: 0.8rem; color: var(--muted); margin-bottom: 1.1rem; }
.cart-empty { text-align: center; padding: 4rem 1rem; color: var(--muted); display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.cart-empty-mark { color: rgba(122,30,46,0.25); }
.cart-empty-mark svg { width: 3rem; height: 3rem; }

.site-footer { background: var(--burgundy-900); color: #e7d3c6; padding: 4rem 0 1.6rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2.2rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brand .brand-name { color: #fff; font-size: 1.4rem; display: inline-block; margin-bottom: 0.9rem; }
.footer-brand .brand-name em { color: #e9b9a4; }
.footer-brand p { font-size: 0.9rem; color: #d3b8ab; max-width: 22rem; }
.site-footer h4 { font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: #eec7b4; margin-bottom: 1rem; font-weight: 700; }
.site-footer a { display: block; color: #d3b8ab; font-size: 0.9rem; padding: 0.32rem 0; transition: color 0.2s var(--ease); }
.site-footer a:hover { color: #fff; }
.site-footer .addr { font-size: 0.9rem; color: #d3b8ab; margin-top: 0.5rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1.6rem; font-size: 0.82rem; color: #c2a598; flex-wrap: wrap; }

.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); background: var(--ink); color: #fff; padding: 0.85rem 1.4rem; border-radius: 999px; font-size: 0.9rem; font-weight: 600; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease), transform 0.3s var(--ease); z-index: 200; max-width: 90vw; text-align: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.4rem; padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .hero-figure { max-width: 420px; }
  .feature-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .about-split, .contact-grid, .pd-grid, .pd-skeleton { grid-template-columns: 1fr; }
  .pd-gallery { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .brand { justify-self: start; }
  .step::after { display: none; }
}
@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .section { padding: 3.5rem 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn, .status-actions .btn { flex: 1 1 100%; }
  .card-body { padding: 0.9rem; }
  .card-name { font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
