/* ============================================================
   Parquet — Flooring & tiling template
   Design-led wood · Cream + walnut + espresso, herringbone motif
   Cormorant Garamond (display) + Jost (body)

   ────────────────────────────────────────────────
   ─── TO REBRAND ───
   Edit the variables in :root below.
   --walnut, --oak, --espresso drive the palette.
   The .chevron band uses --oak / --walnut for the
   herringbone-style motif.
   Best for flooring, wood & laminate, LVT, tiling,
   parquet, carpets, floor & wall tiles, restoration.
   ────────────────────────────────────────────────
   ============================================================ */

:root {
  --espresso: #2a2018;
  --espresso-2: #4f4034;
  --cream: #f5eee1;
  --cream-2: #ece1cd;
  --paper: #faf5ec;
  --walnut: #8a5a34;
  --walnut-deep: #6d4524;
  --oak: #c89c68;
  --oak-light: #ddc09a;
  --sage: #6c7159;
  --muted: #8a7d6b;
  --line: #e0d4bf;
  --container: 1240px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--espresso);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

.wrap { max-width: var(--container); margin: 0 auto; padding: 0 28px; }

/* Type */
h1, h2, h3, h4 { margin: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.01em; line-height: 1.02; }
h1 { font-size: clamp(56px, 8vw, 116px); }
h2 { font-size: clamp(38px, 5.2vw, 72px); }
h3 { font-size: 26px; }
h4 { font-family: var(--font-body); }
p { margin: 0; }
.lead { font-size: 18px; color: var(--espresso-2); max-width: 54ch; line-height: 1.7; }
.eyebrow { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--walnut); font-weight: 500; }

/* Chevron / herringbone motif */
.chevron { height: 18px; background:
  repeating-linear-gradient(45deg, var(--oak) 0 14px, var(--oak-light) 14px 28px),
  repeating-linear-gradient(-45deg, var(--walnut) 0 14px, var(--walnut-deep) 14px 28px);
  background-size: 28px 18px, 28px 18px; background-position: 0 0, 14px 0;
}

/* Nav */
.nav { background: rgba(250,245,236,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.logo { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 600; font-size: 30px; color: var(--espresso); letter-spacing: 0.01em; }
.logo-mark { width: 40px; height: 40px; background: var(--espresso); display: grid; place-items: center; }
.logo-mark i { width: 7px; height: 22px; background: var(--oak); transform: skewX(-20deg); margin: 0 1px; }
.logo-mark i:nth-child(2) { background: var(--oak-light); }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-links a { font-size: 13px; font-weight: 500; letter-spacing: 0.02em; color: var(--espresso-2); padding: 9px 13px; transition: color .15s; }
.nav-links a:hover { color: var(--walnut); }
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-phone { font-family: var(--font-display); font-weight: 600; font-size: 24px; color: var(--espresso); }
.nav-phone .sub { display: block; font-family: var(--font-body); font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--walnut); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); padding: 9px 14px; color: var(--espresso); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 28px; font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: transparent; color: var(--espresso); border: 1px solid var(--espresso); transition: all .18s; }
.btn:hover { background: var(--espresso); color: var(--cream); }
.btn-walnut { background: var(--walnut); border-color: var(--walnut); color: var(--cream); }
.btn-walnut:hover { background: var(--walnut-deep); border-color: var(--walnut-deep); color: var(--cream); }
.btn-sm { padding: 10px 18px; font-size: 11px; }
.on-dark .btn { border-color: rgba(245,238,225,0.5); color: var(--cream); }
.on-dark .btn:hover { background: var(--cream); border-color: var(--cream); color: var(--espresso); }

