/* ==========================================================================
   World of Carpets — design system
   Luxury + Modern + Traditional + Minimalist + Affordable + Family-friendly
   ========================================================================== */

:root {
    --ink: #1E2B2C;
    --ink-soft: #3D4C4C;
    --muted: #6C7876;
    --primary: #556B2F;
    --primary-dark: #3B4B21;
    --primary-tint: #EEF0EA;
    --accent: #DE5309;
    --accent-dark: #B84406;
    --accent-tint: #FCE9D9;
    --cream: #FBF8F2;
    --cream-alt: #F3EDE1;
    --line: #E6DFCF;
    --white: #FFFFFF;
    --danger: #B3432B;

    --font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
    --font-script: 'Caveat', cursive;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --radius: 10px;
    --radius-lg: 18px;
    --shadow-sm: 0 2px 8px rgba(30, 43, 44, .06);
    --shadow-md: 0 10px 30px rgba(30, 43, 44, .10);
    --shadow-lg: 0 24px 60px rgba(30, 43, 44, .16);
    --wrap: 1240px;
}

/* ---------- reset ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: var(--font-sans);
    color: var(--ink-soft);
    background: var(--cream);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; }
input, textarea, select { font: inherit; }
h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--ink); font-weight: 600; line-height: 1.15; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.eyebrow {
    display: inline-block;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 10px;
}
.eyebrow--light { color: var(--accent-tint); }
.eyebrow--center { display: block; text-align: center; }

.section { padding: 72px 0; }
.section--alt { background: var(--cream-alt); }
.section--tight { padding: 48px 0; }
.section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 17px; }
.section-head--split { display: flex; align-items: flex-end; justify-content: space-between; text-align: left; max-width: none; gap: 24px; }
.section-head--split p { margin: 0; }

/* ---------- buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 26px; border-radius: 999px; font-weight: 600; font-size: 15px;
    border: 1.5px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease;
    white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--accent { background: var(--accent); color: var(--white); box-shadow: var(--shadow-sm); }
.btn--accent:hover { background: var(--accent-dark); box-shadow: var(--shadow-md); }
.btn--primary { background: var(--primary); color: var(--white); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--primary-dark); box-shadow: var(--shadow-md); }
.btn--outline { border-color: var(--primary); color: var(--primary); background: transparent; }
.btn--outline:hover { background: var(--primary); color: var(--white); }
.btn--outline-light { border-color: rgba(255,255,255,.6); color: var(--white); }
.btn--outline-light:hover { background: rgba(255,255,255,.12); }
.btn--ghost-light { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.btn--white { background: var(--white); color: var(--primary-dark); box-shadow: var(--shadow-sm); }
.btn--white:hover { box-shadow: var(--shadow-md); }
.btn--lg { padding: 15px 30px; font-size: 16px; }
.btn--sm { padding: 9px 18px; font-size: 13.5px; }
.btn--pill { border-radius: 999px; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; }

/* ============================== HEADER ============================== */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); box-shadow: var(--shadow-sm); }

.top-bar { background: var(--ink); color: rgba(255,255,255,.85); font-size: 13px; }
.top-bar__inner { display: flex; align-items: center; justify-content: space-between; height: 38px; gap: 16px; }
.top-bar__trust { font-weight: 500; }
.top-bar__contact { display: flex; align-items: center; gap: 20px; }
.top-bar__link { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.85); }
.top-bar__link:hover { color: var(--white); }
.top-bar .btn { padding: 6px 16px; font-size: 12.5px; }

.masthead { padding: 18px 0; }
.masthead__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.hamburger { display: none; flex-direction: column; gap: 5px; width: 26px; background: none; border: none; padding: 4px; }
.hamburger span { display: block; height: 2px; background: var(--ink); border-radius: 2px; }

.logo { text-align: center; justify-self: center; display: flex; flex-direction: column; align-items: center; }
.logo img { height: 56px; width: auto; display: block; }
.logo__sub { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); margin-top: 6px; }
.logo--footer { align-items: flex-start; margin-bottom: 14px; }
.logo--footer img { height: 48px; }
.logo--footer .logo__sub { color: rgba(255,255,255,.6); }

.masthead__actions { display: flex; justify-self: end; gap: 26px; }
.masthead__icon-link { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: var(--ink-soft); font-weight: 600; text-align: center; }
.masthead__icon-link:hover { color: var(--primary); }
.masthead__icon-link svg { color: var(--primary); }

