@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ic-red: #ed1c24;
  --ic-red-dark: #c90f17;
  --ic-red-soft: #fff0f0;
  --ic-ink: #101010;
  --ic-charcoal: #252525;
  --ic-paper: #faf9f7;
  --ic-mist: #eeece8;
  --ic-line: #dedbd5;
  --ic-muted: #6e6a64;
  --ic-display: "Space Grotesk", "Trebuchet MS", sans-serif;
  --ic-body: "DM Sans", "Trebuchet MS", sans-serif;
  --ic-radius: 22px;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ic-paper); color: var(--ic-ink); font-family: var(--ic-body); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.ic-page { min-height: 100vh; overflow: hidden; background: var(--ic-paper); }
.ic-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.ic-topbar { padding: 10px 20px; background: var(--ic-ink); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ic-topbar-inner { width: min(1180px, 100%); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.ic-topbar a { color: #ff6a6f; text-decoration: none; }
.ic-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(222,219,213,.9); background: rgba(250,249,247,.92); backdrop-filter: blur(14px); }
.ic-navrow { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ic-logo { display: inline-flex; align-items: center; gap: 11px; color: var(--ic-ink); text-decoration: none; }
.ic-logo-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--ic-red); color: #fff; font-family: var(--ic-display); font-size: 16px; font-weight: 700; letter-spacing: -.15em; }
.ic-logo-word { line-height: .9; }
.ic-logo-word strong { display: block; font-family: var(--ic-display); font-size: 15px; letter-spacing: .11em; }
.ic-logo-word small { color: #858078; font-size: 8px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }
.ic-nav { display: flex; align-items: center; gap: 26px; }
.ic-nav a { position: relative; color: #363431; font-size: 13px; font-weight: 700; text-decoration: none; }
.ic-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--ic-red); transition: right .25s ease; }
.ic-nav a:hover::after, .ic-nav a.is-active::after { right: 0; }
.ic-nav a.is-active { color: var(--ic-red); }
.ic-header-cta { display: inline-flex; align-items: center; gap: 9px; }
.ic-menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--ic-line); background: transparent; color: var(--ic-ink); }
.ic-mobile-nav { display: none; }
.ic-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--ic-red); color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .25s ease, background-color .25s ease, color .25s ease; }
.ic-btn:hover { transform: translateY(-2px); background: var(--ic-red-dark); }
.ic-btn-dark { background: var(--ic-ink); }
.ic-btn-dark:hover { background: var(--ic-charcoal); }
.ic-btn-outline { border: 1px solid rgba(16,16,16,.25); background: transparent; color: var(--ic-ink); }
.ic-btn-outline:hover { border-color: var(--ic-ink); background: var(--ic-ink); color: #fff; }
.ic-hero { position: relative; padding: 94px 0 100px; background: var(--ic-ink); color: #fff; }
.ic-hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 74px; }
.ic-hero-grid::before { content: ""; position: absolute; inset: -94px -200px; pointer-events: none; opacity: .33; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.08) 1px, transparent 1px); background-size: 34px 34px; }
.ic-hero-copy, .ic-hero-art { position: relative; }
.ic-kicker { display: inline-flex; align-items: center; gap: 11px; color: var(--ic-red); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.ic-kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.ic-kicker-light { color: #ff676c; }
.ic-display { margin: 0; font-family: var(--ic-display); font-size: clamp(2.7rem, 6vw, 6.3rem); line-height: .94; letter-spacing: -.065em; }
.ic-display em { color: var(--ic-red); font-style: normal; }
.ic-lede { max-width: 560px; margin: 26px 0 0; color: var(--ic-muted); font-size: 16px; line-height: 1.8; }
.ic-hero .ic-lede { color: #c3c0bc; }
.ic-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 32px; }
.ic-text-link { display: inline-flex; align-items: center; gap: 8px; color: inherit; font-size: 13px; font-weight: 700; text-decoration: none; }
.ic-text-link:hover { color: var(--ic-red); }
.ic-outline-white { border-color: rgba(255,255,255,.35); color: #fff; }
.ic-outline-white:hover { border-color: #fff; background: #fff; color: var(--ic-ink); }
.ic-art-card { position: relative; min-height: 440px; overflow: hidden; border-radius: 30px; background: var(--ic-mist); }
.ic-art-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -70px; top: -60px; border: 42px solid var(--ic-red); border-radius: 50%; }
.ic-art-card::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: -16%; height: 75%; border-radius: 48% 48% 0 0; background: var(--ic-ink); }
.ic-art-note { position: absolute; z-index: 2; left: 24px; top: 24px; padding: 15px 17px; background: rgba(255,255,255,.92); color: var(--ic-ink); box-shadow: 0 12px 30px rgba(16,16,16,.12); }
.ic-art-note small { display: block; color: var(--ic-muted); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.ic-art-note strong { display: block; max-width: 170px; margin-top: 6px; font-family: Georgia, serif; font-size: 18px; line-height: 1.1; }
.ic-art-seal { position: absolute; z-index: 3; right: 24px; bottom: 24px; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; background: var(--ic-red); color: #fff; font-family: var(--ic-display); font-size: 13px; font-weight: 700; line-height: 1.15; text-align: center; transform: rotate(-11deg); }
.ic-art-seal span { display: block; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.ic-statbar { padding: 27px 0; background: var(--ic-red); color: #fff; }
.ic-statgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ic-stat strong { display: block; font-family: var(--ic-display); font-size: 36px; letter-spacing: -.06em; }
.ic-stat span { display: block; margin-top: 3px; color: #ffd2d3; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ic-section { padding: 94px 0; }
.ic-section-tint { background: var(--ic-mist); }
.ic-section-dark { background: var(--ic-ink); color: #fff; }
.ic-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.ic-section-head > div { max-width: 700px; }
.ic-section-head h2 { margin: 14px 0 0; font-family: var(--ic-display); font-size: clamp(2.4rem, 4vw, 4.6rem); line-height: .96; letter-spacing: -.065em; }
.ic-section-head h2 em { color: var(--ic-red); font-style: normal; }
.ic-section-head p { max-width: 420px; margin: 0; color: var(--ic-muted); font-size: 14px; line-height: 1.8; }
.ic-card-grid { display: grid; gap: 18px; }
.ic-card { border: 1px solid var(--ic-line); border-radius: var(--ic-radius); background: var(--ic-paper); }
.ic-card-pad { padding: 28px; }
.ic-card-hover { transition: transform .25s ease, border-color .25s ease; }
.ic-card-hover:hover { border-color: var(--ic-red); transform: translateY(-4px); }
.ic-icon-box { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--ic-ink); color: #fff; }
.ic-card h3 { margin: 18px 0 0; font-family: var(--ic-display); font-size: 23px; line-height: 1.05; letter-spacing: -.04em; }
.ic-card p { margin: 10px 0 0; color: var(--ic-muted); font-size: 13px; line-height: 1.7; }
.ic-overline { color: var(--ic-red); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.ic-rule-list { margin: 28px 0 0; padding: 0; list-style: none; }
.ic-rule-list li { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid var(--ic-line); color: #46423d; font-size: 13px; line-height: 1.5; }
.ic-rule-list li::before { content: "↗"; color: var(--ic-red); font-weight: 700; }
.ic-band { padding: 62px 0; background: var(--ic-red); color: #fff; }
.ic-band-inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.ic-band h2 { max-width: 650px; margin: 14px 0 0; font-family: var(--ic-display); font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: .92; letter-spacing: -.06em; }
.ic-footer { padding: 65px 0 26px; background: var(--ic-ink); color: #fff; }
.ic-footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr; gap: 50px; }
.ic-footer .ic-logo { color: #fff; }
.ic-footer p { max-width: 310px; color: #85817d; font-size: 13px; line-height: 1.8; }
.ic-footer h4 { margin: 0; color: #ff646a; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.ic-footer-links { display: grid; gap: 12px; margin-top: 19px; }
.ic-footer-links a { display: flex; align-items: center; gap: 8px; color: #d1ceca; font-size: 13px; text-decoration: none; }
.ic-footer-links a:hover { color: #fff; }
.ic-footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 50px; padding-top: 19px; border-top: 1px solid #302f2d; color: #65615d; font-size: 11px; }
.ic-footer-bottom > span:last-child { text-align: right; }
.ic-footer-powered { text-align: center; }
.ic-footer-powered a { color: #8f8b87; text-decoration: none; }
.ic-footer-powered a:hover { color: #fff; }
.ic-page-hero { padding: 74px 0 82px; background: var(--ic-mist); }
.ic-page-hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.ic-page-hero h1 { max-width: 750px; margin: 16px 0 0; font-family: var(--ic-display); font-size: clamp(3rem, 7vw, 7rem); line-height: .89; letter-spacing: -.07em; }
.ic-page-hero h1 em { color: var(--ic-red); font-style: normal; }
.ic-page-hero p { max-width: 410px; margin: 0; color: var(--ic-muted); font-size: 15px; line-height: 1.8; }
.ic-page-marker { justify-self: end; width: 190px; height: 190px; display: grid; place-items: center; border: 2px solid var(--ic-red); border-radius: 50%; color: var(--ic-red); font-family: var(--ic-display); font-size: 18px; font-weight: 700; line-height: 1; text-align: center; transform: rotate(9deg); }
.ic-page-marker::after { content: ""; position: absolute; width: 210px; height: 210px; border: 1px dashed rgba(237,28,36,.35); border-radius: 50%; }
.ic-stamp { color: var(--ic-red); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.ic-table { width: 100%; border-collapse: collapse; }
.ic-table th, .ic-table td { padding: 20px 16px; border-top: 1px solid var(--ic-line); text-align: left; vertical-align: top; }
.ic-table th { color: var(--ic-muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.ic-table td { font-size: 13px; line-height: 1.55; }
.ic-table td:first-child { font-family: var(--ic-display); font-size: 20px; font-weight: 700; }
.ic-chip-row { display: flex; flex-wrap: wrap; gap: 9px; }
.ic-chip { padding: 10px 14px; border: 1px solid var(--ic-line); border-radius: 999px; background: transparent; color: var(--ic-muted); font-size: 12px; font-weight: 700; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.ic-chip:hover, .ic-chip.is-selected { border-color: var(--ic-ink); background: var(--ic-ink); color: #fff; }
.ic-faq-item { border-top: 1px solid var(--ic-line); }
.ic-faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; background: transparent; color: var(--ic-ink); font-family: var(--ic-display); font-size: 19px; font-weight: 600; text-align: left; cursor: pointer; }
.ic-faq-button svg { flex: 0 0 auto; color: var(--ic-red); transition: transform .2s ease; }
.ic-faq-button[aria-expanded="true"] svg { transform: rotate(45deg); }
.ic-faq-answer { max-width: 680px; padding: 0 40px 23px 0; color: var(--ic-muted); font-size: 14px; line-height: 1.8; }
.ic-form { display: grid; gap: 15px; }
.ic-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ic-field { display: grid; gap: 7px; }
.ic-field label { color: var(--ic-muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ic-field input, .ic-field select, .ic-field textarea { width: 100%; box-sizing: border-box; border: 1px solid var(--ic-line); border-radius: 12px; outline: none; background: var(--ic-paper); color: var(--ic-ink); padding: 13px 14px; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.ic-field textarea { min-height: 125px; resize: vertical; }
.ic-field input:focus, .ic-field select:focus, .ic-field textarea:focus { border-color: var(--ic-red); box-shadow: 0 0 0 3px rgba(237,28,36,.1); }
.ic-success { padding: 27px; border: 1px solid #e6a5a7; background: var(--ic-red-soft); }
.ic-success strong { display: block; font-family: var(--ic-display); font-size: 24px; }
.ic-success p { margin: 9px 0 0; color: #6c3f40; font-size: 13px; line-height: 1.7; }
.ic-art-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-auto-rows: 240px; gap: 14px; }
.ic-gallery-art { position: relative; overflow: hidden; border-radius: 18px; background: #d9d6d1; }
.ic-gallery-art:nth-child(1) { grid-row: span 2; background: var(--ic-ink); }
.ic-gallery-art:nth-child(2) { background: var(--ic-red); }
.ic-gallery-art:nth-child(3) { background: #d4d1cc; }
.ic-gallery-art:nth-child(4) { background: #c5c1ba; }
.ic-gallery-art:nth-child(5) { background: var(--ic-ink); }
.ic-gallery-art::before { content: ""; position: absolute; inset: 15% 18% 0; border-radius: 50% 50% 0 0; background: rgba(250,249,247,.84); }
.ic-gallery-art:nth-child(1)::before { inset: 14% 13% 0; background: var(--ic-red); }
.ic-gallery-art:nth-child(2)::before { inset: 20% 25% 0; border-radius: 0; background: var(--ic-ink); transform: rotate(12deg); }
.ic-gallery-art:nth-child(3)::before { inset: 16% 30% 0 8%; border-radius: 0; background: var(--ic-ink); transform: skewX(-12deg); }
.ic-gallery-art:nth-child(4)::before { inset: 24% 12% 0; border-radius: 50%; border: 22px solid var(--ic-red); background: transparent; }
.ic-gallery-art:nth-child(5)::before { inset: auto 15% 0; height: 62%; border-radius: 50% 50% 0 0; background: #f0ede8; }
.ic-gallery-caption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.ic-gallery-art:nth-child(3) .ic-gallery-caption, .ic-gallery-art:nth-child(4) .ic-gallery-caption { color: var(--ic-ink); }
.ic-reveal { animation: ic-rise .65s cubic-bezier(.22,1,.36,1) both; }
.ic-delay-1 { animation-delay: .1s; } .ic-delay-2 { animation-delay: .18s; } .ic-delay-3 { animation-delay: .26s; }
@keyframes ic-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1024px) {
  .ic-nav { display: none; }
  .ic-header-cta { display: none; }
  .ic-menu-button { display: grid; place-items: center; }
  .ic-mobile-nav a { padding: 12px 3px; color: var(--ic-ink); font-size: 14px; font-weight: 700; text-decoration: none; }
  .ic-mobile-nav.is-open .ic-btn { margin-top: 7px; }
  .ic-hero-grid, .ic-page-hero-inner { grid-template-columns: 1fr; gap: 45px; }
  .ic-section-head, .ic-band-inner { display: grid; align-items: start; }
  .ic-footer-grid { grid-template-columns: 1fr 1fr; gap: 33px; }
  .ic-footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 800px) {
  .ic-container { width: min(100% - 32px, 620px); }
  .ic-topbar { padding: 9px 16px; }
  .ic-topbar-inner span:first-child { display: none; }
  .ic-hero { padding: 62px 0 72px; }
  .ic-art-card { min-height: 330px; }
  .ic-page-marker { justify-self: start; width: 140px; height: 140px; font-size: 15px; }
  .ic-page-marker::after { width: 158px; height: 158px; }
  .ic-statgrid { grid-template-columns: repeat(2, 1fr); gap: 23px 14px; }
  .ic-stat strong { font-size: 30px; }
  .ic-section { padding: 65px 0; }
  .ic-footer-bottom { grid-template-columns: 1fr; gap: 8px; margin-top: 35px; text-align: center; }
  .ic-footer-bottom > span:last-child { text-align: center; }
  .ic-footer-powered { text-align: center; }
  .ic-form-grid { grid-template-columns: 1fr; }
  .ic-art-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .ic-gallery-art:nth-child(1) { grid-row: span 2; }
  .ic-table { min-width: 660px; }
  .ic-table-wrap { overflow-x: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}