:root {
  --night: #070a0f;
  --night-2: #0b1017;
  --night-3: #111923;
  --paper: #f1f0eb;
  --paper-warm: #e8e3d8;
  --ink: #10151b;
  --white: #f9fbfc;
  --muted: #8b96a2;
  --cyan: #31d8f6;
  --cyan-soft: #8aeafb;
  --gold: #c99f58;
  --gold-soft: #ead09b;
  --line: rgba(255, 255, 255, .13);
  --serif: "Cormorant Garamond", "Playfair Display", serif;
  --sans:"Plus Jakarta Sans",sans-serif;
  --shell: min(1280px, calc(100vw - 96px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: auto; background: var(--night); }
body { margin: 0; overflow-x: clip; color: var(--white); background: var(--night); font-family: var(--sans); font-size: 14px; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { text-wrap: pretty; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.page-shell { width: var(--shell); margin-inline: auto; }
.eyebrow { margin: 0; color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }

.site-header { position: absolute; z-index: 60; top: 0; left: 50%; width: min(100% - 80px, 1440px); height: 92px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; color: rgba(255, 255, 255, .72); transform: translateX(-50%); transition: height .35s var(--ease), background-color .35s ease, box-shadow .35s ease, transform .35s var(--ease); }
.site-header.is-fixed { position: fixed; width: 100%; height: 72px; padding-inline: max(40px, calc((100vw - 1440px) / 2)); background: rgba(7, 10, 15, .9); box-shadow: 0 10px 36px rgba(0, 0, 0, .22); backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translate(-50%, -110%); }
.brand { position: relative; z-index: 3; width: 176px; }
.brand img { filter: brightness(0) invert(1); opacity: .96; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 36px; }
.site-nav a { position: relative; padding: 8px 0; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: color .25s ease; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--cyan); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-contact { min-height: 38px; padding: 0 16px; display: inline-flex; align-items: center; gap: 30px; border: 1px solid rgba(255, 255, 255, .32); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: color .3s ease, border-color .3s ease, background .3s ease; }
.header-contact:hover { color: var(--night); border-color: var(--cyan); background: var(--cyan); }
.menu-toggle { position: relative; z-index: 4; width: 46px; height: 44px; display: none; padding: 0; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { position: absolute; right: 3px; width: 28px; height: 1px; background: #fff; transition: transform .3s var(--ease), opacity .2s ease, top .3s var(--ease); }
.menu-toggle > span:first-child { top: 14px; }
.menu-toggle > span:nth-child(2) { top: 21px; width: 20px; }
.menu-toggle > span:nth-child(3) { top: 28px; }

.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 72% 44%, #142c3b 0%, #0b131c 28%, #070a0f 64%); }
.neural-canvas { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; opacity: .88; }
.hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .22; background-image: linear-gradient(rgba(75, 199, 224, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(75, 199, 224, .12) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero-grid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 10, 15, .98) 0%, rgba(7, 10, 15, .88) 34%, rgba(7, 10, 15, .2) 70%, rgba(7, 10, 15, .7) 100%), linear-gradient(0deg, rgba(7, 10, 15, .88), transparent 45%); }
.hero-aura { position: absolute; z-index: -1; width: 45vw; aspect-ratio: 1; border-radius: 50%; filter: blur(100px); opacity: .13; pointer-events: none; }
.hero-aura-cyan { top: -20%; right: -8%; background: var(--cyan); }
.hero-aura-gold { bottom: -40%; left: 18%; background: var(--gold); opacity: .08; }
.hero-content { height: 100%; padding-top: 120px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-eyebrow { display: flex; align-items: center; gap: 14px; }
.hero-eyebrow span { width: 29px; height: 29px; display: grid; place-items: center; color: var(--night); background: var(--cyan); font-size: 8px; letter-spacing: 0; }
.hero h1 { max-width: 920px; margin: 27px 0 0; font-family: var(--serif); font-size: clamp(76px, 8.2vw, 132px); font-weight: 500; line-height: .78; letter-spacing: -.045em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-left: 10%; color: transparent; font-weight: 500; font-style: italic; -webkit-text-stroke: 1px rgba(244, 249, 250, .86); }
.hero-slogan { max-width: 720px; margin: 42px 0 0; display: flex; align-items: center; gap: 18px; color: rgba(255, 255, 255, .73); font-size: 12px; letter-spacing: .045em; }
.hero-slogan i { width: 34px; height: 1px; background: var(--gold); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; }
.primary-button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; gap: 42px; color: #031014; background: var(--cyan); border: 1px solid var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: transform .3s var(--ease), box-shadow .3s ease, color .3s ease, background .3s ease; }
.primary-button:hover { color: var(--cyan); background: transparent; transform: translateY(-3px); box-shadow: 0 16px 38px rgba(49, 216, 246, .13); }
.hero-signal { display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .44); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.hero-signal i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(49, 216, 246, .11), 0 0 18px var(--cyan); animation: signal 1.8s ease-in-out infinite; }
.hero-index { position: absolute; right: 42px; bottom: 46px; display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .35); font-size: 8px; font-weight: 700; letter-spacing: .2em; writing-mode: vertical-rl; }
.hero-index i { width: 1px; height: 48px; background: linear-gradient(var(--cyan), var(--gold)); }
.scroll-cue { position: absolute; bottom: 0; left: 50%; width: 1px; height: 68px; overflow: hidden; background: rgba(255, 255, 255, .18); }
.scroll-cue span { position: absolute; top: -100%; left: 0; width: 1px; height: 100%; background: var(--cyan); animation: scroll-line 2.2s var(--ease) infinite; }

.strategy { color: var(--ink); background: var(--paper); }
.section-intro { padding: 118px 0 78px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; color: #76818b; }
.section-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5vw, 78px); font-weight: 500; line-height: .92; letter-spacing: -.035em; }
.section-intro > p:last-child { max-width: 500px; margin: 0 0 5px; color: #5b6268; font-size: 13px; line-height: 1.85; }
.pillar-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; }
.pillar { position: relative; min-width: 0; overflow: hidden; padding: 52px clamp(38px, 5vw, 82px) 70px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; outline: 0; isolation: isolate; transition: flex-grow .6s var(--ease), box-shadow .5s ease; }
.pillar-ai { background: #07141c; }
.pillar-media { background: #17130d; }
.pillar::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .7; transition: transform 1.2s var(--ease), opacity .5s ease; }
.pillar-ai::before { background: radial-gradient(circle at 75% 40%, rgba(49, 216, 246, .24), transparent 37%), linear-gradient(135deg, transparent 38%, rgba(49, 216, 246, .07)); }
.pillar-media::before { background: radial-gradient(circle at 25% 40%, rgba(201, 159, 88, .27), transparent 37%), linear-gradient(225deg, transparent 38%, rgba(201, 159, 88, .09)); }
.pillar-pattern { position: absolute; z-index: -1; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(circle at center, #000, transparent 68%); }
.pillar-number { color: rgba(255, 255, 255, .45); font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.pillar > div:not(.pillar-pattern) { position: relative; z-index: 2; max-width: 530px; }
.pillar-kicker { margin: 0 0 20px; color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.pillar-media .pillar-kicker { color: var(--gold-soft); }
.pillar h3 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 4.2vw, 68px); font-weight: 500; line-height: .9; letter-spacing: -.03em; }
.pillar div > p:not(.pillar-kicker) { max-width: 450px; margin: 27px 0 0; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.75; }
.pillar a { margin-top: 28px; display: inline-flex; gap: 40px; padding-bottom: 9px; border-bottom: 1px solid rgba(255, 255, 255, .23); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.pillar-orbit { position: absolute; top: 18%; right: -9%; width: 330px; aspect-ratio: 1; border: 1px solid rgba(49, 216, 246, .22); border-radius: 50%; transition: transform .7s var(--ease), box-shadow .5s ease; }
.pillar-orbit::before, .pillar-orbit::after { content: ""; position: absolute; border: 1px solid rgba(49, 216, 246, .14); border-radius: inherit; }
.pillar-orbit::before { inset: 34px; }
.pillar-orbit::after { inset: 82px; background: rgba(49, 216, 246, .035); }
.pillar-media .pillar-orbit { right: auto; left: -9%; border-color: rgba(201, 159, 88, .24); }
.pillar-media .pillar-orbit::before, .pillar-media .pillar-orbit::after { border-color: rgba(201, 159, 88, .16); }
.pillar-media .pillar-orbit::after { background: rgba(201, 159, 88, .04); }
.pillar:hover, .pillar:focus-visible { box-shadow: inset 0 0 80px rgba(49, 216, 246, .08); }
.pillar-media:hover, .pillar-media:focus-visible { box-shadow: inset 0 0 80px rgba(201, 159, 88, .1); }
.pillar:hover::before { transform: scale(1.08); opacity: 1; }
.pillar:hover .pillar-orbit { transform: rotate(22deg) scale(1.08); box-shadow: 0 0 70px rgba(49, 216, 246, .12); }
.pillar-media:hover .pillar-orbit { box-shadow: 0 0 70px rgba(201, 159, 88, .13); }

.ai-lab { min-height: 900px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); background: var(--night); }
.ai-visual { position: relative; min-height: 900px; overflow: hidden; }
.ai-visual::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, transparent 63%, var(--night) 100%), linear-gradient(0deg, rgba(5, 10, 14, .82), transparent 44%); pointer-events: none; }
.ai-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.64) contrast(1.08) brightness(.68) hue-rotate(155deg); }
.scan-line { position: absolute; z-index: 4; top: -10%; right: 0; left: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 0 25px var(--cyan); animation: scan 5.5s linear infinite; }
.hud { position: absolute; z-index: 5; color: var(--cyan-soft); background: rgba(5, 21, 29, .68); border: 1px solid rgba(84, 220, 247, .5); box-shadow: inset 0 0 22px rgba(49, 216, 246, .07), 0 8px 30px rgba(0, 0, 0, .24); backdrop-filter: blur(8px); text-transform: uppercase; }
.hud-status { top: 24%; right: 7%; width: 215px; padding: 15px 17px; }
.hud-status span, .hud-data span { display: block; color: rgba(224, 249, 255, .55); font-size: 7px; letter-spacing: .18em; }
.hud-status b { margin-top: 6px; display: block; font-size: 12px; letter-spacing: .15em; }
.hud-status i { position: absolute; top: 18px; right: 17px; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hud-data { right: 14%; bottom: 18%; width: 250px; padding: 17px; }
.hud-data b { margin-top: 8px; display: block; font-family: var(--serif); font-size: 37px; font-weight: 500; line-height: 1; }
.hud-data div { height: 22px; margin-top: 10px; display: flex; align-items: flex-end; gap: 5px; }
.hud-data i { width: 8px; height: 40%; display: block; background: var(--cyan); opacity: .46; animation: meter 1.8s ease-in-out infinite alternate; }
.hud-data i:nth-child(2) { height: 72%; animation-delay: -.3s; }.hud-data i:nth-child(3) { height: 55%; animation-delay: -.6s; }.hud-data i:nth-child(4) { height: 93%; animation-delay: -.9s; }.hud-data i:nth-child(5) { height: 66%; animation-delay: -1.2s; }.hud-data i:nth-child(6) { height: 84%; animation-delay: -1.5s; }
.hud-node { top: 54%; left: 9%; padding: 10px 13px; display: flex; align-items: center; gap: 9px; font-size: 7px; letter-spacing: .15em; }
.hud-node i { width: 8px; height: 8px; border: 1px solid var(--cyan); transform: rotate(45deg); }
.ai-content { padding: 112px max(48px, calc((100vw - 1280px) / 2)) 100px clamp(55px, 6vw, 112px); display: flex; flex-direction: column; justify-content: center; }
.ai-content h2, .media-heading h2, .applications-intro h2, .contact-copy h2 { margin: 22px 0 0; font-family: var(--serif); font-size: clamp(58px, 6.4vw, 92px); font-weight: 500; line-height: .82; letter-spacing: -.04em; }
.ai-content h2 em, .media-heading h2 em, .contact-copy h2 em { color: transparent; font-weight: 500; -webkit-text-stroke: 1px rgba(255, 255, 255, .68); }
.section-lead { max-width: 570px; margin: 34px 0 0; color: #87939e; font-size: 12px; line-height: 1.82; }
.technology-list { margin-top: 47px; border-top: 1px solid var(--line); }
.technology-list article { min-height: 102px; padding: 18px 0; display: grid; grid-template-columns: 28px 54px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); transition: padding .35s var(--ease), background .3s ease; }
.technology-list article:hover { padding-inline: 13px; background: rgba(49, 216, 246, .035); }
.technology-list article > span { color: #4f5b66; font-size: 8px; }
.technology-list article > i { width: 43px; height: 43px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(49, 216, 246, .35); border-radius: 50%; font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .05em; }
.technology-list h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.technology-list p { margin: 5px 0 0; color: #77828d; font-size: 10px; line-height: 1.55; }

.media-section { padding: 125px 0 145px; color: var(--ink); background: var(--paper); }
.media-heading { margin-bottom: 70px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.media-heading .eyebrow { color: #8a6b38; }
.media-heading h2 { font-size: clamp(60px, 6.1vw, 94px); }
.media-heading h2 em { -webkit-text-stroke-color: rgba(16, 21, 27, .63); }
.media-heading > p { max-width: 440px; margin: 0 0 8px; color: #636a70; font-size: 12px; line-height: 1.85; }
.bento-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 285px; gap: 12px; }
.media-card { position: relative; min-width: 0; overflow: hidden; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: #15191d; isolation: isolate; }
.media-card-wide { grid-column: span 2; }
.media-card-tall { grid-row: span 2; }
.media-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter .5s ease; }
.media-card-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(5, 8, 11, .94), rgba(5, 8, 11, .1) 68%), linear-gradient(90deg, rgba(5, 8, 11, .3), transparent); transition: background-color .4s ease; }
.media-card > span { align-self: flex-end; width: 30px; height: 30px; display: grid; place-items: center; color: rgba(255, 255, 255, .7); border: 1px solid rgba(255, 255, 255, .33); border-radius: 50%; font-size: 8px; }
.media-card p { margin: 0 0 7px; color: var(--gold-soft); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.media-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(31px, 2.6vw, 43px); font-weight: 500; line-height: .88; }
.media-card small { margin-top: 11px; display: block; color: rgba(255, 255, 255, .55); font-size: 8px; letter-spacing: .09em; }
.media-card::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255, 255, 255, 0); pointer-events: none; transition: border-color .35s ease, inset .35s var(--ease); }
.media-card:hover > img { transform: scale(1.07); filter: saturate(1.12); }
.media-card:hover::after { inset: 12px; border-color: rgba(255, 255, 255, .3); }

.applications { padding: 125px 0 140px; background: #0a1118; }
.applications-intro { margin-bottom: 72px; display: grid; grid-template-columns: .35fr 1fr; gap: 70px; align-items: start; }
.applications-intro > div { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.applications-intro h2 { margin: 0; font-size: clamp(55px, 5.5vw, 84px); }
.applications-intro > div > p { max-width: 450px; margin: 0 0 5px; color: #84909b; font-size: 12px; line-height: 1.82; }
.application-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.application-card { min-width: 0; padding: 28px; display: grid; grid-template-columns: 48% 1fr; gap: 30px; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .35s ease; }
.application-card:hover { background: rgba(49, 216, 246, .035); }
.application-card figure { position: relative; height: 260px; margin: 0; overflow: hidden; }
.application-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 10, 14, .4), transparent 50%); }
.application-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .8s var(--ease), filter .4s ease; }
.application-card:hover img { transform: scale(1.045); filter: saturate(1); }
.application-card figure > span { position: absolute; z-index: 2; top: 13px; left: 13px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--night); background: var(--cyan); font-size: 8px; font-weight: 700; }
.application-card div > p { margin: 0 0 10px; color: var(--cyan); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.application-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(31px, 3vw, 45px); font-weight: 500; line-height: .95; }
.application-card div > span { margin-top: 18px; display: block; color: #82909a; font-size: 10px; line-height: 1.7; }

.contact { position: relative; overflow: hidden; padding: 135px max(48px, calc((100vw - 1280px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; background: #11100e; }
.contact::before { content: ""; position: absolute; width: 560px; height: 560px; top: -220px; left: -180px; border: 1px solid rgba(201, 159, 88, .13); border-radius: 50%; box-shadow: 0 0 0 85px rgba(201, 159, 88, .025), 0 0 0 170px rgba(201, 159, 88, .018); }
.contact-copy { position: relative; z-index: 2; }
.contact-copy .eyebrow { color: var(--gold); }
.contact-copy h2 { font-size: clamp(65px, 6.5vw, 96px); }
.contact-copy h2 em { -webkit-text-stroke-color: rgba(234, 208, 155, .72); }
.contact-copy > p:not(.eyebrow) { max-width: 475px; margin: 35px 0 0; color: #918c83; font-size: 12px; line-height: 1.85; }
.contact-options { margin-top: 42px; display: flex; flex-direction: column; gap: 15px; color: #cbc4b8; font-size: 10px; letter-spacing: .05em; }
.contact-options span { display: flex; align-items: center; gap: 17px; }
.contact-options i { width: 30px; height: 30px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(201, 159, 88, .3); border-radius: 50%; font-size: 7px; font-style: normal; }
.contact-form { position: relative; z-index: 2; padding: 44px; background: #f2eee5; color: var(--ink); box-shadow: 0 32px 80px rgba(0, 0, 0, .24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { margin-bottom: 26px; display: block; }
.contact-form label > span { margin-bottom: 9px; display: block; color: #78736a; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #cbc3b4; outline: 0; color: var(--ink); background: transparent; border-radius: 0; font-size: 11px; transition: border-color .25s ease; }
.contact-form textarea { resize: vertical; min-height: 90px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #8f6f39; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-submit p { max-width: 235px; margin: 0; color: #8d887f; font-size: 8px; line-height: 1.6; }
.form-submit button { min-height: 48px; padding: 0 19px; display: flex; align-items: center; gap: 45px; color: #fff; border: 1px solid #161a1e; background: #161a1e; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: color .3s ease, background .3s ease; }
.form-submit button:hover { color: #161a1e; background: transparent; }
.form-status { min-height: 18px; margin: 17px 0 0; color: #806126; font-size: 9px; }
.contact-network { position: absolute; right: -60px; bottom: -40px; width: 360px; height: 240px; opacity: .16; }
.contact-network i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 15px var(--gold); }
.contact-network i:nth-child(1) { left: 8%; top: 45%; }.contact-network i:nth-child(2) { left: 31%; top: 18%; }.contact-network i:nth-child(3) { left: 52%; top: 52%; }.contact-network i:nth-child(4) { left: 74%; top: 23%; }.contact-network i:nth-child(5) { left: 91%; top: 67%; }.contact-network i:nth-child(6) { left: 35%; top: 86%; }

.site-footer { padding: 70px max(48px, calc((100vw - 1280px) / 2)) 27px; display: grid; grid-template-columns: 1.4fr .7fr .8fr 1.2fr; gap: 58px; color: #5b5f61; background: #eeece6; }
.footer-brand img { width: 185px; }
.footer-brand p { max-width: 280px; margin: 23px 0 0; font-family: var(--serif); font-size: 18px; line-height: 1.35; }
.site-footer h3 { margin: 0 0 19px; color: #23272a; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a { max-width: 260px; margin-top: 12px; display: block; font-size: 9px; line-height: 1.55; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: #7d612f; transform: translateX(3px); }
.footer-bottom { grid-column: 1 / -1; margin-top: 25px; padding-top: 21px; display: flex; justify-content: space-between; border-top: 1px solid #d4d0c6; font-size: 8px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: flex; gap: 10px; }

[data-reveal] { opacity: 0; transform: translate3d(0, 35px, 0); transition: opacity .85s var(--ease), transform .95s var(--ease); will-change: opacity, transform; }
[data-reveal="left"] { transform: translate3d(-44px, 0, 0); }
[data-reveal="right"] { transform: translate3d(44px, 0, 0); }
[data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.media-card:nth-child(2), .application-card:nth-child(2) { transition-delay: .08s; }
.media-card:nth-child(3), .application-card:nth-child(3) { transition-delay: .16s; }
.media-card:nth-child(4), .application-card:nth-child(4) { transition-delay: .24s; }
.media-card:nth-child(5) { transition-delay: .32s; }.media-card:nth-child(6) { transition-delay: .4s; }

@keyframes signal { 50% { transform: scale(.65); opacity: .45; } }
@keyframes scroll-line { 0% { transform: translateY(0); } 55%, 100% { transform: translateY(200%); } }
@keyframes scan { to { transform: translateY(110vh); } }
@keyframes meter { to { transform: scaleY(.55); opacity: .85; } }

@media (max-width: 1120px) {
  :root { --shell: min(960px, calc(100vw - 56px)); }
  .site-header { width: calc(100% - 52px); grid-template-columns: 185px 1fr auto; }
  .site-nav { gap: 22px; }
  .section-intro { gap: 45px; }
  .ai-content { padding-left: 55px; padding-right: 42px; }
  .ai-visual, .ai-lab { min-height: 820px; }
  .bento-grid { grid-auto-rows: 245px; }
  .applications-intro { grid-template-columns: 1fr; gap: 30px; }
  .application-card { grid-template-columns: 1fr; }
  .application-card figure { height: 230px; }
  .contact { gap: 60px; }
  .site-footer { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 38px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100vw - 40px); }
  .site-header, .site-header.is-fixed { position: fixed; top: 0; left: 0; width: 100%; height: 70px; padding-inline: 20px; grid-template-columns: 1fr auto; background: rgba(7, 10, 15, .88); transform: none; backdrop-filter: blur(16px); }
  .site-header.is-hidden { transform: translateY(-110%); }
  .brand { width: 158px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; z-index: 2; inset: 0; padding: 105px 25px 50px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; background: #070b10; opacity: 0; visibility: hidden; transform: translateY(-20px); transition: opacity .3s ease, visibility .3s ease, transform .4s var(--ease); }
  .menu-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 9px 0; font-family: var(--serif); font-size: 38px; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
  .header-contact { display: none; }
  .menu-open .menu-toggle > span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle > span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
  .hero { min-height: 720px; }
  .hero-grid::after { background: linear-gradient(0deg, rgba(7, 10, 15, .94), rgba(7, 10, 15, .3) 80%); }
  .hero h1 { font-size: clamp(63px, 12vw, 90px); }
  .hero h1 em { margin-left: 0; }
  .section-intro { padding: 90px 0 60px; grid-template-columns: 1fr; gap: 24px; }
  .section-intro .eyebrow { grid-column: auto; }
  .pillar-split { grid-template-columns: 1fr; }
  .pillar { min-height: 570px; }
  .ai-lab { grid-template-columns: 1fr; }
  .ai-visual { min-height: 720px; }
  .ai-content { padding: 90px 32px; }
  .media-section { padding: 95px 0 105px; }
  .media-heading { margin-bottom: 50px; grid-template-columns: 1fr; gap: 30px; }
  .bento-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 270px; }
  .media-card-wide { grid-column: span 2; }
  .media-card-tall { grid-row: span 1; }
  .applications { padding: 95px 0 105px; }
  .applications-intro > div { grid-template-columns: 1fr; gap: 28px; }
  .application-grid { grid-template-columns: 1fr; }
  .application-card { grid-template-columns: 45% 1fr; }
  .contact { padding: 100px 32px; grid-template-columns: 1fr; gap: 55px; }
  .site-footer { padding-inline: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 32px); }
  body { font-size: 13px; }
  .hero { min-height: 700px; }
  .neural-canvas { opacity: .62; }
  .hero-content { padding-top: 135px; justify-content: flex-end; padding-bottom: 105px; }
  .hero h1 { margin-top: 23px; font-size: clamp(55px, 17vw, 74px); line-height: .82; }
  .hero-slogan { margin-top: 29px; display: block; max-width: 295px; font-size: 11px; line-height: 1.7; }
  .hero-slogan i { width: 26px; margin: 8px 0; display: block; }
  .hero-actions { margin-top: 24px; }
  .hero-signal, .hero-index { display: none; }
  .primary-button { min-height: 46px; gap: 28px; }
  .section-intro { padding: 75px 0 50px; }
  .section-intro h2 { font-size: 46px; }
  .section-intro > p:last-child { font-size: 11px; }
  .pillar { min-height: 525px; padding: 34px 23px 48px; }
  .pillar h3 { font-size: 48px; }
  .pillar-orbit { width: 245px; }
  .ai-visual { min-height: 590px; }
  .ai-visual::before { background: linear-gradient(0deg, rgba(5, 10, 14, .75), transparent 52%); }
  .hud-status { top: 18%; right: 4%; width: 185px; }
  .hud-data { right: 5%; bottom: 12%; width: 210px; }
  .hud-node { left: 4%; }
  .ai-content { padding: 73px 18px 80px; }
  .ai-content h2, .media-heading h2, .applications-intro h2, .contact-copy h2 { font-size: 52px; }
  .section-lead { font-size: 11px; }
  .technology-list article { grid-template-columns: 22px 44px 1fr; gap: 12px; }
  .technology-list article > i { width: 39px; height: 39px; }
  .technology-list h3 { font-size: 21px; }
  .technology-list p { font-size: 9px; }
  .media-section { padding: 75px 0 82px; }
  .media-heading { margin-bottom: 38px; }
  .media-heading > p { font-size: 11px; }
  .bento-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; gap: 8px; }
  .media-card-wide { grid-column: auto; }
  .media-card h3 { font-size: 39px; }
  .applications { padding: 75px 0 82px; }
  .applications-intro { margin-bottom: 45px; }
  .applications-intro > div > p { font-size: 11px; }
  .application-card { padding: 13px; grid-template-columns: 1fr; gap: 23px; }
  .application-card figure { height: 240px; }
  .application-card > div { padding: 0 10px 18px; }
  .contact { padding: 80px 18px; }
  .contact-copy > p:not(.eyebrow) { font-size: 11px; }
  .contact-form { padding: 28px 19px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .form-submit button { width: 100%; justify-content: space-between; }
  .site-footer { padding: 55px 22px 24px; grid-template-columns: 1fr 1fr; gap: 38px 22px; }
  .footer-column:last-of-type { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .media-card > img, .application-card img { transition: none; }
}

/* Visual direction supplied in the approved reference: warm editorial technology. */
body { color: var(--ink); background: #f5f0e6; }
.site-header { color: #272722; }
.site-header.is-fixed { background: rgba(248, 244, 235, .92); box-shadow: 0 10px 34px rgba(74, 59, 35, .08); }
.brand img { filter: none; }
.site-nav a::after { background: var(--gold); }
.site-nav a:hover { color: #8b6a32; }
.header-contact { border-color: rgba(117, 91, 48, .34); }
.header-contact:hover { color: #fff; border-color: #9b793f; background: #9b793f; }
.menu-toggle > span:not(.sr-only) { background: #39372f; }

.hero { min-height: 780px; height: 100svh; color: var(--ink); background: #f6f1e8; }
.hero::after { content: "INTELLIGENCE"; position: absolute; z-index: 0; left: max(48px, calc((100vw - 1280px) / 2)); bottom: -20px; color: rgba(150, 119, 65, .045); font-family: var(--serif); font-size: clamp(110px, 15vw, 235px); line-height: .65; letter-spacing: -.04em; pointer-events: none; }
.neural-canvas { z-index: 1; opacity: .54; }
.hero-grid { z-index: 0; opacity: .45; background-image: linear-gradient(rgba(158, 129, 80, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(158, 129, 80, .08) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg, transparent 42%, #000 72%, transparent); }
.hero-grid::after { background: linear-gradient(90deg, #f6f1e8 0%, rgba(246, 241, 232, .96) 39%, rgba(246, 241, 232, .25) 64%, rgba(246, 241, 232, .04) 100%), linear-gradient(0deg, #f6f1e8 0%, transparent 26%); }
.hero-aura { opacity: .12; filter: blur(120px); }
.hero-aura-cyan { top: 10%; right: 2%; background: #7cd6df; }
.hero-aura-gold { bottom: -25%; left: 30%; background: var(--gold); opacity: .08; }
.hero-content { position: relative; z-index: 4; padding-top: 130px; }
.hero-eyebrow { color: #a17c40; }
.hero-eyebrow::before { content: ""; width: 17px; height: 17px; border: 1px solid #b28b4a; transform: rotate(45deg); }
.hero h1 { max-width: 610px; margin-top: 31px; font-size: clamp(72px, 6.4vw, 104px); line-height: .85; letter-spacing: -.038em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero-slogan { max-width: 330px; margin-top: 34px; display: block; color: #55544d; font-size: 12px; line-height: 1.65; }
.hero-slogan i { width: 38px; margin: 10px 0; display: block; background: #b58c4b; }
.hero-actions { margin-top: 29px; gap: 12px; }
.primary-button, .secondary-button { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; gap: 30px; color: #8d6d37; border: 1px solid rgba(160, 123, 62, .5); background: transparent; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .3s ease, background .3s ease, transform .3s var(--ease), box-shadow .3s ease; }
.secondary-button { color: #34342f; border-color: rgba(52, 52, 47, .25); }
.primary-button:hover, .secondary-button:hover { color: #fff; background: #9d783d; border-color: #9d783d; transform: translateY(-3px); box-shadow: 0 14px 35px rgba(96, 70, 31, .12); }
.hero-lens { position: absolute; z-index: 2; top: 50%; right: -6vw; width: clamp(210px, 25vw, 390px); aspect-ratio: 1; border: 1px solid rgba(112, 91, 58, .35); border-radius: 50%; background: radial-gradient(circle, #202726 0 6%, #d8d4cb 6.4% 8%, #52625e 8.4% 13%, #191e1d 13.5% 20%, #a9a79f 20.5% 22%, #e9e5dd 22.5% 30%, rgba(235, 232, 224, .9) 30.5% 39%, rgba(177, 170, 157, .45) 39.5% 40%, rgba(255,255,255,.2) 40.5% 58%, transparent 59%); box-shadow: inset 0 0 55px rgba(54, 63, 62, .2), 0 25px 80px rgba(83, 71, 49, .09); transform: translateY(-37%); }
.hero-lens::before, .hero-lens::after { content: ""; position: absolute; border: 1px solid rgba(131, 105, 63, .25); border-radius: 50%; }
.hero-lens::before { inset: -22px; }.hero-lens::after { inset: 18px; border-color: rgba(54, 115, 117, .32); }
.hero-lens i { position: absolute; top: 50%; left: 50%; width: 2px; height: 47%; background: linear-gradient(transparent, rgba(63, 105, 104, .46), transparent); transform-origin: top; }
.hero-lens i:nth-child(1) { transform: rotate(25deg); }.hero-lens i:nth-child(2) { transform: rotate(145deg); }.hero-lens i:nth-child(3) { transform: rotate(265deg); }
.scroll-cue { z-index: 5; bottom: 47px; left: max(48px, calc((100vw - 1280px) / 2)); width: auto; height: 42px; display: flex; align-items: center; gap: 12px; overflow: visible; color: #79746b; background: transparent; }
.scroll-cue > i { width: 24px; height: 38px; border: 1px solid #b2aa9e; border-radius: 13px; }
.scroll-cue > i::after { content: ""; width: 2px; height: 7px; margin: 7px auto; display: block; border-radius: 1px; background: #96733c; animation: signal 1.7s ease-in-out infinite; }
.scroll-cue b { font-size: 7px; font-weight: 500; line-height: 1.55; letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue > span { display: none; }

.strategy { position: relative; padding: 105px 0 125px; background: #f6f1e8; }
.strategy::before { content: "INTELLIGENCE"; position: absolute; top: -8px; left: 0; color: rgba(151, 119, 67, .04); font-family: var(--serif); font-size: clamp(105px, 14vw, 220px); line-height: 1; pointer-events: none; }
.section-intro { position: relative; z-index: 1; padding: 0 0 62px; display: block; text-align: center; }
.section-intro .eyebrow { color: #9d7a40; }
.section-intro h2 { margin-top: 24px; font-size: clamp(52px, 5.4vw, 78px); line-height: .95; }
.section-intro > p:last-child { max-width: 610px; margin: 25px auto 0; color: #67635b; font-size: 11px; }
.pillar-split { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
.pillar { min-height: 0; padding: 0; display: block; color: var(--ink); background: transparent; box-shadow: none; }
.pillar::before, .pillar-pattern, .pillar-orbit, .pillar-number { display: none; }
.pillar figure { height: 400px; margin: 0; overflow: hidden; background: #e3ded3; }
.pillar figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) brightness(1.08); transition: transform .9s var(--ease), filter .5s ease; }
.pillar-ai figure img { object-position: center 78%; }
.pillar-media figure img { object-position: center; }
.pillar:hover, .pillar:focus-visible, .pillar-media:hover, .pillar-media:focus-visible { box-shadow: none; }
.pillar:hover figure img { transform: scale(1.035); filter: saturate(.85) brightness(1.04); }
.pillar > div:not(.pillar-pattern) { max-width: none; padding: 28px 18px 0; }
.pillar-kicker, .pillar-media .pillar-kicker { margin: 0; display: flex; align-items: center; gap: 16px; color: #24241f; font-family: var(--serif); font-size: 28px; font-weight: 600; letter-spacing: 0; text-transform: uppercase; }
.pillar-kicker span { color: #ad8242; font-size: 39px; font-weight: 400; }
.pillar h3 { display: none; }
.pillar div > p:not(.pillar-kicker) { max-width: 560px; margin-top: 15px; color: #55544d; font-size: 11px; line-height: 1.7; }
.pillar ul { margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.pillar li { padding: 8px 13px; color: #706c63; border: 1px solid #d1c6b4; font-size: 8px; }

.ai-lab { min-height: 850px; color: var(--ink); background: #eee9df; }
.ai-visual { min-height: 850px; }
.ai-visual::before { background: linear-gradient(90deg, transparent 72%, #eee9df 100%), linear-gradient(0deg, rgba(238, 233, 223, .42), transparent 38%); }
.ai-visual > img { filter: saturate(.3) contrast(.96) brightness(1.16); }
.scan-line { background: linear-gradient(90deg, transparent, #37afc0, transparent); box-shadow: 0 0 20px rgba(55, 175, 192, .7); }
.hud { color: #207f8d; background: rgba(244, 243, 236, .76); border-color: rgba(46, 156, 170, .46); box-shadow: 0 8px 30px rgba(78, 71, 59, .1); }
.hud-status span, .hud-data span { color: #77756d; }
.hud-data i { background: #2c9dac; }
.ai-content { padding-top: 98px; padding-bottom: 90px; }
.ai-content .eyebrow { color: #9d7a40; }
.ai-content h2 em { color: var(--ink); font-style: normal; -webkit-text-stroke: 0; }
.section-lead { color: #67645d; }
.technology-list { border-color: rgba(113, 94, 64, .19); }
.technology-list article { border-color: rgba(113, 94, 64, .19); }
.technology-list article:hover { background: rgba(183, 142, 72, .055); }
.technology-list article > span { color: #ad8242; }
.technology-list article > i { color: #238b9a; border-color: rgba(35, 139, 154, .32); }
.technology-list p { color: #6d6a63; }

.media-section { background: #f7f3eb; }
.applications { color: var(--ink); background: #eee9df; }
.applications-intro .eyebrow, .application-card div > p { color: #9d7a40; }
.applications-intro > div > p, .application-card div > span { color: #68655e; }
.application-grid { border-color: rgba(106, 88, 59, .2); }
.application-card { border-color: rgba(106, 88, 59, .2); }
.application-card:hover { background: rgba(255, 255, 255, .3); }
.application-card figure > span { color: #fff; background: #9d7a40; }
.application-card img { filter: saturate(.65); }

@media (max-width: 820px) {
  .site-header, .site-header.is-fixed { background: rgba(248, 244, 235, .92); }
  .site-nav { color: #fff; background: #171713; }
  .site-nav a:hover { color: var(--gold-soft); }
  .menu-open .menu-toggle > span:not(.sr-only) { background: #fff; }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 105px; justify-content: center; }
  .hero h1 { max-width: 500px; font-size: clamp(64px, 11vw, 84px); }
  .hero-lens { right: -17vw; width: 330px; opacity: .72; }
  .hero-grid::after { background: linear-gradient(0deg, #f6f1e8 0%, rgba(246, 241, 232, .62) 60%, rgba(246, 241, 232, .12)); }
  .scroll-cue { left: 22px; }
  .strategy { padding: 85px 0 95px; }
  .pillar-split { grid-template-columns: 1fr; gap: 58px; }
  .pillar figure { height: 420px; }
  .ai-lab { grid-template-columns: 1fr; }
  .ai-visual { min-height: 690px; }
  .ai-visual::before { background: linear-gradient(0deg, #eee9df 0%, transparent 26%); }
  .ai-content { padding: 55px 32px 85px; }
}

@media (max-width: 560px) {
  .hero { min-height: 760px; }
  .neural-canvas { opacity: .35; }
  .hero-content { padding-top: 205px; padding-bottom: 95px; justify-content: center; }
  .hero h1 { max-width: 340px; font-size: clamp(50px, 15vw, 68px); }
  .hero-slogan { font-size: 10px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .primary-button, .secondary-button { min-height: 43px; width: 230px; justify-content: space-between; }
  .hero-lens { top: 25%; right: -26vw; width: 265px; opacity: .62; }
  .scroll-cue { bottom: 26px; }
  .strategy::before, .hero::after { font-size: 92px; }
  .section-intro h2 { font-size: 44px; }
  .pillar figure { height: 270px; }
  .pillar > div:not(.pillar-pattern) { padding-inline: 5px; }
  .pillar-kicker, .pillar-media .pillar-kicker { font-size: 23px; }
  .pillar-kicker span { font-size: 34px; }
  .ai-visual { min-height: 570px; }
  .ai-content { padding: 50px 18px 75px; }
}

/* Second reference sheet: services, R&D ecosystem, consultation and footer. */
.media-section { padding: 115px 0 105px; }
.media-heading { margin-bottom: 52px; grid-template-columns: 1.15fr .85fr; gap: 110px; }
.media-heading h2 { font-size: clamp(58px, 5.5vw, 84px); line-height: .92; }
.media-heading h2 em { color: var(--ink); font-style: normal; -webkit-text-stroke: 0; }
.bento-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: auto; gap: 34px 22px; }
.media-card, .media-card-wide, .media-card-tall { min-height: 0; padding: 0; display: block; color: var(--ink); background: transparent; grid-column: auto; grid-row: auto; overflow: visible; }
.media-card::after, .media-card-shade { display: none; }
.media-card figure { height: 315px; margin: 0; overflow: hidden; background: #ded8cd; }
.media-card figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) brightness(1.03); transition: transform .85s var(--ease), filter .4s ease; }
.media-card:hover figure img { transform: scale(1.035); filter: saturate(.9); }
.media-card > div:last-child { margin-top: 15px; display: flex; align-items: baseline; gap: 14px; }
.media-card > div:last-child > span { color: #b18443; font-family: var(--serif); font-size: 34px; line-height: 1; }
.media-card h3 { margin: 0; color: #32312c; font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.15; }
.services-button { width: max-content; min-height: 44px; margin: 46px auto 0; padding: 0 20px; display: flex; align-items: center; gap: 48px; color: #8e6b34; border: 1px solid #cfbea2; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: color .3s ease, background .3s ease, transform .3s var(--ease); }
.services-button:hover { color: #fff; background: #9d783d; transform: translateY(-3px); }

.applications { padding: 95px 0 105px; border-top: 1px solid rgba(132, 103, 56, .14); }
.applications-intro { margin-bottom: 48px; display: block; text-align: center; }
.applications-intro > div { display: block; }
.applications-intro h2 { margin-top: 20px; font-size: clamp(55px, 5vw, 78px); line-height: .95; }
.applications-intro > div > p { max-width: 650px; margin: 22px auto 0; font-size: 11px; }
.application-grid { position: relative; display: grid; grid-template-columns: 1fr 1.08fr 1fr; grid-template-rows: repeat(2, 285px); gap: 18px; border: 0; }
.application-card { min-height: 0; padding: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: 175px 1fr; gap: 0; align-items: stretch; border: 0; background: rgba(249, 246, 239, .78); }
.application-card:nth-child(1) { grid-column: 1; grid-row: 1; }
.application-card:nth-child(2) { grid-column: 3; grid-row: 1; }
.application-card:nth-child(3) { grid-column: 1; grid-row: 2; }
.application-card:nth-child(4) { grid-column: 3; grid-row: 2; }
.application-card figure { height: auto; }
.application-card figure::after { background: linear-gradient(0deg, rgba(33, 29, 22, .18), transparent 50%); }
.application-card figure > span { display: none; }
.application-card > div { padding: 17px 20px; }
.application-card div > p { margin-bottom: 5px; font-size: 7px; }
.application-card h3 { font-size: 28px; }
.application-card div > span { margin-top: 7px; font-size: 8px; line-height: 1.5; }
.application-core { grid-column: 2; grid-row: 1 / 3; padding: 28px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle, rgba(255, 255, 255, .96), rgba(242, 236, 224, .55) 60%, transparent 72%); text-align: center; }
.core-rings { position: relative; width: min(100%, 345px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(174, 134, 67, .25); border-radius: 50%; background: radial-gradient(circle, #f8f5ed 0 22%, rgba(213, 186, 135, .12) 22.5% 23%, transparent 23.5%), repeating-radial-gradient(circle, transparent 0 18px, rgba(175, 139, 79, .15) 19px 20px); box-shadow: inset 0 0 45px rgba(176, 139, 75, .08), 0 20px 60px rgba(104, 88, 60, .08); }
.core-rings::before, .core-rings::after { content: ""; position: absolute; inset: 11%; border: 1px dashed rgba(64, 145, 151, .32); border-radius: 50%; animation: core-spin 24s linear infinite; }
.core-rings::after { inset: 25%; border-style: solid; border-color: rgba(177, 136, 67, .34); animation-direction: reverse; animation-duration: 17s; }
.core-rings i { position: absolute; top: 50%; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: #4baab0; box-shadow: 0 0 12px rgba(75, 170, 176, .7); }
.core-rings i:nth-child(1) { transform: translate(120px, -65px); }.core-rings i:nth-child(2) { transform: translate(-115px, 38px); }.core-rings i:nth-child(3) { transform: translate(42px, 125px); }
.core-rings span { position: relative; z-index: 2; color: #665033; font-family: var(--serif); font-size: 26px; font-weight: 600; text-transform: uppercase; }
.application-core > p { max-width: 330px; margin: 25px 0 0; color: #777268; font-size: 9px; line-height: 1.65; }

.contact { padding: 95px max(48px, calc((100vw - 1280px) / 2)); color: var(--ink); background: #f7f3eb; border-top: 1px solid rgba(132, 103, 56, .16); border-bottom: 1px solid rgba(132, 103, 56, .16); }
.contact::before { content: "CONNECT"; top: auto; right: auto; bottom: -20px; left: max(30px, calc((100vw - 1280px) / 2)); width: auto; height: auto; color: rgba(159, 123, 61, .045); border: 0; border-radius: 0; box-shadow: none; font-family: var(--serif); font-size: clamp(100px, 14vw, 210px); line-height: .7; }
.contact-network { display: none; }
.contact-copy .eyebrow { color: #9d7a40; }
.contact-copy h2 { max-width: 570px; margin-top: 22px; color: #1e1e1a; font-size: clamp(52px, 5vw, 72px); line-height: .92; }
.contact-copy > p:not(.eyebrow) { color: #68645c; }
.contact-options { margin-top: 34px; gap: 9px; }
.contact-option { width: 100%; min-height: 64px; padding: 10px 14px; display: grid; grid-template-columns: 38px 1fr 18px; align-items: center; gap: 13px; color: #5e5a52; border: 1px solid #d8cebd; background: rgba(255, 255, 255, .25); text-align: left; transition: border-color .25s ease, background .25s ease; }
.contact-option:hover, .contact-option.is-selected { border-color: #b48a46; background: rgba(255, 255, 255, .55); }
.contact-options .contact-option > i { width: 35px; height: 35px; display: grid; place-items: center; color: #98733c; border: 1px solid #cdbb9e; border-radius: 50%; font-size: 8px; font-style: normal; font-weight: 700; }
.contact-option:nth-child(2) > i { color: #7a56c7; border-color: rgba(122, 86, 199, .35); }
.contact-options .contact-option > span { display: block; }
.contact-option b, .contact-option small { display: block; }
.contact-option b { color: #2e2e29; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.contact-option small { margin-top: 4px; color: #858076; font-size: 8px; }
.contact-option > em { width: 12px; height: 12px; border: 1px solid #aaa294; border-radius: 50%; }
.contact-option.is-selected > em { border: 3px solid #f7f3eb; background: #3d7779; box-shadow: 0 0 0 1px #3d7779; }
.contact-form { padding: 12px 0 0 58px; background: transparent; border-left: 1px solid #d8cebd; box-shadow: none; }
.contact-form input, .contact-form select, .contact-form textarea { border-color: #d3c9b8; }
.form-submit { align-items: flex-end; flex-direction: column-reverse; }
.form-submit p { max-width: none; align-self: flex-start; }
.form-submit button { width: 100%; color: #fff; background: #b68a46; border-color: #b68a46; justify-content: center; }
.form-submit button:hover { color: #8c6934; background: transparent; }

.site-footer { grid-template-columns: 1.25fr .7fr .8fr .9fr 1.1fr; gap: 38px; }
.footer-newsletter h3 { margin-bottom: 15px; }
.footer-newsletter p { margin: 0; color: #77736c; font-size: 8px; line-height: 1.6; }
.footer-newsletter form { margin-top: 13px; display: flex; border: 1px solid #d3c9b8; }
.footer-newsletter input { width: 100%; min-width: 0; padding: 10px 11px; border: 0; outline: 0; background: transparent; font-size: 8px; }
.footer-newsletter button { width: 38px; border: 0; color: #fff; background: #ae8241; }

@keyframes core-spin { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .media-card figure { height: 260px; }
  .application-grid { grid-template-rows: repeat(2, 260px); }
  .site-footer { grid-template-columns: repeat(4, 1fr); }
  .footer-newsletter { grid-column: 1 / -1; max-width: 430px; }
}

@media (max-width: 820px) {
  .media-heading { grid-template-columns: 1fr; gap: 24px; }
  .bento-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .application-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .application-card, .application-card:nth-child(1), .application-card:nth-child(2), .application-card:nth-child(3), .application-card:nth-child(4) { grid-column: auto; grid-row: auto; }
  .application-core { grid-column: 1 / -1; grid-row: auto; min-height: 480px; order: -1; }
  .contact { grid-template-columns: 1fr; }
  .contact-form { padding: 45px 0 0; border-top: 1px solid #d8cebd; border-left: 0; }
  .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-newsletter { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .media-section { padding: 75px 0; }
  .media-heading h2 { font-size: 47px; }
  .bento-grid { grid-template-columns: 1fr; gap: 28px; }
  .media-card figure { height: 285px; }
  .media-card > div:last-child > span { font-size: 31px; }
  .services-button { margin-top: 36px; }
  .applications { padding: 72px 0 78px; }
  .applications-intro h2 { font-size: 45px; }
  .application-grid { grid-template-columns: 1fr; }
  .application-core { grid-column: auto; min-height: 410px; padding-inline: 10px; }
  .core-rings { width: 290px; }
  .core-rings i:nth-child(1) { transform: translate(100px, -55px); }.core-rings i:nth-child(2) { transform: translate(-96px, 32px); }.core-rings i:nth-child(3) { transform: translate(35px, 103px); }
  .application-card { grid-template-rows: 220px 1fr; }
  .contact { padding: 76px 18px; }
  .contact-copy h2 { font-size: 46px; }
  .contact-form { padding-top: 35px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}
