:root {
  --bg: #faf3e8;
  --paper: #ffffff;
  --ink: #181615;
  --ink-soft: #5a4f44;
  --rule: #e2d6c0;
  --indigo: #1d3360;
  --indigo-dark: #11203f;
  --red: #b8362f;
  --gold: #c89a2c;
  --accent: #d4a13a;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --display: 'Iowan Old Style', 'Hoefler Text', Georgia, serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
a { color: var(--indigo); text-decoration: none; }
a:hover { color: var(--red); }

/* Top utility — small culture-acknowledgement line */
.acknowledgement { background: var(--indigo); color: rgba(255,250,235,0.85); padding: 8px 0; font-size: 12px; text-align: center; letter-spacing: 0.04em; }

/* Header */
header.maico { padding: 22px 0; background: var(--bg); border-bottom: 2px solid var(--red); }
header.maico .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; }
.brand-block { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 44px; height: 44px; background: var(--red); color: var(--bg); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 22px; font-weight: 700; font-style: italic; }
.brand { font-family: var(--display); font-size: 24px; font-weight: 700; color: var(--ink); text-decoration: none; letter-spacing: 0.005em; }
header.maico nav a { color: var(--ink); text-decoration: none; margin-left: 24px; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; }
header.maico nav a:hover { color: var(--red); }