.main-nav { border-top: 1px solid var(--line); background: var(--white); }
.main-nav__inner { display: flex; align-items: center; height: 54px; }
.nav-list { flex: 1; display: flex; align-items: center; justify-content: center; gap: 26px; height: 100%; }
.nav-item { position: relative; height: 100%; display: flex; align-items: center; }
.nav-item > a { display: flex; align-items: center; gap: 5px; font-size: 14.5px; font-weight: 600; color: var(--ink-soft); padding: 6px 2px; }
.nav-item > a .caret { transition: transform .15s ease; }
.nav-item:hover > a, .nav-item.is-active > a { color: var(--primary); }
.nav-item:hover > a .caret { transform: rotate(180deg); }
.nav-shop-btn { flex-shrink: 0; }
.nav-close { display: none; }
.nav-backdrop { display: none; }

.dropdown {
    position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
    background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg);
    padding: 10px; min-width: 220px; opacity: 0; visibility: hidden; translate: 0 6px;
    transition: opacity .15s ease, translate .15s ease, visibility .15s ease;
    z-index: 50;
}
.nav-item.has-children:hover .dropdown { opacity: 1; visibility: visible; translate: 0 0; }
.dropdown li a { display: block; padding: 9px 14px; border-radius: 6px; font-size: 14px; color: var(--ink-soft); white-space: nowrap; }
.dropdown li a:hover { background: var(--primary-tint); color: var(--primary-dark); }

/* ============================== HERO ============================== */
.hero { padding: 40px 0 0; background: var(--cream); position: relative; overflow: hidden; }
.hero::before {
    content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
    background-image: radial-gradient(circle at 1px 1px, var(--line) 1.4px, transparent 1.4px);
    background-size: 26px 26px; mask-image: linear-gradient(180deg, #000 0%, transparent 75%);
}
.hero__head { text-align: center; position: relative; margin-bottom: 30px; }
.hero__head h1 { font-size: clamp(26px, 3vw, 34px); font-weight: 500; }
.hero__script { display: block; font-family: var(--font-script); font-size: clamp(40px, 6vw, 68px); color: var(--primary); font-weight: 600; line-height: 1; margin-top: 6px; }

.hero-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; position: relative; }
.hero-split__panel { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.hero-split__panel img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hero-split__panel:hover img { transform: scale(1.04); }
.hero-split__panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,23,23,.65) 0%, rgba(15,23,23,0) 45%); }
.hero-split__caption { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; color: var(--white); }
.hero-split__caption span { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; opacity: .85; }
.hero-split__caption h3 { color: var(--white); font-size: 26px; margin: 4px 0 14px; }

/* ---------- primary CTA cards (below hero) ---------- */
.cta-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: -46px; position: relative; z-index: 3; }
.cta-card {
    background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
    padding: 26px 24px; display: flex; align-items: flex-start; gap: 16px;
}
.cta-card__icon { width: 46px; height: 46px; border-radius: 50%; background: var(--primary-tint); color: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cta-card h3 { font-size: 18px; margin-bottom: 4px; }
.cta-card p { font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.cta-card a { font-weight: 700; font-size: 14px; color: var(--primary); }

/* ============================== USP STRIP ============================== */
.usp-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.usp-strip__inner { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; padding: 30px 0; }
.usp { text-align: center; }
.usp__icon { color: var(--primary); margin: 0 auto 10px; width: 34px; height: 34px; }
.usp h4 { font-size: 14.5px; margin-bottom: 3px; }
.usp p { font-size: 12.5px; color: var(--muted); }
.usp p a { color: var(--primary); font-weight: 600; }

/* ============================== CATEGORY TILES ============================== */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-tile { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 1/1; box-shadow: var(--shadow-sm); }
.cat-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.cat-tile:hover img { transform: scale(1.06); }
.cat-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,23,23,.75) 0%, rgba(15,23,23,.05) 60%); }
.cat-tile span { position: absolute; left: 16px; bottom: 14px; color: var(--white); font-family: var(--font-serif); font-size: 19px; z-index: 2; }