/* Hero */
.hero { padding: 70px 0 0; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.hero .eyebrow { display: block; margin-bottom: 22px; }
.hero h1 { color: var(--espresso); margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: var(--walnut); }
.hero .lead { margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-figure { aspect-ratio: 4/5; overflow: hidden; background: var(--cream-2) url('https://images.unsplash.com/photo-1581858726788-75bc0f6a952d?w=1000&q=80&auto=format') center/cover; }
.hero-meta { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--espresso); }
.hero-meta .item { padding: 28px 24px 28px 0; border-right: 1px solid var(--line); }
.hero-meta .item:last-child { border-right: 0; }
.hero-meta .n { font-family: var(--font-display); font-size: 44px; font-weight: 500; color: var(--walnut); line-height: 1; }
.hero-meta .l { font-size: 12px; letter-spacing: 0.04em; color: var(--muted); margin-top: 8px; }

/* Sections */
.section { padding: 104px 0; }
.section.cream { background: var(--cream); }
.section.espresso { background: var(--espresso); color: var(--cream); }
.section-head { margin-bottom: 56px; max-width: 660px; }
.section-head .eyebrow { display: block; margin-bottom: 16px; }
.section-head h2 { color: var(--espresso); margin-bottom: 16px; }
.section.espresso .section-head h2 { color: var(--cream); }
.section.espresso .eyebrow { color: var(--oak); }
.section.espresso .lead { color: rgba(245,238,225,0.76); }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.section.cream .service { background: var(--paper); }
.service:hover { box-shadow: 0 26px 50px -30px rgba(42,32,24,0.4); transform: translateY(-4px); }
.service .swatch { height: 8px; background: var(--sw, var(--walnut)); }
.service .service-body { padding: 30px 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.service h3 { color: var(--espresso); }
.service p { font-size: 14px; color: var(--espresso-2); font-family: var(--font-body); }
.service .more { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--walnut); margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-figure { aspect-ratio: 5/4; overflow: hidden; background: var(--cream-2) center/cover; }
.split ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.split li { font-size: 15px; color: var(--espresso-2); padding-left: 28px; position: relative; font-family: var(--font-body); }
.split li::before { content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 12px; background: var(--oak); transform: skewX(-20deg); }

/* Process */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.step { display: flex; flex-direction: column; gap: 12px; }
.step .num { font-family: var(--font-display); font-size: 56px; font-weight: 500; color: var(--walnut); line-height: 1; }
.section.espresso .step .num { color: var(--oak); }
.step h3 { font-size: 24px; color: var(--espresso); }
.section.espresso .step h3 { color: var(--cream); }
.step p { font-size: 14px; color: var(--espresso-2); font-family: var(--font-body); }
.section.espresso .step p { color: rgba(245,238,225,0.74); }

/* Reviews */
.reviews-band { padding: 104px 0; background: var(--cream); }
.reviews-band .top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; flex-wrap: wrap; gap: 20px; }
.reviews-band .score { font-family: var(--font-display); font-size: 96px; font-weight: 500; line-height: 0.9; color: var(--walnut); }
.reviews-band .score-meta { font-size: 13px; color: var(--muted); margin-top: 6px; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: var(--paper); border: 1px solid var(--line); padding: 30px; }
.review .stars { color: var(--oak); font-size: 15px; letter-spacing: 3px; margin-bottom: 14px; }
.review p { font-family: var(--font-display); font-size: 21px; color: var(--espresso); line-height: 1.4; }
.review .who { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--walnut); }
.review .who small { display: block; font-weight: 400; color: var(--muted); margin-top: 2px; }

/* CTA */
.cta-strip { background: var(--espresso); color: var(--cream); }
.cta-strip .inner { padding: 92px 0; display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.cta-strip h2 { color: var(--cream); max-width: 18ch; }
.cta-strip h2 em { font-style: italic; color: var(--oak); }
.cta-strip .ph { font-family: var(--font-display); font-size: clamp(40px, 5vw, 60px); font-weight: 500; color: var(--cream); }
.cta-strip .sub { font-family: var(--font-body); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,238,225,0.7); font-weight: 500; margin-top: 6px; }

