@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--white:#fff;--espresso:#5A4638;--sage:#71806A;--charcoal:#303130;--almond:#E5D5C2;--gray:#F4F4F1;--line:#ddd8d0}*{box-sizing:border-box}body{margin:0;color:var(--charcoal);background:var(--white);font-family:'DM Sans',sans-serif;line-height:1.6}a{color:var(--espresso);text-decoration:none}a:hover{color:var(--sage)}.container{width:min(1160px,92%);margin:auto}.site-header{border-bottom:1px solid var(--line);background:var(--white);position:sticky;top:0;z-index:20}.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px}.brand{font:700 30px 'Playfair Display',serif;color:var(--espresso)}.nav nav{display:flex;gap:22px;align-items:center;font-size:14px}.nav-cart{border:1px solid var(--espresso);padding:8px 12px}.menu-toggle{display:none;background:none;border:0;font-size:24px}.breadcrumbs{padding:20px 0;color:#69645e;font-size:13px}.breadcrumbs span{margin:0 8px}.hero{background:var(--espresso);color:var(--white);padding:76px 0}.hero .container{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.hero h1,.hero p{color:var(--white)}h1,h2,h3{line-height:1.2;color:var(--espresso)}h1{font:700 clamp(38px,6vw,72px) 'Playfair Display',serif;margin:0 0 20px}h2{font:700 34px 'Playfair Display',serif;margin:0 0 18px}h3{font-size:20px;margin:0 0 10px}.hero p{font-size:19px;max-width:600px}.button{display:inline-block;padding:13px 20px;background:var(--sage);color:var(--white);border:0;cursor:pointer;margin:8px 8px 0 0}.button.alt{background:var(--almond);color:var(--charcoal)}img{display:block;width:100%;height:auto;max-height:280px;object-fit:cover}.hero img{height:320px}.section{padding:70px 0}.section.gray{background:var(--gray)}.section.dark{background:var(--espresso);color:var(--white)}.section.dark h2,.section.dark h3,.section.dark p{color:var(--white)}.intro{text-align:center;max-width:720px;margin:0 auto 30px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.card{border:1px solid var(--line);background:var(--white);padding:22px}.card img{height:210px;margin:-22px -22px 20px;width:calc(100% + 44px)}.stats{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:20px}.stat strong{display:block;font:700 42px 'Playfair Display';color:var(--sage)}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.split img{height:280px}.table-wrap{overflow:auto}.compare{width:100%;border-collapse:collapse;background:var(--white)}.compare th,.compare td{padding:14px;border:1px solid var(--line);text-align:left}.compare th{background:var(--almond);color:var(--charcoal)}.filters{background:var(--gray);padding:20px}.filters label{display:block;margin:8px 0}.filters input,.filters select,.filters textarea{width:100%;padding:11px;border:1px solid var(--line);margin-top:5px;background:var(--white)}.quote{border-left:5px solid var(--sage);padding:20px 26px;font:600 21px 'Playfair Display';background:var(--gray)}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step:before{counter-increment:step;content:counter(step);font-size:32px;color:var(--sage);font-weight:bold}.site-footer{background:var(--charcoal);color:var(--white);padding:55px 0 18px}.site-footer p,.site-footer a,.site-footer h3{color:var(--white)}.site-footer h3{font-size:16px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.footer-grid>div{display:flex;flex-direction:column;gap:7px}.brand.light{color:var(--almond)}.footer-bottom{border-top:1px solid #5c5c58;margin-top:35px;padding-top:18px;font-size:13px}.notice{padding:22px;border:1px solid var(--sage);background:#f5f7f3}.faq details{border-bottom:1px solid var(--line);padding:17px 0}.faq summary{font-weight:700;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{border:1px solid var(--line);padding:16px}.product-card img{height:220px;margin:-16px -16px 15px;width:calc(100% + 32px)}.product-card .price{font-weight:700;color:var(--sage);font-size:19px}.form-success{display:none;background:#e6f1e4;padding:14px;margin-top:14px}.form-success.show{display:block}@media(max-width:800px){.nav nav{display:none}.menu-toggle{display:block}.nav nav.open{display:flex;position:absolute;left:0;right:0;top:76px;background:#fff;padding:20px;flex-direction:column}.hero .container,.split,.grid-2{grid-template-columns:1fr}.grid-3,.product-grid,.steps{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.grid-3,.product-grid,.steps{grid-template-columns:1fr}.hero{padding:48px 0}.section{padding:48px 0}}

/* TABLE-COLOR-FIX */
td,th{color:#172033 !important}
table{width:100%;border-collapse:collapse;margin:16px 0}
th,td{padding:10px 14px;text-align:left;border:1px solid #d1d5db;color:#172033 !important}
thead th{background:#1e3a5f !important;color:#fff !important;font-weight:600}
tbody tr:nth-child(even) td{background:#f9fafb !important;color:#172033 !important}
tbody tr:nth-child(odd) td{background:#ffffff !important;color:#172033 !important}
tbody tr:hover td{background:#f0f4f8 !important}
.dark table td,.dark table th,.hero table td,.stats table td,.cta table td{color:#fff !important}
/* IMG-RESP-OVERRIDE */
.hero img,.hero-section img,.banner img{height:320px !important;max-height:320px;width:100%;object-fit:cover;display:block}
.split img,.visual img,.content img,.about img,.feature img,.intro img,.content-image{
  height:280px !important;max-height:280px;width:100%;object-fit:cover;display:block}
.card img,.product-card img,.article-card img,.post-card img,.product img,.product-grid img{
  height:220px !important;max-height:220px;width:100%;object-fit:cover;display:block}
.gallery img{height:220px !important;max-height:220px;width:100%;object-fit:cover;display:block}
.gallery img:first-child{height:320px !important;max-height:320px}
.card,.product-card,.article-card,.post-card{overflow:hidden}
img{max-width:100%;height:auto;display:block}
/* BUG2: paragraph link */
.section p a,.content p a,.policy p a,.article p a,.legal p a,.container p a{
  color:inherit;text-decoration:underline;text-underline-offset:2px}
.dark p a,.hero p a,.stats p a,.cta p a,.site-footer p a{color:#fff;text-decoration:underline}
/* BUG3: prevent double-grid */
section.split,section.grid-2,section.grid-3,section.grid-4,section.timeline,
section.stats,section.stat-grid,section.articles,section.features,
section.collection,section.showcase{display:block}
.split > div,.grid-2 > div,.grid-3 > div{min-width:0}