/* Mechanically extracted from the verified original homepage HTML. */

/* Source style: original-homepage */
:root {
    --ix-blue: #1A4F8D;
    --ix-cyan: #0593C7;
    --ix-electric-cyan: #11E8FE;
    --ix-terracotta: #B9583F;
    --ix-ink: #101820;
    --ix-body-gray: #66717C;
    --ix-line: #DCE3E9;
    --ix-warm-white: #F7F8F5;
    --ix-pale-blue: #EAF3F8;
    --ix-white: #FFFFFF;
    --ix-ink-soft: var(--ix-ink);
    --ix-paper: var(--ix-warm-white);
    --ix-muted: var(--ix-body-gray);
    --ix-accent: var(--ix-terracotta);
    --ix-accent-dark: color-mix(in srgb, var(--ix-terracotta), var(--ix-ink) 18%);
    --ix-moss: var(--ix-blue);
    --ix-lime: var(--ix-electric-cyan);
    --ix-max: 1380px;
    --ix-display: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    --ix-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
    --ix-serif: "Instrument Serif", Georgia, serif;
  }

  .is-layout-constrained > #ix-exhibit-home,
  .wp-block-post-content > #ix-exhibit-home,
  .entry-content > #ix-exhibit-home,
  #ix-exhibit-home { width: 100% !important; max-width: none !important; margin: 0 !important; }

  #ix-exhibit-home, #ix-exhibit-home * { box-sizing: border-box; }
  #ix-exhibit-home { overflow: hidden; background: var(--ix-paper); color: var(--ix-ink); font-family: var(--ix-body); line-height: 1.45; }
  #ix-exhibit-home a { color: inherit; text-decoration: none; }
  #ix-exhibit-home img { display: block; width: 100%; max-width: 100%; object-fit: cover; }
  #ix-exhibit-home button, #ix-exhibit-home input, #ix-exhibit-home select, #ix-exhibit-home textarea { font: inherit; }
  #ix-exhibit-home h1,
  #ix-exhibit-home h2,
  #ix-exhibit-home h3 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  #ix-exhibit-home p { overflow-wrap: break-word; }

  .ix-wrap { width: min(var(--ix-max), calc(100% - 80px)); margin: 0 auto; }
  .ix-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--ix-blue); font: 600 11px/1 var(--ix-body); letter-spacing: .12em; text-transform: uppercase; }
  .ix-kicker::before { width: 26px; height: 2px; background: currentColor; content: ""; }
  .ix-section-title { max-width: 860px; margin: 0; font: 700 clamp(40px, 4.3vw, 64px)/1.06 var(--ix-display); letter-spacing: 0; text-wrap: balance; }
  .ix-section-copy { max-width: 610px; margin: 0; color: var(--ix-muted); font-size: 17px; line-height: 1.6; }
  .ix-section-head > .ix-section-copy { max-width: 560px; font: 400 17px/1.65 var(--ix-body); }
  .ix-display-accent { color: var(--ix-blue); font-family: var(--ix-serif); font-style: italic; font-weight: 400; }
  .ix-section-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
  .ix-section-head-side { align-self: stretch; display: flex; width: min(100%, 560px); flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 24px; padding-top: 52px; }
  .ix-section-head-side .ix-section-copy { max-width: 560px; }
  .ix-section { padding: 112px 0; }
  #proposal { scroll-margin-top: 122px; }
  .ix-section-cta { display: flex; margin-top: 38px; }
  .ix-section-cta .ix-btn { min-width: 242px; }

  .ix-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid var(--ix-accent); border-radius: 2px; background: var(--ix-accent); color: #fff !important; font: 600 12px/1 var(--ix-body); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
  .ix-btn::after { content: "->"; font-size: 15px; }
  .ix-btn:hover { border-color: var(--ix-accent-dark); background: var(--ix-accent-dark); transform: translateY(-2px); }
  .ix-btn-outline { border-color: rgba(255,255,255,.65); background: transparent; }
  .ix-btn-outline:hover { border-color: #fff; background: #fff; color: var(--ix-ink) !important; }
  .ix-btn-dark { border-color: var(--ix-accent); background: var(--ix-accent); }
  .ix-btn-dark:hover { border-color: var(--ix-accent-dark); background: var(--ix-accent-dark); }

  .ix-utility { background: var(--ix-blue); color: #fff; }
  .ix-utility-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 24px; font: 600 10px/1.3 var(--ix-body); letter-spacing: .04em; text-transform: uppercase; }
  .ix-utility-links { display: flex; align-items: center; gap: 22px; }
  .ix-utility a { color: #fff !important; }

  .ix-nav { position: sticky; top: 0; z-index: 60; background: rgba(247,248,245,.97); border-bottom: 1px solid var(--ix-line); backdrop-filter: blur(12px); }
  .ix-nav-inner { display: flex; min-height: 76px; align-items: center; gap: 36px; }
  .ix-logo { display: inline-flex; flex-shrink: 0; align-items: center; }
  .ix-logo-image { width: 218px; height: 50px; object-fit: contain !important; object-position: left center; }
  .ix-menu { display: flex; flex: 1; align-items: center; justify-content: center; gap: 30px; }
  #ix-exhibit-home .ix-menu > p { display: contents !important; margin: 0 !important; }
  #ix-exhibit-home .ix-menu > p br { display: none !important; }
  .ix-menu a { padding: 29px 0 27px; color: var(--ix-ink); font: 600 11px/1 var(--ix-body); letter-spacing: .08em; text-transform: uppercase; }
  .ix-menu a:hover { color: var(--ix-blue); }
  .ix-nav-cta { flex-shrink: 0; }
  .ix-menu-toggle { display: none; min-width: 46px; min-height: 42px; border: 1px solid var(--ix-line); background: transparent; color: var(--ix-ink); cursor: pointer; font: 600 11px/1 var(--ix-body); }

  .ix-hero { position: relative; min-height: min(800px, calc(100vh - 114px)); display: flex; align-items: end; overflow: hidden; color: #fff; background: #081941; }
  .ix-hero::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #081941 0%, rgba(8,25,65,.98) 45%, rgba(15,54,118,.82) 60%, rgba(15,54,118,.28) 76%, transparent 90%); content: ""; pointer-events: none; }
  .ix-hero-media { position: absolute; top: 0; right: 0; bottom: 0; z-index: 0; width: min(72vw, 1400px); }
.ix-hero-media img { width: 100%; height: 100%; object-fit: contain !important; object-position: right bottom; }
  .ix-hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,25,65,.26) 0%, transparent 50%); content: ""; }
  .ix-hero-inner { position: relative; z-index: 2; padding: 112px 0 104px; }
  .ix-hero-copy { max-width: 780px; }
  .ix-hero .ix-kicker { color: var(--ix-electric-cyan); }
  .ix-hero h1 { max-width: 780px; margin: 0 0 28px; color: #fff; font: 700 clamp(56px, 5.75vw, 82px)/1.02 var(--ix-display); letter-spacing: 0; text-wrap: balance; }
  .ix-hero-line { display: block; }
  .ix-hero-accent { color: var(--ix-electric-cyan); }
  .ix-hero-lead { max-width: 690px; margin: 0 0 34px; color: rgba(255,255,255,.86); font-size: 19px; line-height: 1.55; }
  .ix-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .ix-hero-note { position: absolute; right: 0; bottom: 0; z-index: 3; display: grid; width: min(460px, 34vw); min-height: 142px; grid-template-columns: 10px 1fr; background: rgba(247,248,245,.96); color: var(--ix-ink); backdrop-filter: blur(10px); }
  .ix-hero-note-bar { background: var(--ix-cyan); }
  .ix-hero-note-copy { display: grid; align-content: center; padding: 24px 30px; }
  .ix-hero-note strong { display: block; margin-bottom: 6px; font: 600 16px/1.2 var(--ix-body); }
  .ix-hero-note span { color: var(--ix-muted); font-size: 13px; line-height: 1.45; }

  .ix-capabilities { background: var(--ix-white); border-bottom: 1px solid var(--ix-line); }
  .ix-capabilities-head {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, .72fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: end;
    padding: 78px 0 42px;
  }
  .ix-capabilities-head .ix-section-title { max-width: 1120px; font-size: clamp(38px, 3.8vw, 56px); }
  .ix-capabilities-head > .ix-section-copy { max-width: 520px; padding-bottom: 4px; }
  .ix-capabilities .ix-section-cta { padding-bottom: 42px; }
  .ix-capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ix-capability { min-height: 174px; padding: 35px 28px; border-right: 1px solid var(--ix-line); }
  .ix-capability:first-child { border-left: 1px solid var(--ix-line); }
  .ix-capability-index { display: block; margin-bottom: 24px; color: var(--ix-cyan); font: 700 11px/1 var(--ix-display); }
  .ix-capability h3, .ix-capability strong { display: block; margin: 0 0 8px; font: 700 18px/1.24 var(--ix-display); text-wrap: balance; }
  .ix-capability p:not(.ix-capability-index), .ix-capability span { margin: 0; color: var(--ix-muted); font-size: 13px; line-height: 1.48; }
  .ix-services-proof-grid .ix-capability h3 { color: #fff; font-size: 16px; line-height: 1.3; }
  .ix-services-proof-grid .ix-capability p:not(.ix-capability-index) { color: rgba(255,255,255,.67); }
  .ix-services-proof-grid .ix-capability { border-color: rgba(255,255,255,.22); }

  .ix-projects { background: var(--ix-paper); }
  .ix-project-grid { display: grid; grid-template-columns: 1.12fr repeat(2, 1fr); grid-template-rows: 330px 330px; gap: 14px; }
  .ix-project-card { position: relative; overflow: hidden; background: var(--ix-ink); color: #fff; }
  .ix-project-card:first-child { grid-row: 1 / 3; }
  .ix-project-card:nth-child(2) { grid-column: 2 / 4; }
  .ix-project-card img { height: 100%; transition: transform .45s ease, opacity .45s ease; }
  .ix-project-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,24,32,.82) 100%); content: ""; }
  .ix-project-card:hover img { transform: scale(1.035); }
  .ix-project-copy { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 28px; }
  .ix-project-meta { margin: 0 0 8px; color: rgba(255,255,255,.72); font: 600 10px/1 var(--ix-body); letter-spacing: .08em; text-transform: uppercase; }
  .ix-project-copy h3 { max-width: 560px; margin: 0; color: #fff; font: 700 27px/1.12 var(--ix-display); text-wrap: balance; }
  .ix-project-link { display: inline-flex; margin-top: 17px; color: #fff !important; font: 600 11px/1 var(--ix-body); }
  .ix-project-link::after { margin-left: 9px; content: "->"; }

  .ix-paths { background: var(--ix-ink); color: #fff; }
  .ix-paths .ix-section-title { color: #fff; }
  .ix-paths .ix-section-copy { color: rgba(255,255,255,.67); }
  .ix-path-grid { border-top: 1px solid rgba(255,255,255,.22); }
  .ix-path { display: grid; min-height: 188px; grid-template-columns: 80px 1.05fr 1fr 46px; gap: 30px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .2s ease; }
  .ix-path:hover { background: rgba(255,255,255,.04); }
  .ix-path-number { color: var(--ix-electric-cyan); font: 700 12px/1 var(--ix-display); }
  .ix-path h3 { margin: 0; color: #fff; font: 700 clamp(27px, 2.8vw, 40px)/1.08 var(--ix-display); text-wrap: balance; }
  .ix-path p { max-width: 520px; margin: 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.55; }
  .ix-path-arrow { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.4); color: #fff; font: 600 16px/1 var(--ix-body); }
  .ix-workshop-carousel { margin: 46px 0 54px; }
  .ix-workshop-carousel-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
  .ix-workshop-carousel-label { margin: 0; color: rgba(255,255,255,.68); font: 600 11px/1 var(--ix-body); letter-spacing: .1em; text-transform: uppercase; }
  .ix-workshop-controls { display: flex; gap: 8px; }
  .ix-workshop-control { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.4); border-radius: 0; background: transparent; color: #fff; cursor: pointer; font: 400 24px/1 var(--ix-body); transition: background .2s ease, border-color .2s ease, color .2s ease; }
  .ix-workshop-control:hover:not(:disabled) { border-color: var(--ix-electric-cyan); background: var(--ix-electric-cyan); color: var(--ix-ink); }
  .ix-workshop-control:disabled { cursor: default; opacity: .35; }
  .ix-workshop-viewport { overflow: hidden; }
  .ix-workshop-track { display: flex; gap: 16px; transition: transform .45s cubic-bezier(.22,.61,.36,1); will-change: transform; }
  .ix-workshop-card { position: relative; display: block; flex: 0 0 calc((100% - 64px) / 5); min-width: 0; margin: 0; overflow: hidden; aspect-ratio: 16 / 10; background: #071019; }
  .ix-workshop-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); transition: transform .45s ease, filter .45s ease; }
  .ix-workshop-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(4,11,18,.86) 100%); content: ""; pointer-events: none; }
  .ix-workshop-card:hover img { transform: scale(1.04); filter: grayscale(.35) contrast(1.04); }
  .ix-workshop-card figcaption { position: absolute; z-index: 1; right: 18px; bottom: 17px; left: 18px; color: #fff; font: 600 12px/1.25 var(--ix-display); letter-spacing: .02em; }

  .ix-sizes { background: var(--ix-white); }
  .ix-size-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ix-line); border-left: 1px solid var(--ix-line); }
  .ix-size { position: relative; display: flex; min-height: 360px; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 32px; border-right: 1px solid var(--ix-line); border-bottom: 1px solid var(--ix-line); transition: background .2s ease, color .2s ease; isolation: isolate; }
  .ix-size:hover { background: var(--ix-blue); color: #fff; }
  .ix-size span { font: 600 11px/1 var(--ix-body); letter-spacing: .08em; text-transform: uppercase; }
  .ix-size strong { font: 700 clamp(34px, 3vw, 46px)/1 var(--ix-display); }
  .ix-size em { color: var(--ix-muted); font: 400 14px/1.35 var(--ix-body); }
  .ix-size:hover em { color: rgba(255,255,255,.78); }
  .ix-size-media { position: absolute; z-index: -2; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover; transition: transform .45s ease; }
  .ix-size-has-image::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(16,24,32,.2) 0%, rgba(16,24,32,.5) 48%, rgba(16,24,32,.9) 100%); content: ""; }
  .ix-size-has-image span, .ix-size-has-image strong { color: #fff; text-shadow: 0 1px 18px rgba(0,0,0,.28); }
  .ix-size-has-image em, .ix-size-has-image:hover em { color: rgba(255,255,255,.82); }
  .ix-size-has-image:hover .ix-size-media { transform: scale(1.035); }

  .ix-process { background: var(--ix-paper); }
  .ix-process-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: start; }
  .ix-process-sticky { position: sticky; top: 120px; }
  .ix-process-sticky .ix-section-copy { margin-top: 24px; }
  .ix-process-list { border-top: 1px solid var(--ix-line); }
  .ix-step { display: grid; grid-template-columns: 62px 1fr; gap: 26px; padding: 31px 0; border-bottom: 1px solid var(--ix-line); }
  .ix-step-number { color: var(--ix-cyan); font: 700 12px/1 var(--ix-display); }
  .ix-step h3 { margin: 0 0 8px; font: 700 22px/1.2 var(--ix-display); }
  .ix-step p { margin: 0; color: var(--ix-muted); font-size: 15px; line-height: 1.55; }

  .ix-production { background: var(--ix-moss); color: #fff; }
  .ix-production-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; align-items: stretch; }
  .ix-production-media { min-height: 620px; }
  .ix-production-media img { height: 100%; }
  .ix-production-copy { display: flex; min-height: 620px; flex-direction: column; justify-content: center; padding: 72px 7vw; }
  .ix-production .ix-kicker { color: var(--ix-electric-cyan); }
  .ix-production h2 { max-width: 680px; margin: 0 0 24px; color: #fff; font: 700 clamp(40px, 4.5vw, 62px)/1.06 var(--ix-display); text-wrap: balance; }
  .ix-production-lead { margin: 0 0 38px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.6; }
  .ix-production-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
  .ix-production-point { min-height: 130px; padding: 22px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
  .ix-production-point strong { display: block; margin-bottom: 8px; font: 700 15px/1.25 var(--ix-display); }
  .ix-production-point span { color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.45; }

  .ix-shows { background: var(--ix-white); }
  .ix-show-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--ix-line); border-left: 1px solid var(--ix-line); }
  .ix-show { display: flex; min-height: 270px; flex-direction: column; padding: 25px; border-right: 1px solid var(--ix-line); border-bottom: 1px solid var(--ix-line); transition: background .2s ease, transform .2s ease; }
  .ix-show:hover { background: var(--ix-paper); }
  .ix-show-logo { display: flex; height: 74px; align-items: center; justify-content: center; margin-bottom: 30px; }
  .ix-show-logo img { width: auto !important; max-width: 175px !important; height: auto; max-height: 68px; object-fit: contain !important; object-position: center; }
  .ix-show-logo-ces { overflow: hidden; }
  .ix-show-logo-ces img { transform: scale(1.75); transform-origin: center; }
  .ix-show-city { display: block; margin-bottom: 14px; color: var(--ix-cyan); font: 600 9px/1 var(--ix-body); letter-spacing: .08em; text-transform: uppercase; }
  .ix-show h3 { margin: 0 0 8px; font: 700 23px/1.1 var(--ix-display); }
  .ix-show p { margin: 0; color: var(--ix-muted); font-size: 13px; line-height: 1.45; }
  .ix-show-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 18px; color: var(--ix-blue); font: 700 10px/1 var(--ix-body); letter-spacing: .08em; text-transform: uppercase; }
  .ix-show-link b { color: var(--ix-terracotta); font-size: 14px; }
  .ix-show:hover .ix-show-link { color: var(--ix-terracotta); }

  .ix-faq { background: var(--ix-paper); }
  .ix-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
  .ix-faq-intro { position: sticky; top: 120px; }
  .ix-faq-intro .ix-section-copy { margin-top: 24px; }
  .ix-accordion { border-top: 1px solid var(--ix-line); }
  .ix-faq-item { border-bottom: 1px solid var(--ix-line); }
  .ix-faq-button { display: grid; width: 100%; grid-template-columns: 1fr 34px; gap: 18px; align-items: center; padding: 25px 0; border: 0; background: transparent; color: var(--ix-ink); cursor: pointer; font: 600 18px/1.35 var(--ix-body); text-align: left; }
  .ix-faq-button::after { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--ix-line); content: "+"; font: 500 20px/1 var(--ix-body); }
  .ix-faq-item.is-open .ix-faq-button::after { content: "-"; }
  .ix-faq-answer { display: none; max-width: 720px; padding: 0 52px 25px 0; color: var(--ix-muted); font-size: 15px; line-height: 1.6; }
  .ix-faq-item.is-open .ix-faq-answer { display: block; }

  .ix-contact { position: relative; background: var(--ix-blue); color: #fff; }
  .ix-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: start; }
  .ix-contact .ix-kicker { color: #fff; }
  .ix-contact h2 { max-width: 650px; margin: 0 0 22px; color: #fff; font: 700 clamp(44px, 5vw, 68px)/1.04 var(--ix-display); text-wrap: balance; }
  .ix-contact-copy > p { max-width: 560px; margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.55; }
  .ix-contact-details { display: grid; gap: 10px; font: 600 14px/1.4 var(--ix-body); }
  .ix-contact-form { display: grid; gap: 15px; padding: 34px; background: var(--ix-white); color: var(--ix-ink); }
  .ix-contact-form h3 { margin: 0; font: 700 26px/1.15 var(--ix-display); }
  .ix-contact-form > p { margin: -5px 0 5px; color: var(--ix-muted); font-size: 13px; }
  .ix-proposal-context { display: none; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; border: 1px solid #B7D0E4; background: var(--ix-pale-blue); color: var(--ix-blue); font-size: 12px; line-height: 1.4; }
  .ix-contact-form.has-proposal-context .ix-proposal-context { display: flex; }
  .ix-proposal-context strong { color: var(--ix-ink); font-weight: 700; }
  .ix-proposal-context button { flex: 0 0 auto; padding: 0; border: 0; background: transparent; color: var(--ix-blue); cursor: pointer; font: 600 11px/1 var(--ix-body); text-decoration: underline; }
  .ix-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  .ix-field { display: grid; gap: 6px; }
  .ix-field-full { grid-column: 1 / -1; }
  .ix-field label { color: var(--ix-ink); font: 600 10px/1 var(--ix-body); letter-spacing: .06em; text-transform: uppercase; }
  .ix-field input, .ix-field select, .ix-field textarea { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid var(--ix-line); border-radius: 0; background: #fff; color: var(--ix-ink); font-size: 14px; }
  .ix-field textarea { min-height: 92px; resize: vertical; }
  .ix-submit { width: 100%; border: 0; cursor: pointer; }
  .ix-form-note { margin: 0 !important; color: var(--ix-muted) !important; font-size: 11px !important; }
  .ix-cf7-shell { display: grid; }
  .ix-cf7-shell .wpcf7 form { display: grid; gap: 15px; }
  .ix-cf7-shell .wpcf7 form > p, .ix-cf7-shell .ix-cf7-grid > p { display: contents; }
  .ix-cf7-shell .wpcf7 br { display: none; }
  .ix-cf7-shell .ix-cf7-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  .ix-cf7-shell label { display: grid; gap: 6px; color: var(--ix-ink); font: 600 10px/1 var(--ix-body); letter-spacing: .06em; text-transform: uppercase; }
  .ix-cf7-shell .ix-cf7-full { grid-column: 1 / -1; }
  .ix-cf7-shell input:not([type="submit"]), .ix-cf7-shell select, .ix-cf7-shell textarea { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid var(--ix-line); border-radius: 0; background: #fff; color: var(--ix-ink); font: 14px/1.35 var(--ix-body); }
  .ix-cf7-shell textarea { min-height: 92px; resize: vertical; }
  .ix-cf7-shell input:focus, .ix-cf7-shell select:focus, .ix-cf7-shell textarea:focus { border-color: var(--ix-cyan); outline: 2px solid color-mix(in srgb, var(--ix-cyan), transparent 75%); outline-offset: 1px; }
  .ix-cf7-shell input[type="submit"] { width: 100%; min-height: 48px; border: 1px solid var(--ix-terracotta); border-radius: 0; background: var(--ix-terracotta); color: #fff; cursor: pointer; font: 700 12px/1 var(--ix-body); }
  .ix-cf7-shell input[type="submit"]:hover { border-color: var(--ix-accent-dark); background: var(--ix-accent-dark); }
  .ix-cf7-shell .wpcf7-response-output { margin: 0 !important; border-color: var(--ix-cyan) !important; color: var(--ix-ink); font-size: 13px; line-height: 1.5; }

  .ix-footer { background: var(--ix-ink); color: #fff; }
  .ix-footer-top { display: grid; grid-template-columns: 1.45fr repeat(3, .75fr); gap: 40px; padding: 72px 0 56px; }
  .ix-footer .ix-logo { width: fit-content; }
  .ix-footer .ix-logo-image { width: 218px; height: 50px; }
  .ix-footer-about p { max-width: 380px; margin: 22px 0 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.55; }
  .ix-footer h3 { margin: 0 0 18px; color: #fff; font: 700 12px/1 var(--ix-display); text-transform: uppercase; }
  .ix-footer-links { display: grid; gap: 10px; }
  .ix-footer-links a { color: rgba(255,255,255,.58) !important; font-size: 13px; }
  .ix-footer-links a:hover { color: #fff !important; }
  .ix-footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 21px 0 27px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); font-size: 11px; }
  .ix-mobile-proposal { display: none; }

  @media (max-width: 1100px) {
    .ix-wrap { width: min(var(--ix-max), calc(100% - 48px)); }
    .ix-menu { gap: 18px; }
    .ix-menu a { font-size: 10px; }
    .ix-hero-note { width: 40vw; }
    .ix-project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 300px 300px; }
    .ix-project-card:first-child { grid-column: 1 / 3; grid-row: auto; }
    .ix-project-card:nth-child(2) { grid-column: 1 / 3; }
    .ix-size-grid { grid-template-columns: repeat(3, 1fr); }
    .ix-size { min-height: 300px; padding: 28px; }
    .ix-show-grid { grid-template-columns: repeat(2, 1fr); }
    .ix-process-grid, .ix-faq-grid { gap: 50px; }
    .ix-production-copy { padding: 58px 5vw; }
  }

  @media (max-width: 820px) {
    .ix-utility-inner { min-height: 34px; }
    .ix-utility-links { display: none; }
    .ix-nav-inner { flex-wrap: wrap; min-height: 68px; padding: 12px 0; }
    .ix-menu-toggle { display: inline-grid; margin-left: auto; place-items: center; }
    .ix-nav-cta { display: none; }
    .ix-menu { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--ix-line); }
    .ix-nav.is-open .ix-menu { display: flex; }
    .ix-menu a { padding: 14px 0; border-bottom: 1px solid var(--ix-line); }
    .ix-hero { min-height: 700px; }
    .ix-hero-media { inset: 0; width: auto; }
    .ix-hero-inner { padding: 88px 0 180px; }
    .ix-hero-note { right: 24px; left: 24px; width: auto; min-height: 118px; }
    .ix-capability-grid { grid-template-columns: repeat(2, 1fr); }
    .ix-capabilities-head { grid-template-columns: 1fr; gap: 20px; }
    .ix-capabilities-head > .ix-section-copy { max-width: 640px; padding-bottom: 0; }
    .ix-capability:nth-child(3) { border-left: 1px solid var(--ix-line); border-top: 1px solid var(--ix-line); }
    .ix-capability:nth-child(4) { border-top: 1px solid var(--ix-line); }
    .ix-section-head { display: grid; gap: 20px; }
    .ix-section-head-side { width: 100%; padding-top: 0; }
    .ix-path { grid-template-columns: 48px 1fr 44px; gap: 18px; padding: 28px 0; }
    #ix-exhibit-home .ix-path > .ix-path-number { grid-column: 1; grid-row: 1; }
    #ix-exhibit-home .ix-path > h3 { grid-column: 2; grid-row: 1; }
    #ix-exhibit-home .ix-path > .ix-path-arrow-wrap,
    #ix-exhibit-home .ix-path > p:has(> .ix-path-arrow) { grid-column: 3; grid-row: 1; justify-self: end; }
    #ix-exhibit-home .ix-path > p:not(.ix-path-number):not(.ix-path-arrow-wrap):not(:has(> .ix-path-arrow)) { grid-column: 2 / 4; grid-row: 2; }
    .ix-workshop-card { flex-basis: calc((100% - 16px) / 2); }
    .ix-process-grid, .ix-faq-grid, .ix-production-grid, .ix-contact-grid { grid-template-columns: 1fr; }
    .ix-process-sticky, .ix-faq-intro { position: static; }
    .ix-production-media { min-height: 450px; }
    .ix-production-copy { min-height: auto; padding: 70px 24px; }
    .ix-mobile-proposal { position: fixed; right: 16px; bottom: 16px; z-index: 70; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--ix-accent); background: var(--ix-accent); color: #fff !important; box-shadow: 0 12px 28px rgba(16,24,32,.22); font: 700 12px/1 var(--ix-body); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
    .ix-mobile-proposal::after { margin-left: 10px; content: "->"; font-size: 15px; }
    .ix-mobile-proposal.is-hidden { opacity: 0; pointer-events: none; transform: translateY(10px); visibility: hidden; }
  }

  @media (max-width: 560px) {
    .ix-wrap { width: min(var(--ix-max), calc(100% - 32px)); }
    .ix-section { padding: 78px 0; }
    .ix-section-title { font-size: 37px; }
    .ix-section-copy { font-size: 15px; }
    .ix-section-head > .ix-section-copy { font-size: 15px; }
    .ix-logo-image { width: 188px; height: 44px; }
    .ix-hero { min-height: 690px; }
    .ix-hero::before { background: none; }
  .ix-hero-media img { object-fit: cover !important; object-position: 62% center; }
    .ix-hero-media::after { background: linear-gradient(180deg, rgba(16,24,32,.53) 0%, rgba(16,24,32,.86) 74%, rgba(16,24,32,.96) 100%); }
    .ix-hero-inner { padding: 74px 0 174px; }
    .ix-hero h1 { font-size: 43px; line-height: 1.06; }
    .ix-hero-lead { font-size: 16px; }
    .ix-hero-actions { display: grid; }
    .ix-hero-actions .ix-btn { width: 100%; }
    .ix-hero-note { right: 16px; left: 16px; }
    .ix-hero-note-copy { padding: 20px; }
    .ix-capability-grid { grid-template-columns: 1fr; }
    .ix-capabilities-head { padding: 58px 0 28px; }
    .ix-capabilities-head .ix-section-title { font-size: 34px; }
    .ix-capability { min-height: 146px; border-top: 1px solid var(--ix-line); border-left: 1px solid var(--ix-line); }
    .ix-capability:first-child { border-top: 0; }
    .ix-capability-index { margin-bottom: 20px; }
    .ix-project-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 320px); }
    .ix-project-card:first-child { grid-column: auto; grid-row: auto; }
    .ix-project-card:nth-child(2) { grid-column: auto; }
    .ix-project-copy { padding: 22px; }
    .ix-workshop-carousel { margin: 34px 0 42px; }
    .ix-workshop-card { flex-basis: 86%; }
    .ix-path { min-height: 0; grid-template-columns: 38px 1fr 42px; }
    .ix-path h3 { font-size: 25px; }
    .ix-path p { font-size: 14px; }
    .ix-size-grid, .ix-show-grid { grid-template-columns: repeat(2, 1fr); }
    .ix-size { min-height: 190px; padding: 20px; }
    .ix-size strong { font-size: 28px; }
    .ix-size em { font-size: 12px; }
    .ix-step { grid-template-columns: 44px 1fr; gap: 14px; }
    .ix-production-media { min-height: 360px; }
    .ix-production-points { grid-template-columns: 1fr; }
    .ix-show { min-height: 185px; padding: 20px; }
    .ix-show-logo { height: 64px; margin-bottom: 24px; }
    .ix-show-logo img { max-width: 135px !important; max-height: 58px; }
    .ix-contact h2 { font-size: 40px; }
    .ix-contact-form { padding: 22px; }
    .ix-proposal-context { align-items: flex-start; }
    .ix-form-grid { grid-template-columns: 1fr; }
    .ix-field-full { grid-column: auto; }
    .ix-footer-top { grid-template-columns: 1fr 1fr; }
    .ix-footer-about { grid-column: 1 / -1; }
    .ix-footer-bottom { display: grid; }
  }


/* Source style: ix-form-mobile-fix */
@media (max-width:620px){.ix-cf7-shell .ix-cf7-grid{grid-template-columns:1fr}}


/* Gutenberg wrapper bridge: preserve the original visual selectors. */
#ix-exhibit-home .wp-block-group,
#ix-exhibit-home .wp-block-columns,
#ix-exhibit-home .wp-block-column,
#ix-exhibit-home .wp-block-image,
#ix-exhibit-home .wp-block-buttons,
#ix-exhibit-home .wp-block-button {
  margin-block-start: 0;
  margin-block-end: 0;
}

#ix-exhibit-home .wp-block-columns {
  margin-bottom: 0;
}

#ix-exhibit-home .is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

#ix-exhibit-home .ix-capability-grid,
#ix-exhibit-home .ix-size-grid,
#ix-exhibit-home .ix-show-grid {
  gap: 0;
}

