:root {
  --art-ink: #090909;
  --art-surface: #141313;
  --art-surface-2: #1c1915;
  --art-gold: #c9a24d;
  --art-gold-light: #e5c878;
  --art-cream: #f4efe5;
  --art-muted: #c7beb0;
  --art-line: rgba(201, 162, 77, .28);
  --art-max: 1180px;
  --art-gutter: clamp(22px, 5vw, 76px);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--art-ink); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--art-ink);
  color: var(--art-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
}

a, a:visited { color: var(--art-gold-light); text-decoration-color: rgba(229, 200, 120, .55); text-underline-offset: .2em; }
a:hover, a:focus-visible { color: #fff4c9; text-decoration-color: currentColor; }

.art-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
  padding: 14px var(--art-gutter);
  border-bottom: 1px solid var(--art-line);
  background: rgba(9, 9, 9, .96);
  backdrop-filter: blur(16px);
}
.art-brand { display: inline-flex; align-items: center; gap: 13px; color: var(--art-cream) !important; text-decoration: none; }
.art-brand img { width: 66px; height: 66px; display: block; object-fit: contain; border-radius: 8px; background: #050505; border: 1px solid rgba(229, 200, 120, .7); box-shadow: 0 0 20px rgba(201, 162, 77, .18); }
.art-brand span { display: grid; gap: 1px; line-height: 1.08; }
.art-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; letter-spacing: .08em; font-weight: 600; }
.art-brand small { color: var(--art-gold-light); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; }
.art-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 18px; }
.art-nav a { color: var(--art-muted) !important; font-size: .72rem; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.art-nav a[aria-current="page"], .art-nav a:hover { color: var(--art-gold-light) !important; }

.art-shell { width: min(100%, var(--art-max)); margin: 0 auto; padding: clamp(56px, 8vw, 108px) var(--art-gutter) 84px; }
.art-hero { max-width: 850px; }
.art-kicker { display: block; color: var(--art-gold-light); font-size: .72rem; letter-spacing: .24em; line-height: 1.4; text-transform: uppercase; }
.art-hero h1 { margin: 16px 0 22px; color: var(--art-cream); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem, 8vw, 7.5rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.art-hero p { max-width: 760px; margin: 0; color: var(--art-muted); font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.art-section-title { margin: 68px 0 24px; color: var(--art-cream); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 500; line-height: 1.12; }
.art-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.art-card { min-width: 0; padding: 30px; border: 1px solid var(--art-line); background: linear-gradient(145deg, var(--art-surface-2), var(--art-surface)); }
.art-card h2, .art-card h3 { margin: 10px 0 12px; color: var(--art-cream); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.2vw, 1.85rem); font-weight: 500; line-height: 1.15; }
.art-card p { margin: 0; color: var(--art-muted); }
.art-card .art-link { display: inline-block; margin-top: 20px; color: var(--art-gold-light) !important; font-weight: 600; }
.art-note { margin-top: 48px; padding: 22px 24px; border-left: 3px solid var(--art-gold); background: rgba(28, 25, 21, .84); color: var(--art-muted); }
.art-note strong { color: var(--art-cream); }
.art-back { display: inline-block; margin-top: 30px; font-size: .92rem; }
.art-news-latest { margin-top: 68px; }
.art-news-latest h2 { margin: 0 0 22px; color: var(--art-cream); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 500; }
.art-news-latest-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.art-news-latest-grid article { padding: 20px 0; border-top: 1px solid var(--art-line); }
.art-news-latest-grid h3 { margin: 8px 0; color: var(--art-cream); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; line-height: 1.18; }
.art-news-latest-grid p, .art-news-policy { color: var(--art-muted); }
.art-news-latest-grid small { color: var(--art-gold-light); letter-spacing: .13em; text-transform: uppercase; }

@media (max-width: 820px) {
  .art-header { align-items: flex-start; flex-direction: column; gap: 14px; }
  .art-nav { justify-content: flex-start; }
  .art-grid, .art-news-latest-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .art-header { min-height: 0; padding-top: 12px; padding-bottom: 13px; }
  .art-brand img { width: 56px; height: 56px; }
  .art-nav { gap: 8px 13px; }
  .art-nav a { font-size: .65rem; }
  .art-shell { padding-top: 48px; }
  .art-card { padding: 24px; }
}
@media (prefers-reduced-motion: no-preference) {
  a { transition: color 180ms ease, text-decoration-color 180ms ease; }
}
