﻿:root {
  --bg: #fbf8f2;
  --panel: #fffdf8;
  --panel-warm: #f4ecdf;
  --text: #3f352d;
  --muted: #74685f;
  --line: #dfd3c5;
  --accent: #8f6f3d;
  --accent-soft: #d9bd8d;
  --green: #78866b;
  --button: #3f352d;
  --shadow: 0 14px 32px rgba(63, 53, 45, 0.09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--text); color: #fff; padding: 8px 12px; z-index: 20; }
.skip-link:focus { left: 8px; }
.site-header { background: rgba(251, 248, 242, 0.98); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 14px 18px; display: grid; gap: 12px; align-items: center; }
.brand-link { justify-self: center; }
.logo { width: 180px; height: auto; }
.nav { display: flex; gap: 20px; overflow-x: auto; scrollbar-width: none; font-size: 1rem; font-weight: 700; }
.nav::-webkit-scrollbar { display: none; }
.nav a { text-decoration: none; white-space: nowrap; }
.nav a:hover, .nav a:focus { text-decoration: underline; text-underline-offset: 4px; }
.header-actions { display: none; }
.container { max-width: 1120px; margin: 0 auto; }
.section { padding: 38px 18px; }
h1, h2, h3 { line-height: 1.16; letter-spacing: 0; margin: 0 0 12px; }
h1 { font-size: 2.28rem; }
h2 { font-size: 1.65rem; }
h3 { font-size: 1.05rem; }
p { margin: 0 0 13px; }
.lead { color: var(--muted); font-size: 1.04rem; max-width: 660px; }
.eyebrow { color: var(--green); font-weight: 700; margin: 0 0 8px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 12px 17px; border-radius: 7px; background: var(--button); color: #fff; text-decoration: none; font-weight: 700; }
.button.secondary { background: transparent; color: var(--text); border: 1px solid var(--line); }
.button.light { background: var(--panel); color: var(--text); border: 1px solid var(--line); }
.button:focus, .button:hover { outline: 2px solid var(--accent-soft); outline-offset: 3px; }
.hero-visual { background: #f8f3eb; }
.hero-frame { max-width: 1680px; margin: 0 auto; aspect-ratio: 2.4 / 1; max-height: 620px; overflow: hidden; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-copy { padding: 26px 18px 22px; background: var(--bg); }
.hero-copy-inner { max-width: 940px; margin: 0 auto; text-align: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 18px; }
.compliance-badges { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 18px 0 0; }
.compliance-badges span { background: var(--panel-warm); border: 1px solid var(--line); border-radius: 999px; color: var(--muted); padding: 7px 12px; font-size: 0.94rem; }
.style-section { background: #fbfcf4; }
.style-gallery { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
.style-card { text-decoration: none; display: block; }
.style-image { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 8px; border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); }
.style-image picture, .style-image img { width: 100%; height: 100%; display: block; }
.style-image img { object-fit: cover; }
.style-card span { display: block; padding-top: 9px; font-size: 1rem; font-weight: 700; }
.how-section { background: var(--panel-warm); }
.how-intro { max-width: 720px; margin-bottom: 20px; }
.how-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.how-card { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: 0 8px 20px rgba(63, 53, 45, 0.06); }
.step-number { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 700; margin-bottom: 12px; }
.how-note { margin-top: 18px; padding: 16px; border-radius: 8px; background: rgba(255,255,255,0.62); border: 1px solid var(--line); }
.before-grid { display: grid; gap: 18px; }
.before-panel, .size-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.before-list { padding-left: 20px; margin: 10px 0 0; }
.before-list li { margin: 7px 0; }
.footer { background: #fffdf8; color: var(--text); border-top: 1px solid var(--line); padding: 34px 18px 20px; }
.footer-grid { display: grid; gap: 22px; max-width: 1120px; margin: 0 auto; }
.footer a { color: var(--text); }
.footer h2 { font-size: 1.1rem; }
.copyright { max-width: 1120px; margin: 20px auto 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.92rem; }
.grid { display: grid; gap: 16px; }
.cards { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.card-body { padding: 16px; }
.product-image { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); background: var(--panel); }
.product-image picture, .product-image img { width: 100%; display: block; }
.product-image img { height: auto; }
.meta-line { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; color: var(--muted); font-size: 0.95rem; }
.meta-line span { background: var(--panel-warm); border-radius: 999px; padding: 6px 10px; }
.price-list { list-style: none; padding: 0; margin: 14px 0; }
.price-list li { padding: 7px 0; border-bottom: 1px solid var(--line); }
.notice { border-left: 4px solid var(--accent); background: var(--panel); padding: 14px; border-radius: 6px; }
.policy-content { max-width: 820px; }
.policy-content ul { padding-left: 22px; }
@media (max-width: 759px) {
  .header-inner { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 14px 14px 12px; }
  .brand-link { order: 1; }
  .nav { order: 2; width: calc(100vw - 20px); justify-content: center; overflow: visible; gap: clamp(7px, 2.2vw, 10px); font-size: clamp(0.78rem, 3vw, 0.88rem); padding-bottom: 2px; }
  .hero-frame { aspect-ratio: 4 / 5; max-height: 480px; border-radius: 0; }
  .hero-frame img { object-position: center center; }
  .hero-copy-inner { text-align: left; }
  .hero-copy { padding-top: 24px; }
  h1 { font-size: 2.12rem; }
  .hero-actions { justify-content: stretch; }
  .hero-actions .button { width: 100%; }
  .compliance-badges { justify-content: flex-start; }
  .style-gallery { grid-template-columns: 1fr; }
  .section { padding: 34px 16px; }
}
@media (min-width: 760px) {
  .header-inner { grid-template-columns: 1fr auto 1fr; min-height: 76px; }
  .nav { justify-content: flex-start; }
  .header-actions { display: flex; justify-self: end; }
  .header-actions a { text-decoration: none; border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; font-weight: 700; }
  .logo { width: 300px; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2rem; }
  .style-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
  .how-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .before-grid { grid-template-columns: minmax(0, 1fr) 320px; align-items: start; }
  .footer-grid { grid-template-columns: 1.1fr 0.8fr 1.2fr; }
}


/* Conversion and enquiry additions */
.enquiry-flow, .mini-flow { display: grid; gap: 10px; margin: 18px 0; }
.enquiry-flow { grid-template-columns: 1fr; }
.enquiry-flow article, .mini-flow article { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 14px; }
.enquiry-flow strong, .mini-flow strong { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--accent); color: #fff; margin-bottom: 8px; }
.product-cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.contact-hero, .guide-hero { background: var(--panel-warm); }
.contact-grid, .guide-grid { display: grid; gap: 18px; }
.check-list { padding-left: 20px; }
.check-list li { margin: 7px 0; }
.hero-frame picture, .hero-frame picture img { width: 100%; height: 100%; display: block; }
@media (min-width: 760px) { .enquiry-flow { grid-template-columns: repeat(3, minmax(0,1fr)); } .contact-grid, .guide-grid { grid-template-columns: 1fr 1fr; } }