/* Hero with diamond ornament */
.hero-maico { padding: 80px 0 64px; position: relative; }
.hero-maico::before { content: ''; position: absolute; top: 32px; left: 28px; right: 28px; height: 6px; background: repeating-linear-gradient(135deg, var(--red) 0 12px, transparent 12px 24px, var(--gold) 24px 36px, transparent 36px 48px); opacity: 0.4; }
.hero-maico .hero-inner { display: grid; grid-template-columns: 3fr 2fr; gap: 56px; align-items: center; }
.hero-maico .eyebrow { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 20px; }
.hero-maico h1 { font-family: var(--display); font-size: 56px; line-height: 1.05; color: var(--ink); margin-bottom: 24px; font-weight: 700; letter-spacing: -0.01em; max-width: 14ch; }
.hero-maico h1 em { font-style: italic; color: var(--red); }
.hero-maico .sub { font-size: 17px; color: var(--ink-soft); max-width: 50ch; line-height: 1.7; margin-bottom: 24px; }
.btn-shop { display: inline-block; padding: 14px 32px; background: var(--ink); color: var(--bg); text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.btn-shop:hover { background: var(--red); color: var(--bg); }
.hero-art { aspect-ratio: 1; background: linear-gradient(135deg, var(--red) 0%, var(--indigo) 100%); position: relative; overflow: hidden; }
.hero-art::before, .hero-art::after { content: ''; position: absolute; border: 2px solid var(--gold); }
.hero-art::before { top: 12%; left: 12%; right: 12%; bottom: 12%; transform: rotate(45deg); }
.hero-art::after { top: 30%; left: 30%; right: 30%; bottom: 30%; border-radius: 50%; }

/* Founder spotlight band */
.founder-band { background: var(--indigo); color: rgba(255,250,235,0.92); padding: 72px 0; }
.founder-band .container { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: start; }
.founder-mark { background: var(--gold); color: var(--indigo-dark); padding: 28px; font-family: var(--display); font-size: 21px; line-height: 1.4; font-style: italic; }
.founder-mark strong { display: block; font-style: normal; font-weight: 700; margin-bottom: 6px; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; }
.founder-content .eyebrow { color: var(--gold); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; }
.founder-content h2 { font-family: var(--display); font-size: 32px; line-height: 1.2; color: var(--paper); margin-bottom: 18px; font-weight: 700; }
.founder-content h2 em { font-style: italic; color: var(--gold); }
.founder-content p { color: rgba(255,250,235,0.82); line-height: 1.75; margin-bottom: 14px; font-size: 16px; }
.founder-content a { color: var(--gold); }

/* Collection grid */
.collections { padding: 80px 0; }
.section-title-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 36px; flex-wrap: wrap; gap: 12px; }
.section-title { font-family: var(--display); font-size: 32px; font-weight: 700; color: var(--ink); line-height: 1.15; }
.section-title em { font-style: italic; color: var(--red); }
.col-link { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); }
.collection-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.col-card { background: var(--paper); border: 1px solid var(--rule); padding: 24px; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; transition: transform 0.2s, border-color 0.2s; }
.col-card:hover { transform: translateY(-2px); border-color: var(--red); }
.col-mark { width: 40px; height: 40px; background: var(--red); color: var(--paper); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-style: italic; font-size: 18px; font-weight: 700; margin-bottom: 18px; }
.col-card h3 { font-family: var(--display); font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.col-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 12px; }
.col-card .price { font-size: 12px; color: var(--gold); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

/* Visit section */
.visit { padding: 72px 0; background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.visit h2 { font-family: var(--display); font-size: 32px; font-weight: 700; color: var(--ink); margin-bottom: 16px; }
.visit p { color: var(--ink-soft); line-height: 1.7; margin-bottom: 12px; }
.visit .address-block { background: var(--indigo); color: var(--bg); padding: 28px 32px; }
.visit .address-block .eyebrow { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.visit .address-block h3 { font-family: var(--display); font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.visit .address-block p { color: rgba(255,250,235,0.85); margin-bottom: 4px; font-size: 15px; }
.visit .address-block a { color: var(--gold); }

/* Article pages */
article.page { padding: 64px 0; max-width: 760px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
article.page .breadcrumb { font-size: 12px; color: var(--ink-soft); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
article.page .breadcrumb a { color: var(--ink-soft); }
article.page h1 { font-family: var(--display); font-size: 42px; font-weight: 700; color: var(--ink); margin-bottom: 24px; line-height: 1.15; }
article.page h2 { font-family: var(--display); font-size: 24px; font-weight: 700; color: var(--ink); margin-top: 40px; margin-bottom: 12px; }
article.page p { margin-bottom: 16px; font-size: 16px; line-height: 1.75; }
article.page ul, article.page ol { margin-bottom: 18px; padding-left: 24px; }
article.page li { margin-bottom: 8px; }

/* Footer */
footer { background: var(--ink); color: rgba(250,243,232,0.75); padding: 56px 0 24px; }
footer .container { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; margin-bottom: 28px; }
footer h5 { font-family: var(--display); font-size: 16px; font-weight: 700; color: var(--paper); margin-bottom: 12px; }
footer p, footer a { font-size: 14px; color: rgba(250,243,232,0.7); line-height: 1.7; text-decoration: none; display: block; }
footer a:hover { color: var(--gold); }
.footer-pattern { height: 6px; background: repeating-linear-gradient(135deg, var(--red) 0 12px, transparent 12px 24px, var(--gold) 24px 36px, transparent 36px 48px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 18px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; text-align: center; color: rgba(250,243,232,0.5); }

@media (max-width: 800px) {
  .hero-maico .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-maico h1 { font-size: 36px; }
  .founder-band .container { grid-template-columns: 1fr; gap: 24px; }
  .visit-grid { grid-template-columns: 1fr; gap: 24px; }
  footer .container { grid-template-columns: 1fr; gap: 24px; }
  header.maico nav a { margin-left: 12px; }
  article.page h1 { font-size: 30px; }
}

/* Inner-page header fallback — for pages that still use the un-classed <header> layout */
body > header:not([class]) {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule, #d8d4cc);
  background: var(--bg, #ffffff);
}
body > header:not([class]) .container {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
}
body > header:not([class]) .brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 22px; font-weight: 600; color: inherit; text-decoration: none;
}
body > header:not([class]) .brand-icon {
  width: 28px; height: 28px; flex-shrink: 0;
}
body > header:not([class]) nav {
  display: flex; gap: 22px; flex-wrap: wrap;
}
body > header:not([class]) nav a {
  font-size: 13px; color: inherit; text-decoration: none; letter-spacing: 0.04em;
}
