:root{--configured-primary:#176B57;--configured-accent:#C8EF45;}
:root {
  --primary: var(--configured-primary);
  --accent: var(--configured-accent);
  --ink: #14231f;
  --paper: #f7f6f0;
  --hero: #eef1e9;
  --surface: #ffffff;
  --soft: #edf1e9;
  --line: rgba(20,35,31,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
img { max-width: 100%; }
.announcement { min-height: 38px; padding: 9px 20px; display: grid; place-items: center; background: var(--primary); color: white; font-size: .82rem; font-weight: 800; text-align: center; }
.topbar, main, footer { width: min(1480px, calc(100% - 64px)); margin-inline: auto; }
.topbar { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { font-weight: 850; letter-spacing: -.03em; text-decoration: none; font-size: 1.25rem; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; }
.brand-lockup img { width: auto; height: 46px; object-fit: contain; }
.contact-link { color: var(--primary); font-weight: 750; }
.hero { padding: clamp(70px, 11vw, 150px) 0 64px; display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 60px; align-items: end; }
.hero-copy { max-width: 820px; }
.eyebrow { color: var(--primary); font-size: .78rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.slogan { margin: 22px 0 0; color: var(--primary); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-style: italic; }
h1 { margin: 16px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 8vw, 7rem); letter-spacing: -.065em; line-height: .92; }
.lede { max-width: 680px; font-size: clamp(1.08rem, 2vw, 1.38rem); line-height: 1.65; color: color-mix(in srgb, var(--ink) 72%, transparent); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 800; text-decoration: none; }
.primary { background: var(--primary); color: white; }
.secondary { border: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 55%, transparent); }
.hero-note { padding: 24px; display: grid; gap: 10px; border: 1px solid var(--line); border-radius: 22px; background: color-mix(in srgb, var(--surface) 78%, transparent); }
.hero-note span, .section-heading p { color: var(--primary); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-note strong { font-size: 1.05rem; line-height: 1.35; }
.hero-note small { color: color-mix(in srgb, var(--ink) 62%, transparent); line-height: 1.45; }
.offerings { padding: 56px 0; display: grid; grid-template-columns: 260px 1fr; gap: 50px; border-top: 1px solid var(--line); }
.section-heading p { margin: 0 0 10px; }
.section-heading h2 { margin: 0; font: 500 2.2rem/1 Georgia, "Times New Roman", serif; }
.offering-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.offering-list article { min-height: 82px; padding: 18px; display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 16px; background: color-mix(in srgb, var(--surface) 68%, transparent); }
.offering-list span { color: var(--primary); font-size: .7rem; font-weight: 900; }
.offering-list strong { font-size: .95rem; line-height: 1.35; }
.differentiators { margin-bottom: 56px; padding: 18px 0; display: flex; flex-wrap: wrap; gap: 10px; border-block: 1px solid var(--line); }
.differentiators span { padding: 9px 13px; border-radius: 999px; background: color-mix(in srgb, var(--accent) 20%, transparent); font-size: .82rem; font-weight: 750; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.photo { margin: 0; grid-column: span 4; min-height: 320px; overflow: hidden; border-radius: 24px; background: var(--soft); }
.photo:first-child { grid-column: span 8; }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s ease; }
.empty-gallery { grid-column: 1 / -1; min-height: 260px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: 24px; color: color-mix(in srgb, var(--ink) 62%, transparent); }
.details { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); margin-top: 72px; }
.details article { padding: 28px 22px; display: grid; gap: 8px; border-right: 1px solid var(--line); }
.details article:last-child { border: 0; }
.details span { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; color: color-mix(in srgb, var(--ink) 62%, transparent); }
footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: color-mix(in srgb, var(--ink) 62%, transparent); font-size: .88rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 14px; }
.social-links a { color: var(--primary); font-weight: 800; text-decoration: none; }
.theme-local .hero { position: relative; }
.theme-local .hero::before { content: ""; position: absolute; width: 180px; height: 180px; right: 100px; top: 55px; border-radius: 50%; background: var(--accent); opacity: .22; filter: blur(2px); z-index: -1; }
.theme-local .offering-list article:nth-child(3n + 1) { background: color-mix(in srgb, var(--accent) 18%, white); }
.theme-warm { --paper: #fff6e8; }
.theme-warm .topbar { border: 0; }
.theme-warm .brand { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.theme-warm .hero { margin-top: 24px; padding: 72px 60px; grid-template-columns: 1fr 300px; border-radius: 44px 12px 44px 12px; background: var(--hero, #f5dcc0); }
.theme-warm h1 { max-width: 760px; font-size: clamp(3.2rem, 7vw, 6.2rem); }
.theme-warm .hero-note { border-radius: 8px 36px 8px 36px; background: var(--surface, #fff9ef); }
.theme-warm .photo { border-radius: 10px 42px 10px 42px; }
.theme-warm .photo:nth-child(even) { transform: translateY(22px); }
.theme-warm .offerings { border: 0; }
.theme-warm .offering-list article { border: 0; border-radius: 30px 8px 30px 8px; background: var(--soft, #f8e6cf); }
.theme-direct { --ink: #f7f9ff; --paper: #101523; --line: rgba(255,255,255,.16); }
.theme-direct .topbar { width: 100%; padding-inline: max(24px, calc((100% - 1120px) / 2)); border-bottom: 1px solid var(--line); text-transform: uppercase; }
.theme-direct .contact-link, .theme-direct .eyebrow, .theme-direct .slogan, .theme-direct .section-heading p { color: var(--accent); }
.theme-direct h1 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 950; text-transform: uppercase; }
.theme-direct .primary { background: var(--accent); color: #0d1421; }
.theme-direct .secondary, .theme-direct .hero-note, .theme-direct .offering-list article { border-color: var(--line); border-radius: 2px; background: rgba(255,255,255,.035); }
.theme-direct .button, .theme-direct .photo { border-radius: 2px; }
.theme-direct .offering-list { grid-template-columns: 1fr; }
.theme-direct .offering-list article { min-height: 92px; grid-template-columns: 70px 1fr; }
.theme-direct .offering-list span { color: var(--accent); font: 800 1.3rem ui-monospace, monospace; }
.theme-organic { --paper: #f5f1e7; }
.theme-organic .topbar { border: 0; }
.theme-organic .brand { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.theme-organic .hero { position: relative; margin-top: 22px; padding: 90px 64px; overflow: hidden; border-radius: 90px 24px 90px 24px; background: var(--hero, #e4e8d8); }
.theme-organic .hero::after { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; bottom: -100px; border-radius: 42% 58% 70% 30% / 45% 40% 60% 55%; background: var(--accent); opacity: .7; }
.theme-organic .hero-note { position: relative; z-index: 1; border: 0; border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%; background: var(--surface, #fbf7ee); min-height: 240px; align-content: center; text-align: center; }
.theme-organic .offering-list article { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.theme-organic .photo { border-radius: 45% 12px 45% 12px; }
.theme-organic .photo:nth-child(3n) { border-radius: 12px 45% 12px 45%; }
.palette-confeti { background-color: var(--paper); background-image: radial-gradient(circle at 12px 12px, rgba(255,210,63,.42) 0 7px, transparent 8px), radial-gradient(circle at 62px 42px, rgba(197,51,100,.22) 0 9px, transparent 10px), radial-gradient(circle at 105px 18px, rgba(112,207,187,.28) 0 6px, transparent 7px), radial-gradient(circle at 148px 65px, rgba(155,111,214,.2) 0 8px, transparent 9px); background-size: 180px 90px; }
.palette-confeti .topbar, .palette-confeti footer { background: color-mix(in srgb, var(--paper) 88%, transparent); }
.palette-confeti .hero { background: linear-gradient(135deg, var(--hero), var(--surface)); box-shadow: 0 22px 70px rgba(197,51,100,.12); }
.palette-confeti .offering-list article:nth-child(odd) { background: var(--soft); }
.palette-confeti .offering-list article:nth-child(even) { background: var(--surface); }
@media (max-width: 720px) {
  .topbar, main, footer { width: min(100% - 28px, 1120px); }
  .hero, .theme-warm .hero, .theme-organic .hero { padding: 64px 0; grid-template-columns: 1fr; }
  .theme-warm .hero, .theme-organic .hero { padding-inline: 24px; border-radius: 28px 8px 28px 8px; }
  .offerings { grid-template-columns: 1fr; gap: 24px; }
  .offering-list { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .photo, .photo:first-child { grid-column: auto; min-height: 250px; }
  .details { grid-template-columns: 1fr; }
  .details article { border-right: 0; border-bottom: 1px solid var(--line); }
  footer { padding: 28px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
}

.theme-chemical { --paper: #f4f8f7; --surface: #ffffff; --soft: #e5f0ed; --line: rgba(11,56,48,.16); }
.theme-chemical .topbar { min-height: 86px; }
.theme-chemical .hero { margin-top: 30px; padding: clamp(36px, 6vw, 72px); grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); align-items: center; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, var(--hero), var(--surface)); }
.theme-chemical .hero h1 { max-width: 760px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(2.7rem, 6vw, 5.7rem); font-weight: 900; line-height: .96; }
.theme-chemical .chemical-hero-media { min-height: clamp(420px, 32vw, 620px); margin: 0; overflow: hidden; border-radius: 18px; background: var(--soft); }
.theme-chemical .chemical-hero-media img { width: 100%; height: 100%; min-height: clamp(420px, 32vw, 620px); display: block; object-fit: cover; }
.theme-chemical .chemical-placeholder { min-height: clamp(420px, 32vw, 620px); display: grid; place-items: center; padding: 40px; color: color-mix(in srgb, var(--ink) 58%, transparent); text-align: center; }
.theme-chemical .trust-strip { margin: 26px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.theme-chemical .trust-strip article { padding: 20px; display: grid; gap: 7px; border-right: 1px solid var(--line); }
.theme-chemical .trust-strip article:last-child { border: 0; }
.theme-chemical .trust-strip span { color: var(--primary); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.theme-chemical .chemical-products { padding: 76px 0 36px; }
.theme-chemical .chemical-products-head { max-width: 700px; margin-bottom: 30px; }
.theme-chemical .chemical-products-head h2 { margin: 8px 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.theme-chemical .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.theme-chemical .product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.theme-chemical .product-card figure { aspect-ratio: 1; margin: 0; overflow: hidden; background: var(--soft); }
.theme-chemical .product-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.theme-chemical .product-card-placeholder { height: 100%; display: grid; place-items: center; color: color-mix(in srgb, var(--ink) 55%, transparent); }
.theme-chemical .product-card-copy { min-height: 112px; padding: 20px; display: grid; align-content: space-between; gap: 12px; }
.theme-chemical .product-card-copy span { color: var(--primary); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.theme-chemical .product-card-copy strong { font-size: 1.05rem; line-height: 1.35; }
.theme-chemical .differentiators { margin-top: 34px; }
.theme-chemical.hero-layout-centered .hero { grid-template-columns: 1fr; text-align: center; }
.theme-chemical.hero-layout-centered .hero-copy { max-width: 850px; margin-inline: auto; }
.theme-chemical.hero-layout-centered .lede { margin-inline: auto; }
.theme-chemical.hero-layout-centered .hero-actions { justify-content: center; }
.theme-chemical.hero-layout-centered .chemical-hero-media { max-width: 900px; width: 100%; margin-inline: auto; }
.theme-chemical.button-style-square .button { border-radius: 6px; }
.theme-chemical.button-style-soft .button { border-radius: 16px; }
.theme-chemical.density-compact .hero { padding: clamp(28px, 4vw, 52px); gap: 34px; }
.theme-chemical.density-compact .chemical-products { padding-top: 54px; }
.theme-chemical.density-compact .product-card-copy { min-height: 94px; padding: 16px; }
@media (max-width: 820px) {
  .theme-chemical .hero { padding: 34px 22px; grid-template-columns: 1fr; }
  .theme-chemical .chemical-hero-media, .theme-chemical .chemical-hero-media img, .theme-chemical .chemical-placeholder { min-height: 280px; }
  .theme-chemical .product-grid { grid-template-columns: repeat(2, 1fr); }
  .theme-chemical .trust-strip { grid-template-columns: 1fr; }
  .theme-chemical .trust-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .theme-chemical .product-grid { grid-template-columns: 1fr; }
}