/* ============================== PRODUCT CARDS ============================== */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-grid--3 { grid-template-columns: repeat(3, 1fr); }
.product-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, transform .2s ease; display: flex; flex-direction: column; }
.product-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.product-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream-alt); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.product-card__badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 6px; }
.badge { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.badge--accent { background: var(--accent); color: var(--white); }
.badge--primary { background: var(--primary); color: var(--white); }
.badge--outline { background: rgba(255,255,255,.92); color: var(--ink); }
.product-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-card__brand { font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--primary); font-weight: 700; }
.product-card__body h3 { font-size: 17px; }
.product-card__meta { font-size: 12.5px; color: var(--muted); }
.product-card__price { margin-top: auto; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; }
.product-card__price strong { font-size: 18px; color: var(--ink); }
.product-card__price small { color: var(--muted); font-weight: 400; font-size: 12px; }
.product-card__swatches { display: flex; gap: 5px; margin-top: 4px; }
.swatch-dot { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(0,0,0,.1); background: var(--cream-alt); }

/* ============================== CATALOGUE LAYOUT (filters) ============================== */
.catalogue { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start; }
.filters { background: var(--white); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-sm); position: sticky; top: 190px; }
.filters h3 { font-size: 15px; margin-bottom: 14px; }
.filter-group { border-top: 1px solid var(--line); padding: 16px 0; }
.filter-group:first-child { border-top: none; padding-top: 0; }
.filter-group h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-soft); margin-bottom: 10px; }
.filter-group ul li { margin-bottom: 6px; }
.filter-group ul li a { font-size: 14px; color: var(--muted); display: flex; justify-content: space-between; padding: 3px 0; }
.filter-group ul li a:hover, .filter-group ul li a.is-active { color: var(--primary); font-weight: 600; }
.filter-colours { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-colours button { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--white); box-shadow: 0 0 0 1px var(--line); }
.catalogue-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; flex-wrap: wrap; gap: 12px; }
.catalogue-toolbar__count { color: var(--muted); font-size: 14px; }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { padding: 7px 14px; border-radius: 999px; border: 1.4px solid var(--line); font-size: 13px; font-weight: 600; color: var(--ink-soft); background: var(--white); }
.chip.is-active, .chip:hover { border-color: var(--primary); color: var(--primary); }

/* ============================== BRAND STRIP / GRID ============================== */
.brand-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.brand-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 20px; text-align: center; transition: box-shadow .2s ease, transform .2s ease; }
.brand-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.brand-card .brand-mark { font-family: var(--font-serif); font-size: 22px; color: var(--ink); margin-bottom: 8px; }
.brand-card p { font-size: 13px; color: var(--muted); }