#ix-exhibit-home .ix-capability-grid,
#ix-exhibit-home .ix-project-grid,
#ix-exhibit-home .ix-size-grid,
#ix-exhibit-home .ix-process-grid,
#ix-exhibit-home .ix-production-grid,
#ix-exhibit-home .ix-production-points,
#ix-exhibit-home .ix-show-grid,
#ix-exhibit-home .ix-faq-grid,
#ix-exhibit-home .ix-contact-grid {
  display: grid !important;
}

#ix-exhibit-home .ix-path-grid {
  display: block !important;
}

#ix-exhibit-home .wp-block-image img {
  height: 100%;
}

#ix-exhibit-home .ix-hero-media {
  height: 100%;
  overflow: hidden;
}

#ix-exhibit-home .ix-hero-media > .wp-block-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

#ix-exhibit-home .ix-hero-media > .wp-block-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: right bottom;
}

#ix-exhibit-home .wp-block-buttons.ix-hero-actions {
  display: flex;
}

#ix-exhibit-home .wp-block-button.ix-btn {
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
}

#ix-exhibit-home .wp-block-button.ix-btn::after {
  display: none;
}

#ix-exhibit-home .wp-block-button.ix-btn > .wp-block-button__link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid var(--ix-accent);
  border-radius: 2px;
  background: var(--ix-accent);
  color: #fff !important;
  font: 600 12px/1 var(--ix-body);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

