:root{--configured-primary:#2C1810;--configured-accent:#D4AF37;}
: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; }
.headline-fragment { display: inline-block; letter-spacing: inherit; }
.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%; }

.theme-gourmet { --paper: #1c1411; --ink: #f7f2eb; --surface: #261c18; --soft: #332621; --line: rgba(212,175,55,.25); }
.theme-gourmet .topbar { border-bottom: 1px solid var(--line); }
.theme-gourmet .brand { font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; color: var(--accent); letter-spacing: .05em; }
.theme-gourmet h1 { font-family: Georgia, "Times New Roman", serif; color: #ffffff; }
.theme-gourmet .eyebrow, .theme-gourmet .slogan, .theme-gourmet .section-heading p { color: var(--accent); }
.theme-gourmet .hero { margin-top: 24px; padding: 72px 56px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #2a1e19, #1a120f); box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.theme-gourmet .primary { background: var(--accent); color: #1c1411; font-weight: 800; }
.theme-gourmet .offering-list article { border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.theme-gourmet .offering-list span { color: var(--accent); font-family: Georgia, serif; font-size: 1.1rem; }
.theme-gourmet .photo { border-radius: 14px; border: 1px solid var(--line); }

.theme-tech { --paper: #0b0f19; --ink: #e2e8f0; --surface: #131b2e; --soft: #1e293b; --line: rgba(56,189,248,.25); }
.theme-tech .topbar { border-bottom: 1px solid var(--line); background: rgba(11,15,25,.8); backdrop-filter: blur(12px); }
.theme-tech .brand { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 900; letter-spacing: -.03em; color: #ffffff; }
.theme-tech h1 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 900; letter-spacing: -.04em; }
.theme-tech .eyebrow, .theme-tech .slogan, .theme-tech .section-heading p { color: var(--accent); font-family: ui-monospace, monospace; text-transform: uppercase; letter-spacing: .1em; }
.theme-tech .hero { margin-top: 28px; padding: 80px 60px; border: 1px solid var(--line); border-radius: 16px; background: radial-gradient(circle at top right, rgba(56,189,248,.12), transparent 70%), var(--surface); box-shadow: 0 0 40px rgba(56,189,248,.05); }
.theme-tech .primary { background: var(--accent); color: #0b0f19; font-weight: 800; border-radius: 8px; }
.theme-tech .offering-list article { border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.theme-tech .offering-list span { color: var(--accent); font-family: ui-monospace, monospace; font-size: .9rem; }
.theme-tech .photo { border-radius: 12px; border: 1px solid var(--line); }

.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); }
.visual-font-editorial { font-family: Georgia, "Times New Roman", serif; }
.visual-font-editorial .eyebrow, .visual-font-editorial .button, .visual-font-editorial .contact-link, .visual-font-editorial .announcement { font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.visual-font-technical, .visual-font-technical h1, .visual-font-technical h2 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.visual-font-technical h1 { letter-spacing: -.045em; }
.visual-heading-compact h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
.visual-heading-display h1 { font-size: clamp(3.6rem, 9vw, 8rem); }
.visual-corners-sharp .hero, .visual-corners-sharp .hero-note, .visual-corners-sharp .photo, .visual-corners-sharp .button, .visual-corners-sharp .offering-list article, .visual-corners-sharp .details, .visual-corners-sharp .product-card, .visual-corners-sharp .chemical-hero-media { border-radius: 6px !important; }
.visual-corners-round .hero, .visual-corners-round .hero-note, .visual-corners-round .photo, .visual-corners-round .button, .visual-corners-round .offering-list article, .visual-corners-round .details, .visual-corners-round .product-card, .visual-corners-round .chemical-hero-media { border-radius: 34px !important; }
.visual-shadow-soft .hero, .visual-shadow-soft .hero-note, .visual-shadow-soft .photo, .visual-shadow-soft .offering-list article, .visual-shadow-soft .details, .visual-shadow-soft .product-card, .visual-shadow-soft .chemical-hero-media { box-shadow: 0 14px 34px rgba(20,35,31,.10); }
.visual-shadow-lifted .hero, .visual-shadow-lifted .hero-note, .visual-shadow-lifted .photo, .visual-shadow-lifted .offering-list article, .visual-shadow-lifted .details, .visual-shadow-lifted .product-card, .visual-shadow-lifted .chemical-hero-media { box-shadow: 0 24px 65px rgba(20,35,31,.18); }
.visual-width-standard .topbar, .visual-width-standard main, .visual-width-standard footer { width: min(1120px, calc(100% - 40px)) !important; }
.visual-width-wide .topbar, .visual-width-wide main, .visual-width-wide footer { width: min(1480px, calc(100% - 64px)) !important; }
.visual-width-full .topbar, .visual-width-full main, .visual-width-full footer { width: calc(100% - 32px) !important; }
.visual-align-center .hero { text-align: center; }
.visual-align-center .hero-copy, .visual-align-center .lede { margin-inline: auto; }
.visual-align-center .hero-actions { justify-content: center; }
.visual-spacing-compact .hero { padding-top: clamp(42px, 7vw, 90px); padding-bottom: 38px; }
.visual-spacing-compact .offerings { padding-block: 34px; }
.visual-spacing-compact .details { margin-top: 42px; }
.visual-spacing-airy .hero { padding-top: clamp(90px, 15vw, 190px); padding-bottom: 92px; }
.visual-spacing-airy .offerings { padding-block: 88px; }
.visual-spacing-airy .details { margin-top: 100px; }
@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; }
}