/* Plans */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.plan { background: var(--paper); border: 1px solid var(--line); padding: 36px; display: flex; flex-direction: column; }
.plan.featured { background: var(--espresso); color: var(--cream); }
.plan.featured h3, .plan.featured .price { color: var(--cream); }
.plan .plan-name { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--walnut); }
.plan.featured .plan-name { color: var(--oak); }
.plan h3 { font-size: 32px; color: var(--espresso); margin: 12px 0 6px; }
.plan .price { font-family: var(--font-display); font-size: 60px; font-weight: 500; color: var(--espresso); line-height: 1; }
.plan .price small { display: block; font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--muted); margin-top: 8px; }
.plan.featured .price small { color: rgba(245,238,225,0.7); }
.plan .desc { font-size: 14px; font-family: var(--font-body); color: var(--espresso-2); margin: 16px 0 22px; }
.plan.featured .desc { color: rgba(245,238,225,0.84); }
.plan ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 11px; }
.plan li { font-size: 14px; font-family: var(--font-body); padding-left: 24px; position: relative; }
.plan li::before { content: ""; position: absolute; left: 0; top: 7px; width: 11px; height: 11px; background: var(--oak); transform: skewX(-20deg); }
.plan.featured li { color: rgba(245,238,225,0.9); }
.plan .btn { margin-top: auto; justify-content: center; }
.plan.featured .btn { background: var(--oak); border-color: var(--oak); color: var(--espresso); }
.plan.featured .btn:hover { background: var(--cream); border-color: var(--cream); }

/* Posts */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s; }
.post:hover { transform: translateY(-4px); }
.post .thumb { aspect-ratio: 16/10; background: var(--cream-2) center/cover; }
.post .post-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post .cat { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--walnut); }
.post h3 { font-size: 25px; line-height: 1.05; color: var(--espresso); }
.post p { font-size: 14px; font-family: var(--font-body); color: var(--espresso-2); }
.post .meta { font-family: var(--font-body); font-size: 12px; color: var(--muted); margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; }

/* Form */
.form { display: grid; gap: 16px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form label { display: block; font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--espresso-2); margin-bottom: 7px; }
.form input, .form textarea, .form select { font: inherit; width: 100%; padding: 13px 15px; background: var(--paper); border: 1px solid var(--line); color: var(--espresso); }
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--walnut); }
.form textarea { min-height: 130px; resize: vertical; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; }
.contact-info { display: grid; gap: 16px; align-content: start; }
.info-card { padding: 24px; background: var(--cream); border: 1px solid var(--line); border-left: 5px solid var(--oak); }
.info-card h4 { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--walnut); margin-bottom: 8px; }
.info-card p { font-family: var(--font-display); font-size: 26px; font-weight: 500; color: var(--espresso); }
.info-card .sub { font-family: var(--font-body); font-size: 13px; color: var(--muted); margin-top: 4px; }

/* Page banner */
.page-banner { padding: 88px 0 60px; border-bottom: 1px solid var(--line); }
.page-banner .crumb { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--walnut); margin-bottom: 18px; }
.page-banner h1 { color: var(--espresso); max-width: 16ch; }
.page-banner h1 em { font-style: italic; color: var(--walnut); }
.page-banner .lead { margin-top: 22px; }

/* Footer */
.footer { background: var(--espresso); color: var(--cream); padding: 76px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 48px; border-bottom: 1px solid rgba(245,238,225,0.16); }
.footer-brand .logo { color: var(--cream); }
.footer-brand p { font-size: 14px; font-family: var(--font-body); color: rgba(245,238,225,0.64); margin-top: 14px; max-width: 32ch; }
.footer h4 { font-family: var(--font-body); font-size: 11px; color: var(--oak); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a, .footer li { color: rgba(245,238,225,0.78); font-size: 14px; font-family: var(--font-body); }
.footer a:hover { color: var(--cream); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 12px; font-family: var(--font-body); color: rgba(245,238,225,0.48); }

@media (max-width: 960px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .services-grid, .reviews, .plans, .posts { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .section, .reviews-band { padding: 76px 0; }
}
@media (max-width: 640px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; position: absolute; top: 84px; left: 0; right: 0; background: var(--paper); padding: 16px 28px; border-bottom: 1px solid var(--line); }
  .services-grid, .reviews, .plans, .posts, .process-steps, .footer-top, .hero-meta { grid-template-columns: 1fr; }
  .form .row2 { grid-template-columns: 1fr; }
}

/* ── Safari-safe selects ─────────────────────────────────────────────
   Safari ignores padding/height/width on a native <select> unless
   appearance is reset, which is why the dropdown rendered as a tiny
   default-styled control. Resetting appearance restores the field's own
   sizing; the caret is redrawn with currentColor so it matches each
   field's text colour on any theme. */
.form select, .field select, .book-card select,
.booking select, .reserve-form select, .shop-results-head select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) center, calc(100% - 15px) center;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 44px;
}