#ix-exhibit-home .wp-block-button.ix-btn > .wp-block-button__link::after {
  content: "->";
  font-size: 15px;
}

#ix-exhibit-home .wp-block-button.ix-btn > .wp-block-button__link:hover,
#ix-exhibit-home .wp-block-button.ix-btn-dark > .wp-block-button__link:hover {
  border-color: var(--ix-accent-dark);
  background: var(--ix-accent-dark);
  transform: translateY(-2px);
}

#ix-exhibit-home .ix-section-cta .wp-block-button.ix-btn,
#ix-exhibit-home .ix-section-cta .wp-block-button.ix-btn > .wp-block-button__link {
  min-width: 242px;
}

#ix-exhibit-home .wp-block-button.ix-btn-outline > .wp-block-button__link {
  border-color: rgba(255,255,255,.65);
  background: transparent;
}

#ix-exhibit-home .wp-block-button.ix-btn-outline > .wp-block-button__link:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ix-ink) !important;
}

#ix-exhibit-home .ix-project-card > .wp-block-image,
#ix-exhibit-home .ix-size > .wp-block-image,
#ix-exhibit-home .ix-production-media > .wp-block-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#ix-exhibit-home .ix-project-card > .wp-block-image img,
#ix-exhibit-home .ix-size > .wp-block-image img,
#ix-exhibit-home .ix-production-media > .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ix-exhibit-home .ix-production-media {
  position: relative;
}

