@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;--teal:#476B68;--ochre:#B38A52;--charcoal:#303536;--paper:#E7E0D2;--gray:#F4F5F3}*{box-sizing:border-box}body{margin:0;color:var(--charcoal);background:var(--white);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}p{max-width:72ch}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{border-bottom:1px solid #e4e7e3;background:#fff;position:sticky;top:0;z-index:5}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:74px}.logo,.footer-logo{font:700 28px 'Playfair Display',serif;color:var(--teal)}nav{display:flex;gap:24px;align-items:center}nav a:hover{color:var(--ochre)}.nav-cta,.button{background:var(--teal);color:#fff;padding:11px 18px;border-radius:5px;border:0;display:inline-block}.menu-toggle{display:none}.hero{background:var(--teal);color:#fff;padding:92px 0}.hero h1{font:700 clamp(42px,6vw,76px)/1.05 'Playfair Display',serif;max-width:760px;margin:0 0 24px}.hero p{font-size:20px;color:#fff}.hero img{width:100%;height:auto;object-fit:cover;margin-top:38px}.section{padding:76px 0}.paper{background:var(--paper)}.gray{background:var(--gray)}.section h2{font:700 42px/1.15 'Playfair Display',serif;color:var(--charcoal);margin:0 0 18px}.grid-3,.grid-4{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{border:1px solid #dfe4df;background:#fff;padding:24px;border-radius:8px}.card img,.split img,.article img{width:100%;height:220px;object-fit:cover;border-radius:5px}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.split img{height:280px}.stats{background:var(--charcoal);color:#fff}.stats h2,.stats p,.stats h3{color:#fff}.stat strong{font-size:42px;color:var(--ochre);display:block}.crumbs{padding:18px 0;font-size:14px;color:var(--teal)}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:14px;text-align:left;border-bottom:1px solid #dfe4df}th{background:var(--teal);color:#fff}.filter-layout{display:grid;grid-template-columns:240px 1fr;gap:32px}.filters{background:var(--gray);padding:22px}.filters label{display:block;margin:12px 0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product img{height:180px}.product h3{margin:10px 0}.quote{border-left:5px solid var(--ochre);padding:20px 28px;background:var(--gray);font:20px/1.5 'Playfair Display',serif}.site-footer{background:var(--charcoal);color:#fff;padding:60px 0 20px}.site-footer a,.site-footer p,.site-footer h3{color:#fff}.site-footer a{display:block;margin:7px 0}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.copyright{border-top:1px solid #596161;margin-top:40px;padding-top:18px;color:#fff}.form{display:grid;gap:14px;max-width:680px}.form input,.form textarea,.form select{padding:14px;border:1px solid #cdd5d1;border-radius:4px;font:inherit}.notice{padding:22px;background:var(--paper);border-left:5px solid var(--ochre)}.timeline li{margin:20px 0}.faq details{padding:18px 0;border-bottom:1px solid #dfe4df}.faq summary{font-weight:700;cursor:pointer}@media(max-width:800px){nav{display:none}.menu-toggle{display:block;background:none;border:0;font-size:22px}.grid-3,.grid-4,.products,.split,.footer-grid,.filter-layout{grid-template-columns:1fr}.hero{padding:60px 0}.section{padding:52px 0}.section h2{font-size:34px}}

/* 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}