:root {
  --forest: #10251f;
  --forest-soft: #1e3c32;
  --moss: #6e8a70;
  --paper: #f4f1e9;
  --paper-deep: #ebe4d8;
  --ink: #18241f;
  --muted: #5d6d63;
  --gold: #f3c35a;
  --line: rgba(16, 37, 31, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); }
img { max-width: 100%; }
a, button { font: inherit; }
a { color: inherit; }
.content-width { width: min(100% - 40px, 1180px); margin-inline: auto; }
.hero { position: relative; min-height: 730px; overflow: hidden; isolation: isolate; color: #fff; background: #10251f; }
.hero__backdrop { position: absolute; z-index: -2; inset: 0; background: url('/assets/museum-gallery-hero.webp') center/cover no-repeat; }
.hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4, 19, 15, 0.92) 0%, rgba(6, 24, 19, 0.75) 46%, rgba(9, 28, 22, 0.24) 100%), linear-gradient(0deg, rgba(6, 24, 19, 0.78) 0%, transparent 48%); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 23px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; font-size: 0.94rem; font-weight: 800; letter-spacing: 0.02em; text-decoration: none; }
.brand__mark { width: 38px; height: 38px; flex: 0 0 auto; filter: drop-shadow(0 5px 14px rgba(0, 0, 0, 0.25)); }
nav { display: flex; align-items: center; gap: 22px; }
nav a { color: rgba(255, 255, 255, 0.84); font-size: 0.9rem; font-weight: 650; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--gold); }
.hero__content { display: flex; align-items: center; min-height: 520px; padding-block: 64px; }
.hero__panel { width: min(100%, 690px); padding: clamp(28px, 5vw, 52px); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 30px; background: rgba(5, 23, 18, 0.58); box-shadow: 0 26px 80px rgba(0, 0, 0, 0.26); backdrop-filter: blur(16px); }
.kicker { margin: 0 0 14px; color: #f8d888; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.kicker--dark { color: #527363; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 12ch; margin-bottom: 23px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.05rem, 7.3vw, 6.3rem); font-weight: 500; letter-spacing: -0.065em; line-height: 0.89; }
h2 { max-width: 16ch; margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4.4vw, 4.25rem); font-weight: 500; letter-spacing: -0.055em; line-height: 0.95; }
h3 { margin-bottom: 10px; font-size: 1.18rem; letter-spacing: -0.025em; }
.hero__lead { max-width: 54ch; margin-bottom: 30px; color: rgba(255, 255, 255, 0.83); font-size: 1.08rem; line-height: 1.58; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 53px; padding: 13px 19px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--gold); color: #15251e; }
.button--primary:hover { background: #ffda7c; }
.button--ghost { border-color: rgba(255,255,255,.38); color: #fff; background: rgba(255,255,255,.05); }
.button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.button--dark { background: var(--forest); color: #fff; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: 32px; }
.hero__facts div { display: grid; gap: 5px; padding: 0 25px; border-left: 1px solid rgba(255,255,255,.27); }
.hero__facts div:first-child { padding-left: 0; border: 0; }
.hero__facts strong { font-size: .91rem; }
.hero__facts span { color: rgba(255,255,255,.68); font-size: .78rem; line-height: 1.35; }
.section { padding-block: clamp(70px, 9vw, 128px); }
.intro { padding-bottom: clamp(70px, 9vw, 125px); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr); align-items: end; gap: clamp(38px, 8vw, 130px); }
.split-heading p { max-width: 44ch; margin: 0; color: var(--muted); font-size: 1.07rem; line-height: 1.65; }
.section--tint { background: var(--paper-deep); }
.section--tint h2 { max-width: 13ch; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 5vw, 68px); margin: 52px 0 0; padding: 0; list-style: none; }
.steps li { padding-top: 22px; border-top: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 29px; color: #8a6720; font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; line-height: 1; }
.steps p { max-width: 29ch; margin-bottom: 0; color: var(--muted); font-size: .97rem; line-height: 1.58; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 35px; }
.section-heading h2 { max-width: 13ch; }
.text-link { flex: 0 0 auto; padding-bottom: 4px; color: #294d3f; font-size: .92rem; font-weight: 800; text-underline-offset: 5px; }
.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.demo-card { position: relative; display: flex; flex-direction: column; justify-content: end; min-height: 355px; overflow: hidden; padding: 24px; color: #fff; border-radius: 22px; background: var(--forest); text-decoration: none; isolation: isolate; transition: transform .2s ease; }
.demo-card:hover { transform: translateY(-5px); }
.demo-card::before { position: absolute; z-index: -1; inset: 0; content: ""; opacity: .92; transition: transform .35s ease; }
.demo-card:hover::before { transform: scale(1.05); }
.demo-card--mona::before { background: radial-gradient(ellipse at 58% 28%, #d8bf84 0 6%, transparent 7%), radial-gradient(ellipse at 51% 39%, #997c54 0 14%, transparent 15%), linear-gradient(155deg, #777e5c, #28352f 68%); }
.demo-card--thinker::before { background: radial-gradient(ellipse at 58% 36%, #c19863 0 8%, transparent 8.5%), radial-gradient(ellipse at 54% 53%, #7c5c3a 0 21%, transparent 22%), linear-gradient(155deg, #6d806b, #202d25 75%); }
.demo-card--wright::before { background: linear-gradient(160deg, transparent 45%, rgba(252,222,166,.75) 46% 48%, transparent 49%), linear-gradient(22deg, transparent 47%, rgba(252,222,166,.7) 48% 50%, transparent 51%), linear-gradient(155deg, #76919a, #293d41 73%); }
.demo-card::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5,16,12,.9), rgba(5,16,12,.02) 70%); }
.demo-card__type { position: absolute; top: 23px; left: 24px; color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.demo-card strong { max-width: 11ch; margin-bottom: 21px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.85rem, 3vw, 2.6rem); font-weight: 500; line-height: .98; letter-spacing: -.05em; }
.demo-card > span:last-child { font-size: .88rem; font-weight: 750; }.demo-card b { color: var(--gold); font-size: 1.1rem; }
.qr-callout { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: 45px; padding: clamp(26px, 5vw, 50px); border-radius: 22px; color: var(--forest); background: #dce9dd; }
.qr-callout h3 { max-width: 18ch; margin-bottom: 13px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 2.45rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.qr-callout p:not(.kicker) { max-width: 56ch; margin-bottom: 0; color: #4b6859; line-height: 1.55; }
.qr-callout .button { flex: 0 0 auto; }
.section--dark { color: #fff; background: var(--forest); }.section--dark h2 { max-width: 12ch; }.process { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; }.process__list { display: grid; gap: 21px; }.process__list p { margin: 0; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.76); line-height: 1.55; }.process__list b { color: var(--gold); margin-right: 9px; }
.faq { max-width: 850px; }.faq h2 { margin-bottom: 42px; }.faq details { border-top: 1px solid var(--line); }.faq details:last-child { border-bottom: 1px solid var(--line); }.faq summary { padding: 22px 34px 22px 0; cursor: pointer; font-size: 1.04rem; font-weight: 760; list-style: none; }.faq summary::-webkit-details-marker { display: none; }.faq summary::after { float: right; color: #49715e; content: '+'; font-size: 1.5rem; font-weight: 400; line-height: .7; }.faq details[open] summary::after { content: '−'; }.faq details p { max-width: 66ch; margin: -3px 0 23px; color: var(--muted); line-height: 1.58; }
.site-footer { padding-block: 37px; color: rgba(255,255,255,.8); background: #081812; }.site-footer .content-width { display: grid; grid-template-columns: 1fr auto; gap: 20px 40px; align-items: center; }.site-footer p { margin: 0; grid-column: 1; color: rgba(255,255,255,.58); font-size: .87rem; }.site-footer div div { display: flex; gap: 18px; grid-column: 2; grid-row: 1 / span 2; }.site-footer div div a { color: #fff; font-size: .88rem; font-weight: 700; text-underline-offset: 4px; }
a:focus-visible, summary:focus-visible { outline: 3px solid #8fbaf5; outline-offset: 4px; border-radius: 3px; }
@media (max-width: 760px) { .content-width { width: min(100% - 32px, 1180px); }.hero { min-height: 760px; }.hero::after { background: linear-gradient(90deg, rgba(4,19,15,.88), rgba(6,24,19,.62)), linear-gradient(0deg, rgba(6,24,19,.83), transparent 55%); }.site-header { padding-top: 16px; }.site-header nav { gap: 13px; }.site-header nav a { font-size: .78rem; }.site-header nav a:first-child { display: none; }.hero__content { min-height: 550px; padding-block: 46px; }.hero__panel { padding: 28px 23px; border-radius: 23px; }.hero__facts { grid-template-columns: 1fr; gap: 16px; padding-bottom: 23px; }.hero__facts div, .hero__facts div:first-child { padding: 0; border: 0; }.split-heading, .process { grid-template-columns: 1fr; gap: 28px; }.steps, .demo-grid { grid-template-columns: 1fr; }.steps { gap: 33px; margin-top: 42px; }.steps li { display: grid; grid-template-columns: 75px 1fr; column-gap: 13px; }.step-number { grid-row: span 2; margin: 0; }.steps h3 { margin-top: 5px; }.steps p { grid-column: 2; }.section-heading, .qr-callout { align-items: start; flex-direction: column; }.section-heading h2 { margin-bottom: 0; }.demo-card { min-height: 260px; }.qr-callout { gap: 26px; }.site-footer .content-width { grid-template-columns: 1fr; }.site-footer p { grid-column: 1; }.site-footer div div { grid-column: 1; grid-row: auto; } }
@media (max-width: 420px) { .site-header nav a:nth-child(2) { display: none; }.brand { font-size: .84rem; }.brand__mark { width: 34px; height: 34px; }.hero__panel { background: rgba(5,23,18,.68); }.hero__lead { font-size: 1rem; }.button { width: 100%; }.hero__actions { display: grid; }.section { padding-block: 64px; }.demo-card { min-height: 235px; } }