#ix-exhibit-home .ix-production-grid > .wp-block-column:first-child,
#ix-exhibit-home .ix-production-media {
  height: 100%;
}

#ix-exhibit-home .ix-workshop-card.wp-block-image {
  margin: 0;
}

#ix-exhibit-home .wp-block-button.ix-workshop-control {
  display: grid;
  padding: 0;
  border: 0;
  background: transparent;
}

#ix-exhibit-home .wp-block-button.ix-workshop-control > .wp-block-button__link {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: 400 24px/1 var(--ix-body);
}

#ix-exhibit-home .wp-block-button.ix-workshop-control > .wp-block-button__link:hover {
  border-color: var(--ix-electric-cyan);
  background: var(--ix-electric-cyan);
  color: var(--ix-ink);
}

#ix-exhibit-home .ix-show-logo.wp-block-image {
  display: flex;
}

#ix-exhibit-home .ix-show-logo.wp-block-image img {
  width: auto !important;
  max-width: 175px !important;
  height: auto !important;
  max-height: 68px;
  object-fit: contain !important;
}

#ix-exhibit-home .ix-faq-item.wp-block-details {
  border-bottom: 1px solid var(--ix-line);
}

#ix-exhibit-home .ix-faq-item.wp-block-details summary {
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 18px;
  align-items: center;
  padding: 25px 0;
  color: var(--ix-ink);
  cursor: pointer;
  font: 600 18px/1.35 var(--ix-body);
  list-style: none;
}