/* ============================== ABOUT / SPLIT SECTION ============================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; aspect-ratio: 4/3.2; object-fit: cover; }
.split h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 16px; }
.split p { margin-bottom: 14px; color: var(--muted); }
.checklist li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; font-size: 15px; color: var(--ink-soft); }
.checklist li svg { flex-shrink: 0; margin-top: 3px; color: var(--primary); }
.stat-row { display: flex; gap: 34px; margin-top: 26px; }
.stat-row strong { display: block; font-family: var(--font-serif); font-size: 30px; color: var(--primary); }
.stat-row span { font-size: 13px; color: var(--muted); }

/* ============================== REVIEWS ============================== */
.rating-badge { display: inline-flex; align-items: center; gap: 12px; background: var(--white); border-radius: 999px; padding: 10px 22px 10px 10px; box-shadow: var(--shadow-sm); }
.rating-badge__score { background: var(--primary); color: var(--white); font-weight: 700; font-family: var(--font-serif); font-size: 20px; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.stars { color: var(--accent); letter-spacing: 2px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { background: var(--white); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.review-card .stars { display: block; margin-bottom: 12px; font-size: 15px; }
.review-card p { color: var(--ink-soft); font-size: 15px; margin-bottom: 16px; }
.review-card__author { font-weight: 700; font-size: 14px; color: var(--ink); }
.review-card__area { font-size: 12.5px; color: var(--muted); }

/* ============================== GALLERY ============================== */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-grid a { display: block; aspect-ratio: 1/1; overflow: hidden; border-radius: 8px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid a:hover img { transform: scale(1.08); }

/* ============================== BLOG ============================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease; }
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.blog-card__media { aspect-ratio: 16/10; overflow: hidden; }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__body { padding: 20px 22px 24px; }
.blog-card__meta { font-size: 12px; color: var(--primary); text-transform: uppercase; letter-spacing: .05em; font-weight: 700; margin-bottom: 8px; }
.blog-card h3 { font-size: 18px; margin-bottom: 8px; }
.blog-card p { font-size: 14px; color: var(--muted); }
.blog-card__more { display: inline-block; margin-top: 12px; font-weight: 700; font-size: 13.5px; color: var(--primary); }
.blog-coming-soon { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.blog-coming-soon li { background: var(--white); border: 1px dashed var(--line); border-radius: var(--radius); padding: 16px 18px; font-size: 14px; color: var(--muted); }

.article { max-width: 760px; margin: 0 auto; }
.article__hero { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 30px; aspect-ratio: 16/8; }
.article__hero img { width: 100%; height: 100%; object-fit: cover; }
.article h1 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 10px; }
.article__meta { color: var(--muted); font-size: 14px; margin-bottom: 30px; }
.article__body h2 { font-size: 22px; margin: 30px 0 12px; }
.article__body p { margin-bottom: 16px; font-size: 16px; color: var(--ink-soft); }
.article__body a { color: var(--primary); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.article__body ul { padding-left: 20px; list-style: disc; margin-bottom: 16px; }

/* ============================== FORMS ============================== */
.form-panel { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 36px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.form-field .hint { font-size: 12px; color: var(--muted); font-weight: 400; }
.form-field input, .form-field select, .form-field textarea {
    border: 1.5px solid var(--line); border-radius: 8px; padding: 12px 14px; font-size: 15px; color: var(--ink);
    background: var(--cream); transition: border-color .15s ease, background .15s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--primary); background: var(--white); }
.form-field textarea { resize: vertical; min-height: 110px; }
.radio-row { display: flex; gap: 14px; flex-wrap: wrap; }
.radio-pill { border: 1.5px solid var(--line); border-radius: 999px; padding: 9px 16px; font-size: 13.5px; cursor: pointer; }
.radio-pill input { margin-right: 6px; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 4px; }
.form-side { background: var(--primary-tint); border-radius: var(--radius-lg); padding: 32px; }
.form-side h3 { margin-bottom: 14px; }
.form-side ul { margin-top: 16px; }
.form-side li { display: flex; gap: 10px; margin-bottom: 12px; font-size: 14.5px; color: var(--ink-soft); }
.form-side li svg { color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.split-form { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; align-items: flex-start; }
.alert-success { background: var(--primary-tint); border: 1.5px solid var(--primary); color: var(--primary-dark); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 24px; font-weight: 600; }

/* ============================== BREADCRUMBS / PAGE HEADER ============================== */
.breadcrumbs { font-size: 13px; color: var(--muted); padding: 18px 0; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--primary); }
.breadcrumbs span { margin: 0 6px; }
.page-header { background: var(--cream-alt); padding: 46px 0; text-align: center; border-bottom: 1px solid var(--line); }
.page-header h1 { font-size: clamp(30px, 4vw, 44px); }
.page-header p { color: var(--muted); max-width: 620px; margin: 12px auto 0; }

/* ============================== PRODUCT DETAIL ============================== */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.product-gallery__main { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3.3; margin-bottom: 10px; }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__thumbs { display: flex; gap: 10px; }
.product-gallery__thumbs img { width: 74px; height: 60px; object-fit: cover; border-radius: 6px; border: 2px solid var(--line); cursor: pointer; }
.product-info h1 { font-size: 30px; margin-bottom: 6px; }
.product-info .product-card__brand { font-size: 13px; }
.product-info .price-block { display: flex; align-items: baseline; gap: 10px; margin: 16px 0; }
.price-block strong { font-size: 30px; color: var(--ink); font-family: var(--font-serif); }
.price-block span { color: var(--muted); }
.spec-table { width: 100%; border-collapse: collapse; margin: 22px 0; }
.spec-table tr { border-top: 1px solid var(--line); }
.spec-table tr:first-child { border-top: none; }
.spec-table td { padding: 10px 0; font-size: 14.5px; }
.spec-table td:first-child { color: var(--muted); width: 40%; }
.spec-table td:last-child { color: var(--ink); font-weight: 600; }
.colour-list { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0 20px; }
.colour-list span { padding: 7px 14px; border: 1.4px solid var(--line); border-radius: 999px; font-size: 13px; }
.product-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; }
.product-note { display: flex; gap: 10px; background: var(--cream-alt); border-radius: var(--radius); padding: 14px 16px; font-size: 13.5px; color: var(--ink-soft); margin-top: 20px; }

/* ============================== CART / CHECKOUT ============================== */
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { text-align: left; font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.cart-table td { padding: 16px 0; border-bottom: 1px solid var(--line); vertical-align: middle; }
.cart-row__product { display: flex; gap: 14px; align-items: center; }
.cart-row__product img { width: 68px; height: 56px; object-fit: cover; border-radius: 6px; }
.cart-summary { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 26px; }
.cart-summary .row { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 14.5px; color: var(--ink-soft); }
.cart-summary .row.total { font-size: 18px; font-weight: 700; color: var(--ink); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 4px; }
.qty-input { width: 56px; padding: 6px; border: 1.4px solid var(--line); border-radius: 6px; text-align: center; }

/* ============================== SERVICES ============================== */
.service-block { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 60px 0; border-bottom: 1px solid var(--line); }
.service-block:last-child { border-bottom: none; }
.service-block:nth-child(even) .service-block__media { order: 2; }
.service-block__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; aspect-ratio: 4/3.2; object-fit: cover; }
.service-block h2 { font-size: 26px; margin-bottom: 12px; }
.service-block p { color: var(--muted); margin-bottom: 14px; }

/* ---------- main offer: carpet in stock ---------- */
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.offer-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 34px 32px; text-align: center; }
.offer-card--highlight { box-shadow: var(--shadow-md); border: 2px solid var(--accent); }
.offer-card__time { display: block; font-family: var(--font-serif); font-size: 34px; line-height: 1; margin-bottom: 6px; }
.offer-card--highlight .offer-card__time { color: var(--accent); }
.offer-card:not(.offer-card--highlight) .offer-card__time { color: var(--primary); }
.offer-card__time-label { display: block; font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 20px; }
.offer-card h3 { font-size: 19px; margin-bottom: 14px; }
.offer-card .checklist { text-align: left; margin-bottom: 0; }
.offer-card .checklist li:last-child { margin-bottom: 0; }

/* ============================== AREAS ============================== */
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.area-card { background: var(--white); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.area-card h3 { font-size: 18px; margin-bottom: 8px; }
.area-card p { font-size: 13.5px; color: var(--muted); margin-bottom: 12px; }

/* ============================== CTA BANNER ============================== */
.cta-banner { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: var(--white); padding: 60px 0; }
.cta-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-banner h2 { color: var(--white); font-size: clamp(24px, 3vw, 32px); margin: 6px 0 8px; }
.cta-banner p { color: rgba(255,255,255,.85); max-width: 420px; }
.cta-banner__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================== FOOTER ============================== */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 60px 0 0; font-size: 14px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; gap: 30px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__col h3 { color: var(--white); font-size: 14px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.footer__col ul li { margin-bottom: 10px; }
.footer__col ul li a:hover { color: var(--white); }
.footer__col--brand p { margin-bottom: 8px; font-size: 13.5px; }
.footer__col--brand a:hover { color: var(--white); }
.footer__social { display: flex; gap: 10px; margin-top: 14px; }
.footer__social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; }
.footer__social a:hover { background: var(--primary); }
.footer__map { border: 1px solid rgba(255,255,255,.12); }
.hours-list { margin-bottom: 20px; }
.hours-list li { display: flex; justify-content: space-between; font-size: 13.5px; margin-bottom: 8px; }
.newsletter__row { display: flex; gap: 8px; }
.newsletter__row input { flex: 1; min-width: 0; padding: 10px 12px; border-radius: 8px; border: none; font-size: 13.5px; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 12.5px; color: rgba(255,255,255,.5); flex-wrap: wrap; gap: 10px; }
.footer__legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer__legal a:hover { color: var(--white); }

/* ============================== FLOATING ACTIONS ============================== */
.floating-actions { position: fixed; right: 24px; bottom: 24px; display: flex; flex-direction: column; gap: 12px; z-index: 90; }
.fab { width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-lg); transition: transform .15s ease; }
.fab:hover { transform: scale(1.06); }
.fab--whatsapp { background: #25D366; }
.fab--call { background: var(--primary); }

.mobile-cta-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; background: var(--white); border-top: 1px solid var(--line); z-index: 95; box-shadow: 0 -4px 16px rgba(0,0,0,.08); }
.mobile-cta-bar { grid-template-columns: repeat(4, 1fr); }
.mobile-cta-bar a { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 10px 4px; font-size: 11px; font-weight: 600; color: var(--ink-soft); }
.mobile-cta-bar a svg { color: var(--primary); }
.mobile-cta-bar__highlight { background: var(--accent); color: var(--white) !important; }
.mobile-cta-bar__highlight svg { color: var(--white) !important; }

/* ============================== MISC ============================== */
.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-state h3 { margin-bottom: 10px; color: var(--ink); }
.tag-pill { display: inline-block; background: var(--cream-alt); border-radius: 999px; padding: 6px 14px; font-size: 12.5px; font-weight: 600; color: var(--ink-soft); margin: 0 6px 6px 0; }
.two-col-text { columns: 2; column-gap: 40px; }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.map-embed iframe { width: 100%; height: 100%; border: 0; min-height: 360px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.info-card { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.info-card:last-child { border-bottom: none; }
.info-card__icon { width: 42px; height: 42px; border-radius: 50%; background: var(--primary-tint); color: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-card h4 { font-size: 15px; margin-bottom: 3px; }
.info-card p { font-size: 14px; color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card { text-align: center; padding: 10px; }
.value-card .cta-card__icon { margin: 0 auto 14px; }

/* ============================== RESPONSIVE ============================== */
@media (max-width: 1080px) {
    .cat-grid, .product-grid { grid-template-columns: repeat(3, 1fr); }
    .footer__grid { grid-template-columns: 1fr 1fr 1fr; }
    .footer__col--brand { grid-column: 1 / -1; }
    .catalogue { grid-template-columns: 1fr; }
    .filters { position: static; }
    .service-block, .service-block:nth-child(even) .service-block__media { grid-template-columns: 1fr; order: 0; }
    .service-block { grid-template-columns: 1fr; }
    .split, .split-form, .product-detail, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 860px) {
    .top-bar__trust { display: none; }
    .masthead__actions span { display: none; }
    .hamburger { display: flex; }
    .masthead__inner { grid-template-columns: auto 1fr auto; }
    .logo img { height: 38px; }
    .main-nav { position: fixed; inset: 0; top: 0; left: -100%; width: 82%; max-width: 340px; height: 100vh; z-index: 200; box-shadow: var(--shadow-lg); transition: left .25s ease; overflow-y: auto; background: var(--white); }
    .main-nav.is-open { left: 0; }
    .main-nav__inner { flex-direction: column; align-items: stretch; height: auto; padding: 90px 24px 40px; }
    .nav-close { display: flex; align-items: center; justify-content: center; position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; border-radius: 50%; background: var(--cream-alt); border: none; font-size: 26px; line-height: 1; color: var(--ink); }
    .nav-backdrop.is-open { display: block; position: fixed; inset: 0; background: rgba(15,23,23,.5); z-index: 190; }
    .nav-list { flex-direction: column; align-items: stretch; gap: 0; height: auto; }
    .nav-item { height: auto; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
    .nav-item > a { padding: 14px 0; justify-content: space-between; }
    .dropdown { position: static; transform: none; box-shadow: none; display: none; opacity: 1; visibility: visible; translate: 0; padding: 0 0 10px 12px; }
    .nav-item.has-children.is-open .dropdown { display: block; }
    .nav-shop-btn { position: static; margin-top: 20px; }
    .cta-cards { grid-template-columns: 1fr; margin-top: 24px; }
    .hero-split { grid-template-columns: 1fr; }
    .usp-strip__inner { grid-template-columns: repeat(2, 1fr); }
    .offer-grid { grid-template-columns: 1fr; max-width: 460px; }
    .cat-grid, .product-grid, .brand-strip, .review-grid, .blog-grid, .blog-coming-soon, .area-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
    .form-grid { grid-template-columns: 1fr; }
    .mobile-cta-bar { display: grid; }
    body { padding-bottom: 64px; }
    .floating-actions { bottom: 84px; }
    .cta-banner__inner { flex-direction: column; align-items: flex-start; }
    .section-head--split { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
    .review-grid, .blog-grid, .blog-coming-soon { grid-template-columns: 1fr; }
    .cat-tile { aspect-ratio: 4/3; }
    .top-bar__contact { gap: 10px; }
    .top-bar__link span, .top-bar__link { font-size: 12px; }
    .form-panel { padding: 22px; }
}
