/* Silky design system — migrated from the legacy single-page export */
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 400 700; font-stretch: 100%; font-display: swap;
  src: url("/assets/archivo-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122; }
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 400 700; font-stretch: 100%; font-display: swap;
  src: url("/assets/archivo-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+2020, U+20A0-20AB, U+20AD-20C0; }
@font-face { font-family: 'Marcellus'; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/marcellus-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122; }
@font-face { font-family: 'Marcellus'; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/marcellus-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+2020, U+20A0-20AB; }

:root {
  --ink: #241d18; --ink-soft: #5c5148; --ink-mute: #8a7c6e;
  --paper: #faf7f2; --sand: #f3ece3; --line: #eee4d6; --line-dark: #e4dacb;
  --dark: #2d2521; --dark-deep: #241d18; --cream: #ece4da; --cream-soft: #b7aa9c;
  --accent: #cd7231; --accent-deep: #b06024; --wa: #25d366;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Archivo', sans-serif; -webkit-font-smoothing: antialiased; font-size: 16px; line-height: 1.6; }
a { color: #c46a28; text-decoration: none; }
a:hover { color: #a3541c; }
img { max-width: 100%; height: auto; }
h1, h2, h3 { font-family: 'Marcellus', serif; font-weight: 400; margin: 0; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--accent); color: #fff; padding: 10px 18px; z-index: 500; }
.skip-link:focus { left: 8px; top: 8px; color: #fff; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

.announce { background: var(--dark-deep); color: #cfc4ba; font-size: 13px; letter-spacing: 0.04em; display: flex; justify-content: center; gap: 32px; padding: 9px 24px; flex-wrap: wrap; }
.announce .dot { opacity: 0.35; }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--dark); border-bottom: 1px solid rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 48px; }
.site-header .logo img { height: 58px; width: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: 14.5px; font-weight: 500; letter-spacing: 0.02em; }
.site-nav a { color: #e8e0d8; }
.site-nav a[aria-current="page"] { color: #fff; border-bottom: 2px solid var(--accent); padding-bottom: 2px; }
.btn { display: inline-block; border-radius: 3px; font-weight: 600; font-size: 15px; padding: 15px 30px; }
.btn-accent { background: var(--accent); color: #fff !important; padding: 10px 22px; }
.btn-dark { background: var(--dark-deep); color: #f5efe8 !important; }
.btn-outline { border: 1px solid #b8a998; color: var(--ink) !important; padding: 15px 26px; }
.btn-outline-light { border: 1px solid rgba(236,228,218,0.35); color: var(--cream) !important; padding: 15px 26px; }
.btn-wa { background: var(--wa); color: #0b2b18 !important; font-weight: 700; }
.nav-toggle { display: none; background: none; border: 1px solid rgba(236,228,218,0.4); color: var(--cream); border-radius: 3px; padding: 8px 12px; font: inherit; cursor: pointer; }

.hero { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; background: var(--sand); overflow: hidden; }
.hero-copy { padding: 96px 64px 96px 96px; display: flex; flex-direction: column; justify-content: center; gap: 28px; }
.kicker { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; letter-spacing: 0.22em; color: var(--accent-deep); }
.kicker .rule { width: 34px; height: 1px; background: var(--accent-deep); }
.hero h1 { font-size: 62px; line-height: 1.06; color: var(--ink); text-wrap: pretty; }
.hero .lede { font-size: 18px; line-height: 1.65; color: var(--ink-soft); margin: 0; max-width: 46ch; text-wrap: pretty; }
.cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.stats { display: flex; gap: 40px; padding-top: 22px; border-top: 1px solid #ddd2c3; margin-top: 8px; }
.stats .num { font-family: 'Marcellus', serif; font-size: 30px; }
.stats .lbl { font-size: 13px; color: var(--ink-mute); letter-spacing: 0.04em; }
.hero-img { position: relative; min-height: 560px; }
.hero-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero-img .fade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--sand) 0%, rgba(243,236,227,0) 18%); }

.section { padding: 100px 96px; }
.section-tight { padding: 72px 96px; }
.wrap { max-width: 1200px; margin: 0 auto; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 52px; flex-wrap: wrap; }
.section-head .side { max-width: 40ch; color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; margin: 0; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.22em; color: var(--accent-deep); margin-bottom: 14px; text-transform: uppercase; }
h2.title { font-size: 42px; }
.bg-white { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bg-sand { background: var(--sand); }
.bg-dark { background: var(--dark); color: var(--cream); }
.bg-deep { background: var(--dark-deep); color: var(--cream); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }

.card { border: 1px solid var(--line-dark); background: #fff; border-radius: 4px; padding: 30px 28px; display: flex; flex-direction: column; gap: 12px; min-height: 150px; color: inherit; }
a.card:hover { border-color: var(--accent); color: inherit; }
.card .num { font-size: 12px; letter-spacing: 0.12em; color: #b8a998; font-weight: 600; }
.card .name { font-family: 'Marcellus', serif; font-size: 22px; }
.card .desc { font-size: 14px; color: #6f6357; line-height: 1.55; }
.card .more { font-size: 14px; font-weight: 600; color: var(--accent-deep); margin-top: auto; }

.product { border: 1px solid var(--line); border-radius: 4px; padding: 26px 22px 22px; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; background: #fff; }
.product:hover { border-color: var(--accent); }
.product .name { font-weight: 600; font-size: 15.5px; }
.product .note { font-size: 13px; color: var(--ink-mute); line-height: 1.5; }

.step { display: flex; flex-direction: column; gap: 14px; padding: 26px 24px; background: var(--sand); border-radius: 4px; }
.step .num { font-family: 'Marcellus', serif; font-size: 34px; color: var(--accent); }
.step .name { font-weight: 600; font-size: 17px; }
.step .desc { font-size: 14px; color: #6f6357; line-height: 1.6; }

.prose { color: var(--ink-soft); font-size: 16px; line-height: 1.7; max-width: 68ch; }
.prose h2 { font-size: 28px; color: var(--ink); margin: 36px 0 12px; }
.prose h3 { font-size: 22px; color: var(--ink); margin: 28px 0 10px; }
.prose img { border-radius: 4px; }
.figure { width: 100%; border-radius: 4px; display: block; box-shadow: 0 24px 48px -24px rgba(36,29,24,0.35); }

.swatches { display: flex; gap: 8px; padding-top: 4px; align-items: center; }
.swatch { width: 34px; height: 34px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.15); }
.swatch + .swatch { margin-left: -14px; }
.link-underline { font-weight: 600; font-size: 15px; border-bottom: 1px solid var(--accent); padding-bottom: 2px; }

.logo-wall { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px 56px; }
.logo-wall img { width: auto; opacity: 0.8; }

.brand-plate { border: 1px solid rgba(236,228,218,0.25); border-radius: 4px; padding: 44px 40px; text-align: center; display: flex; flex-direction: column; gap: 10px; }
.brand-plate .word { font-family: 'Marcellus', serif; font-size: 44px; letter-spacing: 0.14em; color: #f5efe8; }
.brand-plate .sub { display: flex; align-items: center; gap: 14px; justify-content: center; }
.brand-plate .sub .rule { height: 1px; width: 36px; background: var(--accent); }
.brand-plate .sub span:not(.rule) { font-size: 13px; letter-spacing: 0.3em; font-weight: 600; color: var(--accent); }
.brand-plate .division { font-size: 12.5px; letter-spacing: 0.08em; color: #a4988c; }
.tick-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; font-size: 15px; color: var(--cream); padding-top: 6px; }
.tick-list div { display: flex; gap: 10px; align-items: baseline; }
.tick-list span { color: var(--accent); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 32px; font-size: 15px; line-height: 1.6; }
.contact-grid .lbl { font-size: 12px; letter-spacing: 0.18em; color: var(--ink-mute); margin-bottom: 8px; text-transform: uppercase; }
.bg-deep .contact-grid .lbl { color: #8a7c6e; }
.bg-deep .contact-grid a { color: var(--cream); }

.form-panel { border: 1px solid rgba(236,228,218,0.18); border-radius: 4px; padding: 28px 32px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; }
.input { background: rgba(255,255,255,0.06); border: 1px solid rgba(236,228,218,0.3); border-radius: 3px; padding: 13px 16px; color: #f5efe8; font-size: 15px; font-family: 'Archivo', sans-serif; width: 100%; }
.bg-paper-form .input { background: #fff; border-color: var(--line-dark); color: var(--ink); }
.form-note { font-size: 13px; color: var(--cream-soft); }
.flash-ok { color: #8fce8f; font-weight: 600; font-size: 15px; }
.flash-err { color: #e79a9a; font-weight: 600; font-size: 15px; }
button.btn { border: none; cursor: pointer; font-family: 'Archivo', sans-serif; }

.site-footer { background: var(--dark-deep); color: var(--cream); }
.footer-legal { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid rgba(236,228,218,0.14); margin-top: 40px; padding-top: 28px; flex-wrap: wrap; font-size: 12.5px; color: #8a7c6e; }
.footer-legal a { color: var(--cream-soft); }
.footer-legal img { height: 44px; width: auto; }

.breadcrumbs { font-size: 13.5px; color: var(--ink-mute); margin-bottom: 26px; }
.breadcrumbs ol { list-style: none; display: flex; gap: 8px; margin: 0; padding: 0; flex-wrap: wrap; }
.breadcrumbs li + li::before { content: "›"; margin-right: 8px; color: #b8a998; }

.post-list { display: grid; gap: 20px; }
.post-card { border: 1px solid var(--line-dark); background: #fff; border-radius: 4px; padding: 30px 28px; color: inherit; display: block; }
.post-card:hover { border-color: var(--accent); color: inherit; }
.post-card h2 { font-size: 26px; margin-bottom: 8px; }
.post-meta { font-size: 13px; color: var(--ink-mute); letter-spacing: 0.04em; }

.wa-fab { position: fixed; right: 26px; bottom: 26px; z-index: 100; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); border: none; cursor: pointer; display: grid; place-items: center; box-shadow: 0 10px 24px -6px rgba(18,140,80,0.55); }

@media (max-width: 800px) {
  .announce .hide-m { display: none; }
  .site-header { padding: 12px 18px; flex-wrap: wrap; }
  .site-header .logo img { height: 46px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: 16px; padding-top: 14px; }
  .site-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 56px 22px 48px; }
  .hero h1 { font-size: 40px; }
  .hero-img { min-height: 400px; }
  .stats { gap: 20px 28px; flex-wrap: wrap; }
  .section, .section-tight { padding: 64px 22px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; gap: 40px; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  h2.title { font-size: 30px; }
}