#ix-exhibit-home .ix-faq-item.wp-block-details summary::-webkit-details-marker {
  display: none;
}

#ix-exhibit-home .ix-faq-item.wp-block-details summary::after {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--ix-line);
  content: "+";
  font: 500 20px/1 var(--ix-body);
}

#ix-exhibit-home .ix-faq-item.wp-block-details[open] summary::after {
  content: "-";
}

#ix-exhibit-home .ix-faq-item.wp-block-details > p {
  max-width: 720px;
  margin: 0;
  padding: 0 52px 25px 0;
  color: var(--ix-muted);
  font-size: 15px;
  line-height: 1.6;
}

#ix-exhibit-home .ix-contact-form .wpcf7 {
  margin-top: 8px;
}

#ix-exhibit-home .ix-proposal-context .wp-block-buttons {
  margin-left: auto;
}

#ix-exhibit-home .ix-proposal-clear.wp-block-button {
  display: block;
}

#ix-exhibit-home .ix-proposal-clear > .wp-block-button__link {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ix-blue);
  font: 600 11px/1 var(--ix-body);
  text-decoration: underline;
}

#ix-exhibit-home .ix-back-to-top.wp-block-button,
#ix-exhibit-home .ix-mobile-proposal.wp-block-button {
  margin: 0;
}

#ix-exhibit-home .ix-back-to-top.wp-block-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 75;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--ix-ink);
  border-radius: 0;
  background: var(--ix-ink);
  box-shadow: 0 12px 26px rgba(16,24,32,.2);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: background .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease, visibility .2s ease;
  visibility: hidden;
}

#ix-exhibit-home .ix-back-to-top.wp-block-button:hover {
  border-color: var(--ix-blue);
  background: var(--ix-blue);
}

#ix-exhibit-home .ix-back-to-top.wp-block-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

#ix-exhibit-home .ix-back-to-top .wp-block-button__link,
#ix-exhibit-home .ix-mobile-proposal .wp-block-button__link {
  color: inherit;
  background: inherit;
  border-radius: 0;
}

#ix-exhibit-home .ix-back-to-top .wp-block-button__link {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 0;
  border: 0;
  font: 500 24px/1 var(--ix-body);
}

@media (max-width: 620px) {
  #ix-exhibit-home .ix-hero-actions .wp-block-button.ix-btn,
  #ix-exhibit-home .ix-hero-actions .wp-block-button.ix-btn > .wp-block-button__link {
    width: 100%;
  }

  #ix-exhibit-home .ix-back-to-top.wp-block-button {
    right: 16px;
    bottom: 78px;
    width: 46px;
    height: 46px;
  }
}
